Oct 10 15:11:13.794 INFO testing selecao3/rust_image_scraping against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 15:11:13.794 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 15:11:13.794 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:11:14.340 INFO blam! 42aa159ccff5aa164f7b8f126c9b160976091b9b421da99a00079c937b1d72e7 Oct 10 15:11:14.342 INFO running `"docker" "start" "-a" "42aa159ccff5aa164f7b8f126c9b160976091b9b421da99a00079c937b1d72e7"` Oct 10 15:11:15.409 INFO kablam! usermod: no changes Oct 10 15:11:15.809 INFO kablam! Compiling ego-tree v0.3.0 Oct 10 15:11:15.812 INFO kablam! Compiling arrayvec v0.4.7 Oct 10 15:11:15.815 INFO kablam! Compiling net2 v0.2.32 Oct 10 15:11:15.815 INFO kablam! Compiling serde_json v1.0.17 Oct 10 15:11:15.816 INFO kablam! Compiling dtoa-short v0.3.2 Oct 10 15:11:15.817 INFO kablam! Compiling servo_arc v0.1.1 Oct 10 15:11:15.823 INFO kablam! Compiling tokio-io v0.1.6 Oct 10 15:11:15.823 INFO kablam! Compiling syn v0.13.11 Oct 10 15:11:18.472 INFO kablam! Compiling serde_urlencoded v0.5.2 Oct 10 15:11:19.396 INFO kablam! Compiling string_cache_codegen v0.4.1 Oct 10 15:11:19.400 INFO kablam! Compiling crossbeam-epoch v0.4.1 Oct 10 15:11:19.416 INFO kablam! Compiling selectors v0.19.0 Oct 10 15:11:19.427 INFO kablam! Compiling mio v0.6.14 Oct 10 15:11:24.052 INFO kablam! Compiling crossbeam-deque v0.3.1 Oct 10 15:11:24.052 INFO kablam! Compiling mime_guess v2.0.0-alpha.4 Oct 10 15:11:28.052 INFO kablam! Compiling tokio-threadpool v0.1.3 Oct 10 15:11:28.970 INFO kablam! Compiling tokio-reactor v0.1.1 Oct 10 15:11:32.742 INFO kablam! Compiling string_cache v0.7.2 Oct 10 15:11:32.791 INFO kablam! Compiling markup5ever v0.7.2 Oct 10 15:11:32.814 INFO kablam! Compiling tokio-tcp v0.1.0 Oct 10 15:11:32.814 INFO kablam! Compiling tokio-udp v0.1.0 Oct 10 15:11:35.396 INFO kablam! Compiling tokio-fs v0.1.0 Oct 10 15:11:40.298 INFO kablam! Compiling tokio v0.1.6 Oct 10 15:11:44.645 INFO kablam! Compiling tokio-core v0.1.17 Oct 10 15:11:53.432 INFO kablam! Compiling tokio-proto v0.1.1 Oct 10 15:11:53.432 INFO kablam! Compiling tokio-tls v0.1.4 Oct 10 15:11:56.088 INFO kablam! Compiling cssparser v0.23.7 Oct 10 15:11:56.088 INFO kablam! Compiling html5ever v0.22.3 Oct 10 15:11:56.137 INFO kablam! Compiling cssparser-macros v0.3.3 Oct 10 15:12:04.488 INFO kablam! Compiling hyper v0.11.27 Oct 10 15:12:21.659 INFO kablam! Compiling hyper-tls v0.1.3 Oct 10 15:12:25.737 INFO kablam! Compiling reqwest v0.8.5 Oct 10 15:12:28.300 INFO kablam! Compiling scraper v0.6.0 Oct 10 15:12:41.017 INFO kablam! Compiling scraping01 v0.1.0 (/source) Oct 10 15:12:45.724 INFO kablam! warning: unused import: `std::io` Oct 10 15:12:45.724 INFO kablam! --> src/main.rs:10:5 Oct 10 15:12:45.724 INFO kablam! | Oct 10 15:12:45.724 INFO kablam! 10 | use std::io; Oct 10 15:12:45.724 INFO kablam! | ^^^^^^^ Oct 10 15:12:45.724 INFO kablam! | Oct 10 15:12:45.724 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:12:45.724 INFO kablam! Oct 10 15:12:45.813 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:12:45.813 INFO kablam! --> src/main.rs:44:17 Oct 10 15:12:45.814 INFO kablam! | Oct 10 15:12:45.814 INFO kablam! 44 | f.write_all(&body); Oct 10 15:12:45.814 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:45.814 INFO kablam! | Oct 10 15:12:45.815 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:12:45.815 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:12:45.815 INFO kablam! Oct 10 15:12:50.006 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 34s Oct 10 15:12:50.021 INFO kablam! su: No module specific data is present Oct 10 15:12:50.646 INFO running `"docker" "rm" "-f" "42aa159ccff5aa164f7b8f126c9b160976091b9b421da99a00079c937b1d72e7"` Oct 10 15:12:50.888 INFO blam! 42aa159ccff5aa164f7b8f126c9b160976091b9b421da99a00079c937b1d72e7 Oct 10 15:12:50.892 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 15:12:50.894 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:12:51.532 INFO blam! eb6d87b33932d5b3e6f9d0988fd544b22b2a758f5387f4468defff5a4ba1ecfe Oct 10 15:12:51.533 INFO running `"docker" "start" "-a" "eb6d87b33932d5b3e6f9d0988fd544b22b2a758f5387f4468defff5a4ba1ecfe"` Oct 10 15:12:52.540 INFO kablam! usermod: no changes Oct 10 15:12:52.782 INFO kablam! Compiling scraping01 v0.1.0 (/source) Oct 10 15:12:57.481 INFO kablam! warning: unused import: `std::io` Oct 10 15:12:57.486 INFO kablam! --> src/main.rs:10:5 Oct 10 15:12:57.487 INFO kablam! | Oct 10 15:12:57.487 INFO kablam! 10 | use std::io; Oct 10 15:12:57.487 INFO kablam! | ^^^^^^^ Oct 10 15:12:57.488 INFO kablam! | Oct 10 15:12:57.488 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 15:12:57.488 INFO kablam! Oct 10 15:12:57.594 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 15:12:57.594 INFO kablam! --> src/main.rs:44:17 Oct 10 15:12:57.595 INFO kablam! | Oct 10 15:12:57.595 INFO kablam! 44 | f.write_all(&body); Oct 10 15:12:57.595 INFO kablam! | ^^^^^^^^^^^^^^^^^^^ Oct 10 15:12:57.595 INFO kablam! | Oct 10 15:12:57.596 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 15:12:57.596 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 15:12:57.596 INFO kablam! Oct 10 15:12:58.140 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.57s Oct 10 15:12:58.157 INFO kablam! su: No module specific data is present Oct 10 15:12:58.593 INFO running `"docker" "rm" "-f" "eb6d87b33932d5b3e6f9d0988fd544b22b2a758f5387f4468defff5a4ba1ecfe"` Oct 10 15:12:58.804 INFO blam! eb6d87b33932d5b3e6f9d0988fd544b22b2a758f5387f4468defff5a4ba1ecfe Oct 10 15:12:58.808 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 15:12:58.809 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-4/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-4/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,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" "CMD=cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-m" "1536M" "--network" "none" "crater"` Oct 10 15:12:59.116 INFO blam! 266237111d188c6ff5bb79320092adafe23f6faa85cfc1139de9efb78d8a9641 Oct 10 15:12:59.119 INFO running `"docker" "start" "-a" "266237111d188c6ff5bb79320092adafe23f6faa85cfc1139de9efb78d8a9641"` Oct 10 15:12:59.864 INFO kablam! usermod: no changes Oct 10 15:13:00.077 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.19s Oct 10 15:13:00.101 INFO kablam! Running /target/debug/deps/scraping01-0a7f99fa5c76e5a3 Oct 10 15:13:00.110 INFO blam! Oct 10 15:13:00.110 INFO blam! running 0 tests Oct 10 15:13:00.110 INFO blam! Oct 10 15:13:00.111 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 15:13:00.111 INFO blam! Oct 10 15:13:00.111 INFO kablam! su: No module specific data is present Oct 10 15:13:00.758 INFO running `"docker" "rm" "-f" "266237111d188c6ff5bb79320092adafe23f6faa85cfc1139de9efb78d8a9641"` Oct 10 15:13:00.996 INFO blam! 266237111d188c6ff5bb79320092adafe23f6faa85cfc1139de9efb78d8a9641