Dec 19 21:29:26.921 INFO checking Undin/rust-leaflet-features against try#e70472fc501b855c9080f3772432c10fe20b8866 for pr-56955 Dec 19 21:29:26.921 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56955/worker-3/try#e70472fc501b855c9080f3772432c10fe20b8866:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-56955/sources/try#e70472fc501b855c9080f3772432c10fe20b8866/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" "+e70472fc501b855c9080f3772432c10fe20b8866-alt" "check" "--frozen" "--all" "--all-targets"` Dec 19 21:29:27.376 INFO [stdout] d6a54cbed1a1f12705db8a6126b4b4d50525aa52b1d1489e1bfa5695cae2f221 Dec 19 21:29:27.382 INFO running `"docker" "start" "-a" "d6a54cbed1a1f12705db8a6126b4b4d50525aa52b1d1489e1bfa5695cae2f221"` Dec 19 21:29:28.809 INFO [stderr] Compiling diesel_derives v1.3.0 Dec 19 21:29:35.657 INFO [stderr] Checking diesel v1.3.3 Dec 19 21:30:00.872 INFO [stderr] Checking rust-leaflet-features v0.1.0 (/opt/crater/workdir) Dec 19 21:30:01.452 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` Dec 19 21:30:01.452 INFO [stderr] --> examples/quick_fixes.rs:5:19 Dec 19 21:30:01.452 INFO [stderr] | Dec 19 21:30:01.452 INFO [stderr] 5 | let counter = Arc::new(Mutex::new(0)); Dec 19 21:30:01.452 INFO [stderr] | ^^^ use of undeclared type or module `Arc` Dec 19 21:30:01.464 INFO [stderr] Dec 19 21:30:01.540 INFO [stderr] error[E0046]: not all trait items implemented, missing: `from` Dec 19 21:30:01.540 INFO [stderr] --> examples/quick_fixes.rs:17:1 Dec 19 21:30:01.540 INFO [stderr] | Dec 19 21:30:01.540 INFO [stderr] 17 | impl From<(i32, i32)> for Point { Dec 19 21:30:01.540 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `from` in implementation Dec 19 21:30:01.540 INFO [stderr] | Dec 19 21:30:01.540 INFO [stderr] = note: `from` from trait: `fn(T) -> Self` Dec 19 21:30:01.540 INFO [stderr] Dec 19 21:30:01.540 INFO [stderr] error: aborting due to 2 previous errors Dec 19 21:30:01.540 INFO [stderr] Dec 19 21:30:01.540 INFO [stderr] Some errors occurred: E0046, E0433. Dec 19 21:30:01.540 INFO [stderr] For more information about an error, try `rustc --explain E0046`. Dec 19 21:30:01.560 INFO [stderr] error: Could not compile `rust-leaflet-features`. Dec 19 21:30:01.561 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 21:30:01.748 INFO [stderr] error[E0601]: `main` function not found in crate `completion` Dec 19 21:30:01.749 INFO [stderr] | Dec 19 21:30:01.749 INFO [stderr] = note: consider adding a `main` function to `examples/completion.rs` Dec 19 21:30:01.750 INFO [stderr] Dec 19 21:30:01.880 INFO [stderr] error[E0609]: no field `ma` on type `std::str::Lines<'_>` Dec 19 21:30:01.880 INFO [stderr] --> examples/completion.rs:3:15 Dec 19 21:30:01.880 INFO [stderr] | Dec 19 21:30:01.880 INFO [stderr] 3 | s.lines().ma Dec 19 21:30:01.880 INFO [stderr] | ^^ unknown field Dec 19 21:30:01.889 INFO [stderr] Dec 19 21:30:01.892 INFO [stderr] error: aborting due to 2 previous errors Dec 19 21:30:01.892 INFO [stderr] Dec 19 21:30:01.892 INFO [stderr] Some errors occurred: E0601, E0609. Dec 19 21:30:01.892 INFO [stderr] For more information about an error, try `rustc --explain E0601`. Dec 19 21:30:01.919 INFO [stderr] error: Could not compile `rust-leaflet-features`. Dec 19 21:30:01.919 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 21:30:01.920 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 21:30:01.920 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 21:30:01.920 INFO [stderr] | Dec 19 21:30:01.920 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 21:30:01.920 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:30:01.920 INFO [stderr] | Dec 19 21:30:01.920 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Dec 19 21:30:01.920 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 19 21:30:01.920 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:30:01.920 INFO [stderr] Dec 19 21:30:01.920 INFO [stderr] warning: cannot find type `table` in this scope Dec 19 21:30:01.920 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Dec 19 21:30:01.920 INFO [stderr] | Dec 19 21:30:01.920 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Dec 19 21:30:01.920 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:30:01.920 INFO [stderr] | Dec 19 21:30:01.921 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 19 21:30:01.921 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:30:01.921 INFO [stderr] Dec 19 21:30:01.921 INFO [stderr] warning: cannot find type `user_id` in this scope Dec 19 21:30:01.921 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:30:01.921 INFO [stderr] | Dec 19 21:30:01.921 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:30:01.921 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:30:01.921 INFO [stderr] | Dec 19 21:30:01.921 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 19 21:30:01.921 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:30:01.921 INFO [stderr] Dec 19 21:30:01.922 INFO [stderr] warning: cannot find type `post_id` in this scope Dec 19 21:30:01.922 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:30:01.922 INFO [stderr] | Dec 19 21:30:01.922 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:30:01.922 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:30:01.922 INFO [stderr] | Dec 19 21:30:01.922 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 19 21:30:01.922 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:30:01.922 INFO [stderr] Dec 19 21:30:01.928 INFO [stderr] warning: cannot find type `favorited` in this scope Dec 19 21:30:01.928 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Dec 19 21:30:01.928 INFO [stderr] | Dec 19 21:30:01.928 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Dec 19 21:30:01.928 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Dec 19 21:30:01.928 INFO [stderr] | Dec 19 21:30:01.928 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 19 21:30:01.928 INFO [stderr] = note: for more information, see issue #50504 Dec 19 21:30:01.928 INFO [stderr] Dec 19 21:30:01.972 INFO [stderr] error[E0601]: `main` function not found in crate `tests` Dec 19 21:30:01.973 INFO [stderr] | Dec 19 21:30:01.973 INFO [stderr] = note: consider adding a `main` function to `examples/tests.rs` Dec 19 21:30:01.973 INFO [stderr] Dec 19 21:30:01.973 INFO [stderr] error: aborting due to previous error Dec 19 21:30:01.976 INFO [stderr] Dec 19 21:30:01.976 INFO [stderr] For more information about this error, try `rustc --explain E0601`. Dec 19 21:30:02.025 INFO [stderr] error: Could not compile `rust-leaflet-features`. Dec 19 21:30:02.025 INFO [stderr] warning: build failed, waiting for other jobs to finish... Dec 19 21:30:02.063 INFO [stderr] warning: variable does not need to be mutable Dec 19 21:30:02.063 INFO [stderr] --> examples/debug.rs:4:9 Dec 19 21:30:02.064 INFO [stderr] | Dec 19 21:30:02.064 INFO [stderr] 4 | let mut v = parse_users(" Dec 19 21:30:02.064 INFO [stderr] | ----^ Dec 19 21:30:02.064 INFO [stderr] | | Dec 19 21:30:02.065 INFO [stderr] | help: remove this `mut` Dec 19 21:30:02.065 INFO [stderr] | Dec 19 21:30:02.065 INFO [stderr] = note: #[warn(unused_mut)] on by default Dec 19 21:30:02.066 INFO [stderr] Dec 19 21:30:02.165 INFO [stderr] error: build failed Dec 19 21:30:03.486 INFO running `"docker" "inspect" "d6a54cbed1a1f12705db8a6126b4b4d50525aa52b1d1489e1bfa5695cae2f221"` Dec 19 21:30:03.816 INFO running `"docker" "rm" "-f" "d6a54cbed1a1f12705db8a6126b4b4d50525aa52b1d1489e1bfa5695cae2f221"` Dec 19 21:30:04.128 INFO [stdout] d6a54cbed1a1f12705db8a6126b4b4d50525aa52b1d1489e1bfa5695cae2f221