Oct 12 22:24:53.761 INFO checking driden/oxido against try#4021bd0b3c5815b087d6db10ce461e7e4854ade7 for pr-54977 Oct 12 22:24:53.761 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/pr-54977/worker-7/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/pr-54977/try#4021bd0b3c5815b087d6db10ce461e7e4854ade7:/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 +4021bd0b3c5815b087d6db10ce461e7e4854ade7-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 12 22:24:54.263 INFO blam! 190bdb96715abfee1a040b2bedf3df025e697a6398564789f9dd2c56273e4495 Oct 12 22:24:54.265 INFO running `"docker" "start" "-a" "190bdb96715abfee1a040b2bedf3df025e697a6398564789f9dd2c56273e4495"` Oct 12 22:24:56.779 INFO kablam! usermod: no changes Oct 12 22:24:56.856 INFO kablam! Checking oxido v0.1.0 (/source) Oct 12 22:24:57.640 INFO kablam! warning: unreachable pattern Oct 12 22:24:57.641 INFO kablam! --> src/main.rs:65:13 Oct 12 22:24:57.641 INFO kablam! | Oct 12 22:24:57.641 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.641 INFO kablam! | --------------- matches any value Oct 12 22:24:57.641 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 12 22:24:57.641 INFO kablam! | ^^^^^^^^^^^^^^ unreachable pattern Oct 12 22:24:57.641 INFO kablam! | Oct 12 22:24:57.641 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 22:24:57.641 INFO kablam! Oct 12 22:24:57.641 INFO kablam! warning: unreachable pattern Oct 12 22:24:57.641 INFO kablam! --> src/main.rs:66:13 Oct 12 22:24:57.641 INFO kablam! | Oct 12 22:24:57.641 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.641 INFO kablam! | --------------- matches any value Oct 12 22:24:57.641 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 12 22:24:57.641 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 12 22:24:57.641 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ unreachable pattern Oct 12 22:24:57.641 INFO kablam! Oct 12 22:24:57.641 INFO kablam! warning: unreachable pattern Oct 12 22:24:57.641 INFO kablam! --> src/main.rs:67:13 Oct 12 22:24:57.641 INFO kablam! | Oct 12 22:24:57.641 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.641 INFO kablam! | --------------- matches any value Oct 12 22:24:57.641 INFO kablam! ... Oct 12 22:24:57.646 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 12 22:24:57.646 INFO kablam! | ^^^^^^^^^^^^^^^^^ unreachable pattern Oct 12 22:24:57.646 INFO kablam! Oct 12 22:24:57.646 INFO kablam! warning: unused variable: `NoBeingInSquare` Oct 12 22:24:57.646 INFO kablam! --> src/main.rs:64:13 Oct 12 22:24:57.646 INFO kablam! | Oct 12 22:24:57.646 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.646 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_NoBeingInSquare` instead Oct 12 22:24:57.646 INFO kablam! | Oct 12 22:24:57.646 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:24:57.646 INFO kablam! Oct 12 22:24:57.646 INFO kablam! warning: unused variable: `FellOffTheGrid` Oct 12 22:24:57.646 INFO kablam! --> src/main.rs:65:13 Oct 12 22:24:57.646 INFO kablam! | Oct 12 22:24:57.646 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 12 22:24:57.646 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_FellOffTheGrid` instead Oct 12 22:24:57.646 INFO kablam! Oct 12 22:24:57.646 INFO kablam! warning: unused variable: `AnotherBeingInSquare` Oct 12 22:24:57.646 INFO kablam! --> src/main.rs:66:13 Oct 12 22:24:57.646 INFO kablam! | Oct 12 22:24:57.646 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 12 22:24:57.646 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_AnotherBeingInSquare` instead Oct 12 22:24:57.646 INFO kablam! Oct 12 22:24:57.646 INFO kablam! warning: unused variable: `MovedToBadTerrain` Oct 12 22:24:57.646 INFO kablam! --> src/main.rs:67:13 Oct 12 22:24:57.646 INFO kablam! | Oct 12 22:24:57.646 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 12 22:24:57.646 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_MovedToBadTerrain` instead Oct 12 22:24:57.646 INFO kablam! Oct 12 22:24:57.668 INFO kablam! warning: variable `NoBeingInSquare` should have a snake case name such as `no_being_in_square` Oct 12 22:24:57.668 INFO kablam! --> src/main.rs:64:13 Oct 12 22:24:57.669 INFO kablam! | Oct 12 22:24:57.669 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.669 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:24:57.669 INFO kablam! | Oct 12 22:24:57.669 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 22:24:57.669 INFO kablam! Oct 12 22:24:57.669 INFO kablam! warning: variable `FellOffTheGrid` should have a snake case name such as `fell_off_the_grid` Oct 12 22:24:57.669 INFO kablam! --> src/main.rs:65:13 Oct 12 22:24:57.669 INFO kablam! | Oct 12 22:24:57.669 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 12 22:24:57.669 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 22:24:57.669 INFO kablam! Oct 12 22:24:57.669 INFO kablam! warning: variable `AnotherBeingInSquare` should have a snake case name such as `another_being_in_square` Oct 12 22:24:57.669 INFO kablam! --> src/main.rs:66:13 Oct 12 22:24:57.669 INFO kablam! | Oct 12 22:24:57.669 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 12 22:24:57.669 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:57.669 INFO kablam! Oct 12 22:24:57.669 INFO kablam! warning: variable `MovedToBadTerrain` should have a snake case name such as `moved_to_bad_terrain` Oct 12 22:24:57.669 INFO kablam! --> src/main.rs:67:13 Oct 12 22:24:57.669 INFO kablam! | Oct 12 22:24:57.669 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 12 22:24:57.669 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 22:24:57.669 INFO kablam! Oct 12 22:24:57.900 INFO kablam! warning: unreachable pattern Oct 12 22:24:57.901 INFO kablam! --> src/main.rs:65:13 Oct 12 22:24:57.901 INFO kablam! | Oct 12 22:24:57.901 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.902 INFO kablam! | --------------- matches any value Oct 12 22:24:57.902 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 12 22:24:57.902 INFO kablam! | ^^^^^^^^^^^^^^ unreachable pattern Oct 12 22:24:57.903 INFO kablam! | Oct 12 22:24:57.903 INFO kablam! = note: #[warn(unreachable_patterns)] on by default Oct 12 22:24:57.903 INFO kablam! Oct 12 22:24:57.903 INFO kablam! warning: unreachable pattern Oct 12 22:24:57.904 INFO kablam! --> src/main.rs:66:13 Oct 12 22:24:57.904 INFO kablam! | Oct 12 22:24:57.904 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.904 INFO kablam! | --------------- matches any value Oct 12 22:24:57.905 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 12 22:24:57.905 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 12 22:24:57.905 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ unreachable pattern Oct 12 22:24:57.905 INFO kablam! Oct 12 22:24:57.906 INFO kablam! warning: unreachable pattern Oct 12 22:24:57.906 INFO kablam! --> src/main.rs:67:13 Oct 12 22:24:57.906 INFO kablam! | Oct 12 22:24:57.907 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.907 INFO kablam! | --------------- matches any value Oct 12 22:24:57.907 INFO kablam! ... Oct 12 22:24:57.907 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 12 22:24:57.907 INFO kablam! | ^^^^^^^^^^^^^^^^^ unreachable pattern Oct 12 22:24:57.907 INFO kablam! Oct 12 22:24:57.907 INFO kablam! warning: unused variable: `NoBeingInSquare` Oct 12 22:24:57.907 INFO kablam! --> src/main.rs:64:13 Oct 12 22:24:57.907 INFO kablam! | Oct 12 22:24:57.907 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.907 INFO kablam! | ^^^^^^^^^^^^^^^ help: consider using `_NoBeingInSquare` instead Oct 12 22:24:57.907 INFO kablam! | Oct 12 22:24:57.907 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 12 22:24:57.907 INFO kablam! Oct 12 22:24:57.907 INFO kablam! warning: unused variable: `FellOffTheGrid` Oct 12 22:24:57.908 INFO kablam! --> src/main.rs:65:13 Oct 12 22:24:57.908 INFO kablam! | Oct 12 22:24:57.908 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 12 22:24:57.908 INFO kablam! | ^^^^^^^^^^^^^^ help: consider using `_FellOffTheGrid` instead Oct 12 22:24:57.908 INFO kablam! Oct 12 22:24:57.908 INFO kablam! warning: unused variable: `AnotherBeingInSquare` Oct 12 22:24:57.908 INFO kablam! --> src/main.rs:66:13 Oct 12 22:24:57.908 INFO kablam! | Oct 12 22:24:57.908 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 12 22:24:57.908 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ help: consider using `_AnotherBeingInSquare` instead Oct 12 22:24:57.908 INFO kablam! Oct 12 22:24:57.908 INFO kablam! warning: unused variable: `MovedToBadTerrain` Oct 12 22:24:57.908 INFO kablam! --> src/main.rs:67:13 Oct 12 22:24:57.908 INFO kablam! | Oct 12 22:24:57.908 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 12 22:24:57.908 INFO kablam! | ^^^^^^^^^^^^^^^^^ help: consider using `_MovedToBadTerrain` instead Oct 12 22:24:57.908 INFO kablam! Oct 12 22:24:57.941 INFO kablam! warning: variable `NoBeingInSquare` should have a snake case name such as `no_being_in_square` Oct 12 22:24:57.942 INFO kablam! --> src/main.rs:64:13 Oct 12 22:24:57.942 INFO kablam! | Oct 12 22:24:57.942 INFO kablam! 64 | NoBeingInSquare => "No being in square.", Oct 12 22:24:57.942 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 12 22:24:57.942 INFO kablam! | Oct 12 22:24:57.942 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 12 22:24:57.942 INFO kablam! Oct 12 22:24:57.942 INFO kablam! warning: variable `FellOffTheGrid` should have a snake case name such as `fell_off_the_grid` Oct 12 22:24:57.942 INFO kablam! --> src/main.rs:65:13 Oct 12 22:24:57.942 INFO kablam! | Oct 12 22:24:57.942 INFO kablam! 65 | FellOffTheGrid => "Tried to move off the grid.", Oct 12 22:24:57.942 INFO kablam! | ^^^^^^^^^^^^^^ Oct 12 22:24:57.942 INFO kablam! Oct 12 22:24:57.948 INFO kablam! warning: variable `AnotherBeingInSquare` should have a snake case name such as `another_being_in_square` Oct 12 22:24:57.948 INFO kablam! --> src/main.rs:66:13 Oct 12 22:24:57.948 INFO kablam! | Oct 12 22:24:57.948 INFO kablam! 66 | AnotherBeingInSquare => "Tried to move onto another being.", Oct 12 22:24:57.949 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 12 22:24:57.949 INFO kablam! Oct 12 22:24:57.949 INFO kablam! warning: variable `MovedToBadTerrain` should have a snake case name such as `moved_to_bad_terrain` Oct 12 22:24:57.949 INFO kablam! --> src/main.rs:67:13 Oct 12 22:24:57.949 INFO kablam! | Oct 12 22:24:57.949 INFO kablam! 67 | MovedToBadTerrain => "Tried to move to inaccesible terrain." Oct 12 22:24:57.949 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 12 22:24:57.949 INFO kablam! Oct 12 22:24:58.032 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.21s Oct 12 22:24:58.036 INFO kablam! su: No module specific data is present Oct 12 22:24:59.233 INFO running `"docker" "rm" "-f" "190bdb96715abfee1a040b2bedf3df025e697a6398564789f9dd2c56273e4495"` Oct 12 22:24:59.568 INFO blam! 190bdb96715abfee1a040b2bedf3df025e697a6398564789f9dd2c56273e4495