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 31a08261b41db6041274b3103071e8b7252d6267 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-28371 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 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 31a08261b41db6041274b3103071e8b7252d6267 Merge succeeded, producing 31a08261b41db6041274b3103071e8b7252d6267 Checking out Revision 31a08261b41db6041274b3103071e8b7252d6267 (PR-804) > 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 > git config core.sparsecheckout # timeout=10 > git checkout -f 31a08261b41db6041274b3103071e8b7252d6267 # 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 31a08261b41db6041274b3103071e8b7252d6267 # 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 08:21:58 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) > git rev-list --no-walk 5cbefb55819c18007a34e5b99697e72d2dc34ccf # timeout=10 [Pipeline] script [Pipeline] { [Pipeline] withCredentials 08:21:58 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 08:21:58 ========================================================= 08:21:58 EdgeX Global Pipelines Version Info 08:21:58 ========================================================= [Pipeline] libraryResource [Pipeline] sh 08:22:00 ------------------- 08:22:00 stable info: 08:22:00 ------------------- 08:22:00 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 08:22:00 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 08:22:00 Message: update stable to v1.0.184 08:22:01 ------------------- 08:22:01 experimental info: 08:22:01 ------------------- 08:22:01 Commited By: **** collab-it+edgex@linuxfoundation.org 08:22:01 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 08:22:01 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 08:22:01 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 08:22:01 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 08:22:01 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 08:22:01 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 08:22:01 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 08:22:01 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 08:22:02 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 08:22:03 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 08:22:03 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 08:22:03 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 08:22:03 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 08:22:03 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 08:22:03 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 08:22:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 08:22:03 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 08:22:03 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 08:22:04 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 08:22:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-804 [Pipeline] echo 08:22:04 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-804 [Pipeline] echo 08:22:04 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-804 [Pipeline] echo 08:22:04 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 31a08261b41db6041274b3103071e8b7252d6267 [Pipeline] echo 08:22:04 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 31a0826 [Pipeline] echo 08:22:04 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:22:04 provisioning config files... 08:22:04 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/config2707204476467918087tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:22:05 ---> docker-login.sh 08:22:05 nexus3.edgexfoundry.org:10001 08:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:05 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:05 Configure a credential helper to remove this warning. See 08:22:05 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:05 08:22:05 Login Succeeded 08:22:05 nexus3.edgexfoundry.org:10002 08:22:05 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:06 Configure a credential helper to remove this warning. See 08:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:06 08:22:06 Login Succeeded 08:22:06 nexus3.edgexfoundry.org:10003 08:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:06 Configure a credential helper to remove this warning. See 08:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:06 08:22:06 Login Succeeded 08:22:06 nexus3.edgexfoundry.org:10004 08:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:06 Configure a credential helper to remove this warning. See 08:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:06 08:22:06 Login Succeeded 08:22:06 docker.io 08:22:06 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:22:06 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:22:06 Configure a credential helper to remove this warning. See 08:22:06 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:22:06 08:22:06 Login Succeeded 08:22:06 ---> docker-login.sh ends [Pipeline] } 08:22:06 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 08:22:07 + git log --format=format:%s -1 31a08261b41db6041274b3103071e8b7252d6267 [Pipeline] echo 08:22:07 GIT_COMMIT: 31a08261b41db6041274b3103071e8b7252d6267, Commit Message: build: Upgrade the go-mod-core-contracts lib [Pipeline] echo 08:22:07 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 08:22:08 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:22:08 08:22:08 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 08:22:09 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:22:09 latest: Pulling from edgex-devops/git-semver 08:22:09 31603596830f: Pulling fs layer 08:22:09 2a8b12db71e7: Pulling fs layer 08:22:09 6ca5941a6612: Pulling fs layer 08:22:09 ecc8261a40a4: Pulling fs layer 08:22:09 ecc8261a40a4: Waiting 08:22:09 2a8b12db71e7: Verifying Checksum 08:22:09 2a8b12db71e7: Download complete 08:22:09 31603596830f: Verifying Checksum 08:22:09 31603596830f: Download complete 08:22:09 6ca5941a6612: Verifying Checksum 08:22:09 6ca5941a6612: Download complete 08:22:09 ecc8261a40a4: Verifying Checksum 08:22:09 ecc8261a40a4: Download complete 08:22:09 31603596830f: Pull complete 08:22:10 2a8b12db71e7: Pull complete 08:22:11 6ca5941a6612: Pull complete 08:22:11 ecc8261a40a4: Pull complete 08:22:11 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 08:22:11 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 08:22:11 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 08:22:11 prd-centos7-docker-4c-2g-28371 does not seem to be running inside a container 08:22:11 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 08:22:14 $ docker top 7b3d22821c79a2a96b09b05d7693b505a4978da80ad2f14a3090aa31312e5c2e -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 08:22:14 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:22:14 [ssh-agent] Looking for ssh-agent implementation... 08:22:14 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:22:14 $ docker exec 7b3d22821c79a2a96b09b05d7693b505a4978da80ad2f14a3090aa31312e5c2e ssh-agent 08:22:14 SSH_AUTH_SOCK=/tmp/ssh-qN77ZHoXu3Se/agent.12 08:22:14 SSH_AGENT_PID=17 08:22:14 Running ssh-add (command line suppressed) 08:22:15 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_7905527061547153870.key (/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_7905527061547153870.key) 08:22:15 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:22:15 + git tag --points-at HEAD [Pipeline] } 08:22:15 $ docker exec --env ******** --env ******** 7b3d22821c79a2a96b09b05d7693b505a4978da80ad2f14a3090aa31312e5c2e ssh-agent -k 08:22:15 unset SSH_AUTH_SOCK; 08:22:15 unset SSH_AGENT_PID; 08:22:15 echo Agent pid 17 killed; 08:22:15 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 08:22:15 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 08:22:15 [ssh-agent] Looking for ssh-agent implementation... 08:22:15 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 08:22:15 $ docker exec 7b3d22821c79a2a96b09b05d7693b505a4978da80ad2f14a3090aa31312e5c2e ssh-agent 08:22:17 SSH_AUTH_SOCK=/tmp/ssh-ITVotYvZHHqz/agent.46 08:22:17 SSH_AGENT_PID=51 08:22:17 Running ssh-add (command line suppressed) 08:22:18 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_7123536470171666443.key (/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/private_key_7123536470171666443.key) 08:22:18 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 08:22:18 + git semver init 08:22:18 # -> Open(): unable to determine branch for HEAD 08:22:18 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-804/.git 08:22:18 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-804 08:22:18 # $SEMVER_REMOTE_NAME = origin 08:22:18 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 08:22:18 # $SEMVER_USER_NAME = edgex-jenkins 08:22:18 # $SEMVER_BRANCH = PR-804 08:22:18 # $SEMVER_TEMP = /tmp/semver-332360162 08:22:18 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 08:22:19 # '/tmp/semver-332360162' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-804/.semver' 08:22:19 # -> Force: false 08:22:19 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-804/.semver [Pipeline] } 08:22:19 $ docker exec --env ******** --env ******** 7b3d22821c79a2a96b09b05d7693b505a4978da80ad2f14a3090aa31312e5c2e ssh-agent -k 08:22:19 unset SSH_AUTH_SOCK; 08:22:19 unset SSH_AGENT_PID; 08:22:19 echo Agent pid 51 killed; 08:22:19 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 08:22:19 + git semver [Pipeline] } 08:22:19 $ docker stop --time=1 7b3d22821c79a2a96b09b05d7693b505a4978da80ad2f14a3090aa31312e5c2e 08:22:21 $ docker rm -f 7b3d22821c79a2a96b09b05d7693b505a4978da80ad2f14a3090aa31312e5c2e [Pipeline] // withDockerContainer [Pipeline] sh 08:22:21 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 08:22:22 Stashed 1 file(s) [Pipeline] echo 08:22:22 [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 08:22:37 Still waiting to schedule task 08:22:37 Waiting for next available executor on ‘prd-centos7-docker-4c-2g-28371’ 08:22:37 Still waiting to schedule task 08:22:37 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 08:24:20 Running on prd-ubuntu18.04-docker-arm64-4c-16g-28372 in /w/workspace/dgexfoundry_device-sdk-go_PR-804 [Pipeline] { [Pipeline] ws 08:24:20 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 08:24:25 using credential edgex-jenkins-ssh 08:24:25 Cloning the remote Git repository 08:24:25 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:24:25 > git init /w/workspace/device-sdk-go/4 # timeout=10 08:24:25 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:24:25 > git --version # timeout=10 08:24:25 > git --version # 'git version 2.17.1' 08:24:25 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:25 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:24:27 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 31a08261b41db6041274b3103071e8b7252d6267 08:24:27 Merge succeeded, producing 31a08261b41db6041274b3103071e8b7252d6267 08:24:27 Checking out Revision 31a08261b41db6041274b3103071e8b7252d6267 (PR-804) 08:24:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:24:26 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:24:26 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:24:26 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:24:26 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:26 > 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 08:24:27 > git config core.sparsecheckout # timeout=10 08:24:27 > git checkout -f 31a08261b41db6041274b3103071e8b7252d6267 # timeout=10 08:24:27 > git remote # timeout=10 08:24:27 > git config --get remote.origin.url # timeout=10 08:24:27 using GIT_SSH to set credentials SSH Credentials for GitHub 08:24:27 > git merge d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 08:24:27 > git rev-parse HEAD^{commit} # timeout=10 08:24:27 > git config core.sparsecheckout # timeout=10 08:24:27 > git checkout -f 31a08261b41db6041274b3103071e8b7252d6267 # timeout=10 08:24:32 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 08:24:34 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 08:24:34 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:24:35 + true 08:24:35 + sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:24:37 provisioning config files... 08:24:37 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config3904791490466238284tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:24:37 ---> docker-login.sh 08:24:37 nexus3.edgexfoundry.org:10001 08:24:38 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:38 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:38 Configure a credential helper to remove this warning. See 08:24:38 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:38 08:24:38 Login Succeeded 08:24:38 nexus3.edgexfoundry.org:10002 08:24:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:39 Configure a credential helper to remove this warning. See 08:24:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:39 08:24:39 Login Succeeded 08:24:39 nexus3.edgexfoundry.org:10003 08:24:39 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:39 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:39 Configure a credential helper to remove this warning. See 08:24:39 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:39 08:24:39 Login Succeeded 08:24:39 nexus3.edgexfoundry.org:10004 08:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:40 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:40 Configure a credential helper to remove this warning. See 08:24:40 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:40 08:24:40 Login Succeeded 08:24:40 docker.io 08:24:40 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:24:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:24:41 Configure a credential helper to remove this warning. See 08:24:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:24:41 08:24:41 Login Succeeded 08:24:41 ---> docker-login.sh ends [Pipeline] } 08:24:41 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:24:41 ========================================================= 08:24:41 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 08:24:41 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:24:42 + 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 . 08:24:42 Sending build context to Docker daemon 2.461MB 08:24:42 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:24:42 Step 2/8 : FROM ${BASE} 08:24:42 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 08:24:42 5f621e34cdf4: Pulling fs layer 08:24:42 a4357932f1b6: Pulling fs layer 08:24:42 18c013af1878: Pulling fs layer 08:24:42 00ac8860ef70: Pulling fs layer 08:24:42 63d7cb157983: Pulling fs layer 08:24:42 b116817d02f9: Pulling fs layer 08:24:42 745a02a5169b: Pulling fs layer 08:24:42 63d7cb157983: Waiting 08:24:42 b116817d02f9: Waiting 08:24:42 745a02a5169b: Waiting 08:24:42 00ac8860ef70: Waiting 08:24:42 18c013af1878: Download complete 08:24:42 a4357932f1b6: Download complete 08:24:42 63d7cb157983: Verifying Checksum 08:24:42 63d7cb157983: Download complete 08:24:43 b116817d02f9: Verifying Checksum 08:24:43 b116817d02f9: Download complete 08:24:43 5f621e34cdf4: Verifying Checksum 08:24:43 5f621e34cdf4: Download complete 08:24:44 5f621e34cdf4: Pull complete 08:24:44 a4357932f1b6: Pull complete 08:24:45 18c013af1878: Pull complete 08:24:45 745a02a5169b: Verifying Checksum 08:24:45 745a02a5169b: Download complete 08:24:47 00ac8860ef70: Verifying Checksum 08:24:47 00ac8860ef70: Download complete 08:24:57 00ac8860ef70: Pull complete 08:24:57 63d7cb157983: Pull complete 08:24:57 b116817d02f9: Pull complete 08:24:59 Running on prd-centos7-docker-4c-2g-28373 in /w/workspace/dgexfoundry_device-sdk-go_PR-804 [Pipeline] { [Pipeline] ws 08:24:59 Running in /w/workspace/device-sdk-go/4 [Pipeline] { [Pipeline] checkout 08:25:01 745a02a5169b: Pull complete 08:25:01 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 08:25:01 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 08:25:01 ---> b7e6874047d6 08:25:01 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:25:02 using credential edgex-jenkins-ssh 08:25:02 Cloning the remote Git repository 08:25:02 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 08:25:02 > git init /w/workspace/device-sdk-go/4 # timeout=10 08:25:02 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:25:02 > git --version # timeout=10 08:25:02 > git --version # 'git version 2.24.3' 08:25:02 using GIT_SSH to set credentials SSH Credentials for GitHub 08:25:02 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 08:25:04 ---> Running in dd7f7bd627f6 08:25:04 Removing intermediate container dd7f7bd627f6 08:25:04 ---> 9faedee6123a 08:25:04 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:04 ---> Running in f75daea6a2c7 08:25:05 Merging remotes/origin/master commit d38291b108151c678147caa989c3776b19aa5fc1 into PR head commit 31a08261b41db6041274b3103071e8b7252d6267 08:25:05 Merge succeeded, producing 31a08261b41db6041274b3103071e8b7252d6267 08:25:05 Checking out Revision 31a08261b41db6041274b3103071e8b7252d6267 (PR-804) 08:25:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:25:04 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 08:25:04 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 08:25:04 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 08:25:04 using GIT_SSH to set credentials SSH Credentials for GitHub 08:25:04 > 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 08:25:05 > git config core.sparsecheckout # timeout=10 08:25:05 > git checkout -f 31a08261b41db6041274b3103071e8b7252d6267 # timeout=10 08:25:05 > git remote # timeout=10 08:25:05 > git config --get remote.origin.url # timeout=10 08:25:05 using GIT_SSH to set credentials SSH Credentials for GitHub 08:25:05 > git merge d38291b108151c678147caa989c3776b19aa5fc1 # timeout=10 08:25:05 > git rev-parse HEAD^{commit} # timeout=10 08:25:05 > git config core.sparsecheckout # timeout=10 08:25:05 > git checkout -f 31a08261b41db6041274b3103071e8b7252d6267 # timeout=10 08:25:06 Removing intermediate container f75daea6a2c7 08:25:06 ---> 0010514fa283 08:25:06 Step 5/8 : RUN apk add --update --no-cache make git 08:25:07 ---> Running in ebecd2f176df 08:25:08 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:25:09 Commit message: "build: Upgrade the go-mod-core-contracts lib" 08:25:09 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 08:25:09 OK: 142 MiB in 39 packages 08:25:10 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 08:25:10 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 08:25:10 Removing intermediate container ebecd2f176df 08:25:10 ---> 26b278b083b3 08:25:10 Step 6/8 : WORKDIR /device-sdk-go 08:25:10 + true 08:25:10 + sudo service docker restart 08:25:10 Redirecting to /bin/systemctl restart docker.service 08:25:10 ---> Running in 814702755d66 08:25:11 Removing intermediate container 814702755d66 08:25:11 ---> 8343fc81c0d5 08:25:11 Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 08:25:11 provisioning config files... 08:25:11 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/4@tmp/config1954349598429262872tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 08:25:12 ---> docker-login.sh 08:25:12 nexus3.edgexfoundry.org:10001 08:25:12 ---> 906c0897f9a9 08:25:12 Step 8/8 : RUN go mod download 08:25:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:12 ---> Running in be240e7eedb8 08:25:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:12 Configure a credential helper to remove this warning. See 08:25:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:12 08:25:12 Login Succeeded 08:25:12 nexus3.edgexfoundry.org:10002 08:25:12 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:12 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:12 Configure a credential helper to remove this warning. See 08:25:12 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:12 08:25:12 Login Succeeded 08:25:12 nexus3.edgexfoundry.org:10003 08:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:13 Configure a credential helper to remove this warning. See 08:25:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:13 08:25:13 Login Succeeded 08:25:13 nexus3.edgexfoundry.org:10004 08:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:13 Configure a credential helper to remove this warning. See 08:25:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:13 08:25:13 Login Succeeded 08:25:13 docker.io 08:25:13 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 08:25:13 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 08:25:13 Configure a credential helper to remove this warning. See 08:25:13 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 08:25:13 08:25:13 Login Succeeded 08:25:13 ---> docker-login.sh ends [Pipeline] } 08:25:13 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 08:25:14 ========================================================= 08:25:14 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 08:25:14 ========================================================= [Pipeline] isUnix [Pipeline] sh 08:25:14 + 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 . 08:25:14 Sending build context to Docker daemon 2.462MB 08:25:14 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 08:25:14 Step 2/8 : FROM ${BASE} 08:25:14 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 08:25:14 188c0c94c7c5: Pulling fs layer 08:25:14 0ef7d3d256c8: Pulling fs layer 08:25:14 de9db76c5a1d: Pulling fs layer 08:25:14 bca2f99d35d6: Pulling fs layer 08:25:14 93359f2a8cfa: Pulling fs layer 08:25:14 7c6f9722023f: Pulling fs layer 08:25:14 a35cf1a2eb13: Pulling fs layer 08:25:14 7c6f9722023f: Waiting 08:25:14 93359f2a8cfa: Waiting 08:25:14 bca2f99d35d6: Waiting 08:25:14 a35cf1a2eb13: Waiting 08:25:14 de9db76c5a1d: Download complete 08:25:14 0ef7d3d256c8: Download complete 08:25:14 93359f2a8cfa: Verifying Checksum 08:25:14 93359f2a8cfa: Download complete 08:25:14 188c0c94c7c5: Verifying Checksum 08:25:14 188c0c94c7c5: Download complete 08:25:14 7c6f9722023f: Download complete 08:25:14 188c0c94c7c5: Pull complete 08:25:15 0ef7d3d256c8: Pull complete 08:25:15 de9db76c5a1d: Pull complete 08:25:16 a35cf1a2eb13: Verifying Checksum 08:25:16 a35cf1a2eb13: Download complete 08:25:17 bca2f99d35d6: Download complete 08:25:22 bca2f99d35d6: Pull complete 08:25:23 93359f2a8cfa: Pull complete 08:25:23 7c6f9722023f: Pull complete 08:25:27 a35cf1a2eb13: Pull complete 08:25:27 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 08:25:27 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 08:25:27 ---> a62c8e92a672 08:25:27 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:25:27 ---> Running in eb939ea180b3 08:25:27 Removing intermediate container eb939ea180b3 08:25:27 ---> 49054c7003eb 08:25:27 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:25:27 ---> Running in 355659ec3943 08:25:29 Removing intermediate container 355659ec3943 08:25:29 ---> 1569323b403b 08:25:29 Step 5/8 : RUN apk add --update --no-cache make git 08:25:29 ---> Running in 0f1baaccb621 08:25:30 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:25:30 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:25:31 OK: 166 MiB in 39 packages 08:25:31 Removing intermediate container 0f1baaccb621 08:25:31 ---> cdde25827b6b 08:25:31 Step 6/8 : WORKDIR /device-sdk-go 08:25:31 ---> Running in 350daa3be877 08:25:31 Removing intermediate container 350daa3be877 08:25:31 ---> 362efd1607ae 08:25:31 Step 7/8 : COPY . . 08:25:33 ---> 3c22049194da 08:25:33 Step 8/8 : RUN go mod download 08:25:33 ---> Running in e873661368ab 08:25:39 Removing intermediate container be240e7eedb8 08:25:39 ---> 9975b95a680f 08:25:39 Successfully built 9975b95a680f 08:25:39 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 08:25:39 + docker inspect -f . ci-base-image-arm64 08:25:39 . [Pipeline] withDockerContainer 08:25:40 prd-ubuntu18.04-docker-arm64-4c-16g-28372 does not seem to be running inside a container 08:25:40 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 08:25:41 $ docker top 08091f99e9a700208d8fbf8653370c8e49327b3f097a21cf7d8fdc3084627827 -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:42 + go version 08:25:42 go version go1.15.5 linux/arm64 [Pipeline] } 08:25:42 $ docker stop --time=1 08091f99e9a700208d8fbf8653370c8e49327b3f097a21cf7d8fdc3084627827 08:25:44 $ docker rm -f 08091f99e9a700208d8fbf8653370c8e49327b3f097a21cf7d8fdc3084627827 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:25:45 + docker inspect -f . ci-base-image-arm64 08:25:45 . [Pipeline] withDockerContainer 08:25:46 prd-ubuntu18.04-docker-arm64-4c-16g-28372 does not seem to be running inside a container 08:25:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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 08:25:47 $ docker top 74349f1a7917c98cbb882c3e7de26a11eef7bc6e00c085d464e73079e7a66b77 -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:48 + make test 08:25:48 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:25:55 Removing intermediate container e873661368ab 08:25:55 ---> 7bf98f0f8b17 08:25:55 Successfully built 7bf98f0f8b17 08:25:55 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 08:25:55 + docker inspect -f . ci-base-image-x86_64 08:25:55 . [Pipeline] withDockerContainer 08:25:56 prd-centos7-docker-4c-2g-28373 does not seem to be running inside a container 08:25:56 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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-x86_64 cat 08:25:56 $ docker top 5283045aa9ec42776844e3b68a7ebd3872fcce91f39e81f04adf6c4065ce9e0d -eo pid,comm [Pipeline] { [Pipeline] sh 08:25:57 + go version 08:25:57 go version go1.15.5 linux/amd64 [Pipeline] } 08:25:57 $ docker stop --time=1 5283045aa9ec42776844e3b68a7ebd3872fcce91f39e81f04adf6c4065ce9e0d 08:25:58 $ docker rm -f 5283045aa9ec42776844e3b68a7ebd3872fcce91f39e81f04adf6c4065ce9e0d [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 08:25:59 + docker inspect -f . ci-base-image-x86_64 08:25:59 . [Pipeline] withDockerContainer 08:25:59 prd-centos7-docker-4c-2g-28373 does not seem to be running inside a container 08:25:59 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/4 -v /w/workspace/device-sdk-go/4:/w/workspace/device-sdk-go/4:rw,z -v /w/workspace/device-sdk-go/4@tmp:/w/workspace/device-sdk-go/4@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-x86_64 cat 08:26:00 $ docker top d019e1f6e51b828a0758b036d1e1bbac098ae3fab30a25d17cac23684b720e4b -eo pid,comm [Pipeline] { [Pipeline] sh 08:26:01 + make test 08:26:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 08:26:09 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:26:10 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 08:26:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:26:24 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:26:24 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:26:28 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.059s coverage: 25.5% of statements 08:26:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 08:26:50 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 08:26:50 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 08:26:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.123s coverage: 25.5% of statements 08:26:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.069s coverage: 10.5% of statements 08:26:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.053s coverage: 12.5% of statements 08:26:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:26:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.069s coverage: 84.8% of statements 08:26:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 08:26:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 08:26:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:26:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:26:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.077s coverage: 48.7% of statements 08:26:55 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 08:26:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.075s coverage: 81.3% of statements 08:26:55 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.093s coverage: 24.8% of statements 08:26:55 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.769s coverage: 83.5% of statements 08:26:55 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.067s coverage: 5.2% of statements 08:26:55 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:26:55 GO111MODULE=on go vet ./... 08:27:07 gofmt -l . 08:27:07 [ "`gofmt -l .`" = "" ] 08:27:07 ./bin/test-attribution-txt.sh 08:27:07 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:27:08 $ docker stop --time=1 d019e1f6e51b828a0758b036d1e1bbac098ae3fab30a25d17cac23684b720e4b 08:27:10 $ docker rm -f d019e1f6e51b828a0758b036d1e1bbac098ae3fab30a25d17cac23684b720e4b [Pipeline] // withDockerContainer [Pipeline] sh 08:27:10 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:27:11 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 08:27:14 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:27:14 + ls -al . 08:27:14 total 188 08:27:14 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 3 08:27 . 08:27:14 drwxrwxr-x. 4 jenkins jenkins 28 Mar 3 08:25 .. 08:27:14 drwxrwxr-x. 2 jenkins jenkins 64 Mar 3 08:25 bin 08:27:14 -rw-r--r--. 1 jenkins jenkins 102528 Mar 3 08:26 coverage.out 08:27:14 -rw-rw-r--. 1 jenkins jenkins 949 Mar 3 08:25 Dockerfile.build 08:27:14 -rw-rw-r--. 1 jenkins jenkins 140 Mar 3 08:25 .dockerignore 08:27:14 drwxrwxr-x. 4 jenkins jenkins 48 Mar 3 08:25 example 08:27:14 drwxrwxr-x. 8 jenkins jenkins 179 Mar 3 08:25 .git 08:27:14 drwxrwxr-x. 2 jenkins jenkins 103 Mar 3 08:25 .github 08:27:14 -rw-rw-r--. 1 jenkins jenkins 138 Mar 3 08:25 .gitignore 08:27:14 -rw-r--r--. 1 jenkins jenkins 516 Mar 3 08:27 go.mod 08:27:14 -rw-r--r--. 1 jenkins jenkins 17372 Mar 3 08:27 go.sum 08:27:14 drwxrwxr-x. 13 jenkins jenkins 183 Mar 3 08:25 internal 08:27:14 -rw-rw-r--. 1 jenkins jenkins 901 Mar 3 08:25 Jenkinsfile 08:27:14 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 3 08:25 LICENSE 08:27:14 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 3 08:25 Makefile 08:27:14 drwxrwxr-x. 4 jenkins jenkins 26 Mar 3 08:25 openapi 08:27:14 drwxrwxr-x. 5 jenkins jenkins 50 Mar 3 08:25 pkg 08:27:14 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 3 08:25 README.md 08:27:14 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 3 08:25 RELEASE-NOTES.txt 08:27:14 drwxrwxr-x. 4 jenkins jenkins 54 Mar 3 08:25 snap 08:27:14 -rw-rw-r--. 1 jenkins jenkins 5 Mar 3 08:22 VERSION 08:27:14 -rw-rw-r--. 1 jenkins jenkins 222 Mar 3 08:25 version.go [Pipeline] isUnix [Pipeline] sh 08:27:15 + 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=31a08261b41db6041274b3103071e8b7252d6267 --label arch=amd64 --label version=0.0.0 . 08:27:15 Sending build context to Docker daemon 2.565MB 08:27:15 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:27:15 Step 2/24 : FROM ${BASE} AS builder 08:27:15 ---> 7bf98f0f8b17 08:27:15 Step 3/24 : ARG MAKE='make build' 08:27:16 ---> Running in 7ddc6060b48e 08:27:16 Removing intermediate container 7ddc6060b48e 08:27:16 ---> 246b08c02719 08:27:16 Step 4/24 : WORKDIR /device-sdk-go 08:27:16 ---> Running in 45c294ba46f1 08:27:16 Removing intermediate container 45c294ba46f1 08:27:16 ---> a01fc70da75c 08:27:16 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:27:16 ---> Running in e88ba62d4d3a 08:27:16 Removing intermediate container e88ba62d4d3a 08:27:16 ---> e683ed3f1cbb 08:27:16 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:27:16 ---> Running in fee74c15e30d 08:27:18 Removing intermediate container fee74c15e30d 08:27:18 ---> 4ea890168ddc 08:27:18 Step 7/24 : RUN apk add --update --no-cache make git 08:27:18 ---> Running in e254709a715d 08:27:18 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 08:27:19 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 08:27:19 OK: 166 MiB in 39 packages 08:27:19 Removing intermediate container e254709a715d 08:27:19 ---> ad510fd9878b 08:27:19 Step 8/24 : COPY . . 08:27:20 ---> 002bdcffb7e7 08:27:20 Step 9/24 : RUN ${MAKE} 08:27:20 ---> Running in 5c4ce7c7d41a 08:27:21 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 08:27:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.176s coverage: 10.5% of statements 08:27:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.109s coverage: 12.5% of statements 08:27:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 08:27:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.144s coverage: 84.8% of statements 08:27:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 08:27:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/mock [no test files] 08:27:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 08:27:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 08:27:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.182s coverage: 48.7% of statements 08:27:27 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 08:27:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.157s coverage: 81.3% of statements 08:27:27 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.175s coverage: 24.8% of statements 08:27:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 5.839s coverage: 83.5% of statements 08:27:27 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.132s coverage: 5.2% of statements 08:27:27 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 08:27:27 GO111MODULE=on go vet ./... 08:27:31 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:27:33 Removing intermediate container 5c4ce7c7d41a 08:27:33 ---> fe7dc6b3abe4 08:27:33 Step 10/24 : FROM scratch 08:27:33 ---> 08:27:33 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:27:33 ---> Running in 99f9624b21ae 08:27:33 Removing intermediate container 99f9624b21ae 08:27:33 ---> 307470a63d3d 08:27:33 Step 12/24 : ENV APP_PORT=49990 08:27:33 ---> Running in f8b166612420 08:27:33 Removing intermediate container f8b166612420 08:27:33 ---> 3d7895f667b7 08:27:33 Step 13/24 : EXPOSE $APP_PORT 08:27:33 ---> Running in 79e1d52a3ea4 08:27:33 Removing intermediate container 79e1d52a3ea4 08:27:33 ---> 4da38129675a 08:27:33 Step 14/24 : WORKDIR / 08:27:33 ---> Running in 4cbb298aa2d3 08:27:33 Removing intermediate container 4cbb298aa2d3 08:27:33 ---> 28acd5a28944 08:27:33 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:27:34 ---> b11ee07a790b 08:27:34 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:27:34 ---> 3a2351fa9ebd 08:27:34 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:27:34 ---> f66b743c93f5 08:27:34 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:27:34 ---> 0278f3d15b99 08:27:34 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:27:35 ---> 2d9b1908f373 08:27:35 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:27:35 ---> Running in 17e7220e60fe 08:27:35 Removing intermediate container 17e7220e60fe 08:27:35 ---> d6282af68f22 08:27:35 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:27:35 ---> Running in 0ccc9f6e16ca 08:27:35 Removing intermediate container 0ccc9f6e16ca 08:27:35 ---> 147bd670c8be 08:27:35 Step 22/24 : LABEL arch=amd64 08:27:35 ---> Running in adc32a04d1e1 08:27:35 Removing intermediate container adc32a04d1e1 08:27:35 ---> ac7b6727892b 08:27:35 Step 23/24 : LABEL git_sha=31a08261b41db6041274b3103071e8b7252d6267 08:27:35 ---> Running in 9e94e17211bb 08:27:36 Removing intermediate container 9e94e17211bb 08:27:36 ---> 86141dffee20 08:27:36 Step 24/24 : LABEL version=0.0.0 08:27:36 ---> Running in f400ee123718 08:27:36 Removing intermediate container f400ee123718 08:27:36 ---> 947d09911b7c 08:27:36 [Warning] One or more build-args [ARCH] were not consumed 08:27:36 Successfully built 947d09911b7c 08:27:36 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 08:27:37 ---> job-cost.sh 08:27:37 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-AqDW 08:27:52 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:28:00 gofmt -l . 08:28:00 [ "`gofmt -l .`" = "" ] 08:28:00 ./bin/test-attribution-txt.sh 08:28:00 ./bin/test-go-mod-tidy.sh [Pipeline] } 08:28:00 $ docker stop --time=1 74349f1a7917c98cbb882c3e7de26a11eef7bc6e00c085d464e73079e7a66b77 08:28:02 $ docker rm -f 74349f1a7917c98cbb882c3e7de26a11eef7bc6e00c085d464e73079e7a66b77 [Pipeline] // withDockerContainer [Pipeline] sh 08:28:03 + sudo chown -R jenkins:jenkins . [Pipeline] stash 08:28:03 Warning: overwriting stash ‘coverage-report’ 08:28:04 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 08:28:05 + sudo chown -R jenkins:jenkins . [Pipeline] sh 08:28:05 + ls -al . 08:28:05 total 224 08:28:05 drwxrwxr-x 10 jenkins jenkins 4096 Mar 3 08:27 . 08:28:05 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 08:24 .. 08:28:05 -rw-rw-r-- 1 jenkins jenkins 140 Mar 3 08:24 .dockerignore 08:28:05 drwxrwxr-x 8 jenkins jenkins 4096 Mar 3 08:24 .git 08:28:05 drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 08:24 .github 08:28:05 -rw-rw-r-- 1 jenkins jenkins 138 Mar 3 08:24 .gitignore 08:28:05 -rw-rw-r-- 1 jenkins jenkins 949 Mar 3 08:24 Dockerfile.build 08:28:05 -rw-rw-r-- 1 jenkins jenkins 901 Mar 3 08:24 Jenkinsfile 08:28:05 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 3 08:24 LICENSE 08:28:05 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 3 08:24 Makefile 08:28:05 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 3 08:24 README.md 08:28:05 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 3 08:24 RELEASE-NOTES.txt 08:28:05 -rw-rw-r-- 1 jenkins jenkins 5 Mar 3 08:22 VERSION 08:28:05 drwxrwxr-x 2 jenkins jenkins 4096 Mar 3 08:24 bin 08:28:05 -rw-r--r-- 1 jenkins jenkins 102528 Mar 3 08:27 coverage.out 08:28:05 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 08:24 example 08:28:05 -rw-r--r-- 1 jenkins jenkins 516 Mar 3 08:27 go.mod 08:28:05 -rw-r--r-- 1 jenkins jenkins 17372 Mar 3 08:27 go.sum 08:28:05 drwxrwxr-x 13 jenkins jenkins 4096 Mar 3 08:24 internal 08:28:05 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 08:24 openapi 08:28:05 drwxrwxr-x 5 jenkins jenkins 4096 Mar 3 08:24 pkg 08:28:05 drwxrwxr-x 4 jenkins jenkins 4096 Mar 3 08:24 snap 08:28:05 -rw-rw-r-- 1 jenkins jenkins 222 Mar 3 08:24 version.go [Pipeline] isUnix [Pipeline] sh 08:28:06 + 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=31a08261b41db6041274b3103071e8b7252d6267 --label arch=arm64 --label version=0.0.0 . 08:28:06 Sending build context to Docker daemon 2.564MB 08:28:06 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 08:28:06 Step 2/24 : FROM ${BASE} AS builder 08:28:06 ---> 9975b95a680f 08:28:06 Step 3/24 : ARG MAKE='make build' 08:28:06 ---> Running in 1aa48cfd229d 08:28:07 Removing intermediate container 1aa48cfd229d 08:28:07 ---> 14fe85e86ca9 08:28:07 Step 4/24 : WORKDIR /device-sdk-go 08:28:07 ---> Running in bc8064c44523 08:28:08 Removing intermediate container bc8064c44523 08:28:08 ---> cfba4bf769be 08:28:08 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:28:08 ---> Running in 495524cb9eca 08:28:08 Removing intermediate container 495524cb9eca 08:28:08 ---> 6b626fee47d4 08:28:08 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 08:28:08 ---> Running in e86a1cbf8671 08:28:11 Removing intermediate container e86a1cbf8671 08:28:11 ---> 18901b9d76e7 08:28:11 Step 7/24 : RUN apk add --update --no-cache make git 08:28:11 ---> Running in 0b770ce1fd2a 08:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 08:28:12 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 08:28:14 OK: 142 MiB in 39 packages 08:28:15 Removing intermediate container 0b770ce1fd2a 08:28:15 ---> cc105dd48a93 08:28:15 Step 8/24 : COPY . . 08:28:16 ---> edc8af728cf3 08:28:16 Step 9/24 : RUN ${MAKE} 08:28:16 ---> Running in 529731c41ad4 08:28:17 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 08:28:24 lf-activate-venv(): INFO: Adding /tmp/venv-AqDW/bin to PATH 08:28:24 INFO: No Stack... 08:28:24 INFO: Retrieving Pricing Info for: v1-standard-2 08:28:24 INFO: Archiving Costs [Pipeline] sh 08:28:25 + cat /w/workspace/device-sdk-go/4/archives/cost.csv 08:28:25 + cut -d, -f6 [Pipeline] lock 08:28:25 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-804-4-stack-cost] 08:28:25 Resource [jenkins-edgexfoundry-device-sdk-go-PR-804-4-stack-cost] did not exist. Created. 08:28:25 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-804-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:28:25 + echo total: 0.029999999329447746 [Pipeline] stash 08:28:25 Stashed 1 file(s) [Pipeline] } 08:28:25 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-804-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 08:28:44 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 08:28:45 Removing intermediate container 529731c41ad4 08:28:45 ---> 54c7367b992f 08:28:45 Step 10/24 : FROM scratch 08:28:45 ---> 08:28:45 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 08:28:45 ---> Running in c5dcb08059aa 08:28:46 Removing intermediate container c5dcb08059aa 08:28:46 ---> dcf527bfd13e 08:28:46 Step 12/24 : ENV APP_PORT=49990 08:28:46 ---> Running in ed6fd01d71b3 08:28:46 Removing intermediate container ed6fd01d71b3 08:28:46 ---> 1c3b13439972 08:28:46 Step 13/24 : EXPOSE $APP_PORT 08:28:46 ---> Running in 57ff7defad42 08:28:46 Removing intermediate container 57ff7defad42 08:28:46 ---> d876f27ee039 08:28:46 Step 14/24 : WORKDIR / 08:28:46 ---> Running in 95308467c54c 08:28:47 Removing intermediate container 95308467c54c 08:28:47 ---> d3d338156223 08:28:47 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 08:28:48 ---> 96b71c0ea8c8 08:28:48 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 08:28:49 ---> 5a50bfa7dc51 08:28:49 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 08:28:49 ---> b381d22047df 08:28:49 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 08:28:50 ---> f5bc2f4b7494 08:28:50 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 08:28:51 ---> 4ee26b2befd2 08:28:51 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 08:28:51 ---> Running in b6f5d6ead283 08:28:51 Removing intermediate container b6f5d6ead283 08:28:51 ---> c5a6e0bbb256 08:28:51 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 08:28:51 ---> Running in 34e2bacd240e 08:28:52 Removing intermediate container 34e2bacd240e 08:28:52 ---> 188a27f9eebf 08:28:52 Step 22/24 : LABEL arch=arm64 08:28:52 ---> Running in 7b6d1a835a88 08:28:52 Removing intermediate container 7b6d1a835a88 08:28:52 ---> e3f7c7c7241c 08:28:52 Step 23/24 : LABEL git_sha=31a08261b41db6041274b3103071e8b7252d6267 08:28:53 ---> Running in 21911af93c18 08:28:53 Removing intermediate container 21911af93c18 08:28:53 ---> b5cad1700b0a 08:28:53 Step 24/24 : LABEL version=0.0.0 08:28:53 ---> Running in 5785f28c3be8 08:28:54 Removing intermediate container 5785f28c3be8 08:28:54 ---> 67a1110b0d81 08:28:54 [Warning] One or more build-args [ARCH] were not consumed 08:28:54 Successfully built 67a1110b0d81 08:28:54 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 08:28:55 ---> job-cost.sh 08:28:55 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-m6Gg 08:29:34 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 08:31:40 lf-activate-venv(): INFO: Adding /tmp/venv-m6Gg/bin to PATH 08:31:40 INFO: No Stack... 08:31:40 INFO: Retrieving Pricing Info for: lf-standard-4 08:31:40 INFO: Archiving Costs [Pipeline] sh 08:31:41 + cat /w/workspace/device-sdk-go/4/archives/cost.csv 08:31:41 + cut -d, -f6 [Pipeline] lock 08:31:41 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-804-4-stack-cost] 08:31:41 Resource [jenkins-edgexfoundry-device-sdk-go-PR-804-4-stack-cost] did not exist. Created. 08:31:41 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-804-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 08:31:41 /w/workspace/device-sdk-go/4@tmp/durable-65de2089/script.sh: 1: /w/workspace/device-sdk-go/4@tmp/durable-65de2089/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 08:31:42 + echo total: 0.20999999344348907 [Pipeline] stash 08:31:42 Warning: overwriting stash ‘stack-cost’ 08:31:42 Stashed 1 file(s) [Pipeline] } 08:31:42 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-804-4-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 08:31:43 provisioning config files... 08:31:43 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/config5211932518076526507tmp [Pipeline] { [Pipeline] sh 08:31:44 + set +x 08:31:44 + curl -s https://codecov.io/bash 08:31:44 + bash -s -- 08:31:44 08:31:44 _____ _ 08:31:44 / ____| | | 08:31:44 | | ___ __| | ___ ___ _____ __ 08:31:44 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 08:31:44 | |___| (_) | (_| | __/ (_| (_) \ V / 08:31:44 \_____\___/ \__,_|\___|\___\___/ \_/ 08:31:44 Bash-20210226-7100762 08:31:44 08:31:44 08:31:44 ==> git version 2.24.3 found 08:31:44 ==> 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 08:31:44 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 08:31:44 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 08:31:44 ==> Jenkins CI detected. 08:31:44 project root: . 08:31:44 --> token set from env 08:31:44 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 08:31:44 ==> Running gcov in . (disable via -X gcov) 08:31:44 ==> Python coveragepy not found 08:31:44 ==> Searching for coverage reports in: 08:31:44 + . 08:31:44 -> Found 1 reports 08:31:44 ==> Detecting git/mercurial file structure 08:31:44 ==> Reading reports 08:31:44 + ./coverage.out bytes=102528 08:31:44 ==> Appending adjustments 08:31:44 https://docs.codecov.io/docs/fixing-reports 08:31:45 + Found adjustments 08:31:45 ==> Gzipping contents 08:31:45 20K /tmp/codecov.TT5GvM.gz 08:31:45 ==> Uploading reports 08:31:45 url: https://codecov.io 08:31:45 query: branch=PR-804&commit=31a08261b41db6041274b3103071e8b7252d6267&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-804%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=804&job=&cmd_args= 08:31:45 -> Pinging Codecov 08:31:45 https://codecov.io/upload/v4?package=bash-20210226-7100762&token=secret&branch=PR-804&commit=31a08261b41db6041274b3103071e8b7252d6267&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-804%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=804&job=&cmd_args= 08:31:45 -> Uploading to 08:31:45 https://storage.googleapis.com/codecov/v4/raw/2021-03-03/7E55EF52A471D76F132DFD9A03CDDE97/31a08261b41db6041274b3103071e8b7252d6267/e102b808-4dbd-4f93-8f9a-2a69c0e217ac.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210303%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210303T083145Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cf773c1ca6c3173082291f88c07ad1108b061959f81514887b2f4cc9f4fad3c9 08:31:45 % Total % Received % Xferd Average Speed Time Time Time Current 08:31:45 Dload Upload Total Spent Left Speed 08:31:45 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 16582 0 0 100 16582 0 32286 --:--:-- --:--:-- --:--:-- 32260 08:31:45 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/31a08261b41db6041274b3103071e8b7252d6267 [Pipeline] } 08:31:45 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 08:31:48 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 08:31:48 ---> package-listing.sh 08:31:48 ++ facter osfamily 08:31:48 ++ tr '[:upper:]' '[:lower:]' 08:31:48 + OS_FAMILY=redhat 08:31:48 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-804 08:31:48 + START_PACKAGES=/tmp/packages_start.txt 08:31:48 + END_PACKAGES=/tmp/packages_end.txt 08:31:48 + DIFF_PACKAGES=/tmp/packages_diff.txt 08:31:48 + PACKAGES=/tmp/packages_start.txt 08:31:48 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-804 ']' 08:31:48 + PACKAGES=/tmp/packages_end.txt 08:31:48 + case "${OS_FAMILY}" in 08:31:48 + rpm -qa 08:31:48 + sort 08:31:54 + '[' -f /tmp/packages_start.txt ']' 08:31:54 + '[' -f /tmp/packages_end.txt ']' 08:31:54 + diff /tmp/packages_start.txt /tmp/packages_end.txt 08:31:54 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-804 ']' 08:31:54 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-804/archives/ 08:31:54 + 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 08:31:54 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 08:31:54 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 08:31:54 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:31:54 08:31:54 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 08:31:55 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:31:55 alpine: Pulling from edgex-lftools-log-publisher 08:31:55 df20fa9351a1: Pulling fs layer 08:31:55 36b3adc4ff6f: Pulling fs layer 08:31:55 8ad3a11d3b57: Pulling fs layer 08:31:55 46f8f816bc3b: Pulling fs layer 08:31:55 93b61091891f: Pulling fs layer 08:31:55 93b9cdb0e59b: Pulling fs layer 08:31:55 5e14af77c1be: Pulling fs layer 08:31:55 01666e4c0597: Pulling fs layer 08:31:55 aa168da1d23b: Pulling fs layer 08:31:55 93b61091891f: Waiting 08:31:55 93b9cdb0e59b: Waiting 08:31:55 5e14af77c1be: Waiting 08:31:55 aa168da1d23b: Waiting 08:31:55 01666e4c0597: Waiting 08:31:55 36b3adc4ff6f: Verifying Checksum 08:31:55 36b3adc4ff6f: Download complete 08:31:55 46f8f816bc3b: Download complete 08:31:55 df20fa9351a1: Download complete 08:31:55 93b9cdb0e59b: Verifying Checksum 08:31:55 93b9cdb0e59b: Download complete 08:31:55 93b61091891f: Download complete 08:31:55 5e14af77c1be: Download complete 08:31:55 01666e4c0597: Verifying Checksum 08:31:55 01666e4c0597: Download complete 08:31:55 df20fa9351a1: Pull complete 08:31:55 36b3adc4ff6f: Pull complete 08:31:55 8ad3a11d3b57: Verifying Checksum 08:31:55 8ad3a11d3b57: Download complete 08:31:56 8ad3a11d3b57: Pull complete 08:31:57 46f8f816bc3b: Pull complete 08:31:58 aa168da1d23b: Verifying Checksum 08:31:58 aa168da1d23b: Download complete 08:31:58 93b61091891f: Pull complete 08:31:58 93b9cdb0e59b: Pull complete 08:31:58 5e14af77c1be: Pull complete 08:31:58 01666e4c0597: Pull complete 08:32:06 aa168da1d23b: Pull complete 08:32:06 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 08:32:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 08:32:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 08:32:06 prd-centos7-docker-4c-2g-28371 does not seem to be running inside a container 08:32:06 $ 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 ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 08:32:10 $ docker top 3911a05f3728517444f10f86c4340c371b034d866999ddf8a190f9aa2299d8f7 -eo pid,comm [Pipeline] { [Pipeline] sh 08:32:10 + touch /tmp/pre-build-complete [Pipeline] sh 08:32:10 + mkdir -p /var/log/sa [Pipeline] sh 08:32:11 + ls /var/log/sa-host 08:32:11 + sadf -c /var/log/sa-host/sa03 08:32:11 file_magic: OK 08:32:11 HZ: Using current value: 100 08:32:11 file_header: OK 08:32:11 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 08:32:11 Statistics: 08:32:11 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 08:32:11 File successfully converted to sysstat format version 12.2.1 08:32:11 + sadf -c /var/log/sa-host/sa23 08:32:11 file_magic: OK 08:32:11 HZ: Using current value: 100 08:32:11 file_header: OK 08:32:11 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 08:32:11 Statistics: 08:32:11 Hnuu...uuuununununu... 08:32:11 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 08:32:11 provisioning config files... 08:32:11 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp/config3883849389798602889tmp [Pipeline] { [Pipeline] echo 08:32:11 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 08:32:12 ---> create-netrc.sh [Pipeline] } 08:32:12 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 08:32:12 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 08:32:12 ---> python-tools-install.sh [Pipeline] echo 08:32:12 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 08:32:12 ---> sudo-logs.sh 08:32:12 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 08:32:12 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 08:32:13 ---> job-cost.sh 08:32:13 lf-activate-venv: SKIPPING 08:32:13 DEBUG: total: 0.20999999344348907 08:32:13 INFO: Retrieving Stack Cost... 08:32:14 INFO: Retrieving Pricing Info for: v1-standard-2 08:32:14 INFO: Archiving Costs [Pipeline] echo 08:32:14 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 08:32:14 ---> logs-deploy.sh 08:32:14 lf-activate-venv: SKIPPING 08:32:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-804/4 08:32:14 INFO: archiving workspace using pattern(s): 08:32:16 Archives upload complete. 08:32:16 INFO: archiving logs to Nexus 08:32:17 ---> uname -a: 08:32:17 Linux prd-centos7-docker-4c-2g-28371.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 08:32:17 08:32:17 08:32:17 ---> lscpu: 08:32:17 Architecture: x86_64 08:32:17 CPU op-mode(s): 32-bit, 64-bit 08:32:17 Byte Order: Little Endian 08:32:17 Address sizes: 40 bits physical, 48 bits virtual 08:32:17 CPU(s): 4 08:32:17 On-line CPU(s) list: 0-3 08:32:17 Thread(s) per core: 1 08:32:17 Core(s) per socket: 1 08:32:17 Socket(s): 4 08:32:17 NUMA node(s): 1 08:32:17 Vendor ID: GenuineIntel 08:32:17 CPU family: 6 08:32:17 Model: 44 08:32:17 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 08:32:17 Stepping: 1 08:32:17 CPU MHz: 2933.442 08:32:17 BogoMIPS: 5866.88 08:32:17 Virtualization: VT-x 08:32:17 Hypervisor vendor: KVM 08:32:17 Virtualization type: full 08:32:17 L1d cache: 128 KiB 08:32:17 L1i cache: 128 KiB 08:32:17 L2 cache: 16 MiB 08:32:17 L3 cache: 64 MiB 08:32:17 NUMA node0 CPU(s): 0-3 08:32:17 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 08:32:17 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 08:32:17 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 08:32:17 Vulnerability Meltdown: Mitigation; PTI 08:32:17 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 08:32:17 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 08:32:17 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 08:32:17 Vulnerability Srbds: Not affected 08:32:17 Vulnerability Tsx async abort: Not affected 08:32:17 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 08:32:17 08:32:17 08:32:17 ---> nproc: 08:32:17 4 08:32:17 08:32:17 08:32:17 ---> df -h: 08:32:17 Filesystem Size Used Available Use% Mounted on 08:32:17 overlay 50.0G 7.3G 42.7G 15% / 08:32:17 tmpfs 64.0M 0 64.0M 0% /dev 08:32:17 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 08:32:17 shm 64.0M 0 64.0M 0% /dev/shm 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-804 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-804@tmp 08:32:17 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 08:32:17 08:32:17 08:32:17 ---> free -m: 08:32:17 total used free shared buff/cache available 08:32:17 Mem: 1837 727 107 0 1002 1004 08:32:17 Swap: 1023 1 1022 08:32:17 08:32:17 08:32:17 ---> ip addr: 08:32:17 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 08:32:17 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 08:32:17 inet 127.0.0.1/8 scope host lo 08:32:17 valid_lft forever preferred_lft forever 08:32:17 inet6 ::1/128 scope host 08:32:17 valid_lft forever preferred_lft forever 08:32:17 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 08:32:17 link/ether fa:16:3e:6c:f8:97 brd ff:ff:ff:ff:ff:ff 08:32:17 inet 10.30.123.89/23 brd 10.30.123.255 scope global dynamic eth0 08:32:17 valid_lft 85745sec preferred_lft 85745sec 08:32:17 inet6 fe80::f816:3eff:fe6c:f897/64 scope link 08:32:17 valid_lft forever preferred_lft forever 08:32:17 3: docker0: mtu 1500 qdisc noqueue state DOWN 08:32:17 link/ether 02:42:b4:c2:6c:90 brd ff:ff:ff:ff:ff:ff 08:32:17 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 08:32:17 valid_lft forever preferred_lft forever 08:32:17 inet6 fe80::42:b4ff:fec2:6c90/64 scope link 08:32:17 valid_lft forever preferred_lft forever 08:32:17 08:32:17 08:32:17 ---> sar -b -r -n DEV: 08:32:17 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) 08:32:17 08:32:17 08:21:10 LINUX RESTART (4 CPU) 08:32:17 08:32:17 08:22:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 08:32:17 08:23:01 30.78 10.99 19.79 0.00 4373.16 2870.33 0.00 08:32:17 08:24:01 2.06 0.00 2.06 0.00 0.00 32.68 0.00 08:32:17 08:25:01 0.35 0.00 0.35 0.00 0.00 5.29 0.00 08:32:17 08:26:02 0.32 0.00 0.32 0.00 0.00 3.25 0.00 08:32:17 08:27:01 0.30 0.00 0.30 0.00 0.00 3.88 0.00 08:32:17 08:28:01 0.32 0.00 0.32 0.00 0.00 4.28 0.00 08:32:17 08:29:01 0.27 0.00 0.27 0.00 0.00 2.60 0.00 08:32:17 08:30:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 08:32:17 08:31:01 0.23 0.00 0.23 0.00 0.00 2.85 0.00 08:32:17 08:32:01 76.04 51.89 24.15 0.00 4427.35 9352.09 0.00 08:32:17 Average: 11.14 6.31 4.82 0.00 882.88 1232.99 0.00 08:32:17 08:32:17 08:22:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 08:32:17 08:23:01 140864 0 628912 33.43 2620 1109148 1092420 37.28 455568 1086048 20 08:32:17 08:24:01 146460 0 623308 33.13 2620 1109156 1074360 36.67 453568 1083468 12 08:32:17 08:25:01 143812 0 625952 33.27 2620 1109160 1074620 36.67 451792 1088024 16 08:32:17 08:26:02 143640 0 626124 33.28 2620 1109160 1074668 36.68 467104 1073056 8 08:32:17 08:27:01 143236 0 626520 33.30 2620 1109168 1074524 36.67 467984 1072628 8 08:32:17 08:28:01 143620 0 626132 33.28 2620 1109172 1074464 36.67 476224 1064056 12 08:32:17 08:29:01 144252 0 625496 33.24 2620 1109176 1074428 36.67 475984 1064104 8 08:32:17 08:30:01 144064 0 625680 33.25 2620 1109180 1074428 36.67 475876 1064104 12 08:32:17 08:31:01 144220 0 625516 33.24 2620 1109188 1074428 36.67 476120 1064104 8 08:32:17 08:32:01 73144 0 730192 38.81 2620 1075588 1508868 51.50 601628 979256 45952 08:32:17 Average: 136731 0 636383 33.82 2620 1105810 1119721 38.21 480185 1063885 4606 08:32:17 08:32:17 08:22:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 08:32:17 08:23:01 eth0 87.07 73.58 363.81 41.16 0.00 0.00 0.00 0.00 08:32:17 08:23:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:23:01 docker0 8.71 6.83 1.33 22.91 0.00 0.00 0.00 0.00 08:32:17 08:24:01 eth0 0.77 0.08 0.06 0.01 0.00 0.00 0.00 0.00 08:32:17 08:24:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:24:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:25:01 eth0 2.40 1.43 1.58 0.27 0.00 0.00 0.00 0.00 08:32:17 08:25:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:25:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:26:02 eth0 0.48 0.38 0.30 0.21 0.00 0.00 0.00 0.00 08:32:17 08:26:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:26:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:27:01 eth0 0.22 0.17 0.08 0.07 0.00 0.00 0.00 0.00 08:32:17 08:27:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:27:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:28:01 eth0 0.15 0.13 0.07 0.01 0.00 0.00 0.00 0.00 08:32:17 08:28:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:28:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:29:01 eth0 0.10 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:32:17 08:29:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:29:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:30:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:32:17 08:30:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:30:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:31:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 08:32:17 08:31:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:31:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:32:01 eth0 195.75 154.80 2162.76 16.87 0.00 0.00 0.00 0.00 08:32:17 08:32:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 08:32:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 Average: eth0 28.82 23.17 253.96 5.88 0.00 0.00 0.00 0.00 08:32:17 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 08:32:17 Average: docker0 0.87 0.68 0.13 2.29 0.00 0.00 0.00 0.00 08:32:17 08:32:17 08:32:17 ---> sar -P ALL: 08:32:17 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) 08:32:17 08:32:17 08:21:10 LINUX RESTART (4 CPU) 08:32:17 08:32:17 08:22:01 CPU %user %nice %system %iowait %steal %idle 08:32:17 08:23:01 all 2.86 0.00 2.16 0.60 0.02 94.36 08:32:17 08:23:01 0 2.48 0.00 2.46 0.27 0.02 94.77 08:32:17 08:23:01 1 2.95 0.00 2.14 1.91 0.03 92.96 08:32:17 08:23:01 2 3.20 0.00 1.89 0.12 0.02 94.77 08:32:17 08:23:01 3 2.83 0.00 2.14 0.10 0.02 94.91 08:32:17 08:24:01 all 0.15 0.00 0.05 0.00 0.00 99.80 08:32:17 08:24:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:32:17 08:24:01 1 0.05 0.00 0.05 0.00 0.00 99.90 08:32:17 08:24:01 2 0.45 0.00 0.05 0.00 0.02 99.48 08:32:17 08:24:01 3 0.05 0.00 0.03 0.00 0.00 99.92 08:32:17 08:25:01 all 0.19 0.00 0.03 0.00 0.00 99.78 08:32:17 08:25:01 0 0.03 0.00 0.02 0.00 0.00 99.95 08:32:17 08:25:01 1 0.07 0.00 0.05 0.00 0.00 99.88 08:32:17 08:25:01 2 0.58 0.00 0.05 0.00 0.00 99.37 08:32:17 08:25:01 3 0.07 0.00 0.02 0.00 0.00 99.92 08:32:17 08:26:02 all 0.17 0.00 0.05 0.00 0.00 99.78 08:32:17 08:26:02 0 0.05 0.00 0.02 0.00 0.00 99.93 08:32:17 08:26:02 1 0.05 0.00 0.05 0.00 0.00 99.90 08:32:17 08:26:02 2 0.53 0.00 0.05 0.00 0.00 99.42 08:32:17 08:26:02 3 0.05 0.00 0.10 0.00 0.00 99.85 08:32:17 08:27:01 all 0.17 0.00 0.05 0.00 0.00 99.78 08:32:17 08:27:01 0 0.07 0.00 0.05 0.00 0.00 99.88 08:32:17 08:27:01 1 0.05 0.00 0.05 0.00 0.00 99.90 08:32:17 08:27:01 2 0.54 0.00 0.02 0.00 0.00 99.44 08:32:17 08:27:01 3 0.02 0.00 0.07 0.00 0.00 99.92 08:32:17 08:28:01 all 0.15 0.00 0.05 0.00 0.00 99.79 08:32:17 08:28:01 0 0.03 0.00 0.05 0.00 0.02 99.90 08:32:17 08:28:01 1 0.02 0.00 0.02 0.00 0.00 99.97 08:32:17 08:28:01 2 0.53 0.00 0.03 0.00 0.00 99.43 08:32:17 08:28:01 3 0.03 0.00 0.10 0.00 0.00 99.87 08:32:17 08:29:01 all 0.15 0.00 0.03 0.00 0.00 99.82 08:32:17 08:29:01 0 0.05 0.00 0.05 0.00 0.00 99.90 08:32:17 08:29:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:32:17 08:29:01 2 0.50 0.00 0.02 0.00 0.00 99.48 08:32:17 08:29:01 3 0.03 0.00 0.02 0.00 0.00 99.95 08:32:17 08:30:01 all 0.09 0.00 0.04 0.00 0.00 99.87 08:32:17 08:30:01 0 0.03 0.00 0.05 0.00 0.00 99.92 08:32:17 08:30:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:32:17 08:30:01 2 0.27 0.00 0.07 0.00 0.00 99.67 08:32:17 08:30:01 3 0.02 0.00 0.02 0.00 0.00 99.97 08:32:17 08:31:01 all 0.07 0.00 0.04 0.00 0.00 99.89 08:32:17 08:31:01 0 0.03 0.00 0.03 0.00 0.00 99.93 08:32:17 08:31:01 1 0.03 0.00 0.02 0.00 0.00 99.95 08:32:17 08:31:01 2 0.20 0.00 0.07 0.00 0.00 99.73 08:32:17 08:31:01 3 0.02 0.00 0.03 0.00 0.00 99.95 08:32:17 08:32:01 all 4.28 0.00 2.93 1.40 0.02 91.38 08:32:17 08:32:01 0 3.82 0.00 3.03 0.27 0.00 92.88 08:32:17 08:32:01 1 3.46 0.00 2.42 1.14 0.02 92.96 08:32:17 08:32:01 2 4.42 0.00 2.62 0.90 0.03 92.02 08:32:17 08:32:01 3 5.41 0.00 3.64 3.29 0.02 87.64 08:32:17 Average: all 0.83 0.00 0.54 0.20 0.00 98.43 08:32:17 Average: 0 0.66 0.00 0.58 0.05 0.00 98.70 08:32:17 Average: 1 0.67 0.00 0.48 0.30 0.01 98.53 08:32:17 Average: 2 1.12 0.00 0.49 0.10 0.01 98.28 08:32:17 Average: 3 0.85 0.00 0.62 0.34 0.00 98.20 08:32:17 08:32:17 08:32:17