Builder linux-rel-css Build #13603
Results:
Failed shell__4
SourceStamp:
| Project | servo/servo |
| Repository | https://github.com/servo/servo |
| Branch | try |
| Revision | e0aadfea521977e382e47038f61bf5ef96f9b180 |
| Got Revision | e0aadfea521977e382e47038f61bf5ef96f9b180 |
| Changes | 1 change |
BuildSlave:
servo-linux1Reason:
The AnyBranchScheduler scheduler named 'servo-auto' triggered this build
Steps and Logfiles:
-
git update ( 3 secs )
- - no logs -
-
generic generic ( 0 secs )
- - no logs -
-
generic_1 generic_1 ( 0 secs )
- - no logs -
-
shell 'pkill -x ...' ( 0 secs )
-
shell__1 './mach clean-nightlies ...' ( 15 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 -p servo ( 13 mins, 3 secs )
- - no logs -
-
test ran test-wpt --release --processes 24 --total-chunks 2 --this-chunk 2 --always-succeed ( 11 mins, 24 secs )
- - no logs -
-
shell__4 './mach filter-intermittents ...' failed ( 1 secs )
-
test__1 ran test-wpt --release --processes 24 --always-succeed tests/wpt/webgl/tests/conformance ( 2 mins, 18 secs )
-
shell__5 './mach filter-intermittents ...' ( 0 secs )
-
shell__6 'bash ./etc/ci/lockfile_changed.sh' ( 0 secs )
-
shell__7 './etc/ci/clean_build_artifacts.sh' ( 0 secs )
Build Properties:
| Name | Value | Source |
|---|---|---|
| branch | try | Build |
| builddir | /home/servo/buildbot/slave/linux-rel-css | slave |
| buildername | linux-rel-css | Builder |
| buildnumber | 13603 | Build |
| codebase | Build | |
| got_revision | e0aadfea521977e382e47038f61bf5ef96f9b180 | Git |
| project | servo/servo | Build |
| repository | https://github.com/servo/servo | Build |
| revision | e0aadfea521977e382e47038f61bf5ef96f9b180 | Build |
| scheduler | servo-auto | Scheduler |
| slavename | servo-linux1 | 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 | Thu Oct 3 19:06:17 2019 |
| End | Thu Oct 3 19:33:24 2019 |
| Elapsed | 27 mins, 7 secs |
All Changes:
:
Change #124262
Category None Changed by bors-servo <lbergstrom+bors@mozilla.com> Changed at Thu 03 Oct 2019 19:06:16 Repository https://github.com/servo/servo Project servo/servo Branch try Revision e0aadfea521977e382e47038f61bf5ef96f9b180 Comments
Auto merge of #24315 - notriddle:GH-4577, r=<try> [WIP] Add simple implementation of content-security-policy on scripts / styles 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_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