01KRCDQGH7BV13CBBJBSCR0Z4A: 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: 01KRCDR1GAM01NTQRQ8JSAESTB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-11T21:06:32.186Zjob assigned to worker 01KRCDR8VCZH69XRD6RABPB942 [factory aws, i-0c53fe48413b296c5] (queued for 58 s)
 
22026-05-11T21:06:38.927Zstarting task 0: "setup"
32026-05-11T21:06:38.930Z++ uname -s
42026-05-11T21:06:38.933Z+ kern=SunOS
52026-05-11T21:06:38.933Z+ build_user=build
62026-05-11T21:06:38.933Z+ build_uid=12345
72026-05-11T21:06:38.933Z+ work_dir=/work
82026-05-11T21:06:38.933Z+ input_dir=/input
92026-05-11T21:06:38.933Z+ [[ 0 == 12345 ]]
102026-05-11T21:06:38.933Z+ case "$kern" in
112026-05-11T21:06:38.933Z+ groupadd -g 12345 build
122026-05-11T21:06:38.945Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-11T21:06:40.951Z+ zfs create -o mountpoint=/work rpool/work
142026-05-11T21:06:41.064Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-11T21:06:41.067Z+ home_fs=zfs
162026-05-11T21:06:41.067Z+ [[ zfs == autofs ]]
172026-05-11T21:06:41.067Z+ mkdir -p /home/build
182026-05-11T21:06:41.067Z+ chown build:build /home/build /work
192026-05-11T21:06:43.069Z+ chmod 0700 /home/build /work
202026-05-11T21:06:43.072Zprocess exited: duration 4145 ms, exit code 0
 
212026-05-11T21:06:43.079Zstarting task 1: "rust-toolchain"
222026-05-11T21:06:43.083Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-11T21:06:43.083Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-11T21:06:43.083Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-05-11T21:06:43.083Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-05-11T21:06:43.086Z * rust toolchain channel = "1.94.1"
272026-05-11T21:06:43.086Z * rust toolchain profile = "default"
282026-05-11T21:06:43.086Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-11T21:06:43.086Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-11T21:06:43.187Zinfo: downloading installer
312026-05-11T21:06:44.623Zwarn: It looks like you have an existing rustup settings file at:
322026-05-11T21:06:44.623Zwarn: /home/build/.rustup/settings.toml
332026-05-11T21:06:44.623Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-11T21:06:44.623Zwarn: instead of the one inferred from the default host triple.
352026-05-11T21:06:44.634Zinfo: profile set to default
362026-05-11T21:06:44.634Zinfo: default host triple is x86_64-unknown-illumos
372026-05-11T21:06:44.637Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-11T21:06:44.771Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-11T21:06:44.775Zinfo: downloading 6 components
402026-05-11T21:06:59.055Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-11T21:06:59.055Z
422026-05-11T21:06:59.084Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-11T21:06:59.085Z
442026-05-11T21:06:59.090Z
452026-05-11T21:06:59.090ZRust is installed now. Great!
462026-05-11T21:06:59.090Z
472026-05-11T21:06:59.090ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-11T21:06:59.090Zenvironment variable. This has not been done automatically.
492026-05-11T21:06:59.090Z
502026-05-11T21:06:59.090ZTo configure your current shell, you need to source
512026-05-11T21:06:59.090Zthe corresponding env file under $HOME/.cargo.
522026-05-11T21:06:59.090Z
532026-05-11T21:06:59.090ZThis is usually done by running one of the following (note the leading DOT):
542026-05-11T21:06:59.090Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-11T21:06:59.090Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-11T21:06:59.091Zsource "~/.cargo/env.nu" # For nushell
572026-05-11T21:06:59.091Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-11T21:06:59.091Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-11T21:06:59.091Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-11T21:06:59.091Zwarn: no default linker (`cc`) was found in your PATH
612026-05-11T21:06:59.091Zwarn: many Rust crates require a system C toolchain to build
622026-05-11T21:06:59.183Z+ rustup --version
632026-05-11T21:06:59.191Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-11T21:06:59.199Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-11T21:06:59.219Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-11T21:06:59.229Z+ cargo --version
672026-05-11T21:06:59.234Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-11T21:06:59.234Z+ rustc --version
692026-05-11T21:06:59.252Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-11T21:06:59.258Zprocess exited: duration 16174 ms, exit code 0
 
712026-05-11T21:06:59.264Zstarting task 2: "authentication"
722026-05-11T21:06:59.285Zprocess exited: duration 20 ms, exit code 0
 
732026-05-11T21:06:59.296Zstarting task 3: "clone repository"
742026-05-11T21:06:59.301Z+ mkdir -p /work/oxidecomputer/opte
752026-05-11T21:06:59.301Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-11T21:06:59.329ZCloning into '/work/oxidecomputer/opte'...
772026-05-11T21:07:00.255Z+ cd /work/oxidecomputer/opte
782026-05-11T21:07:00.255Z+ git fetch origin 2e07459d40b679c2229e9023bb7e716ee95bc03d
792026-05-11T21:07:00.465ZFrom https://github.com/oxidecomputer/opte
802026-05-11T21:07:00.465Z * branch 2e07459d40b679c2229e9023bb7e716ee95bc03d -> FETCH_HEAD
812026-05-11T21:07:00.469Z+ [[ -n faster-syn-expiry ]]
822026-05-11T21:07:00.473Z++ git branch --show-current
832026-05-11T21:07:00.473Z+ current=master
842026-05-11T21:07:00.473Z+ [[ master != faster-syn-expiry ]]
852026-05-11T21:07:00.473Z+ git branch -f faster-syn-expiry 2e07459d40b679c2229e9023bb7e716ee95bc03d
862026-05-11T21:07:00.476Z+ git checkout -f faster-syn-expiry
872026-05-11T21:07:00.490ZSwitched to branch 'faster-syn-expiry'
882026-05-11T21:07:00.494Z+ git reset --hard 2e07459d40b679c2229e9023bb7e716ee95bc03d
892026-05-11T21:07:00.507ZHEAD is now at 2e07459 api back to 40
902026-05-11T21:07:00.511Zprocess exited: duration 1212 ms, exit code 0
 
