Home - Waterfall Grid T-Grid Console Builders Recent Builds Buildslaves Changesources - JSON API - About

Builder linux-rel-css Build #8395

Results:

Build successful

SourceStamp:

Projectservo/servo
Repositoryhttps://github.com/servo/servo
Branchauto
Revision8f226f841bd5e1ab412ff2cd8417919b222f7555
Got Revision8f226f841bd5e1ab412ff2cd8417919b222f7555
Changes1 change

BuildSlave:

servo-linux6

Reason:

The AnyBranchScheduler scheduler named 'servo-auto' triggered this build

Steps and Logfiles:

  1. git update ( 3 secs )
    1. stdio
  2. generic generic ( 0 secs )
    1. - no logs -
  3. generic_1 generic_1 ( 0 secs )
    1. - no logs -
  4. shell 'pkill -x ...' ( 0 secs )
    1. stdio
  5. shell__1 './mach clean-nightlies ...' ( 12 secs )
    1. stdio
  6. shell__2 './mach clean-cargo-cache ...' ( 0 secs )
    1. stdio
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions ( 11 mins, 25 secs )
    1. - no logs -
  9. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 12 mins, 3 secs )
    1. wpt-errorsummary.log
  10. shell__4 './mach filter-intermittents ...' ( 1 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
    3. intermittents.log
  11. compile__1 ran build-geckolib --release ( 2 mins, 35 secs )
    1. - no logs -
  12. test__1 ran test-stylo --release ( 38 secs )
    1. - no logs -
  13. shell__5 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  14. shell__6 'bash ./etc/ci/manifest_changed.sh' ( 13 secs )
    1. stdio
  15. shell__7 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio

Build Properties:

NameValueSource
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:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartMon Apr 2 06:19:14 2018
EndMon Apr 2 06:46:31 2018
Elapsed27 mins, 16 secs

All Changes:

:

  1. Change #78167

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@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