01KYEAHS5BCPYHHZ5RBH9E2FTX: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/out/opte.p5p",
            series: "repo",
            name: "opte.p5p",
        },
        BasicConfigPublish {
            from_output: "/out/opte.p5p.sha256",
            series: "repo",
            name: "opte.p5p.sha256",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KYEAJVZZD4MN9VH8PXRWJ98T

Tags:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-26T04:23:45.188Zjob assigned to worker 01KYEAK19BMJQ316D7GSQWD22A [factory aws, i-0db506128ec0c644d] (queued for 47 s)
 
22026-07-26T04:23:51.971Zstarting task 0: "setup"
32026-07-26T04:23:51.978Z++ uname -s
42026-07-26T04:23:51.979Z+ kern=SunOS
52026-07-26T04:23:51.979Z+ build_user=build
62026-07-26T04:23:51.979Z+ build_uid=12345
72026-07-26T04:23:51.979Z+ work_dir=/work
82026-07-26T04:23:51.979Z+ input_dir=/input
92026-07-26T04:23:51.979Z+ [[ 0 == 12345 ]]
102026-07-26T04:23:51.979Z+ case "$kern" in
112026-07-26T04:23:51.979Z+ groupadd -g 12345 build
122026-07-26T04:23:51.979Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-26T04:23:53.979Z+ zfs create -o mountpoint=/work rpool/work
142026-07-26T04:23:54.145Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-26T04:23:54.154Z+ home_fs=zfs
162026-07-26T04:23:54.154Z+ [[ zfs == autofs ]]
172026-07-26T04:23:54.154Z+ mkdir -p /home/build
182026-07-26T04:23:54.155Z+ chown build:build /home/build /work
192026-07-26T04:23:56.155Z+ chmod 0700 /home/build /work
202026-07-26T04:23:56.165Zprocess exited: duration 4186 ms, exit code 0
 
212026-07-26T04:23:56.182Zstarting task 1: "rust-toolchain"
222026-07-26T04:23:56.188Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-26T04:23:56.188Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-07-26T04:23:56.188Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-07-26T04:23:56.188Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-07-26T04:23:56.188Z * rust toolchain channel = "1.97.1"
272026-07-26T04:23:56.188Z * rust toolchain profile = "default"
282026-07-26T04:23:56.188Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-26T04:23:56.188Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-26T04:23:56.309Zinfo: downloading installer
312026-07-26T04:23:57.605Zwarn: It looks like you have an existing rustup settings file at:
322026-07-26T04:23:57.605Zwarn: /home/build/.rustup/settings.toml
332026-07-26T04:23:57.605Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-26T04:23:57.605Zwarn: instead of the one inferred from the default host triple.
352026-07-26T04:23:57.622Zinfo: profile set to default
362026-07-26T04:23:57.622Zinfo: default host triple is x86_64-unknown-illumos
372026-07-26T04:23:57.622Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-26T04:23:57.738Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-26T04:23:57.752Zinfo: downloading 6 components
402026-07-26T04:24:12.402Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-07-26T04:24:12.402Z
422026-07-26T04:24:12.427Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-26T04:24:12.427Z
442026-07-26T04:24:12.427Z
452026-07-26T04:24:12.427ZRust is installed now. Great!
462026-07-26T04:24:12.427Z
472026-07-26T04:24:12.427ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-26T04:24:12.427Zenvironment variable. This has not been done automatically.
492026-07-26T04:24:12.427Z
502026-07-26T04:24:12.428ZTo configure your current shell, you need to source
512026-07-26T04:24:12.428Zthe corresponding env file under $HOME/.cargo.
522026-07-26T04:24:12.428Z
532026-07-26T04:24:12.428ZThis is usually done by running one of the following (note the leading DOT):
542026-07-26T04:24:12.428Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-26T04:24:12.428Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-26T04:24:12.428Zsource "~/.cargo/env.nu" # For nushell
572026-07-26T04:24:12.428Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-26T04:24:12.436Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-26T04:24:12.436Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-26T04:24:12.436Zwarn: no default linker (`cc`) was found in your PATH
612026-07-26T04:24:12.436Zwarn: many Rust crates require a system C toolchain to build
622026-07-26T04:24:12.541Z+ rustup --version
632026-07-26T04:24:12.555Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-26T04:24:12.555Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-26T04:24:12.555Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-26T04:24:12.562Z+ cargo --version
672026-07-26T04:24:12.572Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-26T04:24:12.572Z+ rustc --version
692026-07-26T04:24:12.586Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-26T04:24:12.590Zprocess exited: duration 16414 ms, exit code 0
 
712026-07-26T04:24:12.602Zstarting task 2: "authentication"
722026-07-26T04:24:12.619ZWARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value...
732026-07-26T04:24:19.388Zprocess exited: duration 6784 ms, exit code 0
 
742026-07-26T04:24:19.395Zstarting task 3: "clone repository"
752026-07-26T04:24:19.400Z+ mkdir -p /work/oxidecomputer/opte
762026-07-26T04:24:19.403Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
772026-07-26T04:24:19.432ZCloning into '/work/oxidecomputer/opte'...
782026-07-26T04:24:20.309Z+ cd /work/oxidecomputer/opte
792026-07-26T04:24:20.309Z+ git fetch origin 335d9c2423236c16749e4ea1405b954b6e27b510
802026-07-26T04:24:20.550ZFrom https://github.com/oxidecomputer/opte
812026-07-26T04:24:20.550Z * branch 335d9c2423236c16749e4ea1405b954b6e27b510 -> FETCH_HEAD
822026-07-26T04:24:20.557Z+ [[ -n renovate/heapless-0.x ]]
832026-07-26T04:24:20.560Z++ git branch --show-current
842026-07-26T04:24:20.560Z+ current=master
852026-07-26T04:24:20.560Z+ [[ master != renovate/heapless-0.x ]]
862026-07-26T04:24:20.560Z+ git branch -f renovate/heapless-0.x 335d9c2423236c16749e4ea1405b954b6e27b510
872026-07-26T04:24:20.564Z+ git checkout -f renovate/heapless-0.x
882026-07-26T04:24:20.578ZSwitched to branch 'renovate/heapless-0.x'
892026-07-26T04:24:20.582Z+ git reset --hard 335d9c2423236c16749e4ea1405b954b6e27b510
902026-07-26T04:24:20.595ZHEAD is now at 335d9c2 Update Rust crate heapless to 0.9
912026-07-26T04:24:20.599Zprocess exited: duration 1200 ms, exit code 0
 
922026-07-26T04:24:20.609Zstarting task 4: "build"
932026-07-26T04:24:20.612Z+ source .github/buildomat/common.sh
942026-07-26T04:24:20.616Z++ rustup show active-toolchain
952026-07-26T04:24:20.620Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
962026-07-26T04:24:20.620Z++ pushd xde
972026-07-26T04:24:20.620Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
982026-07-26T04:24:20.620Z++ rustup show active-toolchain
992026-07-26T04:24:20.623Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
1002026-07-26T04:24:20.812Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1012026-07-26T04:24:20.815Zinfo: downloading 6 components
1022026-07-26T04:24:35.007Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1032026-07-26T04:24:35.104Z+++ rustup show active-toolchain -v
1042026-07-26T04:24:35.107Z+++ head -n 1
1052026-07-26T04:24:35.107Z+++ cut '-d ' -f1
1062026-07-26T04:24:35.159Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-26T04:24:35.159Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1082026-07-26T04:24:35.159Z++ popd
1092026-07-26T04:24:35.162Z/work/oxidecomputer/opte
1102026-07-26T04:24:35.162Z+ TGT_BASE=/work
1112026-07-26T04:24:35.162Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1122026-07-26T04:24:35.162Z+ REL_TGT=/work/release
1132026-07-26T04:24:35.162Z+ mkdir -p /work/release
1142026-07-26T04:24:35.163Z+ cargo --version
1152026-07-26T04:24:35.170Zcargo 1.97.1 (c980f4866 2026-06-30)
1162026-07-26T04:24:35.173Z+ rustc --version
1172026-07-26T04:24:35.192Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1182026-07-26T04:24:35.195Z+ header 'build xde and opteadm (release+debug)'
1192026-07-26T04:24:35.196Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1202026-07-26T04:24:35.196Z# ==== build xde and opteadm (release+debug) ==== #
1212026-07-26T04:24:35.196Z+ ptime -m cargo xtask build --profile all
1222026-07-26T04:24:35.296Z Updating crates.io index
1232026-07-26T04:24:35.300Z Updating git repository `https://github.com/oxidecomputer/falcon`
1242026-07-26T04:24:36.184Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1252026-07-26T04:24:36.409Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1262026-07-26T04:24:36.637Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1272026-07-26T04:24:36.984Z Updating git repository `https://github.com/oxidecomputer/zone`
1282026-07-26T04:24:37.222Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1292026-07-26T04:24:37.497Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1302026-07-26T04:24:38.976Z Downloading crates ...
1312026-07-26T04:24:39.020Z Downloaded anstream v1.0.0
1322026-07-26T04:24:39.025Z Downloaded heck v0.5.0
1332026-07-26T04:24:39.030Z Downloaded cargo-platform v0.3.3
1342026-07-26T04:24:39.034Z Downloaded anstyle-query v1.1.5
1352026-07-26T04:24:39.047Z Downloaded equivalent v1.0.2
1362026-07-26T04:24:39.051Z Downloaded itoa v1.0.18
1372026-07-26T04:24:39.052Z Downloaded clap_lex v1.1.0
1382026-07-26T04:24:39.058Z Downloaded strsim v0.11.1
1392026-07-26T04:24:39.062Z Downloaded utf8parse v0.2.2
1402026-07-26T04:24:39.062Z Downloaded colorchoice v1.0.5
1412026-07-26T04:24:39.067Z Downloaded anstyle-parse v1.0.0
1422026-07-26T04:24:39.073Z Downloaded errno v0.3.14
1432026-07-26T04:24:39.076Z Downloaded is_terminal_polyfill v1.70.2
1442026-07-26T04:24:39.081Z Downloaded terminal_size v0.4.4
1452026-07-26T04:24:39.085Z Downloaded anstyle v1.0.14
1462026-07-26T04:24:39.085Z Downloaded cargo_metadata v0.23.1
1472026-07-26T04:24:39.091Z Downloaded serde_spanned v1.1.1
1482026-07-26T04:24:39.101Z Downloaded camino v1.2.4
1492026-07-26T04:24:39.105Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1502026-07-26T04:24:39.105Z Downloaded thiserror v2.0.18
1512026-07-26T04:24:39.114Z Downloaded zmij v1.0.22
1522026-07-26T04:24:39.123Z Downloaded toml_writer v1.1.1+spec-1.1.0
1532026-07-26T04:24:39.123Z Downloaded quote v1.0.46
1542026-07-26T04:24:39.123Z Downloaded thiserror-impl v2.0.18
1552026-07-26T04:24:39.123Z Downloaded semver v1.0.28
1562026-07-26T04:24:39.127Z Downloaded clap_derive v4.6.1
1572026-07-26T04:24:39.131Z Downloaded bitflags v2.13.0
1582026-07-26T04:24:39.138Z Downloaded anyhow v1.0.103
1592026-07-26T04:24:39.143Z Downloaded serde_derive v1.0.228
1602026-07-26T04:24:39.143Z Downloaded unicode-ident v1.0.24
1612026-07-26T04:24:39.147Z Downloaded toml_parser v1.1.2+spec-1.1.0
1622026-07-26T04:24:39.157Z Downloaded clap v4.6.1
1632026-07-26T04:24:39.158Z Downloaded proc-macro2 v1.0.106
1642026-07-26T04:24:39.158Z Downloaded toml v1.1.2+spec-1.1.0
1652026-07-26T04:24:39.189Z Downloaded serde_core v1.0.228
1662026-07-26T04:24:39.189Z Downloaded serde v1.0.228
1672026-07-26T04:24:39.189Z Downloaded memchr v2.8.3
1682026-07-26T04:24:39.189Z Downloaded syn v2.0.118
1692026-07-26T04:24:39.189Z Downloaded indexmap v2.14.0
1702026-07-26T04:24:39.189Z Downloaded hashbrown v0.17.1
1712026-07-26T04:24:39.195Z Downloaded clap_builder v4.6.0
1722026-07-26T04:24:39.207Z Downloaded serde_json v1.0.150
1732026-07-26T04:24:39.210Z Downloaded winnow v1.0.3
1742026-07-26T04:24:39.243Z Downloaded rustix v1.1.4
1752026-07-26T04:24:39.273Z Downloaded libc v0.2.186
1762026-07-26T04:24:39.319Z Compiling serde_core v1.0.228
1772026-07-26T04:24:39.319Z Compiling proc-macro2 v1.0.106
1782026-07-26T04:24:39.319Z Compiling unicode-ident v1.0.24
1792026-07-26T04:24:39.324Z Compiling quote v1.0.46
1802026-07-26T04:24:39.324Z Compiling libc v0.2.186
1812026-07-26T04:24:39.324Z Compiling rustix v1.1.4
1822026-07-26T04:24:39.324Z Compiling utf8parse v0.2.2
1832026-07-26T04:24:39.324Z Compiling bitflags v2.13.0
1842026-07-26T04:24:39.504Z Compiling zmij v1.0.22
1852026-07-26T04:24:39.520Z Compiling anstyle-parse v1.0.0
1862026-07-26T04:24:39.771Z Compiling serde_json v1.0.150
1872026-07-26T04:24:39.784Z Compiling colorchoice v1.0.5
1882026-07-26T04:24:39.878Z Compiling is_terminal_polyfill v1.70.2
1892026-07-26T04:24:39.884Z Compiling serde v1.0.228
1902026-07-26T04:24:39.921Z Compiling anstyle v1.0.14
1912026-07-26T04:24:40.055Z Compiling anstyle-query v1.1.5
1922026-07-26T04:24:40.082Z Compiling thiserror v2.0.18
1932026-07-26T04:24:40.082Z Compiling camino v1.2.4
1942026-07-26T04:24:40.177Z Compiling errno v0.3.14
1952026-07-26T04:24:40.186Z Compiling anstream v1.0.0
1962026-07-26T04:24:40.197Z Compiling memchr v2.8.3
1972026-07-26T04:24:40.350Z Compiling itoa v1.0.18
1982026-07-26T04:24:40.536Z Compiling winnow v1.0.3
1992026-07-26T04:24:40.617Z Compiling clap_lex v1.1.0
2002026-07-26T04:24:40.621Z Compiling syn v2.0.118
2012026-07-26T04:24:40.669Z Compiling anyhow v1.0.103
2022026-07-26T04:24:40.690Z Compiling heck v0.5.0
2032026-07-26T04:24:40.911Z Compiling terminal_size v0.4.4
2042026-07-26T04:24:40.983Z Compiling strsim v0.11.1
2052026-07-26T04:24:41.032Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-07-26T04:24:41.059Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-07-26T04:24:41.208Z Compiling clap_builder v4.6.0
2082026-07-26T04:24:41.720Z Compiling serde_spanned v1.1.1
2092026-07-26T04:24:41.826Z Compiling semver v1.0.28
2102026-07-26T04:24:41.910Z Compiling cargo-platform v0.3.3
2112026-07-26T04:24:42.217Z Compiling toml_datetime v1.1.1+spec-1.1.0
2122026-07-26T04:24:42.503Z Compiling toml v1.1.2+spec-1.1.0
2132026-07-26T04:24:43.037Z Compiling serde_derive v1.0.228
2142026-07-26T04:24:43.175Z Compiling thiserror-impl v2.0.18
2152026-07-26T04:24:43.217Z Compiling clap_derive v4.6.1
2162026-07-26T04:24:44.742Z Compiling clap v4.6.1
2172026-07-26T04:24:46.181Z Compiling cargo_metadata v0.23.1
2182026-07-26T04:24:48.668Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2192026-07-26T04:24:50.287Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.08s
2202026-07-26T04:24:50.364Z Running `target/debug/xtask build --profile all`
2212026-07-26T04:24:52.012ZBuilding opteadm (release).
2222026-07-26T04:24:52.105Z Compiling proc-macro2 v1.0.106
2232026-07-26T04:24:52.105Z Compiling unicode-ident v1.0.24
2242026-07-26T04:24:52.106Z Compiling quote v1.0.46
2252026-07-26T04:24:52.106Z Compiling serde_core v1.0.228
2262026-07-26T04:24:52.109Z Compiling libc v0.2.186
2272026-07-26T04:24:52.109Z Compiling cfg-if v1.0.4
2282026-07-26T04:24:52.109Z Compiling thiserror v2.0.18
2292026-07-26T04:24:52.109Z Compiling strsim v0.11.1
2302026-07-26T04:24:52.175Z Compiling ident_case v1.0.1
2312026-07-26T04:24:52.231Z Compiling memchr v2.8.3
2322026-07-26T04:24:52.275Z Compiling regex-syntax v0.8.11
2332026-07-26T04:24:52.398Z Compiling either v1.16.0
2342026-07-26T04:24:52.417Z Compiling zerocopy v0.8.54
2352026-07-26T04:24:52.586Z Compiling winnow v1.0.3
2362026-07-26T04:24:52.596Z Compiling equivalent v1.0.2
2372026-07-26T04:24:52.662Z Compiling aho-corasick v1.1.4
2382026-07-26T04:24:52.760Z Compiling anyhow v1.0.103
2392026-07-26T04:24:52.765Z Compiling serde v1.0.228
2402026-07-26T04:24:52.832Z Compiling hashbrown v0.17.1
2412026-07-26T04:24:53.123Z Compiling itertools v0.15.0
2422026-07-26T04:24:53.219Z Compiling syn v2.0.118
2432026-07-26T04:24:53.262Z Compiling byteorder v1.5.0
2442026-07-26T04:24:53.351Z Compiling indexmap v2.14.0
2452026-07-26T04:24:53.441Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-07-26T04:24:53.574Z Compiling toml_parser v1.1.2+spec-1.1.0
2472026-07-26T04:24:53.646Z Compiling heapless v0.8.0
2482026-07-26T04:24:53.926Z Compiling regex-automata v0.4.15
2492026-07-26T04:24:53.984Z Compiling toml_edit v0.25.12+spec-1.1.0
2502026-07-26T04:24:54.102Z Compiling hash32 v0.3.1
2512026-07-26T04:24:54.150Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2522026-07-26T04:24:54.226Z Compiling bitflags v2.13.0
2532026-07-26T04:24:54.296Z Compiling stable_deref_trait v1.2.1
2542026-07-26T04:24:54.336Z Compiling rustversion v1.0.23
2552026-07-26T04:24:54.345Z Compiling smoltcp v0.11.0
2562026-07-26T04:24:54.358Z Compiling syn v1.0.109
2572026-07-26T04:24:54.411Z Compiling macaddr v1.0.1
2582026-07-26T04:24:54.564Z Compiling proc-macro-crate v3.5.0
2592026-07-26T04:24:54.665Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2602026-07-26T04:24:54.684Z Compiling ref-cast v1.0.25
2612026-07-26T04:24:54.694Z Compiling getrandom v0.4.3
2622026-07-26T04:24:54.864Z Compiling rustix v1.1.4
2632026-07-26T04:24:54.869Z Compiling bitflags v1.3.2
2642026-07-26T04:24:54.926Z Compiling rand_core v0.10.1
2652026-07-26T04:24:54.941Z Compiling version_check v0.9.5
2662026-07-26T04:24:54.957Z Compiling managed v0.8.0
2672026-07-26T04:24:55.093Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-07-26T04:24:55.186Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2692026-07-26T04:24:55.385Z Compiling errno v0.3.14
2702026-07-26T04:24:55.483Z Compiling ipnetwork v0.21.1
2712026-07-26T04:24:55.525Z Compiling utf8parse v0.2.2
2722026-07-26T04:24:55.548Z Compiling foreign-types-shared v0.3.1
2732026-07-26T04:24:55.618Z Compiling regex v1.13.0
2742026-07-26T04:24:55.625Z Compiling cpufeatures v0.3.0
2752026-07-26T04:24:55.685Z Compiling once_cell v1.21.4
2762026-07-26T04:24:55.938Z Compiling darling_core v0.23.0
2772026-07-26T04:24:56.019Z Compiling unicode-width v0.2.2
2782026-07-26T04:24:56.087Z Compiling tracing-core v0.1.36
2792026-07-26T04:24:56.261Z Compiling tabwriter v1.4.1
2802026-07-26T04:24:56.310Z Compiling cstr-argument v0.1.2
2812026-07-26T04:24:56.465Z Compiling chacha20 v0.10.1
2822026-07-26T04:24:56.542Z Compiling anstyle-parse v1.0.0
2832026-07-26T04:24:56.976Z Compiling is_terminal_polyfill v1.70.2
2842026-07-26T04:24:57.067Z Compiling dyn-clone v1.0.20
2852026-07-26T04:24:57.114Z Compiling thiserror-impl v2.0.18
2862026-07-26T04:24:57.139Z Compiling zerocopy-derive v0.8.54
2872026-07-26T04:24:57.150Z Compiling serde_derive v1.0.228
2882026-07-26T04:24:57.200Z Compiling num_enum_derive v0.7.6
2892026-07-26T04:24:57.493Z Compiling foreign-types-macros v0.2.3
2902026-07-26T04:24:58.077Z Compiling ref-cast-impl v1.0.25
2912026-07-26T04:24:58.126Z Compiling darling_macro v0.23.0
2922026-07-26T04:24:58.143Z Compiling foreign-types v0.5.0
2932026-07-26T04:24:58.190Z Compiling tracing-attributes v0.1.31
2942026-07-26T04:24:58.213Z Compiling num_enum v0.7.6
2952026-07-26T04:24:58.324Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2962026-07-26T04:24:58.448Z Compiling cobs v0.3.0
2972026-07-26T04:24:58.580Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2982026-07-26T04:24:58.661Z Compiling colorchoice v1.0.5
2992026-07-26T04:24:58.704Z Compiling darling v0.23.0
3002026-07-26T04:24:58.756Z Compiling anstyle v1.0.14
3012026-07-26T04:24:58.756Z Compiling anstyle-query v1.1.5
3022026-07-26T04:24:58.767Z Compiling ingot-macros v0.2.0
3032026-07-26T04:24:58.809Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3042026-07-26T04:24:58.846Z Compiling pretty-hex v0.4.2
3052026-07-26T04:24:59.018Z Compiling pin-project-lite v0.2.17
3062026-07-26T04:24:59.029Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3072026-07-26T04:24:59.029Z Compiling anstream v1.0.0
3082026-07-26T04:24:59.047Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-07-26T04:24:59.057Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3102026-07-26T04:24:59.156Z Compiling terminal_size v0.4.4
3112026-07-26T04:24:59.391Z Compiling rand v0.10.2
3122026-07-26T04:24:59.408Z Compiling tracing v0.1.44
3132026-07-26T04:24:59.424Z Compiling uuid v1.23.5
3142026-07-26T04:24:59.621Z Compiling socket2 v0.6.4
3152026-07-26T04:24:59.742Z Compiling colored v3.1.1
3162026-07-26T04:24:59.749Z Compiling clap_lex v1.1.0
3172026-07-26T04:24:59.832Z Compiling heck v0.5.0
3182026-07-26T04:25:00.154Z Compiling oxnet v0.1.6
3192026-07-26T04:25:00.160Z Compiling clap_derive v4.6.1
3202026-07-26T04:25:00.255Z Compiling clap_builder v4.6.0
3212026-07-26T04:25:00.447Z Compiling postcard v1.1.3
3222026-07-26T04:25:00.462Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-07-26T04:25:01.646Z Compiling ingot-types v0.2.0
3242026-07-26T04:25:01.983Z Compiling ingot v0.2.0
3252026-07-26T04:25:02.308Z Compiling clap v4.6.1
3262026-07-26T04:25:03.710Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-07-26T04:25:04.741Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-07-26T04:25:05.803Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-07-26T04:25:12.506Z Finished `release` profile [optimized + debuginfo] target(s) in 20.49s
3302026-07-26T04:25:12.533ZBuilding xde (release-lto).
3312026-07-26T04:25:12.784Z Updating crates.io index
3322026-07-26T04:25:12.869Z Downloading crates ...
3332026-07-26T04:25:12.935Z Downloaded adler2 v2.0.1
3342026-07-26T04:25:12.938Z Downloaded rustc-literal-escaper v0.0.8
3352026-07-26T04:25:12.944Z Downloaded addr2line v0.27.0
3362026-07-26T04:25:12.950Z Downloaded rustc-demangle v0.1.28
3372026-07-26T04:25:12.956Z Downloaded foldhash v0.2.0
3382026-07-26T04:25:12.959Z Downloaded getopts v0.2.24
3392026-07-26T04:25:12.977Z Downloaded miniz_oxide v0.9.1
3402026-07-26T04:25:12.981Z Downloaded memchr v2.7.6
3412026-07-26T04:25:13.031Z Downloaded gimli v0.34.0
3422026-07-26T04:25:13.036Z Downloaded object v0.39.1
3432026-07-26T04:25:13.068Z Downloaded libc v0.2.185
3442026-07-26T04:25:13.124Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3452026-07-26T04:25:13.127Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3462026-07-26T04:25:13.127Z Compiling proc-macro2 v1.0.106
3472026-07-26T04:25:13.127Z Compiling quote v1.0.46
3482026-07-26T04:25:13.128Z Compiling unicode-ident v1.0.24
3492026-07-26T04:25:13.128Z Compiling serde_core v1.0.228
3502026-07-26T04:25:13.128Z Compiling strsim v0.11.1
3512026-07-26T04:25:13.148Z Compiling ident_case v1.0.1
3522026-07-26T04:25:13.293Z Compiling memchr v2.8.3
3532026-07-26T04:25:13.297Z Compiling regex-syntax v0.8.11
3542026-07-26T04:25:13.557Z Compiling either v1.16.0
3552026-07-26T04:25:13.564Z Compiling zerocopy v0.8.54
3562026-07-26T04:25:13.571Z Compiling thiserror v2.0.18
3572026-07-26T04:25:13.689Z Compiling aho-corasick v1.1.4
3582026-07-26T04:25:13.756Z Compiling serde v1.0.228
3592026-07-26T04:25:13.950Z Compiling itertools v0.15.0
3602026-07-26T04:25:14.186Z Compiling heapless v0.8.0
3612026-07-26T04:25:14.189Z Compiling smoltcp v0.11.0
3622026-07-26T04:25:14.343Z Compiling syn v2.0.118
3632026-07-26T04:25:14.386Z Compiling heapless v0.9.3
3642026-07-26T04:25:14.630Z Compiling crc32fast v1.5.0
3652026-07-26T04:25:14.665Z Compiling ref-cast v1.0.25
3662026-07-26T04:25:14.758Z Compiling regex-automata v0.4.15
3672026-07-26T04:25:14.991Z Compiling version_check v0.9.5
3682026-07-26T04:25:15.361Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-07-26T04:25:16.386Z Compiling regex v1.13.0
3702026-07-26T04:25:16.717Z Compiling darling_core v0.23.0
3712026-07-26T04:25:17.501Z Compiling serde_derive v1.0.228
3722026-07-26T04:25:17.502Z Compiling zerocopy-derive v0.8.54
3732026-07-26T04:25:17.502Z Compiling thiserror-impl v2.0.18
3742026-07-26T04:25:17.502Z Compiling ref-cast-impl v1.0.25
3752026-07-26T04:25:17.505Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3762026-07-26T04:25:18.909Z Compiling darling_macro v0.23.0
3772026-07-26T04:25:19.790Z Compiling darling v0.23.0
3782026-07-26T04:25:19.855Z Compiling ingot-macros v0.2.0
3792026-07-26T04:25:19.858Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3802026-07-26T04:25:25.835Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3812026-07-26T04:25:28.143Z Compiling byteorder v1.5.0
3822026-07-26T04:25:28.143Z Compiling stable_deref_trait v1.2.1
3832026-07-26T04:25:28.143Z Compiling macaddr v1.0.1
3842026-07-26T04:25:28.146Z Compiling cfg-if v1.0.4
3852026-07-26T04:25:28.206Z Compiling bitflags v1.3.2
3862026-07-26T04:25:28.215Z Compiling cobs v0.3.0
3872026-07-26T04:25:28.245Z Compiling managed v0.8.0
3882026-07-26T04:25:28.338Z Compiling hash32 v0.3.1
3892026-07-26T04:25:28.504Z Compiling dyn-clone v1.0.20
3902026-07-26T04:25:28.513Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3912026-07-26T04:25:29.732Z Compiling bitflags v2.13.0
3922026-07-26T04:25:29.732Z Compiling uuid v1.23.5
3932026-07-26T04:25:29.876Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3942026-07-26T04:25:30.173Z Compiling postcard v1.1.3
3952026-07-26T04:25:31.020Z Compiling ingot-types v0.2.0
3962026-07-26T04:25:31.352Z Compiling ingot v0.2.0
3972026-07-26T04:25:32.875Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3982026-07-26T04:25:34.552Zerror[E0308]: mismatched types
3992026-07-26T04:25:34.552Z --> lib/opte/src/engine/dhcp.rs:556:13
4002026-07-26T04:25:34.552Z |
4012026-07-26T04:25:34.552Z556 | dns_servers,
4022026-07-26T04:25:34.552Z | ^^^^^^^^^^^ expected `Option<Vec<Ipv4Address, 3>>`, found `Option<VecInner<Ipv4Address, _, _>>`
4032026-07-26T04:25:34.552Z |
4042026-07-26T04:25:34.552Z = note: expected enum `Option<heapless::vec::Vec<Ipv4Address, 3>>`
4052026-07-26T04:25:34.552Z found enum `Option<VecInner<Ipv4Address, _, heapless::vec::storage::VecStorageInner<[MaybeUninit<Ipv4Address>; _]>>>`
4062026-07-26T04:25:34.552Z
4072026-07-26T04:25:36.015ZFor more information about this error, try `rustc --explain E0308`.
4082026-07-26T04:25:36.081Zerror: could not compile `opte` (lib) due to 1 previous error
4092026-07-26T04:25:36.105ZError: failed to build "xde"
4102026-07-26T04:25:36.105Z
4112026-07-26T04:25:36.105ZCaused by:
4122026-07-26T04:25:36.105Z failed to run (status exit status: 101)
4132026-07-26T04:25:36.108Z
4142026-07-26T04:25:36.108Zreal 1:00.907686528
4152026-07-26T04:25:36.108Zuser 3:48.898063109
4162026-07-26T04:25:36.108Zsys 30.826128882
4172026-07-26T04:25:36.108Ztrap 0.125244488
4182026-07-26T04:25:36.108Ztflt 0.454361912
4192026-07-26T04:25:36.108Zdflt 0.775473295
4202026-07-26T04:25:36.108Zkflt 0.005356988
4212026-07-26T04:25:36.108Zlock 12:00.890627084
4222026-07-26T04:25:36.108Zslp 8:58.255260421
4232026-07-26T04:25:36.108Zlat 10.241859653
4242026-07-26T04:25:36.108Zstop 20.419761163
4252026-07-26T04:25:36.108Zprocess exited: duration 75498 ms, exit code 1
 
4262026-07-26T04:25:36.116Zfound 0 output files
4272026-07-26T04:25:36.116Zupload error: rule "/out/opte.p5p" required a match, but was not used
4282026-07-26T04:25:36.116Zupload error: rule "/out/opte.p5p.sha256" required a match, but was not used