01KKZGCGF6V1XSR1AJXZXH2KQ7: 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: 01KKZGCQ8WD2M9N2VTA5SX4QDE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T03:41:48.808Zjob assigned to worker 01KKZGCV0DR89BTVQC8S1BKCCR [factory aws, i-04c58788efe74d103] (queued for 2 m 55 s)
 
22026-03-18T03:41:56.842Zstarting task 0: "setup"
32026-03-18T03:41:56.849Z++ uname -s
42026-03-18T03:41:56.852Z+ kern=SunOS
52026-03-18T03:41:56.852Z+ build_user=build
62026-03-18T03:41:56.852Z+ build_uid=12345
72026-03-18T03:41:56.852Z+ work_dir=/work
82026-03-18T03:41:56.852Z+ input_dir=/input
92026-03-18T03:41:56.852Z+ [[ 0 == 12345 ]]
102026-03-18T03:41:56.852Z+ case "$kern" in
112026-03-18T03:41:56.852Z+ groupadd -g 12345 build
122026-03-18T03:41:56.855Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T03:41:58.859Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T03:41:58.978Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T03:41:58.981Z+ home_fs=zfs
162026-03-18T03:41:58.981Z+ [[ zfs == autofs ]]
172026-03-18T03:41:58.981Z+ mkdir -p /home/build
182026-03-18T03:41:58.984Z+ chown build:build /home/build /work
192026-03-18T03:42:00.984Z+ chmod 0700 /home/build /work
202026-03-18T03:42:00.987Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-18T03:42:00.993Zstarting task 1: "rust-toolchain"
222026-03-18T03:42:00.997Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-18T03:42:00.997Z * rust toolchain channel = "stable"
242026-03-18T03:42:00.997Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T03:42:00.997Z * rust toolchain profile = "default"
262026-03-18T03:42:00.997Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T03:42:00.998Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T03:42:01.001Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T03:42:01.002Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-18T03:42:01.134Zinfo: downloading installer
312026-03-18T03:42:02.802Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T03:42:02.802Zwarn: /opt/ooce/bin
332026-03-18T03:42:02.802Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T03:42:02.802Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T03:42:02.802Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T03:42:02.802Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T03:42:02.802Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T03:42:02.802Zerror: cannot install while Rust is installed
392026-03-18T03:42:02.802Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T03:42:02.802Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T03:42:02.802Zwarn: /home/build/.rustup/settings.toml
422026-03-18T03:42:02.802Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T03:42:02.802Zwarn: instead of the one inferred from the default host triple.
442026-03-18T03:42:02.849Zinfo: profile set to default
452026-03-18T03:42:02.849Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T03:42:02.852Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-18T03:42:03.006Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-18T03:42:03.008Zinfo: downloading 6 components
492026-03-18T03:42:18.882Zinfo: default toolchain set to stable-x86_64-unknown-illumos
502026-03-18T03:42:18.882Z
512026-03-18T03:42:18.918Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-18T03:42:18.918Z
532026-03-18T03:42:18.922Z
542026-03-18T03:42:18.922ZRust is installed now. Great!
552026-03-18T03:42:18.922Z
562026-03-18T03:42:18.922ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T03:42:18.922Zenvironment variable. This has not been done automatically.
582026-03-18T03:42:18.922Z
592026-03-18T03:42:18.922ZTo configure your current shell, you need to source
602026-03-18T03:42:18.922Zthe corresponding env file under $HOME/.cargo.
612026-03-18T03:42:18.922Z
622026-03-18T03:42:18.922ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T03:42:18.922Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T03:42:18.922Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T03:42:18.922Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T03:42:18.922Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T03:42:18.922Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T03:42:18.922Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T03:42:18.922Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T03:42:18.922Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T03:42:19.025Z+ rustup --version
722026-03-18T03:42:19.035Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T03:42:19.038Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T03:42:19.062Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-18T03:42:19.064Z+ cargo --version
762026-03-18T03:42:19.081Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-18T03:42:19.084Z+ rustc --version
782026-03-18T03:42:19.108Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-18T03:42:19.111Zprocess exited: duration 18118 ms, exit code 0
 
802026-03-18T03:42:19.117Zstarting task 2: "authentication"
812026-03-18T03:42:19.136Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T03:42:19.142Zstarting task 3: "clone repository"
832026-03-18T03:42:19.146Z+ mkdir -p /work/oxidecomputer/netadm-sys
842026-03-18T03:42:19.149Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
852026-03-18T03:42:19.184ZCloning into '/work/oxidecomputer/netadm-sys'...
862026-03-18T03:42:19.810Z+ cd /work/oxidecomputer/netadm-sys
872026-03-18T03:42:19.810Z+ git fetch origin 2575d8c385f988f41dd6b01eeb9b5bec5a2f296c
882026-03-18T03:42:20.044ZFrom https://github.com/oxidecomputer/netadm-sys
892026-03-18T03:42:20.044Z * branch 2575d8c385f988f41dd6b01eeb9b5bec5a2f296c -> FETCH_HEAD
902026-03-18T03:42:20.052Z+ [[ -n renovate/winnow-1.x ]]
912026-03-18T03:42:20.055Z++ git branch --show-current
922026-03-18T03:42:20.055Z+ current=main
932026-03-18T03:42:20.055Z+ [[ main != renovate/winnow-1.x ]]
942026-03-18T03:42:20.055Z+ git branch -f renovate/winnow-1.x 2575d8c385f988f41dd6b01eeb9b5bec5a2f296c
952026-03-18T03:42:20.058Z+ git checkout -f renovate/winnow-1.x
962026-03-18T03:42:20.063ZSwitched to branch 'renovate/winnow-1.x'
972026-03-18T03:42:20.066Z+ git reset --hard 2575d8c385f988f41dd6b01eeb9b5bec5a2f296c
982026-03-18T03:42:20.069ZHEAD is now at 2575d8c Update Rust crate winnow to v1
992026-03-18T03:42:20.072Zprocess exited: duration 927 ms, exit code 0
 
