01KNPEFJYFV97GMNFJX0ZEBA2X: 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: 01KNPEFZ194QH1K1G54H43H52Q

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-04-08T11:44:56.940Zjob assigned to worker 01KNPEG8ANRTH0MVFXNH0SMRKG [factory aws, i-0e9c07b82559ca463] (queued for 1 m 0 s)
 
22026-04-08T11:45:04.069Zstarting task 0: "setup"
32026-04-08T11:45:04.074Z++ uname -s
42026-04-08T11:45:04.076Z+ kern=SunOS
52026-04-08T11:45:04.076Z+ build_user=build
62026-04-08T11:45:04.076Z+ build_uid=12345
72026-04-08T11:45:04.076Z+ work_dir=/work
82026-04-08T11:45:04.076Z+ input_dir=/input
92026-04-08T11:45:04.076Z+ [[ 0 == 12345 ]]
102026-04-08T11:45:04.076Z+ case "$kern" in
112026-04-08T11:45:04.076Z+ groupadd -g 12345 build
122026-04-08T11:45:04.079Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-04-08T11:45:06.084Z+ zfs create -o mountpoint=/work rpool/work
142026-04-08T11:45:06.187Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-04-08T11:45:06.191Z+ home_fs=zfs
162026-04-08T11:45:06.191Z+ [[ zfs == autofs ]]
172026-04-08T11:45:06.191Z+ mkdir -p /home/build
182026-04-08T11:45:06.191Z+ chown build:build /home/build /work
192026-04-08T11:45:08.192Z+ chmod 0700 /home/build /work
202026-04-08T11:45:08.195Zprocess exited: duration 4127 ms, exit code 0
 
