01KW11R53N7ZKDK526HXFCH5X5: 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: 01KW11RYZFZVGV7DYY3JDXDFBE

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-26T04:08:24.472Zjob assigned to worker 01KW11SCENQ1G6Q8ZF86QEX29G [factory aws, i-07d05cf1a26fb35a3] (queued for 55 s)
 
22026-06-26T04:08:31.109Zstarting task 0: "setup"
32026-06-26T04:08:31.114Z++ uname -s
42026-06-26T04:08:31.117Z+ kern=SunOS
52026-06-26T04:08:31.117Z+ build_user=build
62026-06-26T04:08:31.118Z+ build_uid=12345
72026-06-26T04:08:31.118Z+ work_dir=/work
82026-06-26T04:08:31.118Z+ input_dir=/input
92026-06-26T04:08:31.118Z+ [[ 0 == 12345 ]]
102026-06-26T04:08:31.118Z+ case "$kern" in
112026-06-26T04:08:31.118Z+ groupadd -g 12345 build
122026-06-26T04:08:31.121Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-26T04:08:33.124Z+ zfs create -o mountpoint=/work rpool/work
142026-06-26T04:08:33.190Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-26T04:08:33.193Z+ home_fs=zfs
162026-06-26T04:08:33.193Z+ [[ zfs == autofs ]]
172026-06-26T04:08:33.193Z+ mkdir -p /home/build
182026-06-26T04:08:33.194Z+ chown build:build /home/build /work
192026-06-26T04:08:35.194Z+ chmod 0700 /home/build /work
202026-06-26T04:08:35.198Zprocess exited: duration 4087 ms, exit code 0
 
212026-06-26T04:08:35.204Zstarting task 1: "rust-toolchain"
222026-06-26T04:08:35.208Z+ printf ' * rust toolchain channel = "%s"\n' 1.96.0
232026-06-26T04:08:35.208Z * rust toolchain channel = "1.96.0"
242026-06-26T04:08:35.208Z+ printf ' * rust toolchain profile = "%s"\n' default
252026-06-26T04:08:35.208Z * rust toolchain profile = "default"
262026-06-26T04:08:35.208Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-26T04:08:35.208Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-26T04:08:35.211Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-26T04:08:35.211Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.0 --profile default
302026-06-26T04:08:35.297Zinfo: downloading installer
312026-06-26T04:08:37.064Zwarn: It looks like you have an existing rustup settings file at:
322026-06-26T04:08:37.064Zwarn: /home/build/.rustup/settings.toml
332026-06-26T04:08:37.064Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-26T04:08:37.064Zwarn: instead of the one inferred from the default host triple.
352026-06-26T04:08:37.076Zinfo: profile set to default
362026-06-26T04:08:37.076Zinfo: default host triple is x86_64-unknown-illumos
372026-06-26T04:08:37.079Zinfo: syncing channel updates for 1.96.0-x86_64-unknown-illumos
382026-06-26T04:08:37.236Zinfo: latest update on 2026-05-28 for version 1.96.0 (ac68faa20 2026-05-25)
392026-06-26T04:08:37.239Zinfo: downloading 6 components
402026-06-26T04:08:53.513Z
412026-06-26T04:08:53.513Zinfo: default toolchain set to 1.96.0-x86_64-unknown-illumos
422026-06-26T04:08:53.542Z 1.96.0-x86_64-unknown-illumos installed - rustc 1.96.0 (ac68faa20 2026-05-25)
432026-06-26T04:08:53.542Z
442026-06-26T04:08:53.542Z
452026-06-26T04:08:53.542ZRust is installed now. Great!
462026-06-26T04:08:53.542Z
472026-06-26T04:08:53.545ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-26T04:08:53.545Zenvironment variable. This has not been done automatically.
492026-06-26T04:08:53.545Z
502026-06-26T04:08:53.546ZTo configure your current shell, you need to source
512026-06-26T04:08:53.546Zthe corresponding env file under $HOME/.cargo.
522026-06-26T04:08:53.546Z
532026-06-26T04:08:53.546ZThis is usually done by running one of the following (note the leading DOT):
542026-06-26T04:08:53.546Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-26T04:08:53.546Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-26T04:08:53.546Zsource "~/.cargo/env.nu" # For nushell
572026-06-26T04:08:53.546Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-26T04:08:53.546Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-26T04:08:53.546Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-26T04:08:53.546Zwarn: no default linker (`cc`) was found in your PATH
612026-06-26T04:08:53.546Zwarn: many Rust crates require a system C toolchain to build
622026-06-26T04:08:53.639Z+ rustup --version
632026-06-26T04:08:53.648Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-26T04:08:53.651Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-26T04:08:53.669Zinfo: the currently active `rustc` version is `rustc 1.96.0 (ac68faa20 2026-05-25)`
662026-06-26T04:08:53.672Z+ cargo --version
672026-06-26T04:08:53.685Zcargo 1.96.0 (30a34c682 2026-05-25)
682026-06-26T04:08:53.689Z+ rustc --version
692026-06-26T04:08:53.710Zrustc 1.96.0 (ac68faa20 2026-05-25)
702026-06-26T04:08:53.715Zprocess exited: duration 18505 ms, exit code 0
 
712026-06-26T04:08:53.725Zstarting task 2: "authentication"
722026-06-26T04:08:53.748Zprocess exited: duration 22 ms, exit code 0
 
