Pull request #838 opened Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 104d160e7b4b0bcb433373539b1b9f86cb2a0a33+e522836f5d508ce20413c5d2a08a926bd2b9771b (d29c0fbbd69617c852c0d555c6b39efb24d14eaf) Running in Durability level: MAX_SURVIVABILITY Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and with tags Cloning repository git@github.com:edgexfoundry/edgex-global-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-838/workspace@libs/edgex-global-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 > git --version # timeout=10 > git --version # 'git version 2.16.6' 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 Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:lfit/releng-pipelines.git > git init /var/lib/jenkins/jobs/edgexfoundry/jobs/device-sdk-go/branches/PR-838/workspace@libs/lf-pipelines # timeout=10 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 > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > 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 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 > git --version # timeout=10 > git --version # 'git version 2.16.6' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 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-31326 in /w/workspace/dgexfoundry_device-sdk-go_PR-838 [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-838 # 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 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 Merge succeeded, producing 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 Checking out Revision 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 (PR-838) > 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/838/head:refs/remotes/origin/PR-838 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 # 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 e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. > git --version # timeout=10 > git --version # 'git version 2.24.3' fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:45:33 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:45:34 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:45:34 ========================================================= 05:45:34 EdgeX Global Pipelines Version Info 05:45:34 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:45:35 ------------------- 05:45:35 stable info: 05:45:35 ------------------- 05:45:35 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:45:35 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 05:45:35 Message: update stable to v1.0.186 05:45:36 ------------------- 05:45:36 experimental info: 05:45:36 ------------------- 05:45:36 Commited By: **** collab-it+edgex@linuxfoundation.org 05:45:36 Commit SHA: 606c6f769ab3e61af702b3bd2da8ca6cacc01659 05:45:36 Message: update experimental to v1.0.187 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:45:37 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:45:38 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:45:39 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:45:39 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:45:39 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:45:39 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:45:39 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:45:39 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:45:39 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 05:45:39 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:45:40 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:45:40 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:45:40 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:45:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-838 [Pipeline] echo 05:45:40 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-838 [Pipeline] echo 05:45:40 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-838 [Pipeline] echo 05:45:41 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 [Pipeline] echo 05:45:41 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 104d160 [Pipeline] echo 05:45:41 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:45:41 provisioning config files... 05:45:41 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp/config2799009883747363529tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:45:42 ---> docker-login.sh 05:45:42 nexus3.edgexfoundry.org:10001 05:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:42 Configure a credential helper to remove this warning. See 05:45:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:42 05:45:42 Login Succeeded 05:45:42 nexus3.edgexfoundry.org:10002 05:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:42 Configure a credential helper to remove this warning. See 05:45:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:42 05:45:42 Login Succeeded 05:45:42 nexus3.edgexfoundry.org:10003 05:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:42 Configure a credential helper to remove this warning. See 05:45:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:42 05:45:42 Login Succeeded 05:45:42 nexus3.edgexfoundry.org:10004 05:45:42 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:42 Configure a credential helper to remove this warning. See 05:45:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:42 05:45:42 Login Succeeded 05:45:42 docker.io 05:45:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:45:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:45:43 Configure a credential helper to remove this warning. See 05:45:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:45:43 05:45:43 Login Succeeded 05:45:43 ---> docker-login.sh ends [Pipeline] } 05:45:43 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 05:45:44 + git log --format=format:%s -1 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 [Pipeline] echo 05:45:44 GIT_COMMIT: 104d160e7b4b0bcb433373539b1b9f86cb2a0a33, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 05:45:44 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:45:45 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:45:45 05:45:45 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:45:45 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:45:45 latest: Pulling from edgex-devops/git-semver 05:45:45 31603596830f: Pulling fs layer 05:45:45 2a8b12db71e7: Pulling fs layer 05:45:45 6ca5941a6612: Pulling fs layer 05:45:45 ecc8261a40a4: Pulling fs layer 05:45:45 ecc8261a40a4: Waiting 05:45:45 2a8b12db71e7: Verifying Checksum 05:45:45 2a8b12db71e7: Download complete 05:45:46 31603596830f: Verifying Checksum 05:45:46 31603596830f: Download complete 05:45:46 ecc8261a40a4: Verifying Checksum 05:45:46 ecc8261a40a4: Download complete 05:45:46 6ca5941a6612: Download complete 05:45:46 31603596830f: Pull complete 05:45:46 2a8b12db71e7: Pull complete 05:45:47 6ca5941a6612: Pull complete 05:45:47 ecc8261a40a4: Pull complete 05:45:47 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:45:47 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:45:47 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:45:48 prd-centos7-docker-4c-2g-31326 does not seem to be running inside a container 05:45:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-838 -v /w/workspace/dgexfoundry_device-sdk-go_PR-838:/w/workspace/dgexfoundry_device-sdk-go_PR-838:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-838@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:45:49 $ docker top 893e4b6c1e416d5a26e71c80db15c123977e1d34c4908e917da993fffe90f8f3 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:45:50 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:50 [ssh-agent] Looking for ssh-agent implementation... 05:45:50 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:50 $ docker exec 893e4b6c1e416d5a26e71c80db15c123977e1d34c4908e917da993fffe90f8f3 ssh-agent 05:45:50 SSH_AUTH_SOCK=/tmp/ssh-MEsVIZSg0qOa/agent.11 05:45:50 SSH_AGENT_PID=16 05:45:50 Running ssh-add (command line suppressed) 05:45:50 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp/private_key_1375042952692629515.key (/w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp/private_key_1375042952692629515.key) 05:45:50 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:50 + git tag --points-at HEAD [Pipeline] } 05:45:51 $ docker exec --env ******** --env ******** 893e4b6c1e416d5a26e71c80db15c123977e1d34c4908e917da993fffe90f8f3 ssh-agent -k 05:45:51 unset SSH_AUTH_SOCK; 05:45:51 unset SSH_AGENT_PID; 05:45:51 echo Agent pid 16 killed; 05:45:51 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:45:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:45:51 [ssh-agent] Looking for ssh-agent implementation... 05:45:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:45:51 $ docker exec 893e4b6c1e416d5a26e71c80db15c123977e1d34c4908e917da993fffe90f8f3 ssh-agent 05:45:51 SSH_AUTH_SOCK=/tmp/ssh-D96ztPv2j1rF/agent.48 05:45:51 SSH_AGENT_PID=53 05:45:51 Running ssh-add (command line suppressed) 05:45:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp/private_key_3041481447654850983.key (/w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp/private_key_3041481447654850983.key) 05:45:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:45:52 + git semver init 05:45:52 # -> Open(): unable to determine branch for HEAD 05:45:52 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-838/.git 05:45:52 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-838 05:45:52 # $SEMVER_REMOTE_NAME = origin 05:45:52 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:45:52 # $SEMVER_USER_NAME = edgex-jenkins 05:45:52 # $SEMVER_BRANCH = PR-838 05:45:52 # $SEMVER_TEMP = /tmp/semver-120780510 05:45:52 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 05:45:53 # '/tmp/semver-120780510' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-838/.semver' 05:45:53 # -> Force: false 05:45:53 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-838/.semver [Pipeline] } 05:45:53 $ docker exec --env ******** --env ******** 893e4b6c1e416d5a26e71c80db15c123977e1d34c4908e917da993fffe90f8f3 ssh-agent -k 05:45:53 unset SSH_AUTH_SOCK; 05:45:53 unset SSH_AGENT_PID; 05:45:53 echo Agent pid 53 killed; 05:45:53 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:45:53 + git semver [Pipeline] } 05:45:53 $ docker stop --time=1 893e4b6c1e416d5a26e71c80db15c123977e1d34c4908e917da993fffe90f8f3 05:45:55 $ docker rm -f 893e4b6c1e416d5a26e71c80db15c123977e1d34c4908e917da993fffe90f8f3 [Pipeline] // withDockerContainer [Pipeline] sh 05:45:55 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:45:56 Stashed 1 file(s) [Pipeline] echo 05:45:56 [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 05:46:12 Still waiting to schedule task 05:46:12 Waiting for next available executor on ‘centos7-docker-4c-2g’ 05:46:12 Still waiting to schedule task 05:46:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:47:59 Running on prd-centos7-docker-4c-2g-31329 in /w/workspace/dgexfoundry_device-sdk-go_PR-838 [Pipeline] { [Pipeline] ws 05:47:59 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 05:48:02 using credential edgex-jenkins-ssh 05:48:02 Cloning the remote Git repository 05:48:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:48:02 > git init /w/workspace/device-sdk-go/1 # timeout=10 05:48:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:48:02 > git --version # timeout=10 05:48:02 > git --version # 'git version 2.24.3' 05:48:02 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:48:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:48:03 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:48:03 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:48:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:48:03 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:03 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/838/head:refs/remotes/origin/PR-838 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:48:04 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 05:48:04 Merge succeeded, producing 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 05:48:04 Checking out Revision 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 (PR-838) 05:48:04 > git config core.sparsecheckout # timeout=10 05:48:04 > git checkout -f 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 # timeout=10 05:48:04 > git remote # timeout=10 05:48:04 > git config --get remote.origin.url # timeout=10 05:48:04 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:04 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 05:48:04 > git rev-parse HEAD^{commit} # timeout=10 05:48:04 > git config core.sparsecheckout # timeout=10 05:48:04 > git checkout -f 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 # timeout=10 05:48:08 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 05:48:08 > git --version # timeout=10 05:48:08 > git --version # 'git version 2.24.3' 05:48:08 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:48:09 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:48:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:48:10 + sudo service docker restart 05:48:10 + true 05:48:10 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:48:12 provisioning config files... 05:48:12 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config5624088639747401808tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:48:13 ---> docker-login.sh 05:48:13 nexus3.edgexfoundry.org:10001 05:48:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:13 Configure a credential helper to remove this warning. See 05:48:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:13 05:48:13 Login Succeeded 05:48:13 nexus3.edgexfoundry.org:10002 05:48:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:13 Configure a credential helper to remove this warning. See 05:48:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:13 05:48:13 Login Succeeded 05:48:13 nexus3.edgexfoundry.org:10003 05:48:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:14 Configure a credential helper to remove this warning. See 05:48:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:14 05:48:14 Login Succeeded 05:48:14 nexus3.edgexfoundry.org:10004 05:48:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:14 Configure a credential helper to remove this warning. See 05:48:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:14 05:48:14 Login Succeeded 05:48:14 docker.io 05:48:14 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:14 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:14 Configure a credential helper to remove this warning. See 05:48:14 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:14 05:48:14 Login Succeeded 05:48:14 ---> docker-login.sh ends [Pipeline] } 05:48:14 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:48:15 ========================================================= 05:48:15 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:48:15 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:48:15 + 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 . 05:48:15 Sending build context to Docker daemon 2.288MB 05:48:15 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:48:15 Step 2/8 : FROM ${BASE} 05:48:15 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:48:15 188c0c94c7c5: Pulling fs layer 05:48:15 0ef7d3d256c8: Pulling fs layer 05:48:15 de9db76c5a1d: Pulling fs layer 05:48:15 bca2f99d35d6: Pulling fs layer 05:48:15 93359f2a8cfa: Pulling fs layer 05:48:15 7c6f9722023f: Pulling fs layer 05:48:15 a35cf1a2eb13: Pulling fs layer 05:48:15 93359f2a8cfa: Waiting 05:48:15 7c6f9722023f: Waiting 05:48:15 a35cf1a2eb13: Waiting 05:48:15 bca2f99d35d6: Waiting 05:48:15 de9db76c5a1d: Verifying Checksum 05:48:15 de9db76c5a1d: Download complete 05:48:15 0ef7d3d256c8: Verifying Checksum 05:48:15 0ef7d3d256c8: Download complete 05:48:15 93359f2a8cfa: Verifying Checksum 05:48:15 93359f2a8cfa: Download complete 05:48:15 188c0c94c7c5: Verifying Checksum 05:48:15 188c0c94c7c5: Download complete 05:48:15 7c6f9722023f: Verifying Checksum 05:48:15 7c6f9722023f: Download complete 05:48:16 188c0c94c7c5: Pull complete 05:48:16 0ef7d3d256c8: Pull complete 05:48:16 de9db76c5a1d: Pull complete 05:48:18 a35cf1a2eb13: Verifying Checksum 05:48:18 a35cf1a2eb13: Download complete 05:48:19 bca2f99d35d6: Verifying Checksum 05:48:19 bca2f99d35d6: Download complete 05:48:26 bca2f99d35d6: Pull complete 05:48:26 93359f2a8cfa: Pull complete 05:48:26 7c6f9722023f: Pull complete 05:48:35 Running on prd-ubuntu18.04-docker-arm64-4c-16g-31330 in /w/workspace/dgexfoundry_device-sdk-go_PR-838 [Pipeline] { [Pipeline] ws 05:48:36 Running in /w/workspace/device-sdk-go/1 [Pipeline] { [Pipeline] checkout 05:48:36 a35cf1a2eb13: Pull complete 05:48:36 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:48:36 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:48:36 ---> a62c8e92a672 05:48:36 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:48:36 ---> Running in f54ed37a2858 05:48:36 Removing intermediate container f54ed37a2858 05:48:36 ---> ad8120abbf15 05:48:36 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:48:36 ---> Running in 637ed3fa4bc7 05:48:37 Removing intermediate container 637ed3fa4bc7 05:48:37 ---> 0f4f952ab204 05:48:37 Step 5/8 : RUN apk add --update --no-cache make git 05:48:37 ---> Running in 1061eac4b893 05:48:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:48:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:48:40 OK: 166 MiB in 39 packages 05:48:40 Removing intermediate container 1061eac4b893 05:48:40 ---> d5214452672b 05:48:40 Step 6/8 : WORKDIR /device-sdk-go 05:48:40 ---> Running in bf005e9da141 05:48:40 Removing intermediate container bf005e9da141 05:48:40 ---> 2c4788a0c6cb 05:48:40 Step 7/8 : COPY . . 05:48:41 using credential edgex-jenkins-ssh 05:48:41 Cloning the remote Git repository 05:48:41 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:48:42 ---> 66387bc069db 05:48:42 Step 8/8 : RUN go mod download 05:48:42 ---> Running in bdea951b99fc 05:48:41 > git init /w/workspace/device-sdk-go/1 # timeout=10 05:48:41 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:48:41 > git --version # timeout=10 05:48:41 > git --version # 'git version 2.17.1' 05:48:41 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:48:45 Merging remotes/origin/master commit e522836f5d508ce20413c5d2a08a926bd2b9771b into PR head commit 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 05:48:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:48:44 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:48:44 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:48:44 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:48:44 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:44 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/838/head:refs/remotes/origin/PR-838 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:48:45 > git config core.sparsecheckout # timeout=10 05:48:45 > git checkout -f 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 # timeout=10 05:48:45 Merge succeeded, producing 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 05:48:45 Checking out Revision 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 (PR-838) 05:48:45 > git remote # timeout=10 05:48:45 > git config --get remote.origin.url # timeout=10 05:48:45 using GIT_SSH to set credentials SSH Credentials for GitHub 05:48:45 > git merge e522836f5d508ce20413c5d2a08a926bd2b9771b # timeout=10 05:48:45 > git rev-parse HEAD^{commit} # timeout=10 05:48:45 > git config core.sparsecheckout # timeout=10 05:48:45 > git checkout -f 104d160e7b4b0bcb433373539b1b9f86cb2a0a33 # timeout=10 05:48:49 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" 05:48:49 > git --version # timeout=10 05:48:49 > git --version # 'git version 2.17.1' 05:48:49 fatal: bad object 57ded3389ef25720063a8030e5c426a6b7ea5b20 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:48:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:48:51 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:48:52 + sudo service docker restart 05:48:52 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:48:54 provisioning config files... 05:48:54 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/1@tmp/config8104251935657741358tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:48:54 ---> docker-login.sh 05:48:54 nexus3.edgexfoundry.org:10001 05:48:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:56 Configure a credential helper to remove this warning. See 05:48:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:56 05:48:56 Login Succeeded 05:48:56 nexus3.edgexfoundry.org:10002 05:48:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:56 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:56 Configure a credential helper to remove this warning. See 05:48:56 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:56 05:48:56 Login Succeeded 05:48:56 nexus3.edgexfoundry.org:10003 05:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:57 Configure a credential helper to remove this warning. See 05:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:57 05:48:57 Login Succeeded 05:48:57 nexus3.edgexfoundry.org:10004 05:48:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:57 Configure a credential helper to remove this warning. See 05:48:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:57 05:48:57 Login Succeeded 05:48:57 docker.io 05:48:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:48:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:48:58 Configure a credential helper to remove this warning. See 05:48:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:48:58 05:48:58 Login Succeeded 05:48:58 ---> docker-login.sh ends [Pipeline] } 05:48:58 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:48:59 ========================================================= 05:48:59 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:48:59 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:48:59 + 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 . 05:48:59 Sending build context to Docker daemon 2.287MB 05:49:00 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:49:00 Step 2/8 : FROM ${BASE} 05:49:00 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:49:00 5f621e34cdf4: Pulling fs layer 05:49:00 a4357932f1b6: Pulling fs layer 05:49:00 18c013af1878: Pulling fs layer 05:49:00 00ac8860ef70: Pulling fs layer 05:49:00 63d7cb157983: Pulling fs layer 05:49:00 b116817d02f9: Pulling fs layer 05:49:00 745a02a5169b: Pulling fs layer 05:49:00 00ac8860ef70: Waiting 05:49:00 63d7cb157983: Waiting 05:49:00 b116817d02f9: Waiting 05:49:00 745a02a5169b: Waiting 05:49:00 18c013af1878: Verifying Checksum 05:49:00 18c013af1878: Download complete 05:49:00 a4357932f1b6: Verifying Checksum 05:49:00 a4357932f1b6: Download complete 05:49:00 63d7cb157983: Verifying Checksum 05:49:00 63d7cb157983: Download complete 05:49:00 b116817d02f9: Verifying Checksum 05:49:00 b116817d02f9: Download complete 05:49:00 5f621e34cdf4: Verifying Checksum 05:49:00 5f621e34cdf4: Download complete 05:49:00 5f621e34cdf4: Pull complete 05:49:01 a4357932f1b6: Pull complete 05:49:01 18c013af1878: Pull complete 05:49:02 745a02a5169b: Verifying Checksum 05:49:02 745a02a5169b: Download complete 05:49:04 00ac8860ef70: Verifying Checksum 05:49:04 00ac8860ef70: Download complete 05:49:04 Removing intermediate container bdea951b99fc 05:49:04 ---> b29f1eec7179 05:49:04 Successfully built b29f1eec7179 05:49:04 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:49:04 + docker inspect -f . ci-base-image-x86_64 05:49:04 . [Pipeline] withDockerContainer 05:49:04 prd-centos7-docker-4c-2g-31329 does not seem to be running inside a container 05:49:04 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:49:05 $ docker top 75edda121debb386daaa857efca5a29016af1552b95410c0f124ff97e8de6f3b -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:06 + go version 05:49:06 go version go1.15.5 linux/amd64 [Pipeline] } 05:49:06 $ docker stop --time=1 75edda121debb386daaa857efca5a29016af1552b95410c0f124ff97e8de6f3b 05:49:07 $ docker rm -f 75edda121debb386daaa857efca5a29016af1552b95410c0f124ff97e8de6f3b [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:49:08 + docker inspect -f . ci-base-image-x86_64 05:49:08 . [Pipeline] withDockerContainer 05:49:08 prd-centos7-docker-4c-2g-31329 does not seem to be running inside a container 05:49:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:49:09 $ docker top bf21bf15d64afe79021a7e3faae6570b2656cf4d33205a30e6d8897ab2e25e8e -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:10 + make test 05:49:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:49:14 00ac8860ef70: Pull complete 05:49:14 63d7cb157983: Pull complete 05:49:14 b116817d02f9: Pull complete 05:49:18 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 05:49:19 745a02a5169b: Pull complete 05:49:19 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:49:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:49:19 ---> b7e6874047d6 05:49:19 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:49:21 ---> Running in bfc2e7d3f6bb 05:49:21 Removing intermediate container bfc2e7d3f6bb 05:49:21 ---> 3ef8c6bd2c33 05:49:21 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:49:22 ---> Running in d990f0031b88 05:49:24 Removing intermediate container d990f0031b88 05:49:24 ---> c446e58f08a2 05:49:24 Step 5/8 : RUN apk add --update --no-cache make git 05:49:24 ---> Running in ac168ed5be00 05:49:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:49:26 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:49:26 OK: 142 MiB in 39 packages 05:49:27 Removing intermediate container ac168ed5be00 05:49:27 ---> 66e7db789117 05:49:27 Step 6/8 : WORKDIR /device-sdk-go 05:49:28 ---> Running in f71d9c92b810 05:49:28 Removing intermediate container f71d9c92b810 05:49:28 ---> c8c249db5bbb 05:49:28 Step 7/8 : COPY . . 05:49:29 ---> 9050f8b9cf1d 05:49:29 Step 8/8 : RUN go mod download 05:49:29 ---> Running in 44d85503a6ff 05:49:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 05:49:36 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 05:49:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 05:49:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 05:49:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.073s coverage: 27.0% of statements 05:49:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.067s coverage: 81.2% of statements 05:49:52 Removing intermediate container 44d85503a6ff 05:49:52 ---> ad057597056c 05:49:52 Successfully built ad057597056c 05:49:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:49:52 + docker inspect -f . ci-base-image-arm64 05:49:52 . [Pipeline] withDockerContainer 05:49:52 prd-ubuntu18.04-docker-arm64-4c-16g-31330 does not seem to be running inside a container 05:49:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:49:54 $ docker top 568c394e31a3f3f7abce552ae8fa81a6a5049fc0cda2a56e3743b25526d28668 -eo pid,comm [Pipeline] { [Pipeline] sh 05:49:55 + go version 05:49:55 go version go1.15.5 linux/arm64 [Pipeline] } 05:49:55 $ docker stop --time=1 568c394e31a3f3f7abce552ae8fa81a6a5049fc0cda2a56e3743b25526d28668 05:49:57 $ docker rm -f 568c394e31a3f3f7abce552ae8fa81a6a5049fc0cda2a56e3743b25526d28668 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:49:58 + docker inspect -f . ci-base-image-arm64 05:49:58 . [Pipeline] withDockerContainer 05:49:58 prd-ubuntu18.04-docker-arm64-4c-16g-31330 does not seem to be running inside a container 05:49:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/1 -v /w/workspace/device-sdk-go/1:/w/workspace/device-sdk-go/1:rw,z -v /w/workspace/device-sdk-go/1@tmp:/w/workspace/device-sdk-go/1@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:50:00 $ docker top 16333bbd1d007cb2b6fa58c96feaa8928f879d15ee0fa9e98f34ebd53378f862 -eo pid,comm [Pipeline] { [Pipeline] sh 05:50:01 + make test 05:50:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:50:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.055s coverage: 10.5% of statements 05:50:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 05:50:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 05:50:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.080s coverage: 32.5% of statements 05:50:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 05:50:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 05:50:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 05:50:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.098s coverage: 57.3% of statements 05:50:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.194s coverage: 6.6% of statements 05:50:10 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.054s coverage: 5.1% of statements 05:50:10 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 05:50:10 GO111MODULE=on go vet ./... 05:50:16 gofmt -l . 05:50:16 [ "`gofmt -l .`" = "" ] 05:50:16 ./bin/test-attribution-txt.sh 05:50:17 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:50:17 $ docker stop --time=1 bf21bf15d64afe79021a7e3faae6570b2656cf4d33205a30e6d8897ab2e25e8e 05:50:21 $ docker rm -f bf21bf15d64afe79021a7e3faae6570b2656cf4d33205a30e6d8897ab2e25e8e [Pipeline] // withDockerContainer [Pipeline] sh 05:50:21 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:50:22 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:50:23 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:50:23 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 05:50:24 + ls -al . 05:50:24 total 184 05:50:24 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 25 05:50 . 05:50:24 drwxrwxr-x. 4 jenkins jenkins 28 Mar 25 05:48 .. 05:50:24 drwxrwxr-x. 2 jenkins jenkins 64 Mar 25 05:48 bin 05:50:24 -rw-r--r--. 1 jenkins jenkins 99587 Mar 25 05:50 coverage.out 05:50:24 -rw-rw-r--. 1 jenkins jenkins 949 Mar 25 05:48 Dockerfile.build 05:50:24 -rw-rw-r--. 1 jenkins jenkins 140 Mar 25 05:48 .dockerignore 05:50:24 drwxrwxr-x. 4 jenkins jenkins 48 Mar 25 05:48 example 05:50:24 drwxrwxr-x. 8 jenkins jenkins 179 Mar 25 05:48 .git 05:50:24 drwxrwxr-x. 2 jenkins jenkins 103 Mar 25 05:48 .github 05:50:24 -rw-rw-r--. 1 jenkins jenkins 138 Mar 25 05:48 .gitignore 05:50:24 -rw-r--r--. 1 jenkins jenkins 479 Mar 25 05:50 go.mod 05:50:24 -rw-r--r--. 1 jenkins jenkins 17372 Mar 25 05:50 go.sum 05:50:24 drwxrwxr-x. 13 jenkins jenkins 193 Mar 25 05:48 internal 05:50:24 -rw-rw-r--. 1 jenkins jenkins 901 Mar 25 05:48 Jenkinsfile 05:50:24 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 25 05:48 LICENSE 05:50:24 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 25 05:48 Makefile 05:50:24 drwxrwxr-x. 4 jenkins jenkins 26 Mar 25 05:48 openapi 05:50:24 drwxrwxr-x. 5 jenkins jenkins 50 Mar 25 05:48 pkg 05:50:24 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 25 05:48 README.md 05:50:24 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 25 05:48 RELEASE-NOTES.txt 05:50:24 drwxrwxr-x. 4 jenkins jenkins 54 Mar 25 05:48 snap 05:50:24 -rw-rw-r--. 1 jenkins jenkins 5 Mar 25 05:45 VERSION 05:50:24 -rw-rw-r--. 1 jenkins jenkins 222 Mar 25 05:48 version.go [Pipeline] isUnix [Pipeline] sh 05:50:24 + 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=104d160e7b4b0bcb433373539b1b9f86cb2a0a33 --label arch=amd64 --label version=0.0.0 . 05:50:24 Sending build context to Docker daemon 2.388MB 05:50:24 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 05:50:24 Step 2/24 : FROM ${BASE} AS builder 05:50:24 ---> b29f1eec7179 05:50:24 Step 3/24 : ARG MAKE='make build' 05:50:24 ---> Running in 272a4552d0bf 05:50:25 Removing intermediate container 272a4552d0bf 05:50:25 ---> c1083b7326fb 05:50:25 Step 4/24 : WORKDIR /device-sdk-go 05:50:25 ---> Running in a18fa9c68c35 05:50:25 Removing intermediate container a18fa9c68c35 05:50:25 ---> e29f96a563b3 05:50:25 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:50:25 ---> Running in 452bde581e39 05:50:25 Removing intermediate container 452bde581e39 05:50:25 ---> 6bae13d0a23e 05:50:25 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:50:25 ---> Running in 72b09cbc7a85 05:50:27 Removing intermediate container 72b09cbc7a85 05:50:27 ---> 19084dc01a76 05:50:27 Step 7/24 : RUN apk add --update --no-cache make git 05:50:27 ---> Running in 0e1e192259d6 05:50:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:50:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:50:28 OK: 166 MiB in 39 packages 05:50:29 Removing intermediate container 0e1e192259d6 05:50:29 ---> 3865a39286d1 05:50:29 Step 8/24 : COPY . . 05:50:30 ---> ab5085bb0ab8 05:50:30 Step 9/24 : RUN ${MAKE} 05:50:30 ---> Running in 01947bfd29c9 05:50:30 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 05:50:40 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:50:41 Removing intermediate container 01947bfd29c9 05:50:41 ---> 288173978e4c 05:50:41 Step 10/24 : FROM scratch 05:50:41 ---> 05:50:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:50:41 ---> Running in 4b84162b17f6 05:50:42 Removing intermediate container 4b84162b17f6 05:50:42 ---> ba18a3357a45 05:50:42 Step 12/24 : ENV APP_PORT=49990 05:50:42 ---> Running in f57a1e379bf7 05:50:42 Removing intermediate container f57a1e379bf7 05:50:42 ---> 59545beb7139 05:50:42 Step 13/24 : EXPOSE $APP_PORT 05:50:42 ---> Running in 0b77fb42aede 05:50:42 Removing intermediate container 0b77fb42aede 05:50:42 ---> f2aa5e1a1e76 05:50:42 Step 14/24 : WORKDIR / 05:50:42 ---> Running in 6f5be0441dcf 05:50:42 Removing intermediate container 6f5be0441dcf 05:50:42 ---> f9136e6f5ae8 05:50:42 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:50:43 ---> bc2581affc75 05:50:43 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:50:43 ---> e276cc300d8e 05:50:43 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:50:43 ---> fc6f52961ba2 05:50:43 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:50:44 ---> d394f5a6e999 05:50:44 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:50:44 ---> 2372449732bd 05:50:44 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:50:44 ---> Running in d0b061745543 05:50:44 Removing intermediate container d0b061745543 05:50:44 ---> a7ac2c06e87c 05:50:44 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:50:44 ---> Running in 3a61be244919 05:50:44 Removing intermediate container 3a61be244919 05:50:44 ---> d22e989ef418 05:50:44 Step 22/24 : LABEL arch=amd64 05:50:44 ---> Running in 99f55ea469a8 05:50:44 Removing intermediate container 99f55ea469a8 05:50:44 ---> f9dfe567a9ed 05:50:44 Step 23/24 : LABEL git_sha=104d160e7b4b0bcb433373539b1b9f86cb2a0a33 05:50:45 ---> Running in d1168f8d33b3 05:50:45 Removing intermediate container d1168f8d33b3 05:50:45 ---> 52d5b3368426 05:50:45 Step 24/24 : LABEL version=0.0.0 05:50:45 ---> Running in af0f762a90a1 05:50:45 Removing intermediate container af0f762a90a1 05:50:45 ---> 6be2b04b28b9 05:50:45 [Warning] One or more build-args [ARCH] were not consumed 05:50:45 Successfully built 6be2b04b28b9 05:50:45 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 05:50:46 ---> job-cost.sh 05:50:46 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-bmJs 05:51:01 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:51:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 05:51:02 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 05:51:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 05:51:02 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 05:51:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.134s coverage: 27.0% of statements 05:51:09 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.142s coverage: 81.2% of statements 05:51:34 lf-activate-venv(): INFO: Adding /tmp/venv-bmJs/bin to PATH 05:51:34 INFO: No Stack... 05:51:34 INFO: Retrieving Pricing Info for: v1-standard-2 05:51:34 INFO: Archiving Costs [Pipeline] sh 05:51:34 + cut -d, -f6 05:51:34 + cat /w/workspace/device-sdk-go/1/archives/cost.csv [Pipeline] lock 05:51:34 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-838-1-stack-cost] 05:51:34 Resource [jenkins-edgexfoundry-device-sdk-go-PR-838-1-stack-cost] did not exist. Created. 05:51:34 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-838-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:51:35 + echo total: 0.029999999329447746 [Pipeline] stash 05:51:35 Stashed 1 file(s) [Pipeline] } 05:51:35 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-838-1-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:51:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.156s coverage: 10.5% of statements 05:51:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 05:51:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 05:51:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.210s coverage: 32.5% of statements 05:51:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 05:51:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 05:51:36 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 05:51:36 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.252s coverage: 57.3% of statements 05:51:36 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.865s coverage: 6.6% of statements 05:51:36 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.129s coverage: 5.1% of statements 05:51:36 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 05:51:36 GO111MODULE=on go vet ./... 05:52:09 gofmt -l . 05:52:09 [ "`gofmt -l .`" = "" ] 05:52:09 ./bin/test-attribution-txt.sh 05:52:09 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:52:09 $ docker stop --time=1 16333bbd1d007cb2b6fa58c96feaa8928f879d15ee0fa9e98f34ebd53378f862 05:52:11 $ docker rm -f 16333bbd1d007cb2b6fa58c96feaa8928f879d15ee0fa9e98f34ebd53378f862 [Pipeline] // withDockerContainer [Pipeline] sh 05:52:12 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:52:12 Warning: overwriting stash ‘coverage-report’ 05:52:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:52:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:52:14 + ls -al . 05:52:14 total 220 05:52:14 drwxrwxr-x 10 jenkins jenkins 4096 Mar 25 05:52 . 05:52:14 drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 05:48 .. 05:52:14 -rw-rw-r-- 1 jenkins jenkins 140 Mar 25 05:48 .dockerignore 05:52:14 drwxrwxr-x 8 jenkins jenkins 4096 Mar 25 05:48 .git 05:52:14 drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 05:48 .github 05:52:14 -rw-rw-r-- 1 jenkins jenkins 138 Mar 25 05:48 .gitignore 05:52:14 -rw-rw-r-- 1 jenkins jenkins 949 Mar 25 05:48 Dockerfile.build 05:52:14 -rw-rw-r-- 1 jenkins jenkins 901 Mar 25 05:48 Jenkinsfile 05:52:14 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 25 05:48 LICENSE 05:52:14 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 25 05:48 Makefile 05:52:14 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 25 05:48 README.md 05:52:14 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 25 05:48 RELEASE-NOTES.txt 05:52:14 -rw-rw-r-- 1 jenkins jenkins 5 Mar 25 05:45 VERSION 05:52:14 drwxrwxr-x 2 jenkins jenkins 4096 Mar 25 05:48 bin 05:52:14 -rw-r--r-- 1 jenkins jenkins 99587 Mar 25 05:51 coverage.out 05:52:14 drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 05:48 example 05:52:14 -rw-r--r-- 1 jenkins jenkins 479 Mar 25 05:52 go.mod 05:52:14 -rw-r--r-- 1 jenkins jenkins 17372 Mar 25 05:52 go.sum 05:52:14 drwxrwxr-x 13 jenkins jenkins 4096 Mar 25 05:48 internal 05:52:14 drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 05:48 openapi 05:52:14 drwxrwxr-x 5 jenkins jenkins 4096 Mar 25 05:48 pkg 05:52:14 drwxrwxr-x 4 jenkins jenkins 4096 Mar 25 05:48 snap 05:52:14 -rw-rw-r-- 1 jenkins jenkins 222 Mar 25 05:48 version.go [Pipeline] isUnix [Pipeline] sh 05:52:15 + 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=104d160e7b4b0bcb433373539b1b9f86cb2a0a33 --label arch=arm64 --label version=0.0.0 . 05:52:15 Sending build context to Docker daemon 2.387MB 05:52:15 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 05:52:15 Step 2/24 : FROM ${BASE} AS builder 05:52:15 ---> ad057597056c 05:52:15 Step 3/24 : ARG MAKE='make build' 05:52:16 ---> Running in aa96427bddf3 05:52:16 Removing intermediate container aa96427bddf3 05:52:16 ---> 9088d78d0d96 05:52:16 Step 4/24 : WORKDIR /device-sdk-go 05:52:16 ---> Running in 3428d990e527 05:52:16 Removing intermediate container 3428d990e527 05:52:16 ---> 8d4621bc9f74 05:52:16 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:52:17 ---> Running in 75a5974aa364 05:52:17 Removing intermediate container 75a5974aa364 05:52:17 ---> 0a8e70bb426e 05:52:17 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:52:17 ---> Running in 9c6bc18ad825 05:52:19 Removing intermediate container 9c6bc18ad825 05:52:19 ---> 5eb9922cdf5e 05:52:19 Step 7/24 : RUN apk add --update --no-cache make git 05:52:19 ---> Running in 98d5cc246be5 05:52:20 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:52:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:52:22 OK: 142 MiB in 39 packages 05:52:23 Removing intermediate container 98d5cc246be5 05:52:23 ---> 195d317dad8f 05:52:23 Step 8/24 : COPY . . 05:52:24 ---> 8a211d9de8bf 05:52:24 Step 9/24 : RUN ${MAKE} 05:52:25 ---> Running in 7331bc5b131c 05:52:26 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 05:52:53 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:52:54 Removing intermediate container 7331bc5b131c 05:52:54 ---> bbb1fa18646c 05:52:54 Step 10/24 : FROM scratch 05:52:54 ---> 05:52:54 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:52:54 ---> Running in 88f7b35f3f73 05:52:54 Removing intermediate container 88f7b35f3f73 05:52:54 ---> 153bbe64bca1 05:52:54 Step 12/24 : ENV APP_PORT=49990 05:52:54 ---> Running in bf8c368890e4 05:52:54 Removing intermediate container bf8c368890e4 05:52:54 ---> 0c40116e1055 05:52:54 Step 13/24 : EXPOSE $APP_PORT 05:52:55 ---> Running in 810857e23ab4 05:52:55 Removing intermediate container 810857e23ab4 05:52:55 ---> d0bd2ca81806 05:52:55 Step 14/24 : WORKDIR / 05:52:55 ---> Running in 7230011a1c58 05:52:56 Removing intermediate container 7230011a1c58 05:52:56 ---> df56f3101722 05:52:56 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:52:57 ---> 7557b108f6b3 05:52:57 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:52:58 ---> ab0f3bf6957c 05:52:58 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:52:58 ---> 3b24fd17fc14 05:52:58 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:52:59 ---> a21c3d39b821 05:52:59 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:52:59 ---> 985dc00174fe 05:52:59 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:53:00 ---> Running in 021f9cfd59c4 05:53:00 Removing intermediate container 021f9cfd59c4 05:53:00 ---> 20ab0371b9f7 05:53:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:53:00 ---> Running in 395a99dfe001 05:53:00 Removing intermediate container 395a99dfe001 05:53:00 ---> 3ec1b383f05a 05:53:00 Step 22/24 : LABEL arch=arm64 05:53:00 ---> Running in f91f774c8810 05:53:01 Removing intermediate container f91f774c8810 05:53:01 ---> 01ed1add95b8 05:53:01 Step 23/24 : LABEL git_sha=104d160e7b4b0bcb433373539b1b9f86cb2a0a33 05:53:01 ---> Running in 2600f0cd259d 05:53:01 Removing intermediate container 2600f0cd259d 05:53:01 ---> c71d92fbbd0c 05:53:01 Step 24/24 : LABEL version=0.0.0 05:53:02 ---> Running in 92c335eaba48 05:53:02 Removing intermediate container 92c335eaba48 05:53:02 ---> 7e8354f8ea26 05:53:02 [Warning] One or more build-args [ARCH] were not consumed 05:53:02 Successfully built 7e8354f8ea26 05:53:02 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 05:53:03 ---> job-cost.sh 05:53:03 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-LeJA 05:53:42 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:55:04 lf-activate-venv(): INFO: Adding /tmp/venv-LeJA/bin to PATH 05:55:04 INFO: No Stack... 05:55:05 INFO: Retrieving Pricing Info for: lf-standard-4 05:55:05 INFO: Archiving Costs [Pipeline] sh 05:55:06 + cat+ /w/workspace/device-sdk-go/1/archives/cost.csv 05:55:06 cut -d, -f6 [Pipeline] lock 05:55:06 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-838-1-stack-cost] 05:55:06 Resource [jenkins-edgexfoundry-device-sdk-go-PR-838-1-stack-cost] did not exist. Created. 05:55:06 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-838-1-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:55:06 /w/workspace/device-sdk-go/1@tmp/durable-427ba16f/script.sh: 1: /w/workspace/device-sdk-go/1@tmp/durable-427ba16f/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:55:07 + echo total: 0.20999999344348907 [Pipeline] stash 05:55:07 Warning: overwriting stash ‘stack-cost’ 05:55:07 Stashed 1 file(s) [Pipeline] } 05:55:07 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-838-1-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 05:55:09 provisioning config files... 05:55:09 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp/config8958562716999748589tmp [Pipeline] { [Pipeline] sh 05:55:09 + set +x 05:55:09 + curl -s https://codecov.io/bash 05:55:09 + bash -s -- 05:55:09 05:55:09 _____ _ 05:55:09 / ____| | | 05:55:09 | | ___ __| | ___ ___ _____ __ 05:55:09 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:55:09 | |___| (_) | (_| | __/ (_| (_) \ V / 05:55:09 \_____\___/ \__,_|\___|\___\___/ \_/ 05:55:09 Bash-20210309-2b87ace 05:55:09 05:55:09 05:55:09 ==> git version 2.24.3 found 05:55: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 05:55:09 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:55:09 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:55:09 curl: option -sm: expected a proper numerical parameter 05:55:09 curl: try 'curl --help' or 'curl --manual' for more information 05:55:09 ==> Jenkins CI detected. 05:55:09 project root: . 05:55:09 --> token set from env 05:55:09 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:55:09 ==> Running gcov in . (disable via -X gcov) 05:55:09 ==> Python coveragepy not found 05:55:09 ==> Searching for coverage reports in: 05:55:09 + . 05:55:09 -> Found 1 reports 05:55:09 ==> Detecting git/mercurial file structure 05:55:09 ==> Reading reports 05:55:09 + ./coverage.out bytes=99587 05:55:09 ==> Appending adjustments 05:55:09 https://docs.codecov.io/docs/fixing-reports 05:55:10 + Found adjustments 05:55:10 ==> Gzipping contents 05:55:10 16K /tmp/codecov.8wRok2.gz 05:55:10 ==> Uploading reports 05:55:10 url: https://codecov.io 05:55:10 query: branch=PR-838&commit=104d160e7b4b0bcb433373539b1b9f86cb2a0a33&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-838%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=838&job=&cmd_args= 05:55:10 -> Pinging Codecov 05:55:10 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-838&commit=104d160e7b4b0bcb433373539b1b9f86cb2a0a33&build=1&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-838%2F1%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=838&job=&cmd_args= 05:55:10 -> Uploading to 05:55:10 https://storage.googleapis.com/codecov/v4/raw/2021-03-25/7E55EF52A471D76F132DFD9A03CDDE97/104d160e7b4b0bcb433373539b1b9f86cb2a0a33/863e08c0-ac61-424f-bb7f-21e0d97e253f.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210325%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210325T055510Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1ee108b9f357f0ef81aab7ef52eb4bd2fb6090852b06ff1fa0527604e7e7f417 05:55:10 % Total % Received % Xferd Average Speed Time Time Time Current 05:55:10 Dload Upload Total Spent Left Speed 05:55:10 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13416 0 0 100 13416 0 34883 --:--:-- --:--:-- --:--:-- 34846 05:55:10 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/104d160e7b4b0bcb433373539b1b9f86cb2a0a33 [Pipeline] } 05:55: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 05:55:14 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:55:14 ---> package-listing.sh 05:55:14 ++ facter osfamily 05:55:14 ++ tr '[:upper:]' '[:lower:]' 05:55:14 + OS_FAMILY=redhat 05:55:14 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-838 05:55:14 + START_PACKAGES=/tmp/packages_start.txt 05:55:14 + END_PACKAGES=/tmp/packages_end.txt 05:55:14 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:55:14 + PACKAGES=/tmp/packages_start.txt 05:55:14 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-838 ']' 05:55:14 + PACKAGES=/tmp/packages_end.txt 05:55:14 + case "${OS_FAMILY}" in 05:55:14 + rpm -qa 05:55:14 + sort 05:55:20 + '[' -f /tmp/packages_start.txt ']' 05:55:20 + '[' -f /tmp/packages_end.txt ']' 05:55:20 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:55:20 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-838 ']' 05:55:20 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-838/archives/ 05:55:20 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-838/archives/ [Pipeline] echo 05:55:20 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-838/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:55:20 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:55:20 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:55:20 05:55:20 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:55:21 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:55:21 alpine: Pulling from edgex-lftools-log-publisher 05:55:21 df20fa9351a1: Pulling fs layer 05:55:21 36b3adc4ff6f: Pulling fs layer 05:55:21 8ad3a11d3b57: Pulling fs layer 05:55:21 46f8f816bc3b: Pulling fs layer 05:55:21 93b61091891f: Pulling fs layer 05:55:21 93b9cdb0e59b: Pulling fs layer 05:55:21 5e14af77c1be: Pulling fs layer 05:55:21 01666e4c0597: Pulling fs layer 05:55:21 aa168da1d23b: Pulling fs layer 05:55:21 93b9cdb0e59b: Waiting 05:55:21 5e14af77c1be: Waiting 05:55:21 01666e4c0597: Waiting 05:55:21 aa168da1d23b: Waiting 05:55:21 46f8f816bc3b: Waiting 05:55:21 93b61091891f: Waiting 05:55:21 36b3adc4ff6f: Download complete 05:55:21 46f8f816bc3b: Verifying Checksum 05:55:21 46f8f816bc3b: Download complete 05:55:21 df20fa9351a1: Verifying Checksum 05:55:21 df20fa9351a1: Download complete 05:55:21 93b9cdb0e59b: Verifying Checksum 05:55:21 93b9cdb0e59b: Download complete 05:55:21 93b61091891f: Download complete 05:55:21 5e14af77c1be: Verifying Checksum 05:55:21 5e14af77c1be: Download complete 05:55:21 01666e4c0597: Verifying Checksum 05:55:21 01666e4c0597: Download complete 05:55:21 8ad3a11d3b57: Verifying Checksum 05:55:21 8ad3a11d3b57: Download complete 05:55:21 df20fa9351a1: Pull complete 05:55:21 36b3adc4ff6f: Pull complete 05:55:22 8ad3a11d3b57: Pull complete 05:55:23 aa168da1d23b: Verifying Checksum 05:55:23 aa168da1d23b: Download complete 05:55:23 46f8f816bc3b: Pull complete 05:55:24 93b61091891f: Pull complete 05:55:24 93b9cdb0e59b: Pull complete 05:55:24 5e14af77c1be: Pull complete 05:55:24 01666e4c0597: Pull complete 05:55:30 aa168da1d23b: Pull complete 05:55:30 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:55:30 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:55:30 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:55:31 prd-centos7-docker-4c-2g-31326 does not seem to be running inside a container 05:55: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-838/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-838 -v /w/workspace/dgexfoundry_device-sdk-go_PR-838:/w/workspace/dgexfoundry_device-sdk-go_PR-838:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:55:34 $ docker top 1090cecd9bcc05ecdedc6aeeda7c4cb9e3d8b124aa424f53321cb04971756c64 -eo pid,comm [Pipeline] { [Pipeline] sh 05:55:35 + touch /tmp/pre-build-complete [Pipeline] sh 05:55:35 + mkdir -p /var/log/sa [Pipeline] sh 05:55:35 + ls /var/log/sa-host 05:55:35 + sadf -c /var/log/sa-host/sa23 05:55:35 file_magic: OK 05:55:35 HZ: Using current value: 100 05:55:35 file_header: OK 05:55:35 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 05:55:35 Statistics: 05:55:35 Hnuu...uuuununununu... 05:55:35 File successfully converted to sysstat format version 12.2.1 05:55:35 + sadf -c /var/log/sa-host/sa25 05:55:35 file_magic: OK 05:55:35 HZ: Using current value: 100 05:55:35 file_header: OK 05:55:35 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 05:55:35 Statistics: 05:55:35 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:55:35 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:55:36 provisioning config files... 05:55:36 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp/config4128832145123179162tmp [Pipeline] { [Pipeline] echo 05:55:36 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:55:36 ---> create-netrc.sh [Pipeline] } 05:55:36 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:55:36 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:55:37 ---> python-tools-install.sh [Pipeline] echo 05:55:37 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:55:37 ---> sudo-logs.sh 05:55:37 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:55:37 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:55:37 ---> job-cost.sh 05:55:37 lf-activate-venv: SKIPPING 05:55:37 DEBUG: total: 0.20999999344348907 05:55:37 INFO: Retrieving Stack Cost... 05:55:38 INFO: Retrieving Pricing Info for: v1-standard-2 05:55:39 INFO: Archiving Costs [Pipeline] echo 05:55:39 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:55:39 ---> logs-deploy.sh 05:55:39 lf-activate-venv: SKIPPING 05:55:39 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-838/1 05:55:39 INFO: archiving workspace using pattern(s): 05:55:41 Archives upload complete. 05:55:41 INFO: archiving logs to Nexus 05:55:42 ---> uname -a: 05:55:42 Linux prd-centos7-docker-4c-2g-31326.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:55:42 05:55:42 05:55:42 ---> lscpu: 05:55:42 Architecture: x86_64 05:55:42 CPU op-mode(s): 32-bit, 64-bit 05:55:42 Byte Order: Little Endian 05:55:42 Address sizes: 40 bits physical, 48 bits virtual 05:55:42 CPU(s): 4 05:55:42 On-line CPU(s) list: 0-3 05:55:42 Thread(s) per core: 1 05:55:42 Core(s) per socket: 1 05:55:42 Socket(s): 4 05:55:42 NUMA node(s): 1 05:55:42 Vendor ID: GenuineIntel 05:55:42 CPU family: 6 05:55:42 Model: 44 05:55:42 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:55:42 Stepping: 1 05:55:42 CPU MHz: 2933.438 05:55:42 BogoMIPS: 5866.87 05:55:42 Virtualization: VT-x 05:55:42 Hypervisor vendor: KVM 05:55:42 Virtualization type: full 05:55:42 L1d cache: 128 KiB 05:55:42 L1i cache: 128 KiB 05:55:42 L2 cache: 16 MiB 05:55:42 L3 cache: 64 MiB 05:55:42 NUMA node0 CPU(s): 0-3 05:55:42 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:55:42 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:55:42 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:55:42 Vulnerability Meltdown: Mitigation; PTI 05:55:42 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:55:42 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:55:42 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:55:42 Vulnerability Srbds: Not affected 05:55:42 Vulnerability Tsx async abort: Not affected 05:55:42 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 05:55:42 05:55:42 05:55:42 ---> nproc: 05:55:42 4 05:55:42 05:55:42 05:55:42 ---> df -h: 05:55:42 Filesystem Size Used Available Use% Mounted on 05:55:42 overlay 50.0G 7.3G 42.7G 15% / 05:55:42 tmpfs 64.0M 0 64.0M 0% /dev 05:55:42 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:55:42 shm 64.0M 0 64.0M 0% /dev/shm 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-838 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-838@tmp 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 05:55:42 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 05:55:42 05:55:42 05:55:42 ---> free -m: 05:55:42 total used free shared buff/cache available 05:55:42 Mem: 1837 720 62 0 1054 1012 05:55:42 Swap: 1023 0 1023 05:55:42 05:55:42 05:55:42 ---> ip addr: 05:55:42 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:55:42 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:55:42 inet 127.0.0.1/8 scope host lo 05:55:42 valid_lft forever preferred_lft forever 05:55:42 inet6 ::1/128 scope host 05:55:42 valid_lft forever preferred_lft forever 05:55:42 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:55:42 link/ether fa:16:3e:03:03:ad brd ff:ff:ff:ff:ff:ff 05:55:42 inet 10.30.122.244/23 brd 10.30.123.255 scope global dynamic eth0 05:55:42 valid_lft 85757sec preferred_lft 85757sec 05:55:42 inet6 fe80::f816:3eff:fe03:3ad/64 scope link 05:55:42 valid_lft forever preferred_lft forever 05:55:42 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:55:42 link/ether 02:42:68:a6:e3:0a brd ff:ff:ff:ff:ff:ff 05:55:42 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:55:42 valid_lft forever preferred_lft forever 05:55:42 inet6 fe80::42:68ff:fea6:e30a/64 scope link 05:55:42 valid_lft forever preferred_lft forever 05:55:42 05:55:42 05:55:42 ---> sar -b -r -n DEV: 05:55:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 05:55:42 05:55:42 05:44:48 LINUX RESTART (4 CPU) 05:55:42 05:55:42 05:46:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:55:42 05:47:01 2.81 0.00 2.81 0.00 0.00 101.23 0.00 05:55:42 05:48:01 0.38 0.00 0.38 0.00 0.00 5.85 0.00 05:55:42 05:49:01 0.32 0.00 0.32 0.00 0.00 3.90 0.00 05:55:42 05:50:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 05:55:42 05:51:01 0.23 0.00 0.23 0.00 0.00 2.78 0.00 05:55:42 05:52:01 0.33 0.00 0.33 0.00 0.00 3.63 0.00 05:55:42 05:53:02 0.27 0.00 0.27 0.00 0.00 3.01 0.00 05:55:42 05:54:01 0.25 0.00 0.25 0.00 0.00 3.79 0.00 05:55:42 05:55:01 0.25 0.00 0.25 0.00 0.00 3.00 0.00 05:55:42 Average: 0.57 0.00 0.57 0.00 0.00 14.48 0.00 05:55:42 05:55:42 05:46:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:55:42 05:47:01 158152 0 578824 30.76 2620 1141948 1075744 36.71 385744 1137296 12 05:55:42 05:48:01 157796 0 579172 30.78 2620 1141956 1075852 36.72 385164 1138672 16 05:55:42 05:49:01 153800 0 583164 30.99 2620 1141960 1075864 36.72 400672 1126884 8 05:55:42 05:50:01 153512 0 583452 31.01 2620 1141960 1075900 36.72 399560 1128080 8 05:55:42 05:51:01 152368 0 584588 31.07 2620 1141968 1075912 36.72 401384 1127444 8 05:55:42 05:52:01 153556 0 583396 31.01 2620 1141972 1075744 36.71 400560 1127444 8 05:55:42 05:53:02 153256 0 583692 31.02 2620 1141976 1075852 36.72 401256 1127444 20 05:55:42 05:54:01 153912 0 583032 30.99 2620 1141980 1075744 36.71 400696 1127444 12 05:55:42 05:55:01 152804 0 584132 31.05 2620 1141988 1075840 36.72 403160 1125400 8 05:55:42 Average: 154351 0 582606 30.96 2620 1141968 1075828 36.72 397577 1129568 11 05:55:42 05:55:42 05:46:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:55:42 05:47:01 eth0 1.05 0.08 0.11 0.01 0.00 0.00 0.00 0.00 05:55:42 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:48:01 eth0 5.50 2.10 3.86 0.46 0.00 0.00 0.00 0.00 05:55:42 05:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:49:01 eth0 1.57 0.28 0.37 0.23 0.00 0.00 0.00 0.00 05:55:42 05:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:50:01 eth0 2.08 0.60 0.67 0.40 0.00 0.00 0.00 0.00 05:55:42 05:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:51:01 eth0 1.10 0.65 0.67 0.46 0.00 0.00 0.00 0.00 05:55:42 05:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:52:01 eth0 0.62 0.08 0.05 0.01 0.00 0.00 0.00 0.00 05:55:42 05:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:53:02 eth0 1.18 0.32 0.31 0.20 0.00 0.00 0.00 0.00 05:55:42 05:53:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:53:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:54:01 eth0 1.10 0.02 0.11 0.00 0.00 0.00 0.00 0.00 05:55:42 05:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:55:01 eth0 0.60 0.35 0.28 0.20 0.00 0.00 0.00 0.00 05:55:42 05:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 Average: eth0 1.64 0.50 0.71 0.22 0.00 0.00 0.00 0.00 05:55:42 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:55:42 05:55:42 05:55:42 ---> sar -P ALL: 05:55:42 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/25/21 _x86_64_ (4 CPU) 05:55:42 05:55:42 05:44:48 LINUX RESTART (4 CPU) 05:55:42 05:55:42 05:46:01 CPU %user %nice %system %iowait %steal %idle 05:55:42 05:47:01 all 0.19 0.00 0.05 0.00 0.00 99.76 05:55:42 05:47:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:55:42 05:47:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:55:42 05:47:01 2 0.57 0.00 0.08 0.00 0.00 99.35 05:55:42 05:47:01 3 0.10 0.00 0.07 0.00 0.00 99.83 05:55:42 05:48:01 all 0.16 0.00 0.04 0.00 0.01 99.78 05:55:42 05:48:01 0 0.05 0.00 0.05 0.00 0.00 99.90 05:55:42 05:48:01 1 0.05 0.00 0.05 0.00 0.02 99.88 05:55:42 05:48:01 2 0.50 0.00 0.05 0.00 0.02 99.43 05:55:42 05:48:01 3 0.05 0.00 0.02 0.00 0.02 99.92 05:55:42 05:49:01 all 0.14 0.00 0.05 0.00 0.00 99.80 05:55:42 05:49:01 0 0.02 0.00 0.05 0.00 0.00 99.93 05:55:42 05:49:01 1 0.03 0.00 0.05 0.00 0.00 99.92 05:55:42 05:49:01 2 0.48 0.00 0.10 0.00 0.00 99.42 05:55:42 05:49:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:55:42 05:50:01 all 0.19 0.00 0.05 0.00 0.00 99.77 05:55:42 05:50:01 0 0.12 0.00 0.05 0.00 0.00 99.83 05:55:42 05:50:01 1 0.08 0.00 0.05 0.00 0.00 99.87 05:55:42 05:50:01 2 0.48 0.00 0.05 0.00 0.00 99.47 05:55:42 05:50:01 3 0.07 0.00 0.03 0.00 0.00 99.90 05:55:42 05:51:01 all 0.18 0.00 0.13 0.00 0.00 99.68 05:55:42 05:51:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:55:42 05:51:01 1 0.08 0.00 0.27 0.00 0.00 99.65 05:55:42 05:51:01 2 0.53 0.00 0.07 0.00 0.00 99.40 05:55:42 05:51:01 3 0.08 0.00 0.17 0.00 0.00 99.75 05:55:42 05:52:01 all 0.15 0.00 0.03 0.00 0.00 99.82 05:55:42 05:52:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:55:42 05:52:01 1 0.03 0.00 0.03 0.00 0.00 99.93 05:55:42 05:52:01 2 0.52 0.00 0.03 0.00 0.00 99.45 05:55:42 05:52:01 3 0.03 0.00 0.05 0.00 0.00 99.92 05:55:42 05:53:02 all 0.17 0.00 0.05 0.00 0.00 99.79 05:55:42 05:53:02 0 0.05 0.00 0.05 0.00 0.00 99.90 05:55:42 05:53:02 1 0.12 0.00 0.05 0.00 0.00 99.83 05:55:42 05:53:02 2 0.43 0.00 0.03 0.00 0.00 99.53 05:55:42 05:53:02 3 0.07 0.00 0.05 0.00 0.00 99.88 05:55:42 05:54:01 all 0.07 0.00 0.04 0.00 0.00 99.89 05:55:42 05:54:01 0 0.00 0.00 0.00 0.00 0.00 100.00 05:55:42 05:54:01 1 0.22 0.00 0.10 0.00 0.00 99.68 05:55:42 05:54:01 2 0.03 0.00 0.03 0.00 0.00 99.93 05:55:42 05:54:01 3 0.03 0.00 0.03 0.00 0.00 99.93 05:55:42 05:55:01 all 0.05 0.00 0.05 0.00 0.00 99.90 05:55:42 05:55:01 0 0.07 0.00 0.05 0.00 0.00 99.88 05:55:42 05:55:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:55:42 05:55:01 2 0.05 0.00 0.07 0.00 0.00 99.88 05:55:42 05:55:01 3 0.07 0.00 0.05 0.00 0.00 99.88 05:55:42 Average: all 0.14 0.00 0.05 0.00 0.00 99.80 05:55:42 Average: 0 0.04 0.00 0.04 0.00 0.00 99.92 05:55:42 Average: 1 0.08 0.00 0.07 0.00 0.00 99.85 05:55:42 Average: 2 0.40 0.00 0.06 0.00 0.00 99.54 05:55:42 Average: 3 0.06 0.00 0.05 0.00 0.00 99.88 05:55:42 05:55:42 05:55:42