[INFO] fetching crate haiku 0.2.0... [INFO] testing haiku-0.2.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate haiku 0.2.0 into /workspace/builds/worker-76/source [INFO] validating manifest of crates.io crate haiku 0.2.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate haiku 0.2.0 [INFO] finished tweaking crates.io crate haiku 0.2.0 [INFO] tweaked toml for crates.io crate haiku 0.2.0 written to /workspace/builds/worker-76/source/Cargo.toml [INFO] crate crates.io crate haiku 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cd2b4bf2b5cc282a8492cf9bcf2975095e0b4a9d043d18807471a9c1d9dece7c [INFO] running `Command { std: "docker" "start" "-a" "cd2b4bf2b5cc282a8492cf9bcf2975095e0b4a9d043d18807471a9c1d9dece7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cd2b4bf2b5cc282a8492cf9bcf2975095e0b4a9d043d18807471a9c1d9dece7c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cd2b4bf2b5cc282a8492cf9bcf2975095e0b4a9d043d18807471a9c1d9dece7c", kill_on_drop: false }` [INFO] [stdout] cd2b4bf2b5cc282a8492cf9bcf2975095e0b4a9d043d18807471a9c1d9dece7c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e64ebcf9b9dceecdbd65e1ec0ef4515a18c21706bc1d86cc9e2ffbd8cdd43091 [INFO] running `Command { std: "docker" "start" "-a" "e64ebcf9b9dceecdbd65e1ec0ef4515a18c21706bc1d86cc9e2ffbd8cdd43091", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.66 [INFO] [stderr] Compiling haiku-sys v0.2.0 [INFO] [stderr] Compiling haiku v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/support/flattenable.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | fn unflatten(&[u8]) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![crate_type = "dylib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![crate_type = "rlib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.54s [INFO] running `Command { std: "docker" "inspect" "e64ebcf9b9dceecdbd65e1ec0ef4515a18c21706bc1d86cc9e2ffbd8cdd43091", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e64ebcf9b9dceecdbd65e1ec0ef4515a18c21706bc1d86cc9e2ffbd8cdd43091", kill_on_drop: false }` [INFO] [stdout] e64ebcf9b9dceecdbd65e1ec0ef4515a18c21706bc1d86cc9e2ffbd8cdd43091 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-76/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c9315e32c1fd0705ad41caabef1b32be885bb203e6fb4cf2d2d86d98e30e7c2a [INFO] running `Command { std: "docker" "start" "-a" "c9315e32c1fd0705ad41caabef1b32be885bb203e6fb4cf2d2d86d98e30e7c2a", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling cfg-if v0.1.6 [INFO] [stderr] Compiling ppv-lite86 v0.2.6 [INFO] [stderr] Compiling remove_dir_all v0.5.1 [INFO] [stderr] Compiling getopts v0.2.21 [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/support/flattenable.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | fn unflatten(&[u8]) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![crate_type = "dylib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![crate_type = "rlib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling c2-chacha v0.2.3 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling haiku v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: anonymous parameters are deprecated and will be removed in the next edition [INFO] [stdout] --> src/support/flattenable.rs:32:15 [INFO] [stdout] | [INFO] [stdout] 32 | fn unflatten(&[u8]) -> Result; [INFO] [stdout] | ^^^^^ help: try naming the parameter or explicitly ignoring it: `_: &[u8]` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(anonymous_parameters)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2018! [INFO] [stdout] = note: for more information, see issue #41686 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused attribute [INFO] [stdout] --> src/lib.rs:7:1 [INFO] [stdout] | [INFO] [stdout] 7 | #![crate_type = "dylib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^ help: remove this attribute [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_attributes)]` on by default [INFO] [stdout] note: attribute also specified here [INFO] [stdout] --> src/lib.rs:6:1 [INFO] [stdout] | [INFO] [stdout] 6 | #![crate_type = "rlib"] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.roster.8b3d53e2-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c.45s560z8uu9z203v.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib" "/opt/rustwide/target/debug/deps/liblibc-42131baae32ac21d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/roster-2cf3ddd2bf93b54c" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.1.rcgu.o): in function `haiku::kernel::helpers::get_path_for_entry_ref': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:379: undefined reference to `_kern_entry_ref_to_path' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::create': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:76: undefined reference to `create_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::find': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:99: undefined reference to `find_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::write': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:141: undefined reference to `write_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::read': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:182: undefined reference to `port_buffer_size' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/kernel/mod.rs:190: undefined reference to `read_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::try_read': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:218: undefined reference to `port_buffer_size_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/kernel/mod.rs:233: undefined reference to `read_port_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:325: undefined reference to `delete_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib(haiku_sys-a6909f50bdc2348f.haiku_sys.b839f45d-cgu.0.rcgu.o): in function `haiku_sys::get_port_info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/haiku-sys-0.2.0/src/lib.rs:132: undefined reference to `_get_port_info' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `haiku` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.listattr.38481876-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e.30htp1um9lf24e6v.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib" "/opt/rustwide/target/debug/deps/liblibc-42131baae32ac21d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/listattr-f1f5b73008164a8e" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.12.rcgu.o): in function `::iter_attributes': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:238: undefined reference to `fs_fopen_attr_dir' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.2.rcgu.o): in function `::find_attribute': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:171: undefined reference to `fs_stat_attr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.2.rcgu.o): in function `::read_attribute_raw': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:199: undefined reference to `fs_read_attr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.3.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:44: undefined reference to `fs_close_attr_dir' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.3.rcgu.o): in function `::next': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:52: undefined reference to `fs_read_attr_dir' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/storage/attributes.rs:69: undefined reference to `fs_stat_attr' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `haiku` due to 2 previous errors [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `haiku` due to 2 previous errors [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.0.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.1.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.10.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.11.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.12.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.13.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.14.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.15.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.2.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.3.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.4.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.5.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.6.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.7.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.8.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.notify.78dda4db-cgu.9.rcgu.o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8.58fqcrnptrpwxgs7.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib" "/opt/rustwide/target/debug/deps/liblibc-42131baae32ac21d.rlib" "/opt/rustwide/target/debug/deps/libgetopts-564313d9a245c427.rlib" "/opt/rustwide/target/debug/deps/libunicode_width-f75ec5fbc7fa5ea6.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/examples/notify-0be0567fa9c1a4d8" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.1.rcgu.o): in function `haiku::kernel::helpers::get_path_for_entry_ref': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:379: undefined reference to `_kern_entry_ref_to_path' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.13.rcgu.o): in function `haiku::support::errors::HaikuError::last_os_error': [INFO] [stdout] /opt/rustwide/workdir/src/support/errors.rs:130: undefined reference to `_errnop' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::app::application::get_current_team_and_thread': [INFO] [stdout] /opt/rustwide/workdir/src/app/application.rs:391: undefined reference to `find_thread' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::create': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:76: undefined reference to `create_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::find': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:99: undefined reference to `find_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::write': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:141: undefined reference to `write_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::read': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:182: undefined reference to `port_buffer_size' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/kernel/mod.rs:190: undefined reference to `read_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::try_read': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:218: undefined reference to `port_buffer_size_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/kernel/mod.rs:233: undefined reference to `read_port_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `haiku::kernel::ports::Port::get_count': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:273: undefined reference to `port_count' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.6.rcgu.o): in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:325: undefined reference to `delete_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku-20e7ac73bdb20f51.rlib(haiku-20e7ac73bdb20f51.haiku.932f13a7-cgu.8.rcgu.o): in function `haiku::app::serverlink::LinkReceiver::fetch_from_port': [INFO] [stdout] /opt/rustwide/workdir/src/app/serverlink.rs:313: undefined reference to `port_buffer_size_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/app/serverlink.rs:340: undefined reference to `read_port_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib(haiku_sys-a6909f50bdc2348f.haiku_sys.b839f45d-cgu.0.rcgu.o): in function `haiku_sys::get_port_info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/haiku-sys-0.2.0/src/lib.rs:132: undefined reference to `_get_port_info' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib(haiku_sys-a6909f50bdc2348f.haiku_sys.b839f45d-cgu.0.rcgu.o): in function `haiku_sys::get_thread_info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/haiku-sys-0.2.0/src/lib.rs:179: undefined reference to `_get_thread_info' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib(haiku_sys-a6909f50bdc2348f.haiku_sys.b839f45d-cgu.0.rcgu.o): in function `haiku_sys::get_next_image_info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/haiku-sys-0.2.0/src/lib.rs:289: undefined reference to `_get_next_image_info' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `haiku` due to 2 previous errors; 2 warnings emitted [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.1.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.10.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.11.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.12.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.13.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.14.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.15.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.2.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.3.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.4.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.6.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.7.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.8.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.9.rcgu.o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.2pfmhshxehq7iun3.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-d9ecd5377b7dfa2f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-e95f8ccbb889cb3a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-bc3d259c8a5de0c3.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-2b85ee1dcf40ad05.rlib" "/opt/rustwide/target/debug/deps/libtempfile-d4ead9227bde5b14.rlib" "/opt/rustwide/target/debug/deps/librand-61499ae9f3f0642b.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-1dee748a93222b87.rlib" "/opt/rustwide/target/debug/deps/libc2_chacha-5ba93bd5a4ea4e3f.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-6f374a1e839b3a4a.rlib" "/opt/rustwide/target/debug/deps/librand_core-e42a331a5c3433c1.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-433e6b3c362cc9a3.rlib" "/opt/rustwide/target/debug/deps/libremove_dir_all-24cc56b729dc19e8.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-266d27ed6d5fe7df.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-86422d76b8bd90ed.rlib" "/opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib" "/opt/rustwide/target/debug/deps/liblibc-42131baae32ac21d.rlib" "-Wl,--start-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-ff9290e971253a38.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-5534b29ea7b2d8f5.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-8bfbb13072fc2761.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-d6d1fa92fa620f17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-7cfd201521727d95.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-0e8010e8fce8e5a7.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-19093fec3c6dd913.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-89c4cbe9256c1890.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-73e4507673363945.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-3fe98c0f46f27964.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a76787f08d45e37d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-8cea480e62c5b261.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-1fb939608cd05a1c.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-842e67e3ab562f66.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-0c1c8fec3b1a54cc.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-689faa634b72af17.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-6c2c561a8181be5e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-88c4d85fe493b0a6.rlib" "-Wl,--end-group" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-f5394bdb1df5df01.rlib" "-Wl,-Bdynamic" "-lutil" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-znoexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2022-04-10-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda" "-Wl,--gc-sections" "-pie" "-Wl,-zrelro,-znow" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.0.rcgu.o: in function `haiku::app::message::Message::is_source_remote': [INFO] [stdout] /opt/rustwide/workdir/src/app/message.rs:444: undefined reference to `find_thread' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.12.rcgu.o: in function `::iter_attributes': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:158: undefined reference to `fs_fopen_attr_dir' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.12.rcgu.o: in function `::find_attribute': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:171: undefined reference to `fs_stat_attr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.12.rcgu.o: in function `::read_attribute_raw': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:199: undefined reference to `fs_read_attr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.12.rcgu.o: in function `::write_attribute_raw': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:215: undefined reference to `fs_write_attr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.12.rcgu.o: in function `::remove_attribute': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:226: undefined reference to `fs_remove_attr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.13.rcgu.o: in function `haiku::app::application::get_current_team_and_thread': [INFO] [stdout] /opt/rustwide/workdir/src/app/application.rs:391: undefined reference to `find_thread' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.15.rcgu.o: in function `haiku::support::errors::HaikuError::last_os_error': [INFO] [stdout] /opt/rustwide/workdir/src/support/errors.rs:130: undefined reference to `_errnop' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.2.rcgu.o: in function `haiku::app::serverlink::LinkReceiver::fetch_from_port': [INFO] [stdout] /opt/rustwide/workdir/src/app/serverlink.rs:313: undefined reference to `port_buffer_size_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/app/serverlink.rs:340: undefined reference to `read_port_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o: in function `haiku::kernel::ports::Port::create': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:76: undefined reference to `create_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o: in function `haiku::kernel::ports::Port::find': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:99: undefined reference to `find_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o: in function `haiku::kernel::ports::Port::write': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:141: undefined reference to `write_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o: in function `haiku::kernel::ports::Port::read': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:182: undefined reference to `port_buffer_size' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/kernel/mod.rs:190: undefined reference to `read_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o: in function `haiku::kernel::ports::Port::try_read': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:218: undefined reference to `port_buffer_size_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/kernel/mod.rs:233: undefined reference to `read_port_etc' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o: in function `haiku::kernel::ports::Port::close': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:260: undefined reference to `close_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o: in function `haiku::kernel::ports::Port::get_count': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:273: undefined reference to `port_count' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o: in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:325: undefined reference to `delete_port' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.5.rcgu.o: in function `haiku::kernel::helpers::get_path_for_entry_ref': [INFO] [stdout] /opt/rustwide/workdir/src/kernel/mod.rs:379: undefined reference to `_kern_entry_ref_to_path' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.6.rcgu.o: in function `::drop': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:44: undefined reference to `fs_close_attr_dir' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/haiku-f9dbc78a32ed2fda.haiku.bce72f76-cgu.6.rcgu.o: in function `::next': [INFO] [stdout] /opt/rustwide/workdir/src/storage/attributes.rs:52: undefined reference to `fs_read_attr_dir' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/workdir/src/storage/attributes.rs:69: undefined reference to `fs_stat_attr' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib(haiku_sys-a6909f50bdc2348f.haiku_sys.b839f45d-cgu.0.rcgu.o): in function `haiku_sys::get_port_info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/haiku-sys-0.2.0/src/lib.rs:132: undefined reference to `_get_port_info' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib(haiku_sys-a6909f50bdc2348f.haiku_sys.b839f45d-cgu.0.rcgu.o): in function `haiku_sys::get_thread_info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/haiku-sys-0.2.0/src/lib.rs:179: undefined reference to `_get_thread_info' [INFO] [stdout] /usr/bin/ld: /opt/rustwide/target/debug/deps/libhaiku_sys-a6909f50bdc2348f.rlib(haiku_sys-a6909f50bdc2348f.haiku_sys.b839f45d-cgu.0.rcgu.o): in function `haiku_sys::get_next_image_info': [INFO] [stdout] /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/haiku-sys-0.2.0/src/lib.rs:289: undefined reference to `_get_next_image_info' [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] = help: some `extern` functions couldn't be found; some native libraries may need to be installed or have their path specified [INFO] [stdout] = note: use the `-l` flag to specify native libraries to link [INFO] [stdout] = note: use the `cargo:rustc-link-lib` directive to specify the native libraries to link with Cargo (see https://doc.rust-lang.org/cargo/reference/build-scripts.html#cargorustc-link-libkindname) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "c9315e32c1fd0705ad41caabef1b32be885bb203e6fb4cf2d2d86d98e30e7c2a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c9315e32c1fd0705ad41caabef1b32be885bb203e6fb4cf2d2d86d98e30e7c2a", kill_on_drop: false }` [INFO] [stdout] c9315e32c1fd0705ad41caabef1b32be885bb203e6fb4cf2d2d86d98e30e7c2a