01M2YTQVVJT8EC6XTKB89K00FD: 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: 01M2YTR3GHBSB20WH71XDZMK28

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-09-20T07:16:59.523Zjob assigned to worker 01M2YTR7NP2HRK2H04MK3HT7WK [factory aws, i-0e21a416177d0cbb5] (queued for 54 s)
 
22026-09-20T07:17:06.682Zstarting task 0: "setup"
32026-09-20T07:17:06.687Z++ uname -s
42026-09-20T07:17:06.690Z+ kern=SunOS
52026-09-20T07:17:06.690Z+ build_user=build
62026-09-20T07:17:06.690Z+ build_uid=12345
72026-09-20T07:17:06.690Z+ work_dir=/work
82026-09-20T07:17:06.690Z+ input_dir=/input
92026-09-20T07:17:06.690Z+ [[ 0 == 12345 ]]
102026-09-20T07:17:06.690Z+ case "$kern" in
112026-09-20T07:17:06.690Z+ groupadd -g 12345 build
122026-09-20T07:17:06.693Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-09-20T07:17:08.695Z+ zfs create -o mountpoint=/work rpool/work
142026-09-20T07:17:08.807Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-09-20T07:17:08.810Z+ home_fs=zfs
162026-09-20T07:17:08.810Z+ [[ zfs == autofs ]]
172026-09-20T07:17:08.810Z+ mkdir -p /home/build
182026-09-20T07:17:08.810Z+ chown build:build /home/build /work
192026-09-20T07:17:10.811Z+ chmod 0700 /home/build /work
202026-09-20T07:17:10.814Zprocess exited: duration 4130 ms, exit code 0
 
