01KR5C4P3249P6CBM64WHZNSA4: build-and-test

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

Buildomat Job: 01KR5C4XN6DAC0FPXZ6M3CCZDQ

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-09T03:23:44.673Zjob assigned to worker 01KR5C522KW7NK44KV2PTED7AP [factory aws, i-00bb9db4e485ae695] (queued for 47 s)
 
22026-05-09T03:23:51.560Zstarting task 0: "setup"
32026-05-09T03:23:51.565Z++ uname -s
42026-05-09T03:23:51.568Z+ kern=SunOS
52026-05-09T03:23:51.569Z+ build_user=build
62026-05-09T03:23:51.569Z+ build_uid=12345
72026-05-09T03:23:51.569Z+ work_dir=/work
82026-05-09T03:23:51.569Z+ input_dir=/input
92026-05-09T03:23:51.569Z+ [[ 0 == 12345 ]]
102026-05-09T03:23:51.569Z+ case "$kern" in
112026-05-09T03:23:51.569Z+ groupadd -g 12345 build
122026-05-09T03:23:51.577Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-09T03:23:53.575Z+ zfs create -o mountpoint=/work rpool/work
142026-05-09T03:23:53.679Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-09T03:23:53.682Z+ home_fs=zfs
162026-05-09T03:23:53.682Z+ [[ zfs == autofs ]]
172026-05-09T03:23:53.682Z+ mkdir -p /home/build
182026-05-09T03:23:53.682Z+ chown build:build /home/build /work
192026-05-09T03:23:54.683Z+ chmod 0700 /home/build /work
202026-05-09T03:23:54.686Zprocess exited: duration 3123 ms, exit code 0
 
212026-05-09T03:23:54.692Zstarting task 1: "rust-toolchain"
222026-05-09T03:23:54.695Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-05-09T03:23:54.695Z * rust toolchain channel = "stable"
242026-05-09T03:23:54.695Z * rust toolchain profile = "default"
252026-05-09T03:23:54.695Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-09T03:23:54.695Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-09T03:23:54.695Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-09T03:23:54.698Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-09T03:23:54.698Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-05-09T03:23:54.814Zinfo: downloading installer
312026-05-09T03:23:56.378Zwarn: It looks like you have an existing installation of Rust at:
322026-05-09T03:23:56.379Zwarn: /opt/ooce/bin
332026-05-09T03:23:56.379Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-09T03:23:56.379Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-09T03:23:56.379Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-09T03:23:56.379Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-09T03:23:56.379Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-09T03:23:56.379Zerror: cannot install while Rust is installed
392026-05-09T03:23:56.379Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-09T03:23:56.379Zwarn: It looks like you have an existing rustup settings file at:
412026-05-09T03:23:56.379Zwarn: /home/build/.rustup/settings.toml
422026-05-09T03:23:56.379Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-09T03:23:56.379Zwarn: instead of the one inferred from the default host triple.
442026-05-09T03:23:56.392Zinfo: profile set to default
452026-05-09T03:23:56.392Zinfo: default host triple is x86_64-unknown-illumos
462026-05-09T03:23:56.395Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-05-09T03:23:56.544Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-05-09T03:23:56.547Zinfo: downloading 6 components
492026-05-09T03:24:11.014Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-05-09T03:24:11.014Z
512026-05-09T03:24:11.059Z stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-05-09T03:24:11.059Z
532026-05-09T03:24:11.062Z
542026-05-09T03:24:11.062ZRust is installed now. Great!
552026-05-09T03:24:11.063Z
562026-05-09T03:24:11.063ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-09T03:24:11.063Zenvironment variable. This has not been done automatically.
582026-05-09T03:24:11.063Z
592026-05-09T03:24:11.063ZTo configure your current shell, you need to source
602026-05-09T03:24:11.063Zthe corresponding env file under $HOME/.cargo.
612026-05-09T03:24:11.063Z
622026-05-09T03:24:11.063ZThis is usually done by running one of the following (note the leading DOT):
632026-05-09T03:24:11.063Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-09T03:24:11.063Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-09T03:24:11.063Zsource "~/.cargo/env.nu" # For nushell
662026-05-09T03:24:11.063Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-09T03:24:11.063Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-09T03:24:11.063Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-09T03:24:11.063Zwarn: no default linker (`cc`) was found in your PATH
702026-05-09T03:24:11.063Zwarn: many Rust crates require a system C toolchain to build
712026-05-09T03:24:11.157Z+ rustup --version
722026-05-09T03:24:11.166Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-09T03:24:11.168Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-09T03:24:11.188Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-05-09T03:24:11.194Z+ cargo --version
762026-05-09T03:24:11.204Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-05-09T03:24:11.207Z+ rustc --version
782026-05-09T03:24:11.226Zrustc 1.95.0 (59807616e 2026-04-14)
792026-05-09T03:24:11.229Zprocess exited: duration 16533 ms, exit code 0
 
