[INFO] cloning repository https://github.com/water2027/ysos [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/water2027/ysos" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwater2027%2Fysos", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwater2027%2Fysos'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e616aff59b1b5f435a72ac5f7cfed741d00c6aa7 [INFO] checking water2027/ysos against master#cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c for pr-143170 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fwater2027%2Fysos" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-6-tc1/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/water2027/ysos [INFO] finished tweaking git repo https://github.com/water2027/ysos [INFO] tweaked toml for git repo https://github.com/water2027/ysos written to /workspace/builds/worker-6-tc1/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/water2027/ysos on toolchain cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/water2027/ysos already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded uguid v2.2.0 [INFO] [stderr] Downloaded zero v0.1.3 [INFO] [stderr] Downloaded ptr_meta_derive v0.3.0 [INFO] [stderr] Downloaded xmas-elf v0.9.1 [INFO] [stderr] Downloaded uefi-raw v0.10.0 [INFO] [stderr] Downloaded ptr_meta v0.3.0 [INFO] [stderr] Downloaded volatile v0.4.6 [INFO] [stderr] Downloaded ucs2 v0.3.3 [INFO] [stderr] Downloaded uefi-macros v0.18.0 [INFO] [stderr] Downloaded x86_64 v0.15.2 [INFO] [stderr] Downloaded uefi v0.34.1 [INFO] [stderr] Downloaded x86 v0.52.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 2ba9d2dc9eb6a49159e5483e7c373849aea21e42e1275b06224cee7d1f5509ea [INFO] running `Command { std: "docker" "start" "-a" "2ba9d2dc9eb6a49159e5483e7c373849aea21e42e1275b06224cee7d1f5509ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2ba9d2dc9eb6a49159e5483e7c373849aea21e42e1275b06224cee7d1f5509ea", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2ba9d2dc9eb6a49159e5483e7c373849aea21e42e1275b06224cee7d1f5509ea", kill_on_drop: false }` [INFO] [stdout] 2ba9d2dc9eb6a49159e5483e7c373849aea21e42e1275b06224cee7d1f5509ea [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "RUSTDOCFLAGS=--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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e3896c06aa141e2f78a757c0ab5acb74297892f6a1efe2e8b9012bba87316ab9 [INFO] running `Command { std: "docker" "start" "-a" "e3896c06aa141e2f78a757c0ab5acb74297892f6a1efe2e8b9012bba87316ab9", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.94 [INFO] [stderr] Checking bit_field v0.10.2 [INFO] [stderr] Compiling rustversion v1.0.20 [INFO] [stderr] Checking bitflags v2.9.0 [INFO] [stderr] Checking zero v0.1.3 [INFO] [stderr] Checking log v0.4.27 [INFO] [stderr] Checking volatile v0.4.6 [INFO] [stderr] Checking uguid v2.2.0 [INFO] [stderr] Compiling libm v0.2.11 [INFO] [stderr] Compiling paste v1.0.15 [INFO] [stderr] Compiling x86 v0.52.0 [INFO] [stderr] Compiling lock_api v0.4.12 [INFO] [stderr] Checking scopeguard v1.2.0 [INFO] [stderr] Checking raw-cpuid v10.7.0 [INFO] [stderr] Checking xmas-elf v0.9.1 [INFO] [stderr] Checking uefi-raw v0.10.0 [INFO] [stderr] Checking ucs2 v0.3.3 [INFO] [stderr] Checking spin v0.9.8 [INFO] [stderr] Compiling quote v1.0.40 [INFO] [stderr] Checking x86_64 v0.15.2 [INFO] [stderr] Compiling syn v2.0.100 [INFO] [stderr] Checking ysos_elf v0.1.0 (/opt/rustwide/workdir/pkg/elf) [INFO] [stderr] Compiling ptr_meta_derive v0.3.0 [INFO] [stderr] Compiling uefi-macros v0.18.0 [INFO] [stderr] Checking ptr_meta v0.3.0 [INFO] [stderr] Checking uefi v0.34.1 [INFO] [stderr] Checking ysos_boot v0.1.0 (/opt/rustwide/workdir/pkg/boot) [INFO] [stdout] error[E0152]: duplicate lang item in crate `std` (which `test` depends on): `panic_impl` [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `uefi` (which `ysos_boot` depends on) [INFO] [stdout] = note: first definition in `uefi` loaded from /opt/rustwide/target/debug/deps/libuefi-011505fd4f2ace86.rmeta [INFO] [stdout] = note: second definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-182371ab76f58e7c.rlib [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking ysos_kernel v0.1.0 (/opt/rustwide/workdir/pkg/kernel) [INFO] [stdout] For more information about this error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ysos_boot` (lib test) due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0152]: duplicate lang item in crate `std` (which `test` depends on): `panic_impl` [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `uefi` (which `ysos_boot` depends on) [INFO] [stdout] = note: first definition in `uefi` loaded from /opt/rustwide/target/debug/deps/libuefi-011505fd4f2ace86.rmeta [INFO] [stdout] = note: second definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-182371ab76f58e7c.rlib [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ysos_boot` (bin "ysos_boot" test) due to 1 previous error [INFO] [stdout] error[E0152]: duplicate lang item in crate `std` (which `test` depends on): `panic_impl` [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `uefi` (which `ysos_kernel` depends on) [INFO] [stdout] = note: first definition in `uefi` loaded from /opt/rustwide/target/debug/deps/libuefi-011505fd4f2ace86.rmeta [INFO] [stdout] = note: second definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/cf38b8e663f15db10ce49d7bbce02c99fc3dbc0c/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-182371ab76f58e7c.rlib [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ysos_kernel` (lib test) due to 1 previous error [INFO] [stdout] error: unwinding panics are not supported without std [INFO] [stdout] | [INFO] [stdout] = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding [INFO] [stdout] = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the feature `naked_functions` has been stable since 1.88.0 and no longer requires an attribute to enable [INFO] [stdout] --> pkg/kernel/src/lib.rs:2:12 [INFO] [stdout] | [INFO] [stdout] 2 | #![feature(naked_functions)] [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(stable_features)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `record` [INFO] [stdout] --> pkg/kernel/src/utils/logger.rs:19:19 [INFO] [stdout] | [INFO] [stdout] 19 | fn log(&self, record: &Record) { [INFO] [stdout] | ^^^^^^ help: if this is intentional, prefix it with an underscore: `_record` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `serial_received` and `receive` are never used [INFO] [stdout] --> pkg/kernel/src/drivers/uart16550.rs:50:8 [INFO] [stdout] | [INFO] [stdout] 10 | impl SerialPort { [INFO] [stdout] | --------------- methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 50 | fn serial_received(&self) -> u8 { [INFO] [stdout] | ^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 57 | pub fn receive(&mut self) -> Option { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unnecessary `unsafe` block [INFO] [stdout] --> pkg/boot/src/main.rs:51:5 [INFO] [stdout] | [INFO] [stdout] 51 | unsafe { [INFO] [stdout] | ^^^^^^ unnecessary `unsafe` block [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_unsafe)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ysos_boot` (bin "ysos_boot") due to 1 previous error; 1 warning emitted [INFO] running `Command { std: "docker" "inspect" "e3896c06aa141e2f78a757c0ab5acb74297892f6a1efe2e8b9012bba87316ab9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e3896c06aa141e2f78a757c0ab5acb74297892f6a1efe2e8b9012bba87316ab9", kill_on_drop: false }` [INFO] [stdout] e3896c06aa141e2f78a757c0ab5acb74297892f6a1efe2e8b9012bba87316ab9