01KE1P0ZATWY4EZP6H7W143KNK: build-and-test

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

Buildomat Job: 01KE1P18BS0TRB83NAEQF8T69G

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-03T10:22:11.487Zjob assigned to worker 01KE1P1991WZEX7JKXSHQWQPXQ [factory gimlet-EVT22200007-propolis, EVT22200007/52850] (queued for 24 s)
 
22026-01-03T10:22:19.544Zstarting task 0: "setup"
32026-01-03T10:22:19.569Z++ uname -s
42026-01-03T10:22:19.569Z+ kern=SunOS
52026-01-03T10:22:19.569Z+ build_user=build
62026-01-03T10:22:19.569Z+ build_uid=12345
72026-01-03T10:22:19.569Z+ work_dir=/work
82026-01-03T10:22:19.569Z+ input_dir=/input
92026-01-03T10:22:19.569Z+ [[ 0 == 12345 ]]
102026-01-03T10:22:19.569Z+ case "$kern" in
112026-01-03T10:22:19.569Z+ groupadd -g 12345 build
122026-01-03T10:22:19.569Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-03T10:22:21.569Z+ zfs create -o mountpoint=/work rpool/work
142026-01-03T10:22:21.605Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-03T10:22:21.630Z+ home_fs=zfs
162026-01-03T10:22:21.630Z+ [[ zfs == autofs ]]
172026-01-03T10:22:21.630Z+ mkdir -p /home/build
182026-01-03T10:22:21.630Z+ chown build:build /home/build /work
192026-01-03T10:22:23.615Z+ chmod 0700 /home/build /work
202026-01-03T10:22:23.639Zprocess exited: duration 4074 ms, exit code 0
 
212026-01-03T10:22:23.690Zstarting task 1: "rust-toolchain"
222026-01-03T10:22:23.714Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-01-03T10:22:23.714Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-03T10:22:23.714Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-01-03T10:22:23.714Z * rust toolchain channel = "stable"
262026-01-03T10:22:23.714Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-03T10:22:23.714Z * rust toolchain profile = "default"
282026-01-03T10:22:23.714Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-03T10:22:23.714Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-01-03T10:22:23.826Zinfo: downloading installer
312026-01-03T10:22:24.519Zwarn: It looks like you have an existing installation of Rust at:
322026-01-03T10:22:24.519Zwarn: /opt/ooce/bin
332026-01-03T10:22:24.519Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-03T10:22:24.519Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-03T10:22:24.519Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-03T10:22:24.519Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-03T10:22:24.519Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-03T10:22:24.519Zerror: cannot install while Rust is installed
392026-01-03T10:22:24.519Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-03T10:22:24.543Zinfo: profile set to 'default'
412026-01-03T10:22:24.543Zinfo: default host triple is x86_64-unknown-illumos
422026-01-03T10:22:24.544Zinfo: syncing channel updates for 'stable-x86_64-unknown-illumos'
432026-01-03T10:22:24.646Zinfo: latest update on 2025-12-11, rust version 1.92.0 (ded5c06cf 2025-12-08)
442026-01-03T10:22:24.646Zinfo: downloading component 'cargo'
452026-01-03T10:22:25.035Zinfo: downloading component 'clippy'
462026-01-03T10:22:25.099Zinfo: downloading component 'rust-docs'
472026-01-03T10:22:25.308Zinfo: downloading component 'rust-std'
482026-01-03T10:22:25.644Zinfo: downloading component 'rustc'
492026-01-03T10:22:27.164Zinfo: downloading component 'rustfmt'
502026-01-03T10:22:27.224Zinfo: installing component 'cargo'
512026-01-03T10:22:28.416Zinfo: installing component 'clippy'
522026-01-03T10:22:28.852Zinfo: installing component 'rust-docs'
532026-01-03T10:22:32.086Zinfo: installing component 'rust-std'
542026-01-03T10:22:34.103Zinfo: installing component 'rustc'
552026-01-03T10:22:42.210Zinfo: installing component 'rustfmt'
562026-01-03T10:22:42.592Zinfo: default toolchain set to 'stable-x86_64-unknown-illumos'
572026-01-03T10:22:42.592Z
582026-01-03T10:22:42.768Z stable-x86_64-unknown-illumos installed - rustc 1.92.0 (ded5c06cf 2025-12-08)
592026-01-03T10:22:42.768Z
602026-01-03T10:22:42.793Z
612026-01-03T10:22:42.793ZRust is installed now. Great!
622026-01-03T10:22:42.793Z
632026-01-03T10:22:42.793ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-03T10:22:42.793Zenvironment variable. This has not been done automatically.
652026-01-03T10:22:42.793Z
662026-01-03T10:22:42.793ZTo configure your current shell, you need to source
672026-01-03T10:22:42.793Zthe corresponding env file under $HOME/.cargo.
682026-01-03T10:22:42.793Z
692026-01-03T10:22:42.793ZThis is usually done by running one of the following (note the leading DOT):
702026-01-03T10:22:42.793Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-03T10:22:42.793Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-03T10:22:42.793Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-03T10:22:42.913Z+ rustup --version
742026-01-03T10:22:42.937Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-03T10:22:42.937Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-03T10:22:43.067Zinfo: The currently active `rustc` version is `rustc 1.92.0 (ded5c06cf 2025-12-08)`
772026-01-03T10:22:43.091Z+ cargo --version
782026-01-03T10:22:43.191Zcargo 1.92.0 (344c4567c 2025-10-21)
792026-01-03T10:22:43.215Z+ rustc --version
802026-01-03T10:22:43.322Zrustc 1.92.0 (ded5c06cf 2025-12-08)
812026-01-03T10:22:43.346Zprocess exited: duration 19640 ms, exit code 0
 
