[INFO] updating cached repository https://github.com/Xe/novos [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/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] 275aa00c76c255375cc53cb4ac99230bcb7d2bd9 [INFO] testing Xe/novos against try#41997647ba6a77908f6ef64401414feb00bccf16 for pr-71274 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FXe%2Fnovos" "/workspace/builds/worker-0/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Xe/novos on toolchain 41997647ba6a77908f6ef64401414feb00bccf16 [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Xe/novos [INFO] finished tweaking git repo https://github.com/Xe/novos [INFO] tweaked toml for git repo https://github.com/Xe/novos written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/Xe/novos already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+41997647ba6a77908f6ef64401414feb00bccf16" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+41997647ba6a77908f6ef64401414feb00bccf16" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1f7a3e830473d6e527467311d8267f835fc020ea500b00fead8585a9c93c6239 [INFO] running `"docker" "start" "-a" "1f7a3e830473d6e527467311d8267f835fc020ea500b00fead8585a9c93c6239"` [INFO] [stderr] Compiling libc v0.2.48 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling bit_field v0.9.0 [INFO] [stderr] Compiling cc v1.0.29 [INFO] [stderr] Compiling ux v0.1.3 [INFO] [stderr] Compiling usize_conversions v0.2.0 [INFO] [stderr] Compiling os_bootinfo v0.2.1 [INFO] [stderr] Compiling nodrop v0.1.13 [INFO] [stderr] Compiling zero v0.1.2 [INFO] [stderr] Compiling cpuio v0.2.0 [INFO] [stderr] Compiling font8x8 v0.2.4 [INFO] [stderr] Compiling spin v0.4.10 [INFO] [stderr] Compiling pc-keyboard v0.3.1 [INFO] [stderr] Compiling volatile v0.2.6 [INFO] [stderr] Compiling getopts v0.2.18 [INFO] [stderr] Compiling xmas-elf v0.6.2 [INFO] [stderr] Compiling pic8259_simple v0.1.1 [INFO] [stderr] Compiling array-init v0.0.4 [INFO] [stderr] Compiling lazy_static v1.2.0 [INFO] [stderr] Compiling pulldown-cmark v0.0.3 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling raw-cpuid v6.1.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling skeptic v0.5.0 [INFO] [stderr] Compiling fixedvec v0.2.3 [INFO] [stderr] Compiling x86_64 v0.2.14 [INFO] [stderr] Compiling x86_64 v0.4.1 [INFO] [stderr] Compiling bootloader v0.3.12 [INFO] [stderr] Compiling uart_16550 v0.1.0 [INFO] [stderr] Compiling novos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/vga_buffer.rs:113:21 [INFO] [stderr] | [INFO] [stderr] 113 | 0x20...0x7e | b'\n' => self.write_byte(byte), [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: unused import: `EmptyFrameAllocator` [INFO] [stderr] --> src/main.rs:23:49 [INFO] [stderr] | [INFO] [stderr] 23 | use novos::memory::{create_example_mapping, EmptyFrameAllocator}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `recursive_page_table` [INFO] [stderr] --> src/main.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | let mut recursive_page_table = unsafe { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_recursive_page_table` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:30:9 [INFO] [stderr] | [INFO] [stderr] 30 | let mut recursive_page_table = unsafe { [INFO] [stderr] | ----^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `translate_addr` [INFO] [stderr] --> src/bin/test-paging.rs:26:31 [INFO] [stderr] | [INFO] [stderr] 26 | use novos::memory::{self, translate_addr}; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/test_vga_buffer-013d2de99c93b807.test_vga_buffer.c2pi05c2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_vga_buffer-013d2de99c93b807.test_vga_buffer.c2pi05c2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_vga_buffer-013d2de99c93b807.test_vga_buffer.c2pi05c2-cgu.2.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_vga_buffer-013d2de99c93b807" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnovos-c7560d3def7c36a3.rlib" "/opt/rustwide/target/debug/deps/libvolatile-286044c6d619dcf3.rlib" "/opt/rustwide/target/debug/deps/libuart_16550-cf71402291ef4cff.rlib" "/opt/rustwide/target/debug/deps/libbootloader-ef828d6bfd640b20.rlib" "/opt/rustwide/target/debug/deps/libx86_64-13db67af88d6d140.rlib" "/opt/rustwide/target/debug/deps/libos_bootinfo-0eb5b3efa6c8855e.rlib" "/opt/rustwide/target/debug/deps/libpc_keyboard-e731642fd69974f6.rlib" "/opt/rustwide/target/debug/deps/libpic8259_simple-b0c36641067d4f15.rlib" "/opt/rustwide/target/debug/deps/libcpuio-d679d045f3f5d1c4.rlib" "/opt/rustwide/target/debug/deps/libx86_64-fe4212646f55b6d8.rlib" "/opt/rustwide/target/debug/deps/libraw_cpuid-4be83aef873bfc7b.rlib" "/opt/rustwide/target/debug/deps/libarray_init-7df778ae37ed06cd.rlib" "/opt/rustwide/target/debug/deps/libnodrop-062f6d565c610ff5.rlib" "/opt/rustwide/target/debug/deps/libusize_conversions-32847f88f6c29855.rlib" "/opt/rustwide/target/debug/deps/libbit_field-8ac51ce003a1adbd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e926485744da2fe8.rlib" "/opt/rustwide/target/debug/deps/libux-213d89cef9cfc06b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0e4372053c1d42f7.rlib" "/opt/rustwide/target/debug/deps/libspin-79181cbb5b4b7227.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/test_vga_buffer-013d2de99c93b807.test_vga_buffer.c2pi05c2-cgu.0.rcgu.o: In function `_start': [INFO] [stderr] /opt/rustwide/workdir/src/bin/test-vga-buffer.rs:12: multiple definition of `_start' [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o:(.text+0x0): first defined here [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': [INFO] [stderr] (.text+0x12): undefined reference to `__libc_csu_fini' [INFO] [stderr] (.text+0x19): undefined reference to `__libc_csu_init' [INFO] [stderr] (.text+0x20): undefined reference to `main' [INFO] [stderr] (.text+0x26): undefined reference to `__libc_start_main' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `novos`. [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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/test_basic_boot-a1c3ed228737d89d.test_basic_boot.hkhdo5mm-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_basic_boot-a1c3ed228737d89d.test_basic_boot.hkhdo5mm-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_basic_boot-a1c3ed228737d89d.test_basic_boot.hkhdo5mm-cgu.2.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_basic_boot-a1c3ed228737d89d" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnovos-c7560d3def7c36a3.rlib" "/opt/rustwide/target/debug/deps/libvolatile-286044c6d619dcf3.rlib" "/opt/rustwide/target/debug/deps/libuart_16550-cf71402291ef4cff.rlib" "/opt/rustwide/target/debug/deps/libbootloader-ef828d6bfd640b20.rlib" "/opt/rustwide/target/debug/deps/libx86_64-13db67af88d6d140.rlib" "/opt/rustwide/target/debug/deps/libos_bootinfo-0eb5b3efa6c8855e.rlib" "/opt/rustwide/target/debug/deps/libpc_keyboard-e731642fd69974f6.rlib" "/opt/rustwide/target/debug/deps/libpic8259_simple-b0c36641067d4f15.rlib" "/opt/rustwide/target/debug/deps/libcpuio-d679d045f3f5d1c4.rlib" "/opt/rustwide/target/debug/deps/libx86_64-fe4212646f55b6d8.rlib" "/opt/rustwide/target/debug/deps/libraw_cpuid-4be83aef873bfc7b.rlib" "/opt/rustwide/target/debug/deps/libarray_init-7df778ae37ed06cd.rlib" "/opt/rustwide/target/debug/deps/libnodrop-062f6d565c610ff5.rlib" "/opt/rustwide/target/debug/deps/libusize_conversions-32847f88f6c29855.rlib" "/opt/rustwide/target/debug/deps/libbit_field-8ac51ce003a1adbd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e926485744da2fe8.rlib" "/opt/rustwide/target/debug/deps/libux-213d89cef9cfc06b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0e4372053c1d42f7.rlib" "/opt/rustwide/target/debug/deps/libspin-79181cbb5b4b7227.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/test_basic_boot-a1c3ed228737d89d.test_basic_boot.hkhdo5mm-cgu.2.rcgu.o: In function `_start': [INFO] [stderr] /opt/rustwide/workdir/src/bin/test-basic-boot.rs:12: multiple definition of `_start' [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o:(.text+0x0): first defined here [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': [INFO] [stderr] (.text+0x12): undefined reference to `__libc_csu_fini' [INFO] [stderr] (.text+0x19): undefined reference to `__libc_csu_init' [INFO] [stderr] (.text+0x20): undefined reference to `main' [INFO] [stderr] (.text+0x26): undefined reference to `__libc_start_main' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `novos`. [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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/novos-7117c7b56b44531c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnovos-c7560d3def7c36a3.rlib" "/opt/rustwide/target/debug/deps/libvolatile-286044c6d619dcf3.rlib" "/opt/rustwide/target/debug/deps/libuart_16550-cf71402291ef4cff.rlib" "/opt/rustwide/target/debug/deps/libpc_keyboard-e731642fd69974f6.rlib" "/opt/rustwide/target/debug/deps/libpic8259_simple-b0c36641067d4f15.rlib" "/opt/rustwide/target/debug/deps/libcpuio-d679d045f3f5d1c4.rlib" "/opt/rustwide/target/debug/deps/libx86_64-fe4212646f55b6d8.rlib" "/opt/rustwide/target/debug/deps/libraw_cpuid-4be83aef873bfc7b.rlib" "/opt/rustwide/target/debug/deps/libarray_init-7df778ae37ed06cd.rlib" "/opt/rustwide/target/debug/deps/libnodrop-062f6d565c610ff5.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0e4372053c1d42f7.rlib" "/opt/rustwide/target/debug/deps/libspin-79181cbb5b4b7227.rlib" "/opt/rustwide/target/debug/deps/libbootloader-ef828d6bfd640b20.rlib" "/opt/rustwide/target/debug/deps/libx86_64-13db67af88d6d140.rlib" "/opt/rustwide/target/debug/deps/libux-213d89cef9cfc06b.rlib" "/opt/rustwide/target/debug/deps/libusize_conversions-32847f88f6c29855.rlib" "/opt/rustwide/target/debug/deps/libos_bootinfo-0eb5b3efa6c8855e.rlib" "/opt/rustwide/target/debug/deps/libbit_field-8ac51ce003a1adbd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e926485744da2fe8.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/novos-7117c7b56b44531c.novos.5bjhlvr6-cgu.2.rcgu.o: In function `_start': [INFO] [stderr] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/bootloader-0.3.12/src/lib.rs:19: multiple definition of `_start' [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o:(.text+0x0): first defined here [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': [INFO] [stderr] (.text+0x12): undefined reference to `__libc_csu_fini' [INFO] [stderr] (.text+0x19): undefined reference to `__libc_csu_init' [INFO] [stderr] (.text+0x20): undefined reference to `main' [INFO] [stderr] (.text+0x26): undefined reference to `__libc_start_main' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 3 warnings emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `novos`. [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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.9.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnovos-c7560d3def7c36a3.rlib" "/opt/rustwide/target/debug/deps/libvolatile-286044c6d619dcf3.rlib" "/opt/rustwide/target/debug/deps/libuart_16550-cf71402291ef4cff.rlib" "/opt/rustwide/target/debug/deps/libbootloader-ef828d6bfd640b20.rlib" "/opt/rustwide/target/debug/deps/libx86_64-13db67af88d6d140.rlib" "/opt/rustwide/target/debug/deps/libos_bootinfo-0eb5b3efa6c8855e.rlib" "/opt/rustwide/target/debug/deps/libpc_keyboard-e731642fd69974f6.rlib" "/opt/rustwide/target/debug/deps/libpic8259_simple-b0c36641067d4f15.rlib" "/opt/rustwide/target/debug/deps/libcpuio-d679d045f3f5d1c4.rlib" "/opt/rustwide/target/debug/deps/libx86_64-fe4212646f55b6d8.rlib" "/opt/rustwide/target/debug/deps/libraw_cpuid-4be83aef873bfc7b.rlib" "/opt/rustwide/target/debug/deps/libarray_init-7df778ae37ed06cd.rlib" "/opt/rustwide/target/debug/deps/libnodrop-062f6d565c610ff5.rlib" "/opt/rustwide/target/debug/deps/libusize_conversions-32847f88f6c29855.rlib" "/opt/rustwide/target/debug/deps/libbit_field-8ac51ce003a1adbd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e926485744da2fe8.rlib" "/opt/rustwide/target/debug/deps/libux-213d89cef9cfc06b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0e4372053c1d42f7.rlib" "/opt/rustwide/target/debug/deps/libspin-79181cbb5b4b7227.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/test_paging-35d164157b1f5ad8.test_paging.5uvdsr36-cgu.0.rcgu.o: In function `_start': [INFO] [stderr] /opt/rustwide/workdir/src/bin/test-paging.rs:18: multiple definition of `_start' [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o:(.text+0x0): first defined here [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': [INFO] [stderr] (.text+0x12): undefined reference to `__libc_csu_fini' [INFO] [stderr] (.text+0x19): undefined reference to `__libc_csu_init' [INFO] [stderr] (.text+0x20): undefined reference to `main' [INFO] [stderr] (.text+0x26): undefined reference to `__libc_start_main' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error; 1 warning emitted [INFO] [stderr] [INFO] [stderr] error: could not compile `novos`. [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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/test_panic-19b65fdcab7bf471.test_panic.cn7unl3w-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_panic-19b65fdcab7bf471.test_panic.cn7unl3w-cgu.1.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_panic-19b65fdcab7bf471" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnovos-c7560d3def7c36a3.rlib" "/opt/rustwide/target/debug/deps/libvolatile-286044c6d619dcf3.rlib" "/opt/rustwide/target/debug/deps/libuart_16550-cf71402291ef4cff.rlib" "/opt/rustwide/target/debug/deps/libbootloader-ef828d6bfd640b20.rlib" "/opt/rustwide/target/debug/deps/libx86_64-13db67af88d6d140.rlib" "/opt/rustwide/target/debug/deps/libos_bootinfo-0eb5b3efa6c8855e.rlib" "/opt/rustwide/target/debug/deps/libpc_keyboard-e731642fd69974f6.rlib" "/opt/rustwide/target/debug/deps/libpic8259_simple-b0c36641067d4f15.rlib" "/opt/rustwide/target/debug/deps/libcpuio-d679d045f3f5d1c4.rlib" "/opt/rustwide/target/debug/deps/libx86_64-fe4212646f55b6d8.rlib" "/opt/rustwide/target/debug/deps/libraw_cpuid-4be83aef873bfc7b.rlib" "/opt/rustwide/target/debug/deps/libarray_init-7df778ae37ed06cd.rlib" "/opt/rustwide/target/debug/deps/libnodrop-062f6d565c610ff5.rlib" "/opt/rustwide/target/debug/deps/libusize_conversions-32847f88f6c29855.rlib" "/opt/rustwide/target/debug/deps/libbit_field-8ac51ce003a1adbd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e926485744da2fe8.rlib" "/opt/rustwide/target/debug/deps/libux-213d89cef9cfc06b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0e4372053c1d42f7.rlib" "/opt/rustwide/target/debug/deps/libspin-79181cbb5b4b7227.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/test_panic-19b65fdcab7bf471.test_panic.cn7unl3w-cgu.0.rcgu.o: In function `_start': [INFO] [stderr] /opt/rustwide/workdir/src/bin/test-panic.rs:10: multiple definition of `_start' [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o:(.text+0x0): first defined here [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': [INFO] [stderr] (.text+0x12): undefined reference to `__libc_csu_fini' [INFO] [stderr] (.text+0x19): undefined reference to `__libc_csu_init' [INFO] [stderr] (.text+0x20): undefined reference to `main' [INFO] [stderr] (.text+0x26): undefined reference to `__libc_start_main' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `novos`. [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: linking with `cc` failed: exit code: 1 [INFO] [stderr] | [INFO] [stderr] = note: "cc" "-Wl,--as-needed" "-Wl,-z,noexecstack" "-m64" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "/opt/rustwide/target/debug/deps/test_exception_breakpoint-7fea823496fca33f.test_exception_breakpoint.cnq28suq-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/test_exception_breakpoint-7fea823496fca33f.test_exception_breakpoint.cnq28suq-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/test_exception_breakpoint-7fea823496fca33f.test_exception_breakpoint.cnq28suq-cgu.2.rcgu.o" "-o" "/opt/rustwide/target/debug/deps/test_exception_breakpoint-7fea823496fca33f" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro" "-Wl,-znow" "-nodefaultlibs" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libnovos-c7560d3def7c36a3.rlib" "/opt/rustwide/target/debug/deps/libvolatile-286044c6d619dcf3.rlib" "/opt/rustwide/target/debug/deps/libuart_16550-cf71402291ef4cff.rlib" "/opt/rustwide/target/debug/deps/libbootloader-ef828d6bfd640b20.rlib" "/opt/rustwide/target/debug/deps/libx86_64-13db67af88d6d140.rlib" "/opt/rustwide/target/debug/deps/libos_bootinfo-0eb5b3efa6c8855e.rlib" "/opt/rustwide/target/debug/deps/libpc_keyboard-e731642fd69974f6.rlib" "/opt/rustwide/target/debug/deps/libpic8259_simple-b0c36641067d4f15.rlib" "/opt/rustwide/target/debug/deps/libcpuio-d679d045f3f5d1c4.rlib" "/opt/rustwide/target/debug/deps/libx86_64-fe4212646f55b6d8.rlib" "/opt/rustwide/target/debug/deps/libraw_cpuid-4be83aef873bfc7b.rlib" "/opt/rustwide/target/debug/deps/libarray_init-7df778ae37ed06cd.rlib" "/opt/rustwide/target/debug/deps/libnodrop-062f6d565c610ff5.rlib" "/opt/rustwide/target/debug/deps/libusize_conversions-32847f88f6c29855.rlib" "/opt/rustwide/target/debug/deps/libbit_field-8ac51ce003a1adbd.rlib" "/opt/rustwide/target/debug/deps/libbitflags-e926485744da2fe8.rlib" "/opt/rustwide/target/debug/deps/libux-213d89cef9cfc06b.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-0e4372053c1d42f7.rlib" "/opt/rustwide/target/debug/deps/libspin-79181cbb5b4b7227.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f827473dd3b319fa.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-53f9c299c549c6a9.rlib" "/opt/rustwide/rustup-home/toolchains/41997647ba6a77908f6ef64401414feb00bccf16/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-44132fbb3fcc18d3.rlib" "-Wl,-Bdynamic" [INFO] [stderr] = note: /opt/rustwide/target/debug/deps/test_exception_breakpoint-7fea823496fca33f.test_exception_breakpoint.cnq28suq-cgu.1.rcgu.o: In function `_start': [INFO] [stderr] /opt/rustwide/workdir/src/bin/test-exception-breakpoint.rs:10: multiple definition of `_start' [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o:(.text+0x0): first defined here [INFO] [stderr] /usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function `_start': [INFO] [stderr] (.text+0x12): undefined reference to `__libc_csu_fini' [INFO] [stderr] (.text+0x19): undefined reference to `__libc_csu_init' [INFO] [stderr] (.text+0x20): undefined reference to `main' [INFO] [stderr] (.text+0x26): undefined reference to `__libc_start_main' [INFO] [stderr] collect2: error: ld returned 1 exit status [INFO] [stderr] [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `novos`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1f7a3e830473d6e527467311d8267f835fc020ea500b00fead8585a9c93c6239"` [INFO] running `"docker" "rm" "-f" "1f7a3e830473d6e527467311d8267f835fc020ea500b00fead8585a9c93c6239"` [INFO] [stdout] 1f7a3e830473d6e527467311d8267f835fc020ea500b00fead8585a9c93c6239