01KNRWYT0WRQYFZG0S71AM5HPB: 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: 01KNRWZ4QY6HMV92P9QKK01FBZ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-09T10:36:18.678Zjob assigned to worker 01KNRWZ9DP5ZD51N1CDKX6WH0T [factory aws, i-05c56f8fe312322c9] (queued for 56 s)
 
22026-04-09T10:36:25.461Zstarting task 0: "setup"
32026-04-09T10:36:25.465Z++ uname -s
42026-04-09T10:36:25.469Z+ kern=SunOS
52026-04-09T10:36:25.469Z+ build_user=build
62026-04-09T10:36:25.469Z+ build_uid=12345
72026-04-09T10:36:25.469Z+ work_dir=/work
82026-04-09T10:36:25.469Z+ input_dir=/input
92026-04-09T10:36:25.469Z+ [[ 0 == 12345 ]]
102026-04-09T10:36:25.469Z+ case "$kern" in
112026-04-09T10:36:25.469Z+ groupadd -g 12345 build
122026-04-09T10:36:25.472Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-09T10:36:27.475Z+ zfs create -o mountpoint=/work rpool/work
142026-04-09T10:36:27.584Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-09T10:36:27.587Z+ home_fs=zfs
162026-04-09T10:36:27.587Z+ [[ zfs == autofs ]]
172026-04-09T10:36:27.587Z+ mkdir -p /home/build
182026-04-09T10:36:27.587Z+ chown build:build /home/build /work
192026-04-09T10:36:29.589Z+ chmod 0700 /home/build /work
202026-04-09T10:36:29.592Zprocess exited: duration 4132 ms, exit code 0
 
212026-04-09T10:36:29.598Zstarting task 1: "rust-toolchain"
222026-04-09T10:36:29.603Z+ printf ' * rust toolchain channel = "%s"\n' 1.90.0
232026-04-09T10:36:29.603Z * rust toolchain channel = "1.90.0"
242026-04-09T10:36:29.603Z * rust toolchain profile = "default"
252026-04-09T10:36:29.603Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-09T10:36:29.603Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-09T10:36:29.603Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-09T10:36:29.606Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-09T10:36:29.606Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.90.0 --profile default
302026-04-09T10:36:29.728Zinfo: downloading installer
312026-04-09T10:36:31.102Zwarn: It looks like you have an existing installation of Rust at:
322026-04-09T10:36:31.102Zwarn: /opt/ooce/bin
332026-04-09T10:36:31.102Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-09T10:36:31.102Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-09T10:36:31.102Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-09T10:36:31.102Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-09T10:36:31.102Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-09T10:36:31.102Zerror: cannot install while Rust is installed
392026-04-09T10:36:31.102Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-09T10:36:31.102Zwarn: It looks like you have an existing rustup settings file at:
412026-04-09T10:36:31.102Zwarn: /home/build/.rustup/settings.toml
422026-04-09T10:36:31.102Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-09T10:36:31.102Zwarn: instead of the one inferred from the default host triple.
442026-04-09T10:36:31.115Zinfo: profile set to default
452026-04-09T10:36:31.115Zinfo: default host triple is x86_64-unknown-illumos
462026-04-09T10:36:31.119Zinfo: syncing channel updates for 1.90.0-x86_64-unknown-illumos
472026-04-09T10:36:31.250Zinfo: latest update on 2025-09-18 for version 1.90.0 (1159e78c4 2025-09-14)
482026-04-09T10:36:31.253Zinfo: downloading 6 components
492026-04-09T10:36:45.129Zinfo: default toolchain set to 1.90.0-x86_64-unknown-illumos
502026-04-09T10:36:45.129Z
512026-04-09T10:36:45.162Z 1.90.0-x86_64-unknown-illumos installed - rustc 1.90.0 (1159e78c4 2025-09-14)
522026-04-09T10:36:45.162Z
532026-04-09T10:36:45.162Z
542026-04-09T10:36:45.162ZRust is installed now. Great!
552026-04-09T10:36:45.162Z
562026-04-09T10:36:45.162ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-09T10:36:45.162Zenvironment variable. This has not been done automatically.
582026-04-09T10:36:45.162Z
592026-04-09T10:36:45.162ZTo configure your current shell, you need to source
602026-04-09T10:36:45.162Zthe corresponding env file under $HOME/.cargo.
612026-04-09T10:36:45.163Z
622026-04-09T10:36:45.163ZThis is usually done by running one of the following (note the leading DOT):
632026-04-09T10:36:45.163Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-09T10:36:45.163Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-09T10:36:45.163Zsource "~/.cargo/env.nu" # For nushell
662026-04-09T10:36:45.163Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-09T10:36:45.163Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-09T10:36:45.163Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-09T10:36:45.166Zwarn: no default linker (`cc`) was found in your PATH
702026-04-09T10:36:45.166Zwarn: many Rust crates require a system C toolchain to build
712026-04-09T10:36:45.255Z+ rustup --version
722026-04-09T10:36:45.264Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-09T10:36:45.267Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-09T10:36:45.286Zinfo: the currently active `rustc` version is `rustc 1.90.0 (1159e78c4 2025-09-14)`
752026-04-09T10:36:45.290Z+ cargo --version
762026-04-09T10:36:45.300Zcargo 1.90.0 (840b83a10 2025-07-30)
772026-04-09T10:36:45.303Z+ rustc --version
782026-04-09T10:36:45.323Zrustc 1.90.0 (1159e78c4 2025-09-14)
792026-04-09T10:36:45.326Zprocess exited: duration 15725 ms, exit code 0
 
802026-04-09T10:36:45.333Zstarting task 2: "authentication"
812026-04-09T10:36:45.349Zprocess exited: duration 16 ms, exit code 0
 