802026-05-09T03:24:11.235Zstarting task 2: "authentication"
812026-05-09T03:24:11.250Zprocess exited: duration 15 ms, exit code 0
 
822026-05-09T03:24:11.256Zstarting task 3: "clone repository"
832026-05-09T03:24:11.259Z+ mkdir -p /work/oxidecomputer/dlpi-sys
842026-05-09T03:24:11.262Z+ git clone https://github.com/oxidecomputer/dlpi-sys /work/oxidecomputer/dlpi-sys
852026-05-09T03:24:11.292ZCloning into '/work/oxidecomputer/dlpi-sys'...
862026-05-09T03:24:11.766Z+ cd /work/oxidecomputer/dlpi-sys
872026-05-09T03:24:11.766Z+ git fetch origin 9526df0e701cc6f52a21012f54242f970b33194a
882026-05-09T03:24:11.978ZFrom https://github.com/oxidecomputer/dlpi-sys
892026-05-09T03:24:11.978Z * branch 9526df0e701cc6f52a21012f54242f970b33194a -> FETCH_HEAD
902026-05-09T03:24:11.983Z+ [[ -n renovate/tokio-1.x ]]
912026-05-09T03:24:11.986Z++ git branch --show-current
922026-05-09T03:24:11.986Z+ current=main
932026-05-09T03:24:11.986Z+ [[ main != renovate/tokio-1.x ]]
942026-05-09T03:24:11.986Z+ git branch -f renovate/tokio-1.x 9526df0e701cc6f52a21012f54242f970b33194a
952026-05-09T03:24:11.989Z+ git checkout -f renovate/tokio-1.x
962026-05-09T03:24:11.992ZSwitched to branch 'renovate/tokio-1.x'
972026-05-09T03:24:11.992Z+ git reset --hard 9526df0e701cc6f52a21012f54242f970b33194a
982026-05-09T03:24:11.995ZHEAD is now at 9526df0 Update Rust crate tokio to 1.52.3
992026-05-09T03:24:11.998Zprocess exited: duration 739 ms, exit code 0
 
