01KNPEFJYA1M3T2TDQ322SQ34T: 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: 01KNPEFYDE8024ZSCHKN8SEG52

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-08T11:44:52.903Zjob assigned to worker 01KNPEG4P7FV8YH7YWSP77CKTV [factory aws, i-04846f78f7402bebc] (queued for 57 s)
 
22026-04-08T11:45:02.176Zstarting task 0: "setup"
32026-04-08T11:45:02.180Z++ uname -s
42026-04-08T11:45:02.182Z+ kern=SunOS
52026-04-08T11:45:02.182Z+ build_user=build
62026-04-08T11:45:02.183Z+ build_uid=12345
72026-04-08T11:45:02.183Z+ work_dir=/work
82026-04-08T11:45:02.183Z+ input_dir=/input
92026-04-08T11:45:02.183Z+ [[ 0 == 12345 ]]
102026-04-08T11:45:02.183Z+ case "$kern" in
112026-04-08T11:45:02.183Z+ groupadd -g 12345 build
122026-04-08T11:45:02.188Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-08T11:45:04.190Z+ zfs create -o mountpoint=/work rpool/work
142026-04-08T11:45:04.308Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-08T11:45:04.311Z+ home_fs=zfs
162026-04-08T11:45:04.311Z+ [[ zfs == autofs ]]
172026-04-08T11:45:04.311Z+ mkdir -p /home/build
182026-04-08T11:45:04.311Z+ chown build:build /home/build /work
192026-04-08T11:45:06.313Z+ chmod 0700 /home/build /work
202026-04-08T11:45:06.316Zprocess exited: duration 4141 ms, exit code 0
 
212026-04-08T11:45:06.322Zstarting task 1: "rust-toolchain"
222026-04-08T11:45:06.330Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-08T11:45:06.330Z * rust toolchain channel = "1.94.1"
242026-04-08T11:45:06.330Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-08T11:45:06.330Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-08T11:45:06.330Z * rust toolchain profile = "default"
272026-04-08T11:45:06.330Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-08T11:45:06.336Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-08T11:45:06.336Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-08T11:45:06.449Zinfo: downloading installer
312026-04-08T11:45:07.813Zwarn: It looks like you have an existing installation of Rust at:
322026-04-08T11:45:07.813Zwarn: /opt/ooce/bin
332026-04-08T11:45:07.813Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-08T11:45:07.813Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-08T11:45:07.813Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-08T11:45:07.813Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-08T11:45:07.813Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-08T11:45:07.813Zerror: cannot install while Rust is installed
392026-04-08T11:45:07.814Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-08T11:45:07.814Zwarn: It looks like you have an existing rustup settings file at:
412026-04-08T11:45:07.814Zwarn: /home/build/.rustup/settings.toml
422026-04-08T11:45:07.814Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-08T11:45:07.814Zwarn: instead of the one inferred from the default host triple.
442026-04-08T11:45:07.827Zinfo: profile set to default
452026-04-08T11:45:07.827Zinfo: default host triple is x86_64-unknown-illumos
462026-04-08T11:45:07.830Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-08T11:45:07.962Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-08T11:45:07.965Zinfo: downloading 6 components
492026-04-08T11:45:22.405Z
502026-04-08T11:45:22.405Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-04-08T11:45:22.433Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-08T11:45:22.433Z
532026-04-08T11:45:22.433Z
542026-04-08T11:45:22.433ZRust is installed now. Great!
552026-04-08T11:45:22.433Z
562026-04-08T11:45:22.433ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-08T11:45:22.433Zenvironment variable. This has not been done automatically.
582026-04-08T11:45:22.433Z
592026-04-08T11:45:22.433ZTo configure your current shell, you need to source
602026-04-08T11:45:22.433Zthe corresponding env file under $HOME/.cargo.
612026-04-08T11:45:22.433Z
622026-04-08T11:45:22.433ZThis is usually done by running one of the following (note the leading DOT):
632026-04-08T11:45:22.433Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-08T11:45:22.433Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-08T11:45:22.433Zsource "~/.cargo/env.nu" # For nushell
662026-04-08T11:45:22.433Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-08T11:45:22.436Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-08T11:45:22.436Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-08T11:45:22.436Zwarn: no default linker (`cc`) was found in your PATH
702026-04-08T11:45:22.437Zwarn: many Rust crates require a system C toolchain to build
712026-04-08T11:45:22.536Z+ rustup --version
722026-04-08T11:45:22.544Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-08T11:45:22.547Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-08T11:45:22.566Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-08T11:45:22.569Z+ cargo --version
762026-04-08T11:45:22.581Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-08T11:45:22.584Z+ rustc --version
782026-04-08T11:45:22.603Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-08T11:45:22.606Zprocess exited: duration 16279 ms, exit code 0
 
802026-04-08T11:45:22.613Zstarting task 2: "authentication"
812026-04-08T11:45:22.629Zprocess exited: duration 16 ms, exit code 0
 
822026-04-08T11:45:22.635Zstarting task 3: "clone repository"
832026-04-08T11:45:22.638Z+ mkdir -p /work/oxidecomputer/opte
842026-04-08T11:45:22.642Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-08T11:45:22.669ZCloning into '/work/oxidecomputer/opte'...
862026-04-08T11:45:23.486Z+ cd /work/oxidecomputer/opte
872026-04-08T11:45:23.490Z+ git fetch origin 07b25ab9bacb22f85ae34197b4a0cb310b233e01
882026-04-08T11:45:23.750ZFrom https://github.com/oxidecomputer/opte
892026-04-08T11:45:23.750Z * branch 07b25ab9bacb22f85ae34197b4a0cb310b233e01 -> FETCH_HEAD
902026-04-08T11:45:23.755Z+ [[ -n '' ]]
912026-04-08T11:45:23.755Z+ git reset --hard 07b25ab9bacb22f85ae34197b4a0cb310b233e01
922026-04-08T11:45:23.771ZHEAD is now at 07b25ab Better per-layer KStats for errors
932026-04-08T11:45:23.774Zprocess exited: duration 1136 ms, exit code 0
 
