[INFO] crate uefi-services 0.2.4 is already in cache [INFO] checking uefi-services-0.2.4 against master#e1beee4992ad4b235fc700bf7af1ee86f894ea53 for pr-74130 [INFO] extracting crate uefi-services 0.2.4 into /workspace/builds/worker-10/source [INFO] validating manifest of crates.io crate uefi-services 0.2.4 on toolchain e1beee4992ad4b235fc700bf7af1ee86f894ea53 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate uefi-services 0.2.4 [INFO] finished tweaking crates.io crate uefi-services 0.2.4 [INFO] tweaked toml for crates.io crate uefi-services 0.2.4 written to /workspace/builds/worker-10/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "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] a0f2d968b18ec59c6b0f93d1e784f28ea139e5f927953eec7846e73b1963b29e [INFO] running `Command { std: "docker" "start" "-a" "a0f2d968b18ec59c6b0f93d1e784f28ea139e5f927953eec7846e73b1963b29e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a0f2d968b18ec59c6b0f93d1e784f28ea139e5f927953eec7846e73b1963b29e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a0f2d968b18ec59c6b0f93d1e784f28ea139e5f927953eec7846e73b1963b29e", kill_on_drop: false }` [INFO] [stdout] a0f2d968b18ec59c6b0f93d1e784f28ea139e5f927953eec7846e73b1963b29e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-10/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@sha256:819119df93c0f5eca3f29186f14981ef29945a311854d7222af07488600a2584" "/opt/rustwide/cargo-home/bin/cargo" "+e1beee4992ad4b235fc700bf7af1ee86f894ea53" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3d7f14cb0b4d622400fe924de8d283d878bbb808b0d78524160fa24534ed78e5 [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" "3d7f14cb0b4d622400fe924de8d283d878bbb808b0d78524160fa24534ed78e5", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking bit_field v0.10.0 [INFO] [stderr] Compiling x86_64 v0.11.1 [INFO] [stderr] Checking bit_field v0.9.0 [INFO] [stderr] Checking ucs2 v0.3.1 [INFO] [stderr] Compiling uefi-macros v0.3.2 [INFO] [stderr] Checking uefi v0.4.6 [INFO] [stderr] Checking uefi-services v0.2.4 (/opt/rustwide/workdir) [INFO] [stdout] error[E0152]: found duplicate lang item `eh_personality` [INFO] [stdout] --> src/lib.rs:126:1 [INFO] [stdout] | [INFO] [stdout] 126 | fn eh_personality() {} [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `panic_unwind` (which `std` depends on) [INFO] [stdout] = note: first definition in `panic_unwind` loaded from /opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-812457dcc335cb0e.rlib [INFO] [stdout] = note: second definition in the local crate (`uefi_services`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl` [INFO] [stdout] --> src/lib.rs:129:1 [INFO] [stdout] | [INFO] [stdout] 129 | / fn panic_handler(info: &core::panic::PanicInfo) -> ! { [INFO] [stdout] 130 | | if let Some(location) = info.location() { [INFO] [stdout] 131 | | error!( [INFO] [stdout] 132 | | "Panic in {} at ({}, {}):", [INFO] [stdout] ... | [INFO] [stdout] 179 | | } [INFO] [stdout] 180 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stdout] = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b6aff3703feff874.rlib [INFO] [stdout] = note: second definition in the local crate (`uefi_services`) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0152]: found duplicate lang item `oom` [INFO] [stdout] --> src/lib.rs:183:1 [INFO] [stdout] | [INFO] [stdout] 183 | / fn out_of_memory(layout: ::core::alloc::Layout) -> ! { [INFO] [stdout] 184 | | panic!( [INFO] [stdout] 185 | | "Ran out of free memory while trying to allocate {:#?}", [INFO] [stdout] 186 | | layout [INFO] [stdout] 187 | | ); [INFO] [stdout] 188 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stdout] = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/e1beee4992ad4b235fc700bf7af1ee86f894ea53/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-b6aff3703feff874.rlib [INFO] [stdout] = note: second definition in the local crate (`uefi_services`) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `uefi-services`. [INFO] [stderr] [INFO] [stdout] error: aborting due to 3 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] For more information about this error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "3d7f14cb0b4d622400fe924de8d283d878bbb808b0d78524160fa24534ed78e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3d7f14cb0b4d622400fe924de8d283d878bbb808b0d78524160fa24534ed78e5", kill_on_drop: false }` [INFO] [stdout] 3d7f14cb0b4d622400fe924de8d283d878bbb808b0d78524160fa24534ed78e5