01KSSHMZHFQRDHRVQ6HKX7D7H8: 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: 01KSSHNBP3KCPQQA148DGJA70E

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T09:40:46.835Zjob assigned to worker 01KSSHNHDFMW9X4BAGZD72YKCW [factory aws, i-0a146b2b347dba1a4] (queued for 57 s)
 
22026-05-29T09:40:52.976Zstarting task 0: "setup"
32026-05-29T09:40:52.981Z++ uname -s
42026-05-29T09:40:52.984Z+ kern=SunOS
52026-05-29T09:40:52.984Z+ build_user=build
62026-05-29T09:40:52.984Z+ build_uid=12345
72026-05-29T09:40:52.984Z+ work_dir=/work
82026-05-29T09:40:52.985Z+ input_dir=/input
92026-05-29T09:40:52.985Z+ [[ 0 == 12345 ]]
102026-05-29T09:40:52.985Z+ case "$kern" in
112026-05-29T09:40:52.985Z+ groupadd -g 12345 build
122026-05-29T09:40:52.985Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T09:40:54.990Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T09:40:55.075Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T09:40:55.079Z+ home_fs=zfs
162026-05-29T09:40:55.079Z+ [[ zfs == autofs ]]
172026-05-29T09:40:55.079Z+ mkdir -p /home/build
182026-05-29T09:40:55.079Z+ chown build:build /home/build /work
192026-05-29T09:40:57.080Z+ chmod 0700 /home/build /work
202026-05-29T09:40:57.083Zprocess exited: duration 4105 ms, exit code 0
 
212026-05-29T09:40:57.090Zstarting task 1: "rust-toolchain"
222026-05-29T09:40:57.093Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-29T09:40:57.093Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-29T09:40:57.093Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-29T09:40:57.097Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-29T09:40:57.097Z * rust toolchain channel = "1.95.0"
272026-05-29T09:40:57.097Z * rust toolchain profile = "default"
282026-05-29T09:40:57.097Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T09:40:57.097Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-29T09:40:57.174Zinfo: downloading installer
312026-05-29T09:40:58.463Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T09:40:58.463Zwarn: /home/build/.rustup/settings.toml
332026-05-29T09:40:58.463Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T09:40:58.463Zwarn: instead of the one inferred from the default host triple.
352026-05-29T09:40:58.475Zinfo: profile set to default
362026-05-29T09:40:58.475Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T09:40:58.479Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-29T09:40:58.602Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-29T09:40:58.605Zinfo: downloading 6 components
402026-05-29T09:41:12.871Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-29T09:41:12.871Z
422026-05-29T09:41:12.898Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-29T09:41:12.898Z
442026-05-29T09:41:12.898Z
452026-05-29T09:41:12.898ZRust is installed now. Great!
462026-05-29T09:41:12.898Z
472026-05-29T09:41:12.898ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T09:41:12.898Zenvironment variable. This has not been done automatically.
492026-05-29T09:41:12.899Z
502026-05-29T09:41:12.899ZTo configure your current shell, you need to source
512026-05-29T09:41:12.899Zthe corresponding env file under $HOME/.cargo.
522026-05-29T09:41:12.899Z
532026-05-29T09:41:12.899ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T09:41:12.902Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T09:41:12.902Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T09:41:12.902Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T09:41:12.902Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T09:41:12.903Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T09:41:12.903Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T09:41:12.903Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T09:41:12.903Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T09:41:12.998Z+ rustup --version
632026-05-29T09:41:13.007Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T09:41:13.010Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T09:41:13.029Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-29T09:41:13.032Z+ cargo --version
672026-05-29T09:41:13.045Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-29T09:41:13.049Z+ rustc --version
692026-05-29T09:41:13.067Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-29T09:41:13.071Zprocess exited: duration 15980 ms, exit code 0
 
712026-05-29T09:41:13.077Zstarting task 2: "authentication"
722026-05-29T09:41:13.094Zprocess exited: duration 16 ms, exit code 0
 
732026-05-29T09:41:13.100Zstarting task 3: "clone repository"
742026-05-29T09:41:13.103Z+ mkdir -p /work/oxidecomputer/opte
752026-05-29T09:41:13.107Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-29T09:41:13.143ZCloning into '/work/oxidecomputer/opte'...
772026-05-29T09:41:13.955Z+ cd /work/oxidecomputer/opte
782026-05-29T09:41:13.955Z+ git fetch origin e7d7abdb05145e19533ff94e1e10ba4c208e27cf
792026-05-29T09:41:14.223ZFrom https://github.com/oxidecomputer/opte
802026-05-29T09:41:14.223Z * branch e7d7abdb05145e19533ff94e1e10ba4c208e27cf -> FETCH_HEAD
812026-05-29T09:41:14.228Z+ [[ -n eviction-policy ]]
822026-05-29T09:41:14.231Z++ git branch --show-current
832026-05-29T09:41:14.231Z+ current=master
842026-05-29T09:41:14.232Z+ [[ master != eviction-policy ]]
852026-05-29T09:41:14.232Z+ git branch -f eviction-policy e7d7abdb05145e19533ff94e1e10ba4c208e27cf
862026-05-29T09:41:14.235Z+ git checkout -f eviction-policy
872026-05-29T09:41:14.249ZSwitched to branch 'eviction-policy'
882026-05-29T09:41:14.253Z+ git reset --hard e7d7abdb05145e19533ff94e1e10ba4c208e27cf
892026-05-29T09:41:14.266ZHEAD is now at e7d7abd ...thanks, rust-analyzer
902026-05-29T09:41:14.269Zprocess exited: duration 1166 ms, exit code 0
 
