01KQHNPV953DR26QXX0N714Q7C: 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: 01KQHNQ7WNW3FKFJ35BTAA9X5W

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T11:46:16.474Zjob assigned to worker 01KQHNQFC1ZKWVTDSW9GHF3H2C [factory aws, i-0ee7f0a0133c956c5] (queued for 50 s)
 
22026-05-01T11:46:22.633Zstarting task 0: "setup"
32026-05-01T11:46:22.640Z++ uname -s
42026-05-01T11:46:22.643Z+ kern=SunOS
52026-05-01T11:46:22.643Z+ build_user=build
62026-05-01T11:46:22.643Z+ build_uid=12345
72026-05-01T11:46:22.643Z+ work_dir=/work
82026-05-01T11:46:22.643Z+ input_dir=/input
92026-05-01T11:46:22.643Z+ [[ 0 == 12345 ]]
102026-05-01T11:46:22.643Z+ case "$kern" in
112026-05-01T11:46:22.643Z+ groupadd -g 12345 build
122026-05-01T11:46:22.646Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T11:46:24.652Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T11:46:24.829Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T11:46:24.832Z+ home_fs=zfs
162026-05-01T11:46:24.832Z+ [[ zfs == autofs ]]
172026-05-01T11:46:24.832Z+ mkdir -p /home/build
182026-05-01T11:46:24.832Z+ chown build:build /home/build /work
192026-05-01T11:46:26.834Z+ chmod 0700 /home/build /work
202026-05-01T11:46:26.838Zprocess exited: duration 4201 ms, exit code 0
 
212026-05-01T11:46:26.850Zstarting task 1: "rust-toolchain"
222026-05-01T11:46:26.853Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-01T11:46:26.853Z * rust toolchain channel = "1.94.1"
242026-05-01T11:46:26.853Z * rust toolchain profile = "default"
252026-05-01T11:46:26.853Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-01T11:46:26.853Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T11:46:26.853Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T11:46:26.856Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T11:46:26.856Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-01T11:46:27.141Zinfo: downloading installer
312026-05-01T11:46:28.509Zwarn: It looks like you have an existing rustup settings file at:
322026-05-01T11:46:28.509Zwarn: /home/build/.rustup/settings.toml
332026-05-01T11:46:28.509Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-01T11:46:28.509Zwarn: instead of the one inferred from the default host triple.
352026-05-01T11:46:28.521Zinfo: profile set to default
362026-05-01T11:46:28.521Zinfo: default host triple is x86_64-unknown-illumos
372026-05-01T11:46:28.524Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-01T11:46:28.664Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-01T11:46:28.667Zinfo: downloading 6 components
402026-05-01T11:46:42.958Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-01T11:46:42.959Z
422026-05-01T11:46:42.987Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-01T11:46:42.987Z
442026-05-01T11:46:42.987Z
452026-05-01T11:46:42.987ZRust is installed now. Great!
462026-05-01T11:46:42.987Z
472026-05-01T11:46:42.987ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-01T11:46:42.990Zenvironment variable. This has not been done automatically.
492026-05-01T11:46:42.990Z
502026-05-01T11:46:42.990ZTo configure your current shell, you need to source
512026-05-01T11:46:42.990Zthe corresponding env file under $HOME/.cargo.
522026-05-01T11:46:42.990Z
532026-05-01T11:46:42.990ZThis is usually done by running one of the following (note the leading DOT):
542026-05-01T11:46:42.990Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-01T11:46:42.991Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-01T11:46:42.991Zsource "~/.cargo/env.nu" # For nushell
572026-05-01T11:46:42.991Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-01T11:46:42.991Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-01T11:46:42.991Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-01T11:46:42.991Zwarn: no default linker (`cc`) was found in your PATH
612026-05-01T11:46:42.991Zwarn: many Rust crates require a system C toolchain to build
622026-05-01T11:46:43.079Z+ rustup --version
632026-05-01T11:46:43.088Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-01T11:46:43.091Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-01T11:46:43.110Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-01T11:46:43.113Z+ cargo --version
672026-05-01T11:46:43.126Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-01T11:46:43.128Z+ rustc --version
692026-05-01T11:46:43.148Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-01T11:46:43.151Zprocess exited: duration 16302 ms, exit code 0
 
712026-05-01T11:46:43.157Zstarting task 2: "authentication"
722026-05-01T11:46:43.173Zprocess exited: duration 16 ms, exit code 0
 
732026-05-01T11:46:43.178Zstarting task 3: "clone repository"
742026-05-01T11:46:43.182Z+ mkdir -p /work/oxidecomputer/opte
752026-05-01T11:46:43.185Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-01T11:46:43.212ZCloning into '/work/oxidecomputer/opte'...
772026-05-01T11:46:43.976Z+ cd /work/oxidecomputer/opte
782026-05-01T11:46:43.976Z+ git fetch origin 4583506ff42244759da4024be62185e7da2eba1a
792026-05-01T11:46:44.228ZFrom https://github.com/oxidecomputer/opte
802026-05-01T11:46:44.228Z * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD
812026-05-01T11:46:44.233Z+ [[ -n helios3 ]]
822026-05-01T11:46:44.236Z++ git branch --show-current
832026-05-01T11:46:44.236Z+ current=master
842026-05-01T11:46:44.236Z+ [[ master != helios3 ]]
852026-05-01T11:46:44.236Z+ git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a
862026-05-01T11:46:44.239Z+ git checkout -f helios3
872026-05-01T11:46:44.255ZSwitched to branch 'helios3'
882026-05-01T11:46:44.258Z+ git reset --hard 4583506ff42244759da4024be62185e7da2eba1a
892026-05-01T11:46:44.271ZHEAD is now at 4583506 Switch to helios3; include helios version in package FMRI
902026-05-01T11:46:44.274Zprocess exited: duration 1093 ms, exit code 0
 
