Oct 14 22:19:51.044 INFO testing driden/oxido against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 22:19:51.046 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 22:19:51.608 INFO blam! 9d30be1cc796ff37ed28f51b4b85d4fc4f5fed5956de7ba582c5fc591745017e Oct 14 22:19:51.611 INFO running `"docker" "start" "-a" "9d30be1cc796ff37ed28f51b4b85d4fc4f5fed5956de7ba582c5fc591745017e"` Oct 14 22:19:53.691 INFO kablam! usermod: no changes Oct 14 22:19:53.791 INFO kablam! Compiling oxido v0.1.0 (/source) Oct 14 22:19:54.159 INFO kablam! warning: unreachable pattern Oct 14 22:19:54.159 INFO kablam! --> src/main.rs:65:13 Oct 14 22:19:54.159 INFO kablam! | Oct 14 22:19:54.159 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:54.159 INFO kablam! | --------------- matches any value Oct 14 22:19:54.159 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 14 22:19:54.159 INFO kablam! | ^^^^^^^^^^^^^^ unreachable pattern Oct 14 22:19:54.159 INFO kablam! | Oct 14 22:19:54.159 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 22:19:54.159 INFO kablam! Oct 14 22:19:54.159 INFO kablam! warning: unreachable pattern Oct 14 22:19:54.159 INFO kablam! --> src/main.rs:66:13 Oct 14 22:19:54.159 INFO kablam! | Oct 14 22:19:54.159 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:54.159 INFO kablam! | --------------- matches any value Oct 14 22:19:54.159 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 14 22:19:54.159 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 14 22:19:54.159 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ unreachable pattern Oct 14 22:19:54.159 INFO kablam! Oct 14 22:19:54.159 INFO kablam! warning: unreachable pattern Oct 14 22:19:54.159 INFO kablam! --> src/main.rs:67:13 Oct 14 22:19:54.159 INFO kablam! | Oct 14 22:19:54.159 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:54.159 INFO kablam! | --------------- matches any value Oct 14 22:19:54.159 INFO kablam! ... Oct 14 22:19:54.159 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 14 22:19:54.159 INFO kablam! | ^^^^^^^^^^^^^^^^^ unreachable pattern Oct 14 22:19:54.159 INFO kablam! Oct 14 22:19:54.159 INFO kablam! warning: unused variable: `NoBeingInSquare` Oct 14 22:19:54.159 INFO kablam! --> src/main.rs:64:13 Oct 14 22:19:54.159 INFO kablam! | Oct 14 22:19:54.159 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:54.159 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_NoBeingInSquare` instead Oct 14 22:19:54.159 INFO kablam! | Oct 14 22:19:54.159 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:19:54.159 INFO kablam! Oct 14 22:19:54.159 INFO kablam! warning: unused variable: `FellOffTheGrid` Oct 14 22:19:54.159 INFO kablam! --> src/main.rs:65:13 Oct 14 22:19:54.160 INFO kablam! | Oct 14 22:19:54.160 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 14 22:19:54.160 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_FellOffTheGrid` instead Oct 14 22:19:54.160 INFO kablam! Oct 14 22:19:54.160 INFO kablam! warning: unused variable: `AnotherBeingInSquare` Oct 14 22:19:54.160 INFO kablam! --> src/main.rs:66:13 Oct 14 22:19:54.160 INFO kablam! | Oct 14 22:19:54.160 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 14 22:19:54.160 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_AnotherBeingInSquare` instead Oct 14 22:19:54.160 INFO kablam! Oct 14 22:19:54.160 INFO kablam! warning: unused variable: `MovedToBadTerrain` Oct 14 22:19:54.160 INFO kablam! --> src/main.rs:67:13 Oct 14 22:19:54.160 INFO kablam! | Oct 14 22:19:54.160 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 14 22:19:54.160 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_MovedToBadTerrain` instead Oct 14 22:19:54.160 INFO kablam! Oct 14 22:19:54.175 INFO kablam! warning: variable `NoBeingInSquare` should have a snake case name such as `no_being_in_square` Oct 14 22:19:54.175 INFO kablam! --> src/main.rs:64:13 Oct 14 22:19:54.175 INFO kablam! | Oct 14 22:19:54.175 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:54.175 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:19:54.175 INFO kablam! | Oct 14 22:19:54.175 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:19:54.175 INFO kablam! Oct 14 22:19:54.175 INFO kablam! warning: variable `FellOffTheGrid` should have a snake case name such as `fell_off_the_grid` Oct 14 22:19:54.175 INFO kablam! --> src/main.rs:65:13 Oct 14 22:19:54.175 INFO kablam! | Oct 14 22:19:54.175 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 14 22:19:54.175 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:19:54.175 INFO kablam! Oct 14 22:19:54.175 INFO kablam! warning: variable `AnotherBeingInSquare` should have a snake case name such as `another_being_in_square` Oct 14 22:19:54.175 INFO kablam! --> src/main.rs:66:13 Oct 14 22:19:54.175 INFO kablam! | Oct 14 22:19:54.175 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 14 22:19:54.175 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:54.175 INFO kablam! Oct 14 22:19:54.175 INFO kablam! warning: variable `MovedToBadTerrain` should have a snake case name such as `moved_to_bad_terrain` Oct 14 22:19:54.175 INFO kablam! --> src/main.rs:67:13 Oct 14 22:19:54.175 INFO kablam! | Oct 14 22:19:54.175 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 14 22:19:54.175 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 22:19:54.175 INFO kablam! Oct 14 22:19:54.629 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.91s Oct 14 22:19:54.632 INFO kablam! su: No module specific data is present Oct 14 22:19:55.550 INFO running `"docker" "rm" "-f" "9d30be1cc796ff37ed28f51b4b85d4fc4f5fed5956de7ba582c5fc591745017e"` Oct 14 22:19:55.859 INFO blam! 9d30be1cc796ff37ed28f51b4b85d4fc4f5fed5956de7ba582c5fc591745017e Oct 14 22:19:55.866 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 22:19:56.313 INFO blam! 29798e1b0c3720a8e8c0faa6b6de1af3ea6d5b57d899382a4ca64debfbdc7a83 Oct 14 22:19:56.316 INFO running `"docker" "start" "-a" "29798e1b0c3720a8e8c0faa6b6de1af3ea6d5b57d899382a4ca64debfbdc7a83"` Oct 14 22:19:58.071 INFO kablam! usermod: no changes Oct 14 22:19:58.183 INFO kablam! Compiling oxido v0.1.0 (/source) Oct 14 22:19:58.600 INFO kablam! warning: unreachable pattern Oct 14 22:19:58.600 INFO kablam! --> src/main.rs:65:13 Oct 14 22:19:58.600 INFO kablam! | Oct 14 22:19:58.601 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:58.601 INFO kablam! | --------------- matches any value Oct 14 22:19:58.601 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 14 22:19:58.601 INFO kablam! | ^^^^^^^^^^^^^^ unreachable pattern Oct 14 22:19:58.601 INFO kablam! | Oct 14 22:19:58.601 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 14 22:19:58.601 INFO kablam! Oct 14 22:19:58.601 INFO kablam! warning: unreachable pattern Oct 14 22:19:58.601 INFO kablam! --> src/main.rs:66:13 Oct 14 22:19:58.601 INFO kablam! | Oct 14 22:19:58.601 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:58.601 INFO kablam! | --------------- matches any value Oct 14 22:19:58.601 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 14 22:19:58.601 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 14 22:19:58.601 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ unreachable pattern Oct 14 22:19:58.601 INFO kablam! Oct 14 22:19:58.601 INFO kablam! warning: unreachable pattern Oct 14 22:19:58.601 INFO kablam! --> src/main.rs:67:13 Oct 14 22:19:58.601 INFO kablam! | Oct 14 22:19:58.601 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:58.601 INFO kablam! | --------------- matches any value Oct 14 22:19:58.601 INFO kablam! ... Oct 14 22:19:58.601 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 14 22:19:58.601 INFO kablam! | ^^^^^^^^^^^^^^^^^ unreachable pattern Oct 14 22:19:58.601 INFO kablam! Oct 14 22:19:58.607 INFO kablam! warning: unused variable: `NoBeingInSquare` Oct 14 22:19:58.607 INFO kablam! --> src/main.rs:64:13 Oct 14 22:19:58.608 INFO kablam! | Oct 14 22:19:58.608 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:58.608 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_NoBeingInSquare` instead Oct 14 22:19:58.608 INFO kablam! | Oct 14 22:19:58.608 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 14 22:19:58.608 INFO kablam! Oct 14 22:19:58.608 INFO kablam! warning: unused variable: `FellOffTheGrid` Oct 14 22:19:58.608 INFO kablam! --> src/main.rs:65:13 Oct 14 22:19:58.608 INFO kablam! | Oct 14 22:19:58.608 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 14 22:19:58.610 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_FellOffTheGrid` instead Oct 14 22:19:58.610 INFO kablam! Oct 14 22:19:58.610 INFO kablam! warning: unused variable: `AnotherBeingInSquare` Oct 14 22:19:58.610 INFO kablam! --> src/main.rs:66:13 Oct 14 22:19:58.615 INFO kablam! | Oct 14 22:19:58.615 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 14 22:19:58.615 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_AnotherBeingInSquare` instead Oct 14 22:19:58.615 INFO kablam! Oct 14 22:19:58.615 INFO kablam! warning: unused variable: `MovedToBadTerrain` Oct 14 22:19:58.615 INFO kablam! --> src/main.rs:67:13 Oct 14 22:19:58.615 INFO kablam! | Oct 14 22:19:58.615 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 14 22:19:58.615 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_MovedToBadTerrain` instead Oct 14 22:19:58.615 INFO kablam! Oct 14 22:19:58.635 INFO kablam! warning: variable `NoBeingInSquare` should have a snake case name such as `no_being_in_square` Oct 14 22:19:58.639 INFO kablam! --> src/main.rs:64:13 Oct 14 22:19:58.639 INFO kablam! | Oct 14 22:19:58.639 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 14 22:19:58.639 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 14 22:19:58.639 INFO kablam! | Oct 14 22:19:58.639 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 14 22:19:58.639 INFO kablam! Oct 14 22:19:58.639 INFO kablam! warning: variable `FellOffTheGrid` should have a snake case name such as `fell_off_the_grid` Oct 14 22:19:58.639 INFO kablam! --> src/main.rs:65:13 Oct 14 22:19:58.639 INFO kablam! | Oct 14 22:19:58.639 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 14 22:19:58.639 INFO kablam! | ^^^^^^^^^^^^^^ Oct 14 22:19:58.639 INFO kablam! Oct 14 22:19:58.639 INFO kablam! warning: variable `AnotherBeingInSquare` should have a snake case name such as `another_being_in_square` Oct 14 22:19:58.639 INFO kablam! --> src/main.rs:66:13 Oct 14 22:19:58.639 INFO kablam! | Oct 14 22:19:58.639 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 14 22:19:58.639 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 14 22:19:58.639 INFO kablam! Oct 14 22:19:58.639 INFO kablam! warning: variable `MovedToBadTerrain` should have a snake case name such as `moved_to_bad_terrain` Oct 14 22:19:58.639 INFO kablam! --> src/main.rs:67:13 Oct 14 22:19:58.639 INFO kablam! | Oct 14 22:19:58.639 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 14 22:19:58.639 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 14 22:19:58.639 INFO kablam! Oct 14 22:19:59.759 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.66s Oct 14 22:19:59.761 INFO kablam! su: No module specific data is present Oct 14 22:20:00.864 INFO running `"docker" "rm" "-f" "29798e1b0c3720a8e8c0faa6b6de1af3ea6d5b57d899382a4ca64debfbdc7a83"` Oct 14 22:20:01.179 INFO blam! 29798e1b0c3720a8e8c0faa6b6de1af3ea6d5b57d899382a4ca64debfbdc7a83 Oct 14 22:20:01.179 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 14 22:20:01.669 INFO blam! 6e5e5bf1a4daa162ee076915cc47dc078ecfca5134fb58bcc341efedb3533462 Oct 14 22:20:01.671 INFO running `"docker" "start" "-a" "6e5e5bf1a4daa162ee076915cc47dc078ecfca5134fb58bcc341efedb3533462"` Oct 14 22:20:03.402 INFO kablam! usermod: no changes Oct 14 22:20:03.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 14 22:20:03.467 INFO blam! Oct 14 22:20:03.467 INFO kablam! Running /target/debug/deps/oxido-290aedd23a6abe70 Oct 14 22:20:03.467 INFO blam! running 8 tests Oct 14 22:20:03.483 INFO blam! test tests::test_get_new_coords_west ... ok Oct 14 22:20:03.483 INFO blam! test tests::test_get_new_coords_south ... ok Oct 14 22:20:03.484 INFO blam! test tests::test_move_being_in_coord_being_in_square ... ok Oct 14 22:20:03.484 INFO blam! test tests::test_get_new_coords_east ... ok Oct 14 22:20:03.484 INFO blam! test tests::test_empty_grid ... ok Oct 14 22:20:03.484 INFO blam! test tests::test_get_new_coords_north ... ok Oct 14 22:20:03.499 INFO blam! test tests::test_move_successfully ... ok Oct 14 22:20:03.499 INFO kablam! su: No module specific data is present Oct 14 22:20:03.500 INFO blam! test tests::test_move_being_in_coord_no_being ... ok Oct 14 22:20:03.500 INFO blam! Oct 14 22:20:03.500 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 22:20:03.501 INFO blam! Oct 14 22:20:04.455 INFO running `"docker" "rm" "-f" "6e5e5bf1a4daa162ee076915cc47dc078ecfca5134fb58bcc341efedb3533462"` Oct 14 22:20:04.791 INFO blam! 6e5e5bf1a4daa162ee076915cc47dc078ecfca5134fb58bcc341efedb3533462