01KHT33WCA67VCJNWTFPXZ2540: 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: 01KHT34BG1VYA7JFEMZD50W4PJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-19T04:40:30.520Zjob assigned to worker 01KHT34E4SPRTEP5RQFWKC9EHP [factory aws, i-0ff116e56e6825618] (queued for 58 s)
 
22026-02-19T04:40:38.600Zstarting task 0: "setup"
32026-02-19T04:40:38.605Z++ uname -s
42026-02-19T04:40:38.608Z+ kern=SunOS
52026-02-19T04:40:38.608Z+ build_user=build
62026-02-19T04:40:38.608Z+ build_uid=12345
72026-02-19T04:40:38.608Z+ work_dir=/work
82026-02-19T04:40:38.608Z+ input_dir=/input
92026-02-19T04:40:38.608Z+ [[ 0 == 12345 ]]
102026-02-19T04:40:38.608Z+ case "$kern" in
112026-02-19T04:40:38.608Z+ groupadd -g 12345 build
122026-02-19T04:40:38.612Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-19T04:40:40.620Z+ zfs create -o mountpoint=/work rpool/work
142026-02-19T04:40:40.691Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-19T04:40:40.694Z+ home_fs=zfs
162026-02-19T04:40:40.694Z+ [[ zfs == autofs ]]
172026-02-19T04:40:40.694Z+ mkdir -p /home/build
182026-02-19T04:40:40.698Z+ chown build:build /home/build /work
192026-02-19T04:40:42.699Z+ chmod 0700 /home/build /work
202026-02-19T04:40:42.702Zprocess exited: duration 4103 ms, exit code 0
 
212026-02-19T04:40:42.707Zstarting task 1: "rust-toolchain"
222026-02-19T04:40:42.714Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-02-19T04:40:42.714Z * rust toolchain channel = "1.90.0"
242026-02-19T04:40:42.714Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-02-19T04:40:42.714Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-02-19T04:40:42.714Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-19T04:40:42.714Z * rust toolchain profile = "default"
282026-02-19T04:40:42.717Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-19T04:40:42.717Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-02-19T04:40:43.036Zinfo: downloading installer
312026-02-19T04:40:44.940Zwarn: It looks like you have an existing installation of Rust at:
322026-02-19T04:40:44.940Zwarn: /opt/ooce/bin
332026-02-19T04:40:44.940Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-19T04:40:44.940Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-19T04:40:44.940Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-19T04:40:44.940Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-19T04:40:44.940Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-19T04:40:44.940Zerror: cannot install while Rust is installed
392026-02-19T04:40:44.940Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-19T04:40:44.969Zinfo: profile set to 'default'
412026-02-19T04:40:44.969Zinfo: default host triple is x86_64-unknown-illumos
422026-02-19T04:40:44.972Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-02-19T04:40:45.153Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-02-19T04:40:45.153Zinfo: downloading component 'cargo'
452026-02-19T04:40:46.112Zinfo: downloading component 'clippy'
462026-02-19T04:40:46.494Zinfo: downloading component 'rust-docs'
472026-02-19T04:40:47.989Zinfo: downloading component 'rust-std'
482026-02-19T04:40:50.359Zinfo: downloading component 'rustc'
492026-02-19T04:40:57.565Zinfo: downloading component 'rustfmt'
502026-02-19T04:40:57.907Zinfo: installing component 'cargo'
512026-02-19T04:40:58.872Zinfo: installing component 'clippy'
522026-02-19T04:40:59.277Zinfo: installing component 'rust-docs'
532026-02-19T04:41:01.196Zinfo: installing component 'rust-std'
542026-02-19T04:41:03.206Zinfo: installing component 'rustc'
552026-02-19T04:41:10.253Zinfo: installing component 'rustfmt'
562026-02-19T04:41:10.641Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-02-19T04:41:10.641Z
582026-02-19T04:41:11.079Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-02-19T04:41:11.080Z
602026-02-19T04:41:11.083Z
612026-02-19T04:41:11.083ZRust is installed now. Great!
622026-02-19T04:41:11.083Z
632026-02-19T04:41:11.083ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-19T04:41:11.083Zenvironment variable. This has not been done automatically.
652026-02-19T04:41:11.083Z
662026-02-19T04:41:11.083ZTo configure your current shell, you need to source
672026-02-19T04:41:11.083Zthe corresponding env file under $HOME/.cargo.
682026-02-19T04:41:11.083Z
692026-02-19T04:41:11.083ZThis is usually done by running one of the following (note the leading DOT):
702026-02-19T04:41:11.083Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-19T04:41:11.083Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-19T04:41:11.083Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-19T04:41:11.187Z+ rustup --version
742026-02-19T04:41:11.200Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-19T04:41:11.204Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-19T04:41:11.294Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-02-19T04:41:11.298Z+ cargo --version
782026-02-19T04:41:11.366Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-02-19T04:41:11.370Z+ rustc --version
802026-02-19T04:41:11.450Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-02-19T04:41:11.457Zprocess exited: duration 28740 ms, exit code 0
 
822026-02-19T04:41:11.463Zstarting task 2: "authentication"
832026-02-19T04:41:11.488Zprocess exited: duration 24 ms, exit code 0
 
