01KQWEFRC62EA41FC6PHPRP347: 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: 01KQWEG5AM0XNVXJ0V4Q6NCHGB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-05T16:12:24.937Zjob assigned to worker 01KQWEH6Z6N889A3S1DZR4GX5V [factory aws, i-01a7d75c31b574ce5] (queued for 1 m 32 s)
 
22026-05-05T16:12:31.720Zstarting task 0: "setup"
32026-05-05T16:12:31.725Z++ uname -s
42026-05-05T16:12:31.729Z+ kern=SunOS
52026-05-05T16:12:31.729Z+ build_user=build
62026-05-05T16:12:31.729Z+ build_uid=12345
72026-05-05T16:12:31.729Z+ work_dir=/work
82026-05-05T16:12:31.729Z+ input_dir=/input
92026-05-05T16:12:31.729Z+ [[ 0 == 12345 ]]
102026-05-05T16:12:31.729Z+ case "$kern" in
112026-05-05T16:12:31.729Z+ groupadd -g 12345 build
122026-05-05T16:12:31.729Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-05T16:12:33.734Z+ zfs create -o mountpoint=/work rpool/work
142026-05-05T16:12:33.815Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-05T16:12:33.819Z+ home_fs=zfs
162026-05-05T16:12:33.819Z+ [[ zfs == autofs ]]
172026-05-05T16:12:33.819Z+ mkdir -p /home/build
182026-05-05T16:12:33.819Z+ chown build:build /home/build /work
192026-05-05T16:12:35.820Z+ chmod 0700 /home/build /work
202026-05-05T16:12:35.823Zprocess exited: duration 4100 ms, exit code 0
 
212026-05-05T16:12:35.830Zstarting task 1: "rust-toolchain"
222026-05-05T16:12:35.834Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-05T16:12:35.834Z * rust toolchain channel = "1.94.1"
242026-05-05T16:12:35.834Z * rust toolchain profile = "default"
252026-05-05T16:12:35.834Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-05T16:12:35.834Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-05T16:12:35.834Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-05T16:12:35.838Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-05T16:12:35.838Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-05T16:12:35.961Zinfo: downloading installer
312026-05-05T16:12:37.448Zwarn: It looks like you have an existing installation of Rust at:
322026-05-05T16:12:37.448Zwarn: /opt/ooce/bin
332026-05-05T16:12:37.448Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-05T16:12:37.448Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-05T16:12:37.448Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-05T16:12:37.448Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-05T16:12:37.448Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-05T16:12:37.448Zerror: cannot install while Rust is installed
392026-05-05T16:12:37.448Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-05T16:12:37.448Zwarn: It looks like you have an existing rustup settings file at:
412026-05-05T16:12:37.448Zwarn: /home/build/.rustup/settings.toml
422026-05-05T16:12:37.448Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-05T16:12:37.448Zwarn: instead of the one inferred from the default host triple.
442026-05-05T16:12:37.462Zinfo: profile set to default
452026-05-05T16:12:37.462Zinfo: default host triple is x86_64-unknown-illumos
462026-05-05T16:12:37.465Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-05T16:12:37.598Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-05T16:12:37.602Zinfo: downloading 6 components
492026-05-05T16:12:52.481Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-05T16:12:52.481Z
512026-05-05T16:12:52.509Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-05T16:12:52.509Z
532026-05-05T16:12:52.509Z
542026-05-05T16:12:52.509ZRust is installed now. Great!
552026-05-05T16:12:52.509Z
562026-05-05T16:12:52.513ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-05T16:12:52.513Zenvironment variable. This has not been done automatically.
582026-05-05T16:12:52.513Z
592026-05-05T16:12:52.513ZTo configure your current shell, you need to source
602026-05-05T16:12:52.513Zthe corresponding env file under $HOME/.cargo.
612026-05-05T16:12:52.513Z
622026-05-05T16:12:52.513ZThis is usually done by running one of the following (note the leading DOT):
632026-05-05T16:12:52.513Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-05T16:12:52.513Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-05T16:12:52.513Zsource "~/.cargo/env.nu" # For nushell
662026-05-05T16:12:52.513Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-05T16:12:52.513Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-05T16:12:52.513Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-05T16:12:52.513Zwarn: no default linker (`cc`) was found in your PATH
702026-05-05T16:12:52.513Zwarn: many Rust crates require a system C toolchain to build
712026-05-05T16:12:52.605Z+ rustup --version
722026-05-05T16:12:52.614Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-05T16:12:52.617Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-05T16:12:52.635Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-05T16:12:52.639Z+ cargo --version
762026-05-05T16:12:52.651Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-05T16:12:52.654Z+ rustc --version
782026-05-05T16:12:52.672Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-05T16:12:52.676Zprocess exited: duration 16842 ms, exit code 0
 
802026-05-05T16:12:52.683Zstarting task 2: "authentication"
812026-05-05T16:12:52.700Zprocess exited: duration 16 ms, exit code 0
 
