01KSCRBW8FESMJV8C30EQ977ZW: build-and-test

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

Buildomat Job: 01KSCRC272SK5PVJQ57WT4ZDSM

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-24T10:27:38.849Zjob assigned to worker 01KSCRC2D8CJFGSP4PMAMFS302 [factory aws, i-07e50fda303c7faa0] (queued for 41 s)
 
22026-05-24T10:27:45.814Zstarting task 0: "setup"
32026-05-24T10:27:45.821Z++ uname -s
42026-05-24T10:27:45.824Z+ kern=SunOS
52026-05-24T10:27:45.824Z+ build_user=build
62026-05-24T10:27:45.824Z+ build_uid=12345
72026-05-24T10:27:45.824Z+ work_dir=/work
82026-05-24T10:27:45.824Z+ input_dir=/input
92026-05-24T10:27:45.824Z+ [[ 0 == 12345 ]]
102026-05-24T10:27:45.824Z+ case "$kern" in
112026-05-24T10:27:45.824Z+ groupadd -g 12345 build
122026-05-24T10:27:45.827Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-24T10:27:47.832Z+ zfs create -o mountpoint=/work rpool/work
142026-05-24T10:27:47.975Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-24T10:27:47.978Z+ home_fs=zfs
162026-05-24T10:27:47.978Z+ [[ zfs == autofs ]]
172026-05-24T10:27:47.978Z+ mkdir -p /home/build
182026-05-24T10:27:47.978Z+ chown build:build /home/build /work
192026-05-24T10:27:49.980Z+ chmod 0700 /home/build /work
202026-05-24T10:27:49.982Zprocess exited: duration 4167 ms, exit code 0
 
212026-05-24T10:27:49.988Zstarting task 1: "rust-toolchain"
222026-05-24T10:27:49.992Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-24T10:27:49.992Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-24T10:27:49.992Z * rust toolchain channel = "stable"
252026-05-24T10:27:49.992Z * rust toolchain profile = "default"
262026-05-24T10:27:49.992Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-24T10:27:49.992Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-24T10:27:49.995Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-24T10:27:49.995Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-24T10:27:50.115Zinfo: downloading installer
312026-05-24T10:27:51.483Zwarn: It looks like you have an existing installation of Rust at:
322026-05-24T10:27:51.483Zwarn: /opt/ooce/bin
332026-05-24T10:27:51.483Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-24T10:27:51.483Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-24T10:27:51.483Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-24T10:27:51.483Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-24T10:27:51.483Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-24T10:27:51.483Zerror: cannot install while Rust is installed
392026-05-24T10:27:51.484Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-24T10:27:51.484Zwarn: It looks like you have an existing rustup settings file at:
412026-05-24T10:27:51.484Zwarn: /home/build/.rustup/settings.toml
422026-05-24T10:27:51.484Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-24T10:27:51.484Zwarn: instead of the one inferred from the default host triple.
442026-05-24T10:27:51.498Zinfo: profile set to default
452026-05-24T10:27:51.498Zinfo: default host triple is x86_64-unknown-illumos
462026-05-24T10:27:51.501Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-24T10:27:51.633Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-24T10:27:51.636Zinfo: downloading 6 components
492026-05-24T10:28:06.728Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-24T10:28:06.728Z
512026-05-24T10:28:06.762Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-24T10:28:06.762Z
532026-05-24T10:28:06.762Z
542026-05-24T10:28:06.762ZRust is installed now. Great!
552026-05-24T10:28:06.762Z
562026-05-24T10:28:06.762ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-24T10:28:06.762Zenvironment variable. This has not been done automatically.
582026-05-24T10:28:06.762Z
592026-05-24T10:28:06.762ZTo configure your current shell, you need to source
602026-05-24T10:28:06.762Zthe corresponding env file under $HOME/.cargo.
612026-05-24T10:28:06.762Z
622026-05-24T10:28:06.762ZThis is usually done by running one of the following (note the leading DOT):
632026-05-24T10:28:06.762Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-24T10:28:06.762Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-24T10:28:06.762Zsource "~/.cargo/env.nu" # For nushell
662026-05-24T10:28:06.763Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-24T10:28:06.763Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-24T10:28:06.763Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-24T10:28:06.766Zwarn: no default linker (`cc`) was found in your PATH
702026-05-24T10:28:06.766Zwarn: many Rust crates require a system C toolchain to build
712026-05-24T10:28:06.849Z+ rustup --version
722026-05-24T10:28:06.858Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-24T10:28:06.861Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-24T10:28:06.879Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-24T10:28:06.882Z+ cargo --version
762026-05-24T10:28:06.896Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-24T10:28:06.899Z+ rustc --version
782026-05-24T10:28:06.918Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-24T10:28:06.920Zprocess exited: duration 16931 ms, exit code 0
 
