01KQHNPV9BZNYG6SGYR3TFGQXA: 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: 01KQHNQ8FRXQXRMCERZ5A7C9EA

Tags:

Artefacts:

Output:

SEQ GLOBAL TIME DETAILS
12026-05-01T11:46:24.505Zjob assigned to worker 01KQHNQE9CD3HEV5NVFD1ZYKYT [factory aws, i-0e521f98e7938214b] (queued for 57 s)
 
22026-05-01T11:46:30.716Zstarting task 0: "setup"
32026-05-01T11:46:30.740Z++ uname -s
42026-05-01T11:46:30.745Z+ kern=SunOS
52026-05-01T11:46:30.745Z+ build_user=build
62026-05-01T11:46:30.745Z+ build_uid=12345
72026-05-01T11:46:30.745Z+ work_dir=/work
82026-05-01T11:46:30.745Z+ input_dir=/input
92026-05-01T11:46:30.745Z+ [[ 0 == 12345 ]]
102026-05-01T11:46:30.745Z+ case "$kern" in
112026-05-01T11:46:30.745Z+ groupadd -g 12345 build
122026-05-01T11:46:30.745Z+ useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build
132026-05-01T11:46:32.730Z+ zfs create -o mountpoint=/work rpool/work
142026-05-01T11:46:32.895Z++ awk '$2 == "/home" { print $3 }' /etc/mnttab
152026-05-01T11:46:32.898Z+ home_fs=zfs
162026-05-01T11:46:32.898Z+ [[ zfs == autofs ]]
172026-05-01T11:46:32.898Z+ mkdir -p /home/build
182026-05-01T11:46:32.898Z+ chown build:build /home/build /work
192026-05-01T11:46:34.899Z+ chmod 0700 /home/build /work
202026-05-01T11:46:34.903Zprocess exited: duration 4188 ms, exit code 0
 
