01KMS84T5ECMAEG0H6RBMXZEMC: build-and-test

BasicConfig {
    output_rules: [
        "/work/debug/*",
        "/work/release/*",
    ],
    rust_toolchain: Some(
        String(
            "stable",
        ),
    ),
    target: Some(
        "helios-latest",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01KMS84ZPQZSZHZXK4DXG23A7S

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-28T03:35:48.860Zjob assigned to worker 01KMS850SSFFBWF44CXW6KRZAJ [factory aws, i-0fdc753930bbd60f3] (queued for 42 s)
 
22026-03-28T03:35:55.270Zstarting task 0: "setup"
32026-03-28T03:35:55.275Z++ uname -s
42026-03-28T03:35:55.278Z+ kern=SunOS
52026-03-28T03:35:55.278Z+ build_user=build
62026-03-28T03:35:55.278Z+ build_uid=12345
72026-03-28T03:35:55.278Z+ work_dir=/work
82026-03-28T03:35:55.278Z+ input_dir=/input
92026-03-28T03:35:55.278Z+ [[ 0 == 12345 ]]
102026-03-28T03:35:55.278Z+ case "$kern" in
112026-03-28T03:35:55.278Z+ groupadd -g 12345 build
122026-03-28T03:35:55.281Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-28T03:35:57.289Z+ zfs create -o mountpoint=/work rpool/work
142026-03-28T03:35:57.416Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-28T03:35:57.419Z+ home_fs=zfs
162026-03-28T03:35:57.419Z+ [[ zfs == autofs ]]
172026-03-28T03:35:57.419Z+ mkdir -p /home/build
182026-03-28T03:35:57.419Z+ chown build:build /home/build /work
192026-03-28T03:35:59.421Z+ chmod 0700 /home/build /work
202026-03-28T03:35:59.425Zprocess exited: duration 4154 ms, exit code 0
 
212026-03-28T03:35:59.434Zstarting task 1: "rust-toolchain"
222026-03-28T03:35:59.438Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-28T03:35:59.438Z * rust toolchain channel = "stable"
242026-03-28T03:35:59.438Z * rust toolchain profile = "default"
252026-03-28T03:35:59.438Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-28T03:35:59.438Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-28T03:35:59.438Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-28T03:35:59.443Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-28T03:35:59.443Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-28T03:35:59.563Zinfo: downloading installer
312026-03-28T03:36:01.338Zwarn: It looks like you have an existing installation of Rust at:
322026-03-28T03:36:01.338Zwarn: /opt/ooce/bin
332026-03-28T03:36:01.338Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-28T03:36:01.338Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-28T03:36:01.338Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-28T03:36:01.338Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-28T03:36:01.338Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-28T03:36:01.338Zerror: cannot install while Rust is installed
392026-03-28T03:36:01.338Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-28T03:36:01.338Zwarn: It looks like you have an existing rustup settings file at:
412026-03-28T03:36:01.338Zwarn: /home/build/.rustup/settings.toml
422026-03-28T03:36:01.338Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-28T03:36:01.338Zwarn: instead of the one inferred from the default host triple.
442026-03-28T03:36:01.352Zinfo: profile set to default
452026-03-28T03:36:01.352Zinfo: default host triple is x86_64-unknown-illumos
462026-03-28T03:36:01.355Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-28T03:36:01.505Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-03-28T03:36:01.508Zinfo: downloading 6 components
492026-03-28T03:36:19.536Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-28T03:36:19.536Z
512026-03-28T03:36:19.566Z stable-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-03-28T03:36:19.566Z
532026-03-28T03:36:19.566Z
542026-03-28T03:36:19.566ZRust is installed now. Great!
552026-03-28T03:36:19.566Z
562026-03-28T03:36:19.567ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-28T03:36:19.567Zenvironment variable. This has not been done automatically.
582026-03-28T03:36:19.567Z
592026-03-28T03:36:19.567ZTo configure your current shell, you need to source
602026-03-28T03:36:19.567Zthe corresponding env file under $HOME/.cargo.
612026-03-28T03:36:19.567Z
622026-03-28T03:36:19.567ZThis is usually done by running one of the following (note the leading DOT):
632026-03-28T03:36:19.567Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-28T03:36:19.567Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-28T03:36:19.567Zsource "~/.cargo/env.nu" # For nushell
662026-03-28T03:36:19.567Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-28T03:36:19.567Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-28T03:36:19.567Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-28T03:36:19.570Zwarn: no default linker (`cc`) was found in your PATH
702026-03-28T03:36:19.570Zwarn: many Rust crates require a system C toolchain to build
712026-03-28T03:36:19.654Z+ rustup --version
722026-03-28T03:36:19.663Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-28T03:36:19.666Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-28T03:36:19.684Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-03-28T03:36:19.687Z+ cargo --version
762026-03-28T03:36:19.700Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-03-28T03:36:19.703Z+ rustc --version
782026-03-28T03:36:19.722Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-03-28T03:36:19.725Zprocess exited: duration 20287 ms, exit code 0
 
802026-03-28T03:36:19.731Zstarting task 2: "authentication"
812026-03-28T03:36:19.747Zprocess exited: duration 16 ms, exit code 0
 
822026-03-28T03:36:19.753Zstarting task 3: "clone repository"
832026-03-28T03:36:19.756Z+ mkdir -p /work/oxidecomputer/netadm-sys
842026-03-28T03:36:19.759Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
852026-03-28T03:36:19.789ZCloning into '/work/oxidecomputer/netadm-sys'...
862026-03-28T03:36:20.457Z+ cd /work/oxidecomputer/netadm-sys
872026-03-28T03:36:20.460Z+ git fetch origin 045980d3b3eb0c656500bc7275ea12a71ddf0a3e
882026-03-28T03:36:20.688ZFrom https://github.com/oxidecomputer/netadm-sys
892026-03-28T03:36:20.688Z * branch 045980d3b3eb0c656500bc7275ea12a71ddf0a3e -> FETCH_HEAD
902026-03-28T03:36:20.694Z+ [[ -n renovate/pin-dependencies ]]
912026-03-28T03:36:20.697Z++ git branch --show-current
922026-03-28T03:36:20.697Z+ current=main
932026-03-28T03:36:20.697Z+ [[ main != renovate/pin-dependencies ]]
942026-03-28T03:36:20.697Z+ git branch -f renovate/pin-dependencies 045980d3b3eb0c656500bc7275ea12a71ddf0a3e
952026-03-28T03:36:20.701Z+ git checkout -f renovate/pin-dependencies
962026-03-28T03:36:20.704ZSwitched to branch 'renovate/pin-dependencies'
972026-03-28T03:36:20.704Z+ git reset --hard 045980d3b3eb0c656500bc7275ea12a71ddf0a3e
982026-03-28T03:36:20.707ZHEAD is now at 045980d Pin dtolnay/rust-toolchain action to 3c5f7ea
992026-03-28T03:36:20.710Zprocess exited: duration 954 ms, exit code 0
 
1002026-03-28T03:36:20.716Zstarting task 4: "build"
1012026-03-28T03:36:20.720Z+ cargo --version
1022026-03-28T03:36:20.726Zinfo: syncing channel updates for 1.86.0-x86_64-unknown-illumos
1032026-03-28T03:36:20.879Zinfo: latest update on 2025-04-03 for version 1.86.0 (05f9846f8 2025-03-31)
1042026-03-28T03:36:20.882Zinfo: downloading 6 components
1052026-03-28T03:36:38.651Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1062026-03-28T03:36:38.655Z+ rustc --version
1072026-03-28T03:36:38.683Zrustc 1.86.0 (05f9846f8 2025-03-31)
1082026-03-28T03:36:38.688Z+ banner build
1092026-03-28T03:36:38.690Z
1102026-03-28T03:36:38.690Z ##### # # # # #####
1112026-03-28T03:36:38.690Z # # # # # # # #
1122026-03-28T03:36:38.691Z ##### # # # # # #
1132026-03-28T03:36:38.691Z # # # # # # # #
1142026-03-28T03:36:38.691Z # # # # # # # #
1152026-03-28T03:36:38.691Z ##### #### # ###### #####
1162026-03-28T03:36:38.691Z
1172026-03-28T03:36:38.691Z+ ptime -m cargo build
1182026-03-28T03:36:38.765Z Updating crates.io index
1192026-03-28T03:36:38.768Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202026-03-28T03:36:39.035ZFrom https://github.com/oxidecomputer/dlpi-sys
1212026-03-28T03:36:39.035Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1222026-03-28T03:36:39.079Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1232026-03-28T03:36:39.345ZFrom https://github.com/jmesmon/rust-libzfs
1242026-03-28T03:36:39.345Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1252026-03-28T03:36:39.393Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1262026-03-28T03:36:39.656ZFrom https://github.com/oxidecomputer/rusty-doors
1272026-03-28T03:36:39.656Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1282026-03-28T03:36:40.829Z Downloading crates ...
1292026-03-28T03:36:40.891Z Downloaded log v0.4.29
1302026-03-28T03:36:40.894Z Downloaded num_enum_derive v0.7.6
1312026-03-28T03:36:40.894Z Downloaded tracing-log v0.2.0
1322026-03-28T03:36:40.898Z Downloaded humantime v2.3.0
1332026-03-28T03:36:40.930Z Downloaded matchers v0.2.0
1342026-03-28T03:36:40.933Z Downloaded anstyle-query v1.1.5
1352026-03-28T03:36:40.933Z Downloaded colorchoice v1.0.4
1362026-03-28T03:36:40.936Z Downloaded rand_core v0.10.0
1372026-03-28T03:36:40.949Z Downloaded anyhow v1.0.102
1382026-03-28T03:36:40.952Z Downloaded quote v1.0.45
1392026-03-28T03:36:40.955Z Downloaded pin-project-lite v0.2.17
1402026-03-28T03:36:40.958Z Downloaded strsim v0.11.1
1412026-03-28T03:36:40.958Z Downloaded heck v0.5.0
1422026-03-28T03:36:40.961Z Downloaded is_terminal_polyfill v1.70.2
1432026-03-28T03:36:40.961Z Downloaded clap_lex v1.0.0
1442026-03-28T03:36:40.964Z Downloaded utf8parse v0.2.2
1452026-03-28T03:36:40.964Z Downloaded cfg-if v1.0.4
1462026-03-28T03:36:40.964Z Downloaded foreign-types-shared v0.3.1
1472026-03-28T03:36:40.964Z Downloaded foreign-types v0.5.0
1482026-03-28T03:36:40.967Z Downloaded cstr-argument v0.1.2
1492026-03-28T03:36:40.967Z Downloaded lazy_static v1.5.0
1502026-03-28T03:36:40.967Z Downloaded pretty-hex v0.4.1
1512026-03-28T03:36:40.974Z Downloaded proc-macro-crate v3.5.0
1522026-03-28T03:36:40.988Z Downloaded foreign-types-macros v0.2.3
1532026-03-28T03:36:40.995Z Downloaded tabwriter v1.4.1
1542026-03-28T03:36:41.008Z Downloaded rustversion v1.0.22
1552026-03-28T03:36:41.011Z Downloaded cpufeatures v0.3.0
1562026-03-28T03:36:41.016Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1572026-03-28T03:36:41.019Z Downloaded thiserror v2.0.18
1582026-03-28T03:36:41.023Z Downloaded oxnet v0.1.4
1592026-03-28T03:36:41.023Z Downloaded num_enum v0.7.6
1602026-03-28T03:36:41.026Z Downloaded anstream v1.0.0
1612026-03-28T03:36:41.037Z Downloaded thread_local v1.1.9
1622026-03-28T03:36:41.040Z Downloaded anstyle-parse v1.0.0
1632026-03-28T03:36:41.040Z Downloaded thiserror-impl v2.0.18
1642026-03-28T03:36:41.040Z Downloaded equivalent v1.0.2
1652026-03-28T03:36:41.044Z Downloaded anstyle v1.0.14
1662026-03-28T03:36:41.044Z Downloaded colored v3.1.1
1672026-03-28T03:36:41.047Z Downloaded chacha20 v0.10.0
1682026-03-28T03:36:41.054Z Downloaded serde_core v1.0.228
1692026-03-28T03:36:41.061Z Downloaded toml_parser v1.0.9+spec-1.1.0
1702026-03-28T03:36:41.070Z Downloaded clap_derive v4.6.0
1712026-03-28T03:36:41.073Z Downloaded tracing-attributes v0.1.31
1722026-03-28T03:36:41.076Z Downloaded smallvec v1.15.1
1732026-03-28T03:36:41.076Z Downloaded once_cell v1.21.3
1742026-03-28T03:36:41.079Z Downloaded sharded-slab v0.1.7
1752026-03-28T03:36:41.082Z Downloaded nu-ansi-term v0.50.3
1762026-03-28T03:36:41.085Z Downloaded toml_edit v0.25.4+spec-1.1.0
1772026-03-28T03:36:41.088Z Downloaded clap v4.6.0
1782026-03-28T03:36:41.093Z Downloaded unicode-ident v1.0.24
1792026-03-28T03:36:41.096Z Downloaded tracing-core v0.1.36
1802026-03-28T03:36:41.099Z Downloaded socket2 v0.6.3
1812026-03-28T03:36:41.099Z Downloaded getrandom v0.4.2
1822026-03-28T03:36:41.117Z Downloaded proc-macro2 v1.0.106
1832026-03-28T03:36:41.120Z Downloaded memchr v2.8.0
1842026-03-28T03:36:41.133Z Downloaded rand v0.10.0
1852026-03-28T03:36:41.150Z Downloaded indexmap v2.13.0
1862026-03-28T03:36:41.155Z Downloaded regex-automata v0.4.14
1872026-03-28T03:36:41.166Z Downloaded hashbrown v0.16.1
1882026-03-28T03:36:41.201Z Downloaded clap_builder v4.6.0
1892026-03-28T03:36:41.206Z Downloaded aho-corasick v1.1.4
1902026-03-28T03:36:41.209Z Downloaded winnow v1.0.0
1912026-03-28T03:36:41.215Z Downloaded winnow v0.7.15
1922026-03-28T03:36:41.228Z Downloaded tracing-subscriber v0.3.23
1932026-03-28T03:36:41.233Z Downloaded syn v2.0.117
1942026-03-28T03:36:41.241Z Downloaded syn v1.0.109
1952026-03-28T03:36:41.248Z Downloaded unicode-width v0.2.2
1962026-03-28T03:36:41.263Z Downloaded regex-syntax v0.8.10
1972026-03-28T03:36:41.277Z Downloaded tracing v0.1.44
1982026-03-28T03:36:41.307Z Downloaded libc v0.2.183
1992026-03-28T03:36:41.392Z Compiling proc-macro2 v1.0.106
2002026-03-28T03:36:41.392Z Compiling quote v1.0.45
2012026-03-28T03:36:41.395Z Compiling unicode-ident v1.0.24
2022026-03-28T03:36:41.395Z Compiling libc v0.2.183
2032026-03-28T03:36:41.395Z Compiling cfg-if v1.0.4
2042026-03-28T03:36:41.395Z Compiling winnow v0.7.15
2052026-03-28T03:36:41.395Z Compiling hashbrown v0.16.1
2062026-03-28T03:36:41.398Z Compiling equivalent v1.0.2
2072026-03-28T03:36:41.469Z Compiling toml_datetime v1.0.0+spec-1.1.0
2082026-03-28T03:36:41.476Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2092026-03-28T03:36:41.511Z Compiling rustversion v1.0.22
2102026-03-28T03:36:41.675Z Compiling syn v1.0.109
2112026-03-28T03:36:41.726Z Compiling once_cell v1.21.3
2122026-03-28T03:36:41.765Z Compiling thiserror v2.0.18
2132026-03-28T03:36:41.847Z Compiling indexmap v2.13.0
2142026-03-28T03:36:41.883Z Compiling tracing-core v0.1.36
2152026-03-28T03:36:41.953Z Compiling getrandom v0.4.2
2162026-03-28T03:36:42.014Z Compiling rand_core v0.10.0
2172026-03-28T03:36:42.095Z Compiling utf8parse v0.2.2
2182026-03-28T03:36:42.112Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2192026-03-28T03:36:42.189Z Compiling anstyle-parse v1.0.0
2202026-03-28T03:36:42.337Z Compiling memchr v2.8.0
2212026-03-28T03:36:42.356Z Compiling pin-project-lite v0.2.17
2222026-03-28T03:36:42.411Z Compiling colorchoice v1.0.4
2232026-03-28T03:36:42.438Z Compiling anstyle-query v1.1.5
2242026-03-28T03:36:42.441Z Compiling anyhow v1.0.102
2252026-03-28T03:36:42.460Z Compiling anstyle v1.0.14
2262026-03-28T03:36:42.508Z Compiling syn v2.0.117
2272026-03-28T03:36:42.550Z Compiling regex-syntax v0.8.10
2282026-03-28T03:36:42.661Z Compiling toml_parser v1.0.9+spec-1.1.0
2292026-03-28T03:36:42.750Z Compiling cpufeatures v0.3.0
2302026-03-28T03:36:42.754Z Compiling is_terminal_polyfill v1.70.2
2312026-03-28T03:36:42.778Z Compiling foreign-types-shared v0.3.1
2322026-03-28T03:36:42.809Z Compiling anstream v1.0.0
2332026-03-28T03:36:42.827Z Compiling chacha20 v0.10.0
2342026-03-28T03:36:42.983Z Compiling cstr-argument v0.1.2
2352026-03-28T03:36:43.055Z Compiling toml_edit v0.25.4+spec-1.1.0
2362026-03-28T03:36:43.229Z Compiling pretty-hex v0.4.1
2372026-03-28T03:36:43.269Z Compiling clap_lex v1.0.0
2382026-03-28T03:36:43.283Z Compiling strsim v0.11.1
2392026-03-28T03:36:43.314Z Compiling heck v0.5.0
2402026-03-28T03:36:43.351Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2412026-03-28T03:36:43.498Z Compiling regex-automata v0.4.14
2422026-03-28T03:36:43.502Z Compiling lazy_static v1.5.0
2432026-03-28T03:36:43.576Z Compiling proc-macro-crate v3.5.0
2442026-03-28T03:36:43.589Z Compiling log v0.4.29
2452026-03-28T03:36:43.689Z Compiling sharded-slab v0.1.7
2462026-03-28T03:36:43.783Z Compiling tracing-log v0.2.0
2472026-03-28T03:36:43.968Z Compiling clap_builder v4.6.0
2482026-03-28T03:36:44.016Z Compiling rand v0.10.0
2492026-03-28T03:36:44.225Z Compiling socket2 v0.6.3
2502026-03-28T03:36:44.399Z Compiling thread_local v1.1.9
2512026-03-28T03:36:44.658Z Compiling oxnet v0.1.4
2522026-03-28T03:36:44.666Z Compiling unicode-width v0.2.2
2532026-03-28T03:36:44.678Z Compiling smallvec v1.15.1
2542026-03-28T03:36:44.685Z Compiling nu-ansi-term v0.50.3
2552026-03-28T03:36:44.873Z Compiling winnow v1.0.0
2562026-03-28T03:36:44.896Z Compiling colored v3.1.1
2572026-03-28T03:36:44.927Z Compiling tabwriter v1.4.1
2582026-03-28T03:36:44.988Z Compiling matchers v0.2.0
2592026-03-28T03:36:45.118Z Compiling humantime v2.3.0
2602026-03-28T03:36:45.612Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2612026-03-28T03:36:45.824Z Compiling foreign-types-macros v0.2.3
2622026-03-28T03:36:45.830Z Compiling thiserror-impl v2.0.18
2632026-03-28T03:36:45.869Z Compiling tracing-attributes v0.1.31
2642026-03-28T03:36:45.904Z Compiling num_enum_derive v0.7.6
2652026-03-28T03:36:45.962Z Compiling clap_derive v4.6.0
2662026-03-28T03:36:46.105Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2672026-03-28T03:36:46.431Z Compiling foreign-types v0.5.0
2682026-03-28T03:36:46.498Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2692026-03-28T03:36:46.788Z Compiling num_enum v0.7.6
2702026-03-28T03:36:46.909Z Compiling tracing v0.1.44
2712026-03-28T03:36:47.027Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2722026-03-28T03:36:47.042Z Compiling tracing-subscriber v0.3.23
2732026-03-28T03:36:47.259Z Compiling clap v4.6.0
2742026-03-28T03:36:48.339Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2752026-03-28T03:36:50.321Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.61s
2762026-03-28T03:36:50.374Z
2772026-03-28T03:36:50.377Zreal 11.670281012
2782026-03-28T03:36:50.377Zuser 39.927792163
2792026-03-28T03:36:50.377Zsys 8.452474744
2802026-03-28T03:36:50.377Ztrap 0.028829229
2812026-03-28T03:36:50.377Ztflt 0.104460069
2822026-03-28T03:36:50.377Zdflt 0.101762087
2832026-03-28T03:36:50.377Zkflt 0.004062624
2842026-03-28T03:36:50.377Zlock 42.111966523
2852026-03-28T03:36:50.377Zslp 2:33.501092479
2862026-03-28T03:36:50.377Zlat 3.588484514
2872026-03-28T03:36:50.377Zstop 4.152817893
2882026-03-28T03:36:50.377Z+ ptime -m cargo build --release
2892026-03-28T03:36:50.432Z Compiling proc-macro2 v1.0.106
2902026-03-28T03:36:50.432Z Compiling unicode-ident v1.0.24
2912026-03-28T03:36:50.432Z Compiling quote v1.0.45
2922026-03-28T03:36:50.432Z Compiling libc v0.2.183
2932026-03-28T03:36:50.432Z Compiling cfg-if v1.0.4
2942026-03-28T03:36:50.435Z Compiling equivalent v1.0.2
2952026-03-28T03:36:50.435Z Compiling hashbrown v0.16.1
2962026-03-28T03:36:50.435Z Compiling winnow v0.7.15
2972026-03-28T03:36:50.496Z Compiling toml_datetime v1.0.0+spec-1.1.0
2982026-03-28T03:36:50.504Z Compiling rustversion v1.0.22
2992026-03-28T03:36:50.536Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3002026-03-28T03:36:50.686Z Compiling once_cell v1.21.3
3012026-03-28T03:36:50.741Z Compiling syn v1.0.109
3022026-03-28T03:36:50.766Z Compiling thiserror v2.0.18
3032026-03-28T03:36:50.863Z Compiling tracing-core v0.1.36
3042026-03-28T03:36:50.901Z Compiling indexmap v2.13.0
3052026-03-28T03:36:50.918Z Compiling utf8parse v0.2.2
3062026-03-28T03:36:51.004Z Compiling rand_core v0.10.0
3072026-03-28T03:36:51.075Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3082026-03-28T03:36:51.098Z Compiling getrandom v0.4.2
3092026-03-28T03:36:51.177Z Compiling anstyle-parse v1.0.0
3102026-03-28T03:36:51.362Z Compiling memchr v2.8.0
3112026-03-28T03:36:51.372Z Compiling colorchoice v1.0.4
3122026-03-28T03:36:51.456Z Compiling syn v2.0.117
3132026-03-28T03:36:51.469Z Compiling is_terminal_polyfill v1.70.2
3142026-03-28T03:36:51.522Z Compiling anstyle-query v1.1.5
3152026-03-28T03:36:51.542Z Compiling anyhow v1.0.102
3162026-03-28T03:36:51.610Z Compiling pin-project-lite v0.2.17
3172026-03-28T03:36:51.694Z Compiling toml_parser v1.0.9+spec-1.1.0
3182026-03-28T03:36:51.829Z Compiling regex-syntax v0.8.10
3192026-03-28T03:36:51.856Z Compiling cpufeatures v0.3.0
3202026-03-28T03:36:51.881Z Compiling anstyle v1.0.14
3212026-03-28T03:36:51.916Z Compiling foreign-types-shared v0.3.1
3222026-03-28T03:36:51.916Z Compiling chacha20 v0.10.0
3232026-03-28T03:36:52.150Z Compiling toml_edit v0.25.4+spec-1.1.0
3242026-03-28T03:36:52.196Z Compiling anstream v1.0.0
3252026-03-28T03:36:52.204Z Compiling cstr-argument v0.1.2
3262026-03-28T03:36:52.404Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3272026-03-28T03:36:52.411Z Compiling lazy_static v1.5.0
3282026-03-28T03:36:52.436Z Compiling heck v0.5.0
3292026-03-28T03:36:52.491Z Compiling clap_lex v1.0.0
3302026-03-28T03:36:52.611Z Compiling pretty-hex v0.4.1
3312026-03-28T03:36:52.614Z Compiling strsim v0.11.1
3322026-03-28T03:36:52.650Z Compiling proc-macro-crate v3.5.0
3332026-03-28T03:36:52.742Z Compiling log v0.4.29
3342026-03-28T03:36:52.840Z Compiling clap_builder v4.6.0
3352026-03-28T03:36:52.966Z Compiling regex-automata v0.4.14
3362026-03-28T03:36:53.003Z Compiling tracing-log v0.2.0
3372026-03-28T03:36:53.121Z Compiling sharded-slab v0.1.7
3382026-03-28T03:36:53.339Z Compiling rand v0.10.0
3392026-03-28T03:36:53.827Z Compiling socket2 v0.6.3
3402026-03-28T03:36:54.124Z Compiling thread_local v1.1.9
3412026-03-28T03:36:54.213Z Compiling smallvec v1.15.1
3422026-03-28T03:36:54.449Z Compiling colored v3.1.1
3432026-03-28T03:36:54.453Z Compiling unicode-width v0.2.2
3442026-03-28T03:36:54.606Z Compiling nu-ansi-term v0.50.3
3452026-03-28T03:36:54.737Z Compiling matchers v0.2.0
3462026-03-28T03:36:54.874Z Compiling oxnet v0.1.4
3472026-03-28T03:36:54.897Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3482026-03-28T03:36:55.100Z Compiling winnow v1.0.0
3492026-03-28T03:36:55.162Z Compiling tabwriter v1.4.1
3502026-03-28T03:36:55.196Z Compiling foreign-types-macros v0.2.3
3512026-03-28T03:36:55.237Z Compiling tracing-attributes v0.1.31
3522026-03-28T03:36:55.382Z Compiling thiserror-impl v2.0.18
3532026-03-28T03:36:55.543Z Compiling num_enum_derive v0.7.6
3542026-03-28T03:36:55.827Z Compiling foreign-types v0.5.0
3552026-03-28T03:36:55.895Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3562026-03-28T03:36:56.299Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3572026-03-28T03:36:56.409Z Compiling clap_derive v4.6.0
3582026-03-28T03:36:56.445Z Compiling tracing v0.1.44
3592026-03-28T03:36:56.483Z Compiling humantime v2.3.0
3602026-03-28T03:36:56.551Z Compiling num_enum v0.7.6
3612026-03-28T03:36:56.661Z Compiling tracing-subscriber v0.3.23
3622026-03-28T03:36:56.712Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3632026-03-28T03:36:58.035Z Compiling clap v4.6.0
3642026-03-28T03:37:00.086Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3652026-03-28T03:37:02.766Z Finished `release` profile [optimized] target(s) in 12.38s
3662026-03-28T03:37:02.784Z
3672026-03-28T03:37:02.787Zreal 12.401188932
3682026-03-28T03:37:02.787Zuser 1:12.682264227
3692026-03-28T03:37:02.787Zsys 7.899821893
3702026-03-28T03:37:02.787Ztrap 0.039848211
3712026-03-28T03:37:02.787Ztflt 0.117494782
3722026-03-28T03:37:02.787Zdflt 0.126229960
3732026-03-28T03:37:02.787Zkflt 0.000007488
3742026-03-28T03:37:02.787Zlock 1:56.343750127
3752026-03-28T03:37:02.787Zslp 3:55.372336967
3762026-03-28T03:37:02.787Zlat 5.234015509
3772026-03-28T03:37:02.787Zstop 3.271732323
3782026-03-28T03:37:02.787Z+ for x in debug release
3792026-03-28T03:37:02.787Z+ mkdir -p /work/debug
3802026-03-28T03:37:02.787Z+ cp target/debug/netadm /work/debug/netadm
3812026-03-28T03:37:02.813Z+ for x in debug release
3822026-03-28T03:37:02.813Z+ mkdir -p /work/release
3832026-03-28T03:37:02.816Z+ cp target/release/netadm /work/release/netadm
3842026-03-28T03:37:02.819Z+ banner check
3852026-03-28T03:37:02.822Z
3862026-03-28T03:37:02.822Z #### # # ###### #### # #
3872026-03-28T03:37:02.822Z # # # # # # # # #
3882026-03-28T03:37:02.822Z # ###### ##### # ####
3892026-03-28T03:37:02.822Z # # # # # # #
3902026-03-28T03:37:02.822Z # # # # # # # # #
3912026-03-28T03:37:02.822Z #### # # ###### #### # #
3922026-03-28T03:37:02.822Z
3932026-03-28T03:37:02.822Z+ cargo fmt -- --check
3942026-03-28T03:37:02.928Z+ cargo clippy --all-targets -- --deny warnings
3952026-03-28T03:37:03.096Z Checking cfg-if v1.0.4
3962026-03-28T03:37:03.099Z Checking libc v0.2.183
3972026-03-28T03:37:03.099Z Checking once_cell v1.21.3
3982026-03-28T03:37:03.102Z Checking rand_core v0.10.0
3992026-03-28T03:37:03.105Z Checking foreign-types-shared v0.3.1
4002026-03-28T03:37:03.105Z Checking memchr v2.8.0
4012026-03-28T03:37:03.105Z Checking pin-project-lite v0.2.17
4022026-03-28T03:37:03.105Z Checking cpufeatures v0.3.0
4032026-03-28T03:37:03.141Z Checking num_enum v0.7.6
4042026-03-28T03:37:03.150Z Checking thiserror v2.0.18
4052026-03-28T03:37:03.157Z Checking foreign-types v0.5.0
4062026-03-28T03:37:03.164Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4072026-03-28T03:37:03.205Z Checking chacha20 v0.10.0
4082026-03-28T03:37:03.209Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4092026-03-28T03:37:03.222Z Checking pretty-hex v0.4.1
4102026-03-28T03:37:03.225Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4112026-03-28T03:37:03.237Z Checking anyhow v1.0.102
4122026-03-28T03:37:03.240Z Checking tracing-core v0.1.36
4132026-03-28T03:37:03.285Z Checking winnow v1.0.0
4142026-03-28T03:37:03.313Z Checking utf8parse v0.2.2
4152026-03-28T03:37:03.376Z Checking colored v3.1.1
4162026-03-28T03:37:03.389Z Checking getrandom v0.4.2
4172026-03-28T03:37:03.392Z Checking socket2 v0.6.3
4182026-03-28T03:37:03.408Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4192026-03-28T03:37:03.444Z Checking cstr-argument v0.1.2
4202026-03-28T03:37:03.450Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4212026-03-28T03:37:03.489Z Checking oxnet v0.1.4
4222026-03-28T03:37:03.499Z Checking rand v0.10.0
4232026-03-28T03:37:03.515Z Checking tracing v0.1.44
4242026-03-28T03:37:03.535Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4252026-03-28T03:37:03.538Z Checking anstyle-parse v1.0.0
4262026-03-28T03:37:03.582Z Checking colorchoice v1.0.4
4272026-03-28T03:37:03.598Z Checking anstyle v1.0.14
4282026-03-28T03:37:03.624Z Checking is_terminal_polyfill v1.70.2
4292026-03-28T03:37:03.655Z Checking anstyle-query v1.1.5
4302026-03-28T03:37:03.659Z Checking regex-syntax v0.8.10
4312026-03-28T03:37:03.668Z Checking clap_lex v1.0.0
4322026-03-28T03:37:03.672Z Checking strsim v0.11.1
4332026-03-28T03:37:03.686Z Checking lazy_static v1.5.0
4342026-03-28T03:37:03.722Z Checking log v0.4.29
4352026-03-28T03:37:03.752Z Checking anstream v1.0.0
4362026-03-28T03:37:03.758Z Checking sharded-slab v0.1.7
4372026-03-28T03:37:03.787Z Checking thread_local v1.1.9
4382026-03-28T03:37:03.799Z Checking nu-ansi-term v0.50.3
4392026-03-28T03:37:03.862Z Checking tracing-log v0.2.0
4402026-03-28T03:37:03.918Z Checking smallvec v1.15.1
4412026-03-28T03:37:03.921Z Checking clap_builder v4.6.0
4422026-03-28T03:37:03.921Z Checking unicode-width v0.2.2
4432026-03-28T03:37:03.971Z Checking humantime v2.3.0
4442026-03-28T03:37:04.138Z Checking tabwriter v1.4.1
4452026-03-28T03:37:04.363Z Checking regex-automata v0.4.14
4462026-03-28T03:37:05.005Z Checking clap v4.6.0
4472026-03-28T03:37:05.449Z Checking matchers v0.2.0
4482026-03-28T03:37:05.527Z Checking tracing-subscriber v0.3.23
4492026-03-28T03:37:06.167Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4502026-03-28T03:37:06.869Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.89s
4512026-03-28T03:37:06.891Z+ banner pre-test
4522026-03-28T03:37:06.894Z
4532026-03-28T03:37:06.894Z ##### ##### ###### ##### ###### #### #####
4542026-03-28T03:37:06.894Z # # # # # # # # #
4552026-03-28T03:37:06.894Z # # # # ##### ##### # ##### #### #
4562026-03-28T03:37:06.894Z ##### ##### # # # # #
4572026-03-28T03:37:06.894Z # # # # # # # # #
4582026-03-28T03:37:06.894Z # # # ###### # ###### #### #
4592026-03-28T03:37:06.895Z
4602026-03-28T03:37:06.895Z+ uname -a
4612026-03-28T03:37:06.895ZSunOS w-01KMS850SSFFBWF44CXW6KRZAJ 5.11 helios-2.0.23838 i86pc i386 i86pc
4622026-03-28T03:37:06.895Z+ ./target/debug/netadm show links
4632026-03-28T03:37:06.899ZId Name Flags Class State MAC MTU
4642026-03-28T03:37:06.899Z-- ---- ----- ----- ----- --- ---
4652026-03-28T03:37:06.899Z1 ena0 active persistent physical up 06:92:8d:f3:8e:f7 9216
4662026-03-28T03:37:06.902Z+ ./target/debug/netadm show addrs
4672026-03-28T03:37:06.905ZName Type State Address Interface Index
4682026-03-28T03:37:06.905Z---- ------ ----- ------- ---------------
4692026-03-28T03:37:06.905Zena0/dhcp dhcp ok 10.150.1.27/24 2
4702026-03-28T03:37:06.905Zlo0/v4 static ok 127.0.0.1/8 1
4712026-03-28T03:37:06.905Zlo0/v6 static ok ::1/128 1
4722026-03-28T03:37:06.905Z+ banner test
4732026-03-28T03:37:06.905Z
4742026-03-28T03:37:06.905Z ##### ###### #### #####
4752026-03-28T03:37:06.905Z # # # #
4762026-03-28T03:37:06.905Z # ##### #### #
4772026-03-28T03:37:06.905Z # # # #
4782026-03-28T03:37:06.905Z # # # # #
4792026-03-28T03:37:06.905Z # ###### #### #
4802026-03-28T03:37:06.905Z
4812026-03-28T03:37:06.905Z+ pfexec ptime -m cargo test
4822026-03-28T03:37:07.035Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4832026-03-28T03:37:07.035Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4842026-03-28T03:37:08.039Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.12s
4852026-03-28T03:37:08.052Z Running unittests src/lib.rs (target/debug/deps/libnet-774ae5889734e0ca)
4862026-03-28T03:37:08.060Z
4872026-03-28T03:37:08.060Zrunning 0 tests
4882026-03-28T03:37:08.060Z
4892026-03-28T03:37:08.060Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4902026-03-28T03:37:08.061Z
4912026-03-28T03:37:08.064Z Running tests/ip.rs (target/debug/deps/ip-ccf695c08ab3d7f6)
4922026-03-28T03:37:08.064Z
4932026-03-28T03:37:08.064Zrunning 4 tests
4942026-03-28T03:37:08.067Ztest test_get_addresses ... ok
4952026-03-28T03:37:08.067Ztest test_address_consistency ... ok
4962026-03-28T03:37:08.067Ztest test_v6_static_lifecycle ... ok
4972026-03-28T03:37:08.070Ztest test_v6_local_lifecycle ... ok
4982026-03-28T03:37:08.070Z
4992026-03-28T03:37:08.070Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5002026-03-28T03:37:08.070Z
5012026-03-28T03:37:08.070Z Running tests/link.rs (target/debug/deps/link-ce968da08f1a018c)
5022026-03-28T03:37:08.073Z
5032026-03-28T03:37:08.073Zrunning 5 tests
5042026-03-28T03:37:08.076Ztest test_simnet_lifecycle ... ok
5052026-03-28T03:37:08.079Ztest test_simnet_connect ... ok
5062026-03-28T03:37:08.079Ztest test_get_links ... ok
5072026-03-28T03:37:08.079Ztest test_link_consistency ... ok
5082026-03-28T03:37:08.079Ztest test_vnic_lifecycle ... ok
5092026-03-28T03:37:08.079Z
5102026-03-28T03:37:08.079Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5112026-03-28T03:37:08.079Z
5122026-03-28T03:37:08.079Z Running unittests src/main.rs (target/debug/deps/netadm-f5154fccdac1b81d)
5132026-03-28T03:37:08.084Z
5142026-03-28T03:37:08.084Zrunning 0 tests
5152026-03-28T03:37:08.084Z
5162026-03-28T03:37:08.084Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5172026-03-28T03:37:08.084Z
5182026-03-28T03:37:08.084Z Doc-tests libnet
5192026-03-28T03:37:08.251Z
5202026-03-28T03:37:08.251Zrunning 0 tests
5212026-03-28T03:37:08.251Z
5222026-03-28T03:37:08.251Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5232026-03-28T03:37:08.251Z
5242026-03-28T03:37:08.269Z
5252026-03-28T03:37:08.272Zreal 1.357433000
5262026-03-28T03:37:08.273Zuser 2.335211858
5272026-03-28T03:37:08.273Zsys 0.920428913
5282026-03-28T03:37:08.273Ztrap 0.000285799
5292026-03-28T03:37:08.273Ztflt 0.000577871
5302026-03-28T03:37:08.273Zdflt 0.002394888
5312026-03-28T03:37:08.273Zkflt 0.000011598
5322026-03-28T03:37:08.273Zlock 2.192373072
5332026-03-28T03:37:08.273Zslp 11.550766438
5342026-03-28T03:37:08.273Zlat 0.011563775
5352026-03-28T03:37:08.273Zstop 0.288737663
5362026-03-28T03:37:08.273Z+ pfexec ptime -m cargo test --release
5372026-03-28T03:37:08.328Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5382026-03-28T03:37:08.328Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5392026-03-28T03:37:09.252Z Finished `release` profile [optimized] target(s) in 0.97s
5402026-03-28T03:37:09.264Z Running unittests src/lib.rs (target/release/deps/libnet-bb7e9ff73442908c)
5412026-03-28T03:37:09.273Z
5422026-03-28T03:37:09.273Zrunning 0 tests
5432026-03-28T03:37:09.273Z
5442026-03-28T03:37:09.276Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5452026-03-28T03:37:09.276Z
5462026-03-28T03:37:09.276Z Running tests/ip.rs (target/release/deps/ip-0bf6606eea5532b8)
5472026-03-28T03:37:09.279Z
5482026-03-28T03:37:09.279Zrunning 4 tests
5492026-03-28T03:37:09.279Ztest test_get_addresses ... ok
5502026-03-28T03:37:09.279Ztest test_address_consistency ... ok
5512026-03-28T03:37:09.279Ztest test_v6_static_lifecycle ... ok
5522026-03-28T03:37:09.282Ztest test_v6_local_lifecycle ... ok
5532026-03-28T03:37:09.283Z
5542026-03-28T03:37:09.283Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5552026-03-28T03:37:09.283Z
5562026-03-28T03:37:09.283Z Running tests/link.rs (target/release/deps/link-53ef83ff4ce076b1)
5572026-03-28T03:37:09.286Z
5582026-03-28T03:37:09.286Zrunning 5 tests
5592026-03-28T03:37:09.289Ztest test_simnet_lifecycle ... ok
5602026-03-28T03:37:09.289Ztest test_get_links ... ok
5612026-03-28T03:37:09.289Ztest test_link_consistency ... ok
5622026-03-28T03:37:09.289Ztest test_simnet_connect ... ok
5632026-03-28T03:37:09.289Ztest test_vnic_lifecycle ... ok
5642026-03-28T03:37:09.289Z
5652026-03-28T03:37:09.289Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5662026-03-28T03:37:09.289Z
5672026-03-28T03:37:09.289Z Running unittests src/main.rs (target/release/deps/netadm-6de811752f8953f1)
5682026-03-28T03:37:09.293Z
5692026-03-28T03:37:09.293Zrunning 0 tests
5702026-03-28T03:37:09.293Z
5712026-03-28T03:37:09.293Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5722026-03-28T03:37:09.293Z
5732026-03-28T03:37:09.293Z Doc-tests libnet
5742026-03-28T03:37:09.453Z
5752026-03-28T03:37:09.453Zrunning 0 tests
5762026-03-28T03:37:09.453Z
5772026-03-28T03:37:09.453Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5782026-03-28T03:37:09.453Z
5792026-03-28T03:37:09.471Z
5802026-03-28T03:37:09.471Zreal 1.193032742
5812026-03-28T03:37:09.471Zuser 2.378895029
5822026-03-28T03:37:09.471Zsys 0.812944253
5832026-03-28T03:37:09.471Ztrap 0.001188528
5842026-03-28T03:37:09.471Ztflt 0.044952279
5852026-03-28T03:37:09.471Zdflt 0.016775995
5862026-03-28T03:37:09.471Zkflt 0.000002588
5872026-03-28T03:37:09.474Zlock 2.897681140
5882026-03-28T03:37:09.475Zslp 9.568077519
5892026-03-28T03:37:09.475Zlat 0.021500047
5902026-03-28T03:37:09.475Zstop 0.333020533
5912026-03-28T03:37:09.475Z+ banner post-test
5922026-03-28T03:37:09.475Z
5932026-03-28T03:37:09.475Z ##### #### #### ##### ##### ###### #### #####
5942026-03-28T03:37:09.475Z # # # # # # # # # #
5952026-03-28T03:37:09.475Z # # # # #### # ##### # ##### #### #
5962026-03-28T03:37:09.475Z ##### # # # # # # # #
5972026-03-28T03:37:09.475Z # # # # # # # # # # #
5982026-03-28T03:37:09.475Z # #### #### # # ###### #### #
5992026-03-28T03:37:09.475Z
6002026-03-28T03:37:09.475Z+ ./target/debug/netadm show links
6012026-03-28T03:37:09.478ZId Name Flags Class State MAC MTU
6022026-03-28T03:37:09.478Z-- ---- ----- ----- ----- --- ---
6032026-03-28T03:37:09.478Z1 ena0 active persistent physical up 06:92:8d:f3:8e:f7 9216
6042026-03-28T03:37:09.481Z+ ./target/debug/netadm show addrs
6052026-03-28T03:37:09.484ZName Type State Address Interface Index
6062026-03-28T03:37:09.484Z---- ------ ----- ------- ---------------
6072026-03-28T03:37:09.484Zena0/dhcp dhcp ok 10.150.1.27/24 2
6082026-03-28T03:37:09.484Zlo0/v4 static ok 127.0.0.1/8 1
6092026-03-28T03:37:09.484Zlo0/v6 static ok ::1/128 1
6102026-03-28T03:37:09.484Zprocess exited: duration 48758 ms, exit code 0
 
6112026-03-28T03:37:09.495Zfound 2 output files
6122026-03-28T03:37:09.496Zuploading: /work/debug/netadm (42381720 bytes)
6132026-03-28T03:37:10.724Zuploaded: /work/debug/netadm
6142026-03-28T03:37:10.724Zuploading: /work/release/netadm (6297888 bytes)
6152026-03-28T03:37:11.787Zuploaded: /work/release/netadm