01KVYF72XJAK6ZXCB597FVDXBD: opte-ioctl

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

Buildomat Job: 01KVYF7QD1DHVX3WNDKHCZM4VX

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:47.782Zjob assigned to worker 01KVYF7VRHYWC3GKFJAX69R5MQ [factory aws, i-0f64767569f8392d0] (queued for 46 s)
 
22026-06-25T04:05:55.118Zstarting task 0: "setup"
32026-06-25T04:05:55.147Z++ uname -s
42026-06-25T04:05:55.147Z+ kern=SunOS
52026-06-25T04:05:55.147Z+ build_user=build
62026-06-25T04:05:55.147Z+ build_uid=12345
72026-06-25T04:05:55.147Z+ work_dir=/work
82026-06-25T04:05:55.147Z+ input_dir=/input
92026-06-25T04:05:55.147Z+ [[ 0 == 12345 ]]
102026-06-25T04:05:55.147Z+ case "$kern" in
112026-06-25T04:05:55.147Z+ groupadd -g 12345 build
122026-06-25T04:05:55.147Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:05:57.237Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:05:57.276Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:05:57.276Z+ home_fs=zfs
162026-06-25T04:05:57.277Z+ [[ zfs == autofs ]]
172026-06-25T04:05:57.277Z+ mkdir -p /home/build
182026-06-25T04:05:57.277Z+ chown build:build /home/build /work
192026-06-25T04:05:59.770Z+ chmod 0700 /home/build /work
202026-06-25T04:05:59.798Zprocess exited: duration 4099 ms, exit code 0
 
212026-06-25T04:05:59.820Zstarting task 1: "rust-toolchain"
222026-06-25T04:05:59.827Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:05:59.827Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T04:05:59.827Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T04:05:59.827Z * rust toolchain channel = "1.96.0"
262026-06-25T04:05:59.828Z * rust toolchain profile = "default"
272026-06-25T04:05:59.828Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T04:05:59.828Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:05:59.828Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:05:59.925Zinfo: downloading installer
312026-06-25T04:06:01.369Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:06:01.369Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:06:01.369Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:06:01.369Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:06:01.382Zinfo: profile set to default
362026-06-25T04:06:01.382Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:06:01.386Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:06:01.522Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:06:01.526Zinfo: downloading 6 components
402026-06-25T04:06:17.904Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T04:06:17.904Z
422026-06-25T04:06:17.932Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:06:17.932Z
442026-06-25T04:06:17.932Z
452026-06-25T04:06:17.932ZRust is installed now. Great!
462026-06-25T04:06:17.932Z
472026-06-25T04:06:17.932ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:06:17.932Zenvironment variable. This has not been done automatically.
492026-06-25T04:06:17.933Z
502026-06-25T04:06:17.933ZTo configure your current shell, you need to source
512026-06-25T04:06:17.933Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:06:17.933Z
532026-06-25T04:06:17.933ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:06:17.933Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:06:17.933Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:06:17.933Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:06:17.933Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:06:17.959Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:06:17.959Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:06:17.959Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:06:17.959Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:06:18.032Z+ rustup --version
632026-06-25T04:06:18.040Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:06:18.044Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:06:18.063Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:06:18.066Z+ cargo --version
672026-06-25T04:06:18.080Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:06:18.083Z+ rustc --version
692026-06-25T04:06:18.105Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:06:18.108Zprocess exited: duration 18295 ms, exit code 0
 
712026-06-25T04:06:18.114Zstarting task 2: "authentication"
722026-06-25T04:06:18.132Zprocess exited: duration 18 ms, exit code 0
 
732026-06-25T04:06:18.139Zstarting task 3: "clone repository"
742026-06-25T04:06:18.142Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:06:18.146Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:06:18.176ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:06:19.018Z+ cd /work/oxidecomputer/opte
782026-06-25T04:06:19.018Z+ git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c
792026-06-25T04:06:19.274ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:06:19.275Z * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD
812026-06-25T04:06:19.280Z+ [[ -n '' ]]
822026-06-25T04:06:19.280Z+ git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c
832026-06-25T04:06:19.299ZHEAD is now at 661422f Update Rust to nightly-2026-06-25
842026-06-25T04:06:19.302Zprocess exited: duration 1161 ms, exit code 0
 
