01KS31TKB8X1B6775Q5E0589X4: opte-ioctl

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

Buildomat Job: 01KS31VH6G0GAG2RD1HY0J3JB1

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-20T16:01:17.879Zjob assigned to worker 01KS31VXM9QGGBKPM8ZGVV2ECN [factory aws, i-05823f1139858fa76] (queued for 1 m 1 s)
 
22026-05-20T16:01:24.668Zstarting task 0: "setup"
32026-05-20T16:01:24.672Z++ uname -s
42026-05-20T16:01:24.675Z+ kern=SunOS
52026-05-20T16:01:24.675Z+ build_user=build
62026-05-20T16:01:24.675Z+ build_uid=12345
72026-05-20T16:01:24.675Z+ work_dir=/work
82026-05-20T16:01:24.675Z+ input_dir=/input
92026-05-20T16:01:24.676Z+ [[ 0 == 12345 ]]
102026-05-20T16:01:24.676Z+ case "$kern" in
112026-05-20T16:01:24.676Z+ groupadd -g 12345 build
122026-05-20T16:01:24.679Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-20T16:01:26.681Z+ zfs create -o mountpoint=/work rpool/work
142026-05-20T16:01:26.724Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-20T16:01:26.729Z+ home_fs=zfs
162026-05-20T16:01:26.729Z+ [[ zfs == autofs ]]
172026-05-20T16:01:26.729Z+ mkdir -p /home/build
182026-05-20T16:01:26.729Z+ chown build:build /home/build /work
192026-05-20T16:01:27.728Z+ chmod 0700 /home/build /work
202026-05-20T16:01:27.731Zprocess exited: duration 3062 ms, exit code 0
 
212026-05-20T16:01:27.738Zstarting task 1: "rust-toolchain"
222026-05-20T16:01:27.741Z * rust toolchain channel = "1.95.0"
232026-05-20T16:01:27.741Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
242026-05-20T16:01:27.741Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-20T16:01:27.741Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-20T16:01:27.741Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-20T16:01:27.741Z * rust toolchain profile = "default"
282026-05-20T16:01:27.744Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-20T16:01:27.744Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-20T16:01:27.842Zinfo: downloading installer
312026-05-20T16:01:29.354Zwarn: It looks like you have an existing rustup settings file at:
322026-05-20T16:01:29.354Zwarn: /home/build/.rustup/settings.toml
332026-05-20T16:01:29.355Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-20T16:01:29.355Zwarn: instead of the one inferred from the default host triple.
352026-05-20T16:01:29.358Zinfo: profile set to default
362026-05-20T16:01:29.358Zinfo: default host triple is x86_64-unknown-illumos
372026-05-20T16:01:29.358Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-20T16:01:29.434Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-20T16:01:29.437Zinfo: downloading 6 components
402026-05-20T16:01:44.275Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-20T16:01:44.275Z
422026-05-20T16:01:44.312Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-20T16:01:44.312Z
442026-05-20T16:01:44.312Z
452026-05-20T16:01:44.312ZRust is installed now. Great!
462026-05-20T16:01:44.312Z
472026-05-20T16:01:44.312ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-20T16:01:44.312Zenvironment variable. This has not been done automatically.
492026-05-20T16:01:44.312Z
502026-05-20T16:01:44.315ZTo configure your current shell, you need to source
512026-05-20T16:01:44.315Zthe corresponding env file under $HOME/.cargo.
522026-05-20T16:01:44.315Z
532026-05-20T16:01:44.315ZThis is usually done by running one of the following (note the leading DOT):
542026-05-20T16:01:44.315Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-20T16:01:44.315Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-20T16:01:44.315Zsource "~/.cargo/env.nu" # For nushell
572026-05-20T16:01:44.315Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-20T16:01:44.315Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-20T16:01:44.315Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-20T16:01:44.315Zwarn: no default linker (`cc`) was found in your PATH
612026-05-20T16:01:44.315Zwarn: many Rust crates require a system C toolchain to build
622026-05-20T16:01:44.407Z+ rustup --version
632026-05-20T16:01:44.412Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-20T16:01:44.415Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-20T16:01:44.435Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-20T16:01:44.437Z+ cargo --version
672026-05-20T16:01:44.452Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-20T16:01:44.456Z+ rustc --version
692026-05-20T16:01:44.475Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-20T16:01:44.479Zprocess exited: duration 16740 ms, exit code 0
 
