01KVY2WK8F45VJ461YSPWJCXRB: 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-3.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KVY2X7KARWF8YQMMGBK2NANX

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T00:30:28.304Zjob assigned to worker 01KVY2XBAAGCSA405TFTWY7RSJ [factory aws, i-095d8126f6b910e41] (queued for 54 s)
 
22026-06-25T00:30:35.129Zstarting task 0: "setup"
32026-06-25T00:30:35.134Z++ uname -s
42026-06-25T00:30:35.137Z+ kern=SunOS
52026-06-25T00:30:35.137Z+ build_user=build
62026-06-25T00:30:35.137Z+ build_uid=12345
72026-06-25T00:30:35.137Z+ work_dir=/work
82026-06-25T00:30:35.137Z+ input_dir=/input
92026-06-25T00:30:35.137Z+ [[ 0 == 12345 ]]
102026-06-25T00:30:35.138Z+ case "$kern" in
112026-06-25T00:30:35.138Z+ groupadd -g 12345 build
122026-06-25T00:30:35.138Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T00:30:37.146Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T00:30:37.242Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T00:30:37.244Z+ home_fs=zfs
162026-06-25T00:30:37.245Z+ [[ zfs == autofs ]]
172026-06-25T00:30:37.245Z+ mkdir -p /home/build
182026-06-25T00:30:37.245Z+ chown build:build /home/build /work
192026-06-25T00:30:39.246Z+ chmod 0700 /home/build /work
202026-06-25T00:30:39.249Zprocess exited: duration 4121 ms, exit code 0
 
212026-06-25T00:30:39.255Zstarting task 1: "rust-toolchain"
222026-06-25T00:30:39.259Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T00:30:39.259Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T00:30:39.259Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T00:30:39.259Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
262026-06-25T00:30:39.262Z * rust toolchain channel = "1.96.0"
272026-06-25T00:30:39.262Z * rust toolchain profile = "default"
282026-06-25T00:30:39.262Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T00:30:39.262Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T00:30:39.370Zinfo: downloading installer
312026-06-25T00:30:40.990Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T00:30:40.990Zwarn: /home/build/.rustup/settings.toml
332026-06-25T00:30:40.990Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T00:30:40.990Zwarn: instead of the one inferred from the default host triple.
352026-06-25T00:30:41.003Zinfo: profile set to default
362026-06-25T00:30:41.003Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T00:30:41.006Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T00:30:41.165Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T00:30:41.168Zinfo: downloading 6 components
402026-06-25T00:30:58.898Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T00:30:58.898Z
422026-06-25T00:30:58.927Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T00:30:58.927Z
442026-06-25T00:30:58.927Z
452026-06-25T00:30:58.927ZRust is installed now. Great!
462026-06-25T00:30:58.928Z
472026-06-25T00:30:58.928ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T00:30:58.928Zenvironment variable. This has not been done automatically.
492026-06-25T00:30:58.928Z
502026-06-25T00:30:58.928ZTo configure your current shell, you need to source
512026-06-25T00:30:58.928Zthe corresponding env file under $HOME/.cargo.
522026-06-25T00:30:58.928Z
532026-06-25T00:30:58.928ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T00:30:58.932Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T00:30:58.932Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T00:30:58.932Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T00:30:58.932Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T00:30:58.932Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T00:30:58.932Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T00:30:58.932Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T00:30:58.932Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T00:30:59.032Z+ rustup --version
632026-06-25T00:30:59.041Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T00:30:59.044Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T00:30:59.062Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T00:30:59.065Z+ cargo --version
672026-06-25T00:30:59.079Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T00:30:59.082Z+ rustc --version
692026-06-25T00:30:59.101Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T00:30:59.104Zprocess exited: duration 19848 ms, exit code 0
 
712026-06-25T00:30:59.109Zstarting task 2: "authentication"
722026-06-25T00:30:59.127Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T00:30:59.133Zstarting task 3: "clone repository"
742026-06-25T00:30:59.136Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T00:30:59.139Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T00:30:59.167ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T00:31:00.029Z+ cd /work/oxidecomputer/opte
782026-06-25T00:31:00.029Z+ git fetch origin 01717c37e02aea0610c0029f9be2dcc14851a390
792026-06-25T00:31:00.243ZFrom https://github.com/oxidecomputer/opte
802026-06-25T00:31:00.243Z * branch 01717c37e02aea0610c0029f9be2dcc14851a390 -> FETCH_HEAD
812026-06-25T00:31:00.251Z+ [[ -n '' ]]
822026-06-25T00:31:00.251Z+ git reset --hard 01717c37e02aea0610c0029f9be2dcc14851a390
832026-06-25T00:31:00.269ZHEAD is now at 01717c3 Fixups for XDE
842026-06-25T00:31:00.272Zprocess exited: duration 1137 ms, exit code 0
 
