01KWH4QC89KSDABXB4MAX94NMR: 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: 01KWH4QVH4NHTH13AKA48FBQQB

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-07-02T10:08:00.908Zjob assigned to worker 01KWH4QWJ4B17JSJF5D0YC2YCZ [factory aws, i-0be03431861db4c72] (queued for 51 s)
 
22026-07-02T10:08:07.505Zstarting task 0: "setup"
32026-07-02T10:08:07.512Z++ uname -s
42026-07-02T10:08:07.518Z+ kern=SunOS
52026-07-02T10:08:07.518Z+ build_user=build
62026-07-02T10:08:07.518Z+ build_uid=12345
72026-07-02T10:08:07.518Z+ work_dir=/work
82026-07-02T10:08:07.519Z+ input_dir=/input
92026-07-02T10:08:07.519Z+ [[ 0 == 12345 ]]
102026-07-02T10:08:07.519Z+ case "$kern" in
112026-07-02T10:08:07.519Z+ groupadd -g 12345 build
122026-07-02T10:08:07.520Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-07-02T10:08:09.523Z+ zfs create -o mountpoint=/work rpool/work
142026-07-02T10:08:09.613Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-07-02T10:08:09.616Z+ home_fs=zfs
162026-07-02T10:08:09.617Z+ [[ zfs == autofs ]]
172026-07-02T10:08:09.617Z+ mkdir -p /home/build
182026-07-02T10:08:09.617Z+ chown build:build /home/build /work
192026-07-02T10:08:11.618Z+ chmod 0700 /home/build /work
202026-07-02T10:08:11.621Zprocess exited: duration 4114 ms, exit code 0
 