212026-05-01T11:46:34.909Zstarting task 1: "rust-toolchain"
222026-05-01T11:46:34.914Z+ printf ' * rust toolchain channel = "%s"\n' 1.94.1
232026-05-01T11:46:34.914Z+ printf ' * rust toolchain profile = "%s"\n' default
242026-05-01T11:46:34.914Z * rust toolchain channel = "1.94.1"
252026-05-01T11:46:34.914Z * rust toolchain profile = "default"
262026-05-01T11:46:34.917Z+ export RUSTUP_INIT_SKIP_PATH_CHECK=true
272026-05-01T11:46:34.917Z+ RUSTUP_INIT_SKIP_PATH_CHECK=true
282026-05-01T11:46:34.917Z+ curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs
292026-05-01T11:46:34.917Z+ /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default
302026-05-01T11:46:35.083Zinfo: downloading installer
312026-05-01T11:46:36.550Zwarn: It looks like you have an existing rustup settings file at:
322026-05-01T11:46:36.550Zwarn: /home/build/.rustup/settings.toml
332026-05-01T11:46:36.550Zwarn: Rustup will install the default toolchain as specified in the settings file,
342026-05-01T11:46:36.550Zwarn: instead of the one inferred from the default host triple.
352026-05-01T11:46:36.558Zinfo: profile set to default
362026-05-01T11:46:36.558Zinfo: default host triple is x86_64-unknown-illumos
372026-05-01T11:46:36.561Zinfo: syncing channel updates for 1.94.1-x86_64-unknown-illumos
382026-05-01T11:46:36.711Zinfo: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25)
392026-05-01T11:46:36.715Zinfo: downloading 6 components
402026-05-01T11:46:53.061Zinfo: default toolchain set to 1.94.1-x86_64-unknown-illumos
412026-05-01T11:46:53.061Z
422026-05-01T11:46:53.089Z 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25)
432026-05-01T11:46:53.089Z
442026-05-01T11:46:53.089Z
452026-05-01T11:46:53.089ZRust is installed now. Great!
462026-05-01T11:46:53.089Z
472026-05-01T11:46:53.089ZTo get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH
482026-05-01T11:46:53.089Zenvironment variable. This has not been done automatically.
492026-05-01T11:46:53.089Z
502026-05-01T11:46:53.089ZTo configure your current shell, you need to source
512026-05-01T11:46:53.089Zthe corresponding env file under $HOME/.cargo.
522026-05-01T11:46:53.089Z
532026-05-01T11:46:53.089ZThis is usually done by running one of the following (note the leading DOT):
542026-05-01T11:46:53.089Z. "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh
552026-05-01T11:46:53.089Zsource "$HOME/.cargo/env.fish" # For fish
562026-05-01T11:46:53.089Zsource "~/.cargo/env.nu" # For nushell
572026-05-01T11:46:53.089Zsource "$HOME/.cargo/env.tcsh" # For tcsh
582026-05-01T11:46:53.089Z. "$HOME/.cargo/env.ps1" # For pwsh
592026-05-01T11:46:53.093Zsource "$HOME/.cargo/env.xsh" # For xonsh
602026-05-01T11:46:53.093Zwarn: no default linker (`cc`) was found in your PATH
612026-05-01T11:46:53.093Zwarn: many Rust crates require a system C toolchain to build
622026-05-01T11:46:53.194Z+ rustup --version
632026-05-01T11:46:53.203Zrustup 1.29.0 (28d1352db 2026-03-05)
642026-05-01T11:46:53.206Zinfo: This is the version for the rustup toolchain manager, not the rustc compiler.
652026-05-01T11:46:53.225Zinfo: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)`
662026-05-01T11:46:53.227Z+ cargo --version
672026-05-01T11:46:53.240Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
682026-05-01T11:46:53.243Z+ rustc --version
692026-05-01T11:46:53.263Zrustc 1.94.1 (e408947bf 2026-03-25)
702026-05-01T11:46:53.266Zprocess exited: duration 18354 ms, exit code 0
 
712026-05-01T11:46:53.271Zstarting task 2: "authentication"
722026-05-01T11:46:53.288Zprocess exited: duration 16 ms, exit code 0
 
732026-05-01T11:46:53.294Zstarting task 3: "clone repository"
742026-05-01T11:46:53.297Z+ mkdir -p /work/oxidecomputer/opte
752026-05-01T11:46:53.299Z+ git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte
762026-05-01T11:46:53.331ZCloning into '/work/oxidecomputer/opte'...
772026-05-01T11:46:54.107Z+ cd /work/oxidecomputer/opte
782026-05-01T11:46:54.107Z+ git fetch origin 4583506ff42244759da4024be62185e7da2eba1a
792026-05-01T11:46:54.334ZFrom https://github.com/oxidecomputer/opte
802026-05-01T11:46:54.335Z * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD
812026-05-01T11:46:54.340Z+ [[ -n helios3 ]]
822026-05-01T11:46:54.343Z++ git branch --show-current
832026-05-01T11:46:54.343Z+ current=master
842026-05-01T11:46:54.343Z+ [[ master != helios3 ]]
852026-05-01T11:46:54.343Z+ git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a
862026-05-01T11:46:54.348Z+ git checkout -f helios3
872026-05-01T11:46:54.362ZSwitched to branch 'helios3'
882026-05-01T11:46:54.365Z+ git reset --hard 4583506ff42244759da4024be62185e7da2eba1a
892026-05-01T11:46:54.368ZHEAD is now at 4583506 Switch to helios3; include helios version in package FMRI
902026-05-01T11:46:54.368Zprocess exited: duration 1072 ms, exit code 0
 
912026-05-01T11:46:54.373Zstarting task 4: "build"
922026-05-01T11:46:54.403Z+ source .github/buildomat/common.sh
932026-05-01T11:46:54.403Z++ rustup show active-toolchain
942026-05-01T11:46:54.403Z1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml')
952026-05-01T11:46:54.403Z++ pushd xde
962026-05-01T11:46:54.403Z/work/oxidecomputer/opte/xde /work/oxidecomputer/opte
972026-05-01T11:46:54.403Z++ rustup show active-toolchain
982026-05-01T11:46:54.403Zinfo: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos
992026-05-01T11:46:54.539Zinfo: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31)
1002026-05-01T11:46:54.542Zinfo: downloading 6 components
1012026-05-01T11:47:08.674Znightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml')
1022026-05-01T11:47:08.770Z+++ rustup show active-toolchain -v
1032026-05-01T11:47:08.773Z+++ head -n 1
1042026-05-01T11:47:08.773Z+++ cut '-d ' -f1
1052026-05-01T11:47:08.822Z++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1062026-05-01T11:47:08.822Z++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos
1072026-05-01T11:47:08.822Z++ popd
1082026-05-01T11:47:08.825Z/work/oxidecomputer/opte
1092026-05-01T11:47:08.825Z+ cargo --version
1102026-05-01T11:47:08.832Zcargo 1.94.1 (29ea6fb6a 2026-03-24)
1112026-05-01T11:47:08.835Z+ rustc --version
1122026-05-01T11:47:08.854Zrustc 1.94.1 (e408947bf 2026-03-25)
1132026-05-01T11:47:08.857Z+ pushd bin/opteadm
1142026-05-01T11:47:08.857Z+ header 'check style'
1152026-05-01T11:47:08.857Z/work/oxidecomputer/opte/bin/opteadm /work/oxidecomputer/opte
1162026-05-01T11:47:08.857Z+ echo '# ==== check style ==== #'
1172026-05-01T11:47:08.857Z# ==== check style ==== #
1182026-05-01T11:47:08.857Z+ ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check
1192026-05-01T11:47:08.927Z
1202026-05-01T11:47:08.927Zreal 0.067813914
1212026-05-01T11:47:08.927Zuser 0.038340402
1222026-05-01T11:47:08.927Zsys 0.027399255
1232026-05-01T11:47:08.927Ztrap 0.000000299
1242026-05-01T11:47:08.927Ztflt 0.000041075
1252026-05-01T11:47:08.927Zdflt 0.000083683
1262026-05-01T11:47:08.927Zkflt 0.000000000
1272026-05-01T11:47:08.928Zlock 0.031203945
1282026-05-01T11:47:08.928Zslp 0.047855549
1292026-05-01T11:47:08.928Zlat 0.000997464
1302026-05-01T11:47:08.928Zstop 0.000098216
1312026-05-01T11:47:08.931Z+ header analyze
1322026-05-01T11:47:08.931Z+ echo '# ==== analyze ==== #'
1332026-05-01T11:47:08.931Z# ==== analyze ==== #
1342026-05-01T11:47:08.931Z+ ptime -m cargo clippy --all-targets -- --deny warnings
1352026-05-01T11:47:09.059Z Updating crates.io index
1362026-05-01T11:47:09.062Z Updating git repository `https://github.com/oxidecomputer/falcon`
1372026-05-01T11:47:09.720Z Updating git repository `https://github.com/oxidecomputer/poptrie`
1382026-05-01T11:47:10.265Z Updating git repository `https://github.com/oxidecomputer/netadm-sys`
1392026-05-01T11:47:10.617Z Updating git repository `https://github.com/oxidecomputer/zone`
1402026-05-01T11:47:11.106Z Updating git repository `https://github.com/oxidecomputer/dlpi-sys`
1412026-05-01T11:47:11.333Z Updating git repository `https://github.com/jmesmon/rust-libzfs`
1422026-05-01T11:47:11.572Z Updating git repository `https://github.com/oxidecomputer/rusty-doors`
1432026-05-01T11:47:13.633Z Downloading crates ...
1442026-05-01T11:47:13.693Z Downloaded anstyle v1.0.14
1452026-05-01T11:47:13.704Z Downloaded version_check v0.9.5
1462026-05-01T11:47:13.708Z Downloaded pretty-hex v0.4.2
1472026-05-01T11:47:13.708Z Downloaded ref-cast v1.0.25
1482026-05-01T11:47:13.714Z Downloaded quote v1.0.45
1492026-05-01T11:47:13.717Z Downloaded ident_case v1.0.1
1502026-05-01T11:47:13.717Z Downloaded ref-cast-impl v1.0.25
1512026-05-01T11:47:13.717Z Downloaded equivalent v1.0.2
1522026-05-01T11:47:13.720Z Downloaded zerocopy-derive v0.8.48
1532026-05-01T11:47:13.723Z Downloaded strsim v0.11.1
1542026-05-01T11:47:13.726Z Downloaded cobs v0.3.0
1552026-05-01T11:47:13.729Z Downloaded embedded-io v0.6.1
1562026-05-01T11:47:13.732Z Downloaded foreign-types-shared v0.3.1
1572026-05-01T11:47:13.735Z Downloaded zerocopy v0.8.48
1582026-05-01T11:47:13.745Z Downloaded toml_datetime v1.1.1+spec-1.1.0
1592026-05-01T11:47:13.748Z Downloaded proc-macro-crate v3.5.0
1602026-05-01T11:47:13.748Z Downloaded defmt v0.3.100
1612026-05-01T11:47:13.749Z Downloaded anstream v1.0.0
1622026-05-01T11:47:13.749Z Downloaded stable_deref_trait v1.2.1
1632026-05-01T11:47:13.751Z Downloaded rand_core v0.10.1
1642026-05-01T11:47:13.751Z Downloaded managed v0.8.0
1652026-05-01T11:47:13.751Z Downloaded is_terminal_polyfill v1.70.2
1662026-05-01T11:47:13.751Z Downloaded foreign-types-macros v0.2.3
1672026-05-01T11:47:13.754Z Downloaded defmt-parser v1.0.0
1682026-05-01T11:47:13.754Z Downloaded clap_lex v1.1.0
1692026-05-01T11:47:13.754Z Downloaded bitflags v1.3.2
1702026-05-01T11:47:13.754Z Downloaded foreign-types v0.5.0
1712026-05-01T11:47:13.757Z Downloaded anstyle-query v1.1.5
1722026-05-01T11:47:13.761Z Downloaded fnv v1.0.7
1732026-05-01T11:47:13.764Z Downloaded colorchoice v1.0.5
1742026-05-01T11:47:13.764Z Downloaded errno v0.3.14
1752026-05-01T11:47:13.767Z Downloaded tabwriter v1.4.1
1762026-05-01T11:47:13.767Z Downloaded embedded-io v0.4.0
1772026-05-01T11:47:13.771Z Downloaded hash32 v0.3.1
1782026-05-01T11:47:13.774Z Downloaded utf8parse v0.2.2
1792026-05-01T11:47:13.777Z Downloaded terminal_size v0.4.4
1802026-05-01T11:47:13.777Z Downloaded macaddr v1.0.1
1812026-05-01T11:47:13.781Z Downloaded darling_macro v0.21.3
1822026-05-01T11:47:13.783Z Downloaded cstr-argument v0.1.2
1832026-05-01T11:47:13.784Z Downloaded dyn-clone v1.0.20
1842026-05-01T11:47:13.784Z Downloaded proc-macro-error-attr2 v2.0.0
1852026-05-01T11:47:13.787Z Downloaded heck v0.5.0
1862026-05-01T11:47:13.787Z Downloaded cfg-if v1.0.4
1872026-05-01T11:47:13.790Z Downloaded cpufeatures v0.3.0
1882026-05-01T11:47:13.793Z Downloaded num_enum v0.7.6
1892026-05-01T11:47:13.796Z Downloaded byteorder v1.5.0
1902026-05-01T11:47:13.803Z Downloaded proc-macro-error2 v2.0.1
1912026-05-01T11:47:13.819Z Downloaded anstyle-parse v1.0.0
1922026-05-01T11:47:13.833Z Downloaded ipnetwork v0.21.1
1932026-05-01T11:47:13.836Z Downloaded num_enum_derive v0.7.6
1942026-05-01T11:47:13.836Z Downloaded ingot v0.1.1
1952026-05-01T11:47:13.842Z Downloaded ingot-types v0.1.2
1962026-05-01T11:47:13.845Z Downloaded toml_parser v1.1.2+spec-1.1.0
1972026-05-01T11:47:13.849Z Downloaded colored v3.1.1
1982026-05-01T11:47:13.849Z Downloaded rustversion v1.0.22
1992026-05-01T11:47:13.852Z Downloaded defmt v1.0.1
2002026-05-01T11:47:13.852Z Downloaded oxnet v0.1.4
2012026-05-01T11:47:13.856Z Downloaded chacha20 v0.10.0
2022026-05-01T11:47:13.859Z Downloaded tracing-attributes v0.1.31
2032026-05-01T11:47:13.864Z Downloaded proc-macro2 v1.0.106
2042026-05-01T11:47:13.871Z Downloaded anyhow v1.0.102
2052026-05-01T11:47:13.874Z Downloaded pin-project-lite v0.2.17
2062026-05-01T11:47:13.877Z Downloaded thiserror v2.0.18
2072026-05-01T11:47:13.882Z Downloaded ingot-macros v0.1.1
2082026-05-01T11:47:13.882Z Downloaded darling v0.21.3
2092026-05-01T11:47:13.885Z Downloaded either v1.15.0
2102026-05-01T11:47:13.885Z Downloaded defmt-macros v1.0.1
2112026-05-01T11:47:13.891Z Downloaded clap_derive v4.6.1
2122026-05-01T11:47:13.894Z Downloaded thiserror-impl v2.0.18
2132026-05-01T11:47:13.898Z Downloaded clap v4.6.1
2142026-05-01T11:47:13.900Z Downloaded serde_derive v1.0.228
2152026-05-01T11:47:13.901Z Downloaded bitflags v2.11.1
2162026-05-01T11:47:13.904Z Downloaded postcard v1.1.3
2172026-05-01T11:47:13.915Z Downloaded serde_core v1.0.228
2182026-05-01T11:47:13.918Z Downloaded getrandom v0.4.2
2192026-05-01T11:47:13.928Z Downloaded unicode-ident v1.0.24
2202026-05-01T11:47:13.931Z Downloaded once_cell v1.21.4
2212026-05-01T11:47:13.934Z Downloaded toml_edit v0.25.11+spec-1.1.0
2222026-05-01T11:47:13.934Z Downloaded darling_core v0.21.3
2232026-05-01T11:47:13.937Z Downloaded uuid v1.23.1
2242026-05-01T11:47:13.950Z Downloaded heapless v0.8.0
2252026-05-01T11:47:13.958Z Downloaded socket2 v0.6.3
2262026-05-01T11:47:13.961Z Downloaded aho-corasick v1.1.4
2272026-05-01T11:47:13.964Z Downloaded tracing-core v0.1.36
2282026-05-01T11:47:13.977Z Downloaded regex v1.12.3
2292026-05-01T11:47:13.988Z Downloaded serde v1.0.228
2302026-05-01T11:47:14.003Z Downloaded memchr v2.8.0
2312026-05-01T11:47:14.009Z Downloaded rand v0.10.1
2322026-05-01T11:47:14.012Z Downloaded indexmap v2.14.0
2332026-05-01T11:47:14.033Z Downloaded itertools v0.14.0
2342026-05-01T11:47:14.042Z Downloaded hashbrown v0.17.0
2352026-05-01T11:47:14.063Z Downloaded clap_builder v4.6.0
2362026-05-01T11:47:14.072Z Downloaded winnow v1.0.2
2372026-05-01T11:47:14.129Z Downloaded syn v1.0.109
2382026-05-01T11:47:14.137Z Downloaded unicode-width v0.2.2
2392026-05-01T11:47:14.142Z Downloaded syn v2.0.117
2402026-05-01T11:47:14.152Z Downloaded smoltcp v0.11.0
2412026-05-01T11:47:14.184Z Downloaded rustix v1.1.4
2422026-05-01T11:47:14.196Z Downloaded regex-syntax v0.8.10
2432026-05-01T11:47:14.199Z Downloaded tracing v0.1.44
2442026-05-01T11:47:14.220Z Downloaded regex-automata v0.4.14
2452026-05-01T11:47:14.229Z Downloaded libc v0.2.186
2462026-05-01T11:47:14.292Z Compiling proc-macro2 v1.0.106
2472026-05-01T11:47:14.292Z Compiling quote v1.0.45
2482026-05-01T11:47:14.292Z Compiling unicode-ident v1.0.24
2492026-05-01T11:47:14.292Z Compiling serde_core v1.0.228
2502026-05-01T11:47:14.292Z Compiling libc v0.2.186
2512026-05-01T11:47:14.292Z Checking cfg-if v1.0.4
2522026-05-01T11:47:14.295Z Compiling thiserror v2.0.18
2532026-05-01T11:47:14.295Z Compiling memchr v2.8.0
2542026-05-01T11:47:14.417Z Compiling ident_case v1.0.1
2552026-05-01T11:47:14.496Z Compiling strsim v0.11.1
2562026-05-01T11:47:14.528Z Compiling fnv v1.0.7
2572026-05-01T11:47:14.624Z Compiling regex-syntax v0.8.10
2582026-05-01T11:47:14.760Z Compiling hashbrown v0.17.0
2592026-05-01T11:47:14.816Z Compiling aho-corasick v1.1.4
2602026-05-01T11:47:14.922Z Compiling winnow v1.0.2
2612026-05-01T11:47:14.951Z Compiling equivalent v1.0.2
2622026-05-01T11:47:15.040Z Compiling zerocopy v0.8.48
2632026-05-01T11:47:15.089Z Compiling anyhow v1.0.102
2642026-05-01T11:47:15.328Z Compiling serde v1.0.228
2652026-05-01T11:47:15.398Z Compiling either v1.15.0
2662026-05-01T11:47:15.593Z Compiling syn v2.0.117
2672026-05-01T11:47:15.607Z Compiling itertools v0.14.0
2682026-05-01T11:47:15.662Z Compiling indexmap v2.14.0
2692026-05-01T11:47:15.691Z Compiling heapless v0.8.0
2702026-05-01T11:47:15.955Z Compiling toml_parser v1.1.2+spec-1.1.0
2712026-05-01T11:47:15.978Z Checking byteorder v1.5.0
2722026-05-01T11:47:16.129Z Compiling regex-automata v0.4.14
2732026-05-01T11:47:16.168Z Checking bitflags v2.11.1
2742026-05-01T11:47:16.227Z Compiling toml_datetime v1.1.1+spec-1.1.0
2752026-05-01T11:47:16.262Z Checking hash32 v0.3.1
2762026-05-01T11:47:16.368Z Checking macaddr v1.0.1
2772026-05-01T11:47:16.449Z Compiling toml_edit v0.25.11+spec-1.1.0
2782026-05-01T11:47:16.483Z Compiling smoltcp v0.11.0
2792026-05-01T11:47:16.491Z Checking stable_deref_trait v1.2.1
2802026-05-01T11:47:16.506Z Compiling rustversion v1.0.22
2812026-05-01T11:47:16.552Z Compiling syn v1.0.109
2822026-05-01T11:47:16.679Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
2832026-05-01T11:47:16.813Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
2842026-05-01T11:47:16.874Z Checking managed v0.8.0
2852026-05-01T11:47:16.886Z Compiling getrandom v0.4.2
2862026-05-01T11:47:16.911Z Checking rand_core v0.10.1
2872026-05-01T11:47:17.012Z Compiling proc-macro-crate v3.5.0
2882026-05-01T11:47:17.042Z Checking bitflags v1.3.2
2892026-05-01T11:47:17.048Z Compiling version_check v0.9.5
2902026-05-01T11:47:17.103Z Compiling ref-cast v1.0.25
2912026-05-01T11:47:17.132Z Compiling rustix v1.1.4
2922026-05-01T11:47:17.309Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
2932026-05-01T11:47:17.438Z Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
2942026-05-01T11:47:17.544Z Checking errno v0.3.14
2952026-05-01T11:47:17.677Z Checking foreign-types-shared v0.3.1
2962026-05-01T11:47:17.717Z Checking cpufeatures v0.3.0
2972026-05-01T11:47:17.755Z Compiling regex v1.12.3
2982026-05-01T11:47:17.777Z Checking unicode-width v0.2.2
2992026-05-01T11:47:17.957Z Checking utf8parse v0.2.2
3002026-05-01T11:47:18.007Z Checking once_cell v1.21.4
3012026-05-01T11:47:18.027Z Checking ipnetwork v0.21.1
3022026-05-01T11:47:18.059Z Checking anstyle-parse v1.0.0
3032026-05-01T11:47:18.148Z Compiling darling_core v0.21.3
3042026-05-01T11:47:18.173Z Checking tracing-core v0.1.36
3052026-05-01T11:47:18.196Z Checking tabwriter v1.4.1
3062026-05-01T11:47:18.203Z Checking cstr-argument v0.1.2
3072026-05-01T11:47:18.314Z Checking chacha20 v0.10.0
3082026-05-01T11:47:18.602Z Checking pretty-hex v0.4.2
3092026-05-01T11:47:18.661Z Checking anstyle-query v1.1.5
3102026-05-01T11:47:18.710Z Checking anstyle v1.0.14
3112026-05-01T11:47:18.717Z Checking colorchoice v1.0.5
3122026-05-01T11:47:18.743Z Checking is_terminal_polyfill v1.70.2
3132026-05-01T11:47:18.760Z Checking pin-project-lite v0.2.17
3142026-05-01T11:47:18.777Z Checking dyn-clone v1.0.20
3152026-05-01T11:47:18.802Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
3162026-05-01T11:47:18.864Z Checking terminal_size v0.4.4
3172026-05-01T11:47:18.878Z Checking anstream v1.0.0
3182026-05-01T11:47:18.945Z Checking rand v0.10.1
3192026-05-01T11:47:19.010Z Checking uuid v1.23.1
3202026-05-01T11:47:19.013Z Checking socket2 v0.6.3
3212026-05-01T11:47:19.068Z Checking oxnet v0.1.4
3222026-05-01T11:47:19.174Z Checking colored v3.1.1
3232026-05-01T11:47:19.236Z Checking clap_lex v1.1.0
3242026-05-01T11:47:19.319Z Compiling thiserror-impl v2.0.18
3252026-05-01T11:47:19.364Z Compiling serde_derive v1.0.228
3262026-05-01T11:47:19.383Z Compiling zerocopy-derive v0.8.48
3272026-05-01T11:47:19.397Z Compiling foreign-types-macros v0.2.3
3282026-05-01T11:47:19.412Z Compiling ref-cast-impl v1.0.25
3292026-05-01T11:47:20.025Z Compiling num_enum_derive v0.7.6
3302026-05-01T11:47:20.034Z Checking foreign-types v0.5.0
3312026-05-01T11:47:20.133Z Compiling tracing-attributes v0.1.31
3322026-05-01T11:47:20.192Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
3332026-05-01T11:47:20.317Z Compiling darling_macro v0.21.3
3342026-05-01T11:47:20.680Z Checking cobs v0.3.0
3352026-05-01T11:47:20.749Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3362026-05-01T11:47:20.757Z Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
3372026-05-01T11:47:20.822Z Compiling heck v0.5.0
3382026-05-01T11:47:20.854Z Compiling darling v0.21.3
3392026-05-01T11:47:20.920Z Checking clap_builder v4.6.0
3402026-05-01T11:47:20.927Z Compiling ingot-macros v0.1.1
3412026-05-01T11:47:21.033Z Checking num_enum v0.7.6
3422026-05-01T11:47:21.033Z Compiling clap_derive v4.6.1
3432026-05-01T11:47:21.139Z Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
3442026-05-01T11:47:21.218Z Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
3452026-05-01T11:47:21.295Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
3462026-05-01T11:47:21.372Z Checking tracing v0.1.44
3472026-05-01T11:47:22.283Z Checking postcard v1.1.3
3482026-05-01T11:47:22.392Z Checking clap v4.6.1
3492026-05-01T11:47:23.352Z Checking ingot-types v0.1.2
3502026-05-01T11:47:23.621Z Checking ingot v0.1.1
3512026-05-01T11:47:24.901Z Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
3522026-05-01T11:47:26.102Z Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
3532026-05-01T11:47:27.286Z Checking opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
3542026-05-01T11:47:28.115Z Finished `dev` profile [optimized + debuginfo] target(s) in 19.13s
3552026-05-01T11:47:28.232Z
3562026-05-01T11:47:28.235Zreal 19.297662618
3572026-05-01T11:47:28.235Zuser 53.934419332
3582026-05-01T11:47:28.235Zsys 12.932608495
3592026-05-01T11:47:28.235Ztrap 0.038957093
3602026-05-01T11:47:28.235Ztflt 0.075847723
3612026-05-01T11:47:28.235Zdflt 0.083511036
3622026-05-01T11:47:28.235Zkflt 0.004677817
3632026-05-01T11:47:28.235Zlock 2:52.883651642
3642026-05-01T11:47:28.235Zslp 3:00.672785762
3652026-05-01T11:47:28.235Zlat 2.924342087
3662026-05-01T11:47:28.235Zstop 11.173666528
3672026-05-01T11:47:28.235Z+ header 'debug build'
3682026-05-01T11:47:28.235Z+ echo '# ==== debug build ==== #'
3692026-05-01T11:47:28.235Z# ==== debug build ==== #
3702026-05-01T11:47:28.236Z+ ptime -m cargo build
3712026-05-01T11:47:28.391Z Compiling cfg-if v1.0.4
3722026-05-01T11:47:28.394Z Compiling serde_core v1.0.228
3732026-05-01T11:47:28.394Z Compiling libc v0.2.186
3742026-05-01T11:47:28.417Z Compiling thiserror v2.0.18
3752026-05-01T11:47:28.421Z Compiling byteorder v1.5.0
3762026-05-01T11:47:28.424Z Compiling zerocopy v0.8.48
3772026-05-01T11:47:28.424Z Compiling macaddr v1.0.1
3782026-05-01T11:47:28.424Z Compiling stable_deref_trait v1.2.1
3792026-05-01T11:47:28.465Z Compiling rand_core v0.10.1
3802026-05-01T11:47:28.477Z Compiling cobs v0.3.0
3812026-05-01T11:47:28.492Z Compiling bitflags v1.3.2
3822026-05-01T11:47:28.576Z Compiling hash32 v0.3.1
3832026-05-01T11:47:28.600Z Compiling managed v0.8.0
3842026-05-01T11:47:28.637Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
3852026-05-01T11:47:28.691Z Compiling heapless v0.8.0
3862026-05-01T11:47:28.719Z Compiling errno v0.3.14
3872026-05-01T11:47:28.763Z Compiling unicode-width v0.2.2
3882026-05-01T11:47:28.771Z Compiling ipnetwork v0.21.1
3892026-05-01T11:47:28.812Z Compiling foreign-types-shared v0.3.1
3902026-05-01T11:47:28.851Z Compiling utf8parse v0.2.2
3912026-05-01T11:47:28.879Z Compiling cpufeatures v0.3.0
3922026-05-01T11:47:28.889Z Compiling once_cell v1.21.4
3932026-05-01T11:47:28.938Z Compiling memchr v2.8.0
3942026-05-01T11:47:28.942Z Compiling chacha20 v0.10.0
3952026-05-01T11:47:29.055Z Compiling smoltcp v0.11.0
3962026-05-01T11:47:29.100Z Compiling tracing-core v0.1.36
3972026-05-01T11:47:29.111Z Compiling tabwriter v1.4.1
3982026-05-01T11:47:29.265Z Compiling anstyle-parse v1.0.0
3992026-05-01T11:47:29.298Z Compiling foreign-types v0.5.0
4002026-05-01T11:47:29.365Z Compiling cstr-argument v0.1.2
4012026-05-01T11:47:29.506Z Compiling ref-cast v1.0.25
4022026-05-01T11:47:29.514Z Compiling num_enum v0.7.6
4032026-05-01T11:47:29.524Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4042026-05-01T11:47:29.593Z Compiling getrandom v0.4.2
4052026-05-01T11:47:29.624Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4062026-05-01T11:47:29.628Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
4072026-05-01T11:47:29.725Z Compiling anstyle v1.0.14
4082026-05-01T11:47:29.805Z Compiling colorchoice v1.0.5
4092026-05-01T11:47:29.917Z Compiling dyn-clone v1.0.20
4102026-05-01T11:47:29.990Z Compiling is_terminal_polyfill v1.70.2
4112026-05-01T11:47:30.082Z Compiling bitflags v2.11.1
4122026-05-01T11:47:30.085Z Compiling serde v1.0.228
4132026-05-01T11:47:30.134Z Compiling pin-project-lite v0.2.17
4142026-05-01T11:47:30.165Z Compiling anstyle-query v1.1.5
4152026-05-01T11:47:30.226Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
4162026-05-01T11:47:30.266Z Compiling rustix v1.1.4
4172026-05-01T11:47:30.308Z Compiling pretty-hex v0.4.2
4182026-05-01T11:47:30.436Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4192026-05-01T11:47:30.466Z Compiling anstream v1.0.0
4202026-05-01T11:47:30.514Z Compiling postcard v1.1.3
4212026-05-01T11:47:30.645Z Compiling tracing v0.1.44
4222026-05-01T11:47:30.745Z Compiling terminal_size v0.4.4
4232026-05-01T11:47:30.817Z Compiling uuid v1.23.1
4242026-05-01T11:47:30.851Z Compiling rand v0.10.1
4252026-05-01T11:47:30.890Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4262026-05-01T11:47:30.976Z Compiling anyhow v1.0.102
4272026-05-01T11:47:31.007Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
4282026-05-01T11:47:31.123Z Compiling socket2 v0.6.3
4292026-05-01T11:47:31.371Z Compiling ingot-types v0.1.2
4302026-05-01T11:47:31.376Z Compiling strsim v0.11.1
4312026-05-01T11:47:31.430Z Compiling colored v3.1.1
4322026-05-01T11:47:31.436Z Compiling winnow v1.0.2
4332026-05-01T11:47:31.765Z Compiling ingot v0.1.1
4342026-05-01T11:47:31.806Z Compiling clap_lex v1.1.0
4352026-05-01T11:47:31.835Z Compiling oxnet v0.1.4
4362026-05-01T11:47:32.190Z Compiling clap_builder v4.6.0
4372026-05-01T11:47:32.262Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
4382026-05-01T11:47:32.501Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
4392026-05-01T11:47:33.448Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
4402026-05-01T11:47:33.895Z Compiling clap v4.6.1
4412026-05-01T11:47:34.843Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
4422026-05-01T11:47:36.259Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
4432026-05-01T11:47:40.607Z Finished `dev` profile [optimized + debuginfo] target(s) in 12.36s
4442026-05-01T11:47:40.638Z
4452026-05-01T11:47:40.640Zreal 12.394691778
4462026-05-01T11:47:40.640Zuser 1:04.855131930
4472026-05-01T11:47:40.640Zsys 6.101134899
4482026-05-01T11:47:40.640Ztrap 0.033957431
4492026-05-01T11:47:40.640Ztflt 0.153197988
4502026-05-01T11:47:40.641Zdflt 0.159215228
4512026-05-01T11:47:40.641Zkflt 0.000002199
4522026-05-01T11:47:40.641Zlock 2:55.167983752
4532026-05-01T11:47:40.641Zslp 1:55.817585872
4542026-05-01T11:47:40.641Zlat 3.696781170
4552026-05-01T11:47:40.641Zstop 2.537149098
4562026-05-01T11:47:40.641Z+ header 'release build'
4572026-05-01T11:47:40.641Z+ echo '# ==== release build ==== #'
4582026-05-01T11:47:40.641Z# ==== release build ==== #
4592026-05-01T11:47:40.641Z+ ptime -m cargo build --release
4602026-05-01T11:47:40.737Z Compiling proc-macro2 v1.0.106
4612026-05-01T11:47:40.737Z Compiling quote v1.0.45
4622026-05-01T11:47:40.737Z Compiling unicode-ident v1.0.24
4632026-05-01T11:47:40.740Z Compiling serde_core v1.0.228
4642026-05-01T11:47:40.740Z Compiling libc v0.2.186
4652026-05-01T11:47:40.740Z Compiling cfg-if v1.0.4
4662026-05-01T11:47:40.740Z Compiling memchr v2.8.0
4672026-05-01T11:47:40.740Z Compiling thiserror v2.0.18
4682026-05-01T11:47:40.811Z Compiling strsim v0.11.1
4692026-05-01T11:47:40.856Z Compiling fnv v1.0.7
4702026-05-01T11:47:40.934Z Compiling ident_case v1.0.1
4712026-05-01T11:47:41.033Z Compiling regex-syntax v0.8.10
4722026-05-01T11:47:41.042Z Compiling hashbrown v0.17.0
4732026-05-01T11:47:41.081Z Compiling equivalent v1.0.2
4742026-05-01T11:47:41.149Z Compiling aho-corasick v1.1.4
4752026-05-01T11:47:41.235Z Compiling winnow v1.0.2
4762026-05-01T11:47:41.284Z Compiling serde v1.0.228
4772026-05-01T11:47:41.443Z Compiling either v1.15.0
4782026-05-01T11:47:41.547Z Compiling anyhow v1.0.102
4792026-05-01T11:47:41.572Z Compiling zerocopy v0.8.48
4802026-05-01T11:47:41.625Z Compiling itertools v0.14.0
4812026-05-01T11:47:41.878Z Compiling indexmap v2.14.0
4822026-05-01T11:47:41.957Z Compiling heapless v0.8.0
4832026-05-01T11:47:42.074Z Compiling syn v2.0.117
4842026-05-01T11:47:42.248Z Compiling toml_parser v1.1.2+spec-1.1.0
4852026-05-01T11:47:42.253Z Compiling byteorder v1.5.0
4862026-05-01T11:47:42.430Z Compiling regex-automata v0.4.14
4872026-05-01T11:47:42.468Z Compiling toml_datetime v1.1.1+spec-1.1.0
4882026-05-01T11:47:42.509Z Compiling hash32 v0.3.1
4892026-05-01T11:47:42.639Z Compiling toml_edit v0.25.11+spec-1.1.0
4902026-05-01T11:47:42.783Z Compiling bitflags v2.11.1
4912026-05-01T11:47:42.826Z Compiling syn v1.0.109
4922026-05-01T11:47:42.829Z Compiling macaddr v1.0.1
4932026-05-01T11:47:42.900Z Compiling smoltcp v0.11.0
4942026-05-01T11:47:43.022Z Compiling stable_deref_trait v1.2.1
4952026-05-01T11:47:43.042Z Compiling rustversion v1.0.22
4962026-05-01T11:47:43.085Z Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
4972026-05-01T11:47:43.142Z Compiling proc-macro-crate v3.5.0
4982026-05-01T11:47:43.221Z Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
4992026-05-01T11:47:43.313Z Compiling getrandom v0.4.2
5002026-05-01T11:47:43.396Z Compiling version_check v0.9.5
5012026-05-01T11:47:43.418Z Compiling bitflags v1.3.2
5022026-05-01T11:47:43.480Z Compiling ref-cast v1.0.25
5032026-05-01T11:47:43.503Z Compiling rand_core v0.10.1
5042026-05-01T11:47:43.540Z Compiling managed v0.8.0
5052026-05-01T11:47:43.552Z Compiling rustix v1.1.4
5062026-05-01T11:47:43.645Z Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte)
5072026-05-01T11:47:43.793Z Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs)
5082026-05-01T11:47:43.851Z Compiling errno v0.3.14
5092026-05-01T11:47:43.988Z Compiling ipnetwork v0.21.1
5102026-05-01T11:47:44.079Z Compiling regex v1.12.3
5112026-05-01T11:47:44.155Z Compiling utf8parse v0.2.2
5122026-05-01T11:47:44.249Z Compiling unicode-width v0.2.2
5132026-05-01T11:47:44.355Z Compiling once_cell v1.21.4
5142026-05-01T11:47:44.452Z Compiling cpufeatures v0.3.0
5152026-05-01T11:47:44.514Z Compiling foreign-types-shared v0.3.1
5162026-05-01T11:47:44.530Z Compiling tracing-core v0.1.36
5172026-05-01T11:47:44.572Z Compiling darling_core v0.21.3
5182026-05-01T11:47:44.590Z Compiling chacha20 v0.10.0
5192026-05-01T11:47:44.860Z Compiling cstr-argument v0.1.2
5202026-05-01T11:47:44.868Z Compiling tabwriter v1.4.1
5212026-05-01T11:47:44.984Z Compiling anstyle-parse v1.0.0
5222026-05-01T11:47:45.401Z Compiling pretty-hex v0.4.2
5232026-05-01T11:47:45.523Z Compiling is_terminal_polyfill v1.70.2
5242026-05-01T11:47:45.572Z Compiling anstyle-query v1.1.5
5252026-05-01T11:47:45.596Z Compiling colorchoice v1.0.5
5262026-05-01T11:47:45.600Z Compiling pin-project-lite v0.2.17
5272026-05-01T11:47:45.663Z Compiling dyn-clone v1.0.20
5282026-05-01T11:47:45.683Z Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#2ae7c8c5)
5292026-05-01T11:47:45.698Z Compiling anstyle v1.0.14
5302026-05-01T11:47:45.887Z Compiling thiserror-impl v2.0.18
5312026-05-01T11:47:45.892Z Compiling zerocopy-derive v0.8.48
5322026-05-01T11:47:45.935Z Compiling serde_derive v1.0.228
5332026-05-01T11:47:46.084Z Compiling foreign-types-macros v0.2.3
5342026-05-01T11:47:46.318Z Compiling num_enum_derive v0.7.6
5352026-05-01T11:47:46.505Z Compiling ref-cast-impl v1.0.25
5362026-05-01T11:47:46.678Z Compiling foreign-types v0.5.0
5372026-05-01T11:47:46.681Z Compiling darling_macro v0.21.3
5382026-05-01T11:47:46.743Z Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro)
5392026-05-01T11:47:46.988Z Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5402026-05-01T11:47:47.152Z Compiling cobs v0.3.0
5412026-05-01T11:47:47.152Z Compiling tracing-attributes v0.1.31
5422026-05-01T11:47:47.189Z Compiling darling v0.21.3
5432026-05-01T11:47:47.211Z Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922)
5442026-05-01T11:47:47.256Z Compiling ingot-macros v0.1.1
5452026-05-01T11:47:47.273Z Compiling num_enum v0.7.6
5462026-05-01T11:47:47.350Z Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b6d6f1df)
5472026-05-01T11:47:47.376Z Compiling anstream v1.0.0
5482026-05-01T11:47:47.437Z Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495)
5492026-05-01T11:47:47.535Z Compiling terminal_size v0.4.4
5502026-05-01T11:47:47.540Z Compiling rand v0.10.1
5512026-05-01T11:47:47.540Z Compiling uuid v1.23.1
5522026-05-01T11:47:47.663Z Compiling socket2 v0.6.3
5532026-05-01T11:47:47.775Z Compiling oxnet v0.1.4
5542026-05-01T11:47:47.917Z Compiling clap_lex v1.1.0
5552026-05-01T11:47:48.207Z Compiling colored v3.1.1
5562026-05-01T11:47:48.231Z Compiling heck v0.5.0
5572026-05-01T11:47:48.330Z Compiling tracing v0.1.44
5582026-05-01T11:47:48.417Z Compiling clap_derive v4.6.1
5592026-05-01T11:47:48.634Z Compiling clap_builder v4.6.0
5602026-05-01T11:47:48.752Z Compiling opteadm v0.2.0 (/work/oxidecomputer/opte/bin/opteadm)
5612026-05-01T11:47:49.013Z Compiling postcard v1.1.3
5622026-05-01T11:47:50.182Z Compiling ingot-types v0.1.2
5632026-05-01T11:47:50.481Z Compiling clap v4.6.1
5642026-05-01T11:47:50.514Z Compiling ingot v0.1.1
5652026-05-01T11:47:52.147Z Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api)
5662026-05-01T11:47:53.128Z Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc)
5672026-05-01T11:47:54.144Z Compiling opte-ioctl v0.1.0 (/work/oxidecomputer/opte/lib/opte-ioctl)
5682026-05-01T11:48:00.716Z Finished `release` profile [optimized + debuginfo] target(s) in 20.06s
5692026-05-01T11:48:00.745Z
5702026-05-01T11:48:00.745Zreal 20.095091057
5712026-05-01T11:48:00.745Zuser 1:42.205092005
5722026-05-01T11:48:00.745Zsys 13.331240973
5732026-05-01T11:48:00.749Ztrap 0.050654629
5742026-05-01T11:48:00.749Ztflt 0.107947314
5752026-05-01T11:48:00.749Zdflt 0.317636111
5762026-05-01T11:48:00.749Zkflt 0.000018216
5772026-05-01T11:48:00.749Zlock 4:29.152054109
5782026-05-01T11:48:00.749Zslp 3:21.992261880
5792026-05-01T11:48:00.749Zlat 5.558718381
5802026-05-01T11:48:00.749Zstop 9.373870713
5812026-05-01T11:48:00.749Z+ popd
5822026-05-01T11:48:00.749Z/work/oxidecomputer/opte
5832026-05-01T11:48:00.749Z+ for x in debug release
5842026-05-01T11:48:00.749Z+ mkdir -p /work/debug
5852026-05-01T11:48:00.749Z+ cp target/debug/opteadm /work/debug/
5862026-05-01T11:48:00.770Z+ sha256sum target/debug/opteadm
5872026-05-01T11:48:00.795Z+ for x in debug release
5882026-05-01T11:48:00.795Z+ mkdir -p /work/release
5892026-05-01T11:48:00.799Z+ cp target/release/opteadm /work/release/
5902026-05-01T11:48:00.817Z+ sha256sum target/release/opteadm
5912026-05-01T11:48:00.833Zprocess exited: duration 66454 ms, exit code 0
 
5922026-05-01T11:48:00.845Zfound 4 output files
5932026-05-01T11:48:00.845Zuploading: /work/debug/opteadm (35849440 bytes)
5942026-05-01T11:48:02.057Zuploaded: /work/debug/opteadm
5952026-05-01T11:48:02.057Zuploading: /work/debug/opteadm.debug.sha256 (87 bytes)
5962026-05-01T11:48:03.065Zuploaded: /work/debug/opteadm.debug.sha256
5972026-05-01T11:48:03.065Zuploading: /work/release/opteadm (24308208 bytes)
5982026-05-01T11:48:04.198Zuploaded: /work/release/opteadm
5992026-05-01T11:48:04.198Zuploading: /work/release/opteadm.release.sha256 (89 bytes)
6002026-05-01T11:48:05.206Zuploaded: /work/release/opteadm.release.sha256