Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from e555dc85065c0650513b3310201ad5d9e8038a3a+5b084bdeafa1e122a5c890164a05a3ac30530fc3 (d99e5fdb53b085f3827fa341e3cf232c08c288f6) Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 57ded3389ef25720063a8030e5c426a6b7ea5b20 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 57ded3389ef25720063a8030e5c426a6b7ea5b20 # timeout=10 Commit message: "Merge pull request #323 from siggiskulason/update-snap-build" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName: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-30688 in /w/workspace/dgexfoundry_device-sdk-go_PR-826 [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-826 # 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/826/head:refs/remotes/origin/PR-826 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 5b084bdeafa1e122a5c890164a05a3ac30530fc3 into PR head commit e555dc85065c0650513b3310201ad5d9e8038a3a Merge succeeded, producing d7c1f2b043e3154ba67cd19db3211895e8f11a63 Checking out Revision d7c1f2b043e3154ba67cd19db3211895e8f11a63 (PR-826) > git config core.sparsecheckout # timeout=10 > git checkout -f e555dc85065c0650513b3310201ad5d9e8038a3a # 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 5b084bdeafa1e122a5c890164a05a3ac30530fc3 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d7c1f2b043e3154ba67cd19db3211895e8f11a63 # timeout=10 Commit message: "Merge commit '5b084bdeafa1e122a5c890164a05a3ac30530fc3' into HEAD" > git rev-list --no-walk e555dc85065c0650513b3310201ad5d9e8038a3a # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:41:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:41:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:41:36 ========================================================= 02:41:36 EdgeX Global Pipelines Version Info 02:41:36 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:41:38 ------------------- 02:41:38 stable info: 02:41:38 ------------------- 02:41:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:41:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:41:38 Message: update stable to v1.0.186 02:41:39 ------------------- 02:41:39 experimental info: 02:41:39 ------------------- 02:41:39 Commited By: **** collab-it+edgex@linuxfoundation.org 02:41:39 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 02:41:39 Message: update experimental to v1.0.186 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:41:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:41:39 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:41:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:41:39 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:41:39 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:41:39 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:41:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:41:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:41:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:41:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:41:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:41:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 02:41:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:41:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:41:41 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-826 [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-826 [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-826 [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d7c1f2b043e3154ba67cd19db3211895e8f11a63 [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d7c1f2b [Pipeline] echo 02:41:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:41:42 provisioning config files... 02:41:42 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp/config3543809907307527371tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:41:43 ---> docker-login.sh 02:41:43 nexus3.edgexfoundry.org:10001 02:41:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:43 Configure a credential helper to remove this warning. See 02:41:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:43 02:41:43 Login Succeeded 02:41:43 nexus3.edgexfoundry.org:10002 02:41:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:43 Configure a credential helper to remove this warning. See 02:41:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:43 02:41:43 Login Succeeded 02:41:43 nexus3.edgexfoundry.org:10003 02:41:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:44 Configure a credential helper to remove this warning. See 02:41:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:44 02:41:44 Login Succeeded 02:41:44 nexus3.edgexfoundry.org:10004 02:41:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:44 Configure a credential helper to remove this warning. See 02:41:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:44 02:41:44 Login Succeeded 02:41:44 docker.io 02:41:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:41:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:41:44 Configure a credential helper to remove this warning. See 02:41:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:41:44 02:41:44 Login Succeeded 02:41:44 ---> docker-login.sh ends [Pipeline] } 02:41:44 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:41:45 + git log --format=format:%s -1 d7c1f2b043e3154ba67cd19db3211895e8f11a63 [Pipeline] echo 02:41:45 GIT_COMMIT: d7c1f2b043e3154ba67cd19db3211895e8f11a63, Commit Message: Merge commit '5b084bdeafa1e122a5c890164a05a3ac30530fc3' into HEAD [Pipeline] echo 02:41:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:41:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:46 02:41:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:41:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:46 latest: Pulling from edgex-devops/git-semver 02:41:46 31603596830f: Pulling fs layer 02:41:46 2a8b12db71e7: Pulling fs layer 02:41:46 6ca5941a6612: Pulling fs layer 02:41:46 ecc8261a40a4: Pulling fs layer 02:41:46 ecc8261a40a4: Waiting 02:41:46 2a8b12db71e7: Verifying Checksum 02:41:46 2a8b12db71e7: Download complete 02:41:47 31603596830f: Verifying Checksum 02:41:47 31603596830f: Download complete 02:41:47 6ca5941a6612: Verifying Checksum 02:41:47 6ca5941a6612: Download complete 02:41:47 ecc8261a40a4: Verifying Checksum 02:41:47 ecc8261a40a4: Download complete 02:41:47 31603596830f: Pull complete 02:41:47 2a8b12db71e7: Pull complete 02:41:48 6ca5941a6612: Pull complete 02:41:48 ecc8261a40a4: Pull complete 02:41:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:41:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:41:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:41:48 prd-centos7-docker-4c-2g-30688 does not seem to be running inside a container 02:41:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-826 -v /w/workspace/dgexfoundry_device-sdk-go_PR-826:/w/workspace/dgexfoundry_device-sdk-go_PR-826:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-826@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:41:51 $ docker top 9eddb758153bf0d46b02973e227b5426457fd815de301c013f962f5069aa4eb5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:41:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:51 [ssh-agent] Looking for ssh-agent implementation... 02:41:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:51 $ docker exec 9eddb758153bf0d46b02973e227b5426457fd815de301c013f962f5069aa4eb5 ssh-agent 02:41:51 SSH_AUTH_SOCK=/tmp/ssh-Tx293wmOXdG3/agent.12 02:41:51 SSH_AGENT_PID=17 02:41:51 Running ssh-add (command line suppressed) 02:41:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp/private_key_8135805817672485360.key (/w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp/private_key_8135805817672485360.key) 02:41:51 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:52 + git tag --points-at HEAD [Pipeline] } 02:41:52 $ docker exec --env ******** --env ******** 9eddb758153bf0d46b02973e227b5426457fd815de301c013f962f5069aa4eb5 ssh-agent -k 02:41:52 unset SSH_AUTH_SOCK; 02:41:52 unset SSH_AGENT_PID; 02:41:52 echo Agent pid 17 killed; 02:41:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:41:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:41:52 [ssh-agent] Looking for ssh-agent implementation... 02:41:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:41:52 $ docker exec 9eddb758153bf0d46b02973e227b5426457fd815de301c013f962f5069aa4eb5 ssh-agent 02:41:52 SSH_AUTH_SOCK=/tmp/ssh-ZdxRA0RpXSWO/agent.47 02:41:52 SSH_AGENT_PID=52 02:41:52 Running ssh-add (command line suppressed) 02:41:52 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp/private_key_5213346005804642685.key (/w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp/private_key_5213346005804642685.key) 02:41:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:41:53 + git semver init 02:41:53 # -> Open(): unable to determine branch for HEAD 02:41:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-826/.git 02:41:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-826 02:41:53 # $SEMVER_REMOTE_NAME = origin 02:41:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:41:53 # $SEMVER_USER_NAME = edgex-jenkins 02:41:53 # $SEMVER_BRANCH = PR-826 02:41:53 # $SEMVER_TEMP = /tmp/semver-034461626 02:41:53 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:41:54 # '/tmp/semver-034461626' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-826/.semver' 02:41:54 # -> Force: false 02:41:54 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-826/.semver [Pipeline] } 02:41:54 $ docker exec --env ******** --env ******** 9eddb758153bf0d46b02973e227b5426457fd815de301c013f962f5069aa4eb5 ssh-agent -k 02:41:54 unset SSH_AUTH_SOCK; 02:41:54 unset SSH_AGENT_PID; 02:41:54 echo Agent pid 52 killed; 02:41:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:41:54 + git semver [Pipeline] } 02:41:54 $ docker stop --time=1 9eddb758153bf0d46b02973e227b5426457fd815de301c013f962f5069aa4eb5 02:41:56 $ docker rm -f 9eddb758153bf0d46b02973e227b5426457fd815de301c013f962f5069aa4eb5 [Pipeline] // withDockerContainer [Pipeline] sh 02:41:56 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:41:57 Stashed 1 file(s) [Pipeline] echo 02:41:57 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:42:12 Still waiting to schedule task 02:42:12 ‘prd-centos7-docker-4c-2g-30683’ is offline; ‘prd-centos7-docker-4c-2g-30687’ is offline; ‘prd-centos7-docker-4c-2g-30689’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-26577’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-27930’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30485’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30654’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-30686’ doesn’t have label ‘centos7-docker-4c-2g’ 02:42:12 Still waiting to schedule task 02:42:12 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:43:28 Running on prd-centos7-docker-4c-2g-30692 in /w/workspace/dgexfoundry_device-sdk-go_PR-826 [Pipeline] { [Pipeline] ws 02:43:28 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:43:31 using credential edgex-jenkins-ssh 02:43:31 Cloning the remote Git repository 02:43:31 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:43:31 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:43:31 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:43:31 > git --version # timeout=10 02:43:31 > git --version # 'git version 2.24.3' 02:43:31 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:31 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:32 Merging remotes/origin/master commit 5b084bdeafa1e122a5c890164a05a3ac30530fc3 into PR head commit e555dc85065c0650513b3310201ad5d9e8038a3a 02:43:32 Merge succeeded, producing 1699c4371a0dea9a969c1e68e4c5976526f03d93 02:43:32 Checking out Revision 1699c4371a0dea9a969c1e68e4c5976526f03d93 (PR-826) 02:43:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:43:32 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:43:32 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:43:32 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:43:32 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:32 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/826/head:refs/remotes/origin/PR-826 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:43:32 > git config core.sparsecheckout # timeout=10 02:43:32 > git checkout -f e555dc85065c0650513b3310201ad5d9e8038a3a # timeout=10 02:43:32 > git remote # timeout=10 02:43:32 > git config --get remote.origin.url # timeout=10 02:43:32 using GIT_SSH to set credentials SSH Credentials for GitHub 02:43:32 > git merge 5b084bdeafa1e122a5c890164a05a3ac30530fc3 # timeout=10 02:43:32 > git rev-parse HEAD^{commit} # timeout=10 02:43:32 > git config core.sparsecheckout # timeout=10 02:43:32 > git checkout -f 1699c4371a0dea9a969c1e68e4c5976526f03d93 # timeout=10 02:43:36 Commit message: "Merge commit '5b084bdeafa1e122a5c890164a05a3ac30530fc3' into HEAD" 02:43:36 > git rev-list --no-walk e555dc85065c0650513b3310201ad5d9e8038a3a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:43:37 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:43:37 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:43:38 + sudo service docker restart 02:43:38 + true 02:43:38 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:43:39 provisioning config files... 02:43:39 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config131282344256021035tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:43:39 ---> docker-login.sh 02:43:39 nexus3.edgexfoundry.org:10001 02:43:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:40 Configure a credential helper to remove this warning. See 02:43:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:40 02:43:40 Login Succeeded 02:43:40 nexus3.edgexfoundry.org:10002 02:43:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:40 Configure a credential helper to remove this warning. See 02:43:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:40 02:43:40 Login Succeeded 02:43:40 nexus3.edgexfoundry.org:10003 02:43:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:40 Configure a credential helper to remove this warning. See 02:43:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:40 02:43:40 Login Succeeded 02:43:40 nexus3.edgexfoundry.org:10004 02:43:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:40 Configure a credential helper to remove this warning. See 02:43:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:40 02:43:40 Login Succeeded 02:43:40 docker.io 02:43:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:43:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:43:41 Configure a credential helper to remove this warning. See 02:43:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:43:41 02:43:41 Login Succeeded 02:43:41 ---> docker-login.sh ends [Pipeline] } 02:43:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:43:41 ========================================================= 02:43:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:43:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:43:42 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:43:42 Sending build context to Docker daemon 2.288MB 02:43:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:43:42 Step 2/8 : FROM ${BASE} 02:43:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:43:42 188c0c94c7c5: Pulling fs layer 02:43:42 0ef7d3d256c8: Pulling fs layer 02:43:42 de9db76c5a1d: Pulling fs layer 02:43:42 bca2f99d35d6: Pulling fs layer 02:43:42 93359f2a8cfa: Pulling fs layer 02:43:42 7c6f9722023f: Pulling fs layer 02:43:42 a35cf1a2eb13: Pulling fs layer 02:43:42 7c6f9722023f: Waiting 02:43:42 a35cf1a2eb13: Waiting 02:43:42 bca2f99d35d6: Waiting 02:43:42 de9db76c5a1d: Verifying Checksum 02:43:42 de9db76c5a1d: Download complete 02:43:42 0ef7d3d256c8: Verifying Checksum 02:43:42 0ef7d3d256c8: Download complete 02:43:42 93359f2a8cfa: Verifying Checksum 02:43:42 93359f2a8cfa: Download complete 02:43:42 7c6f9722023f: Verifying Checksum 02:43:42 7c6f9722023f: Download complete 02:43:42 188c0c94c7c5: Verifying Checksum 02:43:42 188c0c94c7c5: Download complete 02:43:42 188c0c94c7c5: Pull complete 02:43:42 0ef7d3d256c8: Pull complete 02:43:42 de9db76c5a1d: Pull complete 02:43:44 a35cf1a2eb13: Verifying Checksum 02:43:44 a35cf1a2eb13: Download complete 02:43:45 bca2f99d35d6: Verifying Checksum 02:43:45 bca2f99d35d6: Download complete 02:43:52 bca2f99d35d6: Pull complete 02:43:52 93359f2a8cfa: Pull complete 02:43:52 7c6f9722023f: Pull complete 02:43:56 a35cf1a2eb13: Pull complete 02:43:56 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:43:56 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:43:56 ---> a62c8e92a672 02:43:56 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:43:56 ---> Running in c9c201b1aa7b 02:43:56 Removing intermediate container c9c201b1aa7b 02:43:56 ---> e79955d1c7cf 02:43:56 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:43:56 ---> Running in b772a88d5b2b 02:43:57 Removing intermediate container b772a88d5b2b 02:43:57 ---> 1950bf8a1039 02:43:57 Step 5/8 : RUN apk add --update --no-cache make git 02:43:57 ---> Running in 3ad2272394e4 02:43:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-30691 in /w/workspace/dgexfoundry_device-sdk-go_PR-826 [Pipeline] { [Pipeline] ws 02:43:58 Running in /w/workspace/device-sdk-go/2 [Pipeline] { [Pipeline] checkout 02:43:58 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:43:59 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:43:59 OK: 166 MiB in 39 packages 02:44:00 Removing intermediate container 3ad2272394e4 02:44:00 ---> 22b2d78b08df 02:44:00 Step 6/8 : WORKDIR /device-sdk-go 02:44:00 ---> Running in 4960a551cab4 02:44:00 Removing intermediate container 4960a551cab4 02:44:00 ---> 1c18fc7dcb6c 02:44:00 Step 7/8 : COPY . . 02:44:01 ---> 38a05c7013d0 02:44:01 Step 8/8 : RUN go mod download 02:44:02 ---> Running in 26faad64d89c 02:44:04 using credential edgex-jenkins-ssh 02:44:04 Cloning the remote Git repository 02:44:04 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:04 > git init /w/workspace/device-sdk-go/2 # timeout=10 02:44:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:04 > git --version # timeout=10 02:44:04 > git --version # 'git version 2.17.1' 02:44:04 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:04 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:06 Merging remotes/origin/master commit 5b084bdeafa1e122a5c890164a05a3ac30530fc3 into PR head commit e555dc85065c0650513b3310201ad5d9e8038a3a 02:44:07 Merge succeeded, producing 22eb934646afb5d3b690b81ba789bb5e368d4aad 02:44:07 Checking out Revision 22eb934646afb5d3b690b81ba789bb5e368d4aad (PR-826) 02:44:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:06 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:06 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:06 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:06 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:06 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/826/head:refs/remotes/origin/PR-826 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:06 > git config core.sparsecheckout # timeout=10 02:44:06 > git checkout -f e555dc85065c0650513b3310201ad5d9e8038a3a # timeout=10 02:44:06 > git remote # timeout=10 02:44:06 > git config --get remote.origin.url # timeout=10 02:44:06 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:06 > git merge 5b084bdeafa1e122a5c890164a05a3ac30530fc3 # timeout=10 02:44:06 > git rev-parse HEAD^{commit} # timeout=10 02:44:07 > git config core.sparsecheckout # timeout=10 02:44:07 > git checkout -f 22eb934646afb5d3b690b81ba789bb5e368d4aad # timeout=10 02:44:11 Commit message: "Merge commit '5b084bdeafa1e122a5c890164a05a3ac30530fc3' into HEAD" 02:44:11 > git rev-list --no-walk e555dc85065c0650513b3310201ad5d9e8038a3a # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:12 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:13 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:13 + sudo service docker restart 02:44:13 + true [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:16 provisioning config files... 02:44:16 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/2@tmp/config7921532547216814426tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:16 ---> docker-login.sh 02:44:16 nexus3.edgexfoundry.org:10001 02:44:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:17 Configure a credential helper to remove this warning. See 02:44:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:17 02:44:17 Login Succeeded 02:44:17 nexus3.edgexfoundry.org:10002 02:44:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:18 Configure a credential helper to remove this warning. See 02:44:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:18 02:44:18 Login Succeeded 02:44:18 nexus3.edgexfoundry.org:10003 02:44:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:19 Configure a credential helper to remove this warning. See 02:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:19 02:44:19 Login Succeeded 02:44:19 nexus3.edgexfoundry.org:10004 02:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:19 Configure a credential helper to remove this warning. See 02:44:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:19 02:44:19 Login Succeeded 02:44:19 docker.io 02:44:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:20 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:20 Configure a credential helper to remove this warning. See 02:44:20 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:20 02:44:20 Login Succeeded 02:44:20 ---> docker-login.sh ends [Pipeline] } 02:44:20 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:20 ========================================================= 02:44:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:44:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:21 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:44:21 Sending build context to Docker daemon 2.287MB 02:44:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:44:21 Step 2/8 : FROM ${BASE} 02:44:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:21 5f621e34cdf4: Pulling fs layer 02:44:21 a4357932f1b6: Pulling fs layer 02:44:21 18c013af1878: Pulling fs layer 02:44:21 00ac8860ef70: Pulling fs layer 02:44:21 63d7cb157983: Pulling fs layer 02:44:21 b116817d02f9: Pulling fs layer 02:44:21 745a02a5169b: Pulling fs layer 02:44:21 00ac8860ef70: Waiting 02:44:21 63d7cb157983: Waiting 02:44:21 b116817d02f9: Waiting 02:44:21 745a02a5169b: Waiting 02:44:21 18c013af1878: Verifying Checksum 02:44:21 18c013af1878: Download complete 02:44:21 a4357932f1b6: Verifying Checksum 02:44:21 a4357932f1b6: Download complete 02:44:21 63d7cb157983: Verifying Checksum 02:44:21 63d7cb157983: Download complete 02:44:21 b116817d02f9: Verifying Checksum 02:44:21 b116817d02f9: Download complete 02:44:21 5f621e34cdf4: Verifying Checksum 02:44:21 5f621e34cdf4: Download complete 02:44:22 5f621e34cdf4: Pull complete 02:44:23 a4357932f1b6: Pull complete 02:44:23 18c013af1878: Pull complete 02:44:24 745a02a5169b: Verifying Checksum 02:44:24 745a02a5169b: Download complete 02:44:24 Removing intermediate container 26faad64d89c 02:44:24 ---> 814c9fa1859e 02:44:24 Successfully built 814c9fa1859e 02:44:24 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:44:24 + docker inspect -f . ci-base-image-x86_64 02:44:24 . [Pipeline] withDockerContainer 02:44:24 prd-centos7-docker-4c-2g-30692 does not seem to be running inside a container 02:44:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:44:25 $ docker top 79de9e6db2ad309683a72fc286588739255689dbd6232ccca7a3d4f21f1bc1ba -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:25 + go version 02:44:25 go version go1.15.5 linux/amd64 [Pipeline] } 02:44:26 $ docker stop --time=1 79de9e6db2ad309683a72fc286588739255689dbd6232ccca7a3d4f21f1bc1ba 02:44:27 $ docker rm -f 79de9e6db2ad309683a72fc286588739255689dbd6232ccca7a3d4f21f1bc1ba 02:44:27 00ac8860ef70: Verifying Checksum 02:44:27 00ac8860ef70: Download complete [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:44:28 + docker inspect -f . ci-base-image-x86_64 02:44:28 . [Pipeline] withDockerContainer 02:44:28 prd-centos7-docker-4c-2g-30692 does not seem to be running inside a container 02:44:28 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 02:44:29 $ docker top 6d9fba76c0adf9300704232520e4b82d47a359b359279ad85009474aae22b47d -eo pid,comm [Pipeline] { [Pipeline] sh 02:44:29 + make test 02:44:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:44:37 00ac8860ef70: Pull complete 02:44:37 63d7cb157983: Pull complete 02:44:37 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:44:38 b116817d02f9: Pull complete 02:44:41 745a02a5169b: Pull complete 02:44:41 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:44:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:44:41 ---> b7e6874047d6 02:44:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:44:44 ---> Running in 7c979e67f66a 02:44:45 Removing intermediate container 7c979e67f66a 02:44:45 ---> f8728520f72b 02:44:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:44:45 ---> Running in 699f19f8699b 02:44:47 Removing intermediate container 699f19f8699b 02:44:47 ---> 8890d091b622 02:44:47 Step 5/8 : RUN apk add --update --no-cache make git 02:44:47 ---> Running in 26732d60b203 02:44:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:44:49 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:44:49 OK: 142 MiB in 39 packages 02:44:51 Removing intermediate container 26732d60b203 02:44:51 ---> 25493f04877e 02:44:51 Step 6/8 : WORKDIR /device-sdk-go 02:44:51 ---> Running in 0f8c7af53518 02:44:51 Removing intermediate container 0f8c7af53518 02:44:51 ---> 4441ca180ab0 02:44:51 Step 7/8 : COPY . . 02:44:52 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:44:52 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:44:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:44:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:44:53 ---> 67477a802bb2 02:44:53 Step 8/8 : RUN go mod download 02:44:53 ---> Running in 9c1dc7cbec88 02:44:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.066s coverage: 27.0% of statements 02:44:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.062s coverage: 81.2% of statements 02:45:19 Removing intermediate container 9c1dc7cbec88 02:45:19 ---> bcfb35e8fdc1 02:45:19 Successfully built bcfb35e8fdc1 02:45:19 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:45:20 + docker inspect -f . ci-base-image-arm64 02:45:20 . [Pipeline] withDockerContainer 02:45:20 prd-ubuntu18.04-docker-arm64-4c-16g-30691 does not seem to be running inside a container 02:45:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:22 $ docker top 276de3070bdf32d261e0eed346989aab8dc21789ca71f2aff48fca83ea456ac6 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.070s coverage: 10.5% of statements 02:45:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:45:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:45:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.084s coverage: 32.5% of statements 02:45:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:45:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:45:23 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:45:23 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.097s coverage: 57.3% of statements 02:45:23 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.290s coverage: 6.6% of statements 02:45:23 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.1% of statements 02:45:23 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:45:23 + go version 02:45:23 go version go1.15.5 linux/arm64 [Pipeline] } 02:45:23 $ docker stop --time=1 276de3070bdf32d261e0eed346989aab8dc21789ca71f2aff48fca83ea456ac6 02:45:23 GO111MODULE=on go vet ./... 02:45:25 $ docker rm -f 276de3070bdf32d261e0eed346989aab8dc21789ca71f2aff48fca83ea456ac6 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:26 + docker inspect -f . ci-base-image-arm64 02:45:26 . [Pipeline] withDockerContainer 02:45:26 prd-ubuntu18.04-docker-arm64-4c-16g-30691 does not seem to be running inside a container 02:45:26 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/2 -v /w/workspace/device-sdk-go/2:/w/workspace/device-sdk-go/2:rw,z -v /w/workspace/device-sdk-go/2@tmp:/w/workspace/device-sdk-go/2@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 02:45:28 $ docker top ddc79aab1222e9b86dd5a907af79a538f66ca8be8ee55a6fda9c8d123f4eb615 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:29 + make test 02:45:29 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:45:38 gofmt -l . 02:45:38 [ "`gofmt -l .`" = "" ] 02:45:38 ./bin/test-attribution-txt.sh 02:45:38 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:45:38 $ docker stop --time=1 6d9fba76c0adf9300704232520e4b82d47a359b359279ad85009474aae22b47d 02:45:40 $ docker rm -f 6d9fba76c0adf9300704232520e4b82d47a359b359279ad85009474aae22b47d [Pipeline] // withDockerContainer [Pipeline] sh 02:45:41 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:45:41 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:45:44 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:45:45 + ls -al . 02:45:45 total 184 02:45:45 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 20 02:45 . 02:45:45 drwxrwxr-x. 4 jenkins jenkins 28 Mar 20 02:43 .. 02:45:45 drwxrwxr-x. 2 jenkins jenkins 64 Mar 20 02:43 bin 02:45:45 -rw-r--r--. 1 jenkins jenkins 99588 Mar 20 02:45 coverage.out 02:45:45 -rw-rw-r--. 1 jenkins jenkins 949 Mar 20 02:43 Dockerfile.build 02:45:45 -rw-rw-r--. 1 jenkins jenkins 140 Mar 20 02:43 .dockerignore 02:45:45 drwxrwxr-x. 4 jenkins jenkins 48 Mar 20 02:43 example 02:45:45 drwxrwxr-x. 8 jenkins jenkins 179 Mar 20 02:43 .git 02:45:45 drwxrwxr-x. 2 jenkins jenkins 103 Mar 20 02:43 .github 02:45:45 -rw-rw-r--. 1 jenkins jenkins 138 Mar 20 02:43 .gitignore 02:45:45 -rw-r--r--. 1 jenkins jenkins 479 Mar 20 02:45 go.mod 02:45:45 -rw-r--r--. 1 jenkins jenkins 17490 Mar 20 02:45 go.sum 02:45:45 drwxrwxr-x. 13 jenkins jenkins 193 Mar 20 02:43 internal 02:45:45 -rw-rw-r--. 1 jenkins jenkins 901 Mar 20 02:43 Jenkinsfile 02:45:45 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 20 02:43 LICENSE 02:45:45 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 20 02:43 Makefile 02:45:45 drwxrwxr-x. 4 jenkins jenkins 26 Mar 20 02:43 openapi 02:45:45 drwxrwxr-x. 5 jenkins jenkins 50 Mar 20 02:43 pkg 02:45:45 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 20 02:43 README.md 02:45:45 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 20 02:43 RELEASE-NOTES.txt 02:45:45 drwxrwxr-x. 4 jenkins jenkins 54 Mar 20 02:43 snap 02:45:45 -rw-rw-r--. 1 jenkins jenkins 5 Mar 20 02:41 VERSION 02:45:45 -rw-rw-r--. 1 jenkins jenkins 222 Mar 20 02:43 version.go [Pipeline] isUnix [Pipeline] sh 02:45:45 + 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=d7c1f2b043e3154ba67cd19db3211895e8f11a63 --label arch=amd64 --label version=0.0.0 . 02:45:45 Sending build context to Docker daemon 2.388MB 02:45:45 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:45:45 Step 2/24 : FROM ${BASE} AS builder 02:45:45 ---> 814c9fa1859e 02:45:45 Step 3/24 : ARG MAKE='make build' 02:45:46 ---> Running in 002cf5cade9e 02:45:46 Removing intermediate container 002cf5cade9e 02:45:46 ---> 8e6dd4f6783e 02:45:46 Step 4/24 : WORKDIR /device-sdk-go 02:45:46 ---> Running in 7933d4a0bb78 02:45:46 Removing intermediate container 7933d4a0bb78 02:45:46 ---> 6e5c8582f6df 02:45:46 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:46 ---> Running in 90775405f5df 02:45:46 Removing intermediate container 90775405f5df 02:45:46 ---> ab130a89b3c3 02:45:46 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:46 ---> Running in 2e7d52955220 02:45:47 Removing intermediate container 2e7d52955220 02:45:47 ---> 68d577f4d4f0 02:45:47 Step 7/24 : RUN apk add --update --no-cache make git 02:45:47 ---> Running in 1ed4f5b261bd 02:45:48 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:51 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:45:52 OK: 166 MiB in 39 packages 02:45:52 Removing intermediate container 1ed4f5b261bd 02:45:52 ---> 1fa1646afa6b 02:45:52 Step 8/24 : COPY . . 02:45:53 ---> d89eeaf45bc4 02:45:53 Step 9/24 : RUN ${MAKE} 02:45:54 ---> Running in 7c94c9a6101b 02:45:54 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:46:03 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:46:06 Removing intermediate container 7c94c9a6101b 02:46:06 ---> cb735b87d1ea 02:46:06 Step 10/24 : FROM scratch 02:46:06 ---> 02:46:06 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:46:06 ---> Running in 98fd9eb67ed6 02:46:06 Removing intermediate container 98fd9eb67ed6 02:46:06 ---> a97d4f1900c3 02:46:06 Step 12/24 : ENV APP_PORT=49990 02:46:06 ---> Running in f8f2b1d8b44e 02:46:06 Removing intermediate container f8f2b1d8b44e 02:46:06 ---> 097e74d93925 02:46:06 Step 13/24 : EXPOSE $APP_PORT 02:46:06 ---> Running in 7b510686cab2 02:46:06 Removing intermediate container 7b510686cab2 02:46:06 ---> 8b7016aeb342 02:46:06 Step 14/24 : WORKDIR / 02:46:06 ---> Running in 215f5b93664d 02:46:06 Removing intermediate container 215f5b93664d 02:46:06 ---> 10268c0c369f 02:46:06 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:46:07 ---> 63b07056aa17 02:46:07 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:46:07 ---> 05b6e939b21a 02:46:07 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:46:07 ---> f3caedb78215 02:46:07 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:46:08 ---> e7c8b36ec976 02:46:08 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:46:08 ---> d8c64401e0b4 02:46:08 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:46:08 ---> Running in 1865b14c44a4 02:46:08 Removing intermediate container 1865b14c44a4 02:46:08 ---> 8c4176ab3cef 02:46:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:46:08 ---> Running in fe7658cca992 02:46:08 Removing intermediate container fe7658cca992 02:46:08 ---> 672566791d1f 02:46:08 Step 22/24 : LABEL arch=amd64 02:46:08 ---> Running in 9da32632370c 02:46:09 Removing intermediate container 9da32632370c 02:46:09 ---> 278463979905 02:46:09 Step 23/24 : LABEL git_sha=d7c1f2b043e3154ba67cd19db3211895e8f11a63 02:46:09 ---> Running in 5eec3eb7ce82 02:46:09 Removing intermediate container 5eec3eb7ce82 02:46:09 ---> 751035367086 02:46:09 Step 24/24 : LABEL version=0.0.0 02:46:09 ---> Running in 42001b341084 02:46:09 Removing intermediate container 42001b341084 02:46:09 ---> 63b65345c88c 02:46:09 [Warning] One or more build-args [ARCH] were not consumed 02:46:09 Successfully built 63b65345c88c 02:46:09 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 02:46:10 ---> job-cost.sh 02:46:10 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-MCHd 02:46:28 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:46:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:30 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 02:46:30 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:34 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.119s coverage: 27.0% of statements 02:46:35 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.208s coverage: 81.2% of statements 02:46:55 lf-activate-venv(): INFO: Adding /tmp/venv-MCHd/bin to PATH 02:46:55 INFO: No Stack... 02:46:55 INFO: Retrieving Pricing Info for: v1-standard-2 02:46:55 INFO: Archiving Costs [Pipeline] sh 02:46:55 + cat /w/workspace/device-sdk-go/2/archives/cost.csv 02:46:55 + cut -d, -f6 [Pipeline] lock 02:46:55 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-826-2-stack-cost] 02:46:55 Resource [jenkins-edgexfoundry-device-sdk-go-PR-826-2-stack-cost] did not exist. Created. 02:46:55 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-826-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:46:56 + echo total: 0.029999999329447746 [Pipeline] stash 02:46:56 Stashed 1 file(s) [Pipeline] } 02:46:56 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-826-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.157s coverage: 10.5% of statements 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.208s coverage: 32.5% of statements 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.277s coverage: 57.3% of statements 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.373s coverage: 6.6% of statements 02:47:07 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.140s coverage: 5.1% of statements 02:47:07 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:07 GO111MODULE=on go vet ./... 02:47:40 gofmt -l . 02:47:40 [ "`gofmt -l .`" = "" ] 02:47:40 ./bin/test-attribution-txt.sh 02:47:40 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:47:40 $ docker stop --time=1 ddc79aab1222e9b86dd5a907af79a538f66ca8be8ee55a6fda9c8d123f4eb615 02:47:42 $ docker rm -f ddc79aab1222e9b86dd5a907af79a538f66ca8be8ee55a6fda9c8d123f4eb615 [Pipeline] // withDockerContainer [Pipeline] sh 02:47:43 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:43 Warning: overwriting stash ‘coverage-report’ 02:47:44 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:47:45 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:45 + ls -al . 02:47:45 total 220 02:47:45 drwxrwxr-x 10 jenkins jenkins 4096 Mar 20 02:47 . 02:47:45 drwxrwxr-x 4 jenkins jenkins 4096 Mar 20 02:44 .. 02:47:45 -rw-rw-r-- 1 jenkins jenkins 140 Mar 20 02:44 .dockerignore 02:47:45 drwxrwxr-x 8 jenkins jenkins 4096 Mar 20 02:44 .git 02:47:45 drwxrwxr-x 2 jenkins jenkins 4096 Mar 20 02:44 .github 02:47:45 -rw-rw-r-- 1 jenkins jenkins 138 Mar 20 02:44 .gitignore 02:47:45 -rw-rw-r-- 1 jenkins jenkins 949 Mar 20 02:44 Dockerfile.build 02:47:45 -rw-rw-r-- 1 jenkins jenkins 901 Mar 20 02:44 Jenkinsfile 02:47:45 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 20 02:44 LICENSE 02:47:45 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 20 02:44 Makefile 02:47:45 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 20 02:44 README.md 02:47:45 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 20 02:44 RELEASE-NOTES.txt 02:47:45 -rw-rw-r-- 1 jenkins jenkins 5 Mar 20 02:41 VERSION 02:47:45 drwxrwxr-x 2 jenkins jenkins 4096 Mar 20 02:44 bin 02:47:45 -rw-r--r-- 1 jenkins jenkins 99587 Mar 20 02:47 coverage.out 02:47:45 drwxrwxr-x 4 jenkins jenkins 4096 Mar 20 02:44 example 02:47:45 -rw-r--r-- 1 jenkins jenkins 479 Mar 20 02:47 go.mod 02:47:45 -rw-r--r-- 1 jenkins jenkins 17490 Mar 20 02:47 go.sum 02:47:45 drwxrwxr-x 13 jenkins jenkins 4096 Mar 20 02:44 internal 02:47:45 drwxrwxr-x 4 jenkins jenkins 4096 Mar 20 02:44 openapi 02:47:45 drwxrwxr-x 5 jenkins jenkins 4096 Mar 20 02:44 pkg 02:47:45 drwxrwxr-x 4 jenkins jenkins 4096 Mar 20 02:44 snap 02:47:45 -rw-rw-r-- 1 jenkins jenkins 222 Mar 20 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:47:45 + 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=d7c1f2b043e3154ba67cd19db3211895e8f11a63 --label arch=arm64 --label version=0.0.0 . 02:47:46 Sending build context to Docker daemon 2.387MB 02:47:46 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:47:46 Step 2/24 : FROM ${BASE} AS builder 02:47:46 ---> bcfb35e8fdc1 02:47:46 Step 3/24 : ARG MAKE='make build' 02:47:46 ---> Running in 0d4ae705d115 02:47:46 Removing intermediate container 0d4ae705d115 02:47:46 ---> c2dc31675bbf 02:47:46 Step 4/24 : WORKDIR /device-sdk-go 02:47:47 ---> Running in df844dcf9cb5 02:47:47 Removing intermediate container df844dcf9cb5 02:47:47 ---> bf83ff470979 02:47:47 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:47 ---> Running in af347b1caf96 02:47:47 Removing intermediate container af347b1caf96 02:47:47 ---> 9bed6e338a65 02:47:47 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:48 ---> Running in afc4be165197 02:47:50 Removing intermediate container afc4be165197 02:47:50 ---> 011981c13818 02:47:50 Step 7/24 : RUN apk add --update --no-cache make git 02:47:50 ---> Running in 80f3610e9c76 02:47:51 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:47:52 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:47:55 OK: 142 MiB in 39 packages 02:47:56 Removing intermediate container 80f3610e9c76 02:47:56 ---> 858ff436c715 02:47:56 Step 8/24 : COPY . . 02:47:57 ---> 503c230ef537 02:47:57 Step 9/24 : RUN ${MAKE} 02:47:57 ---> Running in 65ef0b780fe0 02:47:58 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:48:25 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:48:26 Removing intermediate container 65ef0b780fe0 02:48:26 ---> a3113e9ea7f1 02:48:26 Step 10/24 : FROM scratch 02:48:26 ---> 02:48:26 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:26 ---> Running in fd4a794b2b13 02:48:26 Removing intermediate container fd4a794b2b13 02:48:26 ---> e0067d8751f1 02:48:26 Step 12/24 : ENV APP_PORT=49990 02:48:26 ---> Running in 5b691c1727a0 02:48:27 Removing intermediate container 5b691c1727a0 02:48:27 ---> d68849d0c0d9 02:48:27 Step 13/24 : EXPOSE $APP_PORT 02:48:27 ---> Running in 033e1777fc57 02:48:27 Removing intermediate container 033e1777fc57 02:48:27 ---> ef87c852f051 02:48:27 Step 14/24 : WORKDIR / 02:48:27 ---> Running in e97e3f470973 02:48:28 Removing intermediate container e97e3f470973 02:48:28 ---> 8fe2054adfac 02:48:28 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:48:29 ---> a908c38bc70a 02:48:29 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:48:29 ---> ceb1c3b0aa91 02:48:29 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:48:30 ---> a11f3ff26b6c 02:48:30 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:48:31 ---> e01c3f26a7d3 02:48:31 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:48:32 ---> b9a206078f18 02:48:32 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:48:32 ---> Running in 8bbe5ab75b6b 02:48:32 Removing intermediate container 8bbe5ab75b6b 02:48:32 ---> 4b330e6093ae 02:48:32 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:48:32 ---> Running in ced4d2222820 02:48:33 Removing intermediate container ced4d2222820 02:48:33 ---> e7ba796e3abc 02:48:33 Step 22/24 : LABEL arch=arm64 02:48:33 ---> Running in 6fc9daa75d6b 02:48:33 Removing intermediate container 6fc9daa75d6b 02:48:33 ---> 5bcf663eaf69 02:48:33 Step 23/24 : LABEL git_sha=d7c1f2b043e3154ba67cd19db3211895e8f11a63 02:48:34 ---> Running in 66b9d2ccb893 02:48:34 Removing intermediate container 66b9d2ccb893 02:48:34 ---> 2879c004adea 02:48:34 Step 24/24 : LABEL version=0.0.0 02:48:34 ---> Running in ebe2daabd76b 02:48:35 Removing intermediate container ebe2daabd76b 02:48:35 ---> e50414a97476 02:48:35 [Warning] One or more build-args [ARCH] were not consumed 02:48:35 Successfully built e50414a97476 02:48:35 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 02:48:35 ---> job-cost.sh 02:48:35 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-BKM5 02:49:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:50:51 lf-activate-venv(): INFO: Adding /tmp/venv-BKM5/bin to PATH 02:50:51 INFO: No Stack... 02:50:51 INFO: Retrieving Pricing Info for: lf-standard-4 02:50:51 INFO: Archiving Costs [Pipeline] sh 02:50:52 + cut -d, -f6 02:50:52 + cat /w/workspace/device-sdk-go/2/archives/cost.csv [Pipeline] lock 02:50:52 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-826-2-stack-cost] 02:50:52 Resource [jenkins-edgexfoundry-device-sdk-go-PR-826-2-stack-cost] did not exist. Created. 02:50:52 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-826-2-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:50:52 /w/workspace/device-sdk-go/2@tmp/durable-c23d8c90/script.sh: 1: /w/workspace/device-sdk-go/2@tmp/durable-c23d8c90/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:50:52 + echo total: 0.20999999344348907 [Pipeline] stash 02:50:53 Warning: overwriting stash ‘stack-cost’ 02:50:53 Stashed 1 file(s) [Pipeline] } 02:50:53 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-826-2-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:50:54 provisioning config files... 02:50:54 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp/config3315745422165967290tmp [Pipeline] { [Pipeline] sh 02:50:54 + set +x 02:50:54 + curl -s https://codecov.io/bash 02:50:54 + bash -s -- 02:50:55 02:50:55 _____ _ 02:50:55 / ____| | | 02:50:55 | | ___ __| | ___ ___ _____ __ 02:50:55 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:50:55 | |___| (_) | (_| | __/ (_| (_) \ V / 02:50:55 \_____\___/ \__,_|\___|\___\___/ \_/ 02:50:55 Bash-20210309-2b87ace 02:50:55 02:50:55 02:50:55 ==> git version 2.24.3 found 02:50:55 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:50:55 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:50:55 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:50:55 ==> Jenkins CI detected. 02:50:55 project root: . 02:50:55 --> token set from env 02:50:55 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:50:55 ==> Running gcov in . (disable via -X gcov) 02:50:55 ==> Python coveragepy not found 02:50:55 ==> Searching for coverage reports in: 02:50:55 + . 02:50:55 -> Found 1 reports 02:50:55 ==> Detecting git/mercurial file structure 02:50:55 ==> Reading reports 02:50:55 + ./coverage.out bytes=99587 02:50:55 ==> Appending adjustments 02:50:55 https://docs.codecov.io/docs/fixing-reports 02:50:55 + Found adjustments 02:50:55 ==> Gzipping contents 02:50:55 16K /tmp/codecov.x09FHi.gz 02:50:55 ==> Uploading reports 02:50:55 url: https://codecov.io 02:50:55 query: branch=PR-826&commit=d7c1f2b043e3154ba67cd19db3211895e8f11a63&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-826%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=826&job=&cmd_args= 02:50:55 -> Pinging Codecov 02:50:55 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-826&commit=d7c1f2b043e3154ba67cd19db3211895e8f11a63&build=2&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-826%2F2%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=826&job=&cmd_args= 02:50:56 -> Uploading to 02:50:56 https://storage.googleapis.com/codecov/v4/raw/2021-03-20/7E55EF52A471D76F132DFD9A03CDDE97/d7c1f2b043e3154ba67cd19db3211895e8f11a63/78623231-e35d-4603-a92a-8602432bd9b6.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210320%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210320T025055Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=1147a5e66c7b9064abe5cd633d92c541ff9896d394c11a4c1f80a2080790ce2a 02:50:56 % Total % Received % Xferd Average Speed Time Time Time Current 02:50:56 Dload Upload Total Spent Left Speed 02:50:56 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13453 0 0 100 13453 0 32404 --:--:-- --:--:-- --:--:-- 32416 02:50:56 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d7c1f2b043e3154ba67cd19db3211895e8f11a63 [Pipeline] } 02:50:56 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:50:59 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:50:59 ---> package-listing.sh 02:50:59 ++ facter osfamily 02:50:59 ++ tr '[:upper:]' '[:lower:]' 02:50:59 + OS_FAMILY=redhat 02:50:59 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-826 02:50:59 + START_PACKAGES=/tmp/packages_start.txt 02:50:59 + END_PACKAGES=/tmp/packages_end.txt 02:50:59 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:50:59 + PACKAGES=/tmp/packages_start.txt 02:50:59 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-826 ']' 02:50:59 + PACKAGES=/tmp/packages_end.txt 02:50:59 + case "${OS_FAMILY}" in 02:50:59 + rpm -qa 02:50:59 + sort 02:51:04 + '[' -f /tmp/packages_start.txt ']' 02:51:04 + '[' -f /tmp/packages_end.txt ']' 02:51:04 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:51:04 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-826 ']' 02:51:04 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-826/archives/ 02:51:04 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-826/archives/ [Pipeline] echo 02:51:04 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-826/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:51:05 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:51:05 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:05 02:51:05 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:51:05 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:05 alpine: Pulling from edgex-lftools-log-publisher 02:51:05 df20fa9351a1: Pulling fs layer 02:51:05 36b3adc4ff6f: Pulling fs layer 02:51:05 8ad3a11d3b57: Pulling fs layer 02:51:05 46f8f816bc3b: Pulling fs layer 02:51:05 93b61091891f: Pulling fs layer 02:51:05 93b9cdb0e59b: Pulling fs layer 02:51:05 5e14af77c1be: Pulling fs layer 02:51:05 01666e4c0597: Pulling fs layer 02:51:05 aa168da1d23b: Pulling fs layer 02:51:05 93b9cdb0e59b: Waiting 02:51:05 5e14af77c1be: Waiting 02:51:05 01666e4c0597: Waiting 02:51:05 aa168da1d23b: Waiting 02:51:05 46f8f816bc3b: Waiting 02:51:05 93b61091891f: Waiting 02:51:05 36b3adc4ff6f: Verifying Checksum 02:51:05 36b3adc4ff6f: Download complete 02:51:06 46f8f816bc3b: Verifying Checksum 02:51:06 46f8f816bc3b: Download complete 02:51:06 df20fa9351a1: Verifying Checksum 02:51:06 df20fa9351a1: Download complete 02:51:06 93b9cdb0e59b: Verifying Checksum 02:51:06 93b9cdb0e59b: Download complete 02:51:06 5e14af77c1be: Verifying Checksum 02:51:06 5e14af77c1be: Download complete 02:51:06 93b61091891f: Download complete 02:51:06 01666e4c0597: Verifying Checksum 02:51:06 01666e4c0597: Download complete 02:51:06 8ad3a11d3b57: Verifying Checksum 02:51:06 8ad3a11d3b57: Download complete 02:51:06 df20fa9351a1: Pull complete 02:51:06 36b3adc4ff6f: Pull complete 02:51:07 8ad3a11d3b57: Pull complete 02:51:07 46f8f816bc3b: Pull complete 02:51:08 93b61091891f: Pull complete 02:51:08 93b9cdb0e59b: Pull complete 02:51:08 5e14af77c1be: Pull complete 02:51:08 aa168da1d23b: Verifying Checksum 02:51:08 aa168da1d23b: Download complete 02:51:08 01666e4c0597: Pull complete 02:51:15 aa168da1d23b: Pull complete 02:51:15 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:51:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:15 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:51:15 prd-centos7-docker-4c-2g-30688 does not seem to be running inside a container 02:51:15 $ 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-826/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-826 -v /w/workspace/dgexfoundry_device-sdk-go_PR-826:/w/workspace/dgexfoundry_device-sdk-go_PR-826:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:51:19 $ docker top 006f43b0d1276651607e4805dd51a11d37b83b6c0e8e843d59d519259b4cf5a2 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:19 + touch /tmp/pre-build-complete [Pipeline] sh 02:51:20 + mkdir -p /var/log/sa [Pipeline] sh 02:51:20 + ls /var/log/sa-host 02:51:20 + sadf -c /var/log/sa-host/sa20 02:51:20 file_magic: OK 02:51:20 HZ: Using current value: 100 02:51:20 file_header: OK 02:51:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:51:20 Statistics: 02:51:20 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:20 File successfully converted to sysstat format version 12.2.1 02:51:20 + sadf -c /var/log/sa-host/sa23 02:51:20 file_magic: OK 02:51:20 HZ: Using current value: 100 02:51:20 file_header: OK 02:51:20 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:51:20 Statistics: 02:51:20 Hnuu...uuuununununu... 02:51:20 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:21 provisioning config files... 02:51:21 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp/config2622462424743153348tmp [Pipeline] { [Pipeline] echo 02:51:21 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:51:21 ---> create-netrc.sh [Pipeline] } 02:51:21 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:51:21 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:51:22 ---> python-tools-install.sh [Pipeline] echo 02:51:22 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:51:22 ---> sudo-logs.sh 02:51:22 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:51:22 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:51:22 ---> job-cost.sh 02:51:22 lf-activate-venv: SKIPPING 02:51:22 DEBUG: total: 0.20999999344348907 02:51:22 INFO: Retrieving Stack Cost... 02:51:23 INFO: Retrieving Pricing Info for: v1-standard-2 02:51:24 INFO: Archiving Costs [Pipeline] echo 02:51:24 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:51:24 ---> logs-deploy.sh 02:51:24 lf-activate-venv: SKIPPING 02:51:24 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-826/2 02:51:24 INFO: archiving workspace using pattern(s): 02:51:26 Archives upload complete. 02:51:26 INFO: archiving logs to Nexus 02:51:27 ---> uname -a: 02:51:27 Linux prd-centos7-docker-4c-2g-30688.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:51:27 02:51:27 02:51:27 ---> lscpu: 02:51:27 Architecture: x86_64 02:51:27 CPU op-mode(s): 32-bit, 64-bit 02:51:27 Byte Order: Little Endian 02:51:27 Address sizes: 40 bits physical, 48 bits virtual 02:51:27 CPU(s): 4 02:51:27 On-line CPU(s) list: 0-3 02:51:27 Thread(s) per core: 1 02:51:27 Core(s) per socket: 1 02:51:27 Socket(s): 4 02:51:27 NUMA node(s): 1 02:51:27 Vendor ID: GenuineIntel 02:51:27 CPU family: 6 02:51:27 Model: 44 02:51:27 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:51:27 Stepping: 1 02:51:27 CPU MHz: 2933.436 02:51:27 BogoMIPS: 5866.87 02:51:27 Virtualization: VT-x 02:51:27 Hypervisor vendor: KVM 02:51:27 Virtualization type: full 02:51:27 L1d cache: 128 KiB 02:51:27 L1i cache: 128 KiB 02:51:27 L2 cache: 16 MiB 02:51:27 L3 cache: 64 MiB 02:51:27 NUMA node0 CPU(s): 0-3 02:51:27 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:51:27 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:51:27 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:51:27 Vulnerability Meltdown: Mitigation; PTI 02:51:27 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:51:27 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:51:27 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:51:27 Vulnerability Srbds: Not affected 02:51:27 Vulnerability Tsx async abort: Not affected 02:51:27 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:51:27 02:51:27 02:51:27 ---> nproc: 02:51:27 4 02:51:27 02:51:27 02:51:27 ---> df -h: 02:51:27 Filesystem Size Used Available Use% Mounted on 02:51:27 overlay 50.0G 7.3G 42.7G 15% / 02:51:27 tmpfs 64.0M 0 64.0M 0% /dev 02:51:27 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:51:27 shm 64.0M 0 64.0M 0% /dev/shm 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-826 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-826@tmp 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:51:27 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:51:27 02:51:27 02:51:27 ---> free -m: 02:51:27 total used free shared buff/cache available 02:51:27 Mem: 1837 711 111 0 1015 1021 02:51:27 Swap: 1023 1 1022 02:51:27 02:51:27 02:51:27 ---> ip addr: 02:51:27 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:51:27 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:51:27 inet 127.0.0.1/8 scope host lo 02:51:27 valid_lft forever preferred_lft forever 02:51:27 inet6 ::1/128 scope host 02:51:27 valid_lft forever preferred_lft forever 02:51:27 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:51:27 link/ether fa:16:3e:73:1e:3c brd ff:ff:ff:ff:ff:ff 02:51:27 inet 10.30.122.55/23 brd 10.30.123.255 scope global dynamic eth0 02:51:27 valid_lft 85774sec preferred_lft 85774sec 02:51:27 inet6 fe80::f816:3eff:fe73:1e3c/64 scope link 02:51:27 valid_lft forever preferred_lft forever 02:51:27 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:51:27 link/ether 02:42:78:03:7e:2a brd ff:ff:ff:ff:ff:ff 02:51:27 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:51:27 valid_lft forever preferred_lft forever 02:51:27 inet6 fe80::42:78ff:fe03:7e2a/64 scope link 02:51:27 valid_lft forever preferred_lft forever 02:51:27 02:51:27 02:51:27 ---> sar -b -r -n DEV: 02:51:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 02:51:27 02:51:27 02:40:50 LINUX RESTART (4 CPU) 02:51:27 02:51:27 02:42:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:51:27 02:43:01 10.11 0.07 10.04 0.00 2.17 196.21 0.00 02:51:27 02:44:01 0.27 0.00 0.27 0.00 0.00 4.03 0.00 02:51:27 02:45:01 0.25 0.00 0.25 0.00 0.00 2.98 0.00 02:51:27 02:46:01 0.28 0.00 0.28 0.00 0.00 3.06 0.00 02:51:27 02:47:01 0.22 0.00 0.22 0.00 0.00 4.26 0.00 02:51:27 02:48:01 0.28 0.00 0.28 0.00 0.00 3.58 0.00 02:51:27 02:49:01 0.27 0.00 0.27 0.00 0.00 3.60 0.00 02:51:27 02:50:01 0.22 0.00 0.22 0.00 0.00 2.18 0.00 02:51:27 02:51:01 24.04 23.71 0.33 0.00 2796.27 7.74 0.00 02:51:27 Average: 3.98 2.65 1.33 0.00 311.60 24.98 0.00 02:51:27 02:51:27 02:42:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:51:27 02:43:01 148188 0 611680 32.51 2620 1119056 1125932 38.43 420116 1113936 16 02:51:27 02:44:01 152120 0 607740 32.30 2620 1119064 1095332 37.38 417936 1112784 8 02:51:27 02:45:01 153120 0 606736 32.25 2620 1119068 1089152 37.17 429572 1100612 8 02:51:27 02:46:01 154096 0 605760 32.19 2620 1119068 1073900 36.65 429636 1099828 20 02:51:27 02:47:01 152616 0 607232 32.27 2620 1119076 1073948 36.65 436004 1095048 8 02:51:27 02:48:01 152880 0 606964 32.26 2620 1119080 1073976 36.65 435772 1095048 12 02:51:27 02:49:01 154260 0 605580 32.19 2620 1119084 1073796 36.65 434652 1095048 8 02:51:27 02:50:01 153996 0 605840 32.20 2620 1119088 1073796 36.65 434784 1095048 8 02:51:27 02:51:01 71320 0 630204 33.49 2620 1177400 1110708 37.91 454288 1157212 88 02:51:27 Average: 143622 0 609748 32.41 2620 1125554 1087838 37.13 432529 1107174 20 02:51:27 02:51:27 02:42:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:51:27 02:43:01 eth0 112.12 71.64 85.59 81.59 0.00 0.00 0.00 0.00 02:51:27 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:44:01 eth0 2.35 1.13 1.07 0.73 0.00 0.00 0.00 0.00 02:51:27 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:45:01 eth0 1.77 0.35 0.37 0.23 0.00 0.00 0.00 0.00 02:51:27 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:46:01 eth0 1.07 0.28 0.31 0.17 0.00 0.00 0.00 0.00 02:51:27 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:47:01 eth0 1.15 0.60 0.46 0.31 0.00 0.00 0.00 0.00 02:51:27 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:48:01 eth0 0.58 0.38 0.28 0.21 0.00 0.00 0.00 0.00 02:51:27 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:49:01 eth0 0.08 0.07 0.01 0.01 0.00 0.00 0.00 0.00 02:51:27 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:50:01 eth0 0.03 0.02 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:51:01 eth0 9.06 5.79 8.74 3.23 0.00 0.00 0.00 0.00 02:51:27 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 Average: eth0 14.07 8.80 10.62 9.48 0.00 0.00 0.00 0.00 02:51:27 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:51:27 02:51:27 02:51:27 ---> sar -P ALL: 02:51:27 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/20/21 _x86_64_ (4 CPU) 02:51:27 02:51:27 02:40:50 LINUX RESTART (4 CPU) 02:51:27 02:51:27 02:42:02 CPU %user %nice %system %iowait %steal %idle 02:51:27 02:43:01 all 1.41 0.00 0.42 0.19 0.02 97.96 02:51:27 02:43:01 0 1.24 0.00 0.51 0.00 0.02 98.23 02:51:27 02:43:01 1 1.29 0.00 0.46 0.65 0.02 97.59 02:51:27 02:43:01 2 1.99 0.00 0.29 0.05 0.02 97.66 02:51:27 02:43:01 3 1.10 0.00 0.44 0.05 0.02 98.39 02:51:27 02:44:01 all 0.18 0.00 0.08 0.00 0.00 99.73 02:51:27 02:44:01 0 0.05 0.00 0.07 0.00 0.00 99.88 02:51:27 02:44:01 1 0.07 0.00 0.08 0.00 0.00 99.85 02:51:27 02:44:01 2 0.48 0.00 0.05 0.00 0.02 99.45 02:51:27 02:44:01 3 0.13 0.00 0.12 0.00 0.00 99.75 02:51:27 02:45:01 all 0.19 0.00 0.20 0.00 0.01 99.60 02:51:27 02:45:01 0 0.08 0.00 0.20 0.00 0.02 99.70 02:51:27 02:45:01 1 0.10 0.00 0.27 0.00 0.02 99.62 02:51:27 02:45:01 2 0.52 0.00 0.07 0.00 0.00 99.42 02:51:27 02:45:01 3 0.07 0.00 0.25 0.00 0.02 99.67 02:51:27 02:46:01 all 0.05 0.00 0.04 0.00 0.00 99.90 02:51:27 02:46:01 0 0.03 0.00 0.07 0.00 0.00 99.90 02:51:27 02:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:51:27 02:46:01 2 0.13 0.00 0.05 0.00 0.00 99.82 02:51:27 02:46:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:51:27 02:47:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:51:27 02:47:01 0 0.03 0.00 0.05 0.00 0.02 99.90 02:51:27 02:47:01 1 0.05 0.00 0.02 0.00 0.00 99.93 02:51:27 02:47:01 2 0.47 0.00 0.03 0.00 0.00 99.50 02:51:27 02:47:01 3 0.05 0.00 0.03 0.00 0.00 99.92 02:51:27 02:48:01 all 0.09 0.00 0.03 0.00 0.00 99.87 02:51:27 02:48:01 0 0.05 0.00 0.07 0.00 0.00 99.88 02:51:27 02:48:01 1 0.08 0.00 0.03 0.00 0.00 99.88 02:51:27 02:48:01 2 0.22 0.00 0.02 0.00 0.02 99.75 02:51:27 02:48:01 3 0.00 0.00 0.02 0.00 0.00 99.98 02:51:27 02:49:01 all 0.11 0.00 0.03 0.00 0.00 99.86 02:51:27 02:49:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:51:27 02:49:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:51:27 02:49:01 2 0.38 0.00 0.03 0.00 0.00 99.58 02:51:27 02:49:01 3 0.02 0.00 0.03 0.00 0.00 99.95 02:51:27 02:50:01 all 0.15 0.00 0.02 0.00 0.00 99.83 02:51:27 02:50:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:51:27 02:50:01 1 0.03 0.00 0.02 0.00 0.00 99.95 02:51:27 02:50:01 2 0.52 0.00 0.00 0.00 0.00 99.48 02:51:27 02:50:01 3 0.03 0.00 0.02 0.00 0.00 99.95 02:51:27 02:51:01 all 0.77 0.00 0.40 0.53 0.01 98.29 02:51:27 02:51:01 0 0.63 0.00 0.37 0.12 0.02 98.87 02:51:27 02:51:01 1 0.58 0.00 0.32 0.03 0.00 99.07 02:51:27 02:51:01 2 1.37 0.00 0.50 1.40 0.02 96.71 02:51:27 02:51:01 3 0.50 0.00 0.42 0.55 0.00 98.53 02:51:27 Average: all 0.34 0.00 0.14 0.08 0.01 99.43 02:51:27 Average: 0 0.24 0.00 0.15 0.01 0.01 99.59 02:51:27 Average: 1 0.25 0.00 0.14 0.07 0.00 99.53 02:51:27 Average: 2 0.67 0.00 0.12 0.16 0.01 99.04 02:51:27 Average: 3 0.21 0.00 0.15 0.07 0.00 99.57 02:51:27 02:51:27 02:51:27