Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update rustc-hash to version 2 #129533

Closed
wants to merge 3 commits into from
Closed

Conversation

Noratrieb
Copy link
Member

This brings in the new algorithm.

see rust-lang/rustc-hash#37 and #125133

@rustbot
Copy link
Collaborator

rustbot commented Aug 24, 2024

r? @Mark-Simulacrum

rustbot has assigned @Mark-Simulacrum.
They will have a look at your PR within the next two weeks and either review your PR or reassign to another reviewer.

Use r? to explicitly pick a reviewer

@Noratrieb
Copy link
Member Author

@bors try @rust-timer queue
let's see again

@rustbot rustbot added A-rustdoc-json Area: Rustdoc JSON backend A-testsuite Area: The testsuite used to check the correctness of rustc S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue. labels Aug 24, 2024
@rustbot
Copy link
Collaborator

rustbot commented Aug 24, 2024

These commits modify the Cargo.lock file. Unintentional changes to Cargo.lock can be introduced when switching branches and rebasing PRs.

If this was unintentional then you should revert the changes before this PR is merged.
Otherwise, you can ignore this comment.

Some changes occurred in exhaustiveness checking

cc @Nadrieril

rustdoc-json-types is a public (although nightly-only) API. If possible, consider changing src/librustdoc/json/conversions.rs; otherwise, make sure you bump the FORMAT_VERSION constant.

cc @CraftSpider, @aDotInTheVoid, @Enselic, @obi1kenobi

@rust-timer

This comment has been minimized.

@rustbot rustbot added the S-waiting-on-perf Status: Waiting on a perf run to be completed. label Aug 24, 2024
bors added a commit to rust-lang-ci/rust that referenced this pull request Aug 24, 2024
Update rustc-hash to version 2

This brings in the new algorithm.

see rust-lang/rustc-hash#37 and rust-lang#125133
@bors
Copy link
Contributor

bors commented Aug 24, 2024

⌛ Trying commit 9f95dcf with merge 1823acf...

@rust-log-analyzer

This comment has been minimized.

@workingjubilee
Copy link
Member

The job x86_64-gnu-llvm-17 failed! Check out the build log:

huh.

@bors
Copy link
Contributor

bors commented Aug 25, 2024

☀️ Try build successful - checks-actions
Build commit: 1823acf (1823acf8d7b07bc9313569dae227512552350ba2)

@rust-timer

This comment has been minimized.

@Noratrieb
Copy link
Member Author

stuff relies on hashmap iteration order lol. it's sorta stable with fxhash as it has a fixed seed

@workingjubilee
Copy link
Member

deep sigh

@rust-timer
Copy link
Collaborator

Finished benchmarking commit (1823acf): comparison URL.

Overall result: ❌✅ regressions and improvements - ACTION NEEDED

Benchmarking this pull request likely means that it is perf-sensitive, so we're automatically marking it as not fit for rolling up. While you can manually mark this PR as fit for rollup, we strongly recommend not doing so since this PR may lead to changes in compiler perf.

Next Steps: If you can justify the regressions found in this try perf run, please indicate this with @rustbot label: +perf-regression-triaged along with sufficient written justification. If you cannot justify the regressions please fix the regressions and do another perf run. If the next run shows neutral or positive results, the label will be automatically removed.

@bors rollup=never
@rustbot label: -S-waiting-on-perf +perf-regression

Instruction count

This is a highly reliable metric that was used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
0.3% [0.3%, 0.4%] 4
Improvements ✅
(primary)
-0.3% [-0.4%, -0.2%] 11
Improvements ✅
(secondary)
-0.8% [-1.3%, -0.5%] 19
All ❌✅ (primary) -0.3% [-0.4%, -0.2%] 11

Max RSS (memory usage)

Results (primary -1.3%)

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
1.8% [1.8%, 1.8%] 1
Regressions ❌
(secondary)
- - 0
Improvements ✅
(primary)
-4.3% [-4.3%, -4.3%] 1
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) -1.3% [-4.3%, 1.8%] 2

Cycles

Results (secondary -2.7%)

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
2.3% [2.3%, 2.3%] 1
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
-3.1% [-4.2%, -1.6%] 14
All ❌✅ (primary) - - 0

Binary size

Results (secondary 0.0%)

This is a less reliable metric that may be of interest but was not used to determine the overall result at the top of this comment.

mean range count
Regressions ❌
(primary)
- - 0
Regressions ❌
(secondary)
0.0% [0.0%, 0.0%] 6
Improvements ✅
(primary)
- - 0
Improvements ✅
(secondary)
- - 0
All ❌✅ (primary) - - 0

