01KNY388EZ8472SHTG3F053109: 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: 01KNY38NWAYS15Q79MY8CPEY1X

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-11T11:02:33.712Zjob assigned to worker 01KNY38STCKX6XP1BYTW00ZA5A [factory aws, i-066bfbb74b320adf1] (queued for 55 s)
 
22026-04-11T11:02:40.115Zstarting task 0: "setup"
32026-04-11T11:02:40.119Z++ uname -s
42026-04-11T11:02:40.122Z+ kern=SunOS
52026-04-11T11:02:40.122Z+ build_user=build
62026-04-11T11:02:40.122Z+ build_uid=12345
72026-04-11T11:02:40.122Z+ work_dir=/work
82026-04-11T11:02:40.122Z+ input_dir=/input
92026-04-11T11:02:40.122Z+ [[ 0 == 12345 ]]
102026-04-11T11:02:40.122Z+ case "$kern" in
112026-04-11T11:02:40.122Z+ groupadd -g 12345 build
122026-04-11T11:02:40.125Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-11T11:02:42.130Z+ zfs create -o mountpoint=/work rpool/work
142026-04-11T11:02:42.253Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-11T11:02:42.256Z+ home_fs=zfs
162026-04-11T11:02:42.256Z+ [[ zfs == autofs ]]
172026-04-11T11:02:42.256Z+ mkdir -p /home/build
182026-04-11T11:02:42.256Z+ chown build:build /home/build /work
192026-04-11T11:02:44.259Z+ chmod 0700 /home/build /work
202026-04-11T11:02:44.263Zprocess exited: duration 4145 ms, exit code 0
 
212026-04-11T11:02:44.271Zstarting task 1: "rust-toolchain"
222026-04-11T11:02:44.276Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-11T11:02:44.276Z * rust toolchain channel = "1.94.1"
242026-04-11T11:02:44.276Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-04-11T11:02:44.276Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-04-11T11:02:44.276Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-11T11:02:44.276Z * rust toolchain profile = "default"
282026-04-11T11:02:44.280Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-11T11:02:44.280Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-11T11:02:44.442Zinfo: downloading installer
312026-04-11T11:02:45.857Zwarn: It looks like you have an existing installation of Rust at:
322026-04-11T11:02:45.857Zwarn: /opt/ooce/bin
332026-04-11T11:02:45.857Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-11T11:02:45.857Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-11T11:02:45.857Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-11T11:02:45.857Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-11T11:02:45.857Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-11T11:02:45.857Zerror: cannot install while Rust is installed
392026-04-11T11:02:45.857Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-11T11:02:45.857Zwarn: It looks like you have an existing rustup settings file at:
412026-04-11T11:02:45.857Zwarn: /home/build/.rustup/settings.toml
422026-04-11T11:02:45.858Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-11T11:02:45.858Zwarn: instead of the one inferred from the default host triple.
442026-04-11T11:02:45.871Zinfo: profile set to default
452026-04-11T11:02:45.871Zinfo: default host triple is x86_64-unknown-illumos
462026-04-11T11:02:45.874Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-11T11:02:46.007Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-11T11:02:46.009Zinfo: downloading 6 components
492026-04-11T11:03:00.386Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-04-11T11:03:00.386Z
512026-04-11T11:03:00.420Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-11T11:03:00.420Z
532026-04-11T11:03:00.420Z
542026-04-11T11:03:00.420ZRust is installed now. Great!
552026-04-11T11:03:00.420Z
562026-04-11T11:03:00.420ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-11T11:03:00.420Zenvironment variable. This has not been done automatically.
582026-04-11T11:03:00.420Z
592026-04-11T11:03:00.420ZTo configure your current shell, you need to source
602026-04-11T11:03:00.420Zthe corresponding env file under $HOME/.cargo.
612026-04-11T11:03:00.420Z
622026-04-11T11:03:00.420ZThis is usually done by running one of the following (note the leading DOT):
632026-04-11T11:03:00.420Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-11T11:03:00.420Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-11T11:03:00.420Zsource "~/.cargo/env.nu" # For nushell
662026-04-11T11:03:00.420Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-11T11:03:00.420Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-11T11:03:00.420Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-11T11:03:00.423Zwarn: no default linker (`cc`) was found in your PATH
702026-04-11T11:03:00.423Zwarn: many Rust crates require a system C toolchain to build
712026-04-11T11:03:00.523Z+ rustup --version
722026-04-11T11:03:00.532Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-11T11:03:00.535Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-11T11:03:00.554Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-11T11:03:00.557Z+ cargo --version
762026-04-11T11:03:00.569Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-11T11:03:00.572Z+ rustc --version
782026-04-11T11:03:00.592Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-11T11:03:00.595Zprocess exited: duration 16316 ms, exit code 0
 
802026-04-11T11:03:00.600Zstarting task 2: "authentication"
812026-04-11T11:03:00.616Zprocess exited: duration 15 ms, exit code 0
 
