01KVYF72XSNXRRRZE2D00MWTCD: 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: 01KVYF7RC115Z2SD9TRBE69RVV

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-25T04:05:53.976Zjob assigned to worker 01KVYF80W29B3VBF1YA5011VAQ [factory aws, i-06fe30f849b263d9e] (queued for 52 s)
 
22026-06-25T04:06:00.832Zstarting task 0: "setup"
32026-06-25T04:06:00.914Z++ uname -s
42026-06-25T04:06:00.915Z+ kern=SunOS
52026-06-25T04:06:00.915Z+ build_user=build
62026-06-25T04:06:00.915Z+ build_uid=12345
72026-06-25T04:06:00.915Z+ work_dir=/work
82026-06-25T04:06:00.915Z+ input_dir=/input
92026-06-25T04:06:00.915Z+ [[ 0 == 12345 ]]
102026-06-25T04:06:00.915Z+ case "$kern" in
112026-06-25T04:06:00.915Z+ groupadd -g 12345 build
122026-06-25T04:06:00.915Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-25T04:06:02.846Z+ zfs create -o mountpoint=/work rpool/work
142026-06-25T04:06:03.333Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-25T04:06:03.345Z+ home_fs=zfs
162026-06-25T04:06:03.345Z+ [[ zfs == autofs ]]
172026-06-25T04:06:03.345Z+ mkdir -p /home/build
182026-06-25T04:06:03.345Z+ chown build:build /home/build /work
192026-06-25T04:06:05.623Z+ chmod 0700 /home/build /work
202026-06-25T04:06:05.648Zprocess exited: duration 4103 ms, exit code 0
 
212026-06-25T04:06:05.658Zstarting task 1: "rust-toolchain"
222026-06-25T04:06:05.664Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-25T04:06:05.664Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-06-25T04:06:05.664Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
252026-06-25T04:06:05.664Z * rust toolchain channel = "1.96.0"
262026-06-25T04:06:05.664Z * rust toolchain profile = "default"
272026-06-25T04:06:05.664Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-25T04:06:05.664Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-25T04:06:05.664Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-25T04:06:05.771Zinfo: downloading installer
312026-06-25T04:06:07.275Zwarn: It looks like you have an existing rustup settings file at:
322026-06-25T04:06:07.275Zwarn: /home/build/.rustup/settings.toml
332026-06-25T04:06:07.275Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-25T04:06:07.275Zwarn: instead of the one inferred from the default host triple.
352026-06-25T04:06:07.295Zinfo: profile set to default
362026-06-25T04:06:07.295Zinfo: default host triple is x86_64-unknown-illumos
372026-06-25T04:06:07.299Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-25T04:06:07.450Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-25T04:06:07.454Zinfo: downloading 6 components
402026-06-25T04:06:22.725Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
412026-06-25T04:06:22.725Z
422026-06-25T04:06:22.754Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-25T04:06:22.754Z
442026-06-25T04:06:22.754Z
452026-06-25T04:06:22.754ZRust is installed now. Great!
462026-06-25T04:06:22.754Z
472026-06-25T04:06:22.754ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-25T04:06:22.754Zenvironment variable. This has not been done automatically.
492026-06-25T04:06:22.754Z
502026-06-25T04:06:22.754ZTo configure your current shell, you need to source
512026-06-25T04:06:22.754Zthe corresponding env file under $HOME/.cargo.
522026-06-25T04:06:22.754Z
532026-06-25T04:06:22.754ZThis is usually done by running one of the following (note the leading DOT):
542026-06-25T04:06:22.754Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-25T04:06:22.754Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-25T04:06:22.754Zsource "~/.cargo/env.nu" # For nushell
572026-06-25T04:06:22.754Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-25T04:06:22.754Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-25T04:06:22.754Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-25T04:06:22.757Zwarn: no default linker (`cc`) was found in your PATH
612026-06-25T04:06:22.757Zwarn: many Rust crates require a system C toolchain to build
622026-06-25T04:06:22.860Z+ rustup --version
632026-06-25T04:06:22.870Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-25T04:06:22.873Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-25T04:06:22.893Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-25T04:06:22.895Z+ cargo --version
672026-06-25T04:06:22.909Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-25T04:06:22.912Z+ rustc --version
692026-06-25T04:06:22.931Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-25T04:06:22.934Zprocess exited: duration 17278 ms, exit code 0
 
712026-06-25T04:06:22.939Zstarting task 2: "authentication"
722026-06-25T04:06:22.956Zprocess exited: duration 16 ms, exit code 0
 
732026-06-25T04:06:22.961Zstarting task 3: "clone repository"
742026-06-25T04:06:22.964Z+ mkdir -p /work/oxidecomputer/opte
752026-06-25T04:06:22.967Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-25T04:06:23.008ZCloning into '/work/oxidecomputer/opte'...
772026-06-25T04:06:23.860Z+ cd /work/oxidecomputer/opte
782026-06-25T04:06:23.863Z+ git fetch origin 661422ffe220dfabd411fe7d2d5f76f87f356d4c
792026-06-25T04:06:24.084ZFrom https://github.com/oxidecomputer/opte
802026-06-25T04:06:24.084Z * branch 661422ffe220dfabd411fe7d2d5f76f87f356d4c -> FETCH_HEAD
812026-06-25T04:06:24.089Z+ [[ -n '' ]]
822026-06-25T04:06:24.089Z+ git reset --hard 661422ffe220dfabd411fe7d2d5f76f87f356d4c
832026-06-25T04:06:24.106ZHEAD is now at 661422f Update Rust to nightly-2026-06-25
842026-06-25T04:06:24.109Zprocess exited: duration 1145 ms, exit code 0
 
