Oct 10 23:10:32.882 INFO testing felix-d/troll against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 23:10:32.882 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 23:10:32.882 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 23:10:33.160 INFO blam! aac1d45f18679af525de4a58957cd7c78d4d7ba896213414d84147190bab1392 Oct 10 23:10:33.176 INFO running `"docker" "start" "-a" "aac1d45f18679af525de4a58957cd7c78d4d7ba896213414d84147190bab1392"` Oct 10 23:10:33.959 INFO kablam! usermod: no changes Oct 10 23:10:34.173 INFO kablam! Compiling rustc-serialize v0.3.21 Oct 10 23:10:34.184 INFO kablam! Compiling num_cpus v1.2.0 Oct 10 23:10:34.184 INFO kablam! Compiling num-integer v0.1.32 Oct 10 23:10:34.184 INFO kablam! Compiling curl-sys v0.2.5 Oct 10 23:10:34.184 INFO kablam! Compiling serde_json v0.8.3 Oct 10 23:10:34.184 INFO kablam! Compiling serde_codegen_internals v0.11.1 Oct 10 23:10:34.185 INFO kablam! Compiling url v1.2.3 Oct 10 23:10:34.185 INFO kablam! Compiling time v0.1.35 Oct 10 23:10:36.208 INFO kablam! Compiling openssl-sys-extras v0.7.14 Oct 10 23:10:40.466 INFO kablam! Compiling num-iter v0.1.32 Oct 10 23:10:40.472 INFO kablam! Compiling openssl v0.7.14 Oct 10 23:10:42.712 INFO kablam! Compiling num v0.1.36 Oct 10 23:10:43.264 INFO kablam! Compiling curl v0.3.11 Oct 10 23:10:43.957 INFO kablam! Compiling chrono v0.2.25 Oct 10 23:10:45.848 INFO kablam! Compiling syntex_pos v0.50.0 Oct 10 23:10:47.693 INFO kablam! Compiling cookie v0.2.5 Oct 10 23:10:47.693 INFO kablam! Compiling openssl-verify v0.1.0 Oct 10 23:10:50.888 INFO kablam! Compiling syntex_errors v0.50.0 Oct 10 23:10:54.537 INFO kablam! Compiling hyper v0.9.13 Oct 10 23:10:58.364 INFO kablam! Compiling syntex_syntax v0.50.0 Oct 10 23:11:36.760 INFO kablam! Compiling syntex v0.50.0 Oct 10 23:11:38.868 INFO kablam! Compiling serde_codegen v0.8.19 Oct 10 23:11:44.596 INFO kablam! Compiling slack-hook v0.2.0 Oct 10 23:11:51.557 INFO kablam! Compiling troll v0.1.0 (/source) Oct 10 23:11:53.696 INFO kablam! warning: unused import: `std::fmt` Oct 10 23:11:53.696 INFO kablam! --> src/errors.rs:4:5 Oct 10 23:11:53.696 INFO kablam! | Oct 10 23:11:53.696 INFO kablam! 4 | use std::fmt; Oct 10 23:11:53.696 INFO kablam! | ^^^^^^^^ Oct 10 23:11:53.696 INFO kablam! | Oct 10 23:11:53.696 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:11:53.696 INFO kablam! Oct 10 23:11:53.813 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:53.813 INFO kablam! --> src/slack.rs:94:17 Oct 10 23:11:53.813 INFO kablam! | Oct 10 23:11:53.813 INFO kablam! 94 | cache.set("users", &users); Oct 10 23:11:53.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:53.813 INFO kablam! | Oct 10 23:11:53.813 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 23:11:53.813 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:53.813 INFO kablam! Oct 10 23:11:53.813 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:53.813 INFO kablam! --> src/slack.rs:107:17 Oct 10 23:11:53.813 INFO kablam! | Oct 10 23:11:53.813 INFO kablam! 107 | self.cache.borrow_mut().set("users", &users); Oct 10 23:11:53.813 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:53.813 INFO kablam! | Oct 10 23:11:53.813 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:53.813 INFO kablam! Oct 10 23:11:53.817 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:53.817 INFO kablam! --> src/cache.rs:23:17 Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! 23 | handle.set_len(0); Oct 10 23:11:53.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:53.817 INFO kablam! Oct 10 23:11:53.817 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:53.817 INFO kablam! --> src/cache.rs:24:17 Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! 24 | handle.seek(SeekFrom::Start(0)); Oct 10 23:11:53.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:53.817 INFO kablam! Oct 10 23:11:53.817 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:53.817 INFO kablam! --> src/cache.rs:56:9 Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! 56 | self.handle.set_len(0); Oct 10 23:11:53.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:53.817 INFO kablam! Oct 10 23:11:53.817 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:53.817 INFO kablam! --> src/cache.rs:57:9 Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! 57 | self.handle.seek(SeekFrom::Start(0)); Oct 10 23:11:53.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:53.817 INFO kablam! Oct 10 23:11:53.817 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:53.817 INFO kablam! --> src/main.rs:41:5 Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! 41 | slack_client.post_message(&user, &channel, &conf.message); Oct 10 23:11:53.817 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:53.817 INFO kablam! | Oct 10 23:11:53.817 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:53.817 INFO kablam! Oct 10 23:11:55.641 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 21s Oct 10 23:11:55.664 INFO kablam! su: No module specific data is present Oct 10 23:11:56.020 INFO running `"docker" "rm" "-f" "aac1d45f18679af525de4a58957cd7c78d4d7ba896213414d84147190bab1392"` Oct 10 23:11:56.141 INFO blam! aac1d45f18679af525de4a58957cd7c78d4d7ba896213414d84147190bab1392 Oct 10 23:11:56.143 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 23:11:56.143 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 23:11:56.311 INFO blam! d2969c7c84b4670725ecaaed9bdfa3eff7bd51f295ebec0a45e20438e112a4b4 Oct 10 23:11:56.311 INFO running `"docker" "start" "-a" "d2969c7c84b4670725ecaaed9bdfa3eff7bd51f295ebec0a45e20438e112a4b4"` Oct 10 23:11:56.761 INFO kablam! usermod: no changes Oct 10 23:11:56.867 INFO kablam! Compiling troll v0.1.0 (/source) Oct 10 23:11:58.905 INFO kablam! warning: unused import: `std::fmt` Oct 10 23:11:58.905 INFO kablam! --> src/errors.rs:4:5 Oct 10 23:11:58.905 INFO kablam! | Oct 10 23:11:58.905 INFO kablam! 4 | use std::fmt; Oct 10 23:11:58.905 INFO kablam! | ^^^^^^^^ Oct 10 23:11:58.905 INFO kablam! | Oct 10 23:11:58.905 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 10 23:11:58.905 INFO kablam! Oct 10 23:11:59.134 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:59.134 INFO kablam! --> src/slack.rs:94:17 Oct 10 23:11:59.134 INFO kablam! | Oct 10 23:11:59.134 INFO kablam! 94 | cache.set("users", &users); Oct 10 23:11:59.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:59.134 INFO kablam! | Oct 10 23:11:59.134 INFO kablam! = note: #[warn(unused_must_use)] on by default Oct 10 23:11:59.134 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:59.134 INFO kablam! Oct 10 23:11:59.134 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:59.134 INFO kablam! --> src/slack.rs:107:17 Oct 10 23:11:59.134 INFO kablam! | Oct 10 23:11:59.134 INFO kablam! 107 | self.cache.borrow_mut().set("users", &users); Oct 10 23:11:59.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:59.134 INFO kablam! | Oct 10 23:11:59.134 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:59.134 INFO kablam! Oct 10 23:11:59.134 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:59.134 INFO kablam! --> src/cache.rs:23:17 Oct 10 23:11:59.134 INFO kablam! | Oct 10 23:11:59.134 INFO kablam! 23 | handle.set_len(0); Oct 10 23:11:59.134 INFO kablam! | ^^^^^^^^^^^^^^^^^^ Oct 10 23:11:59.134 INFO kablam! | Oct 10 23:11:59.134 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:59.134 INFO kablam! Oct 10 23:11:59.140 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:59.140 INFO kablam! --> src/cache.rs:24:17 Oct 10 23:11:59.140 INFO kablam! | Oct 10 23:11:59.140 INFO kablam! 24 | handle.seek(SeekFrom::Start(0)); Oct 10 23:11:59.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:59.140 INFO kablam! | Oct 10 23:11:59.140 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:59.140 INFO kablam! Oct 10 23:11:59.140 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:59.140 INFO kablam! --> src/cache.rs:56:9 Oct 10 23:11:59.140 INFO kablam! | Oct 10 23:11:59.140 INFO kablam! 56 | self.handle.set_len(0); Oct 10 23:11:59.140 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:59.140 INFO kablam! | Oct 10 23:11:59.140 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:59.140 INFO kablam! Oct 10 23:11:59.140 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:59.140 INFO kablam! --> src/cache.rs:57:9 Oct 10 23:11:59.140 INFO kablam! | Oct 10 23:11:59.140 INFO kablam! 57 | self.handle.seek(SeekFrom::Start(0)); Oct 10 23:11:59.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:59.141 INFO kablam! | Oct 10 23:11:59.141 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:59.141 INFO kablam! Oct 10 23:11:59.141 INFO kablam! warning: unused `std::result::Result` which must be used Oct 10 23:11:59.141 INFO kablam! --> src/main.rs:41:5 Oct 10 23:11:59.141 INFO kablam! | Oct 10 23:11:59.141 INFO kablam! 41 | slack_client.post_message(&user, &channel, &conf.message); Oct 10 23:11:59.141 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 23:11:59.141 INFO kablam! | Oct 10 23:11:59.141 INFO kablam! = note: this `Result` may be an `Err` variant, which should be handled Oct 10 23:11:59.141 INFO kablam! Oct 10 23:11:59.867 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.08s Oct 10 23:11:59.884 INFO kablam! su: No module specific data is present Oct 10 23:12:00.615 INFO running `"docker" "rm" "-f" "d2969c7c84b4670725ecaaed9bdfa3eff7bd51f295ebec0a45e20438e112a4b4"` Oct 10 23:12:00.989 INFO blam! d2969c7c84b4670725ecaaed9bdfa3eff7bd51f295ebec0a45e20438e112a4b4 Oct 10 23:12:00.992 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 23:12:00.992 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/rustdoc-test-static-cling/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling/worker-5/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 23:12:01.508 INFO blam! 6ea8e72c1a1eb0ffd8d9c82c579001cc2201d3f602c2de5f21e09352eac24ec8 Oct 10 23:12:01.510 INFO running `"docker" "start" "-a" "6ea8e72c1a1eb0ffd8d9c82c579001cc2201d3f602c2de5f21e09352eac24ec8"` Oct 10 23:12:02.536 INFO kablam! usermod: no changes Oct 10 23:12:02.730 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.16s Oct 10 23:12:02.748 INFO kablam! Running /target/debug/deps/troll-2da6621cb592e764 Oct 10 23:12:02.756 INFO kablam! su: No module specific data is present Oct 10 23:12:02.756 INFO blam! Oct 10 23:12:02.756 INFO blam! running 0 tests Oct 10 23:12:02.756 INFO blam! Oct 10 23:12:02.756 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 23:12:02.756 INFO blam! Oct 10 23:12:03.372 INFO running `"docker" "rm" "-f" "6ea8e72c1a1eb0ffd8d9c82c579001cc2201d3f602c2de5f21e09352eac24ec8"` Oct 10 23:12:03.671 INFO blam! 6ea8e72c1a1eb0ffd8d9c82c579001cc2201d3f602c2de5f21e09352eac24ec8