912026-05-29T09:41:14.276Zstarting task 4: "build"
922026-05-29T09:41:14.280Z+ source .github/buildomat/common.sh
932026-05-29T09:41:14.280Z++ rustup show active-toolchain
942026-05-29T09:41:14.285Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-29T09:41:14.288Z++ pushd xde
962026-05-29T09:41:14.288Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-29T09:41:14.288Z++ rustup show active-toolchain
982026-05-29T09:41:14.292Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-29T09:41:14.441Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-29T09:41:14.444Zinfo: downloading 6 components
1012026-05-29T09:41:27.631Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-29T09:41:27.715Z+++ rustup show active-toolchain -v
1032026-05-29T09:41:27.718Z+++ head -n 1
1042026-05-29T09:41:27.718Z+++ cut '-d ' -f1
1052026-05-29T09:41:27.769Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-29T09:41:27.769Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-29T09:41:27.769Z++ popd
1082026-05-29T09:41:27.773Z/work/oxidecomputer/opte
1092026-05-29T09:41:27.773Z+ TGT_BASE=/work
1102026-05-29T09:41:27.773Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-29T09:41:27.773Z+ REL_TGT=/work/release
1122026-05-29T09:41:27.773Z+ mkdir -p /work/release
1132026-05-29T09:41:27.773Z+ cargo --version
1142026-05-29T09:41:27.780Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1152026-05-29T09:41:27.783Z+ rustc --version
1162026-05-29T09:41:27.802Zrustc 1.95.0 (59807616e 2026-04-14)
1172026-05-29T09:41:27.805Z+ header 'build xde and opteadm (release+debug)'
1182026-05-29T09:41:27.805Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-29T09:41:27.805Z# ==== build xde and opteadm (release+debug) ==== #
1202026-05-29T09:41:27.805Z+ ptime -m cargo xtask build --profile all
1212026-05-29T09:41:27.906Z Updating crates.io index
1222026-05-29T09:41:27.939Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-29T09:41:28.906Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-29T09:41:29.474Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-29T09:41:29.838Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-29T09:41:30.264Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-29T09:41:30.515Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-29T09:41:30.763Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-29T09:41:32.614Z Downloading crates ...
1302026-05-29T09:41:32.658Z Downloaded equivalent v1.0.2
1312026-05-29T09:41:32.663Z Downloaded anstream v1.0.0
1322026-05-29T09:41:32.666Z Downloaded bitflags v2.11.1
1332026-05-29T09:41:32.669Z Downloaded heck v0.5.0
1342026-05-29T09:41:32.669Z Downloaded anstyle-query v1.1.5
1352026-05-29T09:41:32.673Z Downloaded clap_lex v1.1.0
1362026-05-29T09:41:32.680Z Downloaded utf8parse v0.2.2
1372026-05-29T09:41:32.683Z Downloaded errno v0.3.14
1382026-05-29T09:41:32.687Z Downloaded cargo-platform v0.3.3
1392026-05-29T09:41:32.690Z Downloaded itoa v1.0.18
1402026-05-29T09:41:32.697Z Downloaded terminal_size v0.4.4
1412026-05-29T09:41:32.700Z Downloaded toml_writer v1.1.1+spec-1.1.0
1422026-05-29T09:41:32.700Z Downloaded strsim v0.11.1
1432026-05-29T09:41:32.700Z Downloaded colorchoice v1.0.5
1442026-05-29T09:41:32.703Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1452026-05-29T09:41:32.706Z Downloaded thiserror v2.0.18
1462026-05-29T09:41:32.713Z Downloaded clap v4.6.1
1472026-05-29T09:41:32.718Z Downloaded cargo_metadata v0.23.1
1482026-05-29T09:41:32.721Z Downloaded anstyle v1.0.14
1492026-05-29T09:41:32.721Z Downloaded clap_derive v4.6.1
1502026-05-29T09:41:32.737Z Downloaded serde_spanned v1.1.1
1512026-05-29T09:41:32.740Z Downloaded camino v1.2.2
1522026-05-29T09:41:32.740Z Downloaded thiserror-impl v2.0.18
1532026-05-29T09:41:32.743Z Downloaded is_terminal_polyfill v1.70.2
1542026-05-29T09:41:32.746Z Downloaded proc-macro2 v1.0.106
1552026-05-29T09:41:32.750Z Downloaded serde_core v1.0.228
1562026-05-29T09:41:32.753Z Downloaded serde_derive v1.0.228
1572026-05-29T09:41:32.756Z Downloaded quote v1.0.45
1582026-05-29T09:41:32.759Z Downloaded zmij v1.0.21
1592026-05-29T09:41:32.759Z Downloaded anstyle-parse v1.0.0
1602026-05-29T09:41:32.759Z Downloaded toml v1.1.2+spec-1.1.0
1612026-05-29T09:41:32.777Z Downloaded toml_parser v1.1.2+spec-1.1.0
1622026-05-29T09:41:32.780Z Downloaded serde v1.0.228
1632026-05-29T09:41:32.787Z Downloaded semver v1.0.28
1642026-05-29T09:41:32.792Z Downloaded anyhow v1.0.102
1652026-05-29T09:41:32.795Z Downloaded unicode-ident v1.0.24
1662026-05-29T09:41:32.798Z Downloaded memchr v2.8.0
1672026-05-29T09:41:32.802Z Downloaded indexmap v2.14.0
1682026-05-29T09:41:32.815Z Downloaded serde_json v1.0.149
1692026-05-29T09:41:32.826Z Downloaded hashbrown v0.17.0
1702026-05-29T09:41:32.831Z Downloaded winnow v1.0.2
1712026-05-29T09:41:32.849Z Downloaded clap_builder v4.6.0
1722026-05-29T09:41:32.874Z Downloaded syn v2.0.117
1732026-05-29T09:41:32.890Z Downloaded rustix v1.1.4
1742026-05-29T09:41:32.921Z Downloaded libc v0.2.186
1752026-05-29T09:41:32.967Z Compiling proc-macro2 v1.0.106
1762026-05-29T09:41:32.967Z Compiling serde_core v1.0.228
1772026-05-29T09:41:32.970Z Compiling quote v1.0.45
1782026-05-29T09:41:32.970Z Compiling unicode-ident v1.0.24
1792026-05-29T09:41:32.970Z Compiling libc v0.2.186
1802026-05-29T09:41:32.970Z Compiling rustix v1.1.4
1812026-05-29T09:41:32.970Z Compiling zmij v1.0.21
1822026-05-29T09:41:32.970Z Compiling utf8parse v0.2.2
1832026-05-29T09:41:33.146Z Compiling bitflags v2.11.1
1842026-05-29T09:41:33.160Z Compiling anstyle-parse v1.0.0
1852026-05-29T09:41:33.385Z Compiling thiserror v2.0.18
1862026-05-29T09:41:33.466Z Compiling anstyle-query v1.1.5
1872026-05-29T09:41:33.466Z Compiling colorchoice v1.0.5
1882026-05-29T09:41:33.571Z Compiling camino v1.2.2
1892026-05-29T09:41:33.583Z Compiling is_terminal_polyfill v1.70.2
1902026-05-29T09:41:33.609Z Compiling serde_json v1.0.149
1912026-05-29T09:41:33.615Z Compiling anstyle v1.0.14
1922026-05-29T09:41:33.660Z Compiling serde v1.0.228
1932026-05-29T09:41:33.833Z Compiling errno v0.3.14
1942026-05-29T09:41:33.848Z Compiling anstream v1.0.0
1952026-05-29T09:41:33.917Z Compiling anyhow v1.0.102
1962026-05-29T09:41:33.923Z Compiling strsim v0.11.1
1972026-05-29T09:41:34.032Z Compiling itoa v1.0.18
1982026-05-29T09:41:34.252Z Compiling winnow v1.0.2
1992026-05-29T09:41:34.284Z Compiling memchr v2.8.0
2002026-05-29T09:41:34.293Z Compiling heck v0.5.0
2012026-05-29T09:41:34.356Z Compiling clap_lex v1.1.0
2022026-05-29T09:41:34.464Z Compiling syn v2.0.117
2032026-05-29T09:41:34.484Z Compiling terminal_size v0.4.4
2042026-05-29T09:41:34.636Z Compiling clap_builder v4.6.0
2052026-05-29T09:41:34.664Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-05-29T09:41:34.861Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-29T09:41:35.388Z Compiling serde_spanned v1.1.1
2082026-05-29T09:41:35.453Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-05-29T09:41:35.544Z Compiling semver v1.0.28
2102026-05-29T09:41:35.746Z Compiling cargo-platform v0.3.3
2112026-05-29T09:41:35.938Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-29T09:41:36.741Z Compiling serde_derive v1.0.228
2132026-05-29T09:41:36.772Z Compiling thiserror-impl v2.0.18
2142026-05-29T09:41:37.087Z Compiling clap_derive v4.6.1
2152026-05-29T09:41:38.749Z Compiling clap v4.6.1
2162026-05-29T09:41:39.774Z Compiling cargo_metadata v0.23.1
2172026-05-29T09:41:42.206Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-29T09:41:43.786Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.97s
2192026-05-29T09:41:43.880Z Running `target/debug/xtask build --profile all`
2202026-05-29T09:41:45.282ZBuilding opteadm (release).
2212026-05-29T09:41:45.376Z Compiling proc-macro2 v1.0.106
2222026-05-29T09:41:45.376Z Compiling quote v1.0.45
2232026-05-29T09:41:45.376Z Compiling unicode-ident v1.0.24
2242026-05-29T09:41:45.376Z Compiling serde_core v1.0.228
2252026-05-29T09:41:45.379Z Compiling libc v0.2.186
2262026-05-29T09:41:45.379Z Compiling cfg-if v1.0.4
2272026-05-29T09:41:45.379Z Compiling fnv v1.0.7
2282026-05-29T09:41:45.379Z Compiling memchr v2.8.0
2292026-05-29T09:41:45.447Z Compiling ident_case v1.0.1
2302026-05-29T09:41:45.471Z Compiling thiserror v2.0.18
2312026-05-29T09:41:45.490Z Compiling strsim v0.11.1
2322026-05-29T09:41:45.544Z Compiling regex-syntax v0.8.10
2332026-05-29T09:41:45.695Z Compiling anyhow v1.0.102
2342026-05-29T09:41:45.747Z Compiling zerocopy v0.8.48
2352026-05-29T09:41:45.914Z Compiling aho-corasick v1.1.4
2362026-05-29T09:41:45.973Z Compiling winnow v1.0.2
2372026-05-29T09:41:46.004Z Compiling serde v1.0.228
2382026-05-29T09:41:46.097Z Compiling either v1.15.0
2392026-05-29T09:41:46.115Z Compiling equivalent v1.0.2
2402026-05-29T09:41:46.185Z Compiling hashbrown v0.17.0
2412026-05-29T09:41:46.307Z Compiling itertools v0.14.0
2422026-05-29T09:41:46.553Z Compiling syn v2.0.117
2432026-05-29T09:41:46.663Z Compiling heapless v0.8.0
2442026-05-29T09:41:46.743Z Compiling indexmap v2.14.0
2452026-05-29T09:41:46.958Z Compiling toml_parser v1.1.2+spec-1.1.0
2462026-05-29T09:41:47.057Z Compiling regex-automata v0.4.14
2472026-05-29T09:41:47.360Z Compiling toml_datetime v1.1.1+spec-1.1.0
2482026-05-29T09:41:47.366Z Compiling byteorder v1.5.0
2492026-05-29T09:41:47.511Z Compiling toml_edit v0.25.11+spec-1.1.0
2502026-05-29T09:41:47.549Z Compiling bitflags v2.11.1
2512026-05-29T09:41:47.571Z Compiling hash32 v0.3.1
2522026-05-29T09:41:47.661Z Compiling rustversion v1.0.22
2532026-05-29T09:41:47.686Z Compiling stable_deref_trait v1.2.1
2542026-05-29T09:41:47.695Z Compiling macaddr v1.0.1
2552026-05-29T09:41:47.725Z Compiling syn v1.0.109
2562026-05-29T09:41:47.748Z Compiling smoltcp v0.11.0
2572026-05-29T09:41:47.881Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-05-29T09:41:48.039Z Compiling rustix v1.1.4
2592026-05-29T09:41:48.074Z Compiling proc-macro-crate v3.5.0
2602026-05-29T09:41:48.101Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2612026-05-29T09:41:48.132Z Compiling rand_core v0.10.1
2622026-05-29T09:41:48.281Z Compiling version_check v0.9.5
2632026-05-29T09:41:48.320Z Compiling managed v0.8.0
2642026-05-29T09:41:48.370Z Compiling getrandom v0.4.2
2652026-05-29T09:41:48.389Z Compiling bitflags v1.3.2
2662026-05-29T09:41:48.425Z Compiling ref-cast v1.0.25
2672026-05-29T09:41:48.540Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-29T09:41:48.642Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-29T09:41:48.764Z Compiling regex v1.12.3
2702026-05-29T09:41:48.768Z Compiling errno v0.3.14
2712026-05-29T09:41:49.005Z Compiling unicode-width v0.2.2
2722026-05-29T09:41:49.145Z Compiling ipnetwork v0.21.1
2732026-05-29T09:41:49.162Z Compiling once_cell v1.21.4
2742026-05-29T09:41:49.287Z Compiling darling_core v0.21.3
2752026-05-29T09:41:49.374Z Compiling foreign-types-shared v0.3.1
2762026-05-29T09:41:49.454Z Compiling cpufeatures v0.3.0
2772026-05-29T09:41:49.502Z Compiling utf8parse v0.2.2
2782026-05-29T09:41:49.513Z Compiling chacha20 v0.10.0
2792026-05-29T09:41:49.595Z Compiling anstyle-parse v1.0.0
2802026-05-29T09:41:49.613Z Compiling tracing-core v0.1.36
2812026-05-29T09:41:49.640Z Compiling cstr-argument v0.1.2
2822026-05-29T09:41:49.775Z Compiling tabwriter v1.4.1
2832026-05-29T09:41:50.280Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
2842026-05-29T09:41:50.373Z Compiling pin-project-lite v0.2.17
2852026-05-29T09:41:50.377Z Compiling thiserror-impl v2.0.18
2862026-05-29T09:41:50.432Z Compiling zerocopy-derive v0.8.48
2872026-05-29T09:41:50.457Z Compiling serde_derive v1.0.228
2882026-05-29T09:41:50.494Z Compiling ref-cast-impl v1.0.25
2892026-05-29T09:41:50.539Z Compiling num_enum_derive v0.7.6
2902026-05-29T09:41:51.072Z Compiling foreign-types-macros v0.2.3
2912026-05-29T09:41:51.330Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2922026-05-29T09:41:51.372Z Compiling darling_macro v0.21.3
2932026-05-29T09:41:51.519Z Compiling num_enum v0.7.6
2942026-05-29T09:41:51.625Z Compiling tracing-attributes v0.1.31
2952026-05-29T09:41:51.700Z Compiling cobs v0.3.0
2962026-05-29T09:41:51.705Z Compiling foreign-types v0.5.0
2972026-05-29T09:41:51.767Z Compiling pretty-hex v0.4.2
2982026-05-29T09:41:51.775Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
2992026-05-29T09:41:51.817Z Compiling anstyle-query v1.1.5
3002026-05-29T09:41:51.888Z Compiling is_terminal_polyfill v1.70.2
3012026-05-29T09:41:51.904Z Compiling dyn-clone v1.0.20
3022026-05-29T09:41:51.904Z Compiling anstyle v1.0.14
3032026-05-29T09:41:51.923Z Compiling darling v0.21.3
3042026-05-29T09:41:51.963Z Compiling colorchoice v1.0.5
3052026-05-29T09:41:51.990Z Compiling ingot-macros v0.1.1
3062026-05-29T09:41:52.029Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3072026-05-29T09:41:52.061Z Compiling anstream v1.0.0
3082026-05-29T09:41:52.134Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-05-29T09:41:52.246Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-29T09:41:52.462Z Compiling terminal_size v0.4.4
3112026-05-29T09:41:52.470Z Compiling rand v0.10.1
3122026-05-29T09:41:52.592Z Compiling uuid v1.23.1
3132026-05-29T09:41:52.644Z Compiling socket2 v0.6.3
3142026-05-29T09:41:52.765Z Compiling heck v0.5.0
3152026-05-29T09:41:52.826Z Compiling tracing v0.1.44
3162026-05-29T09:41:52.947Z Compiling oxnet v0.1.5
3172026-05-29T09:41:52.966Z Compiling clap_lex v1.1.0
3182026-05-29T09:41:53.149Z Compiling colored v3.1.1
3192026-05-29T09:41:53.264Z Compiling clap_derive v4.6.1
3202026-05-29T09:41:53.277Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3212026-05-29T09:41:53.597Z Compiling postcard v1.1.3
3222026-05-29T09:41:53.688Z Compiling clap_builder v4.6.0
3232026-05-29T09:41:54.811Z Compiling ingot-types v0.1.2
3242026-05-29T09:41:55.189Z Compiling ingot v0.1.1
3252026-05-29T09:41:55.410Z Compiling clap v4.6.1
3262026-05-29T09:41:56.866Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-29T09:41:57.877Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-29T09:41:58.904Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-29T09:42:05.338Z Finished `release` profile [optimized + debuginfo] target(s) in 20.05s
3302026-05-29T09:42:05.366ZBuilding xde (release-lto).
3312026-05-29T09:42:05.611Z Updating crates.io index
3322026-05-29T09:42:05.699Z Downloading crates ...
3332026-05-29T09:42:05.746Z Downloaded adler2 v2.0.1
3342026-05-29T09:42:05.749Z Downloaded addr2line v0.25.1
3352026-05-29T09:42:05.752Z Downloaded rustc-literal-escaper v0.0.7
3362026-05-29T09:42:05.762Z Downloaded getopts v0.2.24
3372026-05-29T09:42:05.765Z Downloaded rustc-demangle v0.1.27
3382026-05-29T09:42:05.765Z Downloaded foldhash v0.2.0
3392026-05-29T09:42:05.772Z Downloaded hashbrown v0.16.1
3402026-05-29T09:42:05.781Z Downloaded miniz_oxide v0.8.9
3412026-05-29T09:42:05.785Z Downloaded memchr v2.7.6
3422026-05-29T09:42:05.822Z Downloaded gimli v0.32.3
3432026-05-29T09:42:05.827Z Downloaded object v0.37.3
3442026-05-29T09:42:05.857Z Downloaded libc v0.2.183
3452026-05-29T09:42:05.917Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3462026-05-29T09:42:05.917Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3472026-05-29T09:42:05.917Z Compiling proc-macro2 v1.0.106
3482026-05-29T09:42:05.920Z Compiling unicode-ident v1.0.24
3492026-05-29T09:42:05.920Z Compiling quote v1.0.45
3502026-05-29T09:42:05.920Z Compiling ident_case v1.0.1
3512026-05-29T09:42:05.920Z Compiling strsim v0.11.1
3522026-05-29T09:42:05.920Z Compiling serde_core v1.0.228
3532026-05-29T09:42:06.084Z Compiling memchr v2.8.0
3542026-05-29T09:42:06.087Z Compiling fnv v1.0.7
3552026-05-29T09:42:06.172Z Compiling regex-syntax v0.8.10
3562026-05-29T09:42:06.344Z Compiling either v1.15.0
3572026-05-29T09:42:06.351Z Compiling zerocopy v0.8.48
3582026-05-29T09:42:06.351Z Compiling thiserror v2.0.18
3592026-05-29T09:42:06.468Z Compiling serde v1.0.228
3602026-05-29T09:42:06.540Z Compiling aho-corasick v1.1.4
3612026-05-29T09:42:06.752Z Compiling itertools v0.14.0
3622026-05-29T09:42:06.915Z Compiling heapless v0.8.0
3632026-05-29T09:42:06.918Z Compiling smoltcp v0.11.0
3642026-05-29T09:42:07.112Z Compiling syn v2.0.117
3652026-05-29T09:42:07.159Z Compiling version_check v0.9.5
3662026-05-29T09:42:07.336Z Compiling ref-cast v1.0.25
3672026-05-29T09:42:07.372Z Compiling crc32fast v1.5.0
3682026-05-29T09:42:07.512Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-05-29T09:42:07.702Z Compiling regex-automata v0.4.14
3702026-05-29T09:42:09.201Z Compiling regex v1.12.3
3712026-05-29T09:42:09.352Z Compiling darling_core v0.21.3
3722026-05-29T09:42:09.357Z Compiling darling_core v0.23.0
3732026-05-29T09:42:10.264Z Compiling zerocopy-derive v0.8.48
3742026-05-29T09:42:10.264Z Compiling serde_derive v1.0.228
3752026-05-29T09:42:10.264Z Compiling thiserror-impl v2.0.18
3762026-05-29T09:42:10.267Z Compiling ref-cast-impl v1.0.25
3772026-05-29T09:42:10.267Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-29T09:42:11.892Z Compiling darling_macro v0.21.3
3792026-05-29T09:42:11.901Z Compiling darling_macro v0.23.0
3802026-05-29T09:42:12.800Z Compiling darling v0.23.0
3812026-05-29T09:42:12.800Z Compiling darling v0.21.3
3822026-05-29T09:42:12.863Z Compiling ingot-macros v0.1.1
3832026-05-29T09:42:12.866Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3842026-05-29T09:42:17.775Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3852026-05-29T09:42:19.850Z Compiling byteorder v1.5.0
3862026-05-29T09:42:19.850Z Compiling cfg-if v1.0.4
3872026-05-29T09:42:19.854Z Compiling macaddr v1.0.1
3882026-05-29T09:42:19.854Z Compiling stable_deref_trait v1.2.1
3892026-05-29T09:42:19.907Z Compiling managed v0.8.0
3902026-05-29T09:42:19.916Z Compiling bitflags v1.3.2
3912026-05-29T09:42:19.948Z Compiling cobs v0.3.0
3922026-05-29T09:42:20.033Z Compiling hash32 v0.3.1
3932026-05-29T09:42:20.156Z Compiling dyn-clone v1.0.20
3942026-05-29T09:42:20.216Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-29T09:42:21.424Z Compiling bitflags v2.11.1
3962026-05-29T09:42:21.424Z Compiling uuid v1.23.1
3972026-05-29T09:42:21.563Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-29T09:42:21.865Z Compiling postcard v1.1.3
3992026-05-29T09:42:22.688Z Compiling ingot-types v0.1.2
4002026-05-29T09:42:22.999Z Compiling ingot v0.1.1
4012026-05-29T09:42:24.489Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-29T09:42:28.234Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-29T09:42:37.006Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-29T09:43:06.601Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
4052026-05-29T09:43:06.626ZLinking xde kmod...
4062026-05-29T09:43:07.213ZBuilding xde dev link helper (release).
4072026-05-29T09:43:07.369Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4082026-05-29T09:43:07.369Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-05-29T09:43:07.369Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-29T09:43:18.270Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-05-29T09:43:20.611Z Finished `release` profile [optimized + debuginfo] target(s) in 13.37s
4122026-05-29T09:43:20.630ZBuilding opteadm (dev).
4132026-05-29T09:43:20.782Z Compiling serde_core v1.0.228
4142026-05-29T09:43:20.782Z Compiling libc v0.2.186
4152026-05-29T09:43:20.782Z Compiling cfg-if v1.0.4
4162026-05-29T09:43:20.782Z Compiling memchr v2.8.0
4172026-05-29T09:43:20.786Z Compiling ident_case v1.0.1
4182026-05-29T09:43:20.786Z Compiling strsim v0.11.1
4192026-05-29T09:43:20.786Z Compiling fnv v1.0.7
4202026-05-29T09:43:20.807Z Compiling syn v2.0.117
4212026-05-29T09:43:20.857Z Compiling regex-syntax v0.8.10
4222026-05-29T09:43:20.880Z Compiling zerocopy v0.8.48
4232026-05-29T09:43:20.900Z Compiling either v1.15.0
4242026-05-29T09:43:21.077Z Compiling serde v1.0.228
4252026-05-29T09:43:21.082Z Compiling winnow v1.0.2
4262026-05-29T09:43:21.264Z Compiling aho-corasick v1.1.4
4272026-05-29T09:43:21.395Z Compiling hashbrown v0.17.0
4282026-05-29T09:43:21.416Z Compiling equivalent v1.0.2
4292026-05-29T09:43:21.550Z Compiling itertools v0.14.0
4302026-05-29T09:43:21.562Z Compiling byteorder v1.5.0
4312026-05-29T09:43:21.735Z Compiling heapless v0.8.0
4322026-05-29T09:43:21.931Z Compiling indexmap v2.14.0
4332026-05-29T09:43:22.038Z Compiling toml_parser v1.1.2+spec-1.1.0
4342026-05-29T09:43:22.108Z Compiling toml_datetime v1.1.1+spec-1.1.0
4352026-05-29T09:43:22.321Z Compiling regex-automata v0.4.14
4362026-05-29T09:43:22.534Z Compiling toml_edit v0.25.11+spec-1.1.0
4372026-05-29T09:43:22.675Z Compiling hash32 v0.3.1
4382026-05-29T09:43:22.720Z Compiling syn v1.0.109
4392026-05-29T09:43:22.748Z Compiling stable_deref_trait v1.2.1
4402026-05-29T09:43:22.816Z Compiling bitflags v2.11.1
4412026-05-29T09:43:22.820Z Compiling smoltcp v0.11.0
4422026-05-29T09:43:22.924Z Compiling rustversion v1.0.22
4432026-05-29T09:43:23.023Z Compiling macaddr v1.0.1
4442026-05-29T09:43:23.036Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-05-29T09:43:23.160Z Compiling proc-macro-crate v3.5.0
4462026-05-29T09:43:23.281Z Compiling managed v0.8.0
4472026-05-29T09:43:23.287Z Compiling darling_core v0.21.3
4482026-05-29T09:43:23.302Z Compiling ref-cast v1.0.25
4492026-05-29T09:43:23.431Z Compiling version_check v0.9.5
4502026-05-29T09:43:23.496Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4512026-05-29T09:43:23.568Z Compiling getrandom v0.4.2
4522026-05-29T09:43:23.613Z Compiling bitflags v1.3.2
4532026-05-29T09:43:23.678Z Compiling rand_core v0.10.1
4542026-05-29T09:43:23.691Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-05-29T09:43:23.843Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-29T09:43:23.927Z Compiling errno v0.3.14
4572026-05-29T09:43:24.094Z Compiling regex v1.12.3
4582026-05-29T09:43:24.319Z Compiling foreign-types-shared v0.3.1
4592026-05-29T09:43:24.402Z Compiling unicode-width v0.2.2
4602026-05-29T09:43:24.452Z Compiling once_cell v1.21.4
4612026-05-29T09:43:24.475Z Compiling ipnetwork v0.21.1
4622026-05-29T09:43:24.501Z Compiling thiserror-impl v2.0.18
4632026-05-29T09:43:24.686Z Compiling serde_derive v1.0.228
4642026-05-29T09:43:24.702Z Compiling zerocopy-derive v0.8.48
4652026-05-29T09:43:24.855Z Compiling foreign-types-macros v0.2.3
4662026-05-29T09:43:24.984Z Compiling num_enum_derive v0.7.6
4672026-05-29T09:43:25.367Z Compiling darling_macro v0.21.3
4682026-05-29T09:43:25.490Z Compiling ref-cast-impl v1.0.25
4692026-05-29T09:43:25.714Z Compiling thiserror v2.0.18
4702026-05-29T09:43:25.812Z Compiling cobs v0.3.0
4712026-05-29T09:43:25.922Z Compiling darling v0.21.3
4722026-05-29T09:43:25.973Z Compiling cpufeatures v0.3.0
4732026-05-29T09:43:25.993Z Compiling ingot-macros v0.1.1
4742026-05-29T09:43:26.087Z Compiling chacha20 v0.10.0
4752026-05-29T09:43:26.165Z Compiling num_enum v0.7.6
4762026-05-29T09:43:26.339Z Compiling foreign-types v0.5.0
4772026-05-29T09:43:26.410Z Compiling tabwriter v1.4.1
4782026-05-29T09:43:26.482Z Compiling tracing-core v0.1.36
4792026-05-29T09:43:26.837Z Compiling cstr-argument v0.1.2
4802026-05-29T09:43:27.011Z Compiling tracing-attributes v0.1.31
4812026-05-29T09:43:27.171Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-05-29T09:43:27.290Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4832026-05-29T09:43:27.663Z Compiling rustix v1.1.4
4842026-05-29T09:43:27.864Z Compiling postcard v1.1.3
4852026-05-29T09:43:28.096Z Compiling anyhow v1.0.102
4862026-05-29T09:43:28.155Z Compiling pin-project-lite v0.2.17
4872026-05-29T09:43:28.172Z Compiling dyn-clone v1.0.20
4882026-05-29T09:43:28.209Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4892026-05-29T09:43:28.227Z Compiling pretty-hex v0.4.2
4902026-05-29T09:43:28.240Z Compiling tracing v0.1.44
4912026-05-29T09:43:28.326Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4922026-05-29T09:43:28.348Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-05-29T09:43:28.442Z Compiling terminal_size v0.4.4
4942026-05-29T09:43:28.537Z Compiling rand v0.10.1
4952026-05-29T09:43:28.584Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-05-29T09:43:28.592Z Compiling uuid v1.23.1
4972026-05-29T09:43:28.600Z Compiling socket2 v0.6.3
4982026-05-29T09:43:28.689Z Compiling colored v3.1.1
4992026-05-29T09:43:28.696Z Compiling oxnet v0.1.5
5002026-05-29T09:43:28.826Z Compiling clap_builder v4.6.0
5012026-05-29T09:43:29.153Z Compiling ingot-types v0.1.2
5022026-05-29T09:43:29.158Z Compiling clap_derive v4.6.1
5032026-05-29T09:43:29.169Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-05-29T09:43:29.486Z Compiling ingot v0.1.1
5052026-05-29T09:43:30.463Z Compiling clap v4.6.1
5062026-05-29T09:43:31.340Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-29T09:43:33.242Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-29T09:43:34.403Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-29T09:43:38.807Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.17s
5102026-05-29T09:43:38.835ZBuilding xde (dev).
5112026-05-29T09:43:39.066Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5122026-05-29T09:43:39.066Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-05-29T09:43:39.066Z Compiling proc-macro2 v1.0.106
5142026-05-29T09:43:39.066Z Compiling quote v1.0.45
5152026-05-29T09:43:39.066Z Compiling unicode-ident v1.0.24
5162026-05-29T09:43:39.070Z Compiling strsim v0.11.1
5172026-05-29T09:43:39.070Z Compiling ident_case v1.0.1
5182026-05-29T09:43:39.070Z Compiling serde_core v1.0.228
5192026-05-29T09:43:39.187Z Compiling fnv v1.0.7
5202026-05-29T09:43:39.190Z Compiling memchr v2.8.0
5212026-05-29T09:43:39.269Z Compiling regex-syntax v0.8.10
5222026-05-29T09:43:39.448Z Compiling zerocopy v0.8.48
5232026-05-29T09:43:39.453Z Compiling either v1.15.0
5242026-05-29T09:43:39.456Z Compiling thiserror v2.0.18
5252026-05-29T09:43:39.589Z Compiling aho-corasick v1.1.4
5262026-05-29T09:43:39.638Z Compiling serde v1.0.228
5272026-05-29T09:43:39.843Z Compiling itertools v0.14.0
5282026-05-29T09:43:40.057Z Compiling heapless v0.8.0
5292026-05-29T09:43:40.061Z Compiling smoltcp v0.11.0
5302026-05-29T09:43:40.224Z Compiling syn v2.0.117
5312026-05-29T09:43:40.269Z Compiling crc32fast v1.5.0
5322026-05-29T09:43:40.479Z Compiling version_check v0.9.5
5332026-05-29T09:43:40.527Z Compiling ref-cast v1.0.25
5342026-05-29T09:43:40.780Z Compiling regex-automata v0.4.14
5352026-05-29T09:43:40.952Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-05-29T09:43:42.333Z Compiling regex v1.12.3
5372026-05-29T09:43:42.544Z Compiling darling_core v0.21.3
5382026-05-29T09:43:42.544Z Compiling darling_core v0.23.0
5392026-05-29T09:43:43.496Z Compiling serde_derive v1.0.228
5402026-05-29T09:43:43.496Z Compiling thiserror-impl v2.0.18
5412026-05-29T09:43:43.496Z Compiling zerocopy-derive v0.8.48
5422026-05-29T09:43:43.500Z Compiling ref-cast-impl v1.0.25
5432026-05-29T09:43:43.500Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-29T09:43:45.113Z Compiling darling_macro v0.21.3
5452026-05-29T09:43:45.203Z Compiling darling_macro v0.23.0
5462026-05-29T09:43:46.055Z Compiling darling v0.21.3
5472026-05-29T09:43:46.115Z Compiling darling v0.23.0
5482026-05-29T09:43:46.118Z Compiling ingot-macros v0.1.1
5492026-05-29T09:43:46.179Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-05-29T09:43:50.483Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-05-29T09:43:52.225Z Compiling byteorder v1.5.0
5522026-05-29T09:43:52.225Z Compiling stable_deref_trait v1.2.1
5532026-05-29T09:43:52.225Z Compiling macaddr v1.0.1
5542026-05-29T09:43:52.228Z Compiling cfg-if v1.0.4
5552026-05-29T09:43:52.294Z Compiling cobs v0.3.0
5562026-05-29T09:43:52.298Z Compiling bitflags v1.3.2
5572026-05-29T09:43:52.331Z Compiling managed v0.8.0
5582026-05-29T09:43:52.361Z Compiling hash32 v0.3.1
5592026-05-29T09:43:52.584Z Compiling dyn-clone v1.0.20
5602026-05-29T09:43:52.665Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-29T09:43:53.740Z Compiling bitflags v2.11.1
5622026-05-29T09:43:53.740Z Compiling uuid v1.23.1
5632026-05-29T09:43:53.873Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-29T09:43:54.154Z Compiling postcard v1.1.3
5652026-05-29T09:43:54.955Z Compiling ingot-types v0.1.2
5662026-05-29T09:43:55.232Z Compiling ingot v0.1.1
5672026-05-29T09:43:56.631Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-29T09:44:00.893Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-29T09:44:11.211Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-29T09:44:19.493Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.63s
5712026-05-29T09:44:19.515ZLinking xde kmod...
5722026-05-29T09:44:20.661ZBuilding xde dev link helper (dev).
5732026-05-29T09:44:20.827Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5742026-05-29T09:44:20.827Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5752026-05-29T09:44:20.827Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-29T09:44:31.246Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5772026-05-29T09:44:33.440Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.75s
5782026-05-29T09:44:33.463Z
5792026-05-29T09:44:33.467Zreal 3:05.655049430
5802026-05-29T09:44:33.467Zuser 8:57.293692782
5812026-05-29T09:44:33.467Zsys 58.217288349
5822026-05-29T09:44:33.467Ztrap 0.244667354
5832026-05-29T09:44:33.467Ztflt 0.805284128
5842026-05-29T09:44:33.467Zdflt 1.563743290
5852026-05-29T09:44:33.467Zkflt 0.006922370
5862026-05-29T09:44:33.467Zlock 30:27.337675549
5872026-05-29T09:44:33.467Zslp 20:54.503359617
5882026-05-29T09:44:33.467Zlat 22.778015233
5892026-05-29T09:44:33.467Zstop 31.250590209
5902026-05-29T09:44:33.467Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-29T09:44:33.467Z+ grep GOTPCREL
5922026-05-29T09:44:34.432Z+ header 'package opte'
5932026-05-29T09:44:34.432Z+ echo '# ==== package opte ==== #'
5942026-05-29T09:44:34.436Z+ cargo xtask package --skip-build --profile all
5952026-05-29T09:44:34.436Z# ==== package opte ==== #
5962026-05-29T09:44:34.571Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-05-29T09:44:34.575Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-29T09:44:34.781Z+ ./clean.sh
5992026-05-29T09:44:34.788Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-29T09:44:34.791Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-29T09:44:34.791Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-29T09:44:34.795Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-29T09:44:34.809Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-29T09:44:34.843Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-29T09:44:34.846Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-29T09:44:34.846Z+ '[' -z ']'
6072026-05-29T09:44:34.847Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-29T09:44:34.876Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-29T09:44:34.949Z+ INC_DEBUG=
6102026-05-29T09:44:34.953Z+ typeset -ri TAG=0
6112026-05-29T09:44:34.953Z++ ./print-api-version.sh
6122026-05-29T09:44:34.956Z+ API_VSN=40
6132026-05-29T09:44:34.956Z+ PKG_VERSION=0.40.492-3.0
6142026-05-29T09:44:34.956Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.492-3.0/g opte.template.p5m
6152026-05-29T09:44:34.959Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-29T09:44:35.489Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-29T09:44:35.825Z+ mkdir -p packages
6182026-05-29T09:44:35.829Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-29T09:44:42.692Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-29T09:44:42.696Z+ pkgrepo create packages/repo
6212026-05-29T09:44:42.903Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-29T09:44:43.109Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-29T09:45:12.376Zpkg://helios/driver/network/opte@0.40.492,5.11-3.0:20260529T094442Z
6242026-05-29T09:45:12.376ZPUBLISHED
6252026-05-29T09:45:12.414Z+ pkgrecv -a -d packages/repo/opte-0.40.492-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-29T09:45:12.593ZRetrieving packages for publisher helios ...
6272026-05-29T09:45:12.596ZRetrieving catalog 'helios' ... Done
6282026-05-29T09:45:12.600ZRetrieving and evaluating 1 package(s)...
6292026-05-29T09:45:12.600ZFetching manifests: 1/1 100% complete
6302026-05-29T09:45:12.600ZFetching manifests: 1/1 100% complete
6312026-05-29T09:45:12.600Z
6322026-05-29T09:45:12.600ZArchiving packages ...
6332026-05-29T09:45:12.600Z Packages to add: 1
6342026-05-29T09:45:12.600Z Files to retrieve: 6
6352026-05-29T09:45:12.600ZEstimated transfer size: 37.04 MB
6362026-05-29T09:45:12.600Z
6372026-05-29T09:45:12.600ZPackages to archive:
6382026-05-29T09:45:12.600Zdriver/network/opte@0.40.492,5.11-3.0:20260529T094442Z
6392026-05-29T09:45:12.600Z
6402026-05-29T09:45:12.601ZDownload: 0/6 items 0.0/37.0MB 0% complete
6412026-05-29T09:45:12.665ZDownload: Completed 37.04 MB in 0.07 seconds (546M/s)
6422026-05-29T09:45:12.670ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6432026-05-29T09:45:12.676ZArchiving: Completed 37.08 MB in 0.01 seconds
6442026-05-29T09:45:12.716ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.492-3.0.p5p.
6452026-05-29T09:45:12.720Z+ banner copy
6462026-05-29T09:45:12.723Z
6472026-05-29T09:45:12.723Z #### #### ##### # #
6482026-05-29T09:45:12.723Z # # # # # # # #
6492026-05-29T09:45:12.724Z # # # # # #
6502026-05-29T09:45:12.724Z # # # ##### #
6512026-05-29T09:45:12.724Z # # # # # #
6522026-05-29T09:45:12.724Z #### #### # #
6532026-05-29T09:45:12.724Z
6542026-05-29T09:45:12.724Z+ pfexec mkdir -p /out
6552026-05-29T09:45:12.724Z+ pfexec chown 12345 /out
6562026-05-29T09:45:12.727Z+ PKG_NAME=/out/opte.p5p
6572026-05-29T09:45:12.727Z+ mv pkg/packages/repo/opte-0.40.492-3.0.p5p /out/opte.p5p
6582026-05-29T09:45:12.752Z+ sha256sum /out/opte.p5p
6592026-05-29T09:45:12.777Zprocess exited: duration 238500 ms, exit code 0
 
6602026-05-29T09:45:12.791Zfound 2 output files
6612026-05-29T09:45:12.816Zuploading: /out/opte.p5p (38881280 bytes)
6622026-05-29T09:45:14.183Zuploaded: /out/opte.p5p
6632026-05-29T09:45:14.183Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-29T09:45:15.197Zuploaded: /out/opte.p5p.sha256