Nov 30 08:07:01.279 INFO checking Undin/rust-leaflet-features against master#a49316ddc99d9d595193557fc899f6c52e4d9af9 for pr-56323 Nov 30 08:07:01.279 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56323/worker-6/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56323/master#a49316ddc99d9d595193557fc899f6c52e4d9af9:/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 +a49316ddc99d9d595193557fc899f6c52e4d9af9-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 30 08:07:01.744 INFO [stdout] bf3d4f0a01dbd36c21c95d832e88a756528516b0b0b5e7d360585ce03d298e72 Nov 30 08:07:01.746 INFO running `"docker" "start" "-a" "bf3d4f0a01dbd36c21c95d832e88a756528516b0b0b5e7d360585ce03d298e72"` Nov 30 08:07:02.780 INFO [stderr] usermod: no changes Nov 30 08:07:02.840 INFO [stderr] Compiling diesel_derives v1.3.0 Nov 30 08:07:12.050 INFO [stderr] Checking diesel v1.3.3 Nov 30 08:07:37.068 INFO [stderr] Checking rust-leaflet-features v0.1.0 (/source) Nov 30 08:07:38.172 INFO [stderr] error[E0601]: `main` function not found in crate `completion` Nov 30 08:07:38.172 INFO [stderr] | Nov 30 08:07:38.172 INFO [stderr] = note: consider adding a `main` function to `examples/completion.rs` Nov 30 08:07:38.172 INFO [stderr] Nov 30 08:07:38.236 INFO [stderr] error[E0601]: `main` function not found in crate `tests` Nov 30 08:07:38.236 INFO [stderr] | Nov 30 08:07:38.236 INFO [stderr] = note: consider adding a `main` function to `examples/tests.rs` Nov 30 08:07:38.236 INFO [stderr] Nov 30 08:07:38.252 INFO [stderr] error: aborting due to previous error Nov 30 08:07:38.252 INFO [stderr] Nov 30 08:07:38.252 INFO [stderr] For more information about this error, try `rustc --explain E0601`. Nov 30 08:07:38.255 INFO [stderr] error[E0609]: no field `ma` on type `std::str::Lines<'_>` Nov 30 08:07:38.255 INFO [stderr] --> examples/completion.rs:3:15 Nov 30 08:07:38.255 INFO [stderr] | Nov 30 08:07:38.255 INFO [stderr] 3 | s.lines().ma Nov 30 08:07:38.255 INFO [stderr] | ^^ unknown field Nov 30 08:07:38.261 INFO [stderr] error: Could not compile `rust-leaflet-features`. Nov 30 08:07:38.261 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 08:07:38.286 INFO [stderr] Nov 30 08:07:38.286 INFO [stderr] error: aborting due to 2 previous errors Nov 30 08:07:38.286 INFO [stderr] Nov 30 08:07:38.286 INFO [stderr] Some errors occurred: E0601, E0609. Nov 30 08:07:38.286 INFO [stderr] For more information about an error, try `rustc --explain E0601`. Nov 30 08:07:38.308 INFO [stderr] error: Could not compile `rust-leaflet-features`. Nov 30 08:07:38.308 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 08:07:38.364 INFO [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Arc` Nov 30 08:07:38.364 INFO [stderr] --> examples/quick_fixes.rs:5:19 Nov 30 08:07:38.364 INFO [stderr] | Nov 30 08:07:38.364 INFO [stderr] 5 | let counter = Arc::new(Mutex::new(0)); Nov 30 08:07:38.364 INFO [stderr] | ^^^ use of undeclared type or module `Arc` Nov 30 08:07:38.376 INFO [stderr] Nov 30 08:07:38.415 INFO [stderr] error[E0046]: not all trait items implemented, missing: `from` Nov 30 08:07:38.415 INFO [stderr] --> examples/quick_fixes.rs:17:1 Nov 30 08:07:38.415 INFO [stderr] | Nov 30 08:07:38.415 INFO [stderr] 17 | impl From<(i32, i32)> for Point { Nov 30 08:07:38.415 INFO [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ missing `from` in implementation Nov 30 08:07:38.415 INFO [stderr] | Nov 30 08:07:38.415 INFO [stderr] = note: `from` from trait: `fn(T) -> Self` Nov 30 08:07:38.415 INFO [stderr] Nov 30 08:07:38.415 INFO [stderr] error: aborting due to 2 previous errors Nov 30 08:07:38.415 INFO [stderr] Nov 30 08:07:38.415 INFO [stderr] Some errors occurred: E0046, E0433. Nov 30 08:07:38.415 INFO [stderr] For more information about an error, try `rustc --explain E0046`. Nov 30 08:07:38.415 INFO [stderr] warning: variable does not need to be mutable Nov 30 08:07:38.415 INFO [stderr] --> examples/debug.rs:4:9 Nov 30 08:07:38.415 INFO [stderr] | Nov 30 08:07:38.415 INFO [stderr] 4 | let mut v = parse_users(" Nov 30 08:07:38.415 INFO [stderr] | ----^ Nov 30 08:07:38.415 INFO [stderr] | | Nov 30 08:07:38.415 INFO [stderr] | help: remove this `mut` Nov 30 08:07:38.415 INFO [stderr] | Nov 30 08:07:38.415 INFO [stderr] = note: #[warn(unused_mut)] on by default Nov 30 08:07:38.415 INFO [stderr] Nov 30 08:07:38.415 INFO [stderr] error: Could not compile `rust-leaflet-features`. Nov 30 08:07:38.415 INFO [stderr] warning: build failed, waiting for other jobs to finish... Nov 30 08:07:38.628 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 08:07:38.628 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 08:07:38.628 INFO [stderr] | Nov 30 08:07:38.629 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 08:07:38.629 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 08:07:38.629 INFO [stderr] | Nov 30 08:07:38.629 INFO [stderr] = note: #[warn(proc_macro_derive_resolution_fallback)] on by default Nov 30 08:07:38.629 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 30 08:07:38.629 INFO [stderr] = note: for more information, see issue #50504 Nov 30 08:07:38.629 INFO [stderr] Nov 30 08:07:38.629 INFO [stderr] warning: cannot find type `table` in this scope Nov 30 08:07:38.629 INFO [stderr] --> <::diesel::macros::table_body macros>:165:33 Nov 30 08:07:38.629 INFO [stderr] | Nov 30 08:07:38.629 INFO [stderr] 165 | derive ( Debug , Clone , Copy , QueryId ) ] /// The actual table struct Nov 30 08:07:38.629 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 08:07:38.629 INFO [stderr] | Nov 30 08:07:38.629 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 30 08:07:38.629 INFO [stderr] = note: for more information, see issue #50504 Nov 30 08:07:38.629 INFO [stderr] Nov 30 08:07:38.629 INFO [stderr] warning: cannot find type `user_id` in this scope Nov 30 08:07:38.629 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 08:07:38.629 INFO [stderr] | Nov 30 08:07:38.629 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 08:07:38.629 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 08:07:38.629 INFO [stderr] | Nov 30 08:07:38.629 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 30 08:07:38.629 INFO [stderr] = note: for more information, see issue #50504 Nov 30 08:07:38.629 INFO [stderr] Nov 30 08:07:38.629 INFO [stderr] warning: cannot find type `post_id` in this scope Nov 30 08:07:38.629 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 08:07:38.629 INFO [stderr] | Nov 30 08:07:38.629 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 08:07:38.629 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 08:07:38.629 INFO [stderr] | Nov 30 08:07:38.629 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 30 08:07:38.629 INFO [stderr] = note: for more information, see issue #50504 Nov 30 08:07:38.629 INFO [stderr] Nov 30 08:07:38.629 INFO [stderr] warning: cannot find type `favorited` in this scope Nov 30 08:07:38.629 INFO [stderr] --> <::diesel::macros::__diesel_column macros>:5:33 Nov 30 08:07:38.629 INFO [stderr] | Nov 30 08:07:38.629 INFO [stderr] 5 | derive ( Debug , Clone , Copy , QueryId , Default ) ] pub struct $ column_name Nov 30 08:07:38.629 INFO [stderr] | ^^^^^^^ names from parent modules are not accessible without an explicit import Nov 30 08:07:38.629 INFO [stderr] | Nov 30 08:07:38.629 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 30 08:07:38.629 INFO [stderr] = note: for more information, see issue #50504 Nov 30 08:07:38.629 INFO [stderr] Nov 30 08:07:38.808 INFO [stderr] error: build failed Nov 30 08:07:38.808 INFO [stderr] su: No module specific data is present Nov 30 08:07:39.353 INFO running `"docker" "inspect" "bf3d4f0a01dbd36c21c95d832e88a756528516b0b0b5e7d360585ce03d298e72"` Nov 30 08:07:39.622 INFO running `"docker" "rm" "-f" "bf3d4f0a01dbd36c21c95d832e88a756528516b0b0b5e7d360585ce03d298e72"` Nov 30 08:07:39.912 INFO [stdout] bf3d4f0a01dbd36c21c95d832e88a756528516b0b0b5e7d360585ce03d298e72