[INFO] fetching crate set_slice 0.3.0... [INFO] checking set_slice-0.3.0 against master#5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f for pr-87248 [INFO] extracting crate set_slice 0.3.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate set_slice 0.3.0 on toolchain 5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", 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-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 938a6cbbaae7ad774c475244acc1215380002ed446cb7d1cccc07f13c2990cba [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" "938a6cbbaae7ad774c475244acc1215380002ed446cb7d1cccc07f13c2990cba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "938a6cbbaae7ad774c475244acc1215380002ed446cb7d1cccc07f13c2990cba", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "938a6cbbaae7ad774c475244acc1215380002ed446cb7d1cccc07f13c2990cba", kill_on_drop: false }` [INFO] [stdout] 938a6cbbaae7ad774c475244acc1215380002ed446cb7d1cccc07f13c2990cba [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+5a8a44196b3cf099f8c9b0156bd902eaec0b4e5f" "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] ab8f93f70ded2377005f213d865421077f03996a5981103d75d731e9f299050a [INFO] running `Command { std: "docker" "start" "-a" "ab8f93f70ded2377005f213d865421077f03996a5981103d75d731e9f299050a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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 the macro `__set_slice_internals` (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` due to 18 previous errors [INFO] running `Command { std: "docker" "inspect" "ab8f93f70ded2377005f213d865421077f03996a5981103d75d731e9f299050a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab8f93f70ded2377005f213d865421077f03996a5981103d75d731e9f299050a", kill_on_drop: false }` [INFO] [stdout] ab8f93f70ded2377005f213d865421077f03996a5981103d75d731e9f299050a