01KKBR1PVMT16JWKYP885BN8ZA: 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: 01KKBR23G7QVY01WC21FWDRA6A

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-10T11:29:14.779Zjob assigned to worker 01KKBR2B69P3XNJ7MS5S58QEQH [factory aws, i-0d9da66182ea19887] (queued for 1 m 9 s)
 
22026-03-10T11:29:22.524Zstarting task 0: "setup"
32026-03-10T11:29:22.531Z++ uname -s
42026-03-10T11:29:22.533Z+ kern=SunOS
52026-03-10T11:29:22.534Z+ build_user=build
62026-03-10T11:29:22.534Z+ build_uid=12345
72026-03-10T11:29:22.534Z+ work_dir=/work
82026-03-10T11:29:22.534Z+ input_dir=/input
92026-03-10T11:29:22.534Z+ [[ 0 == 12345 ]]
102026-03-10T11:29:22.534Z+ case "$kern" in
112026-03-10T11:29:22.534Z+ groupadd -g 12345 build
122026-03-10T11:29:22.537Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-10T11:29:24.543Z+ zfs create -o mountpoint=/work rpool/work
142026-03-10T11:29:24.663Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-10T11:29:24.666Z+ home_fs=zfs
162026-03-10T11:29:24.666Z+ [[ zfs == autofs ]]
172026-03-10T11:29:24.666Z+ mkdir -p /home/build
182026-03-10T11:29:24.669Z+ chown build:build /home/build /work
192026-03-10T11:29:25.669Z+ chmod 0700 /home/build /work
202026-03-10T11:29:25.672Zprocess exited: duration 3145 ms, exit code 0
 
212026-03-10T11:29:25.678Zstarting task 1: "rust-toolchain"
222026-03-10T11:29:25.682Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.0
232026-03-10T11:29:25.682Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-03-10T11:29:25.682Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-03-10T11:29:25.685Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-03-10T11:29:25.685Z * rust toolchain channel = "1.94.0"
272026-03-10T11:29:25.685Z * rust toolchain profile = "default"
282026-03-10T11:29:25.685Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-10T11:29:25.685Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.0 --profile default
302026-03-10T11:29:25.813Zinfo: downloading installer
312026-03-10T11:29:27.533Zwarn: It looks like you have an existing installation of Rust at:
322026-03-10T11:29:27.533Zwarn: /opt/ooce/bin
332026-03-10T11:29:27.533Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-10T11:29:27.533Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-10T11:29:27.533Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-10T11:29:27.533Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-10T11:29:27.533Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-10T11:29:27.533Zerror: cannot install while Rust is installed
392026-03-10T11:29:27.533Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-10T11:29:27.543Zinfo: profile set to 'default'
412026-03-10T11:29:27.543Zinfo: default host triple is x86_64-unknown-illumos
422026-03-10T11:29:27.545Zinfo: syncing channel updates for '1.94.0-x86_64-unknown-illumos'
432026-03-10T11:29:27.692Zinfo: latest update on 2026-03-05, rust version 1.94.0 (4a4ef493e 2026-03-02)
442026-03-10T11:29:27.692Zinfo: downloading component 'cargo'
452026-03-10T11:29:28.701Zinfo: downloading component 'clippy'
462026-03-10T11:29:29.081Zinfo: downloading component 'rust-docs'
472026-03-10T11:29:30.560Zinfo: downloading component 'rust-std'
482026-03-10T11:29:32.516Zinfo: downloading component 'rustc'
492026-03-10T11:29:41.402Zinfo: downloading component 'rustfmt'
502026-03-10T11:29:41.666Zinfo: installing component 'cargo'
512026-03-10T11:29:42.493Zinfo: installing component 'clippy'
522026-03-10T11:29:42.844Zinfo: installing component 'rust-docs'
532026-03-10T11:29:44.287Zinfo: installing component 'rust-std'
542026-03-10T11:29:45.776Zinfo: installing component 'rustc'
552026-03-10T11:29:51.652Zinfo: installing component 'rustfmt'
562026-03-10T11:29:51.944Zinfo: default toolchain set to '1.94.0-x86_64-unknown-illumos'
572026-03-10T11:29:51.944Z
582026-03-10T11:29:52.360Z 1.94.0-x86_64-unknown-illumos installed - rustc 1.94.0 (4a4ef493e 2026-03-02)
592026-03-10T11:29:52.360Z
602026-03-10T11:29:52.363Z
612026-03-10T11:29:52.363ZRust is installed now. Great!
622026-03-10T11:29:52.363Z
632026-03-10T11:29:52.363ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-03-10T11:29:52.363Zenvironment variable. This has not been done automatically.
652026-03-10T11:29:52.363Z
662026-03-10T11:29:52.363ZTo configure your current shell, you need to source
672026-03-10T11:29:52.363Zthe corresponding env file under $HOME/.cargo.
682026-03-10T11:29:52.363Z
692026-03-10T11:29:52.363ZThis is usually done by running one of the following (note the leading DOT):
702026-03-10T11:29:52.363Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-03-10T11:29:52.363Zsource "$HOME/.cargo/env.fish" # For fish
722026-03-10T11:29:52.363Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-03-10T11:29:52.460Z+ rustup --version
742026-03-10T11:29:52.471Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-03-10T11:29:52.474Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-03-10T11:29:52.541Zinfo: The currently active `rustc` version is `rustc 1.94.0 (4a4ef493e 2026-03-02)`
772026-03-10T11:29:52.544Z+ cargo --version
782026-03-10T11:29:52.598Zcargo 1.94.0 (85eff7c80 2026-01-15)
792026-03-10T11:29:52.601Z+ rustc --version
802026-03-10T11:29:52.662Zrustc 1.94.0 (4a4ef493e 2026-03-02)
812026-03-10T11:29:52.665Zprocess exited: duration 26968 ms, exit code 0
 
