01KN4JEPX5V2VMS0XSP206D6SG: 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: 01KN4JF6123FYQ2GKN6H01EP7Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T13:07:56.621Zjob assigned to worker 01KN4JFEBBEA6YKRFAX31KZHCY [factory aws, i-0d7e1082107923e60] (queued for 51 s)
 
22026-04-01T13:08:02.972Zstarting task 0: "setup"
32026-04-01T13:08:02.976Z++ uname -s
42026-04-01T13:08:02.979Z+ kern=SunOS
52026-04-01T13:08:02.980Z+ build_user=build
62026-04-01T13:08:02.980Z+ build_uid=12345
72026-04-01T13:08:02.980Z+ work_dir=/work
82026-04-01T13:08:02.980Z+ input_dir=/input
92026-04-01T13:08:02.980Z+ [[ 0 == 12345 ]]
102026-04-01T13:08:02.980Z+ case "$kern" in
112026-04-01T13:08:02.980Z+ groupadd -g 12345 build
122026-04-01T13:08:02.983Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T13:08:04.987Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T13:08:05.089Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T13:08:05.092Z+ home_fs=zfs
162026-04-01T13:08:05.092Z+ [[ zfs == autofs ]]
172026-04-01T13:08:05.092Z+ mkdir -p /home/build
182026-04-01T13:08:05.092Z+ chown build:build /home/build /work
192026-04-01T13:08:07.093Z+ chmod 0700 /home/build /work
202026-04-01T13:08:07.097Zprocess exited: duration 4125 ms, exit code 0
 
212026-04-01T13:08:07.103Zstarting task 1: "rust-toolchain"
222026-04-01T13:08:07.107Z+ printf ' * rust toolchain channel = "%s"\n' 1.93.1
232026-04-01T13:08:07.107Z * rust toolchain channel = "1.93.1"
242026-04-01T13:08:07.107Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-01T13:08:07.107Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-01T13:08:07.107Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T13:08:07.107Z * rust toolchain profile = "default"
282026-04-01T13:08:07.111Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T13:08:07.111Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.93.1 --profile default
302026-04-01T13:08:07.230Zinfo: downloading installer
312026-04-01T13:08:08.563Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T13:08:08.563Zwarn: /opt/ooce/bin
332026-04-01T13:08:08.563Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T13:08:08.563Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T13:08:08.563Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T13:08:08.563Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T13:08:08.563Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T13:08:08.563Zerror: cannot install while Rust is installed
392026-04-01T13:08:08.563Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T13:08:08.563Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T13:08:08.563Zwarn: /home/build/.rustup/settings.toml
422026-04-01T13:08:08.563Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T13:08:08.563Zwarn: instead of the one inferred from the default host triple.
442026-04-01T13:08:08.576Zinfo: profile set to default
452026-04-01T13:08:08.576Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T13:08:08.580Zinfo: syncing channel updates for 1.93.1-x86_64-unknown-illumos
472026-04-01T13:08:08.719Zinfo: latest update on 2026-02-12 for version 1.93.1 (01f6ddf75 2026-02-11)
482026-04-01T13:08:08.722Zinfo: downloading 6 components
492026-04-01T13:08:24.428Z
502026-04-01T13:08:24.428Zinfo: default toolchain set to 1.93.1-x86_64-unknown-illumos
512026-04-01T13:08:24.454Z 1.93.1-x86_64-unknown-illumos installed - rustc 1.93.1 (01f6ddf75 2026-02-11)
522026-04-01T13:08:24.454Z
532026-04-01T13:08:24.457Z
542026-04-01T13:08:24.457ZRust is installed now. Great!
552026-04-01T13:08:24.457Z
562026-04-01T13:08:24.457ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T13:08:24.457Zenvironment variable. This has not been done automatically.
582026-04-01T13:08:24.457Z
592026-04-01T13:08:24.457ZTo configure your current shell, you need to source
602026-04-01T13:08:24.457Zthe corresponding env file under $HOME/.cargo.
612026-04-01T13:08:24.457Z
622026-04-01T13:08:24.457ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T13:08:24.457Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T13:08:24.457Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T13:08:24.457Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T13:08:24.457Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T13:08:24.458Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T13:08:24.458Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T13:08:24.458Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T13:08:24.458Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T13:08:24.543Z+ rustup --version
722026-04-01T13:08:24.552Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T13:08:24.555Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T13:08:24.573Zinfo: the currently active `rustc` version is `rustc 1.93.1 (01f6ddf75 2026-02-11)`
752026-04-01T13:08:24.576Z+ cargo --version
762026-04-01T13:08:24.589Zcargo 1.93.1 (083ac5135 2025-12-15)
772026-04-01T13:08:24.592Z+ rustc --version
782026-04-01T13:08:24.610Zrustc 1.93.1 (01f6ddf75 2026-02-11)
792026-04-01T13:08:24.614Zprocess exited: duration 17506 ms, exit code 0
 
802026-04-01T13:08:24.620Zstarting task 2: "authentication"
812026-04-01T13:08:24.636Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T13:08:24.642Zstarting task 3: "clone repository"
832026-04-01T13:08:24.646Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T13:08:24.649Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T13:08:24.681ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T13:08:25.537Z+ cd /work/oxidecomputer/opte
872026-04-01T13:08:25.538Z+ git fetch origin 6667036f728e9a8e2d120b744081a50a095570ff
882026-04-01T13:08:25.810ZFrom https://github.com/oxidecomputer/opte
892026-04-01T13:08:25.810Z * branch 6667036f728e9a8e2d120b744081a50a095570ff -> FETCH_HEAD
902026-04-01T13:08:25.815Z+ [[ -n renovate/darling-0.x ]]
912026-04-01T13:08:25.818Z++ git branch --show-current
922026-04-01T13:08:25.818Z+ current=master
932026-04-01T13:08:25.818Z+ [[ master != renovate/darling-0.x ]]
942026-04-01T13:08:25.818Z+ git branch -f renovate/darling-0.x 6667036f728e9a8e2d120b744081a50a095570ff
952026-04-01T13:08:25.822Z+ git checkout -f renovate/darling-0.x
962026-04-01T13:08:25.836ZSwitched to branch 'renovate/darling-0.x'
972026-04-01T13:08:25.839Z+ git reset --hard 6667036f728e9a8e2d120b744081a50a095570ff
982026-04-01T13:08:25.852ZHEAD is now at 6667036 Update Rust crate darling to 0.23
992026-04-01T13:08:25.855Zprocess exited: duration 1210 ms, exit code 0
 
