01KSTB6BRZ4F6N8GSNA8EJ7H9B: 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: 01KSTB7119MCE05JS3Q16AETRD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T17:07:16.193Zjob assigned to worker 01KSTB73REZV1NEB5K53E9D3MX [factory aws, i-021d04df69c6f5f9a] (queued for 53 s)
 
22026-05-29T17:07:22.355Zstarting task 0: "setup"
32026-05-29T17:07:22.360Z++ uname -s
42026-05-29T17:07:22.360Z+ kern=SunOS
52026-05-29T17:07:22.360Z+ build_user=build
62026-05-29T17:07:22.360Z+ build_uid=12345
72026-05-29T17:07:22.360Z+ work_dir=/work
82026-05-29T17:07:22.360Z+ input_dir=/input
92026-05-29T17:07:22.360Z+ [[ 0 == 12345 ]]
102026-05-29T17:07:22.360Z+ case "$kern" in
112026-05-29T17:07:22.361Z+ groupadd -g 12345 build
122026-05-29T17:07:22.371Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T17:07:24.376Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T17:07:24.459Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T17:07:24.462Z+ home_fs=zfs
162026-05-29T17:07:24.462Z+ [[ zfs == autofs ]]
172026-05-29T17:07:24.462Z+ mkdir -p /home/build
182026-05-29T17:07:24.462Z+ chown build:build /home/build /work
192026-05-29T17:07:26.463Z+ chmod 0700 /home/build /work
202026-05-29T17:07:26.466Zprocess exited: duration 4113 ms, exit code 0
 
212026-05-29T17:07:26.472Zstarting task 1: "rust-toolchain"
222026-05-29T17:07:26.476Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-29T17:07:26.476Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-29T17:07:26.476Z * rust toolchain channel = "1.95.0"
252026-05-29T17:07:26.476Z * rust toolchain profile = "default"
262026-05-29T17:07:26.476Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T17:07:26.476Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T17:07:26.479Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T17:07:26.479Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-29T17:07:26.558Zinfo: downloading installer
312026-05-29T17:07:27.910Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T17:07:27.910Zwarn: /home/build/.rustup/settings.toml
332026-05-29T17:07:27.910Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T17:07:27.910Zwarn: instead of the one inferred from the default host triple.
352026-05-29T17:07:27.923Zinfo: profile set to default
362026-05-29T17:07:27.923Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T17:07:27.926Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-29T17:07:28.066Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-29T17:07:28.072Zinfo: downloading 6 components
402026-05-29T17:07:42.302Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-29T17:07:42.302Z
422026-05-29T17:07:42.338Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-29T17:07:42.338Z
442026-05-29T17:07:42.338Z
452026-05-29T17:07:42.338ZRust is installed now. Great!
462026-05-29T17:07:42.338Z
472026-05-29T17:07:42.338ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T17:07:42.338Zenvironment variable. This has not been done automatically.
492026-05-29T17:07:42.338Z
502026-05-29T17:07:42.338ZTo configure your current shell, you need to source
512026-05-29T17:07:42.338Zthe corresponding env file under $HOME/.cargo.
522026-05-29T17:07:42.338Z
532026-05-29T17:07:42.338ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T17:07:42.341Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T17:07:42.341Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T17:07:42.341Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T17:07:42.341Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T17:07:42.341Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T17:07:42.341Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T17:07:42.341Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T17:07:42.341Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T17:07:42.436Z+ rustup --version
632026-05-29T17:07:42.445Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T17:07:42.448Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T17:07:42.467Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-29T17:07:42.470Z+ cargo --version
672026-05-29T17:07:42.484Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-29T17:07:42.486Z+ rustc --version
692026-05-29T17:07:42.507Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-29T17:07:42.510Zprocess exited: duration 16037 ms, exit code 0
 
712026-05-29T17:07:42.516Zstarting task 2: "authentication"
722026-05-29T17:07:42.532Zprocess exited: duration 15 ms, exit code 0
 
732026-05-29T17:07:42.538Zstarting task 3: "clone repository"
742026-05-29T17:07:42.541Z+ mkdir -p /work/oxidecomputer/opte
752026-05-29T17:07:42.543Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-29T17:07:42.583ZCloning into '/work/oxidecomputer/opte'...
772026-05-29T17:07:43.627Z+ cd /work/oxidecomputer/opte
782026-05-29T17:07:43.627Z+ git fetch origin 695967186b215cc897e224b125b7b8b7517e6b7d
792026-05-29T17:07:43.869ZFrom https://github.com/oxidecomputer/opte
802026-05-29T17:07:43.870Z * branch 695967186b215cc897e224b125b7b8b7517e6b7d -> FETCH_HEAD
812026-05-29T17:07:43.875Z+ [[ -n routecache-tuning ]]
822026-05-29T17:07:43.878Z++ git branch --show-current
832026-05-29T17:07:43.878Z+ current=master
842026-05-29T17:07:43.878Z+ [[ master != routecache-tuning ]]
852026-05-29T17:07:43.878Z+ git branch -f routecache-tuning 695967186b215cc897e224b125b7b8b7517e6b7d
862026-05-29T17:07:43.881Z+ git checkout -f routecache-tuning
872026-05-29T17:07:43.897ZSwitched to branch 'routecache-tuning'
882026-05-29T17:07:43.899Z+ git reset --hard 695967186b215cc897e224b125b7b8b7517e6b7d
892026-05-29T17:07:43.913ZHEAD is now at 6959671 Merge branch 'master' into routecache-tuning
902026-05-29T17:07:43.916Zprocess exited: duration 1376 ms, exit code 0
 
