Dec 07 04:02:35.040 INFO testing postscript-0.13.2 against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 07 04:02:35.040 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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 04:02:35.297 INFO [stdout] c95c91028d66035df3bdae210b8644f475e7a0957c325e7c6e5dff083ca790ab Dec 07 04:02:35.302 INFO running `"docker" "start" "-a" "c95c91028d66035df3bdae210b8644f475e7a0957c325e7c6e5dff083ca790ab"` Dec 07 04:02:35.844 INFO [stderr] usermod: no changes Dec 07 04:02:35.872 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 07 04:02:35.872 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 07 04:02:35.872 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 04:02:35.872 INFO [stderr] files will be included as a test target: Dec 07 04:02:35.872 INFO [stderr] Dec 07 04:02:35.872 INFO [stderr] * /source/tests/compact1.rs Dec 07 04:02:35.872 INFO [stderr] * /source/tests/type2.rs Dec 07 04:02:35.872 INFO [stderr] Dec 07 04:02:35.872 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 04:02:35.872 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 07 04:02:35.872 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 07 04:02:35.872 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 04:02:35.872 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 04:02:35.872 INFO [stderr] Dec 07 04:02:35.872 INFO [stderr] For more information on this warning you can consult Dec 07 04:02:35.872 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 04:02:35.872 INFO [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently Dec 07 04:02:35.872 INFO [stderr] disables Cargo from automatically inferring other benchmark targets. Dec 07 04:02:35.872 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 04:02:35.872 INFO [stderr] files will be included as a benchmark target: Dec 07 04:02:35.872 INFO [stderr] Dec 07 04:02:35.872 INFO [stderr] * /source/benches/compact1.rs Dec 07 04:02:35.872 INFO [stderr] * /source/benches/type2.rs Dec 07 04:02:35.872 INFO [stderr] Dec 07 04:02:35.872 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 04:02:35.872 INFO [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself Dec 07 04:02:35.872 INFO [stderr] and disable this warning by adding `autobenches = false` to your [package] Dec 07 04:02:35.872 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 04:02:35.872 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 04:02:35.872 INFO [stderr] Dec 07 04:02:35.872 INFO [stderr] For more information on this warning you can consult Dec 07 04:02:35.872 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 04:02:35.880 INFO [stderr] Compiling postscript v0.13.2 (/source) Dec 07 04:02:37.655 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.79s Dec 07 04:02:37.663 INFO [stderr] su: No module specific data is present Dec 07 04:02:38.026 INFO running `"docker" "inspect" "c95c91028d66035df3bdae210b8644f475e7a0957c325e7c6e5dff083ca790ab"` Dec 07 04:02:38.113 INFO running `"docker" "rm" "-f" "c95c91028d66035df3bdae210b8644f475e7a0957c325e7c6e5dff083ca790ab"` Dec 07 04:02:38.207 INFO [stdout] c95c91028d66035df3bdae210b8644f475e7a0957c325e7c6e5dff083ca790ab Dec 07 04:02:38.210 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56514/worker-5/try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-5/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 04:02:38.626 INFO [stdout] 6e6f5544cc40793f1625ae2b410b1d9c555eaaac9b6a9fea28af85412dcaca15 Dec 07 04:02:38.634 INFO running `"docker" "start" "-a" "6e6f5544cc40793f1625ae2b410b1d9c555eaaac9b6a9fea28af85412dcaca15"` Dec 07 04:02:39.568 INFO [stderr] usermod: no changes Dec 07 04:02:39.604 INFO [stderr] warning: An explicit [[test]] section is specified in Cargo.toml which currently Dec 07 04:02:39.604 INFO [stderr] disables Cargo from automatically inferring other test targets. Dec 07 04:02:39.604 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 04:02:39.604 INFO [stderr] files will be included as a test target: Dec 07 04:02:39.604 INFO [stderr] Dec 07 04:02:39.604 INFO [stderr] * /source/tests/compact1.rs Dec 07 04:02:39.604 INFO [stderr] * /source/tests/type2.rs Dec 07 04:02:39.604 INFO [stderr] Dec 07 04:02:39.604 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 04:02:39.604 INFO [stderr] ready to be compiled as a test target today. You can future-proof yourself Dec 07 04:02:39.604 INFO [stderr] and disable this warning by adding `autotests = false` to your [package] Dec 07 04:02:39.604 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 04:02:39.604 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 04:02:39.605 INFO [stderr] Dec 07 04:02:39.605 INFO [stderr] For more information on this warning you can consult Dec 07 04:02:39.605 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 04:02:39.605 INFO [stderr] warning: An explicit [[bench]] section is specified in Cargo.toml which currently Dec 07 04:02:39.605 INFO [stderr] disables Cargo from automatically inferring other benchmark targets. Dec 07 04:02:39.605 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 07 04:02:39.605 INFO [stderr] files will be included as a benchmark target: Dec 07 04:02:39.605 INFO [stderr] Dec 07 04:02:39.605 INFO [stderr] * /source/benches/compact1.rs Dec 07 04:02:39.605 INFO [stderr] * /source/benches/type2.rs Dec 07 04:02:39.605 INFO [stderr] Dec 07 04:02:39.605 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 07 04:02:39.605 INFO [stderr] ready to be compiled as a benchmark target today. You can future-proof yourself Dec 07 04:02:39.605 INFO [stderr] and disable this warning by adding `autobenches = false` to your [package] Dec 07 04:02:39.605 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 07 04:02:39.605 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 07 04:02:39.605 INFO [stderr] Dec 07 04:02:39.605 INFO [stderr] For more information on this warning you can consult Dec 07 04:02:39.605 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 07 04:02:39.627 INFO [stderr] Compiling postscript v0.13.2 (/source) Dec 07 04:02:42.524 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.94s Dec 07 04:02:42.524 INFO [stderr] su: No module specific data is present Dec 07 04:02:43.660 INFO running `"docker" "inspect" "6e6f5544cc40793f1625ae2b410b1d9c555eaaac9b6a9fea28af85412dcaca15"` Dec 07 04:02:43.922 INFO running `"docker" "rm" "-f" "6e6f5544cc40793f1625ae2b410b1d9c555eaaac9b6a9fea28af85412dcaca15"` Dec 07 04:02:44.189 INFO [stdout] 6e6f5544cc40793f1625ae2b410b1d9c555eaaac9b6a9fea28af85412dcaca15