01KSSHMZHM0GFSAZSXC2KGY345: 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: 01KSSHNCBVG3T1D75AWF1XDTKH

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-29T09:40:49.848Zjob assigned to worker 01KSSHNMK9A5RYZGSF8C8R9CD1 [factory aws, i-055d450ea84211c57] (queued for 1 m 0 s)
 
22026-05-29T09:40:56.006Zstarting task 0: "setup"
32026-05-29T09:40:56.012Z++ uname -s
42026-05-29T09:40:56.015Z+ kern=SunOS
52026-05-29T09:40:56.015Z+ build_user=build
62026-05-29T09:40:56.015Z+ build_uid=12345
72026-05-29T09:40:56.015Z+ work_dir=/work
82026-05-29T09:40:56.015Z+ input_dir=/input
92026-05-29T09:40:56.015Z+ [[ 0 == 12345 ]]
102026-05-29T09:40:56.015Z+ case "$kern" in
112026-05-29T09:40:56.015Z+ groupadd -g 12345 build
122026-05-29T09:40:56.015Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-29T09:40:58.020Z+ zfs create -o mountpoint=/work rpool/work
142026-05-29T09:40:58.140Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-29T09:40:58.143Z+ home_fs=zfs
162026-05-29T09:40:58.143Z+ [[ zfs == autofs ]]
172026-05-29T09:40:58.143Z+ mkdir -p /home/build
182026-05-29T09:40:58.143Z+ chown build:build /home/build /work
192026-05-29T09:41:00.144Z+ chmod 0700 /home/build /work
202026-05-29T09:41:00.148Zprocess exited: duration 4138 ms, exit code 0
 
212026-05-29T09:41:00.154Zstarting task 1: "rust-toolchain"
222026-05-29T09:41:00.159Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-05-29T09:41:00.159Z * rust toolchain channel = "1.95.0"
242026-05-29T09:41:00.159Z * rust toolchain profile = "default"
252026-05-29T09:41:00.159Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-05-29T09:41:00.159Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-29T09:41:00.162Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-29T09:41:00.162Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-29T09:41:00.162Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-05-29T09:41:00.261Zinfo: downloading installer
312026-05-29T09:41:01.558Zwarn: It looks like you have an existing rustup settings file at:
322026-05-29T09:41:01.558Zwarn: /home/build/.rustup/settings.toml
332026-05-29T09:41:01.558Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-29T09:41:01.558Zwarn: instead of the one inferred from the default host triple.
352026-05-29T09:41:01.570Zinfo: profile set to default
362026-05-29T09:41:01.570Zinfo: default host triple is x86_64-unknown-illumos
372026-05-29T09:41:01.573Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-05-29T09:41:01.717Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-05-29T09:41:01.720Zinfo: downloading 6 components
402026-05-29T09:41:16.091Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
412026-05-29T09:41:16.091Z
422026-05-29T09:41:16.134Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-05-29T09:41:16.134Z
442026-05-29T09:41:16.134Z
452026-05-29T09:41:16.134ZRust is installed now. Great!
462026-05-29T09:41:16.134Z
472026-05-29T09:41:16.134ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-29T09:41:16.134Zenvironment variable. This has not been done automatically.
492026-05-29T09:41:16.134Z
502026-05-29T09:41:16.134ZTo configure your current shell, you need to source
512026-05-29T09:41:16.134Zthe corresponding env file under $HOME/.cargo.
522026-05-29T09:41:16.134Z
532026-05-29T09:41:16.134ZThis is usually done by running one of the following (note the leading DOT):
542026-05-29T09:41:16.134Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-29T09:41:16.134Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-29T09:41:16.134Zsource "~/.cargo/env.nu" # For nushell
572026-05-29T09:41:16.134Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-29T09:41:16.134Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-29T09:41:16.134Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-29T09:41:16.138Zwarn: no default linker (`cc`) was found in your PATH
612026-05-29T09:41:16.138Zwarn: many Rust crates require a system C toolchain to build
622026-05-29T09:41:16.230Z+ rustup --version
632026-05-29T09:41:16.238Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-29T09:41:16.241Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-29T09:41:16.259Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-05-29T09:41:16.262Z+ cargo --version
672026-05-29T09:41:16.276Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-05-29T09:41:16.279Z+ rustc --version
692026-05-29T09:41:16.298Zrustc 1.95.0 (59807616e 2026-04-14)
702026-05-29T09:41:16.301Zprocess exited: duration 16146 ms, exit code 0
 
712026-05-29T09:41:16.307Zstarting task 2: "authentication"
722026-05-29T09:41:16.323Zprocess exited: duration 15 ms, exit code 0
 
732026-05-29T09:41:16.329Zstarting task 3: "clone repository"
742026-05-29T09:41:16.332Z+ mkdir -p /work/oxidecomputer/opte
752026-05-29T09:41:16.335Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-29T09:41:16.374ZCloning into '/work/oxidecomputer/opte'...
772026-05-29T09:41:17.185Z+ cd /work/oxidecomputer/opte
782026-05-29T09:41:17.185Z+ git fetch origin e7d7abdb05145e19533ff94e1e10ba4c208e27cf
792026-05-29T09:41:17.428ZFrom https://github.com/oxidecomputer/opte
802026-05-29T09:41:17.428Z * branch e7d7abdb05145e19533ff94e1e10ba4c208e27cf -> FETCH_HEAD
812026-05-29T09:41:17.433Z+ [[ -n eviction-policy ]]
822026-05-29T09:41:17.436Z++ git branch --show-current
832026-05-29T09:41:17.437Z+ current=master
842026-05-29T09:41:17.437Z+ [[ master != eviction-policy ]]
852026-05-29T09:41:17.437Z+ git branch -f eviction-policy e7d7abdb05145e19533ff94e1e10ba4c208e27cf
862026-05-29T09:41:17.440Z+ git checkout -f eviction-policy
872026-05-29T09:41:17.455ZSwitched to branch 'eviction-policy'
882026-05-29T09:41:17.458Z+ git reset --hard e7d7abdb05145e19533ff94e1e10ba4c208e27cf
892026-05-29T09:41:17.471ZHEAD is now at e7d7abd ...thanks, rust-analyzer
902026-05-29T09:41:17.475Zprocess exited: duration 1142 ms, exit code 0
 
