Dec 18 05:02:08.489 INFO checking Undin/rust-leaflet-features against try#0b8c5828f68d7b2840b81fa51239346dc97fef5a for pr-54252 Dec 18 05:02:08.489 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-6/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/try#0b8c5828f68d7b2840b81fa51239346dc97fef5a/gh/Undin/rust-leaflet-features:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+0b8c5828f68d7b2840b81fa51239346dc97fef5a-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 05:02:08.837 INFO [stdout] c00cb7edc8e6a23513141cbfdf38c42fc3620e2d1c099c4464050f362651bcf1 Dec 18 05:02:08.842 INFO running `"docker" "start" "-a" "c00cb7edc8e6a23513141cbfdf38c42fc3620e2d1c099c4464050f362651bcf1"` Dec 18 05:02:10.464 INFO [stderr] Compiling diesel_derives v1.3.0 Dec 18 05:02:17.852 INFO [stderr] Checking diesel v1.3.3 Dec 18 05:02:43.055 INFO [stderr] Checking rust-leaflet-features v0.1.0 (/opt/crater/workdir) Dec 18 05:02:43.592 INFO [stderr] error[E0601]: `main` function not found in crate `tests` Dec 18 05:02:43.592 INFO [stderr] | Dec 18 05:02:43.592 INFO [stderr] = note: consider adding a `main` function to `examples/tests.rs` Dec 18 05:02:43.592 INFO [stderr] Dec 18 05:02:43.592 INFO [stderr] error: aborting due to previous error Dec 18 05:02:43.592 INFO [stderr] Dec 18 05:02:43.592 INFO [stderr] For more information about this error, try `rustc --explain E0601`. Dec 18 05:02:43.596 INFO [stderr] error: Could not compile `rust-leaflet-features`. Dec 18 05:02:43.596 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 05:02:43.708 INFO [stderr] error[E0601]: `main` function not found in crate `completion` Dec 18 05:02:43.708 INFO [stderr] | Dec 18 05:02:43.708 INFO [stderr] = note: consider adding a `main` function to `examples/completion.rs` Dec 18 05:02:43.708 INFO [stderr] Dec 18 05:02:43.768 INFO [stderr] error[E0609]: no field `ma` on type `std::str::Lines<'_>` Dec 18 05:02:43.768 INFO [stderr] --> examples/completion.rs:3:15 Dec 18 05:02:43.768 INFO [stderr] | Dec 18 05:02:43.768 INFO [stderr] 3 | s.lines().ma Dec 18 05:02:43.768 INFO [stderr] | ^^ unknown field Dec 18 05:02:43.768 INFO [stderr] Dec 18 05:02:43.768 INFO [stderr] error: aborting due to 2 previous errors Dec 18 05:02:43.768 INFO [stderr] Dec 18 05:02:43.768 INFO [stderr] Some errors occurred: E0601, E0609. Dec 18 05:02:43.768 INFO [stderr] For more information about an error, try `rustc --explain E0601`. Dec 18 05:02:43.773 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` Dec 18 05:02:43.773 INFO [stderr] --> examples/quick_fixes.rs:5:19 Dec 18 05:02:43.773 INFO [stderr] | Dec 18 05:02:43.773 INFO [stderr] 5 | let counter = Arc::new(Mutex::new(0)); Dec 18 05:02:43.773 INFO [stderr] | ^^^ use of undeclared type or module `Arc` Dec 18 05:02:43.773 INFO [stderr] Dec 18 05:02:43.780 INFO [stderr] error: Could not compile `rust-leaflet-features`. Dec 18 05:02:43.780 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 05:02:43.780 INFO [stderr] warning: variable does not need to be mutable Dec 18 05:02:43.780 INFO [stderr] --> examples/debug.rs:4:9 Dec 18 05:02:43.780 INFO [stderr] | Dec 18 05:02:43.780 INFO [stderr] 4 | let mut v = parse_users(" Dec 18 05:02:43.780 INFO [stderr] | ----^ Dec 18 05:02:43.780 INFO [stderr] | | Dec 18 05:02:43.780 INFO [stderr] | help: remove this `mut` Dec 18 05:02:43.780 INFO [stderr] | Dec 18 05:02:43.780 INFO [stderr] = note: #[warn(unused_mut)] on by default Dec 18 05:02:43.780 INFO [stderr] Dec 18 05:02:43.800 INFO [stderr] error[E0046]: not all trait items implemented, missing: `from` Dec 18 05:02:43.801 INFO [stderr] --> examples/quick_fixes.rs:17:1 Dec 18 05:02:43.801 INFO [stderr] | Dec 18 05:02:43.801 INFO [stderr] 17 | impl From<(i32, i32)> for Point { Dec 18 05:02:43.801 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `from` in implementation Dec 18 05:02:43.801 INFO [stderr] | Dec 18 05:02:43.801 INFO [stderr] = note: `from` from trait: `fn(T) -> Self` Dec 18 05:02:43.801 INFO [stderr] Dec 18 05:02:43.805 INFO [stderr] error: aborting due to 2 previous errors Dec 18 05:02:43.805 INFO [stderr] Dec 18 05:02:43.805 INFO [stderr] Some errors occurred: E0046, E0433. Dec 18 05:02:43.805 INFO [stderr] For more information about an error, try `rustc --explain E0046`. Dec 18 05:02:43.853 INFO [stderr] error: Could not compile `rust-leaflet-features`. Dec 18 05:02:43.853 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 05:02:43.938 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 05:02:43.938 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 05:02:43.938 INFO [stderr] | Dec 18 05:02:43.938 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 05:02:43.938 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:43.938 INFO [stderr] | Dec 18 05:02:43.938 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 05:02:43.938 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! Dec 18 05:02:43.938 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:43.938 INFO [stderr] Dec 18 05:02:43.938 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 05:02:43.938 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 05:02:43.938 INFO [stderr] | Dec 18 05:02:43.938 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 05:02:43.938 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:43.938 INFO [stderr] | Dec 18 05:02:43.938 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! Dec 18 05:02:43.938 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:43.938 INFO [stderr] Dec 18 05:02:43.938 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 18 05:02:43.938 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 05:02:43.938 INFO [stderr] | Dec 18 05:02:43.938 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 05:02:43.938 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:43.938 INFO [stderr] | Dec 18 05:02:43.938 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! Dec 18 05:02:43.938 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:43.938 INFO [stderr] Dec 18 05:02:43.940 INFO [stderr] warning: cannot find type `post_id` in this scope Dec 18 05:02:43.940 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 05:02:43.940 INFO [stderr] | Dec 18 05:02:43.940 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 05:02:43.940 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:43.940 INFO [stderr] | Dec 18 05:02:43.940 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! Dec 18 05:02:43.940 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:43.940 INFO [stderr] Dec 18 05:02:43.940 INFO [stderr] warning: cannot find type `favorited` in this scope Dec 18 05:02:43.940 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 05:02:43.940 INFO [stderr] | Dec 18 05:02:43.940 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 05:02:43.940 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:43.940 INFO [stderr] | Dec 18 05:02:43.940 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! Dec 18 05:02:43.940 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:43.940 INFO [stderr] Dec 18 05:02:44.112 INFO [stderr] error: build failed Dec 18 05:02:44.760 INFO running `"docker" "inspect" "c00cb7edc8e6a23513141cbfdf38c42fc3620e2d1c099c4464050f362651bcf1"` Dec 18 05:02:44.983 INFO running `"docker" "rm" "-f" "c00cb7edc8e6a23513141cbfdf38c42fc3620e2d1c099c4464050f362651bcf1"` Dec 18 05:02:45.328 INFO [stdout] c00cb7edc8e6a23513141cbfdf38c42fc3620e2d1c099c4464050f362651bcf1