01KSQRBWS7NNJ2ZWFVRYNGEKTY: opte-p5p

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

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-28T16:59:41.405Zjob assigned to worker 01KSQRCPN6PXQJCBYFC2GJA60B [factory aws, i-0bb3ba5b277dd50e7] (queued for 55 s)
 
22026-05-28T16:59:48.568Zstarting task 0: "setup"
32026-05-28T16:59:48.572Z++ uname -s
42026-05-28T16:59:48.574Z+ kern=SunOS
52026-05-28T16:59:48.574Z+ build_user=build
62026-05-28T16:59:48.574Z+ build_uid=12345
72026-05-28T16:59:48.574Z+ work_dir=/work
82026-05-28T16:59:48.574Z+ input_dir=/input
92026-05-28T16:59:48.574Z+ [[ 0 == 12345 ]]
102026-05-28T16:59:48.574Z+ case "$kern" in
112026-05-28T16:59:48.574Z+ groupadd -g 12345 build
122026-05-28T16:59:48.587Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-28T16:59:50.592Z+ zfs create -o mountpoint=/work rpool/work
142026-05-28T16:59:50.695Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-28T16:59:50.698Z+ home_fs=zfs
162026-05-28T16:59:50.698Z+ [[ zfs == autofs ]]
172026-05-28T16:59:50.698Z+ mkdir -p /home/build
182026-05-28T16:59:50.698Z+ chown build:build /home/build /work
192026-05-28T16:59:51.698Z+ chmod 0700 /home/build /work
202026-05-28T16:59:51.701Zprocess exited: duration 3133 ms, exit code 0
 
212026-05-28T16:59:51.709Zstarting task 1: "rust-toolchain"
222026-05-28T16:59:51.714Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-28T16:59:51.714Z * rust toolchain channel = "1.95.0"
242026-05-28T16:59:51.714Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-05-28T16:59:51.714Z * rust toolchain profile = "default"
262026-05-28T16:59:51.714Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-28T16:59:51.714Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-28T16:59:51.718Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-28T16:59:51.718Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-28T16:59:51.819Zinfo: downloading installer
312026-05-28T16:59:53.203Zwarn: It looks like you have an existing rustup settings file at:
322026-05-28T16:59:53.203Zwarn: /home/build/.rustup/settings.toml
332026-05-28T16:59:53.203Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-28T16:59:53.203Zwarn: instead of the one inferred from the default host triple.
352026-05-28T16:59:53.215Zinfo: profile set to default
362026-05-28T16:59:53.215Zinfo: default host triple is x86_64-unknown-illumos
372026-05-28T16:59:53.218Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-28T16:59:53.342Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-28T16:59:53.345Zinfo: downloading 6 components
402026-05-28T17:00:07.730Z
412026-05-28T17:00:07.730Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
422026-05-28T17:00:07.756Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-28T17:00:07.756Z
442026-05-28T17:00:07.756Z
452026-05-28T17:00:07.756ZRust is installed now. Great!
462026-05-28T17:00:07.756Z
472026-05-28T17:00:07.759ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-28T17:00:07.759Zenvironment variable. This has not been done automatically.
492026-05-28T17:00:07.759Z
502026-05-28T17:00:07.759ZTo configure your current shell, you need to source
512026-05-28T17:00:07.759Zthe corresponding env file under $HOME/.cargo.
522026-05-28T17:00:07.759Z
532026-05-28T17:00:07.759ZThis is usually done by running one of the following (note the leading DOT):
542026-05-28T17:00:07.759Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-28T17:00:07.759Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-28T17:00:07.759Zsource "~/.cargo/env.nu" # For nushell
572026-05-28T17:00:07.759Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-28T17:00:07.759Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-28T17:00:07.759Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-28T17:00:07.759Zwarn: no default linker (`cc`) was found in your PATH
612026-05-28T17:00:07.760Zwarn: many Rust crates require a system C toolchain to build
622026-05-28T17:00:07.849Z+ rustup --version
632026-05-28T17:00:07.858Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-28T17:00:07.860Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-28T17:00:07.879Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-28T17:00:07.882Z+ cargo --version
672026-05-28T17:00:07.896Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-28T17:00:07.899Z+ rustc --version
692026-05-28T17:00:07.918Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-28T17:00:07.921Zprocess exited: duration 16212 ms, exit code 0
 
712026-05-28T17:00:07.927Zstarting task 2: "authentication"
722026-05-28T17:00:07.943Zprocess exited: duration 16 ms, exit code 0
 
732026-05-28T17:00:07.949Zstarting task 3: "clone repository"
742026-05-28T17:00:07.952Z+ mkdir -p /work/oxidecomputer/opte
752026-05-28T17:00:07.955Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-28T17:00:07.996ZCloning into '/work/oxidecomputer/opte'...
772026-05-28T17:00:08.957Z+ cd /work/oxidecomputer/opte
782026-05-28T17:00:08.957Z+ git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
792026-05-28T17:00:09.301ZFrom https://github.com/oxidecomputer/opte
802026-05-28T17:00:09.301Z * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD
812026-05-28T17:00:09.309Z+ [[ -n eviction-policy ]]
822026-05-28T17:00:09.312Z++ git branch --show-current
832026-05-28T17:00:09.312Z+ current=master
842026-05-28T17:00:09.312Z+ [[ master != eviction-policy ]]
852026-05-28T17:00:09.312Z+ git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
862026-05-28T17:00:09.315Z+ git checkout -f eviction-policy
872026-05-28T17:00:09.332ZSwitched to branch 'eviction-policy'
882026-05-28T17:00:09.335Z+ git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5
892026-05-28T17:00:09.347ZHEAD is now at dba5a03 Ry review feedback.
902026-05-28T17:00:09.350Zprocess exited: duration 1398 ms, exit code 0
 
