Pull request #812 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from fa6af304cbd6f450c15756926b55dea36a814490+3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 (ed1e589879e3edc65386cd99a65c20863e9d447e) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-29276 in /w/workspace/dgexfoundry_device-sdk-go_PR-812 [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-812 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/812/head:refs/remotes/origin/PR-812 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 into PR head commit fa6af304cbd6f450c15756926b55dea36a814490 Merge succeeded, producing fa6af304cbd6f450c15756926b55dea36a814490 Checking out Revision fa6af304cbd6f450c15756926b55dea36a814490 (PR-812) > git config core.sparsecheckout # timeout=10 > git checkout -f fa6af304cbd6f450c15756926b55dea36a814490 # 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 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f fa6af304cbd6f450c15756926b55dea36a814490 # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 07:33:17 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 07:33:17 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 07:33:17 ========================================================= 07:33:17 EdgeX Global Pipelines Version Info 07:33:17 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk a2b66370f1ac85d995e8fab915882288755312fe # timeout=10 07:33:19 ------------------- 07:33:19 stable info: 07:33:19 ------------------- 07:33:19 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 07:33:19 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 07:33:19 Message: update stable to v1.0.184 07:33:20 ------------------- 07:33:20 experimental info: 07:33:20 ------------------- 07:33:20 Commited By: **** collab-it+edgex@linuxfoundation.org 07:33:20 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 07:33:20 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 07:33:20 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 07:33:20 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 07:33:20 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 07:33:21 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 07:33:22 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 07:33:23 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 07:33:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-812 [Pipeline] echo 07:33:23 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-812 [Pipeline] echo 07:33:23 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-812 [Pipeline] echo 07:33:23 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = fa6af304cbd6f450c15756926b55dea36a814490 [Pipeline] echo 07:33:23 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = fa6af30 [Pipeline] echo 07:33:23 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:33:23 provisioning config files... 07:33:23 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp/config331175535527182184tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:33:24 ---> docker-login.sh 07:33:24 nexus3.edgexfoundry.org:10001 07:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:24 Configure a credential helper to remove this warning. See 07:33:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:24 07:33:24 Login Succeeded 07:33:24 nexus3.edgexfoundry.org:10002 07:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:24 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:24 Configure a credential helper to remove this warning. See 07:33:24 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:24 07:33:24 Login Succeeded 07:33:24 nexus3.edgexfoundry.org:10003 07:33:24 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:25 Configure a credential helper to remove this warning. See 07:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:25 07:33:25 Login Succeeded 07:33:25 nexus3.edgexfoundry.org:10004 07:33:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:25 Configure a credential helper to remove this warning. See 07:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:25 07:33:25 Login Succeeded 07:33:25 docker.io 07:33:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:33:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:33:25 Configure a credential helper to remove this warning. See 07:33:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:33:25 07:33:25 Login Succeeded 07:33:25 ---> docker-login.sh ends [Pipeline] } 07:33:25 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 07:33:26 + git log --format=format:%s -1 fa6af304cbd6f450c15756926b55dea36a814490 [Pipeline] echo 07:33:26 GIT_COMMIT: fa6af304cbd6f450c15756926b55dea36a814490, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2 [Pipeline] echo 07:33:26 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 07:33:27 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:33:27 07:33:27 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 07:33:27 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:33:27 latest: Pulling from edgex-devops/git-semver 07:33:27 31603596830f: Pulling fs layer 07:33:27 2a8b12db71e7: Pulling fs layer 07:33:27 6ca5941a6612: Pulling fs layer 07:33:27 ecc8261a40a4: Pulling fs layer 07:33:27 ecc8261a40a4: Waiting 07:33:27 2a8b12db71e7: Verifying Checksum 07:33:27 2a8b12db71e7: Download complete 07:33:28 31603596830f: Verifying Checksum 07:33:28 31603596830f: Download complete 07:33:28 6ca5941a6612: Verifying Checksum 07:33:28 6ca5941a6612: Download complete 07:33:28 ecc8261a40a4: Verifying Checksum 07:33:28 ecc8261a40a4: Download complete 07:33:28 31603596830f: Pull complete 07:33:28 2a8b12db71e7: Pull complete 07:33:29 6ca5941a6612: Pull complete 07:33:29 ecc8261a40a4: Pull complete 07:33:29 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 07:33:29 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 07:33:29 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 07:33:29 prd-centos7-docker-4c-2g-29276 does not seem to be running inside a container 07:33:29 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-812 -v /w/workspace/dgexfoundry_device-sdk-go_PR-812:/w/workspace/dgexfoundry_device-sdk-go_PR-812:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 07:33:32 $ docker top bde6efbcefa42926ba13dc6203d4a0d58e61429d6722ec074f34d50d41cd9833 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 07:33:32 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:33:32 [ssh-agent] Looking for ssh-agent implementation... 07:33:32 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:33:32 $ docker exec bde6efbcefa42926ba13dc6203d4a0d58e61429d6722ec074f34d50d41cd9833 ssh-agent 07:33:32 SSH_AUTH_SOCK=/tmp/ssh-NGsQgETOINPL/agent.11 07:33:32 SSH_AGENT_PID=16 07:33:32 Running ssh-add (command line suppressed) 07:33:32 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp/private_key_7633567605625990537.key (/w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp/private_key_7633567605625990537.key) 07:33:32 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:33:33 + git tag --points-at HEAD [Pipeline] } 07:33:33 $ docker exec --env ******** --env ******** bde6efbcefa42926ba13dc6203d4a0d58e61429d6722ec074f34d50d41cd9833 ssh-agent -k 07:33:33 unset SSH_AUTH_SOCK; 07:33:33 unset SSH_AGENT_PID; 07:33:33 echo Agent pid 16 killed; 07:33:33 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 07:33:33 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 07:33:33 [ssh-agent] Looking for ssh-agent implementation... 07:33:33 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 07:33:33 $ docker exec bde6efbcefa42926ba13dc6203d4a0d58e61429d6722ec074f34d50d41cd9833 ssh-agent 07:33:33 SSH_AUTH_SOCK=/tmp/ssh-KL8kXBy3CaFQ/agent.47 07:33:33 SSH_AGENT_PID=52 07:33:33 Running ssh-add (command line suppressed) 07:33:34 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp/private_key_7357278974760432278.key (/w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp/private_key_7357278974760432278.key) 07:33:34 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 07:33:34 + git semver init 07:33:34 # -> Open(): unable to determine branch for HEAD 07:33:34 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-812/.git 07:33:34 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-812 07:33:34 # $SEMVER_REMOTE_NAME = origin 07:33:34 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 07:33:34 # $SEMVER_USER_NAME = edgex-jenkins 07:33:34 # $SEMVER_BRANCH = PR-812 07:33:34 # $SEMVER_TEMP = /tmp/semver-722769799 07:33:34 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 07:33:35 # '/tmp/semver-722769799' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-812/.semver' 07:33:35 # -> Force: false 07:33:35 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-812/.semver [Pipeline] } 07:33:35 $ docker exec --env ******** --env ******** bde6efbcefa42926ba13dc6203d4a0d58e61429d6722ec074f34d50d41cd9833 ssh-agent -k 07:33:35 unset SSH_AUTH_SOCK; 07:33:35 unset SSH_AGENT_PID; 07:33:35 echo Agent pid 52 killed; 07:33:35 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 07:33:36 + git semver [Pipeline] } 07:33:36 $ docker stop --time=1 bde6efbcefa42926ba13dc6203d4a0d58e61429d6722ec074f34d50d41cd9833 07:33:37 $ docker rm -f bde6efbcefa42926ba13dc6203d4a0d58e61429d6722ec074f34d50d41cd9833 [Pipeline] // withDockerContainer [Pipeline] sh 07:33:38 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 07:33:38 Stashed 1 file(s) [Pipeline] echo 07:33:38 [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 07:33:54 Still waiting to schedule task 07:33:54 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-29276’ 07:33:54 Still waiting to schedule task 07:33:54 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 07:35:41 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29277 in /w/workspace/dgexfoundry_device-sdk-go_PR-812 [Pipeline] { [Pipeline] ws 07:35:41 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 07:35:46 using credential edgex-jenkins-ssh 07:35:46 Cloning the remote Git repository 07:35:46 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:35:46 > git init /w/workspace/device-sdk-go/3 # timeout=10 07:35:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:35:47 > git --version # timeout=10 07:35:47 > git --version # 'git version 2.17.1' 07:35:47 using GIT_SSH to set credentials SSH Credentials for GitHub 07:35:47 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:35:48 Merging remotes/origin/master commit 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 into PR head commit fa6af304cbd6f450c15756926b55dea36a814490 07:35:49 Merge succeeded, producing fa6af304cbd6f450c15756926b55dea36a814490 07:35:49 Checking out Revision fa6af304cbd6f450c15756926b55dea36a814490 (PR-812) 07:35:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:35:48 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:35:48 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:35:48 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:35:48 using GIT_SSH to set credentials SSH Credentials for GitHub 07:35:48 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/812/head:refs/remotes/origin/PR-812 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:35:48 > git config core.sparsecheckout # timeout=10 07:35:49 > git checkout -f fa6af304cbd6f450c15756926b55dea36a814490 # timeout=10 07:35:49 > git remote # timeout=10 07:35:49 > git config --get remote.origin.url # timeout=10 07:35:49 using GIT_SSH to set credentials SSH Credentials for GitHub 07:35:49 > git merge 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 # timeout=10 07:35:49 > git rev-parse HEAD^{commit} # timeout=10 07:35:49 > git config core.sparsecheckout # timeout=10 07:35:49 > git checkout -f fa6af304cbd6f450c15756926b55dea36a814490 # timeout=10 07:35:53 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:35:55 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 07:35:55 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:35:56 + true 07:35:56 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:35:58 provisioning config files... 07:35:58 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config7563822950500829709tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:35:59 ---> docker-login.sh 07:35:59 nexus3.edgexfoundry.org:10001 07:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:00 Configure a credential helper to remove this warning. See 07:36:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:00 07:36:00 Login Succeeded 07:36:00 nexus3.edgexfoundry.org:10002 07:36:00 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:01 Configure a credential helper to remove this warning. See 07:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:01 07:36:01 Login Succeeded 07:36:01 nexus3.edgexfoundry.org:10003 07:36:01 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:01 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:01 Configure a credential helper to remove this warning. See 07:36:01 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:01 07:36:01 Login Succeeded 07:36:01 nexus3.edgexfoundry.org:10004 07:36:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:02 Configure a credential helper to remove this warning. See 07:36:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:02 07:36:02 Login Succeeded 07:36:02 docker.io 07:36:02 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:02 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:02 Configure a credential helper to remove this warning. See 07:36:02 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:02 07:36:02 Login Succeeded 07:36:02 ---> docker-login.sh ends [Pipeline] } 07:36:02 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:36:03 ========================================================= 07:36:03 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 07:36:03 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:36:03 + 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 . 07:36:04 Sending build context to Docker daemon 2.283MB 07:36:04 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:36:04 Step 2/8 : FROM ${BASE} 07:36:04 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 07:36:04 5f621e34cdf4: Pulling fs layer 07:36:04 a4357932f1b6: Pulling fs layer 07:36:04 18c013af1878: Pulling fs layer 07:36:04 00ac8860ef70: Pulling fs layer 07:36:04 63d7cb157983: Pulling fs layer 07:36:04 b116817d02f9: Pulling fs layer 07:36:04 745a02a5169b: Pulling fs layer 07:36:04 00ac8860ef70: Waiting 07:36:04 63d7cb157983: Waiting 07:36:04 b116817d02f9: Waiting 07:36:04 18c013af1878: Verifying Checksum 07:36:04 18c013af1878: Download complete 07:36:04 a4357932f1b6: Verifying Checksum 07:36:04 a4357932f1b6: Download complete 07:36:04 63d7cb157983: Verifying Checksum 07:36:04 63d7cb157983: Download complete 07:36:04 b116817d02f9: Verifying Checksum 07:36:04 b116817d02f9: Download complete 07:36:04 5f621e34cdf4: Verifying Checksum 07:36:04 5f621e34cdf4: Download complete 07:36:05 5f621e34cdf4: Pull complete 07:36:06 a4357932f1b6: Pull complete 07:36:06 18c013af1878: Pull complete 07:36:07 745a02a5169b: Verifying Checksum 07:36:07 745a02a5169b: Download complete 07:36:08 00ac8860ef70: Verifying Checksum 07:36:08 00ac8860ef70: Download complete 07:36:15 Running on prd-centos7-docker-4c-2g-29278 in /w/workspace/dgexfoundry_device-sdk-go_PR-812 [Pipeline] { [Pipeline] ws 07:36:15 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 07:36:17 using credential edgex-jenkins-ssh 07:36:17 Cloning the remote Git repository 07:36:18 00ac8860ef70: Pull complete 07:36:18 63d7cb157983: Pull complete 07:36:17 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 07:36:17 > git init /w/workspace/device-sdk-go/3 # timeout=10 07:36:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:36:18 > git --version # timeout=10 07:36:18 > git --version # 'git version 2.24.3' 07:36:18 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:36:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 07:36:18 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 07:36:18 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 07:36:18 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/812/head:refs/remotes/origin/PR-812 +refs/heads/master:refs/remotes/origin/master # timeout=10 07:36:18 b116817d02f9: Pull complete 07:36:19 Merging remotes/origin/master commit 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 into PR head commit fa6af304cbd6f450c15756926b55dea36a814490 07:36:19 Merge succeeded, producing fa6af304cbd6f450c15756926b55dea36a814490 07:36:19 Checking out Revision fa6af304cbd6f450c15756926b55dea36a814490 (PR-812) 07:36:19 > git config core.sparsecheckout # timeout=10 07:36:19 > git checkout -f fa6af304cbd6f450c15756926b55dea36a814490 # timeout=10 07:36:19 > git remote # timeout=10 07:36:19 > git config --get remote.origin.url # timeout=10 07:36:19 using GIT_SSH to set credentials SSH Credentials for GitHub 07:36:19 > git merge 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 # timeout=10 07:36:19 > git rev-parse HEAD^{commit} # timeout=10 07:36:19 > git config core.sparsecheckout # timeout=10 07:36:19 > git checkout -f fa6af304cbd6f450c15756926b55dea36a814490 # timeout=10 07:36:23 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-core-contracts/v2" 07:36:23 745a02a5169b: Pull complete 07:36:23 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 07:36:23 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 07:36:23 ---> b7e6874047d6 07:36:23 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 07:36:24 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 07:36:24 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 07:36:24 + sudo service docker restart 07:36:24 + true 07:36:24 Redirecting to /bin/systemctl restart docker.service 07:36:25 ---> Running in 69b2efb220fd 07:36:25 Removing intermediate container 69b2efb220fd 07:36:25 ---> 3e28776644dd 07:36:25 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:25 ---> Running in 4321695700b5 [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 07:36:26 provisioning config files... 07:36:26 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config4157797310981995080tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 07:36:26 ---> docker-login.sh 07:36:26 nexus3.edgexfoundry.org:10001 07:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:27 Configure a credential helper to remove this warning. See 07:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:27 07:36:27 Login Succeeded 07:36:27 nexus3.edgexfoundry.org:10002 07:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:27 Configure a credential helper to remove this warning. See 07:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:27 07:36:27 Login Succeeded 07:36:27 nexus3.edgexfoundry.org:10003 07:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:27 Configure a credential helper to remove this warning. See 07:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:27 07:36:27 Login Succeeded 07:36:27 nexus3.edgexfoundry.org:10004 07:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:27 Configure a credential helper to remove this warning. See 07:36:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:27 07:36:27 Login Succeeded 07:36:27 docker.io 07:36:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 07:36:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 07:36:28 Configure a credential helper to remove this warning. See 07:36:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 07:36:28 07:36:28 Login Succeeded 07:36:28 ---> docker-login.sh ends [Pipeline] } 07:36:28 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 07:36:28 ========================================================= 07:36:28 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 07:36:28 ========================================================= [Pipeline] isUnix [Pipeline] sh 07:36:28 Removing intermediate container 4321695700b5 07:36:28 ---> a30143b580c7 07:36:28 Step 5/8 : RUN apk add --update --no-cache make git 07:36:28 ---> Running in 5db2c0244bc8 07:36:28 + 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 . 07:36:28 Sending build context to Docker daemon 2.284MB 07:36:28 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 07:36:28 Step 2/8 : FROM ${BASE} 07:36:28 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 07:36:28 188c0c94c7c5: Pulling fs layer 07:36:28 0ef7d3d256c8: Pulling fs layer 07:36:28 de9db76c5a1d: Pulling fs layer 07:36:28 bca2f99d35d6: Pulling fs layer 07:36:28 93359f2a8cfa: Pulling fs layer 07:36:28 7c6f9722023f: Pulling fs layer 07:36:28 a35cf1a2eb13: Pulling fs layer 07:36:28 93359f2a8cfa: Waiting 07:36:28 a35cf1a2eb13: Waiting 07:36:28 bca2f99d35d6: Waiting 07:36:28 de9db76c5a1d: Verifying Checksum 07:36:28 de9db76c5a1d: Download complete 07:36:28 0ef7d3d256c8: Verifying Checksum 07:36:28 0ef7d3d256c8: Download complete 07:36:28 93359f2a8cfa: Verifying Checksum 07:36:28 93359f2a8cfa: Download complete 07:36:28 7c6f9722023f: Verifying Checksum 07:36:28 7c6f9722023f: Download complete 07:36:28 188c0c94c7c5: Verifying Checksum 07:36:28 188c0c94c7c5: Download complete 07:36:29 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:36:29 188c0c94c7c5: Pull complete 07:36:29 0ef7d3d256c8: Pull complete 07:36:29 de9db76c5a1d: Pull complete 07:36:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:36:30 a35cf1a2eb13: Verifying Checksum 07:36:30 a35cf1a2eb13: Download complete 07:36:31 bca2f99d35d6: Verifying Checksum 07:36:31 bca2f99d35d6: Download complete 07:36:31 OK: 142 MiB in 39 packages 07:36:32 Removing intermediate container 5db2c0244bc8 07:36:32 ---> 1dd35657d125 07:36:32 Step 6/8 : WORKDIR /device-sdk-go 07:36:32 ---> Running in 270e779f297a 07:36:33 Removing intermediate container 270e779f297a 07:36:33 ---> 3479de5326b8 07:36:33 Step 7/8 : COPY . . 07:36:34 ---> dcaac7561f64 07:36:34 Step 8/8 : RUN go mod download 07:36:34 ---> Running in 33eb06c6b382 07:36:36 bca2f99d35d6: Pull complete 07:36:36 93359f2a8cfa: Pull complete 07:36:36 7c6f9722023f: Pull complete 07:36:44 a35cf1a2eb13: Pull complete 07:36:44 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 07:36:44 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 07:36:44 ---> a62c8e92a672 07:36:44 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:36:45 ---> Running in 7c6f985e438a 07:36:45 Removing intermediate container 7c6f985e438a 07:36:45 ---> 3bab3117d37c 07:36:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:36:45 ---> Running in 21da81772e99 07:36:46 Removing intermediate container 21da81772e99 07:36:46 ---> 64dc53c0e86b 07:36:46 Step 5/8 : RUN apk add --update --no-cache make git 07:36:46 ---> Running in af23b0771d30 07:36:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:36:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:36:48 OK: 166 MiB in 39 packages 07:36:49 Removing intermediate container af23b0771d30 07:36:49 ---> 4447b443dd9e 07:36:49 Step 6/8 : WORKDIR /device-sdk-go 07:36:49 ---> Running in 0a6a1e496a84 07:36:49 Removing intermediate container 0a6a1e496a84 07:36:49 ---> 2eb317e963de 07:36:49 Step 7/8 : COPY . . 07:36:50 ---> ea2f972e7ad5 07:36:50 Step 8/8 : RUN go mod download 07:36:50 ---> Running in 05ca79b02ebc 07:37:01 Removing intermediate container 33eb06c6b382 07:37:01 ---> bed1a2e531ef 07:37:01 Successfully built bed1a2e531ef 07:37:01 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 07:37:01 + docker inspect -f . ci-base-image-arm64 07:37:01 . [Pipeline] withDockerContainer 07:37:02 prd-ubuntu18.04-docker-arm64-4c-16g-29277 does not seem to be running inside a container 07:37:02 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:37:03 $ docker top 7c23dc336791ef772effd7ca35c62ea86d71777a13756812a1007db013a67a3d -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:04 + go version 07:37:04 go version go1.15.5 linux/arm64 [Pipeline] } 07:37:04 $ docker stop --time=1 7c23dc336791ef772effd7ca35c62ea86d71777a13756812a1007db013a67a3d 07:37:06 $ docker rm -f 7c23dc336791ef772effd7ca35c62ea86d71777a13756812a1007db013a67a3d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:37:07 + docker inspect -f . ci-base-image-arm64 07:37:07 . [Pipeline] withDockerContainer 07:37:07 prd-ubuntu18.04-docker-arm64-4c-16g-29277 does not seem to be running inside a container 07:37:07 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 07:37:09 $ docker top 5658e81e15f0637096c034872b4ddb40792bc7e5843eb8bbd34983d8f38f681a -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:10 + make test 07:37:10 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:37:12 Removing intermediate container 05ca79b02ebc 07:37:12 ---> 33f834554c3a 07:37:12 Successfully built 33f834554c3a 07:37:12 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 07:37:12 + docker inspect -f . ci-base-image-x86_64 07:37:12 . [Pipeline] withDockerContainer 07:37:13 prd-centos7-docker-4c-2g-29278 does not seem to be running inside a container 07:37:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:37:14 $ docker top 87f58d2688cce4636ff64f3bbfdb27f8ffaeaae2591ea68b69fc1ebc02e858dc -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:14 + go version 07:37:14 go version go1.15.5 linux/amd64 [Pipeline] } 07:37:14 $ docker stop --time=1 87f58d2688cce4636ff64f3bbfdb27f8ffaeaae2591ea68b69fc1ebc02e858dc 07:37:15 $ docker rm -f 87f58d2688cce4636ff64f3bbfdb27f8ffaeaae2591ea68b69fc1ebc02e858dc [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 07:37:16 + docker inspect -f . ci-base-image-x86_64 07:37:16 . [Pipeline] withDockerContainer 07:37:17 prd-centos7-docker-4c-2g-29278 does not seem to be running inside a container 07:37:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 07:37:17 $ docker top 2d0d0d3633c7ea3bcf36c2d36d28cde5072ca30a4a0100afabdd121a94a87a07 -eo pid,comm [Pipeline] { [Pipeline] sh 07:37:18 + make test 07:37:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 07:37:24 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:37:32 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 07:37:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:37:39 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:37:39 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:37:43 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.057s coverage: 25.5% of statements 07:38:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.057s coverage: 10.5% of statements 07:38:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.054s coverage: 12.5% of statements 07:38:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:38:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.067s coverage: 84.8% of statements 07:38:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 07:38:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:38:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:38:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.067s coverage: 47.6% of statements 07:38:15 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 07:38:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.113s coverage: 81.3% of statements 07:38:15 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.069s coverage: 24.8% of statements 07:38:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.115s coverage: 6.4% of statements 07:38:15 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.2% of statements 07:38:15 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:38:15 GO111MODULE=on go vet ./... 07:38:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 07:38:19 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 07:38:19 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 07:38:19 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.127s coverage: 25.5% of statements 07:38:22 gofmt -l . 07:38:22 [ "`gofmt -l .`" = "" ] 07:38:22 ./bin/test-attribution-txt.sh 07:38:22 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:38:22 $ docker stop --time=1 2d0d0d3633c7ea3bcf36c2d36d28cde5072ca30a4a0100afabdd121a94a87a07 07:38:24 $ docker rm -f 2d0d0d3633c7ea3bcf36c2d36d28cde5072ca30a4a0100afabdd121a94a87a07 [Pipeline] // withDockerContainer [Pipeline] sh 07:38:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:38:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 07:38:28 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:38:28 + ls -al . 07:38:28 total 184 07:38:28 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 10 07:38 . 07:38:28 drwxrwxr-x. 4 jenkins jenkins 28 Mar 10 07:36 .. 07:38:28 drwxrwxr-x. 2 jenkins jenkins 64 Mar 10 07:36 bin 07:38:28 -rw-r--r--. 1 jenkins jenkins 102298 Mar 10 07:38 coverage.out 07:38:28 -rw-rw-r--. 1 jenkins jenkins 949 Mar 10 07:36 Dockerfile.build 07:38:28 -rw-rw-r--. 1 jenkins jenkins 140 Mar 10 07:36 .dockerignore 07:38:28 drwxrwxr-x. 4 jenkins jenkins 48 Mar 10 07:36 example 07:38:28 drwxrwxr-x. 8 jenkins jenkins 179 Mar 10 07:36 .git 07:38:28 drwxrwxr-x. 2 jenkins jenkins 103 Mar 10 07:36 .github 07:38:28 -rw-rw-r--. 1 jenkins jenkins 138 Mar 10 07:36 .gitignore 07:38:28 -rw-r--r--. 1 jenkins jenkins 479 Mar 10 07:38 go.mod 07:38:28 -rw-r--r--. 1 jenkins jenkins 17490 Mar 10 07:38 go.sum 07:38:28 drwxrwxr-x. 12 jenkins jenkins 171 Mar 10 07:36 internal 07:38:28 -rw-rw-r--. 1 jenkins jenkins 901 Mar 10 07:36 Jenkinsfile 07:38:28 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 10 07:36 LICENSE 07:38:28 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 10 07:36 Makefile 07:38:28 drwxrwxr-x. 4 jenkins jenkins 26 Mar 10 07:36 openapi 07:38:28 drwxrwxr-x. 5 jenkins jenkins 50 Mar 10 07:36 pkg 07:38:28 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 10 07:36 README.md 07:38:28 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 10 07:36 RELEASE-NOTES.txt 07:38:28 drwxrwxr-x. 4 jenkins jenkins 54 Mar 10 07:36 snap 07:38:28 -rw-rw-r--. 1 jenkins jenkins 5 Mar 10 07:33 VERSION 07:38:28 -rw-rw-r--. 1 jenkins jenkins 222 Mar 10 07:36 version.go [Pipeline] isUnix [Pipeline] sh 07:38:28 + 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=fa6af304cbd6f450c15756926b55dea36a814490 --label arch=amd64 --label version=0.0.0 . 07:38:29 Sending build context to Docker daemon 2.387MB 07:38:29 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:38:29 Step 2/24 : FROM ${BASE} AS builder 07:38:29 ---> 33f834554c3a 07:38:29 Step 3/24 : ARG MAKE='make build' 07:38:29 ---> Running in 99563266be16 07:38:29 Removing intermediate container 99563266be16 07:38:29 ---> 1e461fc0c589 07:38:29 Step 4/24 : WORKDIR /device-sdk-go 07:38:30 ---> Running in 0f2186d1e99d 07:38:30 Removing intermediate container 0f2186d1e99d 07:38:30 ---> 322dc921c3ea 07:38:30 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:38:30 ---> Running in eca3c464c581 07:38:30 Removing intermediate container eca3c464c581 07:38:30 ---> f9c44411e59a 07:38:30 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:38:30 ---> Running in c9818dc8f79e 07:38:31 Removing intermediate container c9818dc8f79e 07:38:31 ---> 1ba993d81a07 07:38:31 Step 7/24 : RUN apk add --update --no-cache make git 07:38:31 ---> Running in 47976887d2d9 07:38:31 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 07:38:32 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 07:38:33 OK: 166 MiB in 39 packages 07:38:33 Removing intermediate container 47976887d2d9 07:38:33 ---> cd5b17511e8b 07:38:33 Step 8/24 : COPY . . 07:38:34 ---> 228fd18e4e38 07:38:34 Step 9/24 : RUN ${MAKE} 07:38:34 ---> Running in f80d42848e49 07:38:34 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 07:38:43 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:38:45 Removing intermediate container f80d42848e49 07:38:45 ---> d96d5b4bc263 07:38:45 Step 10/24 : FROM scratch 07:38:45 ---> 07:38:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:38:45 ---> Running in bca28391ec35 07:38:45 Removing intermediate container bca28391ec35 07:38:45 ---> 5687ed80e64d 07:38:45 Step 12/24 : ENV APP_PORT=49990 07:38:45 ---> Running in e878b1314b63 07:38:46 Removing intermediate container e878b1314b63 07:38:46 ---> a38ac419c0a9 07:38:46 Step 13/24 : EXPOSE $APP_PORT 07:38:46 ---> Running in 51a156684a1f 07:38:46 Removing intermediate container 51a156684a1f 07:38:46 ---> b809f6196c67 07:38:46 Step 14/24 : WORKDIR / 07:38:46 ---> Running in fc2e30f6af4f 07:38:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.123s coverage: 10.5% of statements 07:38:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.126s coverage: 12.5% of statements 07:38:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 07:38:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.162s coverage: 84.8% of statements 07:38:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 07:38:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 07:38:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 07:38:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.253s coverage: 47.6% of statements 07:38:46 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 07:38:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.175s coverage: 81.3% of statements 07:38:46 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.173s coverage: 24.8% of statements 07:38:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.811s coverage: 6.4% of statements 07:38:46 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.131s coverage: 5.2% of statements 07:38:46 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 07:38:46 GO111MODULE=on go vet ./... 07:38:46 Removing intermediate container fc2e30f6af4f 07:38:46 ---> 5dc25c4a5d27 07:38:46 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:38:46 ---> dda0f00c525f 07:38:46 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:38:47 ---> 2ad5535c2748 07:38:47 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:38:47 ---> 79899d38f091 07:38:47 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:38:47 ---> 74c3136fb3cb 07:38:47 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:38:47 ---> 166f68c21bc3 07:38:47 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:38:47 ---> Running in 47d715a80ee5 07:38:48 Removing intermediate container 47d715a80ee5 07:38:48 ---> cb0aafd34e81 07:38:48 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:38:48 ---> Running in 123ae07bad7b 07:38:48 Removing intermediate container 123ae07bad7b 07:38:48 ---> fa701ad6aca5 07:38:48 Step 22/24 : LABEL arch=amd64 07:38:48 ---> Running in 0695f0300e91 07:38:48 Removing intermediate container 0695f0300e91 07:38:48 ---> b2c125d01780 07:38:48 Step 23/24 : LABEL git_sha=fa6af304cbd6f450c15756926b55dea36a814490 07:38:48 ---> Running in add32b815fc2 07:38:48 Removing intermediate container add32b815fc2 07:38:48 ---> 0cccceebf261 07:38:48 Step 24/24 : LABEL version=0.0.0 07:38:48 ---> Running in e98deb8f9064 07:38:49 Removing intermediate container e98deb8f9064 07:38:49 ---> f21702d702db 07:38:49 [Warning] One or more build-args [ARCH] were not consumed 07:38:49 Successfully built f21702d702db 07:38:49 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 07:38:50 ---> job-cost.sh 07:38:50 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-W9SD 07:39:05 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:39:18 gofmt -l . 07:39:19 [ "`gofmt -l .`" = "" ] 07:39:19 ./bin/test-attribution-txt.sh 07:39:20 ./bin/test-go-mod-tidy.sh [Pipeline] } 07:39:20 $ docker stop --time=1 5658e81e15f0637096c034872b4ddb40792bc7e5843eb8bbd34983d8f38f681a 07:39:23 $ docker rm -f 5658e81e15f0637096c034872b4ddb40792bc7e5843eb8bbd34983d8f38f681a [Pipeline] // withDockerContainer [Pipeline] sh 07:39:24 + sudo chown -R jenkins:jenkins . [Pipeline] stash 07:39:24 Warning: overwriting stash ‘coverage-report’ 07:39:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 07:39:25 + sudo chown -R jenkins:jenkins . [Pipeline] sh 07:39:26 + ls -al . 07:39:26 total 220 07:39:26 drwxrwxr-x 10 jenkins jenkins 4096 Mar 10 07:39 . 07:39:26 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 07:35 .. 07:39:26 -rw-rw-r-- 1 jenkins jenkins 140 Mar 10 07:35 .dockerignore 07:39:26 drwxrwxr-x 8 jenkins jenkins 4096 Mar 10 07:35 .git 07:39:26 drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 07:35 .github 07:39:26 -rw-rw-r-- 1 jenkins jenkins 138 Mar 10 07:35 .gitignore 07:39:26 -rw-rw-r-- 1 jenkins jenkins 949 Mar 10 07:35 Dockerfile.build 07:39:26 -rw-rw-r-- 1 jenkins jenkins 901 Mar 10 07:35 Jenkinsfile 07:39:26 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 10 07:35 LICENSE 07:39:26 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 10 07:35 Makefile 07:39:26 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 10 07:35 README.md 07:39:26 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 10 07:35 RELEASE-NOTES.txt 07:39:26 -rw-rw-r-- 1 jenkins jenkins 5 Mar 10 07:33 VERSION 07:39:26 drwxrwxr-x 2 jenkins jenkins 4096 Mar 10 07:35 bin 07:39:26 -rw-r--r-- 1 jenkins jenkins 102298 Mar 10 07:38 coverage.out 07:39:26 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 07:35 example 07:39:26 -rw-r--r-- 1 jenkins jenkins 479 Mar 10 07:39 go.mod 07:39:26 -rw-r--r-- 1 jenkins jenkins 17490 Mar 10 07:39 go.sum 07:39:26 drwxrwxr-x 12 jenkins jenkins 4096 Mar 10 07:35 internal 07:39:26 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 07:35 openapi 07:39:26 drwxrwxr-x 5 jenkins jenkins 4096 Mar 10 07:35 pkg 07:39:26 drwxrwxr-x 4 jenkins jenkins 4096 Mar 10 07:35 snap 07:39:26 -rw-rw-r-- 1 jenkins jenkins 222 Mar 10 07:35 version.go [Pipeline] isUnix [Pipeline] sh 07:39:26 + 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=fa6af304cbd6f450c15756926b55dea36a814490 --label arch=arm64 --label version=0.0.0 . 07:39:27 Sending build context to Docker daemon 2.386MB 07:39:27 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 07:39:27 Step 2/24 : FROM ${BASE} AS builder 07:39:27 ---> bed1a2e531ef 07:39:27 Step 3/24 : ARG MAKE='make build' 07:39:27 ---> Running in a57f3acfe0bd 07:39:27 Removing intermediate container a57f3acfe0bd 07:39:27 ---> 3dcb4cc6e92d 07:39:27 Step 4/24 : WORKDIR /device-sdk-go 07:39:28 ---> Running in 4efdc4fd15a9 07:39:28 Removing intermediate container 4efdc4fd15a9 07:39:28 ---> f78b55323cbd 07:39:28 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:39:28 ---> Running in 2c5cd558a1af 07:39:29 Removing intermediate container 2c5cd558a1af 07:39:29 ---> e8c98dfa899c 07:39:29 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 07:39:29 ---> Running in 2e6a0d1028be 07:39:31 lf-activate-venv(): INFO: Adding /tmp/venv-W9SD/bin to PATH 07:39:31 INFO: No Stack... 07:39:31 Removing intermediate container 2e6a0d1028be 07:39:31 ---> 9903567fca61 07:39:31 Step 7/24 : RUN apk add --update --no-cache make git 07:39:31 ---> Running in 7521e38f54c1 07:39:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 07:39:32 INFO: Retrieving Pricing Info for: v1-standard-2 07:39:33 INFO: Archiving Costs [Pipeline] sh 07:39:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 07:39:33 + cat /w/workspace/device-sdk-go/3/archives/cost.csv 07:39:33 + cut -d, -f6 [Pipeline] lock 07:39:33 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-812-3-stack-cost] 07:39:33 Resource [jenkins-edgexfoundry-device-sdk-go-PR-812-3-stack-cost] did not exist. Created. 07:39:33 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-812-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:39:34 OK: 142 MiB in 39 packages 07:39:34 + echo total: 0.029999999329447746 [Pipeline] stash 07:39:34 Stashed 1 file(s) [Pipeline] } 07:39:34 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-812-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } 07:39:35 Removing intermediate container 7521e38f54c1 07:39:35 ---> a6a01690f677 07:39:35 Step 8/24 : COPY . . [Pipeline] // stage [Pipeline] } 07:39:36 ---> b902ca61cafe 07:39:36 Step 9/24 : RUN ${MAKE} 07:39:36 ---> Running in e4b34eaf3bad 07:39:37 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 07:40:04 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 07:40:05 Removing intermediate container e4b34eaf3bad 07:40:05 ---> 27e007a928dd 07:40:05 Step 10/24 : FROM scratch 07:40:05 ---> 07:40:05 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 07:40:05 ---> Running in 2194a3bcf2ab 07:40:05 Removing intermediate container 2194a3bcf2ab 07:40:05 ---> 86f7562234b3 07:40:05 Step 12/24 : ENV APP_PORT=49990 07:40:06 ---> Running in 59f5c7ce718a 07:40:06 Removing intermediate container 59f5c7ce718a 07:40:06 ---> 71278de0545d 07:40:06 Step 13/24 : EXPOSE $APP_PORT 07:40:06 ---> Running in d7fb23671d7f 07:40:07 Removing intermediate container d7fb23671d7f 07:40:07 ---> abe860b3f678 07:40:07 Step 14/24 : WORKDIR / 07:40:07 ---> Running in 7ebda88572a4 07:40:07 Removing intermediate container 7ebda88572a4 07:40:07 ---> 3b8dafafe332 07:40:07 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 07:40:09 ---> 5e589760e4d9 07:40:09 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 07:40:09 ---> caf3749796d7 07:40:09 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 07:40:10 ---> e3dd57442d25 07:40:10 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 07:40:11 ---> 855a818d7740 07:40:11 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 07:40:12 ---> fcb457edb42e 07:40:12 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 07:40:12 ---> Running in 4dce2b5ead7a 07:40:12 Removing intermediate container 4dce2b5ead7a 07:40:12 ---> b931874c4aa0 07:40:12 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 07:40:13 ---> Running in e63b4049b2a8 07:40:13 Removing intermediate container e63b4049b2a8 07:40:13 ---> 2f02d49bc598 07:40:13 Step 22/24 : LABEL arch=arm64 07:40:13 ---> Running in 9913f1515867 07:40:14 Removing intermediate container 9913f1515867 07:40:14 ---> b9832192d216 07:40:14 Step 23/24 : LABEL git_sha=fa6af304cbd6f450c15756926b55dea36a814490 07:40:14 ---> Running in 268943b1bdbb 07:40:15 Removing intermediate container 268943b1bdbb 07:40:15 ---> 6cc7d3c7517d 07:40:15 Step 24/24 : LABEL version=0.0.0 07:40:15 ---> Running in 378d70623b18 07:40:15 Removing intermediate container 378d70623b18 07:40:15 ---> 1b339acbffb8 07:40:15 [Warning] One or more build-args [ARCH] were not consumed 07:40:15 Successfully built 1b339acbffb8 07:40:15 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 07:40:16 ---> job-cost.sh 07:40:16 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-Ab8S 07:40:55 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 07:42:32 lf-activate-venv(): INFO: Adding /tmp/venv-Ab8S/bin to PATH 07:42:32 INFO: No Stack... 07:42:32 INFO: Retrieving Pricing Info for: lf-standard-4 07:42:32 INFO: Archiving Costs [Pipeline] sh 07:42:32 + cat /w/workspace/device-sdk-go/3/archives/cost.csv 07:42:32 + cut -d, -f6 [Pipeline] lock 07:42:33 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-812-3-stack-cost] 07:42:33 Resource [jenkins-edgexfoundry-device-sdk-go-PR-812-3-stack-cost] did not exist. Created. 07:42:33 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-812-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 07:42:33 /w/workspace/device-sdk-go/3@tmp/durable-56feacf3/script.sh: 1: /w/workspace/device-sdk-go/3@tmp/durable-56feacf3/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 07:42:33 + echo total: 0.20999999344348907 [Pipeline] stash 07:42:33 Warning: overwriting stash ‘stack-cost’ 07:42:34 Stashed 1 file(s) [Pipeline] } 07:42:34 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-812-3-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 07:42:35 provisioning config files... 07:42:35 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp/config1016817780746497184tmp [Pipeline] { [Pipeline] sh 07:42:36 + set +x 07:42:36 + curl -s https://codecov.io/bash 07:42:36 + bash -s -- 07:42:36 07:42:36 _____ _ 07:42:36 / ____| | | 07:42:36 | | ___ __| | ___ ___ _____ __ 07:42:36 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 07:42:36 | |___| (_) | (_| | __/ (_| (_) \ V / 07:42:36 \_____\___/ \__,_|\___|\___\___/ \_/ 07:42:36 Bash-20210309-2b87ace 07:42:36 07:42:36 07:42:36 ==> git version 2.24.3 found 07:42:36 ==> 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 07:42:36 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 07:42:36 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 07:42:36 ==> Jenkins CI detected. 07:42:36 project root: . 07:42:36 --> token set from env 07:42:36 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 07:42:36 ==> Running gcov in . (disable via -X gcov) 07:42:36 ==> Python coveragepy not found 07:42:36 ==> Searching for coverage reports in: 07:42:36 + . 07:42:36 -> Found 1 reports 07:42:36 ==> Detecting git/mercurial file structure 07:42:36 ==> Reading reports 07:42:36 + ./coverage.out bytes=102298 07:42:36 ==> Appending adjustments 07:42:36 https://docs.codecov.io/docs/fixing-reports 07:42:36 + Found adjustments 07:42:36 ==> Gzipping contents 07:42:36 16K /tmp/codecov.vJbjxn.gz 07:42:36 ==> Uploading reports 07:42:36 url: https://codecov.io 07:42:36 query: branch=PR-812&commit=fa6af304cbd6f450c15756926b55dea36a814490&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-812%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=812&job=&cmd_args= 07:42:36 -> Pinging Codecov 07:42:36 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-812&commit=fa6af304cbd6f450c15756926b55dea36a814490&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-812%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=812&job=&cmd_args= 07:42:37 -> Uploading to 07:42:37 https://storage.googleapis.com/codecov/v4/raw/2021-03-10/7E55EF52A471D76F132DFD9A03CDDE97/fa6af304cbd6f450c15756926b55dea36a814490/cfab1d21-dacb-4e37-9d63-f5a32653dfb3.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210310%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210310T074236Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=62f237cd91c6f53ff846b503b842f5bd138fe61f69f44ecf4c16f6cfcb3bb633 07:42:37 % Total % Received % Xferd Average Speed Time Time Time Current 07:42:37 Dload Upload Total Spent Left Speed 07:42:37 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15238 0 0 100 15238 0 30428 --:--:-- --:--:-- --:--:-- 30476 07:42:37 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/fa6af304cbd6f450c15756926b55dea36a814490 [Pipeline] } 07:42:37 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 07:42:40 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 07:42:40 ---> package-listing.sh 07:42:40 ++ facter osfamily 07:42:40 ++ tr '[:upper:]' '[:lower:]' 07:42:40 + OS_FAMILY=redhat 07:42:40 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-812 07:42:40 + START_PACKAGES=/tmp/packages_start.txt 07:42:40 + END_PACKAGES=/tmp/packages_end.txt 07:42:40 + DIFF_PACKAGES=/tmp/packages_diff.txt 07:42:40 + PACKAGES=/tmp/packages_start.txt 07:42:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-812 ']' 07:42:40 + PACKAGES=/tmp/packages_end.txt 07:42:40 + case "${OS_FAMILY}" in 07:42:40 + rpm -qa 07:42:40 + sort 07:42:46 + '[' -f /tmp/packages_start.txt ']' 07:42:46 + '[' -f /tmp/packages_end.txt ']' 07:42:46 + diff /tmp/packages_start.txt /tmp/packages_end.txt 07:42:46 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-812 ']' 07:42:46 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-812/archives/ 07:42:46 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-812/archives/ [Pipeline] echo 07:42:46 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-812/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 07:42:46 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 07:42:46 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:42:46 07:42:46 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 07:42:47 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:42:47 alpine: Pulling from edgex-lftools-log-publisher 07:42:47 df20fa9351a1: Pulling fs layer 07:42:47 36b3adc4ff6f: Pulling fs layer 07:42:47 8ad3a11d3b57: Pulling fs layer 07:42:47 46f8f816bc3b: Pulling fs layer 07:42:47 93b61091891f: Pulling fs layer 07:42:47 93b9cdb0e59b: Pulling fs layer 07:42:47 5e14af77c1be: Pulling fs layer 07:42:47 01666e4c0597: Pulling fs layer 07:42:47 aa168da1d23b: Pulling fs layer 07:42:47 46f8f816bc3b: Waiting 07:42:47 93b61091891f: Waiting 07:42:47 93b9cdb0e59b: Waiting 07:42:47 5e14af77c1be: Waiting 07:42:47 01666e4c0597: Waiting 07:42:47 aa168da1d23b: Waiting 07:42:47 36b3adc4ff6f: Verifying Checksum 07:42:47 36b3adc4ff6f: Download complete 07:42:47 46f8f816bc3b: Verifying Checksum 07:42:47 46f8f816bc3b: Download complete 07:42:47 df20fa9351a1: Verifying Checksum 07:42:47 df20fa9351a1: Download complete 07:42:47 93b9cdb0e59b: Verifying Checksum 07:42:47 93b9cdb0e59b: Download complete 07:42:47 5e14af77c1be: Verifying Checksum 07:42:47 5e14af77c1be: Download complete 07:42:47 93b61091891f: Verifying Checksum 07:42:47 93b61091891f: Download complete 07:42:47 01666e4c0597: Verifying Checksum 07:42:47 01666e4c0597: Download complete 07:42:47 df20fa9351a1: Pull complete 07:42:47 36b3adc4ff6f: Pull complete 07:42:48 8ad3a11d3b57: Verifying Checksum 07:42:48 8ad3a11d3b57: Download complete 07:42:49 8ad3a11d3b57: Pull complete 07:42:49 aa168da1d23b: Download complete 07:42:49 46f8f816bc3b: Pull complete 07:42:50 93b61091891f: Pull complete 07:42:50 93b9cdb0e59b: Pull complete 07:42:50 5e14af77c1be: Pull complete 07:42:50 01666e4c0597: Pull complete 07:42:57 aa168da1d23b: Pull complete 07:42:57 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 07:42:57 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 07:42:57 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 07:42:57 prd-centos7-docker-4c-2g-29276 does not seem to be running inside a container 07:42:57 $ 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-812/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-812 -v /w/workspace/dgexfoundry_device-sdk-go_PR-812:/w/workspace/dgexfoundry_device-sdk-go_PR-812:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 07:43:02 $ docker top 9ed7cd3e293e1c4ebcad541d211ec63f96ad96af65a8bb0dfdafb0535fc38a4a -eo pid,comm [Pipeline] { [Pipeline] sh 07:43:02 + touch /tmp/pre-build-complete [Pipeline] sh 07:43:03 + mkdir -p /var/log/sa [Pipeline] sh 07:43:03 + ls /var/log/sa-host 07:43:03 + sadf -c /var/log/sa-host/sa10 07:43:03 file_magic: OK 07:43:03 HZ: Using current value: 100 07:43:03 file_header: OK 07:43:03 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 07:43:03 Statistics: 07:43:03 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 07:43:03 File successfully converted to sysstat format version 12.2.1 07:43:03 + sadf -c /var/log/sa-host/sa23 07:43:03 file_magic: OK 07:43:03 HZ: Using current value: 100 07:43:03 file_header: OK 07:43:03 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 07:43:03 Statistics: 07:43:03 Hnuu...uuuununununu... 07:43:03 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 07:43:04 provisioning config files... 07:43:04 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp/config3170261747498888289tmp [Pipeline] { [Pipeline] echo 07:43:04 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 07:43:04 ---> create-netrc.sh [Pipeline] } 07:43:04 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 07:43:04 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 07:43:04 ---> python-tools-install.sh [Pipeline] echo 07:43:04 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 07:43:05 ---> sudo-logs.sh 07:43:05 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 07:43:05 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 07:43:05 ---> job-cost.sh 07:43:05 lf-activate-venv: SKIPPING 07:43:05 DEBUG: total: 0.20999999344348907 07:43:05 INFO: Retrieving Stack Cost... 07:43:06 INFO: Retrieving Pricing Info for: v1-standard-2 07:43:07 INFO: Archiving Costs [Pipeline] echo 07:43:07 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 07:43:07 ---> logs-deploy.sh 07:43:07 lf-activate-venv: SKIPPING 07:43:07 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-812/3 07:43:07 INFO: archiving workspace using pattern(s): 07:43:09 Archives upload complete. 07:43:09 INFO: archiving logs to Nexus 07:43:10 ---> uname -a: 07:43:10 Linux prd-centos7-docker-4c-2g-29276.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 07:43:10 07:43:10 07:43:10 ---> lscpu: 07:43:10 Architecture: x86_64 07:43:10 CPU op-mode(s): 32-bit, 64-bit 07:43:10 Byte Order: Little Endian 07:43:10 Address sizes: 40 bits physical, 48 bits virtual 07:43:10 CPU(s): 4 07:43:10 On-line CPU(s) list: 0-3 07:43:10 Thread(s) per core: 1 07:43:10 Core(s) per socket: 1 07:43:10 Socket(s): 4 07:43:10 NUMA node(s): 1 07:43:10 Vendor ID: GenuineIntel 07:43:10 CPU family: 6 07:43:10 Model: 44 07:43:10 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 07:43:10 Stepping: 1 07:43:10 CPU MHz: 2933.438 07:43:10 BogoMIPS: 5866.87 07:43:10 Virtualization: VT-x 07:43:10 Hypervisor vendor: KVM 07:43:10 Virtualization type: full 07:43:10 L1d cache: 128 KiB 07:43:10 L1i cache: 128 KiB 07:43:10 L2 cache: 16 MiB 07:43:10 L3 cache: 64 MiB 07:43:10 NUMA node0 CPU(s): 0-3 07:43:10 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 07:43:10 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 07:43:10 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 07:43:10 Vulnerability Meltdown: Mitigation; PTI 07:43:10 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 07:43:10 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 07:43:10 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 07:43:10 Vulnerability Srbds: Not affected 07:43:10 Vulnerability Tsx async abort: Not affected 07:43:10 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 07:43:10 07:43:10 07:43:10 ---> nproc: 07:43:10 4 07:43:10 07:43:10 07:43:10 ---> df -h: 07:43:10 Filesystem Size Used Available Use% Mounted on 07:43:10 overlay 50.0G 7.3G 42.7G 15% / 07:43:10 tmpfs 64.0M 0 64.0M 0% /dev 07:43:10 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 07:43:10 shm 64.0M 0 64.0M 0% /dev/shm 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-812 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-812@tmp 07:43:10 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 07:43:10 07:43:10 07:43:10 ---> free -m: 07:43:10 total used free shared buff/cache available 07:43:10 Mem: 1837 730 103 0 1003 1001 07:43:10 Swap: 1023 1 1022 07:43:10 07:43:10 07:43:10 ---> ip addr: 07:43:10 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 07:43:10 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 07:43:10 inet 127.0.0.1/8 scope host lo 07:43:10 valid_lft forever preferred_lft forever 07:43:10 inet6 ::1/128 scope host 07:43:10 valid_lft forever preferred_lft forever 07:43:10 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 07:43:10 link/ether fa:16:3e:d3:25:7f brd ff:ff:ff:ff:ff:ff 07:43:10 inet 10.30.122.73/23 brd 10.30.123.255 scope global dynamic eth0 07:43:10 valid_lft 85773sec preferred_lft 85773sec 07:43:10 inet6 fe80::f816:3eff:fed3:257f/64 scope link 07:43:10 valid_lft forever preferred_lft forever 07:43:10 3: docker0: mtu 1500 qdisc noqueue state DOWN 07:43:10 link/ether 02:42:31:98:f2:61 brd ff:ff:ff:ff:ff:ff 07:43:10 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 07:43:10 valid_lft forever preferred_lft forever 07:43:10 inet6 fe80::42:31ff:fe98:f261/64 scope link 07:43:10 valid_lft forever preferred_lft forever 07:43:10 07:43:10 07:43:10 ---> sar -b -r -n DEV: 07:43:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 07:43:10 07:43:10 07:32:29 LINUX RESTART (4 CPU) 07:43:10 07:43:10 07:33:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 07:43:10 07:34:02 67.93 27.81 40.12 0.00 6864.90 3807.52 0.00 07:43:10 07:35:01 1.69 0.00 1.69 0.00 0.00 26.93 0.00 07:43:10 07:36:01 0.61 0.00 0.61 0.00 0.00 7.83 0.00 07:43:10 07:37:01 0.17 0.00 0.17 0.00 0.00 1.47 0.00 07:43:10 07:38:01 0.25 0.00 0.25 0.00 0.00 3.12 0.00 07:43:10 07:39:01 0.32 0.00 0.32 0.00 0.00 4.20 0.00 07:43:10 07:40:01 0.20 0.00 0.20 0.00 0.00 1.88 0.00 07:43:10 07:41:01 0.25 0.00 0.25 0.00 0.00 3.33 0.00 07:43:10 07:42:01 0.27 0.00 0.27 0.00 0.00 3.01 0.00 07:43:10 07:43:01 133.49 72.24 61.25 0.00 6279.79 18465.34 0.00 07:43:10 Average: 20.61 10.05 10.56 0.00 1320.32 2243.25 0.00 07:43:10 07:43:10 07:33:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 07:43:10 07:34:02 148892 0 630496 33.51 2620 1099536 1108288 37.82 459200 1072752 128 07:43:10 07:35:01 153704 0 625564 33.25 2620 1099656 1075532 36.71 456912 1071040 8 07:43:10 07:36:01 152992 0 626272 33.29 2620 1099660 1075676 36.71 464992 1063784 8 07:43:10 07:37:01 151632 0 627628 33.36 2620 1099664 1075688 36.71 466772 1063136 12 07:43:10 07:38:01 153316 0 625940 33.27 2620 1099668 1075532 36.71 476528 1052632 8 07:43:10 07:39:01 152956 0 626296 33.29 2620 1099672 1075616 36.71 476844 1052632 8 07:43:10 07:40:01 153216 0 626032 33.27 2620 1099676 1075532 36.71 476412 1052632 8 07:43:10 07:41:01 153556 0 625688 33.25 2620 1099680 1075532 36.71 476668 1052628 16 07:43:10 07:42:01 153788 0 625448 33.24 2620 1099688 1075532 36.71 476676 1052628 8 07:43:10 07:43:01 162396 0 727360 38.66 2620 989168 1315836 44.91 470456 996644 52 07:43:10 Average: 153645 0 636672 33.84 2620 1088607 1102876 37.64 470146 1053051 26 07:43:10 07:43:10 07:33:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 07:43:10 07:34:02 eth0 582.93 380.03 1102.28 105.93 0.00 0.00 0.00 0.00 07:43:10 07:34:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:34:02 docker0 8.34 5.86 1.33 23.48 0.00 0.00 0.00 0.00 07:43:10 07:35:01 eth0 0.80 0.08 0.07 0.06 0.00 0.00 0.00 0.00 07:43:10 07:35:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:35:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:36:01 eth0 1.39 0.75 0.68 0.23 0.00 0.00 0.00 0.00 07:43:10 07:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:36:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:37:01 eth0 0.55 0.42 0.29 0.21 0.00 0.00 0.00 0.00 07:43:10 07:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:38:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:43:10 07:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:39:01 eth0 0.32 0.23 0.14 0.07 0.00 0.00 0.00 0.00 07:43:10 07:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:40:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:43:10 07:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:41:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:43:10 07:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:42:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 07:43:10 07:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:43:01 eth0 206.25 177.59 2171.75 20.13 0.00 0.00 0.00 0.00 07:43:10 07:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 07:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 Average: eth0 79.59 56.18 329.05 12.72 0.00 0.00 0.00 0.00 07:43:10 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 07:43:10 Average: docker0 0.84 0.59 0.13 2.36 0.00 0.00 0.00 0.00 07:43:10 07:43:10 07:43:10 ---> sar -P ALL: 07:43:10 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/10/21 _x86_64_ (4 CPU) 07:43:10 07:43:10 07:32:29 LINUX RESTART (4 CPU) 07:43:10 07:43:10 07:33:01 CPU %user %nice %system %iowait %steal %idle 07:43:10 07:34:02 all 11.75 0.00 3.42 1.71 0.03 83.10 07:43:10 07:34:02 0 9.24 0.00 4.02 0.74 0.02 85.98 07:43:10 07:34:02 1 12.23 0.00 3.01 1.88 0.02 82.86 07:43:10 07:34:02 2 13.71 0.00 3.04 2.32 0.02 80.91 07:43:10 07:34:02 3 11.80 0.00 3.60 1.89 0.05 82.66 07:43:10 07:35:01 all 0.17 0.00 0.04 0.00 0.00 99.78 07:43:10 07:35:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:43:10 07:35:01 1 0.05 0.00 0.05 0.00 0.00 99.90 07:43:10 07:35:01 2 0.05 0.00 0.05 0.02 0.00 99.88 07:43:10 07:35:01 3 0.56 0.00 0.05 0.00 0.00 99.39 07:43:10 07:36:01 all 0.16 0.00 0.04 0.00 0.00 99.80 07:43:10 07:36:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:43:10 07:36:01 1 0.03 0.00 0.05 0.00 0.00 99.92 07:43:10 07:36:01 2 0.05 0.00 0.03 0.00 0.00 99.92 07:43:10 07:36:01 3 0.54 0.00 0.03 0.00 0.00 99.42 07:43:10 07:37:01 all 0.07 0.00 0.04 0.00 0.00 99.90 07:43:10 07:37:01 0 0.02 0.00 0.02 0.00 0.00 99.97 07:43:10 07:37:01 1 0.02 0.00 0.02 0.00 0.00 99.97 07:43:10 07:37:01 2 0.03 0.00 0.05 0.00 0.00 99.92 07:43:10 07:37:01 3 0.20 0.00 0.07 0.00 0.00 99.73 07:43:10 07:38:01 all 0.05 0.00 0.12 0.00 0.01 99.82 07:43:10 07:38:01 0 0.00 0.00 0.00 0.00 0.00 100.00 07:43:10 07:38:01 1 0.03 0.00 0.10 0.00 0.02 99.85 07:43:10 07:38:01 2 0.10 0.00 0.28 0.00 0.02 99.60 07:43:10 07:38:01 3 0.05 0.00 0.10 0.00 0.00 99.85 07:43:10 07:39:01 all 0.15 0.00 0.03 0.00 0.00 99.81 07:43:10 07:39:01 0 0.02 0.00 0.03 0.00 0.02 99.93 07:43:10 07:39:01 1 0.53 0.00 0.02 0.00 0.00 99.45 07:43:10 07:39:01 2 0.02 0.00 0.03 0.00 0.00 99.95 07:43:10 07:39:01 3 0.03 0.00 0.05 0.00 0.00 99.92 07:43:10 07:40:01 all 0.15 0.00 0.03 0.00 0.00 99.82 07:43:10 07:40:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:43:10 07:40:01 1 0.50 0.00 0.03 0.00 0.00 99.47 07:43:10 07:40:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:43:10 07:40:01 3 0.05 0.00 0.03 0.00 0.00 99.92 07:43:10 07:41:01 all 0.15 0.00 0.03 0.00 0.00 99.82 07:43:10 07:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 07:43:10 07:41:01 1 0.53 0.00 0.03 0.00 0.00 99.43 07:43:10 07:41:01 2 0.02 0.00 0.02 0.00 0.00 99.97 07:43:10 07:41:01 3 0.02 0.00 0.03 0.00 0.00 99.95 07:43:10 07:42:01 all 0.15 0.00 0.02 0.00 0.00 99.82 07:43:10 07:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 07:43:10 07:42:01 1 0.53 0.00 0.02 0.00 0.00 99.45 07:43:10 07:42:01 2 0.03 0.00 0.02 0.00 0.00 99.95 07:43:10 07:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 07:43:10 07:43:01 all 5.61 0.00 3.77 2.00 0.01 88.61 07:43:10 07:43:01 0 6.05 0.00 3.71 1.99 0.02 88.24 07:43:10 07:43:01 1 5.24 0.00 3.84 1.02 0.00 89.90 07:43:10 07:43:01 2 5.33 0.00 3.72 2.14 0.02 88.80 07:43:10 07:43:01 3 5.85 0.00 3.81 2.85 0.02 87.48 07:43:10 Average: all 1.83 0.00 0.75 0.37 0.01 97.04 07:43:10 Average: 0 1.53 0.00 0.79 0.27 0.01 97.40 07:43:10 Average: 1 1.97 0.00 0.72 0.29 0.00 97.03 07:43:10 Average: 2 1.93 0.00 0.72 0.45 0.01 96.89 07:43:10 Average: 3 1.90 0.00 0.77 0.47 0.01 96.85 07:43:10 07:43:10 07:43:10