01KWZGEVD171PW0VWJJAJJ3V7J: 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: 01KWZGFC01K1X95MRQPMH7FVPX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-08T00:02:43.323Zjob assigned to worker 01KWZGFQRRZ5M8KDWGCKRC56KH [factory aws, i-00c3f1ffe05dc56e1] (queued for 1 m 7 s)
 
22026-07-08T00:02:49.403Zstarting task 0: "setup"
32026-07-08T00:02:49.408Z++ uname -s
42026-07-08T00:02:49.408Z+ kern=SunOS
52026-07-08T00:02:49.408Z+ build_user=build
62026-07-08T00:02:49.408Z+ build_uid=12345
72026-07-08T00:02:49.408Z+ work_dir=/work
82026-07-08T00:02:49.408Z+ input_dir=/input
92026-07-08T00:02:49.408Z+ [[ 0 == 12345 ]]
102026-07-08T00:02:49.408Z+ case "$kern" in
112026-07-08T00:02:49.409Z+ groupadd -g 12345 build
122026-07-08T00:02:49.412Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-08T00:02:51.415Z+ zfs create -o mountpoint=/work rpool/work
142026-07-08T00:02:51.493Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-08T00:02:51.496Z+ home_fs=zfs
162026-07-08T00:02:51.496Z+ [[ zfs == autofs ]]
172026-07-08T00:02:51.496Z+ mkdir -p /home/build
182026-07-08T00:02:51.496Z+ chown build:build /home/build /work
192026-07-08T00:02:53.498Z+ chmod 0700 /home/build /work
202026-07-08T00:02:53.501Zprocess exited: duration 4098 ms, exit code 0
 
212026-07-08T00:02:53.508Zstarting task 1: "rust-toolchain"
222026-07-08T00:02:53.512Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-07-08T00:02:53.512Z * rust toolchain channel = "1.96.0"
242026-07-08T00:02:53.513Z * rust toolchain profile = "default"
252026-07-08T00:02:53.513Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-08T00:02:53.513Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-08T00:02:53.516Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-08T00:02:53.516Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-08T00:02:53.516Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-07-08T00:02:53.620Zinfo: downloading installer
312026-07-08T00:02:55.074Zwarn: It looks like you have an existing rustup settings file at:
322026-07-08T00:02:55.074Zwarn: /home/build/.rustup/settings.toml
332026-07-08T00:02:55.074Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-08T00:02:55.074Zwarn: instead of the one inferred from the default host triple.
352026-07-08T00:02:55.086Zinfo: profile set to default
362026-07-08T00:02:55.086Zinfo: default host triple is x86_64-unknown-illumos
372026-07-08T00:02:55.090Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-07-08T00:02:55.224Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-07-08T00:02:55.228Zinfo: downloading 6 components
402026-07-08T00:03:10.127Z
412026-07-08T00:03:10.127Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-07-08T00:03:10.166Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-07-08T00:03:10.166Z
442026-07-08T00:03:10.166Z
452026-07-08T00:03:10.166ZRust is installed now. Great!
462026-07-08T00:03:10.166Z
472026-07-08T00:03:10.167ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-08T00:03:10.167Zenvironment variable. This has not been done automatically.
492026-07-08T00:03:10.167Z
502026-07-08T00:03:10.167ZTo configure your current shell, you need to source
512026-07-08T00:03:10.167Zthe corresponding env file under $HOME/.cargo.
522026-07-08T00:03:10.167Z
532026-07-08T00:03:10.167ZThis is usually done by running one of the following (note the leading DOT):
542026-07-08T00:03:10.172Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-08T00:03:10.172Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-08T00:03:10.172Zsource "~/.cargo/env.nu" # For nushell
572026-07-08T00:03:10.172Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-08T00:03:10.172Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-08T00:03:10.172Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-08T00:03:10.172Zwarn: no default linker (`cc`) was found in your PATH
612026-07-08T00:03:10.172Zwarn: many Rust crates require a system C toolchain to build
622026-07-08T00:03:10.269Z+ rustup --version
632026-07-08T00:03:10.278Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-08T00:03:10.281Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-08T00:03:10.299Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-07-08T00:03:10.304Z+ cargo --version
672026-07-08T00:03:10.315Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-07-08T00:03:10.318Z+ rustc --version
692026-07-08T00:03:10.337Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-07-08T00:03:10.341Zprocess exited: duration 16830 ms, exit code 0
 
712026-07-08T00:03:10.350Zstarting task 2: "authentication"
722026-07-08T00:03:10.364ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-08T00:03:16.379Zprocess exited: duration 6028 ms, exit code 0
 
742026-07-08T00:03:16.386Zstarting task 3: "clone repository"
752026-07-08T00:03:16.390Z+ mkdir -p /work/oxidecomputer/opte
762026-07-08T00:03:16.393Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-08T00:03:16.423ZCloning into '/work/oxidecomputer/opte'...
782026-07-08T00:03:17.327Z+ cd /work/oxidecomputer/opte
792026-07-08T00:03:17.327Z+ git fetch origin f4433191fba909e99e9b27e9e9700d916b96f38d
802026-07-08T00:03:17.560ZFrom https://github.com/oxidecomputer/opte
812026-07-08T00:03:17.560Z * branch f4433191fba909e99e9b27e9e9700d916b96f38d -> FETCH_HEAD
822026-07-08T00:03:17.565Z+ [[ -n zl/mcast-tx-ecmp-select-one ]]
832026-07-08T00:03:17.568Z++ git branch --show-current
842026-07-08T00:03:17.568Z+ current=master
852026-07-08T00:03:17.568Z+ [[ master != zl/mcast-tx-ecmp-select-one ]]
862026-07-08T00:03:17.568Z+ git branch -f zl/mcast-tx-ecmp-select-one f4433191fba909e99e9b27e9e9700d916b96f38d
872026-07-08T00:03:17.571Z+ git checkout -f zl/mcast-tx-ecmp-select-one
882026-07-08T00:03:17.586ZSwitched to branch 'zl/mcast-tx-ecmp-select-one'
892026-07-08T00:03:17.590Z+ git reset --hard f4433191fba909e99e9b27e9e9700d916b96f38d
902026-07-08T00:03:17.601ZHEAD is now at f443319 [review] Coalesce multicast Tx targets onto one next hop before splitting
912026-07-08T00:03:17.606Zprocess exited: duration 1211 ms, exit code 0
 
