Oct 15 19:06:32.166 INFO testing set_slice-0.3.0 against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 15 19:06:32.168 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 19:06:32.681 INFO blam! 8196f2e6b9dbaae72232616fd71a7a7f6f170bd0ec0632e35e237203914ae64d Oct 15 19:06:32.683 INFO running `"docker" "start" "-a" "8196f2e6b9dbaae72232616fd71a7a7f6f170bd0ec0632e35e237203914ae64d"` Oct 15 19:06:34.452 INFO kablam! usermod: no changes Oct 15 19:06:34.508 INFO kablam! Compiling set_slice v0.3.0 (/source) Oct 15 19:06:34.682 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.20s Oct 15 19:06:34.687 INFO kablam! su: No module specific data is present Oct 15 19:06:35.288 INFO running `"docker" "rm" "-f" "8196f2e6b9dbaae72232616fd71a7a7f6f170bd0ec0632e35e237203914ae64d"` Oct 15 19:06:35.501 INFO blam! 8196f2e6b9dbaae72232616fd71a7a7f6f170bd0ec0632e35e237203914ae64d Oct 15 19:06:35.507 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/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 +40d4795669493f1965de7c44029c69552134fe1f-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 19:06:35.932 INFO blam! e7cc26a37a08b89b571166ef6b668c86ec0d1b99f408d46b9ee10d6d7a7e2def Oct 15 19:06:35.934 INFO running `"docker" "start" "-a" "e7cc26a37a08b89b571166ef6b668c86ec0d1b99f408d46b9ee10d6d7a7e2def"` Oct 15 19:06:37.115 INFO kablam! usermod: no changes Oct 15 19:06:37.171 INFO kablam! Compiling set_slice v0.3.0 (/source) Oct 15 19:06:37.744 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! --> src/lib.rs:123:13 Oct 15 19:06:37.744 INFO kablam! | Oct 15 19:06:37.744 INFO kablam! 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); Oct 15 19:06:37.744 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! ... Oct 15 19:06:37.744 INFO kablam! 294 | / set_slice! { Oct 15 19:06:37.744 INFO kablam! 295 | | v[0..1] = value; Oct 15 19:06:37.744 INFO kablam! 296 | | v[1..3] = move array; Oct 15 19:06:37.744 INFO kablam! 297 | | v[3..] = move vec; Oct 15 19:06:37.744 INFO kablam! 298 | | } Oct 15 19:06:37.744 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.744 INFO kablam! Oct 15 19:06:37.744 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! --> src/lib.rs:123:13 Oct 15 19:06:37.744 INFO kablam! | Oct 15 19:06:37.744 INFO kablam! 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); Oct 15 19:06:37.744 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! ... Oct 15 19:06:37.744 INFO kablam! 294 | / set_slice! { Oct 15 19:06:37.744 INFO kablam! 295 | | v[0..1] = value; Oct 15 19:06:37.744 INFO kablam! 296 | | v[1..3] = move array; Oct 15 19:06:37.744 INFO kablam! 297 | | v[3..] = move vec; Oct 15 19:06:37.744 INFO kablam! 298 | | } Oct 15 19:06:37.744 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.744 INFO kablam! Oct 15 19:06:37.744 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! --> src/lib.rs:123:13 Oct 15 19:06:37.744 INFO kablam! | Oct 15 19:06:37.744 INFO kablam! 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); Oct 15 19:06:37.744 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! ... Oct 15 19:06:37.744 INFO kablam! 294 | / set_slice! { Oct 15 19:06:37.744 INFO kablam! 295 | | v[0..1] = value; Oct 15 19:06:37.744 INFO kablam! 296 | | v[1..3] = move array; Oct 15 19:06:37.744 INFO kablam! 297 | | v[3..] = move vec; Oct 15 19:06:37.744 INFO kablam! 298 | | } Oct 15 19:06:37.744 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.744 INFO kablam! Oct 15 19:06:37.744 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! --> src/lib.rs:123:13 Oct 15 19:06:37.744 INFO kablam! | Oct 15 19:06:37.744 INFO kablam! 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); Oct 15 19:06:37.744 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! ... Oct 15 19:06:37.744 INFO kablam! 308 | / set_slice! { Oct 15 19:06:37.744 INFO kablam! 309 | | v[..] = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9; Oct 15 19:06:37.744 INFO kablam! 310 | | } Oct 15 19:06:37.744 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.744 INFO kablam! Oct 15 19:06:37.744 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! --> src/lib.rs:123:13 Oct 15 19:06:37.744 INFO kablam! | Oct 15 19:06:37.744 INFO kablam! 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); Oct 15 19:06:37.744 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! ... Oct 15 19:06:37.744 INFO kablam! 316 | / set_slice! { Oct 15 19:06:37.744 INFO kablam! 317 | | v = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9; Oct 15 19:06:37.744 INFO kablam! 318 | | } Oct 15 19:06:37.744 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.744 INFO kablam! Oct 15 19:06:37.744 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! --> src/lib.rs:136:9 Oct 15 19:06:37.744 INFO kablam! | Oct 15 19:06:37.744 INFO kablam! 136 | assert_eq!(il, sl, "ln({}) input length invalid: {}, expected: {}", LINE, il, sl); Oct 15 19:06:37.744 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.744 INFO kablam! ... Oct 15 19:06:37.744 INFO kablam! 330 | / set_slice! { Oct 15 19:06:37.744 INFO kablam! 331 | | v[1..=2] = copy &[5, 3]; Oct 15 19:06:37.744 INFO kablam! 332 | | v[3..6] = copy &values; Oct 15 19:06:37.744 INFO kablam! 333 | | v[..2] = copy &array; Oct 15 19:06:37.744 INFO kablam! 334 | | v[6..] = copy &deref; Oct 15 19:06:37.744 INFO kablam! 335 | | } Oct 15 19:06:37.744 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.744 INFO kablam! Oct 15 19:06:37.753 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.753 INFO kablam! --> src/lib.rs:136:9 Oct 15 19:06:37.753 INFO kablam! | Oct 15 19:06:37.753 INFO kablam! 136 | assert_eq!(il, sl, "ln({}) input length invalid: {}, expected: {}", LINE, il, sl); Oct 15 19:06:37.753 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.753 INFO kablam! ... Oct 15 19:06:37.753 INFO kablam! 330 | / set_slice! { Oct 15 19:06:37.753 INFO kablam! 331 | | v[1..=2] = copy &[5, 3]; Oct 15 19:06:37.753 INFO kablam! 332 | | v[3..6] = copy &values; Oct 15 19:06:37.753 INFO kablam! 333 | | v[..2] = copy &array; Oct 15 19:06:37.753 INFO kablam! 334 | | v[6..] = copy &deref; Oct 15 19:06:37.753 INFO kablam! 335 | | } Oct 15 19:06:37.753 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.753 INFO kablam! Oct 15 19:06:37.753 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.753 INFO kablam! --> src/lib.rs:136:9 Oct 15 19:06:37.753 INFO kablam! | Oct 15 19:06:37.753 INFO kablam! 136 | assert_eq!(il, sl, "ln({}) input length invalid: {}, expected: {}", LINE, il, sl); Oct 15 19:06:37.753 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.753 INFO kablam! ... Oct 15 19:06:37.753 INFO kablam! 330 | / set_slice! { Oct 15 19:06:37.753 INFO kablam! 331 | | v[1..=2] = copy &[5, 3]; Oct 15 19:06:37.753 INFO kablam! 332 | | v[3..6] = copy &values; Oct 15 19:06:37.753 INFO kablam! 333 | | v[..2] = copy &array; Oct 15 19:06:37.753 INFO kablam! 334 | | v[6..] = copy &deref; Oct 15 19:06:37.753 INFO kablam! 335 | | } Oct 15 19:06:37.753 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.753 INFO kablam! Oct 15 19:06:37.753 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.753 INFO kablam! --> src/lib.rs:136:9 Oct 15 19:06:37.753 INFO kablam! | Oct 15 19:06:37.753 INFO kablam! 136 | assert_eq!(il, sl, "ln({}) input length invalid: {}, expected: {}", LINE, il, sl); Oct 15 19:06:37.753 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.753 INFO kablam! ... Oct 15 19:06:37.753 INFO kablam! 330 | / set_slice! { Oct 15 19:06:37.753 INFO kablam! 331 | | v[1..=2] = copy &[5, 3]; Oct 15 19:06:37.753 INFO kablam! 332 | | v[3..6] = copy &values; Oct 15 19:06:37.753 INFO kablam! 333 | | v[..2] = copy &array; Oct 15 19:06:37.753 INFO kablam! 334 | | v[6..] = copy &deref; Oct 15 19:06:37.753 INFO kablam! 335 | | } Oct 15 19:06:37.753 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.753 INFO kablam! Oct 15 19:06:37.753 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.754 INFO kablam! --> src/lib.rs:147:13 Oct 15 19:06:37.754 INFO kablam! | Oct 15 19:06:37.754 INFO kablam! 147 | assert_eq!(sl, $size, "line {}: slice length ({}) is invalid, excepted: {}", LINE, sl, $size); Oct 15 19:06:37.754 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.754 INFO kablam! ... Oct 15 19:06:37.754 INFO kablam! 350 | / set_slice! { Oct 15 19:06:37.754 INFO kablam! 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; Oct 15 19:06:37.754 INFO kablam! 352 | | unsafe v[3..6]: (3) = ref &values; Oct 15 19:06:37.754 INFO kablam! 353 | | unsafe v[..2]: (2) = ref &array; Oct 15 19:06:37.754 INFO kablam! 354 | | unsafe v[6..]: (2) = ref &deref; Oct 15 19:06:37.754 INFO kablam! 355 | | } Oct 15 19:06:37.754 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.754 INFO kablam! Oct 15 19:06:37.760 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.760 INFO kablam! --> src/lib.rs:148:13 Oct 15 19:06:37.760 INFO kablam! | Oct 15 19:06:37.760 INFO kablam! 148 | assert_eq!(vl, $size, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, $size); Oct 15 19:06:37.760 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.760 INFO kablam! ... Oct 15 19:06:37.760 INFO kablam! 350 | / set_slice! { Oct 15 19:06:37.760 INFO kablam! 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; Oct 15 19:06:37.760 INFO kablam! 352 | | unsafe v[3..6]: (3) = ref &values; Oct 15 19:06:37.760 INFO kablam! 353 | | unsafe v[..2]: (2) = ref &array; Oct 15 19:06:37.760 INFO kablam! 354 | | unsafe v[6..]: (2) = ref &deref; Oct 15 19:06:37.760 INFO kablam! 355 | | } Oct 15 19:06:37.760 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.760 INFO kablam! Oct 15 19:06:37.760 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.760 INFO kablam! --> src/lib.rs:147:13 Oct 15 19:06:37.760 INFO kablam! | Oct 15 19:06:37.760 INFO kablam! 147 | assert_eq!(sl, $size, "line {}: slice length ({}) is invalid, excepted: {}", LINE, sl, $size); Oct 15 19:06:37.760 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.760 INFO kablam! ... Oct 15 19:06:37.760 INFO kablam! 350 | / set_slice! { Oct 15 19:06:37.760 INFO kablam! 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; Oct 15 19:06:37.760 INFO kablam! 352 | | unsafe v[3..6]: (3) = ref &values; Oct 15 19:06:37.760 INFO kablam! 353 | | unsafe v[..2]: (2) = ref &array; Oct 15 19:06:37.760 INFO kablam! 354 | | unsafe v[6..]: (2) = ref &deref; Oct 15 19:06:37.760 INFO kablam! 355 | | } Oct 15 19:06:37.760 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.760 INFO kablam! Oct 15 19:06:37.760 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.760 INFO kablam! --> src/lib.rs:148:13 Oct 15 19:06:37.760 INFO kablam! | Oct 15 19:06:37.760 INFO kablam! 148 | assert_eq!(vl, $size, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, $size); Oct 15 19:06:37.760 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.760 INFO kablam! ... Oct 15 19:06:37.760 INFO kablam! 350 | / set_slice! { Oct 15 19:06:37.760 INFO kablam! 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; Oct 15 19:06:37.760 INFO kablam! 352 | | unsafe v[3..6]: (3) = ref &values; Oct 15 19:06:37.760 INFO kablam! 353 | | unsafe v[..2]: (2) = ref &array; Oct 15 19:06:37.760 INFO kablam! 354 | | unsafe v[6..]: (2) = ref &deref; Oct 15 19:06:37.760 INFO kablam! 355 | | } Oct 15 19:06:37.760 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.760 INFO kablam! Oct 15 19:06:37.760 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.760 INFO kablam! --> src/lib.rs:147:13 Oct 15 19:06:37.761 INFO kablam! | Oct 15 19:06:37.761 INFO kablam! 147 | assert_eq!(sl, $size, "line {}: slice length ({}) is invalid, excepted: {}", LINE, sl, $size); Oct 15 19:06:37.761 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.761 INFO kablam! ... Oct 15 19:06:37.761 INFO kablam! 350 | / set_slice! { Oct 15 19:06:37.761 INFO kablam! 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; Oct 15 19:06:37.761 INFO kablam! 352 | | unsafe v[3..6]: (3) = ref &values; Oct 15 19:06:37.761 INFO kablam! 353 | | unsafe v[..2]: (2) = ref &array; Oct 15 19:06:37.761 INFO kablam! 354 | | unsafe v[6..]: (2) = ref &deref; Oct 15 19:06:37.761 INFO kablam! 355 | | } Oct 15 19:06:37.761 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.761 INFO kablam! Oct 15 19:06:37.761 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.761 INFO kablam! --> src/lib.rs:148:13 Oct 15 19:06:37.761 INFO kablam! | Oct 15 19:06:37.761 INFO kablam! 148 | assert_eq!(vl, $size, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, $size); Oct 15 19:06:37.761 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.761 INFO kablam! ... Oct 15 19:06:37.761 INFO kablam! 350 | / set_slice! { Oct 15 19:06:37.761 INFO kablam! 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; Oct 15 19:06:37.761 INFO kablam! 352 | | unsafe v[3..6]: (3) = ref &values; Oct 15 19:06:37.761 INFO kablam! 353 | | unsafe v[..2]: (2) = ref &array; Oct 15 19:06:37.761 INFO kablam! 354 | | unsafe v[6..]: (2) = ref &deref; Oct 15 19:06:37.761 INFO kablam! 355 | | } Oct 15 19:06:37.761 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.761 INFO kablam! Oct 15 19:06:37.761 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.761 INFO kablam! --> src/lib.rs:147:13 Oct 15 19:06:37.761 INFO kablam! | Oct 15 19:06:37.761 INFO kablam! 147 | assert_eq!(sl, $size, "line {}: slice length ({}) is invalid, excepted: {}", LINE, sl, $size); Oct 15 19:06:37.761 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.761 INFO kablam! ... Oct 15 19:06:37.761 INFO kablam! 350 | / set_slice! { Oct 15 19:06:37.761 INFO kablam! 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; Oct 15 19:06:37.761 INFO kablam! 352 | | unsafe v[3..6]: (3) = ref &values; Oct 15 19:06:37.761 INFO kablam! 353 | | unsafe v[..2]: (2) = ref &array; Oct 15 19:06:37.761 INFO kablam! 354 | | unsafe v[6..]: (2) = ref &deref; Oct 15 19:06:37.761 INFO kablam! 355 | | } Oct 15 19:06:37.761 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.761 INFO kablam! Oct 15 19:06:37.775 INFO kablam! error[E0433]: failed to resolve. Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.775 INFO kablam! --> src/lib.rs:148:13 Oct 15 19:06:37.775 INFO kablam! | Oct 15 19:06:37.775 INFO kablam! 148 | assert_eq!(vl, $size, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, $size); Oct 15 19:06:37.775 INFO kablam! | ^^^^^^^^^ Maybe a missing `extern crate assert_eq;`? Oct 15 19:06:37.775 INFO kablam! ... Oct 15 19:06:37.775 INFO kablam! 350 | / set_slice! { Oct 15 19:06:37.775 INFO kablam! 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; Oct 15 19:06:37.775 INFO kablam! 352 | | unsafe v[3..6]: (3) = ref &values; Oct 15 19:06:37.775 INFO kablam! 353 | | unsafe v[..2]: (2) = ref &array; Oct 15 19:06:37.775 INFO kablam! 354 | | unsafe v[6..]: (2) = ref &deref; Oct 15 19:06:37.775 INFO kablam! 355 | | } Oct 15 19:06:37.775 INFO kablam! | |_________- in this macro invocation Oct 15 19:06:37.775 INFO kablam! Oct 15 19:06:37.775 INFO kablam! error: aborting due to 17 previous errors Oct 15 19:06:37.775 INFO kablam! Oct 15 19:06:37.775 INFO kablam! For more information about this error, try `rustc --explain E0433`. Oct 15 19:06:37.775 INFO kablam! error: Could not compile `set_slice`. Oct 15 19:06:37.775 INFO kablam! Oct 15 19:06:37.775 INFO kablam! To learn more, run the command again with --verbose. Oct 15 19:06:37.776 INFO kablam! su: No module specific data is present Oct 15 19:06:38.471 INFO running `"docker" "rm" "-f" "e7cc26a37a08b89b571166ef6b668c86ec0d1b99f408d46b9ee10d6d7a7e2def"` Oct 15 19:06:38.703 INFO blam! e7cc26a37a08b89b571166ef6b668c86ec0d1b99f408d46b9ee10d6d7a7e2def