01KN4Q1ZAP4AZTJJ2WZAZDBN4T: 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: 01KN4Q2BD767Q7Q44GJ3ZPGHER

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-01T14:37:46.280Zjob assigned to worker 01KN4QKYCYTH7A487VQWNJK7EW [factory aws, i-03f9b31668b3820db] (queued for 10 m 19 s)
 
22026-04-01T14:37:52.935Zstarting task 0: "setup"
32026-04-01T14:37:52.941Z++ uname -s
42026-04-01T14:37:52.944Z+ kern=SunOS
52026-04-01T14:37:52.944Z+ build_user=build
62026-04-01T14:37:52.944Z+ build_uid=12345
72026-04-01T14:37:52.944Z+ work_dir=/work
82026-04-01T14:37:52.944Z+ input_dir=/input
92026-04-01T14:37:52.944Z+ [[ 0 == 12345 ]]
102026-04-01T14:37:52.944Z+ case "$kern" in
112026-04-01T14:37:52.944Z+ groupadd -g 12345 build
122026-04-01T14:37:52.944Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-01T14:37:54.949Z+ zfs create -o mountpoint=/work rpool/work
142026-04-01T14:37:55.065Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-01T14:37:55.068Z+ home_fs=zfs
162026-04-01T14:37:55.068Z+ [[ zfs == autofs ]]
172026-04-01T14:37:55.068Z+ mkdir -p /home/build
182026-04-01T14:37:55.069Z+ chown build:build /home/build /work
192026-04-01T14:37:56.069Z+ chmod 0700 /home/build /work
202026-04-01T14:37:56.072Zprocess exited: duration 3134 ms, exit code 0
 
212026-04-01T14:37:56.079Zstarting task 1: "rust-toolchain"
222026-04-01T14:37:56.082Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-01T14:37:56.082Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-04-01T14:37:56.082Z * rust toolchain channel = "1.94.1"
252026-04-01T14:37:56.082Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-01T14:37:56.082Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-01T14:37:56.082Z * rust toolchain profile = "default"
282026-04-01T14:37:56.086Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-01T14:37:56.086Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-01T14:37:56.179Zinfo: downloading installer
312026-04-01T14:37:57.851Zwarn: It looks like you have an existing installation of Rust at:
322026-04-01T14:37:57.851Zwarn: /opt/ooce/bin
332026-04-01T14:37:57.851Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-01T14:37:57.851Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-01T14:37:57.851Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-01T14:37:57.851Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-01T14:37:57.851Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-01T14:37:57.851Zerror: cannot install while Rust is installed
392026-04-01T14:37:57.851Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-01T14:37:57.851Zwarn: It looks like you have an existing rustup settings file at:
412026-04-01T14:37:57.851Zwarn: /home/build/.rustup/settings.toml
422026-04-01T14:37:57.851Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-01T14:37:57.851Zwarn: instead of the one inferred from the default host triple.
442026-04-01T14:37:57.864Zinfo: profile set to default
452026-04-01T14:37:57.864Zinfo: default host triple is x86_64-unknown-illumos
462026-04-01T14:37:57.867Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-01T14:37:57.996Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-01T14:37:57.999Zinfo: downloading 6 components
492026-04-01T14:38:12.512Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-01T14:38:12.512Z
512026-04-01T14:38:12.540Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-01T14:38:12.540Z
532026-04-01T14:38:12.540Z
542026-04-01T14:38:12.540ZRust is installed now. Great!
552026-04-01T14:38:12.540Z
562026-04-01T14:38:12.543ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-01T14:38:12.543Zenvironment variable. This has not been done automatically.
582026-04-01T14:38:12.543Z
592026-04-01T14:38:12.543ZTo configure your current shell, you need to source
602026-04-01T14:38:12.543Zthe corresponding env file under $HOME/.cargo.
612026-04-01T14:38:12.544Z
622026-04-01T14:38:12.544ZThis is usually done by running one of the following (note the leading DOT):
632026-04-01T14:38:12.544Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-01T14:38:12.544Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-01T14:38:12.544Zsource "~/.cargo/env.nu" # For nushell
662026-04-01T14:38:12.544Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-01T14:38:12.544Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-01T14:38:12.544Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-01T14:38:12.544Zwarn: no default linker (`cc`) was found in your PATH
702026-04-01T14:38:12.544Zwarn: many Rust crates require a system C toolchain to build
712026-04-01T14:38:12.633Z+ rustup --version
722026-04-01T14:38:12.641Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-01T14:38:12.645Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-01T14:38:12.663Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-01T14:38:12.666Z+ cargo --version
762026-04-01T14:38:12.678Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-01T14:38:12.681Z+ rustc --version
782026-04-01T14:38:12.699Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-01T14:38:12.702Zprocess exited: duration 16621 ms, exit code 0
 
802026-04-01T14:38:12.709Zstarting task 2: "authentication"
812026-04-01T14:38:12.725Zprocess exited: duration 16 ms, exit code 0
 
822026-04-01T14:38:12.740Zstarting task 3: "clone repository"
832026-04-01T14:38:12.743Z+ mkdir -p /work/oxidecomputer/opte
842026-04-01T14:38:12.746Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-01T14:38:12.872ZCloning into '/work/oxidecomputer/opte'...
862026-04-01T14:38:13.790Z+ cd /work/oxidecomputer/opte
872026-04-01T14:38:13.790Z+ git fetch origin 405ae574a05cc2ef6b87cba638f705991d049001
882026-04-01T14:38:14.062ZFrom https://github.com/oxidecomputer/opte
892026-04-01T14:38:14.062Z * branch 405ae574a05cc2ef6b87cba638f705991d049001 -> FETCH_HEAD
902026-04-01T14:38:14.067Z+ [[ -n '' ]]
912026-04-01T14:38:14.067Z+ git reset --hard 405ae574a05cc2ef6b87cba638f705991d049001
922026-04-01T14:38:14.084ZHEAD is now at 405ae57 Merge branch 'master' into renovate/rand
932026-04-01T14:38:14.087Zprocess exited: duration 1344 ms, exit code 0
 
