01KXP6B42X8DMC91SR4W78P3K1: 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-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KXP6BR4HPSJHKZG27D0YV5KP

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-16T19:28:26.533Zjob assigned to worker 01KXP6C28QZDA18AJZT0XQ1NNJ [factory aws, i-0833e2dec115c3d49] (queued for 1 m 2 s)
 
22026-07-16T19:28:32.941Zstarting task 0: "setup"
32026-07-16T19:28:32.948Z++ uname -s
42026-07-16T19:28:32.948Z+ kern=SunOS
52026-07-16T19:28:32.948Z+ build_user=build
62026-07-16T19:28:32.948Z+ build_uid=12345
72026-07-16T19:28:32.948Z+ work_dir=/work
82026-07-16T19:28:32.948Z+ input_dir=/input
92026-07-16T19:28:32.948Z+ [[ 0 == 12345 ]]
102026-07-16T19:28:32.948Z+ case "$kern" in
112026-07-16T19:28:32.948Z+ groupadd -g 12345 build
122026-07-16T19:28:32.960Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-16T19:28:34.955Z+ zfs create -o mountpoint=/work rpool/work
142026-07-16T19:28:35.071Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-16T19:28:35.078Z+ home_fs=zfs
162026-07-16T19:28:35.079Z+ [[ zfs == autofs ]]
172026-07-16T19:28:35.079Z+ mkdir -p /home/build
182026-07-16T19:28:35.079Z+ chown build:build /home/build /work
192026-07-16T19:28:36.070Z+ chmod 0700 /home/build /work
202026-07-16T19:28:36.073Zprocess exited: duration 3136 ms, exit code 0
 
212026-07-16T19:28:36.079Zstarting task 1: "rust-toolchain"
222026-07-16T19:28:36.083Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-16T19:28:36.083Z * rust toolchain channel = "1.96.1"
242026-07-16T19:28:36.083Z * rust toolchain profile = "default"
252026-07-16T19:28:36.083Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-16T19:28:36.083Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-16T19:28:36.086Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-16T19:28:36.086Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-16T19:28:36.086Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-16T19:28:36.169Zinfo: downloading installer
312026-07-16T19:28:37.460Zwarn: It looks like you have an existing rustup settings file at:
322026-07-16T19:28:37.460Zwarn: /home/build/.rustup/settings.toml
332026-07-16T19:28:37.460Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-16T19:28:37.460Zwarn: instead of the one inferred from the default host triple.
352026-07-16T19:28:37.472Zinfo: profile set to default
362026-07-16T19:28:37.472Zinfo: default host triple is x86_64-unknown-illumos
372026-07-16T19:28:37.475Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-16T19:28:37.616Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-16T19:28:37.619Zinfo: downloading 6 components
402026-07-16T19:28:53.408Z
412026-07-16T19:28:53.408Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
422026-07-16T19:28:53.435Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-16T19:28:53.435Z
442026-07-16T19:28:53.435Z
452026-07-16T19:28:53.435ZRust is installed now. Great!
462026-07-16T19:28:53.435Z
472026-07-16T19:28:53.438ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-16T19:28:53.438Zenvironment variable. This has not been done automatically.
492026-07-16T19:28:53.438Z
502026-07-16T19:28:53.438ZTo configure your current shell, you need to source
512026-07-16T19:28:53.438Zthe corresponding env file under $HOME/.cargo.
522026-07-16T19:28:53.438Z
532026-07-16T19:28:53.438ZThis is usually done by running one of the following (note the leading DOT):
542026-07-16T19:28:53.438Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-16T19:28:53.438Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-16T19:28:53.438Zsource "~/.cargo/env.nu" # For nushell
572026-07-16T19:28:53.438Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-16T19:28:53.438Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-16T19:28:53.438Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-16T19:28:53.438Zwarn: no default linker (`cc`) was found in your PATH
612026-07-16T19:28:53.438Zwarn: many Rust crates require a system C toolchain to build
622026-07-16T19:28:53.539Z+ rustup --version
632026-07-16T19:28:53.547Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-16T19:28:53.563Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-16T19:28:53.568Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-16T19:28:53.572Z+ cargo --version
672026-07-16T19:28:53.585Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-16T19:28:53.588Z+ rustc --version
692026-07-16T19:28:53.606Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-16T19:28:53.609Zprocess exited: duration 17529 ms, exit code 0
 
712026-07-16T19:28:53.618Zstarting task 2: "authentication"
722026-07-16T19:28:53.634Zprocess exited: duration 15 ms, exit code 0
 
732026-07-16T19:28:53.640Zstarting task 3: "clone repository"
742026-07-16T19:28:53.643Z+ mkdir -p /work/oxidecomputer/opte
752026-07-16T19:28:53.646Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-16T19:28:53.678ZCloning into '/work/oxidecomputer/opte'...
772026-07-16T19:28:54.699Z+ cd /work/oxidecomputer/opte
782026-07-16T19:28:54.699Z+ git fetch origin 422997750e66c7abef4989baf0ef6f5c20ab5157
792026-07-16T19:28:54.939ZFrom https://github.com/oxidecomputer/opte
802026-07-16T19:28:54.939Z * branch 422997750e66c7abef4989baf0ef6f5c20ab5157 -> FETCH_HEAD
812026-07-16T19:28:54.944Z+ [[ -n icmp-ptb ]]
822026-07-16T19:28:54.947Z++ git branch --show-current
832026-07-16T19:28:54.947Z+ current=master
842026-07-16T19:28:54.947Z+ [[ master != icmp-ptb ]]
852026-07-16T19:28:54.947Z+ git branch -f icmp-ptb 422997750e66c7abef4989baf0ef6f5c20ab5157
862026-07-16T19:28:54.949Z+ git checkout -f icmp-ptb
872026-07-16T19:28:54.976ZSwitched to branch 'icmp-ptb'
882026-07-16T19:28:54.979Z+ git reset --hard 422997750e66c7abef4989baf0ef6f5c20ab5157
892026-07-16T19:28:55.008ZHEAD is now at 4229977 Safety catch
902026-07-16T19:28:55.012Zprocess exited: duration 1369 ms, exit code 0
 
