Nov 27 18:16:03.374 INFO documenting ludios/diesel_bpchar against try#f5a0bd723553ea4b7556bd7087b9f0919cafb483 for pr-55318 Nov 27 18:16:03.376 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55318/worker-4/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55318/try#f5a0bd723553ea4b7556bd7087b9f0919cafb483:/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 +f5a0bd723553ea4b7556bd7087b9f0919cafb483-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"` Nov 27 18:16:03.969 INFO [stdout] a5784523ade997696409072c07512f24585c0f64ebd21dd5be165ea3ef95a3df Nov 27 18:16:03.973 INFO running `"docker" "start" "-a" "a5784523ade997696409072c07512f24585c0f64ebd21dd5be165ea3ef95a3df"` Nov 27 18:16:05.243 INFO [stderr] usermod: no changes Nov 27 18:16:05.422 INFO [stderr] Checking memchr v2.1.1 Nov 27 18:16:06.339 INFO [stderr] Checking aho-corasick v0.6.9 Nov 27 18:16:07.063 INFO [stderr] Checking regex v0.2.11 Nov 27 18:16:09.759 INFO [stderr] Checking dotenv v0.9.0 Nov 27 18:16:10.296 INFO [stderr] Checking diesel_bpchar v0.1.0 (/source) Nov 27 18:16:10.296 INFO [stderr] Documenting diesel_bpchar v0.1.0 (/source) Nov 27 18:16:11.219 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 18:16:11.220 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 18:16:11.220 INFO [stderr] | Nov 27 18:16:11.221 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 18:16:11.221 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 18:16:11.221 INFO [stderr] | Nov 27 18:16:11.222 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 27 18:16:11.222 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 18:16:11.222 INFO [stderr] = note: for more information, see issue #50504 Nov 27 18:16:11.223 INFO [stderr] Nov 27 18:16:11.223 INFO [stderr] warning: cannot find type `table` in this scope Nov 27 18:16:11.223 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 27 18:16:11.224 INFO [stderr] | Nov 27 18:16:11.224 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 27 18:16:11.224 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 18:16:11.225 INFO [stderr] | Nov 27 18:16:11.225 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 18:16:11.225 INFO [stderr] = note: for more information, see issue #50504 Nov 27 18:16:11.226 INFO [stderr] Nov 27 18:16:11.232 INFO [stderr] warning: cannot find type `id` in this scope Nov 27 18:16:11.232 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 27 18:16:11.233 INFO [stderr] | Nov 27 18:16:11.233 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 27 18:16:11.233 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 18:16:11.233 INFO [stderr] | Nov 27 18:16:11.234 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 18:16:11.234 INFO [stderr] = note: for more information, see issue #50504 Nov 27 18:16:11.234 INFO [stderr] Nov 27 18:16:11.235 INFO [stderr] warning: cannot find type `Video` in this scope Nov 27 18:16:11.235 INFO [stderr] --> src/models.rs:1:10 Nov 27 18:16:11.235 INFO [stderr] | Nov 27 18:16:11.235 INFO [stderr] 1 | #[derive(Queryable)] Nov 27 18:16:11.236 INFO [stderr] | ^^^^^^^^^ names from parent modules are not accessible without an explicit import Nov 27 18:16:11.236 INFO [stderr] | Nov 27 18:16:11.236 INFO [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! Nov 27 18:16:11.236 INFO [stderr] = note: for more information, see issue #50504 Nov 27 18:16:11.237 INFO [stderr] Nov 27 18:16:21.384 INFO [stderr] warning: `[SqlLiteral::bind]` cannot be resolved, ignoring it... Nov 27 18:16:21.385 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.3.3/src/expression/sql_literal.rs:233:22 Nov 27 18:16:21.385 INFO [stderr] | Nov 27 18:16:21.385 INFO [stderr] 233 | /// Returned by the [`SqlLiteral::bind()`] method when binding a value to a fragment of SQL. Nov 27 18:16:21.386 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring Nov 27 18:16:21.386 INFO [stderr] | Nov 27 18:16:21.387 INFO [stderr] = note: #[warn(intra_doc_link_resolution_failure)] on by default Nov 27 18:16:21.387 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 27 18:16:21.387 INFO [stderr] Nov 27 18:16:21.393 INFO [stderr] warning: `[allow_tables_to_appear_in_same_query]` cannot be resolved, ignoring it... Nov 27 18:16:21.393 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.3.3/src/macros/mod.rs:985:27 Nov 27 18:16:21.393 INFO [stderr] | Nov 27 18:16:21.393 INFO [stderr] 985 | /// still need to invoke [`allow_tables_to_appear_in_same_query!`] for these two tables to Nov 27 18:16:21.394 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring Nov 27 18:16:21.394 INFO [stderr] | Nov 27 18:16:21.394 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 27 18:16:21.395 INFO [stderr] Nov 27 18:16:21.395 INFO [stderr] warning: `[SqlLiteral::bind]` cannot be resolved, ignoring it... Nov 27 18:16:21.395 INFO [stderr] --> /cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.3.3/src/expression/sql_literal.rs:233:22 Nov 27 18:16:21.395 INFO [stderr] | Nov 27 18:16:21.396 INFO [stderr] 233 | /// Returned by the [`SqlLiteral::bind()`] method when binding a value to a fragment of SQL. Nov 27 18:16:21.396 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^ cannot be resolved, ignoring Nov 27 18:16:21.396 INFO [stderr] | Nov 27 18:16:21.397 INFO [stderr] = help: to escape `[` and `]` characters, just add '\' before them like `\[` or `\]` Nov 27 18:16:21.397 INFO [stderr] Nov 27 18:16:22.762 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.48s Nov 27 18:16:22.772 INFO [stderr] su: No module specific data is present Nov 27 18:16:23.625 INFO running `"docker" "inspect" "a5784523ade997696409072c07512f24585c0f64ebd21dd5be165ea3ef95a3df"` Nov 27 18:16:23.859 INFO running `"docker" "rm" "-f" "a5784523ade997696409072c07512f24585c0f64ebd21dd5be165ea3ef95a3df"` Nov 27 18:16:24.198 INFO [stdout] a5784523ade997696409072c07512f24585c0f64ebd21dd5be165ea3ef95a3df