01JTRV1EATBK1GFQVZK961714Q: opteadm

BasicConfig {
    output_rules: [
        "=/work/debug/opteadm",
        "=/work/debug/opteadm.debug.sha256",
        "=/work/release/opteadm",
        "=/work/release/opteadm.release.sha256",
    ],
    rust_toolchain: Some(
        Bool(
            true,
        ),
    ),
    target: Some(
        "helios-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01JTRV1Z4WD7B07284T6MJH3ZM

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12025-05-08T20:59:19.222Zjob assigned to worker 01JTRV247R7V4NCYYA4W1YZ63Q [factory aws, i-0f8c7c74ee9350c53] (queued for 1 m 10 s)
 
22025-05-08T20:59:27.075Zstarting task 0: "setup"
32025-05-08T20:59:27.080Z++ uname -s
42025-05-08T20:59:27.083Z+ kern=SunOS
52025-05-08T20:59:27.083Z+ build_user=build
62025-05-08T20:59:27.083Z+ build_uid=12345
72025-05-08T20:59:27.083Z+ work_dir=/work
82025-05-08T20:59:27.083Z+ input_dir=/input
92025-05-08T20:59:27.083Z+ [[ 0 == 12345 ]]
102025-05-08T20:59:27.084Z+ case "$kern" in
112025-05-08T20:59:27.084Z+ groupadd -g 12345 build
122025-05-08T20:59:27.087Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132025-05-08T20:59:29.094Z+ zfs create -o mountpoint=/work rpool/work
142025-05-08T20:59:29.213Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152025-05-08T20:59:29.217Z+ home_fs=zfs
162025-05-08T20:59:29.217Z+ [[ zfs == autofs ]]
172025-05-08T20:59:29.217Z+ mkdir -p /home/build
182025-05-08T20:59:29.220Z+ chown build:build /home/build /work
192025-05-08T20:59:31.221Z+ chmod 0700 /home/build /work
202025-05-08T20:59:31.225Zprocess exited: duration 4151 ms, exit code 0
 
212025-05-08T20:59:31.231Zstarting task 1: "rust-toolchain"
222025-05-08T20:59:31.237Z+ printf ' * rust toolchain channel = "%s"\n' 1.86.0
232025-05-08T20:59:31.237Z+ printf ' * rust toolchain profile = "%s"\n' default
242025-05-08T20:59:31.237Z * rust toolchain channel = "1.86.0"
252025-05-08T20:59:31.237Z * rust toolchain profile = "default"
262025-05-08T20:59:31.237Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272025-05-08T20:59:31.237Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282025-05-08T20:59:31.241Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292025-05-08T20:59:31.241Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.86.0 --profile default
302025-05-08T20:59:31.330Zinfo: downloading installer
312025-05-08T20:59:32.847Zwarn: It looks like you have an existing installation of Rust at:
322025-05-08T20:59:32.847Zwarn: /opt/ooce/bin
332025-05-08T20:59:32.847Zwarn: It is recommended that rustup be the primary Rust installation.
342025-05-08T20:59:32.847Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352025-05-08T20:59:32.847Zwarn: If you are sure that you want both rustup and your already installed Rust
362025-05-08T20:59:32.847Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372025-05-08T20:59:32.847Zwarn: or pass `-y' to ignore all ignorable checks.
382025-05-08T20:59:32.847Zerror: cannot install while Rust is installed
392025-05-08T20:59:32.847Zwarn: continuing (because the -y flag is set and the error is ignorable)
402025-05-08T20:59:32.865Zinfo: profile set to 'default'
412025-05-08T20:59:32.865Zinfo: default host triple is x86_64-unknown-illumos
422025-05-08T20:59:32.868Zinfo: syncing channel updates for '1.86.0-x86_64-unknown-illumos'
432025-05-08T20:59:33.047Zinfo: latest update on 2025-04-03, rust version 1.86.0 (05f9846f8 2025-03-31)
442025-05-08T20:59:33.047Zinfo: downloading component 'cargo'
452025-05-08T20:59:34.134Zinfo: downloading component 'clippy'
462025-05-08T20:59:34.518Zinfo: downloading component 'rust-docs'
472025-05-08T20:59:36.139Zinfo: downloading component 'rust-std'
482025-05-08T20:59:37.718Zinfo: downloading component 'rustc'
492025-05-08T20:59:45.067Zinfo: downloading component 'rustfmt'
502025-05-08T20:59:45.309Zinfo: installing component 'cargo'
512025-05-08T20:59:46.164Zinfo: installing component 'clippy'
522025-05-08T20:59:46.548Zinfo: installing component 'rust-docs'
532025-05-08T20:59:48.512Zinfo: installing component 'rust-std'
542025-05-08T20:59:50.262Zinfo: installing component 'rustc'
552025-05-08T20:59:56.810Zinfo: installing component 'rustfmt'
562025-05-08T20:59:57.146Zinfo: default toolchain set to '1.86.0-x86_64-unknown-illumos'
572025-05-08T20:59:57.146Z
582025-05-08T20:59:57.561Z 1.86.0-x86_64-unknown-illumos installed - rustc 1.86.0 (05f9846f8 2025-03-31)
592025-05-08T20:59:57.562Z
602025-05-08T20:59:57.565Z
612025-05-08T20:59:57.565ZRust is installed now. Great!
622025-05-08T20:59:57.566Z
632025-05-08T20:59:57.566ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642025-05-08T20:59:57.566Zenvironment variable. This has not been done automatically.
652025-05-08T20:59:57.566Z
662025-05-08T20:59:57.566ZTo configure your current shell, you need to source
672025-05-08T20:59:57.566Zthe corresponding env file under $HOME/.cargo.
682025-05-08T20:59:57.566Z
692025-05-08T20:59:57.566ZThis is usually done by running one of the following (note the leading DOT):
702025-05-08T20:59:57.566Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712025-05-08T20:59:57.566Zsource "$HOME/.cargo/env.fish" # For fish
722025-05-08T20:59:57.566Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732025-05-08T20:59:57.656Z+ rustup --version
742025-05-08T20:59:57.668Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752025-05-08T20:59:57.671Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762025-05-08T20:59:57.751Zinfo: The currently active `rustc` version is `rustc 1.86.0 (05f9846f8 2025-03-31)`
772025-05-08T20:59:57.754Z+ cargo --version
782025-05-08T20:59:57.848Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
792025-05-08T20:59:57.852Z+ rustc --version
802025-05-08T20:59:57.955Zrustc 1.86.0 (05f9846f8 2025-03-31)
812025-05-08T20:59:57.961Zprocess exited: duration 26723 ms, exit code 0
 
822025-05-08T20:59:57.969Zstarting task 2: "authentication"
832025-05-08T20:59:57.993Zprocess exited: duration 23 ms, exit code 0
 
842025-05-08T20:59:57.999Zstarting task 3: "clone repository"
852025-05-08T20:59:58.004Z+ mkdir -p /work/oxidecomputer/opte
862025-05-08T20:59:58.007Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872025-05-08T20:59:58.052ZCloning into '/work/oxidecomputer/opte'...
882025-05-08T20:59:59.052Z+ cd /work/oxidecomputer/opte
892025-05-08T20:59:59.052Z+ git fetch origin b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27
902025-05-08T20:59:59.360ZFrom https://github.com/oxidecomputer/opte
912025-05-08T20:59:59.361Z * branch b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27 -> FETCH_HEAD
922025-05-08T20:59:59.369Z+ [[ -n various-mtu-fixes ]]
932025-05-08T20:59:59.372Z++ git branch --show-current
942025-05-08T20:59:59.375Z+ current=master
952025-05-08T20:59:59.375Z+ [[ master != various-mtu-fixes ]]
962025-05-08T20:59:59.375Z+ git branch -f various-mtu-fixes b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27
972025-05-08T20:59:59.379Z+ git checkout -f various-mtu-fixes
982025-05-08T20:59:59.402ZSwitched to branch 'various-mtu-fixes'
992025-05-08T20:59:59.405Z+ git reset --hard b0fbbab6e22067d07fa4a2927e6dbd2bc6f6ff27
1002025-05-08T20:59:59.427ZHEAD is now at b0fbbab 🦒 Mergiraf does not cure all ails 🦒
1012025-05-08T20:59:59.430Zprocess exited: duration 1428 ms, exit code 0
 
1022025-05-08T20:59:59.437Zstarting task 4: "build"
1032025-05-08T20:59:59.442Z+ source .github/buildomat/common.sh
1042025-05-08T20:59:59.445Z++ rustup show active-toolchain
1052025-05-08T20:59:59.492Z1.86.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062025-05-08T20:59:59.496Z++ pushd xde
1072025-05-08T20:59:59.499Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082025-05-08T20:59:59.499Z++ rustup show active-toolchain
1092025-05-08T20:59:59.504Zinfo: syncing channel updates for 'nightly-2025-02-20-x86_64-unknown-illumos'
1102025-05-08T20:59:59.694Zinfo: latest update on 2025-02-20, rust version 1.87.0-nightly (f280acf4c 2025-02-19)
1112025-05-08T20:59:59.697Zinfo: downloading component 'cargo'
1122025-05-08T21:00:00.499Zinfo: downloading component 'clippy'
1132025-05-08T21:00:00.876Zinfo: downloading component 'rust-src'
1142025-05-08T21:00:01.125Zinfo: downloading component 'rust-std'
1152025-05-08T21:00:02.709Zinfo: downloading component 'rustc'
1162025-05-08T21:00:10.422Zinfo: downloading component 'rustfmt'
1172025-05-08T21:00:10.662Zinfo: installing component 'cargo'
1182025-05-08T21:00:11.564Zinfo: installing component 'clippy'
1192025-05-08T21:00:11.951Zinfo: installing component 'rust-src'
1202025-05-08T21:00:12.296Zinfo: installing component 'rust-std'
1212025-05-08T21:00:13.985Zinfo: installing component 'rustc'
1222025-05-08T21:00:20.567Zinfo: installing component 'rustfmt'
1232025-05-08T21:00:20.903Znightly-2025-02-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242025-05-08T21:00:20.989Z+++ rustup show active-toolchain -v
1252025-05-08T21:00:20.993Z+++ head -n 1
1262025-05-08T21:00:20.993Z+++ cut '-d ' -f1
1272025-05-08T21:00:21.096Z++ export NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1282025-05-08T21:00:21.096Z++ NIGHTLY=nightly-2025-02-20-x86_64-unknown-illumos
1292025-05-08T21:00:21.096Z++ popd
1302025-05-08T21:00:21.100Z/work/oxidecomputer/opte
1312025-05-08T21:00:21.100Z+ cargo --version
1322025-05-08T21:00:21.153Zcargo 1.86.0 (adf9b6ad1 2025-02-28)
1332025-05-08T21:00:21.157Z+ rustc --version
1342025-05-08T21:00:21.228Zrustc 1.86.0 (05f9846f8 2025-03-31)
1352025-05-08T21:00:21.232Z+ pushd bin/opteadm
1362025-05-08T21:00:21.232Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1372025-05-08T21:00:21.232Z+ header 'check style'
1382025-05-08T21:00:21.232Z+ echo '# ==== check style ==== #'
1392025-05-08T21:00:21.232Z# ==== check style ==== #
1402025-05-08T21:00:21.232Z+ ptime -m cargo +nightly-2025-02-20-x86_64-unknown-illumos fmt -- --check
1412025-05-08T21:00:21.439Z
1422025-05-08T21:00:21.439Zreal 0.202738882
1432025-05-08T21:00:21.439Zuser 0.132471486
1442025-05-08T21:00:21.439Zsys 0.067708745
1452025-05-08T21:00:21.439Ztrap 0.000008178
1462025-05-08T21:00:21.439Ztflt 0.000017497
1472025-05-08T21:00:21.439Zdflt 0.000018727
1482025-05-08T21:00:21.439Zkflt 0.000000000
1492025-05-08T21:00:21.439Zlock 0.650312247
1502025-05-08T21:00:21.439Zslp 0.211474834
1512025-05-08T21:00:21.439Zlat 0.001439433
1522025-05-08T21:00:21.439Zstop 0.000182311
1532025-05-08T21:00:21.443Z+ header analyze
1542025-05-08T21:00:21.443Z+ echo '# ==== analyze ==== #'
1552025-05-08T21:00:21.443Z# ==== analyze ==== #
1562025-05-08T21:00:21.443Z+ ptime -m cargo clippy --all-targets
1572025-05-08T21:00:21.722Z Updating crates.io index
1582025-05-08T21:00:21.725Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592025-05-08T21:00:22.581Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602025-05-08T21:00:22.937Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612025-05-08T21:00:23.301Z Updating git repository `https://github.com/oxidecomputer/zone`
1622025-05-08T21:00:23.565Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632025-05-08T21:00:23.854Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642025-05-08T21:00:24.178Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652025-05-08T21:00:25.071Z Downloading crates ...
1662025-05-08T21:00:25.141Z Downloaded anstyle v1.0.10
1672025-05-08T21:00:25.151Z Downloaded utf8parse v0.2.2
1682025-05-08T21:00:25.158Z Downloaded unicode-ident v1.0.18
1692025-05-08T21:00:25.162Z Downloaded equivalent v1.0.2
1702025-05-08T21:00:25.165Z Downloaded version_check v0.9.5
1712025-05-08T21:00:25.171Z Downloaded tracing-attributes v0.1.28
1722025-05-08T21:00:25.174Z Downloaded darling_macro v0.20.11
1732025-05-08T21:00:25.177Z Downloaded uuid v1.16.0
1742025-05-08T21:00:25.181Z Downloaded tracing-core v0.1.33
1752025-05-08T21:00:25.184Z Downloaded ident_case v1.0.1
1762025-05-08T21:00:25.187Z Downloaded foreign-types-shared v0.3.1
1772025-05-08T21:00:25.187Z Downloaded defmt v0.3.100
1782025-05-08T21:00:25.191Z Downloaded pretty-hex v0.4.1
1792025-05-08T21:00:25.191Z Downloaded cstr-argument v0.1.2
1802025-05-08T21:00:25.191Z Downloaded anstream v0.6.18
1812025-05-08T21:00:25.194Z Downloaded defmt-parser v1.0.0
1822025-05-08T21:00:25.197Z Downloaded zerocopy-derive v0.8.25
1832025-05-08T21:00:25.201Z Downloaded clap_lex v0.7.4
1842025-05-08T21:00:25.204Z Downloaded anstyle-query v1.1.2
1852025-05-08T21:00:25.204Z Downloaded tokio-macros v2.5.0
1862025-05-08T21:00:25.207Z Downloaded zerocopy v0.8.25
1872025-05-08T21:00:25.230Z Downloaded strsim v0.11.1
1882025-05-08T21:00:25.233Z Downloaded unicode-width v0.2.0
1892025-05-08T21:00:25.237Z Downloaded signal-hook-registry v1.4.5
1902025-05-08T21:00:25.240Z Downloaded rand_core v0.9.3
1912025-05-08T21:00:25.240Z Downloaded is_terminal_polyfill v1.70.1
1922025-05-08T21:00:25.243Z Downloaded ipnetwork v0.21.1
1932025-05-08T21:00:25.243Z Downloaded ingot v0.1.0
1942025-05-08T21:00:25.246Z Downloaded embedded-io v0.4.0
1952025-05-08T21:00:25.246Z Downloaded proc-macro-error-attr2 v2.0.0
1962025-05-08T21:00:25.246Z Downloaded proc-macro-crate v3.3.0
1972025-05-08T21:00:25.249Z Downloaded tabwriter v1.4.1
1982025-05-08T21:00:25.249Z Downloaded colorchoice v1.0.3
1992025-05-08T21:00:25.252Z Downloaded ppv-lite86 v0.2.21
2002025-05-08T21:00:25.252Z Downloaded oxnet v0.1.1
2012025-05-08T21:00:25.256Z Downloaded heck v0.5.0
2022025-05-08T21:00:25.256Z Downloaded foreign-types-macros v0.2.3
2032025-05-08T21:00:25.256Z Downloaded foreign-types v0.5.0
2042025-05-08T21:00:25.259Z Downloaded num_enum_derive v0.7.3
2052025-05-08T21:00:25.259Z Downloaded num_enum v0.7.3
2062025-05-08T21:00:25.262Z Downloaded either v1.15.0
2072025-05-08T21:00:25.265Z Downloaded defmt-macros v1.0.1
2082025-05-08T21:00:25.268Z Downloaded terminal_size v0.4.2
2092025-05-08T21:00:25.269Z Downloaded rand_chacha v0.9.0
2102025-05-08T21:00:25.272Z Downloaded errno v0.3.11
2112025-05-08T21:00:25.272Z Downloaded embedded-io v0.6.1
2122025-05-08T21:00:25.272Z Downloaded dyn-clone v1.0.19
2132025-05-08T21:00:25.275Z Downloaded cobs v0.2.3
2142025-05-08T21:00:25.275Z Downloaded stable_deref_trait v1.2.0
2152025-05-08T21:00:25.279Z Downloaded bitflags v1.3.2
2162025-05-08T21:00:25.279Z Downloaded managed v0.8.0
2172025-05-08T21:00:25.279Z Downloaded macaddr v1.0.1
2182025-05-08T21:00:25.282Z Downloaded hash32 v0.3.1
2192025-05-08T21:00:25.282Z Downloaded fnv v1.0.7
2202025-05-08T21:00:25.286Z Downloaded scopeguard v1.2.0
2212025-05-08T21:00:25.286Z Downloaded ingot-types v0.1.0
2222025-05-08T21:00:25.286Z Downloaded defmt v1.0.1
2232025-05-08T21:00:25.289Z Downloaded clap_derive v4.5.32
2242025-05-08T21:00:25.292Z Downloaded cfg-if v1.0.0
2252025-05-08T21:00:25.295Z Downloaded toml_datetime v0.6.9
2262025-05-08T21:00:25.295Z Downloaded thiserror-impl v2.0.12
2272025-05-08T21:00:25.295Z Downloaded proc-macro-error2 v2.0.1
2282025-05-08T21:00:25.298Z Downloaded lock_api v0.4.12
2292025-05-08T21:00:25.303Z Downloaded colored v3.0.0
2302025-05-08T21:00:25.303Z Downloaded postcard v1.1.1
2312025-05-08T21:00:25.306Z Downloaded once_cell v1.21.3
2322025-05-08T21:00:25.309Z Downloaded anstyle-parse v0.2.6
2332025-05-08T21:00:25.309Z Downloaded byteorder v1.5.0
2342025-05-08T21:00:25.312Z Downloaded thiserror v2.0.12
2352025-05-08T21:00:25.315Z Downloaded smallvec v1.15.0
2362025-05-08T21:00:25.318Z Downloaded quote v1.0.40
2372025-05-08T21:00:25.321Z Downloaded clap v4.5.37
2382025-05-08T21:00:25.328Z Downloaded crc32fast v1.4.2
2392025-05-08T21:00:25.331Z Downloaded bitflags v2.9.0
2402025-05-08T21:00:25.334Z Downloaded parking_lot_core v0.9.10
2412025-05-08T21:00:25.337Z Downloaded ingot-macros v0.1.0
2422025-05-08T21:00:25.337Z Downloaded autocfg v1.4.0
2432025-05-08T21:00:25.340Z Downloaded winnow v0.7.9
2442025-05-08T21:00:25.347Z Downloaded proc-macro2 v1.0.95
2452025-05-08T21:00:25.351Z Downloaded pin-project-lite v0.2.16
2462025-05-08T21:00:25.355Z Downloaded darling v0.20.11
2472025-05-08T21:00:25.359Z Downloaded getrandom v0.3.2
2482025-05-08T21:00:25.363Z Downloaded anyhow v1.0.98
2492025-05-08T21:00:25.367Z Downloaded serde_derive v1.0.219
2502025-05-08T21:00:25.370Z Downloaded darling_core v0.20.11
2512025-05-08T21:00:25.374Z Downloaded socket2 v0.5.9
2522025-05-08T21:00:25.377Z Downloaded parking_lot v0.12.3
2532025-05-08T21:00:25.382Z Downloaded bytes v1.10.1
2542025-05-08T21:00:25.386Z Downloaded serde v1.0.219
2552025-05-08T21:00:25.396Z Downloaded heapless v0.8.0
2562025-05-08T21:00:25.400Z Downloaded indexmap v2.9.0
2572025-05-08T21:00:25.418Z Downloaded rand v0.9.1
2582025-05-08T21:00:25.422Z Downloaded memchr v2.7.4
2592025-05-08T21:00:25.427Z Downloaded tracing v0.1.41
2602025-05-08T21:00:25.431Z Downloaded mio v1.0.3
2612025-05-08T21:00:25.437Z Downloaded toml_edit v0.22.26
2622025-05-08T21:00:25.470Z Downloaded hashbrown v0.15.3
2632025-05-08T21:00:25.479Z Downloaded itertools v0.13.0
2642025-05-08T21:00:25.486Z Downloaded aho-corasick v1.1.3
2652025-05-08T21:00:25.492Z Downloaded itertools v0.14.0
2662025-05-08T21:00:25.499Z Downloaded clap_builder v4.5.37
2672025-05-08T21:00:25.551Z Downloaded syn v1.0.109
2682025-05-08T21:00:25.561Z Downloaded regex v1.11.1
2692025-05-08T21:00:25.584Z Downloaded syn v2.0.101
2702025-05-08T21:00:25.597Z Downloaded smoltcp v0.11.0
2712025-05-08T21:00:25.608Z Downloaded regex-syntax v0.8.5
2722025-05-08T21:00:25.625Z Downloaded rustix v1.0.7
2732025-05-08T21:00:25.675Z Downloaded regex-automata v0.4.9
2742025-05-08T21:00:25.701Z Downloaded libc v0.2.172
2752025-05-08T21:00:25.725Z Downloaded tokio v1.44.2
2762025-05-08T21:00:25.901Z Compiling proc-macro2 v1.0.95
2772025-05-08T21:00:25.901Z Compiling unicode-ident v1.0.18
2782025-05-08T21:00:25.905Z Compiling libc v0.2.172
2792025-05-08T21:00:25.905Z Checking cfg-if v1.0.0
2802025-05-08T21:00:25.905Z Compiling serde v1.0.219
2812025-05-08T21:00:25.905Z Compiling zerocopy v0.8.25
2822025-05-08T21:00:25.905Z Compiling fnv v1.0.7
2832025-05-08T21:00:25.905Z Compiling ident_case v1.0.1
2842025-05-08T21:00:26.019Z Compiling strsim v0.11.1
2852025-05-08T21:00:26.094Z Compiling memchr v2.7.4
2862025-05-08T21:00:26.132Z Compiling regex-syntax v0.8.5
2872025-05-08T21:00:26.136Z Compiling either v1.15.0
2882025-05-08T21:00:26.536Z Compiling equivalent v1.0.2
2892025-05-08T21:00:26.635Z Compiling autocfg v1.4.0
2902025-05-08T21:00:26.638Z Compiling hashbrown v0.15.3
2912025-05-08T21:00:26.662Z Compiling itertools v0.13.0
2922025-05-08T21:00:26.750Z Compiling parking_lot_core v0.9.10
2932025-05-08T21:00:27.230Z Compiling aho-corasick v1.1.3
2942025-05-08T21:00:27.301Z Compiling toml_datetime v0.6.9
2952025-05-08T21:00:27.422Z Compiling lock_api v0.4.12
2962025-05-08T21:00:27.460Z Compiling anyhow v1.0.98
2972025-05-08T21:00:27.667Z Compiling indexmap v2.9.0
2982025-05-08T21:00:27.700Z Checking byteorder v1.5.0
2992025-05-08T21:00:27.856Z Compiling quote v1.0.40
3002025-05-08T21:00:28.017Z Compiling getrandom v0.3.2
3012025-05-08T21:00:28.096Z Compiling winnow v0.7.9
3022025-05-08T21:00:28.418Z Compiling syn v2.0.101
3032025-05-08T21:00:28.492Z Compiling heapless v0.8.0
3042025-05-08T21:00:29.048Z Checking hash32 v0.3.1
3052025-05-08T21:00:29.232Z Checking stable_deref_trait v1.2.0
3062025-05-08T21:00:29.236Z Checking macaddr v1.0.1
3072025-05-08T21:00:29.332Z Checking smallvec v1.15.0
3082025-05-08T21:00:29.374Z Compiling smoltcp v0.11.0
3092025-05-08T21:00:29.480Z Checking scopeguard v1.2.0
3102025-05-08T21:00:29.622Z Compiling syn v1.0.109
3112025-05-08T21:00:29.666Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3122025-05-08T21:00:30.008Z Compiling regex-automata v0.4.9
3132025-05-08T21:00:30.472Z Checking managed v0.8.0
3142025-05-08T21:00:30.518Z Checking bitflags v1.3.2
3152025-05-08T21:00:30.616Z Checking pin-project-lite v0.2.16
3162025-05-08T21:00:30.753Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
3172025-05-08T21:00:30.839Z Checking cobs v0.2.3
3182025-05-08T21:00:30.918Z Compiling version_check v0.9.5
3192025-05-08T21:00:31.038Z Compiling thiserror v2.0.12
3202025-05-08T21:00:31.106Z Compiling rustix v1.0.7
3212025-05-08T21:00:31.496Z Compiling toml_edit v0.22.26
3222025-05-08T21:00:31.635Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3232025-05-08T21:00:31.646Z Checking rand_core v0.9.3
3242025-05-08T21:00:31.929Z Checking parking_lot v0.12.3
3252025-05-08T21:00:32.017Z Checking errno v0.3.11
3262025-05-08T21:00:32.066Z Checking socket2 v0.5.9
3272025-05-08T21:00:32.193Z Checking signal-hook-registry v1.4.5
3282025-05-08T21:00:32.265Z Checking mio v1.0.3
3292025-05-08T21:00:32.464Z Checking once_cell v1.21.3
3302025-05-08T21:00:32.780Z Checking foreign-types-shared v0.3.1
3312025-05-08T21:00:32.929Z Checking utf8parse v0.2.2
3322025-05-08T21:00:32.939Z Checking unicode-width v0.2.0
3332025-05-08T21:00:33.423Z Checking ipnetwork v0.21.1
3342025-05-08T21:00:33.427Z Checking bytes v1.10.1
3352025-05-08T21:00:33.458Z Checking tabwriter v1.4.1
3362025-05-08T21:00:33.697Z Checking cstr-argument v0.1.2
3372025-05-08T21:00:33.747Z Checking itertools v0.14.0
3382025-05-08T21:00:33.888Z Checking anstyle-parse v0.2.6
3392025-05-08T21:00:33.948Z Checking tracing-core v0.1.33
3402025-05-08T21:00:34.168Z Compiling regex v1.11.1
3412025-05-08T21:00:34.398Z Compiling proc-macro-crate v3.3.0
3422025-05-08T21:00:34.982Z Checking crc32fast v1.4.2
3432025-05-08T21:00:35.132Z Checking is_terminal_polyfill v1.70.1
3442025-05-08T21:00:35.195Z Checking anstyle-query v1.1.2
3452025-05-08T21:00:35.253Z Compiling darling_core v0.20.11
3462025-05-08T21:00:35.333Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1)
3472025-05-08T21:00:35.407Z Checking colorchoice v1.0.3
3482025-05-08T21:00:35.545Z Checking pretty-hex v0.4.1
3492025-05-08T21:00:35.625Z Checking anstyle v1.0.10
3502025-05-08T21:00:35.709Z Checking dyn-clone v1.0.19
3512025-05-08T21:00:35.963Z Checking anstream v0.6.18
3522025-05-08T21:00:36.357Z Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
3532025-05-08T21:00:36.447Z Checking oxnet v0.1.1
3542025-05-08T21:00:36.590Z Compiling heck v0.5.0
3552025-05-08T21:00:36.727Z Checking clap_lex v0.7.4
3562025-05-08T21:00:36.990Z Checking colored v3.0.0
3572025-05-08T21:00:36.993Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3582025-05-08T21:00:37.958Z Compiling serde_derive v1.0.219
3592025-05-08T21:00:38.476Z Compiling zerocopy-derive v0.8.25
3602025-05-08T21:00:38.511Z Compiling tokio-macros v2.5.0
3612025-05-08T21:00:38.535Z Compiling num_enum_derive v0.7.3
3622025-05-08T21:00:38.574Z Compiling foreign-types-macros v0.2.3
3632025-05-08T21:00:38.773Z Compiling thiserror-impl v2.0.12
3642025-05-08T21:00:39.285Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3652025-05-08T21:00:39.829Z Checking foreign-types v0.5.0
3662025-05-08T21:00:39.936Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3672025-05-08T21:00:39.995Z Checking tokio v1.44.2
3682025-05-08T21:00:40.154Z Compiling tracing-attributes v0.1.28
3692025-05-08T21:00:40.724Z Compiling darling_macro v0.20.11
3702025-05-08T21:00:40.803Z Checking num_enum v0.7.3
3712025-05-08T21:00:40.975Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3722025-05-08T21:00:41.055Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3732025-05-08T21:00:41.122Z Compiling clap_derive v4.5.32
3742025-05-08T21:00:41.725Z Compiling darling v0.20.11
3752025-05-08T21:00:41.838Z Compiling ingot-macros v0.1.0
3762025-05-08T21:00:42.205Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
3772025-05-08T21:00:42.781Z Checking tracing v0.1.41
3782025-05-08T21:00:44.252Z Checking ppv-lite86 v0.2.21
3792025-05-08T21:00:44.725Z Checking rand_chacha v0.9.0
3802025-05-08T21:00:45.035Z Checking rand v0.9.1
3812025-05-08T21:00:46.160Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
3822025-05-08T21:00:46.445Z Checking ingot-types v0.1.0
3832025-05-08T21:00:46.718Z Checking bitflags v2.9.0
3842025-05-08T21:00:46.718Z Checking postcard v1.1.1
3852025-05-08T21:00:46.721Z Checking uuid v1.16.0
3862025-05-08T21:00:47.020Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3872025-05-08T21:00:47.024Z Checking ingot v0.1.0
3882025-05-08T21:00:47.757Z Checking terminal_size v0.4.2
3892025-05-08T21:00:47.887Z Checking clap_builder v4.5.37
3902025-05-08T21:00:49.234Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3912025-05-08T21:00:49.774Z Checking clap v4.5.37
3922025-05-08T21:00:56.708Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3932025-05-08T21:00:58.876Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3942025-05-08T21:01:00.421Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 38.81s
3952025-05-08T21:01:00.554Z
3962025-05-08T21:01:00.555Zreal 39.102430628
3972025-05-08T21:01:00.555Zuser 2:27.080233696
3982025-05-08T21:01:00.555Zsys 23.055986968
3992025-05-08T21:01:00.558Ztrap 0.101173959
4002025-05-08T21:01:00.558Ztflt 0.110040229
4012025-05-08T21:01:00.558Zdflt 0.127079202
4022025-05-08T21:01:00.558Zkflt 0.001974937
4032025-05-08T21:01:00.558Zlock 3:02.039641913
4042025-05-08T21:01:00.558Zslp 9:19.672048502
4052025-05-08T21:01:00.558Zlat 7.936109307
4062025-05-08T21:01:00.558Zstop 15.673260857
4072025-05-08T21:01:00.558Z+ header 'debug build'
4082025-05-08T21:01:00.558Z+ echo '# ==== debug build ==== #'
4092025-05-08T21:01:00.558Z# ==== debug build ==== #
4102025-05-08T21:01:00.558Z+ ptime -m cargo build
4112025-05-08T21:01:00.865Z Compiling cfg-if v1.0.0
4122025-05-08T21:01:00.865Z Compiling strsim v0.11.1
4132025-05-08T21:01:00.869Z Compiling libc v0.2.172
4142025-05-08T21:01:00.881Z Compiling serde v1.0.219
4152025-05-08T21:01:00.884Z Compiling zerocopy v0.8.25
4162025-05-08T21:01:00.884Z Compiling winnow v0.7.9
4172025-05-08T21:01:00.884Z Compiling byteorder v1.5.0
4182025-05-08T21:01:00.894Z Compiling macaddr v1.0.1
4192025-05-08T21:01:00.945Z Compiling scopeguard v1.2.0
4202025-05-08T21:01:01.074Z Compiling stable_deref_trait v1.2.0
4212025-05-08T21:01:01.172Z Compiling hash32 v0.3.1
4222025-05-08T21:01:01.199Z Compiling darling_core v0.20.11
4232025-05-08T21:01:01.227Z Compiling smallvec v1.15.0
4242025-05-08T21:01:01.374Z Compiling heapless v0.8.0
4252025-05-08T21:01:01.530Z Compiling getrandom v0.3.2
4262025-05-08T21:01:01.616Z Compiling parking_lot_core v0.9.10
4272025-05-08T21:01:01.704Z Compiling lock_api v0.4.12
4282025-05-08T21:01:01.813Z Compiling cobs v0.2.3
4292025-05-08T21:01:02.111Z Compiling bitflags v1.3.2
4302025-05-08T21:01:02.114Z Compiling managed v0.8.0
4312025-05-08T21:01:02.211Z Compiling pin-project-lite v0.2.16
4322025-05-08T21:01:02.236Z Compiling parking_lot v0.12.3
4332025-05-08T21:01:02.259Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4342025-05-08T21:01:02.332Z Compiling rand_core v0.9.3
4352025-05-08T21:01:02.556Z Compiling smoltcp v0.11.0
4362025-05-08T21:01:02.650Z Compiling anyhow v1.0.98
4372025-05-08T21:01:02.752Z Compiling mio v1.0.3
4382025-05-08T21:01:03.100Z Compiling errno v0.3.11
4392025-05-08T21:01:03.351Z Compiling signal-hook-registry v1.4.5
4402025-05-08T21:01:03.539Z Compiling socket2 v0.5.9
4412025-05-08T21:01:03.929Z Compiling memchr v2.7.4
4422025-05-08T21:01:04.174Z Compiling toml_edit v0.22.26
4432025-05-08T21:01:04.401Z Compiling ppv-lite86 v0.2.21
4442025-05-08T21:01:04.532Z Compiling ipnetwork v0.21.1
4452025-05-08T21:01:04.554Z Compiling foreign-types-shared v0.3.1
4462025-05-08T21:01:04.666Z Compiling bytes v1.10.1
4472025-05-08T21:01:05.089Z Compiling unicode-width v0.2.0
4482025-05-08T21:01:05.176Z Compiling once_cell v1.21.3
4492025-05-08T21:01:05.543Z Compiling either v1.15.0
4502025-05-08T21:01:05.576Z Compiling utf8parse v0.2.2
4512025-05-08T21:01:05.613Z Compiling tabwriter v1.4.1
4522025-05-08T21:01:05.748Z Compiling tokio v1.44.2
4532025-05-08T21:01:05.880Z Compiling bitflags v2.9.0
4542025-05-08T21:01:06.084Z Compiling postcard v1.1.1
4552025-05-08T21:01:06.172Z Compiling itertools v0.14.0
4562025-05-08T21:01:06.225Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4572025-05-08T21:01:06.354Z Compiling rustix v1.0.7
4582025-05-08T21:01:06.651Z Compiling darling_macro v0.20.11
4592025-05-08T21:01:06.687Z Compiling anstyle-parse v0.2.6
4602025-05-08T21:01:07.026Z Compiling proc-macro-crate v3.3.0
4612025-05-08T21:01:07.081Z Compiling tracing-core v0.1.33
4622025-05-08T21:01:07.385Z Compiling rand_chacha v0.9.0
4632025-05-08T21:01:07.695Z Compiling darling v0.20.11
4642025-05-08T21:01:07.840Z Compiling ingot-macros v0.1.0
4652025-05-08T21:01:07.975Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
4662025-05-08T21:01:08.035Z Compiling cstr-argument v0.1.2
4672025-05-08T21:01:08.291Z Compiling foreign-types v0.5.0
4682025-05-08T21:01:08.325Z Compiling thiserror v2.0.12
4692025-05-08T21:01:08.443Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
4702025-05-08T21:01:08.459Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4712025-05-08T21:01:08.468Z Compiling crc32fast v1.4.2
4722025-05-08T21:01:08.495Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4732025-05-08T21:01:08.600Z Compiling anstyle-query v1.1.2
4742025-05-08T21:01:08.615Z Compiling is_terminal_polyfill v1.70.1
4752025-05-08T21:01:08.729Z Compiling dyn-clone v1.0.19
4762025-05-08T21:01:08.742Z Compiling anstyle v1.0.10
4772025-05-08T21:01:08.761Z Compiling colorchoice v1.0.3
4782025-05-08T21:01:08.919Z Compiling pretty-hex v0.4.1
4792025-05-08T21:01:08.938Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4802025-05-08T21:01:09.146Z Compiling anstream v0.6.18
4812025-05-08T21:01:09.159Z Compiling tracing v0.1.41
4822025-05-08T21:01:09.327Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4832025-05-08T21:01:09.491Z Compiling rand v0.9.1
4842025-05-08T21:01:09.500Z Compiling terminal_size v0.4.2
4852025-05-08T21:01:09.558Z Compiling uuid v1.16.0
4862025-05-08T21:01:09.561Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
4872025-05-08T21:01:09.715Z Compiling clap_lex v0.7.4
4882025-05-08T21:01:09.728Z Compiling num_enum_derive v0.7.3
4892025-05-08T21:01:09.811Z Compiling colored v3.0.0
4902025-05-08T21:01:09.892Z Compiling oxnet v0.1.1
4912025-05-08T21:01:10.168Z Compiling clap_builder v4.5.37
4922025-05-08T21:01:10.267Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4932025-05-08T21:01:11.544Z Compiling num_enum v0.7.3
4942025-05-08T21:01:12.620Z Compiling ingot-types v0.1.0
4952025-05-08T21:01:13.075Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
4962025-05-08T21:01:13.121Z Compiling clap v4.5.37
4972025-05-08T21:01:13.202Z Compiling ingot v0.1.0
4982025-05-08T21:01:13.467Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1)
4992025-05-08T21:01:16.273Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5002025-05-08T21:01:22.747Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5012025-05-08T21:01:25.060Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5022025-05-08T21:01:30.640Z Finished `dev` profile [unoptimized + debuginfo] target(s) in 30.02s
5032025-05-08T21:01:30.679Z
5042025-05-08T21:01:30.683Zreal 30.107065923
5052025-05-08T21:01:30.683Zuser 1:57.252013173
5062025-05-08T21:01:30.683Zsys 14.006914053
5072025-05-08T21:01:30.683Ztrap 0.068029444
5082025-05-08T21:01:30.683Ztflt 0.088105281
5092025-05-08T21:01:30.683Zdflt 0.158201663
5102025-05-08T21:01:30.683Zkflt 0.000003248
5112025-05-08T21:01:30.683Zlock 3:05.855148750
5122025-05-08T21:01:30.683Zslp 6:12.546684758
5132025-05-08T21:01:30.683Zlat 4.572783922
5142025-05-08T21:01:30.683Zstop 5.354856196
5152025-05-08T21:01:30.683Z+ header 'release build'
5162025-05-08T21:01:30.683Z+ echo '# ==== release build ==== #'
5172025-05-08T21:01:30.683Z# ==== release build ==== #
5182025-05-08T21:01:30.683Z+ ptime -m cargo build --release
5192025-05-08T21:01:30.873Z Compiling proc-macro2 v1.0.95
5202025-05-08T21:01:30.877Z Compiling unicode-ident v1.0.18
5212025-05-08T21:01:30.877Z Compiling libc v0.2.172
5222025-05-08T21:01:30.877Z Compiling cfg-if v1.0.0
5232025-05-08T21:01:30.877Z Compiling serde v1.0.219
5242025-05-08T21:01:30.877Z Compiling zerocopy v0.8.25
5252025-05-08T21:01:30.877Z Compiling fnv v1.0.7
5262025-05-08T21:01:30.877Z Compiling strsim v0.11.1
5272025-05-08T21:01:31.008Z Compiling ident_case v1.0.1
5282025-05-08T21:01:31.022Z Compiling memchr v2.7.4
5292025-05-08T21:01:31.069Z Compiling regex-syntax v0.8.5
5302025-05-08T21:01:31.184Z Compiling equivalent v1.0.2
5312025-05-08T21:01:31.292Z Compiling hashbrown v0.15.3
5322025-05-08T21:01:31.464Z Compiling anyhow v1.0.98
5332025-05-08T21:01:31.486Z Compiling autocfg v1.4.0
5342025-05-08T21:01:31.696Z Compiling either v1.15.0
5352025-05-08T21:01:32.047Z Compiling aho-corasick v1.1.3
5362025-05-08T21:01:32.067Z Compiling itertools v0.13.0
5372025-05-08T21:01:32.213Z Compiling lock_api v0.4.12
5382025-05-08T21:01:32.297Z Compiling indexmap v2.9.0
5392025-05-08T21:01:32.326Z Compiling heapless v0.8.0
5402025-05-08T21:01:32.365Z Compiling byteorder v1.5.0
5412025-05-08T21:01:32.592Z Compiling parking_lot_core v0.9.10
5422025-05-08T21:01:32.751Z Compiling quote v1.0.40
5432025-05-08T21:01:32.865Z Compiling getrandom v0.3.2
5442025-05-08T21:01:33.101Z Compiling toml_datetime v0.6.9
5452025-05-08T21:01:33.203Z Compiling syn v2.0.101
5462025-05-08T21:01:33.336Z Compiling winnow v0.7.9
5472025-05-08T21:01:33.519Z Compiling hash32 v0.3.1
5482025-05-08T21:01:33.741Z Compiling stable_deref_trait v1.2.0
5492025-05-08T21:01:33.773Z Compiling scopeguard v1.2.0
5502025-05-08T21:01:33.796Z Compiling smallvec v1.15.0
5512025-05-08T21:01:33.845Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5522025-05-08T21:01:33.914Z Compiling macaddr v1.0.1
5532025-05-08T21:01:34.234Z Compiling syn v1.0.109
5542025-05-08T21:01:34.294Z Compiling smoltcp v0.11.0
5552025-05-08T21:01:34.826Z Compiling regex-automata v0.4.9
5562025-05-08T21:01:35.550Z Compiling version_check v0.9.5
5572025-05-08T21:01:35.848Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
5582025-05-08T21:01:35.857Z Compiling thiserror v2.0.12
5592025-05-08T21:01:36.046Z Compiling managed v0.8.0
5602025-05-08T21:01:36.120Z Compiling bitflags v1.3.2
5612025-05-08T21:01:36.216Z Compiling pin-project-lite v0.2.16
5622025-05-08T21:01:36.219Z Compiling rustix v1.0.7
5632025-05-08T21:01:36.366Z Compiling cobs v0.2.3
5642025-05-08T21:01:36.541Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5652025-05-08T21:01:36.851Z Compiling toml_edit v0.22.26
5662025-05-08T21:01:36.858Z Compiling rand_core v0.9.3
5672025-05-08T21:01:36.861Z Compiling parking_lot v0.12.3
5682025-05-08T21:01:37.036Z Compiling mio v1.0.3
5692025-05-08T21:01:37.373Z Compiling errno v0.3.11
5702025-05-08T21:01:37.666Z Compiling signal-hook-registry v1.4.5
5712025-05-08T21:01:39.095Z Compiling regex v1.11.1
5722025-05-08T21:01:39.688Z Compiling socket2 v0.5.9
5732025-05-08T21:01:39.817Z Compiling proc-macro-crate v3.3.0
5742025-05-08T21:01:40.037Z Compiling darling_core v0.20.11
5752025-05-08T21:01:41.221Z Compiling unicode-width v0.2.0
5762025-05-08T21:01:41.711Z Compiling utf8parse v0.2.2
5772025-05-08T21:01:41.847Z Compiling bytes v1.10.1
5782025-05-08T21:01:41.882Z Compiling ipnetwork v0.21.1
5792025-05-08T21:01:42.029Z Compiling foreign-types-shared v0.3.1
5802025-05-08T21:01:42.606Z Compiling once_cell v1.21.3
5812025-05-08T21:01:42.842Z Compiling tracing-core v0.1.33
5822025-05-08T21:01:43.098Z Compiling anstyle-parse v0.2.6
5832025-05-08T21:01:43.535Z Compiling cstr-argument v0.1.2
5842025-05-08T21:01:43.851Z Compiling tabwriter v1.4.1
5852025-05-08T21:01:44.054Z Compiling serde_derive v1.0.219
5862025-05-08T21:01:44.578Z Compiling zerocopy-derive v0.8.25
5872025-05-08T21:01:44.824Z Compiling num_enum_derive v0.7.3
5882025-05-08T21:01:44.856Z Compiling foreign-types-macros v0.2.3
5892025-05-08T21:01:45.654Z Compiling darling_macro v0.20.11
5902025-05-08T21:01:45.722Z Compiling thiserror-impl v2.0.12
5912025-05-08T21:01:46.189Z Compiling tokio-macros v2.5.0
5922025-05-08T21:01:46.411Z Compiling foreign-types v0.5.0
5932025-05-08T21:01:46.526Z Compiling tracing-attributes v0.1.28
5942025-05-08T21:01:46.669Z Compiling darling v0.20.11
5952025-05-08T21:01:46.692Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5962025-05-08T21:01:46.775Z Compiling ingot-macros v0.1.0
5972025-05-08T21:01:47.127Z Compiling num_enum v0.7.3
5982025-05-08T21:01:47.314Z Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro)
5992025-05-08T21:01:47.549Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
6002025-05-08T21:01:47.597Z Compiling tokio v1.44.2
6012025-05-08T21:01:48.501Z Compiling itertools v0.14.0
6022025-05-08T21:01:49.177Z Compiling crc32fast v1.4.2
6032025-05-08T21:01:49.285Z Compiling dyn-clone v1.0.19
6042025-05-08T21:01:49.500Z Compiling pretty-hex v0.4.1
6052025-05-08T21:01:49.567Z Compiling is_terminal_polyfill v1.70.1
6062025-05-08T21:01:49.658Z Compiling anstyle-query v1.1.2
6072025-05-08T21:01:49.704Z Compiling anstyle v1.0.10
6082025-05-08T21:01:49.744Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#92766ab1)
6092025-05-08T21:01:49.817Z Compiling colorchoice v1.0.3
6102025-05-08T21:01:50.009Z Compiling tracing v0.1.41
6112025-05-08T21:01:50.129Z Compiling anstream v0.6.18
6122025-05-08T21:01:50.864Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
6132025-05-08T21:01:51.232Z Compiling ppv-lite86 v0.2.21
6142025-05-08T21:01:51.349Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
6152025-05-08T21:01:51.434Z Compiling clap_lex v0.7.4
6162025-05-08T21:01:52.051Z Compiling rand_chacha v0.9.0
6172025-05-08T21:01:52.287Z Compiling colored v3.0.0
6182025-05-08T21:01:52.341Z Compiling heck v0.5.0
6192025-05-08T21:01:52.753Z Compiling rand v0.9.1
6202025-05-08T21:01:53.651Z Compiling ingot-types v0.1.0
6212025-05-08T21:01:54.082Z Compiling oxnet v0.1.1
6222025-05-08T21:01:54.161Z Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3)
6232025-05-08T21:01:54.170Z Compiling clap_derive v4.5.32
6242025-05-08T21:01:54.586Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
6252025-05-08T21:01:56.060Z Compiling bitflags v2.9.0
6262025-05-08T21:01:56.070Z Compiling postcard v1.1.1
6272025-05-08T21:01:56.073Z Compiling uuid v1.16.0
6282025-05-08T21:01:56.188Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#e0e3e468)
6292025-05-08T21:01:56.343Z Compiling ingot v0.1.0
6302025-05-08T21:01:56.403Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
6312025-05-08T21:01:57.892Z Compiling terminal_size v0.4.2
6322025-05-08T21:01:58.174Z Compiling clap_builder v4.5.37
6332025-05-08T21:02:00.379Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
6342025-05-08T21:02:04.183Z Compiling clap v4.5.37
6352025-05-08T21:02:09.872Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
6362025-05-08T21:02:13.345Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
6372025-05-08T21:02:25.387Z Finished `release` profile [optimized + debuginfo] target(s) in 54.64s
6382025-05-08T21:02:25.428Z
6392025-05-08T21:02:25.431Zreal 54.726800802
6402025-05-08T21:02:25.431Zuser 5:49.719760339
6412025-05-08T21:02:25.431Zsys 26.472484884
6422025-05-08T21:02:25.431Ztrap 0.196045936
6432025-05-08T21:02:25.431Ztflt 0.331595992
6442025-05-08T21:02:25.431Zdflt 0.528126062
6452025-05-08T21:02:25.431Zkflt 0.000004129
6462025-05-08T21:02:25.431Zlock 8:48.411548432
6472025-05-08T21:02:25.432Zslp 15:56.773632260
6482025-05-08T21:02:25.432Zlat 12.738549707
6492025-05-08T21:02:25.432Zstop 12.691782503
6502025-05-08T21:02:25.432Z+ popd
6512025-05-08T21:02:25.432Z/work/oxidecomputer/opte
6522025-05-08T21:02:25.432Z+ for x in debug release
6532025-05-08T21:02:25.432Z+ mkdir -p /work/debug
6542025-05-08T21:02:25.432Z+ cp target/debug/opteadm /work/debug/
6552025-05-08T21:02:25.497Z+ sha256sum target/debug/opteadm
6562025-05-08T21:02:25.553Z+ for x in debug release
6572025-05-08T21:02:25.553Z+ mkdir -p /work/release
6582025-05-08T21:02:25.557Z+ cp target/release/opteadm /work/release/
6592025-05-08T21:02:25.606Z+ sha256sum target/release/opteadm
6602025-05-08T21:02:25.648Zprocess exited: duration 146188 ms, exit code 0
 
6612025-05-08T21:02:25.661Zfound 4 output files
6622025-05-08T21:02:25.661Zuploading: /work/debug/opteadm (64243288 bytes)
6632025-05-08T21:02:27.572Zuploaded: /work/debug/opteadm
6642025-05-08T21:02:27.572Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6652025-05-08T21:02:28.584Zuploaded: /work/debug/opteadm.debug.sha256
6662025-05-08T21:02:28.584Zuploading: /work/release/opteadm (48344800 bytes)
6672025-05-08T21:02:30.388Zuploaded: /work/release/opteadm
6682025-05-08T21:02:30.391Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6692025-05-08T21:02:31.400Zuploaded: /work/release/opteadm.release.sha256