01KJ6F81T5FX7JYD2S3397P91A: 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: 01KJ6F8PT2QGN7J43TYAGV31Y3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-24T00:03:27.190Zjob assigned to worker 01KJ6F8TVEZ64VCVQV513E4ECB [factory aws, i-0631177da1f5175b9] (queued for 56 s)
 
22026-02-24T00:03:35.671Zstarting task 0: "setup"
32026-02-24T00:03:35.676Z++ uname -s
42026-02-24T00:03:35.679Z+ kern=SunOS
52026-02-24T00:03:35.679Z+ build_user=build
62026-02-24T00:03:35.680Z+ build_uid=12345
72026-02-24T00:03:35.680Z+ work_dir=/work
82026-02-24T00:03:35.680Z+ input_dir=/input
92026-02-24T00:03:35.680Z+ [[ 0 == 12345 ]]
102026-02-24T00:03:35.680Z+ case "$kern" in
112026-02-24T00:03:35.680Z+ groupadd -g 12345 build
122026-02-24T00:03:35.683Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-24T00:03:37.689Z+ zfs create -o mountpoint=/work rpool/work
142026-02-24T00:03:37.815Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-24T00:03:37.819Z+ home_fs=zfs
162026-02-24T00:03:37.819Z+ [[ zfs == autofs ]]
172026-02-24T00:03:37.819Z+ mkdir -p /home/build
182026-02-24T00:03:37.823Z+ chown build:build /home/build /work
192026-02-24T00:03:39.822Z+ chmod 0700 /home/build /work
202026-02-24T00:03:39.826Zprocess exited: duration 4155 ms, exit code 0
 
212026-02-24T00:03:39.833Zstarting task 1: "rust-toolchain"
222026-02-24T00:03:39.839Z * rust toolchain channel = "1.90.0"
232026-02-24T00:03:39.839Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
242026-02-24T00:03:39.839Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-24T00:03:39.839Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-24T00:03:39.839Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-24T00:03:39.840Z * rust toolchain profile = "default"
282026-02-24T00:03:39.843Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-24T00:03:39.843Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-02-24T00:03:40.024Zinfo: downloading installer
312026-02-24T00:03:41.855Zwarn: It looks like you have an existing installation of Rust at:
322026-02-24T00:03:41.855Zwarn: /opt/ooce/bin
332026-02-24T00:03:41.855Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-24T00:03:41.855Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-24T00:03:41.856Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-24T00:03:41.856Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-24T00:03:41.856Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-24T00:03:41.856Zerror: cannot install while Rust is installed
392026-02-24T00:03:41.856Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-24T00:03:41.886Zinfo: profile set to 'default'
412026-02-24T00:03:41.886Zinfo: default host triple is x86_64-unknown-illumos
422026-02-24T00:03:41.890Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-02-24T00:03:42.059Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-02-24T00:03:42.059Zinfo: downloading component 'cargo'
452026-02-24T00:03:43.260Zinfo: downloading component 'clippy'
462026-02-24T00:03:43.730Zinfo: downloading component 'rust-docs'
472026-02-24T00:03:45.550Zinfo: downloading component 'rust-std'
482026-02-24T00:03:47.563Zinfo: downloading component 'rustc'
492026-02-24T00:03:55.073Zinfo: downloading component 'rustfmt'
502026-02-24T00:03:55.421Zinfo: installing component 'cargo'
512026-02-24T00:03:56.348Zinfo: installing component 'clippy'
522026-02-24T00:03:56.751Zinfo: installing component 'rust-docs'
532026-02-24T00:03:58.641Zinfo: installing component 'rust-std'
542026-02-24T00:04:00.581Zinfo: installing component 'rustc'
552026-02-24T00:04:07.355Zinfo: installing component 'rustfmt'
562026-02-24T00:04:07.697Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-02-24T00:04:07.697Z
582026-02-24T00:04:08.153Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-02-24T00:04:08.153Z
602026-02-24T00:04:08.157Z
612026-02-24T00:04:08.157ZRust is installed now. Great!
622026-02-24T00:04:08.157Z
632026-02-24T00:04:08.157ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-24T00:04:08.157Zenvironment variable. This has not been done automatically.
652026-02-24T00:04:08.157Z
662026-02-24T00:04:08.157ZTo configure your current shell, you need to source
672026-02-24T00:04:08.157Zthe corresponding env file under $HOME/.cargo.
682026-02-24T00:04:08.158Z
692026-02-24T00:04:08.158ZThis is usually done by running one of the following (note the leading DOT):
702026-02-24T00:04:08.158Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-24T00:04:08.158Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-24T00:04:08.158Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-24T00:04:08.275Z+ rustup --version
742026-02-24T00:04:08.288Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-24T00:04:08.291Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-24T00:04:08.375Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-02-24T00:04:08.379Z+ cargo --version
782026-02-24T00:04:08.451Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-02-24T00:04:08.455Z+ rustc --version
802026-02-24T00:04:08.524Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-02-24T00:04:08.528Zprocess exited: duration 28692 ms, exit code 0
 
822026-02-24T00:04:08.534Zstarting task 2: "authentication"
832026-02-24T00:04:08.558Zprocess exited: duration 23 ms, exit code 0
 
