01KT1EM0ENC4MSSH9SSJK77TYA: 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: 01KT1EMHP3GR1E91E176NBZMQG

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-06-01T11:21:49.155Zjob assigned to worker 01KT1EMR0JSB3M7D9S8KQ620YE [factory aws, i-0ef906d59b641747b] (queued for 56 s)
 
22026-06-01T11:21:55.842Zstarting task 0: "setup"
32026-06-01T11:21:55.847Z++ uname -s
42026-06-01T11:21:55.850Z+ kern=SunOS
52026-06-01T11:21:55.850Z+ build_user=build
62026-06-01T11:21:55.850Z+ build_uid=12345
72026-06-01T11:21:55.850Z+ work_dir=/work
82026-06-01T11:21:55.850Z+ input_dir=/input
92026-06-01T11:21:55.850Z+ [[ 0 == 12345 ]]
102026-06-01T11:21:55.850Z+ case "$kern" in
112026-06-01T11:21:55.850Z+ groupadd -g 12345 build
122026-06-01T11:21:55.853Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-06-01T11:21:57.855Z+ zfs create -o mountpoint=/work rpool/work
142026-06-01T11:21:57.974Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-06-01T11:21:57.977Z+ home_fs=zfs
162026-06-01T11:21:57.977Z+ [[ zfs == autofs ]]
172026-06-01T11:21:57.977Z+ mkdir -p /home/build
182026-06-01T11:21:57.977Z+ chown build:build /home/build /work
192026-06-01T11:21:59.978Z+ chmod 0700 /home/build /work
202026-06-01T11:21:59.981Zprocess exited: duration 4138 ms, exit code 0
 
