Dec 05 05:02:39.902 INFO testing techhazard/decapitate against try#6eb0fd3ac58f9b16bddb9924a17c3b6c156aa468 for pr-56514 Dec 05 05:02:39.902 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 05 05:02:40.360 INFO [stdout] 7416db800b6b9459553c863afa86e77fb223ecf83aa3b79026ab1d2083c32609 Dec 05 05:02:40.366 INFO running `"docker" "start" "-a" "7416db800b6b9459553c863afa86e77fb223ecf83aa3b79026ab1d2083c32609"` Dec 05 05:02:42.072 INFO [stderr] usermod: no changes Dec 05 05:02:42.136 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 05:02:42.136 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 05:02:42.136 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 05:02:42.136 INFO [stderr] files will be included as a binary target: Dec 05 05:02:42.136 INFO [stderr] Dec 05 05:02:42.136 INFO [stderr] * /source/src/main.rs Dec 05 05:02:42.136 INFO [stderr] Dec 05 05:02:42.136 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 05:02:42.136 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 05:02:42.136 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 05:02:42.136 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 05:02:42.136 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 05:02:42.136 INFO [stderr] Dec 05 05:02:42.136 INFO [stderr] For more information on this warning you can consult Dec 05 05:02:42.136 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 05:02:42.136 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `dcap`, Dec 05 05:02:42.136 INFO [stderr] please set bin.path in Cargo.toml Dec 05 05:02:42.199 INFO [stderr] Compiling libc v0.2.16 Dec 05 05:02:42.207 INFO [stderr] Compiling strsim v0.5.1 Dec 05 05:02:42.207 INFO [stderr] Compiling unicode-width v0.1.3 Dec 05 05:02:42.207 INFO [stderr] Compiling unicode-segmentation v0.1.2 Dec 05 05:02:44.427 INFO [stderr] Compiling term_size v0.2.1 Dec 05 05:02:44.962 INFO [stderr] Compiling clap v2.14.0 Dec 05 05:02:59.499 INFO [stderr] Compiling decapitate v1.0.0 (/source) Dec 05 05:03:01.782 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.68s Dec 05 05:03:01.786 INFO [stderr] su: No module specific data is present Dec 05 05:03:03.449 INFO running `"docker" "inspect" "7416db800b6b9459553c863afa86e77fb223ecf83aa3b79026ab1d2083c32609"` Dec 05 05:03:03.758 INFO running `"docker" "rm" "-f" "7416db800b6b9459553c863afa86e77fb223ecf83aa3b79026ab1d2083c32609"` Dec 05 05:03:04.088 INFO [stdout] 7416db800b6b9459553c863afa86e77fb223ecf83aa3b79026ab1d2083c32609 Dec 05 05:03:04.090 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 05 05:03:04.460 INFO [stdout] 3788179ce5f904241b91d671ab37344c6beb423956dbac4c58ff8fbf1bab3c24 Dec 05 05:03:04.462 INFO running `"docker" "start" "-a" "3788179ce5f904241b91d671ab37344c6beb423956dbac4c58ff8fbf1bab3c24"` Dec 05 05:03:06.615 INFO [stderr] usermod: no changes Dec 05 05:03:06.685 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 05:03:06.685 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 05:03:06.685 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 05:03:06.685 INFO [stderr] files will be included as a binary target: Dec 05 05:03:06.685 INFO [stderr] Dec 05 05:03:06.685 INFO [stderr] * /source/src/main.rs Dec 05 05:03:06.685 INFO [stderr] Dec 05 05:03:06.685 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 05:03:06.685 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 05:03:06.686 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 05:03:06.686 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 05:03:06.686 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 05:03:06.686 INFO [stderr] Dec 05 05:03:06.686 INFO [stderr] For more information on this warning you can consult Dec 05 05:03:06.686 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 05:03:06.686 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `dcap`, Dec 05 05:03:06.686 INFO [stderr] please set bin.path in Cargo.toml Dec 05 05:03:06.772 INFO [stderr] Compiling decapitate v1.0.0 (/source) Dec 05 05:03:07.986 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.34s Dec 05 05:03:07.996 INFO [stderr] su: No module specific data is present Dec 05 05:03:09.094 INFO running `"docker" "inspect" "3788179ce5f904241b91d671ab37344c6beb423956dbac4c58ff8fbf1bab3c24"` Dec 05 05:03:09.420 INFO running `"docker" "rm" "-f" "3788179ce5f904241b91d671ab37344c6beb423956dbac4c58ff8fbf1bab3c24"` Dec 05 05:03:09.664 INFO [stdout] 3788179ce5f904241b91d671ab37344c6beb423956dbac4c58ff8fbf1bab3c24 Dec 05 05:03:09.672 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" "-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 05 05:03:10.163 INFO [stdout] d21795186ad0acd7758755a9e90ca674674988bad9097d6b153e17eddca1d519 Dec 05 05:03:10.166 INFO running `"docker" "start" "-a" "d21795186ad0acd7758755a9e90ca674674988bad9097d6b153e17eddca1d519"` Dec 05 05:03:11.519 INFO [stderr] usermod: no changes Dec 05 05:03:11.576 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 05 05:03:11.576 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 05 05:03:11.576 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 05 05:03:11.576 INFO [stderr] files will be included as a binary target: Dec 05 05:03:11.576 INFO [stderr] Dec 05 05:03:11.576 INFO [stderr] * /source/src/main.rs Dec 05 05:03:11.576 INFO [stderr] Dec 05 05:03:11.576 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 05 05:03:11.576 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 05 05:03:11.576 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 05 05:03:11.576 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 05 05:03:11.576 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 05 05:03:11.576 INFO [stderr] Dec 05 05:03:11.576 INFO [stderr] For more information on this warning you can consult Dec 05 05:03:11.576 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 05 05:03:11.576 INFO [stderr] warning: path `/source/src/main.rs` was erroneously implicitly accepted for binary `dcap`, Dec 05 05:03:11.576 INFO [stderr] please set bin.path in Cargo.toml Dec 05 05:03:11.616 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s Dec 05 05:03:11.632 INFO [stderr] Running /target/debug/deps/decapitate-4c26f21f1882e4f1 Dec 05 05:03:11.632 INFO [stdout] Dec 05 05:03:11.632 INFO [stdout] running 0 tests Dec 05 05:03:11.632 INFO [stdout] Dec 05 05:03:11.632 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 05:03:11.632 INFO [stdout] Dec 05 05:03:11.640 INFO [stderr] Running /target/debug/deps/dcap-3708131c955ac232 Dec 05 05:03:11.640 INFO [stderr] Doc-tests decapitate Dec 05 05:03:11.640 INFO [stdout] Dec 05 05:03:11.640 INFO [stdout] running 0 tests Dec 05 05:03:11.640 INFO [stdout] Dec 05 05:03:11.640 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 05:03:11.640 INFO [stdout] Dec 05 05:03:11.933 INFO [stdout] Dec 05 05:03:11.933 INFO [stdout] running 0 tests Dec 05 05:03:11.933 INFO [stdout] Dec 05 05:03:11.933 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 05 05:03:11.933 INFO [stdout] Dec 05 05:03:11.939 INFO [stderr] su: No module specific data is present Dec 05 05:03:12.794 INFO running `"docker" "inspect" "d21795186ad0acd7758755a9e90ca674674988bad9097d6b153e17eddca1d519"` Dec 05 05:03:13.094 INFO running `"docker" "rm" "-f" "d21795186ad0acd7758755a9e90ca674674988bad9097d6b153e17eddca1d519"` Dec 05 05:03:13.357 INFO [stdout] d21795186ad0acd7758755a9e90ca674674988bad9097d6b153e17eddca1d519