01KY1HQMBQQ55K8HA96TJKY742: build-and-test

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

Buildomat Job: 01KY1HQWSH0F2XC32WK05JP9N7

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-21T05:18:46.336Zjob assigned to worker 01KY1HQXWKKVDWDHPRJ5KDXTTM [factory aws, i-04722331c4c742ff9] (queued for 51 s)
 
22026-07-21T05:18:53.527Zstarting task 0: "setup"
32026-07-21T05:18:53.530Z++ uname -s
42026-07-21T05:18:53.533Z+ kern=SunOS
52026-07-21T05:18:53.533Z+ build_user=build
62026-07-21T05:18:53.533Z+ build_uid=12345
72026-07-21T05:18:53.533Z+ work_dir=/work
82026-07-21T05:18:53.534Z+ input_dir=/input
92026-07-21T05:18:53.534Z+ [[ 0 == 12345 ]]
102026-07-21T05:18:53.534Z+ case "$kern" in
112026-07-21T05:18:53.534Z+ groupadd -g 12345 build
122026-07-21T05:18:53.534Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-21T05:18:55.538Z+ zfs create -o mountpoint=/work rpool/work
142026-07-21T05:18:55.653Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-21T05:18:55.656Z+ home_fs=zfs
162026-07-21T05:18:55.656Z+ [[ zfs == autofs ]]
172026-07-21T05:18:55.656Z+ mkdir -p /home/build
182026-07-21T05:18:55.656Z+ chown build:build /home/build /work
192026-07-21T05:18:57.657Z+ chmod 0700 /home/build /work
202026-07-21T05:18:57.660Zprocess exited: duration 4133 ms, exit code 0
 
