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