01KXDA517FE6NNCQ4BJT1F3768: 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: 01KXDA5R048FMK2CKWDT5DZJP3

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-13T08:41:42.866Zjob assigned to worker 01KXDA5YW14P52KP9PP23FBFH6 [factory aws, i-04c824c1effc8f6fb] (queued for 51 s)
 
22026-07-13T08:41:48.839Zstarting task 0: "setup"
32026-07-13T08:41:48.844Z++ uname -s
42026-07-13T08:41:48.847Z+ kern=SunOS
52026-07-13T08:41:48.847Z+ build_user=build
62026-07-13T08:41:48.847Z+ build_uid=12345
72026-07-13T08:41:48.847Z+ work_dir=/work
82026-07-13T08:41:48.847Z+ input_dir=/input
92026-07-13T08:41:48.847Z+ [[ 0 == 12345 ]]
102026-07-13T08:41:48.847Z+ case "$kern" in
112026-07-13T08:41:48.847Z+ groupadd -g 12345 build
122026-07-13T08:41:48.850Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-13T08:41:50.854Z+ zfs create -o mountpoint=/work rpool/work
142026-07-13T08:41:50.925Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-13T08:41:50.929Z+ home_fs=zfs
162026-07-13T08:41:50.929Z+ [[ zfs == autofs ]]
172026-07-13T08:41:50.929Z+ mkdir -p /home/build
182026-07-13T08:41:50.929Z+ chown build:build /home/build /work
192026-07-13T08:41:52.929Z+ chmod 0700 /home/build /work
202026-07-13T08:41:52.932Zprocess exited: duration 4091 ms, exit code 0
 
212026-07-13T08:41:52.938Zstarting task 1: "rust-toolchain"
222026-07-13T08:41:52.941Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-13T08:41:52.941Z * rust toolchain channel = "1.96.1"
242026-07-13T08:41:52.941Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-13T08:41:52.941Z * rust toolchain profile = "default"
262026-07-13T08:41:52.941Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-13T08:41:52.941Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-13T08:41:52.944Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-13T08:41:52.944Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-13T08:41:53.040Zinfo: downloading installer
312026-07-13T08:41:54.363Zwarn: It looks like you have an existing rustup settings file at:
322026-07-13T08:41:54.363Zwarn: /home/build/.rustup/settings.toml
332026-07-13T08:41:54.363Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-13T08:41:54.363Zwarn: instead of the one inferred from the default host triple.
352026-07-13T08:41:54.375Zinfo: profile set to default
362026-07-13T08:41:54.375Zinfo: default host triple is x86_64-unknown-illumos
372026-07-13T08:41:54.378Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-13T08:41:54.512Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-13T08:41:54.515Zinfo: downloading 6 components
402026-07-13T08:42:10.215Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-13T08:42:10.215Z
422026-07-13T08:42:10.246Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-13T08:42:10.246Z
442026-07-13T08:42:10.246Z
452026-07-13T08:42:10.246ZRust is installed now. Great!
462026-07-13T08:42:10.246Z
472026-07-13T08:42:10.250ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-13T08:42:10.250Zenvironment variable. This has not been done automatically.
492026-07-13T08:42:10.250Z
502026-07-13T08:42:10.250ZTo configure your current shell, you need to source
512026-07-13T08:42:10.250Zthe corresponding env file under $HOME/.cargo.
522026-07-13T08:42:10.250Z
532026-07-13T08:42:10.250ZThis is usually done by running one of the following (note the leading DOT):
542026-07-13T08:42:10.250Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-13T08:42:10.250Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-13T08:42:10.250Zsource "~/.cargo/env.nu" # For nushell
572026-07-13T08:42:10.250Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-13T08:42:10.250Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-13T08:42:10.250Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-13T08:42:10.250Zwarn: no default linker (`cc`) was found in your PATH
612026-07-13T08:42:10.250Zwarn: many Rust crates require a system C toolchain to build
622026-07-13T08:42:10.339Z+ rustup --version
632026-07-13T08:42:10.348Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-13T08:42:10.351Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-13T08:42:10.369Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-13T08:42:10.372Z+ cargo --version
672026-07-13T08:42:10.386Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-13T08:42:10.389Z+ rustc --version
692026-07-13T08:42:10.408Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-13T08:42:10.411Zprocess exited: duration 17472 ms, exit code 0
 
712026-07-13T08:42:10.417Zstarting task 2: "authentication"
722026-07-13T08:42:10.433Zprocess exited: duration 16 ms, exit code 0
 
732026-07-13T08:42:10.438Zstarting task 3: "clone repository"
742026-07-13T08:42:10.441Z+ mkdir -p /work/oxidecomputer/opte
752026-07-13T08:42:10.444Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-13T08:42:10.476ZCloning into '/work/oxidecomputer/opte'...
772026-07-13T08:42:11.328Z+ cd /work/oxidecomputer/opte
782026-07-13T08:42:11.328Z+ git fetch origin b9b6231148b02dc08c4a93ea36a560a15af269b9
792026-07-13T08:42:11.553ZFrom https://github.com/oxidecomputer/opte
802026-07-13T08:42:11.553Z * branch b9b6231148b02dc08c4a93ea36a560a15af269b9 -> FETCH_HEAD
812026-07-13T08:42:11.558Z+ [[ -n renovate/lock-file-maintenance ]]
822026-07-13T08:42:11.561Z++ git branch --show-current
832026-07-13T08:42:11.561Z+ current=master
842026-07-13T08:42:11.561Z+ [[ master != renovate/lock-file-maintenance ]]
852026-07-13T08:42:11.561Z+ git branch -f renovate/lock-file-maintenance b9b6231148b02dc08c4a93ea36a560a15af269b9
862026-07-13T08:42:11.564Z+ git checkout -f renovate/lock-file-maintenance
872026-07-13T08:42:11.581ZSwitched to branch 'renovate/lock-file-maintenance'
882026-07-13T08:42:11.584Z+ git reset --hard b9b6231148b02dc08c4a93ea36a560a15af269b9
892026-07-13T08:42:11.587ZHEAD is now at b9b6231 Lock file maintenance
902026-07-13T08:42:11.587Zprocess exited: duration 1147 ms, exit code 0
 
