01KVYF72XMHCTGRXMK3R7JMXS2: 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: 01KVYF7QQ4N53M3JF006PJB1BD

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:48.789Zjob assigned to worker 01KVYF7X17XWPWWABAJG1YQ7EJ [factory aws, i-0346a0ad4988fbf0d] (queued for 47 s)
 
22026-06-25T04:05:55.618Zstarting task 0: "setup"
32026-06-25T04:05:55.640Z++ uname -s
42026-06-25T04:05:55.640Z+ kern=SunOS
52026-06-25T04:05:55.640Z+ build_user=build
62026-06-25T04:05:55.640Z+ build_uid=12345
72026-06-25T04:05:55.640Z+ work_dir=/work
82026-06-25T04:05:55.640Z+ input_dir=/input
92026-06-25T04:05:55.640Z+ [[ 0 == 12345 ]]
102026-06-25T04:05:55.640Z+ case "$kern" in
112026-06-25T04:05:55.640Z+ groupadd -g 12345 build
122026-06-25T04:05:55.640Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:05:57.625Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:05:57.713Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:05:57.717Z+ home_fs=zfs
162026-06-25T04:05:57.717Z+ [[ zfs == autofs ]]
172026-06-25T04:05:57.717Z+ mkdir -p /home/build
182026-06-25T04:05:57.717Z+ chown build:build /home/build /work
192026-06-25T04:05:59.766Z+ chmod 0700 /home/build /work
202026-06-25T04:05:59.783Zprocess exited: duration 4117 ms, exit code 0
 
212026-06-25T04:05:59.821Zstarting task 1: "rust-toolchain"
222026-06-25T04:05:59.830Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:05:59.830Z * rust toolchain channel = "1.96.0"
242026-06-25T04:05:59.830Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-25T04:05:59.830Z * rust toolchain profile = "default"
262026-06-25T04:05:59.830Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-25T04:05:59.830Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T04:05:59.830Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:05:59.830Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:05:59.899Zinfo: downloading installer
312026-06-25T04:06:01.310Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:06:01.311Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:06:01.311Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:06:01.311Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:06:01.324Zinfo: profile set to default
362026-06-25T04:06:01.324Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:06:01.331Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:06:01.481Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:06:01.487Zinfo: downloading 6 components
402026-06-25T04:06:17.111Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T04:06:17.111Z
422026-06-25T04:06:17.151Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:06:17.151Z
442026-06-25T04:06:17.152Z
452026-06-25T04:06:17.152ZRust is installed now. Great!
462026-06-25T04:06:17.152Z
472026-06-25T04:06:17.152ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:06:17.152Zenvironment variable. This has not been done automatically.
492026-06-25T04:06:17.152Z
502026-06-25T04:06:17.152ZTo configure your current shell, you need to source
512026-06-25T04:06:17.152Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:06:17.152Z
532026-06-25T04:06:17.152ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:06:17.152Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:06:17.152Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:06:17.155Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:06:17.155Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:06:17.155Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:06:17.155Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:06:17.155Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:06:17.155Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:06:17.238Z+ rustup --version
632026-06-25T04:06:17.247Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:06:17.250Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:06:17.269Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:06:17.272Z+ cargo --version
672026-06-25T04:06:17.285Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:06:17.288Z+ rustc --version
692026-06-25T04:06:17.308Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:06:17.311Zprocess exited: duration 17498 ms, exit code 0
 
712026-06-25T04:06:17.317Zstarting task 2: "authentication"
722026-06-25T04:06:17.334Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T04:06:17.340Zstarting task 3: "clone repository"
742026-06-25T04:06:17.343Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:06:17.346Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:06:17.376ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:06:18.233Z+ cd /work/oxidecomputer/opte
782026-06-25T04:06:18.236Z+ git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c
792026-06-25T04:06:18.451ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:06:18.451Z * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD
812026-06-25T04:06:18.457Z+ [[ -n '' ]]
822026-06-25T04:06:18.457Z+ git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c
832026-06-25T04:06:18.474ZHEAD is now at 661422f Update Rust to nightly-2026-06-25
842026-06-25T04:06:18.478Zprocess exited: duration 1134 ms, exit code 0
 
