01KNTZNE48EXE6QQR44PJYRT81: build-and-test

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

Buildomat Job: 01KNTZNKPXRQFXSX1N8JZ892WJ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-10T06:01:51.279Zjob assigned to worker 01KNTZNQB0N04P2BRHWQTWRPY1 [factory aws, i-02b473475b9b8453c] (queued for 46 s)
 
22026-04-10T06:01:57.859Zstarting task 0: "setup"
32026-04-10T06:01:57.865Z++ uname -s
42026-04-10T06:01:57.868Z+ kern=SunOS
52026-04-10T06:01:57.869Z+ build_user=build
62026-04-10T06:01:57.869Z+ build_uid=12345
72026-04-10T06:01:57.869Z+ work_dir=/work
82026-04-10T06:01:57.869Z+ input_dir=/input
92026-04-10T06:01:57.869Z+ [[ 0 == 12345 ]]
102026-04-10T06:01:57.869Z+ case "$kern" in
112026-04-10T06:01:57.869Z+ groupadd -g 12345 build
122026-04-10T06:01:57.872Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-10T06:01:59.876Z+ zfs create -o mountpoint=/work rpool/work
142026-04-10T06:01:59.997Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-10T06:02:00.001Z+ home_fs=zfs
162026-04-10T06:02:00.001Z+ [[ zfs == autofs ]]
172026-04-10T06:02:00.001Z+ mkdir -p /home/build
182026-04-10T06:02:00.001Z+ chown build:build /home/build /work
192026-04-10T06:02:02.002Z+ chmod 0700 /home/build /work
202026-04-10T06:02:02.005Zprocess exited: duration 4144 ms, exit code 0
 
212026-04-10T06:02:02.011Zstarting task 1: "rust-toolchain"
222026-04-10T06:02:02.016Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-04-10T06:02:02.016Z * rust toolchain channel = "stable"
242026-04-10T06:02:02.016Z * rust toolchain profile = "default"
252026-04-10T06:02:02.016Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-10T06:02:02.016Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-10T06:02:02.016Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-10T06:02:02.019Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-10T06:02:02.019Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-04-10T06:02:02.137Zinfo: downloading installer
312026-04-10T06:02:03.573Zwarn: It looks like you have an existing installation of Rust at:
322026-04-10T06:02:03.573Zwarn: /opt/ooce/bin
332026-04-10T06:02:03.573Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-10T06:02:03.573Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-10T06:02:03.573Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-10T06:02:03.573Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-10T06:02:03.573Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-10T06:02:03.576Zerror: cannot install while Rust is installed
392026-04-10T06:02:03.577Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-10T06:02:03.577Zwarn: It looks like you have an existing rustup settings file at:
412026-04-10T06:02:03.577Zwarn: /home/build/.rustup/settings.toml
422026-04-10T06:02:03.577Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-10T06:02:03.577Zwarn: instead of the one inferred from the default host triple.
442026-04-10T06:02:03.587Zinfo: profile set to default
452026-04-10T06:02:03.587Zinfo: default host triple is x86_64-unknown-illumos
462026-04-10T06:02:03.590Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-04-10T06:02:03.723Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-10T06:02:03.727Zinfo: downloading 6 components
492026-04-10T06:02:18.640Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-04-10T06:02:18.640Z
512026-04-10T06:02:18.672Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-10T06:02:18.672Z
532026-04-10T06:02:18.673Z
542026-04-10T06:02:18.676ZRust is installed now. Great!
552026-04-10T06:02:18.676Z
562026-04-10T06:02:18.676ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-10T06:02:18.676Zenvironment variable. This has not been done automatically.
582026-04-10T06:02:18.676Z
592026-04-10T06:02:18.676ZTo configure your current shell, you need to source
602026-04-10T06:02:18.676Zthe corresponding env file under $HOME/.cargo.
612026-04-10T06:02:18.676Z
622026-04-10T06:02:18.676ZThis is usually done by running one of the following (note the leading DOT):
632026-04-10T06:02:18.676Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-10T06:02:18.676Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-10T06:02:18.676Zsource "~/.cargo/env.nu" # For nushell
662026-04-10T06:02:18.676Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-10T06:02:18.676Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-10T06:02:18.676Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-10T06:02:18.676Zwarn: no default linker (`cc`) was found in your PATH
702026-04-10T06:02:18.676Zwarn: many Rust crates require a system C toolchain to build
712026-04-10T06:02:18.769Z+ rustup --version
722026-04-10T06:02:18.778Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-10T06:02:18.781Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-10T06:02:18.799Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-10T06:02:18.803Z+ cargo --version
762026-04-10T06:02:18.815Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-10T06:02:18.818Z+ rustc --version
782026-04-10T06:02:18.838Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-10T06:02:18.841Zprocess exited: duration 16828 ms, exit code 0
 
