Oct 16 14:24:57.508 INFO testing conway-rs-0.1.2 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 16 14:24:57.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 14:24:57.859 INFO blam! 0b3d6a6d56561fdc9d569c0b83bdfdb3b3157bbc77a3708839029b4a4ea195f2 Oct 16 14:24:57.860 INFO running `"docker" "start" "-a" "0b3d6a6d56561fdc9d569c0b83bdfdb3b3157bbc77a3708839029b4a4ea195f2"` Oct 16 14:24:58.515 INFO kablam! usermod: no changes Oct 16 14:24:58.531 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 14:24:58.531 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 14:24:58.531 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 14:24:58.531 INFO kablam! files will be included as a binary target: Oct 16 14:24:58.531 INFO kablam! Oct 16 14:24:58.531 INFO kablam! * /source/src/main.rs Oct 16 14:24:58.531 INFO kablam! Oct 16 14:24:58.531 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 14:24:58.531 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 14:24:58.532 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 14:24:58.532 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 14:24:58.532 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 14:24:58.532 INFO kablam! Oct 16 14:24:58.532 INFO kablam! For more information on this warning you can consult Oct 16 14:24:58.532 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 14:24:58.532 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `conway`, Oct 16 14:24:58.532 INFO kablam! please set bin.path in Cargo.toml Oct 16 14:24:58.540 INFO kablam! Compiling conway-rs v0.1.2 (/source) Oct 16 14:25:00.335 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.80s Oct 16 14:25:00.335 INFO kablam! su: No module specific data is present Oct 16 14:25:00.614 INFO running `"docker" "rm" "-f" "0b3d6a6d56561fdc9d569c0b83bdfdb3b3157bbc77a3708839029b4a4ea195f2"` Oct 16 14:25:00.690 INFO blam! 0b3d6a6d56561fdc9d569c0b83bdfdb3b3157bbc77a3708839029b4a4ea195f2 Oct 16 14:25:00.692 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 14:25:00.898 INFO blam! 605d1fdad20112e0bea36115ca8b22162c2dac2254f1d1f8f5204c9697c5d0c9 Oct 16 14:25:00.906 INFO running `"docker" "start" "-a" "605d1fdad20112e0bea36115ca8b22162c2dac2254f1d1f8f5204c9697c5d0c9"` Oct 16 14:25:01.387 INFO kablam! usermod: no changes Oct 16 14:25:01.439 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 14:25:01.439 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 14:25:01.439 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 14:25:01.439 INFO kablam! files will be included as a binary target: Oct 16 14:25:01.439 INFO kablam! Oct 16 14:25:01.439 INFO kablam! * /source/src/main.rs Oct 16 14:25:01.439 INFO kablam! Oct 16 14:25:01.439 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 14:25:01.439 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 14:25:01.439 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 14:25:01.439 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 14:25:01.439 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 14:25:01.439 INFO kablam! Oct 16 14:25:01.439 INFO kablam! For more information on this warning you can consult Oct 16 14:25:01.439 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 14:25:01.439 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `conway`, Oct 16 14:25:01.439 INFO kablam! please set bin.path in Cargo.toml Oct 16 14:25:01.468 INFO kablam! Compiling conway-rs v0.1.2 (/source) Oct 16 14:25:03.195 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.77s Oct 16 14:25:03.195 INFO kablam! su: No module specific data is present Oct 16 14:25:03.843 INFO running `"docker" "rm" "-f" "605d1fdad20112e0bea36115ca8b22162c2dac2254f1d1f8f5204c9697c5d0c9"` Oct 16 14:25:04.191 INFO blam! 605d1fdad20112e0bea36115ca8b22162c2dac2254f1d1f8f5204c9697c5d0c9 Oct 16 14:25:04.203 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-7/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-7/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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"` Oct 16 14:25:04.580 INFO blam! 71165fd1d3458d7103a9bb7e6ceeba24eeafcd5ac9c2946c2c20e06691d5608d Oct 16 14:25:04.587 INFO running `"docker" "start" "-a" "71165fd1d3458d7103a9bb7e6ceeba24eeafcd5ac9c2946c2c20e06691d5608d"` Oct 16 14:25:05.396 INFO kablam! usermod: no changes Oct 16 14:25:05.435 INFO kablam! warning: An explicit [[bin]] section is specified in Cargo.toml which currently Oct 16 14:25:05.436 INFO kablam! disables Cargo from automatically inferring other binary targets. Oct 16 14:25:05.436 INFO kablam! This inference behavior will change in the Rust 2018 edition and the following Oct 16 14:25:05.436 INFO kablam! files will be included as a binary target: Oct 16 14:25:05.436 INFO kablam! Oct 16 14:25:05.436 INFO kablam! * /source/src/main.rs Oct 16 14:25:05.436 INFO kablam! Oct 16 14:25:05.436 INFO kablam! This is likely to break cargo build or cargo test as these files may not be Oct 16 14:25:05.436 INFO kablam! ready to be compiled as a binary target today. You can future-proof yourself Oct 16 14:25:05.436 INFO kablam! and disable this warning by adding `autobins = false` to your [package] Oct 16 14:25:05.436 INFO kablam! section. You may also move the files to a location where Cargo would not Oct 16 14:25:05.436 INFO kablam! automatically infer them to be a target, such as in subfolders. Oct 16 14:25:05.436 INFO kablam! Oct 16 14:25:05.436 INFO kablam! For more information on this warning you can consult Oct 16 14:25:05.436 INFO kablam! https://github.com/rust-lang/cargo/issues/5330 Oct 16 14:25:05.436 INFO kablam! warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `conway`, Oct 16 14:25:05.436 INFO kablam! please set bin.path in Cargo.toml Oct 16 14:25:05.463 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.03s Oct 16 14:25:05.463 INFO kablam! Running /target/debug/deps/conway_rs-52dece8049466da5 Oct 16 14:25:05.463 INFO kablam! Running /target/debug/deps/conway-9b4a4a5fbf0e270f Oct 16 14:25:05.463 INFO blam! Oct 16 14:25:05.463 INFO blam! running 0 tests Oct 16 14:25:05.463 INFO blam! Oct 16 14:25:05.463 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:25:05.463 INFO blam! Oct 16 14:25:05.474 INFO blam! Oct 16 14:25:05.474 INFO kablam! Doc-tests conway-rs Oct 16 14:25:05.475 INFO blam! running 0 tests Oct 16 14:25:05.475 INFO blam! Oct 16 14:25:05.475 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:25:05.475 INFO blam! Oct 16 14:25:06.757 INFO blam! Oct 16 14:25:06.757 INFO blam! running 0 tests Oct 16 14:25:06.757 INFO blam! Oct 16 14:25:06.757 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 14:25:06.757 INFO blam! Oct 16 14:25:06.768 INFO kablam! su: No module specific data is present Oct 16 14:25:07.265 INFO running `"docker" "rm" "-f" "71165fd1d3458d7103a9bb7e6ceeba24eeafcd5ac9c2946c2c20e06691d5608d"` Oct 16 14:25:07.567 INFO blam! 71165fd1d3458d7103a9bb7e6ceeba24eeafcd5ac9c2946c2c20e06691d5608d