842026-02-19T04:41:11.494Zstarting task 3: "clone repository"
852026-02-19T04:41:11.500Z+ mkdir -p /work/oxidecomputer/opte
862026-02-19T04:41:11.503Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-02-19T04:41:11.538ZCloning into '/work/oxidecomputer/opte'...
882026-02-19T04:41:12.442Z+ cd /work/oxidecomputer/opte
892026-02-19T04:41:12.445Z+ git fetch origin ac41d489be05ccd2dca1cd4dc129d68fd0001f5b
902026-02-19T04:41:12.709ZFrom https://github.com/oxidecomputer/opte
912026-02-19T04:41:12.709Z * branch ac41d489be05ccd2dca1cd4dc129d68fd0001f5b -> FETCH_HEAD
922026-02-19T04:41:12.720Z+ [[ -n renovate/toml-1.x-lockfile ]]
932026-02-19T04:41:12.723Z++ git branch --show-current
942026-02-19T04:41:12.726Z+ current=master
952026-02-19T04:41:12.726Z+ [[ master != renovate/toml-1.x-lockfile ]]
962026-02-19T04:41:12.726Z+ git branch -f renovate/toml-1.x-lockfile ac41d489be05ccd2dca1cd4dc129d68fd0001f5b
972026-02-19T04:41:12.729Z+ git checkout -f renovate/toml-1.x-lockfile
982026-02-19T04:41:12.758ZSwitched to branch 'renovate/toml-1.x-lockfile'
992026-02-19T04:41:12.761Z+ git reset --hard ac41d489be05ccd2dca1cd4dc129d68fd0001f5b
1002026-02-19T04:41:12.787ZHEAD is now at ac41d48 Update Rust crate toml to v1.0.3
1012026-02-19T04:41:12.790Zprocess exited: duration 1294 ms, exit code 0
 