942026-04-01T14:38:14.094Zstarting task 4: "build"
952026-04-01T14:38:14.097Z+ source .github/buildomat/common.sh
962026-04-01T14:38:14.097Z++ rustup show active-toolchain
972026-04-01T14:38:14.103Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-01T14:38:14.106Z++ pushd xde
992026-04-01T14:38:14.106Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-01T14:38:14.106Z++ rustup show active-toolchain
1012026-04-01T14:38:14.109Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-01T14:38:14.269Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-01T14:38:14.272Zinfo: downloading 6 components
1042026-04-01T14:38:27.634Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-01T14:38:27.712Z+++ rustup show active-toolchain -v
1062026-04-01T14:38:27.715Z+++ head -n 1
1072026-04-01T14:38:27.715Z+++ cut '-d ' -f1
1082026-04-01T14:38:27.769Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-01T14:38:27.769Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-01T14:38:27.769Z++ popd
1112026-04-01T14:38:27.772Z/work/oxidecomputer/opte
1122026-04-01T14:38:27.772Z+ cargo --version
1132026-04-01T14:38:27.779Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1142026-04-01T14:38:27.782Z+ rustc --version
1152026-04-01T14:38:27.801Zrustc 1.94.1 (e408947bf 2026-03-25)
1162026-04-01T14:38:27.804Z+ pushd bin/opteadm
1172026-04-01T14:38:27.804Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1182026-04-01T14:38:27.804Z+ header 'check style'
1192026-04-01T14:38:27.804Z+ echo '# ==== check style ==== #'
1202026-04-01T14:38:27.804Z# ==== check style ==== #
1212026-04-01T14:38:27.804Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-04-01T14:38:27.884Z
1232026-04-01T14:38:27.884Zreal 0.078203050
1242026-04-01T14:38:27.884Zuser 0.038274599
1252026-04-01T14:38:27.884Zsys 0.036856889
1262026-04-01T14:38:27.884Ztrap 0.000013317
1272026-04-01T14:38:27.888Ztflt 0.000017147
1282026-04-01T14:38:27.888Zdflt 0.000013457
1292026-04-01T14:38:27.888Zkflt 0.000000000
1302026-04-01T14:38:27.888Zlock 0.031843617
1312026-04-01T14:38:27.888Zslp 0.051510669
1322026-04-01T14:38:27.888Zlat 0.000813751
1332026-04-01T14:38:27.888Zstop 0.000094266
1342026-04-01T14:38:27.888Z+ header analyze
1352026-04-01T14:38:27.888Z+ echo '# ==== analyze ==== #'
1362026-04-01T14:38:27.888Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1372026-04-01T14:38:27.888Z# ==== analyze ==== #
1382026-04-01T14:38:28.022Z Updating crates.io index
1392026-04-01T14:38:28.055Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-04-01T14:38:29.090Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-04-01T14:38:29.388Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-04-01T14:38:29.768Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-04-01T14:38:30.149Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-04-01T14:38:30.582Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-04-01T14:38:30.868Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-04-01T14:38:32.875Z Downloading crates ...
1472026-04-01T14:38:32.947Z Downloaded darling_macro v0.21.3
1482026-04-01T14:38:32.950Z Downloaded errno v0.3.14
1492026-04-01T14:38:32.950Z Downloaded cstr-argument v0.1.2
1502026-04-01T14:38:32.950Z Downloaded anyhow v1.0.102
1512026-04-01T14:38:32.953Z Downloaded foreign-types-shared v0.3.1
1522026-04-01T14:38:32.953Z Downloaded foreign-types-macros v0.2.3
1532026-04-01T14:38:32.953Z Downloaded defmt-parser v1.0.0
1542026-04-01T14:38:32.957Z Downloaded foreign-types v0.5.0
1552026-04-01T14:38:32.957Z Downloaded zerocopy-derive v0.8.48
1562026-04-01T14:38:32.961Z Downloaded ident_case v1.0.1
1572026-04-01T14:38:32.964Z Downloaded embedded-io v0.4.0
1582026-04-01T14:38:32.964Z Downloaded terminal_size v0.4.4
1592026-04-01T14:38:32.964Z Downloaded dyn-clone v1.0.20
1602026-04-01T14:38:32.967Z Downloaded defmt-macros v1.0.1
1612026-04-01T14:38:32.967Z Downloaded hash32 v0.3.1
1622026-04-01T14:38:32.967Z Downloaded defmt v0.3.100
1632026-04-01T14:38:32.970Z Downloaded embedded-io v0.6.1
1642026-04-01T14:38:32.970Z Downloaded zerocopy v0.8.48
1652026-04-01T14:38:32.979Z Downloaded fnv v1.0.7
1662026-04-01T14:38:32.983Z Downloaded anstream v1.0.0
1672026-04-01T14:38:32.983Z Downloaded proc-macro-error-attr2 v2.0.0
1682026-04-01T14:38:32.983Z Downloaded anstyle-query v1.1.5
1692026-04-01T14:38:32.986Z Downloaded equivalent v1.0.2
1702026-04-01T14:38:32.986Z Downloaded either v1.15.0
1712026-04-01T14:38:32.986Z Downloaded defmt v1.0.1
1722026-04-01T14:38:32.989Z Downloaded colorchoice v1.0.5
1732026-04-01T14:38:32.989Z Downloaded clap_lex v1.1.0
1742026-04-01T14:38:32.989Z Downloaded cpufeatures v0.3.0
1752026-04-01T14:38:32.992Z Downloaded proc-macro-crate v3.5.0
1762026-04-01T14:38:33.001Z Downloaded stable_deref_trait v1.2.1
1772026-04-01T14:38:33.004Z Downloaded cfg-if v1.0.4
1782026-04-01T14:38:33.008Z Downloaded proc-macro-error2 v2.0.1
1792026-04-01T14:38:33.011Z Downloaded rustversion v1.0.22
1802026-04-01T14:38:33.015Z Downloaded is_terminal_polyfill v1.70.2
1812026-04-01T14:38:33.018Z Downloaded managed v0.8.0
1822026-04-01T14:38:33.021Z Downloaded pretty-hex v0.4.2
1832026-04-01T14:38:33.021Z Downloaded utf8parse v0.2.2
1842026-04-01T14:38:33.024Z Downloaded ref-cast v1.0.25
1852026-04-01T14:38:33.027Z Downloaded strsim v0.11.1
1862026-04-01T14:38:33.031Z Downloaded macaddr v1.0.1
1872026-04-01T14:38:33.031Z Downloaded tabwriter v1.4.1
1882026-04-01T14:38:33.052Z Downloaded version_check v0.9.5
1892026-04-01T14:38:33.055Z Downloaded ref-cast-impl v1.0.25
1902026-04-01T14:38:33.055Z Downloaded heck v0.5.0
1912026-04-01T14:38:33.058Z Downloaded cobs v0.3.0
1922026-04-01T14:38:33.080Z Downloaded once_cell v1.21.4
1932026-04-01T14:38:33.083Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1942026-04-01T14:38:33.086Z Downloaded clap_derive v4.6.0
1952026-04-01T14:38:33.086Z Downloaded quote v1.0.45
1962026-04-01T14:38:33.090Z Downloaded darling v0.21.3
1972026-04-01T14:38:33.090Z Downloaded rand_core v0.10.0
1982026-04-01T14:38:33.093Z Downloaded num_enum v0.7.6
1992026-04-01T14:38:33.093Z Downloaded byteorder v1.5.0
2002026-04-01T14:38:33.096Z Downloaded anstyle-parse v1.0.0
2012026-04-01T14:38:33.100Z Downloaded thiserror-impl v2.0.18
2022026-04-01T14:38:33.103Z Downloaded thiserror v2.0.18
2032026-04-01T14:38:33.106Z Downloaded bitflags v1.3.2
2042026-04-01T14:38:33.121Z Downloaded toml_parser v1.1.1+spec-1.1.0
2052026-04-01T14:38:33.124Z Downloaded postcard v1.1.3
2062026-04-01T14:38:33.124Z Downloaded num_enum_derive v0.7.6
2072026-04-01T14:38:33.124Z Downloaded ingot-types v0.1.2
2082026-04-01T14:38:33.127Z Downloaded colored v3.1.1
2092026-04-01T14:38:33.127Z Downloaded pin-project-lite v0.2.17
2102026-04-01T14:38:33.131Z Downloaded anstyle v1.0.14
2112026-04-01T14:38:33.134Z Downloaded proc-macro2 v1.0.106
2122026-04-01T14:38:33.137Z Downloaded chacha20 v0.10.0
2132026-04-01T14:38:33.140Z Downloaded ingot v0.1.1
2142026-04-01T14:38:33.149Z Downloaded ipnetwork v0.21.1
2152026-04-01T14:38:33.160Z Downloaded oxnet v0.1.4
2162026-04-01T14:38:33.163Z Downloaded ingot-macros v0.1.1
2172026-04-01T14:38:33.163Z Downloaded serde_derive v1.0.228
2182026-04-01T14:38:33.173Z Downloaded socket2 v0.6.3
2192026-04-01T14:38:33.176Z Downloaded clap v4.6.0
2202026-04-01T14:38:33.179Z Downloaded bitflags v2.11.0
2212026-04-01T14:38:33.187Z Downloaded uuid v1.23.0
2222026-04-01T14:38:33.191Z Downloaded unicode-ident v1.0.24
2232026-04-01T14:38:33.191Z Downloaded tracing-core v0.1.36
2242026-04-01T14:38:33.194Z Downloaded tracing-attributes v0.1.31
2252026-04-01T14:38:33.197Z Downloaded heapless v0.8.0
2262026-04-01T14:38:33.214Z Downloaded toml_edit v0.25.9+spec-1.1.0
2272026-04-01T14:38:33.224Z Downloaded getrandom v0.4.2
2282026-04-01T14:38:33.227Z Downloaded serde_core v1.0.228
2292026-04-01T14:38:33.230Z Downloaded darling_core v0.21.3
2302026-04-01T14:38:33.233Z Downloaded indexmap v2.13.0
2312026-04-01T14:38:33.237Z Downloaded serde v1.0.228
2322026-04-01T14:38:33.240Z Downloaded memchr v2.8.0
2332026-04-01T14:38:33.269Z Downloaded rand v0.10.0
2342026-04-01T14:38:33.305Z Downloaded hashbrown v0.16.1
2352026-04-01T14:38:33.330Z Downloaded regex v1.12.3
2362026-04-01T14:38:33.336Z Downloaded itertools v0.14.0
2372026-04-01T14:38:33.344Z Downloaded aho-corasick v1.1.4
2382026-04-01T14:38:33.347Z Downloaded clap_builder v4.6.0
2392026-04-01T14:38:33.360Z Downloaded winnow v1.0.1
2402026-04-01T14:38:33.377Z Downloaded syn v1.0.109
2412026-04-01T14:38:33.413Z Downloaded unicode-width v0.2.2
2422026-04-01T14:38:33.438Z Downloaded smoltcp v0.11.0
2432026-04-01T14:38:33.443Z Downloaded syn v2.0.117
2442026-04-01T14:38:33.467Z Downloaded regex-syntax v0.8.10
2452026-04-01T14:38:33.479Z Downloaded tracing v0.1.44
2462026-04-01T14:38:33.489Z Downloaded rustix v1.1.4
2472026-04-01T14:38:33.517Z Downloaded regex-automata v0.4.14
2482026-04-01T14:38:33.534Z Downloaded libc v0.2.184
2492026-04-01T14:38:33.595Z Compiling proc-macro2 v1.0.106
2502026-04-01T14:38:33.595Z Compiling unicode-ident v1.0.24
2512026-04-01T14:38:33.596Z Compiling quote v1.0.45
2522026-04-01T14:38:33.596Z Compiling serde_core v1.0.228
2532026-04-01T14:38:33.599Z Compiling libc v0.2.184
2542026-04-01T14:38:33.599Z Checking cfg-if v1.0.4
2552026-04-01T14:38:33.599Z Compiling memchr v2.8.0
2562026-04-01T14:38:33.599Z Compiling strsim v0.11.1
2572026-04-01T14:38:33.719Z Compiling ident_case v1.0.1
2582026-04-01T14:38:33.797Z Compiling fnv v1.0.7
2592026-04-01T14:38:33.827Z Compiling thiserror v2.0.18
2602026-04-01T14:38:33.879Z Compiling regex-syntax v0.8.10
2612026-04-01T14:38:33.955Z Compiling either v1.15.0
2622026-04-01T14:38:34.038Z Compiling aho-corasick v1.1.4
2632026-04-01T14:38:34.151Z Compiling equivalent v1.0.2
2642026-04-01T14:38:34.211Z Compiling zerocopy v0.8.48
2652026-04-01T14:38:34.225Z Compiling winnow v1.0.1
2662026-04-01T14:38:34.341Z Compiling serde v1.0.228
2672026-04-01T14:38:34.348Z Compiling anyhow v1.0.102
2682026-04-01T14:38:34.576Z Compiling hashbrown v0.16.1
2692026-04-01T14:38:34.688Z Compiling itertools v0.14.0
2702026-04-01T14:38:34.866Z Compiling syn v2.0.117
2712026-04-01T14:38:34.918Z Compiling heapless v0.8.0
2722026-04-01T14:38:35.094Z Compiling indexmap v2.13.0
2732026-04-01T14:38:35.206Z Compiling toml_parser v1.1.1+spec-1.1.0
2742026-04-01T14:38:35.233Z Compiling toml_datetime v1.1.1+spec-1.1.0
2752026-04-01T14:38:35.429Z Checking bitflags v2.11.0
2762026-04-01T14:38:35.441Z Compiling regex-automata v0.4.14
2772026-04-01T14:38:35.450Z Checking byteorder v1.5.0
2782026-04-01T14:38:35.600Z Checking hash32 v0.3.1
2792026-04-01T14:38:35.690Z Compiling toml_edit v0.25.9+spec-1.1.0
2802026-04-01T14:38:35.705Z Checking macaddr v1.0.1
2812026-04-01T14:38:35.745Z Checking stable_deref_trait v1.2.1
2822026-04-01T14:38:35.748Z Compiling syn v1.0.109
2832026-04-01T14:38:35.811Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2842026-04-01T14:38:35.839Z Compiling rustversion v1.0.22
2852026-04-01T14:38:35.896Z Compiling smoltcp v0.11.0
2862026-04-01T14:38:36.043Z Checking managed v0.8.0
2872026-04-01T14:38:36.116Z Checking bitflags v1.3.2
2882026-04-01T14:38:36.177Z Checking rand_core v0.10.0
2892026-04-01T14:38:36.223Z Compiling getrandom v0.4.2
2902026-04-01T14:38:36.230Z Compiling proc-macro-crate v3.5.0
2912026-04-01T14:38:36.285Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2922026-04-01T14:38:36.311Z Compiling rustix v1.1.4
2932026-04-01T14:38:36.314Z Compiling version_check v0.9.5
2942026-04-01T14:38:36.476Z Compiling ref-cast v1.0.25
2952026-04-01T14:38:36.587Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2962026-04-01T14:38:36.824Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-04-01T14:38:36.831Z Checking errno v0.3.14
2982026-04-01T14:38:36.874Z Checking foreign-types-shared v0.3.1
2992026-04-01T14:38:36.945Z Checking cpufeatures v0.3.0
3002026-04-01T14:38:36.954Z Checking ipnetwork v0.21.1
3012026-04-01T14:38:37.009Z Checking once_cell v1.21.4
3022026-04-01T14:38:37.126Z Checking unicode-width v0.2.2
3032026-04-01T14:38:37.184Z Compiling regex v1.12.3
3042026-04-01T14:38:37.195Z Checking utf8parse v0.2.2
3052026-04-01T14:38:37.291Z Checking anstyle-parse v1.0.0
3062026-04-01T14:38:37.374Z Checking tabwriter v1.4.1
3072026-04-01T14:38:37.432Z Checking tracing-core v0.1.36
3082026-04-01T14:38:37.477Z Checking cstr-argument v0.1.2
3092026-04-01T14:38:37.510Z Compiling darling_core v0.21.3
3102026-04-01T14:38:37.581Z Checking chacha20 v0.10.0
3112026-04-01T14:38:37.875Z Checking dyn-clone v1.0.20
3122026-04-01T14:38:37.974Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3132026-04-01T14:38:38.026Z Checking pin-project-lite v0.2.17
3142026-04-01T14:38:38.070Z Checking pretty-hex v0.4.2
3152026-04-01T14:38:38.093Z Checking colorchoice v1.0.5
3162026-04-01T14:38:38.101Z Checking is_terminal_polyfill v1.70.2
3172026-04-01T14:38:38.117Z Checking anstyle-query v1.1.5
3182026-04-01T14:38:38.177Z Checking anstyle v1.0.14
3192026-04-01T14:38:38.202Z Checking terminal_size v0.4.4
3202026-04-01T14:38:38.211Z Checking rand v0.10.0
3212026-04-01T14:38:38.307Z Checking uuid v1.23.0
3222026-04-01T14:38:38.351Z Checking anstream v1.0.0
3232026-04-01T14:38:38.369Z Checking socket2 v0.6.3
3242026-04-01T14:38:38.492Z Checking oxnet v0.1.4
3252026-04-01T14:38:38.614Z Compiling heck v0.5.0
3262026-04-01T14:38:38.654Z Checking clap_lex v1.1.0
3272026-04-01T14:38:38.661Z Checking colored v3.1.1
3282026-04-01T14:38:38.711Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3292026-04-01T14:38:38.725Z Compiling thiserror-impl v2.0.18
3302026-04-01T14:38:38.799Z Compiling zerocopy-derive v0.8.48
3312026-04-01T14:38:38.809Z Compiling serde_derive v1.0.228
3322026-04-01T14:38:38.851Z Compiling ref-cast-impl v1.0.25
3332026-04-01T14:38:39.121Z Compiling foreign-types-macros v0.2.3
3342026-04-01T14:38:39.378Z Compiling num_enum_derive v0.7.6
3352026-04-01T14:38:39.516Z Compiling tracing-attributes v0.1.31
3362026-04-01T14:38:39.624Z Compiling darling_macro v0.21.3
3372026-04-01T14:38:39.725Z Checking foreign-types v0.5.0
3382026-04-01T14:38:39.793Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3392026-04-01T14:38:40.030Z Checking cobs v0.3.0
3402026-04-01T14:38:40.048Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3412026-04-01T14:38:40.150Z Compiling darling v0.21.3
3422026-04-01T14:38:40.168Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3432026-04-01T14:38:40.224Z Compiling ingot-macros v0.1.1
3442026-04-01T14:38:40.329Z Compiling clap_derive v4.6.0
3452026-04-01T14:38:40.350Z Checking clap_builder v4.6.0
3462026-04-01T14:38:40.353Z Checking num_enum v0.7.6
3472026-04-01T14:38:40.459Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3482026-04-01T14:38:40.508Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3492026-04-01T14:38:40.719Z Checking tracing v0.1.44
3502026-04-01T14:38:41.612Z Checking postcard v1.1.3
3512026-04-01T14:38:41.693Z Checking clap v4.6.0
3522026-04-01T14:38:42.819Z Checking ingot-types v0.1.2
3532026-04-01T14:38:43.094Z Checking ingot v0.1.1
3542026-04-01T14:38:44.371Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3552026-04-01T14:38:45.541Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3562026-04-01T14:38:46.652Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3572026-04-01T14:38:47.471Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.53s
3582026-04-01T14:38:47.586Z
3592026-04-01T14:38:47.586Zreal 19.694839574
3602026-04-01T14:38:47.586Zuser 54.112542957
3612026-04-01T14:38:47.586Zsys 12.896030470
3622026-04-01T14:38:47.586Ztrap 0.039090411
3632026-04-01T14:38:47.586Ztflt 0.111059690
3642026-04-01T14:38:47.586Zdflt 0.072462899
3652026-04-01T14:38:47.586Zkflt 0.006740046
3662026-04-01T14:38:47.586Zlock 2:53.538082262
3672026-04-01T14:38:47.590Zslp 3:01.826920457
3682026-04-01T14:38:47.590Zlat 3.084891539
3692026-04-01T14:38:47.590Zstop 10.373775718
3702026-04-01T14:38:47.590Z+ header 'debug build'
3712026-04-01T14:38:47.590Z+ echo '# ==== debug build ==== #'
3722026-04-01T14:38:47.590Z+ ptime -m cargo build
3732026-04-01T14:38:47.590Z# ==== debug build ==== #
3742026-04-01T14:38:47.741Z Compiling cfg-if v1.0.4
3752026-04-01T14:38:47.744Z Compiling serde_core v1.0.228
3762026-04-01T14:38:47.744Z Compiling libc v0.2.184
3772026-04-01T14:38:47.767Z Compiling thiserror v2.0.18
3782026-04-01T14:38:47.771Z Compiling byteorder v1.5.0
3792026-04-01T14:38:47.774Z Compiling zerocopy v0.8.48
3802026-04-01T14:38:47.778Z Compiling stable_deref_trait v1.2.1
3812026-04-01T14:38:47.781Z Compiling macaddr v1.0.1
3822026-04-01T14:38:47.814Z Compiling managed v0.8.0
3832026-04-01T14:38:47.827Z Compiling cobs v0.3.0
3842026-04-01T14:38:47.843Z Compiling bitflags v1.3.2
3852026-04-01T14:38:47.903Z Compiling hash32 v0.3.1
3862026-04-01T14:38:47.935Z Compiling rand_core v0.10.0
3872026-04-01T14:38:48.011Z Compiling heapless v0.8.0
3882026-04-01T14:38:48.033Z Compiling errno v0.3.14
3892026-04-01T14:38:48.052Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3902026-04-01T14:38:48.086Z Compiling once_cell v1.21.4
3912026-04-01T14:38:48.091Z Compiling ipnetwork v0.21.1
3922026-04-01T14:38:48.102Z Compiling utf8parse v0.2.2
3932026-04-01T14:38:48.189Z Compiling foreign-types-shared v0.3.1
3942026-04-01T14:38:48.193Z Compiling cpufeatures v0.3.0
3952026-04-01T14:38:48.252Z Compiling memchr v2.8.0
3962026-04-01T14:38:48.262Z Compiling unicode-width v0.2.2
3972026-04-01T14:38:48.297Z Compiling foreign-types v0.5.0
3982026-04-01T14:38:48.305Z Compiling chacha20 v0.10.0
3992026-04-01T14:38:48.363Z Compiling tracing-core v0.1.36
4002026-04-01T14:38:48.425Z Compiling smoltcp v0.11.0
4012026-04-01T14:38:48.558Z Compiling tabwriter v1.4.1
4022026-04-01T14:38:48.642Z Compiling cstr-argument v0.1.2
4032026-04-01T14:38:48.646Z Compiling anstyle-parse v1.0.0
4042026-04-01T14:38:48.797Z Compiling ref-cast v1.0.25
4052026-04-01T14:38:48.845Z Compiling num_enum v0.7.6
4062026-04-01T14:38:48.890Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4072026-04-01T14:38:48.952Z Compiling getrandom v0.4.2
4082026-04-01T14:38:48.980Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4092026-04-01T14:38:48.992Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4102026-04-01T14:38:49.080Z Compiling anstyle-query v1.1.5
4112026-04-01T14:38:49.165Z Compiling pretty-hex v0.4.2
4122026-04-01T14:38:49.181Z Compiling anstyle v1.0.14
4132026-04-01T14:38:49.290Z Compiling is_terminal_polyfill v1.70.2
4142026-04-01T14:38:49.373Z Compiling pin-project-lite v0.2.17
4152026-04-01T14:38:49.444Z Compiling bitflags v2.11.0
4162026-04-01T14:38:49.448Z Compiling serde v1.0.228
4172026-04-01T14:38:49.461Z Compiling colorchoice v1.0.5
4182026-04-01T14:38:49.539Z Compiling dyn-clone v1.0.20
4192026-04-01T14:38:49.569Z Compiling anstream v1.0.0
4202026-04-01T14:38:49.642Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4212026-04-01T14:38:49.694Z Compiling rustix v1.1.4
4222026-04-01T14:38:49.713Z Compiling tracing v0.1.44
4232026-04-01T14:38:49.897Z Compiling postcard v1.1.3
4242026-04-01T14:38:50.072Z Compiling uuid v1.23.0
4252026-04-01T14:38:50.076Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4262026-04-01T14:38:50.123Z Compiling rand v0.10.0
4272026-04-01T14:38:50.234Z Compiling terminal_size v0.4.4
4282026-04-01T14:38:50.242Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4292026-04-01T14:38:50.280Z Compiling anyhow v1.0.102
4302026-04-01T14:38:50.377Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4312026-04-01T14:38:50.494Z Compiling socket2 v0.6.3
4322026-04-01T14:38:50.638Z Compiling ingot-types v0.1.2
4332026-04-01T14:38:50.719Z Compiling colored v3.1.1
4342026-04-01T14:38:50.796Z Compiling clap_lex v1.1.0
4352026-04-01T14:38:50.850Z Compiling strsim v0.11.1
4362026-04-01T14:38:51.046Z Compiling ingot v0.1.1
4372026-04-01T14:38:51.105Z Compiling winnow v1.0.1
4382026-04-01T14:38:51.162Z Compiling oxnet v0.1.4
4392026-04-01T14:38:51.207Z Compiling clap_builder v4.6.0
4402026-04-01T14:38:51.624Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4412026-04-01T14:38:52.060Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4422026-04-01T14:38:52.682Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4432026-04-01T14:38:52.798Z Compiling clap v4.6.0
4442026-04-01T14:38:54.180Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4452026-04-01T14:38:55.642Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4462026-04-01T14:38:59.850Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.25s
4472026-04-01T14:38:59.879Z
4482026-04-01T14:38:59.882Zreal 12.282326820
4492026-04-01T14:38:59.882Zuser 1:04.436426745
4502026-04-01T14:38:59.882Zsys 6.055940370
4512026-04-01T14:38:59.882Ztrap 0.034179280
4522026-04-01T14:38:59.883Ztflt 0.150695096
4532026-04-01T14:38:59.883Zdflt 0.264010358
4542026-04-01T14:38:59.883Zkflt 0.000932795
4552026-04-01T14:38:59.883Zlock 2:53.916032693
4562026-04-01T14:38:59.883Zslp 1:56.524118583
4572026-04-01T14:38:59.883Zlat 3.306009603
4582026-04-01T14:38:59.883Zstop 2.473946721
4592026-04-01T14:38:59.883Z+ header 'release build'
4602026-04-01T14:38:59.883Z+ echo '# ==== release build ==== #'
4612026-04-01T14:38:59.883Z# ==== release build ==== #
4622026-04-01T14:38:59.883Z+ ptime -m cargo build --release
4632026-04-01T14:38:59.977Z Compiling proc-macro2 v1.0.106
4642026-04-01T14:38:59.977Z Compiling quote v1.0.45
4652026-04-01T14:38:59.977Z Compiling unicode-ident v1.0.24
4662026-04-01T14:38:59.981Z Compiling serde_core v1.0.228
4672026-04-01T14:38:59.981Z Compiling libc v0.2.184
4682026-04-01T14:38:59.981Z Compiling cfg-if v1.0.4
4692026-04-01T14:38:59.981Z Compiling fnv v1.0.7
4702026-04-01T14:38:59.981Z Compiling ident_case v1.0.1
4712026-04-01T14:39:00.052Z Compiling memchr v2.8.0
4722026-04-01T14:39:00.072Z Compiling strsim v0.11.1
4732026-04-01T14:39:00.093Z Compiling thiserror v2.0.18
4742026-04-01T14:39:00.099Z Compiling regex-syntax v0.8.10
4752026-04-01T14:39:00.279Z Compiling anyhow v1.0.102
4762026-04-01T14:39:00.339Z Compiling hashbrown v0.16.1
4772026-04-01T14:39:00.570Z Compiling aho-corasick v1.1.4
4782026-04-01T14:39:00.584Z Compiling equivalent v1.0.2
4792026-04-01T14:39:00.587Z Compiling winnow v1.0.1
4802026-04-01T14:39:00.652Z Compiling serde v1.0.228
4812026-04-01T14:39:00.685Z Compiling either v1.15.0
4822026-04-01T14:39:00.848Z Compiling zerocopy v0.8.48
4832026-04-01T14:39:00.873Z Compiling itertools v0.14.0
4842026-04-01T14:39:01.158Z Compiling syn v2.0.117
4852026-04-01T14:39:01.202Z Compiling indexmap v2.13.0
4862026-04-01T14:39:01.273Z Compiling heapless v0.8.0
4872026-04-01T14:39:01.563Z Compiling regex-automata v0.4.14
4882026-04-01T14:39:01.589Z Compiling toml_parser v1.1.1+spec-1.1.0
4892026-04-01T14:39:01.819Z Compiling byteorder v1.5.0
4902026-04-01T14:39:01.942Z Compiling toml_datetime v1.1.1+spec-1.1.0
4912026-04-01T14:39:01.998Z Compiling hash32 v0.3.1
4922026-04-01T14:39:02.097Z Compiling bitflags v2.11.0
4932026-04-01T14:39:02.112Z Compiling toml_edit v0.25.9+spec-1.1.0
4942026-04-01T14:39:02.142Z Compiling stable_deref_trait v1.2.1
4952026-04-01T14:39:02.149Z Compiling syn v1.0.109
4962026-04-01T14:39:02.203Z Compiling macaddr v1.0.1
4972026-04-01T14:39:02.206Z Compiling rustversion v1.0.22
4982026-04-01T14:39:02.271Z Compiling smoltcp v0.11.0
4992026-04-01T14:39:02.395Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5002026-04-01T14:39:02.466Z Compiling rustix v1.1.4
5012026-04-01T14:39:02.553Z Compiling managed v0.8.0
5022026-04-01T14:39:02.590Z Compiling rand_core v0.10.0
5032026-04-01T14:39:02.619Z Compiling proc-macro-crate v3.5.0
5042026-04-01T14:39:02.736Z Compiling getrandom v0.4.2
5052026-04-01T14:39:02.780Z Compiling version_check v0.9.5
5062026-04-01T14:39:02.793Z Compiling ref-cast v1.0.25
5072026-04-01T14:39:02.873Z Compiling bitflags v1.3.2
5082026-04-01T14:39:02.935Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5092026-04-01T14:39:03.040Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5102026-04-01T14:39:03.137Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5112026-04-01T14:39:03.181Z Compiling errno v0.3.14
5122026-04-01T14:39:03.246Z Compiling regex v1.12.3
5132026-04-01T14:39:03.316Z Compiling utf8parse v0.2.2
5142026-04-01T14:39:03.412Z Compiling once_cell v1.21.4
5152026-04-01T14:39:03.507Z Compiling unicode-width v0.2.2
5162026-04-01T14:39:03.629Z Compiling cpufeatures v0.3.0
5172026-04-01T14:39:03.632Z Compiling ipnetwork v0.21.1
5182026-04-01T14:39:03.690Z Compiling darling_core v0.21.3
5192026-04-01T14:39:03.789Z Compiling foreign-types-shared v0.3.1
5202026-04-01T14:39:03.870Z Compiling tabwriter v1.4.1
5212026-04-01T14:39:03.992Z Compiling cstr-argument v0.1.2
5222026-04-01T14:39:04.097Z Compiling chacha20 v0.10.0
5232026-04-01T14:39:04.140Z Compiling tracing-core v0.1.36
5242026-04-01T14:39:04.195Z Compiling anstyle-parse v1.0.0
5252026-04-01T14:39:04.775Z Compiling is_terminal_polyfill v1.70.2
5262026-04-01T14:39:04.775Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
5272026-04-01T14:39:04.854Z Compiling pin-project-lite v0.2.17
5282026-04-01T14:39:04.908Z Compiling thiserror-impl v2.0.18
5292026-04-01T14:39:04.938Z Compiling serde_derive v1.0.228
5302026-04-01T14:39:04.966Z Compiling zerocopy-derive v0.8.48
5312026-04-01T14:39:04.977Z Compiling foreign-types-macros v0.2.3
5322026-04-01T14:39:05.048Z Compiling num_enum_derive v0.7.6
5332026-04-01T14:39:05.575Z Compiling ref-cast-impl v1.0.25
5342026-04-01T14:39:05.653Z Compiling foreign-types v0.5.0
5352026-04-01T14:39:05.720Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5362026-04-01T14:39:05.768Z Compiling darling_macro v0.21.3
5372026-04-01T14:39:06.001Z Compiling num_enum v0.7.6
5382026-04-01T14:39:06.148Z Compiling tracing-attributes v0.1.31
5392026-04-01T14:39:06.214Z Compiling cobs v0.3.0
5402026-04-01T14:39:06.254Z Compiling anstyle v1.0.14
5412026-04-01T14:39:06.267Z Compiling anstyle-query v1.1.5
5422026-04-01T14:39:06.356Z Compiling colorchoice v1.0.5
5432026-04-01T14:39:06.362Z Compiling darling v0.21.3
5442026-04-01T14:39:06.423Z Compiling dyn-clone v1.0.20
5452026-04-01T14:39:06.427Z Compiling ingot-macros v0.1.1
5462026-04-01T14:39:06.449Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5472026-04-01T14:39:06.452Z Compiling pretty-hex v0.4.2
5482026-04-01T14:39:06.486Z Compiling anstream v1.0.0
5492026-04-01T14:39:06.547Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5502026-04-01T14:39:06.572Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5512026-04-01T14:39:06.905Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5522026-04-01T14:39:06.909Z Compiling terminal_size v0.4.4
5532026-04-01T14:39:07.011Z Compiling rand v0.10.0
5542026-04-01T14:39:07.034Z Compiling uuid v1.23.0
5552026-04-01T14:39:07.192Z Compiling socket2 v0.6.3
5562026-04-01T14:39:07.296Z Compiling oxnet v0.1.4
5572026-04-01T14:39:07.351Z Compiling tracing v0.1.44
5582026-04-01T14:39:07.421Z Compiling colored v3.1.1
5592026-04-01T14:39:07.741Z Compiling heck v0.5.0
5602026-04-01T14:39:07.791Z Compiling clap_lex v1.1.0
5612026-04-01T14:39:07.926Z Compiling clap_derive v4.6.0
5622026-04-01T14:39:07.960Z Compiling clap_builder v4.6.0
5632026-04-01T14:39:08.109Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5642026-04-01T14:39:08.230Z Compiling postcard v1.1.3
5652026-04-01T14:39:09.315Z Compiling ingot-types v0.1.2
5662026-04-01T14:39:09.695Z Compiling ingot v0.1.1
5672026-04-01T14:39:09.717Z Compiling clap v4.6.0
5682026-04-01T14:39:11.342Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-04-01T14:39:12.347Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-04-01T14:39:13.282Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5712026-04-01T14:39:19.744Z Finished `release` profile [optimized + debuginfo] target(s) in 19.85s
5722026-04-01T14:39:19.771Z
5732026-04-01T14:39:19.775Zreal 19.880414579
5742026-04-01T14:39:19.775Zuser 1:41.780658564
5752026-04-01T14:39:19.775Zsys 13.245023804
5762026-04-01T14:39:19.775Ztrap 0.050594078
5772026-04-01T14:39:19.775Ztflt 0.123358324
5782026-04-01T14:39:19.775Zdflt 0.432670917
5792026-04-01T14:39:19.775Zkflt 0.000019727
5802026-04-01T14:39:19.775Zlock 4:27.993664792
5812026-04-01T14:39:19.775Zslp 3:22.365656064
5822026-04-01T14:39:19.775Zlat 5.650249151
5832026-04-01T14:39:19.775Zstop 9.780247450
5842026-04-01T14:39:19.775Z+ popd
5852026-04-01T14:39:19.775Z/work/oxidecomputer/opte
5862026-04-01T14:39:19.775Z+ for x in debug release
5872026-04-01T14:39:19.775Z+ mkdir -p /work/debug
5882026-04-01T14:39:19.775Z+ cp target/debug/opteadm /work/debug/
5892026-04-01T14:39:19.797Z+ sha256sum target/debug/opteadm
5902026-04-01T14:39:19.822Z+ for x in debug release
5912026-04-01T14:39:19.822Z+ mkdir -p /work/release
5922026-04-01T14:39:19.825Z+ cp target/release/opteadm /work/release/
5932026-04-01T14:39:19.839Z+ sha256sum target/release/opteadm
5942026-04-01T14:39:19.856Zprocess exited: duration 65756 ms, exit code 0
 
5952026-04-01T14:39:19.868Zfound 4 output files
5962026-04-01T14:39:19.868Zuploading: /work/debug/opteadm (35319184 bytes)
5972026-04-01T14:39:22.625Zuploaded: /work/debug/opteadm
5982026-04-01T14:39:22.625Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5992026-04-01T14:39:23.638Zuploaded: /work/debug/opteadm.debug.sha256
6002026-04-01T14:39:23.638Zuploading: /work/release/opteadm (23745464 bytes)
6012026-04-01T14:39:24.782Zuploaded: /work/release/opteadm
6022026-04-01T14:39:24.782Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6032026-04-01T14:39:25.791Zuploaded: /work/release/opteadm.release.sha256