Oct 31 22:28:05.084 INFO checking rjayatilleka/osx-overseer against try#d7816399d50d407bbce1efe9dbadf8faaaf568fc for pr-55538 Oct 31 22:28:05.084 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55538/worker-4/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-4/pr-55538/try#d7816399d50d407bbce1efe9dbadf8faaaf568fc:/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 +d7816399d50d407bbce1efe9dbadf8faaaf568fc-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 31 22:28:05.584 INFO blam! c91d9ab0b8ee2b777becea0b7da96112c69109c656471c23045e8a7cb2036ce5 Oct 31 22:28:05.586 INFO running `"docker" "start" "-a" "c91d9ab0b8ee2b777becea0b7da96112c69109c656471c23045e8a7cb2036ce5"` Oct 31 22:28:07.292 INFO kablam! usermod: no changes Oct 31 22:28:07.424 INFO kablam! Checking debug-builders v0.1.0 Oct 31 22:28:07.424 INFO kablam! Checking libc v0.1.12 Oct 31 22:28:07.424 INFO kablam! Checking unix_socket v0.5.0 Oct 31 22:28:07.460 INFO kablam! Checking time v0.1.35 Oct 31 22:28:09.030 INFO kablam! Checking unix_socket v0.4.6 Oct 31 22:28:09.984 INFO kablam! Checking syslog v3.1.0 Oct 31 22:28:10.608 INFO kablam! Checking osx-overseer v0.1.0 (/source) Oct 31 22:28:11.252 INFO kablam! warning: enum is never used: `ClientState` Oct 31 22:28:11.252 INFO kablam! --> src/client.rs:16:1 Oct 31 22:28:11.252 INFO kablam! | Oct 31 22:28:11.252 INFO kablam! 16 | enum ClientState { Oct 31 22:28:11.252 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 22:28:11.252 INFO kablam! | Oct 31 22:28:11.252 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:28:11.252 INFO kablam! Oct 31 22:28:11.336 INFO kablam! warning: enum is never used: `ClientState` Oct 31 22:28:11.340 INFO kablam! --> src/client.rs:16:1 Oct 31 22:28:11.340 INFO kablam! | Oct 31 22:28:11.340 INFO kablam! 16 | enum ClientState { Oct 31 22:28:11.340 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 31 22:28:11.340 INFO kablam! | Oct 31 22:28:11.340 INFO kablam! = note: #[warn(dead_code)] on by default Oct 31 22:28:11.340 INFO kablam! Oct 31 22:28:12.501 INFO kablam! warning: function `TestState` should have a snake case name such as `test_state` Oct 31 22:28:12.501 INFO kablam! --> src/bin/daemon.rs:13:9 Oct 31 22:28:12.502 INFO kablam! | Oct 31 22:28:12.502 INFO kablam! 13 | / fn $name() { Oct 31 22:28:12.502 INFO kablam! 14 | | $( println!("{}", stringify!($state)); )* Oct 31 22:28:12.502 INFO kablam! 15 | | } Oct 31 22:28:12.503 INFO kablam! | |_________^ Oct 31 22:28:12.503 INFO kablam! ... Oct 31 22:28:12.503 INFO kablam! 20 | / state_machine! { Oct 31 22:28:12.503 INFO kablam! 21 | | TestState { Oct 31 22:28:12.504 INFO kablam! 22 | | Alpha, Oct 31 22:28:12.504 INFO kablam! 23 | | Beta, Oct 31 22:28:12.504 INFO kablam! 24 | | Gamma Oct 31 22:28:12.505 INFO kablam! 25 | | } Oct 31 22:28:12.505 INFO kablam! 26 | | } Oct 31 22:28:12.505 INFO kablam! | |_- in this macro invocation Oct 31 22:28:12.505 INFO kablam! | Oct 31 22:28:12.506 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 22:28:12.506 INFO kablam! Oct 31 22:28:12.593 INFO kablam! warning: function `TestState` should have a snake case name such as `test_state` Oct 31 22:28:12.593 INFO kablam! --> src/bin/daemon.rs:13:9 Oct 31 22:28:12.594 INFO kablam! | Oct 31 22:28:12.594 INFO kablam! 13 | / fn $name() { Oct 31 22:28:12.594 INFO kablam! 14 | | $( println!("{}", stringify!($state)); )* Oct 31 22:28:12.594 INFO kablam! 15 | | } Oct 31 22:28:12.595 INFO kablam! | |_________^ Oct 31 22:28:12.595 INFO kablam! ... Oct 31 22:28:12.595 INFO kablam! 20 | / state_machine! { Oct 31 22:28:12.596 INFO kablam! 21 | | TestState { Oct 31 22:28:12.596 INFO kablam! 22 | | Alpha, Oct 31 22:28:12.596 INFO kablam! 23 | | Beta, Oct 31 22:28:12.597 INFO kablam! 24 | | Gamma Oct 31 22:28:12.597 INFO kablam! 25 | | } Oct 31 22:28:12.597 INFO kablam! 26 | | } Oct 31 22:28:12.597 INFO kablam! | |_- in this macro invocation Oct 31 22:28:12.598 INFO kablam! | Oct 31 22:28:12.598 INFO kablam! = note: #[warn(non_snake_case)] on by default Oct 31 22:28:12.598 INFO kablam! Oct 31 22:28:12.653 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.32s Oct 31 22:28:12.665 INFO kablam! su: No module specific data is present Oct 31 22:28:13.761 INFO running `"docker" "rm" "-f" "c91d9ab0b8ee2b777becea0b7da96112c69109c656471c23045e8a7cb2036ce5"` Oct 31 22:28:14.132 INFO blam! c91d9ab0b8ee2b777becea0b7da96112c69109c656471c23045e8a7cb2036ce5