01M11DVT836JNRDYGTJYHWA6PR: 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: 01M11DW846VT5H2VHP92XBSXHQ

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-08-27T10:58:16.511Zjob assigned to worker 01M11DWA7BFE84RM7A7B7XZTQ9 [factory aws, i-09ad7a412ed8586bb] (queued for 47 s)
 
22026-08-27T10:58:22.803Zstarting task 0: "setup"
32026-08-27T10:58:22.810Z++ uname -s
42026-08-27T10:58:22.813Z+ kern=SunOS
52026-08-27T10:58:22.813Z+ build_user=build
62026-08-27T10:58:22.814Z+ build_uid=12345
72026-08-27T10:58:22.814Z+ work_dir=/work
82026-08-27T10:58:22.814Z+ input_dir=/input
92026-08-27T10:58:22.814Z+ [[ 0 == 12345 ]]
102026-08-27T10:58:22.814Z+ case "$kern" in
112026-08-27T10:58:22.814Z+ groupadd -g 12345 build
122026-08-27T10:58:22.817Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-08-27T10:58:24.823Z+ zfs create -o mountpoint=/work rpool/work
142026-08-27T10:58:24.918Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-08-27T10:58:24.922Z+ home_fs=zfs
162026-08-27T10:58:24.922Z+ [[ zfs == autofs ]]
172026-08-27T10:58:24.922Z+ mkdir -p /home/build
182026-08-27T10:58:24.922Z+ chown build:build /home/build /work
192026-08-27T10:58:26.923Z+ chmod 0700 /home/build /work
202026-08-27T10:58:26.926Zprocess exited: duration 4125 ms, exit code 0
 
