Oct 15 21:53:27.508 INFO testing rlq-0.1.0 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 21:53:27.508 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:53:27.743 INFO blam! 69358f13bdcc699f719a3879e4b539b92a336ee031a63f6fe52a0d23b6ab6d10 Oct 15 21:53:27.745 INFO running `"docker" "start" "-a" "69358f13bdcc699f719a3879e4b539b92a336ee031a63f6fe52a0d23b6ab6d10"` Oct 15 21:53:28.314 INFO kablam! usermod: no changes Oct 15 21:53:28.371 INFO kablam! Compiling rlq v0.1.0 (/source) Oct 15 21:53:28.831 INFO kablam! warning: unused macro definition Oct 15 21:53:28.831 INFO kablam! --> src/error.rs:5:1 Oct 15 21:53:28.831 INFO kablam! | Oct 15 21:53:28.831 INFO kablam! 5 | / macro_rules! stderr { Oct 15 21:53:28.831 INFO kablam! 6 | | ( $( $msg:tt )* ) => {{ Oct 15 21:53:28.832 INFO kablam! 7 | | writeln!(io::stderr(), $($msg)*).unwrap(); Oct 15 21:53:28.832 INFO kablam! 8 | | }} Oct 15 21:53:28.832 INFO kablam! 9 | | } Oct 15 21:53:28.832 INFO kablam! | |_^ Oct 15 21:53:28.832 INFO kablam! | Oct 15 21:53:28.832 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 21:53:28.832 INFO kablam! Oct 15 21:53:30.190 INFO kablam! warning: unused `#[macro_use]` import Oct 15 21:53:30.190 INFO kablam! --> src/main.rs:4:1 Oct 15 21:53:30.190 INFO kablam! | Oct 15 21:53:30.190 INFO kablam! 4 | #[macro_use] Oct 15 21:53:30.190 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:53:30.190 INFO kablam! | Oct 15 21:53:30.190 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:53:30.190 INFO kablam! Oct 15 21:53:31.447 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 3.11s Oct 15 21:53:31.451 INFO kablam! su: No module specific data is present Oct 15 21:53:32.835 INFO running `"docker" "rm" "-f" "69358f13bdcc699f719a3879e4b539b92a336ee031a63f6fe52a0d23b6ab6d10"` Oct 15 21:53:33.093 INFO blam! 69358f13bdcc699f719a3879e4b539b92a336ee031a63f6fe52a0d23b6ab6d10 Oct 15 21:53:33.107 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:53:33.547 INFO blam! e02b5f4b64276b2c15cd2fa0fc4a30c450bdfe9ff233c6c7a99825f791342f7a Oct 15 21:53:33.559 INFO running `"docker" "start" "-a" "e02b5f4b64276b2c15cd2fa0fc4a30c450bdfe9ff233c6c7a99825f791342f7a"` Oct 15 21:53:34.709 INFO kablam! usermod: no changes Oct 15 21:53:34.743 INFO kablam! Compiling rlq v0.1.0 (/source) Oct 15 21:53:35.419 INFO kablam! warning: unused macro definition Oct 15 21:53:35.419 INFO kablam! --> src/error.rs:5:1 Oct 15 21:53:35.419 INFO kablam! | Oct 15 21:53:35.419 INFO kablam! 5 | / macro_rules! stderr { Oct 15 21:53:35.419 INFO kablam! 6 | | ( $( $msg:tt )* ) => {{ Oct 15 21:53:35.419 INFO kablam! 7 | | writeln!(io::stderr(), $($msg)*).unwrap(); Oct 15 21:53:35.419 INFO kablam! 8 | | }} Oct 15 21:53:35.419 INFO kablam! 9 | | } Oct 15 21:53:35.419 INFO kablam! | |_^ Oct 15 21:53:35.419 INFO kablam! | Oct 15 21:53:35.419 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 21:53:35.419 INFO kablam! Oct 15 21:53:35.567 INFO kablam! warning: unused `#[macro_use]` import Oct 15 21:53:35.567 INFO kablam! --> src/main.rs:4:1 Oct 15 21:53:35.567 INFO kablam! | Oct 15 21:53:35.567 INFO kablam! 4 | #[macro_use] Oct 15 21:53:35.567 INFO kablam! | ^^^^^^^^^^^^ Oct 15 21:53:35.567 INFO kablam! | Oct 15 21:53:35.567 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 15 21:53:35.567 INFO kablam! Oct 15 21:53:36.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.54s Oct 15 21:53:36.271 INFO kablam! su: No module specific data is present Oct 15 21:53:36.899 INFO running `"docker" "rm" "-f" "e02b5f4b64276b2c15cd2fa0fc4a30c450bdfe9ff233c6c7a99825f791342f7a"` Oct 15 21:53:37.195 INFO blam! e02b5f4b64276b2c15cd2fa0fc4a30c450bdfe9ff233c6c7a99825f791342f7a Oct 15 21:53:37.198 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-1/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 21:53:37.572 INFO blam! 0c8c8453f24463b9b54bd955046718ea976292597eed0dfb82bffbd38a6cf1ad Oct 15 21:53:37.579 INFO running `"docker" "start" "-a" "0c8c8453f24463b9b54bd955046718ea976292597eed0dfb82bffbd38a6cf1ad"` Oct 15 21:53:38.463 INFO kablam! usermod: no changes Oct 15 21:53:38.491 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 15 21:53:38.504 INFO kablam! Running /target/debug/deps/rlq-4cd7951c4a3e86e5 Oct 15 21:53:38.506 INFO blam! Oct 15 21:53:38.506 INFO blam! running 1 test Oct 15 21:53:38.509 INFO blam! test ltsv::test::test_parse_head ... ok Oct 15 21:53:38.509 INFO blam! Oct 15 21:53:38.510 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:53:38.510 INFO blam! Oct 15 21:53:38.514 INFO blam! Oct 15 21:53:38.514 INFO kablam! Running /target/debug/deps/rlq-dae73a603e466b8f Oct 15 21:53:38.514 INFO blam! running 0 tests Oct 15 21:53:38.514 INFO kablam! Doc-tests rlq Oct 15 21:53:38.514 INFO blam! Oct 15 21:53:38.514 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:53:38.514 INFO blam! Oct 15 21:53:39.236 INFO blam! Oct 15 21:53:39.236 INFO blam! running 0 tests Oct 15 21:53:39.236 INFO blam! Oct 15 21:53:39.236 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 21:53:39.236 INFO blam! Oct 15 21:53:39.243 INFO kablam! su: No module specific data is present Oct 15 21:53:39.789 INFO running `"docker" "rm" "-f" "0c8c8453f24463b9b54bd955046718ea976292597eed0dfb82bffbd38a6cf1ad"` Oct 15 21:53:39.925 INFO blam! 0c8c8453f24463b9b54bd955046718ea976292597eed0dfb82bffbd38a6cf1ad