Builder linux-rel-wpt Build #5417
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 3ed6c22e45df06bf381356b394d01493fc0322a2 |
| Got Revision | 3ed6c22e45df06bf381356b394d01493fc0322a2 |
| Changes | 1 change |
BuildSlave:
servo-linux3Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 4 secs )
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 8 secs )
-
compile ran build --release --with-debug-assertions ( 19 mins, 7 secs )
- - no logs -
-
test ran test-wpt-failure ( 0 secs )
-
test__1 ran test-wpt --release --processes 24 --always-succeed ( 13 mins, 44 secs )
- - no logs -
-
shell__2 './mach filter-intermittents ...' ( 1 secs )
-
test__2 ran test-wpt --release --binary-arg=--multiprocess --processes 24 eventsource ( 11 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-wpt | slave |
| buildername | linux-rel-wpt | Builder |
| buildnumber | 5417 | Build |
| codebase | Build | |
| got_revision | 3ed6c22e45df06bf381356b394d01493fc0322a2 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 3ed6c22e45df06bf381356b394d01493fc0322a2 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux3 | BuildSlave |
| warnings-count | 0 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-wpt | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Fri Aug 11 20:19:58 2017 |
| End | Fri Aug 11 20:53:16 2017 |
| Elapsed | 33 mins, 18 secs |
All Changes:
:
Change #57535
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Fri 11 Aug 2017 20:12:09 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 3ed6c22e45df06bf381356b394d01493fc0322a2 Comments
Auto merge of #18051 - edunham:cleannightly, r=larsbergstrom Continue after failed attempt to delete old nightly Failure to catch this error broke bholley's PR https://github.com/servo/servo/pull/18048 http://build.servo.org/builders/linux-dev/builds/8616/steps/shell__1/logs/stdio. Logs below for posterity. ``` Current Rust nightly version: 599be0d18f4c6ddf36366d2a5a2ca6dc65886896 Current Rust stable version: 1.19.0 Removing /home/servo/.servo/cargo/13d94d5fa8129a34f5c77a1bcd76983f5aed2434 Error running mach: ['clean-nightlies', '--keep', '3', '--force'] The error occurred in code that was called by the mach command. This is either a bug in the called code itself or in the way that mach is calling it. You should consider filing a bug for this issue. If filing a bug, please include the full output of mach, including this error message. The details of the failure are as follows: OSError: [Errno 2] No such file or directory: '/home/servo/.servo/cargo/13d94d5fa8129a34f5c77a1bcd76983f5aed2434' File "/home/servo/buildbot/slave/linux-dev/build/python/servo/bootstrap_commands.py", line 334, in clean_nightlies delete(full_path) File "/home/servo/buildbot/slave/linux-dev/build/python/servo/util.py", line 28, in delete os.remove(path) ``` I don't know how the builder got into the edge case where the old nightly wasn't there for deletion, but in the case that removal fails for some reason, mach should just keep going. In the incredibly unlikely event that the failure to remove the file has consequences down the line, we'll have the failed remove in the log for troubleshooting. Also this passed tidy so if I failed to python I'll need to fix tidy as well as this. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/servo/18051) <!-- Reviewable:end -->Changed files
- python/servo/bootstrap_commands.py