01KKJN3V18G2J2M264GMKG8T92: opte-ioctl

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

Buildomat Job: 01KKJN4Q6FDV1A6KC7AXV8MSA1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-13T03:52:53.709Zjob assigned to worker 01KKJN4TKKVJ082W89QYDZBKYC [factory aws, i-052f8feab3fbfee49] (queued for 1 m 7 s)
 
22026-03-13T03:53:01.841Zstarting task 0: "setup"
32026-03-13T03:53:01.846Z++ uname -s
42026-03-13T03:53:01.849Z+ kern=SunOS
52026-03-13T03:53:01.849Z+ build_user=build
62026-03-13T03:53:01.849Z+ build_uid=12345
72026-03-13T03:53:01.849Z+ work_dir=/work
82026-03-13T03:53:01.849Z+ input_dir=/input
92026-03-13T03:53:01.849Z+ [[ 0 == 12345 ]]
102026-03-13T03:53:01.849Z+ case "$kern" in
112026-03-13T03:53:01.849Z+ groupadd -g 12345 build
122026-03-13T03:53:01.849Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-13T03:53:03.873Z+ zfs create -o mountpoint=/work rpool/work
142026-03-13T03:53:03.952Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-13T03:53:03.996Z+ home_fs=zfs
162026-03-13T03:53:03.996Z+ [[ zfs == autofs ]]
172026-03-13T03:53:03.996Z+ mkdir -p /home/build
182026-03-13T03:53:03.996Z+ chown build:build /home/build /work
192026-03-13T03:53:05.951Z+ chmod 0700 /home/build /work
202026-03-13T03:53:05.967Zprocess exited: duration 4101 ms, exit code 0
 
212026-03-13T03:53:06.000Zstarting task 1: "rust-toolchain"
222026-03-13T03:53:06.009Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-13T03:53:06.009Z * rust toolchain channel = "1.93.1"
242026-03-13T03:53:06.009Z * rust toolchain profile = "default"
252026-03-13T03:53:06.009Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-03-13T03:53:06.009Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-13T03:53:06.009Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-13T03:53:06.009Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-13T03:53:06.009Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-13T03:53:06.171Zinfo: downloading installer
312026-03-13T03:53:07.791Zwarn: It looks like you have an existing installation of Rust at:
322026-03-13T03:53:07.791Zwarn: /opt/ooce/bin
332026-03-13T03:53:07.791Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-13T03:53:07.791Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-13T03:53:07.791Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-13T03:53:07.791Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-13T03:53:07.791Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-13T03:53:07.791Zerror: cannot install while Rust is installed
392026-03-13T03:53:07.791Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-13T03:53:07.791Zwarn: It looks like you have an existing rustup settings file at:
412026-03-13T03:53:07.791Zwarn: /home/build/.rustup/settings.toml
422026-03-13T03:53:07.791Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-13T03:53:07.791Zwarn: instead of the one inferred from the default host triple.
442026-03-13T03:53:07.806Zinfo: profile set to default
452026-03-13T03:53:07.806Zinfo: default host triple is x86_64-unknown-illumos
462026-03-13T03:53:07.809Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-13T03:53:07.954Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-13T03:53:07.960Zinfo: downloading 6 components
492026-03-13T03:53:25.507Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-13T03:53:25.507Z
512026-03-13T03:53:25.541Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-13T03:53:25.541Z
532026-03-13T03:53:25.547Z
542026-03-13T03:53:25.547ZRust is installed now. Great!
552026-03-13T03:53:25.547Z
562026-03-13T03:53:25.547ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-13T03:53:25.547Zenvironment variable. This has not been done automatically.
582026-03-13T03:53:25.547Z
592026-03-13T03:53:25.548ZTo configure your current shell, you need to source
602026-03-13T03:53:25.548Zthe corresponding env file under $HOME/.cargo.
612026-03-13T03:53:25.548Z
622026-03-13T03:53:25.548ZThis is usually done by running one of the following (note the leading DOT):
632026-03-13T03:53:25.548Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-13T03:53:25.548Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-13T03:53:25.548Zsource "~/.cargo/env.nu" # For nushell
662026-03-13T03:53:25.548Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-13T03:53:25.548Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-13T03:53:25.548Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-13T03:53:25.548Zwarn: no default linker (`cc`) was found in your PATH
702026-03-13T03:53:25.548Zwarn: many Rust crates require a system C toolchain to build
712026-03-13T03:53:25.655Z+ rustup --version
722026-03-13T03:53:25.666Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-13T03:53:25.669Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-13T03:53:25.691Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-13T03:53:25.696Z+ cargo --version
762026-03-13T03:53:25.712Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-13T03:53:25.716Z+ rustc --version
782026-03-13T03:53:25.736Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-13T03:53:25.742Zprocess exited: duration 19758 ms, exit code 0
 