212026-06-01T11:21:59.986Zstarting task 1: "rust-toolchain"
222026-06-01T11:21:59.990Z+ printf ' * rust toolchain channel = "%s"\n' 1.95.0
232026-06-01T11:21:59.990Z * rust toolchain channel = "1.95.0"
242026-06-01T11:21:59.990Z * rust toolchain profile = "default"
252026-06-01T11:21:59.990Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-06-01T11:21:59.990Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-06-01T11:21:59.990Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-06-01T11:21:59.993Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-06-01T11:21:59.993Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default
302026-06-01T11:22:00.097Zinfo: downloading installer
312026-06-01T11:22:01.427Zwarn: It looks like you have an existing rustup settings file at:
322026-06-01T11:22:01.427Zwarn: /home/build/.rustup/settings.toml
332026-06-01T11:22:01.427Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-06-01T11:22:01.427Zwarn: instead of the one inferred from the default host triple.
352026-06-01T11:22:01.440Zinfo: profile set to default
362026-06-01T11:22:01.440Zinfo: default host triple is x86_64-unknown-illumos
372026-06-01T11:22:01.442Zinfo: syncing channel updates for 1.95.0-x86_64-unknown-illumos
382026-06-01T11:22:01.586Zinfo: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14)
392026-06-01T11:22:01.588Zinfo: downloading 6 components
402026-06-01T11:22:16.228Z
412026-06-01T11:22:16.228Zinfo: default toolchain set to 1.95.0-x86_64-unknown-illumos
422026-06-01T11:22:16.268Z 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14)
432026-06-01T11:22:16.268Z
442026-06-01T11:22:16.268Z
452026-06-01T11:22:16.268ZRust is installed now. Great!
462026-06-01T11:22:16.268Z
472026-06-01T11:22:16.268ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-06-01T11:22:16.268Zenvironment variable. This has not been done automatically.
492026-06-01T11:22:16.268Z
502026-06-01T11:22:16.268ZTo configure your current shell, you need to source
512026-06-01T11:22:16.268Zthe corresponding env file under $HOME/.cargo.
522026-06-01T11:22:16.268Z
532026-06-01T11:22:16.268ZThis is usually done by running one of the following (note the leading DOT):
542026-06-01T11:22:16.271Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-06-01T11:22:16.271Zsource "$HOME/.cargo/env.fish" # For fish
562026-06-01T11:22:16.271Zsource "~/.cargo/env.nu" # For nushell
572026-06-01T11:22:16.271Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-06-01T11:22:16.272Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-06-01T11:22:16.272Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-06-01T11:22:16.272Zwarn: no default linker (`cc`) was found in your PATH
612026-06-01T11:22:16.272Zwarn: many Rust crates require a system C toolchain to build
622026-06-01T11:22:16.369Z+ rustup --version
632026-06-01T11:22:16.378Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-06-01T11:22:16.381Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-06-01T11:22:16.400Zinfo: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)`
662026-06-01T11:22:16.403Z+ cargo --version
672026-06-01T11:22:16.416Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
682026-06-01T11:22:16.419Z+ rustc --version
692026-06-01T11:22:16.438Zrustc 1.95.0 (59807616e 2026-04-14)
702026-06-01T11:22:16.441Zprocess exited: duration 16454 ms, exit code 0
 
712026-06-01T11:22:16.447Zstarting task 2: "authentication"
722026-06-01T11:22:16.463Zprocess exited: duration 15 ms, exit code 0
 
732026-06-01T11:22:16.468Zstarting task 3: "clone repository"
742026-06-01T11:22:16.471Z+ mkdir -p /work/oxidecomputer/opte
752026-06-01T11:22:16.474Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-06-01T11:22:16.510ZCloning into '/work/oxidecomputer/opte'...
772026-06-01T11:22:17.370Z+ cd /work/oxidecomputer/opte
782026-06-01T11:22:17.370Z+ git fetch origin 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
792026-06-01T11:22:17.616ZFrom https://github.com/oxidecomputer/opte
802026-06-01T11:22:17.616Z * branch 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6 -> FETCH_HEAD
812026-06-01T11:22:17.622Z+ [[ -n mtu ]]
822026-06-01T11:22:17.625Z++ git branch --show-current
832026-06-01T11:22:17.625Z+ current=master
842026-06-01T11:22:17.625Z+ [[ master != mtu ]]
852026-06-01T11:22:17.625Z+ git branch -f mtu 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
862026-06-01T11:22:17.628Z+ git checkout -f mtu
872026-06-01T11:22:17.645ZSwitched to branch 'mtu'
882026-06-01T11:22:17.661Z+ git reset --hard 02641c7f2dbf68cc5ed36a9b99b3e5f3105aa4a6
892026-06-01T11:22:17.661ZHEAD is now at 02641c7 Plumb MTU into IPv6 NDP RA messages
902026-06-01T11:22:17.661Zprocess exited: duration 1182 ms, exit code 0
 
912026-06-01T11:22:17.666Zstarting task 4: "build"
922026-06-01T11:22:17.670Z+ source .github/buildomat/common.sh
932026-06-01T11:22:17.673Z++ rustup show active-toolchain
942026-06-01T11:22:17.675Z1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-06-01T11:22:17.678Z++ pushd xde
962026-06-01T11:22:17.678Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-06-01T11:22:17.678Z++ rustup show active-toolchain
982026-06-01T11:22:17.682Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-06-01T11:22:17.836Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-06-01T11:22:17.839Zinfo: downloading 6 components
1012026-06-01T11:22:32.747Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-06-01T11:22:32.833Z+++ rustup show active-toolchain -v
1032026-06-01T11:22:32.836Z+++ head -n 1
1042026-06-01T11:22:32.837Z+++ cut '-d ' -f1
1052026-06-01T11:22:32.888Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-06-01T11:22:32.888Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-06-01T11:22:32.888Z++ popd
1082026-06-01T11:22:32.888Z/work/oxidecomputer/opte
1092026-06-01T11:22:32.891Z+ cargo --version
1102026-06-01T11:22:32.897Zcargo 1.95.0 (f2d3ce0bd 2026-03-21)
1112026-06-01T11:22:32.900Z+ rustc --version
1122026-06-01T11:22:32.920Zrustc 1.95.0 (59807616e 2026-04-14)
1132026-06-01T11:22:32.923Z+ pushd bin/opteadm
1142026-06-01T11:22:32.923Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-06-01T11:22:32.923Z+ header 'check style'
1162026-06-01T11:22:32.923Z+ echo '# ==== check style ==== #'
1172026-06-01T11:22:32.923Z# ==== check style ==== #
1182026-06-01T11:22:32.923Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-06-01T11:22:32.995Z
1202026-06-01T11:22:32.995Zreal 0.069171340
1212026-06-01T11:22:32.995Zuser 0.038644611
1222026-06-01T11:22:32.995Zsys 0.027673491
1232026-06-01T11:22:32.995Ztrap 0.000000169
1242026-06-01T11:22:32.995Ztflt 0.000013027
1252026-06-01T11:22:32.995Zdflt 0.000003829
1262026-06-01T11:22:32.995Zkflt 0.000000000
1272026-06-01T11:22:32.995Zlock 0.031222146
1282026-06-01T11:22:32.995Zslp 0.048777777
1292026-06-01T11:22:32.995Zlat 0.000807911
1302026-06-01T11:22:32.995Zstop 0.000101451
1312026-06-01T11:22:32.999Z+ header analyze
1322026-06-01T11:22:32.999Z+ echo '# ==== analyze ==== #'
1332026-06-01T11:22:32.999Z# ==== analyze ==== #
1342026-06-01T11:22:32.999Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-06-01T11:22:33.127Z Updating crates.io index
1362026-06-01T11:22:33.130Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-06-01T11:22:33.797Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-06-01T11:22:34.354Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-06-01T11:22:34.751Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-06-01T11:22:35.054Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-06-01T11:22:35.423Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-06-01T11:22:35.698Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-06-01T11:22:37.545Z Downloading crates ...
1442026-06-01T11:22:37.595Z Downloaded bitflags v1.3.2
1452026-06-01T11:22:37.598Z Downloaded bitflags v2.11.1
1462026-06-01T11:22:37.603Z Downloaded socket2 v0.6.3
1472026-06-01T11:22:37.606Z Downloaded is_terminal_polyfill v1.70.2
1482026-06-01T11:22:37.606Z Downloaded clap_derive v4.6.1
1492026-06-01T11:22:37.610Z Downloaded foreign-types v0.5.0
1502026-06-01T11:22:37.613Z Downloaded cobs v0.3.0
1512026-06-01T11:22:37.613Z Downloaded cfg-if v1.0.4
1522026-06-01T11:22:37.613Z Downloaded ref-cast v1.0.25
1532026-06-01T11:22:37.616Z Downloaded proc-macro2 v1.0.106
1542026-06-01T11:22:37.618Z Downloaded serde_core v1.0.228
1552026-06-01T11:22:37.625Z Downloaded stable_deref_trait v1.2.1
1562026-06-01T11:22:37.628Z Downloaded zerocopy-derive v0.8.48
1572026-06-01T11:22:37.632Z Downloaded managed v0.8.0
1582026-06-01T11:22:37.635Z Downloaded heck v0.5.0
1592026-06-01T11:22:37.635Z Downloaded foreign-types-macros v0.2.3
1602026-06-01T11:22:37.637Z Downloaded defmt v0.3.100
1612026-06-01T11:22:37.637Z Downloaded clap_lex v1.1.0
1622026-06-01T11:22:37.640Z Downloaded aho-corasick v1.1.4
1632026-06-01T11:22:37.645Z Downloaded zerocopy v0.8.48
1642026-06-01T11:22:37.656Z Downloaded terminal_size v0.4.4
1652026-06-01T11:22:37.658Z Downloaded cpufeatures v0.3.0
1662026-06-01T11:22:37.659Z Downloaded colorchoice v1.0.5
1672026-06-01T11:22:37.659Z Downloaded embedded-io v0.4.0
1682026-06-01T11:22:37.661Z Downloaded defmt-parser v1.0.0
1692026-06-01T11:22:37.664Z Downloaded equivalent v1.0.2
1702026-06-01T11:22:37.666Z Downloaded pin-project-lite v0.2.17
1712026-06-01T11:22:37.669Z Downloaded byteorder v1.5.0
1722026-06-01T11:22:37.669Z Downloaded ident_case v1.0.1
1732026-06-01T11:22:37.672Z Downloaded cstr-argument v0.1.2
1742026-06-01T11:22:37.672Z Downloaded anstyle-parse v1.0.0
1752026-06-01T11:22:37.678Z Downloaded utf8parse v0.2.2
1762026-06-01T11:22:37.680Z Downloaded anstyle-query v1.1.5
1772026-06-01T11:22:37.683Z Downloaded foreign-types-shared v0.3.1
1782026-06-01T11:22:37.686Z Downloaded macaddr v1.0.1
1792026-06-01T11:22:37.688Z Downloaded darling_macro v0.21.3
1802026-06-01T11:22:37.688Z Downloaded strsim v0.11.1
1812026-06-01T11:22:37.691Z Downloaded fnv v1.0.7
1822026-06-01T11:22:37.695Z Downloaded tabwriter v1.4.1
1832026-06-01T11:22:37.698Z Downloaded hash32 v0.3.1
1842026-06-01T11:22:37.701Z Downloaded version_check v0.9.5
1852026-06-01T11:22:37.701Z Downloaded errno v0.3.14
1862026-06-01T11:22:37.703Z Downloaded ref-cast-impl v1.0.25
1872026-06-01T11:22:37.708Z Downloaded proc-macro-error-attr2 v2.0.0
1882026-06-01T11:22:37.710Z Downloaded pretty-hex v0.4.2
1892026-06-01T11:22:37.713Z Downloaded oxnet v0.1.5
1902026-06-01T11:22:37.713Z Downloaded ingot-types v0.1.2
1912026-06-01T11:22:37.716Z Downloaded ingot v0.1.1
1922026-06-01T11:22:37.718Z Downloaded thiserror v2.0.18
1932026-06-01T11:22:37.721Z Downloaded thiserror-impl v2.0.18
1942026-06-01T11:22:37.723Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1952026-06-01T11:22:37.724Z Downloaded rand_core v0.10.1
1962026-06-01T11:22:37.724Z Downloaded chacha20 v0.10.0
1972026-06-01T11:22:37.727Z Downloaded either v1.15.0
1982026-06-01T11:22:37.727Z Downloaded proc-macro-crate v3.5.0
1992026-06-01T11:22:37.727Z Downloaded ipnetwork v0.21.1
2002026-06-01T11:22:37.730Z Downloaded defmt v1.0.1
2012026-06-01T11:22:37.730Z Downloaded num_enum v0.7.6
2022026-06-01T11:22:37.733Z Downloaded anstyle v1.0.14
2032026-06-01T11:22:37.735Z Downloaded rustversion v1.0.22
2042026-06-01T11:22:37.738Z Downloaded dyn-clone v1.0.20
2052026-06-01T11:22:37.741Z Downloaded defmt-macros v1.0.1
2062026-06-01T11:22:37.743Z Downloaded proc-macro-error2 v2.0.1
2072026-06-01T11:22:37.743Z Downloaded anstream v1.0.0
2082026-06-01T11:22:37.746Z Downloaded num_enum_derive v0.7.6
2092026-06-01T11:22:37.755Z Downloaded quote v1.0.45
2102026-06-01T11:22:37.758Z Downloaded embedded-io v0.6.1
2112026-06-01T11:22:37.760Z Downloaded once_cell v1.21.4
2122026-06-01T11:22:37.767Z Downloaded postcard v1.1.3
2132026-06-01T11:22:37.770Z Downloaded ingot-macros v0.1.1
2142026-06-01T11:22:37.773Z Downloaded toml_parser v1.1.2+spec-1.1.0
2152026-06-01T11:22:37.776Z Downloaded tracing-attributes v0.1.31
2162026-06-01T11:22:37.784Z Downloaded darling v0.21.3
2172026-06-01T11:22:37.786Z Downloaded colored v3.1.1
2182026-06-01T11:22:37.789Z Downloaded unicode-ident v1.0.24
2192026-06-01T11:22:37.792Z Downloaded clap v4.6.1
2202026-06-01T11:22:37.797Z Downloaded anyhow v1.0.102
2212026-06-01T11:22:37.818Z Downloaded getrandom v0.4.2
2222026-06-01T11:22:37.827Z Downloaded toml_edit v0.25.11+spec-1.1.0
2232026-06-01T11:22:37.829Z Downloaded serde_derive v1.0.228
2242026-06-01T11:22:37.833Z Downloaded uuid v1.23.1
2252026-06-01T11:22:37.836Z Downloaded memchr v2.8.0
2262026-06-01T11:22:37.840Z Downloaded darling_core v0.21.3
2272026-06-01T11:22:37.844Z Downloaded heapless v0.8.0
2282026-06-01T11:22:37.849Z Downloaded tracing-core v0.1.36
2292026-06-01T11:22:37.859Z Downloaded indexmap v2.14.0
2302026-06-01T11:22:37.863Z Downloaded serde v1.0.228
2312026-06-01T11:22:37.878Z Downloaded rand v0.10.1
2322026-06-01T11:22:37.911Z Downloaded syn v1.0.109
2332026-06-01T11:22:37.919Z Downloaded itertools v0.14.0
2342026-06-01T11:22:37.923Z Downloaded hashbrown v0.17.0
2352026-06-01T11:22:37.926Z Downloaded regex v1.12.3
2362026-06-01T11:22:37.930Z Downloaded winnow v1.0.2
2372026-06-01T11:22:37.935Z Downloaded clap_builder v4.6.0
2382026-06-01T11:22:37.975Z Downloaded syn v2.0.117
2392026-06-01T11:22:37.983Z Downloaded unicode-width v0.2.2
2402026-06-01T11:22:38.006Z Downloaded smoltcp v0.11.0
2412026-06-01T11:22:38.021Z Downloaded regex-syntax v0.8.10
2422026-06-01T11:22:38.032Z Downloaded rustix v1.1.4
2432026-06-01T11:22:38.045Z Downloaded tracing v0.1.44
2442026-06-01T11:22:38.056Z Downloaded regex-automata v0.4.14
2452026-06-01T11:22:38.077Z Downloaded libc v0.2.186
2462026-06-01T11:22:38.139Z Compiling proc-macro2 v1.0.106
2472026-06-01T11:22:38.139Z Compiling quote v1.0.45
2482026-06-01T11:22:38.139Z Compiling unicode-ident v1.0.24
2492026-06-01T11:22:38.139Z Compiling serde_core v1.0.228
2502026-06-01T11:22:38.142Z Compiling libc v0.2.186
2512026-06-01T11:22:38.142Z Checking cfg-if v1.0.4
2522026-06-01T11:22:38.142Z Compiling thiserror v2.0.18
2532026-06-01T11:22:38.142Z Compiling ident_case v1.0.1
2542026-06-01T11:22:38.264Z Compiling strsim v0.11.1
2552026-06-01T11:22:38.331Z Compiling memchr v2.8.0
2562026-06-01T11:22:38.331Z Compiling fnv v1.0.7
2572026-06-01T11:22:38.415Z Compiling regex-syntax v0.8.10
2582026-06-01T11:22:38.561Z Compiling hashbrown v0.17.0
2592026-06-01T11:22:38.612Z Compiling zerocopy v0.8.48
2602026-06-01T11:22:38.770Z Compiling aho-corasick v1.1.4
2612026-06-01T11:22:38.929Z Compiling anyhow v1.0.102
2622026-06-01T11:22:38.932Z Compiling serde v1.0.228
2632026-06-01T11:22:39.016Z Compiling either v1.15.0
2642026-06-01T11:22:39.101Z Compiling winnow v1.0.2
2652026-06-01T11:22:39.209Z Compiling equivalent v1.0.2
2662026-06-01T11:22:39.288Z Compiling indexmap v2.14.0
2672026-06-01T11:22:39.315Z Compiling itertools v0.14.0
2682026-06-01T11:22:39.482Z Compiling syn v2.0.117
2692026-06-01T11:22:39.537Z Checking byteorder v1.5.0
2702026-06-01T11:22:39.694Z Compiling toml_datetime v1.1.1+spec-1.1.0
2712026-06-01T11:22:39.911Z Compiling regex-automata v0.4.14
2722026-06-01T11:22:39.922Z Compiling heapless v0.8.0
2732026-06-01T11:22:40.071Z Checking bitflags v2.11.1
2742026-06-01T11:22:40.169Z Compiling toml_parser v1.1.2+spec-1.1.0
2752026-06-01T11:22:40.216Z Checking hash32 v0.3.1
2762026-06-01T11:22:40.239Z Checking stable_deref_trait v1.2.1
2772026-06-01T11:22:40.303Z Compiling rustversion v1.0.22
2782026-06-01T11:22:40.324Z Compiling smoltcp v0.11.0
2792026-06-01T11:22:40.392Z Checking macaddr v1.0.1
2802026-06-01T11:22:40.529Z Compiling toml_edit v0.25.11+spec-1.1.0
2812026-06-01T11:22:40.532Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2822026-06-01T11:22:40.584Z Compiling syn v1.0.109
2832026-06-01T11:22:40.688Z Compiling ref-cast v1.0.25
2842026-06-01T11:22:40.723Z Checking bitflags v1.3.2
2852026-06-01T11:22:40.781Z Compiling rustix v1.1.4
2862026-06-01T11:22:40.787Z Compiling getrandom v0.4.2
2872026-06-01T11:22:40.939Z Checking managed v0.8.0
2882026-06-01T11:22:40.999Z Compiling version_check v0.9.5
2892026-06-01T11:22:41.015Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2902026-06-01T11:22:41.057Z Compiling proc-macro-crate v3.5.0
2912026-06-01T11:22:41.119Z Checking rand_core v0.10.1
2922026-06-01T11:22:41.261Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-06-01T11:22:41.414Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-06-01T11:22:41.469Z Checking errno v0.3.14
2952026-06-01T11:22:41.513Z Checking cpufeatures v0.3.0
2962026-06-01T11:22:41.575Z Compiling regex v1.12.3
2972026-06-01T11:22:41.581Z Checking ipnetwork v0.21.1
2982026-06-01T11:22:41.701Z Checking once_cell v1.21.4
2992026-06-01T11:22:41.764Z Checking foreign-types-shared v0.3.1
3002026-06-01T11:22:41.847Z Checking unicode-width v0.2.2
3012026-06-01T11:22:41.869Z Checking utf8parse v0.2.2
3022026-06-01T11:22:41.962Z Checking anstyle-parse v1.0.0
3032026-06-01T11:22:41.965Z Checking tracing-core v0.1.36
3042026-06-01T11:22:42.089Z Compiling darling_core v0.21.3
3052026-06-01T11:22:42.108Z Checking tabwriter v1.4.1
3062026-06-01T11:22:42.237Z Checking cstr-argument v0.1.2
3072026-06-01T11:22:42.273Z Checking chacha20 v0.10.0
3082026-06-01T11:22:42.521Z Checking colorchoice v1.0.5
3092026-06-01T11:22:42.545Z Checking anstyle-query v1.1.5
3102026-06-01T11:22:42.616Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3112026-06-01T11:22:42.630Z Checking dyn-clone v1.0.20
3122026-06-01T11:22:42.655Z Checking is_terminal_polyfill v1.70.2
3132026-06-01T11:22:42.680Z Checking pretty-hex v0.4.2
3142026-06-01T11:22:42.686Z Checking pin-project-lite v0.2.17
3152026-06-01T11:22:42.721Z Checking anstyle v1.0.14
3162026-06-01T11:22:42.765Z Checking terminal_size v0.4.4
3172026-06-01T11:22:42.843Z Checking rand v0.10.1
3182026-06-01T11:22:42.870Z Checking uuid v1.23.1
3192026-06-01T11:22:42.893Z Checking anstream v1.0.0
3202026-06-01T11:22:42.982Z Checking socket2 v0.6.3
3212026-06-01T11:22:43.087Z Compiling heck v0.5.0
3222026-06-01T11:22:43.188Z Compiling thiserror-impl v2.0.18
3232026-06-01T11:22:43.227Z Compiling zerocopy-derive v0.8.48
3242026-06-01T11:22:43.275Z Compiling serde_derive v1.0.228
3252026-06-01T11:22:43.278Z Compiling ref-cast-impl v1.0.25
3262026-06-01T11:22:43.299Z Compiling foreign-types-macros v0.2.3
3272026-06-01T11:22:43.860Z Compiling num_enum_derive v0.7.6
3282026-06-01T11:22:43.919Z Checking foreign-types v0.5.0
3292026-06-01T11:22:43.955Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3302026-06-01T11:22:43.986Z Compiling tracing-attributes v0.1.31
3312026-06-01T11:22:44.159Z Compiling darling_macro v0.21.3
3322026-06-01T11:22:44.532Z Checking cobs v0.3.0
3332026-06-01T11:22:44.564Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3342026-06-01T11:22:44.611Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3352026-06-01T11:22:44.672Z Checking clap_lex v1.1.0
3362026-06-01T11:22:44.749Z Checking colored v3.1.1
3372026-06-01T11:22:44.777Z Compiling darling v0.21.3
3382026-06-01T11:22:44.844Z Checking oxnet v0.1.5
3392026-06-01T11:22:44.852Z Compiling ingot-macros v0.1.1
3402026-06-01T11:22:44.892Z Checking num_enum v0.7.6
3412026-06-01T11:22:44.944Z Checking clap_builder v4.6.0
3422026-06-01T11:22:44.997Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3432026-06-01T11:22:45.013Z Compiling clap_derive v4.6.1
3442026-06-01T11:22:45.127Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-06-01T11:22:45.149Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462026-06-01T11:22:45.273Z Checking tracing v0.1.44
3472026-06-01T11:22:46.231Z Checking postcard v1.1.3
3482026-06-01T11:22:46.369Z Checking clap v4.6.1
3492026-06-01T11:22:47.228Z Checking ingot-types v0.1.2
3502026-06-01T11:22:47.495Z Checking ingot v0.1.1
3512026-06-01T11:22:48.772Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-06-01T11:22:49.977Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-06-01T11:22:51.186Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-06-01T11:22:52.013Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.97s
3552026-06-01T11:22:52.132Z
3562026-06-01T11:22:52.132Zreal 19.131713951
3572026-06-01T11:22:52.132Zuser 53.811177671
3582026-06-01T11:22:52.132Zsys 13.574261659
3592026-06-01T11:22:52.132Ztrap 0.044410446
3602026-06-01T11:22:52.132Ztflt 0.039933945
3612026-06-01T11:22:52.132Zdflt 0.159762044
3622026-06-01T11:22:52.132Zkflt 0.006920345
3632026-06-01T11:22:52.132Zlock 2:54.134718340
3642026-06-01T11:22:52.132Zslp 3:04.166878083
3652026-06-01T11:22:52.132Zlat 3.402716849
3662026-06-01T11:22:52.132Zstop 10.926684297
3672026-06-01T11:22:52.135Z+ header 'debug build'
3682026-06-01T11:22:52.135Z+ echo '# ==== debug build ==== #'
3692026-06-01T11:22:52.135Z+ ptime -m cargo build
3702026-06-01T11:22:52.135Z# ==== debug build ==== #
3712026-06-01T11:22:52.317Z Compiling cfg-if v1.0.4
3722026-06-01T11:22:52.320Z Compiling serde_core v1.0.228
3732026-06-01T11:22:52.320Z Compiling libc v0.2.186
3742026-06-01T11:22:52.345Z Compiling thiserror v2.0.18
3752026-06-01T11:22:52.348Z Compiling byteorder v1.5.0
3762026-06-01T11:22:52.351Z Compiling zerocopy v0.8.48
3772026-06-01T11:22:52.354Z Compiling stable_deref_trait v1.2.1
3782026-06-01T11:22:52.357Z Compiling macaddr v1.0.1
3792026-06-01T11:22:52.393Z Compiling rand_core v0.10.1
3802026-06-01T11:22:52.406Z Compiling cobs v0.3.0
3812026-06-01T11:22:52.422Z Compiling bitflags v1.3.2
3822026-06-01T11:22:52.481Z Compiling hash32 v0.3.1
3832026-06-01T11:22:52.513Z Compiling managed v0.8.0
3842026-06-01T11:22:52.541Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-06-01T11:22:52.586Z Compiling heapless v0.8.0
3862026-06-01T11:22:52.624Z Compiling errno v0.3.14
3872026-06-01T11:22:52.670Z Compiling utf8parse v0.2.2
3882026-06-01T11:22:52.675Z Compiling ipnetwork v0.21.1
3892026-06-01T11:22:52.727Z Compiling memchr v2.8.0
3902026-06-01T11:22:52.761Z Compiling cpufeatures v0.3.0
3912026-06-01T11:22:52.770Z Compiling unicode-width v0.2.2
3922026-06-01T11:22:52.781Z Compiling once_cell v1.21.4
3932026-06-01T11:22:52.820Z Compiling foreign-types-shared v0.3.1
3942026-06-01T11:22:52.897Z Compiling foreign-types v0.5.0
3952026-06-01T11:22:52.963Z Compiling smoltcp v0.11.0
3962026-06-01T11:22:52.998Z Compiling tabwriter v1.4.1
3972026-06-01T11:22:53.011Z Compiling tracing-core v0.1.36
3982026-06-01T11:22:53.058Z Compiling chacha20 v0.10.0
3992026-06-01T11:22:53.194Z Compiling cstr-argument v0.1.2
4002026-06-01T11:22:53.383Z Compiling anstyle-parse v1.0.0
4012026-06-01T11:22:53.386Z Compiling ref-cast v1.0.25
4022026-06-01T11:22:53.399Z Compiling num_enum v0.7.6
4032026-06-01T11:22:53.473Z Compiling getrandom v0.4.2
4042026-06-01T11:22:53.501Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4052026-06-01T11:22:53.586Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-06-01T11:22:53.604Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-06-01T11:22:53.679Z Compiling pin-project-lite v0.2.17
4082026-06-01T11:22:53.683Z Compiling colorchoice v1.0.5
4092026-06-01T11:22:53.765Z Compiling dyn-clone v1.0.20
4102026-06-01T11:22:53.786Z Compiling is_terminal_polyfill v1.70.2
4112026-06-01T11:22:53.868Z Compiling anstyle-query v1.1.5
4122026-06-01T11:22:53.884Z Compiling anstyle v1.0.14
4132026-06-01T11:22:53.926Z Compiling pretty-hex v0.4.2
4142026-06-01T11:22:53.968Z Compiling tracing v0.1.44
4152026-06-01T11:22:54.050Z Compiling bitflags v2.11.1
4162026-06-01T11:22:54.144Z Compiling serde v1.0.228
4172026-06-01T11:22:54.162Z Compiling anstream v1.0.0
4182026-06-01T11:22:54.195Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4192026-06-01T11:22:54.308Z Compiling rustix v1.1.4
4202026-06-01T11:22:54.329Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4212026-06-01T11:22:54.511Z Compiling uuid v1.23.1
4222026-06-01T11:22:54.540Z Compiling anyhow v1.0.102
4232026-06-01T11:22:54.690Z Compiling postcard v1.1.3
4242026-06-01T11:22:54.824Z Compiling terminal_size v0.4.4
4252026-06-01T11:22:54.836Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-06-01T11:22:54.973Z Compiling rand v0.10.1
4272026-06-01T11:22:55.041Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-06-01T11:22:55.087Z Compiling socket2 v0.6.3
4292026-06-01T11:22:55.153Z Compiling colored v3.1.1
4302026-06-01T11:22:55.307Z Compiling ingot-types v0.1.2
4312026-06-01T11:22:55.395Z Compiling oxnet v0.1.5
4322026-06-01T11:22:55.400Z Compiling winnow v1.0.2
4332026-06-01T11:22:55.477Z Compiling clap_lex v1.1.0
4342026-06-01T11:22:55.718Z Compiling ingot v0.1.1
4352026-06-01T11:22:55.854Z Compiling strsim v0.11.1
4362026-06-01T11:22:55.875Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4372026-06-01T11:22:56.188Z Compiling clap_builder v4.6.0
4382026-06-01T11:22:56.317Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4392026-06-01T11:22:57.339Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-06-01T11:22:57.763Z Compiling clap v4.6.1
4412026-06-01T11:22:58.819Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-06-01T11:23:00.298Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-06-01T11:23:04.748Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.60s
4442026-06-01T11:23:04.778Z
4452026-06-01T11:23:04.778Zreal 12.635656915
4462026-06-01T11:23:04.778Zuser 1:04.708714796
4472026-06-01T11:23:04.778Zsys 6.010252758
4482026-06-01T11:23:04.781Ztrap 0.036102149
4492026-06-01T11:23:04.781Ztflt 0.149070951
4502026-06-01T11:23:04.781Zdflt 0.215230036
4512026-06-01T11:23:04.781Zkflt 0.000050889
4522026-06-01T11:23:04.781Zlock 2:54.240130271
4532026-06-01T11:23:04.781Zslp 1:54.628675291
4542026-06-01T11:23:04.781Zlat 3.053150108
4552026-06-01T11:23:04.781Zstop 2.699813138
4562026-06-01T11:23:04.781Z+ header 'release build'
4572026-06-01T11:23:04.781Z+ echo '# ==== release build ==== #'
4582026-06-01T11:23:04.781Z# ==== release build ==== #
4592026-06-01T11:23:04.781Z+ ptime -m cargo build --release
4602026-06-01T11:23:04.876Z Compiling proc-macro2 v1.0.106
4612026-06-01T11:23:04.876Z Compiling unicode-ident v1.0.24
4622026-06-01T11:23:04.876Z Compiling quote v1.0.45
4632026-06-01T11:23:04.879Z Compiling serde_core v1.0.228
4642026-06-01T11:23:04.879Z Compiling libc v0.2.186
4652026-06-01T11:23:04.879Z Compiling cfg-if v1.0.4
4662026-06-01T11:23:04.879Z Compiling memchr v2.8.0
4672026-06-01T11:23:04.879Z Compiling ident_case v1.0.1
4682026-06-01T11:23:04.951Z Compiling strsim v0.11.1
4692026-06-01T11:23:04.992Z Compiling fnv v1.0.7
4702026-06-01T11:23:04.995Z Compiling thiserror v2.0.18
4712026-06-01T11:23:05.072Z Compiling regex-syntax v0.8.10
4722026-06-01T11:23:05.201Z Compiling zerocopy v0.8.48
4732026-06-01T11:23:05.211Z Compiling equivalent v1.0.2
4742026-06-01T11:23:05.275Z Compiling aho-corasick v1.1.4
4752026-06-01T11:23:05.415Z Compiling winnow v1.0.2
4762026-06-01T11:23:05.492Z Compiling serde v1.0.228
4772026-06-01T11:23:05.569Z Compiling hashbrown v0.17.0
4782026-06-01T11:23:05.592Z Compiling either v1.15.0
4792026-06-01T11:23:05.780Z Compiling anyhow v1.0.102
4802026-06-01T11:23:05.999Z Compiling syn v2.0.117
4812026-06-01T11:23:06.053Z Compiling indexmap v2.14.0
4822026-06-01T11:23:06.081Z Compiling itertools v0.14.0
4832026-06-01T11:23:06.114Z Compiling toml_datetime v1.1.1+spec-1.1.0
4842026-06-01T11:23:06.321Z Compiling toml_parser v1.1.2+spec-1.1.0
4852026-06-01T11:23:06.395Z Compiling byteorder v1.5.0
4862026-06-01T11:23:06.587Z Compiling regex-automata v0.4.14
4872026-06-01T11:23:06.596Z Compiling heapless v0.8.0
4882026-06-01T11:23:06.653Z Compiling hash32 v0.3.1
4892026-06-01T11:23:06.779Z Compiling toml_edit v0.25.11+spec-1.1.0
4902026-06-01T11:23:06.853Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4912026-06-01T11:23:07.037Z Compiling bitflags v2.11.1
4922026-06-01T11:23:07.046Z Compiling smoltcp v0.11.0
4932026-06-01T11:23:07.086Z Compiling syn v1.0.109
4942026-06-01T11:23:07.090Z Compiling stable_deref_trait v1.2.1
4952026-06-01T11:23:07.148Z Compiling macaddr v1.0.1
4962026-06-01T11:23:07.288Z Compiling rustversion v1.0.22
4972026-06-01T11:23:07.344Z Compiling proc-macro-crate v3.5.0
4982026-06-01T11:23:07.382Z Compiling ref-cast v1.0.25
4992026-06-01T11:23:07.425Z Compiling rustix v1.1.4
5002026-06-01T11:23:07.646Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5012026-06-01T11:23:07.704Z Compiling rand_core v0.10.1
5022026-06-01T11:23:07.704Z Compiling version_check v0.9.5
5032026-06-01T11:23:07.738Z Compiling getrandom v0.4.2
5042026-06-01T11:23:07.770Z Compiling managed v0.8.0
5052026-06-01T11:23:07.798Z Compiling bitflags v1.3.2
5062026-06-01T11:23:07.925Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-06-01T11:23:07.996Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-06-01T11:23:08.006Z Compiling errno v0.3.14
5092026-06-01T11:23:08.144Z Compiling cpufeatures v0.3.0
5102026-06-01T11:23:08.148Z Compiling unicode-width v0.2.2
5112026-06-01T11:23:08.205Z Compiling regex v1.12.3
5122026-06-01T11:23:08.406Z Compiling foreign-types-shared v0.3.1
5132026-06-01T11:23:08.424Z Compiling utf8parse v0.2.2
5142026-06-01T11:23:08.485Z Compiling once_cell v1.21.4
5152026-06-01T11:23:08.516Z Compiling darling_core v0.21.3
5162026-06-01T11:23:08.590Z Compiling ipnetwork v0.21.1
5172026-06-01T11:23:08.700Z Compiling tracing-core v0.1.36
5182026-06-01T11:23:08.952Z Compiling cstr-argument v0.1.2
5192026-06-01T11:23:09.055Z Compiling anstyle-parse v1.0.0
5202026-06-01T11:23:09.100Z Compiling tabwriter v1.4.1
5212026-06-01T11:23:09.104Z Compiling chacha20 v0.10.0
5222026-06-01T11:23:09.656Z Compiling is_terminal_polyfill v1.70.2
5232026-06-01T11:23:09.712Z Compiling thiserror-impl v2.0.18
5242026-06-01T11:23:09.738Z Compiling serde_derive v1.0.228
5252026-06-01T11:23:09.770Z Compiling zerocopy-derive v0.8.48
5262026-06-01T11:23:09.807Z Compiling foreign-types-macros v0.2.3
5272026-06-01T11:23:10.087Z Compiling num_enum_derive v0.7.6
5282026-06-01T11:23:10.440Z Compiling ref-cast-impl v1.0.25
5292026-06-01T11:23:10.668Z Compiling darling_macro v0.21.3
5302026-06-01T11:23:10.672Z Compiling foreign-types v0.5.0
5312026-06-01T11:23:10.732Z Compiling tracing-attributes v0.1.31
5322026-06-01T11:23:11.019Z Compiling cobs v0.3.0
5332026-06-01T11:23:11.069Z Compiling num_enum v0.7.6
5342026-06-01T11:23:11.129Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5352026-06-01T11:23:11.173Z Compiling pretty-hex v0.4.2
5362026-06-01T11:23:11.212Z Compiling darling v0.21.3
5372026-06-01T11:23:11.220Z Compiling anstyle v1.0.14
5382026-06-01T11:23:11.259Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5392026-06-01T11:23:11.278Z Compiling ingot-macros v0.1.1
5402026-06-01T11:23:11.295Z Compiling dyn-clone v1.0.20
5412026-06-01T11:23:11.424Z Compiling pin-project-lite v0.2.17
5422026-06-01T11:23:11.445Z Compiling colorchoice v1.0.5
5432026-06-01T11:23:11.509Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5442026-06-01T11:23:11.548Z Compiling anstyle-query v1.1.5
5452026-06-01T11:23:11.620Z Compiling anstream v1.0.0
5462026-06-01T11:23:11.640Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5472026-06-01T11:23:11.736Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5482026-06-01T11:23:11.744Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5492026-06-01T11:23:11.844Z Compiling terminal_size v0.4.4
5502026-06-01T11:23:11.934Z Compiling tracing v0.1.44
5512026-06-01T11:23:12.020Z Compiling rand v0.10.1
5522026-06-01T11:23:12.071Z Compiling uuid v1.23.1
5532026-06-01T11:23:12.123Z Compiling socket2 v0.6.3
5542026-06-01T11:23:12.250Z Compiling heck v0.5.0
5552026-06-01T11:23:12.440Z Compiling clap_lex v1.1.0
5562026-06-01T11:23:12.449Z Compiling colored v3.1.1
5572026-06-01T11:23:12.662Z Compiling oxnet v0.1.5
5582026-06-01T11:23:12.817Z Compiling clap_derive v4.6.1
5592026-06-01T11:23:12.942Z Compiling postcard v1.1.3
5602026-06-01T11:23:12.965Z Compiling clap_builder v4.6.0
5612026-06-01T11:23:12.980Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5622026-06-01T11:23:14.076Z Compiling ingot-types v0.1.2
5632026-06-01T11:23:14.417Z Compiling ingot v0.1.1
5642026-06-01T11:23:14.749Z Compiling clap v4.6.1
5652026-06-01T11:23:16.090Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-06-01T11:23:17.078Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-06-01T11:23:18.130Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-06-01T11:23:24.636Z Finished `release` profile [optimized + debuginfo] target(s) in 19.84s
5692026-06-01T11:23:24.664Z
5702026-06-01T11:23:24.667Zreal 19.875311050
5712026-06-01T11:23:24.667Zuser 1:42.264707592
5722026-06-01T11:23:24.667Zsys 13.900759439
5732026-06-01T11:23:24.667Ztrap 0.050067794
5742026-06-01T11:23:24.667Ztflt 0.082082558
5752026-06-01T11:23:24.667Zdflt 0.417414668
5762026-06-01T11:23:24.667Zkflt 0.000077173
5772026-06-01T11:23:24.667Zlock 4:23.746211494
5782026-06-01T11:23:24.667Zslp 3:24.773107189
5792026-06-01T11:23:24.667Zlat 5.175805109
5802026-06-01T11:23:24.667Zstop 9.261687169
5812026-06-01T11:23:24.667Z+ popd
5822026-06-01T11:23:24.667Z/work/oxidecomputer/opte
5832026-06-01T11:23:24.667Z+ for x in debug release
5842026-06-01T11:23:24.667Z+ mkdir -p /work/debug
5852026-06-01T11:23:24.667Z+ cp target/debug/opteadm /work/debug/
5862026-06-01T11:23:24.689Z+ sha256sum target/debug/opteadm
5872026-06-01T11:23:24.715Z+ for x in debug release
5882026-06-01T11:23:24.715Z+ mkdir -p /work/release
5892026-06-01T11:23:24.718Z+ cp target/release/opteadm /work/release/
5902026-06-01T11:23:24.732Z+ sha256sum target/release/opteadm
5912026-06-01T11:23:24.750Zprocess exited: duration 67082 ms, exit code 0
 
5922026-06-01T11:23:24.761Zfound 4 output files
5932026-06-01T11:23:24.761Zuploading: /work/debug/opteadm (36469720 bytes)
5942026-06-01T11:23:25.965Zuploaded: /work/debug/opteadm
5952026-06-01T11:23:25.965Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-06-01T11:23:26.977Zuploaded: /work/debug/opteadm.debug.sha256
5972026-06-01T11:23:26.977Zuploading: /work/release/opteadm (24740168 bytes)
5982026-06-01T11:23:28.118Zuploaded: /work/release/opteadm
5992026-06-01T11:23:28.118Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-06-01T11:23:29.127Zuploaded: /work/release/opteadm.release.sha256