802026-04-10T06:02:18.847Zstarting task 2: "authentication"
812026-04-10T06:02:18.863Zprocess exited: duration 15 ms, exit code 0
 
822026-04-10T06:02:18.868Zstarting task 3: "clone repository"
832026-04-10T06:02:18.872Z+ mkdir -p /work/oxidecomputer/dlpi-sys
842026-04-10T06:02:18.874Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
852026-04-10T06:02:19.005ZCloning into '/work/oxidecomputer/dlpi-sys'...
862026-04-10T06:02:19.543Z+ cd /work/oxidecomputer/dlpi-sys
872026-04-10T06:02:19.543Z+ git fetch origin ae81a1df90e65870179a87c8b7e1ce72c0d9686c
882026-04-10T06:02:19.756ZFrom https://github.com/oxidecomputer/dlpi-sys
892026-04-10T06:02:19.759Z * branch ae81a1df90e65870179a87c8b7e1ce72c0d9686c -> FETCH_HEAD
902026-04-10T06:02:19.763Z+ [[ -n renovate/ad-m-github-push-action-1.x ]]
912026-04-10T06:02:19.763Z++ git branch --show-current
922026-04-10T06:02:19.766Z+ current=main
932026-04-10T06:02:19.766Z+ [[ main != renovate/ad-m-github-push-action-1.x ]]
942026-04-10T06:02:19.766Z+ git branch -f renovate/ad-m-github-push-action-1.x ae81a1df90e65870179a87c8b7e1ce72c0d9686c
952026-04-10T06:02:19.766Z+ git checkout -f renovate/ad-m-github-push-action-1.x
962026-04-10T06:02:19.769ZSwitched to branch 'renovate/ad-m-github-push-action-1.x'
972026-04-10T06:02:19.769Z+ git reset --hard ae81a1df90e65870179a87c8b7e1ce72c0d9686c
982026-04-10T06:02:19.772ZHEAD is now at ae81a1d Update ad-m/github-push-action action to v1.1.0
992026-04-10T06:02:19.775Zprocess exited: duration 903 ms, exit code 0
 