822026-05-05T16:12:52.707Zstarting task 3: "clone repository"
832026-05-05T16:12:52.710Z+ mkdir -p /work/oxidecomputer/opte
842026-05-05T16:12:52.714Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-05T16:12:52.814ZCloning into '/work/oxidecomputer/opte'...
862026-05-05T16:12:53.766Z+ cd /work/oxidecomputer/opte
872026-05-05T16:12:53.766Z+ git fetch origin 84e91b62621406f38e4d0870a92bafacad96536e
882026-05-05T16:12:54.074ZFrom https://github.com/oxidecomputer/opte
892026-05-05T16:12:54.074Z * branch 84e91b62621406f38e4d0870a92bafacad96536e -> FETCH_HEAD
902026-05-05T16:12:54.079Z+ [[ -n mtu ]]
912026-05-05T16:12:54.082Z++ git branch --show-current
922026-05-05T16:12:54.082Z+ current=master
932026-05-05T16:12:54.082Z+ [[ master != mtu ]]
942026-05-05T16:12:54.082Z+ git branch -f mtu 84e91b62621406f38e4d0870a92bafacad96536e
952026-05-05T16:12:54.086Z+ git checkout -f mtu
962026-05-05T16:12:54.100ZSwitched to branch 'mtu'
972026-05-05T16:12:54.104Z+ git reset --hard 84e91b62621406f38e4d0870a92bafacad96536e
982026-05-05T16:12:54.107ZHEAD is now at 84e91b6 Bump API_VERSION.
992026-05-05T16:12:54.107Zprocess exited: duration 1399 ms, exit code 0
 
