01KYEAHS5KSVFWPMW6C5SW55GS: oxide-vpc

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

Buildomat Job: 01KYEAJWY0Y2K2TFY9VRFRFNPD

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:49.578Zjob assigned to worker 01KYEAK5HHT26XM8ACHFFZJR95 [factory aws, i-0cd711b02e5899b60] (queued for 50 s)
 
22026-07-26T04:23:55.964Zstarting task 0: "setup"
32026-07-26T04:23:55.982Z++ uname -s
42026-07-26T04:23:55.982Z+ kern=SunOS
52026-07-26T04:23:55.982Z+ build_user=build
62026-07-26T04:23:55.982Z+ build_uid=12345
72026-07-26T04:23:55.982Z+ work_dir=/work
82026-07-26T04:23:55.982Z+ input_dir=/input
92026-07-26T04:23:55.982Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:55.982Z+ case "$kern" in
112026-07-26T04:23:55.982Z+ groupadd -g 12345 build
122026-07-26T04:23:55.983Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:57.947Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:58.093Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:58.097Z+ home_fs=zfs
162026-07-26T04:23:58.097Z+ [[ zfs == autofs ]]
172026-07-26T04:23:58.097Z+ mkdir -p /home/build
182026-07-26T04:23:58.097Z+ chown build:build /home/build /work
192026-07-26T04:24:00.421Z+ chmod 0700 /home/build /work
202026-07-26T04:24:00.462Zprocess exited: duration 4170 ms, exit code 0
 
212026-07-26T04:24:00.529Zstarting task 1: "rust-toolchain"
222026-07-26T04:24:00.543Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:24:00.543Z * rust toolchain channel = "1.97.1"
242026-07-26T04:24:00.543Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-07-26T04:24:00.543Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-26T04:24:00.543Z * rust toolchain profile = "default"
272026-07-26T04:24:00.543Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-26T04:24:00.543Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:24:00.543Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:24:00.620Zinfo: downloading installer
312026-07-26T04:24:02.770Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:24:02.770Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:24:02.770Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:24:02.770Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:24:02.809Zinfo: profile set to default
362026-07-26T04:24:02.809Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:24:02.809Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:24:02.809Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:24:02.809Zinfo: downloading 6 components
402026-07-26T04:24:17.410Z
412026-07-26T04:24:17.410Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-26T04:24:17.410Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:24:17.410Z
442026-07-26T04:24:17.410Z
452026-07-26T04:24:17.410ZRust is installed now. Great!
462026-07-26T04:24:17.410Z
472026-07-26T04:24:17.410ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:24:17.410Zenvironment variable. This has not been done automatically.
492026-07-26T04:24:17.410Z
502026-07-26T04:24:17.410ZTo configure your current shell, you need to source
512026-07-26T04:24:17.410Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:24:17.410Z
532026-07-26T04:24:17.410ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:24:17.410Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:24:17.410Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:24:17.410Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:24:17.411Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:24:17.411Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:24:17.411Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:24:17.411Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:24:17.411Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:24:17.411Z+ rustup --version
632026-07-26T04:24:17.411Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:24:17.411Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:24:17.448Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:24:17.448Z+ cargo --version
672026-07-26T04:24:17.448Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:24:17.448Z+ rustc --version
692026-07-26T04:24:17.466Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:24:17.466Zprocess exited: duration 16924 ms, exit code 0
 
712026-07-26T04:24:17.492Zstarting task 2: "authentication"
722026-07-26T04:24:17.504ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:24:19.508Zprocess exited: duration 2026 ms, exit code 0
 
742026-07-26T04:24:19.518Zstarting task 3: "clone repository"
752026-07-26T04:24:19.522Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:24:19.531Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:24:19.553ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:24:20.460Z+ cd /work/oxidecomputer/opte
792026-07-26T04:24:20.460Z+ git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510
802026-07-26T04:24:20.699ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:24:20.699Z * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD
822026-07-26T04:24:20.706Z+ [[ -n renovate/heapless-0.x ]]
832026-07-26T04:24:20.713Z++ git branch --show-current
842026-07-26T04:24:20.713Z+ current=master
852026-07-26T04:24:20.713Z+ [[ master != renovate/heapless-0.x ]]
862026-07-26T04:24:20.713Z+ git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510
872026-07-26T04:24:20.718Z+ git checkout -f renovate/heapless-0.x
882026-07-26T04:24:20.728ZSwitched to branch 'renovate/heapless-0.x'
892026-07-26T04:24:20.733Z+ git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510
902026-07-26T04:24:20.744ZHEAD is now at 335d9c2 Update Rust crate heapless to 0.9
912026-07-26T04:24:20.749Zprocess exited: duration 1228 ms, exit code 0
 
