Oct 12 23:09:11.338 INFO testing statianzo/rsturing against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 12 23:09:11.339 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 23:09:11.909 INFO blam! c2e7cb7e170ecf2ed46e7e5fd2ac26b6dc7bf79645ec937dfdc94f9e97b23a75 Oct 12 23:09:11.911 INFO running `"docker" "start" "-a" "c2e7cb7e170ecf2ed46e7e5fd2ac26b6dc7bf79645ec937dfdc94f9e97b23a75"` Oct 12 23:09:13.546 INFO kablam! usermod: no changes Oct 12 23:09:13.603 INFO kablam! Compiling rsturing v0.1.0 (/source) Oct 12 23:09:13.919 INFO kablam! warning: variant is never constructed: `Idle` Oct 12 23:09:13.919 INFO kablam! --> src/fsm.rs:3:5 Oct 12 23:09:13.919 INFO kablam! | Oct 12 23:09:13.919 INFO kablam! 3 | Idle, Oct 12 23:09:13.919 INFO kablam! | ^^^^ Oct 12 23:09:13.919 INFO kablam! | Oct 12 23:09:13.919 INFO kablam! = note: #[warn(dead_code)] on by default Oct 12 23:09:13.919 INFO kablam! Oct 12 23:09:13.919 INFO kablam! warning: variant is never constructed: `TimeInput` Oct 12 23:09:13.919 INFO kablam! --> src/fsm.rs:4:5 Oct 12 23:09:13.919 INFO kablam! | Oct 12 23:09:13.919 INFO kablam! 4 | TimeInput, Oct 12 23:09:13.919 INFO kablam! | ^^^^^^^^^ Oct 12 23:09:13.919 INFO kablam! Oct 12 23:09:13.919 INFO kablam! warning: variant is never constructed: `Cook` Oct 12 23:09:13.919 INFO kablam! --> src/fsm.rs:5:5 Oct 12 23:09:13.919 INFO kablam! | Oct 12 23:09:13.919 INFO kablam! 5 | Cook, Oct 12 23:09:13.919 INFO kablam! | ^^^^ Oct 12 23:09:13.919 INFO kablam! Oct 12 23:09:13.919 INFO kablam! warning: variant is never constructed: `Pause` Oct 12 23:09:13.919 INFO kablam! --> src/fsm.rs:6:5 Oct 12 23:09:13.919 INFO kablam! | Oct 12 23:09:13.919 INFO kablam! 6 | Pause, Oct 12 23:09:13.919 INFO kablam! | ^^^^^ Oct 12 23:09:13.919 INFO kablam! Oct 12 23:09:13.919 INFO kablam! warning: variant is never constructed: `Done` Oct 12 23:09:13.919 INFO kablam! --> src/fsm.rs:7:5 Oct 12 23:09:13.919 INFO kablam! | Oct 12 23:09:13.919 INFO kablam! 7 | Done, Oct 12 23:09:13.919 INFO kablam! | ^^^^ Oct 12 23:09:13.919 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: enum is never used: `Event` Oct 12 23:09:13.920 INFO kablam! --> src/fsm.rs:10:1 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 10 | enum Event { Oct 12 23:09:13.920 INFO kablam! | ^^^^^^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: struct is never constructed: `Microwave` Oct 12 23:09:13.920 INFO kablam! --> src/fsm.rs:17:1 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 17 | struct Microwave { Oct 12 23:09:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: method is never used: `dispatch` Oct 12 23:09:13.920 INFO kablam! --> src/fsm.rs:22:5 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 22 | fn dispatch(&mut self, event: Event) { Oct 12 23:09:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: type alias is never used: `State` Oct 12 23:09:13.920 INFO kablam! --> src/turing.rs:1:1 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 1 | type State = usize; Oct 12 23:09:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: variant is never constructed: `Blank` Oct 12 23:09:13.920 INFO kablam! --> src/turing.rs:5:5 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 5 | Blank, Oct 12 23:09:13.920 INFO kablam! | ^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: variant is never constructed: `Zero` Oct 12 23:09:13.920 INFO kablam! --> src/turing.rs:6:5 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 6 | Zero, Oct 12 23:09:13.920 INFO kablam! | ^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: variant is never constructed: `One` Oct 12 23:09:13.920 INFO kablam! --> src/turing.rs:7:5 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 7 | One, Oct 12 23:09:13.920 INFO kablam! | ^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: enum is never used: `Move` Oct 12 23:09:13.920 INFO kablam! --> src/turing.rs:11:1 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 11 | enum Move { Oct 12 23:09:13.920 INFO kablam! | ^^^^^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: struct is never constructed: `Transition` Oct 12 23:09:13.920 INFO kablam! --> src/turing.rs:17:1 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 17 | struct Transition { Oct 12 23:09:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: struct is never constructed: `Machine` Oct 12 23:09:13.920 INFO kablam! --> src/turing.rs:25:1 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 25 | struct Machine { Oct 12 23:09:13.920 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: type alias is never used: `Tape` Oct 12 23:09:13.920 INFO kablam! --> src/turing.rs:31:1 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 31 | type Tape = Vec; Oct 12 23:09:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.920 INFO kablam! warning: function is never used: `run` Oct 12 23:09:13.920 INFO kablam! --> src/turing.rs:33:1 Oct 12 23:09:13.920 INFO kablam! | Oct 12 23:09:13.920 INFO kablam! 33 | fn run(machine: Machine, code: Tape) -> Tape { Oct 12 23:09:13.920 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 12 23:09:13.920 INFO kablam! Oct 12 23:09:13.971 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.40s Oct 12 23:09:13.971 INFO kablam! su: No module specific data is present Oct 12 23:09:14.787 INFO running `"docker" "rm" "-f" "c2e7cb7e170ecf2ed46e7e5fd2ac26b6dc7bf79645ec937dfdc94f9e97b23a75"` Oct 12 23:09:15.033 INFO blam! c2e7cb7e170ecf2ed46e7e5fd2ac26b6dc7bf79645ec937dfdc94f9e97b23a75 Oct 12 23:09:15.035 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 23:09:15.409 INFO blam! 4b79b21ee2332e4946b3715bf88c830e2d1314f6b964043faa41dcc0808e22a6 Oct 12 23:09:15.411 INFO running `"docker" "start" "-a" "4b79b21ee2332e4946b3715bf88c830e2d1314f6b964043faa41dcc0808e22a6"` Oct 12 23:09:16.347 INFO kablam! usermod: no changes Oct 12 23:09:16.395 INFO kablam! Compiling rsturing v0.1.0 (/source) Oct 12 23:09:17.763 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 12 23:09:17.767 INFO kablam! su: No module specific data is present Oct 12 23:09:18.571 INFO running `"docker" "rm" "-f" "4b79b21ee2332e4946b3715bf88c830e2d1314f6b964043faa41dcc0808e22a6"` Oct 12 23:09:18.907 INFO blam! 4b79b21ee2332e4946b3715bf88c830e2d1314f6b964043faa41dcc0808e22a6 Oct 12 23:09:18.908 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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 12 23:09:19.297 INFO blam! 61c3d67199a3336c5073df39f15e4545f79de248818aac725d2f05148a17fac1 Oct 12 23:09:19.307 INFO running `"docker" "start" "-a" "61c3d67199a3336c5073df39f15e4545f79de248818aac725d2f05148a17fac1"` Oct 12 23:09:20.324 INFO kablam! usermod: no changes Oct 12 23:09:20.411 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 12 23:09:20.415 INFO kablam! Running /target/debug/deps/rsturing-ada08c5963899ea1 Oct 12 23:09:20.419 INFO blam! Oct 12 23:09:20.419 INFO blam! running 2 tests Oct 12 23:09:20.427 INFO blam! test fsm::test_fsm ... ok Oct 12 23:09:20.427 INFO kablam! Doc-tests rsturing Oct 12 23:09:20.427 INFO blam! test turing::test_build ... ok Oct 12 23:09:20.427 INFO blam! Oct 12 23:09:20.427 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:09:20.427 INFO blam! Oct 12 23:09:20.778 INFO blam! Oct 12 23:09:20.778 INFO blam! running 0 tests Oct 12 23:09:20.779 INFO blam! Oct 12 23:09:20.779 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 12 23:09:20.779 INFO blam! Oct 12 23:09:20.784 INFO kablam! su: No module specific data is present Oct 12 23:09:21.620 INFO running `"docker" "rm" "-f" "61c3d67199a3336c5073df39f15e4545f79de248818aac725d2f05148a17fac1"` Oct 12 23:09:21.896 INFO blam! 61c3d67199a3336c5073df39f15e4545f79de248818aac725d2f05148a17fac1