802026-03-13T03:53:25.750Zstarting task 2: "authentication"
812026-03-13T03:53:25.771Zprocess exited: duration 19 ms, exit code 0
 
822026-03-13T03:53:25.779Zstarting task 3: "clone repository"
832026-03-13T03:53:25.784Z+ mkdir -p /work/oxidecomputer/opte
842026-03-13T03:53:25.789Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-13T03:53:25.821ZCloning into '/work/oxidecomputer/opte'...
862026-03-13T03:53:26.707Z+ cd /work/oxidecomputer/opte
872026-03-13T03:53:26.707Z+ git fetch origin c203ec69fca75b86b0fea1e3e7fe5188a41b285a
882026-03-13T03:53:26.960ZFrom https://github.com/oxidecomputer/opte
892026-03-13T03:53:26.960Z * branch c203ec69fca75b86b0fea1e3e7fe5188a41b285a -> FETCH_HEAD
902026-03-13T03:53:26.968Z+ [[ -n renovate/clap-4.x-lockfile ]]
912026-03-13T03:53:26.971Z++ git branch --show-current
922026-03-13T03:53:26.971Z+ current=master
932026-03-13T03:53:26.971Z+ [[ master != renovate/clap-4.x-lockfile ]]
942026-03-13T03:53:26.971Z+ git branch -f renovate/clap-4.x-lockfile c203ec69fca75b86b0fea1e3e7fe5188a41b285a
952026-03-13T03:53:26.975Z+ git checkout -f renovate/clap-4.x-lockfile
962026-03-13T03:53:26.997ZSwitched to branch 'renovate/clap-4.x-lockfile'
972026-03-13T03:53:27.000Z+ git reset --hard c203ec69fca75b86b0fea1e3e7fe5188a41b285a
982026-03-13T03:53:27.054ZHEAD is now at c203ec6 Update Rust crate clap to v4.6.0
992026-03-13T03:53:27.054Zprocess exited: duration 1242 ms, exit code 0
 