802026-05-24T10:28:06.926Zstarting task 2: "authentication"
812026-05-24T10:28:06.942Zprocess exited: duration 15 ms, exit code 0
 
822026-05-24T10:28:06.947Zstarting task 3: "clone repository"
832026-05-24T10:28:06.950Z+ mkdir -p /work/oxidecomputer/dlpi-sys
842026-05-24T10:28:06.953Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
852026-05-24T10:28:06.991ZCloning into '/work/oxidecomputer/dlpi-sys'...
862026-05-24T10:28:07.477Z+ cd /work/oxidecomputer/dlpi-sys
872026-05-24T10:28:07.477Z+ git fetch origin dd631184d0436fc143e192916e999ac7e6faa75d
882026-05-24T10:28:07.706ZFrom https://github.com/oxidecomputer/dlpi-sys
892026-05-24T10:28:07.706Z * branch dd631184d0436fc143e192916e999ac7e6faa75d -> FETCH_HEAD
902026-05-24T10:28:07.711Z+ [[ -n renovate/ad-m-github-push-action-1.x ]]
912026-05-24T10:28:07.713Z++ git branch --show-current
922026-05-24T10:28:07.714Z+ current=main
932026-05-24T10:28:07.714Z+ [[ main != renovate/ad-m-github-push-action-1.x ]]
942026-05-24T10:28:07.714Z+ git branch -f renovate/ad-m-github-push-action-1.x dd631184d0436fc143e192916e999ac7e6faa75d
952026-05-24T10:28:07.716Z+ git checkout -f renovate/ad-m-github-push-action-1.x
962026-05-24T10:28:07.719ZSwitched to branch 'renovate/ad-m-github-push-action-1.x'
972026-05-24T10:28:07.722Z+ git reset --hard dd631184d0436fc143e192916e999ac7e6faa75d
982026-05-24T10:28:07.725ZHEAD is now at dd63118 Update ad-m/github-push-action action to v1.3.0
992026-05-24T10:28:07.725Zprocess exited: duration 775 ms, exit code 0
 
