01M10S9YP5VQG6AMW08HKA47A0: opte-ioctl

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

Buildomat Job: 01M10SBVDBQ5MGBHR7R4XSXE8P

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T04:59:50.923Zjob assigned to worker 01M10SC583DVENR91FEJMNGXW5 [factory aws, i-030393514c360ea02] (queued for 51 s)
 
22026-08-27T04:59:57.325Zstarting task 0: "setup"
32026-08-27T04:59:57.331Z++ uname -s
42026-08-27T04:59:57.336Z+ kern=SunOS
52026-08-27T04:59:57.336Z+ build_user=build
62026-08-27T04:59:57.336Z+ build_uid=12345
72026-08-27T04:59:57.336Z+ work_dir=/work
82026-08-27T04:59:57.336Z+ input_dir=/input
92026-08-27T04:59:57.336Z+ [[ 0 == 12345 ]]
102026-08-27T04:59:57.336Z+ case "$kern" in
112026-08-27T04:59:57.336Z+ groupadd -g 12345 build
122026-08-27T04:59:57.336Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T04:59:59.340Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T04:59:59.400Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T04:59:59.403Z+ home_fs=zfs
162026-08-27T04:59:59.403Z+ [[ zfs == autofs ]]
172026-08-27T04:59:59.403Z+ mkdir -p /home/build
182026-08-27T04:59:59.403Z+ chown build:build /home/build /work
192026-08-27T05:00:01.404Z+ chmod 0700 /home/build /work
202026-08-27T05:00:01.408Zprocess exited: duration 4081 ms, exit code 0
 
212026-08-27T05:00:01.415Zstarting task 1: "rust-toolchain"
222026-08-27T05:00:01.418Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T05:00:01.418Z * rust toolchain channel = "1.97.1"
242026-08-27T05:00:01.421Z * rust toolchain profile = "default"
252026-08-27T05:00:01.421Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T05:00:01.421Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T05:00:01.421Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T05:00:01.421Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T05:00:01.422Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T05:00:01.511Zinfo: downloading installer
312026-08-27T05:00:02.782Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T05:00:02.783Zwarn: /home/build/.rustup/settings.toml
332026-08-27T05:00:02.783Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T05:00:02.783Zwarn: instead of the one inferred from the default host triple.
352026-08-27T05:00:02.795Zinfo: profile set to default
362026-08-27T05:00:02.795Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T05:00:02.798Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T05:00:02.926Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T05:00:02.929Zinfo: downloading 6 components
402026-08-27T05:00:17.256Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T05:00:17.256Z
422026-08-27T05:00:17.286Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T05:00:17.286Z
442026-08-27T05:00:17.286Z
452026-08-27T05:00:17.286ZRust is installed now. Great!
462026-08-27T05:00:17.286Z
472026-08-27T05:00:17.290ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T05:00:17.290Zenvironment variable. This has not been done automatically.
492026-08-27T05:00:17.290Z
502026-08-27T05:00:17.290ZTo configure your current shell, you need to source
512026-08-27T05:00:17.290Zthe corresponding env file under $HOME/.cargo.
522026-08-27T05:00:17.291Z
532026-08-27T05:00:17.291ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T05:00:17.291Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T05:00:17.291Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T05:00:17.291Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T05:00:17.291Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T05:00:17.291Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T05:00:17.291Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T05:00:17.291Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T05:00:17.291Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T05:00:17.377Z+ rustup --version
632026-08-27T05:00:17.386Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T05:00:17.389Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T05:00:17.407Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T05:00:17.411Z+ cargo --version
672026-08-27T05:00:17.425Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T05:00:17.429Z+ rustc --version
692026-08-27T05:00:17.446Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T05:00:17.449Zprocess exited: duration 16033 ms, exit code 0
 
712026-08-27T05:00:17.455Zstarting task 2: "authentication"
722026-08-27T05:00:17.473Zprocess exited: duration 17 ms, exit code 0
 
732026-08-27T05:00:17.480Zstarting task 3: "clone repository"
742026-08-27T05:00:17.483Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T05:00:17.486Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T05:00:17.517ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T05:00:18.659Z+ cd /work/oxidecomputer/opte
782026-08-27T05:00:18.659Z+ git fetch origin d854118a24c86b8a5753df8d97c6e7a8cc491f33
792026-08-27T05:00:18.947ZFrom https://github.com/oxidecomputer/opte
802026-08-27T05:00:18.947Z * branch d854118a24c86b8a5753df8d97c6e7a8cc491f33 -> FETCH_HEAD
812026-08-27T05:00:18.952Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-08-27T05:00:18.955Z++ git branch --show-current
832026-08-27T05:00:18.956Z+ current=master
842026-08-27T05:00:18.956Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-08-27T05:00:18.956Z+ git branch -f renovate/uuid-1.x-lockfile d854118a24c86b8a5753df8d97c6e7a8cc491f33
862026-08-27T05:00:18.959Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-08-27T05:00:18.974ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-08-27T05:00:18.977Z+ git reset --hard d854118a24c86b8a5753df8d97c6e7a8cc491f33
892026-08-27T05:00:18.981ZHEAD is now at d854118 Update Rust crate uuid to v1.26.0
902026-08-27T05:00:18.981Zprocess exited: duration 1498 ms, exit code 0
 