912026-05-01T11:46:44.279Zstarting task 4: "build"
922026-05-01T11:46:44.283Z+ source .github/buildomat/common.sh
932026-05-01T11:46:44.286Z++ rustup show active-toolchain
942026-05-01T11:46:44.289Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-01T11:46:44.292Z++ pushd xde
962026-05-01T11:46:44.292Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-01T11:46:44.293Z++ rustup show active-toolchain
982026-05-01T11:46:44.296Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-01T11:46:44.435Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-01T11:46:44.438Zinfo: downloading 6 components
1012026-05-01T11:46:57.939Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-01T11:46:58.016Z+++ rustup show active-toolchain -v
1032026-05-01T11:46:58.020Z+++ head -n 1
1042026-05-01T11:46:58.020Z+++ cut '-d ' -f1
1052026-05-01T11:46:58.072Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-01T11:46:58.072Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-01T11:46:58.072Z++ popd
1082026-05-01T11:46:58.075Z/work/oxidecomputer/opte
1092026-05-01T11:46:58.075Z+ TGT_BASE=/work
1102026-05-01T11:46:58.075Z+ REL_SRC=target/x86_64-unknown-unknown/release-lto
1112026-05-01T11:46:58.075Z+ REL_TGT=/work/release
1122026-05-01T11:46:58.075Z+ mkdir -p /work/release
1132026-05-01T11:46:58.075Z+ cargo --version
1142026-05-01T11:46:58.084Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1152026-05-01T11:46:58.088Z+ rustc --version
1162026-05-01T11:46:58.106Zrustc 1.94.1 (e408947bf 2026-03-25)
1172026-05-01T11:46:58.108Z+ header 'build xde and opteadm (release+debug)'
1182026-05-01T11:46:58.108Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1192026-05-01T11:46:58.109Z# ==== build xde and opteadm (release+debug) ==== #
1202026-05-01T11:46:58.109Z+ ptime -m cargo xtask build --profile all
1212026-05-01T11:46:58.212Z Updating crates.io index
1222026-05-01T11:46:58.245Z Updating git repository `https://github.com/oxidecomputer/falcon`
1232026-05-01T11:46:59.180Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1242026-05-01T11:46:59.630Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1252026-05-01T11:46:59.922Z Updating git repository `https://github.com/oxidecomputer/zone`
1262026-05-01T11:47:00.151Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1272026-05-01T11:47:00.518Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1282026-05-01T11:47:00.736Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1292026-05-01T11:47:02.643Z Downloading crates ...
1302026-05-01T11:47:02.679Z Downloaded errno v0.3.14
1312026-05-01T11:47:02.684Z Downloaded clap_lex v1.1.0
1322026-05-01T11:47:02.686Z Downloaded colorchoice v1.0.5
1332026-05-01T11:47:02.690Z Downloaded camino v1.2.2
1342026-05-01T11:47:02.693Z Downloaded anstyle-query v1.1.5
1352026-05-01T11:47:02.697Z Downloaded cargo-platform v0.3.3
1362026-05-01T11:47:02.700Z Downloaded utf8parse v0.2.2
1372026-05-01T11:47:02.706Z Downloaded is_terminal_polyfill v1.70.2
1382026-05-01T11:47:02.708Z Downloaded serde_spanned v1.1.1
1392026-05-01T11:47:02.708Z Downloaded heck v0.5.0
1402026-05-01T11:47:02.711Z Downloaded anstream v1.0.0
1412026-05-01T11:47:02.714Z Downloaded terminal_size v0.4.4
1422026-05-01T11:47:02.714Z Downloaded itoa v1.0.18
1432026-05-01T11:47:02.714Z Downloaded equivalent v1.0.2
1442026-05-01T11:47:02.725Z Downloaded strsim v0.11.1
1452026-05-01T11:47:02.728Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1462026-05-01T11:47:02.733Z Downloaded quote v1.0.45
1472026-05-01T11:47:02.736Z Downloaded toml_writer v1.1.1+spec-1.1.0
1482026-05-01T11:47:02.736Z Downloaded anstyle-parse v1.0.0
1492026-05-01T11:47:02.739Z Downloaded anstyle v1.0.14
1502026-05-01T11:47:02.739Z Downloaded zmij v1.0.21
1512026-05-01T11:47:02.741Z Downloaded cargo_metadata v0.23.1
1522026-05-01T11:47:02.747Z Downloaded clap_derive v4.6.1
1532026-05-01T11:47:02.749Z Downloaded toml_parser v1.1.2+spec-1.1.0
1542026-05-01T11:47:02.752Z Downloaded semver v1.0.28
1552026-05-01T11:47:02.752Z Downloaded bitflags v2.11.1
1562026-05-01T11:47:02.755Z Downloaded thiserror v2.0.18
1572026-05-01T11:47:02.760Z Downloaded thiserror-impl v2.0.18
1582026-05-01T11:47:02.765Z Downloaded anyhow v1.0.102
1592026-05-01T11:47:02.769Z Downloaded proc-macro2 v1.0.106
1602026-05-01T11:47:02.771Z Downloaded serde_core v1.0.228
1612026-05-01T11:47:02.774Z Downloaded serde_derive v1.0.228
1622026-05-01T11:47:02.774Z Downloaded unicode-ident v1.0.24
1632026-05-01T11:47:02.777Z Downloaded toml v1.1.2+spec-1.1.0
1642026-05-01T11:47:02.780Z Downloaded clap v4.6.1
1652026-05-01T11:47:02.793Z Downloaded memchr v2.8.0
1662026-05-01T11:47:02.798Z Downloaded serde v1.0.228
1672026-05-01T11:47:02.811Z Downloaded indexmap v2.14.0
1682026-05-01T11:47:02.830Z Downloaded hashbrown v0.17.0
1692026-05-01T11:47:02.833Z Downloaded serde_json v1.0.149
1702026-05-01T11:47:02.835Z Downloaded clap_builder v4.6.0
1712026-05-01T11:47:02.840Z Downloaded winnow v1.0.2
1722026-05-01T11:47:02.863Z Downloaded syn v2.0.117
1732026-05-01T11:47:02.878Z Downloaded rustix v1.1.4
1742026-05-01T11:47:02.904Z Downloaded libc v0.2.186
1752026-05-01T11:47:02.951Z Compiling serde_core v1.0.228
1762026-05-01T11:47:02.951Z Compiling proc-macro2 v1.0.106
1772026-05-01T11:47:02.951Z Compiling quote v1.0.45
1782026-05-01T11:47:02.952Z Compiling unicode-ident v1.0.24
1792026-05-01T11:47:02.954Z Compiling libc v0.2.186
1802026-05-01T11:47:02.954Z Compiling rustix v1.1.4
1812026-05-01T11:47:02.955Z Compiling bitflags v2.11.1
1822026-05-01T11:47:02.955Z Compiling zmij v1.0.21
1832026-05-01T11:47:03.158Z Compiling utf8parse v0.2.2
1842026-05-01T11:47:03.257Z Compiling anstyle-parse v1.0.0
1852026-05-01T11:47:03.403Z Compiling serde v1.0.228
1862026-05-01T11:47:03.408Z Compiling is_terminal_polyfill v1.70.2
1872026-05-01T11:47:03.462Z Compiling anstyle-query v1.1.5
1882026-05-01T11:47:03.477Z Compiling thiserror v2.0.18
1892026-05-01T11:47:03.485Z Compiling colorchoice v1.0.5
1902026-05-01T11:47:03.558Z Compiling serde_json v1.0.149
1912026-05-01T11:47:03.564Z Compiling camino v1.2.2
1922026-05-01T11:47:03.589Z Compiling anstyle v1.0.14
1932026-05-01T11:47:03.695Z Compiling errno v0.3.14
1942026-05-01T11:47:03.772Z Compiling anstream v1.0.0
1952026-05-01T11:47:03.860Z Compiling clap_lex v1.1.0
1962026-05-01T11:47:03.903Z Compiling itoa v1.0.18
1972026-05-01T11:47:03.999Z Compiling strsim v0.11.1
1982026-05-01T11:47:04.216Z Compiling anyhow v1.0.102
1992026-05-01T11:47:04.237Z Compiling terminal_size v0.4.4
2002026-05-01T11:47:04.251Z Compiling memchr v2.8.0
2012026-05-01T11:47:04.306Z Compiling heck v0.5.0
2022026-05-01T11:47:04.386Z Compiling syn v2.0.117
2032026-05-01T11:47:04.405Z Compiling winnow v1.0.2
2042026-05-01T11:47:04.504Z Compiling clap_builder v4.6.0
2052026-05-01T11:47:04.734Z Compiling toml_parser v1.1.2+spec-1.1.0
2062026-05-01T11:47:04.831Z Compiling toml_writer v1.1.1+spec-1.1.0
2072026-05-01T11:47:05.196Z Compiling semver v1.0.28
2082026-05-01T11:47:05.374Z Compiling serde_spanned v1.1.1
2092026-05-01T11:47:05.478Z Compiling toml_datetime v1.1.1+spec-1.1.0
2102026-05-01T11:47:05.530Z Compiling cargo-platform v0.3.3
2112026-05-01T11:47:05.978Z Compiling toml v1.1.2+spec-1.1.0
2122026-05-01T11:47:06.958Z Compiling serde_derive v1.0.228
2132026-05-01T11:47:07.297Z Compiling thiserror-impl v2.0.18
2142026-05-01T11:47:07.417Z Compiling clap_derive v4.6.1
2152026-05-01T11:47:09.044Z Compiling clap v4.6.1
2162026-05-01T11:47:10.014Z Compiling cargo_metadata v0.23.1
2172026-05-01T11:47:12.474Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2182026-05-01T11:47:14.020Z Finished `dev` profile [optimized + debuginfo] target(s) in 15.90s
2192026-05-01T11:47:14.114Z Running `target/debug/xtask build --profile all`
2202026-05-01T11:47:15.415ZBuilding opteadm (release).
2212026-05-01T11:47:15.510Z Compiling proc-macro2 v1.0.106
2222026-05-01T11:47:15.510Z Compiling unicode-ident v1.0.24
2232026-05-01T11:47:15.510Z Compiling quote v1.0.45
2242026-05-01T11:47:15.510Z Compiling serde_core v1.0.228
2252026-05-01T11:47:15.510Z Compiling libc v0.2.186
2262026-05-01T11:47:15.510Z Compiling cfg-if v1.0.4
2272026-05-01T11:47:15.510Z Compiling strsim v0.11.1
2282026-05-01T11:47:15.513Z Compiling ident_case v1.0.1
2292026-05-01T11:47:15.581Z Compiling memchr v2.8.0
2302026-05-01T11:47:15.627Z Compiling fnv v1.0.7
2312026-05-01T11:47:15.630Z Compiling thiserror v2.0.18
2322026-05-01T11:47:15.705Z Compiling regex-syntax v0.8.10
2332026-05-01T11:47:15.792Z Compiling winnow v1.0.2
2342026-05-01T11:47:15.815Z Compiling serde v1.0.228
2352026-05-01T11:47:16.091Z Compiling aho-corasick v1.1.4
2362026-05-01T11:47:16.104Z Compiling equivalent v1.0.2
2372026-05-01T11:47:16.115Z Compiling either v1.15.0
2382026-05-01T11:47:16.194Z Compiling anyhow v1.0.102
2392026-05-01T11:47:16.220Z Compiling hashbrown v0.17.0
2402026-05-01T11:47:16.375Z Compiling zerocopy v0.8.48
2412026-05-01T11:47:16.701Z Compiling itertools v0.14.0
2422026-05-01T11:47:16.733Z Compiling syn v2.0.117
2432026-05-01T11:47:16.803Z Compiling indexmap v2.14.0
2442026-05-01T11:47:16.830Z Compiling toml_parser v1.1.2+spec-1.1.0
2452026-05-01T11:47:16.871Z Compiling heapless v0.8.0
2462026-05-01T11:47:17.156Z Compiling byteorder v1.5.0
2472026-05-01T11:47:17.334Z Compiling regex-automata v0.4.14
2482026-05-01T11:47:17.373Z Compiling toml_datetime v1.1.1+spec-1.1.0
2492026-05-01T11:47:17.403Z Compiling hash32 v0.3.1
2502026-05-01T11:47:17.531Z Compiling toml_edit v0.25.11+spec-1.1.0
2512026-05-01T11:47:17.586Z Compiling syn v1.0.109
2522026-05-01T11:47:17.728Z Compiling bitflags v2.11.1
2532026-05-01T11:47:17.843Z Compiling smoltcp v0.11.0
2542026-05-01T11:47:17.851Z Compiling stable_deref_trait v1.2.1
2552026-05-01T11:47:17.880Z Compiling rustversion v1.0.22
2562026-05-01T11:47:17.912Z Compiling macaddr v1.0.1
2572026-05-01T11:47:17.944Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2582026-05-01T11:47:18.071Z Compiling proc-macro-crate v3.5.0
2592026-05-01T11:47:18.176Z Compiling bitflags v1.3.2
2602026-05-01T11:47:18.205Z Compiling rand_core v0.10.1
2612026-05-01T11:47:18.233Z Compiling managed v0.8.0
2622026-05-01T11:47:18.238Z Compiling getrandom v0.4.2
2632026-05-01T11:47:18.349Z Compiling rustix v1.1.4
2642026-05-01T11:47:18.452Z Compiling version_check v0.9.5
2652026-05-01T11:47:18.465Z Compiling ref-cast v1.0.25
2662026-05-01T11:47:18.474Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2672026-05-01T11:47:18.701Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2682026-05-01T11:47:18.780Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2692026-05-01T11:47:18.867Z Compiling errno v0.3.14
2702026-05-01T11:47:18.904Z Compiling cpufeatures v0.3.0
2712026-05-01T11:47:18.966Z Compiling unicode-width v0.2.2
2722026-05-01T11:47:19.006Z Compiling regex v1.12.3
2732026-05-01T11:47:19.016Z Compiling once_cell v1.21.4
2742026-05-01T11:47:19.235Z Compiling utf8parse v0.2.2
2752026-05-01T11:47:19.254Z Compiling ipnetwork v0.21.1
2762026-05-01T11:47:19.327Z Compiling darling_core v0.21.3
2772026-05-01T11:47:19.399Z Compiling foreign-types-shared v0.3.1
2782026-05-01T11:47:19.478Z Compiling anstyle-parse v1.0.0
2792026-05-01T11:47:19.619Z Compiling cstr-argument v0.1.2
2802026-05-01T11:47:19.669Z Compiling tabwriter v1.4.1
2812026-05-01T11:47:19.768Z Compiling tracing-core v0.1.36
2822026-05-01T11:47:19.907Z Compiling chacha20 v0.10.0
2832026-05-01T11:47:20.471Z Compiling pretty-hex v0.4.2
2842026-05-01T11:47:20.497Z Compiling dyn-clone v1.0.20
2852026-05-01T11:47:20.504Z Compiling thiserror-impl v2.0.18
2862026-05-01T11:47:20.591Z Compiling serde_derive v1.0.228
2872026-05-01T11:47:20.591Z Compiling zerocopy-derive v0.8.48
2882026-05-01T11:47:20.624Z Compiling foreign-types-macros v0.2.3
2892026-05-01T11:47:20.647Z Compiling num_enum_derive v0.7.6
2902026-05-01T11:47:21.212Z Compiling ref-cast-impl v1.0.25
2912026-05-01T11:47:21.286Z Compiling foreign-types v0.5.0
2922026-05-01T11:47:21.375Z Compiling tracing-attributes v0.1.31
2932026-05-01T11:47:21.483Z Compiling darling_macro v0.21.3
2942026-05-01T11:47:21.653Z Compiling num_enum v0.7.6
2952026-05-01T11:47:21.760Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
2962026-05-01T11:47:21.841Z Compiling cobs v0.3.0
2972026-05-01T11:47:21.872Z Compiling pin-project-lite v0.2.17
2982026-05-01T11:47:21.957Z Compiling anstyle v1.0.14
2992026-05-01T11:47:22.018Z Compiling darling v0.21.3
3002026-05-01T11:47:22.033Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3012026-05-01T11:47:22.049Z Compiling anstyle-query v1.1.5
3022026-05-01T11:47:22.086Z Compiling ingot-macros v0.1.1
3032026-05-01T11:47:22.141Z Compiling is_terminal_polyfill v1.70.2
3042026-05-01T11:47:22.205Z Compiling colorchoice v1.0.5
3052026-05-01T11:47:22.229Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3062026-05-01T11:47:22.229Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3072026-05-01T11:47:22.303Z Compiling anstream v1.0.0
3082026-05-01T11:47:22.418Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3092026-05-01T11:47:22.500Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3102026-05-01T11:47:22.585Z Compiling tracing v0.1.44
3112026-05-01T11:47:22.719Z Compiling terminal_size v0.4.4
3122026-05-01T11:47:22.760Z Compiling rand v0.10.1
3132026-05-01T11:47:22.847Z Compiling uuid v1.23.1
3142026-05-01T11:47:22.895Z Compiling socket2 v0.6.3
3152026-05-01T11:47:22.984Z Compiling colored v3.1.1
3162026-05-01T11:47:23.233Z Compiling clap_lex v1.1.0
3172026-05-01T11:47:23.449Z Compiling oxnet v0.1.4
3182026-05-01T11:47:23.530Z Compiling heck v0.5.0
3192026-05-01T11:47:23.549Z Compiling clap_builder v4.6.0
3202026-05-01T11:47:23.549Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3212026-05-01T11:47:23.713Z Compiling clap_derive v4.6.1
3222026-05-01T11:47:23.754Z Compiling postcard v1.1.3
3232026-05-01T11:47:24.891Z Compiling ingot-types v0.1.2
3242026-05-01T11:47:25.206Z Compiling ingot v0.1.1
3252026-05-01T11:47:25.297Z Compiling clap v4.6.1
3262026-05-01T11:47:26.950Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3272026-05-01T11:47:27.949Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3282026-05-01T11:47:28.978Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3292026-05-01T11:47:35.554Z Finished `release` profile [optimized + debuginfo] target(s) in 20.13s
3302026-05-01T11:47:35.582ZBuilding xde (release-lto).
3312026-05-01T11:47:35.832Z Updating crates.io index
3322026-05-01T11:47:35.933Z Downloading crates ...
3332026-05-01T11:47:35.984Z Downloaded foldhash v0.2.0
3342026-05-01T11:47:35.987Z Downloaded addr2line v0.25.1
3352026-05-01T11:47:35.990Z Downloaded adler2 v2.0.1
3362026-05-01T11:47:35.993Z Downloaded rustc-literal-escaper v0.0.7
3372026-05-01T11:47:35.997Z Downloaded memchr v2.7.6
3382026-05-01T11:47:36.003Z Downloaded rustc-demangle v0.1.27
3392026-05-01T11:47:36.005Z Downloaded getopts v0.2.24
3402026-05-01T11:47:36.021Z Downloaded miniz_oxide v0.8.9
3412026-05-01T11:47:36.039Z Downloaded hashbrown v0.16.1
3422026-05-01T11:47:36.073Z Downloaded gimli v0.32.3
3432026-05-01T11:47:36.083Z Downloaded object v0.37.3
3442026-05-01T11:47:36.113Z Downloaded libc v0.2.183
3452026-05-01T11:47:36.173Z 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-01T11:47:36.174Z 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-01T11:47:36.174Z Compiling proc-macro2 v1.0.106
3482026-05-01T11:47:36.174Z Compiling unicode-ident v1.0.24
3492026-05-01T11:47:36.174Z Compiling quote v1.0.45
3502026-05-01T11:47:36.174Z Compiling ident_case v1.0.1
3512026-05-01T11:47:36.174Z Compiling strsim v0.11.1
3522026-05-01T11:47:36.176Z Compiling serde_core v1.0.228
3532026-05-01T11:47:36.353Z Compiling fnv v1.0.7
3542026-05-01T11:47:36.357Z Compiling memchr v2.8.0
3552026-05-01T11:47:36.444Z Compiling regex-syntax v0.8.10
3562026-05-01T11:47:36.608Z Compiling thiserror v2.0.18
3572026-05-01T11:47:36.611Z Compiling serde v1.0.228
3582026-05-01T11:47:36.621Z Compiling either v1.15.0
3592026-05-01T11:47:36.742Z Compiling zerocopy v0.8.48
3602026-05-01T11:47:36.813Z Compiling aho-corasick v1.1.4
3612026-05-01T11:47:37.007Z Compiling itertools v0.14.0
3622026-05-01T11:47:37.018Z Compiling heapless v0.8.0
3632026-05-01T11:47:37.260Z Compiling smoltcp v0.11.0
3642026-05-01T11:47:37.359Z Compiling syn v2.0.117
3652026-05-01T11:47:37.443Z Compiling crc32fast v1.5.0
3662026-05-01T11:47:37.549Z Compiling version_check v0.9.5
3672026-05-01T11:47:37.680Z Compiling ref-cast v1.0.25
3682026-05-01T11:47:37.902Z Compiling regex-automata v0.4.14
3692026-05-01T11:47:38.088Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3702026-05-01T11:47:39.457Z Compiling regex v1.12.3
3712026-05-01T11:47:39.626Z Compiling darling_core v0.21.3
3722026-05-01T11:47:39.699Z Compiling darling_core v0.23.0
3732026-05-01T11:47:40.551Z Compiling thiserror-impl v2.0.18
3742026-05-01T11:47:40.551Z Compiling zerocopy-derive v0.8.48
3752026-05-01T11:47:40.551Z Compiling serde_derive v1.0.228
3762026-05-01T11:47:40.551Z Compiling ref-cast-impl v1.0.25
3772026-05-01T11:47:40.554Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3782026-05-01T11:47:42.140Z Compiling darling_macro v0.21.3
3792026-05-01T11:47:42.209Z Compiling darling_macro v0.23.0
3802026-05-01T11:47:43.046Z Compiling darling v0.21.3
3812026-05-01T11:47:43.098Z Compiling darling v0.23.0
3822026-05-01T11:47:43.108Z Compiling ingot-macros v0.1.1
3832026-05-01T11:47:43.161Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3842026-05-01T11:47:48.176Z 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-01T11:47:50.230Z Compiling byteorder v1.5.0
3862026-05-01T11:47:50.230Z Compiling macaddr v1.0.1
3872026-05-01T11:47:50.233Z Compiling cfg-if v1.0.4
3882026-05-01T11:47:50.233Z Compiling stable_deref_trait v1.2.1
3892026-05-01T11:47:50.299Z Compiling bitflags v1.3.2
3902026-05-01T11:47:50.302Z Compiling cobs v0.3.0
3912026-05-01T11:47:50.332Z Compiling managed v0.8.0
3922026-05-01T11:47:50.419Z Compiling hash32 v0.3.1
3932026-05-01T11:47:50.568Z Compiling dyn-clone v1.0.20
3942026-05-01T11:47:50.588Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
3952026-05-01T11:47:51.856Z Compiling bitflags v2.11.1
3962026-05-01T11:47:51.856Z Compiling uuid v1.23.1
3972026-05-01T11:47:51.998Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3982026-05-01T11:47:52.297Z Compiling postcard v1.1.3
3992026-05-01T11:47:53.083Z Compiling ingot-types v0.1.2
4002026-05-01T11:47:54.399Z Compiling ingot v0.1.1
4012026-05-01T11:47:54.888Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4022026-05-01T11:47:58.580Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4032026-05-01T11:48:07.303Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4042026-05-01T11:48:35.427Z Finished `release-lto` profile [optimized + debuginfo] target(s) in 59.81s
4052026-05-01T11:48:35.452ZLinking xde kmod...
4062026-05-01T11:48:36.006ZBuilding xde dev link helper (release).
4072026-05-01T11:48:36.166Z 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-01T11:48:36.166Z 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-01T11:48:36.166Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4102026-05-01T11:48:47.216Z 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-01T11:48:49.594Z Finished `release` profile [optimized + debuginfo] target(s) in 13.55s
4122026-05-01T11:48:49.613ZBuilding opteadm (dev).
4132026-05-01T11:48:49.768Z Compiling serde_core v1.0.228
4142026-05-01T11:48:49.769Z Compiling libc v0.2.186
4152026-05-01T11:48:49.769Z Compiling cfg-if v1.0.4
4162026-05-01T11:48:49.769Z Compiling ident_case v1.0.1
4172026-05-01T11:48:49.772Z Compiling strsim v0.11.1
4182026-05-01T11:48:49.772Z Compiling memchr v2.8.0
4192026-05-01T11:48:49.792Z Compiling fnv v1.0.7
4202026-05-01T11:48:49.795Z Compiling syn v2.0.117
4212026-05-01T11:48:49.843Z Compiling regex-syntax v0.8.10
4222026-05-01T11:48:49.868Z Compiling winnow v1.0.2
4232026-05-01T11:48:49.891Z Compiling hashbrown v0.17.0
4242026-05-01T11:48:50.069Z Compiling zerocopy v0.8.48
4252026-05-01T11:48:50.352Z Compiling aho-corasick v1.1.4
4262026-05-01T11:48:50.424Z Compiling serde v1.0.228
4272026-05-01T11:48:50.429Z Compiling either v1.15.0
4282026-05-01T11:48:50.523Z Compiling equivalent v1.0.2
4292026-05-01T11:48:50.599Z Compiling itertools v0.14.0
4302026-05-01T11:48:50.616Z Compiling indexmap v2.14.0
4312026-05-01T11:48:50.761Z Compiling toml_parser v1.1.2+spec-1.1.0
4322026-05-01T11:48:50.902Z Compiling byteorder v1.5.0
4332026-05-01T11:48:51.077Z Compiling toml_datetime v1.1.1+spec-1.1.0
4342026-05-01T11:48:51.208Z Compiling heapless v0.8.0
4352026-05-01T11:48:51.311Z Compiling regex-automata v0.4.14
4362026-05-01T11:48:51.325Z Compiling toml_edit v0.25.11+spec-1.1.0
4372026-05-01T11:48:51.684Z Compiling hash32 v0.3.1
4382026-05-01T11:48:51.779Z Compiling bitflags v2.11.1
4392026-05-01T11:48:51.837Z Compiling syn v1.0.109
4402026-05-01T11:48:51.842Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4412026-05-01T11:48:51.928Z Compiling macaddr v1.0.1
4422026-05-01T11:48:51.981Z Compiling rustversion v1.0.22
4432026-05-01T11:48:52.063Z Compiling stable_deref_trait v1.2.1
4442026-05-01T11:48:52.135Z Compiling smoltcp v0.11.0
4452026-05-01T11:48:52.190Z Compiling proc-macro-crate v3.5.0
4462026-05-01T11:48:52.238Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4472026-05-01T11:48:52.251Z Compiling ref-cast v1.0.25
4482026-05-01T11:48:52.325Z Compiling darling_core v0.21.3
4492026-05-01T11:48:52.462Z Compiling rand_core v0.10.1
4502026-05-01T11:48:52.475Z Compiling getrandom v0.4.2
4512026-05-01T11:48:52.548Z Compiling bitflags v1.3.2
4522026-05-01T11:48:52.598Z Compiling version_check v0.9.5
4532026-05-01T11:48:52.598Z Compiling managed v0.8.0
4542026-05-01T11:48:52.732Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4552026-05-01T11:48:52.860Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4562026-05-01T11:48:53.090Z Compiling regex v1.12.3
4572026-05-01T11:48:53.153Z Compiling errno v0.3.14
4582026-05-01T11:48:53.346Z Compiling unicode-width v0.2.2
4592026-05-01T11:48:53.486Z Compiling ipnetwork v0.21.1
4602026-05-01T11:48:53.571Z Compiling thiserror-impl v2.0.18
4612026-05-01T11:48:53.649Z Compiling serde_derive v1.0.228
4622026-05-01T11:48:53.912Z Compiling zerocopy-derive v0.8.48
4632026-05-01T11:48:54.028Z Compiling num_enum_derive v0.7.6
4642026-05-01T11:48:54.421Z Compiling darling_macro v0.21.3
4652026-05-01T11:48:54.520Z Compiling ref-cast-impl v1.0.25
4662026-05-01T11:48:54.794Z Compiling thiserror v2.0.18
4672026-05-01T11:48:54.896Z Compiling cobs v0.3.0
4682026-05-01T11:48:54.956Z Compiling darling v0.21.3
4692026-05-01T11:48:55.013Z Compiling foreign-types-macros v0.2.3
4702026-05-01T11:48:55.028Z Compiling ingot-macros v0.1.1
4712026-05-01T11:48:55.104Z Compiling cpufeatures v0.3.0
4722026-05-01T11:48:55.172Z Compiling foreign-types-shared v0.3.1
4732026-05-01T11:48:55.179Z Compiling once_cell v1.21.4
4742026-05-01T11:48:55.258Z Compiling chacha20 v0.10.0
4752026-05-01T11:48:55.439Z Compiling tracing-core v0.1.36
4762026-05-01T11:48:55.630Z Compiling foreign-types v0.5.0
4772026-05-01T11:48:55.701Z Compiling num_enum v0.7.6
4782026-05-01T11:48:55.706Z Compiling cstr-argument v0.1.2
4792026-05-01T11:48:55.814Z Compiling tracing-attributes v0.1.31
4802026-05-01T11:48:55.869Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4812026-05-01T11:48:56.023Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4822026-05-01T11:48:56.441Z Compiling tabwriter v1.4.1
4832026-05-01T11:48:56.551Z Compiling rustix v1.1.4
4842026-05-01T11:48:56.861Z Compiling postcard v1.1.3
4852026-05-01T11:48:57.097Z Compiling anyhow v1.0.102
4862026-05-01T11:48:57.180Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4872026-05-01T11:48:57.198Z Compiling pretty-hex v0.4.2
4882026-05-01T11:48:57.226Z Compiling pin-project-lite v0.2.17
4892026-05-01T11:48:57.258Z Compiling dyn-clone v1.0.20
4902026-05-01T11:48:57.312Z Compiling tracing v0.1.44
4912026-05-01T11:48:57.324Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4922026-05-01T11:48:57.393Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-05-01T11:48:57.421Z Compiling terminal_size v0.4.4
4942026-05-01T11:48:57.538Z Compiling rand v0.10.1
4952026-05-01T11:48:57.577Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4962026-05-01T11:48:57.605Z Compiling uuid v1.23.1
4972026-05-01T11:48:57.687Z Compiling socket2 v0.6.3
4982026-05-01T11:48:57.761Z Compiling colored v3.1.1
4992026-05-01T11:48:57.769Z Compiling oxnet v0.1.4
5002026-05-01T11:48:57.897Z Compiling clap_builder v4.6.0
5012026-05-01T11:48:58.193Z Compiling clap_derive v4.6.1
5022026-05-01T11:48:58.231Z Compiling ingot-types v0.1.2
5032026-05-01T11:48:58.412Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5042026-05-01T11:48:58.601Z Compiling ingot v0.1.1
5052026-05-01T11:48:59.658Z Compiling clap v4.6.1
5062026-05-01T11:49:00.253Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5072026-05-01T11:49:02.592Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5082026-05-01T11:49:03.747Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5092026-05-01T11:49:08.135Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.51s
5102026-05-01T11:49:08.164ZBuilding xde (dev).
5112026-05-01T11:49:08.394Z 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-01T11:49:08.394Z 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-01T11:49:08.394Z Compiling proc-macro2 v1.0.106
5142026-05-01T11:49:08.394Z Compiling unicode-ident v1.0.24
5152026-05-01T11:49:08.394Z Compiling quote v1.0.45
5162026-05-01T11:49:08.394Z Compiling strsim v0.11.1
5172026-05-01T11:49:08.394Z Compiling ident_case v1.0.1
5182026-05-01T11:49:08.415Z Compiling serde_core v1.0.228
5192026-05-01T11:49:08.513Z Compiling fnv v1.0.7
5202026-05-01T11:49:08.516Z Compiling memchr v2.8.0
5212026-05-01T11:49:08.595Z Compiling regex-syntax v0.8.10
5222026-05-01T11:49:08.770Z Compiling serde v1.0.228
5232026-05-01T11:49:08.781Z Compiling thiserror v2.0.18
5242026-05-01T11:49:08.784Z Compiling zerocopy v0.8.48
5252026-05-01T11:49:08.914Z Compiling aho-corasick v1.1.4
5262026-05-01T11:49:09.145Z Compiling either v1.15.0
5272026-05-01T11:49:09.215Z Compiling heapless v0.8.0
5282026-05-01T11:49:09.334Z Compiling itertools v0.14.0
5292026-05-01T11:49:09.389Z Compiling smoltcp v0.11.0
5302026-05-01T11:49:09.556Z Compiling syn v2.0.117
5312026-05-01T11:49:09.599Z Compiling crc32fast v1.5.0
5322026-05-01T11:49:09.685Z Compiling ref-cast v1.0.25
5332026-05-01T11:49:09.825Z Compiling version_check v0.9.5
5342026-05-01T11:49:10.059Z Compiling regex-automata v0.4.14
5352026-05-01T11:49:10.186Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5362026-05-01T11:49:11.618Z Compiling regex v1.12.3
5372026-05-01T11:49:11.869Z Compiling darling_core v0.21.3
5382026-05-01T11:49:11.869Z Compiling darling_core v0.23.0
5392026-05-01T11:49:12.811Z Compiling zerocopy-derive v0.8.48
5402026-05-01T11:49:12.811Z Compiling thiserror-impl v2.0.18
5412026-05-01T11:49:12.811Z Compiling serde_derive v1.0.228
5422026-05-01T11:49:12.814Z Compiling ref-cast-impl v1.0.25
5432026-05-01T11:49:12.814Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-05-01T11:49:14.417Z Compiling darling_macro v0.21.3
5452026-05-01T11:49:14.444Z Compiling darling_macro v0.23.0
5462026-05-01T11:49:15.343Z Compiling darling v0.21.3
5472026-05-01T11:49:15.383Z Compiling darling v0.23.0
5482026-05-01T11:49:15.405Z Compiling ingot-macros v0.1.1
5492026-05-01T11:49:15.443Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5502026-05-01T11:49:19.848Z 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-01T11:49:21.581Z Compiling byteorder v1.5.0
5522026-05-01T11:49:21.581Z Compiling cfg-if v1.0.4
5532026-05-01T11:49:21.584Z Compiling macaddr v1.0.1
5542026-05-01T11:49:21.584Z Compiling stable_deref_trait v1.2.1
5552026-05-01T11:49:21.646Z Compiling bitflags v1.3.2
5562026-05-01T11:49:21.653Z Compiling cobs v0.3.0
5572026-05-01T11:49:21.686Z Compiling managed v0.8.0
5582026-05-01T11:49:21.713Z Compiling hash32 v0.3.1
5592026-05-01T11:49:21.939Z Compiling dyn-clone v1.0.20
5602026-05-01T11:49:22.020Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b)
5612026-05-01T11:49:23.135Z Compiling bitflags v2.11.1
5622026-05-01T11:49:23.135Z Compiling uuid v1.23.1
5632026-05-01T11:49:23.266Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5642026-05-01T11:49:23.548Z Compiling postcard v1.1.3
5652026-05-01T11:49:24.332Z Compiling ingot-types v0.1.2
5662026-05-01T11:49:24.614Z Compiling ingot v0.1.1
5672026-05-01T11:49:26.008Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5682026-05-01T11:49:30.211Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5692026-05-01T11:49:40.584Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
5702026-05-01T11:49:48.822Z Finished `dev` profile [optimized + debuginfo] target(s) in 40.62s
5712026-05-01T11:49:48.845ZLinking xde kmod...
5722026-05-01T11:49:50.010ZBuilding xde dev link helper (dev).
5732026-05-01T11:49:50.175Z 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-01T11:49:50.175Z 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-01T11:49:50.176Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
5762026-05-01T11:50:00.655Z 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-01T11:50:02.864Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.82s
5782026-05-01T11:50:02.885Z
5792026-05-01T11:50:02.888Zreal 3:04.767306924
5802026-05-01T11:50:02.888Zuser 8:58.072662965
5812026-05-01T11:50:02.888Zsys 57.948051496
5822026-05-01T11:50:02.888Ztrap 0.251250058
5832026-05-01T11:50:02.888Ztflt 0.915771973
5842026-05-01T11:50:02.889Zdflt 1.405418629
5852026-05-01T11:50:02.889Zkflt 0.009286914
5862026-05-01T11:50:02.889Zlock 30:42.180111370
5872026-05-01T11:50:02.889Zslp 20:54.822304635
5882026-05-01T11:50:02.889Zlat 21.783249725
5892026-05-01T11:50:02.889Zstop 31.281278254
5902026-05-01T11:50:02.889Z+ elfdump target/x86_64-unknown-unknown/release-lto/xde
5912026-05-01T11:50:02.889Z+ grep GOTPCREL
5922026-05-01T11:50:03.782Z+ header 'package opte'
5932026-05-01T11:50:03.782Z+ echo '# ==== package opte ==== #'
5942026-05-01T11:50:03.782Z# ==== package opte ==== #
5952026-05-01T11:50:03.782Z+ cargo xtask package --skip-build --profile all
5962026-05-01T11:50:03.922Z Finished `dev` profile [optimized + debuginfo] target(s) in 0.13s
5972026-05-01T11:50:03.927Z Running `target/debug/xtask package --skip-build --profile all`
5982026-05-01T11:50:04.135Z+ ./clean.sh
5992026-05-01T11:50:04.149Z+ mkdir -p proto/kernel/drv/amd64
6002026-05-01T11:50:04.149Z+ mkdir -p proto/opt/oxide/opte/bin
6012026-05-01T11:50:04.149Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6022026-05-01T11:50:04.149Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6032026-05-01T11:50:04.178Z+ cp ../target/x86_64-unknown-unknown/release-lto/xde proto/kernel/drv/amd64
6042026-05-01T11:50:04.205Z+ cp ../xde/xde.conf proto/kernel/drv/
6052026-05-01T11:50:04.215Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6062026-05-01T11:50:04.215Z+ '[' -z ']'
6072026-05-01T11:50:04.215Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6082026-05-01T11:50:04.230Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6092026-05-01T11:50:04.293Z+ INC_DEBUG=
6102026-05-01T11:50:04.293Z+ typeset -ri TAG=0
6112026-05-01T11:50:04.299Z++ ./print-api-version.sh
6122026-05-01T11:50:04.309Z+ API_VSN=40
6132026-05-01T11:50:04.309Z+ PKG_VERSION=0.40.476-3.0
6142026-05-01T11:50:04.309Z+ sed -e s/%PUBLISHER%/helios/g -e s/%PKG_VERSION%/0.40.476-3.0/g opte.template.p5m
6152026-05-01T11:50:04.309Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6162026-05-01T11:50:04.837Z+ pkgdepend generate -d proto opte.base.p5m
6172026-05-01T11:50:05.177Z+ mkdir -p packages
6182026-05-01T11:50:05.180Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6192026-05-01T11:50:12.091Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6202026-05-01T11:50:12.094Z+ pkgrepo create packages/repo
6212026-05-01T11:50:12.307Z+ pkgrepo add-publisher -s packages/repo helios
6222026-05-01T11:50:12.520Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6232026-05-01T11:50:41.338Zpkg://helios/driver/network/opte@0.40.476,5.11-3.0:20260501T115011Z
6242026-05-01T11:50:41.338ZPUBLISHED
6252026-05-01T11:50:41.374Z+ pkgrecv -a -d packages/repo/opte-0.40.476-3.0.p5p -s packages/repo -v -m latest '*'
6262026-05-01T11:50:41.557ZRetrieving packages for publisher helios ...
6272026-05-01T11:50:41.560ZRetrieving catalog 'helios' ... Done
6282026-05-01T11:50:41.563ZRetrieving and evaluating 1 package(s)...
6292026-05-01T11:50:41.563ZFetching manifests: 1/1 100% complete
6302026-05-01T11:50:41.563ZFetching manifests: 1/1 100% complete
6312026-05-01T11:50:41.563Z
6322026-05-01T11:50:41.563ZArchiving packages ...
6332026-05-01T11:50:41.563Z Packages to add: 1
6342026-05-01T11:50:41.563Z Files to retrieve: 6
6352026-05-01T11:50:41.563ZEstimated transfer size: 36.08 MB
6362026-05-01T11:50:41.563Z
6372026-05-01T11:50:41.563ZPackages to archive:
6382026-05-01T11:50:41.563Zdriver/network/opte@0.40.476,5.11-3.0:20260501T115011Z
6392026-05-01T11:50:41.563Z
6402026-05-01T11:50:41.563ZDownload: 0/6 items 0.0/36.1MB 0% complete
6412026-05-01T11:50:41.629ZDownload: Completed 36.08 MB in 0.07 seconds (530M/s)
6422026-05-01T11:50:41.631ZArchiving: 1/20 items 0.0/36.1MB 0% complete
6432026-05-01T11:50:41.645ZArchiving: Completed 36.11 MB in 0.02 seconds
6442026-05-01T11:50:41.685ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.40.476-3.0.p5p.
6452026-05-01T11:50:41.688Z+ banner copy
6462026-05-01T11:50:41.691Z
6472026-05-01T11:50:41.691Z #### #### ##### # #
6482026-05-01T11:50:41.691Z # # # # # # # #
6492026-05-01T11:50:41.691Z # # # # # #
6502026-05-01T11:50:41.691Z # # # ##### #
6512026-05-01T11:50:41.691Z # # # # # #
6522026-05-01T11:50:41.691Z #### #### # #
6532026-05-01T11:50:41.691Z
6542026-05-01T11:50:41.691Z+ pfexec mkdir -p /out
6552026-05-01T11:50:41.694Z+ pfexec chown 12345 /out
6562026-05-01T11:50:41.694Z+ PKG_NAME=/out/opte.p5p
6572026-05-01T11:50:41.694Z+ mv pkg/packages/repo/opte-0.40.476-3.0.p5p /out/opte.p5p
6582026-05-01T11:50:41.722Z+ sha256sum /out/opte.p5p
6592026-05-01T11:50:41.746Zprocess exited: duration 237458 ms, exit code 0
 
6602026-05-01T11:50:41.758Zfound 2 output files
6612026-05-01T11:50:41.758Zuploading: /out/opte.p5p (37877760 bytes)
6622026-05-01T11:50:42.956Zuploaded: /out/opte.p5p
6632026-05-01T11:50:42.956Zuploading: /out/opte.p5p.sha256 (80 bytes)
6642026-05-01T11:50:43.965Zuploaded: /out/opte.p5p.sha256