01KYBQHZE058HCA58HHYZVZXT6: 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: 01KYBQJHRFSNM778FBS1WDYJ3V

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-25T04:13:13.224Zjob assigned to worker 01KYBQJQT7NGQB3B1PVE6F4HVA [factory aws, i-006b3485b47d3324d] (queued for 57 s)
 
22026-07-25T04:13:20.183Zstarting task 0: "setup"
32026-07-25T04:13:20.189Z++ uname -s
42026-07-25T04:13:20.189Z+ kern=SunOS
52026-07-25T04:13:20.189Z+ build_user=build
62026-07-25T04:13:20.189Z+ build_uid=12345
72026-07-25T04:13:20.189Z+ work_dir=/work
82026-07-25T04:13:20.189Z+ input_dir=/input
92026-07-25T04:13:20.189Z+ [[ 0 == 12345 ]]
102026-07-25T04:13:20.189Z+ case "$kern" in
112026-07-25T04:13:20.189Z+ groupadd -g 12345 build
122026-07-25T04:13:20.195Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-25T04:13:22.196Z+ zfs create -o mountpoint=/work rpool/work
142026-07-25T04:13:22.265Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-25T04:13:22.283Z+ home_fs=zfs
162026-07-25T04:13:22.283Z+ [[ zfs == autofs ]]
172026-07-25T04:13:22.283Z+ mkdir -p /home/build
182026-07-25T04:13:22.283Z+ chown build:build /home/build /work
192026-07-25T04:13:24.270Z+ chmod 0700 /home/build /work
202026-07-25T04:13:24.301Zprocess exited: duration 4089 ms, exit code 0
 
212026-07-25T04:13:24.317Zstarting task 1: "rust-toolchain"
222026-07-25T04:13:24.345Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-07-25T04:13:24.345Z * rust toolchain channel = "1.97.1"
242026-07-25T04:13:24.345Z * rust toolchain profile = "default"
252026-07-25T04:13:24.345Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-25T04:13:24.345Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-25T04:13:24.345Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-25T04:13:24.346Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-25T04:13:24.346Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-07-25T04:13:24.415Zinfo: downloading installer
312026-07-25T04:13:25.755Zwarn: It looks like you have an existing rustup settings file at:
322026-07-25T04:13:25.755Zwarn: /home/build/.rustup/settings.toml
332026-07-25T04:13:25.755Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-25T04:13:25.755Zwarn: instead of the one inferred from the default host triple.
352026-07-25T04:13:25.767Zinfo: profile set to default
362026-07-25T04:13:25.767Zinfo: default host triple is x86_64-unknown-illumos
372026-07-25T04:13:25.780Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-07-25T04:13:25.893Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-07-25T04:13:25.901Zinfo: downloading 6 components
402026-07-25T04:13:41.379Z
412026-07-25T04:13:41.380Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-07-25T04:13:41.406Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-07-25T04:13:41.406Z
442026-07-25T04:13:41.406Z
452026-07-25T04:13:41.410ZRust is installed now. Great!
462026-07-25T04:13:41.413Z
472026-07-25T04:13:41.413ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-25T04:13:41.413Zenvironment variable. This has not been done automatically.
492026-07-25T04:13:41.413Z
502026-07-25T04:13:41.413ZTo configure your current shell, you need to source
512026-07-25T04:13:41.413Zthe corresponding env file under $HOME/.cargo.
522026-07-25T04:13:41.413Z
532026-07-25T04:13:41.413ZThis is usually done by running one of the following (note the leading DOT):
542026-07-25T04:13:41.413Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-25T04:13:41.413Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-25T04:13:41.413Zsource "~/.cargo/env.nu" # For nushell
572026-07-25T04:13:41.413Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-25T04:13:41.413Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-25T04:13:41.413Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-25T04:13:41.413Zwarn: no default linker (`cc`) was found in your PATH
612026-07-25T04:13:41.413Zwarn: many Rust crates require a system C toolchain to build
622026-07-25T04:13:41.510Z+ rustup --version
632026-07-25T04:13:41.519Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-25T04:13:41.522Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-25T04:13:41.540Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-07-25T04:13:41.543Z+ cargo --version
672026-07-25T04:13:41.562Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-07-25T04:13:41.611Z+ rustc --version
692026-07-25T04:13:41.619Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-07-25T04:13:41.620Zprocess exited: duration 17267 ms, exit code 0
 
712026-07-25T04:13:41.644Zstarting task 2: "authentication"
722026-07-25T04:13:41.662Zprocess exited: duration 20 ms, exit code 0
 
732026-07-25T04:13:41.670Zstarting task 3: "clone repository"
742026-07-25T04:13:41.674Z+ mkdir -p /work/oxidecomputer/opte
752026-07-25T04:13:41.680Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-25T04:13:41.707ZCloning into '/work/oxidecomputer/opte'...
772026-07-25T04:13:42.823Z+ cd /work/oxidecomputer/opte
782026-07-25T04:13:42.823Z+ git fetch origin 6b06228503251b59b5bfa84b379945874f32b9ba
792026-07-25T04:13:43.021ZFrom https://github.com/oxidecomputer/opte
802026-07-25T04:13:43.022Z * branch 6b06228503251b59b5bfa84b379945874f32b9ba -> FETCH_HEAD
812026-07-25T04:13:43.026Z+ [[ -n renovate/syn-2.x-lockfile ]]
822026-07-25T04:13:43.030Z++ git branch --show-current
832026-07-25T04:13:43.030Z+ current=master
842026-07-25T04:13:43.030Z+ [[ master != renovate/syn-2.x-lockfile ]]
852026-07-25T04:13:43.030Z+ git branch -f renovate/syn-2.x-lockfile 6b06228503251b59b5bfa84b379945874f32b9ba
862026-07-25T04:13:43.033Z+ git checkout -f renovate/syn-2.x-lockfile
872026-07-25T04:13:43.049ZSwitched to branch 'renovate/syn-2.x-lockfile'
882026-07-25T04:13:43.052Z+ git reset --hard 6b06228503251b59b5bfa84b379945874f32b9ba
892026-07-25T04:13:43.066ZHEAD is now at 6b06228 Update Rust crate syn to v2.0.119
902026-07-25T04:13:43.069Zprocess exited: duration 1396 ms, exit code 0
 
