01KJDJ3J3D2K210Q38HSS6AYSK: 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: 01KJDJ4KDCG4V5E2SPD5R6KESE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-02-26T18:08:38.105Zjob assigned to worker 01KJDJ55GM205693Y2SPRA0NVD [factory aws, i-06ac3db882ce6fa8b] (queued for 1 m 15 s)
 
22026-02-26T18:08:46.806Zstarting task 0: "setup"
32026-02-26T18:08:46.811Z++ uname -s
42026-02-26T18:08:46.814Z+ kern=SunOS
52026-02-26T18:08:46.814Z+ build_user=build
62026-02-26T18:08:46.814Z+ build_uid=12345
72026-02-26T18:08:46.814Z+ work_dir=/work
82026-02-26T18:08:46.814Z+ input_dir=/input
92026-02-26T18:08:46.814Z+ [[ 0 == 12345 ]]
102026-02-26T18:08:46.814Z+ case "$kern" in
112026-02-26T18:08:46.814Z+ groupadd -g 12345 build
122026-02-26T18:08:46.817Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-02-26T18:08:48.823Z+ zfs create -o mountpoint=/work rpool/work
142026-02-26T18:08:48.883Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-02-26T18:08:48.886Z+ home_fs=zfs
162026-02-26T18:08:48.886Z+ [[ zfs == autofs ]]
172026-02-26T18:08:48.886Z+ mkdir -p /home/build
182026-02-26T18:08:48.889Z+ chown build:build /home/build /work
192026-02-26T18:08:50.890Z+ chmod 0700 /home/build /work
202026-02-26T18:08:50.893Zprocess exited: duration 4089 ms, exit code 0
 
