Oct 15 06:22:31.838 INFO testing Termitarium/Termitarium-Backend against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 06:22:31.838 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-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 15 06:22:32.200 INFO blam! 1bdfff5df10cc66bfd8e5b2813d27e55e4a9465b016b0d0221d269530e885aab Oct 15 06:22:32.203 INFO running `"docker" "start" "-a" "1bdfff5df10cc66bfd8e5b2813d27e55e4a9465b016b0d0221d269530e885aab"` Oct 15 06:22:33.491 INFO kablam! usermod: no changes Oct 15 06:22:33.580 INFO kablam! Compiling cassowary v0.2.1 Oct 15 06:22:33.583 INFO kablam! Compiling serde v1.0.19 Oct 15 06:22:33.583 INFO kablam! Compiling termion v1.5.1 Oct 15 06:22:33.583 INFO kablam! Compiling serde_derive v1.0.19 Oct 15 06:22:36.167 INFO kablam! Compiling tui v0.1.3 Oct 15 06:22:46.587 INFO kablam! Compiling serde_yaml v0.7.1 Oct 15 06:22:49.875 INFO kablam! Compiling termitarium v0.1.0 (/source) Oct 15 06:22:50.670 INFO kablam! warning: method is never used: `new` Oct 15 06:22:50.671 INFO kablam! --> src/lib/model/mod.rs:20:5 Oct 15 06:22:50.671 INFO kablam! | Oct 15 06:22:50.671 INFO kablam! 20 | fn new(id: EntityId, entity_type: EntityType, name: EntityName) -> Self { Oct 15 06:22:50.671 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:50.671 INFO kablam! | Oct 15 06:22:50.671 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:22:50.671 INFO kablam! Oct 15 06:22:52.420 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:22:52.421 INFO kablam! --> src/server/main.rs:26:5 Oct 15 06:22:52.422 INFO kablam! | Oct 15 06:22:52.422 INFO kablam! 26 | write_into_config_file_from(&model); Oct 15 06:22:52.422 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:52.422 INFO kablam! | Oct 15 06:22:52.422 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:22:52.422 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:22:52.422 INFO kablam! Oct 15 06:22:52.651 INFO kablam! warning: unused import: `termitarium_lib::model::*` Oct 15 06:22:52.652 INFO kablam! --> src/cli-client/main.rs:2:5 Oct 15 06:22:52.652 INFO kablam! | Oct 15 06:22:52.652 INFO kablam! 2 | use termitarium_lib::model::*; Oct 15 06:22:52.653 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:52.653 INFO kablam! | Oct 15 06:22:52.653 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:22:52.654 INFO kablam! Oct 15 06:22:54.731 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 21.21s Oct 15 06:22:54.739 INFO kablam! su: No module specific data is present Oct 15 06:22:55.978 INFO running `"docker" "rm" "-f" "1bdfff5df10cc66bfd8e5b2813d27e55e4a9465b016b0d0221d269530e885aab"` Oct 15 06:22:56.255 INFO blam! 1bdfff5df10cc66bfd8e5b2813d27e55e4a9465b016b0d0221d269530e885aab Oct 15 06:22:56.261 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-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 15 06:22:56.823 INFO blam! 8df6531d79238844836408bd37bd23bed25b09a13207c08146e1eeb171630a31 Oct 15 06:22:56.829 INFO running `"docker" "start" "-a" "8df6531d79238844836408bd37bd23bed25b09a13207c08146e1eeb171630a31"` Oct 15 06:22:57.456 INFO kablam! usermod: no changes Oct 15 06:22:57.545 INFO kablam! Compiling termitarium v0.1.0 (/source) Oct 15 06:22:58.351 INFO kablam! warning: method is never used: `new` Oct 15 06:22:58.351 INFO kablam! --> src/lib/model/mod.rs:20:5 Oct 15 06:22:58.351 INFO kablam! | Oct 15 06:22:58.351 INFO kablam! 20 | fn new(id: EntityId, entity_type: EntityType, name: EntityName) -> Self { Oct 15 06:22:58.351 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:58.351 INFO kablam! | Oct 15 06:22:58.351 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 06:22:58.351 INFO kablam! Oct 15 06:22:58.483 INFO kablam! warning: unused `std::result::Result` which must be used Oct 15 06:22:58.483 INFO kablam! --> src/server/main.rs:26:5 Oct 15 06:22:58.483 INFO kablam! | Oct 15 06:22:58.483 INFO kablam! 26 | write_into_config_file_from(&model); Oct 15 06:22:58.483 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:58.483 INFO kablam! | Oct 15 06:22:58.483 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 15 06:22:58.483 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 15 06:22:58.483 INFO kablam! Oct 15 06:22:58.632 INFO kablam! warning: unused import: `termitarium_lib::model::*` Oct 15 06:22:58.633 INFO kablam! --> src/cli-client/main.rs:2:5 Oct 15 06:22:58.633 INFO kablam! | Oct 15 06:22:58.633 INFO kablam! 2 | use termitarium_lib::model::*; Oct 15 06:22:58.633 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 06:22:58.633 INFO kablam! | Oct 15 06:22:58.633 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 06:22:58.633 INFO kablam! Oct 15 06:22:59.063 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.57s Oct 15 06:22:59.066 INFO kablam! su: No module specific data is present Oct 15 06:22:59.345 INFO running `"docker" "rm" "-f" "8df6531d79238844836408bd37bd23bed25b09a13207c08146e1eeb171630a31"` Oct 15 06:22:59.436 INFO blam! 8df6531d79238844836408bd37bd23bed25b09a13207c08146e1eeb171630a31 Oct 15 06:22:59.438 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-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 15 06:22:59.657 INFO blam! 74836f06c9ba9872749cbf048dd5ee4cb20b57606e222de4e4fac7a6017bc743 Oct 15 06:22:59.661 INFO running `"docker" "start" "-a" "74836f06c9ba9872749cbf048dd5ee4cb20b57606e222de4e4fac7a6017bc743"` Oct 15 06:23:00.015 INFO kablam! usermod: no changes Oct 15 06:23:00.067 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 15 06:23:00.078 INFO kablam! Running /target/debug/deps/termitarium_lib-4b4289ce218a32a0 Oct 15 06:23:00.084 INFO blam! Oct 15 06:23:00.084 INFO blam! running 0 tests Oct 15 06:23:00.084 INFO blam! Oct 15 06:23:00.084 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:23:00.084 INFO blam! Oct 15 06:23:00.084 INFO kablam! Running /target/debug/deps/termitarium_cli_client-22e0fc7b5d893592 Oct 15 06:23:00.087 INFO blam! Oct 15 06:23:00.087 INFO blam! running 0 tests Oct 15 06:23:00.087 INFO blam! Oct 15 06:23:00.087 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:23:00.087 INFO blam! Oct 15 06:23:00.087 INFO kablam! Running /target/debug/deps/termitarium_server-1a563a85005f821c Oct 15 06:23:00.089 INFO blam! Oct 15 06:23:00.089 INFO blam! running 0 tests Oct 15 06:23:00.089 INFO blam! Oct 15 06:23:00.089 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:23:00.089 INFO blam! Oct 15 06:23:00.089 INFO kablam! Doc-tests termitarium_lib Oct 15 06:23:00.590 INFO blam! Oct 15 06:23:00.590 INFO blam! running 0 tests Oct 15 06:23:00.590 INFO blam! Oct 15 06:23:00.590 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 06:23:00.590 INFO blam! Oct 15 06:23:00.597 INFO kablam! su: No module specific data is present Oct 15 06:23:00.900 INFO running `"docker" "rm" "-f" "74836f06c9ba9872749cbf048dd5ee4cb20b57606e222de4e4fac7a6017bc743"` Oct 15 06:23:01.010 INFO blam! 74836f06c9ba9872749cbf048dd5ee4cb20b57606e222de4e4fac7a6017bc743