912026-08-27T05:00:18.989Zstarting task 4: "build"
922026-08-27T05:00:18.996Z+ source .github/buildomat/common.sh
932026-08-27T05:00:18.999Z++ rustup show active-toolchain
942026-08-27T05:00:18.999Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T05:00:19.000Z++ pushd xde
962026-08-27T05:00:19.000Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T05:00:19.000Z++ rustup show active-toolchain
982026-08-27T05:00:19.004Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T05:00:19.149Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T05:00:19.152Zinfo: downloading 6 components
1012026-08-27T05:00:35.321Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T05:00:35.416Z+++ rustup show active-toolchain -v
1032026-08-27T05:00:35.421Z+++ head -n 1
1042026-08-27T05:00:35.421Z+++ cut '-d ' -f1
1052026-08-27T05:00:35.469Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T05:00:35.469Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T05:00:35.469Z++ popd
1082026-08-27T05:00:35.473Z/work/oxidecomputer/opte
1092026-08-27T05:00:35.473Z+ cargo --version
1102026-08-27T05:00:35.480Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-27T05:00:35.484Z+ rustc --version
1122026-08-27T05:00:35.510Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-27T05:00:35.514Z+ cd lib/opte-ioctl
1142026-08-27T05:00:35.514Z+ header 'check style'
1152026-08-27T05:00:35.515Z+ echo '# ==== check style ==== #'
1162026-08-27T05:00:35.515Z# ==== check style ==== #
1172026-08-27T05:00:35.515Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1182026-08-27T05:00:35.570Z
1192026-08-27T05:00:35.570Zreal 0.064435473
1202026-08-27T05:00:35.570Zuser 0.035644379
1212026-08-27T05:00:35.570Zsys 0.026492158
1222026-08-27T05:00:35.570Ztrap 0.000002220
1232026-08-27T05:00:35.570Ztflt 0.000006530
1242026-08-27T05:00:35.574Zdflt 0.000001170
1252026-08-27T05:00:35.574Zkflt 0.000000610
1262026-08-27T05:00:35.574Zlock 0.030783758
1272026-08-27T05:00:35.574Zslp 0.044764469
1282026-08-27T05:00:35.574Zlat 0.000808830
1292026-08-27T05:00:35.574Zstop 0.000086260
1302026-08-27T05:00:35.575Z+ header analyze
1312026-08-27T05:00:35.575Z+ echo '# ==== analyze ==== #'
1322026-08-27T05:00:35.575Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1332026-08-27T05:00:35.575Z# ==== analyze ==== #
1342026-08-27T05:00:35.701Z Updating crates.io index
1352026-08-27T05:00:35.704Z Updating git repository `https://github.com/oxidecomputer/falcon`
1362026-08-27T05:00:36.460Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1372026-08-27T05:00:36.789Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1382026-08-27T05:00:37.107Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-08-27T05:00:37.495Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-08-27T05:00:37.771Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1412026-08-27T05:00:38.078Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1422026-08-27T05:00:39.935Z Downloading crates ...
1432026-08-27T05:00:39.977Z Downloaded ident_case v1.0.1
1442026-08-27T05:00:39.989Z Downloaded foreign-types-macros v0.2.3
1452026-08-27T05:00:39.989Z Downloaded ingot-macros v0.2.0
1462026-08-27T05:00:39.989Z Downloaded bitflags v1.3.2
1472026-08-27T05:00:39.996Z Downloaded socket2 v0.6.4
1482026-08-27T05:00:39.996Z Downloaded rustversion v1.0.23
1492026-08-27T05:00:39.996Z Downloaded version_check v0.9.5
1502026-08-27T05:00:39.996Z Downloaded getrandom v0.4.3
1512026-08-27T05:00:39.997Z Downloaded either v1.16.0
1522026-08-27T05:00:39.997Z Downloaded foreign-types v0.5.0
1532026-08-27T05:00:40.004Z Downloaded embedded-io v0.6.1
1542026-08-27T05:00:40.004Z Downloaded embedded-io v0.4.0
1552026-08-27T05:00:40.004Z Downloaded ingot-types v0.2.0
1562026-08-27T05:00:40.014Z Downloaded itertools v0.15.0
1572026-08-27T05:00:40.021Z Downloaded memchr v2.8.3
1582026-08-27T05:00:40.029Z Downloaded macaddr v1.0.1
1592026-08-27T05:00:40.029Z Downloaded equivalent v1.0.2
1602026-08-27T05:00:40.029Z Downloaded defmt v0.3.100
1612026-08-27T05:00:40.029Z Downloaded cobs v0.3.0
1622026-08-27T05:00:40.039Z Downloaded pretty-hex v0.4.2
1632026-08-27T05:00:40.039Z Downloaded hash32 v0.3.1
1642026-08-27T05:00:40.039Z Downloaded foreign-types-shared v0.3.1
1652026-08-27T05:00:40.049Z Downloaded cfg-if v1.0.4
1662026-08-27T05:00:40.057Z Downloaded defmt-parser v1.0.0
1672026-08-27T05:00:40.057Z Downloaded darling_macro v0.23.0
1682026-08-27T05:00:40.057Z Downloaded ref-cast-impl v1.0.25
1692026-08-27T05:00:40.057Z Downloaded dyn-clone v1.0.20
1702026-08-27T05:00:40.063Z Downloaded num_enum v0.7.6
1712026-08-27T05:00:40.063Z Downloaded strsim v0.11.1
1722026-08-27T05:00:40.068Z Downloaded cpufeatures v0.3.0
1732026-08-27T05:00:40.072Z Downloaded ref-cast v1.0.25
1742026-08-27T05:00:40.079Z Downloaded cstr-argument v0.1.2
1752026-08-27T05:00:40.083Z Downloaded stable_deref_trait v1.2.1
1762026-08-27T05:00:40.083Z Downloaded proc-macro-crate v3.5.0
1772026-08-27T05:00:40.095Z Downloaded byteorder v1.5.0
1782026-08-27T05:00:40.095Z Downloaded num_enum_derive v0.7.6
1792026-08-27T05:00:40.095Z Downloaded managed v0.8.0
1802026-08-27T05:00:40.100Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1812026-08-27T05:00:40.100Z Downloaded ingot v0.2.0
1822026-08-27T05:00:40.109Z Downloaded oxnet v0.1.6
1832026-08-27T05:00:40.122Z Downloaded pin-project-lite v0.2.17
1842026-08-27T05:00:40.122Z Downloaded thiserror-impl v2.0.18
1852026-08-27T05:00:40.133Z Downloaded thiserror v2.0.18
1862026-08-27T05:00:40.133Z Downloaded chacha20 v0.10.1
1872026-08-27T05:00:40.148Z Downloaded postcard v1.1.3
1882026-08-27T05:00:40.148Z Downloaded quote v1.0.46
1892026-08-27T05:00:40.148Z Downloaded colored v3.1.1
1902026-08-27T05:00:40.148Z Downloaded rand_core v0.10.1
1912026-08-27T05:00:40.157Z Downloaded toml_parser v1.1.2+spec-1.1.0
1922026-08-27T05:00:40.157Z Downloaded anyhow v1.0.103
1932026-08-27T05:00:40.157Z Downloaded proc-macro2 v1.0.106
1942026-08-27T05:00:40.157Z Downloaded darling v0.23.0
1952026-08-27T05:00:40.157Z Downloaded defmt-macros v1.1.1
1962026-08-27T05:00:40.157Z Downloaded defmt v1.1.1
1972026-08-27T05:00:40.161Z Downloaded once_cell v1.21.4
1982026-08-27T05:00:40.161Z Downloaded serde_derive v1.0.228
1992026-08-27T05:00:40.161Z Downloaded tracing-core v0.1.36
2002026-08-27T05:00:40.171Z Downloaded tracing-attributes v0.1.31
2012026-08-27T05:00:40.179Z Downloaded bitflags v2.13.0
2022026-08-27T05:00:40.179Z Downloaded unicode-ident v1.0.24
2032026-08-27T05:00:40.179Z Downloaded darling_core v0.23.0
2042026-08-27T05:00:40.197Z Downloaded serde_core v1.0.228
2052026-08-27T05:00:40.197Z Downloaded toml_edit v0.25.12+spec-1.1.0
2062026-08-27T05:00:40.197Z Downloaded uuid v1.26.0
2072026-08-27T05:00:40.203Z Downloaded indexmap v2.14.0
2082026-08-27T05:00:40.203Z Downloaded serde v1.0.228
2092026-08-27T05:00:40.213Z Downloaded heapless v0.8.0
2102026-08-27T05:00:40.226Z Downloaded zerocopy-derive v0.8.54
2112026-08-27T05:00:40.257Z Downloaded rand v0.10.2
2122026-08-27T05:00:40.276Z Downloaded hashbrown v0.17.1
2132026-08-27T05:00:40.293Z Downloaded regex v1.13.0
2142026-08-27T05:00:40.294Z Downloaded aho-corasick v1.1.4
2152026-08-27T05:00:40.310Z Downloaded winnow v1.0.3
2162026-08-27T05:00:40.325Z Downloaded syn v1.0.109
2172026-08-27T05:00:40.343Z Downloaded zerocopy v0.8.54
2182026-08-27T05:00:40.343Z Downloaded syn v2.0.118
2192026-08-27T05:00:40.365Z Downloaded smoltcp v0.11.0
2202026-08-27T05:00:40.365Z Downloaded regex-syntax v0.8.11
2212026-08-27T05:00:40.380Z Downloaded tracing v0.1.44
2222026-08-27T05:00:40.392Z Downloaded regex-automata v0.4.15
2232026-08-27T05:00:40.402Z Downloaded libc v0.2.186
2242026-08-27T05:00:40.455Z Compiling proc-macro2 v1.0.106
2252026-08-27T05:00:40.458Z Compiling unicode-ident v1.0.24
2262026-08-27T05:00:40.458Z Compiling quote v1.0.46
2272026-08-27T05:00:40.458Z Compiling serde_core v1.0.228
2282026-08-27T05:00:40.458Z Checking cfg-if v1.0.4
2292026-08-27T05:00:40.458Z Compiling thiserror v2.0.18
2302026-08-27T05:00:40.458Z Compiling strsim v0.11.1
2312026-08-27T05:00:40.458Z Compiling memchr v2.8.3
2322026-08-27T05:00:40.567Z Compiling ident_case v1.0.1
2332026-08-27T05:00:40.644Z Compiling regex-syntax v0.8.11
2342026-08-27T05:00:40.672Z Compiling libc v0.2.186
2352026-08-27T05:00:40.804Z Compiling equivalent v1.0.2
2362026-08-27T05:00:40.901Z Compiling either v1.16.0
2372026-08-27T05:00:40.907Z Compiling winnow v1.0.3
2382026-08-27T05:00:41.056Z Compiling aho-corasick v1.1.4
2392026-08-27T05:00:41.096Z Compiling serde v1.0.228
2402026-08-27T05:00:41.102Z Compiling hashbrown v0.17.1
2412026-08-27T05:00:41.108Z Compiling zerocopy v0.8.54
2422026-08-27T05:00:41.517Z Compiling itertools v0.15.0
2432026-08-27T05:00:41.727Z Compiling indexmap v2.14.0
2442026-08-27T05:00:41.735Z Compiling heapless v0.8.0
2452026-08-27T05:00:41.895Z Compiling syn v2.0.118
2462026-08-27T05:00:41.961Z Compiling toml_parser v1.1.2+spec-1.1.0
2472026-08-27T05:00:42.014Z Compiling toml_datetime v1.1.1+spec-1.1.0
2482026-08-27T05:00:42.232Z Compiling regex-automata v0.4.15
2492026-08-27T05:00:42.334Z Checking byteorder v1.5.0
2502026-08-27T05:00:42.354Z Checking bitflags v2.13.0
2512026-08-27T05:00:42.459Z Compiling toml_edit v0.25.12+spec-1.1.0
2522026-08-27T05:00:42.481Z Checking hash32 v0.3.1
2532026-08-27T05:00:42.504Z Compiling rustversion v1.0.23
2542026-08-27T05:00:42.583Z Checking stable_deref_trait v1.2.1
2552026-08-27T05:00:42.647Z Compiling syn v1.0.109
2562026-08-27T05:00:42.655Z Compiling smoltcp v0.11.0
2572026-08-27T05:00:42.735Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-08-27T05:00:42.806Z Checking macaddr v1.0.1
2592026-08-27T05:00:42.939Z Compiling version_check v0.9.5
2602026-08-27T05:00:42.973Z Compiling proc-macro-crate v3.5.0
2612026-08-27T05:00:42.979Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2622026-08-27T05:00:42.985Z Checking managed v0.8.0
2632026-08-27T05:00:43.155Z Compiling getrandom v0.4.3
2642026-08-27T05:00:43.177Z Checking rand_core v0.10.1
2652026-08-27T05:00:43.195Z Checking bitflags v1.3.2
2662026-08-27T05:00:43.224Z Compiling ref-cast v1.0.25
2672026-08-27T05:00:43.310Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-08-27T05:00:43.410Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-08-27T05:00:43.548Z Checking foreign-types-shared v0.3.1
2702026-08-27T05:00:43.627Z Checking cpufeatures v0.3.0
2712026-08-27T05:00:43.687Z Compiling anyhow v1.0.103
2722026-08-27T05:00:43.698Z Checking once_cell v1.21.4
2732026-08-27T05:00:43.864Z Checking tracing-core v0.1.36
2742026-08-27T05:00:43.912Z Compiling regex v1.13.0
2752026-08-27T05:00:43.915Z Checking cstr-argument v0.1.2
2762026-08-27T05:00:44.026Z Checking chacha20 v0.10.1
2772026-08-27T05:00:44.297Z Checking pretty-hex v0.4.2
2782026-08-27T05:00:44.310Z Checking dyn-clone v1.0.20
2792026-08-27T05:00:44.318Z Checking pin-project-lite v0.2.17
2802026-08-27T05:00:44.326Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2812026-08-27T05:00:44.397Z Checking rand v0.10.2
2822026-08-27T05:00:44.405Z Checking uuid v1.26.0
2832026-08-27T05:00:44.432Z Compiling darling_core v0.23.0
2842026-08-27T05:00:44.536Z Checking socket2 v0.6.4
2852026-08-27T05:00:44.663Z Checking colored v3.1.1
2862026-08-27T05:00:44.777Z Checking oxnet v0.1.6
2872026-08-27T05:00:45.123Z Compiling thiserror-impl v2.0.18
2882026-08-27T05:00:45.123Z Compiling zerocopy-derive v0.8.54
2892026-08-27T05:00:45.123Z Compiling serde_derive v1.0.228
2902026-08-27T05:00:45.129Z Compiling num_enum_derive v0.7.6
2912026-08-27T05:00:45.129Z Compiling foreign-types-macros v0.2.3
2922026-08-27T05:00:45.416Z Compiling ref-cast-impl v1.0.25
2932026-08-27T05:00:45.727Z Checking foreign-types v0.5.0
2942026-08-27T05:00:45.796Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2952026-08-27T05:00:46.119Z Compiling tracing-attributes v0.1.31
2962026-08-27T05:00:46.143Z Checking num_enum v0.7.6
2972026-08-27T05:00:46.241Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2982026-08-27T05:00:46.418Z Checking cobs v0.3.0
2992026-08-27T05:00:46.419Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3002026-08-27T05:00:46.517Z Compiling darling_macro v0.23.0
3012026-08-27T05:00:46.597Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3022026-08-27T05:00:47.062Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3032026-08-27T05:00:47.073Z Compiling darling v0.23.0
3042026-08-27T05:00:47.115Z Checking tracing v0.1.44
3052026-08-27T05:00:47.137Z Compiling ingot-macros v0.2.0
3062026-08-27T05:00:47.649Z Checking postcard v1.1.3
3072026-08-27T05:00:49.085Z Checking ingot-types v0.2.0
3082026-08-27T05:00:49.354Z Checking ingot v0.2.0
3092026-08-27T05:00:50.647Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3102026-08-27T05:00:51.817Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3112026-08-27T05:00:52.954Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3122026-08-27T05:00:53.135Z Finished `dev` profile [optimized + debuginfo] target(s) in 17.51s
3132026-08-27T05:00:53.237Z
3142026-08-27T05:00:53.238Zreal 17.662427923
3152026-08-27T05:00:53.238Zuser 47.819265857
3162026-08-27T05:00:53.238Zsys 10.906804278
3172026-08-27T05:00:53.241Ztrap 0.037449854
3182026-08-27T05:00:53.241Ztflt 0.068291820
3192026-08-27T05:00:53.241Zdflt 0.173219694
3202026-08-27T05:00:53.241Zkflt 0.004440563
3212026-08-27T05:00:53.241Zlock 3:19.196141409
3222026-08-27T05:00:53.241Zslp 2:39.678387190
3232026-08-27T05:00:53.241Zlat 2.542148304
3242026-08-27T05:00:53.241Zstop 10.565135112
3252026-08-27T05:00:53.242Zprocess exited: duration 34248 ms, exit code 0
 
3262026-08-27T05:00:53.249Zfound 0 output files