822026-04-09T10:36:45.355Zstarting task 3: "clone repository"
832026-04-09T10:36:45.358Z+ mkdir -p /work/oxidecomputer/opte
842026-04-09T10:36:45.361Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-09T10:36:45.407ZCloning into '/work/oxidecomputer/opte'...
862026-04-09T10:36:46.206Z+ cd /work/oxidecomputer/opte
872026-04-09T10:36:46.206Z+ git fetch origin ab9008db67870d407c9413ef129e4eb701cc81a6
882026-04-09T10:36:46.430ZFrom https://github.com/oxidecomputer/opte
892026-04-09T10:36:46.430Z * branch ab9008db67870d407c9413ef129e4eb701cc81a6 -> FETCH_HEAD
902026-04-09T10:36:46.437Z+ [[ -n zl/filter-mcast-srcs ]]
912026-04-09T10:36:46.440Z++ git branch --show-current
922026-04-09T10:36:46.440Z+ current=master
932026-04-09T10:36:46.440Z+ [[ master != zl/filter-mcast-srcs ]]
942026-04-09T10:36:46.440Z+ git branch -f zl/filter-mcast-srcs ab9008db67870d407c9413ef129e4eb701cc81a6
952026-04-09T10:36:46.443Z+ git checkout -f zl/filter-mcast-srcs
962026-04-09T10:36:46.459ZSwitched to branch 'zl/filter-mcast-srcs'
972026-04-09T10:36:46.462Z+ git reset --hard ab9008db67870d407c9413ef129e4eb701cc81a6
982026-04-09T10:36:46.475ZHEAD is now at ab9008d [review] api comment updates for ord impl
992026-04-09T10:36:46.479Zprocess exited: duration 1120 ms, exit code 0
 