922026-07-26T04:24:20.757Zstarting task 4: "build"
932026-07-26T04:24:20.761Z+ source .github/buildomat/common.sh
942026-07-26T04:24:20.761Z++ rustup show active-toolchain
952026-07-26T04:24:20.766Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:24:20.770Z++ pushd xde
972026-07-26T04:24:20.770Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:24:20.770Z++ rustup show active-toolchain
992026-07-26T04:24:20.804Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:24:20.939Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:24:20.939Zinfo: downloading 6 components
1022026-07-26T04:24:35.867Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:24:35.957Z+++ rustup show active-toolchain -v
1042026-07-26T04:24:35.960Z+++ head -n 1
1052026-07-26T04:24:35.960Z+++ cut '-d ' -f1
1062026-07-26T04:24:36.014Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:36.014Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:24:36.014Z++ popd
1092026-07-26T04:24:36.018Z/work/oxidecomputer/opte
1102026-07-26T04:24:36.018Z+ cargo --version
1112026-07-26T04:24:36.025Zcargo 1.97.1 (c980f4866 2026-06-30)
1122026-07-26T04:24:36.028Z+ rustc --version
1132026-07-26T04:24:36.045Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1142026-07-26T04:24:36.048Z+ cd lib/oxide-vpc
1152026-07-26T04:24:36.049Z+ header 'check style'
1162026-07-26T04:24:36.049Z+ echo '# ==== check style ==== #'
1172026-07-26T04:24:36.049Z# ==== check style ==== #
1182026-07-26T04:24:36.049Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-07-26T04:24:36.180Z
1202026-07-26T04:24:36.180Zreal 0.130535547
1212026-07-26T04:24:36.181Zuser 0.094641299
1222026-07-26T04:24:36.181Zsys 0.031417141
1232026-07-26T04:24:36.181Ztrap 0.000047460
1242026-07-26T04:24:36.181Ztflt 0.000016650
1252026-07-26T04:24:36.181Zdflt 0.000000630
1262026-07-26T04:24:36.186Zkflt 0.000000000
1272026-07-26T04:24:36.186Zlock 0.030834504
1282026-07-26T04:24:36.186Zslp 0.110420631
1292026-07-26T04:24:36.186Zlat 0.000828010
1302026-07-26T04:24:36.186Zstop 0.000101820
1312026-07-26T04:24:36.186Z+ header 'check docs'
1322026-07-26T04:24:36.186Z+ echo '# ==== check docs ==== #'
1332026-07-26T04:24:36.186Z# ==== check docs ==== #
1342026-07-26T04:24:36.186Z+ RUSTDOCFLAGS='-D warnings'
1352026-07-26T04:24:36.186Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel
1362026-07-26T04:24:36.253Z Updating crates.io index
1372026-07-26T04:24:36.257Z Updating git repository `https://github.com/oxidecomputer/falcon`
1382026-07-26T04:24:37.172Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1392026-07-26T04:24:37.411Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1402026-07-26T04:24:37.630Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1412026-07-26T04:24:37.971Z Updating git repository `https://github.com/oxidecomputer/zone`
1422026-07-26T04:24:38.188Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1432026-07-26T04:24:38.437Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1442026-07-26T04:24:40.133Z Downloading crates ...
1452026-07-26T04:24:40.181Z Downloaded itoa v1.0.18
1462026-07-26T04:24:40.184Z Downloaded dyn-clone v1.0.20
1472026-07-26T04:24:40.184Z Downloaded plain v0.2.3
1482026-07-26T04:24:40.184Z Downloaded darling v0.23.0
1492026-07-26T04:24:40.185Z Downloaded ident_case v1.0.1
1502026-07-26T04:24:40.190Z Downloaded crc32fast v1.5.0
1512026-07-26T04:24:40.193Z Downloaded cfg-if v1.0.4
1522026-07-26T04:24:40.215Z Downloaded zmij v1.0.22
1532026-07-26T04:24:40.219Z Downloaded serde_derive v1.0.228
1542026-07-26T04:24:40.219Z Downloaded heapless v0.8.0
1552026-07-26T04:24:40.219Z Downloaded defmt v1.1.1
1562026-07-26T04:24:40.219Z Downloaded darling_core v0.23.0
1572026-07-26T04:24:40.234Z Downloaded postcard v1.1.3
1582026-07-26T04:24:40.237Z Downloaded usdt v0.6.0
1592026-07-26T04:24:40.237Z Downloaded embedded-io v0.6.1
1602026-07-26T04:24:40.243Z Downloaded bitflags v2.13.0
1612026-07-26T04:24:40.252Z Downloaded embedded-io v0.4.0
1622026-07-26T04:24:40.255Z Downloaded pretty-hex v0.4.2
1632026-07-26T04:24:40.255Z Downloaded tabwriter v1.4.1
1642026-07-26T04:24:40.260Z Downloaded ref-cast-impl v1.0.25
1652026-07-26T04:24:40.264Z Downloaded dof v0.4.0
1662026-07-26T04:24:40.271Z Downloaded usdt-macro v0.6.0
1672026-07-26T04:24:40.275Z Downloaded darling_macro v0.23.0
1682026-07-26T04:24:40.275Z Downloaded defmt v0.3.100
1692026-07-26T04:24:40.280Z Downloaded proc-macro2 v1.0.106
1702026-07-26T04:24:40.284Z Downloaded byteorder v1.5.0
1712026-07-26T04:24:40.285Z Downloaded strsim v0.11.1
1722026-07-26T04:24:40.289Z Downloaded thread-id v5.1.0
1732026-07-26T04:24:40.293Z Downloaded hash32 v0.3.1
1742026-07-26T04:24:40.297Z Downloaded managed v0.8.0
1752026-07-26T04:24:40.297Z Downloaded cobs v0.3.0
1762026-07-26T04:24:40.297Z Downloaded version_check v0.9.5
1772026-07-26T04:24:40.301Z Downloaded usdt-attr-macro v0.6.0
1782026-07-26T04:24:40.301Z Downloaded macaddr v1.0.1
1792026-07-26T04:24:40.307Z Downloaded ref-cast v1.0.25
1802026-07-26T04:24:40.307Z Downloaded defmt-parser v1.0.0
1812026-07-26T04:24:40.307Z Downloaded dtrace-parser v0.3.0
1822026-07-26T04:24:40.315Z Downloaded stable_deref_trait v1.2.1
1832026-07-26T04:24:40.335Z Downloaded defmt-macros v1.1.1
1842026-07-26T04:24:40.342Z Downloaded either v1.16.0
1852026-07-26T04:24:40.343Z Downloaded ingot-types v0.2.0
1862026-07-26T04:24:40.343Z Downloaded ipnetwork v0.21.1
1872026-07-26T04:24:40.343Z Downloaded pest_generator v2.8.7
1882026-07-26T04:24:40.343Z Downloaded scroll_derive v0.13.1
1892026-07-26T04:24:40.343Z Downloaded usdt-impl v0.6.0
1902026-07-26T04:24:40.343Z Downloaded aho-corasick v1.1.4
1912026-07-26T04:24:40.343Z Downloaded pest_derive v2.8.7
1922026-07-26T04:24:40.343Z Downloaded ingot v0.2.0
1932026-07-26T04:24:40.346Z Downloaded bitflags v1.3.2
1942026-07-26T04:24:40.347Z Downloaded serde_tokenstream v0.2.3
1952026-07-26T04:24:40.347Z Downloaded thiserror-impl v2.0.18
1962026-07-26T04:24:40.356Z Downloaded quote v1.0.46
1972026-07-26T04:24:40.359Z Downloaded ingot-macros v0.2.0
1982026-07-26T04:24:40.369Z Downloaded scroll v0.13.0
1992026-07-26T04:24:40.381Z Downloaded serde_core v1.0.228
2002026-07-26T04:24:40.397Z Downloaded memmap2 v0.9.11
2012026-07-26T04:24:40.401Z Downloaded unicode-ident v1.0.24
2022026-07-26T04:24:40.401Z Downloaded log v0.4.33
2032026-07-26T04:24:40.401Z Downloaded ucd-trie v0.1.7
2042026-07-26T04:24:40.401Z Downloaded thiserror v2.0.18
2052026-07-26T04:24:40.430Z Downloaded pest_meta v2.8.7
2062026-07-26T04:24:40.430Z Downloaded uuid v1.23.5
2072026-07-26T04:24:40.440Z Downloaded serde v1.0.228
2082026-07-26T04:24:40.453Z Downloaded memchr v2.8.3
2092026-07-26T04:24:40.456Z Downloaded zerocopy-derive v0.8.54
2102026-07-26T04:24:40.506Z Downloaded pest v2.8.7
2112026-07-26T04:24:40.513Z Downloaded smoltcp v0.11.0
2122026-07-26T04:24:40.516Z Downloaded itertools v0.15.0
2132026-07-26T04:24:40.520Z Downloaded heapless v0.9.3
2142026-07-26T04:24:40.524Z Downloaded serde_json v1.0.150
2152026-07-26T04:24:40.531Z Downloaded regex v1.13.0
2162026-07-26T04:24:40.589Z Downloaded unicode-width v0.2.2
2172026-07-26T04:24:40.593Z Downloaded goblin v0.10.7
2182026-07-26T04:24:40.612Z Downloaded zerocopy v0.8.54
2192026-07-26T04:24:40.618Z Downloaded syn v2.0.118
2202026-07-26T04:24:40.618Z Downloaded regex-syntax v0.8.11
2212026-07-26T04:24:40.655Z Downloaded regex-automata v0.4.15
2222026-07-26T04:24:40.675Z Downloaded libc v0.2.186
2232026-07-26T04:24:40.725Z Compiling proc-macro2 v1.0.106
2242026-07-26T04:24:40.725Z Compiling quote v1.0.46
2252026-07-26T04:24:40.725Z Compiling unicode-ident v1.0.24
2262026-07-26T04:24:40.725Z Documenting unicode-ident v1.0.24
2272026-07-26T04:24:40.730Z Compiling serde_core v1.0.228
2282026-07-26T04:24:40.730Z Compiling strsim v0.11.1
2292026-07-26T04:24:40.730Z Compiling ident_case v1.0.1
2302026-07-26T04:24:40.892Z Compiling memchr v2.8.3
2312026-07-26T04:24:40.912Z Compiling zerocopy v0.8.54
2322026-07-26T04:24:40.930Z Checking byteorder v1.5.0
2332026-07-26T04:24:41.066Z Compiling serde v1.0.228
2342026-07-26T04:24:41.195Z Compiling thiserror v2.0.18
2352026-07-26T04:24:41.311Z Documenting proc-macro2 v1.0.106
2362026-07-26T04:24:41.393Z Compiling aho-corasick v1.1.4
2372026-07-26T04:24:41.463Z Compiling regex-syntax v0.8.11
2382026-07-26T04:24:41.643Z Compiling either v1.16.0
2392026-07-26T04:24:41.804Z Compiling syn v2.0.118
2402026-07-26T04:24:41.838Z Compiling itertools v0.15.0
2412026-07-26T04:24:41.903Z Documenting quote v1.0.46
2422026-07-26T04:24:42.413Z Documenting syn v2.0.118
2432026-07-26T04:24:42.502Z Checking hash32 v0.3.1
2442026-07-26T04:24:42.593Z Documenting strsim v0.11.1
2452026-07-26T04:24:42.799Z Checking stable_deref_trait v1.2.1
2462026-07-26T04:24:42.863Z Compiling regex-automata v0.4.15
2472026-07-26T04:24:43.090Z Documenting ident_case v1.0.1
2482026-07-26T04:24:43.107Z Checking bitflags v2.13.0
2492026-07-26T04:24:43.270Z Documenting serde_core v1.0.228
2502026-07-26T04:24:43.466Z Checking macaddr v1.0.1
2512026-07-26T04:24:43.561Z Checking cfg-if v1.0.4
2522026-07-26T04:24:43.604Z Compiling heapless v0.8.0
2532026-07-26T04:24:43.619Z Documenting memchr v2.8.3
2542026-07-26T04:24:43.743Z Checking darling_core v0.23.0
2552026-07-26T04:24:44.075Z Documenting regex-syntax v0.8.11
2562026-07-26T04:24:44.446Z Documenting darling_core v0.23.0
2572026-07-26T04:24:44.680Z Compiling regex v1.13.0
2582026-07-26T04:24:44.914Z Documenting aho-corasick v1.1.4
2592026-07-26T04:24:45.104Z Compiling smoltcp v0.11.0
2602026-07-26T04:24:45.345Z Checking bitflags v1.3.2
2612026-07-26T04:24:45.364Z Compiling serde_derive v1.0.228
2622026-07-26T04:24:45.416Z Compiling thiserror-impl v2.0.18
2632026-07-26T04:24:45.462Z Compiling zerocopy-derive v0.8.54
2642026-07-26T04:24:45.547Z Checking managed v0.8.0
2652026-07-26T04:24:45.650Z Documenting darling_macro v0.23.0
2662026-07-26T04:24:45.886Z Documenting regex-automata v0.4.15
2672026-07-26T04:24:46.020Z Documenting thiserror-impl v2.0.18
2682026-07-26T04:24:46.351Z Documenting zerocopy-derive v0.8.54
2692026-07-26T04:24:46.575Z Compiling darling_macro v0.23.0
2702026-07-26T04:24:46.769Z Checking cobs v0.3.0
2712026-07-26T04:24:46.796Z Documenting serde_derive v1.0.228
2722026-07-26T04:24:46.827Z Compiling heapless v0.9.3
2732026-07-26T04:24:46.897Z Compiling crc32fast v1.5.0
2742026-07-26T04:24:47.143Z Compiling ref-cast v1.0.25
2752026-07-26T04:24:47.158Z Compiling darling v0.23.0
2762026-07-26T04:24:47.198Z Documenting darling v0.23.0
2772026-07-26T04:24:47.231Z Compiling ingot-macros v0.2.0
2782026-07-26T04:24:47.331Z Documenting regex v1.13.0
2792026-07-26T04:24:47.344Z Documenting byteorder v1.5.0
2802026-07-26T04:24:47.543Z Documenting zerocopy v0.8.54
2812026-07-26T04:24:48.108Z Documenting serde v1.0.228
2822026-07-26T04:24:48.115Z Documenting thiserror v2.0.18
2832026-07-26T04:24:48.506Z Checking postcard v1.1.3
2842026-07-26T04:24:48.552Z Documenting ingot-macros v0.2.0
2852026-07-26T04:24:48.669Z Compiling ref-cast-impl v1.0.25
2862026-07-26T04:24:48.783Z Documenting bitflags v2.13.0
2872026-07-26T04:24:49.279Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2882026-07-26T04:24:49.508Z Documenting cfg-if v1.0.4
2892026-07-26T04:24:49.516Z Compiling version_check v0.9.5
2902026-07-26T04:24:49.570Z Documenting macaddr v1.0.1
2912026-07-26T04:24:49.646Z Checking ipnetwork v0.21.1
2922026-07-26T04:24:49.770Z Checking unicode-width v0.2.2
2932026-07-26T04:24:49.782Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2942026-07-26T04:24:49.824Z Documenting cobs v0.3.0
2952026-07-26T04:24:49.834Z Documenting managed v0.8.0
2962026-07-26T04:24:49.912Z Checking ingot-types v0.2.0
2972026-07-26T04:24:50.015Z Checking tabwriter v1.4.1
2982026-07-26T04:24:50.094Z Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2992026-07-26T04:24:50.323Z Checking ingot v0.2.0
3002026-07-26T04:24:50.451Z Documenting hash32 v0.3.1
3012026-07-26T04:24:50.804Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3022026-07-26T04:24:50.866Z Documenting postcard v1.1.3
3032026-07-26T04:24:50.870Z Documenting ingot-types v0.2.0
3042026-07-26T04:24:50.892Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3052026-07-26T04:24:51.111Z Documenting smoltcp v0.11.0
3062026-07-26T04:24:51.374Z Documenting ref-cast-impl v1.0.25
3072026-07-26T04:24:51.402Z Documenting stable_deref_trait v1.2.1
3082026-07-26T04:24:51.452Z Documenting either v1.16.0
3092026-07-26T04:24:51.597Z Checking dyn-clone v1.0.20
3102026-07-26T04:24:51.695Z Documenting unicode-width v0.2.2
3112026-07-26T04:24:51.875Z Documenting ipnetwork v0.21.1
3122026-07-26T04:24:51.954Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3132026-07-26T04:24:52.157Z Documenting ingot v0.2.0
3142026-07-26T04:24:52.349Z Documenting heapless v0.9.3
3152026-07-26T04:24:52.618Z Documenting itertools v0.15.0
3162026-07-26T04:24:52.681Z Documenting crc32fast v1.5.0
3172026-07-26T04:24:52.866Z Documenting ref-cast v1.0.25
3182026-07-26T04:24:53.244Z Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3192026-07-26T04:24:53.431Z Documenting tabwriter v1.4.1
3202026-07-26T04:24:53.735Z Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3212026-07-26T04:24:54.153Z Documenting dyn-clone v1.0.20
3222026-07-26T04:24:54.655Z Documenting uuid v1.23.5
3232026-07-26T04:24:55.206Z Checking uuid v1.23.5
3242026-07-26T04:24:55.396Zerror[E0308]: mismatched types
3252026-07-26T04:24:55.396Z --> lib/opte/src/engine/dhcp.rs:556:13
3262026-07-26T04:24:55.396Z |
3272026-07-26T04:24:55.396Z556 | dns_servers,
3282026-07-26T04:24:55.396Z | ^^^^^^^^^^^ expected `Option<Vec<Ipv4Address, 3>>`, found `Option<VecInner<Ipv4Address, _, _>>`
3292026-07-26T04:24:55.396Z |
3302026-07-26T04:24:55.396Z = note: expected enum `Option<heapless::vec::Vec<Ipv4Address, 3>>`
3312026-07-26T04:24:55.396Z found enum `Option<VecInner<Ipv4Address, _, heapless::vec::storage::VecStorageInner<[MaybeUninit<Ipv4Address>; _]>>>`
3322026-07-26T04:24:55.396Z
3332026-07-26T04:24:55.454Z Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3342026-07-26T04:24:55.536Z Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3352026-07-26T04:24:55.783Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3362026-07-26T04:24:56.851ZFor more information about this error, try `rustc --explain E0308`.
3372026-07-26T04:24:56.889Zerror: could not compile `opte` (lib) due to 1 previous error
3382026-07-26T04:24:56.889Zwarning: build failed, waiting for other jobs to finish...
3392026-07-26T04:24:58.088Z
3402026-07-26T04:24:58.088Zreal 21.883093742
3412026-07-26T04:24:58.088Zuser 1:19.862576381
3422026-07-26T04:24:58.088Zsys 17.352886769
3432026-07-26T04:24:58.089Ztrap 0.046984724
3442026-07-26T04:24:58.089Ztflt 0.092978365
3452026-07-26T04:24:58.089Zdflt 0.063229806
3462026-07-26T04:24:58.089Zkflt 0.004488823
3472026-07-26T04:24:58.089Zlock 8:03.580419442
3482026-07-26T04:24:58.099Zslp 5:05.401750365
3492026-07-26T04:24:58.099Zlat 6.755311562
3502026-07-26T04:24:58.099Zstop 13.257659285
3512026-07-26T04:24:58.099Zprocess exited: duration 37328 ms, exit code 101
 
3522026-07-26T04:24:58.120Zfound 0 output files