Oct 27 22:03:43.299 INFO checking gears-0.1.6 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 22:03:43.301 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-0/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 22:03:43.791 INFO blam! 5af3005bbdd120f87f9caf3a399cff3c24e1912154e4d812999bc87cf9b18ecf Oct 27 22:03:43.803 INFO running `"docker" "start" "-a" "5af3005bbdd120f87f9caf3a399cff3c24e1912154e4d812999bc87cf9b18ecf"` Oct 27 22:03:44.819 INFO kablam! usermod: no changes Oct 27 22:03:45.015 INFO kablam! Checking ratel v0.7.0 Oct 27 22:03:45.032 INFO kablam! Compiling gears v0.1.6 (/source) Oct 27 22:03:45.043 INFO kablam! Checking uuid v0.6.5 Oct 27 22:03:49.764 INFO kablam! warning: unused import: `std::fmt` Oct 27 22:03:49.764 INFO kablam! --> src/structure/domain.rs:4:5 Oct 27 22:03:49.765 INFO kablam! | Oct 27 22:03:49.765 INFO kablam! 4 | use std::fmt; Oct 27 22:03:49.765 INFO kablam! | ^^^^^^^^ Oct 27 22:03:49.765 INFO kablam! | Oct 27 22:03:49.766 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:03:49.766 INFO kablam! Oct 27 22:03:49.847 INFO kablam! warning: unused import: `std::fmt` Oct 27 22:03:49.847 INFO kablam! --> src/structure/domain.rs:4:5 Oct 27 22:03:49.847 INFO kablam! | Oct 27 22:03:49.847 INFO kablam! 4 | use std::fmt; Oct 27 22:03:49.847 INFO kablam! | ^^^^^^^^ Oct 27 22:03:49.847 INFO kablam! | Oct 27 22:03:49.847 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:03:49.847 INFO kablam! Oct 27 22:03:53.839 INFO kablam! warning: function is never used: `pad_translation_doc` Oct 27 22:03:53.840 INFO kablam! --> src/structure/model.rs:34:1 Oct 27 22:03:53.840 INFO kablam! | Oct 27 22:03:53.840 INFO kablam! 34 | / fn pad_translation_doc( Oct 27 22:03:53.841 INFO kablam! 35 | | t: &mut TranslationDocument, Oct 27 22:03:53.841 INFO kablam! 36 | | strings_in_model: &HashMap, Oct 27 22:03:53.841 INFO kablam! 37 | | ) -> () { Oct 27 22:03:53.842 INFO kablam! ... | Oct 27 22:03:53.842 INFO kablam! 47 | | } Oct 27 22:03:53.842 INFO kablam! 48 | | } Oct 27 22:03:53.843 INFO kablam! | |_^ Oct 27 22:03:53.843 INFO kablam! | Oct 27 22:03:53.843 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 22:03:53.843 INFO kablam! Oct 27 22:03:53.915 INFO kablam! warning: function is never used: `pad_translation_doc` Oct 27 22:03:53.916 INFO kablam! --> src/structure/model.rs:34:1 Oct 27 22:03:53.916 INFO kablam! | Oct 27 22:03:53.916 INFO kablam! 34 | / fn pad_translation_doc( Oct 27 22:03:53.917 INFO kablam! 35 | | t: &mut TranslationDocument, Oct 27 22:03:53.917 INFO kablam! 36 | | strings_in_model: &HashMap, Oct 27 22:03:53.917 INFO kablam! 37 | | ) -> () { Oct 27 22:03:53.918 INFO kablam! ... | Oct 27 22:03:53.918 INFO kablam! 47 | | } Oct 27 22:03:53.918 INFO kablam! 48 | | } Oct 27 22:03:53.919 INFO kablam! | |_^ Oct 27 22:03:53.919 INFO kablam! | Oct 27 22:03:53.919 INFO kablam! = note: #[warn(dead_code)] on by default Oct 27 22:03:53.920 INFO kablam! Oct 27 22:03:54.007 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:03:54.008 INFO kablam! --> src/util/fs.rs:298:5 Oct 27 22:03:54.008 INFO kablam! | Oct 27 22:03:54.008 INFO kablam! 298 | model.add_locale(&default_locale); Oct 27 22:03:54.008 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:03:54.009 INFO kablam! | Oct 27 22:03:54.009 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:03:54.009 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:03:54.010 INFO kablam! Oct 27 22:03:54.049 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:03:54.049 INFO kablam! --> src/util/fs.rs:298:5 Oct 27 22:03:54.049 INFO kablam! | Oct 27 22:03:54.049 INFO kablam! 298 | model.add_locale(&default_locale); Oct 27 22:03:54.049 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 27 22:03:54.049 INFO kablam! | Oct 27 22:03:54.051 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:03:54.051 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:03:54.051 INFO kablam! Oct 27 22:04:16.262 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:04:16.262 INFO kablam! --> tests/xflow_run_001.rs:37:13 Oct 27 22:04:16.262 INFO kablam! | Oct 27 22:04:16.263 INFO kablam! 37 | xfrunner.run(); Oct 27 22:04:16.264 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:04:16.289 INFO kablam! | Oct 27 22:04:16.289 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 27 22:04:16.289 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:04:16.289 INFO kablam! Oct 27 22:04:16.290 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:04:16.290 INFO kablam! --> tests/xflow_run_001.rs:72:17 Oct 27 22:04:16.290 INFO kablam! | Oct 27 22:04:16.290 INFO kablam! 72 | xfrunner.step(); Oct 27 22:04:16.290 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 27 22:04:16.296 INFO kablam! | Oct 27 22:04:16.296 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:04:16.296 INFO kablam! Oct 27 22:04:16.296 INFO kablam! warning: unused `std::result::Result` that must be used Oct 27 22:04:16.296 INFO kablam! --> tests/xflow_run_001.rs:116:13 Oct 27 22:04:16.296 INFO kablam! | Oct 27 22:04:16.296 INFO kablam! 116 | xfrunner.run(); Oct 27 22:04:16.296 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 22:04:16.298 INFO kablam! | Oct 27 22:04:16.298 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 27 22:04:16.298 INFO kablam! Oct 27 22:04:21.544 INFO kablam! warning: unused import: `gears::*` Oct 27 22:04:21.544 INFO kablam! --> tests/flox_test.rs:5:5 Oct 27 22:04:21.544 INFO kablam! | Oct 27 22:04:21.544 INFO kablam! 5 | use gears::*; Oct 27 22:04:21.544 INFO kablam! | ^^^^^^^^ Oct 27 22:04:21.547 INFO kablam! | Oct 27 22:04:21.547 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 27 22:04:21.547 INFO kablam! Oct 27 22:04:24.761 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 39.91s Oct 27 22:04:24.795 INFO kablam! su: No module specific data is present Oct 27 22:04:25.569 INFO running `"docker" "rm" "-f" "5af3005bbdd120f87f9caf3a399cff3c24e1912154e4d812999bc87cf9b18ecf"` Oct 27 22:04:25.771 INFO blam! 5af3005bbdd120f87f9caf3a399cff3c24e1912154e4d812999bc87cf9b18ecf