01KQNYAV2ZNGGERGGF1VTV6C25: 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-2.0",
    ),
    access_repos: [],
    publish: [
        BasicConfigPublish {
            from_output: "/work/release/opteadm",
            series: "release",
            name: "opteadm",
        },
    ],
    skip_clone: false,
}

Buildomat Job: 01KQNYB4XAGC20TK226J6X1WHA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-03T03:33:55.127Zjob assigned to worker 01KQNYBD90NJK6KR2NREREFTCY [factory aws, i-06857be28bf672232] (queued for 50 s)
 
22026-05-03T03:34:01.944Zstarting task 0: "setup"
32026-05-03T03:34:01.948Z++ uname -s
42026-05-03T03:34:01.951Z+ kern=SunOS
52026-05-03T03:34:01.951Z+ build_user=build
62026-05-03T03:34:01.951Z+ build_uid=12345
72026-05-03T03:34:01.951Z+ work_dir=/work
82026-05-03T03:34:01.951Z+ input_dir=/input
92026-05-03T03:34:01.951Z+ [[ 0 == 12345 ]]
102026-05-03T03:34:01.951Z+ case "$kern" in
112026-05-03T03:34:01.951Z+ groupadd -g 12345 build
122026-05-03T03:34:01.954Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-03T03:34:03.960Z+ zfs create -o mountpoint=/work rpool/work
142026-05-03T03:34:04.084Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-03T03:34:04.087Z+ home_fs=zfs
162026-05-03T03:34:04.087Z+ [[ zfs == autofs ]]
172026-05-03T03:34:04.087Z+ mkdir -p /home/build
182026-05-03T03:34:04.087Z+ chown build:build /home/build /work
192026-05-03T03:34:06.087Z+ chmod 0700 /home/build /work
202026-05-03T03:34:06.090Zprocess exited: duration 4147 ms, exit code 0
 