842026-02-24T00:04:08.566Zstarting task 3: "clone repository"
852026-02-24T00:04:08.571Z+ mkdir -p /work/oxidecomputer/opte
862026-02-24T00:04:08.574Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-02-24T00:04:08.634ZCloning into '/work/oxidecomputer/opte'...
882026-02-24T00:04:12.142Z+ cd /work/oxidecomputer/opte
892026-02-24T00:04:12.142Z+ git fetch origin c570ac2126dbbebbd8e98e73b580c5be6b7e460e
902026-02-24T00:04:12.583ZFrom https://github.com/oxidecomputer/opte
912026-02-24T00:04:12.584Z * branch c570ac2126dbbebbd8e98e73b580c5be6b7e460e -> FETCH_HEAD
922026-02-24T00:04:12.592Z+ [[ -n zl/filter-mcast-srcs ]]
932026-02-24T00:04:12.596Z++ git branch --show-current
942026-02-24T00:04:12.599Z+ current=master
952026-02-24T00:04:12.599Z+ [[ master != zl/filter-mcast-srcs ]]
962026-02-24T00:04:12.599Z+ git branch -f zl/filter-mcast-srcs c570ac2126dbbebbd8e98e73b580c5be6b7e460e
972026-02-24T00:04:12.602Z+ git checkout -f zl/filter-mcast-srcs
982026-02-24T00:04:12.626ZSwitched to branch 'zl/filter-mcast-srcs'
992026-02-24T00:04:12.631Z+ git reset --hard c570ac2126dbbebbd8e98e73b580c5be6b7e460e
1002026-02-24T00:04:12.636ZHEAD is now at c570ac2 [review] api comment updates for ord impl
1012026-02-24T00:04:12.640Zprocess exited: duration 4071 ms, exit code 0
 