912026-07-13T08:42:11.593Zstarting task 4: "build"
922026-07-13T08:42:11.596Z+ source .github/buildomat/common.sh
932026-07-13T08:42:11.599Z++ rustup show active-toolchain
942026-07-13T08:42:11.602Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-13T08:42:11.602Z++ pushd xde
962026-07-13T08:42:11.602Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-13T08:42:11.602Z++ rustup show active-toolchain
982026-07-13T08:42:11.607Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-13T08:42:11.764Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-13T08:42:11.766Zinfo: downloading 6 components
1012026-07-13T08:42:25.232Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-13T08:42:25.335Z+++ rustup show active-toolchain -v
1032026-07-13T08:42:25.339Z+++ head -n 1
1042026-07-13T08:42:25.339Z+++ cut '-d ' -f1
1052026-07-13T08:42:25.386Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-13T08:42:25.387Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-13T08:42:25.387Z++ popd
1082026-07-13T08:42:25.390Z/work/oxidecomputer/opte
1092026-07-13T08:42:25.390Z+ cargo --version
1102026-07-13T08:42:25.396Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-13T08:42:25.399Z+ rustc --version
1122026-07-13T08:42:25.419Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-13T08:42:25.423Z+ pushd bin/opteadm
1142026-07-13T08:42:25.423Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-07-13T08:42:25.423Z+ header 'check style'
1162026-07-13T08:42:25.423Z+ echo '# ==== check style ==== #'
1172026-07-13T08:42:25.423Z# ==== check style ==== #
1182026-07-13T08:42:25.423Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1192026-07-13T08:42:25.495Z
1202026-07-13T08:42:25.495Zreal 0.070722145
1212026-07-13T08:42:25.495Zuser 0.038613313
1222026-07-13T08:42:25.495Zsys 0.029448583
1232026-07-13T08:42:25.495Ztrap 0.000000410
1242026-07-13T08:42:25.495Ztflt 0.000027470
1252026-07-13T08:42:25.495Zdflt 0.000006950
1262026-07-13T08:42:25.495Zkflt 0.000001610
1272026-07-13T08:42:25.495Zlock 0.031273556
1282026-07-13T08:42:25.495Zslp 0.049925264
1292026-07-13T08:42:25.495Zlat 0.000928130
1302026-07-13T08:42:25.495Zstop 0.000101310
1312026-07-13T08:42:25.498Z+ header analyze
1322026-07-13T08:42:25.499Z+ echo '# ==== analyze ==== #'
1332026-07-13T08:42:25.499Z# ==== analyze ==== #
1342026-07-13T08:42:25.499Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-07-13T08:42:25.634Z Updating crates.io index
1362026-07-13T08:42:25.637Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-13T08:42:26.285Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-13T08:42:26.695Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-13T08:42:27.025Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-13T08:42:27.249Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-13T08:42:27.489Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-13T08:42:27.726Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-13T08:42:29.461Z Downloading crates ...
1442026-07-13T08:42:29.511Z Downloaded anstream v1.0.0
1452026-07-13T08:42:29.521Z Downloaded clap_lex v1.1.0
1462026-07-13T08:42:29.525Z Downloaded hash32 v0.3.1
1472026-07-13T08:42:29.528Z Downloaded defmt-parser v1.0.0
1482026-07-13T08:42:29.528Z Downloaded anstyle-query v1.1.5
1492026-07-13T08:42:29.531Z Downloaded ident_case v1.0.1
1502026-07-13T08:42:29.533Z Downloaded heck v0.5.0
1512026-07-13T08:42:29.533Z Downloaded foreign-types v0.5.0
1522026-07-13T08:42:29.533Z Downloaded ingot-types v0.1.2
1532026-07-13T08:42:29.536Z Downloaded dyn-clone v1.0.20
1542026-07-13T08:42:29.536Z Downloaded fnv v1.0.7
1552026-07-13T08:42:29.536Z Downloaded defmt v0.3.100
1562026-07-13T08:42:29.536Z Downloaded aho-corasick v1.1.4
1572026-07-13T08:42:29.539Z Downloaded is_terminal_polyfill v1.70.2
1582026-07-13T08:42:29.541Z Downloaded cstr-argument v0.1.2
1592026-07-13T08:42:29.544Z Downloaded ipnetwork v0.21.1
1602026-07-13T08:42:29.547Z Downloaded anstyle-parse v1.0.0
1612026-07-13T08:42:29.553Z Downloaded tabwriter v1.4.1
1622026-07-13T08:42:29.555Z Downloaded stable_deref_trait v1.2.1
1632026-07-13T08:42:29.555Z Downloaded embedded-io v0.6.1
1642026-07-13T08:42:29.555Z Downloaded errno v0.3.14
1652026-07-13T08:42:29.558Z Downloaded bitflags v1.3.2
1662026-07-13T08:42:29.561Z Downloaded oxnet v0.1.6
1672026-07-13T08:42:29.561Z Downloaded defmt v1.1.1
1682026-07-13T08:42:29.563Z Downloaded cpufeatures v0.3.0
1692026-07-13T08:42:29.566Z Downloaded cfg-if v1.0.4
1702026-07-13T08:42:29.569Z Downloaded darling_macro v0.21.3
1712026-07-13T08:42:29.571Z Downloaded foreign-types-shared v0.3.1
1722026-07-13T08:42:29.577Z Downloaded managed v0.8.0
1732026-07-13T08:42:29.580Z Downloaded equivalent v1.0.2
1742026-07-13T08:42:29.580Z Downloaded foreign-types-macros v0.2.3
1752026-07-13T08:42:29.582Z Downloaded ref-cast-impl v1.0.25
1762026-07-13T08:42:29.590Z Downloaded colorchoice v1.0.5
1772026-07-13T08:42:29.601Z Downloaded embedded-io v0.4.0
1782026-07-13T08:42:29.607Z Downloaded ref-cast v1.0.25
1792026-07-13T08:42:29.613Z Downloaded darling v0.21.3
1802026-07-13T08:42:29.619Z Downloaded version_check v0.9.5
1812026-07-13T08:42:29.622Z Downloaded terminal_size v0.4.4
1822026-07-13T08:42:29.625Z Downloaded cobs v0.3.0
1832026-07-13T08:42:29.630Z Downloaded utf8parse v0.2.2
1842026-07-13T08:42:29.633Z Downloaded pretty-hex v0.4.2
1852026-07-13T08:42:29.633Z Downloaded strsim v0.11.1
1862026-07-13T08:42:29.635Z Downloaded quote v1.0.46
1872026-07-13T08:42:29.635Z Downloaded proc-macro-crate v3.5.0
1882026-07-13T08:42:29.640Z Downloaded rand_core v0.10.1
1892026-07-13T08:42:29.646Z Downloaded num_enum v0.7.6
1902026-07-13T08:42:29.648Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1912026-07-13T08:42:29.651Z Downloaded chacha20 v0.10.1
1922026-07-13T08:42:29.651Z Downloaded thiserror-impl v2.0.18
1932026-07-13T08:42:29.654Z Downloaded ingot-macros v0.1.1
1942026-07-13T08:42:29.654Z Downloaded colored v3.1.1
1952026-07-13T08:42:29.654Z Downloaded ingot v0.1.1
1962026-07-13T08:42:29.657Z Downloaded byteorder v1.5.0
1972026-07-13T08:42:29.657Z Downloaded anstyle v1.0.14
1982026-07-13T08:42:29.659Z Downloaded anyhow v1.0.103
1992026-07-13T08:42:29.663Z Downloaded thiserror v2.0.18
2002026-07-13T08:42:29.666Z Downloaded either v1.16.0
2012026-07-13T08:42:29.670Z Downloaded macaddr v1.0.1
2022026-07-13T08:42:29.677Z Downloaded rustversion v1.0.23
2032026-07-13T08:42:29.679Z Downloaded num_enum_derive v0.7.6
2042026-07-13T08:42:29.682Z Downloaded clap_derive v4.6.1
2052026-07-13T08:42:29.685Z Downloaded once_cell v1.21.4
2062026-07-13T08:42:29.688Z Downloaded postcard v1.1.3
2072026-07-13T08:42:29.691Z Downloaded defmt-macros v1.1.1
2082026-07-13T08:42:29.694Z Downloaded pin-project-lite v0.2.17
2092026-07-13T08:42:29.696Z Downloaded tracing-attributes v0.1.31
2102026-07-13T08:42:29.696Z Downloaded clap v4.6.1
2112026-07-13T08:42:29.706Z Downloaded serde_derive v1.0.228
2122026-07-13T08:42:29.710Z Downloaded toml_parser v1.1.2+spec-1.1.0
2132026-07-13T08:42:29.721Z Downloaded getrandom v0.4.3
2142026-07-13T08:42:29.723Z Downloaded toml_edit v0.25.12+spec-1.1.0
2152026-07-13T08:42:29.726Z Downloaded darling_core v0.21.3
2162026-07-13T08:42:29.729Z Downloaded unicode-ident v1.0.24
2172026-07-13T08:42:29.731Z Downloaded bitflags v2.13.0
2182026-07-13T08:42:29.734Z Downloaded proc-macro2 v1.0.106
2192026-07-13T08:42:29.735Z Downloaded socket2 v0.6.4
2202026-07-13T08:42:29.737Z Downloaded heapless v0.8.0
2212026-07-13T08:42:29.740Z Downloaded serde_core v1.0.228
2222026-07-13T08:42:29.760Z Downloaded uuid v1.23.5
2232026-07-13T08:42:29.763Z Downloaded tracing-core v0.1.36
2242026-07-13T08:42:29.776Z Downloaded serde v1.0.228
2252026-07-13T08:42:29.790Z Downloaded rand v0.10.2
2262026-07-13T08:42:29.793Z Downloaded memchr v2.8.3
2272026-07-13T08:42:29.796Z Downloaded zerocopy-derive v0.8.54
2282026-07-13T08:42:29.803Z Downloaded indexmap v2.14.0
2292026-07-13T08:42:29.810Z Downloaded itertools v0.14.0
2302026-07-13T08:42:29.831Z Downloaded hashbrown v0.17.1
2312026-07-13T08:42:29.843Z Downloaded clap_builder v4.6.0
2322026-07-13T08:42:29.849Z Downloaded regex v1.13.0
2332026-07-13T08:42:29.880Z Downloaded winnow v1.0.3
2342026-07-13T08:42:29.903Z Downloaded syn v1.0.109
2352026-07-13T08:42:29.918Z Downloaded unicode-width v0.2.2
2362026-07-13T08:42:29.930Z Downloaded zerocopy v0.8.54
2372026-07-13T08:42:29.940Z Downloaded syn v2.0.118
2382026-07-13T08:42:29.945Z Downloaded smoltcp v0.11.0
2392026-07-13T08:42:29.960Z Downloaded regex-syntax v0.8.11
2402026-07-13T08:42:29.966Z Downloaded rustix v1.1.4
2412026-07-13T08:42:29.980Z Downloaded tracing v0.1.44
2422026-07-13T08:42:29.993Z Downloaded regex-automata v0.4.15
2432026-07-13T08:42:30.008Z Downloaded libc v0.2.186
2442026-07-13T08:42:30.070Z Compiling proc-macro2 v1.0.106
2452026-07-13T08:42:30.070Z Compiling quote v1.0.46
2462026-07-13T08:42:30.070Z Compiling unicode-ident v1.0.24
2472026-07-13T08:42:30.073Z Compiling serde_core v1.0.228
2482026-07-13T08:42:30.073Z Compiling libc v0.2.186
2492026-07-13T08:42:30.073Z Checking cfg-if v1.0.4
2502026-07-13T08:42:30.073Z Compiling strsim v0.11.1
2512026-07-13T08:42:30.073Z Compiling thiserror v2.0.18
2522026-07-13T08:42:30.196Z Compiling ident_case v1.0.1
2532026-07-13T08:42:30.272Z Compiling memchr v2.8.3
2542026-07-13T08:42:30.306Z Compiling fnv v1.0.7
2552026-07-13T08:42:30.393Z Compiling regex-syntax v0.8.11
2562026-07-13T08:42:30.434Z Compiling winnow v1.0.3
2572026-07-13T08:42:30.557Z Compiling equivalent v1.0.2
2582026-07-13T08:42:30.631Z Compiling zerocopy v0.8.54
2592026-07-13T08:42:30.712Z Compiling aho-corasick v1.1.4
2602026-07-13T08:42:30.828Z Compiling hashbrown v0.17.1
2612026-07-13T08:42:30.839Z Compiling either v1.16.0
2622026-07-13T08:42:31.023Z Compiling serde v1.0.228
2632026-07-13T08:42:31.040Z Compiling anyhow v1.0.103
2642026-07-13T08:42:31.350Z Compiling toml_parser v1.1.2+spec-1.1.0
2652026-07-13T08:42:31.369Z Compiling indexmap v2.14.0
2662026-07-13T08:42:31.442Z Compiling itertools v0.14.0
2672026-07-13T08:42:31.469Z Compiling toml_datetime v1.1.1+spec-1.1.0
2682026-07-13T08:42:31.578Z Compiling syn v2.0.118
2692026-07-13T08:42:31.692Z Checking byteorder v1.5.0
2702026-07-13T08:42:31.847Z Compiling regex-automata v0.4.15
2712026-07-13T08:42:31.893Z Compiling heapless v0.8.0
2722026-07-13T08:42:31.959Z Checking bitflags v2.13.0
2732026-07-13T08:42:31.974Z Compiling toml_edit v0.25.12+spec-1.1.0
2742026-07-13T08:42:32.142Z Checking hash32 v0.3.1
2752026-07-13T08:42:32.150Z Checking stable_deref_trait v1.2.1
2762026-07-13T08:42:32.215Z Checking macaddr v1.0.1
2772026-07-13T08:42:32.249Z Compiling rustversion v1.0.23
2782026-07-13T08:42:32.359Z Compiling syn v1.0.109
2792026-07-13T08:42:32.405Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2802026-07-13T08:42:32.479Z Compiling smoltcp v0.11.0
2812026-07-13T08:42:32.657Z Compiling proc-macro-crate v3.5.0
2822026-07-13T08:42:32.728Z Checking bitflags v1.3.2
2832026-07-13T08:42:32.735Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2842026-07-13T08:42:32.792Z Compiling ref-cast v1.0.25
2852026-07-13T08:42:32.844Z Checking rand_core v0.10.1
2862026-07-13T08:42:32.936Z Compiling getrandom v0.4.3
2872026-07-13T08:42:32.958Z Compiling version_check v0.9.5
2882026-07-13T08:42:32.982Z Compiling rustix v1.1.4
2892026-07-13T08:42:33.033Z Checking managed v0.8.0
2902026-07-13T08:42:33.224Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2912026-07-13T08:42:33.230Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2922026-07-13T08:42:33.489Z Checking errno v0.3.14
2932026-07-13T08:42:33.533Z Checking utf8parse v0.2.2
2942026-07-13T08:42:33.540Z Checking unicode-width v0.2.2
2952026-07-13T08:42:33.599Z Compiling regex v1.13.0
2962026-07-13T08:42:33.627Z Checking foreign-types-shared v0.3.1
2972026-07-13T08:42:33.706Z Checking cpufeatures v0.3.0
2982026-07-13T08:42:33.729Z Checking ipnetwork v0.21.1
2992026-07-13T08:42:33.779Z Checking once_cell v1.21.4
3002026-07-13T08:42:33.901Z Checking tabwriter v1.4.1
3012026-07-13T08:42:33.953Z Checking tracing-core v0.1.36
3022026-07-13T08:42:33.991Z Checking chacha20 v0.10.1
3032026-07-13T08:42:34.037Z Checking anstyle-parse v1.0.0
3042026-07-13T08:42:34.128Z Checking cstr-argument v0.1.2
3052026-07-13T08:42:34.186Z Compiling darling_core v0.21.3
3062026-07-13T08:42:34.475Z Checking anstyle v1.0.14
3072026-07-13T08:42:34.482Z Checking dyn-clone v1.0.20
3082026-07-13T08:42:34.576Z Checking colorchoice v1.0.5
3092026-07-13T08:42:34.593Z Checking is_terminal_polyfill v1.70.2
3102026-07-13T08:42:34.593Z Checking anstyle-query v1.1.5
3112026-07-13T08:42:34.648Z Checking pretty-hex v0.4.2
3122026-07-13T08:42:34.665Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3132026-07-13T08:42:34.668Z Checking pin-project-lite v0.2.17
3142026-07-13T08:42:34.668Z Checking terminal_size v0.4.4
3152026-07-13T08:42:34.681Z Checking anstream v1.0.0
3162026-07-13T08:42:34.777Z Checking rand v0.10.2
3172026-07-13T08:42:34.875Z Checking uuid v1.23.5
3182026-07-13T08:42:34.899Z Checking socket2 v0.6.4
3192026-07-13T08:42:34.948Z Checking oxnet v0.1.6
3202026-07-13T08:42:35.054Z Checking colored v3.1.1
3212026-07-13T08:42:35.125Z Compiling heck v0.5.0
3222026-07-13T08:42:35.128Z Checking clap_lex v1.1.0
3232026-07-13T08:42:35.249Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3242026-07-13T08:42:35.304Z Checking clap_builder v4.6.0
3252026-07-13T08:42:35.378Z Compiling thiserror-impl v2.0.18
3262026-07-13T08:42:35.392Z Compiling serde_derive v1.0.228
3272026-07-13T08:42:35.401Z Compiling zerocopy-derive v0.8.54
3282026-07-13T08:42:35.679Z Compiling num_enum_derive v0.7.6
3292026-07-13T08:42:36.094Z Compiling foreign-types-macros v0.2.3
3302026-07-13T08:42:36.230Z Compiling ref-cast-impl v1.0.25
3312026-07-13T08:42:36.291Z Compiling darling_macro v0.21.3
3322026-07-13T08:42:36.573Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3332026-07-13T08:42:36.683Z Checking cobs v0.3.0
3342026-07-13T08:42:36.690Z Checking num_enum v0.7.6
3352026-07-13T08:42:36.722Z Checking foreign-types v0.5.0
3362026-07-13T08:42:36.786Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3372026-07-13T08:42:36.794Z Compiling tracing-attributes v0.1.31
3382026-07-13T08:42:36.820Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3392026-07-13T08:42:36.848Z Compiling darling v0.21.3
3402026-07-13T08:42:36.909Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3412026-07-13T08:42:36.922Z Compiling ingot-macros v0.1.1
3422026-07-13T08:42:36.970Z Compiling clap_derive v4.6.1
3432026-07-13T08:42:37.074Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3442026-07-13T08:42:37.839Z Checking tracing v0.1.44
3452026-07-13T08:42:38.228Z Checking postcard v1.1.3
3462026-07-13T08:42:38.372Z Checking clap v4.6.1
3472026-07-13T08:42:39.444Z Checking ingot-types v0.1.2
3482026-07-13T08:42:39.717Z Checking ingot v0.1.1
3492026-07-13T08:42:41.024Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3502026-07-13T08:42:42.225Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3512026-07-13T08:42:43.443Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3522026-07-13T08:42:44.257Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.71s
3532026-07-13T08:42:44.367Z
3542026-07-13T08:42:44.367Zreal 18.866056317
3552026-07-13T08:42:44.367Zuser 54.365888295
3562026-07-13T08:42:44.367Zsys 13.598948193
3572026-07-13T08:42:44.367Ztrap 0.043082284
3582026-07-13T08:42:44.367Ztflt 0.061713491
3592026-07-13T08:42:44.367Zdflt 0.185075943
3602026-07-13T08:42:44.367Zkflt 0.006219551
3612026-07-13T08:42:44.367Zlock 3:21.744780416
3622026-07-13T08:42:44.367Zslp 3:03.474162695
3632026-07-13T08:42:44.367Zlat 3.139153504
3642026-07-13T08:42:44.367Zstop 12.086455976
3652026-07-13T08:42:44.370Z+ header 'debug build'
3662026-07-13T08:42:44.370Z+ echo '# ==== debug build ==== #'
3672026-07-13T08:42:44.370Z+ ptime -m cargo build
3682026-07-13T08:42:44.370Z# ==== debug build ==== #
3692026-07-13T08:42:44.524Z Compiling cfg-if v1.0.4
3702026-07-13T08:42:44.524Z Compiling serde_core v1.0.228
3712026-07-13T08:42:44.524Z Compiling libc v0.2.186
3722026-07-13T08:42:44.551Z Compiling thiserror v2.0.18
3732026-07-13T08:42:44.554Z Compiling byteorder v1.5.0
3742026-07-13T08:42:44.557Z Compiling zerocopy v0.8.54
3752026-07-13T08:42:44.560Z Compiling macaddr v1.0.1
3762026-07-13T08:42:44.560Z Compiling stable_deref_trait v1.2.1
3772026-07-13T08:42:44.599Z Compiling managed v0.8.0
3782026-07-13T08:42:44.613Z Compiling bitflags v1.3.2
3792026-07-13T08:42:44.627Z Compiling cobs v0.3.0
3802026-07-13T08:42:44.676Z Compiling rand_core v0.10.1
3812026-07-13T08:42:44.718Z Compiling hash32 v0.3.1
3822026-07-13T08:42:44.797Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3832026-07-13T08:42:44.822Z Compiling heapless v0.8.0
3842026-07-13T08:42:44.826Z Compiling errno v0.3.14
3852026-07-13T08:42:44.862Z Compiling foreign-types-shared v0.3.1
3862026-07-13T08:42:44.877Z Compiling cpufeatures v0.3.0
3872026-07-13T08:42:44.892Z Compiling memchr v2.8.3
3882026-07-13T08:42:44.936Z Compiling utf8parse v0.2.2
3892026-07-13T08:42:44.936Z Compiling once_cell v1.21.4
3902026-07-13T08:42:44.978Z Compiling ipnetwork v0.21.1
3912026-07-13T08:42:45.027Z Compiling unicode-width v0.2.2
3922026-07-13T08:42:45.067Z Compiling anstyle-parse v1.0.0
3932026-07-13T08:42:45.161Z Compiling tracing-core v0.1.36
3942026-07-13T08:42:45.233Z Compiling smoltcp v0.11.0
3952026-07-13T08:42:45.271Z Compiling tabwriter v1.4.1
3962026-07-13T08:42:45.323Z Compiling cstr-argument v0.1.2
3972026-07-13T08:42:45.491Z Compiling chacha20 v0.10.1
3982026-07-13T08:42:45.497Z Compiling foreign-types v0.5.0
3992026-07-13T08:42:45.562Z Compiling ref-cast v1.0.25
4002026-07-13T08:42:45.655Z Compiling num_enum v0.7.6
4012026-07-13T08:42:45.685Z Compiling getrandom v0.4.3
4022026-07-13T08:42:45.761Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4032026-07-13T08:42:45.822Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4042026-07-13T08:42:45.866Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4052026-07-13T08:42:45.891Z Compiling anstyle-query v1.1.5
4062026-07-13T08:42:45.920Z Compiling dyn-clone v1.0.20
4072026-07-13T08:42:45.992Z Compiling anstyle v1.0.14
4082026-07-13T08:42:46.057Z Compiling pretty-hex v0.4.2
4092026-07-13T08:42:46.079Z Compiling colorchoice v1.0.5
4102026-07-13T08:42:46.190Z Compiling pin-project-lite v0.2.17
4112026-07-13T08:42:46.194Z Compiling bitflags v2.13.0
4122026-07-13T08:42:46.262Z Compiling serde v1.0.228
4132026-07-13T08:42:46.278Z Compiling is_terminal_polyfill v1.70.2
4142026-07-13T08:42:46.360Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4152026-07-13T08:42:46.428Z Compiling rustix v1.1.4
4162026-07-13T08:42:46.444Z Compiling anstream v1.0.0
4172026-07-13T08:42:46.483Z Compiling tracing v0.1.44
4182026-07-13T08:42:46.641Z Compiling uuid v1.23.5
4192026-07-13T08:42:46.844Z Compiling postcard v1.1.3
4202026-07-13T08:42:46.930Z Compiling terminal_size v0.4.4
4212026-07-13T08:42:46.949Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4222026-07-13T08:42:46.990Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4232026-07-13T08:42:47.097Z Compiling anyhow v1.0.103
4242026-07-13T08:42:47.162Z Compiling rand v0.10.2
4252026-07-13T08:42:47.215Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4262026-07-13T08:42:47.300Z Compiling socket2 v0.6.4
4272026-07-13T08:42:47.332Z Compiling clap_lex v1.1.0
4282026-07-13T08:42:47.497Z Compiling ingot-types v0.1.2
4292026-07-13T08:42:47.573Z Compiling colored v3.1.1
4302026-07-13T08:42:47.651Z Compiling winnow v1.0.3
4312026-07-13T08:42:47.733Z Compiling strsim v0.11.1
4322026-07-13T08:42:47.909Z Compiling ingot v0.1.1
4332026-07-13T08:42:47.959Z Compiling oxnet v0.1.6
4342026-07-13T08:42:48.162Z Compiling clap_builder v4.6.0
4352026-07-13T08:42:48.418Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4362026-07-13T08:42:48.665Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4372026-07-13T08:42:49.590Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4382026-07-13T08:42:49.774Z Compiling clap v4.6.1
4392026-07-13T08:42:51.221Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4402026-07-13T08:42:52.675Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4412026-07-13T08:42:57.079Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.70s
4422026-07-13T08:42:57.107Z
4432026-07-13T08:42:57.107Zreal 12.730047321
4442026-07-13T08:42:57.107Zuser 1:05.069236425
4452026-07-13T08:42:57.107Zsys 6.083305774
4462026-07-13T08:42:57.110Ztrap 0.029519631
4472026-07-13T08:42:57.110Ztflt 0.129695595
4482026-07-13T08:42:57.110Zdflt 0.280104363
4492026-07-13T08:42:57.110Zkflt 0.000034700
4502026-07-13T08:42:57.110Zlock 2:56.969794471
4512026-07-13T08:42:57.110Zslp 1:56.034987513
4522026-07-13T08:42:57.111Zlat 4.552105346
4532026-07-13T08:42:57.111Zstop 3.976403066
4542026-07-13T08:42:57.111Z+ header 'release build'
4552026-07-13T08:42:57.111Z+ echo '# ==== release build ==== #'
4562026-07-13T08:42:57.111Z# ==== release build ==== #
4572026-07-13T08:42:57.111Z+ ptime -m cargo build --release
4582026-07-13T08:42:57.203Z Compiling proc-macro2 v1.0.106
4592026-07-13T08:42:57.203Z Compiling quote v1.0.46
4602026-07-13T08:42:57.203Z Compiling unicode-ident v1.0.24
4612026-07-13T08:42:57.203Z Compiling serde_core v1.0.228
4622026-07-13T08:42:57.207Z Compiling libc v0.2.186
4632026-07-13T08:42:57.207Z Compiling cfg-if v1.0.4
4642026-07-13T08:42:57.207Z Compiling strsim v0.11.1
4652026-07-13T08:42:57.207Z Compiling memchr v2.8.3
4662026-07-13T08:42:57.275Z Compiling thiserror v2.0.18
4672026-07-13T08:42:57.322Z Compiling fnv v1.0.7
4682026-07-13T08:42:57.403Z Compiling ident_case v1.0.1
4692026-07-13T08:42:57.491Z Compiling regex-syntax v0.8.11
4702026-07-13T08:42:57.506Z Compiling hashbrown v0.17.1
4712026-07-13T08:42:57.533Z Compiling winnow v1.0.3
4722026-07-13T08:42:57.760Z Compiling aho-corasick v1.1.4
4732026-07-13T08:42:57.787Z Compiling serde v1.0.228
4742026-07-13T08:42:57.944Z Compiling either v1.16.0
4752026-07-13T08:42:58.036Z Compiling zerocopy v0.8.54
4762026-07-13T08:42:58.088Z Compiling anyhow v1.0.103
4772026-07-13T08:42:58.135Z Compiling equivalent v1.0.2
4782026-07-13T08:42:58.345Z Compiling indexmap v2.14.0
4792026-07-13T08:42:58.398Z Compiling syn v2.0.118
4802026-07-13T08:42:58.438Z Compiling toml_parser v1.1.2+spec-1.1.0
4812026-07-13T08:42:58.441Z Compiling itertools v0.14.0
4822026-07-13T08:42:58.565Z Compiling heapless v0.8.0
4832026-07-13T08:42:58.865Z Compiling toml_datetime v1.1.1+spec-1.1.0
4842026-07-13T08:42:58.946Z Compiling regex-automata v0.4.15
4852026-07-13T08:42:58.966Z Compiling byteorder v1.5.0
4862026-07-13T08:42:59.074Z Compiling toml_edit v0.25.12+spec-1.1.0
4872026-07-13T08:42:59.145Z Compiling hash32 v0.3.1
4882026-07-13T08:42:59.255Z Compiling stable_deref_trait v1.2.1
4892026-07-13T08:42:59.270Z Compiling macaddr v1.0.1
4902026-07-13T08:42:59.318Z Compiling bitflags v2.13.0
4912026-07-13T08:42:59.454Z Compiling rustversion v1.0.23
4922026-07-13T08:42:59.471Z Compiling syn v1.0.109
4932026-07-13T08:42:59.510Z Compiling smoltcp v0.11.0
4942026-07-13T08:42:59.657Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4952026-07-13T08:42:59.668Z Compiling proc-macro-crate v3.5.0
4962026-07-13T08:42:59.821Z Compiling managed v0.8.0
4972026-07-13T08:42:59.848Z Compiling getrandom v0.4.3
4982026-07-13T08:42:59.906Z Compiling rand_core v0.10.1
4992026-07-13T08:42:59.962Z Compiling ref-cast v1.0.25
5002026-07-13T08:43:00.047Z Compiling version_check v0.9.5
5012026-07-13T08:43:00.047Z Compiling bitflags v1.3.2
5022026-07-13T08:43:00.072Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5032026-07-13T08:43:00.105Z Compiling rustix v1.1.4
5042026-07-13T08:43:00.291Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5052026-07-13T08:43:00.305Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5062026-07-13T08:43:00.520Z Compiling errno v0.3.14
5072026-07-13T08:43:00.640Z Compiling regex v1.13.0
5082026-07-13T08:43:00.658Z Compiling utf8parse v0.2.2
5092026-07-13T08:43:00.662Z Compiling once_cell v1.21.4
5102026-07-13T08:43:00.692Z Compiling cpufeatures v0.3.0
5112026-07-13T08:43:00.751Z Compiling foreign-types-shared v0.3.1
5122026-07-13T08:43:00.755Z Compiling ipnetwork v0.21.1
5132026-07-13T08:43:00.832Z Compiling unicode-width v0.2.2
5142026-07-13T08:43:01.020Z Compiling darling_core v0.21.3
5152026-07-13T08:43:01.114Z Compiling tabwriter v1.4.1
5162026-07-13T08:43:01.117Z Compiling tracing-core v0.1.36
5172026-07-13T08:43:01.432Z Compiling cstr-argument v0.1.2
5182026-07-13T08:43:01.452Z Compiling chacha20 v0.10.1
5192026-07-13T08:43:01.583Z Compiling anstyle-parse v1.0.0
5202026-07-13T08:43:01.959Z Compiling pretty-hex v0.4.2
5212026-07-13T08:43:02.098Z Compiling thiserror-impl v2.0.18
5222026-07-13T08:43:02.137Z Compiling serde_derive v1.0.228
5232026-07-13T08:43:02.166Z Compiling zerocopy-derive v0.8.54
5242026-07-13T08:43:02.183Z Compiling num_enum_derive v0.7.6
5252026-07-13T08:43:02.497Z Compiling ref-cast-impl v1.0.25
5262026-07-13T08:43:03.009Z Compiling foreign-types-macros v0.2.3
5272026-07-13T08:43:03.142Z Compiling darling_macro v0.21.3
5282026-07-13T08:43:03.167Z Compiling num_enum v0.7.6
5292026-07-13T08:43:03.178Z Compiling tracing-attributes v0.1.31
5302026-07-13T08:43:03.273Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5312026-07-13T08:43:03.422Z Compiling cobs v0.3.0
5322026-07-13T08:43:03.605Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5332026-07-13T08:43:03.631Z Compiling pin-project-lite v0.2.17
5342026-07-13T08:43:03.636Z Compiling foreign-types v0.5.0
5352026-07-13T08:43:03.685Z Compiling darling v0.21.3
5362026-07-13T08:43:03.697Z Compiling anstyle v1.0.14
5372026-07-13T08:43:03.714Z Compiling colorchoice v1.0.5
5382026-07-13T08:43:03.751Z Compiling ingot-macros v0.1.1
5392026-07-13T08:43:03.756Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5402026-07-13T08:43:03.813Z Compiling dyn-clone v1.0.20
5412026-07-13T08:43:03.928Z Compiling is_terminal_polyfill v1.70.2
5422026-07-13T08:43:03.946Z Compiling anstyle-query v1.1.5
5432026-07-13T08:43:03.976Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5442026-07-13T08:43:04.007Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5452026-07-13T08:43:04.037Z Compiling anstream v1.0.0
5462026-07-13T08:43:04.080Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5472026-07-13T08:43:04.190Z Compiling terminal_size v0.4.4
5482026-07-13T08:43:04.321Z Compiling rand v0.10.2
5492026-07-13T08:43:04.398Z Compiling tracing v0.1.44
5502026-07-13T08:43:04.436Z Compiling uuid v1.23.5
5512026-07-13T08:43:04.486Z Compiling socket2 v0.6.4
5522026-07-13T08:43:04.711Z Compiling colored v3.1.1
5532026-07-13T08:43:04.851Z Compiling heck v0.5.0
5542026-07-13T08:43:04.855Z Compiling clap_lex v1.1.0
5552026-07-13T08:43:05.033Z Compiling oxnet v0.1.6
5562026-07-13T08:43:05.151Z Compiling clap_derive v4.6.1
5572026-07-13T08:43:05.264Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5582026-07-13T08:43:05.321Z Compiling postcard v1.1.3
5592026-07-13T08:43:05.406Z Compiling clap_builder v4.6.0
5602026-07-13T08:43:06.565Z Compiling ingot-types v0.1.2
5612026-07-13T08:43:06.881Z Compiling ingot v0.1.1
5622026-07-13T08:43:07.254Z Compiling clap v4.6.1
5632026-07-13T08:43:08.636Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5642026-07-13T08:43:09.641Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5652026-07-13T08:43:10.683Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5662026-07-13T08:43:17.231Z Finished `release` profile [optimized + debuginfo] target(s) in 20.11s
5672026-07-13T08:43:17.259Z
5682026-07-13T08:43:17.262Zreal 20.141206801
5692026-07-13T08:43:17.263Zuser 1:42.940857937
5702026-07-13T08:43:17.263Zsys 13.961039439
5712026-07-13T08:43:17.263Ztrap 0.054220893
5722026-07-13T08:43:17.263Ztflt 0.089539360
5732026-07-13T08:43:17.263Zdflt 0.472984528
5742026-07-13T08:43:17.263Zkflt 0.000010330
5752026-07-13T08:43:17.263Zlock 4:27.124137039
5762026-07-13T08:43:17.263Zslp 3:27.806943117
5772026-07-13T08:43:17.263Zlat 4.328156516
5782026-07-13T08:43:17.263Zstop 8.592397836
5792026-07-13T08:43:17.263Z+ popd
5802026-07-13T08:43:17.263Z/work/oxidecomputer/opte
5812026-07-13T08:43:17.263Z+ for x in debug release
5822026-07-13T08:43:17.263Z+ mkdir -p /work/debug
5832026-07-13T08:43:17.263Z+ cp target/debug/opteadm /work/debug/
5842026-07-13T08:43:17.285Z+ sha256sum target/debug/opteadm
5852026-07-13T08:43:17.310Z+ for x in debug release
5862026-07-13T08:43:17.310Z+ mkdir -p /work/release
5872026-07-13T08:43:17.313Z+ cp target/release/opteadm /work/release/
5882026-07-13T08:43:17.328Z+ sha256sum target/release/opteadm
5892026-07-13T08:43:17.345Zprocess exited: duration 65751 ms, exit code 0
 
5902026-07-13T08:43:17.355Zfound 4 output files
5912026-07-13T08:43:17.355Zuploading: /work/debug/opteadm (36381360 bytes)
5922026-07-13T08:43:18.546Zuploaded: /work/debug/opteadm
5932026-07-13T08:43:18.546Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5942026-07-13T08:43:19.554Zuploaded: /work/debug/opteadm.debug.sha256
5952026-07-13T08:43:19.554Zuploading: /work/release/opteadm (24746608 bytes)
5962026-07-13T08:43:20.688Zuploaded: /work/release/opteadm
5972026-07-13T08:43:20.688Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5982026-07-13T08:43:21.696Zuploaded: /work/release/opteadm.release.sha256