01KQSH6AN50ZZCC35Z9VB7EE7Q: build-and-test

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

Buildomat Job: 01KQSH6GAH8VY34RJPMCCM4179

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-04T13:01:10.976Zjob assigned to worker 01KQSH6H3S9ZES9ZVCCM5B7GH1 [factory aws, i-0f42e9124fe8c9f95] (queued for 52 s)
 
22026-05-04T13:01:17.877Zstarting task 0: "setup"
32026-05-04T13:01:17.881Z++ uname -s
42026-05-04T13:01:17.884Z+ kern=SunOS
52026-05-04T13:01:17.884Z+ build_user=build
62026-05-04T13:01:17.884Z+ build_uid=12345
72026-05-04T13:01:17.884Z+ work_dir=/work
82026-05-04T13:01:17.884Z+ input_dir=/input
92026-05-04T13:01:17.884Z+ [[ 0 == 12345 ]]
102026-05-04T13:01:17.884Z+ case "$kern" in
112026-05-04T13:01:17.884Z+ groupadd -g 12345 build
122026-05-04T13:01:17.887Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-04T13:01:19.892Z+ zfs create -o mountpoint=/work rpool/work
142026-05-04T13:01:19.995Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-04T13:01:19.998Z+ home_fs=zfs
162026-05-04T13:01:19.998Z+ [[ zfs == autofs ]]
172026-05-04T13:01:19.998Z+ mkdir -p /home/build
182026-05-04T13:01:19.998Z+ chown build:build /home/build /work
192026-05-04T13:01:22.000Z+ chmod 0700 /home/build /work
202026-05-04T13:01:22.004Zprocess exited: duration 4127 ms, exit code 0
 
212026-05-04T13:01:22.010Zstarting task 1: "rust-toolchain"
222026-05-04T13:01:22.014Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-04T13:01:22.014Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-04T13:01:22.014Z * rust toolchain channel = "stable"
252026-05-04T13:01:22.014Z * rust toolchain profile = "default"
262026-05-04T13:01:22.014Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-04T13:01:22.014Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-04T13:01:22.017Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-04T13:01:22.017Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-04T13:01:22.126Zinfo: downloading installer
312026-05-04T13:01:23.833Zwarn: It looks like you have an existing installation of Rust at:
322026-05-04T13:01:23.833Zwarn: /opt/ooce/bin
332026-05-04T13:01:23.833Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-04T13:01:23.833Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-04T13:01:23.833Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-04T13:01:23.833Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-04T13:01:23.833Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-04T13:01:23.834Zerror: cannot install while Rust is installed
392026-05-04T13:01:23.834Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-04T13:01:23.834Zwarn: It looks like you have an existing rustup settings file at:
412026-05-04T13:01:23.834Zwarn: /home/build/.rustup/settings.toml
422026-05-04T13:01:23.834Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-04T13:01:23.834Zwarn: instead of the one inferred from the default host triple.
442026-05-04T13:01:23.846Zinfo: profile set to default
452026-05-04T13:01:23.847Zinfo: default host triple is x86_64-unknown-illumos
462026-05-04T13:01:23.849Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-04T13:01:23.979Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-04T13:01:23.982Zinfo: downloading 6 components
492026-05-04T13:01:38.268Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-04T13:01:38.268Z
512026-05-04T13:01:38.298Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-04T13:01:38.298Z
532026-05-04T13:01:38.298Z
542026-05-04T13:01:38.298ZRust is installed now. Great!
552026-05-04T13:01:38.298Z
562026-05-04T13:01:38.298ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-04T13:01:38.298Zenvironment variable. This has not been done automatically.
582026-05-04T13:01:38.298Z
592026-05-04T13:01:38.301ZTo configure your current shell, you need to source
602026-05-04T13:01:38.301Zthe corresponding env file under $HOME/.cargo.
612026-05-04T13:01:38.301Z
622026-05-04T13:01:38.301ZThis is usually done by running one of the following (note the leading DOT):
632026-05-04T13:01:38.301Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-04T13:01:38.302Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-04T13:01:38.302Zsource "~/.cargo/env.nu" # For nushell
662026-05-04T13:01:38.302Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-04T13:01:38.302Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-04T13:01:38.302Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-04T13:01:38.302Zwarn: no default linker (`cc`) was found in your PATH
702026-05-04T13:01:38.302Zwarn: many Rust crates require a system C toolchain to build
712026-05-04T13:01:38.403Z+ rustup --version
722026-05-04T13:01:38.412Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-04T13:01:38.414Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-04T13:01:38.435Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-04T13:01:38.438Z+ cargo --version
762026-05-04T13:01:38.451Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-04T13:01:38.454Z+ rustc --version
782026-05-04T13:01:38.474Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-04T13:01:38.476Zprocess exited: duration 16463 ms, exit code 0
 
