01KJSHTAP13HBKQ116CNNZC71E: build-and-test

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

Buildomat Job: 01KJSHTG72TEEJ83DS3MW9TXNM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-03T09:53:10.975Zjob assigned to worker 01KJSHTH6TAGCRC2FYMBV97SBR [factory gimlet-EVT22200007-propolis, EVT22200007/60006] (queued for 26 s)
 
22026-03-03T09:53:19.409Zstarting task 0: "setup"
32026-03-03T09:53:19.434Z++ uname -s
42026-03-03T09:53:19.434Z+ kern=SunOS
52026-03-03T09:53:19.434Z+ build_user=build
62026-03-03T09:53:19.434Z+ build_uid=12345
72026-03-03T09:53:19.434Z+ work_dir=/work
82026-03-03T09:53:19.434Z+ input_dir=/input
92026-03-03T09:53:19.434Z+ [[ 0 == 12345 ]]
102026-03-03T09:53:19.434Z+ case "$kern" in
112026-03-03T09:53:19.434Z+ groupadd -g 12345 build
122026-03-03T09:53:19.434Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-03T09:53:21.435Z+ zfs create -o mountpoint=/work rpool/work
142026-03-03T09:53:21.474Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-03T09:53:21.498Z+ home_fs=zfs
162026-03-03T09:53:21.498Z+ [[ zfs == autofs ]]
172026-03-03T09:53:21.498Z+ mkdir -p /home/build
182026-03-03T09:53:21.498Z+ chown build:build /home/build /work
192026-03-03T09:53:23.482Z+ chmod 0700 /home/build /work
202026-03-03T09:53:23.507Zprocess exited: duration 4076 ms, exit code 0
 
212026-03-03T09:53:23.558Zstarting task 1: "rust-toolchain"
222026-03-03T09:53:23.583Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-03T09:53:23.583Z * rust toolchain channel = "stable"
242026-03-03T09:53:23.584Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-03T09:53:23.584Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-03T09:53:23.584Z * rust toolchain profile = "default"
272026-03-03T09:53:23.584Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-03T09:53:23.584Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-03T09:53:23.584Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-03T09:53:23.693Zinfo: downloading installer
312026-03-03T09:53:24.466Zwarn: It looks like you have an existing installation of Rust at:
322026-03-03T09:53:24.466Zwarn: /opt/ooce/bin
332026-03-03T09:53:24.466Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-03T09:53:24.466Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-03T09:53:24.466Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-03T09:53:24.466Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-03T09:53:24.466Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-03T09:53:24.466Zerror: cannot install while Rust is installed
392026-03-03T09:53:24.466Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-03T09:53:24.490Zinfo: profile set to 'default'
412026-03-03T09:53:24.490Zinfo: default host triple is x86_64-unknown-illumos
422026-03-03T09:53:24.490Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-03-03T09:53:24.573Zinfo: latest update on 2026-02-12, rust version 1.93.1 (01f6ddf75 2026-02-11)
442026-03-03T09:53:24.573Zinfo: downloading component 'cargo'
452026-03-03T09:53:24.776Zinfo: downloading component 'clippy'
462026-03-03T09:53:24.896Zinfo: downloading component 'rust-docs'
472026-03-03T09:53:25.305Zinfo: downloading component 'rust-std'
482026-03-03T09:53:25.759Zinfo: downloading component 'rustc'
492026-03-03T09:53:26.999Zinfo: downloading component 'rustfmt'
502026-03-03T09:53:27.098Zinfo: installing component 'cargo'
512026-03-03T09:53:28.270Zinfo: installing component 'clippy'
522026-03-03T09:53:28.721Zinfo: installing component 'rust-docs'
532026-03-03T09:53:32.041Zinfo: installing component 'rust-std'
542026-03-03T09:53:34.014Zinfo: installing component 'rustc'
552026-03-03T09:53:41.966Zinfo: installing component 'rustfmt'
562026-03-03T09:53:42.338Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-03-03T09:53:42.338Z
582026-03-03T09:53:42.505Z stable-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
592026-03-03T09:53:42.506Z
602026-03-03T09:53:42.506Z
612026-03-03T09:53:42.506ZRust is installed now. Great!
622026-03-03T09:53:42.506Z
632026-03-03T09:53:42.506ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-03T09:53:42.530Zenvironment variable. This has not been done automatically.
652026-03-03T09:53:42.530Z
662026-03-03T09:53:42.530ZTo configure your current shell, you need to source
672026-03-03T09:53:42.530Zthe corresponding env file under $HOME/.cargo.
682026-03-03T09:53:42.530Z
692026-03-03T09:53:42.530ZThis is usually done by running one of the following (note the leading DOT):
702026-03-03T09:53:42.530Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-03T09:53:42.530Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-03T09:53:42.530Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-03T09:53:42.667Z+ rustup --version
742026-03-03T09:53:42.692Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-03T09:53:42.692Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-03T09:53:42.788Zinfo: The currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
772026-03-03T09:53:42.813Z+ cargo --version
782026-03-03T09:53:42.883Zcargo 1.93.1 (083ac5135 2025-12-15)
792026-03-03T09:53:42.907Z+ rustc --version
802026-03-03T09:53:42.986Zrustc 1.93.1 (01f6ddf75 2026-02-11)
812026-03-03T09:53:43.011Zprocess exited: duration 19435 ms, exit code 0
 
