[INFO] cloning repository https://github.com/tmandry/alloy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tmandry/alloy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmandry%2Falloy"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmandry%2Falloy'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0544723e26c1ceefd5d65084e4e48bc48b9acdfa [INFO] checking tmandry/alloy against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftmandry%2Falloy" "/workspace/builds/worker-11/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/tmandry/alloy on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/tmandry/alloy [INFO] finished tweaking git repo https://github.com/tmandry/alloy [INFO] tweaked toml for git repo https://github.com/tmandry/alloy written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/tmandry/alloy already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f10ef0897a808c734bbb379752aef7e2ccb97770decda576e61189836352bed0 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "f10ef0897a808c734bbb379752aef7e2ccb97770decda576e61189836352bed0"` [INFO] [stderr] Checking os_bootinfo v0.2.1 [INFO] [stderr] Checking bitflags v1.0.3 [INFO] [stderr] Checking bit_field v0.9.0 [INFO] [stderr] Checking usize_conversions v0.2.0 [INFO] [stderr] Checking ux v0.1.2 [INFO] [stderr] Checking cpuio v0.2.0 [INFO] [stderr] Checking spin v0.4.9 [INFO] [stderr] Checking volatile v0.2.4 [INFO] [stderr] Checking nodrop v0.1.12 [INFO] [stderr] Checking array-init v0.0.3 [INFO] [stderr] Checking pic8259_simple v0.1.1 [INFO] [stderr] Checking lazy_static v1.0.2 [INFO] [stderr] Checking bootloader_precompiled v0.2.0 [INFO] [stderr] Checking x86_64 v0.2.11 [INFO] [stderr] Checking uart_16550 v0.1.0 [INFO] [stderr] Checking alloy v0.0.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: the item `Write` is imported redundantly [INFO] [stderr] --> src/io/serial.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 6 | use core::fmt::{self, Write}; [INFO] [stderr] | ----- the item `Write` is already imported here [INFO] [stderr] ... [INFO] [stderr] 19 | use core::fmt::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/io/vga_buffer.rs:122:21 [INFO] [stderr] | [INFO] [stderr] 122 | 0x20...0x7e | b'\n' => self.write_byte(byte), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::io::Write` [INFO] [stderr] --> src/log.rs:59:5 [INFO] [stderr] | [INFO] [stderr] 59 | use std::io::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Write` is imported redundantly [INFO] [stderr] --> src/io/serial.rs:19:9 [INFO] [stderr] | [INFO] [stderr] 6 | use core::fmt::{self, Write}; [INFO] [stderr] | ----- the item `Write` is already imported here [INFO] [stderr] ... [INFO] [stderr] 19 | use core::fmt::Write; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/io/vga_buffer.rs:122:21 [INFO] [stderr] | [INFO] [stderr] 122 | 0x20...0x7e | b'\n' => self.write_byte(byte), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the feature `crate_in_paths` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(crate_in_paths)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/test-panic.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[panic_handler]` [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/test-panic.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[panic_handler]` [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/test-exception-breakpoint.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[panic_handler]` [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/test-exception-double-fault-stack-overflow.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[panic_handler]` [INFO] [stderr] [INFO] [stderr] warning: the feature `crate_in_paths` has been stable since 1.30.0 and no longer requires an attribute to enable [INFO] [stderr] --> src/lib.rs:3:12 [INFO] [stderr] | [INFO] [stderr] 3 | #![feature(crate_in_paths)] [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(stable_features)]` on by default [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `panic_implementation` in this scope [INFO] [stderr] --> src/bin/test-panic.rs:19:3 [INFO] [stderr] | [INFO] [stderr] 19 | #[panic_implementation] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `panic_implementation` in this scope [INFO] [stderr] --> src/bin/test-exception-breakpoint.rs:48:3 [INFO] [stderr] | [INFO] [stderr] 48 | #[panic_implementation] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: `#[panic_handler]` function required, but not found [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: `#[panic_handler]` function required, but not found [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/test-exception-double-fault-stack-overflow.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[panic_handler]` [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/test-exception-breakpoint.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[panic_handler]` [INFO] [stderr] [INFO] [stderr] error: could not compile `alloy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/test-basic-boot.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[panic_handler]` [INFO] [stderr] [INFO] [stderr] warning: 4 warnings emitted [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `panic_implementation` in this scope [INFO] [stderr] --> src/bin/test-exception-double-fault-stack-overflow.rs:42:3 [INFO] [stderr] | [INFO] [stderr] 42 | #[panic_implementation] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: `#[panic_handler]` function required, but not found [INFO] [stderr] [INFO] [stderr] error[E0557]: feature has been removed [INFO] [stderr] --> src/bin/test-basic-boot.rs:1:12 [INFO] [stderr] | [INFO] [stderr] 1 | #![feature(panic_implementation)] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ feature has been removed [INFO] [stderr] | [INFO] [stderr] = note: subsumed by `#[panic_handler]` [INFO] [stderr] [INFO] [stderr] error: could not compile `alloy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `alloy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find attribute `panic_implementation` in this scope [INFO] [stderr] --> src/bin/test-basic-boot.rs:21:3 [INFO] [stderr] | [INFO] [stderr] 21 | #[panic_implementation] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: language item required, but not found: `eh_personality` [INFO] [stderr] [INFO] [stderr] error: `#[panic_handler]` function required, but not found [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `alloy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `alloy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `alloy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0557`. [INFO] [stderr] error: could not compile `alloy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `alloy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f10ef0897a808c734bbb379752aef7e2ccb97770decda576e61189836352bed0"` [INFO] running `"docker" "rm" "-f" "f10ef0897a808c734bbb379752aef7e2ccb97770decda576e61189836352bed0"` [INFO] [stdout] f10ef0897a808c734bbb379752aef7e2ccb97770decda576e61189836352bed0