[INFO] crate checklist 0.2.3 is already in cache [INFO] checking checklist-0.2.3 against try#ba14a92a10441c4b839ce71e6ef5f7a48bbff18f for prs-64470-and-65389 [INFO] extracting crate checklist 0.2.3 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate checklist 0.2.3 on toolchain ba14a92a10441c4b839ce71e6ef5f7a48bbff18f [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate checklist 0.2.3 [INFO] finished tweaking crates.io crate checklist 0.2.3 [INFO] tweaked toml for crates.io crate checklist 0.2.3 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+ba14a92a10441c4b839ce71e6ef5f7a48bbff18f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 04fc49b8a090c9c5e9c38c4ef3b925114173269da5d430f8efd192ad213447a9 [INFO] running `"docker" "start" "-a" "04fc49b8a090c9c5e9c38c4ef3b925114173269da5d430f8efd192ad213447a9"` [INFO] [stderr] Checking scopeguard v1.0.0 [INFO] [stderr] Checking predicates-core v1.0.0 [INFO] [stderr] Checking normalize-line-endings v0.2.2 [INFO] [stderr] Checking treeline v0.1.0 [INFO] [stderr] Compiling escargot v0.4.0 [INFO] [stderr] Checking shared_child v0.3.4 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking os_pipe v0.9.1 [INFO] [stderr] Checking float-cmp v0.4.0 [INFO] [stderr] Checking error-chain v0.11.0 [INFO] [stderr] Compiling structopt-derive v0.2.18 [INFO] [stderr] Checking tempfile v2.2.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Checking lock_api v0.3.1 [INFO] [stderr] Checking predicates-tree v1.0.0 [INFO] [stderr] Checking predicates v1.0.1 [INFO] [stderr] Checking duct v0.13.2 [INFO] [stderr] Checking rexpect v0.3.0 [INFO] [stderr] Checking dialoguer v0.4.0 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Checking duct_sh v0.1.0 [INFO] [stderr] Checking globset v0.4.4 [INFO] [stderr] Checking console v0.7.7 [INFO] [stderr] Checking indicatif v0.11.0 [INFO] [stderr] Checking ignore v0.4.10 [INFO] [stderr] Checking globwalk v0.5.0 [INFO] [stderr] Checking assert_cmd v0.11.1 [INFO] [stderr] Checking assert_fs v0.11.3 [INFO] [stderr] Checking structopt v0.2.18 [INFO] [stderr] Checking checklist v0.2.3 (/opt/rustwide/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | theme.no_style = Style::new().red(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected struct `console::utils::Style`, found a different struct `console::utils::Style` [INFO] [stderr] | [INFO] [stderr] = note: expected type `console::utils::Style` (struct `console::utils::Style`) [INFO] [stderr] found type `console::utils::Style` (struct `console::utils::Style`) [INFO] [stderr] note: Perhaps two different versions of crate `console` are being used? [INFO] [stderr] --> src/lib.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | theme.no_style = Style::new().red(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `checklist`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/lib.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | theme.no_style = Style::new().red(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ expected struct `console::utils::Style`, found a different struct `console::utils::Style` [INFO] [stderr] | [INFO] [stderr] = note: expected type `console::utils::Style` (struct `console::utils::Style`) [INFO] [stderr] found type `console::utils::Style` (struct `console::utils::Style`) [INFO] [stderr] note: Perhaps two different versions of crate `console` are being used? [INFO] [stderr] --> src/lib.rs:72:22 [INFO] [stderr] | [INFO] [stderr] 72 | theme.no_style = Style::new().red(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: could not compile `checklist`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "04fc49b8a090c9c5e9c38c4ef3b925114173269da5d430f8efd192ad213447a9"` [INFO] running `"docker" "rm" "-f" "04fc49b8a090c9c5e9c38c4ef3b925114173269da5d430f8efd192ad213447a9"` [INFO] [stdout] 04fc49b8a090c9c5e9c38c4ef3b925114173269da5d430f8efd192ad213447a9