01KEWB4RNVE8VYWDXRJJMRCN3N: opteadm

BasicConfig {
    output_rules: [
        "=/work/debug/opteadm",
        "=/work/debug/opteadm.debug.sha256",
        "=/work/release/opteadm",
        "=/work/release/opteadm.release.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KEWB5RP41F0ZVQ04NSG22WPR

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-13T18:52:39.348Zjob assigned to worker 01KEWB614SMX987637GQAGN747 [factory aws, i-0b7fd71d595398d26] (queued for 1 m 9 s)
 
22026-01-13T18:52:47.924Zstarting task 0: "setup"
32026-01-13T18:52:47.929Z++ uname -s
42026-01-13T18:52:47.932Z+ kern=SunOS
52026-01-13T18:52:47.932Z+ build_user=build
62026-01-13T18:52:47.932Z+ build_uid=12345
72026-01-13T18:52:47.933Z+ work_dir=/work
82026-01-13T18:52:47.933Z+ input_dir=/input
92026-01-13T18:52:47.933Z+ [[ 0 == 12345 ]]
102026-01-13T18:52:47.933Z+ case "$kern" in
112026-01-13T18:52:47.933Z+ groupadd -g 12345 build
122026-01-13T18:52:47.936Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-13T18:52:49.959Z+ zfs create -o mountpoint=/work rpool/work
142026-01-13T18:52:50.083Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-13T18:52:50.088Z+ home_fs=zfs
162026-01-13T18:52:50.088Z+ [[ zfs == autofs ]]
172026-01-13T18:52:50.088Z+ mkdir -p /home/build
182026-01-13T18:52:50.088Z+ chown build:build /home/build /work
192026-01-13T18:52:52.088Z+ chmod 0700 /home/build /work
202026-01-13T18:52:52.092Zprocess exited: duration 4169 ms, exit code 0
 
212026-01-13T18:52:52.098Zstarting task 1: "rust-toolchain"
222026-01-13T18:52:52.104Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-01-13T18:52:52.104Z * rust toolchain channel = "1.90.0"
242026-01-13T18:52:52.104Z * rust toolchain profile = "default"
252026-01-13T18:52:52.104Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-13T18:52:52.104Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-13T18:52:52.104Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-13T18:52:52.107Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-13T18:52:52.107Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-01-13T18:52:52.234Zinfo: downloading installer
312026-01-13T18:52:53.730Zwarn: It looks like you have an existing installation of Rust at:
322026-01-13T18:52:53.730Zwarn: /opt/ooce/bin
332026-01-13T18:52:53.730Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-13T18:52:53.731Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-13T18:52:53.731Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-13T18:52:53.731Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-13T18:52:53.731Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-13T18:52:53.731Zerror: cannot install while Rust is installed
392026-01-13T18:52:53.731Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-13T18:52:53.771Zinfo: profile set to 'default'
412026-01-13T18:52:53.771Zinfo: default host triple is x86_64-unknown-illumos
422026-01-13T18:52:53.775Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-01-13T18:52:53.943Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-01-13T18:52:53.943Zinfo: downloading component 'cargo'
452026-01-13T18:52:54.739Zinfo: downloading component 'clippy'
462026-01-13T18:52:55.083Zinfo: downloading component 'rust-docs'
472026-01-13T18:52:56.261Zinfo: downloading component 'rust-std'
482026-01-13T18:52:58.136Zinfo: downloading component 'rustc'
492026-01-13T18:53:05.627Zinfo: downloading component 'rustfmt'
502026-01-13T18:53:05.850Zinfo: installing component 'cargo'
512026-01-13T18:53:06.780Zinfo: installing component 'clippy'
522026-01-13T18:53:07.186Zinfo: installing component 'rust-docs'
532026-01-13T18:53:09.040Zinfo: installing component 'rust-std'
542026-01-13T18:53:10.963Zinfo: installing component 'rustc'
552026-01-13T18:53:17.655Zinfo: installing component 'rustfmt'
562026-01-13T18:53:17.997Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-01-13T18:53:17.997Z
582026-01-13T18:53:18.449Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-01-13T18:53:18.449Z
602026-01-13T18:53:18.449Z
612026-01-13T18:53:18.449ZRust is installed now. Great!
622026-01-13T18:53:18.449Z
632026-01-13T18:53:18.449ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-13T18:53:18.449Zenvironment variable. This has not been done automatically.
652026-01-13T18:53:18.449Z
662026-01-13T18:53:18.449ZTo configure your current shell, you need to source
672026-01-13T18:53:18.449Zthe corresponding env file under $HOME/.cargo.
682026-01-13T18:53:18.449Z
692026-01-13T18:53:18.449ZThis is usually done by running one of the following (note the leading DOT):
702026-01-13T18:53:18.449Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-13T18:53:18.449Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-13T18:53:18.449Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-13T18:53:18.558Z+ rustup --version
742026-01-13T18:53:18.570Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-13T18:53:18.574Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-13T18:53:18.656Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-01-13T18:53:18.660Z+ cargo --version
782026-01-13T18:53:18.728Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-01-13T18:53:18.731Z+ rustc --version
802026-01-13T18:53:18.806Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-01-13T18:53:18.810Zprocess exited: duration 26714 ms, exit code 0
 
822026-01-13T18:53:18.817Zstarting task 2: "authentication"
832026-01-13T18:53:18.841Zprocess exited: duration 23 ms, exit code 0
 
842026-01-13T18:53:18.848Zstarting task 3: "clone repository"
852026-01-13T18:53:18.853Z+ mkdir -p /work/oxidecomputer/opte
862026-01-13T18:53:18.856Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-01-13T18:53:18.891ZCloning into '/work/oxidecomputer/opte'...
882026-01-13T18:53:19.945Z+ cd /work/oxidecomputer/opte
892026-01-13T18:53:19.945Z+ git fetch origin 8a4a574fc937ed166c199d0d6f16053da5d8f701
902026-01-13T18:53:20.210ZFrom https://github.com/oxidecomputer/opte
912026-01-13T18:53:20.210Z * branch 8a4a574fc937ed166c199d0d6f16053da5d8f701 -> FETCH_HEAD
922026-01-13T18:53:20.219Z+ [[ -n overlay-capab ]]
932026-01-13T18:53:20.222Z++ git branch --show-current
942026-01-13T18:53:20.225Z+ current=master
952026-01-13T18:53:20.225Z+ [[ master != overlay-capab ]]
962026-01-13T18:53:20.225Z+ git branch -f overlay-capab 8a4a574fc937ed166c199d0d6f16053da5d8f701
972026-01-13T18:53:20.228Z+ git checkout -f overlay-capab
982026-01-13T18:53:20.253ZSwitched to branch 'overlay-capab'
992026-01-13T18:53:20.256Z+ git reset --hard 8a4a574fc937ed166c199d0d6f16053da5d8f701
1002026-01-13T18:53:20.260ZHEAD is now at 8a4a574 Advertise `MAC_CAPAB_OVERLAY`
1012026-01-13T18:53:20.263Zprocess exited: duration 1413 ms, exit code 0
 
1022026-01-13T18:53:20.270Zstarting task 4: "build"
1032026-01-13T18:53:20.275Z+ source .github/buildomat/common.sh
1042026-01-13T18:53:20.275Z++ rustup show active-toolchain
1052026-01-13T18:53:20.327Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-01-13T18:53:20.331Z++ pushd xde
1072026-01-13T18:53:20.334Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-01-13T18:53:20.335Z++ rustup show active-toolchain
1092026-01-13T18:53:20.339Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1102026-01-13T18:53:20.537Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1112026-01-13T18:53:20.537Zinfo: downloading component 'cargo'
1122026-01-13T18:53:21.328Zinfo: downloading component 'clippy'
1132026-01-13T18:53:21.657Zinfo: downloading component 'rust-src'
1142026-01-13T18:53:21.881Zinfo: downloading component 'rust-std'
1152026-01-13T18:53:23.403Zinfo: downloading component 'rustc'
1162026-01-13T18:53:29.679Zinfo: downloading component 'rustfmt'
1172026-01-13T18:53:29.960Zinfo: installing component 'cargo'
1182026-01-13T18:53:30.897Zinfo: installing component 'clippy'
1192026-01-13T18:53:31.295Zinfo: installing component 'rust-src'
1202026-01-13T18:53:31.668Zinfo: installing component 'rust-std'
1212026-01-13T18:53:33.362Zinfo: installing component 'rustc'
1222026-01-13T18:53:40.162Zinfo: installing component 'rustfmt'
1232026-01-13T18:53:40.509Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-01-13T18:53:40.595Z+++ rustup show active-toolchain -v
1252026-01-13T18:53:40.600Z+++ head -n 1
1262026-01-13T18:53:40.600Z+++ cut '-d ' -f1
1272026-01-13T18:53:40.707Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1282026-01-13T18:53:40.707Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1292026-01-13T18:53:40.712Z++ popd
1302026-01-13T18:53:40.712Z/work/oxidecomputer/opte
1312026-01-13T18:53:40.712Z+ cargo --version
1322026-01-13T18:53:40.769Zcargo 1.90.0 (840b83a10 2025-07-30)
1332026-01-13T18:53:40.772Z+ rustc --version
1342026-01-13T18:53:40.846Zrustc 1.90.0 (1159e78c4 2025-09-14)
1352026-01-13T18:53:40.850Z+ pushd bin/opteadm
1362026-01-13T18:53:40.850Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1372026-01-13T18:53:40.855Z+ header 'check style'
1382026-01-13T18:53:40.855Z+ echo '# ==== check style ==== #'
1392026-01-13T18:53:40.855Z# ==== check style ==== #
1402026-01-13T18:53:40.855Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1412026-01-13T18:53:41.061Z
1422026-01-13T18:53:41.061Zreal 0.207113074
1432026-01-13T18:53:41.061Zuser 0.140806753
1442026-01-13T18:53:41.061Zsys 0.063393844
1452026-01-13T18:53:41.062Ztrap 0.000017202
1462026-01-13T18:53:41.062Ztflt 0.000010571
1472026-01-13T18:53:41.062Zdflt 0.000034073
1482026-01-13T18:53:41.062Zkflt 0.000000000
1492026-01-13T18:53:41.062Zlock 0.724922884
1502026-01-13T18:53:41.062Zslp 0.223611013
1512026-01-13T18:53:41.062Zlat 0.001582708
1522026-01-13T18:53:41.062Zstop 0.000151377
1532026-01-13T18:53:41.065Z+ header analyze
1542026-01-13T18:53:41.065Z+ echo '# ==== analyze ==== #'
1552026-01-13T18:53:41.065Z# ==== analyze ==== #
1562026-01-13T18:53:41.065Z+ ptime -m cargo clippy --all-targets
1572026-01-13T18:53:41.342Z Updating crates.io index
1582026-01-13T18:53:41.386Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-01-13T18:53:42.431Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602026-01-13T18:53:42.696Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612026-01-13T18:53:43.060Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-01-13T18:53:43.442Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-01-13T18:53:43.681Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-01-13T18:53:43.953Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652026-01-13T18:53:45.797Z Downloading crates ...
1662026-01-13T18:53:45.855Z Downloaded cstr-argument v0.1.2
1672026-01-13T18:53:45.859Z Downloaded foreign-types v0.5.0
1682026-01-13T18:53:45.862Z Downloaded embedded-io v0.4.0
1692026-01-13T18:53:45.866Z Downloaded fnv v1.0.7
1702026-01-13T18:53:45.870Z Downloaded foreign-types-shared v0.3.1
1712026-01-13T18:53:45.870Z Downloaded equivalent v1.0.2
1722026-01-13T18:53:45.870Z Downloaded defmt-parser v1.0.0
1732026-01-13T18:53:45.873Z Downloaded embedded-io v0.6.1
1742026-01-13T18:53:45.874Z Downloaded defmt v0.3.100
1752026-01-13T18:53:45.874Z Downloaded darling_macro v0.21.3
1762026-01-13T18:53:45.877Z Downloaded anstream v0.6.21
1772026-01-13T18:53:45.880Z Downloaded foreign-types-macros v0.2.3
1782026-01-13T18:53:45.880Z Downloaded byteorder v1.5.0
1792026-01-13T18:53:45.883Z Downloaded errno v0.3.14
1802026-01-13T18:53:45.883Z Downloaded anstyle-query v1.1.5
1812026-01-13T18:53:45.887Z Downloaded defmt v1.0.1
1822026-01-13T18:53:45.890Z Downloaded bitflags v2.10.0
1832026-01-13T18:53:45.893Z Downloaded dyn-clone v1.0.20
1842026-01-13T18:53:45.893Z Downloaded defmt-macros v1.0.1
1852026-01-13T18:53:45.896Z Downloaded anstyle-parse v0.2.7
1862026-01-13T18:53:45.899Z Downloaded unicode-ident v1.0.22
1872026-01-13T18:53:45.902Z Downloaded getrandom v0.3.4
1882026-01-13T18:53:45.902Z Downloaded anyhow v1.0.100
1892026-01-13T18:53:45.906Z Downloaded bitflags v1.3.2
1902026-01-13T18:53:45.910Z Downloaded anstyle v1.0.13
1912026-01-13T18:53:45.913Z Downloaded zerocopy v0.8.31
1922026-01-13T18:53:45.930Z Downloaded aho-corasick v1.1.4
1932026-01-13T18:53:45.945Z Downloaded heck v0.5.0
1942026-01-13T18:53:45.948Z Downloaded ident_case v1.0.1
1952026-01-13T18:53:45.948Z Downloaded hash32 v0.3.1
1962026-01-13T18:53:45.952Z Downloaded managed v0.8.0
1972026-01-13T18:53:45.955Z Downloaded is_terminal_polyfill v1.70.2
1982026-01-13T18:53:45.958Z Downloaded macaddr v1.0.1
1992026-01-13T18:53:45.961Z Downloaded proc-macro-error-attr2 v2.0.0
2002026-01-13T18:53:45.965Z Downloaded tabwriter v1.4.1
2012026-01-13T18:53:45.968Z Downloaded strsim v0.11.1
2022026-01-13T18:53:45.973Z Downloaded regex-automata v0.4.13
2032026-01-13T18:53:45.986Z Downloaded utf8parse v0.2.2
2042026-01-13T18:53:45.989Z Downloaded stable_deref_trait v1.2.1
2052026-01-13T18:53:45.989Z Downloaded proc-macro-crate v3.4.0
2062026-01-13T18:53:45.989Z Downloaded pretty-hex v0.4.1
2072026-01-13T18:53:45.993Z Downloaded version_check v0.9.5
2082026-01-13T18:53:45.996Z Downloaded colorchoice v1.0.4
2092026-01-13T18:53:46.001Z Downloaded clap_lex v0.7.6
2102026-01-13T18:53:46.005Z Downloaded cobs v0.3.0
2112026-01-13T18:53:46.005Z Downloaded cfg-if v1.0.4
2122026-01-13T18:53:46.057Z Downloaded terminal_size v0.4.3
2132026-01-13T18:53:46.057Z Downloaded ingot v0.1.1
2142026-01-13T18:53:46.057Z Downloaded ingot-types v0.1.2
2152026-01-13T18:53:46.057Z Downloaded quote v1.0.42
2162026-01-13T18:53:46.057Z Downloaded ref-cast v1.0.25
2172026-01-13T18:53:46.057Z Downloaded proc-macro-error2 v2.0.1
2182026-01-13T18:53:46.057Z Downloaded ppv-lite86 v0.2.21
2192026-01-13T18:53:46.057Z Downloaded rustversion v1.0.22
2202026-01-13T18:53:46.057Z Downloaded ref-cast-impl v1.0.25
2212026-01-13T18:53:46.057Z Downloaded num_enum v0.7.5
2222026-01-13T18:53:46.057Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2232026-01-13T18:53:46.057Z Downloaded num_enum_derive v0.7.5
2242026-01-13T18:53:46.057Z Downloaded either v1.15.0
2252026-01-13T18:53:46.057Z Downloaded pin-project-lite v0.2.16
2262026-01-13T18:53:46.057Z Downloaded oxnet v0.1.4
2272026-01-13T18:53:46.057Z Downloaded thiserror-impl v2.0.17
2282026-01-13T18:53:46.057Z Downloaded ipnetwork v0.21.1
2292026-01-13T18:53:46.057Z Downloaded postcard v1.1.3
2302026-01-13T18:53:46.057Z Downloaded rand_chacha v0.9.0
2312026-01-13T18:53:46.057Z Downloaded once_cell v1.21.3
2322026-01-13T18:53:46.057Z Downloaded ingot-macros v0.1.1
2332026-01-13T18:53:46.065Z Downloaded toml_parser v1.0.6+spec-1.1.0
2342026-01-13T18:53:46.068Z Downloaded colored v3.0.0
2352026-01-13T18:53:46.071Z Downloaded rand_core v0.9.3
2362026-01-13T18:53:46.071Z Downloaded tracing-attributes v0.1.31
2372026-01-13T18:53:46.075Z Downloaded clap_derive v4.5.49
2382026-01-13T18:53:46.081Z Downloaded serde_derive v1.0.228
2392026-01-13T18:53:46.084Z Downloaded heapless v0.8.0
2402026-01-13T18:53:46.087Z Downloaded tracing-core v0.1.36
2412026-01-13T18:53:46.091Z Downloaded socket2 v0.6.1
2422026-01-13T18:53:46.094Z Downloaded clap v4.5.54
2432026-01-13T18:53:46.099Z Downloaded thiserror v2.0.17
2442026-01-13T18:53:46.103Z Downloaded darling v0.21.3
2452026-01-13T18:53:46.109Z Downloaded proc-macro2 v1.0.104
2462026-01-13T18:53:46.112Z Downloaded toml_edit v0.23.10+spec-1.0.0
2472026-01-13T18:53:46.116Z Downloaded darling_core v0.21.3
2482026-01-13T18:53:46.120Z Downloaded uuid v1.19.0
2492026-01-13T18:53:46.123Z Downloaded memchr v2.7.6
2502026-01-13T18:53:46.126Z Downloaded serde_core v1.0.228
2512026-01-13T18:53:46.129Z Downloaded serde v1.0.228
2522026-01-13T18:53:46.141Z Downloaded rand v0.9.2
2532026-01-13T18:53:46.145Z Downloaded zerocopy-derive v0.8.31
2542026-01-13T18:53:46.149Z Downloaded indexmap v2.12.1
2552026-01-13T18:53:46.162Z Downloaded hashbrown v0.16.1
2562026-01-13T18:53:46.191Z Downloaded regex v1.12.2
2572026-01-13T18:53:46.196Z Downloaded itertools v0.14.0
2582026-01-13T18:53:46.202Z Downloaded clap_builder v4.5.54
2592026-01-13T18:53:46.211Z Downloaded winnow v0.7.14
2602026-01-13T18:53:46.228Z Downloaded syn v1.0.109
2612026-01-13T18:53:46.236Z Downloaded unicode-width v0.2.2
2622026-01-13T18:53:46.249Z Downloaded smoltcp v0.11.0
2632026-01-13T18:53:46.259Z Downloaded syn v2.0.113
2642026-01-13T18:53:46.269Z Downloaded regex-syntax v0.8.8
2652026-01-13T18:53:46.276Z Downloaded rustix v1.1.3
2662026-01-13T18:53:46.296Z Downloaded tracing v0.1.44
2672026-01-13T18:53:46.327Z Downloaded libc v0.2.179
2682026-01-13T18:53:46.412Z Compiling proc-macro2 v1.0.104
2692026-01-13T18:53:46.412Z Compiling unicode-ident v1.0.22
2702026-01-13T18:53:46.412Z Compiling quote v1.0.42
2712026-01-13T18:53:46.415Z Compiling libc v0.2.179
2722026-01-13T18:53:46.415Z Compiling serde_core v1.0.228
2732026-01-13T18:53:46.415Z Compiling zerocopy v0.8.31
2742026-01-13T18:53:46.415Z Checking cfg-if v1.0.4
2752026-01-13T18:53:46.415Z Compiling memchr v2.7.6
2762026-01-13T18:53:46.600Z Compiling strsim v0.11.1
2772026-01-13T18:53:46.735Z Compiling thiserror v2.0.17
2782026-01-13T18:53:47.174Z Compiling ident_case v1.0.1
2792026-01-13T18:53:47.205Z Compiling fnv v1.0.7
2802026-01-13T18:53:47.276Z Compiling regex-syntax v0.8.8
2812026-01-13T18:53:47.337Z Compiling winnow v0.7.14
2822026-01-13T18:53:47.341Z Compiling hashbrown v0.16.1
2832026-01-13T18:53:47.717Z Compiling aho-corasick v1.1.4
2842026-01-13T18:53:47.803Z Compiling serde v1.0.228
2852026-01-13T18:53:48.082Z Compiling equivalent v1.0.2
2862026-01-13T18:53:48.210Z Compiling anyhow v1.0.100
2872026-01-13T18:53:48.405Z Compiling either v1.15.0
2882026-01-13T18:53:48.859Z Compiling itertools v0.14.0
2892026-01-13T18:53:48.868Z Compiling indexmap v2.12.1
2902026-01-13T18:53:49.086Z Compiling syn v2.0.113
2912026-01-13T18:53:49.252Z Compiling heapless v0.8.0
2922026-01-13T18:53:49.831Z Checking byteorder v1.5.0
2932026-01-13T18:53:50.145Z Compiling getrandom v0.3.4
2942026-01-13T18:53:50.222Z Compiling toml_datetime v0.7.5+spec-1.1.0
2952026-01-13T18:53:50.652Z Checking hash32 v0.3.1
2962026-01-13T18:53:50.778Z Compiling regex-automata v0.4.13
2972026-01-13T18:53:50.836Z Compiling toml_parser v1.0.6+spec-1.1.0
2982026-01-13T18:53:50.996Z Checking bitflags v2.10.0
2992026-01-13T18:53:51.308Z Compiling smoltcp v0.11.0
3002026-01-13T18:53:51.317Z Checking stable_deref_trait v1.2.1
3012026-01-13T18:53:51.419Z Compiling syn v1.0.109
3022026-01-13T18:53:51.441Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3032026-01-13T18:53:51.770Z Compiling toml_edit v0.23.10+spec-1.0.0
3042026-01-13T18:53:51.822Z Checking macaddr v1.0.1
3052026-01-13T18:53:51.912Z Compiling rustversion v1.0.22
3062026-01-13T18:53:52.176Z Checking bitflags v1.3.2
3072026-01-13T18:53:52.278Z Compiling ref-cast v1.0.25
3082026-01-13T18:53:52.357Z Compiling rustix v1.1.3
3092026-01-13T18:53:52.431Z Checking managed v0.8.0
3102026-01-13T18:53:52.657Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3112026-01-13T18:53:52.808Z Compiling version_check v0.9.5
3122026-01-13T18:53:52.981Z Compiling proc-macro-crate v3.4.0
3132026-01-13T18:53:53.366Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3142026-01-13T18:53:53.441Z Checking rand_core v0.9.3
3152026-01-13T18:53:53.803Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-01-13T18:53:53.938Z Checking errno v0.3.14
3172026-01-13T18:53:53.986Z Checking utf8parse v0.2.2
3182026-01-13T18:53:54.107Z Checking unicode-width v0.2.2
3192026-01-13T18:53:54.130Z Checking foreign-types-shared v0.3.1
3202026-01-13T18:53:54.140Z Checking ipnetwork v0.21.1
3212026-01-13T18:53:54.442Z Checking once_cell v1.21.3
3222026-01-13T18:53:54.474Z Checking anstyle-parse v0.2.7
3232026-01-13T18:53:54.599Z Checking tabwriter v1.4.1
3242026-01-13T18:53:54.753Z Checking tracing-core v0.1.36
3252026-01-13T18:53:54.845Z Compiling regex v1.12.2
3262026-01-13T18:53:55.090Z Checking cstr-argument v0.1.2
3272026-01-13T18:53:55.765Z Checking pretty-hex v0.4.1
3282026-01-13T18:53:55.847Z Compiling darling_core v0.21.3
3292026-01-13T18:53:55.859Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409)
3302026-01-13T18:53:55.919Z Checking dyn-clone v1.0.20
3312026-01-13T18:53:55.942Z Checking anstyle v1.0.13
3322026-01-13T18:53:56.039Z Checking colorchoice v1.0.4
3332026-01-13T18:53:56.068Z Checking anstyle-query v1.1.5
3342026-01-13T18:53:56.178Z Checking is_terminal_polyfill v1.70.2
3352026-01-13T18:53:56.202Z Checking pin-project-lite v0.2.16
3362026-01-13T18:53:56.305Z Checking anstream v0.6.21
3372026-01-13T18:53:56.331Z Checking terminal_size v0.4.3
3382026-01-13T18:53:56.514Z Checking uuid v1.19.0
3392026-01-13T18:53:56.611Z Checking socket2 v0.6.1
3402026-01-13T18:53:57.086Z Checking oxnet v0.1.4
3412026-01-13T18:53:57.163Z Checking clap_lex v0.7.6
3422026-01-13T18:53:57.269Z Compiling heck v0.5.0
3432026-01-13T18:53:57.369Z Checking colored v3.0.0
3442026-01-13T18:53:57.415Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3452026-01-13T18:53:57.440Z Checking clap_builder v4.5.54
3462026-01-13T18:53:58.585Z Compiling zerocopy-derive v0.8.31
3472026-01-13T18:53:58.585Z Compiling thiserror-impl v2.0.17
3482026-01-13T18:53:58.589Z Compiling serde_derive v1.0.228
3492026-01-13T18:53:58.589Z Compiling ref-cast-impl v1.0.25
3502026-01-13T18:53:59.675Z Compiling num_enum_derive v0.7.5
3512026-01-13T18:53:59.732Z Compiling foreign-types-macros v0.2.3
3522026-01-13T18:54:00.632Z Compiling tracing-attributes v0.1.31
3532026-01-13T18:54:00.982Z Checking foreign-types v0.5.0
3542026-01-13T18:54:01.086Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3552026-01-13T18:54:01.532Z Checking cobs v0.3.0
3562026-01-13T18:54:01.594Z Compiling darling_macro v0.21.3
3572026-01-13T18:54:01.771Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3582026-01-13T18:54:01.857Z Checking num_enum v0.7.5
3592026-01-13T18:54:02.032Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3602026-01-13T18:54:02.074Z Compiling clap_derive v4.5.49
3612026-01-13T18:54:02.593Z Compiling darling v0.21.3
3622026-01-13T18:54:02.704Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3632026-01-13T18:54:02.712Z Compiling ingot-macros v0.1.1
3642026-01-13T18:54:03.243Z Checking tracing v0.1.44
3652026-01-13T18:54:03.566Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3662026-01-13T18:54:04.686Z Checking ppv-lite86 v0.2.21
3672026-01-13T18:54:04.728Z Checking postcard v1.1.3
3682026-01-13T18:54:04.731Z Checking clap v4.5.54
3692026-01-13T18:54:05.180Z Checking rand_chacha v0.9.0
3702026-01-13T18:54:05.520Z Checking rand v0.9.2
3712026-01-13T18:54:06.559Z Checking ingot-types v0.1.2
3722026-01-13T18:54:07.020Z Checking ingot v0.1.1
3732026-01-13T18:54:09.053Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3742026-01-13T18:54:11.113Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3752026-01-13T18:54:12.952Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3762026-01-13T18:54:14.290Z Finished `dev` profile [optimized + debuginfo] target(s) in 33.07s
3772026-01-13T18:54:14.427Z
3782026-01-13T18:54:14.427Zreal 33.362938396
3792026-01-13T18:54:14.427Zuser 2:09.821108491
3802026-01-13T18:54:14.427Zsys 21.502862535
3812026-01-13T18:54:14.427Ztrap 0.097207017
3822026-01-13T18:54:14.427Ztflt 0.218926803
3832026-01-13T18:54:14.427Zdflt 0.119430978
3842026-01-13T18:54:14.431Zkflt 0.001800315
3852026-01-13T18:54:14.431Zlock 4:54.421889813
3862026-01-13T18:54:14.431Zslp 8:34.125912891
3872026-01-13T18:54:14.431Zlat 8.668223383
3882026-01-13T18:54:14.431Zstop 17.069044654
3892026-01-13T18:54:14.431Z+ header 'debug build'
3902026-01-13T18:54:14.431Z+ echo '# ==== debug build ==== #'
3912026-01-13T18:54:14.431Z# ==== debug build ==== #
3922026-01-13T18:54:14.431Z+ ptime -m cargo build
3932026-01-13T18:54:14.697Z Compiling cfg-if v1.0.4
3942026-01-13T18:54:14.700Z Compiling libc v0.2.179
3952026-01-13T18:54:14.701Z Compiling serde_core v1.0.228
3962026-01-13T18:54:14.729Z Compiling zerocopy v0.8.31
3972026-01-13T18:54:14.733Z Compiling thiserror v2.0.17
3982026-01-13T18:54:14.737Z Compiling byteorder v1.5.0
3992026-01-13T18:54:14.741Z Compiling stable_deref_trait v1.2.1
4002026-01-13T18:54:14.744Z Compiling macaddr v1.0.1
4012026-01-13T18:54:14.800Z Compiling bitflags v1.3.2
4022026-01-13T18:54:14.833Z Compiling cobs v0.3.0
4032026-01-13T18:54:14.857Z Compiling managed v0.8.0
4042026-01-13T18:54:14.896Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4052026-01-13T18:54:15.080Z Compiling hash32 v0.3.1
4062026-01-13T18:54:15.255Z Compiling heapless v0.8.0
4072026-01-13T18:54:15.288Z Compiling foreign-types-shared v0.3.1
4082026-01-13T18:54:15.311Z Compiling ipnetwork v0.21.1
4092026-01-13T18:54:15.337Z Compiling once_cell v1.21.3
4102026-01-13T18:54:15.344Z Compiling unicode-width v0.2.2
4112026-01-13T18:54:15.408Z Compiling memchr v2.7.6
4122026-01-13T18:54:15.640Z Compiling getrandom v0.3.4
4132026-01-13T18:54:15.773Z Compiling errno v0.3.14
4142026-01-13T18:54:15.953Z Compiling rand_core v0.9.3
4152026-01-13T18:54:16.034Z Compiling utf8parse v0.2.2
4162026-01-13T18:54:16.065Z Compiling tabwriter v1.4.1
4172026-01-13T18:54:16.200Z Compiling smoltcp v0.11.0
4182026-01-13T18:54:16.204Z Compiling anstyle-parse v0.2.7
4192026-01-13T18:54:16.411Z Compiling cstr-argument v0.1.2
4202026-01-13T18:54:16.506Z Compiling tracing-core v0.1.36
4212026-01-13T18:54:16.630Z Compiling foreign-types v0.5.0
4222026-01-13T18:54:16.703Z Compiling ref-cast v1.0.25
4232026-01-13T18:54:16.733Z Compiling num_enum v0.7.5
4242026-01-13T18:54:16.928Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4252026-01-13T18:54:16.932Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-01-13T18:54:16.963Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4272026-01-13T18:54:17.080Z Compiling is_terminal_polyfill v1.70.2
4282026-01-13T18:54:17.095Z Compiling anstyle v1.0.13
4292026-01-13T18:54:17.215Z Compiling pretty-hex v0.4.1
4302026-01-13T18:54:17.453Z Compiling anstyle-query v1.1.5
4312026-01-13T18:54:17.617Z Compiling dyn-clone v1.0.20
4322026-01-13T18:54:17.629Z Compiling pin-project-lite v0.2.16
4332026-01-13T18:54:17.777Z Compiling colorchoice v1.0.4
4342026-01-13T18:54:17.902Z Compiling anstream v0.6.21
4352026-01-13T18:54:17.965Z Compiling tracing v0.1.44
4362026-01-13T18:54:18.031Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4372026-01-13T18:54:18.343Z Compiling anyhow v1.0.100
4382026-01-13T18:54:18.427Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4392026-01-13T18:54:18.625Z Compiling ingot-types v0.1.2
4402026-01-13T18:54:18.731Z Compiling ppv-lite86 v0.2.21
4412026-01-13T18:54:19.088Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4422026-01-13T18:54:19.285Z Compiling bitflags v2.10.0
4432026-01-13T18:54:19.501Z Compiling serde v1.0.228
4442026-01-13T18:54:19.522Z Compiling rand_chacha v0.9.0
4452026-01-13T18:54:19.531Z Compiling uuid v1.19.0
4462026-01-13T18:54:19.583Z Compiling socket2 v0.6.1
4472026-01-13T18:54:19.678Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-01-13T18:54:20.262Z Compiling rustix v1.1.3
4492026-01-13T18:54:20.277Z Compiling rand v0.9.2
4502026-01-13T18:54:20.727Z Compiling postcard v1.1.3
4512026-01-13T18:54:21.041Z Compiling ingot v0.1.1
4522026-01-13T18:54:21.173Z Compiling oxnet v0.1.4
4532026-01-13T18:54:21.502Z Compiling terminal_size v0.4.3
4542026-01-13T18:54:21.767Z Compiling clap_lex v0.7.6
4552026-01-13T18:54:22.001Z Compiling strsim v0.11.1
4562026-01-13T18:54:22.147Z Compiling winnow v0.7.14
4572026-01-13T18:54:22.163Z Compiling colored v3.0.0
4582026-01-13T18:54:22.252Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4592026-01-13T18:54:22.584Z Compiling clap_builder v4.5.54
4602026-01-13T18:54:24.646Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4612026-01-13T18:54:25.164Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409)
4622026-01-13T18:54:25.976Z Compiling clap v4.5.54
4632026-01-13T18:54:28.458Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4642026-01-13T18:54:32.430Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4652026-01-13T18:54:40.010Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.52s
4662026-01-13T18:54:40.042Z
4672026-01-13T18:54:40.046Zreal 25.606316691
4682026-01-13T18:54:40.046Zuser 2:26.474389431
4692026-01-13T18:54:40.046Zsys 9.948012513
4702026-01-13T18:54:40.046Ztrap 0.086320734
4712026-01-13T18:54:40.046Ztflt 0.279186209
4722026-01-13T18:54:40.046Zdflt 0.200976307
4732026-01-13T18:54:40.046Zkflt 0.000049757
4742026-01-13T18:54:40.046Zlock 5:34.344875923
4752026-01-13T18:54:40.046Zslp 6:24.655073656
4762026-01-13T18:54:40.046Zlat 6.233674289
4772026-01-13T18:54:40.046Zstop 4.135249700
4782026-01-13T18:54:40.046Z+ header 'release build'
4792026-01-13T18:54:40.046Z+ echo '# ==== release build ==== #'
4802026-01-13T18:54:40.046Z# ==== release build ==== #
4812026-01-13T18:54:40.046Z+ ptime -m cargo build --release
4822026-01-13T18:54:40.227Z Compiling proc-macro2 v1.0.104
4832026-01-13T18:54:40.227Z Compiling unicode-ident v1.0.22
4842026-01-13T18:54:40.232Z Compiling quote v1.0.42
4852026-01-13T18:54:40.232Z Compiling libc v0.2.179
4862026-01-13T18:54:40.232Z Compiling serde_core v1.0.228
4872026-01-13T18:54:40.232Z Compiling zerocopy v0.8.31
4882026-01-13T18:54:40.232Z Compiling cfg-if v1.0.4
4892026-01-13T18:54:40.254Z Compiling fnv v1.0.7
4902026-01-13T18:54:40.347Z Compiling memchr v2.7.6
4912026-01-13T18:54:40.379Z Compiling ident_case v1.0.1
4922026-01-13T18:54:40.417Z Compiling thiserror v2.0.17
4932026-01-13T18:54:40.552Z Compiling strsim v0.11.1
4942026-01-13T18:54:40.776Z Compiling regex-syntax v0.8.8
4952026-01-13T18:54:40.980Z Compiling winnow v0.7.14
4962026-01-13T18:54:41.100Z Compiling either v1.15.0
4972026-01-13T18:54:41.375Z Compiling aho-corasick v1.1.4
4982026-01-13T18:54:41.474Z Compiling equivalent v1.0.2
4992026-01-13T18:54:41.542Z Compiling hashbrown v0.16.1
5002026-01-13T18:54:41.580Z Compiling anyhow v1.0.100
5012026-01-13T18:54:41.875Z Compiling serde v1.0.228
5022026-01-13T18:54:42.512Z Compiling syn v2.0.113
5032026-01-13T18:54:42.614Z Compiling itertools v0.14.0
5042026-01-13T18:54:42.662Z Compiling indexmap v2.12.1
5052026-01-13T18:54:42.727Z Compiling byteorder v1.5.0
5062026-01-13T18:54:43.078Z Compiling getrandom v0.3.4
5072026-01-13T18:54:43.667Z Compiling toml_datetime v0.7.5+spec-1.1.0
5082026-01-13T18:54:44.120Z Compiling heapless v0.8.0
5092026-01-13T18:54:44.157Z Compiling hash32 v0.3.1
5102026-01-13T18:54:44.380Z Compiling regex-automata v0.4.13
5112026-01-13T18:54:44.498Z Compiling toml_parser v1.0.6+spec-1.1.0
5122026-01-13T18:54:44.891Z Compiling smoltcp v0.11.0
5132026-01-13T18:54:45.004Z Compiling macaddr v1.0.1
5142026-01-13T18:54:45.366Z Compiling toml_edit v0.23.10+spec-1.0.0
5152026-01-13T18:54:45.488Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5162026-01-13T18:54:45.601Z Compiling bitflags v2.10.0
5172026-01-13T18:54:45.735Z Compiling stable_deref_trait v1.2.1
5182026-01-13T18:54:45.813Z Compiling rustversion v1.0.22
5192026-01-13T18:54:45.843Z Compiling syn v1.0.109
5202026-01-13T18:54:46.323Z Compiling rustix v1.1.3
5212026-01-13T18:54:46.369Z Compiling managed v0.8.0
5222026-01-13T18:54:46.457Z Compiling version_check v0.9.5
5232026-01-13T18:54:46.500Z Compiling proc-macro-crate v3.4.0
5242026-01-13T18:54:46.856Z Compiling ref-cast v1.0.25
5252026-01-13T18:54:46.911Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
5262026-01-13T18:54:46.959Z Compiling bitflags v1.3.2
5272026-01-13T18:54:47.016Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5282026-01-13T18:54:47.446Z Compiling rand_core v0.9.3
5292026-01-13T18:54:47.455Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5302026-01-13T18:54:47.569Z Compiling errno v0.3.14
5312026-01-13T18:54:47.820Z Compiling ipnetwork v0.21.1
5322026-01-13T18:54:47.937Z Compiling once_cell v1.21.3
5332026-01-13T18:54:48.235Z Compiling utf8parse v0.2.2
5342026-01-13T18:54:48.392Z Compiling unicode-width v0.2.2
5352026-01-13T18:54:48.438Z Compiling regex v1.12.2
5362026-01-13T18:54:48.552Z Compiling foreign-types-shared v0.3.1
5372026-01-13T18:54:48.678Z Compiling anstyle-parse v0.2.7
5382026-01-13T18:54:48.991Z Compiling tabwriter v1.4.1
5392026-01-13T18:54:49.077Z Compiling tracing-core v0.1.36
5402026-01-13T18:54:49.674Z Compiling darling_core v0.21.3
5412026-01-13T18:54:50.341Z Compiling cstr-argument v0.1.2
5422026-01-13T18:54:51.008Z Compiling anstyle-query v1.1.5
5432026-01-13T18:54:51.161Z Compiling colorchoice v1.0.4
5442026-01-13T18:54:51.240Z Compiling dyn-clone v1.0.20
5452026-01-13T18:54:51.316Z Compiling pretty-hex v0.4.1
5462026-01-13T18:54:51.332Z Compiling pin-project-lite v0.2.16
5472026-01-13T18:54:51.379Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409)
5482026-01-13T18:54:51.455Z Compiling is_terminal_polyfill v1.70.2
5492026-01-13T18:54:51.480Z Compiling anstyle v1.0.13
5502026-01-13T18:54:51.731Z Compiling terminal_size v0.4.3
5512026-01-13T18:54:51.958Z Compiling anstream v0.6.21
5522026-01-13T18:54:51.962Z Compiling uuid v1.19.0
5532026-01-13T18:54:52.242Z Compiling socket2 v0.6.1
5542026-01-13T18:54:52.671Z Compiling oxnet v0.1.4
5552026-01-13T18:54:52.840Z Compiling heck v0.5.0
5562026-01-13T18:54:53.087Z Compiling zerocopy-derive v0.8.31
5572026-01-13T18:54:53.213Z Compiling thiserror-impl v2.0.17
5582026-01-13T18:54:53.272Z Compiling serde_derive v1.0.228
5592026-01-13T18:54:53.339Z Compiling foreign-types-macros v0.2.3
5602026-01-13T18:54:53.506Z Compiling num_enum_derive v0.7.5
5612026-01-13T18:54:54.340Z Compiling ref-cast-impl v1.0.25
5622026-01-13T18:54:54.597Z Compiling foreign-types v0.5.0
5632026-01-13T18:54:54.700Z Compiling tracing-attributes v0.1.31
5642026-01-13T18:54:55.421Z Compiling darling_macro v0.21.3
5652026-01-13T18:54:55.620Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5662026-01-13T18:54:55.654Z Compiling num_enum v0.7.5
5672026-01-13T18:54:55.838Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5682026-01-13T18:54:56.204Z Compiling cobs v0.3.0
5692026-01-13T18:54:56.391Z Compiling darling v0.21.3
5702026-01-13T18:54:56.501Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
5712026-01-13T18:54:56.504Z Compiling ingot-macros v0.1.1
5722026-01-13T18:54:56.505Z Compiling clap_lex v0.7.6
5732026-01-13T18:54:56.602Z Compiling colored v3.0.0
5742026-01-13T18:54:56.831Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5752026-01-13T18:54:57.112Z Compiling clap_builder v4.5.54
5762026-01-13T18:54:57.423Z Compiling tracing v0.1.44
5772026-01-13T18:54:57.665Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5782026-01-13T18:54:57.700Z Compiling clap_derive v4.5.49
5792026-01-13T18:54:57.840Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5802026-01-13T18:55:00.181Z Compiling ppv-lite86 v0.2.21
5812026-01-13T18:55:00.586Z Compiling postcard v1.1.3
5822026-01-13T18:55:00.886Z Compiling rand_chacha v0.9.0
5832026-01-13T18:55:01.217Z Compiling rand v0.9.2
5842026-01-13T18:55:01.340Z Compiling ingot-types v0.1.2
5852026-01-13T18:55:01.593Z Compiling clap v4.5.54
5862026-01-13T18:55:01.920Z Compiling ingot v0.1.1
5872026-01-13T18:55:05.387Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5882026-01-13T18:55:07.103Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5892026-01-13T18:55:08.682Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5902026-01-13T18:55:20.981Z Finished `release` profile [optimized + debuginfo] target(s) in 40.88s
5912026-01-13T18:55:21.014Z
5922026-01-13T18:55:21.017Zreal 40.964325383
5932026-01-13T18:55:21.017Zuser 3:58.027650020
5942026-01-13T18:55:21.017Zsys 22.735344533
5952026-01-13T18:55:21.017Ztrap 0.142900252
5962026-01-13T18:55:21.017Ztflt 0.177530460
5972026-01-13T18:55:21.018Zdflt 0.670316074
5982026-01-13T18:55:21.018Zkflt 0.000019423
5992026-01-13T18:55:21.018Zlock 8:05.410784548
6002026-01-13T18:55:21.018Zslp 10:40.310278163
6012026-01-13T18:55:21.018Zlat 7.456983958
6022026-01-13T18:55:21.018Zstop 13.607997564
6032026-01-13T18:55:21.018Z+ popd
6042026-01-13T18:55:21.018Z/work/oxidecomputer/opte
6052026-01-13T18:55:21.018Z+ for x in debug release
6062026-01-13T18:55:21.018Z+ mkdir -p /work/debug
6072026-01-13T18:55:21.018Z+ cp target/debug/opteadm /work/debug/
6082026-01-13T18:55:21.049Z+ sha256sum target/debug/opteadm
6092026-01-13T18:55:21.082Z+ for x in debug release
6102026-01-13T18:55:21.082Z+ mkdir -p /work/release
6112026-01-13T18:55:21.085Z+ cp target/release/opteadm /work/release/
6122026-01-13T18:55:21.108Z+ sha256sum target/release/opteadm
6132026-01-13T18:55:21.129Zprocess exited: duration 120872 ms, exit code 0
 
6142026-01-13T18:55:21.144Zfound 4 output files
6152026-01-13T18:55:21.144Zuploading: /work/debug/opteadm (34919544 bytes)
6162026-01-13T18:55:22.518Zuploaded: /work/debug/opteadm
6172026-01-13T18:55:22.518Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6182026-01-13T18:55:23.538Zuploaded: /work/debug/opteadm.debug.sha256
6192026-01-13T18:55:23.542Zuploading: /work/release/opteadm (21835728 bytes)
6202026-01-13T18:55:24.773Zuploaded: /work/release/opteadm
6212026-01-13T18:55:24.778Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6222026-01-13T18:55:25.786Zuploaded: /work/release/opteadm.release.sha256