Oct 11 04:37:27.289 INFO testing STYAGAYLO/ElevatorByRust against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 11 04:37:27.289 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 11 04:37:27.289 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:37:27.756 INFO blam! 3f5d245df84c560780b4a213c9c62a0f77da0e12fd1b1d4af68e985c57f75e03 Oct 11 04:37:27.758 INFO running `"docker" "start" "-a" "3f5d245df84c560780b4a213c9c62a0f77da0e12fd1b1d4af68e985c57f75e03"` Oct 11 04:37:29.253 INFO kablam! usermod: no changes Oct 11 04:37:29.387 INFO kablam! Compiling rand v0.4.2 Oct 11 04:37:29.388 INFO kablam! Compiling quickersort v3.0.0 Oct 11 04:37:33.016 INFO kablam! Compiling ElevatorRust111 v0.1.0 (/source) Oct 11 04:37:33.653 INFO kablam! warning: unused variable: `i` Oct 11 04:37:33.657 INFO kablam! --> src/environment.rs:42:9 Oct 11 04:37:33.657 INFO kablam! | Oct 11 04:37:33.657 INFO kablam! 42 | for i in 0..15 { Oct 11 04:37:33.658 INFO kablam! | ^ help: consider using `_i` instead Oct 11 04:37:33.658 INFO kablam! | Oct 11 04:37:33.658 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:37:33.659 INFO kablam! Oct 11 04:37:33.665 INFO kablam! warning: variable does not need to be mutable Oct 11 04:37:33.665 INFO kablam! --> src/controller.rs:27:9 Oct 11 04:37:33.665 INFO kablam! | Oct 11 04:37:33.666 INFO kablam! 27 | let mut env = env; Oct 11 04:37:33.666 INFO kablam! | ----^^^ Oct 11 04:37:33.666 INFO kablam! | | Oct 11 04:37:33.666 INFO kablam! | help: remove this `mut` Oct 11 04:37:33.667 INFO kablam! | Oct 11 04:37:33.667 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:37:33.667 INFO kablam! Oct 11 04:37:33.668 INFO kablam! warning: variable does not need to be mutable Oct 11 04:37:33.668 INFO kablam! --> src/controller.rs:28:9 Oct 11 04:37:33.669 INFO kablam! | Oct 11 04:37:33.669 INFO kablam! 28 | let mut elevator = &mut Elevator::new(0,0, false); Oct 11 04:37:33.669 INFO kablam! | ----^^^^^^^^ Oct 11 04:37:33.669 INFO kablam! | | Oct 11 04:37:33.670 INFO kablam! | help: remove this `mut` Oct 11 04:37:33.670 INFO kablam! Oct 11 04:37:33.670 INFO kablam! warning: crate `ElevatorRust111` should have a snake case name such as `elevator_rust111` Oct 11 04:37:33.671 INFO kablam! | Oct 11 04:37:33.671 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:37:33.672 INFO kablam! Oct 11 04:37:34.596 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.30s Oct 11 04:37:34.596 INFO kablam! su: No module specific data is present Oct 11 04:37:35.329 INFO running `"docker" "rm" "-f" "3f5d245df84c560780b4a213c9c62a0f77da0e12fd1b1d4af68e985c57f75e03"` Oct 11 04:37:35.668 INFO blam! 3f5d245df84c560780b4a213c9c62a0f77da0e12fd1b1d4af68e985c57f75e03 Oct 11 04:37:35.673 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 11 04:37:35.673 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:37:36.084 INFO blam! 2fe563133a21a113f581ff711f2d5b0382f85ea2bb6bdf23abf1f854ffdb79b2 Oct 11 04:37:36.084 INFO running `"docker" "start" "-a" "2fe563133a21a113f581ff711f2d5b0382f85ea2bb6bdf23abf1f854ffdb79b2"` Oct 11 04:37:37.196 INFO kablam! usermod: no changes Oct 11 04:37:37.284 INFO kablam! Compiling ElevatorRust111 v0.1.0 (/source) Oct 11 04:37:37.965 INFO kablam! warning: unused variable: `i` Oct 11 04:37:37.965 INFO kablam! --> src/environment.rs:42:9 Oct 11 04:37:37.965 INFO kablam! | Oct 11 04:37:37.965 INFO kablam! 42 | for i in 0..15 { Oct 11 04:37:37.966 INFO kablam! | ^ help: consider using `_i` instead Oct 11 04:37:37.966 INFO kablam! | Oct 11 04:37:37.973 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 11 04:37:37.973 INFO kablam! Oct 11 04:37:37.973 INFO kablam! warning: variable does not need to be mutable Oct 11 04:37:37.973 INFO kablam! --> src/controller.rs:27:9 Oct 11 04:37:37.973 INFO kablam! | Oct 11 04:37:37.974 INFO kablam! 27 | let mut env = env; Oct 11 04:37:37.974 INFO kablam! | ----^^^ Oct 11 04:37:37.974 INFO kablam! | | Oct 11 04:37:37.974 INFO kablam! | help: remove this `mut` Oct 11 04:37:37.975 INFO kablam! | Oct 11 04:37:37.975 INFO kablam! = note: #[warn(unused_mut)] on by default Oct 11 04:37:37.975 INFO kablam! Oct 11 04:37:37.975 INFO kablam! warning: variable does not need to be mutable Oct 11 04:37:37.976 INFO kablam! --> src/controller.rs:28:9 Oct 11 04:37:37.976 INFO kablam! | Oct 11 04:37:37.976 INFO kablam! 28 | let mut elevator = &mut Elevator::new(0,0, false); Oct 11 04:37:37.976 INFO kablam! | ----^^^^^^^^ Oct 11 04:37:37.976 INFO kablam! | | Oct 11 04:37:37.976 INFO kablam! | help: remove this `mut` Oct 11 04:37:37.976 INFO kablam! Oct 11 04:37:37.976 INFO kablam! warning: crate `ElevatorRust111` should have a snake case name such as `elevator_rust111` Oct 11 04:37:37.976 INFO kablam! | Oct 11 04:37:37.976 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 11 04:37:37.976 INFO kablam! Oct 11 04:37:38.468 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.24s Oct 11 04:37:38.476 INFO kablam! su: No module specific data is present Oct 11 04:37:39.034 INFO running `"docker" "rm" "-f" "2fe563133a21a113f581ff711f2d5b0382f85ea2bb6bdf23abf1f854ffdb79b2"` Oct 11 04:37:39.386 INFO blam! 2fe563133a21a113f581ff711f2d5b0382f85ea2bb6bdf23abf1f854ffdb79b2 Oct 11 04:37:39.394 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 11 04:37:39.394 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 11 04:37:39.816 INFO blam! a735258237e572e06f2bab82a242a4bcba873394eb861ed0bed464c136a97066 Oct 11 04:37:39.818 INFO running `"docker" "start" "-a" "a735258237e572e06f2bab82a242a4bcba873394eb861ed0bed464c136a97066"` Oct 11 04:37:41.024 INFO kablam! usermod: no changes Oct 11 04:37:41.112 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.05s Oct 11 04:37:41.120 INFO kablam! Running /target/debug/deps/ElevatorRust111-3aba81c1d95067d8 Oct 11 04:37:41.140 INFO blam! Oct 11 04:37:41.140 INFO blam! running 0 tests Oct 11 04:37:41.140 INFO blam! Oct 11 04:37:41.140 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 11 04:37:41.140 INFO blam! Oct 11 04:37:41.144 INFO kablam! su: No module specific data is present Oct 11 04:37:42.231 INFO running `"docker" "rm" "-f" "a735258237e572e06f2bab82a242a4bcba873394eb861ed0bed464c136a97066"` Oct 11 04:37:42.600 INFO blam! a735258237e572e06f2bab82a242a4bcba873394eb861ed0bed464c136a97066