01KKZGK7ERS8N1NM717SSQ2P9E: 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: 01KKZGKHXCVY85K5EBKPHAKJGJ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-18T03:43:59.074Zjob assigned to worker 01KKZGKSKTTESH27DQT2PC62RN [factory aws, i-08c736e0a78ee3909] (queued for 1 m 22 s)
 
22026-03-18T03:44:06.745Zstarting task 0: "setup"
32026-03-18T03:44:06.752Z++ uname -s
42026-03-18T03:44:06.755Z+ kern=SunOS
52026-03-18T03:44:06.755Z+ build_user=build
62026-03-18T03:44:06.755Z+ build_uid=12345
72026-03-18T03:44:06.755Z+ work_dir=/work
82026-03-18T03:44:06.755Z+ input_dir=/input
92026-03-18T03:44:06.755Z+ [[ 0 == 12345 ]]
102026-03-18T03:44:06.755Z+ case "$kern" in
112026-03-18T03:44:06.755Z+ groupadd -g 12345 build
122026-03-18T03:44:06.758Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-18T03:44:08.763Z+ zfs create -o mountpoint=/work rpool/work
142026-03-18T03:44:08.941Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-18T03:44:08.944Z+ home_fs=zfs
162026-03-18T03:44:08.944Z+ [[ zfs == autofs ]]
172026-03-18T03:44:08.944Z+ mkdir -p /home/build
182026-03-18T03:44:08.947Z+ chown build:build /home/build /work
192026-03-18T03:44:09.947Z+ chmod 0700 /home/build /work
202026-03-18T03:44:09.950Zprocess exited: duration 3203 ms, exit code 0
 
212026-03-18T03:44:09.956Zstarting task 1: "rust-toolchain"
222026-03-18T03:44:09.960Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-18T03:44:09.960Z * rust toolchain channel = "1.93.1"
242026-03-18T03:44:09.960Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-18T03:44:09.960Z * rust toolchain profile = "default"
262026-03-18T03:44:09.960Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-18T03:44:09.960Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-18T03:44:09.963Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-18T03:44:09.963Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-18T03:44:10.099Zinfo: downloading installer
312026-03-18T03:44:11.796Zwarn: It looks like you have an existing installation of Rust at:
322026-03-18T03:44:11.796Zwarn: /opt/ooce/bin
332026-03-18T03:44:11.796Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-18T03:44:11.796Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-18T03:44:11.796Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-18T03:44:11.796Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-18T03:44:11.796Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-18T03:44:11.799Zerror: cannot install while Rust is installed
392026-03-18T03:44:11.799Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-18T03:44:11.799Zwarn: It looks like you have an existing rustup settings file at:
412026-03-18T03:44:11.799Zwarn: /home/build/.rustup/settings.toml
422026-03-18T03:44:11.799Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-18T03:44:11.799Zwarn: instead of the one inferred from the default host triple.
442026-03-18T03:44:11.808Zinfo: profile set to default
452026-03-18T03:44:11.808Zinfo: default host triple is x86_64-unknown-illumos
462026-03-18T03:44:11.811Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-18T03:44:11.946Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-18T03:44:11.949Zinfo: downloading 6 components
492026-03-18T03:44:28.457Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-18T03:44:28.457Z
512026-03-18T03:44:28.493Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-18T03:44:28.493Z
532026-03-18T03:44:28.496Z
542026-03-18T03:44:28.496ZRust is installed now. Great!
552026-03-18T03:44:28.496Z
562026-03-18T03:44:28.496ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-18T03:44:28.496Zenvironment variable. This has not been done automatically.
582026-03-18T03:44:28.496Z
592026-03-18T03:44:28.496ZTo configure your current shell, you need to source
602026-03-18T03:44:28.496Zthe corresponding env file under $HOME/.cargo.
612026-03-18T03:44:28.496Z
622026-03-18T03:44:28.496ZThis is usually done by running one of the following (note the leading DOT):
632026-03-18T03:44:28.496Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-18T03:44:28.496Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-18T03:44:28.496Zsource "~/.cargo/env.nu" # For nushell
662026-03-18T03:44:28.496Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-18T03:44:28.496Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-18T03:44:28.496Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-18T03:44:28.496Zwarn: no default linker (`cc`) was found in your PATH
702026-03-18T03:44:28.496Zwarn: many Rust crates require a system C toolchain to build
712026-03-18T03:44:28.604Z+ rustup --version
722026-03-18T03:44:28.615Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-18T03:44:28.618Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-18T03:44:28.641Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-18T03:44:28.644Z+ cargo --version
762026-03-18T03:44:28.661Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-18T03:44:28.664Z+ rustc --version
782026-03-18T03:44:28.689Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-18T03:44:28.692Zprocess exited: duration 18731 ms, exit code 0
 
802026-03-18T03:44:28.698Zstarting task 2: "authentication"
812026-03-18T03:44:28.717Zprocess exited: duration 19 ms, exit code 0
 
