Dec 13 04:41:21.092 INFO testing saell/pas against try#aa49d8ef14939ddec0e34b346b60174a5673d48f for pr-56550 Dec 13 04:41:21.093 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 13 04:41:21.501 INFO [stdout] ea29dd654ea8590ba2f936ba0798c2904754cba8c2ac6f46afa4041d5dee0aeb Dec 13 04:41:21.506 INFO running `"docker" "start" "-a" "ea29dd654ea8590ba2f936ba0798c2904754cba8c2ac6f46afa4041d5dee0aeb"` Dec 13 04:41:22.699 INFO [stderr] usermod: no changes Dec 13 04:41:22.783 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 04:41:22.783 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 04:41:22.783 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 04:41:22.783 INFO [stderr] files will be included as a binary target: Dec 13 04:41:22.783 INFO [stderr] Dec 13 04:41:22.783 INFO [stderr] * /source/src/main.rs Dec 13 04:41:22.783 INFO [stderr] Dec 13 04:41:22.783 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 04:41:22.783 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 04:41:22.783 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 04:41:22.783 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 04:41:22.783 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 04:41:22.783 INFO [stderr] Dec 13 04:41:22.783 INFO [stderr] For more information on this warning you can consult Dec 13 04:41:22.783 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 04:41:22.783 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pas`, Dec 13 04:41:22.783 INFO [stderr] please set bin.path in Cargo.toml Dec 13 04:41:22.786 INFO [stderr] Compiling personal_activity_sampler v0.1.0 (/source) Dec 13 04:41:24.203 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.47s Dec 13 04:41:24.206 INFO [stderr] su: No module specific data is present Dec 13 04:41:25.011 INFO running `"docker" "inspect" "ea29dd654ea8590ba2f936ba0798c2904754cba8c2ac6f46afa4041d5dee0aeb"` Dec 13 04:41:25.233 INFO running `"docker" "rm" "-f" "ea29dd654ea8590ba2f936ba0798c2904754cba8c2ac6f46afa4041d5dee0aeb"` Dec 13 04:41:25.437 INFO [stdout] ea29dd654ea8590ba2f936ba0798c2904754cba8c2ac6f46afa4041d5dee0aeb Dec 13 04:41:25.443 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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 13 04:41:25.796 INFO [stdout] 661f4cd25066add1704a5f42caa28de4c415c6ff89a11ee37d5fb6d0dd212ac1 Dec 13 04:41:25.800 INFO running `"docker" "start" "-a" "661f4cd25066add1704a5f42caa28de4c415c6ff89a11ee37d5fb6d0dd212ac1"` Dec 13 04:41:26.535 INFO [stderr] usermod: no changes Dec 13 04:41:26.579 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 04:41:26.579 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 04:41:26.579 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 04:41:26.579 INFO [stderr] files will be included as a binary target: Dec 13 04:41:26.579 INFO [stderr] Dec 13 04:41:26.579 INFO [stderr] * /source/src/main.rs Dec 13 04:41:26.579 INFO [stderr] Dec 13 04:41:26.579 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 04:41:26.579 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 04:41:26.579 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 04:41:26.579 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 04:41:26.579 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 04:41:26.579 INFO [stderr] Dec 13 04:41:26.579 INFO [stderr] For more information on this warning you can consult Dec 13 04:41:26.579 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 04:41:26.579 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pas`, Dec 13 04:41:26.579 INFO [stderr] please set bin.path in Cargo.toml Dec 13 04:41:26.579 INFO [stderr] Compiling personal_activity_sampler v0.1.0 (/source) Dec 13 04:41:27.413 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.85s Dec 13 04:41:27.424 INFO [stderr] su: No module specific data is present Dec 13 04:41:27.888 INFO running `"docker" "inspect" "661f4cd25066add1704a5f42caa28de4c415c6ff89a11ee37d5fb6d0dd212ac1"` Dec 13 04:41:28.266 INFO running `"docker" "rm" "-f" "661f4cd25066add1704a5f42caa28de4c415c6ff89a11ee37d5fb6d0dd212ac1"` Dec 13 04:41:28.369 INFO [stdout] 661f4cd25066add1704a5f42caa28de4c415c6ff89a11ee37d5fb6d0dd212ac1 Dec 13 04:41:28.448 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-1/try#aa49d8ef14939ddec0e34b346b60174a5673d48f:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-1/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" "-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 13 04:41:28.627 INFO [stdout] 39b38c2516bcb21e02db36964b299e8d0f6f02e8ccd7b803497fdde073ae2c25 Dec 13 04:41:28.629 INFO running `"docker" "start" "-a" "39b38c2516bcb21e02db36964b299e8d0f6f02e8ccd7b803497fdde073ae2c25"` Dec 13 04:41:29.260 INFO [stderr] usermod: no changes Dec 13 04:41:29.323 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 13 04:41:29.323 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 13 04:41:29.323 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 13 04:41:29.323 INFO [stderr] files will be included as a binary target: Dec 13 04:41:29.323 INFO [stderr] Dec 13 04:41:29.323 INFO [stderr] * /source/src/main.rs Dec 13 04:41:29.323 INFO [stderr] Dec 13 04:41:29.323 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 13 04:41:29.323 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 13 04:41:29.323 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 13 04:41:29.323 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 13 04:41:29.323 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 13 04:41:29.323 INFO [stderr] Dec 13 04:41:29.323 INFO [stderr] For more information on this warning you can consult Dec 13 04:41:29.323 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 13 04:41:29.323 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `pas`, Dec 13 04:41:29.323 INFO [stderr] please set bin.path in Cargo.toml Dec 13 04:41:29.323 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s Dec 13 04:41:29.323 INFO [stderr] Running /target/debug/deps/pas-b84b0d0b8c09d61e Dec 13 04:41:29.330 INFO [stdout] Dec 13 04:41:29.331 INFO [stdout] running 1 test Dec 13 04:41:29.351 INFO [stdout] test configuration::test::test_new ... ok Dec 13 04:41:29.351 INFO [stderr] Doc-tests pas Dec 13 04:41:29.351 INFO [stdout] Dec 13 04:41:29.351 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 04:41:29.351 INFO [stdout] Dec 13 04:41:29.601 INFO [stdout] Dec 13 04:41:29.601 INFO [stdout] running 0 tests Dec 13 04:41:29.601 INFO [stdout] Dec 13 04:41:29.601 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 13 04:41:29.601 INFO [stdout] Dec 13 04:41:29.611 INFO [stderr] su: No module specific data is present Dec 13 04:41:30.323 INFO running `"docker" "inspect" "39b38c2516bcb21e02db36964b299e8d0f6f02e8ccd7b803497fdde073ae2c25"` Dec 13 04:41:30.588 INFO running `"docker" "rm" "-f" "39b38c2516bcb21e02db36964b299e8d0f6f02e8ccd7b803497fdde073ae2c25"` Dec 13 04:41:30.763 INFO [stdout] 39b38c2516bcb21e02db36964b299e8d0f6f02e8ccd7b803497fdde073ae2c25