01M0ZZ0J5J9VFV2HEEZB7P83GP: opte-ioctl

BasicConfig {
    output_rules: [],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [],
    skip_clone: false,
}

Buildomat Job: 01M0ZZ10VGRFR5P711FK41G15H

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-26T21:19:36.583Zjob assigned to worker 01M0ZZ14VCF02GQ8NPGX4C2PJP [factory aws, i-0bca416c89ca8e8b7] (queued for 54 s)
 
22026-08-26T21:19:42.858Zstarting task 0: "setup"
32026-08-26T21:19:42.865Z++ uname -s
42026-08-26T21:19:42.868Z+ kern=SunOS
52026-08-26T21:19:42.868Z+ build_user=build
62026-08-26T21:19:42.868Z+ build_uid=12345
72026-08-26T21:19:42.868Z+ work_dir=/work
82026-08-26T21:19:42.868Z+ input_dir=/input
92026-08-26T21:19:42.868Z+ [[ 0 == 12345 ]]
102026-08-26T21:19:42.868Z+ case "$kern" in
112026-08-26T21:19:42.868Z+ groupadd -g 12345 build
122026-08-26T21:19:42.871Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-26T21:19:44.875Z+ zfs create -o mountpoint=/work rpool/work
142026-08-26T21:19:44.952Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-26T21:19:44.955Z+ home_fs=zfs
162026-08-26T21:19:44.955Z+ [[ zfs == autofs ]]
172026-08-26T21:19:44.955Z+ mkdir -p /home/build
182026-08-26T21:19:44.955Z+ chown build:build /home/build /work
192026-08-26T21:19:46.956Z+ chmod 0700 /home/build /work
202026-08-26T21:19:46.959Zprocess exited: duration 4099 ms, exit code 0
 
212026-08-26T21:19:46.965Zstarting task 1: "rust-toolchain"
222026-08-26T21:19:46.970Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-26T21:19:46.970Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-08-26T21:19:46.970Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-08-26T21:19:46.970Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-08-26T21:19:46.970Z * rust toolchain channel = "1.97.1"
272026-08-26T21:19:46.973Z * rust toolchain profile = "default"
282026-08-26T21:19:46.973Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-26T21:19:46.973Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-26T21:19:47.050Zinfo: downloading installer
312026-08-26T21:19:48.320Zwarn: It looks like you have an existing rustup settings file at:
322026-08-26T21:19:48.320Zwarn: /home/build/.rustup/settings.toml
332026-08-26T21:19:48.320Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-26T21:19:48.320Zwarn: instead of the one inferred from the default host triple.
352026-08-26T21:19:48.334Zinfo: profile set to default
362026-08-26T21:19:48.334Zinfo: default host triple is x86_64-unknown-illumos
372026-08-26T21:19:48.338Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-26T21:19:48.465Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-26T21:19:48.468Zinfo: downloading 6 components
402026-08-26T21:20:03.993Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-26T21:20:03.993Z
422026-08-26T21:20:04.021Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-26T21:20:04.021Z
442026-08-26T21:20:04.021Z
452026-08-26T21:20:04.021ZRust is installed now. Great!
462026-08-26T21:20:04.021Z
472026-08-26T21:20:04.021ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-26T21:20:04.021Zenvironment variable. This has not been done automatically.
492026-08-26T21:20:04.021Z
502026-08-26T21:20:04.021ZTo configure your current shell, you need to source
512026-08-26T21:20:04.021Zthe corresponding env file under $HOME/.cargo.
522026-08-26T21:20:04.021Z
532026-08-26T21:20:04.021ZThis is usually done by running one of the following (note the leading DOT):
542026-08-26T21:20:04.021Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-26T21:20:04.021Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-26T21:20:04.021Zsource "~/.cargo/env.nu" # For nushell
572026-08-26T21:20:04.021Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-26T21:20:04.021Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-26T21:20:04.021Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-26T21:20:04.024Zwarn: no default linker (`cc`) was found in your PATH
612026-08-26T21:20:04.024Zwarn: many Rust crates require a system C toolchain to build
622026-08-26T21:20:04.120Z+ rustup --version
632026-08-26T21:20:04.128Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-26T21:20:04.131Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-26T21:20:04.149Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-26T21:20:04.152Z+ cargo --version
672026-08-26T21:20:04.166Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-26T21:20:04.169Z+ rustc --version
692026-08-26T21:20:04.188Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-26T21:20:04.191Zprocess exited: duration 17224 ms, exit code 0
 
