01KX2JSKEZ93SKNX6PJ6F68HEM: opte-ioctl

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

Buildomat Job: 01KX2JT0CWQKK0GK11DJ2RDEHS

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-09T04:40:55.009Zjob assigned to worker 01KX2JT8TG1RWJ335YVW8T2XSJ [factory aws, i-05b58f79d8fbdcf48] (queued for 49 s)
 
22026-07-09T04:41:01.695Zstarting task 0: "setup"
32026-07-09T04:41:01.701Z++ uname -s
42026-07-09T04:41:01.704Z+ kern=SunOS
52026-07-09T04:41:01.704Z+ build_user=build
62026-07-09T04:41:01.704Z+ build_uid=12345
72026-07-09T04:41:01.704Z+ work_dir=/work
82026-07-09T04:41:01.704Z+ input_dir=/input
92026-07-09T04:41:01.704Z+ [[ 0 == 12345 ]]
102026-07-09T04:41:01.704Z+ case "$kern" in
112026-07-09T04:41:01.704Z+ groupadd -g 12345 build
122026-07-09T04:41:01.706Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-09T04:41:03.710Z+ zfs create -o mountpoint=/work rpool/work
142026-07-09T04:41:03.802Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-09T04:41:03.804Z+ home_fs=zfs
162026-07-09T04:41:03.804Z+ [[ zfs == autofs ]]
172026-07-09T04:41:03.804Z+ mkdir -p /home/build
182026-07-09T04:41:03.804Z+ chown build:build /home/build /work
192026-07-09T04:41:05.806Z+ chmod 0700 /home/build /work
202026-07-09T04:41:05.809Zprocess exited: duration 4112 ms, exit code 0
 
212026-07-09T04:41:05.814Zstarting task 1: "rust-toolchain"
222026-07-09T04:41:05.818Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-09T04:41:05.818Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-09T04:41:05.818Z * rust toolchain channel = "1.96.1"
252026-07-09T04:41:05.818Z * rust toolchain profile = "default"
262026-07-09T04:41:05.818Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-09T04:41:05.820Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-09T04:41:05.821Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-09T04:41:05.821Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-09T04:41:05.875Zinfo: downloading installer
312026-07-09T04:41:07.306Zwarn: It looks like you have an existing rustup settings file at:
322026-07-09T04:41:07.306Zwarn: /home/build/.rustup/settings.toml
332026-07-09T04:41:07.306Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-09T04:41:07.310Zwarn: instead of the one inferred from the default host triple.
352026-07-09T04:41:07.318Zinfo: profile set to default
362026-07-09T04:41:07.318Zinfo: default host triple is x86_64-unknown-illumos
372026-07-09T04:41:07.321Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-09T04:41:07.470Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-09T04:41:07.473Zinfo: downloading 6 components
402026-07-09T04:41:22.654Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-09T04:41:22.654Z
422026-07-09T04:41:22.683Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-09T04:41:22.683Z
442026-07-09T04:41:22.686Z
452026-07-09T04:41:22.686ZRust is installed now. Great!
462026-07-09T04:41:22.686Z
472026-07-09T04:41:22.686ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-09T04:41:22.686Zenvironment variable. This has not been done automatically.
492026-07-09T04:41:22.686Z
502026-07-09T04:41:22.686ZTo configure your current shell, you need to source
512026-07-09T04:41:22.686Zthe corresponding env file under $HOME/.cargo.
522026-07-09T04:41:22.686Z
532026-07-09T04:41:22.686ZThis is usually done by running one of the following (note the leading DOT):
542026-07-09T04:41:22.686Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-09T04:41:22.686Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-09T04:41:22.687Zsource "~/.cargo/env.nu" # For nushell
572026-07-09T04:41:22.687Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-09T04:41:22.687Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-09T04:41:22.687Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-09T04:41:22.687Zwarn: no default linker (`cc`) was found in your PATH
612026-07-09T04:41:22.687Zwarn: many Rust crates require a system C toolchain to build
622026-07-09T04:41:22.770Z+ rustup --version
632026-07-09T04:41:22.778Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-09T04:41:22.781Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-09T04:41:22.800Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-09T04:41:22.803Z+ cargo --version
672026-07-09T04:41:22.818Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-09T04:41:22.821Z+ rustc --version
692026-07-09T04:41:22.840Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-09T04:41:22.842Zprocess exited: duration 17027 ms, exit code 0
 
