01KPCT3F8CRVEZC91T76R3DN32: 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: 01KPCT4J3XA0ZJFT3PDTZX5QJT

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-17T04:11:59.556Zjob assigned to worker 01KPCT59K4PDDRFZKWR4MZ5R0H [factory aws, i-0166bfaaf936160d8] (queued for 1 m 16 s)
 
22026-04-17T04:12:06.667Zstarting task 0: "setup"
32026-04-17T04:12:06.672Z++ uname -s
42026-04-17T04:12:06.676Z+ kern=SunOS
52026-04-17T04:12:06.676Z+ build_user=build
62026-04-17T04:12:06.676Z+ build_uid=12345
72026-04-17T04:12:06.676Z+ work_dir=/work
82026-04-17T04:12:06.676Z+ input_dir=/input
92026-04-17T04:12:06.676Z+ [[ 0 == 12345 ]]
102026-04-17T04:12:06.676Z+ case "$kern" in
112026-04-17T04:12:06.676Z+ groupadd -g 12345 build
122026-04-17T04:12:06.676Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-17T04:12:08.682Z+ zfs create -o mountpoint=/work rpool/work
142026-04-17T04:12:08.807Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-17T04:12:08.810Z+ home_fs=zfs
162026-04-17T04:12:08.810Z+ [[ zfs == autofs ]]
172026-04-17T04:12:08.810Z+ mkdir -p /home/build
182026-04-17T04:12:08.810Z+ chown build:build /home/build /work
192026-04-17T04:12:10.812Z+ chmod 0700 /home/build /work
202026-04-17T04:12:10.816Zprocess exited: duration 4148 ms, exit code 0
 
212026-04-17T04:12:10.824Zstarting task 1: "rust-toolchain"
222026-04-17T04:12:10.827Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-04-17T04:12:10.827Z * rust toolchain channel = "1.95.0"
242026-04-17T04:12:10.827Z * rust toolchain profile = "default"
252026-04-17T04:12:10.827Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-17T04:12:10.827Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-17T04:12:10.827Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-17T04:12:10.831Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-17T04:12:10.831Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-04-17T04:12:10.951Zinfo: downloading installer
312026-04-17T04:12:12.473Zwarn: It looks like you have an existing installation of Rust at:
322026-04-17T04:12:12.473Zwarn: /opt/ooce/bin
332026-04-17T04:12:12.474Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-17T04:12:12.474Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-17T04:12:12.474Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-17T04:12:12.474Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-17T04:12:12.474Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-17T04:12:12.474Zerror: cannot install while Rust is installed
392026-04-17T04:12:12.474Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-17T04:12:12.474Zwarn: It looks like you have an existing rustup settings file at:
412026-04-17T04:12:12.474Zwarn: /home/build/.rustup/settings.toml
422026-04-17T04:12:12.474Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-17T04:12:12.474Zwarn: instead of the one inferred from the default host triple.
442026-04-17T04:12:12.487Zinfo: profile set to default
452026-04-17T04:12:12.487Zinfo: default host triple is x86_64-unknown-illumos
462026-04-17T04:12:12.490Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
472026-04-17T04:12:12.634Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
482026-04-17T04:12:12.637Zinfo: downloading 6 components
492026-04-17T04:12:27.621Z
502026-04-17T04:12:27.622Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
512026-04-17T04:12:27.631Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
522026-04-17T04:12:27.632Z
532026-04-17T04:12:27.632Z
542026-04-17T04:12:27.632ZRust is installed now. Great!
552026-04-17T04:12:27.632Z
562026-04-17T04:12:27.649ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-17T04:12:27.649Zenvironment variable. This has not been done automatically.
582026-04-17T04:12:27.649Z
592026-04-17T04:12:27.649ZTo configure your current shell, you need to source
602026-04-17T04:12:27.649Zthe corresponding env file under $HOME/.cargo.
612026-04-17T04:12:27.649Z
622026-04-17T04:12:27.649ZThis is usually done by running one of the following (note the leading DOT):
632026-04-17T04:12:27.650Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-17T04:12:27.650Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-17T04:12:27.650Zsource "~/.cargo/env.nu" # For nushell
662026-04-17T04:12:27.650Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-17T04:12:27.650Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-17T04:12:27.650Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-17T04:12:27.650Zwarn: no default linker (`cc`) was found in your PATH
702026-04-17T04:12:27.650Zwarn: many Rust crates require a system C toolchain to build
712026-04-17T04:12:27.734Z+ rustup --version
722026-04-17T04:12:27.750Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-17T04:12:27.750Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-17T04:12:27.766Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
752026-04-17T04:12:27.776Z+ cargo --version
762026-04-17T04:12:27.790Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
772026-04-17T04:12:27.790Z+ rustc --version
782026-04-17T04:12:27.803Zrustc 1.95.0 (59807616e 2026-04-14)
792026-04-17T04:12:27.815Zprocess exited: duration 16975 ms, exit code 0
 
802026-04-17T04:12:27.850Zstarting task 2: "authentication"
812026-04-17T04:12:27.961Zprocess exited: duration 71 ms, exit code 0
 
