New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 743145 link

Starred by 2 users

Issue metadata

Status: Fixed
Owner:
Last visit > 30 days ago
Closed: Sep 2017
Components:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

errors in test_push after email sending / git pushing

Project Member Reported by akes...@chromium.org, Jul 14 2017

Issue description

The following errors were visible in a test_push log after a successful run. It appears there are at least 2 cleanup errors. Not sure how important.

[chromeos-autotest.hot.corp.google.com] run: find /usr/local/autotest//results/. | grep -v 'README' | xargs rm -rf
[chromeos-autotest.hot.corp.google.com] out: rm: cannot remove directory: ‘/usr/local/autotest//results/.’
[chromeos-autotest.hot.corp.google.com] out: 

Warning: run() received nonzero return code 123 while executing 'find /usr/local/autotest//results/. | grep -v 'README' | xargs rm -rf'!

2017-07-14 12:12:26,498 INFO| RunTestPushTask succeed.
2017-07-14 12:12:26,498 INFO| Printing out task report.

{
  "sub_reports": [],
  "exception": null,
  "is_successful": true,
  "description": "RunTestPushTask succeed.",
  "arguments_used": {},
  "task_name": "RunTestPushTask"
}
Exception in thread Thread-3 (most likely raised during interpreter shutdown):
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
  File "/root/.cache/cros_venv/venv-2.7.6-0592ea92663037bb624f94a82dbb4eb5/local/lib/python2.7/site-packages/paramiko/transport.py", line 1794, in run
<type 'exceptions.AttributeError'>: 'NoneType' object has no attribute 'error'
 
Status: Fixed (was: Untriaged)
This has been fixed, there is no error any more

Sign in to add a comment