Nov 18 19:45:32.721 INFO testing bigbro-0.4.0 against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 18 19:45:32.723 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 19:45:33.111 INFO [stdout] e36957e68c6f92f7c717910aae1a9951d11dc3a82fb6edbd4c865cb4eee60c5f Nov 18 19:45:33.117 INFO running `"docker" "start" "-a" "e36957e68c6f92f7c717910aae1a9951d11dc3a82fb6edbd4c865cb4eee60c5f"` Nov 18 19:45:34.773 INFO [stderr] usermod: no changes Nov 18 19:45:34.815 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:45:34.815 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:45:34.815 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:45:34.815 INFO [stderr] files will be included as a binary target: Nov 18 19:45:34.815 INFO [stderr] Nov 18 19:45:34.815 INFO [stderr] * /source/src/bin/sh.rs Nov 18 19:45:34.815 INFO [stderr] Nov 18 19:45:34.815 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:45:34.815 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:45:34.815 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:45:34.815 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:45:34.815 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:45:34.815 INFO [stderr] Nov 18 19:45:34.815 INFO [stderr] For more information on this warning you can consult Nov 18 19:45:34.815 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:45:34.855 INFO [stderr] Compiling seccomp-droundy-sys v0.1.2 Nov 18 19:45:39.835 INFO [stderr] Compiling seccomp-droundy v0.1.0 Nov 18 19:45:41.223 INFO [stderr] Compiling bigbro v0.4.0 (/source) Nov 18 19:45:52.185 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 17.38s Nov 18 19:45:52.193 INFO [stderr] su: No module specific data is present Nov 18 19:45:53.079 INFO running `"docker" "inspect" "e36957e68c6f92f7c717910aae1a9951d11dc3a82fb6edbd4c865cb4eee60c5f"` Nov 18 19:45:53.506 INFO running `"docker" "rm" "-f" "e36957e68c6f92f7c717910aae1a9951d11dc3a82fb6edbd4c865cb4eee60c5f"` Nov 18 19:45:53.882 INFO [stdout] e36957e68c6f92f7c717910aae1a9951d11dc3a82fb6edbd4c865cb4eee60c5f Nov 18 19:45:53.891 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-7/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-7/pr-55982/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/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 +2e026d6e5d7621634147ad4c8074f1d964dbb1be-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"` Nov 18 19:45:54.477 INFO [stdout] c3bcb1d935b11ed7a7b0a60f724995f1289ba5036ef6bfcd242974fae33e69f1 Nov 18 19:45:54.479 INFO running `"docker" "start" "-a" "c3bcb1d935b11ed7a7b0a60f724995f1289ba5036ef6bfcd242974fae33e69f1"` Nov 18 19:45:55.495 INFO [stderr] usermod: no changes Nov 18 19:45:55.563 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 18 19:45:55.563 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 18 19:45:55.563 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 18 19:45:55.563 INFO [stderr] files will be included as a binary target: Nov 18 19:45:55.563 INFO [stderr] Nov 18 19:45:55.563 INFO [stderr] * /source/src/bin/sh.rs Nov 18 19:45:55.563 INFO [stderr] Nov 18 19:45:55.563 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 18 19:45:55.563 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 18 19:45:55.563 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 18 19:45:55.563 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 18 19:45:55.563 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 18 19:45:55.563 INFO [stderr] Nov 18 19:45:55.563 INFO [stderr] For more information on this warning you can consult Nov 18 19:45:55.563 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 18 19:45:55.611 INFO [stderr] Compiling bigbro v0.4.0 (/source) Nov 18 19:46:00.317 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.80s Nov 18 19:46:00.328 INFO [stderr] su: No module specific data is present Nov 18 19:46:00.936 INFO running `"docker" "inspect" "c3bcb1d935b11ed7a7b0a60f724995f1289ba5036ef6bfcd242974fae33e69f1"` Nov 18 19:46:01.073 INFO running `"docker" "rm" "-f" "c3bcb1d935b11ed7a7b0a60f724995f1289ba5036ef6bfcd242974fae33e69f1"` Nov 18 19:46:01.254 INFO [stdout] c3bcb1d935b11ed7a7b0a60f724995f1289ba5036ef6bfcd242974fae33e69f1