822026-03-03T09:53:43.060Zstarting task 2: "authentication"
832026-03-03T09:53:43.117Zprocess exited: duration 57 ms, exit code 0
 
842026-03-03T09:53:43.169Zstarting task 3: "clone repository"
852026-03-03T09:53:43.194Z+ mkdir -p /work/oxidecomputer/dlpi-sys
862026-03-03T09:53:43.194Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
872026-03-03T09:53:43.218ZCloning into '/work/oxidecomputer/dlpi-sys'...
882026-03-03T09:53:44.160Z+ cd /work/oxidecomputer/dlpi-sys
892026-03-03T09:53:44.160Z+ git fetch origin b4686fd2cb223ef5c41c78e7808c05ea6361a6ba
902026-03-03T09:53:44.466ZFrom https://github.com/oxidecomputer/dlpi-sys
912026-03-03T09:53:44.466Z * branch b4686fd2cb223ef5c41c78e7808c05ea6361a6ba -> FETCH_HEAD
922026-03-03T09:53:44.491Z+ [[ -n renovate/tokio-1.x ]]
932026-03-03T09:53:44.491Z++ git branch --show-current
942026-03-03T09:53:44.491Z+ current=main
952026-03-03T09:53:44.491Z+ [[ main != renovate/tokio-1.x ]]
962026-03-03T09:53:44.491Z+ git branch -f renovate/tokio-1.x b4686fd2cb223ef5c41c78e7808c05ea6361a6ba
972026-03-03T09:53:44.491Z+ git checkout -f renovate/tokio-1.x
982026-03-03T09:53:44.515ZSwitched to branch 'renovate/tokio-1.x'
992026-03-03T09:53:44.516Z+ git reset --hard b4686fd2cb223ef5c41c78e7808c05ea6361a6ba
1002026-03-03T09:53:44.516ZHEAD is now at b4686fd Update Rust crate tokio to 1.50.0
1012026-03-03T09:53:44.516Zprocess exited: duration 1333 ms, exit code 0
 
