Pull request #199 updated Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Connecting to https://api.github.com to check permissions of obtain list of lenny-intel for edgexfoundry/device-virtual-go Obtained Jenkinsfile from c04e4a688faf959e97f5f207619e9c458df08276+f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 (ee1a72c44497e56cef82c422eb019f8a46b7945c) 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd 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 aa25fb65c2461e649b1a162fbf19ec71f4863fbd (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f aa25fb65c2461e649b1a162fbf19ec71f4863fbd # timeout=10 Commit message: "Merge pull request #336 from ernestojeda/golang-1.16" > 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-virtual-go] ========================================================= [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-virtual-go-settings PROJECT: device-virtual-go USE_SEMVER: true TEST_SCRIPT: make test BUILD_SCRIPT: make build GO_VERSION: 1.16 GOPROXY: https://nexus3.edgexfoundry.org/repository/go-proxy/ DOCKER_BASE_IMAGE: nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine DOCKER_FILE_PATH: Dockerfile DOCKER_BUILD_FILE_PATH: Dockerfile.build DOCKER_BUILD_CONTEXT: . DOCKER_IMAGE_NAME: docker-device-virtual-go DOCKER_REGISTRY_NAMESPACE: DOCKER_NEXUS_REPO: staging BUILD_DOCKER_IMAGE: true PUSH_DOCKER_IMAGE: true BUILD_EXPERIMENTAL_DOCKER_IMAGE: false BUILD_STABLE_DOCKER_IMAGE: false SEMVER_BUMP_LEVEL: pre BUILD_SNAP: false PUBLISH_SWAGGER_DOCS: false SWAGGER_API_FOLDERS: openapi/v1 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 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4108’ is offline; ‘prd-centos7-docker-4c-2g-4113’ is offline; ‘prd-centos7-docker-4c-2g-4116’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’ Running on prd-centos7-docker-4c-2g-4123 in /w/workspace/foundry_device-virtual-go_PR-199 [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-virtual-go.git > git init /w/workspace/foundry_device-virtual-go_PR-199 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-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-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-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-virtual-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git using GIT_SSH to set credentials SSH Credentials for GitHub > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 into PR head commit c04e4a688faf959e97f5f207619e9c458df08276 Merge succeeded, producing c04e4a688faf959e97f5f207619e9c458df08276 Checking out Revision c04e4a688faf959e97f5f207619e9c458df08276 (PR-199) > git config core.sparsecheckout # timeout=10 > git checkout -f c04e4a688faf959e97f5f207619e9c458df08276 # 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 f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f c04e4a688faf959e97f5f207619e9c458df08276 # timeout=10 Commit message: "refactor: Updated to latest SDK and update MessageQue type to be `redis`" First time build. Skipping changelog. > git rev-list --no-walk c6ae27ab0623a0b969459dcbc41cff03ced793e8 # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:34:54 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:34:54 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:34:54 ========================================================= 17:34:54 EdgeX Global Pipelines Version Info 17:34:54 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:34:55 ------------------- 17:34:55 stable info: 17:34:55 ------------------- 17:34:55 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:34:55 Commit SHA: aa25fb65c2461e649b1a162fbf19ec71f4863fbd 17:34:55 Message: update stable to v1.0.191 17:34:56 ------------------- 17:34:56 experimental info: 17:34:56 ------------------- 17:34:56 Commited By: **** collab-it+edgex@linuxfoundation.org 17:34:56 Commit SHA: 9d0281235b943b7ad605f650702698f9078b2862 17:34:56 Message: update experimental to v1.0.192 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:34:56 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-virtual-go-settings [Pipeline] echo 17:34:56 [edgeXSetupEnvironment]: set envvar PROJECT = device-virtual-go [Pipeline] echo 17:34:56 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:34:56 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:34:56 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = docker-device-virtual-go [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = false [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-199 [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-199 [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-199 [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = c04e4a688faf959e97f5f207619e9c458df08276 [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = c04e4a6 [Pipeline] echo 17:34:57 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:34:57 provisioning config files... 17:34:57 copy managed file [device-virtual-go-settings] to file:/w/workspace/foundry_device-virtual-go_PR-199@tmp/config359244623352979584tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:34:58 ---> docker-login.sh 17:34:58 nexus3.edgexfoundry.org:10001 17:34:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:58 Configure a credential helper to remove this warning. See 17:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:58 17:34:58 Login Succeeded 17:34:58 nexus3.edgexfoundry.org:10002 17:34:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:58 Configure a credential helper to remove this warning. See 17:34:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:58 17:34:58 Login Succeeded 17:34:58 nexus3.edgexfoundry.org:10003 17:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:59 Configure a credential helper to remove this warning. See 17:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:59 17:34:59 Login Succeeded 17:34:59 nexus3.edgexfoundry.org:10004 17:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:59 Configure a credential helper to remove this warning. See 17:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:59 17:34:59 Login Succeeded 17:34:59 docker.io 17:34:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:34:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:34:59 Configure a credential helper to remove this warning. See 17:34:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:34:59 17:34:59 Login Succeeded 17:34:59 ---> docker-login.sh ends [Pipeline] } 17:34:59 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 17:35:00 + git log --format=format:%s -1 c04e4a688faf959e97f5f207619e9c458df08276 [Pipeline] echo 17:35:00 GIT_COMMIT: c04e4a688faf959e97f5f207619e9c458df08276, Commit Message: refactor: Updated to latest SDK and update MessageQue type to be `redis` [Pipeline] echo 17:35:00 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:35:00 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:35:00 17:35:00 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:35:00 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:35:00 latest: Pulling from edgex-devops/git-semver 17:35:00 31603596830f: Pulling fs layer 17:35:00 54011a49482f: Pulling fs layer 17:35:00 a6820b24f6d8: Pulling fs layer 17:35:00 f581987b2513: Pulling fs layer 17:35:00 f581987b2513: Waiting 17:35:00 54011a49482f: Verifying Checksum 17:35:00 54011a49482f: Download complete 17:35:01 f581987b2513: Verifying Checksum 17:35:01 f581987b2513: Download complete 17:35:01 a6820b24f6d8: Verifying Checksum 17:35:01 a6820b24f6d8: Download complete 17:35:01 31603596830f: Verifying Checksum 17:35:01 31603596830f: Download complete 17:35:01 31603596830f: Pull complete 17:35:02 54011a49482f: Pull complete 17:35:03 a6820b24f6d8: Pull complete 17:35:03 f581987b2513: Pull complete 17:35:03 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:35:03 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:35:03 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:35:03 prd-centos7-docker-4c-2g-4123 does not seem to be running inside a container 17:35:03 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/foundry_device-virtual-go_PR-199 -v /w/workspace/foundry_device-virtual-go_PR-199:/w/workspace/foundry_device-virtual-go_PR-199:rw,z -v /w/workspace/foundry_device-virtual-go_PR-199@tmp:/w/workspace/foundry_device-virtual-go_PR-199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:35:05 $ docker top 2afbf2d095730f0b0e72d4aa9ce6c3afbaa46f79071066f9f3635ce2395264e7 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:35:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:35:05 [ssh-agent] Looking for ssh-agent implementation... 17:35:06 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:35:06 $ docker exec 2afbf2d095730f0b0e72d4aa9ce6c3afbaa46f79071066f9f3635ce2395264e7 ssh-agent 17:35:06 SSH_AUTH_SOCK=/tmp/ssh-4I5hriVGf1Bp/agent.12 17:35:06 SSH_AGENT_PID=18 17:35:06 Running ssh-add (command line suppressed) 17:35:06 Identity added: /w/workspace/foundry_device-virtual-go_PR-199@tmp/private_key_4501406216723159586.key (/w/workspace/foundry_device-virtual-go_PR-199@tmp/private_key_4501406216723159586.key) 17:35:06 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:35:06 + git tag --points-at HEAD [Pipeline] } 17:35:06 $ docker exec --env ******** --env ******** 2afbf2d095730f0b0e72d4aa9ce6c3afbaa46f79071066f9f3635ce2395264e7 ssh-agent -k 17:35:06 unset SSH_AUTH_SOCK; 17:35:06 unset SSH_AGENT_PID; 17:35:06 echo Agent pid 18 killed; 17:35:06 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:35:06 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:35:06 [ssh-agent] Looking for ssh-agent implementation... 17:35:07 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:35:07 $ docker exec 2afbf2d095730f0b0e72d4aa9ce6c3afbaa46f79071066f9f3635ce2395264e7 ssh-agent 17:35:07 SSH_AUTH_SOCK=/tmp/ssh-IXSr0iJms2i2/agent.47 17:35:07 SSH_AGENT_PID=53 17:35:07 Running ssh-add (command line suppressed) 17:35:07 Identity added: /w/workspace/foundry_device-virtual-go_PR-199@tmp/private_key_3311830000092126163.key (/w/workspace/foundry_device-virtual-go_PR-199@tmp/private_key_3311830000092126163.key) 17:35:07 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:35:07 + git semver init 17:35:07 # -> Open(): unable to determine branch for HEAD 17:35:07 # $GIT_DIR = /w/workspace/foundry_device-virtual-go_PR-199/.git 17:35:07 # $GIT_WORK_TREE = /w/workspace/foundry_device-virtual-go_PR-199 17:35:07 # $SEMVER_REMOTE_NAME = origin 17:35:07 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:35:07 # $SEMVER_USER_NAME = edgex-jenkins 17:35:07 # $SEMVER_BRANCH = PR-199 17:35:07 # $SEMVER_TEMP = /tmp/semver-476223877 17:35:07 # git clone --branch semver git@github.com:edgexfoundry/device-virtual-go.git $SEMVER_TEMP 17:35:08 # '/tmp/semver-476223877' -> '/w/workspace/foundry_device-virtual-go_PR-199/.semver' 17:35:08 # -> Force: false 17:35:08 # $SEMVER_DIR = /w/workspace/foundry_device-virtual-go_PR-199/.semver [Pipeline] } 17:35:08 $ docker exec --env ******** --env ******** 2afbf2d095730f0b0e72d4aa9ce6c3afbaa46f79071066f9f3635ce2395264e7 ssh-agent -k 17:35:08 unset SSH_AUTH_SOCK; 17:35:08 unset SSH_AGENT_PID; 17:35:08 echo Agent pid 53 killed; 17:35:08 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:35:08 + git semver [Pipeline] } 17:35:08 $ docker stop --time=1 2afbf2d095730f0b0e72d4aa9ce6c3afbaa46f79071066f9f3635ce2395264e7 17:35:10 $ docker rm -f 2afbf2d095730f0b0e72d4aa9ce6c3afbaa46f79071066f9f3635ce2395264e7 [Pipeline] // withDockerContainer [Pipeline] sh 17:35:10 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:35:11 Stashed 1 file(s) [Pipeline] echo 17:35:11 [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 17:35:26 Still waiting to schedule task 17:35:26 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-centos7-docker-4c-2g-4105’ is offline; ‘prd-centos7-docker-4c-2g-4108’ is offline; ‘prd-centos7-docker-4c-2g-4109’ is offline; ‘prd-centos7-docker-4c-2g-4116’ is offline; ‘prd-centos7-docker-4c-2g-4120’ is offline; ‘prd-centos7-docker-4c-2g-4122’ is offline; ‘prd-centos7-docker-4c-2g-4124’ is offline; ‘prd-centos7-docker-4c-2g-4126’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4117’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4119’ doesn’t have label ‘centos7-docker-4c-2g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4125’ doesn’t have label ‘centos7-docker-4c-2g’ 17:35:26 Still waiting to schedule task 17:35:26 ‘prd-centos7-blackbox-4c-2g-3715’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4105’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4108’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4109’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4116’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4120’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4122’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4124’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-centos7-docker-4c-2g-4126’ doesn’t have label ‘ubuntu18.04-docker-arm64-4c-16g’; ‘prd-ubuntu18.04-docker-arm64-4c-16g-3702’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4117’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4119’ is offline; ‘prd-ubuntu18.04-docker-arm64-4c-16g-4125’ is offline 17:36:35 Running on prd-centos7-docker-4c-2g-4129 in /w/workspace/foundry_device-virtual-go_PR-199 [Pipeline] { [Pipeline] ws 17:36:35 Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout 17:36:38 using credential edgex-jenkins-ssh 17:36:38 Cloning the remote Git repository 17:36:38 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 17:36:38 > git init /w/workspace/device-virtual-go/4 # timeout=10 17:36:39 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:36:39 > git --version # timeout=10 17:36:39 > git --version # 'git version 2.24.3' 17:36:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:36:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:36:39 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:36:39 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:36:39 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:36:39 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:36:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:36:39 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:36:42 Merging remotes/origin/master commit f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 into PR head commit c04e4a688faf959e97f5f207619e9c458df08276 17:36:42 Merge succeeded, producing c04e4a688faf959e97f5f207619e9c458df08276 17:36:42 Checking out Revision c04e4a688faf959e97f5f207619e9c458df08276 (PR-199) 17:36:42 > git config core.sparsecheckout # timeout=10 17:36:42 > git checkout -f c04e4a688faf959e97f5f207619e9c458df08276 # timeout=10 17:36:42 > git remote # timeout=10 17:36:42 > git config --get remote.origin.url # timeout=10 17:36:42 using GIT_SSH to set credentials SSH Credentials for GitHub 17:36:42 > git merge f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 17:36:42 > git rev-parse HEAD^{commit} # timeout=10 17:36:42 > git config core.sparsecheckout # timeout=10 17:36:42 > git checkout -f c04e4a688faf959e97f5f207619e9c458df08276 # timeout=10 17:36:46 Commit message: "refactor: Updated to latest SDK and update MessageQue type to be `redis`" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:36:47 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:36:48 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:36:48 + sudo service docker restart 17:36:48 + true 17:36:48 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:36:49 provisioning config files... 17:36:49 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/4@tmp/config6963582353210469540tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:36:50 ---> docker-login.sh 17:36:50 nexus3.edgexfoundry.org:10001 17:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:50 Configure a credential helper to remove this warning. See 17:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:50 17:36:50 Login Succeeded 17:36:50 nexus3.edgexfoundry.org:10002 17:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:50 Configure a credential helper to remove this warning. See 17:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:50 17:36:50 Login Succeeded 17:36:50 nexus3.edgexfoundry.org:10003 17:36:50 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:50 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:50 Configure a credential helper to remove this warning. See 17:36:50 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:50 17:36:50 Login Succeeded 17:36:50 nexus3.edgexfoundry.org:10004 17:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:51 Configure a credential helper to remove this warning. See 17:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:51 17:36:51 Login Succeeded 17:36:51 docker.io 17:36:51 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:36:51 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:36:51 Configure a credential helper to remove this warning. See 17:36:51 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:36:51 17:36:51 Login Succeeded 17:36:51 ---> docker-login.sh ends [Pipeline] } 17:36:51 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:36:52 ========================================================= 17:36:52 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:36:52 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:36:52 + docker build -t ci-base-image-x86_64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine . 17:36:52 Sending build context to Docker daemon 9.193MB 17:36:52 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:36:52 Step 2/8 : FROM ${BASE} 17:36:52 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:36:52 540db60ca938: Pulling fs layer 17:36:52 adcc1eea9eea: Pulling fs layer 17:36:52 4c4ab2625f07: Pulling fs layer 17:36:52 0510c868ecb4: Pulling fs layer 17:36:52 afea3b2eda06: Pulling fs layer 17:36:52 7809a108b3ef: Pulling fs layer 17:36:52 f706445af74f: Pulling fs layer 17:36:52 7809a108b3ef: Waiting 17:36:52 0510c868ecb4: Waiting 17:36:52 afea3b2eda06: Waiting 17:36:52 f706445af74f: Waiting 17:36:52 4c4ab2625f07: Verifying Checksum 17:36:52 4c4ab2625f07: Download complete 17:36:52 adcc1eea9eea: Verifying Checksum 17:36:52 adcc1eea9eea: Download complete 17:36:52 afea3b2eda06: Verifying Checksum 17:36:52 afea3b2eda06: Download complete 17:36:52 7809a108b3ef: Verifying Checksum 17:36:52 7809a108b3ef: Download complete 17:36:52 540db60ca938: Verifying Checksum 17:36:52 540db60ca938: Download complete 17:36:53 540db60ca938: Pull complete 17:36:53 adcc1eea9eea: Pull complete 17:36:53 4c4ab2625f07: Pull complete 17:36:55 f706445af74f: Verifying Checksum 17:36:55 f706445af74f: Download complete 17:36:55 0510c868ecb4: Verifying Checksum 17:36:55 0510c868ecb4: Download complete 17:37:02 0510c868ecb4: Pull complete 17:37:02 afea3b2eda06: Pull complete 17:37:02 7809a108b3ef: Pull complete 17:37:09 f706445af74f: Pull complete 17:37:09 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 17:37:09 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:37:09 ---> b068be0155e3 17:37:09 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 17:37:10 ---> Running in 7644871c4ef8 17:37:10 Removing intermediate container 7644871c4ef8 17:37:10 ---> 0c6c91078c80 17:37:10 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:37:10 ---> Running in 2611b141248d 17:37:11 Removing intermediate container 2611b141248d 17:37:11 ---> 94b892284ea1 17:37:11 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 17:37:11 ---> Running in 05ce6484b5e4 17:37:12 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:37:14 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:37:15 (1/13) Installing libc-dev (0.7.2-r3) 17:37:15 (2/13) Installing libsodium (1.0.18-r0) 17:37:15 (3/13) Installing pkgconf (1.7.3-r0) 17:37:15 (4/13) Installing libsodium-dev (1.0.18-r0) 17:37:15 (5/13) Installing openssh-keygen (8.4_p1-r3) 17:37:16 (6/13) Installing libedit (20191231.3.1-r1) 17:37:16 (7/13) Installing openssh-client (8.4_p1-r3) 17:37:16 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 17:37:16 (9/13) Installing openssh-server-common (8.4_p1-r3) 17:37:17 (10/13) Installing openssh-server (8.4_p1-r3) 17:37:17 (11/13) Installing openssh (8.4_p1-r3) 17:37:17 (12/13) Installing libzmq (4.3.3-r1) 17:37:17 (13/13) Installing zeromq-dev (4.3.3-r1) 17:37:17 Executing busybox-1.32.1-r6.trigger 17:37:17 OK: 156 MiB in 53 packages 17:37:18 Removing intermediate container 05ce6484b5e4 17:37:18 ---> f26cd06a13f6 17:37:18 Step 6/8 : WORKDIR /device-virtual-go 17:37:18 ---> Running in bb006504b6c1 17:37:18 Removing intermediate container bb006504b6c1 17:37:18 ---> 44ff8d17a9b3 17:37:18 Step 7/8 : COPY . . 17:37:19 ---> 9ddf4aa4c3a0 17:37:19 Step 8/8 : RUN go mod download 17:37:19 ---> Running in f65a4a0076ea 17:37:33 Running on prd-ubuntu18.04-docker-arm64-4c-16g-4131 in /w/workspace/foundry_device-virtual-go_PR-199 [Pipeline] { [Pipeline] ws 17:37:33 Running in /w/workspace/device-virtual-go/4 [Pipeline] { [Pipeline] checkout 17:37:38 using credential edgex-jenkins-ssh 17:37:38 Cloning the remote Git repository 17:37:38 Cloning repository git@github.com:edgexfoundry/device-virtual-go.git 17:37:39 > git init /w/workspace/device-virtual-go/4 # timeout=10 17:37:39 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:37:39 > git --version # timeout=10 17:37:39 > git --version # 'git version 2.17.1' 17:37:39 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:39 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:37:41 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:37:41 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:37:41 > git config remote.origin.url git@github.com:edgexfoundry/device-virtual-go.git # timeout=10 17:37:41 Fetching upstream changes from git@github.com:edgexfoundry/device-virtual-go.git 17:37:41 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:41 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-virtual-go.git +refs/pull/199/head:refs/remotes/origin/PR-199 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:37:44 Merging remotes/origin/master commit f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 into PR head commit c04e4a688faf959e97f5f207619e9c458df08276 17:37:44 Merge succeeded, producing c04e4a688faf959e97f5f207619e9c458df08276 17:37:44 Checking out Revision c04e4a688faf959e97f5f207619e9c458df08276 (PR-199) 17:37:44 > git config core.sparsecheckout # timeout=10 17:37:44 > git checkout -f c04e4a688faf959e97f5f207619e9c458df08276 # timeout=10 17:37:44 > git remote # timeout=10 17:37:44 > git config --get remote.origin.url # timeout=10 17:37:44 using GIT_SSH to set credentials SSH Credentials for GitHub 17:37:44 > git merge f4aebf8748ab7be86a29ddf5fd115bbf3ef26eb1 # timeout=10 17:37:44 > git rev-parse HEAD^{commit} # timeout=10 17:37:44 > git config core.sparsecheckout # timeout=10 17:37:44 > git checkout -f c04e4a688faf959e97f5f207619e9c458df08276 # timeout=10 17:37:46 Removing intermediate container f65a4a0076ea 17:37:46 ---> c53049a7142a 17:37:46 Successfully built c53049a7142a 17:37:46 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:37:46 + docker inspect -f . ci-base-image-x86_64 17:37:46 . [Pipeline] withDockerContainer 17:37:46 prd-centos7-docker-4c-2g-4129 does not seem to be running inside a container 17:37:46 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:37:47 $ docker top fc2a25477330616d4ba3dc5834012aa80169479a140514c5c7c0d085cf6be034 -eo pid,comm [Pipeline] { [Pipeline] sh 17:37:48 + go version 17:37:48 go version go1.16.3 linux/amd64 [Pipeline] } 17:37:48 $ docker stop --time=1 fc2a25477330616d4ba3dc5834012aa80169479a140514c5c7c0d085cf6be034 17:37:48 Commit message: "refactor: Updated to latest SDK and update MessageQue type to be `redis`" 17:37:49 $ docker rm -f fc2a25477330616d4ba3dc5834012aa80169479a140514c5c7c0d085cf6be034 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh [Pipeline] script [Pipeline] { [Pipeline] sh 17:37:51 + docker inspect -f . ci-base-image-x86_64 17:37:51 . [Pipeline] withDockerContainer 17:37:51 prd-centos7-docker-4c-2g-4129 does not seem to be running inside a container 17:37:51 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-x86_64 cat 17:37:51 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json 17:37:52 $ docker top abb0c41c3835d16dfac0190d19dfe26363eee6fb9ab655419d225c27dc147bff -eo pid,comm [Pipeline] { [Pipeline] sh [Pipeline] sh 17:37:52 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:37:52 + go mod tidy 17:37:53 + sudo service docker restart 17:37:53 + true [Pipeline] sh 17:37:54 + make test 17:37:54 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:37:55 ? github.com/edgexfoundry/device-virtual-go [no test files] [Pipeline] withEnv [Pipeline] { [Pipeline] wrap 17:37:55 provisioning config files... 17:37:56 copy managed file [device-virtual-go-settings] to file:/w/workspace/device-virtual-go/4@tmp/config5594739036755055612tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:37:56 ---> docker-login.sh 17:37:56 nexus3.edgexfoundry.org:10001 17:37:56 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:57 Configure a credential helper to remove this warning. See 17:37:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:57 17:37:57 Login Succeeded 17:37:57 nexus3.edgexfoundry.org:10002 17:37:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:58 Configure a credential helper to remove this warning. See 17:37:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:58 17:37:58 Login Succeeded 17:37:58 nexus3.edgexfoundry.org:10003 17:37:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:58 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:58 Configure a credential helper to remove this warning. See 17:37:58 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:58 17:37:58 Login Succeeded 17:37:58 nexus3.edgexfoundry.org:10004 17:37:58 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:37:59 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:37:59 Configure a credential helper to remove this warning. See 17:37:59 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:37:59 17:37:59 Login Succeeded 17:37:59 docker.io 17:37:59 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:38:00 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:38:00 Configure a credential helper to remove this warning. See 17:38:00 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:38:00 17:38:00 Login Succeeded 17:38:00 ---> docker-login.sh ends [Pipeline] } 17:38:00 Deleting 1 temporary files [Pipeline] // wrap [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:38:00 ========================================================= 17:38:00 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:38:00 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:38:00 + docker build -t ci-base-image-arm64 -f Dockerfile.build --build-arg BASE=nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine . 17:38:01 Sending build context to Docker daemon 9.192MB 17:38:01 Step 1/8 : ARG BASE=golang:1.15-alpine3.12 17:38:01 Step 2/8 : FROM ${BASE} 17:38:01 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:38:01 595b0fe564bb: Pulling fs layer 17:38:01 7186ed65a4f7: Pulling fs layer 17:38:01 316046926c0a: Pulling fs layer 17:38:01 4ebd0625c992: Pulling fs layer 17:38:01 207e8628e3a3: Pulling fs layer 17:38:01 c791037a9be2: Pulling fs layer 17:38:01 ffd874e62e21: Pulling fs layer 17:38:01 4ebd0625c992: Waiting 17:38:01 207e8628e3a3: Waiting 17:38:01 c791037a9be2: Waiting 17:38:01 316046926c0a: Verifying Checksum 17:38:01 316046926c0a: Download complete 17:38:01 7186ed65a4f7: Download complete 17:38:01 207e8628e3a3: Download complete 17:38:01 c791037a9be2: Download complete 17:38:01 595b0fe564bb: Download complete 17:38:02 595b0fe564bb: Pull complete 17:38:02 7186ed65a4f7: Pull complete 17:38:03 316046926c0a: Pull complete 17:38:04 ffd874e62e21: Verifying Checksum 17:38:04 ffd874e62e21: Download complete 17:38:06 4ebd0625c992: Verifying Checksum 17:38:06 4ebd0625c992: Download complete 17:38:16 4ebd0625c992: Pull complete 17:38:16 207e8628e3a3: Pull complete 17:38:17 c791037a9be2: Pull complete 17:38:18 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 17:38:18 ok github.com/edgexfoundry/device-virtual-go/internal/driver 0.473s coverage: 63.8% of statements 17:38:18 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:38:21 ffd874e62e21: Pull complete 17:38:21 Digest: sha256:fad7b58e697bd06bcf362d803a3263ca5ec03b905aa8665231fe3262941fe3e0 17:38:21 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:38:21 ---> cfc18b08335c 17:38:21 Step 3/8 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2020-2021: IOTech' 17:38:24 ---> Running in 951ba8347da2 17:38:24 Removing intermediate container 951ba8347da2 17:38:24 ---> 6e15f9de34a3 17:38:24 Step 4/8 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:38:24 ---> Running in 20627cb9d315 17:38:26 Removing intermediate container 20627cb9d315 17:38:26 ---> 9b27db9a62b4 17:38:26 Step 5/8 : RUN apk add --update --no-cache make git openssh gcc libc-dev libsodium-dev zeromq-dev 17:38:26 ---> Running in 15e42328fc2b 17:38:27 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:38:28 gofmt -l . 17:38:28 [ "`gofmt -l .`" = "" ] 17:38:28 ./bin/test-attribution-txt.sh 17:38:29 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:38:29 $ docker stop --time=1 abb0c41c3835d16dfac0190d19dfe26363eee6fb9ab655419d225c27dc147bff 17:38:29 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:38:30 (1/13) Installing libc-dev (0.7.2-r3) 17:38:30 (2/13) Installing libsodium (1.0.18-r0) 17:38:30 (3/13) Installing pkgconf (1.7.3-r0) 17:38:30 (4/13) Installing libsodium-dev (1.0.18-r0) 17:38:31 (5/13) Installing openssh-keygen (8.4_p1-r3) 17:38:31 $ docker rm -f abb0c41c3835d16dfac0190d19dfe26363eee6fb9ab655419d225c27dc147bff 17:38:31 (6/13) Installing libedit (20191231.3.1-r1) 17:38:31 (7/13) Installing openssh-client (8.4_p1-r3) [Pipeline] // withDockerContainer [Pipeline] sh 17:38:32 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:38:32 (8/13) Installing openssh-sftp-server (8.4_p1-r3) 17:38:32 (9/13) Installing openssh-server-common (8.4_p1-r3) 17:38:32 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) 17:38:32 (10/13) Installing openssh-server (8.4_p1-r3) 17:38:32 (11/13) Installing openssh (8.4_p1-r3) 17:38:32 (12/13) Installing libzmq (4.3.3-r1) 17:38:33 (13/13) Installing zeromq-dev (4.3.3-r1) 17:38:33 Executing busybox-1.32.1-r6.trigger 17:38:33 OK: 145 MiB in 53 packages [Pipeline] sh 17:38:35 Removing intermediate container 15e42328fc2b 17:38:35 ---> 3795ab99b56b 17:38:35 Step 6/8 : WORKDIR /device-virtual-go 17:38:35 ---> Running in 9ba7abad5203 17:38:35 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:38:35 + ls -al . 17:38:35 total 132 17:38:35 drwxrwxr-x. 7 jenkins jenkins 4096 May 10 17:38 . 17:38:35 drwxrwxr-x. 4 jenkins jenkins 28 May 10 17:36 .. 17:38:35 -rw-rw-r--. 1 jenkins jenkins 8153 May 10 17:36 Attribution.txt 17:38:35 drwxrwxr-x. 2 jenkins jenkins 64 May 10 17:36 bin 17:38:35 drwxrwxr-x. 3 jenkins jenkins 32 May 10 17:36 cmd 17:38:35 -rw-r--r--. 1 jenkins jenkins 47247 May 10 17:38 coverage.out 17:38:35 -rw-rw-r--. 1 jenkins jenkins 1905 May 10 17:36 Dockerfile 17:38:35 -rw-rw-r--. 1 jenkins jenkins 998 May 10 17:36 Dockerfile.build 17:38:35 drwxrwxr-x. 8 jenkins jenkins 179 May 10 17:36 .git 17:38:35 drwxrwxr-x. 2 jenkins jenkins 103 May 10 17:36 .github 17:38:35 -rw-rw-r--. 1 jenkins jenkins 277 May 10 17:36 .gitignore 17:38:35 -rw-r--r--. 1 jenkins jenkins 809 May 10 17:38 go.mod 17:38:35 -rw-r--r--. 1 jenkins jenkins 23532 May 10 17:37 go.sum 17:38:35 drwxrwxr-x. 3 jenkins jenkins 20 May 10 17:36 internal 17:38:35 -rw-rw-r--. 1 jenkins jenkins 660 May 10 17:36 Jenkinsfile 17:38:35 -rw-rw-r--. 1 jenkins jenkins 11340 May 10 17:36 LICENSE 17:38:35 -rw-rw-r--. 1 jenkins jenkins 901 May 10 17:36 Makefile 17:38:35 -rw-rw-r--. 1 jenkins jenkins 2745 May 10 17:36 README.md 17:38:35 -rw-rw-r--. 1 jenkins jenkins 5 May 10 17:35 VERSION 17:38:35 -rw-rw-r--. 1 jenkins jenkins 235 May 10 17:36 version.go [Pipeline] isUnix [Pipeline] sh 17:38:35 Removing intermediate container 9ba7abad5203 17:38:35 ---> 1d26b50d8b89 17:38:35 Step 7/8 : COPY . . 17:38:35 + docker build -t docker-device-virtual-go -f Dockerfile --build-arg BASE=ci-base-image-x86_64 --build-arg 'MAKE=make build' --build-arg ARCH=amd64 --label git_sha=c04e4a688faf959e97f5f207619e9c458df08276 --label arch=amd64 --label version=0.0.0 . 17:38:36 Sending build context to Docker daemon 9.266MB 17:38:36 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 17:38:36 Step 2/25 : FROM ${BASE} AS builder 17:38:36 ---> c53049a7142a 17:38:36 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 17:38:36 ---> Running in ab786a1089ba 17:38:36 Removing intermediate container ab786a1089ba 17:38:36 ---> 04d38daa1b65 17:38:36 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 17:38:36 ---> Running in e7b42d65f8ee 17:38:36 Removing intermediate container e7b42d65f8ee 17:38:36 ---> d9929f36fea7 17:38:36 Step 5/25 : WORKDIR /device-virtual-go 17:38:36 ---> Running in 325b6ef4f011 17:38:36 Removing intermediate container 325b6ef4f011 17:38:36 ---> 5fd5fec20693 17:38:36 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:38:36 ---> Running in 6467918ee1ac 17:38:37 ---> fa77e38b3c71 17:38:37 Step 8/8 : RUN go mod download 17:38:37 ---> Running in e8e659227039 17:38:38 Removing intermediate container 6467918ee1ac 17:38:38 ---> 0092c798ee02 17:38:38 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:38:38 ---> Running in f744ac5dca08 17:38:38 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:38:40 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:38:41 OK: 156 MiB in 53 packages 17:38:41 Removing intermediate container f744ac5dca08 17:38:41 ---> cebcb9ed6dad 17:38:41 Step 8/25 : COPY . . 17:38:42 ---> 8ea17fac7dc4 17:38:42 Step 9/25 : RUN go mod download 17:38:42 ---> Running in 9857b7ba1658 17:38:43 Removing intermediate container 9857b7ba1658 17:38:43 ---> 6663e6f5a9fb 17:38:43 Step 10/25 : ARG MAKE='make build' 17:38:43 ---> Running in ccff433c43be 17:38:44 Removing intermediate container ccff433c43be 17:38:44 ---> 2427be6c14d8 17:38:44 Step 11/25 : RUN $MAKE 17:38:44 ---> Running in f138b15d45fc 17:38:44 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 17:39:03 CGO_ENABLED=1 GO111MODULE=on go build ./... 17:39:06 Removing intermediate container f138b15d45fc 17:39:06 ---> ca944195df47 17:39:06 Step 12/25 : FROM alpine:3.12 17:39:06 3.12: Pulling from library/alpine 17:39:06 339de151aab4: Pulling fs layer 17:39:06 339de151aab4: Download complete 17:39:07 339de151aab4: Pull complete 17:39:07 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:39:07 Status: Downloaded newer image for alpine:3.12 17:39:07 ---> 13621d1b12d4 17:39:07 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 17:39:07 ---> Running in 7c71b0712787 17:39:07 Removing intermediate container 7c71b0712787 17:39:07 ---> c18b033a4f95 17:39:07 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:39:07 ---> Running in 7dd830742909 17:39:08 Removing intermediate container 7dd830742909 17:39:08 ---> cb6fc51c6f29 17:39:08 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 17:39:08 ---> Running in d820c26cb248 17:39:09 fetch http://nl.alpinelinux.org/alpine/v3.12/main/x86_64/APKINDEX.tar.gz 17:39:09 Removing intermediate container e8e659227039 17:39:09 ---> 5bdfd8e567ef 17:39:09 Successfully built 5bdfd8e567ef 17:39:09 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:39:10 + docker inspect -f . ci-base-image-arm64 17:39:10 . [Pipeline] withDockerContainer 17:39:10 prd-ubuntu18.04-docker-arm64-4c-16g-4131 does not seem to be running inside a container 17:39:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:39:10 fetch http://nl.alpinelinux.org/alpine/v3.12/community/x86_64/APKINDEX.tar.gz 17:39:11 (1/6) Installing dumb-init (1.2.2-r1) 17:39:11 (2/6) Installing libgcc (9.3.0-r2) 17:39:11 (3/6) Installing libsodium (1.0.18-r0) 17:39:11 (4/6) Installing libstdc++ (9.3.0-r2) 17:39:11 $ docker top a2bc18176937c1032b9df430f846eba0984654e089afd5b41b36515757dc9f7a -eo pid,comm [Pipeline] { [Pipeline] sh 17:39:12 + go version 17:39:12 go version go1.16.3 linux/arm64 [Pipeline] } 17:39:12 $ docker stop --time=1 a2bc18176937c1032b9df430f846eba0984654e089afd5b41b36515757dc9f7a 17:39:13 (5/6) Installing libzmq (4.3.3-r0) 17:39:13 (6/6) Installing zeromq (4.3.3-r0) 17:39:13 Executing busybox-1.31.1-r20.trigger 17:39:13 OK: 8 MiB in 20 packages 17:39:13 Removing intermediate container d820c26cb248 17:39:13 ---> 135c1f3c9922 17:39:13 Step 16/25 : WORKDIR / 17:39:13 ---> Running in 6324604891da 17:39:14 Removing intermediate container 6324604891da 17:39:14 ---> 5555beedc523 17:39:14 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 17:39:14 ---> 26c7117d5bdd 17:39:14 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 17:39:14 ---> a18196c52810 17:39:14 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 17:39:14 $ docker rm -f a2bc18176937c1032b9df430f846eba0984654e089afd5b41b36515757dc9f7a [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:39:15 ---> d01872fe66ea 17:39:15 Step 20/25 : EXPOSE 49990 17:39:15 ---> Running in 737a64db57b0 17:39:15 + docker inspect -f . ci-base-image-arm64 17:39:15 . 17:39:15 Removing intermediate container 737a64db57b0 17:39:15 ---> af7721559923 17:39:15 Step 21/25 : ENTRYPOINT ["/device-virtual"] 17:39:15 ---> Running in d852003c9ae5 [Pipeline] withDockerContainer 17:39:15 Removing intermediate container d852003c9ae5 17:39:15 ---> 8371f17b5324 17:39:15 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:39:15 ---> Running in 35eb6c1a7c94 17:39:15 prd-ubuntu18.04-docker-arm64-4c-16g-4131 does not seem to be running inside a container 17:39:15 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-virtual-go/4 -v /w/workspace/device-virtual-go/4:/w/workspace/device-virtual-go/4:rw,z -v /w/workspace/device-virtual-go/4@tmp:/w/workspace/device-virtual-go/4@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** ci-base-image-arm64 cat 17:39:16 Removing intermediate container 35eb6c1a7c94 17:39:16 ---> dead8cd7d1a2 17:39:16 Step 23/25 : LABEL arch=amd64 17:39:16 ---> Running in a58291ff9ac8 17:39:16 Removing intermediate container a58291ff9ac8 17:39:16 ---> 40bc6b0a6fe1 17:39:16 Step 24/25 : LABEL git_sha=c04e4a688faf959e97f5f207619e9c458df08276 17:39:16 ---> Running in 240b04674cda 17:39:16 Removing intermediate container 240b04674cda 17:39:16 ---> 831c8d81cd03 17:39:16 Step 25/25 : LABEL version=0.0.0 17:39:16 ---> Running in 4da3952bb106 17:39:16 Removing intermediate container 4da3952bb106 17:39:16 ---> a969be20d6d2 17:39:16 [Warning] One or more build-args [ARCH] were not consumed 17:39:16 Successfully built a969be20d6d2 17:39:16 Successfully tagged docker-device-virtual-go:latest 17:39:17 $ docker top 16ea470a5142233bf7258260b1dcb089c60cd452927e82483a2942706b935aa2 -eo pid,comm [Pipeline] { [Pipeline] } [Pipeline] sh [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 17:39:18 ---> job-cost.sh 17:39:18 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-c9PC 17:39:18 + go mod tidy [Pipeline] sh 17:39:19 + make test 17:39:19 CGO_ENABLED=1 GO111MODULE=on go test ./... -coverprofile=coverage.out 17:39:20 ? github.com/edgexfoundry/device-virtual-go [no test files] 17:39:33 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:40:05 lf-activate-venv(): INFO: Adding /tmp/venv-c9PC/bin to PATH 17:40:05 INFO: No Stack... 17:40:05 INFO: Retrieving Pricing Info for: v1-standard-2 17:40:05 INFO: Archiving Costs [Pipeline] sh 17:40:05 + cat /w/workspace/device-virtual-go/4/archives/cost.csv 17:40:05 + cut -d, -f6 [Pipeline] lock 17:40:05 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-199-4-stack-cost] 17:40:05 Resource [jenkins-edgexfoundry-device-virtual-go-PR-199-4-stack-cost] did not exist. Created. 17:40:05 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-199-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:40:06 + echo total: 0.029999999329447746 [Pipeline] stash 17:40:06 Stashed 1 file(s) [Pipeline] } 17:40:06 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-199-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:40:28 ? github.com/edgexfoundry/device-virtual-go/cmd [no test files] 17:40:28 ok github.com/edgexfoundry/device-virtual-go/internal/driver 1.702s coverage: 63.8% of statements 17:40:28 CGO_ENABLED=1 GO111MODULE=on go vet ./... 17:40:55 gofmt -l . 17:40:55 [ "`gofmt -l .`" = "" ] 17:40:55 ./bin/test-attribution-txt.sh 17:40:55 ./bin/test-go-mod-tidy.sh [Pipeline] } 17:40:55 $ docker stop --time=1 16ea470a5142233bf7258260b1dcb089c60cd452927e82483a2942706b935aa2 17:40:57 $ docker rm -f 16ea470a5142233bf7258260b1dcb089c60cd452927e82483a2942706b935aa2 [Pipeline] // withDockerContainer [Pipeline] sh 17:40:58 + sudo chown -R jenkins:jenkins . [Pipeline] stash 17:40:58 Warning: overwriting stash ‘coverage-report’ 17:40:59 Stashed 1 file(s) [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) [Pipeline] script [Pipeline] { [Pipeline] sh 17:40:59 + sudo chown -R jenkins:jenkins . [Pipeline] sh 17:41:00 + ls -al . 17:41:00 total 156 17:41:00 drwxrwxr-x 7 jenkins jenkins 4096 May 10 17:40 . 17:41:00 drwxrwxr-x 4 jenkins jenkins 4096 May 10 17:37 .. 17:41:00 drwxrwxr-x 8 jenkins jenkins 4096 May 10 17:37 .git 17:41:00 drwxrwxr-x 2 jenkins jenkins 4096 May 10 17:37 .github 17:41:00 -rw-rw-r-- 1 jenkins jenkins 277 May 10 17:37 .gitignore 17:41:00 -rw-rw-r-- 1 jenkins jenkins 8153 May 10 17:37 Attribution.txt 17:41:00 -rw-rw-r-- 1 jenkins jenkins 1905 May 10 17:37 Dockerfile 17:41:00 -rw-rw-r-- 1 jenkins jenkins 998 May 10 17:37 Dockerfile.build 17:41:00 -rw-rw-r-- 1 jenkins jenkins 660 May 10 17:37 Jenkinsfile 17:41:00 -rw-rw-r-- 1 jenkins jenkins 11340 May 10 17:37 LICENSE 17:41:00 -rw-rw-r-- 1 jenkins jenkins 901 May 10 17:37 Makefile 17:41:00 -rw-rw-r-- 1 jenkins jenkins 2745 May 10 17:37 README.md 17:41:00 -rw-rw-r-- 1 jenkins jenkins 5 May 10 17:35 VERSION 17:41:00 drwxrwxr-x 2 jenkins jenkins 4096 May 10 17:37 bin 17:41:00 drwxrwxr-x 3 jenkins jenkins 4096 May 10 17:37 cmd 17:41:00 -rw-r--r-- 1 jenkins jenkins 47247 May 10 17:40 coverage.out 17:41:00 -rw-r--r-- 1 jenkins jenkins 809 May 10 17:40 go.mod 17:41:00 -rw-r--r-- 1 jenkins jenkins 23532 May 10 17:39 go.sum 17:41:00 drwxrwxr-x 3 jenkins jenkins 4096 May 10 17:37 internal 17:41:00 -rw-rw-r-- 1 jenkins jenkins 235 May 10 17:37 version.go [Pipeline] isUnix [Pipeline] sh 17:41:00 + docker build -t docker-device-virtual-go-arm64 -f Dockerfile --build-arg BASE=ci-base-image-arm64 --build-arg MAKE=make build --build-arg ARCH=arm64 --label git_sha=c04e4a688faf959e97f5f207619e9c458df08276 --label arch=arm64 --label version=0.0.0 . 17:41:01 Sending build context to Docker daemon 9.265MB 17:41:01 Step 1/25 : ARG BASE=golang:1.15-alpine3.12 17:41:01 Step 2/25 : FROM ${BASE} AS builder 17:41:01 ---> 5bdfd8e567ef 17:41:01 Step 3/25 : ARG ALPINE_PKG_BASE="make git openssh-client gcc libc-dev zeromq-dev libsodium-dev" 17:41:01 ---> Running in a07b885e96e7 17:41:02 Removing intermediate container a07b885e96e7 17:41:02 ---> 754ddf52abb3 17:41:02 Step 4/25 : ARG ALPINE_PKG_EXTRA="" 17:41:02 ---> Running in 83001331ccb4 17:41:02 Removing intermediate container 83001331ccb4 17:41:02 ---> ba6eae47030e 17:41:02 Step 5/25 : WORKDIR /device-virtual-go 17:41:02 ---> Running in be03638426b4 17:41:03 Removing intermediate container be03638426b4 17:41:03 ---> 06987b19420f 17:41:03 Step 6/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:41:03 ---> Running in 6294ba363edb 17:41:05 Removing intermediate container 6294ba363edb 17:41:05 ---> 1e8ced591016 17:41:05 Step 7/25 : RUN apk add --update --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:41:05 ---> Running in 581a35359254 17:41:06 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:41:10 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:41:16 OK: 145 MiB in 53 packages 17:41:17 Removing intermediate container 581a35359254 17:41:17 ---> fa16d4a528d2 17:41:17 Step 8/25 : COPY . . 17:41:19 ---> c2c56962a7af 17:41:19 Step 9/25 : RUN go mod download 17:41:19 ---> Running in f84d9b135d1b 17:41:21 Removing intermediate container f84d9b135d1b 17:41:21 ---> d4a2225f6fdd 17:41:21 Step 10/25 : ARG MAKE='make build' 17:41:21 ---> Running in 5a9126e9622f 17:41:22 Removing intermediate container 5a9126e9622f 17:41:22 ---> fc9b9a2ab9d5 17:41:22 Step 11/25 : RUN $MAKE 17:41:22 ---> Running in a88254547c5f 17:41:23 CGO_ENABLED=1 GO111MODULE=on go build -ldflags "-X github.com/edgexfoundry/device-virtual-go.Version=0.0.0" -o cmd/device-virtual ./cmd 17:42:10 CGO_ENABLED=1 GO111MODULE=on go build ./... 17:42:18 Removing intermediate container a88254547c5f 17:42:18 ---> fc1f8e080b6b 17:42:18 Step 12/25 : FROM alpine:3.12 17:42:19 3.12: Pulling from library/alpine 17:42:19 d2f70382dc9a: Pulling fs layer 17:42:19 d2f70382dc9a: Verifying Checksum 17:42:19 d2f70382dc9a: Download complete 17:42:20 d2f70382dc9a: Pull complete 17:42:20 Digest: sha256:36553b10a4947067b9fbb7d532951066293a68eae893beba1d9235f7d11a20ad 17:42:20 Status: Downloaded newer image for alpine:3.12 17:42:20 ---> 9852663dfa18 17:42:20 Step 13/25 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2019-2021: IOTech' 17:42:20 ---> Running in 72ec8a8b3a7c 17:42:21 Removing intermediate container 72ec8a8b3a7c 17:42:21 ---> b4e2c6fb3a65 17:42:21 Step 14/25 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:42:21 ---> Running in 2807472bf6d1 17:42:23 Removing intermediate container 2807472bf6d1 17:42:23 ---> 987559ae9c34 17:42:23 Step 15/25 : RUN apk add --update --no-cache zeromq dumb-init 17:42:23 ---> Running in f7e1cb21a00d 17:42:24 fetch http://nl.alpinelinux.org/alpine/v3.12/main/aarch64/APKINDEX.tar.gz 17:42:25 fetch http://nl.alpinelinux.org/alpine/v3.12/community/aarch64/APKINDEX.tar.gz 17:42:26 (1/6) Installing dumb-init (1.2.2-r1) 17:42:26 (2/6) Installing libgcc (9.3.0-r2) 17:42:26 (3/6) Installing libsodium (1.0.18-r0) 17:42:27 (4/6) Installing libstdc++ (9.3.0-r2) 17:42:27 (5/6) Installing libzmq (4.3.3-r0) 17:42:27 (6/6) Installing zeromq (4.3.3-r0) 17:42:27 Executing busybox-1.31.1-r20.trigger 17:42:27 OK: 8 MiB in 20 packages 17:42:29 Removing intermediate container f7e1cb21a00d 17:42:29 ---> b5c63f426278 17:42:29 Step 16/25 : WORKDIR / 17:42:29 ---> Running in e61b0b3cbe6d 17:42:29 Removing intermediate container e61b0b3cbe6d 17:42:29 ---> 7d2ee4a7509f 17:42:29 Step 17/25 : COPY --from=builder /device-virtual-go/Attribution.txt / 17:42:30 ---> 260b645774ad 17:42:30 Step 18/25 : COPY --from=builder /device-virtual-go/LICENSE / 17:42:31 ---> f80df30e0533 17:42:31 Step 19/25 : COPY --from=builder /device-virtual-go/cmd / 17:42:32 ---> 2eb0e149104e 17:42:32 Step 20/25 : EXPOSE 49990 17:42:32 ---> Running in 2b500e77b267 17:42:32 Removing intermediate container 2b500e77b267 17:42:32 ---> b9aa7413cbf5 17:42:32 Step 21/25 : ENTRYPOINT ["/device-virtual"] 17:42:32 ---> Running in b8da5205b470 17:42:33 Removing intermediate container b8da5205b470 17:42:33 ---> e31d47ee463a 17:42:33 Step 22/25 : CMD ["--cp=consul.http://edgex-core-consul:8500", "--registry", "--confdir=/res"] 17:42:33 ---> Running in e1827c65df87 17:42:34 Removing intermediate container e1827c65df87 17:42:34 ---> 234cab5fdf20 17:42:34 Step 23/25 : LABEL arch=arm64 17:42:34 ---> Running in de8e49208c66 17:42:34 Removing intermediate container de8e49208c66 17:42:34 ---> 285ec3d5c1ea 17:42:34 Step 24/25 : LABEL git_sha=c04e4a688faf959e97f5f207619e9c458df08276 17:42:34 ---> Running in 877e7d55b4de 17:42:35 Removing intermediate container 877e7d55b4de 17:42:35 ---> 0aaf63578380 17:42:35 Step 25/25 : LABEL version=0.0.0 17:42:35 ---> Running in 7e922a01049f 17:42:35 Removing intermediate container 7e922a01049f 17:42:35 ---> 7f0d93e263b6 17:42:35 [Warning] One or more build-args [ARCH] were not consumed 17:42:35 Successfully built 7f0d93e263b6 17:42:35 Successfully tagged docker-device-virtual-go-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 17:42:36 ---> job-cost.sh 17:42:36 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-c4tK 17:43:15 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:44:37 lf-activate-venv(): INFO: Adding /tmp/venv-c4tK/bin to PATH 17:44:37 INFO: No Stack... 17:44:38 INFO: Retrieving Pricing Info for: lf-standard-4 17:44:38 INFO: Archiving Costs [Pipeline] sh 17:44:39 + + cat /w/workspace/device-virtual-go/4/archives/cost.csv 17:44:39 cut -d, -f6 [Pipeline] lock 17:44:39 Trying to acquire lock on [jenkins-edgexfoundry-device-virtual-go-PR-199-4-stack-cost] 17:44:39 Resource [jenkins-edgexfoundry-device-virtual-go-PR-199-4-stack-cost] did not exist. Created. 17:44:39 Lock acquired on [jenkins-edgexfoundry-device-virtual-go-PR-199-4-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:44:39 /w/workspace/device-virtual-go/4@tmp/durable-64987bdd/script.sh: 1: /w/workspace/device-virtual-go/4@tmp/durable-64987bdd/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:44:39 + echo total: 0.20999999344348907 [Pipeline] stash 17:44:39 Warning: overwriting stash ‘stack-cost’ 17:44:40 Stashed 1 file(s) [Pipeline] } 17:44:40 Lock released on resource [jenkins-edgexfoundry-device-virtual-go-PR-199-4-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) [Pipeline] unstash [Pipeline] wrap 17:44:40 provisioning config files... 17:44:40 copy managed file [device-virtual-go-codecov-token] to file:/w/workspace/foundry_device-virtual-go_PR-199@tmp/config9006833405112561535tmp [Pipeline] { [Pipeline] sh 17:44:40 + set +x 17:44:40 + curl -s https://codecov.io/bash 17:44:40 + bash -s -- 17:44:41 17:44:41 _____ _ 17:44:41 / ____| | | 17:44:41 | | ___ __| | ___ ___ _____ __ 17:44:41 | | / _ \ / _` |/ _ \/ __/ _ \ \ / / 17:44:41 | |___| (_) | (_| | __/ (_| (_) \ V / 17:44:41 \_____\___/ \__,_|\___|\___\___/ \_/ 17:44:41 Bash-1.0.2 17:44:41 17:44:41 17:44:41 ==> git version 2.24.3 found 17:44:41 ==> 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 17:44:41 Protocols: dict file ftp ftps gopher http https imap imaps ldap ldaps pop3 pop3s rtsp scp sftp smtp smtps telnet tftp 17:44:41 Features: AsynchDNS GSS-Negotiate IDN IPv6 Largefile NTLM NTLM_WB SSL libz unix-sockets 17:44:41 ==> Jenkins CI detected. 17:44:41 project root: . 17:44:41 --> token set from env 17:44:41 Yaml not found, that's ok! Learn more at http://docs.codecov.io/docs/codecov-yaml 17:44:41 ==> Running gcov in . (disable via -X gcov) 17:44:41 ==> Python coveragepy not found 17:44:41 ==> Searching for coverage reports in: 17:44:41 + . 17:44:41 -> Found 1 reports 17:44:41 ==> Detecting git/mercurial file structure 17:44:41 ==> Reading reports 17:44:41 + ./coverage.out bytes=47247 17:44:41 ==> Appending adjustments 17:44:41 https://docs.codecov.io/docs/fixing-reports 17:44:41 + Found adjustments 17:44:41 ==> Gzipping contents 17:44:41 8.0K /tmp/codecov.PKuXH4.gz 17:44:41 ==> Uploading reports 17:44:41 url: https://codecov.io 17:44:41 query: branch=PR-199&commit=c04e4a688faf959e97f5f207619e9c458df08276&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-199%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=199&job=&cmd_args= 17:44:41 -> Pinging Codecov 17:44:41 https://codecov.io/upload/v4?package=bash-1.0.2&token=secret&branch=PR-199&commit=c04e4a688faf959e97f5f207619e9c458df08276&build=4&build_url=https%3A%2F%2Fjenkins.edgexfoundry.org%2Fjob%2Fedgexfoundry%2Fjob%2Fdevice-virtual-go%2Fjob%2FPR-199%2F4%2F&name=&tag=&slug=edgexfoundry%2Fdevice-virtual-go&service=jenkins&flags=&pr=199&job=&cmd_args= 17:44:42 -> Uploading to 17:44:42 https://storage.googleapis.com/codecov/v4/raw/2021-05-10/5E52B4B073DB2E39498172D8E973AA87/c04e4a688faf959e97f5f207619e9c458df08276/829b4c57-ba2a-46d5-8b1d-fe6ea5cffe79.txt?X-Amz-Algorithm=AWS4-HMAC-SHA256&X-Amz-Credential=GOOG1EQM3VGPYSAFECJRMNAFIPCV2R3P2BOORCJC7NM537NPJQSFLHUDNIDWA%2F20210510%2FUS%2Fs3%2Faws4_request&X-Amz-Date=20210510T174441Z&X-Amz-Expires=10&X-Amz-SignedHeaders=host&X-Amz-Signature=368a585de97b8c1bbeed82e7bbf1a9c010b8b7b6c2faaf1653fb8e3c5a75f567 17:44:42 % Total % Received % Xferd Average Speed Time Time Time Current 17:44:42 Dload Upload Total Spent Left Speed 17:44:42 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 5747 0 0 100 5747 0 14048 --:--:-- --:--:-- --:--:-- 14085 17:44:42 -> Reports have been successfully queued for processing at https://codecov.io/github/edgexfoundry/device-virtual-go/commit/c04e4a688faf959e97f5f207619e9c458df08276 [Pipeline] } 17:44:42 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 17:44:43 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:44:44 ---> package-listing.sh 17:44:44 ++ facter osfamily 17:44:44 ++ tr '[:upper:]' '[:lower:]' 17:44:44 + OS_FAMILY=redhat 17:44:44 + workspace=/w/workspace/foundry_device-virtual-go_PR-199 17:44:44 + START_PACKAGES=/tmp/packages_start.txt 17:44:44 + END_PACKAGES=/tmp/packages_end.txt 17:44:44 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:44:44 + PACKAGES=/tmp/packages_start.txt 17:44:44 + '[' /w/workspace/foundry_device-virtual-go_PR-199 ']' 17:44:44 + PACKAGES=/tmp/packages_end.txt 17:44:44 + case "${OS_FAMILY}" in 17:44:44 + rpm -qa 17:44:44 + sort 17:44:48 + '[' -f /tmp/packages_start.txt ']' 17:44:48 + '[' -f /tmp/packages_end.txt ']' 17:44:48 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:44:48 + '[' /w/workspace/foundry_device-virtual-go_PR-199 ']' 17:44:48 + mkdir -p /w/workspace/foundry_device-virtual-go_PR-199/archives/ 17:44:48 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/foundry_device-virtual-go_PR-199/archives/ [Pipeline] echo 17:44:48 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/foundry_device-virtual-go_PR-199/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:44:48 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:44:49 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:44:49 17:44:49 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:44:49 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:44:49 alpine: Pulling from edgex-lftools-log-publisher 17:44:49 df20fa9351a1: Pulling fs layer 17:44:49 36b3adc4ff6f: Pulling fs layer 17:44:49 8ad3a11d3b57: Pulling fs layer 17:44:49 46f8f816bc3b: Pulling fs layer 17:44:49 93b61091891f: Pulling fs layer 17:44:49 93b9cdb0e59b: Pulling fs layer 17:44:49 5e14af77c1be: Pulling fs layer 17:44:49 01666e4c0597: Pulling fs layer 17:44:49 aa168da1d23b: Pulling fs layer 17:44:49 93b9cdb0e59b: Waiting 17:44:49 5e14af77c1be: Waiting 17:44:49 46f8f816bc3b: Waiting 17:44:49 01666e4c0597: Waiting 17:44:49 93b61091891f: Waiting 17:44:49 aa168da1d23b: Waiting 17:44:49 36b3adc4ff6f: Verifying Checksum 17:44:49 36b3adc4ff6f: Download complete 17:44:49 df20fa9351a1: Verifying Checksum 17:44:49 df20fa9351a1: Download complete 17:44:49 46f8f816bc3b: Verifying Checksum 17:44:49 46f8f816bc3b: Download complete 17:44:49 93b9cdb0e59b: Verifying Checksum 17:44:49 93b9cdb0e59b: Download complete 17:44:49 5e14af77c1be: Download complete 17:44:49 01666e4c0597: Verifying Checksum 17:44:49 01666e4c0597: Download complete 17:44:50 df20fa9351a1: Pull complete 17:44:50 93b61091891f: Verifying Checksum 17:44:50 93b61091891f: Download complete 17:44:50 36b3adc4ff6f: Pull complete 17:44:50 8ad3a11d3b57: Verifying Checksum 17:44:50 8ad3a11d3b57: Download complete 17:44:51 8ad3a11d3b57: Pull complete 17:44:51 46f8f816bc3b: Pull complete 17:44:51 93b61091891f: Pull complete 17:44:51 93b9cdb0e59b: Pull complete 17:44:51 5e14af77c1be: Pull complete 17:44:51 01666e4c0597: Pull complete 17:44:53 aa168da1d23b: Verifying Checksum 17:44:53 aa168da1d23b: Download complete 17:45:00 aa168da1d23b: Pull complete 17:45:00 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:45:00 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:45:00 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:45:00 prd-centos7-docker-4c-2g-4123 does not seem to be running inside a container 17:45:00 $ 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/foundry_device-virtual-go_PR-199/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/foundry_device-virtual-go_PR-199 -v /w/workspace/foundry_device-virtual-go_PR-199:/w/workspace/foundry_device-virtual-go_PR-199:rw,z -v /w/workspace/foundry_device-virtual-go_PR-199@tmp:/w/workspace/foundry_device-virtual-go_PR-199@tmp:rw,z -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** -e ******** nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine cat 17:45:04 $ docker top b6508f607e583dacba4d6aaad5f468e1d2e273b1589e1df730ce8fad394fd212 -eo pid,comm [Pipeline] { [Pipeline] sh 17:45:05 + touch /tmp/pre-build-complete [Pipeline] sh 17:45:05 + mkdir -p /var/log/sa [Pipeline] sh 17:45:05 + ls /var/log/sa-host 17:45:05 + sadf -c /var/log/sa-host/sa10 17:45:05 file_magic: OK 17:45:05 HZ: Using current value: 100 17:45:05 file_header: OK 17:45:05 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 17:45:05 Statistics: 17:45:05 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:45:05 File successfully converted to sysstat format version 12.2.1 17:45:05 + sadf -c /var/log/sa-host/sa23 17:45:05 file_magic: OK 17:45:05 HZ: Using current value: 100 17:45:05 file_header: OK 17:45:05 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 17:45:05 Statistics: 17:45:05 Hnuu...uuuununununu... 17:45:05 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:45:06 provisioning config files... 17:45:06 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/foundry_device-virtual-go_PR-199@tmp/config5514719577625825978tmp [Pipeline] { [Pipeline] echo 17:45:06 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:45:06 ---> create-netrc.sh [Pipeline] } 17:45:06 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] echo 17:45:06 Running shell/python-tools-install.sh [Pipeline] libraryResource [Pipeline] sh 17:45:06 ---> python-tools-install.sh [Pipeline] echo 17:45:06 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:45:07 ---> sudo-logs.sh 17:45:07 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:45:07 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:45:07 ---> job-cost.sh 17:45:07 lf-activate-venv: SKIPPING 17:45:07 DEBUG: total: 0.20999999344348907 17:45:07 INFO: Retrieving Stack Cost... 17:45:08 INFO: Retrieving Pricing Info for: v1-standard-2 17:45:09 INFO: Archiving Costs [Pipeline] echo 17:45:09 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:45:09 ---> logs-deploy.sh 17:45:09 lf-activate-venv: SKIPPING 17:45:09 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-virtual-go/PR-199/4 17:45:09 INFO: archiving workspace using pattern(s): 17:45:11 Archives upload complete. 17:45:11 INFO: archiving logs to Nexus 17:45:12 ---> uname -a: 17:45:12 Linux prd-centos7-docker-4c-2g-4123.vexxhost.local 3.10.0-1160.6.1.el7.x86_64 #1 SMP Tue Nov 17 13:59:11 UTC 2020 x86_64 Linux 17:45:12 17:45:12 17:45:12 ---> lscpu: 17:45:12 Architecture: x86_64 17:45:12 CPU op-mode(s): 32-bit, 64-bit 17:45:12 Byte Order: Little Endian 17:45:12 Address sizes: 40 bits physical, 48 bits virtual 17:45:12 CPU(s): 4 17:45:12 On-line CPU(s) list: 0-3 17:45:12 Thread(s) per core: 1 17:45:12 Core(s) per socket: 1 17:45:12 Socket(s): 4 17:45:12 NUMA node(s): 1 17:45:12 Vendor ID: GenuineIntel 17:45:12 CPU family: 6 17:45:12 Model: 44 17:45:12 Model name: Westmere E56xx/L56xx/X56xx (IBRS update) 17:45:12 Stepping: 1 17:45:12 CPU MHz: 2933.438 17:45:12 BogoMIPS: 5866.87 17:45:12 Virtualization: VT-x 17:45:12 Hypervisor vendor: KVM 17:45:12 Virtualization type: full 17:45:12 L1d cache: 128 KiB 17:45:12 L1i cache: 128 KiB 17:45:12 L2 cache: 16 MiB 17:45:12 L3 cache: 64 MiB 17:45:12 NUMA node0 CPU(s): 0-3 17:45:12 Vulnerability Itlb multihit: KVM: Mitigation: Split huge pages 17:45:12 Vulnerability L1tf: Mitigation; PTE Inversion; VMX conditional cache flushes, SMT disabled 17:45:12 Vulnerability Mds: Vulnerable: Clear CPU buffers attempted, no microcode; SMT Host state unknown 17:45:12 Vulnerability Meltdown: Mitigation; PTI 17:45:12 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:45:12 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:45:12 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:45:12 Vulnerability Srbds: Not affected 17:45:12 Vulnerability Tsx async abort: Not affected 17:45:12 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 17:45:12 17:45:12 17:45:12 ---> nproc: 17:45:12 4 17:45:12 17:45:12 17:45:12 ---> df -h: 17:45:12 Filesystem Size Used Available Use% Mounted on 17:45:12 overlay 50.0G 7.3G 42.7G 15% / 17:45:12 tmpfs 64.0M 0 64.0M 0% /dev 17:45:12 tmpfs 918.7M 0 918.7M 0% /sys/fs/cgroup 17:45:12 shm 64.0M 0 64.0M 0% /dev/shm 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /facter-os 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/resolv.conf 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hostname 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /etc/hosts 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-199@tmp 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/sa-host 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/secure 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /var/log/auth.log 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /run/cloud-init/result.json 17:45:12 /dev/vda1 50.0G 7.3G 42.7G 15% /w/workspace/foundry_device-virtual-go_PR-199 17:45:12 17:45:12 17:45:12 ---> free -m: 17:45:12 total used free shared buff/cache available 17:45:12 Mem: 1837 707 103 0 1026 1024 17:45:12 Swap: 1023 0 1023 17:45:12 17:45:12 17:45:12 ---> ip addr: 17:45:12 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:45:12 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:45:12 inet 127.0.0.1/8 scope host lo 17:45:12 valid_lft forever preferred_lft forever 17:45:12 inet6 ::1/128 scope host 17:45:12 valid_lft forever preferred_lft forever 17:45:12 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:45:12 link/ether fa:16:3e:3e:e7:e7 brd ff:ff:ff:ff:ff:ff 17:45:12 inet 10.30.122.244/23 brd 10.30.123.255 scope global dynamic eth0 17:45:12 valid_lft 85747sec preferred_lft 85747sec 17:45:12 inet6 fe80::f816:3eff:fe3e:e7e7/64 scope link 17:45:12 valid_lft forever preferred_lft forever 17:45:12 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:45:12 link/ether 02:42:69:27:9c:7f brd ff:ff:ff:ff:ff:ff 17:45:12 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:45:12 valid_lft forever preferred_lft forever 17:45:12 inet6 fe80::42:69ff:fe27:9c7f/64 scope link 17:45:12 valid_lft forever preferred_lft forever 17:45:12 17:45:12 17:45:12 ---> sar -b -r -n DEV: 17:45:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 17:45:12 17:45:12 17:34:06 LINUX RESTART (4 CPU) 17:45:12 17:45:12 17:35:02 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:45:12 17:36:01 23.24 4.55 18.69 0.00 1128.77 3133.38 0.00 17:45:12 17:37:01 0.65 0.00 0.65 0.00 0.00 17.05 0.00 17:45:12 17:38:01 0.30 0.00 0.30 0.00 0.00 4.16 0.00 17:45:12 17:39:01 0.23 0.00 0.23 0.00 0.00 2.96 0.00 17:45:12 17:40:01 0.25 0.00 0.25 0.00 0.00 3.11 0.00 17:45:12 17:41:01 0.32 0.00 0.32 0.00 0.00 4.33 0.00 17:45:12 17:42:01 0.30 0.00 0.30 0.00 0.00 3.65 0.00 17:45:12 17:43:01 0.22 0.00 0.22 0.00 0.00 2.43 0.00 17:45:12 17:44:01 0.22 0.00 0.22 0.00 0.00 2.03 0.00 17:45:12 17:45:02 109.15 63.78 45.37 0.00 5995.48 16217.52 0.00 17:45:12 Average: 13.50 6.85 6.64 0.00 713.21 1941.08 0.00 17:45:12 17:45:12 17:35:02 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:45:12 17:36:01 183460 0 595832 31.67 2620 1099632 1105556 37.73 406948 1093360 24 17:45:12 17:37:01 185088 0 594192 31.58 2620 1099644 1089072 37.17 406264 1092248 28 17:45:12 17:38:01 183228 0 596048 31.68 2620 1099648 1089212 37.17 409432 1091068 16 17:45:12 17:39:01 185592 0 593684 31.55 2620 1099648 1071700 36.58 418720 1079692 12 17:45:12 17:40:01 183148 0 596120 31.68 2620 1099656 1071784 36.58 424000 1076948 16 17:45:12 17:41:01 183424 0 595840 31.67 2620 1099660 1071700 36.58 434600 1066044 20 17:45:12 17:42:01 183788 0 595472 31.65 2620 1099664 1071700 36.58 434468 1066180 16 17:45:12 17:43:01 183164 0 596092 31.68 2620 1099668 1071808 36.58 434912 1066180 16 17:45:12 17:44:01 183696 0 595552 31.65 2620 1099676 1071700 36.58 434496 1066184 16 17:45:12 17:45:02 170784 0 702700 37.35 2620 1005440 1276420 43.56 451064 1000196 45684 17:45:12 Average: 182537 0 606153 32.22 2620 1090234 1099065 37.51 425490 1069810 4585 17:45:12 17:45:12 17:35:02 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:45:12 17:36:01 eth0 32.62 21.21 33.44 9.52 0.00 0.00 0.00 0.00 17:45:12 17:36:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:36:01 docker0 1.93 1.25 0.44 4.46 0.00 0.00 0.00 0.00 17:45:12 17:37:01 eth0 3.45 0.73 0.99 0.62 0.00 0.00 0.00 0.00 17:45:12 17:37:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:37:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:38:01 eth0 1.08 0.57 0.65 0.40 0.00 0.00 0.00 0.00 17:45:12 17:38:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:38:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:39:01 eth0 0.12 0.05 0.01 0.00 0.00 0.00 0.00 0.00 17:45:12 17:39:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:39:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:40:01 eth0 0.32 0.18 0.14 0.07 0.00 0.00 0.00 0.00 17:45:12 17:40:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:40:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:41:01 eth0 0.15 0.07 0.01 0.01 0.00 0.00 0.00 0.00 17:45:12 17:41:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:41:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:42:01 eth0 0.75 0.08 0.06 0.01 0.00 0.00 0.00 0.00 17:45:12 17:42:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:42:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:43:01 eth0 0.72 0.38 0.28 0.21 0.00 0.00 0.00 0.00 17:45:12 17:43:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:43:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:44:01 eth0 0.13 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:45:12 17:44:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:44:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:45:02 eth0 163.65 145.98 2166.66 49.95 0.00 0.00 0.00 0.00 17:45:12 17:45:02 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 17:45:02 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 Average: eth0 20.32 16.96 221.07 6.09 0.00 0.00 0.00 0.00 17:45:12 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:45:12 Average: docker0 0.19 0.12 0.04 0.44 0.00 0.00 0.00 0.00 17:45:12 17:45:12 17:45:12 ---> sar -P ALL: 17:45:12 Linux 3.10.0-1160.6.1.el7.x86_64 (centos-7-docker-5fbc1798-0377-b841-54c3-72bc41eda64a.vexxhost.lo) 05/10/21 _x86_64_ (4 CPU) 17:45:12 17:45:12 17:34:06 LINUX RESTART (4 CPU) 17:45:12 17:45:12 17:35:02 CPU %user %nice %system %iowait %steal %idle 17:45:12 17:36:01 all 1.52 0.00 1.20 0.51 0.11 96.67 17:45:12 17:36:01 0 1.59 0.00 1.21 1.18 0.09 95.94 17:45:12 17:36:01 1 1.50 0.00 1.24 0.48 0.09 96.70 17:45:12 17:36:01 2 1.53 0.00 1.14 0.26 0.15 96.92 17:45:12 17:36:01 3 1.46 0.00 1.21 0.12 0.10 97.10 17:45:12 17:37:01 all 0.19 0.00 0.05 0.00 0.05 99.71 17:45:12 17:37:01 0 0.53 0.00 0.07 0.00 0.05 99.35 17:45:12 17:37:01 1 0.07 0.00 0.05 0.00 0.08 99.80 17:45:12 17:37:01 2 0.10 0.00 0.05 0.00 0.02 99.83 17:45:12 17:37:01 3 0.05 0.00 0.05 0.00 0.05 99.85 17:45:12 17:38:01 all 0.19 0.00 0.09 0.00 0.10 99.63 17:45:12 17:38:01 0 0.27 0.00 0.05 0.00 0.02 99.67 17:45:12 17:38:01 1 0.07 0.00 0.10 0.00 0.13 99.70 17:45:12 17:38:01 2 0.05 0.00 0.08 0.00 0.13 99.73 17:45:12 17:38:01 3 0.37 0.00 0.12 0.00 0.10 99.42 17:45:12 17:39:01 all 0.15 0.00 0.06 0.00 0.01 99.79 17:45:12 17:39:01 0 0.05 0.00 0.08 0.00 0.02 99.85 17:45:12 17:39:01 1 0.33 0.00 0.03 0.00 0.02 99.62 17:45:12 17:39:01 2 0.03 0.00 0.05 0.00 0.00 99.92 17:45:12 17:39:01 3 0.17 0.00 0.07 0.00 0.00 99.77 17:45:12 17:40:01 all 0.18 0.00 0.05 0.00 0.01 99.76 17:45:12 17:40:01 0 0.08 0.00 0.07 0.00 0.02 99.83 17:45:12 17:40:01 1 0.20 0.00 0.02 0.00 0.00 99.78 17:45:12 17:40:01 2 0.40 0.00 0.03 0.00 0.02 99.55 17:45:12 17:40:01 3 0.03 0.00 0.07 0.00 0.02 99.88 17:45:12 17:41:01 all 0.09 0.00 0.10 0.00 0.00 99.80 17:45:12 17:41:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:45:12 17:41:01 1 0.02 0.00 0.02 0.00 0.00 99.97 17:45:12 17:41:01 2 0.30 0.00 0.13 0.00 0.00 99.57 17:45:12 17:41:01 3 0.02 0.00 0.23 0.00 0.00 99.75 17:45:12 17:42:01 all 0.04 0.00 0.04 0.00 0.00 99.92 17:45:12 17:42:01 0 0.02 0.00 0.03 0.00 0.00 99.95 17:45:12 17:42:01 1 0.08 0.00 0.07 0.00 0.00 99.85 17:45:12 17:42:01 2 0.03 0.00 0.03 0.00 0.00 99.93 17:45:12 17:42:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:45:12 17:43:01 all 0.10 0.00 0.05 0.00 0.01 99.85 17:45:12 17:43:01 0 0.03 0.00 0.03 0.00 0.02 99.92 17:45:12 17:43:01 1 0.10 0.00 0.08 0.00 0.02 99.80 17:45:12 17:43:01 2 0.23 0.00 0.03 0.00 0.00 99.73 17:45:12 17:43:01 3 0.02 0.00 0.03 0.00 0.00 99.95 17:45:12 17:44:01 all 0.16 0.00 0.03 0.00 0.00 99.81 17:45:12 17:44:01 0 0.03 0.00 0.03 0.00 0.00 99.93 17:45:12 17:44:01 1 0.07 0.00 0.05 0.00 0.00 99.88 17:45:12 17:44:01 2 0.52 0.00 0.02 0.00 0.00 99.47 17:45:12 17:44:01 3 0.03 0.00 0.02 0.00 0.00 99.95 17:45:12 17:45:02 all 5.87 0.00 4.02 1.34 0.06 88.72 17:45:12 17:45:02 0 5.98 0.00 4.24 1.18 0.05 88.54 17:45:12 17:45:02 1 4.96 0.00 4.10 0.69 0.05 90.19 17:45:12 17:45:02 2 5.72 0.00 3.87 0.34 0.07 90.01 17:45:12 17:45:02 3 6.81 0.00 3.86 3.13 0.07 86.13 17:45:12 Average: all 0.84 0.00 0.56 0.18 0.03 98.38 17:45:12 Average: 0 0.85 0.00 0.58 0.23 0.03 98.31 17:45:12 Average: 1 0.73 0.00 0.57 0.12 0.04 98.54 17:45:12 Average: 2 0.89 0.00 0.54 0.06 0.04 98.48 17:45:12 Average: 3 0.89 0.00 0.56 0.32 0.03 98.19 17:45:12 17:45:12 17:45:12