Dec 14 13:34:56.186 INFO testing wurl-0.1.0 against master#bd47d6825bf4090517549d33cfef10d3300b4a75 for pr-56550 Dec 14 13:34:56.186 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 14 13:34:56.325 INFO [stdout] dc95dc5f65b41d549533213709fb32abf8ea4057821eb7e9a8d0cda3cc5de2e2 Dec 14 13:34:56.328 INFO running `"docker" "start" "-a" "dc95dc5f65b41d549533213709fb32abf8ea4057821eb7e9a8d0cda3cc5de2e2"` Dec 14 13:34:56.946 INFO [stderr] usermod: no changes Dec 14 13:34:56.987 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 13:34:56.987 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 13:34:56.987 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 13:34:56.987 INFO [stderr] files will be included as a binary target: Dec 14 13:34:56.987 INFO [stderr] Dec 14 13:34:56.987 INFO [stderr] * /source/src/bin/app.rs Dec 14 13:34:56.987 INFO [stderr] * /source/src/bin/messages.rs Dec 14 13:34:56.987 INFO [stderr] Dec 14 13:34:56.987 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 13:34:56.987 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 13:34:56.987 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 13:34:56.987 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 13:34:56.987 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 13:34:56.987 INFO [stderr] Dec 14 13:34:56.987 INFO [stderr] For more information on this warning you can consult Dec 14 13:34:56.987 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 13:34:57.173 INFO [stderr] Compiling stderrlog v0.3.0 Dec 14 13:34:57.179 INFO [stderr] Compiling ws v0.7.9 Dec 14 13:35:04.102 INFO [stderr] Compiling wurl v0.1.0 (/source) Dec 14 13:35:16.734 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 19.76s Dec 14 13:35:16.743 INFO [stderr] su: No module specific data is present Dec 14 13:35:17.356 INFO running `"docker" "inspect" "dc95dc5f65b41d549533213709fb32abf8ea4057821eb7e9a8d0cda3cc5de2e2"` Dec 14 13:35:17.599 INFO running `"docker" "rm" "-f" "dc95dc5f65b41d549533213709fb32abf8ea4057821eb7e9a8d0cda3cc5de2e2"` Dec 14 13:35:17.775 INFO [stdout] dc95dc5f65b41d549533213709fb32abf8ea4057821eb7e9a8d0cda3cc5de2e2 Dec 14 13:35:17.791 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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 14 13:35:18.103 INFO [stdout] 00e7f460e5fd5b0551673a6a9a7caa1e9db7473f7f9f3ace48fb169d8a09733e Dec 14 13:35:18.108 INFO running `"docker" "start" "-a" "00e7f460e5fd5b0551673a6a9a7caa1e9db7473f7f9f3ace48fb169d8a09733e"` Dec 14 13:35:19.278 INFO [stderr] usermod: no changes Dec 14 13:35:19.323 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 13:35:19.323 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 13:35:19.323 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 13:35:19.323 INFO [stderr] files will be included as a binary target: Dec 14 13:35:19.323 INFO [stderr] Dec 14 13:35:19.323 INFO [stderr] * /source/src/bin/app.rs Dec 14 13:35:19.323 INFO [stderr] * /source/src/bin/messages.rs Dec 14 13:35:19.323 INFO [stderr] Dec 14 13:35:19.323 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 13:35:19.323 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 13:35:19.323 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 13:35:19.323 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 13:35:19.323 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 13:35:19.323 INFO [stderr] Dec 14 13:35:19.323 INFO [stderr] For more information on this warning you can consult Dec 14 13:35:19.323 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 13:35:19.421 INFO [stderr] Compiling wurl v0.1.0 (/source) Dec 14 13:35:24.967 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.65s Dec 14 13:35:24.974 INFO [stderr] su: No module specific data is present Dec 14 13:35:25.587 INFO running `"docker" "inspect" "00e7f460e5fd5b0551673a6a9a7caa1e9db7473f7f9f3ace48fb169d8a09733e"` Dec 14 13:35:25.971 INFO running `"docker" "rm" "-f" "00e7f460e5fd5b0551673a6a9a7caa1e9db7473f7f9f3ace48fb169d8a09733e"` Dec 14 13:35:26.242 INFO [stdout] 00e7f460e5fd5b0551673a6a9a7caa1e9db7473f7f9f3ace48fb169d8a09733e Dec 14 13:35:26.249 INFO running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-56550/worker-2/master#bd47d6825bf4090517549d33cfef10d3300b4a75:/target:rw,Z" "-v" "/mnt/big/crater/work/local/test-source/worker-2/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" "-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 14 13:35:26.653 INFO [stdout] 89439317255c3a27a16c16c70e91d2cdbe58f5cafd0da6206243c568335acff3 Dec 14 13:35:26.660 INFO running `"docker" "start" "-a" "89439317255c3a27a16c16c70e91d2cdbe58f5cafd0da6206243c568335acff3"` Dec 14 13:35:27.986 INFO [stderr] usermod: no changes Dec 14 13:35:28.059 INFO [stderr] warning: An explicit [[bin]] section is specified in Cargo.toml which currently Dec 14 13:35:28.059 INFO [stderr] disables Cargo from automatically inferring other binary targets. Dec 14 13:35:28.059 INFO [stderr] This inference behavior will change in the Rust 2018 edition and the following Dec 14 13:35:28.059 INFO [stderr] files will be included as a binary target: Dec 14 13:35:28.059 INFO [stderr] Dec 14 13:35:28.059 INFO [stderr] * /source/src/bin/app.rs Dec 14 13:35:28.059 INFO [stderr] * /source/src/bin/messages.rs Dec 14 13:35:28.059 INFO [stderr] Dec 14 13:35:28.059 INFO [stderr] This is likely to break cargo build or cargo test as these files may not be Dec 14 13:35:28.059 INFO [stderr] ready to be compiled as a binary target today. You can future-proof yourself Dec 14 13:35:28.059 INFO [stderr] and disable this warning by adding `autobins = false` to your [package] Dec 14 13:35:28.059 INFO [stderr] section. You may also move the files to a location where Cargo would not Dec 14 13:35:28.059 INFO [stderr] automatically infer them to be a target, such as in subfolders. Dec 14 13:35:28.059 INFO [stderr] Dec 14 13:35:28.059 INFO [stderr] For more information on this warning you can consult Dec 14 13:35:28.059 INFO [stderr] https://github.com/rust-lang/cargo/issues/5330 Dec 14 13:35:28.165 INFO [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.16s Dec 14 13:35:28.183 INFO [stderr] Running /target/debug/deps/wurl-3e157276d59115a7 Dec 14 13:35:28.187 INFO [stdout] Dec 14 13:35:28.187 INFO [stdout] running 0 tests Dec 14 13:35:28.187 INFO [stdout] Dec 14 13:35:28.187 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 13:35:28.187 INFO [stdout] Dec 14 13:35:28.187 INFO [stderr] Running /target/debug/deps/wurl-3974a73924d97d44 Dec 14 13:35:28.211 INFO [stdout] Dec 14 13:35:28.211 INFO [stdout] running 1 test Dec 14 13:35:28.211 INFO [stdout] test messages::tests::test_parse_message ... ok Dec 14 13:35:28.211 INFO [stdout] Dec 14 13:35:28.211 INFO [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 13:35:28.211 INFO [stdout] Dec 14 13:35:28.213 INFO [stderr] Doc-tests wurl Dec 14 13:35:31.519 INFO [stdout] Dec 14 13:35:31.519 INFO [stdout] running 0 tests Dec 14 13:35:31.519 INFO [stdout] Dec 14 13:35:31.519 INFO [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Dec 14 13:35:31.519 INFO [stdout] Dec 14 13:35:31.527 INFO [stderr] su: No module specific data is present Dec 14 13:35:32.840 INFO running `"docker" "inspect" "89439317255c3a27a16c16c70e91d2cdbe58f5cafd0da6206243c568335acff3"` Dec 14 13:35:33.181 INFO running `"docker" "rm" "-f" "89439317255c3a27a16c16c70e91d2cdbe58f5cafd0da6206243c568335acff3"` Dec 14 13:35:33.647 INFO [stdout] 89439317255c3a27a16c16c70e91d2cdbe58f5cafd0da6206243c568335acff3