01KM4NTRQMAX8S1EYD7TDV266B: opte-ioctl

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

Buildomat Job: 01KM4NV3J43NW9SK70B70KGKVR

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T03:51:42.957Zjob assigned to worker 01KM4NV5TTRKK0RQ5YQ3SS7VVH [factory aws, i-09f5ff23fca8be580] (queued for 1 m 23 s)
 
22026-03-20T03:51:51.110Zstarting task 0: "setup"
32026-03-20T03:51:51.115Z++ uname -s
42026-03-20T03:51:51.118Z+ kern=SunOS
52026-03-20T03:51:51.119Z+ build_user=build
62026-03-20T03:51:51.119Z+ build_uid=12345
72026-03-20T03:51:51.119Z+ work_dir=/work
82026-03-20T03:51:51.119Z+ input_dir=/input
92026-03-20T03:51:51.119Z+ [[ 0 == 12345 ]]
102026-03-20T03:51:51.119Z+ case "$kern" in
112026-03-20T03:51:51.119Z+ groupadd -g 12345 build
122026-03-20T03:51:51.122Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T03:51:53.126Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T03:51:53.243Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T03:51:53.246Z+ home_fs=zfs
162026-03-20T03:51:53.246Z+ [[ zfs == autofs ]]
172026-03-20T03:51:53.246Z+ mkdir -p /home/build
182026-03-20T03:51:53.246Z+ chown build:build /home/build /work
192026-03-20T03:51:55.248Z+ chmod 0700 /home/build /work
202026-03-20T03:51:55.251Zprocess exited: duration 4141 ms, exit code 0
 
212026-03-20T03:51:55.257Zstarting task 1: "rust-toolchain"
222026-03-20T03:51:55.261Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-20T03:51:55.262Z * rust toolchain channel = "1.93.1"
242026-03-20T03:51:55.262Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T03:51:55.262Z * rust toolchain profile = "default"
262026-03-20T03:51:55.262Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T03:51:55.262Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T03:51:55.264Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T03:51:55.265Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-20T03:51:55.386Zinfo: downloading installer
312026-03-20T03:51:57.099Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T03:51:57.099Zwarn: /opt/ooce/bin
332026-03-20T03:51:57.099Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T03:51:57.099Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T03:51:57.099Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T03:51:57.099Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T03:51:57.099Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T03:51:57.099Zerror: cannot install while Rust is installed
392026-03-20T03:51:57.099Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T03:51:57.099Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T03:51:57.100Zwarn: /home/build/.rustup/settings.toml
422026-03-20T03:51:57.100Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T03:51:57.100Zwarn: instead of the one inferred from the default host triple.
442026-03-20T03:51:57.111Zinfo: profile set to default
452026-03-20T03:51:57.111Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T03:51:57.114Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-20T03:51:57.280Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-20T03:51:57.283Zinfo: downloading 6 components
492026-03-20T03:52:12.063Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
502026-03-20T03:52:12.063Z
512026-03-20T03:52:12.100Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-20T03:52:12.100Z
532026-03-20T03:52:12.104Z
542026-03-20T03:52:12.104ZRust is installed now. Great!
552026-03-20T03:52:12.104Z
562026-03-20T03:52:12.105ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T03:52:12.105Zenvironment variable. This has not been done automatically.
582026-03-20T03:52:12.105Z
592026-03-20T03:52:12.105ZTo configure your current shell, you need to source
602026-03-20T03:52:12.105Zthe corresponding env file under $HOME/.cargo.
612026-03-20T03:52:12.105Z
622026-03-20T03:52:12.105ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T03:52:12.105Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T03:52:12.105Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T03:52:12.105Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T03:52:12.105Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T03:52:12.105Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T03:52:12.105Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T03:52:12.105Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T03:52:12.105Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T03:52:12.209Z+ rustup --version
722026-03-20T03:52:12.220Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T03:52:12.223Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T03:52:12.248Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-20T03:52:12.251Z+ cargo --version
762026-03-20T03:52:12.268Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-20T03:52:12.272Z+ rustc --version
782026-03-20T03:52:12.296Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-20T03:52:12.300Zprocess exited: duration 17040 ms, exit code 0
 
