Nov 28 10:35:38.933 INFO checking Undin/rust-leaflet-features against master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5 for pr-56074 Nov 28 10:35:38.933 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-4/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-56074/master#0b9f19dff1347e29bf4362ab5a8fab84b43023b5:/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 +0b9f19dff1347e29bf4362ab5a8fab84b43023b5-alt check --frozen --all --all-targets" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Nov 28 10:35:39.300 INFO [stdout] 4f959e1db02ed96730284abc29947bf844f6966a7d20afa2416d3f3ca73793aa Nov 28 10:35:39.304 INFO running `"docker" "start" "-a" "4f959e1db02ed96730284abc29947bf844f6966a7d20afa2416d3f3ca73793aa"` Nov 28 10:35:40.431 INFO [stderr] usermod: no changes Nov 28 10:35:40.536 INFO [stderr] Checking diesel v1.3.3 Nov 28 10:36:03.218 INFO [stderr] Checking rust-leaflet-features v0.1.0 (/source) Nov 28 10:36:04.838 INFO [stderr] error[E0601]: `main` function not found in crate `tests` Nov 28 10:36:04.844 INFO [stderr] | Nov 28 10:36:04.844 INFO [stderr] = note: consider adding a `main` function to `examples/tests.rs` Nov 28 10:36:04.844 INFO [stderr] Nov 28 10:36:04.867 INFO [stderr] error: aborting due to previous error Nov 28 10:36:04.867 INFO [stderr] Nov 28 10:36:04.867 INFO [stderr] For more information about this error, try `rustc --explain E0601`. Nov 28 10:36:04.900 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` Nov 28 10:36:04.901 INFO [stderr] --> examples/quick_fixes.rs:5:19 Nov 28 10:36:04.901 INFO [stderr] | Nov 28 10:36:04.901 INFO [stderr] 5 | let counter = Arc::new(Mutex::new(0)); Nov 28 10:36:04.902 INFO [stderr] | ^^^ use of undeclared type or module `Arc` Nov 28 10:36:04.902 INFO [stderr] error: Could not compile `rust-leaflet-features`. Nov 28 10:36:04.903 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 10:36:04.904 INFO [stderr] Nov 28 10:36:04.913 INFO [stderr] error[E0046]: not all trait items implemented, missing: `from` Nov 28 10:36:04.913 INFO [stderr] --> examples/quick_fixes.rs:17:1 Nov 28 10:36:04.913 INFO [stderr] | Nov 28 10:36:04.913 INFO [stderr] 17 | impl From<(i32, i32)> for Point { Nov 28 10:36:04.913 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `from` in implementation Nov 28 10:36:04.913 INFO [stderr] | Nov 28 10:36:04.913 INFO [stderr] = note: `from` from trait: `fn(T) -> Self` Nov 28 10:36:04.913 INFO [stderr] Nov 28 10:36:04.914 INFO [stderr] error: aborting due to 2 previous errors Nov 28 10:36:04.914 INFO [stderr] Nov 28 10:36:04.914 INFO [stderr] Some errors occurred: E0046, E0433. Nov 28 10:36:04.914 INFO [stderr] For more information about an error, try `rustc --explain E0046`. Nov 28 10:36:04.919 INFO [stderr] error: Could not compile `rust-leaflet-features`. Nov 28 10:36:04.919 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 10:36:04.924 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 10:36:04.924 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 10:36:04.924 INFO [stderr] | Nov 28 10:36:04.924 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 10:36:04.924 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:04.924 INFO [stderr] | Nov 28 10:36:04.924 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 10:36:04.924 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 28 10:36:04.924 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:04.924 INFO [stderr] Nov 28 10:36:04.944 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 10:36:04.944 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 10:36:04.944 INFO [stderr] | Nov 28 10:36:04.945 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 10:36:04.945 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:04.945 INFO [stderr] | Nov 28 10:36:04.945 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 28 10:36:04.945 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:04.945 INFO [stderr] Nov 28 10:36:04.961 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 10:36:04.961 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:36:04.961 INFO [stderr] | Nov 28 10:36:04.961 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:36:04.961 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:04.961 INFO [stderr] | Nov 28 10:36:04.961 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 28 10:36:04.961 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:04.962 INFO [stderr] Nov 28 10:36:04.962 INFO [stderr] warning: cannot find type `post_id` in this scope Nov 28 10:36:04.962 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:36:04.962 INFO [stderr] | Nov 28 10:36:04.962 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:36:04.962 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:04.962 INFO [stderr] | Nov 28 10:36:04.962 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 28 10:36:04.962 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:04.962 INFO [stderr] Nov 28 10:36:04.962 INFO [stderr] warning: cannot find type `favorited` in this scope Nov 28 10:36:04.962 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:36:04.962 INFO [stderr] | Nov 28 10:36:04.962 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:36:04.962 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:04.962 INFO [stderr] | Nov 28 10:36:04.962 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 28 10:36:04.962 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:04.962 INFO [stderr] Nov 28 10:36:05.060 INFO [stderr] error[E0601]: `main` function not found in crate `completion` Nov 28 10:36:05.060 INFO [stderr] | Nov 28 10:36:05.060 INFO [stderr] = note: consider adding a `main` function to `examples/completion.rs` Nov 28 10:36:05.060 INFO [stderr] Nov 28 10:36:05.180 INFO [stderr] warning: variable does not need to be mutable Nov 28 10:36:05.180 INFO [stderr] --> examples/debug.rs:4:9 Nov 28 10:36:05.181 INFO [stderr] | Nov 28 10:36:05.181 INFO [stderr] 4 | let mut v = parse_users(" Nov 28 10:36:05.181 INFO [stderr] | ----^ Nov 28 10:36:05.181 INFO [stderr] | | Nov 28 10:36:05.181 INFO [stderr] | help: remove this `mut` Nov 28 10:36:05.181 INFO [stderr] | Nov 28 10:36:05.181 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 28 10:36:05.181 INFO [stderr] Nov 28 10:36:05.192 INFO [stderr] error[E0609]: no field `ma` on type `std::str::Lines<'_>` Nov 28 10:36:05.192 INFO [stderr] --> examples/completion.rs:3:15 Nov 28 10:36:05.192 INFO [stderr] | Nov 28 10:36:05.192 INFO [stderr] 3 | s.lines().ma Nov 28 10:36:05.192 INFO [stderr] | ^^ unknown field Nov 28 10:36:05.193 INFO [stderr] Nov 28 10:36:05.193 INFO [stderr] error: aborting due to 2 previous errors Nov 28 10:36:05.193 INFO [stderr] Nov 28 10:36:05.193 INFO [stderr] Some errors occurred: E0601, E0609. Nov 28 10:36:05.193 INFO [stderr] For more information about an error, try `rustc --explain E0601`. Nov 28 10:36:05.237 INFO [stderr] error: Could not compile `rust-leaflet-features`. Nov 28 10:36:05.237 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 10:36:05.396 INFO [stderr] error: build failed Nov 28 10:36:05.397 INFO [stderr] su: No module specific data is present Nov 28 10:36:06.172 INFO running `"docker" "inspect" "4f959e1db02ed96730284abc29947bf844f6966a7d20afa2416d3f3ca73793aa"` Nov 28 10:36:06.520 INFO running `"docker" "rm" "-f" "4f959e1db02ed96730284abc29947bf844f6966a7d20afa2416d3f3ca73793aa"` Nov 28 10:36:06.786 INFO [stdout] 4f959e1db02ed96730284abc29947bf844f6966a7d20afa2416d3f3ca73793aa