712026-05-20T16:01:44.485Zstarting task 2: "authentication"
722026-05-20T16:01:44.498ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-05-20T16:01:48.511Zprocess exited: duration 4026 ms, exit code 0
 
742026-05-20T16:01:48.517Zstarting task 3: "clone repository"
752026-05-20T16:01:48.521Z+ mkdir -p /work/oxidecomputer/opte
762026-05-20T16:01:48.524Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-05-20T16:01:48.556ZCloning into '/work/oxidecomputer/opte'...
782026-05-20T16:01:49.530Z+ cd /work/oxidecomputer/opte
792026-05-20T16:01:49.530Z+ git fetch origin 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
802026-05-20T16:01:49.772ZFrom https://github.com/oxidecomputer/opte
812026-05-20T16:01:49.772Z * branch 1df13fefc1a360c1f2a122e34a8089d55f51b6b1 -> FETCH_HEAD
822026-05-20T16:01:49.777Z+ [[ -n eviction-policy ]]
832026-05-20T16:01:49.782Z++ git branch --show-current
842026-05-20T16:01:49.782Z+ current=master
852026-05-20T16:01:49.782Z+ [[ master != eviction-policy ]]
862026-05-20T16:01:49.782Z+ git branch -f eviction-policy 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
872026-05-20T16:01:49.786Z+ git checkout -f eviction-policy
882026-05-20T16:01:49.799ZSwitched to branch 'eviction-policy'
892026-05-20T16:01:49.802Z+ git reset --hard 1df13fefc1a360c1f2a122e34a8089d55f51b6b1
902026-05-20T16:01:49.805ZHEAD is now at 1df13fe Comment.
912026-05-20T16:01:49.808Zprocess exited: duration 1288 ms, exit code 0
 