1022026-02-24T00:04:12.646Zstarting task 4: "build"
1032026-02-24T00:04:12.652Z+ source .github/buildomat/common.sh
1042026-02-24T00:04:12.655Z++ rustup show active-toolchain
1052026-02-24T00:04:12.703Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-02-24T00:04:12.706Z++ pushd xde
1072026-02-24T00:04:12.710Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-02-24T00:04:12.710Z++ rustup show active-toolchain
1092026-02-24T00:04:12.714Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1102026-02-24T00:04:12.902Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1112026-02-24T00:04:12.902Zinfo: downloading component 'cargo'
1122026-02-24T00:04:13.877Zinfo: downloading component 'clippy'
1132026-02-24T00:04:14.282Zinfo: downloading component 'rust-src'
1142026-02-24T00:04:14.622Zinfo: downloading component 'rust-std'
1152026-02-24T00:04:16.830Zinfo: downloading component 'rustc'
1162026-02-24T00:04:26.038Zinfo: downloading component 'rustfmt'
1172026-02-24T00:04:26.365Zinfo: installing component 'cargo'
1182026-02-24T00:04:27.298Zinfo: installing component 'clippy'
1192026-02-24T00:04:27.701Zinfo: installing component 'rust-src'
1202026-02-24T00:04:28.110Zinfo: installing component 'rust-std'
1212026-02-24T00:04:29.830Zinfo: installing component 'rustc'
1222026-02-24T00:04:36.623Zinfo: installing component 'rustfmt'
1232026-02-24T00:04:36.965Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-02-24T00:04:37.052Z+++ rustup show active-toolchain -v
1252026-02-24T00:04:37.056Z+++ head -n 1
1262026-02-24T00:04:37.056Z+++ cut '-d ' -f1
1272026-02-24T00:04:37.164Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1282026-02-24T00:04:37.164Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1292026-02-24T00:04:37.164Z++ popd
1302026-02-24T00:04:37.168Z/work/oxidecomputer/opte
1312026-02-24T00:04:37.168Z+ cargo --version
1322026-02-24T00:04:37.224Zcargo 1.90.0 (840b83a10 2025-07-30)
1332026-02-24T00:04:37.228Z+ rustc --version
1342026-02-24T00:04:37.303Zrustc 1.90.0 (1159e78c4 2025-09-14)
1352026-02-24T00:04:37.307Z+ pushd bin/opteadm
1362026-02-24T00:04:37.307Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1372026-02-24T00:04:37.307Z+ header 'check style'
1382026-02-24T00:04:37.310Z+ echo '# ==== check style ==== #'
1392026-02-24T00:04:37.310Z# ==== check style ==== #
1402026-02-24T00:04:37.310Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1412026-02-24T00:04:37.522Z
1422026-02-24T00:04:37.522Zreal 0.210958056
1432026-02-24T00:04:37.522Zuser 0.140502007
1442026-02-24T00:04:37.522Zsys 0.066645819
1452026-02-24T00:04:37.522Ztrap 0.000005968
1462026-02-24T00:04:37.522Ztflt 0.000022548
1472026-02-24T00:04:37.522Zdflt 0.000028023
1482026-02-24T00:04:37.522Zkflt 0.000000000
1492026-02-24T00:04:37.522Zlock 0.726869098
1502026-02-24T00:04:37.522Zslp 0.227504650
1512026-02-24T00:04:37.522Zlat 0.001804025
1522026-02-24T00:04:37.522Zstop 0.000152256
1532026-02-24T00:04:37.526Z+ header analyze
1542026-02-24T00:04:37.526Z+ echo '# ==== analyze ==== #'
1552026-02-24T00:04:37.526Z# ==== analyze ==== #
1562026-02-24T00:04:37.526Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1572026-02-24T00:04:37.823Z Updating crates.io index
1582026-02-24T00:04:37.827Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-02-24T00:04:41.230Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602026-02-24T00:04:42.163Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612026-02-24T00:04:43.157Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-02-24T00:04:43.806Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-02-24T00:04:44.455Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-02-24T00:04:45.128Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652026-02-24T00:04:47.002Z Downloading crates ...
1662026-02-24T00:04:47.091Z Downloaded anstyle-query v1.1.5
1672026-02-24T00:04:47.099Z Downloaded heapless v0.8.0
1682026-02-24T00:04:47.105Z Downloaded cfg-if v1.0.4
1692026-02-24T00:04:47.105Z Downloaded bitflags v1.3.2
1702026-02-24T00:04:47.108Z Downloaded byteorder v1.5.0
1712026-02-24T00:04:47.112Z Downloaded anstyle-parse v0.2.7
1722026-02-24T00:04:47.131Z Downloaded zerocopy v0.8.39
1732026-02-24T00:04:47.140Z Downloaded terminal_size v0.4.3
1742026-02-24T00:04:47.140Z Downloaded anyhow v1.0.101
1752026-02-24T00:04:47.140Z Downloaded zerocopy-derive v0.8.39
1762026-02-24T00:04:47.144Z Downloaded anstream v0.6.21
1772026-02-24T00:04:47.148Z Downloaded pretty-hex v0.4.1
1782026-02-24T00:04:47.148Z Downloaded postcard v1.1.3
1792026-02-24T00:04:47.154Z Downloaded proc-macro-error-attr2 v2.0.0
1802026-02-24T00:04:47.154Z Downloaded ident_case v1.0.1
1812026-02-24T00:04:47.154Z Downloaded darling_macro v0.21.3
1822026-02-24T00:04:47.154Z Downloaded cstr-argument v0.1.2
1832026-02-24T00:04:47.158Z Downloaded defmt-parser v1.0.0
1842026-02-24T00:04:47.158Z Downloaded colorchoice v1.0.4
1852026-02-24T00:04:47.158Z Downloaded bitflags v2.10.0
1862026-02-24T00:04:47.162Z Downloaded proc-macro-crate v3.4.0
1872026-02-24T00:04:47.162Z Downloaded managed v0.8.0
1882026-02-24T00:04:47.164Z Downloaded heck v0.5.0
1892026-02-24T00:04:47.169Z Downloaded strsim v0.11.1
1902026-02-24T00:04:47.169Z Downloaded embedded-io v0.6.1
1912026-02-24T00:04:47.169Z Downloaded ref-cast-impl v1.0.25
1922026-02-24T00:04:47.173Z Downloaded embedded-io v0.4.0
1932026-02-24T00:04:47.176Z Downloaded macaddr v1.0.1
1942026-02-24T00:04:47.176Z Downloaded is_terminal_polyfill v1.70.2
1952026-02-24T00:04:47.180Z Downloaded fnv v1.0.7
1962026-02-24T00:04:47.180Z Downloaded defmt-macros v1.0.1
1972026-02-24T00:04:47.187Z Downloaded proc-macro2 v1.0.106
1982026-02-24T00:04:47.187Z Downloaded utf8parse v0.2.2
1992026-02-24T00:04:47.187Z Downloaded clap_lex v0.7.7
2002026-02-24T00:04:47.190Z Downloaded version_check v0.9.5
2012026-02-24T00:04:47.194Z Downloaded foreign-types v0.5.0
2022026-02-24T00:04:47.194Z Downloaded stable_deref_trait v1.2.1
2032026-02-24T00:04:47.199Z Downloaded tabwriter v1.4.1
2042026-02-24T00:04:47.203Z Downloaded equivalent v1.0.2
2052026-02-24T00:04:47.209Z Downloaded hash32 v0.3.1
2062026-02-24T00:04:47.215Z Downloaded foreign-types-shared v0.3.1
2072026-02-24T00:04:47.223Z Downloaded dyn-clone v1.0.20
2082026-02-24T00:04:47.226Z Downloaded defmt v0.3.100
2092026-02-24T00:04:47.226Z Downloaded thiserror v2.0.18
2102026-02-24T00:04:47.231Z Downloaded cobs v0.3.0
2112026-02-24T00:04:47.234Z Downloaded ppv-lite86 v0.2.21
2122026-02-24T00:04:47.234Z Downloaded ingot-types v0.1.2
2132026-02-24T00:04:47.240Z Downloaded foreign-types-macros v0.2.3
2142026-02-24T00:04:47.244Z Downloaded errno v0.3.14
2152026-02-24T00:04:47.244Z Downloaded defmt v1.0.1
2162026-02-24T00:04:47.255Z Downloaded ref-cast v1.0.25
2172026-02-24T00:04:47.258Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2182026-02-24T00:04:47.262Z Downloaded quote v1.0.44
2192026-02-24T00:04:47.267Z Downloaded rand_chacha v0.9.0
2202026-02-24T00:04:47.271Z Downloaded anstyle v1.0.13
2212026-02-24T00:04:47.271Z Downloaded num_enum_derive v0.7.5
2222026-02-24T00:04:47.274Z Downloaded thiserror-impl v2.0.18
2232026-02-24T00:04:47.274Z Downloaded oxnet v0.1.4
2242026-02-24T00:04:47.278Z Downloaded ingot v0.1.1
2252026-02-24T00:04:47.278Z Downloaded ipnetwork v0.21.1
2262026-02-24T00:04:47.282Z Downloaded pin-project-lite v0.2.16
2272026-02-24T00:04:47.286Z Downloaded memchr v2.8.0
2282026-02-24T00:04:47.286Z Downloaded rand_core v0.9.5
2292026-02-24T00:04:47.290Z Downloaded num_enum v0.7.5
2302026-02-24T00:04:47.302Z Downloaded toml_parser v1.0.7+spec-1.1.0
2312026-02-24T00:04:47.302Z Downloaded proc-macro-error2 v2.0.1
2322026-02-24T00:04:47.307Z Downloaded clap_derive v4.5.55
2332026-02-24T00:04:47.307Z Downloaded once_cell v1.21.3
2342026-02-24T00:04:47.311Z Downloaded ingot-macros v0.1.1
2352026-02-24T00:04:47.314Z Downloaded either v1.15.0
2362026-02-24T00:04:47.317Z Downloaded tracing-attributes v0.1.31
2372026-02-24T00:04:47.322Z Downloaded rustversion v1.0.22
2382026-02-24T00:04:47.325Z Downloaded darling v0.21.3
2392026-02-24T00:04:47.334Z Downloaded clap v4.5.57
2402026-02-24T00:04:47.342Z Downloaded getrandom v0.3.4
2412026-02-24T00:04:47.344Z Downloaded uuid v1.20.0
2422026-02-24T00:04:47.350Z Downloaded aho-corasick v1.1.4
2432026-02-24T00:04:47.350Z Downloaded unicode-ident v1.0.23
2442026-02-24T00:04:47.353Z Downloaded colored v3.1.1
2452026-02-24T00:04:47.357Z Downloaded socket2 v0.6.2
2462026-02-24T00:04:47.366Z Downloaded serde_derive v1.0.228
2472026-02-24T00:04:47.366Z Downloaded toml_edit v0.23.10+spec-1.0.0
2482026-02-24T00:04:47.370Z Downloaded serde_core v1.0.228
2492026-02-24T00:04:47.380Z Downloaded tracing-core v0.1.36
2502026-02-24T00:04:47.383Z Downloaded itertools v0.14.0
2512026-02-24T00:04:47.388Z Downloaded darling_core v0.21.3
2522026-02-24T00:04:47.396Z Downloaded syn v1.0.109
2532026-02-24T00:04:47.405Z Downloaded serde v1.0.228
2542026-02-24T00:04:47.416Z Downloaded indexmap v2.13.0
2552026-02-24T00:04:47.416Z Downloaded rand v0.9.2
2562026-02-24T00:04:47.420Z Downloaded hashbrown v0.16.1
2572026-02-24T00:04:47.455Z Downloaded unicode-width v0.2.2
2582026-02-24T00:04:47.469Z Downloaded regex v1.12.3
2592026-02-24T00:04:47.473Z Downloaded clap_builder v4.5.57
2602026-02-24T00:04:47.482Z Downloaded winnow v0.7.14
2612026-02-24T00:04:47.547Z Downloaded syn v2.0.114
2622026-02-24T00:04:47.556Z Downloaded smoltcp v0.11.0
2632026-02-24T00:04:47.575Z Downloaded regex-syntax v0.8.9
2642026-02-24T00:04:47.590Z Downloaded rustix v1.1.3
2652026-02-24T00:04:47.610Z Downloaded tracing v0.1.44
2662026-02-24T00:04:47.639Z Downloaded regex-automata v0.4.14
2672026-02-24T00:04:47.647Z Downloaded libc v0.2.180
2682026-02-24T00:04:47.730Z Compiling proc-macro2 v1.0.106
2692026-02-24T00:04:47.730Z Compiling quote v1.0.44
2702026-02-24T00:04:47.730Z Compiling unicode-ident v1.0.23
2712026-02-24T00:04:47.734Z Compiling serde_core v1.0.228
2722026-02-24T00:04:47.734Z Compiling libc v0.2.180
2732026-02-24T00:04:47.734Z Checking cfg-if v1.0.4
2742026-02-24T00:04:47.734Z Compiling zerocopy v0.8.39
2752026-02-24T00:04:47.734Z Compiling strsim v0.11.1
2762026-02-24T00:04:47.930Z Compiling fnv v1.0.7
2772026-02-24T00:04:48.080Z Compiling thiserror v2.0.18
2782026-02-24T00:04:48.097Z Compiling memchr v2.8.0
2792026-02-24T00:04:48.422Z Compiling ident_case v1.0.1
2802026-02-24T00:04:48.565Z Compiling regex-syntax v0.8.9
2812026-02-24T00:04:48.790Z Compiling winnow v0.7.14
2822026-02-24T00:04:48.812Z Compiling equivalent v1.0.2
2832026-02-24T00:04:48.927Z Compiling aho-corasick v1.1.4
2842026-02-24T00:04:49.114Z Compiling either v1.15.0
2852026-02-24T00:04:49.288Z Compiling serde v1.0.228
2862026-02-24T00:04:49.518Z Compiling anyhow v1.0.101
2872026-02-24T00:04:49.647Z Compiling hashbrown v0.16.1
2882026-02-24T00:04:49.908Z Compiling itertools v0.14.0
2892026-02-24T00:04:50.582Z Compiling syn v2.0.114
2902026-02-24T00:04:50.709Z Compiling toml_datetime v0.7.5+spec-1.1.0
2912026-02-24T00:04:50.899Z Compiling indexmap v2.13.0
2922026-02-24T00:04:51.147Z Compiling heapless v0.8.0
2932026-02-24T00:04:51.736Z Compiling getrandom v0.3.4
2942026-02-24T00:04:52.293Z Compiling regex-automata v0.4.14
2952026-02-24T00:04:52.305Z Compiling toml_parser v1.0.7+spec-1.1.0
2962026-02-24T00:04:52.360Z Checking byteorder v1.5.0
2972026-02-24T00:04:52.668Z Checking hash32 v0.3.1
2982026-02-24T00:04:52.707Z Checking bitflags v2.10.0
2992026-02-24T00:04:52.826Z Compiling smoltcp v0.11.0
3002026-02-24T00:04:52.854Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3012026-02-24T00:04:52.867Z Checking stable_deref_trait v1.2.1
3022026-02-24T00:04:52.976Z Checking macaddr v1.0.1
3032026-02-24T00:04:53.051Z Compiling rustversion v1.0.22
3042026-02-24T00:04:53.250Z Compiling toml_edit v0.23.10+spec-1.0.0
3052026-02-24T00:04:53.260Z Compiling syn v1.0.109
3062026-02-24T00:04:53.773Z Compiling rustix v1.1.3
3072026-02-24T00:04:53.785Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3082026-02-24T00:04:53.893Z Compiling ref-cast v1.0.25
3092026-02-24T00:04:53.917Z Checking managed v0.8.0
3102026-02-24T00:04:54.147Z Compiling version_check v0.9.5
3112026-02-24T00:04:54.311Z Checking bitflags v1.3.2
3122026-02-24T00:04:54.344Z Checking rand_core v0.9.5
3132026-02-24T00:04:54.407Z Compiling proc-macro-crate v3.4.0
3142026-02-24T00:04:54.736Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3152026-02-24T00:04:55.143Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-02-24T00:04:55.385Z Checking errno v0.3.14
3172026-02-24T00:04:55.580Z Checking ipnetwork v0.21.1
3182026-02-24T00:04:55.756Z Checking utf8parse v0.2.2
3192026-02-24T00:04:55.918Z Checking foreign-types-shared v0.3.1
3202026-02-24T00:04:55.921Z Checking unicode-width v0.2.2
3212026-02-24T00:04:55.943Z Checking once_cell v1.21.3
3222026-02-24T00:04:56.034Z Checking anstyle-parse v0.2.7
3232026-02-24T00:04:56.183Z Checking cstr-argument v0.1.2
3242026-02-24T00:04:56.268Z Compiling regex v1.12.3
3252026-02-24T00:04:56.326Z Checking tracing-core v0.1.36
3262026-02-24T00:04:56.422Z Checking tabwriter v1.4.1
3272026-02-24T00:04:57.180Z Checking anstyle v1.0.13
3282026-02-24T00:04:57.451Z Compiling darling_core v0.21.3
3292026-02-24T00:04:57.490Z Checking pretty-hex v0.4.1
3302026-02-24T00:04:57.503Z Checking anstyle-query v1.1.5
3312026-02-24T00:04:57.507Z Checking is_terminal_polyfill v1.70.2
3322026-02-24T00:04:57.523Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
3332026-02-24T00:04:57.630Z Checking colorchoice v1.0.4
3342026-02-24T00:04:57.641Z Checking dyn-clone v1.0.20
3352026-02-24T00:04:57.678Z Checking pin-project-lite v0.2.16
3362026-02-24T00:04:57.778Z Checking anstream v0.6.21
3372026-02-24T00:04:57.815Z Checking terminal_size v0.4.3
3382026-02-24T00:04:57.995Z Checking uuid v1.20.0
3392026-02-24T00:04:58.213Z Checking socket2 v0.6.2
3402026-02-24T00:04:58.592Z Checking clap_lex v0.7.7
3412026-02-24T00:04:58.630Z Checking colored v3.1.1
3422026-02-24T00:04:58.774Z Checking oxnet v0.1.4
3432026-02-24T00:04:58.872Z Compiling heck v0.5.0
3442026-02-24T00:04:58.925Z Checking clap_builder v4.5.57
3452026-02-24T00:04:59.025Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462026-02-24T00:05:00.069Z Compiling zerocopy-derive v0.8.39
3472026-02-24T00:05:00.069Z Compiling thiserror-impl v2.0.18
3482026-02-24T00:05:00.073Z Compiling serde_derive v1.0.228
3492026-02-24T00:05:00.073Z Compiling num_enum_derive v0.7.5
3502026-02-24T00:05:01.461Z Compiling ref-cast-impl v1.0.25
3512026-02-24T00:05:01.921Z Compiling foreign-types-macros v0.2.3
3522026-02-24T00:05:02.260Z Checking num_enum v0.7.5
3532026-02-24T00:05:02.440Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3542026-02-24T00:05:02.847Z Compiling tracing-attributes v0.1.31
3552026-02-24T00:05:03.072Z Checking cobs v0.3.0
3562026-02-24T00:05:03.142Z Compiling darling_macro v0.21.3
3572026-02-24T00:05:03.225Z Checking foreign-types v0.5.0
3582026-02-24T00:05:03.321Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3592026-02-24T00:05:03.339Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3602026-02-24T00:05:03.549Z Compiling clap_derive v4.5.55
3612026-02-24T00:05:03.924Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3622026-02-24T00:05:04.147Z Compiling darling v0.21.3
3632026-02-24T00:05:04.267Z Compiling ingot-macros v0.1.1
3642026-02-24T00:05:04.752Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3652026-02-24T00:05:05.245Z Checking tracing v0.1.44
3662026-02-24T00:05:06.132Z Checking postcard v1.1.3
3672026-02-24T00:05:06.293Z Checking clap v4.5.57
3682026-02-24T00:05:08.989Z Checking ingot-types v0.1.2
3692026-02-24T00:05:08.989Z Checking ppv-lite86 v0.2.21
3702026-02-24T00:05:09.414Z Checking rand_chacha v0.9.0
3712026-02-24T00:05:09.481Z Checking ingot v0.1.1
3722026-02-24T00:05:09.644Z Checking rand v0.9.2
3732026-02-24T00:05:12.291Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3742026-02-24T00:05:14.251Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3752026-02-24T00:05:19.437Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3762026-02-24T00:05:19.438Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.10s
3772026-02-24T00:05:19.438Z
3782026-02-24T00:05:19.438Zreal 40.392993140
3792026-02-24T00:05:19.438Zuser 2:13.580438729
3802026-02-24T00:05:19.438Zsys 21.651776101
3812026-02-24T00:05:19.438Ztrap 0.082100318
3822026-02-24T00:05:19.438Ztflt 0.323710578
3832026-02-24T00:05:19.438Zdflt 0.523648060
3842026-02-24T00:05:19.438Zkflt 0.008406040
3852026-02-24T00:05:19.438Zlock 5:06.202403912
3862026-02-24T00:05:19.438Zslp 9:02.110638930
3872026-02-24T00:05:19.438Zlat 8.362399419
3882026-02-24T00:05:19.438Zstop 18.246644116
3892026-02-24T00:05:19.438Z+ header 'debug build'
3902026-02-24T00:05:19.438Z+ echo '# ==== debug build ==== #'
3912026-02-24T00:05:19.438Z# ==== debug build ==== #
3922026-02-24T00:05:19.438Z+ ptime -m cargo build
3932026-02-24T00:05:19.438Z Compiling cfg-if v1.0.4
3942026-02-24T00:05:19.438Z Compiling serde_core v1.0.228
3952026-02-24T00:05:19.438Z Compiling libc v0.2.180
3962026-02-24T00:05:19.438Z Compiling zerocopy v0.8.39
3972026-02-24T00:05:19.438Z Compiling thiserror v2.0.18
3982026-02-24T00:05:19.438Z Compiling byteorder v1.5.0
3992026-02-24T00:05:19.439Z Compiling macaddr v1.0.1
4002026-02-24T00:05:19.439Z Compiling stable_deref_trait v1.2.1
4012026-02-24T00:05:19.439Z Compiling managed v0.8.0
4022026-02-24T00:05:19.439Z Compiling cobs v0.3.0
4032026-02-24T00:05:19.439Z Compiling bitflags v1.3.2
4042026-02-24T00:05:19.439Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4052026-02-24T00:05:19.439Z Compiling hash32 v0.3.1
4062026-02-24T00:05:19.439Z Compiling heapless v0.8.0
4072026-02-24T00:05:19.439Z Compiling unicode-width v0.2.2
4082026-02-24T00:05:19.439Z Compiling ipnetwork v0.21.1
4092026-02-24T00:05:19.439Z Compiling once_cell v1.21.3
4102026-02-24T00:05:19.439Z Compiling memchr v2.8.0
4112026-02-24T00:05:19.439Z Compiling getrandom v0.3.4
4122026-02-24T00:05:19.439Z Compiling errno v0.3.14
4132026-02-24T00:05:19.459Z Compiling rand_core v0.9.5
4142026-02-24T00:05:19.578Z Compiling utf8parse v0.2.2
4152026-02-24T00:05:19.592Z Compiling smoltcp v0.11.0
4162026-02-24T00:05:19.663Z Compiling foreign-types-shared v0.3.1
4172026-02-24T00:05:19.738Z Compiling anstyle-parse v0.2.7
4182026-02-24T00:05:19.788Z Compiling cstr-argument v0.1.2
4192026-02-24T00:05:19.933Z Compiling foreign-types v0.5.0
4202026-02-24T00:05:19.939Z Compiling tabwriter v1.4.1
4212026-02-24T00:05:20.037Z Compiling tracing-core v0.1.36
4222026-02-24T00:05:20.132Z Compiling ref-cast v1.0.25
4232026-02-24T00:05:20.137Z Compiling num_enum v0.7.5
4242026-02-24T00:05:20.269Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4252026-02-24T00:05:20.314Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-02-24T00:05:20.442Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4272026-02-24T00:05:20.486Z Compiling colorchoice v1.0.4
4282026-02-24T00:05:20.669Z Compiling dyn-clone v1.0.20
4292026-02-24T00:05:20.788Z Compiling pin-project-lite v0.2.16
4302026-02-24T00:05:20.936Z Compiling anstyle v1.0.13
4312026-02-24T00:05:20.976Z Compiling anstyle-query v1.1.5
4322026-02-24T00:05:21.150Z Compiling pretty-hex v0.4.1
4332026-02-24T00:05:21.378Z Compiling is_terminal_polyfill v1.70.2
4342026-02-24T00:05:21.488Z Compiling anstream v0.6.21
4352026-02-24T00:05:21.500Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4362026-02-24T00:05:21.510Z Compiling tracing v0.1.44
4372026-02-24T00:05:21.772Z Compiling anyhow v1.0.101
4382026-02-24T00:05:21.900Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4392026-02-24T00:05:22.237Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4402026-02-24T00:05:22.427Z Compiling socket2 v0.6.2
4412026-02-24T00:05:22.640Z Compiling strsim v0.11.1
4422026-02-24T00:05:22.986Z Compiling bitflags v2.10.0
4432026-02-24T00:05:23.051Z Compiling serde v1.0.228
4442026-02-24T00:05:23.275Z Compiling uuid v1.20.0
4452026-02-24T00:05:23.682Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-02-24T00:05:23.978Z Compiling rustix v1.1.3
4472026-02-24T00:05:24.656Z Compiling postcard v1.1.3
4482026-02-24T00:05:24.772Z Compiling winnow v0.7.14
4492026-02-24T00:05:24.779Z Compiling colored v3.1.1
4502026-02-24T00:05:25.024Z Compiling clap_lex v0.7.7
4512026-02-24T00:05:25.206Z Compiling terminal_size v0.4.3
4522026-02-24T00:05:25.424Z Compiling oxnet v0.1.4
4532026-02-24T00:05:25.465Z Compiling clap_builder v4.5.57
4542026-02-24T00:05:25.838Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4552026-02-24T00:05:26.403Z Compiling ingot-types v0.1.2
4562026-02-24T00:05:26.632Z Compiling ppv-lite86 v0.2.21
4572026-02-24T00:05:27.324Z Compiling ingot v0.1.1
4582026-02-24T00:05:27.449Z Compiling rand_chacha v0.9.0
4592026-02-24T00:05:27.735Z Compiling rand v0.9.2
4602026-02-24T00:05:28.663Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
4612026-02-24T00:05:29.158Z Compiling clap v4.5.57
4622026-02-24T00:05:31.567Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4632026-02-24T00:05:36.119Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4642026-02-24T00:05:38.288Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4652026-02-24T00:05:46.589Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.60s
4662026-02-24T00:05:46.622Z
4672026-02-24T00:05:46.626Zreal 28.682142184
4682026-02-24T00:05:46.626Zuser 2:36.056260204
4692026-02-24T00:05:46.626Zsys 10.251576896
4702026-02-24T00:05:46.626Ztrap 0.084725660
4712026-02-24T00:05:46.626Ztflt 0.298273686
4722026-02-24T00:05:46.626Zdflt 0.225431536
4732026-02-24T00:05:46.626Zkflt 0.000015048
4742026-02-24T00:05:46.626Zlock 5:40.783669674
4752026-02-24T00:05:46.627Zslp 6:16.837269548
4762026-02-24T00:05:46.627Zlat 5.443345017
4772026-02-24T00:05:46.627Zstop 3.836406467
4782026-02-24T00:05:46.627Z+ header 'release build'
4792026-02-24T00:05:46.627Z+ echo '# ==== release build ==== #'
4802026-02-24T00:05:46.627Z# ==== release build ==== #
4812026-02-24T00:05:46.627Z+ ptime -m cargo build --release
4822026-02-24T00:05:46.809Z Compiling proc-macro2 v1.0.106
4832026-02-24T00:05:46.809Z Compiling quote v1.0.44
4842026-02-24T00:05:46.813Z Compiling unicode-ident v1.0.23
4852026-02-24T00:05:46.813Z Compiling libc v0.2.180
4862026-02-24T00:05:46.813Z Compiling serde_core v1.0.228
4872026-02-24T00:05:46.813Z Compiling cfg-if v1.0.4
4882026-02-24T00:05:46.813Z Compiling zerocopy v0.8.39
4892026-02-24T00:05:46.813Z Compiling thiserror v2.0.18
4902026-02-24T00:05:46.934Z Compiling ident_case v1.0.1
4912026-02-24T00:05:47.019Z Compiling fnv v1.0.7
4922026-02-24T00:05:47.110Z Compiling strsim v0.11.1
4932026-02-24T00:05:47.153Z Compiling memchr v2.8.0
4942026-02-24T00:05:47.339Z Compiling regex-syntax v0.8.9
4952026-02-24T00:05:47.557Z Compiling either v1.15.0
4962026-02-24T00:05:47.638Z Compiling hashbrown v0.16.1
4972026-02-24T00:05:47.781Z Compiling serde v1.0.228
4982026-02-24T00:05:47.965Z Compiling winnow v0.7.14
4992026-02-24T00:05:48.341Z Compiling aho-corasick v1.1.4
5002026-02-24T00:05:48.389Z Compiling equivalent v1.0.2
5012026-02-24T00:05:48.481Z Compiling anyhow v1.0.101
5022026-02-24T00:05:48.570Z Compiling itertools v0.14.0
5032026-02-24T00:05:49.072Z Compiling indexmap v2.13.0
5042026-02-24T00:05:49.208Z Compiling syn v2.0.114
5052026-02-24T00:05:49.354Z Compiling toml_datetime v0.7.5+spec-1.1.0
5062026-02-24T00:05:49.801Z Compiling heapless v0.8.0
5072026-02-24T00:05:50.343Z Compiling byteorder v1.5.0
5082026-02-24T00:05:50.411Z Compiling getrandom v0.3.4
5092026-02-24T00:05:50.705Z Compiling hash32 v0.3.1
5102026-02-24T00:05:50.933Z Compiling regex-automata v0.4.14
5112026-02-24T00:05:51.334Z Compiling toml_parser v1.0.7+spec-1.1.0
5122026-02-24T00:05:51.450Z Compiling syn v1.0.109
5132026-02-24T00:05:51.494Z Compiling rustversion v1.0.22
5142026-02-24T00:05:51.865Z Compiling stable_deref_trait v1.2.1
5152026-02-24T00:05:51.973Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5162026-02-24T00:05:52.024Z Compiling smoltcp v0.11.0
5172026-02-24T00:05:52.156Z Compiling bitflags v2.10.0
5182026-02-24T00:05:52.371Z Compiling toml_edit v0.23.10+spec-1.0.0
5192026-02-24T00:05:52.423Z Compiling macaddr v1.0.1
5202026-02-24T00:05:52.694Z Compiling bitflags v1.3.2
5212026-02-24T00:05:52.799Z Compiling ref-cast v1.0.25
5222026-02-24T00:05:52.872Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5232026-02-24T00:05:52.876Z Compiling rustix v1.1.3
5242026-02-24T00:05:53.070Z Compiling managed v0.8.0
5252026-02-24T00:05:53.238Z Compiling version_check v0.9.5
5262026-02-24T00:05:53.425Z Compiling rand_core v0.9.5
5272026-02-24T00:05:53.764Z Compiling proc-macro-crate v3.4.0
5282026-02-24T00:05:53.786Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5292026-02-24T00:05:54.147Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5302026-02-24T00:05:54.649Z Compiling errno v0.3.14
5312026-02-24T00:05:54.679Z Compiling foreign-types-shared v0.3.1
5322026-02-24T00:05:54.799Z Compiling once_cell v1.21.3
5332026-02-24T00:05:54.916Z Compiling unicode-width v0.2.2
5342026-02-24T00:05:55.033Z Compiling regex v1.12.3
5352026-02-24T00:05:55.232Z Compiling utf8parse v0.2.2
5362026-02-24T00:05:55.390Z Compiling ipnetwork v0.21.1
5372026-02-24T00:05:55.533Z Compiling tabwriter v1.4.1
5382026-02-24T00:05:55.900Z Compiling cstr-argument v0.1.2
5392026-02-24T00:05:56.140Z Compiling darling_core v0.21.3
5402026-02-24T00:05:56.177Z Compiling anstyle-parse v0.2.7
5412026-02-24T00:05:56.184Z Compiling tracing-core v0.1.36
5422026-02-24T00:05:57.528Z Compiling dyn-clone v1.0.20
5432026-02-24T00:05:57.767Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
5442026-02-24T00:05:57.785Z Compiling pretty-hex v0.4.1
5452026-02-24T00:05:58.028Z Compiling colorchoice v1.0.4
5462026-02-24T00:05:58.060Z Compiling is_terminal_polyfill v1.70.2
5472026-02-24T00:05:58.134Z Compiling anstyle-query v1.1.5
5482026-02-24T00:05:58.193Z Compiling pin-project-lite v0.2.16
5492026-02-24T00:05:58.201Z Compiling anstyle v1.0.13
5502026-02-24T00:05:58.304Z Compiling terminal_size v0.4.3
5512026-02-24T00:05:58.521Z Compiling uuid v1.20.0
5522026-02-24T00:05:58.678Z Compiling anstream v0.6.21
5532026-02-24T00:05:59.145Z Compiling socket2 v0.6.2
5542026-02-24T00:05:59.493Z Compiling heck v0.5.0
5552026-02-24T00:05:59.555Z Compiling colored v3.1.1
5562026-02-24T00:05:59.699Z Compiling zerocopy-derive v0.8.39
5572026-02-24T00:05:59.913Z Compiling thiserror-impl v2.0.18
5582026-02-24T00:06:00.200Z Compiling serde_derive v1.0.228
5592026-02-24T00:06:00.353Z Compiling ref-cast-impl v1.0.25
5602026-02-24T00:06:00.767Z Compiling foreign-types-macros v0.2.3
5612026-02-24T00:06:00.862Z Compiling num_enum_derive v0.7.5
5622026-02-24T00:06:01.680Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5632026-02-24T00:06:01.906Z Compiling darling_macro v0.21.3
5642026-02-24T00:06:02.052Z Compiling foreign-types v0.5.0
5652026-02-24T00:06:02.157Z Compiling tracing-attributes v0.1.31
5662026-02-24T00:06:02.540Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5672026-02-24T00:06:02.839Z Compiling cobs v0.3.0
5682026-02-24T00:06:02.846Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5692026-02-24T00:06:02.886Z Compiling darling v0.21.3
5702026-02-24T00:06:02.941Z Compiling num_enum v0.7.5
5712026-02-24T00:06:02.993Z Compiling ingot-macros v0.1.1
5722026-02-24T00:06:03.130Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5732026-02-24T00:06:03.262Z Compiling oxnet v0.1.4
5742026-02-24T00:06:03.483Z Compiling clap_lex v0.7.7
5752026-02-24T00:06:03.725Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5762026-02-24T00:06:03.839Z Compiling clap_builder v4.5.57
5772026-02-24T00:06:03.903Z Compiling clap_derive v4.5.55
5782026-02-24T00:06:04.095Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5792026-02-24T00:06:04.886Z Compiling tracing v0.1.44
5802026-02-24T00:06:07.333Z Compiling postcard v1.1.3
5812026-02-24T00:06:08.106Z Compiling clap v4.5.57
5822026-02-24T00:06:10.509Z Compiling ingot-types v0.1.2
5832026-02-24T00:06:10.509Z Compiling ppv-lite86 v0.2.21
5842026-02-24T00:06:10.967Z Compiling rand_chacha v0.9.0
5852026-02-24T00:06:11.060Z Compiling ingot v0.1.1
5862026-02-24T00:06:11.214Z Compiling rand v0.9.2
5872026-02-24T00:06:14.343Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5882026-02-24T00:06:16.054Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5892026-02-24T00:06:17.833Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5902026-02-24T00:06:31.447Z Finished `release` profile [optimized + debuginfo] target(s) in 44.76s
5912026-02-24T00:06:31.480Z
5922026-02-24T00:06:31.484Zreal 44.844048613
5932026-02-24T00:06:31.484Zuser 4:05.645373909
5942026-02-24T00:06:31.484Zsys 22.867649132
5952026-02-24T00:06:31.484Ztrap 0.137111206
5962026-02-24T00:06:31.484Ztflt 0.205369533
5972026-02-24T00:06:31.484Zdflt 0.751262486
5982026-02-24T00:06:31.484Zkflt 0.000015018
5992026-02-24T00:06:31.484Zlock 8:23.868888957
6002026-02-24T00:06:31.484Zslp 10:48.111888111
6012026-02-24T00:06:31.484Zlat 8.304674624
6022026-02-24T00:06:31.484Zstop 14.178182938
6032026-02-24T00:06:31.484Z+ popd
6042026-02-24T00:06:31.485Z/work/oxidecomputer/opte
6052026-02-24T00:06:31.485Z+ for x in debug release
6062026-02-24T00:06:31.485Z+ mkdir -p /work/debug
6072026-02-24T00:06:31.485Z+ cp target/debug/opteadm /work/debug/
6082026-02-24T00:06:31.515Z+ sha256sum target/debug/opteadm
6092026-02-24T00:06:31.549Z+ for x in debug release
6102026-02-24T00:06:31.549Z+ mkdir -p /work/release
6112026-02-24T00:06:31.552Z+ cp target/release/opteadm /work/release/
6122026-02-24T00:06:31.575Z+ sha256sum target/release/opteadm
6132026-02-24T00:06:31.597Zprocess exited: duration 138938 ms, exit code 0
 
6142026-02-24T00:06:31.618Zfound 4 output files
6152026-02-24T00:06:31.618Zuploading: /work/debug/opteadm (36315232 bytes)
6162026-02-24T00:06:33.002Zuploaded: /work/debug/opteadm
6172026-02-24T00:06:33.002Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6182026-02-24T00:06:34.013Zuploaded: /work/debug/opteadm.debug.sha256
6192026-02-24T00:06:34.013Zuploading: /work/release/opteadm (23369248 bytes)
6202026-02-24T00:06:35.274Zuploaded: /work/release/opteadm
6212026-02-24T00:06:35.277Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6222026-02-24T00:06:36.284Zuploaded: /work/release/opteadm.release.sha256