822026-03-10T11:29:52.671Zstarting task 2: "authentication"
832026-03-10T11:29:52.690Zprocess exited: duration 19 ms, exit code 0
 
842026-03-10T11:29:52.696Zstarting task 3: "clone repository"
852026-03-10T11:29:52.700Z+ mkdir -p /work/oxidecomputer/opte
862026-03-10T11:29:52.703Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-03-10T11:29:52.736ZCloning into '/work/oxidecomputer/opte'...
882026-03-10T11:29:53.575Z+ cd /work/oxidecomputer/opte
892026-03-10T11:29:53.575Z+ git fetch origin 596f57d8e43c618d5a224f994537e1f5d0082067
902026-03-10T11:29:53.837ZFrom https://github.com/oxidecomputer/opte
912026-03-10T11:29:53.837Z * branch 596f57d8e43c618d5a224f994537e1f5d0082067 -> FETCH_HEAD
922026-03-10T11:29:53.844Z+ [[ -n renovate/rust-1.x ]]
932026-03-10T11:29:53.847Z++ git branch --show-current
942026-03-10T11:29:53.850Z+ current=master
952026-03-10T11:29:53.850Z+ [[ master != renovate/rust-1.x ]]
962026-03-10T11:29:53.850Z+ git branch -f renovate/rust-1.x 596f57d8e43c618d5a224f994537e1f5d0082067
972026-03-10T11:29:53.853Z+ git checkout -f renovate/rust-1.x
982026-03-10T11:29:53.861ZSwitched to branch 'renovate/rust-1.x'
992026-03-10T11:29:53.864Z+ git reset --hard 596f57d8e43c618d5a224f994537e1f5d0082067
1002026-03-10T11:29:53.873ZHEAD is now at 596f57d Update dependency rust to v1.94.0
1012026-03-10T11:29:53.875Zprocess exited: duration 1177 ms, exit code 0
 
