01KKJMRR9ZE4BFC8KG9FD1V9YZ: 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: 01KKJMS26R73NP2QAC0PB981BJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T03:46:59.714Zjob assigned to worker 01KKJMS6Q227YMNHQEEA7C97SR [factory aws, i-0f6c547b74b9d4d32] (queued for 1 m 35 s)
 
22026-03-13T03:47:07.605Zstarting task 0: "setup"
32026-03-13T03:47:07.612Z++ uname -s
42026-03-13T03:47:07.615Z+ kern=SunOS
52026-03-13T03:47:07.615Z+ build_user=build
62026-03-13T03:47:07.615Z+ build_uid=12345
72026-03-13T03:47:07.615Z+ work_dir=/work
82026-03-13T03:47:07.615Z+ input_dir=/input
92026-03-13T03:47:07.615Z+ [[ 0 == 12345 ]]
102026-03-13T03:47:07.615Z+ case "$kern" in
112026-03-13T03:47:07.615Z+ groupadd -g 12345 build
122026-03-13T03:47:07.618Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T03:47:09.623Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T03:47:09.739Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T03:47:09.742Z+ home_fs=zfs
162026-03-13T03:47:09.742Z+ [[ zfs == autofs ]]
172026-03-13T03:47:09.742Z+ mkdir -p /home/build
182026-03-13T03:47:09.745Z+ chown build:build /home/build /work
192026-03-13T03:47:11.745Z+ chmod 0700 /home/build /work
202026-03-13T03:47:11.749Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-13T03:47:11.755Zstarting task 1: "rust-toolchain"
222026-03-13T03:47:11.759Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-03-13T03:47:11.759Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-13T03:47:11.759Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-13T03:47:11.763Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-13T03:47:11.763Z * rust toolchain channel = "stable"
272026-03-13T03:47:11.763Z * rust toolchain profile = "default"
282026-03-13T03:47:11.763Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T03:47:11.763Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-03-13T03:47:11.849Zinfo: downloading installer
312026-03-13T03:47:13.477Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T03:47:13.477Zwarn: /opt/ooce/bin
332026-03-13T03:47:13.477Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T03:47:13.477Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T03:47:13.477Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T03:47:13.477Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T03:47:13.477Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T03:47:13.477Zerror: cannot install while Rust is installed
392026-03-13T03:47:13.477Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T03:47:13.477Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T03:47:13.477Zwarn: /home/build/.rustup/settings.toml
422026-03-13T03:47:13.477Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T03:47:13.477Zwarn: instead of the one inferred from the default host triple.
442026-03-13T03:47:13.489Zinfo: profile set to default
452026-03-13T03:47:13.489Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T03:47:13.492Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
472026-03-13T03:47:13.640Zinfo: latest update on 2026-03-05 for version 1.94.0 (4a4ef493e 2026-03-02)
482026-03-13T03:47:13.643Zinfo: downloading 6 components
492026-03-13T03:47:28.701Z
502026-03-13T03:47:28.701Zinfo: default toolchain set to stable-x86_64-unknown-illumos
512026-03-13T03:47:28.735Z stable-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
522026-03-13T03:47:28.735Z
532026-03-13T03:47:28.738Z
542026-03-13T03:47:28.738ZRust is installed now. Great!
552026-03-13T03:47:28.738Z
562026-03-13T03:47:28.738ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T03:47:28.738Zenvironment variable. This has not been done automatically.
582026-03-13T03:47:28.738Z
592026-03-13T03:47:28.738ZTo configure your current shell, you need to source
602026-03-13T03:47:28.738Zthe corresponding env file under $HOME/.cargo.
612026-03-13T03:47:28.738Z
622026-03-13T03:47:28.738ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T03:47:28.738Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T03:47:28.738Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T03:47:28.738Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T03:47:28.738Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T03:47:28.738Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T03:47:28.738Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T03:47:28.738Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T03:47:28.738Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T03:47:28.847Z+ rustup --version
722026-03-13T03:47:28.857Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T03:47:28.860Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T03:47:28.884Zinfo: the currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
752026-03-13T03:47:28.886Z+ cargo --version
762026-03-13T03:47:28.903Zcargo 1.94.0 (85eff7c80 2026-01-15)
772026-03-13T03:47:28.906Z+ rustc --version
782026-03-13T03:47:28.930Zrustc 1.94.0 (4a4ef493e 2026-03-02)
792026-03-13T03:47:28.933Zprocess exited: duration 17176 ms, exit code 0
 
802026-03-13T03:47:28.939Zstarting task 2: "authentication"
812026-03-13T03:47:28.958Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T03:47:28.964Zstarting task 3: "clone repository"
832026-03-13T03:47:28.968Z+ mkdir -p /work/oxidecomputer/netadm-sys
842026-03-13T03:47:28.971Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
852026-03-13T03:47:29.009ZCloning into '/work/oxidecomputer/netadm-sys'...
862026-03-13T03:47:29.616Z+ cd /work/oxidecomputer/netadm-sys
872026-03-13T03:47:29.616Z+ git fetch origin cdac2a7ef5cc437ce73bc33bb6ae58971d00b4aa
882026-03-13T03:47:29.871ZFrom https://github.com/oxidecomputer/netadm-sys
892026-03-13T03:47:29.871Z * branch cdac2a7ef5cc437ce73bc33bb6ae58971d00b4aa -> FETCH_HEAD
902026-03-13T03:47:29.878Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-03-13T03:47:29.881Z++ git branch --show-current
922026-03-13T03:47:29.882Z+ current=main
932026-03-13T03:47:29.882Z+ [[ main != renovate/clap-4.x-lockfile ]]
942026-03-13T03:47:29.882Z+ git branch -f renovate/clap-4.x-lockfile cdac2a7ef5cc437ce73bc33bb6ae58971d00b4aa
952026-03-13T03:47:29.885Z+ git checkout -f renovate/clap-4.x-lockfile
962026-03-13T03:47:29.890ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-03-13T03:47:29.893Z+ git reset --hard cdac2a7ef5cc437ce73bc33bb6ae58971d00b4aa
982026-03-13T03:47:29.896ZHEAD is now at cdac2a7 Update Rust crate clap to v4.6.0
992026-03-13T03:47:29.899Zprocess exited: duration 932 ms, exit code 0
 
