01M10S9YPH6BCJQY05V9RXDSJX: 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: 01M10SBWVPXPT5XQ2K0XP0QYST

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T05:00:00.976Zjob assigned to worker 01M10SC41REP55DB2AFJKFBX8R [factory aws, i-0baef7fd0d575f9f6] (queued for 59 s)
 
22026-08-27T05:00:07.673Zstarting task 0: "setup"
32026-08-27T05:00:07.679Z++ uname -s
42026-08-27T05:00:07.682Z+ kern=SunOS
52026-08-27T05:00:07.682Z+ build_user=build
62026-08-27T05:00:07.682Z+ build_uid=12345
72026-08-27T05:00:07.682Z+ work_dir=/work
82026-08-27T05:00:07.682Z+ input_dir=/input
92026-08-27T05:00:07.682Z+ [[ 0 == 12345 ]]
102026-08-27T05:00:07.682Z+ case "$kern" in
112026-08-27T05:00:07.682Z+ groupadd -g 12345 build
122026-08-27T05:00:07.682Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T05:00:09.687Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T05:00:09.758Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T05:00:09.761Z+ home_fs=zfs
162026-08-27T05:00:09.761Z+ [[ zfs == autofs ]]
172026-08-27T05:00:09.761Z+ mkdir -p /home/build
182026-08-27T05:00:09.761Z+ chown build:build /home/build /work
192026-08-27T05:00:11.763Z+ chmod 0700 /home/build /work
202026-08-27T05:00:11.766Zprocess exited: duration 4091 ms, exit code 0
 
212026-08-27T05:00:11.772Zstarting task 1: "rust-toolchain"
222026-08-27T05:00:11.776Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T05:00:11.776Z * rust toolchain channel = "1.97.1"
242026-08-27T05:00:11.776Z * rust toolchain profile = "default"
252026-08-27T05:00:11.776Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T05:00:11.776Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T05:00:11.776Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T05:00:11.779Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T05:00:11.779Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T05:00:11.879Zinfo: downloading installer
312026-08-27T05:00:13.140Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T05:00:13.140Zwarn: /home/build/.rustup/settings.toml
332026-08-27T05:00:13.140Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T05:00:13.140Zwarn: instead of the one inferred from the default host triple.
352026-08-27T05:00:13.155Zinfo: profile set to default
362026-08-27T05:00:13.155Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T05:00:13.158Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T05:00:13.282Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T05:00:13.285Zinfo: downloading 6 components
402026-08-27T05:00:27.483Z
412026-08-27T05:00:27.483Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
422026-08-27T05:00:27.516Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T05:00:27.516Z
442026-08-27T05:00:27.516Z
452026-08-27T05:00:27.516ZRust is installed now. Great!
462026-08-27T05:00:27.516Z
472026-08-27T05:00:27.516ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T05:00:27.516Zenvironment variable. This has not been done automatically.
492026-08-27T05:00:27.516Z
502026-08-27T05:00:27.516ZTo configure your current shell, you need to source
512026-08-27T05:00:27.516Zthe corresponding env file under $HOME/.cargo.
522026-08-27T05:00:27.517Z
532026-08-27T05:00:27.517ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T05:00:27.521Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T05:00:27.521Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T05:00:27.521Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T05:00:27.521Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T05:00:27.521Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T05:00:27.521Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T05:00:27.521Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T05:00:27.521Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T05:00:27.609Z+ rustup --version
632026-08-27T05:00:27.619Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T05:00:27.622Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T05:00:27.639Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T05:00:27.643Z+ cargo --version
672026-08-27T05:00:27.658Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T05:00:27.661Z+ rustc --version
692026-08-27T05:00:27.682Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T05:00:27.685Zprocess exited: duration 15911 ms, exit code 0
 
712026-08-27T05:00:27.691Zstarting task 2: "authentication"
722026-08-27T05:00:27.708Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T05:00:27.717Zstarting task 3: "clone repository"
742026-08-27T05:00:27.721Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T05:00:27.724Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T05:00:27.778ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T05:00:29.101Z+ cd /work/oxidecomputer/opte
782026-08-27T05:00:29.101Z+ git fetch origin d854118a24c86b8a5753df8d97c6e7a8cc491f33
792026-08-27T05:00:29.374ZFrom https://github.com/oxidecomputer/opte
802026-08-27T05:00:29.374Z * branch d854118a24c86b8a5753df8d97c6e7a8cc491f33 -> FETCH_HEAD
812026-08-27T05:00:29.381Z+ [[ -n renovate/uuid-1.x-lockfile ]]
822026-08-27T05:00:29.381Z++ git branch --show-current
832026-08-27T05:00:29.381Z+ current=master
842026-08-27T05:00:29.381Z+ [[ master != renovate/uuid-1.x-lockfile ]]
852026-08-27T05:00:29.381Z+ git branch -f renovate/uuid-1.x-lockfile d854118a24c86b8a5753df8d97c6e7a8cc491f33
862026-08-27T05:00:29.388Z+ git checkout -f renovate/uuid-1.x-lockfile
872026-08-27T05:00:29.398ZSwitched to branch 'renovate/uuid-1.x-lockfile'
882026-08-27T05:00:29.402Z+ git reset --hard d854118a24c86b8a5753df8d97c6e7a8cc491f33
892026-08-27T05:00:29.412ZHEAD is now at d854118 Update Rust crate uuid to v1.26.0
902026-08-27T05:00:29.430Zprocess exited: duration 1696 ms, exit code 0
 