912026-07-25T04:13:43.075Zstarting task 4: "build"
922026-07-25T04:13:43.078Z+ source .github/buildomat/common.sh
932026-07-25T04:13:43.082Z++ rustup show active-toolchain
942026-07-25T04:13:43.085Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-25T04:13:43.085Z++ pushd xde
962026-07-25T04:13:43.085Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-25T04:13:43.085Z++ rustup show active-toolchain
982026-07-25T04:13:43.089Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-07-25T04:13:43.242Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-07-25T04:13:43.246Zinfo: downloading 6 components
1012026-07-25T04:13:57.131Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-25T04:13:57.225Z+++ rustup show active-toolchain -v
1032026-07-25T04:13:57.242Z+++ head -n 1
1042026-07-25T04:13:57.242Z+++ cut '-d ' -f1
1052026-07-25T04:13:57.275Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-07-25T04:13:57.276Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-07-25T04:13:57.280Z++ popd
1082026-07-25T04:13:57.280Z/work/oxidecomputer/opte
1092026-07-25T04:13:57.280Z+ TGT_BASE=/work
1102026-07-25T04:13:57.280Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-07-25T04:13:57.280Z+ REL_TGT=/work/release
1122026-07-25T04:13:57.283Z+ mkdir -p /work/release
1132026-07-25T04:13:57.283Z+ cargo --version
1142026-07-25T04:13:57.299Zcargo 1.97.1 (c980f4866 2026-06-30)
1152026-07-25T04:13:57.299Z+ rustc --version
1162026-07-25T04:13:57.308Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1172026-07-25T04:13:57.347Z+ header 'build xde and opteadm (release+debug)'
1182026-07-25T04:13:57.347Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-07-25T04:13:57.347Z# ==== build xde and opteadm (release+debug) ==== #
1202026-07-25T04:13:57.347Z+ ptime -m cargo xtask build --profile all
1212026-07-25T04:13:57.413Z Updating crates.io index
1222026-07-25T04:13:57.417Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-07-25T04:13:58.375Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-07-25T04:13:58.779Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-07-25T04:13:59.171Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-07-25T04:13:59.407Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-07-25T04:13:59.654Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-07-25T04:13:59.897Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-07-25T04:14:01.935Z Downloading crates ...
1302026-07-25T04:14:01.981Z Downloaded strsim v0.11.1
1312026-07-25T04:14:01.985Z Downloaded semver v1.0.28
1322026-07-25T04:14:01.992Z Downloaded proc-macro2 v1.0.106
1332026-07-25T04:14:01.996Z Downloaded thiserror-impl v2.0.18
1342026-07-25T04:14:01.996Z Downloaded heck v0.5.0
1352026-07-25T04:14:01.996Z Downloaded zmij v1.0.22
1362026-07-25T04:14:02.000Z Downloaded anstyle v1.0.14
1372026-07-25T04:14:02.000Z Downloaded equivalent v1.0.2
1382026-07-25T04:14:02.011Z Downloaded anstyle-query v1.1.5
1392026-07-25T04:14:02.015Z Downloaded terminal_size v0.4.4
1402026-07-25T04:14:02.015Z Downloaded clap_lex v1.1.0
1412026-07-25T04:14:02.022Z Downloaded serde_spanned v1.1.1
1422026-07-25T04:14:02.027Z Downloaded utf8parse v0.2.2
1432026-07-25T04:14:02.031Z Downloaded colorchoice v1.0.5
1442026-07-25T04:14:02.031Z Downloaded toml_parser v1.1.2+spec-1.1.0
1452026-07-25T04:14:02.034Z Downloaded cargo_metadata v0.23.1
1462026-07-25T04:14:02.062Z Downloaded unicode-ident v1.0.24
1472026-07-25T04:14:02.068Z Downloaded itoa v1.0.18
1482026-07-25T04:14:02.068Z Downloaded anstyle-parse v1.0.0
1492026-07-25T04:14:02.068Z Downloaded camino v1.2.4
1502026-07-25T04:14:02.068Z Downloaded errno v0.3.14
1512026-07-25T04:14:02.068Z Downloaded is_terminal_polyfill v1.70.2
1522026-07-25T04:14:02.068Z Downloaded clap v4.6.1
1532026-07-25T04:14:02.071Z Downloaded toml_writer v1.1.1+spec-1.1.0
1542026-07-25T04:14:02.075Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1552026-07-25T04:14:02.075Z Downloaded cargo-platform v0.3.3
1562026-07-25T04:14:02.087Z Downloaded thiserror v2.0.18
1572026-07-25T04:14:02.091Z Downloaded clap_derive v4.6.1
1582026-07-25T04:14:02.091Z Downloaded anstream v1.0.0
1592026-07-25T04:14:02.095Z Downloaded quote v1.0.46
1602026-07-25T04:14:02.099Z Downloaded serde_core v1.0.228
1612026-07-25T04:14:02.104Z Downloaded toml v1.1.2+spec-1.1.0
1622026-07-25T04:14:02.110Z Downloaded bitflags v2.13.0
1632026-07-25T04:14:02.113Z Downloaded anyhow v1.0.103
1642026-07-25T04:14:02.117Z Downloaded serde v1.0.228
1652026-07-25T04:14:02.117Z Downloaded serde_derive v1.0.228
1662026-07-25T04:14:02.121Z Downloaded memchr v2.8.3
1672026-07-25T04:14:02.144Z Downloaded syn v2.0.119
1682026-07-25T04:14:02.149Z Downloaded hashbrown v0.17.1
1692026-07-25T04:14:02.152Z Downloaded indexmap v2.14.0
1702026-07-25T04:14:02.160Z Downloaded serde_json v1.0.150
1712026-07-25T04:14:02.169Z Downloaded clap_builder v4.6.0
1722026-07-25T04:14:02.173Z Downloaded winnow v1.0.3
1732026-07-25T04:14:02.205Z Downloaded rustix v1.1.4
1742026-07-25T04:14:02.232Z Downloaded libc v0.2.186
1752026-07-25T04:14:02.278Z Compiling serde_core v1.0.228
1762026-07-25T04:14:02.278Z Compiling proc-macro2 v1.0.106
1772026-07-25T04:14:02.278Z Compiling unicode-ident v1.0.24
1782026-07-25T04:14:02.282Z Compiling quote v1.0.46
1792026-07-25T04:14:02.282Z Compiling libc v0.2.186
1802026-07-25T04:14:02.282Z Compiling rustix v1.1.4
1812026-07-25T04:14:02.282Z Compiling zmij v1.0.22
1822026-07-25T04:14:02.282Z Compiling utf8parse v0.2.2
1832026-07-25T04:14:02.461Z Compiling bitflags v2.13.0
1842026-07-25T04:14:02.473Z Compiling anstyle-parse v1.0.0
1852026-07-25T04:14:02.701Z Compiling serde_json v1.0.150
1862026-07-25T04:14:02.723Z Compiling thiserror v2.0.18
1872026-07-25T04:14:02.728Z Compiling camino v1.2.4
1882026-07-25T04:14:02.855Z Compiling is_terminal_polyfill v1.70.2
1892026-07-25T04:14:02.909Z Compiling anstyle-query v1.1.5
1902026-07-25T04:14:02.915Z Compiling colorchoice v1.0.5
1912026-07-25T04:14:02.939Z Compiling anstyle v1.0.14
1922026-07-25T04:14:03.013Z Compiling errno v0.3.14
1932026-07-25T04:14:03.024Z Compiling serde v1.0.228
1942026-07-25T04:14:03.085Z Compiling itoa v1.0.18
1952026-07-25T04:14:03.222Z Compiling anstream v1.0.0
1962026-07-25T04:14:03.244Z Compiling memchr v2.8.3
1972026-07-25T04:14:03.371Z Compiling clap_lex v1.1.0
1982026-07-25T04:14:03.471Z Compiling winnow v1.0.3
1992026-07-25T04:14:03.557Z Compiling syn v2.0.119
2002026-07-25T04:14:03.657Z Compiling strsim v0.11.1
2012026-07-25T04:14:03.772Z Compiling terminal_size v0.4.4
2022026-07-25T04:14:03.776Z Compiling anyhow v1.0.103
2032026-07-25T04:14:03.910Z Compiling heck v0.5.0
2042026-07-25T04:14:03.924Z Compiling clap_builder v4.6.0
2052026-07-25T04:14:04.110Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-07-25T04:14:04.305Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-07-25T04:14:04.557Z Compiling semver v1.0.28
2082026-07-25T04:14:04.766Z Compiling cargo-platform v0.3.3
2092026-07-25T04:14:05.214Z Compiling serde_spanned v1.1.1
2102026-07-25T04:14:05.301Z Compiling toml_datetime v1.1.1+spec-1.1.0
2112026-07-25T04:14:05.495Z Compiling toml v1.1.2+spec-1.1.0
2122026-07-25T04:14:05.983Z Compiling serde_derive v1.0.228
2132026-07-25T04:14:06.283Z Compiling thiserror-impl v2.0.18
2142026-07-25T04:14:06.320Z Compiling clap_derive v4.6.1
2152026-07-25T04:14:07.768Z Compiling clap v4.6.1
2162026-07-25T04:14:09.055Z Compiling cargo_metadata v0.23.1
2172026-07-25T04:14:11.488Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-07-25T04:14:13.099Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.76s
2192026-07-25T04:14:13.151Z Running `target/debug/xtask build --profile all`
2202026-07-25T04:14:14.593ZBuilding opteadm (release).
2212026-07-25T04:14:14.684Z Compiling proc-macro2 v1.0.106
2222026-07-25T04:14:14.684Z Compiling unicode-ident v1.0.24
2232026-07-25T04:14:14.688Z Compiling quote v1.0.46
2242026-07-25T04:14:14.688Z Compiling serde_core v1.0.228
2252026-07-25T04:14:14.688Z Compiling libc v0.2.186
2262026-07-25T04:14:14.688Z Compiling cfg-if v1.0.4
2272026-07-25T04:14:14.688Z Compiling memchr v2.8.3
2282026-07-25T04:14:14.688Z Compiling strsim v0.11.1
2292026-07-25T04:14:14.755Z Compiling ident_case v1.0.1
2302026-07-25T04:14:14.801Z Compiling thiserror v2.0.18
2312026-07-25T04:14:14.853Z Compiling regex-syntax v0.8.11
2322026-07-25T04:14:14.957Z Compiling serde v1.0.228
2332026-07-25T04:14:14.989Z Compiling either v1.16.0
2342026-07-25T04:14:15.169Z Compiling aho-corasick v1.1.4
2352026-07-25T04:14:15.222Z Compiling zerocopy v0.8.54
2362026-07-25T04:14:15.240Z Compiling anyhow v1.0.103
2372026-07-25T04:14:15.326Z Compiling equivalent v1.0.2
2382026-07-25T04:14:15.396Z Compiling winnow v1.0.3
2392026-07-25T04:14:15.427Z Compiling hashbrown v0.17.1
2402026-07-25T04:14:15.607Z Compiling itertools v0.15.0
2412026-07-25T04:14:15.638Z Compiling toml_datetime v1.1.1+spec-1.1.0
2422026-07-25T04:14:15.847Z Compiling byteorder v1.5.0
2432026-07-25T04:14:15.949Z Compiling indexmap v2.14.0
2442026-07-25T04:14:16.021Z Compiling syn v2.0.119
2452026-07-25T04:14:16.050Z Compiling heapless v0.8.0
2462026-07-25T04:14:16.328Z Compiling regex-automata v0.4.15
2472026-07-25T04:14:16.396Z Compiling toml_parser v1.1.2+spec-1.1.0
2482026-07-25T04:14:16.542Z Compiling hash32 v0.3.1
2492026-07-25T04:14:16.671Z Compiling stable_deref_trait v1.2.1
2502026-07-25T04:14:16.675Z Compiling syn v1.0.109
2512026-07-25T04:14:16.723Z Compiling macaddr v1.0.1
2522026-07-25T04:14:16.860Z Compiling bitflags v2.13.0
2532026-07-25T04:14:16.878Z Compiling toml_edit v0.25.12+spec-1.1.0
2542026-07-25T04:14:16.917Z Compiling rustversion v1.0.23
2552026-07-25T04:14:16.918Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2562026-07-25T04:14:16.922Z Compiling smoltcp v0.11.0
2572026-07-25T04:14:17.143Z Compiling version_check v0.9.5
2582026-07-25T04:14:17.178Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2592026-07-25T04:14:17.232Z Compiling bitflags v1.3.2
2602026-07-25T04:14:17.264Z Compiling managed v0.8.0
2612026-07-25T04:14:17.288Z Compiling rustix v1.1.4
2622026-07-25T04:14:17.374Z Compiling ref-cast v1.0.25
2632026-07-25T04:14:17.382Z Compiling getrandom v0.4.3
2642026-07-25T04:14:17.453Z Compiling proc-macro-crate v3.5.0
2652026-07-25T04:14:17.494Z Compiling rand_core v0.10.1
2662026-07-25T04:14:17.642Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2672026-07-25T04:14:17.730Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2682026-07-25T04:14:17.845Z Compiling errno v0.3.14
2692026-07-25T04:14:17.851Z Compiling foreign-types-shared v0.3.1
2702026-07-25T04:14:17.923Z Compiling unicode-width v0.2.2
2712026-07-25T04:14:17.981Z Compiling regex v1.13.0
2722026-07-25T04:14:18.111Z Compiling once_cell v1.21.4
2732026-07-25T04:14:18.203Z Compiling utf8parse v0.2.2
2742026-07-25T04:14:18.222Z Compiling ipnetwork v0.21.1
2752026-07-25T04:14:18.332Z Compiling cpufeatures v0.3.0
2762026-07-25T04:14:18.367Z Compiling anstyle-parse v1.0.0
2772026-07-25T04:14:18.391Z Compiling chacha20 v0.10.1
2782026-07-25T04:14:18.559Z Compiling darling_core v0.23.0
2792026-07-25T04:14:18.594Z Compiling tracing-core v0.1.36
2802026-07-25T04:14:18.754Z Compiling tabwriter v1.4.1
2812026-07-25T04:14:18.869Z Compiling cstr-argument v0.1.2
2822026-07-25T04:14:19.464Z Compiling anstyle-query v1.1.5
2832026-07-25T04:14:19.526Z Compiling dyn-clone v1.0.20
2842026-07-25T04:14:19.531Z Compiling pin-project-lite v0.2.17
2852026-07-25T04:14:19.560Z Compiling is_terminal_polyfill v1.70.2
2862026-07-25T04:14:19.609Z Compiling anstyle v1.0.14
2872026-07-25T04:14:19.645Z Compiling colorchoice v1.0.5
2882026-07-25T04:14:19.658Z Compiling pretty-hex v0.4.2
2892026-07-25T04:14:19.752Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
2902026-07-25T04:14:19.785Z Compiling anstream v1.0.0
2912026-07-25T04:14:19.855Z Compiling terminal_size v0.4.4
2922026-07-25T04:14:19.866Z Compiling thiserror-impl v2.0.18
2932026-07-25T04:14:19.920Z Compiling zerocopy-derive v0.8.54
2942026-07-25T04:14:19.960Z Compiling serde_derive v1.0.228
2952026-07-25T04:14:19.984Z Compiling ref-cast-impl v1.0.25
2962026-07-25T04:14:20.200Z Compiling foreign-types-macros v0.2.3
2972026-07-25T04:14:20.521Z Compiling num_enum_derive v0.7.6
2982026-07-25T04:14:20.669Z Compiling tracing-attributes v0.1.31
2992026-07-25T04:14:20.772Z Compiling darling_macro v0.23.0
3002026-07-25T04:14:20.825Z Compiling foreign-types v0.5.0
3012026-07-25T04:14:20.892Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3022026-07-25T04:14:21.149Z Compiling cobs v0.3.0
3032026-07-25T04:14:21.276Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-07-25T04:14:21.320Z Compiling darling v0.23.0
3052026-07-25T04:14:21.355Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3062026-07-25T04:14:21.386Z Compiling ingot-macros v0.2.0
3072026-07-25T04:14:21.506Z Compiling num_enum v0.7.6
3082026-07-25T04:14:21.614Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3092026-07-25T04:14:21.730Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-07-25T04:14:21.806Z Compiling rand v0.10.2
3112026-07-25T04:14:21.836Z Compiling uuid v1.23.5
3122026-07-25T04:14:21.846Z Compiling tracing v0.1.44
3132026-07-25T04:14:21.916Z Compiling socket2 v0.6.4
3142026-07-25T04:14:21.979Z Compiling colored v3.1.1
3152026-07-25T04:14:22.155Z Compiling clap_lex v1.1.0
3162026-07-25T04:14:22.466Z Compiling oxnet v0.1.6
3172026-07-25T04:14:22.475Z Compiling heck v0.5.0
3182026-07-25T04:14:22.559Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3192026-07-25T04:14:22.653Z Compiling clap_derive v4.6.1
3202026-07-25T04:14:22.751Z Compiling clap_builder v4.6.0
3212026-07-25T04:14:23.074Z Compiling postcard v1.1.3
3222026-07-25T04:14:24.276Z Compiling ingot-types v0.2.0
3232026-07-25T04:14:24.625Z Compiling ingot v0.2.0
3242026-07-25T04:14:24.661Z Compiling clap v4.6.1
3252026-07-25T04:14:26.288Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3262026-07-25T04:14:27.297Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3272026-07-25T04:14:28.345Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3282026-07-25T04:14:34.963Z Finished `release` profile [optimized + debuginfo] target(s) in 20.36s
3292026-07-25T04:14:35.003ZBuilding xde (release-lto).
3302026-07-25T04:14:35.228Z Updating crates.io index
3312026-07-25T04:14:35.307Z Downloading crates ...
3322026-07-25T04:14:35.366Z Downloaded rustc-demangle v0.1.28
3332026-07-25T04:14:35.373Z Downloaded memchr v2.7.6
3342026-07-25T04:14:35.379Z Downloaded adler2 v2.0.1
3352026-07-25T04:14:35.382Z Downloaded rustc-literal-escaper v0.0.8
3362026-07-25T04:14:35.386Z Downloaded foldhash v0.2.0
3372026-07-25T04:14:35.389Z Downloaded getopts v0.2.24
3382026-07-25T04:14:35.389Z Downloaded addr2line v0.27.0
3392026-07-25T04:14:35.497Z Downloaded miniz_oxide v0.9.1
3402026-07-25T04:14:35.497Z Downloaded object v0.39.1
3412026-07-25T04:14:35.497Z Downloaded gimli v0.34.0
3422026-07-25T04:14:35.497Z Downloaded libc v0.2.185
3432026-07-25T04:14:35.532Z 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)
3442026-07-25T04:14:35.533Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3452026-07-25T04:14:35.533Z Compiling proc-macro2 v1.0.106
3462026-07-25T04:14:35.537Z Compiling quote v1.0.46
3472026-07-25T04:14:35.537Z Compiling unicode-ident v1.0.24
3482026-07-25T04:14:35.537Z Compiling serde_core v1.0.228
3492026-07-25T04:14:35.537Z Compiling strsim v0.11.1
3502026-07-25T04:14:35.537Z Compiling ident_case v1.0.1
3512026-07-25T04:14:35.695Z Compiling memchr v2.8.3
3522026-07-25T04:14:35.695Z Compiling regex-syntax v0.8.11
3532026-07-25T04:14:35.953Z Compiling either v1.16.0
3542026-07-25T04:14:35.958Z Compiling serde v1.0.228
3552026-07-25T04:14:35.975Z Compiling zerocopy v0.8.54
3562026-07-25T04:14:36.088Z Compiling aho-corasick v1.1.4
3572026-07-25T04:14:36.144Z Compiling thiserror v2.0.18
3582026-07-25T04:14:36.353Z Compiling itertools v0.15.0
3592026-07-25T04:14:36.369Z Compiling heapless v0.8.0
3602026-07-25T04:14:36.720Z Compiling syn v2.0.119
3612026-07-25T04:14:36.752Z Compiling smoltcp v0.11.0
3622026-07-25T04:14:36.756Z Compiling crc32fast v1.5.0
3632026-07-25T04:14:36.858Z Compiling ref-cast v1.0.25
3642026-07-25T04:14:37.083Z Compiling regex-automata v0.4.15
3652026-07-25T04:14:37.189Z Compiling version_check v0.9.5
3662026-07-25T04:14:37.480Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3672026-07-25T04:14:38.679Z Compiling regex v1.13.0
3682026-07-25T04:14:39.059Z Compiling darling_core v0.23.0
3692026-07-25T04:14:39.769Z Compiling thiserror-impl v2.0.18
3702026-07-25T04:14:39.769Z Compiling serde_derive v1.0.228
3712026-07-25T04:14:39.769Z Compiling zerocopy-derive v0.8.54
3722026-07-25T04:14:39.797Z Compiling ref-cast-impl v1.0.25
3732026-07-25T04:14:39.798Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3742026-07-25T04:14:41.183Z Compiling darling_macro v0.23.0
3752026-07-25T04:14:41.994Z Compiling darling v0.23.0
3762026-07-25T04:14:42.056Z Compiling ingot-macros v0.2.0
3772026-07-25T04:14:42.056Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3782026-07-25T04:14:47.907Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3792026-07-25T04:14:50.217Z Compiling byteorder v1.5.0
3802026-07-25T04:14:50.217Z Compiling stable_deref_trait v1.2.1
3812026-07-25T04:14:50.217Z Compiling cfg-if v1.0.4
3822026-07-25T04:14:50.217Z Compiling macaddr v1.0.1
3832026-07-25T04:14:50.262Z Compiling cobs v0.3.0
3842026-07-25T04:14:50.267Z Compiling bitflags v1.3.2
3852026-07-25T04:14:50.296Z Compiling managed v0.8.0
3862026-07-25T04:14:50.393Z Compiling hash32 v0.3.1
3872026-07-25T04:14:50.532Z Compiling dyn-clone v1.0.20
3882026-07-25T04:14:50.553Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3892026-07-25T04:14:51.758Z Compiling bitflags v2.13.0
3902026-07-25T04:14:51.758Z Compiling uuid v1.23.5
3912026-07-25T04:14:51.900Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3922026-07-25T04:14:52.192Z Compiling postcard v1.1.3
3932026-07-25T04:14:53.038Z Compiling ingot-types v0.2.0
3942026-07-25T04:14:53.356Z Compiling ingot v0.2.0
3952026-07-25T04:14:54.887Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3962026-07-25T04:14:58.708Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3972026-07-25T04:15:07.620Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
3982026-07-25T04:15:37.955Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 02s
3992026-07-25T04:15:37.985ZLinking xde kmod...
4002026-07-25T04:15:38.564ZBuilding xde dev link helper (release).
4012026-07-25T04:15:38.719Z 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)
4022026-07-25T04:15:38.721Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4032026-07-25T04:15:38.721Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4042026-07-25T04:15:50.235Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4052026-07-25T04:15:52.920Z Finished `release` profile [optimized + debuginfo] target(s) in 14.32s
4062026-07-25T04:15:52.940ZBuilding opteadm (dev).
4072026-07-25T04:15:53.089Z Compiling serde_core v1.0.228
4082026-07-25T04:15:53.089Z Compiling libc v0.2.186
4092026-07-25T04:15:53.090Z Compiling cfg-if v1.0.4
4102026-07-25T04:15:53.090Z Compiling ident_case v1.0.1
4112026-07-25T04:15:53.094Z Compiling memchr v2.8.3
4122026-07-25T04:15:53.094Z Compiling strsim v0.11.1
4132026-07-25T04:15:53.113Z Compiling syn v2.0.119
4142026-07-25T04:15:53.118Z Compiling regex-syntax v0.8.11
4152026-07-25T04:15:53.160Z Compiling either v1.16.0
4162026-07-25T04:15:53.202Z Compiling hashbrown v0.17.1
4172026-07-25T04:15:53.349Z Compiling winnow v1.0.3
4182026-07-25T04:15:53.373Z Compiling serde v1.0.228
4192026-07-25T04:15:53.669Z Compiling aho-corasick v1.1.4
4202026-07-25T04:15:53.672Z Compiling zerocopy v0.8.54
4212026-07-25T04:15:53.779Z Compiling equivalent v1.0.2
4222026-07-25T04:15:53.853Z Compiling indexmap v2.14.0
4232026-07-25T04:15:53.915Z Compiling itertools v0.15.0
4242026-07-25T04:15:54.066Z Compiling toml_datetime v1.1.1+spec-1.1.0
4252026-07-25T04:15:54.273Z Compiling toml_parser v1.1.2+spec-1.1.0
4262026-07-25T04:15:54.389Z Compiling byteorder v1.5.0
4272026-07-25T04:15:54.454Z Compiling heapless v0.8.0
4282026-07-25T04:15:54.568Z Compiling regex-automata v0.4.15
4292026-07-25T04:15:54.806Z Compiling toml_edit v0.25.12+spec-1.1.0
4302026-07-25T04:15:54.898Z Compiling hash32 v0.3.1
4312026-07-25T04:15:55.046Z Compiling smoltcp v0.11.0
4322026-07-25T04:15:55.056Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-07-25T04:15:55.160Z Compiling bitflags v2.13.0
4342026-07-25T04:15:55.196Z Compiling syn v1.0.109
4352026-07-25T04:15:55.278Z Compiling stable_deref_trait v1.2.1
4362026-07-25T04:15:55.344Z Compiling macaddr v1.0.1
4372026-07-25T04:15:55.348Z Compiling rustversion v1.0.23
4382026-07-25T04:15:55.533Z Compiling proc-macro-crate v3.5.0
4392026-07-25T04:15:55.605Z Compiling version_check v0.9.5
4402026-07-25T04:15:55.608Z Compiling managed v0.8.0
4412026-07-25T04:15:55.678Z Compiling darling_core v0.23.0
4422026-07-25T04:15:55.712Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4432026-07-25T04:15:55.803Z Compiling rand_core v0.10.1
4442026-07-25T04:15:55.822Z Compiling getrandom v0.4.3
4452026-07-25T04:15:55.858Z Compiling ref-cast v1.0.25
4462026-07-25T04:15:55.913Z Compiling bitflags v1.3.2
4472026-07-25T04:15:55.940Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4482026-07-25T04:15:56.158Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4492026-07-25T04:15:56.192Z Compiling errno v0.3.14
4502026-07-25T04:15:56.359Z Compiling regex v1.13.0
4512026-07-25T04:15:56.523Z Compiling unicode-width v0.2.2
4522026-07-25T04:15:56.744Z Compiling cpufeatures v0.3.0
4532026-07-25T04:15:56.809Z Compiling ipnetwork v0.21.1
4542026-07-25T04:15:56.829Z Compiling foreign-types-shared v0.3.1
4552026-07-25T04:15:56.870Z Compiling thiserror-impl v2.0.18
4562026-07-25T04:15:56.907Z Compiling serde_derive v1.0.228
4572026-07-25T04:15:57.106Z Compiling zerocopy-derive v0.8.54
4582026-07-25T04:15:57.296Z Compiling num_enum_derive v0.7.6
4592026-07-25T04:15:57.761Z Compiling darling_macro v0.23.0
4602026-07-25T04:15:57.969Z Compiling foreign-types-macros v0.2.3
4612026-07-25T04:15:58.048Z Compiling thiserror v2.0.18
4622026-07-25T04:15:58.146Z Compiling cobs v0.3.0
4632026-07-25T04:15:58.291Z Compiling ref-cast-impl v1.0.25
4642026-07-25T04:15:58.325Z Compiling darling v0.23.0
4652026-07-25T04:15:58.396Z Compiling ingot-macros v0.2.0
4662026-07-25T04:15:58.422Z Compiling once_cell v1.21.4
4672026-07-25T04:15:58.615Z Compiling foreign-types v0.5.0
4682026-07-25T04:15:58.686Z Compiling tracing-core v0.1.36
4692026-07-25T04:15:58.714Z Compiling num_enum v0.7.6
4702026-07-25T04:15:58.826Z Compiling cstr-argument v0.1.2
4712026-07-25T04:15:58.992Z Compiling tracing-attributes v0.1.31
4722026-07-25T04:15:59.043Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4732026-07-25T04:15:59.495Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4742026-07-25T04:15:59.622Z Compiling chacha20 v0.10.1
4752026-07-25T04:15:59.968Z Compiling tabwriter v1.4.1
4762026-07-25T04:15:59.982Z Compiling rustix v1.1.4
4772026-07-25T04:16:00.027Z Compiling postcard v1.1.3
4782026-07-25T04:16:00.437Z Compiling anyhow v1.0.103
4792026-07-25T04:16:00.442Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4802026-07-25T04:16:00.442Z Compiling dyn-clone v1.0.20
4812026-07-25T04:16:00.442Z Compiling pin-project-lite v0.2.17
4822026-07-25T04:16:00.472Z Compiling pretty-hex v0.4.2
4832026-07-25T04:16:00.512Z Compiling tracing v0.1.44
4842026-07-25T04:16:00.533Z Compiling terminal_size v0.4.4
4852026-07-25T04:16:00.589Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4862026-07-25T04:16:00.593Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4872026-07-25T04:16:00.677Z Compiling rand v0.10.2
4882026-07-25T04:16:00.799Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4892026-07-25T04:16:00.865Z Compiling uuid v1.23.5
4902026-07-25T04:16:00.879Z Compiling socket2 v0.6.4
4912026-07-25T04:16:00.911Z Compiling oxnet v0.1.6
4922026-07-25T04:16:01.153Z Compiling colored v3.1.1
4932026-07-25T04:16:01.185Z Compiling clap_derive v4.6.1
4942026-07-25T04:16:01.399Z Compiling clap_builder v4.6.0
4952026-07-25T04:16:01.516Z Compiling ingot-types v0.2.0
4962026-07-25T04:16:01.594Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4972026-07-25T04:16:01.848Z Compiling ingot v0.2.0
4982026-07-25T04:16:03.007Z Compiling clap v4.6.1
4992026-07-25T04:16:03.484Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5002026-07-25T04:16:05.884Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5012026-07-25T04:16:07.052Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5022026-07-25T04:16:11.446Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.50s
5032026-07-25T04:16:11.474ZBuilding xde (dev).
5042026-07-25T04:16:11.690Z 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)
5052026-07-25T04:16:11.690Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5062026-07-25T04:16:11.691Z Compiling proc-macro2 v1.0.106
5072026-07-25T04:16:11.691Z Compiling quote v1.0.46
5082026-07-25T04:16:11.695Z Compiling unicode-ident v1.0.24
5092026-07-25T04:16:11.695Z Compiling serde_core v1.0.228
5102026-07-25T04:16:11.695Z Compiling strsim v0.11.1
5112026-07-25T04:16:11.695Z Compiling ident_case v1.0.1
5122026-07-25T04:16:11.804Z Compiling memchr v2.8.3
5132026-07-25T04:16:11.808Z Compiling regex-syntax v0.8.11
5142026-07-25T04:16:12.072Z Compiling serde v1.0.228
5152026-07-25T04:16:12.086Z Compiling zerocopy v0.8.54
5162026-07-25T04:16:12.089Z Compiling thiserror v2.0.18
5172026-07-25T04:16:12.208Z Compiling aho-corasick v1.1.4
5182026-07-25T04:16:12.460Z Compiling either v1.16.0
5192026-07-25T04:16:12.505Z Compiling heapless v0.8.0
5202026-07-25T04:16:12.651Z Compiling itertools v0.15.0
5212026-07-25T04:16:12.688Z Compiling smoltcp v0.11.0
5222026-07-25T04:16:12.864Z Compiling syn v2.0.119
5232026-07-25T04:16:12.896Z Compiling version_check v0.9.5
5242026-07-25T04:16:12.982Z Compiling ref-cast v1.0.25
5252026-07-25T04:16:13.135Z Compiling crc32fast v1.5.0
5262026-07-25T04:16:13.255Z Compiling regex-automata v0.4.15
5272026-07-25T04:16:13.421Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5282026-07-25T04:16:14.844Z Compiling regex v1.13.0
5292026-07-25T04:16:15.204Z Compiling darling_core v0.23.0
5302026-07-25T04:16:15.955Z Compiling thiserror-impl v2.0.18
5312026-07-25T04:16:15.955Z Compiling zerocopy-derive v0.8.54
5322026-07-25T04:16:15.955Z Compiling serde_derive v1.0.228
5332026-07-25T04:16:15.959Z Compiling ref-cast-impl v1.0.25
5342026-07-25T04:16:15.959Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5352026-07-25T04:16:17.354Z Compiling darling_macro v0.23.0
5362026-07-25T04:16:18.219Z Compiling darling v0.23.0
5372026-07-25T04:16:18.279Z Compiling ingot-macros v0.2.0
5382026-07-25T04:16:18.279Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5392026-07-25T04:16:23.595Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5402026-07-25T04:16:25.485Z Compiling byteorder v1.5.0
5412026-07-25T04:16:25.485Z Compiling stable_deref_trait v1.2.1
5422026-07-25T04:16:25.489Z Compiling cfg-if v1.0.4
5432026-07-25T04:16:25.489Z Compiling macaddr v1.0.1
5442026-07-25T04:16:25.549Z Compiling bitflags v1.3.2
5452026-07-25T04:16:25.553Z Compiling cobs v0.3.0
5462026-07-25T04:16:25.587Z Compiling managed v0.8.0
5472026-07-25T04:16:25.667Z Compiling hash32 v0.3.1
5482026-07-25T04:16:25.820Z Compiling dyn-clone v1.0.20
5492026-07-25T04:16:25.911Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5502026-07-25T04:16:26.995Z Compiling bitflags v2.13.0
5512026-07-25T04:16:26.995Z Compiling uuid v1.23.5
5522026-07-25T04:16:27.127Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5532026-07-25T04:16:27.394Z Compiling postcard v1.1.3
5542026-07-25T04:16:28.211Z Compiling ingot-types v0.2.0
5552026-07-25T04:16:28.490Z Compiling ingot v0.2.0
5562026-07-25T04:16:29.920Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5572026-07-25T04:16:33.455Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5582026-07-25T04:16:43.362Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5592026-07-25T04:16:51.327Z Finished `dev` profile [optimized + debuginfo] target(s) in 39.82s
5602026-07-25T04:16:51.349ZLinking xde kmod...
5612026-07-25T04:16:52.357ZBuilding xde dev link helper (dev).
5622026-07-25T04:16:52.503Z 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)
5632026-07-25T04:16:52.503Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5642026-07-25T04:16:52.504Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5652026-07-25T04:17:03.333Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-07-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5662026-07-25T04:17:05.712Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.32s
5672026-07-25T04:17:05.733Z
5682026-07-25T04:17:05.733Zreal 3:08.417810175
5692026-07-25T04:17:05.733Zuser 8:49.899051408
5702026-07-25T04:17:05.736Zsys 57.285255091
5712026-07-25T04:17:05.736Ztrap 0.229062381
5722026-07-25T04:17:05.736Ztflt 0.919502239
5732026-07-25T04:17:05.737Zdflt 1.664934071
5742026-07-25T04:17:05.737Zkflt 0.006348904
5752026-07-25T04:17:05.737Zlock 31:32.950406046
5762026-07-25T04:17:05.737Zslp 20:28.054843253
5772026-07-25T04:17:05.738Zlat 18.608655100
5782026-07-25T04:17:05.738Zstop 32.634460643
5792026-07-25T04:17:05.738Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5802026-07-25T04:17:05.738Z+ grep GOTPCREL
5812026-07-25T04:17:06.721Z+ header 'package opte'
5822026-07-25T04:17:06.724Z+ echo '# ==== package opte ==== #'
5832026-07-25T04:17:06.724Z# ==== package opte ==== #
5842026-07-25T04:17:06.724Z+ cargo xtask package --skip-build --profile all
5852026-07-25T04:17:06.855Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.12s
5862026-07-25T04:17:06.859Z Running `target/debug/xtask package --skip-build --profile all`
5872026-07-25T04:17:07.054Z+ ./clean.sh
5882026-07-25T04:17:07.062Z+ mkdir -p proto/kernel/drv/amd64
5892026-07-25T04:17:07.065Z+ mkdir -p proto/opt/oxide/opte/bin
5902026-07-25T04:17:07.065Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
5912026-07-25T04:17:07.069Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
5922026-07-25T04:17:07.083Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
5932026-07-25T04:17:07.116Z+ cp ../xde/xde.conf proto/kernel/drv/
5942026-07-25T04:17:07.120Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
5952026-07-25T04:17:07.120Z+ '[' -z ']'
5962026-07-25T04:17:07.120Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
5972026-07-25T04:17:07.144Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
5982026-07-25T04:17:07.213Z+ INC_DEBUG=
5992026-07-25T04:17:07.217Z+ typeset -ri TAG=0
6002026-07-25T04:17:07.217Z++ ./print-api-version.sh
6012026-07-25T04:17:07.220Z+ API_VSN=41
6022026-07-25T04:17:07.220Z+ PKG_VERSION=0.41.505-3.0
6032026-07-25T04:17:07.220Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.41.505-3.0/g opte.template.p5m
6042026-07-25T04:17:07.220Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6052026-07-25T04:17:07.754Z+ pkgdepend generate -d proto opte.base.p5m
6062026-07-25T04:17:08.089Z+ mkdir -p packages
6072026-07-25T04:17:08.092Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6082026-07-25T04:17:14.779Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6092026-07-25T04:17:14.782Z+ pkgrepo create packages/repo
6102026-07-25T04:17:14.989Z+ pkgrepo add-publisher -s packages/repo helios
6112026-07-25T04:17:15.197Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6122026-07-25T04:17:42.889Zpkg://helios/driver/network/opte@0.41.505,5.11-3.0:20260725T041713Z
6132026-07-25T04:17:42.890ZPUBLISHED
6142026-07-25T04:17:42.924Z+ pkgrecv -a -d packages/repo/opte-0.41.505-3.0.p5p -s packages/repo -v -m latest '*'
6152026-07-25T04:17:43.104ZRetrieving packages for publisher helios ...
6162026-07-25T04:17:43.106ZRetrieving catalog 'helios' ... Done
6172026-07-25T04:17:43.109ZRetrieving and evaluating 1 package(s)...
6182026-07-25T04:17:43.109ZFetching manifests: 1/1 100% complete
6192026-07-25T04:17:43.109ZFetching manifests: 1/1 100% complete
6202026-07-25T04:17:43.109Z
6212026-07-25T04:17:43.109ZArchiving packages ...
6222026-07-25T04:17:43.109Z Packages to add: 1
6232026-07-25T04:17:43.109Z Files to retrieve: 6
6242026-07-25T04:17:43.109ZEstimated transfer size: 35.80 MB
6252026-07-25T04:17:43.109Z
6262026-07-25T04:17:43.109ZPackages to archive:
6272026-07-25T04:17:43.109Zdriver/network/opte@0.41.505,5.11-3.0:20260725T041713Z
6282026-07-25T04:17:43.110Z
6292026-07-25T04:17:43.110ZDownload: 0/6 items 0.0/35.8MB 0% complete
6302026-07-25T04:17:43.173ZDownload: Completed 35.80 MB in 0.07 seconds (548M/s)
6312026-07-25T04:17:43.176ZArchiving: 1/20 items 0.0/35.8MB 0% complete
6322026-07-25T04:17:43.189ZArchiving: Completed 35.83 MB in 0.01 seconds
6332026-07-25T04:17:43.228ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.41.505-3.0.p5p.
6342026-07-25T04:17:43.231Z+ banner copy
6352026-07-25T04:17:43.234Z
6362026-07-25T04:17:43.234Z #### #### ##### # #
6372026-07-25T04:17:43.234Z # # # # # # # #
6382026-07-25T04:17:43.234Z # # # # # #
6392026-07-25T04:17:43.234Z # # # ##### #
6402026-07-25T04:17:43.234Z # # # # # #
6412026-07-25T04:17:43.234Z #### #### # #
6422026-07-25T04:17:43.234Z
6432026-07-25T04:17:43.234Z+ pfexec mkdir -p /out
6442026-07-25T04:17:43.236Z+ pfexec chown 12345 /out
6452026-07-25T04:17:43.237Z+ PKG_NAME=/out/opte.p5p
6462026-07-25T04:17:43.237Z+ mv pkg/packages/repo/opte-0.41.505-3.0.p5p /out/opte.p5p
6472026-07-25T04:17:43.265Z+ sha256sum /out/opte.p5p
6482026-07-25T04:17:43.289Zprocess exited: duration 240211 ms, exit code 0
 
6492026-07-25T04:17:43.300Zfound 2 output files
6502026-07-25T04:17:43.300Zuploading: /out/opte.p5p (37580800 bytes)
6512026-07-25T04:17:44.616Zuploaded: /out/opte.p5p
6522026-07-25T04:17:44.619Zuploading: /out/opte.p5p.sha256 (80 bytes)
6532026-07-25T04:17:45.628Zuploaded: /out/opte.p5p.sha256