922026-05-20T16:01:49.814Zstarting task 4: "build"
932026-05-20T16:01:49.817Z+ source .github/buildomat/common.sh
942026-05-20T16:01:49.820Z++ rustup show active-toolchain
952026-05-20T16:01:49.823Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-05-20T16:01:49.823Z++ pushd xde
972026-05-20T16:01:49.828Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-05-20T16:01:49.828Z++ rustup show active-toolchain
992026-05-20T16:01:49.831Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1002026-05-20T16:01:49.975Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1012026-05-20T16:01:49.977Zinfo: downloading 6 components
1022026-05-20T16:02:04.085Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-05-20T16:02:04.187Z+++ rustup show active-toolchain -v
1042026-05-20T16:02:04.190Z+++ head -n 1
1052026-05-20T16:02:04.190Z+++ cut '-d ' -f1
1062026-05-20T16:02:04.238Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-20T16:02:04.238Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-20T16:02:04.238Z++ popd
1092026-05-20T16:02:04.241Z/work/oxidecomputer/opte
1102026-05-20T16:02:04.241Z+ cargo --version
1112026-05-20T16:02:04.248Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1122026-05-20T16:02:04.252Z+ rustc --version
1132026-05-20T16:02:04.288Zrustc 1.95.0 (59807616e 2026-04-14)
1142026-05-20T16:02:04.295Z+ cd lib/opte-ioctl
1152026-05-20T16:02:04.295Z+ header 'check style'
1162026-05-20T16:02:04.295Z+ echo '# ==== check style ==== #'
1172026-05-20T16:02:04.295Z# ==== check style ==== #
1182026-05-20T16:02:04.295Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-20T16:02:04.346Z
1202026-05-20T16:02:04.346Zreal 0.069361709
1212026-05-20T16:02:04.346Zuser 0.038006292
1222026-05-20T16:02:04.346Zsys 0.028748971
1232026-05-20T16:02:04.346Ztrap 0.000000590
1242026-05-20T16:02:04.346Ztflt 0.000011030
1252026-05-20T16:02:04.346Zdflt 0.000011400
1262026-05-20T16:02:04.346Zkflt 0.000000000
1272026-05-20T16:02:04.346Zlock 0.032770328
1282026-05-20T16:02:04.346Zslp 0.047985102
1292026-05-20T16:02:04.346Zlat 0.000633230
1302026-05-20T16:02:04.346Zstop 0.000107170
1312026-05-20T16:02:04.349Z+ header analyze
1322026-05-20T16:02:04.349Z+ echo '# ==== analyze ==== #'
1332026-05-20T16:02:04.349Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-05-20T16:02:04.349Z# ==== analyze ==== #
1352026-05-20T16:02:04.495Z Updating crates.io index
1362026-05-20T16:02:04.546Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-20T16:02:05.259Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-20T16:02:05.828Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-20T16:02:06.287Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-20T16:02:06.773Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-20T16:02:07.086Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-20T16:02:07.395Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-20T16:02:09.695Z Downloading crates ...
1442026-05-20T16:02:09.752Z Downloaded anyhow v1.0.102
1452026-05-20T16:02:09.756Z Downloaded darling v0.21.3
1462026-05-20T16:02:09.759Z Downloaded darling_macro v0.21.3
1472026-05-20T16:02:09.766Z Downloaded pretty-hex v0.4.2
1482026-05-20T16:02:09.777Z Downloaded equivalent v1.0.2
1492026-05-20T16:02:09.777Z Downloaded defmt-parser v1.0.0
1502026-05-20T16:02:09.777Z Downloaded cstr-argument v0.1.2
1512026-05-20T16:02:09.781Z Downloaded aho-corasick v1.1.4
1522026-05-20T16:02:09.784Z Downloaded oxnet v0.1.5
1532026-05-20T16:02:09.784Z Downloaded darling_core v0.21.3
1542026-05-20T16:02:09.787Z Downloaded embedded-io v0.4.0
1552026-05-20T16:02:09.791Z Downloaded colored v3.1.1
1562026-05-20T16:02:09.798Z Downloaded thiserror v2.0.18
1572026-05-20T16:02:09.801Z Downloaded strsim v0.11.1
1582026-05-20T16:02:09.805Z Downloaded num_enum v0.7.6
1592026-05-20T16:02:09.808Z Downloaded proc-macro-crate v3.5.0
1602026-05-20T16:02:09.808Z Downloaded defmt v0.3.100
1612026-05-20T16:02:09.808Z Downloaded postcard v1.1.3
1622026-05-20T16:02:09.814Z Downloaded dyn-clone v1.0.20
1632026-05-20T16:02:09.822Z Downloaded foreign-types-shared v0.3.1
1642026-05-20T16:02:09.825Z Downloaded foreign-types-macros v0.2.3
1652026-05-20T16:02:09.825Z Downloaded cpufeatures v0.3.0
1662026-05-20T16:02:09.825Z Downloaded version_check v0.9.5
1672026-05-20T16:02:09.828Z Downloaded ref-cast v1.0.25
1682026-05-20T16:02:09.831Z Downloaded ref-cast-impl v1.0.25
1692026-05-20T16:02:09.833Z Downloaded rand_core v0.10.1
1702026-05-20T16:02:09.834Z Downloaded cfg-if v1.0.4
1712026-05-20T16:02:09.837Z Downloaded serde v1.0.228
1722026-05-20T16:02:09.840Z Downloaded cobs v0.3.0
1732026-05-20T16:02:09.845Z Downloaded macaddr v1.0.1
1742026-05-20T16:02:09.848Z Downloaded embedded-io v0.6.1
1752026-05-20T16:02:09.848Z Downloaded ident_case v1.0.1
1762026-05-20T16:02:09.848Z Downloaded hash32 v0.3.1
1772026-05-20T16:02:09.848Z Downloaded foreign-types v0.5.0
1782026-05-20T16:02:09.857Z Downloaded proc-macro-error-attr2 v2.0.0
1792026-05-20T16:02:09.860Z Downloaded thiserror-impl v2.0.18
1802026-05-20T16:02:09.860Z Downloaded managed v0.8.0
1812026-05-20T16:02:09.863Z Downloaded pin-project-lite v0.2.17
1822026-05-20T16:02:09.863Z Downloaded rustversion v1.0.22
1832026-05-20T16:02:09.866Z Downloaded proc-macro-error2 v2.0.1
1842026-05-20T16:02:09.869Z Downloaded bitflags v1.3.2
1852026-05-20T16:02:09.869Z Downloaded num_enum_derive v0.7.6
1862026-05-20T16:02:09.869Z Downloaded byteorder v1.5.0
1872026-05-20T16:02:09.877Z Downloaded stable_deref_trait v1.2.1
1882026-05-20T16:02:09.880Z Downloaded fnv v1.0.7
1892026-05-20T16:02:09.880Z Downloaded defmt v1.0.1
1902026-05-20T16:02:09.891Z Downloaded quote v1.0.45
1912026-05-20T16:02:09.900Z Downloaded defmt-macros v1.0.1
1922026-05-20T16:02:09.903Z Downloaded either v1.15.0
1932026-05-20T16:02:09.906Z Downloaded ingot-macros v0.1.1
1942026-05-20T16:02:09.910Z Downloaded ingot-types v0.1.2
1952026-05-20T16:02:09.915Z Downloaded chacha20 v0.10.0
1962026-05-20T16:02:09.917Z Downloaded proc-macro2 v1.0.106
1972026-05-20T16:02:09.920Z Downloaded once_cell v1.21.4
1982026-05-20T16:02:09.923Z Downloaded ingot v0.1.1
1992026-05-20T16:02:09.929Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2002026-05-20T16:02:09.932Z Downloaded tracing-attributes v0.1.31
2012026-05-20T16:02:09.936Z Downloaded zerocopy-derive v0.8.48
2022026-05-20T16:02:09.941Z Downloaded indexmap v2.14.0
2032026-05-20T16:02:09.944Z Downloaded toml_parser v1.1.2+spec-1.1.0
2042026-05-20T16:02:09.947Z Downloaded serde_derive v1.0.228
2052026-05-20T16:02:09.947Z Downloaded serde_core v1.0.228
2062026-05-20T16:02:09.950Z Downloaded unicode-ident v1.0.24
2072026-05-20T16:02:09.953Z Downloaded tracing-core v0.1.36
2082026-05-20T16:02:09.956Z Downloaded socket2 v0.6.3
2092026-05-20T16:02:09.959Z Downloaded bitflags v2.11.1
2102026-05-20T16:02:09.962Z Downloaded toml_edit v0.25.11+spec-1.1.0
2112026-05-20T16:02:09.965Z Downloaded getrandom v0.4.2
2122026-05-20T16:02:09.968Z Downloaded uuid v1.23.1
2132026-05-20T16:02:09.979Z Downloaded memchr v2.8.0
2142026-05-20T16:02:09.982Z Downloaded heapless v0.8.0
2152026-05-20T16:02:09.994Z Downloaded regex v1.12.3
2162026-05-20T16:02:10.013Z Downloaded rand v0.10.1
2172026-05-20T16:02:10.025Z Downloaded itertools v0.14.0
2182026-05-20T16:02:10.042Z Downloaded hashbrown v0.17.0
2192026-05-20T16:02:10.053Z Downloaded winnow v1.0.2
2202026-05-20T16:02:10.093Z Downloaded syn v1.0.109
2212026-05-20T16:02:10.113Z Downloaded zerocopy v0.8.48
2222026-05-20T16:02:10.123Z Downloaded syn v2.0.117
2232026-05-20T16:02:10.129Z Downloaded smoltcp v0.11.0
2242026-05-20T16:02:10.139Z Downloaded regex-syntax v0.8.10
2252026-05-20T16:02:10.161Z Downloaded tracing v0.1.44
2262026-05-20T16:02:10.172Z Downloaded regex-automata v0.4.14
2272026-05-20T16:02:10.190Z Downloaded libc v0.2.186
2282026-05-20T16:02:10.249Z Compiling proc-macro2 v1.0.106
2292026-05-20T16:02:10.249Z Compiling quote v1.0.45
2302026-05-20T16:02:10.249Z Compiling unicode-ident v1.0.24
2312026-05-20T16:02:10.252Z Compiling serde_core v1.0.228
2322026-05-20T16:02:10.252Z Checking cfg-if v1.0.4
2332026-05-20T16:02:10.252Z Compiling ident_case v1.0.1
2342026-05-20T16:02:10.252Z Compiling fnv v1.0.7
2352026-05-20T16:02:10.252Z Compiling memchr v2.8.0
2362026-05-20T16:02:10.376Z Compiling strsim v0.11.1
2372026-05-20T16:02:10.421Z Compiling thiserror v2.0.18
2382026-05-20T16:02:10.441Z Compiling regex-syntax v0.8.10
2392026-05-20T16:02:10.449Z Compiling libc v0.2.186
2402026-05-20T16:02:10.662Z Compiling equivalent v1.0.2
2412026-05-20T16:02:10.753Z Compiling aho-corasick v1.1.4
2422026-05-20T16:02:10.856Z Compiling zerocopy v0.8.48
2432026-05-20T16:02:10.863Z Compiling either v1.15.0
2442026-05-20T16:02:10.895Z Compiling hashbrown v0.17.0
2452026-05-20T16:02:11.021Z Compiling winnow v1.0.2
2462026-05-20T16:02:11.056Z Compiling serde v1.0.228
2472026-05-20T16:02:11.288Z Compiling itertools v0.14.0
2482026-05-20T16:02:11.417Z Compiling indexmap v2.14.0
2492026-05-20T16:02:11.734Z Checking byteorder v1.5.0
2502026-05-20T16:02:11.894Z Compiling syn v2.0.117
2512026-05-20T16:02:11.906Z Compiling regex-automata v0.4.14
2522026-05-20T16:02:12.022Z Compiling toml_parser v1.1.2+spec-1.1.0
2532026-05-20T16:02:12.034Z Compiling heapless v0.8.0
2542026-05-20T16:02:12.165Z Compiling toml_datetime v1.1.1+spec-1.1.0
2552026-05-20T16:02:12.264Z Checking bitflags v2.11.1
2562026-05-20T16:02:12.395Z Compiling toml_edit v0.25.11+spec-1.1.0
2572026-05-20T16:02:12.419Z Checking hash32 v0.3.1
2582026-05-20T16:02:12.516Z Checking macaddr v1.0.1
2592026-05-20T16:02:12.542Z Checking stable_deref_trait v1.2.1
2602026-05-20T16:02:12.545Z Compiling rustversion v1.0.22
2612026-05-20T16:02:12.553Z Compiling smoltcp v0.11.0
2622026-05-20T16:02:12.601Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2632026-05-20T16:02:12.604Z Compiling syn v1.0.109
2642026-05-20T16:02:12.869Z Compiling getrandom v0.4.2
2652026-05-20T16:02:12.912Z Checking managed v0.8.0
2662026-05-20T16:02:12.952Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2672026-05-20T16:02:12.976Z Checking rand_core v0.10.1
2682026-05-20T16:02:13.060Z Compiling proc-macro-crate v3.5.0
2692026-05-20T16:02:13.101Z Compiling version_check v0.9.5
2702026-05-20T16:02:13.119Z Checking bitflags v1.3.2
2712026-05-20T16:02:13.156Z Compiling ref-cast v1.0.25
2722026-05-20T16:02:13.386Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2732026-05-20T16:02:13.504Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2742026-05-20T16:02:13.527Z Checking cpufeatures v0.3.0
2752026-05-20T16:02:13.594Z Compiling anyhow v1.0.102
2762026-05-20T16:02:13.664Z Checking once_cell v1.21.4
2772026-05-20T16:02:13.792Z Compiling regex v1.12.3
2782026-05-20T16:02:13.938Z Checking foreign-types-shared v0.3.1
2792026-05-20T16:02:14.030Z Checking tracing-core v0.1.36
2802026-05-20T16:02:14.206Z Checking cstr-argument v0.1.2
2812026-05-20T16:02:14.228Z Checking chacha20 v0.10.0
2822026-05-20T16:02:14.374Z Checking pin-project-lite v0.2.17
2832026-05-20T16:02:14.415Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
2842026-05-20T16:02:14.420Z Checking dyn-clone v1.0.20
2852026-05-20T16:02:14.428Z Checking pretty-hex v0.4.2
2862026-05-20T16:02:14.445Z Checking rand v0.10.1
2872026-05-20T16:02:14.510Z Checking uuid v1.23.1
2882026-05-20T16:02:14.530Z Checking socket2 v0.6.3
2892026-05-20T16:02:14.620Z Compiling darling_core v0.21.3
2902026-05-20T16:02:14.648Z Checking oxnet v0.1.5
2912026-05-20T16:02:14.766Z Checking colored v3.1.1
2922026-05-20T16:02:15.168Z Compiling thiserror-impl v2.0.18
2932026-05-20T16:02:15.168Z Compiling serde_derive v1.0.228
2942026-05-20T16:02:15.168Z Compiling zerocopy-derive v0.8.48
2952026-05-20T16:02:15.171Z Compiling ref-cast-impl v1.0.25
2962026-05-20T16:02:15.171Z Compiling num_enum_derive v0.7.6
2972026-05-20T16:02:15.478Z Compiling foreign-types-macros v0.2.3
2982026-05-20T16:02:15.873Z Compiling tracing-attributes v0.1.31
2992026-05-20T16:02:16.118Z Checking foreign-types v0.5.0
3002026-05-20T16:02:16.188Z Checking num_enum v0.7.6
3012026-05-20T16:02:16.191Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3022026-05-20T16:02:16.296Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3032026-05-20T16:02:16.514Z Checking cobs v0.3.0
3042026-05-20T16:02:16.564Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3052026-05-20T16:02:16.609Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3062026-05-20T16:02:16.688Z Compiling darling_macro v0.21.3
3072026-05-20T16:02:17.074Z Checking tracing v0.1.44
3082026-05-20T16:02:17.102Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-05-20T16:02:17.239Z Compiling darling v0.21.3
3102026-05-20T16:02:17.306Z Compiling ingot-macros v0.1.1
3112026-05-20T16:02:17.763Z Checking postcard v1.1.3
3122026-05-20T16:02:19.343Z Checking ingot-types v0.1.2
3132026-05-20T16:02:19.615Z Checking ingot v0.1.1
3142026-05-20T16:02:20.898Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3152026-05-20T16:02:22.082Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3162026-05-20T16:02:23.268Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3172026-05-20T16:02:23.457Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.06s
3182026-05-20T16:02:23.571Z
3192026-05-20T16:02:23.571Zreal 19.220524120
3202026-05-20T16:02:23.571Zuser 49.311892570
3212026-05-20T16:02:23.571Zsys 11.740874394
3222026-05-20T16:02:23.571Ztrap 0.035071433
3232026-05-20T16:02:23.571Ztflt 0.068952709
3242026-05-20T16:02:23.571Zdflt 0.383050640
3252026-05-20T16:02:23.571Zkflt 0.003058493
3262026-05-20T16:02:23.571Zlock 2:36.776899297
3272026-05-20T16:02:23.572Zslp 2:49.256269066
3282026-05-20T16:02:23.572Zlat 2.769908568
3292026-05-20T16:02:23.572Zstop 9.027155833
3302026-05-20T16:02:23.576Zprocess exited: duration 33757 ms, exit code 0
 
3312026-05-20T16:02:23.583Zfound 0 output files