922026-07-08T00:03:17.611Zstarting task 4: "build"
932026-07-08T00:03:17.615Z+ source .github/buildomat/common.sh
942026-07-08T00:03:17.616Z++ rustup show active-toolchain
952026-07-08T00:03:17.620Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-08T00:03:17.623Z++ pushd xde
972026-07-08T00:03:17.623Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-08T00:03:17.623Z++ rustup show active-toolchain
992026-07-08T00:03:17.626Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
1002026-07-08T00:03:17.820Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1012026-07-08T00:03:17.823Zinfo: downloading 6 components
1022026-07-08T00:03:32.129Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-08T00:03:32.232Z+++ rustup show active-toolchain -v
1042026-07-08T00:03:32.235Z+++ head -n 1
1052026-07-08T00:03:32.235Z+++ cut '-d ' -f1
1062026-07-08T00:03:32.285Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-07-08T00:03:32.285Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1082026-07-08T00:03:32.285Z++ popd
1092026-07-08T00:03:32.285Z/work/oxidecomputer/opte
1102026-07-08T00:03:32.288Z+ cargo --version
1112026-07-08T00:03:32.294Zcargo 1.96.0 (30a34c682 2026-05-25)
1122026-07-08T00:03:32.297Z+ rustc --version
1132026-07-08T00:03:32.316Zrustc 1.96.0 (ac68faa20 2026-05-25)
1142026-07-08T00:03:32.319Z+ pushd bin/opteadm
1152026-07-08T00:03:32.319Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-07-08T00:03:32.319Z+ header 'check style'
1172026-07-08T00:03:32.319Z+ echo '# ==== check style ==== #'
1182026-07-08T00:03:32.319Z# ==== check style ==== #
1192026-07-08T00:03:32.319Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1202026-07-08T00:03:32.434Z
1212026-07-08T00:03:32.434Zreal 0.068833112
1222026-07-08T00:03:32.434Zuser 0.038719668
1232026-07-08T00:03:32.434Zsys 0.027697749
1242026-07-08T00:03:32.434Ztrap 0.000002060
1252026-07-08T00:03:32.434Ztflt 0.000007270
1262026-07-08T00:03:32.434Zdflt 0.000001040
1272026-07-08T00:03:32.434Zkflt 0.000000000
1282026-07-08T00:03:32.434Zlock 0.031309774
1292026-07-08T00:03:32.434Zslp 0.048456095
1302026-07-08T00:03:32.434Zlat 0.000715060
1312026-07-08T00:03:32.434Zstop 0.000111350
1322026-07-08T00:03:32.437Z+ header analyze
1332026-07-08T00:03:32.437Z+ echo '# ==== analyze ==== #'
1342026-07-08T00:03:32.437Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-07-08T00:03:32.437Z# ==== analyze ==== #
1362026-07-08T00:03:32.561Z Updating crates.io index
1372026-07-08T00:03:32.564Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-07-08T00:03:33.582Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-08T00:03:33.602Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-08T00:03:33.761Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-07-08T00:03:34.143Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-07-08T00:03:34.401Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-08T00:03:34.642Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-08T00:03:36.842Z Downloading crates ...
1452026-07-08T00:03:36.903Z Downloaded byteorder v1.5.0
1462026-07-08T00:03:36.906Z Downloaded bitflags v2.13.0
1472026-07-08T00:03:36.909Z Downloaded defmt-parser v1.0.0
1482026-07-08T00:03:36.912Z Downloaded foreign-types-macros v0.2.3
1492026-07-08T00:03:36.912Z Downloaded foreign-types v0.5.0
1502026-07-08T00:03:36.916Z Downloaded ident_case v1.0.1
1512026-07-08T00:03:36.917Z Downloaded cstr-argument v0.1.2
1522026-07-08T00:03:36.919Z Downloaded cfg-if v1.0.4
1532026-07-08T00:03:36.919Z Downloaded defmt v0.3.100
1542026-07-08T00:03:36.922Z Downloaded foreign-types-shared v0.3.1
1552026-07-08T00:03:36.922Z Downloaded darling_macro v0.21.3
1562026-07-08T00:03:36.930Z Downloaded clap_lex v1.1.0
1572026-07-08T00:03:36.934Z Downloaded anstyle-query v1.1.5
1582026-07-08T00:03:36.937Z Downloaded errno v0.3.14
1592026-07-08T00:03:36.937Z Downloaded dyn-clone v1.0.20
1602026-07-08T00:03:36.941Z Downloaded hash32 v0.3.1
1612026-07-08T00:03:36.944Z Downloaded zerocopy-derive v0.8.52
1622026-07-08T00:03:36.947Z Downloaded embedded-io v0.6.1
1632026-07-08T00:03:36.950Z Downloaded equivalent v1.0.2
1642026-07-08T00:03:36.950Z Downloaded zerocopy v0.8.52
1652026-07-08T00:03:36.960Z Downloaded heck v0.5.0
1662026-07-08T00:03:36.963Z Downloaded either v1.16.0
1672026-07-08T00:03:36.963Z Downloaded cobs v0.3.0
1682026-07-08T00:03:36.963Z Downloaded chacha20 v0.10.0
1692026-07-08T00:03:36.971Z Downloaded cpufeatures v0.3.0
1702026-07-08T00:03:36.974Z Downloaded macaddr v1.0.1
1712026-07-08T00:03:36.974Z Downloaded proc-macro-crate v3.5.0
1722026-07-08T00:03:36.977Z Downloaded embedded-io v0.4.0
1732026-07-08T00:03:36.977Z Downloaded version_check v0.9.5
1742026-07-08T00:03:36.977Z Downloaded fnv v1.0.7
1752026-07-08T00:03:36.982Z Downloaded anstyle v1.0.14
1762026-07-08T00:03:36.985Z Downloaded ingot v0.1.1
1772026-07-08T00:03:36.985Z Downloaded thiserror-impl v2.0.18
1782026-07-08T00:03:36.988Z Downloaded rand_core v0.10.1
1792026-07-08T00:03:36.991Z Downloaded strsim v0.11.1
1802026-07-08T00:03:36.994Z Downloaded bitflags v1.3.2
1812026-07-08T00:03:36.994Z Downloaded colorchoice v1.0.5
1822026-07-08T00:03:36.997Z Downloaded terminal_size v0.4.4
1832026-07-08T00:03:37.009Z Downloaded darling v0.21.3
1842026-07-08T00:03:37.012Z Downloaded ingot-types v0.1.2
1852026-07-08T00:03:37.015Z Downloaded clap_derive v4.6.1
1862026-07-08T00:03:37.015Z Downloaded stable_deref_trait v1.2.1
1872026-07-08T00:03:37.015Z Downloaded pretty-hex v0.4.2
1882026-07-08T00:03:37.018Z Downloaded managed v0.8.0
1892026-07-08T00:03:37.018Z Downloaded ref-cast v1.0.25
1902026-07-08T00:03:37.021Z Downloaded utf8parse v0.2.2
1912026-07-08T00:03:37.056Z Downloaded ref-cast-impl v1.0.25
1922026-07-08T00:03:37.075Z Downloaded proc-macro-error-attr2 v2.0.0
1932026-07-08T00:03:37.076Z Downloaded is_terminal_polyfill v1.70.2
1942026-07-08T00:03:37.076Z Downloaded tabwriter v1.4.1
1952026-07-08T00:03:37.076Z Downloaded anstream v1.0.0
1962026-07-08T00:03:37.076Z Downloaded quote v1.0.46
1972026-07-08T00:03:37.076Z Downloaded proc-macro-error2 v2.0.1
1982026-07-08T00:03:37.076Z Downloaded defmt-macros v1.1.0
1992026-07-08T00:03:37.076Z Downloaded ipnetwork v0.21.1
2002026-07-08T00:03:37.076Z Downloaded ingot-macros v0.1.1
2012026-07-08T00:03:37.076Z Downloaded anyhow v1.0.102
2022026-07-08T00:03:37.076Z Downloaded defmt v1.1.0
2032026-07-08T00:03:37.094Z Downloaded clap v4.6.1
2042026-07-08T00:03:37.094Z Downloaded anstyle-parse v1.0.0
2052026-07-08T00:03:37.094Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2062026-07-08T00:03:37.095Z Downloaded num_enum_derive v0.7.6
2072026-07-08T00:03:37.095Z Downloaded num_enum v0.7.6
2082026-07-08T00:03:37.095Z Downloaded rustversion v1.0.22
2092026-07-08T00:03:37.097Z Downloaded toml_parser v1.1.2+spec-1.1.0
2102026-07-08T00:03:37.098Z Downloaded pin-project-lite v0.2.17
2112026-07-08T00:03:37.101Z Downloaded oxnet v0.1.6
2122026-07-08T00:03:37.104Z Downloaded colored v3.1.1
2132026-07-08T00:03:37.114Z Downloaded once_cell v1.21.4
2142026-07-08T00:03:37.117Z Downloaded postcard v1.1.3
2152026-07-08T00:03:37.120Z Downloaded tracing-attributes v0.1.31
2162026-07-08T00:03:37.135Z Downloaded thiserror v2.0.18
2172026-07-08T00:03:37.143Z Downloaded proc-macro2 v1.0.106
2182026-07-08T00:03:37.147Z Downloaded getrandom v0.4.3
2192026-07-08T00:03:37.150Z Downloaded heapless v0.8.0
2202026-07-08T00:03:37.153Z Downloaded serde_derive v1.0.228
2212026-07-08T00:03:37.160Z Downloaded socket2 v0.6.4
2222026-07-08T00:03:37.168Z Downloaded unicode-ident v1.0.24
2232026-07-08T00:03:37.173Z Downloaded uuid v1.23.3
2242026-07-08T00:03:37.177Z Downloaded toml_edit v0.25.12+spec-1.1.0
2252026-07-08T00:03:37.189Z Downloaded tracing-core v0.1.36
2262026-07-08T00:03:37.195Z Downloaded serde_core v1.0.228
2272026-07-08T00:03:37.211Z Downloaded darling_core v0.21.3
2282026-07-08T00:03:37.217Z Downloaded serde v1.0.228
2292026-07-08T00:03:37.219Z Downloaded aho-corasick v1.1.4
2302026-07-08T00:03:37.222Z Downloaded rand v0.10.1
2312026-07-08T00:03:37.229Z Downloaded indexmap v2.14.0
2322026-07-08T00:03:37.235Z Downloaded memchr v2.8.2
2332026-07-08T00:03:37.276Z Downloaded hashbrown v0.17.1
2342026-07-08T00:03:37.281Z Downloaded clap_builder v4.6.0
2352026-07-08T00:03:37.285Z Downloaded itertools v0.14.0
2362026-07-08T00:03:37.302Z Downloaded regex v1.12.4
2372026-07-08T00:03:37.324Z Downloaded winnow v1.0.3
2382026-07-08T00:03:37.355Z Downloaded syn v1.0.109
2392026-07-08T00:03:37.386Z Downloaded unicode-width v0.2.2
2402026-07-08T00:03:37.402Z Downloaded syn v2.0.118
2412026-07-08T00:03:37.408Z Downloaded smoltcp v0.11.0
2422026-07-08T00:03:37.414Z Downloaded regex-syntax v0.8.11
2432026-07-08T00:03:37.442Z Downloaded rustix v1.1.4
2442026-07-08T00:03:37.454Z Downloaded tracing v0.1.44
2452026-07-08T00:03:37.475Z Downloaded regex-automata v0.4.14
2462026-07-08T00:03:37.495Z Downloaded libc v0.2.186
2472026-07-08T00:03:37.551Z Compiling proc-macro2 v1.0.106
2482026-07-08T00:03:37.551Z Compiling quote v1.0.46
2492026-07-08T00:03:37.555Z Compiling unicode-ident v1.0.24
2502026-07-08T00:03:37.555Z Compiling serde_core v1.0.228
2512026-07-08T00:03:37.555Z Compiling libc v0.2.186
2522026-07-08T00:03:37.555Z Checking cfg-if v1.0.4
2532026-07-08T00:03:37.555Z Compiling strsim v0.11.1
2542026-07-08T00:03:37.555Z Compiling ident_case v1.0.1
2552026-07-08T00:03:37.679Z Compiling memchr v2.8.2
2562026-07-08T00:03:37.743Z Compiling fnv v1.0.7
2572026-07-08T00:03:37.747Z Compiling thiserror v2.0.18
2582026-07-08T00:03:37.835Z Compiling regex-syntax v0.8.11
2592026-07-08T00:03:37.918Z Compiling zerocopy v0.8.52
2602026-07-08T00:03:38.010Z Compiling anyhow v1.0.102
2612026-07-08T00:03:38.266Z Compiling aho-corasick v1.1.4
2622026-07-08T00:03:38.284Z Compiling equivalent v1.0.2
2632026-07-08T00:03:38.328Z Compiling serde v1.0.228
2642026-07-08T00:03:38.339Z Compiling either v1.16.0
2652026-07-08T00:03:38.355Z Compiling hashbrown v0.17.1
2662026-07-08T00:03:38.359Z Compiling winnow v1.0.3
2672026-07-08T00:03:38.537Z Compiling itertools v0.14.0
2682026-07-08T00:03:38.876Z Compiling syn v2.0.118
2692026-07-08T00:03:38.894Z Compiling indexmap v2.14.0
2702026-07-08T00:03:38.950Z Compiling heapless v0.8.0
2712026-07-08T00:03:39.236Z Compiling toml_datetime v1.1.1+spec-1.1.0
2722026-07-08T00:03:39.400Z Compiling regex-automata v0.4.14
2732026-07-08T00:03:39.453Z Compiling toml_parser v1.1.2+spec-1.1.0
2742026-07-08T00:03:39.456Z Checking bitflags v2.13.0
2752026-07-08T00:03:39.512Z Checking byteorder v1.5.0
2762026-07-08T00:03:39.665Z Checking hash32 v0.3.1
2772026-07-08T00:03:39.698Z Checking stable_deref_trait v1.2.1
2782026-07-08T00:03:39.762Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2792026-07-08T00:03:39.769Z Compiling smoltcp v0.11.0
2802026-07-08T00:03:39.776Z Checking macaddr v1.0.1
2812026-07-08T00:03:39.783Z Compiling rustversion v1.0.22
2822026-07-08T00:03:39.915Z Compiling toml_edit v0.25.12+spec-1.1.0
2832026-07-08T00:03:39.945Z Compiling syn v1.0.109
2842026-07-08T00:03:40.001Z Compiling rustix v1.1.4
2852026-07-08T00:03:40.097Z Compiling version_check v0.9.5
2862026-07-08T00:03:40.148Z Compiling getrandom v0.4.3
2872026-07-08T00:03:40.285Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2882026-07-08T00:03:40.333Z Checking bitflags v1.3.2
2892026-07-08T00:03:40.343Z Compiling ref-cast v1.0.25
2902026-07-08T00:03:40.363Z Checking managed v0.8.0
2912026-07-08T00:03:40.393Z Checking rand_core v0.10.1
2922026-07-08T00:03:40.411Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-07-08T00:03:40.486Z Compiling proc-macro-crate v3.5.0
2942026-07-08T00:03:40.721Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2952026-07-08T00:03:40.804Z Checking errno v0.3.14
2962026-07-08T00:03:40.902Z Checking cpufeatures v0.3.0
2972026-07-08T00:03:40.916Z Checking unicode-width v0.2.2
2982026-07-08T00:03:40.965Z Checking ipnetwork v0.21.1
2992026-07-08T00:03:41.026Z Compiling regex v1.12.4
3002026-07-08T00:03:41.136Z Checking foreign-types-shared v0.3.1
3012026-07-08T00:03:41.160Z Checking once_cell v1.21.4
3022026-07-08T00:03:41.228Z Checking utf8parse v0.2.2
3032026-07-08T00:03:41.321Z Checking anstyle-parse v1.0.0
3042026-07-08T00:03:41.329Z Checking tracing-core v0.1.36
3052026-07-08T00:03:41.413Z Compiling darling_core v0.21.3
3062026-07-08T00:03:41.467Z Checking tabwriter v1.4.1
3072026-07-08T00:03:41.570Z Checking cstr-argument v0.1.2
3082026-07-08T00:03:41.605Z Checking chacha20 v0.10.0
3092026-07-08T00:03:41.894Z Checking pretty-hex v0.4.2
3102026-07-08T00:03:41.912Z Checking pin-project-lite v0.2.17
3112026-07-08T00:03:42.005Z Checking anstyle-query v1.1.5
3122026-07-08T00:03:42.012Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3132026-07-08T00:03:42.019Z Checking dyn-clone v1.0.20
3142026-07-08T00:03:42.051Z Checking colorchoice v1.0.5
3152026-07-08T00:03:42.088Z Checking is_terminal_polyfill v1.70.2
3162026-07-08T00:03:42.118Z Checking anstyle v1.0.14
3172026-07-08T00:03:42.139Z Checking terminal_size v0.4.4
3182026-07-08T00:03:42.234Z Checking rand v0.10.1
3192026-07-08T00:03:42.238Z Checking uuid v1.23.3
3202026-07-08T00:03:42.293Z Checking anstream v1.0.0
3212026-07-08T00:03:42.357Z Checking socket2 v0.6.4
3222026-07-08T00:03:42.444Z Checking oxnet v0.1.6
3232026-07-08T00:03:42.491Z Checking clap_lex v1.1.0
3242026-07-08T00:03:42.600Z Checking colored v3.1.1
3252026-07-08T00:03:42.604Z Compiling thiserror-impl v2.0.18
3262026-07-08T00:03:42.618Z Compiling zerocopy-derive v0.8.52
3272026-07-08T00:03:42.632Z Compiling serde_derive v1.0.228
3282026-07-08T00:03:42.635Z Compiling num_enum_derive v0.7.6
3292026-07-08T00:03:42.679Z Compiling foreign-types-macros v0.2.3
3302026-07-08T00:03:42.792Z Compiling ref-cast-impl v1.0.25
3312026-07-08T00:03:43.312Z Checking foreign-types v0.5.0
3322026-07-08T00:03:43.381Z Compiling tracing-attributes v0.1.31
3332026-07-08T00:03:43.490Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3342026-07-08T00:03:43.546Z Compiling darling_macro v0.21.3
3352026-07-08T00:03:43.662Z Checking num_enum v0.7.6
3362026-07-08T00:03:43.770Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3372026-07-08T00:03:43.926Z Checking cobs v0.3.0
3382026-07-08T00:03:43.938Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3392026-07-08T00:03:44.022Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402026-07-08T00:03:44.067Z Compiling heck v0.5.0
3412026-07-08T00:03:44.095Z Compiling darling v0.21.3
3422026-07-08T00:03:44.095Z Checking clap_builder v4.6.0
3432026-07-08T00:03:44.168Z Compiling ingot-macros v0.1.1
3442026-07-08T00:03:44.262Z Compiling clap_derive v4.6.1
3452026-07-08T00:03:44.488Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-07-08T00:03:44.587Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3472026-07-08T00:03:44.603Z Checking tracing v0.1.44
3482026-07-08T00:03:45.613Z Checking clap v4.6.1
3492026-07-08T00:03:45.716Z Checking postcard v1.1.3
3502026-07-08T00:03:46.629Z Checking ingot-types v0.1.2
3512026-07-08T00:03:46.890Z Checking ingot v0.1.1
3522026-07-08T00:03:48.202Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3532026-07-08T00:03:49.416Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3542026-07-08T00:03:50.603Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3552026-07-08T00:03:51.415Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.93s
3562026-07-08T00:03:51.527Z
3572026-07-08T00:03:51.527Zreal 19.087842076
3582026-07-08T00:03:51.527Zuser 54.137688694
3592026-07-08T00:03:51.527Zsys 13.140348497
3602026-07-08T00:03:51.527Ztrap 0.043633707
3612026-07-08T00:03:51.527Ztflt 0.066879040
3622026-07-08T00:03:51.533Zdflt 0.122206066
3632026-07-08T00:03:51.533Zkflt 0.005291873
3642026-07-08T00:03:51.533Zlock 3:21.902587556
3652026-07-08T00:03:51.533Zslp 3:01.687160751
3662026-07-08T00:03:51.534Zlat 4.018830904
3672026-07-08T00:03:51.534Zstop 13.016756063
3682026-07-08T00:03:51.534Z+ header 'debug build'
3692026-07-08T00:03:51.534Z+ echo '# ==== debug build ==== #'
3702026-07-08T00:03:51.534Z+ ptime -m cargo build
3712026-07-08T00:03:51.534Z# ==== debug build ==== #
3722026-07-08T00:03:51.680Z Compiling cfg-if v1.0.4
3732026-07-08T00:03:51.683Z Compiling serde_core v1.0.228
3742026-07-08T00:03:51.683Z Compiling libc v0.2.186
3752026-07-08T00:03:51.707Z Compiling thiserror v2.0.18
3762026-07-08T00:03:51.710Z Compiling byteorder v1.5.0
3772026-07-08T00:03:51.710Z Compiling zerocopy v0.8.52
3782026-07-08T00:03:51.714Z Compiling macaddr v1.0.1
3792026-07-08T00:03:51.717Z Compiling stable_deref_trait v1.2.1
3802026-07-08T00:03:51.754Z Compiling bitflags v1.3.2
3812026-07-08T00:03:51.769Z Compiling cobs v0.3.0
3822026-07-08T00:03:51.782Z Compiling rand_core v0.10.1
3832026-07-08T00:03:51.811Z Compiling managed v0.8.0
3842026-07-08T00:03:51.874Z Compiling hash32 v0.3.1
3852026-07-08T00:03:51.929Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3862026-07-08T00:03:51.946Z Compiling utf8parse v0.2.2
3872026-07-08T00:03:52.015Z Compiling heapless v0.8.0
3882026-07-08T00:03:52.020Z Compiling errno v0.3.14
3892026-07-08T00:03:52.028Z Compiling once_cell v1.21.4
3902026-07-08T00:03:52.032Z Compiling foreign-types-shared v0.3.1
3912026-07-08T00:03:52.035Z Compiling memchr v2.8.2
3922026-07-08T00:03:52.104Z Compiling cpufeatures v0.3.0
3932026-07-08T00:03:52.144Z Compiling ipnetwork v0.21.1
3942026-07-08T00:03:52.164Z Compiling unicode-width v0.2.2
3952026-07-08T00:03:52.168Z Compiling chacha20 v0.10.0
3962026-07-08T00:03:52.252Z Compiling tracing-core v0.1.36
3972026-07-08T00:03:52.422Z Compiling smoltcp v0.11.0
3982026-07-08T00:03:52.456Z Compiling cstr-argument v0.1.2
3992026-07-08T00:03:52.508Z Compiling tabwriter v1.4.1
4002026-07-08T00:03:52.662Z Compiling foreign-types v0.5.0
4012026-07-08T00:03:52.670Z Compiling anstyle-parse v1.0.0
4022026-07-08T00:03:52.730Z Compiling getrandom v0.4.3
4032026-07-08T00:03:52.877Z Compiling ref-cast v1.0.25
4042026-07-08T00:03:52.915Z Compiling num_enum v0.7.6
4052026-07-08T00:03:52.938Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4062026-07-08T00:03:52.966Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4072026-07-08T00:03:53.017Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4082026-07-08T00:03:53.038Z Compiling pretty-hex v0.4.2
4092026-07-08T00:03:53.075Z Compiling anstyle-query v1.1.5
4102026-07-08T00:03:53.164Z Compiling is_terminal_polyfill v1.70.2
4112026-07-08T00:03:53.180Z Compiling dyn-clone v1.0.20
4122026-07-08T00:03:53.223Z Compiling pin-project-lite v0.2.17
4132026-07-08T00:03:53.243Z Compiling anstyle v1.0.14
4142026-07-08T00:03:53.309Z Compiling colorchoice v1.0.5
4152026-07-08T00:03:53.337Z Compiling tracing v0.1.44
4162026-07-08T00:03:53.421Z Compiling bitflags v2.13.0
4172026-07-08T00:03:53.532Z Compiling serde v1.0.228
4182026-07-08T00:03:53.579Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4192026-07-08T00:03:53.594Z Compiling rustix v1.1.4
4202026-07-08T00:03:53.598Z Compiling anstream v1.0.0
4212026-07-08T00:03:53.705Z Compiling uuid v1.23.3
4222026-07-08T00:03:53.871Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4232026-07-08T00:03:54.080Z Compiling postcard v1.1.3
4242026-07-08T00:03:54.098Z Compiling terminal_size v0.4.4
4252026-07-08T00:03:54.176Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-07-08T00:03:54.189Z Compiling anyhow v1.0.102
4272026-07-08T00:03:54.242Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-07-08T00:03:54.302Z Compiling rand v0.10.1
4292026-07-08T00:03:54.353Z Compiling socket2 v0.6.4
4302026-07-08T00:03:54.431Z Compiling strsim v0.11.1
4312026-07-08T00:03:54.664Z Compiling ingot-types v0.1.2
4322026-07-08T00:03:54.697Z Compiling oxnet v0.1.6
4332026-07-08T00:03:54.778Z Compiling winnow v1.0.3
4342026-07-08T00:03:55.046Z Compiling ingot v0.1.1
4352026-07-08T00:03:55.057Z Compiling clap_lex v1.1.0
4362026-07-08T00:03:55.175Z Compiling colored v3.1.1
4372026-07-08T00:03:55.257Z Compiling clap_builder v4.6.0
4382026-07-08T00:03:55.365Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4392026-07-08T00:03:55.774Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4402026-07-08T00:03:56.771Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4412026-07-08T00:03:56.846Z Compiling clap v4.6.1
4422026-07-08T00:03:58.195Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4432026-07-08T00:03:59.626Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4442026-07-08T00:04:04.033Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.49s
4452026-07-08T00:04:04.062Z
4462026-07-08T00:04:04.072Zreal 12.525650258
4472026-07-08T00:04:04.072Zuser 1:04.951474336
4482026-07-08T00:04:04.072Zsys 5.998214473
4492026-07-08T00:04:04.072Ztrap 0.031874482
4502026-07-08T00:04:04.072Ztflt 0.140373667
4512026-07-08T00:04:04.072Zdflt 0.215853975
4522026-07-08T00:04:04.072Zkflt 0.000021230
4532026-07-08T00:04:04.072Zlock 2:55.513721797
4542026-07-08T00:04:04.072Zslp 1:54.840530824
4552026-07-08T00:04:04.072Zlat 4.214975960
4562026-07-08T00:04:04.072Zstop 3.023393606
4572026-07-08T00:04:04.072Z+ header 'release build'
4582026-07-08T00:04:04.072Z+ echo '# ==== release build ==== #'
4592026-07-08T00:04:04.072Z+ ptime -m cargo build --release
4602026-07-08T00:04:04.072Z# ==== release build ==== #
4612026-07-08T00:04:04.156Z Compiling proc-macro2 v1.0.106
4622026-07-08T00:04:04.157Z Compiling unicode-ident v1.0.24
4632026-07-08T00:04:04.157Z Compiling quote v1.0.46
4642026-07-08T00:04:04.160Z Compiling serde_core v1.0.228
4652026-07-08T00:04:04.160Z Compiling libc v0.2.186
4662026-07-08T00:04:04.160Z Compiling cfg-if v1.0.4
4672026-07-08T00:04:04.160Z Compiling strsim v0.11.1
4682026-07-08T00:04:04.160Z Compiling ident_case v1.0.1
4692026-07-08T00:04:04.230Z Compiling thiserror v2.0.18
4702026-07-08T00:04:04.271Z Compiling memchr v2.8.2
4712026-07-08T00:04:04.274Z Compiling fnv v1.0.7
4722026-07-08T00:04:04.350Z Compiling regex-syntax v0.8.11
4732026-07-08T00:04:04.439Z Compiling anyhow v1.0.102
4742026-07-08T00:04:04.462Z Compiling serde v1.0.228
4752026-07-08T00:04:04.740Z Compiling aho-corasick v1.1.4
4762026-07-08T00:04:04.747Z Compiling equivalent v1.0.2
4772026-07-08T00:04:04.769Z Compiling zerocopy v0.8.52
4782026-07-08T00:04:04.815Z Compiling either v1.16.0
4792026-07-08T00:04:04.824Z Compiling hashbrown v0.17.1
4802026-07-08T00:04:04.882Z Compiling winnow v1.0.3
4812026-07-08T00:04:05.005Z Compiling itertools v0.14.0
4822026-07-08T00:04:05.293Z Compiling syn v2.0.118
4832026-07-08T00:04:05.341Z Compiling indexmap v2.14.0
4842026-07-08T00:04:05.416Z Compiling byteorder v1.5.0
4852026-07-08T00:04:05.595Z Compiling heapless v0.8.0
4862026-07-08T00:04:05.868Z Compiling regex-automata v0.4.14
4872026-07-08T00:04:05.873Z Compiling toml_parser v1.1.2+spec-1.1.0
4882026-07-08T00:04:05.931Z Compiling toml_datetime v1.1.1+spec-1.1.0
4892026-07-08T00:04:06.140Z Compiling hash32 v0.3.1
4902026-07-08T00:04:06.206Z Compiling bitflags v2.13.0
4912026-07-08T00:04:06.212Z Compiling toml_edit v0.25.12+spec-1.1.0
4922026-07-08T00:04:06.263Z Compiling macaddr v1.0.1
4932026-07-08T00:04:06.364Z Compiling stable_deref_trait v1.2.1
4942026-07-08T00:04:06.382Z Compiling smoltcp v0.11.0
4952026-07-08T00:04:06.399Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4962026-07-08T00:04:06.423Z Compiling syn v1.0.109
4972026-07-08T00:04:06.456Z Compiling rustversion v1.0.22
4982026-07-08T00:04:06.625Z Compiling rustix v1.1.4
4992026-07-08T00:04:06.697Z Compiling version_check v0.9.5
5002026-07-08T00:04:06.748Z Compiling proc-macro-crate v3.5.0
5012026-07-08T00:04:06.811Z Compiling managed v0.8.0
5022026-07-08T00:04:06.945Z Compiling ref-cast v1.0.25
5032026-07-08T00:04:06.951Z Compiling getrandom v0.4.3
5042026-07-08T00:04:06.998Z Compiling bitflags v1.3.2
5052026-07-08T00:04:07.044Z Compiling rand_core v0.10.1
5062026-07-08T00:04:07.057Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5072026-07-08T00:04:07.183Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-07-08T00:04:07.264Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5092026-07-08T00:04:07.310Z Compiling errno v0.3.14
5102026-07-08T00:04:07.392Z Compiling once_cell v1.21.4
5112026-07-08T00:04:07.615Z Compiling regex v1.12.4
5122026-07-08T00:04:07.642Z Compiling foreign-types-shared v0.3.1
5132026-07-08T00:04:07.719Z Compiling ipnetwork v0.21.1
5142026-07-08T00:04:07.722Z Compiling cpufeatures v0.3.0
5152026-07-08T00:04:07.780Z Compiling utf8parse v0.2.2
5162026-07-08T00:04:07.874Z Compiling darling_core v0.21.3
5172026-07-08T00:04:07.991Z Compiling unicode-width v0.2.2
5182026-07-08T00:04:08.130Z Compiling anstyle-parse v1.0.0
5192026-07-08T00:04:08.235Z Compiling tabwriter v1.4.1
5202026-07-08T00:04:08.276Z Compiling cstr-argument v0.1.2
5212026-07-08T00:04:08.323Z Compiling chacha20 v0.10.0
5222026-07-08T00:04:08.403Z Compiling tracing-core v0.1.36
5232026-07-08T00:04:08.974Z Compiling pretty-hex v0.4.2
5242026-07-08T00:04:08.978Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5252026-07-08T00:04:09.030Z Compiling thiserror-impl v2.0.18
5262026-07-08T00:04:09.096Z Compiling serde_derive v1.0.228
5272026-07-08T00:04:09.175Z Compiling zerocopy-derive v0.8.52
5282026-07-08T00:04:09.240Z Compiling num_enum_derive v0.7.6
5292026-07-08T00:04:09.245Z Compiling foreign-types-macros v0.2.3
5302026-07-08T00:04:09.813Z Compiling ref-cast-impl v1.0.25
5312026-07-08T00:04:09.846Z Compiling foreign-types v0.5.0
5322026-07-08T00:04:09.910Z Compiling tracing-attributes v0.1.31
5332026-07-08T00:04:09.988Z Compiling darling_macro v0.21.3
5342026-07-08T00:04:10.198Z Compiling num_enum v0.7.6
5352026-07-08T00:04:10.303Z Compiling cobs v0.3.0
5362026-07-08T00:04:10.313Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5372026-07-08T00:04:10.479Z Compiling pin-project-lite v0.2.17
5382026-07-08T00:04:10.509Z Compiling anstyle v1.0.14
5392026-07-08T00:04:10.525Z Compiling darling v0.21.3
5402026-07-08T00:04:10.560Z Compiling is_terminal_polyfill v1.70.2
5412026-07-08T00:04:10.593Z Compiling ingot-macros v0.1.1
5422026-07-08T00:04:10.616Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5432026-07-08T00:04:10.636Z Compiling dyn-clone v1.0.20
5442026-07-08T00:04:10.734Z Compiling colorchoice v1.0.5
5452026-07-08T00:04:10.765Z Compiling anstyle-query v1.1.5
5462026-07-08T00:04:10.780Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5472026-07-08T00:04:10.831Z Compiling anstream v1.0.0
5482026-07-08T00:04:10.854Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5492026-07-08T00:04:11.082Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5502026-07-08T00:04:11.087Z Compiling tracing v0.1.44
5512026-07-08T00:04:11.186Z Compiling terminal_size v0.4.4
5522026-07-08T00:04:11.231Z Compiling rand v0.10.1
5532026-07-08T00:04:11.314Z Compiling uuid v1.23.3
5542026-07-08T00:04:11.391Z Compiling socket2 v0.6.4
5552026-07-08T00:04:11.518Z Compiling clap_lex v1.1.0
5562026-07-08T00:04:11.730Z Compiling oxnet v0.1.6
5572026-07-08T00:04:11.818Z Compiling colored v3.1.1
5582026-07-08T00:04:11.935Z Compiling heck v0.5.0
5592026-07-08T00:04:12.021Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5602026-07-08T00:04:12.120Z Compiling clap_derive v4.6.1
5612026-07-08T00:04:12.325Z Compiling postcard v1.1.3
5622026-07-08T00:04:12.331Z Compiling clap_builder v4.6.0
5632026-07-08T00:04:13.650Z Compiling ingot-types v0.1.2
5642026-07-08T00:04:13.969Z Compiling ingot v0.1.1
5652026-07-08T00:04:14.190Z Compiling clap v4.6.1
5662026-07-08T00:04:15.608Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5672026-07-08T00:04:16.612Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5682026-07-08T00:04:17.676Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5692026-07-08T00:04:24.251Z Finished `release` profile [optimized + debuginfo] target(s) in 20.17s
5702026-07-08T00:04:24.279Z
5712026-07-08T00:04:24.282Zreal 20.206134210
5722026-07-08T00:04:24.282Zuser 1:42.598074765
5732026-07-08T00:04:24.282Zsys 13.450372076
5742026-07-08T00:04:24.282Ztrap 0.052294965
5752026-07-08T00:04:24.282Ztflt 0.135451388
5762026-07-08T00:04:24.282Zdflt 0.432405743
5772026-07-08T00:04:24.282Zkflt 0.000018700
5782026-07-08T00:04:24.282Zlock 4:25.799454641
5792026-07-08T00:04:24.282Zslp 3:24.740987586
5802026-07-08T00:04:24.282Zlat 4.086326413
5812026-07-08T00:04:24.282Zstop 8.431776669
5822026-07-08T00:04:24.282Z+ popd
5832026-07-08T00:04:24.282Z/work/oxidecomputer/opte
5842026-07-08T00:04:24.282Z+ TGT_BASE=/work
5852026-07-08T00:04:24.282Z+ for x in debug release
5862026-07-08T00:04:24.282Z+ mkdir -p /work/debug
5872026-07-08T00:04:24.282Z+ cp target/debug/opteadm /work/debug/
5882026-07-08T00:04:24.304Z+ sha256sum target/debug/opteadm
5892026-07-08T00:04:24.330Z+ for x in debug release
5902026-07-08T00:04:24.330Z+ mkdir -p /work/release
5912026-07-08T00:04:24.334Z+ cp target/release/opteadm /work/release/
5922026-07-08T00:04:24.350Z+ sha256sum target/release/opteadm
5932026-07-08T00:04:24.367Zprocess exited: duration 66754 ms, exit code 0
 
5942026-07-08T00:04:24.374Zfound 4 output files
5952026-07-08T00:04:24.374Zuploading: /work/debug/opteadm (36543384 bytes)
5962026-07-08T00:04:25.651Zuploaded: /work/debug/opteadm
5972026-07-08T00:04:25.651Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5982026-07-08T00:04:26.662Zuploaded: /work/debug/opteadm.debug.sha256
5992026-07-08T00:04:26.662Zuploading: /work/release/opteadm (24742072 bytes)
6002026-07-08T00:04:27.821Zuploaded: /work/release/opteadm
6012026-07-08T00:04:27.821Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6022026-07-08T00:04:28.829Zuploaded: /work/release/opteadm.release.sha256