[INFO] updating cached repository https://github.com/mt-inside/mtos [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 89415f179c069346ca26b446594353a0fdaa789c [INFO] checking mt-inside/mtos against try#00e4530a79c42b21a6ca2ac1edb597c90d21f89f for pr-64672 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmt-inside%2Fmtos" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mt-inside/mtos on toolchain 00e4530a79c42b21a6ca2ac1edb597c90d21f89f [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/mt-inside/mtos [INFO] finished tweaking git repo https://github.com/mt-inside/mtos [INFO] tweaked toml for git repo https://github.com/mt-inside/mtos written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/mt-inside/mtos already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+00e4530a79c42b21a6ca2ac1edb597c90d21f89f" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b1851aa3ae4092f1b97bfb0c04d3c7bc9f117417e72cae5c49120fd94893e86c [INFO] running `"docker" "start" "-a" "b1851aa3ae4092f1b97bfb0c04d3c7bc9f117417e72cae5c49120fd94893e86c"` [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling remove_dir_all v0.5.2 [INFO] [stderr] Compiling llvm-tools v0.1.1 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Checking usize_conversions v0.2.0 [INFO] [stderr] Checking bit_field v0.9.0 [INFO] [stderr] Checking os_bootinfo v0.2.1 [INFO] [stderr] Checking zero v0.1.2 [INFO] [stderr] Checking ux v0.1.3 [INFO] [stderr] Checking font8x8 v0.2.5 [INFO] [stderr] Checking cpuio v0.2.0 [INFO] [stderr] Checking cast v0.2.2 [INFO] [stderr] Checking spin v0.4.10 [INFO] [stderr] Checking volatile v0.2.6 [INFO] [stderr] Checking pc-keyboard v0.3.1 [INFO] [stderr] Checking linked_list_allocator v0.6.4 [INFO] [stderr] Compiling libc v0.2.60 [INFO] [stderr] Compiling getopts v0.2.19 [INFO] [stderr] Checking array-init v0.0.4 [INFO] [stderr] Compiling raw-cpuid v6.1.0 [INFO] [stderr] Checking pic8259_simple v0.1.1 [INFO] [stderr] Checking xmas-elf v0.6.2 [INFO] [stderr] Compiling bootloader v0.5.3 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling skeptic v0.5.0 [INFO] [stderr] Compiling fixedvec v0.2.3 [INFO] [stderr] Checking x86_64 v0.3.6 [INFO] [stderr] Checking x86_64 v0.2.14 [INFO] [stderr] Checking x86_64 v0.5.5 [INFO] [stderr] Checking uart_16550 v0.1.0 [INFO] [stderr] Checking mtos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0152]: duplicate lang item found: `oom`. [INFO] [stderr] --> src/lib.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / fn alloc_error_handler(layout: alloc::alloc::Layout) -> ! { [INFO] [stderr] 22 | | panic!("Allocation error for: {:?}", layout) [INFO] [stderr] 23 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std`. [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0152`. [INFO] [stderr] error: could not compile `mtos`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: function `BootInfoFrameAllocator_new` should have a snake case name [INFO] [stderr] --> src/memory.rs:203:8 [INFO] [stderr] | [INFO] [stderr] 203 | pub fn BootInfoFrameAllocator_new( [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to snake case: `boot_info_frame_allocator_new` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_snake_case)]` on by default [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "b1851aa3ae4092f1b97bfb0c04d3c7bc9f117417e72cae5c49120fd94893e86c"` [INFO] running `"docker" "rm" "-f" "b1851aa3ae4092f1b97bfb0c04d3c7bc9f117417e72cae5c49120fd94893e86c"` [INFO] [stdout] b1851aa3ae4092f1b97bfb0c04d3c7bc9f117417e72cae5c49120fd94893e86c