912026-05-29T17:07:43.923Zstarting task 4: "build"
922026-05-29T17:07:43.926Z+ source .github/buildomat/common.sh
932026-05-29T17:07:43.926Z++ rustup show active-toolchain
942026-05-29T17:07:43.931Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-29T17:07:43.934Z++ pushd xde
962026-05-29T17:07:43.934Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-29T17:07:43.934Z++ rustup show active-toolchain
982026-05-29T17:07:43.937Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-29T17:07:44.079Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-29T17:07:44.082Zinfo: downloading 6 components
1012026-05-29T17:07:57.536Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-29T17:07:57.626Z+++ rustup show active-toolchain -v
1032026-05-29T17:07:57.629Z+++ head -n 1
1042026-05-29T17:07:57.629Z+++ cut '-d ' -f1
1052026-05-29T17:07:57.681Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-29T17:07:57.681Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-29T17:07:57.681Z++ popd
1082026-05-29T17:07:57.685Z/work/oxidecomputer/opte
1092026-05-29T17:07:57.685Z+ cargo --version
1102026-05-29T17:07:57.697Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-29T17:07:57.703Z+ rustc --version
1122026-05-29T17:07:57.714Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-29T17:07:57.717Z+ pushd bin/opteadm
1142026-05-29T17:07:57.717Z+ header 'check style'
1152026-05-29T17:07:57.717Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-05-29T17:07:57.718Z+ echo '# ==== check style ==== #'
1172026-05-29T17:07:57.718Z# ==== check style ==== #
1182026-05-29T17:07:57.718Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-29T17:07:57.791Z
1202026-05-29T17:07:57.791Zreal 0.071827175
1212026-05-29T17:07:57.791Zuser 0.039806009
1222026-05-29T17:07:57.791Zsys 0.028404180
1232026-05-29T17:07:57.791Ztrap 0.000008640
1242026-05-29T17:07:57.794Ztflt 0.000014850
1252026-05-29T17:07:57.794Zdflt 0.000009140
1262026-05-29T17:07:57.794Zkflt 0.000000000
1272026-05-29T17:07:57.794Zlock 0.031706674
1282026-05-29T17:07:57.794Zslp 0.051223446
1292026-05-29T17:07:57.794Zlat 0.000635640
1302026-05-29T17:07:57.794Zstop 0.000101260
1312026-05-29T17:07:57.794Z+ header analyze
1322026-05-29T17:07:57.794Z+ echo '# ==== analyze ==== #'
1332026-05-29T17:07:57.795Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-05-29T17:07:57.795Z# ==== analyze ==== #
1352026-05-29T17:07:57.928Z Updating crates.io index
1362026-05-29T17:07:57.963Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-29T17:07:59.247Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-29T17:07:59.688Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-29T17:08:00.079Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-29T17:08:00.475Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-29T17:08:01.064Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-29T17:08:01.377Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-29T17:08:03.269Z Downloading crates ...
1442026-05-29T17:08:03.333Z Downloaded clap_derive v4.6.1
1452026-05-29T17:08:03.340Z Downloaded equivalent v1.0.2
1462026-05-29T17:08:03.343Z Downloaded chacha20 v0.10.0
1472026-05-29T17:08:03.356Z Downloaded serde_core v1.0.228
1482026-05-29T17:08:03.359Z Downloaded clap_builder v4.6.0
1492026-05-29T17:08:03.375Z Downloaded tabwriter v1.4.1
1502026-05-29T17:08:03.378Z Downloaded regex v1.12.3
1512026-05-29T17:08:03.378Z Downloaded foreign-types-shared v0.3.1
1522026-05-29T17:08:03.378Z Downloaded aho-corasick v1.1.4
1532026-05-29T17:08:03.378Z Downloaded zerocopy v0.8.48
1542026-05-29T17:08:03.387Z Downloaded zerocopy-derive v0.8.48
1552026-05-29T17:08:03.392Z Downloaded ref-cast-impl v1.0.25
1562026-05-29T17:08:03.396Z Downloaded proc-macro-error2 v2.0.1
1572026-05-29T17:08:03.396Z Downloaded pin-project-lite v0.2.17
1582026-05-29T17:08:03.399Z Downloaded socket2 v0.6.3
1592026-05-29T17:08:03.399Z Downloaded postcard v1.1.3
1602026-05-29T17:08:03.399Z Downloaded clap_lex v1.1.0
1612026-05-29T17:08:03.402Z Downloaded proc-macro-crate v3.5.0
1622026-05-29T17:08:03.402Z Downloaded cfg-if v1.0.4
1632026-05-29T17:08:03.402Z Downloaded oxnet v0.1.5
1642026-05-29T17:08:03.404Z Downloaded ident_case v1.0.1
1652026-05-29T17:08:03.404Z Downloaded tracing-attributes v0.1.31
1662026-05-29T17:08:03.407Z Downloaded pretty-hex v0.4.2
1672026-05-29T17:08:03.407Z Downloaded heck v0.5.0
1682026-05-29T17:08:03.412Z Downloaded is_terminal_polyfill v1.70.2
1692026-05-29T17:08:03.415Z Downloaded darling_macro v0.21.3
1702026-05-29T17:08:03.415Z Downloaded macaddr v1.0.1
1712026-05-29T17:08:03.417Z Downloaded num_enum v0.7.6
1722026-05-29T17:08:03.421Z Downloaded defmt-parser v1.0.0
1732026-05-29T17:08:03.425Z Downloaded errno v0.3.14
1742026-05-29T17:08:03.428Z Downloaded terminal_size v0.4.4
1752026-05-29T17:08:03.431Z Downloaded dyn-clone v1.0.20
1762026-05-29T17:08:03.434Z Downloaded strsim v0.11.1
1772026-05-29T17:08:03.436Z Downloaded stable_deref_trait v1.2.1
1782026-05-29T17:08:03.439Z Downloaded hash32 v0.3.1
1792026-05-29T17:08:03.442Z Downloaded embedded-io v0.4.0
1802026-05-29T17:08:03.445Z Downloaded colorchoice v1.0.5
1812026-05-29T17:08:03.449Z Downloaded embedded-io v0.6.1
1822026-05-29T17:08:03.449Z Downloaded foreign-types v0.5.0
1832026-05-29T17:08:03.452Z Downloaded proc-macro-error-attr2 v2.0.0
1842026-05-29T17:08:03.452Z Downloaded version_check v0.9.5
1852026-05-29T17:08:03.456Z Downloaded cobs v0.3.0
1862026-05-29T17:08:03.456Z Downloaded fnv v1.0.7
1872026-05-29T17:08:03.459Z Downloaded ref-cast v1.0.25
1882026-05-29T17:08:03.461Z Downloaded foreign-types-macros v0.2.3
1892026-05-29T17:08:03.465Z Downloaded bitflags v1.3.2
1902026-05-29T17:08:03.468Z Downloaded rand_core v0.10.1
1912026-05-29T17:08:03.473Z Downloaded bitflags v2.11.1
1922026-05-29T17:08:03.476Z Downloaded cpufeatures v0.3.0
1932026-05-29T17:08:03.476Z Downloaded anstyle-query v1.1.5
1942026-05-29T17:08:03.478Z Downloaded managed v0.8.0
1952026-05-29T17:08:03.478Z Downloaded defmt v0.3.100
1962026-05-29T17:08:03.484Z Downloaded cstr-argument v0.1.2
1972026-05-29T17:08:03.486Z Downloaded ipnetwork v0.21.1
1982026-05-29T17:08:03.489Z Downloaded utf8parse v0.2.2
1992026-05-29T17:08:03.492Z Downloaded thiserror v2.0.18
2002026-05-29T17:08:03.495Z Downloaded thiserror-impl v2.0.18
2012026-05-29T17:08:03.495Z Downloaded ingot v0.1.1
2022026-05-29T17:08:03.495Z Downloaded anstyle-parse v1.0.0
2032026-05-29T17:08:03.498Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2042026-05-29T17:08:03.498Z Downloaded byteorder v1.5.0
2052026-05-29T17:08:03.502Z Downloaded num_enum_derive v0.7.6
2062026-05-29T17:08:03.504Z Downloaded anstream v1.0.0
2072026-05-29T17:08:03.508Z Downloaded rustversion v1.0.22
2082026-05-29T17:08:03.511Z Downloaded quote v1.0.45
2092026-05-29T17:08:03.514Z Downloaded toml_parser v1.1.2+spec-1.1.0
2102026-05-29T17:08:03.517Z Downloaded either v1.15.0
2112026-05-29T17:08:03.523Z Downloaded defmt v1.0.1
2122026-05-29T17:08:03.526Z Downloaded ingot-types v0.1.2
2132026-05-29T17:08:03.526Z Downloaded anyhow v1.0.102
2142026-05-29T17:08:03.529Z Downloaded once_cell v1.21.4
2152026-05-29T17:08:03.529Z Downloaded ingot-macros v0.1.1
2162026-05-29T17:08:03.538Z Downloaded defmt-macros v1.0.1
2172026-05-29T17:08:03.541Z Downloaded anstyle v1.0.14
2182026-05-29T17:08:03.544Z Downloaded colored v3.1.1
2192026-05-29T17:08:03.555Z Downloaded serde_derive v1.0.228
2202026-05-29T17:08:03.558Z Downloaded unicode-ident v1.0.24
2212026-05-29T17:08:03.558Z Downloaded getrandom v0.4.2
2222026-05-29T17:08:03.561Z Downloaded memchr v2.8.0
2232026-05-29T17:08:03.569Z Downloaded darling v0.21.3
2242026-05-29T17:08:03.572Z Downloaded tracing-core v0.1.36
2252026-05-29T17:08:03.574Z Downloaded uuid v1.23.1
2262026-05-29T17:08:03.579Z Downloaded clap v4.6.1
2272026-05-29T17:08:03.583Z Downloaded toml_edit v0.25.11+spec-1.1.0
2282026-05-29T17:08:03.589Z Downloaded heapless v0.8.0
2292026-05-29T17:08:03.594Z Downloaded rand v0.10.1
2302026-05-29T17:08:03.597Z Downloaded proc-macro2 v1.0.106
2312026-05-29T17:08:03.601Z Downloaded darling_core v0.21.3
2322026-05-29T17:08:03.609Z Downloaded hashbrown v0.17.0
2332026-05-29T17:08:03.612Z Downloaded serde v1.0.228
2342026-05-29T17:08:03.615Z Downloaded indexmap v2.14.0
2352026-05-29T17:08:03.621Z Downloaded itertools v0.14.0
2362026-05-29T17:08:03.677Z Downloaded winnow v1.0.2
2372026-05-29T17:08:03.709Z Downloaded syn v1.0.109
2382026-05-29T17:08:03.731Z Downloaded unicode-width v0.2.2
2392026-05-29T17:08:03.734Z Downloaded syn v2.0.117
2402026-05-29T17:08:03.739Z Downloaded smoltcp v0.11.0
2412026-05-29T17:08:03.758Z Downloaded regex-syntax v0.8.10
2422026-05-29T17:08:03.774Z Downloaded rustix v1.1.4
2432026-05-29T17:08:03.786Z Downloaded tracing v0.1.44
2442026-05-29T17:08:03.808Z Downloaded regex-automata v0.4.14
2452026-05-29T17:08:03.816Z Downloaded libc v0.2.186
2462026-05-29T17:08:03.878Z Compiling proc-macro2 v1.0.106
2472026-05-29T17:08:03.878Z Compiling unicode-ident v1.0.24
2482026-05-29T17:08:03.878Z Compiling quote v1.0.45
2492026-05-29T17:08:03.878Z Compiling serde_core v1.0.228
2502026-05-29T17:08:03.881Z Compiling libc v0.2.186
2512026-05-29T17:08:03.881Z Checking cfg-if v1.0.4
2522026-05-29T17:08:03.881Z Compiling thiserror v2.0.18
2532026-05-29T17:08:03.881Z Compiling strsim v0.11.1
2542026-05-29T17:08:04.005Z Compiling memchr v2.8.0
2552026-05-29T17:08:04.086Z Compiling ident_case v1.0.1
2562026-05-29T17:08:04.195Z Compiling fnv v1.0.7
2572026-05-29T17:08:04.245Z Compiling regex-syntax v0.8.10
2582026-05-29T17:08:04.284Z Compiling equivalent v1.0.2
2592026-05-29T17:08:04.357Z Compiling either v1.15.0
2602026-05-29T17:08:04.370Z Compiling hashbrown v0.17.0
2612026-05-29T17:08:04.514Z Compiling aho-corasick v1.1.4
2622026-05-29T17:08:04.554Z Compiling zerocopy v0.8.48
2632026-05-29T17:08:04.572Z Compiling serde v1.0.228
2642026-05-29T17:08:04.662Z Compiling winnow v1.0.2
2652026-05-29T17:08:04.891Z Compiling anyhow v1.0.102
2662026-05-29T17:08:04.940Z Compiling indexmap v2.14.0
2672026-05-29T17:08:05.180Z Compiling syn v2.0.117
2682026-05-29T17:08:05.207Z Compiling itertools v0.14.0
2692026-05-29T17:08:05.231Z Checking byteorder v1.5.0
2702026-05-29T17:08:05.387Z Compiling heapless v0.8.0
2712026-05-29T17:08:05.543Z Compiling toml_datetime v1.1.1+spec-1.1.0
2722026-05-29T17:08:05.683Z Compiling regex-automata v0.4.14
2732026-05-29T17:08:05.693Z Compiling toml_parser v1.1.2+spec-1.1.0
2742026-05-29T17:08:05.773Z Checking bitflags v2.11.1
2752026-05-29T17:08:05.938Z Checking hash32 v0.3.1
2762026-05-29T17:08:05.968Z Compiling smoltcp v0.11.0
2772026-05-29T17:08:05.971Z Compiling rustversion v1.0.22
2782026-05-29T17:08:06.048Z Checking stable_deref_trait v1.2.1
2792026-05-29T17:08:06.117Z Compiling toml_edit v0.25.11+spec-1.1.0
2802026-05-29T17:08:06.304Z Compiling syn v1.0.109
2812026-05-29T17:08:06.323Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2822026-05-29T17:08:06.326Z Checking macaddr v1.0.1
2832026-05-29T17:08:06.465Z Checking managed v0.8.0
2842026-05-29T17:08:06.496Z Compiling getrandom v0.4.2
2852026-05-29T17:08:06.583Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2862026-05-29T17:08:06.650Z Compiling ref-cast v1.0.25
2872026-05-29T17:08:06.685Z Compiling proc-macro-crate v3.5.0
2882026-05-29T17:08:06.784Z Checking rand_core v0.10.1
2892026-05-29T17:08:06.810Z Compiling version_check v0.9.5
2902026-05-29T17:08:06.825Z Checking bitflags v1.3.2
2912026-05-29T17:08:06.888Z Compiling rustix v1.1.4
2922026-05-29T17:08:07.079Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-05-29T17:08:07.108Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-29T17:08:07.340Z Checking errno v0.3.14
2952026-05-29T17:08:07.394Z Checking ipnetwork v0.21.1
2962026-05-29T17:08:07.445Z Compiling regex v1.12.3
2972026-05-29T17:08:07.563Z Checking cpufeatures v0.3.0
2982026-05-29T17:08:07.627Z Checking unicode-width v0.2.2
2992026-05-29T17:08:07.655Z Checking utf8parse v0.2.2
3002026-05-29T17:08:07.752Z Checking foreign-types-shared v0.3.1
3012026-05-29T17:08:07.810Z Checking once_cell v1.21.4
3022026-05-29T17:08:07.832Z Compiling darling_core v0.21.3
3032026-05-29T17:08:07.839Z Checking cstr-argument v0.1.2
3042026-05-29T17:08:07.870Z Checking tabwriter v1.4.1
3052026-05-29T17:08:07.950Z Checking anstyle-parse v1.0.0
3062026-05-29T17:08:07.975Z Checking tracing-core v0.1.36
3072026-05-29T17:08:08.009Z Checking chacha20 v0.10.0
3082026-05-29T17:08:08.338Z Checking anstyle-query v1.1.5
3092026-05-29T17:08:08.399Z Checking pretty-hex v0.4.2
3102026-05-29T17:08:08.425Z Checking is_terminal_polyfill v1.70.2
3112026-05-29T17:08:08.502Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3122026-05-29T17:08:08.502Z Checking pin-project-lite v0.2.17
3132026-05-29T17:08:08.513Z Checking anstyle v1.0.14
3142026-05-29T17:08:08.518Z Checking dyn-clone v1.0.20
3152026-05-29T17:08:08.540Z Checking colorchoice v1.0.5
3162026-05-29T17:08:08.589Z Checking terminal_size v0.4.4
3172026-05-29T17:08:08.686Z Checking anstream v1.0.0
3182026-05-29T17:08:08.698Z Checking rand v0.10.1
3192026-05-29T17:08:08.731Z Checking uuid v1.23.1
3202026-05-29T17:08:08.808Z Checking socket2 v0.6.3
3212026-05-29T17:08:08.932Z Checking oxnet v0.1.5
3222026-05-29T17:08:09.032Z Compiling thiserror-impl v2.0.18
3232026-05-29T17:08:09.057Z Compiling zerocopy-derive v0.8.48
3242026-05-29T17:08:09.105Z Compiling serde_derive v1.0.228
3252026-05-29T17:08:09.142Z Compiling num_enum_derive v0.7.6
3262026-05-29T17:08:09.157Z Compiling foreign-types-macros v0.2.3
3272026-05-29T17:08:09.722Z Compiling ref-cast-impl v1.0.25
3282026-05-29T17:08:09.773Z Checking foreign-types v0.5.0
3292026-05-29T17:08:09.841Z Compiling tracing-attributes v0.1.31
3302026-05-29T17:08:09.922Z Compiling darling_macro v0.21.3
3312026-05-29T17:08:10.128Z Checking num_enum v0.7.6
3322026-05-29T17:08:10.238Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3332026-05-29T17:08:10.333Z Checking cobs v0.3.0
3342026-05-29T17:08:10.371Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3352026-05-29T17:08:10.401Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3362026-05-29T17:08:10.472Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3372026-05-29T17:08:10.479Z Compiling darling v0.21.3
3382026-05-29T17:08:10.549Z Compiling ingot-macros v0.1.1
3392026-05-29T17:08:10.556Z Compiling heck v0.5.0
3402026-05-29T17:08:10.637Z Checking clap_lex v1.1.0
3412026-05-29T17:08:10.824Z Checking colored v3.1.1
3422026-05-29T17:08:10.834Z Checking clap_builder v4.6.0
3432026-05-29T17:08:10.860Z Compiling clap_derive v4.6.1
3442026-05-29T17:08:10.892Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-05-29T17:08:10.994Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462026-05-29T17:08:11.082Z Checking tracing v0.1.44
3472026-05-29T17:08:12.047Z Checking postcard v1.1.3
3482026-05-29T17:08:12.257Z Checking clap v4.6.1
3492026-05-29T17:08:13.130Z Checking ingot-types v0.1.2
3502026-05-29T17:08:13.394Z Checking ingot v0.1.1
3512026-05-29T17:08:14.682Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-29T17:08:15.886Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-29T17:08:17.093Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-29T17:08:17.927Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.08s
3552026-05-29T17:08:18.047Z
3562026-05-29T17:08:18.047Zreal 20.250046721
3572026-05-29T17:08:18.047Zuser 54.481188837
3582026-05-29T17:08:18.047Zsys 13.524747980
3592026-05-29T17:08:18.047Ztrap 0.044811348
3602026-05-29T17:08:18.047Ztflt 0.072609825
3612026-05-29T17:08:18.047Zdflt 0.158829838
3622026-05-29T17:08:18.047Zkflt 0.007150423
3632026-05-29T17:08:18.047Zlock 3:00.326610194
3642026-05-29T17:08:18.048Zslp 3:08.349047789
3652026-05-29T17:08:18.051Zlat 3.222901429
3662026-05-29T17:08:18.051Zstop 10.943293571
3672026-05-29T17:08:18.051Z+ header 'debug build'
3682026-05-29T17:08:18.051Z+ echo '# ==== debug build ==== #'
3692026-05-29T17:08:18.051Z+ ptime -m cargo build
3702026-05-29T17:08:18.051Z# ==== debug build ==== #
3712026-05-29T17:08:18.208Z Compiling cfg-if v1.0.4
3722026-05-29T17:08:18.208Z Compiling serde_core v1.0.228
3732026-05-29T17:08:18.211Z Compiling libc v0.2.186
3742026-05-29T17:08:18.235Z Compiling thiserror v2.0.18
3752026-05-29T17:08:18.239Z Compiling byteorder v1.5.0
3762026-05-29T17:08:18.242Z Compiling zerocopy v0.8.48
3772026-05-29T17:08:18.245Z Compiling macaddr v1.0.1
3782026-05-29T17:08:18.245Z Compiling stable_deref_trait v1.2.1
3792026-05-29T17:08:18.283Z Compiling rand_core v0.10.1
3802026-05-29T17:08:18.298Z Compiling cobs v0.3.0
3812026-05-29T17:08:18.312Z Compiling managed v0.8.0
3822026-05-29T17:08:18.403Z Compiling hash32 v0.3.1
3832026-05-29T17:08:18.430Z Compiling bitflags v1.3.2
3842026-05-29T17:08:18.477Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-05-29T17:08:18.492Z Compiling heapless v0.8.0
3862026-05-29T17:08:18.518Z Compiling errno v0.3.14
3872026-05-29T17:08:18.547Z Compiling utf8parse v0.2.2
3882026-05-29T17:08:18.561Z Compiling foreign-types-shared v0.3.1
3892026-05-29T17:08:18.564Z Compiling cpufeatures v0.3.0
3902026-05-29T17:08:18.621Z Compiling memchr v2.8.0
3912026-05-29T17:08:18.635Z Compiling unicode-width v0.2.2
3922026-05-29T17:08:18.639Z Compiling once_cell v1.21.4
3932026-05-29T17:08:18.673Z Compiling ipnetwork v0.21.1
3942026-05-29T17:08:18.746Z Compiling foreign-types v0.5.0
3952026-05-29T17:08:18.854Z Compiling smoltcp v0.11.0
3962026-05-29T17:08:18.875Z Compiling tabwriter v1.4.1
3972026-05-29T17:08:18.913Z Compiling tracing-core v0.1.36
3982026-05-29T17:08:18.961Z Compiling anstyle-parse v1.0.0
3992026-05-29T17:08:19.167Z Compiling cstr-argument v0.1.2
4002026-05-29T17:08:19.210Z Compiling chacha20 v0.10.0
4012026-05-29T17:08:19.291Z Compiling ref-cast v1.0.25
4022026-05-29T17:08:19.328Z Compiling num_enum v0.7.6
4032026-05-29T17:08:19.381Z Compiling getrandom v0.4.2
4042026-05-29T17:08:19.433Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4052026-05-29T17:08:19.540Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-29T17:08:19.543Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-29T17:08:19.587Z Compiling anstyle v1.0.14
4082026-05-29T17:08:19.638Z Compiling pin-project-lite v0.2.17
4092026-05-29T17:08:19.726Z Compiling dyn-clone v1.0.20
4102026-05-29T17:08:19.812Z Compiling is_terminal_polyfill v1.70.2
4112026-05-29T17:08:19.850Z Compiling anstyle-query v1.1.5
4122026-05-29T17:08:19.887Z Compiling pretty-hex v0.4.2
4132026-05-29T17:08:19.891Z Compiling colorchoice v1.0.5
4142026-05-29T17:08:19.956Z Compiling bitflags v2.11.1
4152026-05-29T17:08:19.998Z Compiling serde v1.0.228
4162026-05-29T17:08:20.011Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4172026-05-29T17:08:20.107Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4182026-05-29T17:08:20.107Z Compiling rustix v1.1.4
4192026-05-29T17:08:20.220Z Compiling anstream v1.0.0
4202026-05-29T17:08:20.223Z Compiling uuid v1.23.1
4212026-05-29T17:08:20.401Z Compiling tracing v0.1.44
4222026-05-29T17:08:20.656Z Compiling postcard v1.1.3
4232026-05-29T17:08:20.709Z Compiling terminal_size v0.4.4
4242026-05-29T17:08:20.718Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4252026-05-29T17:08:20.785Z Compiling anyhow v1.0.102
4262026-05-29T17:08:20.796Z Compiling rand v0.10.1
4272026-05-29T17:08:20.872Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-05-29T17:08:20.988Z Compiling socket2 v0.6.3
4292026-05-29T17:08:21.005Z Compiling colored v3.1.1
4302026-05-29T17:08:21.199Z Compiling ingot-types v0.1.2
4312026-05-29T17:08:21.281Z Compiling oxnet v0.1.5
4322026-05-29T17:08:21.332Z Compiling strsim v0.11.1
4332026-05-29T17:08:21.596Z Compiling ingot v0.1.1
4342026-05-29T17:08:21.671Z Compiling clap_lex v1.1.0
4352026-05-29T17:08:21.752Z Compiling winnow v1.0.2
4362026-05-29T17:08:21.774Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-05-29T17:08:21.857Z Compiling clap_builder v4.6.0
4382026-05-29T17:08:22.647Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4392026-05-29T17:08:23.211Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-29T17:08:23.433Z Compiling clap v4.6.1
4412026-05-29T17:08:24.631Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-29T17:08:26.234Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-29T17:08:30.692Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.63s
4442026-05-29T17:08:30.723Z
4452026-05-29T17:08:30.726Zreal 12.664509891
4462026-05-29T17:08:30.726Zuser 1:04.847107825
4472026-05-29T17:08:30.726Zsys 6.206247711
4482026-05-29T17:08:30.726Ztrap 0.031547431
4492026-05-29T17:08:30.726Ztflt 0.167588401
4502026-05-29T17:08:30.726Zdflt 0.255766423
4512026-05-29T17:08:30.726Zkflt 0.000002610
4522026-05-29T17:08:30.726Zlock 2:54.488398230
4532026-05-29T17:08:30.726Zslp 1:53.667532365
4542026-05-29T17:08:30.726Zlat 4.375804196
4552026-05-29T17:08:30.726Zstop 4.203299756
4562026-05-29T17:08:30.726Z+ header 'release build'
4572026-05-29T17:08:30.726Z+ echo '# ==== release build ==== #'
4582026-05-29T17:08:30.726Z# ==== release build ==== #
4592026-05-29T17:08:30.726Z+ ptime -m cargo build --release
4602026-05-29T17:08:30.825Z Compiling proc-macro2 v1.0.106
4612026-05-29T17:08:30.825Z Compiling unicode-ident v1.0.24
4622026-05-29T17:08:30.825Z Compiling quote v1.0.45
4632026-05-29T17:08:30.825Z Compiling serde_core v1.0.228
4642026-05-29T17:08:30.825Z Compiling libc v0.2.186
4652026-05-29T17:08:30.829Z Compiling cfg-if v1.0.4
4662026-05-29T17:08:30.829Z Compiling ident_case v1.0.1
4672026-05-29T17:08:30.829Z Compiling thiserror v2.0.18
4682026-05-29T17:08:30.898Z Compiling strsim v0.11.1
4692026-05-29T17:08:30.942Z Compiling fnv v1.0.7
4702026-05-29T17:08:30.947Z Compiling memchr v2.8.0
4712026-05-29T17:08:31.023Z Compiling regex-syntax v0.8.10
4722026-05-29T17:08:31.155Z Compiling zerocopy v0.8.48
4732026-05-29T17:08:31.174Z Compiling anyhow v1.0.102
4742026-05-29T17:08:31.338Z Compiling aho-corasick v1.1.4
4752026-05-29T17:08:31.486Z Compiling serde v1.0.228
4762026-05-29T17:08:31.490Z Compiling equivalent v1.0.2
4772026-05-29T17:08:31.524Z Compiling winnow v1.0.2
4782026-05-29T17:08:31.555Z Compiling either v1.15.0
4792026-05-29T17:08:31.565Z Compiling hashbrown v0.17.0
4802026-05-29T17:08:31.743Z Compiling itertools v0.14.0
4812026-05-29T17:08:31.962Z Compiling syn v2.0.117
4822026-05-29T17:08:32.049Z Compiling indexmap v2.14.0
4832026-05-29T17:08:32.112Z Compiling toml_datetime v1.1.1+spec-1.1.0
4842026-05-29T17:08:32.336Z Compiling byteorder v1.5.0
4852026-05-29T17:08:32.514Z Compiling regex-automata v0.4.14
4862026-05-29T17:08:32.518Z Compiling toml_parser v1.1.2+spec-1.1.0
4872026-05-29T17:08:32.639Z Compiling heapless v0.8.0
4882026-05-29T17:08:32.670Z Compiling hash32 v0.3.1
4892026-05-29T17:08:32.797Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4902026-05-29T17:08:32.931Z Compiling bitflags v2.11.1
4912026-05-29T17:08:33.031Z Compiling toml_edit v0.25.11+spec-1.1.0
4922026-05-29T17:08:33.035Z Compiling rustversion v1.0.22
4932026-05-29T17:08:33.038Z Compiling macaddr v1.0.1
4942026-05-29T17:08:33.047Z Compiling smoltcp v0.11.0
4952026-05-29T17:08:33.111Z Compiling syn v1.0.109
4962026-05-29T17:08:33.225Z Compiling stable_deref_trait v1.2.1
4972026-05-29T17:08:33.262Z Compiling bitflags v1.3.2
4982026-05-29T17:08:33.323Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4992026-05-29T17:08:33.376Z Compiling getrandom v0.4.2
5002026-05-29T17:08:33.402Z Compiling ref-cast v1.0.25
5012026-05-29T17:08:33.457Z Compiling managed v0.8.0
5022026-05-29T17:08:33.541Z Compiling proc-macro-crate v3.5.0
5032026-05-29T17:08:33.634Z Compiling rand_core v0.10.1
5042026-05-29T17:08:33.682Z Compiling rustix v1.1.4
5052026-05-29T17:08:33.708Z Compiling version_check v0.9.5
5062026-05-29T17:08:33.938Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5072026-05-29T17:08:33.956Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-29T17:08:34.186Z Compiling regex v1.12.3
5092026-05-29T17:08:34.215Z Compiling errno v0.3.14
5102026-05-29T17:08:34.314Z Compiling unicode-width v0.2.2
5112026-05-29T17:08:34.455Z Compiling foreign-types-shared v0.3.1
5122026-05-29T17:08:34.533Z Compiling darling_core v0.21.3
5132026-05-29T17:08:34.568Z Compiling utf8parse v0.2.2
5142026-05-29T17:08:34.595Z Compiling ipnetwork v0.21.1
5152026-05-29T17:08:34.661Z Compiling cpufeatures v0.3.0
5162026-05-29T17:08:34.723Z Compiling once_cell v1.21.4
5172026-05-29T17:08:34.945Z Compiling tracing-core v0.1.36
5182026-05-29T17:08:34.949Z Compiling cstr-argument v0.1.2
5192026-05-29T17:08:35.000Z Compiling chacha20 v0.10.0
5202026-05-29T17:08:35.095Z Compiling anstyle-parse v1.0.0
5212026-05-29T17:08:35.106Z Compiling tabwriter v1.4.1
5222026-05-29T17:08:35.650Z Compiling thiserror-impl v2.0.18
5232026-05-29T17:08:35.736Z Compiling serde_derive v1.0.228
5242026-05-29T17:08:35.762Z Compiling zerocopy-derive v0.8.48
5252026-05-29T17:08:35.815Z Compiling num_enum_derive v0.7.6
5262026-05-29T17:08:36.114Z Compiling foreign-types-macros v0.2.3
5272026-05-29T17:08:36.508Z Compiling ref-cast-impl v1.0.25
5282026-05-29T17:08:36.661Z Compiling darling_macro v0.21.3
5292026-05-29T17:08:36.756Z Compiling foreign-types v0.5.0
5302026-05-29T17:08:36.813Z Compiling num_enum v0.7.6
5312026-05-29T17:08:36.822Z Compiling tracing-attributes v0.1.31
5322026-05-29T17:08:36.921Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5332026-05-29T17:08:37.030Z Compiling cobs v0.3.0
5342026-05-29T17:08:37.135Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5352026-05-29T17:08:37.198Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5362026-05-29T17:08:37.220Z Compiling darling v0.21.3
5372026-05-29T17:08:37.236Z Compiling dyn-clone v1.0.20
5382026-05-29T17:08:37.287Z Compiling ingot-macros v0.1.1
5392026-05-29T17:08:37.365Z Compiling is_terminal_polyfill v1.70.2
5402026-05-29T17:08:37.413Z Compiling pin-project-lite v0.2.17
5412026-05-29T17:08:37.416Z Compiling anstyle-query v1.1.5
5422026-05-29T17:08:37.442Z Compiling colorchoice v1.0.5
5432026-05-29T17:08:37.495Z Compiling pretty-hex v0.4.2
5442026-05-29T17:08:37.501Z Compiling anstyle v1.0.14
5452026-05-29T17:08:37.548Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5462026-05-29T17:08:37.607Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5472026-05-29T17:08:37.619Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5482026-05-29T17:08:37.714Z Compiling anstream v1.0.0
5492026-05-29T17:08:37.810Z Compiling terminal_size v0.4.4
5502026-05-29T17:08:37.941Z Compiling rand v0.10.1
5512026-05-29T17:08:38.024Z Compiling uuid v1.23.1
5522026-05-29T17:08:38.028Z Compiling tracing v0.1.44
5532026-05-29T17:08:38.111Z Compiling socket2 v0.6.3
5542026-05-29T17:08:38.335Z Compiling oxnet v0.1.5
5552026-05-29T17:08:38.404Z Compiling clap_lex v1.1.0
5562026-05-29T17:08:38.431Z Compiling colored v3.1.1
5572026-05-29T17:08:38.609Z Compiling heck v0.5.0
5582026-05-29T17:08:38.735Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5592026-05-29T17:08:38.795Z Compiling clap_derive v4.6.1
5602026-05-29T17:08:38.978Z Compiling postcard v1.1.3
5612026-05-29T17:08:39.028Z Compiling clap_builder v4.6.0
5622026-05-29T17:08:40.154Z Compiling ingot-types v0.1.2
5632026-05-29T17:08:40.473Z Compiling ingot v0.1.1
5642026-05-29T17:08:40.809Z Compiling clap v4.6.1
5652026-05-29T17:08:42.216Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-29T17:08:43.214Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-29T17:08:44.256Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-29T17:08:50.809Z Finished `release` profile [optimized + debuginfo] target(s) in 20.07s
5692026-05-29T17:08:50.837Z
5702026-05-29T17:08:50.840Zreal 20.102666212
5712026-05-29T17:08:50.840Zuser 1:42.750094480
5722026-05-29T17:08:50.840Zsys 13.858014422
5732026-05-29T17:08:50.840Ztrap 0.053967534
5742026-05-29T17:08:50.840Ztflt 0.079702431
5752026-05-29T17:08:50.840Zdflt 0.374026671
5762026-05-29T17:08:50.840Zkflt 0.000008980
5772026-05-29T17:08:50.840Zlock 4:25.960791365
5782026-05-29T17:08:50.840Zslp 3:26.815307305
5792026-05-29T17:08:50.840Zlat 4.412927232
5802026-05-29T17:08:50.841Zstop 8.651642588
5812026-05-29T17:08:50.841Z+ popd
5822026-05-29T17:08:50.841Z/work/oxidecomputer/opte
5832026-05-29T17:08:50.841Z+ for x in debug release
5842026-05-29T17:08:50.841Z+ mkdir -p /work/debug
5852026-05-29T17:08:50.841Z+ cp target/debug/opteadm /work/debug/
5862026-05-29T17:08:50.863Z+ sha256sum target/debug/opteadm
5872026-05-29T17:08:50.888Z+ for x in debug release
5882026-05-29T17:08:50.888Z+ mkdir -p /work/release
5892026-05-29T17:08:50.891Z+ cp target/release/opteadm /work/release/
5902026-05-29T17:08:50.905Z+ sha256sum target/release/opteadm
5912026-05-29T17:08:50.923Zprocess exited: duration 66999 ms, exit code 0
 
5922026-05-29T17:08:50.934Zfound 4 output files
5932026-05-29T17:08:50.934Zuploading: /work/debug/opteadm (36383584 bytes)
5942026-05-29T17:08:52.537Zuploaded: /work/debug/opteadm
5952026-05-29T17:08:52.540Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-29T17:08:53.548Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-29T17:08:53.548Zuploading: /work/release/opteadm (24514864 bytes)
5982026-05-29T17:08:54.711Zuploaded: /work/release/opteadm
5992026-05-29T17:08:54.711Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-29T17:08:55.719Zuploaded: /work/release/opteadm.release.sha256