01KKJN3V1FF2VE49FSEM68S6PD: 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: 01KKJN4R7K81Y4BBZ9ET9GDJW9

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T03:53:19.118Zjob assigned to worker 01KKJN4XVASP5E929Y4SX41EMN [factory aws, i-086030310ad426bc8] (queued for 1 m 31 s)
 
22026-03-13T03:53:26.748Zstarting task 0: "setup"
32026-03-13T03:53:26.753Z++ uname -s
42026-03-13T03:53:26.764Z+ kern=SunOS
52026-03-13T03:53:26.764Z+ build_user=build
62026-03-13T03:53:26.764Z+ build_uid=12345
72026-03-13T03:53:26.764Z+ work_dir=/work
82026-03-13T03:53:26.764Z+ input_dir=/input
92026-03-13T03:53:26.764Z+ [[ 0 == 12345 ]]
102026-03-13T03:53:26.764Z+ case "$kern" in
112026-03-13T03:53:26.764Z+ groupadd -g 12345 build
122026-03-13T03:53:26.764Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T03:53:28.768Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T03:53:28.911Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T03:53:28.922Z+ home_fs=zfs
162026-03-13T03:53:28.922Z+ [[ zfs == autofs ]]
172026-03-13T03:53:28.922Z+ mkdir -p /home/build
182026-03-13T03:53:28.922Z+ chown build:build /home/build /work
192026-03-13T03:53:30.906Z+ chmod 0700 /home/build /work
202026-03-13T03:53:30.910Zprocess exited: duration 4151 ms, exit code 0
 
212026-03-13T03:53:30.916Zstarting task 1: "rust-toolchain"
222026-03-13T03:53:30.920Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-13T03:53:30.920Z * rust toolchain channel = "1.93.1"
242026-03-13T03:53:30.920Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-13T03:53:30.920Z * rust toolchain profile = "default"
262026-03-13T03:53:30.920Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T03:53:30.920Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T03:53:30.923Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T03:53:30.923Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-13T03:53:31.058Zinfo: downloading installer
312026-03-13T03:53:32.665Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T03:53:32.665Zwarn: /opt/ooce/bin
332026-03-13T03:53:32.665Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T03:53:32.666Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T03:53:32.666Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T03:53:32.666Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T03:53:32.666Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T03:53:32.666Zerror: cannot install while Rust is installed
392026-03-13T03:53:32.666Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T03:53:32.666Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T03:53:32.666Zwarn: /home/build/.rustup/settings.toml
422026-03-13T03:53:32.666Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T03:53:32.666Zwarn: instead of the one inferred from the default host triple.
442026-03-13T03:53:32.678Zinfo: profile set to default
452026-03-13T03:53:32.678Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T03:53:32.681Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-13T03:53:32.831Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-13T03:53:32.834Zinfo: downloading 6 components
492026-03-13T03:53:49.954Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-13T03:53:49.954Z
512026-03-13T03:53:49.991Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-13T03:53:49.991Z
532026-03-13T03:53:49.996Z
542026-03-13T03:53:49.996ZRust is installed now. Great!
552026-03-13T03:53:49.996Z
562026-03-13T03:53:49.996ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T03:53:49.996Zenvironment variable. This has not been done automatically.
582026-03-13T03:53:49.996Z
592026-03-13T03:53:49.996ZTo configure your current shell, you need to source
602026-03-13T03:53:49.997Zthe corresponding env file under $HOME/.cargo.
612026-03-13T03:53:49.997Z
622026-03-13T03:53:49.997ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T03:53:49.997Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T03:53:49.997Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T03:53:49.997Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T03:53:49.997Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T03:53:49.997Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T03:53:49.997Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T03:53:49.997Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T03:53:49.997Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T03:53:50.107Z+ rustup --version
722026-03-13T03:53:50.110Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T03:53:50.110Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T03:53:50.135Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-13T03:53:50.139Z+ cargo --version
762026-03-13T03:53:50.154Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-13T03:53:50.157Z+ rustc --version
782026-03-13T03:53:50.183Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-13T03:53:50.205Zprocess exited: duration 19260 ms, exit code 0
 
802026-03-13T03:53:50.216Zstarting task 2: "authentication"
812026-03-13T03:53:50.243Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T03:53:50.248Zstarting task 3: "clone repository"
832026-03-13T03:53:50.252Z+ mkdir -p /work/oxidecomputer/opte
842026-03-13T03:53:50.255Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-13T03:53:50.290ZCloning into '/work/oxidecomputer/opte'...
862026-03-13T03:53:51.058Z+ cd /work/oxidecomputer/opte
872026-03-13T03:53:51.058Z+ git fetch origin c203ec69fca75b86b0fea1e3e7fe5188a41b285a
882026-03-13T03:53:51.311ZFrom https://github.com/oxidecomputer/opte
892026-03-13T03:53:51.311Z * branch c203ec69fca75b86b0fea1e3e7fe5188a41b285a -> FETCH_HEAD
902026-03-13T03:53:51.320Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-03-13T03:53:51.324Z++ git branch --show-current
922026-03-13T03:53:51.324Z+ current=master
932026-03-13T03:53:51.324Z+ [[ master != renovate/clap-4.x-lockfile ]]
942026-03-13T03:53:51.324Z+ git branch -f renovate/clap-4.x-lockfile c203ec69fca75b86b0fea1e3e7fe5188a41b285a
952026-03-13T03:53:51.334Z+ git checkout -f renovate/clap-4.x-lockfile
962026-03-13T03:53:51.350ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-03-13T03:53:51.358Z+ git reset --hard c203ec69fca75b86b0fea1e3e7fe5188a41b285a
982026-03-13T03:53:51.364ZHEAD is now at c203ec6 Update Rust crate clap to v4.6.0
992026-03-13T03:53:51.364Zprocess exited: duration 1108 ms, exit code 0
 
