01KE8RTP18E4GS0XX7KWSN6S10: 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: 01KE8RV95PD111Y6VFDWFW4KMZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-06T04:26:29.648Zjob assigned to worker 01KE8RV8RS31RZ3MYHMF9N8R6X [factory aws, i-0aa6cca33de572811] (queued for 51 s)
 
22026-01-06T04:26:37.635Zstarting task 0: "setup"
32026-01-06T04:26:37.639Z++ uname -s
42026-01-06T04:26:37.642Z+ kern=SunOS
52026-01-06T04:26:37.642Z+ build_user=build
62026-01-06T04:26:37.642Z+ build_uid=12345
72026-01-06T04:26:37.642Z+ work_dir=/work
82026-01-06T04:26:37.642Z+ input_dir=/input
92026-01-06T04:26:37.642Z+ [[ 0 == 12345 ]]
102026-01-06T04:26:37.642Z+ case "$kern" in
112026-01-06T04:26:37.642Z+ groupadd -g 12345 build
122026-01-06T04:26:37.645Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-06T04:26:39.650Z+ zfs create -o mountpoint=/work rpool/work
142026-01-06T04:26:39.763Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-06T04:26:39.766Z+ home_fs=zfs
162026-01-06T04:26:39.766Z+ [[ zfs == autofs ]]
172026-01-06T04:26:39.766Z+ mkdir -p /home/build
182026-01-06T04:26:39.766Z+ chown build:build /home/build /work
192026-01-06T04:26:40.768Z+ chmod 0700 /home/build /work
202026-01-06T04:26:40.771Zprocess exited: duration 3142 ms, exit code 0
 
212026-01-06T04:26:40.777Zstarting task 1: "rust-toolchain"
222026-01-06T04:26:40.783Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-01-06T04:26:40.783Z * rust toolchain channel = "1.90.0"
242026-01-06T04:26:40.783Z * rust toolchain profile = "default"
252026-01-06T04:26:40.783Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-01-06T04:26:40.783Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-06T04:26:40.786Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-01-06T04:26:40.786Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-06T04:26:40.786Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-01-06T04:26:40.876Zinfo: downloading installer
312026-01-06T04:26:42.345Zwarn: It looks like you have an existing installation of Rust at:
322026-01-06T04:26:42.345Zwarn: /opt/ooce/bin
332026-01-06T04:26:42.345Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-06T04:26:42.345Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-06T04:26:42.345Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-06T04:26:42.345Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-06T04:26:42.345Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-06T04:26:42.345Zerror: cannot install while Rust is installed
392026-01-06T04:26:42.345Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-06T04:26:42.363Zinfo: profile set to 'default'
412026-01-06T04:26:42.363Zinfo: default host triple is x86_64-unknown-illumos
422026-01-06T04:26:42.366Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-01-06T04:26:42.539Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-01-06T04:26:42.539Zinfo: downloading component 'cargo'
452026-01-06T04:26:43.503Zinfo: downloading component 'clippy'
462026-01-06T04:26:43.961Zinfo: downloading component 'rust-docs'
472026-01-06T04:26:45.431Zinfo: downloading component 'rust-std'
482026-01-06T04:26:47.468Zinfo: downloading component 'rustc'
492026-01-06T04:26:53.656Zinfo: downloading component 'rustfmt'
502026-01-06T04:26:53.888Zinfo: installing component 'cargo'
512026-01-06T04:26:54.834Zinfo: installing component 'clippy'
522026-01-06T04:26:55.242Zinfo: installing component 'rust-docs'
532026-01-06T04:26:57.130Zinfo: installing component 'rust-std'
542026-01-06T04:26:59.097Zinfo: installing component 'rustc'
552026-01-06T04:27:05.965Zinfo: installing component 'rustfmt'
562026-01-06T04:27:06.314Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-01-06T04:27:06.314Z
582026-01-06T04:27:06.786Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-01-06T04:27:06.786Z
602026-01-06T04:27:06.789Z
612026-01-06T04:27:06.789ZRust is installed now. Great!
622026-01-06T04:27:06.789Z
632026-01-06T04:27:06.789ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-06T04:27:06.790Zenvironment variable. This has not been done automatically.
652026-01-06T04:27:06.790Z
662026-01-06T04:27:06.790ZTo configure your current shell, you need to source
672026-01-06T04:27:06.790Zthe corresponding env file under $HOME/.cargo.
682026-01-06T04:27:06.790Z
692026-01-06T04:27:06.790ZThis is usually done by running one of the following (note the leading DOT):
702026-01-06T04:27:06.790Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-06T04:27:06.790Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-06T04:27:06.790Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-06T04:27:06.883Z+ rustup --version
742026-01-06T04:27:06.896Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-06T04:27:06.899Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-06T04:27:06.984Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-01-06T04:27:06.988Z+ cargo --version
782026-01-06T04:27:07.058Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-01-06T04:27:07.061Z+ rustc --version
802026-01-06T04:27:07.139Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-01-06T04:27:07.144Zprocess exited: duration 26387 ms, exit code 0
 
822026-01-06T04:27:07.151Zstarting task 2: "authentication"
832026-01-06T04:27:07.175Zprocess exited: duration 23 ms, exit code 0
 