852026-06-25T00:31:00.278Zstarting task 4: "build"
862026-06-25T00:31:00.281Z+ source .github/buildomat/common.sh
872026-06-25T00:31:00.284Z++ rustup show active-toolchain
882026-06-25T00:31:00.287Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T00:31:00.290Z++ pushd xde
902026-06-25T00:31:00.290Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-06-25T00:31:00.290Z++ rustup show active-toolchain
922026-06-25T00:31:00.292Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
932026-06-25T00:31:00.455Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
942026-06-25T00:31:00.458Zinfo: downloading 6 components
952026-06-25T00:31:15.220Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T00:31:15.325Z+++ rustup show active-toolchain -v
972026-06-25T00:31:15.328Z+++ head -n 1
982026-06-25T00:31:15.328Z+++ cut '-d ' -f1
992026-06-25T00:31:15.380Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1002026-06-25T00:31:15.380Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1012026-06-25T00:31:15.380Z++ popd
1022026-06-25T00:31:15.383Z/work/oxidecomputer/opte
1032026-06-25T00:31:15.383Z+ cargo --version
1042026-06-25T00:31:15.391Zcargo 1.96.0 (30a34c682 2026-05-25)
1052026-06-25T00:31:15.394Z+ rustc --version
1062026-06-25T00:31:15.413Zrustc 1.96.0 (ac68faa20 2026-05-25)
1072026-06-25T00:31:15.416Z+ pushd bin/opteadm
1082026-06-25T00:31:15.416Z+ header 'check style'
1092026-06-25T00:31:15.416Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1102026-06-25T00:31:15.416Z+ echo '# ==== check style ==== #'
1112026-06-25T00:31:15.416Z# ==== check style ==== #
1122026-06-25T00:31:15.416Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1132026-06-25T00:31:15.489Z
1142026-06-25T00:31:15.489Zreal 0.070280450
1152026-06-25T00:31:15.489Zuser 0.039642343
1162026-06-25T00:31:15.489Zsys 0.027716310
1172026-06-25T00:31:15.489Ztrap 0.000010650
1182026-06-25T00:31:15.489Ztflt 0.000010590
1192026-06-25T00:31:15.489Zdflt 0.000022740
1202026-06-25T00:31:15.489Zkflt 0.000000000
1212026-06-25T00:31:15.489Zlock 0.031200818
1222026-06-25T00:31:15.489Zslp 0.049932045
1232026-06-25T00:31:15.489Zlat 0.000750880
1242026-06-25T00:31:15.489Zstop 0.000111730
1252026-06-25T00:31:15.492Z+ header analyze
1262026-06-25T00:31:15.492Z+ echo '# ==== analyze ==== #'
1272026-06-25T00:31:15.492Z# ==== analyze ==== #
1282026-06-25T00:31:15.492Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1292026-06-25T00:31:15.628Z Updating crates.io index
1302026-06-25T00:31:15.630Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-06-25T00:31:16.247Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-06-25T00:31:16.491Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-06-25T00:31:16.819Z Updating git repository `https://github.com/oxidecomputer/zone`
1342026-06-25T00:31:17.046Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352026-06-25T00:31:17.288Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-06-25T00:31:17.516Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372026-06-25T00:31:19.787Z Downloading crates ...
1382026-06-25T00:31:19.842Z Downloaded heck v0.5.0
1392026-06-25T00:31:19.854Z Downloaded hash32 v0.3.1
1402026-06-25T00:31:19.857Z Downloaded bitflags v1.3.2
1412026-06-25T00:31:19.860Z Downloaded cfg-if v1.0.4
1422026-06-25T00:31:19.860Z Downloaded anstream v1.0.0
1432026-06-25T00:31:19.863Z Downloaded anstyle-query v1.1.5
1442026-06-25T00:31:19.866Z Downloaded cpufeatures v0.3.0
1452026-06-25T00:31:19.869Z Downloaded zerocopy-derive v0.8.52
1462026-06-25T00:31:19.871Z Downloaded is_terminal_polyfill v1.70.2
1472026-06-25T00:31:19.871Z Downloaded ident_case v1.0.1
1482026-06-25T00:31:19.874Z Downloaded colorchoice v1.0.5
1492026-06-25T00:31:19.877Z Downloaded foreign-types v0.5.0
1502026-06-25T00:31:19.883Z Downloaded cstr-argument v0.1.2
1512026-06-25T00:31:19.886Z Downloaded clap_lex v1.1.0
1522026-06-25T00:31:19.889Z Downloaded zerocopy v0.8.52
1532026-06-25T00:31:19.897Z Downloaded equivalent v1.0.2
1542026-06-25T00:31:19.900Z Downloaded embedded-io v0.6.1
1552026-06-25T00:31:19.900Z Downloaded defmt-parser v1.0.0
1562026-06-25T00:31:19.900Z Downloaded ingot v0.1.1
1572026-06-25T00:31:19.900Z Downloaded defmt v0.3.100
1582026-06-25T00:31:19.903Z Downloaded cobs v0.3.0
1592026-06-25T00:31:19.906Z Downloaded defmt-macros v1.1.0
1602026-06-25T00:31:19.912Z Downloaded errno v0.3.14
1612026-06-25T00:31:19.915Z Downloaded foreign-types-shared v0.3.1
1622026-06-25T00:31:19.918Z Downloaded fnv v1.0.7
1632026-06-25T00:31:19.918Z Downloaded darling_macro v0.21.3
1642026-06-25T00:31:19.921Z Downloaded embedded-io v0.4.0
1652026-06-25T00:31:19.921Z Downloaded dyn-clone v1.0.20
1662026-06-25T00:31:19.924Z Downloaded version_check v0.9.5
1672026-06-25T00:31:19.929Z Downloaded foreign-types-macros v0.2.3
1682026-06-25T00:31:19.929Z Downloaded anstyle v1.0.14
1692026-06-25T00:31:19.932Z Downloaded ipnetwork v0.21.1
1702026-06-25T00:31:19.935Z Downloaded rand_core v0.10.1
1712026-06-25T00:31:19.944Z Downloaded proc-macro-error-attr2 v2.0.0
1722026-06-25T00:31:19.947Z Downloaded pretty-hex v0.4.2
1732026-06-25T00:31:19.947Z Downloaded strsim v0.11.1
1742026-06-25T00:31:19.951Z Downloaded stable_deref_trait v1.2.1
1752026-06-25T00:31:19.955Z Downloaded ref-cast v1.0.25
1762026-06-25T00:31:19.959Z Downloaded utf8parse v0.2.2
1772026-06-25T00:31:19.962Z Downloaded anstyle-parse v1.0.0
1782026-06-25T00:31:19.966Z Downloaded once_cell v1.21.4
1792026-06-25T00:31:19.977Z Downloaded ref-cast-impl v1.0.25
1802026-06-25T00:31:19.980Z Downloaded tabwriter v1.4.1
1812026-06-25T00:31:19.980Z Downloaded macaddr v1.0.1
1822026-06-25T00:31:19.983Z Downloaded terminal_size v0.4.4
1832026-06-25T00:31:19.986Z Downloaded managed v0.8.0
1842026-06-25T00:31:19.992Z Downloaded ingot-types v0.1.2
1852026-06-25T00:31:19.995Z Downloaded thiserror-impl v2.0.18
1862026-06-25T00:31:19.995Z Downloaded either v1.16.0
1872026-06-25T00:31:20.003Z Downloaded anyhow v1.0.102
1882026-06-25T00:31:20.007Z Downloaded defmt v1.1.0
1892026-06-25T00:31:20.011Z Downloaded chacha20 v0.10.0
1902026-06-25T00:31:20.015Z Downloaded colored v3.1.1
1912026-06-25T00:31:20.018Z Downloaded proc-macro-crate v3.5.0
1922026-06-25T00:31:20.021Z Downloaded ingot-macros v0.1.1
1932026-06-25T00:31:20.024Z Downloaded quote v1.0.45
1942026-06-25T00:31:20.028Z Downloaded byteorder v1.5.0
1952026-06-25T00:31:20.028Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1962026-06-25T00:31:20.031Z Downloaded thiserror v2.0.18
1972026-06-25T00:31:20.034Z Downloaded proc-macro-error2 v2.0.1
1982026-06-25T00:31:20.037Z Downloaded num_enum v0.7.6
1992026-06-25T00:31:20.039Z Downloaded pin-project-lite v0.2.17
2002026-06-25T00:31:20.042Z Downloaded oxnet v0.1.6
2012026-06-25T00:31:20.045Z Downloaded clap_derive v4.6.1
2022026-06-25T00:31:20.051Z Downloaded rustversion v1.0.22
2032026-06-25T00:31:20.054Z Downloaded num_enum_derive v0.7.6
2042026-06-25T00:31:20.054Z Downloaded clap v4.6.1
2052026-06-25T00:31:20.059Z Downloaded uuid v1.23.3
2062026-06-25T00:31:20.061Z Downloaded unicode-ident v1.0.24
2072026-06-25T00:31:20.064Z Downloaded postcard v1.1.3
2082026-06-25T00:31:20.072Z Downloaded toml_parser v1.1.2+spec-1.1.0
2092026-06-25T00:31:20.075Z Downloaded darling v0.21.3
2102026-06-25T00:31:20.081Z Downloaded serde_core v1.0.228
2112026-06-25T00:31:20.084Z Downloaded bitflags v2.13.0
2122026-06-25T00:31:20.091Z Downloaded toml_edit v0.25.12+spec-1.1.0
2132026-06-25T00:31:20.094Z Downloaded getrandom v0.4.2
2142026-06-25T00:31:20.098Z Downloaded socket2 v0.6.4
2152026-06-25T00:31:20.112Z Downloaded heapless v0.8.0
2162026-06-25T00:31:20.129Z Downloaded darling_core v0.21.3
2172026-06-25T00:31:20.135Z Downloaded tracing-core v0.1.36
2182026-06-25T00:31:20.138Z Downloaded tracing-attributes v0.1.31
2192026-06-25T00:31:20.138Z Downloaded memchr v2.8.2
2202026-06-25T00:31:20.140Z Downloaded serde_derive v1.0.228
2212026-06-25T00:31:20.146Z Downloaded proc-macro2 v1.0.106
2222026-06-25T00:31:20.174Z Downloaded rand v0.10.1
2232026-06-25T00:31:20.178Z Downloaded serde v1.0.228
2242026-06-25T00:31:20.183Z Downloaded indexmap v2.14.0
2252026-06-25T00:31:20.201Z Downloaded itertools v0.14.0
2262026-06-25T00:31:20.233Z Downloaded aho-corasick v1.1.4
2272026-06-25T00:31:20.236Z Downloaded hashbrown v0.17.1
2282026-06-25T00:31:20.238Z Downloaded clap_builder v4.6.0
2292026-06-25T00:31:20.251Z Downloaded regex v1.12.4
2302026-06-25T00:31:20.291Z Downloaded winnow v1.0.3
2312026-06-25T00:31:20.296Z Downloaded syn v1.0.109
2322026-06-25T00:31:20.337Z Downloaded smoltcp v0.11.0
2332026-06-25T00:31:20.343Z Downloaded unicode-width v0.2.2
2342026-06-25T00:31:20.347Z Downloaded syn v2.0.117
2352026-06-25T00:31:20.369Z Downloaded regex-syntax v0.8.11
2362026-06-25T00:31:20.390Z Downloaded rustix v1.1.4
2372026-06-25T00:31:20.403Z Downloaded tracing v0.1.44
2382026-06-25T00:31:20.427Z Downloaded regex-automata v0.4.14
2392026-06-25T00:31:20.434Z Downloaded libc v0.2.186
2402026-06-25T00:31:20.499Z Compiling proc-macro2 v1.0.106
2412026-06-25T00:31:20.499Z Compiling quote v1.0.45
2422026-06-25T00:31:20.499Z Compiling unicode-ident v1.0.24
2432026-06-25T00:31:20.499Z Compiling serde_core v1.0.228
2442026-06-25T00:31:20.499Z Compiling libc v0.2.186
2452026-06-25T00:31:20.502Z Checking cfg-if v1.0.4
2462026-06-25T00:31:20.502Z Compiling memchr v2.8.2
2472026-06-25T00:31:20.502Z Compiling strsim v0.11.1
2482026-06-25T00:31:20.631Z Compiling thiserror v2.0.18
2492026-06-25T00:31:20.707Z Compiling ident_case v1.0.1
2502026-06-25T00:31:20.823Z Compiling fnv v1.0.7
2512026-06-25T00:31:20.874Z Compiling regex-syntax v0.8.11
2522026-06-25T00:31:20.910Z Compiling equivalent v1.0.2
2532026-06-25T00:31:20.960Z Compiling aho-corasick v1.1.4
2542026-06-25T00:31:20.979Z Compiling serde v1.0.228
2552026-06-25T00:31:21.122Z Compiling hashbrown v0.17.1
2562026-06-25T00:31:21.131Z Compiling zerocopy v0.8.52
2572026-06-25T00:31:21.273Z Compiling anyhow v1.0.102
2582026-06-25T00:31:21.311Z Compiling either v1.16.0
2592026-06-25T00:31:21.508Z Compiling winnow v1.0.3
2602026-06-25T00:31:21.551Z Compiling itertools v0.14.0
2612026-06-25T00:31:21.676Z Compiling indexmap v2.14.0
2622026-06-25T00:31:21.782Z Compiling syn v2.0.117
2632026-06-25T00:31:21.846Z Checking byteorder v1.5.0
2642026-06-25T00:31:21.998Z Compiling heapless v0.8.0
2652026-06-25T00:31:22.278Z Compiling toml_datetime v1.1.1+spec-1.1.0
2662026-06-25T00:31:22.293Z Compiling regex-automata v0.4.14
2672026-06-25T00:31:22.371Z Checking bitflags v2.13.0
2682026-06-25T00:31:22.492Z Compiling toml_parser v1.1.2+spec-1.1.0
2692026-06-25T00:31:22.514Z Checking hash32 v0.3.1
2702026-06-25T00:31:22.521Z Compiling smoltcp v0.11.0
2712026-06-25T00:31:22.536Z Checking stable_deref_trait v1.2.1
2722026-06-25T00:31:22.600Z Checking macaddr v1.0.1
2732026-06-25T00:31:22.621Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2742026-06-25T00:31:22.735Z Compiling rustversion v1.0.22
2752026-06-25T00:31:22.766Z Compiling syn v1.0.109
2762026-06-25T00:31:22.838Z Compiling toml_edit v0.25.12+spec-1.1.0
2772026-06-25T00:31:22.927Z Checking bitflags v1.3.2
2782026-06-25T00:31:22.990Z Compiling rustix v1.1.4
2792026-06-25T00:31:23.042Z Compiling ref-cast v1.0.25
2802026-06-25T00:31:23.102Z Compiling getrandom v0.4.2
2812026-06-25T00:31:23.108Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
2822026-06-25T00:31:23.219Z Compiling version_check v0.9.5
2832026-06-25T00:31:23.307Z Checking managed v0.8.0
2842026-06-25T00:31:23.326Z Checking rand_core v0.10.1
2852026-06-25T00:31:23.356Z Compiling proc-macro-crate v3.5.0
2862026-06-25T00:31:23.489Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2872026-06-25T00:31:23.759Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2882026-06-25T00:31:23.776Z Checking uuid v1.23.3
2892026-06-25T00:31:23.819Z Checking errno v0.3.14
2902026-06-25T00:31:23.937Z Checking foreign-types-shared v0.3.1
2912026-06-25T00:31:24.021Z Compiling regex v1.12.4
2922026-06-25T00:31:24.040Z Checking cpufeatures v0.3.0
2932026-06-25T00:31:24.079Z Checking once_cell v1.21.4
2942026-06-25T00:31:24.101Z Checking utf8parse v0.2.2
2952026-06-25T00:31:24.203Z Checking ipnetwork v0.21.1
2962026-06-25T00:31:24.259Z Checking unicode-width v0.2.2
2972026-06-25T00:31:24.379Z Compiling darling_core v0.21.3
2982026-06-25T00:31:24.430Z Checking tracing-core v0.1.36
2992026-06-25T00:31:24.511Z Checking tabwriter v1.4.1
3002026-06-25T00:31:24.540Z Checking cstr-argument v0.1.2
3012026-06-25T00:31:24.656Z Checking anstyle-parse v1.0.0
3022026-06-25T00:31:24.663Z Checking chacha20 v0.10.0
3032026-06-25T00:31:24.939Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
3042026-06-25T00:31:24.957Z Checking dyn-clone v1.0.20
3052026-06-25T00:31:25.057Z Checking anstyle-query v1.1.5
3062026-06-25T00:31:25.068Z Checking is_terminal_polyfill v1.70.2
3072026-06-25T00:31:25.090Z Checking pretty-hex v0.4.2
3082026-06-25T00:31:25.140Z Checking colorchoice v1.0.5
3092026-06-25T00:31:25.148Z Checking anstyle v1.0.14
3102026-06-25T00:31:25.152Z Checking pin-project-lite v0.2.17
3112026-06-25T00:31:25.228Z Checking rand v0.10.1
3122026-06-25T00:31:25.249Z Checking terminal_size v0.4.4
3132026-06-25T00:31:25.324Z Checking anstream v1.0.0
3142026-06-25T00:31:25.355Z Checking socket2 v0.6.4
3152026-06-25T00:31:25.424Z Compiling heck v0.5.0
3162026-06-25T00:31:25.512Z Checking clap_lex v1.1.0
3172026-06-25T00:31:25.520Z Checking colored v3.1.1
3182026-06-25T00:31:25.610Z Compiling thiserror-impl v2.0.18
3192026-06-25T00:31:25.622Z Compiling serde_derive v1.0.228
3202026-06-25T00:31:25.660Z Compiling zerocopy-derive v0.8.52
3212026-06-25T00:31:25.693Z Compiling ref-cast-impl v1.0.25
3222026-06-25T00:31:25.719Z Compiling foreign-types-macros v0.2.3
3232026-06-25T00:31:25.759Z Compiling num_enum_derive v0.7.6
3242026-06-25T00:31:26.334Z Checking foreign-types v0.5.0
3252026-06-25T00:31:26.357Z Compiling tracing-attributes v0.1.31
3262026-06-25T00:31:26.402Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3272026-06-25T00:31:26.499Z Compiling darling_macro v0.21.3
3282026-06-25T00:31:26.742Z Checking num_enum v0.7.6
3292026-06-25T00:31:26.847Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3302026-06-25T00:31:26.868Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3312026-06-25T00:31:26.899Z Checking cobs v0.3.0
3322026-06-25T00:31:26.969Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3332026-06-25T00:31:27.036Z Checking oxnet v0.1.6
3342026-06-25T00:31:27.036Z Compiling darling v0.21.3
3352026-06-25T00:31:27.111Z Compiling ingot-macros v0.1.1
3362026-06-25T00:31:27.120Z Checking clap_builder v4.6.0
3372026-06-25T00:31:27.240Z Compiling clap_derive v4.6.1
3382026-06-25T00:31:27.341Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3392026-06-25T00:31:27.442Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3402026-06-25T00:31:27.563Z Checking tracing v0.1.44
3412026-06-25T00:31:28.607Z Checking clap v4.6.1
3422026-06-25T00:31:28.660Z Checking postcard v1.1.3
3432026-06-25T00:31:29.703Z Checking ingot-types v0.1.2
3442026-06-25T00:31:29.975Z Checking ingot v0.1.1
3452026-06-25T00:31:31.283Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3462026-06-25T00:31:32.615Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-06-25T00:31:33.852Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3482026-06-25T00:31:34.707Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.17s
3492026-06-25T00:31:34.825Z
3502026-06-25T00:31:34.825Zreal 19.330780176
3512026-06-25T00:31:34.825Zuser 54.626164385
3522026-06-25T00:31:34.825Zsys 13.134386901
3532026-06-25T00:31:34.825Ztrap 0.040368817
3542026-06-25T00:31:34.825Ztflt 0.081953169
3552026-06-25T00:31:34.825Zdflt 0.113198813
3562026-06-25T00:31:34.828Zkflt 0.005241184
3572026-06-25T00:31:34.828Zlock 3:23.849372351
3582026-06-25T00:31:34.828Zslp 3:02.713192769
3592026-06-25T00:31:34.828Zlat 3.478068664
3602026-06-25T00:31:34.828Zstop 13.142068873
3612026-06-25T00:31:34.828Z+ header 'debug build'
3622026-06-25T00:31:34.829Z+ echo '# ==== debug build ==== #'
3632026-06-25T00:31:34.829Z# ==== debug build ==== #
3642026-06-25T00:31:34.829Z+ ptime -m cargo build
3652026-06-25T00:31:34.987Z Compiling cfg-if v1.0.4
3662026-06-25T00:31:34.987Z Compiling serde_core v1.0.228
3672026-06-25T00:31:34.991Z Compiling libc v0.2.186
3682026-06-25T00:31:35.015Z Compiling thiserror v2.0.18
3692026-06-25T00:31:35.020Z Compiling byteorder v1.5.0
3702026-06-25T00:31:35.023Z Compiling zerocopy v0.8.52
3712026-06-25T00:31:35.026Z Compiling macaddr v1.0.1
3722026-06-25T00:31:35.026Z Compiling stable_deref_trait v1.2.1
3732026-06-25T00:31:35.064Z Compiling bitflags v1.3.2
3742026-06-25T00:31:35.076Z Compiling cobs v0.3.0
3752026-06-25T00:31:35.091Z Compiling rand_core v0.10.1
3762026-06-25T00:31:35.121Z Compiling managed v0.8.0
3772026-06-25T00:31:35.184Z Compiling hash32 v0.3.1
3782026-06-25T00:31:35.240Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3792026-06-25T00:31:35.263Z Compiling heapless v0.8.0
3802026-06-25T00:31:35.328Z Compiling errno v0.3.14
3812026-06-25T00:31:35.333Z Compiling unicode-width v0.2.2
3822026-06-25T00:31:35.345Z Compiling once_cell v1.21.4
3832026-06-25T00:31:35.345Z Compiling memchr v2.8.2
3842026-06-25T00:31:35.462Z Compiling foreign-types-shared v0.3.1
3852026-06-25T00:31:35.484Z Compiling ipnetwork v0.21.1
3862026-06-25T00:31:35.538Z Compiling cpufeatures v0.3.0
3872026-06-25T00:31:35.576Z Compiling utf8parse v0.2.2
3882026-06-25T00:31:35.601Z Compiling chacha20 v0.10.0
3892026-06-25T00:31:35.625Z Compiling smoltcp v0.11.0
3902026-06-25T00:31:35.669Z Compiling anstyle-parse v1.0.0
3912026-06-25T00:31:35.681Z Compiling tabwriter v1.4.1
3922026-06-25T00:31:35.877Z Compiling cstr-argument v0.1.2
3932026-06-25T00:31:35.939Z Compiling foreign-types v0.5.0
3942026-06-25T00:31:36.008Z Compiling tracing-core v0.1.36
3952026-06-25T00:31:36.037Z Compiling ref-cast v1.0.25
3962026-06-25T00:31:36.041Z Compiling getrandom v0.4.2
3972026-06-25T00:31:36.129Z Compiling num_enum v0.7.6
3982026-06-25T00:31:36.134Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
3992026-06-25T00:31:36.200Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4002026-06-25T00:31:36.230Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4012026-06-25T00:31:36.258Z Compiling is_terminal_polyfill v1.70.2
4022026-06-25T00:31:36.311Z Compiling anstyle-query v1.1.5
4032026-06-25T00:31:36.337Z Compiling dyn-clone v1.0.20
4042026-06-25T00:31:36.414Z Compiling pretty-hex v0.4.2
4052026-06-25T00:31:36.496Z Compiling pin-project-lite v0.2.17
4062026-06-25T00:31:37.534Z Compiling colorchoice v1.0.5
4072026-06-25T00:31:37.537Z Compiling anstyle v1.0.14
4082026-06-25T00:31:37.537Z Compiling tracing v0.1.44
4092026-06-25T00:31:37.537Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4102026-06-25T00:31:37.537Z Compiling bitflags v2.13.0
4112026-06-25T00:31:37.537Z Compiling serde v1.0.228
4122026-06-25T00:31:37.537Z Compiling uuid v1.23.3
4132026-06-25T00:31:37.537Z Compiling anstream v1.0.0
4142026-06-25T00:31:37.537Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4152026-06-25T00:31:37.537Z Compiling postcard v1.1.3
4162026-06-25T00:31:37.537Z Compiling rustix v1.1.4
4172026-06-25T00:31:37.538Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4182026-06-25T00:31:37.538Z Compiling anyhow v1.0.102
4192026-06-25T00:31:37.538Z Compiling rand v0.10.1
4202026-06-25T00:31:37.581Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4212026-06-25T00:31:37.585Z Compiling socket2 v0.6.4
4222026-06-25T00:31:37.694Z Compiling clap_lex v1.1.0
4232026-06-25T00:31:37.897Z Compiling ingot-types v0.1.2
4242026-06-25T00:31:38.024Z Compiling terminal_size v0.4.4
4252026-06-25T00:31:38.078Z Compiling oxnet v0.1.6
4262026-06-25T00:31:38.177Z Compiling colored v3.1.1
4272026-06-25T00:31:38.304Z Compiling ingot v0.1.1
4282026-06-25T00:31:38.360Z Compiling winnow v1.0.3
4292026-06-25T00:31:38.435Z Compiling strsim v0.11.1
4302026-06-25T00:31:38.529Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4312026-06-25T00:31:38.728Z Compiling clap_builder v4.6.0
4322026-06-25T00:31:39.330Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
4332026-06-25T00:31:39.981Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4342026-06-25T00:31:40.345Z Compiling clap v4.6.1
4352026-06-25T00:31:41.818Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4362026-06-25T00:31:43.282Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4372026-06-25T00:31:48.303Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.46s
4382026-06-25T00:31:48.332Z
4392026-06-25T00:31:48.332Zreal 13.496576599
4402026-06-25T00:31:48.332Zuser 1:08.152868416
4412026-06-25T00:31:48.332Zsys 6.158202786
4422026-06-25T00:31:48.336Ztrap 0.035082677
4432026-06-25T00:31:48.336Ztflt 0.260732207
4442026-06-25T00:31:48.336Zdflt 0.310993378
4452026-06-25T00:31:48.336Zkflt 0.000003440
4462026-06-25T00:31:48.336Zlock 3:02.522343596
4472026-06-25T00:31:48.336Zslp 1:59.295595952
4482026-06-25T00:31:48.336Zlat 2.698842614
4492026-06-25T00:31:48.336Zstop 2.564005231
4502026-06-25T00:31:48.336Z+ header 'release build'
4512026-06-25T00:31:48.336Z+ echo '# ==== release build ==== #'
4522026-06-25T00:31:48.336Z+ ptime -m cargo build --release
4532026-06-25T00:31:48.336Z# ==== release build ==== #
4542026-06-25T00:31:48.432Z Compiling proc-macro2 v1.0.106
4552026-06-25T00:31:48.432Z Compiling quote v1.0.45
4562026-06-25T00:31:48.432Z Compiling unicode-ident v1.0.24
4572026-06-25T00:31:48.432Z Compiling serde_core v1.0.228
4582026-06-25T00:31:48.432Z Compiling libc v0.2.186
4592026-06-25T00:31:48.432Z Compiling cfg-if v1.0.4
4602026-06-25T00:31:48.432Z Compiling memchr v2.8.2
4612026-06-25T00:31:48.435Z Compiling strsim v0.11.1
4622026-06-25T00:31:48.504Z Compiling fnv v1.0.7
4632026-06-25T00:31:48.559Z Compiling ident_case v1.0.1
4642026-06-25T00:31:48.583Z Compiling thiserror v2.0.18
4652026-06-25T00:31:48.672Z Compiling regex-syntax v0.8.11
4662026-06-25T00:31:48.730Z Compiling anyhow v1.0.102
4672026-06-25T00:31:48.737Z Compiling serde v1.0.228
4682026-06-25T00:31:49.001Z Compiling aho-corasick v1.1.4
4692026-06-25T00:31:49.016Z Compiling equivalent v1.0.2
4702026-06-25T00:31:49.020Z Compiling winnow v1.0.3
4712026-06-25T00:31:49.082Z Compiling either v1.16.0
4722026-06-25T00:31:49.109Z Compiling hashbrown v0.17.1
4732026-06-25T00:31:49.178Z Compiling zerocopy v0.8.52
4742026-06-25T00:31:49.272Z Compiling itertools v0.14.0
4752026-06-25T00:31:49.592Z Compiling indexmap v2.14.0
4762026-06-25T00:31:49.705Z Compiling syn v2.0.117
4772026-06-25T00:31:49.782Z Compiling byteorder v1.5.0
4782026-06-25T00:31:49.961Z Compiling toml_parser v1.1.2+spec-1.1.0
4792026-06-25T00:31:50.033Z Compiling heapless v0.8.0
4802026-06-25T00:31:50.204Z Compiling regex-automata v0.4.14
4812026-06-25T00:31:50.314Z Compiling toml_datetime v1.1.1+spec-1.1.0
4822026-06-25T00:31:50.498Z Compiling toml_edit v0.25.12+spec-1.1.0
4832026-06-25T00:31:50.501Z Compiling hash32 v0.3.1
4842026-06-25T00:31:50.501Z Compiling macaddr v1.0.1
4852026-06-25T00:31:50.519Z Compiling bitflags v2.13.0
4862026-06-25T00:31:50.625Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4872026-06-25T00:31:50.680Z Compiling syn v1.0.109
4882026-06-25T00:31:50.689Z Compiling smoltcp v0.11.0
4892026-06-25T00:31:50.721Z Compiling stable_deref_trait v1.2.1
4902026-06-25T00:31:50.785Z Compiling rustversion v1.0.22
4912026-06-25T00:31:50.857Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
4922026-06-25T00:31:51.005Z Compiling proc-macro-crate v3.5.0
4932026-06-25T00:31:51.009Z Compiling bitflags v1.3.2
4942026-06-25T00:31:51.054Z Compiling rustix v1.1.4
4952026-06-25T00:31:51.065Z Compiling version_check v0.9.5
4962026-06-25T00:31:51.150Z Compiling rand_core v0.10.1
4972026-06-25T00:31:51.300Z Compiling ref-cast v1.0.25
4982026-06-25T00:31:51.315Z Compiling managed v0.8.0
4992026-06-25T00:31:51.318Z Compiling getrandom v0.4.2
5002026-06-25T00:31:51.357Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-06-25T00:31:51.566Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5022026-06-25T00:31:51.569Z Compiling uuid v1.23.3
5032026-06-25T00:31:51.613Z Compiling errno v0.3.14
5042026-06-25T00:31:51.933Z Compiling regex v1.12.4
5052026-06-25T00:31:51.938Z Compiling once_cell v1.21.4
5062026-06-25T00:31:51.972Z Compiling unicode-width v0.2.2
5072026-06-25T00:31:52.158Z Compiling ipnetwork v0.21.1
5082026-06-25T00:31:52.259Z Compiling darling_core v0.21.3
5092026-06-25T00:31:52.314Z Compiling cpufeatures v0.3.0
5102026-06-25T00:31:52.412Z Compiling utf8parse v0.2.2
5112026-06-25T00:31:52.475Z Compiling foreign-types-shared v0.3.1
5122026-06-25T00:31:52.530Z Compiling anstyle-parse v1.0.0
5132026-06-25T00:31:52.539Z Compiling chacha20 v0.10.0
5142026-06-25T00:31:52.567Z Compiling tabwriter v1.4.1
5152026-06-25T00:31:52.685Z Compiling cstr-argument v0.1.2
5162026-06-25T00:31:52.703Z Compiling tracing-core v0.1.36
5172026-06-25T00:31:53.237Z Compiling is_terminal_polyfill v1.70.2
5182026-06-25T00:31:53.254Z Compiling pin-project-lite v0.2.17
5192026-06-25T00:31:53.318Z Compiling colorchoice v1.0.5
5202026-06-25T00:31:53.341Z Compiling pretty-hex v0.4.2
5212026-06-25T00:31:53.396Z Compiling thiserror-impl v2.0.18
5222026-06-25T00:31:53.419Z Compiling zerocopy-derive v0.8.52
5232026-06-25T00:31:53.465Z Compiling serde_derive v1.0.228
5242026-06-25T00:31:53.537Z Compiling ref-cast-impl v1.0.25
5252026-06-25T00:31:53.599Z Compiling num_enum_derive v0.7.6
5262026-06-25T00:31:54.129Z Compiling foreign-types-macros v0.2.3
5272026-06-25T00:31:54.381Z Compiling darling_macro v0.21.3
5282026-06-25T00:31:54.386Z Compiling tracing-attributes v0.1.31
5292026-06-25T00:31:54.555Z Compiling num_enum v0.7.6
5302026-06-25T00:31:54.662Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5312026-06-25T00:31:54.710Z Compiling cobs v0.3.0
5322026-06-25T00:31:54.738Z Compiling foreign-types v0.5.0
5332026-06-25T00:31:54.805Z Compiling anstyle v1.0.14
5342026-06-25T00:31:54.902Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5352026-06-25T00:31:54.930Z Compiling darling v0.21.3
5362026-06-25T00:31:54.931Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4abde35f)
5372026-06-25T00:31:54.988Z Compiling ingot-macros v0.1.1
5382026-06-25T00:31:55.043Z Compiling dyn-clone v1.0.20
5392026-06-25T00:31:55.123Z Compiling anstyle-query v1.1.5
5402026-06-25T00:31:55.155Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5412026-06-25T00:31:55.172Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#7bd1bc80)
5422026-06-25T00:31:55.212Z Compiling anstream v1.0.0
5432026-06-25T00:31:55.362Z Compiling terminal_size v0.4.4
5442026-06-25T00:31:55.366Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5452026-06-25T00:31:55.494Z Compiling rand v0.10.1
5462026-06-25T00:31:55.583Z Compiling tracing v0.1.44
5472026-06-25T00:31:55.615Z Compiling socket2 v0.6.4
5482026-06-25T00:31:55.897Z Compiling clap_lex v1.1.0
5492026-06-25T00:31:56.011Z Compiling oxnet v0.1.6
5502026-06-25T00:31:56.201Z Compiling heck v0.5.0
5512026-06-25T00:31:56.300Z Compiling colored v3.1.1
5522026-06-25T00:31:56.304Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5532026-06-25T00:31:56.384Z Compiling clap_derive v4.6.1
5542026-06-25T00:31:56.605Z Compiling clap_builder v4.6.0
5552026-06-25T00:31:56.769Z Compiling postcard v1.1.3
5562026-06-25T00:31:57.961Z Compiling ingot-types v0.1.2
5572026-06-25T00:31:58.277Z Compiling ingot v0.1.1
5582026-06-25T00:31:58.390Z Compiling clap v4.6.1
5592026-06-25T00:31:59.968Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5602026-06-25T00:32:01.086Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5612026-06-25T00:32:02.144Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5622026-06-25T00:32:09.403Z Finished `release` profile [optimized + debuginfo] target(s) in 21.06s
5632026-06-25T00:32:09.431Z
5642026-06-25T00:32:09.431Zreal 21.088507832
5652026-06-25T00:32:09.431Zuser 1:46.634827718
5662026-06-25T00:32:09.431Zsys 13.464307090
5672026-06-25T00:32:09.431Ztrap 0.052708339
5682026-06-25T00:32:09.434Ztflt 0.139212492
5692026-06-25T00:32:09.434Zdflt 0.439476063
5702026-06-25T00:32:09.434Zkflt 0.000018760
5712026-06-25T00:32:09.434Zlock 4:32.365427788
5722026-06-25T00:32:09.434Zslp 3:26.892842334
5732026-06-25T00:32:09.434Zlat 5.463010637
5742026-06-25T00:32:09.434Zstop 9.341819107
5752026-06-25T00:32:09.434Z+ popd
5762026-06-25T00:32:09.434Z/work/oxidecomputer/opte
5772026-06-25T00:32:09.434Z+ for x in debug release
5782026-06-25T00:32:09.434Z+ mkdir -p /work/debug
5792026-06-25T00:32:09.434Z+ cp target/debug/opteadm /work/debug/
5802026-06-25T00:32:09.458Z+ sha256sum target/debug/opteadm
5812026-06-25T00:32:09.485Z+ for x in debug release
5822026-06-25T00:32:09.485Z+ mkdir -p /work/release
5832026-06-25T00:32:09.488Z+ cp target/release/opteadm /work/release/
5842026-06-25T00:32:09.504Z+ sha256sum target/release/opteadm
5852026-06-25T00:32:09.524Zprocess exited: duration 69243 ms, exit code 0
 
5862026-06-25T00:32:09.531Zfound 4 output files
5872026-06-25T00:32:09.531Zuploading: /work/debug/opteadm (38543560 bytes)
5882026-06-25T00:32:10.779Zuploaded: /work/debug/opteadm
5892026-06-25T00:32:10.779Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5902026-06-25T00:32:11.789Zuploaded: /work/debug/opteadm.debug.sha256
5912026-06-25T00:32:11.789Zuploading: /work/release/opteadm (26900464 bytes)
5922026-06-25T00:32:12.940Zuploaded: /work/release/opteadm
5932026-06-25T00:32:12.940Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5942026-06-25T00:32:13.950Zuploaded: /work/release/opteadm.release.sha256