802026-05-04T13:01:38.482Zstarting task 2: "authentication"
812026-05-04T13:01:38.498Zprocess exited: duration 16 ms, exit code 0
 
822026-05-04T13:01:38.504Zstarting task 3: "clone repository"
832026-05-04T13:01:38.507Z+ mkdir -p /work/oxidecomputer/dlpi-sys
842026-05-04T13:01:38.510Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
852026-05-04T13:01:38.541ZCloning into '/work/oxidecomputer/dlpi-sys'...
862026-05-04T13:01:39.047Z+ cd /work/oxidecomputer/dlpi-sys
872026-05-04T13:01:39.047Z+ git fetch origin 664f1b536ad3aeec5b7d409504ed3cc2a7610f40
882026-05-04T13:01:39.276ZFrom https://github.com/oxidecomputer/dlpi-sys
892026-05-04T13:01:39.277Z * branch 664f1b536ad3aeec5b7d409504ed3cc2a7610f40 -> FETCH_HEAD
902026-05-04T13:01:39.281Z+ [[ -n renovate/tokio-1.x ]]
912026-05-04T13:01:39.284Z++ git branch --show-current
922026-05-04T13:01:39.284Z+ current=main
932026-05-04T13:01:39.284Z+ [[ main != renovate/tokio-1.x ]]
942026-05-04T13:01:39.284Z+ git branch -f renovate/tokio-1.x 664f1b536ad3aeec5b7d409504ed3cc2a7610f40
952026-05-04T13:01:39.287Z+ git checkout -f renovate/tokio-1.x
962026-05-04T13:01:39.290ZSwitched to branch 'renovate/tokio-1.x'
972026-05-04T13:01:39.292Z+ git reset --hard 664f1b536ad3aeec5b7d409504ed3cc2a7610f40
982026-05-04T13:01:39.295ZHEAD is now at 664f1b5 Update Rust crate tokio to 1.52.2
992026-05-04T13:01:39.295Zprocess exited: duration 789 ms, exit code 0
 