1002026-03-13T03:53:51.374Zstarting task 4: "build"
1012026-03-13T03:53:51.379Z+ source .github/buildomat/common.sh
1022026-03-13T03:53:51.427Z++ rustup show active-toolchain
1032026-03-13T03:53:51.427Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-13T03:53:51.427Z++ pushd xde
1052026-03-13T03:53:51.427Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-13T03:53:51.428Z++ rustup show active-toolchain
1072026-03-13T03:53:51.428Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-13T03:53:51.562Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-13T03:53:51.567Zinfo: downloading 6 components
1102026-03-13T03:54:07.757Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-13T03:54:07.860Z+++ rustup show active-toolchain -v
1122026-03-13T03:54:07.863Z+++ head -n 1
1132026-03-13T03:54:07.863Z+++ cut '-d ' -f1
1142026-03-13T03:54:07.931Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-13T03:54:07.931Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-13T03:54:07.931Z++ popd
1172026-03-13T03:54:07.935Z/work/oxidecomputer/opte
1182026-03-13T03:54:07.935Z+ cargo --version
1192026-03-13T03:54:07.941Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-13T03:54:07.944Z+ rustc --version
1212026-03-13T03:54:07.970Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-13T03:54:07.973Z+ pushd bin/opteadm
1232026-03-13T03:54:07.973Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-03-13T03:54:07.973Z+ header 'check style'
1252026-03-13T03:54:07.973Z+ echo '# ==== check style ==== #'
1262026-03-13T03:54:07.973Z# ==== check style ==== #
1272026-03-13T03:54:07.973Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1282026-03-13T03:54:08.071Z
1292026-03-13T03:54:08.072Zreal 0.095669160
1302026-03-13T03:54:08.072Zuser 0.054858431
1312026-03-13T03:54:08.072Zsys 0.037483226
1322026-03-13T03:54:08.072Ztrap 0.000011894
1332026-03-13T03:54:08.075Ztflt 0.000016819
1342026-03-13T03:54:08.075Zdflt 0.000010212
1352026-03-13T03:54:08.075Zkflt 0.000000000
1362026-03-13T03:54:08.075Zlock 0.061932251
1372026-03-13T03:54:08.075Zslp 0.072271403
1382026-03-13T03:54:08.075Zlat 0.000275783
1392026-03-13T03:54:08.075Zstop 0.000113021
1402026-03-13T03:54:08.075Z+ header analyze
1412026-03-13T03:54:08.075Z+ echo '# ==== analyze ==== #'
1422026-03-13T03:54:08.075Z# ==== analyze ==== #
1432026-03-13T03:54:08.075Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-03-13T03:54:08.245Z Updating crates.io index
1452026-03-13T03:54:08.249Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-03-13T03:54:09.027Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-03-13T03:54:09.586Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-03-13T03:54:09.943Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-03-13T03:54:10.227Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-03-13T03:54:10.731Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-03-13T03:54:10.896Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-03-13T03:54:12.915Z Downloading crates ...
1532026-03-13T03:54:13.006Z Downloaded proc-macro-crate v3.5.0
1542026-03-13T03:54:13.013Z Downloaded proc-macro-error2 v2.0.1
1552026-03-13T03:54:13.015Z Downloaded pretty-hex v0.4.1
1562026-03-13T03:54:13.018Z Downloaded zerocopy-derive v0.8.42
1572026-03-13T03:54:13.022Z Downloaded proc-macro2 v1.0.106
1582026-03-13T03:54:13.028Z Downloaded byteorder v1.5.0
1592026-03-13T03:54:13.031Z Downloaded aho-corasick v1.1.4
1602026-03-13T03:54:13.035Z Downloaded ident_case v1.0.1
1612026-03-13T03:54:13.038Z Downloaded zerocopy v0.8.42
1622026-03-13T03:54:13.048Z Downloaded embedded-io v0.4.0
1632026-03-13T03:54:13.053Z Downloaded dyn-clone v1.0.20
1642026-03-13T03:54:13.053Z Downloaded defmt v0.3.100
1652026-03-13T03:54:13.053Z Downloaded clap_lex v1.0.0
1662026-03-13T03:54:13.065Z Downloaded bitflags v1.3.2
1672026-03-13T03:54:13.072Z Downloaded anstyle-parse v1.0.0
1682026-03-13T03:54:13.072Z Downloaded hash32 v0.3.1
1692026-03-13T03:54:13.072Z Downloaded cobs v0.3.0
1702026-03-13T03:54:13.072Z Downloaded strsim v0.11.1
1712026-03-13T03:54:13.072Z Downloaded foreign-types-macros v0.2.3
1722026-03-13T03:54:13.072Z Downloaded cstr-argument v0.1.2
1732026-03-13T03:54:13.076Z Downloaded colored v3.1.1
1742026-03-13T03:54:13.076Z Downloaded clap_derive v4.6.0
1752026-03-13T03:54:13.076Z Downloaded anstyle v1.0.13
1762026-03-13T03:54:13.085Z Downloaded heck v0.5.0
1772026-03-13T03:54:13.085Z Downloaded bitflags v2.11.0
1782026-03-13T03:54:13.089Z Downloaded cfg-if v1.0.4
1792026-03-13T03:54:13.089Z Downloaded anstyle-query v1.1.5
1802026-03-13T03:54:13.090Z Downloaded pin-project-lite v0.2.17
1812026-03-13T03:54:13.090Z Downloaded darling v0.21.3
1822026-03-13T03:54:13.094Z Downloaded once_cell v1.21.3
1832026-03-13T03:54:13.138Z Downloaded terminal_size v0.4.3
1842026-03-13T03:54:13.153Z Downloaded clap v4.6.0
1852026-03-13T03:54:13.153Z Downloaded uuid v1.22.0
1862026-03-13T03:54:13.154Z Downloaded utf8parse v0.2.2
1872026-03-13T03:54:13.154Z Downloaded ref-cast v1.0.25
1882026-03-13T03:54:13.154Z Downloaded proc-macro-error-attr2 v2.0.0
1892026-03-13T03:54:13.154Z Downloaded errno v0.3.14
1902026-03-13T03:54:13.154Z Downloaded macaddr v1.0.1
1912026-03-13T03:54:13.154Z Downloaded defmt-parser v1.0.0
1922026-03-13T03:54:13.154Z Downloaded ref-cast-impl v1.0.25
1932026-03-13T03:54:13.154Z Downloaded foreign-types v0.5.0
1942026-03-13T03:54:13.154Z Downloaded equivalent v1.0.2
1952026-03-13T03:54:13.154Z Downloaded version_check v0.9.5
1962026-03-13T03:54:13.157Z Downloaded tabwriter v1.4.1
1972026-03-13T03:54:13.157Z Downloaded stable_deref_trait v1.2.1
1982026-03-13T03:54:13.157Z Downloaded cpufeatures v0.3.0
1992026-03-13T03:54:13.163Z Downloaded colorchoice v1.0.4
2002026-03-13T03:54:13.166Z Downloaded is_terminal_polyfill v1.70.2
2012026-03-13T03:54:13.166Z Downloaded fnv v1.0.7
2022026-03-13T03:54:13.166Z Downloaded embedded-io v0.6.1
2032026-03-13T03:54:13.166Z Downloaded darling_macro v0.21.3
2042026-03-13T03:54:13.169Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2052026-03-13T03:54:13.173Z Downloaded ingot-types v0.1.2
2062026-03-13T03:54:13.181Z Downloaded foreign-types-shared v0.3.1
2072026-03-13T03:54:13.185Z Downloaded either v1.15.0
2082026-03-13T03:54:13.191Z Downloaded defmt-macros v1.0.1
2092026-03-13T03:54:13.194Z Downloaded thiserror-impl v2.0.18
2102026-03-13T03:54:13.194Z Downloaded rand_core v0.10.0
2112026-03-13T03:54:13.199Z Downloaded quote v1.0.45
2122026-03-13T03:54:13.204Z Downloaded rustversion v1.0.22
2132026-03-13T03:54:13.207Z Downloaded ingot v0.1.1
2142026-03-13T03:54:13.214Z Downloaded oxnet v0.1.4
2152026-03-13T03:54:13.214Z Downloaded num_enum v0.7.5
2162026-03-13T03:54:13.219Z Downloaded managed v0.8.0
2172026-03-13T03:54:13.219Z Downloaded thiserror v2.0.18
2182026-03-13T03:54:13.222Z Downloaded ipnetwork v0.21.1
2192026-03-13T03:54:13.226Z Downloaded defmt v1.0.1
2202026-03-13T03:54:13.226Z Downloaded chacha20 v0.10.0
2212026-03-13T03:54:13.231Z Downloaded anyhow v1.0.102
2222026-03-13T03:54:13.252Z Downloaded anstream v1.0.0
2232026-03-13T03:54:13.255Z Downloaded toml_parser v1.0.9+spec-1.1.0
2242026-03-13T03:54:13.258Z Downloaded postcard v1.1.3
2252026-03-13T03:54:13.261Z Downloaded tracing-attributes v0.1.31
2262026-03-13T03:54:13.263Z Downloaded ingot-macros v0.1.1
2272026-03-13T03:54:13.263Z Downloaded getrandom v0.4.2
2282026-03-13T03:54:13.272Z Downloaded serde_derive v1.0.228
2292026-03-13T03:54:13.279Z Downloaded unicode-ident v1.0.24
2302026-03-13T03:54:13.282Z Downloaded socket2 v0.6.3
2312026-03-13T03:54:13.285Z Downloaded num_enum_derive v0.7.5
2322026-03-13T03:54:13.298Z Downloaded heapless v0.8.0
2332026-03-13T03:54:13.302Z Downloaded toml_edit v0.25.4+spec-1.1.0
2342026-03-13T03:54:13.306Z Downloaded darling_core v0.21.3
2352026-03-13T03:54:13.315Z Downloaded serde_core v1.0.228
2362026-03-13T03:54:13.324Z Downloaded memchr v2.8.0
2372026-03-13T03:54:13.332Z Downloaded tracing-core v0.1.36
2382026-03-13T03:54:13.336Z Downloaded serde v1.0.228
2392026-03-13T03:54:13.358Z Downloaded indexmap v2.13.0
2402026-03-13T03:54:13.367Z Downloaded regex v1.12.3
2412026-03-13T03:54:13.380Z Downloaded rand v0.10.0
2422026-03-13T03:54:13.398Z Downloaded itertools v0.14.0
2432026-03-13T03:54:13.409Z Downloaded hashbrown v0.16.1
2442026-03-13T03:54:13.423Z Downloaded clap_builder v4.6.0
2452026-03-13T03:54:13.443Z Downloaded winnow v0.7.15
2462026-03-13T03:54:13.466Z Downloaded syn v1.0.109
2472026-03-13T03:54:13.508Z Downloaded unicode-width v0.2.2
2482026-03-13T03:54:13.513Z Downloaded syn v2.0.117
2492026-03-13T03:54:13.521Z Downloaded smoltcp v0.11.0
2502026-03-13T03:54:13.531Z Downloaded regex-syntax v0.8.10
2512026-03-13T03:54:13.577Z Downloaded rustix v1.1.4
2522026-03-13T03:54:13.593Z Downloaded tracing v0.1.44
2532026-03-13T03:54:13.606Z Downloaded regex-automata v0.4.14
2542026-03-13T03:54:13.616Z Downloaded libc v0.2.183
2552026-03-13T03:54:13.694Z Compiling proc-macro2 v1.0.106
2562026-03-13T03:54:13.694Z Compiling unicode-ident v1.0.24
2572026-03-13T03:54:13.699Z Compiling quote v1.0.45
2582026-03-13T03:54:13.699Z Compiling serde_core v1.0.228
2592026-03-13T03:54:13.699Z Compiling libc v0.2.183
2602026-03-13T03:54:13.699Z Checking cfg-if v1.0.4
2612026-03-13T03:54:13.699Z Compiling ident_case v1.0.1
2622026-03-13T03:54:13.699Z Compiling fnv v1.0.7
2632026-03-13T03:54:13.851Z Compiling strsim v0.11.1
2642026-03-13T03:54:13.897Z Compiling thiserror v2.0.18
2652026-03-13T03:54:13.927Z Compiling memchr v2.8.0
2662026-03-13T03:54:13.930Z Compiling regex-syntax v0.8.10
2672026-03-13T03:54:14.239Z Compiling serde v1.0.228
2682026-03-13T03:54:14.249Z Compiling anyhow v1.0.102
2692026-03-13T03:54:14.562Z Compiling aho-corasick v1.1.4
2702026-03-13T03:54:14.622Z Compiling winnow v0.7.15
2712026-03-13T03:54:14.643Z Compiling hashbrown v0.16.1
2722026-03-13T03:54:14.687Z Compiling either v1.15.0
2732026-03-13T03:54:14.720Z Compiling zerocopy v0.8.42
2742026-03-13T03:54:14.960Z Compiling equivalent v1.0.2
2752026-03-13T03:54:15.048Z Compiling itertools v0.14.0
2762026-03-13T03:54:15.349Z Compiling indexmap v2.13.0
2772026-03-13T03:54:15.440Z Compiling syn v2.0.117
2782026-03-13T03:54:15.541Z Compiling heapless v0.8.0
2792026-03-13T03:54:15.903Z Compiling regex-automata v0.4.14
2802026-03-13T03:54:16.161Z Compiling toml_datetime v1.0.0+spec-1.1.0
2812026-03-13T03:54:16.293Z Checking bitflags v2.11.0
2822026-03-13T03:54:16.474Z Compiling toml_parser v1.0.9+spec-1.1.0
2832026-03-13T03:54:16.549Z Checking byteorder v1.5.0
2842026-03-13T03:54:16.604Z Compiling rustversion v1.0.22
2852026-03-13T03:54:16.709Z Compiling syn v1.0.109
2862026-03-13T03:54:16.743Z Checking hash32 v0.3.1
2872026-03-13T03:54:16.752Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2882026-03-13T03:54:16.819Z Checking macaddr v1.0.1
2892026-03-13T03:54:16.872Z Compiling smoltcp v0.11.0
2902026-03-13T03:54:16.996Z Compiling toml_edit v0.25.4+spec-1.1.0
2912026-03-13T03:54:17.048Z Checking stable_deref_trait v1.2.1
2922026-03-13T03:54:17.111Z Compiling getrandom v0.4.2
2932026-03-13T03:54:17.161Z Checking rand_core v0.10.0
2942026-03-13T03:54:17.254Z Checking managed v0.8.0
2952026-03-13T03:54:17.312Z Checking bitflags v1.3.2
2962026-03-13T03:54:17.330Z Compiling ref-cast v1.0.25
2972026-03-13T03:54:17.384Z Compiling version_check v0.9.5
2982026-03-13T03:54:17.445Z Compiling rustix v1.1.4
2992026-03-13T03:54:17.488Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3002026-03-13T03:54:17.729Z Compiling proc-macro-crate v3.5.0
3012026-03-13T03:54:17.769Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-03-13T03:54:18.165Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-03-13T03:54:18.274Z Compiling regex v1.12.3
3042026-03-13T03:54:18.329Z Checking errno v0.3.14
3052026-03-13T03:54:18.464Z Checking cpufeatures v0.3.0
3062026-03-13T03:54:18.568Z Checking ipnetwork v0.21.1
3072026-03-13T03:54:18.754Z Checking foreign-types-shared v0.3.1
3082026-03-13T03:54:18.807Z Checking utf8parse v0.2.2
3092026-03-13T03:54:18.820Z Checking unicode-width v0.2.2
3102026-03-13T03:54:18.844Z Checking once_cell v1.21.3
3112026-03-13T03:54:18.918Z Checking anstyle-parse v1.0.0
3122026-03-13T03:54:19.031Z Checking cstr-argument v0.1.2
3132026-03-13T03:54:19.050Z Checking tracing-core v0.1.36
3142026-03-13T03:54:19.097Z Compiling darling_core v0.21.3
3152026-03-13T03:54:19.125Z Checking tabwriter v1.4.1
3162026-03-13T03:54:19.163Z Checking chacha20 v0.10.0
3172026-03-13T03:54:19.578Z Checking pretty-hex v0.4.1
3182026-03-13T03:54:19.587Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
3192026-03-13T03:54:19.712Z Checking is_terminal_polyfill v1.70.2
3202026-03-13T03:54:19.748Z Checking anstyle v1.0.13
3212026-03-13T03:54:19.774Z Checking dyn-clone v1.0.20
3222026-03-13T03:54:19.805Z Checking colorchoice v1.0.4
3232026-03-13T03:54:19.856Z Checking pin-project-lite v0.2.17
3242026-03-13T03:54:19.887Z Checking anstyle-query v1.1.5
3252026-03-13T03:54:19.898Z Checking terminal_size v0.4.3
3262026-03-13T03:54:19.977Z Checking rand v0.10.0
3272026-03-13T03:54:19.988Z Checking anstream v1.0.0
3282026-03-13T03:54:20.021Z Checking uuid v1.22.0
3292026-03-13T03:54:20.194Z Checking socket2 v0.6.3
3302026-03-13T03:54:20.315Z Compiling heck v0.5.0
3312026-03-13T03:54:20.523Z Checking clap_lex v1.0.0
3322026-03-13T03:54:20.549Z Checking oxnet v0.1.4
3332026-03-13T03:54:20.572Z Checking colored v3.1.1
3342026-03-13T03:54:20.587Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3352026-03-13T03:54:20.704Z Checking clap_builder v4.6.0
3362026-03-13T03:54:20.946Z Compiling thiserror-impl v2.0.18
3372026-03-13T03:54:20.979Z Compiling serde_derive v1.0.228
3382026-03-13T03:54:21.117Z Compiling zerocopy-derive v0.8.42
3392026-03-13T03:54:21.403Z Compiling ref-cast-impl v1.0.25
3402026-03-13T03:54:21.757Z Compiling darling_macro v0.21.3
3412026-03-13T03:54:21.928Z Compiling foreign-types-macros v0.2.3
3422026-03-13T03:54:22.153Z Compiling num_enum_derive v0.7.5
3432026-03-13T03:54:22.477Z Compiling darling v0.21.3
3442026-03-13T03:54:22.502Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-03-13T03:54:22.552Z Compiling tracing-attributes v0.1.31
3462026-03-13T03:54:22.563Z Compiling ingot-macros v0.1.1
3472026-03-13T03:54:22.730Z Checking foreign-types v0.5.0
3482026-03-13T03:54:22.752Z Checking cobs v0.3.0
3492026-03-13T03:54:22.807Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3502026-03-13T03:54:22.927Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3512026-03-13T03:54:23.095Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3522026-03-13T03:54:23.134Z Compiling clap_derive v4.6.0
3532026-03-13T03:54:23.482Z Checking num_enum v0.7.5
3542026-03-13T03:54:23.605Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3552026-03-13T03:54:24.028Z Checking tracing v0.1.44
3562026-03-13T03:54:24.784Z Checking postcard v1.1.3
3572026-03-13T03:54:24.965Z Checking clap v4.6.0
3582026-03-13T03:54:26.819Z Checking ingot-types v0.1.2
3592026-03-13T03:54:27.210Z Checking ingot v0.1.1
3602026-03-13T03:54:29.133Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-03-13T03:54:30.811Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-03-13T03:54:32.401Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-03-13T03:54:33.543Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.39s
3642026-03-13T03:54:33.684Z
3652026-03-13T03:54:33.687Zreal 25.593336439
3662026-03-13T03:54:33.687Zuser 1:17.264598386
3672026-03-13T03:54:33.687Zsys 16.147006916
3682026-03-13T03:54:33.687Ztrap 0.053363538
3692026-03-13T03:54:33.687Ztflt 0.063186186
3702026-03-13T03:54:33.687Zdflt 0.131377495
3712026-03-13T03:54:33.687Zkflt 0.001775102
3722026-03-13T03:54:33.687Zlock 4:17.480814144
3732026-03-13T03:54:33.687Zslp 4:04.533417657
3742026-03-13T03:54:33.687Zlat 5.571754916
3752026-03-13T03:54:33.687Zstop 14.729549837
3762026-03-13T03:54:33.687Z+ header 'debug build'
3772026-03-13T03:54:33.687Z+ echo '# ==== debug build ==== #'
3782026-03-13T03:54:33.687Z# ==== debug build ==== #
3792026-03-13T03:54:33.687Z+ ptime -m cargo build
3802026-03-13T03:54:33.894Z Compiling cfg-if v1.0.4
3812026-03-13T03:54:33.897Z Compiling serde_core v1.0.228
3822026-03-13T03:54:33.897Z Compiling libc v0.2.183
3832026-03-13T03:54:33.925Z Compiling thiserror v2.0.18
3842026-03-13T03:54:33.931Z Compiling byteorder v1.5.0
3852026-03-13T03:54:33.934Z Compiling zerocopy v0.8.42
3862026-03-13T03:54:33.937Z Compiling macaddr v1.0.1
3872026-03-13T03:54:33.937Z Compiling stable_deref_trait v1.2.1
3882026-03-13T03:54:33.982Z Compiling managed v0.8.0
3892026-03-13T03:54:34.002Z Compiling cobs v0.3.0
3902026-03-13T03:54:34.021Z Compiling bitflags v1.3.2
3912026-03-13T03:54:34.091Z Compiling rand_core v0.10.0
3922026-03-13T03:54:34.147Z Compiling hash32 v0.3.1
3932026-03-13T03:54:34.237Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-03-13T03:54:34.259Z Compiling heapless v0.8.0
3952026-03-13T03:54:34.273Z Compiling foreign-types-shared v0.3.1
3962026-03-13T03:54:34.320Z Compiling errno v0.3.14
3972026-03-13T03:54:34.337Z Compiling utf8parse v0.2.2
3982026-03-13T03:54:34.434Z Compiling once_cell v1.21.3
3992026-03-13T03:54:34.439Z Compiling memchr v2.8.0
4002026-03-13T03:54:34.445Z Compiling unicode-width v0.2.2
4012026-03-13T03:54:34.515Z Compiling ipnetwork v0.21.1
4022026-03-13T03:54:34.529Z Compiling cpufeatures v0.3.0
4032026-03-13T03:54:34.603Z Compiling chacha20 v0.10.0
4042026-03-13T03:54:34.655Z Compiling tracing-core v0.1.36
4052026-03-13T03:54:34.826Z Compiling smoltcp v0.11.0
4062026-03-13T03:54:34.826Z Compiling tabwriter v1.4.1
4072026-03-13T03:54:35.019Z Compiling cstr-argument v0.1.2
4082026-03-13T03:54:35.201Z Compiling anstyle-parse v1.0.0
4092026-03-13T03:54:35.212Z Compiling foreign-types v0.5.0
4102026-03-13T03:54:35.290Z Compiling getrandom v0.4.2
4112026-03-13T03:54:35.334Z Compiling ref-cast v1.0.25
4122026-03-13T03:54:35.439Z Compiling num_enum v0.7.5
4132026-03-13T03:54:35.453Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4142026-03-13T03:54:35.548Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-03-13T03:54:35.565Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-03-13T03:54:35.575Z Compiling colorchoice v1.0.4
4172026-03-13T03:54:35.701Z Compiling anstyle v1.0.13
4182026-03-13T03:54:35.713Z Compiling is_terminal_polyfill v1.70.2
4192026-03-13T03:54:35.805Z Compiling dyn-clone v1.0.20
4202026-03-13T03:54:35.933Z Compiling pin-project-lite v0.2.17
4212026-03-13T03:54:35.994Z Compiling anstyle-query v1.1.5
4222026-03-13T03:54:36.011Z Compiling pretty-hex v0.4.1
4232026-03-13T03:54:36.027Z Compiling tracing v0.1.44
4242026-03-13T03:54:36.114Z Compiling anstream v1.0.0
4252026-03-13T03:54:36.169Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4262026-03-13T03:54:36.256Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4272026-03-13T03:54:36.450Z Compiling bitflags v2.11.0
4282026-03-13T03:54:36.459Z Compiling serde v1.0.228
4292026-03-13T03:54:36.510Z Compiling uuid v1.22.0
4302026-03-13T03:54:36.632Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4312026-03-13T03:54:36.799Z Compiling rustix v1.1.4
4322026-03-13T03:54:36.910Z Compiling anyhow v1.0.102
4332026-03-13T03:54:37.013Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4342026-03-13T03:54:37.150Z Compiling postcard v1.1.3
4352026-03-13T03:54:37.240Z Compiling rand v0.10.0
4362026-03-13T03:54:37.395Z Compiling socket2 v0.6.3
4372026-03-13T03:54:37.407Z Compiling strsim v0.11.1
4382026-03-13T03:54:37.608Z Compiling terminal_size v0.4.3
4392026-03-13T03:54:37.790Z Compiling winnow v0.7.15
4402026-03-13T03:54:37.937Z Compiling colored v3.1.1
4412026-03-13T03:54:38.344Z Compiling ingot-types v0.1.2
4422026-03-13T03:54:38.383Z Compiling clap_lex v1.0.0
4432026-03-13T03:54:38.510Z Compiling oxnet v0.1.4
4442026-03-13T03:54:38.613Z Compiling clap_builder v4.6.0
4452026-03-13T03:54:38.874Z Compiling ingot v0.1.1
4462026-03-13T03:54:38.879Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4472026-03-13T03:54:39.679Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
4482026-03-13T03:54:40.998Z Compiling clap v4.6.0
4492026-03-13T03:54:41.115Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-03-13T03:54:43.634Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-03-13T03:54:45.261Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-03-13T03:54:51.187Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.48s
4532026-03-13T03:54:51.223Z
4542026-03-13T03:54:51.226Zreal 17.517777549
4552026-03-13T03:54:51.226Zuser 1:26.149250167
4562026-03-13T03:54:51.226Zsys 7.354729532
4572026-03-13T03:54:51.226Ztrap 0.045440330
4582026-03-13T03:54:51.226Ztflt 0.139101015
4592026-03-13T03:54:51.226Zdflt 0.287287324
4602026-03-13T03:54:51.226Zkflt 0.000005047
4612026-03-13T03:54:51.226Zlock 4:08.894516637
4622026-03-13T03:54:51.226Zslp 2:39.340555118
4632026-03-13T03:54:51.226Zlat 4.547660469
4642026-03-13T03:54:51.226Zstop 3.481006543
4652026-03-13T03:54:51.226Z+ header 'release build'
4662026-03-13T03:54:51.226Z+ echo '# ==== release build ==== #'
4672026-03-13T03:54:51.226Z# ==== release build ==== #
4682026-03-13T03:54:51.226Z+ ptime -m cargo build --release
4692026-03-13T03:54:51.356Z Compiling proc-macro2 v1.0.106
4702026-03-13T03:54:51.356Z Compiling unicode-ident v1.0.24
4712026-03-13T03:54:51.356Z Compiling quote v1.0.45
4722026-03-13T03:54:51.356Z Compiling serde_core v1.0.228
4732026-03-13T03:54:51.356Z Compiling libc v0.2.183
4742026-03-13T03:54:51.356Z Compiling cfg-if v1.0.4
4752026-03-13T03:54:51.356Z Compiling fnv v1.0.7
4762026-03-13T03:54:51.356Z Compiling ident_case v1.0.1
4772026-03-13T03:54:51.853Z Compiling thiserror v2.0.18
4782026-03-13T03:54:51.856Z Compiling strsim v0.11.1
4792026-03-13T03:54:51.856Z Compiling memchr v2.8.0
4802026-03-13T03:54:51.856Z Compiling regex-syntax v0.8.10
4812026-03-13T03:54:51.856Z Compiling hashbrown v0.16.1
4822026-03-13T03:54:51.856Z Compiling serde v1.0.228
4832026-03-13T03:54:52.108Z Compiling aho-corasick v1.1.4
4842026-03-13T03:54:52.203Z Compiling anyhow v1.0.102
4852026-03-13T03:54:52.238Z Compiling either v1.15.0
4862026-03-13T03:54:52.332Z Compiling equivalent v1.0.2
4872026-03-13T03:54:52.427Z Compiling winnow v0.7.15
4882026-03-13T03:54:52.449Z Compiling zerocopy v0.8.42
4892026-03-13T03:54:52.480Z Compiling itertools v0.14.0
4902026-03-13T03:54:52.860Z Compiling syn v2.0.117
4912026-03-13T03:54:52.921Z Compiling indexmap v2.13.0
4922026-03-13T03:54:52.992Z Compiling byteorder v1.5.0
4932026-03-13T03:54:53.223Z Compiling toml_datetime v1.0.0+spec-1.1.0
4942026-03-13T03:54:53.496Z Compiling regex-automata v0.4.14
4952026-03-13T03:54:53.718Z Compiling heapless v0.8.0
4962026-03-13T03:54:54.008Z Compiling hash32 v0.3.1
4972026-03-13T03:54:54.103Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4982026-03-13T03:54:54.161Z Compiling smoltcp v0.11.0
4992026-03-13T03:54:54.270Z Compiling bitflags v2.11.0
5002026-03-13T03:54:54.345Z Compiling toml_parser v1.0.9+spec-1.1.0
5012026-03-13T03:54:54.355Z Compiling stable_deref_trait v1.2.1
5022026-03-13T03:54:54.388Z Compiling rustversion v1.0.22
5032026-03-13T03:54:54.426Z Compiling syn v1.0.109
5042026-03-13T03:54:54.447Z Compiling macaddr v1.0.1
5052026-03-13T03:54:54.684Z Compiling getrandom v0.4.2
5062026-03-13T03:54:54.697Z Compiling version_check v0.9.5
5072026-03-13T03:54:54.804Z Compiling toml_edit v0.25.4+spec-1.1.0
5082026-03-13T03:54:54.886Z Compiling bitflags v1.3.2
5092026-03-13T03:54:54.958Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5102026-03-13T03:54:55.005Z Compiling ref-cast v1.0.25
5112026-03-13T03:54:55.033Z Compiling rustix v1.1.4
5122026-03-13T03:54:55.055Z Compiling managed v0.8.0
5132026-03-13T03:54:55.184Z Compiling rand_core v0.10.0
5142026-03-13T03:54:55.225Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5152026-03-13T03:54:55.503Z Compiling proc-macro-crate v3.5.0
5162026-03-13T03:54:55.708Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-03-13T03:54:56.123Z Compiling regex v1.12.3
5182026-03-13T03:54:56.135Z Compiling errno v0.3.14
5192026-03-13T03:54:56.135Z Compiling cpufeatures v0.3.0
5202026-03-13T03:54:56.145Z Compiling once_cell v1.21.3
5212026-03-13T03:54:56.219Z Compiling ipnetwork v0.21.1
5222026-03-13T03:54:56.458Z Compiling darling_core v0.21.3
5232026-03-13T03:54:56.604Z Compiling utf8parse v0.2.2
5242026-03-13T03:54:56.726Z Compiling unicode-width v0.2.2
5252026-03-13T03:54:56.733Z Compiling foreign-types-shared v0.3.1
5262026-03-13T03:54:56.825Z Compiling cstr-argument v0.1.2
5272026-03-13T03:54:57.006Z Compiling tabwriter v1.4.1
5282026-03-13T03:54:57.064Z Compiling anstyle-parse v1.0.0
5292026-03-13T03:54:57.088Z Compiling tracing-core v0.1.36
5302026-03-13T03:54:57.311Z Compiling chacha20 v0.10.0
5312026-03-13T03:54:58.014Z Compiling is_terminal_polyfill v1.70.2
5322026-03-13T03:54:58.063Z Compiling pin-project-lite v0.2.17
5332026-03-13T03:54:58.105Z Compiling dyn-clone v1.0.20
5342026-03-13T03:54:58.156Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
5352026-03-13T03:54:58.164Z Compiling colorchoice v1.0.4
5362026-03-13T03:54:58.240Z Compiling pretty-hex v0.4.1
5372026-03-13T03:54:58.263Z Compiling anstyle v1.0.13
5382026-03-13T03:54:58.282Z Compiling anstyle-query v1.1.5
5392026-03-13T03:54:58.365Z Compiling thiserror-impl v2.0.18
5402026-03-13T03:54:58.390Z Compiling zerocopy-derive v0.8.42
5412026-03-13T03:54:58.398Z Compiling serde_derive v1.0.228
5422026-03-13T03:54:58.425Z Compiling ref-cast-impl v1.0.25
5432026-03-13T03:54:58.564Z Compiling foreign-types-macros v0.2.3
5442026-03-13T03:54:58.889Z Compiling num_enum_derive v0.7.5
5452026-03-13T03:54:59.260Z Compiling tracing-attributes v0.1.31
5462026-03-13T03:54:59.337Z Compiling foreign-types v0.5.0
5472026-03-13T03:54:59.414Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5482026-03-13T03:54:59.479Z Compiling darling_macro v0.21.3
5492026-03-13T03:55:00.016Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5502026-03-13T03:55:00.097Z Compiling cobs v0.3.0
5512026-03-13T03:55:00.154Z Compiling darling v0.21.3
5522026-03-13T03:55:00.185Z Compiling num_enum v0.7.5
5532026-03-13T03:55:00.233Z Compiling ingot-macros v0.1.1
5542026-03-13T03:55:00.311Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5552026-03-13T03:55:00.350Z Compiling anstream v1.0.0
5562026-03-13T03:55:00.381Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5572026-03-13T03:55:00.843Z Compiling terminal_size v0.4.3
5582026-03-13T03:55:00.867Z Compiling rand v0.10.0
5592026-03-13T03:55:00.889Z Compiling tracing v0.1.44
5602026-03-13T03:55:00.963Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5612026-03-13T03:55:00.995Z Compiling uuid v1.22.0
5622026-03-13T03:55:01.088Z Compiling socket2 v0.6.3
5632026-03-13T03:55:01.226Z Compiling oxnet v0.1.4
5642026-03-13T03:55:01.587Z Compiling clap_lex v1.0.0
5652026-03-13T03:55:01.885Z Compiling heck v0.5.0
5662026-03-13T03:55:01.935Z Compiling colored v3.1.1
5672026-03-13T03:55:01.983Z Compiling clap_builder v4.6.0
5682026-03-13T03:55:02.137Z Compiling clap_derive v4.6.0
5692026-03-13T03:55:02.185Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5702026-03-13T03:55:02.716Z Compiling postcard v1.1.3
5712026-03-13T03:55:04.542Z Compiling clap v4.6.0
5722026-03-13T03:55:04.682Z Compiling ingot-types v0.1.2
5732026-03-13T03:55:05.206Z Compiling ingot v0.1.1
5742026-03-13T03:55:07.583Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-03-13T03:55:08.952Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-03-13T03:55:10.294Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-03-13T03:55:18.731Z Finished `release` profile [optimized + debuginfo] target(s) in 27.48s
5782026-03-13T03:55:18.765Z
5792026-03-13T03:55:18.771Zreal 27.515826972
5802026-03-13T03:55:18.772Zuser 2:17.935359706
5812026-03-13T03:55:18.772Zsys 16.585854261
5822026-03-13T03:55:18.772Ztrap 0.072594717
5832026-03-13T03:55:18.772Ztflt 0.173027929
5842026-03-13T03:55:18.772Zdflt 0.382037765
5852026-03-13T03:55:18.772Zkflt 0.000003508
5862026-03-13T03:55:18.772Zlock 6:27.336054009
5872026-03-13T03:55:18.772Zslp 4:40.349719783
5882026-03-13T03:55:18.772Zlat 6.675619028
5892026-03-13T03:55:18.773Zstop 11.544968290
5902026-03-13T03:55:18.773Z+ popd
5912026-03-13T03:55:18.773Z/work/oxidecomputer/opte
5922026-03-13T03:55:18.773Z+ for x in debug release
5932026-03-13T03:55:18.773Z+ mkdir -p /work/debug
5942026-03-13T03:55:18.773Z+ cp target/debug/opteadm /work/debug/
5952026-03-13T03:55:18.794Z+ sha256sum target/debug/opteadm
5962026-03-13T03:55:18.827Z+ for x in debug release
5972026-03-13T03:55:18.827Z+ mkdir -p /work/release
5982026-03-13T03:55:18.830Z+ cp target/release/opteadm /work/release/
5992026-03-13T03:55:18.848Z+ sha256sum target/release/opteadm
6002026-03-13T03:55:18.868Zprocess exited: duration 87452 ms, exit code 0
 
6012026-03-13T03:55:18.875Zfound 4 output files
6022026-03-13T03:55:18.875Zuploading: /work/debug/opteadm (36028272 bytes)
6032026-03-13T03:55:20.663Zuploaded: /work/debug/opteadm
6042026-03-13T03:55:20.666Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-03-13T03:55:21.672Zuploaded: /work/debug/opteadm.debug.sha256
6062026-03-13T03:55:21.673Zuploading: /work/release/opteadm (22670808 bytes)
6072026-03-13T03:55:22.886Zuploaded: /work/release/opteadm
6082026-03-13T03:55:22.886Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-03-13T03:55:23.896Zuploaded: /work/release/opteadm.release.sha256