01KE8RTJBVVE4K7EFY8PHVGPX0: 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: 01KE8RV3C2D8H2EM7PKF6XN400

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-01-06T04:26:01.540Zjob assigned to worker 01KE8RV7WTEZSZ851T2ND40XRJ [factory gimlet-EVT22200007-propolis, EVT22200007/53131] (queued for 29 s)
 
22026-01-06T04:26:10.169Zstarting task 0: "setup"
32026-01-06T04:26:10.193Z++ uname -s
42026-01-06T04:26:10.193Z+ kern=SunOS
52026-01-06T04:26:10.193Z+ build_user=build
62026-01-06T04:26:10.193Z+ build_uid=12345
72026-01-06T04:26:10.193Z+ work_dir=/work
82026-01-06T04:26:10.193Z+ input_dir=/input
92026-01-06T04:26:10.193Z+ [[ 0 == 12345 ]]
102026-01-06T04:26:10.193Z+ case "$kern" in
112026-01-06T04:26:10.193Z+ groupadd -g 12345 build
122026-01-06T04:26:10.193Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-01-06T04:26:12.194Z+ zfs create -o mountpoint=/work rpool/work
142026-01-06T04:26:12.229Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-01-06T04:26:12.255Z+ home_fs=zfs
162026-01-06T04:26:12.255Z+ [[ zfs == autofs ]]
172026-01-06T04:26:12.255Z+ mkdir -p /home/build
182026-01-06T04:26:12.255Z+ chown build:build /home/build /work
192026-01-06T04:26:14.239Z+ chmod 0700 /home/build /work
202026-01-06T04:26:14.264Zprocess exited: duration 4076 ms, exit code 0
 