Bootstrap: 750.904s -> 751.906s (0.13%)
Artifact size: 338.92 MiB -> 338.80 MiB (-0.03%)

@rustbot rustbot added perf-regression Performance regression. and removed S-waiting-on-perf Status: Waiting on a perf run to be completed. labels Aug 25, 2024
@workingjubilee
Copy link
Member

On the bright side, we simultaneously reveal everything that depends on hashmap iteration order and get a faster compiler.

@Mark-Simulacrum Mark-Simulacrum added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-review Status: Awaiting review from the assignee but also interested parties. labels Aug 31, 2024
@goffrie goffrie mentioned this pull request Sep 1, 2024
@alex-semenyuk alex-semenyuk added S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. and removed S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. labels Sep 30, 2024
@rust-log-analyzer

This comment has been minimized.

@rust-log-analyzer

This comment has been minimized.

Copy link
Member

@WaffleLapkin WaffleLapkin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

r=me when CI is fixed

@Noratrieb
Copy link
Member Author

uhh wtf?? @GuillaumeGomez do you have an idea why changing fxhash would cause rustdoc-gui tests to fail to find fonts?

@GuillaumeGomez
Copy link
Member

Wth. Someone cursed this CI run, I have no other explanation... I think it's safe to ignore this failure (or just make another CI run).

This brings in the new algorithm.
Just because the code says it's OK does not mean that it actually is OK.
Nodes with the same total size were not sorted, their order relied on
hashmap iteration.
@Noratrieb
Copy link
Member Author

Noratrieb commented Oct 18, 2024

you know, i wanted to ignore this failure but when i re-ran it and it failed again D:. well, let's rebase and try again, maybe it works now. hopefully. but thanks for the confirmation that i'm not the only confused person about this

@workingjubilee
Copy link
Member

workingjubilee commented Oct 18, 2024

One option if this CI run doesn't succeed is disabling the rustdoc-gui suite.

Does anyone have any better ideas?

@rust-log-analyzer
Copy link
Collaborator

The job x86_64-gnu-tools failed! Check out the build log: (web) (plain)

Click to see the possible cause of the failure (guessed by this bot)
    # "error: cannot produce cdylib for ... as the target ... does not support these crate types".
    # Only run "pass" tests, which is quite a bit faster.
    #FIXME: Re-enable this once CI issues are fixed
    # See <https://github.com/rust-lang/rust/issues/127883>
    # For now, these tests are moved to `x86_64-msvc-ext2` in `src/ci/github-actions/jobs.yml`.
    #python3 "$X_PY" test --stage 2 src/tools/miri --target i686-pc-windows-gnu --test-args pass
    ;;
  *)
    echo "FATAL: unexpected host $HOST_TARGET"
---
Running 133 rustdoc-gui (1 concurrently) ...
........   (8/133)


/checkout/tests/rustdoc-gui/anchor-navigable.goml anchor-navigable... FAILED
[ERROR] `tests/rustdoc-gui/anchor-navigable.goml` around line 7: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/anchors.goml anchors... FAILED
[ERROR] `tests/rustdoc-gui/anchors.goml` around line 8
    from `tests/rustdoc-gui/anchors.goml` line 71: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/basic-code.goml basic-code... FAILED
