Oct 16 12:11:14.569 INFO testing epitaph-0.2.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 16 12:11:14.571 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 12:11:14.944 INFO blam! a05cb52d7fd89001b1be2784f7c6578721393cfc4235e7fb4b5a7f56e38a5fa4 Oct 16 12:11:14.949 INFO running `"docker" "start" "-a" "a05cb52d7fd89001b1be2784f7c6578721393cfc4235e7fb4b5a7f56e38a5fa4"` Oct 16 12:11:16.845 INFO kablam! usermod: no changes Oct 16 12:11:16.879 INFO kablam! warning: dependency (alternate-future) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Oct 16 12:11:16.887 INFO kablam! Compiling epitaph v0.2.0 (/source) Oct 16 12:11:17.612 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.74s Oct 16 12:11:17.615 INFO kablam! su: No module specific data is present Oct 16 12:11:18.634 INFO running `"docker" "rm" "-f" "a05cb52d7fd89001b1be2784f7c6578721393cfc4235e7fb4b5a7f56e38a5fa4"` Oct 16 12:11:18.931 INFO blam! a05cb52d7fd89001b1be2784f7c6578721393cfc4235e7fb4b5a7f56e38a5fa4 Oct 16 12:11:18.939 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 12:11:19.400 INFO blam! c3dd0536b2eedef7512c3499b17f0030d0ab2733ea1a5c4471041129a566abe9 Oct 16 12:11:19.402 INFO running `"docker" "start" "-a" "c3dd0536b2eedef7512c3499b17f0030d0ab2733ea1a5c4471041129a566abe9"` Oct 16 12:11:21.358 INFO kablam! usermod: no changes Oct 16 12:11:21.399 INFO kablam! warning: dependency (alternate-future) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Oct 16 12:11:21.447 INFO kablam! Compiling epitaph v0.2.0 (/source) Oct 16 12:11:23.712 INFO kablam! warning: unused import: `std::error::Error` Oct 16 12:11:23.712 INFO kablam! --> tests/tests.rs:6:5 Oct 16 12:11:23.712 INFO kablam! | Oct 16 12:11:23.713 INFO kablam! 6 | use std::error::Error as StdError; Oct 16 12:11:23.713 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:11:23.713 INFO kablam! | Oct 16 12:11:23.713 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 12:11:23.713 INFO kablam! Oct 16 12:11:24.987 INFO kablam! warning: unused import: `std::error::Error` Oct 16 12:11:24.988 INFO kablam! --> tests/func.rs:6:5 Oct 16 12:11:24.989 INFO kablam! | Oct 16 12:11:24.989 INFO kablam! 6 | use std::error::Error as StdError; Oct 16 12:11:24.990 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 16 12:11:24.991 INFO kablam! | Oct 16 12:11:24.991 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 16 12:11:24.992 INFO kablam! Oct 16 12:11:24.992 INFO kablam! warning: unused import: `epitaph::DetailedError` Oct 16 12:11:24.993 INFO kablam! --> tests/func.rs:8:5 Oct 16 12:11:24.994 INFO kablam! | Oct 16 12:11:24.994 INFO kablam! 8 | use epitaph::DetailedError; Oct 16 12:11:24.995 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:11:24.995 INFO kablam! Oct 16 12:11:25.107 INFO kablam! warning: function is never used: `fail_func` Oct 16 12:11:25.108 INFO kablam! --> tests/func.rs:15:1 Oct 16 12:11:25.109 INFO kablam! | Oct 16 12:11:25.109 INFO kablam! 15 | fn fail_func () -> Result Oct 16 12:11:25.110 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 16 12:11:25.110 INFO kablam! | Oct 16 12:11:25.111 INFO kablam! = note: #[warn(dead_code)] on by default Oct 16 12:11:25.111 INFO kablam! Oct 16 12:11:26.437 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 5.05s Oct 16 12:11:26.446 INFO kablam! su: No module specific data is present Oct 16 12:11:27.237 INFO running `"docker" "rm" "-f" "c3dd0536b2eedef7512c3499b17f0030d0ab2733ea1a5c4471041129a566abe9"` Oct 16 12:11:27.531 INFO blam! c3dd0536b2eedef7512c3499b17f0030d0ab2733ea1a5c4471041129a566abe9 Oct 16 12:11:27.537 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/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 16 12:11:27.917 INFO blam! b9b98d4308915d3b5bc3f2680f259dc35349d5688c7d227f73e448307919ac37 Oct 16 12:11:27.923 INFO running `"docker" "start" "-a" "b9b98d4308915d3b5bc3f2680f259dc35349d5688c7d227f73e448307919ac37"` Oct 16 12:11:28.959 INFO kablam! usermod: no changes Oct 16 12:11:29.007 INFO kablam! warning: dependency (alternate-future) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions Oct 16 12:11:29.007 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.02s Oct 16 12:11:29.009 INFO kablam! Running /target/debug/deps/epitaph-464584074cb2d2e7 Oct 16 12:11:29.019 INFO kablam! Running /target/debug/deps/func-85fdc019ef64dc42 Oct 16 12:11:29.019 INFO blam! Oct 16 12:11:29.019 INFO blam! running 0 tests Oct 16 12:11:29.019 INFO blam! Oct 16 12:11:29.019 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:11:29.019 INFO blam! Oct 16 12:11:29.027 INFO blam! Oct 16 12:11:29.027 INFO blam! running 1 test Oct 16 12:11:29.027 INFO blam! test funcs ... ok Oct 16 12:11:29.027 INFO blam! Oct 16 12:11:29.027 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:11:29.027 INFO blam! Oct 16 12:11:29.028 INFO kablam! Running /target/debug/deps/promise-ff924d263ef3c4f9 Oct 16 12:11:29.028 INFO kablam! Running /target/debug/deps/tests-ae468e6d66df4c8a Oct 16 12:11:29.028 INFO blam! Oct 16 12:11:29.028 INFO blam! running 0 tests Oct 16 12:11:29.028 INFO blam! Oct 16 12:11:29.028 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:11:29.028 INFO blam! Oct 16 12:11:29.031 INFO blam! Oct 16 12:11:29.031 INFO kablam! Doc-tests epitaph Oct 16 12:11:29.031 INFO blam! running 2 tests Oct 16 12:11:29.031 INFO blam! test trace ... ok Oct 16 12:11:29.031 INFO blam! test attempts ... ok Oct 16 12:11:29.031 INFO blam! Oct 16 12:11:29.031 INFO blam! test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:11:29.031 INFO blam! Oct 16 12:11:30.039 INFO blam! Oct 16 12:11:30.039 INFO blam! running 0 tests Oct 16 12:11:30.039 INFO blam! Oct 16 12:11:30.039 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 16 12:11:30.039 INFO blam! Oct 16 12:11:30.059 INFO kablam! su: No module specific data is present Oct 16 12:11:30.953 INFO running `"docker" "rm" "-f" "b9b98d4308915d3b5bc3f2680f259dc35349d5688c7d227f73e448307919ac37"` Oct 16 12:11:31.323 INFO blam! b9b98d4308915d3b5bc3f2680f259dc35349d5688c7d227f73e448307919ac37