Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 245068c04ff2830f60caa5933c53c336b25cd27b+9f44a914c3163ba6aceeb076ef4043962d95dc92 (5766ee1896c6df70ab86a02b2f0f49ecc3607547) 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 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 7909e789ffc0fecf34d47f501ec8db0a80105338 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 7909e789ffc0fecf34d47f501ec8db0a80105338 # timeout=10 Commit message: "Merge pull request #245 from ernestojeda/fix-go-version-issue" > 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. [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] ========================================================= [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: false SWAGGER_API_FOLDERS: openapi/v1 [Pipeline] node Still waiting to schedule task Waiting for next available executor Running on prd-centos7-docker-4c-2g-423 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning with configured refspecs honoured and without tags Cloning repository git@github.com:edgexfoundry/device-sdk-go.git > git init /w/workspace/dgexfoundry_device-sdk-go_PR-584 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git > git --version # timeout=10 > git --version # 'git version 2.16.5' using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 Fetching without tags Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b Merge succeeded, producing 468168c552680fcc047e30da33ce59c300210f4b Checking out Revision 468168c552680fcc047e30da33ce59c300210f4b (PR-584) > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # 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 --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # 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 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 468168c552680fcc047e30da33ce59c300210f4b # timeout=10 Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" First time build. Skipping changelog. [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 18:42:43 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials > git rev-list --no-walk adba7342fcd8fa32f28f5a6d726939578d7cb8b8 # timeout=10 18:42:43 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 18:42:44 ========================================================= 18:42:44 EdgeX Global Pipelines Version Info 18:42:44 ========================================================= [Pipeline] libraryResource [Pipeline] sh 18:42:45 ------------------- 18:42:45 stable info: 18:42:45 ------------------- 18:42:45 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 18:42:45 Commit SHA: 7909e789ffc0fecf34d47f501ec8db0a80105338 18:42:45 Message: update stable to v1.0.122 18:42:46 ------------------- 18:42:46 experimental info: 18:42:46 ------------------- 18:42:46 Commited By: **** collab-it+edgex@linuxfoundation.org 18:42:46 Commit SHA: 040e29ce4f8dcf7f02c652317e535dcbebe1b406 18:42:46 Message: update experimental to v1.0.125 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] } [Pipeline] // script [Pipeline] echo 18:42:46 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 18:42:47 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-sdk-simple [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 18:42:48 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-584 [Pipeline] echo 18:42:49 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-584 [Pipeline] echo 18:42:49 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-584 [Pipeline] echo 18:42:49 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 468168c552680fcc047e30da33ce59c300210f4b [Pipeline] echo 18:42:49 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 468168c [Pipeline] echo 18:42:49 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 18:42:50 + git log --format=format:%s -1 468168c552680fcc047e30da33ce59c300210f4b [Pipeline] echo 18:42:50 GIT_COMMIT: 468168c552680fcc047e30da33ce59c300210f4b, Commit Message: Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD [Pipeline] echo 18:42:50 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 18:42:50 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:50 18:42:50 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 18:42:51 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:51 latest: Pulling from edgex-devops/git-semver 18:42:51 31603596830f: Pulling fs layer 18:42:51 2a8b12db71e7: Pulling fs layer 18:42:51 6ca5941a6612: Pulling fs layer 18:42:51 ecc8261a40a4: Pulling fs layer 18:42:51 ecc8261a40a4: Waiting 18:42:51 2a8b12db71e7: Verifying Checksum 18:42:51 2a8b12db71e7: Download complete 18:42:51 31603596830f: Verifying Checksum 18:42:51 31603596830f: Download complete 18:42:51 ecc8261a40a4: Verifying Checksum 18:42:51 ecc8261a40a4: Download complete 18:42:51 6ca5941a6612: Verifying Checksum 18:42:51 6ca5941a6612: Download complete 18:42:51 31603596830f: Pull complete 18:42:51 2a8b12db71e7: Pull complete 18:42:52 6ca5941a6612: Pull complete 18:42:53 ecc8261a40a4: Pull complete 18:42:53 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 18:42:53 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 18:42:53 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 18:42:53 prd-centos7-docker-4c-2g-423 does not seem to be running inside a container 18:42:53 $ docker run -t -d -u 1001:1001 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 18:42:55 $ docker top d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 18:42:55 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:55 [ssh-agent] Looking for ssh-agent implementation... 18:42:55 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:55 $ docker exec d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 ssh-agent 18:42:55 SSH_AUTH_SOCK=/tmp/ssh-6AwWHVtCnTRX/agent.11 18:42:55 SSH_AGENT_PID=16 18:42:55 Running ssh-add (command line suppressed) 18:42:56 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4339417731714573218.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_4339417731714573218.key) 18:42:56 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:56 + git describe --exact-match --tags HEAD 18:42:56 fatal: No names found, cannot describe anything. [Pipeline] } 18:42:56 $ docker exec --env ******** --env ******** d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 ssh-agent -k 18:42:56 unset SSH_AUTH_SOCK; 18:42:56 unset SSH_AGENT_PID; 18:42:56 echo Agent pid 16 killed; 18:42:56 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] echo 18:42:56 [edgeXSemver]: exception occurred checking if HEAD is tagged: hudson.AbortException: script returned exit code 128 18:42:56 This usually means this commit has not been tagged. [Pipeline] sshagent 18:42:56 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 18:42:56 [ssh-agent] Looking for ssh-agent implementation... 18:42:57 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 18:42:57 $ docker exec d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 ssh-agent 18:42:57 SSH_AUTH_SOCK=/tmp/ssh-NJG9pErScYF3/agent.44 18:42:57 SSH_AGENT_PID=49 18:42:57 Running ssh-add (command line suppressed) 18:42:57 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_7548581693086272998.key (/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/private_key_7548581693086272998.key) 18:42:57 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 18:42:57 + git semver init 18:42:57 # -> Open(): unable to determine branch for HEAD 18:42:57 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.git 18:42:57 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-584 18:42:57 # $SEMVER_REMOTE_NAME = origin 18:42:57 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 18:42:57 # $SEMVER_USER_NAME = edgex-jenkins 18:42:57 # $SEMVER_BRANCH = PR-584 18:42:57 # $SEMVER_TEMP = /tmp/semver-798239801 18:42:57 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 18:42:58 # '/tmp/semver-798239801' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver' 18:42:58 # -> Force: false 18:42:58 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-584/.semver [Pipeline] } 18:42:58 $ docker exec --env ******** --env ******** d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 ssh-agent -k 18:42:58 unset SSH_AUTH_SOCK; 18:42:58 unset SSH_AGENT_PID; 18:42:58 echo Agent pid 49 killed; 18:42:58 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 18:42:58 + git semver [Pipeline] } 18:42:58 $ docker stop --time=1 d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 18:43:00 $ docker rm -f d8d2c7dc4df76dc3ec3cde596d6d841f507696f9e2bdc207c5619d905cdf1af5 [Pipeline] // withDockerContainer [Pipeline] writeFile [Pipeline] stash 18:43:01 Stashed 37 file(s) [Pipeline] echo 18:43:01 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] echo 18:43:01 Archived original 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 18:43:16 Still waiting to schedule task 18:43:16 ‘prd-centos7-docker-4c-2g-426’ is offline 18:43:16 Still waiting to schedule task 18:43:16 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 18:44:47 Running on prd-centos7-docker-4c-2g-430 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 18:44:47 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 18:44:50 using credential edgex-jenkins-ssh 18:44:50 Cloning the remote Git repository 18:44:50 Cloning with configured refspecs honoured and without tags 18:44:50 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:44:50 > git init /w/workspace/device-sdk-go/7 # timeout=10 18:44:51 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:44:51 > git --version # timeout=10 18:44:52 Fetching without tags 18:44:51 > git --version # 'git version 2.16.5' 18:44:51 using GIT_SSH to set credentials SSH Credentials for GitHub 18:44:51 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:44:51 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:44:51 > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 18:44:51 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:44:52 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:44:52 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:44:52 using GIT_SSH to set credentials SSH Credentials for GitHub 18:44:52 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:44:52 Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b 18:44:52 Merge succeeded, producing 32e76a6fdbb444e1590ffb8959b43d3745088a2c 18:44:52 Checking out Revision 32e76a6fdbb444e1590ffb8959b43d3745088a2c (PR-584) 18:44:52 > git config core.sparsecheckout # timeout=10 18:44:52 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 18:44:52 > git remote # timeout=10 18:44:52 > git config --get remote.origin.url # timeout=10 18:44:52 using GIT_SSH to set credentials SSH Credentials for GitHub 18:44:52 > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 18:44:52 > git rev-parse HEAD^{commit} # timeout=10 18:44:52 > git config core.sparsecheckout # timeout=10 18:44:52 > git checkout -f 32e76a6fdbb444e1590ffb8959b43d3745088a2c # timeout=10 18:44:56 Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" 18:44:56 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:44:57 ========================================================= 18:44:57 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 18:44:57 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:44:56 > git rev-list --no-walk adba7342fcd8fa32f28f5a6d726939578d7cb8b8 # timeout=10 18:44:57 + 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 . 18:44:58 Sending build context to Docker daemon 3.164MB 18:44:58 Step 1/8 : ARG BASE=golang:1.15-alpine 18:44:58 Step 2/8 : FROM ${BASE} 18:44:58 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 18:44:58 df20fa9351a1: Pulling fs layer 18:44:58 ed8968b2872e: Pulling fs layer 18:44:58 a92cc7c5fd73: Pulling fs layer 18:44:58 e871e8e8d7a9: Pulling fs layer 18:44:58 e73272ec9a57: Pulling fs layer 18:44:58 1e910a182e73: Pulling fs layer 18:44:58 4e634b169226: Pulling fs layer 18:44:58 e73272ec9a57: Waiting 18:44:58 1e910a182e73: Waiting 18:44:58 4e634b169226: Waiting 18:44:58 e871e8e8d7a9: Waiting 18:44:58 a92cc7c5fd73: Verifying Checksum 18:44:58 a92cc7c5fd73: Download complete 18:44:58 ed8968b2872e: Download complete 18:44:58 e73272ec9a57: Verifying Checksum 18:44:58 e73272ec9a57: Download complete 18:44:58 1e910a182e73: Verifying Checksum 18:44:58 1e910a182e73: Download complete 18:44:58 df20fa9351a1: Verifying Checksum 18:44:58 df20fa9351a1: Download complete 18:44:59 df20fa9351a1: Pull complete 18:44:59 ed8968b2872e: Pull complete 18:44:59 a92cc7c5fd73: Pull complete 18:45:00 4e634b169226: Verifying Checksum 18:45:00 4e634b169226: Download complete 18:45:01 e871e8e8d7a9: Verifying Checksum 18:45:01 e871e8e8d7a9: Download complete 18:45:07 e871e8e8d7a9: Pull complete 18:45:07 e73272ec9a57: Pull complete 18:45:07 1e910a182e73: Pull complete 18:45:13 4e634b169226: Pull complete 18:45:13 Digest: sha256:0b802f5dd80e2ad8551c53c724486b1db3b79f86ac5ae7c7a2db79f17045b642 18:45:13 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 18:45:13 ---> f7629b54cfaa 18:45:13 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:45:13 ---> Running in 09750972cc32 18:45:13 Removing intermediate container 09750972cc32 18:45:13 ---> 3fbee41c4a54 18:45:13 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:45:13 ---> Running in 3d7e27dec531 18:45:14 Removing intermediate container 3d7e27dec531 18:45:14 ---> 207c40937e57 18:45:14 Step 5/8 : RUN apk add --no-cache make git 18:45:14 ---> Running in b1cdf2a09533 18:45:15 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:45:16 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:45:18 OK: 166 MiB in 39 packages 18:45:19 Removing intermediate container b1cdf2a09533 18:45:19 ---> ecf77ac3d9eb 18:45:19 Step 6/8 : WORKDIR /device-sdk-go 18:45:19 ---> Running in 6f7221106290 18:45:19 Removing intermediate container 6f7221106290 18:45:19 ---> f9dedd589c1b 18:45:19 Step 7/8 : COPY . . 18:45:20 ---> d551a1077df7 18:45:20 Step 8/8 : RUN go mod download 18:45:20 ---> Running in 704b3fe65338 18:45:32 Removing intermediate container 704b3fe65338 18:45:32 ---> 1bf4d3af23f0 18:45:32 Successfully built 1bf4d3af23f0 18:45:32 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 18:45:32 + docker inspect -f . ci-base-image-x86_64 18:45:32 . [Pipeline] withDockerContainer 18:45:33 prd-centos7-docker-4c-2g-430 does not seem to be running inside a container 18:45:33 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** ci-base-image-x86_64 cat 18:45:34 $ docker top 96efe69e45c13f3aaf26086efece033e719751e00bfd9c7da05b6414a63bd69a -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:34 + go version 18:45:34 go version go1.15.2 linux/amd64 [Pipeline] } 18:45:34 $ docker stop --time=1 96efe69e45c13f3aaf26086efece033e719751e00bfd9c7da05b6414a63bd69a 18:45:36 $ docker rm -f 96efe69e45c13f3aaf26086efece033e719751e00bfd9c7da05b6414a63bd69a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:45:37 + docker inspect -f . ci-base-image-x86_64 18:45:37 . [Pipeline] withDockerContainer 18:45:37 prd-centos7-docker-4c-2g-430 does not seem to be running inside a container 18:45:37 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** ci-base-image-x86_64 cat 18:45:38 $ docker top 4c87cebc3c7621863f3608d5a0d1830245e7f4fa32e28f2082ebd18c15e60382 -eo pid,comm [Pipeline] { [Pipeline] sh 18:45:38 + make test 18:45:38 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:45:40 Running on prd-ubuntu18.04-docker-arm64-4c-16g-432 in /w/workspace/dgexfoundry_device-sdk-go_PR-584 [Pipeline] { [Pipeline] ws 18:45:40 Running in /w/workspace/device-sdk-go/7 [Pipeline] { [Pipeline] checkout 18:45:45 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:45:45 using credential edgex-jenkins-ssh 18:45:45 Cloning the remote Git repository 18:45:45 Cloning with configured refspecs honoured and without tags 18:45:45 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 18:45:45 > git init /w/workspace/device-sdk-go/7 # timeout=10 18:45:46 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:45:46 > git --version # timeout=10 18:45:46 > git --version # 'git version 2.17.1' 18:45:46 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:46 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:47 Fetching without tags 18:45:47 Merging remotes/origin/master commit 9f44a914c3163ba6aceeb076ef4043962d95dc92 into PR head commit 245068c04ff2830f60caa5933c53c336b25cd27b 18:45:47 Merge succeeded, producing 9b078fbf15bf3d604485327464fbbb9627d1078a 18:45:47 Checking out Revision 9b078fbf15bf3d604485327464fbbb9627d1078a (PR-584) 18:45:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:45:47 > git config --add remote.origin.fetch +refs/pull/584/head:refs/remotes/origin/PR-584 # timeout=10 18:45:47 > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:47 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 18:45:47 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 18:45:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:47 > git fetch --no-tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/584/head:refs/remotes/origin/PR-584 +refs/heads/master:refs/remotes/origin/master # timeout=10 18:45:47 > git config core.sparsecheckout # timeout=10 18:45:47 > git checkout -f 245068c04ff2830f60caa5933c53c336b25cd27b # timeout=10 18:45:47 > git remote # timeout=10 18:45:47 > git config --get remote.origin.url # timeout=10 18:45:47 using GIT_SSH to set credentials SSH Credentials for GitHub 18:45:47 > git merge 9f44a914c3163ba6aceeb076ef4043962d95dc92 # timeout=10 18:45:47 > git rev-parse HEAD^{commit} # timeout=10 18:45:47 > git config core.sparsecheckout # timeout=10 18:45:48 > git checkout -f 9b078fbf15bf3d604485327464fbbb9627d1078a # timeout=10 18:45:52 Commit message: "Merge commit '9f44a914c3163ba6aceeb076ef4043962d95dc92' into HEAD" 18:45:52 First time build. Skipping changelog. [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] unstash [Pipeline] echo 18:45:53 ========================================================= 18:45:53 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 18:45:53 ========================================================= [Pipeline] isUnix [Pipeline] sh 18:45:52 > git rev-list --no-walk adba7342fcd8fa32f28f5a6d726939578d7cb8b8 # timeout=10 18:45:54 + 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 . 18:45:55 Sending build context to Docker daemon 3.164MB 18:45:55 Step 1/8 : ARG BASE=golang:1.15-alpine 18:45:55 Step 2/8 : FROM ${BASE} 18:45:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 18:45:56 b538f80385f9: Pulling fs layer 18:45:56 74f711af9a0d: Pulling fs layer 18:45:56 99f96fe45779: Pulling fs layer 18:45:56 8529a6b9a6be: Pulling fs layer 18:45:56 45590311c82a: Pulling fs layer 18:45:56 69ca0ff8b7b3: Pulling fs layer 18:45:56 209524e5b208: Pulling fs layer 18:45:56 8529a6b9a6be: Waiting 18:45:56 45590311c82a: Waiting 18:45:56 69ca0ff8b7b3: Waiting 18:45:56 209524e5b208: Waiting 18:45:56 99f96fe45779: Verifying Checksum 18:45:56 99f96fe45779: Download complete 18:45:56 74f711af9a0d: Verifying Checksum 18:45:56 74f711af9a0d: Download complete 18:45:56 45590311c82a: Verifying Checksum 18:45:56 45590311c82a: Download complete 18:45:56 69ca0ff8b7b3: Verifying Checksum 18:45:56 69ca0ff8b7b3: Download complete 18:45:56 b538f80385f9: Download complete 18:45:57 b538f80385f9: Pull complete 18:45:57 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:45:57 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:45:57 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:45:57 74f711af9a0d: Pull complete 18:45:58 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.028s coverage: 21.0% of statements 18:45:58 99f96fe45779: Pull complete 18:45:59 ok github.com/edgexfoundry/device-sdk-go/internal/cache 0.429s coverage: 95.7% of statements 18:45:59 209524e5b208: Verifying Checksum 18:45:59 209524e5b208: Download complete 18:46:00 8529a6b9a6be: Verifying Checksum 18:46:00 8529a6b9a6be: Download complete 18:46:13 8529a6b9a6be: Pull complete 18:46:13 45590311c82a: Pull complete 18:46:13 69ca0ff8b7b3: Pull complete 18:46:16 209524e5b208: Pull complete 18:46:16 Digest: sha256:ed1c815e5e6ec4cca07509da726365701584b6c3e8c7d74a761ef336e5f8fb68 18:46:16 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 18:46:16 ---> 5bddaf1c2fca 18:46:16 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:46:19 ---> Running in 9bf7b9c7a91b 18:46:19 Removing intermediate container 9bf7b9c7a91b 18:46:19 ---> 5d34993294ac 18:46:19 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:19 ---> Running in c9848ca2f0f0 18:46:22 Removing intermediate container c9848ca2f0f0 18:46:22 ---> 52b1991f04bf 18:46:22 Step 5/8 : RUN apk add --no-cache make git 18:46:22 ---> Running in 46f3624f75c8 18:46:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:46:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:46:26 OK: 142 MiB in 39 packages 18:46:28 Removing intermediate container 46f3624f75c8 18:46:28 ---> b3411138b7e6 18:46:28 Step 6/8 : WORKDIR /device-sdk-go 18:46:28 ---> Running in 15b3c65c6078 18:46:29 Removing intermediate container 15b3c65c6078 18:46:29 ---> 29e3e2f89945 18:46:29 Step 7/8 : COPY . . 18:46:30 ---> 4748a27d3eb8 18:46:30 Step 8/8 : RUN go mod download 18:46:30 ---> Running in 7667a6ef605f 18:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.035s coverage: 8.6% of statements 18:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.029s coverage: 21.7% of statements 18:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.182s coverage: 37.0% of statements 18:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.253s coverage: 65.4% of statements 18:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:46:31 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:46:31 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.086s coverage: 52.6% of statements 18:46:31 ok github.com/edgexfoundry/device-sdk-go/pkg/models 2.604s coverage: 68.9% of statements 18:46:31 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:46:31 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:46:31 GO111MODULE=on go vet ./... 18:46:36 gofmt -l . 18:46:36 [ "`gofmt -l .`" = "" ] 18:46:36 ./bin/test-attribution-txt.sh 18:46:37 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:46:38 Stashed 1 file(s) [Pipeline] } 18:46:38 $ docker stop --time=1 4c87cebc3c7621863f3608d5a0d1830245e7f4fa32e28f2082ebd18c15e60382 18:46:39 $ docker rm -f 4c87cebc3c7621863f3608d5a0d1830245e7f4fa32e28f2082ebd18c15e60382 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:46:41 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:46:42 + ls -al . 18:46:42 total 188 18:46:42 drwxrwxr-x. 11 jenkins jenkins 4096 Sep 18 18:46 . 18:46:42 drwxrwxr-x. 4 jenkins jenkins 28 Sep 18 18:44 .. 18:46:42 drwxrwxr-x. 2 jenkins jenkins 64 Sep 18 18:44 bin 18:46:42 -rw-r--r--. 1 jenkins jenkins 111785 Sep 18 18:46 coverage.out 18:46:42 -rw-rw-r--. 1 jenkins jenkins 936 Sep 18 18:44 Dockerfile.build 18:46:42 -rw-rw-r--. 1 jenkins jenkins 140 Sep 18 18:44 .dockerignore 18:46:42 drwxrwxr-x. 4 jenkins jenkins 48 Sep 18 18:44 example 18:46:42 drwxrwxr-x. 8 jenkins jenkins 179 Sep 18 18:44 .git 18:46:42 drwxrwxr-x. 2 jenkins jenkins 60 Sep 18 18:44 .github 18:46:42 -rw-rw-r--. 1 jenkins jenkins 138 Sep 18 18:44 .gitignore 18:46:42 -rw-r--r--. 1 jenkins jenkins 446 Sep 18 18:46 go.mod 18:46:42 -rw-r--r--. 1 jenkins jenkins 12264 Sep 18 18:46 go.sum 18:46:42 drwxrwxr-x. 13 jenkins jenkins 184 Sep 18 18:44 internal 18:46:42 -rw-rw-r--. 1 jenkins jenkins 785 Sep 18 18:44 Jenkinsfile 18:46:42 -rw-rw-r--. 1 jenkins jenkins 11341 Sep 18 18:44 LICENSE 18:46:42 -rw-rw-r--. 1 jenkins jenkins 1013 Sep 18 18:44 Makefile 18:46:42 drwxrwxr-x. 4 jenkins jenkins 26 Sep 18 18:44 openapi 18:46:42 drwxrwxr-x. 5 jenkins jenkins 50 Sep 18 18:44 pkg 18:46:42 -rw-rw-r--. 1 jenkins jenkins 5897 Sep 18 18:44 README.md 18:46:42 -rw-rw-r--. 1 jenkins jenkins 4291 Sep 18 18:44 RELEASE-NOTES.txt 18:46:42 drwxrwxr-x. 3 jenkins jenkins 58 Sep 18 18:44 .semver 18:46:42 drwxrwxr-x. 4 jenkins jenkins 54 Sep 18 18:44 snap 18:46:42 -rw-rw-r--. 1 jenkins jenkins 5 Sep 18 18:43 VERSION 18:46:42 -rw-rw-r--. 1 jenkins jenkins 222 Sep 18 18:44 version.go [Pipeline] isUnix [Pipeline] sh 18:46:42 + 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=468168c552680fcc047e30da33ce59c300210f4b --label arch=amd64 --label version=0.0.0 . 18:46:42 Sending build context to Docker daemon 3.277MB 18:46:42 Step 1/24 : ARG BASE=golang:1.15-alpine 18:46:42 Step 2/24 : FROM ${BASE} AS builder 18:46:42 ---> 1bf4d3af23f0 18:46:42 Step 3/24 : ARG MAKE='make build' 18:46:43 ---> Running in cd49fe5b3992 18:46:43 Removing intermediate container cd49fe5b3992 18:46:43 ---> 49d0b2b7c39f 18:46:43 Step 4/24 : WORKDIR /device-sdk-go 18:46:43 ---> Running in 3b0f30009852 18:46:43 Removing intermediate container 3b0f30009852 18:46:43 ---> 07a81166fea9 18:46:43 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:46:43 ---> Running in 3c3792f40a26 18:46:43 Removing intermediate container 3c3792f40a26 18:46:43 ---> 8cc7e4ba78f0 18:46:43 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:46:43 ---> Running in 931b956c5c81 18:46:44 Removing intermediate container 931b956c5c81 18:46:44 ---> d9e80790ed9a 18:46:44 Step 7/24 : RUN apk add --update --no-cache make git 18:46:44 ---> Running in 0ec22454e442 18:46:45 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 18:46:45 Removing intermediate container 7667a6ef605f 18:46:45 ---> 686d8f9c83c4 18:46:45 Successfully built 686d8f9c83c4 18:46:45 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 18:46:46 + docker inspect -f . ci-base-image-arm64 18:46:46 . [Pipeline] withDockerContainer 18:46:46 prd-ubuntu18.04-docker-arm64-4c-16g-432 does not seem to be running inside a container 18:46:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** ci-base-image-arm64 cat 18:46:46 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 18:46:47 OK: 166 MiB in 39 packages 18:46:47 Removing intermediate container 0ec22454e442 18:46:47 ---> 26c83ec8ef42 18:46:47 Step 8/24 : COPY . . 18:46:48 $ docker top 66c144707e76197ffbe00fdc96ab821e4d71e20ee4efb0609854646f0dc3f72a -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:48 ---> a66e37567d3f 18:46:48 Step 9/24 : RUN ${MAKE} 18:46:48 ---> Running in 3b0ad74b20f6 18:46:49 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 18:46:49 + go version 18:46:49 go version go1.15.2 linux/arm64 [Pipeline] } 18:46:49 $ docker stop --time=1 66c144707e76197ffbe00fdc96ab821e4d71e20ee4efb0609854646f0dc3f72a 18:46:51 $ docker rm -f 66c144707e76197ffbe00fdc96ab821e4d71e20ee4efb0609854646f0dc3f72a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 18:46:52 + docker inspect -f . ci-base-image-arm64 18:46:52 . [Pipeline] withDockerContainer 18:46:53 prd-ubuntu18.04-docker-arm64-4c-16g-432 does not seem to be running inside a container 18:46:53 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/7 -v /w/workspace/device-sdk-go/7:/w/workspace/device-sdk-go/7:rw,z -v /w/workspace/device-sdk-go/7@tmp:/w/workspace/device-sdk-go/7@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 ******** ci-base-image-arm64 cat 18:46:55 $ docker top 24999492f39eff307af9b2304811516ac0a52dd2ddfd08a9a0b70f7868956a0a -eo pid,comm [Pipeline] { [Pipeline] sh 18:46:56 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:46:56 + make test 18:46:56 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 18:46:58 Removing intermediate container 3b0ad74b20f6 18:46:58 ---> db52c45bf981 18:46:58 Step 10/24 : FROM scratch 18:46:58 ---> 18:46:58 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:46:58 ---> Running in 7720b61b4804 18:46:58 Removing intermediate container 7720b61b4804 18:46:58 ---> 222c995be8a8 18:46:58 Step 12/24 : ENV APP_PORT=49990 18:46:58 ---> Running in 930cf205b99b 18:46:58 Removing intermediate container 930cf205b99b 18:46:58 ---> 09ed676f64db 18:46:58 Step 13/24 : EXPOSE $APP_PORT 18:46:58 ---> Running in 9fed420398e2 18:46:58 Removing intermediate container 9fed420398e2 18:46:58 ---> 8024c4206c3d 18:46:58 Step 14/24 : WORKDIR / 18:46:58 ---> Running in cfce7e30dff1 18:46:58 Removing intermediate container cfce7e30dff1 18:46:58 ---> 74952b3c55c3 18:46:58 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:46:59 ---> 9af52b7c5408 18:46:59 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:46:59 ---> 280078dcec2a 18:46:59 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:46:59 ---> f4ece7868ee2 18:46:59 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:46:59 ---> db1717b044f4 18:46:59 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:46:59 ---> ee4293f3495b 18:46:59 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:46:59 ---> Running in 5533ae7f238f 18:47:00 Removing intermediate container 5533ae7f238f 18:47:00 ---> 9a3d5d1f6395 18:47:00 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:47:00 ---> Running in 35b5c85bd9f4 18:47:00 Removing intermediate container 35b5c85bd9f4 18:47:00 ---> 6403e73efc4c 18:47:00 Step 22/24 : LABEL arch=amd64 18:47:00 ---> Running in 58d102a2757b 18:47:00 Removing intermediate container 58d102a2757b 18:47:00 ---> a355e065eec9 18:47:00 Step 23/24 : LABEL git_sha=468168c552680fcc047e30da33ce59c300210f4b 18:47:00 ---> Running in b735249dbaa0 18:47:01 Removing intermediate container b735249dbaa0 18:47:01 ---> d1678e744779 18:47:01 Step 24/24 : LABEL version=0.0.0 18:47:01 ---> Running in 424b2c3790d4 18:47:01 Removing intermediate container 424b2c3790d4 18:47:01 ---> f57c8316b646 18:47:01 [Warning] One or more build-args [ARCH] were not consumed 18:47:01 Successfully built f57c8316b646 18:47:01 Successfully tagged docker-device-sdk-simple:latest [Pipeline] } [Pipeline] // script [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 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 18:47:19 ? github.com/edgexfoundry/device-sdk-go [no test files] 18:48:06 ? github.com/edgexfoundry/device-sdk-go/example/cmd/device-simple [no test files] 18:48:06 ? github.com/edgexfoundry/device-sdk-go/example/driver [no test files] 18:48:06 ? github.com/edgexfoundry/device-sdk-go/internal/autodiscovery [no test files] 18:48:06 ok github.com/edgexfoundry/device-sdk-go/internal/autoevent 0.061s coverage: 21.0% of statements 18:48:06 ok github.com/edgexfoundry/device-sdk-go/internal/cache 1.362s coverage: 95.7% of statements 18:48:32 ok github.com/edgexfoundry/device-sdk-go/internal/clients 30.065s coverage: 8.6% of statements 18:48:32 ok github.com/edgexfoundry/device-sdk-go/internal/common 0.055s coverage: 21.7% of statements 18:48:32 ? github.com/edgexfoundry/device-sdk-go/internal/container [no test files] 18:48:32 ok github.com/edgexfoundry/device-sdk-go/internal/controller 0.448s coverage: 37.0% of statements 18:48:32 ? github.com/edgexfoundry/device-sdk-go/internal/controller/correlation [no test files] 18:48:32 ok github.com/edgexfoundry/device-sdk-go/internal/handler 0.701s coverage: 65.4% of statements 18:48:32 ? github.com/edgexfoundry/device-sdk-go/internal/handler/callback [no test files] 18:48:32 ? github.com/edgexfoundry/device-sdk-go/internal/mock [no test files] 18:48:32 ? github.com/edgexfoundry/device-sdk-go/internal/provision [no test files] 18:48:32 ok github.com/edgexfoundry/device-sdk-go/internal/transformer 0.129s coverage: 52.6% of statements 18:48:32 ok github.com/edgexfoundry/device-sdk-go/pkg/models 5.740s coverage: 68.9% of statements 18:48:32 ? github.com/edgexfoundry/device-sdk-go/pkg/service [no test files] 18:48:32 ? github.com/edgexfoundry/device-sdk-go/pkg/startup [no test files] 18:48:32 GO111MODULE=on go vet ./... 18:48:59 gofmt -l . 18:48:59 [ "`gofmt -l .`" = "" ] 18:48:59 ./bin/test-attribution-txt.sh 18:48:59 ./bin/test-go-mod-tidy.sh [Pipeline] stash 18:48:59 Warning: overwriting stash ‘coverage-report’ 18:49:00 Stashed 1 file(s) [Pipeline] } 18:49:00 $ docker stop --time=1 24999492f39eff307af9b2304811516ac0a52dd2ddfd08a9a0b70f7868956a0a 18:49:02 $ docker rm -f 24999492f39eff307af9b2304811516ac0a52dd2ddfd08a9a0b70f7868956a0a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 18:49:04 + sudo chown -R jenkins:jenkins . [Pipeline] sh 18:49:04 + ls -al . 18:49:04 total 228 18:49:04 drwxrwxr-x 11 jenkins jenkins 4096 Sep 18 18:48 . 18:49:04 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:45 .. 18:49:04 -rw-rw-r-- 1 jenkins jenkins 140 Sep 18 18:45 .dockerignore 18:49:04 drwxrwxr-x 8 jenkins jenkins 4096 Sep 18 18:45 .git 18:49:04 drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:45 .github 18:49:04 -rw-rw-r-- 1 jenkins jenkins 138 Sep 18 18:45 .gitignore 18:49:04 drwxrwxr-x 3 jenkins jenkins 4096 Sep 18 18:45 .semver 18:49:04 -rw-rw-r-- 1 jenkins jenkins 936 Sep 18 18:45 Dockerfile.build 18:49:04 -rw-rw-r-- 1 jenkins jenkins 785 Sep 18 18:45 Jenkinsfile 18:49:04 -rw-rw-r-- 1 jenkins jenkins 11341 Sep 18 18:45 LICENSE 18:49:04 -rw-rw-r-- 1 jenkins jenkins 1013 Sep 18 18:45 Makefile 18:49:04 -rw-rw-r-- 1 jenkins jenkins 5897 Sep 18 18:45 README.md 18:49:04 -rw-rw-r-- 1 jenkins jenkins 4291 Sep 18 18:45 RELEASE-NOTES.txt 18:49:04 -rw-rw-r-- 1 jenkins jenkins 5 Sep 18 18:43 VERSION 18:49:04 drwxrwxr-x 2 jenkins jenkins 4096 Sep 18 18:45 bin 18:49:04 -rw-r--r-- 1 jenkins jenkins 111785 Sep 18 18:48 coverage.out 18:49:04 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:45 example 18:49:04 -rw-r--r-- 1 jenkins jenkins 446 Sep 18 18:48 go.mod 18:49:04 -rw-r--r-- 1 jenkins jenkins 12264 Sep 18 18:48 go.sum 18:49:04 drwxrwxr-x 13 jenkins jenkins 4096 Sep 18 18:45 internal 18:49:04 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:45 openapi 18:49:04 drwxrwxr-x 5 jenkins jenkins 4096 Sep 18 18:45 pkg 18:49:04 drwxrwxr-x 4 jenkins jenkins 4096 Sep 18 18:45 snap 18:49:04 -rw-rw-r-- 1 jenkins jenkins 222 Sep 18 18:45 version.go [Pipeline] isUnix [Pipeline] sh 18:49:04 + 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=468168c552680fcc047e30da33ce59c300210f4b --label arch=arm64 --label version=0.0.0 . 18:49:05 Sending build context to Docker daemon 3.277MB 18:49:05 Step 1/24 : ARG BASE=golang:1.15-alpine 18:49:05 Step 2/24 : FROM ${BASE} AS builder 18:49:05 ---> 686d8f9c83c4 18:49:05 Step 3/24 : ARG MAKE='make build' 18:49:05 ---> Running in f48924c90246 18:49:06 Removing intermediate container f48924c90246 18:49:06 ---> 081f69cca055 18:49:06 Step 4/24 : WORKDIR /device-sdk-go 18:49:06 ---> Running in c799ad06faee 18:49:06 Removing intermediate container c799ad06faee 18:49:06 ---> c4b87a4efbb3 18:49:06 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:49:06 ---> Running in 33bb80594d1c 18:49:07 Removing intermediate container 33bb80594d1c 18:49:07 ---> 6c82b92a4421 18:49:07 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 18:49:07 ---> Running in 3118243fd5d3 18:49:09 Removing intermediate container 3118243fd5d3 18:49:09 ---> 9a4e6279e9f6 18:49:09 Step 7/24 : RUN apk add --update --no-cache make git 18:49:09 ---> Running in f975e5fa21ce 18:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 18:49:11 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 18:49:12 OK: 142 MiB in 39 packages 18:49:13 Removing intermediate container f975e5fa21ce 18:49:13 ---> bae1f8834af1 18:49:13 Step 8/24 : COPY . . 18:49:14 ---> b0a74e8bf7ff 18:49:14 Step 9/24 : RUN ${MAKE} 18:49:15 ---> Running in 46b9986a2f5e 18:49:16 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 18:49:38 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 18:49:41 Removing intermediate container 46b9986a2f5e 18:49:41 ---> 75fc490489eb 18:49:41 Step 10/24 : FROM scratch 18:49:41 ---> 18:49:41 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 18:49:41 ---> Running in d7a6ee84d4cb 18:49:42 Removing intermediate container d7a6ee84d4cb 18:49:42 ---> b804f17034c1 18:49:42 Step 12/24 : ENV APP_PORT=49990 18:49:42 ---> Running in a9df28ccac7f 18:49:42 Removing intermediate container a9df28ccac7f 18:49:42 ---> 77f24ea739d5 18:49:42 Step 13/24 : EXPOSE $APP_PORT 18:49:42 ---> Running in 5a97652d8780 18:49:43 Removing intermediate container 5a97652d8780 18:49:43 ---> f79f99c24bd9 18:49:43 Step 14/24 : WORKDIR / 18:49:43 ---> Running in c1dff4aa0a2b 18:49:44 Removing intermediate container c1dff4aa0a2b 18:49:44 ---> 444341848bd4 18:49:44 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 18:49:45 ---> 2a30a9f6ca2c 18:49:45 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 18:49:46 ---> b5a6e502245c 18:49:46 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 18:49:47 ---> e8655bac474b 18:49:47 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 18:49:47 ---> a008f330e88d 18:49:47 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 18:49:48 ---> b58cec5164f1 18:49:48 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 18:49:48 ---> Running in 55add30adff1 18:49:49 Removing intermediate container 55add30adff1 18:49:49 ---> dc785e0f7dbf 18:49:49 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 18:49:49 ---> Running in a05750b60044 18:49:49 Removing intermediate container a05750b60044 18:49:49 ---> 122bdc96ac63 18:49:49 Step 22/24 : LABEL arch=arm64 18:49:49 ---> Running in cb75306e8539 18:49:50 Removing intermediate container cb75306e8539 18:49:50 ---> 6b063c0ce34f 18:49:50 Step 23/24 : LABEL git_sha=468168c552680fcc047e30da33ce59c300210f4b 18:49:50 ---> Running in 497817ba0736 18:49:50 Removing intermediate container 497817ba0736 18:49:50 ---> 139d1841eb39 18:49:50 Step 24/24 : LABEL version=0.0.0 18:49:51 ---> Running in 990756343acb 18:49:51 Removing intermediate container 990756343acb 18:49:51 ---> 4fa2020bc5d4 18:49:51 [Warning] One or more build-args [ARCH] were not consumed 18:49:51 Successfully built 4fa2020bc5d4 18:49:51 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 [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage [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 18:49:53 provisioning config files... 18:49:53 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1160415195946416052tmp [Pipeline] { [Pipeline] sh 18:49:53 + curl -s https://codecov.io/bash 18:49:53 + bash -s - -t @/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1160415195946416052tmp [Pipeline] } 18:49:54 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Scan) Stage "Snyk Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Clair Scan) Stage "Clair Scan" 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 18:49:56 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 18:49:56 ---> package-listing.sh 18:49:56 ++ facter osfamily 18:49:56 ++ tr '[:upper:]' '[:lower:]' 18:49:56 + OS_FAMILY=redhat 18:49:56 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-584 18:49:56 + START_PACKAGES=/tmp/packages_start.txt 18:49:56 + END_PACKAGES=/tmp/packages_end.txt 18:49:56 + DIFF_PACKAGES=/tmp/packages_diff.txt 18:49:56 + PACKAGES=/tmp/packages_start.txt 18:49:56 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 18:49:56 + PACKAGES=/tmp/packages_end.txt 18:49:56 + case "${OS_FAMILY}" in 18:49:56 + rpm -qa 18:49:56 + sort 18:50:01 + '[' -f /tmp/packages_start.txt ']' 18:50:01 + '[' -f /tmp/packages_end.txt ']' 18:50:01 + diff /tmp/packages_start.txt /tmp/packages_end.txt 18:50:01 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-584 ']' 18:50:01 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ 18:50:01 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-584/archives/ [Pipeline] isUnix [Pipeline] sh 18:50:01 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:01 18:50:01 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 18:50:02 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:02 alpine: Pulling from edgex-lftools-log-publisher 18:50:02 df20fa9351a1: Pulling fs layer 18:50:02 36b3adc4ff6f: Pulling fs layer 18:50:02 8ad3a11d3b57: Pulling fs layer 18:50:02 46f8f816bc3b: Pulling fs layer 18:50:02 0dadc02b9964: Pulling fs layer 18:50:02 ce6a7cf60c04: Pulling fs layer 18:50:02 7a184a31f384: Pulling fs layer 18:50:02 0879bd2ef858: Pulling fs layer 18:50:02 46f8f816bc3b: Waiting 18:50:02 ce6a7cf60c04: Waiting 18:50:02 7a184a31f384: Waiting 18:50:02 0879bd2ef858: Waiting 18:50:02 0dadc02b9964: Waiting 18:50:02 36b3adc4ff6f: Download complete 18:50:02 46f8f816bc3b: Verifying Checksum 18:50:02 46f8f816bc3b: Download complete 18:50:02 df20fa9351a1: Download complete 18:50:02 ce6a7cf60c04: Verifying Checksum 18:50:02 ce6a7cf60c04: Download complete 18:50:02 7a184a31f384: Verifying Checksum 18:50:02 7a184a31f384: Download complete 18:50:02 0dadc02b9964: Verifying Checksum 18:50:02 0dadc02b9964: Download complete 18:50:02 8ad3a11d3b57: Verifying Checksum 18:50:02 8ad3a11d3b57: Download complete 18:50:02 df20fa9351a1: Pull complete 18:50:02 36b3adc4ff6f: Pull complete 18:50:02 0879bd2ef858: Verifying Checksum 18:50:02 0879bd2ef858: Download complete 18:50:03 8ad3a11d3b57: Pull complete 18:50:03 46f8f816bc3b: Pull complete 18:50:03 0dadc02b9964: Pull complete 18:50:03 ce6a7cf60c04: Pull complete 18:50:03 7a184a31f384: Pull complete 18:50:06 0879bd2ef858: Pull complete 18:50:06 Digest: sha256:6a0b98a82ad2e848da155b214a5d490c0357af837e10dd363e416ea0d50debb0 18:50:06 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 18:50:06 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 18:50:06 prd-centos7-docker-4c-2g-423 does not seem to be running inside a container 18:50:06 $ docker run -t -d -u 1001:1001 --privileged -u 0:0 -v /var/log/sa:/var/log/sa-host -w /w/workspace/dgexfoundry_device-sdk-go_PR-584 -v /w/workspace/dgexfoundry_device-sdk-go_PR-584:/w/workspace/dgexfoundry_device-sdk-go_PR-584:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-584@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 ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 18:50:12 $ docker top 311f7e20dd6a738c10573dfb88c14c77376388b5c036a9cc0bdc543cbbb023eb -eo pid,comm [Pipeline] { [Pipeline] sh 18:50:13 + mkdir -p /var/log/sa [Pipeline] sh 18:50:13 + ls /var/log/sa-host 18:50:13 + sadf -c /var/log/sa-host/sa05 18:50:13 file_magic: OK 18:50:13 HZ: Using current value: 100 18:50:13 file_header: OK 18:50:13 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 18:50:13 Statistics: 18:50:13 Hnuu...uuuununununu...Hnuu...uuuununununu... 18:50:13 File successfully converted to sysstat format version 12.2.1 18:50:13 + sadf -c /var/log/sa-host/sa18 18:50:13 file_magic: OK 18:50:13 HZ: Using current value: 100 18:50:13 file_header: OK 18:50:13 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 18:50:13 Statistics: 18:50:13 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 18:50:13 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 18:50:13 provisioning config files... 18:50:13 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp/config1658011881878205484tmp [Pipeline] { [Pipeline] echo 18:50:13 Running global-jjb/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 18:50:14 ---> create-netrc.sh [Pipeline] echo 18:50:14 Running global-jjb/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 18:50:14 ---> logs-deploy.sh 18:50:14 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-584/7 18:50:14 INFO: archiving workspace using pattern(s): 18:50:15 Archives upload complete. 18:50:15 INFO: archiving logs to Nexus 18:50:16 ---> uname -a: 18:50:16 Linux 311f7e20dd6a 3.10.0-1127.el7.x86_64 #1 SMP Tue Mar 31 23:36:51 UTC 2020 x86_64 Linux 18:50:16 18:50:16 18:50:16 ---> lscpu: 18:50:16 Architecture: x86_64 18:50:16 CPU op-mode(s): 32-bit, 64-bit 18:50:16 Byte Order: Little Endian 18:50:16 Address sizes: 40 bits physical, 48 bits virtual 18:50:16 CPU(s): 4 18:50:16 On-line CPU(s) list: 0-3 18:50:16 Thread(s) per core: 1 18:50:16 Core(s) per socket: 1 18:50:16 Socket(s): 4 18:50:16 NUMA node(s): 1 18:50:16 Vendor ID: GenuineIntel 18:50:16 CPU family: 6 18:50:16 Model: 44 18:50:16 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 18:50:16 Stepping: 1 18:50:16 CPU MHz: 2933.438 18:50:16 BogoMIPS: 5866.87 18:50:16 Virtualization: VT-x 18:50:16 Hypervisor vendor: KVM 18:50:16 Virtualization type: full 18:50:16 L1d cache: 128 KiB 18:50:16 L1i cache: 128 KiB 18:50:16 L2 cache: 16 MiB 18:50:16 L3 cache: 64 MiB 18:50:16 NUMA node0 CPU(s): 0-3 18:50:16 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 18:50:16 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 18:50:16 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 18:50:16 Vulnerability Meltdown: Mitigation; PTI 18:50:16 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 18:50:16 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 18:50:16 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 18:50:16 Vulnerability Tsx async abort: Not affected 18:50:16 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 18:50:16 18:50:16 18:50:16 ---> nproc: 18:50:16 4 18:50:16 18:50:16 18:50:16 ---> df -h: 18:50:16 Filesystem Size Used Available Use% Mounted on 18:50:16 overlay 50.0G 7.0G 43.0G 14% / 18:50:16 tmpfs 64.0M 0 64.0M 0% /dev 18:50:16 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 18:50:16 shm 64.0M 0 64.0M 0% /dev/shm 18:50:16 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/resolv.conf 18:50:16 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hostname 18:50:16 /dev/vda1 50.0G 7.0G 43.0G 14% /etc/hosts 18:50:16 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584@tmp 18:50:16 /dev/vda1 50.0G 7.0G 43.0G 14% /var/log/sa-host 18:50:16 /dev/vda1 50.0G 7.0G 43.0G 14% /w/workspace/dgexfoundry_device-sdk-go_PR-584 18:50:16 18:50:16 18:50:16 ---> free -m: 18:50:16 total used free shared buff/cache available 18:50:16 Mem: 1837 662 122 0 1052 1068 18:50:16 Swap: 1023 1 1022 18:50:16 18:50:16 18:50:16 ---> ip addr: 18:50:16 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 18:50:16 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 18:50:16 inet 127.0.0.1/8 scope host lo 18:50:16 valid_lft forever preferred_lft forever 18:50:16 6: eth0@if7: mtu 1458 qdisc noqueue state UP 18:50:16 link/ether 02:42:0a:fa:00:01 brd ff:ff:ff:ff:ff:ff 18:50:16 inet 10.250.0.1/24 brd 10.250.0.255 scope global eth0 18:50:16 valid_lft forever preferred_lft forever 18:50:16 18:50:16 18:50:16 ---> sar -b -r -n DEV: 18:50:16 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/18/20 _x86_64_ (4 CPU) 18:50:16 18:50:16 18:41:54 LINUX RESTART (4 CPU) 18:50:16 18:50:16 18:43:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 18:50:16 18:44:01 3.51 0.02 3.50 0.00 0.53 113.75 0.00 18:50:16 18:45:01 0.40 0.00 0.40 0.00 0.00 5.93 0.00 18:50:16 18:46:01 0.25 0.00 0.25 0.00 0.00 3.01 0.00 18:50:16 18:47:01 0.30 0.00 0.30 0.00 0.00 3.63 0.00 18:50:16 18:48:01 0.32 0.00 0.32 0.00 0.00 4.16 0.00 18:50:16 18:49:02 0.20 0.02 0.18 0.00 0.13 2.33 0.00 18:50:16 18:50:01 42.58 42.17 0.41 0.00 4118.83 9.82 0.00 18:50:16 Average: 6.71 5.94 0.77 0.00 579.98 20.41 0.00 18:50:16 18:50:16 18:43:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 18:50:16 18:44:01 155760 0 582132 30.94 2620 1141044 1113344 38.00 430712 1135236 16 18:50:16 18:45:01 159132 0 578756 30.76 2620 1141048 1090620 37.22 429492 1133556 8 18:50:16 18:46:01 159528 0 578352 30.74 2620 1141056 1090608 37.22 429608 1133492 8 18:50:16 18:47:01 159252 0 578628 30.75 2620 1141056 1082156 36.93 437296 1126340 8 18:50:16 18:48:01 156096 0 581780 30.92 2620 1141060 1082216 36.93 441784 1125000 12 18:50:16 18:49:02 157884 0 579980 30.82 2620 1141072 1071876 36.58 440664 1124876 12 18:50:16 18:50:01 117316 0 586328 31.16 2620 1175292 1073916 36.65 429588 1173148 112 18:50:16 Average: 152138 0 580851 30.87 2620 1145947 1086391 37.08 434163 1135950 25 18:50:16 18:50:16 18:43:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 18:50:16 18:44:01 eth0 3.76 1.30 1.80 0.66 0.00 0.00 0.00 0.00 18:50:16 18:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:45:01 eth0 3.58 0.88 1.02 0.56 0.00 0.00 0.00 0.00 18:50:16 18:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:46:01 eth0 1.80 0.28 0.36 0.23 0.00 0.00 0.00 0.00 18:50:16 18:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:47:01 eth0 1.57 0.38 0.39 0.21 0.00 0.00 0.00 0.00 18:50:16 18:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:48:01 eth0 2.08 0.75 0.77 0.44 0.00 0.00 0.00 0.00 18:50:16 18:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:49:02 eth0 0.17 0.10 0.01 0.04 0.00 0.00 0.00 0.00 18:50:16 18:49:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:49:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:50:01 eth0 7.86 4.71 8.26 2.77 0.00 0.00 0.00 0.00 18:50:16 18:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 Average: eth0 2.96 1.19 1.78 0.69 0.00 0.00 0.00 0.00 18:50:16 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 Average: docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 18:50:16 18:50:16 18:50:16 ---> sar -P ALL: 18:50:16 Linux 3.10.0-1127.el7.x86_64 (centos-7-docker-5eb134fb-50d3-af0a-1802-9f6851a35141.vexxhost.lo) 09/18/20 _x86_64_ (4 CPU) 18:50:16 18:50:16 18:41:54 LINUX RESTART (4 CPU) 18:50:16 18:50:16 18:43:01 CPU %user %nice %system %iowait %steal %idle 18:50:16 18:44:01 all 0.21 0.00 0.05 0.00 0.00 99.74 18:50:16 18:44:01 0 0.08 0.00 0.05 0.00 0.00 99.87 18:50:16 18:44:01 1 0.15 0.00 0.05 0.00 0.00 99.80 18:50:16 18:44:01 2 0.53 0.00 0.07 0.00 0.00 99.40 18:50:16 18:44:01 3 0.08 0.00 0.03 0.00 0.00 99.88 18:50:16 18:45:01 all 0.16 0.00 0.05 0.00 0.03 99.76 18:50:16 18:45:01 0 0.08 0.00 0.05 0.00 0.00 99.87 18:50:16 18:45:01 1 0.08 0.00 0.07 0.00 0.07 99.78 18:50:16 18:45:01 2 0.43 0.00 0.07 0.00 0.03 99.47 18:50:16 18:45:01 3 0.03 0.00 0.03 0.00 0.02 99.92 18:50:16 18:46:01 all 0.17 0.00 0.03 0.00 0.01 99.79 18:50:16 18:46:01 0 0.02 0.00 0.02 0.00 0.02 99.95 18:50:16 18:46:01 1 0.12 0.00 0.08 0.00 0.02 99.78 18:50:16 18:46:01 2 0.53 0.00 0.02 0.00 0.00 99.45 18:50:16 18:46:01 3 0.02 0.00 0.00 0.00 0.00 99.98 18:50:16 18:47:01 all 0.15 0.00 0.04 0.00 0.00 99.80 18:50:16 18:47:01 0 0.02 0.00 0.03 0.00 0.00 99.95 18:50:16 18:47:01 1 0.03 0.00 0.07 0.00 0.00 99.90 18:50:16 18:47:01 2 0.50 0.00 0.05 0.00 0.02 99.43 18:50:16 18:47:01 3 0.05 0.00 0.02 0.00 0.00 99.93 18:50:16 18:48:01 all 0.17 0.00 0.06 0.00 0.00 99.76 18:50:16 18:48:01 0 0.02 0.00 0.02 0.00 0.00 99.97 18:50:16 18:48:01 1 0.07 0.00 0.18 0.00 0.00 99.75 18:50:16 18:48:01 2 0.55 0.00 0.02 0.00 0.00 99.43 18:50:16 18:48:01 3 0.07 0.00 0.03 0.00 0.00 99.90 18:50:16 18:49:02 all 0.16 0.00 0.04 0.00 0.00 99.80 18:50:16 18:49:02 0 0.03 0.00 0.05 0.00 0.00 99.92 18:50:16 18:49:02 1 0.03 0.00 0.03 0.00 0.00 99.93 18:50:16 18:49:02 2 0.53 0.00 0.05 0.00 0.00 99.42 18:50:16 18:49:02 3 0.03 0.00 0.02 0.00 0.00 99.95 18:50:16 18:50:01 all 0.87 0.00 0.35 0.95 0.00 97.83 18:50:16 18:50:01 0 0.37 0.00 0.25 0.05 0.00 99.32 18:50:16 18:50:01 1 0.27 0.00 0.19 0.36 0.00 99.19 18:50:16 18:50:01 2 0.83 0.00 0.25 1.14 0.00 97.78 18:50:16 18:50:01 3 1.99 0.00 0.71 2.26 0.00 95.04 18:50:16 Average: all 0.27 0.00 0.09 0.13 0.01 99.50 18:50:16 Average: 0 0.09 0.00 0.07 0.01 0.00 99.84 18:50:16 Average: 1 0.11 0.00 0.10 0.05 0.01 99.73 18:50:16 Average: 2 0.56 0.00 0.07 0.16 0.01 99.20 18:50:16 Average: 3 0.32 0.00 0.12 0.32 0.00 99.24 18:50:16 18:50:16 18:50:16