1002026-05-04T13:01:39.301Zstarting task 4: "build"
1012026-05-04T13:01:39.304Z+ cargo --version
1022026-05-04T13:01:39.313Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1032026-05-04T13:01:39.315Z+ rustc --version
1042026-05-04T13:01:39.335Zrustc 1.95.0 (59807616e 2026-04-14)
1052026-05-04T13:01:39.337Z+ banner build
1062026-05-04T13:01:39.340Z
1072026-05-04T13:01:39.340Z ##### # # # # #####
1082026-05-04T13:01:39.340Z # # # # # # # #
1092026-05-04T13:01:39.340Z ##### # # # # # #
1102026-05-04T13:01:39.340Z # # # # # # # #
1112026-05-04T13:01:39.340Z # # # # # # # #
1122026-05-04T13:01:39.340Z ##### #### # ###### #####
1132026-05-04T13:01:39.340Z
1142026-05-04T13:01:39.341Z+ ptime -m cargo build
1152026-05-04T13:01:39.364Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1162026-05-04T13:01:39.364Z |
1172026-05-04T13:01:39.364Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1182026-05-04T13:01:39.364Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1192026-05-04T13:01:39.364Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1202026-05-04T13:01:39.411Z Updating crates.io index
1212026-05-04T13:01:39.790Z Locking 41 packages to latest compatible versions
1222026-05-04T13:01:39.796Z Downloading crates ...
1232026-05-04T13:01:39.840Z Downloaded parking_lot v0.12.5
1242026-05-04T13:01:39.847Z Downloaded serde_core v1.0.228
1252026-05-04T13:01:39.849Z Downloaded rustversion v1.0.22
1262026-05-04T13:01:39.852Z Downloaded pretty-hex v0.4.2
1272026-05-04T13:01:39.852Z Downloaded quote v1.0.45
1282026-05-04T13:01:39.855Z Downloaded scopeguard v1.2.0
1292026-05-04T13:01:39.855Z Downloaded proc-macro-crate v3.5.0
1302026-05-04T13:01:39.858Z Downloaded tokio-macros v2.7.0
1312026-05-04T13:01:39.863Z Downloaded equivalent v1.0.2
1322026-05-04T13:01:39.866Z Downloaded errno v0.3.14
1332026-05-04T13:01:39.869Z Downloaded cfg-if v1.0.4
1342026-05-04T13:01:39.876Z Downloaded thiserror-impl v2.0.18
1352026-05-04T13:01:39.883Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1362026-05-04T13:01:39.886Z Downloaded signal-hook-registry v1.4.8
1372026-05-04T13:01:39.888Z Downloaded lock_api v0.4.14
1382026-05-04T13:01:39.888Z Downloaded thiserror v2.0.18
1392026-05-04T13:01:39.891Z Downloaded bytes v1.11.1
1402026-05-04T13:01:39.894Z Downloaded num_enum v0.7.6
1412026-05-04T13:01:39.897Z Downloaded num_enum_derive v0.7.6
1422026-05-04T13:01:39.903Z Downloaded toml_parser v1.1.2+spec-1.1.0
1432026-05-04T13:01:39.907Z Downloaded pin-project-lite v0.2.17
1442026-05-04T13:01:39.910Z Downloaded parking_lot_core v0.9.12
1452026-05-04T13:01:39.918Z Downloaded unicode-ident v1.0.24
1462026-05-04T13:01:39.921Z Downloaded smallvec v1.15.1
1472026-05-04T13:01:39.921Z Downloaded socket2 v0.6.3
1482026-05-04T13:01:39.924Z Downloaded proc-macro2 v1.0.106
1492026-05-04T13:01:39.929Z Downloaded toml_edit v0.25.11+spec-1.1.0
1502026-05-04T13:01:39.938Z Downloaded mio v1.2.0
1512026-05-04T13:01:39.942Z Downloaded memchr v2.8.0
1522026-05-04T13:01:39.945Z Downloaded indexmap v2.14.0
1532026-05-04T13:01:39.968Z Downloaded hashbrown v0.17.0
1542026-05-04T13:01:39.971Z Downloaded winnow v1.0.2
1552026-05-04T13:01:40.003Z Downloaded syn v2.0.117
1562026-05-04T13:01:40.060Z Downloaded libc v0.2.186
1572026-05-04T13:01:40.078Z Downloaded tokio v1.52.2
1582026-05-04T13:01:40.131Z Compiling proc-macro2 v1.0.106
1592026-05-04T13:01:40.131Z Compiling unicode-ident v1.0.24
1602026-05-04T13:01:40.131Z Compiling quote v1.0.45
1612026-05-04T13:01:40.131Z Compiling libc v0.2.186
1622026-05-04T13:01:40.131Z Compiling hashbrown v0.17.0
1632026-05-04T13:01:40.131Z Compiling equivalent v1.0.2
1642026-05-04T13:01:40.131Z Compiling winnow v1.0.2
1652026-05-04T13:01:40.131Z Compiling toml_datetime v1.1.1+spec-1.1.0
1662026-05-04T13:01:40.256Z Compiling parking_lot_core v0.9.12
1672026-05-04T13:01:40.267Z Compiling rustversion v1.0.22
1682026-05-04T13:01:40.364Z Compiling cfg-if v1.0.4
1692026-05-04T13:01:40.420Z Compiling scopeguard v1.2.0
1702026-05-04T13:01:40.505Z Compiling smallvec v1.15.1
1712026-05-04T13:01:40.523Z Compiling lock_api v0.4.14
1722026-05-04T13:01:40.526Z Compiling thiserror v2.0.18
1732026-05-04T13:01:40.635Z Compiling indexmap v2.14.0
1742026-05-04T13:01:40.682Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1752026-05-04T13:01:40.724Z Compiling pin-project-lite v0.2.17
1762026-05-04T13:01:40.806Z Compiling bytes v1.11.1
1772026-05-04T13:01:40.850Z Compiling errno v0.3.14
1782026-05-04T13:01:40.990Z Compiling signal-hook-registry v1.4.8
1792026-05-04T13:01:41.093Z Compiling toml_parser v1.1.2+spec-1.1.0
1802026-05-04T13:01:41.176Z Compiling parking_lot v0.12.5
1812026-05-04T13:01:41.225Z Compiling mio v1.2.0
1822026-05-04T13:01:41.273Z Compiling socket2 v0.6.3
1832026-05-04T13:01:41.315Z Compiling pretty-hex v0.4.2
1842026-05-04T13:01:41.385Z Compiling syn v2.0.117
1852026-05-04T13:01:41.430Z Compiling toml_edit v0.25.11+spec-1.1.0
1862026-05-04T13:01:41.963Z Compiling proc-macro-crate v3.5.0
1872026-05-04T13:01:43.692Z Compiling thiserror-impl v2.0.18
1882026-05-04T13:01:43.692Z Compiling tokio-macros v2.7.0
1892026-05-04T13:01:43.695Z Compiling num_enum_derive v0.7.6
1902026-05-04T13:01:44.272Z Compiling tokio v1.52.2
1912026-05-04T13:01:44.448Z Compiling num_enum v0.7.6
1922026-05-04T13:01:47.214Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1932026-05-04T13:01:48.068Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.71s
1942026-05-04T13:01:48.101Z
1952026-05-04T13:01:48.104Zreal 8.751438390
1962026-05-04T13:01:48.104Zuser 18.818772075
1972026-05-04T13:01:48.104Zsys 4.145220220
1982026-05-04T13:01:48.104Ztrap 0.007670130
1992026-05-04T13:01:48.104Ztflt 0.060978722
2002026-05-04T13:01:48.104Zdflt 0.171064136
2012026-05-04T13:01:48.105Zkflt 0.002616480
2022026-05-04T13:01:48.105Zlock 1:00.596617205
2032026-05-04T13:01:48.105Zslp 46.129195313
2042026-05-04T13:01:48.105Zlat 1.733232784
2052026-05-04T13:01:48.105Zstop 2.044356456
2062026-05-04T13:01:48.105Z+ cargo fmt -- --check
2072026-05-04T13:01:48.167Z+ cargo clippy
2082026-05-04T13:01:48.214Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2092026-05-04T13:01:48.215Z |
2102026-05-04T13:01:48.215Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2112026-05-04T13:01:48.215Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2122026-05-04T13:01:48.215Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2132026-05-04T13:01:48.291Z Checking cfg-if v1.0.4
2142026-05-04T13:01:48.291Z Checking libc v0.2.186
2152026-05-04T13:01:48.291Z Checking scopeguard v1.2.0
2162026-05-04T13:01:48.291Z Checking smallvec v1.15.1
2172026-05-04T13:01:48.294Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2182026-05-04T13:01:48.294Z Checking bytes v1.11.1
2192026-05-04T13:01:48.294Z Checking pin-project-lite v0.2.17
2202026-05-04T13:01:48.294Z Checking num_enum v0.7.6
2212026-05-04T13:01:48.342Z Checking thiserror v2.0.18
2222026-05-04T13:01:48.364Z Checking lock_api v0.4.14
2232026-05-04T13:01:48.364Z Checking pretty-hex v0.4.2
2242026-05-04T13:01:48.552Z Checking parking_lot_core v0.9.12
2252026-05-04T13:01:48.552Z Checking errno v0.3.14
2262026-05-04T13:01:48.552Z Checking socket2 v0.6.3
2272026-05-04T13:01:48.556Z Checking mio v1.2.0
2282026-05-04T13:01:48.556Zwarning: empty line after doc comment
2292026-05-04T13:01:48.556Z --> libdlpi-sys/src/lib.rs:8:1
2302026-05-04T13:01:48.556Z |
2312026-05-04T13:01:48.556Z 8 | / /// DLPI Flags
2322026-05-04T13:01:48.556Z 9 | |
2332026-05-04T13:01:48.556Z | |_^
2342026-05-04T13:01:48.556Z10 | /// Exclusive open.
2352026-05-04T13:01:48.556Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2362026-05-04T13:01:48.556Z | ------------------- the comment documents this constant item
2372026-05-04T13:01:48.556Z |
2382026-05-04T13:01:48.556Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#empty_line_after_doc_comments
2392026-05-04T13:01:48.556Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2402026-05-04T13:01:48.556Z = help: if the empty line is unintentional, remove it
2412026-05-04T13:01:48.556Zhelp: if the documentation should include the empty line include it in the comment
2422026-05-04T13:01:48.556Z |
2432026-05-04T13:01:48.556Z 9 | ///
2442026-05-04T13:01:48.556Z |
2452026-05-04T13:01:48.556Z
2462026-05-04T13:01:48.603Zwarning: `libdlpi-sys` (lib) generated 1 warning
2472026-05-04T13:01:48.641Z Checking signal-hook-registry v1.4.8
2482026-05-04T13:01:48.700Z Checking parking_lot v0.12.5
2492026-05-04T13:01:48.838Z Checking tokio v1.52.2
2502026-05-04T13:01:51.323Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2512026-05-04T13:01:51.389Zwarning: empty line after doc comment
2522026-05-04T13:01:51.389Z --> dlpi/src/lib.rs:220:1
2532026-05-04T13:01:51.389Z |
2542026-05-04T13:01:51.389Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2552026-05-04T13:01:51.389Z221 | | /*pub fn recv_async<'a>(
2562026-05-04T13:01:51.389Z222 | | h: DlpiHandle,
2572026-05-04T13:01:51.389Z223 | | src: &'a mut [u8],
2582026-05-04T13:01:51.389Z... |
2592026-05-04T13:01:51.389Z229 | | */
2602026-05-04T13:01:51.389Z230 | |
2612026-05-04T13:01:51.389Z | |_^
2622026-05-04T13:01:51.389Z231 | #[cfg(feature = "async")]
2632026-05-04T13:01:51.389Z232 | pub async fn recv_async<'a>(
2642026-05-04T13:01:51.389Z | ----------------------- the comment documents this function
2652026-05-04T13:01:51.389Z |
2662026-05-04T13:01:51.389Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#empty_line_after_doc_comments
2672026-05-04T13:01:51.389Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2682026-05-04T13:01:51.389Z = help: if the empty line is unintentional, remove it
2692026-05-04T13:01:51.390Zhelp: if the doc comment should not document function `recv_async` then comment it out
2702026-05-04T13:01:51.390Z |
2712026-05-04T13:01:51.390Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2722026-05-04T13:01:51.390Z218 ~ // /// result as [`recv`].
2732026-05-04T13:01:51.390Z219 ~ // ///
2742026-05-04T13:01:51.390Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2752026-05-04T13:01:51.390Z |
2762026-05-04T13:01:51.390Z
2772026-05-04T13:01:51.450Zwarning: this can be `std::io::Error::other(_)`
2782026-05-04T13:01:51.450Z --> dlpi/src/lib.rs:369:19
2792026-05-04T13:01:51.450Z |
2802026-05-04T13:01:51.450Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2812026-05-04T13:01:51.450Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2822026-05-04T13:01:51.450Z |
2832026-05-04T13:01:51.450Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#io_other_error
2842026-05-04T13:01:51.450Z = note: `#[warn(clippy::io_other_error)]` on by default
2852026-05-04T13:01:51.450Zhelp: use `std::io::Error::other`
2862026-05-04T13:01:51.450Z |
2872026-05-04T13:01:51.450Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2882026-05-04T13:01:51.450Z369 + Ok(rc) => Error::other(rc),
2892026-05-04T13:01:51.450Z |
2902026-05-04T13:01:51.450Z
2912026-05-04T13:01:51.476Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi -- ` to apply 1 suggestion)
2922026-05-04T13:01:51.476Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.27s
2932026-05-04T13:01:51.490Z+ banner test
2942026-05-04T13:01:51.493Z
2952026-05-04T13:01:51.493Z ##### ###### #### #####
2962026-05-04T13:01:51.493Z # # # #
2972026-05-04T13:01:51.493Z # ##### #### #
2982026-05-04T13:01:51.493Z # # # #
2992026-05-04T13:01:51.493Z # # # # #
3002026-05-04T13:01:51.493Z # ###### #### #
3012026-05-04T13:01:51.493Z
3022026-05-04T13:01:51.493Z+ ./run_tests.sh
3032026-05-04T13:01:51.515Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3042026-05-04T13:01:51.515Z |
3052026-05-04T13:01:51.515Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3062026-05-04T13:01:51.515Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3072026-05-04T13:01:51.515Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3082026-05-04T13:01:51.595Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3092026-05-04T13:01:51.595Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3102026-05-04T13:01:52.358Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.85s
3112026-05-04T13:01:52.397Zfound 2 test binaries
3122026-05-04T13:01:52.408ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-58ce8d3eeeef0d59
3132026-05-04T13:01:52.410Z
3142026-05-04T13:01:52.410Zrunning 0 tests
3152026-05-04T13:01:52.410Z
3162026-05-04T13:01:52.410Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3172026-05-04T13:01:52.410Z
3182026-05-04T13:01:52.410ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-f4e28c6c6163ee03
3192026-05-04T13:01:52.413Z
3202026-05-04T13:01:52.413Zrunning 1 test
3212026-05-04T13:01:52.416Z
3222026-05-04T13:01:52.416Z0000: 64 6f 20 79 6f 75 20 6b do you k
3232026-05-04T13:01:52.416Z0008: 6e 6f 77 20 74 68 65 20 now the
3242026-05-04T13:01:52.416Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3252026-05-04T13:01:52.416Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3262026-05-04T13:01:52.416Z0020: 00 00 00 00 00 00 00 00 ........
3272026-05-04T13:01:52.416Z0028: 00 00 00 00 00 00 ......
3282026-05-04T13:01:52.416Z
3292026-05-04T13:01:52.416Ztest test::test_loopback_send_recv ... ok
3302026-05-04T13:01:52.416Z
3312026-05-04T13:01:52.416Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-04T13:01:52.416Z
3332026-05-04T13:01:52.422Zprocess exited: duration 13118 ms, exit code 0
 
3342026-05-04T13:01:52.427Zfound 0 output files