01KGKE5XMKKY6FCBRCC18J6R6Q: build-and-test

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KGKE6B0Z1QR84XMNXBH7N7WZ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-04T04:23:19.576Zjob assigned to worker 01KGKE6EWNGNVTGP19DP7VP7G9 [factory aws, i-0d4f4bfeca10d9026] (queued for 51 s)
 
22026-02-04T04:23:27.892Zstarting task 0: "setup"
32026-02-04T04:23:27.898Z++ uname -s
42026-02-04T04:23:27.899Z+ kern=SunOS
52026-02-04T04:23:27.899Z+ build_user=build
62026-02-04T04:23:27.899Z+ build_uid=12345
72026-02-04T04:23:27.899Z+ work_dir=/work
82026-02-04T04:23:27.899Z+ input_dir=/input
92026-02-04T04:23:27.904Z+ [[ 0 == 12345 ]]
102026-02-04T04:23:27.904Z+ case "$kern" in
112026-02-04T04:23:27.904Z+ groupadd -g 12345 build
122026-02-04T04:23:27.904Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-04T04:23:29.910Z+ zfs create -o mountpoint=/work rpool/work
142026-02-04T04:23:29.983Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-04T04:23:29.986Z+ home_fs=zfs
162026-02-04T04:23:29.986Z+ [[ zfs == autofs ]]
172026-02-04T04:23:29.986Z+ mkdir -p /home/build
182026-02-04T04:23:29.991Z+ chown build:build /home/build /work
192026-02-04T04:23:31.990Z+ chmod 0700 /home/build /work
202026-02-04T04:23:31.994Zprocess exited: duration 4103 ms, exit code 0
 
212026-02-04T04:23:32.002Zstarting task 1: "rust-toolchain"
222026-02-04T04:23:32.005Z * rust toolchain channel = "stable"
232026-02-04T04:23:32.005Z+ printf ' * rust toolchain channel = "%s"\n' stable
242026-02-04T04:23:32.005Z * rust toolchain profile = "default"
252026-02-04T04:23:32.005Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-04T04:23:32.005Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-04T04:23:32.005Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-04T04:23:32.008Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-04T04:23:32.008Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-02-04T04:23:32.124Zinfo: downloading installer
312026-02-04T04:23:34.025Zwarn: It looks like you have an existing installation of Rust at:
322026-02-04T04:23:34.025Zwarn: /opt/ooce/bin
332026-02-04T04:23:34.025Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-04T04:23:34.025Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-04T04:23:34.026Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-04T04:23:34.026Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-04T04:23:34.026Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-04T04:23:34.026Zerror: cannot install while Rust is installed
392026-02-04T04:23:34.026Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-04T04:23:34.036Zinfo: profile set to 'default'
412026-02-04T04:23:34.036Zinfo: default host triple is x86_64-unknown-illumos
422026-02-04T04:23:34.046Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-02-04T04:23:34.227Zinfo: latest update on 2026-01-22, rust version 1.93.0 (254b59607 2026-01-19)
442026-02-04T04:23:34.227Zinfo: downloading component 'cargo'
452026-02-04T04:23:35.551Zinfo: downloading component 'clippy'
462026-02-04T04:23:36.246Zinfo: downloading component 'rust-docs'
472026-02-04T04:23:37.568Zinfo: downloading component 'rust-std'
482026-02-04T04:23:40.621Zinfo: downloading component 'rustc'
492026-02-04T04:23:50.817Zinfo: downloading component 'rustfmt'
502026-02-04T04:23:51.276Zinfo: installing component 'cargo'
512026-02-04T04:23:52.180Zinfo: installing component 'clippy'
522026-02-04T04:23:52.592Zinfo: installing component 'rust-docs'
532026-02-04T04:23:54.561Zinfo: installing component 'rust-std'
542026-02-04T04:23:56.400Zinfo: installing component 'rustc'
552026-02-04T04:24:03.033Zinfo: installing component 'rustfmt'
562026-02-04T04:24:03.357Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-02-04T04:24:03.357Z
582026-02-04T04:24:03.846Z stable-x86_64-unknown-illumos installed - rustc 1.93.0 (254b59607 2026-01-19)
592026-02-04T04:24:03.846Z
602026-02-04T04:24:03.849Z
612026-02-04T04:24:03.849ZRust is installed now. Great!
622026-02-04T04:24:03.849Z
632026-02-04T04:24:03.849ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-04T04:24:03.849Zenvironment variable. This has not been done automatically.
652026-02-04T04:24:03.849Z
662026-02-04T04:24:03.849ZTo configure your current shell, you need to source
672026-02-04T04:24:03.849Zthe corresponding env file under $HOME/.cargo.
682026-02-04T04:24:03.849Z
692026-02-04T04:24:03.849ZThis is usually done by running one of the following (note the leading DOT):
702026-02-04T04:24:03.850Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-04T04:24:03.850Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-04T04:24:03.850Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-04T04:24:03.977Z+ rustup --version
742026-02-04T04:24:03.989Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-04T04:24:03.992Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-04T04:24:04.063Zinfo: The currently active `rustc` version is `rustc 1.93.0 (254b59607 2026-01-19)`
772026-02-04T04:24:04.066Z+ cargo --version
782026-02-04T04:24:04.124Zcargo 1.93.0 (083ac5135 2025-12-15)
792026-02-04T04:24:04.127Z+ rustc --version
802026-02-04T04:24:04.193Zrustc 1.93.0 (254b59607 2026-01-19)
812026-02-04T04:24:04.197Zprocess exited: duration 32187 ms, exit code 0
 