1022026-02-19T04:41:12.796Zstarting task 4: "build"
1032026-02-19T04:41:12.803Z+ source .github/buildomat/common.sh
1042026-02-19T04:41:12.805Z++ rustup show active-toolchain
1052026-02-19T04:41:12.858Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-02-19T04:41:12.862Z++ pushd xde
1072026-02-19T04:41:12.866Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-02-19T04:41:12.866Z++ rustup show active-toolchain
1092026-02-19T04:41:12.871Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1102026-02-19T04:41:13.074Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1112026-02-19T04:41:13.077Zinfo: downloading component 'cargo'
1122026-02-19T04:41:14.260Zinfo: downloading component 'clippy'
1132026-02-19T04:41:14.658Zinfo: downloading component 'rust-src'
1142026-02-19T04:41:14.973Zinfo: downloading component 'rust-std'
1152026-02-19T04:41:16.830Zinfo: downloading component 'rustc'
1162026-02-19T04:41:24.151Zinfo: downloading component 'rustfmt'
1172026-02-19T04:41:24.494Zinfo: installing component 'cargo'
1182026-02-19T04:41:25.475Zinfo: installing component 'clippy'
1192026-02-19T04:41:25.895Zinfo: installing component 'rust-src'
1202026-02-19T04:41:26.293Zinfo: installing component 'rust-std'
1212026-02-19T04:41:28.033Zinfo: installing component 'rustc'
1222026-02-19T04:41:35.085Zinfo: installing component 'rustfmt'
1232026-02-19T04:41:35.449Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-02-19T04:41:35.587Z+++ rustup show active-toolchain -v
1252026-02-19T04:41:35.590Z+++ head -n 1
1262026-02-19T04:41:35.590Z+++ cut '-d ' -f1
1272026-02-19T04:41:35.733Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1282026-02-19T04:41:35.733Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1292026-02-19T04:41:35.733Z++ popd
1302026-02-19T04:41:35.736Z/work/oxidecomputer/opte
1312026-02-19T04:41:35.736Z+ cargo --version
1322026-02-19T04:41:35.798Zcargo 1.90.0 (840b83a10 2025-07-30)
1332026-02-19T04:41:35.801Z+ rustc --version
1342026-02-19T04:41:35.881Zrustc 1.90.0 (1159e78c4 2025-09-14)
1352026-02-19T04:41:35.885Z+ pushd bin/opteadm
1362026-02-19T04:41:35.888Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1372026-02-19T04:41:35.888Z+ header 'check style'
1382026-02-19T04:41:35.888Z+ echo '# ==== check style ==== #'
1392026-02-19T04:41:35.888Z# ==== check style ==== #
1402026-02-19T04:41:35.888Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1412026-02-19T04:41:36.132Z
1422026-02-19T04:41:36.132Zreal 0.241803313
1432026-02-19T04:41:36.132Zuser 0.153753005
1442026-02-19T04:41:36.132Zsys 0.082151290
1452026-02-19T04:41:36.132Ztrap 0.000118613
1462026-02-19T04:41:36.132Ztflt 0.000050866
1472026-02-19T04:41:36.132Zdflt 0.000031601
1482026-02-19T04:41:36.132Zkflt 0.000000000
1492026-02-19T04:41:36.132Zlock 0.798269911
1502026-02-19T04:41:36.135Zslp 0.255684050
1512026-02-19T04:41:36.135Zlat 0.002629873
1522026-02-19T04:41:36.135Zstop 0.000174325
1532026-02-19T04:41:36.135Z+ header analyze
1542026-02-19T04:41:36.135Z+ echo '# ==== analyze ==== #'
1552026-02-19T04:41:36.136Z# ==== analyze ==== #
1562026-02-19T04:41:36.136Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1572026-02-19T04:41:36.455Z Updating crates.io index
1582026-02-19T04:41:36.502Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-02-19T04:41:37.593Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602026-02-19T04:41:37.875Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612026-02-19T04:41:38.320Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-02-19T04:41:38.825Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-02-19T04:41:39.052Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-02-19T04:41:39.310Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652026-02-19T04:41:41.685Z Downloading crates ...
1662026-02-19T04:41:41.740Z Downloaded macaddr v1.0.1
1672026-02-19T04:41:41.749Z Downloaded clap_lex v0.7.7
1682026-02-19T04:41:41.753Z Downloaded colored v3.1.1
1692026-02-19T04:41:41.763Z Downloaded defmt v0.3.100
1702026-02-19T04:41:41.766Z Downloaded byteorder v1.5.0
1712026-02-19T04:41:41.766Z Downloaded darling_macro v0.21.3
1722026-02-19T04:41:41.769Z Downloaded darling v0.21.3
1732026-02-19T04:41:41.772Z Downloaded cstr-argument v0.1.2
1742026-02-19T04:41:41.775Z Downloaded bitflags v2.10.0
1752026-02-19T04:41:41.777Z Downloaded cobs v0.3.0
1762026-02-19T04:41:41.780Z Downloaded anstyle-parse v0.2.7
1772026-02-19T04:41:41.780Z Downloaded thiserror-impl v2.0.18
1782026-02-19T04:41:41.783Z Downloaded clap_derive v4.5.55
1792026-02-19T04:41:41.786Z Downloaded clap v4.5.57
1802026-02-19T04:41:41.793Z Downloaded terminal_size v0.4.3
1812026-02-19T04:41:41.795Z Downloaded ref-cast-impl v1.0.25
1822026-02-19T04:41:41.795Z Downloaded postcard v1.1.3
1832026-02-19T04:41:41.798Z Downloaded proc-macro-error2 v2.0.1
1842026-02-19T04:41:41.801Z Downloaded aho-corasick v1.1.4
1852026-02-19T04:41:41.806Z Downloaded is_terminal_polyfill v1.70.2
1862026-02-19T04:41:41.809Z Downloaded darling_core v0.21.3
1872026-02-19T04:41:41.812Z Downloaded tabwriter v1.4.1
1882026-02-19T04:41:41.816Z Downloaded ref-cast v1.0.25
1892026-02-19T04:41:41.818Z Downloaded managed v0.8.0
1902026-02-19T04:41:41.818Z Downloaded ident_case v1.0.1
1912026-02-19T04:41:41.818Z Downloaded zerocopy v0.8.39
1922026-02-19T04:41:41.836Z Downloaded proc-macro-crate v3.4.0
1932026-02-19T04:41:41.839Z Downloaded cfg-if v1.0.4
1942026-02-19T04:41:41.843Z Downloaded embedded-io v0.4.0
1952026-02-19T04:41:41.846Z Downloaded stable_deref_trait v1.2.1
1962026-02-19T04:41:41.846Z Downloaded proc-macro-error-attr2 v2.0.0
1972026-02-19T04:41:41.849Z Downloaded foreign-types-macros v0.2.3
1982026-02-19T04:41:41.849Z Downloaded colorchoice v1.0.4
1992026-02-19T04:41:41.852Z Downloaded hash32 v0.3.1
2002026-02-19T04:41:41.852Z Downloaded heck v0.5.0
2012026-02-19T04:41:41.855Z Downloaded foreign-types v0.5.0
2022026-02-19T04:41:41.855Z Downloaded defmt-parser v1.0.0
2032026-02-19T04:41:41.858Z Downloaded utf8parse v0.2.2
2042026-02-19T04:41:41.861Z Downloaded version_check v0.9.5
2052026-02-19T04:41:41.861Z Downloaded strsim v0.11.1
2062026-02-19T04:41:41.863Z Downloaded dyn-clone v1.0.20
2072026-02-19T04:41:41.866Z Downloaded embedded-io v0.6.1
2082026-02-19T04:41:41.866Z Downloaded fnv v1.0.7
2092026-02-19T04:41:41.869Z Downloaded errno v0.3.14
2102026-02-19T04:41:41.869Z Downloaded equivalent v1.0.2
2112026-02-19T04:41:41.872Z Downloaded foreign-types-shared v0.3.1
2122026-02-19T04:41:41.875Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2132026-02-19T04:41:41.875Z Downloaded anstream v0.6.21
2142026-02-19T04:41:41.878Z Downloaded anstyle v1.0.13
2152026-02-19T04:41:41.881Z Downloaded pin-project-lite v0.2.16
2162026-02-19T04:41:41.884Z Downloaded thiserror v2.0.18
2172026-02-19T04:41:41.889Z Downloaded quote v1.0.44
2182026-02-19T04:41:41.892Z Downloaded ppv-lite86 v0.2.21
2192026-02-19T04:41:41.895Z Downloaded heapless v0.8.0
2202026-02-19T04:41:41.898Z Downloaded rustversion v1.0.22
2212026-02-19T04:41:41.900Z Downloaded rand_core v0.9.5
2222026-02-19T04:41:41.900Z Downloaded pretty-hex v0.4.1
2232026-02-19T04:41:41.903Z Downloaded oxnet v0.1.4
2242026-02-19T04:41:41.903Z Downloaded bitflags v1.3.2
2252026-02-19T04:41:41.906Z Downloaded num_enum_derive v0.7.5
2262026-02-19T04:41:41.906Z Downloaded defmt v1.0.1
2272026-02-19T04:41:41.909Z Downloaded defmt-macros v1.0.1
2282026-02-19T04:41:41.912Z Downloaded either v1.15.0
2292026-02-19T04:41:41.915Z Downloaded num_enum v0.7.5
2302026-02-19T04:41:41.918Z Downloaded ipnetwork v0.21.1
2312026-02-19T04:41:41.921Z Downloaded anstyle-query v1.1.5
2322026-02-19T04:41:41.921Z Downloaded ingot-types v0.1.2
2332026-02-19T04:41:41.924Z Downloaded ingot v0.1.1
2342026-02-19T04:41:41.929Z Downloaded rand_chacha v0.9.0
2352026-02-19T04:41:41.933Z Downloaded ingot-macros v0.1.1
2362026-02-19T04:41:41.937Z Downloaded anyhow v1.0.101
2372026-02-19T04:41:41.942Z Downloaded tracing-attributes v0.1.31
2382026-02-19T04:41:41.944Z Downloaded once_cell v1.21.3
2392026-02-19T04:41:41.951Z Downloaded uuid v1.20.0
2402026-02-19T04:41:41.954Z Downloaded serde_derive v1.0.228
2412026-02-19T04:41:41.956Z Downloaded serde_core v1.0.228
2422026-02-19T04:41:41.959Z Downloaded proc-macro2 v1.0.106
2432026-02-19T04:41:41.962Z Downloaded unicode-ident v1.0.23
2442026-02-19T04:41:41.965Z Downloaded getrandom v0.3.4
2452026-02-19T04:41:41.968Z Downloaded toml_parser v1.0.9+spec-1.1.0
2462026-02-19T04:41:41.971Z Downloaded tracing-core v0.1.36
2472026-02-19T04:41:41.979Z Downloaded toml_edit v0.23.10+spec-1.0.0
2482026-02-19T04:41:41.982Z Downloaded socket2 v0.6.2
2492026-02-19T04:41:41.997Z Downloaded memchr v2.8.0
2502026-02-19T04:41:42.004Z Downloaded serde v1.0.228
2512026-02-19T04:41:42.018Z Downloaded rand v0.9.2
2522026-02-19T04:41:42.021Z Downloaded indexmap v2.13.0
2532026-02-19T04:41:42.043Z Downloaded clap_builder v4.5.57
2542026-02-19T04:41:42.049Z Downloaded zerocopy-derive v0.8.39
2552026-02-19T04:41:42.057Z Downloaded regex v1.12.3
2562026-02-19T04:41:42.067Z Downloaded hashbrown v0.16.1
2572026-02-19T04:41:42.076Z Downloaded itertools v0.14.0
2582026-02-19T04:41:42.085Z Downloaded winnow v0.7.14
2592026-02-19T04:41:42.132Z Downloaded syn v1.0.109
2602026-02-19T04:41:42.157Z Downloaded unicode-width v0.2.2
2612026-02-19T04:41:42.163Z Downloaded syn v2.0.114
2622026-02-19T04:41:42.174Z Downloaded smoltcp v0.11.0
2632026-02-19T04:41:42.184Z Downloaded rustix v1.1.3
2642026-02-19T04:41:42.205Z Downloaded regex-syntax v0.8.9
2652026-02-19T04:41:42.218Z Downloaded tracing v0.1.44
2662026-02-19T04:41:42.244Z Downloaded regex-automata v0.4.14
2672026-02-19T04:41:42.256Z Downloaded libc v0.2.180
2682026-02-19T04:41:42.349Z Compiling proc-macro2 v1.0.106
2692026-02-19T04:41:42.349Z Compiling unicode-ident v1.0.23
2702026-02-19T04:41:42.349Z Compiling quote v1.0.44
2712026-02-19T04:41:42.349Z Compiling serde_core v1.0.228
2722026-02-19T04:41:42.352Z Compiling libc v0.2.180
2732026-02-19T04:41:42.352Z Compiling zerocopy v0.8.39
2742026-02-19T04:41:42.352Z Checking cfg-if v1.0.4
2752026-02-19T04:41:42.352Z Compiling fnv v1.0.7
2762026-02-19T04:41:42.549Z Compiling memchr v2.8.0
2772026-02-19T04:41:42.624Z Compiling ident_case v1.0.1
2782026-02-19T04:41:42.669Z Compiling strsim v0.11.1
2792026-02-19T04:41:42.814Z Compiling thiserror v2.0.18
2802026-02-19T04:41:43.113Z Compiling regex-syntax v0.8.9
2812026-02-19T04:41:43.264Z Compiling either v1.15.0
2822026-02-19T04:41:43.276Z Compiling hashbrown v0.16.1
2832026-02-19T04:41:43.697Z Compiling aho-corasick v1.1.4
2842026-02-19T04:41:43.852Z Compiling serde v1.0.228
2852026-02-19T04:41:43.967Z Compiling winnow v0.7.14
2862026-02-19T04:41:44.094Z Compiling equivalent v1.0.2
2872026-02-19T04:41:44.230Z Compiling anyhow v1.0.101
2882026-02-19T04:41:44.608Z Compiling indexmap v2.13.0
2892026-02-19T04:41:44.806Z Compiling itertools v0.14.0
2902026-02-19T04:41:44.972Z Compiling syn v2.0.114
2912026-02-19T04:41:45.023Z Compiling getrandom v0.3.4
2922026-02-19T04:41:45.690Z Checking byteorder v1.5.0
2932026-02-19T04:41:46.053Z Compiling heapless v0.8.0
2942026-02-19T04:41:46.170Z Compiling toml_datetime v0.7.5+spec-1.1.0
2952026-02-19T04:41:46.650Z Checking hash32 v0.3.1
2962026-02-19T04:41:46.850Z Compiling regex-automata v0.4.14
2972026-02-19T04:41:47.023Z Compiling rustversion v1.0.22
2982026-02-19T04:41:47.173Z Checking bitflags v2.10.0
2992026-02-19T04:41:47.481Z Compiling syn v1.0.109
3002026-02-19T04:41:47.695Z Compiling toml_parser v1.0.9+spec-1.1.0
3012026-02-19T04:41:47.698Z Checking stable_deref_trait v1.2.1
3022026-02-19T04:41:47.779Z Compiling smoltcp v0.11.0
3032026-02-19T04:41:47.807Z Checking macaddr v1.0.1
3042026-02-19T04:41:47.951Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3052026-02-19T04:41:48.374Z Compiling version_check v0.9.5
3062026-02-19T04:41:48.457Z Compiling rustix v1.1.3
3072026-02-19T04:41:48.467Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3082026-02-19T04:41:48.576Z Compiling toml_edit v0.23.10+spec-1.0.0
3092026-02-19T04:41:48.846Z Compiling ref-cast v1.0.25
3102026-02-19T04:41:48.919Z Checking bitflags v1.3.2
3112026-02-19T04:41:48.962Z Checking managed v0.8.0
3122026-02-19T04:41:49.018Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3132026-02-19T04:41:49.109Z Checking rand_core v0.9.5
3142026-02-19T04:41:49.500Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3152026-02-19T04:41:49.520Z Checking errno v0.3.14
3162026-02-19T04:41:49.715Z Checking foreign-types-shared v0.3.1
3172026-02-19T04:41:49.845Z Compiling proc-macro-crate v3.4.0
3182026-02-19T04:41:50.165Z Checking utf8parse v0.2.2
3192026-02-19T04:41:50.321Z Checking ipnetwork v0.21.1
3202026-02-19T04:41:50.705Z Checking unicode-width v0.2.2
3212026-02-19T04:41:50.865Z Checking once_cell v1.21.3
3222026-02-19T04:41:50.908Z Checking anstyle-parse v0.2.7
3232026-02-19T04:41:51.198Z Compiling regex v1.12.3
3242026-02-19T04:41:51.235Z Checking tracing-core v0.1.36
3252026-02-19T04:41:51.247Z Checking tabwriter v1.4.1
3262026-02-19T04:41:51.548Z Checking cstr-argument v0.1.2
3272026-02-19T04:41:52.162Z Compiling darling_core v0.21.3
3282026-02-19T04:41:52.416Z Checking anstyle v1.0.13
3292026-02-19T04:41:52.471Z Checking anstyle-query v1.1.5
3302026-02-19T04:41:52.610Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
3312026-02-19T04:41:52.621Z Checking dyn-clone v1.0.20
3322026-02-19T04:41:52.637Z Checking pretty-hex v0.4.1
3332026-02-19T04:41:52.769Z Checking pin-project-lite v0.2.16
3342026-02-19T04:41:52.780Z Checking colorchoice v1.0.4
3352026-02-19T04:41:52.824Z Checking is_terminal_polyfill v1.70.2
3362026-02-19T04:41:52.907Z Checking terminal_size v0.4.3
3372026-02-19T04:41:52.956Z Checking anstream v0.6.21
3382026-02-19T04:41:53.100Z Checking uuid v1.20.0
3392026-02-19T04:41:53.370Z Checking socket2 v0.6.2
3402026-02-19T04:41:53.403Z Checking colored v3.1.1
3412026-02-19T04:41:53.575Z Checking oxnet v0.1.4
3422026-02-19T04:41:53.834Z Compiling heck v0.5.0
3432026-02-19T04:41:53.900Z Checking clap_lex v0.7.7
3442026-02-19T04:41:53.925Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3452026-02-19T04:41:54.186Z Checking clap_builder v4.5.57
3462026-02-19T04:41:54.867Z Compiling zerocopy-derive v0.8.39
3472026-02-19T04:41:54.867Z Compiling thiserror-impl v2.0.18
3482026-02-19T04:41:54.870Z Compiling serde_derive v1.0.228
3492026-02-19T04:41:54.870Z Compiling foreign-types-macros v0.2.3
3502026-02-19T04:41:56.239Z Compiling ref-cast-impl v1.0.25
3512026-02-19T04:41:56.688Z Compiling num_enum_derive v0.7.5
3522026-02-19T04:41:57.386Z Checking foreign-types v0.5.0
3532026-02-19T04:41:57.489Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3542026-02-19T04:41:57.601Z Compiling tracing-attributes v0.1.31
3552026-02-19T04:41:58.017Z Compiling darling_macro v0.21.3
3562026-02-19T04:41:58.028Z Checking cobs v0.3.0
3572026-02-19T04:41:58.300Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3582026-02-19T04:41:58.626Z Compiling clap_derive v4.5.55
3592026-02-19T04:41:58.945Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3602026-02-19T04:41:58.964Z Checking num_enum v0.7.5
3612026-02-19T04:41:59.061Z Compiling darling v0.21.3
3622026-02-19T04:41:59.146Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3632026-02-19T04:41:59.181Z Compiling ingot-macros v0.1.1
3642026-02-19T04:41:59.842Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3652026-02-19T04:42:00.286Z Checking tracing v0.1.44
3662026-02-19T04:42:01.482Z Checking postcard v1.1.3
3672026-02-19T04:42:01.513Z Checking clap v4.5.57
3682026-02-19T04:42:04.323Z Checking ingot-types v0.1.2
3692026-02-19T04:42:04.323Z Checking ppv-lite86 v0.2.21
3702026-02-19T04:42:04.779Z Checking rand_chacha v0.9.0
3712026-02-19T04:42:04.828Z Checking ingot v0.1.1
3722026-02-19T04:42:05.008Z Checking rand v0.9.2
3732026-02-19T04:42:07.696Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3742026-02-19T04:42:10.046Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3752026-02-19T04:42:12.240Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3762026-02-19T04:42:13.769Z Finished `dev` profile [optimized + debuginfo] target(s) in 37.44s
3772026-02-19T04:42:13.913Z
3782026-02-19T04:42:13.913Zreal 37.764322455
3792026-02-19T04:42:13.913Zuser 2:19.673394499
3802026-02-19T04:42:13.913Zsys 22.730015722
3812026-02-19T04:42:13.913Ztrap 0.107629231
3822026-02-19T04:42:13.913Ztflt 0.112253773
3832026-02-19T04:42:13.913Zdflt 0.091075222
3842026-02-19T04:42:13.913Zkflt 0.001819259
3852026-02-19T04:42:13.916Zlock 5:22.066250686
3862026-02-19T04:42:13.916Zslp 9:13.333380802
3872026-02-19T04:42:13.916Zlat 9.229693865
3882026-02-19T04:42:13.916Zstop 18.600051299
3892026-02-19T04:42:13.916Z+ header 'debug build'
3902026-02-19T04:42:13.916Z+ echo '# ==== debug build ==== #'
3912026-02-19T04:42:13.916Z# ==== debug build ==== #
3922026-02-19T04:42:13.917Z+ ptime -m cargo build
3932026-02-19T04:42:14.210Z Compiling cfg-if v1.0.4
3942026-02-19T04:42:14.214Z Compiling libc v0.2.180
3952026-02-19T04:42:14.214Z Compiling serde_core v1.0.228
3962026-02-19T04:42:14.246Z Compiling zerocopy v0.8.39
3972026-02-19T04:42:14.249Z Compiling thiserror v2.0.18
3982026-02-19T04:42:14.255Z Compiling byteorder v1.5.0
3992026-02-19T04:42:14.260Z Compiling stable_deref_trait v1.2.1
4002026-02-19T04:42:14.263Z Compiling macaddr v1.0.1
4012026-02-19T04:42:14.322Z Compiling bitflags v1.3.2
4022026-02-19T04:42:14.356Z Compiling cobs v0.3.0
4032026-02-19T04:42:14.385Z Compiling managed v0.8.0
4042026-02-19T04:42:14.419Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4052026-02-19T04:42:14.637Z Compiling hash32 v0.3.1
4062026-02-19T04:42:14.820Z Compiling heapless v0.8.0
4072026-02-19T04:42:14.828Z Compiling unicode-width v0.2.2
4082026-02-19T04:42:14.866Z Compiling utf8parse v0.2.2
4092026-02-19T04:42:14.893Z Compiling ipnetwork v0.21.1
4102026-02-19T04:42:14.954Z Compiling memchr v2.8.0
4112026-02-19T04:42:15.048Z Compiling getrandom v0.3.4
4122026-02-19T04:42:15.187Z Compiling errno v0.3.14
4132026-02-19T04:42:15.476Z Compiling rand_core v0.9.5
4142026-02-19T04:42:15.479Z Compiling foreign-types-shared v0.3.1
4152026-02-19T04:42:15.497Z Compiling once_cell v1.21.3
4162026-02-19T04:42:15.616Z Compiling foreign-types v0.5.0
4172026-02-19T04:42:15.736Z Compiling tabwriter v1.4.1
4182026-02-19T04:42:15.848Z Compiling smoltcp v0.11.0
4192026-02-19T04:42:15.984Z Compiling cstr-argument v0.1.2
4202026-02-19T04:42:16.001Z Compiling tracing-core v0.1.36
4212026-02-19T04:42:16.165Z Compiling anstyle-parse v0.2.7
4222026-02-19T04:42:16.274Z Compiling ref-cast v1.0.25
4232026-02-19T04:42:16.429Z Compiling num_enum v0.7.5
4242026-02-19T04:42:16.634Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4252026-02-19T04:42:16.642Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-02-19T04:42:16.648Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4272026-02-19T04:42:16.821Z Compiling dyn-clone v1.0.20
4282026-02-19T04:42:16.828Z Compiling anstyle v1.0.13
4292026-02-19T04:42:17.165Z Compiling pin-project-lite v0.2.16
4302026-02-19T04:42:17.314Z Compiling colorchoice v1.0.4
4312026-02-19T04:42:17.403Z Compiling anstyle-query v1.1.5
4322026-02-19T04:42:17.498Z Compiling pretty-hex v0.4.1
4332026-02-19T04:42:17.578Z Compiling is_terminal_polyfill v1.70.2
4342026-02-19T04:42:17.726Z Compiling anstream v0.6.21
4352026-02-19T04:42:17.737Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4362026-02-19T04:42:17.783Z Compiling tracing v0.1.44
4372026-02-19T04:42:18.027Z Compiling anyhow v1.0.101
4382026-02-19T04:42:18.154Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4392026-02-19T04:42:18.579Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4402026-02-19T04:42:18.778Z Compiling socket2 v0.6.2
4412026-02-19T04:42:18.924Z Compiling winnow v0.7.14
4422026-02-19T04:42:19.213Z Compiling bitflags v2.10.0
4432026-02-19T04:42:19.312Z Compiling serde v1.0.228
4442026-02-19T04:42:19.424Z Compiling uuid v1.20.0
4452026-02-19T04:42:20.002Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4462026-02-19T04:42:20.231Z Compiling rustix v1.1.3
4472026-02-19T04:42:20.859Z Compiling postcard v1.1.3
4482026-02-19T04:42:21.118Z Compiling oxnet v0.1.4
4492026-02-19T04:42:21.463Z Compiling colored v3.1.1
4502026-02-19T04:42:21.687Z Compiling terminal_size v0.4.3
4512026-02-19T04:42:21.732Z Compiling clap_lex v0.7.7
4522026-02-19T04:42:21.965Z Compiling strsim v0.11.1
4532026-02-19T04:42:22.144Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4542026-02-19T04:42:22.608Z Compiling clap_builder v4.5.57
4552026-02-19T04:42:22.964Z Compiling ingot-types v0.1.2
4562026-02-19T04:42:22.970Z Compiling ppv-lite86 v0.2.21
4572026-02-19T04:42:23.804Z Compiling ingot v0.1.1
4582026-02-19T04:42:23.906Z Compiling rand_chacha v0.9.0
4592026-02-19T04:42:24.350Z Compiling rand v0.9.2
4602026-02-19T04:42:25.148Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
4612026-02-19T04:42:26.205Z Compiling clap v4.5.57
4622026-02-19T04:42:28.712Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4632026-02-19T04:42:33.287Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4642026-02-19T04:42:35.519Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4652026-02-19T04:42:44.323Z Finished `dev` profile [optimized + debuginfo] target(s) in 30.33s
4662026-02-19T04:42:44.359Z
4672026-02-19T04:42:44.359Zreal 30.425551158
4682026-02-19T04:42:44.359Zuser 2:40.791260362
4692026-02-19T04:42:44.359Zsys 10.779492790
4702026-02-19T04:42:44.359Ztrap 0.098629706
4712026-02-19T04:42:44.363Ztflt 0.237090043
4722026-02-19T04:42:44.363Zdflt 0.259094935
4732026-02-19T04:42:44.363Zkflt 0.002537646
4742026-02-19T04:42:44.363Zlock 5:58.321995172
4752026-02-19T04:42:44.363Zslp 6:37.426487732
4762026-02-19T04:42:44.363Zlat 6.740946796
4772026-02-19T04:42:44.363Zstop 4.338234029
4782026-02-19T04:42:44.363Z+ header 'release build'
4792026-02-19T04:42:44.363Z+ echo '# ==== release build ==== #'
4802026-02-19T04:42:44.363Z# ==== release build ==== #
4812026-02-19T04:42:44.363Z+ ptime -m cargo build --release
4822026-02-19T04:42:44.565Z Compiling proc-macro2 v1.0.106
4832026-02-19T04:42:44.565Z Compiling unicode-ident v1.0.23
4842026-02-19T04:42:44.568Z Compiling quote v1.0.44
4852026-02-19T04:42:44.568Z Compiling libc v0.2.180
4862026-02-19T04:42:44.568Z Compiling serde_core v1.0.228
4872026-02-19T04:42:44.568Z Compiling cfg-if v1.0.4
4882026-02-19T04:42:44.568Z Compiling zerocopy v0.8.39
4892026-02-19T04:42:44.592Z Compiling fnv v1.0.7
4902026-02-19T04:42:44.687Z Compiling thiserror v2.0.18
4912026-02-19T04:42:44.732Z Compiling memchr v2.8.0
4922026-02-19T04:42:44.764Z Compiling ident_case v1.0.1
4932026-02-19T04:42:44.953Z Compiling strsim v0.11.1
4942026-02-19T04:42:45.138Z Compiling regex-syntax v0.8.9
4952026-02-19T04:42:45.381Z Compiling equivalent v1.0.2
4962026-02-19T04:42:45.505Z Compiling hashbrown v0.16.1
4972026-02-19T04:42:45.538Z Compiling either v1.15.0
4982026-02-19T04:42:45.726Z Compiling aho-corasick v1.1.4
4992026-02-19T04:42:45.958Z Compiling anyhow v1.0.101
5002026-02-19T04:42:46.046Z Compiling serde v1.0.228
5012026-02-19T04:42:46.307Z Compiling winnow v0.7.14
5022026-02-19T04:42:46.689Z Compiling indexmap v2.13.0
5032026-02-19T04:42:46.748Z Compiling itertools v0.14.0
5042026-02-19T04:42:47.027Z Compiling syn v2.0.114
5052026-02-19T04:42:47.107Z Compiling getrandom v0.3.4
5062026-02-19T04:42:47.702Z Compiling heapless v0.8.0
5072026-02-19T04:42:48.164Z Compiling byteorder v1.5.0
5082026-02-19T04:42:48.267Z Compiling toml_datetime v0.7.5+spec-1.1.0
5092026-02-19T04:42:48.522Z Compiling hash32 v0.3.1
5102026-02-19T04:42:48.770Z Compiling macaddr v1.0.1
5112026-02-19T04:42:49.029Z Compiling regex-automata v0.4.14
5122026-02-19T04:42:49.175Z Compiling smoltcp v0.11.0
5132026-02-19T04:42:49.436Z Compiling rustversion v1.0.22
5142026-02-19T04:42:49.793Z Compiling toml_parser v1.0.9+spec-1.1.0
5152026-02-19T04:42:49.825Z Compiling stable_deref_trait v1.2.1
5162026-02-19T04:42:49.828Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5172026-02-19T04:42:49.928Z Compiling syn v1.0.109
5182026-02-19T04:42:50.089Z Compiling bitflags v2.10.0
5192026-02-19T04:42:50.560Z Compiling version_check v0.9.5
5202026-02-19T04:42:50.593Z Compiling bitflags v1.3.2
5212026-02-19T04:42:50.702Z Compiling toml_edit v0.23.10+spec-1.0.0
5222026-02-19T04:42:50.766Z Compiling ref-cast v1.0.25
5232026-02-19T04:42:50.805Z Compiling rustix v1.1.3
5242026-02-19T04:42:51.141Z Compiling managed v0.8.0
5252026-02-19T04:42:51.150Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5262026-02-19T04:42:51.362Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5272026-02-19T04:42:51.392Z Compiling rand_core v0.9.5
5282026-02-19T04:42:51.726Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5292026-02-19T04:42:51.864Z Compiling errno v0.3.14
5302026-02-19T04:42:52.124Z Compiling proc-macro-crate v3.4.0
5312026-02-19T04:42:52.521Z Compiling ipnetwork v0.21.1
5322026-02-19T04:42:52.896Z Compiling unicode-width v0.2.2
5332026-02-19T04:42:52.991Z Compiling foreign-types-shared v0.3.1
5342026-02-19T04:42:53.115Z Compiling utf8parse v0.2.2
5352026-02-19T04:42:53.269Z Compiling regex v1.12.3
5362026-02-19T04:42:53.287Z Compiling once_cell v1.21.3
5372026-02-19T04:42:53.486Z Compiling tabwriter v1.4.1
5382026-02-19T04:42:53.709Z Compiling tracing-core v0.1.36
5392026-02-19T04:42:54.177Z Compiling darling_core v0.21.3
5402026-02-19T04:42:54.180Z Compiling cstr-argument v0.1.2
5412026-02-19T04:42:54.471Z Compiling anstyle-parse v0.2.7
5422026-02-19T04:42:55.721Z Compiling is_terminal_polyfill v1.70.2
5432026-02-19T04:42:55.745Z Compiling pretty-hex v0.4.1
5442026-02-19T04:42:55.852Z Compiling anstyle-query v1.1.5
5452026-02-19T04:42:55.973Z Compiling pin-project-lite v0.2.16
5462026-02-19T04:42:56.010Z Compiling dyn-clone v1.0.20
5472026-02-19T04:42:56.020Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
5482026-02-19T04:42:56.114Z Compiling anstyle v1.0.13
5492026-02-19T04:42:56.257Z Compiling colorchoice v1.0.4
5502026-02-19T04:42:56.398Z Compiling terminal_size v0.4.3
5512026-02-19T04:42:56.607Z Compiling anstream v0.6.21
5522026-02-19T04:42:56.856Z Compiling uuid v1.20.0
5532026-02-19T04:42:57.312Z Compiling socket2 v0.6.2
5542026-02-19T04:42:57.632Z Compiling oxnet v0.1.4
5552026-02-19T04:42:57.816Z Compiling heck v0.5.0
5562026-02-19T04:42:57.958Z Compiling zerocopy-derive v0.8.39
5572026-02-19T04:42:57.988Z Compiling thiserror-impl v2.0.18
5582026-02-19T04:42:58.254Z Compiling serde_derive v1.0.228
5592026-02-19T04:42:58.267Z Compiling foreign-types-macros v0.2.3
5602026-02-19T04:42:58.631Z Compiling num_enum_derive v0.7.5
5612026-02-19T04:42:59.573Z Compiling ref-cast-impl v1.0.25
5622026-02-19T04:43:00.098Z Compiling darling_macro v0.21.3
5632026-02-19T04:43:00.874Z Compiling num_enum v0.7.5
5642026-02-19T04:43:00.964Z Compiling foreign-types v0.5.0
5652026-02-19T04:43:01.078Z Compiling cobs v0.3.0
5662026-02-19T04:43:01.085Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5672026-02-19T04:43:01.092Z Compiling tracing-attributes v0.1.31
5682026-02-19T04:43:01.121Z Compiling darling v0.21.3
5692026-02-19T04:43:01.237Z Compiling ingot-macros v0.1.1
5702026-02-19T04:43:01.306Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5712026-02-19T04:43:01.500Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5722026-02-19T04:43:01.867Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5732026-02-19T04:43:02.113Z Compiling clap_lex v0.7.7
5742026-02-19T04:43:02.197Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5752026-02-19T04:43:02.388Z Compiling colored v3.1.1
5762026-02-19T04:43:02.574Z Compiling clap_builder v4.5.57
5772026-02-19T04:43:02.734Z Compiling clap_derive v4.5.55
5782026-02-19T04:43:03.417Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5792026-02-19T04:43:03.968Z Compiling tracing v0.1.44
5802026-02-19T04:43:05.973Z Compiling postcard v1.1.3
5812026-02-19T04:43:06.817Z Compiling clap v4.5.57
5822026-02-19T04:43:09.026Z Compiling ingot-types v0.1.2
5832026-02-19T04:43:09.026Z Compiling ppv-lite86 v0.2.21
5842026-02-19T04:43:09.586Z Compiling rand_chacha v0.9.0
5852026-02-19T04:43:09.641Z Compiling ingot v0.1.1
5862026-02-19T04:43:09.849Z Compiling rand v0.9.2
5872026-02-19T04:43:13.144Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5882026-02-19T04:43:14.972Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5892026-02-19T04:43:16.848Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5902026-02-19T04:43:30.805Z Finished `release` profile [optimized + debuginfo] target(s) in 46.36s
5912026-02-19T04:43:30.844Z
5922026-02-19T04:43:30.844Zreal 46.457666277
5932026-02-19T04:43:30.844Zuser 4:13.109782287
5942026-02-19T04:43:30.844Zsys 23.498606153
5952026-02-19T04:43:30.844Ztrap 0.148833015
5962026-02-19T04:43:30.844Ztflt 0.229204428
5972026-02-19T04:43:30.844Zdflt 0.642831105
5982026-02-19T04:43:30.844Zkflt 0.000008427
5992026-02-19T04:43:30.844Zlock 8:43.512431129
6002026-02-19T04:43:30.848Zslp 11:13.672002892
6012026-02-19T04:43:30.848Zlat 7.968245048
6022026-02-19T04:43:30.848Zstop 14.161792662
6032026-02-19T04:43:30.848Z+ popd
6042026-02-19T04:43:30.848Z/work/oxidecomputer/opte
6052026-02-19T04:43:30.848Z+ for x in debug release
6062026-02-19T04:43:30.848Z+ mkdir -p /work/debug
6072026-02-19T04:43:30.848Z+ cp target/debug/opteadm /work/debug/
6082026-02-19T04:43:30.888Z+ sha256sum target/debug/opteadm
6092026-02-19T04:43:30.924Z+ for x in debug release
6102026-02-19T04:43:30.924Z+ mkdir -p /work/release
6112026-02-19T04:43:30.927Z+ cp target/release/opteadm /work/release/
6122026-02-19T04:43:30.953Z+ sha256sum target/release/opteadm
6132026-02-19T04:43:30.978Zprocess exited: duration 138147 ms, exit code 0
 
6142026-02-19T04:43:30.985Zfound 4 output files
6152026-02-19T04:43:30.985Zuploading: /work/debug/opteadm (35736712 bytes)
6162026-02-19T04:43:32.329Zuploaded: /work/debug/opteadm
6172026-02-19T04:43:32.329Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6182026-02-19T04:43:33.338Zuploaded: /work/debug/opteadm.debug.sha256
6192026-02-19T04:43:33.338Zuploading: /work/release/opteadm (22737672 bytes)
6202026-02-19T04:43:34.563Zuploaded: /work/release/opteadm
6212026-02-19T04:43:34.563Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6222026-02-19T04:43:35.572Zuploaded: /work/release/opteadm.release.sha256