1002026-03-18T03:42:20.079Zstarting task 4: "build"
1012026-03-18T03:42:20.082Z+ cargo --version
1022026-03-18T03:42:20.088Zinfo: syncing channel updates for 1.86.0-x86_64-unknown-illumos
1032026-03-18T03:42:20.247Zinfo: latest update on 2025-04-03 for version 1.86.0 (05f9846f8 2025-03-31)
1042026-03-18T03:42:20.250Zinfo: downloading 6 components
1052026-03-18T03:42:38.390Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1062026-03-18T03:42:38.394Z+ rustc --version
1072026-03-18T03:42:38.427Zrustc 1.86.0 (05f9846f8 2025-03-31)
1082026-03-18T03:42:38.431Z+ banner build
1092026-03-18T03:42:38.434Z
1102026-03-18T03:42:38.434Z ##### # # # # #####
1112026-03-18T03:42:38.434Z # # # # # # # #
1122026-03-18T03:42:38.434Z ##### # # # # # #
1132026-03-18T03:42:38.434Z # # # # # # # #
1142026-03-18T03:42:38.434Z # # # # # # # #
1152026-03-18T03:42:38.434Z ##### #### # ###### #####
1162026-03-18T03:42:38.434Z
1172026-03-18T03:42:38.434Z+ ptime -m cargo build
1182026-03-18T03:42:38.526Z Updating crates.io index
1192026-03-18T03:42:38.529Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202026-03-18T03:42:38.815ZFrom https://github.com/oxidecomputer/dlpi-sys
1212026-03-18T03:42:38.815Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
1222026-03-18T03:42:38.915Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1232026-03-18T03:42:39.329ZFrom https://github.com/jmesmon/rust-libzfs
1242026-03-18T03:42:39.329Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1252026-03-18T03:42:39.356Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1262026-03-18T03:42:39.636ZFrom https://github.com/oxidecomputer/rusty-doors
1272026-03-18T03:42:39.636Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1282026-03-18T03:42:40.261Z Downloading crates ...
1292026-03-18T03:42:40.348Z Downloaded getrandom v0.4.1
1302026-03-18T03:42:40.352Z Downloaded is_terminal_polyfill v1.70.2
1312026-03-18T03:42:40.356Z Downloaded colorchoice v1.0.4
1322026-03-18T03:42:40.359Z Downloaded cfg-if v1.0.4
1332026-03-18T03:42:40.359Z Downloaded chacha20 v0.10.0
1342026-03-18T03:42:40.362Z Downloaded oxnet v0.1.4
1352026-03-18T03:42:40.365Z Downloaded strsim v0.11.1
1362026-03-18T03:42:40.365Z Downloaded memchr v2.8.0
1372026-03-18T03:42:40.368Z Downloaded clap v4.5.60
1382026-03-18T03:42:40.376Z Downloaded clap_derive v4.5.55
1392026-03-18T03:42:40.379Z Downloaded quote v1.0.44
1402026-03-18T03:42:40.381Z Downloaded clap_lex v1.0.0
1412026-03-18T03:42:40.381Z Downloaded anstyle-query v1.1.5
1422026-03-18T03:42:40.384Z Downloaded anyhow v1.0.102
1432026-03-18T03:42:40.390Z Downloaded anstream v0.6.21
1442026-03-18T03:42:40.393Z Downloaded clap_builder v4.5.60
1452026-03-18T03:42:40.398Z Downloaded pin-project-lite v0.2.16
1462026-03-18T03:42:40.402Z Downloaded once_cell v1.21.3
1472026-03-18T03:42:40.405Z Downloaded tracing-attributes v0.1.31
1482026-03-18T03:42:40.408Z Downloaded pretty-hex v0.4.1
1492026-03-18T03:42:40.408Z Downloaded equivalent v1.0.2
1502026-03-18T03:42:40.411Z Downloaded thiserror v2.0.18
1512026-03-18T03:42:40.415Z Downloaded cpufeatures v0.3.0
1522026-03-18T03:42:40.415Z Downloaded anstyle-parse v0.2.7
1532026-03-18T03:42:40.420Z Downloaded cstr-argument v0.1.2
1542026-03-18T03:42:40.423Z Downloaded foreign-types-shared v0.3.1
1552026-03-18T03:42:40.423Z Downloaded heck v0.5.0
1562026-03-18T03:42:40.431Z Downloaded num_enum_derive v0.7.5
1572026-03-18T03:42:40.434Z Downloaded winnow v0.7.15
1582026-03-18T03:42:40.444Z Downloaded foreign-types v0.5.0
1592026-03-18T03:42:40.447Z Downloaded tracing-log v0.2.0
1602026-03-18T03:42:40.450Z Downloaded log v0.4.29
1612026-03-18T03:42:40.454Z Downloaded proc-macro-crate v3.4.0
1622026-03-18T03:42:40.457Z Downloaded tabwriter v1.4.1
1632026-03-18T03:42:40.457Z Downloaded foreign-types-macros v0.2.3
1642026-03-18T03:42:40.460Z Downloaded matchers v0.2.0
1652026-03-18T03:42:40.460Z Downloaded lazy_static v1.5.0
1662026-03-18T03:42:40.464Z Downloaded anstyle v1.0.13
1672026-03-18T03:42:40.468Z Downloaded sharded-slab v0.1.7
1682026-03-18T03:42:40.472Z Downloaded utf8parse v0.2.2
1692026-03-18T03:42:40.485Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1702026-03-18T03:42:40.488Z Downloaded rand_core v0.10.0
1712026-03-18T03:42:40.488Z Downloaded num_enum v0.7.5
1722026-03-18T03:42:40.491Z Downloaded toml_parser v1.0.9+spec-1.1.0
1732026-03-18T03:42:40.494Z Downloaded socket2 v0.6.3
1742026-03-18T03:42:40.497Z Downloaded smallvec v1.15.1
1752026-03-18T03:42:40.497Z Downloaded colored v3.1.1
1762026-03-18T03:42:40.500Z Downloaded thiserror-impl v2.0.18
1772026-03-18T03:42:40.502Z Downloaded nu-ansi-term v0.50.3
1782026-03-18T03:42:40.502Z Downloaded humantime v2.3.0
1792026-03-18T03:42:40.509Z Downloaded rustversion v1.0.22
1802026-03-18T03:42:40.512Z Downloaded proc-macro2 v1.0.106
1812026-03-18T03:42:40.519Z Downloaded unicode-ident v1.0.24
1822026-03-18T03:42:40.522Z Downloaded thread_local v1.1.9
1832026-03-18T03:42:40.525Z Downloaded toml_edit v0.23.10+spec-1.0.0
1842026-03-18T03:42:40.528Z Downloaded rand v0.10.0
1852026-03-18T03:42:40.531Z Downloaded tracing-core v0.1.36
1862026-03-18T03:42:40.543Z Downloaded serde_core v1.0.228
1872026-03-18T03:42:40.569Z Downloaded indexmap v2.13.0
1882026-03-18T03:42:40.586Z Downloaded tracing-subscriber v0.3.22
1892026-03-18T03:42:40.599Z Downloaded hashbrown v0.16.1
1902026-03-18T03:42:40.617Z Downloaded syn v1.0.109
1912026-03-18T03:42:40.625Z Downloaded aho-corasick v1.1.4
1922026-03-18T03:42:40.630Z Downloaded winnow v1.0.0
1932026-03-18T03:42:40.657Z Downloaded unicode-width v0.2.2
1942026-03-18T03:42:40.665Z Downloaded syn v2.0.117
1952026-03-18T03:42:40.675Z Downloaded regex-syntax v0.8.9
1962026-03-18T03:42:40.703Z Downloaded tracing v0.1.44
1972026-03-18T03:42:40.729Z Downloaded regex-automata v0.4.14
1982026-03-18T03:42:40.743Z Downloaded libc v0.2.183
1992026-03-18T03:42:40.847Z Compiling proc-macro2 v1.0.106
2002026-03-18T03:42:40.847Z Compiling quote v1.0.44
2012026-03-18T03:42:40.850Z Compiling unicode-ident v1.0.24
2022026-03-18T03:42:40.850Z Compiling cfg-if v1.0.4
2032026-03-18T03:42:40.850Z Compiling libc v0.2.183
2042026-03-18T03:42:40.850Z Compiling winnow v0.7.15
2052026-03-18T03:42:40.850Z Compiling equivalent v1.0.2
2062026-03-18T03:42:40.850Z Compiling hashbrown v0.16.1
2072026-03-18T03:42:40.923Z Compiling toml_datetime v0.7.5+spec-1.1.0
2082026-03-18T03:42:40.940Z Compiling rustversion v1.0.22
2092026-03-18T03:42:40.982Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2102026-03-18T03:42:41.190Z Compiling syn v1.0.109
2112026-03-18T03:42:41.344Z Compiling once_cell v1.21.3
2122026-03-18T03:42:41.393Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2132026-03-18T03:42:41.415Z Compiling rand_core v0.10.0
2142026-03-18T03:42:41.567Z Compiling indexmap v2.13.0
2152026-03-18T03:42:41.586Z Compiling tracing-core v0.1.36
2162026-03-18T03:42:41.593Z Compiling getrandom v0.4.1
2172026-03-18T03:42:41.622Z Compiling utf8parse v0.2.2
2182026-03-18T03:42:41.647Z Compiling thiserror v2.0.18
2192026-03-18T03:42:41.739Z Compiling anstyle-parse v0.2.7
2202026-03-18T03:42:41.918Z Compiling anstyle v1.0.13
2212026-03-18T03:42:41.956Z Compiling cpufeatures v0.3.0
2222026-03-18T03:42:42.032Z Compiling memchr v2.8.0
2232026-03-18T03:42:42.380Z Compiling syn v2.0.117
2242026-03-18T03:42:42.386Z Compiling pin-project-lite v0.2.16
2252026-03-18T03:42:42.398Z Compiling anstyle-query v1.1.5
2262026-03-18T03:42:42.422Z Compiling is_terminal_polyfill v1.70.2
2272026-03-18T03:42:42.482Z Compiling anyhow v1.0.102
2282026-03-18T03:42:42.502Z Compiling foreign-types-shared v0.3.1
2292026-03-18T03:42:42.509Z Compiling colorchoice v1.0.4
2302026-03-18T03:42:42.591Z Compiling regex-syntax v0.8.9
2312026-03-18T03:42:42.617Z Compiling anstream v0.6.21
2322026-03-18T03:42:42.624Z Compiling cstr-argument v0.1.2
2332026-03-18T03:42:42.787Z Compiling toml_parser v1.0.9+spec-1.1.0
2342026-03-18T03:42:42.851Z Compiling chacha20 v0.10.0
2352026-03-18T03:42:43.126Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2362026-03-18T03:42:43.135Z Compiling lazy_static v1.5.0
2372026-03-18T03:42:43.165Z Compiling log v0.4.29
2382026-03-18T03:42:43.232Z Compiling toml_edit v0.23.10+spec-1.0.0
2392026-03-18T03:42:43.232Z Compiling strsim v0.11.1
2402026-03-18T03:42:43.389Z Compiling heck v0.5.0
2412026-03-18T03:42:43.412Z Compiling clap_lex v1.0.0
2422026-03-18T03:42:43.520Z Compiling pretty-hex v0.4.1
2432026-03-18T03:42:43.635Z Compiling clap_builder v4.5.60
2442026-03-18T03:42:43.687Z Compiling tracing-log v0.2.0
2452026-03-18T03:42:43.705Z Compiling sharded-slab v0.1.7
2462026-03-18T03:42:43.983Z Compiling proc-macro-crate v3.4.0
2472026-03-18T03:42:44.242Z Compiling regex-automata v0.4.14
2482026-03-18T03:42:44.432Z Compiling rand v0.10.0
2492026-03-18T03:42:44.513Z Compiling socket2 v0.6.3
2502026-03-18T03:42:44.615Z Compiling thread_local v1.1.9
2512026-03-18T03:42:44.942Z Compiling winnow v1.0.0
2522026-03-18T03:42:45.122Z Compiling oxnet v0.1.4
2532026-03-18T03:42:45.334Z Compiling unicode-width v0.2.2
2542026-03-18T03:42:45.458Z Compiling nu-ansi-term v0.50.3
2552026-03-18T03:42:45.463Z Compiling smallvec v1.15.1
2562026-03-18T03:42:45.666Z Compiling colored v3.1.1
2572026-03-18T03:42:45.708Z Compiling tabwriter v1.4.1
2582026-03-18T03:42:45.857Z Compiling humantime v2.3.0
2592026-03-18T03:42:46.349Z Compiling matchers v0.2.0
2602026-03-18T03:42:46.745Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2612026-03-18T03:42:46.948Z Compiling tracing-attributes v0.1.31
2622026-03-18T03:42:46.979Z Compiling foreign-types-macros v0.2.3
2632026-03-18T03:42:47.084Z Compiling thiserror-impl v2.0.18
2642026-03-18T03:42:47.182Z Compiling num_enum_derive v0.7.5
2652026-03-18T03:42:47.315Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2662026-03-18T03:42:47.371Z Compiling clap_derive v4.5.55
2672026-03-18T03:42:47.772Z Compiling foreign-types v0.5.0
2682026-03-18T03:42:47.825Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2692026-03-18T03:42:48.343Z Compiling num_enum v0.7.5
2702026-03-18T03:42:48.355Z Compiling tracing v0.1.44
2712026-03-18T03:42:48.526Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2722026-03-18T03:42:48.540Z Compiling tracing-subscriber v0.3.22
2732026-03-18T03:42:49.048Z Compiling clap v4.5.60
2742026-03-18T03:42:50.332Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2752026-03-18T03:42:52.972Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.52s
2762026-03-18T03:42:53.036Z
2772026-03-18T03:42:53.039Zreal 14.589291854
2782026-03-18T03:42:53.039Zuser 56.543579224
2792026-03-18T03:42:53.039Zsys 10.208062206
2802026-03-18T03:42:53.039Ztrap 0.042612012
2812026-03-18T03:42:53.039Ztflt 0.073102616
2822026-03-18T03:42:53.039Zdflt 0.104760679
2832026-03-18T03:42:53.039Zkflt 0.006740406
2842026-03-18T03:42:53.039Zlock 1:04.708352882
2852026-03-18T03:42:53.039Zslp 3:29.652031875
2862026-03-18T03:42:53.039Zlat 2.883137813
2872026-03-18T03:42:53.039Zstop 4.354578618
2882026-03-18T03:42:53.039Z+ ptime -m cargo build --release
2892026-03-18T03:42:53.113Z Compiling proc-macro2 v1.0.106
2902026-03-18T03:42:53.113Z Compiling unicode-ident v1.0.24
2912026-03-18T03:42:53.116Z Compiling quote v1.0.44
2922026-03-18T03:42:53.116Z Compiling libc v0.2.183
2932026-03-18T03:42:53.116Z Compiling cfg-if v1.0.4
2942026-03-18T03:42:53.116Z Compiling equivalent v1.0.2
2952026-03-18T03:42:53.116Z Compiling winnow v0.7.15
2962026-03-18T03:42:53.116Z Compiling hashbrown v0.16.1
2972026-03-18T03:42:53.189Z Compiling toml_datetime v0.7.5+spec-1.1.0
2982026-03-18T03:42:53.201Z Compiling rustversion v1.0.22
2992026-03-18T03:42:53.241Z Compiling syn v1.0.109
3002026-03-18T03:42:53.447Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3012026-03-18T03:42:53.510Z Compiling once_cell v1.21.3
3022026-03-18T03:42:53.659Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3032026-03-18T03:42:53.662Z Compiling getrandom v0.4.1
3042026-03-18T03:42:53.735Z Compiling indexmap v2.13.0
3052026-03-18T03:42:53.787Z Compiling tracing-core v0.1.36
3062026-03-18T03:42:53.792Z Compiling rand_core v0.10.0
3072026-03-18T03:42:53.926Z Compiling thiserror v2.0.18
3082026-03-18T03:42:53.974Z Compiling utf8parse v0.2.2
3092026-03-18T03:42:54.101Z Compiling anstyle-parse v0.2.7
3102026-03-18T03:42:54.117Z Compiling anstyle-query v1.1.5
3112026-03-18T03:42:54.346Z Compiling foreign-types-shared v0.3.1
3122026-03-18T03:42:54.441Z Compiling syn v2.0.117
3132026-03-18T03:42:54.546Z Compiling memchr v2.8.0
3142026-03-18T03:42:54.553Z Compiling anstyle v1.0.13
3152026-03-18T03:42:54.640Z Compiling pin-project-lite v0.2.16
3162026-03-18T03:42:54.754Z Compiling is_terminal_polyfill v1.70.2
3172026-03-18T03:42:54.818Z Compiling colorchoice v1.0.4
3182026-03-18T03:42:54.865Z Compiling anyhow v1.0.102
3192026-03-18T03:42:54.895Z Compiling cpufeatures v0.3.0
3202026-03-18T03:42:54.955Z Compiling regex-syntax v0.8.9
3212026-03-18T03:42:54.981Z Compiling chacha20 v0.10.0
3222026-03-18T03:42:55.195Z Compiling toml_parser v1.0.9+spec-1.1.0
3232026-03-18T03:42:55.234Z Compiling cstr-argument v0.1.2
3242026-03-18T03:42:55.352Z Compiling anstream v0.6.21
3252026-03-18T03:42:55.638Z Compiling toml_edit v0.23.10+spec-1.0.0
3262026-03-18T03:42:55.777Z Compiling clap_lex v1.0.0
3272026-03-18T03:42:55.860Z Compiling lazy_static v1.5.0
3282026-03-18T03:42:55.906Z Compiling log v0.4.29
3292026-03-18T03:42:55.935Z Compiling strsim v0.11.1
3302026-03-18T03:42:55.957Z Compiling pretty-hex v0.4.1
3312026-03-18T03:42:56.122Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3322026-03-18T03:42:56.186Z Compiling heck v0.5.0
3332026-03-18T03:42:56.209Z Compiling clap_builder v4.5.60
3342026-03-18T03:42:56.391Z Compiling proc-macro-crate v3.4.0
3352026-03-18T03:42:56.420Z Compiling regex-automata v0.4.14
3362026-03-18T03:42:56.877Z Compiling tracing-log v0.2.0
3372026-03-18T03:42:56.966Z Compiling sharded-slab v0.1.7
3382026-03-18T03:42:57.295Z Compiling rand v0.10.0
3392026-03-18T03:42:57.879Z Compiling socket2 v0.6.3
3402026-03-18T03:42:57.890Z Compiling thread_local v1.1.9
3412026-03-18T03:42:58.315Z Compiling nu-ansi-term v0.50.3
3422026-03-18T03:42:58.331Z Compiling oxnet v0.1.4
3432026-03-18T03:42:58.764Z Compiling matchers v0.2.0
3442026-03-18T03:42:58.888Z Compiling colored v3.1.1
3452026-03-18T03:42:58.928Z Compiling unicode-width v0.2.2
3462026-03-18T03:42:59.048Z Compiling smallvec v1.15.1
3472026-03-18T03:42:59.297Z Compiling winnow v1.0.0
3482026-03-18T03:42:59.358Z Compiling tabwriter v1.4.1
3492026-03-18T03:42:59.614Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3502026-03-18T03:42:59.744Z Compiling humantime v2.3.0
3512026-03-18T03:43:00.040Z Compiling num_enum_derive v0.7.5
3522026-03-18T03:43:00.226Z Compiling thiserror-impl v2.0.18
3532026-03-18T03:43:00.294Z Compiling tracing-attributes v0.1.31
3542026-03-18T03:43:01.245Z Compiling foreign-types-macros v0.2.3
3552026-03-18T03:43:01.408Z Compiling num_enum v0.7.5
3562026-03-18T03:43:01.504Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3572026-03-18T03:43:01.535Z Compiling clap_derive v4.5.55
3582026-03-18T03:43:01.991Z Compiling tracing v0.1.44
3592026-03-18T03:43:02.025Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3602026-03-18T03:43:02.060Z Compiling foreign-types v0.5.0
3612026-03-18T03:43:02.136Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3622026-03-18T03:43:02.259Z Compiling tracing-subscriber v0.3.22
3632026-03-18T03:43:03.865Z Compiling clap v4.5.60
3642026-03-18T03:43:05.969Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3652026-03-18T03:43:09.750Z Finished `release` profile [optimized] target(s) in 16.70s
3662026-03-18T03:43:09.771Z
3672026-03-18T03:43:09.774Zreal 16.728001419
3682026-03-18T03:43:09.774Zuser 1:37.780614105
3692026-03-18T03:43:09.774Zsys 9.690139475
3702026-03-18T03:43:09.774Ztrap 0.054067687
3712026-03-18T03:43:09.774Ztflt 0.178211181
3722026-03-18T03:43:09.774Zdflt 0.174252443
3732026-03-18T03:43:09.774Zkflt 0.000035580
3742026-03-18T03:43:09.774Zlock 2:36.517347576
3752026-03-18T03:43:09.774Zslp 5:09.474080684
3762026-03-18T03:43:09.774Zlat 6.793022370
3772026-03-18T03:43:09.774Zstop 5.352496878
3782026-03-18T03:43:09.774Z+ for x in debug release
3792026-03-18T03:43:09.774Z+ mkdir -p /work/debug
3802026-03-18T03:43:09.774Z+ cp target/debug/netadm /work/debug/netadm
3812026-03-18T03:43:09.802Z+ for x in debug release
3822026-03-18T03:43:09.802Z+ mkdir -p /work/release
3832026-03-18T03:43:09.805Z+ cp target/release/netadm /work/release/netadm
3842026-03-18T03:43:09.810Z+ banner check
3852026-03-18T03:43:09.813Z
3862026-03-18T03:43:09.813Z #### # # ###### #### # #
3872026-03-18T03:43:09.813Z # # # # # # # # #
3882026-03-18T03:43:09.813Z # ###### ##### # ####
3892026-03-18T03:43:09.813Z # # # # # # #
3902026-03-18T03:43:09.813Z # # # # # # # # #
3912026-03-18T03:43:09.813Z #### # # ###### #### # #
3922026-03-18T03:43:09.813Z
3932026-03-18T03:43:09.813Z+ cargo fmt -- --check
3942026-03-18T03:43:09.957Z+ cargo clippy --all-targets -- --deny warnings
3952026-03-18T03:43:10.171Z Checking cfg-if v1.0.4
3962026-03-18T03:43:10.175Z Checking libc v0.2.183
3972026-03-18T03:43:10.175Z Checking once_cell v1.21.3
3982026-03-18T03:43:10.179Z Checking rand_core v0.10.0
3992026-03-18T03:43:10.182Z Checking cpufeatures v0.3.0
4002026-03-18T03:43:10.182Z Checking foreign-types-shared v0.3.1
4012026-03-18T03:43:10.182Z Checking memchr v2.8.0
4022026-03-18T03:43:10.182Z Checking pin-project-lite v0.2.16
4032026-03-18T03:43:10.226Z Checking num_enum v0.7.5
4042026-03-18T03:43:10.234Z Checking thiserror v2.0.18
4052026-03-18T03:43:10.252Z Checking foreign-types v0.5.0
4062026-03-18T03:43:10.262Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4072026-03-18T03:43:10.315Z Checking chacha20 v0.10.0
4082026-03-18T03:43:10.318Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4092026-03-18T03:43:10.320Z Checking pretty-hex v0.4.1
4102026-03-18T03:43:10.326Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4112026-03-18T03:43:10.351Z Checking anyhow v1.0.102
4122026-03-18T03:43:10.351Z Checking tracing-core v0.1.36
4132026-03-18T03:43:10.409Z Checking utf8parse v0.2.2
4142026-03-18T03:43:10.425Z Checking oxnet v0.1.4
4152026-03-18T03:43:10.503Z Checking colored v3.1.1
4162026-03-18T03:43:10.537Z Checking winnow v1.0.0
4172026-03-18T03:43:10.580Z Checking anstyle-parse v0.2.7
4182026-03-18T03:43:10.584Z Checking getrandom v0.4.1
4192026-03-18T03:43:10.597Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4202026-03-18T03:43:10.606Z Checking socket2 v0.6.3
4212026-03-18T03:43:10.639Z Checking cstr-argument v0.1.2
4222026-03-18T03:43:10.721Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4232026-03-18T03:43:10.721Z Checking rand v0.10.0
4242026-03-18T03:43:10.724Z Checking tracing v0.1.44
4252026-03-18T03:43:10.737Z Checking anstyle v1.0.13
4262026-03-18T03:43:10.754Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4272026-03-18T03:43:10.764Z Checking colorchoice v1.0.4
4282026-03-18T03:43:10.815Z Checking anstyle-query v1.1.5
4292026-03-18T03:43:10.852Z Checking regex-syntax v0.8.9
4302026-03-18T03:43:10.889Z Checking is_terminal_polyfill v1.70.2
4312026-03-18T03:43:10.897Z Checking clap_lex v1.0.0
4322026-03-18T03:43:10.922Z Checking strsim v0.11.1
4332026-03-18T03:43:10.927Z Checking lazy_static v1.5.0
4342026-03-18T03:43:10.931Z Checking log v0.4.29
4352026-03-18T03:43:10.965Z Checking anstream v0.6.21
4362026-03-18T03:43:11.011Z Checking sharded-slab v0.1.7
4372026-03-18T03:43:11.053Z Checking thread_local v1.1.9
4382026-03-18T03:43:11.094Z Checking nu-ansi-term v0.50.3
4392026-03-18T03:43:11.107Z Checking tracing-log v0.2.0
4402026-03-18T03:43:11.187Z Checking clap_builder v4.5.60
4412026-03-18T03:43:11.218Z Checking unicode-width v0.2.2
4422026-03-18T03:43:11.251Z Checking smallvec v1.15.1
4432026-03-18T03:43:11.306Z Checking humantime v2.3.0
4442026-03-18T03:43:11.510Z Checking tabwriter v1.4.1
4452026-03-18T03:43:11.846Z Checking regex-automata v0.4.14
4462026-03-18T03:43:12.746Z Checking clap v4.5.60
4472026-03-18T03:43:13.376Z Checking matchers v0.2.0
4482026-03-18T03:43:13.470Z Checking tracing-subscriber v0.3.22
4492026-03-18T03:43:14.441Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4502026-03-18T03:43:15.446Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 5.43s
4512026-03-18T03:43:15.472Z+ banner pre-test
4522026-03-18T03:43:15.475Z
4532026-03-18T03:43:15.475Z ##### ##### ###### ##### ###### #### #####
4542026-03-18T03:43:15.475Z # # # # # # # # #
4552026-03-18T03:43:15.475Z # # # # ##### ##### # ##### #### #
4562026-03-18T03:43:15.475Z ##### ##### # # # # #
4572026-03-18T03:43:15.475Z # # # # # # # # #
4582026-03-18T03:43:15.475Z # # # ###### # ###### #### #
4592026-03-18T03:43:15.475Z
4602026-03-18T03:43:15.475Z+ uname -a
4612026-03-18T03:43:15.478ZSunOS w-01KKZGCV0DR89BTVQC8S1BKCCR 5.11 helios-2.0.23457 i86pc i386 i86pc
4622026-03-18T03:43:15.478Z+ ./target/debug/netadm show links
4632026-03-18T03:43:15.481ZId Name Flags Class State MAC MTU
4642026-03-18T03:43:15.481Z-- ---- ----- ----- ----- --- ---
4652026-03-18T03:43:15.481Z1 ena0 active persistent physical up 06:f9:38:18:95:d3 9216
4662026-03-18T03:43:15.484Z+ ./target/debug/netadm show addrs
4672026-03-18T03:43:15.487ZName Type State Address Interface Index
4682026-03-18T03:43:15.487Z---- ------ ----- ------- ---------------
4692026-03-18T03:43:15.487Zena0/dhcp dhcp ok 10.150.1.69/24 2
4702026-03-18T03:43:15.487Zlo0/v4 static ok 127.0.0.1/8 1
4712026-03-18T03:43:15.487Zlo0/v6 static ok ::1/128 1
4722026-03-18T03:43:15.487Z+ banner test
4732026-03-18T03:43:15.490Z
4742026-03-18T03:43:15.490Z ##### ###### #### #####
4752026-03-18T03:43:15.490Z # # # #
4762026-03-18T03:43:15.490Z # ##### #### #
4772026-03-18T03:43:15.490Z # # # #
4782026-03-18T03:43:15.490Z # # # # #
4792026-03-18T03:43:15.490Z # ###### #### #
4802026-03-18T03:43:15.490Z
4812026-03-18T03:43:15.490Z+ pfexec ptime -m cargo test
4822026-03-18T03:43:15.664Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4832026-03-18T03:43:15.668Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4842026-03-18T03:43:17.045Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.54s
4852026-03-18T03:43:17.060Z Running unittests src/lib.rs (target/debug/deps/libnet-27b8732e068321c0)
4862026-03-18T03:43:17.071Z
4872026-03-18T03:43:17.071Zrunning 0 tests
4882026-03-18T03:43:17.071Z
4892026-03-18T03:43:17.074Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4902026-03-18T03:43:17.074Z
4912026-03-18T03:43:17.074Z Running tests/ip.rs (target/debug/deps/ip-4122ab7ae689e55d)
4922026-03-18T03:43:17.074Z
4932026-03-18T03:43:17.074Zrunning 4 tests
4942026-03-18T03:43:17.077Ztest test_get_addresses ... ok
4952026-03-18T03:43:17.077Ztest test_address_consistency ... ok
4962026-03-18T03:43:17.077Ztest test_v6_static_lifecycle ... ok
4972026-03-18T03:43:17.081Ztest test_v6_local_lifecycle ... ok
4982026-03-18T03:43:17.081Z
4992026-03-18T03:43:17.081Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5002026-03-18T03:43:17.081Z
5012026-03-18T03:43:17.084Z Running tests/link.rs (target/debug/deps/link-d719f1a5cdd6e00b)
5022026-03-18T03:43:17.087Z
5032026-03-18T03:43:17.087Zrunning 5 tests
5042026-03-18T03:43:17.090Ztest test_simnet_lifecycle ... ok
5052026-03-18T03:43:17.093Ztest test_simnet_connect ... ok
5062026-03-18T03:43:17.093Ztest test_get_links ... ok
5072026-03-18T03:43:17.093Ztest test_link_consistency ... ok
5082026-03-18T03:43:17.093Ztest test_vnic_lifecycle ... ok
5092026-03-18T03:43:17.093Z
5102026-03-18T03:43:17.093Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5112026-03-18T03:43:17.093Z
5122026-03-18T03:43:17.093Z Running unittests src/main.rs (target/debug/deps/netadm-7507b72a18b184e7)
5132026-03-18T03:43:17.096Z
5142026-03-18T03:43:17.096Zrunning 0 tests
5152026-03-18T03:43:17.096Z
5162026-03-18T03:43:17.099Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5172026-03-18T03:43:17.099Z
5182026-03-18T03:43:17.099Z Doc-tests libnet
5192026-03-18T03:43:17.318Z
5202026-03-18T03:43:17.318Zrunning 0 tests
5212026-03-18T03:43:17.318Z
5222026-03-18T03:43:17.318Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5232026-03-18T03:43:17.319Z
5242026-03-18T03:43:17.339Z
5252026-03-18T03:43:17.342Zreal 1.840636843
5262026-03-18T03:43:17.342Zuser 3.186107129
5272026-03-18T03:43:17.342Zsys 1.129627055
5282026-03-18T03:43:17.342Ztrap 0.000457134
5292026-03-18T03:43:17.342Ztflt 0.000430242
5302026-03-18T03:43:17.342Zdflt 0.002300392
5312026-03-18T03:43:17.342Zkflt 0.000003630
5322026-03-18T03:43:17.342Zlock 3.272516026
5332026-03-18T03:43:17.342Zslp 15.126024764
5342026-03-18T03:43:17.342Zlat 0.005693193
5352026-03-18T03:43:17.342Zstop 0.399480503
5362026-03-18T03:43:17.342Z+ pfexec ptime -m cargo test --release
5372026-03-18T03:43:17.417Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5382026-03-18T03:43:17.420Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5392026-03-18T03:43:18.669Z Finished `release` profile [optimized] target(s) in 1.31s
5402026-03-18T03:43:18.684Z Running unittests src/lib.rs (target/release/deps/libnet-7d9524bd52abf017)
5412026-03-18T03:43:18.694Z
5422026-03-18T03:43:18.694Zrunning 0 tests
5432026-03-18T03:43:18.694Z
5442026-03-18T03:43:18.697Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5452026-03-18T03:43:18.697Z
5462026-03-18T03:43:18.697Z Running tests/ip.rs (target/release/deps/ip-81d12b187af53ab6)
5472026-03-18T03:43:18.700Z
5482026-03-18T03:43:18.700Zrunning 4 tests
5492026-03-18T03:43:18.700Ztest test_get_addresses ... ok
5502026-03-18T03:43:18.700Ztest test_address_consistency ... ok
5512026-03-18T03:43:18.703Ztest test_v6_static_lifecycle ... ok
5522026-03-18T03:43:18.703Ztest test_v6_local_lifecycle ... ok
5532026-03-18T03:43:18.703Z
5542026-03-18T03:43:18.703Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5552026-03-18T03:43:18.703Z
5562026-03-18T03:43:18.706Z Running tests/link.rs (target/release/deps/link-1d0f6319e7759e6d)
5572026-03-18T03:43:18.709Z
5582026-03-18T03:43:18.709Zrunning 5 tests
5592026-03-18T03:43:18.711Ztest test_simnet_lifecycle ... ok
5602026-03-18T03:43:18.714Ztest test_link_consistency ... ok
5612026-03-18T03:43:18.714Ztest test_get_links ... ok
5622026-03-18T03:43:18.714Ztest test_simnet_connect ... ok
5632026-03-18T03:43:18.714Ztest test_vnic_lifecycle ... ok
5642026-03-18T03:43:18.714Z
5652026-03-18T03:43:18.714Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5662026-03-18T03:43:18.714Z
5672026-03-18T03:43:18.714Z Running unittests src/main.rs (target/release/deps/netadm-abd1b08532712cd3)
5682026-03-18T03:43:18.717Z
5692026-03-18T03:43:18.717Zrunning 0 tests
5702026-03-18T03:43:18.717Z
5712026-03-18T03:43:18.720Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5722026-03-18T03:43:18.720Z
5732026-03-18T03:43:18.720Z Doc-tests libnet
5742026-03-18T03:43:18.932Z
5752026-03-18T03:43:18.932Zrunning 0 tests
5762026-03-18T03:43:18.932Z
5772026-03-18T03:43:18.932Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5782026-03-18T03:43:18.933Z
5792026-03-18T03:43:18.952Z
5802026-03-18T03:43:18.956Zreal 1.604147744
5812026-03-18T03:43:18.956Zuser 3.191612225
5822026-03-18T03:43:18.956Zsys 0.988862398
5832026-03-18T03:43:18.956Ztrap 0.000378102
5842026-03-18T03:43:18.956Ztflt 0.045118134
5852026-03-18T03:43:18.956Zdflt 0.020052830
5862026-03-18T03:43:18.956Zkflt 0.000000600
5872026-03-18T03:43:18.956Zlock 3.829745958
5882026-03-18T03:43:18.956Zslp 12.540059290
5892026-03-18T03:43:18.956Zlat 0.004840940
5902026-03-18T03:43:18.956Zstop 0.400792184
5912026-03-18T03:43:18.956Z+ banner post-test
5922026-03-18T03:43:18.956Z
5932026-03-18T03:43:18.956Z ##### #### #### ##### ##### ###### #### #####
5942026-03-18T03:43:18.956Z # # # # # # # # # #
5952026-03-18T03:43:18.956Z # # # # #### # ##### # ##### #### #
5962026-03-18T03:43:18.956Z ##### # # # # # # # #
5972026-03-18T03:43:18.956Z # # # # # # # # # # #
5982026-03-18T03:43:18.956Z # #### #### # # ###### #### #
5992026-03-18T03:43:18.957Z
6002026-03-18T03:43:18.957Z+ ./target/debug/netadm show links
6012026-03-18T03:43:18.960ZId Name Flags Class State MAC MTU
6022026-03-18T03:43:18.960Z-- ---- ----- ----- ----- --- ---
6032026-03-18T03:43:18.960Z1 ena0 active persistent physical up 06:f9:38:18:95:d3 9216
6042026-03-18T03:43:18.964Z+ ./target/debug/netadm show addrs
6052026-03-18T03:43:18.968ZName Type State Address Interface Index
6062026-03-18T03:43:18.968Z---- ------ ----- ------- ---------------
6072026-03-18T03:43:18.968Zena0/dhcp dhcp ok 10.150.1.69/24 2
6082026-03-18T03:43:18.968Zlo0/v4 static ok 127.0.0.1/8 1
6092026-03-18T03:43:18.968Zlo0/v6 static ok ::1/128 1
6102026-03-18T03:43:18.968Zprocess exited: duration 58889 ms, exit code 0
 
6112026-03-18T03:43:18.981Zfound 2 output files
6122026-03-18T03:43:18.981Zuploading: /work/debug/netadm (42373536 bytes)
6132026-03-18T03:43:20.258Zuploaded: /work/debug/netadm
6142026-03-18T03:43:20.259Zuploading: /work/release/netadm (6297440 bytes)
6152026-03-18T03:43:21.306Zuploaded: /work/release/netadm