1022026-03-10T11:29:53.881Zstarting task 4: "build"
1032026-03-10T11:29:53.886Z+ source .github/buildomat/common.sh
1042026-03-10T11:29:53.888Z++ rustup show active-toolchain
1052026-03-10T11:29:53.926Z1.94.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-03-10T11:29:53.929Z++ pushd xde
1072026-03-10T11:29:53.929Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-03-10T11:29:53.929Z++ rustup show active-toolchain
1092026-03-10T11:29:53.935Zinfo: syncing channel updates for 'nightly-2026-02-24-x86_64-unknown-illumos'
1102026-03-10T11:29:54.095Zinfo: latest update on 2026-02-24, rust version 1.95.0-nightly (b3869b94c 2026-02-23)
1112026-03-10T11:29:54.098Zinfo: downloading component 'cargo'
1122026-03-10T11:29:55.314Zinfo: downloading component 'clippy'
1132026-03-10T11:29:55.797Zinfo: downloading component 'rust-src'
1142026-03-10T11:29:56.142Zinfo: downloading component 'rust-std'
1152026-03-10T11:29:57.934Zinfo: downloading component 'rustc'
1162026-03-10T11:30:06.790Zinfo: downloading component 'rustfmt'
1172026-03-10T11:30:07.062Zinfo: installing component 'cargo'
1182026-03-10T11:30:07.899Zinfo: installing component 'clippy'
1192026-03-10T11:30:08.269Zinfo: installing component 'rust-src'
1202026-03-10T11:30:08.623Zinfo: installing component 'rust-std'
1212026-03-10T11:30:10.140Zinfo: installing component 'rustc'
1222026-03-10T11:30:15.960Zinfo: installing component 'rustfmt'
1232026-03-10T11:30:16.250Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-03-10T11:30:16.342Z+++ rustup show active-toolchain -v
1252026-03-10T11:30:16.345Z+++ head -n 1
1262026-03-10T11:30:16.345Z+++ cut '-d ' -f1
1272026-03-10T11:30:16.429Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1282026-03-10T11:30:16.429Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1292026-03-10T11:30:16.429Z++ popd
1302026-03-10T11:30:16.432Z/work/oxidecomputer/opte
1312026-03-10T11:30:16.432Z+ cargo --version
1322026-03-10T11:30:16.477Zcargo 1.94.0 (85eff7c80 2026-01-15)
1332026-03-10T11:30:16.480Z+ rustc --version
1342026-03-10T11:30:16.541Zrustc 1.94.0 (4a4ef493e 2026-03-02)
1352026-03-10T11:30:16.544Z+ pushd bin/opteadm
1362026-03-10T11:30:16.544Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1372026-03-10T11:30:16.544Z+ header 'check style'
1382026-03-10T11:30:16.544Z+ echo '# ==== check style ==== #'
1392026-03-10T11:30:16.544Z# ==== check style ==== #
1402026-03-10T11:30:16.544Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1412026-03-10T11:30:16.716Z
1422026-03-10T11:30:16.716Zreal 0.168536331
1432026-03-10T11:30:16.716Zuser 0.109560856
1442026-03-10T11:30:16.716Zsys 0.055373422
1452026-03-10T11:30:16.719Ztrap 0.000003546
1462026-03-10T11:30:16.719Ztflt 0.000009562
1472026-03-10T11:30:16.719Zdflt 0.000016916
1482026-03-10T11:30:16.719Zkflt 0.000000000
1492026-03-10T11:30:16.719Zlock 0.529754882
1502026-03-10T11:30:16.719Zslp 0.174720213
1512026-03-10T11:30:16.719Zlat 0.000172119
1522026-03-10T11:30:16.719Zstop 0.000121850
1532026-03-10T11:30:16.719Z+ header analyze
1542026-03-10T11:30:16.719Z+ echo '# ==== analyze ==== #'
1552026-03-10T11:30:16.719Z# ==== analyze ==== #
1562026-03-10T11:30:16.719Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1572026-03-10T11:30:16.955Z Updating crates.io index
1582026-03-10T11:30:16.996Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-03-10T11:30:18.025Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602026-03-10T11:30:18.307Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612026-03-10T11:30:18.679Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-03-10T11:30:19.106Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-03-10T11:30:19.344Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-03-10T11:30:19.629Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652026-03-10T11:30:21.921Z Downloading crates ...
1662026-03-10T11:30:21.974Z Downloaded anyhow v1.0.102
1672026-03-10T11:30:21.980Z Downloaded is_terminal_polyfill v1.70.2
1682026-03-10T11:30:21.983Z Downloaded fnv v1.0.7
1692026-03-10T11:30:21.983Z Downloaded bitflags v1.3.2
1702026-03-10T11:30:21.986Z Downloaded cstr-argument v0.1.2
1712026-03-10T11:30:21.988Z Downloaded defmt-parser v1.0.0
1722026-03-10T11:30:21.991Z Downloaded anstyle-query v1.1.5
1732026-03-10T11:30:21.991Z Downloaded bitflags v2.11.0
1742026-03-10T11:30:21.994Z Downloaded errno v0.3.14
1752026-03-10T11:30:21.994Z Downloaded darling v0.21.3
1762026-03-10T11:30:21.997Z Downloaded chacha20 v0.10.0
1772026-03-10T11:30:22.001Z Downloaded zerocopy-derive v0.8.42
1782026-03-10T11:30:22.005Z Downloaded ref-cast-impl v1.0.25
1792026-03-10T11:30:22.008Z Downloaded foreign-types-shared v0.3.1
1802026-03-10T11:30:22.008Z Downloaded cpufeatures v0.3.0
1812026-03-10T11:30:22.008Z Downloaded anstyle v1.0.13
1822026-03-10T11:30:22.011Z Downloaded ingot-types v0.1.2
1832026-03-10T11:30:22.011Z Downloaded colorchoice v1.0.4
1842026-03-10T11:30:22.011Z Downloaded proc-macro-crate v3.5.0
1852026-03-10T11:30:22.014Z Downloaded clap_lex v1.0.0
1862026-03-10T11:30:22.014Z Downloaded equivalent v1.0.2
1872026-03-10T11:30:22.014Z Downloaded cobs v0.3.0
1882026-03-10T11:30:22.017Z Downloaded zerocopy v0.8.42
1892026-03-10T11:30:22.026Z Downloaded pretty-hex v0.4.1
1902026-03-10T11:30:22.029Z Downloaded ipnetwork v0.21.1
1912026-03-10T11:30:22.029Z Downloaded foreign-types v0.5.0
1922026-03-10T11:30:22.031Z Downloaded defmt v0.3.100
1932026-03-10T11:30:22.032Z Downloaded darling_macro v0.21.3
1942026-03-10T11:30:22.032Z Downloaded strsim v0.11.1
1952026-03-10T11:30:22.034Z Downloaded macaddr v1.0.1
1962026-03-10T11:30:22.037Z Downloaded colored v3.1.1
1972026-03-10T11:30:22.040Z Downloaded embedded-io v0.6.1
1982026-03-10T11:30:22.040Z Downloaded either v1.15.0
1992026-03-10T11:30:22.043Z Downloaded ident_case v1.0.1
2002026-03-10T11:30:22.046Z Downloaded tabwriter v1.4.1
2012026-03-10T11:30:22.046Z Downloaded cfg-if v1.0.4
2022026-03-10T11:30:22.048Z Downloaded foreign-types-macros v0.2.3
2032026-03-10T11:30:22.056Z Downloaded embedded-io v0.4.0
2042026-03-10T11:30:22.061Z Downloaded managed v0.8.0
2052026-03-10T11:30:22.064Z Downloaded stable_deref_trait v1.2.1
2062026-03-10T11:30:22.068Z Downloaded hash32 v0.3.1
2072026-03-10T11:30:22.071Z Downloaded version_check v0.9.5
2082026-03-10T11:30:22.074Z Downloaded proc-macro-error-attr2 v2.0.0
2092026-03-10T11:30:22.074Z Downloaded utf8parse v0.2.2
2102026-03-10T11:30:22.077Z Downloaded dyn-clone v1.0.20
2112026-03-10T11:30:22.079Z Downloaded anstyle-parse v0.2.7
2122026-03-10T11:30:22.082Z Downloaded num_enum_derive v0.7.5
2132026-03-10T11:30:22.082Z Downloaded defmt v1.0.1
2142026-03-10T11:30:22.085Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2152026-03-10T11:30:22.100Z Downloaded terminal_size v0.4.3
2162026-03-10T11:30:22.108Z Downloaded num_enum v0.7.5
2172026-03-10T11:30:22.108Z Downloaded heck v0.5.0
2182026-03-10T11:30:22.108Z Downloaded ref-cast v1.0.25
2192026-03-10T11:30:22.112Z Downloaded rustversion v1.0.22
2202026-03-10T11:30:22.115Z Downloaded proc-macro-error2 v2.0.1
2212026-03-10T11:30:22.117Z Downloaded quote v1.0.45
2222026-03-10T11:30:22.117Z Downloaded oxnet v0.1.4
2232026-03-10T11:30:22.120Z Downloaded thiserror v2.0.18
2242026-03-10T11:30:22.123Z Downloaded defmt-macros v1.0.1
2252026-03-10T11:30:22.126Z Downloaded byteorder v1.5.0
2262026-03-10T11:30:22.126Z Downloaded ingot-macros v0.1.1
2272026-03-10T11:30:22.129Z Downloaded anstream v0.6.21
2282026-03-10T11:30:22.129Z Downloaded pin-project-lite v0.2.17
2292026-03-10T11:30:22.132Z Downloaded once_cell v1.21.3
2302026-03-10T11:30:22.135Z Downloaded rand_core v0.10.0
2312026-03-10T11:30:22.137Z Downloaded thiserror-impl v2.0.18
2322026-03-10T11:30:22.146Z Downloaded tracing-attributes v0.1.31
2332026-03-10T11:30:22.149Z Downloaded postcard v1.1.3
2342026-03-10T11:30:22.161Z Downloaded clap_derive v4.5.55
2352026-03-10T11:30:22.164Z Downloaded toml_parser v1.0.9+spec-1.1.0
2362026-03-10T11:30:22.166Z Downloaded ingot v0.1.1
2372026-03-10T11:30:22.167Z Downloaded getrandom v0.4.2
2382026-03-10T11:30:22.169Z Downloaded heapless v0.8.0
2392026-03-10T11:30:22.172Z Downloaded aho-corasick v1.1.4
2402026-03-10T11:30:22.178Z Downloaded socket2 v0.6.3
2412026-03-10T11:30:22.183Z Downloaded serde_derive v1.0.228
2422026-03-10T11:30:22.186Z Downloaded clap v4.5.60
2432026-03-10T11:30:22.192Z Downloaded proc-macro2 v1.0.106
2442026-03-10T11:30:22.195Z Downloaded darling_core v0.21.3
2452026-03-10T11:30:22.203Z Downloaded serde_core v1.0.228
2462026-03-10T11:30:22.206Z Downloaded tracing-core v0.1.36
2472026-03-10T11:30:22.212Z Downloaded unicode-ident v1.0.24
2482026-03-10T11:30:22.221Z Downloaded uuid v1.22.0
2492026-03-10T11:30:22.229Z Downloaded toml_edit v0.25.4+spec-1.1.0
2502026-03-10T11:30:22.232Z Downloaded serde v1.0.228
2512026-03-10T11:30:22.235Z Downloaded memchr v2.8.0
2522026-03-10T11:30:22.238Z Downloaded indexmap v2.13.0
2532026-03-10T11:30:22.259Z Downloaded rand v0.10.0
2542026-03-10T11:30:22.275Z Downloaded regex v1.12.3
2552026-03-10T11:30:22.288Z Downloaded hashbrown v0.16.1
2562026-03-10T11:30:22.307Z Downloaded itertools v0.14.0
2572026-03-10T11:30:22.311Z Downloaded clap_builder v4.5.60
2582026-03-10T11:30:22.318Z Downloaded winnow v0.7.15
2592026-03-10T11:30:22.333Z Downloaded syn v1.0.109
2602026-03-10T11:30:22.382Z Downloaded unicode-width v0.2.2
2612026-03-10T11:30:22.392Z Downloaded syn v2.0.117
2622026-03-10T11:30:22.399Z Downloaded smoltcp v0.11.0
2632026-03-10T11:30:22.411Z Downloaded regex-syntax v0.8.10
2642026-03-10T11:30:22.426Z Downloaded rustix v1.1.4
2652026-03-10T11:30:22.442Z Downloaded tracing v0.1.44
2662026-03-10T11:30:22.456Z Downloaded regex-automata v0.4.14
2672026-03-10T11:30:22.466Z Downloaded libc v0.2.183
2682026-03-10T11:30:22.544Z Compiling proc-macro2 v1.0.106
2692026-03-10T11:30:22.547Z Compiling quote v1.0.45
2702026-03-10T11:30:22.547Z Compiling unicode-ident v1.0.24
2712026-03-10T11:30:22.547Z Compiling serde_core v1.0.228
2722026-03-10T11:30:22.547Z Compiling libc v0.2.183
2732026-03-10T11:30:22.547Z Checking cfg-if v1.0.4
2742026-03-10T11:30:22.547Z Compiling ident_case v1.0.1
2752026-03-10T11:30:22.547Z Compiling memchr v2.8.0
2762026-03-10T11:30:22.706Z Compiling fnv v1.0.7
2772026-03-10T11:30:22.784Z Compiling strsim v0.11.1
2782026-03-10T11:30:22.787Z Compiling thiserror v2.0.18
2792026-03-10T11:30:22.820Z Compiling regex-syntax v0.8.10
2802026-03-10T11:30:23.128Z Compiling zerocopy v0.8.42
2812026-03-10T11:30:23.184Z Compiling winnow v0.7.15
2822026-03-10T11:30:23.434Z Compiling aho-corasick v1.1.4
2832026-03-10T11:30:23.483Z Compiling anyhow v1.0.102
2842026-03-10T11:30:23.604Z Compiling equivalent v1.0.2
2852026-03-10T11:30:23.616Z Compiling serde v1.0.228
2862026-03-10T11:30:23.694Z Compiling either v1.15.0
2872026-03-10T11:30:23.867Z Compiling hashbrown v0.16.1
2882026-03-10T11:30:24.024Z Compiling itertools v0.14.0
2892026-03-10T11:30:24.225Z Compiling syn v2.0.117
2902026-03-10T11:30:24.302Z Compiling heapless v0.8.0
2912026-03-10T11:30:24.548Z Compiling indexmap v2.13.0
2922026-03-10T11:30:24.651Z Compiling toml_datetime v1.0.0+spec-1.1.0
2932026-03-10T11:30:24.934Z Compiling regex-automata v0.4.14
2942026-03-10T11:30:25.138Z Compiling toml_parser v1.0.9+spec-1.1.0
2952026-03-10T11:30:25.147Z Checking bitflags v2.11.0
2962026-03-10T11:30:25.349Z Checking byteorder v1.5.0
2972026-03-10T11:30:25.397Z Checking stable_deref_trait v1.2.1
2982026-03-10T11:30:25.474Z Compiling syn v1.0.109
2992026-03-10T11:30:25.546Z Checking hash32 v0.3.1
3002026-03-10T11:30:25.570Z Checking macaddr v1.0.1
3012026-03-10T11:30:25.658Z Compiling toml_edit v0.25.4+spec-1.1.0
3022026-03-10T11:30:25.673Z Compiling rustversion v1.0.22
3032026-03-10T11:30:25.722Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3042026-03-10T11:30:25.744Z Compiling smoltcp v0.11.0
3052026-03-10T11:30:25.903Z Compiling version_check v0.9.5
3062026-03-10T11:30:26.013Z Compiling rustix v1.1.4
3072026-03-10T11:30:26.142Z Checking bitflags v1.3.2
3082026-03-10T11:30:26.174Z Checking rand_core v0.10.0
3092026-03-10T11:30:26.214Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3102026-03-10T11:30:26.261Z Checking managed v0.8.0
3112026-03-10T11:30:26.338Z Compiling ref-cast v1.0.25
3122026-03-10T11:30:26.361Z Compiling proc-macro-crate v3.5.0
3132026-03-10T11:30:26.442Z Compiling getrandom v0.4.2
3142026-03-10T11:30:26.722Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3152026-03-10T11:30:26.908Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3162026-03-10T11:30:26.939Z Checking errno v0.3.14
3172026-03-10T11:30:27.009Z Checking unicode-width v0.2.2
3182026-03-10T11:30:27.077Z Checking ipnetwork v0.21.1
3192026-03-10T11:30:27.289Z Compiling regex v1.12.3
3202026-03-10T11:30:27.297Z Checking cpufeatures v0.3.0
3212026-03-10T11:30:27.368Z Checking once_cell v1.21.3
3222026-03-10T11:30:27.460Z Checking foreign-types-shared v0.3.1
3232026-03-10T11:30:27.557Z Checking utf8parse v0.2.2
3242026-03-10T11:30:27.579Z Checking tracing-core v0.1.36
3252026-03-10T11:30:27.670Z Checking anstyle-parse v0.2.7
3262026-03-10T11:30:27.811Z Compiling darling_core v0.21.3
3272026-03-10T11:30:27.822Z Checking cstr-argument v0.1.2
3282026-03-10T11:30:27.854Z Checking chacha20 v0.10.0
3292026-03-10T11:30:28.002Z Checking tabwriter v1.4.1
3302026-03-10T11:30:28.321Z Checking anstyle v1.0.13
3312026-03-10T11:30:28.545Z Checking pretty-hex v0.4.1
3322026-03-10T11:30:28.554Z Checking dyn-clone v1.0.20
3332026-03-10T11:30:28.557Z Checking pin-project-lite v0.2.17
3342026-03-10T11:30:28.572Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
3352026-03-10T11:30:28.638Z Checking colorchoice v1.0.4
3362026-03-10T11:30:28.660Z Checking is_terminal_polyfill v1.70.2
3372026-03-10T11:30:28.669Z Checking anstyle-query v1.1.5
3382026-03-10T11:30:28.678Z Checking terminal_size v0.4.3
3392026-03-10T11:30:28.769Z Checking anstream v0.6.21
3402026-03-10T11:30:28.808Z Checking rand v0.10.0
3412026-03-10T11:30:28.834Z Checking uuid v1.22.0
3422026-03-10T11:30:29.026Z Checking socket2 v0.6.3
3432026-03-10T11:30:29.183Z Checking colored v3.1.1
3442026-03-10T11:30:29.354Z Compiling heck v0.5.0
3452026-03-10T11:30:29.386Z Checking oxnet v0.1.4
3462026-03-10T11:30:29.430Z Checking clap_lex v1.0.0
3472026-03-10T11:30:29.444Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3482026-03-10T11:30:29.613Z Checking clap_builder v4.5.60
3492026-03-10T11:30:29.774Z Compiling thiserror-impl v2.0.18
3502026-03-10T11:30:29.797Z Compiling zerocopy-derive v0.8.42
3512026-03-10T11:30:29.935Z Compiling serde_derive v1.0.228
3522026-03-10T11:30:30.094Z Compiling num_enum_derive v0.7.5
3532026-03-10T11:30:30.229Z Compiling darling_macro v0.21.3
3542026-03-10T11:30:30.676Z Compiling foreign-types-macros v0.2.3
3552026-03-10T11:30:30.893Z Compiling darling v0.21.3
3562026-03-10T11:30:30.982Z Compiling ingot-macros v0.1.1
3572026-03-10T11:30:31.370Z Compiling ref-cast-impl v1.0.25
3582026-03-10T11:30:31.395Z Checking num_enum v0.7.5
3592026-03-10T11:30:31.461Z Checking foreign-types v0.5.0
3602026-03-10T11:30:31.504Z Checking cobs v0.3.0
3612026-03-10T11:30:31.527Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3622026-03-10T11:30:31.540Z Compiling tracing-attributes v0.1.31
3632026-03-10T11:30:31.674Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3642026-03-10T11:30:31.758Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3652026-03-10T11:30:31.895Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3662026-03-10T11:30:32.091Z Compiling clap_derive v4.5.55
3672026-03-10T11:30:32.358Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3682026-03-10T11:30:32.979Z Checking tracing v0.1.44
3692026-03-10T11:30:33.661Z Checking postcard v1.1.3
3702026-03-10T11:30:33.873Z Checking clap v4.5.60
3712026-03-10T11:30:35.442Z Checking ingot-types v0.1.2
3722026-03-10T11:30:35.825Z Checking ingot v0.1.1
3732026-03-10T11:30:37.776Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3742026-03-10T11:30:39.459Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3752026-03-10T11:30:41.053Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3762026-03-10T11:30:42.193Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.32s
3772026-03-10T11:30:42.329Z
3782026-03-10T11:30:42.332Zreal 25.588883230
3792026-03-10T11:30:42.332Zuser 1:17.176590450
3802026-03-10T11:30:42.332Zsys 15.987426926
3812026-03-10T11:30:42.332Ztrap 0.048884377
3822026-03-10T11:30:42.332Ztflt 0.064329295
3832026-03-10T11:30:42.332Zdflt 0.117252063
3842026-03-10T11:30:42.332Zkflt 0.002086600
3852026-03-10T11:30:42.332Zlock 4:15.253314595
3862026-03-10T11:30:42.332Zslp 4:01.621043167
3872026-03-10T11:30:42.332Zlat 5.688957834
3882026-03-10T11:30:42.332Zstop 15.315331473
3892026-03-10T11:30:42.332Z+ header 'debug build'
3902026-03-10T11:30:42.332Z+ echo '# ==== debug build ==== #'
3912026-03-10T11:30:42.332Z# ==== debug build ==== #
3922026-03-10T11:30:42.332Z+ ptime -m cargo build
3932026-03-10T11:30:42.575Z Compiling cfg-if v1.0.4
3942026-03-10T11:30:42.577Z Compiling serde_core v1.0.228
3952026-03-10T11:30:42.578Z Compiling libc v0.2.183
3962026-03-10T11:30:42.608Z Compiling thiserror v2.0.18
3972026-03-10T11:30:42.612Z Compiling byteorder v1.5.0
3982026-03-10T11:30:42.615Z Compiling zerocopy v0.8.42
3992026-03-10T11:30:42.618Z Compiling stable_deref_trait v1.2.1
4002026-03-10T11:30:42.618Z Compiling macaddr v1.0.1
4012026-03-10T11:30:42.664Z Compiling rand_core v0.10.0
4022026-03-10T11:30:42.682Z Compiling cobs v0.3.0
4032026-03-10T11:30:42.704Z Compiling managed v0.8.0
4042026-03-10T11:30:42.826Z Compiling hash32 v0.3.1
4052026-03-10T11:30:42.849Z Compiling bitflags v1.3.2
4062026-03-10T11:30:42.927Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4072026-03-10T11:30:42.933Z Compiling memchr v2.8.0
4082026-03-10T11:30:42.994Z Compiling heapless v0.8.0
4092026-03-10T11:30:43.004Z Compiling errno v0.3.14
4102026-03-10T11:30:43.028Z Compiling utf8parse v0.2.2
4112026-03-10T11:30:43.087Z Compiling cpufeatures v0.3.0
4122026-03-10T11:30:43.143Z Compiling unicode-width v0.2.2
4132026-03-10T11:30:43.161Z Compiling ipnetwork v0.21.1
4142026-03-10T11:30:43.190Z Compiling once_cell v1.21.3
4152026-03-10T11:30:43.200Z Compiling foreign-types-shared v0.3.1
4162026-03-10T11:30:43.290Z Compiling foreign-types v0.5.0
4172026-03-10T11:30:43.409Z Compiling tracing-core v0.1.36
4182026-03-10T11:30:43.476Z Compiling cstr-argument v0.1.2
4192026-03-10T11:30:43.520Z Compiling smoltcp v0.11.0
4202026-03-10T11:30:43.553Z Compiling tabwriter v1.4.1
4212026-03-10T11:30:43.680Z Compiling chacha20 v0.10.0
4222026-03-10T11:30:43.816Z Compiling anstyle-parse v0.2.7
4232026-03-10T11:30:44.066Z Compiling getrandom v0.4.2
4242026-03-10T11:30:44.072Z Compiling ref-cast v1.0.25
4252026-03-10T11:30:44.105Z Compiling num_enum v0.7.5
4262026-03-10T11:30:44.177Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4272026-03-10T11:30:44.233Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4282026-03-10T11:30:44.301Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4292026-03-10T11:30:44.322Z Compiling anstyle-query v1.1.5
4302026-03-10T11:30:44.357Z Compiling is_terminal_polyfill v1.70.2
4312026-03-10T11:30:44.442Z Compiling pin-project-lite v0.2.17
4322026-03-10T11:30:44.451Z Compiling dyn-clone v1.0.20
4332026-03-10T11:30:44.497Z Compiling anstyle v1.0.13
4342026-03-10T11:30:44.544Z Compiling pretty-hex v0.4.1
4352026-03-10T11:30:44.641Z Compiling colorchoice v1.0.4
4362026-03-10T11:30:44.695Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4372026-03-10T11:30:44.771Z Compiling anstream v0.6.21
4382026-03-10T11:30:44.836Z Compiling tracing v0.1.44
4392026-03-10T11:30:44.952Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4402026-03-10T11:30:44.985Z Compiling bitflags v2.11.0
4412026-03-10T11:30:45.146Z Compiling serde v1.0.228
4422026-03-10T11:30:45.238Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4432026-03-10T11:30:45.311Z Compiling rustix v1.1.4
4442026-03-10T11:30:45.446Z Compiling uuid v1.22.0
4452026-03-10T11:30:45.545Z Compiling anyhow v1.0.102
4462026-03-10T11:30:45.567Z Compiling rand v0.10.0
4472026-03-10T11:30:46.016Z Compiling postcard v1.1.3
4482026-03-10T11:30:46.066Z Compiling terminal_size v0.4.3
4492026-03-10T11:30:46.187Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4502026-03-10T11:30:46.248Z Compiling socket2 v0.6.3
4512026-03-10T11:30:46.324Z Compiling oxnet v0.1.4
4522026-03-10T11:30:46.475Z Compiling clap_lex v1.0.0
4532026-03-10T11:30:46.650Z Compiling colored v3.1.1
4542026-03-10T11:30:46.819Z Compiling ingot-types v0.1.2
4552026-03-10T11:30:46.869Z Compiling strsim v0.11.1
4562026-03-10T11:30:46.915Z Compiling winnow v0.7.15
4572026-03-10T11:30:46.971Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4582026-03-10T11:30:47.361Z Compiling ingot v0.1.1
4592026-03-10T11:30:47.470Z Compiling clap_builder v4.5.60
4602026-03-10T11:30:48.815Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
4612026-03-10T11:30:49.577Z Compiling clap v4.5.60
4622026-03-10T11:30:49.656Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4632026-03-10T11:30:51.554Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4642026-03-10T11:30:53.365Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4652026-03-10T11:30:59.083Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.69s
4662026-03-10T11:30:59.120Z
4672026-03-10T11:30:59.123Zreal 16.766858852
4682026-03-10T11:30:59.123Zuser 1:25.685077098
4692026-03-10T11:30:59.123Zsys 7.347029777
4702026-03-10T11:30:59.123Ztrap 0.041976800
4712026-03-10T11:30:59.123Ztflt 0.112484169
4722026-03-10T11:30:59.123Zdflt 0.149973513
4732026-03-10T11:30:59.123Zkflt 0.000002388
4742026-03-10T11:30:59.123Zlock 4:06.946479676
4752026-03-10T11:30:59.123Zslp 2:34.915440168
4762026-03-10T11:30:59.123Zlat 5.375827886
4772026-03-10T11:30:59.123Zstop 4.400818378
4782026-03-10T11:30:59.123Z+ header 'release build'
4792026-03-10T11:30:59.123Z+ echo '# ==== release build ==== #'
4802026-03-10T11:30:59.123Z# ==== release build ==== #
4812026-03-10T11:30:59.123Z+ ptime -m cargo build --release
4822026-03-10T11:30:59.290Z Compiling proc-macro2 v1.0.106
4832026-03-10T11:30:59.290Z Compiling unicode-ident v1.0.24
4842026-03-10T11:30:59.293Z Compiling quote v1.0.45
4852026-03-10T11:30:59.293Z Compiling serde_core v1.0.228
4862026-03-10T11:30:59.293Z Compiling libc v0.2.183
4872026-03-10T11:30:59.293Z Compiling cfg-if v1.0.4
4882026-03-10T11:30:59.293Z Compiling thiserror v2.0.18
4892026-03-10T11:30:59.293Z Compiling memchr v2.8.0
4902026-03-10T11:30:59.380Z Compiling fnv v1.0.7
4912026-03-10T11:30:59.435Z Compiling ident_case v1.0.1
4922026-03-10T11:30:59.474Z Compiling strsim v0.11.1
4932026-03-10T11:30:59.558Z Compiling regex-syntax v0.8.10
4942026-03-10T11:30:59.670Z Compiling anyhow v1.0.102
4952026-03-10T11:30:59.834Z Compiling aho-corasick v1.1.4
4962026-03-10T11:30:59.932Z Compiling winnow v0.7.15
4972026-03-10T11:31:00.034Z Compiling hashbrown v0.16.1
4982026-03-10T11:31:00.046Z Compiling equivalent v1.0.2
4992026-03-10T11:31:00.127Z Compiling zerocopy v0.8.42
5002026-03-10T11:31:00.242Z Compiling serde v1.0.228
5012026-03-10T11:31:00.598Z Compiling either v1.15.0
5022026-03-10T11:31:00.723Z Compiling indexmap v2.13.0
5032026-03-10T11:31:00.790Z Compiling syn v2.0.117
5042026-03-10T11:31:00.843Z Compiling itertools v0.14.0
5052026-03-10T11:31:00.929Z Compiling byteorder v1.5.0
5062026-03-10T11:31:01.162Z Compiling heapless v0.8.0
5072026-03-10T11:31:01.522Z Compiling regex-automata v0.4.14
5082026-03-10T11:31:01.543Z Compiling toml_datetime v1.0.0+spec-1.1.0
5092026-03-10T11:31:01.759Z Compiling toml_parser v1.0.9+spec-1.1.0
5102026-03-10T11:31:01.898Z Compiling hash32 v0.3.1
5112026-03-10T11:31:02.000Z Compiling stable_deref_trait v1.2.1
5122026-03-10T11:31:02.052Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5132026-03-10T11:31:02.074Z Compiling syn v1.0.109
5142026-03-10T11:31:02.323Z Compiling bitflags v2.11.0
5152026-03-10T11:31:02.374Z Compiling toml_edit v0.25.4+spec-1.1.0
5162026-03-10T11:31:02.391Z Compiling rustversion v1.0.22
5172026-03-10T11:31:02.435Z Compiling macaddr v1.0.1
5182026-03-10T11:31:02.475Z Compiling smoltcp v0.11.0
5192026-03-10T11:31:02.685Z Compiling rand_core v0.10.0
5202026-03-10T11:31:02.730Z Compiling version_check v0.9.5
5212026-03-10T11:31:02.832Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5222026-03-10T11:31:02.864Z Compiling ref-cast v1.0.25
5232026-03-10T11:31:02.878Z Compiling rustix v1.1.4
5242026-03-10T11:31:03.087Z Compiling proc-macro-crate v3.5.0
5252026-03-10T11:31:03.108Z Compiling bitflags v1.3.2
5262026-03-10T11:31:03.180Z Compiling managed v0.8.0
5272026-03-10T11:31:03.227Z Compiling getrandom v0.4.2
5282026-03-10T11:31:03.295Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5292026-03-10T11:31:03.555Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5302026-03-10T11:31:03.623Z Compiling errno v0.3.14
5312026-03-10T11:31:03.651Z Compiling utf8parse v0.2.2
5322026-03-10T11:31:03.766Z Compiling ipnetwork v0.21.1
5332026-03-10T11:31:04.038Z Compiling regex v1.12.3
5342026-03-10T11:31:04.229Z Compiling unicode-width v0.2.2
5352026-03-10T11:31:04.236Z Compiling cpufeatures v0.3.0
5362026-03-10T11:31:04.306Z Compiling once_cell v1.21.3
5372026-03-10T11:31:04.566Z Compiling darling_core v0.21.3
5382026-03-10T11:31:04.579Z Compiling foreign-types-shared v0.3.1
5392026-03-10T11:31:04.588Z Compiling tracing-core v0.1.36
5402026-03-10T11:31:04.676Z Compiling tabwriter v1.4.1
5412026-03-10T11:31:04.776Z Compiling cstr-argument v0.1.2
5422026-03-10T11:31:04.961Z Compiling chacha20 v0.10.0
5432026-03-10T11:31:05.080Z Compiling anstyle-parse v0.2.7
5442026-03-10T11:31:05.681Z Compiling colorchoice v1.0.4
5452026-03-10T11:31:05.797Z Compiling is_terminal_polyfill v1.70.2
5462026-03-10T11:31:05.803Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
5472026-03-10T11:31:05.838Z Compiling pin-project-lite v0.2.17
5482026-03-10T11:31:05.890Z Compiling anstyle v1.0.13
5492026-03-10T11:31:05.942Z Compiling pretty-hex v0.4.1
5502026-03-10T11:31:06.043Z Compiling dyn-clone v1.0.20
5512026-03-10T11:31:06.096Z Compiling anstyle-query v1.1.5
5522026-03-10T11:31:06.192Z Compiling anstream v0.6.21
5532026-03-10T11:31:06.209Z Compiling terminal_size v0.4.3
5542026-03-10T11:31:06.368Z Compiling rand v0.10.0
5552026-03-10T11:31:06.380Z Compiling thiserror-impl v2.0.18
5562026-03-10T11:31:06.588Z Compiling serde_derive v1.0.228
5572026-03-10T11:31:06.697Z Compiling zerocopy-derive v0.8.42
5582026-03-10T11:31:06.875Z Compiling ref-cast-impl v1.0.25
5592026-03-10T11:31:07.074Z Compiling num_enum_derive v0.7.5
5602026-03-10T11:31:07.421Z Compiling foreign-types-macros v0.2.3
5612026-03-10T11:31:07.631Z Compiling darling_macro v0.21.3
5622026-03-10T11:31:07.716Z Compiling tracing-attributes v0.1.31
5632026-03-10T11:31:08.124Z Compiling cobs v0.3.0
5642026-03-10T11:31:08.244Z Compiling foreign-types v0.5.0
5652026-03-10T11:31:08.324Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5662026-03-10T11:31:08.331Z Compiling darling v0.21.3
5672026-03-10T11:31:08.338Z Compiling num_enum v0.7.5
5682026-03-10T11:31:08.385Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5692026-03-10T11:31:08.411Z Compiling ingot-macros v0.1.1
5702026-03-10T11:31:08.461Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5712026-03-10T11:31:08.522Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5722026-03-10T11:31:08.693Z Compiling uuid v1.22.0
5732026-03-10T11:31:08.826Z Compiling socket2 v0.6.3
5742026-03-10T11:31:08.911Z Compiling clap_lex v1.0.0
5752026-03-10T11:31:09.088Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5762026-03-10T11:31:09.216Z Compiling colored v3.1.1
5772026-03-10T11:31:09.219Z Compiling oxnet v0.1.4
5782026-03-10T11:31:09.389Z Compiling tracing v0.1.44
5792026-03-10T11:31:09.565Z Compiling heck v0.5.0
5802026-03-10T11:31:09.794Z Compiling clap_builder v4.5.60
5812026-03-10T11:31:09.808Z Compiling clap_derive v4.5.55
5822026-03-10T11:31:09.925Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5832026-03-10T11:31:10.914Z Compiling postcard v1.1.3
5842026-03-10T11:31:12.179Z Compiling clap v4.5.60
5852026-03-10T11:31:13.033Z Compiling ingot-types v0.1.2
5862026-03-10T11:31:13.511Z Compiling ingot v0.1.1
5872026-03-10T11:31:15.779Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5882026-03-10T11:31:17.159Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5892026-03-10T11:31:18.511Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5902026-03-10T11:31:27.029Z Finished `release` profile [optimized + debuginfo] target(s) in 27.84s
5912026-03-10T11:31:27.062Z
5922026-03-10T11:31:27.065Zreal 27.909563449
5932026-03-10T11:31:27.065Zuser 2:18.133458761
5942026-03-10T11:31:27.065Zsys 16.551347586
5952026-03-10T11:31:27.065Ztrap 0.073594333
5962026-03-10T11:31:27.066Ztflt 0.177434571
5972026-03-10T11:31:27.066Zdflt 0.329606239
5982026-03-10T11:31:27.066Zkflt 0.000140556
5992026-03-10T11:31:27.066Zlock 6:27.842029801
6002026-03-10T11:31:27.066Zslp 4:38.940293402
6012026-03-10T11:31:27.066Zlat 5.443977266
6022026-03-10T11:31:27.066Zstop 11.191631707
6032026-03-10T11:31:27.066Z+ popd
6042026-03-10T11:31:27.066Z/work/oxidecomputer/opte
6052026-03-10T11:31:27.066Z+ for x in debug release
6062026-03-10T11:31:27.066Z+ mkdir -p /work/debug
6072026-03-10T11:31:27.066Z+ cp target/debug/opteadm /work/debug/
6082026-03-10T11:31:27.090Z+ sha256sum target/debug/opteadm
6092026-03-10T11:31:27.120Z+ for x in debug release
6102026-03-10T11:31:27.120Z+ mkdir -p /work/release
6112026-03-10T11:31:27.123Z+ cp target/release/opteadm /work/release/
6122026-03-10T11:31:27.140Z+ sha256sum target/release/opteadm
6132026-03-10T11:31:27.161Zprocess exited: duration 93211 ms, exit code 0
 
6142026-03-10T11:31:27.173Zfound 4 output files
6152026-03-10T11:31:27.173Zuploading: /work/debug/opteadm (35285184 bytes)
6162026-03-10T11:31:28.492Zuploaded: /work/debug/opteadm
6172026-03-10T11:31:28.495Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6182026-03-10T11:31:29.503Zuploaded: /work/debug/opteadm.debug.sha256
6192026-03-10T11:31:29.503Zuploading: /work/release/opteadm (23725048 bytes)
6202026-03-10T11:31:30.732Zuploaded: /work/release/opteadm
6212026-03-10T11:31:30.732Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6222026-03-10T11:31:31.740Zuploaded: /work/release/opteadm.release.sha256