912026-05-28T17:00:09.356Zstarting task 4: "build"
922026-05-28T17:00:09.359Z+ source .github/buildomat/common.sh
932026-05-28T17:00:09.362Z++ rustup show active-toolchain
942026-05-28T17:00:09.365Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-28T17:00:09.368Z++ pushd xde
962026-05-28T17:00:09.368Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-28T17:00:09.368Z++ rustup show active-toolchain
982026-05-28T17:00:09.371Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-28T17:00:09.509Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-28T17:00:09.512Zinfo: downloading 6 components
1012026-05-28T17:00:23.074Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-28T17:00:23.172Z+++ rustup show active-toolchain -v
1032026-05-28T17:00:23.175Z+++ head -n 1
1042026-05-28T17:00:23.175Z+++ cut '-d ' -f1
1052026-05-28T17:00:23.225Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-28T17:00:23.225Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-28T17:00:23.226Z++ popd
1082026-05-28T17:00:23.229Z/work/oxidecomputer/opte
1092026-05-28T17:00:23.229Z+ TGT_BASE=/work
1102026-05-28T17:00:23.229Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-28T17:00:23.229Z+ REL_TGT=/work/release
1122026-05-28T17:00:23.229Z+ mkdir -p /work/release
1132026-05-28T17:00:23.229Z+ cargo --version
1142026-05-28T17:00:23.237Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1152026-05-28T17:00:23.240Z+ rustc --version
1162026-05-28T17:00:23.259Zrustc 1.95.0 (59807616e 2026-04-14)
1172026-05-28T17:00:23.262Z+ header 'build xde and opteadm (release+debug)'
1182026-05-28T17:00:23.262Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-28T17:00:23.262Z# ==== build xde and opteadm (release+debug) ==== #
1202026-05-28T17:00:23.262Z+ ptime -m cargo xtask build --profile all
1212026-05-28T17:00:23.379Z Updating crates.io index
1222026-05-28T17:00:23.414Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-28T17:00:24.977Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-28T17:00:25.315Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-28T17:00:25.672Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-28T17:00:26.009Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-28T17:00:26.470Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-28T17:00:26.805Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-28T17:00:28.838Z Downloading crates ...
1302026-05-28T17:00:28.889Z Downloaded unicode-ident v1.0.24
1312026-05-28T17:00:28.896Z Downloaded is_terminal_polyfill v1.70.2
1322026-05-28T17:00:28.899Z Downloaded cargo_metadata v0.23.1
1332026-05-28T17:00:28.899Z Downloaded thiserror-impl v2.0.18
1342026-05-28T17:00:28.903Z Downloaded toml v1.1.2+spec-1.1.0
1352026-05-28T17:00:28.907Z Downloaded heck v0.5.0
1362026-05-28T17:00:28.910Z Downloaded errno v0.3.14
1372026-05-28T17:00:28.910Z Downloaded utf8parse v0.2.2
1382026-05-28T17:00:28.910Z Downloaded terminal_size v0.4.4
1392026-05-28T17:00:28.910Z Downloaded equivalent v1.0.2
1402026-05-28T17:00:28.913Z Downloaded serde_spanned v1.1.1
1412026-05-28T17:00:28.913Z Downloaded colorchoice v1.0.5
1422026-05-28T17:00:28.913Z Downloaded anstyle-query v1.1.5
1432026-05-28T17:00:28.916Z Downloaded cargo-platform v0.3.3
1442026-05-28T17:00:28.924Z Downloaded strsim v0.11.1
1452026-05-28T17:00:28.929Z Downloaded camino v1.2.2
1462026-05-28T17:00:28.932Z Downloaded anstream v1.0.0
1472026-05-28T17:00:28.934Z Downloaded bitflags v2.11.1
1482026-05-28T17:00:28.938Z Downloaded clap_lex v1.1.0
1492026-05-28T17:00:28.954Z Downloaded anyhow v1.0.102
1502026-05-28T17:00:28.959Z Downloaded zmij v1.0.21
1512026-05-28T17:00:28.962Z Downloaded thiserror v2.0.18
1522026-05-28T17:00:28.965Z Downloaded anstyle v1.0.14
1532026-05-28T17:00:28.968Z Downloaded anstyle-parse v1.0.0
1542026-05-28T17:00:28.968Z Downloaded indexmap v2.14.0
1552026-05-28T17:00:28.971Z Downloaded clap_derive v4.6.1
1562026-05-28T17:00:28.971Z Downloaded proc-macro2 v1.0.106
1572026-05-28T17:00:28.974Z Downloaded toml_writer v1.1.1+spec-1.1.0
1582026-05-28T17:00:28.974Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1592026-05-28T17:00:28.979Z Downloaded quote v1.0.45
1602026-05-28T17:00:28.982Z Downloaded semver v1.0.28
1612026-05-28T17:00:28.985Z Downloaded serde v1.0.228
1622026-05-28T17:00:28.988Z Downloaded serde_derive v1.0.228
1632026-05-28T17:00:28.988Z Downloaded serde_core v1.0.228
1642026-05-28T17:00:28.991Z Downloaded itoa v1.0.18
1652026-05-28T17:00:28.991Z Downloaded toml_parser v1.1.2+spec-1.1.0
1662026-05-28T17:00:28.995Z Downloaded clap v4.6.1
1672026-05-28T17:00:29.001Z Downloaded memchr v2.8.0
1682026-05-28T17:00:29.027Z Downloaded clap_builder v4.6.0
1692026-05-28T17:00:29.037Z Downloaded serde_json v1.0.149
1702026-05-28T17:00:29.040Z Downloaded hashbrown v0.17.0
1712026-05-28T17:00:29.047Z Downloaded winnow v1.0.2
1722026-05-28T17:00:29.060Z Downloaded syn v2.0.117
1732026-05-28T17:00:29.086Z Downloaded rustix v1.1.4
1742026-05-28T17:00:29.111Z Downloaded libc v0.2.186
1752026-05-28T17:00:29.158Z Compiling proc-macro2 v1.0.106
1762026-05-28T17:00:29.158Z Compiling serde_core v1.0.228
1772026-05-28T17:00:29.161Z Compiling unicode-ident v1.0.24
1782026-05-28T17:00:29.161Z Compiling quote v1.0.45
1792026-05-28T17:00:29.161Z Compiling libc v0.2.186
1802026-05-28T17:00:29.161Z Compiling rustix v1.1.4
1812026-05-28T17:00:29.161Z Compiling bitflags v2.11.1
1822026-05-28T17:00:29.215Z Compiling zmij v1.0.21
1832026-05-28T17:00:29.365Z Compiling utf8parse v0.2.2
1842026-05-28T17:00:29.459Z Compiling anstyle-parse v1.0.0
1852026-05-28T17:00:29.644Z Compiling is_terminal_polyfill v1.70.2
1862026-05-28T17:00:29.644Z Compiling serde_json v1.0.149
1872026-05-28T17:00:29.720Z Compiling anstyle-query v1.1.5
1882026-05-28T17:00:29.822Z Compiling anstyle v1.0.14
1892026-05-28T17:00:29.861Z Compiling thiserror v2.0.18
1902026-05-28T17:00:29.865Z Compiling camino v1.2.2
1912026-05-28T17:00:29.883Z Compiling serde v1.0.228
1922026-05-28T17:00:30.009Z Compiling colorchoice v1.0.5
1932026-05-28T17:00:30.079Z Compiling anstream v1.0.0
1942026-05-28T17:00:30.174Z Compiling errno v0.3.14
1952026-05-28T17:00:30.232Z Compiling winnow v1.0.2
1962026-05-28T17:00:30.250Z Compiling strsim v0.11.1
1972026-05-28T17:00:30.367Z Compiling clap_lex v1.1.0
1982026-05-28T17:00:30.622Z Compiling heck v0.5.0
1992026-05-28T17:00:30.644Z Compiling anyhow v1.0.102
2002026-05-28T17:00:30.669Z Compiling syn v2.0.117
2012026-05-28T17:00:30.729Z Compiling itoa v1.0.18
2022026-05-28T17:00:30.750Z Compiling memchr v2.8.0
2032026-05-28T17:00:30.811Z Compiling terminal_size v0.4.4
2042026-05-28T17:00:30.964Z Compiling clap_builder v4.6.0
2052026-05-28T17:00:30.991Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-05-28T17:00:31.165Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-28T17:00:31.914Z Compiling serde_spanned v1.1.1
2082026-05-28T17:00:31.929Z Compiling semver v1.0.28
2092026-05-28T17:00:32.057Z Compiling toml_datetime v1.1.1+spec-1.1.0
2102026-05-28T17:00:32.064Z Compiling cargo-platform v0.3.3
2112026-05-28T17:00:32.529Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-28T17:00:32.987Z Compiling serde_derive v1.0.228
2132026-05-28T17:00:33.196Z Compiling thiserror-impl v2.0.18
2142026-05-28T17:00:33.226Z Compiling clap_derive v4.6.1
2152026-05-28T17:00:34.852Z Compiling clap v4.6.1
2162026-05-28T17:00:35.993Z Compiling cargo_metadata v0.23.1
2172026-05-28T17:00:38.458Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-28T17:00:40.021Z Finished `dev` profile [optimized + debuginfo] target(s) in 16.73s
2192026-05-28T17:00:40.105Z Running `target/debug/xtask build --profile all`
2202026-05-28T17:00:41.489ZBuilding opteadm (release).
2212026-05-28T17:00:41.584Z Compiling proc-macro2 v1.0.106
2222026-05-28T17:00:41.585Z Compiling unicode-ident v1.0.24
2232026-05-28T17:00:41.585Z Compiling quote v1.0.45
2242026-05-28T17:00:41.585Z Compiling serde_core v1.0.228
2252026-05-28T17:00:41.585Z Compiling libc v0.2.186
2262026-05-28T17:00:41.585Z Compiling cfg-if v1.0.4
2272026-05-28T17:00:41.587Z Compiling ident_case v1.0.1
2282026-05-28T17:00:41.588Z Compiling strsim v0.11.1
2292026-05-28T17:00:41.655Z Compiling thiserror v2.0.18
2302026-05-28T17:00:41.707Z Compiling memchr v2.8.0
2312026-05-28T17:00:41.710Z Compiling fnv v1.0.7
2322026-05-28T17:00:41.781Z Compiling regex-syntax v0.8.10
2332026-05-28T17:00:41.871Z Compiling either v1.15.0
2342026-05-28T17:00:41.903Z Compiling equivalent v1.0.2
2352026-05-28T17:00:41.972Z Compiling hashbrown v0.17.0
2362026-05-28T17:00:42.062Z Compiling anyhow v1.0.102
2372026-05-28T17:00:42.167Z Compiling aho-corasick v1.1.4
2382026-05-28T17:00:42.241Z Compiling serde v1.0.228
2392026-05-28T17:00:42.328Z Compiling winnow v1.0.2
2402026-05-28T17:00:42.392Z Compiling zerocopy v0.8.48
2412026-05-28T17:00:42.514Z Compiling indexmap v2.14.0
2422026-05-28T17:00:42.753Z Compiling syn v2.0.117
2432026-05-28T17:00:42.817Z Compiling itertools v0.14.0
2442026-05-28T17:00:42.846Z Compiling heapless v0.8.0
2452026-05-28T17:00:43.130Z Compiling toml_datetime v1.1.1+spec-1.1.0
2462026-05-28T17:00:43.153Z Compiling byteorder v1.5.0
2472026-05-28T17:00:43.337Z Compiling regex-automata v0.4.14
2482026-05-28T17:00:43.344Z Compiling toml_parser v1.1.2+spec-1.1.0
2492026-05-28T17:00:43.407Z Compiling hash32 v0.3.1
2502026-05-28T17:00:43.572Z Compiling macaddr v1.0.1
2512026-05-28T17:00:43.685Z Compiling toml_edit v0.25.11+spec-1.1.0
2522026-05-28T17:00:43.764Z Compiling bitflags v2.11.1
2532026-05-28T17:00:43.855Z Compiling smoltcp v0.11.0
2542026-05-28T17:00:43.866Z Compiling stable_deref_trait v1.2.1
2552026-05-28T17:00:43.871Z Compiling syn v1.0.109
2562026-05-28T17:00:43.935Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2572026-05-28T17:00:44.087Z Compiling rustversion v1.0.22
2582026-05-28T17:00:44.187Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2592026-05-28T17:00:44.219Z Compiling rustix v1.1.4
2602026-05-28T17:00:44.252Z Compiling proc-macro-crate v3.5.0
2612026-05-28T17:00:44.399Z Compiling version_check v0.9.5
2622026-05-28T17:00:44.454Z Compiling getrandom v0.4.2
2632026-05-28T17:00:44.555Z Compiling managed v0.8.0
2642026-05-28T17:00:44.562Z Compiling rand_core v0.10.1
2652026-05-28T17:00:44.591Z Compiling ref-cast v1.0.25
2662026-05-28T17:00:44.641Z Compiling bitflags v1.3.2
2672026-05-28T17:00:44.644Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-28T17:00:44.864Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-28T17:00:44.875Z Compiling errno v0.3.14
2702026-05-28T17:00:44.924Z Compiling ipnetwork v0.21.1
2712026-05-28T17:00:45.011Z Compiling regex v1.12.3
2722026-05-28T17:00:45.223Z Compiling foreign-types-shared v0.3.1
2732026-05-28T17:00:45.237Z Compiling once_cell v1.21.4
2742026-05-28T17:00:45.290Z Compiling cpufeatures v0.3.0
2752026-05-28T17:00:45.300Z Compiling utf8parse v0.2.2
2762026-05-28T17:00:45.349Z Compiling darling_core v0.21.3
2772026-05-28T17:00:45.394Z Compiling unicode-width v0.2.2
2782026-05-28T17:00:45.449Z Compiling tracing-core v0.1.36
2792026-05-28T17:00:45.668Z Compiling tabwriter v1.4.1
2802026-05-28T17:00:45.829Z Compiling cstr-argument v0.1.2
2812026-05-28T17:00:45.976Z Compiling anstyle-parse v1.0.0
2822026-05-28T17:00:45.979Z Compiling chacha20 v0.10.0
2832026-05-28T17:00:46.435Z Compiling anstyle v1.0.14
2842026-05-28T17:00:46.531Z Compiling thiserror-impl v2.0.18
2852026-05-28T17:00:46.552Z Compiling zerocopy-derive v0.8.48
2862026-05-28T17:00:46.556Z Compiling serde_derive v1.0.228
2872026-05-28T17:00:46.669Z Compiling foreign-types-macros v0.2.3
2882026-05-28T17:00:46.940Z Compiling ref-cast-impl v1.0.25
2892026-05-28T17:00:47.298Z Compiling num_enum_derive v0.7.6
2902026-05-28T17:00:47.429Z Compiling darling_macro v0.21.3
2912026-05-28T17:00:47.501Z Compiling foreign-types v0.5.0
2922026-05-28T17:00:47.567Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2932026-05-28T17:00:47.618Z Compiling tracing-attributes v0.1.31
2942026-05-28T17:00:47.855Z Compiling cobs v0.3.0
2952026-05-28T17:00:47.982Z Compiling darling v0.21.3
2962026-05-28T17:00:48.051Z Compiling ingot-macros v0.1.1
2972026-05-28T17:00:48.057Z Compiling anstyle-query v1.1.5
2982026-05-28T17:00:48.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
2992026-05-28T17:00:48.080Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3002026-05-28T17:00:48.141Z Compiling colorchoice v1.0.5
3012026-05-28T17:00:48.242Z Compiling pretty-hex v0.4.2
3022026-05-28T17:00:48.274Z Compiling dyn-clone v1.0.20
3032026-05-28T17:00:48.292Z Compiling num_enum v0.7.6
3042026-05-28T17:00:48.363Z Compiling pin-project-lite v0.2.17
3052026-05-28T17:00:48.396Z Compiling is_terminal_polyfill v1.70.2
3062026-05-28T17:00:48.400Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3072026-05-28T17:00:48.452Z Compiling anstream v1.0.0
3082026-05-28T17:00:48.474Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-05-28T17:00:48.549Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-28T17:00:48.578Z Compiling terminal_size v0.4.4
3112026-05-28T17:00:48.804Z Compiling rand v0.10.1
3122026-05-28T17:00:48.827Z Compiling tracing v0.1.44
3132026-05-28T17:00:48.846Z Compiling uuid v1.23.1
3142026-05-28T17:00:48.998Z Compiling socket2 v0.6.3
3152026-05-28T17:00:49.145Z Compiling clap_lex v1.1.0
3162026-05-28T17:00:49.231Z Compiling oxnet v0.1.5
3172026-05-28T17:00:49.439Z Compiling heck v0.5.0
3182026-05-28T17:00:49.540Z Compiling colored v3.1.1
3192026-05-28T17:00:49.595Z Compiling clap_builder v4.6.0
3202026-05-28T17:00:49.622Z Compiling clap_derive v4.6.1
3212026-05-28T17:00:49.803Z Compiling postcard v1.1.3
3222026-05-28T17:00:49.835Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3232026-05-28T17:00:50.916Z Compiling ingot-types v0.1.2
3242026-05-28T17:00:51.233Z Compiling ingot v0.1.1
3252026-05-28T17:00:51.364Z Compiling clap v4.6.1
3262026-05-28T17:00:52.967Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-28T17:00:53.958Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-28T17:00:54.991Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-28T17:01:01.463Z Finished `release` profile [optimized + debuginfo] target(s) in 19.97s
3302026-05-28T17:01:01.491ZBuilding xde (release-lto).
3312026-05-28T17:01:01.739Z Updating crates.io index
3322026-05-28T17:01:01.841Z Downloading crates ...
3332026-05-28T17:01:01.887Z Downloaded rustc-demangle v0.1.27
3342026-05-28T17:01:01.893Z Downloaded addr2line v0.25.1
3352026-05-28T17:01:01.899Z Downloaded adler2 v2.0.1
3362026-05-28T17:01:01.905Z Downloaded getopts v0.2.24
3372026-05-28T17:01:01.910Z Downloaded foldhash v0.2.0
3382026-05-28T17:01:01.913Z Downloaded memchr v2.7.6
3392026-05-28T17:01:01.917Z Downloaded rustc-literal-escaper v0.0.7
3402026-05-28T17:01:01.929Z Downloaded miniz_oxide v0.8.9
3412026-05-28T17:01:01.949Z Downloaded hashbrown v0.16.1
3422026-05-28T17:01:01.975Z Downloaded object v0.37.3
3432026-05-28T17:01:01.980Z Downloaded gimli v0.32.3
3442026-05-28T17:01:02.009Z Downloaded libc v0.2.183
3452026-05-28T17:01:02.068Z 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)
3462026-05-28T17:01:02.068Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3472026-05-28T17:01:02.071Z Compiling proc-macro2 v1.0.106
3482026-05-28T17:01:02.071Z Compiling unicode-ident v1.0.24
3492026-05-28T17:01:02.071Z Compiling quote v1.0.45
3502026-05-28T17:01:02.072Z Compiling strsim v0.11.1
3512026-05-28T17:01:02.072Z Compiling ident_case v1.0.1
3522026-05-28T17:01:02.072Z Compiling serde_core v1.0.228
3532026-05-28T17:01:02.234Z Compiling fnv v1.0.7
3542026-05-28T17:01:02.234Z Compiling memchr v2.8.0
3552026-05-28T17:01:02.324Z Compiling regex-syntax v0.8.10
3562026-05-28T17:01:02.483Z Compiling serde v1.0.228
3572026-05-28T17:01:02.487Z Compiling zerocopy v0.8.48
3582026-05-28T17:01:02.494Z Compiling either v1.15.0
3592026-05-28T17:01:02.610Z Compiling thiserror v2.0.18
3602026-05-28T17:01:02.681Z Compiling aho-corasick v1.1.4
3612026-05-28T17:01:02.879Z Compiling itertools v0.14.0
3622026-05-28T17:01:02.886Z Compiling heapless v0.8.0
3632026-05-28T17:01:03.168Z Compiling syn v2.0.117
3642026-05-28T17:01:03.268Z Compiling smoltcp v0.11.0
3652026-05-28T17:01:03.297Z Compiling version_check v0.9.5
3662026-05-28T17:01:03.359Z Compiling ref-cast v1.0.25
3672026-05-28T17:01:03.645Z Compiling crc32fast v1.5.0
3682026-05-28T17:01:03.687Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3692026-05-28T17:01:03.759Z Compiling regex-automata v0.4.14
3702026-05-28T17:01:05.272Z Compiling regex v1.12.3
3712026-05-28T17:01:05.429Z Compiling darling_core v0.21.3
3722026-05-28T17:01:05.429Z Compiling darling_core v0.23.0
3732026-05-28T17:01:06.340Z Compiling zerocopy-derive v0.8.48
3742026-05-28T17:01:06.340Z Compiling serde_derive v1.0.228
3752026-05-28T17:01:06.340Z Compiling thiserror-impl v2.0.18
3762026-05-28T17:01:06.343Z Compiling ref-cast-impl v1.0.25
3772026-05-28T17:01:06.343Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-28T17:01:08.006Z Compiling darling_macro v0.21.3
3792026-05-28T17:01:08.057Z Compiling darling_macro v0.23.0
3802026-05-28T17:01:08.921Z Compiling darling v0.21.3
3812026-05-28T17:01:08.950Z Compiling darling v0.23.0
3822026-05-28T17:01:08.981Z Compiling ingot-macros v0.1.1
3832026-05-28T17:01:09.010Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3842026-05-28T17:01:13.937Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
3852026-05-28T17:01:15.988Z Compiling byteorder v1.5.0
3862026-05-28T17:01:15.991Z Compiling cfg-if v1.0.4
3872026-05-28T17:01:15.991Z Compiling macaddr v1.0.1
3882026-05-28T17:01:15.991Z Compiling stable_deref_trait v1.2.1
3892026-05-28T17:01:16.048Z Compiling bitflags v1.3.2
3902026-05-28T17:01:16.052Z Compiling cobs v0.3.0
3912026-05-28T17:01:16.083Z Compiling managed v0.8.0
3922026-05-28T17:01:16.174Z Compiling hash32 v0.3.1
3932026-05-28T17:01:16.321Z Compiling dyn-clone v1.0.20
3942026-05-28T17:01:16.337Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-28T17:01:17.621Z Compiling bitflags v2.11.1
3962026-05-28T17:01:17.621Z Compiling uuid v1.23.1
3972026-05-28T17:01:17.758Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-28T17:01:18.049Z Compiling postcard v1.1.3
3992026-05-28T17:01:18.871Z Compiling ingot-types v0.1.2
4002026-05-28T17:01:19.185Z Compiling ingot v0.1.1
4012026-05-28T17:01:20.699Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-28T17:01:24.453Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-28T17:01:33.226Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-28T17:02:02.965Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 1m 01s
4052026-05-28T17:02:02.991ZLinking xde kmod...
4062026-05-28T17:02:03.565ZBuilding xde dev link helper (release).
4072026-05-28T17:02:03.719Z 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)
4082026-05-28T17:02:03.719Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4092026-05-28T17:02:03.719Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-28T17:02:14.702Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4112026-05-28T17:02:17.088Z Finished `release` profile [optimized + debuginfo] target(s) in 13.49s
4122026-05-28T17:02:17.121ZBuilding opteadm (dev).
4132026-05-28T17:02:17.278Z Compiling serde_core v1.0.228
4142026-05-28T17:02:17.278Z Compiling libc v0.2.186
4152026-05-28T17:02:17.278Z Compiling cfg-if v1.0.4
4162026-05-28T17:02:17.278Z Compiling fnv v1.0.7
4172026-05-28T17:02:17.281Z Compiling ident_case v1.0.1
4182026-05-28T17:02:17.281Z Compiling memchr v2.8.0
4192026-05-28T17:02:17.281Z Compiling strsim v0.11.1
4202026-05-28T17:02:17.302Z Compiling syn v2.0.117
4212026-05-28T17:02:17.354Z Compiling regex-syntax v0.8.10
4222026-05-28T17:02:17.372Z Compiling equivalent v1.0.2
4232026-05-28T17:02:17.392Z Compiling winnow v1.0.2
4242026-05-28T17:02:17.444Z Compiling serde v1.0.228
4252026-05-28T17:02:17.574Z Compiling hashbrown v0.17.0
4262026-05-28T17:02:17.756Z Compiling aho-corasick v1.1.4
4272026-05-28T17:02:17.853Z Compiling either v1.15.0
4282026-05-28T17:02:18.042Z Compiling zerocopy v0.8.48
4292026-05-28T17:02:18.042Z Compiling indexmap v2.14.0
4302026-05-28T17:02:18.097Z Compiling itertools v0.14.0
4312026-05-28T17:02:18.402Z Compiling toml_parser v1.1.2+spec-1.1.0
4322026-05-28T17:02:18.492Z Compiling byteorder v1.5.0
4332026-05-28T17:02:18.626Z Compiling heapless v0.8.0
4342026-05-28T17:02:18.670Z Compiling toml_datetime v1.1.1+spec-1.1.0
4352026-05-28T17:02:18.886Z Compiling regex-automata v0.4.14
4362026-05-28T17:02:18.970Z Compiling toml_edit v0.25.11+spec-1.1.0
4372026-05-28T17:02:19.116Z Compiling hash32 v0.3.1
4382026-05-28T17:02:19.140Z Compiling rustversion v1.0.22
4392026-05-28T17:02:19.242Z Compiling syn v1.0.109
4402026-05-28T17:02:19.323Z Compiling bitflags v2.11.1
4412026-05-28T17:02:19.396Z Compiling stable_deref_trait v1.2.1
4422026-05-28T17:02:19.466Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4432026-05-28T17:02:19.491Z Compiling smoltcp v0.11.0
4442026-05-28T17:02:19.491Z Compiling macaddr v1.0.1
4452026-05-28T17:02:19.622Z Compiling proc-macro-crate v3.5.0
4462026-05-28T17:02:19.743Z Compiling managed v0.8.0
4472026-05-28T17:02:19.768Z Compiling version_check v0.9.5
4482026-05-28T17:02:19.845Z Compiling darling_core v0.21.3
4492026-05-28T17:02:19.879Z Compiling bitflags v1.3.2
4502026-05-28T17:02:19.932Z Compiling getrandom v0.4.2
4512026-05-28T17:02:19.976Z Compiling rand_core v0.10.1
4522026-05-28T17:02:20.022Z Compiling ref-cast v1.0.25
4532026-05-28T17:02:20.042Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4542026-05-28T17:02:20.130Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4552026-05-28T17:02:20.354Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4562026-05-28T17:02:20.373Z Compiling errno v0.3.14
4572026-05-28T17:02:20.542Z Compiling regex v1.12.3
4582026-05-28T17:02:20.759Z Compiling once_cell v1.21.4
4592026-05-28T17:02:20.960Z Compiling unicode-width v0.2.2
4602026-05-28T17:02:20.999Z Compiling ipnetwork v0.21.1
4612026-05-28T17:02:21.016Z Compiling thiserror-impl v2.0.18
4622026-05-28T17:02:21.262Z Compiling zerocopy-derive v0.8.48
4632026-05-28T17:02:21.414Z Compiling serde_derive v1.0.228
4642026-05-28T17:02:21.563Z Compiling foreign-types-macros v0.2.3
4652026-05-28T17:02:21.913Z Compiling darling_macro v0.21.3
4662026-05-28T17:02:22.165Z Compiling ref-cast-impl v1.0.25
4672026-05-28T17:02:22.249Z Compiling num_enum_derive v0.7.6
4682026-05-28T17:02:22.314Z Compiling thiserror v2.0.18
4692026-05-28T17:02:22.394Z Compiling cobs v0.3.0
4702026-05-28T17:02:22.463Z Compiling darling v0.21.3
4712026-05-28T17:02:22.536Z Compiling ingot-macros v0.1.1
4722026-05-28T17:02:22.678Z Compiling foreign-types-shared v0.3.1
4732026-05-28T17:02:22.760Z Compiling cpufeatures v0.3.0
4742026-05-28T17:02:22.824Z Compiling chacha20 v0.10.0
4752026-05-28T17:02:22.859Z Compiling foreign-types v0.5.0
4762026-05-28T17:02:22.928Z Compiling cstr-argument v0.1.2
4772026-05-28T17:02:23.094Z Compiling tabwriter v1.4.1
4782026-05-28T17:02:23.163Z Compiling tracing-attributes v0.1.31
4792026-05-28T17:02:23.215Z Compiling num_enum v0.7.6
4802026-05-28T17:02:23.327Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4812026-05-28T17:02:23.513Z Compiling tracing-core v0.1.36
4822026-05-28T17:02:23.640Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4832026-05-28T17:02:23.899Z Compiling rustix v1.1.4
4842026-05-28T17:02:24.479Z Compiling anyhow v1.0.102
4852026-05-28T17:02:24.499Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4862026-05-28T17:02:24.532Z Compiling pretty-hex v0.4.2
4872026-05-28T17:02:24.661Z Compiling postcard v1.1.3
4882026-05-28T17:02:24.674Z Compiling dyn-clone v1.0.20
4892026-05-28T17:02:24.745Z Compiling pin-project-lite v0.2.17
4902026-05-28T17:02:24.821Z Compiling tracing v0.1.44
4912026-05-28T17:02:24.832Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4922026-05-28T17:02:24.836Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-05-28T17:02:25.018Z Compiling rand v0.10.1
4942026-05-28T17:02:25.044Z Compiling terminal_size v0.4.4
4952026-05-28T17:02:25.057Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-05-28T17:02:25.095Z Compiling uuid v1.23.1
4972026-05-28T17:02:25.169Z Compiling socket2 v0.6.3
4982026-05-28T17:02:25.182Z Compiling oxnet v0.1.5
4992026-05-28T17:02:25.221Z Compiling colored v3.1.1
5002026-05-28T17:02:25.315Z Compiling clap_derive v4.6.1
5012026-05-28T17:02:25.650Z Compiling ingot-types v0.1.2
5022026-05-28T17:02:25.671Z Compiling clap_builder v4.6.0
5032026-05-28T17:02:25.798Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-05-28T17:02:26.047Z Compiling ingot v0.1.1
5052026-05-28T17:02:27.583Z Compiling clap v4.6.1
5062026-05-28T17:02:27.743Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-28T17:02:29.994Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-28T17:02:31.155Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-28T17:02:35.551Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.42s
5102026-05-28T17:02:35.580ZBuilding xde (dev).
5112026-05-28T17:02:35.808Z 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)
5122026-05-28T17:02:35.808Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5132026-05-28T17:02:35.808Z Compiling proc-macro2 v1.0.106
5142026-05-28T17:02:35.808Z Compiling unicode-ident v1.0.24
5152026-05-28T17:02:35.808Z Compiling quote v1.0.45
5162026-05-28T17:02:35.808Z Compiling ident_case v1.0.1
5172026-05-28T17:02:35.808Z Compiling strsim v0.11.1
5182026-05-28T17:02:35.813Z Compiling serde_core v1.0.228
5192026-05-28T17:02:35.928Z Compiling memchr v2.8.0
5202026-05-28T17:02:35.932Z Compiling fnv v1.0.7
5212026-05-28T17:02:36.013Z Compiling regex-syntax v0.8.10
5222026-05-28T17:02:36.184Z Compiling serde v1.0.228
5232026-05-28T17:02:36.192Z Compiling zerocopy v0.8.48
5242026-05-28T17:02:36.208Z Compiling either v1.15.0
5252026-05-28T17:02:36.324Z Compiling aho-corasick v1.1.4
5262026-05-28T17:02:36.400Z Compiling thiserror v2.0.18
5272026-05-28T17:02:36.616Z Compiling itertools v0.14.0
5282026-05-28T17:02:36.640Z Compiling heapless v0.8.0
5292026-05-28T17:02:36.980Z Compiling syn v2.0.117
5302026-05-28T17:02:37.017Z Compiling smoltcp v0.11.0
5312026-05-28T17:02:37.051Z Compiling crc32fast v1.5.0
5322026-05-28T17:02:37.103Z Compiling ref-cast v1.0.25
5332026-05-28T17:02:37.388Z Compiling version_check v0.9.5
5342026-05-28T17:02:37.444Z Compiling regex-automata v0.4.14
5352026-05-28T17:02:37.685Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-05-28T17:02:38.986Z Compiling regex v1.12.3
5372026-05-28T17:02:39.244Z Compiling darling_core v0.21.3
5382026-05-28T17:02:39.326Z Compiling darling_core v0.23.0
5392026-05-28T17:02:40.159Z Compiling zerocopy-derive v0.8.48
5402026-05-28T17:02:40.159Z Compiling thiserror-impl v2.0.18
5412026-05-28T17:02:40.159Z Compiling serde_derive v1.0.228
5422026-05-28T17:02:40.162Z Compiling ref-cast-impl v1.0.25
5432026-05-28T17:02:40.162Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-28T17:02:41.885Z Compiling darling_macro v0.21.3
5452026-05-28T17:02:41.897Z Compiling darling_macro v0.23.0
5462026-05-28T17:02:42.829Z Compiling darling v0.23.0
5472026-05-28T17:02:42.829Z Compiling darling v0.21.3
5482026-05-28T17:02:42.890Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5492026-05-28T17:02:42.893Z Compiling ingot-macros v0.1.1
5502026-05-28T17:02:47.307Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5512026-05-28T17:02:49.040Z Compiling byteorder v1.5.0
5522026-05-28T17:02:49.040Z Compiling cfg-if v1.0.4
5532026-05-28T17:02:49.040Z Compiling macaddr v1.0.1
5542026-05-28T17:02:49.043Z Compiling stable_deref_trait v1.2.1
5552026-05-28T17:02:49.105Z Compiling cobs v0.3.0
5562026-05-28T17:02:49.114Z Compiling bitflags v1.3.2
5572026-05-28T17:02:49.142Z Compiling managed v0.8.0
5582026-05-28T17:02:49.177Z Compiling hash32 v0.3.1
5592026-05-28T17:02:49.394Z Compiling dyn-clone v1.0.20
5602026-05-28T17:02:49.466Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-28T17:02:50.580Z Compiling bitflags v2.11.1
5622026-05-28T17:02:50.580Z Compiling uuid v1.23.1
5632026-05-28T17:02:50.712Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-28T17:02:50.993Z Compiling postcard v1.1.3
5652026-05-28T17:02:51.806Z Compiling ingot-types v0.1.2
5662026-05-28T17:02:52.087Z Compiling ingot v0.1.1
5672026-05-28T17:02:53.489Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-28T17:02:57.800Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-28T17:03:08.234Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-28T17:03:16.556Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.95s
5712026-05-28T17:03:16.580ZLinking xde kmod...
5722026-05-28T17:03:17.711ZBuilding xde dev link helper (dev).
5732026-05-28T17:03:17.868Z 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)
5742026-05-28T17:03:17.868Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5752026-05-28T17:03:17.868Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-28T17:03:28.302Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2026-04-01-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
5772026-05-28T17:03:30.456Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.71s
5782026-05-28T17:03:30.478Z
5792026-05-28T17:03:30.479Zreal 3:07.199871368
5802026-05-28T17:03:30.479Zuser 8:59.690220276
5812026-05-28T17:03:30.479Zsys 58.210809375
5822026-05-28T17:03:30.481Ztrap 0.244239474
5832026-05-28T17:03:30.481Ztflt 1.058811769
5842026-05-28T17:03:30.481Zdflt 2.158073656
5852026-05-28T17:03:30.481Zkflt 0.012479206
5862026-05-28T17:03:30.481Zlock 29:46.690771149
5872026-05-28T17:03:30.482Zslp 21:02.912708687
5882026-05-28T17:03:30.482Zlat 21.454081984
5892026-05-28T17:03:30.482Zstop 31.102163471
5902026-05-28T17:03:30.482Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-28T17:03:30.482Z+ grep GOTPCREL
5922026-05-28T17:03:31.442Z+ header 'package opte'
5932026-05-28T17:03:31.442Z+ echo '# ==== package opte ==== #'
5942026-05-28T17:03:31.442Z+ cargo xtask package --skip-build --profile all
5952026-05-28T17:03:31.442Z# ==== package opte ==== #
5962026-05-28T17:03:31.585Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-05-28T17:03:31.589Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-28T17:03:31.804Z+ ./clean.sh
5992026-05-28T17:03:31.812Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-28T17:03:31.816Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-28T17:03:31.818Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-28T17:03:31.818Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-28T17:03:31.832Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-28T17:03:31.876Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-28T17:03:31.881Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-28T17:03:31.881Z+ '[' -z ']'
6072026-05-28T17:03:31.881Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-28T17:03:31.891Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-28T17:03:31.963Z+ INC_DEBUG=
6102026-05-28T17:03:31.964Z+ typeset -ri TAG=0
6112026-05-28T17:03:31.967Z++ ./print-api-version.sh
6122026-05-28T17:03:31.970Z+ API_VSN=40
6132026-05-28T17:03:31.974Z+ PKG_VERSION=0.40.487-3.0
6142026-05-28T17:03:31.974Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.487-3.0/g opte.template.p5m
6152026-05-28T17:03:31.974Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-28T17:03:32.724Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-28T17:03:33.123Z+ mkdir -p packages
6182026-05-28T17:03:33.126Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-28T17:03:40.624Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-28T17:03:40.627Z+ pkgrepo create packages/repo
6212026-05-28T17:03:40.854Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-28T17:03:41.064Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-28T17:04:10.474Zpkg://helios/driver/network/opte@0.40.487,5.11-3.0:20260528T170340Z
6242026-05-28T17:04:10.474ZPUBLISHED
6252026-05-28T17:04:10.509Z+ pkgrecv -a -d packages/repo/opte-0.40.487-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-28T17:04:10.704ZRetrieving packages for publisher helios ...
6272026-05-28T17:04:10.709ZRetrieving catalog 'helios' ... Done
6282026-05-28T17:04:10.709ZRetrieving and evaluating 1 package(s)...
6292026-05-28T17:04:10.709ZFetching manifests: 1/1 100% complete
6302026-05-28T17:04:10.709ZFetching manifests: 1/1 100% complete
6312026-05-28T17:04:10.709Z
6322026-05-28T17:04:10.709ZArchiving packages ...
6332026-05-28T17:04:10.709Z Packages to add: 1
6342026-05-28T17:04:10.709Z Files to retrieve: 6
6352026-05-28T17:04:10.709ZEstimated transfer size: 37.04 MB
6362026-05-28T17:04:10.709Z
6372026-05-28T17:04:10.709ZPackages to archive:
6382026-05-28T17:04:10.709Zdriver/network/opte@0.40.487,5.11-3.0:20260528T170340Z
6392026-05-28T17:04:10.709Z
6402026-05-28T17:04:10.709ZDownload: 0/6 items 0.0/37.0MB 0% complete
6412026-05-28T17:04:10.772ZDownload: Completed 37.04 MB in 0.07 seconds (547M/s)
6422026-05-28T17:04:10.775ZArchiving: 1/20 items 0.0/37.1MB 0% complete
6432026-05-28T17:04:10.788ZArchiving: Completed 37.07 MB in 0.01 seconds
6442026-05-28T17:04:10.827ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.487-3.0.p5p.
6452026-05-28T17:04:10.830Z+ banner copy
6462026-05-28T17:04:10.833Z
6472026-05-28T17:04:10.833Z #### #### ##### # #
6482026-05-28T17:04:10.833Z # # # # # # # #
6492026-05-28T17:04:10.833Z # # # # # #
6502026-05-28T17:04:10.833Z # # # ##### #
6512026-05-28T17:04:10.833Z # # # # # #
6522026-05-28T17:04:10.833Z #### #### # #
6532026-05-28T17:04:10.833Z
6542026-05-28T17:04:10.836Z+ pfexec mkdir -p /out
6552026-05-28T17:04:10.838Z+ pfexec chown 12345 /out
6562026-05-28T17:04:10.838Z+ PKG_NAME=/out/opte.p5p
6572026-05-28T17:04:10.838Z+ mv pkg/packages/repo/opte-0.40.487-3.0.p5p /out/opte.p5p
6582026-05-28T17:04:10.867Z+ sha256sum /out/opte.p5p
6592026-05-28T17:04:10.891Zprocess exited: duration 241534 ms, exit code 0
 
6602026-05-28T17:04:10.905Zfound 2 output files
6612026-05-28T17:04:10.923Zuploading: /out/opte.p5p (38881280 bytes)
6622026-05-28T17:04:12.145Zuploaded: /out/opte.p5p
6632026-05-28T17:04:12.145Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-28T17:04:13.156Zuploaded: /out/opte.p5p.sha256