822026-02-04T04:24:04.203Zstarting task 2: "authentication"
832026-02-04T04:24:04.225Zprocess exited: duration 22 ms, exit code 0
 
842026-02-04T04:24:04.233Zstarting task 3: "clone repository"
852026-02-04T04:24:04.238Z+ mkdir -p /work/oxidecomputer/dlpi-sys
862026-02-04T04:24:04.241Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
872026-02-04T04:24:04.278ZCloning into '/work/oxidecomputer/dlpi-sys'...
882026-02-04T04:24:05.891Z+ cd /work/oxidecomputer/dlpi-sys
892026-02-04T04:24:05.891Z+ git fetch origin 3fc2145f26608c3dc429167ea1b492262fc857a7
902026-02-04T04:24:06.245ZFrom https://github.com/oxidecomputer/dlpi-sys
912026-02-04T04:24:06.246Z * branch 3fc2145f26608c3dc429167ea1b492262fc857a7 -> FETCH_HEAD
922026-02-04T04:24:06.253Z+ [[ -n renovate/actions-checkout-digest ]]
932026-02-04T04:24:06.257Z++ git branch --show-current
942026-02-04T04:24:06.260Z+ current=main
952026-02-04T04:24:06.260Z+ [[ main != renovate/actions-checkout-digest ]]
962026-02-04T04:24:06.260Z+ git branch -f renovate/actions-checkout-digest 3fc2145f26608c3dc429167ea1b492262fc857a7
972026-02-04T04:24:06.267Z+ git checkout -f renovate/actions-checkout-digest
982026-02-04T04:24:06.271ZSwitched to branch 'renovate/actions-checkout-digest'
992026-02-04T04:24:06.271Z+ git reset --hard 3fc2145f26608c3dc429167ea1b492262fc857a7
1002026-02-04T04:24:06.271ZHEAD is now at 3fc2145 Update actions/checkout digest to de0fac2
1012026-02-04T04:24:06.274Zprocess exited: duration 2038 ms, exit code 0
 
