Oct 21 20:21:30.959 INFO checking Termitarium/Termitarium-Backend against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192 Oct 21 20:21:30.959 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192/worker-1/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/pr-55192/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 21 20:21:31.452 INFO blam! d3d53197f27e40a26f9db0c29ce6265a1a8e1b6887008e687b59198583b9001c Oct 21 20:21:31.458 INFO running `"docker" "start" "-a" "d3d53197f27e40a26f9db0c29ce6265a1a8e1b6887008e687b59198583b9001c"` Oct 21 20:21:32.728 INFO kablam! usermod: no changes Oct 21 20:21:32.844 INFO kablam! Checking cassowary v0.2.1 Oct 21 20:21:33.799 INFO kablam! Checking tui v0.1.3 Oct 21 20:21:36.064 INFO kablam! Checking termitarium v0.1.0 (/source) Oct 21 20:21:37.288 INFO kablam! warning: method is never used: `new` Oct 21 20:21:37.288 INFO kablam! --> src/lib/model/mod.rs:20:5 Oct 21 20:21:37.288 INFO kablam! | Oct 21 20:21:37.288 INFO kablam! 20 | fn new(id: EntityId, entity_type: EntityType, name: EntityName) -> Self { Oct 21 20:21:37.288 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:21:37.288 INFO kablam! | Oct 21 20:21:37.289 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:21:37.289 INFO kablam! Oct 21 20:21:37.293 INFO kablam! warning: method is never used: `new` Oct 21 20:21:37.293 INFO kablam! --> src/lib/model/mod.rs:20:5 Oct 21 20:21:37.293 INFO kablam! | Oct 21 20:21:37.293 INFO kablam! 20 | fn new(id: EntityId, entity_type: EntityType, name: EntityName) -> Self { Oct 21 20:21:37.293 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:21:37.293 INFO kablam! | Oct 21 20:21:37.293 INFO kablam! = note: #[warn(dead_code)] on by default Oct 21 20:21:37.293 INFO kablam! Oct 21 20:21:41.260 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:21:41.260 INFO kablam! --> src/server/main.rs:26:5 Oct 21 20:21:41.260 INFO kablam! | Oct 21 20:21:41.260 INFO kablam! 26 | write_into_config_file_from(&model); Oct 21 20:21:41.260 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:21:41.261 INFO kablam! | Oct 21 20:21:41.261 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:21:41.261 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:21:41.261 INFO kablam! Oct 21 20:21:41.555 INFO kablam! warning: unused `std::result::Result` that must be used Oct 21 20:21:41.555 INFO kablam! --> src/server/main.rs:26:5 Oct 21 20:21:41.556 INFO kablam! | Oct 21 20:21:41.556 INFO kablam! 26 | write_into_config_file_from(&model); Oct 21 20:21:41.556 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:21:41.556 INFO kablam! | Oct 21 20:21:41.557 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 21 20:21:41.557 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 21 20:21:41.557 INFO kablam! Oct 21 20:21:41.751 INFO kablam! warning: unused import: `termitarium_lib::model::*` Oct 21 20:21:41.751 INFO kablam! --> src/cli-client/main.rs:2:5 Oct 21 20:21:41.751 INFO kablam! | Oct 21 20:21:41.751 INFO kablam! 2 | use termitarium_lib::model::*; Oct 21 20:21:41.751 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:21:41.751 INFO kablam! | Oct 21 20:21:41.751 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:21:41.751 INFO kablam! Oct 21 20:21:42.000 INFO kablam! warning: unused import: `termitarium_lib::model::*` Oct 21 20:21:42.000 INFO kablam! --> src/cli-client/main.rs:2:5 Oct 21 20:21:42.000 INFO kablam! | Oct 21 20:21:42.000 INFO kablam! 2 | use termitarium_lib::model::*; Oct 21 20:21:42.000 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 21 20:21:42.000 INFO kablam! | Oct 21 20:21:42.000 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 21 20:21:42.000 INFO kablam! Oct 21 20:21:42.044 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 9.30s Oct 21 20:21:42.049 INFO kablam! su: No module specific data is present Oct 21 20:21:43.279 INFO running `"docker" "rm" "-f" "d3d53197f27e40a26f9db0c29ce6265a1a8e1b6887008e687b59198583b9001c"` Oct 21 20:21:43.710 INFO blam! d3d53197f27e40a26f9db0c29ce6265a1a8e1b6887008e687b59198583b9001c