822026-04-17T04:12:28.193Zstarting task 3: "clone repository"
832026-04-17T04:12:28.300Z+ mkdir -p /work/oxidecomputer/opte
842026-04-17T04:12:28.300Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-17T04:12:28.377ZCloning into '/work/oxidecomputer/opte'...
862026-04-17T04:12:29.214Z+ cd /work/oxidecomputer/opte
872026-04-17T04:12:29.214Z+ git fetch origin 882c068b404722c1733d645e40a73d14bb4404e1
882026-04-17T04:12:29.405ZFrom https://github.com/oxidecomputer/opte
892026-04-17T04:12:29.406Z * branch 882c068b404722c1733d645e40a73d14bb4404e1 -> FETCH_HEAD
902026-04-17T04:12:29.412Z+ [[ -n renovate/rust-1.x ]]
912026-04-17T04:12:29.412Z++ git branch --show-current
922026-04-17T04:12:29.412Z+ current=master
932026-04-17T04:12:29.412Z+ [[ master != renovate/rust-1.x ]]
942026-04-17T04:12:29.412Z+ git branch -f renovate/rust-1.x 882c068b404722c1733d645e40a73d14bb4404e1
952026-04-17T04:12:29.420Z+ git checkout -f renovate/rust-1.x
962026-04-17T04:12:29.438ZSwitched to branch 'renovate/rust-1.x'
972026-04-17T04:12:29.439Z+ git reset --hard 882c068b404722c1733d645e40a73d14bb4404e1
982026-04-17T04:12:29.449ZHEAD is now at 882c068 Update dependency rust to v1.95.0
992026-04-17T04:12:29.449Zprocess exited: duration 1312 ms, exit code 0
 