712026-08-26T21:20:04.197Zstarting task 2: "authentication"
722026-08-26T21:20:04.214Zprocess exited: duration 16 ms, exit code 0
 
732026-08-26T21:20:04.221Zstarting task 3: "clone repository"
742026-08-26T21:20:04.224Z+ mkdir -p /work/oxidecomputer/opte
752026-08-26T21:20:04.227Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-26T21:20:04.257ZCloning into '/work/oxidecomputer/opte'...
772026-08-26T21:20:05.385Z+ cd /work/oxidecomputer/opte
782026-08-26T21:20:05.388Z+ git fetch origin 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
792026-08-26T21:20:05.727ZFrom https://github.com/oxidecomputer/opte
802026-08-26T21:20:05.727Z * branch 0c0dbc457f2ed49fc7b40485bdfd565f687664ca -> FETCH_HEAD
812026-08-26T21:20:05.732Z+ [[ -n bound-my-list ]]
822026-08-26T21:20:05.735Z++ git branch --show-current
832026-08-26T21:20:05.735Z+ current=master
842026-08-26T21:20:05.735Z+ [[ master != bound-my-list ]]
852026-08-26T21:20:05.735Z+ git branch -f bound-my-list 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
862026-08-26T21:20:05.738Z+ git checkout -f bound-my-list
872026-08-26T21:20:05.755ZSwitched to branch 'bound-my-list'
882026-08-26T21:20:05.758Z+ git reset --hard 0c0dbc457f2ed49fc7b40485bdfd565f687664ca
892026-08-26T21:20:05.772ZHEAD is now at 0c0dbc4 Expand expiry benchmarks with *actual* expiry
902026-08-26T21:20:05.777Zprocess exited: duration 1552 ms, exit code 0
 
