[INFO] fetching crate set_slice 0.3.0... [INFO] checking set_slice-0.3.0 against try#3e22d1f9053c0fc87629b3c6d5d9567856368e5d for pr-78714 [INFO] extracting crate set_slice 0.3.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate set_slice 0.3.0 on toolchain 3e22d1f9053c0fc87629b3c6d5d9567856368e5d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate set_slice 0.3.0 [INFO] finished tweaking crates.io crate set_slice 0.3.0 [INFO] tweaked toml for crates.io crate set_slice 0.3.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5f42a7bb2551a9e03d9c6255a409df30e740e6449e6f8bc6e17c1e4528ae7572 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "5f42a7bb2551a9e03d9c6255a409df30e740e6449e6f8bc6e17c1e4528ae7572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5f42a7bb2551a9e03d9c6255a409df30e740e6449e6f8bc6e17c1e4528ae7572", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5f42a7bb2551a9e03d9c6255a409df30e740e6449e6f8bc6e17c1e4528ae7572", kill_on_drop: false }` [INFO] [stdout] 5f42a7bb2551a9e03d9c6255a409df30e740e6449e6f8bc6e17c1e4528ae7572 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+3e22d1f9053c0fc87629b3c6d5d9567856368e5d" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 29cf967ab529e35c21ff9fb56a449e46616bdd1ac7a4407d66f6d5e8b7397895 [INFO] running `Command { std: "docker" "start" "-a" "29cf967ab529e35c21ff9fb56a449e46616bdd1ac7a4407d66f6d5e8b7397895", kill_on_drop: false }` [INFO] [stderr] Checking set_slice v0.3.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 294 | / set_slice! { [INFO] [stdout] 295 | | v[0..1] = value; [INFO] [stdout] 296 | | v[1..3] = move array; [INFO] [stdout] 297 | | v[3..] = move vec; [INFO] [stdout] 298 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 294 | / set_slice! { [INFO] [stdout] 295 | | v[0..1] = value; [INFO] [stdout] 296 | | v[1..3] = move array; [INFO] [stdout] 297 | | v[3..] = move vec; [INFO] [stdout] 298 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 294 | / set_slice! { [INFO] [stdout] 295 | | v[0..1] = value; [INFO] [stdout] 296 | | v[1..3] = move array; [INFO] [stdout] 297 | | v[3..] = move vec; [INFO] [stdout] 298 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 308 | / set_slice! { [INFO] [stdout] 309 | | v[..] = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9; [INFO] [stdout] 310 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:123:13 [INFO] [stdout] | [INFO] [stdout] 123 | assert_eq!(sl, vl, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, sl); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 316 | / set_slice! { [INFO] [stdout] 317 | | v = 0, 1, 2, 3, 4, 5, 6, 7, 8, 9; [INFO] [stdout] 318 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | assert_eq!(il, sl, "ln({}) input length invalid: {}, expected: {}", LINE, il, sl); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 330 | / set_slice! { [INFO] [stdout] 331 | | v[1..=2] = copy &[5, 3]; [INFO] [stdout] 332 | | v[3..6] = copy &values; [INFO] [stdout] 333 | | v[..2] = copy &array; [INFO] [stdout] 334 | | v[6..] = copy &deref; [INFO] [stdout] 335 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | assert_eq!(il, sl, "ln({}) input length invalid: {}, expected: {}", LINE, il, sl); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 330 | / set_slice! { [INFO] [stdout] 331 | | v[1..=2] = copy &[5, 3]; [INFO] [stdout] 332 | | v[3..6] = copy &values; [INFO] [stdout] 333 | | v[..2] = copy &array; [INFO] [stdout] 334 | | v[6..] = copy &deref; [INFO] [stdout] 335 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | assert_eq!(il, sl, "ln({}) input length invalid: {}, expected: {}", LINE, il, sl); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 330 | / set_slice! { [INFO] [stdout] 331 | | v[1..=2] = copy &[5, 3]; [INFO] [stdout] 332 | | v[3..6] = copy &values; [INFO] [stdout] 333 | | v[..2] = copy &array; [INFO] [stdout] 334 | | v[6..] = copy &deref; [INFO] [stdout] 335 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:136:9 [INFO] [stdout] | [INFO] [stdout] 136 | assert_eq!(il, sl, "ln({}) input length invalid: {}, expected: {}", LINE, il, sl); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 330 | / set_slice! { [INFO] [stdout] 331 | | v[1..=2] = copy &[5, 3]; [INFO] [stdout] 332 | | v[3..6] = copy &values; [INFO] [stdout] 333 | | v[..2] = copy &array; [INFO] [stdout] 334 | | v[6..] = copy &deref; [INFO] [stdout] 335 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | assert_eq!(sl, $size, "line {}: slice length ({}) is invalid, excepted: {}", LINE, sl, $size); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 350 | / set_slice! { [INFO] [stdout] 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; [INFO] [stdout] 352 | | unsafe v[3..6]: (3) = ref &values; [INFO] [stdout] 353 | | unsafe v[..2]: (2) = ref &array; [INFO] [stdout] 354 | | unsafe v[6..]: (2) = ref &deref; [INFO] [stdout] 355 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | assert_eq!(vl, $size, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, $size); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 350 | / set_slice! { [INFO] [stdout] 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; [INFO] [stdout] 352 | | unsafe v[3..6]: (3) = ref &values; [INFO] [stdout] 353 | | unsafe v[..2]: (2) = ref &array; [INFO] [stdout] 354 | | unsafe v[6..]: (2) = ref &deref; [INFO] [stdout] 355 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | assert_eq!(sl, $size, "line {}: slice length ({}) is invalid, excepted: {}", LINE, sl, $size); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 350 | / set_slice! { [INFO] [stdout] 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; [INFO] [stdout] 352 | | unsafe v[3..6]: (3) = ref &values; [INFO] [stdout] 353 | | unsafe v[..2]: (2) = ref &array; [INFO] [stdout] 354 | | unsafe v[6..]: (2) = ref &deref; [INFO] [stdout] 355 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | assert_eq!(vl, $size, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, $size); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 350 | / set_slice! { [INFO] [stdout] 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; [INFO] [stdout] 352 | | unsafe v[3..6]: (3) = ref &values; [INFO] [stdout] 353 | | unsafe v[..2]: (2) = ref &array; [INFO] [stdout] 354 | | unsafe v[6..]: (2) = ref &deref; [INFO] [stdout] 355 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | assert_eq!(sl, $size, "line {}: slice length ({}) is invalid, excepted: {}", LINE, sl, $size); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 350 | / set_slice! { [INFO] [stdout] 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; [INFO] [stdout] 352 | | unsafe v[3..6]: (3) = ref &values; [INFO] [stdout] 353 | | unsafe v[..2]: (2) = ref &array; [INFO] [stdout] 354 | | unsafe v[6..]: (2) = ref &deref; [INFO] [stdout] 355 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | assert_eq!(vl, $size, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, $size); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 350 | / set_slice! { [INFO] [stdout] 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; [INFO] [stdout] 352 | | unsafe v[3..6]: (3) = ref &values; [INFO] [stdout] 353 | | unsafe v[..2]: (2) = ref &array; [INFO] [stdout] 354 | | unsafe v[6..]: (2) = ref &deref; [INFO] [stdout] 355 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:147:13 [INFO] [stdout] | [INFO] [stdout] 147 | assert_eq!(sl, $size, "line {}: slice length ({}) is invalid, excepted: {}", LINE, sl, $size); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 350 | / set_slice! { [INFO] [stdout] 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; [INFO] [stdout] 352 | | unsafe v[3..6]: (3) = ref &values; [INFO] [stdout] 353 | | unsafe v[..2]: (2) = ref &array; [INFO] [stdout] 354 | | unsafe v[6..]: (2) = ref &deref; [INFO] [stdout] 355 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: maybe a missing crate `assert_eq`? [INFO] [stdout] --> src/lib.rs:148:13 [INFO] [stdout] | [INFO] [stdout] 148 | assert_eq!(vl, $size, "line {}: value length ({}) is invalid, excepted: {}", LINE, vl, $size); [INFO] [stdout] | ^^^^^^^^^ maybe a missing crate `assert_eq`? [INFO] [stdout] ... [INFO] [stdout] 350 | / set_slice! { [INFO] [stdout] 351 | | unsafe v[1..=2]: (2) = ref &[A(5), A(3)]; [INFO] [stdout] 352 | | unsafe v[3..6]: (3) = ref &values; [INFO] [stdout] 353 | | unsafe v[..2]: (2) = ref &array; [INFO] [stdout] 354 | | unsafe v[6..]: (2) = ref &deref; [INFO] [stdout] 355 | | } [INFO] [stdout] | |_________- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 17 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `set_slice` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "29cf967ab529e35c21ff9fb56a449e46616bdd1ac7a4407d66f6d5e8b7397895", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29cf967ab529e35c21ff9fb56a449e46616bdd1ac7a4407d66f6d5e8b7397895", kill_on_drop: false }` [INFO] [stdout] 29cf967ab529e35c21ff9fb56a449e46616bdd1ac7a4407d66f6d5e8b7397895