Oct 15 22:35:18.048 INFO testing rdb-0.2.1 against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 15 22:35:18.050 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 22:35:18.663 INFO blam! 722cb785a241b5f26da2c8f455fe036b8abbae8eedcdbff2e8737e51c8dab473 Oct 15 22:35:18.666 INFO running `"docker" "start" "-a" "722cb785a241b5f26da2c8f455fe036b8abbae8eedcdbff2e8737e51c8dab473"` Oct 15 22:35:19.891 INFO kablam! usermod: no changes Oct 15 22:35:20.027 INFO kablam! Compiling lzf v0.3.1 Oct 15 22:35:20.991 INFO kablam! Compiling rdb v0.2.1 (/source) Oct 15 22:35:22.045 INFO kablam! warning: unused macro definition Oct 15 22:35:22.045 INFO kablam! --> src/macros.rs:3:1 Oct 15 22:35:22.045 INFO kablam! | Oct 15 22:35:22.045 INFO kablam! 3 | / macro_rules! ensure { Oct 15 22:35:22.045 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Oct 15 22:35:22.045 INFO kablam! 5 | | if !($expr) { return $err_result; } Oct 15 22:35:22.045 INFO kablam! 6 | | ) Oct 15 22:35:22.045 INFO kablam! 7 | | } Oct 15 22:35:22.045 INFO kablam! | |_^ Oct 15 22:35:22.045 INFO kablam! | Oct 15 22:35:22.045 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 22:35:22.045 INFO kablam! Oct 15 22:35:22.045 INFO kablam! warning: unused macro definition Oct 15 22:35:22.045 INFO kablam! --> src/macros.rs:9:1 Oct 15 22:35:22.045 INFO kablam! | Oct 15 22:35:22.045 INFO kablam! 9 | / macro_rules! fail { Oct 15 22:35:22.045 INFO kablam! 10 | | ($expr:expr) => ( Oct 15 22:35:22.045 INFO kablam! 11 | | return Err(::std::error::FromError::from_error($expr)); Oct 15 22:35:22.045 INFO kablam! 12 | | ) Oct 15 22:35:22.045 INFO kablam! 13 | | } Oct 15 22:35:22.045 INFO kablam! | |_^ Oct 15 22:35:22.045 INFO kablam! Oct 15 22:35:22.045 INFO kablam! warning: unused macro definition Oct 15 22:35:22.045 INFO kablam! --> src/macros.rs:15:1 Oct 15 22:35:22.045 INFO kablam! | Oct 15 22:35:22.045 INFO kablam! 15 | / macro_rules! unwrap_or { Oct 15 22:35:22.045 INFO kablam! 16 | | ($expr:expr, $or:expr) => ( Oct 15 22:35:22.045 INFO kablam! 17 | | match $expr { Oct 15 22:35:22.045 INFO kablam! 18 | | Some(x) => x, Oct 15 22:35:22.045 INFO kablam! ... | Oct 15 22:35:22.045 INFO kablam! 21 | | ) Oct 15 22:35:22.045 INFO kablam! 22 | | } Oct 15 22:35:22.045 INFO kablam! | |_^ Oct 15 22:35:22.045 INFO kablam! Oct 15 22:35:22.045 INFO kablam! warning: unused macro definition Oct 15 22:35:22.045 INFO kablam! --> src/macros.rs:32:1 Oct 15 22:35:22.045 INFO kablam! | Oct 15 22:35:22.045 INFO kablam! 32 | / macro_rules! try_or_ok { Oct 15 22:35:22.045 INFO kablam! 33 | | ($expr:expr) => (match $expr { Oct 15 22:35:22.045 INFO kablam! 34 | | Ok(_) => Ok(()), Oct 15 22:35:22.045 INFO kablam! 35 | | e => e Oct 15 22:35:22.045 INFO kablam! 36 | | }) Oct 15 22:35:22.045 INFO kablam! 37 | | } Oct 15 22:35:22.045 INFO kablam! | |_^ Oct 15 22:35:22.045 INFO kablam! Oct 15 22:35:22.046 INFO kablam! warning: unused macro definition Oct 15 22:35:22.046 INFO kablam! --> src/macros.rs:39:1 Oct 15 22:35:22.046 INFO kablam! | Oct 15 22:35:22.046 INFO kablam! 39 | / macro_rules! unpack_ziplist_entry { Oct 15 22:35:22.046 INFO kablam! 40 | | ($data:expr) => ({ Oct 15 22:35:22.046 INFO kablam! 41 | | let entry = try!($data); Oct 15 22:35:22.046 INFO kablam! 42 | | match entry { Oct 15 22:35:22.046 INFO kablam! ... | Oct 15 22:35:22.046 INFO kablam! 46 | | }) Oct 15 22:35:22.046 INFO kablam! 47 | | } Oct 15 22:35:22.046 INFO kablam! | |_^ Oct 15 22:35:22.046 INFO kablam! Oct 15 22:35:27.267 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 7.34s Oct 15 22:35:27.272 INFO kablam! su: No module specific data is present Oct 15 22:35:28.047 INFO running `"docker" "rm" "-f" "722cb785a241b5f26da2c8f455fe036b8abbae8eedcdbff2e8737e51c8dab473"` Oct 15 22:35:28.339 INFO blam! 722cb785a241b5f26da2c8f455fe036b8abbae8eedcdbff2e8737e51c8dab473 Oct 15 22:35:28.351 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 22:35:28.895 INFO blam! 0731a3bdba085e14e900f571fc7276db3c1602d642d14ee991886d92ceb81a07 Oct 15 22:35:28.903 INFO running `"docker" "start" "-a" "0731a3bdba085e14e900f571fc7276db3c1602d642d14ee991886d92ceb81a07"` Oct 15 22:35:30.234 INFO kablam! usermod: no changes Oct 15 22:35:30.355 INFO kablam! Compiling rdb v0.2.1 (/source) Oct 15 22:35:32.342 INFO kablam! warning: unused macro definition Oct 15 22:35:32.342 INFO kablam! --> src/macros.rs:3:1 Oct 15 22:35:32.343 INFO kablam! | Oct 15 22:35:32.343 INFO kablam! 3 | / macro_rules! ensure { Oct 15 22:35:32.343 INFO kablam! 4 | | ($expr:expr, $err_result:expr) => ( Oct 15 22:35:32.344 INFO kablam! 5 | | if !($expr) { return $err_result; } Oct 15 22:35:32.344 INFO kablam! 6 | | ) Oct 15 22:35:32.344 INFO kablam! 7 | | } Oct 15 22:35:32.345 INFO kablam! | |_^ Oct 15 22:35:32.345 INFO kablam! | Oct 15 22:35:32.345 INFO kablam! = note: #[warn(unused_macros)] on by default Oct 15 22:35:32.345 INFO kablam! Oct 15 22:35:32.346 INFO kablam! warning: unused macro definition Oct 15 22:35:32.346 INFO kablam! --> src/macros.rs:9:1 Oct 15 22:35:32.346 INFO kablam! | Oct 15 22:35:32.347 INFO kablam! 9 | / macro_rules! fail { Oct 15 22:35:32.347 INFO kablam! 10 | | ($expr:expr) => ( Oct 15 22:35:32.347 INFO kablam! 11 | | return Err(::std::error::FromError::from_error($expr)); Oct 15 22:35:32.347 INFO kablam! 12 | | ) Oct 15 22:35:32.348 INFO kablam! 13 | | } Oct 15 22:35:32.348 INFO kablam! | |_^ Oct 15 22:35:32.348 INFO kablam! Oct 15 22:35:32.348 INFO kablam! warning: unused macro definition Oct 15 22:35:32.349 INFO kablam! --> src/macros.rs:15:1 Oct 15 22:35:32.349 INFO kablam! | Oct 15 22:35:32.349 INFO kablam! 15 | / macro_rules! unwrap_or { Oct 15 22:35:32.350 INFO kablam! 16 | | ($expr:expr, $or:expr) => ( Oct 15 22:35:32.350 INFO kablam! 17 | | match $expr { Oct 15 22:35:32.350 INFO kablam! 18 | | Some(x) => x, Oct 15 22:35:32.350 INFO kablam! ... | Oct 15 22:35:32.351 INFO kablam! 21 | | ) Oct 15 22:35:32.351 INFO kablam! 22 | | } Oct 15 22:35:32.351 INFO kablam! | |_^ Oct 15 22:35:32.352 INFO kablam! Oct 15 22:35:32.352 INFO kablam! warning: unused macro definition Oct 15 22:35:32.352 INFO kablam! --> src/macros.rs:32:1 Oct 15 22:35:32.353 INFO kablam! | Oct 15 22:35:32.353 INFO kablam! 32 | / macro_rules! try_or_ok { Oct 15 22:35:32.353 INFO kablam! 33 | | ($expr:expr) => (match $expr { Oct 15 22:35:32.353 INFO kablam! 34 | | Ok(_) => Ok(()), Oct 15 22:35:32.354 INFO kablam! 35 | | e => e Oct 15 22:35:32.354 INFO kablam! 36 | | }) Oct 15 22:35:32.354 INFO kablam! 37 | | } Oct 15 22:35:32.354 INFO kablam! | |_^ Oct 15 22:35:32.354 INFO kablam! Oct 15 22:35:32.354 INFO kablam! warning: unused macro definition Oct 15 22:35:32.354 INFO kablam! --> src/macros.rs:39:1 Oct 15 22:35:32.354 INFO kablam! | Oct 15 22:35:32.354 INFO kablam! 39 | / macro_rules! unpack_ziplist_entry { Oct 15 22:35:32.354 INFO kablam! 40 | | ($data:expr) => ({ Oct 15 22:35:32.354 INFO kablam! 41 | | let entry = try!($data); Oct 15 22:35:32.354 INFO kablam! 42 | | match entry { Oct 15 22:35:32.354 INFO kablam! ... | Oct 15 22:35:32.354 INFO kablam! 46 | | }) Oct 15 22:35:32.354 INFO kablam! 47 | | } Oct 15 22:35:32.354 INFO kablam! | |_^ Oct 15 22:35:32.354 INFO kablam! Oct 15 22:35:34.967 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.69s Oct 15 22:35:34.971 INFO kablam! su: No module specific data is present Oct 15 22:35:35.755 INFO running `"docker" "rm" "-f" "0731a3bdba085e14e900f571fc7276db3c1602d642d14ee991886d92ceb81a07"` Oct 15 22:35:36.155 INFO blam! 0731a3bdba085e14e900f571fc7276db3c1602d642d14ee991886d92ceb81a07 Oct 15 22:35:36.161 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-5/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-5/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 22:35:36.574 INFO blam! 76cf9ef93574f0a63fe1a87904b10d3f9742d54d8244a4383f5d44842ee41f94 Oct 15 22:35:36.575 INFO running `"docker" "start" "-a" "76cf9ef93574f0a63fe1a87904b10d3f9742d54d8244a4383f5d44842ee41f94"` Oct 15 22:35:37.651 INFO kablam! usermod: no changes Oct 15 22:35:37.755 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.06s Oct 15 22:35:37.767 INFO kablam! Running /target/debug/deps/rdb-cb9d7a8e79cd66ab Oct 15 22:35:37.783 INFO blam! Oct 15 22:35:37.783 INFO blam! running 0 tests Oct 15 22:35:37.784 INFO blam! Oct 15 22:35:37.784 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:35:37.784 INFO kablam! Running /target/debug/deps/rdb-7b385a32635c674b Oct 15 22:35:37.785 INFO blam! Oct 15 22:35:37.785 INFO blam! Oct 15 22:35:37.785 INFO blam! running 0 tests Oct 15 22:35:37.786 INFO blam! Oct 15 22:35:37.786 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:35:37.786 INFO blam! Oct 15 22:35:37.791 INFO kablam! Running /target/debug/deps/lib-54ef8301f42583e3 Oct 15 22:35:37.792 INFO blam! Oct 15 22:35:37.792 INFO blam! running 4 tests Oct 15 22:35:37.792 INFO blam! test test_verify_magic ... ok Oct 15 22:35:37.792 INFO blam! test test_read_length ... ok Oct 15 22:35:37.792 INFO blam! test test_read_blob ... ok Oct 15 22:35:37.792 INFO blam! test test_verify_version ... ok Oct 15 22:35:37.792 INFO blam! Oct 15 22:35:37.792 INFO blam! test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:35:37.792 INFO blam! Oct 15 22:35:37.798 INFO kablam! Doc-tests rdb Oct 15 22:35:39.375 INFO blam! Oct 15 22:35:39.376 INFO blam! running 1 test Oct 15 22:35:41.211 INFO blam! test src/lib.rs - (line 23) ... ok Oct 15 22:35:41.211 INFO blam! Oct 15 22:35:41.211 INFO blam! test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 15 22:35:41.211 INFO blam! Oct 15 22:35:41.227 INFO kablam! su: No module specific data is present Oct 15 22:35:42.047 INFO running `"docker" "rm" "-f" "76cf9ef93574f0a63fe1a87904b10d3f9742d54d8244a4383f5d44842ee41f94"` Oct 15 22:35:42.365 INFO blam! 76cf9ef93574f0a63fe1a87904b10d3f9742d54d8244a4383f5d44842ee41f94