912026-07-16T19:28:55.017Zstarting task 4: "build"
922026-07-16T19:28:55.021Z+ source .github/buildomat/common.sh
932026-07-16T19:28:55.024Z++ rustup show active-toolchain
942026-07-16T19:28:55.027Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-16T19:28:55.030Z++ pushd xde
962026-07-16T19:28:55.030Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-16T19:28:55.030Z++ rustup show active-toolchain
982026-07-16T19:28:55.034Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-16T19:28:55.173Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-16T19:28:55.176Zinfo: downloading 6 components
1012026-07-16T19:29:08.425Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-16T19:29:08.522Z+++ rustup show active-toolchain -v
1032026-07-16T19:29:08.525Z+++ head -n 1
1042026-07-16T19:29:08.525Z+++ cut '-d ' -f1
1052026-07-16T19:29:08.576Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-16T19:29:08.576Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-16T19:29:08.576Z++ popd
1082026-07-16T19:29:08.578Z/work/oxidecomputer/opte
1092026-07-16T19:29:08.578Z+ cargo --version
1102026-07-16T19:29:08.585Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-16T19:29:08.588Z+ rustc --version
1122026-07-16T19:29:08.608Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-16T19:29:08.611Z+ pushd bin/opteadm
1142026-07-16T19:29:08.611Z+ header 'check style'
1152026-07-16T19:29:08.611Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-07-16T19:29:08.611Z+ echo '# ==== check style ==== #'
1172026-07-16T19:29:08.611Z# ==== check style ==== #
1182026-07-16T19:29:08.611Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1192026-07-16T19:29:08.682Z
1202026-07-16T19:29:08.682Zreal 0.068517590
1212026-07-16T19:29:08.682Zuser 0.038396341
1222026-07-16T19:29:08.682Zsys 0.027572491
1232026-07-16T19:29:08.682Ztrap 0.000002538
1242026-07-16T19:29:08.682Ztflt 0.000022535
1252026-07-16T19:29:08.682Zdflt 0.000002389
1262026-07-16T19:29:08.682Zkflt 0.000000000
1272026-07-16T19:29:08.682Zlock 0.030301536
1282026-07-16T19:29:08.682Zslp 0.048194289
1292026-07-16T19:29:08.682Zlat 0.000749141
1302026-07-16T19:29:08.682Zstop 0.000099121
1312026-07-16T19:29:08.686Z+ header analyze
1322026-07-16T19:29:08.686Z+ echo '# ==== analyze ==== #'
1332026-07-16T19:29:08.686Z# ==== analyze ==== #
1342026-07-16T19:29:08.686Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-07-16T19:29:08.813Z Updating crates.io index
1362026-07-16T19:29:08.815Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-16T19:29:09.457Z Updating git repository `https://github.com/oxidecomputer/ingot`
1382026-07-16T19:29:09.738Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-16T19:29:10.013Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-07-16T19:29:10.379Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-07-16T19:29:10.602Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1422026-07-16T19:29:10.825Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-16T19:29:11.078Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-16T19:29:13.159Z Downloading crates ...
1452026-07-16T19:29:13.211Z Downloaded managed v0.8.0
1462026-07-16T19:29:13.215Z Downloaded embedded-io v0.6.1
1472026-07-16T19:29:13.218Z Downloaded cpufeatures v0.3.0
1482026-07-16T19:29:13.242Z Downloaded heck v0.5.0
1492026-07-16T19:29:13.245Z Downloaded defmt-parser v1.0.0
1502026-07-16T19:29:13.245Z Downloaded bitflags v1.3.2
1512026-07-16T19:29:13.245Z Downloaded foreign-types-shared v0.3.1
1522026-07-16T19:29:13.247Z Downloaded ref-cast v1.0.25
1532026-07-16T19:29:13.250Z Downloaded foreign-types v0.5.0
1542026-07-16T19:29:13.250Z Downloaded errno v0.3.14
1552026-07-16T19:29:13.255Z Downloaded hash32 v0.3.1
1562026-07-16T19:29:13.257Z Downloaded foreign-types-macros v0.2.3
1572026-07-16T19:29:13.257Z Downloaded cstr-argument v0.1.2
1582026-07-16T19:29:13.261Z Downloaded proc-macro-crate v3.5.0
1592026-07-16T19:29:13.263Z Downloaded stable_deref_trait v1.2.1
1602026-07-16T19:29:13.263Z Downloaded darling_macro v0.21.3
1612026-07-16T19:29:13.268Z Downloaded ref-cast-impl v1.0.25
1622026-07-16T19:29:13.272Z Downloaded utf8parse v0.2.2
1632026-07-16T19:29:13.276Z Downloaded strsim v0.11.1
1642026-07-16T19:29:13.279Z Downloaded terminal_size v0.4.4
1652026-07-16T19:29:13.285Z Downloaded pretty-hex v0.4.2
1662026-07-16T19:29:13.290Z Downloaded tabwriter v1.4.1
1672026-07-16T19:29:13.297Z Downloaded version_check v0.9.5
1682026-07-16T19:29:13.300Z Downloaded is_terminal_polyfill v1.70.2
1692026-07-16T19:29:13.300Z Downloaded ident_case v1.0.1
1702026-07-16T19:29:13.300Z Downloaded cobs v0.3.0
1712026-07-16T19:29:13.300Z Downloaded dyn-clone v1.0.20
1722026-07-16T19:29:13.305Z Downloaded defmt v0.3.100
1732026-07-16T19:29:13.308Z Downloaded macaddr v1.0.1
1742026-07-16T19:29:13.308Z Downloaded cfg-if v1.0.4
1752026-07-16T19:29:13.308Z Downloaded anstyle-query v1.1.5
1762026-07-16T19:29:13.310Z Downloaded fnv v1.0.7
1772026-07-16T19:29:13.310Z Downloaded embedded-io v0.4.0
1782026-07-16T19:29:13.314Z Downloaded colorchoice v1.0.5
1792026-07-16T19:29:13.329Z Downloaded either v1.16.0
1802026-07-16T19:29:13.338Z Downloaded oxnet v0.1.6
1812026-07-16T19:29:13.341Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1822026-07-16T19:29:13.344Z Downloaded rand_core v0.10.1
1832026-07-16T19:29:13.346Z Downloaded thiserror-impl v2.0.18
1842026-07-16T19:29:13.349Z Downloaded quote v1.0.46
1852026-07-16T19:29:13.352Z Downloaded num_enum v0.7.6
1862026-07-16T19:29:13.355Z Downloaded clap_lex v1.1.0
1872026-07-16T19:29:13.358Z Downloaded pin-project-lite v0.2.17
1882026-07-16T19:29:13.362Z Downloaded ipnetwork v0.21.1
1892026-07-16T19:29:13.362Z Downloaded anstream v1.0.0
1902026-07-16T19:29:13.362Z Downloaded equivalent v1.0.2
1912026-07-16T19:29:13.367Z Downloaded byteorder v1.5.0
1922026-07-16T19:29:13.367Z Downloaded defmt-macros v1.1.1
1932026-07-16T19:29:13.367Z Downloaded clap_derive v4.6.1
1942026-07-16T19:29:13.370Z Downloaded chacha20 v0.10.1
1952026-07-16T19:29:13.370Z Downloaded anstyle v1.0.14
1962026-07-16T19:29:13.370Z Downloaded anstyle-parse v1.0.0
1972026-07-16T19:29:13.373Z Downloaded postcard v1.1.3
1982026-07-16T19:29:13.373Z Downloaded anyhow v1.0.103
1992026-07-16T19:29:13.376Z Downloaded darling v0.21.3
2002026-07-16T19:29:13.379Z Downloaded once_cell v1.21.4
2012026-07-16T19:29:13.379Z Downloaded defmt v1.1.1
2022026-07-16T19:29:13.383Z Downloaded thiserror v2.0.18
2032026-07-16T19:29:13.387Z Downloaded toml_parser v1.1.2+spec-1.1.0
2042026-07-16T19:29:13.387Z Downloaded num_enum_derive v0.7.6
2052026-07-16T19:29:13.387Z Downloaded rustversion v1.0.22
2062026-07-16T19:29:13.391Z Downloaded tracing-attributes v0.1.31
2072026-07-16T19:29:13.398Z Downloaded colored v3.1.1
2082026-07-16T19:29:13.401Z Downloaded bitflags v2.13.0
2092026-07-16T19:29:13.406Z Downloaded serde_derive v1.0.228
2102026-07-16T19:29:13.409Z Downloaded clap v4.6.1
2112026-07-16T19:29:13.414Z Downloaded uuid v1.23.4
2122026-07-16T19:29:13.420Z Downloaded socket2 v0.6.4
2132026-07-16T19:29:13.427Z Downloaded proc-macro2 v1.0.106
2142026-07-16T19:29:13.430Z Downloaded unicode-ident v1.0.24
2152026-07-16T19:29:13.434Z Downloaded darling_core v0.21.3
2162026-07-16T19:29:13.434Z Downloaded getrandom v0.4.3
2172026-07-16T19:29:13.437Z Downloaded toml_edit v0.25.12+spec-1.1.0
2182026-07-16T19:29:13.442Z Downloaded tracing-core v0.1.36
2192026-07-16T19:29:13.445Z Downloaded serde_core v1.0.228
2202026-07-16T19:29:13.470Z Downloaded serde v1.0.228
2212026-07-16T19:29:13.472Z Downloaded heapless v0.8.0
2222026-07-16T19:29:13.480Z Downloaded zerocopy-derive v0.8.52
2232026-07-16T19:29:13.486Z Downloaded rand v0.10.2
2242026-07-16T19:29:13.493Z Downloaded memchr v2.8.2
2252026-07-16T19:29:13.496Z Downloaded indexmap v2.14.0
2262026-07-16T19:29:13.536Z Downloaded itertools v0.14.0
2272026-07-16T19:29:13.539Z Downloaded hashbrown v0.17.1
2282026-07-16T19:29:13.552Z Downloaded clap_builder v4.6.0
2292026-07-16T19:29:13.556Z Downloaded regex v1.12.4
2302026-07-16T19:29:13.574Z Downloaded winnow v1.0.3
2312026-07-16T19:29:13.580Z Downloaded aho-corasick v1.1.4
2322026-07-16T19:29:13.599Z Downloaded syn v1.0.109
2332026-07-16T19:29:13.634Z Downloaded zerocopy v0.8.52
2342026-07-16T19:29:13.643Z Downloaded unicode-width v0.2.2
2352026-07-16T19:29:13.652Z Downloaded smoltcp v0.11.0
2362026-07-16T19:29:13.658Z Downloaded syn v2.0.118
2372026-07-16T19:29:13.671Z Downloaded regex-syntax v0.8.11
2382026-07-16T19:29:13.692Z Downloaded rustix v1.1.4
2392026-07-16T19:29:13.702Z Downloaded tracing v0.1.44
2402026-07-16T19:29:13.721Z Downloaded regex-automata v0.4.14
2412026-07-16T19:29:13.731Z Downloaded libc v0.2.186
2422026-07-16T19:29:13.793Z Compiling proc-macro2 v1.0.106
2432026-07-16T19:29:13.793Z Compiling unicode-ident v1.0.24
2442026-07-16T19:29:13.796Z Compiling quote v1.0.46
2452026-07-16T19:29:13.796Z Compiling serde_core v1.0.228
2462026-07-16T19:29:13.796Z Compiling libc v0.2.186
2472026-07-16T19:29:13.796Z Checking cfg-if v1.0.4
2482026-07-16T19:29:13.796Z Compiling memchr v2.8.2
2492026-07-16T19:29:13.796Z Compiling ident_case v1.0.1
2502026-07-16T19:29:13.919Z Compiling strsim v0.11.1
2512026-07-16T19:29:13.986Z Compiling thiserror v2.0.18
2522026-07-16T19:29:13.988Z Compiling fnv v1.0.7
2532026-07-16T19:29:14.072Z Compiling regex-syntax v0.8.11
2542026-07-16T19:29:14.219Z Compiling either v1.16.0
2552026-07-16T19:29:14.264Z Compiling aho-corasick v1.1.4
2562026-07-16T19:29:14.423Z Compiling anyhow v1.0.103
2572026-07-16T19:29:14.465Z Compiling equivalent v1.0.2
2582026-07-16T19:29:14.524Z Compiling winnow v1.0.3
2592026-07-16T19:29:14.541Z Compiling hashbrown v0.17.1
2602026-07-16T19:29:14.580Z Compiling zerocopy v0.8.52
2612026-07-16T19:29:14.743Z Compiling serde v1.0.228
2622026-07-16T19:29:15.107Z Compiling indexmap v2.14.0
2632026-07-16T19:29:15.121Z Compiling itertools v0.14.0
2642026-07-16T19:29:15.148Z Compiling heapless v0.8.0
2652026-07-16T19:29:15.237Z Compiling syn v2.0.118
2662026-07-16T19:29:15.466Z Compiling toml_parser v1.1.2+spec-1.1.0
2672026-07-16T19:29:15.588Z Compiling regex-automata v0.4.14
2682026-07-16T19:29:15.729Z Compiling toml_datetime v1.1.1+spec-1.1.0
2692026-07-16T19:29:15.741Z Checking bitflags v2.13.0
2702026-07-16T19:29:15.744Z Checking byteorder v1.5.0
2712026-07-16T19:29:15.901Z Checking hash32 v0.3.1
2722026-07-16T19:29:15.916Z Compiling toml_edit v0.25.12+spec-1.1.0
2732026-07-16T19:29:16.008Z Checking stable_deref_trait v1.2.1
2742026-07-16T19:29:16.034Z Compiling syn v1.0.109
2752026-07-16T19:29:16.074Z Compiling rustversion v1.0.22
2762026-07-16T19:29:16.117Z Compiling smoltcp v0.11.0
2772026-07-16T19:29:16.185Z Checking macaddr v1.0.1
2782026-07-16T19:29:16.323Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2792026-07-16T19:29:16.403Z Compiling version_check v0.9.5
2802026-07-16T19:29:16.465Z Compiling proc-macro-crate v3.5.0
2812026-07-16T19:29:16.470Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2822026-07-16T19:29:16.575Z Checking bitflags v1.3.2
2832026-07-16T19:29:16.637Z Checking managed v0.8.0
2842026-07-16T19:29:16.670Z Checking rand_core v0.10.1
2852026-07-16T19:29:16.688Z Compiling getrandom v0.4.3
2862026-07-16T19:29:16.743Z Compiling rustix v1.1.4
2872026-07-16T19:29:16.801Z Compiling ref-cast v1.0.25
2882026-07-16T19:29:16.828Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2892026-07-16T19:29:17.084Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-07-16T19:29:17.182Z Checking errno v0.3.14
2912026-07-16T19:29:17.275Z Checking cpufeatures v0.3.0
2922026-07-16T19:29:17.295Z Compiling regex v1.12.4
2932026-07-16T19:29:17.335Z Checking utf8parse v0.2.2
2942026-07-16T19:29:17.397Z Checking once_cell v1.21.4
2952026-07-16T19:29:17.470Z Checking foreign-types-shared v0.3.1
2962026-07-16T19:29:17.552Z Checking unicode-width v0.2.2
2972026-07-16T19:29:17.568Z Checking ipnetwork v0.21.1
2982026-07-16T19:29:17.695Z Checking tracing-core v0.1.36
2992026-07-16T19:29:17.738Z Checking anstyle-parse v1.0.0
3002026-07-16T19:29:17.793Z Checking tabwriter v1.4.1
3012026-07-16T19:29:17.796Z Checking cstr-argument v0.1.2
3022026-07-16T19:29:17.885Z Compiling darling_core v0.21.3
3032026-07-16T19:29:17.908Z Checking chacha20 v0.10.1
3042026-07-16T19:29:18.193Z Checking dyn-clone v1.0.20
3052026-07-16T19:29:18.201Z Checking colorchoice v1.0.5
3062026-07-16T19:29:18.286Z Checking pin-project-lite v0.2.17
3072026-07-16T19:29:18.292Z Checking anstyle-query v1.1.5
3082026-07-16T19:29:18.312Z Checking pretty-hex v0.4.2
3092026-07-16T19:29:18.346Z Checking anstyle v1.0.14
3102026-07-16T19:29:18.367Z Checking is_terminal_polyfill v1.70.2
3112026-07-16T19:29:18.374Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3122026-07-16T19:29:18.414Z Checking terminal_size v0.4.4
3132026-07-16T19:29:18.516Z Checking anstream v1.0.0
3142026-07-16T19:29:18.523Z Checking rand v0.10.2
3152026-07-16T19:29:18.602Z Checking uuid v1.23.4
3162026-07-16T19:29:18.617Z Checking socket2 v0.6.4
3172026-07-16T19:29:18.744Z Checking oxnet v0.1.6
3182026-07-16T19:29:18.852Z Checking colored v3.1.1
3192026-07-16T19:29:18.862Z Compiling heck v0.5.0
3202026-07-16T19:29:18.924Z Checking clap_lex v1.1.0
3212026-07-16T19:29:18.981Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-07-16T19:29:19.043Z Compiling thiserror-impl v2.0.18
3232026-07-16T19:29:19.043Z Compiling serde_derive v1.0.228
3242026-07-16T19:29:19.056Z Compiling zerocopy-derive v0.8.52
3252026-07-16T19:29:19.071Z Compiling ref-cast-impl v1.0.25
3262026-07-16T19:29:19.416Z Compiling num_enum_derive v0.7.6
3272026-07-16T19:29:19.673Z Compiling foreign-types-macros v0.2.3
3282026-07-16T19:29:19.820Z Compiling tracing-attributes v0.1.31
3292026-07-16T19:29:19.975Z Compiling darling_macro v0.21.3
3302026-07-16T19:29:20.347Z Checking foreign-types v0.5.0
3312026-07-16T19:29:20.392Z Checking cobs v0.3.0
3322026-07-16T19:29:20.392Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3332026-07-16T19:29:20.431Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3342026-07-16T19:29:20.461Z Checking num_enum v0.7.6
3352026-07-16T19:29:20.533Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3362026-07-16T19:29:20.573Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3372026-07-16T19:29:20.607Z Compiling darling v0.21.3
3382026-07-16T19:29:20.682Z Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3392026-07-16T19:29:20.700Z Checking clap_builder v4.6.0
3402026-07-16T19:29:20.730Z Compiling clap_derive v4.6.1
3412026-07-16T19:29:20.880Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3422026-07-16T19:29:21.119Z Checking tracing v0.1.44
3432026-07-16T19:29:22.008Z Checking postcard v1.1.3
3442026-07-16T19:29:22.086Z Checking clap v4.6.1
3452026-07-16T19:29:23.043Z Checking ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3462026-07-16T19:29:23.307Z Checking ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
3472026-07-16T19:29:24.590Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3482026-07-16T19:29:25.801Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3492026-07-16T19:29:27.005Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3502026-07-16T19:29:27.817Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.08s
3512026-07-16T19:29:27.924Z
3522026-07-16T19:29:27.924Zreal 19.236146631
3532026-07-16T19:29:27.924Zuser 54.668570622
3542026-07-16T19:29:27.924Zsys 13.559692740
3552026-07-16T19:29:27.924Ztrap 0.045510977
3562026-07-16T19:29:27.928Ztflt 0.052656499
3572026-07-16T19:29:27.928Zdflt 0.132636317
3582026-07-16T19:29:27.928Zkflt 0.005092444
3592026-07-16T19:29:27.928Zlock 3:24.266631563
3602026-07-16T19:29:27.928Zslp 3:06.619139566
3612026-07-16T19:29:27.928Zlat 3.203656870
3622026-07-16T19:29:27.928Zstop 12.346412766
3632026-07-16T19:29:27.928Z+ header 'debug build'
3642026-07-16T19:29:27.928Z+ echo '# ==== debug build ==== #'
3652026-07-16T19:29:27.928Z+ ptime -m cargo build
3662026-07-16T19:29:27.928Z# ==== debug build ==== #
3672026-07-16T19:29:28.078Z Compiling cfg-if v1.0.4
3682026-07-16T19:29:28.081Z Compiling serde_core v1.0.228
3692026-07-16T19:29:28.081Z Compiling libc v0.2.186
3702026-07-16T19:29:28.104Z Compiling thiserror v2.0.18
3712026-07-16T19:29:28.107Z Compiling byteorder v1.5.0
3722026-07-16T19:29:28.110Z Compiling zerocopy v0.8.52
3732026-07-16T19:29:28.114Z Compiling macaddr v1.0.1
3742026-07-16T19:29:28.114Z Compiling stable_deref_trait v1.2.1
3752026-07-16T19:29:28.156Z Compiling bitflags v1.3.2
3762026-07-16T19:29:28.165Z Compiling cobs v0.3.0
3772026-07-16T19:29:28.180Z Compiling rand_core v0.10.1
3782026-07-16T19:29:28.211Z Compiling managed v0.8.0
3792026-07-16T19:29:28.270Z Compiling hash32 v0.3.1
3802026-07-16T19:29:28.330Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3812026-07-16T19:29:28.349Z Compiling ipnetwork v0.21.1
3822026-07-16T19:29:28.412Z Compiling heapless v0.8.0
3832026-07-16T19:29:28.424Z Compiling errno v0.3.14
3842026-07-16T19:29:28.427Z Compiling foreign-types-shared v0.3.1
3852026-07-16T19:29:28.430Z Compiling cpufeatures v0.3.0
3862026-07-16T19:29:28.484Z Compiling memchr v2.8.2
3872026-07-16T19:29:28.499Z Compiling unicode-width v0.2.2
3882026-07-16T19:29:28.566Z Compiling utf8parse v0.2.2
3892026-07-16T19:29:28.582Z Compiling once_cell v1.21.4
3902026-07-16T19:29:28.661Z Compiling anstyle-parse v1.0.0
3912026-07-16T19:29:28.799Z Compiling smoltcp v0.11.0
3922026-07-16T19:29:28.814Z Compiling tracing-core v0.1.36
3932026-07-16T19:29:28.832Z Compiling tabwriter v1.4.1
3942026-07-16T19:29:28.857Z Compiling cstr-argument v0.1.2
3952026-07-16T19:29:28.904Z Compiling chacha20 v0.10.1
3962026-07-16T19:29:29.014Z Compiling foreign-types v0.5.0
3972026-07-16T19:29:29.081Z Compiling getrandom v0.4.3
3982026-07-16T19:29:29.239Z Compiling ref-cast v1.0.25
3992026-07-16T19:29:29.241Z Compiling num_enum v0.7.6
4002026-07-16T19:29:29.287Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4012026-07-16T19:29:29.332Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4022026-07-16T19:29:29.346Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4032026-07-16T19:29:29.387Z Compiling dyn-clone v1.0.20
4042026-07-16T19:29:29.441Z Compiling anstyle-query v1.1.5
4052026-07-16T19:29:29.545Z Compiling pretty-hex v0.4.2
4062026-07-16T19:29:29.559Z Compiling anstyle v1.0.14
4072026-07-16T19:29:29.645Z Compiling pin-project-lite v0.2.17
4082026-07-16T19:29:29.671Z Compiling colorchoice v1.0.5
4092026-07-16T19:29:29.732Z Compiling is_terminal_polyfill v1.70.2
4102026-07-16T19:29:29.783Z Compiling bitflags v2.13.0
4112026-07-16T19:29:29.813Z Compiling serde v1.0.228
4122026-07-16T19:29:29.818Z Compiling anstream v1.0.0
4132026-07-16T19:29:29.924Z Compiling uuid v1.23.4
4142026-07-16T19:29:30.373Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4152026-07-16T19:29:30.376Z Compiling rustix v1.1.4
4162026-07-16T19:29:30.376Z Compiling postcard v1.1.3
4172026-07-16T19:29:30.376Z Compiling tracing v0.1.44
4182026-07-16T19:29:30.485Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4192026-07-16T19:29:30.567Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4202026-07-16T19:29:30.602Z Compiling anyhow v1.0.103
4212026-07-16T19:29:30.619Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4222026-07-16T19:29:30.697Z Compiling terminal_size v0.4.4
4232026-07-16T19:29:30.721Z Compiling rand v0.10.2
4242026-07-16T19:29:30.731Z Compiling socket2 v0.6.4
4252026-07-16T19:29:30.841Z Compiling oxnet v0.1.6
4262026-07-16T19:29:31.045Z Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4272026-07-16T19:29:31.120Z Compiling strsim v0.11.1
4282026-07-16T19:29:31.334Z Compiling clap_lex v1.1.0
4292026-07-16T19:29:31.350Z Compiling winnow v1.0.3
4302026-07-16T19:29:31.437Z Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
4312026-07-16T19:29:31.444Z Compiling colored v3.1.1
4322026-07-16T19:29:31.708Z Compiling clap_builder v4.6.0
4332026-07-16T19:29:31.717Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4342026-07-16T19:29:32.297Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4352026-07-16T19:29:33.080Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-07-16T19:29:33.315Z Compiling clap v4.6.1
4372026-07-16T19:29:34.470Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4382026-07-16T19:29:35.986Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4392026-07-16T19:29:40.429Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.49s
4402026-07-16T19:29:40.457Z
4412026-07-16T19:29:40.460Zreal 12.523954216
4422026-07-16T19:29:40.460Zuser 1:05.106637538
4432026-07-16T19:29:40.460Zsys 6.081631029
4442026-07-16T19:29:40.461Ztrap 0.033648803
4452026-07-16T19:29:40.461Ztflt 0.205125850
4462026-07-16T19:29:40.461Zdflt 0.187121475
4472026-07-16T19:29:40.461Zkflt 0.000001319
4482026-07-16T19:29:40.461Zlock 2:56.665788769
4492026-07-16T19:29:40.461Zslp 1:54.342326757
4502026-07-16T19:29:40.461Zlat 4.787388709
4512026-07-16T19:29:40.461Zstop 4.157952759
4522026-07-16T19:29:40.461Z+ header 'release build'
4532026-07-16T19:29:40.461Z+ echo '# ==== release build ==== #'
4542026-07-16T19:29:40.461Z# ==== release build ==== #
4552026-07-16T19:29:40.461Z+ ptime -m cargo build --release
4562026-07-16T19:29:40.553Z Compiling proc-macro2 v1.0.106
4572026-07-16T19:29:40.553Z Compiling unicode-ident v1.0.24
4582026-07-16T19:29:40.553Z Compiling quote v1.0.46
4592026-07-16T19:29:40.553Z Compiling serde_core v1.0.228
4602026-07-16T19:29:40.555Z Compiling libc v0.2.186
4612026-07-16T19:29:40.556Z Compiling cfg-if v1.0.4
4622026-07-16T19:29:40.556Z Compiling strsim v0.11.1
4632026-07-16T19:29:40.556Z Compiling memchr v2.8.2
4642026-07-16T19:29:40.626Z Compiling fnv v1.0.7
4652026-07-16T19:29:40.674Z Compiling ident_case v1.0.1
4662026-07-16T19:29:40.704Z Compiling thiserror v2.0.18
4672026-07-16T19:29:40.775Z Compiling regex-syntax v0.8.11
4682026-07-16T19:29:40.843Z Compiling serde v1.0.228
4692026-07-16T19:29:40.874Z Compiling either v1.16.0
4702026-07-16T19:29:41.055Z Compiling aho-corasick v1.1.4
4712026-07-16T19:29:41.100Z Compiling anyhow v1.0.103
4722026-07-16T19:29:41.147Z Compiling equivalent v1.0.2
4732026-07-16T19:29:41.206Z Compiling zerocopy v0.8.52
4742026-07-16T19:29:41.210Z Compiling winnow v1.0.3
4752026-07-16T19:29:41.286Z Compiling hashbrown v0.17.1
4762026-07-16T19:29:41.466Z Compiling itertools v0.14.0
4772026-07-16T19:29:41.732Z Compiling heapless v0.8.0
4782026-07-16T19:29:41.814Z Compiling syn v2.0.118
4792026-07-16T19:29:41.821Z Compiling indexmap v2.14.0
4802026-07-16T19:29:42.023Z Compiling byteorder v1.5.0
4812026-07-16T19:29:42.215Z Compiling regex-automata v0.4.14
4822026-07-16T19:29:42.220Z Compiling toml_parser v1.1.2+spec-1.1.0
4832026-07-16T19:29:42.411Z Compiling toml_datetime v1.1.1+spec-1.1.0
4842026-07-16T19:29:42.432Z Compiling hash32 v0.3.1
4852026-07-16T19:29:42.555Z Compiling toml_edit v0.25.12+spec-1.1.0
4862026-07-16T19:29:42.680Z Compiling bitflags v2.13.0
4872026-07-16T19:29:42.744Z Compiling stable_deref_trait v1.2.1
4882026-07-16T19:29:42.766Z Compiling rustversion v1.0.22
4892026-07-16T19:29:42.796Z Compiling smoltcp v0.11.0
4902026-07-16T19:29:42.801Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4912026-07-16T19:29:42.804Z Compiling syn v1.0.109
4922026-07-16T19:29:43.005Z Compiling macaddr v1.0.1
4932026-07-16T19:29:43.129Z Compiling proc-macro-crate v3.5.0
4942026-07-16T19:29:43.137Z Compiling managed v0.8.0
4952026-07-16T19:29:43.140Z Compiling ref-cast v1.0.25
4962026-07-16T19:29:43.200Z Compiling getrandom v0.4.3
4972026-07-16T19:29:43.363Z Compiling bitflags v1.3.2
4982026-07-16T19:29:43.426Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4992026-07-16T19:29:43.442Z Compiling version_check v0.9.5
5002026-07-16T19:29:43.444Z Compiling rustix v1.1.4
5012026-07-16T19:29:43.465Z Compiling rand_core v0.10.1
5022026-07-16T19:29:43.648Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-07-16T19:29:43.693Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5042026-07-16T19:29:43.923Z Compiling regex v1.12.4
5052026-07-16T19:29:43.975Z Compiling errno v0.3.14
5062026-07-16T19:29:44.036Z Compiling utf8parse v0.2.2
5072026-07-16T19:29:44.113Z Compiling unicode-width v0.2.2
5082026-07-16T19:29:44.128Z Compiling foreign-types-shared v0.3.1
5092026-07-16T19:29:44.207Z Compiling ipnetwork v0.21.1
5102026-07-16T19:29:44.304Z Compiling once_cell v1.21.4
5112026-07-16T19:29:44.394Z Compiling darling_core v0.21.3
5122026-07-16T19:29:44.523Z Compiling cpufeatures v0.3.0
5132026-07-16T19:29:44.565Z Compiling cstr-argument v0.1.2
5142026-07-16T19:29:44.584Z Compiling chacha20 v0.10.1
5152026-07-16T19:29:44.714Z Compiling tracing-core v0.1.36
5162026-07-16T19:29:44.723Z Compiling tabwriter v1.4.1
5172026-07-16T19:29:44.852Z Compiling anstyle-parse v1.0.0
5182026-07-16T19:29:45.491Z Compiling pretty-hex v0.4.2
5192026-07-16T19:29:45.491Z Compiling colorchoice v1.0.5
5202026-07-16T19:29:45.587Z Compiling thiserror-impl v2.0.18
5212026-07-16T19:29:45.591Z Compiling serde_derive v1.0.228
5222026-07-16T19:29:45.596Z Compiling zerocopy-derive v0.8.52
5232026-07-16T19:29:45.612Z Compiling ref-cast-impl v1.0.25
5242026-07-16T19:29:45.710Z Compiling foreign-types-macros v0.2.3
5252026-07-16T19:29:46.211Z Compiling num_enum_derive v0.7.6
5262026-07-16T19:29:46.333Z Compiling foreign-types v0.5.0
5272026-07-16T19:29:46.362Z Compiling tracing-attributes v0.1.31
5282026-07-16T19:29:46.401Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5292026-07-16T19:29:46.518Z Compiling darling_macro v0.21.3
5302026-07-16T19:29:46.885Z Compiling cobs v0.3.0
5312026-07-16T19:29:46.901Z Compiling anstyle-query v1.1.5
5322026-07-16T19:29:46.972Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5332026-07-16T19:29:46.990Z Compiling is_terminal_polyfill v1.70.2
5342026-07-16T19:29:47.057Z Compiling darling v0.21.3
5352026-07-16T19:29:47.068Z Compiling anstyle v1.0.14
5362026-07-16T19:29:47.090Z Compiling dyn-clone v1.0.20
5372026-07-16T19:29:47.126Z Compiling ingot-macros v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
5382026-07-16T19:29:47.189Z Compiling num_enum v0.7.6
5392026-07-16T19:29:47.215Z Compiling pin-project-lite v0.2.17
5402026-07-16T19:29:47.292Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5412026-07-16T19:29:47.296Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5422026-07-16T19:29:47.296Z Compiling anstream v1.0.0
5432026-07-16T19:29:47.457Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442026-07-16T19:29:47.479Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5452026-07-16T19:29:47.540Z Compiling tracing v0.1.44
5462026-07-16T19:29:47.695Z Compiling terminal_size v0.4.4
5472026-07-16T19:29:47.815Z Compiling rand v0.10.2
5482026-07-16T19:29:47.824Z Compiling uuid v1.23.4
5492026-07-16T19:29:47.847Z Compiling socket2 v0.6.4
5502026-07-16T19:29:47.849Z Compiling oxnet v0.1.6
5512026-07-16T19:29:48.064Z Compiling heck v0.5.0
5522026-07-16T19:29:48.140Z Compiling clap_lex v1.1.0
5532026-07-16T19:29:48.251Z Compiling colored v3.1.1
5542026-07-16T19:29:48.442Z Compiling clap_derive v4.6.1
5552026-07-16T19:29:48.614Z Compiling clap_builder v4.6.0
5562026-07-16T19:29:48.789Z Compiling postcard v1.1.3
5572026-07-16T19:29:48.876Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5582026-07-16T19:29:49.934Z Compiling ingot-types v0.1.2 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
5592026-07-16T19:29:50.372Z Compiling ingot v0.1.1 (https://github.com/oxidecomputer/ingot?branch=extra-impls#cd1dfe53)
5602026-07-16T19:29:50.495Z Compiling clap v4.6.1
5612026-07-16T19:29:52.061Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5622026-07-16T19:29:53.060Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5632026-07-16T19:29:54.103Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5642026-07-16T19:30:00.639Z Finished `release` profile [optimized + debuginfo] target(s) in 20.17s
5652026-07-16T19:30:00.666Z
5662026-07-16T19:30:00.668Zreal 20.197807929
5672026-07-16T19:30:00.668Zuser 1:43.053807421
5682026-07-16T19:30:00.669Zsys 13.913834428
5692026-07-16T19:30:00.669Ztrap 0.050754152
5702026-07-16T19:30:00.669Ztflt 0.124054098
5712026-07-16T19:30:00.669Zdflt 0.409209557
5722026-07-16T19:30:00.669Zkflt 0.000024645
5732026-07-16T19:30:00.669Zlock 4:27.451309107
5742026-07-16T19:30:00.669Zslp 3:27.570395470
5752026-07-16T19:30:00.669Zlat 5.097554738
5762026-07-16T19:30:00.669Zstop 8.843962438
5772026-07-16T19:30:00.669Z+ popd
5782026-07-16T19:30:00.669Z/work/oxidecomputer/opte
5792026-07-16T19:30:00.669Z+ for x in debug release
5802026-07-16T19:30:00.669Z+ mkdir -p /work/debug
5812026-07-16T19:30:00.669Z+ cp target/debug/opteadm /work/debug/
5822026-07-16T19:30:00.692Z+ sha256sum target/debug/opteadm
5832026-07-16T19:30:00.717Z+ for x in debug release
5842026-07-16T19:30:00.718Z+ mkdir -p /work/release
5852026-07-16T19:30:00.721Z+ cp target/release/opteadm /work/release/
5862026-07-16T19:30:00.735Z+ sha256sum target/release/opteadm
5872026-07-16T19:30:00.752Zprocess exited: duration 65733 ms, exit code 0
 
5882026-07-16T19:30:00.759Zfound 4 output files
5892026-07-16T19:30:00.759Zuploading: /work/debug/opteadm (36363360 bytes)
5902026-07-16T19:30:02.064Zuploaded: /work/debug/opteadm
5912026-07-16T19:30:02.065Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5922026-07-16T19:30:03.073Zuploaded: /work/debug/opteadm.debug.sha256
5932026-07-16T19:30:03.073Zuploading: /work/release/opteadm (24768376 bytes)
5942026-07-16T19:30:04.314Zuploaded: /work/release/opteadm
5952026-07-16T19:30:04.314Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5962026-07-16T19:30:05.324Zuploaded: /work/release/opteadm.release.sha256