1002026-03-13T03:53:27.061Zstarting task 4: "build"
1012026-03-13T03:53:27.067Z+ source .github/buildomat/common.sh
1022026-03-13T03:53:27.071Z++ rustup show active-toolchain
1032026-03-13T03:53:27.077Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-13T03:53:27.077Z++ pushd xde
1052026-03-13T03:53:27.077Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-13T03:53:27.077Z++ rustup show active-toolchain
1072026-03-13T03:53:27.082Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-13T03:53:27.393Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-13T03:53:27.397Zinfo: downloading 6 components
1102026-03-13T03:53:43.904Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-13T03:53:44.077Z+++ rustup show active-toolchain -v
1122026-03-13T03:53:44.077Z+++ head -n 1
1132026-03-13T03:53:44.077Z+++ cut '-d ' -f1
1142026-03-13T03:53:44.202Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-13T03:53:44.202Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-13T03:53:44.202Z++ popd
1172026-03-13T03:53:44.203Z/work/oxidecomputer/opte
1182026-03-13T03:53:44.203Z+ cargo --version
1192026-03-13T03:53:44.203Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-13T03:53:44.203Z+ rustc --version
1212026-03-13T03:53:44.203Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-13T03:53:44.203Z+ cd lib/opte-ioctl
1232026-03-13T03:53:44.203Z+ header 'check style'
1242026-03-13T03:53:44.204Z+ echo '# ==== check style ==== #'
1252026-03-13T03:53:44.204Z# ==== check style ==== #
1262026-03-13T03:53:44.204Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-13T03:53:44.312Z
1282026-03-13T03:53:44.312Zreal 0.092388110
1292026-03-13T03:53:44.312Zuser 0.051067223
1302026-03-13T03:53:44.312Zsys 0.037792215
1312026-03-13T03:53:44.312Ztrap 0.000003720
1322026-03-13T03:53:44.313Ztflt 0.000053377
1332026-03-13T03:53:44.313Zdflt 0.000008922
1342026-03-13T03:53:44.313Zkflt 0.000000000
1352026-03-13T03:53:44.313Zlock 0.061276169
1362026-03-13T03:53:44.313Zslp 0.068400214
1372026-03-13T03:53:44.313Zlat 0.000227427
1382026-03-13T03:53:44.313Zstop 0.000113999
1392026-03-13T03:53:44.313Z+ header analyze
1402026-03-13T03:53:44.313Z+ echo '# ==== analyze ==== #'
1412026-03-13T03:53:44.313Z# ==== analyze ==== #
1422026-03-13T03:53:44.313Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-03-13T03:53:44.398Z Updating crates.io index
1442026-03-13T03:53:44.398Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-03-13T03:53:45.410Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-03-13T03:53:45.663Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-03-13T03:53:46.120Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-03-13T03:53:46.597Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-03-13T03:53:46.851Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-03-13T03:53:47.108Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-03-13T03:53:48.858Z Downloading crates ...
1522026-03-13T03:53:48.898Z Downloaded embedded-io v0.4.0
1532026-03-13T03:53:49.125Z Downloaded anyhow v1.0.102
1542026-03-13T03:53:49.130Z Downloaded pretty-hex v0.4.1
1552026-03-13T03:53:49.140Z Downloaded socket2 v0.6.3
1562026-03-13T03:53:49.144Z Downloaded version_check v0.9.5
1572026-03-13T03:53:49.157Z Downloaded proc-macro-error2 v2.0.1
1582026-03-13T03:53:49.161Z Downloaded darling_macro v0.21.3
1592026-03-13T03:53:49.167Z Downloaded cfg-if v1.0.4
1602026-03-13T03:53:49.172Z Downloaded ref-cast-impl v1.0.25
1612026-03-13T03:53:49.198Z Downloaded foreign-types v0.5.0
1622026-03-13T03:53:49.231Z Downloaded macaddr v1.0.1
1632026-03-13T03:53:49.236Z Downloaded num_enum_derive v0.7.5
1642026-03-13T03:53:49.244Z Downloaded defmt-macros v1.0.1
1652026-03-13T03:53:49.244Z Downloaded rustversion v1.0.22
1662026-03-13T03:53:49.251Z Downloaded defmt v1.0.1
1672026-03-13T03:53:49.265Z Downloaded oxnet v0.1.4
1682026-03-13T03:53:49.282Z Downloaded ingot v0.1.1
1692026-03-13T03:53:49.288Z Downloaded darling v0.21.3
1702026-03-13T03:53:49.293Z Downloaded tracing-attributes v0.1.31
1712026-03-13T03:53:49.300Z Downloaded thiserror v2.0.18
1722026-03-13T03:53:49.310Z Downloaded serde_core v1.0.228
1732026-03-13T03:53:49.315Z Downloaded cobs v0.3.0
1742026-03-13T03:53:49.315Z Downloaded getrandom v0.4.2
1752026-03-13T03:53:49.323Z Downloaded colored v3.1.1
1762026-03-13T03:53:49.335Z Downloaded tracing-core v0.1.36
1772026-03-13T03:53:49.368Z Downloaded rand v0.10.0
1782026-03-13T03:53:49.381Z Downloaded indexmap v2.13.0
1792026-03-13T03:53:49.392Z Downloaded ident_case v1.0.1
1802026-03-13T03:53:49.392Z Downloaded proc-macro-crate v3.5.0
1812026-03-13T03:53:49.400Z Downloaded byteorder v1.5.0
1822026-03-13T03:53:49.413Z Downloaded cpufeatures v0.3.0
1832026-03-13T03:53:49.413Z Downloaded fnv v1.0.7
1842026-03-13T03:53:49.413Z Downloaded foreign-types-macros v0.2.3
1852026-03-13T03:53:49.422Z Downloaded bitflags v1.3.2
1862026-03-13T03:53:49.441Z Downloaded strsim v0.11.1
1872026-03-13T03:53:49.447Z Downloaded dyn-clone v1.0.20
1882026-03-13T03:53:49.447Z Downloaded thiserror-impl v2.0.18
1892026-03-13T03:53:49.461Z Downloaded defmt v0.3.100
1902026-03-13T03:53:49.467Z Downloaded pin-project-lite v0.2.17
1912026-03-13T03:53:49.467Z Downloaded rand_core v0.10.0
1922026-03-13T03:53:49.479Z Downloaded uuid v1.22.0
1932026-03-13T03:53:49.496Z Downloaded equivalent v1.0.2
1942026-03-13T03:53:49.496Z Downloaded defmt-parser v1.0.0
1952026-03-13T03:53:49.496Z Downloaded hash32 v0.3.1
1962026-03-13T03:53:49.507Z Downloaded ref-cast v1.0.25
1972026-03-13T03:53:49.533Z Downloaded stable_deref_trait v1.2.1
1982026-03-13T03:53:49.533Z Downloaded ingot-types v0.1.2
1992026-03-13T03:53:49.533Z Downloaded embedded-io v0.6.1
2002026-03-13T03:53:49.533Z Downloaded toml_edit v0.25.4+spec-1.1.0
2012026-03-13T03:53:49.533Z Downloaded bitflags v2.11.0
2022026-03-13T03:53:49.549Z Downloaded memchr v2.8.0
2032026-03-13T03:53:49.549Z Downloaded proc-macro-error-attr2 v2.0.0
2042026-03-13T03:53:49.549Z Downloaded managed v0.8.0
2052026-03-13T03:53:49.549Z Downloaded foreign-types-shared v0.3.1
2062026-03-13T03:53:49.549Z Downloaded itertools v0.14.0
2072026-03-13T03:53:49.565Z Downloaded either v1.15.0
2082026-03-13T03:53:49.565Z Downloaded heapless v0.8.0
2092026-03-13T03:53:49.576Z Downloaded darling_core v0.21.3
2102026-03-13T03:53:49.576Z Downloaded once_cell v1.21.3
2112026-03-13T03:53:49.576Z Downloaded cstr-argument v0.1.2
2122026-03-13T03:53:49.576Z Downloaded quote v1.0.45
2132026-03-13T03:53:49.576Z Downloaded unicode-ident v1.0.24
2142026-03-13T03:53:49.587Z Downloaded postcard v1.1.3
2152026-03-13T03:53:49.596Z Downloaded ingot-macros v0.1.1
2162026-03-13T03:53:49.596Z Downloaded chacha20 v0.10.0
2172026-03-13T03:53:49.596Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2182026-03-13T03:53:49.596Z Downloaded num_enum v0.7.5
2192026-03-13T03:53:49.610Z Downloaded proc-macro2 v1.0.106
2202026-03-13T03:53:49.625Z Downloaded toml_parser v1.0.9+spec-1.1.0
2212026-03-13T03:53:49.633Z Downloaded zerocopy-derive v0.8.42
2222026-03-13T03:53:49.643Z Downloaded serde_derive v1.0.228
2232026-03-13T03:53:49.648Z Downloaded serde v1.0.228
2242026-03-13T03:53:49.699Z Downloaded winnow v0.7.15
2252026-03-13T03:53:49.707Z Downloaded syn v1.0.109
2262026-03-13T03:53:49.712Z Downloaded aho-corasick v1.1.4
2272026-03-13T03:53:49.725Z Downloaded zerocopy v0.8.42
2282026-03-13T03:53:49.728Z Downloaded regex v1.12.3
2292026-03-13T03:53:49.728Z Downloaded hashbrown v0.16.1
2302026-03-13T03:53:49.778Z Downloaded regex-syntax v0.8.10
2312026-03-13T03:53:49.785Z Downloaded smoltcp v0.11.0
2322026-03-13T03:53:49.793Z Downloaded syn v2.0.117
2332026-03-13T03:53:49.813Z Downloaded tracing v0.1.44
2342026-03-13T03:53:49.857Z Downloaded regex-automata v0.4.14
2352026-03-13T03:53:49.902Z Downloaded libc v0.2.183
2362026-03-13T03:53:49.937Z Compiling proc-macro2 v1.0.106
2372026-03-13T03:53:49.937Z Compiling unicode-ident v1.0.24
2382026-03-13T03:53:49.944Z Compiling quote v1.0.45
2392026-03-13T03:53:49.944Z Compiling serde_core v1.0.228
2402026-03-13T03:53:49.945Z Checking cfg-if v1.0.4
2412026-03-13T03:53:49.945Z Compiling thiserror v2.0.18
2422026-03-13T03:53:49.945Z Compiling strsim v0.11.1
2432026-03-13T03:53:49.945Z Compiling fnv v1.0.7
2442026-03-13T03:53:50.101Z Compiling memchr v2.8.0
2452026-03-13T03:53:50.136Z Compiling ident_case v1.0.1
2462026-03-13T03:53:50.166Z Compiling regex-syntax v0.8.10
2472026-03-13T03:53:50.265Z Compiling libc v0.2.183
2482026-03-13T03:53:50.403Z Compiling hashbrown v0.16.1
2492026-03-13T03:53:50.494Z Compiling equivalent v1.0.2
2502026-03-13T03:53:50.579Z Compiling either v1.15.0
2512026-03-13T03:53:50.700Z Compiling aho-corasick v1.1.4
2522026-03-13T03:53:50.776Z Compiling serde v1.0.228
2532026-03-13T03:53:50.845Z Compiling winnow v0.7.15
2542026-03-13T03:53:50.852Z Compiling zerocopy v0.8.42
2552026-03-13T03:53:51.106Z Compiling indexmap v2.13.0
2562026-03-13T03:53:51.210Z Compiling itertools v0.14.0
2572026-03-13T03:53:51.603Z Compiling syn v2.0.117
2582026-03-13T03:53:51.966Z Compiling heapless v0.8.0
2592026-03-13T03:53:52.227Z Compiling toml_datetime v1.0.0+spec-1.1.0
2602026-03-13T03:53:52.345Z Compiling regex-automata v0.4.14
2612026-03-13T03:53:52.443Z Checking byteorder v1.5.0
2622026-03-13T03:53:52.576Z Checking bitflags v2.11.0
2632026-03-13T03:53:52.636Z Compiling toml_parser v1.0.9+spec-1.1.0
2642026-03-13T03:53:52.718Z Checking hash32 v0.3.1
2652026-03-13T03:53:52.810Z Checking macaddr v1.0.1
2662026-03-13T03:53:52.850Z Compiling syn v1.0.109
2672026-03-13T03:53:52.858Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2682026-03-13T03:53:52.950Z Checking stable_deref_trait v1.2.1
2692026-03-13T03:53:52.980Z Compiling rustversion v1.0.22
2702026-03-13T03:53:53.038Z Compiling smoltcp v0.11.0
2712026-03-13T03:53:53.099Z Compiling toml_edit v0.25.4+spec-1.1.0
2722026-03-13T03:53:53.302Z Compiling version_check v0.9.5
2732026-03-13T03:53:53.378Z Checking rand_core v0.10.0
2742026-03-13T03:53:53.450Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2752026-03-13T03:53:53.460Z Checking managed v0.8.0
2762026-03-13T03:53:53.530Z Compiling ref-cast v1.0.25
2772026-03-13T03:53:53.632Z Compiling getrandom v0.4.2
2782026-03-13T03:53:53.632Z Checking bitflags v1.3.2
2792026-03-13T03:53:53.682Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2802026-03-13T03:53:53.922Z Compiling proc-macro-crate v3.5.0
2812026-03-13T03:53:54.012Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-03-13T03:53:54.351Z Checking foreign-types-shared v0.3.1
2832026-03-13T03:53:54.434Z Compiling anyhow v1.0.102
2842026-03-13T03:53:54.445Z Checking once_cell v1.21.3
2852026-03-13T03:53:54.493Z Checking cpufeatures v0.3.0
2862026-03-13T03:53:54.565Z Checking chacha20 v0.10.0
2872026-03-13T03:53:54.660Z Compiling regex v1.12.3
2882026-03-13T03:53:54.808Z Checking tracing-core v0.1.36
2892026-03-13T03:53:54.844Z Checking cstr-argument v0.1.2
2902026-03-13T03:53:55.187Z Compiling darling_core v0.21.3
2912026-03-13T03:53:55.212Z Checking dyn-clone v1.0.20
2922026-03-13T03:53:55.221Z Checking pretty-hex v0.4.1
2932026-03-13T03:53:55.311Z Checking pin-project-lite v0.2.17
2942026-03-13T03:53:55.325Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2952026-03-13T03:53:55.342Z Checking rand v0.10.0
2962026-03-13T03:53:55.408Z Checking uuid v1.22.0
2972026-03-13T03:53:55.606Z Checking socket2 v0.6.3
2982026-03-13T03:53:55.743Z Checking colored v3.1.1
2992026-03-13T03:53:55.921Z Checking oxnet v0.1.4
3002026-03-13T03:53:56.418Z Compiling thiserror-impl v2.0.18
3012026-03-13T03:53:56.418Z Compiling zerocopy-derive v0.8.42
3022026-03-13T03:53:56.421Z Compiling serde_derive v1.0.228
3032026-03-13T03:53:56.421Z Compiling ref-cast-impl v1.0.25
3042026-03-13T03:53:56.421Z Compiling num_enum_derive v0.7.5
3052026-03-13T03:53:57.187Z Compiling foreign-types-macros v0.2.3
3062026-03-13T03:53:57.384Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3072026-03-13T03:53:57.765Z Checking num_enum v0.7.5
3082026-03-13T03:53:57.890Z Compiling tracing-attributes v0.1.31
3092026-03-13T03:53:57.978Z Checking foreign-types v0.5.0
3102026-03-13T03:53:58.058Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3112026-03-13T03:53:58.185Z Checking cobs v0.3.0
3122026-03-13T03:53:58.203Z Compiling darling_macro v0.21.3
3132026-03-13T03:53:58.257Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3142026-03-13T03:53:58.577Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3152026-03-13T03:53:58.851Z Compiling darling v0.21.3
3162026-03-13T03:53:58.931Z Compiling ingot-macros v0.1.1
3172026-03-13T03:53:59.145Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3182026-03-13T03:53:59.273Z Checking tracing v0.1.44
3192026-03-13T03:53:59.858Z Checking postcard v1.1.3
3202026-03-13T03:54:02.022Z Checking ingot-types v0.1.2
3212026-03-13T03:54:02.400Z Checking ingot v0.1.1
3222026-03-13T03:54:04.306Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-03-13T03:54:05.903Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3242026-03-13T03:54:07.429Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3252026-03-13T03:54:07.662Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.45s
3262026-03-13T03:54:07.791Z
3272026-03-13T03:54:07.791Zreal 23.639960897
3282026-03-13T03:54:07.791Zuser 1:08.734096509
3292026-03-13T03:54:07.797Zsys 13.728395453
3302026-03-13T03:54:07.798Ztrap 0.046448573
3312026-03-13T03:54:07.798Ztflt 0.075044797
3322026-03-13T03:54:07.798Zdflt 0.121327902
3332026-03-13T03:54:07.798Zkflt 0.001501232
3342026-03-13T03:54:07.798Zlock 3:49.573136926
3352026-03-13T03:54:07.798Zslp 3:36.063615084
3362026-03-13T03:54:07.798Zlat 4.108259443
3372026-03-13T03:54:07.798Zstop 12.490280715
3382026-03-13T03:54:07.798Zprocess exited: duration 40739 ms, exit code 0
 
3392026-03-13T03:54:07.806Zfound 0 output files