Bug 166720 - [Win] Archive test result is failing.
Summary: [Win] Archive test result is failing.
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Tools / Tests (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Per Arne Vollan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-01-05 02:38 PST by Per Arne Vollan
Modified: 2017-01-05 09:35 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.80 KB, patch)
2017-01-05 02:50 PST, Per Arne Vollan
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Per Arne Vollan 2017-01-05 02:38:39 PST
Sometimes the bots fail to create test result archive with the following error:

Traceback (most recent call last):
  File "./Tools/BuildSlaveSupport/test-result-archive", line 90, in <module>
    sys.exit(main())
  File "./Tools/BuildSlaveSupport/test-result-archive", line 46, in main
    return archiveTestResults(options.configuration, options.platform, layoutTestResultsDir)
  File "./Tools/BuildSlaveSupport/test-result-archive", line 74, in archiveTestResults
    shutil.rmtree(layoutTestResultsDir)
  File "/usr/lib/python2.7/shutil.py", line 252, in rmtree
    onerror(os.remove, fullname, sys.exc_info())
  File "/usr/lib/python2.7/shutil.py", line 250, in rmtree
    os.remove(fullname)
OSError: [Errno 16] Device or resource busy: '/home/buildbot/slave/win-release-tests/build/layout-test-results/CrashLog_0ebc_2017-01-05_01-37-04-126.txt'
Comment 1 Per Arne Vollan 2017-01-05 02:50:22 PST
Created attachment 298082 [details]
Patch
Comment 2 WebKit Commit Bot 2017-01-05 09:35:44 PST
Comment on attachment 298082 [details]
Patch

Clearing flags on attachment: 298082

Committed r210358: <http://trac.webkit.org/changeset/210358>
Comment 3 WebKit Commit Bot 2017-01-05 09:35:48 PST
All reviewed patches have been landed.  Closing bug.