01KQNYAV2T71QTDHYNBJJ1C9K6: opte-p5p

BasicConfig {
    output_rules: [
        "=/out/opte.p5p",
        "=/out/opte.p5p.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.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: 01KQNYB4AMTQRYBF10FMNSRGYE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-03T03:33:50.112Zjob assigned to worker 01KQNYB8B71D4M6J76ND9P924Y [factory aws, i-042132e1a3260ea3e] (queued for 46 s)
 
22026-05-03T03:33:56.484Zstarting task 0: "setup"
32026-05-03T03:33:56.491Z++ uname -s
42026-05-03T03:33:56.494Z+ kern=SunOS
52026-05-03T03:33:56.494Z+ build_user=build
62026-05-03T03:33:56.494Z+ build_uid=12345
72026-05-03T03:33:56.494Z+ work_dir=/work
82026-05-03T03:33:56.494Z+ input_dir=/input
92026-05-03T03:33:56.495Z+ [[ 0 == 12345 ]]
102026-05-03T03:33:56.495Z+ case "$kern" in
112026-05-03T03:33:56.495Z+ groupadd -g 12345 build
122026-05-03T03:33:56.497Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-03T03:33:58.501Z+ zfs create -o mountpoint=/work rpool/work
142026-05-03T03:33:58.607Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-03T03:33:58.610Z+ home_fs=zfs
162026-05-03T03:33:58.610Z+ [[ zfs == autofs ]]
172026-05-03T03:33:58.610Z+ mkdir -p /home/build
182026-05-03T03:33:58.610Z+ chown build:build /home/build /work
192026-05-03T03:34:00.612Z+ chmod 0700 /home/build /work
202026-05-03T03:34:00.615Zprocess exited: duration 4130 ms, exit code 0
 
212026-05-03T03:34:00.621Zstarting task 1: "rust-toolchain"
222026-05-03T03:34:00.626Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-03T03:34:00.626Z * rust toolchain channel = "1.94.1"
242026-05-03T03:34:00.626Z * rust toolchain profile = "default"
252026-05-03T03:34:00.626Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-03T03:34:00.626Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-03T03:34:00.626Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-03T03:34:00.629Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-03T03:34:00.629Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-03T03:34:00.751Zinfo: downloading installer
312026-05-03T03:34:02.107Zwarn: It looks like you have an existing installation of Rust at:
322026-05-03T03:34:02.107Zwarn: /opt/ooce/bin
332026-05-03T03:34:02.107Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-03T03:34:02.107Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-03T03:34:02.107Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-03T03:34:02.107Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-03T03:34:02.107Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-03T03:34:02.107Zerror: cannot install while Rust is installed
392026-05-03T03:34:02.107Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-03T03:34:02.107Zwarn: It looks like you have an existing rustup settings file at:
412026-05-03T03:34:02.107Zwarn: /home/build/.rustup/settings.toml
422026-05-03T03:34:02.108Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-03T03:34:02.108Zwarn: instead of the one inferred from the default host triple.
442026-05-03T03:34:02.121Zinfo: profile set to default
452026-05-03T03:34:02.121Zinfo: default host triple is x86_64-unknown-illumos
462026-05-03T03:34:02.124Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-03T03:34:02.262Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-03T03:34:02.265Zinfo: downloading 6 components
492026-05-03T03:34:16.393Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-03T03:34:16.393Z
512026-05-03T03:34:16.421Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-03T03:34:16.421Z
532026-05-03T03:34:16.424Z
542026-05-03T03:34:16.424ZRust is installed now. Great!
552026-05-03T03:34:16.424Z
562026-05-03T03:34:16.424ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-03T03:34:16.424Zenvironment variable. This has not been done automatically.
582026-05-03T03:34:16.424Z
592026-05-03T03:34:16.424ZTo configure your current shell, you need to source
602026-05-03T03:34:16.424Zthe corresponding env file under $HOME/.cargo.
612026-05-03T03:34:16.424Z
622026-05-03T03:34:16.424ZThis is usually done by running one of the following (note the leading DOT):
632026-05-03T03:34:16.424Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-03T03:34:16.424Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-03T03:34:16.424Zsource "~/.cargo/env.nu" # For nushell
662026-05-03T03:34:16.424Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-03T03:34:16.424Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-03T03:34:16.424Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-03T03:34:16.424Zwarn: no default linker (`cc`) was found in your PATH
702026-05-03T03:34:16.424Zwarn: many Rust crates require a system C toolchain to build
712026-05-03T03:34:16.511Z+ rustup --version
722026-05-03T03:34:16.520Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-03T03:34:16.524Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-03T03:34:16.541Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-03T03:34:16.544Z+ cargo --version
762026-05-03T03:34:16.557Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-03T03:34:16.561Z+ rustc --version
782026-05-03T03:34:16.580Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-03T03:34:16.583Zprocess exited: duration 15960 ms, exit code 0
 
802026-05-03T03:34:16.588Zstarting task 2: "authentication"
812026-05-03T03:34:16.605Zprocess exited: duration 16 ms, exit code 0
 
822026-05-03T03:34:16.611Zstarting task 3: "clone repository"
832026-05-03T03:34:16.614Z+ mkdir -p /work/oxidecomputer/opte
842026-05-03T03:34:16.617Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-03T03:34:16.647ZCloning into '/work/oxidecomputer/opte'...
862026-05-03T03:34:17.389Z+ cd /work/oxidecomputer/opte
872026-05-03T03:34:17.389Z+ git fetch origin 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
882026-05-03T03:34:17.632ZFrom https://github.com/oxidecomputer/opte
892026-05-03T03:34:17.632Z * branch 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 -> FETCH_HEAD
902026-05-03T03:34:17.638Z+ [[ -n renovate/ctor-0.x ]]
912026-05-03T03:34:17.642Z++ git branch --show-current
922026-05-03T03:34:17.642Z+ current=master
932026-05-03T03:34:17.642Z+ [[ master != renovate/ctor-0.x ]]
942026-05-03T03:34:17.642Z+ git branch -f renovate/ctor-0.x 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
952026-05-03T03:34:17.644Z+ git checkout -f renovate/ctor-0.x
962026-05-03T03:34:17.662ZSwitched to branch 'renovate/ctor-0.x'
972026-05-03T03:34:17.665Z+ git reset --hard 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
982026-05-03T03:34:17.678ZHEAD is now at 8630f7d Update Rust crate ctor to 0.13
992026-05-03T03:34:17.681Zprocess exited: duration 1066 ms, exit code 0
 
1002026-05-03T03:34:17.688Zstarting task 4: "build"
1012026-05-03T03:34:17.692Z+ source .github/buildomat/common.sh
1022026-05-03T03:34:17.695Z++ rustup show active-toolchain
1032026-05-03T03:34:17.699Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-03T03:34:17.699Z++ pushd xde
1052026-05-03T03:34:17.702Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-03T03:34:17.702Z++ rustup show active-toolchain
1072026-05-03T03:34:17.705Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-03T03:34:17.841Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-03T03:34:17.844Zinfo: downloading 6 components
1102026-05-03T03:34:33.318Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-03T03:34:33.406Z+++ rustup show active-toolchain -v
1122026-05-03T03:34:33.409Z+++ head -n 1
1132026-05-03T03:34:33.409Z+++ cut '-d ' -f1
1142026-05-03T03:34:33.460Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-03T03:34:33.460Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-03T03:34:33.460Z++ popd
1172026-05-03T03:34:33.463Z/work/oxidecomputer/opte
1182026-05-03T03:34:33.463Z+ TGT_BASE=/work
1192026-05-03T03:34:33.463Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-05-03T03:34:33.463Z+ REL_TGT=/work/release
1212026-05-03T03:34:33.463Z+ mkdir -p /work/release
1222026-05-03T03:34:33.463Z+ cargo --version
1232026-05-03T03:34:33.472Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1242026-05-03T03:34:33.475Z+ rustc --version
1252026-05-03T03:34:33.494Zrustc 1.94.1 (e408947bf 2026-03-25)
1262026-05-03T03:34:33.497Z+ header 'build xde and opteadm (release+debug)'
1272026-05-03T03:34:33.497Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-05-03T03:34:33.497Z+ ptime -m cargo xtask build --profile all
1292026-05-03T03:34:33.497Z# ==== build xde and opteadm (release+debug) ==== #
1302026-05-03T03:34:33.604Z Updating crates.io index
1312026-05-03T03:34:33.637Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-05-03T03:34:34.560Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-05-03T03:34:35.104Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-05-03T03:34:35.476Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-05-03T03:34:35.849Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-05-03T03:34:36.090Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-05-03T03:34:36.324Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-05-03T03:34:38.450Z Downloading crates ...
1392026-05-03T03:34:38.498Z Downloaded clap_derive v4.6.1
1402026-05-03T03:34:38.501Z Downloaded serde_spanned v1.1.1
1412026-05-03T03:34:38.501Z Downloaded anstyle-parse v1.0.0
1422026-05-03T03:34:38.505Z Downloaded anstream v1.0.0
1432026-05-03T03:34:38.508Z Downloaded toml_writer v1.1.1+spec-1.1.0
1442026-05-03T03:34:38.510Z Downloaded anstyle v1.0.14
1452026-05-03T03:34:38.519Z Downloaded utf8parse v0.2.2
1462026-05-03T03:34:38.526Z Downloaded syn v2.0.117
1472026-05-03T03:34:38.531Z Downloaded strsim v0.11.1
1482026-05-03T03:34:38.534Z Downloaded anstyle-query v1.1.5
1492026-05-03T03:34:38.538Z Downloaded is_terminal_polyfill v1.70.2
1502026-05-03T03:34:38.541Z Downloaded terminal_size v0.4.4
1512026-05-03T03:34:38.545Z Downloaded clap_lex v1.1.0
1522026-05-03T03:34:38.548Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1532026-05-03T03:34:38.548Z Downloaded thiserror-impl v2.0.18
1542026-05-03T03:34:38.552Z Downloaded equivalent v1.0.2
1552026-05-03T03:34:38.561Z Downloaded toml_parser v1.1.2+spec-1.1.0
1562026-05-03T03:34:38.565Z Downloaded colorchoice v1.0.5
1572026-05-03T03:34:38.565Z Downloaded heck v0.5.0
1582026-05-03T03:34:38.568Z Downloaded errno v0.3.14
1592026-05-03T03:34:38.568Z Downloaded cargo-platform v0.3.3
1602026-05-03T03:34:38.579Z Downloaded quote v1.0.45
1612026-05-03T03:34:38.582Z Downloaded bitflags v2.11.1
1622026-05-03T03:34:38.584Z Downloaded toml v1.1.2+spec-1.1.0
1632026-05-03T03:34:38.587Z Downloaded zmij v1.0.21
1642026-05-03T03:34:38.593Z Downloaded cargo_metadata v0.23.1
1652026-05-03T03:34:38.597Z Downloaded thiserror v2.0.18
1662026-05-03T03:34:38.602Z Downloaded semver v1.0.28
1672026-05-03T03:34:38.602Z Downloaded clap v4.6.1
1682026-05-03T03:34:38.605Z Downloaded unicode-ident v1.0.24
1692026-05-03T03:34:38.605Z Downloaded serde_derive v1.0.228
1702026-05-03T03:34:38.605Z Downloaded itoa v1.0.18
1712026-05-03T03:34:38.608Z Downloaded serde_core v1.0.228
1722026-05-03T03:34:38.612Z Downloaded anyhow v1.0.102
1732026-05-03T03:34:38.617Z Downloaded camino v1.2.2
1742026-05-03T03:34:38.631Z Downloaded proc-macro2 v1.0.106
1752026-05-03T03:34:38.634Z Downloaded indexmap v2.14.0
1762026-05-03T03:34:38.637Z Downloaded serde v1.0.228
1772026-05-03T03:34:38.640Z Downloaded memchr v2.8.0
1782026-05-03T03:34:38.664Z Downloaded hashbrown v0.17.0
1792026-05-03T03:34:38.667Z Downloaded serde_json v1.0.149
1802026-05-03T03:34:38.673Z Downloaded clap_builder v4.6.0
1812026-05-03T03:34:38.680Z Downloaded winnow v1.0.2
1822026-05-03T03:34:38.703Z Downloaded rustix v1.1.4
1832026-05-03T03:34:38.729Z Downloaded libc v0.2.186
1842026-05-03T03:34:38.777Z Compiling proc-macro2 v1.0.106
1852026-05-03T03:34:38.777Z Compiling serde_core v1.0.228
1862026-05-03T03:34:38.777Z Compiling unicode-ident v1.0.24
1872026-05-03T03:34:38.777Z Compiling quote v1.0.45
1882026-05-03T03:34:38.777Z Compiling libc v0.2.186
1892026-05-03T03:34:38.777Z Compiling rustix v1.1.4
1902026-05-03T03:34:38.805Z Compiling zmij v1.0.21
1912026-05-03T03:34:38.805Z Compiling utf8parse v0.2.2
1922026-05-03T03:34:38.955Z Compiling bitflags v2.11.1
1932026-05-03T03:34:38.970Z Compiling anstyle-parse v1.0.0
1942026-05-03T03:34:39.197Z Compiling is_terminal_polyfill v1.70.2
1952026-05-03T03:34:39.208Z Compiling thiserror v2.0.18
1962026-05-03T03:34:39.214Z Compiling anstyle-query v1.1.5
1972026-05-03T03:34:39.271Z Compiling camino v1.2.2
1982026-05-03T03:34:39.310Z Compiling serde v1.0.228
1992026-05-03T03:34:39.388Z Compiling colorchoice v1.0.5
2002026-05-03T03:34:39.404Z Compiling serde_json v1.0.149
2012026-05-03T03:34:39.500Z Compiling anstyle v1.0.14
2022026-05-03T03:34:39.528Z Compiling errno v0.3.14
2032026-05-03T03:34:39.641Z Compiling anyhow v1.0.102
2042026-05-03T03:34:39.692Z Compiling anstream v1.0.0
2052026-05-03T03:34:39.766Z Compiling winnow v1.0.2
2062026-05-03T03:34:39.775Z Compiling itoa v1.0.18
2072026-05-03T03:34:39.997Z Compiling memchr v2.8.0
2082026-05-03T03:34:40.047Z Compiling clap_lex v1.1.0
2092026-05-03T03:34:40.050Z Compiling strsim v0.11.1
2102026-05-03T03:34:40.209Z Compiling syn v2.0.117
2112026-05-03T03:34:40.216Z Compiling terminal_size v0.4.4
2122026-05-03T03:34:40.234Z Compiling heck v0.5.0
2132026-05-03T03:34:40.371Z Compiling clap_builder v4.6.0
2142026-05-03T03:34:40.439Z Compiling toml_parser v1.1.2+spec-1.1.0
2152026-05-03T03:34:40.667Z Compiling toml_writer v1.1.1+spec-1.1.0
2162026-05-03T03:34:41.173Z Compiling toml_datetime v1.1.1+spec-1.1.0
2172026-05-03T03:34:41.361Z Compiling serde_spanned v1.1.1
2182026-05-03T03:34:41.518Z Compiling semver v1.0.28
2192026-05-03T03:34:41.669Z Compiling cargo-platform v0.3.3
2202026-05-03T03:34:41.713Z Compiling toml v1.1.2+spec-1.1.0
2212026-05-03T03:34:42.753Z Compiling serde_derive v1.0.228
2222026-05-03T03:34:42.803Z Compiling thiserror-impl v2.0.18
2232026-05-03T03:34:42.947Z Compiling clap_derive v4.6.1
2242026-05-03T03:34:44.599Z Compiling clap v4.6.1
2252026-05-03T03:34:45.804Z Compiling cargo_metadata v0.23.1
2262026-05-03T03:34:48.271Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-05-03T03:34:49.838Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.33s
2282026-05-03T03:34:49.927Z Running `target/debug/xtask build --profile all`
2292026-05-03T03:34:51.235ZBuilding opteadm (release).
2302026-05-03T03:34:51.330Z Compiling proc-macro2 v1.0.106
2312026-05-03T03:34:51.330Z Compiling unicode-ident v1.0.24
2322026-05-03T03:34:51.330Z Compiling quote v1.0.45
2332026-05-03T03:34:51.330Z Compiling serde_core v1.0.228
2342026-05-03T03:34:51.333Z Compiling libc v0.2.186
2352026-05-03T03:34:51.333Z Compiling cfg-if v1.0.4
2362026-05-03T03:34:51.333Z Compiling ident_case v1.0.1
2372026-05-03T03:34:51.333Z Compiling memchr v2.8.0
2382026-05-03T03:34:51.402Z Compiling fnv v1.0.7
2392026-05-03T03:34:51.446Z Compiling thiserror v2.0.18
2402026-05-03T03:34:51.455Z Compiling strsim v0.11.1
2412026-05-03T03:34:51.477Z Compiling regex-syntax v0.8.10
2422026-05-03T03:34:51.632Z Compiling hashbrown v0.17.0
2432026-05-03T03:34:51.723Z Compiling either v1.15.0
2442026-05-03T03:34:51.898Z Compiling aho-corasick v1.1.4
2452026-05-03T03:34:51.904Z Compiling anyhow v1.0.102
2462026-05-03T03:34:51.928Z Compiling zerocopy v0.8.48
2472026-05-03T03:34:52.044Z Compiling serde v1.0.228
2482026-05-03T03:34:52.146Z Compiling winnow v1.0.2
2492026-05-03T03:34:52.195Z Compiling equivalent v1.0.2
2502026-05-03T03:34:52.310Z Compiling indexmap v2.14.0
2512026-05-03T03:34:52.366Z Compiling itertools v0.14.0
2522026-05-03T03:34:52.458Z Compiling syn v2.0.117
2532026-05-03T03:34:52.491Z Compiling byteorder v1.5.0
2542026-05-03T03:34:52.669Z Compiling heapless v0.8.0
2552026-05-03T03:34:52.901Z Compiling regex-automata v0.4.14
2562026-05-03T03:34:52.949Z Compiling toml_datetime v1.1.1+spec-1.1.0
2572026-05-03T03:34:53.138Z Compiling toml_parser v1.1.2+spec-1.1.0
2582026-05-03T03:34:53.239Z Compiling hash32 v0.3.1
2592026-05-03T03:34:53.307Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2602026-05-03T03:34:53.365Z Compiling bitflags v2.11.1
2612026-05-03T03:34:53.479Z Compiling toml_edit v0.25.11+spec-1.1.0
2622026-05-03T03:34:53.511Z Compiling syn v1.0.109
2632026-05-03T03:34:53.527Z Compiling smoltcp v0.11.0
2642026-05-03T03:34:53.563Z Compiling stable_deref_trait v1.2.1
2652026-05-03T03:34:53.628Z Compiling rustversion v1.0.22
2662026-05-03T03:34:53.667Z Compiling macaddr v1.0.1
2672026-05-03T03:34:53.837Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2682026-05-03T03:34:53.846Z Compiling getrandom v0.4.2
2692026-05-03T03:34:53.859Z Compiling ref-cast v1.0.25
2702026-05-03T03:34:53.979Z Compiling rand_core v0.10.1
2712026-05-03T03:34:54.030Z Compiling proc-macro-crate v3.5.0
2722026-05-03T03:34:54.089Z Compiling version_check v0.9.5
2732026-05-03T03:34:54.124Z Compiling rustix v1.1.4
2742026-05-03T03:34:54.142Z Compiling managed v0.8.0
2752026-05-03T03:34:54.146Z Compiling bitflags v1.3.2
2762026-05-03T03:34:54.339Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-05-03T03:34:54.427Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-05-03T03:34:54.543Z Compiling regex v1.12.3
2792026-05-03T03:34:54.649Z Compiling errno v0.3.14
2802026-05-03T03:34:54.776Z Compiling utf8parse v0.2.2
2812026-05-03T03:34:54.789Z Compiling unicode-width v0.2.2
2822026-05-03T03:34:54.796Z Compiling once_cell v1.21.4
2832026-05-03T03:34:54.869Z Compiling cpufeatures v0.3.0
2842026-05-03T03:34:54.929Z Compiling foreign-types-shared v0.3.1
2852026-05-03T03:34:55.023Z Compiling darling_core v0.21.3
2862026-05-03T03:34:55.027Z Compiling ipnetwork v0.21.1
2872026-05-03T03:34:55.141Z Compiling tabwriter v1.4.1
2882026-05-03T03:34:55.425Z Compiling cstr-argument v0.1.2
2892026-05-03T03:34:55.470Z Compiling tracing-core v0.1.36
2902026-05-03T03:34:55.474Z Compiling chacha20 v0.10.0
2912026-05-03T03:34:55.575Z Compiling anstyle-parse v1.0.0
2922026-05-03T03:34:56.192Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
2932026-05-03T03:34:56.209Z Compiling pretty-hex v0.4.2
2942026-05-03T03:34:56.314Z Compiling thiserror-impl v2.0.18
2952026-05-03T03:34:56.321Z Compiling zerocopy-derive v0.8.48
2962026-05-03T03:34:56.332Z Compiling serde_derive v1.0.228
2972026-05-03T03:34:56.399Z Compiling foreign-types-macros v0.2.3
2982026-05-03T03:34:56.554Z Compiling ref-cast-impl v1.0.25
2992026-05-03T03:34:57.038Z Compiling num_enum_derive v0.7.6
3002026-05-03T03:34:57.198Z Compiling foreign-types v0.5.0
3012026-05-03T03:34:57.231Z Compiling darling_macro v0.21.3
3022026-05-03T03:34:57.241Z Compiling tracing-attributes v0.1.31
3032026-05-03T03:34:57.272Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3042026-05-03T03:34:57.723Z Compiling cobs v0.3.0
3052026-05-03T03:34:57.766Z Compiling colorchoice v1.0.5
3062026-05-03T03:34:57.790Z Compiling darling v0.21.3
3072026-05-03T03:34:57.858Z Compiling ingot-macros v0.1.1
3082026-05-03T03:34:57.862Z Compiling anstyle v1.0.14
3092026-05-03T03:34:57.875Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-03T03:34:57.927Z Compiling pin-project-lite v0.2.17
3112026-05-03T03:34:58.013Z Compiling dyn-clone v1.0.20
3122026-05-03T03:34:58.084Z Compiling is_terminal_polyfill v1.70.2
3132026-05-03T03:34:58.088Z Compiling num_enum v0.7.6
3142026-05-03T03:34:58.139Z Compiling anstyle-query v1.1.5
3152026-05-03T03:34:58.159Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3162026-05-03T03:34:58.185Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3172026-05-03T03:34:58.228Z Compiling anstream v1.0.0
3182026-05-03T03:34:58.331Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-05-03T03:34:58.351Z Compiling terminal_size v0.4.4
3202026-05-03T03:34:58.470Z Compiling tracing v0.1.44
3212026-05-03T03:34:58.512Z Compiling rand v0.10.1
3222026-05-03T03:34:58.628Z Compiling uuid v1.23.1
3232026-05-03T03:34:58.771Z Compiling socket2 v0.6.3
3242026-05-03T03:34:58.780Z Compiling heck v0.5.0
3252026-05-03T03:34:59.019Z Compiling clap_lex v1.1.0
3262026-05-03T03:34:59.302Z Compiling oxnet v0.1.4
3272026-05-03T03:34:59.328Z Compiling colored v3.1.1
3282026-05-03T03:34:59.333Z Compiling clap_builder v4.6.0
3292026-05-03T03:34:59.577Z Compiling clap_derive v4.6.1
3302026-05-03T03:34:59.626Z Compiling postcard v1.1.3
3312026-05-03T03:34:59.720Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3322026-05-03T03:35:00.749Z Compiling ingot-types v0.1.2
3332026-05-03T03:35:01.148Z Compiling ingot v0.1.1
3342026-05-03T03:35:01.238Z Compiling clap v4.6.1
3352026-05-03T03:35:02.804Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-05-03T03:35:03.813Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-05-03T03:35:04.832Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-05-03T03:35:11.441Z Finished `release` profile [optimized + debuginfo] target(s) in 20.20s
3392026-05-03T03:35:11.470ZBuilding xde (release-lto).
3402026-05-03T03:35:11.716Z Updating crates.io index
3412026-05-03T03:35:11.830Z Downloading crates ...
3422026-05-03T03:35:11.902Z Downloaded adler2 v2.0.1
3432026-05-03T03:35:11.905Z Downloaded object v0.37.3
3442026-05-03T03:35:11.911Z Downloaded rustc-demangle v0.1.27
3452026-05-03T03:35:11.913Z Downloaded foldhash v0.2.0
3462026-05-03T03:35:11.914Z Downloaded addr2line v0.25.1
3472026-05-03T03:35:11.914Z Downloaded getopts v0.2.24
3482026-05-03T03:35:11.923Z Downloaded memchr v2.7.6
3492026-05-03T03:35:11.936Z Downloaded gimli v0.32.3
3502026-05-03T03:35:11.944Z Downloaded hashbrown v0.16.1
3512026-05-03T03:35:11.947Z Downloaded miniz_oxide v0.8.9
3522026-05-03T03:35:11.951Z Downloaded rustc-literal-escaper v0.0.7
3532026-05-03T03:35:11.998Z Downloaded libc v0.2.183
3542026-05-03T03:35:12.057Z 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)
3552026-05-03T03:35:12.057Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3562026-05-03T03:35:12.057Z Compiling proc-macro2 v1.0.106
3572026-05-03T03:35:12.057Z Compiling quote v1.0.45
3582026-05-03T03:35:12.057Z Compiling unicode-ident v1.0.24
3592026-05-03T03:35:12.060Z Compiling ident_case v1.0.1
3602026-05-03T03:35:12.060Z Compiling strsim v0.11.1
3612026-05-03T03:35:12.080Z Compiling serde_core v1.0.228
3622026-05-03T03:35:12.224Z Compiling fnv v1.0.7
3632026-05-03T03:35:12.227Z Compiling memchr v2.8.0
3642026-05-03T03:35:12.316Z Compiling regex-syntax v0.8.10
3652026-05-03T03:35:12.476Z Compiling zerocopy v0.8.48
3662026-05-03T03:35:12.480Z Compiling either v1.15.0
3672026-05-03T03:35:12.485Z Compiling serde v1.0.228
3682026-05-03T03:35:12.609Z Compiling thiserror v2.0.18
3692026-05-03T03:35:12.670Z Compiling aho-corasick v1.1.4
3702026-05-03T03:35:12.873Z Compiling itertools v0.14.0
3712026-05-03T03:35:12.891Z Compiling heapless v0.8.0
3722026-05-03T03:35:13.183Z Compiling syn v2.0.117
3732026-05-03T03:35:13.277Z Compiling smoltcp v0.11.0
3742026-05-03T03:35:13.294Z Compiling crc32fast v1.5.0
3752026-05-03T03:35:13.358Z Compiling ref-cast v1.0.25
3762026-05-03T03:35:13.623Z Compiling version_check v0.9.5
3772026-05-03T03:35:13.728Z Compiling regex-automata v0.4.14
3782026-05-03T03:35:13.981Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3792026-05-03T03:35:15.262Z Compiling regex v1.12.3
3802026-05-03T03:35:15.450Z Compiling darling_core v0.21.3
3812026-05-03T03:35:15.507Z Compiling darling_core v0.23.0
3822026-05-03T03:35:16.382Z Compiling thiserror-impl v2.0.18
3832026-05-03T03:35:16.382Z Compiling zerocopy-derive v0.8.48
3842026-05-03T03:35:16.386Z Compiling serde_derive v1.0.228
3852026-05-03T03:35:16.386Z Compiling ref-cast-impl v1.0.25
3862026-05-03T03:35:16.386Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3872026-05-03T03:35:17.873Z Compiling darling_macro v0.21.3
3882026-05-03T03:35:18.123Z Compiling darling_macro v0.23.0
3892026-05-03T03:35:18.798Z Compiling darling v0.21.3
3902026-05-03T03:35:18.864Z Compiling ingot-macros v0.1.1
3912026-05-03T03:35:19.000Z Compiling darling v0.23.0
3922026-05-03T03:35:19.065Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3932026-05-03T03:35:24.065Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3942026-05-03T03:35:26.141Z Compiling byteorder v1.5.0
3952026-05-03T03:35:26.144Z Compiling macaddr v1.0.1
3962026-05-03T03:35:26.144Z Compiling stable_deref_trait v1.2.1
3972026-05-03T03:35:26.144Z Compiling cfg-if v1.0.4
3982026-05-03T03:35:26.206Z Compiling managed v0.8.0
3992026-05-03T03:35:26.214Z Compiling cobs v0.3.0
4002026-05-03T03:35:26.238Z Compiling bitflags v1.3.2
4012026-05-03T03:35:26.305Z Compiling hash32 v0.3.1
4022026-05-03T03:35:26.446Z Compiling dyn-clone v1.0.20
4032026-05-03T03:35:26.510Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4042026-05-03T03:35:27.734Z Compiling bitflags v2.11.1
4052026-05-03T03:35:27.734Z Compiling uuid v1.23.1
4062026-05-03T03:35:27.874Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4072026-05-03T03:35:28.161Z Compiling postcard v1.1.3
4082026-05-03T03:35:28.960Z Compiling ingot-types v0.1.2
4092026-05-03T03:35:29.278Z Compiling ingot v0.1.1
4102026-05-03T03:35:30.795Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4112026-05-03T03:35:34.492Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4122026-05-03T03:35:43.239Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4132026-05-03T03:36:11.419Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.91s
4142026-05-03T03:36:11.446ZLinking xde kmod...
4152026-05-03T03:36:11.994ZBuilding xde dev link helper (release).
4162026-05-03T03:36:12.152Z 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)
4172026-05-03T03:36:12.153Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4182026-05-03T03:36:12.153Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4192026-05-03T03:36:23.137Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4202026-05-03T03:36:25.475Z Finished `release` profile [optimized + debuginfo] target(s) in 13.45s
4212026-05-03T03:36:25.494ZBuilding opteadm (dev).
4222026-05-03T03:36:25.650Z Compiling serde_core v1.0.228
4232026-05-03T03:36:25.650Z Compiling libc v0.2.186
4242026-05-03T03:36:25.650Z Compiling cfg-if v1.0.4
4252026-05-03T03:36:25.653Z Compiling strsim v0.11.1
4262026-05-03T03:36:25.653Z Compiling fnv v1.0.7
4272026-05-03T03:36:25.653Z Compiling ident_case v1.0.1
4282026-05-03T03:36:25.677Z Compiling memchr v2.8.0
4292026-05-03T03:36:25.680Z Compiling syn v2.0.117
4302026-05-03T03:36:25.727Z Compiling regex-syntax v0.8.10
4312026-05-03T03:36:25.745Z Compiling zerocopy v0.8.48
4322026-05-03T03:36:25.774Z Compiling serde v1.0.228
4332026-05-03T03:36:25.945Z Compiling hashbrown v0.17.0
4342026-05-03T03:36:26.057Z Compiling aho-corasick v1.1.4
4352026-05-03T03:36:26.104Z Compiling either v1.15.0
4362026-05-03T03:36:26.231Z Compiling winnow v1.0.2
4372026-05-03T03:36:26.287Z Compiling equivalent v1.0.2
4382026-05-03T03:36:26.361Z Compiling itertools v0.14.0
4392026-05-03T03:36:26.426Z Compiling indexmap v2.14.0
4402026-05-03T03:36:26.511Z Compiling byteorder v1.5.0
4412026-05-03T03:36:26.685Z Compiling heapless v0.8.0
4422026-05-03T03:36:26.962Z Compiling toml_datetime v1.1.1+spec-1.1.0
4432026-05-03T03:36:27.170Z Compiling regex-automata v0.4.14
4442026-05-03T03:36:27.177Z Compiling toml_parser v1.1.2+spec-1.1.0
4452026-05-03T03:36:27.231Z Compiling hash32 v0.3.1
4462026-05-03T03:36:27.381Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4472026-05-03T03:36:27.446Z Compiling smoltcp v0.11.0
4482026-05-03T03:36:27.561Z Compiling toml_edit v0.25.11+spec-1.1.0
4492026-05-03T03:36:27.603Z Compiling bitflags v2.11.1
4502026-05-03T03:36:27.720Z Compiling rustversion v1.0.22
4512026-05-03T03:36:27.763Z Compiling macaddr v1.0.1
4522026-05-03T03:36:27.769Z Compiling syn v1.0.109
4532026-05-03T03:36:27.828Z Compiling stable_deref_trait v1.2.1
4542026-05-03T03:36:28.026Z Compiling bitflags v1.3.2
4552026-05-03T03:36:28.049Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4562026-05-03T03:36:28.083Z Compiling proc-macro-crate v3.5.0
4572026-05-03T03:36:28.086Z Compiling version_check v0.9.5
4582026-05-03T03:36:28.096Z Compiling managed v0.8.0
4592026-05-03T03:36:28.246Z Compiling darling_core v0.21.3
4602026-05-03T03:36:28.315Z Compiling getrandom v0.4.2
4612026-05-03T03:36:28.319Z Compiling ref-cast v1.0.25
4622026-05-03T03:36:28.338Z Compiling rand_core v0.10.1
4632026-05-03T03:36:28.459Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4642026-05-03T03:36:28.645Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4652026-05-03T03:36:28.684Z Compiling errno v0.3.14
4662026-05-03T03:36:28.849Z Compiling regex v1.12.3
4672026-05-03T03:36:29.109Z Compiling cpufeatures v0.3.0
4682026-05-03T03:36:29.176Z Compiling ipnetwork v0.21.1
4692026-05-03T03:36:29.244Z Compiling foreign-types-shared v0.3.1
4702026-05-03T03:36:29.248Z Compiling unicode-width v0.2.2
4712026-05-03T03:36:29.424Z Compiling thiserror-impl v2.0.18
4722026-05-03T03:36:29.547Z Compiling zerocopy-derive v0.8.48
4732026-05-03T03:36:29.711Z Compiling serde_derive v1.0.228
4742026-05-03T03:36:29.714Z Compiling foreign-types-macros v0.2.3
4752026-05-03T03:36:30.361Z Compiling darling_macro v0.21.3
4762026-05-03T03:36:30.368Z Compiling ref-cast-impl v1.0.25
4772026-05-03T03:36:30.562Z Compiling num_enum_derive v0.7.6
4782026-05-03T03:36:30.668Z Compiling thiserror v2.0.18
4792026-05-03T03:36:30.770Z Compiling cobs v0.3.0
4802026-05-03T03:36:30.904Z Compiling darling v0.21.3
4812026-05-03T03:36:30.958Z Compiling once_cell v1.21.4
4822026-05-03T03:36:30.975Z Compiling ingot-macros v0.1.1
4832026-05-03T03:36:31.162Z Compiling tracing-core v0.1.36
4842026-05-03T03:36:31.203Z Compiling foreign-types v0.5.0
4852026-05-03T03:36:31.274Z Compiling cstr-argument v0.1.2
4862026-05-03T03:36:31.443Z Compiling tabwriter v1.4.1
4872026-05-03T03:36:31.559Z Compiling num_enum v0.7.6
4882026-05-03T03:36:31.669Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4892026-05-03T03:36:31.862Z Compiling tracing-attributes v0.1.31
4902026-05-03T03:36:31.918Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4912026-05-03T03:36:32.224Z Compiling chacha20 v0.10.0
4922026-05-03T03:36:32.393Z Compiling rustix v1.1.4
4932026-05-03T03:36:32.771Z Compiling anyhow v1.0.102
4942026-05-03T03:36:32.775Z Compiling pretty-hex v0.4.2
4952026-05-03T03:36:32.903Z Compiling postcard v1.1.3
4962026-05-03T03:36:32.957Z Compiling dyn-clone v1.0.20
4972026-05-03T03:36:32.970Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4982026-05-03T03:36:33.087Z Compiling pin-project-lite v0.2.17
4992026-05-03T03:36:33.143Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5002026-05-03T03:36:33.174Z Compiling tracing v0.1.44
5012026-05-03T03:36:33.181Z Compiling terminal_size v0.4.4
5022026-05-03T03:36:33.252Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5032026-05-03T03:36:33.324Z Compiling rand v0.10.1
5042026-05-03T03:36:33.354Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5052026-05-03T03:36:33.419Z Compiling uuid v1.23.1
5062026-05-03T03:36:33.469Z Compiling socket2 v0.6.3
5072026-05-03T03:36:33.559Z Compiling oxnet v0.1.4
5082026-05-03T03:36:33.639Z Compiling colored v3.1.1
5092026-05-03T03:36:33.747Z Compiling clap_builder v4.6.0
5102026-05-03T03:36:33.999Z Compiling ingot-types v0.1.2
5112026-05-03T03:36:34.013Z Compiling clap_derive v4.6.1
5122026-05-03T03:36:34.031Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5132026-05-03T03:36:34.403Z Compiling ingot v0.1.1
5142026-05-03T03:36:35.444Z Compiling clap v4.6.1
5152026-05-03T03:36:36.223Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5162026-05-03T03:36:38.436Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5172026-05-03T03:36:39.589Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5182026-05-03T03:36:43.947Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.44s
5192026-05-03T03:36:43.974ZBuilding xde (dev).
5202026-05-03T03:36:44.207Z 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)
5212026-05-03T03:36:44.207Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5222026-05-03T03:36:44.207Z Compiling proc-macro2 v1.0.106
5232026-05-03T03:36:44.207Z Compiling unicode-ident v1.0.24
5242026-05-03T03:36:44.207Z Compiling quote v1.0.45
5252026-05-03T03:36:44.207Z Compiling ident_case v1.0.1
5262026-05-03T03:36:44.210Z Compiling strsim v0.11.1
5272026-05-03T03:36:44.211Z Compiling serde_core v1.0.228
5282026-05-03T03:36:44.326Z Compiling fnv v1.0.7
5292026-05-03T03:36:44.329Z Compiling memchr v2.8.0
5302026-05-03T03:36:44.408Z Compiling regex-syntax v0.8.10
5312026-05-03T03:36:44.589Z Compiling zerocopy v0.8.48
5322026-05-03T03:36:44.599Z Compiling serde v1.0.228
5332026-05-03T03:36:44.601Z Compiling thiserror v2.0.18
5342026-05-03T03:36:44.723Z Compiling aho-corasick v1.1.4
5352026-05-03T03:36:44.974Z Compiling either v1.15.0
5362026-05-03T03:36:45.026Z Compiling heapless v0.8.0
5372026-05-03T03:36:45.164Z Compiling itertools v0.14.0
5382026-05-03T03:36:45.225Z Compiling smoltcp v0.11.0
5392026-05-03T03:36:45.391Z Compiling syn v2.0.117
5402026-05-03T03:36:45.451Z Compiling crc32fast v1.5.0
5412026-05-03T03:36:45.535Z Compiling ref-cast v1.0.25
5422026-05-03T03:36:45.661Z Compiling version_check v0.9.5
5432026-05-03T03:36:45.924Z Compiling regex-automata v0.4.14
5442026-05-03T03:36:46.032Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5452026-05-03T03:36:47.481Z Compiling regex v1.12.3
5462026-05-03T03:36:47.672Z Compiling darling_core v0.21.3
5472026-05-03T03:36:47.672Z Compiling darling_core v0.23.0
5482026-05-03T03:36:48.650Z Compiling zerocopy-derive v0.8.48
5492026-05-03T03:36:48.650Z Compiling serde_derive v1.0.228
5502026-05-03T03:36:48.650Z Compiling thiserror-impl v2.0.18
5512026-05-03T03:36:48.650Z Compiling ref-cast-impl v1.0.25
5522026-05-03T03:36:48.653Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5532026-05-03T03:36:50.302Z Compiling darling_macro v0.23.0
5542026-05-03T03:36:50.314Z Compiling darling_macro v0.21.3
5552026-05-03T03:36:51.245Z Compiling darling v0.21.3
5562026-05-03T03:36:51.249Z Compiling darling v0.23.0
5572026-05-03T03:36:51.308Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5582026-05-03T03:36:51.308Z Compiling ingot-macros v0.1.1
5592026-05-03T03:36:55.705Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5602026-05-03T03:36:57.453Z Compiling byteorder v1.5.0
5612026-05-03T03:36:57.454Z Compiling macaddr v1.0.1
5622026-05-03T03:36:57.456Z Compiling stable_deref_trait v1.2.1
5632026-05-03T03:36:57.457Z Compiling cfg-if v1.0.4
5642026-05-03T03:36:57.522Z Compiling cobs v0.3.0
5652026-05-03T03:36:57.528Z Compiling managed v0.8.0
5662026-05-03T03:36:57.558Z Compiling bitflags v1.3.2
5672026-05-03T03:36:57.628Z Compiling hash32 v0.3.1
5682026-05-03T03:36:57.804Z Compiling dyn-clone v1.0.20
5692026-05-03T03:36:57.887Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5702026-05-03T03:36:58.986Z Compiling bitflags v2.11.1
5712026-05-03T03:36:58.986Z Compiling uuid v1.23.1
5722026-05-03T03:36:59.119Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5732026-05-03T03:36:59.399Z Compiling postcard v1.1.3
5742026-05-03T03:37:00.191Z Compiling ingot-types v0.1.2
5752026-05-03T03:37:00.481Z Compiling ingot v0.1.1
5762026-05-03T03:37:01.901Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5772026-05-03T03:37:06.185Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5782026-05-03T03:37:16.564Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5792026-05-03T03:37:24.811Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.80s
5802026-05-03T03:37:24.835ZLinking xde kmod...
5812026-05-03T03:37:25.992ZBuilding xde dev link helper (dev).
5822026-05-03T03:37:26.158Z 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)
5832026-05-03T03:37:26.158Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5842026-05-03T03:37:26.158Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5852026-05-03T03:37:36.664Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5862026-05-03T03:37:38.832Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.81s
5872026-05-03T03:37:38.854Z
5882026-05-03T03:37:38.857Zreal 3:05.342436816
5892026-05-03T03:37:38.857Zuser 8:59.386226406
5902026-05-03T03:37:38.857Zsys 57.694873320
5912026-05-03T03:37:38.857Ztrap 0.241985310
5922026-05-03T03:37:38.857Ztflt 0.872802671
5932026-05-03T03:37:38.857Zdflt 1.573407421
5942026-05-03T03:37:38.857Zkflt 0.006228788
5952026-05-03T03:37:38.857Zlock 30:37.490251044
5962026-05-03T03:37:38.857Zslp 20:51.240108288
5972026-05-03T03:37:38.857Zlat 23.117150197
5982026-05-03T03:37:38.857Zstop 31.412293227
5992026-05-03T03:37:38.857Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
6002026-05-03T03:37:38.857Z+ grep GOTPCREL
6012026-05-03T03:37:39.773Z+ header 'package opte'
6022026-05-03T03:37:39.773Z+ echo '# ==== package opte ==== #'
6032026-05-03T03:37:39.773Z# ==== package opte ==== #
6042026-05-03T03:37:39.776Z+ cargo xtask package --skip-build --profile all
6052026-05-03T03:37:39.911Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
6062026-05-03T03:37:39.915Z Running `target/debug/xtask package --skip-build --profile all`
6072026-05-03T03:37:40.124Z+ ./clean.sh
6082026-05-03T03:37:40.132Z+ mkdir -p proto/kernel/drv/amd64
6092026-05-03T03:37:40.135Z+ mkdir -p proto/opt/oxide/opte/bin
6102026-05-03T03:37:40.135Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6112026-05-03T03:37:40.138Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6122026-05-03T03:37:40.153Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6132026-05-03T03:37:40.184Z+ cp ../xde/xde.conf proto/kernel/drv/
6142026-05-03T03:37:40.187Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6152026-05-03T03:37:40.187Z+ '[' -z ']'
6162026-05-03T03:37:40.187Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6172026-05-03T03:37:40.209Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6182026-05-03T03:37:40.275Z+ INC_DEBUG=
6192026-05-03T03:37:40.278Z++ ./print-api-version.sh
6202026-05-03T03:37:40.281Z+ API_VSN=40
6212026-05-03T03:37:40.281Z+ TAG=
6222026-05-03T03:37:40.281Z+ PKG_VERSION=0.40.476
6232026-05-03T03:37:40.284Z+ '[' ']'
6242026-05-03T03:37:40.284Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%PKG_VERSION%/0.40.476/g opte.template.p5m
6252026-05-03T03:37:40.284Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6262026-05-03T03:37:41.204Z+ pkgdepend generate -d proto opte.base.p5m
6272026-05-03T03:37:41.905Z+ mkdir -p packages
6282026-05-03T03:37:41.908Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6292026-05-03T03:37:53.303Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6302026-05-03T03:37:53.306Z+ pkgrepo create packages/repo
6312026-05-03T03:37:53.876Z+ pkgrepo add-publisher -s packages/repo helios-dev
6322026-05-03T03:37:54.418Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6332026-05-03T03:38:23.608Zpkg://helios-dev/driver/network/opte@0.40.476,5.11:20260503T033753Z
6342026-05-03T03:38:23.608ZPUBLISHED
6352026-05-03T03:38:23.644Z+ pkgrecv -a -d packages/repo/opte-0.40.476.p5p -s packages/repo -v -m latest '*'
6362026-05-03T03:38:24.137ZRetrieving packages for publisher helios-dev ...
6372026-05-03T03:38:24.140ZRetrieving catalog 'helios-dev' ... Done
6382026-05-03T03:38:24.143ZRetrieving and evaluating 1 package(s)...
6392026-05-03T03:38:24.143ZFetching manifests: 1/1 100% complete
6402026-05-03T03:38:24.143ZFetching manifests: 1/1 100% complete
6412026-05-03T03:38:24.143Z
6422026-05-03T03:38:24.143ZArchiving packages ...
6432026-05-03T03:38:24.143Z Packages to add: 1
6442026-05-03T03:38:24.143Z Files to retrieve: 6
6452026-05-03T03:38:24.143ZEstimated transfer size: 36.08 MB
6462026-05-03T03:38:24.144Z
6472026-05-03T03:38:24.144ZPackages to archive:
6482026-05-03T03:38:24.144Zdriver/network/opte@0.40.476,5.11:20260503T033753Z
6492026-05-03T03:38:24.144Z
6502026-05-03T03:38:24.144ZDownload: 0/6 items 0.0/36.1MB 0% complete
6512026-05-03T03:38:24.208ZDownload: Completed 36.08 MB in 0.07 seconds (547M/s)
6522026-05-03T03:38:24.211ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6532026-05-03T03:38:24.223ZArchiving: Completed 36.11 MB in 0.01 seconds
6542026-05-03T03:38:24.264ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.476.p5p.
6552026-05-03T03:38:24.267Z+ banner copy
6562026-05-03T03:38:24.270Z
6572026-05-03T03:38:24.270Z #### #### ##### # #
6582026-05-03T03:38:24.270Z # # # # # # # #
6592026-05-03T03:38:24.270Z # # # # # #
6602026-05-03T03:38:24.270Z # # # ##### #
6612026-05-03T03:38:24.270Z # # # # # #
6622026-05-03T03:38:24.270Z #### #### # #
6632026-05-03T03:38:24.270Z
6642026-05-03T03:38:24.270Z+ pfexec mkdir -p /out
6652026-05-03T03:38:24.273Z+ pfexec chown 12345 /out
6662026-05-03T03:38:24.276Z+ PKG_NAME=/out/opte.p5p
6672026-05-03T03:38:24.276Z+ mv pkg/packages/repo/opte-0.40.476.p5p /out/opte.p5p
6682026-05-03T03:38:24.301Z+ sha256sum /out/opte.p5p
6692026-05-03T03:38:24.325Zprocess exited: duration 246621 ms, exit code 0
 
6702026-05-03T03:38:24.336Zfound 2 output files
6712026-05-03T03:38:24.336Zuploading: /out/opte.p5p (37877760 bytes)
6722026-05-03T03:38:25.532Zuploaded: /out/opte.p5p
6732026-05-03T03:38:25.535Zuploading: /out/opte.p5p.sha256 (80 bytes)
6742026-05-03T03:38:26.541Zuploaded: /out/opte.p5p.sha256