Oct 10 21:01:25.611 INFO testing jetilling/rust_example against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling Oct 10 21:01:25.611 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt build --frozen Oct 10 21:01:25.611 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 21:01:25.782 INFO blam! eeca4f4391dcbb349ca456a6004376930142383e5f91eceba74c154a093912eb Oct 10 21:01:25.783 INFO running `"docker" "start" "-a" "eeca4f4391dcbb349ca456a6004376930142383e5f91eceba74c154a093912eb"` Oct 10 21:01:26.190 INFO kablam! usermod: no changes Oct 10 21:01:26.220 INFO kablam! Compiling rust_example_app v0.1.0 (/source) Oct 10 21:01:26.732 INFO kablam! warning: unused variable: `f` Oct 10 21:01:26.732 INFO kablam! --> src/lib.rs:29:28 Oct 10 21:01:26.732 INFO kablam! | Oct 10 21:01:26.732 INFO kablam! 29 | pub fn execute(&self, f: F) Oct 10 21:01:26.732 INFO kablam! | ^ help: consider using `_f` instead Oct 10 21:01:26.732 INFO kablam! | Oct 10 21:01:26.732 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:01:26.732 INFO kablam! Oct 10 21:01:26.732 INFO kablam! warning: field is never used: `workers` Oct 10 21:01:26.732 INFO kablam! --> src/lib.rs:4:3 Oct 10 21:01:26.732 INFO kablam! | Oct 10 21:01:26.732 INFO kablam! 4 | workers: Vec Oct 10 21:01:26.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 21:01:26.733 INFO kablam! | Oct 10 21:01:26.733 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:01:26.733 INFO kablam! Oct 10 21:01:26.733 INFO kablam! warning: field is never used: `id` Oct 10 21:01:26.733 INFO kablam! --> src/lib.rs:38:3 Oct 10 21:01:26.733 INFO kablam! | Oct 10 21:01:26.733 INFO kablam! 38 | id: usize, Oct 10 21:01:26.733 INFO kablam! | ^^^^^^^^^ Oct 10 21:01:26.733 INFO kablam! Oct 10 21:01:26.733 INFO kablam! warning: field is never used: `thread` Oct 10 21:01:26.733 INFO kablam! --> src/lib.rs:39:3 Oct 10 21:01:26.733 INFO kablam! | Oct 10 21:01:26.733 INFO kablam! 39 | thread: thread::JoinHandle<()>, Oct 10 21:01:26.733 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:01:26.733 INFO kablam! Oct 10 21:01:28.328 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 2.11s Oct 10 21:01:28.328 INFO kablam! su: No module specific data is present Oct 10 21:01:29.117 INFO running `"docker" "rm" "-f" "eeca4f4391dcbb349ca456a6004376930142383e5f91eceba74c154a093912eb"` Oct 10 21:01:29.332 INFO blam! eeca4f4391dcbb349ca456a6004376930142383e5f91eceba74c154a093912eb Oct 10 21:01:29.338 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen --no-run Oct 10 21:01:29.338 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 21:01:29.778 INFO blam! 600e6bdac7a56b88a70f849ad73d74d68314bc74fe3be8a14f5bea7d899a4481 Oct 10 21:01:29.788 INFO running `"docker" "start" "-a" "600e6bdac7a56b88a70f849ad73d74d68314bc74fe3be8a14f5bea7d899a4481"` Oct 10 21:01:30.852 INFO kablam! usermod: no changes Oct 10 21:01:30.904 INFO kablam! Compiling rust_example_app v0.1.0 (/source) Oct 10 21:01:31.636 INFO kablam! warning: unused variable: `f` Oct 10 21:01:31.636 INFO kablam! --> src/lib.rs:29:28 Oct 10 21:01:31.636 INFO kablam! | Oct 10 21:01:31.636 INFO kablam! 29 | pub fn execute(&self, f: F) Oct 10 21:01:31.636 INFO kablam! | ^ help: consider using `_f` instead Oct 10 21:01:31.636 INFO kablam! | Oct 10 21:01:31.636 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 10 21:01:31.636 INFO kablam! Oct 10 21:01:31.636 INFO kablam! warning: field is never used: `workers` Oct 10 21:01:31.636 INFO kablam! --> src/lib.rs:4:3 Oct 10 21:01:31.636 INFO kablam! | Oct 10 21:01:31.636 INFO kablam! 4 | workers: Vec Oct 10 21:01:31.636 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^ Oct 10 21:01:31.636 INFO kablam! | Oct 10 21:01:31.636 INFO kablam! = note: #[warn(dead_code)] on by default Oct 10 21:01:31.640 INFO kablam! Oct 10 21:01:31.640 INFO kablam! warning: field is never used: `id` Oct 10 21:01:31.640 INFO kablam! --> src/lib.rs:38:3 Oct 10 21:01:31.640 INFO kablam! | Oct 10 21:01:31.640 INFO kablam! 38 | id: usize, Oct 10 21:01:31.640 INFO kablam! | ^^^^^^^^^ Oct 10 21:01:31.640 INFO kablam! Oct 10 21:01:31.640 INFO kablam! warning: field is never used: `thread` Oct 10 21:01:31.640 INFO kablam! --> src/lib.rs:39:3 Oct 10 21:01:31.640 INFO kablam! | Oct 10 21:01:31.640 INFO kablam! 39 | thread: thread::JoinHandle<()>, Oct 10 21:01:31.640 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 10 21:01:31.640 INFO kablam! Oct 10 21:01:32.368 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.48s Oct 10 21:01:32.370 INFO kablam! su: No module specific data is present Oct 10 21:01:33.329 INFO running `"docker" "rm" "-f" "600e6bdac7a56b88a70f849ad73d74d68314bc74fe3be8a14f5bea7d899a4481"` Oct 10 21:01:33.572 INFO blam! 600e6bdac7a56b88a70f849ad73d74d68314bc74fe3be8a14f5bea7d899a4481 Oct 10 21:01:33.576 INFO running: cargo +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-alt test --frozen Oct 10 21:01:33.576 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 21:01:33.954 INFO blam! 4532d825ecbf667b3c04009507c2d638f2cee8c767336ce2f6bc997452336d27 Oct 10 21:01:33.964 INFO running `"docker" "start" "-a" "4532d825ecbf667b3c04009507c2d638f2cee8c767336ce2f6bc997452336d27"` Oct 10 21:01:34.690 INFO kablam! usermod: no changes Oct 10 21:01:34.737 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 10 21:01:34.750 INFO kablam! Running /target/debug/deps/rust_example_app-37d3b30a2fb7b82b Oct 10 21:01:34.756 INFO kablam! Running /target/debug/deps/main-8a6d5dee81b68b0f Oct 10 21:01:34.756 INFO blam! Oct 10 21:01:34.756 INFO blam! running 0 tests Oct 10 21:01:34.756 INFO blam! Oct 10 21:01:34.756 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:01:34.756 INFO blam! Oct 10 21:01:34.758 INFO blam! Oct 10 21:01:34.758 INFO blam! running 0 tests Oct 10 21:01:34.758 INFO blam! Oct 10 21:01:34.758 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:01:34.759 INFO blam! Oct 10 21:01:34.768 INFO kablam! Doc-tests rust_example_app Oct 10 21:01:35.874 INFO blam! Oct 10 21:01:35.874 INFO blam! running 0 tests Oct 10 21:01:35.874 INFO blam! Oct 10 21:01:35.874 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 10 21:01:35.875 INFO blam! Oct 10 21:01:35.876 INFO kablam! su: No module specific data is present Oct 10 21:01:36.332 INFO running `"docker" "rm" "-f" "4532d825ecbf667b3c04009507c2d638f2cee8c767336ce2f6bc997452336d27"` Oct 10 21:01:36.604 INFO blam! 4532d825ecbf667b3c04009507c2d638f2cee8c767336ce2f6bc997452336d27