01JPB8Y8ZXNX9S5JQRR9FG7MGD: 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: 01JPB8YMRHBDXX2DWW2CGGF4AK

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-03-14T21:29:41.274Zjob assigned to worker 01JPB8YWHDMM5YVK1Z5J2KGSB6 [factory aws, i-070e0580162bd14bd] (queued for 51 s)
 
22025-03-14T21:29:49.634Zstarting task 0: "setup"
32025-03-14T21:29:49.639Z++ uname -s
42025-03-14T21:29:49.642Z+ kern=SunOS
52025-03-14T21:29:49.642Z+ build_user=build
62025-03-14T21:29:49.642Z+ build_uid=12345
72025-03-14T21:29:49.642Z+ work_dir=/work
82025-03-14T21:29:49.642Z+ input_dir=/input
92025-03-14T21:29:49.642Z+ [[ 0 == 12345 ]]
102025-03-14T21:29:49.642Z+ case "$kern" in
112025-03-14T21:29:49.642Z+ groupadd -g 12345 build
122025-03-14T21:29:49.645Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-03-14T21:29:51.651Z+ zfs create -o mountpoint=/work rpool/work
142025-03-14T21:29:51.776Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-03-14T21:29:51.779Z+ home_fs=zfs
162025-03-14T21:29:51.779Z+ [[ zfs == autofs ]]
172025-03-14T21:29:51.779Z+ mkdir -p /home/build
182025-03-14T21:29:51.782Z+ chown build:build /home/build /work
192025-03-14T21:29:53.782Z+ chmod 0700 /home/build /work
202025-03-14T21:29:53.785Zprocess exited: duration 4153 ms, exit code 0
 
212025-03-14T21:29:53.792Zstarting task 1: "rust-toolchain"
222025-03-14T21:29:53.797Z+ printf ' * rust toolchain channel = "%s"\n' 1.85.0
232025-03-14T21:29:53.797Z * rust toolchain channel = "1.85.0"
242025-03-14T21:29:53.798Z+ printf ' * rust toolchain profile = "%s"\n' default
252025-03-14T21:29:53.798Z * rust toolchain profile = "default"
262025-03-14T21:29:53.798Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-03-14T21:29:53.798Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-03-14T21:29:53.801Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-03-14T21:29:53.801Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default
302025-03-14T21:29:53.924Zinfo: downloading installer
312025-03-14T21:29:55.339Zwarn: It looks like you have an existing installation of Rust at:
322025-03-14T21:29:55.339Zwarn: /opt/ooce/bin
332025-03-14T21:29:55.339Zwarn: It is recommended that rustup be the primary Rust installation.
342025-03-14T21:29:55.339Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-03-14T21:29:55.339Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-03-14T21:29:55.339Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-03-14T21:29:55.340Zwarn: or pass `-y' to ignore all ignorable checks.
382025-03-14T21:29:55.340Zerror: cannot install while Rust is installed
392025-03-14T21:29:55.340Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-03-14T21:29:55.363Zinfo: profile set to 'default'
412025-03-14T21:29:55.363Zinfo: default host triple is x86_64-unknown-illumos
422025-03-14T21:29:55.366Zinfo: syncing channel updates for '1.85.0-x86_64-unknown-illumos'
432025-03-14T21:29:55.526Zinfo: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17)
442025-03-14T21:29:55.526Zinfo: downloading component 'cargo'
452025-03-14T21:29:56.288Zinfo: downloading component 'clippy'
462025-03-14T21:29:56.662Zinfo: downloading component 'rust-docs'
472025-03-14T21:29:58.284Zinfo: downloading component 'rust-std'
482025-03-14T21:30:00.274Zinfo: downloading component 'rustc'
492025-03-14T21:30:08.071Zinfo: downloading component 'rustfmt'
502025-03-14T21:30:08.360Zinfo: installing component 'cargo'
512025-03-14T21:30:09.170Zinfo: installing component 'clippy'
522025-03-14T21:30:09.552Zinfo: installing component 'rust-docs'
532025-03-14T21:30:11.281Zinfo: installing component 'rust-std'
542025-03-14T21:30:13.138Zinfo: installing component 'rustc'
552025-03-14T21:30:19.032Zinfo: installing component 'rustfmt'
562025-03-14T21:30:19.363Zinfo: default toolchain set to '1.85.0-x86_64-unknown-illumos'
572025-03-14T21:30:19.363Z
582025-03-14T21:30:19.735Z 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17)
592025-03-14T21:30:19.735Z
602025-03-14T21:30:19.739Z
612025-03-14T21:30:19.739ZRust is installed now. Great!
622025-03-14T21:30:19.739Z
632025-03-14T21:30:19.739ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-03-14T21:30:19.739Zenvironment variable. This has not been done automatically.
652025-03-14T21:30:19.739Z
662025-03-14T21:30:19.739ZTo configure your current shell, you need to source
672025-03-14T21:30:19.739Zthe corresponding env file under $HOME/.cargo.
682025-03-14T21:30:19.739Z
692025-03-14T21:30:19.739ZThis is usually done by running one of the following (note the leading DOT):
702025-03-14T21:30:19.740Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-03-14T21:30:19.740Zsource "$HOME/.cargo/env.fish" # For fish
722025-03-14T21:30:19.740Zsource "$HOME/.cargo/env.nu" # For nushell
732025-03-14T21:30:19.812Z+ rustup --version
742025-03-14T21:30:19.823Zrustup 1.28.1 (f9edccde0 2025-03-05)
752025-03-14T21:30:19.826Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-03-14T21:30:19.851Zinfo: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)`
772025-03-14T21:30:19.855Z+ cargo --version
782025-03-14T21:30:19.873Zcargo 1.85.0 (d73d2caf9 2024-12-31)
792025-03-14T21:30:19.876Z+ rustc --version
802025-03-14T21:30:19.901Zrustc 1.85.0 (4d91de4e4 2025-02-17)
812025-03-14T21:30:19.904Zprocess exited: duration 26113 ms, exit code 0
 
822025-03-14T21:30:19.912Zstarting task 2: "authentication"
832025-03-14T21:30:19.933Zprocess exited: duration 22 ms, exit code 0
 
842025-03-14T21:30:19.941Zstarting task 3: "clone repository"
852025-03-14T21:30:19.946Z+ mkdir -p /work/oxidecomputer/opte
862025-03-14T21:30:19.950Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872025-03-14T21:30:20.062ZCloning into '/work/oxidecomputer/opte'...
882025-03-14T21:30:20.988Z+ cd /work/oxidecomputer/opte
892025-03-14T21:30:20.989Z+ git fetch origin 304b24984e5cfa57221a54e78ad1720b6ec336cc
902025-03-14T21:30:21.281ZFrom https://github.com/oxidecomputer/opte
912025-03-14T21:30:21.281Z * branch 304b24984e5cfa57221a54e78ad1720b6ec336cc -> FETCH_HEAD
922025-03-14T21:30:21.289Z+ [[ -n ingot-and-offload ]]
932025-03-14T21:30:21.292Z++ git branch --show-current
942025-03-14T21:30:21.295Z+ current=master
952025-03-14T21:30:21.295Z+ [[ master != ingot-and-offload ]]
962025-03-14T21:30:21.295Z+ git branch -f ingot-and-offload 304b24984e5cfa57221a54e78ad1720b6ec336cc
972025-03-14T21:30:21.298Z+ git checkout -f ingot-and-offload
982025-03-14T21:30:21.321ZSwitched to branch 'ingot-and-offload'
992025-03-14T21:30:21.324Z+ git reset --hard 304b24984e5cfa57221a54e78ad1720b6ec336cc
1002025-03-14T21:30:21.330ZHEAD is now at 304b249 Merge branch 'master' into ingot-and-offload
1012025-03-14T21:30:21.333Zprocess exited: duration 1390 ms, exit code 0
 