822026-03-18T03:44:28.724Zstarting task 3: "clone repository"
832026-03-18T03:44:28.728Z+ mkdir -p /work/oxidecomputer/opte
842026-03-18T03:44:28.730Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-18T03:44:28.763ZCloning into '/work/oxidecomputer/opte'...
862026-03-18T03:44:29.608Z+ cd /work/oxidecomputer/opte
872026-03-18T03:44:29.608Z+ git fetch origin c21bce65b38656aff9ce245724d3a4971087f584
882026-03-18T03:44:29.845ZFrom https://github.com/oxidecomputer/opte
892026-03-18T03:44:29.845Z * branch c21bce65b38656aff9ce245724d3a4971087f584 -> FETCH_HEAD
902026-03-18T03:44:29.853Z+ [[ -n renovate/toml-1.x-lockfile ]]
912026-03-18T03:44:29.856Z++ git branch --show-current
922026-03-18T03:44:29.858Z+ current=master
932026-03-18T03:44:29.858Z+ [[ master != renovate/toml-1.x-lockfile ]]
942026-03-18T03:44:29.858Z+ git branch -f renovate/toml-1.x-lockfile c21bce65b38656aff9ce245724d3a4971087f584
952026-03-18T03:44:29.861Z+ git checkout -f renovate/toml-1.x-lockfile
962026-03-18T03:44:29.882ZSwitched to branch 'renovate/toml-1.x-lockfile'
972026-03-18T03:44:29.885Z+ git reset --hard c21bce65b38656aff9ce245724d3a4971087f584
982026-03-18T03:44:29.905ZHEAD is now at c21bce6 Update Rust crate toml to v1.0.7
992026-03-18T03:44:29.907Zprocess exited: duration 1181 ms, exit code 0
 