802026-03-20T03:52:12.306Zstarting task 2: "authentication"
812026-03-20T03:52:12.325Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T03:52:12.331Zstarting task 3: "clone repository"
832026-03-20T03:52:12.335Z+ mkdir -p /work/oxidecomputer/opte
842026-03-20T03:52:12.338Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-20T03:52:12.373ZCloning into '/work/oxidecomputer/opte'...
862026-03-20T03:52:13.174Z+ cd /work/oxidecomputer/opte
872026-03-20T03:52:13.174Z+ git fetch origin 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
882026-03-20T03:52:13.432ZFrom https://github.com/oxidecomputer/opte
892026-03-20T03:52:13.432Z * branch 7b098d1e83085e12a4e9293d3e7ea217b7b4729c -> FETCH_HEAD
902026-03-20T03:52:13.440Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
912026-03-20T03:52:13.443Z++ git branch --show-current
922026-03-20T03:52:13.446Z+ current=master
932026-03-20T03:52:13.446Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
942026-03-20T03:52:13.446Z+ git branch -f renovate/zerocopy-0.x-lockfile 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
952026-03-20T03:52:13.448Z+ git checkout -f renovate/zerocopy-0.x-lockfile
962026-03-20T03:52:13.469ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
972026-03-20T03:52:13.472Z+ git reset --hard 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
982026-03-20T03:52:13.492ZHEAD is now at 7b098d1 Update Rust crate zerocopy to v0.8.47
992026-03-20T03:52:13.495Zprocess exited: duration 1161 ms, exit code 0
 