212026-04-08T11:45:08.202Zstarting task 1: "rust-toolchain"
222026-04-08T11:45:08.206Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-04-08T11:45:08.206Z * rust toolchain channel = "1.94.1"
242026-04-08T11:45:08.206Z * rust toolchain profile = "default"
252026-04-08T11:45:08.206Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-04-08T11:45:08.206Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-04-08T11:45:08.206Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-04-08T11:45:08.210Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-04-08T11:45:08.210Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-04-08T11:45:08.330Zinfo: downloading installer
312026-04-08T11:45:09.666Zwarn: It looks like you have an existing installation of Rust at:
322026-04-08T11:45:09.668Zwarn: /opt/ooce/bin
332026-04-08T11:45:09.668Zwarn: It is recommended that rustup be the primary Rust installation.
342026-04-08T11:45:09.668Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-04-08T11:45:09.668Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-04-08T11:45:09.668Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-04-08T11:45:09.668Zwarn: or pass `-y' to ignore all ignorable checks.
382026-04-08T11:45:09.668Zerror: cannot install while Rust is installed
392026-04-08T11:45:09.668Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-04-08T11:45:09.671Zwarn: It looks like you have an existing rustup settings file at:
412026-04-08T11:45:09.671Zwarn: /home/build/.rustup/settings.toml
422026-04-08T11:45:09.671Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-04-08T11:45:09.671Zwarn: instead of the one inferred from the default host triple.
442026-04-08T11:45:09.680Zinfo: profile set to default
452026-04-08T11:45:09.680Zinfo: default host triple is x86_64-unknown-illumos
462026-04-08T11:45:09.683Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-04-08T11:45:09.810Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-04-08T11:45:09.813Zinfo: downloading 6 components
492026-04-08T11:45:23.784Z
502026-04-08T11:45:23.784Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
512026-04-08T11:45:23.814Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-04-08T11:45:23.814Z
532026-04-08T11:45:23.814Z
542026-04-08T11:45:23.814ZRust is installed now. Great!
552026-04-08T11:45:23.814Z
562026-04-08T11:45:23.814ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-04-08T11:45:23.814Zenvironment variable. This has not been done automatically.
582026-04-08T11:45:23.814Z
592026-04-08T11:45:23.814ZTo configure your current shell, you need to source
602026-04-08T11:45:23.814Zthe corresponding env file under $HOME/.cargo.
612026-04-08T11:45:23.814Z
622026-04-08T11:45:23.814ZThis is usually done by running one of the following (note the leading DOT):
632026-04-08T11:45:23.814Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-04-08T11:45:23.814Zsource "$HOME/.cargo/env.fish" # For fish
652026-04-08T11:45:23.814Zsource "~/.cargo/env.nu" # For nushell
662026-04-08T11:45:23.814Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-04-08T11:45:23.814Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-04-08T11:45:23.814Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-04-08T11:45:23.818Zwarn: no default linker (`cc`) was found in your PATH
702026-04-08T11:45:23.818Zwarn: many Rust crates require a system C toolchain to build
712026-04-08T11:45:23.910Z+ rustup --version
722026-04-08T11:45:23.919Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-04-08T11:45:23.922Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-04-08T11:45:23.942Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-04-08T11:45:23.945Z+ cargo --version
762026-04-08T11:45:23.958Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-04-08T11:45:23.961Z+ rustc --version
782026-04-08T11:45:23.980Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-04-08T11:45:23.984Zprocess exited: duration 15778 ms, exit code 0
 
802026-04-08T11:45:23.990Zstarting task 2: "authentication"
812026-04-08T11:45:24.007Zprocess exited: duration 16 ms, exit code 0
 
822026-04-08T11:45:24.013Zstarting task 3: "clone repository"
832026-04-08T11:45:24.016Z+ mkdir -p /work/oxidecomputer/opte
842026-04-08T11:45:24.019Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-04-08T11:45:24.048ZCloning into '/work/oxidecomputer/opte'...
862026-04-08T11:45:24.859Z+ cd /work/oxidecomputer/opte
872026-04-08T11:45:24.859Z+ git fetch origin 07b25ab9bacb22f85ae34197b4a0cb310b233e01
882026-04-08T11:45:25.090ZFrom https://github.com/oxidecomputer/opte
892026-04-08T11:45:25.090Z * branch 07b25ab9bacb22f85ae34197b4a0cb310b233e01 -> FETCH_HEAD
902026-04-08T11:45:25.096Z+ [[ -n '' ]]
912026-04-08T11:45:25.096Z+ git reset --hard 07b25ab9bacb22f85ae34197b4a0cb310b233e01
922026-04-08T11:45:25.112ZHEAD is now at 07b25ab Better per-layer KStats for errors
932026-04-08T11:45:25.115Zprocess exited: duration 1099 ms, exit code 0
 
942026-04-08T11:45:25.122Zstarting task 4: "build"
952026-04-08T11:45:25.125Z+ source .github/buildomat/common.sh
962026-04-08T11:45:25.128Z++ rustup show active-toolchain
972026-04-08T11:45:25.131Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
982026-04-08T11:45:25.131Z++ pushd xde
992026-04-08T11:45:25.131Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1002026-04-08T11:45:25.131Z++ rustup show active-toolchain
1012026-04-08T11:45:25.136Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1022026-04-08T11:45:25.274Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1032026-04-08T11:45:25.277Zinfo: downloading 6 components
1042026-04-08T11:45:38.684Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1052026-04-08T11:45:38.777Z+++ rustup show active-toolchain -v
1062026-04-08T11:45:38.781Z+++ head -n 1
1072026-04-08T11:45:38.781Z+++ cut '-d ' -f1
1082026-04-08T11:45:38.833Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1092026-04-08T11:45:38.833Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1102026-04-08T11:45:38.833Z++ popd
1112026-04-08T11:45:38.836Z/work/oxidecomputer/opte
1122026-04-08T11:45:38.836Z+ cargo --version
1132026-04-08T11:45:38.843Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1142026-04-08T11:45:38.846Z+ rustc --version
1152026-04-08T11:45:38.867Zrustc 1.94.1 (e408947bf 2026-03-25)
1162026-04-08T11:45:38.870Z+ pushd bin/opteadm
1172026-04-08T11:45:38.870Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1182026-04-08T11:45:38.870Z+ header 'check style'
1192026-04-08T11:45:38.870Z+ echo '# ==== check style ==== #'
1202026-04-08T11:45:38.870Z# ==== check style ==== #
1212026-04-08T11:45:38.870Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1222026-04-08T11:45:38.941Z
1232026-04-08T11:45:38.941Zreal 0.069301324
1242026-04-08T11:45:38.941Zuser 0.038139638
1252026-04-08T11:45:38.941Zsys 0.028402100
1262026-04-08T11:45:38.941Ztrap 0.000001636
1272026-04-08T11:45:38.942Ztflt 0.000012245
1282026-04-08T11:45:38.942Zdflt 0.000099213
1292026-04-08T11:45:38.942Zkflt 0.000000000
1302026-04-08T11:45:38.942Zlock 0.031730977
1312026-04-08T11:45:38.942Zslp 0.049551603
1322026-04-08T11:45:38.942Zlat 0.000985325
1332026-04-08T11:45:38.942Zstop 0.000100708
1342026-04-08T11:45:38.945Z+ header analyze
1352026-04-08T11:45:38.945Z+ echo '# ==== analyze ==== #'
1362026-04-08T11:45:38.945Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1372026-04-08T11:45:38.945Z# ==== analyze ==== #
1382026-04-08T11:45:39.083Z Updating crates.io index
1392026-04-08T11:45:39.116Z Updating git repository `https://github.com/oxidecomputer/falcon`
1402026-04-08T11:45:39.798Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1412026-04-08T11:45:40.353Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1422026-04-08T11:45:40.702Z Updating git repository `https://github.com/oxidecomputer/zone`
1432026-04-08T11:45:40.905Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1442026-04-08T11:45:41.365Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1452026-04-08T11:45:41.644Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1462026-04-08T11:45:43.841Z Downloading crates ...
1472026-04-08T11:45:43.890Z Downloaded cpufeatures v0.3.0
1482026-04-08T11:45:43.893Z Downloaded cstr-argument v0.1.2
1492026-04-08T11:45:43.893Z Downloaded cfg-if v1.0.4
1502026-04-08T11:45:43.893Z Downloaded anstyle v1.0.14
1512026-04-08T11:45:43.896Z Downloaded chacha20 v0.10.0
1522026-04-08T11:45:43.899Z Downloaded anstream v1.0.0
1532026-04-08T11:45:43.899Z Downloaded darling v0.21.3
1542026-04-08T11:45:43.902Z Downloaded fnv v1.0.7
1552026-04-08T11:45:43.905Z Downloaded errno v0.3.14
1562026-04-08T11:45:43.908Z Downloaded terminal_size v0.4.4
1572026-04-08T11:45:43.912Z Downloaded cobs v0.3.0
1582026-04-08T11:45:43.915Z Downloaded embedded-io v0.6.1
1592026-04-08T11:45:43.916Z Downloaded proc-macro-error2 v2.0.1
1602026-04-08T11:45:43.918Z Downloaded zerocopy-derive v0.8.47
1612026-04-08T11:45:43.922Z Downloaded version_check v0.9.5
1622026-04-08T11:45:43.925Z Downloaded clap_lex v1.1.0
1632026-04-08T11:45:43.925Z Downloaded anstyle-query v1.1.5
1642026-04-08T11:45:43.925Z Downloaded strsim v0.11.1
1652026-04-08T11:45:43.925Z Downloaded bitflags v1.3.2
1662026-04-08T11:45:43.928Z Downloaded foreign-types-macros v0.2.3
1672026-04-08T11:45:43.931Z Downloaded zerocopy v0.8.47
1682026-04-08T11:45:43.938Z Downloaded is_terminal_polyfill v1.70.2
1692026-04-08T11:45:43.941Z Downloaded macaddr v1.0.1
1702026-04-08T11:45:43.941Z Downloaded hash32 v0.3.1
1712026-04-08T11:45:43.941Z Downloaded foreign-types-shared v0.3.1
1722026-04-08T11:45:43.941Z Downloaded foreign-types v0.5.0
1732026-04-08T11:45:43.945Z Downloaded once_cell v1.21.4
1742026-04-08T11:45:43.949Z Downloaded tabwriter v1.4.1
1752026-04-08T11:45:43.952Z Downloaded ref-cast v1.0.25
1762026-04-08T11:45:43.956Z Downloaded darling_macro v0.21.3
1772026-04-08T11:45:43.958Z Downloaded defmt v0.3.100
1782026-04-08T11:45:43.958Z Downloaded pretty-hex v0.4.2
1792026-04-08T11:45:43.963Z Downloaded heck v0.5.0
1802026-04-08T11:45:43.963Z Downloaded ident_case v1.0.1
1812026-04-08T11:45:43.963Z Downloaded equivalent v1.0.2
1822026-04-08T11:45:43.967Z Downloaded proc-macro-error-attr2 v2.0.0
1832026-04-08T11:45:43.973Z Downloaded ref-cast-impl v1.0.25
1842026-04-08T11:45:43.976Z Downloaded dyn-clone v1.0.20
1852026-04-08T11:45:43.979Z Downloaded stable_deref_trait v1.2.1
1862026-04-08T11:45:43.982Z Downloaded proc-macro-crate v3.5.0
1872026-04-08T11:45:43.989Z Downloaded utf8parse v0.2.2
1882026-04-08T11:45:43.992Z Downloaded colorchoice v1.0.5
1892026-04-08T11:45:43.995Z Downloaded embedded-io v0.4.0
1902026-04-08T11:45:43.999Z Downloaded ingot v0.1.1
1912026-04-08T11:45:44.002Z Downloaded ingot-types v0.1.2
1922026-04-08T11:45:44.006Z Downloaded postcard v1.1.3
1932026-04-08T11:45:44.010Z Downloaded defmt-parser v1.0.0
1942026-04-08T11:45:44.013Z Downloaded quote v1.0.45
1952026-04-08T11:45:44.019Z Downloaded num_enum v0.7.6
1962026-04-08T11:45:44.022Z Downloaded pin-project-lite v0.2.17
1972026-04-08T11:45:44.025Z Downloaded oxnet v0.1.4
1982026-04-08T11:45:44.028Z Downloaded either v1.15.0
1992026-04-08T11:45:44.028Z Downloaded managed v0.8.0
2002026-04-08T11:45:44.028Z Downloaded ipnetwork v0.21.1
2012026-04-08T11:45:44.032Z Downloaded byteorder v1.5.0
2022026-04-08T11:45:44.033Z Downloaded thiserror-impl v2.0.18
2032026-04-08T11:45:44.033Z Downloaded thiserror v2.0.18
2042026-04-08T11:45:44.036Z Downloaded rand_core v0.10.0
2052026-04-08T11:45:44.040Z Downloaded toml_datetime v1.1.0+spec-1.1.0
2062026-04-08T11:45:44.040Z Downloaded defmt v1.0.1
2072026-04-08T11:45:44.043Z Downloaded anstyle-parse v1.0.0
2082026-04-08T11:45:44.043Z Downloaded ingot-macros v0.1.1
2092026-04-08T11:45:44.046Z Downloaded rustversion v1.0.22
2102026-04-08T11:45:44.046Z Downloaded defmt-macros v1.0.1
2112026-04-08T11:45:44.051Z Downloaded heapless v0.8.0
2122026-04-08T11:45:44.055Z Downloaded colored v3.1.1
2132026-04-08T11:45:44.060Z Downloaded anyhow v1.0.102
2142026-04-08T11:45:44.078Z Downloaded bitflags v2.11.0
2152026-04-08T11:45:44.081Z Downloaded tracing-attributes v0.1.31
2162026-04-08T11:45:44.085Z Downloaded num_enum_derive v0.7.6
2172026-04-08T11:45:44.096Z Downloaded socket2 v0.6.3
2182026-04-08T11:45:44.099Z Downloaded clap v4.6.0
2192026-04-08T11:45:44.106Z Downloaded uuid v1.22.0
2202026-04-08T11:45:44.109Z Downloaded toml_parser v1.1.0+spec-1.1.0
2212026-04-08T11:45:44.113Z Downloaded darling_core v0.21.3
2222026-04-08T11:45:44.116Z Downloaded getrandom v0.4.2
2232026-04-08T11:45:44.119Z Downloaded clap_derive v4.6.0
2242026-04-08T11:45:44.122Z Downloaded unicode-ident v1.0.24
2252026-04-08T11:45:44.122Z Downloaded tracing-core v0.1.36
2262026-04-08T11:45:44.125Z Downloaded serde_core v1.0.228
2272026-04-08T11:45:44.125Z Downloaded proc-macro2 v1.0.106
2282026-04-08T11:45:44.130Z Downloaded serde_derive v1.0.228
2292026-04-08T11:45:44.139Z Downloaded toml_edit v0.25.8+spec-1.1.0
2302026-04-08T11:45:44.142Z Downloaded memchr v2.8.0
2312026-04-08T11:45:44.145Z Downloaded serde v1.0.228
2322026-04-08T11:45:44.150Z Downloaded rand v0.10.0
2332026-04-08T11:45:44.156Z Downloaded aho-corasick v1.1.4
2342026-04-08T11:45:44.169Z Downloaded hashbrown v0.16.1
2352026-04-08T11:45:44.172Z Downloaded regex v1.12.3
2362026-04-08T11:45:44.176Z Downloaded indexmap v2.13.0
2372026-04-08T11:45:44.184Z Downloaded itertools v0.14.0
2382026-04-08T11:45:44.228Z Downloaded clap_builder v4.6.0
2392026-04-08T11:45:44.231Z Downloaded winnow v1.0.0
2402026-04-08T11:45:44.266Z Downloaded syn v1.0.109
2412026-04-08T11:45:44.292Z Downloaded unicode-width v0.2.2
2422026-04-08T11:45:44.295Z Downloaded syn v2.0.117
2432026-04-08T11:45:44.301Z Downloaded smoltcp v0.11.0
2442026-04-08T11:45:44.307Z Downloaded regex-syntax v0.8.10
2452026-04-08T11:45:44.327Z Downloaded rustix v1.1.4
2462026-04-08T11:45:44.338Z Downloaded tracing v0.1.44
2472026-04-08T11:45:44.359Z Downloaded regex-automata v0.4.14
2482026-04-08T11:45:44.370Z Downloaded libc v0.2.183
2492026-04-08T11:45:44.433Z Compiling proc-macro2 v1.0.106
2502026-04-08T11:45:44.433Z Compiling unicode-ident v1.0.24
2512026-04-08T11:45:44.433Z Compiling quote v1.0.45
2522026-04-08T11:45:44.433Z Compiling serde_core v1.0.228
2532026-04-08T11:45:44.436Z Compiling libc v0.2.183
2542026-04-08T11:45:44.436Z Checking cfg-if v1.0.4
2552026-04-08T11:45:44.436Z Compiling memchr v2.8.0
2562026-04-08T11:45:44.436Z Compiling fnv v1.0.7
2572026-04-08T11:45:44.560Z Compiling strsim v0.11.1
2582026-04-08T11:45:44.602Z Compiling thiserror v2.0.18
2592026-04-08T11:45:44.629Z Compiling ident_case v1.0.1
2602026-04-08T11:45:44.740Z Compiling regex-syntax v0.8.10
2612026-04-08T11:45:44.854Z Compiling hashbrown v0.16.1
2622026-04-08T11:45:44.875Z Compiling equivalent v1.0.2
2632026-04-08T11:45:44.949Z Compiling aho-corasick v1.1.4
2642026-04-08T11:45:45.065Z Compiling winnow v1.0.0
2652026-04-08T11:45:45.114Z Compiling anyhow v1.0.102
2662026-04-08T11:45:45.184Z Compiling zerocopy v0.8.47
2672026-04-08T11:45:45.378Z Compiling either v1.15.0
2682026-04-08T11:45:45.424Z Compiling serde v1.0.228
2692026-04-08T11:45:45.614Z Compiling itertools v0.14.0
2702026-04-08T11:45:45.711Z Compiling indexmap v2.13.0
2712026-04-08T11:45:45.728Z Compiling syn v2.0.117
2722026-04-08T11:45:45.847Z Checking byteorder v1.5.0
2732026-04-08T11:45:46.000Z Compiling toml_parser v1.1.0+spec-1.1.0
2742026-04-08T11:45:46.083Z Compiling toml_datetime v1.1.0+spec-1.1.0
2752026-04-08T11:45:46.294Z Checking bitflags v2.11.0
2762026-04-08T11:45:46.301Z Compiling regex-automata v0.4.14
2772026-04-08T11:45:46.301Z Compiling heapless v0.8.0
2782026-04-08T11:45:46.358Z Compiling toml_edit v0.25.8+spec-1.1.0
2792026-04-08T11:45:46.454Z Checking hash32 v0.3.1
2802026-04-08T11:45:46.534Z Compiling syn v1.0.109
2812026-04-08T11:45:46.562Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2822026-04-08T11:45:46.740Z Checking stable_deref_trait v1.2.1
2832026-04-08T11:45:46.776Z Compiling smoltcp v0.11.0
2842026-04-08T11:45:46.785Z Compiling rustversion v1.0.22
2852026-04-08T11:45:46.805Z Checking macaddr v1.0.1
2862026-04-08T11:45:46.887Z Compiling proc-macro-crate v3.5.0
2872026-04-08T11:45:46.942Z Compiling rustix v1.1.4
2882026-04-08T11:45:47.112Z Compiling getrandom v0.4.2
2892026-04-08T11:45:47.158Z Checking managed v0.8.0
2902026-04-08T11:45:47.180Z Checking bitflags v1.3.2
2912026-04-08T11:45:47.247Z Checking rand_core v0.10.0
2922026-04-08T11:45:47.274Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
2932026-04-08T11:45:47.302Z Compiling version_check v0.9.5
2942026-04-08T11:45:47.311Z Compiling ref-cast v1.0.25
2952026-04-08T11:45:47.615Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2962026-04-08T11:45:47.624Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2972026-04-08T11:45:47.689Z Checking errno v0.3.14
2982026-04-08T11:45:47.807Z Checking ipnetwork v0.21.1
2992026-04-08T11:45:47.856Z Checking cpufeatures v0.3.0
3002026-04-08T11:45:47.913Z Checking once_cell v1.21.4
3012026-04-08T11:45:47.970Z Checking unicode-width v0.2.2
3022026-04-08T11:45:47.979Z Checking foreign-types-shared v0.3.1
3032026-04-08T11:45:48.088Z Compiling regex v1.12.3
3042026-04-08T11:45:48.097Z Checking utf8parse v0.2.2
3052026-04-08T11:45:48.184Z Checking anstyle-parse v1.0.0
3062026-04-08T11:45:48.222Z Checking tabwriter v1.4.1
3072026-04-08T11:45:48.277Z Checking cstr-argument v0.1.2
3082026-04-08T11:45:48.330Z Compiling darling_core v0.21.3
3092026-04-08T11:45:48.362Z Checking tracing-core v0.1.36
3102026-04-08T11:45:48.392Z Checking chacha20 v0.10.0
3112026-04-08T11:45:48.782Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
3122026-04-08T11:45:48.909Z Checking dyn-clone v1.0.20
3132026-04-08T11:45:48.959Z Checking pin-project-lite v0.2.17
3142026-04-08T11:45:48.966Z Checking anstyle v1.0.14
3152026-04-08T11:45:48.966Z Checking is_terminal_polyfill v1.70.2
3162026-04-08T11:45:48.981Z Checking colorchoice v1.0.5
3172026-04-08T11:45:49.004Z Checking pretty-hex v0.4.2
3182026-04-08T11:45:49.044Z Checking anstyle-query v1.1.5
3192026-04-08T11:45:49.062Z Checking terminal_size v0.4.4
3202026-04-08T11:45:49.125Z Checking rand v0.10.0
3212026-04-08T11:45:49.135Z Checking anstream v1.0.0
3222026-04-08T11:45:49.165Z Checking uuid v1.22.0
3232026-04-08T11:45:49.266Z Checking socket2 v0.6.3
3242026-04-08T11:45:49.332Z Checking clap_lex v1.1.0
3252026-04-08T11:45:49.474Z Checking oxnet v0.1.4
3262026-04-08T11:45:49.510Z Checking colored v3.1.1
3272026-04-08T11:45:49.548Z Compiling thiserror-impl v2.0.18
3282026-04-08T11:45:49.575Z Compiling serde_derive v1.0.228
3292026-04-08T11:45:49.581Z Compiling zerocopy-derive v0.8.47
3302026-04-08T11:45:49.638Z Compiling num_enum_derive v0.7.6
3312026-04-08T11:45:49.701Z Compiling foreign-types-macros v0.2.3
3322026-04-08T11:45:50.228Z Compiling ref-cast-impl v1.0.25
3332026-04-08T11:45:50.303Z Checking foreign-types v0.5.0
3342026-04-08T11:45:50.374Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3352026-04-08T11:45:50.467Z Compiling darling_macro v0.21.3
3362026-04-08T11:45:50.614Z Checking num_enum v0.7.6
3372026-04-08T11:45:50.723Z Compiling tracing-attributes v0.1.31
3382026-04-08T11:45:50.852Z Checking cobs v0.3.0
3392026-04-08T11:45:50.897Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
3402026-04-08T11:45:50.931Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3412026-04-08T11:45:50.931Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3422026-04-08T11:45:50.987Z Compiling darling v0.21.3
3432026-04-08T11:45:50.995Z Compiling heck v0.5.0
3442026-04-08T11:45:51.050Z Checking clap_builder v4.6.0
3452026-04-08T11:45:51.062Z Compiling ingot-macros v0.1.1
3462026-04-08T11:45:51.100Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3472026-04-08T11:45:51.193Z Compiling clap_derive v4.6.0
3482026-04-08T11:45:51.567Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3492026-04-08T11:45:51.939Z Checking tracing v0.1.44
3502026-04-08T11:45:52.497Z Checking postcard v1.1.3
3512026-04-08T11:45:52.610Z Checking clap v4.6.0
3522026-04-08T11:45:53.586Z Checking ingot-types v0.1.2
3532026-04-08T11:45:53.854Z Checking ingot v0.1.1
3542026-04-08T11:45:55.132Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3552026-04-08T11:45:56.300Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3562026-04-08T11:45:57.391Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3572026-04-08T11:45:58.225Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.23s
3582026-04-08T11:45:58.343Z
3592026-04-08T11:45:58.343Zreal 19.392432429
3602026-04-08T11:45:58.347Zuser 54.032000039
3612026-04-08T11:45:58.347Zsys 13.124582214
3622026-04-08T11:45:58.347Ztrap 0.039469215
3632026-04-08T11:45:58.347Ztflt 0.084793922
3642026-04-08T11:45:58.347Zdflt 0.117214309
3652026-04-08T11:45:58.347Zkflt 0.005069322
3662026-04-08T11:45:58.347Zlock 2:54.398161476
3672026-04-08T11:45:58.347Zslp 3:00.778817155
3682026-04-08T11:45:58.347Zlat 4.109131831
3692026-04-08T11:45:58.347Zstop 10.906089849
3702026-04-08T11:45:58.347Z+ header 'debug build'
3712026-04-08T11:45:58.347Z+ echo '# ==== debug build ==== #'
3722026-04-08T11:45:58.347Z# ==== debug build ==== #
3732026-04-08T11:45:58.347Z+ ptime -m cargo build
3742026-04-08T11:45:58.505Z Compiling cfg-if v1.0.4
3752026-04-08T11:45:58.508Z Compiling serde_core v1.0.228
3762026-04-08T11:45:58.508Z Compiling libc v0.2.183
3772026-04-08T11:45:58.532Z Compiling thiserror v2.0.18
3782026-04-08T11:45:58.536Z Compiling byteorder v1.5.0
3792026-04-08T11:45:58.540Z Compiling zerocopy v0.8.47
3802026-04-08T11:45:58.540Z Compiling stable_deref_trait v1.2.1
3812026-04-08T11:45:58.540Z Compiling macaddr v1.0.1
3822026-04-08T11:45:58.582Z Compiling bitflags v1.3.2
3832026-04-08T11:45:58.593Z Compiling cobs v0.3.0
3842026-04-08T11:45:58.610Z Compiling managed v0.8.0
3852026-04-08T11:45:58.655Z Compiling rand_core v0.10.0
3862026-04-08T11:45:58.699Z Compiling hash32 v0.3.1
3872026-04-08T11:45:58.776Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3882026-04-08T11:45:58.796Z Compiling heapless v0.8.0
3892026-04-08T11:45:58.825Z Compiling errno v0.3.14
3902026-04-08T11:45:58.849Z Compiling ipnetwork v0.21.1
3912026-04-08T11:45:58.862Z Compiling utf8parse v0.2.2
3922026-04-08T11:45:58.866Z Compiling memchr v2.8.0
3932026-04-08T11:45:58.953Z Compiling once_cell v1.21.4
3942026-04-08T11:45:58.983Z Compiling foreign-types-shared v0.3.1
3952026-04-08T11:45:58.991Z Compiling cpufeatures v0.3.0
3962026-04-08T11:45:59.054Z Compiling unicode-width v0.2.2
3972026-04-08T11:45:59.063Z Compiling foreign-types v0.5.0
3982026-04-08T11:45:59.152Z Compiling tracing-core v0.1.36
3992026-04-08T11:45:59.180Z Compiling smoltcp v0.11.0
4002026-04-08T11:45:59.217Z Compiling chacha20 v0.10.0
4012026-04-08T11:45:59.377Z Compiling tabwriter v1.4.1
4022026-04-08T11:45:59.381Z Compiling cstr-argument v0.1.2
4032026-04-08T11:45:59.550Z Compiling anstyle-parse v1.0.0
4042026-04-08T11:45:59.575Z Compiling ref-cast v1.0.25
4052026-04-08T11:45:59.669Z Compiling num_enum v0.7.6
4062026-04-08T11:45:59.755Z Compiling getrandom v0.4.2
4072026-04-08T11:45:59.776Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4082026-04-08T11:45:59.795Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4092026-04-08T11:45:59.880Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4102026-04-08T11:45:59.896Z Compiling dyn-clone v1.0.20
4112026-04-08T11:45:59.964Z Compiling pretty-hex v0.4.2
4122026-04-08T11:46:00.045Z Compiling is_terminal_polyfill v1.70.2
4132026-04-08T11:46:00.056Z Compiling pin-project-lite v0.2.17
4142026-04-08T11:46:00.090Z Compiling anstyle v1.0.14
4152026-04-08T11:46:00.127Z Compiling colorchoice v1.0.5
4162026-04-08T11:46:00.141Z Compiling anstyle-query v1.1.5
4172026-04-08T11:46:00.239Z Compiling bitflags v2.11.0
4182026-04-08T11:46:00.243Z Compiling serde v1.0.228
4192026-04-08T11:46:00.354Z Compiling anstream v1.0.0
4202026-04-08T11:46:00.387Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4212026-04-08T11:46:00.422Z Compiling rustix v1.1.4
4222026-04-08T11:46:00.518Z Compiling uuid v1.22.0
4232026-04-08T11:46:00.675Z Compiling postcard v1.1.3
4242026-04-08T11:46:00.864Z Compiling terminal_size v0.4.4
4252026-04-08T11:46:00.988Z Compiling tracing v0.1.44
4262026-04-08T11:46:00.992Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
4272026-04-08T11:46:01.010Z Compiling anyhow v1.0.102
4282026-04-08T11:46:01.014Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4292026-04-08T11:46:01.106Z Compiling rand v0.10.0
4302026-04-08T11:46:01.198Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4312026-04-08T11:46:01.264Z Compiling socket2 v0.6.3
4322026-04-08T11:46:01.313Z Compiling colored v3.1.1
4332026-04-08T11:46:01.488Z Compiling ingot-types v0.1.2
4342026-04-08T11:46:01.531Z Compiling clap_lex v1.1.0
4352026-04-08T11:46:01.587Z Compiling oxnet v0.1.4
4362026-04-08T11:46:01.886Z Compiling ingot v0.1.1
4372026-04-08T11:46:01.907Z Compiling winnow v1.0.0
4382026-04-08T11:46:01.928Z Compiling strsim v0.11.1
4392026-04-08T11:46:02.052Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4402026-04-08T11:46:02.154Z Compiling clap_builder v4.6.0
4412026-04-08T11:46:02.859Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
4422026-04-08T11:46:03.507Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4432026-04-08T11:46:03.825Z Compiling clap v4.6.0
4442026-04-08T11:46:05.022Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4452026-04-08T11:46:06.505Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4462026-04-08T11:46:10.710Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.35s
4472026-04-08T11:46:10.740Z
4482026-04-08T11:46:10.744Zreal 12.385032765
4492026-04-08T11:46:10.744Zuser 1:04.229569120
4502026-04-08T11:46:10.744Zsys 6.092543500
4512026-04-08T11:46:10.744Ztrap 0.027026050
4522026-04-08T11:46:10.744Ztflt 0.125301137
4532026-04-08T11:46:10.744Zdflt 0.255837810
4542026-04-08T11:46:10.744Zkflt 0.000159582
4552026-04-08T11:46:10.744Zlock 2:52.041571982
4562026-04-08T11:46:10.744Zslp 1:52.768745528
4572026-04-08T11:46:10.744Zlat 4.783272360
4582026-04-08T11:46:10.744Zstop 3.661028026
4592026-04-08T11:46:10.744Z+ header 'release build'
4602026-04-08T11:46:10.744Z+ echo '# ==== release build ==== #'
4612026-04-08T11:46:10.745Z+ ptime -m cargo build --release
4622026-04-08T11:46:10.745Z# ==== release build ==== #
4632026-04-08T11:46:10.837Z Compiling proc-macro2 v1.0.106
4642026-04-08T11:46:10.837Z Compiling quote v1.0.45
4652026-04-08T11:46:10.837Z Compiling unicode-ident v1.0.24
4662026-04-08T11:46:10.837Z Compiling serde_core v1.0.228
4672026-04-08T11:46:10.841Z Compiling libc v0.2.183
4682026-04-08T11:46:10.842Z Compiling cfg-if v1.0.4
4692026-04-08T11:46:10.842Z Compiling ident_case v1.0.1
4702026-04-08T11:46:10.842Z Compiling fnv v1.0.7
4712026-04-08T11:46:10.914Z Compiling strsim v0.11.1
4722026-04-08T11:46:10.935Z Compiling memchr v2.8.0
4732026-04-08T11:46:10.954Z Compiling thiserror v2.0.18
4742026-04-08T11:46:10.958Z Compiling regex-syntax v0.8.10
4752026-04-08T11:46:11.143Z Compiling serde v1.0.228
4762026-04-08T11:46:11.178Z Compiling zerocopy v0.8.47
4772026-04-08T11:46:11.424Z Compiling aho-corasick v1.1.4
4782026-04-08T11:46:11.445Z Compiling anyhow v1.0.102
4792026-04-08T11:46:11.463Z Compiling equivalent v1.0.2
4802026-04-08T11:46:11.530Z Compiling winnow v1.0.0
4812026-04-08T11:46:11.535Z Compiling either v1.15.0
4822026-04-08T11:46:11.552Z Compiling hashbrown v0.16.1
4832026-04-08T11:46:11.718Z Compiling itertools v0.14.0
4842026-04-08T11:46:11.964Z Compiling syn v2.0.117
4852026-04-08T11:46:12.011Z Compiling indexmap v2.13.0
4862026-04-08T11:46:12.081Z Compiling toml_datetime v1.1.0+spec-1.1.0
4872026-04-08T11:46:12.301Z Compiling heapless v0.8.0
4882026-04-08T11:46:12.568Z Compiling regex-automata v0.4.14
4892026-04-08T11:46:12.601Z Compiling toml_parser v1.1.0+spec-1.1.0
4902026-04-08T11:46:12.645Z Compiling byteorder v1.5.0
4912026-04-08T11:46:12.827Z Compiling hash32 v0.3.1
4922026-04-08T11:46:12.925Z Compiling bitflags v2.11.0
4932026-04-08T11:46:12.961Z Compiling toml_edit v0.25.8+spec-1.1.0
4942026-04-08T11:46:12.975Z Compiling syn v1.0.109
4952026-04-08T11:46:12.994Z Compiling rustversion v1.0.22
4962026-04-08T11:46:13.068Z Compiling smoltcp v0.11.0
4972026-04-08T11:46:13.145Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4982026-04-08T11:46:13.252Z Compiling stable_deref_trait v1.2.1
4992026-04-08T11:46:13.258Z Compiling macaddr v1.0.1
5002026-04-08T11:46:13.367Z Compiling bitflags v1.3.2
5012026-04-08T11:46:13.386Z Compiling version_check v0.9.5
5022026-04-08T11:46:13.396Z Compiling rand_core v0.10.0
5032026-04-08T11:46:13.427Z Compiling rustix v1.1.4
5042026-04-08T11:46:13.449Z Compiling getrandom v0.4.2
5052026-04-08T11:46:13.537Z Compiling proc-macro-crate v3.5.0
5062026-04-08T11:46:13.631Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5072026-04-08T11:46:13.693Z Compiling managed v0.8.0
5082026-04-08T11:46:13.747Z Compiling ref-cast v1.0.25
5092026-04-08T11:46:13.843Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5102026-04-08T11:46:13.971Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5112026-04-08T11:46:14.044Z Compiling errno v0.3.14
5122026-04-08T11:46:14.070Z Compiling unicode-width v0.2.2
5132026-04-08T11:46:14.183Z Compiling ipnetwork v0.21.1
5142026-04-08T11:46:14.341Z Compiling regex v1.12.3
5152026-04-08T11:46:14.354Z Compiling cpufeatures v0.3.0
5162026-04-08T11:46:14.418Z Compiling once_cell v1.21.4
5172026-04-08T11:46:14.450Z Compiling foreign-types-shared v0.3.1
5182026-04-08T11:46:14.530Z Compiling darling_core v0.21.3
5192026-04-08T11:46:14.635Z Compiling utf8parse v0.2.2
5202026-04-08T11:46:14.725Z Compiling anstyle-parse v1.0.0
5212026-04-08T11:46:14.730Z Compiling tracing-core v0.1.36
5222026-04-08T11:46:14.916Z Compiling chacha20 v0.10.0
5232026-04-08T11:46:15.093Z Compiling cstr-argument v0.1.2
5242026-04-08T11:46:15.189Z Compiling tabwriter v1.4.1
5252026-04-08T11:46:15.598Z Compiling pin-project-lite v0.2.17
5262026-04-08T11:46:15.682Z Compiling pretty-hex v0.4.2
5272026-04-08T11:46:15.718Z Compiling thiserror-impl v2.0.18
5282026-04-08T11:46:15.743Z Compiling zerocopy-derive v0.8.47
5292026-04-08T11:46:15.796Z Compiling serde_derive v1.0.228
5302026-04-08T11:46:15.806Z Compiling foreign-types-macros v0.2.3
5312026-04-08T11:46:16.019Z Compiling num_enum_derive v0.7.6
5322026-04-08T11:46:16.402Z Compiling ref-cast-impl v1.0.25
5332026-04-08T11:46:16.588Z Compiling foreign-types v0.5.0
5342026-04-08T11:46:16.629Z Compiling darling_macro v0.21.3
5352026-04-08T11:46:16.660Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5362026-04-08T11:46:16.973Z Compiling cobs v0.3.0
5372026-04-08T11:46:16.978Z Compiling num_enum v0.7.6
5382026-04-08T11:46:17.078Z Compiling tracing-attributes v0.1.31
5392026-04-08T11:46:17.082Z Compiling is_terminal_polyfill v1.70.2
5402026-04-08T11:46:17.119Z Compiling anstyle v1.0.14
5412026-04-08T11:46:17.153Z Compiling darling v0.21.3
5422026-04-08T11:46:17.157Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e9bf1e51)
5432026-04-08T11:46:17.165Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442026-04-08T11:46:17.174Z Compiling dyn-clone v1.0.20
5452026-04-08T11:46:17.220Z Compiling ingot-macros v0.1.1
5462026-04-08T11:46:17.301Z Compiling colorchoice v1.0.5
5472026-04-08T11:46:17.346Z Compiling anstyle-query v1.1.5
5482026-04-08T11:46:17.353Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7cce2d3a)
5492026-04-08T11:46:17.466Z Compiling anstream v1.0.0
5502026-04-08T11:46:17.475Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5512026-04-08T11:46:17.672Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5522026-04-08T11:46:17.821Z Compiling terminal_size v0.4.4
5532026-04-08T11:46:17.881Z Compiling rand v0.10.0
5542026-04-08T11:46:17.956Z Compiling uuid v1.22.0
5552026-04-08T11:46:18.084Z Compiling socket2 v0.6.3
5562026-04-08T11:46:18.128Z Compiling colored v3.1.1
5572026-04-08T11:46:18.316Z Compiling tracing v0.1.44
5582026-04-08T11:46:18.632Z Compiling oxnet v0.1.4
5592026-04-08T11:46:18.636Z Compiling clap_lex v1.1.0
5602026-04-08T11:46:18.674Z Compiling heck v0.5.0
5612026-04-08T11:46:18.867Z Compiling clap_derive v4.6.0
5622026-04-08T11:46:18.902Z Compiling clap_builder v4.6.0
5632026-04-08T11:46:18.949Z Compiling postcard v1.1.3
5642026-04-08T11:46:19.030Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5652026-04-08T11:46:20.108Z Compiling ingot-types v0.1.2
5662026-04-08T11:46:20.427Z Compiling ingot v0.1.1
5672026-04-08T11:46:20.727Z Compiling clap v4.6.0
5682026-04-08T11:46:22.110Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5692026-04-08T11:46:23.115Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5702026-04-08T11:46:24.059Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5712026-04-08T11:46:30.512Z Finished `release` profile [optimized + debuginfo] target(s) in 19.75s
5722026-04-08T11:46:30.540Z
5732026-04-08T11:46:30.540Zreal 19.786493535
5742026-04-08T11:46:30.540Zuser 1:41.550112444
5752026-04-08T11:46:30.540Zsys 13.526100033
5762026-04-08T11:46:30.544Ztrap 0.053394432
5772026-04-08T11:46:30.544Ztflt 0.148951457
5782026-04-08T11:46:30.544Zdflt 0.437061675
5792026-04-08T11:46:30.544Zkflt 0.000018894
5802026-04-08T11:46:30.544Zlock 4:27.070916203
5812026-04-08T11:46:30.544Zslp 3:22.937777163
5822026-04-08T11:46:30.544Zlat 5.136325438
5832026-04-08T11:46:30.544Zstop 8.637943615
5842026-04-08T11:46:30.544Z+ popd
5852026-04-08T11:46:30.544Z+ for x in debug release
5862026-04-08T11:46:30.544Z/work/oxidecomputer/opte
5872026-04-08T11:46:30.544Z+ mkdir -p /work/debug
5882026-04-08T11:46:30.544Z+ cp target/debug/opteadm /work/debug/
5892026-04-08T11:46:30.565Z+ sha256sum target/debug/opteadm
5902026-04-08T11:46:30.589Z+ for x in debug release
5912026-04-08T11:46:30.589Z+ mkdir -p /work/release
5922026-04-08T11:46:30.592Z+ cp target/release/opteadm /work/release/
5932026-04-08T11:46:30.606Z+ sha256sum target/release/opteadm
5942026-04-08T11:46:30.622Zprocess exited: duration 65490 ms, exit code 0
 
5952026-04-08T11:46:30.634Zfound 4 output files
5962026-04-08T11:46:30.634Zuploading: /work/debug/opteadm (35303056 bytes)
5972026-04-08T11:46:31.819Zuploaded: /work/debug/opteadm
5982026-04-08T11:46:31.819Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5992026-04-08T11:46:32.829Zuploaded: /work/debug/opteadm.debug.sha256
6002026-04-08T11:46:32.832Zuploading: /work/release/opteadm (23753944 bytes)
6012026-04-08T11:46:33.968Zuploaded: /work/release/opteadm
6022026-04-08T11:46:33.968Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6032026-04-08T11:46:34.977Zuploaded: /work/release/opteadm.release.sha256