822026-01-03T10:22:43.394Zstarting task 2: "authentication"
832026-01-03T10:22:43.452Zprocess exited: duration 57 ms, exit code 0
 
842026-01-03T10:22:43.501Zstarting task 3: "clone repository"
852026-01-03T10:22:43.525Z+ mkdir -p /work/oxidecomputer/dlpi-sys
862026-01-03T10:22:43.525Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
872026-01-03T10:22:43.595ZCloning into '/work/oxidecomputer/dlpi-sys'...
882026-01-03T10:22:44.359Z+ cd /work/oxidecomputer/dlpi-sys
892026-01-03T10:22:44.359Z+ git fetch origin 0637ef02c53eeb8e1438540c459167f1c5cbe701
902026-01-03T10:22:44.680ZFrom https://github.com/oxidecomputer/dlpi-sys
912026-01-03T10:22:44.680Z * branch 0637ef02c53eeb8e1438540c459167f1c5cbe701 -> FETCH_HEAD
922026-01-03T10:22:44.705Z+ [[ -n renovate/tokio-1.x ]]
932026-01-03T10:22:44.705Z++ git branch --show-current
942026-01-03T10:22:44.705Z+ current=main
952026-01-03T10:22:44.705Z+ [[ main != renovate/tokio-1.x ]]
962026-01-03T10:22:44.705Z+ git branch -f renovate/tokio-1.x 0637ef02c53eeb8e1438540c459167f1c5cbe701
972026-01-03T10:22:44.705Z+ git checkout -f renovate/tokio-1.x
982026-01-03T10:22:44.729ZSwitched to branch 'renovate/tokio-1.x'
992026-01-03T10:22:44.729Z+ git reset --hard 0637ef02c53eeb8e1438540c459167f1c5cbe701
1002026-01-03T10:22:44.729ZHEAD is now at 0637ef0 Update Rust crate tokio to 1.49.0
1012026-01-03T10:22:44.729Zprocess exited: duration 1217 ms, exit code 0
 