1002026-05-05T16:12:54.115Zstarting task 4: "build"
1012026-05-05T16:12:54.118Z+ source .github/buildomat/common.sh
1022026-05-05T16:12:54.118Z++ rustup show active-toolchain
1032026-05-05T16:12:54.123Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-05T16:12:54.127Z++ pushd xde
1052026-05-05T16:12:54.127Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-05T16:12:54.127Z++ rustup show active-toolchain
1072026-05-05T16:12:54.130Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-05T16:12:54.275Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-05T16:12:54.279Zinfo: downloading 6 components
1102026-05-05T16:13:08.294Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-05T16:13:08.372Z+++ rustup show active-toolchain -v
1122026-05-05T16:13:08.377Z+++ head -n 1
1132026-05-05T16:13:08.377Z+++ cut '-d ' -f1
1142026-05-05T16:13:08.423Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-05T16:13:08.423Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-05T16:13:08.423Z++ popd
1172026-05-05T16:13:08.423Z/work/oxidecomputer/opte
1182026-05-05T16:13:08.427Z+ cargo --version
1192026-05-05T16:13:08.432Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-05T16:13:08.436Z+ rustc --version
1212026-05-05T16:13:08.455Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-05T16:13:08.459Z+ pushd bin/opteadm
1232026-05-05T16:13:08.459Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-05-05T16:13:08.459Z+ header 'check style'
1252026-05-05T16:13:08.459Z+ echo '# ==== check style ==== #'
1262026-05-05T16:13:08.459Z# ==== check style ==== #
1272026-05-05T16:13:08.459Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1282026-05-05T16:13:08.529Z
1292026-05-05T16:13:08.529Zreal 0.067918210
1302026-05-05T16:13:08.529Zuser 0.038157102
1312026-05-05T16:13:08.529Zsys 0.027051648
1322026-05-05T16:13:08.529Ztrap 0.000000309
1332026-05-05T16:13:08.529Ztflt 0.000002278
1342026-05-05T16:13:08.529Zdflt 0.000005398
1352026-05-05T16:13:08.529Zkflt 0.000000000
1362026-05-05T16:13:08.529Zlock 0.030609624
1372026-05-05T16:13:08.529Zslp 0.048248779
1382026-05-05T16:13:08.529Zlat 0.000655642
1392026-05-05T16:13:08.529Zstop 0.000095285
1402026-05-05T16:13:08.533Z+ header analyze
1412026-05-05T16:13:08.533Z+ echo '# ==== analyze ==== #'
1422026-05-05T16:13:08.533Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-05-05T16:13:08.533Z# ==== analyze ==== #
1442026-05-05T16:13:08.661Z Updating crates.io index
1452026-05-05T16:13:08.665Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-05T16:13:09.985Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-05T16:13:10.321Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-05T16:13:10.774Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-05T16:13:11.152Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-05T16:13:11.460Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-05T16:13:11.790Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-05T16:13:13.619Z Downloading crates ...
1532026-05-05T16:13:13.672Z Downloaded byteorder v1.5.0
1542026-05-05T16:13:13.688Z Downloaded is_terminal_polyfill v1.70.2
1552026-05-05T16:13:13.692Z Downloaded bitflags v1.3.2
1562026-05-05T16:13:13.692Z Downloaded clap_derive v4.6.1
1572026-05-05T16:13:13.692Z Downloaded bitflags v2.11.1
1582026-05-05T16:13:13.697Z Downloaded serde_core v1.0.228
1592026-05-05T16:13:13.700Z Downloaded thiserror-impl v2.0.18
1602026-05-05T16:13:13.701Z Downloaded ident_case v1.0.1
1612026-05-05T16:13:13.704Z Downloaded ref-cast-impl v1.0.25
1622026-05-05T16:13:13.704Z Downloaded cfg-if v1.0.4
1632026-05-05T16:13:13.710Z Downloaded dyn-clone v1.0.20
1642026-05-05T16:13:13.714Z Downloaded fnv v1.0.7
1652026-05-05T16:13:13.714Z Downloaded colorchoice v1.0.5
1662026-05-05T16:13:13.719Z Downloaded heck v0.5.0
1672026-05-05T16:13:13.722Z Downloaded embedded-io v0.6.1
1682026-05-05T16:13:13.722Z Downloaded zerocopy v0.8.48
1692026-05-05T16:13:13.731Z Downloaded proc-macro-error-attr2 v2.0.0
1702026-05-05T16:13:13.735Z Downloaded cstr-argument v0.1.2
1712026-05-05T16:13:13.738Z Downloaded defmt v1.0.1
1722026-05-05T16:13:13.747Z Downloaded equivalent v1.0.2
1732026-05-05T16:13:13.753Z Downloaded foreign-types-macros v0.2.3
1742026-05-05T16:13:13.757Z Downloaded rustversion v1.0.22
1752026-05-05T16:13:13.760Z Downloaded anstyle-query v1.1.5
1762026-05-05T16:13:13.764Z Downloaded managed v0.8.0
1772026-05-05T16:13:13.764Z Downloaded cobs v0.3.0
1782026-05-05T16:13:13.767Z Downloaded macaddr v1.0.1
1792026-05-05T16:13:13.767Z Downloaded darling_macro v0.21.3
1802026-05-05T16:13:13.772Z Downloaded stable_deref_trait v1.2.1
1812026-05-05T16:13:13.775Z Downloaded proc-macro-crate v3.5.0
1822026-05-05T16:13:13.781Z Downloaded either v1.15.0
1832026-05-05T16:13:13.785Z Downloaded num_enum_derive v0.7.6
1842026-05-05T16:13:13.788Z Downloaded ingot v0.1.1
1852026-05-05T16:13:13.793Z Downloaded foreign-types v0.5.0
1862026-05-05T16:13:13.797Z Downloaded defmt-parser v1.0.0
1872026-05-05T16:13:13.797Z Downloaded pretty-hex v0.4.2
1882026-05-05T16:13:13.801Z Downloaded tabwriter v1.4.1
1892026-05-05T16:13:13.804Z Downloaded errno v0.3.14
1902026-05-05T16:13:13.808Z Downloaded defmt v0.3.100
1912026-05-05T16:13:13.814Z Downloaded strsim v0.11.1
1922026-05-05T16:13:13.819Z Downloaded terminal_size v0.4.4
1932026-05-05T16:13:13.823Z Downloaded clap_lex v1.1.0
1942026-05-05T16:13:13.828Z Downloaded embedded-io v0.4.0
1952026-05-05T16:13:13.832Z Downloaded version_check v0.9.5
1962026-05-05T16:13:13.837Z Downloaded ipnetwork v0.21.1
1972026-05-05T16:13:13.837Z Downloaded hash32 v0.3.1
1982026-05-05T16:13:13.849Z Downloaded foreign-types-shared v0.3.1
1992026-05-05T16:13:13.853Z Downloaded utf8parse v0.2.2
2002026-05-05T16:13:13.853Z Downloaded darling v0.21.3
2012026-05-05T16:13:13.857Z Downloaded chacha20 v0.10.0
2022026-05-05T16:13:13.860Z Downloaded ref-cast v1.0.25
2032026-05-05T16:13:13.864Z Downloaded thiserror v2.0.18
2042026-05-05T16:13:13.864Z Downloaded darling_core v0.21.3
2052026-05-05T16:13:13.868Z Downloaded ingot-macros v0.1.1
2062026-05-05T16:13:13.868Z Downloaded colored v3.1.1
2072026-05-05T16:13:13.871Z Downloaded anstyle-parse v1.0.0
2082026-05-05T16:13:13.871Z Downloaded anstream v1.0.0
2092026-05-05T16:13:13.871Z Downloaded socket2 v0.6.3
2102026-05-05T16:13:13.875Z Downloaded defmt-macros v1.0.1
2112026-05-05T16:13:13.879Z Downloaded ingot-types v0.1.2
2122026-05-05T16:13:13.884Z Downloaded anstyle v1.0.14
2132026-05-05T16:13:13.888Z Downloaded proc-macro-error2 v2.0.1
2142026-05-05T16:13:13.891Z Downloaded cpufeatures v0.3.0
2152026-05-05T16:13:13.891Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2162026-05-05T16:13:13.891Z Downloaded quote v1.0.45
2172026-05-05T16:13:13.898Z Downloaded num_enum v0.7.6
2182026-05-05T16:13:13.917Z Downloaded oxnet v0.1.4
2192026-05-05T16:13:13.922Z Downloaded clap v4.6.1
2202026-05-05T16:13:13.935Z Downloaded tracing-attributes v0.1.31
2212026-05-05T16:13:13.939Z Downloaded rand_core v0.10.1
2222026-05-05T16:13:13.939Z Downloaded once_cell v1.21.4
2232026-05-05T16:13:13.943Z Downloaded postcard v1.1.3
2242026-05-05T16:13:13.959Z Downloaded anyhow v1.0.102
2252026-05-05T16:13:13.968Z Downloaded toml_parser v1.1.2+spec-1.1.0
2262026-05-05T16:13:13.978Z Downloaded proc-macro2 v1.0.106
2272026-05-05T16:13:13.982Z Downloaded getrandom v0.4.2
2282026-05-05T16:13:13.987Z Downloaded serde_derive v1.0.228
2292026-05-05T16:13:13.999Z Downloaded pin-project-lite v0.2.17
2302026-05-05T16:13:14.003Z Downloaded zerocopy-derive v0.8.48
2312026-05-05T16:13:14.016Z Downloaded uuid v1.23.1
2322026-05-05T16:13:14.019Z Downloaded toml_edit v0.25.11+spec-1.1.0
2332026-05-05T16:13:14.019Z Downloaded heapless v0.8.0
2342026-05-05T16:13:14.023Z Downloaded unicode-ident v1.0.24
2352026-05-05T16:13:14.028Z Downloaded tracing-core v0.1.36
2362026-05-05T16:13:14.043Z Downloaded serde v1.0.228
2372026-05-05T16:13:14.053Z Downloaded memchr v2.8.0
2382026-05-05T16:13:14.065Z Downloaded rand v0.10.1
2392026-05-05T16:13:14.081Z Downloaded indexmap v2.14.0
2402026-05-05T16:13:14.093Z Downloaded aho-corasick v1.1.4
2412026-05-05T16:13:14.132Z Downloaded regex v1.12.3
2422026-05-05T16:13:14.136Z Downloaded clap_builder v4.6.0
2432026-05-05T16:13:14.140Z Downloaded hashbrown v0.17.0
2442026-05-05T16:13:14.144Z Downloaded itertools v0.14.0
2452026-05-05T16:13:14.170Z Downloaded winnow v1.0.2
2462026-05-05T16:13:14.217Z Downloaded syn v1.0.109
2472026-05-05T16:13:14.244Z Downloaded unicode-width v0.2.2
2482026-05-05T16:13:14.268Z Downloaded smoltcp v0.11.0
2492026-05-05T16:13:14.274Z Downloaded syn v2.0.117
2502026-05-05T16:13:14.300Z Downloaded regex-syntax v0.8.10
2512026-05-05T16:13:14.318Z Downloaded rustix v1.1.4
2522026-05-05T16:13:14.337Z Downloaded tracing v0.1.44
2532026-05-05T16:13:14.365Z Downloaded regex-automata v0.4.14
2542026-05-05T16:13:14.376Z Downloaded libc v0.2.186
2552026-05-05T16:13:14.438Z Compiling proc-macro2 v1.0.106
2562026-05-05T16:13:14.438Z Compiling quote v1.0.45
2572026-05-05T16:13:14.441Z Compiling unicode-ident v1.0.24
2582026-05-05T16:13:14.441Z Compiling serde_core v1.0.228
2592026-05-05T16:13:14.441Z Compiling libc v0.2.186
2602026-05-05T16:13:14.442Z Checking cfg-if v1.0.4
2612026-05-05T16:13:14.442Z Compiling fnv v1.0.7
2622026-05-05T16:13:14.442Z Compiling strsim v0.11.1
2632026-05-05T16:13:14.562Z Compiling thiserror v2.0.18
2642026-05-05T16:13:14.604Z Compiling memchr v2.8.0
2652026-05-05T16:13:14.631Z Compiling ident_case v1.0.1
2662026-05-05T16:13:14.738Z Compiling regex-syntax v0.8.10
2672026-05-05T16:13:14.787Z Compiling serde v1.0.228
2682026-05-05T16:13:14.991Z Compiling aho-corasick v1.1.4
2692026-05-05T16:13:15.084Z Compiling zerocopy v0.8.48
2702026-05-05T16:13:15.155Z Compiling anyhow v1.0.102
2712026-05-05T16:13:15.166Z Compiling either v1.15.0
2722026-05-05T16:13:15.293Z Compiling equivalent v1.0.2
2732026-05-05T16:13:15.374Z Compiling hashbrown v0.17.0
2742026-05-05T16:13:15.391Z Compiling winnow v1.0.2
2752026-05-05T16:13:15.500Z Compiling itertools v0.14.0
2762026-05-05T16:13:15.542Z Compiling heapless v0.8.0
2772026-05-05T16:13:15.866Z Checking byteorder v1.5.0
2782026-05-05T16:13:15.936Z Compiling indexmap v2.14.0
2792026-05-05T16:13:16.030Z Compiling syn v2.0.117
2802026-05-05T16:13:16.089Z Compiling toml_datetime v1.1.1+spec-1.1.0
2812026-05-05T16:13:16.312Z Compiling regex-automata v0.4.14
2822026-05-05T16:13:16.440Z Compiling toml_parser v1.1.2+spec-1.1.0
2832026-05-05T16:13:16.455Z Checking bitflags v2.11.1
2842026-05-05T16:13:16.464Z Checking hash32 v0.3.1
2852026-05-05T16:13:16.566Z Compiling syn v1.0.109
2862026-05-05T16:13:16.612Z Compiling rustversion v1.0.22
2872026-05-05T16:13:16.703Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2882026-05-05T16:13:16.744Z Compiling smoltcp v0.11.0
2892026-05-05T16:13:16.824Z Compiling toml_edit v0.25.11+spec-1.1.0
2902026-05-05T16:13:16.866Z Checking stable_deref_trait v1.2.1
2912026-05-05T16:13:16.926Z Checking macaddr v1.0.1
2922026-05-05T16:13:16.988Z Checking managed v0.8.0
2932026-05-05T16:13:17.018Z Checking rand_core v0.10.1
2942026-05-05T16:13:17.059Z Compiling rustix v1.1.4
2952026-05-05T16:13:17.071Z Compiling version_check v0.9.5
2962026-05-05T16:13:17.148Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2972026-05-05T16:13:17.156Z Compiling getrandom v0.4.2
2982026-05-05T16:13:17.275Z Compiling ref-cast v1.0.25
2992026-05-05T16:13:17.331Z Checking bitflags v1.3.2
3002026-05-05T16:13:17.346Z Compiling proc-macro-crate v3.5.0
3012026-05-05T16:13:17.423Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-05-05T16:13:17.654Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-05-05T16:13:17.722Z Checking errno v0.3.14
3042026-05-05T16:13:17.768Z Checking cpufeatures v0.3.0
3052026-05-05T16:13:17.830Z Checking utf8parse v0.2.2
3062026-05-05T16:13:17.837Z Checking foreign-types-shared v0.3.1
3072026-05-05T16:13:17.914Z Checking once_cell v1.21.4
3082026-05-05T16:13:17.924Z Checking unicode-width v0.2.2
3092026-05-05T16:13:18.075Z Compiling regex v1.12.3
3102026-05-05T16:13:18.163Z Checking ipnetwork v0.21.1
3112026-05-05T16:13:18.179Z Checking tabwriter v1.4.1
3122026-05-05T16:13:18.287Z Checking cstr-argument v0.1.2
3132026-05-05T16:13:18.314Z Checking tracing-core v0.1.36
3142026-05-05T16:13:18.334Z Checking anstyle-parse v1.0.0
3152026-05-05T16:13:18.464Z Checking chacha20 v0.10.0
3162026-05-05T16:13:18.516Z Compiling darling_core v0.21.3
3172026-05-05T16:13:18.759Z Checking is_terminal_polyfill v1.70.2
3182026-05-05T16:13:18.831Z Checking colorchoice v1.0.5
3192026-05-05T16:13:18.838Z Checking pin-project-lite v0.2.17
3202026-05-05T16:13:18.858Z Checking dyn-clone v1.0.20
3212026-05-05T16:13:18.865Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3222026-05-05T16:13:18.918Z Checking anstyle-query v1.1.5
3232026-05-05T16:13:18.922Z Checking pretty-hex v0.4.2
3242026-05-05T16:13:18.963Z Checking anstyle v1.0.14
3252026-05-05T16:13:19.061Z Checking terminal_size v0.4.4
3262026-05-05T16:13:19.089Z Checking rand v0.10.1
3272026-05-05T16:13:19.139Z Checking anstream v1.0.0
3282026-05-05T16:13:19.164Z Checking uuid v1.23.1
3292026-05-05T16:13:19.167Z Checking socket2 v0.6.3
3302026-05-05T16:13:19.324Z Compiling heck v0.5.0
3312026-05-05T16:13:19.333Z Checking clap_lex v1.1.0
3322026-05-05T16:13:19.412Z Checking oxnet v0.1.4
3332026-05-05T16:13:19.481Z Checking colored v3.1.1
3342026-05-05T16:13:19.540Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3352026-05-05T16:13:19.680Z Checking clap_builder v4.6.0
3362026-05-05T16:13:19.727Z Compiling thiserror-impl v2.0.18
3372026-05-05T16:13:19.727Z Compiling serde_derive v1.0.228
3382026-05-05T16:13:19.790Z Compiling zerocopy-derive v0.8.48
3392026-05-05T16:13:19.877Z Compiling ref-cast-impl v1.0.25
3402026-05-05T16:13:20.243Z Compiling foreign-types-macros v0.2.3
3412026-05-05T16:13:20.498Z Compiling num_enum_derive v0.7.6
3422026-05-05T16:13:20.631Z Compiling darling_macro v0.21.3
3432026-05-05T16:13:20.885Z Checking foreign-types v0.5.0
3442026-05-05T16:13:20.976Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-05-05T16:13:21.014Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3462026-05-05T16:13:21.040Z Compiling tracing-attributes v0.1.31
3472026-05-05T16:13:21.048Z Checking cobs v0.3.0
3482026-05-05T16:13:21.164Z Compiling darling v0.21.3
3492026-05-05T16:13:21.188Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3502026-05-05T16:13:21.238Z Compiling ingot-macros v0.1.1
3512026-05-05T16:13:21.355Z Compiling clap_derive v4.6.1
3522026-05-05T16:13:21.445Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3532026-05-05T16:13:21.511Z Checking num_enum v0.7.6
3542026-05-05T16:13:21.615Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3552026-05-05T16:13:22.061Z Checking tracing v0.1.44
3562026-05-05T16:13:22.611Z Checking postcard v1.1.3
3572026-05-05T16:13:22.654Z Checking clap v4.6.1
3582026-05-05T16:13:23.732Z Checking ingot-types v0.1.2
3592026-05-05T16:13:23.996Z Checking ingot v0.1.1
3602026-05-05T16:13:25.267Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-05-05T16:13:26.470Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-05-05T16:13:27.649Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-05-05T16:13:28.475Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.89s
3642026-05-05T16:13:28.594Z
3652026-05-05T16:13:28.594Zreal 20.058027119
3662026-05-05T16:13:28.594Zuser 53.851515798
3672026-05-05T16:13:28.594Zsys 12.965551279
3682026-05-05T16:13:28.594Ztrap 0.043773323
3692026-05-05T16:13:28.594Ztflt 0.144240093
3702026-05-05T16:13:28.594Zdflt 0.268315770
3712026-05-05T16:13:28.594Zkflt 0.010503391
3722026-05-05T16:13:28.594Zlock 2:56.723733589
3732026-05-05T16:13:28.594Zslp 3:03.768898748
3742026-05-05T16:13:28.594Zlat 3.113043997
3752026-05-05T16:13:28.594Zstop 10.586768170
3762026-05-05T16:13:28.600Z+ header 'debug build'
3772026-05-05T16:13:28.600Z+ echo '# ==== debug build ==== #'
3782026-05-05T16:13:28.600Z# ==== debug build ==== #
3792026-05-05T16:13:28.600Z+ ptime -m cargo build
3802026-05-05T16:13:28.750Z Compiling cfg-if v1.0.4
3812026-05-05T16:13:28.754Z Compiling serde_core v1.0.228
3822026-05-05T16:13:28.754Z Compiling libc v0.2.186
3832026-05-05T16:13:28.777Z Compiling thiserror v2.0.18
3842026-05-05T16:13:28.780Z Compiling byteorder v1.5.0
3852026-05-05T16:13:28.784Z Compiling zerocopy v0.8.48
3862026-05-05T16:13:28.787Z Compiling stable_deref_trait v1.2.1
3872026-05-05T16:13:28.787Z Compiling macaddr v1.0.1
3882026-05-05T16:13:28.826Z Compiling bitflags v1.3.2
3892026-05-05T16:13:28.838Z Compiling cobs v0.3.0
3902026-05-05T16:13:28.852Z Compiling managed v0.8.0
3912026-05-05T16:13:28.883Z Compiling rand_core v0.10.1
3922026-05-05T16:13:28.944Z Compiling hash32 v0.3.1
3932026-05-05T16:13:29.026Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-05-05T16:13:29.034Z Compiling heapless v0.8.0
3952026-05-05T16:13:29.063Z Compiling errno v0.3.14
3962026-05-05T16:13:29.093Z Compiling foreign-types-shared v0.3.1
3972026-05-05T16:13:29.105Z Compiling utf8parse v0.2.2
3982026-05-05T16:13:29.111Z Compiling unicode-width v0.2.2
3992026-05-05T16:13:29.169Z Compiling ipnetwork v0.21.1
4002026-05-05T16:13:29.195Z Compiling memchr v2.8.0
4012026-05-05T16:13:29.218Z Compiling cpufeatures v0.3.0
4022026-05-05T16:13:29.235Z Compiling once_cell v1.21.4
4032026-05-05T16:13:29.278Z Compiling chacha20 v0.10.0
4042026-05-05T16:13:29.402Z Compiling smoltcp v0.11.0
4052026-05-05T16:13:29.452Z Compiling tracing-core v0.1.36
4062026-05-05T16:13:29.463Z Compiling tabwriter v1.4.1
4072026-05-05T16:13:29.621Z Compiling cstr-argument v0.1.2
4082026-05-05T16:13:29.737Z Compiling anstyle-parse v1.0.0
4092026-05-05T16:13:29.779Z Compiling foreign-types v0.5.0
4102026-05-05T16:13:29.849Z Compiling ref-cast v1.0.25
4112026-05-05T16:13:29.881Z Compiling num_enum v0.7.6
4122026-05-05T16:13:29.939Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4132026-05-05T16:13:29.943Z Compiling getrandom v0.4.2
4142026-05-05T16:13:29.985Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-05-05T16:13:30.039Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-05-05T16:13:30.084Z Compiling is_terminal_polyfill v1.70.2
4172026-05-05T16:13:30.146Z Compiling dyn-clone v1.0.20
4182026-05-05T16:13:30.166Z Compiling colorchoice v1.0.5
4192026-05-05T16:13:30.274Z Compiling anstyle-query v1.1.5
4202026-05-05T16:13:30.313Z Compiling anstyle v1.0.14
4212026-05-05T16:13:30.378Z Compiling pin-project-lite v0.2.17
4222026-05-05T16:13:30.403Z Compiling pretty-hex v0.4.2
4232026-05-05T16:13:30.466Z Compiling bitflags v2.11.1
4242026-05-05T16:13:30.532Z Compiling serde v1.0.228
4252026-05-05T16:13:30.591Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4262026-05-05T16:13:30.591Z Compiling anstream v1.0.0
4272026-05-05T16:13:30.665Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4282026-05-05T16:13:30.802Z Compiling rustix v1.1.4
4292026-05-05T16:13:30.847Z Compiling tracing v0.1.44
4302026-05-05T16:13:30.920Z Compiling uuid v1.23.1
4312026-05-05T16:13:31.102Z Compiling postcard v1.1.3
4322026-05-05T16:13:31.204Z Compiling anyhow v1.0.102
4332026-05-05T16:13:31.214Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4342026-05-05T16:13:31.273Z Compiling terminal_size v0.4.4
4352026-05-05T16:13:31.422Z Compiling rand v0.10.1
4362026-05-05T16:13:31.445Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4372026-05-05T16:13:31.515Z Compiling socket2 v0.6.3
4382026-05-05T16:13:31.557Z Compiling winnow v1.0.2
4392026-05-05T16:13:31.694Z Compiling ingot-types v0.1.2
4402026-05-05T16:13:31.810Z Compiling clap_lex v1.1.0
4412026-05-05T16:13:31.961Z Compiling oxnet v0.1.4
4422026-05-05T16:13:32.061Z Compiling ingot v0.1.1
4432026-05-05T16:13:32.099Z Compiling strsim v0.11.1
4442026-05-05T16:13:32.213Z Compiling colored v3.1.1
4452026-05-05T16:13:32.407Z Compiling clap_builder v4.6.0
4462026-05-05T16:13:32.429Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4472026-05-05T16:13:32.651Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4482026-05-05T16:13:33.696Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-05-05T16:13:34.132Z Compiling clap v4.6.1
4502026-05-05T16:13:35.123Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-05-05T16:13:36.569Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-05-05T16:13:40.916Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.31s
4532026-05-05T16:13:40.945Z
4542026-05-05T16:13:40.949Zreal 12.340928683
4552026-05-05T16:13:40.949Zuser 1:05.387203006
4562026-05-05T16:13:40.949Zsys 6.057285600
4572026-05-05T16:13:40.949Ztrap 0.035770966
4582026-05-05T16:13:40.949Ztflt 0.171366547
4592026-05-05T16:13:40.949Zdflt 0.208601660
4602026-05-05T16:13:40.949Zkflt 0.000009807
4612026-05-05T16:13:40.949Zlock 2:55.344285393
4622026-05-05T16:13:40.949Zslp 1:56.999964498
4632026-05-05T16:13:40.949Zlat 3.061906721
4642026-05-05T16:13:40.949Zstop 2.506183394
4652026-05-05T16:13:40.949Z+ header 'release build'
4662026-05-05T16:13:40.949Z+ echo '# ==== release build ==== #'
4672026-05-05T16:13:40.949Z# ==== release build ==== #
4682026-05-05T16:13:40.949Z+ ptime -m cargo build --release
4692026-05-05T16:13:41.042Z Compiling proc-macro2 v1.0.106
4702026-05-05T16:13:41.042Z Compiling quote v1.0.45
4712026-05-05T16:13:41.046Z Compiling unicode-ident v1.0.24
4722026-05-05T16:13:41.046Z Compiling serde_core v1.0.228
4732026-05-05T16:13:41.046Z Compiling libc v0.2.186
4742026-05-05T16:13:41.046Z Compiling cfg-if v1.0.4
4752026-05-05T16:13:41.046Z Compiling fnv v1.0.7
4762026-05-05T16:13:41.047Z Compiling strsim v0.11.1
4772026-05-05T16:13:41.113Z Compiling memchr v2.8.0
4782026-05-05T16:13:41.138Z Compiling thiserror v2.0.18
4792026-05-05T16:13:41.161Z Compiling ident_case v1.0.1
4802026-05-05T16:13:41.267Z Compiling regex-syntax v0.8.10
4812026-05-05T16:13:41.334Z Compiling either v1.15.0
4822026-05-05T16:13:41.345Z Compiling anyhow v1.0.102
4832026-05-05T16:13:41.513Z Compiling aho-corasick v1.1.4
4842026-05-05T16:13:41.625Z Compiling serde v1.0.228
4852026-05-05T16:13:41.635Z Compiling equivalent v1.0.2
4862026-05-05T16:13:41.642Z Compiling hashbrown v0.17.0
4872026-05-05T16:13:41.702Z Compiling winnow v1.0.2
4882026-05-05T16:13:41.760Z Compiling zerocopy v0.8.48
4892026-05-05T16:13:41.946Z Compiling itertools v0.14.0
4902026-05-05T16:13:42.149Z Compiling indexmap v2.14.0
4912026-05-05T16:13:42.187Z Compiling byteorder v1.5.0
4922026-05-05T16:13:42.354Z Compiling syn v2.0.117
4932026-05-05T16:13:42.364Z Compiling toml_datetime v1.1.1+spec-1.1.0
4942026-05-05T16:13:42.569Z Compiling heapless v0.8.0
4952026-05-05T16:13:42.695Z Compiling regex-automata v0.4.14
4962026-05-05T16:13:42.731Z Compiling toml_parser v1.1.2+spec-1.1.0
4972026-05-05T16:13:42.829Z Compiling hash32 v0.3.1
4982026-05-05T16:13:42.955Z Compiling macaddr v1.0.1
4992026-05-05T16:13:42.992Z Compiling rustversion v1.0.22
5002026-05-05T16:13:43.135Z Compiling bitflags v2.11.1
5012026-05-05T16:13:43.154Z Compiling toml_edit v0.25.11+spec-1.1.0
5022026-05-05T16:13:43.190Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5032026-05-05T16:13:43.259Z Compiling stable_deref_trait v1.2.1
5042026-05-05T16:13:43.270Z Compiling syn v1.0.109
5052026-05-05T16:13:43.310Z Compiling smoltcp v0.11.0
5062026-05-05T16:13:43.415Z Compiling bitflags v1.3.2
5072026-05-05T16:13:43.458Z Compiling rand_core v0.10.1
5082026-05-05T16:13:43.474Z Compiling version_check v0.9.5
5092026-05-05T16:13:43.590Z Compiling managed v0.8.0
5102026-05-05T16:13:43.599Z Compiling rustix v1.1.4
5112026-05-05T16:13:43.628Z Compiling getrandom v0.4.2
5122026-05-05T16:13:43.718Z Compiling proc-macro-crate v3.5.0
5132026-05-05T16:13:43.804Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5142026-05-05T16:13:43.820Z Compiling ref-cast v1.0.25
5152026-05-05T16:13:44.005Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-05-05T16:13:44.126Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-05-05T16:13:44.138Z Compiling errno v0.3.14
5182026-05-05T16:13:44.213Z Compiling foreign-types-shared v0.3.1
5192026-05-05T16:13:44.270Z Compiling once_cell v1.21.4
5202026-05-05T16:13:44.290Z Compiling cpufeatures v0.3.0
5212026-05-05T16:13:44.352Z Compiling regex v1.12.3
5222026-05-05T16:13:44.491Z Compiling utf8parse v0.2.2
5232026-05-05T16:13:44.588Z Compiling ipnetwork v0.21.1
5242026-05-05T16:13:44.645Z Compiling unicode-width v0.2.2
5252026-05-05T16:13:44.743Z Compiling anstyle-parse v1.0.0
5262026-05-05T16:13:44.926Z Compiling darling_core v0.21.3
5272026-05-05T16:13:44.930Z Compiling cstr-argument v0.1.2
5282026-05-05T16:13:44.945Z Compiling tabwriter v1.4.1
5292026-05-05T16:13:45.074Z Compiling tracing-core v0.1.36
5302026-05-05T16:13:45.199Z Compiling chacha20 v0.10.0
5312026-05-05T16:13:45.775Z Compiling is_terminal_polyfill v1.70.2
5322026-05-05T16:13:45.840Z Compiling pretty-hex v0.4.2
5332026-05-05T16:13:45.854Z Compiling dyn-clone v1.0.20
5342026-05-05T16:13:45.955Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5352026-05-05T16:13:45.963Z Compiling anstyle v1.0.14
5362026-05-05T16:13:45.985Z Compiling pin-project-lite v0.2.17
5372026-05-05T16:13:46.025Z Compiling colorchoice v1.0.5
5382026-05-05T16:13:46.069Z Compiling anstyle-query v1.1.5
5392026-05-05T16:13:46.157Z Compiling anstream v1.0.0
5402026-05-05T16:13:46.161Z Compiling thiserror-impl v2.0.18
5412026-05-05T16:13:46.164Z Compiling serde_derive v1.0.228
5422026-05-05T16:13:46.193Z Compiling zerocopy-derive v0.8.48
5432026-05-05T16:13:46.420Z Compiling ref-cast-impl v1.0.25
5442026-05-05T16:13:46.562Z Compiling foreign-types-macros v0.2.3
5452026-05-05T16:13:46.586Z Compiling num_enum_derive v0.7.6
5462026-05-05T16:13:47.070Z Compiling darling_macro v0.21.3
5472026-05-05T16:13:47.074Z Compiling tracing-attributes v0.1.31
5482026-05-05T16:13:47.149Z Compiling foreign-types v0.5.0
5492026-05-05T16:13:47.213Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5502026-05-05T16:13:47.424Z Compiling cobs v0.3.0
5512026-05-05T16:13:47.428Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5522026-05-05T16:13:47.535Z Compiling num_enum v0.7.6
5532026-05-05T16:13:47.584Z Compiling darling v0.21.3
5542026-05-05T16:13:47.627Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5552026-05-05T16:13:47.639Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5562026-05-05T16:13:47.652Z Compiling ingot-macros v0.1.1
5572026-05-05T16:13:47.811Z Compiling terminal_size v0.4.4
5582026-05-05T16:13:47.876Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5592026-05-05T16:13:47.940Z Compiling rand v0.10.1
5602026-05-05T16:13:47.964Z Compiling uuid v1.23.1
5612026-05-05T16:13:47.979Z Compiling socket2 v0.6.3
5622026-05-05T16:13:48.252Z Compiling tracing v0.1.44
5632026-05-05T16:13:48.345Z Compiling clap_lex v1.1.0
5642026-05-05T16:13:48.555Z Compiling oxnet v0.1.4
5652026-05-05T16:13:48.659Z Compiling colored v3.1.1
5662026-05-05T16:13:48.708Z Compiling heck v0.5.0
5672026-05-05T16:13:48.829Z Compiling clap_builder v4.6.0
5682026-05-05T16:13:48.863Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5692026-05-05T16:13:48.891Z Compiling clap_derive v4.6.1
5702026-05-05T16:13:49.226Z Compiling postcard v1.1.3
5712026-05-05T16:13:50.671Z Compiling ingot-types v0.1.2
5722026-05-05T16:13:50.677Z Compiling clap v4.6.1
5732026-05-05T16:13:51.062Z Compiling ingot v0.1.1
5742026-05-05T16:13:52.632Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-05-05T16:13:53.613Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-05-05T16:13:54.627Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-05-05T16:14:01.232Z Finished `release` profile [optimized + debuginfo] target(s) in 20.27s
5782026-05-05T16:14:01.260Z
5792026-05-05T16:14:01.265Zreal 20.301887165
5802026-05-05T16:14:01.265Zuser 1:42.352883970
5812026-05-05T16:14:01.265Zsys 13.298095193
5822026-05-05T16:14:01.265Ztrap 0.049369997
5832026-05-05T16:14:01.265Ztflt 0.113144189
5842026-05-05T16:14:01.265Zdflt 0.388438299
5852026-05-05T16:14:01.265Zkflt 0.000011226
5862026-05-05T16:14:01.265Zlock 4:27.520437727
5872026-05-05T16:14:01.265Zslp 3:20.611327474
5882026-05-05T16:14:01.265Zlat 5.622346309
5892026-05-05T16:14:01.265Zstop 9.524124740
5902026-05-05T16:14:01.265Z+ popd
5912026-05-05T16:14:01.265Z/work/oxidecomputer/opte
5922026-05-05T16:14:01.265Z+ for x in debug release
5932026-05-05T16:14:01.265Z+ mkdir -p /work/debug
5942026-05-05T16:14:01.265Z+ cp target/debug/opteadm /work/debug/
5952026-05-05T16:14:01.284Z+ sha256sum target/debug/opteadm
5962026-05-05T16:14:01.309Z+ for x in debug release
5972026-05-05T16:14:01.309Z+ mkdir -p /work/release
5982026-05-05T16:14:01.313Z+ cp target/release/opteadm /work/release/
5992026-05-05T16:14:01.326Z+ sha256sum target/release/opteadm
6002026-05-05T16:14:01.343Zprocess exited: duration 67221 ms, exit code 0
 
6012026-05-05T16:14:01.355Zfound 4 output files
6022026-05-05T16:14:01.355Zuploading: /work/debug/opteadm (35940072 bytes)
6032026-05-05T16:14:02.575Zuploaded: /work/debug/opteadm
6042026-05-05T16:14:02.575Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-05-05T16:14:03.586Zuploaded: /work/debug/opteadm.debug.sha256
6062026-05-05T16:14:03.586Zuploading: /work/release/opteadm (24554584 bytes)
6072026-05-05T16:14:05.187Zuploaded: /work/release/opteadm
6082026-05-05T16:14:05.187Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-05-05T16:14:06.197Zuploaded: /work/release/opteadm.release.sha256