Nov 28 10:35:38.826 INFO checking Undin/rust-leaflet-features against try#db42d4dad33013eba11ef37342ad9f614e5652b8 for pr-56074 Nov 28 10:35:38.826 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56074/worker-5/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/pr-56074/try#db42d4dad33013eba11ef37342ad9f614e5652b8:/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 +db42d4dad33013eba11ef37342ad9f614e5652b8-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.200 INFO [stdout] 1d492d75bed6de1bf961c0c8b24d216f5667d7703f51a55fdb93ce0adf420c0f Nov 28 10:35:39.202 INFO running `"docker" "start" "-a" "1d492d75bed6de1bf961c0c8b24d216f5667d7703f51a55fdb93ce0adf420c0f"` Nov 28 10:35:40.058 INFO [stderr] usermod: no changes Nov 28 10:35:40.172 INFO [stderr] Compiling diesel_derives v1.3.0 Nov 28 10:35:49.260 INFO [stderr] Checking diesel v1.3.3 Nov 28 10:36:12.296 INFO [stderr] Checking rust-leaflet-features v0.1.0 (/source) Nov 28 10:36:13.204 INFO [stderr] error[E0601]: `main` function not found in crate `completion` Nov 28 10:36:13.204 INFO [stderr] | Nov 28 10:36:13.204 INFO [stderr] = note: consider adding a `main` function to `examples/completion.rs` Nov 28 10:36:13.204 INFO [stderr] Nov 28 10:36:13.204 INFO [stderr] error[E0609]: no field `ma` on type `std::str::Lines<'_>` Nov 28 10:36:13.204 INFO [stderr] --> examples/completion.rs:3:15 Nov 28 10:36:13.204 INFO [stderr] | Nov 28 10:36:13.204 INFO [stderr] 3 | s.lines().ma Nov 28 10:36:13.204 INFO [stderr] | ^^ unknown field Nov 28 10:36:13.204 INFO [stderr] Nov 28 10:36:13.212 INFO [stderr] error: aborting due to 2 previous errors Nov 28 10:36:13.212 INFO [stderr] Nov 28 10:36:13.212 INFO [stderr] Some errors occurred: E0601, E0609. Nov 28 10:36:13.212 INFO [stderr] For more information about an error, try `rustc --explain E0601`. Nov 28 10:36:13.212 INFO [stderr] error: Could not compile `rust-leaflet-features`. Nov 28 10:36:13.212 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 10:36:13.500 INFO [stderr] warning: variable does not need to be mutable Nov 28 10:36:13.500 INFO [stderr] --> examples/debug.rs:4:9 Nov 28 10:36:13.500 INFO [stderr] | Nov 28 10:36:13.500 INFO [stderr] 4 | let mut v = parse_users(" Nov 28 10:36:13.500 INFO [stderr] | ----^ Nov 28 10:36:13.500 INFO [stderr] | | Nov 28 10:36:13.500 INFO [stderr] | help: remove this `mut` Nov 28 10:36:13.500 INFO [stderr] | Nov 28 10:36:13.501 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 28 10:36:13.501 INFO [stderr] Nov 28 10:36:13.876 INFO [stderr] error[E0601]: `main` function not found in crate `tests` Nov 28 10:36:13.876 INFO [stderr] | Nov 28 10:36:13.876 INFO [stderr] = note: consider adding a `main` function to `examples/tests.rs` Nov 28 10:36:13.876 INFO [stderr] Nov 28 10:36:13.880 INFO [stderr] error: aborting due to previous error Nov 28 10:36:13.880 INFO [stderr] Nov 28 10:36:13.880 INFO [stderr] For more information about this error, try `rustc --explain E0601`. Nov 28 10:36:13.885 INFO [stderr] error: Could not compile `rust-leaflet-features`. Nov 28 10:36:13.885 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 10:36:14.281 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` Nov 28 10:36:14.281 INFO [stderr] --> examples/quick_fixes.rs:5:19 Nov 28 10:36:14.281 INFO [stderr] | Nov 28 10:36:14.282 INFO [stderr] 5 | let counter = Arc::new(Mutex::new(0)); Nov 28 10:36:14.282 INFO [stderr] | ^^^ use of undeclared type or module `Arc` Nov 28 10:36:14.282 INFO [stderr] Nov 28 10:36:14.305 INFO [stderr] error[E0046]: not all trait items implemented, missing: `from` Nov 28 10:36:14.306 INFO [stderr] --> examples/quick_fixes.rs:17:1 Nov 28 10:36:14.306 INFO [stderr] | Nov 28 10:36:14.306 INFO [stderr] 17 | impl From<(i32, i32)> for Point { Nov 28 10:36:14.307 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `from` in implementation Nov 28 10:36:14.307 INFO [stderr] | Nov 28 10:36:14.307 INFO [stderr] = note: `from` from trait: `fn(T) -> Self` Nov 28 10:36:14.307 INFO [stderr] Nov 28 10:36:14.308 INFO [stderr] error: aborting due to 2 previous errors Nov 28 10:36:14.308 INFO [stderr] Nov 28 10:36:14.308 INFO [stderr] Some errors occurred: E0046, E0433. Nov 28 10:36:14.308 INFO [stderr] For more information about an error, try `rustc --explain E0046`. Nov 28 10:36:14.333 INFO [stderr] error: Could not compile `rust-leaflet-features`. Nov 28 10:36:14.333 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 28 10:36:14.380 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 10:36:14.380 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 10:36:14.380 INFO [stderr] | Nov 28 10:36:14.380 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 10:36:14.381 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:14.381 INFO [stderr] | Nov 28 10:36:14.381 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 28 10:36:14.381 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:14.381 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:14.381 INFO [stderr] Nov 28 10:36:14.381 INFO [stderr] warning: cannot find type `table` in this scope Nov 28 10:36:14.381 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 28 10:36:14.381 INFO [stderr] | Nov 28 10:36:14.381 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 28 10:36:14.381 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:14.381 INFO [stderr] | Nov 28 10:36:14.381 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:14.381 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:14.381 INFO [stderr] Nov 28 10:36:14.381 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 28 10:36:14.381 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:36:14.381 INFO [stderr] | Nov 28 10:36:14.381 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:36:14.381 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:14.381 INFO [stderr] | Nov 28 10:36:14.381 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:14.381 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:14.381 INFO [stderr] Nov 28 10:36:14.381 INFO [stderr] warning: cannot find type `post_id` in this scope Nov 28 10:36:14.381 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:36:14.381 INFO [stderr] | Nov 28 10:36:14.381 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:36:14.381 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:14.381 INFO [stderr] | Nov 28 10:36:14.381 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:14.381 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:14.381 INFO [stderr] Nov 28 10:36:14.381 INFO [stderr] warning: cannot find type `favorited` in this scope Nov 28 10:36:14.381 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 28 10:36:14.381 INFO [stderr] | Nov 28 10:36:14.381 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 28 10:36:14.381 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 28 10:36:14.381 INFO [stderr] | Nov 28 10:36:14.381 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:14.381 INFO [stderr] = note: for more information, see issue #50504 Nov 28 10:36:14.381 INFO [stderr] Nov 28 10:36:14.604 INFO [stderr] error: build failed Nov 28 10:36:14.609 INFO [stderr] su: No module specific data is present Nov 28 10:36:15.664 INFO running `"docker" "inspect" "1d492d75bed6de1bf961c0c8b24d216f5667d7703f51a55fdb93ce0adf420c0f"` Nov 28 10:36:15.920 INFO running `"docker" "rm" "-f" "1d492d75bed6de1bf961c0c8b24d216f5667d7703f51a55fdb93ce0adf420c0f"` Nov 28 10:36:16.188 INFO [stdout] 1d492d75bed6de1bf961c0c8b24d216f5667d7703f51a55fdb93ce0adf420c0f