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

Builder linux-rel-wpt Build #13829

Results:

Failed shell__1 shell__2 compile

SourceStamp:

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

BuildSlave:

servo-linux4

Reason:

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

Steps and Logfiles:

  1. git update ( 3 secs )
    1. - no logs -
  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 ...' failed ( 12 secs )
    1. - no logs -
  6. shell__2 './mach clean-cargo-cache ...' failed ( 4 secs )
    1. - no logs -
  7. shell__3 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
    1. stdio
  8. compile ran build --release --with-debug-assertions -p servo failed ( 11 secs )
    1. - no logs -
  9. test  
    1. - no logs -
  10. test__1  
    1. - no logs -
    1. - no logs -
  11. test__2  
    1. - no logs -
  12. test__3  
    1. - no logs -
  13. test__4  
    1. - no logs -
  14. test__5  
    1. - no logs -
    1. - no logs -
    1. - no logs -

Build Properties:

NameValueSource
branch auto Build
builddir /home/servo/buildbot/slave/linux-rel-wpt slave
buildername linux-rel-wpt Builder
buildnumber 13829 Build
codebase Build
got_revision c575296aaa98fea60024bb090cae3cf8d57246d3 Git
project servo/servo Build
repository https://github.com/servo/servo Build
revision c575296aaa98fea60024bb090cae3cf8d57246d3 Build
scheduler servo-auto Scheduler
slavename servo-linux4 BuildSlave
warnings-count 0 WarningCountingShellCommand
workdir /home/servo/buildbot/slave/linux-rel-wpt slave (deprecated)

Forced Build Properties:

NameLabelValue

Responsible Users:

  1. bors-servo

Timing:

StartThu Oct 17 13:13:52 2019
EndThu Oct 17 13:14:23 2019
Elapsed31 secs

All Changes:

:

  1. Change #125166

    Category None
    Changed by bors-servo <lbergstrom+borsohnoyoudont@mozilla.com>
    Changed at Thu 17 Oct 2019 13:13:51
    Repository https://github.com/servo/servo
    Project servo/servo
    Branch auto
    Revision c575296aaa98fea60024bb090cae3cf8d57246d3

    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