01KM4NTRQPKC59NKA2M019ZQVR: 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: 01KM4NV3YJ524YFGVYVQS7NDZ6

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-03-20T03:52:16.045Zjob assigned to worker 01KM4NV7YYJQCCTGYX0K6H6J0R [factory aws, i-04895b6a6aae186c3] (queued for 1 m 56 s)
 
22026-03-20T03:52:24.071Zstarting task 0: "setup"
32026-03-20T03:52:24.074Z++ uname -s
42026-03-20T03:52:24.077Z+ kern=SunOS
52026-03-20T03:52:24.077Z+ build_user=build
62026-03-20T03:52:24.077Z+ build_uid=12345
72026-03-20T03:52:24.077Z+ work_dir=/work
82026-03-20T03:52:24.077Z+ input_dir=/input
92026-03-20T03:52:24.077Z+ [[ 0 == 12345 ]]
102026-03-20T03:52:24.077Z+ case "$kern" in
112026-03-20T03:52:24.077Z+ groupadd -g 12345 build
122026-03-20T03:52:24.080Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-03-20T03:52:26.084Z+ zfs create -o mountpoint=/work rpool/work
142026-03-20T03:52:26.202Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-03-20T03:52:26.205Z+ home_fs=zfs
162026-03-20T03:52:26.205Z+ [[ zfs == autofs ]]
172026-03-20T03:52:26.205Z+ mkdir -p /home/build
182026-03-20T03:52:26.208Z+ chown build:build /home/build /work
192026-03-20T03:52:28.208Z+ chmod 0700 /home/build /work
202026-03-20T03:52:28.211Zprocess exited: duration 4143 ms, exit code 0
 