842026-01-06T04:27:07.184Zstarting task 3: "clone repository"
852026-01-06T04:27:07.187Z+ mkdir -p /work/oxidecomputer/opte
862026-01-06T04:27:07.190Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-01-06T04:27:07.227ZCloning into '/work/oxidecomputer/opte'...
882026-01-06T04:27:08.140Z+ cd /work/oxidecomputer/opte
892026-01-06T04:27:08.143Z+ git fetch origin 678370444f82083b42f4bdec982aa079918be9d5
902026-01-06T04:27:08.404ZFrom https://github.com/oxidecomputer/opte
912026-01-06T04:27:08.404Z * branch 678370444f82083b42f4bdec982aa079918be9d5 -> FETCH_HEAD
922026-01-06T04:27:08.413Z+ [[ -n renovate/quote-1.x-lockfile ]]
932026-01-06T04:27:08.416Z++ git branch --show-current
942026-01-06T04:27:08.419Z+ current=master
952026-01-06T04:27:08.419Z+ [[ master != renovate/quote-1.x-lockfile ]]
962026-01-06T04:27:08.419Z+ git branch -f renovate/quote-1.x-lockfile 678370444f82083b42f4bdec982aa079918be9d5
972026-01-06T04:27:08.422Z+ git checkout -f renovate/quote-1.x-lockfile
982026-01-06T04:27:08.447ZSwitched to branch 'renovate/quote-1.x-lockfile'
992026-01-06T04:27:08.450Z+ git reset --hard 678370444f82083b42f4bdec982aa079918be9d5
1002026-01-06T04:27:08.475ZHEAD is now at 6783704 Update Rust crate quote to v1.0.43
1012026-01-06T04:27:08.479Zprocess exited: duration 1295 ms, exit code 0
 