212026-01-06T04:26:14.313Zstarting task 1: "rust-toolchain"
222026-01-06T04:26:14.337Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-01-06T04:26:14.337Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-01-06T04:26:14.338Z * rust toolchain channel = "1.90.0"
252026-01-06T04:26:14.338Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-01-06T04:26:14.338Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-01-06T04:26:14.338Z * rust toolchain profile = "default"
282026-01-06T04:26:14.338Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-01-06T04:26:14.338Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-01-06T04:26:14.456Zinfo: downloading installer
312026-01-06T04:26:16.129Zwarn: It looks like you have an existing installation of Rust at:
322026-01-06T04:26:16.129Zwarn: /opt/ooce/bin
332026-01-06T04:26:16.129Zwarn: It is recommended that rustup be the primary Rust installation.
342026-01-06T04:26:16.129Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-01-06T04:26:16.129Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-01-06T04:26:16.129Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-01-06T04:26:16.129Zwarn: or pass `-y' to ignore all ignorable checks.
382026-01-06T04:26:16.129Zerror: cannot install while Rust is installed
392026-01-06T04:26:16.129Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-01-06T04:26:16.153Zinfo: profile set to 'default'
412026-01-06T04:26:16.153Zinfo: default host triple is x86_64-unknown-illumos
422026-01-06T04:26:16.153Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-01-06T04:26:16.252Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-01-06T04:26:16.252Zinfo: downloading component 'cargo'
452026-01-06T04:26:16.517Zinfo: downloading component 'clippy'
462026-01-06T04:26:16.609Zinfo: downloading component 'rust-docs'
472026-01-06T04:26:16.959Zinfo: downloading component 'rust-std'
482026-01-06T04:26:17.532Zinfo: downloading component 'rustc'
492026-01-06T04:26:22.973Zinfo: downloading component 'rustfmt'
502026-01-06T04:26:23.051Zinfo: installing component 'cargo'
512026-01-06T04:26:24.309Zinfo: installing component 'clippy'
522026-01-06T04:26:24.806Zinfo: installing component 'rust-docs'
532026-01-06T04:26:28.119Zinfo: installing component 'rust-std'
542026-01-06T04:26:30.389Zinfo: installing component 'rustc'
552026-01-06T04:26:38.665Zinfo: installing component 'rustfmt'
562026-01-06T04:26:39.060Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-01-06T04:26:39.060Z
582026-01-06T04:26:39.238Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-01-06T04:26:39.238Z
602026-01-06T04:26:39.262Z
612026-01-06T04:26:39.262ZRust is installed now. Great!
622026-01-06T04:26:39.262Z
632026-01-06T04:26:39.262ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-01-06T04:26:39.262Zenvironment variable. This has not been done automatically.
652026-01-06T04:26:39.262Z
662026-01-06T04:26:39.262ZTo configure your current shell, you need to source
672026-01-06T04:26:39.262Zthe corresponding env file under $HOME/.cargo.
682026-01-06T04:26:39.262Z
692026-01-06T04:26:39.262ZThis is usually done by running one of the following (note the leading DOT):
702026-01-06T04:26:39.262Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-01-06T04:26:39.262Zsource "$HOME/.cargo/env.fish" # For fish
722026-01-06T04:26:39.262Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-01-06T04:26:39.356Z+ rustup --version
742026-01-06T04:26:39.380Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-01-06T04:26:39.380Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-01-06T04:26:39.476Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-01-06T04:26:39.500Z+ cargo --version
782026-01-06T04:26:39.580Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-01-06T04:26:39.604Z+ rustc --version
802026-01-06T04:26:39.685Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-01-06T04:26:39.709Zprocess exited: duration 25378 ms, exit code 0
 
822026-01-06T04:26:39.761Zstarting task 2: "authentication"
832026-01-06T04:26:39.819Zprocess exited: duration 60 ms, exit code 0
 
842026-01-06T04:26:39.868Zstarting task 3: "clone repository"
852026-01-06T04:26:39.892Z+ mkdir -p /work/oxidecomputer/opte
862026-01-06T04:26:39.892Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-01-06T04:26:39.917ZCloning into '/work/oxidecomputer/opte'...
882026-01-06T04:26:41.111Z+ cd /work/oxidecomputer/opte
892026-01-06T04:26:41.112Z+ git fetch origin b6e79a4bed21d07d9a554d1c93c463ff6f0a8b63
902026-01-06T04:26:41.532ZFrom https://github.com/oxidecomputer/opte
912026-01-06T04:26:41.532Z * branch b6e79a4bed21d07d9a554d1c93c463ff6f0a8b63 -> FETCH_HEAD
922026-01-06T04:26:41.556Z+ [[ -n renovate/proc-macro2-1.x-lockfile ]]
932026-01-06T04:26:41.556Z++ git branch --show-current
942026-01-06T04:26:41.556Z+ current=master
952026-01-06T04:26:41.556Z+ [[ master != renovate/proc-macro2-1.x-lockfile ]]
962026-01-06T04:26:41.556Z+ git branch -f renovate/proc-macro2-1.x-lockfile b6e79a4bed21d07d9a554d1c93c463ff6f0a8b63
972026-01-06T04:26:41.580Z+ git checkout -f renovate/proc-macro2-1.x-lockfile
982026-01-06T04:26:41.604ZSwitched to branch 'renovate/proc-macro2-1.x-lockfile'
992026-01-06T04:26:41.604Z+ git reset --hard b6e79a4bed21d07d9a554d1c93c463ff6f0a8b63
1002026-01-06T04:26:41.628ZHEAD is now at b6e79a4 Update Rust crate proc-macro2 to v1.0.105
1012026-01-06T04:26:41.628Zprocess exited: duration 1759 ms, exit code 0
 
1022026-01-06T04:26:41.676Zstarting task 4: "build"
1032026-01-06T04:26:41.700Z+ source .github/buildomat/common.sh
1042026-01-06T04:26:41.700Z++ rustup show active-toolchain
1052026-01-06T04:26:41.755Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-01-06T04:26:41.780Z++ pushd xde
1072026-01-06T04:26:41.780Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-01-06T04:26:41.780Z++ rustup show active-toolchain
1092026-01-06T04:26:41.780Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1102026-01-06T04:26:41.930Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1112026-01-06T04:26:41.930Zinfo: downloading component 'cargo'
1122026-01-06T04:26:42.135Zinfo: downloading component 'clippy'
1132026-01-06T04:26:42.217Zinfo: downloading component 'rust-src'
1142026-01-06T04:26:42.276Zinfo: downloading component 'rust-std'
1152026-01-06T04:26:42.628Zinfo: downloading component 'rustc'
1162026-01-06T04:26:44.333Zinfo: downloading component 'rustfmt'
1172026-01-06T04:26:44.410Zinfo: installing component 'cargo'
1182026-01-06T04:26:45.509Zinfo: installing component 'clippy'
1192026-01-06T04:26:45.986Zinfo: installing component 'rust-src'
1202026-01-06T04:26:46.463Zinfo: installing component 'rust-std'
1212026-01-06T04:26:48.573Zinfo: installing component 'rustc'
1222026-01-06T04:26:56.955Zinfo: installing component 'rustfmt'
1232026-01-06T04:26:57.371Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-01-06T04:26:57.470Z+++ rustup show active-toolchain -v
1252026-01-06T04:26:57.494Z+++ head -n 1
1262026-01-06T04:26:57.494Z+++ cut '-d ' -f1
1272026-01-06T04:26:57.670Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1282026-01-06T04:26:57.670Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1292026-01-06T04:26:57.670Z++ popd
1302026-01-06T04:26:57.670Z/work/oxidecomputer/opte
1312026-01-06T04:26:57.694Z+ cargo --version
1322026-01-06T04:26:57.774Zcargo 1.90.0 (840b83a10 2025-07-30)
1332026-01-06T04:26:57.799Z+ rustc --version
1342026-01-06T04:26:57.913Zrustc 1.90.0 (1159e78c4 2025-09-14)
1352026-01-06T04:26:57.938Z+ pushd bin/opteadm
1362026-01-06T04:26:57.938Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1372026-01-06T04:26:57.938Z+ header 'check style'
1382026-01-06T04:26:57.938Z+ echo '# ==== check style ==== #'
1392026-01-06T04:26:57.938Z# ==== check style ==== #
1402026-01-06T04:26:57.938Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1412026-01-06T04:26:58.214Z
1422026-01-06T04:26:58.215Zreal 0.291246189
1432026-01-06T04:26:58.215Zuser 0.174093515
1442026-01-06T04:26:58.215Zsys 0.114971948
1452026-01-06T04:26:58.215Ztrap 0.000014086
1462026-01-06T04:26:58.239Ztflt 0.000083884
1472026-01-06T04:26:58.239Zdflt 0.000016481
1482026-01-06T04:26:58.240Zkflt 0.000000000
1492026-01-06T04:26:58.240Zlock 0.938013804
1502026-01-06T04:26:58.240Zslp 0.294294389
1512026-01-06T04:26:58.240Zlat 0.003797609
1522026-01-06T04:26:58.240Zstop 0.000245535
1532026-01-06T04:26:58.240Z+ header analyze
1542026-01-06T04:26:58.240Z+ echo '# ==== analyze ==== #'
1552026-01-06T04:26:58.240Z# ==== analyze ==== #
1562026-01-06T04:26:58.240Z+ ptime -m cargo clippy --all-targets
1572026-01-06T04:26:58.569Z Updating crates.io index
1582026-01-06T04:26:58.593Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-01-06T04:27:04.010Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602026-01-06T04:27:04.431Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612026-01-06T04:27:05.192Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-01-06T04:27:05.682Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-01-06T04:27:06.015Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-01-06T04:27:06.425Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652026-01-06T04:27:07.732Z Downloading crates ...
1662026-01-06T04:27:07.801Z Downloaded terminal_size v0.4.3
1672026-01-06T04:27:07.825Z Downloaded getrandom v0.3.4
1682026-01-06T04:27:07.825Z Downloaded toml_parser v1.0.6+spec-1.1.0
1692026-01-06T04:27:07.825Z Downloaded embedded-io v0.6.1
1702026-01-06T04:27:07.825Z Downloaded defmt-parser v1.0.0
1712026-01-06T04:27:07.850Z Downloaded quote v1.0.42
1722026-01-06T04:27:07.850Z Downloaded rustversion v1.0.22
1732026-01-06T04:27:07.850Z Downloaded postcard v1.1.3
1742026-01-06T04:27:07.850Z Downloaded utf8parse v0.2.2
1752026-01-06T04:27:07.875Z Downloaded oxnet v0.1.4
1762026-01-06T04:27:07.875Z Downloaded heck v0.5.0
1772026-01-06T04:27:07.875Z Downloaded thiserror-impl v2.0.17
1782026-01-06T04:27:07.875Z Downloaded uuid v1.19.0
1792026-01-06T04:27:07.875Z Downloaded version_check v0.9.5
1802026-01-06T04:27:07.875Z Downloaded unicode-ident v1.0.22
1812026-01-06T04:27:07.899Z Downloaded rand_chacha v0.9.0
1822026-01-06T04:27:07.899Z Downloaded zerocopy-derive v0.8.31
1832026-01-06T04:27:07.899Z Downloaded serde_core v1.0.228
1842026-01-06T04:27:07.899Z Downloaded zerocopy v0.8.31
1852026-01-06T04:27:07.923Z Downloaded winnow v0.7.14
1862026-01-06T04:27:07.947Z Downloaded serde v1.0.228
1872026-01-06T04:27:07.947Z Downloaded itertools v0.14.0
1882026-01-06T04:27:07.947Z Downloaded syn v1.0.109
1892026-01-06T04:27:07.971Z Downloaded regex v1.12.2
1902026-01-06T04:27:07.971Z Downloaded unicode-width v0.2.2
1912026-01-06T04:27:07.971Z Downloaded ppv-lite86 v0.2.21
1922026-01-06T04:27:07.971Z Downloaded syn v2.0.113
1932026-01-06T04:27:07.995Z Downloaded toml_datetime v0.7.5+spec-1.1.0
1942026-01-06T04:27:07.995Z Downloaded tabwriter v1.4.1
1952026-01-06T04:27:07.995Z Downloaded regex-syntax v0.8.8
1962026-01-06T04:27:07.995Z Downloaded smoltcp v0.11.0
1972026-01-06T04:27:08.018Z Downloaded ref-cast-impl v1.0.25
1982026-01-06T04:27:08.018Z Downloaded proc-macro2 v1.0.105
1992026-01-06T04:27:08.018Z Downloaded heapless v0.8.0
2002026-01-06T04:27:08.018Z Downloaded darling_core v0.21.3
2012026-01-06T04:27:08.019Z Downloaded darling v0.21.3
2022026-01-06T04:27:08.043Z Downloaded rustix v1.1.3
2032026-01-06T04:27:08.067Z Downloaded regex-automata v0.4.13
2042026-01-06T04:27:08.067Z Downloaded cstr-argument v0.1.2
2052026-01-06T04:27:08.090Z Downloaded thiserror v2.0.17
2062026-01-06T04:27:08.090Z Downloaded tracing v0.1.44
2072026-01-06T04:27:08.114Z Downloaded serde_derive v1.0.228
2082026-01-06T04:27:08.114Z Downloaded rand_core v0.9.3
2092026-01-06T04:27:08.114Z Downloaded rand v0.9.2
2102026-01-06T04:27:08.114Z Downloaded pretty-hex v0.4.1
2112026-01-06T04:27:08.114Z Downloaded macaddr v1.0.1
2122026-01-06T04:27:08.114Z Downloaded colored v3.0.0
2132026-01-06T04:27:08.114Z Downloaded tracing-core v0.1.36
2142026-01-06T04:27:08.114Z Downloaded toml_edit v0.23.10+spec-1.0.0
2152026-01-06T04:27:08.138Z Downloaded stable_deref_trait v1.2.1
2162026-01-06T04:27:08.138Z Downloaded socket2 v0.6.1
2172026-01-06T04:27:08.138Z Downloaded ref-cast v1.0.25
2182026-01-06T04:27:08.138Z Downloaded pin-project-lite v0.2.16
2192026-01-06T04:27:08.138Z Downloaded libc v0.2.179
2202026-01-06T04:27:08.162Z Downloaded num_enum_derive v0.7.5
2212026-01-06T04:27:08.186Z Downloaded num_enum v0.7.5
2222026-01-06T04:27:08.186Z Downloaded ingot-types v0.1.2
2232026-01-06T04:27:08.186Z Downloaded indexmap v2.12.1
2242026-01-06T04:27:08.186Z Downloaded foreign-types v0.5.0
2252026-01-06T04:27:08.186Z Downloaded embedded-io v0.4.0
2262026-01-06T04:27:08.186Z Downloaded strsim v0.11.1
2272026-01-06T04:27:08.186Z Downloaded managed v0.8.0
2282026-01-06T04:27:08.186Z Downloaded ident_case v1.0.1
2292026-01-06T04:27:08.186Z Downloaded fnv v1.0.7
2302026-01-06T04:27:08.186Z Downloaded either v1.15.0
2312026-01-06T04:27:08.186Z Downloaded tracing-attributes v0.1.31
2322026-01-06T04:27:08.186Z Downloaded proc-macro-error2 v2.0.1
2332026-01-06T04:27:08.210Z Downloaded hashbrown v0.16.1
2342026-01-06T04:27:08.210Z Downloaded foreign-types-shared v0.3.1
2352026-01-06T04:27:08.210Z Downloaded memchr v2.7.6
2362026-01-06T04:27:08.210Z Downloaded is_terminal_polyfill v1.70.2
2372026-01-06T04:27:08.210Z Downloaded ingot-macros v0.1.1
2382026-01-06T04:27:08.210Z Downloaded ingot v0.1.1
2392026-01-06T04:27:08.210Z Downloaded once_cell v1.21.3
2402026-01-06T04:27:08.210Z Downloaded foreign-types-macros v0.2.3
2412026-01-06T04:27:08.210Z Downloaded errno v0.3.14
2422026-01-06T04:27:08.210Z Downloaded defmt v1.0.1
2432026-01-06T04:27:08.234Z Downloaded clap_builder v4.5.54
2442026-01-06T04:27:08.234Z Downloaded proc-macro-error-attr2 v2.0.0
2452026-01-06T04:27:08.234Z Downloaded hash32 v0.3.1
2462026-01-06T04:27:08.234Z Downloaded equivalent v1.0.2
2472026-01-06T04:27:08.234Z Downloaded defmt-macros v1.0.1
2482026-01-06T04:27:08.234Z Downloaded defmt v0.3.100
2492026-01-06T04:27:08.234Z Downloaded clap v4.5.54
2502026-01-06T04:27:08.258Z Downloaded byteorder v1.5.0
2512026-01-06T04:27:08.258Z Downloaded colorchoice v1.0.4
2522026-01-06T04:27:08.258Z Downloaded clap_derive v4.5.49
2532026-01-06T04:27:08.258Z Downloaded cfg-if v1.0.4
2542026-01-06T04:27:08.258Z Downloaded bitflags v1.3.2
2552026-01-06T04:27:08.282Z Downloaded anstyle-query v1.1.5
2562026-01-06T04:27:08.282Z Downloaded aho-corasick v1.1.4
2572026-01-06T04:27:08.282Z Downloaded cobs v0.3.0
2582026-01-06T04:27:08.282Z Downloaded clap_lex v0.7.6
2592026-01-06T04:27:08.282Z Downloaded anstyle-parse v0.2.7
2602026-01-06T04:27:08.282Z Downloaded anstream v0.6.21
2612026-01-06T04:27:08.282Z Downloaded bitflags v2.10.0
2622026-01-06T04:27:08.282Z Downloaded anyhow v1.0.100
2632026-01-06T04:27:08.306Z Downloaded anstyle v1.0.13
2642026-01-06T04:27:08.307Z Downloaded proc-macro-crate v3.4.0
2652026-01-06T04:27:08.307Z Downloaded ipnetwork v0.21.1
2662026-01-06T04:27:08.307Z Downloaded dyn-clone v1.0.20
2672026-01-06T04:27:08.307Z Downloaded darling_macro v0.21.3
2682026-01-06T04:27:08.375Z Compiling proc-macro2 v1.0.105
2692026-01-06T04:27:08.375Z Compiling quote v1.0.42
2702026-01-06T04:27:08.375Z Compiling unicode-ident v1.0.22
2712026-01-06T04:27:08.399Z Compiling libc v0.2.179
2722026-01-06T04:27:08.399Z Compiling serde_core v1.0.228
2732026-01-06T04:27:08.399Z Compiling zerocopy v0.8.31
2742026-01-06T04:27:08.399Z Checking cfg-if v1.0.4
2752026-01-06T04:27:08.423Z Compiling ident_case v1.0.1
2762026-01-06T04:27:08.586Z Compiling thiserror v2.0.17
2772026-01-06T04:27:08.670Z Compiling strsim v0.11.1
2782026-01-06T04:27:08.694Z Compiling fnv v1.0.7
2792026-01-06T04:27:08.824Z Compiling memchr v2.7.6
2802026-01-06T04:27:09.047Z Compiling regex-syntax v0.8.8
2812026-01-06T04:27:09.189Z Compiling hashbrown v0.16.1
2822026-01-06T04:27:09.247Z Compiling either v1.15.0
2832026-01-06T04:27:09.511Z Compiling winnow v0.7.14
2842026-01-06T04:27:09.630Z Compiling equivalent v1.0.2
2852026-01-06T04:27:09.761Z Compiling aho-corasick v1.1.4
2862026-01-06T04:27:09.944Z Compiling anyhow v1.0.100
2872026-01-06T04:27:10.004Z Compiling serde v1.0.228
2882026-01-06T04:27:10.333Z Compiling indexmap v2.12.1
2892026-01-06T04:27:10.570Z Compiling itertools v0.14.0
2902026-01-06T04:27:10.823Z Compiling syn v2.0.113
2912026-01-06T04:27:10.973Z Compiling heapless v0.8.0
2922026-01-06T04:27:11.526Z Compiling getrandom v0.3.4
2932026-01-06T04:27:11.758Z Compiling toml_datetime v0.7.5+spec-1.1.0
2942026-01-06T04:27:12.255Z Checking byteorder v1.5.0
2952026-01-06T04:27:12.365Z Compiling regex-automata v0.4.13
2962026-01-06T04:27:12.603Z Checking hash32 v0.3.1
2972026-01-06T04:27:12.820Z Checking bitflags v2.10.0
2982026-01-06T04:27:12.844Z Compiling toml_parser v1.0.6+spec-1.1.0
2992026-01-06T04:27:13.245Z Compiling smoltcp v0.11.0
3002026-01-06T04:27:13.508Z Compiling syn v1.0.109
3012026-01-06T04:27:13.532Z Checking macaddr v1.0.1
3022026-01-06T04:27:13.999Z Compiling toml_edit v0.23.10+spec-1.0.0
3032026-01-06T04:27:14.037Z Checking stable_deref_trait v1.2.1
3042026-01-06T04:27:14.072Z Compiling rustversion v1.0.22
3052026-01-06T04:27:14.174Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3062026-01-06T04:27:14.398Z Compiling rustix v1.1.3
3072026-01-06T04:27:14.575Z Checking managed v0.8.0
3082026-01-06T04:27:14.599Z Compiling ref-cast v1.0.25
3092026-01-06T04:27:14.786Z Checking bitflags v1.3.2
3102026-01-06T04:27:14.882Z Compiling version_check v0.9.5
3112026-01-06T04:27:14.925Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3122026-01-06T04:27:15.266Z Compiling proc-macro-crate v3.4.0
3132026-01-06T04:27:15.389Z Checking rand_core v0.9.3
3142026-01-06T04:27:15.441Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3152026-01-06T04:27:15.859Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-01-06T04:27:16.135Z Checking errno v0.3.14
3172026-01-06T04:27:16.244Z Checking once_cell v1.21.3
3182026-01-06T04:27:16.269Z Checking unicode-width v0.2.2
3192026-01-06T04:27:16.319Z Checking foreign-types-shared v0.3.1
3202026-01-06T04:27:16.454Z Checking utf8parse v0.2.2
3212026-01-06T04:27:16.478Z Checking ipnetwork v0.21.1
3222026-01-06T04:27:16.621Z Checking anstyle-parse v0.2.7
3232026-01-06T04:27:16.738Z Checking tabwriter v1.4.1
3242026-01-06T04:27:16.826Z Compiling regex v1.12.2
3252026-01-06T04:27:16.958Z Checking tracing-core v0.1.36
3262026-01-06T04:27:17.481Z Checking cstr-argument v0.1.2
3272026-01-06T04:27:17.882Z Compiling darling_core v0.21.3
3282026-01-06T04:27:18.123Z Checking colorchoice v1.0.4
3292026-01-06T04:27:18.221Z Checking dyn-clone v1.0.20
3302026-01-06T04:27:18.245Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409)
3312026-01-06T04:27:18.275Z Checking pin-project-lite v0.2.16
3322026-01-06T04:27:18.298Z Checking is_terminal_polyfill v1.70.2
3332026-01-06T04:27:18.391Z Checking pretty-hex v0.4.1
3342026-01-06T04:27:18.420Z Checking anstyle v1.0.13
3352026-01-06T04:27:18.443Z Checking anstyle-query v1.1.5
3362026-01-06T04:27:18.619Z Checking terminal_size v0.4.3
3372026-01-06T04:27:18.786Z Checking uuid v1.19.0
3382026-01-06T04:27:18.821Z Checking anstream v0.6.21
3392026-01-06T04:27:19.007Z Checking socket2 v0.6.1
3402026-01-06T04:27:19.214Z Checking colored v3.0.0
3412026-01-06T04:27:19.238Z Compiling heck v0.5.0
3422026-01-06T04:27:19.328Z Checking oxnet v0.1.4
3432026-01-06T04:27:19.532Z Checking clap_lex v0.7.6
3442026-01-06T04:27:19.646Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3452026-01-06T04:27:19.897Z Checking clap_builder v4.5.54
3462026-01-06T04:27:20.446Z Compiling zerocopy-derive v0.8.31
3472026-01-06T04:27:20.446Z Compiling thiserror-impl v2.0.17
3482026-01-06T04:27:20.446Z Compiling serde_derive v1.0.228
3492026-01-06T04:27:20.470Z Compiling foreign-types-macros v0.2.3
3502026-01-06T04:27:21.500Z Compiling num_enum_derive v0.7.5
3512026-01-06T04:27:21.821Z Compiling ref-cast-impl v1.0.25
3522026-01-06T04:27:22.763Z Checking foreign-types v0.5.0
3532026-01-06T04:27:22.880Z Compiling tracing-attributes v0.1.31
3542026-01-06T04:27:23.026Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3552026-01-06T04:27:23.079Z Compiling darling_macro v0.21.3
3562026-01-06T04:27:23.175Z Checking cobs v0.3.0
3572026-01-06T04:27:23.466Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3582026-01-06T04:27:23.532Z Checking num_enum v0.7.5
3592026-01-06T04:27:23.716Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
3602026-01-06T04:27:23.796Z Compiling clap_derive v4.5.49
3612026-01-06T04:27:24.053Z Compiling darling v0.21.3
3622026-01-06T04:27:24.206Z Compiling ingot-macros v0.1.1
3632026-01-06T04:27:24.388Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3642026-01-06T04:27:25.212Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3652026-01-06T04:27:25.298Z Checking tracing v0.1.44
3662026-01-06T04:27:26.313Z Checking ppv-lite86 v0.2.21
3672026-01-06T04:27:26.420Z Checking postcard v1.1.3
3682026-01-06T04:27:26.477Z Checking clap v4.5.54
3692026-01-06T04:27:27.067Z Checking rand_chacha v0.9.0
3702026-01-06T04:27:27.415Z Checking rand v0.9.2
3712026-01-06T04:27:28.488Z Checking ingot-types v0.1.2
3722026-01-06T04:27:29.106Z Checking ingot v0.1.1
3732026-01-06T04:27:31.797Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3742026-01-06T04:27:34.467Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3752026-01-06T04:27:36.872Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3762026-01-06T04:27:38.683Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.27s
3772026-01-06T04:27:38.819Z
3782026-01-06T04:27:38.819Zreal 40.592761038
3792026-01-06T04:27:38.819Zuser 2:07.880925716
3802026-01-06T04:27:38.819Zsys 24.863521933
3812026-01-06T04:27:38.819Ztrap 0.099812790
3822026-01-06T04:27:38.819Ztflt 0.054349202
3832026-01-06T04:27:38.819Zdflt 0.101098677
3842026-01-06T04:27:38.819Zkflt 0.000665891
3852026-01-06T04:27:38.819Zlock 5:22.126000619
3862026-01-06T04:27:38.819Zslp 8:46.488969026
3872026-01-06T04:27:38.843Zlat 9.986131271
3882026-01-06T04:27:38.843Zstop 16.838902503
3892026-01-06T04:27:38.843Z+ header 'debug build'
3902026-01-06T04:27:38.843Z+ echo '# ==== debug build ==== #'
3912026-01-06T04:27:38.843Z+ ptime -m cargo build
3922026-01-06T04:27:38.843Z# ==== debug build ==== #
3932026-01-06T04:27:39.204Z Compiling cfg-if v1.0.4
3942026-01-06T04:27:39.204Z Compiling serde_core v1.0.228
3952026-01-06T04:27:39.204Z Compiling libc v0.2.179
3962026-01-06T04:27:39.228Z Compiling zerocopy v0.8.31
3972026-01-06T04:27:39.228Z Compiling thiserror v2.0.17
3982026-01-06T04:27:39.228Z Compiling byteorder v1.5.0
3992026-01-06T04:27:39.253Z Compiling stable_deref_trait v1.2.1
4002026-01-06T04:27:39.254Z Compiling macaddr v1.0.1
4012026-01-06T04:27:39.314Z Compiling managed v0.8.0
4022026-01-06T04:27:39.343Z Compiling cobs v0.3.0
4032026-01-06T04:27:39.372Z Compiling bitflags v1.3.2
4042026-01-06T04:27:39.474Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4052026-01-06T04:27:39.576Z Compiling hash32 v0.3.1
4062026-01-06T04:27:39.701Z Compiling ipnetwork v0.21.1
4072026-01-06T04:27:39.728Z Compiling heapless v0.8.0
4082026-01-06T04:27:39.805Z Compiling memchr v2.7.6
4092026-01-06T04:27:39.829Z Compiling unicode-width v0.2.2
4102026-01-06T04:27:39.829Z Compiling foreign-types-shared v0.3.1
4112026-01-06T04:27:39.956Z Compiling utf8parse v0.2.2
4122026-01-06T04:27:40.106Z Compiling getrandom v0.3.4
4132026-01-06T04:27:40.130Z Compiling errno v0.3.14
4142026-01-06T04:27:40.326Z Compiling rand_core v0.9.3
4152026-01-06T04:27:40.362Z Compiling once_cell v1.21.3
4162026-01-06T04:27:40.445Z Compiling tabwriter v1.4.1
4172026-01-06T04:27:40.597Z Compiling smoltcp v0.11.0
4182026-01-06T04:27:40.670Z Compiling tracing-core v0.1.36
4192026-01-06T04:27:40.789Z Compiling cstr-argument v0.1.2
4202026-01-06T04:27:40.813Z Compiling anstyle-parse v0.2.7
4212026-01-06T04:27:41.066Z Compiling foreign-types v0.5.0
4222026-01-06T04:27:41.200Z Compiling ref-cast v1.0.25
4232026-01-06T04:27:41.224Z Compiling num_enum v0.7.5
4242026-01-06T04:27:41.248Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4252026-01-06T04:27:41.345Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-01-06T04:27:41.396Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4272026-01-06T04:27:41.420Z Compiling dyn-clone v1.0.20
4282026-01-06T04:27:41.511Z Compiling pretty-hex v0.4.1
4292026-01-06T04:27:41.688Z Compiling pin-project-lite v0.2.16
4302026-01-06T04:27:41.748Z Compiling is_terminal_polyfill v1.70.2
4312026-01-06T04:27:41.840Z Compiling anstyle-query v1.1.5
4322026-01-06T04:27:41.898Z Compiling anstyle v1.0.13
4332026-01-06T04:27:41.994Z Compiling colorchoice v1.0.4
4342026-01-06T04:27:42.156Z Compiling tracing v0.1.44
4352026-01-06T04:27:42.254Z Compiling anstream v0.6.21
4362026-01-06T04:27:42.339Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
4372026-01-06T04:27:42.381Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4382026-01-06T04:27:42.697Z Compiling ingot-types v0.1.2
4392026-01-06T04:27:42.721Z Compiling ppv-lite86 v0.2.21
4402026-01-06T04:27:42.800Z Compiling anyhow v1.0.100
4412026-01-06T04:27:43.209Z Compiling bitflags v2.10.0
4422026-01-06T04:27:43.233Z Compiling serde v1.0.228
4432026-01-06T04:27:43.280Z Compiling uuid v1.19.0
4442026-01-06T04:27:43.385Z Compiling rand_chacha v0.9.0
4452026-01-06T04:27:43.451Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4462026-01-06T04:27:43.535Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4472026-01-06T04:27:43.615Z Compiling rustix v1.1.3
4482026-01-06T04:27:43.996Z Compiling rand v0.9.2
4492026-01-06T04:27:44.274Z Compiling postcard v1.1.3
4502026-01-06T04:27:44.349Z Compiling ingot v0.1.1
4512026-01-06T04:27:44.579Z Compiling socket2 v0.6.1
4522026-01-06T04:27:44.702Z Compiling terminal_size v0.4.3
4532026-01-06T04:27:44.928Z Compiling oxnet v0.1.4
4542026-01-06T04:27:44.952Z Compiling winnow v0.7.14
4552026-01-06T04:27:45.233Z Compiling clap_lex v0.7.6
4562026-01-06T04:27:45.598Z Compiling colored v3.0.0
4572026-01-06T04:27:45.816Z Compiling strsim v0.11.1
4582026-01-06T04:27:45.977Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4592026-01-06T04:27:46.654Z Compiling clap_builder v4.5.54
4602026-01-06T04:27:47.644Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4612026-01-06T04:27:47.882Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409)
4622026-01-06T04:27:50.192Z Compiling clap v4.5.54
4632026-01-06T04:27:50.318Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4642026-01-06T04:27:53.293Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4652026-01-06T04:28:03.819Z Finished `dev` profile [optimized + debuginfo] target(s) in 24.92s
4662026-01-06T04:28:03.853Z
4672026-01-06T04:28:03.877Zreal 25.016212727
4682026-01-06T04:28:03.877Zuser 2:11.842023431
4692026-01-06T04:28:03.877Zsys 10.502705138
4702026-01-06T04:28:03.878Ztrap 0.094409028
4712026-01-06T04:28:03.878Ztflt 0.254126920
4722026-01-06T04:28:03.878Zdflt 0.566267408
4732026-01-06T04:28:03.878Zkflt 0.000031661
4742026-01-06T04:28:03.878Zlock 4:59.503990184
4752026-01-06T04:28:03.878Zslp 5:34.467067002
4762026-01-06T04:28:03.878Zlat 6.105146057
4772026-01-06T04:28:03.878Zstop 3.355574936
4782026-01-06T04:28:03.878Z+ header 'release build'
4792026-01-06T04:28:03.878Z+ echo '# ==== release build ==== #'
4802026-01-06T04:28:03.878Z# ==== release build ==== #
4812026-01-06T04:28:03.878Z+ ptime -m cargo build --release
4822026-01-06T04:28:04.092Z Compiling proc-macro2 v1.0.105
4832026-01-06T04:28:04.092Z Compiling quote v1.0.42
4842026-01-06T04:28:04.092Z Compiling unicode-ident v1.0.22
4852026-01-06T04:28:04.092Z Compiling libc v0.2.179
4862026-01-06T04:28:04.116Z Compiling serde_core v1.0.228
4872026-01-06T04:28:04.116Z Compiling zerocopy v0.8.31
4882026-01-06T04:28:04.116Z Compiling cfg-if v1.0.4
4892026-01-06T04:28:04.117Z Compiling memchr v2.7.6
4902026-01-06T04:28:04.190Z Compiling strsim v0.11.1
4912026-01-06T04:28:04.271Z Compiling ident_case v1.0.1
4922026-01-06T04:28:04.428Z Compiling fnv v1.0.7
4932026-01-06T04:28:04.555Z Compiling thiserror v2.0.17
4942026-01-06T04:28:04.597Z Compiling regex-syntax v0.8.8
4952026-01-06T04:28:04.685Z Compiling serde v1.0.228
4962026-01-06T04:28:04.778Z Compiling either v1.15.0
4972026-01-06T04:28:05.114Z Compiling aho-corasick v1.1.4
4982026-01-06T04:28:05.152Z Compiling hashbrown v0.16.1
4992026-01-06T04:28:05.245Z Compiling anyhow v1.0.100
5002026-01-06T04:28:05.391Z Compiling winnow v0.7.14
5012026-01-06T04:28:05.592Z Compiling equivalent v1.0.2
5022026-01-06T04:28:05.726Z Compiling itertools v0.14.0
5032026-01-06T04:28:05.752Z Compiling toml_datetime v0.7.5+spec-1.1.0
5042026-01-06T04:28:06.184Z Compiling indexmap v2.12.1
5052026-01-06T04:28:06.231Z Compiling heapless v0.8.0
5062026-01-06T04:28:06.565Z Compiling syn v2.0.113
5072026-01-06T04:28:06.667Z Compiling getrandom v0.3.4
5082026-01-06T04:28:07.154Z Compiling byteorder v1.5.0
5092026-01-06T04:28:07.479Z Compiling hash32 v0.3.1
5102026-01-06T04:28:07.665Z Compiling regex-automata v0.4.13
5112026-01-06T04:28:07.690Z Compiling smoltcp v0.11.0
5122026-01-06T04:28:08.062Z Compiling toml_parser v1.0.6+spec-1.1.0
5132026-01-06T04:28:08.140Z Compiling syn v1.0.109
5142026-01-06T04:28:08.229Z Compiling rustversion v1.0.22
5152026-01-06T04:28:08.285Z Compiling macaddr v1.0.1
5162026-01-06T04:28:08.578Z Compiling bitflags v2.10.0
5172026-01-06T04:28:08.630Z Compiling stable_deref_trait v1.2.1
5182026-01-06T04:28:08.734Z Compiling toml_edit v0.23.10+spec-1.0.0
5192026-01-06T04:28:08.758Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5202026-01-06T04:28:09.077Z Compiling managed v0.8.0
5212026-01-06T04:28:09.128Z Compiling ref-cast v1.0.25
5222026-01-06T04:28:09.171Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
5232026-01-06T04:28:09.258Z Compiling bitflags v1.3.2
5242026-01-06T04:28:09.349Z Compiling version_check v0.9.5
5252026-01-06T04:28:09.449Z Compiling rustix v1.1.3
5262026-01-06T04:28:09.526Z Compiling rand_core v0.9.3
5272026-01-06T04:28:09.757Z Compiling proc-macro-crate v3.4.0
5282026-01-06T04:28:09.829Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5292026-01-06T04:28:10.294Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5302026-01-06T04:28:10.546Z Compiling errno v0.3.14
5312026-01-06T04:28:10.570Z Compiling utf8parse v0.2.2
5322026-01-06T04:28:10.708Z Compiling unicode-width v0.2.2
5332026-01-06T04:28:10.767Z Compiling ipnetwork v0.21.1
5342026-01-06T04:28:10.962Z Compiling foreign-types-shared v0.3.1
5352026-01-06T04:28:11.028Z Compiling regex v1.12.2
5362026-01-06T04:28:11.117Z Compiling once_cell v1.21.3
5372026-01-06T04:28:11.398Z Compiling tabwriter v1.4.1
5382026-01-06T04:28:11.498Z Compiling tracing-core v0.1.36
5392026-01-06T04:28:12.004Z Compiling anstyle-parse v0.2.7
5402026-01-06T04:28:12.314Z Compiling darling_core v0.21.3
5412026-01-06T04:28:12.610Z Compiling cstr-argument v0.1.2
5422026-01-06T04:28:13.098Z Compiling pin-project-lite v0.2.16
5432026-01-06T04:28:13.218Z Compiling dyn-clone v1.0.20
5442026-01-06T04:28:13.341Z Compiling colorchoice v1.0.4
5452026-01-06T04:28:13.368Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#6665d409)
5462026-01-06T04:28:13.393Z Compiling anstyle-query v1.1.5
5472026-01-06T04:28:13.446Z Compiling is_terminal_polyfill v1.70.2
5482026-01-06T04:28:13.499Z Compiling pretty-hex v0.4.1
5492026-01-06T04:28:13.524Z Compiling anstyle v1.0.13
5502026-01-06T04:28:13.708Z Compiling terminal_size v0.4.3
5512026-01-06T04:28:13.892Z Compiling anstream v0.6.21
5522026-01-06T04:28:13.934Z Compiling uuid v1.19.0
5532026-01-06T04:28:14.129Z Compiling socket2 v0.6.1
5542026-01-06T04:28:14.617Z Compiling oxnet v0.1.4
5552026-01-06T04:28:14.642Z Compiling heck v0.5.0
5562026-01-06T04:28:14.969Z Compiling colored v3.0.0
5572026-01-06T04:28:15.049Z Compiling zerocopy-derive v0.8.31
5582026-01-06T04:28:15.131Z Compiling thiserror-impl v2.0.17
5592026-01-06T04:28:15.159Z Compiling serde_derive v1.0.228
5602026-01-06T04:28:15.193Z Compiling num_enum_derive v0.7.5
5612026-01-06T04:28:15.767Z Compiling ref-cast-impl v1.0.25
5622026-01-06T04:28:15.891Z Compiling foreign-types-macros v0.2.3
5632026-01-06T04:28:16.821Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5642026-01-06T04:28:16.901Z Compiling darling_macro v0.21.3
5652026-01-06T04:28:16.948Z Compiling num_enum v0.7.5
5662026-01-06T04:28:16.972Z Compiling foreign-types v0.5.0
5672026-01-06T04:28:17.075Z Compiling tracing-attributes v0.1.31
5682026-01-06T04:28:17.151Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5692026-01-06T04:28:17.293Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5702026-01-06T04:28:17.635Z Compiling cobs v0.3.0
5712026-01-06T04:28:17.659Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#42b2bfee)
5722026-01-06T04:28:17.842Z Compiling darling v0.21.3
5732026-01-06T04:28:17.943Z Compiling ingot-macros v0.1.1
5742026-01-06T04:28:17.968Z Compiling clap_lex v0.7.6
5752026-01-06T04:28:18.003Z Compiling clap_derive v4.5.49
5762026-01-06T04:28:18.073Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5772026-01-06T04:28:18.224Z Compiling clap_builder v4.5.54
5782026-01-06T04:28:18.477Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5792026-01-06T04:28:19.290Z Compiling tracing v0.1.44
5802026-01-06T04:28:20.796Z Compiling ppv-lite86 v0.2.21
5812026-01-06T04:28:20.882Z Compiling postcard v1.1.3
5822026-01-06T04:28:21.388Z Compiling rand_chacha v0.9.0
5832026-01-06T04:28:21.642Z Compiling ingot-types v0.1.2
5842026-01-06T04:28:21.719Z Compiling rand v0.9.2
5852026-01-06T04:28:22.189Z Compiling clap v4.5.54
5862026-01-06T04:28:22.390Z Compiling ingot v0.1.1
5872026-01-06T04:28:25.572Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5882026-01-06T04:28:27.768Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5892026-01-06T04:28:29.779Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5902026-01-06T04:28:41.677Z Finished `release` profile [optimized + debuginfo] target(s) in 37.74s
5912026-01-06T04:28:41.711Z
5922026-01-06T04:28:41.735Zreal 37.842060329
5932026-01-06T04:28:41.735Zuser 3:21.322899714
5942026-01-06T04:28:41.735Zsys 22.846533497
5952026-01-06T04:28:41.735Ztrap 0.116090622
5962026-01-06T04:28:41.735Ztflt 0.138765972
5972026-01-06T04:28:41.735Zdflt 0.754397130
5982026-01-06T04:28:41.735Zkflt 0.000028164
5992026-01-06T04:28:41.735Zlock 6:54.513994654
6002026-01-06T04:28:41.735Zslp 9:04.145627921
6012026-01-06T04:28:41.735Zlat 7.682972286
6022026-01-06T04:28:41.735Zstop 8.672599889
6032026-01-06T04:28:41.735Z+ popd
6042026-01-06T04:28:41.736Z/work/oxidecomputer/opte
6052026-01-06T04:28:41.736Z+ for x in debug release
6062026-01-06T04:28:41.736Z+ mkdir -p /work/debug
6072026-01-06T04:28:41.736Z+ cp target/debug/opteadm /work/debug/
6082026-01-06T04:28:41.759Z+ sha256sum target/debug/opteadm
6092026-01-06T04:28:41.783Z+ for x in debug release
6102026-01-06T04:28:41.783Z+ mkdir -p /work/release
6112026-01-06T04:28:41.783Z+ cp target/release/opteadm /work/release/
6122026-01-06T04:28:41.807Z+ sha256sum target/release/opteadm
6132026-01-06T04:28:41.830Zprocess exited: duration 120148 ms, exit code 0
 
6142026-01-06T04:28:41.879Zfound 4 output files
6152026-01-06T04:28:41.879Zuploading: /work/debug/opteadm (34695144 bytes)
6162026-01-06T04:28:45.304Zuploaded: /work/debug/opteadm
6172026-01-06T04:28:45.304Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6182026-01-06T04:28:46.399Zuploaded: /work/debug/opteadm.debug.sha256
6192026-01-06T04:28:46.399Zuploading: /work/release/opteadm (21833880 bytes)
6202026-01-06T04:28:49.263Zuploaded: /work/release/opteadm
6212026-01-06T04:28:49.263Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6222026-01-06T04:28:50.356Zuploaded: /work/release/opteadm.release.sha256