Branch indexing Connecting to https://api.github.com using edgex-jenkins/****** (edgex-jenkins github personal access token) Obtained Jenkinsfile from 37381ec3f65a6d1c524847dd5b265be5d59be2fc+8772bf5ecf140d7d98adf4840c23e305e8e551a6 (fb2d9d855554c98801d03b17f40fa727e558e13d) 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh221003044086349172.key > git ls-remote -h -t -- git@github.com:edgexfoundry/edgex-global-pipelines.git # timeout=10 Found match: refs/tags/stable revision 6a41506d72e8e131afc862d141935157bee59f41 Resolving tag commit... (remote references may be a lightweight tag or an annotated tag) > git rev-parse --resolve-git-dir /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/caches/git-95b00d7e16de695d9f4849f078f37a0f@tmp/jenkins-gitclient-ssh536992520674228826.key > 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 6a41506d72e8e131afc862d141935157bee59f41 The recommended git tool is: git using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/edgex-global-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/edgex-global-pipelines@tmp/jenkins-gitclient-ssh883940193697217951.key > git fetch --tags --progress -- git@github.com:edgexfoundry/edgex-global-pipelines.git +refs/pull/*:refs/remotes/origin/pr/* # timeout=10 Checking out Revision 6a41506d72e8e131afc862d141935157bee59f41 (stable) > git config core.sparsecheckout # timeout=10 > git checkout -f 6a41506d72e8e131afc862d141935157bee59f41 # timeout=10 Commit message: "Merge pull request #340 from ernestojeda/enable-snap-stage" > 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /tmp/jenkins-gitclient-ssh8853792573837033722.key > git ls-remote -h -- git@github.com:lfit/releng-pipelines.git # timeout=10 Found match: refs/heads/master revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd The recommended git tool is: NONE using credential edgex-jenkins-ssh > git rev-parse --resolve-git-dir /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/lf-pipelines/.git # 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 [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /var/lib/jenkins/jobs/edgexfoundry/jobs/device-rfid-llrp-go/branches/PR-29/workspace@libs/lf-pipelines@tmp/jenkins-gitclient-ssh1288899004843329956.key > git fetch --no-tags --progress -- git@github.com:lfit/releng-pipelines.git +refs/heads/*:refs/remotes/origin/* # timeout=10 Checking out Revision d1a99147b03c6cd90561f8e70b7af78166bcd4cd (master) > git config core.sparsecheckout # timeout=10 > git checkout -f d1a99147b03c6cd90561f8e70b7af78166bcd4cd # timeout=10 Commit message: "Feat: Add initial Java pipeline functionality" > 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-rfid-llrp-go, buildSnap:true] ========================================================= [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-rfid-llrp-go-settings PROJECT: device-rfid-llrp-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: device-rfid-llrp 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: true 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 All nodes of label ‘centos7-docker-4c-2g’ are offline Running on prd-centos7-docker-4c-2g-1725 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] stage [Pipeline] { (Declarative: Checkout SCM) [Pipeline] checkout Selected Git installation does not exist. Using Default The recommended git tool is: NONE using credential edgex-jenkins-ssh Cloning the remote Git repository Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git > git init /w/workspace/oundry_device-rfid-llrp-go_PR-29 # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git > git --version # timeout=10 > git --version # 'git version 2.24.4' using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh685983783986843128.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-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-rfid-llrp-go.git # timeout=10 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh2908248667278365748.key > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/master:refs/remotes/origin/master # timeout=10 Merging remotes/origin/master commit 8772bf5ecf140d7d98adf4840c23e305e8e551a6 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc Merge succeeded, producing 22af1417e24e5012a350c1c7c8ad513f2515d8f3 Checking out Revision 22af1417e24e5012a350c1c7c8ad513f2515d8f3 (PR-29) > git config core.sparsecheckout # timeout=10 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 > git remote # timeout=10 > git config --get remote.origin.url # timeout=10 using GIT_SSH to set credentials SSH Credentials for GitHub [INFO] Currently running in a labeled security context [INFO] Currently SELinux is 'enforcing' on the host > git /usr/bin/chcon --type=ssh_home_t /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/jenkins-gitclient-ssh1208107946805792020.key > git merge 8772bf5ecf140d7d98adf4840c23e305e8e551a6 # timeout=10 > git rev-parse HEAD^{commit} # timeout=10 > git config core.sparsecheckout # timeout=10 > git checkout -f 22af1417e24e5012a350c1c7c8ad513f2515d8f3 # timeout=10 Commit message: "Merge commit '8772bf5ecf140d7d98adf4840c23e305e8e551a6' into HEAD" > git rev-list --no-walk 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [Pipeline] } [Pipeline] // stage [Pipeline] withEnv [Pipeline] { [Pipeline] timestamps [Pipeline] { [Pipeline] timeout 17:07:53 Timeout set to expire in 6 hr 0 min [Pipeline] { [Pipeline] stage [Pipeline] { (Prepare) [Pipeline] script [Pipeline] { [Pipeline] withCredentials 17:07:53 Masking supported pattern matches of $GH_TOKEN_USR or $GH_TOKEN_PSW [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] echo 17:07:53 ========================================================= 17:07:53 EdgeX Global Pipelines Version Info 17:07:53 ========================================================= [Pipeline] libraryResource [Pipeline] sh 17:07:54 ------------------- 17:07:54 stable info: 17:07:54 ------------------- 17:07:54 Commited By: Ernesto Ojeda ernesto.ojeda@intel.com 17:07:54 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 17:07:54 Message: update stable to v1.0.195 17:07:55 ------------------- 17:07:55 experimental info: 17:07:55 ------------------- 17:07:55 Commited By: **** collab-it+edgex@linuxfoundation.org 17:07:55 Commit SHA: 6a41506d72e8e131afc862d141935157bee59f41 17:07:55 Message: update experimental to v1.0.195 [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withCredentials [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar MAVEN_SETTINGS = device-rfid-llrp-go-settings [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar PROJECT = device-rfid-llrp-go [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar USE_SEMVER = true [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar TEST_SCRIPT = make test [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar BUILD_SCRIPT = make build [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar GO_VERSION = 1.16 [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar GOPROXY = https://nexus3.edgexfoundry.org/repository/go-proxy/ [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_BASE_IMAGE = nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_FILE_PATH = Dockerfile [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_FILE_PATH = Dockerfile.build [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_BUILD_CONTEXT = . [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_IMAGE_NAME = device-rfid-llrp [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_REGISTRY_NAMESPACE = [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar DOCKER_NEXUS_REPO = staging [Pipeline] echo 17:07:55 [edgeXSetupEnvironment]: set envvar BUILD_DOCKER_IMAGE = true [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar PUSH_DOCKER_IMAGE = true [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar BUILD_EXPERIMENTAL_DOCKER_IMAGE = false [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar BUILD_STABLE_DOCKER_IMAGE = false [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_BUMP_LEVEL = pre [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar BUILD_SNAP = true [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar PUBLISH_SWAGGER_DOCS = false [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar SWAGGER_API_FOLDERS = openapi/v1 [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_ROOT = archives/bin [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar ARTIFACT_TYPES = docker [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar SHOULD_BUILD = true [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar BUILD_FAILURE_NOTIFY_LIST = edgex-tsc-core@lists.edgexfoundry.org,edgex-tsc-devops@lists.edgexfoundry.org [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH = PR-29 [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_BRANCH = PR-29 [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar GIT_BRANCH_CLEAN = PR-29 [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar GIT_COMMIT = 22af1417e24e5012a350c1c7c8ad513f2515d8f3 [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar SHORT_GIT_COMMIT = 22af141 [Pipeline] echo 17:07:56 [edgeXSetupEnvironment]: set envvar SEMVER_PRE_PREFIX = dev [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:07:56 provisioning config files... 17:07:56 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config3141790702495942189tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:07:56 ---> docker-login.sh 17:07:56 nexus3.edgexfoundry.org:10001 17:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:57 Configure a credential helper to remove this warning. See 17:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:57 17:07:57 Login Succeeded 17:07:57 nexus3.edgexfoundry.org:10002 17:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:57 Configure a credential helper to remove this warning. See 17:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:57 17:07:57 Login Succeeded 17:07:57 nexus3.edgexfoundry.org:10003 17:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:57 Configure a credential helper to remove this warning. See 17:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:57 17:07:57 Login Succeeded 17:07:57 nexus3.edgexfoundry.org:10004 17:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:57 Configure a credential helper to remove this warning. See 17:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:57 17:07:57 Login Succeeded 17:07:57 docker.io 17:07:57 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:07:57 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:07:57 Configure a credential helper to remove this warning. See 17:07:57 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:07:57 17:07:57 Login Succeeded 17:07:57 ---> docker-login.sh ends [Pipeline] } 17:07:57 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:07:58 + git log --format=format:%s -1 22af1417e24e5012a350c1c7c8ad513f2515d8f3 [Pipeline] echo 17:07:58 GIT_COMMIT: 22af1417e24e5012a350c1c7c8ad513f2515d8f3, Commit Message: Merge commit '8772bf5ecf140d7d98adf4840c23e305e8e551a6' into HEAD [Pipeline] echo 17:07:58 This is not a build commit. [Pipeline] isUnix [Pipeline] sh 17:08:01 + docker inspect -f . nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:01 17:08:01 Error: No such object: nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] isUnix [Pipeline] sh 17:08:01 + docker pull nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:01 latest: Pulling from edgex-devops/git-semver 17:08:01 31603596830f: Pulling fs layer 17:08:01 54011a49482f: Pulling fs layer 17:08:01 a6820b24f6d8: Pulling fs layer 17:08:01 f581987b2513: Pulling fs layer 17:08:01 f581987b2513: Waiting 17:08:01 54011a49482f: Verifying Checksum 17:08:01 54011a49482f: Download complete 17:08:01 31603596830f: Verifying Checksum 17:08:01 31603596830f: Download complete 17:08:01 f581987b2513: Verifying Checksum 17:08:01 f581987b2513: Download complete 17:08:01 a6820b24f6d8: Verifying Checksum 17:08:01 a6820b24f6d8: Download complete 17:08:01 31603596830f: Pull complete 17:08:01 54011a49482f: Pull complete 17:08:02 a6820b24f6d8: Pull complete 17:08:02 f581987b2513: Pull complete 17:08:02 Digest: sha256:772af3cb61214e5a22880db9bb273bb039d0aa3a8f4edfa0c1def8b4e20ea536 17:08:02 Status: Downloaded newer image for nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest 17:08:02 nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest [Pipeline] withDockerContainer 17:08:02 prd-centos7-docker-4c-2g-1725 does not seem to be running inside a container 17:08:02 $ docker run -t -d -u 1001:1001 -u 0:0 -v /etc/ssh:/etc/ssh -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@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 ******** nexus3.edgexfoundry.org:10004/edgex-devops/git-semver:latest cat 17:08:04 $ docker top e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 -eo pid,comm [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] sshagent 17:08:04 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:04 [ssh-agent] Looking for ssh-agent implementation... 17:08:04 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:04 $ docker exec e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 ssh-agent 17:08:04 SSH_AUTH_SOCK=/tmp/ssh-VoCbis0lPMmv/agent.15 17:08:04 SSH_AGENT_PID=22 17:08:04 Running ssh-add (command line suppressed) 17:08:04 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_3308679776206431029.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_3308679776206431029.key) 17:08:04 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:04 + git tag --points-at HEAD [Pipeline] } 17:08:04 $ docker exec --env ******** --env ******** e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 ssh-agent -k 17:08:04 unset SSH_AUTH_SOCK; 17:08:04 unset SSH_AGENT_PID; 17:08:04 echo Agent pid 22 killed; 17:08:04 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] sshagent 17:08:05 [ssh-agent] Using credentials edgex-jenkins (SSH Credentials for GitHub) 17:08:05 [ssh-agent] Looking for ssh-agent implementation... 17:08:05 [ssh-agent] Exec ssh-agent (binary ssh-agent on a remote machine) 17:08:05 $ docker exec e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 ssh-agent 17:08:05 SSH_AUTH_SOCK=/tmp/ssh-QBmjX9OCyfHR/agent.55 17:08:05 SSH_AGENT_PID=62 17:08:05 Running ssh-add (command line suppressed) 17:08:05 Identity added: /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_2711797448059303089.key (/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/private_key_2711797448059303089.key) 17:08:05 [ssh-agent] Started. [Pipeline] { [Pipeline] sh 17:08:05 + git semver init 17:08:05 # -> Open(): unable to determine branch for HEAD 17:08:05 # $GIT_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.git 17:08:05 # $GIT_WORK_TREE = /w/workspace/oundry_device-rfid-llrp-go_PR-29 17:08:05 # $SEMVER_REMOTE_NAME = origin 17:08:05 # $SEMVER_USER_EMAIL = collab-it+edgex@linuxfoundation.org 17:08:05 # $SEMVER_USER_NAME = edgex-jenkins 17:08:05 # $SEMVER_BRANCH = PR-29 17:08:05 # $SEMVER_TEMP = /tmp/semver-892105205 17:08:05 # git clone --branch semver git@github.com:edgexfoundry/device-rfid-llrp-go.git $SEMVER_TEMP 17:08:07 # '/tmp/semver-892105205' -> '/w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver' 17:08:07 # -> Force: false 17:08:07 # $SEMVER_DIR = /w/workspace/oundry_device-rfid-llrp-go_PR-29/.semver [Pipeline] } 17:08:07 $ docker exec --env ******** --env ******** e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 ssh-agent -k 17:08:07 unset SSH_AUTH_SOCK; 17:08:07 unset SSH_AGENT_PID; 17:08:07 echo Agent pid 62 killed; 17:08:07 [ssh-agent] Stopped. [Pipeline] // sshagent [Pipeline] } [Pipeline] // withEnv [Pipeline] sh 17:08:07 + git semver [Pipeline] } 17:08:07 $ docker stop --time=1 e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 17:08:08 $ docker rm -f e68d4f54144c535635c1ecf1545c4d0cadf53b3e64dea147cf9161e27c7d3e25 [Pipeline] // withDockerContainer [Pipeline] sh 17:08:09 + sudo chown -R jenkins:jenkins .semver [Pipeline] writeFile [Pipeline] stash 17:08:09 Stashed 1 file(s) [Pipeline] echo 17:08:09 [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:08:24 Still waiting to schedule task 17:08:24 Waiting for next available executor on ‘centos7-docker-4c-2g’ 17:08:24 Still waiting to schedule task 17:08:24 All nodes of label ‘ubuntu18.04-docker-arm64-4c-16g’ are offline 17:10:14 Running on prd-centos7-docker-4c-2g-1729 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws 17:10:14 Running in /w/workspace/device-rfid-llrp-go/6 [Pipeline] { [Pipeline] checkout 17:10:15 Selected Git installation does not exist. Using Default 17:10:15 The recommended git tool is: NONE 17:10:17 using credential edgex-jenkins-ssh 17:10:17 Cloning the remote Git repository 17:10:17 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:10:17 > git init /w/workspace/device-rfid-llrp-go/6 # timeout=10 17:10:17 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:10:17 > git --version # timeout=10 17:10:17 > git --version # 'git version 2.24.4' 17:10:17 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:17 [INFO] Currently running in a labeled security context 17:10:17 [INFO] Currently SELinux is 'enforcing' on the host 17:10:17 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/6@tmp/jenkins-gitclient-ssh3833182480925334750.key 17:10:17 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:10:18 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:10:18 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:10:18 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:10:18 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:10:18 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:18 [INFO] Currently running in a labeled security context 17:10:18 [INFO] Currently SELinux is 'enforcing' on the host 17:10:18 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/6@tmp/jenkins-gitclient-ssh897209228964765810.key 17:10:18 > git fetch --tags --force --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:10:18 Merging remotes/origin/master commit 8772bf5ecf140d7d98adf4840c23e305e8e551a6 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc 17:10:18 Merge succeeded, producing 000ab8fbe9f334637d7fed884b4062cc71b550fd 17:10:18 Checking out Revision 000ab8fbe9f334637d7fed884b4062cc71b550fd (PR-29) 17:10:18 > git config core.sparsecheckout # timeout=10 17:10:18 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 17:10:18 > git remote # timeout=10 17:10:18 > git config --get remote.origin.url # timeout=10 17:10:18 using GIT_SSH to set credentials SSH Credentials for GitHub 17:10:18 [INFO] Currently running in a labeled security context 17:10:18 [INFO] Currently SELinux is 'enforcing' on the host 17:10:18 > git /usr/bin/chcon --type=ssh_home_t /w/workspace/device-rfid-llrp-go/6@tmp/jenkins-gitclient-ssh5369274232667572114.key 17:10:18 > git merge 8772bf5ecf140d7d98adf4840c23e305e8e551a6 # timeout=10 17:10:18 > git rev-parse HEAD^{commit} # timeout=10 17:10:18 > git config core.sparsecheckout # timeout=10 17:10:18 > git checkout -f 000ab8fbe9f334637d7fed884b4062cc71b550fd # timeout=10 17:10:22 Commit message: "Merge commit '8772bf5ecf140d7d98adf4840c23e305e8e551a6' into HEAD" 17:10:22 > git rev-list --no-walk 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:10:23 + sudo jq '. + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false}' /etc/docker/daemon.json [Pipeline] sh 17:10:23 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:10:24 + sudo service docker restart 17:10:24 + true 17:10:24 Redirecting to /bin/systemctl restart docker.service [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:10:40 provisioning config files... 17:10:40 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/6@tmp/config6759378773886597512tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:10:41 ---> docker-login.sh 17:10:41 nexus3.edgexfoundry.org:10001 17:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:41 Configure a credential helper to remove this warning. See 17:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:41 17:10:41 Login Succeeded 17:10:41 nexus3.edgexfoundry.org:10002 17:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:41 Configure a credential helper to remove this warning. See 17:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:41 17:10:41 Login Succeeded 17:10:41 nexus3.edgexfoundry.org:10003 17:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:41 Configure a credential helper to remove this warning. See 17:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:41 17:10:41 Login Succeeded 17:10:41 nexus3.edgexfoundry.org:10004 17:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:41 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:41 Configure a credential helper to remove this warning. See 17:10:41 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:41 17:10:41 Login Succeeded 17:10:41 docker.io 17:10:41 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:10:42 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:10:42 Configure a credential helper to remove this warning. See 17:10:42 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:10:42 17:10:42 Login Succeeded 17:10:42 ---> docker-login.sh ends [Pipeline] } 17:10:42 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:10:42 ========================================================= 17:10:42 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine] 17:10:42 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:10:42 + 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:10:42 Sending build context to Docker daemon 1.197MB 17:10:42 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 17:10:42 Step 2/10 : FROM ${BASE} 17:10:42 1.16-alpine: Pulling from edgex-devops/edgex-golang-base 17:10:42 540db60ca938: Pulling fs layer 17:10:42 adcc1eea9eea: Pulling fs layer 17:10:42 4c4ab2625f07: Pulling fs layer 17:10:42 0510c868ecb4: Pulling fs layer 17:10:42 afea3b2eda06: Pulling fs layer 17:10:42 7809a108b3ef: Pulling fs layer 17:10:42 f706445af74f: Pulling fs layer 17:10:42 afea3b2eda06: Waiting 17:10:42 7809a108b3ef: Waiting 17:10:42 f706445af74f: Waiting 17:10:42 0510c868ecb4: Waiting 17:10:42 4c4ab2625f07: Verifying Checksum 17:10:42 4c4ab2625f07: Download complete 17:10:42 adcc1eea9eea: Verifying Checksum 17:10:42 adcc1eea9eea: Download complete 17:10:42 afea3b2eda06: Download complete 17:10:42 7809a108b3ef: Verifying Checksum 17:10:42 7809a108b3ef: Download complete 17:10:42 540db60ca938: Verifying Checksum 17:10:42 540db60ca938: Download complete 17:10:43 540db60ca938: Pull complete 17:10:43 adcc1eea9eea: Pull complete 17:10:43 4c4ab2625f07: Pull complete 17:10:44 f706445af74f: Verifying Checksum 17:10:44 f706445af74f: Download complete 17:10:44 0510c868ecb4: Verifying Checksum 17:10:44 0510c868ecb4: Download complete 17:10:47 0510c868ecb4: Pull complete 17:10:47 afea3b2eda06: Pull complete 17:10:47 7809a108b3ef: Pull complete 17:10:49 f706445af74f: Pull complete 17:10:49 Digest: sha256:3789524f83b4b99ff44900c39f6da7fc44f99660cd9adf292610dec398b137f4 17:10:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base:1.16-alpine 17:10:49 ---> b068be0155e3 17:10:49 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 17:10:52 ---> Running in 0de721926c9c 17:10:52 Removing intermediate container 0de721926c9c 17:10:52 ---> 40683a0b3bee 17:10:52 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 17:10:52 ---> Running in d539a015a8f5 17:10:52 Removing intermediate container d539a015a8f5 17:10:52 ---> e44dbf6bdffe 17:10:52 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:10:52 ---> Running in 4c9b08aea940 17:10:52 Removing intermediate container 4c9b08aea940 17:10:52 ---> 8e428347e30f 17:10:52 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:10:52 ---> Running in afc08175d4da 17:10:53 Removing intermediate container afc08175d4da 17:10:53 ---> d48530007341 17:10:53 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:10:53 ---> Running in b19b80adeabd 17:10:53 fetch https://nl.alpinelinux.org/alpine/v3.13/main/x86_64/APKINDEX.tar.gz 17:10:54 fetch https://nl.alpinelinux.org/alpine/v3.13/community/x86_64/APKINDEX.tar.gz 17:10:55 OK: 149 MiB in 40 packages 17:10:55 Removing intermediate container b19b80adeabd 17:10:55 ---> 03be187ff2b7 17:10:55 Step 8/10 : WORKDIR /device-rfid-llrp-go 17:10:55 ---> Running in df3c439b0b2d 17:10:55 Removing intermediate container df3c439b0b2d 17:10:55 ---> 5d05f634bc7e 17:10:55 Step 9/10 : COPY . . 17:10:55 ---> 6f27f5c59bbe 17:10:55 Step 10/10 : RUN go mod download 17:10:55 ---> Running in ed1b430c05cd 17:11:07 Removing intermediate container ed1b430c05cd 17:11:07 ---> 0f3a9da78863 17:11:07 Successfully built 0f3a9da78863 17:11:07 Successfully tagged ci-base-image-x86_64:latest [Pipeline] isUnix [Pipeline] sh 17:11:07 + docker inspect -f . ci-base-image-x86_64 17:11:07 . [Pipeline] withDockerContainer 17:11:07 prd-centos7-docker-4c-2g-1729 does not seem to be running inside a container 17:11:08 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/6 -v /w/workspace/device-rfid-llrp-go/6:/w/workspace/device-rfid-llrp-go/6:rw,z -v /w/workspace/device-rfid-llrp-go/6@tmp:/w/workspace/device-rfid-llrp-go/6@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 ******** ci-base-image-x86_64 cat 17:11:08 $ docker top 3b9d27ca36e16d610df7f2e920a0b8220f40d69585784a28c2a8def329b765ff -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:08 + go version 17:11:08 go version go1.16.3 linux/amd64 [Pipeline] } 17:11:08 $ docker stop --time=1 3b9d27ca36e16d610df7f2e920a0b8220f40d69585784a28c2a8def329b765ff 17:11:09 $ docker rm -f 3b9d27ca36e16d610df7f2e920a0b8220f40d69585784a28c2a8def329b765ff [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:11:10 + docker inspect -f . ci-base-image-x86_64 17:11:10 . [Pipeline] withDockerContainer 17:11:10 prd-centos7-docker-4c-2g-1729 does not seem to be running inside a container 17:11:10 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/6 -v /w/workspace/device-rfid-llrp-go/6:/w/workspace/device-rfid-llrp-go/6:rw,z -v /w/workspace/device-rfid-llrp-go/6@tmp:/w/workspace/device-rfid-llrp-go/6@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 ******** ci-base-image-x86_64 cat 17:11:11 $ docker top 51d7fc20fc9641931795b447be56cb700a75862e099656397a34d10dbe2cf6f8 -eo pid,comm [Pipeline] { [Pipeline] sh 17:11:11 + go mod tidy [Pipeline] sh 17:11:12 + make test 17:11:12 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:11:12 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 17:11:17 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 17:11:17 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 17:11:17 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 17:11:17 have (string, bool, string, string) 17:11:17 want (string, string) 17:11:24 FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] 17:11:25 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.234s coverage: 52.0% of statements 17:11:25 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.005s coverage: 95.5% of statements 17:11:25 make: *** [Makefile:26: test] Error 2 [Pipeline] } 17:11:25 $ docker stop --time=1 51d7fc20fc9641931795b447be56cb700a75862e099656397a34d10dbe2cf6f8 17:11:26 $ docker rm -f 51d7fc20fc9641931795b447be56cb700a75862e099656397a34d10dbe2cf6f8 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snap) Stage "Snap" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:11:27 ---> job-cost.sh 17:11:27 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-2GzC 17:11:35 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:11:49 lf-activate-venv(): INFO: Adding /tmp/venv-2GzC/bin to PATH 17:11:49 INFO: No Stack... 17:11:49 INFO: Retrieving Pricing Info for: v3-standard-2 17:11:49 INFO: Archiving Costs [Pipeline] sh 17:11:50 + cat /w/workspace/device-rfid-llrp-go/6/archives/cost.csv 17:11:50 + cut -d, -f6 [Pipeline] lock 17:11:50 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] 17:11:50 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] did not exist. Created. 17:11:50 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:11:50 + echo total: 0.05999999865889549 [Pipeline] stash 17:11:50 Running on prd-ubuntu18.04-docker-arm64-4c-16g-1730 in /w/workspace/oundry_device-rfid-llrp-go_PR-29 [Pipeline] { [Pipeline] ws 17:11:50 Running in /w/workspace/device-rfid-llrp-go/6 [Pipeline] { [Pipeline] checkout 17:11:50 Selected Git installation does not exist. Using Default 17:11:50 The recommended git tool is: NONE 17:11:50 Stashed 1 file(s) [Pipeline] } 17:11:50 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:11:51 Failed in branch amd64 17:11:58 using credential edgex-jenkins-ssh 17:11:58 Cloning the remote Git repository 17:11:58 Cloning repository git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:11:58 > git init /w/workspace/device-rfid-llrp-go/6 # timeout=10 17:11:58 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:11:58 > git --version # timeout=10 17:11:58 > git --version # 'git version 2.17.1' 17:11:58 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:58 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/heads/*:refs/remotes/origin/* # timeout=10 17:12:00 Merging remotes/origin/master commit 8772bf5ecf140d7d98adf4840c23e305e8e551a6 into PR head commit 37381ec3f65a6d1c524847dd5b265be5d59be2fc 17:12:00 Merge succeeded, producing f39813d6fb65b79678d08bddbe5010928fa57c4a 17:12:00 Checking out Revision f39813d6fb65b79678d08bddbe5010928fa57c4a (PR-29) 17:11:59 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:11:59 > git config --add remote.origin.fetch +refs/heads/*:refs/remotes/origin/* # timeout=10 17:11:59 > git config remote.origin.url git@github.com:edgexfoundry/device-rfid-llrp-go.git # timeout=10 17:11:59 Fetching upstream changes from git@github.com:edgexfoundry/device-rfid-llrp-go.git 17:11:59 using GIT_SSH to set credentials SSH Credentials for GitHub 17:11:59 > git fetch --tags --progress -- git@github.com:edgexfoundry/device-rfid-llrp-go.git +refs/pull/29/head:refs/remotes/origin/PR-29 +refs/heads/master:refs/remotes/origin/master # timeout=10 17:12:00 > git config core.sparsecheckout # timeout=10 17:12:00 > git checkout -f 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 17:12:00 > git remote # timeout=10 17:12:00 > git config --get remote.origin.url # timeout=10 17:12:00 using GIT_SSH to set credentials SSH Credentials for GitHub 17:12:00 > git merge 8772bf5ecf140d7d98adf4840c23e305e8e551a6 # timeout=10 17:12:00 > git rev-parse HEAD^{commit} # timeout=10 17:12:00 > git config core.sparsecheckout # timeout=10 17:12:00 > git checkout -f f39813d6fb65b79678d08bddbe5010928fa57c4a # timeout=10 17:12:04 Commit message: "Merge commit '8772bf5ecf140d7d98adf4840c23e305e8e551a6' into HEAD" 17:12:04 > git rev-list --no-walk 37381ec3f65a6d1c524847dd5b265be5d59be2fc # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Prep) [Pipeline] script [Pipeline] { [Pipeline] sh 17:12:06 + sudo jq . + {"registry-mirrors": ["https://nexus3.edgexfoundry.org:10001"], debug: false} /etc/docker/daemon.json [Pipeline] sh 17:12:06 + sudo mv /tmp/daemon.json /etc/docker/daemon.json [Pipeline] sh 17:12:06 + sudo+ service docker restarttrue 17:12:06 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:12:25 provisioning config files... 17:12:25 copy managed file [device-rfid-llrp-go-settings] to file:/w/workspace/device-rfid-llrp-go/6@tmp/config5303782034478514586tmp [Pipeline] { [Pipeline] libraryResource [Pipeline] sh 17:12:25 ---> docker-login.sh 17:12:25 nexus3.edgexfoundry.org:10001 17:12:26 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:26 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:26 Configure a credential helper to remove this warning. See 17:12:26 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:26 17:12:26 Login Succeeded 17:12:26 nexus3.edgexfoundry.org:10002 17:12:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:27 Configure a credential helper to remove this warning. See 17:12:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:27 17:12:27 Login Succeeded 17:12:27 nexus3.edgexfoundry.org:10003 17:12:27 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:27 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:27 Configure a credential helper to remove this warning. See 17:12:27 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:27 17:12:27 Login Succeeded 17:12:27 nexus3.edgexfoundry.org:10004 17:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:28 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:28 Configure a credential helper to remove this warning. See 17:12:28 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:28 17:12:28 Login Succeeded 17:12:28 docker.io 17:12:28 WARNING! Using --password via the CLI is insecure. Use --password-stdin. 17:12:29 WARNING! Your password will be stored unencrypted in /home/jenkins/.docker/config.json. 17:12:29 Configure a credential helper to remove this warning. See 17:12:29 https://docs.docker.com/engine/reference/commandline/login/#credentials-store 17:12:29 17:12:29 Login Succeeded 17:12:29 ---> docker-login.sh ends [Pipeline] } 17:12:29 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] } [Pipeline] // withEnv [Pipeline] unstash [Pipeline] echo 17:12:29 ========================================================= 17:12:29 [edgeXBuildGoApp] Building Code With image [nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine] 17:12:29 ========================================================= [Pipeline] isUnix [Pipeline] sh 17:12:30 + 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:12:30 Sending build context to Docker daemon 1.197MB 17:12:30 Step 1/10 : ARG BASE=golang:1.16-alpine3.12 17:12:30 Step 2/10 : FROM ${BASE} 17:12:30 1.16-alpine: Pulling from edgex-devops/edgex-golang-base-arm64 17:12:30 595b0fe564bb: Pulling fs layer 17:12:30 3088b5b3c5c0: Pulling fs layer 17:12:30 5b7225fbf94c: Pulling fs layer 17:12:30 ba82ee9f976e: Pulling fs layer 17:12:30 506bd15cee9f: Pulling fs layer 17:12:30 75a0a4a0db45: Pulling fs layer 17:12:30 618dc40b7e24: Pulling fs layer 17:12:30 506bd15cee9f: Waiting 17:12:30 75a0a4a0db45: Waiting 17:12:30 618dc40b7e24: Waiting 17:12:30 ba82ee9f976e: Waiting 17:12:30 5b7225fbf94c: Verifying Checksum 17:12:30 5b7225fbf94c: Download complete 17:12:31 3088b5b3c5c0: Verifying Checksum 17:12:31 3088b5b3c5c0: Download complete 17:12:31 506bd15cee9f: Verifying Checksum 17:12:31 506bd15cee9f: Download complete 17:12:31 75a0a4a0db45: Verifying Checksum 17:12:31 75a0a4a0db45: Download complete 17:12:31 595b0fe564bb: Verifying Checksum 17:12:31 595b0fe564bb: Download complete 17:12:31 595b0fe564bb: Pull complete 17:12:32 3088b5b3c5c0: Pull complete 17:12:32 5b7225fbf94c: Pull complete 17:12:33 618dc40b7e24: Verifying Checksum 17:12:33 618dc40b7e24: Download complete 17:12:34 ba82ee9f976e: Download complete 17:12:44 ba82ee9f976e: Pull complete 17:12:45 506bd15cee9f: Pull complete 17:12:45 75a0a4a0db45: Pull complete 17:12:49 618dc40b7e24: Pull complete 17:12:49 Digest: sha256:191d62e8e984ab65c8d79a04719ea24e645fa2781e820aadaa53da5888d6c818 17:12:49 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-devops/edgex-golang-base-arm64:1.16-alpine 17:12:49 ---> a36622ca3599 17:12:49 Step 3/10 : ARG ALPINE_PKG_BASE="make git" 17:12:51 ---> Running in 64d98d37f6d8 17:12:51 Removing intermediate container 64d98d37f6d8 17:12:51 ---> a9fc095b5e71 17:12:51 Step 4/10 : ARG ALPINE_PKG_EXTRA="" 17:12:52 ---> Running in aaef0d940674 17:12:52 Removing intermediate container aaef0d940674 17:12:52 ---> decf0cc09744 17:12:52 Step 5/10 : LABEL license='SPDX-License-Identifier: Apache-2.0' copyright='Copyright (c) 2021: Intel' 17:12:52 ---> Running in be100102720b 17:12:52 Removing intermediate container be100102720b 17:12:52 ---> e2ad0c11ccbc 17:12:52 Step 6/10 : RUN sed -e 's/dl-cdn[.]alpinelinux.org/nl.alpinelinux.org/g' -i~ /etc/apk/repositories 17:12:53 ---> Running in 819e8deb85fb 17:12:55 Removing intermediate container 819e8deb85fb 17:12:55 ---> ca1446bcb364 17:12:55 Step 7/10 : RUN apk add --no-cache ${ALPINE_PKG_BASE} ${ALPINE_PKG_EXTRA} 17:12:55 ---> Running in 1306cf6f0460 17:12:56 fetch https://nl.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz 17:12:57 fetch https://nl.alpinelinux.org/alpine/v3.13/community/aarch64/APKINDEX.tar.gz 17:12:58 OK: 138 MiB in 40 packages 17:12:59 Removing intermediate container 1306cf6f0460 17:12:59 ---> c8c1cde3c0c0 17:12:59 Step 8/10 : WORKDIR /device-rfid-llrp-go 17:12:59 ---> Running in ee5c3e8659ac 17:13:00 Removing intermediate container ee5c3e8659ac 17:13:00 ---> e316764291a2 17:13:00 Step 9/10 : COPY . . 17:13:01 ---> af158d302203 17:13:01 Step 10/10 : RUN go mod download 17:13:01 ---> Running in d522e7fe47d8 17:13:23 Removing intermediate container d522e7fe47d8 17:13:23 ---> b70201a6ef35 17:13:23 Successfully built b70201a6ef35 17:13:23 Successfully tagged ci-base-image-arm64:latest [Pipeline] isUnix [Pipeline] sh 17:13:23 + docker inspect -f . ci-base-image-arm64 17:13:23 . [Pipeline] withDockerContainer 17:13:23 prd-ubuntu18.04-docker-arm64-4c-16g-1730 does not seem to be running inside a container 17:13:24 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/6 -v /w/workspace/device-rfid-llrp-go/6:/w/workspace/device-rfid-llrp-go/6:rw,z -v /w/workspace/device-rfid-llrp-go/6@tmp:/w/workspace/device-rfid-llrp-go/6@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 ******** ci-base-image-arm64 cat 17:13:25 $ docker top 589156b9994f609a61ca03ae9b01ee665f7b28ecff5cbf0c0184412de69803d5 -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:26 + go version 17:13:26 go version go1.16.5 linux/arm64 [Pipeline] } 17:13:26 $ docker stop --time=1 589156b9994f609a61ca03ae9b01ee665f7b28ecff5cbf0c0184412de69803d5 17:13:28 $ docker rm -f 589156b9994f609a61ca03ae9b01ee665f7b28ecff5cbf0c0184412de69803d5 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Test) [Pipeline] script [Pipeline] { [Pipeline] isUnix [Pipeline] sh 17:13:29 + docker inspect -f . ci-base-image-arm64 17:13:29 . [Pipeline] withDockerContainer 17:13:29 prd-ubuntu18.04-docker-arm64-4c-16g-1730 does not seem to be running inside a container 17:13:29 $ docker run -t -d -u 1001:1001 -u 0:0 -w /w/workspace/device-rfid-llrp-go/6 -v /w/workspace/device-rfid-llrp-go/6:/w/workspace/device-rfid-llrp-go/6:rw,z -v /w/workspace/device-rfid-llrp-go/6@tmp:/w/workspace/device-rfid-llrp-go/6@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 ******** ci-base-image-arm64 cat 17:13:31 $ docker top bc3ae98d912d38aa6e14e2d65373f1796e9d30e32d85f8e62da9c0c5608bba16 -eo pid,comm [Pipeline] { [Pipeline] sh 17:13:34 + go mod tidy [Pipeline] sh 17:13:36 + make test 17:13:36 CGO_ENABLED=0 GO111MODULE=on go test -coverprofile=coverage.out ./... 17:13:37 ? github.com/edgexfoundry/device-rfid-llrp-go [no test files] 17:14:03 # github.com/edgexfoundry/go-mod-bootstrap/bootstrap/logging 17:14:03 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:29:9: undefined: logger.NewClientStdOut 17:14:03 /go/pkg/mod/github.com/edgexfoundry/go-mod-bootstrap@v0.0.60/bootstrap/logging/factory.go:42:25: too many arguments in call to logger.NewClient 17:14:03 have (string, bool, string, string) 17:14:03 want (string, string) 17:14:18 FAIL github.com/edgexfoundry/device-rfid-llrp-go/internal/driver [build failed] 17:14:18 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/llrp 0.533s coverage: 52.0% of statements 17:14:18 ok github.com/edgexfoundry/device-rfid-llrp-go/internal/retry 0.053s coverage: 96.4% of statements 17:14:18 make: *** [Makefile:26: test] Error 2 [Pipeline] } 17:14:18 $ docker stop --time=1 bc3ae98d912d38aa6e14e2d65373f1796e9d30e32d85f8e62da9c0c5608bba16 17:14:20 $ docker rm -f bc3ae98d912d38aa6e14e2d65373f1796e9d30e32d85f8e62da9c0c5608bba16 [Pipeline] // withDockerContainer [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build) Stage "Build" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker Push) Stage "Docker Push" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage Post stage [Pipeline] libraryResource [Pipeline] sh 17:14:21 ---> job-cost.sh 17:14:21 lf-activate-venv(): INFO: Creating python3 venv at /tmp/venv-NVJm 17:15:00 lf-activate-venv(): INFO: Installing: zipp==1.1.0 python-openstackclient 17:16:24 lf-activate-venv(): INFO: Adding /tmp/venv-NVJm/bin to PATH 17:16:24 INFO: No Stack... 17:16:24 INFO: Retrieving Pricing Info for: v2-standard-4 17:16:24 INFO: Archiving Costs [Pipeline] sh 17:16:25 + cat /w/workspace/device-rfid-llrp-go/6/archives/cost.csv 17:16:25 + cut -d, -f6 [Pipeline] lock 17:16:25 Trying to acquire lock on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] 17:16:25 Resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] did not exist. Created. 17:16:25 Lock acquired on [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [Pipeline] { [Pipeline] unstash [Pipeline] sh 17:16:25 /w/workspace/device-rfid-llrp-go/6@tmp/durable-3c27ae0a/script.sh: 1: /w/workspace/device-rfid-llrp-go/6@tmp/durable-3c27ae0a/script.sh: Syntax error: Unterminated quoted string [Pipeline] sh 17:16:25 + echo total: 0.18000000715255737 [Pipeline] stash 17:16:25 Warning: overwriting stash ‘stack-cost’ 17:16:26 Stashed 1 file(s) [Pipeline] } 17:16:26 Lock released on resource [jenkins-edgexfoundry-device-rfid-llrp-go-PR-29-6-stack-cost] [Pipeline] // lock [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } 17:16:26 Failed in branch arm64 [Pipeline] // parallel [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (CodeCov) Stage "CodeCov" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Snyk Dependency Scan) Stage "Snyk Dependency Scan" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Archive Prep) Stage "Archive Prep" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Publish Swagger) Stage "Publish Swagger" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Semver) Stage "Semver" skipped due to earlier failure(s) [Pipeline] stage [Pipeline] { (Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Pre-Release Version) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Experimental Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Bump Stable (Named) Tag) Stage "Semver" skipped due to earlier failure(s) [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Declarative: Post Actions) [Pipeline] stage [Pipeline] { (LF Post Build Actions) [Pipeline] libraryResource [Pipeline] sh 17:16:28 ---> sysstat.sh [Pipeline] libraryResource [Pipeline] sh 17:16:28 ---> package-listing.sh 17:16:28 ++ facter osfamily 17:16:28 ++ tr '[:upper:]' '[:lower:]' 17:16:29 + OS_FAMILY=redhat 17:16:29 + workspace=/w/workspace/oundry_device-rfid-llrp-go_PR-29 17:16:29 + START_PACKAGES=/tmp/packages_start.txt 17:16:29 + END_PACKAGES=/tmp/packages_end.txt 17:16:29 + DIFF_PACKAGES=/tmp/packages_diff.txt 17:16:29 + PACKAGES=/tmp/packages_start.txt 17:16:29 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' 17:16:29 + PACKAGES=/tmp/packages_end.txt 17:16:29 + case "${OS_FAMILY}" in 17:16:29 + sort 17:16:29 + rpm -qa 17:16:29 + '[' -f /tmp/packages_start.txt ']' 17:16:29 + '[' -f /tmp/packages_end.txt ']' 17:16:29 + diff /tmp/packages_start.txt /tmp/packages_end.txt 17:16:29 + '[' /w/workspace/oundry_device-rfid-llrp-go_PR-29 ']' 17:16:29 + mkdir -p /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ 17:16:29 + cp -f /tmp/packages_diff.txt /tmp/packages_end.txt /tmp/packages_start.txt /w/workspace/oundry_device-rfid-llrp-go_PR-29/archives/ [Pipeline] echo 17:16:29 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/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json] [Pipeline] sh 17:16:29 + facter operatingsystem [Pipeline] isUnix [Pipeline] sh 17:16:30 + docker inspect -f . nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:16:30 17:16:30 Error: No such object: nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] isUnix [Pipeline] sh 17:16:30 + docker pull nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:16:30 alpine: Pulling from edgex-lftools-log-publisher 17:16:30 df20fa9351a1: Pulling fs layer 17:16:30 36b3adc4ff6f: Pulling fs layer 17:16:30 8ad3a11d3b57: Pulling fs layer 17:16:30 46f8f816bc3b: Pulling fs layer 17:16:30 93b61091891f: Pulling fs layer 17:16:30 93b9cdb0e59b: Pulling fs layer 17:16:30 5e14af77c1be: Pulling fs layer 17:16:30 01666e4c0597: Pulling fs layer 17:16:30 aa168da1d23b: Pulling fs layer 17:16:30 46f8f816bc3b: Waiting 17:16:30 93b61091891f: Waiting 17:16:30 93b9cdb0e59b: Waiting 17:16:30 5e14af77c1be: Waiting 17:16:30 01666e4c0597: Waiting 17:16:30 aa168da1d23b: Waiting 17:16:30 36b3adc4ff6f: Verifying Checksum 17:16:30 36b3adc4ff6f: Download complete 17:16:30 46f8f816bc3b: Verifying Checksum 17:16:30 46f8f816bc3b: Download complete 17:16:30 df20fa9351a1: Verifying Checksum 17:16:30 df20fa9351a1: Download complete 17:16:31 93b9cdb0e59b: Verifying Checksum 17:16:31 93b9cdb0e59b: Download complete 17:16:31 5e14af77c1be: Verifying Checksum 17:16:31 5e14af77c1be: Download complete 17:16:31 93b61091891f: Verifying Checksum 17:16:31 93b61091891f: Download complete 17:16:31 01666e4c0597: Verifying Checksum 17:16:31 01666e4c0597: Download complete 17:16:31 df20fa9351a1: Pull complete 17:16:31 8ad3a11d3b57: Verifying Checksum 17:16:31 8ad3a11d3b57: Download complete 17:16:31 36b3adc4ff6f: Pull complete 17:16:31 8ad3a11d3b57: Pull complete 17:16:31 46f8f816bc3b: Pull complete 17:16:32 93b61091891f: Pull complete 17:16:32 93b9cdb0e59b: Pull complete 17:16:32 5e14af77c1be: Pull complete 17:16:32 01666e4c0597: Pull complete 17:16:33 aa168da1d23b: Verifying Checksum 17:16:33 aa168da1d23b: Download complete 17:16:37 aa168da1d23b: Pull complete 17:16:37 Digest: sha256:ac41798234670a79351fc13b8232b4dbeccc6fb1f122f5db5169d11b1762ca7c 17:16:37 Status: Downloaded newer image for nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine 17:16:37 nexus3.edgexfoundry.org:10003/edgex-lftools-log-publisher:alpine [Pipeline] withDockerContainer 17:16:37 prd-centos7-docker-4c-2g-1725 does not seem to be running inside a container 17:16:37 $ 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/oundry_device-rfid-llrp-go_PR-29/facter-os:/facter-os -v /proc/uptime:/proc/uptime -v /run/cloud-init/result.json:/run/cloud-init/result.json -w /w/workspace/oundry_device-rfid-llrp-go_PR-29 -v /w/workspace/oundry_device-rfid-llrp-go_PR-29:/w/workspace/oundry_device-rfid-llrp-go_PR-29:rw,z -v /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp:/w/workspace/oundry_device-rfid-llrp-go_PR-29@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:10003/edgex-lftools-log-publisher:alpine cat 17:16:42 $ docker top ac39c2876f83fab5dbfbc2c45451507af29761bb90216b74fa71850328adb6bd -eo pid,comm [Pipeline] { [Pipeline] sh 17:16:42 + touch /tmp/pre-build-complete [Pipeline] sh 17:16:42 + mkdir -p /var/log/sa [Pipeline] sh 17:16:43 + ls /var/log/sa-host 17:16:43 + sadf -c /var/log/sa-host/sa05 17:16:43 file_magic: OK 17:16:43 HZ: Using current value: 100 17:16:43 file_header: OK 17:16:43 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:16:43 Statistics: 17:16:43 Hnuu...uuuununununu...Hnuu...uuuununununu... 17:16:43 File successfully converted to sysstat format version 12.2.1 17:16:43 + sadf -c /var/log/sa-host/sa16 17:16:43 file_magic: OK 17:16:43 HZ: Using current value: 100 17:16:43 file_header: OK 17:16:43 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:16:43 Statistics: 17:16:43 HRHnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu...Hnuu...uuuununununu... 17:16:43 File successfully converted to sysstat format version 12.2.1 [Pipeline] withEnv [Pipeline] { [Pipeline] configFileProvider 17:16:43 provisioning config files... 17:16:43 copy managed file [jenkins-log-archives-settings] to file:/w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp/config2356468791244993328tmp [Pipeline] { [Pipeline] echo 17:16:43 Running shell/create-netrc.sh [Pipeline] libraryResource [Pipeline] sh 17:16:43 ---> create-netrc.sh [Pipeline] } 17:16:43 Deleting 1 temporary files [Pipeline] // configFileProvider [Pipeline] libraryResource [Pipeline] sh 17:16:43 ---> python-tools-install.sh [Pipeline] echo 17:16:43 Running shell/sudo-logs.sh [Pipeline] libraryResource [Pipeline] sh 17:16:44 ---> sudo-logs.sh 17:16:44 Archiving 'sudo' log.. [Pipeline] unstash [Pipeline] echo 17:16:44 Running shell/job-cost.sh [Pipeline] libraryResource [Pipeline] sh 17:16:44 ---> job-cost.sh 17:16:44 lf-activate-venv: SKIPPING 17:16:44 DEBUG: total: 0.18000000715255737 17:16:44 INFO: Retrieving Stack Cost... 17:16:45 INFO: Retrieving Pricing Info for: v3-standard-2 17:16:45 INFO: Archiving Costs [Pipeline] echo 17:16:46 Running shell/logs-deploy.sh [Pipeline] libraryResource [Pipeline] sh 17:16:46 ---> logs-deploy.sh 17:16:46 lf-activate-venv: SKIPPING 17:16:46 INFO: Nexus URL https://nexus.edgexfoundry.org path production/vex-yul-edgex-jenkins-1/edgexfoundry/device-rfid-llrp-go/PR-29/6 17:16:46 INFO: archiving workspace using pattern(s): 17:16:47 Archives upload complete. 17:16:47 INFO: archiving logs to Nexus 17:16:47 ---> uname -a: 17:16:47 Linux prd-centos7-docker-4c-2g-1725.vexxhost.local 3.10.0-1160.21.1.el7.x86_64 #1 SMP Tue Mar 16 18:28:22 UTC 2021 x86_64 Linux 17:16:47 17:16:47 17:16:47 ---> lscpu: 17:16:47 Architecture: x86_64 17:16:47 CPU op-mode(s): 32-bit, 64-bit 17:16:47 Byte Order: Little Endian 17:16:47 Address sizes: 40 bits physical, 48 bits virtual 17:16:47 CPU(s): 2 17:16:47 On-line CPU(s) list: 0,1 17:16:47 Thread(s) per core: 1 17:16:47 Core(s) per socket: 1 17:16:47 Socket(s): 2 17:16:47 NUMA node(s): 1 17:16:47 Vendor ID: AuthenticAMD 17:16:47 CPU family: 23 17:16:47 Model: 49 17:16:47 Model name: AMD EPYC-Rome Processor 17:16:47 Stepping: 0 17:16:47 CPU MHz: 2799.998 17:16:47 BogoMIPS: 5599.99 17:16:47 Virtualization: AMD-V 17:16:47 Hypervisor vendor: KVM 17:16:47 Virtualization type: full 17:16:47 L1d cache: 64 KiB 17:16:47 L1i cache: 64 KiB 17:16:47 L2 cache: 1 MiB 17:16:47 L3 cache: 32 MiB 17:16:47 NUMA node0 CPU(s): 0,1 17:16:47 Vulnerability Itlb multihit: Not affected 17:16:47 Vulnerability L1tf: Not affected 17:16:47 Vulnerability Mds: Not affected 17:16:47 Vulnerability Meltdown: Not affected 17:16:47 Vulnerability Spec store bypass: Mitigation; Speculative Store Bypass disabled via prctl and seccomp 17:16:47 Vulnerability Spectre v1: Mitigation; Load fences, usercopy/swapgs barriers and __user pointer sanitization 17:16:47 Vulnerability Spectre v2: Mitigation; Full retpoline, IBPB 17:16:47 Vulnerability Srbds: Not affected 17:16:47 Vulnerability Tsx async abort: Not affected 17:16:47 Flags: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt pdpe1gb rdtscp lm art rep_good nopl extd_apicid eagerfpu pni pclmulqdq ssse3 fma cx16 sse4_1 sse4_2 x2apic movbe popcnt tsc_deadline_timer aes xsave avx f16c rdrand hypervisor lahf_lm cmp_legacy svm cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw topoext retpoline_amd ssbd ibrs ibpb stibp vmmcall fsgsbase tsc_adjust bmi1 avx2 smep bmi2 rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 arat npt nrip_save umip spec_ctrl intel_stibp 17:16:47 17:16:47 17:16:47 ---> nproc: 17:16:47 2 17:16:47 17:16:47 17:16:47 ---> df -h: 17:16:47 Filesystem Size Used Available Use% Mounted on 17:16:47 overlay 40.0G 7.6G 32.4G 19% / 17:16:47 tmpfs 64.0M 0 64.0M 0% /dev 17:16:47 tmpfs 3.8G 0 3.8G 0% /sys/fs/cgroup 17:16:47 shm 64.0M 0 64.0M 0% /dev/shm 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /facter-os 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/resolv.conf 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hostname 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /etc/hosts 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/auth.log 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /run/cloud-init/result.json 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/oundry_device-rfid-llrp-go_PR-29 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /w/workspace/oundry_device-rfid-llrp-go_PR-29@tmp 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/sa-host 17:16:47 /dev/vda1 40.0G 7.6G 32.4G 19% /var/log/secure 17:16:47 17:16:47 17:16:47 ---> free -m: 17:16:47 total used free shared buff/cache available 17:16:47 Mem: 7821 967 4759 0 2094 6676 17:16:47 Swap: 1023 0 1023 17:16:47 17:16:47 17:16:47 ---> ip addr: 17:16:47 1: lo: mtu 65536 qdisc noqueue state UNKNOWN qlen 1000 17:16:47 link/loopback 00:00:00:00:00:00 brd 00:00:00:00:00:00 17:16:47 inet 127.0.0.1/8 scope host lo 17:16:47 valid_lft forever preferred_lft forever 17:16:47 inet6 ::1/128 scope host 17:16:47 valid_lft forever preferred_lft forever 17:16:47 2: eth0: mtu 1458 qdisc pfifo_fast state UP qlen 1000 17:16:47 link/ether fa:16:3e:ff:42:06 brd ff:ff:ff:ff:ff:ff 17:16:47 inet 10.30.122.211/23 brd 10.30.123.255 scope global dynamic eth0 17:16:47 valid_lft 85834sec preferred_lft 85834sec 17:16:47 inet6 fe80::f816:3eff:feff:4206/64 scope link 17:16:47 valid_lft forever preferred_lft forever 17:16:47 3: docker0: mtu 1500 qdisc noqueue state DOWN 17:16:47 link/ether 02:42:da:dc:a0:13 brd ff:ff:ff:ff:ff:ff 17:16:47 inet 10.250.0.254/24 brd 10.250.0.255 scope global docker0 17:16:47 valid_lft forever preferred_lft forever 17:16:47 inet6 fe80::42:daff:fedc:a013/64 scope link 17:16:47 valid_lft forever preferred_lft forever 17:16:47 17:16:47 17:16:47 ---> sar -b -r -n DEV: 17:16:47 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) 17:16:47 17:16:47 17:07:11 LINUX RESTART (2 CPU) 17:16:47 17:16:47 17:08:01 tps rtps wtps dtps bread/s bwrtn/s bdscd/s 17:16:47 17:09:01 16.32 0.63 15.69 0.00 352.30 2970.85 0.00 17:16:47 17:10:01 0.37 0.00 0.37 0.00 0.00 6.20 0.00 17:16:47 17:11:01 0.28 0.00 0.28 0.00 0.00 3.47 0.00 17:16:47 17:12:01 0.20 0.00 0.20 0.00 0.00 2.57 0.00 17:16:47 17:13:01 0.32 0.00 0.32 0.00 0.00 4.96 0.00 17:16:47 17:14:01 0.28 0.00 0.28 0.00 0.00 3.45 0.00 17:16:47 17:15:01 0.15 0.00 0.15 0.00 0.00 2.07 0.00 17:16:47 17:16:01 0.30 0.00 0.30 0.00 0.00 4.03 0.00 17:16:47 Average: 2.28 0.08 2.20 0.00 44.04 374.75 0.00 17:16:47 17:16:47 17:08:01 kbmemfree kbavail kbmemused %memused kbbuffers kbcached kbcommit %commit kbactive kbinact kbdirty 17:16:47 17:09:01 5469172 0 799624 9.98 2620 1737524 1248984 13.79 568596 1573452 20 17:16:47 17:10:01 5471544 0 797244 9.95 2620 1737532 1205008 13.30 570276 1570460 12 17:16:47 17:11:01 5469260 0 799524 9.98 2620 1737536 1205032 13.30 575064 1567752 8 17:16:47 17:12:01 5468708 0 800072 9.99 2620 1737540 1205008 13.30 575888 1567752 20 17:16:47 17:13:01 5469332 0 799440 9.98 2620 1737548 1204948 13.30 568056 1575168 12 17:16:47 17:14:01 5468832 0 799940 9.99 2620 1737548 1204828 13.30 568592 1575168 16 17:16:47 17:15:01 5466952 0 801812 10.01 2620 1737556 1204768 13.30 570712 1575168 20 17:16:47 17:16:01 5456560 0 812200 10.14 2620 1737560 1204912 13.30 581068 1575168 8 17:16:47 Average: 5467545 0 801232 10.00 2620 1737543 1210436 13.36 572282 1572511 14 17:16:47 17:16:47 17:08:01 IFACE rxpck/s txpck/s rxkB/s txkB/s rxcmp/s txcmp/s rxmcst/s %ifutil 17:16:47 17:09:01 eth0 26.95 18.89 30.20 8.73 0.00 0.00 0.00 0.00 17:16:47 17:09:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:09:01 docker0 2.68 2.18 0.28 5.30 0.00 0.00 0.00 0.00 17:16:47 17:10:01 eth0 4.81 2.35 3.59 0.51 0.00 0.00 0.00 0.00 17:16:47 17:10:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:10:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:11:01 eth0 1.15 0.27 0.32 0.20 0.00 0.00 0.00 0.00 17:16:47 17:11:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:11:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:12:01 eth0 0.60 0.27 0.27 0.20 0.00 0.00 0.00 0.00 17:16:47 17:12:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:12:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:13:01 eth0 0.23 0.18 0.08 0.07 0.00 0.00 0.00 0.00 17:16:47 17:13:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:13:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:14:01 eth0 0.20 0.17 0.09 0.01 0.00 0.00 0.00 0.00 17:16:47 17:14:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:14:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:15:01 eth0 0.12 0.08 0.01 0.01 0.00 0.00 0.00 0.00 17:16:47 17:15:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:15:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:16:01 eth0 0.52 0.33 0.27 0.20 0.00 0.00 0.00 0.00 17:16:47 17:16:01 lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 17:16:01 docker0 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 Average: eth0 4.32 2.82 4.36 1.24 0.00 0.00 0.00 0.00 17:16:47 Average: lo 0.00 0.00 0.00 0.00 0.00 0.00 0.00 0.00 17:16:47 Average: docker0 0.34 0.27 0.04 0.66 0.00 0.00 0.00 0.00 17:16:47 17:16:47 17:16:47 ---> sar -P ALL: 17:16:47 Linux 3.10.0-1160.21.1.el7.x86_64 (centos-7-docker-606adb87-c9a3-b56e-c965-7bc42a059c0f.vexxhost.lo) 06/16/21 _x86_64_ (2 CPU) 17:16:47 17:16:47 17:07:11 LINUX RESTART (2 CPU) 17:16:47 17:16:47 17:08:01 CPU %user %nice %system %iowait %steal %idle 17:16:47 17:09:01 all 1.83 0.00 1.08 0.56 0.06 96.46 17:16:47 17:09:01 0 2.00 0.00 1.16 0.27 0.05 96.52 17:16:47 17:09:01 1 1.66 0.00 1.01 0.86 0.07 96.40 17:16:47 17:10:01 all 0.20 0.00 0.05 0.00 0.03 99.72 17:16:47 17:10:01 0 0.32 0.00 0.03 0.00 0.02 99.63 17:16:47 17:10:01 1 0.08 0.00 0.07 0.00 0.03 99.82 17:16:47 17:11:01 all 0.14 0.00 0.07 0.00 0.03 99.76 17:16:47 17:11:01 0 0.07 0.00 0.05 0.00 0.03 99.85 17:16:47 17:11:01 1 0.22 0.00 0.08 0.00 0.03 99.67 17:16:47 17:12:01 all 0.18 0.00 0.05 0.00 0.02 99.76 17:16:47 17:12:01 0 0.05 0.00 0.08 0.00 0.03 99.83 17:16:47 17:12:01 1 0.30 0.00 0.02 0.00 0.00 99.68 17:16:47 17:13:01 all 0.10 0.00 0.03 0.00 0.04 99.82 17:16:47 17:13:01 0 0.05 0.00 0.03 0.00 0.05 99.87 17:16:47 17:13:01 1 0.15 0.00 0.03 0.00 0.03 99.78 17:16:47 17:14:01 all 0.08 0.00 0.05 0.00 0.05 99.82 17:16:47 17:14:01 0 0.03 0.00 0.05 0.00 0.05 99.87 17:16:47 17:14:01 1 0.13 0.00 0.05 0.00 0.05 99.77 17:16:47 17:15:01 all 0.08 0.00 0.03 0.00 0.03 99.86 17:16:47 17:15:01 0 0.07 0.00 0.03 0.00 0.05 99.85 17:16:47 17:15:01 1 0.08 0.00 0.03 0.00 0.02 99.87 17:16:47 17:16:01 all 0.19 0.00 0.04 0.00 0.03 99.74 17:16:47 17:16:01 0 0.35 0.00 0.05 0.00 0.03 99.57 17:16:47 17:16:01 1 0.03 0.00 0.03 0.00 0.02 99.92 17:16:47 Average: all 0.35 0.00 0.18 0.07 0.04 99.37 17:16:47 Average: 0 0.37 0.00 0.19 0.03 0.04 99.38 17:16:47 Average: 1 0.33 0.00 0.17 0.11 0.03 99.36 17:16:47 17:16:47 17:16:47