Oct 15 23:25:28.969 INFO testing promises-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 23:25:28.969 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 23:25:29.553 INFO blam! 3a8650c2bc7c535ed8c443198444427541de76d305cd73d46c00d78ad6bd4d37 Oct 15 23:25:29.555 INFO running `"docker" "start" "-a" "3a8650c2bc7c535ed8c443198444427541de76d305cd73d46c00d78ad6bd4d37"` Oct 15 23:25:31.055 INFO kablam! usermod: no changes Oct 15 23:25:31.111 INFO kablam! Compiling promises v0.2.0 (/source) Oct 15 23:25:31.743 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.66s Oct 15 23:25:31.743 INFO kablam! su: No module specific data is present Oct 15 23:25:32.496 INFO running `"docker" "rm" "-f" "3a8650c2bc7c535ed8c443198444427541de76d305cd73d46c00d78ad6bd4d37"` Oct 15 23:25:32.835 INFO blam! 3a8650c2bc7c535ed8c443198444427541de76d305cd73d46c00d78ad6bd4d37 Oct 15 23:25:32.839 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 23:25:33.413 INFO blam! 6b0053ec08dadb77972f57afb30b63abf25e28e1806a0e9a8ffac9b7c19ff4d7 Oct 15 23:25:33.415 INFO running `"docker" "start" "-a" "6b0053ec08dadb77972f57afb30b63abf25e28e1806a0e9a8ffac9b7c19ff4d7"` Oct 15 23:25:34.213 INFO kablam! usermod: no changes Oct 15 23:25:34.232 INFO kablam! Compiling promises v0.2.0 (/source) Oct 15 23:25:34.721 INFO kablam! warning: unused import: `std::fs` Oct 15 23:25:34.721 INFO kablam! --> src/tests.rs:4:5 Oct 15 23:25:34.721 INFO kablam! | Oct 15 23:25:34.721 INFO kablam! 4 | use std::fs; Oct 15 23:25:34.721 INFO kablam! | ^^^^^^^ Oct 15 23:25:34.721 INFO kablam! | Oct 15 23:25:34.721 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 23:25:34.721 INFO kablam! Oct 15 23:25:34.783 INFO kablam! warning: unused variable: `file` Oct 15 23:25:34.783 INFO kablam! --> src/tests.rs:23:12 Oct 15 23:25:34.783 INFO kablam! | Oct 15 23:25:34.783 INFO kablam! 23 | Ok(file) => println!("Created a file!"), Oct 15 23:25:34.783 INFO kablam! | ^^^^ help: consider using `_file` instead Oct 15 23:25:34.783 INFO kablam! | Oct 15 23:25:34.783 INFO kablam! = note: #[warn(unused_variables)] on by default Oct 15 23:25:34.783 INFO kablam! Oct 15 23:25:34.783 INFO kablam! warning: unused variable: `p` Oct 15 23:25:34.783 INFO kablam! --> src/tests.rs:31:9 Oct 15 23:25:34.783 INFO kablam! | Oct 15 23:25:34.783 INFO kablam! 31 | let p: Promise<(), ()> = Promise::new(|| { Oct 15 23:25:34.783 INFO kablam! | ^ help: consider using `_p` instead Oct 15 23:25:34.784 INFO kablam! Oct 15 23:25:34.807 INFO kablam! warning: function is never used: `create_file` Oct 15 23:25:34.807 INFO kablam! --> src/tests.rs:13:1 Oct 15 23:25:34.807 INFO kablam! | Oct 15 23:25:34.807 INFO kablam! 13 | fn create_file() -> Result { Oct 15 23:25:34.807 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 15 23:25:34.807 INFO kablam! | Oct 15 23:25:34.807 INFO kablam! = note: #[warn(dead_code)] on by default Oct 15 23:25:34.807 INFO kablam! Oct 15 23:25:35.653 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.43s Oct 15 23:25:35.656 INFO kablam! su: No module specific data is present Oct 15 23:25:35.991 INFO running `"docker" "rm" "-f" "6b0053ec08dadb77972f57afb30b63abf25e28e1806a0e9a8ffac9b7c19ff4d7"` Oct 15 23:25:36.153 INFO blam! 6b0053ec08dadb77972f57afb30b63abf25e28e1806a0e9a8ffac9b7c19ff4d7 Oct 15 23:25:36.159 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-2/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-2/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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"` Oct 15 23:25:36.391 INFO blam! 915e359b35a722d6ac609c00a2006d249a966718144e8b22f1574b9bd1b8aeec Oct 15 23:25:36.394 INFO running `"docker" "start" "-a" "915e359b35a722d6ac609c00a2006d249a966718144e8b22f1574b9bd1b8aeec"` Oct 15 23:25:37.159 INFO kablam! usermod: no changes Oct 15 23:25:37.199 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 23:25:37.206 INFO kablam! Running /target/debug/deps/promises-b9d40d396e59bc4c Oct 15 23:25:37.219 INFO blam! Oct 15 23:25:37.219 INFO blam! running 1 test Oct 15 23:25:37.231 INFO blam! Handling result Oct 15 23:25:37.231 INFO blam! Created a file! Oct 15 23:25:38.219 INFO kablam! Doc-tests promises Oct 15 23:25:38.219 INFO blam! test tests::test_new ... ok Oct 15 23:25:38.219 INFO blam! Oct 15 23:25:38.219 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:25:38.219 INFO blam! Oct 15 23:25:39.130 INFO blam! Oct 15 23:25:39.130 INFO blam! running 0 tests Oct 15 23:25:39.130 INFO blam! Oct 15 23:25:39.130 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 23:25:39.130 INFO blam! Oct 15 23:25:39.133 INFO kablam! su: No module specific data is present Oct 15 23:25:39.638 INFO running `"docker" "rm" "-f" "915e359b35a722d6ac609c00a2006d249a966718144e8b22f1574b9bd1b8aeec"` Oct 15 23:25:39.943 INFO blam! 915e359b35a722d6ac609c00a2006d249a966718144e8b22f1574b9bd1b8aeec