Oct 13 06:01:42.875 INFO testing nacmartin/bergamot against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 13 06:01:42.875 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 13 06:01:43.145 INFO blam! c176370a3bf8628fc6722b07043f8059213403e32158c4409658fde5d6a118b9 Oct 13 06:01:43.149 INFO running `"docker" "start" "-a" "c176370a3bf8628fc6722b07043f8059213403e32158c4409658fde5d6a118b9"` Oct 13 06:01:44.067 INFO kablam! usermod: no changes Oct 13 06:01:44.115 INFO kablam! Compiling bergamot v0.1.0 (/source) Oct 13 06:01:44.356 INFO kablam! warning: unused import: `std::mem::size_of` Oct 13 06:01:44.356 INFO kablam! --> src/item.rs:2:5 Oct 13 06:01:44.356 INFO kablam! | Oct 13 06:01:44.356 INFO kablam! 2 | use std::mem::size_of; Oct 13 06:01:44.356 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:01:44.356 INFO kablam! | Oct 13 06:01:44.356 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:01:44.356 INFO kablam! Oct 13 06:01:44.385 INFO kablam! warning: struct is never constructed: `Index` Oct 13 06:01:44.385 INFO kablam! --> src/index.rs:1:1 Oct 13 06:01:44.385 INFO kablam! | Oct 13 06:01:44.386 INFO kablam! 1 | pub struct Index { Oct 13 06:01:44.386 INFO kablam! | ^^^^^^^^^^^^^^^^ Oct 13 06:01:44.387 INFO kablam! | Oct 13 06:01:44.387 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:01:44.387 INFO kablam! Oct 13 06:01:44.388 INFO kablam! warning: method is never used: `new` Oct 13 06:01:44.388 INFO kablam! --> src/index.rs:6:3 Oct 13 06:01:44.388 INFO kablam! | Oct 13 06:01:44.389 INFO kablam! 6 | pub fn new(property: String) -> Index { Oct 13 06:01:44.389 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:44.389 INFO kablam! Oct 13 06:01:44.390 INFO kablam! warning: field is never used: `id` Oct 13 06:01:44.390 INFO kablam! --> src/item.rs:5:3 Oct 13 06:01:44.390 INFO kablam! | Oct 13 06:01:44.390 INFO kablam! 5 | id: u32, Oct 13 06:01:44.390 INFO kablam! | ^^^^^^^ Oct 13 06:01:44.390 INFO kablam! Oct 13 06:01:44.391 INFO kablam! warning: variant is never constructed: `Boolean` Oct 13 06:01:44.391 INFO kablam! --> src/item.rs:27:3 Oct 13 06:01:44.391 INFO kablam! | Oct 13 06:01:44.391 INFO kablam! 27 | Boolean, Oct 13 06:01:44.391 INFO kablam! | ^^^^^^^ Oct 13 06:01:44.391 INFO kablam! Oct 13 06:01:44.391 INFO kablam! warning: variant is never constructed: `Text` Oct 13 06:01:44.391 INFO kablam! --> src/item.rs:28:3 Oct 13 06:01:44.392 INFO kablam! | Oct 13 06:01:44.392 INFO kablam! 28 | Text, Oct 13 06:01:44.392 INFO kablam! | ^^^^ Oct 13 06:01:44.392 INFO kablam! Oct 13 06:01:44.392 INFO kablam! warning: variant is never constructed: `Integer` Oct 13 06:01:44.392 INFO kablam! --> src/item.rs:29:3 Oct 13 06:01:44.392 INFO kablam! | Oct 13 06:01:44.392 INFO kablam! 29 | Integer, Oct 13 06:01:44.392 INFO kablam! | ^^^^^^^ Oct 13 06:01:44.393 INFO kablam! Oct 13 06:01:44.393 INFO kablam! warning: field is never used: `data_type` Oct 13 06:01:44.393 INFO kablam! --> src/item.rs:35:3 Oct 13 06:01:44.393 INFO kablam! | Oct 13 06:01:44.393 INFO kablam! 35 | data_type: Type, Oct 13 06:01:44.393 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:01:44.395 INFO kablam! Oct 13 06:01:44.395 INFO kablam! warning: function is never used: `u32_to_bytes` Oct 13 06:01:44.395 INFO kablam! --> src/item.rs:92:1 Oct 13 06:01:44.395 INFO kablam! | Oct 13 06:01:44.395 INFO kablam! 92 | fn u32_to_bytes(wat: u32) -> [u8; 4] { Oct 13 06:01:44.395 INFO kablam! | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ Oct 13 06:01:44.395 INFO kablam! Oct 13 06:01:45.432 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.34s Oct 13 06:01:45.434 INFO kablam! su: No module specific data is present Oct 13 06:01:45.956 INFO running `"docker" "rm" "-f" "c176370a3bf8628fc6722b07043f8059213403e32158c4409658fde5d6a118b9"` Oct 13 06:01:46.199 INFO blam! c176370a3bf8628fc6722b07043f8059213403e32158c4409658fde5d6a118b9 Oct 13 06:01:46.201 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 13 06:01:46.632 INFO blam! 9054927cf4c5cd86278136b11d06b3964eb7bf2005450850636ab060a6488a52 Oct 13 06:01:46.635 INFO running `"docker" "start" "-a" "9054927cf4c5cd86278136b11d06b3964eb7bf2005450850636ab060a6488a52"` Oct 13 06:01:47.510 INFO kablam! usermod: no changes Oct 13 06:01:47.607 INFO kablam! Compiling bergamot v0.1.0 (/source) Oct 13 06:01:47.987 INFO kablam! warning: unused import: `std::mem::size_of` Oct 13 06:01:47.987 INFO kablam! --> src/item.rs:2:5 Oct 13 06:01:47.987 INFO kablam! | Oct 13 06:01:47.987 INFO kablam! 2 | use std::mem::size_of; Oct 13 06:01:47.987 INFO kablam! | ^^^^^^^^^^^^^^^^^ Oct 13 06:01:47.987 INFO kablam! | Oct 13 06:01:47.987 INFO kablam! = note: #[warn(unused_imports)] on by default Oct 13 06:01:47.987 INFO kablam! Oct 13 06:01:48.135 INFO kablam! warning: field is never used: `id` Oct 13 06:01:48.135 INFO kablam! --> src/item.rs:5:3 Oct 13 06:01:48.135 INFO kablam! | Oct 13 06:01:48.135 INFO kablam! 5 | id: u32, Oct 13 06:01:48.135 INFO kablam! | ^^^^^^^ Oct 13 06:01:48.135 INFO kablam! | Oct 13 06:01:48.135 INFO kablam! = note: #[warn(dead_code)] on by default Oct 13 06:01:48.135 INFO kablam! Oct 13 06:01:48.135 INFO kablam! warning: field is never used: `data_type` Oct 13 06:01:48.135 INFO kablam! --> src/item.rs:35:3 Oct 13 06:01:48.135 INFO kablam! | Oct 13 06:01:48.135 INFO kablam! 35 | data_type: Type, Oct 13 06:01:48.135 INFO kablam! | ^^^^^^^^^^^^^^^ Oct 13 06:01:48.135 INFO kablam! Oct 13 06:01:49.160 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1.61s Oct 13 06:01:49.163 INFO kablam! su: No module specific data is present Oct 13 06:01:49.771 INFO running `"docker" "rm" "-f" "9054927cf4c5cd86278136b11d06b3964eb7bf2005450850636ab060a6488a52"` Oct 13 06:01:49.979 INFO blam! 9054927cf4c5cd86278136b11d06b3964eb7bf2005450850636ab060a6488a52 Oct 13 06:01:49.984 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 13 06:01:50.336 INFO blam! b201add757333f972af94b1533ec78c72f1d46d536fd3cf70988abe962914877 Oct 13 06:01:50.340 INFO running `"docker" "start" "-a" "b201add757333f972af94b1533ec78c72f1d46d536fd3cf70988abe962914877"` Oct 13 06:01:51.451 INFO kablam! usermod: no changes Oct 13 06:01:51.483 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.01s Oct 13 06:01:51.483 INFO kablam! Running /target/debug/deps/bergamot-886d60ae673b82a6 Oct 13 06:01:51.495 INFO blam! Oct 13 06:01:51.495 INFO blam! running 7 tests Oct 13 06:01:51.495 INFO blam! test item::tests::can_add_integer ... ok Oct 13 06:01:51.499 INFO blam! test tests::can_build ... ok Oct 13 06:01:51.499 INFO kablam! Running /target/debug/deps/bergamot-2c85dbbfad430d71 Oct 13 06:01:51.499 INFO blam! test item::tests::can_add_text ... ok Oct 13 06:01:51.499 INFO blam! test item::tests::can_build ... ok Oct 13 06:01:51.499 INFO blam! test tests::can_add ... ok Oct 13 06:01:51.499 INFO blam! test item::tests::can_add_boolean ... ok Oct 13 06:01:51.499 INFO blam! test index::tests::can_build ... ok Oct 13 06:01:51.499 INFO blam! Oct 13 06:01:51.499 INFO blam! test result: ok. 7 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:01:51.499 INFO blam! Oct 13 06:01:51.503 INFO blam! Oct 13 06:01:51.503 INFO blam! running 0 tests Oct 13 06:01:51.503 INFO blam! Oct 13 06:01:51.503 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:01:51.503 INFO blam! Oct 13 06:01:51.508 INFO kablam! Doc-tests bergamot Oct 13 06:01:51.923 INFO blam! Oct 13 06:01:51.923 INFO blam! running 0 tests Oct 13 06:01:51.923 INFO blam! Oct 13 06:01:51.923 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 13 06:01:51.923 INFO blam! Oct 13 06:01:51.931 INFO kablam! su: No module specific data is present Oct 13 06:01:52.331 INFO running `"docker" "rm" "-f" "b201add757333f972af94b1533ec78c72f1d46d536fd3cf70988abe962914877"` Oct 13 06:01:52.636 INFO blam! b201add757333f972af94b1533ec78c72f1d46d536fd3cf70988abe962914877