01KW8RP0CHPGT24TYSTX5PF45B: 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: 01KW8RPDDQTR453VY472B9NM9P

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-29T04:03:37.455Zjob assigned to worker 01KW8RPN9H73Z9DA2X3DD7PVKA [factory aws, i-040de07f8fa3612bc] (queued for 53 s)
 
22026-06-29T04:03:43.742Zstarting task 0: "setup"
32026-06-29T04:03:43.746Z++ uname -s
42026-06-29T04:03:43.749Z+ kern=SunOS
52026-06-29T04:03:43.749Z+ build_user=build
62026-06-29T04:03:43.749Z+ build_uid=12345
72026-06-29T04:03:43.750Z+ work_dir=/work
82026-06-29T04:03:43.750Z+ input_dir=/input
92026-06-29T04:03:43.750Z+ [[ 0 == 12345 ]]
102026-06-29T04:03:43.750Z+ case "$kern" in
112026-06-29T04:03:43.750Z+ groupadd -g 12345 build
122026-06-29T04:03:43.750Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-29T04:03:45.756Z+ zfs create -o mountpoint=/work rpool/work
142026-06-29T04:03:45.843Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-29T04:03:45.847Z+ home_fs=zfs
162026-06-29T04:03:45.847Z+ [[ zfs == autofs ]]
172026-06-29T04:03:45.847Z+ mkdir -p /home/build
182026-06-29T04:03:45.847Z+ chown build:build /home/build /work
192026-06-29T04:03:47.848Z+ chmod 0700 /home/build /work
202026-06-29T04:03:47.851Zprocess exited: duration 4110 ms, exit code 0
 
212026-06-29T04:03:47.857Zstarting task 1: "rust-toolchain"
222026-06-29T04:03:47.861Z * rust toolchain channel = "1.96.0"
232026-06-29T04:03:47.861Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
242026-06-29T04:03:47.862Z * rust toolchain profile = "default"
252026-06-29T04:03:47.862Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-29T04:03:47.862Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-29T04:03:47.862Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-29T04:03:47.865Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-29T04:03:47.865Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-29T04:03:48.018Zinfo: downloading installer
312026-06-29T04:03:49.425Zwarn: It looks like you have an existing rustup settings file at:
322026-06-29T04:03:49.425Zwarn: /home/build/.rustup/settings.toml
332026-06-29T04:03:49.425Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-29T04:03:49.426Zwarn: instead of the one inferred from the default host triple.
352026-06-29T04:03:49.438Zinfo: profile set to default
362026-06-29T04:03:49.438Zinfo: default host triple is x86_64-unknown-illumos
372026-06-29T04:03:49.441Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-29T04:03:49.584Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-29T04:03:49.587Zinfo: downloading 6 components
402026-06-29T04:04:04.598Z
412026-06-29T04:04:04.598Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-29T04:04:04.631Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-29T04:04:04.631Z
442026-06-29T04:04:04.631Z
452026-06-29T04:04:04.631ZRust is installed now. Great!
462026-06-29T04:04:04.631Z
472026-06-29T04:04:04.632ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-29T04:04:04.632Zenvironment variable. This has not been done automatically.
492026-06-29T04:04:04.632Z
502026-06-29T04:04:04.632ZTo configure your current shell, you need to source
512026-06-29T04:04:04.632Zthe corresponding env file under $HOME/.cargo.
522026-06-29T04:04:04.632Z
532026-06-29T04:04:04.632ZThis is usually done by running one of the following (note the leading DOT):
542026-06-29T04:04:04.635Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-29T04:04:04.635Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-29T04:04:04.635Zsource "~/.cargo/env.nu" # For nushell
572026-06-29T04:04:04.635Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-29T04:04:04.635Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-29T04:04:04.635Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-29T04:04:04.635Zwarn: no default linker (`cc`) was found in your PATH
612026-06-29T04:04:04.635Zwarn: many Rust crates require a system C toolchain to build
622026-06-29T04:04:04.738Z+ rustup --version
632026-06-29T04:04:04.746Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-29T04:04:04.750Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-29T04:04:04.768Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-29T04:04:04.772Z+ cargo --version
672026-06-29T04:04:04.785Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-29T04:04:04.788Z+ rustc --version
692026-06-29T04:04:04.807Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-29T04:04:04.811Zprocess exited: duration 16952 ms, exit code 0
 
712026-06-29T04:04:04.817Zstarting task 2: "authentication"
722026-06-29T04:04:04.834Zprocess exited: duration 16 ms, exit code 0
 
732026-06-29T04:04:04.841Zstarting task 3: "clone repository"
742026-06-29T04:04:04.844Z+ mkdir -p /work/oxidecomputer/opte
752026-06-29T04:04:04.847Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-29T04:04:04.881ZCloning into '/work/oxidecomputer/opte'...
772026-06-29T04:04:05.747Z+ cd /work/oxidecomputer/opte
782026-06-29T04:04:05.747Z+ git fetch origin 82c081243dd488ddb658321919066c3bede18e40
792026-06-29T04:04:05.973ZFrom https://github.com/oxidecomputer/opte
802026-06-29T04:04:05.973Z * branch 82c081243dd488ddb658321919066c3bede18e40 -> FETCH_HEAD
812026-06-29T04:04:05.979Z+ [[ -n renovate/rust-1.x ]]
822026-06-29T04:04:05.982Z++ git branch --show-current
832026-06-29T04:04:05.985Z+ current=master
842026-06-29T04:04:05.985Z+ [[ master != renovate/rust-1.x ]]
852026-06-29T04:04:05.985Z+ git branch -f renovate/rust-1.x 82c081243dd488ddb658321919066c3bede18e40
862026-06-29T04:04:05.988Z+ git checkout -f renovate/rust-1.x
872026-06-29T04:04:06.002ZSwitched to branch 'renovate/rust-1.x'
882026-06-29T04:04:06.005Z+ git reset --hard 82c081243dd488ddb658321919066c3bede18e40
892026-06-29T04:04:06.019ZHEAD is now at 82c0812 Update Rust to nightly-2026-06-29
902026-06-29T04:04:06.022Zprocess exited: duration 1178 ms, exit code 0
 
