01KNRWYT0QGXT1H1PN4XVQFXQV: 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: 01KNRWZ43A4SVWYQKA7F95P81W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-09T10:36:13.664Zjob assigned to worker 01KNRWZDQZD2Z7PV24F7VXKN3K [factory aws, i-08883dd7c5b6a1419] (queued for 52 s)
 
22026-04-09T10:36:20.948Zstarting task 0: "setup"
32026-04-09T10:36:20.952Z++ uname -s
42026-04-09T10:36:20.955Z+ kern=SunOS
52026-04-09T10:36:20.955Z+ build_user=build
62026-04-09T10:36:20.955Z+ build_uid=12345
72026-04-09T10:36:20.955Z+ work_dir=/work
82026-04-09T10:36:20.955Z+ input_dir=/input
92026-04-09T10:36:20.955Z+ [[ 0 == 12345 ]]
102026-04-09T10:36:20.955Z+ case "$kern" in
112026-04-09T10:36:20.955Z+ groupadd -g 12345 build
122026-04-09T10:36:20.958Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-09T10:36:22.962Z+ zfs create -o mountpoint=/work rpool/work
142026-04-09T10:36:23.083Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-09T10:36:23.086Z+ home_fs=zfs
162026-04-09T10:36:23.086Z+ [[ zfs == autofs ]]
172026-04-09T10:36:23.086Z+ mkdir -p /home/build
182026-04-09T10:36:23.086Z+ chown build:build /home/build /work
192026-04-09T10:36:25.087Z+ chmod 0700 /home/build /work
202026-04-09T10:36:25.091Zprocess exited: duration 4144 ms, exit code 0
 
212026-04-09T10:36:25.096Zstarting task 1: "rust-toolchain"
222026-04-09T10:36:25.101Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-09T10:36:25.101Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-09T10:36:25.101Z * rust toolchain channel = "1.90.0"
252026-04-09T10:36:25.101Z * rust toolchain profile = "default"
262026-04-09T10:36:25.101Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-09T10:36:25.101Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-09T10:36:25.104Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-09T10:36:25.104Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-09T10:36:25.221Zinfo: downloading installer
312026-04-09T10:36:26.556Zwarn: It looks like you have an existing installation of Rust at:
322026-04-09T10:36:26.556Zwarn: /opt/ooce/bin
332026-04-09T10:36:26.556Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-09T10:36:26.556Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-09T10:36:26.556Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-09T10:36:26.556Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-09T10:36:26.556Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-09T10:36:26.556Zerror: cannot install while Rust is installed
392026-04-09T10:36:26.556Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-09T10:36:26.556Zwarn: It looks like you have an existing rustup settings file at:
412026-04-09T10:36:26.556Zwarn: /home/build/.rustup/settings.toml
422026-04-09T10:36:26.556Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-09T10:36:26.557Zwarn: instead of the one inferred from the default host triple.
442026-04-09T10:36:26.569Zinfo: profile set to default
452026-04-09T10:36:26.569Zinfo: default host triple is x86_64-unknown-illumos
462026-04-09T10:36:26.572Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-09T10:36:26.711Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-09T10:36:26.714Zinfo: downloading 6 components
492026-04-09T10:36:40.389Z
502026-04-09T10:36:40.389Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
512026-04-09T10:36:40.427Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-09T10:36:40.427Z
532026-04-09T10:36:40.427Z
542026-04-09T10:36:40.427ZRust is installed now. Great!
552026-04-09T10:36:40.427Z
562026-04-09T10:36:40.427ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-09T10:36:40.427Zenvironment variable. This has not been done automatically.
582026-04-09T10:36:40.427Z
592026-04-09T10:36:40.427ZTo configure your current shell, you need to source
602026-04-09T10:36:40.427Zthe corresponding env file under $HOME/.cargo.
612026-04-09T10:36:40.427Z
622026-04-09T10:36:40.427ZThis is usually done by running one of the following (note the leading DOT):
632026-04-09T10:36:40.427Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-09T10:36:40.427Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-09T10:36:40.427Zsource "~/.cargo/env.nu" # For nushell
662026-04-09T10:36:40.427Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-09T10:36:40.427Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-09T10:36:40.427Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-09T10:36:40.431Zwarn: no default linker (`cc`) was found in your PATH
702026-04-09T10:36:40.431Zwarn: many Rust crates require a system C toolchain to build
712026-04-09T10:36:40.515Z+ rustup --version
722026-04-09T10:36:40.524Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-09T10:36:40.527Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-09T10:36:40.547Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-09T10:36:40.550Z+ cargo --version
762026-04-09T10:36:40.562Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-09T10:36:40.565Z+ rustc --version
782026-04-09T10:36:40.585Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-09T10:36:40.588Zprocess exited: duration 15489 ms, exit code 0
 
802026-04-09T10:36:40.594Zstarting task 2: "authentication"
812026-04-09T10:36:40.609Zprocess exited: duration 15 ms, exit code 0
 
822026-04-09T10:36:40.615Zstarting task 3: "clone repository"
832026-04-09T10:36:40.618Z+ mkdir -p /work/oxidecomputer/opte
842026-04-09T10:36:40.621Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-09T10:36:40.649ZCloning into '/work/oxidecomputer/opte'...
862026-04-09T10:36:41.468Z+ cd /work/oxidecomputer/opte
872026-04-09T10:36:41.468Z+ git fetch origin ab9008db67870d407c9413ef129e4eb701cc81a6
882026-04-09T10:36:41.742ZFrom https://github.com/oxidecomputer/opte
892026-04-09T10:36:41.742Z * branch ab9008db67870d407c9413ef129e4eb701cc81a6 -> FETCH_HEAD
902026-04-09T10:36:41.748Z+ [[ -n zl/filter-mcast-srcs ]]
912026-04-09T10:36:41.751Z++ git branch --show-current
922026-04-09T10:36:41.751Z+ current=master
932026-04-09T10:36:41.751Z+ [[ master != zl/filter-mcast-srcs ]]
942026-04-09T10:36:41.751Z+ git branch -f zl/filter-mcast-srcs ab9008db67870d407c9413ef129e4eb701cc81a6
952026-04-09T10:36:41.754Z+ git checkout -f zl/filter-mcast-srcs
962026-04-09T10:36:41.772ZSwitched to branch 'zl/filter-mcast-srcs'
972026-04-09T10:36:41.775Z+ git reset --hard ab9008db67870d407c9413ef129e4eb701cc81a6
982026-04-09T10:36:41.788ZHEAD is now at ab9008d [review] api comment updates for ord impl
992026-04-09T10:36:41.790Zprocess exited: duration 1173 ms, exit code 0
 
