[INFO] cloning repository https://github.com/neri/uefi-pg [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/neri/uefi-pg" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneri%2Fuefi-pg"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneri%2Fuefi-pg'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e40788e6e8e5db2c567bde02d2bc31a034288ce6 [INFO] checking neri/uefi-pg against try#8a749131e7beb72f6edacefd2bdcbed3d67b2112 for pr-72331 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fneri%2Fuefi-pg" "/workspace/builds/worker-5/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/neri/uefi-pg on toolchain 8a749131e7beb72f6edacefd2bdcbed3d67b2112 [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/neri/uefi-pg [INFO] finished tweaking git repo https://github.com/neri/uefi-pg [INFO] tweaked toml for git repo https://github.com/neri/uefi-pg written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/neri/uefi-pg already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating git repository `https://github.com/rust-osdev/acpi` [INFO] [stderr] Updating git repository `https://github.com/rust-osdev/uefi-rs.git` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+8a749131e7beb72f6edacefd2bdcbed3d67b2112" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 8f82598e994a9c3612196390d9de71444dd509ed44d9c5ab1265a502ef2a5ace [INFO] running `"docker" "start" "-a" "8f82598e994a9c3612196390d9de71444dd509ed44d9c5ab1265a502ef2a5ace"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.13 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.22 [INFO] [stderr] Checking bit_field v0.10.0 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling uefi-pg v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking log v0.4.8 [INFO] [stderr] Checking ucs2 v0.3.1 [INFO] [stderr] Checking acpi v1.0.0 (https://github.com/rust-osdev/acpi#7ace833c) [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling uefi-macros v0.3.1 [INFO] [stderr] Checking uefi v0.4.5 (https://github.com/rust-osdev/uefi-rs.git#4f0c5477) [INFO] [stderr] error[E0152]: found duplicate lang item `oom` [INFO] [stderr] --> src/myos/mem/alloc.rs:57:1 [INFO] [stderr] | [INFO] [stderr] 57 | / fn alloc_error_handler(layout: Layout) -> ! { [INFO] [stderr] 58 | | panic!("allocation error: {:?}", layout) [INFO] [stderr] 59 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stderr] [INFO] [stderr] error[E0152]: found duplicate lang item `panic_impl` [INFO] [stderr] --> src/lib.rs:27:1 [INFO] [stderr] | [INFO] [stderr] 27 | / fn panic(info: &PanicInfo) -> ! { [INFO] [stderr] 28 | | stdout().set_cursor_enabled(false); [INFO] [stderr] 29 | | stdout().set_attribute(0x17); [INFO] [stderr] 30 | | println!("{}", info); [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0152`. [INFO] [stderr] error: could not compile `uefi-pg`. [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: build failed [INFO] running `"docker" "inspect" "8f82598e994a9c3612196390d9de71444dd509ed44d9c5ab1265a502ef2a5ace"` [INFO] running `"docker" "rm" "-f" "8f82598e994a9c3612196390d9de71444dd509ed44d9c5ab1265a502ef2a5ace"` [INFO] [stdout] 8f82598e994a9c3612196390d9de71444dd509ed44d9c5ab1265a502ef2a5ace