Nov 17 12:17:58.440 INFO testing Regentag/brainfuck-rust against try#2e026d6e5d7621634147ad4c8074f1d964dbb1be for pr-55982 Nov 17 12:17:58.441 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 17 12:17:58.890 INFO [stdout] 22e0902c1eafdb5e6e4a1a35e3f218658e0f2bd563930e990b1549775c487dc3 Nov 17 12:17:58.893 INFO running `"docker" "start" "-a" "22e0902c1eafdb5e6e4a1a35e3f218658e0f2bd563930e990b1549775c487dc3"` Nov 17 12:18:00.027 INFO [stderr] usermod: no changes Nov 17 12:18:00.084 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 12:18:00.084 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 12:18:00.084 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 12:18:00.084 INFO [stderr] files will be included as a binary target: Nov 17 12:18:00.084 INFO [stderr] Nov 17 12:18:00.084 INFO [stderr] * /source/src/main.rs Nov 17 12:18:00.084 INFO [stderr] Nov 17 12:18:00.084 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 12:18:00.084 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 12:18:00.087 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 12:18:00.087 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 12:18:00.087 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 12:18:00.087 INFO [stderr] Nov 17 12:18:00.087 INFO [stderr] For more information on this warning you can consult Nov 17 12:18:00.087 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 12:18:00.087 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bf`, Nov 17 12:18:00.087 INFO [stderr] please set bin.path in Cargo.toml Nov 17 12:18:00.087 INFO [stderr] Compiling brainfuck-rust v0.2.0 (/source) Nov 17 12:18:00.423 INFO [stderr] warning: unused import: `exec::*` Nov 17 12:18:00.424 INFO [stderr] --> src/main.rs:5:5 Nov 17 12:18:00.424 INFO [stderr] | Nov 17 12:18:00.424 INFO [stderr] 5 | use exec::*; Nov 17 12:18:00.425 INFO [stderr] | ^^^^^^^ Nov 17 12:18:00.425 INFO [stderr] | Nov 17 12:18:00.425 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 12:18:00.426 INFO [stderr] Nov 17 12:18:00.426 INFO [stderr] warning: unused import: `Result` Nov 17 12:18:00.426 INFO [stderr] --> src/exec.rs:11:21 Nov 17 12:18:00.426 INFO [stderr] | Nov 17 12:18:00.427 INFO [stderr] 11 | use std::io::{Read, Result}; Nov 17 12:18:00.427 INFO [stderr] | ^^^^^^ Nov 17 12:18:00.427 INFO [stderr] Nov 17 12:18:01.619 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.55s Nov 17 12:18:01.619 INFO [stderr] su: No module specific data is present Nov 17 12:18:02.147 INFO running `"docker" "inspect" "22e0902c1eafdb5e6e4a1a35e3f218658e0f2bd563930e990b1549775c487dc3"` Nov 17 12:18:02.433 INFO running `"docker" "rm" "-f" "22e0902c1eafdb5e6e4a1a35e3f218658e0f2bd563930e990b1549775c487dc3"` Nov 17 12:18:02.813 INFO [stdout] 22e0902c1eafdb5e6e4a1a35e3f218658e0f2bd563930e990b1549775c487dc3 Nov 17 12:18:02.823 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 17 12:18:03.272 INFO [stdout] 9b582f8608db1c11215b52c958d91fe99d678113d8134c787653909d64c8ef1e Nov 17 12:18:03.276 INFO running `"docker" "start" "-a" "9b582f8608db1c11215b52c958d91fe99d678113d8134c787653909d64c8ef1e"` Nov 17 12:18:04.595 INFO [stderr] usermod: no changes Nov 17 12:18:04.635 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 12:18:04.635 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 12:18:04.635 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 12:18:04.635 INFO [stderr] files will be included as a binary target: Nov 17 12:18:04.635 INFO [stderr] Nov 17 12:18:04.635 INFO [stderr] * /source/src/main.rs Nov 17 12:18:04.635 INFO [stderr] Nov 17 12:18:04.635 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 12:18:04.635 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 12:18:04.635 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 12:18:04.635 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 12:18:04.635 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 12:18:04.635 INFO [stderr] Nov 17 12:18:04.635 INFO [stderr] For more information on this warning you can consult Nov 17 12:18:04.635 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 12:18:04.635 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bf`, Nov 17 12:18:04.635 INFO [stderr] please set bin.path in Cargo.toml Nov 17 12:18:04.635 INFO [stderr] Compiling brainfuck-rust v0.2.0 (/source) Nov 17 12:18:05.031 INFO [stderr] warning: unused import: `exec::*` Nov 17 12:18:05.032 INFO [stderr] --> src/main.rs:5:5 Nov 17 12:18:05.032 INFO [stderr] | Nov 17 12:18:05.032 INFO [stderr] 5 | use exec::*; Nov 17 12:18:05.033 INFO [stderr] | ^^^^^^^ Nov 17 12:18:05.033 INFO [stderr] | Nov 17 12:18:05.033 INFO [stderr] = note: #[warn(unused_imports)] on by default Nov 17 12:18:05.034 INFO [stderr] Nov 17 12:18:05.034 INFO [stderr] warning: unused import: `Result` Nov 17 12:18:05.034 INFO [stderr] --> src/exec.rs:11:21 Nov 17 12:18:05.035 INFO [stderr] | Nov 17 12:18:05.035 INFO [stderr] 11 | use std::io::{Read, Result}; Nov 17 12:18:05.035 INFO [stderr] | ^^^^^^ Nov 17 12:18:05.035 INFO [stderr] Nov 17 12:18:05.540 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.91s Nov 17 12:18:05.540 INFO [stderr] su: No module specific data is present Nov 17 12:18:06.365 INFO running `"docker" "inspect" "9b582f8608db1c11215b52c958d91fe99d678113d8134c787653909d64c8ef1e"` Nov 17 12:18:06.651 INFO running `"docker" "rm" "-f" "9b582f8608db1c11215b52c958d91fe99d678113d8134c787653909d64c8ef1e"` Nov 17 12:18:06.947 INFO [stdout] 9b582f8608db1c11215b52c958d91fe99d678113d8134c787653909d64c8ef1e Nov 17 12:18:06.951 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-55982/worker-2/try#2e026d6e5d7621634147ad4c8074f1d964dbb1be:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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" "-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 17 12:18:07.300 INFO [stdout] d3babfe63d7a7a8f07d3b67512f8d1662e2a1110fb382332705305a610c07385 Nov 17 12:18:07.309 INFO running `"docker" "start" "-a" "d3babfe63d7a7a8f07d3b67512f8d1662e2a1110fb382332705305a610c07385"` Nov 17 12:18:09.035 INFO [stderr] usermod: no changes Nov 17 12:18:09.091 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Nov 17 12:18:09.091 INFO [stderr] disables Cargo from automatically inferring other binary targets. Nov 17 12:18:09.091 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Nov 17 12:18:09.091 INFO [stderr] files will be included as a binary target: Nov 17 12:18:09.091 INFO [stderr] Nov 17 12:18:09.091 INFO [stderr] * /source/src/main.rs Nov 17 12:18:09.091 INFO [stderr] Nov 17 12:18:09.091 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Nov 17 12:18:09.091 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Nov 17 12:18:09.091 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Nov 17 12:18:09.091 INFO [stderr] section. You may also move the files to a location where Cargo would not Nov 17 12:18:09.091 INFO [stderr] automatically infer them to be a target, such as in subfolders. Nov 17 12:18:09.091 INFO [stderr] Nov 17 12:18:09.091 INFO [stderr] For more information on this warning you can consult Nov 17 12:18:09.091 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Nov 17 12:18:09.091 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `bf`, Nov 17 12:18:09.091 INFO [stderr] please set bin.path in Cargo.toml Nov 17 12:18:09.091 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s Nov 17 12:18:09.111 INFO [stderr] Running /target/debug/deps/bf-11cf94eea404fb12 Nov 17 12:18:09.119 INFO [stderr] su: No module specific data is present Nov 17 12:18:09.119 INFO [stdout] Nov 17 12:18:09.119 INFO [stdout] running 0 tests Nov 17 12:18:09.119 INFO [stdout] Nov 17 12:18:09.119 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Nov 17 12:18:09.119 INFO [stdout] Nov 17 12:18:09.793 INFO running `"docker" "inspect" "d3babfe63d7a7a8f07d3b67512f8d1662e2a1110fb382332705305a610c07385"` Nov 17 12:18:10.065 INFO running `"docker" "rm" "-f" "d3babfe63d7a7a8f07d3b67512f8d1662e2a1110fb382332705305a610c07385"` Nov 17 12:18:10.497 INFO [stdout] d3babfe63d7a7a8f07d3b67512f8d1662e2a1110fb382332705305a610c07385