712026-07-09T04:41:22.848Zstarting task 2: "authentication"
722026-07-09T04:41:22.863Zprocess exited: duration 15 ms, exit code 0
 
732026-07-09T04:41:22.869Zstarting task 3: "clone repository"
742026-07-09T04:41:22.873Z+ mkdir -p /work/oxidecomputer/opte
752026-07-09T04:41:22.876Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-09T04:41:22.906ZCloning into '/work/oxidecomputer/opte'...
772026-07-09T04:41:24.062Z+ cd /work/oxidecomputer/opte
782026-07-09T04:41:24.062Z+ git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8
792026-07-09T04:41:24.270ZFrom https://github.com/oxidecomputer/opte
802026-07-09T04:41:24.270Z * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD
812026-07-09T04:41:24.275Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
822026-07-09T04:41:24.278Z++ git branch --show-current
832026-07-09T04:41:24.278Z+ current=master
842026-07-09T04:41:24.278Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
852026-07-09T04:41:24.278Z+ git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8
862026-07-09T04:41:24.280Z+ git checkout -f renovate/zerocopy-0.x-lockfile
872026-07-09T04:41:24.297ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
882026-07-09T04:41:24.299Z+ git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8
892026-07-09T04:41:24.313ZHEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54
902026-07-09T04:41:24.316Zprocess exited: duration 1444 ms, exit code 0
 