1002026-05-24T10:28:07.731Zstarting task 4: "build"
1012026-05-24T10:28:07.735Z+ cargo --version
1022026-05-24T10:28:07.744Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1032026-05-24T10:28:07.746Z+ rustc --version
1042026-05-24T10:28:07.766Zrustc 1.95.0 (59807616e 2026-04-14)
1052026-05-24T10:28:07.768Z+ banner build
1062026-05-24T10:28:07.771Z
1072026-05-24T10:28:07.771Z ##### # # # # #####
1082026-05-24T10:28:07.771Z # # # # # # # #
1092026-05-24T10:28:07.771Z ##### # # # # # #
1102026-05-24T10:28:07.771Z # # # # # # # #
1112026-05-24T10:28:07.771Z # # # # # # # #
1122026-05-24T10:28:07.771Z ##### #### # ###### #####
1132026-05-24T10:28:07.771Z
1142026-05-24T10:28:07.771Z+ ptime -m cargo build
1152026-05-24T10:28:07.795Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1162026-05-24T10:28:07.795Z |
1172026-05-24T10:28:07.795Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1182026-05-24T10:28:07.795Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1192026-05-24T10:28:07.795Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1202026-05-24T10:28:07.841Z Updating crates.io index
1212026-05-24T10:28:08.376Z Locking 41 packages to latest compatible versions
1222026-05-24T10:28:08.382Z Downloading crates ...
1232026-05-24T10:28:08.423Z Downloaded errno v0.3.14
1242026-05-24T10:28:08.436Z Downloaded equivalent v1.0.2
1252026-05-24T10:28:08.438Z Downloaded scopeguard v1.2.0
1262026-05-24T10:28:08.439Z Downloaded proc-macro-crate v3.5.0
1272026-05-24T10:28:08.444Z Downloaded tokio-macros v2.7.0
1282026-05-24T10:28:08.447Z Downloaded pretty-hex v0.4.2
1292026-05-24T10:28:08.450Z Downloaded num_enum v0.7.6
1302026-05-24T10:28:08.453Z Downloaded bytes v1.11.1
1312026-05-24T10:28:08.464Z Downloaded cfg-if v1.0.4
1322026-05-24T10:28:08.466Z Downloaded signal-hook-registry v1.4.8
1332026-05-24T10:28:08.469Z Downloaded lock_api v0.4.14
1342026-05-24T10:28:08.469Z Downloaded thiserror v2.0.18
1352026-05-24T10:28:08.472Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1362026-05-24T10:28:08.476Z Downloaded thiserror-impl v2.0.18
1372026-05-24T10:28:08.476Z Downloaded pin-project-lite v0.2.17
1382026-05-24T10:28:08.478Z Downloaded rustversion v1.0.22
1392026-05-24T10:28:08.478Z Downloaded num_enum_derive v0.7.6
1402026-05-24T10:28:08.487Z Downloaded smallvec v1.15.1
1412026-05-24T10:28:08.490Z Downloaded unicode-ident v1.0.24
1422026-05-24T10:28:08.490Z Downloaded parking_lot v0.12.5
1432026-05-24T10:28:08.492Z Downloaded toml_parser v1.1.2+spec-1.1.0
1442026-05-24T10:28:08.492Z Downloaded parking_lot_core v0.9.12
1452026-05-24T10:28:08.495Z Downloaded quote v1.0.45
1462026-05-24T10:28:08.501Z Downloaded proc-macro2 v1.0.106
1472026-05-24T10:28:08.504Z Downloaded serde_core v1.0.228
1482026-05-24T10:28:08.514Z Downloaded toml_edit v0.25.11+spec-1.1.0
1492026-05-24T10:28:08.517Z Downloaded socket2 v0.6.3
1502026-05-24T10:28:08.526Z Downloaded memchr v2.8.0
1512026-05-24T10:28:08.530Z Downloaded indexmap v2.14.0
1522026-05-24T10:28:08.534Z Downloaded mio v1.2.0
1532026-05-24T10:28:08.547Z Downloaded hashbrown v0.17.1
1542026-05-24T10:28:08.556Z Downloaded winnow v1.0.3
1552026-05-24T10:28:08.576Z Downloaded syn v2.0.117
1562026-05-24T10:28:08.641Z Downloaded libc v0.2.186
1572026-05-24T10:28:08.660Z Downloaded tokio v1.52.3
1582026-05-24T10:28:08.713Z Compiling proc-macro2 v1.0.106
1592026-05-24T10:28:08.713Z Compiling libc v0.2.186
1602026-05-24T10:28:08.713Z Compiling quote v1.0.45
1612026-05-24T10:28:08.713Z Compiling unicode-ident v1.0.24
1622026-05-24T10:28:08.715Z Compiling equivalent v1.0.2
1632026-05-24T10:28:08.716Z Compiling hashbrown v0.17.1
1642026-05-24T10:28:08.716Z Compiling winnow v1.0.3
1652026-05-24T10:28:08.716Z Compiling toml_datetime v1.1.1+spec-1.1.0
1662026-05-24T10:28:08.807Z Compiling parking_lot_core v0.9.12
1672026-05-24T10:28:08.840Z Compiling rustversion v1.0.22
1682026-05-24T10:28:08.940Z Compiling smallvec v1.15.1
1692026-05-24T10:28:09.080Z Compiling scopeguard v1.2.0
1702026-05-24T10:28:09.099Z Compiling cfg-if v1.0.4
1712026-05-24T10:28:09.140Z Compiling lock_api v0.4.14
1722026-05-24T10:28:09.147Z Compiling thiserror v2.0.18
1732026-05-24T10:28:09.156Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1742026-05-24T10:28:09.267Z Compiling indexmap v2.14.0
1752026-05-24T10:28:09.343Z Compiling pin-project-lite v0.2.17
1762026-05-24T10:28:09.380Z Compiling bytes v1.11.1
1772026-05-24T10:28:09.438Z Compiling errno v0.3.14
1782026-05-24T10:28:09.577Z Compiling signal-hook-registry v1.4.8
1792026-05-24T10:28:09.830Z Compiling toml_parser v1.1.2+spec-1.1.0
1802026-05-24T10:28:09.836Z Compiling parking_lot v0.12.5
1812026-05-24T10:28:09.871Z Compiling socket2 v0.6.3
1822026-05-24T10:28:09.912Z Compiling mio v1.2.0
1832026-05-24T10:28:09.941Z Compiling syn v2.0.117
1842026-05-24T10:28:10.000Z Compiling pretty-hex v0.4.2
1852026-05-24T10:28:10.173Z Compiling toml_edit v0.25.11+spec-1.1.0
1862026-05-24T10:28:10.651Z Compiling proc-macro-crate v3.5.0
1872026-05-24T10:28:12.225Z Compiling num_enum_derive v0.7.6
1882026-05-24T10:28:12.225Z Compiling thiserror-impl v2.0.18
1892026-05-24T10:28:12.228Z Compiling tokio-macros v2.7.0
1902026-05-24T10:28:12.798Z Compiling tokio v1.52.3
1912026-05-24T10:28:12.983Z Compiling num_enum v0.7.6
1922026-05-24T10:28:15.728Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1932026-05-24T10:28:16.573Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.79s
1942026-05-24T10:28:16.607Z
1952026-05-24T10:28:16.610Zreal 8.827265536
1962026-05-24T10:28:16.610Zuser 18.947056216
1972026-05-24T10:28:16.610Zsys 4.106240800
1982026-05-24T10:28:16.610Ztrap 0.012048031
1992026-05-24T10:28:16.610Ztflt 0.055431320
2002026-05-24T10:28:16.610Zdflt 0.219368108
2012026-05-24T10:28:16.610Zkflt 0.004057852
2022026-05-24T10:28:16.610Zlock 1:01.319412432
2032026-05-24T10:28:16.610Zslp 47.919364663
2042026-05-24T10:28:16.610Zlat 1.457373953
2052026-05-24T10:28:16.610Zstop 1.806309984
2062026-05-24T10:28:16.610Z+ cargo fmt -- --check
2072026-05-24T10:28:16.674Z+ cargo clippy
2082026-05-24T10:28:16.720Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2092026-05-24T10:28:16.720Z |
2102026-05-24T10:28:16.720Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2112026-05-24T10:28:16.720Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2122026-05-24T10:28:16.720Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2132026-05-24T10:28:16.799Z Checking scopeguard v1.2.0
2142026-05-24T10:28:16.799Z Checking libc v0.2.186
2152026-05-24T10:28:16.802Z Checking cfg-if v1.0.4
2162026-05-24T10:28:16.802Z Checking smallvec v1.15.1
2172026-05-24T10:28:16.810Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2182026-05-24T10:28:16.813Z Checking bytes v1.11.1
2192026-05-24T10:28:16.813Z Checking pin-project-lite v0.2.17
2202026-05-24T10:28:16.813Z Checking thiserror v2.0.18
2212026-05-24T10:28:16.848Z Checking num_enum v0.7.6
2222026-05-24T10:28:16.870Z Checking lock_api v0.4.14
2232026-05-24T10:28:16.873Z Checking pretty-hex v0.4.2
2242026-05-24T10:28:17.061Z Checking parking_lot_core v0.9.12
2252026-05-24T10:28:17.061Z Checking errno v0.3.14
2262026-05-24T10:28:17.065Z Checking socket2 v0.6.3
2272026-05-24T10:28:17.065Z Checking mio v1.2.0
2282026-05-24T10:28:17.065Zwarning: empty line after doc comment
2292026-05-24T10:28:17.065Z --> libdlpi-sys/src/lib.rs:8:1
2302026-05-24T10:28:17.065Z |
2312026-05-24T10:28:17.065Z 8 | / /// DLPI Flags
2322026-05-24T10:28:17.065Z 9 | |
2332026-05-24T10:28:17.065Z | |_^
2342026-05-24T10:28:17.065Z10 | /// Exclusive open.
2352026-05-24T10:28:17.065Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2362026-05-24T10:28:17.065Z | ------------------- the comment documents this constant item
2372026-05-24T10:28:17.065Z |
2382026-05-24T10:28:17.065Z = 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-24T10:28:17.065Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2402026-05-24T10:28:17.065Z = help: if the empty line is unintentional, remove it
2412026-05-24T10:28:17.065Zhelp: if the documentation should include the empty line include it in the comment
2422026-05-24T10:28:17.065Z |
2432026-05-24T10:28:17.065Z 9 | ///
2442026-05-24T10:28:17.065Z |
2452026-05-24T10:28:17.065Z
2462026-05-24T10:28:17.114Zwarning: `libdlpi-sys` (lib) generated 1 warning
2472026-05-24T10:28:17.151Z Checking signal-hook-registry v1.4.8
2482026-05-24T10:28:17.213Z Checking parking_lot v0.12.5
2492026-05-24T10:28:17.351Z Checking tokio v1.52.3
2502026-05-24T10:28:19.885Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2512026-05-24T10:28:19.949Zwarning: empty line after doc comment
2522026-05-24T10:28:19.950Z --> dlpi/src/lib.rs:220:1
2532026-05-24T10:28:19.950Z |
2542026-05-24T10:28:19.950Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2552026-05-24T10:28:19.950Z221 | | /*pub fn recv_async<'a>(
2562026-05-24T10:28:19.950Z222 | | h: DlpiHandle,
2572026-05-24T10:28:19.953Z223 | | src: &'a mut [u8],
2582026-05-24T10:28:19.953Z... |
2592026-05-24T10:28:19.953Z229 | | */
2602026-05-24T10:28:19.953Z230 | |
2612026-05-24T10:28:19.953Z | |_^
2622026-05-24T10:28:19.953Z231 | #[cfg(feature = "async")]
2632026-05-24T10:28:19.953Z232 | pub async fn recv_async<'a>(
2642026-05-24T10:28:19.953Z | ----------------------- the comment documents this function
2652026-05-24T10:28:19.953Z |
2662026-05-24T10:28:19.953Z = 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-24T10:28:19.953Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2682026-05-24T10:28:19.953Z = help: if the empty line is unintentional, remove it
2692026-05-24T10:28:19.953Zhelp: if the doc comment should not document function `recv_async` then comment it out
2702026-05-24T10:28:19.953Z |
2712026-05-24T10:28:19.953Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2722026-05-24T10:28:19.953Z218 ~ // /// result as [`recv`].
2732026-05-24T10:28:19.953Z219 ~ // ///
2742026-05-24T10:28:19.953Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2752026-05-24T10:28:19.953Z |
2762026-05-24T10:28:19.953Z
2772026-05-24T10:28:20.010Zwarning: this can be `std::io::Error::other(_)`
2782026-05-24T10:28:20.010Z --> dlpi/src/lib.rs:369:19
2792026-05-24T10:28:20.010Z |
2802026-05-24T10:28:20.011Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2812026-05-24T10:28:20.011Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2822026-05-24T10:28:20.011Z |
2832026-05-24T10:28:20.011Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#io_other_error
2842026-05-24T10:28:20.011Z = note: `#[warn(clippy::io_other_error)]` on by default
2852026-05-24T10:28:20.011Zhelp: use `std::io::Error::other`
2862026-05-24T10:28:20.011Z |
2872026-05-24T10:28:20.011Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2882026-05-24T10:28:20.011Z369 + Ok(rc) => Error::other(rc),
2892026-05-24T10:28:20.011Z |
2902026-05-24T10:28:20.011Z
2912026-05-24T10:28:20.037Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi -- ` to apply 1 suggestion)
2922026-05-24T10:28:20.037Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.32s
2932026-05-24T10:28:20.052Z+ banner test
2942026-05-24T10:28:20.054Z
2952026-05-24T10:28:20.054Z ##### ###### #### #####
2962026-05-24T10:28:20.054Z # # # #
2972026-05-24T10:28:20.055Z # ##### #### #
2982026-05-24T10:28:20.055Z # # # #
2992026-05-24T10:28:20.055Z # # # # #
3002026-05-24T10:28:20.055Z # ###### #### #
3012026-05-24T10:28:20.055Z
3022026-05-24T10:28:20.055Z+ ./run_tests.sh
3032026-05-24T10:28:20.075Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3042026-05-24T10:28:20.075Z |
3052026-05-24T10:28:20.075Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3062026-05-24T10:28:20.075Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3072026-05-24T10:28:20.075Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3082026-05-24T10:28:20.152Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3092026-05-24T10:28:20.152Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3102026-05-24T10:28:20.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
3112026-05-24T10:28:20.953Zfound 2 test binaries
3122026-05-24T10:28:20.963ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-58ce8d3eeeef0d59
3132026-05-24T10:28:20.966Z
3142026-05-24T10:28:20.966Zrunning 0 tests
3152026-05-24T10:28:20.967Z
3162026-05-24T10:28:20.967Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3172026-05-24T10:28:20.967Z
3182026-05-24T10:28:20.967ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-5a9350cc71861caf
3192026-05-24T10:28:20.969Z
3202026-05-24T10:28:20.969Zrunning 1 test
3212026-05-24T10:28:20.971Z
3222026-05-24T10:28:20.971Z0000: 64 6f 20 79 6f 75 20 6b do you k
3232026-05-24T10:28:20.971Z0008: 6e 6f 77 20 74 68 65 20 now the
3242026-05-24T10:28:20.971Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3252026-05-24T10:28:20.971Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3262026-05-24T10:28:20.971Z0020: 00 00 00 00 00 00 00 00 ........
3272026-05-24T10:28:20.971Z0028: 00 00 00 00 00 00 ......
3282026-05-24T10:28:20.971Z
3292026-05-24T10:28:20.974Ztest test::test_loopback_send_recv ... ok
3302026-05-24T10:28:20.974Z
3312026-05-24T10:28:20.974Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-24T10:28:20.974Z
3332026-05-24T10:28:20.978Zprocess exited: duration 13246 ms, exit code 0
 
3342026-05-24T10:28:20.982Zfound 0 output files