1002026-04-01T13:08:25.862Zstarting task 4: "build"
1012026-04-01T13:08:25.866Z+ source .github/buildomat/common.sh
1022026-04-01T13:08:25.869Z++ rustup show active-toolchain
1032026-04-01T13:08:25.872Z1.93.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-01T13:08:25.872Z++ pushd xde
1052026-04-01T13:08:25.872Z++ rustup show active-toolchain
1062026-04-01T13:08:25.872Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1072026-04-01T13:08:25.877Zinfo: syncing channel updates for nightly-2026-02-24-x86_64-unknown-illumos
1082026-04-01T13:08:26.041Zinfo: latest update on 2026-02-24 for version 1.95.0-nightly (b3869b94c 2026-02-23)
1092026-04-01T13:08:26.044Zinfo: downloading 6 components
1102026-04-01T13:08:39.867Znightly-2026-02-24-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-01T13:08:39.952Z+++ rustup show active-toolchain -v
1122026-04-01T13:08:39.956Z+++ head -n 1
1132026-04-01T13:08:39.956Z+++ cut '-d ' -f1
1142026-04-01T13:08:40.004Z++ export NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1152026-04-01T13:08:40.004Z++ NIGHTLY=nightly-2026-02-24-x86_64-unknown-illumos
1162026-04-01T13:08:40.004Z++ popd
1172026-04-01T13:08:40.008Z/work/oxidecomputer/opte
1182026-04-01T13:08:40.008Z+ TGT_BASE=/work
1192026-04-01T13:08:40.008Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-04-01T13:08:40.008Z+ REL_TGT=/work/release
1212026-04-01T13:08:40.008Z+ mkdir -p /work/release
1222026-04-01T13:08:40.008Z+ cargo --version
1232026-04-01T13:08:40.015Zcargo 1.93.1 (083ac5135 2025-12-15)
1242026-04-01T13:08:40.019Z+ rustc --version
1252026-04-01T13:08:40.038Zrustc 1.93.1 (01f6ddf75 2026-02-11)
1262026-04-01T13:08:40.041Z+ header 'build xde and opteadm (release+debug)'
1272026-04-01T13:08:40.041Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-04-01T13:08:40.041Z# ==== build xde and opteadm (release+debug) ==== #
1292026-04-01T13:08:40.041Z+ ptime -m cargo xtask build --profile all
1302026-04-01T13:08:40.138Z Updating crates.io index
1312026-04-01T13:08:40.175Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-04-01T13:08:43.283Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-04-01T13:08:43.761Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-04-01T13:08:44.134Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-04-01T13:08:44.654Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-04-01T13:08:45.244Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-04-01T13:08:45.729Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-04-01T13:08:48.069Z Downloading crates ...
1392026-04-01T13:08:48.113Z Downloaded cargo-platform v0.3.2
1402026-04-01T13:08:48.120Z Downloaded camino v1.2.2
1412026-04-01T13:08:48.126Z Downloaded errno v0.3.14
1422026-04-01T13:08:48.129Z Downloaded colorchoice v1.0.5
1432026-04-01T13:08:48.129Z Downloaded is_terminal_polyfill v1.70.2
1442026-04-01T13:08:48.133Z Downloaded heck v0.5.0
1452026-04-01T13:08:48.136Z Downloaded equivalent v1.0.2
1462026-04-01T13:08:48.136Z Downloaded strsim v0.11.1
1472026-04-01T13:08:48.136Z Downloaded utf8parse v0.2.2
1482026-04-01T13:08:48.139Z Downloaded anstyle-query v1.1.5
1492026-04-01T13:08:48.139Z Downloaded clap_lex v1.1.0
1502026-04-01T13:08:48.142Z Downloaded serde_spanned v1.1.0
1512026-04-01T13:08:48.142Z Downloaded cargo_metadata v0.23.1
1522026-04-01T13:08:48.145Z Downloaded terminal_size v0.4.4
1532026-04-01T13:08:48.148Z Downloaded itoa v1.0.18
1542026-04-01T13:08:48.163Z Downloaded thiserror-impl v2.0.18
1552026-04-01T13:08:48.169Z Downloaded toml_writer v1.1.0+spec-1.1.0
1562026-04-01T13:08:48.169Z Downloaded anstream v1.0.0
1572026-04-01T13:08:48.172Z Downloaded anstyle-parse v1.0.0
1582026-04-01T13:08:48.175Z Downloaded anstyle v1.0.14
1592026-04-01T13:08:48.178Z Downloaded thiserror v2.0.18
1602026-04-01T13:08:48.182Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1612026-04-01T13:08:48.182Z Downloaded quote v1.0.45
1622026-04-01T13:08:48.186Z Downloaded clap_derive v4.6.0
1632026-04-01T13:08:48.191Z Downloaded semver v1.0.27
1642026-04-01T13:08:48.196Z Downloaded zmij v1.0.21
1652026-04-01T13:08:48.196Z Downloaded anyhow v1.0.102
1662026-04-01T13:08:48.200Z Downloaded bitflags v2.11.0
1672026-04-01T13:08:48.200Z Downloaded toml_parser v1.1.0+spec-1.1.0
1682026-04-01T13:08:48.206Z Downloaded unicode-ident v1.0.24
1692026-04-01T13:08:48.210Z Downloaded proc-macro2 v1.0.106
1702026-04-01T13:08:48.214Z Downloaded serde_core v1.0.228
1712026-04-01T13:08:48.217Z Downloaded toml v1.1.0+spec-1.1.0
1722026-04-01T13:08:48.222Z Downloaded clap v4.6.0
1732026-04-01T13:08:48.226Z Downloaded serde_derive v1.0.228
1742026-04-01T13:08:48.231Z Downloaded serde v1.0.228
1752026-04-01T13:08:48.234Z Downloaded memchr v2.8.0
1762026-04-01T13:08:48.239Z Downloaded indexmap v2.13.0
1772026-04-01T13:08:48.249Z Downloaded hashbrown v0.16.1
1782026-04-01T13:08:48.266Z Downloaded serde_json v1.0.149
1792026-04-01T13:08:48.275Z Downloaded clap_builder v4.6.0
1802026-04-01T13:08:48.278Z Downloaded winnow v1.0.0
1812026-04-01T13:08:48.301Z Downloaded syn v2.0.117
1822026-04-01T13:08:48.308Z Downloaded rustix v1.1.4
1832026-04-01T13:08:48.337Z Downloaded libc v0.2.183
1842026-04-01T13:08:48.384Z Compiling serde_core v1.0.228
1852026-04-01T13:08:48.384Z Compiling proc-macro2 v1.0.106
1862026-04-01T13:08:48.388Z Compiling quote v1.0.45
1872026-04-01T13:08:48.388Z Compiling unicode-ident v1.0.24
1882026-04-01T13:08:48.388Z Compiling libc v0.2.183
1892026-04-01T13:08:48.388Z Compiling rustix v1.1.4
1902026-04-01T13:08:48.388Z Compiling utf8parse v0.2.2
1912026-04-01T13:08:48.388Z Compiling zmij v1.0.21
1922026-04-01T13:08:48.565Z Compiling bitflags v2.11.0
1932026-04-01T13:08:48.580Z Compiling anstyle-parse v1.0.0
1942026-04-01T13:08:48.795Z Compiling serde v1.0.228
1952026-04-01T13:08:48.835Z Compiling thiserror v2.0.18
1962026-04-01T13:08:48.852Z Compiling camino v1.2.2
1972026-04-01T13:08:48.995Z Compiling serde_json v1.0.149
1982026-04-01T13:08:49.014Z Compiling colorchoice v1.0.5
1992026-04-01T13:08:49.098Z Compiling is_terminal_polyfill v1.70.2
2002026-04-01T13:08:49.125Z Compiling anstyle-query v1.1.5
2012026-04-01T13:08:49.166Z Compiling errno v0.3.14
2022026-04-01T13:08:49.179Z Compiling anstyle v1.0.14
2032026-04-01T13:08:49.232Z Compiling winnow v1.0.0
2042026-04-01T13:08:49.322Z Compiling itoa v1.0.18
2052026-04-01T13:08:49.403Z Compiling anstream v1.0.0
2062026-04-01T13:08:49.438Z Compiling heck v0.5.0
2072026-04-01T13:08:49.591Z Compiling memchr v2.8.0
2082026-04-01T13:08:49.626Z Compiling anyhow v1.0.102
2092026-04-01T13:08:49.632Z Compiling strsim v0.11.1
2102026-04-01T13:08:49.645Z Compiling clap_lex v1.1.0
2112026-04-01T13:08:49.812Z Compiling syn v2.0.117
2122026-04-01T13:08:49.922Z Compiling terminal_size v0.4.4
2132026-04-01T13:08:50.041Z Compiling clap_builder v4.6.0
2142026-04-01T13:08:50.070Z Compiling toml_parser v1.1.0+spec-1.1.0
2152026-04-01T13:08:50.143Z Compiling toml_writer v1.1.0+spec-1.1.0
2162026-04-01T13:08:50.747Z Compiling toml_datetime v1.1.0+spec-1.1.0
2172026-04-01T13:08:50.796Z Compiling cargo-platform v0.3.2
2182026-04-01T13:08:50.872Z Compiling serde_spanned v1.1.0
2192026-04-01T13:08:51.217Z Compiling semver v1.0.27
2202026-04-01T13:08:51.229Z Compiling toml v1.1.0+spec-1.1.0
2212026-04-01T13:08:52.128Z Compiling serde_derive v1.0.228
2222026-04-01T13:08:52.454Z Compiling thiserror-impl v2.0.18
2232026-04-01T13:08:52.483Z Compiling clap_derive v4.6.0
2242026-04-01T13:08:54.096Z Compiling clap v4.6.0
2252026-04-01T13:08:55.209Z Compiling cargo_metadata v0.23.1
2262026-04-01T13:08:57.693Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-04-01T13:08:59.273Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.22s
2282026-04-01T13:08:59.355Z Running `target/debug/xtask build --profile all`
2292026-04-01T13:09:00.839ZBuilding opteadm (release).
2302026-04-01T13:09:00.935Z Compiling proc-macro2 v1.0.106
2312026-04-01T13:09:00.935Z Compiling quote v1.0.45
2322026-04-01T13:09:00.935Z Compiling unicode-ident v1.0.24
2332026-04-01T13:09:00.935Z Compiling serde_core v1.0.228
2342026-04-01T13:09:00.935Z Compiling libc v0.2.183
2352026-04-01T13:09:00.939Z Compiling cfg-if v1.0.4
2362026-04-01T13:09:00.939Z Compiling memchr v2.8.0
2372026-04-01T13:09:00.939Z Compiling thiserror v2.0.18
2382026-04-01T13:09:01.004Z Compiling fnv v1.0.7
2392026-04-01T13:09:01.053Z Compiling ident_case v1.0.1
2402026-04-01T13:09:01.080Z Compiling strsim v0.11.1
2412026-04-01T13:09:01.153Z Compiling regex-syntax v0.8.10
2422026-04-01T13:09:01.249Z Compiling serde v1.0.228
2432026-04-01T13:09:01.347Z Compiling aho-corasick v1.1.4
2442026-04-01T13:09:01.439Z Compiling anyhow v1.0.102
2452026-04-01T13:09:01.509Z Compiling zerocopy v0.8.47
2462026-04-01T13:09:01.621Z Compiling winnow v1.0.0
2472026-04-01T13:09:01.700Z Compiling equivalent v1.0.2
2482026-04-01T13:09:01.776Z Compiling hashbrown v0.16.1
2492026-04-01T13:09:01.789Z Compiling either v1.15.0
2502026-04-01T13:09:01.981Z Compiling itertools v0.14.0
2512026-04-01T13:09:02.102Z Compiling syn v2.0.117
2522026-04-01T13:09:02.191Z Compiling toml_datetime v1.1.0+spec-1.1.0
2532026-04-01T13:09:02.298Z Compiling indexmap v2.13.0
2542026-04-01T13:09:02.406Z Compiling byteorder v1.5.0
2552026-04-01T13:09:02.603Z Compiling toml_parser v1.1.0+spec-1.1.0
2562026-04-01T13:09:02.650Z Compiling regex-automata v0.4.14
2572026-04-01T13:09:02.811Z Compiling heapless v0.8.0
2582026-04-01T13:09:02.923Z Compiling hash32 v0.3.1
2592026-04-01T13:09:03.053Z Compiling toml_edit v0.25.8+spec-1.1.0
2602026-04-01T13:09:03.098Z Compiling bitflags v2.11.0
2612026-04-01T13:09:03.243Z Compiling stable_deref_trait v1.2.1
2622026-04-01T13:09:03.261Z Compiling syn v1.0.109
2632026-04-01T13:09:03.272Z Compiling smoltcp v0.11.0
2642026-04-01T13:09:03.303Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2652026-04-01T13:09:03.306Z Compiling rustversion v1.0.22
2662026-04-01T13:09:03.434Z Compiling macaddr v1.0.1
2672026-04-01T13:09:03.596Z Compiling proc-macro-crate v3.5.0
2682026-04-01T13:09:03.608Z Compiling managed v0.8.0
2692026-04-01T13:09:03.634Z Compiling rand_core v0.10.0
2702026-04-01T13:09:03.670Z Compiling getrandom v0.4.2
2712026-04-01T13:09:03.779Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2722026-04-01T13:09:03.826Z Compiling rustix v1.1.4
2732026-04-01T13:09:03.922Z Compiling version_check v0.9.5
2742026-04-01T13:09:03.953Z Compiling bitflags v1.3.2
2752026-04-01T13:09:03.985Z Compiling ref-cast v1.0.25
2762026-04-01T13:09:04.171Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2772026-04-01T13:09:04.310Z Compiling regex v1.12.3
2782026-04-01T13:09:04.362Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2792026-04-01T13:09:04.392Z Compiling errno v0.3.14
2802026-04-01T13:09:04.740Z Compiling once_cell v1.21.4
2812026-04-01T13:09:04.743Z Compiling darling_core v0.21.3
2822026-04-01T13:09:04.743Z Compiling unicode-width v0.2.2
2832026-04-01T13:09:04.743Z Compiling ipnetwork v0.21.1
2842026-04-01T13:09:04.990Z Compiling cpufeatures v0.3.0
2852026-04-01T13:09:05.052Z Compiling foreign-types-shared v0.3.1
2862026-04-01T13:09:05.099Z Compiling utf8parse v0.2.2
2872026-04-01T13:09:05.129Z Compiling chacha20 v0.10.0
2882026-04-01T13:09:05.191Z Compiling anstyle-parse v1.0.0
2892026-04-01T13:09:05.203Z Compiling cstr-argument v0.1.2
2902026-04-01T13:09:05.255Z Compiling tabwriter v1.4.1
2912026-04-01T13:09:05.347Z Compiling tracing-core v0.1.36
2922026-04-01T13:09:05.862Z Compiling dyn-clone v1.0.20
2932026-04-01T13:09:05.895Z Compiling thiserror-impl v2.0.18
2942026-04-01T13:09:05.903Z Compiling serde_derive v1.0.228
2952026-04-01T13:09:05.987Z Compiling zerocopy-derive v0.8.47
2962026-04-01T13:09:06.147Z Compiling num_enum_derive v0.7.6
2972026-04-01T13:09:06.159Z Compiling ref-cast-impl v1.0.25
2982026-04-01T13:09:06.657Z Compiling foreign-types-macros v0.2.3
2992026-04-01T13:09:06.774Z Compiling darling_macro v0.21.3
3002026-04-01T13:09:06.868Z Compiling tracing-attributes v0.1.31
3012026-04-01T13:09:07.175Z Compiling cobs v0.3.0
3022026-04-01T13:09:07.192Z Compiling num_enum v0.7.6
3032026-04-01T13:09:07.270Z Compiling foreign-types v0.5.0
3042026-04-01T13:09:07.295Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3052026-04-01T13:09:07.303Z Compiling darling v0.21.3
3062026-04-01T13:09:07.331Z Compiling anstyle-query v1.1.5
3072026-04-01T13:09:07.364Z Compiling ingot-macros v0.1.1
3082026-04-01T13:09:07.370Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3092026-04-01T13:09:07.380Z Compiling pretty-hex v0.4.2
3102026-04-01T13:09:07.417Z Compiling colorchoice v1.0.5
3112026-04-01T13:09:07.506Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3122026-04-01T13:09:07.516Z Compiling anstyle v1.0.14
3132026-04-01T13:09:07.716Z Compiling pin-project-lite v0.2.17
3142026-04-01T13:09:07.750Z Compiling is_terminal_polyfill v1.70.2
3152026-04-01T13:09:07.776Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3162026-04-01T13:09:07.798Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3172026-04-01T13:09:07.823Z Compiling anstream v1.0.0
3182026-04-01T13:09:07.828Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3192026-04-01T13:09:08.075Z Compiling tracing v0.1.44
3202026-04-01T13:09:08.127Z Compiling terminal_size v0.4.4
3212026-04-01T13:09:08.219Z Compiling rand v0.10.0
3222026-04-01T13:09:08.222Z Compiling uuid v1.22.0
3232026-04-01T13:09:08.252Z Compiling socket2 v0.6.3
3242026-04-01T13:09:08.485Z Compiling colored v3.1.1
3252026-04-01T13:09:08.854Z Compiling oxnet v0.1.4
3262026-04-01T13:09:09.016Z Compiling clap_lex v1.1.0
3272026-04-01T13:09:09.033Z Compiling heck v0.5.0
3282026-04-01T13:09:09.087Z Compiling postcard v1.1.3
3292026-04-01T13:09:09.200Z Compiling clap_builder v4.6.0
3302026-04-01T13:09:09.217Z Compiling clap_derive v4.6.0
3312026-04-01T13:09:09.268Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3322026-04-01T13:09:10.471Z Compiling ingot-types v0.1.2
3332026-04-01T13:09:10.784Z Compiling ingot v0.1.1
3342026-04-01T13:09:11.040Z Compiling clap v4.6.0
3352026-04-01T13:09:12.481Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-04-01T13:09:13.475Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-04-01T13:09:14.440Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-04-01T13:09:20.736Z Finished `release` profile [optimized + debuginfo] target(s) in 19.89s
3392026-04-01T13:09:20.762ZBuilding xde (release-lto).
3402026-04-01T13:09:21.008Z Updating crates.io index
3412026-04-01T13:09:21.122Z Downloading crates ...
3422026-04-01T13:09:21.168Z Downloaded addr2line v0.25.1
3432026-04-01T13:09:21.171Z Downloaded adler2 v2.0.1
3442026-04-01T13:09:21.177Z Downloaded rustc-literal-escaper v0.0.7
3452026-04-01T13:09:21.182Z Downloaded rustc-demangle v0.1.27
3462026-04-01T13:09:21.186Z Downloaded foldhash v0.2.0
3472026-04-01T13:09:21.189Z Downloaded getopts v0.2.24
3482026-04-01T13:09:21.197Z Downloaded memchr v2.7.6
3492026-04-01T13:09:21.204Z Downloaded miniz_oxide v0.8.9
3502026-04-01T13:09:21.237Z Downloaded gimli v0.32.3
3512026-04-01T13:09:21.243Z Downloaded object v0.37.3
3522026-04-01T13:09:21.272Z Downloaded libc v0.2.178
3532026-04-01T13:09:21.329Z 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-04-01T13:09:21.329Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3552026-04-01T13:09:21.329Z Compiling proc-macro2 v1.0.106
3562026-04-01T13:09:21.330Z Compiling quote v1.0.45
3572026-04-01T13:09:21.330Z Compiling unicode-ident v1.0.24
3582026-04-01T13:09:21.330Z Compiling ident_case v1.0.1
3592026-04-01T13:09:21.334Z Compiling strsim v0.11.1
3602026-04-01T13:09:21.334Z Compiling serde_core v1.0.228
3612026-04-01T13:09:21.501Z Compiling memchr v2.8.0
3622026-04-01T13:09:21.505Z Compiling fnv v1.0.7
3632026-04-01T13:09:21.591Z Compiling regex-syntax v0.8.10
3642026-04-01T13:09:21.758Z Compiling serde v1.0.228
3652026-04-01T13:09:21.764Z Compiling zerocopy v0.8.47
3662026-04-01T13:09:21.775Z Compiling either v1.15.0
3672026-04-01T13:09:21.885Z Compiling thiserror v2.0.18
3682026-04-01T13:09:21.962Z Compiling aho-corasick v1.1.4
3692026-04-01T13:09:22.154Z Compiling itertools v0.14.0
3702026-04-01T13:09:22.161Z Compiling heapless v0.8.0
3712026-04-01T13:09:22.457Z Compiling syn v2.0.117
3722026-04-01T13:09:22.539Z Compiling smoltcp v0.11.0
3732026-04-01T13:09:22.573Z Compiling crc32fast v1.5.0
3742026-04-01T13:09:22.638Z Compiling version_check v0.9.5
3752026-04-01T13:09:22.897Z Compiling ref-cast v1.0.25
3762026-04-01T13:09:22.983Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3772026-04-01T13:09:23.230Z Compiling regex-automata v0.4.14
3782026-04-01T13:09:24.677Z Compiling darling_core v0.21.3
3792026-04-01T13:09:24.677Z Compiling darling_core v0.23.0
3802026-04-01T13:09:24.699Z Compiling regex v1.12.3
3812026-04-01T13:09:25.717Z Compiling serde_derive v1.0.228
3822026-04-01T13:09:25.717Z Compiling zerocopy-derive v0.8.47
3832026-04-01T13:09:25.720Z Compiling thiserror-impl v2.0.18
3842026-04-01T13:09:25.721Z Compiling ref-cast-impl v1.0.25
3852026-04-01T13:09:25.721Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3862026-04-01T13:09:27.246Z Compiling darling_macro v0.21.3
3872026-04-01T13:09:27.297Z Compiling darling_macro v0.23.0
3882026-04-01T13:09:28.132Z Compiling darling v0.21.3
3892026-04-01T13:09:28.162Z Compiling darling v0.23.0
3902026-04-01T13:09:28.191Z Compiling ingot-macros v0.1.1
3912026-04-01T13:09:28.221Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3922026-04-01T13:09:33.145Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3932026-04-01T13:09:35.200Z Compiling byteorder v1.5.0
3942026-04-01T13:09:35.200Z Compiling cfg-if v1.0.4
3952026-04-01T13:09:35.204Z Compiling stable_deref_trait v1.2.1
3962026-04-01T13:09:35.204Z Compiling macaddr v1.0.1
3972026-04-01T13:09:35.265Z Compiling managed v0.8.0
3982026-04-01T13:09:35.268Z Compiling bitflags v1.3.2
3992026-04-01T13:09:35.298Z Compiling cobs v0.3.0
4002026-04-01T13:09:35.387Z Compiling hash32 v0.3.1
4012026-04-01T13:09:35.504Z Compiling dyn-clone v1.0.20
4022026-04-01T13:09:35.570Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4032026-04-01T13:09:36.814Z Compiling bitflags v2.11.0
4042026-04-01T13:09:36.814Z Compiling uuid v1.22.0
4052026-04-01T13:09:36.953Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4062026-04-01T13:09:37.246Z Compiling postcard v1.1.3
4072026-04-01T13:09:38.012Z Compiling ingot-types v0.1.2
4082026-04-01T13:09:38.325Z Compiling ingot v0.1.1
4092026-04-01T13:09:39.819Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4102026-04-01T13:09:43.495Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4112026-04-01T13:09:52.193Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4122026-04-01T13:10:19.963Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.16s
4132026-04-01T13:10:19.987ZLinking xde kmod...
4142026-04-01T13:10:20.561ZBuilding xde dev link helper (release).
4152026-04-01T13:10:20.721Z 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)
4162026-04-01T13:10:20.721Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4172026-04-01T13:10:20.721Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4182026-04-01T13:10:31.555Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4192026-04-01T13:10:33.876Z Finished `release` profile [optimized + debuginfo] target(s) in 13.28s
4202026-04-01T13:10:33.894ZBuilding opteadm (dev).
4212026-04-01T13:10:34.047Z Compiling serde_core v1.0.228
4222026-04-01T13:10:34.047Z Compiling libc v0.2.183
4232026-04-01T13:10:34.047Z Compiling cfg-if v1.0.4
4242026-04-01T13:10:34.047Z Compiling strsim v0.11.1
4252026-04-01T13:10:34.047Z Compiling memchr v2.8.0
4262026-04-01T13:10:34.051Z Compiling ident_case v1.0.1
4272026-04-01T13:10:34.051Z Compiling fnv v1.0.7
4282026-04-01T13:10:34.051Z Compiling syn v2.0.117
4292026-04-01T13:10:34.120Z Compiling regex-syntax v0.8.10
4302026-04-01T13:10:34.144Z Compiling hashbrown v0.16.1
4312026-04-01T13:10:34.166Z Compiling serde v1.0.228
4322026-04-01T13:10:34.341Z Compiling winnow v1.0.0
4332026-04-01T13:10:34.467Z Compiling aho-corasick v1.1.4
4342026-04-01T13:10:34.611Z Compiling either v1.15.0
4352026-04-01T13:10:34.655Z Compiling zerocopy v0.8.47
4362026-04-01T13:10:34.798Z Compiling equivalent v1.0.2
4372026-04-01T13:10:34.802Z Compiling itertools v0.14.0
4382026-04-01T13:10:34.871Z Compiling indexmap v2.13.0
4392026-04-01T13:10:35.107Z Compiling toml_datetime v1.1.0+spec-1.1.0
4402026-04-01T13:10:35.315Z Compiling toml_parser v1.1.0+spec-1.1.0
4412026-04-01T13:10:35.330Z Compiling heapless v0.8.0
4422026-04-01T13:10:35.458Z Compiling byteorder v1.5.0
4432026-04-01T13:10:35.627Z Compiling regex-automata v0.4.14
4442026-04-01T13:10:35.781Z Compiling toml_edit v0.25.8+spec-1.1.0
4452026-04-01T13:10:35.844Z Compiling hash32 v0.3.1
4462026-04-01T13:10:35.848Z Compiling stable_deref_trait v1.2.1
4472026-04-01T13:10:35.911Z Compiling smoltcp v0.11.0
4482026-04-01T13:10:35.990Z Compiling macaddr v1.0.1
4492026-04-01T13:10:35.995Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4502026-04-01T13:10:36.152Z Compiling bitflags v2.11.0
4512026-04-01T13:10:36.227Z Compiling syn v1.0.109
4522026-04-01T13:10:36.231Z Compiling rustversion v1.0.22
4532026-04-01T13:10:36.249Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4542026-04-01T13:10:36.458Z Compiling proc-macro-crate v3.5.0
4552026-04-01T13:10:36.562Z Compiling darling_core v0.21.3
4562026-04-01T13:10:36.624Z Compiling managed v0.8.0
4572026-04-01T13:10:36.647Z Compiling rand_core v0.10.0
4582026-04-01T13:10:36.687Z Compiling bitflags v1.3.2
4592026-04-01T13:10:36.717Z Compiling getrandom v0.4.2
4602026-04-01T13:10:36.751Z Compiling version_check v0.9.5
4612026-04-01T13:10:36.802Z Compiling ref-cast v1.0.25
4622026-04-01T13:10:37.013Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4632026-04-01T13:10:37.153Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4642026-04-01T13:10:37.252Z Compiling errno v0.3.14
4652026-04-01T13:10:37.423Z Compiling regex v1.12.3
4662026-04-01T13:10:37.533Z Compiling cpufeatures v0.3.0
4672026-04-01T13:10:37.600Z Compiling once_cell v1.21.4
4682026-04-01T13:10:37.756Z Compiling ipnetwork v0.21.1
4692026-04-01T13:10:37.832Z Compiling unicode-width v0.2.2
4702026-04-01T13:10:37.836Z Compiling thiserror-impl v2.0.18
4712026-04-01T13:10:38.135Z Compiling serde_derive v1.0.228
4722026-04-01T13:10:38.218Z Compiling zerocopy-derive v0.8.47
4732026-04-01T13:10:38.276Z Compiling foreign-types-macros v0.2.3
4742026-04-01T13:10:38.663Z Compiling darling_macro v0.21.3
4752026-04-01T13:10:38.896Z Compiling num_enum_derive v0.7.6
4762026-04-01T13:10:38.979Z Compiling ref-cast-impl v1.0.25
4772026-04-01T13:10:39.059Z Compiling thiserror v2.0.18
4782026-04-01T13:10:39.158Z Compiling cobs v0.3.0
4792026-04-01T13:10:39.205Z Compiling darling v0.21.3
4802026-04-01T13:10:39.274Z Compiling ingot-macros v0.1.1
4812026-04-01T13:10:39.436Z Compiling foreign-types-shared v0.3.1
4822026-04-01T13:10:39.519Z Compiling foreign-types v0.5.0
4832026-04-01T13:10:39.587Z Compiling cstr-argument v0.1.2
4842026-04-01T13:10:39.671Z Compiling tabwriter v1.4.1
4852026-04-01T13:10:39.750Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4862026-04-01T13:10:39.890Z Compiling num_enum v0.7.6
4872026-04-01T13:10:39.997Z Compiling tracing-attributes v0.1.31
4882026-04-01T13:10:40.081Z Compiling tracing-core v0.1.36
4892026-04-01T13:10:40.273Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4902026-04-01T13:10:40.317Z Compiling chacha20 v0.10.0
4912026-04-01T13:10:40.656Z Compiling rustix v1.1.4
4922026-04-01T13:10:41.209Z Compiling anyhow v1.0.102
4932026-04-01T13:10:41.221Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4942026-04-01T13:10:41.259Z Compiling postcard v1.1.3
4952026-04-01T13:10:41.404Z Compiling pretty-hex v0.4.2
4962026-04-01T13:10:41.446Z Compiling dyn-clone v1.0.20
4972026-04-01T13:10:41.464Z Compiling pin-project-lite v0.2.17
4982026-04-01T13:10:41.583Z Compiling tracing v0.1.44
4992026-04-01T13:10:41.586Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5002026-04-01T13:10:41.637Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5012026-04-01T13:10:41.664Z Compiling terminal_size v0.4.4
5022026-04-01T13:10:41.792Z Compiling rand v0.10.0
5032026-04-01T13:10:41.812Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5042026-04-01T13:10:41.846Z Compiling uuid v1.22.0
5052026-04-01T13:10:41.907Z Compiling socket2 v0.6.3
5062026-04-01T13:10:41.924Z Compiling colored v3.1.1
5072026-04-01T13:10:41.952Z Compiling oxnet v0.1.4
5082026-04-01T13:10:42.138Z Compiling clap_derive v4.6.0
5092026-04-01T13:10:42.416Z Compiling clap_builder v4.6.0
5102026-04-01T13:10:42.420Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5112026-04-01T13:10:42.707Z Compiling ingot-types v0.1.2
5122026-04-01T13:10:43.038Z Compiling ingot v0.1.1
5132026-04-01T13:10:44.272Z Compiling clap v4.6.0
5142026-04-01T13:10:44.825Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5152026-04-01T13:10:46.850Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5162026-04-01T13:10:47.932Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5172026-04-01T13:10:52.216Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.31s
5182026-04-01T13:10:52.243ZBuilding xde (dev).
5192026-04-01T13:10:52.467Z 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)
5202026-04-01T13:10:52.467Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5212026-04-01T13:10:52.467Z Compiling proc-macro2 v1.0.106
5222026-04-01T13:10:52.467Z Compiling quote v1.0.45
5232026-04-01T13:10:52.470Z Compiling unicode-ident v1.0.24
5242026-04-01T13:10:52.471Z Compiling strsim v0.11.1
5252026-04-01T13:10:52.471Z Compiling ident_case v1.0.1
5262026-04-01T13:10:52.471Z Compiling serde_core v1.0.228
5272026-04-01T13:10:52.584Z Compiling memchr v2.8.0
5282026-04-01T13:10:52.588Z Compiling fnv v1.0.7
5292026-04-01T13:10:52.665Z Compiling regex-syntax v0.8.10
5302026-04-01T13:10:52.839Z Compiling zerocopy v0.8.47
5312026-04-01T13:10:52.850Z Compiling serde v1.0.228
5322026-04-01T13:10:52.854Z Compiling thiserror v2.0.18
5332026-04-01T13:10:52.971Z Compiling aho-corasick v1.1.4
5342026-04-01T13:10:53.225Z Compiling either v1.15.0
5352026-04-01T13:10:53.361Z Compiling heapless v0.8.0
5362026-04-01T13:10:53.400Z Compiling itertools v0.14.0
5372026-04-01T13:10:53.415Z Compiling smoltcp v0.11.0
5382026-04-01T13:10:53.566Z Compiling syn v2.0.117
5392026-04-01T13:10:53.651Z Compiling version_check v0.9.5
5402026-04-01T13:10:53.827Z Compiling ref-cast v1.0.25
5412026-04-01T13:10:53.846Z Compiling crc32fast v1.5.0
5422026-04-01T13:10:54.013Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5432026-04-01T13:10:54.192Z Compiling regex-automata v0.4.14
5442026-04-01T13:10:55.701Z Compiling regex v1.12.3
5452026-04-01T13:10:55.829Z Compiling darling_core v0.21.3
5462026-04-01T13:10:55.838Z Compiling darling_core v0.23.0
5472026-04-01T13:10:56.807Z Compiling serde_derive v1.0.228
5482026-04-01T13:10:56.807Z Compiling thiserror-impl v2.0.18
5492026-04-01T13:10:56.807Z Compiling zerocopy-derive v0.8.47
5502026-04-01T13:10:56.810Z Compiling ref-cast-impl v1.0.25
5512026-04-01T13:10:56.810Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5522026-04-01T13:10:58.400Z Compiling darling_macro v0.21.3
5532026-04-01T13:10:58.571Z Compiling darling_macro v0.23.0
5542026-04-01T13:10:59.288Z Compiling darling v0.21.3
5552026-04-01T13:10:59.353Z Compiling ingot-macros v0.1.1
5562026-04-01T13:10:59.432Z Compiling darling v0.23.0
5572026-04-01T13:10:59.495Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5582026-04-01T13:11:03.778Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5592026-04-01T13:11:05.475Z Compiling byteorder v1.5.0
5602026-04-01T13:11:05.475Z Compiling macaddr v1.0.1
5612026-04-01T13:11:05.478Z Compiling cfg-if v1.0.4
5622026-04-01T13:11:05.478Z Compiling stable_deref_trait v1.2.1
5632026-04-01T13:11:05.540Z Compiling bitflags v1.3.2
5642026-04-01T13:11:05.546Z Compiling cobs v0.3.0
5652026-04-01T13:11:05.584Z Compiling managed v0.8.0
5662026-04-01T13:11:05.658Z Compiling hash32 v0.3.1
5672026-04-01T13:11:05.818Z Compiling dyn-clone v1.0.20
5682026-04-01T13:11:05.905Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5692026-04-01T13:11:07.011Z Compiling bitflags v2.11.0
5702026-04-01T13:11:07.011Z Compiling uuid v1.22.0
5712026-04-01T13:11:07.146Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5722026-04-01T13:11:07.432Z Compiling postcard v1.1.3
5732026-04-01T13:11:08.222Z Compiling ingot-types v0.1.2
5742026-04-01T13:11:08.509Z Compiling ingot v0.1.1
5752026-04-01T13:11:09.902Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5762026-04-01T13:11:14.110Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5772026-04-01T13:11:24.250Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5782026-04-01T13:11:32.127Z Finished `dev` profile [optimized + debuginfo] target(s) in 39.85s
5792026-04-01T13:11:32.150ZLinking xde kmod...
5802026-04-01T13:11:33.265ZBuilding xde dev link helper (dev).
5812026-04-01T13:11:33.431Z 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)
5822026-04-01T13:11:33.431Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5832026-04-01T13:11:33.431Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5842026-04-01T13:11:43.789Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-02-24-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5852026-04-01T13:11:45.984Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.68s
5862026-04-01T13:11:46.005Z
5872026-04-01T13:11:46.005Zreal 3:05.929298754
5882026-04-01T13:11:46.005Zuser 8:52.412402210
5892026-04-01T13:11:46.008Zsys 57.094141000
5902026-04-01T13:11:46.008Ztrap 0.231255662
5912026-04-01T13:11:46.009Ztflt 0.924726242
5922026-04-01T13:11:46.009Zdflt 1.574866178
5932026-04-01T13:11:46.009Zkflt 0.006238306
5942026-04-01T13:11:46.009Zlock 30:03.636266148
5952026-04-01T13:11:46.009Zslp 20:41.188289495
5962026-04-01T13:11:46.009Zlat 22.428544040
5972026-04-01T13:11:46.009Zstop 31.579477959
5982026-04-01T13:11:46.009Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5992026-04-01T13:11:46.009Z+ grep GOTPCREL
6002026-04-01T13:11:46.903Z+ header 'package opte'
6012026-04-01T13:11:46.903Z+ echo '# ==== package opte ==== #'
6022026-04-01T13:11:46.903Z# ==== package opte ==== #
6032026-04-01T13:11:46.903Z+ cargo xtask package --skip-build --profile all
6042026-04-01T13:11:47.045Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
6052026-04-01T13:11:47.050Z Running `target/debug/xtask package --skip-build --profile all`
6062026-04-01T13:11:47.257Z+ ./clean.sh
6072026-04-01T13:11:47.264Z+ mkdir -p proto/kernel/drv/amd64
6082026-04-01T13:11:47.268Z+ mkdir -p proto/opt/oxide/opte/bin
6092026-04-01T13:11:47.268Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6102026-04-01T13:11:47.272Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6112026-04-01T13:11:47.283Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6122026-04-01T13:11:47.313Z+ cp ../xde/xde.conf proto/kernel/drv/
6132026-04-01T13:11:47.316Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6142026-04-01T13:11:47.316Z+ '[' -z ']'
6152026-04-01T13:11:47.316Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6162026-04-01T13:11:47.338Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6172026-04-01T13:11:47.411Z+ INC_DEBUG=
6182026-04-01T13:11:47.414Z++ ./print-api-version.sh
6192026-04-01T13:11:47.417Z+ API_VSN=39
6202026-04-01T13:11:47.421Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/464/g -e s/%API_VSN%/39/g opte.template.p5m
6212026-04-01T13:11:47.421Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6222026-04-01T13:11:48.335Z+ pkgdepend generate -d proto opte.base.p5m
6232026-04-01T13:11:49.026Z+ mkdir -p packages
6242026-04-01T13:11:49.029Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6252026-04-01T13:11:59.980Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6262026-04-01T13:11:59.983Z+ pkgrepo create packages/repo
6272026-04-01T13:12:00.554Z+ pkgrepo add-publisher -s packages/repo helios-dev
6282026-04-01T13:12:01.086Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6292026-04-01T13:12:29.448Zpkg://helios-dev/driver/network/opte@0.39.464,5.11:20260401T131200Z
6302026-04-01T13:12:29.448ZPUBLISHED
6312026-04-01T13:12:29.483Z+ pkgrecv -a -d packages/repo/opte-0.39.464.p5p -s packages/repo -v -m latest '*'
6322026-04-01T13:12:29.968ZRetrieving packages for publisher helios-dev ...
6332026-04-01T13:12:29.972ZRetrieving catalog 'helios-dev' ... Done
6342026-04-01T13:12:29.975ZRetrieving and evaluating 1 package(s)...
6352026-04-01T13:12:29.975ZFetching manifests: 1/1 100% complete
6362026-04-01T13:12:29.975ZFetching manifests: 1/1 100% complete
6372026-04-01T13:12:29.975Z
6382026-04-01T13:12:29.975ZArchiving packages ...
6392026-04-01T13:12:29.975Z Packages to add: 1
6402026-04-01T13:12:29.975Z Files to retrieve: 6
6412026-04-01T13:12:29.975ZEstimated transfer size: 35.54 MB
6422026-04-01T13:12:29.975Z
6432026-04-01T13:12:29.975ZPackages to archive:
6442026-04-01T13:12:29.975Zdriver/network/opte@0.39.464,5.11:20260401T131200Z
6452026-04-01T13:12:29.975Z
6462026-04-01T13:12:29.975ZDownload: 0/6 items 0.0/35.5MB 0% complete
6472026-04-01T13:12:30.037ZDownload: Completed 35.54 MB in 0.06 seconds (555M/s)
6482026-04-01T13:12:30.040ZArchiving: 1/20 items 0.0/35.6MB 0% complete
6492026-04-01T13:12:30.052ZArchiving: Completed 35.57 MB in 0.01 seconds
6502026-04-01T13:12:30.090ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.464.p5p.
6512026-04-01T13:12:30.093Z+ banner copy
6522026-04-01T13:12:30.096Z
6532026-04-01T13:12:30.096Z #### #### ##### # #
6542026-04-01T13:12:30.096Z # # # # # # # #
6552026-04-01T13:12:30.096Z # # # # # #
6562026-04-01T13:12:30.096Z # # # ##### #
6572026-04-01T13:12:30.096Z # # # # # #
6582026-04-01T13:12:30.096Z #### #### # #
6592026-04-01T13:12:30.096Z
6602026-04-01T13:12:30.096Z+ pfexec mkdir -p /out
6612026-04-01T13:12:30.100Z+ pfexec chown 12345 /out
6622026-04-01T13:12:30.100Z+ PKG_NAME=/out/opte.p5p
6632026-04-01T13:12:30.100Z+ mv pkg/packages/repo/opte-0.39.464.p5p /out/opte.p5p
6642026-04-01T13:12:30.126Z+ sha256sum /out/opte.p5p
6652026-04-01T13:12:30.150Zprocess exited: duration 244246 ms, exit code 0
 
6662026-04-01T13:12:30.162Zfound 2 output files
6672026-04-01T13:12:30.162Zuploading: /out/opte.p5p (37304320 bytes)
6682026-04-01T13:12:31.368Zuploaded: /out/opte.p5p
6692026-04-01T13:12:31.368Zuploading: /out/opte.p5p.sha256 (80 bytes)
6702026-04-01T13:12:32.378Zuploaded: /out/opte.p5p.sha256