822026-04-11T11:03:00.621Zstarting task 3: "clone repository"
832026-04-11T11:03:00.624Z+ mkdir -p /work/oxidecomputer/opte
842026-04-11T11:03:00.627Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-11T11:03:00.656ZCloning into '/work/oxidecomputer/opte'...
862026-04-11T11:03:01.454Z+ cd /work/oxidecomputer/opte
872026-04-11T11:03:01.454Z+ git fetch origin dfda687075abf5c0520839a05209c4240d404191
882026-04-11T11:03:02.702ZFrom https://github.com/oxidecomputer/opte
892026-04-11T11:03:02.702Z * branch dfda687075abf5c0520839a05209c4240d404191 -> FETCH_HEAD
902026-04-11T11:03:02.705Z+ [[ -n renovate/rand ]]
912026-04-11T11:03:02.705Z++ git branch --show-current
922026-04-11T11:03:02.705Z+ current=master
932026-04-11T11:03:02.705Z+ [[ master != renovate/rand ]]
942026-04-11T11:03:02.705Z+ git branch -f renovate/rand dfda687075abf5c0520839a05209c4240d404191
952026-04-11T11:03:02.705Z+ git checkout -f renovate/rand
962026-04-11T11:03:02.705ZSwitched to branch 'renovate/rand'
972026-04-11T11:03:02.705Z+ git reset --hard dfda687075abf5c0520839a05209c4240d404191
982026-04-11T11:03:02.705ZHEAD is now at dfda687 Update Rust crate rand to 0.10.1
992026-04-11T11:03:02.706Zprocess exited: duration 1120 ms, exit code 0
 