852026-06-25T04:06:18.484Zstarting task 4: "build"
862026-06-25T04:06:18.488Z+ source .github/buildomat/common.sh
872026-06-25T04:06:18.491Z++ rustup show active-toolchain
882026-06-25T04:06:18.494Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T04:06:18.494Z++ pushd xde
902026-06-25T04:06:18.494Z++ rustup show active-toolchain
912026-06-25T04:06:18.494Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
922026-06-25T04:06:18.499Zinfo: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos
932026-06-25T04:06:18.672Zinfo: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23)
942026-06-25T04:06:18.675Zinfo: downloading 6 components
952026-06-25T04:06:33.857Znightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T04:06:33.956Z+++ rustup show active-toolchain -v
972026-06-25T04:06:33.960Z+++ head -n 1
982026-06-25T04:06:33.960Z+++ cut '-d ' -f1
992026-06-25T04:06:34.013Z++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1002026-06-25T04:06:34.014Z++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1012026-06-25T04:06:34.018Z++ popd
1022026-06-25T04:06:34.018Z/work/oxidecomputer/opte
1032026-06-25T04:06:34.018Z+ TGT_BASE=/work
1042026-06-25T04:06:34.018Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1052026-06-25T04:06:34.018Z+ REL_TGT=/work/release
1062026-06-25T04:06:34.018Z+ mkdir -p /work/release
1072026-06-25T04:06:34.018Z+ cargo --version
1082026-06-25T04:06:34.055Zcargo 1.96.0 (30a34c682 2026-05-25)
1092026-06-25T04:06:34.055Z+ rustc --version
1102026-06-25T04:06:34.055Zrustc 1.96.0 (ac68faa20 2026-05-25)
1112026-06-25T04:06:34.055Z+ header 'build xde and opteadm (release+debug)'
1122026-06-25T04:06:34.055Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1132026-06-25T04:06:34.055Z# ==== build xde and opteadm (release+debug) ==== #
1142026-06-25T04:06:34.055Z+ ptime -m cargo xtask build --profile all
1152026-06-25T04:06:34.148Z Updating crates.io index
1162026-06-25T04:06:34.152Z Updating git repository `https://github.com/oxidecomputer/falcon`
1172026-06-25T04:06:34.772Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1182026-06-25T04:06:35.120Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1192026-06-25T04:06:35.428Z Updating git repository `https://github.com/oxidecomputer/zone`
1202026-06-25T04:06:35.667Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1212026-06-25T04:06:35.898Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1222026-06-25T04:06:36.123Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1232026-06-25T04:06:38.180Z Downloading crates ...
1242026-06-25T04:06:38.262Z Downloaded anstream v1.0.0
1252026-06-25T04:06:38.268Z Downloaded clap_builder v4.6.0
1262026-06-25T04:06:38.273Z Downloaded clap_lex v1.1.0
1272026-06-25T04:06:38.276Z Downloaded equivalent v1.0.2
1282026-06-25T04:06:38.276Z Downloaded serde_core v1.0.228
1292026-06-25T04:06:38.281Z Downloaded terminal_size v0.4.4
1302026-06-25T04:06:38.289Z Downloaded zmij v1.0.21
1312026-06-25T04:06:38.296Z Downloaded strsim v0.11.1
1322026-06-25T04:06:38.299Z Downloaded errno v0.3.14
1332026-06-25T04:06:38.299Z Downloaded anyhow v1.0.102
1342026-06-25T04:06:38.304Z Downloaded thiserror v2.0.18
1352026-06-25T04:06:38.308Z Downloaded serde_spanned v1.1.1
1362026-06-25T04:06:38.313Z Downloaded cargo_metadata v0.23.1
1372026-06-25T04:06:38.313Z Downloaded anstyle-parse v1.0.0
1382026-06-25T04:06:38.317Z Downloaded unicode-ident v1.0.24
1392026-06-25T04:06:38.321Z Downloaded proc-macro2 v1.0.106
1402026-06-25T04:06:38.336Z Downloaded memchr v2.8.2
1412026-06-25T04:06:38.340Z Downloaded camino v1.2.3
1422026-06-25T04:06:38.345Z Downloaded serde v1.0.228
1432026-06-25T04:06:38.360Z Downloaded indexmap v2.14.0
1442026-06-25T04:06:38.369Z Downloaded colorchoice v1.0.5
1452026-06-25T04:06:38.376Z Downloaded anstyle-query v1.1.5
1462026-06-25T04:06:38.380Z Downloaded itoa v1.0.18
1472026-06-25T04:06:38.384Z Downloaded utf8parse v0.2.2
1482026-06-25T04:06:38.392Z Downloaded heck v0.5.0
1492026-06-25T04:06:38.395Z Downloaded cargo-platform v0.3.3
1502026-06-25T04:06:38.404Z Downloaded toml_writer v1.1.1+spec-1.1.0
1512026-06-25T04:06:38.408Z Downloaded anstyle v1.0.14
1522026-06-25T04:06:38.408Z Downloaded is_terminal_polyfill v1.70.2
1532026-06-25T04:06:38.416Z Downloaded thiserror-impl v2.0.18
1542026-06-25T04:06:38.419Z Downloaded clap_derive v4.6.1
1552026-06-25T04:06:38.420Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1562026-06-25T04:06:38.420Z Downloaded clap v4.6.1
1572026-06-25T04:06:38.427Z Downloaded quote v1.0.46
1582026-06-25T04:06:38.435Z Downloaded toml_parser v1.1.2+spec-1.1.0
1592026-06-25T04:06:38.440Z Downloaded semver v1.0.28
1602026-06-25T04:06:38.444Z Downloaded toml v1.1.2+spec-1.1.0
1612026-06-25T04:06:38.444Z Downloaded bitflags v2.13.0
1622026-06-25T04:06:38.469Z Downloaded serde_derive v1.0.228
1632026-06-25T04:06:38.474Z Downloaded syn v2.0.118
1642026-06-25T04:06:38.481Z Downloaded serde_json v1.0.150
1652026-06-25T04:06:38.489Z Downloaded winnow v1.0.3
1662026-06-25T04:06:38.496Z Downloaded hashbrown v0.17.1
1672026-06-25T04:06:38.503Z Downloaded rustix v1.1.4
1682026-06-25T04:06:38.536Z Downloaded libc v0.2.186
1692026-06-25T04:06:38.584Z Compiling serde_core v1.0.228
1702026-06-25T04:06:38.584Z Compiling proc-macro2 v1.0.106
1712026-06-25T04:06:38.584Z Compiling quote v1.0.46
1722026-06-25T04:06:38.588Z Compiling unicode-ident v1.0.24
1732026-06-25T04:06:38.588Z Compiling libc v0.2.186
1742026-06-25T04:06:38.589Z Compiling rustix v1.1.4
1752026-06-25T04:06:38.589Z Compiling utf8parse v0.2.2
1762026-06-25T04:06:38.589Z Compiling zmij v1.0.21
1772026-06-25T04:06:38.769Z Compiling bitflags v2.13.0
1782026-06-25T04:06:38.785Z Compiling anstyle-parse v1.0.0
1792026-06-25T04:06:39.027Z Compiling is_terminal_polyfill v1.70.2
1802026-06-25T04:06:39.045Z Compiling anstyle-query v1.1.5
1812026-06-25T04:06:39.049Z Compiling serde v1.0.228
1822026-06-25T04:06:39.107Z Compiling anstyle v1.0.14
1832026-06-25T04:06:39.145Z Compiling thiserror v2.0.18
1842026-06-25T04:06:39.198Z Compiling camino v1.2.3
1852026-06-25T04:06:39.243Z Compiling colorchoice v1.0.5
1862026-06-25T04:06:39.350Z Compiling errno v0.3.14
1872026-06-25T04:06:39.362Z Compiling serde_json v1.0.150
1882026-06-25T04:06:39.419Z Compiling anstream v1.0.0
1892026-06-25T04:06:39.555Z Compiling clap_lex v1.1.0
1902026-06-25T04:06:39.593Z Compiling memchr v2.8.2
1912026-06-25T04:06:39.822Z Compiling anyhow v1.0.102
1922026-06-25T04:06:39.885Z Compiling syn v2.0.118
1932026-06-25T04:06:39.960Z Compiling strsim v0.11.1
1942026-06-25T04:06:39.966Z Compiling winnow v1.0.3
1952026-06-25T04:06:39.979Z Compiling heck v0.5.0
1962026-06-25T04:06:40.169Z Compiling terminal_size v0.4.4
1972026-06-25T04:06:40.181Z Compiling itoa v1.0.18
1982026-06-25T04:06:40.329Z Compiling toml_parser v1.1.2+spec-1.1.0
1992026-06-25T04:06:40.403Z Compiling clap_builder v4.6.0
2002026-06-25T04:06:40.675Z Compiling toml_writer v1.1.1+spec-1.1.0
2012026-06-25T04:06:40.937Z Compiling toml_datetime v1.1.1+spec-1.1.0
2022026-06-25T04:06:41.143Z Compiling serde_spanned v1.1.1
2032026-06-25T04:06:41.304Z Compiling cargo-platform v0.3.3
2042026-06-25T04:06:41.451Z Compiling semver v1.0.28
2052026-06-25T04:06:41.649Z Compiling toml v1.1.2+spec-1.1.0
2062026-06-25T04:06:42.324Z Compiling thiserror-impl v2.0.18
2072026-06-25T04:06:42.646Z Compiling serde_derive v1.0.228
2082026-06-25T04:06:42.686Z Compiling clap_derive v4.6.1
2092026-06-25T04:06:44.216Z Compiling clap v4.6.1
2102026-06-25T04:06:45.808Z Compiling cargo_metadata v0.23.1
2112026-06-25T04:06:48.282Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2122026-06-25T04:06:49.899Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.83s
2132026-06-25T04:06:49.976Z Running `target/debug/xtask build --profile all`
2142026-06-25T04:06:51.591ZBuilding opteadm (release).
2152026-06-25T04:06:51.685Z Compiling proc-macro2 v1.0.106
2162026-06-25T04:06:51.685Z Compiling unicode-ident v1.0.24
2172026-06-25T04:06:51.685Z Compiling quote v1.0.46
2182026-06-25T04:06:51.685Z Compiling serde_core v1.0.228
2192026-06-25T04:06:51.685Z Compiling libc v0.2.186
2202026-06-25T04:06:51.689Z Compiling cfg-if v1.0.4
2212026-06-25T04:06:51.689Z Compiling thiserror v2.0.18
2222026-06-25T04:06:51.689Z Compiling strsim v0.11.1
2232026-06-25T04:06:51.760Z Compiling fnv v1.0.7
2242026-06-25T04:06:51.804Z Compiling ident_case v1.0.1
2252026-06-25T04:06:51.839Z Compiling memchr v2.8.2
2262026-06-25T04:06:51.907Z Compiling regex-syntax v0.8.11
2272026-06-25T04:06:51.976Z Compiling anyhow v1.0.102
2282026-06-25T04:06:51.998Z Compiling either v1.16.0
2292026-06-25T04:06:52.188Z Compiling zerocopy v0.8.52
2302026-06-25T04:06:52.192Z Compiling equivalent v1.0.2
2312026-06-25T04:06:52.259Z Compiling aho-corasick v1.1.4
2322026-06-25T04:06:52.278Z Compiling hashbrown v0.17.1
2332026-06-25T04:06:52.389Z Compiling serde v1.0.228
2342026-06-25T04:06:52.416Z Compiling winnow v1.0.3
2352026-06-25T04:06:52.595Z Compiling itertools v0.14.0
2362026-06-25T04:06:52.820Z Compiling indexmap v2.14.0
2372026-06-25T04:06:52.855Z Compiling syn v2.0.118
2382026-06-25T04:06:52.911Z Compiling byteorder v1.5.0
2392026-06-25T04:06:53.090Z Compiling toml_datetime v1.1.1+spec-1.1.0
2402026-06-25T04:06:53.306Z Compiling heapless v0.8.0
2412026-06-25T04:06:53.420Z Compiling regex-automata v0.4.14
2422026-06-25T04:06:53.440Z Compiling toml_parser v1.1.2+spec-1.1.0
2432026-06-25T04:06:53.653Z Compiling hash32 v0.3.1
2442026-06-25T04:06:53.749Z Compiling macaddr v1.0.1
2452026-06-25T04:06:53.781Z Compiling bitflags v2.13.0
2462026-06-25T04:06:53.843Z Compiling toml_edit v0.25.12+spec-1.1.0
2472026-06-25T04:06:53.945Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2482026-06-25T04:06:53.949Z Compiling stable_deref_trait v1.2.1
2492026-06-25T04:06:53.969Z Compiling syn v1.0.109
2502026-06-25T04:06:53.984Z Compiling rustversion v1.0.22
2512026-06-25T04:06:54.004Z Compiling smoltcp v0.11.0
2522026-06-25T04:06:54.171Z Compiling version_check v0.9.5
2532026-06-25T04:06:54.299Z Compiling ref-cast v1.0.25
2542026-06-25T04:06:54.329Z Compiling rand_core v0.10.1
2552026-06-25T04:06:54.340Z Compiling rustix v1.1.4
2562026-06-25T04:06:54.427Z Compiling proc-macro-crate v3.5.0
2572026-06-25T04:06:54.475Z Compiling managed v0.8.0
2582026-06-25T04:06:54.589Z Compiling bitflags v1.3.2
2592026-06-25T04:06:54.593Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2602026-06-25T04:06:54.652Z Compiling getrandom v0.4.3
2612026-06-25T04:06:54.772Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2622026-06-25T04:06:54.844Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2632026-06-25T04:06:54.915Z Compiling errno v0.3.14
2642026-06-25T04:06:55.039Z Compiling once_cell v1.21.4
2652026-06-25T04:06:55.058Z Compiling unicode-width v0.2.2
2662026-06-25T04:06:55.283Z Compiling regex v1.12.4
2672026-06-25T04:06:55.362Z Compiling cpufeatures v0.3.0
2682026-06-25T04:06:55.428Z Compiling foreign-types-shared v0.3.1
2692026-06-25T04:06:55.447Z Compiling ipnetwork v0.21.1
2702026-06-25T04:06:55.505Z Compiling darling_core v0.21.3
2712026-06-25T04:06:55.679Z Compiling utf8parse v0.2.2
2722026-06-25T04:06:55.780Z Compiling anstyle-parse v1.0.0
2732026-06-25T04:06:55.830Z Compiling cstr-argument v0.1.2
2742026-06-25T04:06:55.977Z Compiling chacha20 v0.10.0
2752026-06-25T04:06:55.982Z Compiling tabwriter v1.4.1
2762026-06-25T04:06:56.079Z Compiling tracing-core v0.1.36
2772026-06-25T04:06:56.654Z Compiling colorchoice v1.0.5
2782026-06-25T04:06:56.724Z Compiling anstyle-query v1.1.5
2792026-06-25T04:06:56.741Z Compiling thiserror-impl v2.0.18
2802026-06-25T04:06:56.759Z Compiling zerocopy-derive v0.8.52
2812026-06-25T04:06:56.822Z Compiling serde_derive v1.0.228
2822026-06-25T04:06:56.959Z Compiling ref-cast-impl v1.0.25
2832026-06-25T04:06:56.979Z Compiling num_enum_derive v0.7.6
2842026-06-25T04:06:57.571Z Compiling foreign-types-macros v0.2.3
2852026-06-25T04:06:57.702Z Compiling darling_macro v0.21.3
2862026-06-25T04:06:57.708Z Compiling tracing-attributes v0.1.31
2872026-06-25T04:06:57.978Z Compiling num_enum v0.7.6
2882026-06-25T04:06:58.085Z Compiling cobs v0.3.0
2892026-06-25T04:06:58.088Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2902026-06-25T04:06:58.187Z Compiling foreign-types v0.5.0
2912026-06-25T04:06:58.243Z Compiling darling v0.21.3
2922026-06-25T04:06:58.252Z Compiling pin-project-lite v0.2.17
2932026-06-25T04:06:58.292Z Compiling dyn-clone v1.0.20
2942026-06-25T04:06:58.311Z Compiling ingot-macros v0.1.1
2952026-06-25T04:06:58.335Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2962026-06-25T04:06:58.375Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2972026-06-25T04:06:58.424Z Compiling anstyle v1.0.14
2982026-06-25T04:06:58.539Z Compiling pretty-hex v0.4.2
2992026-06-25T04:06:58.568Z Compiling is_terminal_polyfill v1.70.2
3002026-06-25T04:06:58.650Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3012026-06-25T04:06:58.661Z Compiling anstream v1.0.0
3022026-06-25T04:06:58.673Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3032026-06-25T04:06:58.857Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-06-25T04:06:58.914Z Compiling tracing v0.1.44
3052026-06-25T04:06:58.963Z Compiling terminal_size v0.4.4
3062026-06-25T04:06:59.068Z Compiling rand v0.10.1
3072026-06-25T04:06:59.093Z Compiling uuid v1.23.3
3082026-06-25T04:06:59.236Z Compiling socket2 v0.6.4
3092026-06-25T04:06:59.401Z Compiling clap_lex v1.1.0
3102026-06-25T04:06:59.523Z Compiling colored v3.1.1
3112026-06-25T04:06:59.710Z Compiling oxnet v0.1.6
3122026-06-25T04:06:59.887Z Compiling heck v0.5.0
3132026-06-25T04:06:59.970Z Compiling clap_builder v4.6.0
3142026-06-25T04:07:00.043Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3152026-06-25T04:07:00.123Z Compiling postcard v1.1.3
3162026-06-25T04:07:00.127Z Compiling clap_derive v4.6.1
3172026-06-25T04:07:01.304Z Compiling ingot-types v0.1.2
3182026-06-25T04:07:01.632Z Compiling ingot v0.1.1
3192026-06-25T04:07:01.822Z Compiling clap v4.6.1
3202026-06-25T04:07:03.369Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3212026-06-25T04:07:04.385Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3222026-06-25T04:07:05.457Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3232026-06-25T04:07:12.204Z Finished `release` profile [optimized + debuginfo] target(s) in 20.61s
3242026-06-25T04:07:12.233ZBuilding xde (release-lto).
3252026-06-25T04:07:12.488Z Updating crates.io index
3262026-06-25T04:07:12.575Z Downloading crates ...
3272026-06-25T04:07:12.639Z Downloaded addr2line v0.25.1
3282026-06-25T04:07:12.648Z Downloaded memchr v2.7.6
3292026-06-25T04:07:12.666Z Downloaded adler2 v2.0.1
3302026-06-25T04:07:12.669Z Downloaded foldhash v0.2.0
3312026-06-25T04:07:12.669Z Downloaded rustc-demangle v0.1.27
3322026-06-25T04:07:12.674Z Downloaded getopts v0.2.24
3332026-06-25T04:07:12.685Z Downloaded gimli v0.32.3
3342026-06-25T04:07:12.689Z Downloaded rustc-literal-escaper v0.0.7
3352026-06-25T04:07:12.711Z Downloaded miniz_oxide v0.8.9
3362026-06-25T04:07:12.727Z Downloaded object v0.37.3
3372026-06-25T04:07:12.786Z Downloaded libc v0.2.185
3382026-06-25T04:07:12.844Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3392026-06-25T04:07:12.844Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3402026-06-25T04:07:12.844Z Compiling proc-macro2 v1.0.106
3412026-06-25T04:07:12.847Z Compiling unicode-ident v1.0.24
3422026-06-25T04:07:12.847Z Compiling quote v1.0.46
3432026-06-25T04:07:12.847Z Compiling ident_case v1.0.1
3442026-06-25T04:07:12.847Z Compiling strsim v0.11.1
3452026-06-25T04:07:12.847Z Compiling serde_core v1.0.228
3462026-06-25T04:07:13.014Z Compiling memchr v2.8.2
3472026-06-25T04:07:13.017Z Compiling fnv v1.0.7
3482026-06-25T04:07:13.108Z Compiling regex-syntax v0.8.11
3492026-06-25T04:07:13.274Z Compiling thiserror v2.0.18
3502026-06-25T04:07:13.279Z Compiling either v1.16.0
3512026-06-25T04:07:13.285Z Compiling zerocopy v0.8.52
3522026-06-25T04:07:13.416Z Compiling aho-corasick v1.1.4
3532026-06-25T04:07:13.484Z Compiling serde v1.0.228
3542026-06-25T04:07:13.682Z Compiling itertools v0.14.0
3552026-06-25T04:07:13.891Z Compiling heapless v0.8.0
3562026-06-25T04:07:13.913Z Compiling smoltcp v0.11.0
3572026-06-25T04:07:14.075Z Compiling syn v2.0.118
3582026-06-25T04:07:14.112Z Compiling ref-cast v1.0.25
3592026-06-25T04:07:14.358Z Compiling crc32fast v1.5.0
3602026-06-25T04:07:14.368Z Compiling version_check v0.9.5
3612026-06-25T04:07:14.630Z Compiling regex-automata v0.4.14
3622026-06-25T04:07:14.739Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3632026-06-25T04:07:16.288Z Compiling regex v1.12.4
3642026-06-25T04:07:16.467Z Compiling darling_core v0.21.3
3652026-06-25T04:07:16.478Z Compiling darling_core v0.23.0
3662026-06-25T04:07:17.455Z Compiling zerocopy-derive v0.8.52
3672026-06-25T04:07:17.455Z Compiling thiserror-impl v2.0.18
3682026-06-25T04:07:17.455Z Compiling serde_derive v1.0.228
3692026-06-25T04:07:17.455Z Compiling ref-cast-impl v1.0.25
3702026-06-25T04:07:17.459Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3712026-06-25T04:07:19.024Z Compiling darling_macro v0.23.0
3722026-06-25T04:07:19.057Z Compiling darling_macro v0.21.3
3732026-06-25T04:07:19.959Z Compiling darling v0.23.0
3742026-06-25T04:07:19.992Z Compiling darling v0.21.3
3752026-06-25T04:07:20.021Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3762026-06-25T04:07:20.054Z Compiling ingot-macros v0.1.1
3772026-06-25T04:07:25.890Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3782026-06-25T04:07:28.067Z Compiling byteorder v1.5.0
3792026-06-25T04:07:28.067Z Compiling cfg-if v1.0.4
3802026-06-25T04:07:28.070Z Compiling macaddr v1.0.1
3812026-06-25T04:07:28.070Z Compiling stable_deref_trait v1.2.1
3822026-06-25T04:07:28.130Z Compiling managed v0.8.0
3832026-06-25T04:07:28.135Z Compiling bitflags v1.3.2
3842026-06-25T04:07:28.168Z Compiling cobs v0.3.0
3852026-06-25T04:07:28.257Z Compiling hash32 v0.3.1
3862026-06-25T04:07:28.376Z Compiling itertools v0.15.0
3872026-06-25T04:07:28.386Z Compiling dyn-clone v1.0.20
3882026-06-25T04:07:28.445Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3892026-06-25T04:07:29.719Z Compiling bitflags v2.13.0
3902026-06-25T04:07:29.719Z Compiling uuid v1.23.3
3912026-06-25T04:07:29.868Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3922026-06-25T04:07:30.183Z Compiling postcard v1.1.3
3932026-06-25T04:07:31.083Z Compiling ingot-types v0.1.2
3942026-06-25T04:07:31.417Z Compiling ingot v0.1.1
3952026-06-25T04:07:32.991Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962026-06-25T04:07:36.906Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3972026-06-25T04:07:46.031Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3982026-06-25T04:08:16.485Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 04s
3992026-06-25T04:08:16.515ZLinking xde kmod...
4002026-06-25T04:08:17.116ZBuilding xde dev link helper (release).
4012026-06-25T04:08:17.274Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4022026-06-25T04:08:17.274Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4032026-06-25T04:08:17.274Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4042026-06-25T04:08:29.195Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4052026-06-25T04:08:31.764Z Finished `release` profile [optimized + debuginfo] target(s) in 14.61s
4062026-06-25T04:08:31.783ZBuilding opteadm (dev).
4072026-06-25T04:08:31.939Z Compiling serde_core v1.0.228
4082026-06-25T04:08:31.939Z Compiling libc v0.2.186
4092026-06-25T04:08:31.939Z Compiling cfg-if v1.0.4
4102026-06-25T04:08:31.939Z Compiling memchr v2.8.2
4112026-06-25T04:08:31.942Z Compiling strsim v0.11.1
4122026-06-25T04:08:31.942Z Compiling fnv v1.0.7
4132026-06-25T04:08:31.942Z Compiling ident_case v1.0.1
4142026-06-25T04:08:31.942Z Compiling syn v2.0.118
4152026-06-25T04:08:32.015Z Compiling regex-syntax v0.8.11
4162026-06-25T04:08:32.037Z Compiling serde v1.0.228
4172026-06-25T04:08:32.061Z Compiling winnow v1.0.3
4182026-06-25T04:08:32.235Z Compiling equivalent v1.0.2
4192026-06-25T04:08:32.309Z Compiling zerocopy v0.8.52
4202026-06-25T04:08:32.335Z Compiling hashbrown v0.17.1
4212026-06-25T04:08:32.543Z Compiling aho-corasick v1.1.4
4222026-06-25T04:08:32.691Z Compiling either v1.16.0
4232026-06-25T04:08:32.763Z Compiling heapless v0.8.0
4242026-06-25T04:08:32.870Z Compiling itertools v0.14.0
4252026-06-25T04:08:32.887Z Compiling indexmap v2.14.0
4262026-06-25T04:08:33.056Z Compiling toml_parser v1.1.2+spec-1.1.0
4272026-06-25T04:08:33.084Z Compiling toml_datetime v1.1.1+spec-1.1.0
4282026-06-25T04:08:33.298Z Compiling byteorder v1.5.0
4292026-06-25T04:08:33.480Z Compiling regex-automata v0.4.14
4302026-06-25T04:08:33.493Z Compiling hash32 v0.3.1
4312026-06-25T04:08:33.606Z Compiling toml_edit v0.25.12+spec-1.1.0
4322026-06-25T04:08:33.809Z Compiling smoltcp v0.11.0
4332026-06-25T04:08:33.943Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4342026-06-25T04:08:34.094Z Compiling bitflags v2.13.0
4352026-06-25T04:08:34.112Z Compiling syn v1.0.109
4362026-06-25T04:08:34.143Z Compiling macaddr v1.0.1
4372026-06-25T04:08:34.175Z Compiling stable_deref_trait v1.2.1
4382026-06-25T04:08:34.194Z Compiling rustversion v1.0.22
4392026-06-25T04:08:34.411Z Compiling proc-macro-crate v3.5.0
4402026-06-25T04:08:34.454Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4412026-06-25T04:08:34.531Z Compiling darling_core v0.21.3
4422026-06-25T04:08:34.553Z Compiling getrandom v0.4.3
4432026-06-25T04:08:34.563Z Compiling bitflags v1.3.2
4442026-06-25T04:08:34.630Z Compiling version_check v0.9.5
4452026-06-25T04:08:34.664Z Compiling rand_core v0.10.1
4462026-06-25T04:08:34.678Z Compiling ref-cast v1.0.25
4472026-06-25T04:08:34.814Z Compiling managed v0.8.0
4482026-06-25T04:08:34.907Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4492026-06-25T04:08:35.079Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4502026-06-25T04:08:35.145Z Compiling errno v0.3.14
4512026-06-25T04:08:35.328Z Compiling regex v1.12.4
4522026-06-25T04:08:35.439Z Compiling foreign-types-shared v0.3.1
4532026-06-25T04:08:35.529Z Compiling once_cell v1.21.4
4542026-06-25T04:08:35.733Z Compiling ipnetwork v0.21.1
4552026-06-25T04:08:35.781Z Compiling unicode-width v0.2.2
4562026-06-25T04:08:35.817Z Compiling thiserror-impl v2.0.18
4572026-06-25T04:08:36.096Z Compiling serde_derive v1.0.228
4582026-06-25T04:08:36.127Z Compiling zerocopy-derive v0.8.52
4592026-06-25T04:08:36.275Z Compiling num_enum_derive v0.7.6
4602026-06-25T04:08:36.712Z Compiling darling_macro v0.21.3
4612026-06-25T04:08:36.949Z Compiling ref-cast-impl v1.0.25
4622026-06-25T04:08:37.050Z Compiling thiserror v2.0.18
4632026-06-25T04:08:37.153Z Compiling cobs v0.3.0
4642026-06-25T04:08:37.278Z Compiling darling v0.21.3
4652026-06-25T04:08:37.282Z Compiling foreign-types-macros v0.2.3
4662026-06-25T04:08:37.353Z Compiling ingot-macros v0.1.1
4672026-06-25T04:08:37.441Z Compiling cpufeatures v0.3.0
4682026-06-25T04:08:37.510Z Compiling chacha20 v0.10.0
4692026-06-25T04:08:37.640Z Compiling num_enum v0.7.6
4702026-06-25T04:08:37.756Z Compiling cstr-argument v0.1.2
4712026-06-25T04:08:37.854Z Compiling tabwriter v1.4.1
4722026-06-25T04:08:37.923Z Compiling foreign-types v0.5.0
4732026-06-25T04:08:37.927Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4742026-06-25T04:08:37.996Z Compiling tracing-attributes v0.1.31
4752026-06-25T04:08:38.285Z Compiling tracing-core v0.1.36
4762026-06-25T04:08:38.313Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4772026-06-25T04:08:38.505Z Compiling rustix v1.1.4
4782026-06-25T04:08:39.223Z Compiling anyhow v1.0.102
4792026-06-25T04:08:39.288Z Compiling postcard v1.1.3
4802026-06-25T04:08:39.432Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4812026-06-25T04:08:39.495Z Compiling pin-project-lite v0.2.17
4822026-06-25T04:08:39.542Z Compiling dyn-clone v1.0.20
4832026-06-25T04:08:39.587Z Compiling pretty-hex v0.4.2
4842026-06-25T04:08:39.613Z Compiling tracing v0.1.44
4852026-06-25T04:08:39.648Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4862026-06-25T04:08:39.706Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4872026-06-25T04:08:39.717Z Compiling rand v0.10.1
4882026-06-25T04:08:39.750Z Compiling terminal_size v0.4.4
4892026-06-25T04:08:39.903Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902026-06-25T04:08:39.960Z Compiling uuid v1.23.3
4912026-06-25T04:08:40.005Z Compiling socket2 v0.6.4
4922026-06-25T04:08:40.055Z Compiling colored v3.1.1
4932026-06-25T04:08:40.100Z Compiling oxnet v0.1.6
4942026-06-25T04:08:40.180Z Compiling clap_derive v4.6.1
4952026-06-25T04:08:40.581Z Compiling ingot-types v0.1.2
4962026-06-25T04:08:40.607Z Compiling clap_builder v4.6.0
4972026-06-25T04:08:40.703Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4982026-06-25T04:08:40.935Z Compiling ingot v0.1.1
4992026-06-25T04:08:42.448Z Compiling clap v4.6.1
5002026-06-25T04:08:42.592Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5012026-06-25T04:08:45.012Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5022026-06-25T04:08:46.222Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5032026-06-25T04:08:50.692Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.90s
5042026-06-25T04:08:50.720ZBuilding xde (dev).
5052026-06-25T04:08:50.955Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5062026-06-25T04:08:50.955Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5072026-06-25T04:08:50.955Z Compiling proc-macro2 v1.0.106
5082026-06-25T04:08:50.955Z Compiling unicode-ident v1.0.24
5092026-06-25T04:08:50.955Z Compiling quote v1.0.46
5102026-06-25T04:08:50.955Z Compiling ident_case v1.0.1
5112026-06-25T04:08:50.955Z Compiling strsim v0.11.1
5122026-06-25T04:08:50.958Z Compiling serde_core v1.0.228
5132026-06-25T04:08:51.075Z Compiling memchr v2.8.2
5142026-06-25T04:08:51.079Z Compiling fnv v1.0.7
5152026-06-25T04:08:51.160Z Compiling regex-syntax v0.8.11
5162026-06-25T04:08:51.345Z Compiling thiserror v2.0.18
5172026-06-25T04:08:51.351Z Compiling either v1.16.0
5182026-06-25T04:08:51.362Z Compiling serde v1.0.228
5192026-06-25T04:08:51.482Z Compiling zerocopy v0.8.52
5202026-06-25T04:08:51.545Z Compiling aho-corasick v1.1.4
5212026-06-25T04:08:51.756Z Compiling itertools v0.14.0
5222026-06-25T04:08:51.787Z Compiling heapless v0.8.0
5232026-06-25T04:08:52.028Z Compiling smoltcp v0.11.0
5242026-06-25T04:08:52.155Z Compiling syn v2.0.118
5252026-06-25T04:08:52.211Z Compiling ref-cast v1.0.25
5262026-06-25T04:08:52.313Z Compiling crc32fast v1.5.0
5272026-06-25T04:08:52.487Z Compiling version_check v0.9.5
5282026-06-25T04:08:52.622Z Compiling regex-automata v0.4.14
5292026-06-25T04:08:52.865Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5302026-06-25T04:08:54.224Z Compiling regex v1.12.4
5312026-06-25T04:08:54.541Z Compiling darling_core v0.21.3
5322026-06-25T04:08:54.684Z Compiling darling_core v0.23.0
5332026-06-25T04:08:55.482Z Compiling zerocopy-derive v0.8.52
5342026-06-25T04:08:55.482Z Compiling serde_derive v1.0.228
5352026-06-25T04:08:55.482Z Compiling thiserror-impl v2.0.18
5362026-06-25T04:08:55.485Z Compiling ref-cast-impl v1.0.25
5372026-06-25T04:08:55.485Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5382026-06-25T04:08:57.179Z Compiling darling_macro v0.21.3
5392026-06-25T04:08:57.332Z Compiling darling_macro v0.23.0
5402026-06-25T04:08:58.141Z Compiling darling v0.21.3
5412026-06-25T04:08:58.208Z Compiling ingot-macros v0.1.1
5422026-06-25T04:08:58.285Z Compiling darling v0.23.0
5432026-06-25T04:08:58.352Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5442026-06-25T04:09:03.329Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5452026-06-25T04:09:05.170Z Compiling byteorder v1.5.0
5462026-06-25T04:09:05.170Z Compiling macaddr v1.0.1
5472026-06-25T04:09:05.170Z Compiling cfg-if v1.0.4
5482026-06-25T04:09:05.173Z Compiling stable_deref_trait v1.2.1
5492026-06-25T04:09:05.236Z Compiling cobs v0.3.0
5502026-06-25T04:09:05.243Z Compiling bitflags v1.3.2
5512026-06-25T04:09:05.279Z Compiling managed v0.8.0
5522026-06-25T04:09:05.312Z Compiling hash32 v0.3.1
5532026-06-25T04:09:05.518Z Compiling itertools v0.15.0
5542026-06-25T04:09:05.523Z Compiling dyn-clone v1.0.20
5552026-06-25T04:09:05.650Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5562026-06-25T04:09:06.771Z Compiling bitflags v2.13.0
5572026-06-25T04:09:06.771Z Compiling uuid v1.23.3
5582026-06-25T04:09:06.911Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5592026-06-25T04:09:07.195Z Compiling postcard v1.1.3
5602026-06-25T04:09:08.045Z Compiling ingot-types v0.1.2
5612026-06-25T04:09:08.329Z Compiling ingot v0.1.1
5622026-06-25T04:09:09.783Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5632026-06-25T04:09:14.259Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5642026-06-25T04:09:24.988Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5652026-06-25T04:09:33.673Z Finished `dev` profile [optimized + debuginfo] target(s) in 42.92s
5662026-06-25T04:09:33.696ZLinking xde kmod...
5672026-06-25T04:09:34.855ZBuilding xde dev link helper (dev).
5682026-06-25T04:09:35.031Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5692026-06-25T04:09:35.031Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5702026-06-25T04:09:35.031Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5712026-06-25T04:09:46.407Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-06-25-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5722026-06-25T04:09:48.701Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.81s
5732026-06-25T04:09:48.723Z
5742026-06-25T04:09:48.726Zreal 3:14.669373486
5752026-06-25T04:09:48.726Zuser 9:18.870271209
5762026-06-25T04:09:48.726Zsys 1:00.055419445
5772026-06-25T04:09:48.726Ztrap 0.243320948
5782026-06-25T04:09:48.726Ztflt 0.855696898
5792026-06-25T04:09:48.727Zdflt 1.499229194
5802026-06-25T04:09:48.727Zkflt 0.007294854
5812026-06-25T04:09:48.727Zlock 35:43.028819349
5822026-06-25T04:09:48.727Zslp 21:39.777521334
5832026-06-25T04:09:48.727Zlat 22.087372423
5842026-06-25T04:09:48.727Zstop 34.085440023
5852026-06-25T04:09:48.727Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5862026-06-25T04:09:48.727Z+ grep GOTPCREL
5872026-06-25T04:09:49.693Z+ header 'package opte'
5882026-06-25T04:09:49.693Z+ echo '# ==== package opte ==== #'
5892026-06-25T04:09:49.693Z+ cargo xtask package --skip-build --profile all
5902026-06-25T04:09:49.693Z# ==== package opte ==== #
5912026-06-25T04:09:49.832Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5922026-06-25T04:09:49.835Z Running `target/debug/xtask package --skip-build --profile all`
5932026-06-25T04:09:50.046Z+ ./clean.sh
5942026-06-25T04:09:50.053Z+ mkdir -p proto/kernel/drv/amd64
5952026-06-25T04:09:50.057Z+ mkdir -p proto/opt/oxide/opte/bin
5962026-06-25T04:09:50.057Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5972026-06-25T04:09:50.060Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5982026-06-25T04:09:50.074Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5992026-06-25T04:09:50.108Z+ cp ../xde/xde.conf proto/kernel/drv/
6002026-06-25T04:09:50.112Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6012026-06-25T04:09:50.112Z+ '[' -z ']'
6022026-06-25T04:09:50.112Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6032026-06-25T04:09:50.137Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6042026-06-25T04:09:50.210Z+ INC_DEBUG=
6052026-06-25T04:09:50.210Z+ typeset -ri TAG=0
6062026-06-25T04:09:50.213Z++ ./print-api-version.sh
6072026-06-25T04:09:50.216Z+ API_VSN=41
6082026-06-25T04:09:50.217Z+ PKG_VERSION=0.41.490-3.0
6092026-06-25T04:09:50.220Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.490-3.0/g opte.template.p5m
6102026-06-25T04:09:50.220Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6112026-06-25T04:09:50.710Z+ pkgdepend generate -d proto opte.base.p5m
6122026-06-25T04:09:51.047Z+ mkdir -p packages
6132026-06-25T04:09:51.051Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6142026-06-25T04:09:58.290Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6152026-06-25T04:09:58.293Z+ pkgrepo create packages/repo
6162026-06-25T04:09:58.505Z+ pkgrepo add-publisher -s packages/repo helios
6172026-06-25T04:09:58.714Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6182026-06-25T04:10:28.257Zpkg://helios/driver/network/opte@0.41.490,5.11-3.0:20260625T040958Z
6192026-06-25T04:10:28.258ZPUBLISHED
6202026-06-25T04:10:28.301Z+ pkgrecv -a -d packages/repo/opte-0.41.490-3.0.p5p -s packages/repo -v -m latest '*'
6212026-06-25T04:10:28.477ZRetrieving packages for publisher helios ...
6222026-06-25T04:10:28.483ZRetrieving catalog 'helios' ... Done
6232026-06-25T04:10:28.483ZRetrieving and evaluating 1 package(s)...
6242026-06-25T04:10:28.483ZFetching manifests: 1/1 100% complete
6252026-06-25T04:10:28.483ZFetching manifests: 1/1 100% complete
6262026-06-25T04:10:28.483Z
6272026-06-25T04:10:28.483ZArchiving packages ...
6282026-06-25T04:10:28.483Z Packages to add: 1
6292026-06-25T04:10:28.483Z Files to retrieve: 6
6302026-06-25T04:10:28.483ZEstimated transfer size: 37.10 MB
6312026-06-25T04:10:28.483Z
6322026-06-25T04:10:28.483ZPackages to archive:
6332026-06-25T04:10:28.483Zdriver/network/opte@0.41.490,5.11-3.0:20260625T040958Z
6342026-06-25T04:10:28.483Z
6352026-06-25T04:10:28.483ZDownload: 0/6 items 0.0/37.1MB 0% complete
6362026-06-25T04:10:28.552ZDownload: Completed 37.10 MB in 0.07 seconds (541M/s)
6372026-06-25T04:10:28.557ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6382026-06-25T04:10:28.566ZArchiving: Completed 37.14 MB in 0.01 seconds
6392026-06-25T04:10:28.603ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.490-3.0.p5p.
6402026-06-25T04:10:28.626Z+ banner copy
6412026-06-25T04:10:28.626Z
6422026-06-25T04:10:28.626Z #### #### ##### # #
6432026-06-25T04:10:28.626Z # # # # # # # #
6442026-06-25T04:10:28.626Z # # # # # #
6452026-06-25T04:10:28.626Z # # # ##### #
6462026-06-25T04:10:28.626Z # # # # # #
6472026-06-25T04:10:28.626Z #### #### # #
6482026-06-25T04:10:28.626Z
6492026-06-25T04:10:28.626Z+ pfexec mkdir -p /out
6502026-06-25T04:10:28.626Z+ pfexec chown 12345 /out
6512026-06-25T04:10:28.802Z+ PKG_NAME=/out/opte.p5p
6522026-06-25T04:10:28.802Z+ mv pkg/packages/repo/opte-0.41.490-3.0.p5p /out/opte.p5p
6532026-06-25T04:10:28.802Z+ sha256sum /out/opte.p5p
6542026-06-25T04:10:28.847Zprocess exited: duration 250178 ms, exit code 0
 
6552026-06-25T04:10:28.885Zfound 2 output files
6562026-06-25T04:10:28.885Zuploading: /out/opte.p5p (38952960 bytes)
6572026-06-25T04:10:30.650Zuploaded: /out/opte.p5p
6582026-06-25T04:10:30.650Zuploading: /out/opte.p5p.sha256 (80 bytes)
6592026-06-25T04:10:31.669Zuploaded: /out/opte.p5p.sha256