[INFO] fetching crate set_slice 0.3.0... [INFO] checking set_slice-0.3.0 against beta for pr-78714 [INFO] extracting crate set_slice 0.3.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate set_slice 0.3.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "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-0/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b84c988e2a3eeffabac5d4424cf6ceaa0d7df0b168615053152a695121319c91 [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" "b84c988e2a3eeffabac5d4424cf6ceaa0d7df0b168615053152a695121319c91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b84c988e2a3eeffabac5d4424cf6ceaa0d7df0b168615053152a695121319c91", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b84c988e2a3eeffabac5d4424cf6ceaa0d7df0b168615053152a695121319c91", kill_on_drop: false }` [INFO] [stdout] b84c988e2a3eeffabac5d4424cf6ceaa0d7df0b168615053152a695121319c91 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8d51872b74dccc453b3735a59e0e2f73a4e0b9156784d812f3c56382406b04a9 [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" "8d51872b74dccc453b3735a59e0e2f73a4e0b9156784d812f3c56382406b04a9", 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" "8d51872b74dccc453b3735a59e0e2f73a4e0b9156784d812f3c56382406b04a9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8d51872b74dccc453b3735a59e0e2f73a4e0b9156784d812f3c56382406b04a9", kill_on_drop: false }` [INFO] [stdout] 8d51872b74dccc453b3735a59e0e2f73a4e0b9156784d812f3c56382406b04a9