212026-05-03T03:34:06.095Zstarting task 1: "rust-toolchain"
222026-05-03T03:34:06.099Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-03T03:34:06.099Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-03T03:34:06.099Z * rust toolchain channel = "1.94.1"
252026-05-03T03:34:06.100Z * rust toolchain profile = "default"
262026-05-03T03:34:06.100Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-03T03:34:06.100Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-03T03:34:06.102Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-03T03:34:06.102Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-03T03:34:06.223Zinfo: downloading installer
312026-05-03T03:34:07.629Zwarn: It looks like you have an existing installation of Rust at:
322026-05-03T03:34:07.629Zwarn: /opt/ooce/bin
332026-05-03T03:34:07.629Zwarn: It is recommended that rustup be the primary Rust installation.
342026-05-03T03:34:07.629Zwarn: Otherwise you may have confusion unless you are careful with your PATH.
352026-05-03T03:34:07.629Zwarn: If you are sure that you want both rustup and your already installed Rust
362026-05-03T03:34:07.629Zwarn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes
372026-05-03T03:34:07.629Zwarn: or pass `-y' to ignore all ignorable checks.
382026-05-03T03:34:07.629Zerror: cannot install while Rust is installed
392026-05-03T03:34:07.629Zwarn: continuing (because the -y flag is set and the error is ignorable)
402026-05-03T03:34:07.629Zwarn: It looks like you have an existing rustup settings file at:
412026-05-03T03:34:07.629Zwarn: /home/build/.rustup/settings.toml
422026-05-03T03:34:07.629Zwarn: Rustup will install the default toolchain as specified in the settings file,
432026-05-03T03:34:07.629Zwarn: instead of the one inferred from the default host triple.
442026-05-03T03:34:07.642Zinfo: profile set to default
452026-05-03T03:34:07.642Zinfo: default host triple is x86_64-unknown-illumos
462026-05-03T03:34:07.645Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
472026-05-03T03:34:07.779Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
482026-05-03T03:34:07.782Zinfo: downloading 6 components
492026-05-03T03:34:21.729Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
502026-05-03T03:34:21.729Z
512026-05-03T03:34:21.765Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
522026-05-03T03:34:21.765Z
532026-05-03T03:34:21.765Z
542026-05-03T03:34:21.765ZRust is installed now. Great!
552026-05-03T03:34:21.765Z
562026-05-03T03:34:21.765ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
572026-05-03T03:34:21.765Zenvironment variable. This has not been done automatically.
582026-05-03T03:34:21.765Z
592026-05-03T03:34:21.765ZTo configure your current shell, you need to source
602026-05-03T03:34:21.765Zthe corresponding env file under $HOME/.cargo.
612026-05-03T03:34:21.765Z
622026-05-03T03:34:21.765ZThis is usually done by running one of the following (note the leading DOT):
632026-05-03T03:34:21.766Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
642026-05-03T03:34:21.766Zsource "$HOME/.cargo/env.fish" # For fish
652026-05-03T03:34:21.766Zsource "~/.cargo/env.nu" # For nushell
662026-05-03T03:34:21.766Zsource "$HOME/.cargo/env.tcsh" # For tcsh
672026-05-03T03:34:21.766Z. "$HOME/.cargo/env.ps1" # For pwsh
682026-05-03T03:34:21.766Zsource "$HOME/.cargo/env.xsh" # For xonsh
692026-05-03T03:34:21.769Zwarn: no default linker (`cc`) was found in your PATH
702026-05-03T03:34:21.769Zwarn: many Rust crates require a system C toolchain to build
712026-05-03T03:34:21.851Z+ rustup --version
722026-05-03T03:34:21.860Zrustup 1.29.0 (28d1352db 2026-03-05)
732026-05-03T03:34:21.864Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
742026-05-03T03:34:21.883Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
752026-05-03T03:34:21.885Z+ cargo --version
762026-05-03T03:34:21.898Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
772026-05-03T03:34:21.901Z+ rustc --version
782026-05-03T03:34:21.920Zrustc 1.94.1 (e408947bf 2026-03-25)
792026-05-03T03:34:21.923Zprocess exited: duration 15825 ms, exit code 0
 
802026-05-03T03:34:21.928Zstarting task 2: "authentication"
812026-05-03T03:34:21.947Zprocess exited: duration 15 ms, exit code 0
 
822026-05-03T03:34:21.953Zstarting task 3: "clone repository"
832026-05-03T03:34:21.956Z+ mkdir -p /work/oxidecomputer/opte
842026-05-03T03:34:21.959Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
852026-05-03T03:34:21.988ZCloning into '/work/oxidecomputer/opte'...
862026-05-03T03:34:22.772Z+ cd /work/oxidecomputer/opte
872026-05-03T03:34:22.772Z+ git fetch origin 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
882026-05-03T03:34:23.017ZFrom https://github.com/oxidecomputer/opte
892026-05-03T03:34:23.017Z * branch 8630f7d9ee498bc68c7aeaee1df250f921a14ea7 -> FETCH_HEAD
902026-05-03T03:34:23.024Z+ [[ -n renovate/ctor-0.x ]]
912026-05-03T03:34:23.026Z++ git branch --show-current
922026-05-03T03:34:23.026Z+ current=master
932026-05-03T03:34:23.026Z+ [[ master != renovate/ctor-0.x ]]
942026-05-03T03:34:23.026Z+ git branch -f renovate/ctor-0.x 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
952026-05-03T03:34:23.029Z+ git checkout -f renovate/ctor-0.x
962026-05-03T03:34:23.045ZSwitched to branch 'renovate/ctor-0.x'
972026-05-03T03:34:23.048Z+ git reset --hard 8630f7d9ee498bc68c7aeaee1df250f921a14ea7
982026-05-03T03:34:23.062ZHEAD is now at 8630f7d Update Rust crate ctor to 0.13
992026-05-03T03:34:23.064Zprocess exited: duration 1109 ms, exit code 0
 
1002026-05-03T03:34:23.070Zstarting task 4: "build"
1012026-05-03T03:34:23.073Z+ source .github/buildomat/common.sh
1022026-05-03T03:34:23.076Z++ rustup show active-toolchain
1032026-05-03T03:34:23.078Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
1042026-05-03T03:34:23.081Z++ pushd xde
1052026-05-03T03:34:23.081Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
1062026-05-03T03:34:23.081Z++ rustup show active-toolchain
1072026-05-03T03:34:23.084Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
1082026-05-03T03:34:23.227Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1092026-05-03T03:34:23.230Zinfo: downloading 6 components
1102026-05-03T03:34:36.430Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1112026-05-03T03:34:36.505Z+++ rustup show active-toolchain -v
1122026-05-03T03:34:36.508Z+++ head -n 1
1132026-05-03T03:34:36.508Z+++ cut '-d ' -f1
1142026-05-03T03:34:36.560Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1152026-05-03T03:34:36.560Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1162026-05-03T03:34:36.561Z++ popd
1172026-05-03T03:34:36.564Z/work/oxidecomputer/opte
1182026-05-03T03:34:36.564Z+ cargo --version
1192026-05-03T03:34:36.570Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1202026-05-03T03:34:36.573Z+ rustc --version
1212026-05-03T03:34:36.593Zrustc 1.94.1 (e408947bf 2026-03-25)
1222026-05-03T03:34:36.596Z+ pushd bin/opteadm
1232026-05-03T03:34:36.596Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1242026-05-03T03:34:36.596Z+ header 'check style'
1252026-05-03T03:34:36.596Z+ echo '# ==== check style ==== #'
1262026-05-03T03:34:36.596Z# ==== check style ==== #
1272026-05-03T03:34:36.596Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1282026-05-03T03:34:36.671Z
1292026-05-03T03:34:36.671Zreal 0.072167332
1302026-05-03T03:34:36.671Zuser 0.038303604
1312026-05-03T03:34:36.671Zsys 0.030710224
1322026-05-03T03:34:36.671Ztrap 0.000009247
1332026-05-03T03:34:36.671Ztflt 0.000015028
1342026-05-03T03:34:36.671Zdflt 0.000020686
1352026-05-03T03:34:36.671Zkflt 0.000000000
1362026-05-03T03:34:36.671Zlock 0.031858279
1372026-05-03T03:34:36.671Zslp 0.049879115
1382026-05-03T03:34:36.671Zlat 0.000905269
1392026-05-03T03:34:36.671Zstop 0.000105046
1402026-05-03T03:34:36.674Z+ header analyze
1412026-05-03T03:34:36.674Z+ echo '# ==== analyze ==== #'
1422026-05-03T03:34:36.674Z# ==== analyze ==== #
1432026-05-03T03:34:36.674Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1442026-05-03T03:34:36.807Z Updating crates.io index
1452026-05-03T03:34:36.841Z Updating git repository `https://github.com/oxidecomputer/falcon`
1462026-05-03T03:34:37.733Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1472026-05-03T03:34:38.292Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1482026-05-03T03:34:38.590Z Updating git repository `https://github.com/oxidecomputer/zone`
1492026-05-03T03:34:38.824Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1502026-05-03T03:34:39.192Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1512026-05-03T03:34:39.451Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1522026-05-03T03:34:41.496Z Downloading crates ...
1532026-05-03T03:34:41.545Z Downloaded equivalent v1.0.2
1542026-05-03T03:34:41.553Z Downloaded bitflags v1.3.2
1552026-05-03T03:34:41.556Z Downloaded colored v3.1.1
1562026-05-03T03:34:41.558Z Downloaded heck v0.5.0
1572026-05-03T03:34:41.558Z Downloaded defmt-macros v1.0.1
1582026-05-03T03:34:41.561Z Downloaded rand_core v0.10.1
1592026-05-03T03:34:41.563Z Downloaded anstream v1.0.0
1602026-05-03T03:34:41.572Z Downloaded zerocopy-derive v0.8.48
1612026-05-03T03:34:41.578Z Downloaded toml_edit v0.25.11+spec-1.1.0
1622026-05-03T03:34:41.585Z Downloaded zerocopy v0.8.48
1632026-05-03T03:34:41.596Z Downloaded regex v1.12.3
1642026-05-03T03:34:41.599Z Downloaded aho-corasick v1.1.4
1652026-05-03T03:34:41.602Z Downloaded num_enum v0.7.6
1662026-05-03T03:34:41.605Z Downloaded hash32 v0.3.1
1672026-05-03T03:34:41.610Z Downloaded errno v0.3.14
1682026-05-03T03:34:41.612Z Downloaded dyn-clone v1.0.20
1692026-05-03T03:34:41.615Z Downloaded cobs v0.3.0
1702026-05-03T03:34:41.618Z Downloaded cpufeatures v0.3.0
1712026-05-03T03:34:41.618Z Downloaded strsim v0.11.1
1722026-05-03T03:34:41.622Z Downloaded proc-macro-error-attr2 v2.0.0
1732026-05-03T03:34:41.625Z Downloaded embedded-io v0.4.0
1742026-05-03T03:34:41.625Z Downloaded cstr-argument v0.1.2
1752026-05-03T03:34:41.630Z Downloaded terminal_size v0.4.4
1762026-05-03T03:34:41.633Z Downloaded foreign-types-shared v0.3.1
1772026-05-03T03:34:41.639Z Downloaded macaddr v1.0.1
1782026-05-03T03:34:41.641Z Downloaded defmt v0.3.100
1792026-05-03T03:34:41.644Z Downloaded ref-cast v1.0.25
1802026-05-03T03:34:41.644Z Downloaded colorchoice v1.0.5
1812026-05-03T03:34:41.647Z Downloaded foreign-types v0.5.0
1822026-05-03T03:34:41.649Z Downloaded version_check v0.9.5
1832026-05-03T03:34:41.652Z Downloaded pin-project-lite v0.2.17
1842026-05-03T03:34:41.656Z Downloaded tabwriter v1.4.1
1852026-05-03T03:34:41.659Z Downloaded cfg-if v1.0.4
1862026-05-03T03:34:41.659Z Downloaded proc-macro-crate v3.5.0
1872026-05-03T03:34:41.659Z Downloaded foreign-types-macros v0.2.3
1882026-05-03T03:34:41.662Z Downloaded darling_macro v0.21.3
1892026-05-03T03:34:41.664Z Downloaded stable_deref_trait v1.2.1
1902026-05-03T03:34:41.664Z Downloaded ident_case v1.0.1
1912026-05-03T03:34:41.667Z Downloaded defmt-parser v1.0.0
1922026-05-03T03:34:41.667Z Downloaded is_terminal_polyfill v1.70.2
1932026-05-03T03:34:41.667Z Downloaded embedded-io v0.6.1
1942026-05-03T03:34:41.670Z Downloaded fnv v1.0.7
1952026-05-03T03:34:41.673Z Downloaded anstyle-query v1.1.5
1962026-05-03T03:34:41.676Z Downloaded anstyle-parse v1.0.0
1972026-05-03T03:34:41.676Z Downloaded ipnetwork v0.21.1
1982026-05-03T03:34:41.680Z Downloaded anyhow v1.0.102
1992026-05-03T03:34:41.683Z Downloaded chacha20 v0.10.0
2002026-05-03T03:34:41.687Z Downloaded ref-cast-impl v1.0.25
2012026-05-03T03:34:41.689Z Downloaded utf8parse v0.2.2
2022026-05-03T03:34:41.694Z Downloaded pretty-hex v0.4.2
2032026-05-03T03:34:41.700Z Downloaded rustversion v1.0.22
2042026-05-03T03:34:41.703Z Downloaded thiserror v2.0.18
2052026-05-03T03:34:41.706Z Downloaded ingot-types v0.1.2
2062026-05-03T03:34:41.706Z Downloaded byteorder v1.5.0
2072026-05-03T03:34:41.709Z Downloaded proc-macro-error2 v2.0.1
2082026-05-03T03:34:41.709Z Downloaded thiserror-impl v2.0.18
2092026-05-03T03:34:41.712Z Downloaded num_enum_derive v0.7.6
2102026-05-03T03:34:41.712Z Downloaded anstyle v1.0.14
2112026-05-03T03:34:41.714Z Downloaded oxnet v0.1.4
2122026-05-03T03:34:41.717Z Downloaded toml_datetime v1.1.1+spec-1.1.0
2132026-05-03T03:34:41.717Z Downloaded bitflags v2.11.1
2142026-05-03T03:34:41.722Z Downloaded getrandom v0.4.2
2152026-05-03T03:34:41.728Z Downloaded managed v0.8.0
2162026-05-03T03:34:41.731Z Downloaded clap_lex v1.1.0
2172026-05-03T03:34:41.735Z Downloaded darling v0.21.3
2182026-05-03T03:34:41.740Z Downloaded ingot v0.1.1
2192026-05-03T03:34:41.743Z Downloaded defmt v1.0.1
2202026-05-03T03:34:41.745Z Downloaded toml_parser v1.1.2+spec-1.1.0
2212026-05-03T03:34:41.745Z Downloaded postcard v1.1.3
2222026-05-03T03:34:41.748Z Downloaded once_cell v1.21.4
2232026-05-03T03:34:41.751Z Downloaded either v1.15.0
2242026-05-03T03:34:41.756Z Downloaded ingot-macros v0.1.1
2252026-05-03T03:34:41.759Z Downloaded clap_derive v4.6.1
2262026-05-03T03:34:41.768Z Downloaded tracing-attributes v0.1.31
2272026-05-03T03:34:41.775Z Downloaded serde_core v1.0.228
2282026-05-03T03:34:41.778Z Downloaded quote v1.0.45
2292026-05-03T03:34:41.781Z Downloaded unicode-ident v1.0.24
2302026-05-03T03:34:41.784Z Downloaded tracing-core v0.1.36
2312026-05-03T03:34:41.786Z Downloaded uuid v1.23.1
2322026-05-03T03:34:41.789Z Downloaded clap v4.6.1
2332026-05-03T03:34:41.793Z Downloaded socket2 v0.6.3
2342026-05-03T03:34:41.796Z Downloaded proc-macro2 v1.0.106
2352026-05-03T03:34:41.798Z Downloaded heapless v0.8.0
2362026-05-03T03:34:41.801Z Downloaded serde v1.0.228
2372026-05-03T03:34:41.801Z Downloaded darling_core v0.21.3
2382026-05-03T03:34:41.811Z Downloaded indexmap v2.14.0
2392026-05-03T03:34:41.814Z Downloaded memchr v2.8.0
2402026-05-03T03:34:41.818Z Downloaded serde_derive v1.0.228
2412026-05-03T03:34:41.824Z Downloaded rand v0.10.1
2422026-05-03T03:34:41.837Z Downloaded rustix v1.1.4
2432026-05-03T03:34:41.859Z Downloaded itertools v0.14.0
2442026-05-03T03:34:41.868Z Downloaded hashbrown v0.17.0
2452026-05-03T03:34:41.879Z Downloaded clap_builder v4.6.0
2462026-05-03T03:34:41.882Z Downloaded winnow v1.0.2
2472026-05-03T03:34:41.907Z Downloaded syn v1.0.109
2482026-05-03T03:34:41.929Z Downloaded unicode-width v0.2.2
2492026-05-03T03:34:41.934Z Downloaded smoltcp v0.11.0
2502026-05-03T03:34:41.942Z Downloaded syn v2.0.117
2512026-05-03T03:34:41.956Z Downloaded regex-syntax v0.8.10
2522026-05-03T03:34:41.974Z Downloaded tracing v0.1.44
2532026-05-03T03:34:41.989Z Downloaded regex-automata v0.4.14
2542026-05-03T03:34:42.003Z Downloaded libc v0.2.186
2552026-05-03T03:34:42.064Z Compiling proc-macro2 v1.0.106
2562026-05-03T03:34:42.066Z Compiling unicode-ident v1.0.24
2572026-05-03T03:34:42.066Z Compiling quote v1.0.45
2582026-05-03T03:34:42.066Z Compiling serde_core v1.0.228
2592026-05-03T03:34:42.066Z Compiling libc v0.2.186
2602026-05-03T03:34:42.066Z Checking cfg-if v1.0.4
2612026-05-03T03:34:42.066Z Compiling strsim v0.11.1
2622026-05-03T03:34:42.066Z Compiling fnv v1.0.7
2632026-05-03T03:34:42.189Z Compiling ident_case v1.0.1
2642026-05-03T03:34:42.230Z Compiling thiserror v2.0.18
2652026-05-03T03:34:42.257Z Compiling memchr v2.8.0
2662026-05-03T03:34:42.296Z Compiling regex-syntax v0.8.10
2672026-05-03T03:34:42.427Z Compiling anyhow v1.0.102
2682026-05-03T03:34:42.498Z Compiling hashbrown v0.17.0
2692026-05-03T03:34:42.731Z Compiling aho-corasick v1.1.4
2702026-05-03T03:34:42.740Z Compiling serde v1.0.228
2712026-05-03T03:34:42.806Z Compiling either v1.15.0
2722026-05-03T03:34:42.822Z Compiling zerocopy v0.8.48
2732026-05-03T03:34:43.020Z Compiling equivalent v1.0.2
2742026-05-03T03:34:43.028Z Compiling winnow v1.0.2
2752026-05-03T03:34:43.067Z Compiling itertools v0.14.0
2762026-05-03T03:34:43.096Z Compiling indexmap v2.14.0
2772026-05-03T03:34:43.378Z Compiling syn v2.0.117
2782026-05-03T03:34:43.434Z Checking byteorder v1.5.0
2792026-05-03T03:34:43.585Z Compiling heapless v0.8.0
2802026-05-03T03:34:43.689Z Compiling toml_datetime v1.1.1+spec-1.1.0
2812026-05-03T03:34:43.869Z Compiling regex-automata v0.4.14
2822026-05-03T03:34:43.881Z Checking bitflags v2.11.1
2832026-05-03T03:34:43.906Z Compiling toml_parser v1.1.2+spec-1.1.0
2842026-05-03T03:34:44.038Z Checking hash32 v0.3.1
2852026-05-03T03:34:44.131Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2862026-05-03T03:34:44.145Z Compiling rustversion v1.0.22
2872026-05-03T03:34:44.178Z Checking macaddr v1.0.1
2882026-05-03T03:34:44.254Z Compiling toml_edit v0.25.11+spec-1.1.0
2892026-05-03T03:34:44.314Z Compiling smoltcp v0.11.0
2902026-05-03T03:34:44.322Z Checking stable_deref_trait v1.2.1
2912026-05-03T03:34:44.352Z Compiling syn v1.0.109
2922026-05-03T03:34:44.464Z Compiling ref-cast v1.0.25
2932026-05-03T03:34:44.505Z Checking bitflags v1.3.2
2942026-05-03T03:34:44.566Z Checking managed v0.8.0
2952026-05-03T03:34:44.648Z Compiling version_check v0.9.5
2962026-05-03T03:34:44.689Z Compiling getrandom v0.4.2
2972026-05-03T03:34:44.732Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2982026-05-03T03:34:44.743Z Checking rand_core v0.10.1
2992026-05-03T03:34:44.760Z Compiling rustix v1.1.4
3002026-05-03T03:34:44.876Z Compiling proc-macro-crate v3.5.0
3012026-05-03T03:34:44.914Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3022026-05-03T03:34:45.149Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
3032026-05-03T03:34:45.291Z Checking errno v0.3.14
3042026-05-03T03:34:45.311Z Checking foreign-types-shared v0.3.1
3052026-05-03T03:34:45.391Z Checking ipnetwork v0.21.1
3062026-05-03T03:34:45.417Z Checking unicode-width v0.2.2
3072026-05-03T03:34:45.473Z Checking utf8parse v0.2.2
3082026-05-03T03:34:45.571Z Compiling regex v1.12.3
3092026-05-03T03:34:45.670Z Checking cpufeatures v0.3.0
3102026-05-03T03:34:45.734Z Checking once_cell v1.21.4
3112026-05-03T03:34:45.744Z Checking chacha20 v0.10.0
3122026-05-03T03:34:45.911Z Checking tracing-core v0.1.36
3132026-05-03T03:34:45.945Z Compiling darling_core v0.21.3
3142026-05-03T03:34:45.945Z Checking cstr-argument v0.1.2
3152026-05-03T03:34:45.983Z Checking tabwriter v1.4.1
3162026-05-03T03:34:46.064Z Checking anstyle-parse v1.0.0
3172026-05-03T03:34:46.348Z Checking anstyle-query v1.1.5
3182026-05-03T03:34:46.438Z Checking dyn-clone v1.0.20
3192026-05-03T03:34:46.515Z Checking is_terminal_polyfill v1.70.2
3202026-05-03T03:34:46.528Z Checking pin-project-lite v0.2.17
3212026-05-03T03:34:46.534Z Checking pretty-hex v0.4.2
3222026-05-03T03:34:46.548Z Checking colorchoice v1.0.5
3232026-05-03T03:34:46.575Z Checking anstyle v1.0.14
3242026-05-03T03:34:46.590Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3252026-05-03T03:34:46.610Z Checking terminal_size v0.4.4
3262026-05-03T03:34:46.716Z Checking rand v0.10.1
3272026-05-03T03:34:46.754Z Checking anstream v1.0.0
3282026-05-03T03:34:46.804Z Checking uuid v1.23.1
3292026-05-03T03:34:46.836Z Checking socket2 v0.6.3
3302026-05-03T03:34:46.949Z Checking clap_lex v1.1.0
3312026-05-03T03:34:47.079Z Checking oxnet v0.1.4
3322026-05-03T03:34:47.096Z Compiling heck v0.5.0
3332026-05-03T03:34:47.181Z Checking colored v3.1.1
3342026-05-03T03:34:47.191Z Compiling thiserror-impl v2.0.18
3352026-05-03T03:34:47.210Z Compiling zerocopy-derive v0.8.48
3362026-05-03T03:34:47.243Z Compiling serde_derive v1.0.228
3372026-05-03T03:34:47.290Z Compiling num_enum_derive v0.7.6
3382026-05-03T03:34:47.370Z Compiling ref-cast-impl v1.0.25
3392026-05-03T03:34:47.782Z Compiling foreign-types-macros v0.2.3
3402026-05-03T03:34:48.027Z Compiling tracing-attributes v0.1.31
3412026-05-03T03:34:48.077Z Compiling darling_macro v0.21.3
3422026-05-03T03:34:48.255Z Checking num_enum v0.7.6
3432026-05-03T03:34:48.363Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3442026-05-03T03:34:48.389Z Checking foreign-types v0.5.0
3452026-05-03T03:34:48.424Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3462026-05-03T03:34:48.453Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3472026-05-03T03:34:48.460Z Checking cobs v0.3.0
3482026-05-03T03:34:48.596Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3492026-05-03T03:34:48.612Z Compiling clap_derive v4.6.1
3502026-05-03T03:34:48.614Z Compiling darling v0.21.3
3512026-05-03T03:34:48.688Z Compiling ingot-macros v0.1.1
3522026-05-03T03:34:48.746Z Checking clap_builder v4.6.0
3532026-05-03T03:34:48.878Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3542026-05-03T03:34:48.917Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3552026-05-03T03:34:49.236Z Checking tracing v0.1.44
3562026-05-03T03:34:49.987Z Checking clap v4.6.1
3572026-05-03T03:34:50.053Z Checking postcard v1.1.3
3582026-05-03T03:34:51.155Z Checking ingot-types v0.1.2
3592026-05-03T03:34:51.434Z Checking ingot v0.1.1
3602026-05-03T03:34:52.707Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3612026-05-03T03:34:53.887Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3622026-05-03T03:34:55.095Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3632026-05-03T03:34:55.932Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.21s
3642026-05-03T03:34:56.050Z
3652026-05-03T03:34:56.050Zreal 19.371950177
3662026-05-03T03:34:56.050Zuser 53.918780897
3672026-05-03T03:34:56.050Zsys 12.996608885
3682026-05-03T03:34:56.053Ztrap 0.038064707
3692026-05-03T03:34:56.053Ztflt 0.102807140
3702026-05-03T03:34:56.053Zdflt 0.080569317
3712026-05-03T03:34:56.053Zkflt 0.004636220
3722026-05-03T03:34:56.053Zlock 2:53.420034151
3732026-05-03T03:34:56.053Zslp 3:00.335677873
3742026-05-03T03:34:56.053Zlat 2.918083562
3752026-05-03T03:34:56.053Zstop 10.659449067
3762026-05-03T03:34:56.053Z+ header 'debug build'
3772026-05-03T03:34:56.053Z+ echo '# ==== debug build ==== #'
3782026-05-03T03:34:56.053Z+ ptime -m cargo build
3792026-05-03T03:34:56.053Z# ==== debug build ==== #
3802026-05-03T03:34:56.208Z Compiling cfg-if v1.0.4
3812026-05-03T03:34:56.211Z Compiling serde_core v1.0.228
3822026-05-03T03:34:56.211Z Compiling libc v0.2.186
3832026-05-03T03:34:56.234Z Compiling thiserror v2.0.18
3842026-05-03T03:34:56.238Z Compiling byteorder v1.5.0
3852026-05-03T03:34:56.241Z Compiling zerocopy v0.8.48
3862026-05-03T03:34:56.243Z Compiling macaddr v1.0.1
3872026-05-03T03:34:56.244Z Compiling stable_deref_trait v1.2.1
3882026-05-03T03:34:56.286Z Compiling managed v0.8.0
3892026-05-03T03:34:56.297Z Compiling cobs v0.3.0
3902026-05-03T03:34:56.313Z Compiling bitflags v1.3.2
3912026-05-03T03:34:56.373Z Compiling hash32 v0.3.1
3922026-05-03T03:34:56.402Z Compiling rand_core v0.10.1
3932026-05-03T03:34:56.495Z Compiling heapless v0.8.0
3942026-05-03T03:34:56.522Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3952026-05-03T03:34:56.538Z Compiling errno v0.3.14
3962026-05-03T03:34:56.575Z Compiling foreign-types-shared v0.3.1
3972026-05-03T03:34:56.575Z Compiling utf8parse v0.2.2
3982026-05-03T03:34:56.578Z Compiling cpufeatures v0.3.0
3992026-05-03T03:34:56.637Z Compiling ipnetwork v0.21.1
4002026-05-03T03:34:56.650Z Compiling memchr v2.8.0
4012026-05-03T03:34:56.663Z Compiling unicode-width v0.2.2
4022026-05-03T03:34:56.697Z Compiling once_cell v1.21.4
4032026-05-03T03:34:56.766Z Compiling anstyle-parse v1.0.0
4042026-05-03T03:34:56.904Z Compiling smoltcp v0.11.0
4052026-05-03T03:34:56.928Z Compiling tabwriter v1.4.1
4062026-05-03T03:34:56.959Z Compiling tracing-core v0.1.36
4072026-05-03T03:34:56.966Z Compiling foreign-types v0.5.0
4082026-05-03T03:34:57.034Z Compiling cstr-argument v0.1.2
4092026-05-03T03:34:57.170Z Compiling chacha20 v0.10.0
4102026-05-03T03:34:57.195Z Compiling ref-cast v1.0.25
4112026-05-03T03:34:57.294Z Compiling num_enum v0.7.6
4122026-05-03T03:34:57.329Z Compiling getrandom v0.4.2
4132026-05-03T03:34:57.400Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4142026-05-03T03:34:57.504Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4152026-05-03T03:34:57.512Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4162026-05-03T03:34:57.534Z Compiling colorchoice v1.0.5
4172026-05-03T03:34:57.604Z Compiling pretty-hex v0.4.2
4182026-05-03T03:34:57.645Z Compiling anstyle v1.0.14
4192026-05-03T03:34:57.729Z Compiling is_terminal_polyfill v1.70.2
4202026-05-03T03:34:57.811Z Compiling dyn-clone v1.0.20
4212026-05-03T03:34:57.821Z Compiling anstyle-query v1.1.5
4222026-05-03T03:34:57.911Z Compiling bitflags v2.11.1
4232026-05-03T03:34:57.917Z Compiling serde v1.0.228
4242026-05-03T03:34:57.977Z Compiling pin-project-lite v0.2.17
4252026-05-03T03:34:58.057Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4262026-05-03T03:34:58.062Z Compiling rustix v1.1.4
4272026-05-03T03:34:58.070Z Compiling tracing v0.1.44
4282026-05-03T03:34:58.332Z Compiling postcard v1.1.3
4292026-05-03T03:34:58.341Z Compiling anstream v1.0.0
4302026-05-03T03:34:58.433Z Compiling uuid v1.23.1
4312026-05-03T03:34:58.582Z Compiling terminal_size v0.4.4
4322026-05-03T03:34:58.660Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4332026-05-03T03:34:58.669Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4342026-05-03T03:34:58.724Z Compiling anyhow v1.0.102
4352026-05-03T03:34:58.852Z Compiling rand v0.10.1
4362026-05-03T03:34:58.867Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4372026-05-03T03:34:58.982Z Compiling socket2 v0.6.3
4382026-05-03T03:34:58.998Z Compiling oxnet v0.1.4
4392026-05-03T03:34:59.162Z Compiling ingot-types v0.1.2
4402026-05-03T03:34:59.224Z Compiling strsim v0.11.1
4412026-05-03T03:34:59.235Z Compiling clap_lex v1.1.0
4422026-05-03T03:34:59.471Z Compiling colored v3.1.1
4432026-05-03T03:34:59.573Z Compiling ingot v0.1.1
4442026-05-03T03:34:59.599Z Compiling winnow v1.0.2
4452026-05-03T03:34:59.612Z Compiling clap_builder v4.6.0
4462026-05-03T03:34:59.835Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4472026-05-03T03:35:00.544Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4482026-05-03T03:35:01.208Z Compiling clap v4.6.1
4492026-05-03T03:35:01.217Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4502026-05-03T03:35:02.668Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4512026-05-03T03:35:04.087Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4522026-05-03T03:35:08.448Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.38s
4532026-05-03T03:35:08.480Z
4542026-05-03T03:35:08.482Zreal 12.418121962
4552026-05-03T03:35:08.483Zuser 1:04.957377137
4562026-05-03T03:35:08.483Zsys 6.037615695
4572026-05-03T03:35:08.483Ztrap 0.025870244
4582026-05-03T03:35:08.483Ztflt 0.109666477
4592026-05-03T03:35:08.483Zdflt 0.155091958
4602026-05-03T03:35:08.483Zkflt 0.000003688
4612026-05-03T03:35:08.483Zlock 3:00.945919640
4622026-05-03T03:35:08.483Zslp 1:58.262034409
4632026-05-03T03:35:08.483Zlat 4.267806610
4642026-05-03T03:35:08.483Zstop 3.755906925
4652026-05-03T03:35:08.483Z+ header 'release build'
4662026-05-03T03:35:08.483Z+ echo '# ==== release build ==== #'
4672026-05-03T03:35:08.483Z+ ptime -m cargo build --release
4682026-05-03T03:35:08.483Z# ==== release build ==== #
4692026-05-03T03:35:08.579Z Compiling proc-macro2 v1.0.106
4702026-05-03T03:35:08.579Z Compiling quote v1.0.45
4712026-05-03T03:35:08.582Z Compiling unicode-ident v1.0.24
4722026-05-03T03:35:08.582Z Compiling serde_core v1.0.228
4732026-05-03T03:35:08.582Z Compiling libc v0.2.186
4742026-05-03T03:35:08.582Z Compiling cfg-if v1.0.4
4752026-05-03T03:35:08.582Z Compiling thiserror v2.0.18
4762026-05-03T03:35:08.582Z Compiling ident_case v1.0.1
4772026-05-03T03:35:08.653Z Compiling memchr v2.8.0
4782026-05-03T03:35:08.697Z Compiling strsim v0.11.1
4792026-05-03T03:35:08.701Z Compiling fnv v1.0.7
4802026-05-03T03:35:08.778Z Compiling regex-syntax v0.8.10
4812026-05-03T03:35:08.881Z Compiling equivalent v1.0.2
4822026-05-03T03:35:08.945Z Compiling hashbrown v0.17.0
4832026-05-03T03:35:08.966Z Compiling serde v1.0.228
4842026-05-03T03:35:09.075Z Compiling aho-corasick v1.1.4
4852026-05-03T03:35:09.176Z Compiling zerocopy v0.8.48
4862026-05-03T03:35:09.259Z Compiling winnow v1.0.2
4872026-05-03T03:35:09.289Z Compiling either v1.15.0
4882026-05-03T03:35:09.459Z Compiling anyhow v1.0.102
4892026-05-03T03:35:09.477Z Compiling itertools v0.14.0
4902026-05-03T03:35:09.692Z Compiling syn v2.0.117
4912026-05-03T03:35:09.751Z Compiling indexmap v2.14.0
4922026-05-03T03:35:09.820Z Compiling heapless v0.8.0
4932026-05-03T03:35:10.121Z Compiling toml_datetime v1.1.1+spec-1.1.0
4942026-05-03T03:35:10.259Z Compiling regex-automata v0.4.14
4952026-05-03T03:35:10.329Z Compiling toml_parser v1.1.2+spec-1.1.0
4962026-05-03T03:35:10.369Z Compiling byteorder v1.5.0
4972026-05-03T03:35:10.548Z Compiling hash32 v0.3.1
4982026-05-03T03:35:10.627Z Compiling bitflags v2.11.1
4992026-05-03T03:35:10.674Z Compiling stable_deref_trait v1.2.1
5002026-05-03T03:35:10.724Z Compiling toml_edit v0.25.11+spec-1.1.0
5012026-05-03T03:35:10.739Z Compiling macaddr v1.0.1
5022026-05-03T03:35:10.793Z Compiling smoltcp v0.11.0
5032026-05-03T03:35:10.819Z Compiling syn v1.0.109
5042026-05-03T03:35:10.877Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5052026-05-03T03:35:10.935Z Compiling rustversion v1.0.22
5062026-05-03T03:35:11.104Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5072026-05-03T03:35:11.108Z Compiling getrandom v0.4.2
5082026-05-03T03:35:11.139Z Compiling version_check v0.9.5
5092026-05-03T03:35:11.296Z Compiling proc-macro-crate v3.5.0
5102026-05-03T03:35:11.302Z Compiling ref-cast v1.0.25
5112026-05-03T03:35:11.346Z Compiling rand_core v0.10.1
5122026-05-03T03:35:11.394Z Compiling bitflags v1.3.2
5132026-05-03T03:35:11.422Z Compiling managed v0.8.0
5142026-05-03T03:35:11.454Z Compiling rustix v1.1.4
5152026-05-03T03:35:11.492Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5162026-05-03T03:35:11.692Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5172026-05-03T03:35:11.697Z Compiling errno v0.3.14
5182026-05-03T03:35:11.829Z Compiling once_cell v1.21.4
5192026-05-03T03:35:11.983Z Compiling regex v1.12.3
5202026-05-03T03:35:12.046Z Compiling cpufeatures v0.3.0
5212026-05-03T03:35:12.055Z Compiling utf8parse v0.2.2
5222026-05-03T03:35:12.108Z Compiling foreign-types-shared v0.3.1
5232026-05-03T03:35:12.137Z Compiling unicode-width v0.2.2
5242026-05-03T03:35:12.184Z Compiling ipnetwork v0.21.1
5252026-05-03T03:35:12.363Z Compiling darling_core v0.21.3
5262026-05-03T03:35:12.417Z Compiling tabwriter v1.4.1
5272026-05-03T03:35:12.547Z Compiling cstr-argument v0.1.2
5282026-05-03T03:35:12.700Z Compiling anstyle-parse v1.0.0
5292026-05-03T03:35:12.739Z Compiling chacha20 v0.10.0
5302026-05-03T03:35:12.804Z Compiling tracing-core v0.1.36
5312026-05-03T03:35:13.316Z Compiling pin-project-lite v0.2.17
5322026-05-03T03:35:13.387Z Compiling anstyle v1.0.14
5332026-05-03T03:35:13.403Z Compiling pretty-hex v0.4.2
5342026-05-03T03:35:13.471Z Compiling thiserror-impl v2.0.18
5352026-05-03T03:35:13.527Z Compiling zerocopy-derive v0.8.48
5362026-05-03T03:35:13.616Z Compiling serde_derive v1.0.228
5372026-05-03T03:35:13.621Z Compiling ref-cast-impl v1.0.25
5382026-05-03T03:35:13.642Z Compiling foreign-types-macros v0.2.3
5392026-05-03T03:35:14.180Z Compiling num_enum_derive v0.7.6
5402026-05-03T03:35:14.237Z Compiling foreign-types v0.5.0
5412026-05-03T03:35:14.302Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5422026-05-03T03:35:14.353Z Compiling tracing-attributes v0.1.31
5432026-05-03T03:35:14.454Z Compiling darling_macro v0.21.3
5442026-05-03T03:35:14.742Z Compiling cobs v0.3.0
5452026-05-03T03:35:14.768Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5462026-05-03T03:35:14.927Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5472026-05-03T03:35:14.945Z Compiling colorchoice v1.0.5
5482026-05-03T03:35:14.965Z Compiling anstyle-query v1.1.5
5492026-05-03T03:35:14.971Z Compiling darling v0.21.3
5502026-05-03T03:35:15.036Z Compiling ingot-macros v0.1.1
5512026-05-03T03:35:15.044Z Compiling dyn-clone v1.0.20
5522026-05-03T03:35:15.056Z Compiling is_terminal_polyfill v1.70.2
5532026-05-03T03:35:15.131Z Compiling anstream v1.0.0
5542026-05-03T03:35:15.138Z Compiling num_enum v0.7.6
5552026-05-03T03:35:15.173Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5562026-05-03T03:35:15.238Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5572026-05-03T03:35:15.381Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5582026-05-03T03:35:15.517Z Compiling terminal_size v0.4.4
5592026-05-03T03:35:15.572Z Compiling tracing v0.1.44
5602026-05-03T03:35:15.586Z Compiling rand v0.10.1
5612026-05-03T03:35:15.643Z Compiling uuid v1.23.1
5622026-05-03T03:35:15.784Z Compiling socket2 v0.6.3
5632026-05-03T03:35:15.896Z Compiling colored v3.1.1
5642026-05-03T03:35:16.054Z Compiling clap_lex v1.1.0
5652026-05-03T03:35:16.374Z Compiling oxnet v0.1.4
5662026-05-03T03:35:16.381Z Compiling heck v0.5.0
5672026-05-03T03:35:16.452Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5682026-05-03T03:35:16.564Z Compiling clap_derive v4.6.1
5692026-05-03T03:35:16.642Z Compiling clap_builder v4.6.0
5702026-05-03T03:35:16.802Z Compiling postcard v1.1.3
5712026-05-03T03:35:17.884Z Compiling ingot-types v0.1.2
5722026-05-03T03:35:18.226Z Compiling ingot v0.1.1
5732026-05-03T03:35:18.409Z Compiling clap v4.6.1
5742026-05-03T03:35:19.901Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5752026-05-03T03:35:20.907Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5762026-05-03T03:35:21.938Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5772026-05-03T03:35:28.461Z Finished `release` profile [optimized + debuginfo] target(s) in 19.96s
5782026-05-03T03:35:28.489Z
5792026-05-03T03:35:28.492Zreal 19.996905619
5802026-05-03T03:35:28.492Zuser 1:42.258464185
5812026-05-03T03:35:28.492Zsys 13.455941780
5822026-05-03T03:35:28.492Ztrap 0.049556300
5832026-05-03T03:35:28.492Ztflt 0.135436155
5842026-05-03T03:35:28.492Zdflt 0.367673623
5852026-05-03T03:35:28.492Zkflt 0.000025845
5862026-05-03T03:35:28.492Zlock 4:29.742052819
5872026-05-03T03:35:28.492Zslp 3:22.515468814
5882026-05-03T03:35:28.492Zlat 5.255097090
5892026-05-03T03:35:28.492Zstop 9.353690054
5902026-05-03T03:35:28.492Z+ popd
5912026-05-03T03:35:28.492Z/work/oxidecomputer/opte
5922026-05-03T03:35:28.492Z+ for x in debug release
5932026-05-03T03:35:28.492Z+ mkdir -p /work/debug
5942026-05-03T03:35:28.493Z+ cp target/debug/opteadm /work/debug/
5952026-05-03T03:35:28.514Z+ sha256sum target/debug/opteadm
5962026-05-03T03:35:28.539Z+ for x in debug release
5972026-05-03T03:35:28.539Z+ mkdir -p /work/release
5982026-05-03T03:35:28.543Z+ cp target/release/opteadm /work/release/
5992026-05-03T03:35:28.558Z+ sha256sum target/release/opteadm
6002026-05-03T03:35:28.574Zprocess exited: duration 65498 ms, exit code 0
 
6012026-05-03T03:35:28.585Zfound 4 output files
6022026-05-03T03:35:28.585Zuploading: /work/debug/opteadm (35849440 bytes)
6032026-05-03T03:35:29.762Zuploaded: /work/debug/opteadm
6042026-05-03T03:35:29.765Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
6052026-05-03T03:35:30.772Zuploaded: /work/debug/opteadm.debug.sha256
6062026-05-03T03:35:30.772Zuploading: /work/release/opteadm (24308208 bytes)
6072026-05-03T03:35:31.895Zuploaded: /work/release/opteadm
6082026-05-03T03:35:31.895Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6092026-05-03T03:35:32.903Zuploaded: /work/release/opteadm.release.sha256