852026-06-25T04:06:24.115Zstarting task 4: "build"
862026-06-25T04:06:24.118Z+ source .github/buildomat/common.sh
872026-06-25T04:06:24.121Z++ rustup show active-toolchain
882026-06-25T04:06:24.124Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
892026-06-25T04:06:24.126Z++ pushd xde
902026-06-25T04:06:24.126Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
912026-06-25T04:06:24.126Z++ rustup show active-toolchain
922026-06-25T04:06:24.130Zinfo: syncing channel updates for nightly-2026-06-25-x86_64-unknown-illumos
932026-06-25T04:06:24.283Zinfo: latest update on 2026-06-25 for version 1.98.0-nightly (f28ac764c 2026-06-23)
942026-06-25T04:06:24.286Zinfo: downloading 6 components
952026-06-25T04:06:38.152Znightly-2026-06-25-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
962026-06-25T04:06:38.254Z+++ rustup show active-toolchain -v
972026-06-25T04:06:38.258Z+++ head -n 1
982026-06-25T04:06:38.258Z+++ cut '-d ' -f1
992026-06-25T04:06:38.315Z++ export NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1002026-06-25T04:06:38.315Z++ NIGHTLY=nightly-2026-06-25-x86_64-unknown-illumos
1012026-06-25T04:06:38.315Z++ popd
1022026-06-25T04:06:38.315Z/work/oxidecomputer/opte
1032026-06-25T04:06:38.318Z+ cargo --version
1042026-06-25T04:06:38.322Zcargo 1.96.0 (30a34c682 2026-05-25)
1052026-06-25T04:06:38.322Z+ rustc --version
1062026-06-25T04:06:38.343Zrustc 1.96.0 (ac68faa20 2026-05-25)
1072026-06-25T04:06:38.346Z+ pushd bin/opteadm
1082026-06-25T04:06:38.346Z+ header 'check style'
1092026-06-25T04:06:38.346Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1102026-06-25T04:06:38.346Z+ echo '# ==== check style ==== #'
1112026-06-25T04:06:38.347Z+ ptime -m cargo +nightly-2026-06-25-x86_64-unknown-illumos fmt -- --check
1122026-06-25T04:06:38.347Z# ==== check style ==== #
1132026-06-25T04:06:38.421Z
1142026-06-25T04:06:38.421Zreal 0.071369210
1152026-06-25T04:06:38.421Zuser 0.039103371
1162026-06-25T04:06:38.421Zsys 0.029711721
1172026-06-25T04:06:38.421Ztrap 0.000001899
1182026-06-25T04:06:38.424Ztflt 0.000006929
1192026-06-25T04:06:38.425Zdflt 0.000015316
1202026-06-25T04:06:38.425Zkflt 0.000000000
1212026-06-25T04:06:38.425Zlock 0.033398936
1222026-06-25T04:06:38.425Zslp 0.049763936
1232026-06-25T04:06:38.425Zlat 0.000686431
1242026-06-25T04:06:38.425Zstop 0.000114071
1252026-06-25T04:06:38.425Z+ header analyze
1262026-06-25T04:06:38.425Z+ echo '# ==== analyze ==== #'
1272026-06-25T04:06:38.425Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1282026-06-25T04:06:38.425Z# ==== analyze ==== #
1292026-06-25T04:06:38.558Z Updating crates.io index
1302026-06-25T04:06:38.564Z Updating git repository `https://github.com/oxidecomputer/falcon`
1312026-06-25T04:06:39.195Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1322026-06-25T04:06:39.432Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1332026-06-25T04:06:39.738Z Updating git repository `https://github.com/oxidecomputer/zone`
1342026-06-25T04:06:39.949Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1352026-06-25T04:06:40.178Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1362026-06-25T04:06:40.451Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1372026-06-25T04:06:42.270Z Downloading crates ...
1382026-06-25T04:06:42.345Z Downloaded dyn-clone v1.0.20
1392026-06-25T04:06:42.349Z Downloaded cobs v0.3.0
1402026-06-25T04:06:42.352Z Downloaded ref-cast-impl v1.0.25
1412026-06-25T04:06:42.352Z Downloaded macaddr v1.0.1
1422026-06-25T04:06:42.363Z Downloaded anstream v1.0.0
1432026-06-25T04:06:42.367Z Downloaded ipnetwork v0.21.1
1442026-06-25T04:06:42.370Z Downloaded ingot v0.1.1
1452026-06-25T04:06:42.370Z Downloaded hash32 v0.3.1
1462026-06-25T04:06:42.370Z Downloaded anstyle-query v1.1.5
1472026-06-25T04:06:42.370Z Downloaded bitflags v1.3.2
1482026-06-25T04:06:42.375Z Downloaded cpufeatures v0.3.0
1492026-06-25T04:06:42.378Z Downloaded foreign-types-macros v0.2.3
1502026-06-25T04:06:42.378Z Downloaded embedded-io v0.6.1
1512026-06-25T04:06:42.391Z Downloaded anstyle v1.0.14
1522026-06-25T04:06:42.394Z Downloaded zerocopy-derive v0.8.52
1532026-06-25T04:06:42.399Z Downloaded equivalent v1.0.2
1542026-06-25T04:06:42.399Z Downloaded zerocopy v0.8.52
1552026-06-25T04:06:42.407Z Downloaded quote v1.0.46
1562026-06-25T04:06:42.410Z Downloaded errno v0.3.14
1572026-06-25T04:06:42.411Z Downloaded defmt-macros v1.1.0
1582026-06-25T04:06:42.416Z Downloaded byteorder v1.5.0
1592026-06-25T04:06:42.416Z Downloaded clap_lex v1.1.0
1602026-06-25T04:06:42.416Z Downloaded defmt v1.1.0
1612026-06-25T04:06:42.424Z Downloaded foreign-types v0.5.0
1622026-06-25T04:06:42.428Z Downloaded foreign-types-shared v0.3.1
1632026-06-25T04:06:42.428Z Downloaded defmt v0.3.100
1642026-06-25T04:06:42.429Z Downloaded darling_macro v0.21.3
1652026-06-25T04:06:42.429Z Downloaded clap v4.6.1
1662026-06-25T04:06:42.434Z Downloaded cfg-if v1.0.4
1672026-06-25T04:06:42.437Z Downloaded ref-cast v1.0.25
1682026-06-25T04:06:42.441Z Downloaded tabwriter v1.4.1
1692026-06-25T04:06:42.441Z Downloaded postcard v1.1.3
1702026-06-25T04:06:42.448Z Downloaded ingot-types v0.1.2
1712026-06-25T04:06:42.451Z Downloaded cstr-argument v0.1.2
1722026-06-25T04:06:42.451Z Downloaded colorchoice v1.0.5
1732026-06-25T04:06:42.454Z Downloaded is_terminal_polyfill v1.70.2
1742026-06-25T04:06:42.457Z Downloaded heck v0.5.0
1752026-06-25T04:06:42.457Z Downloaded version_check v0.9.5
1762026-06-25T04:06:42.461Z Downloaded fnv v1.0.7
1772026-06-25T04:06:42.464Z Downloaded ident_case v1.0.1
1782026-06-25T04:06:42.467Z Downloaded defmt-parser v1.0.0
1792026-06-25T04:06:42.470Z Downloaded strsim v0.11.1
1802026-06-25T04:06:42.470Z Downloaded terminal_size v0.4.4
1812026-06-25T04:06:42.476Z Downloaded proc-macro-error-attr2 v2.0.0
1822026-06-25T04:06:42.479Z Downloaded pretty-hex v0.4.2
1832026-06-25T04:06:42.480Z Downloaded embedded-io v0.4.0
1842026-06-25T04:06:42.485Z Downloaded tracing-core v0.1.36
1852026-06-25T04:06:42.488Z Downloaded socket2 v0.6.4
1862026-06-25T04:06:42.488Z Downloaded anstyle-parse v1.0.0
1872026-06-25T04:06:42.493Z Downloaded rustversion v1.0.22
1882026-06-25T04:06:42.497Z Downloaded managed v0.8.0
1892026-06-25T04:06:42.497Z Downloaded stable_deref_trait v1.2.1
1902026-06-25T04:06:42.512Z Downloaded proc-macro-crate v3.5.0
1912026-06-25T04:06:42.516Z Downloaded either v1.16.0
1922026-06-25T04:06:42.523Z Downloaded clap_derive v4.6.1
1932026-06-25T04:06:42.526Z Downloaded getrandom v0.4.3
1942026-06-25T04:06:42.530Z Downloaded anyhow v1.0.102
1952026-06-25T04:06:42.530Z Downloaded thiserror-impl v2.0.18
1962026-06-25T04:06:42.533Z Downloaded num_enum v0.7.6
1972026-06-25T04:06:42.533Z Downloaded oxnet v0.1.6
1982026-06-25T04:06:42.548Z Downloaded proc-macro-error2 v2.0.1
1992026-06-25T04:06:42.552Z Downloaded darling_core v0.21.3
2002026-06-25T04:06:42.556Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2012026-06-25T04:06:42.561Z Downloaded thiserror v2.0.18
2022026-06-25T04:06:42.565Z Downloaded rand_core v0.10.1
2032026-06-25T04:06:42.565Z Downloaded chacha20 v0.10.0
2042026-06-25T04:06:42.568Z Downloaded num_enum_derive v0.7.6
2052026-06-25T04:06:42.568Z Downloaded once_cell v1.21.4
2062026-06-25T04:06:42.568Z Downloaded colored v3.1.1
2072026-06-25T04:06:42.572Z Downloaded toml_edit v0.25.12+spec-1.1.0
2082026-06-25T04:06:42.577Z Downloaded utf8parse v0.2.2
2092026-06-25T04:06:42.582Z Downloaded tracing-attributes v0.1.31
2102026-06-25T04:06:42.583Z Downloaded toml_parser v1.1.2+spec-1.1.0
2112026-06-25T04:06:42.591Z Downloaded serde v1.0.228
2122026-06-25T04:06:42.591Z Downloaded ingot-macros v0.1.1
2132026-06-25T04:06:42.601Z Downloaded darling v0.21.3
2142026-06-25T04:06:42.604Z Downloaded pin-project-lite v0.2.17
2152026-06-25T04:06:42.615Z Downloaded unicode-ident v1.0.24
2162026-06-25T04:06:42.619Z Downloaded bitflags v2.13.0
2172026-06-25T04:06:42.631Z Downloaded uuid v1.23.3
2182026-06-25T04:06:42.644Z Downloaded proc-macro2 v1.0.106
2192026-06-25T04:06:42.657Z Downloaded serde_derive v1.0.228
2202026-06-25T04:06:42.660Z Downloaded heapless v0.8.0
2212026-06-25T04:06:42.669Z Downloaded serde_core v1.0.228
2222026-06-25T04:06:42.694Z Downloaded memchr v2.8.2
2232026-06-25T04:06:42.710Z Downloaded itertools v0.14.0
2242026-06-25T04:06:42.713Z Downloaded indexmap v2.14.0
2252026-06-25T04:06:42.728Z Downloaded aho-corasick v1.1.4
2262026-06-25T04:06:42.731Z Downloaded clap_builder v4.6.0
2272026-06-25T04:06:42.740Z Downloaded rand v0.10.1
2282026-06-25T04:06:42.752Z Downloaded hashbrown v0.17.1
2292026-06-25T04:06:42.765Z Downloaded regex v1.12.4
2302026-06-25T04:06:42.786Z Downloaded winnow v1.0.3
2312026-06-25T04:06:42.807Z Downloaded syn v1.0.109
2322026-06-25T04:06:42.865Z Downloaded unicode-width v0.2.2
2332026-06-25T04:06:42.869Z Downloaded smoltcp v0.11.0
2342026-06-25T04:06:42.877Z Downloaded syn v2.0.118
2352026-06-25T04:06:42.891Z Downloaded regex-syntax v0.8.11
2362026-06-25T04:06:42.911Z Downloaded tracing v0.1.44
2372026-06-25T04:06:42.930Z Downloaded rustix v1.1.4
2382026-06-25T04:06:42.957Z Downloaded regex-automata v0.4.14
2392026-06-25T04:06:42.975Z Downloaded libc v0.2.186
2402026-06-25T04:06:43.036Z Compiling proc-macro2 v1.0.106
2412026-06-25T04:06:43.044Z Compiling quote v1.0.46
2422026-06-25T04:06:43.044Z Compiling unicode-ident v1.0.24
2432026-06-25T04:06:43.044Z Compiling serde_core v1.0.228
2442026-06-25T04:06:43.044Z Compiling libc v0.2.186
2452026-06-25T04:06:43.044Z Checking cfg-if v1.0.4
2462026-06-25T04:06:43.044Z Compiling memchr v2.8.2
2472026-06-25T04:06:43.044Z Compiling fnv v1.0.7
2482026-06-25T04:06:43.161Z Compiling strsim v0.11.1
2492026-06-25T04:06:43.204Z Compiling ident_case v1.0.1
2502026-06-25T04:06:43.231Z Compiling thiserror v2.0.18
2512026-06-25T04:06:43.309Z Compiling regex-syntax v0.8.11
2522026-06-25T04:06:43.459Z Compiling hashbrown v0.17.1
2532026-06-25T04:06:43.483Z Compiling aho-corasick v1.1.4
2542026-06-25T04:06:43.659Z Compiling equivalent v1.0.2
2552026-06-25T04:06:43.734Z Compiling either v1.16.0
2562026-06-25T04:06:43.740Z Compiling serde v1.0.228
2572026-06-25T04:06:43.800Z Compiling winnow v1.0.3
2582026-06-25T04:06:43.937Z Compiling anyhow v1.0.102
2592026-06-25T04:06:44.009Z Compiling zerocopy v0.8.52
2602026-06-25T04:06:44.077Z Compiling indexmap v2.14.0
2612026-06-25T04:06:44.307Z Compiling itertools v0.14.0
2622026-06-25T04:06:44.420Z Compiling syn v2.0.118
2632026-06-25T04:06:44.472Z Compiling heapless v0.8.0
2642026-06-25T04:06:44.690Z Checking byteorder v1.5.0
2652026-06-25T04:06:44.762Z Compiling regex-automata v0.4.14
2662026-06-25T04:06:44.815Z Compiling toml_parser v1.1.2+spec-1.1.0
2672026-06-25T04:06:44.839Z Compiling toml_datetime v1.1.1+spec-1.1.0
2682026-06-25T04:06:44.903Z Checking hash32 v0.3.1
2692026-06-25T04:06:44.910Z Checking bitflags v2.13.0
2702026-06-25T04:06:45.057Z Compiling rustversion v1.0.22
2712026-06-25T04:06:45.072Z Compiling syn v1.0.109
2722026-06-25T04:06:45.190Z Compiling toml_edit v0.25.12+spec-1.1.0
2732026-06-25T04:06:45.393Z Checking macaddr v1.0.1
2742026-06-25T04:06:45.400Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2752026-06-25T04:06:45.417Z Checking stable_deref_trait v1.2.1
2762026-06-25T04:06:45.423Z Compiling smoltcp v0.11.0
2772026-06-25T04:06:45.610Z Checking bitflags v1.3.2
2782026-06-25T04:06:45.621Z Checking rand_core v0.10.1
2792026-06-25T04:06:45.639Z Compiling getrandom v0.4.3
2802026-06-25T04:06:45.672Z Checking managed v0.8.0
2812026-06-25T04:06:45.754Z Compiling proc-macro-crate v3.5.0
2822026-06-25T04:06:45.770Z Compiling rustix v1.1.4
2832026-06-25T04:06:45.852Z Compiling version_check v0.9.5
2842026-06-25T04:06:45.856Z Compiling ref-cast v1.0.25
2852026-06-25T04:06:45.896Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2862026-06-25T04:06:46.128Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2872026-06-25T04:06:46.194Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2882026-06-25T04:06:46.308Z Checking errno v0.3.14
2892026-06-25T04:06:46.370Z Checking utf8parse v0.2.2
2902026-06-25T04:06:46.438Z Checking unicode-width v0.2.2
2912026-06-25T04:06:46.501Z Checking foreign-types-shared v0.3.1
2922026-06-25T04:06:46.584Z Compiling regex v1.12.4
2932026-06-25T04:06:46.684Z Checking once_cell v1.21.4
2942026-06-25T04:06:46.769Z Checking cpufeatures v0.3.0
2952026-06-25T04:06:46.831Z Checking ipnetwork v0.21.1
2962026-06-25T04:06:46.839Z Checking cstr-argument v0.1.2
2972026-06-25T04:06:46.855Z Checking tracing-core v0.1.36
2982026-06-25T04:06:46.953Z Checking chacha20 v0.10.0
2992026-06-25T04:06:46.980Z Checking tabwriter v1.4.1
3002026-06-25T04:06:47.003Z Checking anstyle-parse v1.0.0
3012026-06-25T04:06:47.123Z Compiling darling_core v0.21.3
3022026-06-25T04:06:47.375Z Checking is_terminal_polyfill v1.70.2
3032026-06-25T04:06:47.415Z Checking pretty-hex v0.4.2
3042026-06-25T04:06:47.455Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3052026-06-25T04:06:47.508Z Checking dyn-clone v1.0.20
3062026-06-25T04:06:47.526Z Checking anstyle-query v1.1.5
3072026-06-25T04:06:47.535Z Checking anstyle v1.0.14
3082026-06-25T04:06:47.603Z Checking colorchoice v1.0.5
3092026-06-25T04:06:47.608Z Checking pin-project-lite v0.2.17
3102026-06-25T04:06:47.626Z Checking terminal_size v0.4.4
3112026-06-25T04:06:47.688Z Checking rand v0.10.1
3122026-06-25T04:06:47.719Z Checking anstream v1.0.0
3132026-06-25T04:06:47.732Z Checking uuid v1.23.3
3142026-06-25T04:06:47.882Z Checking socket2 v0.6.4
3152026-06-25T04:06:47.901Z Checking oxnet v0.1.6
3162026-06-25T04:06:47.969Z Checking colored v3.1.1
3172026-06-25T04:06:47.989Z Checking clap_lex v1.1.0
3182026-06-25T04:06:48.128Z Compiling heck v0.5.0
3192026-06-25T04:06:48.145Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3202026-06-25T04:06:48.237Z Checking clap_builder v4.6.0
3212026-06-25T04:06:48.295Z Compiling thiserror-impl v2.0.18
3222026-06-25T04:06:48.381Z Compiling zerocopy-derive v0.8.52
3232026-06-25T04:06:48.455Z Compiling serde_derive v1.0.228
3242026-06-25T04:06:48.561Z Compiling ref-cast-impl v1.0.25
3252026-06-25T04:06:48.971Z Compiling foreign-types-macros v0.2.3
3262026-06-25T04:06:49.171Z Compiling num_enum_derive v0.7.6
3272026-06-25T04:06:49.216Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3282026-06-25T04:06:49.231Z Compiling darling_macro v0.21.3
3292026-06-25T04:06:49.588Z Checking foreign-types v0.5.0
3302026-06-25T04:06:49.592Z Checking cobs v0.3.0
3312026-06-25T04:06:49.605Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3322026-06-25T04:06:49.656Z Compiling tracing-attributes v0.1.31
3332026-06-25T04:06:49.725Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3342026-06-25T04:06:49.732Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3352026-06-25T04:06:49.795Z Compiling darling v0.21.3
3362026-06-25T04:06:49.805Z Compiling clap_derive v4.6.1
3372026-06-25T04:06:49.868Z Compiling ingot-macros v0.1.1
3382026-06-25T04:06:50.209Z Checking num_enum v0.7.6
3392026-06-25T04:06:50.318Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3402026-06-25T04:06:50.742Z Checking tracing v0.1.44
3412026-06-25T04:06:51.154Z Checking clap v4.6.1
3422026-06-25T04:06:51.195Z Checking postcard v1.1.3
3432026-06-25T04:06:52.358Z Checking ingot-types v0.1.2
3442026-06-25T04:06:52.622Z Checking ingot v0.1.1
3452026-06-25T04:06:53.921Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3462026-06-25T04:06:55.113Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3472026-06-25T04:06:56.323Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3482026-06-25T04:06:57.143Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.67s
3492026-06-25T04:06:57.256Z
3502026-06-25T04:06:57.256Zreal 18.830926043
3512026-06-25T04:06:57.256Zuser 54.639287339
3522026-06-25T04:06:57.256Zsys 13.121632191
3532026-06-25T04:06:57.260Ztrap 0.042781123
3542026-06-25T04:06:57.260Ztflt 0.085380467
3552026-06-25T04:06:57.261Zdflt 0.140441673
3562026-06-25T04:06:57.261Zkflt 0.004681334
3572026-06-25T04:06:57.261Zlock 3:20.868395443
3582026-06-25T04:06:57.261Zslp 2:59.935493105
3592026-06-25T04:06:57.261Zlat 3.985157521
3602026-06-25T04:06:57.261Zstop 12.845186057
3612026-06-25T04:06:57.261Z+ header 'debug build'
3622026-06-25T04:06:57.261Z+ echo '# ==== debug build ==== #'
3632026-06-25T04:06:57.261Z+ ptime -m cargo build
3642026-06-25T04:06:57.261Z# ==== debug build ==== #
3652026-06-25T04:06:57.410Z Compiling cfg-if v1.0.4
3662026-06-25T04:06:57.410Z Compiling serde_core v1.0.228
3672026-06-25T04:06:57.410Z Compiling libc v0.2.186
3682026-06-25T04:06:57.437Z Compiling thiserror v2.0.18
3692026-06-25T04:06:57.440Z Compiling byteorder v1.5.0
3702026-06-25T04:06:57.443Z Compiling zerocopy v0.8.52
3712026-06-25T04:06:57.443Z Compiling macaddr v1.0.1
3722026-06-25T04:06:57.447Z Compiling stable_deref_trait v1.2.1
3732026-06-25T04:06:57.487Z Compiling bitflags v1.3.2
3742026-06-25T04:06:57.500Z Compiling cobs v0.3.0
3752026-06-25T04:06:57.513Z Compiling managed v0.8.0
3762026-06-25T04:06:57.546Z Compiling rand_core v0.10.1
3772026-06-25T04:06:57.606Z Compiling hash32 v0.3.1
3782026-06-25T04:06:57.685Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3792026-06-25T04:06:57.698Z Compiling heapless v0.8.0
3802026-06-25T04:06:57.731Z Compiling errno v0.3.14
3812026-06-25T04:06:57.750Z Compiling cpufeatures v0.3.0
3822026-06-25T04:06:57.763Z Compiling utf8parse v0.2.2
3832026-06-25T04:06:57.763Z Compiling foreign-types-shared v0.3.1
3842026-06-25T04:06:57.811Z Compiling ipnetwork v0.21.1
3852026-06-25T04:06:57.839Z Compiling once_cell v1.21.4
3862026-06-25T04:06:57.852Z Compiling memchr v2.8.2
3872026-06-25T04:06:57.887Z Compiling unicode-width v0.2.2
3882026-06-25T04:06:57.937Z Compiling anstyle-parse v1.0.0
3892026-06-25T04:06:58.073Z Compiling smoltcp v0.11.0
3902026-06-25T04:06:58.123Z Compiling tabwriter v1.4.1
3912026-06-25T04:06:58.147Z Compiling tracing-core v0.1.36
3922026-06-25T04:06:58.181Z Compiling foreign-types v0.5.0
3932026-06-25T04:06:58.247Z Compiling cstr-argument v0.1.2
3942026-06-25T04:06:58.331Z Compiling chacha20 v0.10.0
3952026-06-25T04:06:58.409Z Compiling ref-cast v1.0.25
3962026-06-25T04:06:58.503Z Compiling num_enum v0.7.6
3972026-06-25T04:06:58.538Z Compiling getrandom v0.4.3
3982026-06-25T04:06:58.610Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3992026-06-25T04:06:58.666Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4002026-06-25T04:06:58.713Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4012026-06-25T04:06:58.745Z Compiling colorchoice v1.0.5
4022026-06-25T04:06:58.764Z Compiling pretty-hex v0.4.2
4032026-06-25T04:06:58.855Z Compiling anstyle-query v1.1.5
4042026-06-25T04:06:58.890Z Compiling anstyle v1.0.14
4052026-06-25T04:06:58.961Z Compiling is_terminal_polyfill v1.70.2
4062026-06-25T04:06:59.032Z Compiling pin-project-lite v0.2.17
4072026-06-25T04:06:59.046Z Compiling dyn-clone v1.0.20
4082026-06-25T04:06:59.120Z Compiling bitflags v2.13.0
4092026-06-25T04:06:59.155Z Compiling serde v1.0.228
4102026-06-25T04:06:59.204Z Compiling uuid v1.23.3
4112026-06-25T04:06:59.268Z Compiling tracing v0.1.44
4122026-06-25T04:06:59.344Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4132026-06-25T04:06:59.458Z Compiling rustix v1.1.4
4142026-06-25T04:06:59.568Z Compiling anstream v1.0.0
4152026-06-25T04:06:59.634Z Compiling postcard v1.1.3
4162026-06-25T04:06:59.807Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4172026-06-25T04:06:59.824Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4182026-06-25T04:06:59.962Z Compiling terminal_size v0.4.4
4192026-06-25T04:06:59.983Z Compiling anyhow v1.0.102
4202026-06-25T04:07:00.020Z Compiling rand v0.10.1
4212026-06-25T04:07:00.079Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4222026-06-25T04:07:00.125Z Compiling socket2 v0.6.4
4232026-06-25T04:07:00.195Z Compiling strsim v0.11.1
4242026-06-25T04:07:00.340Z Compiling ingot-types v0.1.2
4252026-06-25T04:07:00.502Z Compiling oxnet v0.1.6
4262026-06-25T04:07:00.710Z Compiling ingot v0.1.1
4272026-06-25T04:07:00.755Z Compiling colored v3.1.1
4282026-06-25T04:07:00.881Z Compiling winnow v1.0.3
4292026-06-25T04:07:00.998Z Compiling clap_lex v1.1.0
4302026-06-25T04:07:01.006Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4312026-06-25T04:07:01.140Z Compiling clap_builder v4.6.0
4322026-06-25T04:07:01.805Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4332026-06-25T04:07:02.352Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4342026-06-25T04:07:02.787Z Compiling clap v4.6.1
4352026-06-25T04:07:04.027Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4362026-06-25T04:07:05.512Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4372026-06-25T04:07:09.936Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.67s
4382026-06-25T04:07:09.963Z
4392026-06-25T04:07:09.966Zreal 12.697167454
4402026-06-25T04:07:09.966Zuser 1:05.518721928
4412026-06-25T04:07:09.966Zsys 6.006418080
4422026-06-25T04:07:09.966Ztrap 0.033716685
4432026-06-25T04:07:09.966Ztflt 0.124786644
4442026-06-25T04:07:09.966Zdflt 0.189247722
4452026-06-25T04:07:09.966Zkflt 0.000009147
4462026-06-25T04:07:09.966Zlock 2:56.250689570
4472026-06-25T04:07:09.967Zslp 1:56.790648916
4482026-06-25T04:07:09.967Zlat 3.777978690
4492026-06-25T04:07:09.967Zstop 2.718093050
4502026-06-25T04:07:09.967Z+ header 'release build'
4512026-06-25T04:07:09.967Z+ echo '# ==== release build ==== #'
4522026-06-25T04:07:09.967Z# ==== release build ==== #
4532026-06-25T04:07:09.967Z+ ptime -m cargo build --release
4542026-06-25T04:07:10.061Z Compiling proc-macro2 v1.0.106
4552026-06-25T04:07:10.062Z Compiling unicode-ident v1.0.24
4562026-06-25T04:07:10.062Z Compiling quote v1.0.46
4572026-06-25T04:07:10.062Z Compiling serde_core v1.0.228
4582026-06-25T04:07:10.062Z Compiling libc v0.2.186
4592026-06-25T04:07:10.062Z Compiling cfg-if v1.0.4
4602026-06-25T04:07:10.062Z Compiling thiserror v2.0.18
4612026-06-25T04:07:10.065Z Compiling ident_case v1.0.1
4622026-06-25T04:07:10.133Z Compiling memchr v2.8.2
4632026-06-25T04:07:10.199Z Compiling strsim v0.11.1
4642026-06-25T04:07:10.202Z Compiling fnv v1.0.7
4652026-06-25T04:07:10.279Z Compiling regex-syntax v0.8.11
4662026-06-25T04:07:10.395Z Compiling equivalent v1.0.2
4672026-06-25T04:07:10.462Z Compiling winnow v1.0.3
4682026-06-25T04:07:10.472Z Compiling zerocopy v0.8.52
4692026-06-25T04:07:10.581Z Compiling aho-corasick v1.1.4
4702026-06-25T04:07:10.671Z Compiling anyhow v1.0.102
4712026-06-25T04:07:10.799Z Compiling serde v1.0.228
4722026-06-25T04:07:10.840Z Compiling hashbrown v0.17.1
4732026-06-25T04:07:10.981Z Compiling either v1.16.0
4742026-06-25T04:07:11.176Z Compiling itertools v0.14.0
4752026-06-25T04:07:11.256Z Compiling syn v2.0.118
4762026-06-25T04:07:11.325Z Compiling indexmap v2.14.0
4772026-06-25T04:07:11.358Z Compiling toml_parser v1.1.2+spec-1.1.0
4782026-06-25T04:07:11.510Z Compiling toml_datetime v1.1.1+spec-1.1.0
4792026-06-25T04:07:11.720Z Compiling regex-automata v0.4.14
4802026-06-25T04:07:11.893Z Compiling byteorder v1.5.0
4812026-06-25T04:07:11.922Z Compiling heapless v0.8.0
4822026-06-25T04:07:11.936Z Compiling toml_edit v0.25.12+spec-1.1.0
4832026-06-25T04:07:12.070Z Compiling hash32 v0.3.1
4842026-06-25T04:07:12.201Z Compiling bitflags v2.13.0
4852026-06-25T04:07:12.308Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4862026-06-25T04:07:12.333Z Compiling stable_deref_trait v1.2.1
4872026-06-25T04:07:12.352Z Compiling smoltcp v0.11.0
4882026-06-25T04:07:12.397Z Compiling syn v1.0.109
4892026-06-25T04:07:12.402Z Compiling macaddr v1.0.1
4902026-06-25T04:07:12.526Z Compiling rustversion v1.0.22
4912026-06-25T04:07:12.536Z Compiling proc-macro-crate v3.5.0
4922026-06-25T04:07:12.675Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4932026-06-25T04:07:12.728Z Compiling getrandom v0.4.3
4942026-06-25T04:07:12.815Z Compiling bitflags v1.3.2
4952026-06-25T04:07:12.874Z Compiling rand_core v0.10.1
4962026-06-25T04:07:12.878Z Compiling version_check v0.9.5
4972026-06-25T04:07:12.888Z Compiling managed v0.8.0
4982026-06-25T04:07:12.932Z Compiling ref-cast v1.0.25
4992026-06-25T04:07:12.981Z Compiling rustix v1.1.4
5002026-06-25T04:07:13.123Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5012026-06-25T04:07:13.258Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5022026-06-25T04:07:13.335Z Compiling errno v0.3.14
5032026-06-25T04:07:13.473Z Compiling regex v1.12.4
5042026-06-25T04:07:13.498Z Compiling once_cell v1.21.4
5052026-06-25T04:07:13.571Z Compiling ipnetwork v0.21.1
5062026-06-25T04:07:13.647Z Compiling cpufeatures v0.3.0
5072026-06-25T04:07:13.719Z Compiling foreign-types-shared v0.3.1
5082026-06-25T04:07:13.799Z Compiling darling_core v0.21.3
5092026-06-25T04:07:13.855Z Compiling unicode-width v0.2.2
5102026-06-25T04:07:13.938Z Compiling utf8parse v0.2.2
5112026-06-25T04:07:14.033Z Compiling anstyle-parse v1.0.0
5122026-06-25T04:07:14.136Z Compiling cstr-argument v0.1.2
5132026-06-25T04:07:14.225Z Compiling tabwriter v1.4.1
5142026-06-25T04:07:14.247Z Compiling chacha20 v0.10.0
5152026-06-25T04:07:14.284Z Compiling tracing-core v0.1.36
5162026-06-25T04:07:14.926Z Compiling is_terminal_polyfill v1.70.2
5172026-06-25T04:07:14.940Z Compiling dyn-clone v1.0.20
5182026-06-25T04:07:14.990Z Compiling thiserror-impl v2.0.18
5192026-06-25T04:07:15.002Z Compiling serde_derive v1.0.228
5202026-06-25T04:07:15.069Z Compiling zerocopy-derive v0.8.52
5212026-06-25T04:07:15.131Z Compiling foreign-types-macros v0.2.3
5222026-06-25T04:07:15.330Z Compiling ref-cast-impl v1.0.25
5232026-06-25T04:07:15.761Z Compiling num_enum_derive v0.7.6
5242026-06-25T04:07:15.815Z Compiling foreign-types v0.5.0
5252026-06-25T04:07:15.882Z Compiling tracing-attributes v0.1.31
5262026-06-25T04:07:15.921Z Compiling darling_macro v0.21.3
5272026-06-25T04:07:16.007Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5282026-06-25T04:07:16.320Z Compiling cobs v0.3.0
5292026-06-25T04:07:16.455Z Compiling darling v0.21.3
5302026-06-25T04:07:16.492Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5312026-06-25T04:07:16.515Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5322026-06-25T04:07:16.520Z Compiling ingot-macros v0.1.1
5332026-06-25T04:07:16.531Z Compiling anstyle v1.0.14
5342026-06-25T04:07:16.689Z Compiling pretty-hex v0.4.2
5352026-06-25T04:07:16.741Z Compiling num_enum v0.7.6
5362026-06-25T04:07:16.758Z Compiling anstyle-query v1.1.5
5372026-06-25T04:07:16.810Z Compiling pin-project-lite v0.2.17
5382026-06-25T04:07:16.844Z Compiling colorchoice v1.0.5
5392026-06-25T04:07:16.847Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5402026-06-25T04:07:16.900Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5412026-06-25T04:07:16.945Z Compiling anstream v1.0.0
5422026-06-25T04:07:16.983Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5432026-06-25T04:07:17.033Z Compiling terminal_size v0.4.4
5442026-06-25T04:07:17.087Z Compiling tracing v0.1.44
5452026-06-25T04:07:17.236Z Compiling rand v0.10.1
5462026-06-25T04:07:17.352Z Compiling uuid v1.23.3
5472026-06-25T04:07:17.380Z Compiling socket2 v0.6.4
5482026-06-25T04:07:17.396Z Compiling colored v3.1.1
5492026-06-25T04:07:17.763Z Compiling clap_lex v1.1.0
5502026-06-25T04:07:17.939Z Compiling heck v0.5.0
5512026-06-25T04:07:18.037Z Compiling oxnet v0.1.6
5522026-06-25T04:07:18.069Z Compiling clap_builder v4.6.0
5532026-06-25T04:07:18.130Z Compiling clap_derive v4.6.1
5542026-06-25T04:07:18.317Z Compiling postcard v1.1.3
5552026-06-25T04:07:18.328Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5562026-06-25T04:07:19.439Z Compiling ingot-types v0.1.2
5572026-06-25T04:07:19.756Z Compiling ingot v0.1.1
5582026-06-25T04:07:19.846Z Compiling clap v4.6.1
5592026-06-25T04:07:21.534Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5602026-06-25T04:07:22.534Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5612026-06-25T04:07:23.573Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5622026-06-25T04:07:30.123Z Finished `release` profile [optimized + debuginfo] target(s) in 20.14s
5632026-06-25T04:07:30.151Z
5642026-06-25T04:07:30.153Zreal 20.176395950
5652026-06-25T04:07:30.153Zuser 1:43.266004862
5662026-06-25T04:07:30.153Zsys 13.544264908
5672026-06-25T04:07:30.154Ztrap 0.053714613
5682026-06-25T04:07:30.154Ztflt 0.130653295
5692026-06-25T04:07:30.154Zdflt 0.338088679
5702026-06-25T04:07:30.154Zkflt 0.000097617
5712026-06-25T04:07:30.154Zlock 4:26.314041467
5722026-06-25T04:07:30.154Zslp 3:25.438552804
5732026-06-25T04:07:30.154Zlat 5.084231278
5742026-06-25T04:07:30.154Zstop 8.836120998
5752026-06-25T04:07:30.154Z+ popd
5762026-06-25T04:07:30.154Z/work/oxidecomputer/opte
5772026-06-25T04:07:30.154Z+ for x in debug release
5782026-06-25T04:07:30.154Z+ mkdir -p /work/debug
5792026-06-25T04:07:30.154Z+ cp target/debug/opteadm /work/debug/
5802026-06-25T04:07:30.177Z+ sha256sum target/debug/opteadm
5812026-06-25T04:07:30.202Z+ for x in debug release
5822026-06-25T04:07:30.202Z+ mkdir -p /work/release
5832026-06-25T04:07:30.222Z+ cp target/release/opteadm /work/release/
5842026-06-25T04:07:30.222Z+ sha256sum target/release/opteadm
5852026-06-25T04:07:30.237Zprocess exited: duration 66121 ms, exit code 0
 
5862026-06-25T04:07:30.247Zfound 4 output files
5872026-06-25T04:07:30.247Zuploading: /work/debug/opteadm (36543376 bytes)
5882026-06-25T04:07:31.506Zuploaded: /work/debug/opteadm
5892026-06-25T04:07:31.507Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5902026-06-25T04:07:32.519Zuploaded: /work/debug/opteadm.debug.sha256
5912026-06-25T04:07:32.520Zuploading: /work/release/opteadm (24742072 bytes)
5922026-06-25T04:07:33.695Zuploaded: /work/release/opteadm
5932026-06-25T04:07:33.695Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5942026-06-25T04:07:34.703Zuploaded: /work/release/opteadm.release.sha256