01KNPB735DHVGCHZNMJ340R744: build-and-test

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

Buildomat Job: 01KNPB7A5DWDNW6V96A55HRGRC

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-08T10:47:55.358Zjob assigned to worker 01KNPB7KNQC9PNJD5Q4CD96PT0 [factory aws, i-0061836fdfebccb2a] (queued for 1 m 8 s)
 
22026-04-08T10:48:01.764Zstarting task 0: "setup"
32026-04-08T10:48:01.768Z++ uname -s
42026-04-08T10:48:01.771Z+ kern=SunOS
52026-04-08T10:48:01.772Z+ build_user=build
62026-04-08T10:48:01.772Z+ build_uid=12345
72026-04-08T10:48:01.772Z+ work_dir=/work
82026-04-08T10:48:01.772Z+ input_dir=/input
92026-04-08T10:48:01.772Z+ [[ 0 == 12345 ]]
102026-04-08T10:48:01.772Z+ case "$kern" in
112026-04-08T10:48:01.772Z+ groupadd -g 12345 build
122026-04-08T10:48:01.772Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-08T10:48:03.778Z+ zfs create -o mountpoint=/work rpool/work
142026-04-08T10:48:03.875Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-08T10:48:03.879Z+ home_fs=zfs
162026-04-08T10:48:03.879Z+ [[ zfs == autofs ]]
172026-04-08T10:48:03.879Z+ mkdir -p /home/build
182026-04-08T10:48:03.879Z+ chown build:build /home/build /work
192026-04-08T10:48:05.880Z+ chmod 0700 /home/build /work
202026-04-08T10:48:05.883Zprocess exited: duration 4120 ms, exit code 0
 
212026-04-08T10:48:05.891Zstarting task 1: "rust-toolchain"
222026-04-08T10:48:05.895Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-08T10:48:05.895Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-08T10:48:05.895Z * rust toolchain channel = "stable"
252026-04-08T10:48:05.895Z * rust toolchain profile = "default"
262026-04-08T10:48:05.895Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-08T10:48:05.895Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-08T10:48:05.898Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-08T10:48:05.899Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-08T10:48:05.982Zinfo: downloading installer
312026-04-08T10:48:07.430Zwarn: It looks like you have an existing installation of Rust at:
322026-04-08T10:48:07.430Zwarn: /opt/ooce/bin
332026-04-08T10:48:07.430Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-08T10:48:07.430Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-08T10:48:07.430Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-08T10:48:07.430Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-08T10:48:07.430Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-08T10:48:07.430Zerror: cannot install while Rust is installed
392026-04-08T10:48:07.430Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-08T10:48:07.434Zwarn: It looks like you have an existing rustup settings file at:
412026-04-08T10:48:07.434Zwarn: /home/build/.rustup/settings.toml
422026-04-08T10:48:07.434Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-08T10:48:07.434Zwarn: instead of the one inferred from the default host triple.
442026-04-08T10:48:07.444Zinfo: profile set to default
452026-04-08T10:48:07.444Zinfo: default host triple is x86_64-unknown-illumos
462026-04-08T10:48:07.447Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-08T10:48:07.580Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-08T10:48:07.584Zinfo: downloading 6 components
492026-04-08T10:48:22.285Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-08T10:48:22.285Z
512026-04-08T10:48:22.314Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-08T10:48:22.314Z
532026-04-08T10:48:22.314Z
542026-04-08T10:48:22.314ZRust is installed now. Great!
552026-04-08T10:48:22.314Z
562026-04-08T10:48:22.318ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-08T10:48:22.318Zenvironment variable. This has not been done automatically.
582026-04-08T10:48:22.318Z
592026-04-08T10:48:22.318ZTo configure your current shell, you need to source
602026-04-08T10:48:22.318Zthe corresponding env file under $HOME/.cargo.
612026-04-08T10:48:22.318Z
622026-04-08T10:48:22.318ZThis is usually done by running one of the following (note the leading DOT):
632026-04-08T10:48:22.318Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-08T10:48:22.318Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-08T10:48:22.318Zsource "~/.cargo/env.nu" # For nushell
662026-04-08T10:48:22.318Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-08T10:48:22.318Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-08T10:48:22.318Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-08T10:48:22.318Zwarn: no default linker (`cc`) was found in your PATH
702026-04-08T10:48:22.318Zwarn: many Rust crates require a system C toolchain to build
712026-04-08T10:48:22.413Z+ rustup --version
722026-04-08T10:48:22.422Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-08T10:48:22.425Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-08T10:48:22.444Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-08T10:48:22.447Z+ cargo --version
762026-04-08T10:48:22.459Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-08T10:48:22.462Z+ rustc --version
782026-04-08T10:48:22.481Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-08T10:48:22.485Zprocess exited: duration 16591 ms, exit code 0
 