212026-03-20T03:52:28.217Zstarting task 1: "rust-toolchain"
222026-03-20T03:52:28.221Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-03-20T03:52:28.221Z * rust toolchain channel = "1.93.1"
242026-03-20T03:52:28.221Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-03-20T03:52:28.221Z * rust toolchain profile = "default"
262026-03-20T03:52:28.221Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-03-20T03:52:28.221Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-03-20T03:52:28.225Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-03-20T03:52:28.225Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-03-20T03:52:28.359Zinfo: downloading installer
312026-03-20T03:52:30.013Zwarn: It looks like you have an existing installation of Rust at:
322026-03-20T03:52:30.013Zwarn: /opt/ooce/bin
332026-03-20T03:52:30.013Zwarn: It is recommended that rustup be the primary Rust installation.
342026-03-20T03:52:30.013Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-03-20T03:52:30.013Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-03-20T03:52:30.013Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-03-20T03:52:30.013Zwarn: or pass `-y' to ignore all ignorable checks.
382026-03-20T03:52:30.013Zerror: cannot install while Rust is installed
392026-03-20T03:52:30.013Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-03-20T03:52:30.013Zwarn: It looks like you have an existing rustup settings file at:
412026-03-20T03:52:30.013Zwarn: /home/build/.rustup/settings.toml
422026-03-20T03:52:30.013Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-03-20T03:52:30.013Zwarn: instead of the one inferred from the default host triple.
442026-03-20T03:52:30.030Zinfo: profile set to default
452026-03-20T03:52:30.030Zinfo: default host triple is x86_64-unknown-illumos
462026-03-20T03:52:30.033Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-03-20T03:52:30.192Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-03-20T03:52:30.195Zinfo: downloading 6 components
492026-03-20T03:52:45.326Z
502026-03-20T03:52:45.326Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
512026-03-20T03:52:45.364Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-03-20T03:52:45.364Z
532026-03-20T03:52:45.368Z
542026-03-20T03:52:45.368ZRust is installed now. Great!
552026-03-20T03:52:45.368Z
562026-03-20T03:52:45.368ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-03-20T03:52:45.368Zenvironment variable. This has not been done automatically.
582026-03-20T03:52:45.368Z
592026-03-20T03:52:45.368ZTo configure your current shell, you need to source
602026-03-20T03:52:45.368Zthe corresponding env file under $HOME/.cargo.
612026-03-20T03:52:45.368Z
622026-03-20T03:52:45.368ZThis is usually done by running one of the following (note the leading DOT):
632026-03-20T03:52:45.368Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-03-20T03:52:45.368Zsource "$HOME/.cargo/env.fish" # For fish
652026-03-20T03:52:45.368Zsource "~/.cargo/env.nu" # For nushell
662026-03-20T03:52:45.368Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-03-20T03:52:45.368Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-03-20T03:52:45.368Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-03-20T03:52:45.368Zwarn: no default linker (`cc`) was found in your PATH
702026-03-20T03:52:45.368Zwarn: many Rust crates require a system C toolchain to build
712026-03-20T03:52:45.477Z+ rustup --version
722026-03-20T03:52:45.488Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-03-20T03:52:45.491Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-03-20T03:52:45.516Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-03-20T03:52:45.519Z+ cargo --version
762026-03-20T03:52:45.535Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-03-20T03:52:45.539Z+ rustc --version
782026-03-20T03:52:45.564Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-03-20T03:52:45.568Zprocess exited: duration 17349 ms, exit code 0
 
802026-03-20T03:52:45.581Zstarting task 2: "authentication"
812026-03-20T03:52:45.601Zprocess exited: duration 19 ms, exit code 0
 
822026-03-20T03:52:45.608Zstarting task 3: "clone repository"
832026-03-20T03:52:45.613Z+ mkdir -p /work/oxidecomputer/opte
842026-03-20T03:52:45.616Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-03-20T03:52:45.648ZCloning into '/work/oxidecomputer/opte'...
862026-03-20T03:52:46.524Z+ cd /work/oxidecomputer/opte
872026-03-20T03:52:46.524Z+ git fetch origin 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
882026-03-20T03:52:46.774ZFrom https://github.com/oxidecomputer/opte
892026-03-20T03:52:46.774Z * branch 7b098d1e83085e12a4e9293d3e7ea217b7b4729c -> FETCH_HEAD
902026-03-20T03:52:46.782Z+ [[ -n renovate/zerocopy-0.x-lockfile ]]
912026-03-20T03:52:46.785Z++ git branch --show-current
922026-03-20T03:52:46.785Z+ current=master
932026-03-20T03:52:46.785Z+ [[ master != renovate/zerocopy-0.x-lockfile ]]
942026-03-20T03:52:46.785Z+ git branch -f renovate/zerocopy-0.x-lockfile 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
952026-03-20T03:52:46.789Z+ git checkout -f renovate/zerocopy-0.x-lockfile
962026-03-20T03:52:46.811ZSwitched to branch 'renovate/zerocopy-0.x-lockfile'
972026-03-20T03:52:46.814Z+ git reset --hard 7b098d1e83085e12a4e9293d3e7ea217b7b4729c
982026-03-20T03:52:46.834ZHEAD is now at 7b098d1 Update Rust crate zerocopy to v0.8.47
992026-03-20T03:52:46.837Zprocess exited: duration 1226 ms, exit code 0
 
1002026-03-20T03:52:46.843Zstarting task 4: "build"
1012026-03-20T03:52:46.847Z+ source .github/buildomat/common.sh
1022026-03-20T03:52:46.850Z++ rustup show active-toolchain
1032026-03-20T03:52:46.854Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-03-20T03:52:46.857Z++ pushd xde
1052026-03-20T03:52:46.857Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-03-20T03:52:46.857Z++ rustup show active-toolchain
1072026-03-20T03:52:46.861Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-03-20T03:52:47.040Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-03-20T03:52:47.044Zinfo: downloading 6 components
1102026-03-20T03:53:01.985Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-03-20T03:53:02.084Z+++ rustup show active-toolchain -v
1122026-03-20T03:53:02.089Z+++ head -n 1
1132026-03-20T03:53:02.089Z+++ cut '-d ' -f1
1142026-03-20T03:53:02.149Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-03-20T03:53:02.150Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-03-20T03:53:02.153Z++ popd
1172026-03-20T03:53:02.153Z/work/oxidecomputer/opte
1182026-03-20T03:53:02.153Z+ TGT_BASE=/work
1192026-03-20T03:53:02.153Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-03-20T03:53:02.153Z+ REL_TGT=/work/release
1212026-03-20T03:53:02.153Z+ mkdir -p /work/release
1222026-03-20T03:53:02.153Z+ cargo --version
1232026-03-20T03:53:02.164Zcargo 1.93.1 (083ac5135 2025-12-15)
1242026-03-20T03:53:02.167Z+ rustc --version
1252026-03-20T03:53:02.191Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1262026-03-20T03:53:02.195Z+ header 'build xde and opteadm (release+debug)'
1272026-03-20T03:53:02.195Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-03-20T03:53:02.195Z# ==== build xde and opteadm (release+debug) ==== #
1292026-03-20T03:53:02.195Z+ ptime -m cargo xtask build --profile all
1302026-03-20T03:53:02.323Z Updating crates.io index
1312026-03-20T03:53:02.368Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-03-20T03:53:03.422Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-03-20T03:53:03.724Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-03-20T03:53:04.111Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-03-20T03:53:04.570Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-03-20T03:53:04.795Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-03-20T03:53:05.085Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-03-20T03:53:07.345Z Downloading crates ...
1392026-03-20T03:53:07.398Z Downloaded anstream v0.6.21
1402026-03-20T03:53:07.401Z Downloaded heck v0.5.0
1412026-03-20T03:53:07.404Z Downloaded serde_spanned v1.0.4
1422026-03-20T03:53:07.410Z Downloaded unicode-ident v1.0.24
1432026-03-20T03:53:07.415Z Downloaded memchr v2.8.0
1442026-03-20T03:53:07.429Z Downloaded toml_parser v1.0.9+spec-1.1.0
1452026-03-20T03:53:07.432Z Downloaded camino v1.2.2
1462026-03-20T03:53:07.435Z Downloaded semver v1.0.27
1472026-03-20T03:53:07.438Z Downloaded itoa v1.0.17
1482026-03-20T03:53:07.438Z Downloaded thiserror-impl v2.0.18
1492026-03-20T03:53:07.441Z Downloaded equivalent v1.0.2
1502026-03-20T03:53:07.442Z Downloaded clap_lex v1.0.0
1512026-03-20T03:53:07.445Z Downloaded clap v4.5.60
1522026-03-20T03:53:07.448Z Downloaded strsim v0.11.1
1532026-03-20T03:53:07.460Z Downloaded anstyle-query v1.1.5
1542026-03-20T03:53:07.463Z Downloaded is_terminal_polyfill v1.70.2
1552026-03-20T03:53:07.463Z Downloaded errno v0.3.14
1562026-03-20T03:53:07.467Z Downloaded toml_writer v1.0.6+spec-1.1.0
1572026-03-20T03:53:07.470Z Downloaded anyhow v1.0.102
1582026-03-20T03:53:07.470Z Downloaded cargo-platform v0.3.2
1592026-03-20T03:53:07.473Z Downloaded anstyle-parse v0.2.7
1602026-03-20T03:53:07.476Z Downloaded anstyle v1.0.13
1612026-03-20T03:53:07.480Z Downloaded colorchoice v1.0.4
1622026-03-20T03:53:07.484Z Downloaded quote v1.0.45
1632026-03-20T03:53:07.487Z Downloaded zmij v1.0.21
1642026-03-20T03:53:07.492Z Downloaded serde_core v1.0.228
1652026-03-20T03:53:07.496Z Downloaded cargo_metadata v0.23.1
1662026-03-20T03:53:07.504Z Downloaded utf8parse v0.2.2
1672026-03-20T03:53:07.510Z Downloaded serde_derive v1.0.228
1682026-03-20T03:53:07.513Z Downloaded proc-macro2 v1.0.106
1692026-03-20T03:53:07.516Z Downloaded terminal_size v0.4.3
1702026-03-20T03:53:07.516Z Downloaded bitflags v2.11.0
1712026-03-20T03:53:07.526Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1722026-03-20T03:53:07.534Z Downloaded thiserror v2.0.18
1732026-03-20T03:53:07.548Z Downloaded serde v1.0.228
1742026-03-20T03:53:07.552Z Downloaded clap_derive v4.5.55
1752026-03-20T03:53:07.555Z Downloaded toml v1.0.6+spec-1.1.0
1762026-03-20T03:53:07.570Z Downloaded serde_json v1.0.149
1772026-03-20T03:53:07.576Z Downloaded indexmap v2.13.0
1782026-03-20T03:53:07.579Z Downloaded hashbrown v0.16.1
1792026-03-20T03:53:07.585Z Downloaded clap_builder v4.5.60
1802026-03-20T03:53:07.601Z Downloaded winnow v0.7.15
1812026-03-20T03:53:07.617Z Downloaded syn v2.0.117
1822026-03-20T03:53:07.643Z Downloaded rustix v1.1.4
1832026-03-20T03:53:07.678Z Downloaded libc v0.2.183
1842026-03-20T03:53:07.739Z Compiling proc-macro2 v1.0.106
1852026-03-20T03:53:07.739Z Compiling serde_core v1.0.228
1862026-03-20T03:53:07.742Z Compiling unicode-ident v1.0.24
1872026-03-20T03:53:07.742Z Compiling quote v1.0.45
1882026-03-20T03:53:07.742Z Compiling libc v0.2.183
1892026-03-20T03:53:07.742Z Compiling rustix v1.1.4
1902026-03-20T03:53:07.742Z Compiling bitflags v2.11.0
1912026-03-20T03:53:07.742Z Compiling zmij v1.0.21
1922026-03-20T03:53:07.983Z Compiling utf8parse v0.2.2
1932026-03-20T03:53:08.100Z Compiling anstyle-parse v0.2.7
1942026-03-20T03:53:08.327Z Compiling camino v1.2.2
1952026-03-20T03:53:08.337Z Compiling colorchoice v1.0.4
1962026-03-20T03:53:08.369Z Compiling thiserror v2.0.18
1972026-03-20T03:53:08.425Z Compiling anstyle v1.0.13
1982026-03-20T03:53:08.503Z Compiling serde v1.0.228
1992026-03-20T03:53:08.562Z Compiling is_terminal_polyfill v1.70.2
2002026-03-20T03:53:08.724Z Compiling serde_json v1.0.149
2012026-03-20T03:53:08.821Z Compiling anstyle-query v1.1.5
2022026-03-20T03:53:08.871Z Compiling errno v0.3.14
2032026-03-20T03:53:08.924Z Compiling anstream v0.6.21
2042026-03-20T03:53:08.974Z Compiling heck v0.5.0
2052026-03-20T03:53:09.080Z Compiling itoa v1.0.17
2062026-03-20T03:53:09.140Z Compiling winnow v0.7.15
2072026-03-20T03:53:09.221Z Compiling anyhow v1.0.102
2082026-03-20T03:53:09.424Z Compiling clap_lex v1.0.0
2092026-03-20T03:53:09.517Z Compiling memchr v2.8.0
2102026-03-20T03:53:09.587Z Compiling strsim v0.11.1
2112026-03-20T03:53:09.633Z Compiling syn v2.0.117
2122026-03-20T03:53:09.729Z Compiling terminal_size v0.4.3
2132026-03-20T03:53:09.917Z Compiling clap_builder v4.5.60
2142026-03-20T03:53:10.198Z Compiling toml_writer v1.0.6+spec-1.1.0
2152026-03-20T03:53:10.995Z Compiling serde_spanned v1.0.4
2162026-03-20T03:53:11.189Z Compiling semver v1.0.27
2172026-03-20T03:53:11.233Z Compiling toml_datetime v1.0.0+spec-1.1.0
2182026-03-20T03:53:11.362Z Compiling cargo-platform v0.3.2
2192026-03-20T03:53:11.474Z Compiling toml_parser v1.0.9+spec-1.1.0
2202026-03-20T03:53:12.002Z Compiling toml v1.0.6+spec-1.1.0
2212026-03-20T03:53:13.348Z Compiling thiserror-impl v2.0.18
2222026-03-20T03:53:13.615Z Compiling serde_derive v1.0.228
2232026-03-20T03:53:13.673Z Compiling clap_derive v4.5.55
2242026-03-20T03:53:15.890Z Compiling clap v4.5.60
2252026-03-20T03:53:17.786Z Compiling cargo_metadata v0.23.1
2262026-03-20T03:53:21.167Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-03-20T03:53:23.270Z Finished `dev` profile [optimized + debuginfo] target(s) in 21.06s
2282026-03-20T03:53:23.370Z Running `target/debug/xtask build --profile all`
2292026-03-20T03:53:25.686ZBuilding opteadm (release).
2302026-03-20T03:53:25.817Z Compiling proc-macro2 v1.0.106
2312026-03-20T03:53:25.817Z Compiling quote v1.0.45
2322026-03-20T03:53:25.817Z Compiling unicode-ident v1.0.24
2332026-03-20T03:53:25.820Z Compiling serde_core v1.0.228
2342026-03-20T03:53:25.821Z Compiling libc v0.2.183
2352026-03-20T03:53:25.821Z Compiling cfg-if v1.0.4
2362026-03-20T03:53:25.821Z Compiling thiserror v2.0.18
2372026-03-20T03:53:25.821Z Compiling ident_case v1.0.1
2382026-03-20T03:53:25.906Z Compiling fnv v1.0.7
2392026-03-20T03:53:25.960Z Compiling memchr v2.8.0
2402026-03-20T03:53:25.961Z Compiling strsim v0.11.1
2412026-03-20T03:53:25.997Z Compiling regex-syntax v0.8.10
2422026-03-20T03:53:26.212Z Compiling anyhow v1.0.102
2432026-03-20T03:53:26.307Z Compiling zerocopy v0.8.47
2442026-03-20T03:53:26.465Z Compiling serde v1.0.228
2452026-03-20T03:53:26.602Z Compiling aho-corasick v1.1.4
2462026-03-20T03:53:26.694Z Compiling hashbrown v0.16.1
2472026-03-20T03:53:26.784Z Compiling winnow v0.7.15
2482026-03-20T03:53:26.787Z Compiling equivalent v1.0.2
2492026-03-20T03:53:26.838Z Compiling either v1.15.0
2502026-03-20T03:53:26.950Z Compiling byteorder v1.5.0
2512026-03-20T03:53:27.181Z Compiling itertools v0.14.0
2522026-03-20T03:53:27.357Z Compiling syn v2.0.117
2532026-03-20T03:53:27.392Z Compiling indexmap v2.13.0
2542026-03-20T03:53:27.403Z Compiling toml_datetime v1.0.0+spec-1.1.0
2552026-03-20T03:53:27.660Z Compiling heapless v0.8.0
2562026-03-20T03:53:28.024Z Compiling regex-automata v0.4.14
2572026-03-20T03:53:28.455Z Compiling hash32 v0.3.1
2582026-03-20T03:53:28.616Z Compiling rustversion v1.0.22
2592026-03-20T03:53:28.621Z Compiling toml_parser v1.0.9+spec-1.1.0
2602026-03-20T03:53:28.801Z Compiling smoltcp v0.11.0
2612026-03-20T03:53:28.955Z Compiling bitflags v2.11.0
2622026-03-20T03:53:29.005Z Compiling stable_deref_trait v1.2.1
2632026-03-20T03:53:29.063Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2642026-03-20T03:53:29.063Z Compiling syn v1.0.109
2652026-03-20T03:53:29.082Z Compiling macaddr v1.0.1
2662026-03-20T03:53:29.236Z Compiling toml_edit v0.25.4+spec-1.1.0
2672026-03-20T03:53:29.371Z Compiling version_check v0.9.5
2682026-03-20T03:53:29.377Z Compiling rand_core v0.10.0
2692026-03-20T03:53:29.391Z Compiling managed v0.8.0
2702026-03-20T03:53:29.501Z Compiling getrandom v0.4.2
2712026-03-20T03:53:29.552Z Compiling ref-cast v1.0.25
2722026-03-20T03:53:29.692Z Compiling rustix v1.1.4
2732026-03-20T03:53:29.706Z Compiling bitflags v1.3.2
2742026-03-20T03:53:29.776Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2752026-03-20T03:53:29.837Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2762026-03-20T03:53:29.990Z Compiling proc-macro-crate v3.5.0
2772026-03-20T03:53:30.415Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-03-20T03:53:30.524Z Compiling regex v1.12.3
2792026-03-20T03:53:30.564Z Compiling errno v0.3.14
2802026-03-20T03:53:30.734Z Compiling ipnetwork v0.21.1
2812026-03-20T03:53:30.833Z Compiling once_cell v1.21.3
2822026-03-20T03:53:30.890Z Compiling foreign-types-shared v0.3.1
2832026-03-20T03:53:30.984Z Compiling unicode-width v0.2.2
2842026-03-20T03:53:31.052Z Compiling utf8parse v0.2.2
2852026-03-20T03:53:31.167Z Compiling cpufeatures v0.3.0
2862026-03-20T03:53:31.210Z Compiling anstyle-parse v0.2.7
2872026-03-20T03:53:31.240Z Compiling darling_core v0.21.3
2882026-03-20T03:53:31.351Z Compiling tabwriter v1.4.1
2892026-03-20T03:53:31.448Z Compiling chacha20 v0.10.0
2902026-03-20T03:53:31.746Z Compiling cstr-argument v0.1.2
2912026-03-20T03:53:31.792Z Compiling tracing-core v0.1.36
2922026-03-20T03:53:32.451Z Compiling is_terminal_polyfill v1.70.2
2932026-03-20T03:53:32.536Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
2942026-03-20T03:53:32.545Z Compiling colorchoice v1.0.4
2952026-03-20T03:53:32.669Z Compiling pin-project-lite v0.2.17
2962026-03-20T03:53:32.776Z Compiling dyn-clone v1.0.20
2972026-03-20T03:53:32.801Z Compiling anstyle v1.0.13
2982026-03-20T03:53:32.868Z Compiling pretty-hex v0.4.1
2992026-03-20T03:53:32.872Z Compiling anstyle-query v1.1.5
3002026-03-20T03:53:32.976Z Compiling terminal_size v0.4.3
3012026-03-20T03:53:33.028Z Compiling anstream v0.6.21
3022026-03-20T03:53:33.109Z Compiling thiserror-impl v2.0.18
3032026-03-20T03:53:33.166Z Compiling serde_derive v1.0.228
3042026-03-20T03:53:33.179Z Compiling zerocopy-derive v0.8.47
3052026-03-20T03:53:33.346Z Compiling num_enum_derive v0.7.5
3062026-03-20T03:53:33.563Z Compiling ref-cast-impl v1.0.25
3072026-03-20T03:53:33.651Z Compiling foreign-types-macros v0.2.3
3082026-03-20T03:53:34.322Z Compiling darling_macro v0.21.3
3092026-03-20T03:53:34.410Z Compiling tracing-attributes v0.1.31
3102026-03-20T03:53:34.473Z Compiling foreign-types v0.5.0
3112026-03-20T03:53:34.550Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3122026-03-20T03:53:34.749Z Compiling num_enum v0.7.5
3132026-03-20T03:53:34.895Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3142026-03-20T03:53:34.944Z Compiling cobs v0.3.0
3152026-03-20T03:53:35.064Z Compiling darling v0.21.3
3162026-03-20T03:53:35.124Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3172026-03-20T03:53:35.143Z Compiling ingot-macros v0.1.1
3182026-03-20T03:53:35.196Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3192026-03-20T03:53:35.328Z Compiling rand v0.10.0
3202026-03-20T03:53:35.421Z Compiling uuid v1.22.0
3212026-03-20T03:53:35.707Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3222026-03-20T03:53:35.835Z Compiling socket2 v0.6.3
3232026-03-20T03:53:35.956Z Compiling colored v3.1.1
3242026-03-20T03:53:36.087Z Compiling tracing v0.1.44
3252026-03-20T03:53:36.394Z Compiling oxnet v0.1.4
3262026-03-20T03:53:36.556Z Compiling clap_lex v1.0.0
3272026-03-20T03:53:36.666Z Compiling heck v0.5.0
3282026-03-20T03:53:36.749Z Compiling clap_builder v4.5.60
3292026-03-20T03:53:36.916Z Compiling clap_derive v4.5.55
3302026-03-20T03:53:36.950Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3312026-03-20T03:53:37.547Z Compiling postcard v1.1.3
3322026-03-20T03:53:39.462Z Compiling clap v4.5.60
3332026-03-20T03:53:39.620Z Compiling ingot-types v0.1.2
3342026-03-20T03:53:40.140Z Compiling ingot v0.1.1
3352026-03-20T03:53:42.453Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-03-20T03:53:43.860Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-03-20T03:53:45.213Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-03-20T03:53:53.686Z Finished `release` profile [optimized + debuginfo] target(s) in 27.99s
3392026-03-20T03:53:53.719ZBuilding xde (release-lto).
3402026-03-20T03:53:54.044Z Updating crates.io index
3412026-03-20T03:53:54.168Z Downloading crates ...
3422026-03-20T03:53:54.244Z Downloaded adler2 v2.0.1
3432026-03-20T03:53:54.247Z Downloaded rustc-literal-escaper v0.0.7
3442026-03-20T03:53:54.264Z Downloaded memchr v2.7.6
3452026-03-20T03:53:54.302Z Downloaded foldhash v0.2.0
3462026-03-20T03:53:54.312Z Downloaded gimli v0.32.3
3472026-03-20T03:53:54.318Z Downloaded object v0.37.3
3482026-03-20T03:53:54.326Z Downloaded addr2line v0.25.1
3492026-03-20T03:53:54.329Z Downloaded rustc-demangle v0.1.27
3502026-03-20T03:53:54.344Z Downloaded getopts v0.2.24
3512026-03-20T03:53:54.382Z Downloaded libc v0.2.178
3522026-03-20T03:53:54.470Z Downloaded miniz_oxide v0.8.9
3532026-03-20T03:53:54.523Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3542026-03-20T03:53:54.523Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3552026-03-20T03:53:54.523Z Compiling proc-macro2 v1.0.106
3562026-03-20T03:53:54.527Z Compiling quote v1.0.45
3572026-03-20T03:53:54.527Z Compiling unicode-ident v1.0.24
3582026-03-20T03:53:54.527Z Compiling serde_core v1.0.228
3592026-03-20T03:53:54.527Z Compiling strsim v0.11.1
3602026-03-20T03:53:54.527Z Compiling ident_case v1.0.1
3612026-03-20T03:53:54.722Z Compiling fnv v1.0.7
3622026-03-20T03:53:54.722Z Compiling memchr v2.8.0
3632026-03-20T03:53:54.829Z Compiling regex-syntax v0.8.10
3642026-03-20T03:53:55.059Z Compiling thiserror v2.0.18
3652026-03-20T03:53:55.059Z Compiling zerocopy v0.8.47
3662026-03-20T03:53:55.069Z Compiling either v1.15.0
3672026-03-20T03:53:55.222Z Compiling serde v1.0.228
3682026-03-20T03:53:55.323Z Compiling aho-corasick v1.1.4
3692026-03-20T03:53:55.598Z Compiling itertools v0.14.0
3702026-03-20T03:53:55.776Z Compiling heapless v0.8.0
3712026-03-20T03:53:55.790Z Compiling smoltcp v0.11.0
3722026-03-20T03:53:56.070Z Compiling syn v2.0.117
3732026-03-20T03:53:56.185Z Compiling version_check v0.9.5
3742026-03-20T03:53:56.335Z Compiling crc32fast v1.5.0
3752026-03-20T03:53:56.375Z Compiling ref-cast v1.0.25
3762026-03-20T03:53:56.663Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3772026-03-20T03:53:56.855Z Compiling regex-automata v0.4.14
3782026-03-20T03:53:59.021Z Compiling regex v1.12.3
3792026-03-20T03:53:59.336Z Compiling darling_core v0.21.3
3802026-03-20T03:54:00.480Z Compiling thiserror-impl v2.0.18
3812026-03-20T03:54:00.480Z Compiling serde_derive v1.0.228
3822026-03-20T03:54:00.483Z Compiling zerocopy-derive v0.8.47
3832026-03-20T03:54:00.483Z Compiling ref-cast-impl v1.0.25
3842026-03-20T03:54:00.483Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3852026-03-20T03:54:02.344Z Compiling darling_macro v0.21.3
3862026-03-20T03:54:03.466Z Compiling darling v0.21.3
3872026-03-20T03:54:03.541Z Compiling ingot-macros v0.1.1
3882026-03-20T03:54:03.544Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3892026-03-20T03:54:12.072Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3902026-03-20T03:54:14.998Z Compiling byteorder v1.5.0
3912026-03-20T03:54:14.998Z Compiling macaddr v1.0.1
3922026-03-20T03:54:15.001Z Compiling stable_deref_trait v1.2.1
3932026-03-20T03:54:15.002Z Compiling cfg-if v1.0.4
3942026-03-20T03:54:15.070Z Compiling managed v0.8.0
3952026-03-20T03:54:15.079Z Compiling bitflags v1.3.2
3962026-03-20T03:54:15.122Z Compiling cobs v0.3.0
3972026-03-20T03:54:15.259Z Compiling hash32 v0.3.1
3982026-03-20T03:54:15.417Z Compiling dyn-clone v1.0.20
3992026-03-20T03:54:15.470Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4002026-03-20T03:54:17.363Z Compiling bitflags v2.11.0
4012026-03-20T03:54:17.363Z Compiling uuid v1.22.0
4022026-03-20T03:54:17.549Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4032026-03-20T03:54:17.984Z Compiling postcard v1.1.3
4042026-03-20T03:54:19.290Z Compiling ingot-types v0.1.2
4052026-03-20T03:54:19.723Z Compiling ingot v0.1.1
4062026-03-20T03:54:21.994Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4072026-03-20T03:54:27.279Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4082026-03-20T03:54:38.800Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4092026-03-20T03:55:16.215Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 22s
4102026-03-20T03:55:16.246ZLinking xde kmod...
4112026-03-20T03:55:16.956ZBuilding xde dev link helper (release).
4122026-03-20T03:55:17.167Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4132026-03-20T03:55:17.167Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4142026-03-20T03:55:17.170Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4152026-03-20T03:55:33.762Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4162026-03-20T03:55:37.057Z Finished `release` profile [optimized + debuginfo] target(s) in 20.06s
4172026-03-20T03:55:37.081ZBuilding opteadm (dev).
4182026-03-20T03:55:37.287Z Compiling serde_core v1.0.228
4192026-03-20T03:55:37.287Z Compiling libc v0.2.183
4202026-03-20T03:55:37.287Z Compiling cfg-if v1.0.4
4212026-03-20T03:55:37.291Z Compiling memchr v2.8.0
4222026-03-20T03:55:37.291Z Compiling fnv v1.0.7
4232026-03-20T03:55:37.291Z Compiling strsim v0.11.1
4242026-03-20T03:55:37.291Z Compiling ident_case v1.0.1
4252026-03-20T03:55:37.291Z Compiling syn v2.0.117
4262026-03-20T03:55:37.377Z Compiling regex-syntax v0.8.10
4272026-03-20T03:55:37.402Z Compiling zerocopy v0.8.47
4282026-03-20T03:55:37.438Z Compiling equivalent v1.0.2
4292026-03-20T03:55:37.524Z Compiling serde v1.0.228
4302026-03-20T03:55:37.676Z Compiling hashbrown v0.16.1
4312026-03-20T03:55:37.894Z Compiling aho-corasick v1.1.4
4322026-03-20T03:55:37.914Z Compiling either v1.15.0
4332026-03-20T03:55:38.124Z Compiling winnow v0.7.15
4342026-03-20T03:55:38.182Z Compiling itertools v0.14.0
4352026-03-20T03:55:38.359Z Compiling indexmap v2.13.0
4362026-03-20T03:55:38.442Z Compiling byteorder v1.5.0
4372026-03-20T03:55:38.667Z Compiling heapless v0.8.0
4382026-03-20T03:55:39.042Z Compiling toml_datetime v1.0.0+spec-1.1.0
4392026-03-20T03:55:39.319Z Compiling hash32 v0.3.1
4402026-03-20T03:55:39.359Z Compiling regex-automata v0.4.14
4412026-03-20T03:55:39.501Z Compiling smoltcp v0.11.0
4422026-03-20T03:55:39.850Z Compiling macaddr v1.0.1
4432026-03-20T03:55:39.916Z Compiling toml_parser v1.0.9+spec-1.1.0
4442026-03-20T03:55:39.923Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4452026-03-20T03:55:40.090Z Compiling rustversion v1.0.22
4462026-03-20T03:55:40.162Z Compiling bitflags v2.11.0
4472026-03-20T03:55:40.216Z Compiling stable_deref_trait v1.2.1
4482026-03-20T03:55:40.274Z Compiling syn v1.0.109
4492026-03-20T03:55:40.397Z Compiling toml_edit v0.25.4+spec-1.1.0
4502026-03-20T03:55:40.596Z Compiling managed v0.8.0
4512026-03-20T03:55:40.667Z Compiling ref-cast v1.0.25
4522026-03-20T03:55:40.716Z Compiling bitflags v1.3.2
4532026-03-20T03:55:40.725Z Compiling version_check v0.9.5
4542026-03-20T03:55:40.793Z Compiling rand_core v0.10.0
4552026-03-20T03:55:40.886Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4562026-03-20T03:55:40.886Z Compiling getrandom v0.4.2
4572026-03-20T03:55:41.058Z Compiling darling_core v0.21.3
4582026-03-20T03:55:41.076Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4592026-03-20T03:55:41.153Z Compiling proc-macro-crate v3.5.0
4602026-03-20T03:55:41.661Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4612026-03-20T03:55:41.742Z Compiling regex v1.12.3
4622026-03-20T03:55:42.097Z Compiling errno v0.3.14
4632026-03-20T03:55:42.306Z Compiling ipnetwork v0.21.1
4642026-03-20T03:55:42.438Z Compiling foreign-types-shared v0.3.1
4652026-03-20T03:55:42.538Z Compiling cpufeatures v0.3.0
4662026-03-20T03:55:42.619Z Compiling unicode-width v0.2.2
4672026-03-20T03:55:42.944Z Compiling thiserror-impl v2.0.18
4682026-03-20T03:55:42.965Z Compiling zerocopy-derive v0.8.47
4692026-03-20T03:55:43.010Z Compiling serde_derive v1.0.228
4702026-03-20T03:55:43.025Z Compiling num_enum_derive v0.7.5
4712026-03-20T03:55:43.897Z Compiling foreign-types-macros v0.2.3
4722026-03-20T03:55:44.187Z Compiling darling_macro v0.21.3
4732026-03-20T03:55:44.425Z Compiling ref-cast-impl v1.0.25
4742026-03-20T03:55:44.675Z Compiling thiserror v2.0.18
4752026-03-20T03:55:44.719Z Compiling once_cell v1.21.3
4762026-03-20T03:55:44.793Z Compiling cobs v0.3.0
4772026-03-20T03:55:44.881Z Compiling darling v0.21.3
4782026-03-20T03:55:44.964Z Compiling ingot-macros v0.1.1
4792026-03-20T03:55:45.021Z Compiling tracing-core v0.1.36
4802026-03-20T03:55:45.148Z Compiling foreign-types v0.5.0
4812026-03-20T03:55:45.230Z Compiling num_enum v0.7.5
4822026-03-20T03:55:45.292Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4832026-03-20T03:55:45.368Z Compiling tracing-attributes v0.1.31
4842026-03-20T03:55:46.012Z Compiling tabwriter v1.4.1
4852026-03-20T03:55:46.364Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4862026-03-20T03:55:46.534Z Compiling cstr-argument v0.1.2
4872026-03-20T03:55:46.738Z Compiling chacha20 v0.10.0
4882026-03-20T03:55:46.804Z Compiling rustix v1.1.4
4892026-03-20T03:55:47.081Z Compiling anyhow v1.0.102
4902026-03-20T03:55:47.154Z Compiling dyn-clone v1.0.20
4912026-03-20T03:55:47.179Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#c1d9f747)
4922026-03-20T03:55:47.247Z Compiling pin-project-lite v0.2.17
4932026-03-20T03:55:47.333Z Compiling pretty-hex v0.4.1
4942026-03-20T03:55:47.354Z Compiling tracing v0.1.44
4952026-03-20T03:55:47.452Z Compiling postcard v1.1.3
4962026-03-20T03:55:47.507Z Compiling terminal_size v0.4.3
4972026-03-20T03:55:47.693Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4982026-03-20T03:55:47.753Z Compiling rand v0.10.0
4992026-03-20T03:55:47.753Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5002026-03-20T03:55:47.814Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5012026-03-20T03:55:47.911Z Compiling uuid v1.22.0
5022026-03-20T03:55:47.951Z Compiling socket2 v0.6.3
5032026-03-20T03:55:48.418Z Compiling colored v3.1.1
5042026-03-20T03:55:48.425Z Compiling oxnet v0.1.4
5052026-03-20T03:55:48.652Z Compiling clap_builder v4.5.60
5062026-03-20T03:55:48.722Z Compiling clap_derive v4.5.55
5072026-03-20T03:55:49.021Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5082026-03-20T03:55:49.321Z Compiling ingot-types v0.1.2
5092026-03-20T03:55:49.752Z Compiling ingot v0.1.1
5102026-03-20T03:55:50.909Z Compiling clap v4.5.60
5112026-03-20T03:55:52.396Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5122026-03-20T03:55:54.840Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5132026-03-20T03:55:56.365Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5142026-03-20T03:56:02.304Z Finished `dev` profile [optimized + debuginfo] target(s) in 25.21s
5152026-03-20T03:56:02.337ZBuilding xde (dev).
5162026-03-20T03:56:02.649Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5172026-03-20T03:56:02.649Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5182026-03-20T03:56:02.649Z Compiling proc-macro2 v1.0.106
5192026-03-20T03:56:02.652Z Compiling quote v1.0.45
5202026-03-20T03:56:02.652Z Compiling unicode-ident v1.0.24
5212026-03-20T03:56:02.652Z Compiling serde_core v1.0.228
5222026-03-20T03:56:02.652Z Compiling strsim v0.11.1
5232026-03-20T03:56:02.652Z Compiling fnv v1.0.7
5242026-03-20T03:56:02.772Z Compiling ident_case v1.0.1
5252026-03-20T03:56:02.806Z Compiling memchr v2.8.0
5262026-03-20T03:56:02.907Z Compiling regex-syntax v0.8.10
5272026-03-20T03:56:03.160Z Compiling serde v1.0.228
5282026-03-20T03:56:03.168Z Compiling either v1.15.0
5292026-03-20T03:56:03.208Z Compiling thiserror v2.0.18
5302026-03-20T03:56:03.336Z Compiling zerocopy v0.8.47
5312026-03-20T03:56:03.420Z Compiling aho-corasick v1.1.4
5322026-03-20T03:56:03.713Z Compiling itertools v0.14.0
5332026-03-20T03:56:03.980Z Compiling heapless v0.8.0
5342026-03-20T03:56:04.039Z Compiling syn v2.0.117
5352026-03-20T03:56:04.172Z Compiling smoltcp v0.11.0
5362026-03-20T03:56:04.299Z Compiling ref-cast v1.0.25
5372026-03-20T03:56:04.613Z Compiling version_check v0.9.5
5382026-03-20T03:56:04.741Z Compiling crc32fast v1.5.0
5392026-03-20T03:56:05.102Z Compiling regex-automata v0.4.14
5402026-03-20T03:56:05.223Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5412026-03-20T03:56:07.265Z Compiling regex v1.12.3
5422026-03-20T03:56:07.308Z Compiling darling_core v0.21.3
5432026-03-20T03:56:08.672Z Compiling serde_derive v1.0.228
5442026-03-20T03:56:08.672Z Compiling thiserror-impl v2.0.18
5452026-03-20T03:56:08.676Z Compiling zerocopy-derive v0.8.47
5462026-03-20T03:56:08.676Z Compiling ref-cast-impl v1.0.25
5472026-03-20T03:56:08.676Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5482026-03-20T03:56:10.462Z Compiling darling_macro v0.21.3
5492026-03-20T03:56:11.607Z Compiling darling v0.21.3
5502026-03-20T03:56:11.689Z Compiling ingot-macros v0.1.1
5512026-03-20T03:56:11.693Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5522026-03-20T03:56:19.519Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5532026-03-20T03:56:21.966Z Compiling byteorder v1.5.0
5542026-03-20T03:56:21.966Z Compiling macaddr v1.0.1
5552026-03-20T03:56:21.966Z Compiling cfg-if v1.0.4
5562026-03-20T03:56:21.969Z Compiling stable_deref_trait v1.2.1
5572026-03-20T03:56:22.047Z Compiling bitflags v1.3.2
5582026-03-20T03:56:22.058Z Compiling cobs v0.3.0
5592026-03-20T03:56:22.099Z Compiling managed v0.8.0
5602026-03-20T03:56:22.210Z Compiling hash32 v0.3.1
5612026-03-20T03:56:22.413Z Compiling dyn-clone v1.0.20
5622026-03-20T03:56:22.524Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5632026-03-20T03:56:24.255Z Compiling bitflags v2.11.0
5642026-03-20T03:56:24.256Z Compiling uuid v1.22.0
5652026-03-20T03:56:24.433Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5662026-03-20T03:56:24.867Z Compiling postcard v1.1.3
5672026-03-20T03:56:26.099Z Compiling ingot-types v0.1.2
5682026-03-20T03:56:26.505Z Compiling ingot v0.1.1
5692026-03-20T03:56:28.685Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5702026-03-20T03:56:34.757Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5712026-03-20T03:56:48.431Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5722026-03-20T03:56:59.456Z Finished `dev` profile [optimized + debuginfo] target(s) in 57.08s
5732026-03-20T03:56:59.485ZLinking xde kmod...
5742026-03-20T03:57:00.909ZBuilding xde dev link helper (dev).
5752026-03-20T03:57:01.127Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5762026-03-20T03:57:01.127Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5772026-03-20T03:57:01.127Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5782026-03-20T03:57:16.843Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5792026-03-20T03:57:19.886Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.94s
5802026-03-20T03:57:19.913Z
5812026-03-20T03:57:19.916Zreal 4:17.711626383
5822026-03-20T03:57:19.916Zuser 12:08.322510018
5832026-03-20T03:57:19.916Zsys 1:11.772633507
5842026-03-20T03:57:19.916Ztrap 0.320445776
5852026-03-20T03:57:19.916Ztflt 1.064022752
5862026-03-20T03:57:19.916Zdflt 1.771042982
5872026-03-20T03:57:19.916Zkflt 0.005069132
5882026-03-20T03:57:19.917Zlock 42:28.551898630
5892026-03-20T03:57:19.917Zslp 27:56.786982967
5902026-03-20T03:57:19.917Zlat 26.088784521
5912026-03-20T03:57:19.917Zstop 40.278433754
5922026-03-20T03:57:19.917Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5932026-03-20T03:57:19.917Z+ grep GOTPCREL
5942026-03-20T03:57:21.038Z+ header 'package opte'
5952026-03-20T03:57:21.038Z+ echo '# ==== package opte ==== #'
5962026-03-20T03:57:21.039Z# ==== package opte ==== #
5972026-03-20T03:57:21.039Z+ cargo xtask package --skip-build --profile all
5982026-03-20T03:57:21.224Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.17s
5992026-03-20T03:57:21.229Z Running `target/debug/xtask package --skip-build --profile all`
6002026-03-20T03:57:21.510Z+ ./clean.sh
6012026-03-20T03:57:21.520Z+ mkdir -p proto/kernel/drv/amd64
6022026-03-20T03:57:21.523Z+ mkdir -p proto/opt/oxide/opte/bin
6032026-03-20T03:57:21.527Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6042026-03-20T03:57:21.527Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6052026-03-20T03:57:21.544Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6062026-03-20T03:57:21.578Z+ cp ../xde/xde.conf proto/kernel/drv/
6072026-03-20T03:57:21.583Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6082026-03-20T03:57:21.586Z+ '[' -z ']'
6092026-03-20T03:57:21.586Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6102026-03-20T03:57:21.610Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6112026-03-20T03:57:21.688Z+ INC_DEBUG=
6122026-03-20T03:57:21.691Z++ ./print-api-version.sh
6132026-03-20T03:57:21.695Z+ API_VSN=39
6142026-03-20T03:57:21.698Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/462/g -e s/%API_VSN%/39/g opte.template.p5m
6152026-03-20T03:57:21.698Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-03-20T03:57:22.762Z+ pkgdepend generate -d proto opte.base.p5m
6172026-03-20T03:57:23.663Z+ mkdir -p packages
6182026-03-20T03:57:23.666Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-03-20T03:57:36.432Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-03-20T03:57:36.435Z+ pkgrepo create packages/repo
6212026-03-20T03:57:37.187Z+ pkgrepo add-publisher -s packages/repo helios-dev
6222026-03-20T03:57:37.918Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-03-20T03:58:15.402Zpkg://helios-dev/driver/network/opte@0.39.462,5.11:20260320T035738Z
6242026-03-20T03:58:15.403ZPUBLISHED
6252026-03-20T03:58:15.450Z+ pkgrecv -a -d packages/repo/opte-0.39.462.p5p -s packages/repo -v -m latest '*'
6262026-03-20T03:58:16.118ZRetrieving packages for publisher helios-dev ...
6272026-03-20T03:58:16.121ZRetrieving catalog 'helios-dev' ... Done
6282026-03-20T03:58:16.126ZRetrieving and evaluating 1 package(s)...
6292026-03-20T03:58:16.126ZFetching manifests: 1/1 100% complete
6302026-03-20T03:58:16.127ZFetching manifests: 1/1 100% complete
6312026-03-20T03:58:16.127Z
6322026-03-20T03:58:16.127ZArchiving packages ...
6332026-03-20T03:58:16.127Z Packages to add: 1
6342026-03-20T03:58:16.127Z Files to retrieve: 6
6352026-03-20T03:58:16.127ZEstimated transfer size: 35.54 MB
6362026-03-20T03:58:16.127Z
6372026-03-20T03:58:16.127ZPackages to archive:
6382026-03-20T03:58:16.127Zdriver/network/opte@0.39.462,5.11:20260320T035738Z
6392026-03-20T03:58:16.127Z
6402026-03-20T03:58:16.127ZDownload: 0/6 items 0.0/35.5MB 0% complete
6412026-03-20T03:58:16.222ZDownload: Completed 35.54 MB in 0.10 seconds (355M/s)
6422026-03-20T03:58:16.225ZArchiving: 1/20 items 0.0/35.6MB 0% complete
6432026-03-20T03:58:16.245ZArchiving: Completed 35.58 MB in 0.02 seconds
6442026-03-20T03:58:16.293ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.462.p5p.
6452026-03-20T03:58:16.296Z+ banner copy
6462026-03-20T03:58:16.299Z
6472026-03-20T03:58:16.299Z #### #### ##### # #
6482026-03-20T03:58:16.299Z # # # # # # # #
6492026-03-20T03:58:16.299Z # # # # # #
6502026-03-20T03:58:16.299Z # # # ##### #
6512026-03-20T03:58:16.299Z # # # # # #
6522026-03-20T03:58:16.299Z #### #### # #
6532026-03-20T03:58:16.299Z
6542026-03-20T03:58:16.299Z+ pfexec mkdir -p /out
6552026-03-20T03:58:16.302Z+ pfexec chown 12345 /out
6562026-03-20T03:58:16.305Z+ PKG_NAME=/out/opte.p5p
6572026-03-20T03:58:16.305Z+ mv pkg/packages/repo/opte-0.39.462.p5p /out/opte.p5p
6582026-03-20T03:58:16.338Z+ sha256sum /out/opte.p5p
6592026-03-20T03:58:16.368Zprocess exited: duration 329521 ms, exit code 0
 
6602026-03-20T03:58:16.381Zfound 2 output files
6612026-03-20T03:58:16.381Zuploading: /out/opte.p5p (37314560 bytes)
6622026-03-20T03:58:17.642Zuploaded: /out/opte.p5p
6632026-03-20T03:58:17.645Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-03-20T03:58:18.651Zuploaded: /out/opte.p5p.sha256