[INFO] cloning repository https://github.com/leizongmin/study-rust-osdev [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leizongmin/study-rust-osdev" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleizongmin%2Fstudy-rust-osdev", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleizongmin%2Fstudy-rust-osdev'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 44dbe02aea1b88bc9d26ba254d4d718684a3737e [INFO] testing leizongmin/study-rust-osdev against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleizongmin%2Fstudy-rust-osdev" "/workspace/builds/worker-9/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leizongmin/study-rust-osdev on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/leizongmin/study-rust-osdev [INFO] finished tweaking git repo https://github.com/leizongmin/study-rust-osdev [INFO] tweaked toml for git repo https://github.com/leizongmin/study-rust-osdev written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/leizongmin/study-rust-osdev already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "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] c15f33a309835b1ee28d4d285e65e800e9ccededf93c5908c9d9c0a4460d1ff7 [INFO] running `Command { std: "docker" "start" "-a" "c15f33a309835b1ee28d4d285e65e800e9ccededf93c5908c9d9c0a4460d1ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c15f33a309835b1ee28d4d285e65e800e9ccededf93c5908c9d9c0a4460d1ff7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c15f33a309835b1ee28d4d285e65e800e9ccededf93c5908c9d9c0a4460d1ff7", kill_on_drop: false }` [INFO] [stdout] c15f33a309835b1ee28d4d285e65e800e9ccededf93c5908c9d9c0a4460d1ff7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 06acb5b314fc0a3939fab713f502203d6e4b197f024ad3c1585a838b8e67a5f4 [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" "06acb5b314fc0a3939fab713f502203d6e4b197f024ad3c1585a838b8e67a5f4", kill_on_drop: false }` [INFO] [stderr] Compiling leios v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/main.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | #![feature(lang_items)] // required for defining the panic handler [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0152]: found duplicate lang item `panic_fmt` [INFO] [stdout] --> src/main.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | / pub extern "C" fn rust_begin_panic( [INFO] [stdout] 8 | | _msg: core::fmt::Arguments, [INFO] [stdout] 9 | | _file: &'static str, [INFO] [stdout] 10 | | _line: u32, [INFO] [stdout] 11 | | _column: u32, [INFO] [stdout] 12 | | ) -> ! { [INFO] [stdout] | |______^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `core` (which `leios` depends on) [INFO] [stdout] = note: first definition in `core` loaded from /opt/rustwide/rustup-home/toolchains/1.60.0-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d1f2d1bec6f51b8.rlib [INFO] [stdout] = note: second definition in the local crate (`leios`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: `#[panic_handler]` function required, but not found [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0152, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stderr] error: could not compile `leios` due to 4 previous errors [INFO] running `Command { std: "docker" "inspect" "06acb5b314fc0a3939fab713f502203d6e4b197f024ad3c1585a838b8e67a5f4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "06acb5b314fc0a3939fab713f502203d6e4b197f024ad3c1585a838b8e67a5f4", kill_on_drop: false }` [INFO] [stdout] 06acb5b314fc0a3939fab713f502203d6e4b197f024ad3c1585a838b8e67a5f4