1022026-03-03T09:53:44.567Zstarting task 4: "build"
1032026-03-03T09:53:44.592Z+ cargo --version
1042026-03-03T09:53:44.633Zcargo 1.93.1 (083ac5135 2025-12-15)
1052026-03-03T09:53:44.657Z+ rustc --version
1062026-03-03T09:53:44.715Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1072026-03-03T09:53:44.739Z+ banner build
1082026-03-03T09:53:44.739Z
1092026-03-03T09:53:44.739Z ##### # # # # #####
1102026-03-03T09:53:44.739Z # # # # # # # #
1112026-03-03T09:53:44.739Z ##### # # # # # #
1122026-03-03T09:53:44.739Z # # # # # # # #
1132026-03-03T09:53:44.739Z # # # # # # # #
1142026-03-03T09:53:44.739Z ##### #### # ###### #####
1152026-03-03T09:53:44.739Z
1162026-03-03T09:53:44.739Z+ ptime -m cargo build
1172026-03-03T09:53:44.814Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1182026-03-03T09:53:44.814Z |
1192026-03-03T09:53:44.814Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1202026-03-03T09:53:44.814Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1212026-03-03T09:53:44.814Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1222026-03-03T09:53:44.895Z Updating crates.io index
1232026-03-03T09:53:45.194Z Locking 51 packages to latest compatible versions
1242026-03-03T09:53:45.219Z Downloading crates ...
1252026-03-03T09:53:45.256Z Downloaded equivalent v1.0.2
1262026-03-03T09:53:45.280Z Downloaded errno v0.3.14
1272026-03-03T09:53:45.280Z Downloaded proc-macro-crate v3.4.0
1282026-03-03T09:53:45.280Z Downloaded pin-project-lite v0.2.17
1292026-03-03T09:53:45.280Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1302026-03-03T09:53:45.280Z Downloaded tokio-macros v2.6.1
1312026-03-03T09:53:45.280Z Downloaded thiserror-impl v2.0.18
1322026-03-03T09:53:45.280Z Downloaded signal-hook-registry v1.4.8
1332026-03-03T09:53:45.280Z Downloaded quote v1.0.44
1342026-03-03T09:53:45.305Z Downloaded parking_lot_core v0.9.12
1352026-03-03T09:53:45.305Z Downloaded smallvec v1.15.1
1362026-03-03T09:53:45.305Z Downloaded toml_parser v1.0.9+spec-1.1.0
1372026-03-03T09:53:45.305Z Downloaded unicode-ident v1.0.24
1382026-03-03T09:53:45.305Z Downloaded bytes v1.11.1
1392026-03-03T09:53:45.305Z Downloaded mio v1.1.1
1402026-03-03T09:53:45.305Z Downloaded memchr v2.8.0
1412026-03-03T09:53:45.329Z Downloaded toml_edit v0.23.10+spec-1.0.0
1422026-03-03T09:53:45.329Z Downloaded socket2 v0.6.2
1432026-03-03T09:53:45.329Z Downloaded winnow v0.7.14
1442026-03-03T09:53:45.329Z Downloaded hashbrown v0.16.1
1452026-03-03T09:53:45.329Z Downloaded serde_core v1.0.228
1462026-03-03T09:53:45.354Z Downloaded thiserror v2.0.18
1472026-03-03T09:53:45.354Z Downloaded proc-macro2 v1.0.106
1482026-03-03T09:53:45.354Z Downloaded rustversion v1.0.22
1492026-03-03T09:53:45.354Z Downloaded syn v2.0.117
1502026-03-03T09:53:45.379Z Downloaded indexmap v2.13.0
1512026-03-03T09:53:45.379Z Downloaded parking_lot v0.12.5
1522026-03-03T09:53:45.379Z Downloaded num_enum_derive v0.7.5
1532026-03-03T09:53:45.379Z Downloaded num_enum v0.7.5
1542026-03-03T09:53:45.379Z Downloaded lock_api v0.4.14
1552026-03-03T09:53:45.379Z Downloaded scopeguard v1.2.0
1562026-03-03T09:53:45.379Z Downloaded pretty-hex v0.4.1
1572026-03-03T09:53:45.379Z Downloaded cfg-if v1.0.4
1582026-03-03T09:53:45.405Z Downloaded libc v0.2.182
1592026-03-03T09:53:45.429Z Downloaded tokio v1.50.0
1602026-03-03T09:53:45.508Z Compiling proc-macro2 v1.0.106
1612026-03-03T09:53:45.508Z Compiling unicode-ident v1.0.24
1622026-03-03T09:53:45.508Z Compiling quote v1.0.44
1632026-03-03T09:53:45.532Z Compiling libc v0.2.182
1642026-03-03T09:53:45.532Z Compiling winnow v0.7.14
1652026-03-03T09:53:45.532Z Compiling hashbrown v0.16.1
1662026-03-03T09:53:45.532Z Compiling equivalent v1.0.2
1672026-03-03T09:53:45.532Z Compiling toml_datetime v0.7.5+spec-1.1.0
1682026-03-03T09:53:45.819Z Compiling parking_lot_core v0.9.12
1692026-03-03T09:53:45.844Z Compiling rustversion v1.0.22
1702026-03-03T09:53:46.061Z Compiling scopeguard v1.2.0
1712026-03-03T09:53:46.165Z Compiling cfg-if v1.0.4
1722026-03-03T09:53:46.192Z Compiling smallvec v1.15.1
1732026-03-03T09:53:46.216Z Compiling lock_api v0.4.14
1742026-03-03T09:53:46.250Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1752026-03-03T09:53:46.400Z Compiling thiserror v2.0.18
1762026-03-03T09:53:46.560Z Compiling indexmap v2.13.0
1772026-03-03T09:53:46.592Z Compiling pin-project-lite v0.2.17
1782026-03-03T09:53:46.640Z Compiling bytes v1.11.1
1792026-03-03T09:53:46.875Z Compiling errno v0.3.14
1802026-03-03T09:53:47.087Z Compiling signal-hook-registry v1.4.8
1812026-03-03T09:53:47.252Z Compiling parking_lot v0.12.5
1822026-03-03T09:53:47.495Z Compiling socket2 v0.6.2
1832026-03-03T09:53:47.573Z Compiling mio v1.1.1
1842026-03-03T09:53:47.715Z Compiling pretty-hex v0.4.1
1852026-03-03T09:53:47.744Z Compiling syn v2.0.117
1862026-03-03T09:53:48.143Z Compiling toml_parser v1.0.9+spec-1.1.0
1872026-03-03T09:53:48.715Z Compiling toml_edit v0.23.10+spec-1.0.0
1882026-03-03T09:53:49.602Z Compiling proc-macro-crate v3.4.0
1892026-03-03T09:53:52.538Z Compiling tokio-macros v2.6.1
1902026-03-03T09:53:52.538Z Compiling num_enum_derive v0.7.5
1912026-03-03T09:53:52.538Z Compiling thiserror-impl v2.0.18
1922026-03-03T09:53:53.476Z Compiling tokio v1.50.0
1932026-03-03T09:53:53.797Z Compiling num_enum v0.7.5
1942026-03-03T09:53:59.571Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1952026-03-03T09:54:01.425Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 16.64s
1962026-03-03T09:54:01.466Z
1972026-03-03T09:54:01.490Zreal 16.730526274
1982026-03-03T09:54:01.491Zuser 39.094965403
1992026-03-03T09:54:01.491Zsys 6.986174278
2002026-03-03T09:54:01.491Ztrap 0.018517723
2012026-03-03T09:54:01.491Ztflt 0.070537665
2022026-03-03T09:54:01.491Zdflt 0.299691550
2032026-03-03T09:54:01.491Zkflt 0.000945851
2042026-03-03T09:54:01.491Zlock 2:06.798733605
2052026-03-03T09:54:01.491Zslp 1:26.370645424
2062026-03-03T09:54:01.491Zlat 2.507347115
2072026-03-03T09:54:01.491Zstop 1.944333959
2082026-03-03T09:54:01.491Z+ cargo fmt -- --check
2092026-03-03T09:54:01.716Z+ cargo clippy
2102026-03-03T09:54:01.896Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2112026-03-03T09:54:01.896Z |
2122026-03-03T09:54:01.896Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2132026-03-03T09:54:01.896Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2142026-03-03T09:54:01.896Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2152026-03-03T09:54:02.031Z Checking scopeguard v1.2.0
2162026-03-03T09:54:02.031Z Checking smallvec v1.15.1
2172026-03-03T09:54:02.031Z Checking libc v0.2.182
2182026-03-03T09:54:02.063Z Checking cfg-if v1.0.4
2192026-03-03T09:54:02.063Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2202026-03-03T09:54:02.063Z Checking bytes v1.11.1
2212026-03-03T09:54:02.063Z Checking pin-project-lite v0.2.17
2222026-03-03T09:54:02.063Z Checking thiserror v2.0.18
2232026-03-03T09:54:02.108Z Checking num_enum v0.7.5
2242026-03-03T09:54:02.151Z Checking pretty-hex v0.4.1
2252026-03-03T09:54:02.176Z Checking lock_api v0.4.14
2262026-03-03T09:54:02.416Zwarning: empty line after doc comment
2272026-03-03T09:54:02.416Z --> libdlpi-sys/src/lib.rs:8:1
2282026-03-03T09:54:02.416Z |
2292026-03-03T09:54:02.416Z 8 | / /// DLPI Flags
2302026-03-03T09:54:02.416Z 9 | |
2312026-03-03T09:54:02.416Z | |_^
2322026-03-03T09:54:02.416Z10 | /// Exclusive open.
2332026-03-03T09:54:02.416Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2342026-03-03T09:54:02.416Z | ------------------- the comment documents this constant item
2352026-03-03T09:54:02.416Z |
2362026-03-03T09:54:02.416Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#empty_line_after_doc_comments
2372026-03-03T09:54:02.416Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2382026-03-03T09:54:02.416Z = help: if the empty line is unintentional, remove it
2392026-03-03T09:54:02.416Zhelp: if the documentation should include the empty line include it in the comment
2402026-03-03T09:54:02.416Z |
2412026-03-03T09:54:02.416Z 9 | ///
2422026-03-03T09:54:02.416Z |
2432026-03-03T09:54:02.416Z
2442026-03-03T09:54:02.486Zwarning: `libdlpi-sys` (lib) generated 1 warning
2452026-03-03T09:54:02.567Z Checking errno v0.3.14
2462026-03-03T09:54:02.591Z Checking parking_lot_core v0.9.12
2472026-03-03T09:54:02.591Z Checking socket2 v0.6.2
2482026-03-03T09:54:02.591Z Checking mio v1.1.1
2492026-03-03T09:54:02.705Z Checking signal-hook-registry v1.4.8
2502026-03-03T09:54:02.834Z Checking parking_lot v0.12.5
2512026-03-03T09:54:03.106Z Checking tokio v1.50.0
2522026-03-03T09:54:08.261Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2532026-03-03T09:54:08.366Zwarning: empty line after doc comment
2542026-03-03T09:54:08.366Z --> dlpi/src/lib.rs:220:1
2552026-03-03T09:54:08.366Z |
2562026-03-03T09:54:08.366Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2572026-03-03T09:54:08.366Z221 | | /*pub fn recv_async<'a>(
2582026-03-03T09:54:08.366Z222 | | h: DlpiHandle,
2592026-03-03T09:54:08.366Z223 | | src: &'a mut [u8],
2602026-03-03T09:54:08.366Z... |
2612026-03-03T09:54:08.366Z229 | | */
2622026-03-03T09:54:08.366Z230 | |
2632026-03-03T09:54:08.366Z | |_^
2642026-03-03T09:54:08.366Z231 | #[cfg(feature = "async")]
2652026-03-03T09:54:08.366Z232 | pub async fn recv_async<'a>(
2662026-03-03T09:54:08.366Z | ----------------------- the comment documents this function
2672026-03-03T09:54:08.366Z |
2682026-03-03T09:54:08.366Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#empty_line_after_doc_comments
2692026-03-03T09:54:08.366Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2702026-03-03T09:54:08.366Z = help: if the empty line is unintentional, remove it
2712026-03-03T09:54:08.366Zhelp: if the doc comment should not document function `recv_async` then comment it out
2722026-03-03T09:54:08.366Z |
2732026-03-03T09:54:08.366Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2742026-03-03T09:54:08.366Z218 ~ // /// result as [`recv`].
2752026-03-03T09:54:08.366Z219 ~ // ///
2762026-03-03T09:54:08.366Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2772026-03-03T09:54:08.366Z |
2782026-03-03T09:54:08.366Z
2792026-03-03T09:54:08.481Zwarning: this can be `std::io::Error::other(_)`
2802026-03-03T09:54:08.481Z --> dlpi/src/lib.rs:369:19
2812026-03-03T09:54:08.481Z |
2822026-03-03T09:54:08.481Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2832026-03-03T09:54:08.481Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2842026-03-03T09:54:08.481Z |
2852026-03-03T09:54:08.481Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.93.0/index.html#io_other_error
2862026-03-03T09:54:08.481Z = note: `#[warn(clippy::io_other_error)]` on by default
2872026-03-03T09:54:08.481Zhelp: use `std::io::Error::other`
2882026-03-03T09:54:08.482Z |
2892026-03-03T09:54:08.482Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2902026-03-03T09:54:08.482Z369 + Ok(rc) => Error::other(rc),
2912026-03-03T09:54:08.482Z |
2922026-03-03T09:54:08.482Z
2932026-03-03T09:54:08.515Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi` to apply 1 suggestion)
2942026-03-03T09:54:08.515Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.63s
2952026-03-03T09:54:08.540Z+ banner test
2962026-03-03T09:54:08.565Z
2972026-03-03T09:54:08.565Z ##### ###### #### #####
2982026-03-03T09:54:08.565Z # # # #
2992026-03-03T09:54:08.565Z # ##### #### #
3002026-03-03T09:54:08.565Z # # # #
3012026-03-03T09:54:08.565Z # # # # #
3022026-03-03T09:54:08.565Z # ###### #### #
3032026-03-03T09:54:08.565Z
3042026-03-03T09:54:08.565Z+ ./run_tests.sh
3052026-03-03T09:54:08.625Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3062026-03-03T09:54:08.625Z |
3072026-03-03T09:54:08.625Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3082026-03-03T09:54:08.625Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3092026-03-03T09:54:08.625Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3102026-03-03T09:54:08.766Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3112026-03-03T09:54:08.766Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3122026-03-03T09:54:09.940Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.33s
3132026-03-03T09:54:09.998Zfound 2 test binaries
3142026-03-03T09:54:10.023ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-76646e6fd5275b90
3152026-03-03T09:54:10.023Z
3162026-03-03T09:54:10.023Zrunning 0 tests
3172026-03-03T09:54:10.023Z
3182026-03-03T09:54:10.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3192026-03-03T09:54:10.023Z
3202026-03-03T09:54:10.023ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-aa6fa04aa087f3fa
3212026-03-03T09:54:10.048Z
3222026-03-03T09:54:10.048Zrunning 1 test
3232026-03-03T09:54:10.048Z
3242026-03-03T09:54:10.048Z0000: 64 6f 20 79 6f 75 20 6b do you k
3252026-03-03T09:54:10.048Z0008: 6e 6f 77 20 74 68 65 20 now the
3262026-03-03T09:54:10.048Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3272026-03-03T09:54:10.048Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3282026-03-03T09:54:10.048Z0020: 00 00 00 00 00 00 00 00 ........
3292026-03-03T09:54:10.048Z0028: 00 00 00 00 00 00 ......
3302026-03-03T09:54:10.048Z
3312026-03-03T09:54:10.048Ztest test::test_loopback_send_recv ... ok
3322026-03-03T09:54:10.048Z
3332026-03-03T09:54:10.048Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-03-03T09:54:10.048Z
3352026-03-03T09:54:10.048Zprocess exited: duration 25478 ms, exit code 0
 
3362026-03-03T09:54:10.097Zfound 0 output files