1022026-01-06T04:27:08.484Zstarting task 4: "build"
1032026-01-06T04:27:08.490Z+ source .github/buildomat/common.sh
1042026-01-06T04:27:08.490Z++ rustup show active-toolchain
1052026-01-06T04:27:08.543Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-01-06T04:27:08.549Z++ pushd xde
1072026-01-06T04:27:08.552Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-01-06T04:27:08.552Z++ rustup show active-toolchain
1092026-01-06T04:27:08.555Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1102026-01-06T04:27:08.754Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1112026-01-06T04:27:08.756Zinfo: downloading component 'cargo'
1122026-01-06T04:27:09.579Zinfo: downloading component 'clippy'
1132026-01-06T04:27:09.946Zinfo: downloading component 'rust-src'
1142026-01-06T04:27:10.225Zinfo: downloading component 'rust-std'
1152026-01-06T04:27:12.092Zinfo: downloading component 'rustc'
1162026-01-06T04:27:18.513Zinfo: downloading component 'rustfmt'
1172026-01-06T04:27:18.788Zinfo: installing component 'cargo'
1182026-01-06T04:27:19.726Zinfo: installing component 'clippy'
1192026-01-06T04:27:20.125Zinfo: installing component 'rust-src'
1202026-01-06T04:27:20.501Zinfo: installing component 'rust-std'
1212026-01-06T04:27:22.240Zinfo: installing component 'rustc'
1222026-01-06T04:27:29.040Zinfo: installing component 'rustfmt'
1232026-01-06T04:27:29.387Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-01-06T04:27:29.481Z+++ rustup show active-toolchain -v
1252026-01-06T04:27:29.485Z+++ head -n 1
1262026-01-06T04:27:29.485Z+++ cut '-d ' -f1
1272026-01-06T04:27:29.594Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1282026-01-06T04:27:29.594Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1292026-01-06T04:27:29.594Z++ popd
1302026-01-06T04:27:29.597Z/work/oxidecomputer/opte
1312026-01-06T04:27:29.597Z+ cargo --version
1322026-01-06T04:27:29.654Zcargo 1.90.0 (840b83a10 2025-07-30)
1332026-01-06T04:27:29.658Z+ rustc --version
1342026-01-06T04:27:29.731Zrustc 1.90.0 (1159e78c4 2025-09-14)
1352026-01-06T04:27:29.734Z+ pushd bin/opteadm
1362026-01-06T04:27:29.738Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1372026-01-06T04:27:29.738Z+ header 'check style'
1382026-01-06T04:27:29.738Z+ echo '# ==== check style ==== #'
1392026-01-06T04:27:29.738Z# ==== check style ==== #
1402026-01-06T04:27:29.738Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1412026-01-06T04:27:29.955Z
1422026-01-06T04:27:29.955Zreal 0.216480621
1432026-01-06T04:27:29.955Zuser 0.143823678
1442026-01-06T04:27:29.955Zsys 0.068986094
1452026-01-06T04:27:29.955Ztrap 0.000020576
1462026-01-06T04:27:29.955Ztflt 0.000010798
1472026-01-06T04:27:29.955Zdflt 0.000046857
1482026-01-06T04:27:29.955Zkflt 0.000000000
1492026-01-06T04:27:29.955Zlock 0.748857843
1502026-01-06T04:27:29.955Zslp 0.233092731
1512026-01-06T04:27:29.955Zlat 0.001651872
1522026-01-06T04:27:29.955Zstop 0.000158610
1532026-01-06T04:27:29.958Z+ header analyze
1542026-01-06T04:27:29.958Z+ echo '# ==== analyze ==== #'
1552026-01-06T04:27:29.958Z# ==== analyze ==== #
1562026-01-06T04:27:29.958Z+ ptime -m cargo clippy --all-targets
1572026-01-06T04:27:30.248Z Updating crates.io index
1582026-01-06T04:27:30.251Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-01-06T04:27:31.126Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602026-01-06T04:27:31.349Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612026-01-06T04:27:31.742Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-01-06T04:27:31.972Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-01-06T04:27:32.254Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-01-06T04:27:32.483Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652026-01-06T04:27:33.897Z Downloading crates ...
1662026-01-06T04:27:33.967Z Downloaded getrandom v0.3.4
1672026-01-06T04:27:33.972Z Downloaded ref-cast v1.0.25
1682026-01-06T04:27:33.975Z Downloaded num_enum_derive v0.7.5
1692026-01-06T04:27:33.978Z Downloaded uuid v1.19.0
1702026-01-06T04:27:33.981Z Downloaded toml_edit v0.23.10+spec-1.0.0
1712026-01-06T04:27:33.988Z Downloaded zerocopy-derive v0.8.31
1722026-01-06T04:27:34.000Z Downloaded zerocopy v0.8.31
1732026-01-06T04:27:34.026Z Downloaded bitflags v1.3.2
1742026-01-06T04:27:34.033Z Downloaded bitflags v2.10.0
1752026-01-06T04:27:34.037Z Downloaded anyhow v1.0.100
1762026-01-06T04:27:34.041Z Downloaded errno v0.3.14
1772026-01-06T04:27:34.044Z Downloaded anstyle-query v1.1.5
1782026-01-06T04:27:34.047Z Downloaded dyn-clone v1.0.20
1792026-01-06T04:27:34.047Z Downloaded fnv v1.0.7
1802026-01-06T04:27:34.050Z Downloaded embedded-io v0.6.1
1812026-01-06T04:27:34.050Z Downloaded equivalent v1.0.2
1822026-01-06T04:27:34.050Z Downloaded cobs v0.3.0
1832026-01-06T04:27:34.053Z Downloaded clap_lex v0.7.6
1842026-01-06T04:27:34.053Z Downloaded defmt v0.3.100
1852026-01-06T04:27:34.056Z Downloaded ident_case v1.0.1
1862026-01-06T04:27:34.056Z Downloaded heck v0.5.0
1872026-01-06T04:27:34.059Z Downloaded colorchoice v1.0.4
1882026-01-06T04:27:34.059Z Downloaded anstream v0.6.21
1892026-01-06T04:27:34.062Z Downloaded foreign-types-macros v0.2.3
1902026-01-06T04:27:34.062Z Downloaded anstyle v1.0.13
1912026-01-06T04:27:34.064Z Downloaded foreign-types v0.5.0
1922026-01-06T04:27:34.064Z Downloaded embedded-io v0.4.0
1932026-01-06T04:27:34.067Z Downloaded cstr-argument v0.1.2
1942026-01-06T04:27:34.067Z Downloaded anstyle-parse v0.2.7
1952026-01-06T04:27:34.067Z Downloaded darling_macro v0.21.3
1962026-01-06T04:27:34.070Z Downloaded foreign-types-shared v0.3.1
1972026-01-06T04:27:34.070Z Downloaded defmt-parser v1.0.0
1982026-01-06T04:27:34.070Z Downloaded colored v3.0.0
1992026-01-06T04:27:34.073Z Downloaded cfg-if v1.0.4
2002026-01-06T04:27:34.076Z Downloaded clap v4.5.54
2012026-01-06T04:27:34.085Z Downloaded stable_deref_trait v1.2.1
2022026-01-06T04:27:34.088Z Downloaded darling v0.21.3
2032026-01-06T04:27:34.091Z Downloaded hash32 v0.3.1
2042026-01-06T04:27:34.094Z Downloaded strsim v0.11.1
2052026-01-06T04:27:34.094Z Downloaded ref-cast-impl v1.0.25
2062026-01-06T04:27:34.097Z Downloaded clap_derive v4.5.49
2072026-01-06T04:27:34.097Z Downloaded byteorder v1.5.0
2082026-01-06T04:27:34.100Z Downloaded proc-macro-crate v3.4.0
2092026-01-06T04:27:34.100Z Downloaded tabwriter v1.4.1
2102026-01-06T04:27:34.103Z Downloaded pretty-hex v0.4.1
2112026-01-06T04:27:34.103Z Downloaded managed v0.8.0
2122026-01-06T04:27:34.105Z Downloaded is_terminal_polyfill v1.70.2
2132026-01-06T04:27:34.105Z Downloaded ipnetwork v0.21.1
2142026-01-06T04:27:34.108Z Downloaded proc-macro-error-attr2 v2.0.0
2152026-01-06T04:27:34.108Z Downloaded either v1.15.0
2162026-01-06T04:27:34.111Z Downloaded defmt v1.0.1
2172026-01-06T04:27:34.114Z Downloaded terminal_size v0.4.3
2182026-01-06T04:27:34.117Z Downloaded utf8parse v0.2.2
2192026-01-06T04:27:34.121Z Downloaded version_check v0.9.5
2202026-01-06T04:27:34.124Z Downloaded macaddr v1.0.1
2212026-01-06T04:27:34.128Z Downloaded defmt-macros v1.0.1
2222026-01-06T04:27:34.134Z Downloaded rand_core v0.9.3
2232026-01-06T04:27:34.137Z Downloaded quote v1.0.43
2242026-01-06T04:27:34.140Z Downloaded rand_chacha v0.9.0
2252026-01-06T04:27:34.140Z Downloaded ingot v0.1.1
2262026-01-06T04:27:34.143Z Downloaded oxnet v0.1.4
2272026-01-06T04:27:34.149Z Downloaded rustversion v1.0.22
2282026-01-06T04:27:34.152Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2292026-01-06T04:27:34.155Z Downloaded proc-macro-error2 v2.0.1
2302026-01-06T04:27:34.158Z Downloaded thiserror v2.0.17
2312026-01-06T04:27:34.162Z Downloaded ingot-types v0.1.2
2322026-01-06T04:27:34.165Z Downloaded pin-project-lite v0.2.16
2332026-01-06T04:27:34.168Z Downloaded ppv-lite86 v0.2.21
2342026-01-06T04:27:34.171Z Downloaded num_enum v0.7.5
2352026-01-06T04:27:34.174Z Downloaded toml_parser v1.0.6+spec-1.1.0
2362026-01-06T04:27:34.177Z Downloaded darling_core v0.21.3
2372026-01-06T04:27:34.181Z Downloaded once_cell v1.21.3
2382026-01-06T04:27:34.184Z Downloaded ingot-macros v0.1.1
2392026-01-06T04:27:34.187Z Downloaded unicode-ident v1.0.22
2402026-01-06T04:27:34.190Z Downloaded tracing-attributes v0.1.31
2412026-01-06T04:27:34.193Z Downloaded thiserror-impl v2.0.17
2422026-01-06T04:27:34.196Z Downloaded postcard v1.1.3
2432026-01-06T04:27:34.202Z Downloaded proc-macro2 v1.0.104
2442026-01-06T04:27:34.205Z Downloaded socket2 v0.6.1
2452026-01-06T04:27:34.218Z Downloaded tracing-core v0.1.36
2462026-01-06T04:27:34.224Z Downloaded serde_core v1.0.228
2472026-01-06T04:27:34.229Z Downloaded serde_derive v1.0.228
2482026-01-06T04:27:34.233Z Downloaded indexmap v2.12.1
2492026-01-06T04:27:34.236Z Downloaded aho-corasick v1.1.4
2502026-01-06T04:27:34.241Z Downloaded serde v1.0.228
2512026-01-06T04:27:34.244Z Downloaded heapless v0.8.0
2522026-01-06T04:27:34.258Z Downloaded memchr v2.7.6
2532026-01-06T04:27:34.263Z Downloaded rand v0.9.2
2542026-01-06T04:27:34.266Z Downloaded hashbrown v0.16.1
2552026-01-06T04:27:34.273Z Downloaded clap_builder v4.5.54
2562026-01-06T04:27:34.303Z Downloaded itertools v0.14.0
2572026-01-06T04:27:34.309Z Downloaded regex v1.12.2
2582026-01-06T04:27:34.324Z Downloaded winnow v0.7.14
2592026-01-06T04:27:34.340Z Downloaded syn v1.0.109
2602026-01-06T04:27:34.359Z Downloaded unicode-width v0.2.2
2612026-01-06T04:27:34.367Z Downloaded syn v2.0.113
2622026-01-06T04:27:34.377Z Downloaded smoltcp v0.11.0
2632026-01-06T04:27:34.395Z Downloaded regex-syntax v0.8.8
2642026-01-06T04:27:34.409Z Downloaded rustix v1.1.3
2652026-01-06T04:27:34.429Z Downloaded tracing v0.1.44
2662026-01-06T04:27:34.459Z Downloaded regex-automata v0.4.13
2672026-01-06T04:27:34.472Z Downloaded libc v0.2.179
2682026-01-06T04:27:34.556Z Compiling proc-macro2 v1.0.104
2692026-01-06T04:27:34.556Z Compiling quote v1.0.43
2702026-01-06T04:27:34.556Z Compiling unicode-ident v1.0.22
2712026-01-06T04:27:34.559Z Compiling serde_core v1.0.228
2722026-01-06T04:27:34.559Z Compiling libc v0.2.179
2732026-01-06T04:27:34.559Z Checking cfg-if v1.0.4
2742026-01-06T04:27:34.559Z Compiling zerocopy v0.8.31
2752026-01-06T04:27:34.630Z Compiling memchr v2.7.6
2762026-01-06T04:27:34.757Z Compiling thiserror v2.0.17
2772026-01-06T04:27:34.881Z Compiling strsim v0.11.1
2782026-01-06T04:27:35.289Z Compiling fnv v1.0.7
2792026-01-06T04:27:35.385Z Compiling ident_case v1.0.1
2802026-01-06T04:27:35.451Z Compiling regex-syntax v0.8.8
2812026-01-06T04:27:35.458Z Compiling equivalent v1.0.2
2822026-01-06T04:27:35.565Z Compiling aho-corasick v1.1.4
2832026-01-06T04:27:35.574Z Compiling serde v1.0.228
2842026-01-06T04:27:35.796Z Compiling hashbrown v0.16.1
2852026-01-06T04:27:35.905Z Compiling winnow v0.7.14
2862026-01-06T04:27:36.116Z Compiling anyhow v1.0.100
2872026-01-06T04:27:36.283Z Compiling either v1.15.0
2882026-01-06T04:27:36.760Z Compiling itertools v0.14.0
2892026-01-06T04:27:37.085Z Compiling indexmap v2.12.1
2902026-01-06T04:27:37.228Z Compiling syn v2.0.113
2912026-01-06T04:27:37.371Z Checking byteorder v1.5.0
2922026-01-06T04:27:37.695Z Compiling getrandom v0.3.4
2932026-01-06T04:27:38.328Z Compiling heapless v0.8.0
2942026-01-06T04:27:38.471Z Compiling toml_datetime v0.7.5+spec-1.1.0
2952026-01-06T04:27:38.941Z Checking hash32 v0.3.1
2962026-01-06T04:27:39.126Z Compiling regex-automata v0.4.13
2972026-01-06T04:27:39.159Z Checking macaddr v1.0.1
2982026-01-06T04:27:39.185Z Checking bitflags v2.10.0
2992026-01-06T04:27:39.341Z Compiling toml_parser v1.0.6+spec-1.1.0
3002026-01-06T04:27:39.429Z Compiling rustversion v1.0.22
3012026-01-06T04:27:39.496Z Compiling smoltcp v0.11.0
3022026-01-06T04:27:39.563Z Compiling syn v1.0.109
3032026-01-06T04:27:39.839Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3042026-01-06T04:27:40.086Z Checking stable_deref_trait v1.2.1
3052026-01-06T04:27:40.145Z Compiling toml_edit v0.23.10+spec-1.0.0
3062026-01-06T04:27:40.258Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3072026-01-06T04:27:40.487Z Checking managed v0.8.0
3082026-01-06T04:27:40.601Z Compiling ref-cast v1.0.25
3092026-01-06T04:27:40.652Z Compiling version_check v0.9.5
3102026-01-06T04:27:40.679Z Compiling rustix v1.1.3
3112026-01-06T04:27:40.857Z Checking bitflags v1.3.2
3122026-01-06T04:27:40.970Z Checking rand_core v0.9.3
3132026-01-06T04:27:41.215Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3142026-01-06T04:27:41.365Z Compiling proc-macro-crate v3.4.0
3152026-01-06T04:27:42.022Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-01-06T04:27:42.373Z Checking errno v0.3.14
3172026-01-06T04:27:42.426Z Checking once_cell v1.21.3
3182026-01-06T04:27:42.557Z Checking unicode-width v0.2.2
3192026-01-06T04:27:42.691Z Checking utf8parse v0.2.2
3202026-01-06T04:27:42.751Z Checking foreign-types-shared v0.3.1
3212026-01-06T04:27:42.849Z Checking ipnetwork v0.21.1
3222026-01-06T04:27:42.892Z Checking anstyle-parse v0.2.7
3232026-01-06T04:27:43.079Z Checking tabwriter v1.4.1
3242026-01-06T04:27:43.178Z Checking tracing-core v0.1.36
3252026-01-06T04:27:43.189Z Compiling regex v1.12.2
3262026-01-06T04:27:43.302Z Checking cstr-argument v0.1.2
3272026-01-06T04:27:44.046Z Compiling darling_core v0.21.3
3282026-01-06T04:27:44.087Z Checking dyn-clone v1.0.20
3292026-01-06T04:27:44.245Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409)
3302026-01-06T04:27:44.264Z Checking pretty-hex v0.4.1
3312026-01-06T04:27:44.278Z Checking colorchoice v1.0.4
3322026-01-06T04:27:44.419Z Checking anstyle v1.0.13
3332026-01-06T04:27:44.443Z Checking anstyle-query v1.1.5
3342026-01-06T04:27:44.463Z Checking pin-project-lite v0.2.16
3352026-01-06T04:27:44.575Z Checking is_terminal_polyfill v1.70.2
3362026-01-06T04:27:44.588Z Checking terminal_size v0.4.3
3372026-01-06T04:27:44.759Z Checking anstream v0.6.21
3382026-01-06T04:27:44.763Z Checking uuid v1.19.0
3392026-01-06T04:27:45.082Z Checking socket2 v0.6.1
3402026-01-06T04:27:45.288Z Checking colored v3.0.0
3412026-01-06T04:27:45.328Z Checking clap_lex v0.7.6
3422026-01-06T04:27:45.461Z Compiling heck v0.5.0
3432026-01-06T04:27:45.592Z Checking oxnet v0.1.4
3442026-01-06T04:27:45.677Z Checking clap_builder v4.5.54
3452026-01-06T04:27:45.767Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462026-01-06T04:27:46.706Z Compiling zerocopy-derive v0.8.31
3472026-01-06T04:27:46.706Z Compiling thiserror-impl v2.0.17
3482026-01-06T04:27:46.710Z Compiling serde_derive v1.0.228
3492026-01-06T04:27:46.710Z Compiling ref-cast-impl v1.0.25
3502026-01-06T04:27:47.908Z Compiling foreign-types-macros v0.2.3
3512026-01-06T04:27:48.619Z Compiling num_enum_derive v0.7.5
3522026-01-06T04:27:48.864Z Compiling tracing-attributes v0.1.31
3532026-01-06T04:27:49.198Z Checking foreign-types v0.5.0
3542026-01-06T04:27:49.298Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3552026-01-06T04:27:49.694Z Checking cobs v0.3.0
3562026-01-06T04:27:49.738Z Compiling darling_macro v0.21.3
3572026-01-06T04:27:49.940Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3582026-01-06T04:27:50.247Z Compiling clap_derive v4.5.49
3592026-01-06T04:27:50.531Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3602026-01-06T04:27:50.707Z Compiling darling v0.21.3
3612026-01-06T04:27:50.736Z Checking num_enum v0.7.5
3622026-01-06T04:27:50.821Z Compiling ingot-macros v0.1.1
3632026-01-06T04:27:50.909Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3642026-01-06T04:27:51.402Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3652026-01-06T04:27:51.548Z Checking tracing v0.1.44
3662026-01-06T04:27:52.852Z Checking ppv-lite86 v0.2.21
3672026-01-06T04:27:53.012Z Checking postcard v1.1.3
3682026-01-06T04:27:53.034Z Checking clap v4.5.54
3692026-01-06T04:27:53.352Z Checking rand_chacha v0.9.0
3702026-01-06T04:27:53.666Z Checking rand v0.9.2
3712026-01-06T04:27:54.689Z Checking ingot-types v0.1.2
3722026-01-06T04:27:55.160Z Checking ingot v0.1.1
3732026-01-06T04:27:57.255Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3742026-01-06T04:27:59.345Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3752026-01-06T04:28:01.224Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3762026-01-06T04:28:02.640Z Finished `dev` profile [optimized + debuginfo] target(s) in 32.54s
3772026-01-06T04:28:02.776Z
3782026-01-06T04:28:02.776Zreal 32.839343756
3792026-01-06T04:28:02.776Zuser 2:10.558800606
3802026-01-06T04:28:02.776Zsys 21.665078058
3812026-01-06T04:28:02.779Ztrap 0.098358980
3822026-01-06T04:28:02.779Ztflt 0.100048491
3832026-01-06T04:28:02.779Zdflt 0.096792485
3842026-01-06T04:28:02.779Zkflt 0.001656135
3852026-01-06T04:28:02.779Zlock 4:57.159682398
3862026-01-06T04:28:02.779Zslp 8:38.404847360
3872026-01-06T04:28:02.779Zlat 6.937384184
3882026-01-06T04:28:02.779Zstop 17.840237411
3892026-01-06T04:28:02.779Z+ header 'debug build'
3902026-01-06T04:28:02.779Z+ echo '# ==== debug build ==== #'
3912026-01-06T04:28:02.779Z# ==== debug build ==== #
3922026-01-06T04:28:02.779Z+ ptime -m cargo build
3932026-01-06T04:28:03.053Z Compiling cfg-if v1.0.4
3942026-01-06T04:28:03.056Z Compiling libc v0.2.179
3952026-01-06T04:28:03.056Z Compiling serde_core v1.0.228
3962026-01-06T04:28:03.086Z Compiling zerocopy v0.8.31
3972026-01-06T04:28:03.089Z Compiling thiserror v2.0.17
3982026-01-06T04:28:03.094Z Compiling byteorder v1.5.0
3992026-01-06T04:28:03.100Z Compiling stable_deref_trait v1.2.1
4002026-01-06T04:28:03.102Z Compiling macaddr v1.0.1
4012026-01-06T04:28:03.161Z Compiling bitflags v1.3.2
4022026-01-06T04:28:03.195Z Compiling cobs v0.3.0
4032026-01-06T04:28:03.216Z Compiling managed v0.8.0
4042026-01-06T04:28:03.255Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4052026-01-06T04:28:03.438Z Compiling hash32 v0.3.1
4062026-01-06T04:28:03.612Z Compiling heapless v0.8.0
4072026-01-06T04:28:03.638Z Compiling once_cell v1.21.3
4082026-01-06T04:28:03.662Z Compiling ipnetwork v0.21.1
4092026-01-06T04:28:03.697Z Compiling utf8parse v0.2.2
4102026-01-06T04:28:03.718Z Compiling memchr v2.7.6
4112026-01-06T04:28:03.851Z Compiling unicode-width v0.2.2
4122026-01-06T04:28:04.030Z Compiling getrandom v0.3.4
4132026-01-06T04:28:04.084Z Compiling errno v0.3.14
4142026-01-06T04:28:04.373Z Compiling rand_core v0.9.3
4152026-01-06T04:28:04.427Z Compiling foreign-types-shared v0.3.1
4162026-01-06T04:28:04.470Z Compiling smoltcp v0.11.0
4172026-01-06T04:28:04.536Z Compiling foreign-types v0.5.0
4182026-01-06T04:28:04.551Z Compiling tabwriter v1.4.1
4192026-01-06T04:28:04.638Z Compiling cstr-argument v0.1.2
4202026-01-06T04:28:04.774Z Compiling tracing-core v0.1.36
4212026-01-06T04:28:04.898Z Compiling anstyle-parse v0.2.7
4222026-01-06T04:28:04.938Z Compiling ref-cast v1.0.25
4232026-01-06T04:28:05.075Z Compiling num_enum v0.7.5
4242026-01-06T04:28:05.296Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4252026-01-06T04:28:05.318Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-01-06T04:28:05.450Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4272026-01-06T04:28:05.470Z Compiling dyn-clone v1.0.20
4282026-01-06T04:28:05.498Z Compiling pin-project-lite v0.2.16
4292026-01-06T04:28:05.643Z Compiling colorchoice v1.0.4
4302026-01-06T04:28:05.785Z Compiling anstyle-query v1.1.5
4312026-01-06T04:28:05.830Z Compiling anstyle v1.0.13
4322026-01-06T04:28:05.954Z Compiling is_terminal_polyfill v1.70.2
4332026-01-06T04:28:06.095Z Compiling pretty-hex v0.4.1
4342026-01-06T04:28:06.335Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4352026-01-06T04:28:06.361Z Compiling anstream v0.6.21
4362026-01-06T04:28:06.576Z Compiling tracing v0.1.44
4372026-01-06T04:28:06.582Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4382026-01-06T04:28:06.748Z Compiling ingot-types v0.1.2
4392026-01-06T04:28:06.924Z Compiling ppv-lite86 v0.2.21
4402026-01-06T04:28:07.336Z Compiling anyhow v1.0.100
4412026-01-06T04:28:07.553Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4422026-01-06T04:28:07.655Z Compiling bitflags v2.10.0
4432026-01-06T04:28:07.686Z Compiling serde v1.0.228
4442026-01-06T04:28:07.735Z Compiling rand_chacha v0.9.0
4452026-01-06T04:28:07.743Z Compiling uuid v1.19.0
4462026-01-06T04:28:07.876Z Compiling socket2 v0.6.1
4472026-01-06T04:28:08.040Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4482026-01-06T04:28:08.605Z Compiling rustix v1.1.3
4492026-01-06T04:28:08.977Z Compiling postcard v1.1.3
4502026-01-06T04:28:09.244Z Compiling ingot v0.1.1
4512026-01-06T04:28:09.270Z Compiling rand v0.9.2
4522026-01-06T04:28:09.394Z Compiling winnow v0.7.14
4532026-01-06T04:28:09.741Z Compiling strsim v0.11.1
4542026-01-06T04:28:10.210Z Compiling terminal_size v0.4.3
4552026-01-06T04:28:10.475Z Compiling clap_lex v0.7.6
4562026-01-06T04:28:10.642Z Compiling oxnet v0.1.4
4572026-01-06T04:28:11.175Z Compiling colored v3.0.0
4582026-01-06T04:28:11.298Z Compiling clap_builder v4.5.54
4592026-01-06T04:28:11.463Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4602026-01-06T04:28:12.866Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409)
4612026-01-06T04:28:13.036Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4622026-01-06T04:28:14.935Z Compiling clap v4.5.54
4632026-01-06T04:28:16.489Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4642026-01-06T04:28:21.181Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4652026-01-06T04:28:28.951Z Finished `dev` profile [optimized + debuginfo] target(s) in 26.13s
4662026-01-06T04:28:28.984Z
4672026-01-06T04:28:28.984Zreal 26.216935195
4682026-01-06T04:28:28.984Zuser 2:27.305359620
4692026-01-06T04:28:28.984Zsys 10.109611707
4702026-01-06T04:28:28.984Ztrap 0.084779890
4712026-01-06T04:28:28.984Ztflt 0.297819216
4722026-01-06T04:28:28.987Zdflt 0.341784031
4732026-01-06T04:28:28.987Zkflt 0.000008046
4742026-01-06T04:28:28.987Zlock 5:20.065304496
4752026-01-06T04:28:28.987Zslp 6:06.276654227
4762026-01-06T04:28:28.987Zlat 6.498105722
4772026-01-06T04:28:28.987Zstop 4.812497754
4782026-01-06T04:28:28.987Z+ header 'release build'
4792026-01-06T04:28:28.987Z+ echo '# ==== release build ==== #'
4802026-01-06T04:28:28.987Z# ==== release build ==== #
4812026-01-06T04:28:28.987Z+ ptime -m cargo build --release
4822026-01-06T04:28:29.176Z Compiling proc-macro2 v1.0.104
4832026-01-06T04:28:29.176Z Compiling quote v1.0.43
4842026-01-06T04:28:29.177Z Compiling unicode-ident v1.0.22
4852026-01-06T04:28:29.180Z Compiling serde_core v1.0.228
4862026-01-06T04:28:29.180Z Compiling libc v0.2.179
4872026-01-06T04:28:29.180Z Compiling zerocopy v0.8.31
4882026-01-06T04:28:29.180Z Compiling cfg-if v1.0.4
4892026-01-06T04:28:29.180Z Compiling strsim v0.11.1
4902026-01-06T04:28:29.301Z Compiling ident_case v1.0.1
4912026-01-06T04:28:29.389Z Compiling fnv v1.0.7
4922026-01-06T04:28:29.474Z Compiling thiserror v2.0.17
4932026-01-06T04:28:29.524Z Compiling memchr v2.7.6
4942026-01-06T04:28:29.727Z Compiling regex-syntax v0.8.8
4952026-01-06T04:28:29.755Z Compiling winnow v0.7.14
4962026-01-06T04:28:29.933Z Compiling hashbrown v0.16.1
4972026-01-06T04:28:30.458Z Compiling aho-corasick v1.1.4
4982026-01-06T04:28:30.769Z Compiling anyhow v1.0.100
4992026-01-06T04:28:30.822Z Compiling serde v1.0.228
5002026-01-06T04:28:31.357Z Compiling equivalent v1.0.2
5012026-01-06T04:28:31.404Z Compiling either v1.15.0
5022026-01-06T04:28:31.476Z Compiling syn v2.0.113
5032026-01-06T04:28:31.567Z Compiling indexmap v2.12.1
5042026-01-06T04:28:31.656Z Compiling getrandom v0.3.4
5052026-01-06T04:28:31.839Z Compiling itertools v0.14.0
5062026-01-06T04:28:32.252Z Compiling byteorder v1.5.0
5072026-01-06T04:28:32.639Z Compiling heapless v0.8.0
5082026-01-06T04:28:32.960Z Compiling toml_parser v1.0.6+spec-1.1.0
5092026-01-06T04:28:33.143Z Compiling toml_datetime v0.7.5+spec-1.1.0
5102026-01-06T04:28:33.490Z Compiling regex-automata v0.4.13
5112026-01-06T04:28:33.582Z Compiling hash32 v0.3.1
5122026-01-06T04:28:33.809Z Compiling toml_edit v0.23.10+spec-1.0.0
5132026-01-06T04:28:34.021Z Compiling macaddr v1.0.1
5142026-01-06T04:28:34.250Z Compiling rustversion v1.0.22
5152026-01-06T04:28:34.430Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5162026-01-06T04:28:34.811Z Compiling bitflags v2.10.0
5172026-01-06T04:28:34.811Z Compiling stable_deref_trait v1.2.1
5182026-01-06T04:28:34.854Z Compiling smoltcp v0.11.0
5192026-01-06T04:28:34.871Z Compiling syn v1.0.109
5202026-01-06T04:28:35.295Z Compiling proc-macro-crate v3.4.0
5212026-01-06T04:28:35.453Z Compiling version_check v0.9.5
5222026-01-06T04:28:35.485Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
5232026-01-06T04:28:35.507Z Compiling bitflags v1.3.2
5242026-01-06T04:28:35.607Z Compiling managed v0.8.0
5252026-01-06T04:28:35.830Z Compiling rustix v1.1.3
5262026-01-06T04:28:35.917Z Compiling ref-cast v1.0.25
5272026-01-06T04:28:35.967Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5282026-01-06T04:28:36.238Z Compiling rand_core v0.9.3
5292026-01-06T04:28:36.323Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5302026-01-06T04:28:36.715Z Compiling errno v0.3.14
5312026-01-06T04:28:36.815Z Compiling unicode-width v0.2.2
5322026-01-06T04:28:36.969Z Compiling ipnetwork v0.21.1
5332026-01-06T04:28:37.166Z Compiling foreign-types-shared v0.3.1
5342026-01-06T04:28:37.296Z Compiling utf8parse v0.2.2
5352026-01-06T04:28:37.449Z Compiling once_cell v1.21.3
5362026-01-06T04:28:37.693Z Compiling regex v1.12.2
5372026-01-06T04:28:37.728Z Compiling anstyle-parse v0.2.7
5382026-01-06T04:28:37.840Z Compiling tracing-core v0.1.36
5392026-01-06T04:28:38.095Z Compiling tabwriter v1.4.1
5402026-01-06T04:28:38.601Z Compiling darling_core v0.21.3
5412026-01-06T04:28:38.747Z Compiling cstr-argument v0.1.2
5422026-01-06T04:28:39.932Z Compiling colorchoice v1.0.4
5432026-01-06T04:28:40.033Z Compiling dyn-clone v1.0.20
5442026-01-06T04:28:40.076Z Compiling anstyle-query v1.1.5
5452026-01-06T04:28:40.095Z Compiling pretty-hex v0.4.1
5462026-01-06T04:28:40.230Z Compiling is_terminal_polyfill v1.70.2
5472026-01-06T04:28:40.280Z Compiling pin-project-lite v0.2.16
5482026-01-06T04:28:40.327Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409)
5492026-01-06T04:28:40.351Z Compiling anstyle v1.0.13
5502026-01-06T04:28:40.413Z Compiling terminal_size v0.4.3
5512026-01-06T04:28:40.842Z Compiling anstream v0.6.21
5522026-01-06T04:28:40.934Z Compiling uuid v1.19.0
5532026-01-06T04:28:41.272Z Compiling socket2 v0.6.1
5542026-01-06T04:28:41.761Z Compiling heck v0.5.0
5552026-01-06T04:28:42.088Z Compiling zerocopy-derive v0.8.31
5562026-01-06T04:28:42.173Z Compiling thiserror-impl v2.0.17
5572026-01-06T04:28:42.490Z Compiling serde_derive v1.0.228
5582026-01-06T04:28:42.551Z Compiling ref-cast-impl v1.0.25
5592026-01-06T04:28:43.318Z Compiling foreign-types-macros v0.2.3
5602026-01-06T04:28:43.719Z Compiling num_enum_derive v0.7.5
5612026-01-06T04:28:44.319Z Compiling darling_macro v0.21.3
5622026-01-06T04:28:44.551Z Compiling foreign-types v0.5.0
5632026-01-06T04:28:44.806Z Compiling tracing-attributes v0.1.31
5642026-01-06T04:28:45.118Z Compiling cobs v0.3.0
5652026-01-06T04:28:45.280Z Compiling darling v0.21.3
5662026-01-06T04:28:45.327Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5672026-01-06T04:28:45.378Z Compiling ingot-macros v0.1.1
5682026-01-06T04:28:45.490Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5692026-01-06T04:28:45.848Z Compiling num_enum v0.7.5
5702026-01-06T04:28:46.029Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
5712026-01-06T04:28:46.177Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5722026-01-06T04:28:46.211Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5732026-01-06T04:28:46.348Z Compiling clap_lex v0.7.6
5742026-01-06T04:28:46.351Z Compiling colored v3.0.0
5752026-01-06T04:28:46.371Z Compiling oxnet v0.1.4
5762026-01-06T04:28:46.989Z Compiling clap_builder v4.5.54
5772026-01-06T04:28:47.009Z Compiling clap_derive v4.5.49
5782026-01-06T04:28:47.043Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5792026-01-06T04:28:47.648Z Compiling tracing v0.1.44
5802026-01-06T04:28:48.955Z Compiling ppv-lite86 v0.2.21
5812026-01-06T04:28:49.585Z Compiling rand_chacha v0.9.0
5822026-01-06T04:28:49.655Z Compiling postcard v1.1.3
5832026-01-06T04:28:49.874Z Compiling rand v0.9.2
5842026-01-06T04:28:50.200Z Compiling ingot-types v0.1.2
5852026-01-06T04:28:50.790Z Compiling ingot v0.1.1
5862026-01-06T04:28:50.976Z Compiling clap v4.5.54
5872026-01-06T04:28:54.254Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5882026-01-06T04:28:56.042Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5892026-01-06T04:28:57.704Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5902026-01-06T04:29:10.308Z Finished `release` profile [optimized + debuginfo] target(s) in 41.29s
5912026-01-06T04:29:10.342Z
5922026-01-06T04:29:10.342Zreal 41.377639338
5932026-01-06T04:29:10.342Zuser 3:58.903550928
5942026-01-06T04:29:10.342Zsys 22.789182257
5952026-01-06T04:29:10.345Ztrap 0.143422326
5962026-01-06T04:29:10.345Ztflt 0.254769373
5972026-01-06T04:29:10.345Zdflt 0.500852257
5982026-01-06T04:29:10.345Zkflt 0.000016113
5992026-01-06T04:29:10.345Zlock 8:08.234688772
6002026-01-06T04:29:10.345Zslp 10:41.327740117
6012026-01-06T04:29:10.345Zlat 8.895742376
6022026-01-06T04:29:10.345Zstop 14.141790345
6032026-01-06T04:29:10.345Z+ popd
6042026-01-06T04:29:10.345Z/work/oxidecomputer/opte
6052026-01-06T04:29:10.345Z+ for x in debug release
6062026-01-06T04:29:10.345Z+ mkdir -p /work/debug
6072026-01-06T04:29:10.345Z+ cp target/debug/opteadm /work/debug/
6082026-01-06T04:29:10.377Z+ sha256sum target/debug/opteadm
6092026-01-06T04:29:10.410Z+ for x in debug release
6102026-01-06T04:29:10.410Z+ mkdir -p /work/release
6112026-01-06T04:29:10.413Z+ cp target/release/opteadm /work/release/
6122026-01-06T04:29:10.435Z+ sha256sum target/release/opteadm
6132026-01-06T04:29:10.456Zprocess exited: duration 122067 ms, exit code 0
 
6142026-01-06T04:29:10.468Zfound 4 output files
6152026-01-06T04:29:10.468Zuploading: /work/debug/opteadm (34695520 bytes)
6162026-01-06T04:29:11.787Zuploaded: /work/debug/opteadm
6172026-01-06T04:29:11.790Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6182026-01-06T04:29:12.797Zuploaded: /work/debug/opteadm.debug.sha256
6192026-01-06T04:29:12.797Zuploading: /work/release/opteadm (21836680 bytes)
6202026-01-06T04:29:14.044Zuploaded: /work/release/opteadm
6212026-01-06T04:29:14.044Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6222026-01-06T04:29:15.053Zuploaded: /work/release/opteadm.release.sha256