912026-05-29T09:41:17.482Zstarting task 4: "build"
922026-05-29T09:41:17.485Z+ source .github/buildomat/common.sh
932026-05-29T09:41:17.488Z++ rustup show active-toolchain
942026-05-29T09:41:17.491Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-29T09:41:17.491Z++ pushd xde
962026-05-29T09:41:17.494Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-29T09:41:17.494Z++ rustup show active-toolchain
982026-05-29T09:41:17.497Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-29T09:41:17.636Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-29T09:41:17.639Zinfo: downloading 6 components
1012026-05-29T09:41:31.271Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-29T09:41:31.353Z+++ rustup show active-toolchain -v
1032026-05-29T09:41:31.356Z+++ head -n 1
1042026-05-29T09:41:31.356Z+++ cut '-d ' -f1
1052026-05-29T09:41:31.406Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-29T09:41:31.406Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-29T09:41:31.406Z++ popd
1082026-05-29T09:41:31.410Z/work/oxidecomputer/opte
1092026-05-29T09:41:31.410Z+ cargo --version
1102026-05-29T09:41:31.416Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-05-29T09:41:31.419Z+ rustc --version
1122026-05-29T09:41:31.439Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-05-29T09:41:31.442Z+ pushd bin/opteadm
1142026-05-29T09:41:31.442Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-05-29T09:41:31.442Z+ header 'check style'
1162026-05-29T09:41:31.442Z+ echo '# ==== check style ==== #'
1172026-05-29T09:41:31.442Z# ==== check style ==== #
1182026-05-29T09:41:31.442Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-29T09:41:31.519Z
1202026-05-29T09:41:31.519Zreal 0.074962637
1212026-05-29T09:41:31.519Zuser 0.039151913
1222026-05-29T09:41:31.519Zsys 0.032263940
1232026-05-29T09:41:31.519Ztrap 0.000008360
1242026-05-29T09:41:31.519Ztflt 0.000017410
1252026-05-29T09:41:31.519Zdflt 0.000009900
1262026-05-29T09:41:31.519Zkflt 0.000000000
1272026-05-29T09:41:31.519Zlock 0.031433120
1282026-05-29T09:41:31.519Zslp 0.051244277
1292026-05-29T09:41:31.519Zlat 0.000853090
1302026-05-29T09:41:31.519Zstop 0.000089910
1312026-05-29T09:41:31.522Z+ header analyze
1322026-05-29T09:41:31.522Z+ echo '# ==== analyze ==== #'
1332026-05-29T09:41:31.522Z# ==== analyze ==== #
1342026-05-29T09:41:31.522Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-05-29T09:41:31.653Z Updating crates.io index
1362026-05-29T09:41:31.656Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-29T09:41:32.628Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-29T09:41:33.202Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-29T09:41:33.564Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-29T09:41:33.930Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-29T09:41:34.409Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-29T09:41:34.654Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-29T09:41:36.782Z Downloading crates ...
1442026-05-29T09:41:36.837Z Downloaded colorchoice v1.0.5
1452026-05-29T09:41:36.840Z Downloaded cstr-argument v0.1.2
1462026-05-29T09:41:36.843Z Downloaded defmt-macros v1.0.1
1472026-05-29T09:41:36.846Z Downloaded darling_macro v0.21.3
1482026-05-29T09:41:36.850Z Downloaded cpufeatures v0.3.0
1492026-05-29T09:41:36.850Z Downloaded cobs v0.3.0
1502026-05-29T09:41:36.853Z Downloaded clap_lex v1.1.0
1512026-05-29T09:41:36.856Z Downloaded darling_core v0.21.3
1522026-05-29T09:41:36.856Z Downloaded defmt v1.0.1
1532026-05-29T09:41:36.859Z Downloaded byteorder v1.5.0
1542026-05-29T09:41:36.859Z Downloaded anstream v1.0.0
1552026-05-29T09:41:36.864Z Downloaded macaddr v1.0.1
1562026-05-29T09:41:36.867Z Downloaded foreign-types-macros v0.2.3
1572026-05-29T09:41:36.868Z Downloaded defmt v0.3.100
1582026-05-29T09:41:36.872Z Downloaded colored v3.1.1
1592026-05-29T09:41:36.872Z Downloaded toml_parser v1.1.2+spec-1.1.0
1602026-05-29T09:41:36.875Z Downloaded zerocopy-derive v0.8.48
1612026-05-29T09:41:36.878Z Downloaded num_enum v0.7.6
1622026-05-29T09:41:36.881Z Downloaded thiserror v2.0.18
1632026-05-29T09:41:36.884Z Downloaded anstyle v1.0.14
1642026-05-29T09:41:36.887Z Downloaded heck v0.5.0
1652026-05-29T09:41:36.887Z Downloaded ref-cast v1.0.25
1662026-05-29T09:41:36.887Z Downloaded zerocopy v0.8.48
1672026-05-29T09:41:36.897Z Downloaded terminal_size v0.4.4
1682026-05-29T09:41:36.901Z Downloaded is_terminal_polyfill v1.70.2
1692026-05-29T09:41:36.901Z Downloaded defmt-parser v1.0.0
1702026-05-29T09:41:36.901Z Downloaded stable_deref_trait v1.2.1
1712026-05-29T09:41:36.901Z Downloaded embedded-io v0.6.1
1722026-05-29T09:41:36.901Z Downloaded cfg-if v1.0.4
1732026-05-29T09:41:36.904Z Downloaded managed v0.8.0
1742026-05-29T09:41:36.904Z Downloaded proc-macro-error-attr2 v2.0.0
1752026-05-29T09:41:36.904Z Downloaded pretty-hex v0.4.2
1762026-05-29T09:41:36.904Z Downloaded hash32 v0.3.1
1772026-05-29T09:41:36.907Z Downloaded equivalent v1.0.2
1782026-05-29T09:41:36.907Z Downloaded thiserror-impl v2.0.18
1792026-05-29T09:41:36.907Z Downloaded rand_core v0.10.1
1802026-05-29T09:41:36.910Z Downloaded ident_case v1.0.1
1812026-05-29T09:41:36.910Z Downloaded anstyle-query v1.1.5
1822026-05-29T09:41:36.910Z Downloaded darling v0.21.3
1832026-05-29T09:41:36.913Z Downloaded clap_derive v4.6.1
1842026-05-29T09:41:36.923Z Downloaded embedded-io v0.4.0
1852026-05-29T09:41:36.928Z Downloaded version_check v0.9.5
1862026-05-29T09:41:36.931Z Downloaded tabwriter v1.4.1
1872026-05-29T09:41:36.935Z Downloaded proc-macro-crate v3.5.0
1882026-05-29T09:41:36.939Z Downloaded foreign-types-shared v0.3.1
1892026-05-29T09:41:36.950Z Downloaded dyn-clone v1.0.20
1902026-05-29T09:41:36.956Z Downloaded ref-cast-impl v1.0.25
1912026-05-29T09:41:36.959Z Downloaded fnv v1.0.7
1922026-05-29T09:41:36.962Z Downloaded errno v0.3.14
1932026-05-29T09:41:36.966Z Downloaded ingot-types v0.1.2
1942026-05-29T09:41:36.969Z Downloaded rustversion v1.0.22
1952026-05-29T09:41:36.969Z Downloaded foreign-types v0.5.0
1962026-05-29T09:41:36.969Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1972026-05-29T09:41:36.972Z Downloaded chacha20 v0.10.0
1982026-05-29T09:41:36.978Z Downloaded ipnetwork v0.21.1
1992026-05-29T09:41:36.982Z Downloaded ingot v0.1.1
2002026-05-29T09:41:36.990Z Downloaded oxnet v0.1.5
2012026-05-29T09:41:36.994Z Downloaded utf8parse v0.2.2
2022026-05-29T09:41:36.994Z Downloaded either v1.15.0
2032026-05-29T09:41:36.998Z Downloaded proc-macro-error2 v2.0.1
2042026-05-29T09:41:37.003Z Downloaded anstyle-parse v1.0.0
2052026-05-29T09:41:37.006Z Downloaded num_enum_derive v0.7.6
2062026-05-29T09:41:37.009Z Downloaded bitflags v1.3.2
2072026-05-29T09:41:37.012Z Downloaded strsim v0.11.1
2082026-05-29T09:41:37.015Z Downloaded tracing-attributes v0.1.31
2092026-05-29T09:41:37.031Z Downloaded pin-project-lite v0.2.17
2102026-05-29T09:41:37.034Z Downloaded ingot-macros v0.1.1
2112026-05-29T09:41:37.037Z Downloaded postcard v1.1.3
2122026-05-29T09:41:37.037Z Downloaded quote v1.0.45
2132026-05-29T09:41:37.037Z Downloaded once_cell v1.21.4
2142026-05-29T09:41:37.040Z Downloaded bitflags v2.11.1
2152026-05-29T09:41:37.043Z Downloaded anyhow v1.0.102
2162026-05-29T09:41:37.053Z Downloaded proc-macro2 v1.0.106
2172026-05-29T09:41:37.075Z Downloaded serde_derive v1.0.228
2182026-05-29T09:41:37.079Z Downloaded tracing-core v0.1.36
2192026-05-29T09:41:37.083Z Downloaded socket2 v0.6.3
2202026-05-29T09:41:37.091Z Downloaded unicode-ident v1.0.24
2212026-05-29T09:41:37.094Z Downloaded clap v4.6.1
2222026-05-29T09:41:37.098Z Downloaded heapless v0.8.0
2232026-05-29T09:41:37.101Z Downloaded toml_edit v0.25.11+spec-1.1.0
2242026-05-29T09:41:37.108Z Downloaded getrandom v0.4.2
2252026-05-29T09:41:37.114Z Downloaded serde_core v1.0.228
2262026-05-29T09:41:37.117Z Downloaded uuid v1.23.1
2272026-05-29T09:41:37.120Z Downloaded serde v1.0.228
2282026-05-29T09:41:37.132Z Downloaded memchr v2.8.0
2292026-05-29T09:41:37.144Z Downloaded rand v0.10.1
2302026-05-29T09:41:37.158Z Downloaded indexmap v2.14.0
2312026-05-29T09:41:37.172Z Downloaded aho-corasick v1.1.4
2322026-05-29T09:41:37.205Z Downloaded regex v1.12.3
2332026-05-29T09:41:37.208Z Downloaded hashbrown v0.17.0
2342026-05-29T09:41:37.211Z Downloaded itertools v0.14.0
2352026-05-29T09:41:37.227Z Downloaded clap_builder v4.6.0
2362026-05-29T09:41:37.230Z Downloaded winnow v1.0.2
2372026-05-29T09:41:37.276Z Downloaded syn v1.0.109
2382026-05-29T09:41:37.303Z Downloaded unicode-width v0.2.2
2392026-05-29T09:41:37.306Z Downloaded syn v2.0.117
2402026-05-29T09:41:37.321Z Downloaded smoltcp v0.11.0
2412026-05-29T09:41:37.336Z Downloaded regex-syntax v0.8.10
2422026-05-29T09:41:37.354Z Downloaded rustix v1.1.4
2432026-05-29T09:41:37.367Z Downloaded tracing v0.1.44
2442026-05-29T09:41:37.387Z Downloaded regex-automata v0.4.14
2452026-05-29T09:41:37.394Z Downloaded libc v0.2.186
2462026-05-29T09:41:37.457Z Compiling proc-macro2 v1.0.106
2472026-05-29T09:41:37.457Z Compiling unicode-ident v1.0.24
2482026-05-29T09:41:37.457Z Compiling quote v1.0.45
2492026-05-29T09:41:37.457Z Compiling serde_core v1.0.228
2502026-05-29T09:41:37.460Z Compiling libc v0.2.186
2512026-05-29T09:41:37.460Z Checking cfg-if v1.0.4
2522026-05-29T09:41:37.460Z Compiling thiserror v2.0.18
2532026-05-29T09:41:37.460Z Compiling fnv v1.0.7
2542026-05-29T09:41:37.585Z Compiling ident_case v1.0.1
2552026-05-29T09:41:37.626Z Compiling memchr v2.8.0
2562026-05-29T09:41:37.654Z Compiling strsim v0.11.1
2572026-05-29T09:41:37.691Z Compiling regex-syntax v0.8.10
2582026-05-29T09:41:37.945Z Compiling anyhow v1.0.102
2592026-05-29T09:41:37.951Z Compiling hashbrown v0.17.0
2602026-05-29T09:41:38.080Z Compiling aho-corasick v1.1.4
2612026-05-29T09:41:38.206Z Compiling winnow v1.0.2
2622026-05-29T09:41:38.227Z Compiling serde v1.0.228
2632026-05-29T09:41:38.273Z Compiling either v1.15.0
2642026-05-29T09:41:38.468Z Compiling zerocopy v0.8.48
2652026-05-29T09:41:38.476Z Compiling equivalent v1.0.2
2662026-05-29T09:41:38.583Z Compiling indexmap v2.14.0
2672026-05-29T09:41:38.725Z Compiling syn v2.0.117
2682026-05-29T09:41:38.770Z Compiling itertools v0.14.0
2692026-05-29T09:41:38.886Z Compiling heapless v0.8.0
2702026-05-29T09:41:39.171Z Compiling regex-automata v0.4.14
2712026-05-29T09:41:39.186Z Compiling toml_parser v1.1.2+spec-1.1.0
2722026-05-29T09:41:39.200Z Checking byteorder v1.5.0
2732026-05-29T09:41:39.345Z Checking bitflags v2.11.1
2742026-05-29T09:41:39.377Z Compiling toml_datetime v1.1.1+spec-1.1.0
2752026-05-29T09:41:39.499Z Checking hash32 v0.3.1
2762026-05-29T09:41:39.597Z Compiling toml_edit v0.25.11+spec-1.1.0
2772026-05-29T09:41:39.605Z Compiling smoltcp v0.11.0
2782026-05-29T09:41:39.677Z Compiling syn v1.0.109
2792026-05-29T09:41:39.775Z Checking macaddr v1.0.1
2802026-05-29T09:41:39.798Z Checking stable_deref_trait v1.2.1
2812026-05-29T09:41:39.861Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2822026-05-29T09:41:39.916Z Compiling rustversion v1.0.22
2832026-05-29T09:41:40.034Z Checking bitflags v1.3.2
2842026-05-29T09:41:40.042Z Checking managed v0.8.0
2852026-05-29T09:41:40.095Z Compiling rustix v1.1.4
2862026-05-29T09:41:40.116Z Compiling ref-cast v1.0.25
2872026-05-29T09:41:40.218Z Compiling proc-macro-crate v3.5.0
2882026-05-29T09:41:40.309Z Compiling getrandom v0.4.2
2892026-05-29T09:41:40.327Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2902026-05-29T09:41:40.433Z Compiling version_check v0.9.5
2912026-05-29T09:41:40.462Z Checking rand_core v0.10.1
2922026-05-29T09:41:40.639Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2932026-05-29T09:41:40.696Z Checking errno v0.3.14
2942026-05-29T09:41:40.702Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2952026-05-29T09:41:40.922Z Compiling regex v1.12.3
2962026-05-29T09:41:40.951Z Checking unicode-width v0.2.2
2972026-05-29T09:41:41.161Z Checking once_cell v1.21.4
2982026-05-29T09:41:41.168Z Checking cpufeatures v0.3.0
2992026-05-29T09:41:41.192Z Checking foreign-types-shared v0.3.1
3002026-05-29T09:41:41.227Z Checking utf8parse v0.2.2
3012026-05-29T09:41:41.269Z Checking ipnetwork v0.21.1
3022026-05-29T09:41:41.305Z Compiling darling_core v0.21.3
3032026-05-29T09:41:41.318Z Checking anstyle-parse v1.0.0
3042026-05-29T09:41:41.324Z Checking tracing-core v0.1.36
3052026-05-29T09:41:41.436Z Checking chacha20 v0.10.0
3062026-05-29T09:41:41.457Z Checking tabwriter v1.4.1
3072026-05-29T09:41:41.595Z Checking cstr-argument v0.1.2
3082026-05-29T09:41:41.800Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3092026-05-29T09:41:41.832Z Checking colorchoice v1.0.5
3102026-05-29T09:41:41.920Z Checking pin-project-lite v0.2.17
3112026-05-29T09:41:41.948Z Checking anstyle v1.0.14
3122026-05-29T09:41:41.988Z Checking is_terminal_polyfill v1.70.2
3132026-05-29T09:41:42.001Z Checking pretty-hex v0.4.2
3142026-05-29T09:41:42.015Z Checking dyn-clone v1.0.20
3152026-05-29T09:41:42.064Z Checking anstyle-query v1.1.5
3162026-05-29T09:41:42.071Z Checking terminal_size v0.4.4
3172026-05-29T09:41:42.125Z Checking rand v0.10.1
3182026-05-29T09:41:42.144Z Checking anstream v1.0.0
3192026-05-29T09:41:42.171Z Checking uuid v1.23.1
3202026-05-29T09:41:42.306Z Checking socket2 v0.6.3
3212026-05-29T09:41:42.405Z Checking colored v3.1.1
3222026-05-29T09:41:42.420Z Compiling heck v0.5.0
3232026-05-29T09:41:42.511Z Compiling thiserror-impl v2.0.18
3242026-05-29T09:41:42.546Z Compiling zerocopy-derive v0.8.48
3252026-05-29T09:41:42.569Z Compiling serde_derive v1.0.228
3262026-05-29T09:41:42.593Z Compiling foreign-types-macros v0.2.3
3272026-05-29T09:41:42.611Z Compiling num_enum_derive v0.7.6
3282026-05-29T09:41:43.172Z Compiling ref-cast-impl v1.0.25
3292026-05-29T09:41:43.209Z Checking foreign-types v0.5.0
3302026-05-29T09:41:43.276Z Compiling tracing-attributes v0.1.31
3312026-05-29T09:41:43.381Z Compiling darling_macro v0.21.3
3322026-05-29T09:41:43.593Z Checking num_enum v0.7.6
3332026-05-29T09:41:43.696Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3342026-05-29T09:41:43.802Z Checking cobs v0.3.0
3352026-05-29T09:41:43.841Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3362026-05-29T09:41:43.892Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3372026-05-29T09:41:43.938Z Compiling darling v0.21.3
3382026-05-29T09:41:43.946Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3392026-05-29T09:41:43.993Z Checking oxnet v0.1.5
3402026-05-29T09:41:44.010Z Compiling ingot-macros v0.1.1
3412026-05-29T09:41:44.179Z Checking clap_lex v1.1.0
3422026-05-29T09:41:44.271Z Compiling clap_derive v4.6.1
3432026-05-29T09:41:44.298Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3442026-05-29T09:41:44.341Z Checking clap_builder v4.6.0
3452026-05-29T09:41:44.401Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-05-29T09:41:44.552Z Checking tracing v0.1.44
3472026-05-29T09:41:45.532Z Checking postcard v1.1.3
3482026-05-29T09:41:45.685Z Checking clap v4.6.1
3492026-05-29T09:41:46.574Z Checking ingot-types v0.1.2
3502026-05-29T09:41:46.839Z Checking ingot v0.1.1
3512026-05-29T09:41:48.112Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-29T09:41:49.308Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-29T09:41:50.521Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-29T09:41:51.346Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.77s
3552026-05-29T09:41:51.465Z
3562026-05-29T09:41:51.469Zreal 19.940928609
3572026-05-29T09:41:51.469Zuser 53.884000258
3582026-05-29T09:41:51.469Zsys 13.314869812
3592026-05-29T09:41:51.469Ztrap 0.040833792
3602026-05-29T09:41:51.469Ztflt 0.060239411
3612026-05-29T09:41:51.469Zdflt 0.161201285
3622026-05-29T09:41:51.469Zkflt 0.006043540
3632026-05-29T09:41:51.469Zlock 2:54.789991780
3642026-05-29T09:41:51.469Zslp 3:05.482390911
3652026-05-29T09:41:51.469Zlat 3.510259357
3662026-05-29T09:41:51.469Zstop 10.787939426
3672026-05-29T09:41:51.469Z+ header 'debug build'
3682026-05-29T09:41:51.469Z+ echo '# ==== debug build ==== #'
3692026-05-29T09:41:51.469Z# ==== debug build ==== #
3702026-05-29T09:41:51.469Z+ ptime -m cargo build
3712026-05-29T09:41:51.620Z Compiling cfg-if v1.0.4
3722026-05-29T09:41:51.623Z Compiling serde_core v1.0.228
3732026-05-29T09:41:51.623Z Compiling libc v0.2.186
3742026-05-29T09:41:51.647Z Compiling thiserror v2.0.18
3752026-05-29T09:41:51.650Z Compiling byteorder v1.5.0
3762026-05-29T09:41:51.653Z Compiling zerocopy v0.8.48
3772026-05-29T09:41:51.653Z Compiling stable_deref_trait v1.2.1
3782026-05-29T09:41:51.657Z Compiling macaddr v1.0.1
3792026-05-29T09:41:51.695Z Compiling managed v0.8.0
3802026-05-29T09:41:51.706Z Compiling cobs v0.3.0
3812026-05-29T09:41:51.723Z Compiling rand_core v0.10.1
3822026-05-29T09:41:51.812Z Compiling hash32 v0.3.1
3832026-05-29T09:41:51.870Z Compiling bitflags v1.3.2
3842026-05-29T09:41:51.886Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-05-29T09:41:51.906Z Compiling heapless v0.8.0
3862026-05-29T09:41:51.930Z Compiling errno v0.3.14
3872026-05-29T09:41:51.953Z Compiling utf8parse v0.2.2
3882026-05-29T09:41:51.971Z Compiling unicode-width v0.2.2
3892026-05-29T09:41:51.971Z Compiling once_cell v1.21.4
3902026-05-29T09:41:52.042Z Compiling cpufeatures v0.3.0
3912026-05-29T09:41:52.086Z Compiling ipnetwork v0.21.1
3922026-05-29T09:41:52.106Z Compiling memchr v2.8.0
3932026-05-29T09:41:52.114Z Compiling foreign-types-shared v0.3.1
3942026-05-29T09:41:52.191Z Compiling tabwriter v1.4.1
3952026-05-29T09:41:52.194Z Compiling foreign-types v0.5.0
3962026-05-29T09:41:52.261Z Compiling tracing-core v0.1.36
3972026-05-29T09:41:52.289Z Compiling smoltcp v0.11.0
3982026-05-29T09:41:52.325Z Compiling chacha20 v0.10.0
3992026-05-29T09:41:52.595Z Compiling cstr-argument v0.1.2
4002026-05-29T09:41:52.595Z Compiling anstyle-parse v1.0.0
4012026-05-29T09:41:52.656Z Compiling ref-cast v1.0.25
4022026-05-29T09:41:52.746Z Compiling num_enum v0.7.6
4032026-05-29T09:41:52.752Z Compiling getrandom v0.4.2
4042026-05-29T09:41:52.795Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4052026-05-29T09:41:52.847Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-29T09:41:52.896Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-29T09:41:52.945Z Compiling anstyle-query v1.1.5
4082026-05-29T09:41:52.950Z Compiling pin-project-lite v0.2.17
4092026-05-29T09:41:53.032Z Compiling colorchoice v1.0.5
4102026-05-29T09:41:53.045Z Compiling dyn-clone v1.0.20
4112026-05-29T09:41:53.162Z Compiling anstyle v1.0.14
4122026-05-29T09:41:53.229Z Compiling pretty-hex v0.4.2
4132026-05-29T09:41:53.276Z Compiling bitflags v2.11.1
4142026-05-29T09:41:53.354Z Compiling serde v1.0.228
4152026-05-29T09:41:53.419Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-05-29T09:41:53.453Z Compiling rustix v1.1.4
4172026-05-29T09:41:53.493Z Compiling is_terminal_polyfill v1.70.2
4182026-05-29T09:41:53.555Z Compiling anstream v1.0.0
4192026-05-29T09:41:53.576Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4202026-05-29T09:41:53.715Z Compiling uuid v1.23.1
4212026-05-29T09:41:53.782Z Compiling postcard v1.1.3
4222026-05-29T09:41:54.008Z Compiling terminal_size v0.4.4
4232026-05-29T09:41:54.011Z Compiling tracing v0.1.44
4242026-05-29T09:41:54.055Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4252026-05-29T09:41:54.130Z Compiling anyhow v1.0.102
4262026-05-29T09:41:54.151Z Compiling rand v0.10.1
4272026-05-29T09:41:54.291Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-05-29T09:41:54.378Z Compiling socket2 v0.6.3
4292026-05-29T09:41:54.403Z Compiling winnow v1.0.2
4302026-05-29T09:41:54.553Z Compiling ingot-types v0.1.2
4312026-05-29T09:41:54.628Z Compiling oxnet v0.1.5
4322026-05-29T09:41:54.667Z Compiling strsim v0.11.1
4332026-05-29T09:41:54.968Z Compiling ingot v0.1.1
4342026-05-29T09:41:55.014Z Compiling colored v3.1.1
4352026-05-29T09:41:55.101Z Compiling clap_lex v1.1.0
4362026-05-29T09:41:55.118Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-05-29T09:41:55.480Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4382026-05-29T09:41:55.500Z Compiling clap_builder v4.6.0
4392026-05-29T09:41:56.868Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-29T09:41:57.104Z Compiling clap v4.6.1
4412026-05-29T09:41:58.191Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-29T09:41:59.616Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-29T09:42:03.997Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.52s
4442026-05-29T09:42:04.027Z
4452026-05-29T09:42:04.027Zreal 12.551904203
4462026-05-29T09:42:04.027Zuser 1:04.178040880
4472026-05-29T09:42:04.027Zsys 6.005889048
4482026-05-29T09:42:04.031Ztrap 0.031563990
4492026-05-29T09:42:04.031Ztflt 0.137620482
4502026-05-29T09:42:04.031Zdflt 0.229668457
4512026-05-29T09:42:04.031Zkflt 0.002542480
4522026-05-29T09:42:04.031Zlock 2:54.665458844
4532026-05-29T09:42:04.031Zslp 1:56.182981582
4542026-05-29T09:42:04.031Zlat 3.444501504
4552026-05-29T09:42:04.031Zstop 2.846499619
4562026-05-29T09:42:04.031Z+ header 'release build'
4572026-05-29T09:42:04.031Z+ echo '# ==== release build ==== #'
4582026-05-29T09:42:04.031Z# ==== release build ==== #
4592026-05-29T09:42:04.031Z+ ptime -m cargo build --release
4602026-05-29T09:42:04.124Z Compiling proc-macro2 v1.0.106
4612026-05-29T09:42:04.124Z Compiling unicode-ident v1.0.24
4622026-05-29T09:42:04.124Z Compiling quote v1.0.45
4632026-05-29T09:42:04.127Z Compiling serde_core v1.0.228
4642026-05-29T09:42:04.127Z Compiling libc v0.2.186
4652026-05-29T09:42:04.127Z Compiling cfg-if v1.0.4
4662026-05-29T09:42:04.127Z Compiling ident_case v1.0.1
4672026-05-29T09:42:04.128Z Compiling fnv v1.0.7
4682026-05-29T09:42:04.196Z Compiling memchr v2.8.0
4692026-05-29T09:42:04.217Z Compiling thiserror v2.0.18
4702026-05-29T09:42:04.240Z Compiling strsim v0.11.1
4712026-05-29T09:42:04.244Z Compiling regex-syntax v0.8.10
4722026-05-29T09:42:04.471Z Compiling serde v1.0.228
4732026-05-29T09:42:04.541Z Compiling anyhow v1.0.102
4742026-05-29T09:42:04.743Z Compiling aho-corasick v1.1.4
4752026-05-29T09:42:04.747Z Compiling equivalent v1.0.2
4762026-05-29T09:42:04.770Z Compiling hashbrown v0.17.0
4772026-05-29T09:42:04.813Z Compiling zerocopy v0.8.48
4782026-05-29T09:42:04.849Z Compiling winnow v1.0.2
4792026-05-29T09:42:04.866Z Compiling either v1.15.0
4802026-05-29T09:42:05.050Z Compiling itertools v0.14.0
4812026-05-29T09:42:05.267Z Compiling indexmap v2.14.0
4822026-05-29T09:42:05.341Z Compiling syn v2.0.117
4832026-05-29T09:42:05.440Z Compiling heapless v0.8.0
4842026-05-29T09:42:05.735Z Compiling regex-automata v0.4.14
4852026-05-29T09:42:05.839Z Compiling toml_parser v1.1.2+spec-1.1.0
4862026-05-29T09:42:05.859Z Compiling toml_datetime v1.1.1+spec-1.1.0
4872026-05-29T09:42:06.066Z Compiling byteorder v1.5.0
4882026-05-29T09:42:06.216Z Compiling bitflags v2.11.1
4892026-05-29T09:42:06.241Z Compiling hash32 v0.3.1
4902026-05-29T09:42:06.246Z Compiling toml_edit v0.25.11+spec-1.1.0
4912026-05-29T09:42:06.249Z Compiling stable_deref_trait v1.2.1
4922026-05-29T09:42:06.306Z Compiling smoltcp v0.11.0
4932026-05-29T09:42:06.353Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4942026-05-29T09:42:06.360Z Compiling syn v1.0.109
4952026-05-29T09:42:06.363Z Compiling macaddr v1.0.1
4962026-05-29T09:42:06.537Z Compiling rustversion v1.0.22
4972026-05-29T09:42:06.595Z Compiling rand_core v0.10.1
4982026-05-29T09:42:06.633Z Compiling getrandom v0.4.2
4992026-05-29T09:42:06.691Z Compiling bitflags v1.3.2
5002026-05-29T09:42:06.742Z Compiling proc-macro-crate v3.5.0
5012026-05-29T09:42:06.750Z Compiling ref-cast v1.0.25
5022026-05-29T09:42:06.895Z Compiling managed v0.8.0
5032026-05-29T09:42:06.906Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5042026-05-29T09:42:07.007Z Compiling rustix v1.1.4
5052026-05-29T09:42:07.049Z Compiling version_check v0.9.5
5062026-05-29T09:42:07.154Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5072026-05-29T09:42:07.300Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5082026-05-29T09:42:07.355Z Compiling regex v1.12.3
5092026-05-29T09:42:07.521Z Compiling errno v0.3.14
5102026-05-29T09:42:07.652Z Compiling once_cell v1.21.4
5112026-05-29T09:42:07.669Z Compiling cpufeatures v0.3.0
5122026-05-29T09:42:07.692Z Compiling ipnetwork v0.21.1
5132026-05-29T09:42:07.727Z Compiling utf8parse v0.2.2
5142026-05-29T09:42:07.732Z Compiling foreign-types-shared v0.3.1
5152026-05-29T09:42:07.805Z Compiling unicode-width v0.2.2
5162026-05-29T09:42:07.865Z Compiling darling_core v0.21.3
5172026-05-29T09:42:08.047Z Compiling tabwriter v1.4.1
5182026-05-29T09:42:08.083Z Compiling tracing-core v0.1.36
5192026-05-29T09:42:08.217Z Compiling cstr-argument v0.1.2
5202026-05-29T09:42:08.359Z Compiling anstyle-parse v1.0.0
5212026-05-29T09:42:08.366Z Compiling chacha20 v0.10.0
5222026-05-29T09:42:08.899Z Compiling anstyle-query v1.1.5
5232026-05-29T09:42:08.956Z Compiling anstyle v1.0.14
5242026-05-29T09:42:08.988Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5252026-05-29T09:42:09.005Z Compiling thiserror-impl v2.0.18
5262026-05-29T09:42:09.008Z Compiling zerocopy-derive v0.8.48
5272026-05-29T09:42:09.189Z Compiling serde_derive v1.0.228
5282026-05-29T09:42:09.198Z Compiling num_enum_derive v0.7.6
5292026-05-29T09:42:09.311Z Compiling ref-cast-impl v1.0.25
5302026-05-29T09:42:09.815Z Compiling foreign-types-macros v0.2.3
5312026-05-29T09:42:09.917Z Compiling darling_macro v0.21.3
5322026-05-29T09:42:10.004Z Compiling tracing-attributes v0.1.31
5332026-05-29T09:42:10.213Z Compiling num_enum v0.7.6
5342026-05-29T09:42:10.307Z Compiling cobs v0.3.0
5352026-05-29T09:42:10.317Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5362026-05-29T09:42:10.434Z Compiling foreign-types v0.5.0
5372026-05-29T09:42:10.463Z Compiling darling v0.21.3
5382026-05-29T09:42:10.493Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5392026-05-29T09:42:10.497Z Compiling is_terminal_polyfill v1.70.2
5402026-05-29T09:42:10.515Z Compiling pin-project-lite v0.2.17
5412026-05-29T09:42:10.528Z Compiling ingot-macros v0.1.1
5422026-05-29T09:42:10.568Z Compiling colorchoice v1.0.5
5432026-05-29T09:42:10.596Z Compiling pretty-hex v0.4.2
5442026-05-29T09:42:10.665Z Compiling dyn-clone v1.0.20
5452026-05-29T09:42:10.718Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5462026-05-29T09:42:10.793Z Compiling anstream v1.0.0
5472026-05-29T09:42:10.802Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5482026-05-29T09:42:10.908Z Compiling terminal_size v0.4.4
5492026-05-29T09:42:10.962Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5502026-05-29T09:42:11.129Z Compiling rand v0.10.1
5512026-05-29T09:42:11.183Z Compiling uuid v1.23.1
5522026-05-29T09:42:11.210Z Compiling tracing v0.1.44
5532026-05-29T09:42:11.349Z Compiling socket2 v0.6.3
5542026-05-29T09:42:11.523Z Compiling clap_lex v1.1.0
5552026-05-29T09:42:11.566Z Compiling colored v3.1.1
5562026-05-29T09:42:11.821Z Compiling oxnet v0.1.5
5572026-05-29T09:42:11.881Z Compiling heck v0.5.0
5582026-05-29T09:42:12.062Z Compiling clap_derive v4.6.1
5592026-05-29T09:42:12.086Z Compiling clap_builder v4.6.0
5602026-05-29T09:42:12.095Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5612026-05-29T09:42:12.338Z Compiling postcard v1.1.3
5622026-05-29T09:42:13.357Z Compiling ingot-types v0.1.2
5632026-05-29T09:42:13.669Z Compiling ingot v0.1.1
5642026-05-29T09:42:13.926Z Compiling clap v4.6.1
5652026-05-29T09:42:15.378Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-29T09:42:16.372Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-29T09:42:17.422Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-29T09:42:23.827Z Finished `release` profile [optimized + debuginfo] target(s) in 19.79s
5692026-05-29T09:42:23.855Z
5702026-05-29T09:42:23.855Zreal 19.817544103
5712026-05-29T09:42:23.855Zuser 1:41.462439355
5722026-05-29T09:42:23.858Zsys 13.559982145
5732026-05-29T09:42:23.858Ztrap 0.049941980
5742026-05-29T09:42:23.858Ztflt 0.065843067
5752026-05-29T09:42:23.858Zdflt 0.352377803
5762026-05-29T09:42:23.859Zkflt 0.000013170
5772026-05-29T09:42:23.859Zlock 4:23.097684935
5782026-05-29T09:42:23.859Zslp 3:23.145572376
5792026-05-29T09:42:23.859Zlat 5.743187203
5802026-05-29T09:42:23.859Zstop 8.962852016
5812026-05-29T09:42:23.859Z+ popd
5822026-05-29T09:42:23.859Z/work/oxidecomputer/opte
5832026-05-29T09:42:23.859Z+ for x in debug release
5842026-05-29T09:42:23.859Z+ mkdir -p /work/debug
5852026-05-29T09:42:23.859Z+ cp target/debug/opteadm /work/debug/
5862026-05-29T09:42:23.880Z+ sha256sum target/debug/opteadm
5872026-05-29T09:42:23.906Z+ for x in debug release
5882026-05-29T09:42:23.906Z+ mkdir -p /work/release
5892026-05-29T09:42:23.909Z+ cp target/release/opteadm /work/release/
5902026-05-29T09:42:23.923Z+ sha256sum target/release/opteadm
5912026-05-29T09:42:23.941Zprocess exited: duration 66459 ms, exit code 0
 
5922026-05-29T09:42:23.952Zfound 4 output files
5932026-05-29T09:42:23.952Zuploading: /work/debug/opteadm (36383584 bytes)
5942026-05-29T09:42:25.157Zuploaded: /work/debug/opteadm
5952026-05-29T09:42:25.157Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-29T09:42:26.166Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-29T09:42:26.166Zuploading: /work/release/opteadm (24514872 bytes)
5982026-05-29T09:42:27.337Zuploaded: /work/release/opteadm
5992026-05-29T09:42:27.337Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-29T09:42:28.344Zuploaded: /work/release/opteadm.release.sha256