Branch indexing 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 ernestojeda for edgexfoundry/device-sdk-go Obtained Jenkinsfile from ea5f2fe995444737663861e42b9b0407e76b07bc+3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 (3ad48624c76653ca02f946c002e13fdc41971a03) 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: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: 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-29448 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [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-725 # 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 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc Merge succeeded, producing d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 Checking out Revision d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 (PR-725) > 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/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # 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 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 # timeout=10 Commit message: "Merge commit '3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828' into HEAD" First time build. Skipping changelog. > git rev-list --no-walk ab68eead14817aa3b04c05b34ba690b95e77e74b # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 02:42:00 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 02:42:01 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 02:42:01 ========================================================= 02:42:01 EdgeX Global Pipelines Version Info 02:42:01 ========================================================= [Pipeline] libraryResource [Pipeline] sh 02:42:03 ------------------- 02:42:03 stable info: 02:42:03 ------------------- 02:42:03 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 02:42:03 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:42:03 Message: update stable to v1.0.184 02:42:04 ------------------- 02:42:04 experimental info: 02:42:04 ------------------- 02:42:04 Commited By: **** collab-it+edgex@linuxfoundation.org 02:42:04 Commit SHA: 878f1b5bff316b9f7b5d8f8b1d22b752867b496c 02:42:04 Message: update experimental to v1.0.184 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 02:42:04 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-sdk-go-settings [Pipeline] echo 02:42:04 [edgeXSetupEnvironment]: set envvar PROJECT = device-sdk-go [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.15 [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = example/cmd/device-simple/Dockerfile [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 02:42:05 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-sdk-simple [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = false [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 02:42:06 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = true [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 openapi/v2 [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-725 [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-725 [Pipeline] echo 02:42:07 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-725 [Pipeline] echo 02:42:08 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 [Pipeline] echo 02:42:08 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = d3bf9c3 [Pipeline] echo 02:42:08 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:42:08 provisioning config files... 02:42:08 copy managed file [device-sdk-go-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config8253963835100734762tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:42:08 ---> docker-login.sh 02:42:08 nexus3.edgexfoundry.org:10001 02:42:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:09 Configure a credential helper to remove this warning. See 02:42:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:09 02:42:09 Login Succeeded 02:42:09 nexus3.edgexfoundry.org:10002 02:42:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:09 Configure a credential helper to remove this warning. See 02:42:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:09 02:42:09 Login Succeeded 02:42:09 nexus3.edgexfoundry.org:10003 02:42:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:09 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:09 Configure a credential helper to remove this warning. See 02:42:09 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:09 02:42:09 Login Succeeded 02:42:09 nexus3.edgexfoundry.org:10004 02:42:09 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:10 Configure a credential helper to remove this warning. See 02:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:10 02:42:10 Login Succeeded 02:42:10 docker.io 02:42:10 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:42:10 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:42:10 Configure a credential helper to remove this warning. See 02:42:10 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:42:10 02:42:10 Login Succeeded 02:42:10 ---> docker-login.sh ends [Pipeline] } 02:42:10 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:42:11 + git log --format=format:%s -1 d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 [Pipeline] echo 02:42:11 GIT_COMMIT: d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114, Commit Message: Merge commit '3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828' into HEAD [Pipeline] echo 02:42:11 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 02:42:12 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:12 02:42:12 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 02:42:13 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:13 latest: Pulling from edgex-devops/git-semver 02:42:13 31603596830f: Pulling fs layer 02:42:13 2a8b12db71e7: Pulling fs layer 02:42:13 6ca5941a6612: Pulling fs layer 02:42:13 ecc8261a40a4: Pulling fs layer 02:42:13 ecc8261a40a4: Waiting 02:42:13 2a8b12db71e7: Verifying Checksum 02:42:13 2a8b12db71e7: Download complete 02:42:13 31603596830f: Verifying Checksum 02:42:13 31603596830f: Download complete 02:42:14 ecc8261a40a4: Verifying Checksum 02:42:14 ecc8261a40a4: Download complete 02:42:14 6ca5941a6612: Verifying Checksum 02:42:14 6ca5941a6612: Download complete 02:42:14 31603596830f: Pull complete 02:42:14 2a8b12db71e7: Pull complete 02:42:15 6ca5941a6612: Pull complete 02:42:15 ecc8261a40a4: Pull complete 02:42:15 Digest: sha256:c336c3cb7d26c4f33e4bbf869d415e221d43967d83d6a5809e4cb0cc2a1e8fe7 02:42:15 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 02:42:15 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 02:42:15 prd-centos7-docker-4c-2g-29448 does not seem to be running inside a container 02:42:15 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/dgexfoundry_device-sdk-go_PR-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 02:42:18 $ docker top b290b9d9c71c5a92a5c4dac2db0a572334eefcaa4ccdb05a76ffd4b22baf7927 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 02:42:18 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:18 [ssh-agent] Looking for ssh-agent implementation... 02:42:18 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:18 $ docker exec b290b9d9c71c5a92a5c4dac2db0a572334eefcaa4ccdb05a76ffd4b22baf7927 ssh-agent 02:42:19 SSH_AUTH_SOCK=/tmp/ssh-4SAfCeUmfao5/agent.11 02:42:19 SSH_AGENT_PID=16 02:42:19 Running ssh-add (command line suppressed) 02:42:19 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4470598254285627658.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_4470598254285627658.key) 02:42:19 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:19 + git tag --points-at HEAD [Pipeline] } 02:42:19 $ docker exec --env ******** --env ******** b290b9d9c71c5a92a5c4dac2db0a572334eefcaa4ccdb05a76ffd4b22baf7927 ssh-agent -k 02:42:20 unset SSH_AUTH_SOCK; 02:42:20 unset SSH_AGENT_PID; 02:42:20 echo Agent pid 16 killed; 02:42:20 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 02:42:20 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 02:42:20 [ssh-agent] Looking for ssh-agent implementation... 02:42:20 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 02:42:20 $ docker exec b290b9d9c71c5a92a5c4dac2db0a572334eefcaa4ccdb05a76ffd4b22baf7927 ssh-agent 02:42:20 SSH_AUTH_SOCK=/tmp/ssh-hzB3fIrEojUU/agent.46 02:42:20 SSH_AGENT_PID=51 02:42:20 Running ssh-add (command line suppressed) 02:42:20 Identity added: /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5886890588236728945.key (/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/private_key_5886890588236728945.key) 02:42:21 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 02:42:21 + git semver init 02:42:21 # -> Open(): unable to determine branch for HEAD 02:42:21 # $GIT_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.git 02:42:21 # $GIT_WORK_TREE = /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:42:21 # $SEMVER_REMOTE_NAME = origin 02:42:21 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 02:42:21 # $SEMVER_USER_NAME = edgex-jenkins 02:42:21 # $SEMVER_BRANCH = PR-725 02:42:21 # $SEMVER_TEMP = /tmp/semver-815204291 02:42:21 # git clone --branch semver git@github.com:edgexfoundry/device-sdk-go.git $SEMVER_TEMP 02:42:22 # '/tmp/semver-815204291' -> '/w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver' 02:42:22 # -> Force: false 02:42:22 # $SEMVER_DIR = /w/workspace/dgexfoundry_device-sdk-go_PR-725/.semver [Pipeline] } 02:42:22 $ docker exec --env ******** --env ******** b290b9d9c71c5a92a5c4dac2db0a572334eefcaa4ccdb05a76ffd4b22baf7927 ssh-agent -k 02:42:22 unset SSH_AUTH_SOCK; 02:42:22 unset SSH_AGENT_PID; 02:42:22 echo Agent pid 51 killed; 02:42:22 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 02:42:22 + git semver [Pipeline] } 02:42:22 $ docker stop --time=1 b290b9d9c71c5a92a5c4dac2db0a572334eefcaa4ccdb05a76ffd4b22baf7927 02:42:24 $ docker rm -f b290b9d9c71c5a92a5c4dac2db0a572334eefcaa4ccdb05a76ffd4b22baf7927 [Pipeline] // withDockerContainer [Pipeline] sh 02:42:25 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 02:42:26 Stashed 1 file(s) [Pipeline] echo 02:42:26 [edgeXSemver]: initialized semver on version 0.0.0 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] parallel [Pipeline] { (Branch: amd64) [Pipeline] { (Branch: arm64) [Pipeline] stage [Pipeline] { (amd64) [Pipeline] stage [Pipeline] { (arm64) [Pipeline] node [Pipeline] node 02:42:41 Still waiting to schedule task 02:42:41 Waiting for next available executor on ‘centos7-docker-4c-2g’ 02:42:41 Still waiting to schedule task 02:42:41 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 02:44:34 Running on prd-ubuntu18.04-docker-arm64-4c-16g-29449 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:44:34 Running in /w/workspace/device-sdk-go/18 [Pipeline] { [Pipeline] checkout 02:44:39 using credential edgex-jenkins-ssh 02:44:39 Cloning the remote Git repository 02:44:39 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:44:39 > git init /w/workspace/device-sdk-go/18 # timeout=10 02:44:39 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:39 > git --version # timeout=10 02:44:39 > git --version # 'git version 2.17.1' 02:44:39 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:40 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:44:40 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:44:40 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:44:40 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:40 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:44:41 Merging remotes/origin/master commit 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:44:41 Merge succeeded, producing ec76503cb649650358a6a53129fdb862f176ac39 02:44:41 Checking out Revision ec76503cb649650358a6a53129fdb862f176ac39 (PR-725) 02:44:41 > git config core.sparsecheckout # timeout=10 02:44:41 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:44:41 > git remote # timeout=10 02:44:41 > git config --get remote.origin.url # timeout=10 02:44:41 using GIT_SSH to set credentials SSH Credentials for GitHub 02:44:41 > git merge 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 # timeout=10 02:44:41 > git rev-parse HEAD^{commit} # timeout=10 02:44:41 > git config core.sparsecheckout # timeout=10 02:44:41 > git checkout -f ec76503cb649650358a6a53129fdb862f176ac39 # timeout=10 02:44:46 Commit message: "Merge commit '3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828' into HEAD" 02:44:46 First time build. Skipping changelog. 02:44:46 > git rev-list --no-walk ab68eead14817aa3b04c05b34ba690b95e77e74b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 02:44:47 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 02:44:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:44:48 + + true 02:44:48 sudo service docker restart [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:44:51 provisioning config files... 02:44:51 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/18@tmp/config2164427959092113740tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:44:51 ---> docker-login.sh 02:44:51 nexus3.edgexfoundry.org:10001 02:44:52 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:53 Configure a credential helper to remove this warning. See 02:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:53 02:44:53 Login Succeeded 02:44:53 nexus3.edgexfoundry.org:10002 02:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:53 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:53 Configure a credential helper to remove this warning. See 02:44:53 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:53 02:44:53 Login Succeeded 02:44:53 nexus3.edgexfoundry.org:10003 02:44:53 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:54 Configure a credential helper to remove this warning. See 02:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:54 02:44:54 Login Succeeded 02:44:54 nexus3.edgexfoundry.org:10004 02:44:54 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:54 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:54 Configure a credential helper to remove this warning. See 02:44:54 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:54 02:44:54 Login Succeeded 02:44:54 docker.io 02:44:55 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:44:55 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:44:55 Configure a credential helper to remove this warning. See 02:44:55 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:44:55 02:44:55 Login Succeeded 02:44:55 ---> docker-login.sh ends [Pipeline] } 02:44:55 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:44:55 ========================================================= 02:44:55 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine] 02:44:55 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:44:56 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine . 02:44:56 Sending build context to Docker daemon 2.266MB 02:44:56 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:44:56 Step 2/8 : FROM ${BASE} 02:44:56 1.15-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 02:44:56 5f621e34cdf4: Pulling fs layer 02:44:56 a4357932f1b6: Pulling fs layer 02:44:56 18c013af1878: Pulling fs layer 02:44:56 00ac8860ef70: Pulling fs layer 02:44:56 63d7cb157983: Pulling fs layer 02:44:56 b116817d02f9: Pulling fs layer 02:44:56 745a02a5169b: Pulling fs layer 02:44:56 63d7cb157983: Waiting 02:44:56 b116817d02f9: Waiting 02:44:56 745a02a5169b: Waiting 02:44:56 00ac8860ef70: Waiting 02:44:56 18c013af1878: Verifying Checksum 02:44:56 18c013af1878: Download complete 02:44:56 a4357932f1b6: Verifying Checksum 02:44:56 a4357932f1b6: Download complete 02:44:56 63d7cb157983: Verifying Checksum 02:44:56 63d7cb157983: Download complete 02:44:56 5f621e34cdf4: Download complete 02:44:56 b116817d02f9: Verifying Checksum 02:44:56 b116817d02f9: Download complete 02:44:57 5f621e34cdf4: Pull complete 02:44:58 a4357932f1b6: Pull complete 02:44:58 18c013af1878: Pull complete 02:44:59 745a02a5169b: Verifying Checksum 02:44:59 745a02a5169b: Download complete 02:45:00 00ac8860ef70: Verifying Checksum 02:45:00 00ac8860ef70: Download complete 02:45:10 00ac8860ef70: Pull complete 02:45:10 63d7cb157983: Pull complete 02:45:10 b116817d02f9: Pull complete 02:45:13 Running on prd-centos7-docker-4c-2g-29450 in /w/workspace/dgexfoundry_device-sdk-go_PR-725 [Pipeline] { [Pipeline] ws 02:45:13 Running in /w/workspace/device-sdk-go/18 [Pipeline] { [Pipeline] checkout 02:45:14 745a02a5169b: Pull complete 02:45:14 Digest: sha256:df689100bc6b2f2091bc50e3ab30bcbb973ead998518226adecfd27d0a642918 02:45:14 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.15-alpine 02:45:14 ---> b7e6874047d6 02:45:14 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:16 using credential edgex-jenkins-ssh 02:45:16 Cloning the remote Git repository 02:45:15 Cloning repository git@github.com:edgexfoundry/device-sdk-go.git 02:45:16 > git init /w/workspace/device-sdk-go/18 # timeout=10 02:45:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:16 > git --version # timeout=10 02:45:16 > git --version # 'git version 2.24.3' 02:45:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:17 ---> Running in 605bbcd882d1 02:45:17 Removing intermediate container 605bbcd882d1 02:45:17 ---> 0551c62c9a0a 02:45:17 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:17 ---> Running in 75fbb5bb9f29 02:45:17 Merging remotes/origin/master commit 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 into PR head commit ea5f2fe995444737663861e42b9b0407e76b07bc 02:45:17 Merge succeeded, producing 7d0c4d9c359b1c8b28c5e89a493daeb061952ff3 02:45:17 Checking out Revision 7d0c4d9c359b1c8b28c5e89a493daeb061952ff3 (PR-725) 02:45:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:16 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 02:45:16 > git config remote.origin.url git@github.com:edgexfoundry/device-sdk-go.git # timeout=10 02:45:16 Fetching upstream changes from git@github.com:edgexfoundry/device-sdk-go.git 02:45:16 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:16 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-sdk-go.git +refs/pull/725/head:refs/remotes/origin/PR-725 +refs/heads/master:refs/remotes/origin/master # timeout=10 02:45:17 > git config core.sparsecheckout # timeout=10 02:45:17 > git checkout -f ea5f2fe995444737663861e42b9b0407e76b07bc # timeout=10 02:45:17 > git remote # timeout=10 02:45:17 > git config --get remote.origin.url # timeout=10 02:45:17 using GIT_SSH to set credentials SSH Credentials for GitHub 02:45:17 > git merge 3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828 # timeout=10 02:45:17 > git rev-parse HEAD^{commit} # timeout=10 02:45:17 > git config core.sparsecheckout # timeout=10 02:45:17 > git checkout -f 7d0c4d9c359b1c8b28c5e89a493daeb061952ff3 # timeout=10 02:45:19 Removing intermediate container 75fbb5bb9f29 02:45:19 ---> df03a08d8024 02:45:19 Step 5/8 : RUN apk add --update --no-cache make git 02:45:20 ---> Running in 00d250dba85b 02:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:45:21 Commit message: "Merge commit '3a78cb9bf8b7553c4c832ded1e5b92bc4e1fc828' into HEAD" 02:45:21 First time build. Skipping changelog. 02:45:21 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:45:21 > git rev-list --no-walk ab68eead14817aa3b04c05b34ba690b95e77e74b # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { 02:45:22 OK: 142 MiB in 39 packages [Pipeline] sh 02:45:22 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 02:45:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 02:45:23 + sudo service docker restart 02:45:23 + true 02:45:23 Redirecting to /bin/systemctl restart docker.service 02:45:23 Removing intermediate container 00d250dba85b 02:45:23 ---> 5e203a9b6a10 02:45:23 Step 6/8 : WORKDIR /device-sdk-go 02:45:23 ---> Running in 04f4ff506062 02:45:23 Removing intermediate container 04f4ff506062 02:45:23 ---> 9b8fc04e204b 02:45:23 Step 7/8 : COPY . . [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 02:45:24 provisioning config files... 02:45:24 copy managed file [device-sdk-go-settings] to file:/w/workspace/device-sdk-go/18@tmp/config1799203905257442173tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 02:45:24 ---> docker-login.sh 02:45:24 nexus3.edgexfoundry.org:10001 02:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:25 ---> 1b2543450703 02:45:25 Step 8/8 : RUN go mod download 02:45:25 ---> Running in a2387fb83475 02:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:25 Configure a credential helper to remove this warning. See 02:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:25 02:45:25 Login Succeeded 02:45:25 nexus3.edgexfoundry.org:10002 02:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:25 Configure a credential helper to remove this warning. See 02:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:25 02:45:25 Login Succeeded 02:45:25 nexus3.edgexfoundry.org:10003 02:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:25 Configure a credential helper to remove this warning. See 02:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:25 02:45:25 Login Succeeded 02:45:25 nexus3.edgexfoundry.org:10004 02:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:25 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:25 Configure a credential helper to remove this warning. See 02:45:25 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:25 02:45:25 Login Succeeded 02:45:25 docker.io 02:45:25 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 02:45:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 02:45:26 Configure a credential helper to remove this warning. See 02:45:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 02:45:26 02:45:26 Login Succeeded 02:45:26 ---> docker-login.sh ends [Pipeline] } 02:45:26 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 02:45:26 ========================================================= 02:45:26 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine] 02:45:26 ========================================================= [Pipeline] isUnix [Pipeline] sh 02:45:26 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine . 02:45:26 Sending build context to Docker daemon 2.267MB 02:45:26 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 02:45:26 Step 2/8 : FROM ${BASE} 02:45:27 1.15-alpine: Pulling from edgex-devops/edgex-golang-base 02:45:27 188c0c94c7c5: Pulling fs layer 02:45:27 0ef7d3d256c8: Pulling fs layer 02:45:27 de9db76c5a1d: Pulling fs layer 02:45:27 bca2f99d35d6: Pulling fs layer 02:45:27 93359f2a8cfa: Pulling fs layer 02:45:27 7c6f9722023f: Pulling fs layer 02:45:27 a35cf1a2eb13: Pulling fs layer 02:45:27 93359f2a8cfa: Waiting 02:45:27 7c6f9722023f: Waiting 02:45:27 bca2f99d35d6: Waiting 02:45:27 a35cf1a2eb13: Waiting 02:45:27 de9db76c5a1d: Verifying Checksum 02:45:27 de9db76c5a1d: Download complete 02:45:27 0ef7d3d256c8: Verifying Checksum 02:45:27 0ef7d3d256c8: Download complete 02:45:27 93359f2a8cfa: Verifying Checksum 02:45:27 93359f2a8cfa: Download complete 02:45:27 188c0c94c7c5: Verifying Checksum 02:45:27 7c6f9722023f: Verifying Checksum 02:45:27 7c6f9722023f: Download complete 02:45:27 188c0c94c7c5: Pull complete 02:45:27 0ef7d3d256c8: Pull complete 02:45:27 de9db76c5a1d: Pull complete 02:45:29 a35cf1a2eb13: Verifying Checksum 02:45:29 a35cf1a2eb13: Download complete 02:45:29 bca2f99d35d6: Verifying Checksum 02:45:29 bca2f99d35d6: Download complete 02:45:36 bca2f99d35d6: Pull complete 02:45:36 93359f2a8cfa: Pull complete 02:45:36 7c6f9722023f: Pull complete 02:45:41 a35cf1a2eb13: Pull complete 02:45:41 Digest: sha256:47e1832254f01ad1d18e03a79677f1a8325b9c763402aad95be204d7d7715f46 02:45:41 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.15-alpine 02:45:41 ---> a62c8e92a672 02:45:41 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:45:41 ---> Running in 67980c1759cf 02:45:41 Removing intermediate container 67980c1759cf 02:45:41 ---> 13a3b4d584ce 02:45:41 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:45:41 ---> Running in ed5522410e33 02:45:43 Removing intermediate container ed5522410e33 02:45:43 ---> dbe699f0db1c 02:45:43 Step 5/8 : RUN apk add --update --no-cache make git 02:45:43 ---> Running in 7c612dd33efa 02:45:44 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:45:44 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:45:45 OK: 166 MiB in 39 packages 02:45:45 Removing intermediate container 7c612dd33efa 02:45:45 ---> b24f076353a8 02:45:45 Step 6/8 : WORKDIR /device-sdk-go 02:45:45 ---> Running in e5b2b3102249 02:45:45 Removing intermediate container e5b2b3102249 02:45:45 ---> 43fbe19889e0 02:45:45 Step 7/8 : COPY . . 02:45:47 ---> d366e9acf1bd 02:45:47 Step 8/8 : RUN go mod download 02:45:47 ---> Running in af038cb2d825 02:45:52 Removing intermediate container a2387fb83475 02:45:52 ---> 131225b7bdf4 02:45:52 Successfully built 131225b7bdf4 02:45:52 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 02:45:52 + docker inspect -f . ci-base-image-arm64 02:45:52 . [Pipeline] withDockerContainer 02:45:52 prd-ubuntu18.04-docker-arm64-4c-16g-29449 does not seem to be running inside a container 02:45:52 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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 02:45:54 $ docker top 715898ce5d5806a7f0138591db6ef89b4d8aa695a86786762d662636a123a2b5 -eo pid,comm [Pipeline] { [Pipeline] sh 02:45:55 + go version 02:45:55 go version go1.15.5 linux/arm64 [Pipeline] } 02:45:55 $ docker stop --time=1 715898ce5d5806a7f0138591db6ef89b4d8aa695a86786762d662636a123a2b5 02:45:57 $ docker rm -f 715898ce5d5806a7f0138591db6ef89b4d8aa695a86786762d662636a123a2b5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:45:58 + docker inspect -f . ci-base-image-arm64 02:45:58 . [Pipeline] withDockerContainer 02:45:58 prd-ubuntu18.04-docker-arm64-4c-16g-29449 does not seem to be running inside a container 02:45:58 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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 02:46:00 $ docker top 3ce89f9dad52163b1fb73bf0dacf40b97c995e12ff6156fb2d6a1f2499cf55ae -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:01 + make test 02:46:01 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:09 Removing intermediate container af038cb2d825 02:46:09 ---> f2e109226564 02:46:09 Successfully built f2e109226564 02:46:09 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 02:46:09 + docker inspect -f . ci-base-image-x86_64 02:46:09 . [Pipeline] withDockerContainer 02:46:09 prd-centos7-docker-4c-2g-29450 does not seem to be running inside a container 02:46:09 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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 02:46:10 $ docker top 8d41329b167a3a8d99748ebd4415b1aeb1ed1aab4095f57430049b0b6348c34e -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:11 + go version 02:46:11 go version go1.15.5 linux/amd64 [Pipeline] } 02:46:11 $ docker stop --time=1 8d41329b167a3a8d99748ebd4415b1aeb1ed1aab4095f57430049b0b6348c34e 02:46:12 $ docker rm -f 8d41329b167a3a8d99748ebd4415b1aeb1ed1aab4095f57430049b0b6348c34e [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 02:46:13 + docker inspect -f . ci-base-image-x86_64 02:46:13 . [Pipeline] withDockerContainer 02:46:13 prd-centos7-docker-4c-2g-29450 does not seem to be running inside a container 02:46:13 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-sdk-go/18 -v /w/workspace/device-sdk-go/18:/w/workspace/device-sdk-go/18:rw,z -v /w/workspace/device-sdk-go/18@tmp:/w/workspace/device-sdk-go/18@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 02:46:14 $ docker top f464c864a4f5422007ad4c715aa6aa31ddddec5d7f69c5588f6b31a017277ebc -eo pid,comm [Pipeline] { [Pipeline] sh 02:46:14 + make test 02:46:14 GO111MODULE=on go test -race -coverprofile=coverage.out ./... 02:46:23 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:23 ? github.com/edgexfoundry/device-sdk-go/v2 [no test files] 02:46:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:46:38 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:46:38 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:46:40 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.054s coverage: 25.5% of statements 02:47:10 ? github.com/edgexfoundry/device-sdk-go/v2/example/cmd/device-simple [no test files] 02:47:10 ? github.com/edgexfoundry/device-sdk-go/v2/example/driver [no test files] 02:47:10 ? github.com/edgexfoundry/device-sdk-go/v2/internal/autodiscovery [no test files] 02:47:10 ok github.com/edgexfoundry/device-sdk-go/v2/internal/autoevent 0.107s coverage: 25.5% of statements 02:47:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.071s coverage: 10.5% of statements 02:47:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.072s coverage: 12.5% of statements 02:47:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.067s coverage: 84.8% of statements 02:47:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:47:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.073s coverage: 47.6% of statements 02:47:13 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:47:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.081s coverage: 81.3% of statements 02:47:13 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.066s coverage: 24.8% of statements 02:47:13 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 1.167s coverage: 6.4% of statements 02:47:13 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.055s coverage: 5.2% of statements 02:47:13 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:13 GO111MODULE=on go vet ./... 02:47:21 gofmt -l . 02:47:21 [ "`gofmt -l .`" = "" ] 02:47:21 ./bin/test-attribution-txt.sh 02:47:22 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:47:22 $ docker stop --time=1 f464c864a4f5422007ad4c715aa6aa31ddddec5d7f69c5588f6b31a017277ebc 02:47:24 $ docker rm -f f464c864a4f5422007ad4c715aa6aa31ddddec5d7f69c5588f6b31a017277ebc [Pipeline] // withDockerContainer [Pipeline] sh 02:47:25 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:47:25 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] sh 02:47:29 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:47:29 + ls -al . 02:47:29 total 184 02:47:29 drwxrwxr-x. 10 jenkins jenkins 4096 Mar 11 02:47 . 02:47:29 drwxrwxr-x. 4 jenkins jenkins 30 Mar 11 02:45 .. 02:47:29 drwxrwxr-x. 2 jenkins jenkins 64 Mar 11 02:45 bin 02:47:29 -rw-r--r--. 1 jenkins jenkins 102298 Mar 11 02:47 coverage.out 02:47:29 -rw-rw-r--. 1 jenkins jenkins 949 Mar 11 02:45 Dockerfile.build 02:47:29 -rw-rw-r--. 1 jenkins jenkins 140 Mar 11 02:45 .dockerignore 02:47:29 drwxrwxr-x. 4 jenkins jenkins 48 Mar 11 02:45 example 02:47:29 drwxrwxr-x. 8 jenkins jenkins 179 Mar 11 02:45 .git 02:47:29 drwxrwxr-x. 2 jenkins jenkins 103 Mar 11 02:45 .github 02:47:29 -rw-rw-r--. 1 jenkins jenkins 138 Mar 11 02:45 .gitignore 02:47:29 -rw-r--r--. 1 jenkins jenkins 479 Mar 11 02:47 go.mod 02:47:29 -rw-r--r--. 1 jenkins jenkins 17490 Mar 11 02:47 go.sum 02:47:29 drwxrwxr-x. 12 jenkins jenkins 171 Mar 11 02:45 internal 02:47:29 -rw-rw-r--. 1 jenkins jenkins 894 Mar 11 02:45 Jenkinsfile 02:47:29 -rw-rw-r--. 1 jenkins jenkins 11341 Mar 11 02:45 LICENSE 02:47:29 -rw-rw-r--. 1 jenkins jenkins 1016 Mar 11 02:45 Makefile 02:47:29 drwxrwxr-x. 4 jenkins jenkins 26 Mar 11 02:45 openapi 02:47:29 drwxrwxr-x. 5 jenkins jenkins 50 Mar 11 02:45 pkg 02:47:29 -rw-rw-r--. 1 jenkins jenkins 5897 Mar 11 02:45 README.md 02:47:29 -rw-rw-r--. 1 jenkins jenkins 6616 Mar 11 02:45 RELEASE-NOTES.txt 02:47:29 drwxrwxr-x. 4 jenkins jenkins 54 Mar 11 02:45 snap 02:47:29 -rw-rw-r--. 1 jenkins jenkins 5 Mar 11 02:42 VERSION 02:47:29 -rw-rw-r--. 1 jenkins jenkins 222 Mar 11 02:45 version.go [Pipeline] isUnix [Pipeline] sh 02:47:29 + docker build -t 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=d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 --label arch=amd64 --label version=0.0.0 . 02:47:29 Sending build context to Docker daemon 2.37MB 02:47:29 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:47:29 Step 2/24 : FROM ${BASE} AS builder 02:47:29 ---> f2e109226564 02:47:29 Step 3/24 : ARG MAKE='make build' 02:47:30 ---> Running in 8b67a16d67e3 02:47:30 Removing intermediate container 8b67a16d67e3 02:47:30 ---> 761496135e8b 02:47:30 Step 4/24 : WORKDIR /device-sdk-go 02:47:30 ---> Running in eaeb597a082c 02:47:31 Removing intermediate container eaeb597a082c 02:47:31 ---> 9b97cec047d9 02:47:31 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:31 ---> Running in bd27d4cf6923 02:47:31 Removing intermediate container bd27d4cf6923 02:47:31 ---> a65b53588dfb 02:47:31 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:47:31 ---> Running in 196850cb03a0 02:47:32 Removing intermediate container 196850cb03a0 02:47:32 ---> aef4676ce90c 02:47:32 Step 7/24 : RUN apk add --update --no-cache make git 02:47:32 ---> Running in 16f1ee1d631f 02:47:32 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 02:47:33 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 02:47:34 OK: 166 MiB in 39 packages 02:47:34 Removing intermediate container 16f1ee1d631f 02:47:34 ---> 46a93cb8354b 02:47:34 Step 8/24 : COPY . . 02:47:35 ---> c6bb3ea4de87 02:47:35 Step 9/24 : RUN ${MAKE} 02:47:35 ---> Running in 03c9b239baf4 02:47:35 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/clients 30.111s coverage: 10.5% of statements 02:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/common 0.115s coverage: 12.5% of statements 02:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/container [no test files] 02:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/controller 0.149s coverage: 84.8% of statements 02:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/controller/correlation [no test files] 02:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/provision [no test files] 02:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/telemetry [no test files] 02:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/transformer 0.204s coverage: 47.6% of statements 02:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/internal/v2/application [no test files] 02:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/cache 0.159s coverage: 81.3% of statements 02:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/internal/v2/controller/http 0.172s coverage: 24.8% of statements 02:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/models 2.816s coverage: 6.4% of statements 02:47:37 ok github.com/edgexfoundry/device-sdk-go/v2/pkg/service 0.139s coverage: 5.2% of statements 02:47:37 ? github.com/edgexfoundry/device-sdk-go/v2/pkg/startup [no test files] 02:47:37 GO111MODULE=on go vet ./... 02:47:46 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:47:48 Removing intermediate container 03c9b239baf4 02:47:48 ---> 2e73aa3ed214 02:47:48 Step 10/24 : FROM scratch 02:47:48 ---> 02:47:48 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:47:48 ---> Running in 592e5258d3c6 02:47:48 Removing intermediate container 592e5258d3c6 02:47:48 ---> d9cdbfea49b8 02:47:48 Step 12/24 : ENV APP_PORT=49990 02:47:48 ---> Running in ee2a4448f386 02:47:48 Removing intermediate container ee2a4448f386 02:47:48 ---> 8711f6b4f833 02:47:48 Step 13/24 : EXPOSE $APP_PORT 02:47:48 ---> Running in 6f7e906f7446 02:47:48 Removing intermediate container 6f7e906f7446 02:47:48 ---> 95dc19a33dcc 02:47:48 Step 14/24 : WORKDIR / 02:47:48 ---> Running in db1a13cc9930 02:47:48 Removing intermediate container db1a13cc9930 02:47:48 ---> ca38611a880f 02:47:48 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:47:49 ---> ca5bd3fa070e 02:47:49 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:47:49 ---> e7321f420c82 02:47:49 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:47:49 ---> 24236c686d54 02:47:49 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:47:49 ---> 960779bad343 02:47:49 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:47:50 ---> 6941b06e7e45 02:47:50 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:47:50 ---> Running in 14d4c1c20de0 02:47:50 Removing intermediate container 14d4c1c20de0 02:47:50 ---> fc9198339bd4 02:47:50 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:47:50 ---> Running in e2e9bf764d63 02:47:50 Removing intermediate container e2e9bf764d63 02:47:50 ---> 6d610b8daf72 02:47:50 Step 22/24 : LABEL arch=amd64 02:47:50 ---> Running in 9dae9ceec239 02:47:50 Removing intermediate container 9dae9ceec239 02:47:50 ---> 4791e2d0130d 02:47:50 Step 23/24 : LABEL git_sha=d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 02:47:51 ---> Running in 785dd1714a5a 02:47:51 Removing intermediate container 785dd1714a5a 02:47:51 ---> cb095062905c 02:47:51 Step 24/24 : LABEL version=0.0.0 02:47:51 ---> Running in 09457347145e 02:47:51 Removing intermediate container 09457347145e 02:47:51 ---> b8dcbb8392df 02:47:51 [Warning] One or more build-args [ARCH] were not consumed 02:47:51 Successfully built b8dcbb8392df 02:47:51 Successfully tagged device-sdk-simple:latest [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:47:52 ---> job-cost.sh 02:47:52 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-DXbC 02:48:07 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:48:16 gofmt -l . 02:48:16 [ "`gofmt -l .`" = "" ] 02:48:16 ./bin/test-attribution-txt.sh 02:48:16 ./bin/test-go-mod-tidy.sh [Pipeline] } 02:48:16 $ docker stop --time=1 3ce89f9dad52163b1fb73bf0dacf40b97c995e12ff6156fb2d6a1f2499cf55ae 02:48:18 $ docker rm -f 3ce89f9dad52163b1fb73bf0dacf40b97c995e12ff6156fb2d6a1f2499cf55ae [Pipeline] // withDockerContainer [Pipeline] sh 02:48:19 + sudo chown -R jenkins:jenkins . [Pipeline] stash 02:48:19 Warning: overwriting stash ‘coverage-report’ 02:48:20 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 02:48:21 + sudo chown -R jenkins:jenkins . [Pipeline] sh 02:48:21 + ls -al . 02:48:21 total 220 02:48:21 drwxrwxr-x 10 jenkins jenkins 4096 Mar 11 02:48 . 02:48:21 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 02:44 .. 02:48:21 -rw-rw-r-- 1 jenkins jenkins 140 Mar 11 02:44 .dockerignore 02:48:21 drwxrwxr-x 8 jenkins jenkins 4096 Mar 11 02:44 .git 02:48:21 drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 02:44 .github 02:48:21 -rw-rw-r-- 1 jenkins jenkins 138 Mar 11 02:44 .gitignore 02:48:21 -rw-rw-r-- 1 jenkins jenkins 949 Mar 11 02:44 Dockerfile.build 02:48:21 -rw-rw-r-- 1 jenkins jenkins 894 Mar 11 02:44 Jenkinsfile 02:48:21 -rw-rw-r-- 1 jenkins jenkins 11341 Mar 11 02:44 LICENSE 02:48:21 -rw-rw-r-- 1 jenkins jenkins 1016 Mar 11 02:44 Makefile 02:48:21 -rw-rw-r-- 1 jenkins jenkins 5897 Mar 11 02:44 README.md 02:48:21 -rw-rw-r-- 1 jenkins jenkins 6616 Mar 11 02:44 RELEASE-NOTES.txt 02:48:21 -rw-rw-r-- 1 jenkins jenkins 5 Mar 11 02:42 VERSION 02:48:21 drwxrwxr-x 2 jenkins jenkins 4096 Mar 11 02:44 bin 02:48:21 -rw-r--r-- 1 jenkins jenkins 102298 Mar 11 02:47 coverage.out 02:48:21 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 02:44 example 02:48:21 -rw-r--r-- 1 jenkins jenkins 479 Mar 11 02:48 go.mod 02:48:21 -rw-r--r-- 1 jenkins jenkins 17490 Mar 11 02:48 go.sum 02:48:21 drwxrwxr-x 12 jenkins jenkins 4096 Mar 11 02:44 internal 02:48:21 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 02:44 openapi 02:48:21 drwxrwxr-x 5 jenkins jenkins 4096 Mar 11 02:44 pkg 02:48:21 drwxrwxr-x 4 jenkins jenkins 4096 Mar 11 02:44 snap 02:48:21 -rw-rw-r-- 1 jenkins jenkins 222 Mar 11 02:44 version.go [Pipeline] isUnix [Pipeline] sh 02:48:21 + docker build -t 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=d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 --label arch=arm64 --label version=0.0.0 . 02:48:22 Sending build context to Docker daemon 2.369MB 02:48:22 Step 1/24 : ARG BASE=golang:1.15-alpine3.12 02:48:22 Step 2/24 : FROM ${BASE} AS builder 02:48:22 ---> 131225b7bdf4 02:48:22 Step 3/24 : ARG MAKE='make build' 02:48:22 ---> Running in 1eb7de434b33 02:48:23 Removing intermediate container 1eb7de434b33 02:48:23 ---> 7cf916853cb6 02:48:23 Step 4/24 : WORKDIR /device-sdk-go 02:48:23 ---> Running in 62a967e3291d 02:48:24 Removing intermediate container 62a967e3291d 02:48:24 ---> 3363163e7777 02:48:24 Step 5/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:48:24 ---> Running in d8de01e53623 02:48:24 Removing intermediate container d8de01e53623 02:48:24 ---> e6de98dfade4 02:48:24 Step 6/24 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 02:48:24 ---> Running in b0776f244280 02:48:26 Removing intermediate container b0776f244280 02:48:26 ---> 1745545c8af8 02:48:26 Step 7/24 : RUN apk add --update --no-cache make git 02:48:26 ---> Running in f8668c01f521 02:48:27 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 02:48:28 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 02:48:29 OK: 142 MiB in 39 packages 02:48:30 Removing intermediate container f8668c01f521 02:48:30 ---> faeb16775c3d 02:48:30 Step 8/24 : COPY . . 02:48:31 ---> e9ca240541ae 02:48:31 Step 9/24 : RUN ${MAKE} 02:48:31 ---> Running in 835f1c1de68e 02:48:32 CGO_ENABLED=0 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-sdk-go/v2.Version=0.0.0" -o example/cmd/device-simple/device-simple ./example/cmd/device-simple 02:48:39 lf-activate-venv(): INFO: Adding /tmp/venv-DXbC/bin to PATH 02:48:39 INFO: No Stack... 02:48:39 INFO: Retrieving Pricing Info for: v1-standard-2 02:48:39 INFO: Archiving Costs [Pipeline] sh 02:48:39 + cat /w/workspace/device-sdk-go/18/archives/cost.csv 02:48:39 + cut -d, -f6 [Pipeline] lock 02:48:39 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-18-stack-cost] 02:48:39 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-18-stack-cost] did not exist. Created. 02:48:39 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-18-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:48:40 + echo total: 0.029999999329447746 [Pipeline] stash 02:48:40 Stashed 1 file(s) [Pipeline] } 02:48:40 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-18-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 02:48:59 CGO_ENABLED=0 GO111MODULE=on go install -tags=safe 02:49:01 Removing intermediate container 835f1c1de68e 02:49:01 ---> 7906dd02148d 02:49:01 Step 10/24 : FROM scratch 02:49:01 ---> 02:49:01 Step 11/24 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020: Intel' 02:49:01 ---> Running in 073640ac33ea 02:49:01 Removing intermediate container 073640ac33ea 02:49:01 ---> 0c5c1ae60c62 02:49:01 Step 12/24 : ENV APP_PORT=49990 02:49:01 ---> Running in 3450d03abada 02:49:02 Removing intermediate container 3450d03abada 02:49:02 ---> 295e2cde94d8 02:49:02 Step 13/24 : EXPOSE $APP_PORT 02:49:02 ---> Running in 36a4f929021b 02:49:02 Removing intermediate container 36a4f929021b 02:49:02 ---> 49ec50d49c95 02:49:02 Step 14/24 : WORKDIR / 02:49:02 ---> Running in 552f867a6b8f 02:49:03 Removing intermediate container 552f867a6b8f 02:49:03 ---> 703249b776f8 02:49:03 Step 15/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/device-simple /usr/local/bin/device-simple 02:49:04 ---> 5a8b9f9d5be6 02:49:04 Step 16/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/configuration.toml /res/configuration.toml 02:49:05 ---> 616e2bc3bc5b 02:49:05 Step 17/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/Simple-Driver.yaml /res/Simple-Driver.yaml 02:49:06 ---> 55a461820c91 02:49:06 Step 18/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/on.png /res/on.png 02:49:06 ---> e2c84485db22 02:49:06 Step 19/24 : COPY --from=builder /device-sdk-go/example/cmd/device-simple/res/off.jpg /res/off.jpg 02:49:07 ---> f66a5930d348 02:49:07 Step 20/24 : ENTRYPOINT ["/usr/local/bin/device-simple"] 02:49:07 ---> Running in 1af3fce23891 02:49:08 Removing intermediate container 1af3fce23891 02:49:08 ---> 9016567990bb 02:49:08 Step 21/24 : CMD ["-cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 02:49:08 ---> Running in 8e3f646de1b6 02:49:08 Removing intermediate container 8e3f646de1b6 02:49:08 ---> 587ada952d6b 02:49:08 Step 22/24 : LABEL arch=arm64 02:49:08 ---> Running in a1193f3f7624 02:49:09 Removing intermediate container a1193f3f7624 02:49:09 ---> d26f05340527 02:49:09 Step 23/24 : LABEL git_sha=d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 02:49:09 ---> Running in 5d7acfcfa710 02:49:09 Removing intermediate container 5d7acfcfa710 02:49:09 ---> b72d70cbf55e 02:49:09 Step 24/24 : LABEL version=0.0.0 02:49:09 ---> Running in dc5b7a6b4103 02:49:10 Removing intermediate container dc5b7a6b4103 02:49:10 ---> dfab1d967b30 02:49:10 [Warning] One or more build-args [ARCH] were not consumed 02:49:10 Successfully built dfab1d967b30 02:49:10 Successfully tagged device-sdk-simple-arm64:latest [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to when conditional [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 02:49:11 ---> job-cost.sh 02:49:11 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-xJDf 02:49:50 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 02:51:27 lf-activate-venv(): INFO: Adding /tmp/venv-xJDf/bin to PATH 02:51:27 INFO: No Stack... 02:51:27 INFO: Retrieving Pricing Info for: lf-standard-4 02:51:27 INFO: Archiving Costs [Pipeline] sh 02:51:27 + cat /w/workspace/device-sdk-go/18/archives/cost.csv 02:51:27 + cut -d, -f6 [Pipeline] lock 02:51:27 Trying to acquire lock on [jenkins-edgexfoundry-device-sdk-go-PR-725-18-stack-cost] 02:51:27 Resource [jenkins-edgexfoundry-device-sdk-go-PR-725-18-stack-cost] did not exist. Created. 02:51:27 Lock acquired on [jenkins-edgexfoundry-device-sdk-go-PR-725-18-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 02:51:28 /w/workspace/device-sdk-go/18@tmp/durable-3f4e4464/script.sh: 1: /w/workspace/device-sdk-go/18@tmp/durable-3f4e4464/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 02:51:28 + echo total: 0.20999999344348907 [Pipeline] stash 02:51:28 Warning: overwriting stash ‘stack-cost’ 02:51:28 Stashed 1 file(s) [Pipeline] } 02:51:28 Lock released on resource [jenkins-edgexfoundry-device-sdk-go-PR-725-18-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 02:51:30 provisioning config files... 02:51:30 copy managed file [device-sdk-go-codecov-token] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config7442367705685622864tmp [Pipeline] { [Pipeline] sh 02:51:30 + set +x 02:51:30 + curl -s https://codecov.io/bash 02:51:30 + bash -s -- 02:51:30 02:51:30 _____ _ 02:51:30 / ____| | | 02:51:30 | | ___ __| | ___ ___ _____ __ 02:51:30 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 02:51:30 | |___| (_) | (_| | __/ (_| (_) \ V / 02:51:30 \_____\___/ \__,_|\___|\___\___/ \_/ 02:51:30 Bash-20210309-2b87ace 02:51:30 02:51:30 02:51:30 ==> git version 2.24.3 found 02:51:30 ==> curl 7.29.0 (x86_64-redhat-linux-gnu) libcurl/7.29.0 NSS/3.53.1 zlib/1.2.7 libidn/1.28 libssh2/1.8.0 02:51:30 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 02:51:30 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 02:51:30 ==> Jenkins CI detected. 02:51:30 project root: . 02:51:30 --> token set from env 02:51:30 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 02:51:30 ==> Running gcov in . (disable via -X gcov) 02:51:30 ==> Python coveragepy not found 02:51:30 ==> Searching for coverage reports in: 02:51:30 + . 02:51:30 -> Found 1 reports 02:51:30 ==> Detecting git/mercurial file structure 02:51:30 ==> Reading reports 02:51:30 + ./coverage.out bytes=102298 02:51:30 ==> Appending adjustments 02:51:30 https://docs.codecov.io/docs/fixing-reports 02:51:31 + Found adjustments 02:51:31 ==> Gzipping contents 02:51:31 16K /tmp/codecov.Ck0gRS.gz 02:51:31 ==> Uploading reports 02:51:31 url: https://codecov.io 02:51:31 query: branch=PR-725&commit=d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F18%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:31 -> Pinging Codecov 02:51:31 https://codecov.io/upload/v4?package=bash-20210309-2b87ace&token=secret&branch=PR-725&commit=d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114&build=18&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-sdk-go%2Fjob%2FPR-725%2F18%2F&name=&tag=&slug=edgexfoundry%2Fdevice-sdk-go&service=jenkins&flags=&pr=725&job=&cmd_args= 02:51:32 -> Uploading to 02:51:32 https://storage.googleapis.com/codecov/v4/raw/2021-03-11/7E55EF52A471D76F132DFD9A03CDDE97/d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114/e1d66f31-3d1e-4d38-bfce-28941d7c3df7.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQX6OZVJGHKK3633AAFGLBUCOOATRACRQRQF6HMSMLYUP6EAD6XSWAAY%2F20210311%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210311T025131Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=cf6c1118401e58c8903624ad2c17fa4bd1fcd90c5e0013932d2a4356b0b13d0a 02:51:32 % Total % Received % Xferd Average Speed Time Time Time Current 02:51:32 Dload Upload Total Spent Left Speed 02:51:32 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 15234 0 0 100 15234 0 29777 --:--:-- --:--:-- --:--:-- 29812 02:51:32 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-sdk-go/commit/d3bf9c36920b917ddbb5b6097c4ac0b3e90eb114 [Pipeline] } 02:51:32 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to when conditional [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 02:51:34 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 02:51:35 ---> package-listing.sh 02:51:35 ++ facter osfamily 02:51:35 ++ tr '[:upper:]' '[:lower:]' 02:51:35 + OS_FAMILY=redhat 02:51:35 + workspace=/w/workspace/dgexfoundry_device-sdk-go_PR-725 02:51:35 + START_PACKAGES=/tmp/packages_start.txt 02:51:35 + END_PACKAGES=/tmp/packages_end.txt 02:51:35 + DIFF_PACKAGES=/tmp/packages_diff.txt 02:51:35 + PACKAGES=/tmp/packages_start.txt 02:51:35 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:35 + PACKAGES=/tmp/packages_end.txt 02:51:35 + case "${OS_FAMILY}" in 02:51:35 + rpm -qa 02:51:35 + sort 02:51:40 + '[' -f /tmp/packages_start.txt ']' 02:51:40 + '[' -f /tmp/packages_end.txt ']' 02:51:40 + diff /tmp/packages_start.txt /tmp/packages_end.txt 02:51:40 + '[' /w/workspace/dgexfoundry_device-sdk-go_PR-725 ']' 02:51:40 + mkdir -p /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ 02:51:40 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/dgexfoundry_device-sdk-go_PR-725/archives/ [Pipeline] echo 02:51:40 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-725/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 02:51:40 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 02:51:41 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:41 02:51:41 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 02:51:41 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:41 alpine: Pulling from edgex-lftools-log-publisher 02:51:41 df20fa9351a1: Pulling fs layer 02:51:41 36b3adc4ff6f: Pulling fs layer 02:51:41 8ad3a11d3b57: Pulling fs layer 02:51:41 46f8f816bc3b: Pulling fs layer 02:51:41 93b61091891f: Pulling fs layer 02:51:41 93b9cdb0e59b: Pulling fs layer 02:51:41 5e14af77c1be: Pulling fs layer 02:51:41 01666e4c0597: Pulling fs layer 02:51:41 aa168da1d23b: Pulling fs layer 02:51:41 93b9cdb0e59b: Waiting 02:51:41 5e14af77c1be: Waiting 02:51:41 01666e4c0597: Waiting 02:51:41 aa168da1d23b: Waiting 02:51:41 46f8f816bc3b: Waiting 02:51:41 93b61091891f: Waiting 02:51:41 36b3adc4ff6f: Download complete 02:51:41 46f8f816bc3b: Verifying Checksum 02:51:41 46f8f816bc3b: Download complete 02:51:41 df20fa9351a1: Verifying Checksum 02:51:41 93b61091891f: Verifying Checksum 02:51:41 93b61091891f: Download complete 02:51:41 93b9cdb0e59b: Verifying Checksum 02:51:41 93b9cdb0e59b: Download complete 02:51:41 01666e4c0597: Verifying Checksum 02:51:41 01666e4c0597: Download complete 02:51:41 5e14af77c1be: Verifying Checksum 02:51:41 5e14af77c1be: Download complete 02:51:42 df20fa9351a1: Pull complete 02:51:42 36b3adc4ff6f: Pull complete 02:51:42 8ad3a11d3b57: Verifying Checksum 02:51:42 8ad3a11d3b57: Download complete 02:51:43 8ad3a11d3b57: Pull complete 02:51:43 46f8f816bc3b: Pull complete 02:51:44 93b61091891f: Pull complete 02:51:44 93b9cdb0e59b: Pull complete 02:51:44 aa168da1d23b: Verifying Checksum 02:51:44 aa168da1d23b: Download complete 02:51:44 5e14af77c1be: Pull complete 02:51:44 01666e4c0597: Pull complete 02:51:52 aa168da1d23b: Pull complete 02:51:52 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 02:51:52 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 02:51:52 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 02:51:53 prd-centos7-docker-4c-2g-29448 does not seem to be running inside a container 02:51:53 $ 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-725/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-725 -v /w/workspace/dgexfoundry_device-sdk-go_PR-725:/w/workspace/dgexfoundry_device-sdk-go_PR-725:rw,z -v /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 02:51:56 $ docker top f3c97d2b98f9f347c8f9065d0174fe144420d87dfb685108be559461344ef215 -eo pid,comm [Pipeline] { [Pipeline] sh 02:51:57 + touch /tmp/pre-build-complete [Pipeline] sh 02:51:57 + mkdir -p /var/log/sa [Pipeline] sh 02:51:57 + ls /var/log/sa-host 02:51:57 + sadf -c /var/log/sa-host/sa11 02:51:57 file_magic: OK 02:51:57 HZ: Using current value: 100 02:51:57 file_header: OK 02:51:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:51:57 Statistics: 02:51:57 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 02:51:57 File successfully converted to sysstat format version 12.2.1 02:51:57 + sadf -c /var/log/sa-host/sa23 02:51:57 file_magic: OK 02:51:57 HZ: Using current value: 100 02:51:57 file_header: OK 02:51:57 file_activity: A_CPU A_PCSW A_SWAP A_PAGE A_IO A_MEMORY A_HUGE A_KTABLES A_QUEUE A_SERIAL A_DISK A_NET_DEV A_NET_EDEV A_NET_NFS A_NET_NFSD A_NET_SOCK OK 02:51:57 Statistics: 02:51:57 Hnuu...uuuununununu... 02:51:57 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 02:51:58 provisioning config files... 02:51:58 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp/config8031904299812585306tmp [Pipeline] { [Pipeline] echo 02:51:58 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 02:51:58 ---> create-netrc.sh [Pipeline] } 02:51:58 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 02:51:58 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 02:51:59 ---> python-tools-install.sh [Pipeline] echo 02:51:59 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 02:51:59 ---> sudo-logs.sh 02:51:59 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 02:51:59 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 02:51:59 ---> job-cost.sh 02:51:59 lf-activate-venv: SKIPPING 02:51:59 DEBUG: total: 0.20999999344348907 02:51:59 INFO: Retrieving Stack Cost... 02:52:00 INFO: Retrieving Pricing Info for: v1-standard-2 02:52:01 INFO: Archiving Costs [Pipeline] echo 02:52:01 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 02:52:01 ---> logs-deploy.sh 02:52:01 lf-activate-venv: SKIPPING 02:52:01 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-sdk-go/PR-725/18 02:52:01 INFO: archiving workspace using pattern(s): 02:52:03 Archives upload complete. 02:52:03 INFO: archiving logs to Nexus 02:52:04 ---> uname -a: 02:52:04 Linux prd-centos7-docker-4c-2g-29448.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 02:52:04 02:52:04 02:52:04 ---> lscpu: 02:52:04 Architecture: x86_64 02:52:04 CPU op-mode(s): 32-bit, 64-bit 02:52:04 Byte Order: Little Endian 02:52:04 Address sizes: 40 bits physical, 48 bits virtual 02:52:04 CPU(s): 4 02:52:04 On-line CPU(s) list: 0-3 02:52:04 Thread(s) per core: 1 02:52:04 Core(s) per socket: 1 02:52:04 Socket(s): 4 02:52:04 NUMA node(s): 1 02:52:04 Vendor ID: GenuineIntel 02:52:04 CPU family: 6 02:52:04 Model: 44 02:52:04 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 02:52:04 Stepping: 1 02:52:04 CPU MHz: 2933.438 02:52:04 BogoMIPS: 5866.87 02:52:04 Virtualization: VT-x 02:52:04 Hypervisor vendor: KVM 02:52:04 Virtualization type: full 02:52:04 L1d cache: 128 KiB 02:52:04 L1i cache: 128 KiB 02:52:04 L2 cache: 16 MiB 02:52:04 L3 cache: 64 MiB 02:52:04 NUMA node0 CPU(s): 0-3 02:52:04 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 02:52:04 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 02:52:04 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 02:52:04 Vulnerability Meltdown: Mitigation; PTI 02:52:04 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 02:52:04 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 02:52:04 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 02:52:04 Vulnerability Srbds: Not affected 02:52:04 Vulnerability Tsx async abort: Not affected 02:52:04 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ss syscall nx pdpe1gb rdtscp lm constant_tsc rep_good nopl xtopology eagerfpu pni pclmulqdq vmx ssse3 cx16 pcid sse4_1 sse4_2 x2apic popcnt tsc_deadline_timer aes hypervisor lahf_lm ssbd ibrs ibpb stibp tpr_shadow vnmi flexpriority ept vpid tsc_adjust arat spec_ctrl intel_stibp 02:52:04 02:52:04 02:52:04 ---> nproc: 02:52:04 4 02:52:04 02:52:04 02:52:04 ---> df -h: 02:52:04 Filesystem Size Used Available Use% Mounted on 02:52:04 overlay 50.0G 7.3G 42.7G 15% / 02:52:04 tmpfs 64.0M 0 64.0M 0% /dev 02:52:04 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 02:52:04 shm 64.0M 0 64.0M 0% /dev/shm 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/dgexfoundry_device-sdk-go_PR-725@tmp 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 02:52:04 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 02:52:04 02:52:04 02:52:04 ---> free -m: 02:52:04 total used free shared buff/cache available 02:52:04 Mem: 1837 652 104 0 1080 1080 02:52:04 Swap: 1023 1 1022 02:52:04 02:52:04 02:52:04 ---> ip addr: 02:52:04 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 02:52:04 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 02:52:04 inet 127.0.0.1/8 scope host lo 02:52:04 valid_lft forever preferred_lft forever 02:52:04 inet6 ::1/128 scope host 02:52:04 valid_lft forever preferred_lft forever 02:52:04 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 02:52:04 link/ether fa:16:3e:3a:69:d6 brd ff:ff:ff:ff:ff:ff 02:52:04 inet 10.30.123.121/23 brd 10.30.123.255 scope global dynamic eth0 02:52:04 valid_lft 85756sec preferred_lft 85756sec 02:52:04 inet6 fe80::f816:3eff:fe3a:69d6/64 scope link 02:52:04 valid_lft forever preferred_lft forever 02:52:04 3: docker0: mtu 1500 qdisc noqueue state DOWN 02:52:04 link/ether 02:42:25:95:cd:cf brd ff:ff:ff:ff:ff:ff 02:52:04 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 02:52:04 valid_lft forever preferred_lft forever 02:52:04 inet6 fe80::42:25ff:fe95:cdcf/64 scope link 02:52:04 valid_lft forever preferred_lft forever 02:52:04 02:52:04 02:52:04 ---> sar -b -r -n DEV: 02:52:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 02:52:04 02:52:04 02:41:07 LINUX RESTART (4 CPU) 02:52:04 02:52:04 02:42:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 02:52:04 02:43:01 38.85 11.24 27.61 0.00 4333.29 3192.04 0.00 02:52:04 02:44:01 0.52 0.00 0.52 0.00 0.00 9.08 0.00 02:52:04 02:45:01 0.27 0.00 0.27 0.00 0.00 2.71 0.00 02:52:04 02:46:01 0.25 0.00 0.25 0.00 0.00 3.60 0.00 02:52:04 02:47:01 0.23 0.00 0.23 0.00 0.00 2.76 0.00 02:52:04 02:48:01 0.33 0.00 0.33 0.00 0.00 5.03 0.00 02:52:04 02:49:01 0.28 0.00 0.28 0.00 0.00 3.33 0.00 02:52:04 02:50:01 0.22 0.00 0.22 0.00 0.00 2.16 0.00 02:52:04 02:51:01 0.28 0.00 0.28 0.00 0.00 3.21 0.00 02:52:04 Average: 4.58 1.25 3.33 0.00 481.69 358.37 0.00 02:52:04 02:52:04 02:42:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 02:52:04 02:43:01 158664 0 544804 28.96 2620 1175456 1021572 34.86 398476 1124864 20 02:52:04 02:44:01 164028 0 539432 28.67 2620 1175464 1006496 34.35 394820 1123912 12 02:52:04 02:45:01 161364 0 542092 28.81 2620 1175468 1006664 34.36 397996 1123584 8 02:52:04 02:46:01 161048 0 542408 28.83 2620 1175468 1006688 34.36 403212 1118400 8 02:52:04 02:47:01 161132 0 542316 28.82 2620 1175476 1006556 34.35 403380 1118780 8 02:52:04 02:48:01 161192 0 542252 28.82 2620 1175480 1006556 34.35 405320 1116740 12 02:52:04 02:49:01 161592 0 541848 28.80 2620 1175484 1006496 34.35 405012 1116740 8 02:52:04 02:50:01 161692 0 541744 28.79 2620 1175488 1006496 34.35 405140 1116740 8 02:52:04 02:51:01 161824 0 541604 28.79 2620 1175496 1006496 34.35 405116 1116772 8 02:52:04 Average: 161393 0 542056 28.81 2620 1175476 1008224 34.41 402052 1119615 10 02:52:04 02:52:04 02:42:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 02:52:04 02:43:01 eth0 150.25 124.65 531.45 108.65 0.00 0.00 0.00 0.00 02:52:04 02:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:43:01 docker0 8.31 5.78 1.33 23.05 0.00 0.00 0.00 0.00 02:52:04 02:44:01 eth0 0.78 0.08 0.06 0.04 0.00 0.00 0.00 0.00 02:52:04 02:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:45:01 eth0 0.95 0.40 0.32 0.20 0.00 0.00 0.00 0.00 02:52:04 02:45:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:45:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:46:01 eth0 0.42 0.27 0.29 0.20 0.00 0.00 0.00 0.00 02:52:04 02:46:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:46:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:47:01 eth0 0.20 0.17 0.08 0.07 0.00 0.00 0.00 0.00 02:52:04 02:47:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:47:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:48:01 eth0 0.18 0.13 0.07 0.01 0.00 0.00 0.00 0.00 02:52:04 02:48:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:48:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:49:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:04 02:49:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:49:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:50:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:04 02:50:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:50:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:51:01 eth0 0.08 0.08 0.01 0.01 0.00 0.00 0.00 0.00 02:52:04 02:51:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 02:51:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 Average: eth0 17.01 14.00 59.17 12.14 0.00 0.00 0.00 0.00 02:52:04 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 02:52:04 Average: docker0 0.92 0.64 0.15 2.56 0.00 0.00 0.00 0.00 02:52:04 02:52:04 02:52:04 ---> sar -P ALL: 02:52:04 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 03/11/21 _x86_64_ (4 CPU) 02:52:04 02:52:04 02:41:07 LINUX RESTART (4 CPU) 02:52:04 02:52:04 02:42:01 CPU %user %nice %system %iowait %steal %idle 02:52:04 02:43:01 all 4.55 0.00 2.58 1.02 0.04 91.81 02:52:04 02:43:01 0 4.85 0.00 2.85 0.54 0.03 91.72 02:52:04 02:43:01 1 4.81 0.00 2.41 1.78 0.03 90.96 02:52:04 02:43:01 2 4.52 0.00 2.47 0.69 0.03 92.29 02:52:04 02:43:01 3 4.04 0.00 2.58 1.08 0.05 92.26 02:52:04 02:44:01 all 0.16 0.00 0.06 0.00 0.00 99.78 02:52:04 02:44:01 0 0.02 0.00 0.03 0.00 0.00 99.95 02:52:04 02:44:01 1 0.05 0.00 0.12 0.00 0.00 99.83 02:52:04 02:44:01 2 0.03 0.00 0.03 0.00 0.00 99.93 02:52:04 02:44:01 3 0.53 0.00 0.07 0.00 0.00 99.40 02:52:04 02:45:01 all 0.14 0.00 0.19 0.00 0.01 99.66 02:52:04 02:45:01 0 0.05 0.00 0.13 0.00 0.02 99.80 02:52:04 02:45:01 1 0.20 0.00 0.17 0.00 0.03 99.60 02:52:04 02:45:01 2 0.08 0.00 0.27 0.00 0.00 99.65 02:52:04 02:45:01 3 0.22 0.00 0.18 0.00 0.00 99.60 02:52:04 02:46:01 all 0.16 0.00 0.05 0.00 0.00 99.79 02:52:04 02:46:01 0 0.05 0.00 0.02 0.00 0.00 99.93 02:52:04 02:46:01 1 0.05 0.00 0.08 0.00 0.00 99.87 02:52:04 02:46:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:52:04 02:46:01 3 0.52 0.00 0.05 0.00 0.00 99.43 02:52:04 02:47:01 all 0.09 0.00 0.05 0.00 0.00 99.86 02:52:04 02:47:01 0 0.13 0.00 0.03 0.00 0.00 99.83 02:52:04 02:47:01 1 0.10 0.00 0.08 0.00 0.00 99.82 02:52:04 02:47:01 2 0.07 0.00 0.05 0.00 0.00 99.88 02:52:04 02:47:01 3 0.07 0.00 0.03 0.00 0.00 99.90 02:52:04 02:48:01 all 0.17 0.00 0.05 0.00 0.01 99.77 02:52:04 02:48:01 0 0.52 0.00 0.03 0.00 0.02 99.43 02:52:04 02:48:01 1 0.07 0.00 0.08 0.00 0.00 99.85 02:52:04 02:48:01 2 0.07 0.00 0.05 0.00 0.02 99.87 02:52:04 02:48:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:04 02:49:01 all 0.17 0.00 0.04 0.00 0.00 99.79 02:52:04 02:49:01 0 0.37 0.00 0.05 0.00 0.00 99.58 02:52:04 02:49:01 1 0.25 0.00 0.05 0.00 0.00 99.70 02:52:04 02:49:01 2 0.02 0.00 0.02 0.00 0.00 99.97 02:52:04 02:49:01 3 0.03 0.00 0.03 0.00 0.02 99.92 02:52:04 02:50:01 all 0.15 0.00 0.04 0.00 0.00 99.82 02:52:04 02:50:01 0 0.02 0.00 0.02 0.00 0.00 99.97 02:52:04 02:50:01 1 0.52 0.00 0.07 0.00 0.00 99.42 02:52:04 02:50:01 2 0.03 0.00 0.05 0.00 0.00 99.92 02:52:04 02:50:01 3 0.02 0.00 0.02 0.00 0.00 99.97 02:52:04 02:51:01 all 0.15 0.00 0.03 0.00 0.00 99.81 02:52:04 02:51:01 0 0.03 0.00 0.02 0.00 0.00 99.95 02:52:04 02:51:01 1 0.03 0.00 0.03 0.00 0.00 99.93 02:52:04 02:51:01 2 0.52 0.00 0.03 0.00 0.02 99.43 02:52:04 02:51:01 3 0.03 0.00 0.03 0.00 0.00 99.93 02:52:04 Average: all 0.63 0.00 0.34 0.11 0.01 98.91 02:52:04 Average: 0 0.66 0.00 0.35 0.06 0.01 98.92 02:52:04 Average: 1 0.67 0.00 0.34 0.20 0.01 98.78 02:52:04 Average: 2 0.59 0.00 0.33 0.08 0.01 98.99 02:52:04 Average: 3 0.61 0.00 0.33 0.12 0.01 98.93 02:52:04 02:52:04 02:52:04