Oct 10 23:56:13.446 INFO testing driden/oxido against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:56:13.446 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:56:13.447 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 23:56:13.933 INFO blam! f3c41f01db160cb8883a0dcf1bd42b5d76961fa7069667b96baec6e3f118869c Oct 10 23:56:13.934 INFO running `"docker" "start" "-a" "f3c41f01db160cb8883a0dcf1bd42b5d76961fa7069667b96baec6e3f118869c"` Oct 10 23:56:16.665 INFO kablam! usermod: no changes Oct 10 23:56:16.736 INFO kablam! Compiling oxido v0.1.0 (/source) Oct 10 23:56:16.986 INFO kablam! warning: unreachable pattern Oct 10 23:56:16.986 INFO kablam! --> src/main.rs:65:13 Oct 10 23:56:16.986 INFO kablam! | Oct 10 23:56:16.986 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:16.986 INFO kablam! | --------------- matches any value Oct 10 23:56:16.986 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 10 23:56:16.986 INFO kablam! | ^^^^^^^^^^^^^^ unreachable pattern Oct 10 23:56:16.986 INFO kablam! | Oct 10 23:56:16.986 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 23:56:16.986 INFO kablam! Oct 10 23:56:16.986 INFO kablam! warning: unreachable pattern Oct 10 23:56:16.986 INFO kablam! --> src/main.rs:66:13 Oct 10 23:56:16.986 INFO kablam! | Oct 10 23:56:16.986 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:16.986 INFO kablam! | --------------- matches any value Oct 10 23:56:16.986 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 10 23:56:16.986 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 10 23:56:16.986 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ unreachable pattern Oct 10 23:56:16.986 INFO kablam! Oct 10 23:56:16.986 INFO kablam! warning: unreachable pattern Oct 10 23:56:16.986 INFO kablam! --> src/main.rs:67:13 Oct 10 23:56:16.986 INFO kablam! | Oct 10 23:56:16.986 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:16.986 INFO kablam! | --------------- matches any value Oct 10 23:56:16.986 INFO kablam! ... Oct 10 23:56:16.986 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 10 23:56:16.986 INFO kablam! | ^^^^^^^^^^^^^^^^^ unreachable pattern Oct 10 23:56:16.986 INFO kablam! Oct 10 23:56:16.990 INFO kablam! warning: unused variable: `NoBeingInSquare` Oct 10 23:56:16.990 INFO kablam! --> src/main.rs:64:13 Oct 10 23:56:16.990 INFO kablam! | Oct 10 23:56:16.990 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:16.990 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_NoBeingInSquare` instead Oct 10 23:56:16.990 INFO kablam! | Oct 10 23:56:16.990 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:56:16.990 INFO kablam! Oct 10 23:56:16.990 INFO kablam! warning: unused variable: `FellOffTheGrid` Oct 10 23:56:16.990 INFO kablam! --> src/main.rs:65:13 Oct 10 23:56:16.990 INFO kablam! | Oct 10 23:56:16.990 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 10 23:56:16.990 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_FellOffTheGrid` instead Oct 10 23:56:16.990 INFO kablam! Oct 10 23:56:16.990 INFO kablam! warning: unused variable: `AnotherBeingInSquare` Oct 10 23:56:16.990 INFO kablam! --> src/main.rs:66:13 Oct 10 23:56:16.990 INFO kablam! | Oct 10 23:56:16.990 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 10 23:56:16.990 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_AnotherBeingInSquare` instead Oct 10 23:56:16.990 INFO kablam! Oct 10 23:56:16.990 INFO kablam! warning: unused variable: `MovedToBadTerrain` Oct 10 23:56:16.990 INFO kablam! --> src/main.rs:67:13 Oct 10 23:56:16.990 INFO kablam! | Oct 10 23:56:16.990 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 10 23:56:16.990 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_MovedToBadTerrain` instead Oct 10 23:56:16.990 INFO kablam! Oct 10 23:56:17.001 INFO kablam! warning: variable `NoBeingInSquare` should have a snake case name such as `no_being_in_square` Oct 10 23:56:17.002 INFO kablam! --> src/main.rs:64:13 Oct 10 23:56:17.002 INFO kablam! | Oct 10 23:56:17.002 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:17.002 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:56:17.002 INFO kablam! | Oct 10 23:56:17.002 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:56:17.002 INFO kablam! Oct 10 23:56:17.002 INFO kablam! warning: variable `FellOffTheGrid` should have a snake case name such as `fell_off_the_grid` Oct 10 23:56:17.002 INFO kablam! --> src/main.rs:65:13 Oct 10 23:56:17.002 INFO kablam! | Oct 10 23:56:17.002 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 10 23:56:17.002 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:56:17.002 INFO kablam! Oct 10 23:56:17.002 INFO kablam! warning: variable `AnotherBeingInSquare` should have a snake case name such as `another_being_in_square` Oct 10 23:56:17.002 INFO kablam! --> src/main.rs:66:13 Oct 10 23:56:17.002 INFO kablam! | Oct 10 23:56:17.002 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 10 23:56:17.002 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:17.002 INFO kablam! Oct 10 23:56:17.002 INFO kablam! warning: variable `MovedToBadTerrain` should have a snake case name such as `moved_to_bad_terrain` Oct 10 23:56:17.002 INFO kablam! --> src/main.rs:67:13 Oct 10 23:56:17.002 INFO kablam! | Oct 10 23:56:17.002 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 10 23:56:17.002 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 23:56:17.002 INFO kablam! Oct 10 23:56:17.467 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.78s Oct 10 23:56:17.477 INFO kablam! su: No module specific data is present Oct 10 23:56:18.856 INFO running `"docker" "rm" "-f" "f3c41f01db160cb8883a0dcf1bd42b5d76961fa7069667b96baec6e3f118869c"` Oct 10 23:56:19.236 INFO blam! f3c41f01db160cb8883a0dcf1bd42b5d76961fa7069667b96baec6e3f118869c Oct 10 23:56:19.238 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:56:19.238 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 23:56:19.682 INFO blam! 59ac093a3303b67d754a0edf5930e37333e28b4166f44e058006e10bf0401c5a Oct 10 23:56:19.683 INFO running `"docker" "start" "-a" "59ac093a3303b67d754a0edf5930e37333e28b4166f44e058006e10bf0401c5a"` Oct 10 23:56:21.440 INFO kablam! usermod: no changes Oct 10 23:56:21.492 INFO kablam! Compiling oxido v0.1.0 (/source) Oct 10 23:56:22.016 INFO kablam! warning: unreachable pattern Oct 10 23:56:22.016 INFO kablam! --> src/main.rs:65:13 Oct 10 23:56:22.016 INFO kablam! | Oct 10 23:56:22.016 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:22.016 INFO kablam! | --------------- matches any value Oct 10 23:56:22.016 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 10 23:56:22.016 INFO kablam! | ^^^^^^^^^^^^^^ unreachable pattern Oct 10 23:56:22.016 INFO kablam! | Oct 10 23:56:22.016 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 10 23:56:22.017 INFO kablam! Oct 10 23:56:22.017 INFO kablam! warning: unreachable pattern Oct 10 23:56:22.017 INFO kablam! --> src/main.rs:66:13 Oct 10 23:56:22.017 INFO kablam! | Oct 10 23:56:22.017 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:22.017 INFO kablam! | --------------- matches any value Oct 10 23:56:22.017 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 10 23:56:22.017 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 10 23:56:22.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ unreachable pattern Oct 10 23:56:22.017 INFO kablam! Oct 10 23:56:22.017 INFO kablam! warning: unreachable pattern Oct 10 23:56:22.017 INFO kablam! --> src/main.rs:67:13 Oct 10 23:56:22.017 INFO kablam! | Oct 10 23:56:22.017 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:22.017 INFO kablam! | --------------- matches any value Oct 10 23:56:22.017 INFO kablam! ... Oct 10 23:56:22.017 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 10 23:56:22.017 INFO kablam! | ^^^^^^^^^^^^^^^^^ unreachable pattern Oct 10 23:56:22.017 INFO kablam! Oct 10 23:56:22.017 INFO kablam! warning: unused variable: `NoBeingInSquare` Oct 10 23:56:22.017 INFO kablam! --> src/main.rs:64:13 Oct 10 23:56:22.017 INFO kablam! | Oct 10 23:56:22.017 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:22.017 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_NoBeingInSquare` instead Oct 10 23:56:22.017 INFO kablam! | Oct 10 23:56:22.017 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 23:56:22.017 INFO kablam! Oct 10 23:56:22.017 INFO kablam! warning: unused variable: `FellOffTheGrid` Oct 10 23:56:22.017 INFO kablam! --> src/main.rs:65:13 Oct 10 23:56:22.017 INFO kablam! | Oct 10 23:56:22.017 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 10 23:56:22.017 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_FellOffTheGrid` instead Oct 10 23:56:22.017 INFO kablam! Oct 10 23:56:22.017 INFO kablam! warning: unused variable: `AnotherBeingInSquare` Oct 10 23:56:22.017 INFO kablam! --> src/main.rs:66:13 Oct 10 23:56:22.017 INFO kablam! | Oct 10 23:56:22.017 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 10 23:56:22.017 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_AnotherBeingInSquare` instead Oct 10 23:56:22.017 INFO kablam! Oct 10 23:56:22.017 INFO kablam! warning: unused variable: `MovedToBadTerrain` Oct 10 23:56:22.017 INFO kablam! --> src/main.rs:67:13 Oct 10 23:56:22.017 INFO kablam! | Oct 10 23:56:22.017 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 10 23:56:22.017 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_MovedToBadTerrain` instead Oct 10 23:56:22.017 INFO kablam! Oct 10 23:56:22.060 INFO kablam! warning: variable `NoBeingInSquare` should have a snake case name such as `no_being_in_square` Oct 10 23:56:22.060 INFO kablam! --> src/main.rs:64:13 Oct 10 23:56:22.060 INFO kablam! | Oct 10 23:56:22.060 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 10 23:56:22.060 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 10 23:56:22.060 INFO kablam! | Oct 10 23:56:22.060 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 10 23:56:22.060 INFO kablam! Oct 10 23:56:22.060 INFO kablam! warning: variable `FellOffTheGrid` should have a snake case name such as `fell_off_the_grid` Oct 10 23:56:22.060 INFO kablam! --> src/main.rs:65:13 Oct 10 23:56:22.060 INFO kablam! | Oct 10 23:56:22.060 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 10 23:56:22.060 INFO kablam! | ^^^^^^^^^^^^^^ Oct 10 23:56:22.060 INFO kablam! Oct 10 23:56:22.060 INFO kablam! warning: variable `AnotherBeingInSquare` should have a snake case name such as `another_being_in_square` Oct 10 23:56:22.060 INFO kablam! --> src/main.rs:66:13 Oct 10 23:56:22.060 INFO kablam! | Oct 10 23:56:22.060 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 10 23:56:22.060 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 23:56:22.061 INFO kablam! Oct 10 23:56:22.061 INFO kablam! warning: variable `MovedToBadTerrain` should have a snake case name such as `moved_to_bad_terrain` Oct 10 23:56:22.061 INFO kablam! --> src/main.rs:67:13 Oct 10 23:56:22.061 INFO kablam! | Oct 10 23:56:22.061 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 10 23:56:22.061 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 10 23:56:22.061 INFO kablam! Oct 10 23:56:22.940 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 10 23:56:22.940 INFO kablam! su: No module specific data is present Oct 10 23:56:24.181 INFO running `"docker" "rm" "-f" "59ac093a3303b67d754a0edf5930e37333e28b4166f44e058006e10bf0401c5a"` Oct 10 23:56:24.460 INFO blam! 59ac093a3303b67d754a0edf5930e37333e28b4166f44e058006e10bf0401c5a Oct 10 23:56:24.469 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:56:24.470 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-0/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 10 23:56:24.945 INFO blam! 998dc4c779345593a2d483f66af71e07393f592ceffe07f4ae1e8ce4b73b6456 Oct 10 23:56:24.947 INFO running `"docker" "start" "-a" "998dc4c779345593a2d483f66af71e07393f592ceffe07f4ae1e8ce4b73b6456"` Oct 10 23:56:26.640 INFO kablam! usermod: no changes Oct 10 23:56:26.692 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 10 23:56:26.692 INFO kablam! Running /target/debug/deps/oxido-290aedd23a6abe70 Oct 10 23:56:26.693 INFO blam! Oct 10 23:56:26.693 INFO blam! running 8 tests Oct 10 23:56:26.693 INFO blam! test tests::test_empty_grid ... ok Oct 10 23:56:26.693 INFO blam! test tests::test_get_new_coords_north ... ok Oct 10 23:56:26.693 INFO blam! test tests::test_get_new_coords_west ... ok Oct 10 23:56:26.693 INFO blam! test tests::test_move_being_in_coord_no_being ... ok Oct 10 23:56:26.693 INFO blam! test tests::test_move_being_in_coord_being_in_square ... ok Oct 10 23:56:26.693 INFO blam! test tests::test_move_successfully ... ok Oct 10 23:56:26.696 INFO blam! test tests::test_get_new_coords_south ... ok Oct 10 23:56:26.704 INFO blam! test tests::test_get_new_coords_east ... ok Oct 10 23:56:26.704 INFO blam! Oct 10 23:56:26.704 INFO blam! test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:56:26.704 INFO blam! Oct 10 23:56:26.708 INFO kablam! su: No module specific data is present Oct 10 23:56:28.004 INFO running `"docker" "rm" "-f" "998dc4c779345593a2d483f66af71e07393f592ceffe07f4ae1e8ce4b73b6456"` Oct 10 23:56:28.464 INFO blam! 998dc4c779345593a2d483f66af71e07393f592ceffe07f4ae1e8ce4b73b6456