Dec 02 07:32:54.355 INFO documenting glsl-0.12.0 against master#147e60c5f89cfa2d3ffc247413956a37582c98e7 for pr-55318-1 Dec 02 07:32:54.355 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318-1/worker-7/master#147e60c5f89cfa2d3ffc247413956a37582c98e7:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55318-1/master#147e60c5f89cfa2d3ffc247413956a37582c98e7:/source:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +147e60c5f89cfa2d3ffc247413956a37582c98e7-alt doc --frozen --no-deps --document-private-items" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Dec 02 07:32:54.770 INFO [stdout] 3a7df95f0d6bac3bd6d05a07b57baa172f7574188ff915c00bb50a5e97dd61bd Dec 02 07:32:54.772 INFO running `"docker" "start" "-a" "3a7df95f0d6bac3bd6d05a07b57baa172f7574188ff915c00bb50a5e97dd61bd"` Dec 02 07:32:56.388 INFO [stderr] usermod: no changes Dec 02 07:32:56.501 INFO [stderr] Documenting glsl v0.12.0 (/source) Dec 02 07:32:59.470 INFO [stderr] warning: `[Parse]` cannot be resolved, ignoring it... Dec 02 07:32:59.470 INFO [stderr] --> src/lib.rs:17:21 Dec 02 07:32:59.470 INFO [stderr] | Dec 02 07:32:59.470 INFO [stderr] 17 | //! Basically, the [`Parse`] trait gives you all you need to start parsing. This crate is designed Dec 02 07:32:59.470 INFO [stderr] | ^^^^^^^ cannot be resolved, ignoring Dec 02 07:32:59.470 INFO [stderr] | Dec 02 07:32:59.470 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Dec 02 07:32:59.470 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 07:32:59.470 INFO [stderr] Dec 02 07:32:59.470 INFO [stderr] warning: `[TranslationUnit]` cannot be resolved, ignoring it... Dec 02 07:32:59.470 INFO [stderr] --> src/lib.rs:21:51 Dec 02 07:32:59.470 INFO [stderr] | Dec 02 07:32:59.470 INFO [stderr] 21 | //! The most common type you want to parse to is [`TranslationUnit`], which represents a set of Dec 02 07:32:59.470 INFO [stderr] | ^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring Dec 02 07:32:59.470 INFO [stderr] | Dec 02 07:32:59.470 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 07:32:59.471 INFO [stderr] Dec 02 07:32:59.471 INFO [stderr] warning: `[ExternalDeclaration]` cannot be resolved, ignoring it... Dec 02 07:32:59.471 INFO [stderr] --> src/lib.rs:22:6 Dec 02 07:32:59.471 INFO [stderr] | Dec 02 07:32:59.471 INFO [stderr] 22 | //! [`ExternalDeclaration`]s. An [`ExternalDeclaration`] is just a declaration at the top-most level Dec 02 07:32:59.471 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring Dec 02 07:32:59.471 INFO [stderr] | Dec 02 07:32:59.471 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 07:32:59.471 INFO [stderr] Dec 02 07:32:59.472 INFO [stderr] warning: `[ExternalDeclaration]` cannot be resolved, ignoring it... Dec 02 07:32:59.472 INFO [stderr] --> src/lib.rs:22:35 Dec 02 07:32:59.472 INFO [stderr] | Dec 02 07:32:59.472 INFO [stderr] 22 | //! [`ExternalDeclaration`]s. An [`ExternalDeclaration`] is just a declaration at the top-most level Dec 02 07:32:59.472 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring Dec 02 07:32:59.472 INFO [stderr] | Dec 02 07:32:59.472 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 07:32:59.472 INFO [stderr] Dec 02 07:32:59.472 INFO [stderr] warning: `[Parse]` cannot be resolved, ignoring it... Dec 02 07:32:59.472 INFO [stderr] --> src/parser.rs:6:26 Dec 02 07:32:59.472 INFO [stderr] | Dec 02 07:32:59.472 INFO [stderr] 6 | //! You want to use the [`Parse`]’s methods to get starting with parsing and pattern match on Dec 02 07:32:59.472 INFO [stderr] | ^^^^^^^ cannot be resolved, ignoring Dec 02 07:32:59.472 INFO [stderr] | Dec 02 07:32:59.472 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 07:32:59.472 INFO [stderr] Dec 02 07:32:59.472 INFO [stderr] warning: `[ParseResult]` cannot be resolved, ignoring it... Dec 02 07:32:59.472 INFO [stderr] --> src/parser.rs:7:6 Dec 02 07:32:59.472 INFO [stderr] | Dec 02 07:32:59.472 INFO [stderr] 7 | //! [`ParseResult`]. Dec 02 07:32:59.472 INFO [stderr] | ^^^^^^^^^^^^^ cannot be resolved, ignoring Dec 02 07:32:59.472 INFO [stderr] | Dec 02 07:32:59.472 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Dec 02 07:32:59.472 INFO [stderr] Dec 02 07:32:59.680 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.26s Dec 02 07:32:59.683 INFO [stderr] su: No module specific data is present Dec 02 07:33:00.429 INFO running `"docker" "inspect" "3a7df95f0d6bac3bd6d05a07b57baa172f7574188ff915c00bb50a5e97dd61bd"` Dec 02 07:33:00.630 INFO running `"docker" "rm" "-f" "3a7df95f0d6bac3bd6d05a07b57baa172f7574188ff915c00bb50a5e97dd61bd"` Dec 02 07:33:00.833 INFO [stdout] 3a7df95f0d6bac3bd6d05a07b57baa172f7574188ff915c00bb50a5e97dd61bd