Dec 15 01:12:15.194 INFO testing postscript-0.13.2 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 15 01:12:15.194 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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.459 INFO [stdout] e2cd147723e7a0e4be3cc99be12ffb69162112a387211be2112aa2b49ff4fc45 Dec 15 01:12:15.494 INFO running `"docker" "start" "-a" "e2cd147723e7a0e4be3cc99be12ffb69162112a387211be2112aa2b49ff4fc45"` Dec 15 01:12:16.336 INFO [stderr] usermod: no changes Dec 15 01:12:16.376 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 15 01:12:16.376 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 15 01:12:16.376 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 01:12:16.376 INFO [stderr] files will be included as a test target: Dec 15 01:12:16.376 INFO [stderr] Dec 15 01:12:16.376 INFO [stderr] * /source/tests/compact1.rs Dec 15 01:12:16.376 INFO [stderr] * /source/tests/type2.rs Dec 15 01:12:16.376 INFO [stderr] Dec 15 01:12:16.376 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 01:12:16.376 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 15 01:12:16.376 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 15 01:12:16.376 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 01:12:16.376 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 01:12:16.376 INFO [stderr] Dec 15 01:12:16.376 INFO [stderr] For more information on this warning you can consult Dec 15 01:12:16.376 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 01:12:16.376 INFO [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently Dec 15 01:12:16.376 INFO [stderr] disables Cargo from automatically inferring other benchmark targets. Dec 15 01:12:16.376 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 01:12:16.376 INFO [stderr] files will be included as a benchmark target: Dec 15 01:12:16.376 INFO [stderr] Dec 15 01:12:16.376 INFO [stderr] * /source/benches/compact1.rs Dec 15 01:12:16.376 INFO [stderr] * /source/benches/type2.rs Dec 15 01:12:16.376 INFO [stderr] Dec 15 01:12:16.376 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 01:12:16.376 INFO [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself Dec 15 01:12:16.376 INFO [stderr] and disable this warning by adding `autobenches = false` to your [package] Dec 15 01:12:16.376 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 01:12:16.376 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 01:12:16.376 INFO [stderr] Dec 15 01:12:16.376 INFO [stderr] For more information on this warning you can consult Dec 15 01:12:16.376 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 01:12:16.377 INFO [stderr] Compiling postscript v0.13.2 (/source) Dec 15 01:12:18.836 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.47s Dec 15 01:12:18.839 INFO [stderr] su: No module specific data is present Dec 15 01:12:19.585 INFO running `"docker" "inspect" "e2cd147723e7a0e4be3cc99be12ffb69162112a387211be2112aa2b49ff4fc45"` Dec 15 01:12:19.863 INFO running `"docker" "rm" "-f" "e2cd147723e7a0e4be3cc99be12ffb69162112a387211be2112aa2b49ff4fc45"` Dec 15 01:12:20.151 INFO [stdout] e2cd147723e7a0e4be3cc99be12ffb69162112a387211be2112aa2b49ff4fc45 Dec 15 01:12:20.152 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-6/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-6/pr-56550/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/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 +bd47d6825bf4090517549d33cfef10d3300b4a75-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.568 INFO [stdout] 55acedb8a0f12e356e74d2793a25de1786e13b2cd6fac1dd67819175ceb38d5e Dec 15 01:12:20.575 INFO running `"docker" "start" "-a" "55acedb8a0f12e356e74d2793a25de1786e13b2cd6fac1dd67819175ceb38d5e"` Dec 15 01:12:21.786 INFO [stderr] usermod: no changes Dec 15 01:12:21.847 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 15 01:12:21.847 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 15 01:12:21.847 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 01:12:21.847 INFO [stderr] files will be included as a test target: Dec 15 01:12:21.847 INFO [stderr] Dec 15 01:12:21.847 INFO [stderr] * /source/tests/compact1.rs Dec 15 01:12:21.847 INFO [stderr] * /source/tests/type2.rs Dec 15 01:12:21.847 INFO [stderr] Dec 15 01:12:21.847 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 01:12:21.847 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 15 01:12:21.847 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 15 01:12:21.847 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 01:12:21.847 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 01:12:21.847 INFO [stderr] Dec 15 01:12:21.847 INFO [stderr] For more information on this warning you can consult Dec 15 01:12:21.847 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 01:12:21.847 INFO [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently Dec 15 01:12:21.847 INFO [stderr] disables Cargo from automatically inferring other benchmark targets. Dec 15 01:12:21.847 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 15 01:12:21.847 INFO [stderr] files will be included as a benchmark target: Dec 15 01:12:21.847 INFO [stderr] Dec 15 01:12:21.847 INFO [stderr] * /source/benches/compact1.rs Dec 15 01:12:21.847 INFO [stderr] * /source/benches/type2.rs Dec 15 01:12:21.847 INFO [stderr] Dec 15 01:12:21.847 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 15 01:12:21.847 INFO [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself Dec 15 01:12:21.847 INFO [stderr] and disable this warning by adding `autobenches = false` to your [package] Dec 15 01:12:21.847 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 15 01:12:21.847 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 15 01:12:21.847 INFO [stderr] Dec 15 01:12:21.847 INFO [stderr] For more information on this warning you can consult Dec 15 01:12:21.847 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 15 01:12:21.867 INFO [stderr] Compiling postscript v0.13.2 (/source) Dec 15 01:12:25.043 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.22s Dec 15 01:12:25.047 INFO [stderr] su: No module specific data is present Dec 15 01:12:25.695 INFO running `"docker" "inspect" "55acedb8a0f12e356e74d2793a25de1786e13b2cd6fac1dd67819175ceb38d5e"` Dec 15 01:12:26.010 INFO running `"docker" "rm" "-f" "55acedb8a0f12e356e74d2793a25de1786e13b2cd6fac1dd67819175ceb38d5e"` Dec 15 01:12:26.378 INFO [stdout] 55acedb8a0f12e356e74d2793a25de1786e13b2cd6fac1dd67819175ceb38d5e