212026-08-27T10:58:26.932Zstarting task 1: "rust-toolchain"
222026-08-27T10:58:26.936Z+ printf ' * rust toolchain channel = "%s"\n' 1.97.1
232026-08-27T10:58:26.936Z * rust toolchain channel = "1.97.1"
242026-08-27T10:58:26.936Z * rust toolchain profile = "default"
252026-08-27T10:58:26.936Z+ printf ' * rust toolchain profile = "%s"\n' default
262026-08-27T10:58:26.937Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-08-27T10:58:26.937Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-08-27T10:58:26.940Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-08-27T10:58:26.940Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default
302026-08-27T10:58:27.047Zinfo: downloading installer
312026-08-27T10:58:28.350Zwarn: It looks like you have an existing rustup settings file at:
322026-08-27T10:58:28.350Zwarn: /home/build/.rustup/settings.toml
332026-08-27T10:58:28.350Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-08-27T10:58:28.350Zwarn: instead of the one inferred from the default host triple.
352026-08-27T10:58:28.362Zinfo: profile set to default
362026-08-27T10:58:28.362Zinfo: default host triple is x86_64-unknown-illumos
372026-08-27T10:58:28.366Zinfo: syncing channel updates for 1.97.1-x86_64-unknown-illumos
382026-08-27T10:58:28.499Zinfo: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14)
392026-08-27T10:58:28.499Zinfo: downloading 6 components
402026-08-27T10:58:43.154Zinfo: default toolchain set to 1.97.1-x86_64-unknown-illumos
412026-08-27T10:58:43.154Z
422026-08-27T10:58:43.183Z 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14)
432026-08-27T10:58:43.184Z
442026-08-27T10:58:43.184Z
452026-08-27T10:58:43.184ZRust is installed now. Great!
462026-08-27T10:58:43.184Z
472026-08-27T10:58:43.184ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-08-27T10:58:43.184Zenvironment variable. This has not been done automatically.
492026-08-27T10:58:43.184Z
502026-08-27T10:58:43.184ZTo configure your current shell, you need to source
512026-08-27T10:58:43.187Zthe corresponding env file under $HOME/.cargo.
522026-08-27T10:58:43.187Z
532026-08-27T10:58:43.187ZThis is usually done by running one of the following (note the leading DOT):
542026-08-27T10:58:43.187Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-08-27T10:58:43.187Zsource "$HOME/.cargo/env.fish" # For fish
562026-08-27T10:58:43.187Zsource "~/.cargo/env.nu" # For nushell
572026-08-27T10:58:43.187Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-08-27T10:58:43.187Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-08-27T10:58:43.187Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-08-27T10:58:43.187Zwarn: no default linker (`cc`) was found in your PATH
612026-08-27T10:58:43.187Zwarn: many Rust crates require a system C toolchain to build
622026-08-27T10:58:43.282Z+ rustup --version
632026-08-27T10:58:43.291Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-08-27T10:58:43.294Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-08-27T10:58:43.312Zinfo: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)`
662026-08-27T10:58:43.315Z+ cargo --version
672026-08-27T10:58:43.330Zcargo 1.97.1 (c980f4866 2026-06-30)
682026-08-27T10:58:43.333Z+ rustc --version
692026-08-27T10:58:43.351Zrustc 1.97.1 (8bab26f4f 2026-07-14)
702026-08-27T10:58:43.354Zprocess exited: duration 16421 ms, exit code 0
 
712026-08-27T10:58:43.361Zstarting task 2: "authentication"
722026-08-27T10:58:43.377Zprocess exited: duration 16 ms, exit code 0
 
732026-08-27T10:58:43.384Zstarting task 3: "clone repository"
742026-08-27T10:58:43.387Z+ mkdir -p /work/oxidecomputer/opte
752026-08-27T10:58:43.390Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-08-27T10:58:43.418ZCloning into '/work/oxidecomputer/opte'...
772026-08-27T10:58:44.472Z+ cd /work/oxidecomputer/opte
782026-08-27T10:58:44.472Z+ git fetch origin 8510c9873305aaa3558334b5ffa6819220541249
792026-08-27T10:58:44.741ZFrom https://github.com/oxidecomputer/opte
802026-08-27T10:58:44.741Z * branch 8510c9873305aaa3558334b5ffa6819220541249 -> FETCH_HEAD
812026-08-27T10:58:44.746Z+ [[ -n bound-my-list ]]
822026-08-27T10:58:44.749Z++ git branch --show-current
832026-08-27T10:58:44.749Z+ current=master
842026-08-27T10:58:44.749Z+ [[ master != bound-my-list ]]
852026-08-27T10:58:44.749Z+ git branch -f bound-my-list 8510c9873305aaa3558334b5ffa6819220541249
862026-08-27T10:58:44.752Z+ git checkout -f bound-my-list
872026-08-27T10:58:44.768ZSwitched to branch 'bound-my-list'
882026-08-27T10:58:44.771Z+ git reset --hard 8510c9873305aaa3558334b5ffa6819220541249
892026-08-27T10:58:44.774ZHEAD is now at 8510c98 Nit
902026-08-27T10:58:44.774Zprocess exited: duration 1388 ms, exit code 0
 
912026-08-27T10:58:44.780Zstarting task 4: "build"
922026-08-27T10:58:44.784Z+ source .github/buildomat/common.sh
932026-08-27T10:58:44.787Z++ rustup show active-toolchain
942026-08-27T10:58:44.790Z1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-08-27T10:58:44.790Z++ pushd xde
962026-08-27T10:58:44.790Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-08-27T10:58:44.790Z++ rustup show active-toolchain
982026-08-27T10:58:44.795Zinfo: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos
992026-08-27T10:58:44.936Zinfo: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19)
1002026-08-27T10:58:44.939Zinfo: downloading 6 components
1012026-08-27T10:58:59.373Znightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-08-27T10:58:59.473Z+++ rustup show active-toolchain -v
1032026-08-27T10:58:59.476Z+++ head -n 1
1042026-08-27T10:58:59.476Z+++ cut '-d ' -f1
1052026-08-27T10:58:59.528Z++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1062026-08-27T10:58:59.528Z++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos
1072026-08-27T10:58:59.528Z++ popd
1082026-08-27T10:58:59.532Z/work/oxidecomputer/opte
1092026-08-27T10:58:59.532Z+ cargo --version
1102026-08-27T10:58:59.538Zcargo 1.97.1 (c980f4866 2026-06-30)
1112026-08-27T10:58:59.541Z+ rustc --version
1122026-08-27T10:58:59.559Zrustc 1.97.1 (8bab26f4f 2026-07-14)
1132026-08-27T10:58:59.562Z+ pushd bin/opteadm
1142026-08-27T10:58:59.562Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1152026-08-27T10:58:59.562Z+ header 'check style'
1162026-08-27T10:58:59.563Z+ echo '# ==== check style ==== #'
1172026-08-27T10:58:59.563Z# ==== check style ==== #
1182026-08-27T10:58:59.563Z+ ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check
1192026-08-27T10:58:59.631Z
1202026-08-27T10:58:59.632Zreal 0.067447201
1212026-08-27T10:58:59.632Zuser 0.037957130
1222026-08-27T10:58:59.632Zsys 0.026986160
1232026-08-27T10:58:59.632Ztrap 0.000000170
1242026-08-27T10:58:59.632Ztflt 0.000005850
1252026-08-27T10:58:59.632Zdflt 0.000009160
1262026-08-27T10:58:59.632Zkflt 0.000000000
1272026-08-27T10:58:59.632Zlock 0.030434071
1282026-08-27T10:58:59.632Zslp 0.048046167
1292026-08-27T10:58:59.632Zlat 0.000920590
1302026-08-27T10:58:59.632Zstop 0.000103420
1312026-08-27T10:58:59.635Z+ header analyze
1322026-08-27T10:58:59.636Z+ echo '# ==== analyze ==== #'
1332026-08-27T10:58:59.636Z# ==== analyze ==== #
1342026-08-27T10:58:59.636Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-08-27T10:58:59.765Z Updating crates.io index
1362026-08-27T10:58:59.768Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-08-27T10:59:00.526Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-08-27T10:59:00.852Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1392026-08-27T10:59:01.145Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1402026-08-27T10:59:01.569Z Updating git repository `https://github.com/oxidecomputer/zone`
1412026-08-27T10:59:01.871Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-08-27T10:59:02.309Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-08-27T10:59:03.781Z Downloading crates ...
1442026-08-27T10:59:03.830Z Downloaded cfg-if v1.0.4
1452026-08-27T10:59:03.840Z Downloaded byteorder v1.5.0
1462026-08-27T10:59:03.844Z Downloaded bitflags v2.13.0
1472026-08-27T10:59:03.847Z Downloaded embedded-io v0.4.0
1482026-08-27T10:59:03.850Z Downloaded foreign-types v0.5.0
1492026-08-27T10:59:03.850Z Downloaded defmt-parser v1.0.0
1502026-08-27T10:59:03.850Z Downloaded heck v0.5.0
1512026-08-27T10:59:03.855Z Downloaded clap_lex v1.1.0
1522026-08-27T10:59:03.859Z Downloaded cpufeatures v0.3.0
1532026-08-27T10:59:03.862Z Downloaded foreign-types-macros v0.2.3
1542026-08-27T10:59:03.864Z Downloaded dyn-clone v1.0.20
1552026-08-27T10:59:03.865Z Downloaded foreign-types-shared v0.3.1
1562026-08-27T10:59:03.865Z Downloaded is_terminal_polyfill v1.70.2
1572026-08-27T10:59:03.868Z Downloaded equivalent v1.0.2
1582026-08-27T10:59:03.871Z Downloaded defmt v0.3.100
1592026-08-27T10:59:03.874Z Downloaded pretty-hex v0.4.2
1602026-08-27T10:59:03.874Z Downloaded version_check v0.9.5
1612026-08-27T10:59:03.878Z Downloaded embedded-io v0.6.1
1622026-08-27T10:59:03.881Z Downloaded cobs v0.3.0
1632026-08-27T10:59:03.881Z Downloaded macaddr v1.0.1
1642026-08-27T10:59:03.881Z Downloaded anstyle-query v1.1.5
1652026-08-27T10:59:03.884Z Downloaded hash32 v0.3.1
1662026-08-27T10:59:03.887Z Downloaded ref-cast-impl v1.0.25
1672026-08-27T10:59:03.894Z Downloaded anstyle v1.0.14
1682026-08-27T10:59:03.898Z Downloaded colorchoice v1.0.5
1692026-08-27T10:59:03.901Z Downloaded darling_macro v0.23.0
1702026-08-27T10:59:03.904Z Downloaded proc-macro-crate v3.5.0
1712026-08-27T10:59:03.907Z Downloaded ident_case v1.0.1
1722026-08-27T10:59:03.910Z Downloaded errno v0.3.14
1732026-08-27T10:59:03.913Z Downloaded strsim v0.11.1
1742026-08-27T10:59:03.918Z Downloaded cstr-argument v0.1.2
1752026-08-27T10:59:03.934Z Downloaded utf8parse v0.2.2
1762026-08-27T10:59:03.937Z Downloaded managed v0.8.0
1772026-08-27T10:59:03.937Z Downloaded ref-cast v1.0.25
1782026-08-27T10:59:03.940Z Downloaded stable_deref_trait v1.2.1
1792026-08-27T10:59:03.944Z Downloaded tabwriter v1.4.1
1802026-08-27T10:59:03.947Z Downloaded terminal_size v0.4.4
1812026-08-27T10:59:03.947Z Downloaded anstream v1.0.0
1822026-08-27T10:59:03.950Z Downloaded anstyle-parse v1.0.0
1832026-08-27T10:59:03.950Z Downloaded either v1.16.0
1842026-08-27T10:59:03.954Z Downloaded ipnetwork v0.21.1
1852026-08-27T10:59:03.958Z Downloaded quote v1.0.46
1862026-08-27T10:59:03.961Z Downloaded defmt-macros v1.1.1
1872026-08-27T10:59:03.966Z Downloaded num_enum_derive v0.7.6
1882026-08-27T10:59:03.969Z Downloaded oxnet v0.1.6
1892026-08-27T10:59:03.974Z Downloaded ingot v0.2.0
1902026-08-27T10:59:03.977Z Downloaded bitflags v1.3.2
1912026-08-27T10:59:03.986Z Downloaded ingot-types v0.2.0
1922026-08-27T10:59:03.989Z Downloaded rand_core v0.10.1
1932026-08-27T10:59:03.992Z Downloaded thiserror v2.0.18
1942026-08-27T10:59:04.000Z Downloaded rustversion v1.0.23
1952026-08-27T10:59:04.003Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1962026-08-27T10:59:04.003Z Downloaded num_enum v0.7.6
1972026-08-27T10:59:04.006Z Downloaded thiserror-impl v2.0.18
1982026-08-27T10:59:04.009Z Downloaded anyhow v1.0.103
1992026-08-27T10:59:04.014Z Downloaded darling v0.23.0
2002026-08-27T10:59:04.016Z Downloaded toml_parser v1.1.2+spec-1.1.0
2012026-08-27T10:59:04.019Z Downloaded clap_derive v4.6.1
2022026-08-27T10:59:04.019Z Downloaded colored v3.1.1
2032026-08-27T10:59:04.022Z Downloaded tracing-attributes v0.1.31
2042026-08-27T10:59:04.026Z Downloaded chacha20 v0.10.1
2052026-08-27T10:59:04.028Z Downloaded defmt v1.1.1
2062026-08-27T10:59:04.036Z Downloaded pin-project-lite v0.2.17
2072026-08-27T10:59:04.039Z Downloaded postcard v1.1.3
2082026-08-27T10:59:04.059Z Downloaded clap v4.6.1
2092026-08-27T10:59:04.063Z Downloaded ingot-macros v0.2.0
2102026-08-27T10:59:04.066Z Downloaded aho-corasick v1.1.4
2112026-08-27T10:59:04.069Z Downloaded serde_derive v1.0.228
2122026-08-27T10:59:04.075Z Downloaded socket2 v0.6.4
2132026-08-27T10:59:04.086Z Downloaded once_cell v1.21.4
2142026-08-27T10:59:04.091Z Downloaded uuid v1.23.5
2152026-08-27T10:59:04.106Z Downloaded proc-macro2 v1.0.106
2162026-08-27T10:59:04.114Z Downloaded serde_core v1.0.228
2172026-08-27T10:59:04.117Z Downloaded toml_edit v0.25.12+spec-1.1.0
2182026-08-27T10:59:04.120Z Downloaded unicode-ident v1.0.24
2192026-08-27T10:59:04.123Z Downloaded getrandom v0.4.3
2202026-08-27T10:59:04.127Z Downloaded darling_core v0.23.0
2212026-08-27T10:59:04.131Z Downloaded tracing-core v0.1.36
2222026-08-27T10:59:04.149Z Downloaded rand v0.10.2
2232026-08-27T10:59:04.153Z Downloaded zerocopy-derive v0.8.54
2242026-08-27T10:59:04.156Z Downloaded heapless v0.8.0
2252026-08-27T10:59:04.159Z Downloaded memchr v2.8.3
2262026-08-27T10:59:04.165Z Downloaded serde v1.0.228
2272026-08-27T10:59:04.168Z Downloaded indexmap v2.14.0
2282026-08-27T10:59:04.217Z Downloaded regex v1.13.0
2292026-08-27T10:59:04.225Z Downloaded clap_builder v4.6.0
2302026-08-27T10:59:04.233Z Downloaded hashbrown v0.17.1
2312026-08-27T10:59:04.236Z Downloaded itertools v0.15.0
2322026-08-27T10:59:04.242Z Downloaded winnow v1.0.3
2332026-08-27T10:59:04.306Z Downloaded syn v1.0.109
2342026-08-27T10:59:04.330Z Downloaded syn v2.0.118
2352026-08-27T10:59:04.335Z Downloaded smoltcp v0.11.0
2362026-08-27T10:59:04.341Z Downloaded unicode-width v0.2.2
2372026-08-27T10:59:04.344Z Downloaded zerocopy v0.8.54
2382026-08-27T10:59:04.354Z Downloaded regex-syntax v0.8.11
2392026-08-27T10:59:04.376Z Downloaded rustix v1.1.4
2402026-08-27T10:59:04.388Z Downloaded tracing v0.1.44
2412026-08-27T10:59:04.424Z Downloaded regex-automata v0.4.15
2422026-08-27T10:59:04.432Z Downloaded libc v0.2.186
2432026-08-27T10:59:04.492Z Compiling proc-macro2 v1.0.106
2442026-08-27T10:59:04.493Z Compiling unicode-ident v1.0.24
2452026-08-27T10:59:04.493Z Compiling quote v1.0.46
2462026-08-27T10:59:04.493Z Compiling serde_core v1.0.228
2472026-08-27T10:59:04.493Z Compiling libc v0.2.186
2482026-08-27T10:59:04.496Z Checking cfg-if v1.0.4
2492026-08-27T10:59:04.496Z Compiling thiserror v2.0.18
2502026-08-27T10:59:04.496Z Compiling strsim v0.11.1
2512026-08-27T10:59:04.616Z Compiling memchr v2.8.3
2522026-08-27T10:59:04.693Z Compiling ident_case v1.0.1
2532026-08-27T10:59:04.799Z Compiling regex-syntax v0.8.11
2542026-08-27T10:59:04.850Z Compiling hashbrown v0.17.1
2552026-08-27T10:59:04.926Z Compiling equivalent v1.0.2
2562026-08-27T10:59:05.018Z Compiling serde v1.0.228
2572026-08-27T10:59:05.095Z Compiling aho-corasick v1.1.4
2582026-08-27T10:59:05.216Z Compiling zerocopy v0.8.54
2592026-08-27T10:59:05.260Z Compiling either v1.16.0
2602026-08-27T10:59:05.314Z Compiling winnow v1.0.3
2612026-08-27T10:59:05.420Z Compiling anyhow v1.0.103
2622026-08-27T10:59:05.464Z Compiling itertools v0.15.0
2632026-08-27T10:59:05.753Z Compiling syn v2.0.118
2642026-08-27T10:59:05.760Z Compiling indexmap v2.14.0
2652026-08-27T10:59:05.854Z Compiling heapless v0.8.0
2662026-08-27T10:59:06.140Z Checking byteorder v1.5.0
2672026-08-27T10:59:06.291Z Compiling regex-automata v0.4.15
2682026-08-27T10:59:06.323Z Compiling toml_parser v1.1.2+spec-1.1.0
2692026-08-27T10:59:06.400Z Compiling toml_datetime v1.1.1+spec-1.1.0
2702026-08-27T10:59:06.403Z Checking bitflags v2.13.0
2712026-08-27T10:59:06.474Z Checking hash32 v0.3.1
2722026-08-27T10:59:06.583Z Compiling smoltcp v0.11.0
2732026-08-27T10:59:06.623Z Checking stable_deref_trait v1.2.1
2742026-08-27T10:59:06.690Z Compiling toml_edit v0.25.12+spec-1.1.0
2752026-08-27T10:59:06.734Z Compiling syn v1.0.109
2762026-08-27T10:59:06.785Z Checking macaddr v1.0.1
2772026-08-27T10:59:06.888Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2782026-08-27T10:59:06.898Z Compiling rustversion v1.0.23
2792026-08-27T10:59:06.923Z Compiling getrandom v0.4.3
2802026-08-27T10:59:07.077Z Compiling rustix v1.1.4
2812026-08-27T10:59:07.127Z Checking bitflags v1.3.2
2822026-08-27T10:59:07.179Z Checking managed v0.8.0
2832026-08-27T10:59:07.188Z Checking rand_core v0.10.1
2842026-08-27T10:59:07.275Z Compiling proc-macro-crate v3.5.0
2852026-08-27T10:59:07.279Z Compiling version_check v0.9.5
2862026-08-27T10:59:07.319Z Compiling ref-cast v1.0.25
2872026-08-27T10:59:07.358Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
2882026-08-27T10:59:07.542Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2892026-08-27T10:59:07.656Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2902026-08-27T10:59:07.692Z Checking errno v0.3.14
2912026-08-27T10:59:07.784Z Checking unicode-width v0.2.2
2922026-08-27T10:59:07.805Z Checking ipnetwork v0.21.1
2932026-08-27T10:59:07.957Z Checking foreign-types-shared v0.3.1
2942026-08-27T10:59:07.975Z Checking cpufeatures v0.3.0
2952026-08-27T10:59:08.034Z Compiling regex v1.13.0
2962026-08-27T10:59:08.050Z Checking utf8parse v0.2.2
2972026-08-27T10:59:08.142Z Checking once_cell v1.21.4
2982026-08-27T10:59:08.150Z Checking anstyle-parse v1.0.0
2992026-08-27T10:59:08.292Z Checking chacha20 v0.10.1
3002026-08-27T10:59:08.311Z Checking tracing-core v0.1.36
3012026-08-27T10:59:08.401Z Compiling darling_core v0.23.0
3022026-08-27T10:59:08.421Z Checking cstr-argument v0.1.2
3032026-08-27T10:59:08.484Z Checking tabwriter v1.4.1
3042026-08-27T10:59:08.847Z Checking is_terminal_polyfill v1.70.2
3052026-08-27T10:59:08.909Z Checking colorchoice v1.0.5
3062026-08-27T10:59:08.928Z Checking pin-project-lite v0.2.17
3072026-08-27T10:59:08.942Z Checking anstyle-query v1.1.5
3082026-08-27T10:59:08.961Z Checking pretty-hex v0.4.2
3092026-08-27T10:59:08.998Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
3102026-08-27T10:59:09.008Z Checking dyn-clone v1.0.20
3112026-08-27T10:59:09.015Z Checking anstyle v1.0.14
3122026-08-27T10:59:09.023Z Checking terminal_size v0.4.4
3132026-08-27T10:59:09.126Z Checking rand v0.10.2
3142026-08-27T10:59:09.184Z Checking anstream v1.0.0
3152026-08-27T10:59:09.207Z Checking uuid v1.23.5
3162026-08-27T10:59:09.295Z Checking socket2 v0.6.4
3172026-08-27T10:59:09.364Z Checking clap_lex v1.1.0
3182026-08-27T10:59:09.378Z Checking oxnet v0.1.6
3192026-08-27T10:59:09.513Z Compiling heck v0.5.0
3202026-08-27T10:59:09.522Z Compiling thiserror-impl v2.0.18
3212026-08-27T10:59:09.536Z Compiling serde_derive v1.0.228
3222026-08-27T10:59:09.553Z Compiling zerocopy-derive v0.8.54
3232026-08-27T10:59:09.576Z Compiling ref-cast-impl v1.0.25
3242026-08-27T10:59:09.703Z Compiling foreign-types-macros v0.2.3
3252026-08-27T10:59:10.147Z Compiling num_enum_derive v0.7.6
3262026-08-27T10:59:10.320Z Checking foreign-types v0.5.0
3272026-08-27T10:59:10.385Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3282026-08-27T10:59:10.392Z Compiling tracing-attributes v0.1.31
3292026-08-27T10:59:10.482Z Compiling darling_macro v0.23.0
3302026-08-27T10:59:10.785Z Checking cobs v0.3.0
3312026-08-27T10:59:10.922Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3322026-08-27T10:59:10.929Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3332026-08-27T10:59:11.055Z Compiling darling v0.23.0
3342026-08-27T10:59:11.094Z Checking colored v3.1.1
3352026-08-27T10:59:11.125Z Checking num_enum v0.7.6
3362026-08-27T10:59:11.130Z Compiling ingot-macros v0.2.0
3372026-08-27T10:59:11.136Z Checking clap_builder v4.6.0
3382026-08-27T10:59:11.224Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
3392026-08-27T10:59:11.281Z Compiling clap_derive v4.6.1
3402026-08-27T10:59:11.436Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3412026-08-27T10:59:11.475Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3422026-08-27T10:59:11.642Z Checking tracing v0.1.44
3432026-08-27T10:59:12.531Z Checking postcard v1.1.3
3442026-08-27T10:59:12.642Z Checking clap v4.6.1
3452026-08-27T10:59:13.569Z Checking ingot-types v0.2.0
3462026-08-27T10:59:13.843Z Checking ingot v0.2.0
3472026-08-27T10:59:15.121Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3482026-08-27T10:59:16.306Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3492026-08-27T10:59:17.514Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3502026-08-27T10:59:18.326Z Finished `dev` profile [optimized + debuginfo] target(s) in 18.64s
3512026-08-27T10:59:18.431Z
3522026-08-27T10:59:18.435Zreal 18.794383596
3532026-08-27T10:59:18.435Zuser 53.901425685
3542026-08-27T10:59:18.435Zsys 13.077660877
3552026-08-27T10:59:18.435Ztrap 0.045218061
3562026-08-27T10:59:18.435Ztflt 0.064237389
3572026-08-27T10:59:18.435Zdflt 0.192376023
3582026-08-27T10:59:18.435Zkflt 0.004962522
3592026-08-27T10:59:18.435Zlock 3:42.621387820
3602026-08-27T10:59:18.435Zslp 3:02.572668987
3612026-08-27T10:59:18.435Zlat 3.122249243
3622026-08-27T10:59:18.435Zstop 13.583581114
3632026-08-27T10:59:18.435Z+ header 'debug build'
3642026-08-27T10:59:18.435Z+ echo '# ==== debug build ==== #'
3652026-08-27T10:59:18.435Z# ==== debug build ==== #
3662026-08-27T10:59:18.435Z+ ptime -m cargo build
3672026-08-27T10:59:18.585Z Compiling cfg-if v1.0.4
3682026-08-27T10:59:18.589Z Compiling serde_core v1.0.228
3692026-08-27T10:59:18.589Z Compiling libc v0.2.186
3702026-08-27T10:59:18.613Z Compiling thiserror v2.0.18
3712026-08-27T10:59:18.616Z Compiling byteorder v1.5.0
3722026-08-27T10:59:18.619Z Compiling zerocopy v0.8.54
3732026-08-27T10:59:18.622Z Compiling stable_deref_trait v1.2.1
3742026-08-27T10:59:18.622Z Compiling macaddr v1.0.1
3752026-08-27T10:59:18.657Z Compiling bitflags v1.3.2
3762026-08-27T10:59:18.671Z Compiling cobs v0.3.0
3772026-08-27T10:59:18.690Z Compiling managed v0.8.0
3782026-08-27T10:59:18.714Z Compiling rand_core v0.10.1
3792026-08-27T10:59:18.779Z Compiling hash32 v0.3.1
3802026-08-27T10:59:18.858Z Compiling heapless v0.8.0
3812026-08-27T10:59:18.862Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3822026-08-27T10:59:18.903Z Compiling errno v0.3.14
3832026-08-27T10:59:18.921Z Compiling utf8parse v0.2.2
3842026-08-27T10:59:18.933Z Compiling memchr v2.8.3
3852026-08-27T10:59:18.937Z Compiling foreign-types-shared v0.3.1
3862026-08-27T10:59:19.007Z Compiling cpufeatures v0.3.0
3872026-08-27T10:59:19.012Z Compiling once_cell v1.21.4
3882026-08-27T10:59:19.057Z Compiling ipnetwork v0.21.1
3892026-08-27T10:59:19.066Z Compiling unicode-width v0.2.2
3902026-08-27T10:59:19.101Z Compiling chacha20 v0.10.1
3912026-08-27T10:59:19.234Z Compiling smoltcp v0.11.0
3922026-08-27T10:59:19.279Z Compiling tabwriter v1.4.1
3932026-08-27T10:59:19.354Z Compiling cstr-argument v0.1.2
3942026-08-27T10:59:19.434Z Compiling tracing-core v0.1.36
3952026-08-27T10:59:19.514Z Compiling foreign-types v0.5.0
3962026-08-27T10:59:19.546Z Compiling anstyle-parse v1.0.0
3972026-08-27T10:59:19.578Z Compiling ref-cast v1.0.25
3982026-08-27T10:59:19.670Z Compiling num_enum v0.7.6
3992026-08-27T10:59:19.685Z Compiling getrandom v0.4.3
4002026-08-27T10:59:19.743Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4012026-08-27T10:59:19.774Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4022026-08-27T10:59:19.845Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4032026-08-27T10:59:19.872Z Compiling pin-project-lite v0.2.17
4042026-08-27T10:59:19.885Z Compiling dyn-clone v1.0.20
4052026-08-27T10:59:19.959Z Compiling pretty-hex v0.4.2
4062026-08-27T10:59:20.057Z Compiling is_terminal_polyfill v1.70.2
4072026-08-27T10:59:20.098Z Compiling anstyle v1.0.14
4082026-08-27T10:59:20.103Z Compiling colorchoice v1.0.5
4092026-08-27T10:59:20.137Z Compiling anstyle-query v1.1.5
4102026-08-27T10:59:20.207Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4112026-08-27T10:59:20.242Z Compiling tracing v0.1.44
4122026-08-27T10:59:20.353Z Compiling bitflags v2.13.0
4132026-08-27T10:59:20.388Z Compiling serde v1.0.228
4142026-08-27T10:59:20.413Z Compiling uuid v1.23.5
4152026-08-27T10:59:20.493Z Compiling anstream v1.0.0
4162026-08-27T10:59:20.605Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4172026-08-27T10:59:20.735Z Compiling rustix v1.1.4
4182026-08-27T10:59:20.787Z Compiling anyhow v1.0.103
4192026-08-27T10:59:20.991Z Compiling postcard v1.1.3
4202026-08-27T10:59:21.020Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4212026-08-27T10:59:21.058Z Compiling rand v0.10.2
4222026-08-27T10:59:21.233Z Compiling terminal_size v0.4.4
4232026-08-27T10:59:21.330Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4242026-08-27T10:59:21.394Z Compiling socket2 v0.6.4
4252026-08-27T10:59:21.445Z Compiling ingot-types v0.2.0
4262026-08-27T10:59:21.477Z Compiling strsim v0.11.1
4272026-08-27T10:59:21.607Z Compiling colored v3.1.1
4282026-08-27T10:59:21.610Z Compiling winnow v1.0.3
4292026-08-27T10:59:21.861Z Compiling ingot v0.2.0
4302026-08-27T10:59:21.955Z Compiling oxnet v0.1.6
4312026-08-27T10:59:21.997Z Compiling clap_lex v1.1.0
4322026-08-27T10:59:22.370Z Compiling clap_builder v4.6.0
4332026-08-27T10:59:22.404Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4342026-08-27T10:59:22.656Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
4352026-08-27T10:59:23.626Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4362026-08-27T10:59:23.990Z Compiling clap v4.6.1
4372026-08-27T10:59:25.085Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4382026-08-27T10:59:26.538Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4392026-08-27T10:59:30.898Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.45s
4402026-08-27T10:59:30.928Z
4412026-08-27T10:59:30.928Zreal 12.487375513
4422026-08-27T10:59:30.928Zuser 1:04.302749977
4432026-08-27T10:59:30.928Zsys 6.043094246
4442026-08-27T10:59:30.928Ztrap 0.033123124
4452026-08-27T10:59:30.928Ztflt 0.116363002
4462026-08-27T10:59:30.928Zdflt 0.221502084
4472026-08-27T10:59:30.928Zkflt 0.001491463
4482026-08-27T10:59:30.928Zlock 3:07.015628195
4492026-08-27T10:59:30.931Zslp 1:55.596023922
4502026-08-27T10:59:30.931Zlat 2.497292795
4512026-08-27T10:59:30.931Zstop 2.609250453
4522026-08-27T10:59:30.931Z+ header 'release build'
4532026-08-27T10:59:30.931Z+ echo '# ==== release build ==== #'
4542026-08-27T10:59:30.931Z# ==== release build ==== #
4552026-08-27T10:59:30.932Z+ ptime -m cargo build --release
4562026-08-27T10:59:31.022Z Compiling proc-macro2 v1.0.106
4572026-08-27T10:59:31.022Z Compiling unicode-ident v1.0.24
4582026-08-27T10:59:31.022Z Compiling quote v1.0.46
4592026-08-27T10:59:31.022Z Compiling serde_core v1.0.228
4602026-08-27T10:59:31.022Z Compiling libc v0.2.186
4612026-08-27T10:59:31.027Z Compiling cfg-if v1.0.4
4622026-08-27T10:59:31.027Z Compiling memchr v2.8.3
4632026-08-27T10:59:31.027Z Compiling ident_case v1.0.1
4642026-08-27T10:59:31.096Z Compiling strsim v0.11.1
4652026-08-27T10:59:31.136Z Compiling thiserror v2.0.18
4662026-08-27T10:59:31.139Z Compiling regex-syntax v0.8.11
4672026-08-27T10:59:31.349Z Compiling zerocopy v0.8.54
4682026-08-27T10:59:31.382Z Compiling serde v1.0.228
4692026-08-27T10:59:31.582Z Compiling aho-corasick v1.1.4
4702026-08-27T10:59:31.646Z Compiling anyhow v1.0.103
4712026-08-27T10:59:31.661Z Compiling hashbrown v0.17.1
4722026-08-27T10:59:31.700Z Compiling either v1.16.0
4732026-08-27T10:59:31.755Z Compiling winnow v1.0.3
4742026-08-27T10:59:31.891Z Compiling equivalent v1.0.2
4752026-08-27T10:59:31.939Z Compiling itertools v0.15.0
4762026-08-27T10:59:32.162Z Compiling syn v2.0.118
4772026-08-27T10:59:32.192Z Compiling indexmap v2.14.0
4782026-08-27T10:59:32.263Z Compiling byteorder v1.5.0
4792026-08-27T10:59:32.451Z Compiling heapless v0.8.0
4802026-08-27T10:59:32.724Z Compiling regex-automata v0.4.15
4812026-08-27T10:59:32.749Z Compiling toml_parser v1.1.2+spec-1.1.0
4822026-08-27T10:59:32.785Z Compiling toml_datetime v1.1.1+spec-1.1.0
4832026-08-27T10:59:32.990Z Compiling hash32 v0.3.1
4842026-08-27T10:59:33.063Z Compiling macaddr v1.0.1
4852026-08-27T10:59:33.115Z Compiling bitflags v2.13.0
4862026-08-27T10:59:33.163Z Compiling toml_edit v0.25.12+spec-1.1.0
4872026-08-27T10:59:33.214Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4882026-08-27T10:59:33.256Z Compiling syn v1.0.109
4892026-08-27T10:59:33.260Z Compiling smoltcp v0.11.0
4902026-08-27T10:59:33.269Z Compiling rustversion v1.0.23
4912026-08-27T10:59:33.425Z Compiling stable_deref_trait v1.2.1
4922026-08-27T10:59:33.447Z Compiling rustix v1.1.4
4932026-08-27T10:59:33.568Z Compiling bitflags v1.3.2
4942026-08-27T10:59:33.588Z Compiling ref-cast v1.0.25
4952026-08-27T10:59:33.613Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
4962026-08-27T10:59:33.624Z Compiling managed v0.8.0
4972026-08-27T10:59:33.769Z Compiling proc-macro-crate v3.5.0
4982026-08-27T10:59:33.812Z Compiling version_check v0.9.5
4992026-08-27T10:59:33.845Z Compiling rand_core v0.10.1
5002026-08-27T10:59:33.849Z Compiling getrandom v0.4.3
5012026-08-27T10:59:34.058Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5022026-08-27T10:59:34.156Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5032026-08-27T10:59:34.190Z Compiling errno v0.3.14
5042026-08-27T10:59:34.265Z Compiling utf8parse v0.2.2
5052026-08-27T10:59:34.326Z Compiling cpufeatures v0.3.0
5062026-08-27T10:59:34.357Z Compiling regex v1.13.0
5072026-08-27T10:59:34.383Z Compiling once_cell v1.21.4
5082026-08-27T10:59:34.532Z Compiling unicode-width v0.2.2
5092026-08-27T10:59:34.551Z Compiling ipnetwork v0.21.1
5102026-08-27T10:59:34.601Z Compiling foreign-types-shared v0.3.1
5112026-08-27T10:59:34.679Z Compiling darling_core v0.23.0
5122026-08-27T10:59:34.810Z Compiling tabwriter v1.4.1
5132026-08-27T10:59:34.900Z Compiling tracing-core v0.1.36
5142026-08-27T10:59:35.131Z Compiling cstr-argument v0.1.2
5152026-08-27T10:59:35.202Z Compiling chacha20 v0.10.1
5162026-08-27T10:59:35.278Z Compiling anstyle-parse v1.0.0
5172026-08-27T10:59:35.702Z Compiling dyn-clone v1.0.20
5182026-08-27T10:59:35.823Z Compiling thiserror-impl v2.0.18
5192026-08-27T10:59:35.831Z Compiling serde_derive v1.0.228
5202026-08-27T10:59:35.845Z Compiling zerocopy-derive v0.8.54
5212026-08-27T10:59:35.886Z Compiling ref-cast-impl v1.0.25
5222026-08-27T10:59:36.299Z Compiling foreign-types-macros v0.2.3
5232026-08-27T10:59:36.522Z Compiling num_enum_derive v0.7.6
5242026-08-27T10:59:36.763Z Compiling darling_macro v0.23.0
5252026-08-27T10:59:36.767Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5262026-08-27T10:59:36.917Z Compiling foreign-types v0.5.0
5272026-08-27T10:59:36.985Z Compiling tracing-attributes v0.1.31
5282026-08-27T10:59:37.131Z Compiling cobs v0.3.0
5292026-08-27T10:59:37.242Z Compiling pin-project-lite v0.2.17
5302026-08-27T10:59:37.307Z Compiling darling v0.23.0
5312026-08-27T10:59:37.325Z Compiling colorchoice v1.0.5
5322026-08-27T10:59:37.337Z Compiling anstyle-query v1.1.5
5332026-08-27T10:59:37.373Z Compiling ingot-macros v0.2.0
5342026-08-27T10:59:37.396Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5352026-08-27T10:59:37.423Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#ae3c948a)
5362026-08-27T10:59:37.423Z Compiling pretty-hex v0.4.2
5372026-08-27T10:59:37.501Z Compiling num_enum v0.7.6
5382026-08-27T10:59:37.541Z Compiling anstyle v1.0.14
5392026-08-27T10:59:37.604Z Compiling is_terminal_polyfill v1.70.2
5402026-08-27T10:59:37.632Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#3bc9567c)
5412026-08-27T10:59:37.686Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5422026-08-27T10:59:37.774Z Compiling anstream v1.0.0
5432026-08-27T10:59:37.813Z Compiling terminal_size v0.4.4
5442026-08-27T10:59:37.862Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5452026-08-27T10:59:38.022Z Compiling rand v0.10.2
5462026-08-27T10:59:38.168Z Compiling tracing v0.1.44
5472026-08-27T10:59:38.168Z Compiling uuid v1.23.5
5482026-08-27T10:59:38.226Z Compiling socket2 v0.6.4
5492026-08-27T10:59:38.499Z Compiling heck v0.5.0
5502026-08-27T10:59:38.566Z Compiling clap_lex v1.1.0
5512026-08-27T10:59:38.678Z Compiling oxnet v0.1.6
5522026-08-27T10:59:38.771Z Compiling colored v3.1.1
5532026-08-27T10:59:38.876Z Compiling clap_derive v4.6.1
5542026-08-27T10:59:38.960Z Compiling clap_builder v4.6.0
5552026-08-27T10:59:39.117Z Compiling postcard v1.1.3
5562026-08-27T10:59:39.296Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5572026-08-27T10:59:40.195Z Compiling ingot-types v0.2.0
5582026-08-27T10:59:40.581Z Compiling ingot v0.2.0
5592026-08-27T10:59:40.765Z Compiling clap v4.6.1
5602026-08-27T10:59:42.338Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5612026-08-27T10:59:43.357Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5622026-08-27T10:59:44.403Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5632026-08-27T10:59:50.952Z Finished `release` profile [optimized + debuginfo] target(s) in 20.01s
5642026-08-27T10:59:50.979Z
5652026-08-27T10:59:50.982Zreal 20.041129651
5662026-08-27T10:59:50.982Zuser 1:41.617568635
5672026-08-27T10:59:50.982Zsys 13.276268834
5682026-08-27T10:59:50.982Ztrap 0.050186586
5692026-08-27T10:59:50.982Ztflt 0.103941035
5702026-08-27T10:59:50.982Zdflt 0.364133990
5712026-08-27T10:59:50.983Zkflt 0.000015960
5722026-08-27T10:59:50.983Zlock 4:46.186019818
5732026-08-27T10:59:50.983Zslp 3:24.765755057
5742026-08-27T10:59:50.983Zlat 4.824838053
5752026-08-27T10:59:50.983Zstop 9.011415249
5762026-08-27T10:59:50.983Z+ popd
5772026-08-27T10:59:50.983Z/work/oxidecomputer/opte
5782026-08-27T10:59:50.983Z+ TGT_BASE=/work
5792026-08-27T10:59:50.983Z+ for x in debug release
5802026-08-27T10:59:50.983Z+ mkdir -p /work/debug
5812026-08-27T10:59:50.983Z+ cp target/debug/opteadm /work/debug/
5822026-08-27T10:59:51.005Z+ sha256sum target/debug/opteadm
5832026-08-27T10:59:51.032Z+ for x in debug release
5842026-08-27T10:59:51.032Z+ mkdir -p /work/release
5852026-08-27T10:59:51.035Z+ cp target/release/opteadm /work/release/
5862026-08-27T10:59:51.049Z+ sha256sum target/release/opteadm
5872026-08-27T10:59:51.067Zprocess exited: duration 66286 ms, exit code 0
 
5882026-08-27T10:59:51.079Zfound 4 output files
5892026-08-27T10:59:51.079Zuploading: /work/debug/opteadm (38121632 bytes)
5902026-08-27T10:59:53.852Zuploaded: /work/debug/opteadm
5912026-08-27T10:59:53.853Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5922026-08-27T10:59:54.864Zuploaded: /work/debug/opteadm.debug.sha256
5932026-08-27T10:59:54.864Zuploading: /work/release/opteadm (25874952 bytes)
5942026-08-27T10:59:56.033Zuploaded: /work/release/opteadm
5952026-08-27T10:59:56.033Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
5962026-08-27T10:59:57.042Zuploaded: /work/release/opteadm.release.sha256