01KT6N1ACJK0HMPCMK4KTMMWQD: build-and-test

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

Buildomat Job: 01KT6N1HRZEF23FWVSCK6CTS13

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-03T11:49:59.955Zjob assigned to worker 01KT6N1RHRVH5JCQJ5X5FX0VR2 [factory aws, i-0856defe47184d353] (queued for 58 s)
 
22026-06-03T11:50:07.008Zstarting task 0: "setup"
32026-06-03T11:50:07.012Z++ uname -s
42026-06-03T11:50:07.015Z+ kern=SunOS
52026-06-03T11:50:07.015Z+ build_user=build
62026-06-03T11:50:07.015Z+ build_uid=12345
72026-06-03T11:50:07.015Z+ work_dir=/work
82026-06-03T11:50:07.015Z+ input_dir=/input
92026-06-03T11:50:07.015Z+ [[ 0 == 12345 ]]
102026-06-03T11:50:07.015Z+ case "$kern" in
112026-06-03T11:50:07.015Z+ groupadd -g 12345 build
122026-06-03T11:50:07.018Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-03T11:50:09.023Z+ zfs create -o mountpoint=/work rpool/work
142026-06-03T11:50:09.151Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-03T11:50:09.154Z+ home_fs=zfs
162026-06-03T11:50:09.154Z+ [[ zfs == autofs ]]
172026-06-03T11:50:09.155Z+ mkdir -p /home/build
182026-06-03T11:50:09.155Z+ chown build:build /home/build /work
192026-06-03T11:50:11.156Z+ chmod 0700 /home/build /work
202026-06-03T11:50:11.159Zprocess exited: duration 4152 ms, exit code 0
 