212026-02-26T18:08:50.899Zstarting task 1: "rust-toolchain"
222026-02-26T18:08:50.904Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-02-26T18:08:50.904Z * rust toolchain channel = "1.90.0"
242026-02-26T18:08:50.904Z * rust toolchain profile = "default"
252026-02-26T18:08:50.904Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-02-26T18:08:50.904Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-02-26T18:08:50.904Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-02-26T18:08:50.907Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-02-26T18:08:50.907Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-02-26T18:08:51.386Zinfo: downloading installer
312026-02-26T18:08:53.513Zwarn: It looks like you have an existing installation of Rust at:
322026-02-26T18:08:53.513Zwarn: /opt/ooce/bin
332026-02-26T18:08:53.513Zwarn: It is recommended that rustup be the primary Rust installation.
342026-02-26T18:08:53.513Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-02-26T18:08:53.513Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-02-26T18:08:53.513Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-02-26T18:08:53.513Zwarn: or pass `-y' to ignore all ignorable checks.
382026-02-26T18:08:53.513Zerror: cannot install while Rust is installed
392026-02-26T18:08:53.513Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-02-26T18:08:53.551Zinfo: profile set to 'default'
412026-02-26T18:08:53.551Zinfo: default host triple is x86_64-unknown-illumos
422026-02-26T18:08:53.554Zinfo: syncing channel updates for '1.90.0-x86_64-unknown-illumos'
432026-02-26T18:08:53.742Zinfo: latest update on 2025-09-18, rust version 1.90.0 (1159e78c4 2025-09-14)
442026-02-26T18:08:53.742Zinfo: downloading component 'cargo'
452026-02-26T18:08:54.967Zinfo: downloading component 'clippy'
462026-02-26T18:08:55.594Zinfo: downloading component 'rust-docs'
472026-02-26T18:08:57.537Zinfo: downloading component 'rust-std'
482026-02-26T18:08:59.724Zinfo: downloading component 'rustc'
492026-02-26T18:09:10.126Zinfo: downloading component 'rustfmt'
502026-02-26T18:09:10.453Zinfo: installing component 'cargo'
512026-02-26T18:09:11.392Zinfo: installing component 'clippy'
522026-02-26T18:09:11.798Zinfo: installing component 'rust-docs'
532026-02-26T18:09:13.662Zinfo: installing component 'rust-std'
542026-02-26T18:09:15.579Zinfo: installing component 'rustc'
552026-02-26T18:09:23.094Zinfo: installing component 'rustfmt'
562026-02-26T18:09:23.127Zinfo: default toolchain set to '1.90.0-x86_64-unknown-illumos'
572026-02-26T18:09:23.127Z
582026-02-26T18:09:23.127Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
592026-02-26T18:09:23.127Z
602026-02-26T18:09:23.127Z
612026-02-26T18:09:23.127ZRust is installed now. Great!
622026-02-26T18:09:23.127Z
632026-02-26T18:09:23.127ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
642026-02-26T18:09:23.127Zenvironment variable. This has not been done automatically.
652026-02-26T18:09:23.127Z
662026-02-26T18:09:23.127ZTo configure your current shell, you need to source
672026-02-26T18:09:23.127Zthe corresponding env file under $HOME/.cargo.
682026-02-26T18:09:23.127Z
692026-02-26T18:09:23.127ZThis is usually done by running one of the following (note the leading DOT):
702026-02-26T18:09:23.127Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
712026-02-26T18:09:23.127Zsource "$HOME/.cargo/env.fish" # For fish
722026-02-26T18:09:23.127Zsource $"($nu.home-path)/.cargo/env.nu" # For nushell
732026-02-26T18:09:23.195Z+ rustup --version
742026-02-26T18:09:23.249Zrustup 1.28.2 (e4f3ad6f8 2025-04-28)
752026-02-26T18:09:23.249Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
762026-02-26T18:09:23.296Zinfo: The currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
772026-02-26T18:09:23.301Z+ cargo --version
782026-02-26T18:09:23.365Zcargo 1.90.0 (840b83a10 2025-07-30)
792026-02-26T18:09:23.368Z+ rustc --version
802026-02-26T18:09:23.448Zrustc 1.90.0 (1159e78c4 2025-09-14)
812026-02-26T18:09:23.453Zprocess exited: duration 32548 ms, exit code 0
 
822026-02-26T18:09:23.463Zstarting task 2: "authentication"
832026-02-26T18:09:23.490Zprocess exited: duration 23 ms, exit code 0
 
842026-02-26T18:09:23.500Zstarting task 3: "clone repository"
852026-02-26T18:09:23.505Z+ mkdir -p /work/oxidecomputer/opte
862026-02-26T18:09:23.509Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
872026-02-26T18:09:23.612ZCloning into '/work/oxidecomputer/opte'...
882026-02-26T18:09:27.325Z+ cd /work/oxidecomputer/opte
892026-02-26T18:09:27.325Z+ git fetch origin cff15885bcd863812397ba183affe6114bff8c8a
902026-02-26T18:09:27.701ZFrom https://github.com/oxidecomputer/opte
912026-02-26T18:09:27.701Z * branch cff15885bcd863812397ba183affe6114bff8c8a -> FETCH_HEAD
922026-02-26T18:09:27.710Z+ [[ -n helios3 ]]
932026-02-26T18:09:27.713Z++ git branch --show-current
942026-02-26T18:09:27.715Z+ current=master
952026-02-26T18:09:27.715Z+ [[ master != helios3 ]]
962026-02-26T18:09:27.715Z+ git branch -f helios3 cff15885bcd863812397ba183affe6114bff8c8a
972026-02-26T18:09:27.718Z+ git checkout -f helios3
982026-02-26T18:09:27.744ZSwitched to branch 'helios3'
992026-02-26T18:09:27.746Z+ git reset --hard cff15885bcd863812397ba183affe6114bff8c8a
1002026-02-26T18:09:27.770ZHEAD is now at cff1588 Include helios version in package name, adjust publisher for Heliosv3
1012026-02-26T18:09:27.775Zprocess exited: duration 4272 ms, exit code 0
 
1022026-02-26T18:09:27.784Zstarting task 4: "build"
1032026-02-26T18:09:27.790Z+ source .github/buildomat/common.sh
1042026-02-26T18:09:27.793Z++ rustup show active-toolchain
1052026-02-26T18:09:27.841Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1062026-02-26T18:09:27.845Z++ pushd xde
1072026-02-26T18:09:27.848Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1082026-02-26T18:09:27.848Z++ rustup show active-toolchain
1092026-02-26T18:09:27.853Zinfo: syncing channel updates for 'nightly-2025-09-19-x86_64-unknown-illumos'
1102026-02-26T18:09:28.058Zinfo: latest update on 2025-09-19, rust version 1.92.0-nightly (7c275d09e 2025-09-18)
1112026-02-26T18:09:28.061Zinfo: downloading component 'cargo'
1122026-02-26T18:09:29.111Zinfo: downloading component 'clippy'
1132026-02-26T18:09:29.598Zinfo: downloading component 'rust-src'
1142026-02-26T18:09:29.916Zinfo: downloading component 'rust-std'
1152026-02-26T18:09:32.683Zinfo: downloading component 'rustc'
1162026-02-26T18:09:42.646Zinfo: downloading component 'rustfmt'
1172026-02-26T18:09:43.029Zinfo: installing component 'cargo'
1182026-02-26T18:09:43.963Zinfo: installing component 'clippy'
1192026-02-26T18:09:44.361Zinfo: installing component 'rust-src'
1202026-02-26T18:09:44.742Zinfo: installing component 'rust-std'
1212026-02-26T18:09:46.447Zinfo: installing component 'rustc'
1222026-02-26T18:09:53.252Zinfo: installing component 'rustfmt'
1232026-02-26T18:09:53.602Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1242026-02-26T18:09:53.690Z+++ rustup show active-toolchain -v
1252026-02-26T18:09:53.693Z+++ head -n 1
1262026-02-26T18:09:53.693Z+++ cut '-d ' -f1
1272026-02-26T18:09:53.810Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1282026-02-26T18:09:53.810Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1292026-02-26T18:09:53.810Z++ popd
1302026-02-26T18:09:53.813Z/work/oxidecomputer/opte
1312026-02-26T18:09:53.813Z+ cargo --version
1322026-02-26T18:09:53.870Zcargo 1.90.0 (840b83a10 2025-07-30)
1332026-02-26T18:09:53.873Z+ rustc --version
1342026-02-26T18:09:53.952Zrustc 1.90.0 (1159e78c4 2025-09-14)
1352026-02-26T18:09:53.956Z+ pushd bin/opteadm
1362026-02-26T18:09:53.956Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1372026-02-26T18:09:53.956Z+ header 'check style'
1382026-02-26T18:09:53.959Z+ echo '# ==== check style ==== #'
1392026-02-26T18:09:53.959Z# ==== check style ==== #
1402026-02-26T18:09:53.959Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1412026-02-26T18:09:54.178Z
1422026-02-26T18:09:54.178Zreal 0.217859365
1432026-02-26T18:09:54.178Zuser 0.142736892
1442026-02-26T18:09:54.178Zsys 0.070476278
1452026-02-26T18:09:54.178Ztrap 0.000141567
1462026-02-26T18:09:54.178Ztflt 0.000050715
1472026-02-26T18:09:54.178Zdflt 0.000014647
1482026-02-26T18:09:54.178Zkflt 0.000000000
1492026-02-26T18:09:54.178Zlock 0.743957292
1502026-02-26T18:09:54.178Zslp 0.233821769
1512026-02-26T18:09:54.178Zlat 0.002237436
1522026-02-26T18:09:54.178Zstop 0.000154930
1532026-02-26T18:09:54.182Z+ header analyze
1542026-02-26T18:09:54.182Z+ echo '# ==== analyze ==== #'
1552026-02-26T18:09:54.182Z# ==== analyze ==== #
1562026-02-26T18:09:54.182Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1572026-02-26T18:09:54.464Z Updating crates.io index
1582026-02-26T18:09:54.467Z Updating git repository `https://github.com/oxidecomputer/falcon`
1592026-02-26T18:09:57.954Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1602026-02-26T18:09:58.944Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1612026-02-26T18:09:59.766Z Updating git repository `https://github.com/oxidecomputer/zone`
1622026-02-26T18:10:00.405Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1632026-02-26T18:10:01.272Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1642026-02-26T18:10:01.921Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1652026-02-26T18:10:04.634Z Downloading crates ...
1662026-02-26T18:10:04.690Z Downloaded colorchoice v1.0.4
1672026-02-26T18:10:04.700Z Downloaded proc-macro-crate v3.4.0
1682026-02-26T18:10:04.710Z Downloaded stable_deref_trait v1.2.1
1692026-02-26T18:10:04.713Z Downloaded errno v0.3.14
1702026-02-26T18:10:04.713Z Downloaded anstyle-query v1.1.5
1712026-02-26T18:10:04.763Z Downloaded anstream v0.6.21
1722026-02-26T18:10:04.763Z Downloaded dyn-clone v1.0.20
1732026-02-26T18:10:04.763Z Downloaded clap_lex v0.7.7
1742026-02-26T18:10:04.763Z Downloaded bitflags v2.10.0
1752026-02-26T18:10:04.763Z Downloaded defmt v0.3.100
1762026-02-26T18:10:04.763Z Downloaded cfg-if v1.0.4
1772026-02-26T18:10:04.763Z Downloaded anstyle v1.0.13
1782026-02-26T18:10:04.763Z Downloaded bitflags v1.3.2
1792026-02-26T18:10:04.763Z Downloaded fnv v1.0.7
1802026-02-26T18:10:04.763Z Downloaded anstyle-parse v0.2.7
1812026-02-26T18:10:04.763Z Downloaded zerocopy v0.8.39
1822026-02-26T18:10:04.767Z Downloaded pin-project-lite v0.2.16
1832026-02-26T18:10:04.767Z Downloaded version_check v0.9.5
1842026-02-26T18:10:04.767Z Downloaded num_enum_derive v0.7.5
1852026-02-26T18:10:04.767Z Downloaded byteorder v1.5.0
1862026-02-26T18:10:04.767Z Downloaded anyhow v1.0.101
1872026-02-26T18:10:04.770Z Downloaded once_cell v1.21.3
1882026-02-26T18:10:04.772Z Downloaded ingot-types v0.1.2
1892026-02-26T18:10:04.775Z Downloaded ident_case v1.0.1
1902026-02-26T18:10:04.775Z Downloaded embedded-io v0.4.0
1912026-02-26T18:10:04.775Z Downloaded ref-cast-impl v1.0.25
1922026-02-26T18:10:04.778Z Downloaded hash32 v0.3.1
1932026-02-26T18:10:04.778Z Downloaded defmt-parser v1.0.0
1942026-02-26T18:10:04.781Z Downloaded darling_macro v0.21.3
1952026-02-26T18:10:04.781Z Downloaded colored v3.1.1
1962026-02-26T18:10:04.784Z Downloaded getrandom v0.3.4
1972026-02-26T18:10:04.787Z Downloaded ref-cast v1.0.25
1982026-02-26T18:10:04.791Z Downloaded proc-macro-error-attr2 v2.0.0
1992026-02-26T18:10:04.791Z Downloaded foreign-types v0.5.0
2002026-02-26T18:10:04.791Z Downloaded pretty-hex v0.4.1
2012026-02-26T18:10:04.793Z Downloaded cstr-argument v0.1.2
2022026-02-26T18:10:04.793Z Downloaded cobs v0.3.0
2032026-02-26T18:10:04.793Z Downloaded defmt v1.0.1
2042026-02-26T18:10:04.797Z Downloaded terminal_size v0.4.3
2052026-02-26T18:10:04.797Z Downloaded tabwriter v1.4.1
2062026-02-26T18:10:04.799Z Downloaded strsim v0.11.1
2072026-02-26T18:10:04.802Z Downloaded rand_core v0.9.5
2082026-02-26T18:10:04.802Z Downloaded num_enum v0.7.5
2092026-02-26T18:10:04.806Z Downloaded ingot v0.1.1
2102026-02-26T18:10:04.809Z Downloaded macaddr v1.0.1
2112026-02-26T18:10:04.818Z Downloaded embedded-io v0.6.1
2122026-02-26T18:10:04.821Z Downloaded managed v0.8.0
2132026-02-26T18:10:04.827Z Downloaded heck v0.5.0
2142026-02-26T18:10:04.834Z Downloaded equivalent v1.0.2
2152026-02-26T18:10:04.843Z Downloaded is_terminal_polyfill v1.70.2
2162026-02-26T18:10:04.846Z Downloaded foreign-types-shared v0.3.1
2172026-02-26T18:10:04.849Z Downloaded utf8parse v0.2.2
2182026-02-26T18:10:04.849Z Downloaded serde_derive v1.0.228
2192026-02-26T18:10:04.852Z Downloaded foreign-types-macros v0.2.3
2202026-02-26T18:10:04.855Z Downloaded oxnet v0.1.4
2212026-02-26T18:10:04.861Z Downloaded either v1.15.0
2222026-02-26T18:10:04.864Z Downloaded proc-macro-error2 v2.0.1
2232026-02-26T18:10:04.865Z Downloaded defmt-macros v1.0.1
2242026-02-26T18:10:04.868Z Downloaded thiserror-impl v2.0.18
2252026-02-26T18:10:04.868Z Downloaded ipnetwork v0.21.1
2262026-02-26T18:10:04.872Z Downloaded rand_chacha v0.9.0
2272026-02-26T18:10:04.875Z Downloaded ppv-lite86 v0.2.21
2282026-02-26T18:10:04.884Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2292026-02-26T18:10:04.902Z Downloaded thiserror v2.0.18
2302026-02-26T18:10:04.907Z Downloaded rustversion v1.0.22
2312026-02-26T18:10:04.911Z Downloaded toml_parser v1.0.7+spec-1.1.0
2322026-02-26T18:10:04.914Z Downloaded ingot-macros v0.1.1
2332026-02-26T18:10:04.914Z Downloaded postcard v1.1.3
2342026-02-26T18:10:04.917Z Downloaded aho-corasick v1.1.4
2352026-02-26T18:10:04.940Z Downloaded darling v0.21.3
2362026-02-26T18:10:04.957Z Downloaded quote v1.0.44
2372026-02-26T18:10:04.961Z Downloaded uuid v1.20.0
2382026-02-26T18:10:04.966Z Downloaded tracing-core v0.1.36
2392026-02-26T18:10:04.974Z Downloaded proc-macro2 v1.0.106
2402026-02-26T18:10:04.979Z Downloaded clap v4.5.57
2412026-02-26T18:10:04.991Z Downloaded tracing-attributes v0.1.31
2422026-02-26T18:10:04.994Z Downloaded unicode-ident v1.0.23
2432026-02-26T18:10:05.003Z Downloaded socket2 v0.6.2
2442026-02-26T18:10:05.006Z Downloaded clap_derive v4.5.55
2452026-02-26T18:10:05.010Z Downloaded darling_core v0.21.3
2462026-02-26T18:10:05.013Z Downloaded heapless v0.8.0
2472026-02-26T18:10:05.028Z Downloaded serde_core v1.0.228
2482026-02-26T18:10:05.033Z Downloaded serde v1.0.228
2492026-02-26T18:10:05.042Z Downloaded memchr v2.8.0
2502026-02-26T18:10:05.050Z Downloaded toml_edit v0.23.10+spec-1.0.0
2512026-02-26T18:10:05.068Z Downloaded rand v0.9.2
2522026-02-26T18:10:05.081Z Downloaded zerocopy-derive v0.8.39
2532026-02-26T18:10:05.088Z Downloaded indexmap v2.13.0
2542026-02-26T18:10:05.103Z Downloaded clap_builder v4.5.57
2552026-02-26T18:10:05.113Z Downloaded regex v1.12.3
2562026-02-26T18:10:05.137Z Downloaded hashbrown v0.16.1
2572026-02-26T18:10:05.141Z Downloaded itertools v0.14.0
2582026-02-26T18:10:05.156Z Downloaded winnow v0.7.14
2592026-02-26T18:10:05.196Z Downloaded syn v1.0.109
2602026-02-26T18:10:05.227Z Downloaded unicode-width v0.2.2
2612026-02-26T18:10:05.252Z Downloaded syn v2.0.114
2622026-02-26T18:10:05.261Z Downloaded smoltcp v0.11.0
2632026-02-26T18:10:05.282Z Downloaded regex-syntax v0.8.9
2642026-02-26T18:10:05.299Z Downloaded rustix v1.1.3
2652026-02-26T18:10:05.319Z Downloaded tracing v0.1.44
2662026-02-26T18:10:05.351Z Downloaded regex-automata v0.4.14
2672026-02-26T18:10:05.363Z Downloaded libc v0.2.180
2682026-02-26T18:10:05.444Z Compiling proc-macro2 v1.0.106
2692026-02-26T18:10:05.444Z Compiling quote v1.0.44
2702026-02-26T18:10:05.444Z Compiling unicode-ident v1.0.23
2712026-02-26T18:10:05.448Z Compiling serde_core v1.0.228
2722026-02-26T18:10:05.448Z Compiling libc v0.2.180
2732026-02-26T18:10:05.448Z Compiling zerocopy v0.8.39
2742026-02-26T18:10:05.448Z Checking cfg-if v1.0.4
2752026-02-26T18:10:05.520Z Compiling strsim v0.11.1
2762026-02-26T18:10:05.639Z Compiling ident_case v1.0.1
2772026-02-26T18:10:05.771Z Compiling memchr v2.8.0
2782026-02-26T18:10:05.825Z Compiling thiserror v2.0.18
2792026-02-26T18:10:06.089Z Compiling fnv v1.0.7
2802026-02-26T18:10:06.197Z Compiling regex-syntax v0.8.9
2812026-02-26T18:10:06.733Z Compiling aho-corasick v1.1.4
2822026-02-26T18:10:07.370Z Compiling serde v1.0.228
2832026-02-26T18:10:07.391Z Compiling either v1.15.0
2842026-02-26T18:10:07.739Z Compiling winnow v0.7.14
2852026-02-26T18:10:07.783Z Compiling anyhow v1.0.101
2862026-02-26T18:10:07.918Z Compiling equivalent v1.0.2
2872026-02-26T18:10:08.088Z Compiling hashbrown v0.16.1
2882026-02-26T18:10:08.287Z Compiling itertools v0.14.0
2892026-02-26T18:10:08.399Z Compiling toml_datetime v0.7.5+spec-1.1.0
2902026-02-26T18:10:09.246Z Compiling regex-automata v0.4.14
2912026-02-26T18:10:09.358Z Compiling syn v2.0.114
2922026-02-26T18:10:09.430Z Compiling indexmap v2.13.0
2932026-02-26T18:10:10.260Z Compiling heapless v0.8.0
2942026-02-26T18:10:10.775Z Compiling getrandom v0.3.4
2952026-02-26T18:10:10.805Z Checking byteorder v1.5.0
2962026-02-26T18:10:11.104Z Compiling toml_parser v1.0.7+spec-1.1.0
2972026-02-26T18:10:11.146Z Checking hash32 v0.3.1
2982026-02-26T18:10:11.210Z Checking bitflags v2.10.0
2992026-02-26T18:10:11.304Z Compiling smoltcp v0.11.0
3002026-02-26T18:10:11.329Z Checking stable_deref_trait v1.2.1
3012026-02-26T18:10:11.342Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3022026-02-26T18:10:11.413Z Checking macaddr v1.0.1
3032026-02-26T18:10:11.432Z Compiling syn v1.0.109
3042026-02-26T18:10:11.497Z Compiling rustversion v1.0.22
3052026-02-26T18:10:11.924Z Compiling toml_edit v0.23.10+spec-1.0.0
3062026-02-26T18:10:11.995Z Compiling rustix v1.1.3
3072026-02-26T18:10:12.058Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3082026-02-26T18:10:12.220Z Checking managed v0.8.0
3092026-02-26T18:10:12.397Z Compiling version_check v0.9.5
3102026-02-26T18:10:12.412Z Compiling ref-cast v1.0.25
3112026-02-26T18:10:12.459Z Checking bitflags v1.3.2
3122026-02-26T18:10:13.008Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3132026-02-26T18:10:13.060Z Checking rand_core v0.9.5
3142026-02-26T18:10:13.380Z Compiling regex v1.12.3
3152026-02-26T18:10:13.432Z Compiling proc-macro-crate v3.4.0
3162026-02-26T18:10:13.914Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3172026-02-26T18:10:14.123Z Checking errno v0.3.14
3182026-02-26T18:10:14.232Z Checking once_cell v1.21.3
3192026-02-26T18:10:14.431Z Checking foreign-types-shared v0.3.1
3202026-02-26T18:10:14.555Z Checking ipnetwork v0.21.1
3212026-02-26T18:10:14.558Z Checking unicode-width v0.2.2
3222026-02-26T18:10:14.573Z Checking utf8parse v0.2.2
3232026-02-26T18:10:14.724Z Checking anstyle-parse v0.2.7
3242026-02-26T18:10:14.863Z Checking tracing-core v0.1.36
3252026-02-26T18:10:15.059Z Checking tabwriter v1.4.1
3262026-02-26T18:10:15.136Z Checking cstr-argument v0.1.2
3272026-02-26T18:10:15.558Z Checking dyn-clone v1.0.20
3282026-02-26T18:10:15.561Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
3292026-02-26T18:10:15.706Z Checking is_terminal_polyfill v1.70.2
3302026-02-26T18:10:15.830Z Checking colorchoice v1.0.4
3312026-02-26T18:10:15.860Z Checking anstyle v1.0.13
3322026-02-26T18:10:15.884Z Checking anstyle-query v1.1.5
3332026-02-26T18:10:15.921Z Compiling darling_core v0.21.3
3342026-02-26T18:10:15.937Z Checking pretty-hex v0.4.1
3352026-02-26T18:10:15.973Z Checking pin-project-lite v0.2.16
3362026-02-26T18:10:16.097Z Checking terminal_size v0.4.3
3372026-02-26T18:10:16.132Z Checking uuid v1.20.0
3382026-02-26T18:10:16.203Z Checking anstream v0.6.21
3392026-02-26T18:10:16.274Z Checking socket2 v0.6.2
3402026-02-26T18:10:16.609Z Compiling heck v0.5.0
3412026-02-26T18:10:16.673Z Checking oxnet v0.1.4
3422026-02-26T18:10:16.829Z Checking colored v3.1.1
3432026-02-26T18:10:17.014Z Checking clap_lex v0.7.7
3442026-02-26T18:10:17.017Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3452026-02-26T18:10:17.301Z Checking clap_builder v4.5.57
3462026-02-26T18:10:18.224Z Compiling zerocopy-derive v0.8.39
3472026-02-26T18:10:18.224Z Compiling thiserror-impl v2.0.18
3482026-02-26T18:10:18.227Z Compiling serde_derive v1.0.228
3492026-02-26T18:10:18.227Z Compiling foreign-types-macros v0.2.3
3502026-02-26T18:10:19.494Z Compiling ref-cast-impl v1.0.25
3512026-02-26T18:10:19.536Z Compiling num_enum_derive v0.7.5
3522026-02-26T18:10:20.215Z Checking foreign-types v0.5.0
3532026-02-26T18:10:20.317Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3542026-02-26T18:10:20.806Z Compiling tracing-attributes v0.1.31
3552026-02-26T18:10:21.155Z Checking cobs v0.3.0
3562026-02-26T18:10:21.354Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3572026-02-26T18:10:21.400Z Compiling darling_macro v0.21.3
3582026-02-26T18:10:21.410Z Compiling clap_derive v4.5.55
3592026-02-26T18:10:21.636Z Checking num_enum v0.7.5
3602026-02-26T18:10:21.811Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3612026-02-26T18:10:21.916Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3622026-02-26T18:10:22.373Z Compiling darling v0.21.3
3632026-02-26T18:10:22.488Z Compiling ingot-macros v0.1.1
3642026-02-26T18:10:22.765Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3652026-02-26T18:10:23.210Z Checking tracing v0.1.44
3662026-02-26T18:10:24.188Z Checking clap v4.5.57
3672026-02-26T18:10:24.252Z Checking postcard v1.1.3
3682026-02-26T18:10:27.003Z Checking ingot-types v0.1.2
3692026-02-26T18:10:27.004Z Checking ppv-lite86 v0.2.21
3702026-02-26T18:10:27.432Z Checking rand_chacha v0.9.0
3712026-02-26T18:10:27.486Z Checking ingot v0.1.1
3722026-02-26T18:10:27.656Z Checking rand v0.9.2
3732026-02-26T18:10:30.146Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3742026-02-26T18:10:32.255Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3752026-02-26T18:10:34.296Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3762026-02-26T18:10:35.713Z Finished `dev` profile [optimized + debuginfo] target(s) in 41.36s
3772026-02-26T18:10:35.846Z
3782026-02-26T18:10:35.846Zreal 41.657132720
3792026-02-26T18:10:35.846Zuser 2:10.458314534
3802026-02-26T18:10:35.846Zsys 21.454953090
3812026-02-26T18:10:35.846Ztrap 0.093659997
3822026-02-26T18:10:35.849Ztflt 0.632288869
3832026-02-26T18:10:35.849Zdflt 2.147600509
3842026-02-26T18:10:35.849Zkflt 0.009837930
3852026-02-26T18:10:35.849Zlock 5:05.452397117
3862026-02-26T18:10:35.849Zslp 9:24.990673144
3872026-02-26T18:10:35.849Zlat 8.446499944
3882026-02-26T18:10:35.849Zstop 17.262117557
3892026-02-26T18:10:35.849Z+ header 'debug build'
3902026-02-26T18:10:35.849Z+ echo '# ==== debug build ==== #'
3912026-02-26T18:10:35.849Z+ ptime -m cargo build
3922026-02-26T18:10:35.849Z# ==== debug build ==== #
3932026-02-26T18:10:36.123Z Compiling cfg-if v1.0.4
3942026-02-26T18:10:36.126Z Compiling serde_core v1.0.228
3952026-02-26T18:10:36.126Z Compiling libc v0.2.180
3962026-02-26T18:10:36.154Z Compiling zerocopy v0.8.39
3972026-02-26T18:10:36.157Z Compiling thiserror v2.0.18
3982026-02-26T18:10:36.161Z Compiling byteorder v1.5.0
3992026-02-26T18:10:36.164Z Compiling macaddr v1.0.1
4002026-02-26T18:10:36.167Z Compiling stable_deref_trait v1.2.1
4012026-02-26T18:10:36.233Z Compiling managed v0.8.0
4022026-02-26T18:10:36.268Z Compiling cobs v0.3.0
4032026-02-26T18:10:36.284Z Compiling bitflags v1.3.2
4042026-02-26T18:10:36.378Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
4052026-02-26T18:10:36.494Z Compiling hash32 v0.3.1
4062026-02-26T18:10:36.669Z Compiling heapless v0.8.0
4072026-02-26T18:10:36.690Z Compiling foreign-types-shared v0.3.1
4082026-02-26T18:10:36.747Z Compiling unicode-width v0.2.2
4092026-02-26T18:10:36.760Z Compiling utf8parse v0.2.2
4102026-02-26T18:10:36.784Z Compiling ipnetwork v0.21.1
4112026-02-26T18:10:36.810Z Compiling memchr v2.8.0
4122026-02-26T18:10:36.911Z Compiling once_cell v1.21.3
4132026-02-26T18:10:37.100Z Compiling getrandom v0.3.4
4142026-02-26T18:10:37.352Z Compiling rand_core v0.9.5
4152026-02-26T18:10:37.369Z Compiling errno v0.3.14
4162026-02-26T18:10:37.521Z Compiling smoltcp v0.11.0
4172026-02-26T18:10:37.602Z Compiling tracing-core v0.1.36
4182026-02-26T18:10:37.661Z Compiling tabwriter v1.4.1
4192026-02-26T18:10:37.877Z Compiling cstr-argument v0.1.2
4202026-02-26T18:10:37.881Z Compiling anstyle-parse v0.2.7
4212026-02-26T18:10:38.188Z Compiling foreign-types v0.5.0
4222026-02-26T18:10:38.293Z Compiling ref-cast v1.0.25
4232026-02-26T18:10:38.337Z Compiling num_enum v0.7.5
4242026-02-26T18:10:38.446Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4252026-02-26T18:10:38.533Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-02-26T18:10:38.563Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4272026-02-26T18:10:38.611Z Compiling dyn-clone v1.0.20
4282026-02-26T18:10:38.699Z Compiling pin-project-lite v0.2.16
4292026-02-26T18:10:38.842Z Compiling colorchoice v1.0.4
4302026-02-26T18:10:38.920Z Compiling anstyle v1.0.13
4312026-02-26T18:10:39.029Z Compiling pretty-hex v0.4.1
4322026-02-26T18:10:39.262Z Compiling anstyle-query v1.1.5
4332026-02-26T18:10:39.421Z Compiling is_terminal_polyfill v1.70.2
4342026-02-26T18:10:39.469Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4352026-02-26T18:10:39.547Z Compiling anstream v0.6.21
4362026-02-26T18:10:39.612Z Compiling tracing v0.1.44
4372026-02-26T18:10:39.710Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4382026-02-26T18:10:39.866Z Compiling anyhow v1.0.101
4392026-02-26T18:10:40.360Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4402026-02-26T18:10:40.551Z Compiling socket2 v0.6.2
4412026-02-26T18:10:40.632Z Compiling clap_lex v0.7.7
4422026-02-26T18:10:40.682Z Compiling bitflags v2.10.0
4432026-02-26T18:10:40.770Z Compiling serde v1.0.228
4442026-02-26T18:10:41.126Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4452026-02-26T18:10:41.459Z Compiling rustix v1.1.3
4462026-02-26T18:10:41.649Z Compiling uuid v1.20.0
4472026-02-26T18:10:41.828Z Compiling oxnet v0.1.4
4482026-02-26T18:10:42.427Z Compiling postcard v1.1.3
4492026-02-26T18:10:42.485Z Compiling strsim v0.11.1
4502026-02-26T18:10:42.783Z Compiling terminal_size v0.4.3
4512026-02-26T18:10:42.955Z Compiling colored v3.1.1
4522026-02-26T18:10:43.072Z Compiling winnow v0.7.14
4532026-02-26T18:10:43.196Z Compiling clap_builder v4.5.57
4542026-02-26T18:10:43.280Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4552026-02-26T18:10:44.388Z Compiling ingot-types v0.1.2
4562026-02-26T18:10:44.512Z Compiling ppv-lite86 v0.2.21
4572026-02-26T18:10:45.295Z Compiling ingot v0.1.1
4582026-02-26T18:10:45.305Z Compiling rand_chacha v0.9.0
4592026-02-26T18:10:45.620Z Compiling rand v0.9.2
4602026-02-26T18:10:46.482Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
4612026-02-26T18:10:46.692Z Compiling clap v4.5.57
4622026-02-26T18:10:49.500Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4632026-02-26T18:10:54.139Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4642026-02-26T18:10:56.116Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4652026-02-26T18:11:04.113Z Finished `dev` profile [optimized + debuginfo] target(s) in 28.20s
4662026-02-26T18:11:04.146Z
4672026-02-26T18:11:04.146Zreal 28.286555583
4682026-02-26T18:11:04.146Zuser 2:33.868154344
4692026-02-26T18:11:04.146Zsys 10.131540139
4702026-02-26T18:11:04.146Ztrap 0.090302049
4712026-02-26T18:11:04.146Ztflt 0.272610237
4722026-02-26T18:11:04.146Zdflt 0.258897018
4732026-02-26T18:11:04.147Zkflt 0.000004279
4742026-02-26T18:11:04.150Zlock 5:46.668143544
4752026-02-26T18:11:04.150Zslp 6:24.204410933
4762026-02-26T18:11:04.150Zlat 5.685686938
4772026-02-26T18:11:04.150Zstop 3.612822926
4782026-02-26T18:11:04.150Z+ header 'release build'
4792026-02-26T18:11:04.150Z+ echo '# ==== release build ==== #'
4802026-02-26T18:11:04.150Z# ==== release build ==== #
4812026-02-26T18:11:04.150Z+ ptime -m cargo build --release
4822026-02-26T18:11:04.334Z Compiling proc-macro2 v1.0.106
4832026-02-26T18:11:04.334Z Compiling unicode-ident v1.0.23
4842026-02-26T18:11:04.334Z Compiling quote v1.0.44
4852026-02-26T18:11:04.337Z Compiling libc v0.2.180
4862026-02-26T18:11:04.337Z Compiling serde_core v1.0.228
4872026-02-26T18:11:04.337Z Compiling cfg-if v1.0.4
4882026-02-26T18:11:04.337Z Compiling zerocopy v0.8.39
4892026-02-26T18:11:04.337Z Compiling thiserror v2.0.18
4902026-02-26T18:11:04.450Z Compiling ident_case v1.0.1
4912026-02-26T18:11:04.541Z Compiling fnv v1.0.7
4922026-02-26T18:11:04.616Z Compiling memchr v2.8.0
4932026-02-26T18:11:04.672Z Compiling strsim v0.11.1
4942026-02-26T18:11:04.846Z Compiling regex-syntax v0.8.9
4952026-02-26T18:11:05.071Z Compiling either v1.15.0
4962026-02-26T18:11:05.202Z Compiling anyhow v1.0.101
4972026-02-26T18:11:05.294Z Compiling hashbrown v0.16.1
4982026-02-26T18:11:05.448Z Compiling serde v1.0.228
4992026-02-26T18:11:05.748Z Compiling aho-corasick v1.1.4
5002026-02-26T18:11:05.831Z Compiling winnow v0.7.14
5012026-02-26T18:11:05.931Z Compiling equivalent v1.0.2
5022026-02-26T18:11:06.051Z Compiling itertools v0.14.0
5032026-02-26T18:11:06.057Z Compiling byteorder v1.5.0
5042026-02-26T18:11:06.481Z Compiling indexmap v2.13.0
5052026-02-26T18:11:06.664Z Compiling toml_datetime v0.7.5+spec-1.1.0
5062026-02-26T18:11:06.930Z Compiling syn v2.0.114
5072026-02-26T18:11:07.104Z Compiling getrandom v0.3.4
5082026-02-26T18:11:07.681Z Compiling heapless v0.8.0
5092026-02-26T18:11:07.836Z Compiling hash32 v0.3.1
5102026-02-26T18:11:08.098Z Compiling smoltcp v0.11.0
5112026-02-26T18:11:08.549Z Compiling regex-automata v0.4.14
5122026-02-26T18:11:08.708Z Compiling syn v1.0.109
5132026-02-26T18:11:08.943Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5142026-02-26T18:11:09.242Z Compiling toml_parser v1.0.7+spec-1.1.0
5152026-02-26T18:11:09.269Z Compiling macaddr v1.0.1
5162026-02-26T18:11:09.322Z Compiling stable_deref_trait v1.2.1
5172026-02-26T18:11:09.335Z Compiling rustversion v1.0.22
5182026-02-26T18:11:09.673Z Compiling bitflags v2.10.0
5192026-02-26T18:11:09.956Z Compiling rustix v1.1.3
5202026-02-26T18:11:10.020Z Compiling ref-cast v1.0.25
5212026-02-26T18:11:10.248Z Compiling toml_edit v0.23.10+spec-1.0.0
5222026-02-26T18:11:10.366Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5232026-02-26T18:11:10.460Z Compiling version_check v0.9.5
5242026-02-26T18:11:10.512Z Compiling bitflags v1.3.2
5252026-02-26T18:11:10.567Z Compiling managed v0.8.0
5262026-02-26T18:11:10.655Z Compiling rand_core v0.9.5
5272026-02-26T18:11:10.921Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5282026-02-26T18:11:10.997Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5292026-02-26T18:11:11.357Z Compiling errno v0.3.14
5302026-02-26T18:11:11.614Z Compiling proc-macro-crate v3.4.0
5312026-02-26T18:11:11.699Z Compiling foreign-types-shared v0.3.1
5322026-02-26T18:11:11.821Z Compiling ipnetwork v0.21.1
5332026-02-26T18:11:11.830Z Compiling unicode-width v0.2.2
5342026-02-26T18:11:12.409Z Compiling regex v1.12.3
5352026-02-26T18:11:12.441Z Compiling once_cell v1.21.3
5362026-02-26T18:11:12.557Z Compiling utf8parse v0.2.2
5372026-02-26T18:11:12.722Z Compiling anstyle-parse v0.2.7
5382026-02-26T18:11:12.852Z Compiling tracing-core v0.1.36
5392026-02-26T18:11:13.149Z Compiling tabwriter v1.4.1
5402026-02-26T18:11:13.823Z Compiling darling_core v0.21.3
5412026-02-26T18:11:14.292Z Compiling cstr-argument v0.1.2
5422026-02-26T18:11:14.974Z Compiling anstyle-query v1.1.5
5432026-02-26T18:11:15.124Z Compiling is_terminal_polyfill v1.70.2
5442026-02-26T18:11:15.171Z Compiling pin-project-lite v0.2.16
5452026-02-26T18:11:15.242Z Compiling anstyle v1.0.13
5462026-02-26T18:11:15.248Z Compiling colorchoice v1.0.4
5472026-02-26T18:11:15.304Z Compiling dyn-clone v1.0.20
5482026-02-26T18:11:15.344Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
5492026-02-26T18:11:15.404Z Compiling pretty-hex v0.4.1
5502026-02-26T18:11:15.631Z Compiling anstream v0.6.21
5512026-02-26T18:11:15.712Z Compiling terminal_size v0.4.3
5522026-02-26T18:11:15.938Z Compiling uuid v1.20.0
5532026-02-26T18:11:16.349Z Compiling socket2 v0.6.2
5542026-02-26T18:11:16.667Z Compiling colored v3.1.1
5552026-02-26T18:11:16.865Z Compiling clap_lex v0.7.7
5562026-02-26T18:11:17.216Z Compiling zerocopy-derive v0.8.39
5572026-02-26T18:11:17.249Z Compiling thiserror-impl v2.0.18
5582026-02-26T18:11:17.491Z Compiling serde_derive v1.0.228
5592026-02-26T18:11:17.539Z Compiling foreign-types-macros v0.2.3
5602026-02-26T18:11:17.848Z Compiling num_enum_derive v0.7.5
5612026-02-26T18:11:17.933Z Compiling ref-cast-impl v1.0.25
5622026-02-26T18:11:18.791Z Compiling foreign-types v0.5.0
5632026-02-26T18:11:18.897Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5642026-02-26T18:11:19.238Z Compiling tracing-attributes v0.1.31
5652026-02-26T18:11:19.515Z Compiling darling_macro v0.21.3
5662026-02-26T18:11:19.780Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5672026-02-26T18:11:19.990Z Compiling num_enum v0.7.5
5682026-02-26T18:11:20.143Z Compiling cobs v0.3.0
5692026-02-26T18:11:20.183Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5702026-02-26T18:11:20.399Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5712026-02-26T18:11:20.406Z Compiling heck v0.5.0
5722026-02-26T18:11:20.473Z Compiling darling v0.21.3
5732026-02-26T18:11:20.525Z Compiling oxnet v0.1.4
5742026-02-26T18:11:20.577Z Compiling ingot-macros v0.1.1
5752026-02-26T18:11:20.800Z Compiling clap_derive v4.5.55
5762026-02-26T18:11:21.122Z Compiling clap_builder v4.5.57
5772026-02-26T18:11:21.249Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5782026-02-26T18:11:21.414Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5792026-02-26T18:11:21.993Z Compiling tracing v0.1.44
5802026-02-26T18:11:24.555Z Compiling postcard v1.1.3
5812026-02-26T18:11:25.290Z Compiling clap v4.5.57
5822026-02-26T18:11:27.864Z Compiling ingot-types v0.1.2
5832026-02-26T18:11:27.864Z Compiling ppv-lite86 v0.2.21
5842026-02-26T18:11:28.355Z Compiling rand_chacha v0.9.0
5852026-02-26T18:11:28.476Z Compiling ingot v0.1.1
5862026-02-26T18:11:28.615Z Compiling rand v0.9.2
5872026-02-26T18:11:31.709Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5882026-02-26T18:11:33.449Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5892026-02-26T18:11:35.121Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5902026-02-26T18:11:48.190Z Finished `release` profile [optimized + debuginfo] target(s) in 43.98s
5912026-02-26T18:11:48.223Z
5922026-02-26T18:11:48.226Zreal 44.061145770
5932026-02-26T18:11:48.226Zuser 4:00.862131924
5942026-02-26T18:11:48.226Zsys 22.614191673
5952026-02-26T18:11:48.226Ztrap 0.135978992
5962026-02-26T18:11:48.226Ztflt 0.189083753
5972026-02-26T18:11:48.226Zdflt 0.668247093
5982026-02-26T18:11:48.226Zkflt 0.000071224
5992026-02-26T18:11:48.226Zlock 8:13.699387992
6002026-02-26T18:11:48.226Zslp 10:36.490198070
6012026-02-26T18:11:48.226Zlat 8.346711603
6022026-02-26T18:11:48.226Zstop 13.694632419
6032026-02-26T18:11:48.226Z+ popd
6042026-02-26T18:11:48.226Z/work/oxidecomputer/opte
6052026-02-26T18:11:48.226Z+ for x in debug release
6062026-02-26T18:11:48.226Z+ mkdir -p /work/debug
6072026-02-26T18:11:48.229Z+ cp target/debug/opteadm /work/debug/
6082026-02-26T18:11:48.262Z+ sha256sum target/debug/opteadm
6092026-02-26T18:11:48.296Z+ for x in debug release
6102026-02-26T18:11:48.296Z+ mkdir -p /work/release
6112026-02-26T18:11:48.298Z+ cp target/release/opteadm /work/release/
6122026-02-26T18:11:48.322Z+ sha256sum target/release/opteadm
6132026-02-26T18:11:48.344Zprocess exited: duration 140547 ms, exit code 0
 
6142026-02-26T18:11:48.351Zfound 4 output files
6152026-02-26T18:11:48.351Zuploading: /work/debug/opteadm (35736096 bytes)
6162026-02-26T18:11:49.652Zuploaded: /work/debug/opteadm
6172026-02-26T18:11:49.652Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6182026-02-26T18:11:50.661Zuploaded: /work/debug/opteadm.debug.sha256
6192026-02-26T18:11:50.661Zuploading: /work/release/opteadm (22741576 bytes)
6202026-02-26T18:11:51.865Zuploaded: /work/release/opteadm
6212026-02-26T18:11:51.865Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6222026-02-26T18:11:52.873Zuploaded: /work/release/opteadm.release.sha256