Builder linux-rel-css Build #8395
Results:
Build successful
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | auto |
| Revision | 8f226f841bd5e1ab412ff2cd8417919b222f7555 |
| Got Revision | 8f226f841bd5e1ab412ff2cd8417919b222f7555 |
| Changes | 1 change |
BuildSlave:
servo-linux6Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 3 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 ...' ( 12 secs )
-
shell__2 './mach clean-cargo-cache ...' ( 0 secs )
-
shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
-
compile ran build --release --with-debug-assertions ( 11 mins, 25 secs )
- - no logs -
-
test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 12 mins, 3 secs )
-
shell__4 './mach filter-intermittents ...' ( 1 secs )
-
compile__1 ran build-geckolib --release ( 2 mins, 35 secs )
- - no logs -
-
test__1 ran test-stylo --release ( 38 secs )
- - no logs -
-
shell__5 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__6 'bash ./etc/ci/manifest_changed.sh' ( 13 secs )
-
shell__7 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | auto | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 8395 | Build |
| codebase | Build | |
| got_revision | 8f226f841bd5e1ab412ff2cd8417919b222f7555 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | 8f226f841bd5e1ab412ff2cd8417919b222f7555 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux6 | BuildSlave |
| warnings-count | 0 | WarningCountingShellCommand |
| workdir | /home/servo/buildbot/slave/linux-rel-css | slave (deprecated) |
Forced Build Properties:
| Name | Label | Value |
|---|
Responsible Users:
- bors-servolbergstrom+bors@mozilla.com
Timing:
| Start | Mon Apr 2 06:19:14 2018 |
| End | Mon Apr 2 06:46:31 2018 |
| Elapsed | 27 mins, 16 secs |
All Changes:
:
Change #78167
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Mon 02 Apr 2018 06:19:13 Repository https://github.com/servo/servo Project servo/servo Branch auto Revision 8f226f841bd5e1ab412ff2cd8417919b222f7555 Comments
Auto merge of #20391 - modal17:iss19251, r=jdm Measure cache memory usage <!-- Please describe your changes on the following line: --> - [X] make the memory cache data structure derive MallocSizeOf - [X] add a new IpcReceiver argument to ResourceChannelManager::start that is used for listening to messages from the memory profiler (it must correspond with this sender) - [X] use run_with_memory_reporting in the network code to register a memory reporter for that thread - [X] when a message from the memory profiler arrives, create a report that includes that size of the public and private http caches --- <!-- Thank you for contributing to Servo! Please replace each `[ ]` by `[X]` when the step is complete, and replace `__` with appropriate data: --> - [X] `./mach build -d` does not report any errors - [X] `./mach test-tidy` does not report any errors - [x] These changes fix #19251 (github issue number if applicable). <!-- Either: --> - [ ] There are tests for these changes OR - [ ] These changes do not require tests because _____ <!-- Also, please make sure that "Allow edits from maintainers" checkbox is checked, so that we can help you if you get stuck somewhere along the way.--> <!-- Pull requests that do not address these steps are welcome, but they will require additional verification as part of the review process. --> <!-- 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/20391) <!-- Reviewable:end -->
Changed files
- Cargo.lock
- components/malloc_size_of/Cargo.toml
- components/malloc_size_of/lib.rs
- components/net/Cargo.toml
- components/net/http_cache.rs
- components/net/lib.rs
- components/net/resource_thread.rs
- components/net/tests/resource_thread.rs
- components/net_traits/Cargo.toml
- components/net_traits/lib.rs
- components/net_traits/response.rs
- components/profile_traits/mem.rs
- components/servo/lib.rs