212026-09-20T07:17:10.820Zstarting task 1: "rust-toolchain"
222026-09-20T07:17:10.824Z+ printf ' * rust toolchain channel = "%s"\n' stable
232026-09-20T07:17:10.824Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-09-20T07:17:10.824Z * rust toolchain channel = "stable"
252026-09-20T07:17:10.824Z * rust toolchain profile = "default"
262026-09-20T07:17:10.826Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-09-20T07:17:10.826Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-09-20T07:17:10.826Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-09-20T07:17:10.827Z+ /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default
302026-09-20T07:17:10.945Zinfo: downloading installer
312026-09-20T07:17:12.210Zwarn: It looks like you have an existing installation of Rust at:
322026-09-20T07:17:12.210Zwarn: /opt/ooce/bin
332026-09-20T07:17:12.210Zwarn: This could mean one of the following:
342026-09-20T07:17:12.210Zwarn: - You have already installed rustup: you can quit the installer right now.
352026-09-20T07:17:12.210Zwarn: - You haven't installed rustup yet, but have Rust installed from elsewhere.
362026-09-20T07:17:12.210Zwarn: In the latter case, rustup can coexist with and adopt your existing Rust.
372026-09-20T07:17:12.210Zwarn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes,
382026-09-20T07:17:12.210Zwarn: or pass `-y` to ignore all ignorable checks, then follow the instructions at:
392026-09-20T07:17:12.210Zwarn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html>
402026-09-20T07:17:12.211Zerror: cannot install while Rust is installed
412026-09-20T07:17:12.211Zwarn: continuing (because the -y flag is set and the error is ignorable)
422026-09-20T07:17:12.224Zinfo: profile set to default
432026-09-20T07:17:12.224Zinfo: default host tuple is x86_64-unknown-illumos
442026-09-20T07:17:12.228Zinfo: syncing channel updates for stable-x86_64-unknown-illumos
452026-09-20T07:17:12.364Zinfo: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01)
462026-09-20T07:17:12.367Zinfo: downloading 6 components
472026-09-20T07:17:28.082Zinfo: default toolchain set to stable-x86_64-unknown-illumos
482026-09-20T07:17:28.082Z
492026-09-20T07:17:28.107Z stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01)
502026-09-20T07:17:28.107Z
512026-09-20T07:17:28.110Z
522026-09-20T07:17:28.110ZRust is installed now. Great!
532026-09-20T07:17:28.110Z
542026-09-20T07:17:28.111ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
552026-09-20T07:17:28.111Zenvironment variable. This has not been done automatically.
562026-09-20T07:17:28.111Z
572026-09-20T07:17:28.111ZTo configure your current shell, you need to source
582026-09-20T07:17:28.111Zthe corresponding env file under $HOME/.cargo.
592026-09-20T07:17:28.111Z
602026-09-20T07:17:28.111ZConsider running the right command for your shell (note the leading DOT):
612026-09-20T07:17:28.111Z. "$HOME/.cargo/env" # For sh/ash/dash/pdksh
622026-09-20T07:17:28.111Zcargo:rerun-if-env-changed=CC_x86_64-unknown-illumos
632026-09-20T07:17:28.111ZCC_x86_64-unknown-illumos = None
642026-09-20T07:17:28.111Zcargo:rerun-if-env-changed=CC_x86_64_unknown_illumos
652026-09-20T07:17:28.111ZCC_x86_64_unknown_illumos = None
662026-09-20T07:17:28.111Zcargo:rerun-if-env-changed=HOST_CC
672026-09-20T07:17:28.111ZHOST_CC = None
682026-09-20T07:17:28.111Zcargo:rerun-if-env-changed=CC
692026-09-20T07:17:28.111ZCC = None
702026-09-20T07:17:28.111Zcargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT
712026-09-20T07:17:28.280Zcargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS
722026-09-20T07:17:28.280ZCRATE_CC_NO_DEFAULTS = None
732026-09-20T07:17:28.280Zcargo:rerun-if-env-changed=CFLAGS
742026-09-20T07:17:28.280ZCFLAGS = None
752026-09-20T07:17:28.280Zcargo:rerun-if-env-changed=HOST_CFLAGS
762026-09-20T07:17:28.280ZHOST_CFLAGS = None
772026-09-20T07:17:28.280Zcargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos
782026-09-20T07:17:28.280ZCFLAGS_x86_64_unknown_illumos = None
792026-09-20T07:17:28.280Zcargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos
802026-09-20T07:17:28.280ZCFLAGS_x86_64-unknown-illumos = None
812026-09-20T07:17:28.381Z+ rustup --version
822026-09-20T07:17:28.388Zrustup 1.29.1 (d95a37b6a 2026-08-13)
832026-09-20T07:17:28.392Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
842026-09-20T07:17:28.409Zinfo: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)`
852026-09-20T07:17:28.412Z+ cargo --version
862026-09-20T07:17:28.425Zcargo 1.98.1 (797e8a9bc 2026-08-05)
872026-09-20T07:17:28.428Z+ rustc --version
882026-09-20T07:17:28.446Zrustc 1.98.1 (48a229cea 2026-09-01)
892026-09-20T07:17:28.451Zprocess exited: duration 17626 ms, exit code 0
 
902026-09-20T07:17:28.457Zstarting task 2: "authentication"
912026-09-20T07:17:28.473Zprocess exited: duration 16 ms, exit code 0
 
922026-09-20T07:17:28.479Zstarting task 3: "clone repository"
932026-09-20T07:17:28.482Z+ mkdir -p /work/oxidecomputer/netadm-sys
942026-09-20T07:17:28.485Z+ git clone https://github.com/oxidecomputer/netadm-sys /work/oxidecomputer/netadm-sys
952026-09-20T07:17:28.516ZCloning into '/work/oxidecomputer/netadm-sys'...
962026-09-20T07:17:29.215Z+ cd /work/oxidecomputer/netadm-sys
972026-09-20T07:17:29.215Z+ git fetch origin f4c730d1bfa53e80f8b7ca8cf2395a31a2dbb4dd
982026-09-20T07:17:29.504ZFrom https://github.com/oxidecomputer/netadm-sys
992026-09-20T07:17:29.504Z * branch f4c730d1bfa53e80f8b7ca8cf2395a31a2dbb4dd -> FETCH_HEAD
1002026-09-20T07:17:29.509Z+ [[ -n renovate/rand ]]
1012026-09-20T07:17:29.512Z++ git branch --show-current
1022026-09-20T07:17:29.512Z+ current=main
1032026-09-20T07:17:29.512Z+ [[ main != renovate/rand ]]
1042026-09-20T07:17:29.512Z+ git branch -f renovate/rand f4c730d1bfa53e80f8b7ca8cf2395a31a2dbb4dd
1052026-09-20T07:17:29.515Z+ git checkout -f renovate/rand
1062026-09-20T07:17:29.518ZSwitched to branch 'renovate/rand'
1072026-09-20T07:17:29.521Z+ git reset --hard f4c730d1bfa53e80f8b7ca8cf2395a31a2dbb4dd
1082026-09-20T07:17:29.524ZHEAD is now at f4c730d Update Rust crate rand to 0.10.3
1092026-09-20T07:17:29.524Zprocess exited: duration 1043 ms, exit code 0
 
1102026-09-20T07:17:29.529Zstarting task 4: "build"
1112026-09-20T07:17:29.533Z+ cargo --version
1122026-09-20T07:17:29.538Zinfo: syncing channel updates for 1.86.0-x86_64-unknown-illumos
1132026-09-20T07:17:29.677Zinfo: latest update on 2025-04-03 for version 1.86.0 (05f9846f8 2025-03-31)
1142026-09-20T07:17:29.680Zinfo: downloading 6 components
1152026-09-20T07:17:44.883Zwarn: the missing active toolchain `1.86.0-x86_64-unknown-illumos` has been auto-installed
1162026-09-20T07:17:44.883Zwarn: this might cause rustup commands to take longer time to finish than expected
1172026-09-20T07:17:44.883Zinfo: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable`
1182026-09-20T07:17:44.960Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1192026-09-20T07:17:44.963Z+ rustc --version
1202026-09-20T07:17:44.988Zrustc 1.86.0 (05f9846f8 2025-03-31)
1212026-09-20T07:17:44.991Z+ banner build
1222026-09-20T07:17:44.994Z
1232026-09-20T07:17:44.994Z ##### # # # # #####
1242026-09-20T07:17:44.994Z # # # # # # # #
1252026-09-20T07:17:44.995Z ##### # # # # # #
1262026-09-20T07:17:44.995Z # # # # # # # #
1272026-09-20T07:17:44.995Z # # # # # # # #
1282026-09-20T07:17:44.995Z ##### #### # ###### #####
1292026-09-20T07:17:44.995Z
1302026-09-20T07:17:44.995Z+ ptime -m cargo build
1312026-09-20T07:17:45.065Z Updating crates.io index
1322026-09-20T07:17:45.099Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1332026-09-20T07:17:45.415ZFrom https://github.com/oxidecomputer/dlpi-sys
1342026-09-20T07:17:45.415Z * [new ref] 7cce2d3ab9dcac909642e1d1060f27bb2549cfdc -> refs/commit/7cce2d3ab9dcac909642e1d1060f27bb2549cfdc
1352026-09-20T07:17:45.456Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-09-20T07:17:45.796ZFrom https://github.com/jmesmon/rust-libzfs
1372026-09-20T07:17:45.796Z * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850
1382026-09-20T07:17:45.922Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1392026-09-20T07:17:46.235ZFrom https://github.com/oxidecomputer/rusty-doors
1402026-09-20T07:17:46.235Z * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf
1412026-09-20T07:17:47.349Z Downloading crates ...
1422026-09-20T07:17:47.402Z Downloaded clap v4.6.1
1432026-09-20T07:17:47.408Z Downloaded tracing-log v0.2.0
1442026-09-20T07:17:47.411Z Downloaded smallvec v1.15.1
1452026-09-20T07:17:47.411Z Downloaded clap_lex v1.0.0
1462026-09-20T07:17:47.414Z Downloaded cfg-if v1.0.4
1472026-09-20T07:17:47.414Z Downloaded lazy_static v1.5.0
1482026-09-20T07:17:47.419Z Downloaded strsim v0.11.1
1492026-09-20T07:17:47.425Z Downloaded is_terminal_polyfill v1.70.2
1502026-09-20T07:17:47.428Z Downloaded pretty-hex v0.4.1
1512026-09-20T07:17:47.429Z Downloaded rand_core v0.10.0
1522026-09-20T07:17:47.429Z Downloaded anstyle-parse v1.0.0
1532026-09-20T07:17:47.436Z Downloaded utf8parse v0.2.2
1542026-09-20T07:17:47.443Z Downloaded humantime v2.3.0
1552026-09-20T07:17:47.446Z Downloaded anstyle v1.0.14
1562026-09-20T07:17:47.449Z Downloaded matchers v0.2.0
1572026-09-20T07:17:47.452Z Downloaded foreign-types v0.5.0
1582026-09-20T07:17:47.456Z Downloaded cpufeatures v0.3.0
1592026-09-20T07:17:47.459Z Downloaded anstyle-query v1.1.5
1602026-09-20T07:17:47.459Z Downloaded equivalent v1.0.2
1612026-09-20T07:17:47.462Z Downloaded foreign-types-shared v0.3.1
1622026-09-20T07:17:47.465Z Downloaded tabwriter v1.4.1
1632026-09-20T07:17:47.465Z Downloaded foreign-types-macros v0.2.3
1642026-09-20T07:17:47.468Z Downloaded colorchoice v1.0.4
1652026-09-20T07:17:47.471Z Downloaded heck v0.5.0
1662026-09-20T07:17:47.474Z Downloaded cstr-argument v0.1.2
1672026-09-20T07:17:47.474Z Downloaded oxnet v0.1.6
1682026-09-20T07:17:47.477Z Downloaded thread_local v1.1.9
1692026-09-20T07:17:47.477Z Downloaded nu-ansi-term v0.50.3
1702026-09-20T07:17:47.481Z Downloaded anstream v1.0.0
1712026-09-20T07:17:47.487Z Downloaded once_cell v1.21.3
1722026-09-20T07:17:47.490Z Downloaded anyhow v1.0.102
1732026-09-20T07:17:47.498Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1742026-09-20T07:17:47.501Z Downloaded thiserror-impl v2.0.18
1752026-09-20T07:17:47.501Z Downloaded num_enum_derive v0.7.6
1762026-09-20T07:17:47.504Z Downloaded proc-macro-crate v3.5.0
1772026-09-20T07:17:47.507Z Downloaded pin-project-lite v0.2.17
1782026-09-20T07:17:47.511Z Downloaded quote v1.0.45
1792026-09-20T07:17:47.511Z Downloaded colored v3.1.1
1802026-09-20T07:17:47.514Z Downloaded toml_parser v1.0.9+spec-1.1.0
1812026-09-20T07:17:47.519Z Downloaded num_enum v0.7.6
1822026-09-20T07:17:47.527Z Downloaded thiserror v2.0.18
1832026-09-20T07:17:47.530Z Downloaded tracing-attributes v0.1.31
1842026-09-20T07:17:47.533Z Downloaded clap_derive v4.6.1
1852026-09-20T07:17:47.536Z Downloaded rustversion v1.0.22
1862026-09-20T07:17:47.536Z Downloaded getrandom v0.4.2
1872026-09-20T07:17:47.539Z Downloaded unicode-ident v1.0.24
1882026-09-20T07:17:47.542Z Downloaded sharded-slab v0.1.7
1892026-09-20T07:17:47.542Z Downloaded chacha20 v0.10.0
1902026-09-20T07:17:47.544Z Downloaded proc-macro2 v1.0.106
1912026-09-20T07:17:47.547Z Downloaded log v0.4.29
1922026-09-20T07:17:47.550Z Downloaded socket2 v0.6.4
1932026-09-20T07:17:47.554Z Downloaded serde_core v1.0.228
1942026-09-20T07:17:47.556Z Downloaded toml_edit v0.25.4+spec-1.1.0
1952026-09-20T07:17:47.559Z Downloaded tracing-core v0.1.36
1962026-09-20T07:17:47.562Z Downloaded memchr v2.8.0
1972026-09-20T07:17:47.567Z Downloaded indexmap v2.13.0
1982026-09-20T07:17:47.583Z Downloaded rand v0.10.3
1992026-09-20T07:17:47.628Z Downloaded hashbrown v0.16.1
2002026-09-20T07:17:47.632Z Downloaded aho-corasick v1.1.4
2012026-09-20T07:17:47.645Z Downloaded clap_builder v4.6.0
2022026-09-20T07:17:47.659Z Downloaded winnow v1.0.3
2032026-09-20T07:17:47.665Z Downloaded tracing-subscriber v0.3.23
2042026-09-20T07:17:47.675Z Downloaded winnow v0.7.15
2052026-09-20T07:17:47.682Z Downloaded syn v1.0.109
2062026-09-20T07:17:47.698Z Downloaded unicode-width v0.2.2
2072026-09-20T07:17:47.705Z Downloaded syn v2.0.117
2082026-09-20T07:17:47.714Z Downloaded regex-syntax v0.8.10
2092026-09-20T07:17:47.734Z Downloaded tracing v0.1.44
2102026-09-20T07:17:47.749Z Downloaded regex-automata v0.4.14
2112026-09-20T07:17:47.764Z Downloaded libc v0.2.186
2122026-09-20T07:17:47.852Z Compiling proc-macro2 v1.0.106
2132026-09-20T07:17:47.852Z Compiling quote v1.0.45
2142026-09-20T07:17:47.855Z Compiling unicode-ident v1.0.24
2152026-09-20T07:17:47.855Z Compiling cfg-if v1.0.4
2162026-09-20T07:17:47.855Z Compiling libc v0.2.186
2172026-09-20T07:17:47.855Z Compiling winnow v0.7.15
2182026-09-20T07:17:47.855Z Compiling equivalent v1.0.2
2192026-09-20T07:17:47.855Z Compiling hashbrown v0.16.1
2202026-09-20T07:17:47.918Z Compiling toml_datetime v1.0.0+spec-1.1.0
2212026-09-20T07:17:47.930Z Compiling rustversion v1.0.22
2222026-09-20T07:17:47.966Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2232026-09-20T07:17:48.133Z Compiling syn v1.0.109
2242026-09-20T07:17:48.198Z Compiling once_cell v1.21.3
2252026-09-20T07:17:48.213Z Compiling rand_core v0.10.0
2262026-09-20T07:17:48.317Z Compiling indexmap v2.13.0
2272026-09-20T07:17:48.347Z Compiling tracing-core v0.1.36
2282026-09-20T07:17:48.370Z Compiling thiserror v2.0.18
2292026-09-20T07:17:48.392Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2302026-09-20T07:17:48.479Z Compiling getrandom v0.4.2
2312026-09-20T07:17:48.591Z Compiling utf8parse v0.2.2
2322026-09-20T07:17:48.688Z Compiling anstyle-parse v1.0.0
2332026-09-20T07:17:48.859Z Compiling memchr v2.8.0
2342026-09-20T07:17:48.895Z Compiling syn v2.0.117
2352026-09-20T07:17:48.912Z Compiling anstyle v1.0.14
2362026-09-20T07:17:48.921Z Compiling is_terminal_polyfill v1.70.2
2372026-09-20T07:17:48.943Z Compiling anyhow v1.0.102
2382026-09-20T07:17:48.993Z Compiling cpufeatures v0.3.0
2392026-09-20T07:17:49.055Z Compiling pin-project-lite v0.2.17
2402026-09-20T07:17:49.117Z Compiling anstyle-query v1.1.5
2412026-09-20T07:17:49.139Z Compiling regex-syntax v0.8.10
2422026-09-20T07:17:49.165Z Compiling toml_parser v1.0.9+spec-1.1.0
2432026-09-20T07:17:49.209Z Compiling foreign-types-shared v0.3.1
2442026-09-20T07:17:49.265Z Compiling colorchoice v1.0.4
2452026-09-20T07:17:49.299Z Compiling cstr-argument v0.1.2
2462026-09-20T07:17:49.380Z Compiling anstream v1.0.0
2472026-09-20T07:17:49.441Z Compiling chacha20 v0.10.0
2482026-09-20T07:17:49.548Z Compiling toml_edit v0.25.4+spec-1.1.0
2492026-09-20T07:17:49.683Z Compiling strsim v0.11.1
2502026-09-20T07:17:49.734Z Compiling lazy_static v1.5.0
2512026-09-20T07:17:49.758Z Compiling heck v0.5.0
2522026-09-20T07:17:49.777Z Compiling pretty-hex v0.4.1
2532026-09-20T07:17:49.816Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
2542026-09-20T07:17:49.899Z Compiling clap_lex v1.0.0
2552026-09-20T07:17:49.942Z Compiling log v0.4.29
2562026-09-20T07:17:50.042Z Compiling proc-macro-crate v3.5.0
2572026-09-20T07:17:50.057Z Compiling regex-automata v0.4.14
2582026-09-20T07:17:50.123Z Compiling tracing-log v0.2.0
2592026-09-20T07:17:50.144Z Compiling clap_builder v4.6.0
2602026-09-20T07:17:50.355Z Compiling sharded-slab v0.1.7
2612026-09-20T07:17:50.418Z Compiling rand v0.10.3
2622026-09-20T07:17:50.846Z Compiling socket2 v0.6.4
2632026-09-20T07:17:50.875Z Compiling thread_local v1.1.9
2642026-09-20T07:17:51.062Z Compiling oxnet v0.1.6
2652026-09-20T07:17:51.120Z Compiling colored v3.1.1
2662026-09-20T07:17:51.152Z Compiling nu-ansi-term v0.50.3
2672026-09-20T07:17:51.273Z Compiling smallvec v1.15.1
2682026-09-20T07:17:51.320Z Compiling winnow v1.0.3
2692026-09-20T07:17:51.460Z Compiling unicode-width v0.2.2
2702026-09-20T07:17:51.470Z Compiling humantime v2.3.0
2712026-09-20T07:17:51.496Z Compiling matchers v0.2.0
2722026-09-20T07:17:51.728Z Compiling tabwriter v1.4.1
2732026-09-20T07:17:52.269Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2742026-09-20T07:17:52.354Z Compiling foreign-types-macros v0.2.3
2752026-09-20T07:17:52.354Z Compiling num_enum_derive v0.7.6
2762026-09-20T07:17:52.358Z Compiling tracing-attributes v0.1.31
2772026-09-20T07:17:52.448Z Compiling thiserror-impl v2.0.18
2782026-09-20T07:17:52.487Z Compiling clap_derive v4.6.1
2792026-09-20T07:17:52.812Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2802026-09-20T07:17:53.021Z Compiling foreign-types v0.5.0
2812026-09-20T07:17:53.067Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2822026-09-20T07:17:53.268Z Compiling num_enum v0.7.6
2832026-09-20T07:17:53.365Z Compiling tracing v0.1.44
2842026-09-20T07:17:53.509Z Compiling tracing-subscriber v0.3.23
2852026-09-20T07:17:53.531Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2862026-09-20T07:17:53.830Z Compiling clap v4.6.1
2872026-09-20T07:17:54.830Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
2882026-09-20T07:17:56.771Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.76s
2892026-09-20T07:17:56.826Z
2902026-09-20T07:17:56.826Zreal 11.819131627
2912026-09-20T07:17:56.826Zuser 40.068432043
2922026-09-20T07:17:56.826Zsys 8.378372888
2932026-09-20T07:17:56.829Ztrap 0.026972593
2942026-09-20T07:17:56.829Ztflt 0.082860018
2952026-09-20T07:17:56.829Zdflt 0.139584237
2962026-09-20T07:17:56.829Zkflt 0.001723838
2972026-09-20T07:17:56.829Zlock 42.361038625
2982026-09-20T07:17:56.829Zslp 2:34.589563478
2992026-09-20T07:17:56.829Zlat 2.238583937
3002026-09-20T07:17:56.829Zstop 3.435330487
3012026-09-20T07:17:56.829Z+ ptime -m cargo build --release
3022026-09-20T07:17:56.882Z Compiling proc-macro2 v1.0.106
3032026-09-20T07:17:56.882Z Compiling unicode-ident v1.0.24
3042026-09-20T07:17:56.882Z Compiling quote v1.0.45
3052026-09-20T07:17:56.882Z Compiling libc v0.2.186
3062026-09-20T07:17:56.882Z Compiling cfg-if v1.0.4
3072026-09-20T07:17:56.885Z Compiling equivalent v1.0.2
3082026-09-20T07:17:56.885Z Compiling hashbrown v0.16.1
3092026-09-20T07:17:56.885Z Compiling winnow v0.7.15
3102026-09-20T07:17:56.945Z Compiling toml_datetime v1.0.0+spec-1.1.0
3112026-09-20T07:17:56.954Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3122026-09-20T07:17:56.985Z Compiling once_cell v1.21.3
3132026-09-20T07:17:57.138Z Compiling rustversion v1.0.22
3142026-09-20T07:17:57.180Z Compiling syn v1.0.109
3152026-09-20T07:17:57.195Z Compiling tracing-core v0.1.36
3162026-09-20T07:17:57.199Z Compiling rand_core v0.10.0
3172026-09-20T07:17:57.341Z Compiling indexmap v2.13.0
3182026-09-20T07:17:57.382Z Compiling getrandom v0.4.2
3192026-09-20T07:17:57.514Z Compiling thiserror v2.0.18
3202026-09-20T07:17:57.528Z Compiling utf8parse v0.2.2
3212026-09-20T07:17:57.625Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3222026-09-20T07:17:57.659Z Compiling anstyle-parse v1.0.0
3232026-09-20T07:17:57.862Z Compiling anyhow v1.0.102
3242026-09-20T07:17:57.947Z Compiling cpufeatures v0.3.0
3252026-09-20T07:17:57.967Z Compiling regex-syntax v0.8.10
3262026-09-20T07:17:58.007Z Compiling syn v2.0.117
3272026-09-20T07:17:58.074Z Compiling anstyle v1.0.14
3282026-09-20T07:17:58.181Z Compiling memchr v2.8.0
3292026-09-20T07:17:58.257Z Compiling toml_parser v1.0.9+spec-1.1.0
3302026-09-20T07:17:58.314Z Compiling anstyle-query v1.1.5
3312026-09-20T07:17:58.317Z Compiling is_terminal_polyfill v1.70.2
3322026-09-20T07:17:58.340Z Compiling pin-project-lite v0.2.17
3332026-09-20T07:17:58.403Z Compiling colorchoice v1.0.4
3342026-09-20T07:17:58.417Z Compiling foreign-types-shared v0.3.1
3352026-09-20T07:17:58.490Z Compiling anstream v1.0.0
3362026-09-20T07:17:58.495Z Compiling chacha20 v0.10.0
3372026-09-20T07:17:58.626Z Compiling toml_edit v0.25.4+spec-1.1.0
3382026-09-20T07:17:58.769Z Compiling cstr-argument v0.1.2
3392026-09-20T07:17:58.954Z Compiling clap_lex v1.0.0
3402026-09-20T07:17:59.001Z Compiling lazy_static v1.5.0
3412026-09-20T07:17:59.084Z Compiling regex-automata v0.4.14
3422026-09-20T07:17:59.084Z Compiling heck v0.5.0
3432026-09-20T07:17:59.143Z Compiling proc-macro-crate v3.5.0
3442026-09-20T07:17:59.261Z Compiling log v0.4.29
3452026-09-20T07:17:59.302Z Compiling pretty-hex v0.4.1
3462026-09-20T07:17:59.437Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
3472026-09-20T07:17:59.479Z Compiling strsim v0.11.1
3482026-09-20T07:17:59.513Z Compiling tracing-log v0.2.0
3492026-09-20T07:17:59.556Z Compiling sharded-slab v0.1.7
3502026-09-20T07:17:59.657Z Compiling clap_builder v4.6.0
3512026-09-20T07:17:59.837Z Compiling rand v0.10.3
3522026-09-20T07:18:00.304Z Compiling socket2 v0.6.4
3532026-09-20T07:18:00.603Z Compiling thread_local v1.1.9
3542026-09-20T07:18:00.927Z Compiling matchers v0.2.0
3552026-09-20T07:18:00.946Z Compiling oxnet v0.1.6
3562026-09-20T07:18:01.068Z Compiling nu-ansi-term v0.50.3
3572026-09-20T07:18:01.085Z Compiling smallvec v1.15.1
3582026-09-20T07:18:01.318Z Compiling winnow v1.0.3
3592026-09-20T07:18:01.318Z Compiling colored v3.1.1
3602026-09-20T07:18:01.462Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3612026-09-20T07:18:01.625Z Compiling unicode-width v0.2.2
3622026-09-20T07:18:01.695Z Compiling num_enum_derive v0.7.6
3632026-09-20T07:18:01.913Z Compiling thiserror-impl v2.0.18
3642026-09-20T07:18:01.944Z Compiling foreign-types-macros v0.2.3
3652026-09-20T07:18:01.958Z Compiling tracing-attributes v0.1.31
3662026-09-20T07:18:02.597Z Compiling foreign-types v0.5.0
3672026-09-20T07:18:02.667Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3682026-09-20T07:18:02.750Z Compiling num_enum v0.7.6
3692026-09-20T07:18:02.750Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3702026-09-20T07:18:02.858Z Compiling clap_derive v4.6.1
3712026-09-20T07:18:02.858Z Compiling tabwriter v1.4.1
3722026-09-20T07:18:03.075Z Compiling humantime v2.3.0
3732026-09-20T07:18:03.225Z Compiling tracing v0.1.44
3742026-09-20T07:18:03.284Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3752026-09-20T07:18:03.507Z Compiling tracing-subscriber v0.3.23
3762026-09-20T07:18:04.558Z Compiling clap v4.6.1
3772026-09-20T07:18:06.558Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
3782026-09-20T07:18:09.255Z Finished `release` profile [optimized] target(s) in 12.41s
3792026-09-20T07:18:09.273Z
3802026-09-20T07:18:09.276Zreal 12.438451142
3812026-09-20T07:18:09.276Zuser 1:12.693738369
3822026-09-20T07:18:09.276Zsys 7.892230497
3832026-09-20T07:18:09.276Ztrap 0.042380825
3842026-09-20T07:18:09.276Ztflt 0.135077909
3852026-09-20T07:18:09.276Zdflt 0.107643065
3862026-09-20T07:18:09.276Zkflt 0.000013287
3872026-09-20T07:18:09.276Zlock 1:54.517714975
3882026-09-20T07:18:09.276Zslp 3:55.211198289
3892026-09-20T07:18:09.276Zlat 3.829198387
3902026-09-20T07:18:09.276Zstop 3.250030070
3912026-09-20T07:18:09.276Z+ for x in debug release
3922026-09-20T07:18:09.276Z+ mkdir -p /work/debug
3932026-09-20T07:18:09.276Z+ cp target/debug/netadm /work/debug/netadm
3942026-09-20T07:18:09.301Z+ for x in debug release
3952026-09-20T07:18:09.301Z+ mkdir -p /work/release
3962026-09-20T07:18:09.304Z+ cp target/release/netadm /work/release/netadm
3972026-09-20T07:18:09.307Z+ banner check
3982026-09-20T07:18:09.310Z
3992026-09-20T07:18:09.310Z #### # # ###### #### # #
4002026-09-20T07:18:09.310Z # # # # # # # # #
4012026-09-20T07:18:09.310Z # ###### ##### # ####
4022026-09-20T07:18:09.311Z # # # # # # #
4032026-09-20T07:18:09.311Z # # # # # # # # #
4042026-09-20T07:18:09.311Z #### # # ###### #### # #
4052026-09-20T07:18:09.311Z
4062026-09-20T07:18:09.311Z+ cargo fmt -- --check
4072026-09-20T07:18:09.416Z+ cargo clippy --all-targets -- --deny warnings
4082026-09-20T07:18:09.578Z Checking cfg-if v1.0.4
4092026-09-20T07:18:09.578Z Checking libc v0.2.186
4102026-09-20T07:18:09.581Z Checking once_cell v1.21.3
4112026-09-20T07:18:09.584Z Checking rand_core v0.10.0
4122026-09-20T07:18:09.587Z Checking cpufeatures v0.3.0
4132026-09-20T07:18:09.587Z Checking foreign-types-shared v0.3.1
4142026-09-20T07:18:09.587Z Checking memchr v2.8.0
4152026-09-20T07:18:09.587Z Checking pin-project-lite v0.2.17
4162026-09-20T07:18:09.622Z Checking num_enum v0.7.6
4172026-09-20T07:18:09.627Z Checking libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4182026-09-20T07:18:09.641Z Checking foreign-types v0.5.0
4192026-09-20T07:18:09.647Z Checking thiserror v2.0.18
4202026-09-20T07:18:09.687Z Checking chacha20 v0.10.0
4212026-09-20T07:18:09.695Z Checking nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4222026-09-20T07:18:09.698Z Checking pretty-hex v0.4.1
4232026-09-20T07:18:09.701Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4242026-09-20T07:18:09.714Z Checking tracing-core v0.1.36
4252026-09-20T07:18:09.717Z Checking anyhow v1.0.102
4262026-09-20T07:18:09.769Z Checking winnow v1.0.3
4272026-09-20T07:18:09.781Z Checking utf8parse v0.2.2
4282026-09-20T07:18:09.856Z Checking colored v3.1.1
4292026-09-20T07:18:09.859Z Checking getrandom v0.4.2
4302026-09-20T07:18:09.859Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4312026-09-20T07:18:09.883Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4322026-09-20T07:18:09.909Z Checking cstr-argument v0.1.2
4332026-09-20T07:18:09.927Z Checking socket2 v0.6.4
4342026-09-20T07:18:09.964Z Checking oxnet v0.1.6
4352026-09-20T07:18:09.967Z Checking rand v0.10.3
4362026-09-20T07:18:09.991Z Checking anstyle-parse v1.0.0
4372026-09-20T07:18:09.995Z Checking tracing v0.1.44
4382026-09-20T07:18:09.998Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4392026-09-20T07:18:10.015Z Checking anstyle v1.0.14
4402026-09-20T07:18:10.115Z Checking regex-syntax v0.8.10
4412026-09-20T07:18:10.115Z Checking colorchoice v1.0.4
4422026-09-20T07:18:10.126Z Checking anstyle-query v1.1.5
4432026-09-20T07:18:10.135Z Checking is_terminal_polyfill v1.70.2
4442026-09-20T07:18:10.150Z Checking clap_lex v1.0.0
4452026-09-20T07:18:10.166Z Checking lazy_static v1.5.0
4462026-09-20T07:18:10.185Z Checking strsim v0.11.1
4472026-09-20T07:18:10.189Z Checking log v0.4.29
4482026-09-20T07:18:10.194Z Checking anstream v1.0.0
4492026-09-20T07:18:10.236Z Checking sharded-slab v0.1.7
4502026-09-20T07:18:10.273Z Checking thread_local v1.1.9
4512026-09-20T07:18:10.318Z Checking unicode-width v0.2.2
4522026-09-20T07:18:10.322Z Checking tracing-log v0.2.0
4532026-09-20T07:18:10.363Z Checking clap_builder v4.6.0
4542026-09-20T07:18:10.397Z Checking nu-ansi-term v0.50.3
4552026-09-20T07:18:10.407Z Checking smallvec v1.15.1
4562026-09-20T07:18:10.431Z Checking humantime v2.3.0
4572026-09-20T07:18:10.545Z Checking tabwriter v1.4.1
4582026-09-20T07:18:10.820Z Checking regex-automata v0.4.14
4592026-09-20T07:18:11.476Z Checking clap v4.6.1
4602026-09-20T07:18:11.891Z Checking matchers v0.2.0
4612026-09-20T07:18:11.966Z Checking tracing-subscriber v0.3.23
4622026-09-20T07:18:12.623Z Checking netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4632026-09-20T07:18:13.337Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.88s
4642026-09-20T07:18:13.359Z+ banner pre-test
4652026-09-20T07:18:13.363Z
4662026-09-20T07:18:13.363Z ##### ##### ###### ##### ###### #### #####
4672026-09-20T07:18:13.363Z # # # # # # # # #
4682026-09-20T07:18:13.363Z # # # # ##### ##### # ##### #### #
4692026-09-20T07:18:13.363Z ##### ##### # # # # #
4702026-09-20T07:18:13.363Z # # # # # # # # #
4712026-09-20T07:18:13.363Z # # # ###### # ###### #### #
4722026-09-20T07:18:13.363Z
4732026-09-20T07:18:13.363Z+ uname -a
4742026-09-20T07:18:13.363ZSunOS w-01M2YTR7NP2HRK2H04MK3HT7WK 5.11 helios-2.0.23838 i86pc i386 i86pc
4752026-09-20T07:18:13.363Z+ ./target/debug/netadm show links
4762026-09-20T07:18:13.366ZId Name Flags Class State MAC MTU
4772026-09-20T07:18:13.366Z-- ---- ----- ----- ----- --- ---
4782026-09-20T07:18:13.366Z1 ena0 active persistent physical up 06:ff:ed:6e:e0:69 9216
4792026-09-20T07:18:13.369Z+ ./target/debug/netadm show addrs
4802026-09-20T07:18:13.369ZName Type State Address Interface Index
4812026-09-20T07:18:13.369Z---- ------ ----- ------- ---------------
4822026-09-20T07:18:13.369Zena0/dhcp dhcp ok 10.150.1.49/24 2
4832026-09-20T07:18:13.369Zlo0/v4 static ok 127.0.0.1/8 1
4842026-09-20T07:18:13.369Zlo0/v6 static ok ::1/128 1
4852026-09-20T07:18:13.373Z+ banner test
4862026-09-20T07:18:13.373Z
4872026-09-20T07:18:13.373Z ##### ###### #### #####
4882026-09-20T07:18:13.373Z # # # #
4892026-09-20T07:18:13.373Z # ##### #### #
4902026-09-20T07:18:13.373Z # # # #
4912026-09-20T07:18:13.373Z # # # # #
4922026-09-20T07:18:13.373Z # ###### #### #
4932026-09-20T07:18:13.373Z
4942026-09-20T07:18:13.373Z+ pfexec ptime -m cargo test
4952026-09-20T07:18:13.503Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
4962026-09-20T07:18:13.503Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
4972026-09-20T07:18:14.623Z Finished `test` profile [unoptimized + debuginfo] target(s) in 1.24s
4982026-09-20T07:18:14.635Z Running unittests src/lib.rs (target/debug/deps/libnet-dd64beaace3332c6)
4992026-09-20T07:18:14.643Z
5002026-09-20T07:18:14.643Zrunning 4 tests
5012026-09-20T07:18:14.647Ztest pf_key::parse::tests::key_clamps_bogus_bits ... ok
5022026-09-20T07:18:14.647Ztest pf_key::parse::tests::str_auth_rejects_overlong_len ... ok
5032026-09-20T07:18:14.647Ztest pf_key::parse::tests::str_auth_parses_max_key ... ok
5042026-09-20T07:18:14.647Ztest pf_key::parse::tests::str_auth_rejects_undersized_len ... ok
5052026-09-20T07:18:14.647Z
5062026-09-20T07:18:14.647Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5072026-09-20T07:18:14.647Z
5082026-09-20T07:18:14.647Z Running tests/ip.rs (target/debug/deps/ip-2c44ff94a3256220)
5092026-09-20T07:18:14.647Z
5102026-09-20T07:18:14.647Zrunning 4 tests
5112026-09-20T07:18:14.651Ztest test_get_addresses ... ok
5122026-09-20T07:18:14.651Ztest test_address_consistency ... ok
5132026-09-20T07:18:14.651Ztest test_v6_static_lifecycle ... ok
5142026-09-20T07:18:14.654Ztest test_v6_local_lifecycle ... ok
5152026-09-20T07:18:14.654Z
5162026-09-20T07:18:14.654Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s
5172026-09-20T07:18:14.654Z
5182026-09-20T07:18:14.654Z Running tests/link.rs (target/debug/deps/link-e962a378bd50225a)
5192026-09-20T07:18:14.657Z
5202026-09-20T07:18:14.657Zrunning 5 tests
5212026-09-20T07:18:14.660Ztest test_simnet_lifecycle ... ok
5222026-09-20T07:18:14.660Ztest test_link_consistency ... ok
5232026-09-20T07:18:14.660Ztest test_get_links ... ok
5242026-09-20T07:18:14.660Ztest test_simnet_connect ... ok
5252026-09-20T07:18:14.663Ztest test_vnic_lifecycle ... ok
5262026-09-20T07:18:14.663Z
5272026-09-20T07:18:14.664Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5282026-09-20T07:18:14.664Z
5292026-09-20T07:18:14.664Z Running unittests src/main.rs (target/debug/deps/netadm-ea23e0b7f9885899)
5302026-09-20T07:18:14.664Z
5312026-09-20T07:18:14.664Zrunning 0 tests
5322026-09-20T07:18:14.664Z
5332026-09-20T07:18:14.664Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5342026-09-20T07:18:14.664Z
5352026-09-20T07:18:14.667Z Doc-tests libnet
5362026-09-20T07:18:14.832Z
5372026-09-20T07:18:14.832Zrunning 0 tests
5382026-09-20T07:18:14.832Z
5392026-09-20T07:18:14.836Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5402026-09-20T07:18:14.836Z
5412026-09-20T07:18:14.850Z
5422026-09-20T07:18:14.854Zreal 1.471251849
5432026-09-20T07:18:14.854Zuser 2.469191560
5442026-09-20T07:18:14.854Zsys 0.950438200
5452026-09-20T07:18:14.854Ztrap 0.000224010
5462026-09-20T07:18:14.854Ztflt 0.000454564
5472026-09-20T07:18:14.854Zdflt 0.002609119
5482026-09-20T07:18:14.854Zkflt 0.000000949
5492026-09-20T07:18:14.854Zlock 2.455286276
5502026-09-20T07:18:14.854Zslp 12.074121450
5512026-09-20T07:18:14.854Zlat 0.013633494
5522026-09-20T07:18:14.854Zstop 0.295376884
5532026-09-20T07:18:14.854Z+ pfexec ptime -m cargo test --release
5542026-09-20T07:18:14.908Z Compiling libnet v0.1.0 (/work/oxidecomputer/netadm-sys/libnet)
5552026-09-20T07:18:14.908Z Compiling netadm v0.1.0 (/work/oxidecomputer/netadm-sys/netadm)
5562026-09-20T07:18:15.952Z Finished `release` profile [optimized] target(s) in 1.09s
5572026-09-20T07:18:15.964Z Running unittests src/lib.rs (target/release/deps/libnet-be9a54a3c1c508cf)
5582026-09-20T07:18:15.973Z
5592026-09-20T07:18:15.973Zrunning 4 tests
5602026-09-20T07:18:15.976Ztest pf_key::parse::tests::key_clamps_bogus_bits ... ok
5612026-09-20T07:18:15.976Ztest pf_key::parse::tests::str_auth_parses_max_key ... ok
5622026-09-20T07:18:15.976Ztest pf_key::parse::tests::str_auth_rejects_overlong_len ... ok
5632026-09-20T07:18:15.976Ztest pf_key::parse::tests::str_auth_rejects_undersized_len ... ok
5642026-09-20T07:18:15.976Z
5652026-09-20T07:18:15.976Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5662026-09-20T07:18:15.976Z
5672026-09-20T07:18:15.976Z Running tests/ip.rs (target/release/deps/ip-27cae53ad75b0aa8)
5682026-09-20T07:18:15.979Z
5692026-09-20T07:18:15.979Zrunning 4 tests
5702026-09-20T07:18:15.979Ztest test_get_addresses ... ok
5712026-09-20T07:18:15.979Ztest test_address_consistency ... ok
5722026-09-20T07:18:15.979Ztest test_v6_static_lifecycle ... ok
5732026-09-20T07:18:15.982Ztest test_v6_local_lifecycle ... ok
5742026-09-20T07:18:15.982Z
5752026-09-20T07:18:15.982Ztest result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5762026-09-20T07:18:15.982Z
5772026-09-20T07:18:15.982Z Running tests/link.rs (target/release/deps/link-ebd5445a8fa82135)
5782026-09-20T07:18:15.985Z
5792026-09-20T07:18:15.985Zrunning 5 tests
5802026-09-20T07:18:15.989Ztest test_simnet_lifecycle ... ok
5812026-09-20T07:18:15.989Ztest test_get_links ... ok
5822026-09-20T07:18:15.989Ztest test_simnet_connect ... ok
5832026-09-20T07:18:15.989Ztest test_link_consistency ... ok
5842026-09-20T07:18:15.989Ztest test_vnic_lifecycle ... ok
5852026-09-20T07:18:15.989Z
5862026-09-20T07:18:15.989Ztest result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5872026-09-20T07:18:15.989Z
5882026-09-20T07:18:15.992Z Running unittests src/main.rs (target/release/deps/netadm-a57d3760b611a4ac)
5892026-09-20T07:18:15.992Z
5902026-09-20T07:18:15.992Zrunning 0 tests
5912026-09-20T07:18:15.992Z
5922026-09-20T07:18:15.992Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5932026-09-20T07:18:15.992Z
5942026-09-20T07:18:15.992Z Doc-tests libnet
5952026-09-20T07:18:16.152Z
5962026-09-20T07:18:16.152Zrunning 0 tests
5972026-09-20T07:18:16.152Z
5982026-09-20T07:18:16.152Ztest result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
5992026-09-20T07:18:16.152Z
6002026-09-20T07:18:16.170Z
6012026-09-20T07:18:16.170Zreal 1.311266091
6022026-09-20T07:18:16.170Zuser 2.480729086
6032026-09-20T07:18:16.170Zsys 0.820698994
6042026-09-20T07:18:16.173Ztrap 0.000287716
6052026-09-20T07:18:16.173Ztflt 0.066430563
6062026-09-20T07:18:16.173Zdflt 0.014767772
6072026-09-20T07:18:16.173Zkflt 0.000000000
6082026-09-20T07:18:16.173Zlock 3.421581149
6092026-09-20T07:18:16.173Zslp 9.891089658
6102026-09-20T07:18:16.173Zlat 0.010477270
6112026-09-20T07:18:16.173Zstop 0.339409986
6122026-09-20T07:18:16.173Z+ banner post-test
6132026-09-20T07:18:16.173Z
6142026-09-20T07:18:16.173Z ##### #### #### ##### ##### ###### #### #####
6152026-09-20T07:18:16.173Z # # # # # # # # # #
6162026-09-20T07:18:16.173Z # # # # #### # ##### # ##### #### #
6172026-09-20T07:18:16.173Z ##### # # # # # # # #
6182026-09-20T07:18:16.173Z # # # # # # # # # # #
6192026-09-20T07:18:16.173Z # #### #### # # ###### #### #
6202026-09-20T07:18:16.173Z
6212026-09-20T07:18:16.173Z+ ./target/debug/netadm show links
6222026-09-20T07:18:16.177ZId Name Flags Class State MAC MTU
6232026-09-20T07:18:16.177Z-- ---- ----- ----- ----- --- ---
6242026-09-20T07:18:16.177Z1 ena0 active persistent physical up 06:ff:ed:6e:e0:69 9216
6252026-09-20T07:18:16.177Z+ ./target/debug/netadm show addrs
6262026-09-20T07:18:16.180ZName Type State Address Interface Index
6272026-09-20T07:18:16.180Z---- ------ ----- ------- ---------------
6282026-09-20T07:18:16.180Zena0/dhcp dhcp ok 10.150.1.49/24 2
6292026-09-20T07:18:16.180Zlo0/v4 static ok 127.0.0.1/8 1
6302026-09-20T07:18:16.180Zlo0/v6 static ok ::1/128 1
6312026-09-20T07:18:16.183Zprocess exited: duration 46644 ms, exit code 0
 
6322026-09-20T07:18:16.194Zfound 2 output files
6332026-09-20T07:18:16.194Zuploading: /work/debug/netadm (42409016 bytes)
6342026-09-20T07:18:17.594Zuploaded: /work/debug/netadm
6352026-09-20T07:18:17.597Zuploading: /work/release/netadm (6299416 bytes)
6362026-09-20T07:18:18.728Zuploaded: /work/release/netadm