Oct 13 07:42:50.624 INFO checking systemd-jp-0.1.1 against master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f for pr-54977 Oct 13 07:42:50.625 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-2/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/pr-54977/master#5af0bb83044c3fb43d59ad5f49ee5ae1a293901f:/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 +5af0bb83044c3fb43d59ad5f49ee5ae1a293901f-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"` Oct 13 07:42:50.976 INFO blam! c6b118aeade121b79b27a0b815fdd112873a514b83407f04018f6fb41a0065bc Oct 13 07:42:50.977 INFO running `"docker" "start" "-a" "c6b118aeade121b79b27a0b815fdd112873a514b83407f04018f6fb41a0065bc"` Oct 13 07:42:52.176 INFO kablam! usermod: no changes Oct 13 07:42:52.260 INFO kablam! Compiling libdbus-sys v0.1.4 Oct 13 07:42:54.148 INFO kablam! Checking dbus v0.5.4 Oct 13 07:42:57.948 INFO kablam! Checking systemd-jp v0.1.1 (/source) Oct 13 07:42:58.952 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 13 07:42:58.952 INFO kablam! --> src/systemd_types.rs:1:5 Oct 13 07:42:58.952 INFO kablam! | Oct 13 07:42:58.952 INFO kablam! 1 | use std::cell::RefCell; Oct 13 07:42:58.952 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 07:42:58.952 INFO kablam! | Oct 13 07:42:58.952 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:42:58.952 INFO kablam! Oct 13 07:42:58.952 INFO kablam! warning: unused import: `std::rc::Rc` Oct 13 07:42:58.952 INFO kablam! --> src/systemd_types.rs:2:5 Oct 13 07:42:58.952 INFO kablam! | Oct 13 07:42:58.952 INFO kablam! 2 | use std::rc::Rc; Oct 13 07:42:58.952 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:42:58.952 INFO kablam! Oct 13 07:42:58.952 INFO kablam! warning: unused import: `super::*` Oct 13 07:42:58.952 INFO kablam! --> src/systemd_types.rs:4:5 Oct 13 07:42:58.952 INFO kablam! | Oct 13 07:42:58.952 INFO kablam! 4 | use super::*; Oct 13 07:42:58.952 INFO kablam! | ^^^^^^^^ Oct 13 07:42:58.952 INFO kablam! Oct 13 07:42:59.232 INFO kablam! warning: unused import: `std::cell::RefCell` Oct 13 07:42:59.232 INFO kablam! --> src/systemd_types.rs:1:5 Oct 13 07:42:59.232 INFO kablam! | Oct 13 07:42:59.232 INFO kablam! 1 | use std::cell::RefCell; Oct 13 07:42:59.232 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.232 INFO kablam! | Oct 13 07:42:59.232 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 07:42:59.232 INFO kablam! Oct 13 07:42:59.232 INFO kablam! warning: unused import: `std::rc::Rc` Oct 13 07:42:59.232 INFO kablam! --> src/systemd_types.rs:2:5 Oct 13 07:42:59.232 INFO kablam! | Oct 13 07:42:59.232 INFO kablam! 2 | use std::rc::Rc; Oct 13 07:42:59.232 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:42:59.232 INFO kablam! Oct 13 07:42:59.232 INFO kablam! warning: unused import: `super::*` Oct 13 07:42:59.232 INFO kablam! --> src/systemd_types.rs:4:5 Oct 13 07:42:59.232 INFO kablam! | Oct 13 07:42:59.232 INFO kablam! 4 | use super::*; Oct 13 07:42:59.232 INFO kablam! | ^^^^^^^^ Oct 13 07:42:59.232 INFO kablam! Oct 13 07:42:59.260 INFO kablam! warning: field is never used: `connection` Oct 13 07:42:59.260 INFO kablam! --> src/systemd_unit.rs:8:2 Oct 13 07:42:59.260 INFO kablam! | Oct 13 07:42:59.260 INFO kablam! 8 | connection: Rc >, Oct 13 07:42:59.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.260 INFO kablam! | Oct 13 07:42:59.260 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 07:42:59.260 INFO kablam! Oct 13 07:42:59.260 INFO kablam! warning: field is never used: `description` Oct 13 07:42:59.260 INFO kablam! --> src/systemd_unit.rs:11:2 Oct 13 07:42:59.260 INFO kablam! | Oct 13 07:42:59.260 INFO kablam! 11 | description: String, Oct 13 07:42:59.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.260 INFO kablam! Oct 13 07:42:59.260 INFO kablam! warning: field is never used: `following_unit` Oct 13 07:42:59.260 INFO kablam! --> src/systemd_unit.rs:15:2 Oct 13 07:42:59.260 INFO kablam! | Oct 13 07:42:59.260 INFO kablam! 15 | following_unit: Option , Oct 13 07:42:59.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.260 INFO kablam! Oct 13 07:42:59.260 INFO kablam! warning: field is never used: `unit_object_path` Oct 13 07:42:59.261 INFO kablam! --> src/systemd_unit.rs:16:2 Oct 13 07:42:59.261 INFO kablam! | Oct 13 07:42:59.261 INFO kablam! 16 | unit_object_path: String, Oct 13 07:42:59.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.261 INFO kablam! Oct 13 07:42:59.261 INFO kablam! warning: field is never used: `job_id` Oct 13 07:42:59.261 INFO kablam! --> src/systemd_unit.rs:17:2 Oct 13 07:42:59.261 INFO kablam! | Oct 13 07:42:59.261 INFO kablam! 17 | job_id: u32, Oct 13 07:42:59.261 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:42:59.261 INFO kablam! Oct 13 07:42:59.261 INFO kablam! warning: field is never used: `job_type` Oct 13 07:42:59.261 INFO kablam! --> src/systemd_unit.rs:18:2 Oct 13 07:42:59.261 INFO kablam! | Oct 13 07:42:59.261 INFO kablam! 18 | job_type: SystemdJobType, Oct 13 07:42:59.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.261 INFO kablam! Oct 13 07:42:59.261 INFO kablam! warning: field is never used: `job_object_path` Oct 13 07:42:59.261 INFO kablam! --> src/systemd_unit.rs:19:2 Oct 13 07:42:59.261 INFO kablam! | Oct 13 07:42:59.261 INFO kablam! 19 | job_object_path: String, Oct 13 07:42:59.261 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.261 INFO kablam! Oct 13 07:42:59.368 INFO kablam! warning: field is never used: `connection` Oct 13 07:42:59.368 INFO kablam! --> src/systemd_unit.rs:8:2 Oct 13 07:42:59.368 INFO kablam! | Oct 13 07:42:59.368 INFO kablam! 8 | connection: Rc >, Oct 13 07:42:59.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.368 INFO kablam! | Oct 13 07:42:59.368 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 07:42:59.368 INFO kablam! Oct 13 07:42:59.368 INFO kablam! warning: field is never used: `description` Oct 13 07:42:59.368 INFO kablam! --> src/systemd_unit.rs:11:2 Oct 13 07:42:59.368 INFO kablam! | Oct 13 07:42:59.368 INFO kablam! 11 | description: String, Oct 13 07:42:59.368 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.369 INFO kablam! Oct 13 07:42:59.369 INFO kablam! warning: field is never used: `following_unit` Oct 13 07:42:59.369 INFO kablam! --> src/systemd_unit.rs:15:2 Oct 13 07:42:59.369 INFO kablam! | Oct 13 07:42:59.369 INFO kablam! 15 | following_unit: Option , Oct 13 07:42:59.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.369 INFO kablam! Oct 13 07:42:59.369 INFO kablam! warning: field is never used: `unit_object_path` Oct 13 07:42:59.369 INFO kablam! --> src/systemd_unit.rs:16:2 Oct 13 07:42:59.369 INFO kablam! | Oct 13 07:42:59.369 INFO kablam! 16 | unit_object_path: String, Oct 13 07:42:59.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.369 INFO kablam! Oct 13 07:42:59.369 INFO kablam! warning: field is never used: `job_id` Oct 13 07:42:59.369 INFO kablam! --> src/systemd_unit.rs:17:2 Oct 13 07:42:59.369 INFO kablam! | Oct 13 07:42:59.369 INFO kablam! 17 | job_id: u32, Oct 13 07:42:59.369 INFO kablam! | ^^^^^^^^^^^ Oct 13 07:42:59.369 INFO kablam! Oct 13 07:42:59.369 INFO kablam! warning: field is never used: `job_type` Oct 13 07:42:59.369 INFO kablam! --> src/systemd_unit.rs:18:2 Oct 13 07:42:59.369 INFO kablam! | Oct 13 07:42:59.369 INFO kablam! 18 | job_type: SystemdJobType, Oct 13 07:42:59.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.369 INFO kablam! Oct 13 07:42:59.369 INFO kablam! warning: field is never used: `job_object_path` Oct 13 07:42:59.369 INFO kablam! --> src/systemd_unit.rs:19:2 Oct 13 07:42:59.369 INFO kablam! | Oct 13 07:42:59.369 INFO kablam! 19 | job_object_path: String, Oct 13 07:42:59.369 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 07:42:59.369 INFO kablam! Oct 13 07:42:59.396 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.19s Oct 13 07:42:59.396 INFO kablam! su: No module specific data is present Oct 13 07:43:00.428 INFO running `"docker" "rm" "-f" "c6b118aeade121b79b27a0b815fdd112873a514b83407f04018f6fb41a0065bc"` Oct 13 07:43:00.836 INFO blam! c6b118aeade121b79b27a0b815fdd112873a514b83407f04018f6fb41a0065bc