912026-05-11T21:07:00.517Zstarting task 4: "build"
922026-05-11T21:07:00.520Z+ source .github/buildomat/common.sh
932026-05-11T21:07:00.523Z++ rustup show active-toolchain
942026-05-11T21:07:00.526Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-11T21:07:00.526Z++ pushd xde
962026-05-11T21:07:00.526Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-11T21:07:00.526Z++ rustup show active-toolchain
982026-05-11T21:07:00.531Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-11T21:07:00.672Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-11T21:07:00.676Zinfo: downloading 6 components
1012026-05-11T21:07:16.539Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-11T21:07:16.539Z+++ rustup show active-toolchain -v
1032026-05-11T21:07:16.539Z+++ head -n 1
1042026-05-11T21:07:16.539Z+++ cut '-d ' -f1
1052026-05-11T21:07:16.540Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-11T21:07:16.540Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-11T21:07:16.540Z++ popd
1082026-05-11T21:07:16.540Z/work/oxidecomputer/opte
1092026-05-11T21:07:16.540Z+ TGT_BASE=/work
1102026-05-11T21:07:16.540Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-11T21:07:16.540Z+ REL_TGT=/work/release
1122026-05-11T21:07:16.540Z+ mkdir -p /work/release
1132026-05-11T21:07:16.540Z+ cargo --version
1142026-05-11T21:07:16.540Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1152026-05-11T21:07:16.540Z+ rustc --version
1162026-05-11T21:07:16.540Zrustc 1.94.1 (e408947bf 2026-03-25)
1172026-05-11T21:07:16.540Z+ header 'build xde and opteadm (release+debug)'
1182026-05-11T21:07:16.540Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-11T21:07:16.540Z# ==== build xde and opteadm (release+debug) ==== #
1202026-05-11T21:07:16.540Z+ ptime -m cargo xtask build --profile all
1212026-05-11T21:07:16.540Z Updating crates.io index
1222026-05-11T21:07:16.540Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-11T21:07:16.540Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-11T21:07:16.541Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-11T21:07:16.728Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-11T21:07:17.203Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-11T21:07:17.485Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-11T21:07:17.766Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-11T21:07:19.726Z Downloading crates ...
1302026-05-11T21:07:19.768Z Downloaded errno v0.3.14
1312026-05-11T21:07:19.776Z Downloaded camino v1.2.2
1322026-05-11T21:07:19.779Z Downloaded anstream v1.0.0
1332026-05-11T21:07:19.779Z Downloaded clap_lex v1.1.0
1342026-05-11T21:07:19.782Z Downloaded toml_writer v1.1.1+spec-1.1.0
1352026-05-11T21:07:19.785Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1362026-05-11T21:07:19.823Z Downloaded colorchoice v1.0.5
1372026-05-11T21:07:19.829Z Downloaded bitflags v2.11.1
1382026-05-11T21:07:19.829Z Downloaded anyhow v1.0.102
1392026-05-11T21:07:19.829Z Downloaded quote v1.0.45
1402026-05-11T21:07:19.829Z Downloaded cargo-platform v0.3.3
1412026-05-11T21:07:19.829Z Downloaded clap_derive v4.6.1
1422026-05-11T21:07:19.829Z Downloaded utf8parse v0.2.2
1432026-05-11T21:07:19.829Z Downloaded anstyle-query v1.1.5
1442026-05-11T21:07:19.829Z Downloaded heck v0.5.0
1452026-05-11T21:07:19.829Z Downloaded terminal_size v0.4.4
1462026-05-11T21:07:19.829Z Downloaded equivalent v1.0.2
1472026-05-11T21:07:19.829Z Downloaded indexmap v2.14.0
1482026-05-11T21:07:19.829Z Downloaded anstyle v1.0.14
1492026-05-11T21:07:19.834Z Downloaded serde_spanned v1.1.1
1502026-05-11T21:07:19.834Z Downloaded is_terminal_polyfill v1.70.2
1512026-05-11T21:07:19.834Z Downloaded unicode-ident v1.0.24
1522026-05-11T21:07:19.834Z Downloaded semver v1.0.28
1532026-05-11T21:07:19.839Z Downloaded strsim v0.11.1
1542026-05-11T21:07:19.846Z Downloaded thiserror v2.0.18
1552026-05-11T21:07:19.855Z Downloaded zmij v1.0.21
1562026-05-11T21:07:19.860Z Downloaded thiserror-impl v2.0.18
1572026-05-11T21:07:19.860Z Downloaded cargo_metadata v0.23.1
1582026-05-11T21:07:19.865Z Downloaded itoa v1.0.18
1592026-05-11T21:07:19.865Z Downloaded toml_parser v1.1.2+spec-1.1.0
1602026-05-11T21:07:19.865Z Downloaded memchr v2.8.0
1612026-05-11T21:07:19.867Z Downloaded anstyle-parse v1.0.0
1622026-05-11T21:07:19.888Z Downloaded clap v4.6.1
1632026-05-11T21:07:19.892Z Downloaded serde_core v1.0.228
1642026-05-11T21:07:19.896Z Downloaded serde v1.0.228
1652026-05-11T21:07:19.898Z Downloaded proc-macro2 v1.0.106
1662026-05-11T21:07:19.916Z Downloaded toml v1.1.2+spec-1.1.0
1672026-05-11T21:07:19.924Z Downloaded hashbrown v0.17.0
1682026-05-11T21:07:19.927Z Downloaded serde_json v1.0.149
1692026-05-11T21:07:19.930Z Downloaded clap_builder v4.6.0
1702026-05-11T21:07:19.935Z Downloaded winnow v1.0.2
1712026-05-11T21:07:19.976Z Downloaded syn v2.0.117
1722026-05-11T21:07:19.982Z Downloaded rustix v1.1.4
1732026-05-11T21:07:20.004Z Downloaded serde_derive v1.0.228
1742026-05-11T21:07:20.018Z Downloaded libc v0.2.186
1752026-05-11T21:07:20.063Z Compiling proc-macro2 v1.0.106
1762026-05-11T21:07:20.066Z Compiling serde_core v1.0.228
1772026-05-11T21:07:20.067Z Compiling quote v1.0.45
1782026-05-11T21:07:20.067Z Compiling unicode-ident v1.0.24
1792026-05-11T21:07:20.067Z Compiling libc v0.2.186
1802026-05-11T21:07:20.067Z Compiling rustix v1.1.4
1812026-05-11T21:07:20.067Z Compiling zmij v1.0.21
1822026-05-11T21:07:20.120Z Compiling bitflags v2.11.1
1832026-05-11T21:07:20.268Z Compiling utf8parse v0.2.2
1842026-05-11T21:07:20.366Z Compiling anstyle-parse v1.0.0
1852026-05-11T21:07:20.563Z Compiling anstyle v1.0.14
1862026-05-11T21:07:20.568Z Compiling is_terminal_polyfill v1.70.2
1872026-05-11T21:07:20.621Z Compiling colorchoice v1.0.5
1882026-05-11T21:07:20.629Z Compiling anstyle-query v1.1.5
1892026-05-11T21:07:20.639Z Compiling thiserror v2.0.18
1902026-05-11T21:07:20.721Z Compiling serde_json v1.0.149
1912026-05-11T21:07:20.731Z Compiling serde v1.0.228
1922026-05-11T21:07:20.784Z Compiling camino v1.2.2
1932026-05-11T21:07:20.860Z Compiling anstream v1.0.0
1942026-05-11T21:07:20.950Z Compiling errno v0.3.14
1952026-05-11T21:07:21.145Z Compiling clap_lex v1.1.0
1962026-05-11T21:07:21.153Z Compiling winnow v1.0.2
1972026-05-11T21:07:21.172Z Compiling heck v0.5.0
1982026-05-11T21:07:21.376Z Compiling anyhow v1.0.102
1992026-05-11T21:07:21.387Z Compiling strsim v0.11.1
2002026-05-11T21:07:21.464Z Compiling memchr v2.8.0
2012026-05-11T21:07:21.526Z Compiling syn v2.0.117
2022026-05-11T21:07:21.557Z Compiling terminal_size v0.4.4
2032026-05-11T21:07:21.591Z Compiling itoa v1.0.18
2042026-05-11T21:07:21.706Z Compiling clap_builder v4.6.0
2052026-05-11T21:07:21.874Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-05-11T21:07:21.882Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-11T21:07:22.634Z Compiling cargo-platform v0.3.3
2082026-05-11T21:07:22.804Z Compiling toml_datetime v1.1.1+spec-1.1.0
2092026-05-11T21:07:22.984Z Compiling semver v1.0.28
2102026-05-11T21:07:23.212Z Compiling serde_spanned v1.1.1
2112026-05-11T21:07:23.316Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-11T21:07:23.782Z Compiling serde_derive v1.0.228
2132026-05-11T21:07:23.870Z Compiling thiserror-impl v2.0.18
2142026-05-11T21:07:24.291Z Compiling clap_derive v4.6.1
2152026-05-11T21:07:25.818Z Compiling clap v4.6.1
2162026-05-11T21:07:26.900Z Compiling cargo_metadata v0.23.1
2172026-05-11T21:07:29.405Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-11T21:07:30.962Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.38s
2192026-05-11T21:07:31.045Z Running `target/debug/xtask build --profile all`
2202026-05-11T21:07:32.532ZBuilding opteadm (release).
2212026-05-11T21:07:32.627Z Compiling proc-macro2 v1.0.106
2222026-05-11T21:07:32.627Z Compiling quote v1.0.45
2232026-05-11T21:07:32.632Z Compiling unicode-ident v1.0.24
2242026-05-11T21:07:32.632Z Compiling serde_core v1.0.228
2252026-05-11T21:07:32.632Z Compiling libc v0.2.186
2262026-05-11T21:07:32.632Z Compiling cfg-if v1.0.4
2272026-05-11T21:07:32.633Z Compiling fnv v1.0.7
2282026-05-11T21:07:32.633Z Compiling strsim v0.11.1
2292026-05-11T21:07:32.699Z Compiling memchr v2.8.0
2302026-05-11T21:07:32.727Z Compiling thiserror v2.0.18
2312026-05-11T21:07:32.745Z Compiling ident_case v1.0.1
2322026-05-11T21:07:32.869Z Compiling regex-syntax v0.8.10
2332026-05-11T21:07:32.928Z Compiling hashbrown v0.17.0
2342026-05-11T21:07:32.961Z Compiling anyhow v1.0.102
2352026-05-11T21:07:33.247Z Compiling aho-corasick v1.1.4
2362026-05-11T21:07:33.257Z Compiling equivalent v1.0.2
2372026-05-11T21:07:33.277Z Compiling winnow v1.0.2
2382026-05-11T21:07:33.326Z Compiling either v1.15.0
2392026-05-11T21:07:33.386Z Compiling zerocopy v0.8.48
2402026-05-11T21:07:33.474Z Compiling serde v1.0.228
2412026-05-11T21:07:33.522Z Compiling itertools v0.14.0
2422026-05-11T21:07:33.812Z Compiling indexmap v2.14.0
2432026-05-11T21:07:33.842Z Compiling toml_datetime v1.1.1+spec-1.1.0
2442026-05-11T21:07:33.983Z Compiling syn v2.0.117
2452026-05-11T21:07:34.059Z Compiling heapless v0.8.0
2462026-05-11T21:07:34.314Z Compiling toml_parser v1.1.2+spec-1.1.0
2472026-05-11T21:07:34.328Z Compiling byteorder v1.5.0
2482026-05-11T21:07:34.414Z Compiling regex-automata v0.4.14
2492026-05-11T21:07:34.504Z Compiling hash32 v0.3.1
2502026-05-11T21:07:34.648Z Compiling rustversion v1.0.22
2512026-05-11T21:07:34.751Z Compiling bitflags v2.11.1
2522026-05-11T21:07:34.780Z Compiling toml_edit v0.25.11+spec-1.1.0
2532026-05-11T21:07:34.854Z Compiling syn v1.0.109
2542026-05-11T21:07:34.891Z Compiling stable_deref_trait v1.2.1
2552026-05-11T21:07:34.948Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2562026-05-11T21:07:34.953Z Compiling smoltcp v0.11.0
2572026-05-11T21:07:34.964Z Compiling macaddr v1.0.1
2582026-05-11T21:07:35.157Z Compiling getrandom v0.4.2
2592026-05-11T21:07:35.170Z Compiling rustix v1.1.4
2602026-05-11T21:07:35.173Z Compiling version_check v0.9.5
2612026-05-11T21:07:35.266Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2622026-05-11T21:07:35.395Z Compiling proc-macro-crate v3.5.0
2632026-05-11T21:07:35.413Z Compiling ref-cast v1.0.25
2642026-05-11T21:07:35.463Z Compiling rand_core v0.10.1
2652026-05-11T21:07:35.493Z Compiling managed v0.8.0
2662026-05-11T21:07:35.568Z Compiling bitflags v1.3.2
2672026-05-11T21:07:35.634Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-11T21:07:35.791Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-11T21:07:35.794Z Compiling errno v0.3.14
2702026-05-11T21:07:35.836Z Compiling ipnetwork v0.21.1
2712026-05-11T21:07:35.939Z Compiling once_cell v1.21.4
2722026-05-11T21:07:36.158Z Compiling regex v1.12.3
2732026-05-11T21:07:36.175Z Compiling unicode-width v0.2.2
2742026-05-11T21:07:36.212Z Compiling foreign-types-shared v0.3.1
2752026-05-11T21:07:36.287Z Compiling cpufeatures v0.3.0
2762026-05-11T21:07:36.347Z Compiling utf8parse v0.2.2
2772026-05-11T21:07:36.441Z Compiling anstyle-parse v1.0.0
2782026-05-11T21:07:36.454Z Compiling tabwriter v1.4.1
2792026-05-11T21:07:36.538Z Compiling darling_core v0.21.3
2802026-05-11T21:07:36.633Z Compiling chacha20 v0.10.0
2812026-05-11T21:07:36.765Z Compiling cstr-argument v0.1.2
2822026-05-11T21:07:36.901Z Compiling tracing-core v0.1.36
2832026-05-11T21:07:37.338Z Compiling anstyle-query v1.1.5
2842026-05-11T21:07:37.418Z Compiling anstyle v1.0.14
2852026-05-11T21:07:37.442Z Compiling colorchoice v1.0.5
2862026-05-11T21:07:37.548Z Compiling pin-project-lite v0.2.17
2872026-05-11T21:07:37.622Z Compiling pretty-hex v0.4.2
2882026-05-11T21:07:37.633Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
2892026-05-11T21:07:37.713Z Compiling dyn-clone v1.0.20
2902026-05-11T21:07:37.729Z Compiling thiserror-impl v2.0.18
2912026-05-11T21:07:37.744Z Compiling serde_derive v1.0.228
2922026-05-11T21:07:37.774Z Compiling zerocopy-derive v0.8.48
2932026-05-11T21:07:37.833Z Compiling foreign-types-macros v0.2.3
2942026-05-11T21:07:37.840Z Compiling ref-cast-impl v1.0.25
2952026-05-11T21:07:38.426Z Compiling num_enum_derive v0.7.6
2962026-05-11T21:07:38.440Z Compiling foreign-types v0.5.0
2972026-05-11T21:07:38.505Z Compiling tracing-attributes v0.1.31
2982026-05-11T21:07:38.553Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2992026-05-11T21:07:38.715Z Compiling darling_macro v0.21.3
3002026-05-11T21:07:39.029Z Compiling cobs v0.3.0
3012026-05-11T21:07:39.046Z Compiling is_terminal_polyfill v1.70.2
3022026-05-11T21:07:39.054Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3032026-05-11T21:07:39.127Z Compiling anstream v1.0.0
3042026-05-11T21:07:39.230Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3052026-05-11T21:07:39.245Z Compiling darling v0.21.3
3062026-05-11T21:07:39.315Z Compiling ingot-macros v0.1.1
3072026-05-11T21:07:39.417Z Compiling num_enum v0.7.6
3082026-05-11T21:07:39.499Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-05-11T21:07:39.521Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3102026-05-11T21:07:39.565Z Compiling terminal_size v0.4.4
3112026-05-11T21:07:39.689Z Compiling rand v0.10.1
3122026-05-11T21:07:39.703Z Compiling uuid v1.23.1
3132026-05-11T21:07:39.706Z Compiling tracing v0.1.44
3142026-05-11T21:07:39.818Z Compiling socket2 v0.6.3
3152026-05-11T21:07:40.134Z Compiling clap_lex v1.1.0
3162026-05-11T21:07:40.372Z Compiling colored v3.1.1
3172026-05-11T21:07:40.455Z Compiling oxnet v0.1.5
3182026-05-11T21:07:40.459Z Compiling heck v0.5.0
3192026-05-11T21:07:40.638Z Compiling clap_derive v4.6.1
3202026-05-11T21:07:40.708Z Compiling clap_builder v4.6.0
3212026-05-11T21:07:40.730Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3222026-05-11T21:07:40.901Z Compiling postcard v1.1.3
3232026-05-11T21:07:42.184Z Compiling ingot-types v0.1.2
3242026-05-11T21:07:42.436Z Compiling clap v4.6.1
3252026-05-11T21:07:42.561Z Compiling ingot v0.1.1
3262026-05-11T21:07:44.227Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-11T21:07:45.165Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-11T21:07:46.173Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-11T21:07:52.711Z Finished `release` profile [optimized + debuginfo] target(s) in 20.17s
3302026-05-11T21:07:52.737ZBuilding xde (release-lto).
3312026-05-11T21:07:52.980Z Updating crates.io index
3322026-05-11T21:07:53.071Z Downloading crates ...
3332026-05-11T21:07:53.131Z Downloaded rustc-literal-escaper v0.0.7
3342026-05-11T21:07:53.135Z Downloaded adler2 v2.0.1
3352026-05-11T21:07:53.145Z Downloaded rustc-demangle v0.1.27
3362026-05-11T21:07:53.149Z Downloaded foldhash v0.2.0
3372026-05-11T21:07:53.149Z Downloaded getopts v0.2.24
3382026-05-11T21:07:53.161Z Downloaded addr2line v0.25.1
3392026-05-11T21:07:53.174Z Downloaded miniz_oxide v0.8.9
3402026-05-11T21:07:53.179Z Downloaded memchr v2.7.6
3412026-05-11T21:07:53.215Z Downloaded hashbrown v0.16.1
3422026-05-11T21:07:53.223Z Downloaded gimli v0.32.3
3432026-05-11T21:07:53.223Z Downloaded object v0.37.3
3442026-05-11T21:07:53.252Z Downloaded libc v0.2.183
3452026-05-11T21:07:53.311Z 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-11T21:07:53.311Z 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-11T21:07:53.314Z Compiling proc-macro2 v1.0.106
3482026-05-11T21:07:53.315Z Compiling quote v1.0.45
3492026-05-11T21:07:53.315Z Compiling unicode-ident v1.0.24
3502026-05-11T21:07:53.315Z Compiling ident_case v1.0.1
3512026-05-11T21:07:53.315Z Compiling strsim v0.11.1
3522026-05-11T21:07:53.315Z Compiling serde_core v1.0.228
3532026-05-11T21:07:53.477Z Compiling memchr v2.8.0
3542026-05-11T21:07:53.481Z Compiling fnv v1.0.7
3552026-05-11T21:07:53.567Z Compiling regex-syntax v0.8.10
3562026-05-11T21:07:53.725Z Compiling either v1.15.0
3572026-05-11T21:07:53.733Z Compiling serde v1.0.228
3582026-05-11T21:07:53.740Z Compiling zerocopy v0.8.48
3592026-05-11T21:07:53.854Z Compiling thiserror v2.0.18
3602026-05-11T21:07:53.913Z Compiling aho-corasick v1.1.4
3612026-05-11T21:07:54.115Z Compiling itertools v0.14.0
3622026-05-11T21:07:54.135Z Compiling heapless v0.8.0
3632026-05-11T21:07:54.409Z Compiling syn v2.0.117
3642026-05-11T21:07:54.517Z Compiling smoltcp v0.11.0
3652026-05-11T21:07:54.546Z Compiling ref-cast v1.0.25
3662026-05-11T21:07:54.612Z Compiling crc32fast v1.5.0
3672026-05-11T21:07:54.919Z Compiling version_check v0.9.5
3682026-05-11T21:07:54.972Z Compiling regex-automata v0.4.14
3692026-05-11T21:07:55.275Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3702026-05-11T21:07:56.476Z Compiling regex v1.12.3
3712026-05-11T21:07:56.684Z Compiling darling_core v0.21.3
3722026-05-11T21:07:56.710Z Compiling darling_core v0.23.0
3732026-05-11T21:07:57.614Z Compiling zerocopy-derive v0.8.48
3742026-05-11T21:07:57.614Z Compiling serde_derive v1.0.228
3752026-05-11T21:07:57.614Z Compiling thiserror-impl v2.0.18
3762026-05-11T21:07:57.619Z Compiling ref-cast-impl v1.0.25
3772026-05-11T21:07:57.619Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-11T21:07:59.142Z Compiling darling_macro v0.21.3
3792026-05-11T21:07:59.437Z Compiling darling_macro v0.23.0
3802026-05-11T21:08:00.033Z Compiling darling v0.21.3
3812026-05-11T21:08:00.099Z Compiling ingot-macros v0.1.1
3822026-05-11T21:08:00.206Z Compiling darling v0.23.0
3832026-05-11T21:08:00.268Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3842026-05-11T21:08:05.171Z 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-11T21:08:07.267Z Compiling byteorder v1.5.0
3862026-05-11T21:08:07.267Z Compiling stable_deref_trait v1.2.1
3872026-05-11T21:08:07.273Z Compiling cfg-if v1.0.4
3882026-05-11T21:08:07.273Z Compiling macaddr v1.0.1
3892026-05-11T21:08:07.322Z Compiling bitflags v1.3.2
3902026-05-11T21:08:07.332Z Compiling cobs v0.3.0
3912026-05-11T21:08:07.362Z Compiling managed v0.8.0
3922026-05-11T21:08:07.499Z Compiling hash32 v0.3.1
3932026-05-11T21:08:07.545Z Compiling dyn-clone v1.0.20
3942026-05-11T21:08:07.667Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-11T21:08:08.934Z Compiling bitflags v2.11.1
3962026-05-11T21:08:08.934Z Compiling uuid v1.23.1
3972026-05-11T21:08:09.066Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-11T21:08:09.358Z Compiling postcard v1.1.3
3992026-05-11T21:08:10.176Z Compiling ingot-types v0.1.2
4002026-05-11T21:08:10.490Z Compiling ingot v0.1.1
4012026-05-11T21:08:12.002Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-11T21:08:15.705Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-11T21:08:24.396Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-11T21:08:52.409Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.64s
4052026-05-11T21:08:52.436ZLinking xde kmod...
4062026-05-11T21:08:52.981ZBuilding xde dev link helper (release).
4072026-05-11T21:08:53.138Z 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-11T21:08:53.138Z 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-11T21:08:53.138Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-11T21:09:04.091Z 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-11T21:09:06.436Z Finished `release` profile [optimized + debuginfo] target(s) in 13.42s
4122026-05-11T21:09:06.465ZBuilding opteadm (dev).
4132026-05-11T21:09:06.618Z Compiling serde_core v1.0.228
4142026-05-11T21:09:06.618Z Compiling libc v0.2.186
4152026-05-11T21:09:06.618Z Compiling cfg-if v1.0.4
4162026-05-11T21:09:06.618Z Compiling ident_case v1.0.1
4172026-05-11T21:09:06.623Z Compiling strsim v0.11.1
4182026-05-11T21:09:06.623Z Compiling fnv v1.0.7
4192026-05-11T21:09:06.623Z Compiling memchr v2.8.0
4202026-05-11T21:09:06.643Z Compiling syn v2.0.117
4212026-05-11T21:09:06.693Z Compiling regex-syntax v0.8.10
4222026-05-11T21:09:06.719Z Compiling serde v1.0.228
4232026-05-11T21:09:06.738Z Compiling equivalent v1.0.2
4242026-05-11T21:09:06.808Z Compiling zerocopy v0.8.48
4252026-05-11T21:09:06.912Z Compiling either v1.15.0
4262026-05-11T21:09:07.010Z Compiling hashbrown v0.17.0
4272026-05-11T21:09:07.099Z Compiling aho-corasick v1.1.4
4282026-05-11T21:09:07.172Z Compiling winnow v1.0.2
4292026-05-11T21:09:07.232Z Compiling itertools v0.14.0
4302026-05-11T21:09:07.439Z Compiling toml_datetime v1.1.1+spec-1.1.0
4312026-05-11T21:09:07.562Z Compiling indexmap v2.14.0
4322026-05-11T21:09:07.654Z Compiling byteorder v1.5.0
4332026-05-11T21:09:07.825Z Compiling heapless v0.8.0
4342026-05-11T21:09:08.104Z Compiling toml_parser v1.1.2+spec-1.1.0
4352026-05-11T21:09:08.157Z Compiling regex-automata v0.4.14
4362026-05-11T21:09:08.352Z Compiling hash32 v0.3.1
4372026-05-11T21:09:08.469Z Compiling toml_edit v0.25.11+spec-1.1.0
4382026-05-11T21:09:08.499Z Compiling macaddr v1.0.1
4392026-05-11T21:09:08.536Z Compiling stable_deref_trait v1.2.1
4402026-05-11T21:09:08.603Z Compiling bitflags v2.11.1
4412026-05-11T21:09:08.664Z Compiling syn v1.0.109
4422026-05-11T21:09:08.756Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4432026-05-11T21:09:08.761Z Compiling smoltcp v0.11.0
4442026-05-11T21:09:08.808Z Compiling rustversion v1.0.22
4452026-05-11T21:09:08.985Z Compiling proc-macro-crate v3.5.0
4462026-05-11T21:09:09.053Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4472026-05-11T21:09:09.082Z Compiling rand_core v0.10.1
4482026-05-11T21:09:09.173Z Compiling darling_core v0.21.3
4492026-05-11T21:09:09.235Z Compiling managed v0.8.0
4502026-05-11T21:09:09.249Z Compiling getrandom v0.4.2
4512026-05-11T21:09:09.373Z Compiling version_check v0.9.5
4522026-05-11T21:09:09.393Z Compiling ref-cast v1.0.25
4532026-05-11T21:09:09.413Z Compiling bitflags v1.3.2
4542026-05-11T21:09:09.638Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-05-11T21:09:09.725Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-11T21:09:09.855Z Compiling regex v1.12.3
4572026-05-11T21:09:10.019Z Compiling errno v0.3.14
4582026-05-11T21:09:10.185Z Compiling once_cell v1.21.4
4592026-05-11T21:09:10.244Z Compiling foreign-types-shared v0.3.1
4602026-05-11T21:09:10.327Z Compiling unicode-width v0.2.2
4612026-05-11T21:09:10.327Z Compiling ipnetwork v0.21.1
4622026-05-11T21:09:10.421Z Compiling thiserror-impl v2.0.18
4632026-05-11T21:09:10.627Z Compiling zerocopy-derive v0.8.48
4642026-05-11T21:09:10.692Z Compiling serde_derive v1.0.228
4652026-05-11T21:09:10.857Z Compiling ref-cast-impl v1.0.25
4662026-05-11T21:09:11.277Z Compiling darling_macro v0.21.3
4672026-05-11T21:09:11.428Z Compiling foreign-types-macros v0.2.3
4682026-05-11T21:09:11.600Z Compiling num_enum_derive v0.7.6
4692026-05-11T21:09:11.616Z Compiling thiserror v2.0.18
4702026-05-11T21:09:11.714Z Compiling cobs v0.3.0
4712026-05-11T21:09:11.812Z Compiling darling v0.21.3
4722026-05-11T21:09:11.884Z Compiling ingot-macros v0.1.1
4732026-05-11T21:09:11.992Z Compiling cpufeatures v0.3.0
4742026-05-11T21:09:12.055Z Compiling foreign-types v0.5.0
4752026-05-11T21:09:12.055Z Compiling chacha20 v0.10.0
4762026-05-11T21:09:12.217Z Compiling cstr-argument v0.1.2
4772026-05-11T21:09:12.383Z Compiling tabwriter v1.4.1
4782026-05-11T21:09:12.440Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4792026-05-11T21:09:12.579Z Compiling num_enum v0.7.6
4802026-05-11T21:09:12.694Z Compiling tracing-attributes v0.1.31
4812026-05-11T21:09:12.839Z Compiling tracing-core v0.1.36
4822026-05-11T21:09:12.866Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4832026-05-11T21:09:13.001Z Compiling rustix v1.1.4
4842026-05-11T21:09:13.817Z Compiling anyhow v1.0.102
4852026-05-11T21:09:13.871Z Compiling postcard v1.1.3
4862026-05-11T21:09:13.948Z Compiling dyn-clone v1.0.20
4872026-05-11T21:09:14.021Z Compiling pretty-hex v0.4.2
4882026-05-11T21:09:14.104Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4892026-05-11T21:09:14.120Z Compiling pin-project-lite v0.2.17
4902026-05-11T21:09:14.148Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4912026-05-11T21:09:14.204Z Compiling tracing v0.1.44
4922026-05-11T21:09:14.208Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-05-11T21:09:14.215Z Compiling rand v0.10.1
4942026-05-11T21:09:14.311Z Compiling terminal_size v0.4.4
4952026-05-11T21:09:14.357Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-05-11T21:09:14.457Z Compiling uuid v1.23.1
4972026-05-11T21:09:14.462Z Compiling socket2 v0.6.3
4982026-05-11T21:09:14.474Z Compiling colored v3.1.1
4992026-05-11T21:09:14.565Z Compiling oxnet v0.1.5
5002026-05-11T21:09:14.689Z Compiling clap_builder v4.6.0
5012026-05-11T21:09:15.027Z Compiling ingot-types v0.1.2
5022026-05-11T21:09:15.043Z Compiling clap_derive v4.6.1
5032026-05-11T21:09:15.118Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-05-11T21:09:15.350Z Compiling ingot v0.1.1
5052026-05-11T21:09:16.324Z Compiling clap v4.6.1
5062026-05-11T21:09:17.011Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-11T21:09:19.381Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-11T21:09:20.520Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-11T21:09:24.824Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.35s
5102026-05-11T21:09:24.853ZBuilding xde (dev).
5112026-05-11T21:09:25.081Z 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-11T21:09:25.081Z 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-11T21:09:25.081Z Compiling proc-macro2 v1.0.106
5142026-05-11T21:09:25.081Z Compiling quote v1.0.45
5152026-05-11T21:09:25.084Z Compiling unicode-ident v1.0.24
5162026-05-11T21:09:25.084Z Compiling strsim v0.11.1
5172026-05-11T21:09:25.084Z Compiling ident_case v1.0.1
5182026-05-11T21:09:25.084Z Compiling serde_core v1.0.228
5192026-05-11T21:09:25.196Z Compiling memchr v2.8.0
5202026-05-11T21:09:25.200Z Compiling fnv v1.0.7
5212026-05-11T21:09:25.278Z Compiling regex-syntax v0.8.10
5222026-05-11T21:09:25.454Z Compiling either v1.15.0
5232026-05-11T21:09:25.465Z Compiling serde v1.0.228
5242026-05-11T21:09:25.469Z Compiling thiserror v2.0.18
5252026-05-11T21:09:25.595Z Compiling aho-corasick v1.1.4
5262026-05-11T21:09:25.639Z Compiling zerocopy v0.8.48
5272026-05-11T21:09:25.852Z Compiling itertools v0.14.0
5282026-05-11T21:09:25.880Z Compiling heapless v0.8.0
5292026-05-11T21:09:26.174Z Compiling smoltcp v0.11.0
5302026-05-11T21:09:26.237Z Compiling syn v2.0.117
5312026-05-11T21:09:26.298Z Compiling crc32fast v1.5.0
5322026-05-11T21:09:26.397Z Compiling version_check v0.9.5
5332026-05-11T21:09:26.608Z Compiling ref-cast v1.0.25
5342026-05-11T21:09:26.685Z Compiling regex-automata v0.4.14
5352026-05-11T21:09:26.751Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-05-11T21:09:28.248Z Compiling regex v1.12.3
5372026-05-11T21:09:28.578Z Compiling darling_core v0.21.3
5382026-05-11T21:09:28.620Z Compiling darling_core v0.23.0
5392026-05-11T21:09:29.386Z Compiling thiserror-impl v2.0.18
5402026-05-11T21:09:29.386Z Compiling serde_derive v1.0.228
5412026-05-11T21:09:29.386Z Compiling zerocopy-derive v0.8.48
5422026-05-11T21:09:29.386Z Compiling ref-cast-impl v1.0.25
5432026-05-11T21:09:29.389Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-11T21:09:31.071Z Compiling darling_macro v0.21.3
5452026-05-11T21:09:31.227Z Compiling darling_macro v0.23.0
5462026-05-11T21:09:32.010Z Compiling darling v0.21.3
5472026-05-11T21:09:32.077Z Compiling ingot-macros v0.1.1
5482026-05-11T21:09:32.132Z Compiling darling v0.23.0
5492026-05-11T21:09:32.195Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-05-11T21:09:36.407Z 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-11T21:09:38.142Z Compiling byteorder v1.5.0
5522026-05-11T21:09:38.142Z Compiling cfg-if v1.0.4
5532026-05-11T21:09:38.143Z Compiling macaddr v1.0.1
5542026-05-11T21:09:38.147Z Compiling stable_deref_trait v1.2.1
5552026-05-11T21:09:38.208Z Compiling cobs v0.3.0
5562026-05-11T21:09:38.214Z Compiling bitflags v1.3.2
5572026-05-11T21:09:38.248Z Compiling managed v0.8.0
5582026-05-11T21:09:38.329Z Compiling hash32 v0.3.1
5592026-05-11T21:09:38.486Z Compiling dyn-clone v1.0.20
5602026-05-11T21:09:38.573Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-11T21:09:39.664Z Compiling bitflags v2.11.1
5622026-05-11T21:09:39.664Z Compiling uuid v1.23.1
5632026-05-11T21:09:39.794Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-11T21:09:40.076Z Compiling postcard v1.1.3
5652026-05-11T21:09:40.877Z Compiling ingot-types v0.1.2
5662026-05-11T21:09:41.150Z Compiling ingot v0.1.1
5672026-05-11T21:09:42.563Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-11T21:09:46.742Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-11T21:09:57.083Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-11T21:10:05.295Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.41s
5712026-05-11T21:10:05.320ZLinking xde kmod...
5722026-05-11T21:10:06.469ZBuilding xde dev link helper (dev).
5732026-05-11T21:10:06.629Z 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-11T21:10:06.630Z 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-11T21:10:06.630Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-11T21:10:16.977Z 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-11T21:10:19.156Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.65s
5782026-05-11T21:10:19.178Z
5792026-05-11T21:10:19.178Zreal 3:04.603510168
5802026-05-11T21:10:19.178Zuser 8:56.516402610
5812026-05-11T21:10:19.178Zsys 57.075886885
5822026-05-11T21:10:19.181Ztrap 0.250039734
5832026-05-11T21:10:19.181Ztflt 0.981740389
5842026-05-11T21:10:19.181Zdflt 1.604062005
5852026-05-11T21:10:19.181Zkflt 0.008060948
5862026-05-11T21:10:19.181Zlock 29:35.477899465
5872026-05-11T21:10:19.181Zslp 20:49.668134045
5882026-05-11T21:10:19.181Zlat 20.720730326
5892026-05-11T21:10:19.181Zstop 30.369627902
5902026-05-11T21:10:19.181Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-11T21:10:19.181Z+ grep GOTPCREL
5922026-05-11T21:10:20.115Z+ header 'package opte'
5932026-05-11T21:10:20.115Z+ echo '# ==== package opte ==== #'
5942026-05-11T21:10:20.115Z# ==== package opte ==== #
5952026-05-11T21:10:20.115Z+ cargo xtask package --skip-build --profile all
5962026-05-11T21:10:20.254Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-05-11T21:10:20.258Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-11T21:10:20.464Z+ ./clean.sh
5992026-05-11T21:10:20.473Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-11T21:10:20.476Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-11T21:10:20.476Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-11T21:10:20.476Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-11T21:10:20.492Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-11T21:10:20.524Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-11T21:10:20.527Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-11T21:10:20.527Z+ '[' -z ']'
6072026-05-11T21:10:20.527Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-11T21:10:20.550Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-11T21:10:20.622Z+ INC_DEBUG=
6102026-05-11T21:10:20.622Z+ typeset -ri TAG=0
6112026-05-11T21:10:20.625Z++ ./print-api-version.sh
6122026-05-11T21:10:20.628Z+ API_VSN=40
6132026-05-11T21:10:20.628Z+ PKG_VERSION=0.40.485-3.0
6142026-05-11T21:10:20.631Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.485-3.0/g opte.template.p5m
6152026-05-11T21:10:20.631Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-11T21:10:21.142Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-11T21:10:21.438Z+ mkdir -p packages
6182026-05-11T21:10:21.458Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-11T21:10:28.051Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-11T21:10:28.054Z+ pkgrepo create packages/repo
6212026-05-11T21:10:28.271Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-11T21:10:28.476Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-11T21:10:57.195Zpkg://helios/driver/network/opte@0.40.485,5.11-3.0:20260511T211026Z
6242026-05-11T21:10:57.195ZPUBLISHED
6252026-05-11T21:10:57.222Z+ pkgrecv -a -d packages/repo/opte-0.40.485-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-11T21:10:57.412ZRetrieving packages for publisher helios ...
6272026-05-11T21:10:57.416ZRetrieving catalog 'helios' ... Done
6282026-05-11T21:10:57.420ZRetrieving and evaluating 1 package(s)...
6292026-05-11T21:10:57.420ZFetching manifests: 1/1 100% complete
6302026-05-11T21:10:57.420ZFetching manifests: 1/1 100% complete
6312026-05-11T21:10:57.421Z
6322026-05-11T21:10:57.421ZArchiving packages ...
6332026-05-11T21:10:57.421Z Packages to add: 1
6342026-05-11T21:10:57.421Z Files to retrieve: 6
6352026-05-11T21:10:57.421ZEstimated transfer size: 36.08 MB
6362026-05-11T21:10:57.421Z
6372026-05-11T21:10:57.421ZPackages to archive:
6382026-05-11T21:10:57.421Zdriver/network/opte@0.40.485,5.11-3.0:20260511T211026Z
6392026-05-11T21:10:57.421Z
6402026-05-11T21:10:57.421ZDownload: 0/6 items 0.0/36.1MB 0% complete
6412026-05-11T21:10:57.484ZDownload: Completed 36.08 MB in 0.07 seconds (534M/s)
6422026-05-11T21:10:57.487ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6432026-05-11T21:10:57.498ZArchiving: Completed 36.12 MB in 0.01 seconds
6442026-05-11T21:10:57.539ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.485-3.0.p5p.
6452026-05-11T21:10:57.545Z+ banner copy
6462026-05-11T21:10:57.545Z
6472026-05-11T21:10:57.545Z #### #### ##### # #
6482026-05-11T21:10:57.545Z # # # # # # # #
6492026-05-11T21:10:57.545Z # # # # # #
6502026-05-11T21:10:57.545Z # # # ##### #
6512026-05-11T21:10:57.545Z # # # # # #
6522026-05-11T21:10:57.545Z #### #### # #
6532026-05-11T21:10:57.545Z
6542026-05-11T21:10:57.545Z+ pfexec mkdir -p /out
6552026-05-11T21:10:57.549Z+ pfexec chown 12345 /out
6562026-05-11T21:10:57.549Z+ PKG_NAME=/out/opte.p5p
6572026-05-11T21:10:57.549Z+ mv pkg/packages/repo/opte-0.40.485-3.0.p5p /out/opte.p5p
6582026-05-11T21:10:57.573Z+ sha256sum /out/opte.p5p
6592026-05-11T21:10:57.598Zprocess exited: duration 237078 ms, exit code 0
 
6602026-05-11T21:10:57.620Zfound 2 output files
6612026-05-11T21:10:57.620Zuploading: /out/opte.p5p (37877760 bytes)
6622026-05-11T21:10:58.860Zuploaded: /out/opte.p5p
6632026-05-11T21:10:58.860Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-11T21:10:59.937Zuploaded: /out/opte.p5p.sha256