1022025-03-14T21:30:21.339Zstarting task 4: "build"
1032025-03-14T21:30:21.344Z+ source .github/buildomat/common.sh
1042025-03-14T21:30:21.347Z++ rustup show active-toolchain
1052025-03-14T21:30:21.392Z1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062025-03-14T21:30:21.395Z++ pushd xde
1072025-03-14T21:30:21.395Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082025-03-14T21:30:21.395Z++ rustup show active-toolchain
1092025-03-14T21:30:21.402Zinfo: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos'
1102025-03-14T21:30:21.565Zinfo: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19)
1112025-03-14T21:30:21.566Zinfo: downloading component 'cargo'
1122025-03-14T21:30:22.549Zinfo: downloading component 'clippy'
1132025-03-14T21:30:22.866Zinfo: downloading component 'rust-src'
1142025-03-14T21:30:23.116Zinfo: downloading component 'rust-std'
1152025-03-14T21:30:24.937Zinfo: downloading component 'rustc'
1162025-03-14T21:30:25.848Z
1172025-03-14T21:30:25.848Zthread 'main' panicked at /cargo/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.43.0/src/runtime/io/driver.rs:208:27:
1182025-03-14T21:30:25.851Zfailed to wake I/O driver: Os { code: 0, kind: Uncategorized, message: "Error 0" }
1192025-03-14T21:30:25.851Znote: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
1202025-03-14T21:30:25.860Z++ rustup toolchain install
1212025-03-14T21:30:25.867Zinfo: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos'
1222025-03-14T21:30:26.061Zinfo: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19)
1232025-03-14T21:30:26.061Zinfo: downloading component 'cargo'
1242025-03-14T21:30:26.075Zinfo: downloading component 'clippy'
1252025-03-14T21:30:26.079Zinfo: downloading component 'rust-src'
1262025-03-14T21:30:26.082Zinfo: downloading component 'rust-std'
1272025-03-14T21:30:26.100Zinfo: downloading component 'rustc'
1282025-03-14T21:30:31.504Zinfo: downloading component 'rustfmt'
1292025-03-14T21:30:31.829Zinfo: installing component 'cargo'
1302025-03-14T21:30:32.688Zinfo: installing component 'clippy'
1312025-03-14T21:30:33.072Zinfo: installing component 'rust-src'
1322025-03-14T21:30:33.401Zinfo: installing component 'rust-std'
1332025-03-14T21:30:35.021Zinfo: installing component 'rustc'
1342025-03-14T21:30:41.384Zinfo: installing component 'rustfmt'
1352025-03-14T21:30:41.712Zinfo: the active toolchain `nightly-2025-02-20-x86_64-unknown-illumos` has been installed
1362025-03-14T21:30:41.712Zinfo: it's active because: overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml'
1372025-03-14T21:30:41.790Z+++ rustup show active-toolchain -v
1382025-03-14T21:30:41.793Z+++ head -n 1
1392025-03-14T21:30:41.793Z+++ cut '-d ' -f1
1402025-03-14T21:30:41.891Z++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1412025-03-14T21:30:41.891Z++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1422025-03-14T21:30:41.891Z++ popd
1432025-03-14T21:30:41.895Z/work/oxidecomputer/opte
1442025-03-14T21:30:41.895Z+ TGT_BASE=/work
1452025-03-14T21:30:41.895Z+ REL_SRC=target/x86_64-unknown-unknown/release
1462025-03-14T21:30:41.895Z+ REL_TGT=/work/release
1472025-03-14T21:30:41.895Z+ mkdir -p /work/release
1482025-03-14T21:30:41.895Z+ cargo --version
1492025-03-14T21:30:41.949Zcargo 1.85.0 (d73d2caf9 2024-12-31)
1502025-03-14T21:30:41.953Z+ rustc --version
1512025-03-14T21:30:42.018Zrustc 1.85.0 (4d91de4e4 2025-02-17)
1522025-03-14T21:30:42.021Z+ header 'build xde and opteadm (release+debug)'
1532025-03-14T21:30:42.021Z+ echo '# ==== build xde and opteadm (release+debug) ==== #'
1542025-03-14T21:30:42.021Z# ==== build xde and opteadm (release+debug) ==== #
1552025-03-14T21:30:42.021Z+ ptime -m cargo xtask build
1562025-03-14T21:30:42.190Z Updating crates.io index
1572025-03-14T21:30:42.193Z Updating git repository `https://github.com/oxidecomputer/falcon`
1582025-03-14T21:30:42.955Z Updating git repository `https://github.com/oxidecomputer/ingot.git`
1592025-03-14T21:30:43.283Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602025-03-14T21:30:43.527Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612025-03-14T21:30:43.860Z Updating git repository `https://github.com/oxidecomputer/zone`
1622025-03-14T21:30:44.145Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632025-03-14T21:30:44.379Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642025-03-14T21:30:44.646Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652025-03-14T21:30:45.447Z Downloading crates ...
1662025-03-14T21:30:45.489Z Downloaded anstream v0.6.18
1672025-03-14T21:30:45.495Z Downloaded anstyle-query v1.1.2
1682025-03-14T21:30:45.498Z Downloaded anstyle-parse v0.2.6
1692025-03-14T21:30:45.520Z Downloaded terminal_size v0.4.2
1702025-03-14T21:30:45.524Z Downloaded colorchoice v1.0.3
1712025-03-14T21:30:45.524Z Downloaded cargo-platform v0.1.9
1722025-03-14T21:30:45.524Z Downloaded indexmap v2.7.1
1732025-03-14T21:30:45.527Z Downloaded strsim v0.11.1
1742025-03-14T21:30:45.532Z Downloaded itoa v1.0.15
1752025-03-14T21:30:45.533Z Downloaded errno v0.3.10
1762025-03-14T21:30:45.533Z Downloaded clap_lex v0.7.4
1772025-03-14T21:30:45.538Z Downloaded utf8parse v0.2.2
1782025-03-14T21:30:45.538Z Downloaded anstyle v1.0.10
1792025-03-14T21:30:45.538Z Downloaded toml_datetime v0.6.8
1802025-03-14T21:30:45.538Z Downloaded equivalent v1.0.2
1812025-03-14T21:30:45.548Z Downloaded serde_spanned v0.6.8
1822025-03-14T21:30:45.551Z Downloaded heck v0.5.0
1832025-03-14T21:30:45.551Z Downloaded clap_derive v4.5.28
1842025-03-14T21:30:45.551Z Downloaded cargo_metadata v0.19.2
1852025-03-14T21:30:45.554Z Downloaded semver v1.0.26
1862025-03-14T21:30:45.557Z Downloaded is_terminal_polyfill v1.70.1
1872025-03-14T21:30:45.557Z Downloaded camino v1.1.9
1882025-03-14T21:30:45.560Z Downloaded thiserror-impl v2.0.12
1892025-03-14T21:30:45.563Z Downloaded thiserror v2.0.12
1902025-03-14T21:30:45.566Z Downloaded quote v1.0.39
1912025-03-14T21:30:45.568Z Downloaded toml v0.8.20
1922025-03-14T21:30:45.571Z Downloaded ryu v1.0.20
1932025-03-14T21:30:45.574Z Downloaded anyhow v1.0.97
1942025-03-14T21:30:45.578Z Downloaded unicode-ident v1.0.18
1952025-03-14T21:30:45.581Z Downloaded serde_derive v1.0.219
1962025-03-14T21:30:45.585Z Downloaded clap v4.5.31
1972025-03-14T21:30:45.597Z Downloaded proc-macro2 v1.0.94
1982025-03-14T21:30:45.597Z Downloaded bitflags v2.9.0
1992025-03-14T21:30:45.606Z Downloaded serde v1.0.219
2002025-03-14T21:30:45.609Z Downloaded toml_edit v0.22.24
2012025-03-14T21:30:45.630Z Downloaded memchr v2.7.4
2022025-03-14T21:30:45.634Z Downloaded serde_json v1.0.140
2032025-03-14T21:30:45.640Z Downloaded hashbrown v0.15.2
2042025-03-14T21:30:45.648Z Downloaded clap_builder v4.5.31
2052025-03-14T21:30:45.657Z Downloaded winnow v0.7.3
2062025-03-14T21:30:45.685Z Downloaded syn v2.0.100
2072025-03-14T21:30:45.701Z Downloaded rustix v1.0.1
2082025-03-14T21:30:45.744Z Downloaded libc v0.2.170
2092025-03-14T21:30:45.872Z Compiling proc-macro2 v1.0.94
2102025-03-14T21:30:45.875Z Compiling unicode-ident v1.0.18
2112025-03-14T21:30:45.876Z Compiling serde v1.0.219
2122025-03-14T21:30:45.876Z Compiling libc v0.2.170
2132025-03-14T21:30:45.876Z Compiling rustix v1.0.1
2142025-03-14T21:30:45.876Z Compiling bitflags v2.9.0
2152025-03-14T21:30:45.876Z Compiling utf8parse v0.2.2
2162025-03-14T21:30:45.876Z Compiling serde_json v1.0.140
2172025-03-14T21:30:46.073Z Compiling anstyle-parse v0.2.6
2182025-03-14T21:30:46.090Z Compiling anstyle v1.0.10
2192025-03-14T21:30:46.305Z Compiling semver v1.0.26
2202025-03-14T21:30:46.357Z Compiling hashbrown v0.15.2
2212025-03-14T21:30:46.451Z Compiling colorchoice v1.0.3
2222025-03-14T21:30:46.563Z Compiling is_terminal_polyfill v1.70.1
2232025-03-14T21:30:46.675Z Compiling equivalent v1.0.2
2242025-03-14T21:30:46.796Z Compiling camino v1.1.9
2252025-03-14T21:30:46.799Z Compiling anstyle-query v1.1.2
2262025-03-14T21:30:46.831Z Compiling thiserror v2.0.12
2272025-03-14T21:30:46.927Z Compiling anstream v0.6.18
2282025-03-14T21:30:46.936Z Compiling heck v0.5.0
2292025-03-14T21:30:46.954Z Compiling winnow v0.7.3
2302025-03-14T21:30:47.346Z Compiling indexmap v2.7.1
2312025-03-14T21:30:47.346Z Compiling strsim v0.11.1
2322025-03-14T21:30:47.420Z Compiling errno v0.3.10
2332025-03-14T21:30:47.485Z Compiling itoa v1.0.15
2342025-03-14T21:30:47.526Z Compiling anyhow v1.0.97
2352025-03-14T21:30:47.689Z Compiling memchr v2.7.4
2362025-03-14T21:30:47.697Z Compiling ryu v1.0.20
2372025-03-14T21:30:48.043Z Compiling quote v1.0.39
2382025-03-14T21:30:48.076Z Compiling clap_lex v0.7.4
2392025-03-14T21:30:48.477Z Compiling syn v2.0.100
2402025-03-14T21:30:48.632Z Compiling terminal_size v0.4.2
2412025-03-14T21:30:48.830Z Compiling clap_builder v4.5.31
2422025-03-14T21:30:52.155Z Compiling serde_derive v1.0.219
2432025-03-14T21:30:52.155Z Compiling thiserror-impl v2.0.12
2442025-03-14T21:30:52.158Z Compiling clap_derive v4.5.28
2452025-03-14T21:30:54.320Z Compiling clap v4.5.31
2462025-03-14T21:30:58.450Z Compiling toml_datetime v0.6.8
2472025-03-14T21:30:58.450Z Compiling serde_spanned v0.6.8
2482025-03-14T21:30:58.454Z Compiling cargo-platform v0.1.9
2492025-03-14T21:30:58.702Z Compiling toml_edit v0.22.24
2502025-03-14T21:30:59.648Z Compiling cargo_metadata v0.19.2
2512025-03-14T21:31:00.824Z Compiling toml v0.8.20
2522025-03-14T21:31:02.075Z Compiling xtask v0.1.0 (/work/oxidecomputer/opte/xtask)
2532025-03-14T21:31:03.635Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 21.56s
2542025-03-14T21:31:03.726Z Running `target/debug/xtask build`
2552025-03-14T21:31:03.743ZBuilding opteadm (debug).
2562025-03-14T21:31:06.516Z Compiling libc v0.2.170
2572025-03-14T21:31:06.516Z Compiling cfg-if v1.0.0
2582025-03-14T21:31:06.516Z Compiling serde v1.0.219
2592025-03-14T21:31:06.521Z Compiling zerocopy v0.8.23
2602025-03-14T21:31:06.521Z Compiling fnv v1.0.7
2612025-03-14T21:31:06.521Z Compiling ident_case v1.0.1
2622025-03-14T21:31:06.521Z Compiling memchr v2.7.4
2632025-03-14T21:31:06.521Z Compiling syn v2.0.100
2642025-03-14T21:31:06.625Z Compiling syn v1.0.109
2652025-03-14T21:31:06.652Z Compiling regex-syntax v0.8.5
2662025-03-14T21:31:06.706Z Compiling either v1.15.0
2672025-03-14T21:31:07.064Z Compiling once_cell v1.20.3
2682025-03-14T21:31:07.104Z Compiling hashbrown v0.15.2
2692025-03-14T21:31:07.242Z Compiling equivalent v1.0.2
2702025-03-14T21:31:07.329Z Compiling autocfg v1.4.0
2712025-03-14T21:31:07.411Z Compiling itertools v0.13.0
2722025-03-14T21:31:07.952Z Compiling aho-corasick v1.1.3
2732025-03-14T21:31:07.955Z Compiling parking_lot_core v0.9.10
2742025-03-14T21:31:08.094Z Compiling lock_api v0.4.12
2752025-03-14T21:31:08.222Z Compiling indexmap v2.7.1
2762025-03-14T21:31:08.393Z Compiling toml_datetime v0.6.8
2772025-03-14T21:31:08.445Z Compiling heapless v0.8.0
2782025-03-14T21:31:08.744Z Compiling winnow v0.5.40
2792025-03-14T21:31:08.977Z Compiling byteorder v1.5.0
2802025-03-14T21:31:09.295Z Compiling hash32 v0.3.1
2812025-03-14T21:31:09.617Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2822025-03-14T21:31:09.685Z Compiling scopeguard v1.2.0
2832025-03-14T21:31:09.806Z Compiling smoltcp v0.11.0
2842025-03-14T21:31:09.975Z Compiling smallvec v1.14.0
2852025-03-14T21:31:10.185Z Compiling regex-automata v0.4.9
2862025-03-14T21:31:10.357Z Compiling macaddr v1.0.1
2872025-03-14T21:31:10.401Z Compiling stable_deref_trait v1.2.0
2882025-03-14T21:31:11.424Z Compiling getrandom v0.2.15
2892025-03-14T21:31:11.733Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
2902025-03-14T21:31:11.736Z Compiling cobs v0.2.3
2912025-03-14T21:31:11.761Z Compiling version_check v0.9.5
2922025-03-14T21:31:11.909Z Compiling toml_edit v0.19.15
2932025-03-14T21:31:12.017Z Compiling thiserror v1.0.69
2942025-03-14T21:31:12.068Z Compiling pin-project-lite v0.2.16
2952025-03-14T21:31:12.085Z Compiling managed v0.8.0
2962025-03-14T21:31:12.186Z Compiling bitflags v1.3.2
2972025-03-14T21:31:12.287Z Compiling parking_lot v0.12.3
2982025-03-14T21:31:12.302Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2992025-03-14T21:31:12.666Z Compiling rand_core v0.6.4
3002025-03-14T21:31:12.858Z Compiling errno v0.3.10
3012025-03-14T21:31:13.085Z Compiling darling_core v0.20.10
3022025-03-14T21:31:13.092Z Compiling socket2 v0.5.8
3032025-03-14T21:31:13.099Z Compiling signal-hook-registry v1.4.2
3042025-03-14T21:31:13.856Z Compiling mio v1.0.3
3052025-03-14T21:31:14.022Z Compiling bytes v1.10.1
3062025-03-14T21:31:15.017Z Compiling regex v1.11.1
3072025-03-14T21:31:15.470Z Compiling proc-macro-crate v1.3.1
3082025-03-14T21:31:16.192Z Compiling foreign-types-shared v0.3.1
3092025-03-14T21:31:16.650Z Compiling ipnetwork v0.21.1
3102025-03-14T21:31:16.834Z Compiling unicode-width v0.2.0
3112025-03-14T21:31:16.918Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3122025-03-14T21:31:16.980Z Compiling serde_derive v1.0.219
3132025-03-14T21:31:17.051Z Compiling zerocopy-derive v0.8.23
3142025-03-14T21:31:17.189Z Compiling foreign-types-macros v0.2.3
3152025-03-14T21:31:17.242Z Compiling num_enum_derive v0.5.11
3162025-03-14T21:31:17.325Z Compiling thiserror-impl v1.0.69
3172025-03-14T21:31:17.470Z Compiling tokio-macros v2.5.0
3182025-03-14T21:31:17.762Z Compiling tabwriter v1.4.1
3192025-03-14T21:31:18.204Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3202025-03-14T21:31:18.248Z Compiling darling_macro v0.20.10
3212025-03-14T21:31:18.440Z Compiling foreign-types v0.5.0
3222025-03-14T21:31:18.528Z Compiling tracing-attributes v0.1.28
3232025-03-14T21:31:18.837Z Compiling tokio v1.44.0
3242025-03-14T21:31:19.195Z Compiling cstr-argument v0.1.2
3252025-03-14T21:31:19.198Z Compiling darling v0.20.10
3262025-03-14T21:31:19.254Z Compiling num_enum v0.5.11
3272025-03-14T21:31:19.294Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3282025-03-14T21:31:19.390Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3292025-03-14T21:31:19.397Z Compiling itertools v0.14.0
3302025-03-14T21:31:20.330Z Compiling tracing-core v0.1.33
3312025-03-14T21:31:20.775Z Compiling crc32fast v1.4.2
3322025-03-14T21:31:21.042Z Compiling pretty-hex v0.2.1
3332025-03-14T21:31:21.224Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
3342025-03-14T21:31:21.334Z Compiling lazy_static v1.5.0
3352025-03-14T21:31:21.410Z Compiling dyn-clone v1.0.19
3362025-03-14T21:31:21.462Z Compiling colored v2.2.0
3372025-03-14T21:31:21.575Z Compiling tracing v0.1.41
3382025-03-14T21:31:21.606Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3392025-03-14T21:31:21.722Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402025-03-14T21:31:21.883Z Compiling thiserror-impl v2.0.12
3412025-03-14T21:31:21.988Z Compiling winnow v0.6.26
3422025-03-14T21:31:22.113Z Compiling oxnet v0.1.1
3432025-03-14T21:31:22.270Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3442025-03-14T21:31:22.577Z Compiling clap_derive v4.5.28
3452025-03-14T21:31:22.590Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462025-03-14T21:31:22.871Z Compiling ppv-lite86 v0.2.21
3472025-03-14T21:31:23.605Z Compiling rand_chacha v0.3.1
3482025-03-14T21:31:23.982Z Compiling rand v0.8.5
3492025-03-14T21:31:24.463Z Compiling thiserror v2.0.12
3502025-03-14T21:31:25.124Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3512025-03-14T21:31:26.126Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
3522025-03-14T21:31:27.598Z Compiling bitflags v2.9.0
3532025-03-14T21:31:27.598Z Compiling postcard v1.1.1
3542025-03-14T21:31:27.639Z Compiling uuid v1.15.1
3552025-03-14T21:31:27.861Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
3562025-03-14T21:31:27.919Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3572025-03-14T21:31:27.945Z Compiling rustix v1.0.1
3582025-03-14T21:31:28.754Z Compiling terminal_size v0.4.2
3592025-03-14T21:31:28.845Z Compiling clap_builder v4.5.31
3602025-03-14T21:31:29.435Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612025-03-14T21:31:31.184Z Compiling clap v4.5.31
3622025-03-14T21:31:35.719Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3632025-03-14T21:31:37.802Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3642025-03-14T21:31:42.987Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 36.63s
3652025-03-14T21:31:43.030ZBuilding xde (debug).
3662025-03-14T21:31:43.394Z Updating crates.io index
3672025-03-14T21:31:43.503Z Downloading crates ...
3682025-03-14T21:31:43.561Z Downloaded getopts v0.2.21
3692025-03-14T21:31:43.579Z Downloaded allocator-api2 v0.2.21
3702025-03-14T21:31:43.582Z Downloaded miniz_oxide v0.8.3
3712025-03-14T21:31:43.623Z Downloaded compiler_builtins v0.1.146
3722025-03-14T21:31:43.635Z Downloaded unicode-width v0.1.14
3732025-03-14T21:31:43.667Z Downloaded libc v0.2.169
3742025-03-14T21:31:43.766Z Compiling compiler_builtins v0.1.146
3752025-03-14T21:31:43.766Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
3762025-03-14T21:31:43.769Z Compiling proc-macro2 v1.0.94
3772025-03-14T21:31:43.769Z Compiling unicode-ident v1.0.18
3782025-03-14T21:31:43.769Z Compiling strsim v0.11.1
3792025-03-14T21:31:43.769Z Compiling serde v1.0.219
3802025-03-14T21:31:43.775Z Compiling fnv v1.0.7
3812025-03-14T21:31:43.778Z Compiling ident_case v1.0.1
3822025-03-14T21:31:43.956Z Compiling memchr v2.7.4
3832025-03-14T21:31:43.991Z Compiling regex-syntax v0.8.5
3842025-03-14T21:31:43.997Z Compiling either v1.15.0
3852025-03-14T21:31:44.394Z Compiling zerocopy v0.8.23
3862025-03-14T21:31:44.444Z Compiling itertools v0.13.0
3872025-03-14T21:31:44.557Z Compiling heapless v0.8.0
3882025-03-14T21:31:45.035Z Compiling aho-corasick v1.1.3
3892025-03-14T21:31:45.381Z Compiling quote v1.0.39
3902025-03-14T21:31:45.437Z Compiling smoltcp v0.11.0
3912025-03-14T21:31:45.452Z Compiling version_check v0.9.5
3922025-03-14T21:31:46.044Z Compiling syn v2.0.100
3932025-03-14T21:31:46.264Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942025-03-14T21:31:47.424Z Compiling regex-automata v0.4.9
3952025-03-14T21:31:50.143Z Compiling regex v1.11.1
3962025-03-14T21:31:50.369Z Compiling darling_core v0.20.10
3972025-03-14T21:31:52.526Z Compiling serde_derive v1.0.219
3982025-03-14T21:31:52.526Z Compiling zerocopy-derive v0.8.23
3992025-03-14T21:31:52.526Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4002025-03-14T21:31:53.980Z Compiling darling_macro v0.20.10
4012025-03-14T21:31:55.096Z Compiling darling v0.20.10
4022025-03-14T21:31:55.185Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4032025-03-14T21:31:55.185Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4042025-03-14T21:32:03.323Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
4052025-03-14T21:32:04.017Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4062025-03-14T21:32:06.512Z Compiling byteorder v1.5.0
4072025-03-14T21:32:06.512Z Compiling cfg-if v1.0.0
4082025-03-14T21:32:06.515Z Compiling macaddr v1.0.1
4092025-03-14T21:32:06.515Z Compiling stable_deref_trait v1.2.0
4102025-03-14T21:32:06.516Z Compiling managed v0.8.0
4112025-03-14T21:32:06.605Z Compiling cobs v0.2.3
4122025-03-14T21:32:06.612Z Compiling bitflags v1.3.2
4132025-03-14T21:32:06.829Z Compiling hash32 v0.3.1
4142025-03-14T21:32:06.871Z Compiling crc32fast v1.4.2
4152025-03-14T21:32:06.875Z Compiling dyn-clone v1.0.19
4162025-03-14T21:32:06.929Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
4172025-03-14T21:32:07.026Z Compiling itertools v0.14.0
4182025-03-14T21:32:08.599Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4192025-03-14T21:32:09.824Z Compiling bitflags v2.9.0
4202025-03-14T21:32:09.824Z Compiling postcard v1.1.1
4212025-03-14T21:32:09.827Z Compiling uuid v1.15.1
4222025-03-14T21:32:10.043Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4232025-03-14T21:32:10.043Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
4242025-03-14T21:32:10.134Zwarning: unused import: `core::ffi::c_int`
4252025-03-14T21:32:10.134Z --> crates/illumos-sys-hdrs/src/mac.rs:11:5
4262025-03-14T21:32:10.134Z |
4272025-03-14T21:32:10.134Z11 | use core::ffi::c_int;
4282025-03-14T21:32:10.135Z | ^^^^^^^^^^^^^^^^
4292025-03-14T21:32:10.135Z |
4302025-03-14T21:32:10.135Z = note: `#[warn(unused_imports)]` on by default
4312025-03-14T21:32:10.135Z
4322025-03-14T21:32:10.526Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
4332025-03-14T21:32:11.397Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4342025-03-14T21:32:17.569Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4352025-03-14T21:32:21.110Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
4362025-03-14T21:32:27.116Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.02s
4372025-03-14T21:32:27.147ZLinking xde kmod...
4382025-03-14T21:32:31.174ZBuilding xde dev link helper (debug).
4392025-03-14T21:32:31.416Z Compiling compiler_builtins v0.1.146
4402025-03-14T21:32:31.416Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
4412025-03-14T21:32:31.416Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
4422025-03-14T21:32:46.724Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
4432025-03-14T21:32:47.494Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
4442025-03-14T21:32:50.302Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.07s
4452025-03-14T21:32:50.327ZBuilding opteadm (release).
4462025-03-14T21:32:50.592Z Compiling proc-macro2 v1.0.94
4472025-03-14T21:32:50.592Z Compiling unicode-ident v1.0.18
4482025-03-14T21:32:50.592Z Compiling libc v0.2.170
4492025-03-14T21:32:50.592Z Compiling cfg-if v1.0.0
4502025-03-14T21:32:50.595Z Compiling serde v1.0.219
4512025-03-14T21:32:50.595Z Compiling zerocopy v0.8.23
4522025-03-14T21:32:50.595Z Compiling ident_case v1.0.1
4532025-03-14T21:32:50.602Z Compiling strsim v0.11.1
4542025-03-14T21:32:50.716Z Compiling fnv v1.0.7
4552025-03-14T21:32:50.784Z Compiling memchr v2.7.4
4562025-03-14T21:32:50.787Z Compiling syn v1.0.109
4572025-03-14T21:32:50.836Z Compiling regex-syntax v0.8.5
4582025-03-14T21:32:51.168Z Compiling hashbrown v0.15.2
4592025-03-14T21:32:51.202Z Compiling equivalent v1.0.2
4602025-03-14T21:32:51.305Z Compiling either v1.15.0
4612025-03-14T21:32:51.363Z Compiling autocfg v1.4.0
4622025-03-14T21:32:51.370Z Compiling anyhow v1.0.97
4632025-03-14T21:32:51.680Z Compiling aho-corasick v1.1.3
4642025-03-14T21:32:51.929Z Compiling itertools v0.13.0
4652025-03-14T21:32:51.936Z Compiling winnow v0.5.40
4662025-03-14T21:32:52.048Z Compiling toml_datetime v0.6.8
4672025-03-14T21:32:52.085Z Compiling lock_api v0.4.12
4682025-03-14T21:32:52.169Z Compiling indexmap v2.7.1
4692025-03-14T21:32:52.383Z Compiling quote v1.0.39
4702025-03-14T21:32:52.447Z Compiling parking_lot_core v0.9.10
4712025-03-14T21:32:52.780Z Compiling syn v2.0.100
4722025-03-14T21:32:52.941Z Compiling heapless v0.8.0
4732025-03-14T21:32:53.356Z Compiling byteorder v1.5.0
4742025-03-14T21:32:53.675Z Compiling hash32 v0.3.1
4752025-03-14T21:32:53.886Z Compiling once_cell v1.20.3
4762025-03-14T21:32:53.903Z Compiling macaddr v1.0.1
4772025-03-14T21:32:54.231Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4782025-03-14T21:32:54.333Z Compiling regex-automata v0.4.9
4792025-03-14T21:32:54.613Z Compiling smoltcp v0.11.0
4802025-03-14T21:32:54.727Z Compiling smallvec v1.14.0
4812025-03-14T21:32:55.150Z Compiling toml_edit v0.19.15
4822025-03-14T21:32:55.197Z Compiling scopeguard v1.2.0
4832025-03-14T21:32:55.209Z Compiling stable_deref_trait v1.2.0
4842025-03-14T21:32:55.777Z Compiling getrandom v0.2.15
4852025-03-14T21:32:56.058Z Compiling bitflags v1.3.2
4862025-03-14T21:32:56.068Z Compiling thiserror v1.0.69
4872025-03-14T21:32:56.093Z Compiling pin-project-lite v0.2.16
4882025-03-14T21:32:56.144Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
4892025-03-14T21:32:56.221Z Compiling rustix v1.0.1
4902025-03-14T21:32:56.396Z Compiling version_check v0.9.5
4912025-03-14T21:32:56.482Z Compiling cobs v0.2.3
4922025-03-14T21:32:56.622Z Compiling managed v0.8.0
4932025-03-14T21:32:56.933Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4942025-03-14T21:32:57.058Z Compiling rand_core v0.6.4
4952025-03-14T21:32:57.140Z Compiling parking_lot v0.12.3
4962025-03-14T21:32:57.277Z Compiling socket2 v0.5.8
4972025-03-14T21:32:57.503Z Compiling errno v0.3.10
4982025-03-14T21:32:57.735Z Compiling mio v1.0.3
4992025-03-14T21:32:58.497Z Compiling regex v1.11.1
5002025-03-14T21:32:58.712Z Compiling proc-macro-crate v1.3.1
5012025-03-14T21:32:58.972Z Compiling signal-hook-registry v1.4.2
5022025-03-14T21:32:59.355Z Compiling darling_core v0.20.10
5032025-03-14T21:32:59.402Z Compiling bytes v1.10.1
5042025-03-14T21:33:00.472Z Compiling utf8parse v0.2.2
5052025-03-14T21:33:00.888Z Compiling ipnetwork v0.21.1
5062025-03-14T21:33:00.907Z Compiling foreign-types-shared v0.3.1
5072025-03-14T21:33:01.023Z Compiling unicode-width v0.2.0
5082025-03-14T21:33:01.164Z Compiling tracing-core v0.1.33
5092025-03-14T21:33:01.578Z Compiling tabwriter v1.4.1
5102025-03-14T21:33:01.585Z Compiling anstyle-parse v0.2.6
5112025-03-14T21:33:01.934Z Compiling cstr-argument v0.1.2
5122025-03-14T21:33:02.196Z Compiling itertools v0.14.0
5132025-03-14T21:33:02.266Z Compiling num_enum_derive v0.5.11
5142025-03-14T21:33:02.409Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5152025-03-14T21:33:03.229Z Compiling crc32fast v1.4.2
5162025-03-14T21:33:03.250Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8)
5172025-03-14T21:33:03.256Z Compiling pretty-hex v0.2.1
5182025-03-14T21:33:03.321Z Compiling is_terminal_polyfill v1.70.1
5192025-03-14T21:33:03.431Z Compiling dyn-clone v1.0.19
5202025-03-14T21:33:03.445Z Compiling anstyle-query v1.1.2
5212025-03-14T21:33:03.453Z Compiling serde_derive v1.0.219
5222025-03-14T21:33:03.551Z Compiling zerocopy-derive v0.8.23
5232025-03-14T21:33:03.584Z Compiling tokio-macros v2.5.0
5242025-03-14T21:33:03.584Z Compiling foreign-types-macros v0.2.3
5252025-03-14T21:33:03.645Z Compiling thiserror-impl v1.0.69
5262025-03-14T21:33:04.289Z Compiling num_enum v0.5.11
5272025-03-14T21:33:04.461Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5282025-03-14T21:33:04.464Z Compiling tracing-attributes v0.1.28
5292025-03-14T21:33:04.489Z Compiling darling_macro v0.20.10
5302025-03-14T21:33:04.717Z Compiling foreign-types v0.5.0
5312025-03-14T21:33:04.816Z Compiling colorchoice v1.0.3
5322025-03-14T21:33:04.975Z Compiling anstyle v1.0.10
5332025-03-14T21:33:04.992Z Compiling tokio v1.44.0
5342025-03-14T21:33:05.341Z Compiling lazy_static v1.5.0
5352025-03-14T21:33:05.381Z Compiling thiserror v2.0.12
5362025-03-14T21:33:05.409Z Compiling darling v0.20.10
5372025-03-14T21:33:05.469Z Compiling colored v2.2.0
5382025-03-14T21:33:05.511Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5392025-03-14T21:33:05.991Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5402025-03-14T21:33:06.566Z Compiling anstream v0.6.18
5412025-03-14T21:33:06.715Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5422025-03-14T21:33:07.088Z Compiling thiserror-impl v2.0.12
5432025-03-14T21:33:07.261Z Compiling tracing v0.1.41
5442025-03-14T21:33:07.406Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5452025-03-14T21:33:07.856Z Compiling winnow v0.6.26
5462025-03-14T21:33:08.063Z Compiling clap_lex v0.7.4
5472025-03-14T21:33:08.654Z Compiling heck v0.5.0
5482025-03-14T21:33:08.720Z Compiling oxnet v0.1.1
5492025-03-14T21:33:09.045Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
5502025-03-14T21:33:09.419Z Compiling clap_derive v4.5.28
5512025-03-14T21:33:09.644Z Compiling ppv-lite86 v0.2.21
5522025-03-14T21:33:09.998Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5532025-03-14T21:33:10.363Z Compiling rand_chacha v0.3.1
5542025-03-14T21:33:10.779Z Compiling rand v0.8.5
5552025-03-14T21:33:11.473Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5562025-03-14T21:33:13.021Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9)
5572025-03-14T21:33:14.981Z Compiling bitflags v2.9.0
5582025-03-14T21:33:15.201Z Compiling postcard v1.1.1
5592025-03-14T21:33:15.266Z Compiling uuid v1.15.1
5602025-03-14T21:33:15.438Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5612025-03-14T21:33:15.639Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5622025-03-14T21:33:16.719Z Compiling terminal_size v0.4.2
5632025-03-14T21:33:16.820Z Compiling clap_builder v4.5.31
5642025-03-14T21:33:17.457Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5652025-03-14T21:33:19.753Z Compiling clap v4.5.31
5662025-03-14T21:33:23.741Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672025-03-14T21:33:25.850Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682025-03-14T21:33:59.313Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 08s
5692025-03-14T21:33:59.356ZBuilding xde (release).
5702025-03-14T21:33:59.733Z Compiling compiler_builtins v0.1.146
5712025-03-14T21:33:59.733Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
5722025-03-14T21:33:59.733Z Compiling proc-macro2 v1.0.94
5732025-03-14T21:33:59.737Z Compiling unicode-ident v1.0.18
5742025-03-14T21:33:59.737Z Compiling strsim v0.11.1
5752025-03-14T21:33:59.737Z Compiling serde v1.0.219
5762025-03-14T21:33:59.737Z Compiling ident_case v1.0.1
5772025-03-14T21:33:59.737Z Compiling fnv v1.0.7
5782025-03-14T21:33:59.857Z Compiling memchr v2.7.4
5792025-03-14T21:33:59.895Z Compiling regex-syntax v0.8.5
5802025-03-14T21:33:59.907Z Compiling zerocopy v0.8.23
5812025-03-14T21:34:00.305Z Compiling either v1.15.0
5822025-03-14T21:34:00.456Z Compiling heapless v0.8.0
5832025-03-14T21:34:00.685Z Compiling itertools v0.13.0
5842025-03-14T21:34:00.794Z Compiling aho-corasick v1.1.3
5852025-03-14T21:34:00.981Z Compiling smoltcp v0.11.0
5862025-03-14T21:34:01.233Z Compiling version_check v0.9.5
5872025-03-14T21:34:01.304Z Compiling quote v1.0.39
5882025-03-14T21:34:01.679Z Compiling syn v2.0.100
5892025-03-14T21:34:01.930Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5902025-03-14T21:34:03.209Z Compiling regex-automata v0.4.9
5912025-03-14T21:34:05.972Z Compiling regex v1.11.1
5922025-03-14T21:34:06.489Z Compiling darling_core v0.20.10
5932025-03-14T21:34:08.320Z Compiling serde_derive v1.0.219
5942025-03-14T21:34:08.320Z Compiling zerocopy-derive v0.8.23
5952025-03-14T21:34:08.320Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5962025-03-14T21:34:10.191Z Compiling darling_macro v0.20.10
5972025-03-14T21:34:11.415Z Compiling darling v0.20.10
5982025-03-14T21:34:11.518Z Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
5992025-03-14T21:34:11.519Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
6002025-03-14T21:34:20.270Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
6012025-03-14T21:34:21.151Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
6022025-03-14T21:34:24.188Z Compiling byteorder v1.5.0
6032025-03-14T21:34:24.192Z Compiling cfg-if v1.0.0
6042025-03-14T21:34:24.192Z Compiling macaddr v1.0.1
6052025-03-14T21:34:24.192Z Compiling stable_deref_trait v1.2.0
6062025-03-14T21:34:24.192Z Compiling cobs v0.2.3
6072025-03-14T21:34:24.277Z Compiling managed v0.8.0
6082025-03-14T21:34:24.287Z Compiling bitflags v1.3.2
6092025-03-14T21:34:24.520Z Compiling hash32 v0.3.1
6102025-03-14T21:34:24.540Z Compiling crc32fast v1.4.2
6112025-03-14T21:34:24.609Z Compiling dyn-clone v1.0.19
6122025-03-14T21:34:24.729Z Compiling itertools v0.14.0
6132025-03-14T21:34:24.751Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6142025-03-14T21:34:26.678Z Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6152025-03-14T21:34:27.856Z Compiling bitflags v2.9.0
6162025-03-14T21:34:27.856Z Compiling postcard v1.1.1
6172025-03-14T21:34:27.859Z Compiling uuid v1.15.1
6182025-03-14T21:34:28.149Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6192025-03-14T21:34:28.176Z Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247)
6202025-03-14T21:34:28.261Zwarning: unused import: `core::ffi::c_int`
6212025-03-14T21:34:28.261Z --> crates/illumos-sys-hdrs/src/mac.rs:11:5
6222025-03-14T21:34:28.261Z |
6232025-03-14T21:34:28.261Z11 | use core::ffi::c_int;
6242025-03-14T21:34:28.261Z | ^^^^^^^^^^^^^^^^
6252025-03-14T21:34:28.261Z |
6262025-03-14T21:34:28.261Z = note: `#[warn(unused_imports)]` on by default
6272025-03-14T21:34:28.261Z
6282025-03-14T21:34:28.766Zwarning: `illumos-sys-hdrs` (lib) generated 1 warning (run `cargo fix --lib -p illumos-sys-hdrs` to apply 1 suggestion)
6292025-03-14T21:34:29.748Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6302025-03-14T21:34:35.081Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6312025-03-14T21:34:38.863Z Compiling xde v0.1.0 (/work/oxidecomputer/opte/xde)
6322025-03-14T21:35:04.578Z Finished `release` profile [optimized + debuginfo] target(s) in 1m 05s
6332025-03-14T21:35:04.604ZLinking xde kmod...
6342025-03-14T21:35:05.273ZBuilding xde dev link helper (release).
6352025-03-14T21:35:05.511Z Compiling compiler_builtins v0.1.146
6362025-03-14T21:35:05.511Z Compiling core v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/core)
6372025-03-14T21:35:05.512Z Compiling xde-link v0.1.0 (/work/oxidecomputer/opte/xde/xde-link)
6382025-03-14T21:35:22.255Z Compiling rustc-std-workspace-core v1.99.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/rustc-std-workspace-core)
6392025-03-14T21:35:23.101Z Compiling alloc v0.0.0 (/home/build/.rustup/toolchains/nightly-2025-02-20-x86_64-unknown-illumos/lib/rustlib/src/rust/library/alloc)
6402025-03-14T21:35:26.815Z Finished `release` profile [optimized + debuginfo] target(s) in 21.49s
6412025-03-14T21:35:26.841Z
6422025-03-14T21:35:26.844Zreal 4:44.834414743
6432025-03-14T21:35:26.844Zuser 13:46.185052781
6442025-03-14T21:35:26.844Zsys 1:25.234401958
6452025-03-14T21:35:26.844Ztrap 0.389744080
6462025-03-14T21:35:26.844Ztflt 0.904836397
6472025-03-14T21:35:26.844Zdflt 2.810205269
6482025-03-14T21:35:26.844Zkflt 0.008676772
6492025-03-14T21:35:26.844Zlock 25:57.586129839
6502025-03-14T21:35:26.844Zslp 45:47.107953318
6512025-03-14T21:35:26.844Zlat 22.712388638
6522025-03-14T21:35:26.844Zstop 37.540945555
6532025-03-14T21:35:26.844Z+ elfdump target/x86_64-unknown-unknown/release/xde
6542025-03-14T21:35:26.844Z+ grep GOTPCREL
6552025-03-14T21:35:28.143Z+ header 'package opte'
6562025-03-14T21:35:28.143Z+ echo '# ==== package opte ==== #'
6572025-03-14T21:35:28.143Z# ==== package opte ==== #
6582025-03-14T21:35:28.146Z+ cargo xtask package --skip-build
6592025-03-14T21:35:28.408Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.20s
6602025-03-14T21:35:28.422Z Running `target/debug/xtask package --skip-build`
6612025-03-14T21:35:28.775Z+ ./clean.sh
6622025-03-14T21:35:28.786Z+ mkdir -p proto/kernel/drv/amd64
6632025-03-14T21:35:28.789Z+ mkdir -p proto/opt/oxide/opte/bin
6642025-03-14T21:35:28.792Z+ mkdir -p proto/usr/lib/devfsadm/linkmod
6652025-03-14T21:35:28.795Z+ cp ../target/release/opteadm proto/opt/oxide/opte/bin/
6662025-03-14T21:35:28.807Z+ cp ../target/x86_64-unknown-unknown/release/xde proto/kernel/drv/amd64
6672025-03-14T21:35:28.841Z+ cp ../xde/xde.conf proto/kernel/drv/
6682025-03-14T21:35:28.844Z+ cp ../target/i686-unknown-illumos/release/libxde_link.so proto/usr/lib/devfsadm/linkmod/SUNW_xde_link.so
6692025-03-14T21:35:28.847Z+ '[' -z ']'
6702025-03-14T21:35:28.848Z+ cp ../target/debug/opteadm proto/opt/oxide/opte/bin/opteadm.dbg
6712025-03-14T21:35:28.907Z+ cp ../target/x86_64-unknown-unknown/debug/xde.dbg proto/kernel/drv/amd64/xde.dbg
6722025-03-14T21:35:28.975Z+ INC_DEBUG=
6732025-03-14T21:35:28.978Z++ ./print-api-version.sh
6742025-03-14T21:35:28.983Z+ API_VSN=35
6752025-03-14T21:35:28.986Z+ sed -e s/%PUBLISHER%/helios-dev/g -e s/%COMMIT_COUNT%/393/g -e s/%API_VSN%/35/g opte.template.p5m
6762025-03-14T21:35:28.986Z+ pkgmogrify -v -D inc_debug= -O opte.base.p5m
6772025-03-14T21:35:32.367Z+ pkgdepend generate -d proto opte.base.p5m
6782025-03-14T21:35:33.570Z+ mkdir -p packages
6792025-03-14T21:35:33.573Z+ pkgdepend resolve -d packages -s resolve.p5m opte.generate.p5m
6802025-03-14T21:35:48.283Z+ cat opte.base.p5m packages/opte.generate.p5m.resolve.p5m
6812025-03-14T21:35:48.286Z+ pkgrepo create packages/repo
6822025-03-14T21:35:49.104Z+ pkgrepo add-publisher -s packages/repo helios-dev
6832025-03-14T21:35:49.898Z+ pkgsend publish -d proto -s packages/repo opte.final.p5m
6842025-03-14T21:36:27.054Zpkg://helios-dev/driver/network/opte@0.35.393,5.11:20250314T213550Z
6852025-03-14T21:36:27.054ZPUBLISHED
6862025-03-14T21:36:27.098Z+ pkgrecv -a -d packages/repo/opte-0.35.393.p5p -s packages/repo -v -m latest '*'
6872025-03-14T21:36:27.930ZRetrieving packages for publisher helios-dev ...
6882025-03-14T21:36:27.934ZRetrieving catalog 'helios-dev' ... Done
6892025-03-14T21:36:27.939ZRetrieving and evaluating 1 package(s)...
6902025-03-14T21:36:27.939ZFetching manifests: 1/1 100% complete
6912025-03-14T21:36:27.939ZFetching manifests: 1/1 100% complete
6922025-03-14T21:36:27.939Z
6932025-03-14T21:36:27.939ZArchiving packages ...
6942025-03-14T21:36:27.939Z Packages to add: 1
6952025-03-14T21:36:27.939Z Files to retrieve: 6
6962025-03-14T21:36:27.939ZEstimated transfer size: 37.35 MB
6972025-03-14T21:36:27.939Z
6982025-03-14T21:36:27.939ZPackages to archive:
6992025-03-14T21:36:27.939Zdriver/network/opte@0.35.393,5.11:20250314T213550Z
7002025-03-14T21:36:27.939Z
7012025-03-14T21:36:27.939ZDownload: 0/6 items 0.0/37.3MB 0% complete
7022025-03-14T21:36:28.060ZDownload: Completed 37.35 MB in 0.12 seconds (305M/s)
7032025-03-14T21:36:28.065ZArchiving: 1/20 items 0.0/37.4MB 0% complete
7042025-03-14T21:36:28.088ZArchiving: Completed 37.38 MB in 0.03 seconds
7052025-03-14T21:36:28.138ZSuccessfully built package /work/oxidecomputer/opte/pkg/packages/repo/opte-0.35.393.p5p.
7062025-03-14T21:36:28.142Z+ banner copy
7072025-03-14T21:36:28.147Z
7082025-03-14T21:36:28.147Z #### #### ##### # #
7092025-03-14T21:36:28.147Z # # # # # # # #
7102025-03-14T21:36:28.147Z # # # # # #
7112025-03-14T21:36:28.147Z # # # ##### #
7122025-03-14T21:36:28.147Z # # # # # #
7132025-03-14T21:36:28.147Z #### #### # #
7142025-03-14T21:36:28.148Z
7152025-03-14T21:36:28.148Z+ pfexec mkdir -p /out
7162025-03-14T21:36:28.152Z+ pfexec chown 12345 /out
7172025-03-14T21:36:28.152Z+ PKG_NAME=/out/opte.p5p
7182025-03-14T21:36:28.152Z+ mv pkg/packages/repo/opte-0.35.393.p5p /out/opte.p5p
7192025-03-14T21:36:28.191Z+ sha256sum /out/opte.p5p
7202025-03-14T21:36:28.223Zprocess exited: duration 366907 ms, exit code 0
 
7212025-03-14T21:36:28.237Zfound 2 output files
7222025-03-14T21:36:28.237Zuploading: /out/opte.p5p (39208960 bytes)
7232025-03-14T21:36:29.807Zuploaded: /out/opte.p5p
7242025-03-14T21:36:29.808Zuploading: /out/opte.p5p.sha256 (80 bytes)
7252025-03-14T21:36:30.821Zuploaded: /out/opte.p5p.sha256