Oct 27 16:22:46.047 INFO checking rustorm-0.10.7 against try#19f01b935b91481fd445b16b533d2f87661bf12e for pr-55192-2 Oct 27 16:22:46.047 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-3/try#19f01b935b91481fd445b16b533d2f87661bf12e:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/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 16:22:46.434 INFO blam! 621a991c19649f008bb7b67fc6435cdc2ea3d017dcebf9f60496b4ea7ef1dd10 Oct 27 16:22:46.436 INFO running `"docker" "start" "-a" "621a991c19649f008bb7b67fc6435cdc2ea3d017dcebf9f60496b4ea7ef1dd10"` Oct 27 16:22:47.659 INFO kablam! usermod: no changes Oct 27 16:22:47.974 INFO kablam! Checking meval v0.1.0 Oct 27 16:22:47.987 INFO kablam! Checking r2d2 v0.8.2 Oct 27 16:22:47.987 INFO kablam! Compiling num-integer v0.1.39 Oct 27 16:22:48.007 INFO kablam! Compiling uuid v0.5.1 Oct 27 16:22:48.019 INFO kablam! Checking chrono v0.4.6 Oct 27 16:22:48.019 INFO kablam! Checking num v0.1.42 Oct 27 16:22:48.019 INFO kablam! Compiling geo v0.4.13 Oct 27 16:22:50.131 INFO kablam! Checking bigdecimal v0.0.10 Oct 27 16:22:51.615 INFO kablam! Compiling num-bigint v0.1.44 Oct 27 16:22:51.615 INFO kablam! Compiling num-iter v0.1.37 Oct 27 16:22:56.413 INFO kablam! Checking rustorm_dao v0.1.3 Oct 27 16:23:05.150 INFO kablam! Compiling rustorm_codegen v0.1.3 Oct 27 16:23:13.603 INFO kablam! Checking rustorm v0.10.7 (/source) Oct 27 16:23:19.100 INFO kablam! error: unused import: `dao` Oct 27 16:23:19.100 INFO kablam! --> src/column.rs:1:5 Oct 27 16:23:19.100 INFO kablam! | Oct 27 16:23:19.100 INFO kablam! 1 | use dao; Oct 27 16:23:19.100 INFO kablam! | ^^^ Oct 27 16:23:19.100 INFO kablam! | Oct 27 16:23:19.101 INFO kablam! note: lint level defined here Oct 27 16:23:19.101 INFO kablam! --> src/lib.rs:1:9 Oct 27 16:23:19.101 INFO kablam! | Oct 27 16:23:19.101 INFO kablam! 1 | #![deny(warnings)] Oct 27 16:23:19.102 INFO kablam! | ^^^^^^^^ Oct 27 16:23:19.102 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 27 16:23:19.102 INFO kablam! Oct 27 16:23:19.102 INFO kablam! error: unused import: `dao` Oct 27 16:23:19.102 INFO kablam! --> src/database.rs:9:5 Oct 27 16:23:19.102 INFO kablam! | Oct 27 16:23:19.102 INFO kablam! 9 | use dao; Oct 27 16:23:19.102 INFO kablam! | ^^^ Oct 27 16:23:19.102 INFO kablam! Oct 27 16:23:19.103 INFO kablam! error: unused import: `dao` Oct 27 16:23:19.103 INFO kablam! --> src/users/mod.rs:4:5 Oct 27 16:23:19.103 INFO kablam! | Oct 27 16:23:19.104 INFO kablam! 4 | use dao; Oct 27 16:23:19.104 INFO kablam! | ^^^ Oct 27 16:23:19.104 INFO kablam! Oct 27 16:23:19.111 INFO kablam! error: unused import: `super::*` Oct 27 16:23:19.111 INFO kablam! --> src/lib.rs:75:9 Oct 27 16:23:19.111 INFO kablam! | Oct 27 16:23:19.111 INFO kablam! 75 | use super::*; Oct 27 16:23:19.111 INFO kablam! | ^^^^^^^^ Oct 27 16:23:19.111 INFO kablam! error: unused import: `dao` Oct 27 16:23:19.111 INFO kablam! --> src/column.rs:1:5 Oct 27 16:23:19.111 INFO kablam! | Oct 27 16:23:19.111 INFO kablam! 1 | use dao; Oct 27 16:23:19.111 INFO kablam! | ^^^ Oct 27 16:23:19.111 INFO kablam! | Oct 27 16:23:19.111 INFO kablam! note: lint level defined here Oct 27 16:23:19.111 INFO kablam! --> src/lib.rs:1:9 Oct 27 16:23:19.111 INFO kablam! | Oct 27 16:23:19.111 INFO kablam! 1 | #![deny(warnings)] Oct 27 16:23:19.111 INFO kablam! | ^^^^^^^^ Oct 27 16:23:19.111 INFO kablam! = note: #[deny(unused_imports)] implied by #[deny(warnings)] Oct 27 16:23:19.111 INFO kablam! Oct 27 16:23:19.111 INFO kablam! error: unused import: `dao` Oct 27 16:23:19.111 INFO kablam! --> src/database.rs:9:5 Oct 27 16:23:19.111 INFO kablam! | Oct 27 16:23:19.111 INFO kablam! 9 | use dao; Oct 27 16:23:19.111 INFO kablam! | ^^^ Oct 27 16:23:19.111 INFO kablam! Oct 27 16:23:19.114 INFO kablam! Oct 27 16:23:19.114 INFO kablam! error: unused import: `dao` Oct 27 16:23:19.114 INFO kablam! --> src/users/mod.rs:4:5 Oct 27 16:23:19.114 INFO kablam! | Oct 27 16:23:19.114 INFO kablam! 4 | use dao; Oct 27 16:23:19.114 INFO kablam! | ^^^ Oct 27 16:23:19.114 INFO kablam! Oct 27 16:23:20.080 INFO kablam! error: aborting due to 3 previous errors Oct 27 16:23:20.081 INFO kablam! Oct 27 16:23:20.108 INFO kablam! error: Could not compile `rustorm`. Oct 27 16:23:20.109 INFO kablam! warning: build failed, waiting for other jobs to finish... Oct 27 16:23:20.142 INFO kablam! error: aborting due to 4 previous errors Oct 27 16:23:20.143 INFO kablam! Oct 27 16:23:20.168 INFO kablam! error: Could not compile `rustorm`. Oct 27 16:23:20.169 INFO kablam! Oct 27 16:23:20.169 INFO kablam! To learn more, run the command again with --verbose. Oct 27 16:23:20.172 INFO kablam! su: No module specific data is present Oct 27 16:23:21.531 INFO running `"docker" "rm" "-f" "621a991c19649f008bb7b67fc6435cdc2ea3d017dcebf9f60496b4ea7ef1dd10"` Oct 27 16:23:21.847 INFO blam! 621a991c19649f008bb7b67fc6435cdc2ea3d017dcebf9f60496b4ea7ef1dd10