01KYEAHS54GGA862CPAEZG7KAB: opte

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

Buildomat Job: 01KYEAJTXB615X735CED84E1DK

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:42.158Zjob assigned to worker 01KYEAJZ4Z64VZN4K91DBR7F9P [factory aws, i-0bc4c521cc4a60860] (queued for 45 s)
 
22026-07-26T04:23:49.589Zstarting task 0: "setup"
32026-07-26T04:23:49.596Z++ uname -s
42026-07-26T04:23:49.599Z+ kern=SunOS
52026-07-26T04:23:49.599Z+ build_user=build
62026-07-26T04:23:49.599Z+ build_uid=12345
72026-07-26T04:23:49.599Z+ work_dir=/work
82026-07-26T04:23:49.599Z+ input_dir=/input
92026-07-26T04:23:49.599Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:49.599Z+ case "$kern" in
112026-07-26T04:23:49.599Z+ groupadd -g 12345 build
122026-07-26T04:23:49.604Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:51.606Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:51.682Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:51.689Z+ home_fs=zfs
162026-07-26T04:23:51.689Z+ [[ zfs == autofs ]]
172026-07-26T04:23:51.689Z+ mkdir -p /home/build
182026-07-26T04:23:51.689Z+ chown build:build /home/build /work
192026-07-26T04:23:53.695Z+ chmod 0700 /home/build /work
202026-07-26T04:23:53.706Zprocess exited: duration 4097 ms, exit code 0
 
212026-07-26T04:23:53.729Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:53.739Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:53.740Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-26T04:23:53.740Z * rust toolchain channel = "1.97.1"
252026-07-26T04:23:53.740Z * rust toolchain profile = "default"
262026-07-26T04:23:53.740Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-26T04:23:53.740Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:23:53.740Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:53.740Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:53.809Zinfo: downloading installer
312026-07-26T04:23:55.915Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:55.915Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:55.915Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:55.916Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:55.939Zinfo: profile set to default
362026-07-26T04:23:55.939Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:55.939Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:55.939Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:55.939Zinfo: downloading 6 components
402026-07-26T04:24:11.060Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:24:11.060Z
422026-07-26T04:24:11.094Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:24:11.094Z
442026-07-26T04:24:11.094Z
452026-07-26T04:24:11.094ZRust is installed now. Great!
462026-07-26T04:24:11.094Z
472026-07-26T04:24:11.094ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:24:11.094Zenvironment variable. This has not been done automatically.
492026-07-26T04:24:11.094Z
502026-07-26T04:24:11.094ZTo configure your current shell, you need to source
512026-07-26T04:24:11.094Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:24:11.094Z
532026-07-26T04:24:11.094ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:24:11.094Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:24:11.095Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:24:11.095Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:24:11.095Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:24:11.095Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:24:11.095Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:24:11.104Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:24:11.104Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:24:11.179Z+ rustup --version
632026-07-26T04:24:11.192Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:24:11.199Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:24:11.207Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:24:11.216Z+ cargo --version
672026-07-26T04:24:11.222Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:24:11.232Z+ rustc --version
692026-07-26T04:24:11.246Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:24:11.251Zprocess exited: duration 17520 ms, exit code 0
 
712026-07-26T04:24:11.259Zstarting task 2: "authentication"
722026-07-26T04:24:11.282ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:24:15.315Zprocess exited: duration 4052 ms, exit code 0
 
742026-07-26T04:24:15.333Zstarting task 3: "clone repository"
752026-07-26T04:24:15.338Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:24:15.338Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:24:15.372ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:24:17.365Z+ cd /work/oxidecomputer/opte
792026-07-26T04:24:17.365Z+ git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510
802026-07-26T04:24:17.420ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:24:17.420Z * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD
822026-07-26T04:24:17.420Z+ [[ -n renovate/heapless-0.x ]]
832026-07-26T04:24:17.420Z++ git branch --show-current
842026-07-26T04:24:17.420Z+ current=master
852026-07-26T04:24:17.420Z+ [[ master != renovate/heapless-0.x ]]
862026-07-26T04:24:17.420Z+ git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510
872026-07-26T04:24:17.420Z+ git checkout -f renovate/heapless-0.x
882026-07-26T04:24:17.420ZSwitched to branch 'renovate/heapless-0.x'
892026-07-26T04:24:17.420Z+ git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510
902026-07-26T04:24:17.420ZHEAD is now at 335d9c2 Update Rust crate heapless to 0.9
912026-07-26T04:24:17.420Zprocess exited: duration 1483 ms, exit code 0
 