912026-08-27T05:00:29.459Zstarting task 4: "build"
922026-08-27T05:00:29.469Z+ source .github/buildomat/common.sh
932026-08-27T05:00:29.469Z++ rustup show active-toolchain
942026-08-27T05:00:29.473Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T05:00:29.474Z++ pushd xde
962026-08-27T05:00:29.474Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T05:00:29.474Z++ rustup show active-toolchain
982026-08-27T05:00:29.474Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T05:00:29.628Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T05:00:29.654Zinfo: downloading 6 components
1012026-08-27T05:00:42.699Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T05:00:42.782Z+++ rustup show active-toolchain -v
1032026-08-27T05:00:42.785Z+++ head -n 1
1042026-08-27T05:00:42.785Z+++ cut '-d ' -f1
1052026-08-27T05:00:42.839Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T05:00:42.839Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T05:00:42.839Z++ popd
1082026-08-27T05:00:42.845Z/work/oxidecomputer/opte
1092026-08-27T05:00:42.845Z+ cargo --version
1102026-08-27T05:00:42.848Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-27T05:00:42.848Z+ rustc --version
1122026-08-27T05:00:42.869Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-27T05:00:42.873Z+ pushd bin/opteadm
1142026-08-27T05:00:42.873Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-08-27T05:00:42.873Z+ header 'check style'
1162026-08-27T05:00:42.873Z+ echo '# ==== check style ==== #'
1172026-08-27T05:00:42.873Z# ==== check style ==== #
1182026-08-27T05:00:42.873Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-08-27T05:00:42.945Z
1202026-08-27T05:00:42.946Zreal 0.070259867
1212026-08-27T05:00:42.946Zuser 0.038901158
1222026-08-27T05:00:42.946Zsys 0.028335011
1232026-08-27T05:00:42.946Ztrap 0.000001230
1242026-08-27T05:00:42.949Ztflt 0.000003770
1252026-08-27T05:00:42.949Zdflt 0.000013830
1262026-08-27T05:00:42.949Zkflt 0.000000000
1272026-08-27T05:00:42.949Zlock 0.031362672
1282026-08-27T05:00:42.949Zslp 0.049886855
1292026-08-27T05:00:42.949Zlat 0.000695690
1302026-08-27T05:00:42.949Zstop 0.000110610
1312026-08-27T05:00:42.949Z+ header analyze
1322026-08-27T05:00:42.949Z+ echo '# ==== analyze ==== #'
1332026-08-27T05:00:42.949Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1342026-08-27T05:00:42.949Z# ==== analyze ==== #
1352026-08-27T05:00:43.081Z Updating crates.io index
1362026-08-27T05:00:43.085Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-27T05:00:44.086Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-27T05:00:44.463Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-27T05:00:44.767Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-27T05:00:45.193Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-27T05:00:45.492Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-27T05:00:45.788Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-27T05:00:47.313Z Downloading crates ...
1442026-08-27T05:00:47.351Z Downloaded dyn-clone v1.0.20
1452026-08-27T05:00:47.376Z Downloaded anstyle-query v1.1.5
1462026-08-27T05:00:47.376Z Downloaded embedded-io v0.6.1
1472026-08-27T05:00:47.376Z Downloaded ident_case v1.0.1
1482026-08-27T05:00:47.376Z Downloaded bitflags v2.13.0
1492026-08-27T05:00:47.376Z Downloaded cobs v0.3.0
1502026-08-27T05:00:47.376Z Downloaded foreign-types-shared v0.3.1
1512026-08-27T05:00:47.376Z Downloaded chacha20 v0.10.1
1522026-08-27T05:00:47.383Z Downloaded defmt-parser v1.0.0
1532026-08-27T05:00:47.383Z Downloaded thiserror v2.0.18
1542026-08-27T05:00:47.383Z Downloaded oxnet v0.1.6
1552026-08-27T05:00:47.383Z Downloaded defmt v0.3.100
1562026-08-27T05:00:47.383Z Downloaded darling_macro v0.23.0
1572026-08-27T05:00:47.383Z Downloaded embedded-io v0.4.0
1582026-08-27T05:00:47.383Z Downloaded defmt-macros v1.1.1
1592026-08-27T05:00:47.387Z Downloaded byteorder v1.5.0
1602026-08-27T05:00:47.387Z Downloaded defmt v1.1.1
1612026-08-27T05:00:47.387Z Downloaded macaddr v1.0.1
1622026-08-27T05:00:47.393Z Downloaded proc-macro2 v1.0.106
1632026-08-27T05:00:47.393Z Downloaded tracing-attributes v0.1.31
1642026-08-27T05:00:47.397Z Downloaded anstream v1.0.0
1652026-08-27T05:00:47.397Z Downloaded clap_lex v1.1.0
1662026-08-27T05:00:47.408Z Downloaded ingot-types v0.2.0
1672026-08-27T05:00:47.408Z Downloaded ipnetwork v0.21.1
1682026-08-27T05:00:47.425Z Downloaded cstr-argument v0.1.2
1692026-08-27T05:00:47.425Z Downloaded equivalent v1.0.2
1702026-08-27T05:00:47.425Z Downloaded getrandom v0.4.3
1712026-08-27T05:00:47.425Z Downloaded serde v1.0.228
1722026-08-27T05:00:47.425Z Downloaded zerocopy-derive v0.8.54
1732026-08-27T05:00:47.446Z Downloaded foreign-types v0.5.0
1742026-08-27T05:00:47.446Z Downloaded foreign-types-macros v0.2.3
1752026-08-27T05:00:47.446Z Downloaded hash32 v0.3.1
1762026-08-27T05:00:47.446Z Downloaded managed v0.8.0
1772026-08-27T05:00:47.446Z Downloaded stable_deref_trait v1.2.1
1782026-08-27T05:00:47.446Z Downloaded heck v0.5.0
1792026-08-27T05:00:47.446Z Downloaded cpufeatures v0.3.0
1802026-08-27T05:00:47.446Z Downloaded cfg-if v1.0.4
1812026-08-27T05:00:47.447Z Downloaded proc-macro-crate v3.5.0
1822026-08-27T05:00:47.468Z Downloaded ref-cast v1.0.25
1832026-08-27T05:00:47.468Z Downloaded utf8parse v0.2.2
1842026-08-27T05:00:47.468Z Downloaded colorchoice v1.0.5
1852026-08-27T05:00:47.468Z Downloaded errno v0.3.14
1862026-08-27T05:00:47.469Z Downloaded ref-cast-impl v1.0.25
1872026-08-27T05:00:47.469Z Downloaded tabwriter v1.4.1
1882026-08-27T05:00:47.469Z Downloaded indexmap v2.14.0
1892026-08-27T05:00:47.469Z Downloaded anstyle v1.0.14
1902026-08-27T05:00:47.469Z Downloaded bitflags v1.3.2
1912026-08-27T05:00:47.469Z Downloaded anyhow v1.0.103
1922026-08-27T05:00:47.469Z Downloaded strsim v0.11.1
1932026-08-27T05:00:47.469Z Downloaded is_terminal_polyfill v1.70.2
1942026-08-27T05:00:47.469Z Downloaded terminal_size v0.4.4
1952026-08-27T05:00:47.469Z Downloaded version_check v0.9.5
1962026-08-27T05:00:47.474Z Downloaded pretty-hex v0.4.2
1972026-08-27T05:00:47.474Z Downloaded thiserror-impl v2.0.18
1982026-08-27T05:00:47.474Z Downloaded anstyle-parse v1.0.0
1992026-08-27T05:00:47.487Z Downloaded rustversion v1.0.23
2002026-08-27T05:00:47.487Z Downloaded either v1.16.0
2012026-08-27T05:00:47.487Z Downloaded num_enum v0.7.6
2022026-08-27T05:00:47.487Z Downloaded ingot v0.2.0
2032026-08-27T05:00:47.487Z Downloaded ingot-macros v0.2.0
2042026-08-27T05:00:47.494Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2052026-08-27T05:00:47.494Z Downloaded quote v1.0.46
2062026-08-27T05:00:47.501Z Downloaded rand_core v0.10.1
2072026-08-27T05:00:47.501Z Downloaded num_enum_derive v0.7.6
2082026-08-27T05:00:47.507Z Downloaded darling v0.23.0
2092026-08-27T05:00:47.507Z Downloaded clap_derive v4.6.1
2102026-08-27T05:00:47.507Z Downloaded pin-project-lite v0.2.17
2112026-08-27T05:00:47.511Z Downloaded colored v3.1.1
2122026-08-27T05:00:47.511Z Downloaded toml_parser v1.1.2+spec-1.1.0
2132026-08-27T05:00:47.511Z Downloaded clap v4.6.1
2142026-08-27T05:00:47.528Z Downloaded once_cell v1.21.4
2152026-08-27T05:00:47.528Z Downloaded unicode-ident v1.0.24
2162026-08-27T05:00:47.553Z Downloaded postcard v1.1.3
2172026-08-27T05:00:47.553Z Downloaded uuid v1.26.0
2182026-08-27T05:00:47.554Z Downloaded serde_derive v1.0.228
2192026-08-27T05:00:47.554Z Downloaded heapless v0.8.0
2202026-08-27T05:00:47.559Z Downloaded serde_core v1.0.228
2212026-08-27T05:00:47.559Z Downloaded darling_core v0.23.0
2222026-08-27T05:00:47.560Z Downloaded socket2 v0.6.4
2232026-08-27T05:00:47.570Z Downloaded tracing-core v0.1.36
2242026-08-27T05:00:47.587Z Downloaded toml_edit v0.25.12+spec-1.1.0
2252026-08-27T05:00:47.607Z Downloaded memchr v2.8.3
2262026-08-27T05:00:47.629Z Downloaded rand v0.10.2
2272026-08-27T05:00:47.662Z Downloaded hashbrown v0.17.1
2282026-08-27T05:00:47.663Z Downloaded regex v1.13.0
2292026-08-27T05:00:47.663Z Downloaded aho-corasick v1.1.4
2302026-08-27T05:00:47.670Z Downloaded clap_builder v4.6.0
2312026-08-27T05:00:47.671Z Downloaded itertools v0.15.0
2322026-08-27T05:00:47.671Z Downloaded winnow v1.0.3
2332026-08-27T05:00:47.687Z Downloaded syn v1.0.109
2342026-08-27T05:00:47.697Z Downloaded unicode-width v0.2.2
2352026-08-27T05:00:47.700Z Downloaded regex-syntax v0.8.11
2362026-08-27T05:00:47.710Z Downloaded syn v2.0.118
2372026-08-27T05:00:47.734Z Downloaded zerocopy v0.8.54
2382026-08-27T05:00:47.746Z Downloaded smoltcp v0.11.0
2392026-08-27T05:00:47.746Z Downloaded rustix v1.1.4
2402026-08-27T05:00:47.754Z Downloaded tracing v0.1.44
2412026-08-27T05:00:47.759Z Downloaded regex-automata v0.4.15
2422026-08-27T05:00:47.771Z Downloaded libc v0.2.186
2432026-08-27T05:00:47.826Z Compiling proc-macro2 v1.0.106
2442026-08-27T05:00:47.826Z Compiling quote v1.0.46
2452026-08-27T05:00:47.826Z Compiling unicode-ident v1.0.24
2462026-08-27T05:00:47.842Z Compiling serde_core v1.0.228
2472026-08-27T05:00:47.842Z Compiling libc v0.2.186
2482026-08-27T05:00:47.842Z Checking cfg-if v1.0.4
2492026-08-27T05:00:47.842Z Compiling memchr v2.8.3
2502026-08-27T05:00:47.842Z Compiling strsim v0.11.1
2512026-08-27T05:00:47.952Z Compiling ident_case v1.0.1
2522026-08-27T05:00:48.047Z Compiling thiserror v2.0.18
2532026-08-27T05:00:48.061Z Compiling regex-syntax v0.8.11
2542026-08-27T05:00:48.195Z Compiling zerocopy v0.8.54
2552026-08-27T05:00:48.280Z Compiling aho-corasick v1.1.4
2562026-08-27T05:00:48.443Z Compiling either v1.16.0
2572026-08-27T05:00:48.557Z Compiling serde v1.0.228
2582026-08-27T05:00:48.574Z Compiling equivalent v1.0.2
2592026-08-27T05:00:48.592Z Compiling hashbrown v0.17.1
2602026-08-27T05:00:48.639Z Compiling winnow v1.0.3
2612026-08-27T05:00:48.647Z Compiling anyhow v1.0.103
2622026-08-27T05:00:48.882Z Compiling itertools v0.15.0
2632026-08-27T05:00:49.107Z Compiling syn v2.0.118
2642026-08-27T05:00:49.122Z Compiling indexmap v2.14.0
2652026-08-27T05:00:49.218Z Checking byteorder v1.5.0
2662026-08-27T05:00:49.374Z Compiling heapless v0.8.0
2672026-08-27T05:00:49.633Z Compiling regex-automata v0.4.15
2682026-08-27T05:00:49.658Z Compiling toml_parser v1.1.2+spec-1.1.0
2692026-08-27T05:00:49.662Z Compiling toml_datetime v1.1.1+spec-1.1.0
2702026-08-27T05:00:49.692Z Checking bitflags v2.13.0
2712026-08-27T05:00:49.857Z Checking hash32 v0.3.1
2722026-08-27T05:00:49.874Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2732026-08-27T05:00:49.882Z Checking macaddr v1.0.1
2742026-08-27T05:00:49.963Z Compiling rustversion v1.0.23
2752026-08-27T05:00:50.019Z Compiling toml_edit v0.25.12+spec-1.1.0
2762026-08-27T05:00:50.100Z Checking stable_deref_trait v1.2.1
2772026-08-27T05:00:50.117Z Compiling syn v1.0.109
2782026-08-27T05:00:50.172Z Compiling smoltcp v0.11.0
2792026-08-27T05:00:50.212Z Checking managed v0.8.0
2802026-08-27T05:00:50.340Z Compiling getrandom v0.4.3
2812026-08-27T05:00:50.390Z Checking bitflags v1.3.2
2822026-08-27T05:00:50.451Z Compiling rustix v1.1.4
2832026-08-27T05:00:50.458Z Compiling ref-cast v1.0.25
2842026-08-27T05:00:50.495Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2852026-08-27T05:00:50.529Z Checking rand_core v0.10.1
2862026-08-27T05:00:50.591Z Compiling proc-macro-crate v3.5.0
2872026-08-27T05:00:50.664Z Compiling version_check v0.9.5
2882026-08-27T05:00:50.925Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2892026-08-27T05:00:50.981Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-08-27T05:00:50.995Z Checking errno v0.3.14
2912026-08-27T05:00:51.119Z Checking once_cell v1.21.4
2922026-08-27T05:00:51.225Z Checking ipnetwork v0.21.1
2932026-08-27T05:00:51.293Z Checking unicode-width v0.2.2
2942026-08-27T05:00:51.303Z Checking cpufeatures v0.3.0
2952026-08-27T05:00:51.366Z Compiling regex v1.13.0
2962026-08-27T05:00:51.400Z Checking utf8parse v0.2.2
2972026-08-27T05:00:51.498Z Checking foreign-types-shared v0.3.1
2982026-08-27T05:00:51.544Z Checking tabwriter v1.4.1
2992026-08-27T05:00:51.578Z Checking anstyle-parse v1.0.0
3002026-08-27T05:00:51.687Z Compiling darling_core v0.23.0
3012026-08-27T05:00:51.727Z Checking chacha20 v0.10.1
3022026-08-27T05:00:51.767Z Checking tracing-core v0.1.36
3032026-08-27T05:00:51.894Z Checking cstr-argument v0.1.2
3042026-08-27T05:00:52.197Z Checking dyn-clone v1.0.20
3052026-08-27T05:00:52.237Z Checking anstyle-query v1.1.5
3062026-08-27T05:00:52.292Z Checking is_terminal_polyfill v1.70.2
3072026-08-27T05:00:52.304Z Checking pin-project-lite v0.2.17
3082026-08-27T05:00:52.310Z Checking anstyle v1.0.14
3092026-08-27T05:00:52.321Z Checking pretty-hex v0.4.2
3102026-08-27T05:00:52.374Z Checking colorchoice v1.0.5
3112026-08-27T05:00:52.387Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3122026-08-27T05:00:52.454Z Checking terminal_size v0.4.4
3132026-08-27T05:00:52.483Z Checking anstream v1.0.0
3142026-08-27T05:00:52.562Z Checking rand v0.10.2
3152026-08-27T05:00:52.603Z Checking uuid v1.26.0
3162026-08-27T05:00:52.627Z Checking socket2 v0.6.4
3172026-08-27T05:00:52.770Z Compiling heck v0.5.0
3182026-08-27T05:00:52.855Z Checking oxnet v0.1.6
3192026-08-27T05:00:52.873Z Checking clap_lex v1.1.0
3202026-08-27T05:00:52.944Z Compiling thiserror-impl v2.0.18
3212026-08-27T05:00:52.965Z Compiling serde_derive v1.0.228
3222026-08-27T05:00:53.020Z Compiling zerocopy-derive v0.8.54
3232026-08-27T05:00:53.023Z Compiling foreign-types-macros v0.2.3
3242026-08-27T05:00:53.033Z Compiling ref-cast-impl v1.0.25
3252026-08-27T05:00:53.609Z Compiling num_enum_derive v0.7.6
3262026-08-27T05:00:53.637Z Checking foreign-types v0.5.0
3272026-08-27T05:00:53.703Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-08-27T05:00:53.769Z Compiling tracing-attributes v0.1.31
3292026-08-27T05:00:53.824Z Compiling darling_macro v0.23.0
3302026-08-27T05:00:54.220Z Checking cobs v0.3.0
3312026-08-27T05:00:54.224Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3322026-08-27T05:00:54.280Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3332026-08-27T05:00:54.359Z Checking colored v3.1.1
3342026-08-27T05:00:54.387Z Compiling darling v0.23.0
3352026-08-27T05:00:54.448Z Checking clap_builder v4.6.0
3362026-08-27T05:00:54.459Z Compiling ingot-macros v0.2.0
3372026-08-27T05:00:54.550Z Compiling clap_derive v4.6.1
3382026-08-27T05:00:54.597Z Checking num_enum v0.7.6
3392026-08-27T05:00:54.699Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3402026-08-27T05:00:54.702Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3412026-08-27T05:00:54.815Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3422026-08-27T05:00:54.963Z Checking tracing v0.1.44
3432026-08-27T05:00:55.862Z Checking postcard v1.1.3
3442026-08-27T05:00:55.899Z Checking clap v4.6.1
3452026-08-27T05:00:57.003Z Checking ingot-types v0.2.0
3462026-08-27T05:00:57.272Z Checking ingot v0.2.0
3472026-08-27T05:00:58.570Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3482026-08-27T05:00:59.760Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3492026-08-27T05:01:00.957Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3502026-08-27T05:01:01.788Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.79s
3512026-08-27T05:01:01.898Z
3522026-08-27T05:01:01.901Zreal 18.949335855
3532026-08-27T05:01:01.901Zuser 54.278640009
3542026-08-27T05:01:01.901Zsys 12.978098947
3552026-08-27T05:01:01.901Ztrap 0.041037476
3562026-08-27T05:01:01.902Ztflt 0.041257236
3572026-08-27T05:01:01.902Zdflt 0.142383296
3582026-08-27T05:01:01.902Zkflt 0.007146059
3592026-08-27T05:01:01.902Zlock 3:43.996060527
3602026-08-27T05:01:01.902Zslp 3:01.013991275
3612026-08-27T05:01:01.902Zlat 3.661555106
3622026-08-27T05:01:01.902Zstop 14.282273198
3632026-08-27T05:01:01.902Z+ header 'debug build'
3642026-08-27T05:01:01.902Z+ echo '# ==== debug build ==== #'
3652026-08-27T05:01:01.902Z+ ptime -m cargo build
3662026-08-27T05:01:01.902Z# ==== debug build ==== #
3672026-08-27T05:01:02.054Z Compiling cfg-if v1.0.4
3682026-08-27T05:01:02.054Z Compiling serde_core v1.0.228
3692026-08-27T05:01:02.057Z Compiling libc v0.2.186
3702026-08-27T05:01:02.079Z Compiling thiserror v2.0.18
3712026-08-27T05:01:02.083Z Compiling byteorder v1.5.0
3722026-08-27T05:01:02.086Z Compiling zerocopy v0.8.54
3732026-08-27T05:01:02.089Z Compiling stable_deref_trait v1.2.1
3742026-08-27T05:01:02.092Z Compiling macaddr v1.0.1
3752026-08-27T05:01:02.127Z Compiling managed v0.8.0
3762026-08-27T05:01:02.139Z Compiling cobs v0.3.0
3772026-08-27T05:01:02.155Z Compiling rand_core v0.10.1
3782026-08-27T05:01:02.246Z Compiling hash32 v0.3.1
3792026-08-27T05:01:02.329Z Compiling bitflags v1.3.2
3802026-08-27T05:01:02.345Z Compiling heapless v0.8.0
3812026-08-27T05:01:02.345Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3822026-08-27T05:01:02.389Z Compiling errno v0.3.14
3832026-08-27T05:01:02.405Z Compiling cpufeatures v0.3.0
3842026-08-27T05:01:02.411Z Compiling utf8parse v0.2.2
3852026-08-27T05:01:02.423Z Compiling foreign-types-shared v0.3.1
3862026-08-27T05:01:02.467Z Compiling memchr v2.8.3
3872026-08-27T05:01:02.498Z Compiling unicode-width v0.2.2
3882026-08-27T05:01:02.498Z Compiling ipnetwork v0.21.1
3892026-08-27T05:01:02.543Z Compiling once_cell v1.21.4
3902026-08-27T05:01:02.593Z Compiling anstyle-parse v1.0.0
3912026-08-27T05:01:02.759Z Compiling smoltcp v0.11.0
3922026-08-27T05:01:02.778Z Compiling tabwriter v1.4.1
3932026-08-27T05:01:02.787Z Compiling tracing-core v0.1.36
3942026-08-27T05:01:02.790Z Compiling foreign-types v0.5.0
3952026-08-27T05:01:02.850Z Compiling cstr-argument v0.1.2
3962026-08-27T05:01:02.993Z Compiling chacha20 v0.10.1
3972026-08-27T05:01:03.012Z Compiling ref-cast v1.0.25
3982026-08-27T05:01:03.101Z Compiling num_enum v0.7.6
3992026-08-27T05:01:03.186Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4002026-08-27T05:01:03.205Z Compiling getrandom v0.4.3
4012026-08-27T05:01:03.290Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4022026-08-27T05:01:03.324Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4032026-08-27T05:01:03.389Z Compiling dyn-clone v1.0.20
4042026-08-27T05:01:03.412Z Compiling pin-project-lite v0.2.17
4052026-08-27T05:01:03.499Z Compiling pretty-hex v0.4.2
4062026-08-27T05:01:03.546Z Compiling anstyle v1.0.14
4072026-08-27T05:01:03.622Z Compiling is_terminal_polyfill v1.70.2
4082026-08-27T05:01:03.662Z Compiling anstyle-query v1.1.5
4092026-08-27T05:01:03.706Z Compiling colorchoice v1.0.5
4102026-08-27T05:01:03.763Z Compiling bitflags v2.13.0
4112026-08-27T05:01:03.804Z Compiling serde v1.0.228
4122026-08-27T05:01:03.815Z Compiling anstream v1.0.0
4132026-08-27T05:01:03.888Z Compiling uuid v1.26.0
4142026-08-27T05:01:03.976Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4152026-08-27T05:01:04.084Z Compiling rustix v1.1.4
4162026-08-27T05:01:04.226Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4172026-08-27T05:01:04.328Z Compiling postcard v1.1.3
4182026-08-27T05:01:04.433Z Compiling tracing v0.1.44
4192026-08-27T05:01:04.486Z Compiling anyhow v1.0.103
4202026-08-27T05:01:04.513Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4212026-08-27T05:01:04.599Z Compiling terminal_size v0.4.4
4222026-08-27T05:01:04.674Z Compiling rand v0.10.2
4232026-08-27T05:01:04.744Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4242026-08-27T05:01:04.789Z Compiling socket2 v0.6.4
4252026-08-27T05:01:04.859Z Compiling strsim v0.11.1
4262026-08-27T05:01:04.983Z Compiling ingot-types v0.2.0
4272026-08-27T05:01:05.069Z Compiling oxnet v0.1.6
4282026-08-27T05:01:05.269Z Compiling clap_lex v1.1.0
4292026-08-27T05:01:05.292Z Compiling colored v3.1.1
4302026-08-27T05:01:05.386Z Compiling ingot v0.2.0
4312026-08-27T05:01:05.545Z Compiling winnow v1.0.3
4322026-08-27T05:01:05.597Z Compiling clap_builder v4.6.0
4332026-08-27T05:01:05.644Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4342026-08-27T05:01:06.486Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4352026-08-27T05:01:07.055Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-08-27T05:01:07.210Z Compiling clap v4.6.1
4372026-08-27T05:01:08.684Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4382026-08-27T05:01:10.118Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4392026-08-27T05:01:14.511Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.60s
4402026-08-27T05:01:14.546Z
4412026-08-27T05:01:14.553Zreal 12.628149605
4422026-08-27T05:01:14.553Zuser 1:04.535390943
4432026-08-27T05:01:14.553Zsys 6.056645047
4442026-08-27T05:01:14.553Ztrap 0.027584918
4452026-08-27T05:01:14.553Ztflt 0.142513681
4462026-08-27T05:01:14.553Zdflt 0.120806174
4472026-08-27T05:01:14.553Zkflt 0.000313750
4482026-08-27T05:01:14.553Zlock 3:09.490035326
4492026-08-27T05:01:14.553Zslp 1:54.834072899
4502026-08-27T05:01:14.553Zlat 3.700396501
4512026-08-27T05:01:14.553Zstop 3.294455761
4522026-08-27T05:01:14.554Z+ header 'release build'
4532026-08-27T05:01:14.554Z+ echo '# ==== release build ==== #'
4542026-08-27T05:01:14.554Z+ ptime -m cargo build --release
4552026-08-27T05:01:14.554Z# ==== release build ==== #
4562026-08-27T05:01:14.639Z Compiling proc-macro2 v1.0.106
4572026-08-27T05:01:14.639Z Compiling quote v1.0.46
4582026-08-27T05:01:14.639Z Compiling unicode-ident v1.0.24
4592026-08-27T05:01:14.640Z Compiling serde_core v1.0.228
4602026-08-27T05:01:14.640Z Compiling libc v0.2.186
4612026-08-27T05:01:14.652Z Compiling cfg-if v1.0.4
4622026-08-27T05:01:14.652Z Compiling memchr v2.8.3
4632026-08-27T05:01:14.652Z Compiling thiserror v2.0.18
4642026-08-27T05:01:14.705Z Compiling strsim v0.11.1
4652026-08-27T05:01:14.750Z Compiling ident_case v1.0.1
4662026-08-27T05:01:14.853Z Compiling regex-syntax v0.8.11
4672026-08-27T05:01:14.941Z Compiling equivalent v1.0.2
4682026-08-27T05:01:14.964Z Compiling either v1.16.0
4692026-08-27T05:01:15.002Z Compiling anyhow v1.0.103
4702026-08-27T05:01:15.126Z Compiling aho-corasick v1.1.4
4712026-08-27T05:01:15.150Z Compiling zerocopy v0.8.54
4722026-08-27T05:01:15.173Z Compiling serde v1.0.228
4732026-08-27T05:01:15.295Z Compiling winnow v1.0.3
4742026-08-27T05:01:15.336Z Compiling hashbrown v0.17.1
4752026-08-27T05:01:15.493Z Compiling itertools v0.15.0
4762026-08-27T05:01:15.532Z Compiling toml_datetime v1.1.1+spec-1.1.0
4772026-08-27T05:01:15.743Z Compiling heapless v0.8.0
4782026-08-27T05:01:15.865Z Compiling indexmap v2.14.0
4792026-08-27T05:01:15.950Z Compiling syn v2.0.118
4802026-08-27T05:01:16.015Z Compiling byteorder v1.5.0
4812026-08-27T05:01:16.195Z Compiling hash32 v0.3.1
4822026-08-27T05:01:16.317Z Compiling regex-automata v0.4.15
4832026-08-27T05:01:16.321Z Compiling toml_parser v1.1.2+spec-1.1.0
4842026-08-27T05:01:16.494Z Compiling smoltcp v0.11.0
4852026-08-27T05:01:16.647Z Compiling macaddr v1.0.1
4862026-08-27T05:01:16.809Z Compiling bitflags v2.13.0
4872026-08-27T05:01:16.817Z Compiling toml_edit v0.25.12+spec-1.1.0
4882026-08-27T05:01:16.842Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4892026-08-27T05:01:16.846Z Compiling stable_deref_trait v1.2.1
4902026-08-27T05:01:16.863Z Compiling syn v1.0.109
4912026-08-27T05:01:16.866Z Compiling rustversion v1.0.23
4922026-08-27T05:01:17.070Z Compiling managed v0.8.0
4932026-08-27T05:01:17.133Z Compiling bitflags v1.3.2
4942026-08-27T05:01:17.178Z Compiling rand_core v0.10.1
4952026-08-27T05:01:17.189Z Compiling getrandom v0.4.3
4962026-08-27T05:01:17.205Z Compiling version_check v0.9.5
4972026-08-27T05:01:17.298Z Compiling ref-cast v1.0.25
4982026-08-27T05:01:17.319Z Compiling proc-macro-crate v3.5.0
4992026-08-27T05:01:17.367Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5002026-08-27T05:01:17.440Z Compiling rustix v1.1.4
5012026-08-27T05:01:17.469Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-08-27T05:01:17.678Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-08-27T05:01:17.717Z Compiling errno v0.3.14
5042026-08-27T05:01:17.948Z Compiling unicode-width v0.2.2
5052026-08-27T05:01:18.060Z Compiling regex v1.13.0
5062026-08-27T05:01:18.155Z Compiling utf8parse v0.2.2
5072026-08-27T05:01:18.230Z Compiling foreign-types-shared v0.3.1
5082026-08-27T05:01:18.248Z Compiling ipnetwork v0.21.1
5092026-08-27T05:01:18.308Z Compiling cpufeatures v0.3.0
5102026-08-27T05:01:18.370Z Compiling once_cell v1.21.4
5112026-08-27T05:01:18.438Z Compiling chacha20 v0.10.1
5122026-08-27T05:01:18.592Z Compiling darling_core v0.23.0
5132026-08-27T05:01:18.601Z Compiling tracing-core v0.1.36
5142026-08-27T05:01:18.604Z Compiling cstr-argument v0.1.2
5152026-08-27T05:01:18.716Z Compiling anstyle-parse v1.0.0
5162026-08-27T05:01:18.749Z Compiling tabwriter v1.4.1
5172026-08-27T05:01:19.360Z Compiling dyn-clone v1.0.20
5182026-08-27T05:01:19.408Z Compiling pretty-hex v0.4.2
5192026-08-27T05:01:19.425Z Compiling pin-project-lite v0.2.17
5202026-08-27T05:01:19.486Z Compiling anstyle v1.0.14
5212026-08-27T05:01:19.510Z Compiling colorchoice v1.0.5
5222026-08-27T05:01:19.533Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5232026-08-27T05:01:19.611Z Compiling anstyle-query v1.1.5
5242026-08-27T05:01:19.678Z Compiling is_terminal_polyfill v1.70.2
5252026-08-27T05:01:19.716Z Compiling thiserror-impl v2.0.18
5262026-08-27T05:01:19.734Z Compiling serde_derive v1.0.228
5272026-08-27T05:01:19.757Z Compiling zerocopy-derive v0.8.54
5282026-08-27T05:01:19.986Z Compiling foreign-types-macros v0.2.3
5292026-08-27T05:01:20.243Z Compiling ref-cast-impl v1.0.25
5302026-08-27T05:01:20.297Z Compiling num_enum_derive v0.7.6
5312026-08-27T05:01:20.591Z Compiling foreign-types v0.5.0
5322026-08-27T05:01:20.649Z Compiling darling_macro v0.23.0
5332026-08-27T05:01:20.654Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5342026-08-27T05:01:20.901Z Compiling tracing-attributes v0.1.31
5352026-08-27T05:01:20.958Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5362026-08-27T05:01:20.989Z Compiling cobs v0.3.0
5372026-08-27T05:01:21.148Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5382026-08-27T05:01:21.198Z Compiling anstream v1.0.0
5392026-08-27T05:01:21.239Z Compiling darling v0.23.0
5402026-08-27T05:01:21.305Z Compiling num_enum v0.7.6
5412026-08-27T05:01:21.309Z Compiling ingot-macros v0.2.0
5422026-08-27T05:01:21.413Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5432026-08-27T05:01:21.475Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442026-08-27T05:01:21.514Z Compiling terminal_size v0.4.4
5452026-08-27T05:01:21.580Z Compiling rand v0.10.2
5462026-08-27T05:01:21.598Z Compiling uuid v1.26.0
5472026-08-27T05:01:21.602Z Compiling socket2 v0.6.4
5482026-08-27T05:01:21.615Z Compiling clap_lex v1.1.0
5492026-08-27T05:01:21.934Z Compiling heck v0.5.0
5502026-08-27T05:01:22.136Z Compiling tracing v0.1.44
5512026-08-27T05:01:22.167Z Compiling oxnet v0.1.6
5522026-08-27T05:01:22.343Z Compiling colored v3.1.1
5532026-08-27T05:01:22.452Z Compiling clap_builder v4.6.0
5542026-08-27T05:01:22.460Z Compiling clap_derive v4.6.1
5552026-08-27T05:01:22.710Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5562026-08-27T05:01:22.942Z Compiling postcard v1.1.3
5572026-08-27T05:01:24.126Z Compiling ingot-types v0.2.0
5582026-08-27T05:01:24.307Z Compiling clap v4.6.1
5592026-08-27T05:01:24.469Z Compiling ingot v0.2.0
5602026-08-27T05:01:26.122Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5612026-08-27T05:01:27.163Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5622026-08-27T05:01:28.204Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5632026-08-27T05:01:34.778Z Finished `release` profile [optimized + debuginfo] target(s) in 20.23s
5642026-08-27T05:01:34.805Z
5652026-08-27T05:01:34.808Zreal 20.258033415
5662026-08-27T05:01:34.808Zuser 1:42.079321310
5672026-08-27T05:01:34.808Zsys 13.298065385
5682026-08-27T05:01:34.808Ztrap 0.048466589
5692026-08-27T05:01:34.808Ztflt 0.108629682
5702026-08-27T05:01:34.808Zdflt 0.386874195
5712026-08-27T05:01:34.808Zkflt 0.000033070
5722026-08-27T05:01:34.809Zlock 4:47.311222758
5732026-08-27T05:01:34.809Zslp 3:24.386287615
5742026-08-27T05:01:34.809Zlat 5.965226876
5752026-08-27T05:01:34.809Zstop 9.184276089
5762026-08-27T05:01:34.809Z+ popd
5772026-08-27T05:01:34.809Z/work/oxidecomputer/opte
5782026-08-27T05:01:34.809Z+ TGT_BASE=/work
5792026-08-27T05:01:34.809Z+ for x in debug release
5802026-08-27T05:01:34.809Z+ mkdir -p /work/debug
5812026-08-27T05:01:34.809Z+ cp target/debug/opteadm /work/debug/
5822026-08-27T05:01:34.831Z+ sha256sum target/debug/opteadm
5832026-08-27T05:01:34.857Z+ for x in debug release
5842026-08-27T05:01:34.857Z+ mkdir -p /work/release
5852026-08-27T05:01:34.862Z+ cp target/release/opteadm /work/release/
5862026-08-27T05:01:34.875Z+ sha256sum target/release/opteadm
5872026-08-27T05:01:34.892Zprocess exited: duration 65435 ms, exit code 0
 
5882026-08-27T05:01:34.900Zfound 4 output files
5892026-08-27T05:01:34.900Zuploading: /work/debug/opteadm (38129648 bytes)
5902026-08-27T05:01:36.204Zuploaded: /work/debug/opteadm
5912026-08-27T05:01:36.205Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5922026-08-27T05:01:37.213Zuploaded: /work/debug/opteadm.debug.sha256
5932026-08-27T05:01:37.213Zuploading: /work/release/opteadm (25773488 bytes)
5942026-08-27T05:01:38.423Zuploaded: /work/release/opteadm
5952026-08-27T05:01:38.423Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5962026-08-27T05:01:39.432Zuploaded: /work/release/opteadm.release.sha256