1002026-04-10T06:02:19.781Zstarting task 4: "build"
1012026-04-10T06:02:19.786Z+ cargo --version
1022026-04-10T06:02:19.794Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1032026-04-10T06:02:19.797Z+ rustc --version
1042026-04-10T06:02:19.816Zrustc 1.94.1 (e408947bf 2026-03-25)
1052026-04-10T06:02:19.819Z+ banner build
1062026-04-10T06:02:19.822Z
1072026-04-10T06:02:19.822Z ##### # # # # #####
1082026-04-10T06:02:19.822Z # # # # # # # #
1092026-04-10T06:02:19.822Z ##### # # # # # #
1102026-04-10T06:02:19.822Z # # # # # # # #
1112026-04-10T06:02:19.822Z # # # # # # # #
1122026-04-10T06:02:19.822Z ##### #### # ###### #####
1132026-04-10T06:02:19.822Z
1142026-04-10T06:02:19.822Z+ ptime -m cargo build
1152026-04-10T06:02:19.845Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1162026-04-10T06:02:19.845Z |
1172026-04-10T06:02:19.846Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1182026-04-10T06:02:19.846Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1192026-04-10T06:02:19.846Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1202026-04-10T06:02:19.893Z Updating crates.io index
1212026-04-10T06:02:20.300Z Locking 41 packages to latest compatible versions
1222026-04-10T06:02:20.305Z Downloading crates ...
1232026-04-10T06:02:20.353Z Downloaded parking_lot v0.12.5
1242026-04-10T06:02:20.356Z Downloaded pretty-hex v0.4.2
1252026-04-10T06:02:20.356Z Downloaded errno v0.3.14
1262026-04-10T06:02:20.359Z Downloaded smallvec v1.15.1
1272026-04-10T06:02:20.369Z Downloaded proc-macro-crate v3.5.0
1282026-04-10T06:02:20.374Z Downloaded equivalent v1.0.2
1292026-04-10T06:02:20.377Z Downloaded scopeguard v1.2.0
1302026-04-10T06:02:20.377Z Downloaded tokio-macros v2.7.0
1312026-04-10T06:02:20.385Z Downloaded num_enum_derive v0.7.6
1322026-04-10T06:02:20.392Z Downloaded cfg-if v1.0.4
1332026-04-10T06:02:20.396Z Downloaded rustversion v1.0.22
1342026-04-10T06:02:20.399Z Downloaded pin-project-lite v0.2.17
1352026-04-10T06:02:20.401Z Downloaded thiserror-impl v2.0.18
1362026-04-10T06:02:20.401Z Downloaded thiserror v2.0.18
1372026-04-10T06:02:20.404Z Downloaded toml_parser v1.1.2+spec-1.1.0
1382026-04-10T06:02:20.407Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1392026-04-10T06:02:20.407Z Downloaded num_enum v0.7.6
1402026-04-10T06:02:20.410Z Downloaded lock_api v0.4.14
1412026-04-10T06:02:20.413Z Downloaded signal-hook-registry v1.4.8
1422026-04-10T06:02:20.416Z Downloaded quote v1.0.45
1432026-04-10T06:02:20.422Z Downloaded mio v1.2.0
1442026-04-10T06:02:20.425Z Downloaded parking_lot_core v0.9.12
1452026-04-10T06:02:20.428Z Downloaded proc-macro2 v1.0.106
1462026-04-10T06:02:20.431Z Downloaded serde_core v1.0.228
1472026-04-10T06:02:20.434Z Downloaded unicode-ident v1.0.24
1482026-04-10T06:02:20.434Z Downloaded bytes v1.11.1
1492026-04-10T06:02:20.439Z Downloaded socket2 v0.6.3
1502026-04-10T06:02:20.442Z Downloaded memchr v2.8.0
1512026-04-10T06:02:20.446Z Downloaded toml_edit v0.25.11+spec-1.1.0
1522026-04-10T06:02:20.465Z Downloaded indexmap v2.14.0
1532026-04-10T06:02:20.480Z Downloaded winnow v1.0.1
1542026-04-10T06:02:20.485Z Downloaded hashbrown v0.17.0
1552026-04-10T06:02:20.511Z Downloaded syn v2.0.117
1562026-04-10T06:02:20.571Z Downloaded libc v0.2.184
1572026-04-10T06:02:20.589Z Downloaded tokio v1.51.1
1582026-04-10T06:02:20.641Z Compiling proc-macro2 v1.0.106
1592026-04-10T06:02:20.642Z Compiling libc v0.2.184
1602026-04-10T06:02:20.645Z Compiling unicode-ident v1.0.24
1612026-04-10T06:02:20.645Z Compiling quote v1.0.45
1622026-04-10T06:02:20.645Z Compiling equivalent v1.0.2
1632026-04-10T06:02:20.645Z Compiling hashbrown v0.17.0
1642026-04-10T06:02:20.645Z Compiling winnow v1.0.1
1652026-04-10T06:02:20.661Z Compiling parking_lot_core v0.9.12
1662026-04-10T06:02:20.737Z Compiling toml_datetime v1.1.1+spec-1.1.0
1672026-04-10T06:02:20.769Z Compiling smallvec v1.15.1
1682026-04-10T06:02:20.938Z Compiling scopeguard v1.2.0
1692026-04-10T06:02:20.958Z Compiling cfg-if v1.0.4
1702026-04-10T06:02:21.013Z Compiling rustversion v1.0.22
1712026-04-10T06:02:21.018Z Compiling lock_api v0.4.14
1722026-04-10T06:02:21.098Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1732026-04-10T06:02:21.117Z Compiling indexmap v2.14.0
1742026-04-10T06:02:21.165Z Compiling thiserror v2.0.18
1752026-04-10T06:02:21.214Z Compiling bytes v1.11.1
1762026-04-10T06:02:21.304Z Compiling pin-project-lite v0.2.17
1772026-04-10T06:02:21.433Z Compiling errno v0.3.14
1782026-04-10T06:02:21.571Z Compiling toml_parser v1.1.2+spec-1.1.0
1792026-04-10T06:02:21.649Z Compiling parking_lot v0.12.5
1802026-04-10T06:02:21.672Z Compiling signal-hook-registry v1.4.8
1812026-04-10T06:02:21.675Z Compiling mio v1.2.0
1822026-04-10T06:02:21.714Z Compiling socket2 v0.6.3
1832026-04-10T06:02:22.029Z Compiling pretty-hex v0.4.2
1842026-04-10T06:02:22.088Z Compiling syn v2.0.117
1852026-04-10T06:02:22.093Z Compiling toml_edit v0.25.11+spec-1.1.0
1862026-04-10T06:02:22.544Z Compiling proc-macro-crate v3.5.0
1872026-04-10T06:02:24.300Z Compiling thiserror-impl v2.0.18
1882026-04-10T06:02:24.300Z Compiling num_enum_derive v0.7.6
1892026-04-10T06:02:24.304Z Compiling tokio-macros v2.7.0
1902026-04-10T06:02:24.852Z Compiling tokio v1.51.1
1912026-04-10T06:02:25.025Z Compiling num_enum v0.7.6
1922026-04-10T06:02:27.777Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1932026-04-10T06:02:28.556Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.72s
1942026-04-10T06:02:28.588Z
1952026-04-10T06:02:28.588Zreal 8.758567587
1962026-04-10T06:02:28.588Zuser 18.762241985
1972026-04-10T06:02:28.588Zsys 3.931887681
1982026-04-10T06:02:28.588Ztrap 0.007448477
1992026-04-10T06:02:28.592Ztflt 0.107266446
2002026-04-10T06:02:28.592Zdflt 0.443873667
2012026-04-10T06:02:28.592Zkflt 0.004831562
2022026-04-10T06:02:28.592Zlock 1:01.834589683
2032026-04-10T06:02:28.592Zslp 48.880754645
2042026-04-10T06:02:28.592Zlat 1.918405296
2052026-04-10T06:02:28.592Zstop 2.088021155
2062026-04-10T06:02:28.592Z+ cargo fmt -- --check
2072026-04-10T06:02:28.659Z+ cargo clippy
2082026-04-10T06:02:28.706Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2092026-04-10T06:02:28.706Z |
2102026-04-10T06:02:28.706Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2112026-04-10T06:02:28.706Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2122026-04-10T06:02:28.706Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2132026-04-10T06:02:28.784Z Checking scopeguard v1.2.0
2142026-04-10T06:02:28.784Z Checking libc v0.2.184
2152026-04-10T06:02:28.787Z Checking cfg-if v1.0.4
2162026-04-10T06:02:28.787Z Checking smallvec v1.15.1
2172026-04-10T06:02:28.787Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2182026-04-10T06:02:28.787Z Checking pin-project-lite v0.2.17
2192026-04-10T06:02:28.788Z Checking bytes v1.11.1
2202026-04-10T06:02:28.788Z Checking num_enum v0.7.6
2212026-04-10T06:02:28.835Z Checking thiserror v2.0.18
2222026-04-10T06:02:28.854Z Checking lock_api v0.4.14
2232026-04-10T06:02:28.854Z Checking pretty-hex v0.4.2
2242026-04-10T06:02:29.029Zwarning: empty line after doc comment
2252026-04-10T06:02:29.029Z --> libdlpi-sys/src/lib.rs:8:1
2262026-04-10T06:02:29.029Z |
2272026-04-10T06:02:29.029Z 8 | / /// DLPI Flags
2282026-04-10T06:02:29.029Z 9 | |
2292026-04-10T06:02:29.029Z | |_^
2302026-04-10T06:02:29.029Z10 | /// Exclusive open.
2312026-04-10T06:02:29.029Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2322026-04-10T06:02:29.029Z | ------------------- the comment documents this constant item
2332026-04-10T06:02:29.029Z |
2342026-04-10T06:02:29.029Z = 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-10T06:02:29.029Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2362026-04-10T06:02:29.029Z = help: if the empty line is unintentional, remove it
2372026-04-10T06:02:29.029Zhelp: if the documentation should include the empty line include it in the comment
2382026-04-10T06:02:29.029Z |
2392026-04-10T06:02:29.029Z 9 | ///
2402026-04-10T06:02:29.029Z |
2412026-04-10T06:02:29.029Z
2422026-04-10T06:02:29.046Z Checking parking_lot_core v0.9.12
2432026-04-10T06:02:29.049Z Checking errno v0.3.14
2442026-04-10T06:02:29.049Z Checking socket2 v0.6.3
2452026-04-10T06:02:29.049Z Checking mio v1.2.0
2462026-04-10T06:02:29.077Zwarning: `libdlpi-sys` (lib) generated 1 warning
2472026-04-10T06:02:29.134Z Checking signal-hook-registry v1.4.8
2482026-04-10T06:02:29.217Z Checking parking_lot v0.12.5
2492026-04-10T06:02:29.354Z Checking tokio v1.51.1
2502026-04-10T06:02:31.825Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2512026-04-10T06:02:31.891Zwarning: empty line after doc comment
2522026-04-10T06:02:31.891Z --> dlpi/src/lib.rs:220:1
2532026-04-10T06:02:31.891Z |
2542026-04-10T06:02:31.891Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2552026-04-10T06:02:31.891Z221 | | /*pub fn recv_async<'a>(
2562026-04-10T06:02:31.891Z222 | | h: DlpiHandle,
2572026-04-10T06:02:31.891Z223 | | src: &'a mut [u8],
2582026-04-10T06:02:31.891Z... |
2592026-04-10T06:02:31.891Z229 | | */
2602026-04-10T06:02:31.891Z230 | |
2612026-04-10T06:02:31.891Z | |_^
2622026-04-10T06:02:31.891Z231 | #[cfg(feature = "async")]
2632026-04-10T06:02:31.891Z232 | pub async fn recv_async<'a>(
2642026-04-10T06:02:31.891Z | ----------------------- the comment documents this function
2652026-04-10T06:02:31.891Z |
2662026-04-10T06:02:31.891Z = 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-10T06:02:31.891Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2682026-04-10T06:02:31.891Z = help: if the empty line is unintentional, remove it
2692026-04-10T06:02:31.891Zhelp: if the doc comment should not document function `recv_async` then comment it out
2702026-04-10T06:02:31.891Z |
2712026-04-10T06:02:31.891Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2722026-04-10T06:02:31.891Z218 ~ // /// result as [`recv`].
2732026-04-10T06:02:31.891Z219 ~ // ///
2742026-04-10T06:02:31.891Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2752026-04-10T06:02:31.891Z |
2762026-04-10T06:02:31.891Z
2772026-04-10T06:02:31.954Zwarning: this can be `std::io::Error::other(_)`
2782026-04-10T06:02:31.954Z --> dlpi/src/lib.rs:369:19
2792026-04-10T06:02:31.954Z |
2802026-04-10T06:02:31.954Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2812026-04-10T06:02:31.954Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2822026-04-10T06:02:31.954Z |
2832026-04-10T06:02:31.954Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.94.0/index.html#io_other_error
2842026-04-10T06:02:31.954Z = note: `#[warn(clippy::io_other_error)]` on by default
2852026-04-10T06:02:31.954Zhelp: use `std::io::Error::other`
2862026-04-10T06:02:31.954Z |
2872026-04-10T06:02:31.954Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2882026-04-10T06:02:31.954Z369 + Ok(rc) => Error::other(rc),
2892026-04-10T06:02:31.954Z |
2902026-04-10T06:02:31.954Z
2912026-04-10T06:02:31.982Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi` to apply 1 suggestion)
2922026-04-10T06:02:31.985Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
2932026-04-10T06:02:31.996Z+ banner test
2942026-04-10T06:02:31.999Z
2952026-04-10T06:02:31.999Z ##### ###### #### #####
2962026-04-10T06:02:31.999Z # # # #
2972026-04-10T06:02:31.999Z # ##### #### #
2982026-04-10T06:02:31.999Z # # # #
2992026-04-10T06:02:31.999Z # # # # #
3002026-04-10T06:02:31.999Z # ###### #### #
3012026-04-10T06:02:31.999Z
3022026-04-10T06:02:31.999Z+ ./run_tests.sh
3032026-04-10T06:02:32.018Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3042026-04-10T06:02:32.018Z |
3052026-04-10T06:02:32.018Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3062026-04-10T06:02:32.018Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3072026-04-10T06:02:32.018Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3082026-04-10T06:02:32.097Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3092026-04-10T06:02:32.097Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3102026-04-10T06:02:32.842Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.83s
3112026-04-10T06:02:32.876Zfound 2 test binaries
3122026-04-10T06:02:32.886ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-f74927458c6ee743
3132026-04-10T06:02:32.889Z
3142026-04-10T06:02:32.889Zrunning 0 tests
3152026-04-10T06:02:32.889Z
3162026-04-10T06:02:32.889Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3172026-04-10T06:02:32.889Z
3182026-04-10T06:02:32.889ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-abfe1ad415a364e6
3192026-04-10T06:02:32.892Z
3202026-04-10T06:02:32.892Zrunning 1 test
3212026-04-10T06:02:32.895Z
3222026-04-10T06:02:32.895Z0000: 64 6f 20 79 6f 75 20 6b do you k
3232026-04-10T06:02:32.895Z0008: 6e 6f 77 20 74 68 65 20 now the
3242026-04-10T06:02:32.895Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3252026-04-10T06:02:32.895Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3262026-04-10T06:02:32.895Z0020: 00 00 00 00 00 00 00 00 ........
3272026-04-10T06:02:32.895Z0028: 00 00 00 00 00 00 ......
3282026-04-10T06:02:32.895Z
3292026-04-10T06:02:32.895Ztest test::test_loopback_send_recv ... ok
3302026-04-10T06:02:32.895Z
3312026-04-10T06:02:32.895Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-04-10T06:02:32.895Z
3332026-04-10T06:02:32.900Zprocess exited: duration 13117 ms, exit code 0
 
3342026-04-10T06:02:32.906Zfound 0 output files