732026-06-26T04:08:53.757Zstarting task 3: "clone repository"
742026-06-26T04:08:53.761Z+ mkdir -p /work/oxidecomputer/opte
752026-06-26T04:08:53.761Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-26T04:08:53.789ZCloning into '/work/oxidecomputer/opte'...
772026-06-26T04:08:54.599Z+ cd /work/oxidecomputer/opte
782026-06-26T04:08:54.599Z+ git fetch origin 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
792026-06-26T04:08:54.843ZFrom https://github.com/oxidecomputer/opte
802026-06-26T04:08:54.843Z * branch 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2 -> FETCH_HEAD
812026-06-26T04:08:54.849Z+ [[ -n renovate/anyhow-1.x-lockfile ]]
822026-06-26T04:08:54.849Z++ git branch --show-current
832026-06-26T04:08:54.849Z+ current=master
842026-06-26T04:08:54.849Z+ [[ master != renovate/anyhow-1.x-lockfile ]]
852026-06-26T04:08:54.849Z+ git branch -f renovate/anyhow-1.x-lockfile 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
862026-06-26T04:08:54.852Z+ git checkout -f renovate/anyhow-1.x-lockfile
872026-06-26T04:08:54.866ZSwitched to branch 'renovate/anyhow-1.x-lockfile'
882026-06-26T04:08:54.870Z+ git reset --hard 9dc942031cd83e142fb64e35eed9f2d2be6ccbc2
892026-06-26T04:08:54.873ZHEAD is now at 9dc9420 Update Rust crate anyhow to v1.0.103
902026-06-26T04:08:54.873Zprocess exited: duration 1116 ms, exit code 0
 