802026-04-08T10:48:22.491Zstarting task 2: "authentication"
812026-04-08T10:48:22.508Zprocess exited: duration 16 ms, exit code 0
 
822026-04-08T10:48:22.514Zstarting task 3: "clone repository"
832026-04-08T10:48:22.518Z+ mkdir -p /work/oxidecomputer/dlpi-sys
842026-04-08T10:48:22.521Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
852026-04-08T10:48:22.550ZCloning into '/work/oxidecomputer/dlpi-sys'...
862026-04-08T10:48:23.050Z+ cd /work/oxidecomputer/dlpi-sys
872026-04-08T10:48:23.050Z+ git fetch origin e214bba7a5abc61d135d2b82c3a94228fe01349d
882026-04-08T10:48:23.282ZFrom https://github.com/oxidecomputer/dlpi-sys
892026-04-08T10:48:23.282Z * branch e214bba7a5abc61d135d2b82c3a94228fe01349d -> FETCH_HEAD
902026-04-08T10:48:23.286Z+ [[ -n renovate/tokio-1.x ]]
912026-04-08T10:48:23.290Z++ git branch --show-current
922026-04-08T10:48:23.290Z+ current=main
932026-04-08T10:48:23.290Z+ [[ main != renovate/tokio-1.x ]]
942026-04-08T10:48:23.290Z+ git branch -f renovate/tokio-1.x e214bba7a5abc61d135d2b82c3a94228fe01349d
952026-04-08T10:48:23.293Z+ git checkout -f renovate/tokio-1.x
962026-04-08T10:48:23.297ZSwitched to branch 'renovate/tokio-1.x'
972026-04-08T10:48:23.297Z+ git reset --hard e214bba7a5abc61d135d2b82c3a94228fe01349d
982026-04-08T10:48:23.300ZHEAD is now at e214bba Update Rust crate tokio to 1.51.1
992026-04-08T10:48:23.300Zprocess exited: duration 784 ms, exit code 0
 