1022026-01-03T10:22:44.780Zstarting task 4: "build"
1032026-01-03T10:22:44.804Z+ cargo --version
1042026-01-03T10:22:44.884Zcargo 1.92.0 (344c4567c 2025-10-21)
1052026-01-03T10:22:44.909Z+ rustc --version
1062026-01-03T10:22:45.009Zrustc 1.92.0 (ded5c06cf 2025-12-08)
1072026-01-03T10:22:45.034Z+ banner build
1082026-01-03T10:22:45.034Z
1092026-01-03T10:22:45.034Z ##### # # # # #####
1102026-01-03T10:22:45.034Z # # # # # # # #
1112026-01-03T10:22:45.034Z ##### # # # # # #
1122026-01-03T10:22:45.034Z # # # # # # # #
1132026-01-03T10:22:45.034Z # # # # # # # #
1142026-01-03T10:22:45.034Z ##### #### # ###### #####
1152026-01-03T10:22:45.034Z
1162026-01-03T10:22:45.034Z+ ptime -m cargo build
1172026-01-03T10:22:45.149Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1182026-01-03T10:22:45.149Z |
1192026-01-03T10:22:45.149Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1202026-01-03T10:22:45.149Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1212026-01-03T10:22:45.149Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1222026-01-03T10:22:45.240Z Updating crates.io index
1232026-01-03T10:22:45.699Z Locking 51 packages to latest compatible versions
1242026-01-03T10:22:45.723Z Downloading crates ...
1252026-01-03T10:22:45.775Z Downloaded cfg-if v1.0.4
1262026-01-03T10:22:45.799Z Downloaded equivalent v1.0.2
1272026-01-03T10:22:45.799Z Downloaded num_enum v0.7.5
1282026-01-03T10:22:45.799Z Downloaded proc-macro-crate v3.4.0
1292026-01-03T10:22:45.824Z Downloaded unicode-ident v1.0.22
1302026-01-03T10:22:45.824Z Downloaded thiserror v2.0.17
1312026-01-03T10:22:45.824Z Downloaded toml_edit v0.23.10+spec-1.0.0
1322026-01-03T10:22:45.848Z Downloaded serde_core v1.0.228
1332026-01-03T10:22:45.848Z Downloaded mio v1.1.1
1342026-01-03T10:22:45.848Z Downloaded hashbrown v0.16.1
1352026-01-03T10:22:45.848Z Downloaded memchr v2.7.6
1362026-01-03T10:22:45.848Z Downloaded socket2 v0.6.1
1372026-01-03T10:22:45.848Z Downloaded indexmap v2.12.1
1382026-01-03T10:22:45.872Z Downloaded winnow v0.7.14
1392026-01-03T10:22:45.872Z Downloaded smallvec v1.15.1
1402026-01-03T10:22:45.872Z Downloaded proc-macro2 v1.0.104
1412026-01-03T10:22:45.872Z Downloaded pin-project-lite v0.2.16
1422026-01-03T10:22:45.896Z Downloaded parking_lot_core v0.9.12
1432026-01-03T10:22:45.896Z Downloaded parking_lot v0.12.5
1442026-01-03T10:22:45.896Z Downloaded syn v2.0.112
1452026-01-03T10:22:45.896Z Downloaded num_enum_derive v0.7.5
1462026-01-03T10:22:45.897Z Downloaded toml_parser v1.0.6+spec-1.1.0
1472026-01-03T10:22:45.921Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1482026-01-03T10:22:45.921Z Downloaded tokio-macros v2.6.0
1492026-01-03T10:22:45.921Z Downloaded thiserror-impl v2.0.17
1502026-01-03T10:22:45.921Z Downloaded signal-hook-registry v1.4.8
1512026-01-03T10:22:45.921Z Downloaded scopeguard v1.2.0
1522026-01-03T10:22:45.921Z Downloaded rustversion v1.0.22
1532026-01-03T10:22:45.921Z Downloaded quote v1.0.42
1542026-01-03T10:22:45.921Z Downloaded errno v0.3.14
1552026-01-03T10:22:45.921Z Downloaded bytes v1.11.0
1562026-01-03T10:22:45.921Z Downloaded pretty-hex v0.4.1
1572026-01-03T10:22:45.921Z Downloaded lock_api v0.4.14
1582026-01-03T10:22:45.921Z Downloaded libc v0.2.179
1592026-01-03T10:22:45.953Z Downloaded tokio v1.49.0
1602026-01-03T10:22:46.046Z Compiling proc-macro2 v1.0.104
1612026-01-03T10:22:46.046Z Compiling unicode-ident v1.0.22
1622026-01-03T10:22:46.070Z Compiling quote v1.0.42
1632026-01-03T10:22:46.070Z Compiling libc v0.2.179
1642026-01-03T10:22:46.070Z Compiling equivalent v1.0.2
1652026-01-03T10:22:46.070Z Compiling hashbrown v0.16.1
1662026-01-03T10:22:46.071Z Compiling winnow v0.7.14
1672026-01-03T10:22:46.071Z Compiling parking_lot_core v0.9.12
1682026-01-03T10:22:46.208Z Compiling toml_datetime v0.7.5+spec-1.1.0
1692026-01-03T10:22:46.264Z Compiling rustversion v1.0.22
1702026-01-03T10:22:46.564Z Compiling scopeguard v1.2.0
1712026-01-03T10:22:46.604Z Compiling smallvec v1.15.1
1722026-01-03T10:22:46.628Z Compiling cfg-if v1.0.4
1732026-01-03T10:22:46.704Z Compiling lock_api v0.4.14
1742026-01-03T10:22:46.729Z Compiling thiserror v2.0.17
1752026-01-03T10:22:46.876Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1762026-01-03T10:22:47.055Z Compiling indexmap v2.12.1
1772026-01-03T10:22:47.134Z Compiling bytes v1.11.0
1782026-01-03T10:22:47.242Z Compiling pin-project-lite v0.2.16
1792026-01-03T10:22:47.534Z Compiling errno v0.3.14
1802026-01-03T10:22:47.606Z Compiling socket2 v0.6.1
1812026-01-03T10:22:47.758Z Compiling signal-hook-registry v1.4.8
1822026-01-03T10:22:48.073Z Compiling parking_lot v0.12.5
1832026-01-03T10:22:48.231Z Compiling mio v1.1.1
1842026-01-03T10:22:48.255Z Compiling pretty-hex v0.4.1
1852026-01-03T10:22:48.317Z Compiling syn v2.0.112
1862026-01-03T10:22:48.829Z Compiling toml_parser v1.0.6+spec-1.1.0
1872026-01-03T10:22:49.483Z Compiling toml_edit v0.23.10+spec-1.0.0
1882026-01-03T10:22:50.438Z Compiling proc-macro-crate v3.4.0
1892026-01-03T10:22:53.620Z Compiling tokio-macros v2.6.0
1902026-01-03T10:22:53.620Z Compiling num_enum_derive v0.7.5
1912026-01-03T10:22:53.620Z Compiling thiserror-impl v2.0.17
1922026-01-03T10:22:54.577Z Compiling tokio v1.49.0
1932026-01-03T10:22:54.943Z Compiling num_enum v0.7.5
1942026-01-03T10:23:01.245Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1952026-01-03T10:23:03.057Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.94s
1962026-01-03T10:23:03.101Z
1972026-01-03T10:23:03.101Zreal 18.068244273
1982026-01-03T10:23:03.101Zuser 41.783853250
1992026-01-03T10:23:03.101Zsys 7.372401874
2002026-01-03T10:23:03.101Ztrap 0.017642521
2012026-01-03T10:23:03.101Ztflt 0.110084602
2022026-01-03T10:23:03.101Zdflt 0.401077093
2032026-01-03T10:23:03.101Zkflt 0.001390798
2042026-01-03T10:23:03.101Zlock 1:36.080187927
2052026-01-03T10:23:03.101Zslp 2:07.663154831
2062026-01-03T10:23:03.101Zlat 1.427202543
2072026-01-03T10:23:03.101Zstop 1.643676407
2082026-01-03T10:23:03.126Z+ cargo fmt -- --check
2092026-01-03T10:23:03.400Z+ cargo clippy
2102026-01-03T10:23:03.611Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2112026-01-03T10:23:03.611Z |
2122026-01-03T10:23:03.611Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2132026-01-03T10:23:03.611Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2142026-01-03T10:23:03.611Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2152026-01-03T10:23:03.758Z Checking scopeguard v1.2.0
2162026-01-03T10:23:03.758Z Checking libc v0.2.179
2172026-01-03T10:23:03.782Z Checking cfg-if v1.0.4
2182026-01-03T10:23:03.782Z Checking smallvec v1.15.1
2192026-01-03T10:23:03.782Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2202026-01-03T10:23:03.782Z Checking bytes v1.11.0
2212026-01-03T10:23:03.783Z Checking pin-project-lite v0.2.16
2222026-01-03T10:23:03.783Z Checking thiserror v2.0.17
2232026-01-03T10:23:03.848Z Checking num_enum v0.7.5
2242026-01-03T10:23:03.875Z Checking lock_api v0.4.14
2252026-01-03T10:23:03.902Z Checking pretty-hex v0.4.1
2262026-01-03T10:23:04.145Zwarning: empty line after doc comment
2272026-01-03T10:23:04.145Z --> libdlpi-sys/src/lib.rs:8:1
2282026-01-03T10:23:04.145Z |
2292026-01-03T10:23:04.146Z 8 | / /// DLPI Flags
2302026-01-03T10:23:04.146Z 9 | |
2312026-01-03T10:23:04.146Z | |_^
2322026-01-03T10:23:04.146Z10 | /// Exclusive open.
2332026-01-03T10:23:04.146Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2342026-01-03T10:23:04.146Z | ------------------- the comment documents this constant item
2352026-01-03T10:23:04.146Z |
2362026-01-03T10:23:04.146Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#empty_line_after_doc_comments
2372026-01-03T10:23:04.146Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2382026-01-03T10:23:04.146Z = help: if the empty line is unintentional, remove it
2392026-01-03T10:23:04.146Zhelp: if the documentation should include the empty line include it in the comment
2402026-01-03T10:23:04.146Z |
2412026-01-03T10:23:04.146Z 9 | ///
2422026-01-03T10:23:04.146Z |
2432026-01-03T10:23:04.146Z
2442026-01-03T10:23:04.230Zwarning: `libdlpi-sys` (lib) generated 1 warning
2452026-01-03T10:23:04.444Z Checking parking_lot_core v0.9.12
2462026-01-03T10:23:04.444Z Checking errno v0.3.14
2472026-01-03T10:23:04.468Z Checking mio v1.1.1
2482026-01-03T10:23:04.468Z Checking socket2 v0.6.1
2492026-01-03T10:23:04.602Z Checking signal-hook-registry v1.4.8
2502026-01-03T10:23:04.713Z Checking parking_lot v0.12.5
2512026-01-03T10:23:04.986Z Checking tokio v1.49.0
2522026-01-03T10:23:10.607Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2532026-01-03T10:23:10.712Zwarning: empty line after doc comment
2542026-01-03T10:23:10.712Z --> dlpi/src/lib.rs:220:1
2552026-01-03T10:23:10.712Z |
2562026-01-03T10:23:10.712Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2572026-01-03T10:23:10.712Z221 | | /*pub fn recv_async<'a>(
2582026-01-03T10:23:10.712Z222 | | h: DlpiHandle,
2592026-01-03T10:23:10.712Z223 | | src: &'a mut [u8],
2602026-01-03T10:23:10.712Z... |
2612026-01-03T10:23:10.712Z229 | | */
2622026-01-03T10:23:10.712Z230 | |
2632026-01-03T10:23:10.712Z | |_^
2642026-01-03T10:23:10.712Z231 | #[cfg(feature = "async")]
2652026-01-03T10:23:10.712Z232 | pub async fn recv_async<'a>(
2662026-01-03T10:23:10.712Z | ----------------------- the comment documents this function
2672026-01-03T10:23:10.712Z |
2682026-01-03T10:23:10.712Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#empty_line_after_doc_comments
2692026-01-03T10:23:10.712Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2702026-01-03T10:23:10.712Z = help: if the empty line is unintentional, remove it
2712026-01-03T10:23:10.712Zhelp: if the doc comment should not document function `recv_async` then comment it out
2722026-01-03T10:23:10.712Z |
2732026-01-03T10:23:10.712Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2742026-01-03T10:23:10.712Z218 ~ // /// result as [`recv`].
2752026-01-03T10:23:10.712Z219 ~ // ///
2762026-01-03T10:23:10.712Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2772026-01-03T10:23:10.712Z |
2782026-01-03T10:23:10.712Z
2792026-01-03T10:23:10.848Zwarning: this can be `std::io::Error::other(_)`
2802026-01-03T10:23:10.848Z --> dlpi/src/lib.rs:369:19
2812026-01-03T10:23:10.848Z |
2822026-01-03T10:23:10.848Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2832026-01-03T10:23:10.848Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2842026-01-03T10:23:10.848Z |
2852026-01-03T10:23:10.848Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.92.0/index.html#io_other_error
2862026-01-03T10:23:10.848Z = note: `#[warn(clippy::io_other_error)]` on by default
2872026-01-03T10:23:10.848Zhelp: use `std::io::Error::other`
2882026-01-03T10:23:10.848Z |
2892026-01-03T10:23:10.848Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2902026-01-03T10:23:10.848Z369 + Ok(rc) => Error::other(rc),
2912026-01-03T10:23:10.848Z |
2922026-01-03T10:23:10.848Z
2932026-01-03T10:23:10.887Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi` to apply 1 suggestion)
2942026-01-03T10:23:10.887Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.29s
2952026-01-03T10:23:10.911Z+ banner test
2962026-01-03T10:23:10.935Z
2972026-01-03T10:23:10.935Z ##### ###### #### #####
2982026-01-03T10:23:10.935Z # # # #
2992026-01-03T10:23:10.935Z # ##### #### #
3002026-01-03T10:23:10.935Z # # # #
3012026-01-03T10:23:10.935Z # # # # #
3022026-01-03T10:23:10.935Z # ###### #### #
3032026-01-03T10:23:10.935Z
3042026-01-03T10:23:10.935Z+ ./run_tests.sh
3052026-01-03T10:23:11.013Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3062026-01-03T10:23:11.013Z |
3072026-01-03T10:23:11.013Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3082026-01-03T10:23:11.013Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3092026-01-03T10:23:11.014Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3102026-01-03T10:23:11.158Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3112026-01-03T10:23:11.158Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3122026-01-03T10:23:12.372Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 1.37s
3132026-01-03T10:23:12.425Zfound 2 test binaries
3142026-01-03T10:23:12.449ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-9b63ebc122c33972
3152026-01-03T10:23:12.449Z
3162026-01-03T10:23:12.449Zrunning 0 tests
3172026-01-03T10:23:12.449Z
3182026-01-03T10:23:12.449Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3192026-01-03T10:23:12.450Z
3202026-01-03T10:23:12.450ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-2a4b6110d94ed099
3212026-01-03T10:23:12.474Z
3222026-01-03T10:23:12.474Zrunning 1 test
3232026-01-03T10:23:12.474Z
3242026-01-03T10:23:12.474Z0000: 64 6f 20 79 6f 75 20 6b do you k
3252026-01-03T10:23:12.474Z0008: 6e 6f 77 20 74 68 65 20 now the
3262026-01-03T10:23:12.474Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3272026-01-03T10:23:12.474Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3282026-01-03T10:23:12.474Z0020: 00 00 00 00 00 00 00 00 ........
3292026-01-03T10:23:12.474Z0028: 00 00 00 00 00 00 ......
3302026-01-03T10:23:12.474Z
3312026-01-03T10:23:12.474Ztest test::test_loopback_send_recv ... ok
3322026-01-03T10:23:12.474Z
3332026-01-03T10:23:12.474Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3342026-01-03T10:23:12.474Z
3352026-01-03T10:23:12.474Zprocess exited: duration 27694 ms, exit code 0
 
3362026-01-03T10:23:12.524Zfound 0 output files