1002026-03-13T03:47:29.906Zstarting task 4: "build"
1012026-03-13T03:47:29.910Z+ cargo --version
1022026-03-13T03:47:29.917Zinfo: syncing channel updates for 1.86.0-x86_64-unknown-illumos
1032026-03-13T03:47:30.074Zinfo: latest update on 2025-04-03 for version 1.86.0 (05f9846f8 2025-03-31)
1042026-03-13T03:47:30.077Zinfo: downloading 6 components
1052026-03-13T03:47:47.637Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1062026-03-13T03:47:47.640Z+ rustc --version
1072026-03-13T03:47:47.672Zrustc 1.86.0 (05f9846f8 2025-03-31)
1082026-03-13T03:47:47.676Z+ banner build
1092026-03-13T03:47:47.679Z
1102026-03-13T03:47:47.679Z ##### # # # # #####
1112026-03-13T03:47:47.679Z # # # # # # # #
1122026-03-13T03:47:47.679Z ##### # # # # # #
1132026-03-13T03:47:47.679Z # # # # # # # #
1142026-03-13T03:47:47.679Z # # # # # # # #
1152026-03-13T03:47:47.679Z ##### #### # ###### #####
1162026-03-13T03:47:47.679Z
1172026-03-13T03:47:47.682Z+ ptime -m cargo build
1182026-03-13T03:47:47.769Z Updating crates.io index
1192026-03-13T03:47:47.813Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1202026-03-13T03:47:48.080ZFrom https://github.com/oxidecomputer/dlpi-sys
1212026-03-13T03:47:48.080Z * [new ref] d9645f8d61187e76384474b1100f6537fb644993 -> refs/commit/d9645f8d61187e76384474b1100f6537fb644993
1222026-03-13T03:47:48.125Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1232026-03-13T03:47:48.417ZFrom https://github.com/jmesmon/rust-libzfs
1242026-03-13T03:47:48.417Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1252026-03-13T03:47:48.478Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1262026-03-13T03:47:48.743ZFrom https://github.com/oxidecomputer/rusty-doors
1272026-03-13T03:47:48.743Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1282026-03-13T03:47:49.961Z Downloading crates ...
1292026-03-13T03:47:50.070Z Downloaded aho-corasick v1.1.4
1302026-03-13T03:47:50.075Z Downloaded rand v0.10.0
1312026-03-13T03:47:50.081Z Downloaded clap_builder v4.6.0
1322026-03-13T03:47:50.086Z Downloaded rand_core v0.10.0
1332026-03-13T03:47:50.089Z Downloaded socket2 v0.6.3
1342026-03-13T03:47:50.092Z Downloaded tracing-attributes v0.1.31
1352026-03-13T03:47:50.094Z Downloaded getrandom v0.4.1
1362026-03-13T03:47:50.098Z Downloaded humantime v2.3.0
1372026-03-13T03:47:50.100Z Downloaded anstyle v1.0.13
1382026-03-13T03:47:50.103Z Downloaded foreign-types-shared v0.3.1
1392026-03-13T03:47:50.106Z Downloaded once_cell v1.21.3
1402026-03-13T03:47:50.113Z Downloaded anstream v1.0.0
1412026-03-13T03:47:50.121Z Downloaded serde_core v1.0.228
1422026-03-13T03:47:50.126Z Downloaded lazy_static v1.5.0
1432026-03-13T03:47:50.143Z Downloaded memchr v2.8.0
1442026-03-13T03:47:50.151Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1452026-03-13T03:47:50.194Z Downloaded syn v1.0.109
1462026-03-13T03:47:50.203Z Downloaded winnow v0.7.15
1472026-03-13T03:47:50.215Z Downloaded tracing v0.1.44
1482026-03-13T03:47:50.232Z Downloaded libc v0.2.183
1492026-03-13T03:47:50.290Z Downloaded foreign-types-macros v0.2.3
1502026-03-13T03:47:50.298Z Downloaded colorchoice v1.0.4
1512026-03-13T03:47:50.312Z Downloaded thiserror-impl v2.0.18
1522026-03-13T03:47:50.326Z Downloaded cstr-argument v0.1.2
1532026-03-13T03:47:50.331Z Downloaded colored v3.1.1
1542026-03-13T03:47:50.350Z Downloaded clap v4.6.0
1552026-03-13T03:47:50.368Z Downloaded clap_derive v4.6.0
1562026-03-13T03:47:50.372Z Downloaded toml_edit v0.23.10+spec-1.0.0
1572026-03-13T03:47:50.375Z Downloaded unicode-ident v1.0.24
1582026-03-13T03:47:50.378Z Downloaded num_enum_derive v0.7.5
1592026-03-13T03:47:50.380Z Downloaded equivalent v1.0.2
1602026-03-13T03:47:50.381Z Downloaded tabwriter v1.4.1
1612026-03-13T03:47:50.381Z Downloaded cpufeatures v0.3.0
1622026-03-13T03:47:50.387Z Downloaded foreign-types v0.5.0
1632026-03-13T03:47:50.390Z Downloaded log v0.4.29
1642026-03-13T03:47:50.393Z Downloaded proc-macro-crate v3.4.0
1652026-03-13T03:47:50.396Z Downloaded nu-ansi-term v0.50.3
1662026-03-13T03:47:50.398Z Downloaded rustversion v1.0.22
1672026-03-13T03:47:50.398Z Downloaded cfg-if v1.0.4
1682026-03-13T03:47:50.403Z Downloaded anyhow v1.0.102
1692026-03-13T03:47:50.406Z Downloaded syn v2.0.117
1702026-03-13T03:47:50.416Z Downloaded pretty-hex v0.4.1
1712026-03-13T03:47:50.419Z Downloaded oxnet v0.1.4
1722026-03-13T03:47:50.422Z Downloaded smallvec v1.15.1
1732026-03-13T03:47:50.429Z Downloaded num_enum v0.7.5
1742026-03-13T03:47:50.432Z Downloaded anstyle-query v1.1.5
1752026-03-13T03:47:50.435Z Downloaded anstyle-parse v1.0.0
1762026-03-13T03:47:50.435Z Downloaded thread_local v1.1.9
1772026-03-13T03:47:50.438Z Downloaded toml_parser v1.0.9+spec-1.1.0
1782026-03-13T03:47:50.443Z Downloaded tracing-core v0.1.36
1792026-03-13T03:47:50.446Z Downloaded chacha20 v0.10.0
1802026-03-13T03:47:50.453Z Downloaded strsim v0.11.1
1812026-03-13T03:47:50.456Z Downloaded matchers v0.2.0
1822026-03-13T03:47:50.460Z Downloaded heck v0.5.0
1832026-03-13T03:47:50.463Z Downloaded tracing-log v0.2.0
1842026-03-13T03:47:50.466Z Downloaded clap_lex v1.0.0
1852026-03-13T03:47:50.469Z Downloaded sharded-slab v0.1.7
1862026-03-13T03:47:50.475Z Downloaded pin-project-lite v0.2.16
1872026-03-13T03:47:50.479Z Downloaded indexmap v2.13.0
1882026-03-13T03:47:50.496Z Downloaded is_terminal_polyfill v1.70.2
1892026-03-13T03:47:50.527Z Downloaded utf8parse v0.2.2
1902026-03-13T03:47:50.558Z Downloaded unicode-width v0.2.2
1912026-03-13T03:47:50.563Z Downloaded regex-automata v0.4.14
1922026-03-13T03:47:50.576Z Downloaded quote v1.0.45
1932026-03-13T03:47:50.579Z Downloaded thiserror v2.0.18
1942026-03-13T03:47:50.583Z Downloaded proc-macro2 v1.0.106
1952026-03-13T03:47:50.601Z Downloaded regex-syntax v0.8.9
1962026-03-13T03:47:50.608Z Downloaded hashbrown v0.16.1
1972026-03-13T03:47:50.617Z Downloaded tracing-subscriber v0.3.22
1982026-03-13T03:47:50.698Z Compiling proc-macro2 v1.0.106
1992026-03-13T03:47:50.698Z Compiling unicode-ident v1.0.24
2002026-03-13T03:47:50.701Z Compiling quote v1.0.45
2012026-03-13T03:47:50.701Z Compiling libc v0.2.183
2022026-03-13T03:47:50.701Z Compiling cfg-if v1.0.4
2032026-03-13T03:47:50.701Z Compiling winnow v0.7.15
2042026-03-13T03:47:50.701Z Compiling equivalent v1.0.2
2052026-03-13T03:47:50.701Z Compiling hashbrown v0.16.1
2062026-03-13T03:47:50.774Z Compiling toml_datetime v0.7.5+spec-1.1.0
2072026-03-13T03:47:50.791Z Compiling syn v1.0.109
2082026-03-13T03:47:50.836Z Compiling rustversion v1.0.22
2092026-03-13T03:47:51.161Z Compiling once_cell v1.21.3
2102026-03-13T03:47:51.181Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2112026-03-13T03:47:51.226Z Compiling thiserror v2.0.18
2122026-03-13T03:47:51.303Z Compiling tracing-core v0.1.36
2132026-03-13T03:47:51.325Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2142026-03-13T03:47:51.398Z Compiling indexmap v2.13.0
2152026-03-13T03:47:51.467Z Compiling rand_core v0.10.0
2162026-03-13T03:47:51.576Z Compiling getrandom v0.4.1
2172026-03-13T03:47:51.641Z Compiling utf8parse v0.2.2
2182026-03-13T03:47:51.753Z Compiling anstyle-parse v1.0.0
2192026-03-13T03:47:51.903Z Compiling anstyle-query v1.1.5
2202026-03-13T03:47:51.964Z Compiling anyhow v1.0.102
2212026-03-13T03:47:52.011Z Compiling colorchoice v1.0.4
2222026-03-13T03:47:52.080Z Compiling memchr v2.8.0
2232026-03-13T03:47:52.128Z Compiling syn v2.0.117
2242026-03-13T03:47:52.195Z Compiling foreign-types-shared v0.3.1
2252026-03-13T03:47:52.201Z Compiling is_terminal_polyfill v1.70.2
2262026-03-13T03:47:52.284Z Compiling regex-syntax v0.8.9
2272026-03-13T03:47:52.284Z Compiling pin-project-lite v0.2.16
2282026-03-13T03:47:52.364Z Compiling anstyle v1.0.13
2292026-03-13T03:47:52.382Z Compiling cpufeatures v0.3.0
2302026-03-13T03:47:52.452Z Compiling chacha20 v0.10.0
2312026-03-13T03:47:52.627Z Compiling toml_parser v1.0.9+spec-1.1.0
2322026-03-13T03:47:52.661Z Compiling cstr-argument v0.1.2
2332026-03-13T03:47:52.735Z Compiling anstream v1.0.0
2342026-03-13T03:47:52.943Z Compiling lazy_static v1.5.0
2352026-03-13T03:47:52.970Z Compiling strsim v0.11.1
2362026-03-13T03:47:53.042Z Compiling heck v0.5.0
2372026-03-13T03:47:53.059Z Compiling pretty-hex v0.4.1
2382026-03-13T03:47:53.127Z Compiling toml_edit v0.23.10+spec-1.0.0
2392026-03-13T03:47:53.209Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2402026-03-13T03:47:53.290Z Compiling clap_lex v1.0.0
2412026-03-13T03:47:53.359Z Compiling log v0.4.29
2422026-03-13T03:47:53.461Z Compiling clap_builder v4.6.0
2432026-03-13T03:47:53.489Z Compiling regex-automata v0.4.14
2442026-03-13T03:47:53.577Z Compiling tracing-log v0.2.0
2452026-03-13T03:47:53.603Z Compiling sharded-slab v0.1.7
2462026-03-13T03:47:53.873Z Compiling proc-macro-crate v3.4.0
2472026-03-13T03:47:54.342Z Compiling rand v0.10.0
2482026-03-13T03:47:54.475Z Compiling socket2 v0.6.3
2492026-03-13T03:47:54.928Z Compiling thread_local v1.1.9
2502026-03-13T03:47:55.084Z Compiling oxnet v0.1.4
2512026-03-13T03:47:55.185Z Compiling colored v3.1.1
2522026-03-13T03:47:55.249Z Compiling unicode-width v0.2.2
2532026-03-13T03:47:55.252Z Compiling smallvec v1.15.1
2542026-03-13T03:47:55.405Z Compiling nu-ansi-term v0.50.3
2552026-03-13T03:47:55.507Z Compiling humantime v2.3.0
2562026-03-13T03:47:55.593Z Compiling matchers v0.2.0
2572026-03-13T03:47:55.688Z Compiling tabwriter v1.4.1
2582026-03-13T03:47:56.361Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2592026-03-13T03:47:56.671Z Compiling foreign-types-macros v0.2.3
2602026-03-13T03:47:56.711Z Compiling num_enum_derive v0.7.5
2612026-03-13T03:47:56.810Z Compiling thiserror-impl v2.0.18
2622026-03-13T03:47:56.888Z Compiling tracing-attributes v0.1.31
2632026-03-13T03:47:56.946Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2642026-03-13T03:47:56.963Z Compiling clap_derive v4.6.0
2652026-03-13T03:47:57.486Z Compiling foreign-types v0.5.0
2662026-03-13T03:47:57.561Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2672026-03-13T03:47:57.800Z Compiling num_enum v0.7.5
2682026-03-13T03:47:58.141Z Compiling tracing v0.1.44
2692026-03-13T03:47:58.176Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2702026-03-13T03:47:58.316Z Compiling tracing-subscriber v0.3.22
2712026-03-13T03:47:58.623Z Compiling clap v4.6.0
2722026-03-13T03:48:00.017Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2732026-03-13T03:48:02.675Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 14.98s
2742026-03-13T03:48:02.744Z
2752026-03-13T03:48:02.747Zreal 15.049191969
2762026-03-13T03:48:02.747Zuser 54.760270448
2772026-03-13T03:48:02.747Zsys 10.121656351
2782026-03-13T03:48:02.747Ztrap 0.041476469
2792026-03-13T03:48:02.747Ztflt 0.094419261
2802026-03-13T03:48:02.747Zdflt 0.081479172
2812026-03-13T03:48:02.747Zkflt 0.002114653
2822026-03-13T03:48:02.747Zlock 1:02.638484449
2832026-03-13T03:48:02.747Zslp 3:19.366707976
2842026-03-13T03:48:02.747Zlat 3.637517953
2852026-03-13T03:48:02.747Zstop 4.187593090
2862026-03-13T03:48:02.747Z+ ptime -m cargo build --release
2872026-03-13T03:48:02.817Z Compiling proc-macro2 v1.0.106
2882026-03-13T03:48:02.817Z Compiling unicode-ident v1.0.24
2892026-03-13T03:48:02.820Z Compiling quote v1.0.45
2902026-03-13T03:48:02.820Z Compiling libc v0.2.183
2912026-03-13T03:48:02.820Z Compiling cfg-if v1.0.4
2922026-03-13T03:48:02.820Z Compiling equivalent v1.0.2
2932026-03-13T03:48:02.820Z Compiling hashbrown v0.16.1
2942026-03-13T03:48:02.820Z Compiling winnow v0.7.15
2952026-03-13T03:48:02.893Z Compiling toml_datetime v0.7.5+spec-1.1.0
2962026-03-13T03:48:02.905Z Compiling rustversion v1.0.22
2972026-03-13T03:48:02.946Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2982026-03-13T03:48:03.143Z Compiling syn v1.0.109
2992026-03-13T03:48:03.225Z Compiling once_cell v1.21.3
3002026-03-13T03:48:03.244Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3012026-03-13T03:48:03.373Z Compiling utf8parse v0.2.2
3022026-03-13T03:48:03.484Z Compiling indexmap v2.13.0
3032026-03-13T03:48:03.494Z Compiling tracing-core v0.1.36
3042026-03-13T03:48:03.497Z Compiling thiserror v2.0.18
3052026-03-13T03:48:03.501Z Compiling rand_core v0.10.0
3062026-03-13T03:48:03.574Z Compiling getrandom v0.4.1
3072026-03-13T03:48:03.690Z Compiling anstyle-parse v1.0.0
3082026-03-13T03:48:03.904Z Compiling cpufeatures v0.3.0
3092026-03-13T03:48:03.971Z Compiling anstyle-query v1.1.5
3102026-03-13T03:48:04.073Z Compiling anyhow v1.0.102
3112026-03-13T03:48:04.149Z Compiling syn v2.0.117
3122026-03-13T03:48:04.218Z Compiling memchr v2.8.0
3132026-03-13T03:48:04.269Z Compiling pin-project-lite v0.2.16
3142026-03-13T03:48:04.370Z Compiling anstyle v1.0.13
3152026-03-13T03:48:04.526Z Compiling foreign-types-shared v0.3.1
3162026-03-13T03:48:04.575Z Compiling colorchoice v1.0.4
3172026-03-13T03:48:04.616Z Compiling toml_parser v1.0.9+spec-1.1.0
3182026-03-13T03:48:04.688Z Compiling is_terminal_polyfill v1.70.2
3192026-03-13T03:48:04.694Z Compiling regex-syntax v0.8.9
3202026-03-13T03:48:04.765Z Compiling cstr-argument v0.1.2
3212026-03-13T03:48:04.779Z Compiling anstream v1.0.0
3222026-03-13T03:48:04.944Z Compiling chacha20 v0.10.0
3232026-03-13T03:48:05.158Z Compiling toml_edit v0.23.10+spec-1.0.0
3242026-03-13T03:48:05.454Z Compiling pretty-hex v0.4.1
3252026-03-13T03:48:05.486Z Compiling log v0.4.29
3262026-03-13T03:48:05.489Z Compiling heck v0.5.0
3272026-03-13T03:48:05.516Z Compiling strsim v0.11.1
3282026-03-13T03:48:05.608Z Compiling lazy_static v1.5.0
3292026-03-13T03:48:05.706Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3302026-03-13T03:48:05.714Z Compiling clap_lex v1.0.0
3312026-03-13T03:48:05.766Z Compiling sharded-slab v0.1.7
3322026-03-13T03:48:05.966Z Compiling proc-macro-crate v3.4.0
3332026-03-13T03:48:06.143Z Compiling regex-automata v0.4.14
3342026-03-13T03:48:06.392Z Compiling clap_builder v4.6.0
3352026-03-13T03:48:06.531Z Compiling tracing-log v0.2.0
3362026-03-13T03:48:06.589Z Compiling rand v0.10.0
3372026-03-13T03:48:06.943Z Compiling socket2 v0.6.3
3382026-03-13T03:48:07.562Z Compiling thread_local v1.1.9
3392026-03-13T03:48:07.616Z Compiling oxnet v0.1.4
3402026-03-13T03:48:07.941Z Compiling colored v3.1.1
3412026-03-13T03:48:08.066Z Compiling unicode-width v0.2.2
3422026-03-13T03:48:08.442Z Compiling nu-ansi-term v0.50.3
3432026-03-13T03:48:08.760Z Compiling matchers v0.2.0
3442026-03-13T03:48:08.921Z Compiling smallvec v1.15.1
3452026-03-13T03:48:09.168Z Compiling tabwriter v1.4.1
3462026-03-13T03:48:09.223Z Compiling humantime v2.3.0
3472026-03-13T03:48:09.237Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3482026-03-13T03:48:09.601Z Compiling foreign-types-macros v0.2.3
3492026-03-13T03:48:09.653Z Compiling num_enum_derive v0.7.5
3502026-03-13T03:48:09.784Z Compiling thiserror-impl v2.0.18
3512026-03-13T03:48:09.856Z Compiling tracing-attributes v0.1.31
3522026-03-13T03:48:10.414Z Compiling foreign-types v0.5.0
3532026-03-13T03:48:10.437Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3542026-03-13T03:48:10.491Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3552026-03-13T03:48:10.561Z Compiling clap_derive v4.6.0
3562026-03-13T03:48:11.000Z Compiling num_enum v0.7.5
3572026-03-13T03:48:11.539Z Compiling tracing v0.1.44
3582026-03-13T03:48:11.582Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3592026-03-13T03:48:11.829Z Compiling tracing-subscriber v0.3.22
3602026-03-13T03:48:12.779Z Compiling clap v4.6.0
3612026-03-13T03:48:15.603Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3622026-03-13T03:48:19.391Z Finished `release` profile [optimized] target(s) in 16.63s
3632026-03-13T03:48:19.412Z
3642026-03-13T03:48:19.416Zreal 16.659321870
3652026-03-13T03:48:19.416Zuser 1:37.828810793
3662026-03-13T03:48:19.416Zsys 9.557637836
3672026-03-13T03:48:19.416Ztrap 0.055472673
3682026-03-13T03:48:19.416Ztflt 0.138697871
3692026-03-13T03:48:19.416Zdflt 0.181034288
3702026-03-13T03:48:19.416Zkflt 0.000012328
3712026-03-13T03:48:19.416Zlock 2:39.793378054
3722026-03-13T03:48:19.417Zslp 5:10.009547157
3732026-03-13T03:48:19.417Zlat 5.944559851
3742026-03-13T03:48:19.417Zstop 5.283045714
3752026-03-13T03:48:19.417Z+ for x in debug release
3762026-03-13T03:48:19.417Z+ mkdir -p /work/debug
3772026-03-13T03:48:19.417Z+ cp target/debug/netadm /work/debug/netadm
3782026-03-13T03:48:19.443Z+ for x in debug release
3792026-03-13T03:48:19.443Z+ mkdir -p /work/release
3802026-03-13T03:48:19.448Z+ cp target/release/netadm /work/release/netadm
3812026-03-13T03:48:19.452Z+ banner check
3822026-03-13T03:48:19.460Z
3832026-03-13T03:48:19.460Z #### # # ###### #### # #
3842026-03-13T03:48:19.460Z # # # # # # # # #
3852026-03-13T03:48:19.461Z # ###### ##### # ####
3862026-03-13T03:48:19.461Z # # # # # # #
3872026-03-13T03:48:19.461Z # # # # # # # # #
3882026-03-13T03:48:19.461Z #### # # ###### #### # #
3892026-03-13T03:48:19.461Z
3902026-03-13T03:48:19.461Z+ cargo fmt -- --check
3912026-03-13T03:48:19.596Z+ cargo clippy --all-targets -- --deny warnings
3922026-03-13T03:48:19.812Z Checking cfg-if v1.0.4
3932026-03-13T03:48:19.812Z Compiling winnow v0.7.15
3942026-03-13T03:48:19.815Z Checking libc v0.2.183
3952026-03-13T03:48:19.815Z Checking once_cell v1.21.3
3962026-03-13T03:48:19.815Z Checking rand_core v0.10.0
3972026-03-13T03:48:19.823Z Checking foreign-types-shared v0.3.1
3982026-03-13T03:48:19.826Z Checking pin-project-lite v0.2.16
3992026-03-13T03:48:19.826Z Checking memchr v2.8.0
4002026-03-13T03:48:19.866Z Checking cpufeatures v0.3.0
4012026-03-13T03:48:19.890Z Checking foreign-types v0.5.0
4022026-03-13T03:48:19.901Z Checking thiserror v2.0.18
4032026-03-13T03:48:19.925Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4042026-03-13T03:48:19.952Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4052026-03-13T03:48:19.956Z Checking chacha20 v0.10.0
4062026-03-13T03:48:19.989Z Checking pretty-hex v0.4.1
4072026-03-13T03:48:19.992Z Checking tracing-core v0.1.36
4082026-03-13T03:48:20.016Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4092026-03-13T03:48:20.050Z Checking anyhow v1.0.102
4102026-03-13T03:48:20.099Z Checking utf8parse v0.2.2
4112026-03-13T03:48:20.177Z Checking oxnet v0.1.4
4122026-03-13T03:48:20.194Z Checking colored v3.1.1
4132026-03-13T03:48:20.226Z Checking getrandom v0.4.1
4142026-03-13T03:48:20.274Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4152026-03-13T03:48:20.278Z Checking cstr-argument v0.1.2
4162026-03-13T03:48:20.299Z Checking socket2 v0.6.3
4172026-03-13T03:48:20.355Z Checking tracing v0.1.44
4182026-03-13T03:48:20.369Z Checking anstyle-parse v1.0.0
4192026-03-13T03:48:20.372Z Checking rand v0.10.0
4202026-03-13T03:48:20.384Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4212026-03-13T03:48:20.410Z Checking anstyle v1.0.13
4222026-03-13T03:48:20.528Z Checking colorchoice v1.0.4
4232026-03-13T03:48:20.558Z Checking anstyle-query v1.1.5
4242026-03-13T03:48:20.561Z Checking is_terminal_polyfill v1.70.2
4252026-03-13T03:48:20.581Z Checking regex-syntax v0.8.9
4262026-03-13T03:48:20.610Z Checking strsim v0.11.1
4272026-03-13T03:48:20.616Z Checking lazy_static v1.5.0
4282026-03-13T03:48:20.633Z Checking clap_lex v1.0.0
4292026-03-13T03:48:20.636Z Checking anstream v1.0.0
4302026-03-13T03:48:20.698Z Checking log v0.4.29
4312026-03-13T03:48:20.778Z Checking sharded-slab v0.1.7
4322026-03-13T03:48:20.787Z Checking thread_local v1.1.9
4332026-03-13T03:48:20.850Z Checking clap_builder v4.6.0
4342026-03-13T03:48:20.876Z Checking tracing-log v0.2.0
4352026-03-13T03:48:20.954Z Checking unicode-width v0.2.2
4362026-03-13T03:48:20.957Z Checking nu-ansi-term v0.50.3
4372026-03-13T03:48:21.019Z Checking smallvec v1.15.1
4382026-03-13T03:48:21.183Z Checking humantime v2.3.0
4392026-03-13T03:48:21.253Z Checking tabwriter v1.4.1
4402026-03-13T03:48:21.516Z Compiling toml_parser v1.0.9+spec-1.1.0
4412026-03-13T03:48:21.555Z Checking regex-automata v0.4.14
4422026-03-13T03:48:21.917Z Compiling toml_edit v0.23.10+spec-1.0.0
4432026-03-13T03:48:22.404Z Checking clap v4.6.0
4442026-03-13T03:48:22.514Z Compiling proc-macro-crate v3.4.0
4452026-03-13T03:48:22.855Z Compiling num_enum_derive v0.7.5
4462026-03-13T03:48:23.071Z Checking matchers v0.2.0
4472026-03-13T03:48:23.175Z Checking tracing-subscriber v0.3.22
4482026-03-13T03:48:23.782Z Checking num_enum v0.7.5
4492026-03-13T03:48:23.874Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4502026-03-13T03:48:25.390Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4512026-03-13T03:48:26.382Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.73s
4522026-03-13T03:48:26.410Z+ banner pre-test
4532026-03-13T03:48:26.412Z
4542026-03-13T03:48:26.413Z ##### ##### ###### ##### ###### #### #####
4552026-03-13T03:48:26.413Z # # # # # # # # #
4562026-03-13T03:48:26.413Z # # # # ##### ##### # ##### #### #
4572026-03-13T03:48:26.413Z ##### ##### # # # # #
4582026-03-13T03:48:26.413Z # # # # # # # # #
4592026-03-13T03:48:26.413Z # # # ###### # ###### #### #
4602026-03-13T03:48:26.413Z
4612026-03-13T03:48:26.413Z+ uname -a
4622026-03-13T03:48:26.413ZSunOS w-01KKJMS6Q227YMNHQEEA7C97SR 5.11 helios-2.0.23457 i86pc i386 i86pc
4632026-03-13T03:48:26.413Z+ ./target/debug/netadm show links
4642026-03-13T03:48:26.417ZId Name Flags Class State MAC MTU
4652026-03-13T03:48:26.417Z-- ---- ----- ----- ----- --- ---
4662026-03-13T03:48:26.417Z1 ena0 active persistent physical up 06:12:ee:6f:e1:35 9216
4672026-03-13T03:48:26.420Z+ ./target/debug/netadm show addrs
4682026-03-13T03:48:26.423ZName Type State Address Interface Index
4692026-03-13T03:48:26.423Z---- ------ ----- ------- ---------------
4702026-03-13T03:48:26.423Zena0/dhcp dhcp ok 10.150.1.187/24 2
4712026-03-13T03:48:26.423Zlo0/v4 static ok 127.0.0.1/8 1
4722026-03-13T03:48:26.423Zlo0/v6 static ok ::1/128 1
4732026-03-13T03:48:26.423Z+ banner test
4742026-03-13T03:48:26.426Z
4752026-03-13T03:48:26.426Z ##### ###### #### #####
4762026-03-13T03:48:26.426Z # # # #
4772026-03-13T03:48:26.426Z # ##### #### #
4782026-03-13T03:48:26.426Z # # # #
4792026-03-13T03:48:26.426Z # # # # #
4802026-03-13T03:48:26.426Z # ###### #### #
4812026-03-13T03:48:26.426Z
4822026-03-13T03:48:26.426Z+ pfexec ptime -m cargo test
4832026-03-13T03:48:26.597Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4842026-03-13T03:48:26.600Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4852026-03-13T03:48:27.971Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.53s
4862026-03-13T03:48:27.986Z Running unittests src/lib.rs (target/debug/deps/libnet-d9714bb1e15fb675)
4872026-03-13T03:48:27.995Z
4882026-03-13T03:48:27.996Zrunning 0 tests
4892026-03-13T03:48:27.996Z
4902026-03-13T03:48:27.999Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
4912026-03-13T03:48:27.999Z
4922026-03-13T03:48:27.999Z Running tests/ip.rs (target/debug/deps/ip-bdbca063c83c1a5d)
4932026-03-13T03:48:28.002Z
4942026-03-13T03:48:28.002Zrunning 4 tests
4952026-03-13T03:48:28.002Ztest test_get_addresses ... ok
4962026-03-13T03:48:28.003Ztest test_address_consistency ... ok
4972026-03-13T03:48:28.003Ztest test_v6_static_lifecycle ... ok
4982026-03-13T03:48:28.005Ztest test_v6_local_lifecycle ... ok
4992026-03-13T03:48:28.005Z
5002026-03-13T03:48:28.005Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5012026-03-13T03:48:28.005Z
5022026-03-13T03:48:28.008Z Running tests/link.rs (target/debug/deps/link-1d203f5f3764f662)
5032026-03-13T03:48:28.011Z
5042026-03-13T03:48:28.011Zrunning 5 tests
5052026-03-13T03:48:28.014Ztest test_simnet_lifecycle ... ok
5062026-03-13T03:48:28.017Ztest test_simnet_connect ... ok
5072026-03-13T03:48:28.017Ztest test_get_links ... ok
5082026-03-13T03:48:28.017Ztest test_link_consistency ... ok
5092026-03-13T03:48:28.017Ztest test_vnic_lifecycle ... ok
5102026-03-13T03:48:28.017Z
5112026-03-13T03:48:28.017Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5122026-03-13T03:48:28.017Z
5132026-03-13T03:48:28.017Z Running unittests src/main.rs (target/debug/deps/netadm-9b2adf053fbf1ad3)
5142026-03-13T03:48:28.020Z
5152026-03-13T03:48:28.020Zrunning 0 tests
5162026-03-13T03:48:28.023Z
5172026-03-13T03:48:28.023Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5182026-03-13T03:48:28.023Z
5192026-03-13T03:48:28.023Z Doc-tests libnet
5202026-03-13T03:48:28.244Z
5212026-03-13T03:48:28.244Zrunning 0 tests
5222026-03-13T03:48:28.244Z
5232026-03-13T03:48:28.245Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5242026-03-13T03:48:28.245Z
5252026-03-13T03:48:28.265Z
5262026-03-13T03:48:28.268Zreal 1.830923040
5272026-03-13T03:48:28.268Zuser 3.145662265
5282026-03-13T03:48:28.268Zsys 1.127178158
5292026-03-13T03:48:28.268Ztrap 0.000371385
5302026-03-13T03:48:28.268Ztflt 0.000401095
5312026-03-13T03:48:28.268Zdflt 0.002260878
5322026-03-13T03:48:28.269Zkflt 0.000001999
5332026-03-13T03:48:28.269Zlock 3.251023093
5342026-03-13T03:48:28.269Zslp 14.981088050
5352026-03-13T03:48:28.269Zlat 0.009103020
5362026-03-13T03:48:28.269Zstop 0.404428049
5372026-03-13T03:48:28.269Z+ pfexec ptime -m cargo test --release
5382026-03-13T03:48:28.343Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5392026-03-13T03:48:28.347Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5402026-03-13T03:48:29.607Z Finished `release` profile [optimized] target(s) in 1.32s
5412026-03-13T03:48:29.622Z Running unittests src/lib.rs (target/release/deps/libnet-a5b6a68de35c10f5)
5422026-03-13T03:48:29.632Z
5432026-03-13T03:48:29.632Zrunning 0 tests
5442026-03-13T03:48:29.632Z
5452026-03-13T03:48:29.635Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5462026-03-13T03:48:29.635Z
5472026-03-13T03:48:29.635Z Running tests/ip.rs (target/release/deps/ip-7c2bba804cd1e393)
5482026-03-13T03:48:29.638Z
5492026-03-13T03:48:29.638Zrunning 4 tests
5502026-03-13T03:48:29.638Ztest test_get_addresses ... ok
5512026-03-13T03:48:29.638Ztest test_address_consistency ... ok
5522026-03-13T03:48:29.641Ztest test_v6_static_lifecycle ... ok
5532026-03-13T03:48:29.641Ztest test_v6_local_lifecycle ... ok
5542026-03-13T03:48:29.641Z
5552026-03-13T03:48:29.641Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5562026-03-13T03:48:29.641Z
5572026-03-13T03:48:29.644Z Running tests/link.rs (target/release/deps/link-9923e8f5ccf54597)
5582026-03-13T03:48:29.647Z
5592026-03-13T03:48:29.647Zrunning 5 tests
5602026-03-13T03:48:29.650Ztest test_simnet_lifecycle ... ok
5612026-03-13T03:48:29.652Ztest test_get_links ... ok
5622026-03-13T03:48:29.652Ztest test_link_consistency ... ok
5632026-03-13T03:48:29.653Ztest test_simnet_connect ... ok
5642026-03-13T03:48:29.653Ztest test_vnic_lifecycle ... ok
5652026-03-13T03:48:29.653Z
5662026-03-13T03:48:29.653Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5672026-03-13T03:48:29.653Z
5682026-03-13T03:48:29.653Z Running unittests src/main.rs (target/release/deps/netadm-765eb00034ec66b1)
5692026-03-13T03:48:29.656Z
5702026-03-13T03:48:29.656Zrunning 0 tests
5712026-03-13T03:48:29.656Z
5722026-03-13T03:48:29.656Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5732026-03-13T03:48:29.656Z
5742026-03-13T03:48:29.656Z Doc-tests libnet
5752026-03-13T03:48:29.870Z
5762026-03-13T03:48:29.870Zrunning 0 tests
5772026-03-13T03:48:29.870Z
5782026-03-13T03:48:29.870Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5792026-03-13T03:48:29.870Z
5802026-03-13T03:48:29.891Z
5812026-03-13T03:48:29.894Zreal 1.615812998
5822026-03-13T03:48:29.894Zuser 3.188849165
5832026-03-13T03:48:29.894Zsys 0.987191232
5842026-03-13T03:48:29.894Ztrap 0.000548171
5852026-03-13T03:48:29.894Ztflt 0.048729902
5862026-03-13T03:48:29.894Zdflt 0.020424452
5872026-03-13T03:48:29.894Zkflt 0.000000000
5882026-03-13T03:48:29.894Zlock 3.862466826
5892026-03-13T03:48:29.894Zslp 12.542417180
5902026-03-13T03:48:29.894Zlat 0.004935704
5912026-03-13T03:48:29.894Zstop 0.405228813
5922026-03-13T03:48:29.894Z+ banner post-test
5932026-03-13T03:48:29.894Z
5942026-03-13T03:48:29.894Z ##### #### #### ##### ##### ###### #### #####
5952026-03-13T03:48:29.895Z # # # # # # # # # #
5962026-03-13T03:48:29.895Z # # # # #### # ##### # ##### #### #
5972026-03-13T03:48:29.895Z ##### # # # # # # # #
5982026-03-13T03:48:29.895Z # # # # # # # # # # #
5992026-03-13T03:48:29.895Z # #### #### # # ###### #### #
6002026-03-13T03:48:29.895Z
6012026-03-13T03:48:29.895Z+ ./target/debug/netadm show links
6022026-03-13T03:48:29.899ZId Name Flags Class State MAC MTU
6032026-03-13T03:48:29.899Z-- ---- ----- ----- ----- --- ---
6042026-03-13T03:48:29.899Z1 ena0 active persistent physical up 06:12:ee:6f:e1:35 9216
6052026-03-13T03:48:29.901Z+ ./target/debug/netadm show addrs
6062026-03-13T03:48:29.905ZName Type State Address Interface Index
6072026-03-13T03:48:29.905Z---- ------ ----- ------- ---------------
6082026-03-13T03:48:29.905Zena0/dhcp dhcp ok 10.150.1.187/24 2
6092026-03-13T03:48:29.905Zlo0/v4 static ok 127.0.0.1/8 1
6102026-03-13T03:48:29.905Zlo0/v6 static ok ::1/128 1
6112026-03-13T03:48:29.905Zprocess exited: duration 59991 ms, exit code 0
 
6122026-03-13T03:48:29.916Zfound 2 output files
6132026-03-13T03:48:29.916Zuploading: /work/debug/netadm (42360400 bytes)
6142026-03-13T03:48:31.395Zuploaded: /work/debug/netadm
6152026-03-13T03:48:31.399Zuploading: /work/release/netadm (6295512 bytes)
6162026-03-13T03:48:32.479Zuploaded: /work/release/netadm