212026-07-21T05:18:57.666Zstarting task 1: "rust-toolchain"
222026-07-21T05:18:57.670Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-07-21T05:18:57.670Z * rust toolchain channel = "stable"
242026-07-21T05:18:57.670Z * rust toolchain profile = "default"
252026-07-21T05:18:57.670Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-21T05:18:57.670Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-21T05:18:57.670Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-21T05:18:57.673Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-21T05:18:57.673Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-07-21T05:18:57.782Zinfo: downloading installer
312026-07-21T05:18:59.242Zwarn: It looks like you have an existing installation of Rust at:
322026-07-21T05:18:59.242Zwarn: /opt/ooce/bin
332026-07-21T05:18:59.243Zwarn: It is recommended that rustup be the primary Rust installation.
342026-07-21T05:18:59.243Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-07-21T05:18:59.243Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-07-21T05:18:59.243Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-07-21T05:18:59.243Zwarn: or pass `-y' to ignore all ignorable checks.
382026-07-21T05:18:59.243Zerror: cannot install while Rust is installed
392026-07-21T05:18:59.243Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-07-21T05:18:59.243Zwarn: It looks like you have an existing rustup settings file at:
412026-07-21T05:18:59.243Zwarn: /home/build/.rustup/settings.toml
422026-07-21T05:18:59.243Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-07-21T05:18:59.244Zwarn: instead of the one inferred from the default host triple.
442026-07-21T05:18:59.255Zinfo: profile set to default
452026-07-21T05:18:59.255Zinfo: default host triple is x86_64-unknown-illumos
462026-07-21T05:18:59.258Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-07-21T05:18:59.411Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
482026-07-21T05:18:59.414Zinfo: downloading 6 components
492026-07-21T05:19:14.680Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-07-21T05:19:14.680Z
512026-07-21T05:19:14.710Z stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
522026-07-21T05:19:14.710Z
532026-07-21T05:19:14.710Z
542026-07-21T05:19:14.710ZRust is installed now. Great!
552026-07-21T05:19:14.710Z
562026-07-21T05:19:14.713ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-07-21T05:19:14.713Zenvironment variable. This has not been done automatically.
582026-07-21T05:19:14.713Z
592026-07-21T05:19:14.713ZTo configure your current shell, you need to source
602026-07-21T05:19:14.713Zthe corresponding env file under $HOME/.cargo.
612026-07-21T05:19:14.713Z
622026-07-21T05:19:14.713ZThis is usually done by running one of the following (note the leading DOT):
632026-07-21T05:19:14.713Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-07-21T05:19:14.713Zsource "$HOME/.cargo/env.fish" # For fish
652026-07-21T05:19:14.713Zsource "~/.cargo/env.nu" # For nushell
662026-07-21T05:19:14.713Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-07-21T05:19:14.713Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-07-21T05:19:14.713Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-07-21T05:19:14.713Zwarn: no default linker (`cc`) was found in your PATH
702026-07-21T05:19:14.713Zwarn: many Rust crates require a system C toolchain to build
712026-07-21T05:19:14.819Z+ rustup --version
722026-07-21T05:19:14.828Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-07-21T05:19:14.831Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-07-21T05:19:14.849Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
752026-07-21T05:19:14.852Z+ cargo --version
762026-07-21T05:19:14.867Zcargo 1.97.1 (c980f4866 2026-06-30)
772026-07-21T05:19:14.870Z+ rustc --version
782026-07-21T05:19:14.890Zrustc 1.97.1 (8bab26f4f 2026-07-14)
792026-07-21T05:19:14.892Zprocess exited: duration 17225 ms, exit code 0
 
802026-07-21T05:19:14.897Zstarting task 2: "authentication"
812026-07-21T05:19:14.913Zprocess exited: duration 16 ms, exit code 0
 
822026-07-21T05:19:14.919Zstarting task 3: "clone repository"
832026-07-21T05:19:14.923Z+ mkdir -p /work/oxidecomputer/dlpi-sys
842026-07-21T05:19:14.926Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
852026-07-21T05:19:14.955ZCloning into '/work/oxidecomputer/dlpi-sys'...
862026-07-21T05:19:15.438Z+ cd /work/oxidecomputer/dlpi-sys
872026-07-21T05:19:15.438Z+ git fetch origin dde6b78c6f61007ffd876ba17a316c149db1a4b6
882026-07-21T05:19:15.658ZFrom https://github.com/oxidecomputer/dlpi-sys
892026-07-21T05:19:15.658Z * branch dde6b78c6f61007ffd876ba17a316c149db1a4b6 -> FETCH_HEAD
902026-07-21T05:19:15.663Z+ [[ -n renovate/tokio-1.x ]]
912026-07-21T05:19:15.666Z++ git branch --show-current
922026-07-21T05:19:15.666Z+ current=main
932026-07-21T05:19:15.666Z+ [[ main != renovate/tokio-1.x ]]
942026-07-21T05:19:15.666Z+ git branch -f renovate/tokio-1.x dde6b78c6f61007ffd876ba17a316c149db1a4b6
952026-07-21T05:19:15.668Z+ git checkout -f renovate/tokio-1.x
962026-07-21T05:19:15.671ZSwitched to branch 'renovate/tokio-1.x'
972026-07-21T05:19:15.671Z+ git reset --hard dde6b78c6f61007ffd876ba17a316c149db1a4b6
982026-07-21T05:19:15.674ZHEAD is now at dde6b78 Update Rust crate tokio to 1.53.1
992026-07-21T05:19:15.678Zprocess exited: duration 755 ms, exit code 0
 
1002026-07-21T05:19:15.684Zstarting task 4: "build"
1012026-07-21T05:19:15.687Z+ cargo --version
1022026-07-21T05:19:15.695Zcargo 1.97.1 (c980f4866 2026-06-30)
1032026-07-21T05:19:15.698Z+ rustc --version
1042026-07-21T05:19:15.717Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1052026-07-21T05:19:15.720Z+ banner build
1062026-07-21T05:19:15.723Z
1072026-07-21T05:19:15.723Z ##### # # # # #####
1082026-07-21T05:19:15.723Z # # # # # # # #
1092026-07-21T05:19:15.723Z ##### # # # # # #
1102026-07-21T05:19:15.723Z # # # # # # # #
1112026-07-21T05:19:15.723Z # # # # # # # #
1122026-07-21T05:19:15.723Z ##### #### # ###### #####
1132026-07-21T05:19:15.723Z
1142026-07-21T05:19:15.723Z+ ptime -m cargo build
1152026-07-21T05:19:15.747Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1162026-07-21T05:19:15.747Z |
1172026-07-21T05:19:15.747Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1182026-07-21T05:19:15.747Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1192026-07-21T05:19:15.747Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1202026-07-21T05:19:15.796Z Updating crates.io index
1212026-07-21T05:19:16.187Z Locking 42 packages to latest compatible versions
1222026-07-21T05:19:16.193Z Downloading crates ...
1232026-07-21T05:19:16.268Z Downloaded serde_core v1.0.229
1242026-07-21T05:19:16.271Z Downloaded parking_lot v0.12.5
1252026-07-21T05:19:16.283Z Downloaded num_enum_derive v0.7.6
1262026-07-21T05:19:16.288Z Downloaded proc-macro-crate v3.5.0
1272026-07-21T05:19:16.292Z Downloaded scopeguard v1.2.0
1282026-07-21T05:19:16.297Z Downloaded thiserror-impl v2.0.19
1292026-07-21T05:19:16.304Z Downloaded pin-project-lite v0.2.17
1302026-07-21T05:19:16.309Z Downloaded rustversion v1.0.23
1312026-07-21T05:19:16.312Z Downloaded lock_api v0.4.14
1322026-07-21T05:19:16.315Z Downloaded thiserror v2.0.19
1332026-07-21T05:19:16.317Z Downloaded cfg-if v1.0.4
1342026-07-21T05:19:16.317Z Downloaded equivalent v1.0.2
1352026-07-21T05:19:16.320Z Downloaded tokio-macros v2.7.1
1362026-07-21T05:19:16.320Z Downloaded errno v0.3.14
1372026-07-21T05:19:16.320Z Downloaded parking_lot_core v0.9.12
1382026-07-21T05:19:16.323Z Downloaded signal-hook-registry v1.4.8
1392026-07-21T05:19:16.326Z Downloaded num_enum v0.7.6
1402026-07-21T05:19:16.330Z Downloaded pretty-hex v0.4.2
1412026-07-21T05:19:16.333Z Downloaded smallvec v1.15.2
1422026-07-21T05:19:16.337Z Downloaded quote v1.0.47
1432026-07-21T05:19:16.341Z Downloaded unicode-ident v1.0.24
1442026-07-21T05:19:16.346Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1452026-07-21T05:19:16.362Z Downloaded bytes v1.12.1
1462026-07-21T05:19:16.364Z Downloaded socket2 v0.6.5
1472026-07-21T05:19:16.367Z Downloaded toml_parser v1.1.2+spec-1.1.0
1482026-07-21T05:19:16.370Z Downloaded proc-macro2 v1.0.107
1492026-07-21T05:19:16.376Z Downloaded indexmap v2.14.0
1502026-07-21T05:19:16.379Z Downloaded memchr v2.8.3
1512026-07-21T05:19:16.382Z Downloaded toml_edit v0.25.13+spec-1.1.0
1522026-07-21T05:19:16.384Z Downloaded mio v1.2.2
1532026-07-21T05:19:16.398Z Downloaded hashbrown v0.17.1
1542026-07-21T05:19:16.419Z Downloaded winnow v1.0.4
1552026-07-21T05:19:16.434Z Downloaded syn v3.0.2
1562026-07-21T05:19:16.441Z Downloaded syn v2.0.119
1572026-07-21T05:19:16.510Z Downloaded libc v0.2.187
1582026-07-21T05:19:16.530Z Downloaded tokio v1.53.1
1592026-07-21T05:19:16.584Z Compiling proc-macro2 v1.0.107
1602026-07-21T05:19:16.615Z Compiling unicode-ident v1.0.24
1612026-07-21T05:19:16.616Z Compiling quote v1.0.47
1622026-07-21T05:19:16.616Z Compiling libc v0.2.187
1632026-07-21T05:19:16.616Z Compiling winnow v1.0.4
1642026-07-21T05:19:16.616Z Compiling hashbrown v0.17.1
1652026-07-21T05:19:16.616Z Compiling equivalent v1.0.2
1662026-07-21T05:19:16.616Z Compiling parking_lot_core v0.9.12
1672026-07-21T05:19:16.681Z Compiling toml_datetime v1.1.1+spec-1.1.0
1682026-07-21T05:19:16.713Z Compiling scopeguard v1.2.0
1692026-07-21T05:19:16.797Z Compiling cfg-if v1.0.4
1702026-07-21T05:19:16.852Z Compiling smallvec v1.15.2
1712026-07-21T05:19:16.892Z Compiling rustversion v1.0.23
1722026-07-21T05:19:16.915Z Compiling lock_api v0.4.14
1732026-07-21T05:19:16.936Z Compiling thiserror v2.0.19
1742026-07-21T05:19:17.057Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1752026-07-21T05:19:17.122Z Compiling indexmap v2.14.0
1762026-07-21T05:19:17.136Z Compiling bytes v1.12.1
1772026-07-21T05:19:17.266Z Compiling pin-project-lite v0.2.17
1782026-07-21T05:19:17.327Z Compiling errno v0.3.14
1792026-07-21T05:19:17.495Z Compiling signal-hook-registry v1.4.8
1802026-07-21T05:19:17.516Z Compiling socket2 v0.6.5
1812026-07-21T05:19:17.733Z Compiling toml_parser v1.1.2+spec-1.1.0
1822026-07-21T05:19:17.783Z Compiling parking_lot v0.12.5
1832026-07-21T05:19:17.786Z Compiling mio v1.2.2
1842026-07-21T05:19:17.851Z Compiling syn v2.0.119
1852026-07-21T05:19:17.906Z Compiling syn v3.0.2
1862026-07-21T05:19:17.929Z Compiling pretty-hex v0.4.2
1872026-07-21T05:19:18.087Z Compiling toml_edit v0.25.13+spec-1.1.0
1882026-07-21T05:19:18.555Z Compiling proc-macro-crate v3.5.0
1892026-07-21T05:19:19.205Z Compiling thiserror-impl v2.0.19
1902026-07-21T05:19:20.202Z Compiling num_enum_derive v0.7.6
1912026-07-21T05:19:20.202Z Compiling tokio-macros v2.7.1
1922026-07-21T05:19:20.738Z Compiling tokio v1.53.1
1932026-07-21T05:19:20.932Z Compiling num_enum v0.7.6
1942026-07-21T05:19:23.720Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1952026-07-21T05:19:24.516Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.78s
1962026-07-21T05:19:24.550Z
1972026-07-21T05:19:24.550Zreal 8.818263593
1982026-07-21T05:19:24.550Zuser 20.609193881
1992026-07-21T05:19:24.550Zsys 4.216657254
2002026-07-21T05:19:24.550Ztrap 0.012909036
2012026-07-21T05:19:24.553Ztflt 0.103325629
2022026-07-21T05:19:24.553Zdflt 0.233791926
2032026-07-21T05:19:24.553Zkflt 0.003213684
2042026-07-21T05:19:24.553Zlock 1:25.351593848
2052026-07-21T05:19:24.553Zslp 49.608723345
2062026-07-21T05:19:24.553Zlat 1.248387638
2072026-07-21T05:19:24.553Zstop 2.361620704
2082026-07-21T05:19:24.553Z+ cargo fmt -- --check
2092026-07-21T05:19:24.616Z+ cargo clippy
2102026-07-21T05:19:24.664Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2112026-07-21T05:19:24.664Z |
2122026-07-21T05:19:24.664Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2132026-07-21T05:19:24.664Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2142026-07-21T05:19:24.664Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2152026-07-21T05:19:24.744Z Checking cfg-if v1.0.4
2162026-07-21T05:19:24.744Z Checking libc v0.2.187
2172026-07-21T05:19:24.747Z Checking scopeguard v1.2.0
2182026-07-21T05:19:24.747Z Checking smallvec v1.15.2
2192026-07-21T05:19:24.747Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2202026-07-21T05:19:24.758Z Checking bytes v1.12.1
2212026-07-21T05:19:24.760Z Checking pin-project-lite v0.2.17
2222026-07-21T05:19:24.760Z Checking thiserror v2.0.19
2232026-07-21T05:19:24.793Z Checking num_enum v0.7.6
2242026-07-21T05:19:24.816Z Checking lock_api v0.4.14
2252026-07-21T05:19:24.818Z Checking pretty-hex v0.4.2
2262026-07-21T05:19:24.992Zwarning: empty line after doc comment
2272026-07-21T05:19:24.992Z --> libdlpi-sys/src/lib.rs:8:1
2282026-07-21T05:19:24.992Z |
2292026-07-21T05:19:24.992Z 8 | / /// DLPI Flags
2302026-07-21T05:19:24.992Z 9 | |
2312026-07-21T05:19:24.992Z | |_^
2322026-07-21T05:19:24.992Z10 | /// Exclusive open.
2332026-07-21T05:19:24.992Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2342026-07-21T05:19:24.993Z | ------------------- the comment documents this constant item
2352026-07-21T05:19:24.993Z |
2362026-07-21T05:19:24.993Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#empty_line_after_doc_comments
2372026-07-21T05:19:24.993Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2382026-07-21T05:19:24.993Z = help: if the empty line is unintentional, remove it
2392026-07-21T05:19:24.993Zhelp: if the documentation should include the empty line include it in the comment
2402026-07-21T05:19:24.993Z |
2412026-07-21T05:19:24.993Z 9 | ///
2422026-07-21T05:19:24.993Z |
2432026-07-21T05:19:24.993Z
2442026-07-21T05:19:25.012Z Checking errno v0.3.14
2452026-07-21T05:19:25.012Z Checking parking_lot_core v0.9.12
2462026-07-21T05:19:25.015Z Checking socket2 v0.6.5
2472026-07-21T05:19:25.015Z Checking mio v1.2.2
2482026-07-21T05:19:25.040Zwarning: `libdlpi-sys` (lib) generated 1 warning
2492026-07-21T05:19:25.101Z Checking signal-hook-registry v1.4.8
2502026-07-21T05:19:25.163Z Checking parking_lot v0.12.5
2512026-07-21T05:19:25.302Z Checking tokio v1.53.1
2522026-07-21T05:19:27.856Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2532026-07-21T05:19:27.921Zwarning: empty line after doc comment
2542026-07-21T05:19:27.921Z --> dlpi/src/lib.rs:220:1
2552026-07-21T05:19:27.921Z |
2562026-07-21T05:19:27.921Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2572026-07-21T05:19:27.921Z221 | | /*pub fn recv_async<'a>(
2582026-07-21T05:19:27.921Z222 | | h: DlpiHandle,
2592026-07-21T05:19:27.921Z223 | | src: &'a mut [u8],
2602026-07-21T05:19:27.921Z... |
2612026-07-21T05:19:27.921Z229 | | */
2622026-07-21T05:19:27.921Z230 | |
2632026-07-21T05:19:27.922Z | |_^
2642026-07-21T05:19:27.922Z231 | #[cfg(feature = "async")]
2652026-07-21T05:19:27.922Z232 | pub async fn recv_async<'a>(
2662026-07-21T05:19:27.922Z | ----------------------- the comment documents this function
2672026-07-21T05:19:27.922Z |
2682026-07-21T05:19:27.922Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#empty_line_after_doc_comments
2692026-07-21T05:19:27.922Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2702026-07-21T05:19:27.922Z = help: if the empty line is unintentional, remove it
2712026-07-21T05:19:27.923Zhelp: if the doc comment should not document function `recv_async` then comment it out
2722026-07-21T05:19:27.923Z |
2732026-07-21T05:19:27.923Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2742026-07-21T05:19:27.923Z218 ~ // /// result as [`recv`].
2752026-07-21T05:19:27.923Z219 ~ // ///
2762026-07-21T05:19:27.923Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2772026-07-21T05:19:27.923Z |
2782026-07-21T05:19:27.923Z
2792026-07-21T05:19:27.985Zwarning: this can be `std::io::Error::other(_)`
2802026-07-21T05:19:27.985Z --> dlpi/src/lib.rs:369:19
2812026-07-21T05:19:27.985Z |
2822026-07-21T05:19:27.985Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2832026-07-21T05:19:27.985Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2842026-07-21T05:19:27.985Z |
2852026-07-21T05:19:27.985Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.97.0/index.html#io_other_error
2862026-07-21T05:19:27.985Z = note: `#[warn(clippy::io_other_error)]` on by default
2872026-07-21T05:19:27.985Zhelp: use `std::io::Error::other`
2882026-07-21T05:19:27.986Z |
2892026-07-21T05:19:27.986Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2902026-07-21T05:19:27.986Z369 + Ok(rc) => Error::other(rc),
2912026-07-21T05:19:27.986Z |
2922026-07-21T05:19:27.986Z
2932026-07-21T05:19:28.013Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi -- ` to apply 1 suggestion)
2942026-07-21T05:19:28.013Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.35s
2952026-07-21T05:19:28.026Z+ banner test
2962026-07-21T05:19:28.029Z
2972026-07-21T05:19:28.029Z ##### ###### #### #####
2982026-07-21T05:19:28.029Z # # # #
2992026-07-21T05:19:28.029Z # ##### #### #
3002026-07-21T05:19:28.029Z # # # #
3012026-07-21T05:19:28.030Z # # # # #
3022026-07-21T05:19:28.030Z # ###### #### #
3032026-07-21T05:19:28.030Z
3042026-07-21T05:19:28.030Z+ ./run_tests.sh
3052026-07-21T05:19:28.049Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3062026-07-21T05:19:28.049Z |
3072026-07-21T05:19:28.049Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3082026-07-21T05:19:28.050Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3092026-07-21T05:19:28.050Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3102026-07-21T05:19:28.128Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3112026-07-21T05:19:28.128Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3122026-07-21T05:19:28.911Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.87s
3132026-07-21T05:19:28.948Zfound 2 test binaries
3142026-07-21T05:19:28.958ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-10d8db47ac12c32c
3152026-07-21T05:19:28.961Z
3162026-07-21T05:19:28.961Zrunning 0 tests
3172026-07-21T05:19:28.961Z
3182026-07-21T05:19:28.961Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3192026-07-21T05:19:28.961Z
3202026-07-21T05:19:28.961ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-fca3d757cbd2f98a
3212026-07-21T05:19:28.964Z
3222026-07-21T05:19:28.965Zrunning 1 test
3232026-07-21T05:19:28.967Z
3242026-07-21T05:19:28.967Z0000: 64 6f 20 79 6f 75 20 6b do you k
3252026-07-21T05:19:28.967Z0008: 6e 6f 77 20 74 68 65 20 now the
3262026-07-21T05:19:28.967Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3272026-07-21T05:19:28.967Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3282026-07-21T05:19:28.967Z0020: 00 00 00 00 00 00 00 00 ........
3292026-07-21T05:19:28.967Z0028: 00 00 00 00 00 00 ......
3302026-07-21T05:19:28.968Z
3312026-07-21T05:19:28.968Ztest test::test_loopback_send_recv ... ok
3322026-07-21T05:19:28.968Z
3332026-07-21T05:19:28.968Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-07-21T05:19:28.968Z
3352026-07-21T05:19:28.973Zprocess exited: duration 13288 ms, exit code 0
 
3362026-07-21T05:19:28.979Zfound 0 output files