1002026-03-18T03:44:29.913Zstarting task 4: "build"
1012026-03-18T03:44:29.917Z+ source .github/buildomat/common.sh
1022026-03-18T03:44:29.920Z++ rustup show active-toolchain
1032026-03-18T03:44:29.924Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-18T03:44:29.927Z++ pushd xde
1052026-03-18T03:44:29.927Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-18T03:44:29.927Z++ rustup show active-toolchain
1072026-03-18T03:44:29.932Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-18T03:44:30.127Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-18T03:44:30.130Zinfo: downloading 6 components
1102026-03-18T03:44:44.351Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-18T03:44:44.460Z+++ rustup show active-toolchain -v
1122026-03-18T03:44:44.463Z+++ head -n 1
1132026-03-18T03:44:44.463Z+++ cut '-d ' -f1
1142026-03-18T03:44:44.530Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-18T03:44:44.530Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-18T03:44:44.530Z++ popd
1172026-03-18T03:44:44.533Z/work/oxidecomputer/opte
1182026-03-18T03:44:44.533Z+ cargo --version
1192026-03-18T03:44:44.542Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-18T03:44:44.545Z+ rustc --version
1212026-03-18T03:44:44.571Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-18T03:44:44.574Z+ pushd bin/opteadm
1232026-03-18T03:44:44.576Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-03-18T03:44:44.576Z+ header 'check style'
1252026-03-18T03:44:44.576Z+ echo '# ==== check style ==== #'
1262026-03-18T03:44:44.577Z# ==== check style ==== #
1272026-03-18T03:44:44.577Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1282026-03-18T03:44:44.674Z
1292026-03-18T03:44:44.674Zreal 0.096159777
1302026-03-18T03:44:44.674Zuser 0.054555569
1312026-03-18T03:44:44.677Zsys 0.038589270
1322026-03-18T03:44:44.677Ztrap 0.000004278
1332026-03-18T03:44:44.677Ztflt 0.000015364
1342026-03-18T03:44:44.677Zdflt 0.000012164
1352026-03-18T03:44:44.677Zkflt 0.000000000
1362026-03-18T03:44:44.677Zlock 0.061298063
1372026-03-18T03:44:44.677Zslp 0.072434217
1382026-03-18T03:44:44.677Zlat 0.000235943
1392026-03-18T03:44:44.677Zstop 0.000112381
1402026-03-18T03:44:44.677Z+ header analyze
1412026-03-18T03:44:44.677Z+ echo '# ==== analyze ==== #'
1422026-03-18T03:44:44.677Z# ==== analyze ==== #
1432026-03-18T03:44:44.677Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-03-18T03:44:44.840Z Updating crates.io index
1452026-03-18T03:44:44.876Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-18T03:44:45.803Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-18T03:44:46.096Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-18T03:44:46.439Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-18T03:44:46.875Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-18T03:44:47.164Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-18T03:44:47.447Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-18T03:44:49.817Z Downloading crates ...
1532026-03-18T03:44:49.896Z Downloaded anstyle-parse v0.2.7
1542026-03-18T03:44:49.899Z Downloaded rand_core v0.10.0
1552026-03-18T03:44:49.902Z Downloaded byteorder v1.5.0
1562026-03-18T03:44:49.905Z Downloaded hash32 v0.3.1
1572026-03-18T03:44:49.909Z Downloaded serde_derive v1.0.228
1582026-03-18T03:44:49.912Z Downloaded indexmap v2.13.0
1592026-03-18T03:44:49.915Z Downloaded anstyle v1.0.13
1602026-03-18T03:44:49.921Z Downloaded embedded-io v0.6.1
1612026-03-18T03:44:49.924Z Downloaded anstream v0.6.21
1622026-03-18T03:44:49.924Z Downloaded fnv v1.0.7
1632026-03-18T03:44:49.927Z Downloaded equivalent v1.0.2
1642026-03-18T03:44:49.927Z Downloaded anstyle-query v1.1.5
1652026-03-18T03:44:49.930Z Downloaded darling v0.21.3
1662026-03-18T03:44:49.932Z Downloaded zerocopy-derive v0.8.42
1672026-03-18T03:44:49.938Z Downloaded chacha20 v0.10.0
1682026-03-18T03:44:49.941Z Downloaded heck v0.5.0
1692026-03-18T03:44:49.943Z Downloaded defmt-macros v1.0.1
1702026-03-18T03:44:49.943Z Downloaded zerocopy v0.8.42
1712026-03-18T03:44:49.954Z Downloaded ingot v0.1.1
1722026-03-18T03:44:49.957Z Downloaded heapless v0.8.0
1732026-03-18T03:44:49.960Z Downloaded bitflags v1.3.2
1742026-03-18T03:44:49.962Z Downloaded foreign-types-shared v0.3.1
1752026-03-18T03:44:49.963Z Downloaded foreign-types v0.5.0
1762026-03-18T03:44:49.963Z Downloaded dyn-clone v1.0.20
1772026-03-18T03:44:49.963Z Downloaded clap_builder v4.5.60
1782026-03-18T03:44:49.967Z Downloaded bitflags v2.11.0
1792026-03-18T03:44:49.970Z Downloaded clap_lex v1.0.0
1802026-03-18T03:44:49.972Z Downloaded foreign-types-macros v0.2.3
1812026-03-18T03:44:49.972Z Downloaded clap v4.5.60
1822026-03-18T03:44:49.977Z Downloaded uuid v1.22.0
1832026-03-18T03:44:49.980Z Downloaded oxnet v0.1.4
1842026-03-18T03:44:49.983Z Downloaded version_check v0.9.5
1852026-03-18T03:44:49.983Z Downloaded ipnetwork v0.21.1
1862026-03-18T03:44:49.986Z Downloaded postcard v1.1.3
1872026-03-18T03:44:49.986Z Downloaded defmt-parser v1.0.0
1882026-03-18T03:44:49.989Z Downloaded cpufeatures v0.3.0
1892026-03-18T03:44:49.989Z Downloaded winnow v1.0.0
1902026-03-18T03:44:49.994Z Downloaded proc-macro-crate v3.5.0
1912026-03-18T03:44:49.997Z Downloaded pretty-hex v0.4.1
1922026-03-18T03:44:49.997Z Downloaded ref-cast-impl v1.0.25
1932026-03-18T03:44:49.997Z Downloaded macaddr v1.0.1
1942026-03-18T03:44:49.999Z Downloaded is_terminal_polyfill v1.70.2
1952026-03-18T03:44:50.000Z Downloaded colorchoice v1.0.4
1962026-03-18T03:44:50.000Z Downloaded clap_derive v4.5.55
1972026-03-18T03:44:50.003Z Downloaded ref-cast v1.0.25
1982026-03-18T03:44:50.003Z Downloaded cfg-if v1.0.4
1992026-03-18T03:44:50.010Z Downloaded thiserror v2.0.18
2002026-03-18T03:44:50.014Z Downloaded tabwriter v1.4.1
2012026-03-18T03:44:50.019Z Downloaded strsim v0.11.1
2022026-03-18T03:44:50.022Z Downloaded pin-project-lite v0.2.17
2032026-03-18T03:44:50.024Z Downloaded num_enum v0.7.5
2042026-03-18T03:44:50.033Z Downloaded rustversion v1.0.22
2052026-03-18T03:44:50.060Z Downloaded proc-macro2 v1.0.106
2062026-03-18T03:44:50.063Z Downloaded thiserror-impl v2.0.18
2072026-03-18T03:44:50.067Z Downloaded tracing-attributes v0.1.31
2082026-03-18T03:44:50.070Z Downloaded serde_core v1.0.228
2092026-03-18T03:44:50.072Z Downloaded toml_edit v0.25.4+spec-1.1.0
2102026-03-18T03:44:50.075Z Downloaded socket2 v0.6.3
2112026-03-18T03:44:50.075Z Downloaded colored v3.1.1
2122026-03-18T03:44:50.078Z Downloaded toml_parser v1.0.10+spec-1.1.0
2132026-03-18T03:44:50.081Z Downloaded unicode-ident v1.0.24
2142026-03-18T03:44:50.083Z Downloaded tracing-core v0.1.36
2152026-03-18T03:44:50.091Z Downloaded rand v0.10.0
2162026-03-18T03:44:50.094Z Downloaded memchr v2.8.0
2172026-03-18T03:44:50.098Z Downloaded darling_core v0.21.3
2182026-03-18T03:44:50.102Z Downloaded regex v1.12.3
2192026-03-18T03:44:50.190Z Downloaded syn v2.0.117
2202026-03-18T03:44:50.221Z Downloaded embedded-io v0.4.0
2212026-03-18T03:44:50.237Z Downloaded darling_macro v0.21.3
2222026-03-18T03:44:50.240Z Downloaded ident_case v1.0.1
2232026-03-18T03:44:50.243Z Downloaded anyhow v1.0.102
2242026-03-18T03:44:50.248Z Downloaded stable_deref_trait v1.2.1
2252026-03-18T03:44:50.251Z Downloaded errno v0.3.14
2262026-03-18T03:44:50.256Z Downloaded rustix v1.1.4
2272026-03-18T03:44:50.273Z Downloaded terminal_size v0.4.3
2282026-03-18T03:44:50.275Z Downloaded defmt v1.0.1
2292026-03-18T03:44:50.278Z Downloaded cstr-argument v0.1.2
2302026-03-18T03:44:50.278Z Downloaded cobs v0.3.0
2312026-03-18T03:44:50.278Z Downloaded managed v0.8.0
2322026-03-18T03:44:50.292Z Downloaded getrandom v0.4.2
2332026-03-18T03:44:50.295Z Downloaded tracing v0.1.44
2342026-03-18T03:44:50.309Z Downloaded utf8parse v0.2.2
2352026-03-18T03:44:50.312Z Downloaded either v1.15.0
2362026-03-18T03:44:50.312Z Downloaded toml_datetime v1.0.1+spec-1.1.0
2372026-03-18T03:44:50.312Z Downloaded quote v1.0.45
2382026-03-18T03:44:50.314Z Downloaded proc-macro-error-attr2 v2.0.0
2392026-03-18T03:44:50.317Z Downloaded ingot-types v0.1.2
2402026-03-18T03:44:50.320Z Downloaded once_cell v1.21.3
2412026-03-18T03:44:50.320Z Downloaded ingot-macros v0.1.1
2422026-03-18T03:44:50.326Z Downloaded num_enum_derive v0.7.5
2432026-03-18T03:44:50.334Z Downloaded proc-macro-error2 v2.0.1
2442026-03-18T03:44:50.343Z Downloaded regex-automata v0.4.14
2452026-03-18T03:44:50.354Z Downloaded serde v1.0.228
2462026-03-18T03:44:50.382Z Downloaded hashbrown v0.16.1
2472026-03-18T03:44:50.386Z Downloaded aho-corasick v1.1.4
2482026-03-18T03:44:50.391Z Downloaded winnow v0.7.15
2492026-03-18T03:44:50.397Z Downloaded itertools v0.14.0
2502026-03-18T03:44:50.419Z Downloaded syn v1.0.109
2512026-03-18T03:44:50.432Z Downloaded unicode-width v0.2.2
2522026-03-18T03:44:50.436Z Downloaded regex-syntax v0.8.10
2532026-03-18T03:44:50.442Z Downloaded smoltcp v0.11.0
2542026-03-18T03:44:50.450Z Downloaded libc v0.2.183
2552026-03-18T03:44:50.648Z Downloaded defmt v0.3.100
2562026-03-18T03:44:50.706Z Compiling proc-macro2 v1.0.106
2572026-03-18T03:44:50.706Z Compiling quote v1.0.45
2582026-03-18T03:44:50.709Z Compiling unicode-ident v1.0.24
2592026-03-18T03:44:50.709Z Compiling serde_core v1.0.228
2602026-03-18T03:44:50.709Z Compiling libc v0.2.183
2612026-03-18T03:44:50.709Z Checking cfg-if v1.0.4
2622026-03-18T03:44:50.709Z Compiling memchr v2.8.0
2632026-03-18T03:44:50.709Z Compiling fnv v1.0.7
2642026-03-18T03:44:50.866Z Compiling ident_case v1.0.1
2652026-03-18T03:44:50.915Z Compiling strsim v0.11.1
2662026-03-18T03:44:50.951Z Compiling thiserror v2.0.18
2672026-03-18T03:44:51.000Z Compiling regex-syntax v0.8.10
2682026-03-18T03:44:51.283Z Compiling equivalent v1.0.2
2692026-03-18T03:44:51.301Z Compiling zerocopy v0.8.42
2702026-03-18T03:44:51.369Z Compiling aho-corasick v1.1.4
2712026-03-18T03:44:51.556Z Compiling winnow v1.0.0
2722026-03-18T03:44:51.648Z Compiling anyhow v1.0.102
2732026-03-18T03:44:51.740Z Compiling hashbrown v0.16.1
2742026-03-18T03:44:51.791Z Compiling serde v1.0.228
2752026-03-18T03:44:52.003Z Compiling either v1.15.0
2762026-03-18T03:44:52.047Z Compiling toml_parser v1.0.10+spec-1.1.0
2772026-03-18T03:44:52.256Z Compiling itertools v0.14.0
2782026-03-18T03:44:52.383Z Compiling indexmap v2.13.0
2792026-03-18T03:44:52.432Z Compiling syn v2.0.117
2802026-03-18T03:44:52.605Z Compiling heapless v0.8.0
2812026-03-18T03:44:52.786Z Checking byteorder v1.5.0
2822026-03-18T03:44:52.983Z Compiling regex-automata v0.4.14
2832026-03-18T03:44:52.983Z Compiling winnow v0.7.15
2842026-03-18T03:44:53.206Z Compiling toml_datetime v1.0.1+spec-1.1.0
2852026-03-18T03:44:53.297Z Checking bitflags v2.11.0
2862026-03-18T03:44:53.488Z Checking hash32 v0.3.1
2872026-03-18T03:44:53.501Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2882026-03-18T03:44:53.539Z Compiling rustversion v1.0.22
2892026-03-18T03:44:53.616Z Checking macaddr v1.0.1
2902026-03-18T03:44:53.791Z Compiling syn v1.0.109
2912026-03-18T03:44:53.799Z Checking stable_deref_trait v1.2.1
2922026-03-18T03:44:53.873Z Compiling smoltcp v0.11.0
2932026-03-18T03:44:53.905Z Compiling rustix v1.1.4
2942026-03-18T03:44:54.029Z Compiling getrandom v0.4.2
2952026-03-18T03:44:54.238Z Checking managed v0.8.0
2962026-03-18T03:44:54.310Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2972026-03-18T03:44:54.353Z Compiling ref-cast v1.0.25
2982026-03-18T03:44:54.362Z Checking bitflags v1.3.2
2992026-03-18T03:44:54.365Z Checking rand_core v0.10.0
3002026-03-18T03:44:54.435Z Compiling version_check v0.9.5
3012026-03-18T03:44:54.750Z Compiling toml_edit v0.25.4+spec-1.1.0
3022026-03-18T03:44:54.795Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3032026-03-18T03:44:54.932Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-03-18T03:44:55.175Z Checking errno v0.3.14
3052026-03-18T03:44:55.319Z Compiling regex v1.12.3
3062026-03-18T03:44:55.350Z Checking once_cell v1.21.3
3072026-03-18T03:44:55.567Z Compiling proc-macro-crate v3.5.0
3082026-03-18T03:44:55.620Z Checking foreign-types-shared v0.3.1
3092026-03-18T03:44:55.872Z Checking unicode-width v0.2.2
3102026-03-18T03:44:56.070Z Checking utf8parse v0.2.2
3112026-03-18T03:44:56.155Z Compiling darling_core v0.21.3
3122026-03-18T03:44:56.188Z Checking cpufeatures v0.3.0
3132026-03-18T03:44:56.196Z Checking ipnetwork v0.21.1
3142026-03-18T03:44:56.206Z Checking tabwriter v1.4.1
3152026-03-18T03:44:56.223Z Checking cstr-argument v0.1.2
3162026-03-18T03:44:56.260Z Checking chacha20 v0.10.0
3172026-03-18T03:44:56.361Z Checking anstyle-parse v0.2.7
3182026-03-18T03:44:56.376Z Checking tracing-core v0.1.36
3192026-03-18T03:44:56.778Z Checking is_terminal_polyfill v1.70.2
3202026-03-18T03:44:56.796Z Checking anstyle v1.0.13
3212026-03-18T03:44:56.874Z Checking colorchoice v1.0.4
3222026-03-18T03:44:56.918Z Checking pretty-hex v0.4.1
3232026-03-18T03:44:56.986Z Checking anstyle-query v1.1.5
3242026-03-18T03:44:57.008Z Checking dyn-clone v1.0.20
3252026-03-18T03:44:57.025Z Checking pin-project-lite v0.2.17
3262026-03-18T03:44:57.035Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
3272026-03-18T03:44:57.058Z Checking terminal_size v0.4.3
3282026-03-18T03:44:57.085Z Checking anstream v0.6.21
3292026-03-18T03:44:57.188Z Checking rand v0.10.0
3302026-03-18T03:44:57.317Z Checking uuid v1.22.0
3312026-03-18T03:44:57.339Z Checking socket2 v0.6.3
3322026-03-18T03:44:57.376Z Checking clap_lex v1.0.0
3332026-03-18T03:44:57.536Z Checking oxnet v0.1.4
3342026-03-18T03:44:57.664Z Compiling heck v0.5.0
3352026-03-18T03:44:57.753Z Checking colored v3.1.1
3362026-03-18T03:44:57.756Z Checking clap_builder v4.5.60
3372026-03-18T03:44:57.808Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3382026-03-18T03:44:58.011Z Compiling thiserror-impl v2.0.18
3392026-03-18T03:44:58.149Z Compiling zerocopy-derive v0.8.42
3402026-03-18T03:44:58.345Z Compiling serde_derive v1.0.228
3412026-03-18T03:44:58.559Z Compiling foreign-types-macros v0.2.3
3422026-03-18T03:44:58.843Z Compiling num_enum_derive v0.7.5
3432026-03-18T03:44:59.197Z Compiling darling_macro v0.21.3
3442026-03-18T03:44:59.287Z Compiling ref-cast-impl v1.0.25
3452026-03-18T03:44:59.359Z Checking foreign-types v0.5.0
3462026-03-18T03:44:59.439Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3472026-03-18T03:44:59.479Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3482026-03-18T03:44:59.743Z Checking cobs v0.3.0
3492026-03-18T03:44:59.877Z Compiling darling v0.21.3
3502026-03-18T03:44:59.919Z Compiling tracing-attributes v0.1.31
3512026-03-18T03:44:59.964Z Compiling ingot-macros v0.1.1
3522026-03-18T03:45:00.049Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3532026-03-18T03:45:00.176Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3542026-03-18T03:45:00.196Z Checking num_enum v0.7.5
3552026-03-18T03:45:00.206Z Compiling clap_derive v4.5.55
3562026-03-18T03:45:00.320Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3572026-03-18T03:45:01.279Z Checking tracing v0.1.44
3582026-03-18T03:45:01.833Z Checking postcard v1.1.3
3592026-03-18T03:45:01.967Z Checking clap v4.5.60
3602026-03-18T03:45:03.827Z Checking ingot-types v0.1.2
3612026-03-18T03:45:04.208Z Checking ingot v0.1.1
3622026-03-18T03:45:06.154Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3632026-03-18T03:45:07.833Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3642026-03-18T03:45:09.418Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3652026-03-18T03:45:10.578Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.83s
3662026-03-18T03:45:10.717Z
3672026-03-18T03:45:10.720Zreal 26.029402083
3682026-03-18T03:45:10.720Zuser 1:17.659841431
3692026-03-18T03:45:10.720Zsys 16.575702665
3702026-03-18T03:45:10.720Ztrap 0.049016248
3712026-03-18T03:45:10.720Ztflt 0.075252979
3722026-03-18T03:45:10.720Zdflt 0.118399763
3732026-03-18T03:45:10.720Zkflt 0.001814270
3742026-03-18T03:45:10.720Zlock 4:14.671242984
3752026-03-18T03:45:10.720Zslp 4:05.013442379
3762026-03-18T03:45:10.720Zlat 5.307275018
3772026-03-18T03:45:10.720Zstop 15.281358049
3782026-03-18T03:45:10.720Z+ header 'debug build'
3792026-03-18T03:45:10.720Z+ echo '# ==== debug build ==== #'
3802026-03-18T03:45:10.720Z# ==== debug build ==== #
3812026-03-18T03:45:10.720Z+ ptime -m cargo build
3822026-03-18T03:45:10.931Z Compiling cfg-if v1.0.4
3832026-03-18T03:45:10.934Z Compiling serde_core v1.0.228
3842026-03-18T03:45:10.935Z Compiling libc v0.2.183
3852026-03-18T03:45:10.964Z Compiling thiserror v2.0.18
3862026-03-18T03:45:10.969Z Compiling byteorder v1.5.0
3872026-03-18T03:45:10.972Z Compiling zerocopy v0.8.42
3882026-03-18T03:45:10.975Z Compiling stable_deref_trait v1.2.1
3892026-03-18T03:45:10.978Z Compiling macaddr v1.0.1
3902026-03-18T03:45:11.023Z Compiling rand_core v0.10.0
3912026-03-18T03:45:11.041Z Compiling cobs v0.3.0
3922026-03-18T03:45:11.061Z Compiling managed v0.8.0
3932026-03-18T03:45:11.185Z Compiling hash32 v0.3.1
3942026-03-18T03:45:11.209Z Compiling bitflags v1.3.2
3952026-03-18T03:45:11.283Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3962026-03-18T03:45:11.289Z Compiling once_cell v1.21.3
3972026-03-18T03:45:11.340Z Compiling heapless v0.8.0
3982026-03-18T03:45:11.368Z Compiling errno v0.3.14
3992026-03-18T03:45:11.379Z Compiling ipnetwork v0.21.1
4002026-03-18T03:45:11.433Z Compiling foreign-types-shared v0.3.1
4012026-03-18T03:45:11.529Z Compiling utf8parse v0.2.2
4022026-03-18T03:45:11.564Z Compiling unicode-width v0.2.2
4032026-03-18T03:45:11.569Z Compiling memchr v2.8.0
4042026-03-18T03:45:11.574Z Compiling cpufeatures v0.3.0
4052026-03-18T03:45:11.641Z Compiling chacha20 v0.10.0
4062026-03-18T03:45:11.642Z Compiling anstyle-parse v0.2.7
4072026-03-18T03:45:11.892Z Compiling smoltcp v0.11.0
4082026-03-18T03:45:11.903Z Compiling tabwriter v1.4.1
4092026-03-18T03:45:11.986Z Compiling foreign-types v0.5.0
4102026-03-18T03:45:12.021Z Compiling tracing-core v0.1.36
4112026-03-18T03:45:12.066Z Compiling getrandom v0.4.2
4122026-03-18T03:45:12.074Z Compiling ref-cast v1.0.25
4132026-03-18T03:45:12.180Z Compiling cstr-argument v0.1.2
4142026-03-18T03:45:12.326Z Compiling num_enum v0.7.5
4152026-03-18T03:45:12.374Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4162026-03-18T03:45:12.410Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4172026-03-18T03:45:12.451Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4182026-03-18T03:45:12.496Z Compiling pin-project-lite v0.2.17
4192026-03-18T03:45:12.528Z Compiling colorchoice v1.0.4
4202026-03-18T03:45:12.600Z Compiling dyn-clone v1.0.20
4212026-03-18T03:45:12.660Z Compiling is_terminal_polyfill v1.70.2
4222026-03-18T03:45:12.760Z Compiling pretty-hex v0.4.1
4232026-03-18T03:45:12.797Z Compiling anstyle-query v1.1.5
4242026-03-18T03:45:12.917Z Compiling anstyle v1.0.13
4252026-03-18T03:45:12.917Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4262026-03-18T03:45:13.118Z Compiling anstream v0.6.21
4272026-03-18T03:45:13.146Z Compiling tracing v0.1.44
4282026-03-18T03:45:13.176Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4292026-03-18T03:45:13.254Z Compiling anyhow v1.0.102
4302026-03-18T03:45:13.603Z Compiling bitflags v2.11.0
4312026-03-18T03:45:13.606Z Compiling serde v1.0.228
4322026-03-18T03:45:13.775Z Compiling uuid v1.22.0
4332026-03-18T03:45:13.785Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4342026-03-18T03:45:13.798Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4352026-03-18T03:45:13.919Z Compiling rustix v1.1.4
4362026-03-18T03:45:14.162Z Compiling rand v0.10.0
4372026-03-18T03:45:14.322Z Compiling postcard v1.1.3
4382026-03-18T03:45:14.513Z Compiling socket2 v0.6.3
4392026-03-18T03:45:14.570Z Compiling terminal_size v0.4.3
4402026-03-18T03:45:14.573Z Compiling strsim v0.11.1
4412026-03-18T03:45:14.750Z Compiling winnow v0.7.15
4422026-03-18T03:45:14.774Z Compiling clap_lex v1.0.0
4432026-03-18T03:45:15.285Z Compiling ingot-types v0.1.2
4442026-03-18T03:45:15.406Z Compiling oxnet v0.1.4
4452026-03-18T03:45:15.435Z Compiling colored v3.1.1
4462026-03-18T03:45:15.469Z Compiling clap_builder v4.5.60
4472026-03-18T03:45:15.827Z Compiling ingot v0.1.1
4482026-03-18T03:45:15.839Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4492026-03-18T03:45:16.698Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
4502026-03-18T03:45:17.642Z Compiling clap v4.5.60
4512026-03-18T03:45:18.134Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4522026-03-18T03:45:20.013Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4532026-03-18T03:45:21.785Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4542026-03-18T03:45:27.683Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.95s
4552026-03-18T03:45:27.717Z
4562026-03-18T03:45:27.720Zreal 16.983762451
4572026-03-18T03:45:27.720Zuser 1:26.055976383
4582026-03-18T03:45:27.720Zsys 7.460292407
4592026-03-18T03:45:27.720Ztrap 0.044357196
4602026-03-18T03:45:27.720Ztflt 0.217970051
4612026-03-18T03:45:27.720Zdflt 0.223556350
4622026-03-18T03:45:27.720Zkflt 0.000006508
4632026-03-18T03:45:27.720Zlock 4:05.117968384
4642026-03-18T03:45:27.720Zslp 2:36.731185952
4652026-03-18T03:45:27.720Zlat 5.492348164
4662026-03-18T03:45:27.720Zstop 3.924072046
4672026-03-18T03:45:27.720Z+ header 'release build'
4682026-03-18T03:45:27.720Z+ echo '# ==== release build ==== #'
4692026-03-18T03:45:27.720Z# ==== release build ==== #
4702026-03-18T03:45:27.720Z+ ptime -m cargo build --release
4712026-03-18T03:45:27.853Z Compiling proc-macro2 v1.0.106
4722026-03-18T03:45:27.853Z Compiling quote v1.0.45
4732026-03-18T03:45:27.853Z Compiling unicode-ident v1.0.24
4742026-03-18T03:45:27.856Z Compiling serde_core v1.0.228
4752026-03-18T03:45:27.856Z Compiling libc v0.2.183
4762026-03-18T03:45:27.856Z Compiling cfg-if v1.0.4
4772026-03-18T03:45:27.856Z Compiling ident_case v1.0.1
4782026-03-18T03:45:27.856Z Compiling fnv v1.0.7
4792026-03-18T03:45:27.940Z Compiling strsim v0.11.1
4802026-03-18T03:45:27.967Z Compiling thiserror v2.0.18
4812026-03-18T03:45:27.998Z Compiling memchr v2.8.0
4822026-03-18T03:45:28.002Z Compiling regex-syntax v0.8.10
4832026-03-18T03:45:28.256Z Compiling equivalent v1.0.2
4842026-03-18T03:45:28.297Z Compiling either v1.15.0
4852026-03-18T03:45:28.343Z Compiling winnow v1.0.0
4862026-03-18T03:45:28.536Z Compiling aho-corasick v1.1.4
4872026-03-18T03:45:28.613Z Compiling serde v1.0.228
4882026-03-18T03:45:28.729Z Compiling anyhow v1.0.102
4892026-03-18T03:45:28.785Z Compiling hashbrown v0.16.1
4902026-03-18T03:45:28.833Z Compiling zerocopy v0.8.42
4912026-03-18T03:45:29.039Z Compiling toml_parser v1.0.10+spec-1.1.0
4922026-03-18T03:45:29.352Z Compiling syn v2.0.117
4932026-03-18T03:45:29.364Z Compiling itertools v0.14.0
4942026-03-18T03:45:29.435Z Compiling indexmap v2.13.0
4952026-03-18T03:45:29.470Z Compiling toml_datetime v1.0.1+spec-1.1.0
4962026-03-18T03:45:29.741Z Compiling heapless v0.8.0
4972026-03-18T03:45:29.757Z Compiling byteorder v1.5.0
4982026-03-18T03:45:29.991Z Compiling regex-automata v0.4.14
4992026-03-18T03:45:30.120Z Compiling winnow v0.7.15
5002026-03-18T03:45:30.459Z Compiling hash32 v0.3.1
5012026-03-18T03:45:30.482Z Compiling syn v1.0.109
5022026-03-18T03:45:30.613Z Compiling rustversion v1.0.22
5032026-03-18T03:45:30.870Z Compiling bitflags v2.11.0
5042026-03-18T03:45:30.873Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5052026-03-18T03:45:30.996Z Compiling smoltcp v0.11.0
5062026-03-18T03:45:31.039Z Compiling stable_deref_trait v1.2.1
5072026-03-18T03:45:31.043Z Compiling macaddr v1.0.1
5082026-03-18T03:45:31.250Z Compiling ref-cast v1.0.25
5092026-03-18T03:45:31.276Z Compiling getrandom v0.4.2
5102026-03-18T03:45:31.295Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5112026-03-18T03:45:31.417Z Compiling rustix v1.1.4
5122026-03-18T03:45:31.554Z Compiling rand_core v0.10.0
5132026-03-18T03:45:31.597Z Compiling managed v0.8.0
5142026-03-18T03:45:31.626Z Compiling version_check v0.9.5
5152026-03-18T03:45:31.736Z Compiling bitflags v1.3.2
5162026-03-18T03:45:31.964Z Compiling toml_edit v0.25.4+spec-1.1.0
5172026-03-18T03:45:32.069Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5182026-03-18T03:45:32.098Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5192026-03-18T03:45:32.345Z Compiling regex v1.12.3
5202026-03-18T03:45:32.516Z Compiling errno v0.3.14
5212026-03-18T03:45:32.570Z Compiling ipnetwork v0.21.1
5222026-03-18T03:45:32.687Z Compiling proc-macro-crate v3.5.0
5232026-03-18T03:45:33.039Z Compiling darling_core v0.21.3
5242026-03-18T03:45:33.181Z Compiling unicode-width v0.2.2
5252026-03-18T03:45:33.240Z Compiling foreign-types-shared v0.3.1
5262026-03-18T03:45:33.336Z Compiling utf8parse v0.2.2
5272026-03-18T03:45:33.452Z Compiling once_cell v1.21.3
5282026-03-18T03:45:33.548Z Compiling cpufeatures v0.3.0
5292026-03-18T03:45:33.594Z Compiling tabwriter v1.4.1
5302026-03-18T03:45:33.621Z Compiling chacha20 v0.10.0
5312026-03-18T03:45:33.728Z Compiling tracing-core v0.1.36
5322026-03-18T03:45:33.832Z Compiling anstyle-parse v0.2.7
5332026-03-18T03:45:33.973Z Compiling cstr-argument v0.1.2
5342026-03-18T03:45:34.606Z Compiling pin-project-lite v0.2.17
5352026-03-18T03:45:34.647Z Compiling anstyle-query v1.1.5
5362026-03-18T03:45:34.709Z Compiling is_terminal_polyfill v1.70.2
5372026-03-18T03:45:34.758Z Compiling anstyle v1.0.13
5382026-03-18T03:45:34.796Z Compiling colorchoice v1.0.4
5392026-03-18T03:45:34.803Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
5402026-03-18T03:45:34.868Z Compiling thiserror-impl v2.0.18
5412026-03-18T03:45:34.916Z Compiling zerocopy-derive v0.8.42
5422026-03-18T03:45:35.055Z Compiling serde_derive v1.0.228
5432026-03-18T03:45:35.061Z Compiling ref-cast-impl v1.0.25
5442026-03-18T03:45:35.068Z Compiling foreign-types-macros v0.2.3
5452026-03-18T03:45:35.465Z Compiling num_enum_derive v0.7.5
5462026-03-18T03:45:35.901Z Compiling foreign-types v0.5.0
5472026-03-18T03:45:35.950Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5482026-03-18T03:45:35.980Z Compiling tracing-attributes v0.1.31
5492026-03-18T03:45:36.113Z Compiling darling_macro v0.21.3
5502026-03-18T03:45:36.560Z Compiling pretty-hex v0.4.1
5512026-03-18T03:45:36.647Z Compiling cobs v0.3.0
5522026-03-18T03:45:36.717Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5532026-03-18T03:45:36.723Z Compiling dyn-clone v1.0.20
5542026-03-18T03:45:36.785Z Compiling darling v0.21.3
5552026-03-18T03:45:36.796Z Compiling num_enum v0.7.5
5562026-03-18T03:45:36.865Z Compiling ingot-macros v0.1.1
5572026-03-18T03:45:36.872Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5582026-03-18T03:45:36.904Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5592026-03-18T03:45:36.928Z Compiling anstream v0.6.21
5602026-03-18T03:45:37.129Z Compiling terminal_size v0.4.3
5612026-03-18T03:45:37.305Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5622026-03-18T03:45:37.433Z Compiling rand v0.10.0
5632026-03-18T03:45:37.441Z Compiling uuid v1.22.0
5642026-03-18T03:45:37.628Z Compiling tracing v0.1.44
5652026-03-18T03:45:37.677Z Compiling socket2 v0.6.3
5662026-03-18T03:45:37.969Z Compiling oxnet v0.1.4
5672026-03-18T03:45:38.031Z Compiling clap_lex v1.0.0
5682026-03-18T03:45:38.398Z Compiling heck v0.5.0
5692026-03-18T03:45:38.426Z Compiling colored v3.1.1
5702026-03-18T03:45:38.490Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5712026-03-18T03:45:38.645Z Compiling clap_derive v4.5.55
5722026-03-18T03:45:38.895Z Compiling clap_builder v4.5.60
5732026-03-18T03:45:39.442Z Compiling postcard v1.1.3
5742026-03-18T03:45:41.484Z Compiling ingot-types v0.1.2
5752026-03-18T03:45:41.561Z Compiling clap v4.5.60
5762026-03-18T03:45:41.936Z Compiling ingot v0.1.1
5772026-03-18T03:45:44.260Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5782026-03-18T03:45:45.662Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5792026-03-18T03:45:47.010Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5802026-03-18T03:45:55.486Z Finished `release` profile [optimized + debuginfo] target(s) in 27.75s
5812026-03-18T03:45:55.520Z
5822026-03-18T03:45:55.523Zreal 27.783482307
5832026-03-18T03:45:55.523Zuser 2:18.504457358
5842026-03-18T03:45:55.523Zsys 17.008009970
5852026-03-18T03:45:55.524Ztrap 0.071493422
5862026-03-18T03:45:55.524Ztflt 0.110534444
5872026-03-18T03:45:55.524Zdflt 0.547071842
5882026-03-18T03:45:55.524Zkflt 0.000012666
5892026-03-18T03:45:55.524Zlock 6:26.993205447
5902026-03-18T03:45:55.524Zslp 4:41.670285167
5912026-03-18T03:45:55.524Zlat 6.044142643
5922026-03-18T03:45:55.524Zstop 10.647076027
5932026-03-18T03:45:55.524Z+ popd
5942026-03-18T03:45:55.524Z/work/oxidecomputer/opte
5952026-03-18T03:45:55.524Z+ for x in debug release
5962026-03-18T03:45:55.524Z+ mkdir -p /work/debug
5972026-03-18T03:45:55.524Z+ cp target/debug/opteadm /work/debug/
5982026-03-18T03:45:55.549Z+ sha256sum target/debug/opteadm
5992026-03-18T03:45:55.580Z+ for x in debug release
6002026-03-18T03:45:55.580Z+ mkdir -p /work/release
6012026-03-18T03:45:55.582Z+ cp target/release/opteadm /work/release/
6022026-03-18T03:45:55.603Z+ sha256sum target/release/opteadm
6032026-03-18T03:45:55.623Zprocess exited: duration 85686 ms, exit code 0
 
6042026-03-18T03:45:55.636Zfound 4 output files
6052026-03-18T03:45:55.636Zuploading: /work/debug/opteadm (36086312 bytes)
6062026-03-18T03:45:56.854Zuploaded: /work/debug/opteadm
6072026-03-18T03:45:56.854Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6082026-03-18T03:45:57.863Zuploaded: /work/debug/opteadm.debug.sha256
6092026-03-18T03:45:57.866Zuploading: /work/release/opteadm (22679192 bytes)
6102026-03-18T03:45:58.996Zuploaded: /work/release/opteadm
6112026-03-18T03:45:58.997Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6122026-03-18T03:46:00.005Zuploaded: /work/release/opteadm.release.sha256