912026-06-29T04:04:06.028Zstarting task 4: "build"
922026-06-29T04:04:06.031Z+ source .github/buildomat/common.sh
932026-06-29T04:04:06.034Z++ rustup show active-toolchain
942026-06-29T04:04:06.037Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-29T04:04:06.037Z++ pushd xde
962026-06-29T04:04:06.040Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-29T04:04:06.040Z++ rustup show active-toolchain
982026-06-29T04:04:06.043Zinfo: syncing channel updates for nightly-2026-06-29-x86_64-unknown-illumos
992026-06-29T04:04:06.204Zinfo: latest update on 2026-06-29 for version 1.98.0-nightly (df6ee909e 2026-06-28)
1002026-06-29T04:04:06.208Zinfo: downloading 6 components
1012026-06-29T04:04:21.502Znightly-2026-06-29-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-29T04:04:21.601Z+++ rustup show active-toolchain -v
1032026-06-29T04:04:21.605Z+++ head -n 1
1042026-06-29T04:04:21.605Z+++ cut '-d ' -f1
1052026-06-29T04:04:21.657Z++ export NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos
1062026-06-29T04:04:21.657Z++ NIGHTLY=nightly-2026-06-29-x86_64-unknown-illumos
1072026-06-29T04:04:21.657Z++ popd
1082026-06-29T04:04:21.660Z/work/oxidecomputer/opte
1092026-06-29T04:04:21.660Z+ cargo --version
1102026-06-29T04:04:21.667Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-29T04:04:21.670Z+ rustc --version
1122026-06-29T04:04:21.689Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-29T04:04:21.693Z+ pushd bin/opteadm
1142026-06-29T04:04:21.693Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-06-29T04:04:21.693Z+ header 'check style'
1162026-06-29T04:04:21.693Z+ echo '# ==== check style ==== #'
1172026-06-29T04:04:21.693Z# ==== check style ==== #
1182026-06-29T04:04:21.693Z+ ptime -m cargo +nightly-2026-06-29-x86_64-unknown-illumos fmt -- --check
1192026-06-29T04:04:21.765Z
1202026-06-29T04:04:21.765Zreal 0.070442610
1212026-06-29T04:04:21.765Zuser 0.038915863
1222026-06-29T04:04:21.765Zsys 0.028753471
1232026-06-29T04:04:21.765Ztrap 0.000000460
1242026-06-29T04:04:21.769Ztflt 0.000004300
1252026-06-29T04:04:21.769Zdflt 0.000009230
1262026-06-29T04:04:21.769Zkflt 0.000000000
1272026-06-29T04:04:21.769Zlock 0.031504468
1282026-06-29T04:04:21.769Zslp 0.049787215
1292026-06-29T04:04:21.769Zlat 0.000872990
1302026-06-29T04:04:21.769Zstop 0.000106630
1312026-06-29T04:04:21.769Z+ header analyze
1322026-06-29T04:04:21.769Z+ echo '# ==== analyze ==== #'
1332026-06-29T04:04:21.769Z# ==== analyze ==== #
1342026-06-29T04:04:21.769Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-06-29T04:04:21.891Z Updating crates.io index
1362026-06-29T04:04:21.894Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-29T04:04:22.628Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-29T04:04:22.900Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-29T04:04:23.240Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-29T04:04:23.477Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-29T04:04:23.718Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-29T04:04:23.984Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-29T04:04:25.855Z Downloading crates ...
1442026-06-29T04:04:25.906Z Downloaded defmt v0.3.100
1452026-06-29T04:04:25.912Z Downloaded anstyle-parse v1.0.0
1462026-06-29T04:04:25.915Z Downloaded cobs v0.3.0
1472026-06-29T04:04:25.920Z Downloaded cfg-if v1.0.4
1482026-06-29T04:04:25.923Z Downloaded ipnetwork v0.21.1
1492026-06-29T04:04:25.929Z Downloaded tabwriter v1.4.1
1502026-06-29T04:04:25.947Z Downloaded cstr-argument v0.1.2
1512026-06-29T04:04:25.951Z Downloaded zerocopy-derive v0.8.52
1522026-06-29T04:04:25.954Z Downloaded is_terminal_polyfill v1.70.2
1532026-06-29T04:04:25.957Z Downloaded aho-corasick v1.1.4
1542026-06-29T04:04:25.959Z Downloaded version_check v0.9.5
1552026-06-29T04:04:25.960Z Downloaded clap_lex v1.1.0
1562026-06-29T04:04:25.960Z Downloaded embedded-io v0.6.1
1572026-06-29T04:04:25.960Z Downloaded cpufeatures v0.3.0
1582026-06-29T04:04:25.963Z Downloaded zerocopy v0.8.52
1592026-06-29T04:04:25.972Z Downloaded utf8parse v0.2.2
1602026-06-29T04:04:25.975Z Downloaded anstyle-query v1.1.5
1612026-06-29T04:04:25.975Z Downloaded fnv v1.0.7
1622026-06-29T04:04:25.975Z Downloaded either v1.16.0
1632026-06-29T04:04:25.975Z Downloaded defmt-macros v1.1.0
1642026-06-29T04:04:25.978Z Downloaded darling_macro v0.21.3
1652026-06-29T04:04:25.978Z Downloaded bitflags v1.3.2
1662026-06-29T04:04:25.981Z Downloaded foreign-types-macros v0.2.3
1672026-06-29T04:04:25.981Z Downloaded equivalent v1.0.2
1682026-06-29T04:04:25.984Z Downloaded ref-cast-impl v1.0.25
1692026-06-29T04:04:25.984Z Downloaded proc-macro-error-attr2 v2.0.0
1702026-06-29T04:04:25.984Z Downloaded macaddr v1.0.1
1712026-06-29T04:04:25.988Z Downloaded hash32 v0.3.1
1722026-06-29T04:04:25.995Z Downloaded bitflags v2.13.0
1732026-06-29T04:04:26.010Z Downloaded stable_deref_trait v1.2.1
1742026-06-29T04:04:26.013Z Downloaded foreign-types v0.5.0
1752026-06-29T04:04:26.013Z Downloaded dyn-clone v1.0.20
1762026-06-29T04:04:26.017Z Downloaded defmt-parser v1.0.0
1772026-06-29T04:04:26.020Z Downloaded ident_case v1.0.1
1782026-06-29T04:04:26.020Z Downloaded ref-cast v1.0.25
1792026-06-29T04:04:26.020Z Downloaded colorchoice v1.0.5
1802026-06-29T04:04:26.023Z Downloaded pretty-hex v0.4.2
1812026-06-29T04:04:26.026Z Downloaded foreign-types-shared v0.3.1
1822026-06-29T04:04:26.031Z Downloaded managed v0.8.0
1832026-06-29T04:04:26.034Z Downloaded errno v0.3.14
1842026-06-29T04:04:26.037Z Downloaded strsim v0.11.1
1852026-06-29T04:04:26.037Z Downloaded heck v0.5.0
1862026-06-29T04:04:26.040Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1872026-06-29T04:04:26.043Z Downloaded anstream v1.0.0
1882026-06-29T04:04:26.046Z Downloaded byteorder v1.5.0
1892026-06-29T04:04:26.049Z Downloaded embedded-io v0.4.0
1902026-06-29T04:04:26.053Z Downloaded proc-macro-crate v3.5.0
1912026-06-29T04:04:26.056Z Downloaded oxnet v0.1.6
1922026-06-29T04:04:26.059Z Downloaded defmt v1.1.0
1932026-06-29T04:04:26.061Z Downloaded num_enum_derive v0.7.6
1942026-06-29T04:04:26.062Z Downloaded thiserror v2.0.18
1952026-06-29T04:04:26.069Z Downloaded num_enum v0.7.6
1962026-06-29T04:04:26.074Z Downloaded quote v1.0.46
1972026-06-29T04:04:26.077Z Downloaded terminal_size v0.4.4
1982026-06-29T04:04:26.077Z Downloaded ingot-types v0.1.2
1992026-06-29T04:04:26.080Z Downloaded ingot v0.1.1
2002026-06-29T04:04:26.080Z Downloaded proc-macro-error2 v2.0.1
2012026-06-29T04:04:26.083Z Downloaded rustversion v1.0.22
2022026-06-29T04:04:26.086Z Downloaded pin-project-lite v0.2.17
2032026-06-29T04:04:26.089Z Downloaded thiserror-impl v2.0.18
2042026-06-29T04:04:26.089Z Downloaded darling v0.21.3
2052026-06-29T04:04:26.092Z Downloaded rand_core v0.10.1
2062026-06-29T04:04:26.092Z Downloaded anstyle v1.0.14
2072026-06-29T04:04:26.100Z Downloaded hashbrown v0.17.1
2082026-06-29T04:04:26.103Z Downloaded tracing-attributes v0.1.31
2092026-06-29T04:04:26.108Z Downloaded darling_core v0.21.3
2102026-06-29T04:04:26.115Z Downloaded clap_derive v4.6.1
2112026-06-29T04:04:26.118Z Downloaded chacha20 v0.10.0
2122026-06-29T04:04:26.121Z Downloaded ingot-macros v0.1.1
2132026-06-29T04:04:26.124Z Downloaded toml_parser v1.1.2+spec-1.1.0
2142026-06-29T04:04:26.127Z Downloaded proc-macro2 v1.0.106
2152026-06-29T04:04:26.131Z Downloaded once_cell v1.21.4
2162026-06-29T04:04:26.131Z Downloaded colored v3.1.1
2172026-06-29T04:04:26.134Z Downloaded getrandom v0.4.3
2182026-06-29T04:04:26.145Z Downloaded clap v4.6.1
2192026-06-29T04:04:26.150Z Downloaded unicode-ident v1.0.24
2202026-06-29T04:04:26.153Z Downloaded anyhow v1.0.102
2212026-06-29T04:04:26.157Z Downloaded serde_core v1.0.228
2222026-06-29T04:04:26.159Z Downloaded uuid v1.23.3
2232026-06-29T04:04:26.168Z Downloaded socket2 v0.6.4
2242026-06-29T04:04:26.171Z Downloaded toml_edit v0.25.12+spec-1.1.0
2252026-06-29T04:04:26.174Z Downloaded serde_derive v1.0.228
2262026-06-29T04:04:26.177Z Downloaded tracing-core v0.1.36
2272026-06-29T04:04:26.177Z Downloaded heapless v0.8.0
2282026-06-29T04:04:26.180Z Downloaded serde v1.0.228
2292026-06-29T04:04:26.183Z Downloaded postcard v1.1.3
2302026-06-29T04:04:26.191Z Downloaded rand v0.10.1
2312026-06-29T04:04:26.202Z Downloaded indexmap v2.14.0
2322026-06-29T04:04:26.205Z Downloaded memchr v2.8.2
2332026-06-29T04:04:26.221Z Downloaded clap_builder v4.6.0
2342026-06-29T04:04:26.249Z Downloaded regex v1.12.4
2352026-06-29T04:04:26.252Z Downloaded itertools v0.14.0
2362026-06-29T04:04:26.276Z Downloaded winnow v1.0.3
2372026-06-29T04:04:26.281Z Downloaded smoltcp v0.11.0
2382026-06-29T04:04:26.294Z Downloaded syn v1.0.109
2392026-06-29T04:04:26.323Z Downloaded syn v2.0.118
2402026-06-29T04:04:26.328Z Downloaded unicode-width v0.2.2
2412026-06-29T04:04:26.351Z Downloaded regex-syntax v0.8.11
2422026-06-29T04:04:26.365Z Downloaded rustix v1.1.4
2432026-06-29T04:04:26.377Z Downloaded tracing v0.1.44
2442026-06-29T04:04:26.399Z Downloaded regex-automata v0.4.14
2452026-06-29T04:04:26.407Z Downloaded libc v0.2.186
2462026-06-29T04:04:26.469Z Compiling proc-macro2 v1.0.106
2472026-06-29T04:04:26.470Z Compiling unicode-ident v1.0.24
2482026-06-29T04:04:26.470Z Compiling quote v1.0.46
2492026-06-29T04:04:26.473Z Compiling serde_core v1.0.228
2502026-06-29T04:04:26.473Z Compiling libc v0.2.186
2512026-06-29T04:04:26.473Z Checking cfg-if v1.0.4
2522026-06-29T04:04:26.473Z Compiling memchr v2.8.2
2532026-06-29T04:04:26.473Z Compiling thiserror v2.0.18
2542026-06-29T04:04:26.594Z Compiling strsim v0.11.1
2552026-06-29T04:04:26.673Z Compiling ident_case v1.0.1
2562026-06-29T04:04:26.789Z Compiling fnv v1.0.7
2572026-06-29T04:04:26.879Z Compiling regex-syntax v0.8.11
2582026-06-29T04:04:26.885Z Compiling either v1.16.0
2592026-06-29T04:04:26.931Z Compiling aho-corasick v1.1.4
2602026-06-29T04:04:27.077Z Compiling winnow v1.0.3
2612026-06-29T04:04:27.084Z Compiling zerocopy v0.8.52
2622026-06-29T04:04:27.103Z Compiling serde v1.0.228
2632026-06-29T04:04:27.226Z Compiling anyhow v1.0.102
2642026-06-29T04:04:27.406Z Compiling hashbrown v0.17.1
2652026-06-29T04:04:27.472Z Compiling equivalent v1.0.2
2662026-06-29T04:04:27.643Z Compiling itertools v0.14.0
2672026-06-29T04:04:27.752Z Compiling syn v2.0.118
2682026-06-29T04:04:27.799Z Compiling heapless v0.8.0
2692026-06-29T04:04:27.965Z Compiling indexmap v2.14.0
2702026-06-29T04:04:28.099Z Compiling toml_parser v1.1.2+spec-1.1.0
2712026-06-29T04:04:28.149Z Checking byteorder v1.5.0
2722026-06-29T04:04:28.307Z Compiling toml_datetime v1.1.1+spec-1.1.0
2732026-06-29T04:04:28.402Z Checking bitflags v2.13.0
2742026-06-29T04:04:28.414Z Compiling regex-automata v0.4.14
2752026-06-29T04:04:28.527Z Checking hash32 v0.3.1
2762026-06-29T04:04:28.566Z Compiling toml_edit v0.25.12+spec-1.1.0
2772026-06-29T04:04:28.629Z Compiling smoltcp v0.11.0
2782026-06-29T04:04:28.672Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2792026-06-29T04:04:28.754Z Compiling rustversion v1.0.22
2802026-06-29T04:04:28.900Z Checking macaddr v1.0.1
2812026-06-29T04:04:28.903Z Checking stable_deref_trait v1.2.1
2822026-06-29T04:04:28.952Z Compiling syn v1.0.109
2832026-06-29T04:04:28.989Z Checking bitflags v1.3.2
2842026-06-29T04:04:29.037Z Checking rand_core v0.10.1
2852026-06-29T04:04:29.047Z Checking managed v0.8.0
2862026-06-29T04:04:29.129Z Compiling proc-macro-crate v3.5.0
2872026-06-29T04:04:29.168Z Compiling version_check v0.9.5
2882026-06-29T04:04:29.220Z Compiling ref-cast v1.0.25
2892026-06-29T04:04:29.291Z Compiling getrandom v0.4.3
2902026-06-29T04:04:29.318Z Compiling rustix v1.1.4
2912026-06-29T04:04:29.429Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2922026-06-29T04:04:29.457Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-29T04:04:29.641Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-29T04:04:29.699Z Checking errno v0.3.14
2952026-06-29T04:04:29.811Z Checking unicode-width v0.2.2
2962026-06-29T04:04:29.843Z Checking once_cell v1.21.4
2972026-06-29T04:04:29.945Z Checking utf8parse v0.2.2
2982026-06-29T04:04:30.013Z Checking ipnetwork v0.21.1
2992026-06-29T04:04:30.036Z Checking cpufeatures v0.3.0
3002026-06-29T04:04:30.052Z Checking foreign-types-shared v0.3.1
3012026-06-29T04:04:30.097Z Compiling regex v1.12.4
3022026-06-29T04:04:30.129Z Checking chacha20 v0.10.0
3032026-06-29T04:04:30.183Z Checking tabwriter v1.4.1
3042026-06-29T04:04:30.319Z Compiling darling_core v0.21.3
3052026-06-29T04:04:30.322Z Checking anstyle-parse v1.0.0
3062026-06-29T04:04:30.458Z Checking cstr-argument v0.1.2
3072026-06-29T04:04:30.466Z Checking tracing-core v0.1.36
3082026-06-29T04:04:30.838Z Checking dyn-clone v1.0.20
3092026-06-29T04:04:30.935Z Checking anstyle-query v1.1.5
3102026-06-29T04:04:30.949Z Checking is_terminal_polyfill v1.70.2
3112026-06-29T04:04:30.967Z Checking pin-project-lite v0.2.17
3122026-06-29T04:04:30.974Z Checking pretty-hex v0.4.2
3132026-06-29T04:04:31.001Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3142026-06-29T04:04:31.015Z Checking colorchoice v1.0.5
3152026-06-29T04:04:31.027Z Checking anstyle v1.0.14
3162026-06-29T04:04:31.077Z Checking terminal_size v0.4.4
3172026-06-29T04:04:31.182Z Checking rand v0.10.1
3182026-06-29T04:04:31.196Z Checking anstream v1.0.0
3192026-06-29T04:04:31.212Z Checking uuid v1.23.3
3202026-06-29T04:04:31.302Z Checking socket2 v0.6.4
3212026-06-29T04:04:31.344Z Checking clap_lex v1.1.0
3222026-06-29T04:04:31.388Z Checking colored v3.1.1
3232026-06-29T04:04:31.483Z Compiling thiserror-impl v2.0.18
3242026-06-29T04:04:31.490Z Compiling zerocopy-derive v0.8.52
3252026-06-29T04:04:31.545Z Compiling serde_derive v1.0.228
3262026-06-29T04:04:31.581Z Compiling ref-cast-impl v1.0.25
3272026-06-29T04:04:31.616Z Compiling foreign-types-macros v0.2.3
3282026-06-29T04:04:31.639Z Compiling num_enum_derive v0.7.6
3292026-06-29T04:04:32.236Z Checking foreign-types v0.5.0
3302026-06-29T04:04:32.243Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3312026-06-29T04:04:32.303Z Compiling tracing-attributes v0.1.31
3322026-06-29T04:04:32.390Z Compiling darling_macro v0.21.3
3332026-06-29T04:04:32.648Z Checking num_enum v0.7.6
3342026-06-29T04:04:32.756Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3352026-06-29T04:04:32.828Z Checking cobs v0.3.0
3362026-06-29T04:04:32.875Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3372026-06-29T04:04:32.927Z Checking oxnet v0.1.6
3382026-06-29T04:04:32.930Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3392026-06-29T04:04:32.960Z Compiling darling v0.21.3
3402026-06-29T04:04:33.029Z Compiling heck v0.5.0
3412026-06-29T04:04:33.037Z Compiling ingot-macros v0.1.1
3422026-06-29T04:04:33.102Z Checking clap_builder v4.6.0
3432026-06-29T04:04:33.230Z Compiling clap_derive v4.6.1
3442026-06-29T04:04:33.405Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-06-29T04:04:33.513Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462026-06-29T04:04:33.549Z Checking tracing v0.1.44
3472026-06-29T04:04:34.591Z Checking clap v4.6.1
3482026-06-29T04:04:34.612Z Checking postcard v1.1.3
3492026-06-29T04:04:35.527Z Checking ingot-types v0.1.2
3502026-06-29T04:04:35.795Z Checking ingot v0.1.1
3512026-06-29T04:04:37.090Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-29T04:04:38.304Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-29T04:04:39.499Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-29T04:04:40.320Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.50s
3552026-06-29T04:04:40.433Z
3562026-06-29T04:04:40.433Zreal 18.661731553
3572026-06-29T04:04:40.433Zuser 54.279914629
3582026-06-29T04:04:40.433Zsys 13.041699959
3592026-06-29T04:04:40.433Ztrap 0.048034842
3602026-06-29T04:04:40.433Ztflt 0.089574388
3612026-06-29T04:04:40.433Zdflt 0.105917187
3622026-06-29T04:04:40.433Zkflt 0.004715453
3632026-06-29T04:04:40.433Zlock 3:21.823910687
3642026-06-29T04:04:40.433Zslp 3:02.643420722
3652026-06-29T04:04:40.433Zlat 3.045270325
3662026-06-29T04:04:40.433Zstop 12.433537381
3672026-06-29T04:04:40.437Z+ header 'debug build'
3682026-06-29T04:04:40.437Z+ echo '# ==== debug build ==== #'
3692026-06-29T04:04:40.437Z# ==== debug build ==== #
3702026-06-29T04:04:40.437Z+ ptime -m cargo build
3712026-06-29T04:04:40.589Z Compiling cfg-if v1.0.4
3722026-06-29T04:04:40.592Z Compiling serde_core v1.0.228
3732026-06-29T04:04:40.592Z Compiling libc v0.2.186
3742026-06-29T04:04:40.616Z Compiling thiserror v2.0.18
3752026-06-29T04:04:40.619Z Compiling byteorder v1.5.0
3762026-06-29T04:04:40.623Z Compiling zerocopy v0.8.52
3772026-06-29T04:04:40.626Z Compiling macaddr v1.0.1
3782026-06-29T04:04:40.626Z Compiling stable_deref_trait v1.2.1
3792026-06-29T04:04:40.666Z Compiling bitflags v1.3.2
3802026-06-29T04:04:40.675Z Compiling cobs v0.3.0
3812026-06-29T04:04:40.692Z Compiling rand_core v0.10.1
3822026-06-29T04:04:40.725Z Compiling managed v0.8.0
3832026-06-29T04:04:40.782Z Compiling hash32 v0.3.1
3842026-06-29T04:04:40.842Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-06-29T04:04:40.858Z Compiling ipnetwork v0.21.1
3862026-06-29T04:04:40.923Z Compiling heapless v0.8.0
3872026-06-29T04:04:40.934Z Compiling errno v0.3.14
3882026-06-29T04:04:40.937Z Compiling once_cell v1.21.4
3892026-06-29T04:04:40.950Z Compiling unicode-width v0.2.2
3902026-06-29T04:04:41.057Z Compiling foreign-types-shared v0.3.1
3912026-06-29T04:04:41.091Z Compiling utf8parse v0.2.2
3922026-06-29T04:04:41.135Z Compiling memchr v2.8.2
3932026-06-29T04:04:41.160Z Compiling cpufeatures v0.3.0
3942026-06-29T04:04:41.185Z Compiling anstyle-parse v1.0.0
3952026-06-29T04:04:41.221Z Compiling chacha20 v0.10.0
3962026-06-29T04:04:41.242Z Compiling tabwriter v1.4.1
3972026-06-29T04:04:41.338Z Compiling smoltcp v0.11.0
3982026-06-29T04:04:41.384Z Compiling foreign-types v0.5.0
3992026-06-29T04:04:41.388Z Compiling tracing-core v0.1.36
4002026-06-29T04:04:41.486Z Compiling getrandom v0.4.3
4012026-06-29T04:04:41.548Z Compiling cstr-argument v0.1.2
4022026-06-29T04:04:41.652Z Compiling ref-cast v1.0.25
4032026-06-29T04:04:41.691Z Compiling num_enum v0.7.6
4042026-06-29T04:04:41.708Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4052026-06-29T04:04:41.740Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-29T04:04:41.795Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-29T04:04:41.809Z Compiling pin-project-lite v0.2.17
4082026-06-29T04:04:41.835Z Compiling anstyle v1.0.14
4092026-06-29T04:04:41.893Z Compiling colorchoice v1.0.5
4102026-06-29T04:04:42.005Z Compiling is_terminal_polyfill v1.70.2
4112026-06-29T04:04:42.085Z Compiling anstyle-query v1.1.5
4122026-06-29T04:04:42.091Z Compiling dyn-clone v1.0.20
4132026-06-29T04:04:42.187Z Compiling pretty-hex v0.4.2
4142026-06-29T04:04:42.249Z Compiling anstream v1.0.0
4152026-06-29T04:04:42.294Z Compiling bitflags v2.13.0
4162026-06-29T04:04:42.311Z Compiling serde v1.0.228
4172026-06-29T04:04:42.349Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4182026-06-29T04:04:42.507Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4192026-06-29T04:04:42.568Z Compiling rustix v1.1.4
4202026-06-29T04:04:42.732Z Compiling uuid v1.23.3
4212026-06-29T04:04:42.748Z Compiling tracing v0.1.44
4222026-06-29T04:04:42.770Z Compiling postcard v1.1.3
4232026-06-29T04:04:43.015Z Compiling anyhow v1.0.102
4242026-06-29T04:04:43.111Z Compiling terminal_size v0.4.4
4252026-06-29T04:04:43.116Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-06-29T04:04:43.133Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4272026-06-29T04:04:43.246Z Compiling rand v0.10.1
4282026-06-29T04:04:43.257Z Compiling socket2 v0.6.4
4292026-06-29T04:04:43.341Z Compiling colored v3.1.1
4302026-06-29T04:04:43.592Z Compiling ingot-types v0.1.2
4312026-06-29T04:04:43.614Z Compiling strsim v0.11.1
4322026-06-29T04:04:43.787Z Compiling winnow v1.0.3
4332026-06-29T04:04:43.856Z Compiling clap_lex v1.1.0
4342026-06-29T04:04:44.006Z Compiling ingot v0.1.1
4352026-06-29T04:04:44.180Z Compiling oxnet v0.1.6
4362026-06-29T04:04:44.238Z Compiling clap_builder v4.6.0
4372026-06-29T04:04:44.241Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-06-29T04:04:44.751Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4392026-06-29T04:04:45.722Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-29T04:04:45.888Z Compiling clap v4.6.1
4412026-06-29T04:04:47.300Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-29T04:04:48.735Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-29T04:04:53.147Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.70s
4442026-06-29T04:04:53.174Z
4452026-06-29T04:04:53.177Zreal 12.730779265
4462026-06-29T04:04:53.177Zuser 1:04.958431079
4472026-06-29T04:04:53.177Zsys 6.005225721
4482026-06-29T04:04:53.177Ztrap 0.033961597
4492026-06-29T04:04:53.177Ztflt 0.147976307
4502026-06-29T04:04:53.177Zdflt 0.211359158
4512026-06-29T04:04:53.177Zkflt 0.000026490
4522026-06-29T04:04:53.177Zlock 2:55.475161095
4532026-06-29T04:04:53.177Zslp 1:55.826000982
4542026-06-29T04:04:53.177Zlat 4.477327930
4552026-06-29T04:04:53.177Zstop 2.517150918
4562026-06-29T04:04:53.177Z+ header 'release build'
4572026-06-29T04:04:53.177Z+ echo '# ==== release build ==== #'
4582026-06-29T04:04:53.177Z+ ptime -m cargo build --release
4592026-06-29T04:04:53.177Z# ==== release build ==== #
4602026-06-29T04:04:53.269Z Compiling proc-macro2 v1.0.106
4612026-06-29T04:04:53.269Z Compiling unicode-ident v1.0.24
4622026-06-29T04:04:53.269Z Compiling quote v1.0.46
4632026-06-29T04:04:53.269Z Compiling serde_core v1.0.228
4642026-06-29T04:04:53.269Z Compiling libc v0.2.186
4652026-06-29T04:04:53.273Z Compiling cfg-if v1.0.4
4662026-06-29T04:04:53.273Z Compiling strsim v0.11.1
4672026-06-29T04:04:53.273Z Compiling thiserror v2.0.18
4682026-06-29T04:04:53.340Z Compiling ident_case v1.0.1
4692026-06-29T04:04:53.385Z Compiling fnv v1.0.7
4702026-06-29T04:04:53.441Z Compiling memchr v2.8.2
4712026-06-29T04:04:53.464Z Compiling regex-syntax v0.8.11
4722026-06-29T04:04:53.546Z Compiling hashbrown v0.17.1
4732026-06-29T04:04:53.574Z Compiling either v1.16.0
4742026-06-29T04:04:53.755Z Compiling equivalent v1.0.2
4752026-06-29T04:04:53.759Z Compiling zerocopy v0.8.52
4762026-06-29T04:04:53.823Z Compiling aho-corasick v1.1.4
4772026-06-29T04:04:53.962Z Compiling anyhow v1.0.102
4782026-06-29T04:04:53.975Z Compiling winnow v1.0.3
4792026-06-29T04:04:54.075Z Compiling serde v1.0.228
4802026-06-29T04:04:54.143Z Compiling indexmap v2.14.0
4812026-06-29T04:04:54.376Z Compiling itertools v0.14.0
4822026-06-29T04:04:54.394Z Compiling byteorder v1.5.0
4832026-06-29T04:04:54.486Z Compiling syn v2.0.118
4842026-06-29T04:04:54.566Z Compiling toml_datetime v1.1.1+spec-1.1.0
4852026-06-29T04:04:54.741Z Compiling heapless v0.8.0
4862026-06-29T04:04:54.776Z Compiling hash32 v0.3.1
4872026-06-29T04:04:54.903Z Compiling regex-automata v0.4.14
4882026-06-29T04:04:54.978Z Compiling toml_parser v1.1.2+spec-1.1.0
4892026-06-29T04:04:55.162Z Compiling stable_deref_trait v1.2.1
4902026-06-29T04:04:55.170Z Compiling syn v1.0.109
4912026-06-29T04:04:55.227Z Compiling macaddr v1.0.1
4922026-06-29T04:04:55.425Z Compiling bitflags v2.13.0
4932026-06-29T04:04:55.459Z Compiling toml_edit v0.25.12+spec-1.1.0
4942026-06-29T04:04:55.463Z Compiling smoltcp v0.11.0
4952026-06-29T04:04:55.494Z Compiling rustversion v1.0.22
4962026-06-29T04:04:55.498Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4972026-06-29T04:04:55.727Z Compiling bitflags v1.3.2
4982026-06-29T04:04:55.764Z Compiling ref-cast v1.0.25
4992026-06-29T04:04:55.775Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5002026-06-29T04:04:55.785Z Compiling rustix v1.1.4
5012026-06-29T04:04:55.847Z Compiling getrandom v0.4.3
5022026-06-29T04:04:55.975Z Compiling version_check v0.9.5
5032026-06-29T04:04:56.067Z Compiling proc-macro-crate v3.5.0
5042026-06-29T04:04:56.084Z Compiling rand_core v0.10.1
5052026-06-29T04:04:56.103Z Compiling managed v0.8.0
5062026-06-29T04:04:56.224Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-06-29T04:04:56.351Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-29T04:04:56.436Z Compiling errno v0.3.14
5092026-06-29T04:04:56.575Z Compiling regex v1.12.4
5102026-06-29T04:04:56.737Z Compiling cpufeatures v0.3.0
5112026-06-29T04:04:56.796Z Compiling utf8parse v0.2.2
5122026-06-29T04:04:56.800Z Compiling ipnetwork v0.21.1
5132026-06-29T04:04:56.890Z Compiling once_cell v1.21.4
5142026-06-29T04:04:56.961Z Compiling unicode-width v0.2.2
5152026-06-29T04:04:57.114Z Compiling darling_core v0.21.3
5162026-06-29T04:04:57.157Z Compiling foreign-types-shared v0.3.1
5172026-06-29T04:04:57.195Z Compiling tabwriter v1.4.1
5182026-06-29T04:04:57.234Z Compiling tracing-core v0.1.36
5192026-06-29T04:04:57.243Z Compiling anstyle-parse v1.0.0
5202026-06-29T04:04:57.432Z Compiling cstr-argument v0.1.2
5212026-06-29T04:04:57.436Z Compiling chacha20 v0.10.0
5222026-06-29T04:04:58.006Z Compiling dyn-clone v1.0.20
5232026-06-29T04:04:58.085Z Compiling anstyle v1.0.14
5242026-06-29T04:04:58.117Z Compiling pin-project-lite v0.2.17
5252026-06-29T04:04:58.133Z Compiling anstyle-query v1.1.5
5262026-06-29T04:04:58.201Z Compiling pretty-hex v0.4.2
5272026-06-29T04:04:58.225Z Compiling is_terminal_polyfill v1.70.2
5282026-06-29T04:04:58.229Z Compiling thiserror-impl v2.0.18
5292026-06-29T04:04:58.304Z Compiling zerocopy-derive v0.8.52
5302026-06-29T04:04:58.316Z Compiling serde_derive v1.0.228
5312026-06-29T04:04:58.324Z Compiling ref-cast-impl v1.0.25
5322026-06-29T04:04:58.403Z Compiling num_enum_derive v0.7.6
5332026-06-29T04:04:58.906Z Compiling foreign-types-macros v0.2.3
5342026-06-29T04:04:59.158Z Compiling tracing-attributes v0.1.31
5352026-06-29T04:04:59.237Z Compiling darling_macro v0.21.3
5362026-06-29T04:04:59.375Z Compiling num_enum v0.7.6
5372026-06-29T04:04:59.480Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5382026-06-29T04:04:59.505Z Compiling cobs v0.3.0
5392026-06-29T04:04:59.523Z Compiling foreign-types v0.5.0
5402026-06-29T04:04:59.588Z Compiling colorchoice v1.0.5
5412026-06-29T04:04:59.690Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5422026-06-29T04:04:59.713Z Compiling anstream v1.0.0
5432026-06-29T04:04:59.726Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5442026-06-29T04:04:59.771Z Compiling darling v0.21.3
5452026-06-29T04:04:59.841Z Compiling ingot-macros v0.1.1
5462026-06-29T04:04:59.897Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5472026-06-29T04:04:59.951Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5482026-06-29T04:05:00.105Z Compiling terminal_size v0.4.4
5492026-06-29T04:05:00.182Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5502026-06-29T04:05:00.231Z Compiling rand v0.10.1
5512026-06-29T04:05:00.286Z Compiling uuid v1.23.3
5522026-06-29T04:05:00.318Z Compiling tracing v0.1.44
5532026-06-29T04:05:00.421Z Compiling socket2 v0.6.4
5542026-06-29T04:05:00.764Z Compiling colored v3.1.1
5552026-06-29T04:05:00.965Z Compiling clap_lex v1.1.0
5562026-06-29T04:05:01.026Z Compiling oxnet v0.1.6
5572026-06-29T04:05:01.264Z Compiling heck v0.5.0
5582026-06-29T04:05:01.306Z Compiling clap_builder v4.6.0
5592026-06-29T04:05:01.311Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5602026-06-29T04:05:01.445Z Compiling postcard v1.1.3
5612026-06-29T04:05:01.499Z Compiling clap_derive v4.6.1
5622026-06-29T04:05:02.747Z Compiling ingot-types v0.1.2
5632026-06-29T04:05:03.089Z Compiling ingot v0.1.1
5642026-06-29T04:05:03.161Z Compiling clap v4.6.1
5652026-06-29T04:05:04.741Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-29T04:05:05.740Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-29T04:05:06.792Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-29T04:05:13.352Z Finished `release` profile [optimized + debuginfo] target(s) in 20.16s
5692026-06-29T04:05:13.380Z
5702026-06-29T04:05:13.380Zreal 20.195330933
5712026-06-29T04:05:13.380Zuser 1:42.700940321
5722026-06-29T04:05:13.380Zsys 13.446721653
5732026-06-29T04:05:13.383Ztrap 0.053457133
5742026-06-29T04:05:13.383Ztflt 0.095354020
5752026-06-29T04:05:13.383Zdflt 0.380731895
5762026-06-29T04:05:13.383Zkflt 0.000017120
5772026-06-29T04:05:13.383Zlock 4:24.794980932
5782026-06-29T04:05:13.383Zslp 3:23.905816453
5792026-06-29T04:05:13.383Zlat 4.928255308
5802026-06-29T04:05:13.383Zstop 8.475626924
5812026-06-29T04:05:13.383Z+ popd
5822026-06-29T04:05:13.383Z/work/oxidecomputer/opte
5832026-06-29T04:05:13.383Z+ for x in debug release
5842026-06-29T04:05:13.383Z+ mkdir -p /work/debug
5852026-06-29T04:05:13.384Z+ cp target/debug/opteadm /work/debug/
5862026-06-29T04:05:13.405Z+ sha256sum target/debug/opteadm
5872026-06-29T04:05:13.431Z+ for x in debug release
5882026-06-29T04:05:13.431Z+ mkdir -p /work/release
5892026-06-29T04:05:13.434Z+ cp target/release/opteadm /work/release/
5902026-06-29T04:05:13.448Z+ sha256sum target/release/opteadm
5912026-06-29T04:05:13.465Zprocess exited: duration 67436 ms, exit code 0
 
5922026-06-29T04:05:13.477Zfound 4 output files
5932026-06-29T04:05:13.477Zuploading: /work/debug/opteadm (36543376 bytes)
5942026-06-29T04:05:16.224Zuploaded: /work/debug/opteadm
5952026-06-29T04:05:16.224Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-29T04:05:17.234Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-29T04:05:17.234Zuploading: /work/release/opteadm (24742072 bytes)
5982026-06-29T04:05:18.388Zuploaded: /work/release/opteadm
5992026-06-29T04:05:18.388Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-29T04:05:19.397Zuploaded: /work/release/opteadm.release.sha256