Pull request #804 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of weichou1229 for edgexfoundry/device-sdk-go Loading trusted files from base branch master at d38291b108151c678147caa989c3776b19aa5fc1 rather than 5cbefb55819c18007a34e5b99697e72d2dc34ccf Obtained Jenkinsfile from d38291b108151c678147caa989c3776b19aa5fc1 Running in Durability level: PERFORMANCE_OPTIMIZED Loading library edgex-global-pipelines@stable Attempting to resolve stable from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --is-inside-work-tree # timeout=10 Setting origin to git@github.com:edgexfoundry/edgex-global-pipelines.git > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching origin... Fetching upstream changes from origin > git --version # timeout=10 > git --version # 'git version 2.16.6' > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- origin +refs/heads/*:refs/remotes/origin/* # timeout=10 > git rev-parse refs/tags/stable^{commit} # timeout=10 Resolved tag stable revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Fetching with tags Fetching upstream changes from git@github.com:edgexfoundry/edgex-global-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 878f1b5bff316b9f7b5d8f8b1d22b752867b496c (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 878f1b5bff316b9f7b5d8f8b1d22b752867b496c # timeout=10 Commit message: "Merge pull request #321 from ernestojeda/email-fix-generateEmailTemplate" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:edgexfoundry/edgex-global-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. Loading library lf-pipelines@master Attempting to resolve master from remote references... > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision 46d8313d362d7075c0f562900eedc504c24ea18a using credential edgex-jenkins-ssh > git rev-parse --is-inside-work-tree # timeout=10 Fetching changes from the remote Git repository > git config remote.origin.url git@github.com:lfit/releng-pipelines.git # timeout=10 Fetching without tags Fetching upstream changes from git@github.com:lfit/releng-pipelines.git > git --version # timeout=10 > git --version # 'git version 2.16.6' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision 46d8313d362d7075c0f562900eedc504c24ea18a (master) > git config core.sparsecheckout # timeout=10 > git checkout -f 46d8313d362d7075c0f562900eedc504c24ea18a # timeout=10 Commit message: "Fix lfParallelCostCapture env var name" > git remote # timeout=10 > git submodule init # timeout=10 > git submodule sync # timeout=10 > git config --get remote.origin.url # timeout=10 > git submodule init # timeout=10 > git config -f .gitmodules --get-regexp ^submodule\.(.+)\.url # timeout=10 > git config --get submodule.global-jjb.url # timeout=10 > git config -f .gitmodules --get submodule.global-jjb.path # timeout=10 > git submodule update --init --recursive global-jjb # timeout=10 Excluding src/test/ from checkout of git git@github.com:lfit/releng-pipelines.git so that shared library test code cannot be accessed by Pipelines. To remove this log message, move the test code outside of src/. To restore the previous behavior that allowed access to files in src/test/, pass -Dorg.jenkinsci.plugins.workflow.libs.SCMSourceRetriever.INCLUDE_SRC_TEST_IN_LIBRARIES=true to the java command used to start Jenkins. [Pipeline] Start of Pipeline [Pipeline] echo ========================================================= [edgeXBuildGoApp] RAW Config: [project:device-sdk-go, dockerImageName:docker-device-sdk-simple, dockerFilePath:example/cmd/device-simple/Dockerfile, pushImage:false, publishSwaggerDocs:true, swaggerApiFolders:[openapi/v1, openapi/v2]] ========================================================= [Pipeline] echo Setting up nodes based on requested architectures [[amd64, arm64]] [Pipeline] echo Nodes requested: [[centos7-docker-4c-2g, ubuntu18.04-docker-arm64-4c-16g]] [Pipeline] echo ========================================================= [edgeXBuildGoApp] Pipeline Parameters: ========================================================= [Pipeline] echo MAVEN_SETTINGS: device-sdk-go-settings PROJECT: device-sdk-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.15 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine DOCKER_FILE_PATH: example/cmd/device-simple/Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-sdk-simple DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: false BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: true SWAGGER_API_FOLDERS: openapi/v1 openapi/v2 ARTIFACT_ROOT: archives/bin ARTIFACT_TYPES: docker SHOULD_BUILD: true BUILD_FAILURE_NOTIFY_LIST: edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] node Still waiting to schedule task All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-28347 in /w/workspace/dgexfoundry_device-sdk-go_PR-804 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-804 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.24.3' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/804/head:refs/remotes/origin/PR-804 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 5cbefb55819c18007a34e5b99697e72d2dc34ccf Merge succeeded, producing 5cbefb55819c18007a34e5b99697e72d2dc34ccf Checking out Revision 5cbefb55819c18007a34e5b99697e72d2dc34ccf (PR-804) > git config core.sparsecheckout # timeout=10 > git checkout -f 5cbefb55819c18007a34e5b99697e72d2dc34ccf # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub > git merge d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 5cbefb55819c18007a34e5b99697e72d2dc34ccf # timeout=10 Commit message: "build: Upgrade the go-mod-core-contracts lib" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 05:37:09 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 05:37:09 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { > git rev-list --no-walk 0ea23e3f0ca961e87626e4a39ea2010358eb753d # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] echo 05:37:09 ========================================================= 05:37:09 EdgeX Global Pipelines Version Info 05:37:09 ========================================================= [Pipeline] libraryResource [Pipeline] sh 05:37:11 ------------------- 05:37:11 stable info: 05:37:11 ------------------- 05:37:11 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 05:37:11 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 05:37:11 Message: update stable to v1.0.184 05:37:12 ------------------- 05:37:12 experimental info: 05:37:12 ------------------- 05:37:12 Commited By: **** collab-it+edgex@linuxfoundation.org 05:37:12 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 05:37:12 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 05:37:12 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 05:37:12 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 05:37:12 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 05:37:12 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 05:37:12 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 05:37:13 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 05:37:13 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 05:37:13 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 05:37:13 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 05:37:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 05:37:13 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 05:37:13 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 05:37:13 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 05:37:14 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 05:37:15 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 05:37:15 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 05:37:15 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 05:37:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-804 [Pipeline] echo 05:37:15 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-804 [Pipeline] echo 05:37:15 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-804 [Pipeline] echo 05:37:15 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 5cbefb55819c18007a34e5b99697e72d2dc34ccf [Pipeline] echo 05:37:15 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 5cbefb5 [Pipeline] echo 05:37:15 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:37:16 provisioning config files... 05:37:16 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/config1210467002261713524tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:37:16 ---> docker-login.sh 05:37:16 nexus3.edgexfoundry.org:10001 05:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:16 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:37:16 Configure a credential helper to remove this warning. See 05:37:16 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:37:16 05:37:16 Login Succeeded 05:37:16 nexus3.edgexfoundry.org:10002 05:37:16 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:37:17 Configure a credential helper to remove this warning. See 05:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:37:17 05:37:17 Login Succeeded 05:37:17 nexus3.edgexfoundry.org:10003 05:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:37:17 Configure a credential helper to remove this warning. See 05:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:37:17 05:37:17 Login Succeeded 05:37:17 nexus3.edgexfoundry.org:10004 05:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:37:17 Configure a credential helper to remove this warning. See 05:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:37:17 05:37:17 Login Succeeded 05:37:17 docker.io 05:37:17 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:37:17 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:37:17 Configure a credential helper to remove this warning. See 05:37:17 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:37:17 05:37:17 Login Succeeded 05:37:17 ---> docker-login.sh ends [Pipeline] } 05:37:17 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:37:18 + git log --format=format:%s -1 5cbefb55819c18007a34e5b99697e72d2dc34ccf [Pipeline] echo 05:37:18 GIT_COMMIT: 5cbefb55819c18007a34e5b99697e72d2dc34ccf, Commit Message: build: Upgrade the go-mod-core-contracts lib [Pipeline] echo 05:37:18 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 05:37:19 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:37:19 05:37:19 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 05:37:20 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:37:20 latest: Pulling from edgex-devops/git-semver 05:37:20 31603596830f: Pulling fs layer 05:37:20 2a8b12db71e7: Pulling fs layer 05:37:20 6ca5941a6612: Pulling fs layer 05:37:20 ecc8261a40a4: Pulling fs layer 05:37:20 ecc8261a40a4: Waiting 05:37:20 2a8b12db71e7: Download complete 05:37:20 31603596830f: Verifying Checksum 05:37:20 31603596830f: Download complete 05:37:20 6ca5941a6612: Verifying Checksum 05:37:20 6ca5941a6612: Download complete 05:37:20 ecc8261a40a4: Verifying Checksum 05:37:20 ecc8261a40a4: Download complete 05:37:20 31603596830f: Pull complete 05:37:21 2a8b12db71e7: Pull complete 05:37:22 6ca5941a6612: Pull complete 05:37:22 ecc8261a40a4: Pull complete 05:37:22 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 05:37:22 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 05:37:22 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 05:37:22 prd-centos7-docker-4c-2g-28347 does not seem to be running inside a container 05:37:22 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-804 -v /w/workspace/dgexfoundry_device-sdk-go_PR-804:/w/workspace/dgexfoundry_device-sdk-go_PR-804:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 05:37:24 $ docker top 80f717cf7980dd91ad5fb589c24b785e53b1518679b63a08a919c6ea9dd98e80 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 05:37:24 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:37:24 [ssh-agent] Looking for ssh-agent implementation... 05:37:25 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:37:25 $ docker exec 80f717cf7980dd91ad5fb589c24b785e53b1518679b63a08a919c6ea9dd98e80 ssh-agent 05:37:25 SSH_AUTH_SOCK=/tmp/ssh-qkPynnwClKRu/agent.12 05:37:25 SSH_AGENT_PID=17 05:37:25 Running ssh-add (command line suppressed) 05:37:25 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_6555197549431567553.key (/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_6555197549431567553.key) 05:37:25 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:37:25 + git tag --points-at HEAD [Pipeline] } 05:37:25 $ docker exec --env ******** --env ******** 80f717cf7980dd91ad5fb589c24b785e53b1518679b63a08a919c6ea9dd98e80 ssh-agent -k 05:37:26 unset SSH_AUTH_SOCK; 05:37:26 unset SSH_AGENT_PID; 05:37:26 echo Agent pid 17 killed; 05:37:26 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 05:37:26 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 05:37:26 [ssh-agent] Looking for ssh-agent implementation... 05:37:26 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 05:37:26 $ docker exec 80f717cf7980dd91ad5fb589c24b785e53b1518679b63a08a919c6ea9dd98e80 ssh-agent 05:37:26 SSH_AUTH_SOCK=/tmp/ssh-3ZCZsbmCNlF1/agent.45 05:37:26 SSH_AGENT_PID=51 05:37:26 Running ssh-add (command line suppressed) 05:37:26 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_4957493512122731644.key (/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_4957493512122731644.key) 05:37:26 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 05:37:27 + git semver init 05:37:27 # -> Open(): unable to determine branch for HEAD 05:37:27 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-804/.git 05:37:27 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-804 05:37:27 # $SEMVER_REMOTE_NAME = origin 05:37:27 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 05:37:27 # $SEMVER_USER_NAME = edgex-jenkins 05:37:27 # $SEMVER_BRANCH = PR-804 05:37:27 # $SEMVER_TEMP = /tmp/semver-192641592 05:37:27 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 05:37:27 # '/tmp/semver-192641592' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-804/.semver' 05:37:27 # -> Force: false 05:37:27 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-804/.semver [Pipeline] } 05:37:27 $ docker exec --env ******** --env ******** 80f717cf7980dd91ad5fb589c24b785e53b1518679b63a08a919c6ea9dd98e80 ssh-agent -k 05:37:27 unset SSH_AUTH_SOCK; 05:37:27 unset SSH_AGENT_PID; 05:37:27 echo Agent pid 51 killed; 05:37:27 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 05:37:28 + git semver [Pipeline] } 05:37:28 $ docker stop --time=1 80f717cf7980dd91ad5fb589c24b785e53b1518679b63a08a919c6ea9dd98e80 05:37:29 $ docker rm -f 80f717cf7980dd91ad5fb589c24b785e53b1518679b63a08a919c6ea9dd98e80 [Pipeline] // withDockerContainer [Pipeline] sh 05:37:30 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 05:37:30 Stashed 1 file(s) [Pipeline] echo 05:37:30 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 05:37:46 Still waiting to schedule task 05:37:46 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28347’ 05:37:46 Still waiting to schedule task 05:37:46 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 05:39:29 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28348 in /w/workspace/dgexfoundry_device-sdk-go_PR-804 [Pipeline] { [Pipeline] ws 05:39:29 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 05:39:34 using credential edgex-jenkins-ssh 05:39:34 Cloning the remote Git repository 05:39:34 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:39:35 > git init /w/workspace/device-sdk-go/3 # timeout=10 05:39:35 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:39:35 > git --version # timeout=10 05:39:35 > git --version # 'git version 2.17.1' 05:39:35 using GIT_SSH to set credentials SSH Credentials for GitHub 05:39:35 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:39:36 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 5cbefb55819c18007a34e5b99697e72d2dc34ccf 05:39:37 Merge succeeded, producing 5cbefb55819c18007a34e5b99697e72d2dc34ccf 05:39:37 Checking out Revision 5cbefb55819c18007a34e5b99697e72d2dc34ccf (PR-804) 05:39:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:39:36 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:39:36 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:39:36 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:39:36 using GIT_SSH to set credentials SSH Credentials for GitHub 05:39:36 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/804/head:refs/remotes/origin/PR-804 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:39:37 > git config core.sparsecheckout # timeout=10 05:39:37 > git checkout -f 5cbefb55819c18007a34e5b99697e72d2dc34ccf # timeout=10 05:39:37 > git remote # timeout=10 05:39:37 > git config --get remote.origin.url # timeout=10 05:39:37 using GIT_SSH to set credentials SSH Credentials for GitHub 05:39:37 > git merge d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 05:39:37 > git rev-parse HEAD^{commit} # timeout=10 05:39:37 > git config core.sparsecheckout # timeout=10 05:39:37 > git checkout -f 5cbefb55819c18007a34e5b99697e72d2dc34ccf # timeout=10 05:39:41 Commit message: "build: Upgrade the go-mod-core-contracts lib" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:39:43 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 05:39:43 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:39:44 + true 05:39:44 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:39:46 provisioning config files... 05:39:46 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config5824436867039306410tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:39:47 ---> docker-login.sh 05:39:47 nexus3.edgexfoundry.org:10001 05:39:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:48 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:39:48 Configure a credential helper to remove this warning. See 05:39:48 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:39:48 05:39:48 Login Succeeded 05:39:48 nexus3.edgexfoundry.org:10002 05:39:48 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:39:49 Configure a credential helper to remove this warning. See 05:39:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:39:49 05:39:49 Login Succeeded 05:39:49 nexus3.edgexfoundry.org:10003 05:39:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:39:49 Configure a credential helper to remove this warning. See 05:39:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:39:49 05:39:49 Login Succeeded 05:39:49 nexus3.edgexfoundry.org:10004 05:39:49 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:49 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:39:49 Configure a credential helper to remove this warning. See 05:39:49 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:39:49 05:39:49 Login Succeeded 05:39:49 docker.io 05:39:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:39:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:39:50 Configure a credential helper to remove this warning. See 05:39:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:39:50 05:39:50 Login Succeeded 05:39:50 ---> docker-login.sh ends [Pipeline] } 05:39:50 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:39:51 ========================================================= 05:39:51 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 05:39:51 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:39:51 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 05:39:52 Sending build context to Docker daemon 2.469MB 05:39:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:39:52 Step 2/8 : FROM ${BASE} 05:39:52 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 05:39:52 5f621e34cdf4: Pulling fs layer 05:39:52 a4357932f1b6: Pulling fs layer 05:39:52 18c013af1878: Pulling fs layer 05:39:52 00ac8860ef70: Pulling fs layer 05:39:52 63d7cb157983: Pulling fs layer 05:39:52 b116817d02f9: Pulling fs layer 05:39:52 745a02a5169b: Pulling fs layer 05:39:52 00ac8860ef70: Waiting 05:39:52 b116817d02f9: Waiting 05:39:52 63d7cb157983: Waiting 05:39:52 745a02a5169b: Waiting 05:39:52 18c013af1878: Verifying Checksum 05:39:52 18c013af1878: Download complete 05:39:52 a4357932f1b6: Download complete 05:39:52 63d7cb157983: Verifying Checksum 05:39:52 63d7cb157983: Download complete 05:39:53 b116817d02f9: Verifying Checksum 05:39:53 b116817d02f9: Download complete 05:39:53 5f621e34cdf4: Verifying Checksum 05:39:53 5f621e34cdf4: Download complete 05:39:53 5f621e34cdf4: Pull complete 05:39:54 a4357932f1b6: Pull complete 05:39:54 18c013af1878: Pull complete 05:39:55 745a02a5169b: Verifying Checksum 05:39:55 745a02a5169b: Download complete 05:39:56 00ac8860ef70: Verifying Checksum 05:39:56 00ac8860ef70: Download complete 05:40:06 00ac8860ef70: Pull complete 05:40:06 63d7cb157983: Pull complete 05:40:07 b116817d02f9: Pull complete 05:40:11 745a02a5169b: Pull complete 05:40:11 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 05:40:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 05:40:11 ---> b7e6874047d6 05:40:11 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:40:13 ---> Running in d42d38cdba5a 05:40:13 Removing intermediate container d42d38cdba5a 05:40:13 ---> 5f84d1aee3d6 05:40:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:13 ---> Running in bc3dc0bdd02a 05:40:16 Removing intermediate container bc3dc0bdd02a 05:40:16 ---> 2ecea3b0dede 05:40:16 Step 5/8 : RUN apk add --update --no-cache make git 05:40:16 ---> Running in 8a626f6a8c8b 05:40:17 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:40:17 Running on prd-centos7-docker-4c-2g-28349 in /w/workspace/dgexfoundry_device-sdk-go_PR-804 [Pipeline] { [Pipeline] ws 05:40:17 Running in /w/workspace/device-sdk-go/3 [Pipeline] { [Pipeline] checkout 05:40:18 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:40:19 OK: 142 MiB in 39 packages 05:40:20 Removing intermediate container 8a626f6a8c8b 05:40:20 ---> a3a22a27b3b2 05:40:20 Step 6/8 : WORKDIR /device-sdk-go 05:40:20 using credential edgex-jenkins-ssh 05:40:20 Cloning the remote Git repository 05:40:20 ---> Running in fd7684584063 05:40:20 Removing intermediate container fd7684584063 05:40:20 ---> 80ebeaaf1593 05:40:20 Step 7/8 : COPY . . 05:40:19 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 05:40:19 > git init /w/workspace/device-sdk-go/3 # timeout=10 05:40:19 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:40:19 > git --version # timeout=10 05:40:19 > git --version # 'git version 2.24.3' 05:40:19 using GIT_SSH to set credentials SSH Credentials for GitHub 05:40:19 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 05:40:21 ---> 55d5febe7458 05:40:21 Step 8/8 : RUN go mod download 05:40:22 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 5cbefb55819c18007a34e5b99697e72d2dc34ccf 05:40:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:40:21 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 05:40:21 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 05:40:21 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 05:40:21 using GIT_SSH to set credentials SSH Credentials for GitHub 05:40:21 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/804/head:refs/remotes/origin/PR-804 +refs/heads/master:refs/remotes/origin/master # timeout=10 05:40:21 > git config core.sparsecheckout # timeout=10 05:40:21 > git checkout -f 5cbefb55819c18007a34e5b99697e72d2dc34ccf # timeout=10 05:40:21 > git remote # timeout=10 05:40:22 ---> Running in eac423171e02 05:40:22 Merge succeeded, producing 5cbefb55819c18007a34e5b99697e72d2dc34ccf 05:40:22 Checking out Revision 5cbefb55819c18007a34e5b99697e72d2dc34ccf (PR-804) 05:40:21 > git config --get remote.origin.url # timeout=10 05:40:21 using GIT_SSH to set credentials SSH Credentials for GitHub 05:40:21 > git merge d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 05:40:21 > git rev-parse HEAD^{commit} # timeout=10 05:40:21 > git config core.sparsecheckout # timeout=10 05:40:21 > git checkout -f 5cbefb55819c18007a34e5b99697e72d2dc34ccf # timeout=10 05:40:25 Commit message: "build: Upgrade the go-mod-core-contracts lib" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 05:40:26 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 05:40:27 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 05:40:27 + sudo service docker restart 05:40:27 + true 05:40:27 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 05:40:29 provisioning config files... 05:40:29 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/3@tmp/config8073937452153836654tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 05:40:29 ---> docker-login.sh 05:40:29 nexus3.edgexfoundry.org:10001 05:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:30 Configure a credential helper to remove this warning. See 05:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:30 05:40:30 Login Succeeded 05:40:30 nexus3.edgexfoundry.org:10002 05:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:30 Configure a credential helper to remove this warning. See 05:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:30 05:40:30 Login Succeeded 05:40:30 nexus3.edgexfoundry.org:10003 05:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:30 Configure a credential helper to remove this warning. See 05:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:30 05:40:30 Login Succeeded 05:40:30 nexus3.edgexfoundry.org:10004 05:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:30 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:30 Configure a credential helper to remove this warning. See 05:40:30 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:30 05:40:30 Login Succeeded 05:40:30 docker.io 05:40:30 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 05:40:31 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 05:40:31 Configure a credential helper to remove this warning. See 05:40:31 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 05:40:31 05:40:31 Login Succeeded 05:40:31 ---> docker-login.sh ends [Pipeline] } 05:40:31 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 05:40:31 ========================================================= 05:40:31 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 05:40:31 ========================================================= [Pipeline] isUnix [Pipeline] sh 05:40:31 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 05:40:31 Sending build context to Docker daemon 2.462MB 05:40:32 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 05:40:32 Step 2/8 : FROM ${BASE} 05:40:32 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 05:40:32 188c0c94c7c5: Pulling fs layer 05:40:32 0ef7d3d256c8: Pulling fs layer 05:40:32 de9db76c5a1d: Pulling fs layer 05:40:32 bca2f99d35d6: Pulling fs layer 05:40:32 93359f2a8cfa: Pulling fs layer 05:40:32 7c6f9722023f: Pulling fs layer 05:40:32 a35cf1a2eb13: Pulling fs layer 05:40:32 93359f2a8cfa: Waiting 05:40:32 7c6f9722023f: Waiting 05:40:32 bca2f99d35d6: Waiting 05:40:32 a35cf1a2eb13: Waiting 05:40:32 de9db76c5a1d: Verifying Checksum 05:40:32 de9db76c5a1d: Download complete 05:40:32 0ef7d3d256c8: Verifying Checksum 05:40:32 0ef7d3d256c8: Download complete 05:40:32 93359f2a8cfa: Verifying Checksum 05:40:32 93359f2a8cfa: Download complete 05:40:32 188c0c94c7c5: Verifying Checksum 05:40:32 188c0c94c7c5: Download complete 05:40:32 7c6f9722023f: Verifying Checksum 05:40:32 7c6f9722023f: Download complete 05:40:32 188c0c94c7c5: Pull complete 05:40:32 0ef7d3d256c8: Pull complete 05:40:32 de9db76c5a1d: Pull complete 05:40:34 a35cf1a2eb13: Verifying Checksum 05:40:34 bca2f99d35d6: Verifying Checksum 05:40:34 bca2f99d35d6: Download complete 05:40:41 bca2f99d35d6: Pull complete 05:40:41 93359f2a8cfa: Pull complete 05:40:41 7c6f9722023f: Pull complete 05:40:45 a35cf1a2eb13: Pull complete 05:40:45 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 05:40:45 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 05:40:45 ---> a62c8e92a672 05:40:45 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:40:45 ---> Running in 689e88c65271 05:40:45 Removing intermediate container 689e88c65271 05:40:45 ---> 0795d0fde753 05:40:45 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:40:45 ---> Running in 14a7871c7f19 05:40:46 Removing intermediate container 14a7871c7f19 05:40:46 ---> f4aea6fa8eaf 05:40:46 Step 5/8 : RUN apk add --update --no-cache make git 05:40:46 ---> Running in 253fdaf91221 05:40:47 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:40:48 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:40:48 OK: 166 MiB in 39 packages 05:40:49 Removing intermediate container eac423171e02 05:40:49 ---> 954e8a63bc4a 05:40:49 Successfully built 954e8a63bc4a 05:40:49 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 05:40:49 Removing intermediate container 253fdaf91221 05:40:49 ---> 9e162f3adf9c 05:40:49 Step 6/8 : WORKDIR /device-sdk-go 05:40:49 ---> Running in be32534330b0 05:40:49 + docker inspect -f . ci-base-image-arm64 05:40:49 . [Pipeline] withDockerContainer 05:40:49 Removing intermediate container be32534330b0 05:40:49 ---> 8db233a3a476 05:40:49 Step 7/8 : COPY . . 05:40:49 prd-ubuntu18.04-docker-arm64-4c-16g-28348 does not seem to be running inside a container 05:40:49 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:40:50 ---> 3904f4433ccc 05:40:50 Step 8/8 : RUN go mod download 05:40:50 ---> Running in e06c45888945 05:40:51 $ docker top e457a045bd3a85ebd01884823be7419cf8e0420bf4112293452209c7a617eb5a -eo pid,comm [Pipeline] { [Pipeline] sh 05:40:52 + go version 05:40:52 go version go1.15.5 linux/arm64 [Pipeline] } 05:40:52 $ docker stop --time=1 e457a045bd3a85ebd01884823be7419cf8e0420bf4112293452209c7a617eb5a 05:40:54 $ docker rm -f e457a045bd3a85ebd01884823be7419cf8e0420bf4112293452209c7a617eb5a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:40:55 + docker inspect -f . ci-base-image-arm64 05:40:55 . [Pipeline] withDockerContainer 05:40:55 prd-ubuntu18.04-docker-arm64-4c-16g-28348 does not seem to be running inside a container 05:40:55 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 05:40:56 $ docker top b81d8e0bde7baf8bb0c2a5012bbe29816f02f1b59b51bb5ee6dd722e1b27f981 -eo pid,comm [Pipeline] { [Pipeline] sh 05:40:57 + make test 05:40:57 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:41:13 Removing intermediate container e06c45888945 05:41:13 ---> 402bb7c2b3dc 05:41:13 Successfully built 402bb7c2b3dc 05:41:13 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 05:41:13 + docker inspect -f . ci-base-image-x86_64 05:41:13 . [Pipeline] withDockerContainer 05:41:13 prd-centos7-docker-4c-2g-28349 does not seem to be running inside a container 05:41:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:41:14 $ docker top b3d7c29926261182ba39125001aaa99074293a1f627e154b34d0fb544056502e -eo pid,comm [Pipeline] { [Pipeline] sh 05:41:15 + go version 05:41:15 go version go1.15.5 linux/amd64 [Pipeline] } 05:41:15 $ docker stop --time=1 b3d7c29926261182ba39125001aaa99074293a1f627e154b34d0fb544056502e 05:41:16 $ docker rm -f b3d7c29926261182ba39125001aaa99074293a1f627e154b34d0fb544056502e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 05:41:17 + docker inspect -f . ci-base-image-x86_64 05:41:17 . [Pipeline] withDockerContainer 05:41:17 prd-centos7-docker-4c-2g-28349 does not seem to be running inside a container 05:41:17 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/3 -v /w/workspace/device-sdk-go/3:/w/workspace/device-sdk-go/3:rw,z -v /w/workspace/device-sdk-go/3@tmp:/w/workspace/device-sdk-go/3@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 05:41:18 $ docker top 795c62c9b2979ec4fc5ec6a06b13ad05459d203354c8eafb8a1e828bfeabdb21 -eo pid,comm [Pipeline] { [Pipeline] sh 05:41:18 + make test 05:41:18 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 05:41:20 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 05:41:27 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 05:41:42 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 05:41:42 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 05:41:42 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 05:41:44 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.062s coverage: 25.5% of statements 05:42:07 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 05:42:07 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 05:42:07 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 05:42:07 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.128s coverage: 25.5% of statements 05:42:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.056s coverage: 10.5% of statements 05:42:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.075s coverage: 12.5% of statements 05:42:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 05:42:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.075s coverage: 84.8% of statements 05:42:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 05:42:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 05:42:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 05:42:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 05:42:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.073s coverage: 48.7% of statements 05:42:16 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 05:42:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.063s coverage: 81.3% of statements 05:42:16 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.086s coverage: 24.8% of statements 05:42:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.569s coverage: 83.5% of statements 05:42:16 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.2% of statements 05:42:16 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 05:42:16 GO111MODULE=on go vet ./... 05:42:25 gofmt -l . 05:42:25 [ "`gofmt -l .`" = "" ] 05:42:25 ./bin/test-attribution-txt.sh 05:42:25 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:42:25 $ docker stop --time=1 795c62c9b2979ec4fc5ec6a06b13ad05459d203354c8eafb8a1e828bfeabdb21 05:42:27 $ docker rm -f 795c62c9b2979ec4fc5ec6a06b13ad05459d203354c8eafb8a1e828bfeabdb21 [Pipeline] // withDockerContainer [Pipeline] sh 05:42:28 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:42:29 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 05:42:31 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:42:32 + ls -al . 05:42:32 total 188 05:42:32 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 3 05:42 . 05:42:32 drwxrwxr-x. 4 jenkins jenkins 28 Mar 3 05:40 .. 05:42:32 drwxrwxr-x. 2 jenkins jenkins 64 Mar 3 05:40 bin 05:42:32 -rw-r--r--. 1 jenkins jenkins 102529 Mar 3 05:42 coverage.out 05:42:32 -rw-rw-r--. 1 jenkins jenkins 949 Mar 3 05:40 Dockerfile.build 05:42:32 -rw-rw-r--. 1 jenkins jenkins 140 Mar 3 05:40 .dockerignore 05:42:32 drwxrwxr-x. 4 jenkins jenkins 48 Mar 3 05:40 example 05:42:32 drwxrwxr-x. 8 jenkins jenkins 179 Mar 3 05:40 .git 05:42:32 drwxrwxr-x. 2 jenkins jenkins 103 Mar 3 05:40 .github 05:42:32 -rw-rw-r--. 1 jenkins jenkins 138 Mar 3 05:40 .gitignore 05:42:32 -rw-r--r--. 1 jenkins jenkins 516 Mar 3 05:42 go.mod 05:42:32 -rw-r--r--. 1 jenkins jenkins 17372 Mar 3 05:42 go.sum 05:42:32 drwxrwxr-x. 13 jenkins jenkins 183 Mar 3 05:40 internal 05:42:32 -rw-rw-r--. 1 jenkins jenkins 901 Mar 3 05:40 Jenkinsfile 05:42:32 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 3 05:40 LICENSE 05:42:32 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 3 05:40 Makefile 05:42:32 drwxrwxr-x. 4 jenkins jenkins 26 Mar 3 05:40 openapi 05:42:32 drwxrwxr-x. 5 jenkins jenkins 50 Mar 3 05:40 pkg 05:42:32 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 3 05:40 README.md 05:42:32 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 3 05:40 RELEASE-NOTES.txt 05:42:32 drwxrwxr-x. 4 jenkins jenkins 54 Mar 3 05:40 snap 05:42:32 -rw-rw-r--. 1 jenkins jenkins 5 Mar 3 05:37 VERSION 05:42:32 -rw-rw-r--. 1 jenkins jenkins 222 Mar 3 05:40 version.go [Pipeline] isUnix [Pipeline] sh 05:42:32 + 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=5cbefb55819c18007a34e5b99697e72d2dc34ccf --label arch=amd64 --label version=0.0.0 . 05:42:32 Sending build context to Docker daemon 2.565MB 05:42:32 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 05:42:32 Step 2/24 : FROM ${BASE} AS builder 05:42:32 ---> 402bb7c2b3dc 05:42:32 Step 3/24 : ARG MAKE='make build' 05:42:33 ---> Running in 3216fd949aa5 05:42:33 Removing intermediate container 3216fd949aa5 05:42:33 ---> eb7ba3c548d5 05:42:33 Step 4/24 : WORKDIR /device-sdk-go 05:42:33 ---> Running in d46bb8d75de8 05:42:33 Removing intermediate container d46bb8d75de8 05:42:33 ---> b022a32e04d1 05:42:33 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:42:33 ---> Running in 8448ca832185 05:42:33 Removing intermediate container 8448ca832185 05:42:33 ---> c244ec676bfa 05:42:33 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:42:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.122s coverage: 10.5% of statements 05:42:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.145s coverage: 12.5% of statements 05:42:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 05:42:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.147s coverage: 84.8% of statements 05:42:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 05:42:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 05:42:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 05:42:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 05:42:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.189s coverage: 48.7% of statements 05:42:33 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 05:42:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.162s coverage: 81.3% of statements 05:42:33 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.213s coverage: 24.8% of statements 05:42:33 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.677s coverage: 83.5% of statements 05:42:33 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.128s coverage: 5.2% of statements 05:42:33 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 05:42:33 GO111MODULE=on go vet ./... 05:42:33 ---> Running in 1b3a3dd744c1 05:42:34 Removing intermediate container 1b3a3dd744c1 05:42:34 ---> bb4ff50eef9a 05:42:34 Step 7/24 : RUN apk add --update --no-cache make git 05:42:35 ---> Running in 0f64f4d55ae3 05:42:35 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 05:42:36 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 05:42:36 OK: 166 MiB in 39 packages 05:42:37 Removing intermediate container 0f64f4d55ae3 05:42:37 ---> d9650e0b283f 05:42:37 Step 8/24 : COPY . . 05:42:38 ---> 853e2a4b68c9 05:42:38 Step 9/24 : RUN ${MAKE} 05:42:38 ---> Running in f07aa86f605b 05:42:38 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:42:49 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:42:50 Removing intermediate container f07aa86f605b 05:42:50 ---> 0378ebf366bd 05:42:50 Step 10/24 : FROM scratch 05:42:50 ---> 05:42:50 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:42:50 ---> Running in 6cfebb38ee99 05:42:51 Removing intermediate container 6cfebb38ee99 05:42:51 ---> 66ec0da72e07 05:42:51 Step 12/24 : ENV APP_PORT=49990 05:42:51 ---> Running in 7bff9f61e866 05:42:51 Removing intermediate container 7bff9f61e866 05:42:51 ---> 3b36f55077b6 05:42:51 Step 13/24 : EXPOSE $APP_PORT 05:42:51 ---> Running in 61b8140fcb8a 05:42:51 Removing intermediate container 61b8140fcb8a 05:42:51 ---> d83b15d86a76 05:42:51 Step 14/24 : WORKDIR / 05:42:51 ---> Running in ed9153492a53 05:42:51 Removing intermediate container ed9153492a53 05:42:51 ---> f54a0a475107 05:42:51 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:42:52 ---> b12797ac6692 05:42:52 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:42:52 ---> 655c2dd58277 05:42:52 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:42:52 ---> efc0477cf8f8 05:42:52 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:42:53 ---> d86f57671f1a 05:42:53 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:42:53 ---> 2ec3764d9eb2 05:42:53 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:42:53 ---> Running in 71de8da77c43 05:42:53 Removing intermediate container 71de8da77c43 05:42:53 ---> 75d32a086b48 05:42:53 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:42:53 ---> Running in eff3a93be377 05:42:53 Removing intermediate container eff3a93be377 05:42:53 ---> 494707407b62 05:42:53 Step 22/24 : LABEL arch=amd64 05:42:53 ---> Running in 27ddaab136d3 05:42:54 Removing intermediate container 27ddaab136d3 05:42:54 ---> e7d2b06d63bd 05:42:54 Step 23/24 : LABEL git_sha=5cbefb55819c18007a34e5b99697e72d2dc34ccf 05:42:54 ---> Running in 9fac5e7dd4e1 05:42:54 Removing intermediate container 9fac5e7dd4e1 05:42:54 ---> 502538a8003c 05:42:54 Step 24/24 : LABEL version=0.0.0 05:42:54 ---> Running in e9b438fbf7ef 05:42:54 Removing intermediate container e9b438fbf7ef 05:42:54 ---> de4afb4626f8 05:42:54 [Warning] One or more build-args [ARCH] were not consumed 05:42:54 Successfully built de4afb4626f8 05:42:54 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:42:55 ---> job-cost.sh 05:42:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-n24l 05:43:13 gofmt -l . 05:43:13 [ "`gofmt -l .`" = "" ] 05:43:13 ./bin/test-attribution-txt.sh 05:43:13 ./bin/test-go-mod-tidy.sh [Pipeline] } 05:43:13 $ docker stop --time=1 b81d8e0bde7baf8bb0c2a5012bbe29816f02f1b59b51bb5ee6dd722e1b27f981 05:43:14 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:43:15 $ docker rm -f b81d8e0bde7baf8bb0c2a5012bbe29816f02f1b59b51bb5ee6dd722e1b27f981 [Pipeline] // withDockerContainer [Pipeline] sh 05:43:16 + sudo chown -R jenkins:jenkins . [Pipeline] stash 05:43:16 Warning: overwriting stash ‘coverage-report’ 05:43:17 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 05:43:18 + sudo chown -R jenkins:jenkins . [Pipeline] sh 05:43:18 + ls -al . 05:43:18 total 224 05:43:18 drwxrwxr-x 10 jenkins jenkins 4096 Mar 3 05:43 . 05:43:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 05:39 .. 05:43:18 -rw-rw-r-- 1 jenkins jenkins 140 Mar 3 05:39 .dockerignore 05:43:18 drwxrwxr-x 8 jenkins jenkins 4096 Mar 3 05:39 .git 05:43:18 drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 05:39 .github 05:43:18 -rw-rw-r-- 1 jenkins jenkins 138 Mar 3 05:39 .gitignore 05:43:18 -rw-rw-r-- 1 jenkins jenkins 949 Mar 3 05:39 Dockerfile.build 05:43:18 -rw-rw-r-- 1 jenkins jenkins 901 Mar 3 05:39 Jenkinsfile 05:43:18 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 3 05:39 LICENSE 05:43:18 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 3 05:39 Makefile 05:43:18 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 3 05:39 README.md 05:43:18 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 3 05:39 RELEASE-NOTES.txt 05:43:18 -rw-rw-r-- 1 jenkins jenkins 5 Mar 3 05:37 VERSION 05:43:18 drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 05:39 bin 05:43:18 -rw-r--r-- 1 jenkins jenkins 102528 Mar 3 05:42 coverage.out 05:43:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 05:39 example 05:43:18 -rw-r--r-- 1 jenkins jenkins 516 Mar 3 05:43 go.mod 05:43:18 -rw-r--r-- 1 jenkins jenkins 17372 Mar 3 05:43 go.sum 05:43:18 drwxrwxr-x 13 jenkins jenkins 4096 Mar 3 05:39 internal 05:43:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 05:39 openapi 05:43:18 drwxrwxr-x 5 jenkins jenkins 4096 Mar 3 05:39 pkg 05:43:18 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 05:39 snap 05:43:18 -rw-rw-r-- 1 jenkins jenkins 222 Mar 3 05:39 version.go [Pipeline] isUnix [Pipeline] sh 05:43:18 + 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=5cbefb55819c18007a34e5b99697e72d2dc34ccf --label arch=arm64 --label version=0.0.0 . 05:43:19 Sending build context to Docker daemon 2.573MB 05:43:19 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 05:43:19 Step 2/24 : FROM ${BASE} AS builder 05:43:19 ---> 954e8a63bc4a 05:43:19 Step 3/24 : ARG MAKE='make build' 05:43:19 ---> Running in 39698c173fca 05:43:20 Removing intermediate container 39698c173fca 05:43:20 ---> 51cd6973ae85 05:43:20 Step 4/24 : WORKDIR /device-sdk-go 05:43:20 ---> Running in eba91ac07382 05:43:20 Removing intermediate container eba91ac07382 05:43:20 ---> 73f17eaffc9a 05:43:20 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:43:20 ---> Running in 43b87b710244 05:43:21 Removing intermediate container 43b87b710244 05:43:21 ---> bb469e3e7cd6 05:43:21 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 05:43:21 ---> Running in b7894d3b81cb 05:43:24 Removing intermediate container b7894d3b81cb 05:43:24 ---> d45e5ad87715 05:43:24 Step 7/24 : RUN apk add --update --no-cache make git 05:43:24 ---> Running in 3fd6e39cd4cd 05:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 05:43:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 05:43:26 OK: 142 MiB in 39 packages 05:43:27 Removing intermediate container 3fd6e39cd4cd 05:43:27 ---> b86382a75517 05:43:27 Step 8/24 : COPY . . 05:43:28 ---> fad28d6fb1ed 05:43:28 Step 9/24 : RUN ${MAKE} 05:43:29 ---> Running in 55afd6b371cd 05:43:30 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 05:43:40 lf-activate-venv(): INFO: Adding /tmp/venv-n24l/bin to PATH 05:43:40 INFO: No Stack... 05:43:41 INFO: Retrieving Pricing Info for: v1-standard-2 05:43:42 INFO: Archiving Costs [Pipeline] sh 05:43:42 + cat /w/workspace/device-sdk-go/3/archives/cost.csv 05:43:42 + cut -d, -f6 [Pipeline] lock 05:43:43 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-804-3-stack-cost] 05:43:43 Resource [jenkins-edgexfoundry-device-sdk-go-PR-804-3-stack-cost] did not exist. Created. 05:43:43 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-804-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:43:43 + echo total: 0.029999999329447746 [Pipeline] stash 05:43:43 Stashed 1 file(s) [Pipeline] } 05:43:43 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-804-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 05:43:56 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 05:43:57 Removing intermediate container 55afd6b371cd 05:43:57 ---> 5f18d78eb945 05:43:57 Step 10/24 : FROM scratch 05:43:57 ---> 05:43:57 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 05:43:57 ---> Running in 4948decdc8ab 05:43:58 Removing intermediate container 4948decdc8ab 05:43:58 ---> 36d54495ccbb 05:43:58 Step 12/24 : ENV APP_PORT=49990 05:43:58 ---> Running in ba6dfa1dd882 05:43:59 Removing intermediate container ba6dfa1dd882 05:43:59 ---> dec2a9501bd1 05:43:59 Step 13/24 : EXPOSE $APP_PORT 05:43:59 ---> Running in 01f0be2cde42 05:43:59 Removing intermediate container 01f0be2cde42 05:43:59 ---> 226695422d76 05:43:59 Step 14/24 : WORKDIR / 05:43:59 ---> Running in fa4005cd6800 05:44:00 Removing intermediate container fa4005cd6800 05:44:00 ---> 5d03c04fa84e 05:44:00 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 05:44:01 ---> 2e1e85fa5cde 05:44:01 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 05:44:01 ---> f23d472e32b7 05:44:01 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 05:44:02 ---> 20c749d6707a 05:44:02 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 05:44:03 ---> 35a08a1a9baa 05:44:03 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 05:44:03 ---> e9f1374c329d 05:44:03 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 05:44:04 ---> Running in b747dc4cf635 05:44:04 Removing intermediate container b747dc4cf635 05:44:04 ---> 5c40076fb8c9 05:44:04 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 05:44:04 ---> Running in 9efd6d009a2b 05:44:05 Removing intermediate container 9efd6d009a2b 05:44:05 ---> 2d068ecd5c13 05:44:05 Step 22/24 : LABEL arch=arm64 05:44:05 ---> Running in 896e2cc64431 05:44:05 Removing intermediate container 896e2cc64431 05:44:05 ---> de3ffe1d2c9d 05:44:05 Step 23/24 : LABEL git_sha=5cbefb55819c18007a34e5b99697e72d2dc34ccf 05:44:05 ---> Running in 35031460da25 05:44:06 Removing intermediate container 35031460da25 05:44:06 ---> ee200a568dd6 05:44:06 Step 24/24 : LABEL version=0.0.0 05:44:06 ---> Running in 89fd69df9c95 05:44:06 Removing intermediate container 89fd69df9c95 05:44:06 ---> ea2a07c51a8a 05:44:06 [Warning] One or more build-args [ARCH] were not consumed 05:44:07 Successfully built ea2a07c51a8a 05:44:07 Successfully tagged docker-device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 05:44:07 ---> job-cost.sh 05:44:07 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-G3r0 05:44:46 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 05:46:53 lf-activate-venv(): INFO: Adding /tmp/venv-G3r0/bin to PATH 05:46:53 INFO: No Stack... 05:46:53 INFO: Retrieving Pricing Info for: lf-standard-4 05:46:53 INFO: Archiving Costs [Pipeline] sh 05:46:54 + cut -d, -f6 05:46:54 + cat /w/workspace/device-sdk-go/3/archives/cost.csv [Pipeline] lock 05:46:54 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-804-3-stack-cost] 05:46:54 Resource [jenkins-edgexfoundry-device-sdk-go-PR-804-3-stack-cost] did not exist. Created. 05:46:54 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-804-3-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 05:46:54 /w/workspace/device-sdk-go/3@tmp/durable-70a77f87/script.sh: 1: /w/workspace/device-sdk-go/3@tmp/durable-70a77f87/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 05:46:54 + echo total: 0.20999999344348907 [Pipeline] stash 05:46:55 Warning: overwriting stash ‘stack-cost’ 05:46:55 Stashed 1 file(s) [Pipeline] } 05:46:55 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-804-3-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 05:46:56 provisioning config files... 05:46:56 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/config1371391832669907833tmp [Pipeline] { [Pipeline] sh 05:46:57 + set +x 05:46:57 + curl -s https://codecov.io/bash 05:46:57 + bash -s -- 05:46:57 05:46:57 _____ _ 05:46:57 / ____| | | 05:46:57 | | ___ __| | ___ ___ _____ __ 05:46:57 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 05:46:57 | |___| (_) | (_| | __/ (_| (_) \ V / 05:46:57 \_____\___/ \__,_|\___|\___\___/ \_/ 05:46:57 Bash-20210226-7100762 05:46:57 05:46:57 05:46:57 ==> git version 2.24.3 found 05:46:57 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 05:46:57 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 05:46:57 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 05:46:57 ==> Jenkins CI detected. 05:46:57 project root: . 05:46:57 --> token set from env 05:46:57 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 05:46:57 ==> Running gcov in . (disable via -X gcov) 05:46:57 ==> Python coveragepy not found 05:46:57 ==> Searching for coverage reports in: 05:46:57 + . 05:46:57 -> Found 1 reports 05:46:57 ==> Detecting git/mercurial file structure 05:46:57 ==> Reading reports 05:46:57 + ./coverage.out bytes=102528 05:46:57 ==> Appending adjustments 05:46:57 https://docs.codecov.io/docs/fixing-reports 05:46:57 + Found adjustments 05:46:57 ==> Gzipping contents 05:46:57 20K /tmp/codecov.sGELL0.gz 05:46:57 ==> Uploading reports 05:46:57 url: https://codecov.io 05:46:57 query: branch=PR-804&commit=5cbefb55819c18007a34e5b99697e72d2dc34ccf&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-804%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=804&job=&cmd_args= 05:46:57 -> Pinging Codecov 05:46:57 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-804&commit=5cbefb55819c18007a34e5b99697e72d2dc34ccf&build=3&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-804%2F3%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=804&job=&cmd_args= 05:46:58 -> Uploading to 05:46:58 https://storage.googleapis.com/codecov/v4/raw/2021-03-03/7E55EF52A471D76F132DFD9A03CDDE97/5cbefb55819c18007a34e5b99697e72d2dc34ccf/bd2afe3a-3e3f-4cec-a1cf-2c4a03c7fe9e.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210303T054658Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=23314b631ead64fc6972ee67486546ed9fc93dec196cf4631f382e334d43999c 05:46:58 % Total % Received % Xferd Average Speed Time Time Time Current 05:46:58 Dload Upload Total Spent Left Speed 05:46:59 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16586 0 0 100 16586 0 33143 --:--:-- --:--:-- --:--:-- 33172 05:46:59 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/5cbefb55819c18007a34e5b99697e72d2dc34ccf [Pipeline] } 05:46:59 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 05:47:02 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 05:47:02 ---> package-listing.sh 05:47:02 ++ facter osfamily 05:47:02 ++ tr '[:upper:]' '[:lower:]' 05:47:02 + OS_FAMILY=redhat 05:47:02 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-804 05:47:02 + START_PACKAGES=/tmp/packages_start.txt 05:47:02 + END_PACKAGES=/tmp/packages_end.txt 05:47:02 + DIFF_PACKAGES=/tmp/packages_diff.txt 05:47:02 + PACKAGES=/tmp/packages_start.txt 05:47:02 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-804 ']' 05:47:02 + PACKAGES=/tmp/packages_end.txt 05:47:02 + case "${OS_FAMILY}" in 05:47:02 + rpm -qa 05:47:02 + sort 05:47:07 + '[' -f /tmp/packages_start.txt ']' 05:47:07 + '[' -f /tmp/packages_end.txt ']' 05:47:07 + diff /tmp/packages_start.txt /tmp/packages_end.txt 05:47:07 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-804 ']' 05:47:07 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-804/archives/ 05:47:07 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-804/archives/ [Pipeline] echo 05:47:07 Launching container with: [--privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-804/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 05:47:08 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 05:47:08 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:47:08 05:47:08 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 05:47:08 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:47:08 alpine: Pulling from edgex-lftools-log-publisher 05:47:08 df20fa9351a1: Pulling fs layer 05:47:08 36b3adc4ff6f: Pulling fs layer 05:47:08 8ad3a11d3b57: Pulling fs layer 05:47:08 46f8f816bc3b: Pulling fs layer 05:47:08 93b61091891f: Pulling fs layer 05:47:08 93b9cdb0e59b: Pulling fs layer 05:47:08 5e14af77c1be: Pulling fs layer 05:47:08 01666e4c0597: Pulling fs layer 05:47:08 aa168da1d23b: Pulling fs layer 05:47:08 5e14af77c1be: Waiting 05:47:08 93b9cdb0e59b: Waiting 05:47:08 01666e4c0597: Waiting 05:47:08 aa168da1d23b: Waiting 05:47:08 46f8f816bc3b: Waiting 05:47:08 93b61091891f: Waiting 05:47:08 36b3adc4ff6f: Verifying Checksum 05:47:08 36b3adc4ff6f: Download complete 05:47:08 46f8f816bc3b: Download complete 05:47:08 df20fa9351a1: Verifying Checksum 05:47:08 df20fa9351a1: Download complete 05:47:08 93b9cdb0e59b: Verifying Checksum 05:47:08 93b9cdb0e59b: Download complete 05:47:08 93b61091891f: Verifying Checksum 05:47:08 93b61091891f: Download complete 05:47:08 5e14af77c1be: Verifying Checksum 05:47:08 5e14af77c1be: Download complete 05:47:08 01666e4c0597: Verifying Checksum 05:47:08 01666e4c0597: Download complete 05:47:09 8ad3a11d3b57: Verifying Checksum 05:47:09 8ad3a11d3b57: Download complete 05:47:09 df20fa9351a1: Pull complete 05:47:09 36b3adc4ff6f: Pull complete 05:47:10 8ad3a11d3b57: Pull complete 05:47:10 46f8f816bc3b: Pull complete 05:47:10 93b61091891f: Pull complete 05:47:11 aa168da1d23b: Verifying Checksum 05:47:11 aa168da1d23b: Download complete 05:47:12 93b9cdb0e59b: Pull complete 05:47:12 5e14af77c1be: Pull complete 05:47:12 01666e4c0597: Pull complete 05:47:19 aa168da1d23b: Pull complete 05:47:19 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 05:47:19 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 05:47:19 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 05:47:19 prd-centos7-docker-4c-2g-28347 does not seem to be running inside a container 05:47:19 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 --net host -v /var/log/sa:/var/log/sa-host -v /var/log/secure:/var/log/secure -v /var/log/auth.log:/var/log/auth.log -v /w/workspace/dgexfoundry_device-sdk-go_PR-804/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/dgexfoundry_device-sdk-go_PR-804 -v /w/workspace/dgexfoundry_device-sdk-go_PR-804:/w/workspace/dgexfoundry_device-sdk-go_PR-804:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 05:47:23 $ docker top 7a7e4f8cee344d9cf657cb2e52a3798170553c20f727dea0112bb8ace973b172 -eo pid,comm [Pipeline] { [Pipeline] sh 05:47:23 + touch /tmp/pre-build-complete [Pipeline] sh 05:47:23 + mkdir -p /var/log/sa [Pipeline] sh 05:47:24 + ls /var/log/sa-host 05:47:24 + sadf -c /var/log/sa-host/sa03 05:47:24 file_magic: OK 05:47:24 HZ: Using current value: 100 05:47:24 file_header: OK 05:47:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:47:24 Statistics: 05:47:24 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 05:47:24 File successfully converted to sysstat format version 12.2.1 05:47:24 + sadf -c /var/log/sa-host/sa23 05:47:24 file_magic: OK 05:47:24 HZ: Using current value: 100 05:47:24 file_header: OK 05:47:24 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 05:47:24 Statistics: 05:47:24 Hnuu...uuuununununu... 05:47:24 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 05:47:25 provisioning config files... 05:47:25 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/config8552872990098177439tmp [Pipeline] { [Pipeline] echo 05:47:25 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 05:47:25 ---> create-netrc.sh [Pipeline] } 05:47:25 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 05:47:25 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 05:47:26 ---> python-tools-install.sh [Pipeline] echo 05:47:26 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 05:47:26 ---> sudo-logs.sh 05:47:26 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 05:47:26 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 05:47:26 ---> job-cost.sh 05:47:26 lf-activate-venv: SKIPPING 05:47:26 DEBUG: total: 0.20999999344348907 05:47:26 INFO: Retrieving Stack Cost... 05:47:28 INFO: Retrieving Pricing Info for: v1-standard-2 05:47:28 INFO: Archiving Costs [Pipeline] echo 05:47:28 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 05:47:28 ---> logs-deploy.sh 05:47:28 lf-activate-venv: SKIPPING 05:47:28 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-804/3 05:47:28 INFO: archiving workspace using pattern(s): 05:47:30 Archives upload complete. 05:47:30 INFO: archiving logs to Nexus 05:47:31 ---> uname -a: 05:47:31 Linux prd-centos7-docker-4c-2g-28347.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 05:47:31 05:47:31 05:47:31 ---> lscpu: 05:47:31 Architecture: x86_64 05:47:31 CPU op-mode(s): 32-bit, 64-bit 05:47:31 Byte Order: Little Endian 05:47:31 Address sizes: 40 bits physical, 48 bits virtual 05:47:31 CPU(s): 4 05:47:31 On-line CPU(s) list: 0-3 05:47:31 Thread(s) per core: 1 05:47:31 Core(s) per socket: 1 05:47:31 Socket(s): 4 05:47:31 NUMA node(s): 1 05:47:31 Vendor ID: GenuineIntel 05:47:31 CPU family: 6 05:47:31 Model: 44 05:47:31 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 05:47:31 Stepping: 1 05:47:31 CPU MHz: 2933.438 05:47:31 BogoMIPS: 5866.87 05:47:31 Virtualization: VT-x 05:47:31 Hypervisor vendor: KVM 05:47:31 Virtualization type: full 05:47:31 L1d cache: 128 KiB 05:47:31 L1i cache: 128 KiB 05:47:31 L2 cache: 16 MiB 05:47:31 L3 cache: 64 MiB 05:47:31 NUMA node0 CPU(s): 0-3 05:47:31 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 05:47:31 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 05:47:31 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 05:47:31 Vulnerability Meltdown: Mitigation; PTI 05:47:31 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 05:47:31 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 05:47:31 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 05:47:31 Vulnerability Srbds: Not affected 05:47:31 Vulnerability Tsx async abort: Not affected 05:47:31 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 05:47:31 05:47:31 05:47:31 ---> nproc: 05:47:31 4 05:47:31 05:47:31 05:47:31 ---> df -h: 05:47:31 Filesystem Size Used Available Use% Mounted on 05:47:31 overlay 50.0G 7.3G 42.7G 15% / 05:47:31 tmpfs 64.0M 0 64.0M 0% /dev 05:47:31 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 05:47:31 shm 64.0M 0 64.0M 0% /dev/shm 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-804 05:47:31 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp 05:47:31 05:47:31 05:47:31 ---> free -m: 05:47:31 total used free shared buff/cache available 05:47:31 Mem: 1837 709 107 0 1020 1022 05:47:31 Swap: 1023 1 1022 05:47:31 05:47:31 05:47:31 ---> ip addr: 05:47:31 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 05:47:31 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 05:47:31 inet 127.0.0.1/8 scope host lo 05:47:31 valid_lft forever preferred_lft forever 05:47:31 inet6 ::1/128 scope host 05:47:31 valid_lft forever preferred_lft forever 05:47:31 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 05:47:31 link/ether fa:16:3e:37:a7:0f brd ff:ff:ff:ff:ff:ff 05:47:31 inet 10.30.123.198/23 brd 10.30.123.255 scope global dynamic eth0 05:47:31 valid_lft 85745sec preferred_lft 85745sec 05:47:31 inet6 fe80::f816:3eff:fe37:a70f/64 scope link 05:47:31 valid_lft forever preferred_lft forever 05:47:31 3: docker0: mtu 1500 qdisc noqueue state DOWN 05:47:31 link/ether 02:42:e8:b8:44:90 brd ff:ff:ff:ff:ff:ff 05:47:31 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 05:47:31 valid_lft forever preferred_lft forever 05:47:31 inet6 fe80::42:e8ff:feb8:4490/64 scope link 05:47:31 valid_lft forever preferred_lft forever 05:47:31 05:47:31 05:47:31 ---> sar -b -r -n DEV: 05:47:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) 05:47:31 05:47:31 05:36:24 LINUX RESTART (4 CPU) 05:47:31 05:47:31 05:37:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 05:47:31 05:38:01 52.93 15.28 37.64 0.00 4704.71 3245.99 0.00 05:47:31 05:39:01 1.72 0.00 1.72 0.00 0.00 32.07 0.00 05:47:31 05:40:01 0.50 0.00 0.50 0.00 0.00 6.06 0.00 05:47:31 05:41:01 0.20 0.00 0.20 0.00 0.00 2.45 0.00 05:47:31 05:42:01 0.23 0.00 0.23 0.00 0.00 3.38 0.00 05:47:31 05:43:01 0.32 0.00 0.32 0.00 0.00 4.21 0.00 05:47:31 05:44:01 0.27 0.00 0.27 0.00 0.00 3.61 0.00 05:47:31 05:45:01 0.23 0.00 0.23 0.00 0.00 3.13 0.00 05:47:31 05:46:01 0.20 0.00 0.20 0.00 0.00 1.92 0.00 05:47:31 05:47:01 0.80 0.45 0.35 0.00 138.82 8.14 0.00 05:47:31 Average: 5.66 1.55 4.11 0.00 477.56 326.41 0.00 05:47:31 05:47:31 05:37:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 05:47:31 05:38:01 142484 0 608484 32.34 2620 1127956 1120676 38.25 425296 1113808 20 05:47:31 05:39:01 149812 0 601152 31.95 2620 1127960 1083396 36.97 423876 1109480 16 05:47:31 05:40:01 147596 0 603360 32.07 2620 1127968 1083468 36.98 425160 1110308 8 05:47:31 05:41:01 147408 0 603548 32.08 2620 1127968 1083516 36.98 439648 1096092 16 05:47:31 05:42:01 147008 0 603940 32.10 2620 1127976 1083372 36.97 439320 1096936 16 05:47:31 05:43:01 146468 0 604476 32.13 2620 1127980 1083420 36.98 445844 1090808 20 05:47:31 05:44:01 147164 0 603776 32.09 2620 1127984 1083288 36.97 445148 1090804 12 05:47:31 05:45:01 147412 0 603524 32.08 2620 1127988 1083288 36.97 445048 1090804 16 05:47:31 05:46:01 147304 0 603628 32.08 2620 1127992 1083288 36.97 445056 1090804 12 05:47:31 05:47:01 132820 0 613780 32.62 2620 1132324 1084240 37.00 455128 1094728 8 05:47:31 Average: 145548 0 604967 32.15 2620 1128410 1087195 37.10 438952 1098457 14 05:47:31 05:47:31 05:37:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 05:47:31 05:38:01 eth0 278.08 193.62 630.15 71.81 0.00 0.00 0.00 0.00 05:47:31 05:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:38:01 docker0 7.43 5.74 1.25 23.01 0.00 0.00 0.00 0.00 05:47:31 05:39:01 eth0 4.00 2.30 3.27 0.17 0.00 0.00 0.00 0.00 05:47:31 05:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:40:01 eth0 1.08 0.47 0.32 0.18 0.00 0.00 0.00 0.00 05:47:31 05:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:41:01 eth0 0.48 0.30 0.27 0.20 0.00 0.00 0.00 0.00 05:47:31 05:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:42:01 eth0 0.20 0.15 0.08 0.07 0.00 0.00 0.00 0.00 05:47:31 05:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:43:01 eth0 0.62 0.45 0.36 0.21 0.00 0.00 0.00 0.00 05:47:31 05:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:44:01 eth0 0.10 0.08 0.01 0.04 0.00 0.00 0.00 0.00 05:47:31 05:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:45:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:47:31 05:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:46:01 eth0 0.07 0.08 0.01 0.01 0.00 0.00 0.00 0.00 05:47:31 05:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:47:01 eth0 5.48 3.60 5.15 2.11 0.00 0.00 0.00 0.00 05:47:31 05:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 05:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 Average: eth0 28.62 19.83 63.05 7.38 0.00 0.00 0.00 0.00 05:47:31 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 05:47:31 Average: docker0 0.73 0.57 0.12 2.27 0.00 0.00 0.00 0.00 05:47:31 05:47:31 05:47:31 ---> sar -P ALL: 05:47:31 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/03/21 _x86_64_ (4 CPU) 05:47:31 05:47:31 05:36:24 LINUX RESTART (4 CPU) 05:47:31 05:47:31 05:37:02 CPU %user %nice %system %iowait %steal %idle 05:47:31 05:38:01 all 5.27 0.00 2.75 1.51 0.05 90.42 05:47:31 05:38:01 0 4.63 0.00 3.08 0.22 0.05 92.01 05:47:31 05:38:01 1 5.17 0.00 2.69 1.78 0.05 90.32 05:47:31 05:38:01 2 5.92 0.00 2.81 2.11 0.05 89.11 05:47:31 05:38:01 3 5.37 0.00 2.41 1.93 0.03 90.25 05:47:31 05:39:01 all 0.18 0.00 0.05 0.00 0.00 99.77 05:47:31 05:39:01 0 0.03 0.00 0.05 0.00 0.00 99.92 05:47:31 05:39:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:47:31 05:39:01 2 0.55 0.00 0.07 0.00 0.00 99.38 05:47:31 05:39:01 3 0.08 0.00 0.05 0.00 0.00 99.87 05:47:31 05:40:01 all 0.16 0.00 0.08 0.00 0.02 99.75 05:47:31 05:40:01 0 0.03 0.00 0.02 0.00 0.02 99.93 05:47:31 05:40:01 1 0.08 0.00 0.10 0.00 0.02 99.80 05:47:31 05:40:01 2 0.47 0.00 0.13 0.00 0.02 99.38 05:47:31 05:40:01 3 0.05 0.00 0.05 0.00 0.02 99.88 05:47:31 05:41:01 all 0.16 0.00 0.04 0.00 0.00 99.80 05:47:31 05:41:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:47:31 05:41:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:47:31 05:41:01 2 0.53 0.00 0.07 0.00 0.00 99.40 05:47:31 05:41:01 3 0.03 0.00 0.05 0.00 0.00 99.92 05:47:31 05:42:01 all 0.14 0.00 0.05 0.00 0.00 99.81 05:47:31 05:42:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:47:31 05:42:01 1 0.05 0.00 0.05 0.00 0.00 99.90 05:47:31 05:42:01 2 0.43 0.00 0.08 0.00 0.00 99.48 05:47:31 05:42:01 3 0.03 0.00 0.07 0.00 0.00 99.90 05:47:31 05:43:01 all 0.18 0.00 0.03 0.00 0.00 99.79 05:47:31 05:43:01 0 0.03 0.00 0.02 0.00 0.00 99.95 05:47:31 05:43:01 1 0.12 0.00 0.05 0.00 0.00 99.83 05:47:31 05:43:01 2 0.53 0.00 0.07 0.00 0.00 99.40 05:47:31 05:43:01 3 0.03 0.00 0.00 0.00 0.00 99.97 05:47:31 05:44:01 all 0.15 0.00 0.04 0.00 0.00 99.82 05:47:31 05:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 05:47:31 05:44:01 1 0.05 0.00 0.03 0.00 0.00 99.92 05:47:31 05:44:01 2 0.50 0.00 0.05 0.00 0.00 99.45 05:47:31 05:44:01 3 0.00 0.00 0.03 0.00 0.00 99.97 05:47:31 05:45:01 all 0.13 0.00 0.05 0.00 0.00 99.83 05:47:31 05:45:01 0 0.00 0.00 0.02 0.00 0.00 99.98 05:47:31 05:45:01 1 0.03 0.00 0.03 0.00 0.00 99.93 05:47:31 05:45:01 2 0.45 0.00 0.10 0.00 0.00 99.45 05:47:31 05:45:01 3 0.02 0.00 0.03 0.00 0.00 99.95 05:47:31 05:46:01 all 0.04 0.00 0.02 0.00 0.00 99.94 05:47:31 05:46:01 0 0.02 0.00 0.00 0.00 0.00 99.98 05:47:31 05:46:01 1 0.03 0.00 0.02 0.00 0.00 99.95 05:47:31 05:46:01 2 0.08 0.00 0.05 0.00 0.00 99.87 05:47:31 05:46:01 3 0.03 0.00 0.02 0.00 0.00 99.95 05:47:31 05:47:01 all 0.86 0.00 0.31 0.00 0.00 98.83 05:47:31 05:47:01 0 0.52 0.00 0.33 0.00 0.00 99.15 05:47:31 05:47:01 1 0.87 0.00 0.33 0.00 0.02 98.78 05:47:31 05:47:01 2 1.09 0.00 0.35 0.00 0.00 98.56 05:47:31 05:47:01 3 0.95 0.00 0.22 0.00 0.00 98.83 05:47:31 Average: all 0.71 0.00 0.33 0.15 0.01 98.80 05:47:31 Average: 0 0.52 0.00 0.35 0.02 0.01 99.10 05:47:31 Average: 1 0.64 0.00 0.33 0.17 0.01 98.85 05:47:31 Average: 2 1.04 0.00 0.37 0.21 0.01 98.37 05:47:31 Average: 3 0.65 0.00 0.29 0.19 0.01 98.87 05:47:31 05:47:31 05:47:31