942026-04-08T11:45:23.781Zstarting task 4: "build"
952026-04-08T11:45:23.786Z+ source .github/buildomat/common.sh
962026-04-08T11:45:23.789Z++ rustup show active-toolchain
972026-04-08T11:45:23.792Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-08T11:45:23.792Z++ pushd xde
992026-04-08T11:45:23.792Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-08T11:45:23.792Z++ rustup show active-toolchain
1012026-04-08T11:45:23.796Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-08T11:45:23.931Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-08T11:45:23.934Zinfo: downloading 6 components
1042026-04-08T11:45:37.264Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-08T11:45:37.351Z+++ rustup show active-toolchain -v
1062026-04-08T11:45:37.354Z+++ head -n 1
1072026-04-08T11:45:37.354Z+++ cut '-d ' -f1
1082026-04-08T11:45:37.405Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-08T11:45:37.405Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-08T11:45:37.405Z++ popd
1112026-04-08T11:45:37.405Z/work/oxidecomputer/opte
1122026-04-08T11:45:37.409Z+ TGT_BASE=/work
1132026-04-08T11:45:37.409Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1142026-04-08T11:45:37.409Z+ REL_TGT=/work/release
1152026-04-08T11:45:37.409Z+ mkdir -p /work/release
1162026-04-08T11:45:37.409Z+ cargo --version
1172026-04-08T11:45:37.420Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1182026-04-08T11:45:37.424Z+ rustc --version
1192026-04-08T11:45:37.439Zrustc 1.94.1 (e408947bf 2026-03-25)
1202026-04-08T11:45:37.443Z+ header 'build xde and opteadm (release+debug)'
1212026-04-08T11:45:37.443Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1222026-04-08T11:45:37.443Z# ==== build xde and opteadm (release+debug) ==== #
1232026-04-08T11:45:37.443Z+ ptime -m cargo xtask build --profile all
1242026-04-08T11:45:37.541Z Updating crates.io index
1252026-04-08T11:45:37.544Z Updating git repository `https://github.com/oxidecomputer/falcon`
1262026-04-08T11:45:38.320Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1272026-04-08T11:45:38.527Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1282026-04-08T11:45:38.834Z Updating git repository `https://github.com/oxidecomputer/zone`
1292026-04-08T11:45:39.136Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1302026-04-08T11:45:39.397Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1312026-04-08T11:45:39.659Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1322026-04-08T11:45:41.027Z Downloading crates ...
1332026-04-08T11:45:41.096Z Downloaded is_terminal_polyfill v1.70.2
1342026-04-08T11:45:41.105Z Downloaded unicode-ident v1.0.24
1352026-04-08T11:45:41.108Z Downloaded clap_derive v4.6.0
1362026-04-08T11:45:41.111Z Downloaded serde_spanned v1.1.0
1372026-04-08T11:45:41.111Z Downloaded colorchoice v1.0.5
1382026-04-08T11:45:41.111Z Downloaded itoa v1.0.18
1392026-04-08T11:45:41.118Z Downloaded utf8parse v0.2.2
1402026-04-08T11:45:41.125Z Downloaded clap_lex v1.1.0
1412026-04-08T11:45:41.128Z Downloaded terminal_size v0.4.4
1422026-04-08T11:45:41.128Z Downloaded equivalent v1.0.2
1432026-04-08T11:45:41.131Z Downloaded errno v0.3.14
1442026-04-08T11:45:41.135Z Downloaded strsim v0.11.1
1452026-04-08T11:45:41.139Z Downloaded anstyle-query v1.1.5
1462026-04-08T11:45:41.142Z Downloaded anstyle-parse v1.0.0
1472026-04-08T11:45:41.145Z Downloaded heck v0.5.0
1482026-04-08T11:45:41.149Z Downloaded thiserror-impl v2.0.18
1492026-04-08T11:45:41.152Z Downloaded cargo-platform v0.3.2
1502026-04-08T11:45:41.155Z Downloaded zmij v1.0.21
1512026-04-08T11:45:41.155Z Downloaded toml_writer v1.1.0+spec-1.1.0
1522026-04-08T11:45:41.158Z Downloaded toml_datetime v1.1.0+spec-1.1.0
1532026-04-08T11:45:41.158Z Downloaded anstyle v1.0.14
1542026-04-08T11:45:41.161Z Downloaded cargo_metadata v0.23.1
1552026-04-08T11:45:41.165Z Downloaded semver v1.0.27
1562026-04-08T11:45:41.165Z Downloaded anstream v1.0.0
1572026-04-08T11:45:41.165Z Downloaded thiserror v2.0.18
1582026-04-08T11:45:41.170Z Downloaded toml_parser v1.1.0+spec-1.1.0
1592026-04-08T11:45:41.176Z Downloaded camino v1.2.2
1602026-04-08T11:45:41.186Z Downloaded quote v1.0.45
1612026-04-08T11:45:41.191Z Downloaded clap v4.6.0
1622026-04-08T11:45:41.195Z Downloaded proc-macro2 v1.0.106
1632026-04-08T11:45:41.198Z Downloaded anyhow v1.0.102
1642026-04-08T11:45:41.203Z Downloaded serde_core v1.0.228
1652026-04-08T11:45:41.203Z Downloaded bitflags v2.11.0
1662026-04-08T11:45:41.206Z Downloaded serde_derive v1.0.228
1672026-04-08T11:45:41.209Z Downloaded toml v1.1.0+spec-1.1.0
1682026-04-08T11:45:41.225Z Downloaded serde v1.0.228
1692026-04-08T11:45:41.229Z Downloaded memchr v2.8.0
1702026-04-08T11:45:41.232Z Downloaded indexmap v2.13.0
1712026-04-08T11:45:41.245Z Downloaded hashbrown v0.16.1
1722026-04-08T11:45:41.256Z Downloaded serde_json v1.0.149
1732026-04-08T11:45:41.259Z Downloaded winnow v1.0.0
1742026-04-08T11:45:41.264Z Downloaded clap_builder v4.6.0
1752026-04-08T11:45:41.286Z Downloaded syn v2.0.117
1762026-04-08T11:45:41.301Z Downloaded rustix v1.1.4
1772026-04-08T11:45:41.325Z Downloaded libc v0.2.183
1782026-04-08T11:45:41.373Z Compiling serde_core v1.0.228
1792026-04-08T11:45:41.373Z Compiling proc-macro2 v1.0.106
1802026-04-08T11:45:41.373Z Compiling quote v1.0.45
1812026-04-08T11:45:41.376Z Compiling unicode-ident v1.0.24
1822026-04-08T11:45:41.376Z Compiling libc v0.2.183
1832026-04-08T11:45:41.376Z Compiling rustix v1.1.4
1842026-04-08T11:45:41.376Z Compiling bitflags v2.11.0
1852026-04-08T11:45:41.429Z Compiling zmij v1.0.21
1862026-04-08T11:45:41.573Z Compiling utf8parse v0.2.2
1872026-04-08T11:45:41.672Z Compiling anstyle-parse v1.0.0
1882026-04-08T11:45:41.817Z Compiling serde_json v1.0.149
1892026-04-08T11:45:41.823Z Compiling anstyle-query v1.1.5
1902026-04-08T11:45:41.880Z Compiling thiserror v2.0.18
1912026-04-08T11:45:41.892Z Compiling camino v1.2.2
1922026-04-08T11:45:41.919Z Compiling colorchoice v1.0.5
1932026-04-08T11:45:41.971Z Compiling serde v1.0.228
1942026-04-08T11:45:42.027Z Compiling is_terminal_polyfill v1.70.2
1952026-04-08T11:45:42.039Z Compiling anstyle v1.0.14
1962026-04-08T11:45:42.118Z Compiling errno v0.3.14
1972026-04-08T11:45:42.202Z Compiling anstream v1.0.0
1982026-04-08T11:45:42.310Z Compiling anyhow v1.0.102
1992026-04-08T11:45:42.316Z Compiling winnow v1.0.0
2002026-04-08T11:45:42.398Z Compiling itoa v1.0.18
2012026-04-08T11:45:42.647Z Compiling strsim v0.11.1
2022026-04-08T11:45:42.654Z Compiling heck v0.5.0
2032026-04-08T11:45:42.671Z Compiling memchr v2.8.0
2042026-04-08T11:45:42.723Z Compiling terminal_size v0.4.4
2052026-04-08T11:45:42.723Z Compiling clap_lex v1.1.0
2062026-04-08T11:45:42.841Z Compiling syn v2.0.117
2072026-04-08T11:45:42.872Z Compiling clap_builder v4.6.0
2082026-04-08T11:45:43.046Z Compiling toml_parser v1.1.0+spec-1.1.0
2092026-04-08T11:45:43.127Z Compiling toml_writer v1.1.0+spec-1.1.0
2102026-04-08T11:45:43.629Z Compiling cargo-platform v0.3.2
2112026-04-08T11:45:43.805Z Compiling serde_spanned v1.1.0
2122026-04-08T11:45:44.202Z Compiling semver v1.0.27
2132026-04-08T11:45:44.218Z Compiling toml_datetime v1.1.0+spec-1.1.0
2142026-04-08T11:45:44.400Z Compiling toml v1.1.0+spec-1.1.0
2152026-04-08T11:45:45.394Z Compiling thiserror-impl v2.0.18
2162026-04-08T11:45:45.410Z Compiling serde_derive v1.0.228
2172026-04-08T11:45:45.502Z Compiling clap_derive v4.6.0
2182026-04-08T11:45:47.210Z Compiling clap v4.6.0
2192026-04-08T11:45:48.511Z Compiling cargo_metadata v0.23.1
2202026-04-08T11:45:50.930Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2212026-04-08T11:45:52.477Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.02s
2222026-04-08T11:45:52.568Z Running `target/debug/xtask build --profile all`
2232026-04-08T11:45:53.920ZBuilding opteadm (release).
2242026-04-08T11:45:54.014Z Compiling proc-macro2 v1.0.106
2252026-04-08T11:45:54.014Z Compiling quote v1.0.45
2262026-04-08T11:45:54.014Z Compiling unicode-ident v1.0.24
2272026-04-08T11:45:54.014Z Compiling serde_core v1.0.228
2282026-04-08T11:45:54.014Z Compiling libc v0.2.183
2292026-04-08T11:45:54.018Z Compiling cfg-if v1.0.4
2302026-04-08T11:45:54.018Z Compiling strsim v0.11.1
2312026-04-08T11:45:54.018Z Compiling fnv v1.0.7
2322026-04-08T11:45:54.083Z Compiling thiserror v2.0.18
2332026-04-08T11:45:54.111Z Compiling memchr v2.8.0
2342026-04-08T11:45:54.128Z Compiling ident_case v1.0.1
2352026-04-08T11:45:54.397Z Compiling regex-syntax v0.8.10
2362026-04-08T11:45:54.407Z Compiling equivalent v1.0.2
2372026-04-08T11:45:54.407Z Compiling zerocopy v0.8.47
2382026-04-08T11:45:54.408Z Compiling serde v1.0.228
2392026-04-08T11:45:54.589Z Compiling aho-corasick v1.1.4
2402026-04-08T11:45:54.646Z Compiling anyhow v1.0.102
2412026-04-08T11:45:54.663Z Compiling winnow v1.0.0
2422026-04-08T11:45:54.677Z Compiling hashbrown v0.16.1
2432026-04-08T11:45:54.739Z Compiling either v1.15.0
2442026-04-08T11:45:54.926Z Compiling itertools v0.14.0
2452026-04-08T11:45:55.139Z Compiling syn v2.0.117
2462026-04-08T11:45:55.175Z Compiling indexmap v2.13.0
2472026-04-08T11:45:55.227Z Compiling byteorder v1.5.0
2482026-04-08T11:45:55.398Z Compiling heapless v0.8.0
2492026-04-08T11:45:55.659Z Compiling toml_parser v1.1.0+spec-1.1.0
2502026-04-08T11:45:55.744Z Compiling regex-automata v0.4.14
2512026-04-08T11:45:55.843Z Compiling toml_datetime v1.1.0+spec-1.1.0
2522026-04-08T11:45:56.061Z Compiling bitflags v2.11.0
2532026-04-08T11:45:56.159Z Compiling toml_edit v0.25.8+spec-1.1.0
2542026-04-08T11:45:56.172Z Compiling hash32 v0.3.1
2552026-04-08T11:45:56.219Z Compiling rustversion v1.0.22
2562026-04-08T11:45:56.226Z Compiling stable_deref_trait v1.2.1
2572026-04-08T11:45:56.289Z Compiling smoltcp v0.11.0
2582026-04-08T11:45:56.296Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2592026-04-08T11:45:56.354Z Compiling syn v1.0.109
2602026-04-08T11:45:56.405Z Compiling macaddr v1.0.1
2612026-04-08T11:45:56.581Z Compiling bitflags v1.3.2
2622026-04-08T11:45:56.601Z Compiling version_check v0.9.5
2632026-04-08T11:45:56.610Z Compiling managed v0.8.0
2642026-04-08T11:45:56.639Z Compiling ref-cast v1.0.25
2652026-04-08T11:45:56.679Z Compiling proc-macro-crate v3.5.0
2662026-04-08T11:45:56.838Z Compiling getrandom v0.4.2
2672026-04-08T11:45:56.855Z Compiling rand_core v0.10.0
2682026-04-08T11:45:56.955Z Compiling rustix v1.1.4
2692026-04-08T11:45:56.982Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2702026-04-08T11:45:57.080Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2712026-04-08T11:45:57.189Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2722026-04-08T11:45:57.304Z Compiling errno v0.3.14
2732026-04-08T11:45:57.445Z Compiling regex v1.12.3
2742026-04-08T11:45:57.465Z Compiling once_cell v1.21.4
2752026-04-08T11:45:57.584Z Compiling foreign-types-shared v0.3.1
2762026-04-08T11:45:57.627Z Compiling cpufeatures v0.3.0
2772026-04-08T11:45:57.689Z Compiling unicode-width v0.2.2
2782026-04-08T11:45:57.693Z Compiling ipnetwork v0.21.1
2792026-04-08T11:45:57.834Z Compiling darling_core v0.21.3
2802026-04-08T11:45:57.965Z Compiling utf8parse v0.2.2
2812026-04-08T11:45:58.043Z Compiling cstr-argument v0.1.2
2822026-04-08T11:45:58.058Z Compiling anstyle-parse v1.0.0
2832026-04-08T11:45:58.189Z Compiling tabwriter v1.4.1
2842026-04-08T11:45:58.244Z Compiling chacha20 v0.10.0
2852026-04-08T11:45:58.333Z Compiling tracing-core v0.1.36
2862026-04-08T11:45:58.891Z Compiling dyn-clone v1.0.20
2872026-04-08T11:45:58.916Z Compiling anstyle-query v1.1.5
2882026-04-08T11:45:58.995Z Compiling thiserror-impl v2.0.18
2892026-04-08T11:45:59.007Z Compiling serde_derive v1.0.228
2902026-04-08T11:45:59.016Z Compiling zerocopy-derive v0.8.47
2912026-04-08T11:45:59.151Z Compiling num_enum_derive v0.7.6
2922026-04-08T11:45:59.156Z Compiling foreign-types-macros v0.2.3
2932026-04-08T11:45:59.707Z Compiling ref-cast-impl v1.0.25
2942026-04-08T11:45:59.746Z Compiling foreign-types v0.5.0
2952026-04-08T11:45:59.812Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2962026-04-08T11:45:59.902Z Compiling darling_macro v0.21.3
2972026-04-08T11:46:00.110Z Compiling num_enum v0.7.6
2982026-04-08T11:46:00.215Z Compiling tracing-attributes v0.1.31
2992026-04-08T11:46:00.270Z Compiling cobs v0.3.0
3002026-04-08T11:46:00.274Z Compiling pretty-hex v0.4.2
3012026-04-08T11:46:00.358Z Compiling pin-project-lite v0.2.17
3022026-04-08T11:46:00.389Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3032026-04-08T11:46:00.393Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3042026-04-08T11:46:00.429Z Compiling darling v0.21.3
3052026-04-08T11:46:00.435Z Compiling colorchoice v1.0.5
3062026-04-08T11:46:00.467Z Compiling anstyle v1.0.14
3072026-04-08T11:46:00.492Z Compiling ingot-macros v0.1.1
3082026-04-08T11:46:00.529Z Compiling is_terminal_polyfill v1.70.2
3092026-04-08T11:46:00.609Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3102026-04-08T11:46:00.627Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3112026-04-08T11:46:00.765Z Compiling anstream v1.0.0
3122026-04-08T11:46:00.986Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3132026-04-08T11:46:01.007Z Compiling terminal_size v0.4.4
3142026-04-08T11:46:01.137Z Compiling rand v0.10.0
3152026-04-08T11:46:01.175Z Compiling uuid v1.22.0
3162026-04-08T11:46:01.254Z Compiling socket2 v0.6.3
3172026-04-08T11:46:01.462Z Compiling tracing v0.1.44
3182026-04-08T11:46:01.573Z Compiling colored v3.1.1
3192026-04-08T11:46:01.810Z Compiling oxnet v0.1.4
3202026-04-08T11:46:01.938Z Compiling heck v0.5.0
3212026-04-08T11:46:02.008Z Compiling clap_lex v1.1.0
3222026-04-08T11:46:02.084Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-04-08T11:46:02.123Z Compiling clap_derive v4.6.0
3242026-04-08T11:46:02.193Z Compiling clap_builder v4.6.0
3252026-04-08T11:46:02.322Z Compiling postcard v1.1.3
3262026-04-08T11:46:03.367Z Compiling ingot-types v0.1.2
3272026-04-08T11:46:03.678Z Compiling ingot v0.1.1
3282026-04-08T11:46:03.967Z Compiling clap v4.6.0
3292026-04-08T11:46:05.332Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3302026-04-08T11:46:06.335Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3312026-04-08T11:46:07.272Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3322026-04-08T11:46:13.743Z Finished `release` profile [optimized + debuginfo] target(s) in 19.81s
3332026-04-08T11:46:13.771ZBuilding xde (release-lto).
3342026-04-08T11:46:14.015Z Updating crates.io index
3352026-04-08T11:46:14.104Z Downloading crates ...
3362026-04-08T11:46:14.144Z Downloaded getopts v0.2.24
3372026-04-08T11:46:14.149Z Downloaded adler2 v2.0.1
3382026-04-08T11:46:14.152Z Downloaded rustc-demangle v0.1.27
3392026-04-08T11:46:14.156Z Downloaded addr2line v0.25.1
3402026-04-08T11:46:14.160Z Downloaded rustc-literal-escaper v0.0.7
3412026-04-08T11:46:14.163Z Downloaded foldhash v0.2.0
3422026-04-08T11:46:14.177Z Downloaded memchr v2.7.6
3432026-04-08T11:46:14.181Z Downloaded miniz_oxide v0.8.9
3442026-04-08T11:46:14.200Z Downloaded gimli v0.32.3
3452026-04-08T11:46:14.204Z Downloaded object v0.37.3
3462026-04-08T11:46:14.251Z 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)
3472026-04-08T11:46:14.251Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3482026-04-08T11:46:14.252Z Compiling proc-macro2 v1.0.106
3492026-04-08T11:46:14.256Z Compiling quote v1.0.45
3502026-04-08T11:46:14.256Z Compiling unicode-ident v1.0.24
3512026-04-08T11:46:14.256Z Compiling strsim v0.11.1
3522026-04-08T11:46:14.256Z Compiling ident_case v1.0.1
3532026-04-08T11:46:14.257Z Compiling serde_core v1.0.228
3542026-04-08T11:46:14.414Z Compiling fnv v1.0.7
3552026-04-08T11:46:14.419Z Compiling memchr v2.8.0
3562026-04-08T11:46:14.503Z Compiling regex-syntax v0.8.10
3572026-04-08T11:46:14.666Z Compiling zerocopy v0.8.47
3582026-04-08T11:46:14.666Z Compiling serde v1.0.228
3592026-04-08T11:46:14.674Z Compiling thiserror v2.0.18
3602026-04-08T11:46:14.786Z Compiling either v1.15.0
3612026-04-08T11:46:14.980Z Compiling aho-corasick v1.1.4
3622026-04-08T11:46:15.048Z Compiling itertools v0.14.0
3632026-04-08T11:46:15.063Z Compiling heapless v0.8.0
3642026-04-08T11:46:15.252Z Compiling smoltcp v0.11.0
3652026-04-08T11:46:15.410Z Compiling syn v2.0.117
3662026-04-08T11:46:15.473Z Compiling crc32fast v1.5.0
3672026-04-08T11:46:15.538Z Compiling ref-cast v1.0.25
3682026-04-08T11:46:15.699Z Compiling version_check v0.9.5
3692026-04-08T11:46:15.947Z Compiling regex-automata v0.4.14
3702026-04-08T11:46:15.999Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3712026-04-08T11:46:17.467Z Compiling regex v1.12.3
3722026-04-08T11:46:17.656Z Compiling darling_core v0.21.3
3732026-04-08T11:46:17.707Z Compiling darling_core v0.23.0
3742026-04-08T11:46:18.554Z Compiling zerocopy-derive v0.8.47
3752026-04-08T11:46:18.555Z Compiling thiserror-impl v2.0.18
3762026-04-08T11:46:18.555Z Compiling serde_derive v1.0.228
3772026-04-08T11:46:18.558Z Compiling ref-cast-impl v1.0.25
3782026-04-08T11:46:18.559Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3792026-04-08T11:46:20.009Z Compiling darling_macro v0.21.3
3802026-04-08T11:46:20.229Z Compiling darling_macro v0.23.0
3812026-04-08T11:46:20.938Z Compiling darling v0.21.3
3822026-04-08T11:46:21.003Z Compiling ingot-macros v0.1.1
3832026-04-08T11:46:21.163Z Compiling darling v0.23.0
3842026-04-08T11:46:21.226Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3852026-04-08T11:46:26.176Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3862026-04-08T11:46:28.256Z Compiling byteorder v1.5.0
3872026-04-08T11:46:28.260Z Compiling macaddr v1.0.1
3882026-04-08T11:46:28.260Z Compiling cfg-if v1.0.4
3892026-04-08T11:46:28.260Z Compiling stable_deref_trait v1.2.1
3902026-04-08T11:46:28.327Z Compiling bitflags v1.3.2
3912026-04-08T11:46:28.333Z Compiling cobs v0.3.0
3922026-04-08T11:46:28.360Z Compiling managed v0.8.0
3932026-04-08T11:46:28.440Z Compiling hash32 v0.3.1
3942026-04-08T11:46:28.564Z Compiling dyn-clone v1.0.20
3952026-04-08T11:46:28.625Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3962026-04-08T11:46:29.843Z Compiling bitflags v2.11.0
3972026-04-08T11:46:29.843Z Compiling uuid v1.22.0
3982026-04-08T11:46:29.981Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3992026-04-08T11:46:30.265Z Compiling postcard v1.1.3
4002026-04-08T11:46:31.109Z Compiling ingot-types v0.1.2
4012026-04-08T11:46:31.422Z Compiling ingot v0.1.1
4022026-04-08T11:46:32.905Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4032026-04-08T11:46:36.619Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4042026-04-08T11:46:45.288Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4052026-04-08T11:47:12.556Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 58.74s
4062026-04-08T11:47:12.582ZLinking xde kmod...
4072026-04-08T11:47:13.120ZBuilding xde dev link helper (release).
4082026-04-08T11:47:13.277Z 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)
4092026-04-08T11:47:13.277Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4102026-04-08T11:47:13.277Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4112026-04-08T11:47:24.327Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4122026-04-08T11:47:26.713Z Finished `release` profile [optimized + debuginfo] target(s) in 13.56s
4132026-04-08T11:47:26.731ZBuilding opteadm (dev).
4142026-04-08T11:47:26.887Z Compiling serde_core v1.0.228
4152026-04-08T11:47:26.887Z Compiling libc v0.2.183
4162026-04-08T11:47:26.887Z Compiling cfg-if v1.0.4
4172026-04-08T11:47:26.887Z Compiling ident_case v1.0.1
4182026-04-08T11:47:26.890Z Compiling fnv v1.0.7
4192026-04-08T11:47:26.912Z Compiling strsim v0.11.1
4202026-04-08T11:47:26.916Z Compiling memchr v2.8.0
4212026-04-08T11:47:26.919Z Compiling syn v2.0.117
4222026-04-08T11:47:26.959Z Compiling regex-syntax v0.8.10
4232026-04-08T11:47:26.980Z Compiling either v1.15.0
4242026-04-08T11:47:27.007Z Compiling serde v1.0.228
4252026-04-08T11:47:27.164Z Compiling hashbrown v0.16.1
4262026-04-08T11:47:27.176Z Compiling winnow v1.0.0
4272026-04-08T11:47:27.304Z Compiling aho-corasick v1.1.4
4282026-04-08T11:47:27.456Z Compiling equivalent v1.0.2
4292026-04-08T11:47:27.527Z Compiling zerocopy v0.8.47
4302026-04-08T11:47:27.625Z Compiling indexmap v2.13.0
4312026-04-08T11:47:27.710Z Compiling itertools v0.14.0
4322026-04-08T11:47:27.927Z Compiling byteorder v1.5.0
4332026-04-08T11:47:28.102Z Compiling toml_parser v1.1.0+spec-1.1.0
4342026-04-08T11:47:28.159Z Compiling toml_datetime v1.1.0+spec-1.1.0
4352026-04-08T11:47:28.207Z Compiling heapless v0.8.0
4362026-04-08T11:47:28.368Z Compiling regex-automata v0.4.14
4372026-04-08T11:47:28.633Z Compiling toml_edit v0.25.8+spec-1.1.0
4382026-04-08T11:47:28.641Z Compiling hash32 v0.3.1
4392026-04-08T11:47:28.679Z Compiling macaddr v1.0.1
4402026-04-08T11:47:28.787Z Compiling syn v1.0.109
4412026-04-08T11:47:28.912Z Compiling bitflags v2.11.0
4422026-04-08T11:47:28.923Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4432026-04-08T11:47:28.960Z Compiling smoltcp v0.11.0
4442026-04-08T11:47:29.035Z Compiling rustversion v1.0.22
4452026-04-08T11:47:29.101Z Compiling stable_deref_trait v1.2.1
4462026-04-08T11:47:29.169Z Compiling proc-macro-crate v3.5.0
4472026-04-08T11:47:29.323Z Compiling managed v0.8.0
4482026-04-08T11:47:29.348Z Compiling getrandom v0.4.2
4492026-04-08T11:47:29.402Z Compiling darling_core v0.21.3
4502026-04-08T11:47:29.532Z Compiling bitflags v1.3.2
4512026-04-08T11:47:29.537Z Compiling ref-cast v1.0.25
4522026-04-08T11:47:29.565Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4532026-04-08T11:47:29.577Z Compiling version_check v0.9.5
4542026-04-08T11:47:29.591Z Compiling rand_core v0.10.0
4552026-04-08T11:47:29.832Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4562026-04-08T11:47:29.861Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572026-04-08T11:47:30.050Z Compiling regex v1.12.3
4582026-04-08T11:47:30.284Z Compiling errno v0.3.14
4592026-04-08T11:47:30.433Z Compiling foreign-types-shared v0.3.1
4602026-04-08T11:47:30.454Z Compiling unicode-width v0.2.2
4612026-04-08T11:47:30.475Z Compiling ipnetwork v0.21.1
4622026-04-08T11:47:30.515Z Compiling cpufeatures v0.3.0
4632026-04-08T11:47:30.579Z Compiling once_cell v1.21.4
4642026-04-08T11:47:30.640Z Compiling thiserror-impl v2.0.18
4652026-04-08T11:47:30.798Z Compiling serde_derive v1.0.228
4662026-04-08T11:47:30.833Z Compiling zerocopy-derive v0.8.47
4672026-04-08T11:47:30.989Z Compiling foreign-types-macros v0.2.3
4682026-04-08T11:47:31.058Z Compiling num_enum_derive v0.7.6
4692026-04-08T11:47:31.572Z Compiling darling_macro v0.21.3
4702026-04-08T11:47:31.603Z Compiling ref-cast-impl v1.0.25
4712026-04-08T11:47:31.878Z Compiling thiserror v2.0.18
4722026-04-08T11:47:31.977Z Compiling cobs v0.3.0
4732026-04-08T11:47:32.101Z Compiling darling v0.21.3
4742026-04-08T11:47:32.172Z Compiling ingot-macros v0.1.1
4752026-04-08T11:47:32.264Z Compiling num_enum v0.7.6
4762026-04-08T11:47:32.269Z Compiling foreign-types v0.5.0
4772026-04-08T11:47:32.334Z Compiling tracing-core v0.1.36
4782026-04-08T11:47:32.370Z Compiling tabwriter v1.4.1
4792026-04-08T11:47:32.792Z Compiling cstr-argument v0.1.2
4802026-04-08T11:47:32.961Z Compiling tracing-attributes v0.1.31
4812026-04-08T11:47:33.161Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-04-08T11:47:33.234Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4832026-04-08T11:47:33.622Z Compiling chacha20 v0.10.0
4842026-04-08T11:47:33.693Z Compiling rustix v1.1.4
4852026-04-08T11:47:33.925Z Compiling postcard v1.1.3
4862026-04-08T11:47:34.082Z Compiling anyhow v1.0.102
4872026-04-08T11:47:34.150Z Compiling pin-project-lite v0.2.17
4882026-04-08T11:47:34.164Z Compiling pretty-hex v0.4.2
4892026-04-08T11:47:34.172Z Compiling dyn-clone v1.0.20
4902026-04-08T11:47:34.235Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4912026-04-08T11:47:34.266Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4922026-04-08T11:47:34.285Z Compiling tracing v0.1.44
4932026-04-08T11:47:34.326Z Compiling terminal_size v0.4.4
4942026-04-08T11:47:34.440Z Compiling rand v0.10.0
4952026-04-08T11:47:34.473Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4962026-04-08T11:47:34.477Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4972026-04-08T11:47:34.574Z Compiling uuid v1.22.0
4982026-04-08T11:47:34.587Z Compiling socket2 v0.6.3
4992026-04-08T11:47:34.639Z Compiling colored v3.1.1
5002026-04-08T11:47:34.808Z Compiling oxnet v0.1.4
5012026-04-08T11:47:34.958Z Compiling clap_builder v4.6.0
5022026-04-08T11:47:35.133Z Compiling ingot-types v0.1.2
5032026-04-08T11:47:35.206Z Compiling clap_derive v4.6.0
5042026-04-08T11:47:35.289Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5052026-04-08T11:47:35.480Z Compiling ingot v0.1.1
5062026-04-08T11:47:36.554Z Compiling clap v4.6.0
5072026-04-08T11:47:37.383Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5082026-04-08T11:47:39.489Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5092026-04-08T11:47:40.579Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5102026-04-08T11:47:44.741Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.00s
5112026-04-08T11:47:44.770ZBuilding xde (dev).
5122026-04-08T11:47:44.996Z 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)
5132026-04-08T11:47:44.996Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5142026-04-08T11:47:44.996Z Compiling proc-macro2 v1.0.106
5152026-04-08T11:47:44.996Z Compiling unicode-ident v1.0.24
5162026-04-08T11:47:44.996Z Compiling quote v1.0.45
5172026-04-08T11:47:44.996Z Compiling ident_case v1.0.1
5182026-04-08T11:47:45.000Z Compiling strsim v0.11.1
5192026-04-08T11:47:45.000Z Compiling serde_core v1.0.228
5202026-04-08T11:47:45.113Z Compiling memchr v2.8.0
5212026-04-08T11:47:45.117Z Compiling fnv v1.0.7
5222026-04-08T11:47:45.194Z Compiling regex-syntax v0.8.10
5232026-04-08T11:47:45.366Z Compiling thiserror v2.0.18
5242026-04-08T11:47:45.386Z Compiling serde v1.0.228
5252026-04-08T11:47:45.389Z Compiling zerocopy v0.8.47
5262026-04-08T11:47:45.510Z Compiling aho-corasick v1.1.4
5272026-04-08T11:47:45.783Z Compiling either v1.15.0
5282026-04-08T11:47:45.814Z Compiling heapless v0.8.0
5292026-04-08T11:47:45.961Z Compiling itertools v0.14.0
5302026-04-08T11:47:46.008Z Compiling smoltcp v0.11.0
5312026-04-08T11:47:46.171Z Compiling syn v2.0.117
5322026-04-08T11:47:46.231Z Compiling crc32fast v1.5.0
5332026-04-08T11:47:46.311Z Compiling version_check v0.9.5
5342026-04-08T11:47:46.447Z Compiling ref-cast v1.0.25
5352026-04-08T11:47:46.669Z Compiling regex-automata v0.4.14
5362026-04-08T11:47:46.868Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5372026-04-08T11:47:48.222Z Compiling regex v1.12.3
5382026-04-08T11:47:48.417Z Compiling darling_core v0.21.3
5392026-04-08T11:47:48.417Z Compiling darling_core v0.23.0
5402026-04-08T11:47:49.383Z Compiling zerocopy-derive v0.8.47
5412026-04-08T11:47:49.383Z Compiling serde_derive v1.0.228
5422026-04-08T11:47:49.383Z Compiling thiserror-impl v2.0.18
5432026-04-08T11:47:49.383Z Compiling ref-cast-impl v1.0.25
5442026-04-08T11:47:49.386Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5452026-04-08T11:47:51.002Z Compiling darling_macro v0.21.3
5462026-04-08T11:47:51.102Z Compiling darling_macro v0.23.0
5472026-04-08T11:47:51.928Z Compiling darling v0.21.3
5482026-04-08T11:47:51.991Z Compiling ingot-macros v0.1.1
5492026-04-08T11:47:52.022Z Compiling darling v0.23.0
5502026-04-08T11:47:52.083Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5512026-04-08T11:47:56.531Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5522026-04-08T11:47:58.249Z Compiling byteorder v1.5.0
5532026-04-08T11:47:58.250Z Compiling cfg-if v1.0.4
5542026-04-08T11:47:58.253Z Compiling stable_deref_trait v1.2.1
5552026-04-08T11:47:58.253Z Compiling macaddr v1.0.1
5562026-04-08T11:47:58.315Z Compiling managed v0.8.0
5572026-04-08T11:47:58.319Z Compiling cobs v0.3.0
5582026-04-08T11:47:58.355Z Compiling bitflags v1.3.2
5592026-04-08T11:47:58.424Z Compiling hash32 v0.3.1
5602026-04-08T11:47:58.602Z Compiling dyn-clone v1.0.20
5612026-04-08T11:47:58.680Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5622026-04-08T11:47:59.767Z Compiling bitflags v2.11.0
5632026-04-08T11:47:59.767Z Compiling uuid v1.22.0
5642026-04-08T11:47:59.897Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5652026-04-08T11:48:00.179Z Compiling postcard v1.1.3
5662026-04-08T11:48:00.965Z Compiling ingot-types v0.1.2
5672026-04-08T11:48:01.248Z Compiling ingot v0.1.1
5682026-04-08T11:48:02.627Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-04-08T11:48:06.881Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-04-08T11:48:17.050Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5712026-04-08T11:48:24.941Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.13s
5722026-04-08T11:48:24.966ZLinking xde kmod...
5732026-04-08T11:48:26.103ZBuilding xde dev link helper (dev).
5742026-04-08T11:48:26.265Z 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)
5752026-04-08T11:48:26.265Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5762026-04-08T11:48:26.265Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5772026-04-08T11:48:36.628Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5782026-04-08T11:48:38.780Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.64s
5792026-04-08T11:48:38.800Z
5802026-04-08T11:48:38.803Zreal 3:01.322413362
5812026-04-08T11:48:38.803Zuser 8:51.690760680
5822026-04-08T11:48:38.803Zsys 56.903796123
5832026-04-08T11:48:38.803Ztrap 0.232647832
5842026-04-08T11:48:38.803Ztflt 0.909014608
5852026-04-08T11:48:38.803Zdflt 1.519410045
5862026-04-08T11:48:38.803Zkflt 0.006766823
5872026-04-08T11:48:38.803Zlock 30:09.632612929
5882026-04-08T11:48:38.803Zslp 20:34.055052142
5892026-04-08T11:48:38.803Zlat 22.946475307
5902026-04-08T11:48:38.803Zstop 31.725089739
5912026-04-08T11:48:38.803Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5922026-04-08T11:48:38.803Z+ grep GOTPCREL
5932026-04-08T11:48:39.685Z+ header 'package opte'
5942026-04-08T11:48:39.685Z+ echo '# ==== package opte ==== #'
5952026-04-08T11:48:39.688Z+ cargo xtask package --skip-build --profile all
5962026-04-08T11:48:39.688Z# ==== package opte ==== #
5972026-04-08T11:48:39.825Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5982026-04-08T11:48:39.829Z Running `target/debug/xtask package --skip-build --profile all`
5992026-04-08T11:48:40.034Z+ ./clean.sh
6002026-04-08T11:48:40.041Z+ mkdir -p proto/kernel/drv/amd64
6012026-04-08T11:48:40.044Z+ mkdir -p proto/opt/oxide/opte/bin
6022026-04-08T11:48:40.044Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6032026-04-08T11:48:40.047Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6042026-04-08T11:48:40.062Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6052026-04-08T11:48:40.098Z+ cp ../xde/xde.conf proto/kernel/drv/
6062026-04-08T11:48:40.101Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6072026-04-08T11:48:40.102Z+ '[' -z ']'
6082026-04-08T11:48:40.102Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6092026-04-08T11:48:40.129Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6102026-04-08T11:48:40.201Z+ INC_DEBUG=
6112026-04-08T11:48:40.204Z++ ./print-api-version.sh
6122026-04-08T11:48:40.207Z+ API_VSN=39
6132026-04-08T11:48:40.210Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/470/g -e s/%API_VSN%/39/g opte.template.p5m
6142026-04-08T11:48:40.210Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6152026-04-08T11:48:41.125Z+ pkgdepend generate -d proto opte.base.p5m
6162026-04-08T11:48:41.821Z+ mkdir -p packages
6172026-04-08T11:48:41.824Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6182026-04-08T11:48:52.905Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6192026-04-08T11:48:52.909Z+ pkgrepo create packages/repo
6202026-04-08T11:48:53.467Z+ pkgrepo add-publisher -s packages/repo helios-dev
6212026-04-08T11:48:54.001Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6222026-04-08T11:49:22.316Zpkg://helios-dev/driver/network/opte@0.39.470,5.11:20260408T114853Z
6232026-04-08T11:49:22.317ZPUBLISHED
6242026-04-08T11:49:22.351Z+ pkgrecv -a -d packages/repo/opte-0.39.470.p5p -s packages/repo -v -m latest '*'
6252026-04-08T11:49:22.838ZRetrieving packages for publisher helios-dev ...
6262026-04-08T11:49:22.842ZRetrieving catalog 'helios-dev' ... Done
6272026-04-08T11:49:22.845ZRetrieving and evaluating 1 package(s)...
6282026-04-08T11:49:22.845ZFetching manifests: 1/1 100% complete
6292026-04-08T11:49:22.845ZFetching manifests: 1/1 100% complete
6302026-04-08T11:49:22.845Z
6312026-04-08T11:49:22.845ZArchiving packages ...
6322026-04-08T11:49:22.845Z Packages to add: 1
6332026-04-08T11:49:22.845Z Files to retrieve: 6
6342026-04-08T11:49:22.845ZEstimated transfer size: 35.53 MB
6352026-04-08T11:49:22.845Z
6362026-04-08T11:49:22.845ZPackages to archive:
6372026-04-08T11:49:22.845Zdriver/network/opte@0.39.470,5.11:20260408T114853Z
6382026-04-08T11:49:22.845Z
6392026-04-08T11:49:22.845ZDownload: 0/6 items 0.0/35.5MB 0% complete
6402026-04-08T11:49:22.907ZDownload: Completed 35.53 MB in 0.06 seconds (546M/s)
6412026-04-08T11:49:22.910ZArchiving: 1/20 items 0.0/35.6MB 0% complete
6422026-04-08T11:49:22.919ZArchiving: Completed 35.57 MB in 0.01 seconds
6432026-04-08T11:49:22.956ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.39.470.p5p.
6442026-04-08T11:49:22.959Z+ banner copy
6452026-04-08T11:49:22.962Z
6462026-04-08T11:49:22.962Z #### #### ##### # #
6472026-04-08T11:49:22.962Z # # # # # # # #
6482026-04-08T11:49:22.962Z # # # # # #
6492026-04-08T11:49:22.962Z # # # ##### #
6502026-04-08T11:49:22.963Z # # # # # #
6512026-04-08T11:49:22.963Z #### #### # #
6522026-04-08T11:49:22.963Z
6532026-04-08T11:49:22.963Z+ pfexec mkdir -p /out
6542026-04-08T11:49:22.966Z+ pfexec chown 12345 /out
6552026-04-08T11:49:22.969Z+ PKG_NAME=/out/opte.p5p
6562026-04-08T11:49:22.969Z+ mv pkg/packages/repo/opte-0.39.470.p5p /out/opte.p5p
6572026-04-08T11:49:22.993Z+ sha256sum /out/opte.p5p
6582026-04-08T11:49:23.017Zprocess exited: duration 239192 ms, exit code 0
 
6592026-04-08T11:49:23.029Zfound 2 output files
6602026-04-08T11:49:23.029Zuploading: /out/opte.p5p (37304320 bytes)
6612026-04-08T11:49:24.224Zuploaded: /out/opte.p5p
6622026-04-08T11:49:24.224Zuploading: /out/opte.p5p.sha256 (80 bytes)
6632026-04-08T11:49:25.234Zuploaded: /out/opte.p5p.sha256