Pull request #804 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at d38291b108151c678147caa989c3776b19aa5fc1 rather than 0ea23e3f0ca961e87626e4a39ea2010358eb753d Obtained Jenkinsfile from d38291b108151c678147caa989c3776b19aa5fc1 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 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 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > 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 BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28333 in /w/workspace/dgexfoundry_device-sdk-go_PR-804 [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-804 # 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/804/head:refs/remotes/origin/PR-804 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 0ea23e3f0ca961e87626e4a39ea2010358eb753d Merge succeeded, producing 0ea23e3f0ca961e87626e4a39ea2010358eb753d Checking out Revision 0ea23e3f0ca961e87626e4a39ea2010358eb753d (PR-804) > git config core.sparsecheckout # timeout=10 > git checkout -f 0ea23e3f0ca961e87626e4a39ea2010358eb753d # 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 d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 0ea23e3f0ca961e87626e4a39ea2010358eb753d # timeout=10 Commit message: "build: Upgrade the go-mod-core-contracts lib" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 03:21:56 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 03:21:57 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:21:57 ========================================================= 03:21:57 EdgeX Global Pipelines Version Info 03:21:57 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 59be67405636ca3d79829d3faa151f769b51d209 # timeout=10 03:21:58 ------------------- 03:21:58 stable info: 03:21:58 ------------------- 03:21:58 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 03:21:58 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:21:58 Message: update stable to v1.0.184 03:21:59 ------------------- 03:21:59 experimental info: 03:21:59 ------------------- 03:21:59 Commited By: **** collab-it+edgex@linuxfoundation.org 03:21:59 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 03:21:59 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 03:21:59 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 03:22:00 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 03:22:00 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 03:22:00 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 03:22:00 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 03:22:00 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 03:22:00 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 03:22:00 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 03:22:00 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 03:22:00 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 03:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 03:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 03:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 03:22:01 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 03:22:01 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 03:22:01 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 03:22:01 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 03:22:01 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 03:22:01 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-804 [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-804 [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-804 [Pipeline] echo 03:22:02 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 0ea23e3f0ca961e87626e4a39ea2010358eb753d [Pipeline] echo 03:22:03 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 0ea23e3 [Pipeline] echo 03:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:22:03 provisioning config files... 03:22:03 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/config6005285514566213840tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:22:03 ---> docker-login.sh 03:22:03 nexus3.edgexfoundry.org:10001 03:22:03 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:04 Configure a credential helper to remove this warning. See 03:22:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:04 03:22:04 Login Succeeded 03:22:04 nexus3.edgexfoundry.org:10002 03:22:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:04 Configure a credential helper to remove this warning. See 03:22:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:04 03:22:04 Login Succeeded 03:22:04 nexus3.edgexfoundry.org:10003 03:22:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:04 Configure a credential helper to remove this warning. See 03:22:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:04 03:22:04 Login Succeeded 03:22:04 nexus3.edgexfoundry.org:10004 03:22:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:04 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:04 Configure a credential helper to remove this warning. See 03:22:04 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:04 03:22:04 Login Succeeded 03:22:04 docker.io 03:22:04 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:22:05 Configure a credential helper to remove this warning. See 03:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:22:05 03:22:05 Login Succeeded 03:22:05 ---> docker-login.sh ends [Pipeline] } 03:22:05 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 03:22:06 + git log --format=format:%s -1 0ea23e3f0ca961e87626e4a39ea2010358eb753d [Pipeline] echo 03:22:06 GIT_COMMIT: 0ea23e3f0ca961e87626e4a39ea2010358eb753d, Commit Message: build: Upgrade the go-mod-core-contracts lib [Pipeline] echo 03:22:06 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 03:22:07 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:22:07 03:22:07 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 03:22:07 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:22:07 latest: Pulling from edgex-devops/git-semver 03:22:07 31603596830f: Pulling fs layer 03:22:07 2a8b12db71e7: Pulling fs layer 03:22:07 6ca5941a6612: Pulling fs layer 03:22:07 ecc8261a40a4: Pulling fs layer 03:22:07 ecc8261a40a4: Waiting 03:22:07 2a8b12db71e7: Download complete 03:22:08 31603596830f: Verifying Checksum 03:22:08 31603596830f: Download complete 03:22:08 6ca5941a6612: Verifying Checksum 03:22:08 6ca5941a6612: Download complete 03:22:08 ecc8261a40a4: Verifying Checksum 03:22:08 31603596830f: Pull complete 03:22:08 2a8b12db71e7: Pull complete 03:22:09 6ca5941a6612: Pull complete 03:22:09 ecc8261a40a4: Pull complete 03:22:09 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 03:22:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 03:22:09 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 03:22:09 prd-centos7-docker-4c-2g-28333 does not seem to be running inside a container 03:22:09 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-804 -v /w/workspace/dgexfoundry_device-sdk-go_PR-804:/w/workspace/dgexfoundry_device-sdk-go_PR-804:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 03:22:11 $ docker top 18b63d6d7bf558b57983245df5356f28244bdc2a3991d183516bd9c6792be77b -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 03:22:12 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:22:12 [ssh-agent] Looking for ssh-agent implementation... 03:22:12 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:22:12 $ docker exec 18b63d6d7bf558b57983245df5356f28244bdc2a3991d183516bd9c6792be77b ssh-agent 03:22:12 SSH_AUTH_SOCK=/tmp/ssh-XWk3nAgVcxKv/agent.13 03:22:12 SSH_AGENT_PID=19 03:22:12 Running ssh-add (command line suppressed) 03:22:12 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_6237885702440567295.key (/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_6237885702440567295.key) 03:22:12 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:22:13 + git tag --points-at HEAD [Pipeline] } 03:22:13 $ docker exec --env ******** --env ******** 18b63d6d7bf558b57983245df5356f28244bdc2a3991d183516bd9c6792be77b ssh-agent -k 03:22:13 unset SSH_AUTH_SOCK; 03:22:13 unset SSH_AGENT_PID; 03:22:13 echo Agent pid 19 killed; 03:22:13 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 03:22:13 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 03:22:13 [ssh-agent] Looking for ssh-agent implementation... 03:22:13 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 03:22:13 $ docker exec 18b63d6d7bf558b57983245df5356f28244bdc2a3991d183516bd9c6792be77b ssh-agent 03:22:13 SSH_AUTH_SOCK=/tmp/ssh-cLVzHmJYPzge/agent.47 03:22:13 SSH_AGENT_PID=53 03:22:13 Running ssh-add (command line suppressed) 03:22:13 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_487118415332612811.key (/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_487118415332612811.key) 03:22:14 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 03:22:14 + git semver init 03:22:14 # -> Open(): unable to determine branch for HEAD 03:22:14 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-804/.git 03:22:14 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-804 03:22:14 # $SEMVER_REMOTE_NAME = origin 03:22:14 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 03:22:14 # $SEMVER_USER_NAME = edgex-jenkins 03:22:14 # $SEMVER_BRANCH = PR-804 03:22:14 # $SEMVER_TEMP = /tmp/semver-642764476 03:22:14 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 03:22:15 # '/tmp/semver-642764476' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-804/.semver' 03:22:15 # -> Force: false 03:22:15 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-804/.semver [Pipeline] } 03:22:15 $ docker exec --env ******** --env ******** 18b63d6d7bf558b57983245df5356f28244bdc2a3991d183516bd9c6792be77b ssh-agent -k 03:22:15 unset SSH_AUTH_SOCK; 03:22:15 unset SSH_AGENT_PID; 03:22:15 echo Agent pid 53 killed; 03:22:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 03:22:15 + git semver [Pipeline] } 03:22:15 $ docker stop --time=1 18b63d6d7bf558b57983245df5356f28244bdc2a3991d183516bd9c6792be77b 03:22:17 $ docker rm -f 18b63d6d7bf558b57983245df5356f28244bdc2a3991d183516bd9c6792be77b [Pipeline] // withDockerContainer [Pipeline] sh 03:22:17 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 03:22:18 Stashed 1 file(s) [Pipeline] echo 03:22:18 [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 03:22:33 Still waiting to schedule task 03:22:33 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28333’ 03:22:33 Still waiting to schedule task 03:22:33 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 03:24:07 Running on prd-centos7-docker-4c-2g-28336 in /w/workspace/dgexfoundry_device-sdk-go_PR-804 [Pipeline] { [Pipeline] ws 03:24:07 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 03:24:08 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28335 in /w/workspace/dgexfoundry_device-sdk-go_PR-804 [Pipeline] { [Pipeline] ws 03:24:08 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 03:24:10 using credential edgex-jenkins-ssh 03:24:10 Cloning the remote Git repository 03:24:10 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:24:10 > git init /w/workspace/device-sdk-go/2 # timeout=10 03:24:10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:24:10 > git --version # timeout=10 03:24:10 > git --version # 'git version 2.24.3' 03:24:10 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:10 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:24:12 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 0ea23e3f0ca961e87626e4a39ea2010358eb753d 03:24:12 Merge succeeded, producing 0ea23e3f0ca961e87626e4a39ea2010358eb753d 03:24:12 Checking out Revision 0ea23e3f0ca961e87626e4a39ea2010358eb753d (PR-804) 03:24:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:24:11 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:24:11 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:24:11 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:24:11 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:11 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/804/head:refs/remotes/origin/PR-804 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:24:11 > git config core.sparsecheckout # timeout=10 03:24:12 > git checkout -f 0ea23e3f0ca961e87626e4a39ea2010358eb753d # timeout=10 03:24:12 > git remote # timeout=10 03:24:12 > git config --get remote.origin.url # timeout=10 03:24:12 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:12 > git merge d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 03:24:12 > git rev-parse HEAD^{commit} # timeout=10 03:24:12 > git config core.sparsecheckout # timeout=10 03:24:12 > git checkout -f 0ea23e3f0ca961e87626e4a39ea2010358eb753d # timeout=10 03:24:13 using credential edgex-jenkins-ssh 03:24:13 Cloning the remote Git repository 03:24:13 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 03:24:13 > git init /w/workspace/device-sdk-go/2 # timeout=10 03:24:13 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:24:13 > git --version # timeout=10 03:24:13 > git --version # 'git version 2.17.1' 03:24:13 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:13 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 03:24:15 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 0ea23e3f0ca961e87626e4a39ea2010358eb753d 03:24:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:24:15 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 03:24:15 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 03:24:15 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 03:24:15 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:15 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/804/head:refs/remotes/origin/PR-804 +refs/heads/master:refs/remotes/origin/master # timeout=10 03:24:15 Commit message: "build: Upgrade the go-mod-core-contracts lib" [Pipeline] withEnv [Pipeline] { 03:24:16 Merge succeeded, producing 0ea23e3f0ca961e87626e4a39ea2010358eb753d 03:24:16 Checking out Revision 0ea23e3f0ca961e87626e4a39ea2010358eb753d (PR-804) [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 03:24:16 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 03:24:15 > git config core.sparsecheckout # timeout=10 03:24:15 > git checkout -f 0ea23e3f0ca961e87626e4a39ea2010358eb753d # timeout=10 03:24:15 > git remote # timeout=10 03:24:16 > git config --get remote.origin.url # timeout=10 03:24:16 using GIT_SSH to set credentials SSH Credentials for GitHub 03:24:16 > git merge d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 03:24:16 > git rev-parse HEAD^{commit} # timeout=10 03:24:16 > git config core.sparsecheckout # timeout=10 03:24:16 > git checkout -f 0ea23e3f0ca961e87626e4a39ea2010358eb753d # timeout=10 03:24:17 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:24:17 + sudo service docker restart 03:24:17 + true 03:24:17 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:24:19 provisioning config files... 03:24:19 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config6413717258254311099tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:24:19 ---> docker-login.sh 03:24:19 nexus3.edgexfoundry.org:10001 03:24:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:19 Configure a credential helper to remove this warning. See 03:24:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:19 03:24:19 Login Succeeded 03:24:19 nexus3.edgexfoundry.org:10002 03:24:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:20 Configure a credential helper to remove this warning. See 03:24:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:20 03:24:20 Login Succeeded 03:24:20 nexus3.edgexfoundry.org:10003 03:24:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:20 Configure a credential helper to remove this warning. See 03:24:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:20 03:24:20 Login Succeeded 03:24:20 nexus3.edgexfoundry.org:10004 03:24:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:20 Configure a credential helper to remove this warning. See 03:24:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:20 03:24:20 Login Succeeded 03:24:20 docker.io 03:24:20 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:20 Commit message: "build: Upgrade the go-mod-core-contracts lib" 03:24:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:20 Configure a credential helper to remove this warning. See 03:24:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:20 03:24:20 Login Succeeded 03:24:20 ---> docker-login.sh ends [Pipeline] } 03:24:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 03:24:21 ========================================================= 03:24:21 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 03:24:21 ========================================================= [Pipeline] stage [Pipeline] { (Prep) [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 03:24:21 + 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 . 03:24:21 Sending build context to Docker daemon 2.458MB 03:24:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:24:21 Step 2/8 : FROM ${BASE} 03:24:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 03:24:21 188c0c94c7c5: Pulling fs layer 03:24:21 0ef7d3d256c8: Pulling fs layer 03:24:21 de9db76c5a1d: Pulling fs layer 03:24:21 bca2f99d35d6: Pulling fs layer 03:24:21 93359f2a8cfa: Pulling fs layer 03:24:21 7c6f9722023f: Pulling fs layer 03:24:21 a35cf1a2eb13: Pulling fs layer 03:24:21 93359f2a8cfa: Waiting 03:24:21 7c6f9722023f: Waiting 03:24:21 a35cf1a2eb13: Waiting 03:24:21 bca2f99d35d6: Waiting 03:24:21 de9db76c5a1d: Verifying Checksum 03:24:21 de9db76c5a1d: Download complete 03:24:21 0ef7d3d256c8: Verifying Checksum 03:24:21 0ef7d3d256c8: Download complete 03:24:21 93359f2a8cfa: Verifying Checksum 03:24:21 93359f2a8cfa: Download complete 03:24:21 7c6f9722023f: Verifying Checksum 03:24:21 7c6f9722023f: Download complete 03:24:22 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 03:24:22 188c0c94c7c5: Verifying Checksum 03:24:22 188c0c94c7c5: Download complete [Pipeline] sh 03:24:22 188c0c94c7c5: Pull complete 03:24:22 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 03:24:23 0ef7d3d256c8: Pull complete 03:24:23 + + sudo service docker restart 03:24:23 true 03:24:23 de9db76c5a1d: Pull complete 03:24:24 a35cf1a2eb13: Verifying Checksum 03:24:24 a35cf1a2eb13: Download complete 03:24:24 bca2f99d35d6: Verifying Checksum 03:24:24 bca2f99d35d6: Download complete [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 03:24:25 provisioning config files... 03:24:25 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config3182296885730415417tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 03:24:25 ---> docker-login.sh 03:24:25 nexus3.edgexfoundry.org:10001 03:24:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:26 Configure a credential helper to remove this warning. See 03:24:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:26 03:24:26 Login Succeeded 03:24:26 nexus3.edgexfoundry.org:10002 03:24:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:27 Configure a credential helper to remove this warning. See 03:24:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:27 03:24:27 Login Succeeded 03:24:27 nexus3.edgexfoundry.org:10003 03:24:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:27 Configure a credential helper to remove this warning. See 03:24:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:27 03:24:27 Login Succeeded 03:24:27 nexus3.edgexfoundry.org:10004 03:24:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:28 Configure a credential helper to remove this warning. See 03:24:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:28 03:24:28 Login Succeeded 03:24:28 docker.io 03:24:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 03:24:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 03:24:28 Configure a credential helper to remove this warning. See 03:24:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 03:24:28 03:24:28 Login Succeeded 03:24:28 ---> docker-login.sh ends [Pipeline] } 03:24:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 03:24:29 ========================================================= 03:24:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 03:24:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 03:24:29 + 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 . 03:24:30 Sending build context to Docker daemon 2.457MB 03:24:30 bca2f99d35d6: Pull complete 03:24:30 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 03:24:30 Step 2/8 : FROM ${BASE} 03:24:30 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 03:24:30 5f621e34cdf4: Pulling fs layer 03:24:30 a4357932f1b6: Pulling fs layer 03:24:30 18c013af1878: Pulling fs layer 03:24:30 00ac8860ef70: Pulling fs layer 03:24:30 63d7cb157983: Pulling fs layer 03:24:30 b116817d02f9: Pulling fs layer 03:24:30 745a02a5169b: Pulling fs layer 03:24:30 63d7cb157983: Waiting 03:24:30 b116817d02f9: Waiting 03:24:30 745a02a5169b: Waiting 03:24:30 00ac8860ef70: Waiting 03:24:30 18c013af1878: Download complete 03:24:30 a4357932f1b6: Verifying Checksum 03:24:30 a4357932f1b6: Download complete 03:24:30 63d7cb157983: Verifying Checksum 03:24:30 63d7cb157983: Download complete 03:24:30 b116817d02f9: Verifying Checksum 03:24:30 b116817d02f9: Download complete 03:24:30 5f621e34cdf4: Verifying Checksum 03:24:30 5f621e34cdf4: Download complete 03:24:30 93359f2a8cfa: Pull complete 03:24:30 7c6f9722023f: Pull complete 03:24:31 5f621e34cdf4: Pull complete 03:24:31 a4357932f1b6: Pull complete 03:24:32 18c013af1878: Pull complete 03:24:32 745a02a5169b: Verifying Checksum 03:24:32 745a02a5169b: Download complete 03:24:33 00ac8860ef70: Verifying Checksum 03:24:33 00ac8860ef70: Download complete 03:24:34 a35cf1a2eb13: Pull complete 03:24:34 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 03:24:34 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 03:24:34 ---> a62c8e92a672 03:24:34 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:24:34 ---> Running in 9e78c55097de 03:24:34 Removing intermediate container 9e78c55097de 03:24:34 ---> 6e31ce89ffec 03:24:34 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:24:34 ---> Running in d0a0b9267441 03:24:35 Removing intermediate container d0a0b9267441 03:24:35 ---> ea97413583c5 03:24:35 Step 5/8 : RUN apk add --update --no-cache make git 03:24:36 ---> Running in d9e04813b2bb 03:24:37 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:24:37 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:24:38 OK: 166 MiB in 39 packages 03:24:39 Removing intermediate container d9e04813b2bb 03:24:39 ---> 0391d5cd92c4 03:24:39 Step 6/8 : WORKDIR /device-sdk-go 03:24:39 ---> Running in 28eb3f539d13 03:24:39 Removing intermediate container 28eb3f539d13 03:24:39 ---> c14a9fe44f88 03:24:39 Step 7/8 : COPY . . 03:24:40 ---> 5d5a1c7fd9bd 03:24:40 Step 8/8 : RUN go mod download 03:24:40 ---> Running in c1bb069ae689 03:24:44 00ac8860ef70: Pull complete 03:24:44 63d7cb157983: Pull complete 03:24:44 b116817d02f9: Pull complete 03:24:48 745a02a5169b: Pull complete 03:24:48 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 03:24:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 03:24:48 ---> b7e6874047d6 03:24:48 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:24:51 ---> Running in bb990c7cdacf 03:24:51 Removing intermediate container bb990c7cdacf 03:24:51 ---> 0319f61d71c1 03:24:51 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:24:51 ---> Running in 6fc966ac1a7c 03:24:54 Removing intermediate container 6fc966ac1a7c 03:24:54 ---> 95f1496d217b 03:24:54 Step 5/8 : RUN apk add --update --no-cache make git 03:24:54 ---> Running in 657a688b0bb9 03:24:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:24:55 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:24:56 OK: 142 MiB in 39 packages 03:24:57 Removing intermediate container 657a688b0bb9 03:24:57 ---> e6c84abb46aa 03:24:57 Step 6/8 : WORKDIR /device-sdk-go 03:24:57 ---> Running in d450c3726585 03:24:58 Removing intermediate container d450c3726585 03:24:58 ---> 056c1ff947fe 03:24:58 Step 7/8 : COPY . . 03:24:59 ---> 25a6d9ffe0dc 03:24:59 Step 8/8 : RUN go mod download 03:24:59 ---> Running in 45b9f967c0d4 03:25:02 Removing intermediate container c1bb069ae689 03:25:02 ---> 12c2b3fff1d9 03:25:02 Successfully built 12c2b3fff1d9 03:25:02 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 03:25:03 + docker inspect -f . ci-base-image-x86_64 03:25:03 . [Pipeline] withDockerContainer 03:25:03 prd-centos7-docker-4c-2g-28336 does not seem to be running inside a container 03:25:03 $ 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 03:25:04 $ docker top 5647721c919e0422b2ab3624f432b35e1d0916856d209a8a8a62a4f18c94fc96 -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:04 + go version 03:25:04 go version go1.15.5 linux/amd64 [Pipeline] } 03:25:04 $ docker stop --time=1 5647721c919e0422b2ab3624f432b35e1d0916856d209a8a8a62a4f18c94fc96 03:25:06 $ docker rm -f 5647721c919e0422b2ab3624f432b35e1d0916856d209a8a8a62a4f18c94fc96 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:25:06 + docker inspect -f . ci-base-image-x86_64 03:25:06 . [Pipeline] withDockerContainer 03:25:06 prd-centos7-docker-4c-2g-28336 does not seem to be running inside a container 03:25:07 $ 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 03:25:07 $ docker top b28057aba2407402cbff0da59dccfee2eded396607be92813752d2524f579d3b -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:08 + make test 03:25:08 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:25:14 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:25:26 Removing intermediate container 45b9f967c0d4 03:25:26 ---> 5311c0560e04 03:25:26 Successfully built 5311c0560e04 03:25:26 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 03:25:26 + docker inspect -f . ci-base-image-arm64 03:25:26 . [Pipeline] withDockerContainer 03:25:26 prd-ubuntu18.04-docker-arm64-4c-16g-28335 does not seem to be running inside a container 03:25:27 $ 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 ******** -e ******** ci-base-image-arm64 cat 03:25:28 $ docker top 1220591f898b130c2eba03d8fdf2d3aecec46a30777347674b2d34f7752f21ba -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:29 + go version 03:25:29 go version go1.15.5 linux/arm64 [Pipeline] } 03:25:29 $ docker stop --time=1 1220591f898b130c2eba03d8fdf2d3aecec46a30777347674b2d34f7752f21ba 03:25:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:25:29 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:25:29 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:25:31 $ docker rm -f 1220591f898b130c2eba03d8fdf2d3aecec46a30777347674b2d34f7752f21ba 03:25:31 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.055s coverage: 25.5% of statements [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 03:25:32 + docker inspect -f . ci-base-image-arm64 03:25:32 . [Pipeline] withDockerContainer 03:25:32 prd-ubuntu18.04-docker-arm64-4c-16g-28335 does not seem to be running inside a container 03:25:32 $ 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 ******** -e ******** ci-base-image-arm64 cat 03:25:34 $ docker top 9c680cd3992b129503969b6e4f1b54e8973e3616e46798506a2eeb4115495362 -eo pid,comm [Pipeline] { [Pipeline] sh 03:25:35 + make test 03:25:35 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 03:25:57 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 03:26:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.066s coverage: 10.5% of statements 03:26:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.057s coverage: 12.5% of statements 03:26:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:26:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.061s coverage: 84.8% of statements 03:26:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 03:26:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 03:26:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:26:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:26:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.069s coverage: 48.7% of statements 03:26:03 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 03:26:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.072s coverage: 81.3% of statements 03:26:03 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.075s coverage: 24.8% of statements 03:26:03 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.363s coverage: 83.5% of statements 03:26:03 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.2% of statements 03:26:03 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:26:03 GO111MODULE=on go vet ./... 03:26:12 gofmt -l . 03:26:12 [ "`gofmt -l .`" = "" ] 03:26:12 ./bin/test-attribution-txt.sh 03:26:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:26:13 $ docker stop --time=1 b28057aba2407402cbff0da59dccfee2eded396607be92813752d2524f579d3b 03:26:15 $ docker rm -f b28057aba2407402cbff0da59dccfee2eded396607be92813752d2524f579d3b [Pipeline] // withDockerContainer [Pipeline] sh 03:26:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:26:16 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 03:26:19 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:26:19 + ls -al . 03:26:19 total 188 03:26:19 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 3 03:26 . 03:26:19 drwxrwxr-x. 4 jenkins jenkins 28 Mar 3 03:24 .. 03:26:19 drwxrwxr-x. 2 jenkins jenkins 64 Mar 3 03:24 bin 03:26:19 -rw-r--r--. 1 jenkins jenkins 102528 Mar 3 03:26 coverage.out 03:26:19 -rw-rw-r--. 1 jenkins jenkins 949 Mar 3 03:24 Dockerfile.build 03:26:19 -rw-rw-r--. 1 jenkins jenkins 140 Mar 3 03:24 .dockerignore 03:26:19 drwxrwxr-x. 4 jenkins jenkins 48 Mar 3 03:24 example 03:26:19 drwxrwxr-x. 8 jenkins jenkins 179 Mar 3 03:24 .git 03:26:19 drwxrwxr-x. 2 jenkins jenkins 103 Mar 3 03:24 .github 03:26:19 -rw-rw-r--. 1 jenkins jenkins 138 Mar 3 03:24 .gitignore 03:26:19 -rw-r--r--. 1 jenkins jenkins 516 Mar 3 03:26 go.mod 03:26:19 -rw-r--r--. 1 jenkins jenkins 17372 Mar 3 03:26 go.sum 03:26:19 drwxrwxr-x. 13 jenkins jenkins 183 Mar 3 03:24 internal 03:26:19 -rw-rw-r--. 1 jenkins jenkins 901 Mar 3 03:24 Jenkinsfile 03:26:19 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 3 03:24 LICENSE 03:26:19 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 3 03:24 Makefile 03:26:19 drwxrwxr-x. 4 jenkins jenkins 26 Mar 3 03:24 openapi 03:26:19 drwxrwxr-x. 5 jenkins jenkins 50 Mar 3 03:24 pkg 03:26:19 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 3 03:24 README.md 03:26:19 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 3 03:24 RELEASE-NOTES.txt 03:26:19 drwxrwxr-x. 4 jenkins jenkins 54 Mar 3 03:24 snap 03:26:19 -rw-rw-r--. 1 jenkins jenkins 5 Mar 3 03:22 VERSION 03:26:19 -rw-rw-r--. 1 jenkins jenkins 222 Mar 3 03:24 version.go [Pipeline] isUnix [Pipeline] sh 03:26:19 + 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=0ea23e3f0ca961e87626e4a39ea2010358eb753d --label arch=amd64 --label version=0.0.0 . 03:26:20 Sending build context to Docker daemon 2.562MB 03:26:20 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:26:20 Step 2/24 : FROM ${BASE} AS builder 03:26:20 ---> 12c2b3fff1d9 03:26:20 Step 3/24 : ARG MAKE='make build' 03:26:20 ---> Running in 96f5d0cd6ca1 03:26:20 Removing intermediate container 96f5d0cd6ca1 03:26:20 ---> aa2cc755b41f 03:26:20 Step 4/24 : WORKDIR /device-sdk-go 03:26:20 ---> Running in b3ee0c8ca23b 03:26:21 Removing intermediate container b3ee0c8ca23b 03:26:21 ---> 7338ae71fd69 03:26:21 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:26:21 ---> Running in b9963e6321ab 03:26:21 Removing intermediate container b9963e6321ab 03:26:21 ---> 48115352ce1d 03:26:21 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:26:21 ---> Running in 83d55dacd0d8 03:26:22 Removing intermediate container 83d55dacd0d8 03:26:22 ---> 9cb275d9cef5 03:26:22 Step 7/24 : RUN apk add --update --no-cache make git 03:26:22 ---> Running in 8aeb3c15a0f7 03:26:22 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 03:26:23 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 03:26:24 OK: 166 MiB in 39 packages 03:26:24 Removing intermediate container 8aeb3c15a0f7 03:26:24 ---> 2c2db66d0552 03:26:24 Step 8/24 : COPY . . 03:26:25 ---> e45607a94bea 03:26:25 Step 9/24 : RUN ${MAKE} 03:26:25 ---> Running in f80af4191e87 03:26:25 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 03:26:34 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:26:36 Removing intermediate container f80af4191e87 03:26:36 ---> 0a8f00cd96bc 03:26:36 Step 10/24 : FROM scratch 03:26:36 ---> 03:26:36 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:26:36 ---> Running in d15efec0e520 03:26:36 Removing intermediate container d15efec0e520 03:26:36 ---> 0a6cb1acbf35 03:26:36 Step 12/24 : ENV APP_PORT=49990 03:26:36 ---> Running in 51a4348003f9 03:26:36 Removing intermediate container 51a4348003f9 03:26:36 ---> a56364cd0dbf 03:26:36 Step 13/24 : EXPOSE $APP_PORT 03:26:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 03:26:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 03:26:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 03:26:36 ---> Running in 299db5339576 03:26:36 Removing intermediate container 299db5339576 03:26:36 ---> ced89f452307 03:26:36 Step 14/24 : WORKDIR / 03:26:36 ---> Running in 090ee2d19885 03:26:37 Removing intermediate container 090ee2d19885 03:26:37 ---> 01e7c2be4de7 03:26:37 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:26:37 ---> adcbadc57ad1 03:26:37 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:26:38 ---> 6b80b2fbe4ce 03:26:38 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:26:38 ---> a578afa250d7 03:26:38 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:26:38 ---> 8a7164b9bc70 03:26:38 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:26:38 ---> 7c6a820a3544 03:26:38 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:26:38 ---> Running in 951b88bfc8fc 03:26:38 Removing intermediate container 951b88bfc8fc 03:26:38 ---> c64fd75d2753 03:26:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:26:38 ---> Running in d733b23b8528 03:26:39 Removing intermediate container d733b23b8528 03:26:39 ---> 53523fd2df52 03:26:39 Step 22/24 : LABEL arch=amd64 03:26:39 ---> Running in 4da2e9180b77 03:26:39 Removing intermediate container 4da2e9180b77 03:26:39 ---> f9a7fdd864e3 03:26:39 Step 23/24 : LABEL git_sha=0ea23e3f0ca961e87626e4a39ea2010358eb753d 03:26:39 ---> Running in abe000c8f6d0 03:26:39 Removing intermediate container abe000c8f6d0 03:26:39 ---> 3a0df0b8f770 03:26:39 Step 24/24 : LABEL version=0.0.0 03:26:39 ---> Running in 4b018b3e8e53 03:26:39 Removing intermediate container 4b018b3e8e53 03:26:39 ---> af7a078057bb 03:26:39 [Warning] One or more build-args [ARCH] were not consumed 03:26:39 Successfully built af7a078057bb 03:26:39 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 03:26:41 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.116s coverage: 25.5% of statements 03:26:41 ---> job-cost.sh 03:26:41 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2ahv 03:26:56 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:27:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.122s coverage: 10.5% of statements 03:27:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.110s coverage: 12.5% of statements 03:27:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 03:27:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.156s coverage: 84.8% of statements 03:27:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 03:27:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 03:27:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 03:27:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 03:27:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.188s coverage: 48.7% of statements 03:27:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 03:27:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.189s coverage: 81.3% of statements 03:27:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.165s coverage: 24.8% of statements 03:27:13 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.686s coverage: 83.5% of statements 03:27:13 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.141s coverage: 5.2% of statements 03:27:13 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 03:27:13 GO111MODULE=on go vet ./... 03:27:22 lf-activate-venv(): INFO: Adding /tmp/venv-2ahv/bin to PATH 03:27:22 INFO: No Stack... 03:27:24 INFO: Retrieving Pricing Info for: v1-standard-2 03:27:24 INFO: Archiving Costs [Pipeline] sh 03:27:25 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 03:27:25 + cut -d, -f6 [Pipeline] lock 03:27:25 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-804-2-stack-cost] 03:27:25 Resource [jenkins-edgexfoundry-device-sdk-go-PR-804-2-stack-cost] did not exist. Created. 03:27:25 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-804-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:27:25 + echo total: 0.029999999329447746 [Pipeline] stash 03:27:25 Stashed 1 file(s) [Pipeline] } 03:27:25 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-804-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 03:27:45 gofmt -l . 03:27:45 [ "`gofmt -l .`" = "" ] 03:27:45 ./bin/test-attribution-txt.sh 03:27:46 ./bin/test-go-mod-tidy.sh [Pipeline] } 03:27:46 $ docker stop --time=1 9c680cd3992b129503969b6e4f1b54e8973e3616e46798506a2eeb4115495362 03:27:49 $ docker rm -f 9c680cd3992b129503969b6e4f1b54e8973e3616e46798506a2eeb4115495362 [Pipeline] // withDockerContainer [Pipeline] sh 03:27:50 + sudo chown -R jenkins:jenkins . [Pipeline] stash 03:27:50 Warning: overwriting stash ‘coverage-report’ 03:27:51 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 03:27:52 + sudo chown -R jenkins:jenkins . [Pipeline] sh 03:27:52 + ls -al . 03:27:52 total 224 03:27:52 drwxrwxr-x 10 jenkins jenkins 4096 Mar 3 03:27 . 03:27:52 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 03:24 .. 03:27:52 -rw-rw-r-- 1 jenkins jenkins 140 Mar 3 03:24 .dockerignore 03:27:52 drwxrwxr-x 8 jenkins jenkins 4096 Mar 3 03:24 .git 03:27:52 drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 03:24 .github 03:27:52 -rw-rw-r-- 1 jenkins jenkins 138 Mar 3 03:24 .gitignore 03:27:52 -rw-rw-r-- 1 jenkins jenkins 949 Mar 3 03:24 Dockerfile.build 03:27:52 -rw-rw-r-- 1 jenkins jenkins 901 Mar 3 03:24 Jenkinsfile 03:27:52 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 3 03:24 LICENSE 03:27:52 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 3 03:24 Makefile 03:27:52 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 3 03:24 README.md 03:27:52 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 3 03:24 RELEASE-NOTES.txt 03:27:52 -rw-rw-r-- 1 jenkins jenkins 5 Mar 3 03:22 VERSION 03:27:52 drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 03:24 bin 03:27:52 -rw-r--r-- 1 jenkins jenkins 102528 Mar 3 03:27 coverage.out 03:27:52 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 03:24 example 03:27:52 -rw-r--r-- 1 jenkins jenkins 516 Mar 3 03:27 go.mod 03:27:52 -rw-r--r-- 1 jenkins jenkins 17372 Mar 3 03:27 go.sum 03:27:52 drwxrwxr-x 13 jenkins jenkins 4096 Mar 3 03:24 internal 03:27:52 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 03:24 openapi 03:27:52 drwxrwxr-x 5 jenkins jenkins 4096 Mar 3 03:24 pkg 03:27:52 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 03:24 snap 03:27:52 -rw-rw-r-- 1 jenkins jenkins 222 Mar 3 03:24 version.go [Pipeline] isUnix [Pipeline] sh 03:27:52 + 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=0ea23e3f0ca961e87626e4a39ea2010358eb753d --label arch=arm64 --label version=0.0.0 . 03:27:53 Sending build context to Docker daemon 2.561MB 03:27:53 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 03:27:53 Step 2/24 : FROM ${BASE} AS builder 03:27:53 ---> 5311c0560e04 03:27:53 Step 3/24 : ARG MAKE='make build' 03:27:53 ---> Running in a26d492c5653 03:27:53 Removing intermediate container a26d492c5653 03:27:53 ---> a8fb8f993112 03:27:53 Step 4/24 : WORKDIR /device-sdk-go 03:27:54 ---> Running in 73bfc0f48825 03:27:54 Removing intermediate container 73bfc0f48825 03:27:54 ---> 474ab3ff240a 03:27:54 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:27:54 ---> Running in 602dfb47e840 03:27:54 Removing intermediate container 602dfb47e840 03:27:54 ---> dc6635ad54b5 03:27:54 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 03:27:55 ---> Running in 1f92ce78b650 03:27:57 Removing intermediate container 1f92ce78b650 03:27:57 ---> ae3347d4c744 03:27:57 Step 7/24 : RUN apk add --update --no-cache make git 03:27:57 ---> Running in e57fc596ac0a 03:27:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 03:27:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 03:27:59 OK: 142 MiB in 39 packages 03:28:00 Removing intermediate container e57fc596ac0a 03:28:00 ---> 4a69f31dd73d 03:28:00 Step 8/24 : COPY . . 03:28:02 ---> 32e57c9fae3f 03:28:02 Step 9/24 : RUN ${MAKE} 03:28:02 ---> Running in fea4e3729e49 03:28:03 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 03:28:30 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 03:28:32 Removing intermediate container fea4e3729e49 03:28:32 ---> ab86115ac775 03:28:32 Step 10/24 : FROM scratch 03:28:32 ---> 03:28:32 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 03:28:32 ---> Running in 541903f3da5e 03:28:32 Removing intermediate container 541903f3da5e 03:28:32 ---> b01f9606ca24 03:28:32 Step 12/24 : ENV APP_PORT=49990 03:28:32 ---> Running in c3bae1413701 03:28:33 Removing intermediate container c3bae1413701 03:28:33 ---> 07df1d92eac0 03:28:33 Step 13/24 : EXPOSE $APP_PORT 03:28:33 ---> Running in 5021550cb936 03:28:33 Removing intermediate container 5021550cb936 03:28:33 ---> 7ace947bc550 03:28:33 Step 14/24 : WORKDIR / 03:28:33 ---> Running in a453c674b025 03:28:34 Removing intermediate container a453c674b025 03:28:34 ---> b0f09c02bf74 03:28:34 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 03:28:35 ---> 1b30cc0fe831 03:28:35 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 03:28:36 ---> b3a7a3dac71a 03:28:36 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 03:28:36 ---> e512b9981abe 03:28:36 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 03:28:37 ---> 38abb0816ea9 03:28:37 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 03:28:38 ---> e5d3906759a4 03:28:38 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 03:28:38 ---> Running in 8394e7fb520a 03:28:38 Removing intermediate container 8394e7fb520a 03:28:38 ---> 0818514d1cb0 03:28:38 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 03:28:38 ---> Running in 158e97c0f7f2 03:28:39 Removing intermediate container 158e97c0f7f2 03:28:39 ---> ec36e8907349 03:28:39 Step 22/24 : LABEL arch=arm64 03:28:39 ---> Running in e22b3854f2c8 03:28:40 Removing intermediate container e22b3854f2c8 03:28:40 ---> 6a56f1b0dcd7 03:28:40 Step 23/24 : LABEL git_sha=0ea23e3f0ca961e87626e4a39ea2010358eb753d 03:28:40 ---> Running in 8fe053761e47 03:28:40 Removing intermediate container 8fe053761e47 03:28:40 ---> 501f9871ba18 03:28:40 Step 24/24 : LABEL version=0.0.0 03:28:40 ---> Running in ed4352ee9da3 03:28:41 Removing intermediate container ed4352ee9da3 03:28:41 ---> 1445651b164f 03:28:41 [Warning] One or more build-args [ARCH] were not consumed 03:28:41 Successfully built 1445651b164f 03:28:41 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 03:28:42 ---> job-cost.sh 03:28:42 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-kVk3 03:29:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 03:32:05 lf-activate-venv(): INFO: Adding /tmp/venv-kVk3/bin to PATH 03:32:05 INFO: No Stack... 03:32:05 INFO: Retrieving Pricing Info for: lf-standard-4 03:32:05 INFO: Archiving Costs [Pipeline] sh 03:32:06 + cut -d, -f6 03:32:06 + cat /w/workspace/device-sdk-go/2/archives/cost.csv [Pipeline] lock 03:32:06 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-804-2-stack-cost] 03:32:06 Resource [jenkins-edgexfoundry-device-sdk-go-PR-804-2-stack-cost] did not exist. Created. 03:32:06 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-804-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 03:32:06 /w/workspace/device-sdk-go/2@tmp/durable-55f55cc1/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-55f55cc1/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 03:32:07 + echo total: 0.20999999344348907 [Pipeline] stash 03:32:07 Warning: overwriting stash ‘stack-cost’ 03:32:07 Stashed 1 file(s) [Pipeline] } 03:32:07 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-804-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 03:32:09 provisioning config files... 03:32:09 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/config1432924110106156580tmp [Pipeline] { [Pipeline] sh 03:32:09 + set +x 03:32:09 + curl -s https://codecov.io/bash 03:32:09 + bash -s -- 03:32:09 03:32:09 _____ _ 03:32:09 / ____| | | 03:32:09 | | ___ __| | ___ ___ _____ __ 03:32:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 03:32:09 | |___| (_) | (_| | __/ (_| (_) \ V / 03:32:09 \_____\___/ \__,_|\___|\___\___/ \_/ 03:32:09 Bash-20210226-7100762 03:32:09 03:32:09 03:32:09 ==> git version 2.24.3 found 03:32:09 ==> 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 03:32:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 03:32:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 03:32:09 ==> Jenkins CI detected. 03:32:09 project root: . 03:32:09 --> token set from env 03:32:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 03:32:09 ==> Running gcov in . (disable via -X gcov) 03:32:09 ==> Python coveragepy not found 03:32:09 ==> Searching for coverage reports in: 03:32:09 + . 03:32:09 -> Found 1 reports 03:32:09 ==> Detecting git/mercurial file structure 03:32:09 ==> Reading reports 03:32:09 + ./coverage.out bytes=102528 03:32:09 ==> Appending adjustments 03:32:09 https://docs.codecov.io/docs/fixing-reports 03:32:10 + Found adjustments 03:32:10 ==> Gzipping contents 03:32:10 20K /tmp/codecov.gLCZ1K.gz 03:32:10 ==> Uploading reports 03:32:10 url: https://codecov.io 03:32:10 query: branch=PR-804&commit=0ea23e3f0ca961e87626e4a39ea2010358eb753d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-804%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=804&job=&cmd_args= 03:32:10 -> Pinging Codecov 03:32:10 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-804&commit=0ea23e3f0ca961e87626e4a39ea2010358eb753d&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-804%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=804&job=&cmd_args= 03:32:10 -> Uploading to 03:32:10 https://storage.googleapis.com/codecov/v4/raw/2021-03-03/7E55EF52A471D76F132DFD9A03CDDE97/0ea23e3f0ca961e87626e4a39ea2010358eb753d/0ed421c2-0321-46b5-a31b-5c98e37ee6b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210303T033210Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=bed0fcd5e828bc0c6d117fd76d13f10d6cd27f05e4068360bd02ca4e9cddd9d3 03:32:10 % Total % Received % Xferd Average Speed Time Time Time Current 03:32:10 Dload Upload Total Spent Left Speed 03:32:11 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16587 0 0 100 16587 0 34056 --:--:-- --:--:-- --:--:-- 34059 03:32:11 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/0ea23e3f0ca961e87626e4a39ea2010358eb753d [Pipeline] } 03:32:11 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 03:32:13 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 03:32:14 ---> package-listing.sh 03:32:14 ++ facter osfamily 03:32:14 ++ tr '[:upper:]' '[:lower:]' 03:32:14 + OS_FAMILY=redhat 03:32:14 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-804 03:32:14 + START_PACKAGES=/tmp/packages_start.txt 03:32:14 + END_PACKAGES=/tmp/packages_end.txt 03:32:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 03:32:14 + PACKAGES=/tmp/packages_start.txt 03:32:14 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-804 ']' 03:32:14 + PACKAGES=/tmp/packages_end.txt 03:32:14 + case "${OS_FAMILY}" in 03:32:14 + rpm -qa 03:32:14 + sort 03:32:19 + '[' -f /tmp/packages_start.txt ']' 03:32:19 + '[' -f /tmp/packages_end.txt ']' 03:32:19 + diff /tmp/packages_start.txt /tmp/packages_end.txt 03:32:19 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-804 ']' 03:32:19 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-804/archives/ 03:32:19 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-804/archives/ [Pipeline] echo 03:32:19 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-804/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 03:32:19 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 03:32:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:32:20 03:32:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 03:32:20 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:32:20 alpine: Pulling from edgex-lftools-log-publisher 03:32:20 df20fa9351a1: Pulling fs layer 03:32:20 36b3adc4ff6f: Pulling fs layer 03:32:20 8ad3a11d3b57: Pulling fs layer 03:32:20 46f8f816bc3b: Pulling fs layer 03:32:20 93b61091891f: Pulling fs layer 03:32:20 93b9cdb0e59b: Pulling fs layer 03:32:20 5e14af77c1be: Pulling fs layer 03:32:20 01666e4c0597: Pulling fs layer 03:32:20 aa168da1d23b: Pulling fs layer 03:32:20 93b9cdb0e59b: Waiting 03:32:20 5e14af77c1be: Waiting 03:32:20 01666e4c0597: Waiting 03:32:20 46f8f816bc3b: Waiting 03:32:20 93b61091891f: Waiting 03:32:20 aa168da1d23b: Waiting 03:32:20 36b3adc4ff6f: Verifying Checksum 03:32:20 36b3adc4ff6f: Download complete 03:32:20 46f8f816bc3b: Verifying Checksum 03:32:20 46f8f816bc3b: Download complete 03:32:20 df20fa9351a1: Verifying Checksum 03:32:20 df20fa9351a1: Download complete 03:32:20 93b9cdb0e59b: Download complete 03:32:20 93b61091891f: Verifying Checksum 03:32:20 93b61091891f: Download complete 03:32:20 5e14af77c1be: Download complete 03:32:20 01666e4c0597: Verifying Checksum 03:32:20 01666e4c0597: Download complete 03:32:20 8ad3a11d3b57: Verifying Checksum 03:32:20 8ad3a11d3b57: Download complete 03:32:20 df20fa9351a1: Pull complete 03:32:21 36b3adc4ff6f: Pull complete 03:32:22 8ad3a11d3b57: Pull complete 03:32:22 46f8f816bc3b: Pull complete 03:32:22 93b61091891f: Pull complete 03:32:22 aa168da1d23b: Verifying Checksum 03:32:22 aa168da1d23b: Download complete 03:32:22 93b9cdb0e59b: Pull complete 03:32:23 5e14af77c1be: Pull complete 03:32:23 01666e4c0597: Pull complete 03:32:31 aa168da1d23b: Pull complete 03:32:31 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 03:32:31 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 03:32:31 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 03:32:31 prd-centos7-docker-4c-2g-28333 does not seem to be running inside a container 03:32:31 $ 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-804/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-804 -v /w/workspace/dgexfoundry_device-sdk-go_PR-804:/w/workspace/dgexfoundry_device-sdk-go_PR-804:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 03:32:35 $ docker top 2cdb6b64cd7ed2e44a3ca4f6a1aa674c3bc03ef2394e573a7365badd27fcd4ad -eo pid,comm [Pipeline] { [Pipeline] sh 03:32:35 + touch /tmp/pre-build-complete [Pipeline] sh 03:32:36 + mkdir -p /var/log/sa [Pipeline] sh 03:32:36 + ls /var/log/sa-host 03:32:36 + sadf -c /var/log/sa-host/sa03 03:32:36 file_magic: OK 03:32:36 HZ: Using current value: 100 03:32:36 file_header: OK 03:32:36 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 03:32:36 Statistics: 03:32:36 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 03:32:36 File successfully converted to sysstat format version 12.2.1 03:32:36 + sadf -c /var/log/sa-host/sa23 03:32:36 file_magic: OK 03:32:36 HZ: Using current value: 100 03:32:36 file_header: OK 03:32:36 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 03:32:36 Statistics: 03:32:36 Hnuu...uuuununununu... 03:32:36 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 03:32:36 provisioning config files... 03:32:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/config3553751542329061534tmp [Pipeline] { [Pipeline] echo 03:32:37 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 03:32:37 ---> create-netrc.sh [Pipeline] } 03:32:37 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 03:32:37 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 03:32:37 ---> python-tools-install.sh [Pipeline] echo 03:32:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 03:32:38 ---> sudo-logs.sh 03:32:38 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 03:32:38 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 03:32:38 ---> job-cost.sh 03:32:38 lf-activate-venv: SKIPPING 03:32:38 DEBUG: total: 0.20999999344348907 03:32:38 INFO: Retrieving Stack Cost... 03:32:39 INFO: Retrieving Pricing Info for: v1-standard-2 03:32:39 INFO: Archiving Costs [Pipeline] echo 03:32:40 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 03:32:40 ---> logs-deploy.sh 03:32:40 lf-activate-venv: SKIPPING 03:32:40 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-804/2 03:32:40 INFO: archiving workspace using pattern(s): 03:32:42 Archives upload complete. 03:32:42 INFO: archiving logs to Nexus 03:32:43 ---> uname -a: 03:32:43 Linux prd-centos7-docker-4c-2g-28333.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 03:32:43 03:32:43 03:32:43 ---> lscpu: 03:32:43 Architecture: x86_64 03:32:43 CPU op-mode(s): 32-bit, 64-bit 03:32:43 Byte Order: Little Endian 03:32:43 Address sizes: 40 bits physical, 48 bits virtual 03:32:43 CPU(s): 4 03:32:43 On-line CPU(s) list: 0-3 03:32:43 Thread(s) per core: 1 03:32:43 Core(s) per socket: 1 03:32:43 Socket(s): 4 03:32:43 NUMA node(s): 1 03:32:43 Vendor ID: GenuineIntel 03:32:43 CPU family: 6 03:32:43 Model: 44 03:32:43 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 03:32:43 Stepping: 1 03:32:43 CPU MHz: 2933.436 03:32:43 BogoMIPS: 5866.87 03:32:43 Virtualization: VT-x 03:32:43 Hypervisor vendor: KVM 03:32:43 Virtualization type: full 03:32:43 L1d cache: 128 KiB 03:32:43 L1i cache: 128 KiB 03:32:43 L2 cache: 16 MiB 03:32:43 L3 cache: 64 MiB 03:32:43 NUMA node0 CPU(s): 0-3 03:32:43 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 03:32:43 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 03:32:43 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 03:32:43 Vulnerability Meltdown: Mitigation; PTI 03:32:43 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 03:32:43 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 03:32:43 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 03:32:43 Vulnerability Srbds: Not affected 03:32:43 Vulnerability Tsx async abort: Not affected 03:32:43 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 03:32:43 03:32:43 03:32:43 ---> nproc: 03:32:43 4 03:32:43 03:32:43 03:32:43 ---> df -h: 03:32:43 Filesystem Size Used Available Use% Mounted on 03:32:43 overlay 50.0G 7.3G 42.7G 15% / 03:32:43 tmpfs 64.0M 0 64.0M 0% /dev 03:32:43 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 03:32:43 shm 64.0M 0 64.0M 0% /dev/shm 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-804 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 03:32:43 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 03:32:43 03:32:43 03:32:43 ---> free -m: 03:32:43 total used free shared buff/cache available 03:32:43 Mem: 1837 693 105 0 1038 1039 03:32:43 Swap: 1023 0 1023 03:32:43 03:32:43 03:32:43 ---> ip addr: 03:32:43 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 03:32:43 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 03:32:43 inet 127.0.0.1/8 scope host lo 03:32:43 valid_lft forever preferred_lft forever 03:32:43 inet6 ::1/128 scope host 03:32:43 valid_lft forever preferred_lft forever 03:32:43 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 03:32:43 link/ether fa:16:3e:80:73:cf brd ff:ff:ff:ff:ff:ff 03:32:43 inet 10.30.123.101/23 brd 10.30.123.255 scope global dynamic eth0 03:32:43 valid_lft 85720sec preferred_lft 85720sec 03:32:43 inet6 fe80::f816:3eff:fe80:73cf/64 scope link 03:32:43 valid_lft forever preferred_lft forever 03:32:43 3: docker0: mtu 1500 qdisc noqueue state DOWN 03:32:43 link/ether 02:42:9f:43:97:a1 brd ff:ff:ff:ff:ff:ff 03:32:43 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 03:32:43 valid_lft forever preferred_lft forever 03:32:43 inet6 fe80::42:9fff:fe43:97a1/64 scope link 03:32:43 valid_lft forever preferred_lft forever 03:32:43 03:32:43 03:32:43 ---> sar -b -r -n DEV: 03:32:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) 03:32:43 03:32:43 03:21:10 LINUX RESTART (4 CPU) 03:32:43 03:32:43 03:22:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 03:32:43 03:23:01 30.47 10.45 20.03 0.00 4387.07 3161.20 0.00 03:32:43 03:24:01 1.92 0.00 1.92 0.00 0.00 37.87 0.00 03:32:43 03:25:01 0.17 0.00 0.17 0.00 0.00 1.62 0.00 03:32:43 03:26:01 0.35 0.00 0.35 0.00 0.00 5.64 0.00 03:32:43 03:27:01 0.22 0.00 0.22 0.00 0.00 2.48 0.00 03:32:43 03:28:02 0.35 0.00 0.35 0.00 0.00 4.70 0.00 03:32:43 03:29:01 0.25 0.00 0.25 0.00 0.00 2.74 0.00 03:32:43 03:30:01 0.15 0.00 0.15 0.00 0.00 1.75 0.00 03:32:43 03:31:01 0.28 0.00 0.28 0.00 0.00 3.61 0.00 03:32:43 03:32:01 0.23 0.00 0.23 0.00 0.00 2.71 0.00 03:32:43 Average: 3.40 1.03 2.37 0.00 432.99 318.33 0.00 03:32:43 03:32:43 03:22:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 03:32:43 03:23:01 147960 0 580736 30.86 2620 1150228 1102592 37.63 396620 1136592 20 03:32:43 03:24:01 149568 0 579120 30.78 2620 1150236 1075252 36.70 398048 1134272 8 03:32:43 03:25:01 149460 0 579224 30.78 2620 1150240 1075288 36.70 407088 1125456 16 03:32:43 03:26:01 149392 0 579288 30.79 2620 1150244 1062868 36.27 408084 1124816 16 03:32:43 03:27:01 146396 0 582280 30.95 2620 1150248 1062952 36.28 415908 1120436 16 03:32:43 03:28:02 146460 0 582212 30.94 2620 1150252 1062904 36.28 415808 1120436 12 03:32:43 03:29:01 146936 0 581732 30.92 2620 1150256 1062868 36.27 415368 1120432 8 03:32:43 03:30:01 146084 0 582580 30.96 2620 1150260 1063000 36.28 416076 1120432 12 03:32:43 03:31:01 146608 0 582048 30.93 2620 1150268 1062868 36.27 415380 1120432 16 03:32:43 03:32:01 146256 0 582396 30.95 2620 1150272 1062940 36.28 415876 1120432 12 03:32:43 Average: 147512 0 581162 30.89 2620 1150250 1069353 36.50 410426 1124374 14 03:32:43 03:32:43 03:22:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 03:32:43 03:23:01 eth0 87.49 70.95 369.96 37.46 0.00 0.00 0.00 0.00 03:32:43 03:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:23:01 docker0 6.30 4.79 1.18 22.97 0.00 0.00 0.00 0.00 03:32:43 03:24:01 eth0 1.57 0.35 0.40 0.20 0.00 0.00 0.00 0.00 03:32:43 03:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:25:01 eth0 2.18 0.80 0.89 0.59 0.00 0.00 0.00 0.00 03:32:43 03:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:26:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:26:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:26:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:27:01 eth0 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 03:32:43 03:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:28:02 eth0 0.28 0.18 0.07 0.01 0.00 0.00 0.00 0.00 03:32:43 03:28:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:28:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:29:01 eth0 0.76 0.08 0.06 0.01 0.00 0.00 0.00 0.00 03:32:43 03:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:30:01 eth0 0.53 0.37 0.27 0.17 0.00 0.00 0.00 0.00 03:32:43 03:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:31:01 eth0 0.12 0.08 0.01 0.04 0.00 0.00 0.00 0.00 03:32:43 03:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:32:01 eth0 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 03:32:43 03:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 03:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 Average: eth0 9.23 7.23 36.70 3.81 0.00 0.00 0.00 0.00 03:32:43 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 03:32:43 Average: docker0 0.62 0.47 0.12 2.27 0.00 0.00 0.00 0.00 03:32:43 03:32:43 03:32:43 ---> sar -P ALL: 03:32:43 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) 03:32:43 03:32:43 03:21:10 LINUX RESTART (4 CPU) 03:32:43 03:32:43 03:22:02 CPU %user %nice %system %iowait %steal %idle 03:32:43 03:23:01 all 2.64 0.00 2.05 0.49 0.06 94.76 03:32:43 03:23:01 0 2.53 0.00 1.79 0.09 0.07 95.53 03:32:43 03:23:01 1 2.76 0.00 1.66 1.28 0.07 94.23 03:32:43 03:23:01 2 2.51 0.00 2.52 0.29 0.05 94.63 03:32:43 03:23:01 3 2.76 0.00 2.22 0.29 0.07 94.66 03:32:43 03:24:01 all 0.15 0.00 0.03 0.00 0.00 99.82 03:32:43 03:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 03:32:43 03:24:01 1 0.07 0.00 0.03 0.00 0.00 99.90 03:32:43 03:24:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:32:43 03:24:01 3 0.48 0.00 0.03 0.00 0.00 99.48 03:32:43 03:25:01 all 0.17 0.00 0.13 0.00 0.10 99.60 03:32:43 03:25:01 0 0.03 0.00 0.10 0.00 0.10 99.77 03:32:43 03:25:01 1 0.08 0.00 0.20 0.00 0.17 99.55 03:32:43 03:25:01 2 0.07 0.00 0.17 0.00 0.10 99.67 03:32:43 03:25:01 3 0.50 0.00 0.05 0.00 0.05 99.40 03:32:43 03:26:01 all 0.15 0.00 0.03 0.00 0.00 99.81 03:32:43 03:26:01 0 0.03 0.00 0.03 0.00 0.00 99.93 03:32:43 03:26:01 1 0.07 0.00 0.07 0.00 0.02 99.85 03:32:43 03:26:01 2 0.02 0.00 0.02 0.00 0.00 99.97 03:32:43 03:26:01 3 0.48 0.00 0.02 0.00 0.00 99.50 03:32:43 03:27:01 all 0.17 0.00 0.07 0.00 0.02 99.74 03:32:43 03:27:01 0 0.03 0.00 0.03 0.00 0.02 99.92 03:32:43 03:27:01 1 0.03 0.00 0.07 0.00 0.00 99.90 03:32:43 03:27:01 2 0.08 0.00 0.10 0.00 0.05 99.77 03:32:43 03:27:01 3 0.52 0.00 0.08 0.00 0.02 99.38 03:32:43 03:28:02 all 0.10 0.00 0.03 0.00 0.01 99.86 03:32:43 03:28:02 0 0.02 0.00 0.03 0.00 0.00 99.95 03:32:43 03:28:02 1 0.02 0.00 0.02 0.00 0.00 99.97 03:32:43 03:28:02 2 0.05 0.00 0.03 0.00 0.02 99.90 03:32:43 03:28:02 3 0.30 0.00 0.05 0.00 0.02 99.63 03:32:43 03:29:01 all 0.12 0.00 0.03 0.00 0.01 99.83 03:32:43 03:29:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:32:43 03:29:01 1 0.03 0.00 0.02 0.00 0.02 99.93 03:32:43 03:29:01 2 0.07 0.00 0.05 0.00 0.02 99.86 03:32:43 03:29:01 3 0.37 0.00 0.05 0.00 0.00 99.58 03:32:43 03:30:01 all 0.09 0.00 0.05 0.00 0.00 99.86 03:32:43 03:30:01 0 0.02 0.00 0.03 0.00 0.00 99.95 03:32:43 03:30:01 1 0.05 0.00 0.02 0.00 0.00 99.93 03:32:43 03:30:01 2 0.05 0.00 0.07 0.00 0.02 99.87 03:32:43 03:30:01 3 0.23 0.00 0.07 0.00 0.00 99.70 03:32:43 03:31:01 all 0.15 0.00 0.03 0.00 0.01 99.80 03:32:43 03:31:01 0 0.03 0.00 0.02 0.00 0.00 99.95 03:32:43 03:31:01 1 0.08 0.00 0.07 0.00 0.00 99.85 03:32:43 03:31:01 2 0.03 0.00 0.02 0.00 0.02 99.93 03:32:43 03:31:01 3 0.47 0.00 0.02 0.00 0.03 99.48 03:32:43 03:32:01 all 0.15 0.00 0.04 0.00 0.01 99.80 03:32:43 03:32:01 0 0.02 0.00 0.02 0.00 0.00 99.97 03:32:43 03:32:01 1 0.07 0.00 0.07 0.00 0.02 99.85 03:32:43 03:32:01 2 0.02 0.00 0.03 0.00 0.02 99.93 03:32:43 03:32:01 3 0.50 0.00 0.03 0.00 0.00 99.47 03:32:43 Average: all 0.38 0.00 0.25 0.05 0.02 99.30 03:32:43 Average: 0 0.27 0.00 0.21 0.01 0.02 99.49 03:32:43 Average: 1 0.32 0.00 0.22 0.13 0.03 99.31 03:32:43 Average: 2 0.29 0.00 0.30 0.03 0.03 99.36 03:32:43 Average: 3 0.66 0.00 0.26 0.03 0.02 99.04 03:32:43 03:32:43 03:32:43