1002026-03-20T03:52:13.502Zstarting task 4: "build"
1012026-03-20T03:52:13.506Z+ source .github/buildomat/common.sh
1022026-03-20T03:52:13.509Z++ rustup show active-toolchain
1032026-03-20T03:52:13.513Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-20T03:52:13.516Z++ pushd xde
1052026-03-20T03:52:13.516Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-20T03:52:13.516Z++ rustup show active-toolchain
1072026-03-20T03:52:13.521Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-20T03:52:13.704Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-20T03:52:13.707Zinfo: downloading 6 components
1102026-03-20T03:52:29.318Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-20T03:52:29.417Z+++ rustup show active-toolchain -v
1122026-03-20T03:52:29.420Z+++ head -n 1
1132026-03-20T03:52:29.420Z+++ cut '-d ' -f1
1142026-03-20T03:52:29.482Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-20T03:52:29.482Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-20T03:52:29.482Z++ popd
1172026-03-20T03:52:29.486Z/work/oxidecomputer/opte
1182026-03-20T03:52:29.486Z+ cargo --version
1192026-03-20T03:52:29.496Zcargo 1.93.1 (083ac5135 2025-12-15)
1202026-03-20T03:52:29.498Z+ rustc --version
1212026-03-20T03:52:29.523Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1222026-03-20T03:52:29.527Z+ cd lib/opte-ioctl
1232026-03-20T03:52:29.527Z+ header 'check style'
1242026-03-20T03:52:29.527Z+ echo '# ==== check style ==== #'
1252026-03-20T03:52:29.527Z# ==== check style ==== #
1262026-03-20T03:52:29.527Z+ ptime -m cargo +nightly-2026-02-24-x86_64-unknown-illumos fmt -- --check
1272026-03-20T03:52:29.619Z
1282026-03-20T03:52:29.619Zreal 0.090420202
1292026-03-20T03:52:29.619Zuser 0.050212119
1302026-03-20T03:52:29.619Zsys 0.037262150
1312026-03-20T03:52:29.619Ztrap 0.000005807
1322026-03-20T03:52:29.622Ztflt 0.000020735
1332026-03-20T03:52:29.622Zdflt 0.000009296
1342026-03-20T03:52:29.622Zkflt 0.000004859
1352026-03-20T03:52:29.622Zlock 0.061284475
1362026-03-20T03:52:29.622Zslp 0.066802997
1372026-03-20T03:52:29.623Zlat 0.000249922
1382026-03-20T03:52:29.623Zstop 0.000111090
1392026-03-20T03:52:29.623Z+ header analyze
1402026-03-20T03:52:29.623Z+ echo '# ==== analyze ==== #'
1412026-03-20T03:52:29.623Z# ==== analyze ==== #
1422026-03-20T03:52:29.623Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1432026-03-20T03:52:29.791Z Updating crates.io index
1442026-03-20T03:52:29.794Z Updating git repository `https://github.com/oxidecomputer/falcon`
1452026-03-20T03:52:30.516Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1462026-03-20T03:52:31.055Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1472026-03-20T03:52:31.423Z Updating git repository `https://github.com/oxidecomputer/zone`
1482026-03-20T03:52:31.885Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1492026-03-20T03:52:32.160Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1502026-03-20T03:52:32.469Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1512026-03-20T03:52:34.475Z Downloading crates ...
1522026-03-20T03:52:34.524Z Downloaded cstr-argument v0.1.2
1532026-03-20T03:52:34.530Z Downloaded chacha20 v0.10.0
1542026-03-20T03:52:34.533Z Downloaded embedded-io v0.4.0
1552026-03-20T03:52:34.536Z Downloaded getrandom v0.4.2
1562026-03-20T03:52:34.559Z Downloaded defmt v1.0.1
1572026-03-20T03:52:34.568Z Downloaded pretty-hex v0.4.1
1582026-03-20T03:52:34.571Z Downloaded ref-cast v1.0.25
1592026-03-20T03:52:34.575Z Downloaded byteorder v1.5.0
1602026-03-20T03:52:34.577Z Downloaded proc-macro-crate v3.5.0
1612026-03-20T03:52:34.580Z Downloaded defmt v0.3.100
1622026-03-20T03:52:34.585Z Downloaded either v1.15.0
1632026-03-20T03:52:34.598Z Downloaded embedded-io v0.6.1
1642026-03-20T03:52:34.601Z Downloaded equivalent v1.0.2
1652026-03-20T03:52:34.604Z Downloaded defmt-parser v1.0.0
1662026-03-20T03:52:34.608Z Downloaded indexmap v2.13.0
1672026-03-20T03:52:34.612Z Downloaded tracing-attributes v0.1.31
1682026-03-20T03:52:34.621Z Downloaded oxnet v0.1.4
1692026-03-20T03:52:34.624Z Downloaded stable_deref_trait v1.2.1
1702026-03-20T03:52:34.630Z Downloaded proc-macro-error-attr2 v2.0.0
1712026-03-20T03:52:34.638Z Downloaded serde_derive v1.0.228
1722026-03-20T03:52:34.642Z Downloaded fnv v1.0.7
1732026-03-20T03:52:34.644Z Downloaded version_check v0.9.5
1742026-03-20T03:52:34.647Z Downloaded rand_core v0.10.0
1752026-03-20T03:52:34.652Z Downloaded aho-corasick v1.1.4
1762026-03-20T03:52:34.656Z Downloaded ingot-types v0.1.2
1772026-03-20T03:52:34.659Z Downloaded darling_macro v0.21.3
1782026-03-20T03:52:34.659Z Downloaded cfg-if v1.0.4
1792026-03-20T03:52:34.662Z Downloaded thiserror v2.0.18
1802026-03-20T03:52:34.666Z Downloaded bitflags v1.3.2
1812026-03-20T03:52:34.669Z Downloaded rustversion v1.0.22
1822026-03-20T03:52:34.672Z Downloaded macaddr v1.0.1
1832026-03-20T03:52:34.672Z Downloaded managed v0.8.0
1842026-03-20T03:52:34.676Z Downloaded strsim v0.11.1
1852026-03-20T03:52:34.685Z Downloaded foreign-types-shared v0.3.1
1862026-03-20T03:52:34.690Z Downloaded toml_edit v0.25.4+spec-1.1.0
1872026-03-20T03:52:34.693Z Downloaded heapless v0.8.0
1882026-03-20T03:52:34.696Z Downloaded cobs v0.3.0
1892026-03-20T03:52:34.703Z Downloaded thiserror-impl v2.0.18
1902026-03-20T03:52:34.706Z Downloaded quote v1.0.45
1912026-03-20T03:52:34.714Z Downloaded num_enum_derive v0.7.5
1922026-03-20T03:52:34.717Z Downloaded defmt-macros v1.0.1
1932026-03-20T03:52:34.728Z Downloaded ingot v0.1.1
1942026-03-20T03:52:34.731Z Downloaded darling_core v0.21.3
1952026-03-20T03:52:34.738Z Downloaded ingot-macros v0.1.1
1962026-03-20T03:52:34.740Z Downloaded socket2 v0.6.3
1972026-03-20T03:52:34.748Z Downloaded regex-automata v0.4.14
1982026-03-20T03:52:34.759Z Downloaded serde_core v1.0.228
1992026-03-20T03:52:34.766Z Downloaded uuid v1.22.0
2002026-03-20T03:52:34.769Z Downloaded itertools v0.14.0
2012026-03-20T03:52:34.773Z Downloaded zerocopy-derive v0.8.47
2022026-03-20T03:52:34.779Z Downloaded foreign-types-macros v0.2.3
2032026-03-20T03:52:34.782Z Downloaded tracing-core v0.1.36
2042026-03-20T03:52:34.786Z Downloaded regex v1.12.3
2052026-03-20T03:52:34.794Z Downloaded ref-cast-impl v1.0.25
2062026-03-20T03:52:34.797Z Downloaded hash32 v0.3.1
2072026-03-20T03:52:34.804Z Downloaded cpufeatures v0.3.0
2082026-03-20T03:52:34.814Z Downloaded memchr v2.8.0
2092026-03-20T03:52:34.817Z Downloaded dyn-clone v1.0.20
2102026-03-20T03:52:34.820Z Downloaded toml_parser v1.0.9+spec-1.1.0
2112026-03-20T03:52:34.823Z Downloaded postcard v1.1.3
2122026-03-20T03:52:34.823Z Downloaded anyhow v1.0.102
2132026-03-20T03:52:34.828Z Downloaded winnow v0.7.15
2142026-03-20T03:52:34.834Z Downloaded num_enum v0.7.5
2152026-03-20T03:52:34.837Z Downloaded serde v1.0.228
2162026-03-20T03:52:34.840Z Downloaded unicode-ident v1.0.24
2172026-03-20T03:52:34.843Z Downloaded once_cell v1.21.3
2182026-03-20T03:52:34.863Z Downloaded foreign-types v0.5.0
2192026-03-20T03:52:34.870Z Downloaded pin-project-lite v0.2.17
2202026-03-20T03:52:34.873Z Downloaded toml_datetime v1.0.0+spec-1.1.0
2212026-03-20T03:52:34.879Z Downloaded ident_case v1.0.1
2222026-03-20T03:52:34.882Z Downloaded proc-macro-error2 v2.0.1
2232026-03-20T03:52:34.885Z Downloaded colored v3.1.1
2242026-03-20T03:52:34.887Z Downloaded darling v0.21.3
2252026-03-20T03:52:34.896Z Downloaded proc-macro2 v1.0.106
2262026-03-20T03:52:34.899Z Downloaded syn v1.0.109
2272026-03-20T03:52:34.904Z Downloaded bitflags v2.11.0
2282026-03-20T03:52:34.910Z Downloaded syn v2.0.117
2292026-03-20T03:52:34.924Z Downloaded rand v0.10.0
2302026-03-20T03:52:34.935Z Downloaded hashbrown v0.16.1
2312026-03-20T03:52:34.940Z Downloaded tracing v0.1.44
2322026-03-20T03:52:34.954Z Downloaded smoltcp v0.11.0
2332026-03-20T03:52:34.962Z Downloaded zerocopy v0.8.47
2342026-03-20T03:52:34.975Z Downloaded regex-syntax v0.8.10
2352026-03-20T03:52:34.992Z Downloaded libc v0.2.183
2362026-03-20T03:52:35.065Z Compiling proc-macro2 v1.0.106
2372026-03-20T03:52:35.065Z Compiling quote v1.0.45
2382026-03-20T03:52:35.068Z Compiling unicode-ident v1.0.24
2392026-03-20T03:52:35.068Z Compiling serde_core v1.0.228
2402026-03-20T03:52:35.068Z Checking cfg-if v1.0.4
2412026-03-20T03:52:35.068Z Compiling strsim v0.11.1
2422026-03-20T03:52:35.068Z Compiling ident_case v1.0.1
2432026-03-20T03:52:35.068Z Compiling memchr v2.8.0
2442026-03-20T03:52:35.211Z Compiling fnv v1.0.7
2452026-03-20T03:52:35.299Z Compiling thiserror v2.0.18
2462026-03-20T03:52:35.302Z Compiling regex-syntax v0.8.10
2472026-03-20T03:52:35.315Z Compiling libc v0.2.183
2482026-03-20T03:52:35.563Z Compiling hashbrown v0.16.1
2492026-03-20T03:52:35.628Z Compiling serde v1.0.228
2502026-03-20T03:52:35.803Z Compiling aho-corasick v1.1.4
2512026-03-20T03:52:36.001Z Compiling winnow v0.7.15
2522026-03-20T03:52:36.018Z Compiling equivalent v1.0.2
2532026-03-20T03:52:36.034Z Compiling zerocopy v0.8.47
2542026-03-20T03:52:36.105Z Compiling either v1.15.0
2552026-03-20T03:52:36.296Z Compiling indexmap v2.13.0
2562026-03-20T03:52:36.369Z Compiling itertools v0.14.0
2572026-03-20T03:52:36.746Z Compiling syn v2.0.117
2582026-03-20T03:52:37.107Z Compiling toml_datetime v1.0.0+spec-1.1.0
2592026-03-20T03:52:37.321Z Compiling regex-automata v0.4.14
2602026-03-20T03:52:37.390Z Checking byteorder v1.5.0
2612026-03-20T03:52:37.584Z Compiling heapless v0.8.0
2622026-03-20T03:52:37.694Z Checking bitflags v2.11.0
2632026-03-20T03:52:37.775Z Compiling toml_parser v1.0.9+spec-1.1.0
2642026-03-20T03:52:37.883Z Checking hash32 v0.3.1
2652026-03-20T03:52:37.951Z Compiling rustversion v1.0.22
2662026-03-20T03:52:37.993Z Compiling smoltcp v0.11.0
2672026-03-20T03:52:38.011Z Checking stable_deref_trait v1.2.1
2682026-03-20T03:52:38.085Z Checking macaddr v1.0.1
2692026-03-20T03:52:38.155Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2702026-03-20T03:52:38.165Z Compiling syn v1.0.109
2712026-03-20T03:52:38.256Z Compiling toml_edit v0.25.4+spec-1.1.0
2722026-03-20T03:52:38.436Z Checking bitflags v1.3.2
2732026-03-20T03:52:38.456Z Compiling ref-cast v1.0.25
2742026-03-20T03:52:38.504Z Checking rand_core v0.10.0
2752026-03-20T03:52:38.513Z Checking managed v0.8.0
2762026-03-20T03:52:38.594Z Compiling getrandom v0.4.2
2772026-03-20T03:52:38.663Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2782026-03-20T03:52:38.738Z Compiling version_check v0.9.5
2792026-03-20T03:52:38.946Z Compiling proc-macro-crate v3.5.0
2802026-03-20T03:52:39.093Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2812026-03-20T03:52:39.395Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2822026-03-20T03:52:39.519Z Checking once_cell v1.21.3
2832026-03-20T03:52:39.647Z Compiling regex v1.12.3
2842026-03-20T03:52:39.729Z Checking foreign-types-shared v0.3.1
2852026-03-20T03:52:39.745Z Checking cpufeatures v0.3.0
2862026-03-20T03:52:39.819Z Compiling anyhow v1.0.102
2872026-03-20T03:52:39.827Z Checking chacha20 v0.10.0
2882026-03-20T03:52:39.989Z Checking cstr-argument v0.1.2
2892026-03-20T03:52:40.078Z Checking tracing-core v0.1.36
2902026-03-20T03:52:40.335Z Compiling darling_core v0.21.3
2912026-03-20T03:52:40.411Z Checking pretty-hex v0.4.1
2922026-03-20T03:52:40.469Z Checking pin-project-lite v0.2.17
2932026-03-20T03:52:40.547Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2942026-03-20T03:52:40.559Z Checking dyn-clone v1.0.20
2952026-03-20T03:52:40.580Z Checking rand v0.10.0
2962026-03-20T03:52:40.674Z Checking uuid v1.22.0
2972026-03-20T03:52:40.829Z Checking socket2 v0.6.3
2982026-03-20T03:52:40.951Z Checking colored v3.1.1
2992026-03-20T03:52:41.019Z Checking oxnet v0.1.4
3002026-03-20T03:52:41.557Z Compiling thiserror-impl v2.0.18
3012026-03-20T03:52:41.557Z Compiling serde_derive v1.0.228
3022026-03-20T03:52:41.557Z Compiling zerocopy-derive v0.8.47
3032026-03-20T03:52:41.560Z Compiling foreign-types-macros v0.2.3
3042026-03-20T03:52:41.560Z Compiling ref-cast-impl v1.0.25
3052026-03-20T03:52:42.319Z Compiling num_enum_derive v0.7.5
3062026-03-20T03:52:42.357Z Checking foreign-types v0.5.0
3072026-03-20T03:52:42.466Z Compiling tracing-attributes v0.1.31
3082026-03-20T03:52:42.539Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3092026-03-20T03:52:43.248Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-03-20T03:52:43.272Z Checking cobs v0.3.0
3112026-03-20T03:52:43.368Z Compiling darling_macro v0.21.3
3122026-03-20T03:52:43.639Z Checking num_enum v0.7.5
3132026-03-20T03:52:43.706Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3142026-03-20T03:52:43.757Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3152026-03-20T03:52:44.032Z Compiling darling v0.21.3
3162026-03-20T03:52:44.091Z Checking tracing v0.1.44
3172026-03-20T03:52:44.111Z Compiling ingot-macros v0.1.1
3182026-03-20T03:52:44.270Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-03-20T03:52:44.965Z Checking postcard v1.1.3
3202026-03-20T03:52:47.197Z Checking ingot-types v0.1.2
3212026-03-20T03:52:47.576Z Checking ingot v0.1.1
3222026-03-20T03:52:49.483Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3232026-03-20T03:52:51.082Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3242026-03-20T03:52:52.617Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3252026-03-20T03:52:52.849Z Finished `dev` profile [optimized + debuginfo] target(s) in 23.16s
3262026-03-20T03:52:52.981Z
3272026-03-20T03:52:52.981Zreal 23.354519930
3282026-03-20T03:52:52.985Zuser 1:08.586991931
3292026-03-20T03:52:52.985Zsys 13.724363559
3302026-03-20T03:52:52.985Ztrap 0.040003963
3312026-03-20T03:52:52.986Ztflt 0.069656293
3322026-03-20T03:52:52.986Zdflt 0.113588155
3332026-03-20T03:52:52.986Zkflt 0.002675864
3342026-03-20T03:52:52.986Zlock 3:51.700610416
3352026-03-20T03:52:52.986Zslp 3:37.606895044
3362026-03-20T03:52:52.986Zlat 4.273531353
3372026-03-20T03:52:52.986Zstop 12.653594717
3382026-03-20T03:52:52.986Zprocess exited: duration 39478 ms, exit code 0
 
3392026-03-20T03:52:52.992Zfound 0 output files