912026-07-09T04:41:24.322Zstarting task 4: "build"
922026-07-09T04:41:24.325Z+ source .github/buildomat/common.sh
932026-07-09T04:41:24.328Z++ rustup show active-toolchain
942026-07-09T04:41:24.331Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-09T04:41:24.335Z++ pushd xde
962026-07-09T04:41:24.335Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-09T04:41:24.335Z++ rustup show active-toolchain
982026-07-09T04:41:24.338Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-09T04:41:24.493Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-09T04:41:24.496Zinfo: downloading 6 components
1012026-07-09T04:41:39.002Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-09T04:41:39.102Z+++ rustup show active-toolchain -v
1032026-07-09T04:41:39.106Z+++ head -n 1
1042026-07-09T04:41:39.106Z+++ cut '-d ' -f1
1052026-07-09T04:41:39.156Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-09T04:41:39.156Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-09T04:41:39.159Z++ popd
1082026-07-09T04:41:39.159Z/work/oxidecomputer/opte
1092026-07-09T04:41:39.159Z+ cargo --version
1102026-07-09T04:41:39.166Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-09T04:41:39.169Z+ rustc --version
1122026-07-09T04:41:39.188Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-09T04:41:39.191Z+ cd lib/opte-ioctl
1142026-07-09T04:41:39.191Z+ header 'check style'
1152026-07-09T04:41:39.191Z+ echo '# ==== check style ==== #'
1162026-07-09T04:41:39.191Z# ==== check style ==== #
1172026-07-09T04:41:39.191Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1182026-07-09T04:41:39.261Z
1192026-07-09T04:41:39.261Zreal 0.067541201
1202026-07-09T04:41:39.261Zuser 0.036815496
1212026-07-09T04:41:39.261Zsys 0.027921260
1222026-07-09T04:41:39.261Ztrap 0.000000330
1232026-07-09T04:41:39.261Ztflt 0.000012860
1242026-07-09T04:41:39.261Zdflt 0.000019080
1252026-07-09T04:41:39.261Zkflt 0.000000000
1262026-07-09T04:41:39.261Zlock 0.031319874
1272026-07-09T04:41:39.261Zslp 0.047157413
1282026-07-09T04:41:39.261Zlat 0.000541420
1292026-07-09T04:41:39.261Zstop 0.000094910
1302026-07-09T04:41:39.265Z+ header analyze
1312026-07-09T04:41:39.265Z+ echo '# ==== analyze ==== #'
1322026-07-09T04:41:39.265Z# ==== analyze ==== #
1332026-07-09T04:41:39.265Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-07-09T04:41:39.395Z Updating crates.io index
1352026-07-09T04:41:39.398Z Updating git repository `https://github.com/oxidecomputer/falcon`
1362026-07-09T04:41:40.410Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1372026-07-09T04:41:40.690Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1382026-07-09T04:41:41.092Z Updating git repository `https://github.com/oxidecomputer/zone`
1392026-07-09T04:41:41.385Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-09T04:41:41.714Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-07-09T04:41:42.025Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-07-09T04:41:43.872Z Downloading crates ...
1432026-07-09T04:41:43.930Z Downloaded defmt v0.3.100
1442026-07-09T04:41:43.933Z Downloaded fnv v1.0.7
1452026-07-09T04:41:43.936Z Downloaded hash32 v0.3.1
1462026-07-09T04:41:43.936Z Downloaded cpufeatures v0.3.0
1472026-07-09T04:41:43.936Z Downloaded macaddr v1.0.1
1482026-07-09T04:41:43.939Z Downloaded foreign-types-shared v0.3.1
1492026-07-09T04:41:43.941Z Downloaded dyn-clone v1.0.20
1502026-07-09T04:41:43.941Z Downloaded ident_case v1.0.1
1512026-07-09T04:41:43.948Z Downloaded proc-macro-crate v3.5.0
1522026-07-09T04:41:43.952Z Downloaded darling v0.21.3
1532026-07-09T04:41:43.955Z Downloaded pin-project-lite v0.2.17
1542026-07-09T04:41:43.958Z Downloaded defmt-macros v1.1.1
1552026-07-09T04:41:43.961Z Downloaded ingot-types v0.1.2
1562026-07-09T04:41:43.961Z Downloaded rustversion v1.0.22
1572026-07-09T04:41:43.964Z Downloaded embedded-io v0.4.0
1582026-07-09T04:41:43.964Z Downloaded thiserror-impl v2.0.18
1592026-07-09T04:41:43.967Z Downloaded once_cell v1.21.4
1602026-07-09T04:41:43.967Z Downloaded cfg-if v1.0.4
1612026-07-09T04:41:43.970Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1622026-07-09T04:41:43.970Z Downloaded defmt v1.1.1
1632026-07-09T04:41:43.972Z Downloaded aho-corasick v1.1.4
1642026-07-09T04:41:43.979Z Downloaded unicode-ident v1.0.24
1652026-07-09T04:41:43.987Z Downloaded num_enum_derive v0.7.6
1662026-07-09T04:41:43.989Z Downloaded num_enum v0.7.6
1672026-07-09T04:41:43.992Z Downloaded postcard v1.1.3
1682026-07-09T04:41:43.995Z Downloaded foreign-types v0.5.0
1692026-07-09T04:41:43.995Z Downloaded cstr-argument v0.1.2
1702026-07-09T04:41:43.997Z Downloaded embedded-io v0.6.1
1712026-07-09T04:41:43.997Z Downloaded managed v0.8.0
1722026-07-09T04:41:43.997Z Downloaded foreign-types-macros v0.2.3
1732026-07-09T04:41:44.001Z Downloaded darling_macro v0.21.3
1742026-07-09T04:41:44.006Z Downloaded ref-cast v1.0.25
1752026-07-09T04:41:44.011Z Downloaded pretty-hex v0.4.2
1762026-07-09T04:41:44.013Z Downloaded either v1.16.0
1772026-07-09T04:41:44.013Z Downloaded cobs v0.3.0
1782026-07-09T04:41:44.016Z Downloaded colored v3.1.1
1792026-07-09T04:41:44.019Z Downloaded equivalent v1.0.2
1802026-07-09T04:41:44.022Z Downloaded stable_deref_trait v1.2.1
1812026-07-09T04:41:44.030Z Downloaded ref-cast-impl v1.0.25
1822026-07-09T04:41:44.032Z Downloaded version_check v0.9.5
1832026-07-09T04:41:44.037Z Downloaded strsim v0.11.1
1842026-07-09T04:41:44.049Z Downloaded defmt-parser v1.0.0
1852026-07-09T04:41:44.053Z Downloaded byteorder v1.5.0
1862026-07-09T04:41:44.053Z Downloaded thiserror v2.0.18
1872026-07-09T04:41:44.056Z Downloaded oxnet v0.1.6
1882026-07-09T04:41:44.056Z Downloaded quote v1.0.46
1892026-07-09T04:41:44.060Z Downloaded anyhow v1.0.103
1902026-07-09T04:41:44.064Z Downloaded serde_derive v1.0.228
1912026-07-09T04:41:44.067Z Downloaded ingot v0.1.1
1922026-07-09T04:41:44.073Z Downloaded rand_core v0.10.1
1932026-07-09T04:41:44.088Z Downloaded chacha20 v0.10.1
1942026-07-09T04:41:44.092Z Downloaded toml_parser v1.1.2+spec-1.1.0
1952026-07-09T04:41:44.095Z Downloaded memchr v2.8.2
1962026-07-09T04:41:44.098Z Downloaded ingot-macros v0.1.1
1972026-07-09T04:41:44.098Z Downloaded bitflags v2.13.0
1982026-07-09T04:41:44.101Z Downloaded bitflags v1.3.2
1992026-07-09T04:41:44.103Z Downloaded tracing-attributes v0.1.31
2002026-07-09T04:41:44.116Z Downloaded zerocopy-derive v0.8.54
2012026-07-09T04:41:44.121Z Downloaded proc-macro2 v1.0.106
2022026-07-09T04:41:44.123Z Downloaded getrandom v0.4.3
2032026-07-09T04:41:44.128Z Downloaded uuid v1.23.4
2042026-07-09T04:41:44.131Z Downloaded serde_core v1.0.228
2052026-07-09T04:41:44.133Z Downloaded tracing-core v0.1.36
2062026-07-09T04:41:44.139Z Downloaded socket2 v0.6.4
2072026-07-09T04:41:44.154Z Downloaded toml_edit v0.25.12+spec-1.1.0
2082026-07-09T04:41:44.161Z Downloaded darling_core v0.21.3
2092026-07-09T04:41:44.164Z Downloaded serde v1.0.228
2102026-07-09T04:41:44.167Z Downloaded heapless v0.8.0
2112026-07-09T04:41:44.178Z Downloaded indexmap v2.14.0
2122026-07-09T04:41:44.196Z Downloaded rand v0.10.2
2132026-07-09T04:41:44.210Z Downloaded winnow v1.0.3
2142026-07-09T04:41:44.228Z Downloaded itertools v0.14.0
2152026-07-09T04:41:44.231Z Downloaded hashbrown v0.17.1
2162026-07-09T04:41:44.242Z Downloaded regex v1.12.4
2172026-07-09T04:41:44.275Z Downloaded syn v1.0.109
2182026-07-09T04:41:44.286Z Downloaded zerocopy v0.8.54
2192026-07-09T04:41:44.298Z Downloaded syn v2.0.118
2202026-07-09T04:41:44.308Z Downloaded smoltcp v0.11.0
2212026-07-09T04:41:44.315Z Downloaded regex-syntax v0.8.11
2222026-07-09T04:41:44.329Z Downloaded tracing v0.1.44
2232026-07-09T04:41:44.355Z Downloaded regex-automata v0.4.14
2242026-07-09T04:41:44.369Z Downloaded libc v0.2.186
2252026-07-09T04:41:44.426Z Compiling proc-macro2 v1.0.106
2262026-07-09T04:41:44.426Z Compiling unicode-ident v1.0.24
2272026-07-09T04:41:44.426Z Compiling quote v1.0.46
2282026-07-09T04:41:44.429Z Compiling serde_core v1.0.228
2292026-07-09T04:41:44.429Z Checking cfg-if v1.0.4
2302026-07-09T04:41:44.429Z Compiling ident_case v1.0.1
2312026-07-09T04:41:44.429Z Compiling memchr v2.8.2
2322026-07-09T04:41:44.429Z Compiling strsim v0.11.1
2332026-07-09T04:41:44.549Z Compiling thiserror v2.0.18
2342026-07-09T04:41:44.616Z Compiling fnv v1.0.7
2352026-07-09T04:41:44.623Z Compiling regex-syntax v0.8.11
2362026-07-09T04:41:44.701Z Compiling libc v0.2.186
2372026-07-09T04:41:44.789Z Compiling zerocopy v0.8.54
2382026-07-09T04:41:44.902Z Compiling aho-corasick v1.1.4
2392026-07-09T04:41:45.062Z Compiling serde v1.0.228
2402026-07-09T04:41:45.099Z Compiling hashbrown v0.17.1
2412026-07-09T04:41:45.129Z Compiling equivalent v1.0.2
2422026-07-09T04:41:45.201Z Compiling winnow v1.0.3
2432026-07-09T04:41:45.211Z Compiling either v1.16.0
2442026-07-09T04:41:45.410Z Compiling itertools v0.14.0
2452026-07-09T04:41:45.785Z Compiling indexmap v2.14.0
2462026-07-09T04:41:45.792Z Compiling heapless v0.8.0
2472026-07-09T04:41:45.930Z Compiling syn v2.0.118
2482026-07-09T04:41:46.104Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-07-09T04:41:46.301Z Compiling regex-automata v0.4.14
2502026-07-09T04:41:46.331Z Compiling toml_parser v1.1.2+spec-1.1.0
2512026-07-09T04:41:46.353Z Checking byteorder v1.5.0
2522026-07-09T04:41:46.405Z Checking bitflags v2.13.0
2532026-07-09T04:41:46.506Z Checking hash32 v0.3.1
2542026-07-09T04:41:46.566Z Compiling smoltcp v0.11.0
2552026-07-09T04:41:46.572Z Checking macaddr v1.0.1
2562026-07-09T04:41:46.614Z Compiling rustversion v1.0.22
2572026-07-09T04:41:46.707Z Compiling toml_edit v0.25.12+spec-1.1.0
2582026-07-09T04:41:46.710Z Checking stable_deref_trait v1.2.1
2592026-07-09T04:41:46.775Z Compiling syn v1.0.109
2602026-07-09T04:41:46.814Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2612026-07-09T04:41:46.917Z Compiling getrandom v0.4.3
2622026-07-09T04:41:47.011Z Checking bitflags v1.3.2
2632026-07-09T04:41:47.068Z Checking managed v0.8.0
2642026-07-09T04:41:47.074Z Compiling version_check v0.9.5
2652026-07-09T04:41:47.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2662026-07-09T04:41:47.190Z Compiling ref-cast v1.0.25
2672026-07-09T04:41:47.241Z Compiling proc-macro-crate v3.5.0
2682026-07-09T04:41:47.248Z Checking rand_core v0.10.1
2692026-07-09T04:41:47.340Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2702026-07-09T04:41:47.601Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2712026-07-09T04:41:47.610Z Checking foreign-types-shared v0.3.1
2722026-07-09T04:41:47.689Z Checking once_cell v1.21.4
2732026-07-09T04:41:47.864Z Checking cpufeatures v0.3.0
2742026-07-09T04:41:47.897Z Compiling anyhow v1.0.103
2752026-07-09T04:41:47.925Z Checking chacha20 v0.10.1
2762026-07-09T04:41:48.030Z Compiling regex v1.12.4
2772026-07-09T04:41:48.123Z Checking cstr-argument v0.1.2
2782026-07-09T04:41:48.126Z Checking tracing-core v0.1.36
2792026-07-09T04:41:48.435Z Checking dyn-clone v1.0.20
2802026-07-09T04:41:48.444Z Checking pretty-hex v0.4.2
2812026-07-09T04:41:48.514Z Compiling darling_core v0.21.3
2822026-07-09T04:41:48.523Z Checking pin-project-lite v0.2.17
2832026-07-09T04:41:48.526Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2842026-07-09T04:41:48.557Z Checking rand v0.10.2
2852026-07-09T04:41:48.605Z Checking uuid v1.23.4
2862026-07-09T04:41:48.746Z Checking socket2 v0.6.4
2872026-07-09T04:41:48.760Z Checking oxnet v0.1.6
2882026-07-09T04:41:48.866Z Checking colored v3.1.1
2892026-07-09T04:41:49.257Z Compiling thiserror-impl v2.0.18
2902026-07-09T04:41:49.257Z Compiling serde_derive v1.0.228
2912026-07-09T04:41:49.257Z Compiling zerocopy-derive v0.8.54
2922026-07-09T04:41:49.257Z Compiling num_enum_derive v0.7.6
2932026-07-09T04:41:49.260Z Compiling ref-cast-impl v1.0.25
2942026-07-09T04:41:49.685Z Compiling foreign-types-macros v0.2.3
2952026-07-09T04:41:49.960Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2962026-07-09T04:41:50.272Z Checking num_enum v0.7.6
2972026-07-09T04:41:50.322Z Checking foreign-types v0.5.0
2982026-07-09T04:41:50.381Z Compiling tracing-attributes v0.1.31
2992026-07-09T04:41:50.395Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3002026-07-09T04:41:50.606Z Compiling darling_macro v0.21.3
3012026-07-09T04:41:50.636Z Checking cobs v0.3.0
3022026-07-09T04:41:50.639Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3032026-07-09T04:41:50.727Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-07-09T04:41:51.173Z Compiling darling v0.21.3
3052026-07-09T04:41:51.201Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3062026-07-09T04:41:51.242Z Compiling ingot-macros v0.1.1
3072026-07-09T04:41:51.424Z Checking tracing v0.1.44
3082026-07-09T04:41:51.873Z Checking postcard v1.1.3
3092026-07-09T04:41:53.275Z Checking ingot-types v0.1.2
3102026-07-09T04:41:53.545Z Checking ingot v0.1.1
3112026-07-09T04:41:54.847Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3122026-07-09T04:41:56.033Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3132026-07-09T04:41:57.192Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3142026-07-09T04:41:57.375Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.06s
3152026-07-09T04:41:57.479Z
3162026-07-09T04:41:57.482Zreal 18.213042756
3172026-07-09T04:41:57.482Zuser 48.628060952
3182026-07-09T04:41:57.482Zsys 11.764680208
3192026-07-09T04:41:57.482Ztrap 0.039207461
3202026-07-09T04:41:57.482Ztflt 0.063750434
3212026-07-09T04:41:57.482Zdflt 0.150076875
3222026-07-09T04:41:57.482Zkflt 0.005225983
3232026-07-09T04:41:57.482Zlock 3:06.651969657
3242026-07-09T04:41:57.482Zslp 2:45.615530517
3252026-07-09T04:41:57.482Zlat 2.633592015
3262026-07-09T04:41:57.482Zstop 10.401067806
3272026-07-09T04:41:57.482Zprocess exited: duration 33157 ms, exit code 0
 
3282026-07-09T04:41:57.488Zfound 0 output files