Pull request #851 event Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 30e8cd727449d6d5950eab3e35e578f72e09121d+4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b (fa33df0e2e49d9cbf6f636f92c3e7d82a400ba20) 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-32699 in /w/workspace/dgexfoundry_device-sdk-go_PR-851 [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-851 # 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/851/head:refs/remotes/origin/PR-851 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b into PR head commit 30e8cd727449d6d5950eab3e35e578f72e09121d Merge succeeded, producing 30e8cd727449d6d5950eab3e35e578f72e09121d Checking out Revision 30e8cd727449d6d5950eab3e35e578f72e09121d (PR-851) > git config core.sparsecheckout # timeout=10 > git checkout -f 30e8cd727449d6d5950eab3e35e578f72e09121d # 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 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 30e8cd727449d6d5950eab3e35e578f72e09121d # timeout=10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 06:48:36 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 06:48:36 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 06:48:37 ========================================================= 06:48:37 EdgeX Global Pipelines Version Info 06:48:37 ========================================================= [Pipeline] libraryResource [Pipeline] sh > git rev-list --no-walk 522a4dc8ebf4dc5a9534f163f8b97aab55e22265 # timeout=10 06:48:38 ------------------- 06:48:38 stable info: 06:48:38 ------------------- 06:48:38 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 06:48:38 Commit SHA: 57ded3389ef25720063a8030e5c426a6b7ea5b20 06:48:38 Message: update stable to v1.0.186 06:48:39 ------------------- 06:48:39 experimental info: 06:48:39 ------------------- 06:48:39 Commited By: **** collab-it+edgex@linuxfoundation.org 06:48:39 Commit SHA: d990d252097850d5d490fbb59df25296f5300d79 06:48:39 Message: update experimental to v1.0.188 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 06:48:39 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 06:48:39 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 06:48:39 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 06:48:40 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 06:48:41 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 06:48:41 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 06:48:41 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 06:48:41 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 06:48:41 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 06:48:41 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 06:48:41 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 06:48:41 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-851 [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-851 [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-851 [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 30e8cd727449d6d5950eab3e35e578f72e09121d [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 30e8cd7 [Pipeline] echo 06:48:42 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:48:43 provisioning config files... 06:48:43 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/config4922307884717764212tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:48:43 ---> docker-login.sh 06:48:43 nexus3.edgexfoundry.org:10001 06:48:43 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:43 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:43 Configure a credential helper to remove this warning. See 06:48:43 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:43 06:48:43 Login Succeeded 06:48:43 nexus3.edgexfoundry.org:10002 06:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:44 Configure a credential helper to remove this warning. See 06:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:44 06:48:44 Login Succeeded 06:48:44 nexus3.edgexfoundry.org:10003 06:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:44 Configure a credential helper to remove this warning. See 06:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:44 06:48:44 Login Succeeded 06:48:44 nexus3.edgexfoundry.org:10004 06:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:44 Configure a credential helper to remove this warning. See 06:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:44 06:48:44 Login Succeeded 06:48:44 docker.io 06:48:44 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:48:44 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:48:44 Configure a credential helper to remove this warning. See 06:48:44 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:48:44 06:48:44 Login Succeeded 06:48:44 ---> docker-login.sh ends [Pipeline] } 06:48: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 06:48:45 + git log --format=format:%s -1 30e8cd727449d6d5950eab3e35e578f72e09121d [Pipeline] echo 06:48:45 GIT_COMMIT: 30e8cd727449d6d5950eab3e35e578f72e09121d, Commit Message: build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2 [Pipeline] echo 06:48:45 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 06:48:46 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:48:46 06:48:46 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 06:48:46 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:48:46 latest: Pulling from edgex-devops/git-semver 06:48:46 31603596830f: Pulling fs layer 06:48:46 2a8b12db71e7: Pulling fs layer 06:48:46 6ca5941a6612: Pulling fs layer 06:48:46 ecc8261a40a4: Pulling fs layer 06:48:46 ecc8261a40a4: Waiting 06:48:46 2a8b12db71e7: Verifying Checksum 06:48:46 2a8b12db71e7: Download complete 06:48:47 31603596830f: Verifying Checksum 06:48:47 31603596830f: Download complete 06:48:47 ecc8261a40a4: Verifying Checksum 06:48:47 ecc8261a40a4: Download complete 06:48:47 6ca5941a6612: Verifying Checksum 06:48:47 6ca5941a6612: Download complete 06:48:47 31603596830f: Pull complete 06:48:47 2a8b12db71e7: Pull complete 06:48:48 6ca5941a6612: Pull complete 06:48:48 ecc8261a40a4: Pull complete 06:48:48 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 06:48:48 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 06:48:48 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 06:48:48 prd-centos7-docker-4c-2g-32699 does not seem to be running inside a container 06:48:48 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-851 -v /w/workspace/dgexfoundry_device-sdk-go_PR-851:/w/workspace/dgexfoundry_device-sdk-go_PR-851:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 06:48:51 $ docker top 085015a94d25d3c72eff0e5c1ddf9ecb5bb11e9109530f9030693dbcc9b83233 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 06:48:51 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:48:51 [ssh-agent] Looking for ssh-agent implementation... 06:48:51 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:48:51 $ docker exec 085015a94d25d3c72eff0e5c1ddf9ecb5bb11e9109530f9030693dbcc9b83233 ssh-agent 06:48:51 SSH_AUTH_SOCK=/tmp/ssh-1SgVQIVfpLnV/agent.11 06:48:51 SSH_AGENT_PID=16 06:48:51 Running ssh-add (command line suppressed) 06:48:51 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_1154328126038793015.key (/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_1154328126038793015.key) 06:48:52 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:48:52 + git tag --points-at HEAD [Pipeline] } 06:48:52 $ docker exec --env ******** --env ******** 085015a94d25d3c72eff0e5c1ddf9ecb5bb11e9109530f9030693dbcc9b83233 ssh-agent -k 06:48:52 unset SSH_AUTH_SOCK; 06:48:52 unset SSH_AGENT_PID; 06:48:52 echo Agent pid 16 killed; 06:48:52 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 06:48:52 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 06:48:52 [ssh-agent] Looking for ssh-agent implementation... 06:48:52 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 06:48:52 $ docker exec 085015a94d25d3c72eff0e5c1ddf9ecb5bb11e9109530f9030693dbcc9b83233 ssh-agent 06:48:53 SSH_AUTH_SOCK=/tmp/ssh-woz34qJ6VzYc/agent.45 06:48:53 SSH_AGENT_PID=50 06:48:53 Running ssh-add (command line suppressed) 06:48:53 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_297291234306638244.key (/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/private_key_297291234306638244.key) 06:48:53 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 06:48:53 + git semver init 06:48:53 # -> Open(): unable to determine branch for HEAD 06:48:53 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-851/.git 06:48:53 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-851 06:48:53 # $SEMVER_REMOTE_NAME = origin 06:48:53 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 06:48:53 # $SEMVER_USER_NAME = edgex-jenkins 06:48:53 # $SEMVER_BRANCH = PR-851 06:48:53 # $SEMVER_TEMP = /tmp/semver-737694361 06:48:53 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 06:48:54 # '/tmp/semver-737694361' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-851/.semver' 06:48:54 # -> Force: false 06:48:54 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-851/.semver [Pipeline] } 06:48:54 $ docker exec --env ******** --env ******** 085015a94d25d3c72eff0e5c1ddf9ecb5bb11e9109530f9030693dbcc9b83233 ssh-agent -k 06:48:54 unset SSH_AUTH_SOCK; 06:48:54 unset SSH_AGENT_PID; 06:48:54 echo Agent pid 50 killed; 06:48:54 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 06:48:55 + git semver [Pipeline] } 06:48:55 $ docker stop --time=1 085015a94d25d3c72eff0e5c1ddf9ecb5bb11e9109530f9030693dbcc9b83233 06:48:56 $ docker rm -f 085015a94d25d3c72eff0e5c1ddf9ecb5bb11e9109530f9030693dbcc9b83233 [Pipeline] // withDockerContainer [Pipeline] sh 06:48:57 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 06:48:58 Stashed 1 file(s) [Pipeline] echo 06:48:58 [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 06:49:13 Still waiting to schedule task 06:49:13 ‘prd-centos7-blackbox-4c-2g-32647’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-32694’ is offline; ‘prd-centos7-docker-4c-2g-32698’ is offline; ‘prd-centos7-docker-4c-2g-32700’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-32695’ doesn’t have label ‘centos7-docker-4c-2g’ 06:49:13 Still waiting to schedule task 06:49:13 ‘prd-ubuntu18.04-docker-arm64-4c-16g-32695’ is offline 06:50:19 Running on prd-centos7-docker-4c-2g-32702 in /w/workspace/dgexfoundry_device-sdk-go_PR-851 [Pipeline] { [Pipeline] ws 06:50:19 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 06:50:21 using credential edgex-jenkins-ssh 06:50:21 Cloning the remote Git repository 06:50:21 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:50:21 > git init /w/workspace/device-sdk-go/5 # timeout=10 06:50:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:50:21 > git --version # timeout=10 06:50:21 > git --version # 'git version 2.24.3' 06:50:21 using GIT_SSH to set credentials SSH Credentials for GitHub 06:50:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:50:23 Merging remotes/origin/master commit 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b into PR head commit 30e8cd727449d6d5950eab3e35e578f72e09121d 06:50:23 Merge succeeded, producing 30e8cd727449d6d5950eab3e35e578f72e09121d 06:50:23 Checking out Revision 30e8cd727449d6d5950eab3e35e578f72e09121d (PR-851) 06:50:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:50:22 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:50:22 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:50:22 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:50:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:50:22 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/851/head:refs/remotes/origin/PR-851 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:50:22 > git config core.sparsecheckout # timeout=10 06:50:22 > git checkout -f 30e8cd727449d6d5950eab3e35e578f72e09121d # timeout=10 06:50:22 > git remote # timeout=10 06:50:22 > git config --get remote.origin.url # timeout=10 06:50:22 using GIT_SSH to set credentials SSH Credentials for GitHub 06:50:22 > git merge 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b # timeout=10 06:50:22 > git rev-parse HEAD^{commit} # timeout=10 06:50:22 > git config core.sparsecheckout # timeout=10 06:50:22 > git checkout -f 30e8cd727449d6d5950eab3e35e578f72e09121d # timeout=10 06:50:26 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:50:28 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 06:50:28 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:50:28 + sudo service docker restart 06:50:28 + true 06:50:28 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:50:29 provisioning config files... 06:50:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config2785395205156135044tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:50:30 ---> docker-login.sh 06:50:30 nexus3.edgexfoundry.org:10001 06:50:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:30 Configure a credential helper to remove this warning. See 06:50:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:30 06:50:30 Login Succeeded 06:50:30 nexus3.edgexfoundry.org:10002 06:50:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:30 Configure a credential helper to remove this warning. See 06:50:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:30 06:50:30 Login Succeeded 06:50:30 nexus3.edgexfoundry.org:10003 06:50:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:31 Configure a credential helper to remove this warning. See 06:50:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:31 06:50:31 Login Succeeded 06:50:31 nexus3.edgexfoundry.org:10004 06:50:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:31 Configure a credential helper to remove this warning. See 06:50:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:31 06:50:31 Login Succeeded 06:50:31 docker.io 06:50:31 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:50:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:50:31 Configure a credential helper to remove this warning. See 06:50:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:50:31 06:50:31 Login Succeeded 06:50:31 ---> docker-login.sh ends [Pipeline] } 06:50:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 06:50:31 ========================================================= 06:50:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 06:50:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:50:32 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 06:50:32 Sending build context to Docker daemon 2.345MB 06:50:32 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:50:32 Step 2/8 : FROM ${BASE} 06:50:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 06:50:32 188c0c94c7c5: Pulling fs layer 06:50:32 0ef7d3d256c8: Pulling fs layer 06:50:32 de9db76c5a1d: Pulling fs layer 06:50:32 bca2f99d35d6: Pulling fs layer 06:50:32 93359f2a8cfa: Pulling fs layer 06:50:32 7c6f9722023f: Pulling fs layer 06:50:32 a35cf1a2eb13: Pulling fs layer 06:50:32 bca2f99d35d6: Waiting 06:50:32 93359f2a8cfa: Waiting 06:50:32 7c6f9722023f: Waiting 06:50:32 a35cf1a2eb13: Waiting 06:50:32 de9db76c5a1d: Verifying Checksum 06:50:32 de9db76c5a1d: Download complete 06:50:32 0ef7d3d256c8: Verifying Checksum 06:50:32 0ef7d3d256c8: Download complete 06:50:32 93359f2a8cfa: Verifying Checksum 06:50:32 93359f2a8cfa: Download complete 06:50:32 7c6f9722023f: Download complete 06:50:32 188c0c94c7c5: Verifying Checksum 06:50:32 188c0c94c7c5: Download complete 06:50:32 188c0c94c7c5: Pull complete 06:50:33 0ef7d3d256c8: Pull complete 06:50:33 de9db76c5a1d: Pull complete 06:50:35 a35cf1a2eb13: Verifying Checksum 06:50:35 a35cf1a2eb13: Download complete 06:50:35 bca2f99d35d6: Verifying Checksum 06:50:35 bca2f99d35d6: Download complete 06:50:40 bca2f99d35d6: Pull complete 06:50:40 93359f2a8cfa: Pull complete 06:50:40 7c6f9722023f: Pull complete 06:50:49 a35cf1a2eb13: Pull complete 06:50:49 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 06:50:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 06:50:49 ---> a62c8e92a672 06:50:49 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:50:49 ---> Running in efb8d83ec786 06:50:49 Removing intermediate container efb8d83ec786 06:50:49 ---> 4973f463187e 06:50:49 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:50:49 ---> Running in 04c21d4d2b6b 06:50:49 Removing intermediate container 04c21d4d2b6b 06:50:49 ---> 89aeee3e2ab6 06:50:49 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 06:50:49 ---> Running in a939400dc82b 06:50:49 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:50:50 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:50:51 (1/6) Installing libc-dev (0.7.2-r3) 06:50:51 (2/6) Installing libsodium (1.0.18-r0) 06:50:51 (3/6) Installing pkgconf (1.7.2-r0) 06:50:51 (4/6) Installing libsodium-dev (1.0.18-r0) 06:50:51 (5/6) Installing libzmq (4.3.3-r0) 06:50:51 (6/6) Installing zeromq-dev (4.3.3-r0) 06:50:51 Executing busybox-1.31.1-r19.trigger 06:50:51 OK: 167 MiB in 45 packages 06:50:52 Removing intermediate container a939400dc82b 06:50:52 ---> 57eff3f17fa1 06:50:52 Step 6/8 : WORKDIR /device-sdk-go 06:50:52 ---> Running in 63796d4d729a 06:50:52 Removing intermediate container 63796d4d729a 06:50:52 ---> aa5101c20fe2 06:50:52 Step 7/8 : COPY . . 06:50:53 ---> 48312bae3dd3 06:50:53 Step 8/8 : RUN go mod download 06:50:53 ---> Running in 33255fb17fb0 06:50:58 Running on prd-ubuntu18.04-docker-arm64-4c-16g-32701 in /w/workspace/dgexfoundry_device-sdk-go_PR-851 [Pipeline] { [Pipeline] ws 06:50:58 Running in /w/workspace/device-sdk-go/5 [Pipeline] { [Pipeline] checkout 06:51:03 using credential edgex-jenkins-ssh 06:51:03 Cloning the remote Git repository 06:51:03 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 06:51:03 > git init /w/workspace/device-sdk-go/5 # timeout=10 06:51:03 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:51:03 > git --version # timeout=10 06:51:03 > git --version # 'git version 2.17.1' 06:51:03 using GIT_SSH to set credentials SSH Credentials for GitHub 06:51:03 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 06:51:05 Merging remotes/origin/master commit 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b into PR head commit 30e8cd727449d6d5950eab3e35e578f72e09121d 06:51:06 Merge succeeded, producing 30e8cd727449d6d5950eab3e35e578f72e09121d 06:51:06 Checking out Revision 30e8cd727449d6d5950eab3e35e578f72e09121d (PR-851) 06:51:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:51:05 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 06:51:05 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 06:51:05 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 06:51:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:51:05 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/851/head:refs/remotes/origin/PR-851 +refs/heads/master:refs/remotes/origin/master # timeout=10 06:51:05 > git config core.sparsecheckout # timeout=10 06:51:05 > git checkout -f 30e8cd727449d6d5950eab3e35e578f72e09121d # timeout=10 06:51:05 > git remote # timeout=10 06:51:05 > git config --get remote.origin.url # timeout=10 06:51:05 using GIT_SSH to set credentials SSH Credentials for GitHub 06:51:06 > git merge 4e9bdd26b0e338b4ade84edef7cdef6b7e824c9b # timeout=10 06:51:06 > git rev-parse HEAD^{commit} # timeout=10 06:51:06 > git config core.sparsecheckout # timeout=10 06:51:06 > git checkout -f 30e8cd727449d6d5950eab3e35e578f72e09121d # timeout=10 06:51:10 Commit message: "build(deps): bump github.com/edgexfoundry/go-mod-bootstrap/v2" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 06:51:11 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 06:51:12 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 06:51:12 + true 06:51:12 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 06:51:15 provisioning config files... 06:51:15 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/5@tmp/config5274452527317542135tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 06:51:15 ---> docker-login.sh 06:51:15 nexus3.edgexfoundry.org:10001 06:51:15 Removing intermediate container 33255fb17fb0 06:51:15 ---> cbbb1948acda 06:51:15 Successfully built cbbb1948acda 06:51:15 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 06:51:16 + docker inspect -f . ci-base-image-x86_64 06:51:16 . [Pipeline] withDockerContainer 06:51:16 prd-centos7-docker-4c-2g-32702 does not seem to be running inside a container 06:51:16 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 06:51:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:17 Configure a credential helper to remove this warning. See 06:51:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:17 06:51:17 Login Succeeded 06:51:17 nexus3.edgexfoundry.org:10002 06:51:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:17 Configure a credential helper to remove this warning. See 06:51:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:17 06:51:17 Login Succeeded 06:51:17 nexus3.edgexfoundry.org:10003 06:51:17 $ docker top 0eccebb87397bdb120cc6fc1c44c5be684c16e2e0637a79e67e7109e26f5958e -eo pid,comm 06:51:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. [Pipeline] { [Pipeline] sh 06:51:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:18 Configure a credential helper to remove this warning. See 06:51:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:18 06:51:18 Login Succeeded 06:51:18 nexus3.edgexfoundry.org:10004 06:51:18 + go version 06:51:18 go version go1.15.5 linux/amd64 [Pipeline] } 06:51:18 $ docker stop --time=1 0eccebb87397bdb120cc6fc1c44c5be684c16e2e0637a79e67e7109e26f5958e 06:51:18 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:18 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:18 Configure a credential helper to remove this warning. See 06:51:18 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:18 06:51:18 Login Succeeded 06:51:18 docker.io 06:51:19 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 06:51:19 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 06:51:19 Configure a credential helper to remove this warning. See 06:51:19 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 06:51:19 06:51:19 Login Succeeded 06:51:19 ---> docker-login.sh ends 06:51:19 $ docker rm -f 0eccebb87397bdb120cc6fc1c44c5be684c16e2e0637a79e67e7109e26f5958e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] } 06:51:19 Deleting 1 temporary files [Pipeline] // script [Pipeline] // wrap [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // withEnv [Pipeline] unstash [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] echo 06:51:20 ========================================================= 06:51:20 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 06:51:20 ========================================================= [Pipeline] isUnix [Pipeline] sh 06:51:20 + docker inspect -f . ci-base-image-x86_64 06:51:20 . [Pipeline] withDockerContainer 06:51:20 prd-centos7-docker-4c-2g-32702 does not seem to be running inside a container 06:51:20 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@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 06:51: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 . 06:51:21 $ docker top 7e9ce67d68a890ab39c634e2558ff80cac553f36678937aa90ec78d26ad67789 -eo pid,comm 06:51:21 Sending build context to Docker daemon 2.344MB 06:51:21 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 06:51:21 Step 2/8 : FROM ${BASE} 06:51:21 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 06:51:21 5f621e34cdf4: Pulling fs layer 06:51:21 a4357932f1b6: Pulling fs layer 06:51:21 18c013af1878: Pulling fs layer 06:51:21 00ac8860ef70: Pulling fs layer 06:51:21 63d7cb157983: Pulling fs layer 06:51:21 b116817d02f9: Pulling fs layer 06:51:21 745a02a5169b: Pulling fs layer 06:51:21 63d7cb157983: Waiting 06:51:21 b116817d02f9: Waiting 06:51:21 00ac8860ef70: Waiting 06:51:21 745a02a5169b: Waiting 06:51:21 18c013af1878: Verifying Checksum 06:51:21 18c013af1878: Download complete 06:51:21 a4357932f1b6: Verifying Checksum 06:51:21 a4357932f1b6: Download complete 06:51:21 63d7cb157983: Verifying Checksum 06:51:21 63d7cb157983: Download complete 06:51:21 b116817d02f9: Verifying Checksum 06:51:21 b116817d02f9: Download complete 06:51:21 5f621e34cdf4: Verifying Checksum 06:51:21 5f621e34cdf4: Download complete [Pipeline] { [Pipeline] sh 06:51:22 + make test 06:51:22 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:51:22 5f621e34cdf4: Pull complete 06:51:22 a4357932f1b6: Pull complete 06:51:23 18c013af1878: Pull complete 06:51:23 745a02a5169b: Verifying Checksum 06:51:25 00ac8860ef70: Verifying Checksum 06:51:25 00ac8860ef70: Download complete 06:51:30 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:51:35 00ac8860ef70: Pull complete 06:51:35 63d7cb157983: Pull complete 06:51:35 b116817d02f9: Pull complete 06:51:40 745a02a5169b: Pull complete 06:51:40 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 06:51:40 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 06:51:40 ---> b7e6874047d6 06:51:40 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:51:42 ---> Running in b04d13af0782 06:51:42 Removing intermediate container b04d13af0782 06:51:42 ---> 49133e9399f6 06:51:42 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:51:42 ---> Running in 22c3f5991aea 06:51:45 Removing intermediate container 22c3f5991aea 06:51:45 ---> 431b254d348b 06:51:45 Step 5/8 : RUN apk add --update --no-cache make git gcc libc-dev libsodium-dev zeromq-dev 06:51:45 ---> Running in 434bb37e3ff9 06:51:46 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:51:47 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:51:48 (1/6) Installing libc-dev (0.7.2-r3) 06:51:48 (2/6) Installing libsodium (1.0.18-r0) 06:51:48 (3/6) Installing pkgconf (1.7.2-r0) 06:51:48 (4/6) Installing libsodium-dev (1.0.18-r0) 06:51:48 (5/6) Installing libzmq (4.3.3-r0) 06:51:48 (6/6) Installing zeromq-dev (4.3.3-r0) 06:51:48 Executing busybox-1.31.1-r19.trigger 06:51:48 OK: 144 MiB in 45 packages 06:51:49 Removing intermediate container 434bb37e3ff9 06:51:49 ---> e0631561f59e 06:51:49 Step 6/8 : WORKDIR /device-sdk-go 06:51:49 ---> Running in 43aef5f866c6 06:51:50 Removing intermediate container 43aef5f866c6 06:51:50 ---> 684d907e8c6d 06:51:50 Step 7/8 : COPY . . 06:51:51 ---> 4c5fdf0b4873 06:51:51 Step 8/8 : RUN go mod download 06:51:51 ---> Running in 756275b83b77 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:51:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.076s coverage: 28.1% of statements 06:51:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.085s coverage: 81.2% of statements 06:51:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.052s coverage: 7.8% of statements 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:51:52 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.088s coverage: 32.5% of statements 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:51:52 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:51:53 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.087s coverage: 57.3% of statements 06:51:54 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.211s coverage: 6.6% of statements 06:51:54 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.072s coverage: 5.0% of statements 06:51:54 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:51:54 GO111MODULE=on go vet ./... 06:52:09 gofmt -l . 06:52:09 [ "`gofmt -l .`" = "" ] 06:52:09 ./bin/test-attribution-txt.sh 06:52:10 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:52:11 $ docker stop --time=1 7e9ce67d68a890ab39c634e2558ff80cac553f36678937aa90ec78d26ad67789 06:52:12 $ docker rm -f 7e9ce67d68a890ab39c634e2558ff80cac553f36678937aa90ec78d26ad67789 [Pipeline] // withDockerContainer [Pipeline] sh 06:52:13 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:52:13 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 06:52:15 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:52:15 + ls -al . 06:52:15 total 188 06:52:15 drwxrwxr-x. 10 jenkins jenkins 4096 Apr 4 06:52 . 06:52:15 drwxrwxr-x. 4 jenkins jenkins 28 Apr 4 06:50 .. 06:52:15 drwxrwxr-x. 2 jenkins jenkins 64 Apr 4 06:50 bin 06:52:15 -rw-r--r--. 1 jenkins jenkins 101240 Apr 4 06:51 coverage.out 06:52:15 -rw-rw-r--. 1 jenkins jenkins 987 Apr 4 06:50 Dockerfile.build 06:52:15 -rw-rw-r--. 1 jenkins jenkins 140 Apr 4 06:50 .dockerignore 06:52:15 drwxrwxr-x. 5 jenkins jenkins 62 Apr 4 06:50 example 06:52:15 drwxrwxr-x. 8 jenkins jenkins 179 Apr 4 06:50 .git 06:52:15 drwxrwxr-x. 2 jenkins jenkins 103 Apr 4 06:50 .github 06:52:15 -rw-rw-r--. 1 jenkins jenkins 138 Apr 4 06:50 .gitignore 06:52:15 -rw-r--r--. 1 jenkins jenkins 537 Apr 4 06:52 go.mod 06:52:15 -rw-r--r--. 1 jenkins jenkins 20946 Apr 4 06:52 go.sum 06:52:15 drwxrwxr-x. 14 jenkins jenkins 207 Apr 4 06:50 internal 06:52:15 -rw-rw-r--. 1 jenkins jenkins 901 Apr 4 06:50 Jenkinsfile 06:52:15 -rw-rw-r--. 1 jenkins jenkins 11341 Apr 4 06:50 LICENSE 06:52:15 -rw-rw-r--. 1 jenkins jenkins 1022 Apr 4 06:50 Makefile 06:52:15 drwxrwxr-x. 4 jenkins jenkins 26 Apr 4 06:50 openapi 06:52:15 drwxrwxr-x. 5 jenkins jenkins 50 Apr 4 06:50 pkg 06:52:15 -rw-rw-r--. 1 jenkins jenkins 5897 Apr 4 06:50 README.md 06:52:15 -rw-rw-r--. 1 jenkins jenkins 6616 Apr 4 06:50 RELEASE-NOTES.txt 06:52:15 drwxrwxr-x. 4 jenkins jenkins 54 Apr 4 06:50 snap 06:52:15 -rw-rw-r--. 1 jenkins jenkins 5 Apr 4 06:48 VERSION 06:52:15 -rw-rw-r--. 1 jenkins jenkins 222 Apr 4 06:50 version.go [Pipeline] isUnix [Pipeline] sh 06:52:16 + 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=30e8cd727449d6d5950eab3e35e578f72e09121d --label arch=amd64 --label version=0.0.0 . 06:52:16 Sending build context to Docker daemon 2.447MB 06:52:16 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 06:52:16 Step 2/23 : FROM ${BASE} AS builder 06:52:16 ---> cbbb1948acda 06:52:16 Step 3/23 : WORKDIR /device-sdk-go 06:52:17 ---> Running in e1b8720fd551 06:52:17 Removing intermediate container e1b8720fd551 06:52:17 ---> 37246e2b94f5 06:52:17 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:52:17 ---> Running in 12d13639a648 06:52:17 Removing intermediate container 12d13639a648 06:52:17 ---> d63c4a40a81b 06:52:17 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:17 ---> Running in 6ec30301a1a7 06:52:18 Removing intermediate container 756275b83b77 06:52:18 ---> 3b159bde0a84 06:52:18 Successfully built 3b159bde0a84 06:52:18 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 06:52:18 Removing intermediate container 6ec30301a1a7 06:52:18 ---> 3e66499c54e7 06:52:18 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 06:52:18 ---> Running in 94d6e018d79f 06:52:18 + docker inspect -f . ci-base-image-arm64 06:52:18 . [Pipeline] withDockerContainer 06:52:19 prd-ubuntu18.04-docker-arm64-4c-16g-32701 does not seem to be running inside a container 06:52:19 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:52:19 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:52:20 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:52:20 OK: 167 MiB in 45 packages 06:52:20 $ docker top eb8d0c3a462dde07daa009b87ba4b3859b3f54bd22da774797f37f90b79054bc -eo pid,comm 06:52:20 Removing intermediate container 94d6e018d79f 06:52:20 ---> 23feec2e40be 06:52:20 Step 7/23 : COPY . . [Pipeline] { [Pipeline] sh 06:52:21 + go version 06:52:21 go version go1.15.5 linux/arm64 [Pipeline] } 06:52:21 $ docker stop --time=1 eb8d0c3a462dde07daa009b87ba4b3859b3f54bd22da774797f37f90b79054bc 06:52:22 ---> 84a53a0f47d7 06:52:22 Step 8/23 : RUN go mod download 06:52:22 ---> Running in 06df9193e195 06:52:23 Removing intermediate container 06df9193e195 06:52:23 ---> 0123d39bc953 06:52:23 Step 9/23 : RUN make build 06:52:23 ---> Running in eaf025afaef0 06:52:23 $ docker rm -f eb8d0c3a462dde07daa009b87ba4b3859b3f54bd22da774797f37f90b79054bc 06:52:23 CGO_ENABLED=1 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 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 06:52:25 + docker inspect -f . ci-base-image-arm64 06:52:25 . [Pipeline] withDockerContainer 06:52:25 prd-ubuntu18.04-docker-arm64-4c-16g-32701 does not seem to be running inside a container 06:52:25 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/5 -v /w/workspace/device-sdk-go/5:/w/workspace/device-sdk-go/5:rw,z -v /w/workspace/device-sdk-go/5@tmp:/w/workspace/device-sdk-go/5@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 06:52:27 $ docker top c09b16bed429a59d2e1963cfbef31077737e8f6e249316a0d0b781c5567c93a9 -eo pid,comm [Pipeline] { [Pipeline] sh 06:52:28 + make test 06:52:28 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 06:52:34 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 06:52:35 Removing intermediate container eaf025afaef0 06:52:35 ---> 741474caf8d6 06:52:35 Step 10/23 : FROM alpine:3.12 06:52:36 3.12: Pulling from library/alpine 06:52:36 532819f3e44c: Pulling fs layer 06:52:36 532819f3e44c: Download complete 06:52:37 532819f3e44c: Pull complete 06:52:37 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:52:37 Status: Downloaded newer image for alpine:3.12 06:52:37 ---> 7230e588e954 06:52:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:52:37 ---> Running in 9c30f1dd7bde 06:52:37 Removing intermediate container 9c30f1dd7bde 06:52:37 ---> 7f5b8ed24225 06:52:37 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:52:37 ---> Running in 01fa8ce5400a 06:52:38 Removing intermediate container 01fa8ce5400a 06:52:38 ---> d0261d33399b 06:52:38 Step 13/23 : RUN apk add --update --no-cache zeromq 06:52:38 ---> Running in c8b50dc539db 06:52:38 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 06:52:39 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 06:52:40 (1/5) Installing libgcc (9.3.0-r2) 06:52:40 (2/5) Installing libsodium (1.0.18-r0) 06:52:40 (3/5) Installing libstdc++ (9.3.0-r2) 06:52:40 (4/5) Installing libzmq (4.3.3-r0) 06:52:40 (5/5) Installing zeromq (4.3.3-r0) 06:52:40 Executing busybox-1.31.1-r20.trigger 06:52:40 OK: 8 MiB in 19 packages 06:52:41 Removing intermediate container c8b50dc539db 06:52:41 ---> 4c728b013bce 06:52:41 Step 14/23 : WORKDIR / 06:52:41 ---> Running in 6a135961864f 06:52:41 Removing intermediate container 6a135961864f 06:52:41 ---> 019f47f76173 06:52:41 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 06:52:41 ---> c41d632a9999 06:52:41 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 06:52:42 ---> b8bf64f14827 06:52:42 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 06:52:42 ---> d9579cf3dec0 06:52:42 Step 18/23 : EXPOSE 49990 06:52:42 ---> Running in 3e036d904d08 06:52:43 Removing intermediate container 3e036d904d08 06:52:43 ---> fbc5a666eecd 06:52:43 Step 19/23 : ENTRYPOINT ["/device-simple"] 06:52:43 ---> Running in 44ce1fe97974 06:52:43 Removing intermediate container 44ce1fe97974 06:52:43 ---> 79db9164e205 06:52:43 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:52:43 ---> Running in 0f5054797a18 06:52:43 Removing intermediate container 0f5054797a18 06:52:43 ---> 9d4b3cbedfd7 06:52:43 Step 21/23 : LABEL arch=amd64 06:52:43 ---> Running in 4bcd1b6b91a7 06:52:43 Removing intermediate container 4bcd1b6b91a7 06:52:43 ---> 85dfedfb6922 06:52:43 Step 22/23 : LABEL git_sha=30e8cd727449d6d5950eab3e35e578f72e09121d 06:52:43 ---> Running in 9b70ddc63622 06:52:43 Removing intermediate container 9b70ddc63622 06:52:43 ---> 430a649c1b6f 06:52:43 Step 23/23 : LABEL version=0.0.0 06:52:43 ---> Running in 28190f4db4f6 06:52:43 Removing intermediate container 28190f4db4f6 06:52:43 ---> d351b489058d 06:52:43 [Warning] One or more build-args [ARCH MAKE] were not consumed 06:52:43 Successfully built d351b489058d 06:52:43 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 06:52:44 ---> job-cost.sh 06:52:44 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-UoFK 06:52:51 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 06:52:59 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:53:32 lf-activate-venv(): INFO: Adding /tmp/venv-UoFK/bin to PATH 06:53:32 INFO: No Stack... 06:53:32 INFO: Retrieving Pricing Info for: v1-standard-2 06:53:32 INFO: Archiving Costs [Pipeline] sh 06:53:32 + cut -d, -f6 06:53:32 + cat /w/workspace/device-sdk-go/5/archives/cost.csv [Pipeline] lock 06:53:32 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-851-5-stack-cost] 06:53:32 Resource [jenkins-edgexfoundry-device-sdk-go-PR-851-5-stack-cost] did not exist. Created. 06:53:32 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-851-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:53:32 + echo total: 0.029999999329447746 [Pipeline] stash 06:53:33 Stashed 1 file(s) [Pipeline] } 06:53:33 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-851-5-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 06:53:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 06:53:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/config [no test files] 06:53:47 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 06:53:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/application [no test files] 06:53:47 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 06:53:48 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.155s coverage: 28.1% of statements 06:53:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/cache 0.207s coverage: 81.2% of statements 06:53:50 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 1.186s coverage: 7.8% of statements 06:53:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/common [no test files] 06:53:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/config [no test files] 06:53:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 06:53:51 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http 0.272s coverage: 32.5% of statements 06:53:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/http/correlation [no test files] 06:53:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 06:53:51 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 06:53:56 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.307s coverage: 57.3% of statements 06:53:56 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 3.334s coverage: 6.6% of statements 06:53:56 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.0% of statements 06:53:56 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 06:53:56 GO111MODULE=on go vet ./... 06:54:43 gofmt -l . 06:54:43 [ "`gofmt -l .`" = "" ] 06:54:43 ./bin/test-attribution-txt.sh 06:54:43 ./bin/test-go-mod-tidy.sh [Pipeline] } 06:54:43 $ docker stop --time=1 c09b16bed429a59d2e1963cfbef31077737e8f6e249316a0d0b781c5567c93a9 06:54:45 $ docker rm -f c09b16bed429a59d2e1963cfbef31077737e8f6e249316a0d0b781c5567c93a9 [Pipeline] // withDockerContainer [Pipeline] sh 06:54:46 + sudo chown -R jenkins:jenkins . [Pipeline] stash 06:54:46 Warning: overwriting stash ‘coverage-report’ 06:54:47 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 06:54:48 + sudo chown -R jenkins:jenkins . [Pipeline] sh 06:54:48 + ls -al . 06:54:48 total 224 06:54:48 drwxrwxr-x 10 jenkins jenkins 4096 Apr 4 06:54 . 06:54:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 4 06:51 .. 06:54:48 -rw-rw-r-- 1 jenkins jenkins 140 Apr 4 06:51 .dockerignore 06:54:48 drwxrwxr-x 8 jenkins jenkins 4096 Apr 4 06:51 .git 06:54:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 4 06:51 .github 06:54:48 -rw-rw-r-- 1 jenkins jenkins 138 Apr 4 06:51 .gitignore 06:54:48 -rw-rw-r-- 1 jenkins jenkins 987 Apr 4 06:51 Dockerfile.build 06:54:48 -rw-rw-r-- 1 jenkins jenkins 901 Apr 4 06:51 Jenkinsfile 06:54:48 -rw-rw-r-- 1 jenkins jenkins 11341 Apr 4 06:51 LICENSE 06:54:48 -rw-rw-r-- 1 jenkins jenkins 1022 Apr 4 06:51 Makefile 06:54:48 -rw-rw-r-- 1 jenkins jenkins 5897 Apr 4 06:51 README.md 06:54:48 -rw-rw-r-- 1 jenkins jenkins 6616 Apr 4 06:51 RELEASE-NOTES.txt 06:54:48 -rw-rw-r-- 1 jenkins jenkins 5 Apr 4 06:48 VERSION 06:54:48 drwxrwxr-x 2 jenkins jenkins 4096 Apr 4 06:51 bin 06:54:48 -rw-r--r-- 1 jenkins jenkins 101240 Apr 4 06:53 coverage.out 06:54:48 drwxrwxr-x 5 jenkins jenkins 4096 Apr 4 06:51 example 06:54:48 -rw-r--r-- 1 jenkins jenkins 537 Apr 4 06:54 go.mod 06:54:48 -rw-r--r-- 1 jenkins jenkins 20946 Apr 4 06:54 go.sum 06:54:48 drwxrwxr-x 14 jenkins jenkins 4096 Apr 4 06:51 internal 06:54:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 4 06:51 openapi 06:54:48 drwxrwxr-x 5 jenkins jenkins 4096 Apr 4 06:51 pkg 06:54:48 drwxrwxr-x 4 jenkins jenkins 4096 Apr 4 06:51 snap 06:54:48 -rw-rw-r-- 1 jenkins jenkins 222 Apr 4 06:51 version.go [Pipeline] isUnix [Pipeline] sh 06:54:49 + 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=30e8cd727449d6d5950eab3e35e578f72e09121d --label arch=arm64 --label version=0.0.0 . 06:54:49 Sending build context to Docker daemon 2.446MB 06:54:49 Step 1/23 : ARG BASE=golang:1.15-alpine3.12 06:54:49 Step 2/23 : FROM ${BASE} AS builder 06:54:49 ---> 3b159bde0a84 06:54:49 Step 3/23 : WORKDIR /device-sdk-go 06:54:49 ---> Running in d8d378515d4e 06:54:50 Removing intermediate container d8d378515d4e 06:54:50 ---> bd5d01d2d9e2 06:54:50 Step 4/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:54:50 ---> Running in 06d9d72d59e4 06:54:50 Removing intermediate container 06d9d72d59e4 06:54:50 ---> aa7b6163f97d 06:54:50 Step 5/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:54:51 ---> Running in 8553ca0d64ee 06:54:53 Removing intermediate container 8553ca0d64ee 06:54:53 ---> 035792531294 06:54:53 Step 6/23 : RUN apk add --update --no-cache make git gcc libc-dev zeromq-dev libsodium-dev 06:54:53 ---> Running in 4320a0da8642 06:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:54:54 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:54:55 OK: 144 MiB in 45 packages 06:54:56 Removing intermediate container 4320a0da8642 06:54:56 ---> 4a3ec0962d91 06:54:56 Step 7/23 : COPY . . 06:54:58 ---> 21a0facfc59a 06:54:58 Step 8/23 : RUN go mod download 06:54:58 ---> Running in 40c7a5be3dc1 06:55:00 Removing intermediate container 40c7a5be3dc1 06:55:00 ---> 8b5ad7c3c50b 06:55:00 Step 9/23 : RUN make build 06:55:00 ---> Running in 18fbf0f3b041 06:55:01 CGO_ENABLED=1 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 06:55:34 CGO_ENABLED=1 GO111MODULE=on go install -tags=safe 06:55:36 Removing intermediate container 18fbf0f3b041 06:55:36 ---> 58b18c51480b 06:55:36 Step 10/23 : FROM alpine:3.12 06:55:37 3.12: Pulling from library/alpine 06:55:37 9a219e8acc52: Pulling fs layer 06:55:37 9a219e8acc52: Verifying Checksum 06:55:37 9a219e8acc52: Download complete 06:55:37 9a219e8acc52: Pull complete 06:55:37 Digest: sha256:834e9309b5ef0f78d8d20ef0652e7b0272fe97b5baf45720e1b830eaf013cc1b 06:55:37 Status: Downloaded newer image for alpine:3.12 06:55:37 ---> d75e27dfc0a0 06:55:37 Step 11/23 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 06:55:38 ---> Running in 09caa98c2809 06:55:38 Removing intermediate container 09caa98c2809 06:55:38 ---> 6ec4dca09fa5 06:55:38 Step 12/23 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 06:55:38 ---> Running in 47609fed448a 06:55:40 Removing intermediate container 47609fed448a 06:55:40 ---> ec5a0ca92033 06:55:40 Step 13/23 : RUN apk add --update --no-cache zeromq 06:55:41 ---> Running in a09b945a69ea 06:55:42 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 06:55:42 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 06:55:43 (1/5) Installing libgcc (9.3.0-r2) 06:55:43 (2/5) Installing libsodium (1.0.18-r0) 06:55:43 (3/5) Installing libstdc++ (9.3.0-r2) 06:55:43 (4/5) Installing libzmq (4.3.3-r0) 06:55:44 (5/5) Installing zeromq (4.3.3-r0) 06:55:44 Executing busybox-1.31.1-r20.trigger 06:55:44 OK: 8 MiB in 19 packages 06:55:45 Removing intermediate container a09b945a69ea 06:55:45 ---> 413a7539f559 06:55:45 Step 14/23 : WORKDIR / 06:55:45 ---> Running in 6050ec00a0b7 06:55:46 Removing intermediate container 6050ec00a0b7 06:55:46 ---> b3f1940475c1 06:55:46 Step 15/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/Attribution.txt /Attribution.txt 06:55:46 ---> 7d2be2a5cd66 06:55:46 Step 16/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /device-simple 06:55:48 ---> b636d9fe6897 06:55:48 Step 17/23 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/ /res 06:55:48 ---> 468d693ca8c3 06:55:48 Step 18/23 : EXPOSE 49990 06:55:48 ---> Running in 6684cca732cc 06:55:49 Removing intermediate container 6684cca732cc 06:55:49 ---> a9fe5f48994a 06:55:49 Step 19/23 : ENTRYPOINT ["/device-simple"] 06:55:49 ---> Running in 2ce82c89af2a 06:55:49 Removing intermediate container 2ce82c89af2a 06:55:49 ---> 153a6db05f9e 06:55:49 Step 20/23 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 06:55:49 ---> Running in 854576c95d1f 06:55:50 Removing intermediate container 854576c95d1f 06:55:50 ---> d7dfc9fcb0c3 06:55:50 Step 21/23 : LABEL arch=arm64 06:55:50 ---> Running in 5e3905352e40 06:55:51 Removing intermediate container 5e3905352e40 06:55:51 ---> a025ef8d5093 06:55:51 Step 22/23 : LABEL git_sha=30e8cd727449d6d5950eab3e35e578f72e09121d 06:55:51 ---> Running in fad670b06e1f 06:55:51 Removing intermediate container fad670b06e1f 06:55:51 ---> a1bbd0282537 06:55:51 Step 23/23 : LABEL version=0.0.0 06:55:51 ---> Running in cadbe64b6256 06:55:52 Removing intermediate container cadbe64b6256 06:55:52 ---> 3b6f8427c5c4 06:55:52 [Warning] One or more build-args [MAKE ARCH] were not consumed 06:55:52 Successfully built 3b6f8427c5c4 06:55:52 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 06:55:53 ---> job-cost.sh 06:55:53 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-qpeb 06:56:32 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 06:58:08 lf-activate-venv(): INFO: Adding /tmp/venv-qpeb/bin to PATH 06:58:08 INFO: No Stack... 06:58:08 INFO: Retrieving Pricing Info for: lf-standard-4 06:58:08 INFO: Archiving Costs [Pipeline] sh 06:58:09 + cat /w/workspace/device-sdk-go/5/archives/cost.csv 06:58:09 + cut -d, -f6 [Pipeline] lock 06:58:09 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-851-5-stack-cost] 06:58:09 Resource [jenkins-edgexfoundry-device-sdk-go-PR-851-5-stack-cost] did not exist. Created. 06:58:09 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-851-5-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 06:58:09 /w/workspace/device-sdk-go/5@tmp/durable-45a6ba64/script.sh: 1: /w/workspace/device-sdk-go/5@tmp/durable-45a6ba64/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 06:58:10 + echo total: 0.20999999344348907 [Pipeline] stash 06:58:10 Warning: overwriting stash ‘stack-cost’ 06:58:10 Stashed 1 file(s) [Pipeline] } 06:58:10 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-851-5-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 06:58:11 provisioning config files... 06:58:11 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/config335468181483938002tmp [Pipeline] { [Pipeline] sh 06:58:12 + set +x 06:58:12 + curl -s https://codecov.io/bash 06:58:12 + bash -s -- 06:58:12 06:58:12 _____ _ 06:58:12 / ____| | | 06:58:12 | | ___ __| | ___ ___ _____ __ 06:58:12 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 06:58:12 | |___| (_) | (_| | __/ (_| (_) \ V / 06:58:12 \_____\___/ \__,_|\___|\___\___/ \_/ 06:58:12 Bash-20210309-2b87ace 06:58:12 06:58:12 06:58:12 ==> git version 2.24.3 found 06:58:12 ==> 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 06:58:12 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 06:58:12 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 06:58:12 ==> Jenkins CI detected. 06:58:12 project root: . 06:58:12 --> token set from env 06:58:12 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 06:58:12 ==> Running gcov in . (disable via -X gcov) 06:58:12 ==> Python coveragepy not found 06:58:12 ==> Searching for coverage reports in: 06:58:12 + . 06:58:12 -> Found 1 reports 06:58:12 ==> Detecting git/mercurial file structure 06:58:12 ==> Reading reports 06:58:12 + ./coverage.out bytes=101240 06:58:12 ==> Appending adjustments 06:58:12 https://docs.codecov.io/docs/fixing-reports 06:58:12 + Found adjustments 06:58:12 ==> Gzipping contents 06:58:12 16K /tmp/codecov.uvtj3Q.gz 06:58:12 ==> Uploading reports 06:58:12 url: https://codecov.io 06:58:12 query: branch=PR-851&commit=30e8cd727449d6d5950eab3e35e578f72e09121d&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-851%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=851&job=&cmd_args= 06:58:12 -> Pinging Codecov 06:58:12 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-851&commit=30e8cd727449d6d5950eab3e35e578f72e09121d&build=5&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-851%2F5%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=851&job=&cmd_args= 06:58:13 -> Uploading to 06:58:13 https://storage.googleapis.com/codecov/v4/raw/2021-04-04/7E55EF52A471D76F132DFD9A03CDDE97/30e8cd727449d6d5950eab3e35e578f72e09121d/11ec36a5-c853-4e04-9335-4bfb1d19c263.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210404%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210404T065813Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=b02cf86dd296dc03fe4bce29d631cc17f56e923e160f57beb8cfd7e80a9f1efb 06:58:13 % Total % Received % Xferd Average Speed Time Time Time Current 06:58:13 Dload Upload Total Spent Left Speed 06:58:13 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 13711 0 0 100 13711 0 34846 --:--:-- --:--:-- --:--:-- 34888 06:58:13 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/30e8cd727449d6d5950eab3e35e578f72e09121d [Pipeline] } 06:58:13 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 06:58:15 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 06:58:16 ---> package-listing.sh 06:58:16 ++ facter osfamily 06:58:16 ++ tr '[:upper:]' '[:lower:]' 06:58:16 + OS_FAMILY=redhat 06:58:16 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-851 06:58:16 + START_PACKAGES=/tmp/packages_start.txt 06:58:16 + END_PACKAGES=/tmp/packages_end.txt 06:58:16 + DIFF_PACKAGES=/tmp/packages_diff.txt 06:58:16 + PACKAGES=/tmp/packages_start.txt 06:58:16 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-851 ']' 06:58:16 + PACKAGES=/tmp/packages_end.txt 06:58:16 + case "${OS_FAMILY}" in 06:58:16 + rpm -qa 06:58:16 + sort 06:58:21 + '[' -f /tmp/packages_start.txt ']' 06:58:21 + '[' -f /tmp/packages_end.txt ']' 06:58:21 + diff /tmp/packages_start.txt /tmp/packages_end.txt 06:58:21 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-851 ']' 06:58:21 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-851/archives/ 06:58:21 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-851/archives/ [Pipeline] echo 06:58:21 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-851/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 06:58:22 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 06:58:22 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:58:22 06:58:22 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 06:58:22 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:58:22 alpine: Pulling from edgex-lftools-log-publisher 06:58:22 df20fa9351a1: Pulling fs layer 06:58:22 36b3adc4ff6f: Pulling fs layer 06:58:22 8ad3a11d3b57: Pulling fs layer 06:58:22 46f8f816bc3b: Pulling fs layer 06:58:22 93b61091891f: Pulling fs layer 06:58:22 93b9cdb0e59b: Pulling fs layer 06:58:22 5e14af77c1be: Pulling fs layer 06:58:22 01666e4c0597: Pulling fs layer 06:58:22 aa168da1d23b: Pulling fs layer 06:58:22 93b9cdb0e59b: Waiting 06:58:22 5e14af77c1be: Waiting 06:58:22 aa168da1d23b: Waiting 06:58:22 01666e4c0597: Waiting 06:58:22 46f8f816bc3b: Waiting 06:58:22 93b61091891f: Waiting 06:58:22 36b3adc4ff6f: Download complete 06:58:22 46f8f816bc3b: Verifying Checksum 06:58:22 46f8f816bc3b: Download complete 06:58:22 df20fa9351a1: Verifying Checksum 06:58:22 93b9cdb0e59b: Verifying Checksum 06:58:22 93b9cdb0e59b: Download complete 06:58:22 93b61091891f: Verifying Checksum 06:58:22 93b61091891f: Download complete 06:58:22 5e14af77c1be: Verifying Checksum 06:58:22 5e14af77c1be: Download complete 06:58:22 01666e4c0597: Verifying Checksum 06:58:22 01666e4c0597: Download complete 06:58:22 8ad3a11d3b57: Verifying Checksum 06:58:22 8ad3a11d3b57: Download complete 06:58:23 df20fa9351a1: Pull complete 06:58:23 36b3adc4ff6f: Pull complete 06:58:24 8ad3a11d3b57: Pull complete 06:58:25 aa168da1d23b: Verifying Checksum 06:58:25 aa168da1d23b: Download complete 06:58:25 46f8f816bc3b: Pull complete 06:58:25 93b61091891f: Pull complete 06:58:25 93b9cdb0e59b: Pull complete 06:58:26 5e14af77c1be: Pull complete 06:58:26 01666e4c0597: Pull complete 06:58:32 aa168da1d23b: Pull complete 06:58:32 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 06:58:32 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 06:58:32 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 06:58:33 prd-centos7-docker-4c-2g-32699 does not seem to be running inside a container 06:58:33 $ 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-851/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-851 -v /w/workspace/dgexfoundry_device-sdk-go_PR-851:/w/workspace/dgexfoundry_device-sdk-go_PR-851:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 06:58:36 $ docker top f9569cb46d30004c5d46ed1b1cd7398037356733fc5bcd3d6a639a283e31803b -eo pid,comm [Pipeline] { [Pipeline] sh 06:58:37 + touch /tmp/pre-build-complete [Pipeline] sh 06:58:37 + mkdir -p /var/log/sa [Pipeline] sh 06:58:37 + ls /var/log/sa-host 06:58:37 + sadf -c /var/log/sa-host/sa04 06:58:37 file_magic: OK 06:58:37 HZ: Using current value: 100 06:58:37 file_header: OK 06:58:37 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 06:58:37 Statistics: 06:58:37 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 06:58:37 File successfully converted to sysstat format version 12.2.1 06:58:37 + sadf -c /var/log/sa-host/sa23 06:58:37 file_magic: OK 06:58:37 HZ: Using current value: 100 06:58:37 file_header: OK 06:58:37 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 06:58:37 Statistics: 06:58:37 Hnuu...uuuununununu... 06:58:37 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 06:58:38 provisioning config files... 06:58:38 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp/config7806921084273166065tmp [Pipeline] { [Pipeline] echo 06:58:38 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 06:58:38 ---> create-netrc.sh [Pipeline] } 06:58:38 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 06:58:38 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 06:58:39 ---> python-tools-install.sh [Pipeline] echo 06:58:39 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 06:58:39 ---> sudo-logs.sh 06:58:39 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 06:58:39 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 06:58:39 ---> job-cost.sh 06:58:39 lf-activate-venv: SKIPPING 06:58:39 DEBUG: total: 0.20999999344348907 06:58:39 INFO: Retrieving Stack Cost... 06:58:40 INFO: Retrieving Pricing Info for: v1-standard-2 06:58:41 INFO: Archiving Costs [Pipeline] echo 06:58:41 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 06:58:41 ---> logs-deploy.sh 06:58:41 lf-activate-venv: SKIPPING 06:58:41 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-851/5 06:58:41 INFO: archiving workspace using pattern(s): 06:58:43 Archives upload complete. 06:58:43 INFO: archiving logs to Nexus 06:58:44 ---> uname -a: 06:58:44 Linux prd-centos7-docker-4c-2g-32699.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 06:58:44 06:58:44 06:58:44 ---> lscpu: 06:58:44 Architecture: x86_64 06:58:44 CPU op-mode(s): 32-bit, 64-bit 06:58:44 Byte Order: Little Endian 06:58:44 Address sizes: 40 bits physical, 48 bits virtual 06:58:44 CPU(s): 4 06:58:44 On-line CPU(s) list: 0-3 06:58:44 Thread(s) per core: 1 06:58:44 Core(s) per socket: 1 06:58:44 Socket(s): 4 06:58:44 NUMA node(s): 1 06:58:44 Vendor ID: GenuineIntel 06:58:44 CPU family: 6 06:58:44 Model: 44 06:58:44 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 06:58:44 Stepping: 1 06:58:44 CPU MHz: 2933.438 06:58:44 BogoMIPS: 5866.87 06:58:44 Virtualization: VT-x 06:58:44 Hypervisor vendor: KVM 06:58:44 Virtualization type: full 06:58:44 L1d cache: 128 KiB 06:58:44 L1i cache: 128 KiB 06:58:44 L2 cache: 16 MiB 06:58:44 L3 cache: 64 MiB 06:58:44 NUMA node0 CPU(s): 0-3 06:58:44 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 06:58:44 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 06:58:44 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 06:58:44 Vulnerability Meltdown: Mitigation; PTI 06:58:44 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 06:58:44 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 06:58:44 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 06:58:44 Vulnerability Srbds: Not affected 06:58:44 Vulnerability Tsx async abort: Not affected 06:58:44 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 06:58:44 06:58:44 06:58:44 ---> nproc: 06:58:44 4 06:58:44 06:58:44 06:58:44 ---> df -h: 06:58:44 Filesystem Size Used Available Use% Mounted on 06:58:44 overlay 50.0G 7.3G 42.7G 15% / 06:58:44 tmpfs 64.0M 0 64.0M 0% /dev 06:58:44 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 06:58:44 shm 64.0M 0 64.0M 0% /dev/shm 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-851 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-851@tmp 06:58:44 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 06:58:44 06:58:44 06:58:44 ---> free -m: 06:58:44 total used free shared buff/cache available 06:58:44 Mem: 1837 693 88 0 1055 1039 06:58:44 Swap: 1023 1 1022 06:58:44 06:58:44 06:58:44 ---> ip addr: 06:58:44 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 06:58:44 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 06:58:44 inet 127.0.0.1/8 scope host lo 06:58:44 valid_lft forever preferred_lft forever 06:58:44 inet6 ::1/128 scope host 06:58:44 valid_lft forever preferred_lft forever 06:58:44 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 06:58:44 link/ether fa:16:3e:e4:65:5e brd ff:ff:ff:ff:ff:ff 06:58:44 inet 10.30.123.75/23 brd 10.30.123.255 scope global dynamic eth0 06:58:44 valid_lft 85760sec preferred_lft 85760sec 06:58:44 inet6 fe80::f816:3eff:fee4:655e/64 scope link 06:58:44 valid_lft forever preferred_lft forever 06:58:44 3: docker0: mtu 1500 qdisc noqueue state DOWN 06:58:44 link/ether 02:42:34:03:55:64 brd ff:ff:ff:ff:ff:ff 06:58:44 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 06:58:44 valid_lft forever preferred_lft forever 06:58:44 inet6 fe80::42:34ff:fe03:5564/64 scope link 06:58:44 valid_lft forever preferred_lft forever 06:58:44 06:58:44 06:58:44 ---> sar -b -r -n DEV: 06:58:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/04/21 _x86_64_ (4 CPU) 06:58:44 06:58:44 06:47:53 LINUX RESTART (4 CPU) 06:58:44 06:58:44 06:49:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 06:58:44 06:50:01 2.51 0.00 2.51 0.00 0.00 56.81 0.00 06:58:44 06:51:01 0.40 0.00 0.40 0.00 0.00 6.48 0.00 06:58:44 06:52:01 0.28 0.00 0.28 0.00 0.00 3.35 0.00 06:58:44 06:53:01 0.53 0.00 0.53 0.00 0.00 6.49 0.00 06:58:44 06:54:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 06:58:44 06:55:01 0.30 0.00 0.30 0.00 0.00 3.21 0.00 06:58:44 06:56:01 0.25 0.00 0.25 0.00 0.00 2.43 0.00 06:58:44 06:57:01 0.25 0.00 0.25 0.00 0.00 2.80 0.00 06:58:44 06:58:01 0.23 0.00 0.23 0.00 0.00 2.86 0.00 06:58:44 Average: 0.56 0.00 0.56 0.00 0.00 9.70 0.00 06:58:44 06:58:44 06:49:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 06:58:44 06:50:01 167752 0 580208 30.84 2620 1130964 1092696 37.29 424544 1090372 16 06:58:44 06:51:01 169384 0 578568 30.75 2620 1130972 1073332 36.63 424168 1089792 12 06:58:44 06:52:01 167564 0 580384 30.85 2620 1130976 1073344 36.63 438204 1077460 8 06:58:44 06:53:01 166012 0 581936 30.93 2620 1130976 1073308 36.63 438504 1079040 8 06:58:44 06:54:01 165064 0 582876 30.98 2620 1130984 1073284 36.63 440140 1078440 8 06:58:44 06:55:01 165840 0 582096 30.94 2620 1130988 1073164 36.63 439556 1078492 12 06:58:44 06:56:01 165552 0 582380 30.95 2620 1130992 1073164 36.63 439328 1078492 8 06:58:44 06:57:01 165568 0 582360 30.95 2620 1130996 1073164 36.63 439432 1078492 8 06:58:44 06:58:01 165568 0 582352 30.95 2620 1131004 1073164 36.63 439440 1078492 8 06:58:44 Average: 166478 0 581462 30.90 2620 1130984 1075402 36.70 435924 1081008 10 06:58:44 06:58:44 06:49:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 06:58:44 06:50:01 eth0 1.76 0.35 0.38 0.20 0.00 0.00 0.00 0.00 06:58:44 06:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:51:01 eth0 2.25 0.85 0.90 0.56 0.00 0.00 0.00 0.00 06:58:44 06:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:52:01 eth0 2.01 0.33 0.39 0.23 0.00 0.00 0.00 0.00 06:58:44 06:52:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:52:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:53:01 eth0 0.87 0.45 0.52 0.21 0.00 0.00 0.00 0.00 06:58:44 06:53:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:53:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:54:01 eth0 0.33 0.20 0.14 0.07 0.00 0.00 0.00 0.00 06:58:44 06:54:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:54:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:55:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:58:44 06:55:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:55:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:56:01 eth0 0.03 0.03 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:56:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:56:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:57:01 eth0 0.08 0.05 0.01 0.00 0.00 0.00 0.00 0.00 06:58:44 06:57:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:57:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:58:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 06:58:44 06:58:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:58:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 Average: eth0 0.84 0.27 0.26 0.14 0.00 0.00 0.00 0.00 06:58:44 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 06:58:44 06:58:44 06:58:44 ---> sar -P ALL: 06:58:44 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 04/04/21 _x86_64_ (4 CPU) 06:58:44 06:58:44 06:47:53 LINUX RESTART (4 CPU) 06:58:44 06:58:44 06:49:01 CPU %user %nice %system %iowait %steal %idle 06:58:44 06:50:01 all 0.17 0.00 0.05 0.00 0.00 99.77 06:58:44 06:50:01 0 0.48 0.00 0.05 0.00 0.02 99.45 06:58:44 06:50:01 1 0.10 0.00 0.07 0.00 0.00 99.83 06:58:44 06:50:01 2 0.07 0.00 0.05 0.00 0.00 99.88 06:58:44 06:50:01 3 0.03 0.00 0.05 0.00 0.00 99.92 06:58:44 06:51:01 all 0.18 0.00 0.04 0.00 0.00 99.78 06:58:44 06:51:01 0 0.32 0.00 0.05 0.00 0.00 99.63 06:58:44 06:51:01 1 0.05 0.00 0.03 0.00 0.00 99.92 06:58:44 06:51:01 2 0.27 0.00 0.02 0.00 0.00 99.72 06:58:44 06:51:01 3 0.08 0.00 0.05 0.00 0.00 99.87 06:58:44 06:52:01 all 0.15 0.00 0.05 0.00 0.00 99.80 06:58:44 06:52:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:58:44 06:52:01 1 0.07 0.00 0.07 0.00 0.00 99.87 06:58:44 06:52:01 2 0.48 0.00 0.08 0.00 0.00 99.43 06:58:44 06:52:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:58:44 06:53:01 all 0.18 0.00 0.04 0.00 0.01 99.78 06:58:44 06:53:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:58:44 06:53:01 1 0.05 0.00 0.02 0.00 0.02 99.92 06:58:44 06:53:01 2 0.52 0.00 0.05 0.00 0.02 99.42 06:58:44 06:53:01 3 0.10 0.00 0.05 0.00 0.02 99.83 06:58:44 06:54:01 all 0.16 0.00 0.05 0.00 0.01 99.77 06:58:44 06:54:01 0 0.05 0.00 0.03 0.00 0.02 99.90 06:58:44 06:54:01 1 0.20 0.00 0.02 0.00 0.02 99.77 06:58:44 06:54:01 2 0.37 0.00 0.12 0.00 0.00 99.52 06:58:44 06:54:01 3 0.03 0.00 0.03 0.00 0.02 99.92 06:58:44 06:55:01 all 0.06 0.00 0.04 0.00 0.00 99.90 06:58:44 06:55:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:58:44 06:55:01 1 0.20 0.00 0.08 0.00 0.00 99.72 06:58:44 06:55:01 2 0.02 0.00 0.05 0.00 0.00 99.93 06:58:44 06:55:01 3 0.02 0.00 0.02 0.00 0.00 99.97 06:58:44 06:56:01 all 0.15 0.00 0.02 0.00 0.00 99.82 06:58:44 06:56:01 0 0.02 0.00 0.03 0.00 0.00 99.95 06:58:44 06:56:01 1 0.53 0.00 0.02 0.00 0.02 99.43 06:58:44 06:56:01 2 0.05 0.00 0.02 0.00 0.00 99.93 06:58:44 06:56:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:58:44 06:57:01 all 0.15 0.00 0.02 0.00 0.00 99.83 06:58:44 06:57:01 0 0.02 0.00 0.02 0.00 0.00 99.97 06:58:44 06:57:01 1 0.52 0.00 0.02 0.00 0.00 99.47 06:58:44 06:57:01 2 0.02 0.00 0.03 0.00 0.00 99.95 06:58:44 06:57:01 3 0.03 0.00 0.02 0.00 0.00 99.95 06:58:44 06:58:01 all 0.13 0.00 0.03 0.00 0.00 99.84 06:58:44 06:58:01 0 0.03 0.00 0.03 0.00 0.00 99.93 06:58:44 06:58:01 1 0.43 0.00 0.05 0.00 0.00 99.52 06:58:44 06:58:01 2 0.02 0.00 0.02 0.00 0.00 99.97 06:58:44 06:58:01 3 0.02 0.00 0.03 0.00 0.00 99.95 06:58:44 Average: all 0.15 0.00 0.04 0.00 0.00 99.81 06:58:44 Average: 0 0.11 0.00 0.03 0.00 0.00 99.85 06:58:44 Average: 1 0.24 0.00 0.04 0.00 0.01 99.71 06:58:44 Average: 2 0.20 0.00 0.05 0.00 0.00 99.75 06:58:44 Average: 3 0.04 0.00 0.03 0.00 0.00 99.92 06:58:44 06:58:44 06:58:44