1002026-04-09T10:36:46.485Zstarting task 4: "build"
1012026-04-09T10:36:46.488Z+ source .github/buildomat/common.sh
1022026-04-09T10:36:46.492Z++ rustup show active-toolchain
1032026-04-09T10:36:46.494Z1.90.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-09T10:36:46.494Z++ pushd xde
1052026-04-09T10:36:46.498Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-09T10:36:46.498Z++ rustup show active-toolchain
1072026-04-09T10:36:46.501Zinfo: syncing channel updates for nightly-2025-09-19-x86_64-unknown-illumos
1082026-04-09T10:36:46.659Zinfo: latest update on 2025-09-19 for version 1.92.0-nightly (7c275d09e 2025-09-18)
1092026-04-09T10:36:46.662Zinfo: downloading 6 components
1102026-04-09T10:36:59.850Znightly-2025-09-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-09T10:36:59.926Z+++ rustup show active-toolchain -v
1122026-04-09T10:36:59.930Z+++ head -n 1
1132026-04-09T10:36:59.930Z+++ cut '-d ' -f1
1142026-04-09T10:36:59.988Z++ export NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1152026-04-09T10:36:59.988Z++ NIGHTLY=nightly-2025-09-19-x86_64-unknown-illumos
1162026-04-09T10:36:59.988Z++ popd
1172026-04-09T10:36:59.991Z/work/oxidecomputer/opte
1182026-04-09T10:36:59.991Z+ cargo --version
1192026-04-09T10:36:59.997Zcargo 1.90.0 (840b83a10 2025-07-30)
1202026-04-09T10:37:00.001Z+ rustc --version
1212026-04-09T10:37:00.020Zrustc 1.90.0 (1159e78c4 2025-09-14)
1222026-04-09T10:37:00.023Z+ pushd bin/opteadm
1232026-04-09T10:37:00.023Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-04-09T10:37:00.023Z+ header 'check style'
1252026-04-09T10:37:00.024Z+ echo '# ==== check style ==== #'
1262026-04-09T10:37:00.024Z# ==== check style ==== #
1272026-04-09T10:37:00.024Z+ ptime -m cargo +nightly-2025-09-19-x86_64-unknown-illumos fmt -- --check
1282026-04-09T10:37:00.100Z
1292026-04-09T10:37:00.103Zreal 0.074265555
1302026-04-09T10:37:00.103Zuser 0.041163523
1312026-04-09T10:37:00.103Zsys 0.030542659
1322026-04-09T10:37:00.103Ztrap 0.000004337
1332026-04-09T10:37:00.103Ztflt 0.000060316
1342026-04-09T10:37:00.103Zdflt 0.000017204
1352026-04-09T10:37:00.103Zkflt 0.000000000
1362026-04-09T10:37:00.103Zlock 0.047816653
1372026-04-09T10:37:00.103Zslp 0.056867709
1382026-04-09T10:37:00.103Zlat 0.001122323
1392026-04-09T10:37:00.103Zstop 0.000093524
1402026-04-09T10:37:00.103Z+ header analyze
1412026-04-09T10:37:00.103Z+ echo '# ==== analyze ==== #'
1422026-04-09T10:37:00.103Z# ==== analyze ==== #
1432026-04-09T10:37:00.104Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-04-09T10:37:00.244Z Updating crates.io index
1452026-04-09T10:37:00.276Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-09T10:37:01.179Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-09T10:37:01.529Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-09T10:37:01.858Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-09T10:37:02.313Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-09T10:37:02.582Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-09T10:37:03.017Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-09T10:37:05.140Z Downloading crates ...
1532026-04-09T10:37:05.192Z Downloaded defmt v0.3.100
1542026-04-09T10:37:05.197Z Downloaded pretty-hex v0.4.1
1552026-04-09T10:37:05.200Z Downloaded foreign-types v0.5.0
1562026-04-09T10:37:05.207Z Downloaded proc-macro-error-attr2 v2.0.0
1572026-04-09T10:37:05.210Z Downloaded proc-macro-crate v3.4.0
1582026-04-09T10:37:05.214Z Downloaded darling_macro v0.21.3
1592026-04-09T10:37:05.217Z Downloaded anstream v0.6.21
1602026-04-09T10:37:05.220Z Downloaded ref-cast-impl v1.0.25
1612026-04-09T10:37:05.220Z Downloaded embedded-io v0.6.1
1622026-04-09T10:37:05.220Z Downloaded clap_lex v0.7.7
1632026-04-09T10:37:05.224Z Downloaded zerocopy v0.8.39
1642026-04-09T10:37:05.234Z Downloaded heck v0.5.0
1652026-04-09T10:37:05.237Z Downloaded zerocopy-derive v0.8.39
1662026-04-09T10:37:05.240Z Downloaded rand_core v0.9.5
1672026-04-09T10:37:05.244Z Downloaded ppv-lite86 v0.2.21
1682026-04-09T10:37:05.244Z Downloaded darling_core v0.21.3
1692026-04-09T10:37:05.247Z Downloaded anstyle-parse v0.2.7
1702026-04-09T10:37:05.247Z Downloaded foreign-types-shared v0.3.1
1712026-04-09T10:37:05.247Z Downloaded foreign-types-macros v0.2.3
1722026-04-09T10:37:05.247Z Downloaded fnv v1.0.7
1732026-04-09T10:37:05.250Z Downloaded cstr-argument v0.1.2
1742026-04-09T10:37:05.253Z Downloaded version_check v0.9.5
1752026-04-09T10:37:05.253Z Downloaded utf8parse v0.2.2
1762026-04-09T10:37:05.253Z Downloaded ref-cast v1.0.25
1772026-04-09T10:37:05.257Z Downloaded ident_case v1.0.1
1782026-04-09T10:37:05.260Z Downloaded anstyle-query v1.1.5
1792026-04-09T10:37:05.260Z Downloaded equivalent v1.0.2
1802026-04-09T10:37:05.264Z Downloaded oxnet v0.1.4
1812026-04-09T10:37:05.267Z Downloaded defmt-parser v1.0.0
1822026-04-09T10:37:05.267Z Downloaded proc-macro-error2 v2.0.1
1832026-04-09T10:37:05.270Z Downloaded defmt v1.0.1
1842026-04-09T10:37:05.273Z Downloaded quote v1.0.44
1852026-04-09T10:37:05.274Z Downloaded thiserror-impl v2.0.18
1862026-04-09T10:37:05.274Z Downloaded once_cell v1.21.3
1872026-04-09T10:37:05.283Z Downloaded terminal_size v0.4.3
1882026-04-09T10:37:05.288Z Downloaded stable_deref_trait v1.2.1
1892026-04-09T10:37:05.288Z Downloaded is_terminal_polyfill v1.70.2
1902026-04-09T10:37:05.288Z Downloaded cfg-if v1.0.4
1912026-04-09T10:37:05.288Z Downloaded tabwriter v1.4.1
1922026-04-09T10:37:05.288Z Downloaded strsim v0.11.1
1932026-04-09T10:37:05.296Z Downloaded dyn-clone v1.0.20
1942026-04-09T10:37:05.300Z Downloaded errno v0.3.14
1952026-04-09T10:37:05.303Z Downloaded embedded-io v0.4.0
1962026-04-09T10:37:05.303Z Downloaded managed v0.8.0
1972026-04-09T10:37:05.303Z Downloaded hash32 v0.3.1
1982026-04-09T10:37:05.306Z Downloaded macaddr v1.0.1
1992026-04-09T10:37:05.310Z Downloaded pin-project-lite v0.2.16
2002026-04-09T10:37:05.313Z Downloaded rand_chacha v0.9.0
2012026-04-09T10:37:05.316Z Downloaded either v1.15.0
2022026-04-09T10:37:05.316Z Downloaded ipnetwork v0.21.1
2032026-04-09T10:37:05.321Z Downloaded colorchoice v1.0.4
2042026-04-09T10:37:05.324Z Downloaded byteorder v1.5.0
2052026-04-09T10:37:05.324Z Downloaded num_enum_derive v0.7.5
2062026-04-09T10:37:05.328Z Downloaded anstyle v1.0.13
2072026-04-09T10:37:05.328Z Downloaded postcard v1.1.3
2082026-04-09T10:37:05.328Z Downloaded bitflags v2.10.0
2092026-04-09T10:37:05.333Z Downloaded toml_datetime v0.7.5+spec-1.1.0
2102026-04-09T10:37:05.339Z Downloaded thiserror v2.0.18
2112026-04-09T10:37:05.343Z Downloaded rustversion v1.0.22
2122026-04-09T10:37:05.346Z Downloaded ingot v0.1.1
2132026-04-09T10:37:05.346Z Downloaded cobs v0.3.0
2142026-04-09T10:37:05.346Z Downloaded num_enum v0.7.5
2152026-04-09T10:37:05.346Z Downloaded ingot-macros v0.1.1
2162026-04-09T10:37:05.349Z Downloaded toml_parser v1.0.7+spec-1.1.0
2172026-04-09T10:37:05.349Z Downloaded defmt-macros v1.0.1
2182026-04-09T10:37:05.353Z Downloaded darling v0.21.3
2192026-04-09T10:37:05.356Z Downloaded bitflags v1.3.2
2202026-04-09T10:37:05.361Z Downloaded proc-macro2 v1.0.106
2212026-04-09T10:37:05.373Z Downloaded ingot-types v0.1.2
2222026-04-09T10:37:05.381Z Downloaded tracing-attributes v0.1.31
2232026-04-09T10:37:05.384Z Downloaded clap v4.5.57
2242026-04-09T10:37:05.388Z Downloaded colored v3.1.1
2252026-04-09T10:37:05.391Z Downloaded anyhow v1.0.101
2262026-04-09T10:37:05.394Z Downloaded socket2 v0.6.2
2272026-04-09T10:37:05.394Z Downloaded clap_derive v4.5.55
2282026-04-09T10:37:05.398Z Downloaded uuid v1.20.0
2292026-04-09T10:37:05.401Z Downloaded getrandom v0.3.4
2302026-04-09T10:37:05.404Z Downloaded serde_derive v1.0.228
2312026-04-09T10:37:05.407Z Downloaded unicode-ident v1.0.23
2322026-04-09T10:37:05.407Z Downloaded serde_core v1.0.228
2332026-04-09T10:37:05.420Z Downloaded toml_edit v0.23.10+spec-1.0.0
2342026-04-09T10:37:05.440Z Downloaded tracing-core v0.1.36
2352026-04-09T10:37:05.444Z Downloaded indexmap v2.13.0
2362026-04-09T10:37:05.447Z Downloaded serde v1.0.228
2372026-04-09T10:37:05.451Z Downloaded heapless v0.8.0
2382026-04-09T10:37:05.457Z Downloaded rand v0.9.2
2392026-04-09T10:37:05.465Z Downloaded memchr v2.8.0
2402026-04-09T10:37:05.512Z Downloaded regex v1.12.3
2412026-04-09T10:37:05.515Z Downloaded hashbrown v0.16.1
2422026-04-09T10:37:05.527Z Downloaded aho-corasick v1.1.4
2432026-04-09T10:37:05.530Z Downloaded clap_builder v4.5.57
2442026-04-09T10:37:05.533Z Downloaded winnow v0.7.14
2452026-04-09T10:37:05.538Z Downloaded itertools v0.14.0
2462026-04-09T10:37:05.573Z Downloaded syn v1.0.109
2472026-04-09T10:37:05.580Z Downloaded unicode-width v0.2.2
2482026-04-09T10:37:05.600Z Downloaded syn v2.0.114
2492026-04-09T10:37:05.609Z Downloaded smoltcp v0.11.0
2502026-04-09T10:37:05.628Z Downloaded regex-syntax v0.8.9
2512026-04-09T10:37:05.640Z Downloaded rustix v1.1.3
2522026-04-09T10:37:05.652Z Downloaded tracing v0.1.44
2532026-04-09T10:37:05.670Z Downloaded regex-automata v0.4.14
2542026-04-09T10:37:05.684Z Downloaded libc v0.2.180
2552026-04-09T10:37:05.741Z Compiling proc-macro2 v1.0.106
2562026-04-09T10:37:05.741Z Compiling unicode-ident v1.0.23
2572026-04-09T10:37:05.741Z Compiling quote v1.0.44
2582026-04-09T10:37:05.741Z Compiling serde_core v1.0.228
2592026-04-09T10:37:05.744Z Compiling libc v0.2.180
2602026-04-09T10:37:05.744Z Compiling zerocopy v0.8.39
2612026-04-09T10:37:05.744Z Checking cfg-if v1.0.4
2622026-04-09T10:37:05.744Z Compiling fnv v1.0.7
2632026-04-09T10:37:05.865Z Compiling thiserror v2.0.18
2642026-04-09T10:37:05.904Z Compiling strsim v0.11.1
2652026-04-09T10:37:05.934Z Compiling memchr v2.8.0
2662026-04-09T10:37:06.169Z Compiling ident_case v1.0.1
2672026-04-09T10:37:06.268Z Compiling regex-syntax v0.8.9
2682026-04-09T10:37:06.444Z Compiling aho-corasick v1.1.4
2692026-04-09T10:37:06.550Z Compiling anyhow v1.0.101
2702026-04-09T10:37:06.556Z Compiling hashbrown v0.16.1
2712026-04-09T10:37:06.702Z Compiling equivalent v1.0.2
2722026-04-09T10:37:06.777Z Compiling serde v1.0.228
2732026-04-09T10:37:06.844Z Compiling winnow v0.7.14
2742026-04-09T10:37:06.862Z Compiling either v1.15.0
2752026-04-09T10:37:07.055Z Compiling itertools v0.14.0
2762026-04-09T10:37:07.091Z Compiling indexmap v2.13.0
2772026-04-09T10:37:07.116Z Compiling getrandom v0.3.4
2782026-04-09T10:37:07.425Z Compiling heapless v0.8.0
2792026-04-09T10:37:07.584Z Compiling syn v2.0.114
2802026-04-09T10:37:07.676Z Compiling toml_datetime v0.7.5+spec-1.1.0
2812026-04-09T10:37:07.705Z Compiling regex-automata v0.4.14
2822026-04-09T10:37:07.868Z Checking byteorder v1.5.0
2832026-04-09T10:37:07.929Z Checking bitflags v2.10.0
2842026-04-09T10:37:08.016Z Checking hash32 v0.3.1
2852026-04-09T10:37:08.051Z Checking stable_deref_trait v1.2.1
2862026-04-09T10:37:08.086Z Compiling smoltcp v0.11.0
2872026-04-09T10:37:08.113Z Compiling toml_parser v1.0.7+spec-1.1.0
2882026-04-09T10:37:08.119Z Compiling rustversion v1.0.22
2892026-04-09T10:37:08.248Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2902026-04-09T10:37:08.251Z Checking macaddr v1.0.1
2912026-04-09T10:37:08.330Z Compiling syn v1.0.109
2922026-04-09T10:37:08.474Z Compiling toml_edit v0.23.10+spec-1.0.0
2932026-04-09T10:37:08.500Z Compiling ref-cast v1.0.25
2942026-04-09T10:37:08.537Z Compiling rustix v1.1.3
2952026-04-09T10:37:08.663Z Compiling version_check v0.9.5
2962026-04-09T10:37:08.670Z Checking bitflags v1.3.2
2972026-04-09T10:37:08.729Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
2982026-04-09T10:37:08.737Z Checking managed v0.8.0
2992026-04-09T10:37:08.927Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3002026-04-09T10:37:08.940Z Checking rand_core v0.9.5
3012026-04-09T10:37:09.084Z Compiling proc-macro-crate v3.4.0
3022026-04-09T10:37:09.222Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-04-09T10:37:09.404Z Compiling regex v1.12.3
3042026-04-09T10:37:09.513Z Checking errno v0.3.14
3052026-04-09T10:37:09.626Z Checking once_cell v1.21.3
3062026-04-09T10:37:09.758Z Checking unicode-width v0.2.2
3072026-04-09T10:37:09.794Z Checking ipnetwork v0.21.1
3082026-04-09T10:37:09.801Z Checking foreign-types-shared v0.3.1
3092026-04-09T10:37:09.878Z Checking utf8parse v0.2.2
3102026-04-09T10:37:09.907Z Checking cstr-argument v0.1.2
3112026-04-09T10:37:09.962Z Checking tracing-core v0.1.36
3122026-04-09T10:37:09.971Z Checking anstyle-parse v0.2.7
3132026-04-09T10:37:10.002Z Checking tabwriter v1.4.1
3142026-04-09T10:37:10.236Z Compiling darling_core v0.21.3
3152026-04-09T10:37:10.279Z Checking colorchoice v1.0.4
3162026-04-09T10:37:10.339Z Checking is_terminal_polyfill v1.70.2
3172026-04-09T10:37:10.364Z Checking dyn-clone v1.0.20
3182026-04-09T10:37:10.370Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
3192026-04-09T10:37:10.416Z Checking anstyle-query v1.1.5
3202026-04-09T10:37:10.458Z Checking anstyle v1.0.13
3212026-04-09T10:37:10.464Z Checking pin-project-lite v0.2.16
3222026-04-09T10:37:10.474Z Checking pretty-hex v0.4.1
3232026-04-09T10:37:10.497Z Checking terminal_size v0.4.3
3242026-04-09T10:37:10.587Z Checking uuid v1.20.0
3252026-04-09T10:37:10.599Z Checking socket2 v0.6.2
3262026-04-09T10:37:10.633Z Checking anstream v0.6.21
3272026-04-09T10:37:10.831Z Checking clap_lex v0.7.7
3282026-04-09T10:37:10.832Z Compiling heck v0.5.0
3292026-04-09T10:37:10.849Z Checking colored v3.1.1
3302026-04-09T10:37:10.980Z Checking oxnet v0.1.4
3312026-04-09T10:37:10.983Z Checking clap_builder v4.5.57
3322026-04-09T10:37:11.023Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3332026-04-09T10:37:11.325Z Compiling zerocopy-derive v0.8.39
3342026-04-09T10:37:11.406Z Compiling thiserror-impl v2.0.18
3352026-04-09T10:37:11.422Z Compiling serde_derive v1.0.228
3362026-04-09T10:37:11.483Z Compiling ref-cast-impl v1.0.25
3372026-04-09T10:37:11.735Z Compiling num_enum_derive v0.7.5
3382026-04-09T10:37:11.920Z Compiling foreign-types-macros v0.2.3
3392026-04-09T10:37:12.141Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3402026-04-09T10:37:12.249Z Compiling tracing-attributes v0.1.31
3412026-04-09T10:37:12.342Z Compiling darling_macro v0.21.3
3422026-04-09T10:37:12.523Z Checking foreign-types v0.5.0
3432026-04-09T10:37:12.591Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3442026-04-09T10:37:12.606Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-04-09T10:37:12.693Z Checking cobs v0.3.0
3462026-04-09T10:37:12.693Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3472026-04-09T10:37:12.715Z Checking num_enum v0.7.5
3482026-04-09T10:37:12.815Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
3492026-04-09T10:37:12.828Z Compiling clap_derive v4.5.55
3502026-04-09T10:37:12.882Z Compiling darling v0.21.3
3512026-04-09T10:37:12.955Z Compiling ingot-macros v0.1.1
3522026-04-09T10:37:13.405Z Checking tracing v0.1.44
3532026-04-09T10:37:13.988Z Checking postcard v1.1.3
3542026-04-09T10:37:14.113Z Checking clap v4.5.57
3552026-04-09T10:37:15.404Z Checking ingot-types v0.1.2
3562026-04-09T10:37:15.404Z Checking ppv-lite86 v0.2.21
3572026-04-09T10:37:15.643Z Checking rand_chacha v0.9.0
3582026-04-09T10:37:15.680Z Checking ingot v0.1.1
3592026-04-09T10:37:15.787Z Checking rand v0.9.2
3602026-04-09T10:37:17.057Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-04-09T10:37:18.246Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-04-09T10:37:19.440Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-04-09T10:37:20.280Z Finished `dev` profile [optimized + debuginfo] target(s) in 20.12s
3642026-04-09T10:37:20.393Z
3652026-04-09T10:37:20.393Zreal 20.283218162
3662026-04-09T10:37:20.393Zuser 55.186001965
3672026-04-09T10:37:20.393Zsys 12.664869544
3682026-04-09T10:37:20.393Ztrap 0.038674703
3692026-04-09T10:37:20.393Ztflt 0.419287290
3702026-04-09T10:37:20.393Zdflt 0.718881341
3712026-04-09T10:37:20.393Zkflt 0.012181239
3722026-04-09T10:37:20.393Zlock 1:54.348374503
3732026-04-09T10:37:20.393Zslp 4:08.612376146
3742026-04-09T10:37:20.393Zlat 3.209021435
3752026-04-09T10:37:20.393Zstop 9.835317914
3762026-04-09T10:37:20.397Z+ header 'debug build'
3772026-04-09T10:37:20.397Z+ echo '# ==== debug build ==== #'
3782026-04-09T10:37:20.397Z+ ptime -m cargo build
3792026-04-09T10:37:20.397Z# ==== debug build ==== #
3802026-04-09T10:37:20.542Z Compiling cfg-if v1.0.4
3812026-04-09T10:37:20.542Z Compiling libc v0.2.180
3822026-04-09T10:37:20.545Z Compiling serde_core v1.0.228
3832026-04-09T10:37:20.561Z Compiling zerocopy v0.8.39
3842026-04-09T10:37:20.564Z Compiling thiserror v2.0.18
3852026-04-09T10:37:20.567Z Compiling byteorder v1.5.0
3862026-04-09T10:37:20.570Z Compiling macaddr v1.0.1
3872026-04-09T10:37:20.570Z Compiling stable_deref_trait v1.2.1
3882026-04-09T10:37:20.614Z Compiling bitflags v1.3.2
3892026-04-09T10:37:20.648Z Compiling cobs v0.3.0
3902026-04-09T10:37:20.660Z Compiling managed v0.8.0
3912026-04-09T10:37:20.696Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3922026-04-09T10:37:20.747Z Compiling hash32 v0.3.1
3932026-04-09T10:37:20.825Z Compiling utf8parse v0.2.2
3942026-04-09T10:37:20.872Z Compiling getrandom v0.3.4
3952026-04-09T10:37:20.889Z Compiling heapless v0.8.0
3962026-04-09T10:37:20.911Z Compiling errno v0.3.14
3972026-04-09T10:37:20.914Z Compiling ipnetwork v0.21.1
3982026-04-09T10:37:20.921Z Compiling memchr v2.8.0
3992026-04-09T10:37:20.929Z Compiling unicode-width v0.2.2
4002026-04-09T10:37:21.066Z Compiling rand_core v0.9.5
4012026-04-09T10:37:21.076Z Compiling once_cell v1.21.3
4022026-04-09T10:37:21.221Z Compiling foreign-types-shared v0.3.1
4032026-04-09T10:37:21.293Z Compiling smoltcp v0.11.0
4042026-04-09T10:37:21.297Z Compiling cstr-argument v0.1.2
4052026-04-09T10:37:21.300Z Compiling foreign-types v0.5.0
4062026-04-09T10:37:21.324Z Compiling tracing-core v0.1.36
4072026-04-09T10:37:21.359Z Compiling tabwriter v1.4.1
4082026-04-09T10:37:21.453Z Compiling anstyle-parse v0.2.7
4092026-04-09T10:37:21.474Z Compiling ref-cast v1.0.25
4102026-04-09T10:37:21.563Z Compiling num_enum v0.7.5
4112026-04-09T10:37:21.656Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4122026-04-09T10:37:21.676Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4132026-04-09T10:37:21.760Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4142026-04-09T10:37:21.774Z Compiling is_terminal_polyfill v1.70.2
4152026-04-09T10:37:21.778Z Compiling anstyle v1.0.13
4162026-04-09T10:37:21.854Z Compiling dyn-clone v1.0.20
4172026-04-09T10:37:22.021Z Compiling anstyle-query v1.1.5
4182026-04-09T10:37:22.036Z Compiling pin-project-lite v0.2.16
4192026-04-09T10:37:22.118Z Compiling colorchoice v1.0.4
4202026-04-09T10:37:22.121Z Compiling pretty-hex v0.4.1
4212026-04-09T10:37:22.121Z Compiling tracing v0.1.44
4222026-04-09T10:37:22.225Z Compiling bitflags v2.10.0
4232026-04-09T10:37:22.245Z Compiling serde v1.0.228
4242026-04-09T10:37:22.306Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
4252026-04-09T10:37:22.418Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4262026-04-09T10:37:22.479Z Compiling rustix v1.1.3
4272026-04-09T10:37:22.510Z Compiling uuid v1.20.0
4282026-04-09T10:37:22.649Z Compiling anstream v0.6.21
4292026-04-09T10:37:22.653Z Compiling anyhow v1.0.101
4302026-04-09T10:37:22.891Z Compiling postcard v1.1.3
4312026-04-09T10:37:23.013Z Compiling terminal_size v0.4.3
4322026-04-09T10:37:23.083Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-04-09T10:37:23.156Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4342026-04-09T10:37:23.156Z Compiling socket2 v0.6.2
4352026-04-09T10:37:23.239Z Compiling oxnet v0.1.4
4362026-04-09T10:37:23.265Z Compiling winnow v0.7.14
4372026-04-09T10:37:23.480Z Compiling colored v3.1.1
4382026-04-09T10:37:23.574Z Compiling ingot-types v0.1.2
4392026-04-09T10:37:23.672Z Compiling ppv-lite86 v0.2.21
4402026-04-09T10:37:23.686Z Compiling clap_lex v0.7.7
4412026-04-09T10:37:23.718Z Compiling strsim v0.11.1
4422026-04-09T10:37:23.990Z Compiling ingot v0.1.1
4432026-04-09T10:37:24.001Z Compiling rand_chacha v0.9.0
4442026-04-09T10:37:24.074Z Compiling clap_builder v4.5.57
4452026-04-09T10:37:24.359Z Compiling rand v0.9.2
4462026-04-09T10:37:24.362Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4472026-04-09T10:37:25.065Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
4482026-04-09T10:37:25.669Z Compiling clap v4.5.57
4492026-04-09T10:37:25.700Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-04-09T10:37:27.264Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-04-09T10:37:28.682Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-04-09T10:37:33.157Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.75s
4532026-04-09T10:37:33.182Z
4542026-04-09T10:37:33.185Zreal 12.779622415
4552026-04-09T10:37:33.185Zuser 1:07.311898937
4562026-04-09T10:37:33.185Zsys 6.003354562
4572026-04-09T10:37:33.185Ztrap 0.036681833
4582026-04-09T10:37:33.185Ztflt 0.128538468
4592026-04-09T10:37:33.185Zdflt 0.170522449
4602026-04-09T10:37:33.185Zkflt 0.000011407
4612026-04-09T10:37:33.185Zlock 2:23.141974313
4622026-04-09T10:37:33.185Zslp 2:56.755612762
4632026-04-09T10:37:33.185Zlat 4.265152707
4642026-04-09T10:37:33.185Zstop 2.370944333
4652026-04-09T10:37:33.186Z+ header 'release build'
4662026-04-09T10:37:33.186Z+ echo '# ==== release build ==== #'
4672026-04-09T10:37:33.186Z+ ptime -m cargo build --release
4682026-04-09T10:37:33.186Z# ==== release build ==== #
4692026-04-09T10:37:33.273Z Compiling proc-macro2 v1.0.106
4702026-04-09T10:37:33.273Z Compiling unicode-ident v1.0.23
4712026-04-09T10:37:33.273Z Compiling quote v1.0.44
4722026-04-09T10:37:33.273Z Compiling serde_core v1.0.228
4732026-04-09T10:37:33.276Z Compiling libc v0.2.180
4742026-04-09T10:37:33.276Z Compiling cfg-if v1.0.4
4752026-04-09T10:37:33.276Z Compiling zerocopy v0.8.39
4762026-04-09T10:37:33.276Z Compiling fnv v1.0.7
4772026-04-09T10:37:33.343Z Compiling ident_case v1.0.1
4782026-04-09T10:37:33.365Z Compiling strsim v0.11.1
4792026-04-09T10:37:33.387Z Compiling memchr v2.8.0
4802026-04-09T10:37:33.440Z Compiling thiserror v2.0.18
4812026-04-09T10:37:33.575Z Compiling regex-syntax v0.8.9
4822026-04-09T10:37:33.621Z Compiling winnow v0.7.14
4832026-04-09T10:37:33.673Z Compiling either v1.15.0
4842026-04-09T10:37:33.853Z Compiling aho-corasick v1.1.4
4852026-04-09T10:37:33.898Z Compiling equivalent v1.0.2
4862026-04-09T10:37:33.927Z Compiling serde v1.0.228
4872026-04-09T10:37:33.964Z Compiling hashbrown v0.16.1
4882026-04-09T10:37:34.008Z Compiling anyhow v1.0.101
4892026-04-09T10:37:34.366Z Compiling itertools v0.14.0
4902026-04-09T10:37:34.418Z Compiling syn v2.0.114
4912026-04-09T10:37:34.464Z Compiling indexmap v2.13.0
4922026-04-09T10:37:34.484Z Compiling toml_datetime v0.7.5+spec-1.1.0
4932026-04-09T10:37:34.691Z Compiling byteorder v1.5.0
4942026-04-09T10:37:34.874Z Compiling heapless v0.8.0
4952026-04-09T10:37:35.039Z Compiling regex-automata v0.4.14
4962026-04-09T10:37:35.066Z Compiling toml_parser v1.0.7+spec-1.1.0
4972026-04-09T10:37:35.152Z Compiling getrandom v0.3.4
4982026-04-09T10:37:35.382Z Compiling bitflags v2.10.0
4992026-04-09T10:37:35.465Z Compiling toml_edit v0.23.10+spec-1.0.0
5002026-04-09T10:37:35.481Z Compiling hash32 v0.3.1
5012026-04-09T10:37:35.556Z Compiling macaddr v1.0.1
5022026-04-09T10:37:35.592Z Compiling smoltcp v0.11.0
5032026-04-09T10:37:35.595Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5042026-04-09T10:37:35.604Z Compiling stable_deref_trait v1.2.1
5052026-04-09T10:37:35.667Z Compiling rustversion v1.0.22
5062026-04-09T10:37:35.711Z Compiling syn v1.0.109
5072026-04-09T10:37:35.904Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5082026-04-09T10:37:35.985Z Compiling proc-macro-crate v3.4.0
5092026-04-09T10:37:36.014Z Compiling bitflags v1.3.2
5102026-04-09T10:37:36.036Z Compiling version_check v0.9.5
5112026-04-09T10:37:36.074Z Compiling ref-cast v1.0.25
5122026-04-09T10:37:36.101Z Compiling managed v0.8.0
5132026-04-09T10:37:36.202Z Compiling rustix v1.1.3
5142026-04-09T10:37:36.283Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5152026-04-09T10:37:36.393Z Compiling rand_core v0.9.5
5162026-04-09T10:37:36.489Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-04-09T10:37:36.628Z Compiling errno v0.3.14
5182026-04-09T10:37:36.742Z Compiling regex v1.12.3
5192026-04-09T10:37:36.763Z Compiling once_cell v1.21.3
5202026-04-09T10:37:36.843Z Compiling foreign-types-shared v0.3.1
5212026-04-09T10:37:36.900Z Compiling ipnetwork v0.21.1
5222026-04-09T10:37:36.921Z Compiling unicode-width v0.2.2
5232026-04-09T10:37:36.977Z Compiling darling_core v0.21.3
5242026-04-09T10:37:37.120Z Compiling utf8parse v0.2.2
5252026-04-09T10:37:37.217Z Compiling anstyle-parse v0.2.7
5262026-04-09T10:37:37.251Z Compiling tabwriter v1.4.1
5272026-04-09T10:37:37.408Z Compiling tracing-core v0.1.36
5282026-04-09T10:37:37.604Z Compiling cstr-argument v0.1.2
5292026-04-09T10:37:38.106Z Compiling pin-project-lite v0.2.16
5302026-04-09T10:37:38.151Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#99a7e26c)
5312026-04-09T10:37:38.175Z Compiling zerocopy-derive v0.8.39
5322026-04-09T10:37:38.189Z Compiling thiserror-impl v2.0.18
5332026-04-09T10:37:38.203Z Compiling serde_derive v1.0.228
5342026-04-09T10:37:38.305Z Compiling foreign-types-macros v0.2.3
5352026-04-09T10:37:38.346Z Compiling ref-cast-impl v1.0.25
5362026-04-09T10:37:38.904Z Compiling num_enum_derive v0.7.5
5372026-04-09T10:37:38.975Z Compiling foreign-types v0.5.0
5382026-04-09T10:37:39.012Z Compiling tracing-attributes v0.1.31
5392026-04-09T10:37:39.039Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5402026-04-09T10:37:39.055Z Compiling darling_macro v0.21.3
5412026-04-09T10:37:39.510Z Compiling cobs v0.3.0
5422026-04-09T10:37:39.570Z Compiling dyn-clone v1.0.20
5432026-04-09T10:37:39.618Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442026-04-09T10:37:39.638Z Compiling darling v0.21.3
5452026-04-09T10:37:39.706Z Compiling ingot-macros v0.1.1
5462026-04-09T10:37:39.709Z Compiling colorchoice v1.0.4
5472026-04-09T10:37:39.719Z Compiling anstyle v1.0.13
5482026-04-09T10:37:39.805Z Compiling pretty-hex v0.4.1
5492026-04-09T10:37:39.912Z Compiling num_enum v0.7.5
5502026-04-09T10:37:39.937Z Compiling anstyle-query v1.1.5
5512026-04-09T10:37:39.944Z Compiling is_terminal_polyfill v1.70.2
5522026-04-09T10:37:40.020Z Compiling anstream v0.6.21
5532026-04-09T10:37:40.020Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#d9645f8d)
5542026-04-09T10:37:40.026Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5552026-04-09T10:37:40.083Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5562026-04-09T10:37:40.237Z Compiling tracing v0.1.44
5572026-04-09T10:37:40.357Z Compiling terminal_size v0.4.3
5582026-04-09T10:37:40.427Z Compiling uuid v1.20.0
5592026-04-09T10:37:40.485Z Compiling socket2 v0.6.2
5602026-04-09T10:37:40.501Z Compiling oxnet v0.1.4
5612026-04-09T10:37:40.739Z Compiling clap_lex v0.7.7
5622026-04-09T10:37:40.828Z Compiling colored v3.1.1
5632026-04-09T10:37:41.037Z Compiling heck v0.5.0
5642026-04-09T10:37:41.047Z Compiling clap_builder v4.5.57
5652026-04-09T10:37:41.228Z Compiling clap_derive v4.5.55
5662026-04-09T10:37:41.355Z Compiling postcard v1.1.3
5672026-04-09T10:37:41.424Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5682026-04-09T10:37:42.680Z Compiling ingot-types v0.1.2
5692026-04-09T10:37:42.680Z Compiling ppv-lite86 v0.2.21
5702026-04-09T10:37:42.897Z Compiling clap v4.5.57
5712026-04-09T10:37:42.934Z Compiling rand_chacha v0.9.0
5722026-04-09T10:37:43.002Z Compiling ingot v0.1.1
5732026-04-09T10:37:43.095Z Compiling rand v0.9.2
5742026-04-09T10:37:44.763Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-04-09T10:37:45.758Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-04-09T10:37:46.761Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-04-09T10:37:53.286Z Finished `release` profile [optimized + debuginfo] target(s) in 20.09s
5782026-04-09T10:37:53.313Z
5792026-04-09T10:37:53.316Zreal 20.117612214
5802026-04-09T10:37:53.316Zuser 1:44.277592540
5812026-04-09T10:37:53.316Zsys 13.245999439
5822026-04-09T10:37:53.316Ztrap 0.050920325
5832026-04-09T10:37:53.316Ztflt 0.206827323
5842026-04-09T10:37:53.316Zdflt 0.426014500
5852026-04-09T10:37:53.316Zkflt 0.000014438
5862026-04-09T10:37:53.316Zlock 3:16.321975328
5872026-04-09T10:37:53.316Zslp 4:45.412459725
5882026-04-09T10:37:53.316Zlat 5.399536752
5892026-04-09T10:37:53.316Zstop 9.157764890
5902026-04-09T10:37:53.316Z+ popd
5912026-04-09T10:37:53.316Z/work/oxidecomputer/opte
5922026-04-09T10:37:53.316Z+ for x in debug release
5932026-04-09T10:37:53.316Z+ mkdir -p /work/debug
5942026-04-09T10:37:53.316Z+ cp target/debug/opteadm /work/debug/
5952026-04-09T10:37:53.338Z+ sha256sum target/debug/opteadm
5962026-04-09T10:37:53.364Z+ for x in debug release
5972026-04-09T10:37:53.364Z+ mkdir -p /work/release
5982026-04-09T10:37:53.367Z+ cp target/release/opteadm /work/release/
5992026-04-09T10:37:53.380Z+ sha256sum target/release/opteadm
6002026-04-09T10:37:53.396Zprocess exited: duration 66902 ms, exit code 0
 
6012026-04-09T10:37:53.403Zfound 4 output files
6022026-04-09T10:37:53.403Zuploading: /work/debug/opteadm (36315240 bytes)
6032026-04-09T10:37:54.596Zuploaded: /work/debug/opteadm
6042026-04-09T10:37:54.596Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-04-09T10:37:55.605Zuploaded: /work/debug/opteadm.debug.sha256
6062026-04-09T10:37:55.605Zuploading: /work/release/opteadm (23369264 bytes)
6072026-04-09T10:37:56.730Zuploaded: /work/release/opteadm
6082026-04-09T10:37:56.730Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-04-09T10:37:57.739Zuploaded: /work/release/opteadm.release.sha256