1002026-04-08T10:48:23.307Zstarting task 4: "build"
1012026-04-08T10:48:23.311Z+ cargo --version
1022026-04-08T10:48:23.319Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1032026-04-08T10:48:23.322Z+ rustc --version
1042026-04-08T10:48:23.342Zrustc 1.94.1 (e408947bf 2026-03-25)
1052026-04-08T10:48:23.345Z+ banner build
1062026-04-08T10:48:23.348Z
1072026-04-08T10:48:23.348Z ##### # # # # #####
1082026-04-08T10:48:23.348Z # # # # # # # #
1092026-04-08T10:48:23.348Z ##### # # # # # #
1102026-04-08T10:48:23.348Z # # # # # # # #
1112026-04-08T10:48:23.348Z # # # # # # # #
1122026-04-08T10:48:23.349Z ##### #### # ###### #####
1132026-04-08T10:48:23.349Z
1142026-04-08T10:48:23.349Z+ ptime -m cargo build
1152026-04-08T10:48:23.372Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1162026-04-08T10:48:23.372Z |
1172026-04-08T10:48:23.372Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1182026-04-08T10:48:23.372Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1192026-04-08T10:48:23.372Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1202026-04-08T10:48:23.420Z Updating crates.io index
1212026-04-08T10:48:23.840Z Locking 41 packages to latest compatible versions
1222026-04-08T10:48:23.846Z Downloading crates ...
1232026-04-08T10:48:23.890Z Downloaded num_enum_derive v0.7.6
1242026-04-08T10:48:23.907Z Downloaded scopeguard v1.2.0
1252026-04-08T10:48:23.910Z Downloaded equivalent v1.0.2
1262026-04-08T10:48:23.913Z Downloaded pretty-hex v0.4.2
1272026-04-08T10:48:23.917Z Downloaded proc-macro-crate v3.5.0
1282026-04-08T10:48:23.917Z Downloaded tokio-macros v2.7.0
1292026-04-08T10:48:23.923Z Downloaded errno v0.3.14
1302026-04-08T10:48:23.926Z Downloaded cfg-if v1.0.4
1312026-04-08T10:48:23.945Z Downloaded signal-hook-registry v1.4.8
1322026-04-08T10:48:23.948Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1332026-04-08T10:48:23.951Z Downloaded thiserror-impl v2.0.18
1342026-04-08T10:48:23.954Z Downloaded num_enum v0.7.6
1352026-04-08T10:48:23.961Z Downloaded thiserror v2.0.18
1362026-04-08T10:48:23.964Z Downloaded lock_api v0.4.14
1372026-04-08T10:48:23.968Z Downloaded quote v1.0.45
1382026-04-08T10:48:23.972Z Downloaded toml_parser v1.1.2+spec-1.1.0
1392026-04-08T10:48:23.975Z Downloaded smallvec v1.15.1
1402026-04-08T10:48:23.975Z Downloaded rustversion v1.0.22
1412026-04-08T10:48:23.978Z Downloaded parking_lot_core v0.9.12
1422026-04-08T10:48:23.978Z Downloaded pin-project-lite v0.2.17
1432026-04-08T10:48:23.986Z Downloaded unicode-ident v1.0.24
1442026-04-08T10:48:23.989Z Downloaded proc-macro2 v1.0.106
1452026-04-08T10:48:23.989Z Downloaded parking_lot v0.12.5
1462026-04-08T10:48:23.994Z Downloaded socket2 v0.6.3
1472026-04-08T10:48:24.024Z Downloaded bytes v1.11.1
1482026-04-08T10:48:24.024Z Downloaded serde_core v1.0.228
1492026-04-08T10:48:24.024Z Downloaded toml_edit v0.25.11+spec-1.1.0
1502026-04-08T10:48:24.024Z Downloaded memchr v2.8.0
1512026-04-08T10:48:24.024Z Downloaded hashbrown v0.16.1
1522026-04-08T10:48:24.024Z Downloaded mio v1.2.0
1532026-04-08T10:48:24.024Z Downloaded indexmap v2.13.1
1542026-04-08T10:48:24.045Z Downloaded winnow v1.0.1
1552026-04-08T10:48:24.070Z Downloaded syn v2.0.117
1562026-04-08T10:48:24.153Z Downloaded libc v0.2.184
1572026-04-08T10:48:24.172Z Downloaded tokio v1.51.1
1582026-04-08T10:48:24.225Z Compiling proc-macro2 v1.0.106
1592026-04-08T10:48:24.225Z Compiling quote v1.0.45
1602026-04-08T10:48:24.225Z Compiling libc v0.2.184
1612026-04-08T10:48:24.225Z Compiling unicode-ident v1.0.24
1622026-04-08T10:48:24.225Z Compiling equivalent v1.0.2
1632026-04-08T10:48:24.225Z Compiling winnow v1.0.1
1642026-04-08T10:48:24.225Z Compiling hashbrown v0.16.1
1652026-04-08T10:48:24.225Z Compiling parking_lot_core v0.9.12
1662026-04-08T10:48:24.320Z Compiling toml_datetime v1.1.1+spec-1.1.0
1672026-04-08T10:48:24.352Z Compiling rustversion v1.0.22
1682026-04-08T10:48:24.526Z Compiling scopeguard v1.2.0
1692026-04-08T10:48:24.543Z Compiling cfg-if v1.0.4
1702026-04-08T10:48:24.568Z Compiling smallvec v1.15.1
1712026-04-08T10:48:24.592Z Compiling lock_api v0.4.14
1722026-04-08T10:48:24.607Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1732026-04-08T10:48:24.719Z Compiling indexmap v2.13.1
1742026-04-08T10:48:24.775Z Compiling thiserror v2.0.18
1752026-04-08T10:48:24.803Z Compiling bytes v1.11.1
1762026-04-08T10:48:24.827Z Compiling pin-project-lite v0.2.17
1772026-04-08T10:48:24.957Z Compiling errno v0.3.14
1782026-04-08T10:48:25.110Z Compiling parking_lot v0.12.5
1792026-04-08T10:48:25.303Z Compiling toml_parser v1.1.2+spec-1.1.0
1802026-04-08T10:48:25.361Z Compiling signal-hook-registry v1.4.8
1812026-04-08T10:48:25.422Z Compiling socket2 v0.6.3
1822026-04-08T10:48:25.441Z Compiling mio v1.2.0
1832026-04-08T10:48:25.471Z Compiling syn v2.0.117
1842026-04-08T10:48:25.532Z Compiling pretty-hex v0.4.2
1852026-04-08T10:48:25.654Z Compiling toml_edit v0.25.11+spec-1.1.0
1862026-04-08T10:48:26.115Z Compiling proc-macro-crate v3.5.0
1872026-04-08T10:48:27.756Z Compiling tokio-macros v2.7.0
1882026-04-08T10:48:27.756Z Compiling thiserror-impl v2.0.18
1892026-04-08T10:48:27.760Z Compiling num_enum_derive v0.7.6
1902026-04-08T10:48:28.309Z Compiling tokio v1.51.1
1912026-04-08T10:48:28.481Z Compiling num_enum v0.7.6
1922026-04-08T10:48:31.230Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1932026-04-08T10:48:32.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.65s
1942026-04-08T10:48:32.045Z
1952026-04-08T10:48:32.048Zreal 8.688415041
1962026-04-08T10:48:32.048Zuser 18.946564699
1972026-04-08T10:48:32.048Zsys 4.096663225
1982026-04-08T10:48:32.048Ztrap 0.009959884
1992026-04-08T10:48:32.048Ztflt 0.119024895
2002026-04-08T10:48:32.048Zdflt 0.202073539
2012026-04-08T10:48:32.048Zkflt 0.003621930
2022026-04-08T10:48:32.048Zlock 1:00.886890492
2032026-04-08T10:48:32.048Zslp 47.389217045
2042026-04-08T10:48:32.048Zlat 1.367514557
2052026-04-08T10:48:32.048Zstop 1.847746168
2062026-04-08T10:48:32.049Z+ cargo fmt -- --check
2072026-04-08T10:48:32.117Z+ cargo clippy
2082026-04-08T10:48:32.164Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2092026-04-08T10:48:32.164Z |
2102026-04-08T10:48:32.165Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2112026-04-08T10:48:32.165Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2122026-04-08T10:48:32.165Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2132026-04-08T10:48:32.243Z Checking cfg-if v1.0.4
2142026-04-08T10:48:32.243Z Checking libc v0.2.184
2152026-04-08T10:48:32.243Z Checking scopeguard v1.2.0
2162026-04-08T10:48:32.243Z Checking smallvec v1.15.1
2172026-04-08T10:48:32.246Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2182026-04-08T10:48:32.246Z Checking bytes v1.11.1
2192026-04-08T10:48:32.246Z Checking pin-project-lite v0.2.17
2202026-04-08T10:48:32.246Z Checking thiserror v2.0.18
2212026-04-08T10:48:32.292Z Checking num_enum v0.7.6
2222026-04-08T10:48:32.315Z Checking lock_api v0.4.14
2232026-04-08T10:48:32.318Z Checking pretty-hex v0.4.2
2242026-04-08T10:48:32.489Zwarning: empty line after doc comment
2252026-04-08T10:48:32.490Z --> libdlpi-sys/src/lib.rs:8:1
2262026-04-08T10:48:32.490Z |
2272026-04-08T10:48:32.490Z 8 | / /// DLPI Flags
2282026-04-08T10:48:32.490Z 9 | |
2292026-04-08T10:48:32.490Z | |_^
2302026-04-08T10:48:32.490Z10 | /// Exclusive open.
2312026-04-08T10:48:32.490Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2322026-04-08T10:48:32.490Z | ------------------- the comment documents this constant item
2332026-04-08T10:48:32.490Z |
2342026-04-08T10:48:32.490Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#empty_line_after_doc_comments
2352026-04-08T10:48:32.490Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2362026-04-08T10:48:32.490Z = help: if the empty line is unintentional, remove it
2372026-04-08T10:48:32.490Zhelp: if the documentation should include the empty line include it in the comment
2382026-04-08T10:48:32.490Z |
2392026-04-08T10:48:32.490Z 9 | ///
2402026-04-08T10:48:32.490Z |
2412026-04-08T10:48:32.490Z
2422026-04-08T10:48:32.509Z Checking parking_lot_core v0.9.12
2432026-04-08T10:48:32.513Z Checking errno v0.3.14
2442026-04-08T10:48:32.513Z Checking socket2 v0.6.3
2452026-04-08T10:48:32.513Z Checking mio v1.2.0
2462026-04-08T10:48:32.538Zwarning: `libdlpi-sys` (lib) generated 1 warning
2472026-04-08T10:48:32.600Z Checking signal-hook-registry v1.4.8
2482026-04-08T10:48:32.662Z Checking parking_lot v0.12.5
2492026-04-08T10:48:32.802Z Checking tokio v1.51.1
2502026-04-08T10:48:35.313Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2512026-04-08T10:48:35.379Zwarning: empty line after doc comment
2522026-04-08T10:48:35.379Z --> dlpi/src/lib.rs:220:1
2532026-04-08T10:48:35.379Z |
2542026-04-08T10:48:35.379Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2552026-04-08T10:48:35.379Z221 | | /*pub fn recv_async<'a>(
2562026-04-08T10:48:35.379Z222 | | h: DlpiHandle,
2572026-04-08T10:48:35.379Z223 | | src: &'a mut [u8],
2582026-04-08T10:48:35.379Z... |
2592026-04-08T10:48:35.379Z229 | | */
2602026-04-08T10:48:35.379Z230 | |
2612026-04-08T10:48:35.379Z | |_^
2622026-04-08T10:48:35.379Z231 | #[cfg(feature = "async")]
2632026-04-08T10:48:35.379Z232 | pub async fn recv_async<'a>(
2642026-04-08T10:48:35.379Z | ----------------------- the comment documents this function
2652026-04-08T10:48:35.379Z |
2662026-04-08T10:48:35.379Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#empty_line_after_doc_comments
2672026-04-08T10:48:35.379Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2682026-04-08T10:48:35.379Z = help: if the empty line is unintentional, remove it
2692026-04-08T10:48:35.379Zhelp: if the doc comment should not document function `recv_async` then comment it out
2702026-04-08T10:48:35.379Z |
2712026-04-08T10:48:35.380Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2722026-04-08T10:48:35.380Z218 ~ // /// result as [`recv`].
2732026-04-08T10:48:35.380Z219 ~ // ///
2742026-04-08T10:48:35.380Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2752026-04-08T10:48:35.380Z |
2762026-04-08T10:48:35.380Z
2772026-04-08T10:48:35.443Zwarning: this can be `std::io::Error::other(_)`
2782026-04-08T10:48:35.443Z --> dlpi/src/lib.rs:369:19
2792026-04-08T10:48:35.443Z |
2802026-04-08T10:48:35.443Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2812026-04-08T10:48:35.443Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2822026-04-08T10:48:35.443Z |
2832026-04-08T10:48:35.443Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#io_other_error
2842026-04-08T10:48:35.443Z = note: `#[warn(clippy::io_other_error)]` on by default
2852026-04-08T10:48:35.443Zhelp: use `std::io::Error::other`
2862026-04-08T10:48:35.443Z |
2872026-04-08T10:48:35.443Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2882026-04-08T10:48:35.443Z369 + Ok(rc) => Error::other(rc),
2892026-04-08T10:48:35.443Z |
2902026-04-08T10:48:35.443Z
2912026-04-08T10:48:35.470Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi` to apply 1 suggestion)
2922026-04-08T10:48:35.474Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.31s
2932026-04-08T10:48:35.484Z+ banner test
2942026-04-08T10:48:35.487Z
2952026-04-08T10:48:35.487Z ##### ###### #### #####
2962026-04-08T10:48:35.488Z # # # #
2972026-04-08T10:48:35.488Z # ##### #### #
2982026-04-08T10:48:35.488Z # # # #
2992026-04-08T10:48:35.488Z # # # # #
3002026-04-08T10:48:35.488Z # ###### #### #
3012026-04-08T10:48:35.488Z
3022026-04-08T10:48:35.488Z+ ./run_tests.sh
3032026-04-08T10:48:35.507Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3042026-04-08T10:48:35.507Z |
3052026-04-08T10:48:35.507Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3062026-04-08T10:48:35.507Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3072026-04-08T10:48:35.507Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3082026-04-08T10:48:35.588Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3092026-04-08T10:48:35.588Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3102026-04-08T10:48:36.333Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
3112026-04-08T10:48:36.370Zfound 2 test binaries
3122026-04-08T10:48:36.381ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-f74927458c6ee743
3132026-04-08T10:48:36.384Z
3142026-04-08T10:48:36.385Zrunning 0 tests
3152026-04-08T10:48:36.385Z
3162026-04-08T10:48:36.385Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3172026-04-08T10:48:36.385Z
3182026-04-08T10:48:36.385ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-fd73086f958f0985
3192026-04-08T10:48:36.388Z
3202026-04-08T10:48:36.388Zrunning 1 test
3212026-04-08T10:48:36.391Z
3222026-04-08T10:48:36.391Z0000: 64 6f 20 79 6f 75 20 6b do you k
3232026-04-08T10:48:36.391Z0008: 6e 6f 77 20 74 68 65 20 now the
3242026-04-08T10:48:36.391Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3252026-04-08T10:48:36.391Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3262026-04-08T10:48:36.391Z0020: 00 00 00 00 00 00 00 00 ........
3272026-04-08T10:48:36.391Z0028: 00 00 00 00 00 00 ......
3282026-04-08T10:48:36.391Z
3292026-04-08T10:48:36.391Ztest test::test_loopback_send_recv ... ok
3302026-04-08T10:48:36.391Z
3312026-04-08T10:48:36.391Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-04-08T10:48:36.391Z
3332026-04-08T10:48:36.395Zprocess exited: duration 13087 ms, exit code 0
 
3342026-04-08T10:48:36.402Zfound 0 output files