Dec 07 19:50:44.735 INFO testing conway-rs-0.1.2 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 19:50:44.735 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 19:50:45.082 INFO [stdout] 070537776d92fa1516ff14505db1ed601bdc2f4d42608e441c10709db24bb887 Dec 07 19:50:45.087 INFO running `"docker" "start" "-a" "070537776d92fa1516ff14505db1ed601bdc2f4d42608e441c10709db24bb887"` Dec 07 19:50:46.089 INFO [stderr] usermod: no changes Dec 07 19:50:46.146 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 19:50:46.146 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 19:50:46.146 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 19:50:46.146 INFO [stderr] files will be included as a binary target: Dec 07 19:50:46.146 INFO [stderr] Dec 07 19:50:46.146 INFO [stderr] * /source/src/main.rs Dec 07 19:50:46.146 INFO [stderr] Dec 07 19:50:46.146 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 19:50:46.146 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 19:50:46.146 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 19:50:46.146 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 19:50:46.146 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 19:50:46.146 INFO [stderr] Dec 07 19:50:46.146 INFO [stderr] For more information on this warning you can consult Dec 07 19:50:46.146 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 19:50:46.146 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `conway`, Dec 07 19:50:46.146 INFO [stderr] please set bin.path in Cargo.toml Dec 07 19:50:46.162 INFO [stderr] Compiling conway-rs v0.1.2 (/source) Dec 07 19:50:48.572 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.44s Dec 07 19:50:48.573 INFO [stderr] su: No module specific data is present Dec 07 19:50:49.512 INFO running `"docker" "inspect" "070537776d92fa1516ff14505db1ed601bdc2f4d42608e441c10709db24bb887"` Dec 07 19:50:49.674 INFO running `"docker" "rm" "-f" "070537776d92fa1516ff14505db1ed601bdc2f4d42608e441c10709db24bb887"` Dec 07 19:50:49.918 INFO [stdout] 070537776d92fa1516ff14505db1ed601bdc2f4d42608e441c10709db24bb887 Dec 07 19:50:49.922 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 19:50:50.339 INFO [stdout] d293767d59c3a09a489e3d400b0f9ff407e9218dfa65ce38d53a2cd1297ed6ff Dec 07 19:50:50.344 INFO running `"docker" "start" "-a" "d293767d59c3a09a489e3d400b0f9ff407e9218dfa65ce38d53a2cd1297ed6ff"` Dec 07 19:50:51.558 INFO [stderr] usermod: no changes Dec 07 19:50:51.616 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 19:50:51.616 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 19:50:51.616 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 19:50:51.616 INFO [stderr] files will be included as a binary target: Dec 07 19:50:51.616 INFO [stderr] Dec 07 19:50:51.616 INFO [stderr] * /source/src/main.rs Dec 07 19:50:51.616 INFO [stderr] Dec 07 19:50:51.616 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 19:50:51.616 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 19:50:51.616 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 19:50:51.616 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 19:50:51.616 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 19:50:51.616 INFO [stderr] Dec 07 19:50:51.616 INFO [stderr] For more information on this warning you can consult Dec 07 19:50:51.616 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 19:50:51.616 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `conway`, Dec 07 19:50:51.616 INFO [stderr] please set bin.path in Cargo.toml Dec 07 19:50:51.644 INFO [stderr] Compiling conway-rs v0.1.2 (/source) Dec 07 19:50:53.386 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.81s Dec 07 19:50:53.399 INFO [stderr] su: No module specific data is present Dec 07 19:50:53.888 INFO running `"docker" "inspect" "d293767d59c3a09a489e3d400b0f9ff407e9218dfa65ce38d53a2cd1297ed6ff"` Dec 07 19:50:54.296 INFO running `"docker" "rm" "-f" "d293767d59c3a09a489e3d400b0f9ff407e9218dfa65ce38d53a2cd1297ed6ff"` Dec 07 19:50:54.676 INFO [stdout] d293767d59c3a09a489e3d400b0f9ff407e9218dfa65ce38d53a2cd1297ed6ff Dec 07 19:50:54.677 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-2/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/pr-56514/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/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 +6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468-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"` Dec 07 19:50:55.200 INFO [stdout] 0fb2c07ab69fcbfdd26202e70f5d2d87ed773666425046d59a68e93359286214 Dec 07 19:50:55.202 INFO running `"docker" "start" "-a" "0fb2c07ab69fcbfdd26202e70f5d2d87ed773666425046d59a68e93359286214"` Dec 07 19:50:56.505 INFO [stderr] usermod: no changes Dec 07 19:50:56.580 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 07 19:50:56.580 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 07 19:50:56.580 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 19:50:56.580 INFO [stderr] files will be included as a binary target: Dec 07 19:50:56.580 INFO [stderr] Dec 07 19:50:56.580 INFO [stderr] * /source/src/main.rs Dec 07 19:50:56.580 INFO [stderr] Dec 07 19:50:56.580 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 19:50:56.580 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 07 19:50:56.580 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 07 19:50:56.580 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 19:50:56.580 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 19:50:56.580 INFO [stderr] Dec 07 19:50:56.580 INFO [stderr] For more information on this warning you can consult Dec 07 19:50:56.580 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 19:50:56.580 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `conway`, Dec 07 19:50:56.580 INFO [stderr] please set bin.path in Cargo.toml Dec 07 19:50:56.624 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.09s Dec 07 19:50:56.624 INFO [stdout] Dec 07 19:50:56.624 INFO [stderr] Running /target/debug/deps/conway_rs-cb87e67166b4a799 Dec 07 19:50:56.624 INFO [stdout] running 0 tests Dec 07 19:50:56.624 INFO [stdout] Dec 07 19:50:56.624 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 19:50:56.624 INFO [stdout] Dec 07 19:50:56.628 INFO [stderr] Running /target/debug/deps/conway-402308069987e272 Dec 07 19:50:56.641 INFO [stderr] Doc-tests conway-rs Dec 07 19:50:56.641 INFO [stdout] Dec 07 19:50:56.641 INFO [stdout] running 0 tests Dec 07 19:50:56.641 INFO [stdout] Dec 07 19:50:56.641 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 19:50:56.641 INFO [stdout] Dec 07 19:50:57.770 INFO [stdout] Dec 07 19:50:57.770 INFO [stdout] running 0 tests Dec 07 19:50:57.770 INFO [stdout] Dec 07 19:50:57.770 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 07 19:50:57.770 INFO [stdout] Dec 07 19:50:57.786 INFO [stderr] su: No module specific data is present Dec 07 19:50:58.314 INFO running `"docker" "inspect" "0fb2c07ab69fcbfdd26202e70f5d2d87ed773666425046d59a68e93359286214"` Dec 07 19:50:58.528 INFO running `"docker" "rm" "-f" "0fb2c07ab69fcbfdd26202e70f5d2d87ed773666425046d59a68e93359286214"` Dec 07 19:50:58.892 INFO [stdout] 0fb2c07ab69fcbfdd26202e70f5d2d87ed773666425046d59a68e93359286214