1002026-04-09T10:36:41.796Zstarting task 4: "build"
1012026-04-09T10:36:41.800Z+ source .github/buildomat/common.sh
1022026-04-09T10:36:41.803Z++ rustup show active-toolchain
1032026-04-09T10:36:41.806Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-09T10:36:41.810Z++ pushd xde
1052026-04-09T10:36:41.810Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-09T10:36:41.810Z++ rustup show active-toolchain
1072026-04-09T10:36:41.813Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-04-09T10:36:41.958Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-04-09T10:36:41.961Zinfo: downloading 6 components
1102026-04-09T10:36:55.498Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-09T10:36:55.590Z+++ rustup show active-toolchain -v
1122026-04-09T10:36:55.592Z+++ head -n 1
1132026-04-09T10:36:55.593Z+++ cut '-d ' -f1
1142026-04-09T10:36:55.651Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-04-09T10:36:55.651Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-04-09T10:36:55.652Z++ popd
1172026-04-09T10:36:55.652Z/work/oxidecomputer/opte
1182026-04-09T10:36:55.654Z+ TGT_BASE=/work
1192026-04-09T10:36:55.654Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1202026-04-09T10:36:55.654Z+ REL_TGT=/work/release
1212026-04-09T10:36:55.654Z+ mkdir -p /work/release
1222026-04-09T10:36:55.654Z+ cargo --version
1232026-04-09T10:36:55.662Zcargo 1.90.0 (840b83a10 2025-07-30)
1242026-04-09T10:36:55.665Z+ rustc --version
1252026-04-09T10:36:55.686Zrustc 1.90.0 (1159e78c4 2025-09-14)
1262026-04-09T10:36:55.689Z+ header 'build xde and opteadm (release+debug)'
1272026-04-09T10:36:55.689Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1282026-04-09T10:36:55.689Z+ ptime -m cargo xtask build --profile all
1292026-04-09T10:36:55.690Z# ==== build xde and opteadm (release+debug) ==== #
1302026-04-09T10:36:55.793Z Updating crates.io index
1312026-04-09T10:36:55.796Z Updating git repository `https://github.com/oxidecomputer/falcon`
1322026-04-09T10:36:56.440Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1332026-04-09T10:36:56.978Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1342026-04-09T10:36:57.327Z Updating git repository `https://github.com/oxidecomputer/zone`
1352026-04-09T10:36:57.678Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1362026-04-09T10:36:57.923Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1372026-04-09T10:36:58.175Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1382026-04-09T10:36:59.874Z Downloading crates ...
1392026-04-09T10:36:59.918Z Downloaded anstream v0.6.21
1402026-04-09T10:36:59.922Z Downloaded anstyle v1.0.13
1412026-04-09T10:36:59.925Z Downloaded toml_writer v1.0.6+spec-1.1.0
1422026-04-09T10:36:59.925Z Downloaded is_terminal_polyfill v1.70.2
1432026-04-09T10:36:59.925Z Downloaded itoa v1.0.17
1442026-04-09T10:36:59.928Z Downloaded equivalent v1.0.2
1452026-04-09T10:36:59.928Z Downloaded terminal_size v0.4.3
1462026-04-09T10:36:59.928Z Downloaded strsim v0.11.1
1472026-04-09T10:36:59.931Z Downloaded heck v0.5.0
1482026-04-09T10:36:59.934Z Downloaded semver v1.0.27
1492026-04-09T10:36:59.936Z Downloaded thiserror-impl v2.0.18
1502026-04-09T10:36:59.936Z Downloaded anstyle-parse v0.2.7
1512026-04-09T10:36:59.939Z Downloaded unicode-ident v1.0.23
1522026-04-09T10:36:59.939Z Downloaded quote v1.0.44
1532026-04-09T10:36:59.943Z Downloaded anstyle-query v1.1.5
1542026-04-09T10:36:59.945Z Downloaded colorchoice v1.0.4
1552026-04-09T10:36:59.948Z Downloaded serde_spanned v1.0.4
1562026-04-09T10:36:59.951Z Downloaded errno v0.3.14
1572026-04-09T10:36:59.954Z Downloaded cargo_metadata v0.23.1
1582026-04-09T10:36:59.956Z Downloaded utf8parse v0.2.2
1592026-04-09T10:36:59.968Z Downloaded cargo-platform v0.3.2
1602026-04-09T10:36:59.972Z Downloaded zmij v1.0.20
1612026-04-09T10:36:59.974Z Downloaded thiserror v2.0.18
1622026-04-09T10:36:59.979Z Downloaded toml_datetime v1.0.0+spec-1.1.0
1632026-04-09T10:36:59.982Z Downloaded clap_lex v0.7.7
1642026-04-09T10:36:59.999Z Downloaded clap_derive v4.5.55
1652026-04-09T10:37:00.002Z Downloaded toml_parser v1.0.7+spec-1.1.0
1662026-04-09T10:37:00.005Z Downloaded camino v1.2.2
1672026-04-09T10:37:00.008Z Downloaded bitflags v2.10.0
1682026-04-09T10:37:00.010Z Downloaded toml v1.0.0+spec-1.1.0
1692026-04-09T10:37:00.015Z Downloaded anyhow v1.0.101
1702026-04-09T10:37:00.022Z Downloaded proc-macro2 v1.0.106
1712026-04-09T10:37:00.028Z Downloaded serde_core v1.0.228
1722026-04-09T10:37:00.031Z Downloaded serde_derive v1.0.228
1732026-04-09T10:37:00.034Z Downloaded clap v4.5.57
1742026-04-09T10:37:00.040Z Downloaded memchr v2.8.0
1752026-04-09T10:37:00.055Z Downloaded serde v1.0.228
1762026-04-09T10:37:00.058Z Downloaded indexmap v2.13.0
1772026-04-09T10:37:00.064Z Downloaded hashbrown v0.16.1
1782026-04-09T10:37:00.075Z Downloaded serde_json v1.0.149
1792026-04-09T10:37:00.079Z Downloaded clap_builder v4.5.57
1802026-04-09T10:37:00.083Z Downloaded winnow v0.7.14
1812026-04-09T10:37:00.110Z Downloaded syn v2.0.114
1822026-04-09T10:37:00.125Z Downloaded rustix v1.1.3
1832026-04-09T10:37:00.151Z Downloaded libc v0.2.180
1842026-04-09T10:37:00.198Z Compiling serde_core v1.0.228
1852026-04-09T10:37:00.198Z Compiling proc-macro2 v1.0.106
1862026-04-09T10:37:00.201Z Compiling quote v1.0.44
1872026-04-09T10:37:00.201Z Compiling unicode-ident v1.0.23
1882026-04-09T10:37:00.201Z Compiling libc v0.2.180
1892026-04-09T10:37:00.201Z Compiling rustix v1.1.3
1902026-04-09T10:37:00.201Z Compiling bitflags v2.10.0
1912026-04-09T10:37:00.201Z Compiling zmij v1.0.20
1922026-04-09T10:37:00.396Z Compiling utf8parse v0.2.2
1932026-04-09T10:37:00.495Z Compiling anstyle-parse v0.2.7
1942026-04-09T10:37:00.633Z Compiling camino v1.2.2
1952026-04-09T10:37:00.643Z Compiling anstyle-query v1.1.5
1962026-04-09T10:37:00.701Z Compiling serde_json v1.0.149
1972026-04-09T10:37:00.710Z Compiling serde v1.0.228
1982026-04-09T10:37:00.736Z Compiling thiserror v2.0.18
1992026-04-09T10:37:00.799Z Compiling anstyle v1.0.13
2002026-04-09T10:37:00.908Z Compiling colorchoice v1.0.4
2012026-04-09T10:37:00.936Z Compiling is_terminal_polyfill v1.70.2
2022026-04-09T10:37:01.010Z Compiling errno v0.3.14
2032026-04-09T10:37:01.018Z Compiling anstream v0.6.21
2042026-04-09T10:37:01.063Z Compiling strsim v0.11.1
2052026-04-09T10:37:01.070Z Compiling winnow v0.7.14
2062026-04-09T10:37:01.445Z Compiling syn v2.0.114
2072026-04-09T10:37:01.460Z Compiling clap_lex v0.7.7
2082026-04-09T10:37:01.504Z Compiling itoa v1.0.17
2092026-04-09T10:37:01.538Z Compiling heck v0.5.0
2102026-04-09T10:37:01.734Z Compiling terminal_size v0.4.3
2112026-04-09T10:37:01.763Z Compiling memchr v2.8.0
2122026-04-09T10:37:01.862Z Compiling anyhow v1.0.101
2132026-04-09T10:37:01.882Z Compiling clap_builder v4.5.57
2142026-04-09T10:37:02.008Z Compiling toml_writer v1.0.6+spec-1.1.0
2152026-04-09T10:37:02.372Z Compiling cargo-platform v0.3.2
2162026-04-09T10:37:02.457Z Compiling toml_datetime v1.0.0+spec-1.1.0
2172026-04-09T10:37:02.574Z Compiling serde_spanned v1.0.4
2182026-04-09T10:37:02.649Z Compiling semver v1.0.27
2192026-04-09T10:37:02.948Z Compiling toml_parser v1.0.7+spec-1.1.0
2202026-04-09T10:37:03.305Z Compiling toml v1.0.0+spec-1.1.0
2212026-04-09T10:37:03.872Z Compiling serde_derive v1.0.228
2222026-04-09T10:37:03.958Z Compiling thiserror-impl v2.0.18
2232026-04-09T10:37:03.972Z Compiling clap_derive v4.5.55
2242026-04-09T10:37:05.581Z Compiling clap v4.5.57
2252026-04-09T10:37:07.023Z Compiling cargo_metadata v0.23.1
2262026-04-09T10:37:09.506Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2272026-04-09T10:37:11.058Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.35s
2282026-04-09T10:37:11.136Z Running `target/debug/xtask build --profile all`
2292026-04-09T10:37:12.751ZBuilding opteadm (release).
2302026-04-09T10:37:12.837Z Compiling proc-macro2 v1.0.106
2312026-04-09T10:37:12.837Z Compiling unicode-ident v1.0.23
2322026-04-09T10:37:12.837Z Compiling quote v1.0.44
2332026-04-09T10:37:12.837Z Compiling serde_core v1.0.228
2342026-04-09T10:37:12.837Z Compiling libc v0.2.180
2352026-04-09T10:37:12.841Z Compiling zerocopy v0.8.39
2362026-04-09T10:37:12.841Z Compiling cfg-if v1.0.4
2372026-04-09T10:37:12.841Z Compiling fnv v1.0.7
2382026-04-09T10:37:12.908Z Compiling thiserror v2.0.18
2392026-04-09T10:37:12.930Z Compiling ident_case v1.0.1
2402026-04-09T10:37:12.952Z Compiling strsim v0.11.1
2412026-04-09T10:37:13.029Z Compiling memchr v2.8.0
2422026-04-09T10:37:13.173Z Compiling regex-syntax v0.8.9
2432026-04-09T10:37:13.222Z Compiling hashbrown v0.16.1
2442026-04-09T10:37:13.227Z Compiling winnow v0.7.14
2452026-04-09T10:37:13.392Z Compiling serde v1.0.228
2462026-04-09T10:37:13.573Z Compiling aho-corasick v1.1.4
2472026-04-09T10:37:13.588Z Compiling anyhow v1.0.101
2482026-04-09T10:37:13.672Z Compiling equivalent v1.0.2
2492026-04-09T10:37:13.729Z Compiling either v1.15.0
2502026-04-09T10:37:13.745Z Compiling indexmap v2.13.0
2512026-04-09T10:37:13.914Z Compiling itertools v0.14.0
2522026-04-09T10:37:14.017Z Compiling toml_datetime v0.7.5+spec-1.1.0
2532026-04-09T10:37:14.106Z Compiling syn v2.0.114
2542026-04-09T10:37:14.215Z Compiling heapless v0.8.0
2552026-04-09T10:37:14.316Z Compiling getrandom v0.3.4
2562026-04-09T10:37:14.490Z Compiling toml_parser v1.0.7+spec-1.1.0
2572026-04-09T10:37:14.585Z Compiling regex-automata v0.4.14
2582026-04-09T10:37:14.619Z Compiling byteorder v1.5.0
2592026-04-09T10:37:14.849Z Compiling hash32 v0.3.1
2602026-04-09T10:37:14.981Z Compiling bitflags v2.10.0
2612026-04-09T10:37:14.984Z Compiling toml_edit v0.23.10+spec-1.0.0
2622026-04-09T10:37:15.080Z Compiling smoltcp v0.11.0
2632026-04-09T10:37:15.155Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2642026-04-09T10:37:15.232Z Compiling syn v1.0.109
2652026-04-09T10:37:15.260Z Compiling rustversion v1.0.22
2662026-04-09T10:37:15.315Z Compiling stable_deref_trait v1.2.1
2672026-04-09T10:37:15.380Z Compiling macaddr v1.0.1
2682026-04-09T10:37:15.561Z Compiling proc-macro-crate v3.4.0
2692026-04-09T10:37:15.581Z Compiling version_check v0.9.5
2702026-04-09T10:37:15.583Z Compiling rustix v1.1.3
2712026-04-09T10:37:15.617Z Compiling bitflags v1.3.2
2722026-04-09T10:37:15.681Z Compiling ref-cast v1.0.25
2732026-04-09T10:37:15.836Z Compiling managed v0.8.0
2742026-04-09T10:37:15.846Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2752026-04-09T10:37:15.877Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2762026-04-09T10:37:16.075Z Compiling rand_core v0.9.5
2772026-04-09T10:37:16.090Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2782026-04-09T10:37:16.116Z Compiling errno v0.3.14
2792026-04-09T10:37:16.335Z Compiling regex v1.12.3
2802026-04-09T10:37:16.468Z Compiling utf8parse v0.2.2
2812026-04-09T10:37:16.536Z Compiling once_cell v1.21.3
2822026-04-09T10:37:16.566Z Compiling ipnetwork v0.21.1
2832026-04-09T10:37:16.731Z Compiling unicode-width v0.2.2
2842026-04-09T10:37:16.759Z Compiling foreign-types-shared v0.3.1
2852026-04-09T10:37:16.843Z Compiling darling_core v0.21.3
2862026-04-09T10:37:16.924Z Compiling tracing-core v0.1.36
2872026-04-09T10:37:17.005Z Compiling tabwriter v1.4.1
2882026-04-09T10:37:17.021Z Compiling cstr-argument v0.1.2
2892026-04-09T10:37:17.173Z Compiling anstyle-parse v0.2.7
2902026-04-09T10:37:17.652Z Compiling anstyle v1.0.13
2912026-04-09T10:37:17.652Z Compiling colorchoice v1.0.4
2922026-04-09T10:37:17.735Z Compiling anstyle-query v1.1.5
2932026-04-09T10:37:17.754Z Compiling pin-project-lite v0.2.16
2942026-04-09T10:37:17.828Z Compiling is_terminal_polyfill v1.70.2
2952026-04-09T10:37:17.842Z Compiling pretty-hex v0.4.1
2962026-04-09T10:37:17.879Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
2972026-04-09T10:37:17.909Z Compiling dyn-clone v1.0.20
2982026-04-09T10:37:17.969Z Compiling anstream v0.6.21
2992026-04-09T10:37:17.972Z Compiling terminal_size v0.4.3
3002026-04-09T10:37:18.037Z Compiling zerocopy-derive v0.8.39
3012026-04-09T10:37:18.046Z Compiling thiserror-impl v2.0.18
3022026-04-09T10:37:18.075Z Compiling serde_derive v1.0.228
3032026-04-09T10:37:18.092Z Compiling ref-cast-impl v1.0.25
3042026-04-09T10:37:18.366Z Compiling foreign-types-macros v0.2.3
3052026-04-09T10:37:18.661Z Compiling num_enum_derive v0.7.5
3062026-04-09T10:37:18.871Z Compiling tracing-attributes v0.1.31
3072026-04-09T10:37:18.940Z Compiling darling_macro v0.21.3
3082026-04-09T10:37:18.970Z Compiling foreign-types v0.5.0
3092026-04-09T10:37:19.037Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3102026-04-09T10:37:19.333Z Compiling cobs v0.3.0
3112026-04-09T10:37:19.393Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3122026-04-09T10:37:19.463Z Compiling darling v0.21.3
3132026-04-09T10:37:19.506Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3142026-04-09T10:37:19.530Z Compiling ingot-macros v0.1.1
3152026-04-09T10:37:19.605Z Compiling num_enum v0.7.5
3162026-04-09T10:37:19.721Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3172026-04-09T10:37:19.878Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3182026-04-09T10:37:19.910Z Compiling uuid v1.20.0
3192026-04-09T10:37:19.986Z Compiling socket2 v0.6.2
3202026-04-09T10:37:20.089Z Compiling tracing v0.1.44
3212026-04-09T10:37:20.130Z Compiling oxnet v0.1.4
3222026-04-09T10:37:20.391Z Compiling heck v0.5.0
3232026-04-09T10:37:20.417Z Compiling clap_lex v0.7.7
3242026-04-09T10:37:20.548Z Compiling colored v3.1.1
3252026-04-09T10:37:20.582Z Compiling clap_derive v4.5.55
3262026-04-09T10:37:20.730Z Compiling clap_builder v4.5.57
3272026-04-09T10:37:20.967Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3282026-04-09T10:37:21.232Z Compiling postcard v1.1.3
3292026-04-09T10:37:22.512Z Compiling ingot-types v0.1.2
3302026-04-09T10:37:22.512Z Compiling ppv-lite86 v0.2.21
3312026-04-09T10:37:22.581Z Compiling clap v4.5.57
3322026-04-09T10:37:22.770Z Compiling rand_chacha v0.9.0
3332026-04-09T10:37:22.838Z Compiling ingot v0.1.1
3342026-04-09T10:37:23.258Z Compiling rand v0.9.2
3352026-04-09T10:37:24.528Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3362026-04-09T10:37:25.596Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3372026-04-09T10:37:26.588Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3382026-04-09T10:37:33.088Z Finished `release` profile [optimized + debuginfo] target(s) in 20.33s
3392026-04-09T10:37:33.114ZBuilding xde (release-lto).
3402026-04-09T10:37:33.375Z Updating crates.io index
3412026-04-09T10:37:33.464Z Downloading crates ...
3422026-04-09T10:37:33.504Z Downloaded rustc-literal-escaper v0.0.5
3432026-04-09T10:37:33.512Z Downloaded adler2 v2.0.1
3442026-04-09T10:37:33.518Z Downloaded rustc-demangle v0.1.26
3452026-04-09T10:37:33.529Z Downloaded cfg-if v1.0.1
3462026-04-09T10:37:33.532Z Downloaded getopts v0.2.24
3472026-04-09T10:37:33.538Z Downloaded miniz_oxide v0.8.9
3482026-04-09T10:37:33.540Z Downloaded addr2line v0.25.0
3492026-04-09T10:37:33.543Z Downloaded hashbrown v0.15.5
3502026-04-09T10:37:33.552Z Downloaded memchr v2.7.5
3512026-04-09T10:37:33.584Z Downloaded gimli v0.32.0
3522026-04-09T10:37:33.593Z Downloaded object v0.37.3
3532026-04-09T10:37:33.619Z Downloaded libc v0.2.175
3542026-04-09T10:37:33.671Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
3552026-04-09T10:37:33.671Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3562026-04-09T10:37:33.674Z Compiling proc-macro2 v1.0.106
3572026-04-09T10:37:33.674Z Compiling quote v1.0.44
3582026-04-09T10:37:33.674Z Compiling unicode-ident v1.0.23
3592026-04-09T10:37:33.674Z Compiling serde_core v1.0.228
3602026-04-09T10:37:33.674Z Compiling ident_case v1.0.1
3612026-04-09T10:37:33.675Z Compiling strsim v0.11.1
3622026-04-09T10:37:33.834Z Compiling fnv v1.0.7
3632026-04-09T10:37:33.841Z Compiling memchr v2.8.0
3642026-04-09T10:37:33.925Z Compiling regex-syntax v0.8.9
3652026-04-09T10:37:34.078Z Compiling thiserror v2.0.18
3662026-04-09T10:37:34.085Z Compiling serde v1.0.228
3672026-04-09T10:37:34.087Z Compiling either v1.15.0
3682026-04-09T10:37:34.207Z Compiling zerocopy v0.8.39
3692026-04-09T10:37:34.271Z Compiling aho-corasick v1.1.4
3702026-04-09T10:37:34.471Z Compiling itertools v0.14.0
3712026-04-09T10:37:34.475Z Compiling heapless v0.8.0
3722026-04-09T10:37:34.722Z Compiling smoltcp v0.11.0
3732026-04-09T10:37:34.831Z Compiling syn v2.0.114
3742026-04-09T10:37:34.926Z Compiling crc32fast v1.5.0
3752026-04-09T10:37:35.026Z Compiling version_check v0.9.5
3762026-04-09T10:37:35.134Z Compiling ref-cast v1.0.25
3772026-04-09T10:37:35.380Z Compiling regex-automata v0.4.14
3782026-04-09T10:37:35.536Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3792026-04-09T10:37:36.902Z Compiling regex v1.12.3
3802026-04-09T10:37:37.096Z Compiling darling_core v0.21.3
3812026-04-09T10:37:37.946Z Compiling zerocopy-derive v0.8.39
3822026-04-09T10:37:37.946Z Compiling thiserror-impl v2.0.18
3832026-04-09T10:37:37.949Z Compiling serde_derive v1.0.228
3842026-04-09T10:37:37.949Z Compiling ref-cast-impl v1.0.25
3852026-04-09T10:37:37.949Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3862026-04-09T10:37:39.179Z Compiling darling_macro v0.21.3
3872026-04-09T10:37:40.033Z Compiling darling v0.21.3
3882026-04-09T10:37:40.093Z Compiling ingot-macros v0.1.1
3892026-04-09T10:37:40.093Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3902026-04-09T10:37:45.380Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3912026-04-09T10:37:47.297Z Compiling byteorder v1.5.0
3922026-04-09T10:37:47.297Z Compiling cfg-if v1.0.4
3932026-04-09T10:37:47.297Z Compiling macaddr v1.0.1
3942026-04-09T10:37:47.300Z Compiling stable_deref_trait v1.2.1
3952026-04-09T10:37:47.355Z Compiling managed v0.8.0
3962026-04-09T10:37:47.361Z Compiling cobs v0.3.0
3972026-04-09T10:37:47.388Z Compiling bitflags v1.3.2
3982026-04-09T10:37:47.450Z Compiling hash32 v0.3.1
3992026-04-09T10:37:47.591Z Compiling dyn-clone v1.0.20
4002026-04-09T10:37:47.658Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
4012026-04-09T10:37:48.867Z Compiling bitflags v2.10.0
4022026-04-09T10:37:48.867Z Compiling uuid v1.20.0
4032026-04-09T10:37:49.011Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4042026-04-09T10:37:49.284Z Compiling postcard v1.1.3
4052026-04-09T10:37:50.287Z Compiling ingot-types v0.1.2
4062026-04-09T10:37:50.601Z Compiling ingot v0.1.1
4072026-04-09T10:37:52.130Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4082026-04-09T10:37:55.793Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4092026-04-09T10:38:04.758Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4102026-04-09T10:38:34.497Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
4112026-04-09T10:38:34.521ZLinking xde kmod...
4122026-04-09T10:38:34.956ZBuilding xde dev link helper (release).
4132026-04-09T10:38:35.121Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
4142026-04-09T10:38:35.121Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4152026-04-09T10:38:35.121Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4162026-04-09T10:38:46.092Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4172026-04-09T10:38:48.320Z Finished `release` profile [optimized + debuginfo] target(s) in 13.32s
4182026-04-09T10:38:48.338ZBuilding opteadm (dev).
4192026-04-09T10:38:48.496Z Compiling serde_core v1.0.228
4202026-04-09T10:38:48.496Z Compiling libc v0.2.180
4212026-04-09T10:38:48.496Z Compiling zerocopy v0.8.39
4222026-04-09T10:38:48.496Z Compiling cfg-if v1.0.4
4232026-04-09T10:38:48.496Z Compiling ident_case v1.0.1
4242026-04-09T10:38:48.499Z Compiling strsim v0.11.1
4252026-04-09T10:38:48.499Z Compiling syn v2.0.114
4262026-04-09T10:38:48.499Z Compiling memchr v2.8.0
4272026-04-09T10:38:48.571Z Compiling fnv v1.0.7
4282026-04-09T10:38:48.612Z Compiling regex-syntax v0.8.9
4292026-04-09T10:38:48.654Z Compiling serde v1.0.228
4302026-04-09T10:38:48.782Z Compiling hashbrown v0.16.1
4312026-04-09T10:38:48.903Z Compiling aho-corasick v1.1.4
4322026-04-09T10:38:48.953Z Compiling either v1.15.0
4332026-04-09T10:38:49.051Z Compiling equivalent v1.0.2
4342026-04-09T10:38:49.127Z Compiling winnow v0.7.14
4352026-04-09T10:38:49.137Z Compiling itertools v0.14.0
4362026-04-09T10:38:49.256Z Compiling indexmap v2.13.0
4372026-04-09T10:38:49.331Z Compiling toml_datetime v0.7.5+spec-1.1.0
4382026-04-09T10:38:49.536Z Compiling getrandom v0.3.4
4392026-04-09T10:38:49.859Z Compiling byteorder v1.5.0
4402026-04-09T10:38:49.877Z Compiling heapless v0.8.0
4412026-04-09T10:38:50.043Z Compiling regex-automata v0.4.14
4422026-04-09T10:38:50.318Z Compiling hash32 v0.3.1
4432026-04-09T10:38:50.331Z Compiling macaddr v1.0.1
4442026-04-09T10:38:50.350Z Compiling syn v1.0.109
4452026-04-09T10:38:50.469Z Compiling bitflags v2.10.0
4462026-04-09T10:38:50.550Z Compiling toml_parser v1.0.7+spec-1.1.0
4472026-04-09T10:38:50.588Z Compiling stable_deref_trait v1.2.1
4482026-04-09T10:38:50.658Z Compiling smoltcp v0.11.0
4492026-04-09T10:38:50.661Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4502026-04-09T10:38:50.678Z Compiling rustversion v1.0.22
4512026-04-09T10:38:50.904Z Compiling toml_edit v0.23.10+spec-1.0.0
4522026-04-09T10:38:50.977Z Compiling managed v0.8.0
4532026-04-09T10:38:51.046Z Compiling ref-cast v1.0.25
4542026-04-09T10:38:51.100Z Compiling darling_core v0.21.3
4552026-04-09T10:38:51.103Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4562026-04-09T10:38:51.135Z Compiling version_check v0.9.5
4572026-04-09T10:38:51.196Z Compiling bitflags v1.3.2
4582026-04-09T10:38:51.384Z Compiling rand_core v0.9.5
4592026-04-09T10:38:51.396Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4602026-04-09T10:38:51.619Z Compiling proc-macro-crate v3.4.0
4612026-04-09T10:38:51.778Z Compiling regex v1.12.3
4622026-04-09T10:38:51.845Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4632026-04-09T10:38:52.034Z Compiling errno v0.3.14
4642026-04-09T10:38:52.159Z Compiling foreign-types-shared v0.3.1
4652026-04-09T10:38:52.243Z Compiling once_cell v1.21.3
4662026-04-09T10:38:52.306Z Compiling zerocopy-derive v0.8.39
4672026-04-09T10:38:52.454Z Compiling thiserror-impl v2.0.18
4682026-04-09T10:38:52.479Z Compiling serde_derive v1.0.228
4692026-04-09T10:38:52.603Z Compiling num_enum_derive v0.7.5
4702026-04-09T10:38:53.179Z Compiling darling_macro v0.21.3
4712026-04-09T10:38:53.389Z Compiling ref-cast-impl v1.0.25
4722026-04-09T10:38:53.583Z Compiling foreign-types-macros v0.2.3
4732026-04-09T10:38:53.647Z Compiling thiserror v2.0.18
4742026-04-09T10:38:53.721Z Compiling darling v0.21.3
4752026-04-09T10:38:53.745Z Compiling cobs v0.3.0
4762026-04-09T10:38:53.792Z Compiling ingot-macros v0.1.1
4772026-04-09T10:38:53.968Z Compiling ipnetwork v0.21.1
4782026-04-09T10:38:54.016Z Compiling unicode-width v0.2.2
4792026-04-09T10:38:54.196Z Compiling foreign-types v0.5.0
4802026-04-09T10:38:54.269Z Compiling tabwriter v1.4.1
4812026-04-09T10:38:54.421Z Compiling num_enum v0.7.5
4822026-04-09T10:38:54.509Z Compiling cstr-argument v0.1.2
4832026-04-09T10:38:54.544Z Compiling tracing-core v0.1.36
4842026-04-09T10:38:54.682Z Compiling tracing-attributes v0.1.31
4852026-04-09T10:38:54.712Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4862026-04-09T10:38:55.058Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4872026-04-09T10:38:55.316Z Compiling rustix v1.1.3
4882026-04-09T10:38:55.696Z Compiling postcard v1.1.3
4892026-04-09T10:38:55.852Z Compiling anyhow v1.0.101
4902026-04-09T10:38:55.909Z Compiling pretty-hex v0.4.1
4912026-04-09T10:38:55.931Z Compiling pin-project-lite v0.2.16
4922026-04-09T10:38:55.943Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
4932026-04-09T10:38:56.019Z Compiling dyn-clone v1.0.20
4942026-04-09T10:38:56.042Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4952026-04-09T10:38:56.046Z Compiling tracing v0.1.44
4962026-04-09T10:38:56.153Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4972026-04-09T10:38:56.184Z Compiling terminal_size v0.4.3
4982026-04-09T10:38:56.259Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4992026-04-09T10:38:56.333Z Compiling uuid v1.20.0
5002026-04-09T10:38:56.352Z Compiling socket2 v0.6.2
5012026-04-09T10:38:56.397Z Compiling colored v3.1.1
5022026-04-09T10:38:56.528Z Compiling oxnet v0.1.4
5032026-04-09T10:38:56.547Z Compiling clap_builder v4.5.57
5042026-04-09T10:38:56.654Z Compiling clap_derive v4.5.55
5052026-04-09T10:38:56.908Z Compiling ingot-types v0.1.2
5062026-04-09T10:38:56.955Z Compiling ppv-lite86 v0.2.21
5072026-04-09T10:38:56.986Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5082026-04-09T10:38:57.259Z Compiling ingot v0.1.1
5092026-04-09T10:38:57.277Z Compiling rand_chacha v0.9.0
5102026-04-09T10:38:57.447Z Compiling rand v0.9.2
5112026-04-09T10:38:58.175Z Compiling clap v4.5.57
5122026-04-09T10:38:59.000Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5132026-04-09T10:39:01.271Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5142026-04-09T10:39:02.424Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5152026-04-09T10:39:06.852Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.50s
5162026-04-09T10:39:06.877ZBuilding xde (dev).
5172026-04-09T10:39:07.115Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5182026-04-09T10:39:07.115Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5192026-04-09T10:39:07.115Z Compiling proc-macro2 v1.0.106
5202026-04-09T10:39:07.115Z Compiling quote v1.0.44
5212026-04-09T10:39:07.115Z Compiling unicode-ident v1.0.23
5222026-04-09T10:39:07.115Z Compiling serde_core v1.0.228
5232026-04-09T10:39:07.115Z Compiling ident_case v1.0.1
5242026-04-09T10:39:07.115Z Compiling strsim v0.11.1
5252026-04-09T10:39:07.231Z Compiling fnv v1.0.7
5262026-04-09T10:39:07.231Z Compiling memchr v2.8.0
5272026-04-09T10:39:07.312Z Compiling regex-syntax v0.8.9
5282026-04-09T10:39:07.477Z Compiling serde v1.0.228
5292026-04-09T10:39:07.494Z Compiling zerocopy v0.8.39
5302026-04-09T10:39:07.498Z Compiling either v1.15.0
5312026-04-09T10:39:07.623Z Compiling aho-corasick v1.1.4
5322026-04-09T10:39:07.677Z Compiling thiserror v2.0.18
5332026-04-09T10:39:07.881Z Compiling itertools v0.14.0
5342026-04-09T10:39:07.896Z Compiling heapless v0.8.0
5352026-04-09T10:39:08.236Z Compiling syn v2.0.114
5362026-04-09T10:39:08.270Z Compiling smoltcp v0.11.0
5372026-04-09T10:39:08.293Z Compiling version_check v0.9.5
5382026-04-09T10:39:08.369Z Compiling crc32fast v1.5.0
5392026-04-09T10:39:08.649Z Compiling ref-cast v1.0.25
5402026-04-09T10:39:08.673Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5412026-04-09T10:39:08.728Z Compiling regex-automata v0.4.14
5422026-04-09T10:39:10.271Z Compiling regex v1.12.3
5432026-04-09T10:39:10.555Z Compiling darling_core v0.21.3
5442026-04-09T10:39:11.455Z Compiling thiserror-impl v2.0.18
5452026-04-09T10:39:11.455Z Compiling serde_derive v1.0.228
5462026-04-09T10:39:11.458Z Compiling zerocopy-derive v0.8.39
5472026-04-09T10:39:11.458Z Compiling ref-cast-impl v1.0.25
5482026-04-09T10:39:11.458Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5492026-04-09T10:39:12.707Z Compiling darling_macro v0.21.3
5502026-04-09T10:39:13.542Z Compiling darling v0.21.3
5512026-04-09T10:39:13.604Z Compiling ingot-macros v0.1.1
5522026-04-09T10:39:13.604Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5532026-04-09T10:39:18.452Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5542026-04-09T10:39:20.082Z Compiling byteorder v1.5.0
5552026-04-09T10:39:20.082Z Compiling cfg-if v1.0.4
5562026-04-09T10:39:20.082Z Compiling stable_deref_trait v1.2.1
5572026-04-09T10:39:20.084Z Compiling macaddr v1.0.1
5582026-04-09T10:39:20.142Z Compiling managed v0.8.0
5592026-04-09T10:39:20.153Z Compiling cobs v0.3.0
5602026-04-09T10:39:20.180Z Compiling bitflags v1.3.2
5612026-04-09T10:39:20.246Z Compiling hash32 v0.3.1
5622026-04-09T10:39:20.400Z Compiling dyn-clone v1.0.20
5632026-04-09T10:39:20.532Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5642026-04-09T10:39:21.622Z Compiling bitflags v2.10.0
5652026-04-09T10:39:21.622Z Compiling uuid v1.20.0
5662026-04-09T10:39:21.755Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5672026-04-09T10:39:22.031Z Compiling postcard v1.1.3
5682026-04-09T10:39:22.970Z Compiling ingot-types v0.1.2
5692026-04-09T10:39:23.242Z Compiling ingot v0.1.1
5702026-04-09T10:39:24.690Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5712026-04-09T10:39:28.901Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5722026-04-09T10:39:39.690Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5732026-04-09T10:39:48.463Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.54s
5742026-04-09T10:39:48.484ZLinking xde kmod...
5752026-04-09T10:39:49.653ZBuilding xde dev link helper (dev).
5762026-04-09T10:39:49.830Z Compiling compiler_builtins v0.1.160 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/compiler-builtins/compiler-builtins)
5772026-04-09T10:39:49.830Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5782026-04-09T10:39:49.830Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5792026-04-09T10:40:00.243Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-09-19-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5802026-04-09T10:40:02.307Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.62s
5812026-04-09T10:40:02.329Z
5822026-04-09T10:40:02.332Zreal 3:06.613287241
5832026-04-09T10:40:02.332Zuser 8:55.162816525
5842026-04-09T10:40:02.332Zsys 55.850731564
5852026-04-09T10:40:02.332Ztrap 0.242624206
5862026-04-09T10:40:02.332Ztflt 0.932440056
5872026-04-09T10:40:02.332Zdflt 1.250375423
5882026-04-09T10:40:02.332Zkflt 0.005160931
5892026-04-09T10:40:02.332Zlock 23:11.643749110
5902026-04-09T10:40:02.332Zslp 27:29.796949208
5912026-04-09T10:40:02.332Zlat 21.326496595
5922026-04-09T10:40:02.332Zstop 29.003670066
5932026-04-09T10:40:02.332Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5942026-04-09T10:40:02.332Z+ grep GOTPCREL
5952026-04-09T10:40:03.245Z+ header 'package opte'
5962026-04-09T10:40:03.248Z+ echo '# ==== package opte ==== #'
5972026-04-09T10:40:03.249Z# ==== package opte ==== #
5982026-04-09T10:40:03.249Z+ cargo xtask package --skip-build --profile all
5992026-04-09T10:40:03.386Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
6002026-04-09T10:40:03.390Z Running `target/debug/xtask package --skip-build --profile all`
6012026-04-09T10:40:03.588Z+ ./clean.sh
6022026-04-09T10:40:03.596Z+ mkdir -p proto/kernel/drv/amd64
6032026-04-09T10:40:03.599Z+ mkdir -p proto/opt/oxide/opte/bin
6042026-04-09T10:40:03.599Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6052026-04-09T10:40:03.602Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6062026-04-09T10:40:03.615Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6072026-04-09T10:40:03.651Z+ cp ../xde/xde.conf proto/kernel/drv/
6082026-04-09T10:40:03.654Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6092026-04-09T10:40:03.654Z+ '[' -z ']'
6102026-04-09T10:40:03.654Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6112026-04-09T10:40:03.682Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6122026-04-09T10:40:03.751Z+ INC_DEBUG=
6132026-04-09T10:40:03.754Z++ ./print-api-version.sh
6142026-04-09T10:40:03.757Z+ API_VSN=40
6152026-04-09T10:40:03.760Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/463/g -e s/%API_VSN%/40/g opte.template.p5m
6162026-04-09T10:40:03.760Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6172026-04-09T10:40:04.688Z+ pkgdepend generate -d proto opte.base.p5m
6182026-04-09T10:40:05.380Z+ mkdir -p packages
6192026-04-09T10:40:05.383Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6202026-04-09T10:40:16.485Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6212026-04-09T10:40:16.489Z+ pkgrepo create packages/repo
6222026-04-09T10:40:17.042Z+ pkgrepo add-publisher -s packages/repo helios-dev
6232026-04-09T10:40:17.569Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6242026-04-09T10:40:45.769Zpkg://helios-dev/driver/network/opte@0.40.463,5.11:20260409T104016Z
6252026-04-09T10:40:45.769ZPUBLISHED
6262026-04-09T10:40:45.809Z+ pkgrecv -a -d packages/repo/opte-0.40.463.p5p -s packages/repo -v -m latest '*'
6272026-04-09T10:40:46.291ZRetrieving packages for publisher helios-dev ...
6282026-04-09T10:40:46.294ZRetrieving catalog 'helios-dev' ... Done
6292026-04-09T10:40:46.297ZRetrieving and evaluating 1 package(s)...
6302026-04-09T10:40:46.297ZFetching manifests: 1/1 100% complete
6312026-04-09T10:40:46.297ZFetching manifests: 1/1 100% complete
6322026-04-09T10:40:46.297Z
6332026-04-09T10:40:46.297ZArchiving packages ...
6342026-04-09T10:40:46.297Z Packages to add: 1
6352026-04-09T10:40:46.297Z Files to retrieve: 6
6362026-04-09T10:40:46.297ZEstimated transfer size: 35.90 MB
6372026-04-09T10:40:46.297Z
6382026-04-09T10:40:46.297ZPackages to archive:
6392026-04-09T10:40:46.297Zdriver/network/opte@0.40.463,5.11:20260409T104016Z
6402026-04-09T10:40:46.297Z
6412026-04-09T10:40:46.297ZDownload: 0/6 items 0.0/35.9MB 0% complete
6422026-04-09T10:40:46.359ZDownload: Completed 35.90 MB in 0.06 seconds (555M/s)
6432026-04-09T10:40:46.362ZArchiving: 1/20 items 0.0/35.9MB 0% complete
6442026-04-09T10:40:46.374ZArchiving: Completed 35.93 MB in 0.01 seconds
6452026-04-09T10:40:46.412ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.463.p5p.
6462026-04-09T10:40:46.414Z+ banner copy
6472026-04-09T10:40:46.417Z
6482026-04-09T10:40:46.417Z #### #### ##### # #
6492026-04-09T10:40:46.417Z # # # # # # # #
6502026-04-09T10:40:46.417Z # # # # # #
6512026-04-09T10:40:46.417Z # # # ##### #
6522026-04-09T10:40:46.417Z # # # # # #
6532026-04-09T10:40:46.417Z #### #### # #
6542026-04-09T10:40:46.417Z
6552026-04-09T10:40:46.417Z+ pfexec mkdir -p /out
6562026-04-09T10:40:46.420Z+ pfexec chown 12345 /out
6572026-04-09T10:40:46.423Z+ PKG_NAME=/out/opte.p5p
6582026-04-09T10:40:46.423Z+ mv pkg/packages/repo/opte-0.40.463.p5p /out/opte.p5p
6592026-04-09T10:40:46.450Z+ sha256sum /out/opte.p5p
6602026-04-09T10:40:46.474Zprocess exited: duration 244646 ms, exit code 0
 
6612026-04-09T10:40:46.487Zfound 2 output files
6622026-04-09T10:40:46.487Zuploading: /out/opte.p5p (37683200 bytes)
6632026-04-09T10:40:48.088Zuploaded: /out/opte.p5p
6642026-04-09T10:40:48.088Zuploading: /out/opte.p5p.sha256 (80 bytes)
6652026-04-09T10:40:49.098Zuploaded: /out/opte.p5p.sha256