912026-08-26T21:20:05.785Zstarting task 4: "build"
922026-08-26T21:20:05.789Z+ source .github/buildomat/common.sh
932026-08-26T21:20:05.792Z++ rustup show active-toolchain
942026-08-26T21:20:05.795Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-26T21:20:05.795Z++ pushd xde
962026-08-26T21:20:05.795Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-26T21:20:05.795Z++ rustup show active-toolchain
982026-08-26T21:20:05.800Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-26T21:20:05.954Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-26T21:20:05.958Zinfo: downloading 6 components
1012026-08-26T21:20:20.359Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-26T21:20:20.440Z+++ rustup show active-toolchain -v
1032026-08-26T21:20:20.444Z+++ head -n 1
1042026-08-26T21:20:20.444Z+++ cut '-d ' -f1
1052026-08-26T21:20:20.496Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-26T21:20:20.496Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-26T21:20:20.496Z++ popd
1082026-08-26T21:20:20.501Z/work/oxidecomputer/opte
1092026-08-26T21:20:20.501Z+ cargo --version
1102026-08-26T21:20:20.505Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-26T21:20:20.509Z+ rustc --version
1122026-08-26T21:20:20.528Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-26T21:20:20.531Z+ cd lib/opte-ioctl
1142026-08-26T21:20:20.531Z+ header 'check style'
1152026-08-26T21:20:20.531Z+ echo '# ==== check style ==== #'
1162026-08-26T21:20:20.531Z# ==== check style ==== #
1172026-08-26T21:20:20.531Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-08-26T21:20:20.598Z
1192026-08-26T21:20:20.598Zreal 0.065217939
1202026-08-26T21:20:20.598Zuser 0.035805275
1212026-08-26T21:20:20.598Zsys 0.026969389
1222026-08-26T21:20:20.598Ztrap 0.000000450
1232026-08-26T21:20:20.602Ztflt 0.000006410
1242026-08-26T21:20:20.602Zdflt 0.000008720
1252026-08-26T21:20:20.602Zkflt 0.000000000
1262026-08-26T21:20:20.602Zlock 0.031359774
1272026-08-26T21:20:20.602Zslp 0.045552302
1282026-08-26T21:20:20.602Zlat 0.000727540
1292026-08-26T21:20:20.602Zstop 0.000089410
1302026-08-26T21:20:20.602Z+ header analyze
1312026-08-26T21:20:20.602Z+ echo '# ==== analyze ==== #'
1322026-08-26T21:20:20.602Z# ==== analyze ==== #
1332026-08-26T21:20:20.602Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-08-26T21:20:20.728Z Updating crates.io index
1352026-08-26T21:20:20.732Z Updating git repository `https://github.com/oxidecomputer/falcon`
1362026-08-26T21:20:21.474Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1372026-08-26T21:20:22.101Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-26T21:20:22.396Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-08-26T21:20:22.794Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-08-26T21:20:23.163Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-08-26T21:20:23.574Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-08-26T21:20:25.441Z Downloading crates ...
1432026-08-26T21:20:25.488Z Downloaded defmt-parser v1.0.0
1442026-08-26T21:20:25.514Z Downloaded cstr-argument v0.1.2
1452026-08-26T21:20:25.522Z Downloaded aho-corasick v1.1.4
1462026-08-26T21:20:25.555Z Downloaded cpufeatures v0.3.0
1472026-08-26T21:20:25.555Z Downloaded hash32 v0.3.1
1482026-08-26T21:20:25.555Z Downloaded foreign-types-shared v0.3.1
1492026-08-26T21:20:25.555Z Downloaded cfg-if v1.0.4
1502026-08-26T21:20:25.555Z Downloaded embedded-io v0.6.1
1512026-08-26T21:20:25.555Z Downloaded macaddr v1.0.1
1522026-08-26T21:20:25.555Z Downloaded darling_macro v0.23.0
1532026-08-26T21:20:25.555Z Downloaded managed v0.8.0
1542026-08-26T21:20:25.555Z Downloaded foreign-types v0.5.0
1552026-08-26T21:20:25.555Z Downloaded ingot-types v0.2.0
1562026-08-26T21:20:25.556Z Downloaded equivalent v1.0.2
1572026-08-26T21:20:25.560Z Downloaded ref-cast-impl v1.0.25
1582026-08-26T21:20:25.560Z Downloaded cobs v0.3.0
1592026-08-26T21:20:25.563Z Downloaded defmt v0.3.100
1602026-08-26T21:20:25.563Z Downloaded foreign-types-macros v0.2.3
1612026-08-26T21:20:25.566Z Downloaded dyn-clone v1.0.20
1622026-08-26T21:20:25.566Z Downloaded pretty-hex v0.4.2
1632026-08-26T21:20:25.572Z Downloaded embedded-io v0.4.0
1642026-08-26T21:20:25.579Z Downloaded ref-cast v1.0.25
1652026-08-26T21:20:25.583Z Downloaded version_check v0.9.5
1662026-08-26T21:20:25.588Z Downloaded stable_deref_trait v1.2.1
1672026-08-26T21:20:25.596Z Downloaded ident_case v1.0.1
1682026-08-26T21:20:25.599Z Downloaded byteorder v1.5.0
1692026-08-26T21:20:25.599Z Downloaded defmt-macros v1.1.1
1702026-08-26T21:20:25.602Z Downloaded num_enum v0.7.6
1712026-08-26T21:20:25.606Z Downloaded either v1.16.0
1722026-08-26T21:20:25.606Z Downloaded num_enum_derive v0.7.6
1732026-08-26T21:20:25.611Z Downloaded bitflags v1.3.2
1742026-08-26T21:20:25.614Z Downloaded pin-project-lite v0.2.17
1752026-08-26T21:20:25.619Z Downloaded strsim v0.11.1
1762026-08-26T21:20:25.622Z Downloaded anyhow v1.0.103
1772026-08-26T21:20:25.622Z Downloaded quote v1.0.46
1782026-08-26T21:20:25.626Z Downloaded proc-macro-crate v3.5.0
1792026-08-26T21:20:25.630Z Downloaded ingot v0.2.0
1802026-08-26T21:20:25.640Z Downloaded thiserror-impl v2.0.18
1812026-08-26T21:20:25.648Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1822026-08-26T21:20:25.651Z Downloaded once_cell v1.21.4
1832026-08-26T21:20:25.654Z Downloaded oxnet v0.1.6
1842026-08-26T21:20:25.659Z Downloaded rustversion v1.0.23
1852026-08-26T21:20:25.662Z Downloaded darling v0.23.0
1862026-08-26T21:20:25.665Z Downloaded postcard v1.1.3
1872026-08-26T21:20:25.672Z Downloaded defmt v1.1.1
1882026-08-26T21:20:25.675Z Downloaded ingot-macros v0.2.0
1892026-08-26T21:20:25.686Z Downloaded colored v3.1.1
1902026-08-26T21:20:25.692Z Downloaded thiserror v2.0.18
1912026-08-26T21:20:25.696Z Downloaded tracing-attributes v0.1.31
1922026-08-26T21:20:25.699Z Downloaded bitflags v2.13.0
1932026-08-26T21:20:25.702Z Downloaded rand_core v0.10.1
1942026-08-26T21:20:25.705Z Downloaded heapless v0.8.0
1952026-08-26T21:20:25.708Z Downloaded darling_core v0.23.0
1962026-08-26T21:20:25.711Z Downloaded proc-macro2 v1.0.106
1972026-08-26T21:20:25.714Z Downloaded unicode-ident v1.0.24
1982026-08-26T21:20:25.714Z Downloaded chacha20 v0.10.1
1992026-08-26T21:20:25.717Z Downloaded uuid v1.23.5
2002026-08-26T21:20:25.717Z Downloaded toml_parser v1.1.2+spec-1.1.0
2012026-08-26T21:20:25.721Z Downloaded tracing-core v0.1.36
2022026-08-26T21:20:25.721Z Downloaded serde_core v1.0.228
2032026-08-26T21:20:25.732Z Downloaded getrandom v0.4.3
2042026-08-26T21:20:25.743Z Downloaded serde_derive v1.0.228
2052026-08-26T21:20:25.746Z Downloaded toml_edit v0.25.12+spec-1.1.0
2062026-08-26T21:20:25.749Z Downloaded socket2 v0.6.4
2072026-08-26T21:20:25.759Z Downloaded indexmap v2.14.0
2082026-08-26T21:20:25.769Z Downloaded serde v1.0.228
2092026-08-26T21:20:25.773Z Downloaded memchr v2.8.3
2102026-08-26T21:20:25.777Z Downloaded rand v0.10.2
2112026-08-26T21:20:25.783Z Downloaded zerocopy-derive v0.8.54
2122026-08-26T21:20:25.827Z Downloaded itertools v0.15.0
2132026-08-26T21:20:25.831Z Downloaded hashbrown v0.17.1
2142026-08-26T21:20:25.834Z Downloaded regex v1.13.0
2152026-08-26T21:20:25.861Z Downloaded winnow v1.0.3
2162026-08-26T21:20:25.903Z Downloaded syn v1.0.109
2172026-08-26T21:20:25.911Z Downloaded syn v2.0.118
2182026-08-26T21:20:25.919Z Downloaded smoltcp v0.11.0
2192026-08-26T21:20:25.925Z Downloaded zerocopy v0.8.54
2202026-08-26T21:20:25.936Z Downloaded regex-syntax v0.8.11
2212026-08-26T21:20:25.962Z Downloaded tracing v0.1.44
2222026-08-26T21:20:25.983Z Downloaded regex-automata v0.4.15
2232026-08-26T21:20:26.004Z Downloaded libc v0.2.186
2242026-08-26T21:20:26.059Z Compiling proc-macro2 v1.0.106
2252026-08-26T21:20:26.059Z Compiling unicode-ident v1.0.24
2262026-08-26T21:20:26.059Z Compiling quote v1.0.46
2272026-08-26T21:20:26.059Z Compiling serde_core v1.0.228
2282026-08-26T21:20:26.059Z Checking cfg-if v1.0.4
2292026-08-26T21:20:26.059Z Compiling thiserror v2.0.18
2302026-08-26T21:20:26.062Z Compiling ident_case v1.0.1
2312026-08-26T21:20:26.119Z Compiling memchr v2.8.3
2322026-08-26T21:20:26.181Z Compiling strsim v0.11.1
2332026-08-26T21:20:26.267Z Compiling libc v0.2.186
2342026-08-26T21:20:26.270Z Compiling regex-syntax v0.8.11
2352026-08-26T21:20:26.486Z Compiling either v1.16.0
2362026-08-26T21:20:26.551Z Compiling serde v1.0.228
2372026-08-26T21:20:26.638Z Compiling aho-corasick v1.1.4
2382026-08-26T21:20:26.707Z Compiling zerocopy v0.8.54
2392026-08-26T21:20:26.718Z Compiling winnow v1.0.3
2402026-08-26T21:20:26.727Z Compiling equivalent v1.0.2
2412026-08-26T21:20:26.803Z Compiling hashbrown v0.17.1
2422026-08-26T21:20:27.110Z Compiling itertools v0.15.0
2432026-08-26T21:20:27.338Z Compiling syn v2.0.118
2442026-08-26T21:20:27.348Z Compiling indexmap v2.14.0
2452026-08-26T21:20:27.409Z Compiling heapless v0.8.0
2462026-08-26T21:20:27.700Z Compiling regex-automata v0.4.15
2472026-08-26T21:20:27.715Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-08-26T21:20:27.953Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-08-26T21:20:27.970Z Checking byteorder v1.5.0
2502026-08-26T21:20:28.018Z Checking bitflags v2.13.0
2512026-08-26T21:20:28.119Z Checking hash32 v0.3.1
2522026-08-26T21:20:28.169Z Compiling toml_edit v0.25.12+spec-1.1.0
2532026-08-26T21:20:28.222Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2542026-08-26T21:20:28.261Z Checking macaddr v1.0.1
2552026-08-26T21:20:28.321Z Compiling smoltcp v0.11.0
2562026-08-26T21:20:28.334Z Compiling rustversion v1.0.23
2572026-08-26T21:20:28.391Z Checking stable_deref_trait v1.2.1
2582026-08-26T21:20:28.399Z Compiling syn v1.0.109
2592026-08-26T21:20:28.463Z Compiling version_check v0.9.5
2602026-08-26T21:20:28.649Z Compiling ref-cast v1.0.25
2612026-08-26T21:20:28.700Z Compiling proc-macro-crate v3.5.0
2622026-08-26T21:20:28.716Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2632026-08-26T21:20:28.730Z Checking managed v0.8.0
2642026-08-26T21:20:28.807Z Checking bitflags v1.3.2
2652026-08-26T21:20:28.872Z Compiling getrandom v0.4.3
2662026-08-26T21:20:28.921Z Checking rand_core v0.10.1
2672026-08-26T21:20:29.025Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-08-26T21:20:29.106Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-08-26T21:20:29.132Z Checking foreign-types-shared v0.3.1
2702026-08-26T21:20:29.332Z Compiling anyhow v1.0.103
2712026-08-26T21:20:29.392Z Compiling regex v1.13.0
2722026-08-26T21:20:29.555Z Checking once_cell v1.21.4
2732026-08-26T21:20:29.577Z Checking cpufeatures v0.3.0
2742026-08-26T21:20:29.628Z Checking chacha20 v0.10.1
2752026-08-26T21:20:29.731Z Checking tracing-core v0.1.36
2762026-08-26T21:20:29.780Z Checking cstr-argument v0.1.2
2772026-08-26T21:20:29.888Z Compiling darling_core v0.23.0
2782026-08-26T21:20:29.949Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2792026-08-26T21:20:30.011Z Checking pretty-hex v0.4.2
2802026-08-26T21:20:30.039Z Checking dyn-clone v1.0.20
2812026-08-26T21:20:30.108Z Checking pin-project-lite v0.2.17
2822026-08-26T21:20:30.124Z Checking rand v0.10.2
2832026-08-26T21:20:30.160Z Checking uuid v1.23.5
2842026-08-26T21:20:30.168Z Checking socket2 v0.6.4
2852026-08-26T21:20:30.218Z Checking oxnet v0.1.6
2862026-08-26T21:20:30.391Z Checking colored v3.1.1
2872026-08-26T21:20:30.703Z Compiling thiserror-impl v2.0.18
2882026-08-26T21:20:30.703Z Compiling serde_derive v1.0.228
2892026-08-26T21:20:30.703Z Compiling zerocopy-derive v0.8.54
2902026-08-26T21:20:30.716Z Compiling foreign-types-macros v0.2.3
2912026-08-26T21:20:30.716Z Compiling num_enum_derive v0.7.6
2922026-08-26T21:20:31.153Z Compiling ref-cast-impl v1.0.25
2932026-08-26T21:20:31.336Z Checking foreign-types v0.5.0
2942026-08-26T21:20:31.404Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2952026-08-26T21:20:31.730Z Checking num_enum v0.7.6
2962026-08-26T21:20:31.845Z Compiling tracing-attributes v0.1.31
2972026-08-26T21:20:31.871Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2982026-08-26T21:20:31.998Z Compiling darling_macro v0.23.0
2992026-08-26T21:20:32.021Z Checking cobs v0.3.0
3002026-08-26T21:20:32.050Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3012026-08-26T21:20:32.177Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-08-26T21:20:32.534Z Compiling darling v0.23.0
3032026-08-26T21:20:32.601Z Compiling ingot-macros v0.2.0
3042026-08-26T21:20:32.640Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3052026-08-26T21:20:32.803Z Checking tracing v0.1.44
3062026-08-26T21:20:33.205Z Checking postcard v1.1.3
3072026-08-26T21:20:34.685Z Checking ingot-types v0.2.0
3082026-08-26T21:20:34.948Z Checking ingot v0.2.0
3092026-08-26T21:20:36.236Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3102026-08-26T21:20:37.400Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3112026-08-26T21:20:38.537Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3122026-08-26T21:20:38.720Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.07s
3132026-08-26T21:20:38.828Z
3142026-08-26T21:20:38.828Zreal 18.219195001
3152026-08-26T21:20:38.828Zuser 47.714034285
3162026-08-26T21:20:38.828Zsys 10.990288054
3172026-08-26T21:20:38.828Ztrap 0.033342595
3182026-08-26T21:20:38.828Ztflt 0.092511666
3192026-08-26T21:20:38.828Zdflt 0.172287196
3202026-08-26T21:20:38.828Zkflt 0.008018704
3212026-08-26T21:20:38.828Zlock 3:19.453846888
3222026-08-26T21:20:38.828Zslp 2:39.645199872
3232026-08-26T21:20:38.828Zlat 3.315258522
3242026-08-26T21:20:38.828Zstop 11.795970502
3252026-08-26T21:20:38.832Zprocess exited: duration 33038 ms, exit code 0
 
3262026-08-26T21:20:38.839Zfound 0 output files