212026-07-02T10:08:11.627Zstarting task 1: "rust-toolchain"
222026-07-02T10:08:11.631Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.1
232026-07-02T10:08:11.631Z * rust toolchain channel = "1.96.1"
242026-07-02T10:08:11.631Z * rust toolchain profile = "default"
252026-07-02T10:08:11.631Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-07-02T10:08:11.631Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-07-02T10:08:11.631Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-07-02T10:08:11.634Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-07-02T10:08:11.634Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default
302026-07-02T10:08:11.767Zinfo: downloading installer
312026-07-02T10:08:13.136Zwarn: It looks like you have an existing rustup settings file at:
322026-07-02T10:08:13.136Zwarn: /home/build/.rustup/settings.toml
332026-07-02T10:08:13.136Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-07-02T10:08:13.137Zwarn: instead of the one inferred from the default host triple.
352026-07-02T10:08:13.148Zinfo: profile set to default
362026-07-02T10:08:13.148Zinfo: default host triple is x86_64-unknown-illumos
372026-07-02T10:08:13.151Zinfo: syncing channel updates for 1.96.1-x86_64-unknown-illumos
382026-07-02T10:08:13.288Zinfo: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26)
392026-07-02T10:08:13.291Zinfo: downloading 6 components
402026-07-02T10:08:28.220Zinfo: default toolchain set to 1.96.1-x86_64-unknown-illumos
412026-07-02T10:08:28.220Z
422026-07-02T10:08:28.248Z 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26)
432026-07-02T10:08:28.249Z
442026-07-02T10:08:28.249Z
452026-07-02T10:08:28.249ZRust is installed now. Great!
462026-07-02T10:08:28.249Z
472026-07-02T10:08:28.249ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-07-02T10:08:28.249Zenvironment variable. This has not been done automatically.
492026-07-02T10:08:28.249Z
502026-07-02T10:08:28.249ZTo configure your current shell, you need to source
512026-07-02T10:08:28.249Zthe corresponding env file under $HOME/.cargo.
522026-07-02T10:08:28.249Z
532026-07-02T10:08:28.249ZThis is usually done by running one of the following (note the leading DOT):
542026-07-02T10:08:28.253Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-07-02T10:08:28.253Zsource "$HOME/.cargo/env.fish" # For fish
562026-07-02T10:08:28.253Zsource "~/.cargo/env.nu" # For nushell
572026-07-02T10:08:28.253Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-07-02T10:08:28.253Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-07-02T10:08:28.253Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-07-02T10:08:28.253Zwarn: no default linker (`cc`) was found in your PATH
612026-07-02T10:08:28.253Zwarn: many Rust crates require a system C toolchain to build
622026-07-02T10:08:28.346Z+ rustup --version
632026-07-02T10:08:28.355Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-07-02T10:08:28.359Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-07-02T10:08:28.376Zinfo: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)`
662026-07-02T10:08:28.379Z+ cargo --version
672026-07-02T10:08:28.393Zcargo 1.96.1 (356927216 2026-06-26)
682026-07-02T10:08:28.396Z+ rustc --version
692026-07-02T10:08:28.415Zrustc 1.96.1 (31fca3adb 2026-06-26)
702026-07-02T10:08:28.418Zprocess exited: duration 16790 ms, exit code 0
 
712026-07-02T10:08:28.424Zstarting task 2: "authentication"
722026-07-02T10:08:28.442Zprocess exited: duration 16 ms, exit code 0
 
732026-07-02T10:08:28.450Zstarting task 3: "clone repository"
742026-07-02T10:08:28.452Z+ mkdir -p /work/oxidecomputer/opte
752026-07-02T10:08:28.455Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-07-02T10:08:28.485ZCloning into '/work/oxidecomputer/opte'...
772026-07-02T10:08:29.297Z+ cd /work/oxidecomputer/opte
782026-07-02T10:08:29.297Z+ git fetch origin e923888ac3bacc9121d671ed43a20dfc9a1bee6b
792026-07-02T10:08:29.550ZFrom https://github.com/oxidecomputer/opte
802026-07-02T10:08:29.550Z * branch e923888ac3bacc9121d671ed43a20dfc9a1bee6b -> FETCH_HEAD
812026-07-02T10:08:29.556Z+ [[ -n renovate/rand ]]
822026-07-02T10:08:29.559Z++ git branch --show-current
832026-07-02T10:08:29.559Z+ current=master
842026-07-02T10:08:29.559Z+ [[ master != renovate/rand ]]
852026-07-02T10:08:29.559Z+ git branch -f renovate/rand e923888ac3bacc9121d671ed43a20dfc9a1bee6b
862026-07-02T10:08:29.562Z+ git checkout -f renovate/rand
872026-07-02T10:08:29.579ZSwitched to branch 'renovate/rand'
882026-07-02T10:08:29.582Z+ git reset --hard e923888ac3bacc9121d671ed43a20dfc9a1bee6b
892026-07-02T10:08:29.587ZHEAD is now at e923888 Update Rust crate rand to 0.10.2
902026-07-02T10:08:29.587Zprocess exited: duration 1135 ms, exit code 0
 
912026-07-02T10:08:29.593Zstarting task 4: "build"
922026-07-02T10:08:29.597Z+ source .github/buildomat/common.sh
932026-07-02T10:08:29.600Z++ rustup show active-toolchain
942026-07-02T10:08:29.602Z1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-07-02T10:08:29.605Z++ pushd xde
962026-07-02T10:08:29.605Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-07-02T10:08:29.606Z++ rustup show active-toolchain
982026-07-02T10:08:29.608Zinfo: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos
992026-07-02T10:08:29.767Zinfo: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29)
1002026-07-02T10:08:29.770Zinfo: downloading 6 components
1012026-07-02T10:08:43.764Znightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-07-02T10:08:43.849Z+++ rustup show active-toolchain -v
1032026-07-02T10:08:43.852Z+++ head -n 1
1042026-07-02T10:08:43.852Z+++ cut '-d ' -f1
1052026-07-02T10:08:43.904Z++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1062026-07-02T10:08:43.904Z++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos
1072026-07-02T10:08:43.904Z++ popd
1082026-07-02T10:08:43.907Z/work/oxidecomputer/opte
1092026-07-02T10:08:43.908Z+ cargo --version
1102026-07-02T10:08:43.914Zcargo 1.96.1 (356927216 2026-06-26)
1112026-07-02T10:08:43.917Z+ rustc --version
1122026-07-02T10:08:43.937Zrustc 1.96.1 (31fca3adb 2026-06-26)
1132026-07-02T10:08:43.940Z+ pushd bin/opteadm
1142026-07-02T10:08:43.940Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-07-02T10:08:43.940Z+ header 'check style'
1162026-07-02T10:08:43.940Z+ echo '# ==== check style ==== #'
1172026-07-02T10:08:43.940Z# ==== check style ==== #
1182026-07-02T10:08:43.941Z+ ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check
1192026-07-02T10:08:44.012Z
1202026-07-02T10:08:44.012Zreal 0.069300679
1212026-07-02T10:08:44.012Zuser 0.038631962
1222026-07-02T10:08:44.012Zsys 0.028209410
1232026-07-02T10:08:44.012Ztrap 0.000000290
1242026-07-02T10:08:44.012Ztflt 0.000009600
1252026-07-02T10:08:44.012Zdflt 0.000016920
1262026-07-02T10:08:44.012Zkflt 0.000000000
1272026-07-02T10:08:44.012Zlock 0.031587298
1282026-07-02T10:08:44.012Zslp 0.048444064
1292026-07-02T10:08:44.012Zlat 0.000551950
1302026-07-02T10:08:44.012Zstop 0.000102150
1312026-07-02T10:08:44.015Z+ header analyze
1322026-07-02T10:08:44.015Z+ echo '# ==== analyze ==== #'
1332026-07-02T10:08:44.015Z# ==== analyze ==== #
1342026-07-02T10:08:44.015Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-07-02T10:08:44.150Z Updating crates.io index
1362026-07-02T10:08:44.153Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-07-02T10:08:44.804Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-07-02T10:08:45.027Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-07-02T10:08:45.329Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-07-02T10:08:45.587Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-07-02T10:08:45.827Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-07-02T10:08:46.091Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-07-02T10:08:47.955Z Downloading crates ...
1442026-07-02T10:08:48.007Z Downloaded cobs v0.3.0
1452026-07-02T10:08:48.020Z Downloaded clap_lex v1.1.0
1462026-07-02T10:08:48.020Z Downloaded anstyle-query v1.1.5
1472026-07-02T10:08:48.020Z Downloaded anstream v1.0.0
1482026-07-02T10:08:48.020Z Downloaded byteorder v1.5.0
1492026-07-02T10:08:48.024Z Downloaded anyhow v1.0.103
1502026-07-02T10:08:48.024Z Downloaded cfg-if v1.0.4
1512026-07-02T10:08:48.024Z Downloaded embedded-io v0.6.1
1522026-07-02T10:08:48.029Z Downloaded errno v0.3.14
1532026-07-02T10:08:48.029Z Downloaded fnv v1.0.7
1542026-07-02T10:08:48.030Z Downloaded darling_macro v0.21.3
1552026-07-02T10:08:48.034Z Downloaded colorchoice v1.0.5
1562026-07-02T10:08:48.038Z Downloaded foreign-types-shared v0.3.1
1572026-07-02T10:08:48.038Z Downloaded dyn-clone v1.0.20
1582026-07-02T10:08:48.040Z Downloaded equivalent v1.0.2
1592026-07-02T10:08:48.040Z Downloaded proc-macro-crate v3.5.0
1602026-07-02T10:08:48.044Z Downloaded zerocopy v0.8.52
1612026-07-02T10:08:48.053Z Downloaded is_terminal_polyfill v1.70.2
1622026-07-02T10:08:48.057Z Downloaded heck v0.5.0
1632026-07-02T10:08:48.057Z Downloaded defmt-parser v1.0.0
1642026-07-02T10:08:48.057Z Downloaded utf8parse v0.2.2
1652026-07-02T10:08:48.062Z Downloaded macaddr v1.0.1
1662026-07-02T10:08:48.065Z Downloaded embedded-io v0.4.0
1672026-07-02T10:08:48.068Z Downloaded ident_case v1.0.1
1682026-07-02T10:08:48.068Z Downloaded cpufeatures v0.3.0
1692026-07-02T10:08:48.068Z Downloaded foreign-types-macros v0.2.3
1702026-07-02T10:08:48.071Z Downloaded proc-macro-error-attr2 v2.0.0
1712026-07-02T10:08:48.071Z Downloaded cstr-argument v0.1.2
1722026-07-02T10:08:48.071Z Downloaded hash32 v0.3.1
1732026-07-02T10:08:48.071Z Downloaded strsim v0.11.1
1742026-07-02T10:08:48.074Z Downloaded ref-cast-impl v1.0.25
1752026-07-02T10:08:48.074Z Downloaded pretty-hex v0.4.2
1762026-07-02T10:08:48.076Z Downloaded foreign-types v0.5.0
1772026-07-02T10:08:48.080Z Downloaded defmt-macros v1.1.0
1782026-07-02T10:08:48.083Z Downloaded bitflags v1.3.2
1792026-07-02T10:08:48.084Z Downloaded anstyle v1.0.14
1802026-07-02T10:08:48.088Z Downloaded either v1.16.0
1812026-07-02T10:08:48.091Z Downloaded terminal_size v0.4.4
1822026-07-02T10:08:48.096Z Downloaded stable_deref_trait v1.2.1
1832026-07-02T10:08:48.099Z Downloaded ref-cast v1.0.25
1842026-07-02T10:08:48.105Z Downloaded managed v0.8.0
1852026-07-02T10:08:48.109Z Downloaded defmt v0.3.100
1862026-07-02T10:08:48.112Z Downloaded colored v3.1.1
1872026-07-02T10:08:48.119Z Downloaded tabwriter v1.4.1
1882026-07-02T10:08:48.127Z Downloaded pin-project-lite v0.2.17
1892026-07-02T10:08:48.134Z Downloaded rustversion v1.0.22
1902026-07-02T10:08:48.137Z Downloaded clap_derive v4.6.1
1912026-07-02T10:08:48.142Z Downloaded ingot-types v0.1.2
1922026-07-02T10:08:48.146Z Downloaded defmt v1.1.0
1932026-07-02T10:08:48.151Z Downloaded ingot-macros v0.1.1
1942026-07-02T10:08:48.151Z Downloaded proc-macro-error2 v2.0.1
1952026-07-02T10:08:48.152Z Downloaded ingot v0.1.1
1962026-07-02T10:08:48.152Z Downloaded darling v0.21.3
1972026-07-02T10:08:48.155Z Downloaded ipnetwork v0.21.1
1982026-07-02T10:08:48.155Z Downloaded version_check v0.9.5
1992026-07-02T10:08:48.155Z Downloaded oxnet v0.1.6
2002026-07-02T10:08:48.159Z Downloaded rand_core v0.10.1
2012026-07-02T10:08:48.162Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2022026-07-02T10:08:48.168Z Downloaded num_enum v0.7.6
2032026-07-02T10:08:48.172Z Downloaded thiserror v2.0.18
2042026-07-02T10:08:48.175Z Downloaded thiserror-impl v2.0.18
2052026-07-02T10:08:48.175Z Downloaded quote v1.0.46
2062026-07-02T10:08:48.185Z Downloaded getrandom v0.4.3
2072026-07-02T10:08:48.188Z Downloaded bitflags v2.13.0
2082026-07-02T10:08:48.192Z Downloaded anstyle-parse v1.0.0
2092026-07-02T10:08:48.195Z Downloaded tracing-core v0.1.36
2102026-07-02T10:08:48.200Z Downloaded tracing-attributes v0.1.31
2112026-07-02T10:08:48.203Z Downloaded chacha20 v0.10.1
2122026-07-02T10:08:48.203Z Downloaded toml_parser v1.1.2+spec-1.1.0
2132026-07-02T10:08:48.206Z Downloaded once_cell v1.21.4
2142026-07-02T10:08:48.206Z Downloaded num_enum_derive v0.7.6
2152026-07-02T10:08:48.221Z Downloaded proc-macro2 v1.0.106
2162026-07-02T10:08:48.224Z Downloaded uuid v1.23.4
2172026-07-02T10:08:48.227Z Downloaded heapless v0.8.0
2182026-07-02T10:08:48.227Z Downloaded darling_core v0.21.3
2192026-07-02T10:08:48.230Z Downloaded serde_derive v1.0.228
2202026-07-02T10:08:48.230Z Downloaded clap v4.6.1
2212026-07-02T10:08:48.235Z Downloaded socket2 v0.6.4
2222026-07-02T10:08:48.238Z Downloaded postcard v1.1.3
2232026-07-02T10:08:48.243Z Downloaded unicode-ident v1.0.24
2242026-07-02T10:08:48.248Z Downloaded indexmap v2.14.0
2252026-07-02T10:08:48.251Z Downloaded serde_core v1.0.228
2262026-07-02T10:08:48.254Z Downloaded clap_builder v4.6.0
2272026-07-02T10:08:48.258Z Downloaded toml_edit v0.25.12+spec-1.1.0
2282026-07-02T10:08:48.285Z Downloaded serde v1.0.228
2292026-07-02T10:08:48.293Z Downloaded memchr v2.8.2
2302026-07-02T10:08:48.296Z Downloaded zerocopy-derive v0.8.52
2312026-07-02T10:08:48.303Z Downloaded rand v0.10.2
2322026-07-02T10:08:48.310Z Downloaded hashbrown v0.17.1
2332026-07-02T10:08:48.326Z Downloaded regex v1.12.4
2342026-07-02T10:08:48.332Z Downloaded itertools v0.14.0
2352026-07-02T10:08:48.336Z Downloaded aho-corasick v1.1.4
2362026-07-02T10:08:48.354Z Downloaded winnow v1.0.3
2372026-07-02T10:08:48.370Z Downloaded syn v1.0.109
2382026-07-02T10:08:48.402Z Downloaded unicode-width v0.2.2
2392026-07-02T10:08:48.417Z Downloaded syn v2.0.118
2402026-07-02T10:08:48.424Z Downloaded smoltcp v0.11.0
2412026-07-02T10:08:48.430Z Downloaded regex-syntax v0.8.11
2422026-07-02T10:08:48.458Z Downloaded rustix v1.1.4
2432026-07-02T10:08:48.473Z Downloaded tracing v0.1.44
2442026-07-02T10:08:48.495Z Downloaded regex-automata v0.4.14
2452026-07-02T10:08:48.514Z Downloaded libc v0.2.186
2462026-07-02T10:08:48.577Z Compiling proc-macro2 v1.0.106
2472026-07-02T10:08:48.577Z Compiling quote v1.0.46
2482026-07-02T10:08:48.577Z Compiling unicode-ident v1.0.24
2492026-07-02T10:08:48.577Z Compiling serde_core v1.0.228
2502026-07-02T10:08:48.577Z Compiling libc v0.2.186
2512026-07-02T10:08:48.580Z Checking cfg-if v1.0.4
2522026-07-02T10:08:48.580Z Compiling thiserror v2.0.18
2532026-07-02T10:08:48.640Z Compiling fnv v1.0.7
2542026-07-02T10:08:48.704Z Compiling strsim v0.11.1
2552026-07-02T10:08:48.747Z Compiling ident_case v1.0.1
2562026-07-02T10:08:48.775Z Compiling memchr v2.8.2
2572026-07-02T10:08:48.854Z Compiling regex-syntax v0.8.11
2582026-07-02T10:08:49.005Z Compiling either v1.16.0
2592026-07-02T10:08:49.052Z Compiling hashbrown v0.17.1
2602026-07-02T10:08:49.197Z Compiling aho-corasick v1.1.4
2612026-07-02T10:08:49.204Z Compiling serde v1.0.228
2622026-07-02T10:08:49.342Z Compiling equivalent v1.0.2
2632026-07-02T10:08:49.348Z Compiling winnow v1.0.3
2642026-07-02T10:08:49.419Z Compiling zerocopy v0.8.52
2652026-07-02T10:08:49.523Z Compiling anyhow v1.0.103
2662026-07-02T10:08:49.593Z Compiling indexmap v2.14.0
2672026-07-02T10:08:49.883Z Compiling itertools v0.14.0
2682026-07-02T10:08:49.895Z Compiling heapless v0.8.0
2692026-07-02T10:08:50.057Z Compiling syn v2.0.118
2702026-07-02T10:08:50.199Z Checking byteorder v1.5.0
2712026-07-02T10:08:50.199Z Compiling toml_datetime v1.1.1+spec-1.1.0
2722026-07-02T10:08:50.354Z Compiling regex-automata v0.4.14
2732026-07-02T10:08:50.365Z Compiling toml_parser v1.1.2+spec-1.1.0
2742026-07-02T10:08:50.421Z Checking hash32 v0.3.1
2752026-07-02T10:08:50.481Z Checking bitflags v2.13.0
2762026-07-02T10:08:50.597Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2772026-07-02T10:08:50.649Z Compiling smoltcp v0.11.0
2782026-07-02T10:08:50.687Z Compiling rustversion v1.0.22
2792026-07-02T10:08:50.841Z Compiling toml_edit v0.25.12+spec-1.1.0
2802026-07-02T10:08:50.915Z Compiling syn v1.0.109
2812026-07-02T10:08:50.923Z Checking stable_deref_trait v1.2.1
2822026-07-02T10:08:50.984Z Checking macaddr v1.0.1
2832026-07-02T10:08:51.100Z Checking rand_core v0.10.1
2842026-07-02T10:08:51.165Z Checking bitflags v1.3.2
2852026-07-02T10:08:51.178Z Compiling rustix v1.1.4
2862026-07-02T10:08:51.228Z Compiling getrandom v0.4.3
2872026-07-02T10:08:51.240Z Compiling ref-cast v1.0.25
2882026-07-02T10:08:51.308Z Checking managed v0.8.0
2892026-07-02T10:08:51.392Z Compiling version_check v0.9.5
2902026-07-02T10:08:51.490Z Compiling proc-macro-crate v3.5.0
2912026-07-02T10:08:51.512Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2922026-07-02T10:08:51.678Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-07-02T10:08:51.818Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-07-02T10:08:51.923Z Checking errno v0.3.14
2952026-07-02T10:08:51.941Z Checking unicode-width v0.2.2
2962026-07-02T10:08:52.052Z Checking cpufeatures v0.3.0
2972026-07-02T10:08:52.117Z Compiling regex v1.12.4
2982026-07-02T10:08:52.140Z Checking once_cell v1.21.4
2992026-07-02T10:08:52.196Z Checking ipnetwork v0.21.1
3002026-07-02T10:08:52.360Z Checking foreign-types-shared v0.3.1
3012026-07-02T10:08:52.375Z Checking utf8parse v0.2.2
3022026-07-02T10:08:52.440Z Checking tracing-core v0.1.36
3032026-07-02T10:08:52.468Z Checking anstyle-parse v1.0.0
3042026-07-02T10:08:52.519Z Checking tabwriter v1.4.1
3052026-07-02T10:08:52.614Z Checking chacha20 v0.10.1
3062026-07-02T10:08:52.678Z Checking cstr-argument v0.1.2
3072026-07-02T10:08:52.760Z Compiling darling_core v0.21.3
3082026-07-02T10:08:52.964Z Checking is_terminal_polyfill v1.70.2
3092026-07-02T10:08:53.006Z Checking dyn-clone v1.0.20
3102026-07-02T10:08:53.044Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3112026-07-02T10:08:53.092Z Checking anstyle-query v1.1.5
3122026-07-02T10:08:53.101Z Checking pretty-hex v0.4.2
3132026-07-02T10:08:53.125Z Checking colorchoice v1.0.5
3142026-07-02T10:08:53.143Z Checking pin-project-lite v0.2.17
3152026-07-02T10:08:53.173Z Checking anstyle v1.0.14
3162026-07-02T10:08:53.208Z Checking terminal_size v0.4.4
3172026-07-02T10:08:53.280Z Checking rand v0.10.2
3182026-07-02T10:08:53.314Z Checking uuid v1.23.4
3192026-07-02T10:08:53.350Z Checking anstream v1.0.0
3202026-07-02T10:08:53.413Z Checking socket2 v0.6.4
3212026-07-02T10:08:53.530Z Checking colored v3.1.1
3222026-07-02T10:08:53.550Z Compiling heck v0.5.0
3232026-07-02T10:08:53.577Z Checking oxnet v0.1.6
3242026-07-02T10:08:53.665Z Checking clap_lex v1.1.0
3252026-07-02T10:08:53.744Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3262026-07-02T10:08:53.883Z Checking clap_builder v4.6.0
3272026-07-02T10:08:53.904Z Compiling thiserror-impl v2.0.18
3282026-07-02T10:08:53.904Z Compiling zerocopy-derive v0.8.52
3292026-07-02T10:08:54.107Z Compiling serde_derive v1.0.228
3302026-07-02T10:08:54.135Z Compiling num_enum_derive v0.7.6
3312026-07-02T10:08:54.592Z Compiling foreign-types-macros v0.2.3
3322026-07-02T10:08:54.875Z Compiling darling_macro v0.21.3
3332026-07-02T10:08:54.890Z Compiling ref-cast-impl v1.0.25
3342026-07-02T10:08:55.143Z Checking num_enum v0.7.6
3352026-07-02T10:08:55.151Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3362026-07-02T10:08:55.209Z Checking cobs v0.3.0
3372026-07-02T10:08:55.234Z Checking foreign-types v0.5.0
3382026-07-02T10:08:55.247Z Compiling tracing-attributes v0.1.31
3392026-07-02T10:08:55.299Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3402026-07-02T10:08:55.349Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3412026-07-02T10:08:55.461Z Compiling darling v0.21.3
3422026-07-02T10:08:55.515Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3432026-07-02T10:08:55.536Z Compiling ingot-macros v0.1.1
3442026-07-02T10:08:55.590Z Compiling clap_derive v4.6.1
3452026-07-02T10:08:55.634Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-07-02T10:08:56.343Z Checking tracing v0.1.44
3472026-07-02T10:08:56.891Z Checking postcard v1.1.3
3482026-07-02T10:08:56.919Z Checking clap v4.6.1
3492026-07-02T10:08:57.954Z Checking ingot-types v0.1.2
3502026-07-02T10:08:58.220Z Checking ingot v0.1.1
3512026-07-02T10:08:59.518Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-07-02T10:09:00.721Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-07-02T10:09:01.933Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-07-02T10:09:02.754Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.69s
3552026-07-02T10:09:02.870Z
3562026-07-02T10:09:02.870Zreal 18.853013302
3572026-07-02T10:09:02.870Zuser 54.654519172
3582026-07-02T10:09:02.870Zsys 13.694502593
3592026-07-02T10:09:02.870Ztrap 0.040809726
3602026-07-02T10:09:02.870Ztflt 0.077691696
3612026-07-02T10:09:02.870Zdflt 0.189956880
3622026-07-02T10:09:02.870Zkflt 0.006991217
3632026-07-02T10:09:02.870Zlock 3:20.958058219
3642026-07-02T10:09:02.870Zslp 3:01.910829534
3652026-07-02T10:09:02.870Zlat 3.836577355
3662026-07-02T10:09:02.871Zstop 13.318475343
3672026-07-02T10:09:02.874Z+ header 'debug build'
3682026-07-02T10:09:02.874Z+ echo '# ==== debug build ==== #'
3692026-07-02T10:09:02.874Z# ==== debug build ==== #
3702026-07-02T10:09:02.874Z+ ptime -m cargo build
3712026-07-02T10:09:03.026Z Compiling cfg-if v1.0.4
3722026-07-02T10:09:03.026Z Compiling serde_core v1.0.228
3732026-07-02T10:09:03.027Z Compiling libc v0.2.186
3742026-07-02T10:09:03.053Z Compiling thiserror v2.0.18
3752026-07-02T10:09:03.056Z Compiling byteorder v1.5.0
3762026-07-02T10:09:03.060Z Compiling zerocopy v0.8.52
3772026-07-02T10:09:03.063Z Compiling macaddr v1.0.1
3782026-07-02T10:09:03.063Z Compiling stable_deref_trait v1.2.1
3792026-07-02T10:09:03.099Z Compiling rand_core v0.10.1
3802026-07-02T10:09:03.114Z Compiling managed v0.8.0
3812026-07-02T10:09:03.130Z Compiling cobs v0.3.0
3822026-07-02T10:09:03.218Z Compiling hash32 v0.3.1
3832026-07-02T10:09:03.248Z Compiling bitflags v1.3.2
3842026-07-02T10:09:03.298Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-07-02T10:09:03.315Z Compiling heapless v0.8.0
3862026-07-02T10:09:03.321Z Compiling errno v0.3.14
3872026-07-02T10:09:03.362Z Compiling utf8parse v0.2.2
3882026-07-02T10:09:03.372Z Compiling cpufeatures v0.3.0
3892026-07-02T10:09:03.396Z Compiling foreign-types-shared v0.3.1
3902026-07-02T10:09:03.431Z Compiling ipnetwork v0.21.1
3912026-07-02T10:09:03.451Z Compiling memchr v2.8.2
3922026-07-02T10:09:03.471Z Compiling unicode-width v0.2.2
3932026-07-02T10:09:03.475Z Compiling once_cell v1.21.4
3942026-07-02T10:09:03.564Z Compiling foreign-types v0.5.0
3952026-07-02T10:09:03.632Z Compiling tracing-core v0.1.36
3962026-07-02T10:09:03.705Z Compiling smoltcp v0.11.0
3972026-07-02T10:09:03.741Z Compiling tabwriter v1.4.1
3982026-07-02T10:09:03.765Z Compiling anstyle-parse v1.0.0
3992026-07-02T10:09:03.960Z Compiling cstr-argument v0.1.2
4002026-07-02T10:09:03.976Z Compiling chacha20 v0.10.1
4012026-07-02T10:09:04.134Z Compiling ref-cast v1.0.25
4022026-07-02T10:09:04.168Z Compiling num_enum v0.7.6
4032026-07-02T10:09:04.226Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4042026-07-02T10:09:04.272Z Compiling getrandom v0.4.3
4052026-07-02T10:09:04.331Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-07-02T10:09:04.334Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-07-02T10:09:04.429Z Compiling is_terminal_polyfill v1.70.2
4082026-07-02T10:09:04.489Z Compiling anstyle v1.0.14
4092026-07-02T10:09:04.511Z Compiling anstyle-query v1.1.5
4102026-07-02T10:09:04.616Z Compiling pin-project-lite v0.2.17
4112026-07-02T10:09:04.639Z Compiling pretty-hex v0.4.2
4122026-07-02T10:09:04.702Z Compiling dyn-clone v1.0.20
4132026-07-02T10:09:04.753Z Compiling bitflags v2.13.0
4142026-07-02T10:09:04.762Z Compiling serde v1.0.228
4152026-07-02T10:09:04.860Z Compiling colorchoice v1.0.5
4162026-07-02T10:09:04.899Z Compiling uuid v1.23.4
4172026-07-02T10:09:04.945Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4182026-07-02T10:09:04.959Z Compiling rustix v1.1.4
4192026-07-02T10:09:04.972Z Compiling anstream v1.0.0
4202026-07-02T10:09:05.208Z Compiling postcard v1.1.3
4212026-07-02T10:09:05.426Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4222026-07-02T10:09:05.480Z Compiling terminal_size v0.4.4
4232026-07-02T10:09:05.500Z Compiling tracing v0.1.44
4242026-07-02T10:09:05.548Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4252026-07-02T10:09:05.563Z Compiling rand v0.10.2
4262026-07-02T10:09:05.623Z Compiling anyhow v1.0.103
4272026-07-02T10:09:05.636Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-07-02T10:09:05.749Z Compiling socket2 v0.6.4
4292026-07-02T10:09:05.862Z Compiling oxnet v0.1.6
4302026-07-02T10:09:06.039Z Compiling ingot-types v0.1.2
4312026-07-02T10:09:06.109Z Compiling colored v3.1.1
4322026-07-02T10:09:06.219Z Compiling clap_lex v1.1.0
4332026-07-02T10:09:06.359Z Compiling strsim v0.11.1
4342026-07-02T10:09:06.478Z Compiling ingot v0.1.1
4352026-07-02T10:09:06.514Z Compiling winnow v1.0.3
4362026-07-02T10:09:06.548Z Compiling clap_builder v4.6.0
4372026-07-02T10:09:06.616Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-07-02T10:09:07.449Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4392026-07-02T10:09:08.110Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-07-02T10:09:08.141Z Compiling clap v4.6.1
4412026-07-02T10:09:09.568Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-07-02T10:09:11.025Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-07-02T10:09:15.479Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.59s
4442026-07-02T10:09:15.508Z
4452026-07-02T10:09:15.508Zreal 12.628130269
4462026-07-02T10:09:15.508Zuser 1:05.585958029
4472026-07-02T10:09:15.508Zsys 6.134487235
4482026-07-02T10:09:15.515Ztrap 0.034498574
4492026-07-02T10:09:15.515Ztflt 0.159823512
4502026-07-02T10:09:15.515Zdflt 0.154701756
4512026-07-02T10:09:15.515Zkflt 0.000006410
4522026-07-02T10:09:15.515Zlock 3:05.259779515
4532026-07-02T10:09:15.515Zslp 2:01.937221022
4542026-07-02T10:09:15.515Zlat 3.485005646
4552026-07-02T10:09:15.515Zstop 2.618009713
4562026-07-02T10:09:15.515Z+ header 'release build'
4572026-07-02T10:09:15.515Z+ echo '# ==== release build ==== #'
4582026-07-02T10:09:15.515Z# ==== release build ==== #
4592026-07-02T10:09:15.515Z+ ptime -m cargo build --release
4602026-07-02T10:09:15.605Z Compiling proc-macro2 v1.0.106
4612026-07-02T10:09:15.605Z Compiling quote v1.0.46
4622026-07-02T10:09:15.605Z Compiling unicode-ident v1.0.24
4632026-07-02T10:09:15.605Z Compiling serde_core v1.0.228
4642026-07-02T10:09:15.605Z Compiling libc v0.2.186
4652026-07-02T10:09:15.606Z Compiling cfg-if v1.0.4
4662026-07-02T10:09:15.610Z Compiling thiserror v2.0.18
4672026-07-02T10:09:15.610Z Compiling strsim v0.11.1
4682026-07-02T10:09:15.676Z Compiling memchr v2.8.2
4692026-07-02T10:09:15.722Z Compiling ident_case v1.0.1
4702026-07-02T10:09:15.826Z Compiling fnv v1.0.7
4712026-07-02T10:09:15.893Z Compiling regex-syntax v0.8.11
4722026-07-02T10:09:15.908Z Compiling serde v1.0.228
4732026-07-02T10:09:15.925Z Compiling equivalent v1.0.2
4742026-07-02T10:09:15.991Z Compiling anyhow v1.0.103
4752026-07-02T10:09:16.159Z Compiling aho-corasick v1.1.4
4762026-07-02T10:09:16.216Z Compiling winnow v1.0.3
4772026-07-02T10:09:16.239Z Compiling either v1.16.0
4782026-07-02T10:09:16.324Z Compiling hashbrown v0.17.1
4792026-07-02T10:09:16.379Z Compiling zerocopy v0.8.52
4802026-07-02T10:09:16.434Z Compiling itertools v0.14.0
4812026-07-02T10:09:16.815Z Compiling indexmap v2.14.0
4822026-07-02T10:09:16.907Z Compiling byteorder v1.5.0
4832026-07-02T10:09:16.991Z Compiling syn v2.0.118
4842026-07-02T10:09:17.085Z Compiling toml_datetime v1.1.1+spec-1.1.0
4852026-07-02T10:09:17.239Z Compiling toml_parser v1.1.2+spec-1.1.0
4862026-07-02T10:09:17.296Z Compiling heapless v0.8.0
4872026-07-02T10:09:17.424Z Compiling regex-automata v0.4.14
4882026-07-02T10:09:17.530Z Compiling hash32 v0.3.1
4892026-07-02T10:09:17.659Z Compiling toml_edit v0.25.12+spec-1.1.0
4902026-07-02T10:09:17.671Z Compiling rustversion v1.0.22
4912026-07-02T10:09:17.738Z Compiling bitflags v2.13.0
4922026-07-02T10:09:17.769Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4932026-07-02T10:09:17.880Z Compiling syn v1.0.109
4942026-07-02T10:09:17.960Z Compiling stable_deref_trait v1.2.1
4952026-07-02T10:09:18.008Z Compiling smoltcp v0.11.0
4962026-07-02T10:09:18.012Z Compiling macaddr v1.0.1
4972026-07-02T10:09:18.071Z Compiling managed v0.8.0
4982026-07-02T10:09:18.197Z Compiling proc-macro-crate v3.5.0
4992026-07-02T10:09:18.226Z Compiling getrandom v0.4.3
5002026-07-02T10:09:18.302Z Compiling ref-cast v1.0.25
5012026-07-02T10:09:18.349Z Compiling version_check v0.9.5
5022026-07-02T10:09:18.494Z Compiling bitflags v1.3.2
5032026-07-02T10:09:18.525Z Compiling rand_core v0.10.1
5042026-07-02T10:09:18.530Z Compiling rustix v1.1.4
5052026-07-02T10:09:18.552Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5062026-07-02T10:09:18.606Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-07-02T10:09:18.774Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-07-02T10:09:18.828Z Compiling errno v0.3.14
5092026-07-02T10:09:18.964Z Compiling cpufeatures v0.3.0
5102026-07-02T10:09:19.023Z Compiling utf8parse v0.2.2
5112026-07-02T10:09:19.061Z Compiling foreign-types-shared v0.3.1
5122026-07-02T10:09:19.133Z Compiling regex v1.12.4
5132026-07-02T10:09:19.145Z Compiling ipnetwork v0.21.1
5142026-07-02T10:09:19.168Z Compiling unicode-width v0.2.2
5152026-07-02T10:09:19.234Z Compiling once_cell v1.21.4
5162026-07-02T10:09:19.457Z Compiling tracing-core v0.1.36
5172026-07-02T10:09:19.505Z Compiling tabwriter v1.4.1
5182026-07-02T10:09:19.505Z Compiling anstyle-parse v1.0.0
5192026-07-02T10:09:19.690Z Compiling darling_core v0.21.3
5202026-07-02T10:09:19.964Z Compiling cstr-argument v0.1.2
5212026-07-02T10:09:20.113Z Compiling chacha20 v0.10.1
5222026-07-02T10:09:20.452Z Compiling anstyle-query v1.1.5
5232026-07-02T10:09:20.544Z Compiling pin-project-lite v0.2.17
5242026-07-02T10:09:20.571Z Compiling is_terminal_polyfill v1.70.2
5252026-07-02T10:09:20.603Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5262026-07-02T10:09:20.625Z Compiling pretty-hex v0.4.2
5272026-07-02T10:09:20.646Z Compiling colorchoice v1.0.5
5282026-07-02T10:09:20.649Z Compiling anstyle v1.0.14
5292026-07-02T10:09:20.718Z Compiling thiserror-impl v2.0.18
5302026-07-02T10:09:20.744Z Compiling zerocopy-derive v0.8.52
5312026-07-02T10:09:20.744Z Compiling serde_derive v1.0.228
5322026-07-02T10:09:20.819Z Compiling ref-cast-impl v1.0.25
5332026-07-02T10:09:20.875Z Compiling num_enum_derive v0.7.6
5342026-07-02T10:09:21.318Z Compiling foreign-types-macros v0.2.3
5352026-07-02T10:09:21.534Z Compiling tracing-attributes v0.1.31
5362026-07-02T10:09:21.843Z Compiling darling_macro v0.21.3
5372026-07-02T10:09:21.864Z Compiling num_enum v0.7.6
5382026-07-02T10:09:21.949Z Compiling foreign-types v0.5.0
5392026-07-02T10:09:21.968Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5402026-07-02T10:09:21.986Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5412026-07-02T10:09:22.013Z Compiling dyn-clone v1.0.20
5422026-07-02T10:09:22.046Z Compiling cobs v0.3.0
5432026-07-02T10:09:22.143Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5442026-07-02T10:09:22.257Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5452026-07-02T10:09:22.342Z Compiling anstream v1.0.0
5462026-07-02T10:09:22.389Z Compiling darling v0.21.3
5472026-07-02T10:09:22.458Z Compiling ingot-macros v0.1.1
5482026-07-02T10:09:22.461Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-07-02T10:09:22.600Z Compiling rand v0.10.2
5502026-07-02T10:09:22.744Z Compiling terminal_size v0.4.4
5512026-07-02T10:09:22.747Z Compiling tracing v0.1.44
5522026-07-02T10:09:22.748Z Compiling uuid v1.23.4
5532026-07-02T10:09:22.877Z Compiling socket2 v0.6.4
5542026-07-02T10:09:23.058Z Compiling clap_lex v1.1.0
5552026-07-02T10:09:23.110Z Compiling heck v0.5.0
5562026-07-02T10:09:23.298Z Compiling colored v3.1.1
5572026-07-02T10:09:23.414Z Compiling oxnet v0.1.6
5582026-07-02T10:09:23.420Z Compiling clap_derive v4.6.1
5592026-07-02T10:09:23.699Z Compiling clap_builder v4.6.0
5602026-07-02T10:09:23.836Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5612026-07-02T10:09:24.010Z Compiling postcard v1.1.3
5622026-07-02T10:09:25.306Z Compiling ingot-types v0.1.2
5632026-07-02T10:09:25.507Z Compiling clap v4.6.1
5642026-07-02T10:09:25.625Z Compiling ingot v0.1.1
5652026-07-02T10:09:27.349Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-07-02T10:09:28.355Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-07-02T10:09:29.398Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-07-02T10:09:35.951Z Finished `release` profile [optimized + debuginfo] target(s) in 20.43s
5692026-07-02T10:09:35.981Z
5702026-07-02T10:09:35.987Zreal 20.460919716
5712026-07-02T10:09:35.987Zuser 1:43.213362188
5722026-07-02T10:09:35.987Zsys 13.936738320
5732026-07-02T10:09:35.987Ztrap 0.051939613
5742026-07-02T10:09:35.987Ztflt 0.097684836
5752026-07-02T10:09:35.987Zdflt 0.392135368
5762026-07-02T10:09:35.987Zkflt 0.000016890
5772026-07-02T10:09:35.987Zlock 4:28.245224597
5782026-07-02T10:09:35.987Zslp 3:27.898375217
5792026-07-02T10:09:35.987Zlat 5.643838116
5802026-07-02T10:09:35.987Zstop 9.259378572
5812026-07-02T10:09:35.987Z+ popd
5822026-07-02T10:09:35.987Z/work/oxidecomputer/opte
5832026-07-02T10:09:35.987Z+ for x in debug release
5842026-07-02T10:09:35.987Z+ mkdir -p /work/debug
5852026-07-02T10:09:35.987Z+ cp target/debug/opteadm /work/debug/
5862026-07-02T10:09:36.006Z+ sha256sum target/debug/opteadm
5872026-07-02T10:09:36.032Z+ for x in debug release
5882026-07-02T10:09:36.032Z+ mkdir -p /work/release
5892026-07-02T10:09:36.035Z+ cp target/release/opteadm /work/release/
5902026-07-02T10:09:36.048Z+ sha256sum target/release/opteadm
5912026-07-02T10:09:36.065Zprocess exited: duration 66471 ms, exit code 0
 
5922026-07-02T10:09:36.081Zfound 4 output files
5932026-07-02T10:09:36.081Zuploading: /work/debug/opteadm (36350280 bytes)
5942026-07-02T10:09:37.363Zuploaded: /work/debug/opteadm
5952026-07-02T10:09:37.363Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-07-02T10:09:38.374Zuploaded: /work/debug/opteadm.debug.sha256
5972026-07-02T10:09:38.374Zuploading: /work/release/opteadm (24765600 bytes)
5982026-07-02T10:09:39.545Zuploaded: /work/release/opteadm
5992026-07-02T10:09:39.545Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-07-02T10:09:40.555Zuploaded: /work/release/opteadm.release.sha256