922026-07-26T04:24:17.467Zstarting task 4: "build"
932026-07-26T04:24:17.482Z+ source .github/buildomat/common.sh
942026-07-26T04:24:17.482Z++ rustup show active-toolchain
952026-07-26T04:24:17.482Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:24:17.482Z++ pushd xde
972026-07-26T04:24:17.483Z++ rustup show active-toolchain
982026-07-26T04:24:17.483Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
992026-07-26T04:24:17.483Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:24:17.683Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:24:17.687Zinfo: downloading 6 components
1022026-07-26T04:24:34.391Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:24:34.485Z+++ rustup show active-toolchain -v
1042026-07-26T04:24:34.489Z+++ head -n 1
1052026-07-26T04:24:34.489Z+++ cut '-d ' -f1
1062026-07-26T04:24:34.541Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:34.541Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:24:34.541Z++ popd
1092026-07-26T04:24:34.551Z/work/oxidecomputer/opte
1102026-07-26T04:24:34.551Z+ cargo --version
1112026-07-26T04:24:34.555Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-26T04:24:34.555Z+ rustc --version
1132026-07-26T04:24:34.573Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-26T04:24:34.577Z+ cd lib/opte
1152026-07-26T04:24:34.577Z+ header 'check style'
1162026-07-26T04:24:34.577Z+ echo '# ==== check style ==== #'
1172026-07-26T04:24:34.577Z# ==== check style ==== #
1182026-07-26T04:24:34.577Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-07-26T04:24:34.763Z
1202026-07-26T04:24:34.763Zreal 0.185085851
1212026-07-26T04:24:34.763Zuser 0.142153991
1222026-07-26T04:24:34.763Zsys 0.036038318
1232026-07-26T04:24:34.763Ztrap 0.000068370
1242026-07-26T04:24:34.763Ztflt 0.000038620
1252026-07-26T04:24:34.763Zdflt 0.000006040
1262026-07-26T04:24:34.763Zkflt 0.000000000
1272026-07-26T04:24:34.763Zlock 0.030805908
1282026-07-26T04:24:34.763Zslp 0.165743737
1292026-07-26T04:24:34.763Zlat 0.000848020
1302026-07-26T04:24:34.763Zstop 0.000088410
1312026-07-26T04:24:34.767Z+ header 'check docs'
1322026-07-26T04:24:34.768Z+ echo '# ==== check docs ==== #'
1332026-07-26T04:24:34.768Z# ==== check docs ==== #
1342026-07-26T04:24:34.768Z+ RUSTDOCFLAGS='-D warnings'
1352026-07-26T04:24:34.768Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1362026-07-26T04:24:34.831Z Updating crates.io index
1372026-07-26T04:24:34.835Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-07-26T04:24:35.803Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-26T04:24:36.038Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-26T04:24:36.264Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-07-26T04:24:36.620Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-07-26T04:24:36.843Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-26T04:24:37.089Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-26T04:24:38.817Z Downloading crates ...
1452026-07-26T04:24:38.861Z Downloaded cfg-if v1.0.4
1462026-07-26T04:24:38.867Z Downloaded log v0.4.33
1472026-07-26T04:24:38.871Z Downloaded defmt v0.3.100
1482026-07-26T04:24:38.877Z Downloaded tabwriter v1.4.1
1492026-07-26T04:24:38.889Z Downloaded pest v2.8.7
1502026-07-26T04:24:38.904Z Downloaded zmij v1.0.22
1512026-07-26T04:24:38.904Z Downloaded ingot-macros v0.2.0
1522026-07-26T04:24:38.908Z Downloaded aho-corasick v1.1.4
1532026-07-26T04:24:38.908Z Downloaded itoa v1.0.18
1542026-07-26T04:24:38.908Z Downloaded darling_macro v0.23.0
1552026-07-26T04:24:38.908Z Downloaded defmt v1.1.1
1562026-07-26T04:24:38.908Z Downloaded defmt-parser v1.0.0
1572026-07-26T04:24:38.909Z Downloaded hash32 v0.3.1
1582026-07-26T04:24:38.914Z Downloaded darling_core v0.23.0
1592026-07-26T04:24:38.918Z Downloaded ident_case v1.0.1
1602026-07-26T04:24:38.918Z Downloaded postcard v1.1.3
1612026-07-26T04:24:38.926Z Downloaded memchr v2.8.3
1622026-07-26T04:24:38.926Z Downloaded ref-cast-impl v1.0.25
1632026-07-26T04:24:38.926Z Downloaded managed v0.8.0
1642026-07-26T04:24:38.926Z Downloaded macaddr v1.0.1
1652026-07-26T04:24:38.932Z Downloaded strsim v0.11.1
1662026-07-26T04:24:38.939Z Downloaded dof v0.4.0
1672026-07-26T04:24:38.945Z Downloaded usdt-attr-macro v0.6.0
1682026-07-26T04:24:38.945Z Downloaded embedded-io v0.4.0
1692026-07-26T04:24:38.945Z Downloaded plain v0.2.3
1702026-07-26T04:24:38.960Z Downloaded dyn-clone v1.0.20
1712026-07-26T04:24:38.960Z Downloaded cobs v0.3.0
1722026-07-26T04:24:38.960Z Downloaded dtrace-parser v0.3.0
1732026-07-26T04:24:38.973Z Downloaded usdt-macro v0.6.0
1742026-07-26T04:24:38.973Z Downloaded version_check v0.9.5
1752026-07-26T04:24:38.973Z Downloaded usdt v0.6.0
1762026-07-26T04:24:38.973Z Downloaded pretty-hex v0.4.2
1772026-07-26T04:24:38.973Z Downloaded stable_deref_trait v1.2.1
1782026-07-26T04:24:38.978Z Downloaded quote v1.0.46
1792026-07-26T04:24:38.978Z Downloaded thiserror-impl v2.0.18
1802026-07-26T04:24:38.978Z Downloaded usdt-impl v0.6.0
1812026-07-26T04:24:38.978Z Downloaded embedded-io v0.6.1
1822026-07-26T04:24:38.983Z Downloaded thread-id v5.1.0
1832026-07-26T04:24:38.987Z Downloaded bitflags v1.3.2
1842026-07-26T04:24:38.987Z Downloaded ipnetwork v0.21.1
1852026-07-26T04:24:39.007Z Downloaded pest_generator v2.8.7
1862026-07-26T04:24:39.007Z Downloaded ref-cast v1.0.25
1872026-07-26T04:24:39.011Z Downloaded pest_derive v2.8.7
1882026-07-26T04:24:39.011Z Downloaded byteorder v1.5.0
1892026-07-26T04:24:39.011Z Downloaded scroll v0.13.0
1902026-07-26T04:24:39.011Z Downloaded memmap2 v0.9.11
1912026-07-26T04:24:39.011Z Downloaded serde_tokenstream v0.2.3
1922026-07-26T04:24:39.011Z Downloaded ingot v0.2.0
1932026-07-26T04:24:39.011Z Downloaded ingot-types v0.2.0
1942026-07-26T04:24:39.011Z Downloaded scroll_derive v0.13.1
1952026-07-26T04:24:39.017Z Downloaded crc32fast v1.5.0
1962026-07-26T04:24:39.022Z Downloaded thiserror v2.0.18
1972026-07-26T04:24:39.028Z Downloaded pest_meta v2.8.7
1982026-07-26T04:24:39.031Z Downloaded either v1.16.0
1992026-07-26T04:24:39.031Z Downloaded ucd-trie v0.1.7
2002026-07-26T04:24:39.039Z Downloaded darling v0.23.0
2012026-07-26T04:24:39.049Z Downloaded proc-macro2 v1.0.106
2022026-07-26T04:24:39.049Z Downloaded serde_core v1.0.228
2032026-07-26T04:24:39.053Z Downloaded unicode-ident v1.0.24
2042026-07-26T04:24:39.054Z Downloaded serde_derive v1.0.228
2052026-07-26T04:24:39.054Z Downloaded defmt-macros v1.1.1
2062026-07-26T04:24:39.060Z Downloaded heapless v0.8.0
2072026-07-26T04:24:39.060Z Downloaded bitflags v2.13.0
2082026-07-26T04:24:39.074Z Downloaded itertools v0.15.0
2092026-07-26T04:24:39.095Z Downloaded serde v1.0.228
2102026-07-26T04:24:39.100Z Downloaded zerocopy-derive v0.8.54
2112026-07-26T04:24:39.121Z Downloaded heapless v0.9.3
2122026-07-26T04:24:39.141Z Downloaded regex v1.13.0
2132026-07-26T04:24:39.154Z Downloaded serde_json v1.0.150
2142026-07-26T04:24:39.205Z Downloaded goblin v0.10.7
2152026-07-26T04:24:39.212Z Downloaded unicode-width v0.2.2
2162026-07-26T04:24:39.217Z Downloaded zerocopy v0.8.54
2172026-07-26T04:24:39.227Z Downloaded syn v2.0.118
2182026-07-26T04:24:39.233Z Downloaded smoltcp v0.11.0
2192026-07-26T04:24:39.239Z Downloaded regex-syntax v0.8.11
2202026-07-26T04:24:39.268Z Downloaded regex-automata v0.4.15
2212026-07-26T04:24:39.287Z Downloaded libc v0.2.186
2222026-07-26T04:24:39.347Z Compiling proc-macro2 v1.0.106
2232026-07-26T04:24:39.347Z Compiling quote v1.0.46
2242026-07-26T04:24:39.347Z Compiling unicode-ident v1.0.24
2252026-07-26T04:24:39.351Z Documenting unicode-ident v1.0.24
2262026-07-26T04:24:39.351Z Compiling strsim v0.11.1
2272026-07-26T04:24:39.351Z Compiling ident_case v1.0.1
2282026-07-26T04:24:39.351Z Compiling serde_core v1.0.228
2292026-07-26T04:24:39.502Z Checking memchr v2.8.3
2302026-07-26T04:24:39.683Z Compiling thiserror v2.0.18
2312026-07-26T04:24:39.695Z Checking byteorder v1.5.0
2322026-07-26T04:24:39.755Z Compiling regex-syntax v0.8.11
2332026-07-26T04:24:39.819Z Compiling zerocopy v0.8.54
2342026-07-26T04:24:39.865Z Compiling serde v1.0.228
2352026-07-26T04:24:39.880Z Checking aho-corasick v1.1.4
2362026-07-26T04:24:40.168Z Documenting proc-macro2 v1.0.106
2372026-07-26T04:24:40.428Z Compiling syn v2.0.118
2382026-07-26T04:24:40.539Z Documenting strsim v0.11.1
2392026-07-26T04:24:40.729Z Documenting quote v1.0.46
2402026-07-26T04:24:41.007Z Documenting ident_case v1.0.1
2412026-07-26T04:24:41.212Z Compiling regex-automata v0.4.15
2422026-07-26T04:24:41.248Z Documenting syn v2.0.118
2432026-07-26T04:24:41.469Z Compiling either v1.16.0
2442026-07-26T04:24:41.540Z Checking hash32 v0.3.1
2452026-07-26T04:24:41.648Z Compiling itertools v0.15.0
2462026-07-26T04:24:41.665Z Checking stable_deref_trait v1.2.1
2472026-07-26T04:24:41.731Z Documenting memchr v2.8.3
2482026-07-26T04:24:41.771Z Checking bitflags v2.13.0
2492026-07-26T04:24:41.934Z Documenting serde_core v1.0.228
2502026-07-26T04:24:42.367Z Documenting aho-corasick v1.1.4
2512026-07-26T04:24:42.407Z Checking darling_core v0.23.0
2522026-07-26T04:24:43.244Z Compiling regex v1.13.0
2532026-07-26T04:24:43.263Z Documenting darling_core v0.23.0
2542026-07-26T04:24:43.278Z Compiling heapless v0.8.0
2552026-07-26T04:24:43.391Z Checking macaddr v1.0.1
2562026-07-26T04:24:43.530Z Checking cfg-if v1.0.4
2572026-07-26T04:24:43.582Z Documenting regex-syntax v0.8.11
2582026-07-26T04:24:43.590Z Compiling smoltcp v0.11.0
2592026-07-26T04:24:43.993Z Documenting zerocopy-derive v0.8.54
2602026-07-26T04:24:44.010Z Compiling zerocopy-derive v0.8.54
2612026-07-26T04:24:44.090Z Compiling serde_derive v1.0.228
2622026-07-26T04:24:44.148Z Compiling thiserror-impl v2.0.18
2632026-07-26T04:24:44.442Z Documenting darling_macro v0.23.0
2642026-07-26T04:24:44.671Z Documenting regex-automata v0.4.15
2652026-07-26T04:24:44.818Z Documenting serde_derive v1.0.228
2662026-07-26T04:24:44.924Z Documenting thiserror-impl v2.0.18
2672026-07-26T04:24:45.080Z Compiling darling_macro v0.23.0
2682026-07-26T04:24:45.107Z Documenting byteorder v1.5.0
2692026-07-26T04:24:45.455Z Checking cobs v0.3.0
2702026-07-26T04:24:45.579Z Checking managed v0.8.0
2712026-07-26T04:24:45.627Z Checking bitflags v1.3.2
2722026-07-26T04:24:45.648Z Compiling darling v0.23.0
2732026-07-26T04:24:45.686Z Documenting darling v0.23.0
2742026-07-26T04:24:45.721Z Compiling ingot-macros v0.2.0
2752026-07-26T04:24:45.787Z Documenting thiserror v2.0.18
2762026-07-26T04:24:45.830Z Documenting zerocopy v0.8.54
2772026-07-26T04:24:46.075Z Documenting regex v1.13.0
2782026-07-26T04:24:46.138Z Documenting bitflags v2.13.0
2792026-07-26T04:24:46.316Z Documenting macaddr v1.0.1
2802026-07-26T04:24:46.577Z Compiling heapless v0.9.3
2812026-07-26T04:24:46.780Z Documenting serde v1.0.228
2822026-07-26T04:24:46.888Z Documenting cfg-if v1.0.4
2832026-07-26T04:24:47.045Z Documenting ingot-macros v0.2.0
2842026-07-26T04:24:47.148Z Compiling ref-cast v1.0.25
2852026-07-26T04:24:47.153Z Compiling crc32fast v1.5.0
2862026-07-26T04:24:47.431Z Checking postcard v1.1.3
2872026-07-26T04:24:47.509Z Documenting cobs v0.3.0
2882026-07-26T04:24:47.701Z Compiling ref-cast-impl v1.0.25
2892026-07-26T04:24:48.163Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-07-26T04:24:48.246Z Compiling version_check v0.9.5
2912026-07-26T04:24:48.269Z Checking unicode-width v0.2.2
2922026-07-26T04:24:48.387Z Checking ipnetwork v0.21.1
2932026-07-26T04:24:48.417Z Checking ingot-types v0.2.0
2942026-07-26T04:24:48.503Z Documenting managed v0.8.0
2952026-07-26T04:24:48.507Z Documenting postcard v1.1.3
2962026-07-26T04:24:48.512Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-07-26T04:24:48.521Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2982026-07-26T04:24:48.572Z Documenting hash32 v0.3.1
2992026-07-26T04:24:48.782Z Documenting ref-cast-impl v1.0.25
3002026-07-26T04:24:48.817Z Checking ingot v0.2.0
3012026-07-26T04:24:48.923Z Documenting either v1.16.0
3022026-07-26T04:24:49.046Z Documenting ingot-types v0.2.0
3032026-07-26T04:24:49.183Z Documenting unicode-width v0.2.2
3042026-07-26T04:24:49.430Z Documenting smoltcp v0.11.0
3052026-07-26T04:24:49.666Z Documenting ipnetwork v0.21.1
3062026-07-26T04:24:49.899Z Documenting stable_deref_trait v1.2.1
3072026-07-26T04:24:50.130Z Documenting itertools v0.15.0
3082026-07-26T04:24:50.333Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3092026-07-26T04:24:50.404Z Documenting ref-cast v1.0.25
3102026-07-26T04:24:50.707Z Documenting ingot v0.2.0
3112026-07-26T04:24:50.878Z Documenting tabwriter v1.4.1
3122026-07-26T04:24:51.080Z Checking tabwriter v1.4.1
3132026-07-26T04:24:51.518Z Documenting crc32fast v1.5.0
3142026-07-26T04:24:51.717Z Documenting heapless v0.9.3
3152026-07-26T04:24:51.886Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3162026-07-26T04:24:51.903Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3172026-07-26T04:24:51.994Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3182026-07-26T04:24:52.483Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3192026-07-26T04:24:52.487Z Documenting dyn-clone v1.0.20
3202026-07-26T04:24:52.511Z Checking dyn-clone v1.0.20
3212026-07-26T04:24:53.457Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3222026-07-26T04:24:55.154Z Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3232026-07-26T04:24:57.466Z Finished `dev` profile [optimized + debuginfo] target(s) in 22.69s
3242026-07-26T04:24:57.551Z Generated /work/oxidecomputer/opte/target/doc/opte/index.html
3252026-07-26T04:24:57.578Z
3262026-07-26T04:24:57.586Zreal 22.793164317
3272026-07-26T04:24:57.586Zuser 1:16.596021972
3282026-07-26T04:24:57.586Zsys 16.870161520
3292026-07-26T04:24:57.586Ztrap 0.045163294
3302026-07-26T04:24:57.586Ztflt 0.073112147
3312026-07-26T04:24:57.586Zdflt 0.096804728
3322026-07-26T04:24:57.586Zkflt 0.004902833
3332026-07-26T04:24:57.586Zlock 7:00.485005305
3342026-07-26T04:24:57.586Zslp 4:33.617877261
3352026-07-26T04:24:57.586Zlat 7.965474552
3362026-07-26T04:24:57.586Zstop 13.227802577
3372026-07-26T04:24:57.586Z+ header 'analyze std + api'
3382026-07-26T04:24:57.586Z+ echo '# ==== analyze std + api ==== #'
3392026-07-26T04:24:57.586Z# ==== analyze std + api ==== #
3402026-07-26T04:24:57.586Z+ ptime -m cargo clippy --all-targets -- --deny warnings
3412026-07-26T04:24:57.816Z Compiling proc-macro2 v1.0.106
3422026-07-26T04:24:57.816Z Compiling quote v1.0.46
3432026-07-26T04:24:57.816Z Compiling unicode-ident v1.0.24
3442026-07-26T04:24:57.816Z Compiling memchr v2.8.3
3452026-07-26T04:24:57.816Z Compiling thiserror v2.0.18
3462026-07-26T04:24:57.816Z Compiling zerocopy v0.8.54
3472026-07-26T04:24:57.822Z Compiling zmij v1.0.22
3482026-07-26T04:24:57.842Z Compiling libc v0.2.186
3492026-07-26T04:24:57.996Z Compiling serde_core v1.0.228
3502026-07-26T04:24:58.169Z Compiling serde_json v1.0.150
3512026-07-26T04:24:58.202Z Compiling ucd-trie v0.1.7
3522026-07-26T04:24:58.242Z Compiling serde v1.0.228
3532026-07-26T04:24:58.391Z Compiling pest v2.8.7
3542026-07-26T04:24:58.417Z Compiling strsim v0.11.1
3552026-07-26T04:24:58.432Z Compiling ident_case v1.0.1
3562026-07-26T04:24:58.619Z Checking byteorder v1.5.0
3572026-07-26T04:24:58.752Z Compiling aho-corasick v1.1.4
3582026-07-26T04:24:58.804Z Compiling regex-syntax v0.8.11
3592026-07-26T04:24:59.025Z Compiling itoa v1.0.18
3602026-07-26T04:24:59.178Z Compiling syn v2.0.118
3612026-07-26T04:24:59.630Z Compiling pest_meta v2.8.7
3622026-07-26T04:24:59.651Z Compiling either v1.16.0
3632026-07-26T04:24:59.651Z Compiling usdt-impl v0.6.0
3642026-07-26T04:24:59.816Z Compiling itertools v0.15.0
3652026-07-26T04:25:00.053Z Compiling thread-id v5.1.0
3662026-07-26T04:25:00.126Z Checking hash32 v0.3.1
3672026-07-26T04:25:00.238Z Compiling regex-automata v0.4.15
3682026-07-26T04:25:00.329Z Compiling heapless v0.8.0
3692026-07-26T04:25:00.396Z Checking log v0.4.33
3702026-07-26T04:25:00.763Z Checking stable_deref_trait v1.2.1
3712026-07-26T04:25:00.780Z Checking plain v0.2.3
3722026-07-26T04:25:01.026Z Checking bitflags v2.13.0
3732026-07-26T04:25:01.041Z Checking pretty-hex v0.4.2
3742026-07-26T04:25:01.091Z Checking macaddr v1.0.1
3752026-07-26T04:25:01.142Z Checking cfg-if v1.0.4
3762026-07-26T04:25:01.182Z Compiling smoltcp v0.11.0
3772026-07-26T04:25:01.391Z Compiling crc32fast v1.5.0
3782026-07-26T04:25:01.421Z Compiling ref-cast v1.0.25
3792026-07-26T04:25:01.509Z Checking bitflags v1.3.2
3802026-07-26T04:25:01.564Z Compiling pest_generator v2.8.7
3812026-07-26T04:25:01.593Z Compiling darling_core v0.23.0
3822026-07-26T04:25:01.665Z Checking managed v0.8.0
3832026-07-26T04:25:01.718Z Compiling version_check v0.9.5
3842026-07-26T04:25:01.839Z Compiling heapless v0.9.3
3852026-07-26T04:25:01.849Z Compiling regex v1.13.0
3862026-07-26T04:25:01.981Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3872026-07-26T04:25:02.256Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3882026-07-26T04:25:02.264Z Checking memmap2 v0.9.11
3892026-07-26T04:25:02.286Z Checking unicode-width v0.2.2
3902026-07-26T04:25:02.528Z Checking ipnetwork v0.21.1
3912026-07-26T04:25:02.556Z Checking tabwriter v1.4.1
3922026-07-26T04:25:02.739Z Compiling thiserror-impl v2.0.18
3932026-07-26T04:25:02.739Z Compiling serde_derive v1.0.228
3942026-07-26T04:25:02.811Z Compiling zerocopy-derive v0.8.54
3952026-07-26T04:25:03.172Z Compiling pest_derive v2.8.7
3962026-07-26T04:25:03.236Z Compiling scroll_derive v0.13.1
3972026-07-26T04:25:03.403Z Compiling ref-cast-impl v1.0.25
3982026-07-26T04:25:03.660Z Compiling darling_macro v0.23.0
3992026-07-26T04:25:03.692Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4002026-07-26T04:25:03.775Z Checking dyn-clone v1.0.20
4012026-07-26T04:25:04.045Z Checking scroll v0.13.0
4022026-07-26T04:25:04.065Z Compiling dtrace-parser v0.3.0
4032026-07-26T04:25:04.073Z Checking cobs v0.3.0
4042026-07-26T04:25:04.223Z Compiling darling v0.23.0
4052026-07-26T04:25:04.259Z Checking goblin v0.10.7
4062026-07-26T04:25:04.290Z Compiling ingot-macros v0.2.0
4072026-07-26T04:25:04.310Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4082026-07-26T04:25:05.439Z Checking postcard v1.1.3
4092026-07-26T04:25:05.476Z Compiling serde_tokenstream v0.2.3
4102026-07-26T04:25:06.823Z Compiling dof v0.4.0
4112026-07-26T04:25:06.878Z Checking ingot-types v0.2.0
4122026-07-26T04:25:07.171Z Checking ingot v0.2.0
4132026-07-26T04:25:07.758Z Compiling usdt-macro v0.6.0
4142026-07-26T04:25:07.758Z Compiling usdt-attr-macro v0.6.0
4152026-07-26T04:25:08.298Z Checking usdt v0.6.0
4162026-07-26T04:25:08.595Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4172026-07-26T04:25:10.669Zerror[E0308]: mismatched types
4182026-07-26T04:25:10.669Z --> lib/opte/src/engine/dhcp.rs:556:13
4192026-07-26T04:25:10.669Z |
4202026-07-26T04:25:10.670Z556 | dns_servers,
4212026-07-26T04:25:10.670Z | ^^^^^^^^^^^ expected `Option<Vec<Ipv4Address, 3>>`, found `Option<VecInner<Ipv4Address, _, ...>>`
4222026-07-26T04:25:10.671Z |
4232026-07-26T04:25:10.671Z = note: expected enum `std::option::Option<heapless::vec::Vec<smoltcp::wire::Ipv4Address, 3>>`
4242026-07-26T04:25:10.671Z found enum `std::option::Option<heapless::vec::VecInner<smoltcp::wire::Ipv4Address, _, heapless::vec::storage::VecStorageInner<[std::mem::MaybeUninit<smoltcp::wire::Ipv4Address>; _]>>>`
4252026-07-26T04:25:10.671Z
4262026-07-26T04:25:12.308ZFor more information about this error, try `rustc --explain E0308`.
4272026-07-26T04:25:12.395Zerror: could not compile `opte` (lib) due to 1 previous error
4282026-07-26T04:25:12.400Z
4292026-07-26T04:25:12.400Zreal 14.815964095
4302026-07-26T04:25:12.400Zuser 57.768741287
4312026-07-26T04:25:12.404Zsys 12.073652134
4322026-07-26T04:25:12.404Ztrap 0.030751225
4332026-07-26T04:25:12.404Ztflt 0.157745410
4342026-07-26T04:25:12.404Zdflt 0.145081946
4352026-07-26T04:25:12.404Zkflt 0.000026870
4362026-07-26T04:25:12.404Zlock 3:26.741121737
4372026-07-26T04:25:12.404Zslp 3:03.563175243
4382026-07-26T04:25:12.404Zlat 2.734613986
4392026-07-26T04:25:12.404Zstop 6.149642253
4402026-07-26T04:25:12.404Zprocess exited: duration 54948 ms, exit code 101
 
4412026-07-26T04:25:12.413Zfound 0 output files