852026-06-25T04:06:19.309Zstarting task 4: "build"
862026-06-25T04:06:19.317Z+ source .github/buildomat/common.sh
872026-06-25T04:06:19.317Z++ rustup show active-toolchain
882026-06-25T04:06:19.320Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T04:06:19.324Z++ pushd xde
902026-06-25T04:06:19.324Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-06-25T04:06:19.324Z++ rustup show active-toolchain
922026-06-25T04:06:19.327Zinfo: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos
932026-06-25T04:06:19.513Zinfo: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23)
942026-06-25T04:06:19.516Zinfo: downloading 6 components
952026-06-25T04:06:34.201Znightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T04:06:34.305Z+++ rustup show active-toolchain -v
972026-06-25T04:06:34.310Z+++ head -n 1
982026-06-25T04:06:34.310Z+++ cut '-d ' -f1
992026-06-25T04:06:34.365Z++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1002026-06-25T04:06:34.366Z++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1012026-06-25T04:06:34.366Z++ popd
1022026-06-25T04:06:34.370Z/work/oxidecomputer/opte
1032026-06-25T04:06:34.370Z+ cargo --version
1042026-06-25T04:06:34.381Zcargo 1.96.0 (30a34c682 2026-05-25)
1052026-06-25T04:06:34.387Z+ rustc --version
1062026-06-25T04:06:34.399Zrustc 1.96.0 (ac68faa20 2026-05-25)
1072026-06-25T04:06:34.403Z+ cd lib/opte-ioctl
1082026-06-25T04:06:34.403Z+ header 'check style'
1092026-06-25T04:06:34.403Z+ echo '# ==== check style ==== #'
1102026-06-25T04:06:34.403Z# ==== check style ==== #
1112026-06-25T04:06:34.403Z+ ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -- --check
1122026-06-25T04:06:34.477Z
1132026-06-25T04:06:34.477Zreal 0.072662801
1142026-06-25T04:06:34.477Zuser 0.039772927
1152026-06-25T04:06:34.478Zsys 0.030062961
1162026-06-25T04:06:34.478Ztrap 0.000011617
1172026-06-25T04:06:34.478Ztflt 0.000005399
1182026-06-25T04:06:34.478Zdflt 0.000004298
1192026-06-25T04:06:34.478Zkflt 0.000000000
1202026-06-25T04:06:34.478Zlock 0.034096376
1212026-06-25T04:06:34.478Zslp 0.050555784
1222026-06-25T04:06:34.478Zlat 0.000726421
1232026-06-25T04:06:34.478Zstop 0.000094091
1242026-06-25T04:06:34.482Z+ header analyze
1252026-06-25T04:06:34.482Z+ echo '# ==== analyze ==== #'
1262026-06-25T04:06:34.482Z# ==== analyze ==== #
1272026-06-25T04:06:34.482Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1282026-06-25T04:06:34.614Z Updating crates.io index
1292026-06-25T04:06:34.618Z Updating git repository `https://github.com/oxidecomputer/falcon`
1302026-06-25T04:06:35.249Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1312026-06-25T04:06:35.644Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1322026-06-25T04:06:35.956Z Updating git repository `https://github.com/oxidecomputer/zone`
1332026-06-25T04:06:36.183Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1342026-06-25T04:06:36.431Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1352026-06-25T04:06:36.694Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1362026-06-25T04:06:38.717Z Downloading crates ...
1372026-06-25T04:06:38.783Z Downloaded heapless v0.8.0
1382026-06-25T04:06:38.789Z Downloaded foreign-types v0.5.0
1392026-06-25T04:06:38.792Z Downloaded serde_derive v1.0.228
1402026-06-25T04:06:38.793Z Downloaded quote v1.0.46
1412026-06-25T04:06:38.793Z Downloaded byteorder v1.5.0
1422026-06-25T04:06:38.796Z Downloaded bitflags v1.3.2
1432026-06-25T04:06:38.799Z Downloaded cpufeatures v0.3.0
1442026-06-25T04:06:38.804Z Downloaded anyhow v1.0.102
1452026-06-25T04:06:38.807Z Downloaded darling v0.21.3
1462026-06-25T04:06:38.811Z Downloaded hash32 v0.3.1
1472026-06-25T04:06:38.818Z Downloaded bitflags v2.13.0
1482026-06-25T04:06:38.826Z Downloaded once_cell v1.21.4
1492026-06-25T04:06:38.829Z Downloaded postcard v1.1.3
1502026-06-25T04:06:38.829Z Downloaded darling_macro v0.21.3
1512026-06-25T04:06:38.833Z Downloaded cfg-if v1.0.4
1522026-06-25T04:06:38.833Z Downloaded ingot-macros v0.1.1
1532026-06-25T04:06:38.836Z Downloaded foreign-types-macros v0.2.3
1542026-06-25T04:06:38.836Z Downloaded either v1.16.0
1552026-06-25T04:06:38.841Z Downloaded embedded-io v0.6.1
1562026-06-25T04:06:38.845Z Downloaded pin-project-lite v0.2.17
1572026-06-25T04:06:38.845Z Downloaded cobs v0.3.0
1582026-06-25T04:06:38.848Z Downloaded cstr-argument v0.1.2
1592026-06-25T04:06:38.852Z Downloaded foreign-types-shared v0.3.1
1602026-06-25T04:06:38.857Z Downloaded embedded-io v0.4.0
1612026-06-25T04:06:38.860Z Downloaded oxnet v0.1.6
1622026-06-25T04:06:38.873Z Downloaded rustversion v1.0.22
1632026-06-25T04:06:38.877Z Downloaded stable_deref_trait v1.2.1
1642026-06-25T04:06:38.877Z Downloaded colored v3.1.1
1652026-06-25T04:06:38.882Z Downloaded defmt v1.1.0
1662026-06-25T04:06:38.885Z Downloaded num_enum v0.7.6
1672026-06-25T04:06:38.888Z Downloaded getrandom v0.4.3
1682026-06-25T04:06:38.889Z Downloaded dyn-clone v1.0.20
1692026-06-25T04:06:38.900Z Downloaded darling_core v0.21.3
1702026-06-25T04:06:38.908Z Downloaded fnv v1.0.7
1712026-06-25T04:06:38.919Z Downloaded serde_core v1.0.228
1722026-06-25T04:06:38.924Z Downloaded managed v0.8.0
1732026-06-25T04:06:38.924Z Downloaded equivalent v1.0.2
1742026-06-25T04:06:38.927Z Downloaded strsim v0.11.1
1752026-06-25T04:06:38.928Z Downloaded defmt v0.3.100
1762026-06-25T04:06:38.928Z Downloaded defmt-parser v1.0.0
1772026-06-25T04:06:38.928Z Downloaded ref-cast v1.0.25
1782026-06-25T04:06:38.931Z Downloaded ident_case v1.0.1
1792026-06-25T04:06:38.935Z Downloaded defmt-macros v1.1.0
1802026-06-25T04:06:38.938Z Downloaded proc-macro-error-attr2 v2.0.0
1812026-06-25T04:06:38.942Z Downloaded ref-cast-impl v1.0.25
1822026-06-25T04:06:38.942Z Downloaded proc-macro-crate v3.5.0
1832026-06-25T04:06:38.942Z Downloaded pretty-hex v0.4.2
1842026-06-25T04:06:38.948Z Downloaded ingot-types v0.1.2
1852026-06-25T04:06:38.952Z Downloaded hashbrown v0.17.1
1862026-06-25T04:06:38.963Z Downloaded version_check v0.9.5
1872026-06-25T04:06:38.968Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1882026-06-25T04:06:38.972Z Downloaded thiserror-impl v2.0.18
1892026-06-25T04:06:38.972Z Downloaded macaddr v1.0.1
1902026-06-25T04:06:38.980Z Downloaded rand_core v0.10.1
1912026-06-25T04:06:38.983Z Downloaded tracing-core v0.1.36
1922026-06-25T04:06:38.989Z Downloaded chacha20 v0.10.0
1932026-06-25T04:06:38.989Z Downloaded indexmap v2.14.0
1942026-06-25T04:06:38.993Z Downloaded ingot v0.1.1
1952026-06-25T04:06:38.997Z Downloaded proc-macro-error2 v2.0.1
1962026-06-25T04:06:39.002Z Downloaded thiserror v2.0.18
1972026-06-25T04:06:39.006Z Downloaded memchr v2.8.2
1982026-06-25T04:06:39.010Z Downloaded toml_parser v1.1.2+spec-1.1.0
1992026-06-25T04:06:39.013Z Downloaded num_enum_derive v0.7.6
2002026-06-25T04:06:39.020Z Downloaded proc-macro2 v1.0.106
2012026-06-25T04:06:39.026Z Downloaded unicode-ident v1.0.24
2022026-06-25T04:06:39.036Z Downloaded tracing-attributes v0.1.31
2032026-06-25T04:06:39.054Z Downloaded socket2 v0.6.4
2042026-06-25T04:06:39.058Z Downloaded uuid v1.23.3
2052026-06-25T04:06:39.061Z Downloaded zerocopy-derive v0.8.52
2062026-06-25T04:06:39.066Z Downloaded itertools v0.14.0
2072026-06-25T04:06:39.070Z Downloaded serde v1.0.228
2082026-06-25T04:06:39.075Z Downloaded toml_edit v0.25.12+spec-1.1.0
2092026-06-25T04:06:39.092Z Downloaded regex v1.12.4
2102026-06-25T04:06:39.098Z Downloaded aho-corasick v1.1.4
2112026-06-25T04:06:39.122Z Downloaded rand v0.10.1
2122026-06-25T04:06:39.153Z Downloaded winnow v1.0.3
2132026-06-25T04:06:39.169Z Downloaded syn v2.0.118
2142026-06-25T04:06:39.194Z Downloaded syn v1.0.109
2152026-06-25T04:06:39.209Z Downloaded zerocopy v0.8.52
2162026-06-25T04:06:39.224Z Downloaded smoltcp v0.11.0
2172026-06-25T04:06:39.238Z Downloaded regex-syntax v0.8.11
2182026-06-25T04:06:39.261Z Downloaded tracing v0.1.44
2192026-06-25T04:06:39.294Z Downloaded regex-automata v0.4.14
2202026-06-25T04:06:39.307Z Downloaded libc v0.2.186
2212026-06-25T04:06:39.367Z Compiling proc-macro2 v1.0.106
2222026-06-25T04:06:39.367Z Compiling unicode-ident v1.0.24
2232026-06-25T04:06:39.370Z Compiling quote v1.0.46
2242026-06-25T04:06:39.370Z Compiling serde_core v1.0.228
2252026-06-25T04:06:39.371Z Checking cfg-if v1.0.4
2262026-06-25T04:06:39.371Z Compiling thiserror v2.0.18
2272026-06-25T04:06:39.371Z Compiling memchr v2.8.2
2282026-06-25T04:06:39.371Z Compiling strsim v0.11.1
2292026-06-25T04:06:39.504Z Compiling ident_case v1.0.1
2302026-06-25T04:06:39.591Z Compiling fnv v1.0.7
2312026-06-25T04:06:39.624Z Compiling libc v0.2.186
2322026-06-25T04:06:39.680Z Compiling regex-syntax v0.8.11
2332026-06-25T04:06:39.776Z Compiling either v1.16.0
2342026-06-25T04:06:39.858Z Compiling zerocopy v0.8.52
2352026-06-25T04:06:39.986Z Compiling aho-corasick v1.1.4
2362026-06-25T04:06:40.012Z Compiling winnow v1.0.3
2372026-06-25T04:06:40.040Z Compiling equivalent v1.0.2
2382026-06-25T04:06:40.065Z Compiling serde v1.0.228
2392026-06-25T04:06:40.121Z Compiling hashbrown v0.17.1
2402026-06-25T04:06:40.440Z Compiling itertools v0.14.0
2412026-06-25T04:06:40.730Z Compiling indexmap v2.14.0
2422026-06-25T04:06:40.737Z Compiling heapless v0.8.0
2432026-06-25T04:06:40.895Z Compiling syn v2.0.118
2442026-06-25T04:06:41.052Z Compiling toml_parser v1.1.2+spec-1.1.0
2452026-06-25T04:06:41.147Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-06-25T04:06:41.381Z Compiling regex-automata v0.4.14
2472026-06-25T04:06:41.388Z Checking byteorder v1.5.0
2482026-06-25T04:06:41.422Z Checking bitflags v2.13.0
2492026-06-25T04:06:41.524Z Compiling toml_edit v0.25.12+spec-1.1.0
2502026-06-25T04:06:41.545Z Checking hash32 v0.3.1
2512026-06-25T04:06:41.640Z Compiling rustversion v1.0.22
2522026-06-25T04:06:41.660Z Checking macaddr v1.0.1
2532026-06-25T04:06:41.752Z Checking stable_deref_trait v1.2.1
2542026-06-25T04:06:41.780Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2552026-06-25T04:06:41.798Z Compiling smoltcp v0.11.0
2562026-06-25T04:06:41.816Z Compiling syn v1.0.109
2572026-06-25T04:06:42.033Z Compiling getrandom v0.4.3
2582026-06-25T04:06:42.041Z Checking bitflags v1.3.2
2592026-06-25T04:06:42.102Z Compiling proc-macro-crate v3.5.0
2602026-06-25T04:06:42.159Z Compiling ref-cast v1.0.25
2612026-06-25T04:06:42.190Z Checking managed v0.8.0
2622026-06-25T04:06:42.309Z Compiling version_check v0.9.5
2632026-06-25T04:06:42.323Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2642026-06-25T04:06:42.383Z Checking rand_core v0.10.1
2652026-06-25T04:06:42.549Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2662026-06-25T04:06:42.554Z Checking once_cell v1.21.4
2672026-06-25T04:06:42.597Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-06-25T04:06:42.851Z Checking foreign-types-shared v0.3.1
2692026-06-25T04:06:42.857Z Checking cpufeatures v0.3.0
2702026-06-25T04:06:42.920Z Compiling anyhow v1.0.102
2712026-06-25T04:06:42.934Z Checking chacha20 v0.10.0
2722026-06-25T04:06:43.118Z Checking cstr-argument v0.1.2
2732026-06-25T04:06:43.141Z Checking tracing-core v0.1.36
2742026-06-25T04:06:43.167Z Compiling regex v1.12.4
2752026-06-25T04:06:43.492Z Checking pretty-hex v0.4.2
2762026-06-25T04:06:43.497Z Checking pin-project-lite v0.2.17
2772026-06-25T04:06:43.584Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2782026-06-25T04:06:43.591Z Checking dyn-clone v1.0.20
2792026-06-25T04:06:43.595Z Checking rand v0.10.1
2802026-06-25T04:06:43.692Z Compiling darling_core v0.21.3
2812026-06-25T04:06:43.791Z Checking uuid v1.23.3
2822026-06-25T04:06:43.810Z Checking socket2 v0.6.4
2832026-06-25T04:06:43.819Z Checking oxnet v0.1.6
2842026-06-25T04:06:44.115Z Checking colored v3.1.1
2852026-06-25T04:06:44.484Z Compiling thiserror-impl v2.0.18
2862026-06-25T04:06:44.484Z Compiling serde_derive v1.0.228
2872026-06-25T04:06:44.487Z Compiling zerocopy-derive v0.8.52
2882026-06-25T04:06:44.487Z Compiling foreign-types-macros v0.2.3
2892026-06-25T04:06:44.487Z Compiling ref-cast-impl v1.0.25
2902026-06-25T04:06:45.015Z Compiling num_enum_derive v0.7.6
2912026-06-25T04:06:45.171Z Checking foreign-types v0.5.0
2922026-06-25T04:06:45.225Z Compiling tracing-attributes v0.1.31
2932026-06-25T04:06:45.242Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2942026-06-25T04:06:45.882Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2952026-06-25T04:06:45.917Z Checking cobs v0.3.0
2962026-06-25T04:06:46.060Z Compiling darling_macro v0.21.3
2972026-06-25T04:06:46.093Z Checking num_enum v0.7.6
2982026-06-25T04:06:46.199Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2992026-06-25T04:06:46.203Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3002026-06-25T04:06:46.499Z Checking tracing v0.1.44
3012026-06-25T04:06:46.627Z Compiling darling v0.21.3
3022026-06-25T04:06:46.681Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3032026-06-25T04:06:46.692Z Compiling ingot-macros v0.1.1
3042026-06-25T04:06:47.250Z Checking postcard v1.1.3
3052026-06-25T04:06:48.858Z Checking ingot-types v0.1.2
3062026-06-25T04:06:49.160Z Checking ingot v0.1.1
3072026-06-25T04:06:50.563Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3082026-06-25T04:06:51.791Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3092026-06-25T04:06:53.017Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3102026-06-25T04:06:53.212Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.68s
3112026-06-25T04:06:53.321Z
3122026-06-25T04:06:53.327Zreal 18.838286262
3132026-06-25T04:06:53.327Zuser 52.562230879
3142026-06-25T04:06:53.327Zsys 11.966235188
3152026-06-25T04:06:53.327Ztrap 0.037446112
3162026-06-25T04:06:53.327Ztflt 0.063971443
3172026-06-25T04:06:53.327Zdflt 0.149390882
3182026-06-25T04:06:53.327Zkflt 0.005402435
3192026-06-25T04:06:53.327Zlock 3:18.667919228
3202026-06-25T04:06:53.327Zslp 2:54.613560758
3212026-06-25T04:06:53.327Zlat 2.543576757
3222026-06-25T04:06:53.327Zstop 10.253209243
3232026-06-25T04:06:53.328Zprocess exited: duration 34013 ms, exit code 0
 
3242026-06-25T04:06:53.336Zfound 0 output files