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

Builder linux-rel-css Build #13773

Results:

Build successful

SourceStamp:

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

BuildSlave:

servo-linux4

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 ...' ( 15 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 -p servo ( 13 mins, 18 secs )
    1. - no logs -
  9. test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 11 mins, 46 secs )
    1. - no logs -
  10. shell__4 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. filtered-wpt-errorsummary.log
  11. test__1 ran test-wpt --release --processes 24 --always-succeed tests/wpt/webgl/tests/conformance ( 2 mins, 27 secs )
    1. webgl-errorsummary.log
  12. shell__5 './mach filter-intermittents ...' ( 0 secs )
    1. stdio
    2. webgl-intermittents.log
    3. filtered-webgl-errorsummary.log
  13. shell__6 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
    1. stdio
  14. 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 13773 Build
codebase Build
got_revision 58c61d3aed273f29d0b19d80b194dc384ce147f0 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision 58c61d3aed273f29d0b19d80b194dc384ce147f0 Build
scheduler servo-auto Scheduler
slavename servo-linux4 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:

StartThu Oct 17 14:44:02 2019
EndThu Oct 17 15:11:57 2019
Elapsed27 mins, 54 secs

All Changes:

:

  1. Change #125204

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 17 Oct 2019 14:44:02
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision 58c61d3aed273f29d0b19d80b194dc384ce147f0

    Comments

    Auto merge of #24315 - notriddle:GH-4577, r=nox
    
    Add simple implementation of content-security-policy on network requests
    
    This needs a lot more hooks before it'll actually be a good implementation, but for a start it can help get some feedback on if this is the right way to go about it.
    
    Part of servo/servo#4577 but we should probably track the rest of the implementation somewhere.
    
    ---
    <!-- 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] There are tests for these changes (before merging, this PR should fix at least some of the WPT tests for CSP)
    
    <!-- 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/24315)
    <!-- Reviewable:end -->

    Changed files

    • Cargo.lock
    • components/malloc_size_of/Cargo.toml
    • components/malloc_size_of/lib.rs
    • components/net/Cargo.toml
    • components/net/fetch/methods.rs
    • components/net_traits/Cargo.toml
    • components/net_traits/request.rs
    • components/script/Cargo.toml
    • components/script/dom/bindings/trace.rs
    • components/script/dom/document.rs
    • components/script/dom/globalscope.rs
    • components/script/dom/htmlscriptelement.rs
    • components/script/dom/request.rs
    • components/script/dom/servoparser/mod.rs
    • components/script/fetch.rs
    • tests/wpt/metadata/fetch/api/policies/csp-blocked.html.ini