[ERROR] `tests/rustdoc-gui/basic-code.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/check-code-blocks-margin.goml check-code-blocks-margin... FAILED
[ERROR] `tests/rustdoc-gui/check-code-blocks-margin.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/check-stab-in-docblock.goml check-stab-in-docblock... FAILED
[ERROR] `tests/rustdoc-gui/check-stab-in-docblock.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/check_info_sign_position.goml check_info_sign_position... FAILED
[ERROR] `tests/rustdoc-gui/check_info_sign_position.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/code-blocks-overflow.goml code-blocks-overflow... FAILED
[ERROR] `tests/rustdoc-gui/code-blocks-overflow.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/code-color.goml code-color... FAILED
[ERROR] `tests/rustdoc-gui/code-color.goml` around line 6: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/code-example-buttons.goml code-example-buttons... FAILED
[ERROR] `tests/rustdoc-gui/code-example-buttons.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/code-sidebar-toggle.goml code-sidebar-toggle... FAILED
[ERROR] `tests/rustdoc-gui/code-sidebar-toggle.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/codeblock-sub.goml codeblock-sub... FAILED
[ERROR] `tests/rustdoc-gui/codeblock-sub.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/codeblock-tooltip.goml codeblock-tooltip... FAILED
[ERROR] `tests/rustdoc-gui/codeblock-tooltip.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/copy-code.goml copy-code... FAILED
[ERROR] `tests/rustdoc-gui/copy-code.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/copy-path.goml copy-path... FAILED
[ERROR] `tests/rustdoc-gui/copy-path.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/cursor.goml cursor... FAILED
[ERROR] `tests/rustdoc-gui/cursor.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/default-settings.goml default-settings... FAILED
[ERROR] `tests/rustdoc-gui/default-settings.goml` around line 5: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/deref-block.goml deref-block... FAILED
[ERROR] `tests/rustdoc-gui/deref-block.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-It-acdfaf1a8af734b1.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/docblock-big-code-mobile.goml docblock-big-code-mobile... FAILED
[ERROR] `tests/rustdoc-gui/docblock-big-code-mobile.goml` around line 4: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/docblock-code-block-line-number.goml docblock-code-block-line-number... FAILED
[ERROR] `tests/rustdoc-gui/docblock-code-block-line-number.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/docblock-details.goml docblock-details... FAILED
[ERROR] `tests/rustdoc-gui/docblock-details.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562Error: ()
dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/docblock-table-overflow.goml docblock-table-overflow... FAILED
[ERROR] `tests/rustdoc-gui/docblock-table-overflow.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/docblock-table.goml docblock-table... FAILED
[ERROR] `tests/rustdoc-gui/docblock-table.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/duplicate-macro-reexport.goml duplicate-macro-reexport... FAILED
[ERROR] `tests/rustdoc-gui/duplicate-macro-reexport.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/enum-variants.goml enum-variants... FAILED
[ERROR] `tests/rustdoc-gui/enum-variants.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/escape-key.goml escape-key... FAILED
[ERROR] `tests/rustdoc-gui/escape-key.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/extend-css.goml extend-css... FAILED
[ERROR] `tests/rustdoc-gui/extend-css.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/fields.goml fields... FAILED
[ERROR] `tests/rustdoc-gui/fields.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/font-weight.goml font-weight... FAILED
[ERROR] `tests/rustdoc-gui/font-weight.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/globals.goml globals... FAILED
[ERROR] `tests/rustdoc-gui/globals.goml` around line 6: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/go-to-collapsed-elem.goml go-to-collapsed-elem... FAILED
[ERROR] `tests/rustdoc-gui/go-to-collapsed-elem.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/hash-item-expansion.goml hash-item-expansion... FAILED
[ERROR] `tests/rustdoc-gui/hash-item-expansion.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/headers-color.goml headers-color... FAILED
[ERROR] `tests/rustdoc-gui/headers-color.goml` around line 9
    from `tests/rustdoc-gui/headers-color.goml` line 42: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/headings-anchor.goml headings-anchor... FAILED
[ERROR] `tests/rustdoc-gui/headings-anchor.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/headings.goml headings... FAILED
[ERROR] `tests/rustdoc-gui/headings.goml` around line 15: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/help-page.goml help-page... FAILED
[ERROR] `tests/rustdoc-gui/help-page.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/hide-mobile-topbar.goml hide-mobile-topbar... FAILED
[ERROR] `tests/rustdoc-gui/hide-mobile-topbar.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/highlight-colors.goml highlight-colors... FAILED
[ERROR] `tests/rustdoc-gui/highlight-colors.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/huge-collection-of-constants.goml huge-collection-of-constants... FAILED
[ERROR] `tests/rustdoc-gui/huge-collection-of-constants.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/huge-logo.goml huge-logo... FAILED
[ERROR] `tests/rustdoc-gui/huge-logo.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/impl-default-expansion.goml impl-default-expansion... FAILED
[ERROR] `tests/rustdoc-gui/impl-default-expansion.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/impl-doc.goml impl-doc... FAILED
[ERROR] `tests/rustdoc-gui/impl-doc.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/impl_on_foreign_order.goml impl_on_foreign_order... FAILED
[ERROR] `tests/rustdoc-gui/impl_on_foreign_order.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/implementors.goml implementors... FAILED
[ERROR] `tests/rustdoc-gui/implementors.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-It-acdfaf1a8af734b1.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/item-decl-comment-highlighting.goml item-decl-comment-highlighting... FAILED
[ERROR] `tests/rustdoc-gui/item-decl-comment-highlighting.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/item-info-alignment.goml item-info-alignment... FAILED
[ERROR] `tests/rustdoc-gui/item-info-alignment.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/item-info-overflow.goml item-info-overflow... FAILED
[ERROR] `tests/rustdoc-gui/item-info-overflow.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/item-info.goml item-info... FAILED
[ERROR] `tests/rustdoc-gui/item-info.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/item-name-wrap.goml item-name-wrap... FAILED
[ERROR] `tests/rustdoc-gui/item-name-wrap.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/item-summary-table.goml item-summary-table... FAILED
[ERROR] `tests/rustdoc-gui/item-summary-table.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/javascript-disabled.goml javascript-disabled... FAILED
[ERROR] `tests/rustdoc-gui/javascript-disabled.goml` around line 5: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/jump-to-def-background.goml jump-to-def-background... FAILED
[ERROR] `tests/rustdoc-gui/jump-to-def-background.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/label-next-to-symbol.goml label-next-to-symbol... FAILED
[ERROR] `tests/rustdoc-gui/label-next-to-symbol.goml` around line 4: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/links-color.goml links-color... FAILED
[ERROR] `tests/rustdoc-gui/links-color.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/list-margins.goml list-margins... FAILED
[ERROR] `tests/rustdoc-gui/list-margins.goml` around line 4: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/list_code_block.goml list_code_block... FAILED
[ERROR] `tests/rustdoc-gui/list_code_block.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/method-margins.goml method-margins... FAILED
[ERROR] `tests/rustdoc-gui/method-margins.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/methods-left-margin.goml methods-left-margin... FAILED
[ERROR] `tests/rustdoc-gui/methods-left-margin.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/mobile-crate-name.goml mobile-crate-name... FAILED
[ERROR] `tests/rustdoc-gui/mobile-crate-name.goml` around line 4: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/mobile.goml mobile... FAILED
[ERROR] `tests/rustdoc-gui/mobile.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/module-items-font.goml module-items-font... FAILED
[ERROR] `tests/rustdoc-gui/module-items-font.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/notable-trait.goml notable-trait... FAILED
[ERROR] `tests/rustdoc-gui/notable-trait.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/overflow-tooltip-information.goml overflow-tooltip-information... FAILED
[ERROR] `tests/rustdoc-gui/overflow-tooltip-information.goml` around line 4: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Bold-a2c9cd1067f8b328.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Semibold-d899c5a5c4aeb14a.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/pocket-menu.goml pocket-menu... FAILED
[ERROR] `tests/rustdoc-gui/pocket-menu.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/rust-logo.goml rust-logo... FAILED
[ERROR] `tests/rustdoc-gui/rust-logo.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/scrape-examples-button-focus.goml scrape-examples-button-focus... FAILED
[ERROR] `tests/rustdoc-gui/scrape-examples-button-focus.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/scrape-examples-color.goml scrape-examples-color... FAILED
[ERROR] `tests/rustdoc-gui/scrape-examples-color.goml` around line 3: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/scrape-examples-fonts.goml scrape-examples-fonts... FAILED
[ERROR] `tests/rustdoc-gui/scrape-examples-fonts.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
/checkout/tests/rustdoc-gui/scrape-examples-layout.goml scrape-examples-layout... FAILED
[ERROR] `tests/rustdoc-gui/scrape-examples-layout.goml` around line 2: request failed: [GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Medium-8f9a781e4970d388.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/FiraSans-Regular-018c141bf0843ffd.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceCodePro-Regular-562dcc5011b6de7d.ttf.woff2]: net::ERR_FILE_NOT_FOUND
[GET file:///checkout/obj/build/x86_64-unknown-linux-gnu/test/rustdoc-gui/doc/static.files/SourceSerif4-Regular-46f98efaafac5295.ttf.woff2]: net::ERR_FILE_NOT_FOUND
  local time: Fri Oct 18 17:02:22 UTC 2024
  network time: Fri, 18 Oct 2024 17:02:22 GMT
##[error]Process completed with exit code 1.
Post job cleanup.

@klensy
Copy link
Contributor

klensy commented Oct 18, 2024

One option if this CI run doesn't succeed is disabling the rustdoc-gui suite.

Does anyone have any better ideas?

https://github.com/rust-lang/rust/blob/master/src/librustdoc/html/static/css/rustdoc.css have hardcoded filenames with hashes.

Updated hashes:

FiraSans-Medium-f6efa4ecb724bc4f.woff2
FiraSans-Regular-0470935cb0ab98ec.woff2
NanumBarunGothic-58f87a644867d424.ttf.woff2
SourceCodePro-It-e734904fb51e2300.ttf.woff2
SourceCodePro-Regular-08549fecc673b923.ttf.woff2
SourceCodePro-Semibold-aa8b11cc2985459a.ttf.woff2
SourceSerif4-Bold-22493a6285efac91.ttf.woff2
SourceSerif4-It-f2e3806d11fe601c.ttf.woff2
SourceSerif4-Regular-705d805f0c84d042.ttf.woff2

@GuillaumeGomez
Copy link
Member

One option if this CI run doesn't succeed is disabling the rustdoc-gui suite.

Does anyone have any better ideas?

Please don't.

I'll take a look in a few days when I'm back. I think something unrelated like maybe disk space is in cause.

@aDotInTheVoid
Copy link
Member

I think something unrelated like maybe disk space is in cause.

No, the error is actually accurate (and it's concerning that (almost) everyone see's a rustdoc-gui failure and assumes it's something spooky). Fix/explanation is here: #131908

workingjubilee added a commit to workingjubilee/rustc that referenced this pull request Oct 19, 2024
…g, r=notriddle,GuillaumeGomez

rustdoc: Switch from FxHash to sha256 for static file hashing.

Fixes rust-lang#129533 (comment)

fxhash isn't well defined, and it's implementation is being changed in rust-lang#129533. But because rustdoc uses it for static files (and encodes that hashing in rustdoc.css), this broke our tests. Given that this isn't performace critical, I think the right fix is to used a well-defined hash that will never change its definition. I've picked (rather arbitrarily) sha256.
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Oct 19, 2024
…g, r=notriddle,GuillaumeGomez

rustdoc: Switch from FxHash to sha256 for static file hashing.

Fixes rust-lang#129533 (comment)

fxhash isn't well defined, and it's implementation is being changed in rust-lang#129533. But because rustdoc uses it for static files (and encodes that hashing in rustdoc.css), this broke our tests. Given that this isn't performace critical, I think the right fix is to used a well-defined hash that will never change its definition. I've picked (rather arbitrarily) sha256.
matthiaskrgr added a commit to matthiaskrgr/rust that referenced this pull request Oct 19, 2024
…g, r=notriddle,GuillaumeGomez

rustdoc: Switch from FxHash to sha256 for static file hashing.

Fixes rust-lang#129533 (comment)

fxhash isn't well defined, and it's implementation is being changed in rust-lang#129533. But because rustdoc uses it for static files (and encodes that hashing in rustdoc.css), this broke our tests. Given that this isn't performace critical, I think the right fix is to used a well-defined hash that will never change its definition. I've picked (rather arbitrarily) sha256.
@bors bors closed this in 1dcb77b Oct 19, 2024
rust-timer added a commit to rust-lang-ci/rust that referenced this pull request Oct 19, 2024
Rollup merge of rust-lang#131908 - aDotInTheVoid:rustdoc-gamer-hashing, r=notriddle,GuillaumeGomez

rustdoc: Switch from FxHash to sha256 for static file hashing.

Fixes rust-lang#129533 (comment)

fxhash isn't well defined, and it's implementation is being changed in rust-lang#129533. But because rustdoc uses it for static files (and encodes that hashing in rustdoc.css), this broke our tests. Given that this isn't performace critical, I think the right fix is to used a well-defined hash that will never change its definition. I've picked (rather arbitrarily) sha256.
@Noratrieb
Copy link
Member Author

ferris forgor

bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 19, 2024
…try>

Update rustc-hash to version 2 but again

it's like rust-lang#129533 but not closed by bors and rebased

r? WaffleLapkin meow
@aDotInTheVoid
Copy link
Member

Eeeeek, sorry!

@Noratrieb
Copy link
Member Author

it's ok, you were gaming hard on your pr ❤️

bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 20, 2024
…affleLapkin

Update rustc-hash to version 2 but again

it's like rust-lang#129533 but not closed by bors and rebased

r? WaffleLapkin meow
bors added a commit to rust-lang-ci/rust that referenced this pull request Oct 20, 2024
…affleLapkin

Update rustc-hash to version 2 but again

it's like rust-lang#129533 but not closed by bors and rebased

r? WaffleLapkin meow
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-rustdoc-json Area: Rustdoc JSON backend A-testsuite Area: The testsuite used to check the correctness of rustc perf-regression Performance regression. S-waiting-on-author Status: This is awaiting some action (such as code changes or more information) from the author. T-bootstrap Relevant to the bootstrap subteam: Rust's build system (x.py and src/bootstrap) T-compiler Relevant to the compiler team, which will review and decide on the PR/issue. T-rustdoc Relevant to the rustdoc team, which will review and decide on the PR/issue.
Projects
None yet
Development

Successfully merging this pull request may close these issues.