1002026-04-17T04:12:29.475Zstarting task 4: "build"
1012026-04-17T04:12:29.479Z+ source .github/buildomat/common.sh
1022026-04-17T04:12:29.480Z++ rustup show active-toolchain
1032026-04-17T04:12:29.485Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-17T04:12:29.489Z++ pushd xde
1052026-04-17T04:12:29.489Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-17T04:12:29.489Z++ rustup show active-toolchain
1072026-04-17T04:12:29.494Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-17T04:12:29.646Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-17T04:12:29.652Zinfo: downloading 6 components
1102026-04-17T04:12:44.306Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-17T04:12:44.391Z+++ rustup show active-toolchain -v
1122026-04-17T04:12:44.401Z+++ head -n 1
1132026-04-17T04:12:44.401Z+++ cut '-d ' -f1
1142026-04-17T04:12:44.442Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-17T04:12:44.442Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-17T04:12:44.442Z++ popd
1172026-04-17T04:12:44.454Z/work/oxidecomputer/opte
1182026-04-17T04:12:44.454Z+ cargo --version
1192026-04-17T04:12:44.464Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1202026-04-17T04:12:44.465Z+ rustc --version
1212026-04-17T04:12:44.472Zrustc 1.95.0 (59807616e 2026-04-14)
1222026-04-17T04:12:44.483Z+ pushd bin/opteadm
1232026-04-17T04:12:44.483Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-04-17T04:12:44.483Z+ header 'check style'
1252026-04-17T04:12:44.483Z+ echo '# ==== check style ==== #'
1262026-04-17T04:12:44.483Z# ==== check style ==== #
1272026-04-17T04:12:44.483Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1282026-04-17T04:12:44.550Z
1292026-04-17T04:12:44.550Zreal 0.067729314
1302026-04-17T04:12:44.550Zuser 0.037840245
1312026-04-17T04:12:44.550Zsys 0.027364560
1322026-04-17T04:12:44.550Ztrap 0.000000338
1332026-04-17T04:12:44.550Ztflt 0.000013665
1342026-04-17T04:12:44.550Zdflt 0.000013328
1352026-04-17T04:12:44.550Zkflt 0.000000889
1362026-04-17T04:12:44.550Zlock 0.031090828
1372026-04-17T04:12:44.550Zslp 0.047869845
1382026-04-17T04:12:44.550Zlat 0.000753589
1392026-04-17T04:12:44.550Zstop 0.000101439
1402026-04-17T04:12:44.561Z+ header analyze
1412026-04-17T04:12:44.561Z+ echo '# ==== analyze ==== #'
1422026-04-17T04:12:44.561Z# ==== analyze ==== #
1432026-04-17T04:12:44.561Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-04-17T04:12:44.673Z Updating crates.io index
1452026-04-17T04:12:44.716Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-17T04:12:45.802Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-17T04:12:46.094Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-17T04:12:46.418Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-17T04:12:46.917Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-17T04:12:47.153Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-17T04:12:47.358Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-17T04:12:49.446Z Downloading crates ...
1532026-04-17T04:12:49.509Z Downloaded defmt v1.0.1
1542026-04-17T04:12:49.517Z Downloaded heck v0.5.0
1552026-04-17T04:12:49.521Z Downloaded clap v4.6.0
1562026-04-17T04:12:49.524Z Downloaded stable_deref_trait v1.2.1
1572026-04-17T04:12:49.524Z Downloaded proc-macro-error2 v2.0.1
1582026-04-17T04:12:49.531Z Downloaded zerocopy-derive v0.8.48
1592026-04-17T04:12:49.537Z Downloaded ipnetwork v0.21.1
1602026-04-17T04:12:49.543Z Downloaded ingot-types v0.1.2
1612026-04-17T04:12:49.543Z Downloaded ident_case v1.0.1
1622026-04-17T04:12:49.543Z Downloaded hash32 v0.3.1
1632026-04-17T04:12:49.543Z Downloaded cstr-argument v0.1.2
1642026-04-17T04:12:49.549Z Downloaded managed v0.8.0
1652026-04-17T04:12:49.549Z Downloaded zerocopy v0.8.48
1662026-04-17T04:12:49.562Z Downloaded proc-macro-crate v3.5.0
1672026-04-17T04:12:49.569Z Downloaded macaddr v1.0.1
1682026-04-17T04:12:49.569Z Downloaded ingot v0.1.1
1692026-04-17T04:12:49.569Z Downloaded embedded-io v0.6.1
1702026-04-17T04:12:49.569Z Downloaded embedded-io v0.4.0
1712026-04-17T04:12:49.570Z Downloaded dyn-clone v1.0.20
1722026-04-17T04:12:49.570Z Downloaded tabwriter v1.4.1
1732026-04-17T04:12:49.578Z Downloaded thiserror v2.0.18
1742026-04-17T04:12:49.585Z Downloaded num_enum_derive v0.7.6
1752026-04-17T04:12:49.585Z Downloaded num_enum v0.7.6
1762026-04-17T04:12:49.585Z Downloaded byteorder v1.5.0
1772026-04-17T04:12:49.589Z Downloaded foreign-types-shared v0.3.1
1782026-04-17T04:12:49.589Z Downloaded ref-cast-impl v1.0.25
1792026-04-17T04:12:49.589Z Downloaded defmt-parser v1.0.0
1802026-04-17T04:12:49.593Z Downloaded bitflags v1.3.2
1812026-04-17T04:12:49.593Z Downloaded quote v1.0.45
1822026-04-17T04:12:49.597Z Downloaded version_check v0.9.5
1832026-04-17T04:12:49.602Z Downloaded proc-macro-error-attr2 v2.0.0
1842026-04-17T04:12:49.602Z Downloaded colorchoice v1.0.5
1852026-04-17T04:12:49.602Z Downloaded cfg-if v1.0.4
1862026-04-17T04:12:49.605Z Downloaded utf8parse v0.2.2
1872026-04-17T04:12:49.609Z Downloaded terminal_size v0.4.4
1882026-04-17T04:12:49.609Z Downloaded strsim v0.11.1
1892026-04-17T04:12:49.609Z Downloaded cpufeatures v0.3.0
1902026-04-17T04:12:49.609Z Downloaded foreign-types-macros v0.2.3
1912026-04-17T04:12:49.609Z Downloaded foreign-types v0.5.0
1922026-04-17T04:12:49.613Z Downloaded colored v3.1.1
1932026-04-17T04:12:49.617Z Downloaded anyhow v1.0.102
1942026-04-17T04:12:49.622Z Downloaded is_terminal_polyfill v1.70.2
1952026-04-17T04:12:49.627Z Downloaded equivalent v1.0.2
1962026-04-17T04:12:49.632Z Downloaded pretty-hex v0.4.2
1972026-04-17T04:12:49.632Z Downloaded anstyle-query v1.1.5
1982026-04-17T04:12:49.632Z Downloaded errno v0.3.14
1992026-04-17T04:12:49.635Z Downloaded defmt v0.3.100
2002026-04-17T04:12:49.635Z Downloaded darling_macro v0.21.3
2012026-04-17T04:12:49.635Z Downloaded cobs v0.3.0
2022026-04-17T04:12:49.641Z Downloaded fnv v1.0.7
2032026-04-17T04:12:49.645Z Downloaded heapless v0.8.0
2042026-04-17T04:12:49.648Z Downloaded rand_core v0.10.1
2052026-04-17T04:12:49.648Z Downloaded postcard v1.1.3
2062026-04-17T04:12:49.654Z Downloaded defmt-macros v1.0.1
2072026-04-17T04:12:49.654Z Downloaded anstream v1.0.0
2082026-04-17T04:12:49.657Z Downloaded anstyle-parse v1.0.0
2092026-04-17T04:12:49.657Z Downloaded rustversion v1.0.22
2102026-04-17T04:12:49.660Z Downloaded ref-cast v1.0.25
2112026-04-17T04:12:49.661Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2122026-04-17T04:12:49.664Z Downloaded serde_core v1.0.228
2132026-04-17T04:12:49.664Z Downloaded ingot-macros v0.1.1
2142026-04-17T04:12:49.668Z Downloaded pin-project-lite v0.2.17
2152026-04-17T04:12:49.676Z Downloaded clap_lex v1.1.0
2162026-04-17T04:12:49.679Z Downloaded thiserror-impl v2.0.18
2172026-04-17T04:12:49.679Z Downloaded either v1.15.0
2182026-04-17T04:12:49.679Z Downloaded oxnet v0.1.4
2192026-04-17T04:12:49.689Z Downloaded serde_derive v1.0.228
2202026-04-17T04:12:49.693Z Downloaded clap_derive v4.6.0
2212026-04-17T04:12:49.693Z Downloaded anstyle v1.0.14
2222026-04-17T04:12:49.697Z Downloaded bitflags v2.11.0
2232026-04-17T04:12:49.705Z Downloaded toml_parser v1.1.2+spec-1.1.0
2242026-04-17T04:12:49.709Z Downloaded once_cell v1.21.4
2252026-04-17T04:12:49.709Z Downloaded darling v0.21.3
2262026-04-17T04:12:49.713Z Downloaded chacha20 v0.10.0
2272026-04-17T04:12:49.716Z Downloaded tracing-attributes v0.1.31
2282026-04-17T04:12:49.720Z Downloaded uuid v1.23.0
2292026-04-17T04:12:49.723Z Downloaded rand v0.10.1
2302026-04-17T04:12:49.736Z Downloaded proc-macro2 v1.0.106
2312026-04-17T04:12:49.739Z Downloaded socket2 v0.6.3
2322026-04-17T04:12:49.739Z Downloaded getrandom v0.4.2
2332026-04-17T04:12:49.746Z Downloaded unicode-ident v1.0.24
2342026-04-17T04:12:49.746Z Downloaded tracing-core v0.1.36
2352026-04-17T04:12:49.754Z Downloaded aho-corasick v1.1.4
2362026-04-17T04:12:49.760Z Downloaded darling_core v0.21.3
2372026-04-17T04:12:49.764Z Downloaded toml_edit v0.25.11+spec-1.1.0
2382026-04-17T04:12:49.769Z Downloaded serde v1.0.228
2392026-04-17T04:12:49.782Z Downloaded itertools v0.14.0
2402026-04-17T04:12:49.786Z Downloaded memchr v2.8.0
2412026-04-17T04:12:49.790Z Downloaded indexmap v2.14.0
2422026-04-17T04:12:49.800Z Downloaded hashbrown v0.17.0
2432026-04-17T04:12:49.847Z Downloaded regex v1.12.3
2442026-04-17T04:12:49.850Z Downloaded clap_builder v4.6.0
2452026-04-17T04:12:49.865Z Downloaded winnow v1.0.1
2462026-04-17T04:12:49.896Z Downloaded syn v1.0.109
2472026-04-17T04:12:49.904Z Downloaded unicode-width v0.2.2
2482026-04-17T04:12:49.917Z Downloaded syn v2.0.117
2492026-04-17T04:12:49.930Z Downloaded smoltcp v0.11.0
2502026-04-17T04:12:49.936Z Downloaded regex-syntax v0.8.10
2512026-04-17T04:12:49.949Z Downloaded rustix v1.1.4
2522026-04-17T04:12:49.970Z Downloaded tracing v0.1.44
2532026-04-17T04:12:49.988Z Downloaded regex-automata v0.4.14
2542026-04-17T04:12:50.000Z Downloaded libc v0.2.185
2552026-04-17T04:12:50.062Z Compiling proc-macro2 v1.0.106
2562026-04-17T04:12:50.062Z Compiling quote v1.0.45
2572026-04-17T04:12:50.062Z Compiling unicode-ident v1.0.24
2582026-04-17T04:12:50.066Z Compiling serde_core v1.0.228
2592026-04-17T04:12:50.066Z Compiling libc v0.2.185
2602026-04-17T04:12:50.066Z Checking cfg-if v1.0.4
2612026-04-17T04:12:50.066Z Compiling strsim v0.11.1
2622026-04-17T04:12:50.125Z Compiling ident_case v1.0.1
2632026-04-17T04:12:50.191Z Compiling fnv v1.0.7
2642026-04-17T04:12:50.260Z Compiling memchr v2.8.0
2652026-04-17T04:12:50.268Z Compiling thiserror v2.0.18
2662026-04-17T04:12:50.278Z Compiling regex-syntax v0.8.10
2672026-04-17T04:12:50.437Z Compiling hashbrown v0.17.0
2682026-04-17T04:12:50.869Z Compiling aho-corasick v1.1.4
2692026-04-17T04:12:50.904Z Compiling equivalent v1.0.2
2702026-04-17T04:12:51.157Z Compiling either v1.15.0
2712026-04-17T04:12:51.186Z Compiling winnow v1.0.1
2722026-04-17T04:12:51.186Z Compiling anyhow v1.0.102
2732026-04-17T04:12:51.186Z Compiling serde v1.0.228
2742026-04-17T04:12:51.186Z Compiling zerocopy v0.8.48
2752026-04-17T04:12:51.333Z Compiling itertools v0.14.0
2762026-04-17T04:12:51.584Z Compiling indexmap v2.14.0
2772026-04-17T04:12:51.652Z Compiling syn v2.0.117
2782026-04-17T04:12:51.712Z Compiling regex-automata v0.4.14
2792026-04-17T04:12:51.987Z Compiling toml_parser v1.1.2+spec-1.1.0
2802026-04-17T04:12:52.188Z Checking byteorder v1.5.0
2812026-04-17T04:12:52.226Z Compiling heapless v0.8.0
2822026-04-17T04:12:52.274Z Checking bitflags v2.11.0
2832026-04-17T04:12:52.324Z Compiling toml_datetime v1.1.1+spec-1.1.0
2842026-04-17T04:12:52.350Z Checking hash32 v0.3.1
2852026-04-17T04:12:52.433Z Compiling syn v1.0.109
2862026-04-17T04:12:52.444Z Checking macaddr v1.0.1
2872026-04-17T04:12:52.525Z Compiling toml_edit v0.25.11+spec-1.1.0
2882026-04-17T04:12:52.539Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2892026-04-17T04:12:52.612Z Checking stable_deref_trait v1.2.1
2902026-04-17T04:12:52.624Z Compiling smoltcp v0.11.0
2912026-04-17T04:12:52.624Z Compiling rustversion v1.0.22
2922026-04-17T04:12:52.859Z Checking managed v0.8.0
2932026-04-17T04:12:52.869Z Compiling version_check v0.9.5
2942026-04-17T04:12:52.944Z Checking bitflags v1.3.2
2952026-04-17T04:12:52.957Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2962026-04-17T04:12:52.996Z Compiling getrandom v0.4.2
2972026-04-17T04:12:53.011Z Compiling ref-cast v1.0.25
2982026-04-17T04:12:53.056Z Checking rand_core v0.10.1
2992026-04-17T04:12:53.073Z Compiling proc-macro-crate v3.5.0
3002026-04-17T04:12:53.170Z Compiling rustix v1.1.4
3012026-04-17T04:12:53.192Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-04-17T04:12:53.434Z Compiling regex v1.12.3
3032026-04-17T04:12:53.462Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3042026-04-17T04:12:53.734Z Checking errno v0.3.14
3052026-04-17T04:12:53.806Z Checking ipnetwork v0.21.1
3062026-04-17T04:12:53.917Z Checking cpufeatures v0.3.0
3072026-04-17T04:12:53.971Z Checking unicode-width v0.2.2
3082026-04-17T04:12:53.971Z Checking foreign-types-shared v0.3.1
3092026-04-17T04:12:54.021Z Checking once_cell v1.21.4
3102026-04-17T04:12:54.057Z Checking utf8parse v0.2.2
3112026-04-17T04:12:54.123Z Checking anstyle-parse v1.0.0
3122026-04-17T04:12:54.265Z Checking tabwriter v1.4.1
3132026-04-17T04:12:54.265Z Checking tracing-core v0.1.36
3142026-04-17T04:12:54.280Z Compiling darling_core v0.21.3
3152026-04-17T04:12:54.280Z Checking chacha20 v0.10.0
3162026-04-17T04:12:55.535Z Checking cstr-argument v0.1.2
3172026-04-17T04:12:55.608Z Checking pretty-hex v0.4.2
3182026-04-17T04:12:55.608Z Checking dyn-clone v1.0.20
3192026-04-17T04:12:55.608Z Checking pin-project-lite v0.2.17
3202026-04-17T04:12:55.608Z Checking is_terminal_polyfill v1.70.2
3212026-04-17T04:12:55.609Z Checking colorchoice v1.0.5
3222026-04-17T04:12:55.609Z Checking anstyle v1.0.14
3232026-04-17T04:12:55.609Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3242026-04-17T04:12:55.609Z Checking anstyle-query v1.1.5
3252026-04-17T04:12:55.609Z Checking terminal_size v0.4.4
3262026-04-17T04:12:55.609Z Checking rand v0.10.1
3272026-04-17T04:12:55.609Z Checking anstream v1.0.0
3282026-04-17T04:12:55.609Z Checking uuid v1.23.0
3292026-04-17T04:12:55.609Z Checking socket2 v0.6.3
3302026-04-17T04:12:55.609Z Checking oxnet v0.1.4
3312026-04-17T04:12:55.609Z Compiling heck v0.5.0
3322026-04-17T04:12:55.609Z Checking colored v3.1.1
3332026-04-17T04:12:55.609Z Checking clap_lex v1.1.0
3342026-04-17T04:12:55.609Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3352026-04-17T04:12:55.609Z Checking clap_builder v4.6.0
3362026-04-17T04:12:55.609Z Compiling thiserror-impl v2.0.18
3372026-04-17T04:12:55.609Z Compiling serde_derive v1.0.228
3382026-04-17T04:12:55.609Z Compiling zerocopy-derive v0.8.48
3392026-04-17T04:12:55.792Z Compiling foreign-types-macros v0.2.3
3402026-04-17T04:12:56.243Z Compiling num_enum_derive v0.7.6
3412026-04-17T04:12:56.376Z Compiling darling_macro v0.21.3
3422026-04-17T04:12:56.435Z Compiling ref-cast-impl v1.0.25
3432026-04-17T04:12:56.713Z Checking foreign-types v0.5.0
3442026-04-17T04:12:56.768Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3452026-04-17T04:12:56.792Z Checking cobs v0.3.0
3462026-04-17T04:12:56.862Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3472026-04-17T04:12:56.948Z Compiling tracing-attributes v0.1.31
3482026-04-17T04:12:56.977Z Compiling darling v0.21.3
3492026-04-17T04:12:57.076Z Compiling ingot-macros v0.1.1
3502026-04-17T04:12:57.145Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3512026-04-17T04:12:57.257Z Checking num_enum v0.7.6
3522026-04-17T04:12:57.307Z Compiling clap_derive v4.6.0
3532026-04-17T04:12:57.338Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3542026-04-17T04:12:57.410Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3552026-04-17T04:12:57.966Z Checking tracing v0.1.44
3562026-04-17T04:12:58.458Z Checking postcard v1.1.3
3572026-04-17T04:12:58.619Z Checking clap v4.6.0
3582026-04-17T04:12:59.492Z Checking ingot-types v0.1.2
3592026-04-17T04:12:59.741Z Checking ingot v0.1.1
3602026-04-17T04:13:01.119Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-04-17T04:13:02.268Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-04-17T04:13:03.467Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-04-17T04:13:04.790Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.71s
3642026-04-17T04:13:04.842Z
3652026-04-17T04:13:04.842Zreal 19.872669594
3662026-04-17T04:13:04.842Zuser 54.058828793
3672026-04-17T04:13:04.842Zsys 13.595341811
3682026-04-17T04:13:04.842Ztrap 0.034415417
3692026-04-17T04:13:04.842Ztflt 0.195355195
3702026-04-17T04:13:04.842Zdflt 0.604556681
3712026-04-17T04:13:04.842Zkflt 0.006667310
3722026-04-17T04:13:04.843Zlock 2:57.380013009
3732026-04-17T04:13:04.843Zslp 3:11.271156693
3742026-04-17T04:13:04.843Zlat 2.983886519
3752026-04-17T04:13:04.843Zstop 10.435827349
3762026-04-17T04:13:04.843Z+ header 'debug build'
3772026-04-17T04:13:04.843Z+ echo '# ==== debug build ==== #'
3782026-04-17T04:13:04.843Z+ ptime -m cargo build
3792026-04-17T04:13:04.843Z# ==== debug build ==== #
3802026-04-17T04:13:04.843Z Compiling cfg-if v1.0.4
3812026-04-17T04:13:04.843Z Compiling serde_core v1.0.228
3822026-04-17T04:13:04.843Z Compiling libc v0.2.185
3832026-04-17T04:13:04.843Z Compiling thiserror v2.0.18
3842026-04-17T04:13:04.843Z Compiling byteorder v1.5.0
3852026-04-17T04:13:04.843Z Compiling zerocopy v0.8.48
3862026-04-17T04:13:04.843Z Compiling stable_deref_trait v1.2.1
3872026-04-17T04:13:04.843Z Compiling macaddr v1.0.1
3882026-04-17T04:13:04.843Z Compiling bitflags v1.3.2
3892026-04-17T04:13:04.843Z Compiling cobs v0.3.0
3902026-04-17T04:13:04.843Z Compiling rand_core v0.10.1
3912026-04-17T04:13:04.843Z Compiling managed v0.8.0
3922026-04-17T04:13:04.843Z Compiling hash32 v0.3.1
3932026-04-17T04:13:04.855Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-04-17T04:13:04.955Z Compiling ipnetwork v0.21.1
3952026-04-17T04:13:04.981Z Compiling heapless v0.8.0
3962026-04-17T04:13:04.981Z Compiling errno v0.3.14
3972026-04-17T04:13:04.981Z Compiling utf8parse v0.2.2
3982026-04-17T04:13:04.981Z Compiling foreign-types-shared v0.3.1
3992026-04-17T04:13:05.022Z Compiling unicode-width v0.2.2
4002026-04-17T04:13:05.041Z Compiling memchr v2.8.0
4012026-04-17T04:13:05.086Z Compiling cpufeatures v0.3.0
4022026-04-17T04:13:05.112Z Compiling once_cell v1.21.4
4032026-04-17T04:13:05.133Z Compiling chacha20 v0.10.0
4042026-04-17T04:13:05.311Z Compiling smoltcp v0.11.0
4052026-04-17T04:13:05.341Z Compiling tracing-core v0.1.36
4062026-04-17T04:13:05.349Z Compiling tabwriter v1.4.1
4072026-04-17T04:13:05.409Z Compiling cstr-argument v0.1.2
4082026-04-17T04:13:05.469Z Compiling anstyle-parse v1.0.0
4092026-04-17T04:13:05.572Z Compiling foreign-types v0.5.0
4102026-04-17T04:13:05.641Z Compiling getrandom v0.4.2
4112026-04-17T04:13:05.687Z Compiling ref-cast v1.0.25
4122026-04-17T04:13:05.768Z Compiling num_enum v0.7.6
4132026-04-17T04:13:05.789Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4142026-04-17T04:13:05.856Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-04-17T04:13:05.897Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-04-17T04:13:05.926Z Compiling colorchoice v1.0.5
4172026-04-17T04:13:05.965Z Compiling is_terminal_polyfill v1.70.2
4182026-04-17T04:13:06.003Z Compiling pin-project-lite v0.2.17
4192026-04-17T04:13:06.040Z Compiling anstyle v1.0.14
4202026-04-17T04:13:06.090Z Compiling anstyle-query v1.1.5
4212026-04-17T04:13:06.189Z Compiling pretty-hex v0.4.2
4222026-04-17T04:13:06.237Z Compiling dyn-clone v1.0.20
4232026-04-17T04:13:06.307Z Compiling bitflags v2.11.0
4242026-04-17T04:13:06.322Z Compiling serde v1.0.228
4252026-04-17T04:13:06.395Z Compiling uuid v1.23.0
4262026-04-17T04:13:06.474Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4272026-04-17T04:13:06.527Z Compiling rustix v1.1.4
4282026-04-17T04:13:06.641Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4292026-04-17T04:13:06.749Z Compiling postcard v1.1.3
4302026-04-17T04:13:06.848Z Compiling anstream v1.0.0
4312026-04-17T04:13:06.961Z Compiling tracing v0.1.44
4322026-04-17T04:13:06.972Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-04-17T04:13:07.057Z Compiling terminal_size v0.4.4
4342026-04-17T04:13:07.091Z Compiling anyhow v1.0.102
4352026-04-17T04:13:07.193Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4362026-04-17T04:13:07.329Z Compiling rand v0.10.1
4372026-04-17T04:13:07.371Z Compiling socket2 v0.6.3
4382026-04-17T04:13:07.378Z Compiling oxnet v0.1.4
4392026-04-17T04:13:07.438Z Compiling colored v3.1.1
4402026-04-17T04:13:07.734Z Compiling ingot-types v0.1.2
4412026-04-17T04:13:07.761Z Compiling winnow v1.0.1
4422026-04-17T04:13:07.815Z Compiling strsim v0.11.1
4432026-04-17T04:13:07.952Z Compiling clap_lex v1.1.0
4442026-04-17T04:13:08.083Z Compiling ingot v0.1.1
4452026-04-17T04:13:08.262Z Compiling clap_builder v4.6.0
4462026-04-17T04:13:08.266Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4472026-04-17T04:13:08.715Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4482026-04-17T04:13:09.716Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-04-17T04:13:10.142Z Compiling clap v4.6.0
4502026-04-17T04:13:11.341Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-04-17T04:13:12.754Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-04-17T04:13:17.252Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.81s
4532026-04-17T04:13:17.280Z
4542026-04-17T04:13:17.280Zreal 12.841954101
4552026-04-17T04:13:17.280Zuser 1:04.967775194
4562026-04-17T04:13:17.280Zsys 6.145103979
4572026-04-17T04:13:17.294Ztrap 0.034292852
4582026-04-17T04:13:17.294Ztflt 0.165733326
4592026-04-17T04:13:17.294Zdflt 0.228839836
4602026-04-17T04:13:17.294Zkflt 0.000677980
4612026-04-17T04:13:17.294Zlock 2:56.535046242
4622026-04-17T04:13:17.294Zslp 1:56.895931301
4632026-04-17T04:13:17.294Zlat 3.628473212
4642026-04-17T04:13:17.295Zstop 3.003544060
4652026-04-17T04:13:17.295Z+ header 'release build'
4662026-04-17T04:13:17.295Z+ echo '# ==== release build ==== #'
4672026-04-17T04:13:17.295Z+ ptime -m cargo build --release
4682026-04-17T04:13:17.295Z# ==== release build ==== #
4692026-04-17T04:13:17.383Z Compiling proc-macro2 v1.0.106
4702026-04-17T04:13:17.383Z Compiling unicode-ident v1.0.24
4712026-04-17T04:13:17.383Z Compiling quote v1.0.45
4722026-04-17T04:13:17.394Z Compiling serde_core v1.0.228
4732026-04-17T04:13:17.394Z Compiling libc v0.2.185
4742026-04-17T04:13:17.394Z Compiling cfg-if v1.0.4
4752026-04-17T04:13:17.394Z Compiling thiserror v2.0.18
4762026-04-17T04:13:17.394Z Compiling fnv v1.0.7
4772026-04-17T04:13:17.451Z Compiling strsim v0.11.1
4782026-04-17T04:13:17.482Z Compiling ident_case v1.0.1
4792026-04-17T04:13:17.502Z Compiling memchr v2.8.0
4802026-04-17T04:13:17.636Z Compiling regex-syntax v0.8.10
4812026-04-17T04:13:17.720Z Compiling hashbrown v0.17.0
4822026-04-17T04:13:17.726Z Compiling winnow v1.0.1
4832026-04-17T04:13:17.893Z Compiling aho-corasick v1.1.4
4842026-04-17T04:13:18.025Z Compiling anyhow v1.0.102
4852026-04-17T04:13:18.126Z Compiling equivalent v1.0.2
4862026-04-17T04:13:18.194Z Compiling zerocopy v0.8.48
4872026-04-17T04:13:18.239Z Compiling serde v1.0.228
4882026-04-17T04:13:18.513Z Compiling syn v2.0.117
4892026-04-17T04:13:18.532Z Compiling either v1.15.0
4902026-04-17T04:13:18.591Z Compiling toml_parser v1.1.2+spec-1.1.0
4912026-04-17T04:13:18.604Z Compiling indexmap v2.14.0
4922026-04-17T04:13:18.713Z Compiling itertools v0.14.0
4932026-04-17T04:13:18.721Z Compiling heapless v0.8.0
4942026-04-17T04:13:19.007Z Compiling regex-automata v0.4.14
4952026-04-17T04:13:19.123Z Compiling byteorder v1.5.0
4962026-04-17T04:13:19.199Z Compiling toml_datetime v1.1.1+spec-1.1.0
4972026-04-17T04:13:19.301Z Compiling hash32 v0.3.1
4982026-04-17T04:13:19.371Z Compiling toml_edit v0.25.11+spec-1.1.0
4992026-04-17T04:13:19.430Z Compiling macaddr v1.0.1
5002026-04-17T04:13:19.445Z Compiling bitflags v2.11.0
5012026-04-17T04:13:19.580Z Compiling syn v1.0.109
5022026-04-17T04:13:19.588Z Compiling rustversion v1.0.22
5032026-04-17T04:13:19.602Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5042026-04-17T04:13:19.750Z Compiling smoltcp v0.11.0
5052026-04-17T04:13:19.843Z Compiling stable_deref_trait v1.2.1
5062026-04-17T04:13:19.916Z Compiling proc-macro-crate v3.5.0
5072026-04-17T04:13:19.933Z Compiling bitflags v1.3.2
5082026-04-17T04:13:19.955Z Compiling ref-cast v1.0.25
5092026-04-17T04:13:19.990Z Compiling getrandom v0.4.2
5102026-04-17T04:13:20.094Z Compiling rustix v1.1.4
5112026-04-17T04:13:20.233Z Compiling version_check v0.9.5
5122026-04-17T04:13:20.253Z Compiling managed v0.8.0
5132026-04-17T04:13:20.260Z Compiling rand_core v0.10.1
5142026-04-17T04:13:20.310Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5152026-04-17T04:13:20.527Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-04-17T04:13:20.603Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-04-17T04:13:20.666Z Compiling regex v1.12.3
5182026-04-17T04:13:20.777Z Compiling errno v0.3.14
5192026-04-17T04:13:20.922Z Compiling ipnetwork v0.21.1
5202026-04-17T04:13:20.979Z Compiling once_cell v1.21.4
5212026-04-17T04:13:21.060Z Compiling foreign-types-shared v0.3.1
5222026-04-17T04:13:21.157Z Compiling darling_core v0.21.3
5232026-04-17T04:13:21.199Z Compiling cpufeatures v0.3.0
5242026-04-17T04:13:21.261Z Compiling utf8parse v0.2.2
5252026-04-17T04:13:21.297Z Compiling unicode-width v0.2.2
5262026-04-17T04:13:21.357Z Compiling anstyle-parse v1.0.0
5272026-04-17T04:13:21.543Z Compiling tabwriter v1.4.1
5282026-04-17T04:13:21.549Z Compiling cstr-argument v0.1.2
5292026-04-17T04:13:21.578Z Compiling chacha20 v0.10.0
5302026-04-17T04:13:21.691Z Compiling tracing-core v0.1.36
5312026-04-17T04:13:22.278Z Compiling is_terminal_polyfill v1.70.2
5322026-04-17T04:13:22.293Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
5332026-04-17T04:13:22.293Z Compiling thiserror-impl v2.0.18
5342026-04-17T04:13:22.321Z Compiling zerocopy-derive v0.8.48
5352026-04-17T04:13:22.475Z Compiling serde_derive v1.0.228
5362026-04-17T04:13:22.553Z Compiling num_enum_derive v0.7.6
5372026-04-17T04:13:22.576Z Compiling foreign-types-macros v0.2.3
5382026-04-17T04:13:23.143Z Compiling ref-cast-impl v1.0.25
5392026-04-17T04:13:23.212Z Compiling darling_macro v0.21.3
5402026-04-17T04:13:23.242Z Compiling foreign-types v0.5.0
5412026-04-17T04:13:23.308Z Compiling tracing-attributes v0.1.31
5422026-04-17T04:13:23.501Z Compiling num_enum v0.7.6
5432026-04-17T04:13:23.560Z Compiling cobs v0.3.0
5442026-04-17T04:13:23.609Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5452026-04-17T04:13:23.727Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5462026-04-17T04:13:23.763Z Compiling anstyle-query v1.1.5
5472026-04-17T04:13:23.768Z Compiling darling v0.21.3
5482026-04-17T04:13:23.813Z Compiling colorchoice v1.0.5
5492026-04-17T04:13:23.831Z Compiling ingot-macros v0.1.1
5502026-04-17T04:13:23.852Z Compiling pin-project-lite v0.2.17
5512026-04-17T04:13:23.911Z Compiling pretty-hex v0.4.2
5522026-04-17T04:13:23.936Z Compiling anstyle v1.0.14
5532026-04-17T04:13:24.042Z Compiling dyn-clone v1.0.20
5542026-04-17T04:13:24.109Z Compiling anstream v1.0.0
5552026-04-17T04:13:24.173Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5562026-04-17T04:13:24.178Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5572026-04-17T04:13:24.206Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5582026-04-17T04:13:24.500Z Compiling terminal_size v0.4.4
5592026-04-17T04:13:24.507Z Compiling tracing v0.1.44
5602026-04-17T04:13:24.507Z Compiling rand v0.10.1
5612026-04-17T04:13:24.631Z Compiling uuid v1.23.0
5622026-04-17T04:13:24.647Z Compiling socket2 v0.6.3
5632026-04-17T04:13:24.826Z Compiling heck v0.5.0
5642026-04-17T04:13:24.860Z Compiling clap_lex v1.1.0
5652026-04-17T04:13:25.021Z Compiling oxnet v0.1.4
5662026-04-17T04:13:25.171Z Compiling colored v3.1.1
5672026-04-17T04:13:25.295Z Compiling clap_derive v4.6.0
5682026-04-17T04:13:25.312Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5692026-04-17T04:13:25.663Z Compiling postcard v1.1.3
5702026-04-17T04:13:25.745Z Compiling clap_builder v4.6.0
5712026-04-17T04:13:26.757Z Compiling ingot-types v0.1.2
5722026-04-17T04:13:27.138Z Compiling ingot v0.1.1
5732026-04-17T04:13:27.524Z Compiling clap v4.6.0
5742026-04-17T04:13:28.813Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-04-17T04:13:29.803Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-04-17T04:13:30.946Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-04-17T04:13:37.355Z Finished `release` profile [optimized + debuginfo] target(s) in 20.04s
5782026-04-17T04:13:37.371Z
5792026-04-17T04:13:37.376Zreal 20.075916009
5802026-04-17T04:13:37.376Zuser 1:42.457510186
5812026-04-17T04:13:37.376Zsys 14.055977684
5822026-04-17T04:13:37.376Ztrap 0.051592920
5832026-04-17T04:13:37.376Ztflt 0.078970986
5842026-04-17T04:13:37.376Zdflt 0.425450871
5852026-04-17T04:13:37.376Zkflt 0.000028062
5862026-04-17T04:13:37.376Zlock 4:26.277207357
5872026-04-17T04:13:37.376Zslp 3:27.261285136
5882026-04-17T04:13:37.376Zlat 5.388598543
5892026-04-17T04:13:37.376Zstop 8.959534994
5902026-04-17T04:13:37.376Z+ popd
5912026-04-17T04:13:37.376Z/work/oxidecomputer/opte
5922026-04-17T04:13:37.376Z+ for x in debug release
5932026-04-17T04:13:37.376Z+ mkdir -p /work/debug
5942026-04-17T04:13:37.376Z+ cp target/debug/opteadm /work/debug/
5952026-04-17T04:13:37.438Z+ sha256sum target/debug/opteadm
5962026-04-17T04:13:37.464Z+ for x in debug release
5972026-04-17T04:13:37.464Z+ mkdir -p /work/release
5982026-04-17T04:13:37.464Z+ cp target/release/opteadm /work/release/
5992026-04-17T04:13:37.464Z+ sha256sum target/release/opteadm
6002026-04-17T04:13:37.487Zprocess exited: duration 67969 ms, exit code 0
 
6012026-04-17T04:13:37.555Zfound 4 output files
6022026-04-17T04:13:37.555Zuploading: /work/debug/opteadm (36343552 bytes)
6032026-04-17T04:13:39.024Zuploaded: /work/debug/opteadm
6042026-04-17T04:13:39.024Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-04-17T04:13:40.060Zuploaded: /work/debug/opteadm.debug.sha256
6062026-04-17T04:13:40.060Zuploading: /work/release/opteadm (24515768 bytes)
6072026-04-17T04:13:41.593Zuploaded: /work/release/opteadm
6082026-04-17T04:13:41.593Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-04-17T04:13:42.645Zuploaded: /work/release/opteadm.release.sha256