Oct 27 05:33:52.217 INFO checking driden/oxido against master#155510e377ae2a8d8ee0dad1a5f809c9062a5526 for pr-55192-2 Oct 27 05:33:52.219 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-55192-2/worker-7/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-55192-2/master#155510e377ae2a8d8ee0dad1a5f809c9062a5526:/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 +155510e377ae2a8d8ee0dad1a5f809c9062a5526-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 05:33:52.627 INFO blam! b884968abd7a98f413376071d2a79b3da4875752753acf7f8bfa8353447722ff Oct 27 05:33:52.629 INFO running `"docker" "start" "-a" "b884968abd7a98f413376071d2a79b3da4875752753acf7f8bfa8353447722ff"` Oct 27 05:33:53.958 INFO kablam! usermod: no changes Oct 27 05:33:54.032 INFO kablam! Checking oxido v0.1.0 (/source) Oct 27 05:33:54.871 INFO kablam! warning: unreachable pattern Oct 27 05:33:54.872 INFO kablam! --> src/main.rs:65:13 Oct 27 05:33:54.873 INFO kablam! | Oct 27 05:33:54.873 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:54.874 INFO kablam! | --------------- matches any value Oct 27 05:33:54.875 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 27 05:33:54.876 INFO kablam! | ^^^^^^^^^^^^^^ unreachable pattern Oct 27 05:33:54.876 INFO kablam! | Oct 27 05:33:54.877 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 05:33:54.878 INFO kablam! Oct 27 05:33:54.878 INFO kablam! warning: unreachable pattern Oct 27 05:33:54.879 INFO kablam! --> src/main.rs:66:13 Oct 27 05:33:54.880 INFO kablam! | Oct 27 05:33:54.881 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:54.881 INFO kablam! | --------------- matches any value Oct 27 05:33:54.882 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 27 05:33:54.883 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 27 05:33:54.883 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ unreachable pattern Oct 27 05:33:54.884 INFO kablam! Oct 27 05:33:54.885 INFO kablam! warning: unreachable pattern Oct 27 05:33:54.885 INFO kablam! --> src/main.rs:67:13 Oct 27 05:33:54.886 INFO kablam! | Oct 27 05:33:54.887 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:54.888 INFO kablam! | --------------- matches any value Oct 27 05:33:54.888 INFO kablam! ... Oct 27 05:33:54.889 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 27 05:33:54.890 INFO kablam! | ^^^^^^^^^^^^^^^^^ unreachable pattern Oct 27 05:33:54.890 INFO kablam! Oct 27 05:33:54.892 INFO kablam! warning: unused variable: `NoBeingInSquare` Oct 27 05:33:54.892 INFO kablam! --> src/main.rs:64:13 Oct 27 05:33:54.893 INFO kablam! | Oct 27 05:33:54.894 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:54.895 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_NoBeingInSquare` instead Oct 27 05:33:54.895 INFO kablam! | Oct 27 05:33:54.896 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:33:54.897 INFO kablam! Oct 27 05:33:54.897 INFO kablam! warning: unused variable: `FellOffTheGrid` Oct 27 05:33:54.898 INFO kablam! --> src/main.rs:65:13 Oct 27 05:33:54.899 INFO kablam! | Oct 27 05:33:54.900 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 27 05:33:54.900 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_FellOffTheGrid` instead Oct 27 05:33:54.901 INFO kablam! Oct 27 05:33:54.902 INFO kablam! warning: unused variable: `AnotherBeingInSquare` Oct 27 05:33:54.902 INFO kablam! --> src/main.rs:66:13 Oct 27 05:33:54.903 INFO kablam! | Oct 27 05:33:54.904 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 27 05:33:54.904 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_AnotherBeingInSquare` instead Oct 27 05:33:54.905 INFO kablam! Oct 27 05:33:54.906 INFO kablam! warning: unused variable: `MovedToBadTerrain` Oct 27 05:33:54.906 INFO kablam! --> src/main.rs:67:13 Oct 27 05:33:54.907 INFO kablam! | Oct 27 05:33:54.908 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 27 05:33:54.909 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_MovedToBadTerrain` instead Oct 27 05:33:54.909 INFO kablam! Oct 27 05:33:54.940 INFO kablam! warning: variable `NoBeingInSquare` should have a snake case name such as `no_being_in_square` Oct 27 05:33:54.941 INFO kablam! --> src/main.rs:64:13 Oct 27 05:33:54.942 INFO kablam! | Oct 27 05:33:54.943 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:54.943 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:33:54.944 INFO kablam! | Oct 27 05:33:54.945 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:33:54.945 INFO kablam! Oct 27 05:33:54.946 INFO kablam! warning: variable `FellOffTheGrid` should have a snake case name such as `fell_off_the_grid` Oct 27 05:33:54.947 INFO kablam! --> src/main.rs:65:13 Oct 27 05:33:54.948 INFO kablam! | Oct 27 05:33:54.948 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 27 05:33:54.949 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:33:54.950 INFO kablam! Oct 27 05:33:54.951 INFO kablam! warning: variable `AnotherBeingInSquare` should have a snake case name such as `another_being_in_square` Oct 27 05:33:54.952 INFO kablam! --> src/main.rs:66:13 Oct 27 05:33:54.952 INFO kablam! | Oct 27 05:33:54.953 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 27 05:33:54.954 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 05:33:54.954 INFO kablam! Oct 27 05:33:54.955 INFO kablam! warning: variable `MovedToBadTerrain` should have a snake case name such as `moved_to_bad_terrain` Oct 27 05:33:54.956 INFO kablam! --> src/main.rs:67:13 Oct 27 05:33:54.956 INFO kablam! | Oct 27 05:33:54.957 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 27 05:33:54.958 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:33:54.958 INFO kablam! Oct 27 05:33:55.233 INFO kablam! warning: unreachable pattern Oct 27 05:33:55.233 INFO kablam! --> src/main.rs:65:13 Oct 27 05:33:55.233 INFO kablam! | Oct 27 05:33:55.235 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:55.235 INFO kablam! | --------------- matches any value Oct 27 05:33:55.235 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 27 05:33:55.235 INFO kablam! | ^^^^^^^^^^^^^^ unreachable pattern Oct 27 05:33:55.236 INFO kablam! | Oct 27 05:33:55.236 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 27 05:33:55.236 INFO kablam! Oct 27 05:33:55.237 INFO kablam! warning: unreachable pattern Oct 27 05:33:55.237 INFO kablam! --> src/main.rs:66:13 Oct 27 05:33:55.237 INFO kablam! | Oct 27 05:33:55.237 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:55.237 INFO kablam! | --------------- matches any value Oct 27 05:33:55.237 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 27 05:33:55.237 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 27 05:33:55.237 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ unreachable pattern Oct 27 05:33:55.237 INFO kablam! Oct 27 05:33:55.239 INFO kablam! warning: unreachable pattern Oct 27 05:33:55.239 INFO kablam! --> src/main.rs:67:13 Oct 27 05:33:55.239 INFO kablam! | Oct 27 05:33:55.239 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:55.239 INFO kablam! | --------------- matches any value Oct 27 05:33:55.239 INFO kablam! ... Oct 27 05:33:55.239 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 27 05:33:55.239 INFO kablam! | ^^^^^^^^^^^^^^^^^ unreachable pattern Oct 27 05:33:55.239 INFO kablam! Oct 27 05:33:55.242 INFO kablam! warning: unused variable: `NoBeingInSquare` Oct 27 05:33:55.242 INFO kablam! --> src/main.rs:64:13 Oct 27 05:33:55.242 INFO kablam! | Oct 27 05:33:55.242 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:55.242 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_NoBeingInSquare` instead Oct 27 05:33:55.242 INFO kablam! | Oct 27 05:33:55.242 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 27 05:33:55.242 INFO kablam! Oct 27 05:33:55.244 INFO kablam! warning: unused variable: `FellOffTheGrid` Oct 27 05:33:55.244 INFO kablam! --> src/main.rs:65:13 Oct 27 05:33:55.244 INFO kablam! | Oct 27 05:33:55.244 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 27 05:33:55.244 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_FellOffTheGrid` instead Oct 27 05:33:55.244 INFO kablam! Oct 27 05:33:55.244 INFO kablam! warning: unused variable: `AnotherBeingInSquare` Oct 27 05:33:55.244 INFO kablam! --> src/main.rs:66:13 Oct 27 05:33:55.244 INFO kablam! | Oct 27 05:33:55.244 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 27 05:33:55.244 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_AnotherBeingInSquare` instead Oct 27 05:33:55.244 INFO kablam! Oct 27 05:33:55.247 INFO kablam! warning: unused variable: `MovedToBadTerrain` Oct 27 05:33:55.247 INFO kablam! --> src/main.rs:67:13 Oct 27 05:33:55.247 INFO kablam! | Oct 27 05:33:55.247 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 27 05:33:55.247 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_MovedToBadTerrain` instead Oct 27 05:33:55.247 INFO kablam! Oct 27 05:33:55.313 INFO kablam! warning: variable `NoBeingInSquare` should have a snake case name such as `no_being_in_square` Oct 27 05:33:55.313 INFO kablam! --> src/main.rs:64:13 Oct 27 05:33:55.314 INFO kablam! | Oct 27 05:33:55.314 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 27 05:33:55.314 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 27 05:33:55.315 INFO kablam! | Oct 27 05:33:55.315 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 27 05:33:55.315 INFO kablam! Oct 27 05:33:55.315 INFO kablam! warning: variable `FellOffTheGrid` should have a snake case name such as `fell_off_the_grid` Oct 27 05:33:55.316 INFO kablam! --> src/main.rs:65:13 Oct 27 05:33:55.316 INFO kablam! | Oct 27 05:33:55.317 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 27 05:33:55.317 INFO kablam! | ^^^^^^^^^^^^^^ Oct 27 05:33:55.317 INFO kablam! Oct 27 05:33:55.317 INFO kablam! warning: variable `AnotherBeingInSquare` should have a snake case name such as `another_being_in_square` Oct 27 05:33:55.318 INFO kablam! --> src/main.rs:66:13 Oct 27 05:33:55.318 INFO kablam! | Oct 27 05:33:55.319 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 27 05:33:55.319 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 27 05:33:55.319 INFO kablam! Oct 27 05:33:55.319 INFO kablam! warning: variable `MovedToBadTerrain` should have a snake case name such as `moved_to_bad_terrain` Oct 27 05:33:55.319 INFO kablam! --> src/main.rs:67:13 Oct 27 05:33:55.319 INFO kablam! | Oct 27 05:33:55.319 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 27 05:33:55.319 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 27 05:33:55.320 INFO kablam! Oct 27 05:33:55.359 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.38s Oct 27 05:33:55.362 INFO kablam! su: No module specific data is present Oct 27 05:33:56.623 INFO running `"docker" "rm" "-f" "b884968abd7a98f413376071d2a79b3da4875752753acf7f8bfa8353447722ff"` Oct 27 05:33:56.873 INFO blam! b884968abd7a98f413376071d2a79b3da4875752753acf7f8bfa8353447722ff