912026-06-26T04:08:54.881Zstarting task 4: "build"
922026-06-26T04:08:54.885Z+ source .github/buildomat/common.sh
932026-06-26T04:08:54.885Z++ rustup show active-toolchain
942026-06-26T04:08:54.890Z1.96.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-26T04:08:54.893Z++ pushd xde
962026-06-26T04:08:54.893Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-26T04:08:54.893Z++ rustup show active-toolchain
982026-06-26T04:08:54.896Zinfo: syncing channel updates for nightly-2026-06-19-x86_64-unknown-illumos
992026-06-26T04:08:55.067Zinfo: latest update on 2026-06-19 for version 1.98.0-nightly (bc2112ed5 2026-06-18)
1002026-06-26T04:08:55.071Zinfo: downloading 6 components
1012026-06-26T04:09:08.780Znightly-2026-06-19-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-26T04:09:09.249Z+++ rustup show active-toolchain -v
1032026-06-26T04:09:09.279Z+++ head -n 1
1042026-06-26T04:09:09.279Z+++ cut '-d ' -f1
1052026-06-26T04:09:09.279Z++ export NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1062026-06-26T04:09:09.279Z++ NIGHTLY=nightly-2026-06-19-x86_64-unknown-illumos
1072026-06-26T04:09:09.279Z++ popd
1082026-06-26T04:09:09.279Z/work/oxidecomputer/opte
1092026-06-26T04:09:09.279Z+ cargo --version
1102026-06-26T04:09:09.279Zcargo 1.96.0 (30a34c682 2026-05-25)
1112026-06-26T04:09:09.279Z+ rustc --version
1122026-06-26T04:09:09.279Zrustc 1.96.0 (ac68faa20 2026-05-25)
1132026-06-26T04:09:09.280Z+ pushd bin/opteadm
1142026-06-26T04:09:09.280Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-06-26T04:09:09.280Z+ header 'check style'
1162026-06-26T04:09:09.280Z+ echo '# ==== check style ==== #'
1172026-06-26T04:09:09.280Z# ==== check style ==== #
1182026-06-26T04:09:09.280Z+ ptime -m cargo +nightly-2026-06-19-x86_64-unknown-illumos fmt -- --check
1192026-06-26T04:09:09.280Z
1202026-06-26T04:09:09.280Zreal 0.070554353
1212026-06-26T04:09:09.280Zuser 0.038436888
1222026-06-26T04:09:09.280Zsys 0.029604121
1232026-06-26T04:09:09.280Ztrap 0.000001239
1242026-06-26T04:09:09.280Ztflt 0.000032296
1252026-06-26T04:09:09.280Zdflt 0.000008709
1262026-06-26T04:09:09.280Zkflt 0.000002059
1272026-06-26T04:09:09.281Zlock 0.030814575
1282026-06-26T04:09:09.281Zslp 0.048936452
1292026-06-26T04:09:09.281Zlat 0.000707291
1302026-06-26T04:09:09.281Zstop 0.000101121
1312026-06-26T04:09:09.281Z+ header analyze
1322026-06-26T04:09:09.281Z+ echo '# ==== analyze ==== #'
1332026-06-26T04:09:09.281Z# ==== analyze ==== #
1342026-06-26T04:09:09.281Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-06-26T04:09:09.281Z Updating crates.io index
1362026-06-26T04:09:09.281Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-26T04:09:10.120Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-26T04:09:10.341Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-26T04:09:10.660Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-26T04:09:10.949Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-26T04:09:11.294Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-26T04:09:11.545Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-26T04:09:13.756Z Downloading crates ...
1442026-06-26T04:09:13.816Z Downloaded clap v4.6.1
1452026-06-26T04:09:13.879Z Downloaded cstr-argument v0.1.2
1462026-06-26T04:09:13.879Z Downloaded heck v0.5.0
1472026-06-26T04:09:13.879Z Downloaded dyn-clone v1.0.20
1482026-06-26T04:09:13.879Z Downloaded defmt-parser v1.0.0
1492026-06-26T04:09:13.879Z Downloaded foreign-types-shared v0.3.1
1502026-06-26T04:09:13.879Z Downloaded foreign-types v0.5.0
1512026-06-26T04:09:13.879Z Downloaded ipnetwork v0.21.1
1522026-06-26T04:09:13.880Z Downloaded ident_case v1.0.1
1532026-06-26T04:09:13.880Z Downloaded chacha20 v0.10.0
1542026-06-26T04:09:13.880Z Downloaded is_terminal_polyfill v1.70.2
1552026-06-26T04:09:13.880Z Downloaded anstyle-query v1.1.5
1562026-06-26T04:09:13.880Z Downloaded colorchoice v1.0.5
1572026-06-26T04:09:13.880Z Downloaded defmt v0.3.100
1582026-06-26T04:09:13.880Z Downloaded fnv v1.0.7
1592026-06-26T04:09:13.880Z Downloaded utf8parse v0.2.2
1602026-06-26T04:09:13.880Z Downloaded hash32 v0.3.1
1612026-06-26T04:09:13.880Z Downloaded strsim v0.11.1
1622026-06-26T04:09:13.880Z Downloaded cpufeatures v0.3.0
1632026-06-26T04:09:13.880Z Downloaded cobs v0.3.0
1642026-06-26T04:09:13.880Z Downloaded zerocopy-derive v0.8.52
1652026-06-26T04:09:13.881Z Downloaded zerocopy v0.8.52
1662026-06-26T04:09:13.931Z Downloaded stable_deref_trait v1.2.1
1672026-06-26T04:09:13.931Z Downloaded anstyle-parse v1.0.0
1682026-06-26T04:09:13.931Z Downloaded anstream v1.0.0
1692026-06-26T04:09:13.931Z Downloaded pretty-hex v0.4.2
1702026-06-26T04:09:13.931Z Downloaded macaddr v1.0.1
1712026-06-26T04:09:13.931Z Downloaded ingot-types v0.1.2
1722026-06-26T04:09:13.931Z Downloaded ingot-macros v0.1.1
1732026-06-26T04:09:13.931Z Downloaded proc-macro-error-attr2 v2.0.0
1742026-06-26T04:09:13.932Z Downloaded embedded-io v0.6.1
1752026-06-26T04:09:13.932Z Downloaded clap_lex v1.1.0
1762026-06-26T04:09:13.932Z Downloaded ref-cast-impl v1.0.25
1772026-06-26T04:09:13.932Z Downloaded tabwriter v1.4.1
1782026-06-26T04:09:13.932Z Downloaded cfg-if v1.0.4
1792026-06-26T04:09:13.932Z Downloaded ingot v0.1.1
1802026-06-26T04:09:13.932Z Downloaded anstyle v1.0.14
1812026-06-26T04:09:13.932Z Downloaded foreign-types-macros v0.2.3
1822026-06-26T04:09:13.932Z Downloaded byteorder v1.5.0
1832026-06-26T04:09:13.932Z Downloaded rand_core v0.10.1
1842026-06-26T04:09:13.932Z Downloaded oxnet v0.1.6
1852026-06-26T04:09:13.933Z Downloaded errno v0.3.14
1862026-06-26T04:09:13.933Z Downloaded equivalent v1.0.2
1872026-06-26T04:09:13.933Z Downloaded darling_macro v0.21.3
1882026-06-26T04:09:13.933Z Downloaded darling v0.21.3
1892026-06-26T04:09:13.933Z Downloaded anyhow v1.0.103
1902026-06-26T04:09:13.987Z Downloaded defmt-macros v1.1.0
1912026-06-26T04:09:13.987Z Downloaded darling_core v0.21.3
1922026-06-26T04:09:13.987Z Downloaded embedded-io v0.4.0
1932026-06-26T04:09:13.987Z Downloaded ref-cast v1.0.25
1942026-06-26T04:09:13.987Z Downloaded terminal_size v0.4.4
1952026-06-26T04:09:13.987Z Downloaded proc-macro-crate v3.5.0
1962026-06-26T04:09:13.987Z Downloaded version_check v0.9.5
1972026-06-26T04:09:13.987Z Downloaded bitflags v1.3.2
1982026-06-26T04:09:13.987Z Downloaded thiserror-impl v2.0.18
1992026-06-26T04:09:13.987Z Downloaded rustversion v1.0.22
2002026-06-26T04:09:13.987Z Downloaded pin-project-lite v0.2.17
2012026-06-26T04:09:13.987Z Downloaded defmt v1.1.0
2022026-06-26T04:09:13.987Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2032026-06-26T04:09:13.987Z Downloaded tracing-attributes v0.1.31
2042026-06-26T04:09:13.988Z Downloaded getrandom v0.4.3
2052026-06-26T04:09:14.047Z Downloaded managed v0.8.0
2062026-06-26T04:09:14.048Z Downloaded either v1.16.0
2072026-06-26T04:09:14.048Z Downloaded quote v1.0.46
2082026-06-26T04:09:14.048Z Downloaded proc-macro-error2 v2.0.1
2092026-06-26T04:09:14.048Z Downloaded num_enum_derive v0.7.6
2102026-06-26T04:09:14.048Z Downloaded thiserror v2.0.18
2112026-06-26T04:09:14.048Z Downloaded clap_derive v4.6.1
2122026-06-26T04:09:14.048Z Downloaded once_cell v1.21.4
2132026-06-26T04:09:14.048Z Downloaded serde_core v1.0.228
2142026-06-26T04:09:14.049Z Downloaded postcard v1.1.3
2152026-06-26T04:09:14.049Z Downloaded tracing-core v0.1.36
2162026-06-26T04:09:14.049Z Downloaded proc-macro2 v1.0.106
2172026-06-26T04:09:14.049Z Downloaded heapless v0.8.0
2182026-06-26T04:09:14.049Z Downloaded colored v3.1.1
2192026-06-26T04:09:14.049Z Downloaded bitflags v2.13.0
2202026-06-26T04:09:14.049Z Downloaded uuid v1.23.3
2212026-06-26T04:09:14.050Z Downloaded unicode-ident v1.0.24
2222026-06-26T04:09:14.050Z Downloaded num_enum v0.7.6
2232026-06-26T04:09:14.100Z Downloaded toml_parser v1.1.2+spec-1.1.0
2242026-06-26T04:09:14.101Z Downloaded indexmap v2.14.0
2252026-06-26T04:09:14.101Z Downloaded serde_derive v1.0.228
2262026-06-26T04:09:14.101Z Downloaded socket2 v0.6.4
2272026-06-26T04:09:14.101Z Downloaded toml_edit v0.25.12+spec-1.1.0
2282026-06-26T04:09:14.101Z Downloaded serde v1.0.228
2292026-06-26T04:09:14.101Z Downloaded rand v0.10.1
2302026-06-26T04:09:14.101Z Downloaded memchr v2.8.2
2312026-06-26T04:09:14.142Z Downloaded itertools v0.14.0
2322026-06-26T04:09:14.142Z Downloaded hashbrown v0.17.1
2332026-06-26T04:09:14.142Z Downloaded aho-corasick v1.1.4
2342026-06-26T04:09:14.194Z Downloaded regex v1.12.4
2352026-06-26T04:09:14.194Z Downloaded clap_builder v4.6.0
2362026-06-26T04:09:14.194Z Downloaded winnow v1.0.3
2372026-06-26T04:09:14.264Z Downloaded syn v1.0.109
2382026-06-26T04:09:14.264Z Downloaded unicode-width v0.2.2
2392026-06-26T04:09:14.264Z Downloaded smoltcp v0.11.0
2402026-06-26T04:09:14.264Z Downloaded syn v2.0.118
2412026-06-26T04:09:14.315Z Downloaded regex-syntax v0.8.11
2422026-06-26T04:09:14.315Z Downloaded rustix v1.1.4
2432026-06-26T04:09:14.315Z Downloaded tracing v0.1.44
2442026-06-26T04:09:14.315Z Downloaded regex-automata v0.4.14
2452026-06-26T04:09:14.370Z Downloaded libc v0.2.186
2462026-06-26T04:09:14.434Z Compiling proc-macro2 v1.0.106
2472026-06-26T04:09:14.434Z Compiling quote v1.0.46
2482026-06-26T04:09:14.434Z Compiling unicode-ident v1.0.24
2492026-06-26T04:09:14.434Z Compiling serde_core v1.0.228
2502026-06-26T04:09:14.434Z Compiling libc v0.2.186
2512026-06-26T04:09:14.434Z Checking cfg-if v1.0.4
2522026-06-26T04:09:14.434Z Compiling memchr v2.8.2
2532026-06-26T04:09:14.434Z Compiling fnv v1.0.7
2542026-06-26T04:09:14.484Z Compiling strsim v0.11.1
2552026-06-26T04:09:14.543Z Compiling ident_case v1.0.1
2562026-06-26T04:09:14.598Z Compiling thiserror v2.0.18
2572026-06-26T04:09:14.679Z Compiling regex-syntax v0.8.11
2582026-06-26T04:09:14.765Z Compiling either v1.16.0
2592026-06-26T04:09:14.804Z Compiling aho-corasick v1.1.4
2602026-06-26T04:09:14.966Z Compiling serde v1.0.228
2612026-06-26T04:09:14.998Z Compiling hashbrown v0.17.1
2622026-06-26T04:09:15.055Z Compiling anyhow v1.0.103
2632026-06-26T04:09:15.084Z Compiling zerocopy v0.8.52
2642026-06-26T04:09:15.244Z Compiling winnow v1.0.3
2652026-06-26T04:09:15.359Z Compiling equivalent v1.0.2
2662026-06-26T04:09:15.502Z Compiling indexmap v2.14.0
2672026-06-26T04:09:15.572Z Compiling itertools v0.14.0
2682026-06-26T04:09:15.643Z Compiling syn v2.0.118
2692026-06-26T04:09:15.683Z Compiling heapless v0.8.0
2702026-06-26T04:09:15.984Z Checking byteorder v1.5.0
2712026-06-26T04:09:16.128Z Compiling regex-automata v0.4.14
2722026-06-26T04:09:16.139Z Compiling toml_datetime v1.1.1+spec-1.1.0
2732026-06-26T04:09:16.238Z Compiling toml_parser v1.1.2+spec-1.1.0
2742026-06-26T04:09:16.259Z Checking bitflags v2.13.0
2752026-06-26T04:09:16.341Z Checking hash32 v0.3.1
2762026-06-26T04:09:16.440Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2772026-06-26T04:09:16.448Z Compiling smoltcp v0.11.0
2782026-06-26T04:09:16.534Z Compiling rustversion v1.0.22
2792026-06-26T04:09:16.656Z Compiling toml_edit v0.25.12+spec-1.1.0
2802026-06-26T04:09:16.748Z Checking stable_deref_trait v1.2.1
2812026-06-26T04:09:16.769Z Checking macaddr v1.0.1
2822026-06-26T04:09:16.793Z Compiling syn v1.0.109
2832026-06-26T04:09:16.877Z Compiling rustix v1.1.4
2842026-06-26T04:09:16.897Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2852026-06-26T04:09:16.904Z Checking rand_core v0.10.1
2862026-06-26T04:09:17.034Z Checking bitflags v1.3.2
2872026-06-26T04:09:17.092Z Checking managed v0.8.0
2882026-06-26T04:09:17.104Z Compiling getrandom v0.4.3
2892026-06-26T04:09:17.134Z Compiling ref-cast v1.0.25
2902026-06-26T04:09:17.160Z Compiling version_check v0.9.5
2912026-06-26T04:09:17.211Z Compiling proc-macro-crate v3.5.0
2922026-06-26T04:09:17.425Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-26T04:09:17.558Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-26T04:09:17.624Z Checking errno v0.3.14
2952026-06-26T04:09:17.657Z Checking cpufeatures v0.3.0
2962026-06-26T04:09:17.737Z Checking foreign-types-shared v0.3.1
2972026-06-26T04:09:17.818Z Compiling regex v1.12.4
2982026-06-26T04:09:17.860Z Checking unicode-width v0.2.2
2992026-06-26T04:09:18.077Z Checking once_cell v1.21.4
3002026-06-26T04:09:18.100Z Checking utf8parse v0.2.2
3012026-06-26T04:09:18.103Z Checking ipnetwork v0.21.1
3022026-06-26T04:09:18.192Z Compiling darling_core v0.21.3
3032026-06-26T04:09:18.196Z Checking anstyle-parse v1.0.0
3042026-06-26T04:09:18.244Z Checking tracing-core v0.1.36
3052026-06-26T04:09:18.271Z Checking tabwriter v1.4.1
3062026-06-26T04:09:18.346Z Checking cstr-argument v0.1.2
3072026-06-26T04:09:18.443Z Checking chacha20 v0.10.0
3082026-06-26T04:09:18.697Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3092026-06-26T04:09:18.714Z Checking is_terminal_polyfill v1.70.2
3102026-06-26T04:09:18.792Z Checking colorchoice v1.0.5
3112026-06-26T04:09:18.828Z Checking pin-project-lite v0.2.17
3122026-06-26T04:09:18.884Z Checking anstyle-query v1.1.5
3132026-06-26T04:09:18.889Z Checking pretty-hex v0.4.2
3142026-06-26T04:09:18.896Z Checking dyn-clone v1.0.20
3152026-06-26T04:09:18.902Z Checking anstyle v1.0.14
3162026-06-26T04:09:18.908Z Checking terminal_size v0.4.4
3172026-06-26T04:09:18.991Z Checking rand v0.10.1
3182026-06-26T04:09:19.011Z Checking uuid v1.23.3
3192026-06-26T04:09:19.071Z Checking anstream v1.0.0
3202026-06-26T04:09:19.167Z Checking socket2 v0.6.4
3212026-06-26T04:09:19.264Z Checking oxnet v0.1.6
3222026-06-26T04:09:19.279Z Compiling heck v0.5.0
3232026-06-26T04:09:19.392Z Compiling thiserror-impl v2.0.18
3242026-06-26T04:09:19.415Z Compiling zerocopy-derive v0.8.52
3252026-06-26T04:09:19.422Z Compiling serde_derive v1.0.228
3262026-06-26T04:09:19.433Z Compiling ref-cast-impl v1.0.25
3272026-06-26T04:09:19.441Z Compiling foreign-types-macros v0.2.3
3282026-06-26T04:09:19.468Z Compiling num_enum_derive v0.7.6
3292026-06-26T04:09:20.056Z Checking foreign-types v0.5.0
3302026-06-26T04:09:20.091Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3312026-06-26T04:09:20.112Z Compiling tracing-attributes v0.1.31
3322026-06-26T04:09:20.267Z Compiling darling_macro v0.21.3
3332026-06-26T04:09:20.463Z Checking num_enum v0.7.6
3342026-06-26T04:09:20.575Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3352026-06-26T04:09:20.739Z Checking cobs v0.3.0
3362026-06-26T04:09:20.745Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3372026-06-26T04:09:20.807Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3382026-06-26T04:09:20.875Z Checking colored v3.1.1
3392026-06-26T04:09:20.887Z Compiling darling v0.21.3
3402026-06-26T04:09:20.894Z Checking clap_lex v1.1.0
3412026-06-26T04:09:20.961Z Compiling ingot-macros v0.1.1
3422026-06-26T04:09:21.038Z Checking clap_builder v4.6.0
3432026-06-26T04:09:21.063Z Compiling clap_derive v4.6.1
3442026-06-26T04:09:21.279Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-06-26T04:09:21.329Z Checking tracing v0.1.44
3462026-06-26T04:09:21.411Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3472026-06-26T04:09:22.447Z Checking postcard v1.1.3
3482026-06-26T04:09:22.452Z Checking clap v4.6.1
3492026-06-26T04:09:23.399Z Checking ingot-types v0.1.2
3502026-06-26T04:09:23.664Z Checking ingot v0.1.1
3512026-06-26T04:09:24.980Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-26T04:09:26.189Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-26T04:09:27.387Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-26T04:09:28.200Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.15s
3552026-06-26T04:09:28.311Z
3562026-06-26T04:09:28.314Zreal 19.307412469
3572026-06-26T04:09:28.315Zuser 54.162784925
3582026-06-26T04:09:28.315Zsys 13.034951438
3592026-06-26T04:09:28.315Ztrap 0.045977420
3602026-06-26T04:09:28.315Ztflt 0.091990950
3612026-06-26T04:09:28.315Zdflt 0.114109249
3622026-06-26T04:09:28.315Zkflt 0.005135114
3632026-06-26T04:09:28.315Zlock 3:22.428561159
3642026-06-26T04:09:28.315Zslp 3:03.076827652
3652026-06-26T04:09:28.315Zlat 3.413271609
3662026-06-26T04:09:28.315Zstop 12.460537929
3672026-06-26T04:09:28.315Z+ header 'debug build'
3682026-06-26T04:09:28.315Z+ echo '# ==== debug build ==== #'
3692026-06-26T04:09:28.315Z+ ptime -m cargo build
3702026-06-26T04:09:28.315Z# ==== debug build ==== #
3712026-06-26T04:09:28.463Z Compiling cfg-if v1.0.4
3722026-06-26T04:09:28.467Z Compiling serde_core v1.0.228
3732026-06-26T04:09:28.467Z Compiling libc v0.2.186
3742026-06-26T04:09:28.491Z Compiling thiserror v2.0.18
3752026-06-26T04:09:28.495Z Compiling byteorder v1.5.0
3762026-06-26T04:09:28.498Z Compiling zerocopy v0.8.52
3772026-06-26T04:09:28.498Z Compiling stable_deref_trait v1.2.1
3782026-06-26T04:09:28.501Z Compiling macaddr v1.0.1
3792026-06-26T04:09:28.538Z Compiling rand_core v0.10.1
3802026-06-26T04:09:28.549Z Compiling cobs v0.3.0
3812026-06-26T04:09:28.566Z Compiling managed v0.8.0
3822026-06-26T04:09:28.656Z Compiling hash32 v0.3.1
3832026-06-26T04:09:28.685Z Compiling bitflags v1.3.2
3842026-06-26T04:09:28.729Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-06-26T04:09:28.744Z Compiling heapless v0.8.0
3862026-06-26T04:09:28.780Z Compiling errno v0.3.14
3872026-06-26T04:09:28.800Z Compiling foreign-types-shared v0.3.1
3882026-06-26T04:09:28.812Z Compiling utf8parse v0.2.2
3892026-06-26T04:09:28.816Z Compiling ipnetwork v0.21.1
3902026-06-26T04:09:28.899Z Compiling once_cell v1.21.4
3912026-06-26T04:09:28.918Z Compiling unicode-width v0.2.2
3922026-06-26T04:09:29.007Z Compiling cpufeatures v0.3.0
3932026-06-26T04:09:29.023Z Compiling memchr v2.8.2
3942026-06-26T04:09:29.033Z Compiling chacha20 v0.10.0
3952026-06-26T04:09:29.129Z Compiling smoltcp v0.11.0
3962026-06-26T04:09:29.174Z Compiling tabwriter v1.4.1
3972026-06-26T04:09:29.216Z Compiling tracing-core v0.1.36
3982026-06-26T04:09:29.353Z Compiling cstr-argument v0.1.2
3992026-06-26T04:09:29.389Z Compiling anstyle-parse v1.0.0
4002026-06-26T04:09:29.516Z Compiling foreign-types v0.5.0
4012026-06-26T04:09:29.577Z Compiling ref-cast v1.0.25
4022026-06-26T04:09:29.587Z Compiling num_enum v0.7.6
4032026-06-26T04:09:29.587Z Compiling getrandom v0.4.3
4042026-06-26T04:09:29.667Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4052026-06-26T04:09:29.690Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-26T04:09:29.766Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-26T04:09:29.786Z Compiling dyn-clone v1.0.20
4082026-06-26T04:09:29.786Z Compiling anstyle v1.0.14
4092026-06-26T04:09:29.946Z Compiling anstyle-query v1.1.5
4102026-06-26T04:09:30.040Z Compiling is_terminal_polyfill v1.70.2
4112026-06-26T04:09:30.047Z Compiling pretty-hex v0.4.2
4122026-06-26T04:09:30.209Z Compiling pin-project-lite v0.2.17
4132026-06-26T04:09:30.293Z Compiling colorchoice v1.0.5
4142026-06-26T04:09:30.293Z Compiling bitflags v2.13.0
4152026-06-26T04:09:30.294Z Compiling serde v1.0.228
4162026-06-26T04:09:30.326Z Compiling anstream v1.0.0
4172026-06-26T04:09:30.352Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4182026-06-26T04:09:30.400Z Compiling rustix v1.1.4
4192026-06-26T04:09:30.509Z Compiling tracing v0.1.44
4202026-06-26T04:09:30.644Z Compiling uuid v1.23.3
4212026-06-26T04:09:30.755Z Compiling postcard v1.1.3
4222026-06-26T04:09:30.870Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4232026-06-26T04:09:30.900Z Compiling terminal_size v0.4.4
4242026-06-26T04:09:30.977Z Compiling anyhow v1.0.103
4252026-06-26T04:09:31.045Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-06-26T04:09:31.079Z Compiling rand v0.10.1
4272026-06-26T04:09:31.108Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-06-26T04:09:31.221Z Compiling socket2 v0.6.4
4292026-06-26T04:09:31.272Z Compiling oxnet v0.1.6
4302026-06-26T04:09:31.526Z Compiling ingot-types v0.1.2
4312026-06-26T04:09:31.537Z Compiling strsim v0.11.1
4322026-06-26T04:09:31.615Z Compiling clap_lex v1.1.0
4332026-06-26T04:09:31.768Z Compiling colored v3.1.1
4342026-06-26T04:09:31.828Z Compiling winnow v1.0.3
4352026-06-26T04:09:31.945Z Compiling ingot v0.1.1
4362026-06-26T04:09:31.997Z Compiling clap_builder v4.6.0
4372026-06-26T04:09:32.018Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-06-26T04:09:32.770Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4392026-06-26T04:09:33.548Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-26T04:09:33.623Z Compiling clap v4.6.1
4412026-06-26T04:09:35.788Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-26T04:09:37.069Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-26T04:09:41.438Z Finished `dev` profile [optimized + debuginfo] target(s) in 13.11s
4442026-06-26T04:09:41.466Z
4452026-06-26T04:09:41.470Zreal 13.147096006
4462026-06-26T04:09:41.470Zuser 1:04.729776513
4472026-06-26T04:09:41.470Zsys 6.021453564
4482026-06-26T04:09:41.470Ztrap 0.036968327
4492026-06-26T04:09:41.470Ztflt 0.148041132
4502026-06-26T04:09:41.470Zdflt 0.140624685
4512026-06-26T04:09:41.470Zkflt 0.000004449
4522026-06-26T04:09:41.470Zlock 3:02.947104335
4532026-06-26T04:09:41.470Zslp 2:01.598333819
4542026-06-26T04:09:41.470Zlat 3.506326954
4552026-06-26T04:09:41.470Zstop 2.484139656
4562026-06-26T04:09:41.470Z+ header 'release build'
4572026-06-26T04:09:41.471Z+ echo '# ==== release build ==== #'
4582026-06-26T04:09:41.471Z# ==== release build ==== #
4592026-06-26T04:09:41.471Z+ ptime -m cargo build --release
4602026-06-26T04:09:41.563Z Compiling proc-macro2 v1.0.106
4612026-06-26T04:09:41.563Z Compiling quote v1.0.46
4622026-06-26T04:09:41.564Z Compiling unicode-ident v1.0.24
4632026-06-26T04:09:41.564Z Compiling serde_core v1.0.228
4642026-06-26T04:09:41.567Z Compiling libc v0.2.186
4652026-06-26T04:09:41.567Z Compiling cfg-if v1.0.4
4662026-06-26T04:09:41.567Z Compiling memchr v2.8.2
4672026-06-26T04:09:41.567Z Compiling fnv v1.0.7
4682026-06-26T04:09:41.633Z Compiling strsim v0.11.1
4692026-06-26T04:09:41.655Z Compiling thiserror v2.0.18
4702026-06-26T04:09:41.678Z Compiling ident_case v1.0.1
4712026-06-26T04:09:41.777Z Compiling regex-syntax v0.8.11
4722026-06-26T04:09:41.871Z Compiling hashbrown v0.17.1
4732026-06-26T04:09:41.893Z Compiling zerocopy v0.8.52
4742026-06-26T04:09:42.134Z Compiling aho-corasick v1.1.4
4752026-06-26T04:09:42.160Z Compiling serde v1.0.228
4762026-06-26T04:09:42.251Z Compiling equivalent v1.0.2
4772026-06-26T04:09:42.284Z Compiling anyhow v1.0.103
4782026-06-26T04:09:42.335Z Compiling either v1.16.0
4792026-06-26T04:09:42.397Z Compiling winnow v1.0.3
4802026-06-26T04:09:42.554Z Compiling indexmap v2.14.0
4812026-06-26T04:09:42.613Z Compiling itertools v0.14.0
4822026-06-26T04:09:42.721Z Compiling syn v2.0.118
4832026-06-26T04:09:42.766Z Compiling heapless v0.8.0
4842026-06-26T04:09:43.047Z Compiling byteorder v1.5.0
4852026-06-26T04:09:43.084Z Compiling toml_datetime v1.1.1+spec-1.1.0
4862026-06-26T04:09:43.230Z Compiling regex-automata v0.4.14
4872026-06-26T04:09:43.281Z Compiling toml_parser v1.1.2+spec-1.1.0
4882026-06-26T04:09:43.394Z Compiling hash32 v0.3.1
4892026-06-26T04:09:43.520Z Compiling stable_deref_trait v1.2.1
4902026-06-26T04:09:43.590Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4912026-06-26T04:09:43.619Z Compiling bitflags v2.13.0
4922026-06-26T04:09:43.773Z Compiling toml_edit v0.25.12+spec-1.1.0
4932026-06-26T04:09:43.785Z Compiling rustversion v1.0.22
4942026-06-26T04:09:43.791Z Compiling macaddr v1.0.1
4952026-06-26T04:09:43.798Z Compiling syn v1.0.109
4962026-06-26T04:09:43.803Z Compiling smoltcp v0.11.0
4972026-06-26T04:09:43.975Z Compiling getrandom v0.4.3
4982026-06-26T04:09:44.106Z Compiling rustix v1.1.4
4992026-06-26T04:09:44.109Z Compiling managed v0.8.0
5002026-06-26T04:09:44.130Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5012026-06-26T04:09:44.231Z Compiling bitflags v1.3.2
5022026-06-26T04:09:44.284Z Compiling proc-macro-crate v3.5.0
5032026-06-26T04:09:44.330Z Compiling rand_core v0.10.1
5042026-06-26T04:09:44.339Z Compiling version_check v0.9.5
5052026-06-26T04:09:44.412Z Compiling ref-cast v1.0.25
5062026-06-26T04:09:44.576Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-06-26T04:09:44.676Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-26T04:09:44.730Z Compiling errno v0.3.14
5092026-06-26T04:09:44.782Z Compiling unicode-width v0.2.2
5102026-06-26T04:09:44.867Z Compiling regex v1.12.4
5112026-06-26T04:09:45.059Z Compiling once_cell v1.21.4
5122026-06-26T04:09:45.149Z Compiling cpufeatures v0.3.0
5132026-06-26T04:09:45.210Z Compiling darling_core v0.21.3
5142026-06-26T04:09:45.244Z Compiling ipnetwork v0.21.1
5152026-06-26T04:09:45.277Z Compiling foreign-types-shared v0.3.1
5162026-06-26T04:09:45.355Z Compiling utf8parse v0.2.2
5172026-06-26T04:09:45.451Z Compiling cstr-argument v0.1.2
5182026-06-26T04:09:45.619Z Compiling anstyle-parse v1.0.0
5192026-06-26T04:09:45.638Z Compiling tracing-core v0.1.36
5202026-06-26T04:09:45.744Z Compiling chacha20 v0.10.0
5212026-06-26T04:09:45.813Z Compiling tabwriter v1.4.1
5222026-06-26T04:09:46.427Z Compiling thiserror-impl v2.0.18
5232026-06-26T04:09:46.434Z Compiling zerocopy-derive v0.8.52
5242026-06-26T04:09:46.469Z Compiling serde_derive v1.0.228
5252026-06-26T04:09:46.525Z Compiling foreign-types-macros v0.2.3
5262026-06-26T04:09:46.649Z Compiling num_enum_derive v0.7.6
5272026-06-26T04:09:47.134Z Compiling ref-cast-impl v1.0.25
5282026-06-26T04:09:47.200Z Compiling foreign-types v0.5.0
5292026-06-26T04:09:47.266Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5302026-06-26T04:09:47.348Z Compiling darling_macro v0.21.3
5312026-06-26T04:09:47.588Z Compiling num_enum v0.7.6
5322026-06-26T04:09:47.675Z Compiling cobs v0.3.0
5332026-06-26T04:09:47.693Z Compiling tracing-attributes v0.1.31
5342026-06-26T04:09:47.732Z Compiling anstyle-query v1.1.5
5352026-06-26T04:09:47.786Z Compiling pin-project-lite v0.2.17
5362026-06-26T04:09:47.819Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5372026-06-26T04:09:47.863Z Compiling dyn-clone v1.0.20
5382026-06-26T04:09:47.879Z Compiling anstyle v1.0.14
5392026-06-26T04:09:47.883Z Compiling darling v0.21.3
5402026-06-26T04:09:47.945Z Compiling ingot-macros v0.1.1
5412026-06-26T04:09:47.963Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5422026-06-26T04:09:47.988Z Compiling is_terminal_polyfill v1.70.2
5432026-06-26T04:09:48.038Z Compiling pretty-hex v0.4.2
5442026-06-26T04:09:48.063Z Compiling colorchoice v1.0.5
5452026-06-26T04:09:48.109Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5462026-06-26T04:09:48.136Z Compiling anstream v1.0.0
5472026-06-26T04:09:48.160Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5482026-06-26T04:09:48.418Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-06-26T04:09:48.521Z Compiling terminal_size v0.4.4
5502026-06-26T04:09:48.528Z Compiling rand v0.10.1
5512026-06-26T04:09:48.649Z Compiling uuid v1.23.3
5522026-06-26T04:09:48.776Z Compiling socket2 v0.6.4
5532026-06-26T04:09:48.829Z Compiling clap_lex v1.1.0
5542026-06-26T04:09:48.856Z Compiling tracing v0.1.44
5552026-06-26T04:09:49.169Z Compiling heck v0.5.0
5562026-06-26T04:09:49.308Z Compiling oxnet v0.1.6
5572026-06-26T04:09:49.314Z Compiling colored v3.1.1
5582026-06-26T04:09:49.345Z Compiling clap_derive v4.6.1
5592026-06-26T04:09:49.597Z Compiling postcard v1.1.3
5602026-06-26T04:09:49.682Z Compiling clap_builder v4.6.0
5612026-06-26T04:09:49.706Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5622026-06-26T04:09:50.717Z Compiling ingot-types v0.1.2
5632026-06-26T04:09:51.038Z Compiling ingot v0.1.1
5642026-06-26T04:09:51.491Z Compiling clap v4.6.1
5652026-06-26T04:09:52.730Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-26T04:09:53.723Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-26T04:09:54.761Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-26T04:10:01.281Z Finished `release` profile [optimized + debuginfo] target(s) in 19.80s
5692026-06-26T04:10:01.313Z
5702026-06-26T04:10:01.320Zreal 19.831508505
5712026-06-26T04:10:01.320Zuser 1:42.254688013
5722026-06-26T04:10:01.320Zsys 13.301031523
5732026-06-26T04:10:01.320Ztrap 0.049726241
5742026-06-26T04:10:01.320Ztflt 0.145079295
5752026-06-26T04:10:01.321Zdflt 0.422412234
5762026-06-26T04:10:01.321Zkflt 0.005570523
5772026-06-26T04:10:01.321Zlock 4:23.686846312
5782026-06-26T04:10:01.321Zslp 3:24.377892785
5792026-06-26T04:10:01.321Zlat 4.049265819
5802026-06-26T04:10:01.321Zstop 8.197693092
5812026-06-26T04:10:01.321Z+ popd
5822026-06-26T04:10:01.322Z/work/oxidecomputer/opte
5832026-06-26T04:10:01.322Z+ for x in debug release
5842026-06-26T04:10:01.322Z+ mkdir -p /work/debug
5852026-06-26T04:10:01.322Z+ cp target/debug/opteadm /work/debug/
5862026-06-26T04:10:01.336Z+ sha256sum target/debug/opteadm
5872026-06-26T04:10:01.361Z+ for x in debug release
5882026-06-26T04:10:01.362Z+ mkdir -p /work/release
5892026-06-26T04:10:01.365Z+ cp target/release/opteadm /work/release/
5902026-06-26T04:10:01.396Z+ sha256sum target/release/opteadm
5912026-06-26T04:10:01.410Zprocess exited: duration 66512 ms, exit code 0
 
5922026-06-26T04:10:01.429Zfound 4 output files
5932026-06-26T04:10:01.429Zuploading: /work/debug/opteadm (36541832 bytes)
5942026-06-26T04:10:02.758Zuploaded: /work/debug/opteadm
5952026-06-26T04:10:02.761Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-26T04:10:03.945Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-26T04:10:03.945Zuploading: /work/release/opteadm (24773544 bytes)
5982026-06-26T04:10:05.566Zuploaded: /work/release/opteadm
5992026-06-26T04:10:05.566Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-26T04:10:06.604Zuploaded: /work/release/opteadm.release.sha256