1002026-04-11T11:03:02.711Zstarting task 4: "build"
1012026-04-11T11:03:02.717Z+ source .github/buildomat/common.sh
1022026-04-11T11:03:02.719Z++ rustup show active-toolchain
1032026-04-11T11:03:02.723Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-04-11T11:03:02.725Z++ pushd xde
1052026-04-11T11:03:02.725Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-04-11T11:03:02.725Z++ rustup show active-toolchain
1072026-04-11T11:03:02.729Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-04-11T11:03:02.870Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-04-11T11:03:02.873Zinfo: downloading 6 components
1102026-04-11T11:03:16.693Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-04-11T11:03:16.780Z+++ rustup show active-toolchain -v
1122026-04-11T11:03:16.783Z+++ head -n 1
1132026-04-11T11:03:16.783Z+++ cut '-d ' -f1
1142026-04-11T11:03:16.832Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-04-11T11:03:16.832Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-04-11T11:03:16.832Z++ popd
1172026-04-11T11:03:16.835Z/work/oxidecomputer/opte
1182026-04-11T11:03:16.835Z+ cargo --version
1192026-04-11T11:03:16.842Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-04-11T11:03:16.846Z+ rustc --version
1212026-04-11T11:03:16.864Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-04-11T11:03:16.867Z+ pushd bin/opteadm
1232026-04-11T11:03:16.867Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-04-11T11:03:16.867Z+ header 'check style'
1252026-04-11T11:03:16.870Z+ echo '# ==== check style ==== #'
1262026-04-11T11:03:16.870Z# ==== check style ==== #
1272026-04-11T11:03:16.870Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1282026-04-11T11:03:16.937Z
1292026-04-11T11:03:16.937Zreal 0.066950023
1302026-04-11T11:03:16.937Zuser 0.037533038
1312026-04-11T11:03:16.937Zsys 0.027255925
1322026-04-11T11:03:16.937Ztrap 0.000001428
1332026-04-11T11:03:16.937Ztflt 0.000005357
1342026-04-11T11:03:16.937Zdflt 0.000031705
1352026-04-11T11:03:16.937Zkflt 0.000000000
1362026-04-11T11:03:16.937Zlock 0.030804076
1372026-04-11T11:03:16.937Zslp 0.047753044
1382026-04-11T11:03:16.937Zlat 0.000729685
1392026-04-11T11:03:16.937Zstop 0.000085030
1402026-04-11T11:03:16.940Z+ header analyze
1412026-04-11T11:03:16.940Z+ echo '# ==== analyze ==== #'
1422026-04-11T11:03:16.940Z# ==== analyze ==== #
1432026-04-11T11:03:16.940Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-04-11T11:03:17.071Z Updating crates.io index
1452026-04-11T11:03:17.107Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-04-11T11:03:18.043Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-04-11T11:03:18.318Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-04-11T11:03:18.668Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-04-11T11:03:18.871Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-04-11T11:03:19.361Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-04-11T11:03:19.637Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-04-11T11:03:21.358Z Downloading crates ...
1532026-04-11T11:03:21.416Z Downloaded aho-corasick v1.1.4
1542026-04-11T11:03:21.420Z Downloaded serde_core v1.0.228
1552026-04-11T11:03:21.423Z Downloaded cstr-argument v0.1.2
1562026-04-11T11:03:21.426Z Downloaded colored v3.1.1
1572026-04-11T11:03:21.433Z Downloaded stable_deref_trait v1.2.1
1582026-04-11T11:03:21.436Z Downloaded zerocopy-derive v0.8.48
1592026-04-11T11:03:21.439Z Downloaded ref-cast-impl v1.0.25
1602026-04-11T11:03:21.441Z Downloaded num_enum v0.7.6
1612026-04-11T11:03:21.444Z Downloaded ref-cast v1.0.25
1622026-04-11T11:03:21.446Z Downloaded macaddr v1.0.1
1632026-04-11T11:03:21.447Z Downloaded zerocopy v0.8.48
1642026-04-11T11:03:21.457Z Downloaded version_check v0.9.5
1652026-04-11T11:03:21.460Z Downloaded is_terminal_polyfill v1.70.2
1662026-04-11T11:03:21.460Z Downloaded foreign-types-macros v0.2.3
1672026-04-11T11:03:21.460Z Downloaded colorchoice v1.0.5
1682026-04-11T11:03:21.463Z Downloaded hash32 v0.3.1
1692026-04-11T11:03:21.467Z Downloaded darling_macro v0.21.3
1702026-04-11T11:03:21.470Z Downloaded utf8parse v0.2.2
1712026-04-11T11:03:21.470Z Downloaded terminal_size v0.4.4
1722026-04-11T11:03:21.472Z Downloaded thiserror-impl v2.0.18
1732026-04-11T11:03:21.475Z Downloaded num_enum_derive v0.7.6
1742026-04-11T11:03:21.475Z Downloaded bitflags v1.3.2
1752026-04-11T11:03:21.475Z Downloaded embedded-io v0.6.1
1762026-04-11T11:03:21.478Z Downloaded foreign-types-shared v0.3.1
1772026-04-11T11:03:21.478Z Downloaded equivalent v1.0.2
1782026-04-11T11:03:21.482Z Downloaded anstyle-query v1.1.5
1792026-04-11T11:03:21.485Z Downloaded managed v0.8.0
1802026-04-11T11:03:21.488Z Downloaded heck v0.5.0
1812026-04-11T11:03:21.491Z Downloaded foreign-types v0.5.0
1822026-04-11T11:03:21.494Z Downloaded cobs v0.3.0
1832026-04-11T11:03:21.496Z Downloaded clap_lex v1.1.0
1842026-04-11T11:03:21.503Z Downloaded proc-macro-crate v3.5.0
1852026-04-11T11:03:21.505Z Downloaded proc-macro-error-attr2 v2.0.0
1862026-04-11T11:03:21.508Z Downloaded errno v0.3.14
1872026-04-11T11:03:21.508Z Downloaded dyn-clone v1.0.20
1882026-04-11T11:03:21.508Z Downloaded cfg-if v1.0.4
1892026-04-11T11:03:21.511Z Downloaded pretty-hex v0.4.2
1902026-04-11T11:03:21.513Z Downloaded ident_case v1.0.1
1912026-04-11T11:03:21.514Z Downloaded defmt v0.3.100
1922026-04-11T11:03:21.514Z Downloaded cpufeatures v0.3.0
1932026-04-11T11:03:21.517Z Downloaded defmt-parser v1.0.0
1942026-04-11T11:03:21.519Z Downloaded embedded-io v0.4.0
1952026-04-11T11:03:21.522Z Downloaded tabwriter v1.4.1
1962026-04-11T11:03:21.522Z Downloaded strsim v0.11.1
1972026-04-11T11:03:21.522Z Downloaded fnv v1.0.7
1982026-04-11T11:03:21.522Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1992026-04-11T11:03:21.525Z Downloaded proc-macro-error2 v2.0.1
2002026-04-11T11:03:21.528Z Downloaded rand_core v0.10.0
2012026-04-11T11:03:21.541Z Downloaded oxnet v0.1.4
2022026-04-11T11:03:21.544Z Downloaded pin-project-lite v0.2.17
2032026-04-11T11:03:21.546Z Downloaded rustversion v1.0.22
2042026-04-11T11:03:21.546Z Downloaded thiserror v2.0.18
2052026-04-11T11:03:21.549Z Downloaded quote v1.0.45
2062026-04-11T11:03:21.552Z Downloaded ingot v0.1.1
2072026-04-11T11:03:21.552Z Downloaded either v1.15.0
2082026-04-11T11:03:21.552Z Downloaded anstyle v1.0.14
2092026-04-11T11:03:21.555Z Downloaded anstyle-parse v1.0.0
2102026-04-11T11:03:21.555Z Downloaded anstream v1.0.0
2112026-04-11T11:03:21.564Z Downloaded defmt v1.0.1
2122026-04-11T11:03:21.568Z Downloaded ingot-types v0.1.2
2132026-04-11T11:03:21.571Z Downloaded defmt-macros v1.0.1
2142026-04-11T11:03:21.571Z Downloaded tracing-attributes v0.1.31
2152026-04-11T11:03:21.580Z Downloaded socket2 v0.6.3
2162026-04-11T11:03:21.584Z Downloaded once_cell v1.21.4
2172026-04-11T11:03:21.587Z Downloaded clap v4.6.0
2182026-04-11T11:03:21.590Z Downloaded toml_parser v1.1.2+spec-1.1.0
2192026-04-11T11:03:21.593Z Downloaded clap_derive v4.6.0
2202026-04-11T11:03:21.593Z Downloaded anyhow v1.0.102
2212026-04-11T11:03:21.600Z Downloaded ingot-macros v0.1.1
2222026-04-11T11:03:21.603Z Downloaded ipnetwork v0.21.1
2232026-04-11T11:03:21.603Z Downloaded bitflags v2.11.0
2242026-04-11T11:03:21.606Z Downloaded byteorder v1.5.0
2252026-04-11T11:03:21.606Z Downloaded chacha20 v0.10.0
2262026-04-11T11:03:21.609Z Downloaded serde_derive v1.0.228
2272026-04-11T11:03:21.611Z Downloaded darling v0.21.3
2282026-04-11T11:03:21.614Z Downloaded unicode-ident v1.0.24
2292026-04-11T11:03:21.618Z Downloaded postcard v1.1.3
2302026-04-11T11:03:21.621Z Downloaded uuid v1.23.0
2312026-04-11T11:03:21.621Z Downloaded proc-macro2 v1.0.106
2322026-04-11T11:03:21.624Z Downloaded getrandom v0.4.2
2332026-04-11T11:03:21.634Z Downloaded heapless v0.8.0
2342026-04-11T11:03:21.638Z Downloaded tracing-core v0.1.36
2352026-04-11T11:03:21.646Z Downloaded toml_edit v0.25.10+spec-1.1.0
2362026-04-11T11:03:21.649Z Downloaded memchr v2.8.0
2372026-04-11T11:03:21.652Z Downloaded darling_core v0.21.3
2382026-04-11T11:03:21.654Z Downloaded serde v1.0.228
2392026-04-11T11:03:21.676Z Downloaded indexmap v2.13.1
2402026-04-11T11:03:21.679Z Downloaded rand v0.10.1
2412026-04-11T11:03:21.683Z Downloaded regex v1.12.3
2422026-04-11T11:03:21.716Z Downloaded clap_builder v4.6.0
2432026-04-11T11:03:21.719Z Downloaded hashbrown v0.16.1
2442026-04-11T11:03:21.727Z Downloaded itertools v0.14.0
2452026-04-11T11:03:21.747Z Downloaded winnow v1.0.1
2462026-04-11T11:03:21.781Z Downloaded smoltcp v0.11.0
2472026-04-11T11:03:21.790Z Downloaded syn v1.0.109
2482026-04-11T11:03:21.795Z Downloaded unicode-width v0.2.2
2492026-04-11T11:03:21.798Z Downloaded syn v2.0.117
2502026-04-11T11:03:21.819Z Downloaded regex-syntax v0.8.10
2512026-04-11T11:03:21.846Z Downloaded rustix v1.1.4
2522026-04-11T11:03:21.859Z Downloaded tracing v0.1.44
2532026-04-11T11:03:21.876Z Downloaded regex-automata v0.4.14
2542026-04-11T11:03:21.889Z Downloaded libc v0.2.184
2552026-04-11T11:03:21.951Z Compiling proc-macro2 v1.0.106
2562026-04-11T11:03:21.951Z Compiling quote v1.0.45
2572026-04-11T11:03:21.951Z Compiling unicode-ident v1.0.24
2582026-04-11T11:03:21.951Z Compiling serde_core v1.0.228
2592026-04-11T11:03:21.951Z Compiling libc v0.2.184
2602026-04-11T11:03:21.954Z Checking cfg-if v1.0.4
2612026-04-11T11:03:21.954Z Compiling memchr v2.8.0
2622026-04-11T11:03:21.954Z Compiling ident_case v1.0.1
2632026-04-11T11:03:22.075Z Compiling fnv v1.0.7
2642026-04-11T11:03:22.141Z Compiling thiserror v2.0.18
2652026-04-11T11:03:22.144Z Compiling strsim v0.11.1
2662026-04-11T11:03:22.159Z Compiling regex-syntax v0.8.10
2672026-04-11T11:03:22.384Z Compiling either v1.15.0
2682026-04-11T11:03:22.423Z Compiling aho-corasick v1.1.4
2692026-04-11T11:03:22.571Z Compiling serde v1.0.228
2702026-04-11T11:03:22.581Z Compiling hashbrown v0.16.1
2712026-04-11T11:03:22.662Z Compiling zerocopy v0.8.48
2722026-04-11T11:03:22.713Z Compiling anyhow v1.0.102
2732026-04-11T11:03:22.884Z Compiling winnow v1.0.1
2742026-04-11T11:03:23.016Z Compiling equivalent v1.0.2
2752026-04-11T11:03:23.094Z Compiling indexmap v2.13.1
2762026-04-11T11:03:23.175Z Compiling itertools v0.14.0
2772026-04-11T11:03:23.224Z Compiling syn v2.0.117
2782026-04-11T11:03:23.258Z Checking byteorder v1.5.0
2792026-04-11T11:03:23.416Z Compiling heapless v0.8.0
2802026-04-11T11:03:23.727Z Compiling regex-automata v0.4.14
2812026-04-11T11:03:23.734Z Compiling toml_datetime v1.1.1+spec-1.1.0
2822026-04-11T11:03:23.801Z Checking bitflags v2.11.0
2832026-04-11T11:03:23.841Z Compiling toml_parser v1.1.2+spec-1.1.0
2842026-04-11T11:03:23.954Z Checking hash32 v0.3.1
2852026-04-11T11:03:23.961Z Checking macaddr v1.0.1
2862026-04-11T11:03:24.063Z Compiling smoltcp v0.11.0
2872026-04-11T11:03:24.081Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2882026-04-11T11:03:24.098Z Checking stable_deref_trait v1.2.1
2892026-04-11T11:03:24.164Z Compiling rustversion v1.0.22
2902026-04-11T11:03:24.235Z Compiling toml_edit v0.25.10+spec-1.1.0
2912026-04-11T11:03:24.306Z Compiling syn v1.0.109
2922026-04-11T11:03:24.412Z Compiling version_check v0.9.5
2932026-04-11T11:03:24.450Z Compiling getrandom v0.4.2
2942026-04-11T11:03:24.538Z Checking rand_core v0.10.0
2952026-04-11T11:03:24.658Z Checking bitflags v1.3.2
2962026-04-11T11:03:24.673Z Compiling rustix v1.1.4
2972026-04-11T11:03:24.684Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2982026-04-11T11:03:24.705Z Checking managed v0.8.0
2992026-04-11T11:03:24.714Z Compiling ref-cast v1.0.25
3002026-04-11T11:03:24.777Z Compiling proc-macro-crate v3.5.0
3012026-04-11T11:03:24.891Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-04-11T11:03:25.162Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-04-11T11:03:25.193Z Checking errno v0.3.14
3042026-04-11T11:03:25.212Z Checking once_cell v1.21.4
3052026-04-11T11:03:25.304Z Checking ipnetwork v0.21.1
3062026-04-11T11:03:25.380Z Checking foreign-types-shared v0.3.1
3072026-04-11T11:03:25.436Z Compiling regex v1.12.3
3082026-04-11T11:03:25.457Z Checking unicode-width v0.2.2
3092026-04-11T11:03:25.472Z Checking cpufeatures v0.3.0
3102026-04-11T11:03:25.534Z Checking utf8parse v0.2.2
3112026-04-11T11:03:25.655Z Checking anstyle-parse v1.0.0
3122026-04-11T11:03:25.704Z Checking tabwriter v1.4.1
3132026-04-11T11:03:25.807Z Compiling darling_core v0.21.3
3142026-04-11T11:03:25.828Z Checking chacha20 v0.10.0
3152026-04-11T11:03:25.842Z Checking tracing-core v0.1.36
3162026-04-11T11:03:25.991Z Checking cstr-argument v0.1.2
3172026-04-11T11:03:26.242Z Checking dyn-clone v1.0.20
3182026-04-11T11:03:26.306Z Checking is_terminal_polyfill v1.70.2
3192026-04-11T11:03:26.334Z Checking pretty-hex v0.4.2
3202026-04-11T11:03:26.384Z Checking anstyle-query v1.1.5
3212026-04-11T11:03:26.391Z Checking colorchoice v1.0.5
3222026-04-11T11:03:26.435Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3232026-04-11T11:03:26.442Z Checking anstyle v1.0.14
3242026-04-11T11:03:26.461Z Checking pin-project-lite v0.2.17
3252026-04-11T11:03:26.468Z Checking terminal_size v0.4.4
3262026-04-11T11:03:26.571Z Checking rand v0.10.1
3272026-04-11T11:03:26.609Z Checking anstream v1.0.0
3282026-04-11T11:03:26.645Z Checking uuid v1.23.0
3292026-04-11T11:03:26.740Z Checking socket2 v0.6.3
3302026-04-11T11:03:26.800Z Compiling heck v0.5.0
3312026-04-11T11:03:26.895Z Checking colored v3.1.1
3322026-04-11T11:03:26.986Z Checking clap_lex v1.1.0
3332026-04-11T11:03:27.024Z Checking oxnet v0.1.4
3342026-04-11T11:03:27.038Z Compiling thiserror-impl v2.0.18
3352026-04-11T11:03:27.086Z Compiling zerocopy-derive v0.8.48
3362026-04-11T11:03:27.131Z Compiling serde_derive v1.0.228
3372026-04-11T11:03:27.146Z Compiling num_enum_derive v0.7.6
3382026-04-11T11:03:27.186Z Compiling foreign-types-macros v0.2.3
3392026-04-11T11:03:27.610Z Compiling ref-cast-impl v1.0.25
3402026-04-11T11:03:27.785Z Checking foreign-types v0.5.0
3412026-04-11T11:03:27.854Z Compiling tracing-attributes v0.1.31
3422026-04-11T11:03:27.904Z Compiling darling_macro v0.21.3
3432026-04-11T11:03:28.111Z Checking num_enum v0.7.6
3442026-04-11T11:03:28.214Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3452026-04-11T11:03:28.274Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3462026-04-11T11:03:28.306Z Checking cobs v0.3.0
3472026-04-11T11:03:28.377Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3482026-04-11T11:03:28.424Z Compiling darling v0.21.3
3492026-04-11T11:03:28.434Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3502026-04-11T11:03:28.444Z Checking clap_builder v4.6.0
3512026-04-11T11:03:28.495Z Compiling ingot-macros v0.1.1
3522026-04-11T11:03:28.583Z Compiling clap_derive v4.6.0
3532026-04-11T11:03:28.823Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3542026-04-11T11:03:28.889Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3552026-04-11T11:03:29.064Z Checking tracing v0.1.44
3562026-04-11T11:03:30.014Z Checking postcard v1.1.3
3572026-04-11T11:03:30.021Z Checking clap v4.6.0
3582026-04-11T11:03:31.029Z Checking ingot-types v0.1.2
3592026-04-11T11:03:31.290Z Checking ingot v0.1.1
3602026-04-11T11:03:32.552Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-04-11T11:03:33.729Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-04-11T11:03:34.937Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-04-11T11:03:35.762Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.76s
3642026-04-11T11:03:35.878Z
3652026-04-11T11:03:35.878Zreal 18.926277099
3662026-04-11T11:03:35.878Zuser 53.809528414
3672026-04-11T11:03:35.878Zsys 12.868363323
3682026-04-11T11:03:35.878Ztrap 0.039135554
3692026-04-11T11:03:35.878Ztflt 0.059792899
3702026-04-11T11:03:35.878Zdflt 0.074512228
3712026-04-11T11:03:35.878Zkflt 0.004096425
3722026-04-11T11:03:35.878Zlock 2:50.212706409
3732026-04-11T11:03:35.878Zslp 2:59.896219489
3742026-04-11T11:03:35.878Zlat 3.699514550
3752026-04-11T11:03:35.878Zstop 10.533057365
3762026-04-11T11:03:35.884Z+ header 'debug build'
3772026-04-11T11:03:35.884Z+ echo '# ==== debug build ==== #'
3782026-04-11T11:03:35.884Z# ==== debug build ==== #
3792026-04-11T11:03:35.884Z+ ptime -m cargo build
3802026-04-11T11:03:36.034Z Compiling cfg-if v1.0.4
3812026-04-11T11:03:36.035Z Compiling serde_core v1.0.228
3822026-04-11T11:03:36.035Z Compiling libc v0.2.184
3832026-04-11T11:03:36.061Z Compiling thiserror v2.0.18
3842026-04-11T11:03:36.064Z Compiling byteorder v1.5.0
3852026-04-11T11:03:36.067Z Compiling zerocopy v0.8.48
3862026-04-11T11:03:36.070Z Compiling macaddr v1.0.1
3872026-04-11T11:03:36.072Z Compiling stable_deref_trait v1.2.1
3882026-04-11T11:03:36.109Z Compiling bitflags v1.3.2
3892026-04-11T11:03:36.122Z Compiling cobs v0.3.0
3902026-04-11T11:03:36.137Z Compiling rand_core v0.10.0
3912026-04-11T11:03:36.167Z Compiling managed v0.8.0
3922026-04-11T11:03:36.223Z Compiling hash32 v0.3.1
3932026-04-11T11:03:36.285Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3942026-04-11T11:03:36.304Z Compiling once_cell v1.21.4
3952026-04-11T11:03:36.365Z Compiling heapless v0.8.0
3962026-04-11T11:03:36.371Z Compiling errno v0.3.14
3972026-04-11T11:03:36.382Z Compiling foreign-types-shared v0.3.1
3982026-04-11T11:03:36.385Z Compiling memchr v2.8.0
3992026-04-11T11:03:36.457Z Compiling unicode-width v0.2.2
4002026-04-11T11:03:36.499Z Compiling ipnetwork v0.21.1
4012026-04-11T11:03:36.530Z Compiling utf8parse v0.2.2
4022026-04-11T11:03:36.540Z Compiling cpufeatures v0.3.0
4032026-04-11T11:03:36.601Z Compiling anstyle-parse v1.0.0
4042026-04-11T11:03:36.620Z Compiling chacha20 v0.10.0
4052026-04-11T11:03:36.751Z Compiling smoltcp v0.11.0
4062026-04-11T11:03:36.778Z Compiling cstr-argument v0.1.2
4072026-04-11T11:03:36.803Z Compiling tabwriter v1.4.1
4082026-04-11T11:03:36.949Z Compiling tracing-core v0.1.36
4092026-04-11T11:03:36.970Z Compiling foreign-types v0.5.0
4102026-04-11T11:03:37.028Z Compiling getrandom v0.4.2
4112026-04-11T11:03:37.036Z Compiling ref-cast v1.0.25
4122026-04-11T11:03:37.124Z Compiling num_enum v0.7.6
4132026-04-11T11:03:37.213Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4142026-04-11T11:03:37.228Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-04-11T11:03:37.233Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-04-11T11:03:37.315Z Compiling colorchoice v1.0.5
4172026-04-11T11:03:37.328Z Compiling is_terminal_polyfill v1.70.2
4182026-04-11T11:03:37.409Z Compiling anstyle v1.0.14
4192026-04-11T11:03:37.423Z Compiling anstyle-query v1.1.5
4202026-04-11T11:03:37.526Z Compiling pretty-hex v0.4.2
4212026-04-11T11:03:37.556Z Compiling pin-project-lite v0.2.17
4222026-04-11T11:03:37.645Z Compiling dyn-clone v1.0.20
4232026-04-11T11:03:37.651Z Compiling tracing v0.1.44
4242026-04-11T11:03:37.669Z Compiling bitflags v2.11.0
4252026-04-11T11:03:37.780Z Compiling serde v1.0.228
4262026-04-11T11:03:37.811Z Compiling uuid v1.23.0
4272026-04-11T11:03:37.904Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4282026-04-11T11:03:38.018Z Compiling rustix v1.1.4
4292026-04-11T11:03:38.119Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4302026-04-11T11:03:38.284Z Compiling postcard v1.1.3
4312026-04-11T11:03:38.350Z Compiling anstream v1.0.0
4322026-04-11T11:03:38.379Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4332026-04-11T11:03:38.431Z Compiling anyhow v1.0.102
4342026-04-11T11:03:38.491Z Compiling terminal_size v0.4.4
4352026-04-11T11:03:38.623Z Compiling rand v0.10.1
4362026-04-11T11:03:38.640Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4372026-04-11T11:03:38.773Z Compiling socket2 v0.6.3
4382026-04-11T11:03:38.882Z Compiling ingot-types v0.1.2
4392026-04-11T11:03:38.899Z Compiling clap_lex v1.1.0
4402026-04-11T11:03:39.029Z Compiling winnow v1.0.1
4412026-04-11T11:03:39.217Z Compiling oxnet v0.1.4
4422026-04-11T11:03:39.291Z Compiling ingot v0.1.1
4432026-04-11T11:03:39.303Z Compiling strsim v0.11.1
4442026-04-11T11:03:39.322Z Compiling colored v3.1.1
4452026-04-11T11:03:39.598Z Compiling clap_builder v4.6.0
4462026-04-11T11:03:39.687Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4472026-04-11T11:03:40.095Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4482026-04-11T11:03:40.999Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4492026-04-11T11:03:41.149Z Compiling clap v4.6.0
4502026-04-11T11:03:42.458Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-04-11T11:03:43.837Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-04-11T11:03:48.173Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.28s
4532026-04-11T11:03:48.204Z
4542026-04-11T11:03:48.206Zreal 12.310654559
4552026-04-11T11:03:48.206Zuser 1:04.668576305
4562026-04-11T11:03:48.206Zsys 5.981996669
4572026-04-11T11:03:48.207Ztrap 0.032764429
4582026-04-11T11:03:48.207Ztflt 0.129931351
4592026-04-11T11:03:48.207Zdflt 0.127506174
4602026-04-11T11:03:48.207Zkflt 0.000563774
4612026-04-11T11:03:48.207Zlock 2:55.709067188
4622026-04-11T11:03:48.207Zslp 1:55.541228147
4632026-04-11T11:03:48.207Zlat 3.678585480
4642026-04-11T11:03:48.207Zstop 3.079655839
4652026-04-11T11:03:48.207Z+ header 'release build'
4662026-04-11T11:03:48.207Z+ echo '# ==== release build ==== #'
4672026-04-11T11:03:48.207Z+ ptime -m cargo build --release
4682026-04-11T11:03:48.207Z# ==== release build ==== #
4692026-04-11T11:03:48.300Z Compiling proc-macro2 v1.0.106
4702026-04-11T11:03:48.300Z Compiling unicode-ident v1.0.24
4712026-04-11T11:03:48.300Z Compiling quote v1.0.45
4722026-04-11T11:03:48.304Z Compiling serde_core v1.0.228
4732026-04-11T11:03:48.304Z Compiling libc v0.2.184
4742026-04-11T11:03:48.304Z Compiling cfg-if v1.0.4
4752026-04-11T11:03:48.304Z Compiling thiserror v2.0.18
4762026-04-11T11:03:48.304Z Compiling strsim v0.11.1
4772026-04-11T11:03:48.374Z Compiling ident_case v1.0.1
4782026-04-11T11:03:48.418Z Compiling memchr v2.8.0
4792026-04-11T11:03:48.475Z Compiling fnv v1.0.7
4802026-04-11T11:03:48.557Z Compiling regex-syntax v0.8.10
4812026-04-11T11:03:48.592Z Compiling serde v1.0.228
4822026-04-11T11:03:48.602Z Compiling hashbrown v0.16.1
4832026-04-11T11:03:48.834Z Compiling aho-corasick v1.1.4
4842026-04-11T11:03:48.897Z Compiling winnow v1.0.1
4852026-04-11T11:03:48.982Z Compiling anyhow v1.0.102
4862026-04-11T11:03:49.016Z Compiling either v1.15.0
4872026-04-11T11:03:49.158Z Compiling zerocopy v0.8.48
4882026-04-11T11:03:49.201Z Compiling equivalent v1.0.2
4892026-04-11T11:03:49.280Z Compiling indexmap v2.13.1
4902026-04-11T11:03:49.428Z Compiling syn v2.0.117
4912026-04-11T11:03:49.504Z Compiling itertools v0.14.0
4922026-04-11T11:03:49.576Z Compiling toml_datetime v1.1.1+spec-1.1.0
4932026-04-11T11:03:49.794Z Compiling toml_parser v1.1.2+spec-1.1.0
4942026-04-11T11:03:49.874Z Compiling heapless v0.8.0
4952026-04-11T11:03:49.891Z Compiling byteorder v1.5.0
4962026-04-11T11:03:50.067Z Compiling regex-automata v0.4.14
4972026-04-11T11:03:50.176Z Compiling toml_edit v0.25.10+spec-1.1.0
4982026-04-11T11:03:50.298Z Compiling hash32 v0.3.1
4992026-04-11T11:03:50.313Z Compiling rustversion v1.0.22
5002026-04-11T11:03:50.424Z Compiling bitflags v2.11.0
5012026-04-11T11:03:50.489Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5022026-04-11T11:03:50.584Z Compiling macaddr v1.0.1
5032026-04-11T11:03:50.631Z Compiling syn v1.0.109
5042026-04-11T11:03:50.710Z Compiling smoltcp v0.11.0
5052026-04-11T11:03:50.714Z Compiling stable_deref_trait v1.2.1
5062026-04-11T11:03:50.747Z Compiling proc-macro-crate v3.5.0
5072026-04-11T11:03:50.807Z Compiling bitflags v1.3.2
5082026-04-11T11:03:50.868Z Compiling managed v0.8.0
5092026-04-11T11:03:50.957Z Compiling rustix v1.1.4
5102026-04-11T11:03:51.025Z Compiling getrandom v0.4.2
5112026-04-11T11:03:51.051Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5122026-04-11T11:03:51.091Z Compiling version_check v0.9.5
5132026-04-11T11:03:51.141Z Compiling ref-cast v1.0.25
5142026-04-11T11:03:51.224Z Compiling rand_core v0.10.0
5152026-04-11T11:03:51.343Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-04-11T11:03:51.462Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-04-11T11:03:51.471Z Compiling errno v0.3.14
5182026-04-11T11:03:51.546Z Compiling unicode-width v0.2.2
5192026-04-11T11:03:51.606Z Compiling foreign-types-shared v0.3.1
5202026-04-11T11:03:51.684Z Compiling regex v1.12.3
5212026-04-11T11:03:51.826Z Compiling ipnetwork v0.21.1
5222026-04-11T11:03:51.826Z Compiling cpufeatures v0.3.0
5232026-04-11T11:03:51.880Z Compiling once_cell v1.21.4
5242026-04-11T11:03:51.887Z Compiling utf8parse v0.2.2
5252026-04-11T11:03:51.978Z Compiling darling_core v0.21.3
5262026-04-11T11:03:52.093Z Compiling tracing-core v0.1.36
5272026-04-11T11:03:52.181Z Compiling anstyle-parse v1.0.0
5282026-04-11T11:03:52.377Z Compiling chacha20 v0.10.0
5292026-04-11T11:03:52.573Z Compiling cstr-argument v0.1.2
5302026-04-11T11:03:52.644Z Compiling tabwriter v1.4.1
5312026-04-11T11:03:53.057Z Compiling pretty-hex v0.4.2
5322026-04-11T11:03:53.114Z Compiling thiserror-impl v2.0.18
5332026-04-11T11:03:53.175Z Compiling zerocopy-derive v0.8.48
5342026-04-11T11:03:53.206Z Compiling serde_derive v1.0.228
5352026-04-11T11:03:53.206Z Compiling ref-cast-impl v1.0.25
5362026-04-11T11:03:53.491Z Compiling num_enum_derive v0.7.6
5372026-04-11T11:03:53.815Z Compiling foreign-types-macros v0.2.3
5382026-04-11T11:03:54.054Z Compiling tracing-attributes v0.1.31
5392026-04-11T11:03:54.075Z Compiling darling_macro v0.21.3
5402026-04-11T11:03:54.414Z Compiling cobs v0.3.0
5412026-04-11T11:03:54.420Z Compiling foreign-types v0.5.0
5422026-04-11T11:03:54.457Z Compiling num_enum v0.7.6
5432026-04-11T11:03:54.483Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5442026-04-11T11:03:54.562Z Compiling dyn-clone v1.0.20
5452026-04-11T11:03:54.567Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5462026-04-11T11:03:54.602Z Compiling darling v0.21.3
5472026-04-11T11:03:54.619Z Compiling anstyle v1.0.14
5482026-04-11T11:03:54.669Z Compiling ingot-macros v0.1.1
5492026-04-11T11:03:54.687Z Compiling anstyle-query v1.1.5
5502026-04-11T11:03:54.777Z Compiling colorchoice v1.0.5
5512026-04-11T11:03:54.852Z Compiling is_terminal_polyfill v1.70.2
5522026-04-11T11:03:54.877Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
5532026-04-11T11:03:54.930Z Compiling pin-project-lite v0.2.17
5542026-04-11T11:03:54.950Z Compiling anstream v1.0.0
5552026-04-11T11:03:55.015Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5562026-04-11T11:03:55.015Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5572026-04-11T11:03:55.083Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5582026-04-11T11:03:55.252Z Compiling tracing v0.1.44
5592026-04-11T11:03:55.349Z Compiling terminal_size v0.4.4
5602026-04-11T11:03:55.420Z Compiling rand v0.10.1
5612026-04-11T11:03:55.478Z Compiling uuid v1.23.0
5622026-04-11T11:03:55.484Z Compiling socket2 v0.6.3
5632026-04-11T11:03:55.646Z Compiling oxnet v0.1.4
5642026-04-11T11:03:55.913Z Compiling heck v0.5.0
5652026-04-11T11:03:56.028Z Compiling colored v3.1.1
5662026-04-11T11:03:56.096Z Compiling clap_lex v1.1.0
5672026-04-11T11:03:56.190Z Compiling clap_derive v4.6.0
5682026-04-11T11:03:56.215Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5692026-04-11T11:03:56.406Z Compiling postcard v1.1.3
5702026-04-11T11:03:56.476Z Compiling clap_builder v4.6.0
5712026-04-11T11:03:57.488Z Compiling ingot-types v0.1.2
5722026-04-11T11:03:57.873Z Compiling ingot v0.1.1
5732026-04-11T11:03:58.235Z Compiling clap v4.6.0
5742026-04-11T11:03:59.545Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-04-11T11:04:00.537Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-04-11T11:04:01.552Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-04-11T11:04:08.049Z Finished `release` profile [optimized + debuginfo] target(s) in 19.82s
5782026-04-11T11:04:08.077Z
5792026-04-11T11:04:08.080Zreal 19.854549146
5802026-04-11T11:04:08.080Zuser 1:41.639599327
5812026-04-11T11:04:08.080Zsys 13.300312975
5822026-04-11T11:04:08.080Ztrap 0.052281346
5832026-04-11T11:04:08.080Ztflt 0.133533268
5842026-04-11T11:04:08.080Zdflt 0.350435951
5852026-04-11T11:04:08.080Zkflt 0.000024258
5862026-04-11T11:04:08.080Zlock 4:27.563893918
5872026-04-11T11:04:08.080Zslp 3:22.833692538
5882026-04-11T11:04:08.080Zlat 4.537594676
5892026-04-11T11:04:08.080Zstop 8.425235162
5902026-04-11T11:04:08.080Z+ popd
5912026-04-11T11:04:08.080Z/work/oxidecomputer/opte
5922026-04-11T11:04:08.080Z+ for x in debug release
5932026-04-11T11:04:08.080Z+ mkdir -p /work/debug
5942026-04-11T11:04:08.080Z+ cp target/debug/opteadm /work/debug/
5952026-04-11T11:04:08.102Z+ sha256sum target/debug/opteadm
5962026-04-11T11:04:08.127Z+ for x in debug release
5972026-04-11T11:04:08.127Z+ mkdir -p /work/release
5982026-04-11T11:04:08.129Z+ cp target/release/opteadm /work/release/
5992026-04-11T11:04:08.143Z+ sha256sum target/release/opteadm
6002026-04-11T11:04:08.160Zprocess exited: duration 65419 ms, exit code 0
 
6012026-04-11T11:04:08.171Zfound 4 output files
6022026-04-11T11:04:08.171Zuploading: /work/debug/opteadm (35884992 bytes)
6032026-04-11T11:04:09.770Zuploaded: /work/debug/opteadm
6042026-04-11T11:04:09.770Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-04-11T11:04:10.779Zuploaded: /work/debug/opteadm.debug.sha256
6062026-04-11T11:04:10.779Zuploading: /work/release/opteadm (24288088 bytes)
6072026-04-11T11:04:11.908Zuploaded: /work/release/opteadm
6082026-04-11T11:04:11.908Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-04-11T11:04:12.917Zuploaded: /work/release/opteadm.release.sha256