Oct 27 09:30:41.200 INFO checking Termitarium/Termitarium-Backend against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 09:30:41.200 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-4/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/pr-55192-2/try#19f01b935b91481fd445b16b533d2f87661bf12e:/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 +19f01b935b91481fd445b16b533d2f87661bf12e-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 27 09:30:41.388 INFO blam! bbdad90ecf4ef680c4e972fb290333ba24525bff6e7a947500ba5f0f5fcb9d38 Oct 27 09:30:41.390 INFO running `"docker" "start" "-a" "bbdad90ecf4ef680c4e972fb290333ba24525bff6e7a947500ba5f0f5fcb9d38"` Oct 27 09:30:41.779 INFO kablam! usermod: no changes Oct 27 09:30:41.854 INFO kablam! Checking cassowary v0.2.1 Oct 27 09:30:41.855 INFO kablam! Checking termion v1.5.1 Oct 27 09:30:41.855 INFO kablam! Checking serde_yaml v0.7.1 Oct 27 09:30:43.135 INFO kablam! Checking tui v0.1.3 Oct 27 09:30:44.996 INFO kablam! Checking termitarium v0.1.0 (/source) Oct 27 09:30:46.392 INFO kablam! warning: method is never used: `new` Oct 27 09:30:46.392 INFO kablam! --> src/lib/model/mod.rs:20:5 Oct 27 09:30:46.392 INFO kablam! | Oct 27 09:30:46.392 INFO kablam! 20 | fn new(id: EntityId, entity_type: EntityType, name: EntityName) -> Self { Oct 27 09:30:46.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:30:46.392 INFO kablam! | Oct 27 09:30:46.393 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:30:46.393 INFO kablam! Oct 27 09:30:46.418 INFO kablam! warning: method is never used: `new` Oct 27 09:30:46.419 INFO kablam! --> src/lib/model/mod.rs:20:5 Oct 27 09:30:46.419 INFO kablam! | Oct 27 09:30:46.419 INFO kablam! 20 | fn new(id: EntityId, entity_type: EntityType, name: EntityName) -> Self { Oct 27 09:30:46.420 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:30:46.420 INFO kablam! | Oct 27 09:30:46.421 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 09:30:46.421 INFO kablam! Oct 27 09:30:50.098 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:30:50.098 INFO kablam! --> src/server/main.rs:26:5 Oct 27 09:30:50.098 INFO kablam! | Oct 27 09:30:50.099 INFO kablam! 26 | write_into_config_file_from(&model); Oct 27 09:30:50.099 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:30:50.099 INFO kablam! | Oct 27 09:30:50.100 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:30:50.100 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:30:50.100 INFO kablam! Oct 27 09:30:50.391 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 09:30:50.391 INFO kablam! --> src/server/main.rs:26:5 Oct 27 09:30:50.391 INFO kablam! | Oct 27 09:30:50.392 INFO kablam! 26 | write_into_config_file_from(&model); Oct 27 09:30:50.392 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:30:50.392 INFO kablam! | Oct 27 09:30:50.393 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 09:30:50.393 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 09:30:50.393 INFO kablam! Oct 27 09:30:50.771 INFO kablam! warning: unused import: `termitarium_lib::model::*` Oct 27 09:30:50.772 INFO kablam! --> src/cli-client/main.rs:2:5 Oct 27 09:30:50.772 INFO kablam! | Oct 27 09:30:50.773 INFO kablam! 2 | use termitarium_lib::model::*; Oct 27 09:30:50.773 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:30:50.773 INFO kablam! | Oct 27 09:30:50.774 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:30:50.774 INFO kablam! Oct 27 09:30:51.035 INFO kablam! warning: unused import: `termitarium_lib::model::*` Oct 27 09:30:51.035 INFO kablam! --> src/cli-client/main.rs:2:5 Oct 27 09:30:51.036 INFO kablam! | Oct 27 09:30:51.036 INFO kablam! 2 | use termitarium_lib::model::*; Oct 27 09:30:51.036 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 09:30:51.037 INFO kablam! | Oct 27 09:30:51.037 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 09:30:51.037 INFO kablam! Oct 27 09:30:51.135 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.33s Oct 27 09:30:51.154 INFO kablam! su: No module specific data is present Oct 27 09:30:52.358 INFO running `"docker" "rm" "-f" "bbdad90ecf4ef680c4e972fb290333ba24525bff6e7a947500ba5f0f5fcb9d38"` Oct 27 09:30:52.647 INFO blam! bbdad90ecf4ef680c4e972fb290333ba24525bff6e7a947500ba5f0f5fcb9d38