Dec 15 01:12:14.899 INFO testing postscript-0.13.2 against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 15 01:12:14.899 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 01:12:15.056 INFO [stdout] 99fc58f9b1cb4e9b953f9712cc72839a31377b411544894ce4639e0b519d8c74 Dec 15 01:12:15.060 INFO running `"docker" "start" "-a" "99fc58f9b1cb4e9b953f9712cc72839a31377b411544894ce4639e0b519d8c74"` Dec 15 01:12:15.660 INFO [stderr] usermod: no changes Dec 15 01:12:15.707 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 15 01:12:15.707 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 15 01:12:15.707 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 01:12:15.707 INFO [stderr] files will be included as a test target: Dec 15 01:12:15.707 INFO [stderr] Dec 15 01:12:15.707 INFO [stderr] * /source/tests/compact1.rs Dec 15 01:12:15.707 INFO [stderr] * /source/tests/type2.rs Dec 15 01:12:15.707 INFO [stderr] Dec 15 01:12:15.707 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 01:12:15.707 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 15 01:12:15.707 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 15 01:12:15.707 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 01:12:15.707 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 01:12:15.707 INFO [stderr] Dec 15 01:12:15.707 INFO [stderr] For more information on this warning you can consult Dec 15 01:12:15.707 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 01:12:15.707 INFO [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently Dec 15 01:12:15.707 INFO [stderr] disables Cargo from automatically inferring other benchmark targets. Dec 15 01:12:15.707 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 01:12:15.707 INFO [stderr] files will be included as a benchmark target: Dec 15 01:12:15.707 INFO [stderr] Dec 15 01:12:15.707 INFO [stderr] * /source/benches/compact1.rs Dec 15 01:12:15.707 INFO [stderr] * /source/benches/type2.rs Dec 15 01:12:15.707 INFO [stderr] Dec 15 01:12:15.707 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 01:12:15.707 INFO [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself Dec 15 01:12:15.707 INFO [stderr] and disable this warning by adding `autobenches = false` to your [package] Dec 15 01:12:15.707 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 01:12:15.707 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 01:12:15.707 INFO [stderr] Dec 15 01:12:15.707 INFO [stderr] For more information on this warning you can consult Dec 15 01:12:15.707 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 01:12:15.707 INFO [stderr] Compiling postscript v0.13.2 (/source) Dec 15 01:12:18.091 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.40s Dec 15 01:12:18.091 INFO [stderr] su: No module specific data is present Dec 15 01:12:19.039 INFO running `"docker" "inspect" "99fc58f9b1cb4e9b953f9712cc72839a31377b411544894ce4639e0b519d8c74"` Dec 15 01:12:19.256 INFO running `"docker" "rm" "-f" "99fc58f9b1cb4e9b953f9712cc72839a31377b411544894ce4639e0b519d8c74"` Dec 15 01:12:19.651 INFO [stdout] 99fc58f9b1cb4e9b953f9712cc72839a31377b411544894ce4639e0b519d8c74 Dec 15 01:12:19.656 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-3/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-3/pr-56550/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/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 +aa49d8ef14939ddec0e34b346b60174a5673d48f-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 15 01:12:20.059 INFO [stdout] b495aeabcad66cd712e3adf2ef48cad2c26afa8fc4b9d7a62b03bd53c700b200 Dec 15 01:12:20.067 INFO running `"docker" "start" "-a" "b495aeabcad66cd712e3adf2ef48cad2c26afa8fc4b9d7a62b03bd53c700b200"` Dec 15 01:12:21.071 INFO [stderr] usermod: no changes Dec 15 01:12:21.115 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 15 01:12:21.115 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 15 01:12:21.115 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 01:12:21.115 INFO [stderr] files will be included as a test target: Dec 15 01:12:21.115 INFO [stderr] Dec 15 01:12:21.115 INFO [stderr] * /source/tests/compact1.rs Dec 15 01:12:21.115 INFO [stderr] * /source/tests/type2.rs Dec 15 01:12:21.115 INFO [stderr] Dec 15 01:12:21.115 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 01:12:21.115 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 15 01:12:21.115 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 15 01:12:21.115 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 01:12:21.115 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 01:12:21.115 INFO [stderr] Dec 15 01:12:21.115 INFO [stderr] For more information on this warning you can consult Dec 15 01:12:21.115 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 01:12:21.115 INFO [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently Dec 15 01:12:21.115 INFO [stderr] disables Cargo from automatically inferring other benchmark targets. Dec 15 01:12:21.115 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 01:12:21.115 INFO [stderr] files will be included as a benchmark target: Dec 15 01:12:21.115 INFO [stderr] Dec 15 01:12:21.115 INFO [stderr] * /source/benches/compact1.rs Dec 15 01:12:21.115 INFO [stderr] * /source/benches/type2.rs Dec 15 01:12:21.115 INFO [stderr] Dec 15 01:12:21.115 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 01:12:21.115 INFO [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself Dec 15 01:12:21.115 INFO [stderr] and disable this warning by adding `autobenches = false` to your [package] Dec 15 01:12:21.115 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 01:12:21.115 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 01:12:21.115 INFO [stderr] Dec 15 01:12:21.115 INFO [stderr] For more information on this warning you can consult Dec 15 01:12:21.115 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 01:12:21.139 INFO [stderr] Compiling postscript v0.13.2 (/source) Dec 15 01:12:24.499 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.41s Dec 15 01:12:24.503 INFO [stderr] su: No module specific data is present Dec 15 01:12:25.320 INFO running `"docker" "inspect" "b495aeabcad66cd712e3adf2ef48cad2c26afa8fc4b9d7a62b03bd53c700b200"` Dec 15 01:12:25.552 INFO running `"docker" "rm" "-f" "b495aeabcad66cd712e3adf2ef48cad2c26afa8fc4b9d7a62b03bd53c700b200"` Dec 15 01:12:25.816 INFO [stdout] b495aeabcad66cd712e3adf2ef48cad2c26afa8fc4b9d7a62b03bd53c700b200