212026-06-03T11:50:11.165Zstarting task 1: "rust-toolchain"
222026-06-03T11:50:11.170Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-06-03T11:50:11.170Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-03T11:50:11.170Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-03T11:50:11.170Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-03T11:50:11.170Z * rust toolchain channel = "stable"
272026-06-03T11:50:11.170Z * rust toolchain profile = "default"
282026-06-03T11:50:11.173Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-03T11:50:11.173Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-06-03T11:50:11.295Zinfo: downloading installer
312026-06-03T11:50:12.620Zwarn: It looks like you have an existing installation of Rust at:
322026-06-03T11:50:12.620Zwarn: /opt/ooce/bin
332026-06-03T11:50:12.620Zwarn: It is recommended that rustup be the primary Rust installation.
342026-06-03T11:50:12.620Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-06-03T11:50:12.620Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-06-03T11:50:12.620Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-06-03T11:50:12.620Zwarn: or pass `-y' to ignore all ignorable checks.
382026-06-03T11:50:12.620Zerror: cannot install while Rust is installed
392026-06-03T11:50:12.620Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-06-03T11:50:12.620Zwarn: It looks like you have an existing rustup settings file at:
412026-06-03T11:50:12.620Zwarn: /home/build/.rustup/settings.toml
422026-06-03T11:50:12.620Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-06-03T11:50:12.620Zwarn: instead of the one inferred from the default host triple.
442026-06-03T11:50:12.634Zinfo: profile set to default
452026-06-03T11:50:12.634Zinfo: default host triple is x86_64-unknown-illumos
462026-06-03T11:50:12.637Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-06-03T11:50:12.762Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
482026-06-03T11:50:12.765Zinfo: downloading 6 components
492026-06-03T11:50:28.670Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-06-03T11:50:28.670Z
512026-06-03T11:50:28.710Z stable-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
522026-06-03T11:50:28.710Z
532026-06-03T11:50:28.710Z
542026-06-03T11:50:28.710ZRust is installed now. Great!
552026-06-03T11:50:28.710Z
562026-06-03T11:50:28.710ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-06-03T11:50:28.710Zenvironment variable. This has not been done automatically.
582026-06-03T11:50:28.710Z
592026-06-03T11:50:28.710ZTo configure your current shell, you need to source
602026-06-03T11:50:28.711Zthe corresponding env file under $HOME/.cargo.
612026-06-03T11:50:28.711Z
622026-06-03T11:50:28.711ZThis is usually done by running one of the following (note the leading DOT):
632026-06-03T11:50:28.711Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-06-03T11:50:28.711Zsource "$HOME/.cargo/env.fish" # For fish
652026-06-03T11:50:28.711Zsource "~/.cargo/env.nu" # For nushell
662026-06-03T11:50:28.711Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-06-03T11:50:28.711Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-06-03T11:50:28.711Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-06-03T11:50:28.714Zwarn: no default linker (`cc`) was found in your PATH
702026-06-03T11:50:28.714Zwarn: many Rust crates require a system C toolchain to build
712026-06-03T11:50:28.807Z+ rustup --version
722026-06-03T11:50:28.815Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-06-03T11:50:28.818Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-06-03T11:50:28.837Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
752026-06-03T11:50:28.840Z+ cargo --version
762026-06-03T11:50:28.853Zcargo 1.96.0 (30a34c682 2026-05-25)
772026-06-03T11:50:28.856Z+ rustc --version
782026-06-03T11:50:28.874Zrustc 1.96.0 (ac68faa20 2026-05-25)
792026-06-03T11:50:28.877Zprocess exited: duration 17708 ms, exit code 0
 
802026-06-03T11:50:28.883Zstarting task 2: "authentication"
812026-06-03T11:50:28.899Zprocess exited: duration 15 ms, exit code 0
 
822026-06-03T11:50:28.904Zstarting task 3: "clone repository"
832026-06-03T11:50:28.907Z+ mkdir -p /work/oxidecomputer/dlpi-sys
842026-06-03T11:50:28.910Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
852026-06-03T11:50:28.949ZCloning into '/work/oxidecomputer/dlpi-sys'...
862026-06-03T11:50:29.493Z+ cd /work/oxidecomputer/dlpi-sys
872026-06-03T11:50:29.493Z+ git fetch origin 954bdc677667c8010ec3e90e5f2c892e5daac165
882026-06-03T11:50:29.734ZFrom https://github.com/oxidecomputer/dlpi-sys
892026-06-03T11:50:29.734Z * branch 954bdc677667c8010ec3e90e5f2c892e5daac165 -> FETCH_HEAD
902026-06-03T11:50:29.738Z+ [[ -n renovate/actions-checkout-digest ]]
912026-06-03T11:50:29.741Z++ git branch --show-current
922026-06-03T11:50:29.741Z+ current=main
932026-06-03T11:50:29.741Z+ [[ main != renovate/actions-checkout-digest ]]
942026-06-03T11:50:29.741Z+ git branch -f renovate/actions-checkout-digest 954bdc677667c8010ec3e90e5f2c892e5daac165
952026-06-03T11:50:29.744Z+ git checkout -f renovate/actions-checkout-digest
962026-06-03T11:50:29.746ZSwitched to branch 'renovate/actions-checkout-digest'
972026-06-03T11:50:29.749Z+ git reset --hard 954bdc677667c8010ec3e90e5f2c892e5daac165
982026-06-03T11:50:29.752ZHEAD is now at 954bdc6 Update actions/checkout digest to df4cb1c
992026-06-03T11:50:29.752Zprocess exited: duration 845 ms, exit code 0
 
1002026-06-03T11:50:29.757Zstarting task 4: "build"
1012026-06-03T11:50:29.761Z+ cargo --version
1022026-06-03T11:50:29.769Zcargo 1.96.0 (30a34c682 2026-05-25)
1032026-06-03T11:50:29.772Z+ rustc --version
1042026-06-03T11:50:29.790Zrustc 1.96.0 (ac68faa20 2026-05-25)
1052026-06-03T11:50:29.793Z+ banner build
1062026-06-03T11:50:29.796Z
1072026-06-03T11:50:29.796Z ##### # # # # #####
1082026-06-03T11:50:29.796Z # # # # # # # #
1092026-06-03T11:50:29.796Z ##### # # # # # #
1102026-06-03T11:50:29.796Z # # # # # # # #
1112026-06-03T11:50:29.796Z # # # # # # # #
1122026-06-03T11:50:29.796Z ##### #### # ###### #####
1132026-06-03T11:50:29.796Z
1142026-06-03T11:50:29.796Z+ ptime -m cargo build
1152026-06-03T11:50:29.822Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1162026-06-03T11:50:29.822Z |
1172026-06-03T11:50:29.822Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1182026-06-03T11:50:29.822Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1192026-06-03T11:50:29.822Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1202026-06-03T11:50:29.872Z Updating crates.io index
1212026-06-03T11:50:30.286Z Locking 41 packages to latest compatible versions
1222026-06-03T11:50:30.291Z Downloading crates ...
1232026-06-03T11:50:30.350Z Downloaded lock_api v0.4.14
1242026-06-03T11:50:30.353Z Downloaded parking_lot v0.12.5
1252026-06-03T11:50:30.361Z Downloaded proc-macro-crate v3.5.0
1262026-06-03T11:50:30.363Z Downloaded cfg-if v1.0.4
1272026-06-03T11:50:30.363Z Downloaded scopeguard v1.2.0
1282026-06-03T11:50:30.369Z Downloaded tokio-macros v2.7.0
1292026-06-03T11:50:30.372Z Downloaded equivalent v1.0.2
1302026-06-03T11:50:30.378Z Downloaded pretty-hex v0.4.2
1312026-06-03T11:50:30.392Z Downloaded errno v0.3.14
1322026-06-03T11:50:30.395Z Downloaded thiserror v2.0.18
1332026-06-03T11:50:30.397Z Downloaded smallvec v1.15.1
1342026-06-03T11:50:30.397Z Downloaded signal-hook-registry v1.4.8
1352026-06-03T11:50:30.400Z Downloaded num_enum v0.7.6
1362026-06-03T11:50:30.402Z Downloaded thiserror-impl v2.0.18
1372026-06-03T11:50:30.402Z Downloaded rustversion v1.0.22
1382026-06-03T11:50:30.405Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1392026-06-03T11:50:30.408Z Downloaded num_enum_derive v0.7.6
1402026-06-03T11:50:30.411Z Downloaded pin-project-lite v0.2.17
1412026-06-03T11:50:30.425Z Downloaded quote v1.0.45
1422026-06-03T11:50:30.429Z Downloaded toml_parser v1.1.2+spec-1.1.0
1432026-06-03T11:50:30.432Z Downloaded parking_lot_core v0.9.12
1442026-06-03T11:50:30.439Z Downloaded serde_core v1.0.228
1452026-06-03T11:50:30.442Z Downloaded socket2 v0.6.4
1462026-06-03T11:50:30.448Z Downloaded unicode-ident v1.0.24
1472026-06-03T11:50:30.454Z Downloaded proc-macro2 v1.0.106
1482026-06-03T11:50:30.458Z Downloaded toml_edit v0.25.12+spec-1.1.0
1492026-06-03T11:50:30.465Z Downloaded bytes v1.11.1
1502026-06-03T11:50:30.473Z Downloaded memchr v2.8.1
1512026-06-03T11:50:30.476Z Downloaded mio v1.2.1
1522026-06-03T11:50:30.479Z Downloaded indexmap v2.14.0
1532026-06-03T11:50:30.490Z Downloaded hashbrown v0.17.1
1542026-06-03T11:50:30.503Z Downloaded winnow v1.0.3
1552026-06-03T11:50:30.522Z Downloaded syn v2.0.117
1562026-06-03T11:50:30.606Z Downloaded libc v0.2.186
1572026-06-03T11:50:30.624Z Downloaded tokio v1.52.3
1582026-06-03T11:50:30.676Z Compiling proc-macro2 v1.0.106
1592026-06-03T11:50:30.676Z Compiling quote v1.0.45
1602026-06-03T11:50:30.676Z Compiling libc v0.2.186
1612026-06-03T11:50:30.676Z Compiling unicode-ident v1.0.24
1622026-06-03T11:50:30.679Z Compiling winnow v1.0.3
1632026-06-03T11:50:30.679Z Compiling equivalent v1.0.2
1642026-06-03T11:50:30.679Z Compiling hashbrown v0.17.1
1652026-06-03T11:50:30.679Z Compiling parking_lot_core v0.9.12
1662026-06-03T11:50:30.773Z Compiling toml_datetime v1.1.1+spec-1.1.0
1672026-06-03T11:50:30.804Z Compiling cfg-if v1.0.4
1682026-06-03T11:50:30.856Z Compiling smallvec v1.15.1
1692026-06-03T11:50:30.980Z Compiling rustversion v1.0.22
1702026-06-03T11:50:31.021Z Compiling scopeguard v1.2.0
1712026-06-03T11:50:31.026Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1722026-06-03T11:50:31.059Z Compiling thiserror v2.0.18
1732026-06-03T11:50:31.100Z Compiling lock_api v0.4.14
1742026-06-03T11:50:31.223Z Compiling indexmap v2.14.0
1752026-06-03T11:50:31.232Z Compiling bytes v1.11.1
1762026-06-03T11:50:31.307Z Compiling pin-project-lite v0.2.17
1772026-06-03T11:50:31.374Z Compiling errno v0.3.14
1782026-06-03T11:50:31.512Z Compiling parking_lot v0.12.5
1792026-06-03T11:50:31.559Z Compiling signal-hook-registry v1.4.8
1802026-06-03T11:50:31.704Z Compiling toml_parser v1.1.2+spec-1.1.0
1812026-06-03T11:50:31.807Z Compiling syn v2.0.117
1822026-06-03T11:50:31.859Z Compiling mio v1.2.1
1832026-06-03T11:50:31.894Z Compiling socket2 v0.6.4
1842026-06-03T11:50:31.940Z Compiling pretty-hex v0.4.2
1852026-06-03T11:50:32.132Z Compiling toml_edit v0.25.12+spec-1.1.0
1862026-06-03T11:50:32.587Z Compiling proc-macro-crate v3.5.0
1872026-06-03T11:50:34.078Z Compiling num_enum_derive v0.7.6
1882026-06-03T11:50:34.078Z Compiling thiserror-impl v2.0.18
1892026-06-03T11:50:34.078Z Compiling tokio-macros v2.7.0
1902026-06-03T11:50:34.629Z Compiling tokio v1.52.3
1912026-06-03T11:50:34.807Z Compiling num_enum v0.7.6
1922026-06-03T11:50:37.550Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1932026-06-03T11:50:38.332Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.52s
1942026-06-03T11:50:38.365Z
1952026-06-03T11:50:38.368Zreal 8.558855640
1962026-06-03T11:50:38.368Zuser 18.576768744
1972026-06-03T11:50:38.368Zsys 3.942561073
1982026-06-03T11:50:38.368Ztrap 0.009583299
1992026-06-03T11:50:38.368Ztflt 0.080016769
2002026-06-03T11:50:38.368Zdflt 0.243629486
2012026-06-03T11:50:38.368Zkflt 0.003386858
2022026-06-03T11:50:38.368Zlock 1:08.104949163
2032026-06-03T11:50:38.368Zslp 46.898000669
2042026-06-03T11:50:38.368Zlat 1.122549696
2052026-06-03T11:50:38.368Zstop 1.868747764
2062026-06-03T11:50:38.368Z+ cargo fmt -- --check
2072026-06-03T11:50:38.430Z+ cargo clippy
2082026-06-03T11:50:38.491Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2092026-06-03T11:50:38.491Z |
2102026-06-03T11:50:38.491Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2112026-06-03T11:50:38.491Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2122026-06-03T11:50:38.491Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2132026-06-03T11:50:38.566Z Checking cfg-if v1.0.4
2142026-06-03T11:50:38.566Z Checking libc v0.2.186
2152026-06-03T11:50:38.569Z Checking smallvec v1.15.1
2162026-06-03T11:50:38.569Z Checking scopeguard v1.2.0
2172026-06-03T11:50:38.569Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2182026-06-03T11:50:38.569Z Checking bytes v1.11.1
2192026-06-03T11:50:38.569Z Checking pin-project-lite v0.2.17
2202026-06-03T11:50:38.574Z Checking thiserror v2.0.18
2212026-06-03T11:50:38.612Z Checking num_enum v0.7.6
2222026-06-03T11:50:38.637Z Checking lock_api v0.4.14
2232026-06-03T11:50:38.637Z Checking pretty-hex v0.4.2
2242026-06-03T11:50:38.810Zwarning: empty line after doc comment
2252026-06-03T11:50:38.810Z --> libdlpi-sys/src/lib.rs:8:1
2262026-06-03T11:50:38.810Z |
2272026-06-03T11:50:38.810Z 8 | / /// DLPI Flags
2282026-06-03T11:50:38.810Z 9 | |
2292026-06-03T11:50:38.810Z | |_^
2302026-06-03T11:50:38.810Z10 | /// Exclusive open.
2312026-06-03T11:50:38.810Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2322026-06-03T11:50:38.810Z | ------------------- the comment documents this constant item
2332026-06-03T11:50:38.810Z |
2342026-06-03T11:50:38.810Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#empty_line_after_doc_comments
2352026-06-03T11:50:38.810Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2362026-06-03T11:50:38.810Z = help: if the empty line is unintentional, remove it
2372026-06-03T11:50:38.810Zhelp: if the documentation should include the empty line include it in the comment
2382026-06-03T11:50:38.810Z |
2392026-06-03T11:50:38.810Z 9 | ///
2402026-06-03T11:50:38.810Z |
2412026-06-03T11:50:38.810Z
2422026-06-03T11:50:38.824Z Checking errno v0.3.14
2432026-06-03T11:50:38.827Z Checking parking_lot_core v0.9.12
2442026-06-03T11:50:38.827Z Checking socket2 v0.6.4
2452026-06-03T11:50:38.827Z Checking mio v1.2.1
2462026-06-03T11:50:38.857Zwarning: `libdlpi-sys` (lib) generated 1 warning
2472026-06-03T11:50:38.909Z Checking signal-hook-registry v1.4.8
2482026-06-03T11:50:38.973Z Checking parking_lot v0.12.5
2492026-06-03T11:50:39.108Z Checking tokio v1.52.3
2502026-06-03T11:50:41.582Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2512026-06-03T11:50:41.647Zwarning: empty line after doc comment
2522026-06-03T11:50:41.647Z --> dlpi/src/lib.rs:220:1
2532026-06-03T11:50:41.647Z |
2542026-06-03T11:50:41.648Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2552026-06-03T11:50:41.648Z221 | | /*pub fn recv_async<'a>(
2562026-06-03T11:50:41.648Z222 | | h: DlpiHandle,
2572026-06-03T11:50:41.648Z223 | | src: &'a mut [u8],
2582026-06-03T11:50:41.648Z... |
2592026-06-03T11:50:41.648Z229 | | */
2602026-06-03T11:50:41.648Z230 | |
2612026-06-03T11:50:41.648Z | |_^
2622026-06-03T11:50:41.648Z231 | #[cfg(feature = "async")]
2632026-06-03T11:50:41.648Z232 | pub async fn recv_async<'a>(
2642026-06-03T11:50:41.648Z | ----------------------- the comment documents this function
2652026-06-03T11:50:41.648Z |
2662026-06-03T11:50:41.648Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#empty_line_after_doc_comments
2672026-06-03T11:50:41.648Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2682026-06-03T11:50:41.648Z = help: if the empty line is unintentional, remove it
2692026-06-03T11:50:41.648Zhelp: if the doc comment should not document function `recv_async` then comment it out
2702026-06-03T11:50:41.648Z |
2712026-06-03T11:50:41.648Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2722026-06-03T11:50:41.648Z218 ~ // /// result as [`recv`].
2732026-06-03T11:50:41.652Z219 ~ // ///
2742026-06-03T11:50:41.652Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2752026-06-03T11:50:41.652Z |
2762026-06-03T11:50:41.652Z
2772026-06-03T11:50:41.708Zwarning: this can be `std::io::Error::other(_)`
2782026-06-03T11:50:41.708Z --> dlpi/src/lib.rs:369:19
2792026-06-03T11:50:41.708Z |
2802026-06-03T11:50:41.708Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2812026-06-03T11:50:41.708Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2822026-06-03T11:50:41.708Z |
2832026-06-03T11:50:41.708Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#io_other_error
2842026-06-03T11:50:41.708Z = note: `#[warn(clippy::io_other_error)]` on by default
2852026-06-03T11:50:41.708Zhelp: use `std::io::Error::other`
2862026-06-03T11:50:41.708Z |
2872026-06-03T11:50:41.708Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2882026-06-03T11:50:41.708Z369 + Ok(rc) => Error::other(rc),
2892026-06-03T11:50:41.708Z |
2902026-06-03T11:50:41.708Z
2912026-06-03T11:50:41.733Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi -- ` to apply 1 suggestion)
2922026-06-03T11:50:41.736Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.25s
2932026-06-03T11:50:41.747Z+ banner test
2942026-06-03T11:50:41.750Z
2952026-06-03T11:50:41.750Z ##### ###### #### #####
2962026-06-03T11:50:41.750Z # # # #
2972026-06-03T11:50:41.750Z # ##### #### #
2982026-06-03T11:50:41.750Z # # # #
2992026-06-03T11:50:41.750Z # # # # #
3002026-06-03T11:50:41.750Z # ###### #### #
3012026-06-03T11:50:41.750Z
3022026-06-03T11:50:41.750Z+ ./run_tests.sh
3032026-06-03T11:50:41.771Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3042026-06-03T11:50:41.771Z |
3052026-06-03T11:50:41.771Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3062026-06-03T11:50:41.772Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3072026-06-03T11:50:41.772Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3082026-06-03T11:50:41.850Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3092026-06-03T11:50:41.850Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3102026-06-03T11:50:42.588Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.82s
3112026-06-03T11:50:42.630Zfound 2 test binaries
3122026-06-03T11:50:42.640ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-93b247d066850b97
3132026-06-03T11:50:42.643Z
3142026-06-03T11:50:42.643Zrunning 0 tests
3152026-06-03T11:50:42.643Z
3162026-06-03T11:50:42.643Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3172026-06-03T11:50:42.643Z
3182026-06-03T11:50:42.643ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-257319d4cff85999
3192026-06-03T11:50:42.646Z
3202026-06-03T11:50:42.646Zrunning 1 test
3212026-06-03T11:50:42.649Z
3222026-06-03T11:50:42.649Z0000: 64 6f 20 79 6f 75 20 6b do you k
3232026-06-03T11:50:42.649Z0008: 6e 6f 77 20 74 68 65 20 now the
3242026-06-03T11:50:42.649Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3252026-06-03T11:50:42.649Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3262026-06-03T11:50:42.649Z0020: 00 00 00 00 00 00 00 00 ........
3272026-06-03T11:50:42.649Z0028: 00 00 00 00 00 00 ......
3282026-06-03T11:50:42.649Z
3292026-06-03T11:50:42.649Ztest test::test_loopback_send_recv ... ok
3302026-06-03T11:50:42.649Z
3312026-06-03T11:50:42.649Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-06-03T11:50:42.649Z
3332026-06-03T11:50:42.654Zprocess exited: duration 12894 ms, exit code 0
 
3342026-06-03T11:50:42.660Zfound 0 output files