1022026-02-04T04:24:06.281Zstarting task 4: "build"
1032026-02-04T04:24:06.286Z+ cargo --version
1042026-02-04T04:24:06.337Zcargo 1.93.0 (083ac5135 2025-12-15)
1052026-02-04T04:24:06.340Z+ rustc --version
1062026-02-04T04:24:06.404Zrustc 1.93.0 (254b59607 2026-01-19)
1072026-02-04T04:24:06.407Z+ banner build
1082026-02-04T04:24:06.410Z
1092026-02-04T04:24:06.410Z ##### # # # # #####
1102026-02-04T04:24:06.410Z # # # # # # # #
1112026-02-04T04:24:06.410Z ##### # # # # # #
1122026-02-04T04:24:06.410Z # # # # # # # #
1132026-02-04T04:24:06.410Z # # # # # # # #
1142026-02-04T04:24:06.410Z ##### #### # ###### #####
1152026-02-04T04:24:06.410Z
1162026-02-04T04:24:06.410Z+ ptime -m cargo build
1172026-02-04T04:24:06.487Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1182026-02-04T04:24:06.487Z |
1192026-02-04T04:24:06.487Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1202026-02-04T04:24:06.487Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1212026-02-04T04:24:06.487Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1222026-02-04T04:24:06.560Z Updating crates.io index
1232026-02-04T04:24:07.012Z Locking 51 packages to latest compatible versions
1242026-02-04T04:24:07.019Z Downloading crates ...
1252026-02-04T04:24:07.071Z Downloaded signal-hook-registry v1.4.8
1262026-02-04T04:24:07.077Z Downloaded lock_api v0.4.14
1272026-02-04T04:24:07.084Z Downloaded cfg-if v1.0.4
1282026-02-04T04:24:07.092Z Downloaded equivalent v1.0.2
1292026-02-04T04:24:07.095Z Downloaded scopeguard v1.2.0
1302026-02-04T04:24:07.105Z Downloaded proc-macro-crate v3.4.0
1312026-02-04T04:24:07.108Z Downloaded pretty-hex v0.4.1
1322026-02-04T04:24:07.119Z Downloaded errno v0.3.14
1332026-02-04T04:24:07.122Z Downloaded thiserror-impl v2.0.18
1342026-02-04T04:24:07.128Z Downloaded bytes v1.11.1
1352026-02-04T04:24:07.132Z Downloaded tokio-macros v2.6.0
1362026-02-04T04:24:07.135Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1372026-02-04T04:24:07.135Z Downloaded pin-project-lite v0.2.16
1382026-02-04T04:24:07.139Z Downloaded thiserror v2.0.18
1392026-02-04T04:24:07.144Z Downloaded toml_parser v1.0.6+spec-1.1.0
1402026-02-04T04:24:07.147Z Downloaded smallvec v1.15.1
1412026-02-04T04:24:07.150Z Downloaded rustversion v1.0.22
1422026-02-04T04:24:07.153Z Downloaded num_enum v0.7.5
1432026-02-04T04:24:07.156Z Downloaded quote v1.0.44
1442026-02-04T04:24:07.159Z Downloaded num_enum_derive v0.7.5
1452026-02-04T04:24:07.159Z Downloaded serde_core v1.0.228
1462026-02-04T04:24:07.181Z Downloaded parking_lot v0.12.5
1472026-02-04T04:24:07.181Z Downloaded mio v1.1.1
1482026-02-04T04:24:07.184Z Downloaded unicode-ident v1.0.22
1492026-02-04T04:24:07.184Z Downloaded socket2 v0.6.2
1502026-02-04T04:24:07.187Z Downloaded proc-macro2 v1.0.106
1512026-02-04T04:24:07.190Z Downloaded parking_lot_core v0.9.12
1522026-02-04T04:24:07.190Z Downloaded toml_edit v0.23.10+spec-1.0.0
1532026-02-04T04:24:07.193Z Downloaded memchr v2.7.6
1542026-02-04T04:24:07.199Z Downloaded indexmap v2.13.0
1552026-02-04T04:24:07.226Z Downloaded hashbrown v0.16.1
1562026-02-04T04:24:07.234Z Downloaded winnow v0.7.14
1572026-02-04T04:24:07.263Z Downloaded syn v2.0.114
1582026-02-04T04:24:07.333Z Downloaded tokio v1.49.0
1592026-02-04T04:24:07.365Z Downloaded libc v0.2.180
1602026-02-04T04:24:07.432Z Compiling proc-macro2 v1.0.106
1612026-02-04T04:24:07.432Z Compiling unicode-ident v1.0.22
1622026-02-04T04:24:07.435Z Compiling quote v1.0.44
1632026-02-04T04:24:07.435Z Compiling libc v0.2.180
1642026-02-04T04:24:07.435Z Compiling equivalent v1.0.2
1652026-02-04T04:24:07.435Z Compiling winnow v0.7.14
1662026-02-04T04:24:07.435Z Compiling hashbrown v0.16.1
1672026-02-04T04:24:07.459Z Compiling parking_lot_core v0.9.12
1682026-02-04T04:24:07.586Z Compiling toml_datetime v0.7.5+spec-1.1.0
1692026-02-04T04:24:07.651Z Compiling smallvec v1.15.1
1702026-02-04T04:24:07.986Z Compiling rustversion v1.0.22
1712026-02-04T04:24:08.002Z Compiling cfg-if v1.0.4
1722026-02-04T04:24:08.030Z Compiling scopeguard v1.2.0
1732026-02-04T04:24:08.039Z Compiling thiserror v2.0.18
1742026-02-04T04:24:08.074Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1752026-02-04T04:24:08.157Z Compiling lock_api v0.4.14
1762026-02-04T04:24:08.468Z Compiling pin-project-lite v0.2.16
1772026-02-04T04:24:08.587Z Compiling indexmap v2.13.0
1782026-02-04T04:24:08.612Z Compiling bytes v1.11.1
1792026-02-04T04:24:08.773Z Compiling pretty-hex v0.4.1
1802026-02-04T04:24:08.996Z Compiling errno v0.3.14
1812026-02-04T04:24:09.003Z Compiling socket2 v0.6.2
1822026-02-04T04:24:09.245Z Compiling signal-hook-registry v1.4.8
1832026-02-04T04:24:09.827Z Compiling parking_lot v0.12.5
1842026-02-04T04:24:09.842Z Compiling mio v1.1.1
1852026-02-04T04:24:09.925Z Compiling syn v2.0.114
1862026-02-04T04:24:10.477Z Compiling toml_parser v1.0.6+spec-1.1.0
1872026-02-04T04:24:10.982Z Compiling toml_edit v0.23.10+spec-1.0.0
1882026-02-04T04:24:11.764Z Compiling proc-macro-crate v3.4.0
1892026-02-04T04:24:14.309Z Compiling thiserror-impl v2.0.18
1902026-02-04T04:24:14.309Z Compiling num_enum_derive v0.7.5
1912026-02-04T04:24:14.312Z Compiling tokio-macros v2.6.0
1922026-02-04T04:24:15.242Z Compiling tokio v1.49.0
1932026-02-04T04:24:15.546Z Compiling num_enum v0.7.5
1942026-02-04T04:24:20.238Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1952026-02-04T04:24:21.603Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.13s
1962026-02-04T04:24:21.642Z
1972026-02-04T04:24:21.646Zreal 15.217260405
1982026-02-04T04:24:21.646Zuser 40.034876332
1992026-02-04T04:24:21.646Zsys 6.554662220
2002026-02-04T04:24:21.646Ztrap 0.024913408
2012026-02-04T04:24:21.646Ztflt 0.098759405
2022026-02-04T04:24:21.646Zdflt 0.442865037
2032026-02-04T04:24:21.646Zkflt 0.001764608
2042026-02-04T04:24:21.646Zlock 2:01.495215135
2052026-02-04T04:24:21.646Zslp 1:28.136949850
2062026-02-04T04:24:21.646Zlat 1.397656917
2072026-02-04T04:24:21.646Zstop 2.578695926
2082026-02-04T04:24:21.646Z+ cargo fmt -- --check
2092026-02-04T04:24:21.858Z+ cargo clippy
2102026-02-04T04:24:21.999Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2112026-02-04T04:24:21.999Z |
2122026-02-04T04:24:21.999Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2132026-02-04T04:24:21.999Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2142026-02-04T04:24:21.999Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2152026-02-04T04:24:22.106Z Checking smallvec v1.15.1
2162026-02-04T04:24:22.107Z Checking scopeguard v1.2.0
2172026-02-04T04:24:22.107Z Checking libc v0.2.180
2182026-02-04T04:24:22.109Z Checking cfg-if v1.0.4
2192026-02-04T04:24:22.109Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2202026-02-04T04:24:22.125Z Checking pin-project-lite v0.2.16
2212026-02-04T04:24:22.128Z Checking bytes v1.11.1
2222026-02-04T04:24:22.128Z Checking thiserror v2.0.18
2232026-02-04T04:24:22.183Z Checking num_enum v0.7.5
2242026-02-04T04:24:22.217Z Checking lock_api v0.4.14
2252026-02-04T04:24:22.221Z Checking pretty-hex v0.4.1
2262026-02-04T04:24:22.495Zwarning: empty line after doc comment
2272026-02-04T04:24:22.495Z --> libdlpi-sys/src/lib.rs:8:1
2282026-02-04T04:24:22.495Z |
2292026-02-04T04:24:22.495Z 8 | / /// DLPI Flags
2302026-02-04T04:24:22.495Z 9 | |
2312026-02-04T04:24:22.495Z | |_^
2322026-02-04T04:24:22.495Z10 | /// Exclusive open.
2332026-02-04T04:24:22.495Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2342026-02-04T04:24:22.495Z | ------------------- the comment documents this constant item
2352026-02-04T04:24:22.495Z |
2362026-02-04T04:24:22.495Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#empty_line_after_doc_comments
2372026-02-04T04:24:22.495Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2382026-02-04T04:24:22.495Z = help: if the empty line is unintentional, remove it
2392026-02-04T04:24:22.495Zhelp: if the documentation should include the empty line include it in the comment
2402026-02-04T04:24:22.495Z |
2412026-02-04T04:24:22.495Z 9 | ///
2422026-02-04T04:24:22.495Z |
2432026-02-04T04:24:22.495Z
2442026-02-04T04:24:22.555Zwarning: `libdlpi-sys` (lib) generated 1 warning
2452026-02-04T04:24:22.601Z Checking errno v0.3.14
2462026-02-04T04:24:22.601Z Checking parking_lot_core v0.9.12
2472026-02-04T04:24:22.604Z Checking socket2 v0.6.2
2482026-02-04T04:24:22.605Z Checking mio v1.1.1
2492026-02-04T04:24:22.717Z Checking signal-hook-registry v1.4.8
2502026-02-04T04:24:22.857Z Checking parking_lot v0.12.5
2512026-02-04T04:24:23.070Z Checking tokio v1.49.0
2522026-02-04T04:24:27.383Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2532026-02-04T04:24:27.467Zwarning: empty line after doc comment
2542026-02-04T04:24:27.467Z --> dlpi/src/lib.rs:220:1
2552026-02-04T04:24:27.467Z |
2562026-02-04T04:24:27.467Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2572026-02-04T04:24:27.467Z221 | | /*pub fn recv_async<'a>(
2582026-02-04T04:24:27.467Z222 | | h: DlpiHandle,
2592026-02-04T04:24:27.467Z223 | | src: &'a mut [u8],
2602026-02-04T04:24:27.467Z... |
2612026-02-04T04:24:27.467Z229 | | */
2622026-02-04T04:24:27.467Z230 | |
2632026-02-04T04:24:27.467Z | |_^
2642026-02-04T04:24:27.467Z231 | #[cfg(feature = "async")]
2652026-02-04T04:24:27.467Z232 | pub async fn recv_async<'a>(
2662026-02-04T04:24:27.467Z | ----------------------- the comment documents this function
2672026-02-04T04:24:27.467Z |
2682026-02-04T04:24:27.467Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#empty_line_after_doc_comments
2692026-02-04T04:24:27.467Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2702026-02-04T04:24:27.467Z = help: if the empty line is unintentional, remove it
2712026-02-04T04:24:27.467Zhelp: if the doc comment should not document function `recv_async` then comment it out
2722026-02-04T04:24:27.467Z |
2732026-02-04T04:24:27.467Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2742026-02-04T04:24:27.467Z218 ~ // /// result as [`recv`].
2752026-02-04T04:24:27.467Z219 ~ // ///
2762026-02-04T04:24:27.467Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2772026-02-04T04:24:27.468Z |
2782026-02-04T04:24:27.468Z
2792026-02-04T04:24:27.559Zwarning: this can be `std::io::Error::other(_)`
2802026-02-04T04:24:27.560Z --> dlpi/src/lib.rs:369:19
2812026-02-04T04:24:27.560Z |
2822026-02-04T04:24:27.560Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2832026-02-04T04:24:27.560Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2842026-02-04T04:24:27.560Z |
2852026-02-04T04:24:27.560Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#io_other_error
2862026-02-04T04:24:27.560Z = note: `#[warn(clippy::io_other_error)]` on by default
2872026-02-04T04:24:27.560Zhelp: use `std::io::Error::other`
2882026-02-04T04:24:27.560Z |
2892026-02-04T04:24:27.560Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2902026-02-04T04:24:27.560Z369 + Ok(rc) => Error::other(rc),
2912026-02-04T04:24:27.560Z |
2922026-02-04T04:24:27.560Z
2932026-02-04T04:24:27.590Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi` to apply 1 suggestion)
2942026-02-04T04:24:27.590Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.60s
2952026-02-04T04:24:27.607Z+ banner test
2962026-02-04T04:24:27.610Z
2972026-02-04T04:24:27.610Z ##### ###### #### #####
2982026-02-04T04:24:27.610Z # # # #
2992026-02-04T04:24:27.610Z # ##### #### #
3002026-02-04T04:24:27.610Z # # # #
3012026-02-04T04:24:27.610Z # # # # #
3022026-02-04T04:24:27.610Z # ###### #### #
3032026-02-04T04:24:27.610Z
3042026-02-04T04:24:27.610Z+ ./run_tests.sh
3052026-02-04T04:24:27.677Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3062026-02-04T04:24:27.677Z |
3072026-02-04T04:24:27.677Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3082026-02-04T04:24:27.677Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3092026-02-04T04:24:27.677Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3102026-02-04T04:24:27.782Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3112026-02-04T04:24:27.785Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3122026-02-04T04:24:28.798Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.13s
3132026-02-04T04:24:28.852Zfound 2 test binaries
3142026-02-04T04:24:28.868ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-7790dde9f6a95f9b
3152026-02-04T04:24:28.874Z
3162026-02-04T04:24:28.874Zrunning 0 tests
3172026-02-04T04:24:28.874Z
3182026-02-04T04:24:28.874Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3192026-02-04T04:24:28.874Z
3202026-02-04T04:24:28.877ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-e402e848d1239b5e
3212026-02-04T04:24:28.877Z
3222026-02-04T04:24:28.877Zrunning 1 test
3232026-02-04T04:24:28.880Z
3242026-02-04T04:24:28.880Z0000: 64 6f 20 79 6f 75 20 6b do you k
3252026-02-04T04:24:28.880Z0008: 6e 6f 77 20 74 68 65 20 now the
3262026-02-04T04:24:28.880Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3272026-02-04T04:24:28.880Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3282026-02-04T04:24:28.880Z0020: 00 00 00 00 00 00 00 00 ........
3292026-02-04T04:24:28.880Z0028: 00 00 00 00 00 00 ......
3302026-02-04T04:24:28.880Z
3312026-02-04T04:24:28.880Ztest test::test_loopback_send_recv ... ok
3322026-02-04T04:24:28.880Z
3332026-02-04T04:24:28.881Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-02-04T04:24:28.881Z
3352026-02-04T04:24:28.890Zprocess exited: duration 22602 ms, exit code 0
 
3362026-02-04T04:24:28.896Zfound 0 output files