1002026-05-09T03:24:12.004Zstarting task 4: "build"
1012026-05-09T03:24:12.007Z+ cargo --version
1022026-05-09T03:24:12.016Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1032026-05-09T03:24:12.018Z+ rustc --version
1042026-05-09T03:24:12.037Zrustc 1.95.0 (59807616e 2026-04-14)
1052026-05-09T03:24:12.040Z+ banner build
1062026-05-09T03:24:12.043Z
1072026-05-09T03:24:12.043Z ##### # # # # #####
1082026-05-09T03:24:12.043Z # # # # # # # #
1092026-05-09T03:24:12.043Z ##### # # # # # #
1102026-05-09T03:24:12.043Z # # # # # # # #
1112026-05-09T03:24:12.043Z # # # # # # # #
1122026-05-09T03:24:12.043Z ##### #### # ###### #####
1132026-05-09T03:24:12.043Z
1142026-05-09T03:24:12.043Z+ ptime -m cargo build
1152026-05-09T03:24:12.066Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
1162026-05-09T03:24:12.067Z |
1172026-05-09T03:24:12.067Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
1182026-05-09T03:24:12.067Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
1192026-05-09T03:24:12.067Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
1202026-05-09T03:24:12.121Z Updating crates.io index
1212026-05-09T03:24:12.522Z Locking 41 packages to latest compatible versions
1222026-05-09T03:24:12.528Z Downloading crates ...
1232026-05-09T03:24:12.588Z Downloaded bytes v1.11.1
1242026-05-09T03:24:12.592Z Downloaded smallvec v1.15.1
1252026-05-09T03:24:12.595Z Downloaded scopeguard v1.2.0
1262026-05-09T03:24:12.598Z Downloaded equivalent v1.0.2
1272026-05-09T03:24:12.598Z Downloaded cfg-if v1.0.4
1282026-05-09T03:24:12.602Z Downloaded unicode-ident v1.0.24
1292026-05-09T03:24:12.610Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1302026-05-09T03:24:12.613Z Downloaded rustversion v1.0.22
1312026-05-09T03:24:12.613Z Downloaded signal-hook-registry v1.4.8
1322026-05-09T03:24:12.616Z Downloaded errno v0.3.14
1332026-05-09T03:24:12.619Z Downloaded proc-macro-crate v3.5.0
1342026-05-09T03:24:12.619Z Downloaded pretty-hex v0.4.2
1352026-05-09T03:24:12.622Z Downloaded num_enum_derive v0.7.6
1362026-05-09T03:24:12.625Z Downloaded lock_api v0.4.14
1372026-05-09T03:24:12.635Z Downloaded thiserror-impl v2.0.18
1382026-05-09T03:24:12.644Z Downloaded thiserror v2.0.18
1392026-05-09T03:24:12.647Z Downloaded parking_lot v0.12.5
1402026-05-09T03:24:12.650Z Downloaded tokio-macros v2.7.0
1412026-05-09T03:24:12.653Z Downloaded socket2 v0.6.3
1422026-05-09T03:24:12.653Z Downloaded num_enum v0.7.6
1432026-05-09T03:24:12.656Z Downloaded quote v1.0.45
1442026-05-09T03:24:12.656Z Downloaded serde_core v1.0.228
1452026-05-09T03:24:12.659Z Downloaded pin-project-lite v0.2.17
1462026-05-09T03:24:12.670Z Downloaded toml_parser v1.1.2+spec-1.1.0
1472026-05-09T03:24:12.673Z Downloaded parking_lot_core v0.9.12
1482026-05-09T03:24:12.673Z Downloaded toml_edit v0.25.11+spec-1.1.0
1492026-05-09T03:24:12.676Z Downloaded proc-macro2 v1.0.106
1502026-05-09T03:24:12.684Z Downloaded mio v1.2.0
1512026-05-09T03:24:12.695Z Downloaded memchr v2.8.0
1522026-05-09T03:24:12.701Z Downloaded indexmap v2.14.0
1532026-05-09T03:24:12.706Z Downloaded hashbrown v0.17.0
1542026-05-09T03:24:12.714Z Downloaded winnow v1.0.2
1552026-05-09T03:24:12.734Z Downloaded syn v2.0.117
1562026-05-09T03:24:12.808Z Downloaded libc v0.2.186
1572026-05-09T03:24:12.826Z Downloaded tokio v1.52.3
1582026-05-09T03:24:12.878Z Compiling proc-macro2 v1.0.106
1592026-05-09T03:24:12.878Z Compiling unicode-ident v1.0.24
1602026-05-09T03:24:12.878Z Compiling quote v1.0.45
1612026-05-09T03:24:12.881Z Compiling libc v0.2.186
1622026-05-09T03:24:12.881Z Compiling winnow v1.0.2
1632026-05-09T03:24:12.882Z Compiling hashbrown v0.17.0
1642026-05-09T03:24:12.882Z Compiling equivalent v1.0.2
1652026-05-09T03:24:12.882Z Compiling parking_lot_core v0.9.12
1662026-05-09T03:24:12.975Z Compiling toml_datetime v1.1.1+spec-1.1.0
1672026-05-09T03:24:13.008Z Compiling cfg-if v1.0.4
1682026-05-09T03:24:13.062Z Compiling smallvec v1.15.1
1692026-05-09T03:24:13.186Z Compiling rustversion v1.0.22
1702026-05-09T03:24:13.226Z Compiling scopeguard v1.2.0
1712026-05-09T03:24:13.250Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
1722026-05-09T03:24:13.260Z Compiling thiserror v2.0.18
1732026-05-09T03:24:13.312Z Compiling lock_api v0.4.14
1742026-05-09T03:24:13.420Z Compiling indexmap v2.14.0
1752026-05-09T03:24:13.479Z Compiling pin-project-lite v0.2.17
1762026-05-09T03:24:13.515Z Compiling bytes v1.11.1
1772026-05-09T03:24:13.561Z Compiling errno v0.3.14
1782026-05-09T03:24:13.695Z Compiling signal-hook-registry v1.4.8
1792026-05-09T03:24:13.780Z Compiling toml_parser v1.1.2+spec-1.1.0
1802026-05-09T03:24:13.899Z Compiling parking_lot v0.12.5
1812026-05-09T03:24:13.980Z Compiling mio v1.2.0
1822026-05-09T03:24:14.006Z Compiling socket2 v0.6.3
1832026-05-09T03:24:14.043Z Compiling syn v2.0.117
1842026-05-09T03:24:14.130Z Compiling toml_edit v0.25.11+spec-1.1.0
1852026-05-09T03:24:14.154Z Compiling pretty-hex v0.4.2
1862026-05-09T03:24:14.603Z Compiling proc-macro-crate v3.5.0
1872026-05-09T03:24:16.306Z Compiling tokio-macros v2.7.0
1882026-05-09T03:24:16.306Z Compiling thiserror-impl v2.0.18
1892026-05-09T03:24:16.306Z Compiling num_enum_derive v0.7.6
1902026-05-09T03:24:16.886Z Compiling tokio v1.52.3
1912026-05-09T03:24:17.069Z Compiling num_enum v0.7.6
1922026-05-09T03:24:19.768Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
1932026-05-09T03:24:20.614Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 8.55s
1942026-05-09T03:24:20.643Z
1952026-05-09T03:24:20.651Zreal 8.589586584
1962026-05-09T03:24:20.652Zuser 18.664992938
1972026-05-09T03:24:20.652Zsys 4.164066591
1982026-05-09T03:24:20.652Ztrap 0.007061565
1992026-05-09T03:24:20.652Ztflt 0.065030399
2002026-05-09T03:24:20.652Zdflt 0.155770547
2012026-05-09T03:24:20.652Zkflt 0.003549843
2022026-05-09T03:24:20.652Zlock 59.211480670
2032026-05-09T03:24:20.652Zslp 45.380668235
2042026-05-09T03:24:20.652Zlat 1.796357994
2052026-05-09T03:24:20.652Zstop 2.379542633
2062026-05-09T03:24:20.652Z+ cargo fmt -- --check
2072026-05-09T03:24:20.710Z+ cargo clippy
2082026-05-09T03:24:20.756Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
2092026-05-09T03:24:20.756Z |
2102026-05-09T03:24:20.756Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
2112026-05-09T03:24:20.756Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
2122026-05-09T03:24:20.757Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
2132026-05-09T03:24:20.833Z Checking smallvec v1.15.1
2142026-05-09T03:24:20.833Z Checking libc v0.2.186
2152026-05-09T03:24:20.833Z Checking scopeguard v1.2.0
2162026-05-09T03:24:20.833Z Checking cfg-if v1.0.4
2172026-05-09T03:24:20.857Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
2182026-05-09T03:24:20.857Z Checking bytes v1.11.1
2192026-05-09T03:24:20.857Z Checking pin-project-lite v0.2.17
2202026-05-09T03:24:20.857Z Checking thiserror v2.0.18
2212026-05-09T03:24:20.881Z Checking num_enum v0.7.6
2222026-05-09T03:24:20.905Z Checking lock_api v0.4.14
2232026-05-09T03:24:20.908Z Checking pretty-hex v0.4.2
2242026-05-09T03:24:21.114Z Checking errno v0.3.14
2252026-05-09T03:24:21.114Z Checking parking_lot_core v0.9.12
2262026-05-09T03:24:21.114Z Checking mio v1.2.0
2272026-05-09T03:24:21.114Z Checking socket2 v0.6.3
2282026-05-09T03:24:21.118Zwarning: empty line after doc comment
2292026-05-09T03:24:21.118Z --> libdlpi-sys/src/lib.rs:8:1
2302026-05-09T03:24:21.118Z |
2312026-05-09T03:24:21.118Z 8 | / /// DLPI Flags
2322026-05-09T03:24:21.118Z 9 | |
2332026-05-09T03:24:21.118Z | |_^
2342026-05-09T03:24:21.118Z10 | /// Exclusive open.
2352026-05-09T03:24:21.118Z11 | pub const DLPI_EXCL: c_uint = 0x0001;
2362026-05-09T03:24:21.118Z | ------------------- the comment documents this constant item
2372026-05-09T03:24:21.118Z |
2382026-05-09T03:24:21.118Z = 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-09T03:24:21.119Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2402026-05-09T03:24:21.119Z = help: if the empty line is unintentional, remove it
2412026-05-09T03:24:21.119Zhelp: if the documentation should include the empty line include it in the comment
2422026-05-09T03:24:21.119Z |
2432026-05-09T03:24:21.119Z 9 | ///
2442026-05-09T03:24:21.119Z |
2452026-05-09T03:24:21.119Z
2462026-05-09T03:24:21.167Zwarning: `libdlpi-sys` (lib) generated 1 warning
2472026-05-09T03:24:21.202Z Checking signal-hook-registry v1.4.8
2482026-05-09T03:24:21.262Z Checking parking_lot v0.12.5
2492026-05-09T03:24:21.400Z Checking tokio v1.52.3
2502026-05-09T03:24:23.883Z Checking dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
2512026-05-09T03:24:23.948Zwarning: empty line after doc comment
2522026-05-09T03:24:23.948Z --> dlpi/src/lib.rs:220:1
2532026-05-09T03:24:23.948Z |
2542026-05-09T03:24:23.948Z220 | / /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2552026-05-09T03:24:23.948Z221 | | /*pub fn recv_async<'a>(
2562026-05-09T03:24:23.948Z222 | | h: DlpiHandle,
2572026-05-09T03:24:23.948Z223 | | src: &'a mut [u8],
2582026-05-09T03:24:23.948Z... |
2592026-05-09T03:24:23.948Z229 | | */
2602026-05-09T03:24:23.948Z230 | |
2612026-05-09T03:24:23.948Z | |_^
2622026-05-09T03:24:23.948Z231 | #[cfg(feature = "async")]
2632026-05-09T03:24:23.948Z232 | pub async fn recv_async<'a>(
2642026-05-09T03:24:23.948Z | ----------------------- the comment documents this function
2652026-05-09T03:24:23.948Z |
2662026-05-09T03:24:23.949Z = 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-09T03:24:23.949Z = note: `#[warn(clippy::empty_line_after_doc_comments)]` on by default
2682026-05-09T03:24:23.949Z = help: if the empty line is unintentional, remove it
2692026-05-09T03:24:23.949Zhelp: if the doc comment should not document function `recv_async` then comment it out
2702026-05-09T03:24:23.949Z |
2712026-05-09T03:24:23.949Z217 ~ // /// An `async` version of [`recv`]. Calling `await` on result yields same
2722026-05-09T03:24:23.949Z218 ~ // /// result as [`recv`].
2732026-05-09T03:24:23.949Z219 ~ // ///
2742026-05-09T03:24:23.951Z220 ~ // /// **`src` must be at least [`sys::DLPI_PHYSADDR_MAX`] in length**.
2752026-05-09T03:24:23.951Z |
2762026-05-09T03:24:23.951Z
2772026-05-09T03:24:24.010Zwarning: this can be `std::io::Error::other(_)`
2782026-05-09T03:24:24.010Z --> dlpi/src/lib.rs:369:19
2792026-05-09T03:24:24.010Z |
2802026-05-09T03:24:24.010Z369 | Ok(rc) => Error::new(ErrorKind::Other, rc),
2812026-05-09T03:24:24.010Z | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
2822026-05-09T03:24:24.010Z |
2832026-05-09T03:24:24.010Z = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.95.0/index.html#io_other_error
2842026-05-09T03:24:24.010Z = note: `#[warn(clippy::io_other_error)]` on by default
2852026-05-09T03:24:24.010Zhelp: use `std::io::Error::other`
2862026-05-09T03:24:24.010Z |
2872026-05-09T03:24:24.010Z369 - Ok(rc) => Error::new(ErrorKind::Other, rc),
2882026-05-09T03:24:24.010Z369 + Ok(rc) => Error::other(rc),
2892026-05-09T03:24:24.010Z |
2902026-05-09T03:24:24.010Z
2912026-05-09T03:24:24.036Zwarning: `dlpi` (lib) generated 2 warnings (run `cargo clippy --fix --lib -p dlpi -- ` to apply 1 suggestion)
2922026-05-09T03:24:24.036Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.28s
2932026-05-09T03:24:24.050Z+ banner test
2942026-05-09T03:24:24.052Z
2952026-05-09T03:24:24.053Z ##### ###### #### #####
2962026-05-09T03:24:24.053Z # # # #
2972026-05-09T03:24:24.053Z # ##### #### #
2982026-05-09T03:24:24.053Z # # # #
2992026-05-09T03:24:24.053Z # # # # #
3002026-05-09T03:24:24.053Z # ###### #### #
3012026-05-09T03:24:24.053Z
3022026-05-09T03:24:24.053Z+ ./run_tests.sh
3032026-05-09T03:24:24.072Zwarning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"`
3042026-05-09T03:24:24.072Z |
3052026-05-09T03:24:24.072Z = note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest
3062026-05-09T03:24:24.072Z = note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest
3072026-05-09T03:24:24.073Z = note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions
3082026-05-09T03:24:24.151Z Compiling libdlpi-sys v0.1.0 (/work/oxidecomputer/dlpi-sys/libdlpi-sys)
3092026-05-09T03:24:24.152Z Compiling dlpi v0.2.0 (/work/oxidecomputer/dlpi-sys/dlpi)
3102026-05-09T03:24:24.914Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.84s
3112026-05-09T03:24:24.950Zfound 2 test binaries
3122026-05-09T03:24:24.960ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/libdlpi_sys-58ce8d3eeeef0d59
3132026-05-09T03:24:24.963Z
3142026-05-09T03:24:24.963Zrunning 0 tests
3152026-05-09T03:24:24.963Z
3162026-05-09T03:24:24.963Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3172026-05-09T03:24:24.963Z
3182026-05-09T03:24:24.963ZEXEC: /work/oxidecomputer/dlpi-sys/target/debug/deps/dlpi-a92ed0a226069458
3192026-05-09T03:24:24.967Z
3202026-05-09T03:24:24.967Zrunning 1 test
3212026-05-09T03:24:24.970Z
3222026-05-09T03:24:24.970Z0000: 64 6f 20 79 6f 75 20 6b do you k
3232026-05-09T03:24:24.970Z0008: 6e 6f 77 20 74 68 65 20 now the
3242026-05-09T03:24:24.970Z0010: 6d 75 66 66 69 6e 20 6d muffin m
3252026-05-09T03:24:24.970Z0018: 61 6e 3f 00 00 00 00 00 an?.....
3262026-05-09T03:24:24.970Z0020: 00 00 00 00 00 00 00 00 ........
3272026-05-09T03:24:24.970Z0028: 00 00 00 00 00 00 ......
3282026-05-09T03:24:24.970Z
3292026-05-09T03:24:24.970Ztest test::test_loopback_send_recv ... ok
3302026-05-09T03:24:24.970Z
3312026-05-09T03:24:24.970Ztest result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
3322026-05-09T03:24:24.970Z
3332026-05-09T03:24:24.976Zprocess exited: duration 12967 ms, exit code 0
 
3342026-05-09T03:24:24.982Zfound 0 output files