Dec 18 05:02:08.565 INFO checking Undin/rust-leaflet-features against master#96d1334e567237b1507cd277938e7ae2de75ff51 for pr-54252 Dec 18 05:02:08.565 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-54252/worker-4/master#96d1334e567237b1507cd277938e7ae2de75ff51:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-54252/sources/master#96d1334e567237b1507cd277938e7ae2de75ff51/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" "+96d1334e567237b1507cd277938e7ae2de75ff51-alt" "check" "--frozen" "--all" "--all-targets"` Dec 18 05:02:08.944 INFO [stdout] 49915ad1d017e4704f3344369406cc1f61d636a1354aa78af4455ed5a7c65394 Dec 18 05:02:08.948 INFO running `"docker" "start" "-a" "49915ad1d017e4704f3344369406cc1f61d636a1354aa78af4455ed5a7c65394"` Dec 18 05:02:10.155 INFO [stderr] Checking diesel v1.3.3 Dec 18 05:02:34.444 INFO [stderr] Checking rust-leaflet-features v0.1.0 (/opt/crater/workdir) Dec 18 05:02:34.952 INFO [stderr] error[E0601]: `main` function not found in crate `tests` Dec 18 05:02:34.952 INFO [stderr] | Dec 18 05:02:34.952 INFO [stderr] = note: consider adding a `main` function to `examples/tests.rs` Dec 18 05:02:34.952 INFO [stderr] Dec 18 05:02:34.952 INFO [stderr] error: aborting due to previous error Dec 18 05:02:34.960 INFO [stderr] Dec 18 05:02:34.960 INFO [stderr] For more information about this error, try `rustc --explain E0601`. Dec 18 05:02:34.988 INFO [stderr] error: Could not compile `rust-leaflet-features`. Dec 18 05:02:34.988 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 05:02:35.188 INFO [stderr] warning: variable does not need to be mutable Dec 18 05:02:35.188 INFO [stderr] --> examples/debug.rs:4:9 Dec 18 05:02:35.188 INFO [stderr] | Dec 18 05:02:35.188 INFO [stderr] 4 | let mut v = parse_users(" Dec 18 05:02:35.188 INFO [stderr] | ----^ Dec 18 05:02:35.188 INFO [stderr] | | Dec 18 05:02:35.188 INFO [stderr] | help: remove this `mut` Dec 18 05:02:35.196 INFO [stderr] | Dec 18 05:02:35.196 INFO [stderr] = note: #[warn(unused_mut)] on by default Dec 18 05:02:35.196 INFO [stderr] Dec 18 05:02:35.212 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` Dec 18 05:02:35.212 INFO [stderr] --> examples/quick_fixes.rs:5:19 Dec 18 05:02:35.212 INFO [stderr] | Dec 18 05:02:35.212 INFO [stderr] 5 | let counter = Arc::new(Mutex::new(0)); Dec 18 05:02:35.212 INFO [stderr] | ^^^ use of undeclared type or module `Arc` Dec 18 05:02:35.212 INFO [stderr] Dec 18 05:02:35.220 INFO [stderr] error[E0046]: not all trait items implemented, missing: `from` Dec 18 05:02:35.220 INFO [stderr] --> examples/quick_fixes.rs:17:1 Dec 18 05:02:35.220 INFO [stderr] | Dec 18 05:02:35.220 INFO [stderr] 17 | impl From<(i32, i32)> for Point { Dec 18 05:02:35.220 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `from` in implementation Dec 18 05:02:35.220 INFO [stderr] | Dec 18 05:02:35.221 INFO [stderr] = note: `from` from trait: `fn(T) -> Self` Dec 18 05:02:35.221 INFO [stderr] Dec 18 05:02:35.221 INFO [stderr] error: aborting due to 2 previous errors Dec 18 05:02:35.221 INFO [stderr] Dec 18 05:02:35.223 INFO [stderr] Some errors occurred: E0046, E0433. Dec 18 05:02:35.223 INFO [stderr] For more information about an error, try `rustc --explain E0046`. Dec 18 05:02:35.237 INFO [stderr] error: Could not compile `rust-leaflet-features`. Dec 18 05:02:35.237 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 05:02:35.320 INFO [stderr] error[E0601]: `main` function not found in crate `completion` Dec 18 05:02:35.320 INFO [stderr] | Dec 18 05:02:35.320 INFO [stderr] = note: consider adding a `main` function to `examples/completion.rs` Dec 18 05:02:35.320 INFO [stderr] Dec 18 05:02:35.381 INFO [stderr] error[E0609]: no field `ma` on type `std::str::Lines<'_>` Dec 18 05:02:35.381 INFO [stderr] --> examples/completion.rs:3:15 Dec 18 05:02:35.381 INFO [stderr] | Dec 18 05:02:35.381 INFO [stderr] 3 | s.lines().ma Dec 18 05:02:35.381 INFO [stderr] | ^^ unknown field Dec 18 05:02:35.381 INFO [stderr] Dec 18 05:02:35.381 INFO [stderr] error: aborting due to 2 previous errors Dec 18 05:02:35.381 INFO [stderr] Dec 18 05:02:35.381 INFO [stderr] Some errors occurred: E0601, E0609. Dec 18 05:02:35.382 INFO [stderr] For more information about an error, try `rustc --explain E0601`. Dec 18 05:02:35.388 INFO [stderr] error: Could not compile `rust-leaflet-features`. Dec 18 05:02:35.388 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 18 05:02:35.478 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 05:02:35.478 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 05:02:35.478 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 18 05:02:35.478 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:35.478 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:35.478 INFO [stderr] Dec 18 05:02:35.478 INFO [stderr] warning: cannot find type `table` in this scope Dec 18 05:02:35.478 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 18 05:02:35.478 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 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:35.478 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:35.478 INFO [stderr] Dec 18 05:02:35.478 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 18 05:02:35.478 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 05:02:35.478 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 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:35.478 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:35.478 INFO [stderr] Dec 18 05:02:35.478 INFO [stderr] warning: cannot find type `post_id` in this scope Dec 18 05:02:35.478 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 05:02:35.478 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 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:35.478 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:35.478 INFO [stderr] Dec 18 05:02:35.478 INFO [stderr] warning: cannot find type `favorited` in this scope Dec 18 05:02:35.478 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 18 05:02:35.478 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 18 05:02:35.478 INFO [stderr] | Dec 18 05:02:35.478 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:35.478 INFO [stderr] = note: for more information, see issue #50504 Dec 18 05:02:35.478 INFO [stderr] Dec 18 05:02:35.649 INFO [stderr] error: build failed Dec 18 05:02:36.716 INFO running `"docker" "inspect" "49915ad1d017e4704f3344369406cc1f61d636a1354aa78af4455ed5a7c65394"` Dec 18 05:02:37.008 INFO running `"docker" "rm" "-f" "49915ad1d017e4704f3344369406cc1f61d636a1354aa78af4455ed5a7c65394"` Dec 18 05:02:37.280 INFO [stdout] 49915ad1d017e4704f3344369406cc1f61d636a1354aa78af4455ed5a7c65394