|
|
|
| 1 | 2026-08-26T21:19:43.618Z | job assigned to worker 01M0ZZ1A70MSF0T74353QF4TF7 [factory aws, i-0dccae3b76b558ff0] (queued for 1 m 0 s) |
| |
| 2 | 2026-08-26T21:19:50.391Z | starting task 0: "setup" |
| 3 | 2026-08-26T21:19:50.397Z | ++ uname -s |
| 4 | 2026-08-26T21:19:50.400Z | + kern=SunOS |
| 5 | 2026-08-26T21:19:50.400Z | + build_user=build |
| 6 | 2026-08-26T21:19:50.400Z | + build_uid=12345 |
| 7 | 2026-08-26T21:19:50.400Z | + work_dir=/work |
| 8 | 2026-08-26T21:19:50.400Z | + input_dir=/input |
| 9 | 2026-08-26T21:19:50.400Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-26T21:19:50.400Z | + case "$kern" in |
| 11 | 2026-08-26T21:19:50.400Z | + groupadd -g 12345 build |
| 12 | 2026-08-26T21:19:50.400Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-26T21:19:52.406Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-26T21:19:52.488Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-26T21:19:52.493Z | + home_fs=zfs |
| 16 | 2026-08-26T21:19:52.493Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-26T21:19:52.493Z | + mkdir -p /home/build |
| 18 | 2026-08-26T21:19:52.493Z | + chown build:build /home/build /work |
| 19 | 2026-08-26T21:19:54.492Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-26T21:19:54.495Z | process exited: duration 4102 ms, exit code 0 |
| |
| 21 | 2026-08-26T21:19:54.501Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-26T21:19:54.505Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-26T21:19:54.505Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-26T21:19:54.505Z | * rust toolchain profile = "default" |
| 25 | 2026-08-26T21:19:54.505Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-26T21:19:54.505Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-26T21:19:54.505Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-26T21:19:54.510Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-26T21:19:54.510Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-26T21:19:54.562Z | info: downloading installer |
| 31 | 2026-08-26T21:19:55.750Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-26T21:19:55.750Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-26T21:19:55.750Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-26T21:19:55.750Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-26T21:19:55.762Z | info: profile set to default |
| 36 | 2026-08-26T21:19:55.762Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-26T21:19:55.765Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-26T21:19:55.911Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-26T21:19:55.914Z | info: downloading 6 components |
| 40 | 2026-08-26T21:20:10.918Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-26T21:20:10.918Z | |
| 42 | 2026-08-26T21:20:10.948Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-26T21:20:10.948Z | |
| 44 | 2026-08-26T21:20:10.952Z | |
| 45 | 2026-08-26T21:20:10.952Z | Rust is installed now. Great! |
| 46 | 2026-08-26T21:20:10.952Z | |
| 47 | 2026-08-26T21:20:10.952Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-26T21:20:10.952Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-26T21:20:10.952Z | |
| 50 | 2026-08-26T21:20:10.952Z | To configure your current shell, you need to source |
| 51 | 2026-08-26T21:20:10.952Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-26T21:20:10.952Z | |
| 53 | 2026-08-26T21:20:10.952Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-26T21:20:10.952Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-26T21:20:10.952Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-26T21:20:10.952Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-26T21:20:10.952Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-26T21:20:10.952Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-26T21:20:10.952Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-26T21:20:10.952Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-26T21:20:10.952Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-26T21:20:11.052Z | + rustup --version |
| 63 | 2026-08-26T21:20:11.062Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-26T21:20:11.066Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-26T21:20:11.081Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-26T21:20:11.085Z | + cargo --version |
| 67 | 2026-08-26T21:20:11.099Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-26T21:20:11.102Z | + rustc --version |
| 69 | 2026-08-26T21:20:11.121Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-26T21:20:11.124Z | process exited: duration 16621 ms, exit code 0 |
| |
| 71 | 2026-08-26T21:20:11.130Z | starting task 2: "authentication" |
| 72 | 2026-08-26T21:20:11.146Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-08-26T21:20:11.154Z | starting task 3: "clone repository" |
| 74 | 2026-08-26T21:20:11.158Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-26T21:20:11.161Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-26T21:20:11.189Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-26T21:20:12.567Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-26T21:20:12.567Z | + git fetch origin 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 79 | 2026-08-26T21:20:12.858Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-26T21:20:12.859Z | * branch 0c0dbc457f2ed49fc7b40485bdfd565f687664ca -> FETCH_HEAD |
| 81 | 2026-08-26T21:20:12.865Z | + [[ -n bound-my-list ]] |
| 82 | 2026-08-26T21:20:12.868Z | ++ git branch --show-current |
| 83 | 2026-08-26T21:20:12.868Z | + current=master |
| 84 | 2026-08-26T21:20:12.868Z | + [[ master != bound-my-list ]] |
| 85 | 2026-08-26T21:20:12.868Z | + git branch -f bound-my-list 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 86 | 2026-08-26T21:20:12.871Z | + git checkout -f bound-my-list |
| 87 | 2026-08-26T21:20:12.888Z | Switched to branch 'bound-my-list' |
| 88 | 2026-08-26T21:20:12.893Z | + git reset --hard 0c0dbc457f2ed49fc7b40485bdfd565f687664ca |
| 89 | 2026-08-26T21:20:12.896Z | HEAD is now at 0c0dbc4 Expand expiry benchmarks with *actual* expiry |
| 90 | 2026-08-26T21:20:12.896Z | process exited: duration 1741 ms, exit code 0 |
| |
| 91 | 2026-08-26T21:20:12.903Z | starting task 4: "build" |
| 92 | 2026-08-26T21:20:12.906Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-26T21:20:12.909Z | ++ rustup show active-toolchain |
| 94 | 2026-08-26T21:20:12.912Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-26T21:20:12.912Z | ++ pushd xde |
| 96 | 2026-08-26T21:20:12.915Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-26T21:20:12.915Z | ++ rustup show active-toolchain |
| 98 | 2026-08-26T21:20:12.918Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-26T21:20:13.091Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-26T21:20:13.094Z | info: downloading 6 components |
| 101 | 2026-08-26T21:20:27.653Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-26T21:20:27.734Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-26T21:20:27.737Z | +++ head -n 1 |
| 104 | 2026-08-26T21:20:27.737Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-26T21:20:27.787Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-26T21:20:27.787Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-26T21:20:27.787Z | ++ popd |
| 108 | 2026-08-26T21:20:27.790Z | /work/oxidecomputer/opte |
| 109 | 2026-08-26T21:20:27.790Z | + cargo --version |
| 110 | 2026-08-26T21:20:27.796Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-08-26T21:20:27.800Z | + rustc --version |
| 112 | 2026-08-26T21:20:27.819Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-08-26T21:20:27.822Z | + cd lib/oxide-vpc |
| 114 | 2026-08-26T21:20:27.822Z | + header 'check style' |
| 115 | 2026-08-26T21:20:27.822Z | + echo '# ==== check style ==== #' |
| 116 | 2026-08-26T21:20:27.822Z | # ==== check style ==== # |
| 117 | 2026-08-26T21:20:27.822Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-08-26T21:20:27.951Z | |
| 119 | 2026-08-26T21:20:27.951Z | real 0.128299507 |
| 120 | 2026-08-26T21:20:27.952Z | user 0.093924049 |
| 121 | 2026-08-26T21:20:27.952Z | sys 0.030948361 |
| 122 | 2026-08-26T21:20:27.952Z | trap 0.000004400 |
| 123 | 2026-08-26T21:20:27.952Z | tflt 0.000023000 |
| 124 | 2026-08-26T21:20:27.955Z | dflt 0.000017230 |
| 125 | 2026-08-26T21:20:27.955Z | kflt 0.000000000 |
| 126 | 2026-08-26T21:20:27.955Z | lock 0.031126554 |
| 127 | 2026-08-26T21:20:27.955Z | slp 0.108475260 |
| 128 | 2026-08-26T21:20:27.955Z | lat 0.000945610 |
| 129 | 2026-08-26T21:20:27.955Z | stop 0.000099070 |
| 130 | 2026-08-26T21:20:27.955Z | + header 'check docs' |
| 131 | 2026-08-26T21:20:27.955Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-08-26T21:20:27.955Z | # ==== check docs ==== # |
| 133 | 2026-08-26T21:20:27.955Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-08-26T21:20:27.955Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-08-26T21:20:28.020Z | Updating crates.io index |
| 136 | 2026-08-26T21:20:28.024Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-08-26T21:20:29.027Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-08-26T21:20:29.336Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-08-26T21:20:29.583Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-08-26T21:20:29.971Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-08-26T21:20:30.261Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-08-26T21:20:30.543Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-08-26T21:20:32.226Z | Downloading crates ... |
| 144 | 2026-08-26T21:20:32.278Z | Downloaded embedded-io v0.6.1 |
| 145 | 2026-08-26T21:20:32.288Z | Downloaded scroll_derive v0.13.1 |
| 146 | 2026-08-26T21:20:32.295Z | Downloaded aho-corasick v1.1.4 |
| 147 | 2026-08-26T21:20:32.308Z | Downloaded ipnetwork v0.21.1 |
| 148 | 2026-08-26T21:20:32.321Z | Downloaded smoltcp v0.11.0 |
| 149 | 2026-08-26T21:20:32.326Z | Downloaded bitflags v1.3.2 |
| 150 | 2026-08-26T21:20:32.326Z | Downloaded byteorder v1.5.0 |
| 151 | 2026-08-26T21:20:32.326Z | Downloaded defmt v1.1.1 |
| 152 | 2026-08-26T21:20:32.330Z | Downloaded proc-macro2 v1.0.106 |
| 153 | 2026-08-26T21:20:32.330Z | Downloaded dyn-clone v1.0.20 |
| 154 | 2026-08-26T21:20:32.343Z | Downloaded darling_core v0.23.0 |
| 155 | 2026-08-26T21:20:32.348Z | Downloaded memmap2 v0.9.11 |
| 156 | 2026-08-26T21:20:32.348Z | Downloaded postcard v1.1.3 |
| 157 | 2026-08-26T21:20:32.348Z | Downloaded ident_case v1.0.1 |
| 158 | 2026-08-26T21:20:32.348Z | Downloaded darling_macro v0.23.0 |
| 159 | 2026-08-26T21:20:32.348Z | Downloaded cfg-if v1.0.4 |
| 160 | 2026-08-26T21:20:32.357Z | Downloaded ref-cast-impl v1.0.25 |
| 161 | 2026-08-26T21:20:32.357Z | Downloaded dof v0.4.0 |
| 162 | 2026-08-26T21:20:32.364Z | Downloaded plain v0.2.3 |
| 163 | 2026-08-26T21:20:32.364Z | Downloaded embedded-io v0.4.0 |
| 164 | 2026-08-26T21:20:32.372Z | Downloaded cobs v0.3.0 |
| 165 | 2026-08-26T21:20:32.372Z | Downloaded dtrace-parser v0.3.0 |
| 166 | 2026-08-26T21:20:32.377Z | Downloaded version_check v0.9.5 |
| 167 | 2026-08-26T21:20:32.378Z | Downloaded thread-id v5.1.0 |
| 168 | 2026-08-26T21:20:32.378Z | Downloaded usdt-attr-macro v0.6.0 |
| 169 | 2026-08-26T21:20:32.378Z | Downloaded hash32 v0.3.1 |
| 170 | 2026-08-26T21:20:32.381Z | Downloaded defmt-macros v1.1.1 |
| 171 | 2026-08-26T21:20:32.384Z | Downloaded ingot-types v0.2.0 |
| 172 | 2026-08-26T21:20:32.388Z | Downloaded thiserror v2.0.18 |
| 173 | 2026-08-26T21:20:32.391Z | Downloaded defmt v0.3.100 |
| 174 | 2026-08-26T21:20:32.391Z | Downloaded tabwriter v1.4.1 |
| 175 | 2026-08-26T21:20:32.391Z | Downloaded usdt-macro v0.6.0 |
| 176 | 2026-08-26T21:20:32.396Z | Downloaded defmt-parser v1.0.0 |
| 177 | 2026-08-26T21:20:32.396Z | Downloaded macaddr v1.0.1 |
| 178 | 2026-08-26T21:20:32.396Z | Downloaded pretty-hex v0.4.2 |
| 179 | 2026-08-26T21:20:32.409Z | Downloaded itoa v1.0.18 |
| 180 | 2026-08-26T21:20:32.413Z | Downloaded ref-cast v1.0.25 |
| 181 | 2026-08-26T21:20:32.413Z | Downloaded stable_deref_trait v1.2.1 |
| 182 | 2026-08-26T21:20:32.413Z | Downloaded usdt v0.6.0 |
| 183 | 2026-08-26T21:20:32.413Z | Downloaded managed v0.8.0 |
| 184 | 2026-08-26T21:20:32.413Z | Downloaded quote v1.0.46 |
| 185 | 2026-08-26T21:20:32.413Z | Downloaded pest_generator v2.8.7 |
| 186 | 2026-08-26T21:20:32.421Z | Downloaded pest_derive v2.8.7 |
| 187 | 2026-08-26T21:20:32.425Z | Downloaded scroll v0.13.0 |
| 188 | 2026-08-26T21:20:32.425Z | Downloaded usdt-impl v0.6.0 |
| 189 | 2026-08-26T21:20:32.425Z | Downloaded ingot v0.2.0 |
| 190 | 2026-08-26T21:20:32.433Z | Downloaded either v1.16.0 |
| 191 | 2026-08-26T21:20:32.439Z | Downloaded strsim v0.11.1 |
| 192 | 2026-08-26T21:20:32.439Z | Downloaded serde_tokenstream v0.2.3 |
| 193 | 2026-08-26T21:20:32.439Z | Downloaded thiserror-impl v2.0.18 |
| 194 | 2026-08-26T21:20:32.453Z | Downloaded crc32fast v1.5.0 |
| 195 | 2026-08-26T21:20:32.457Z | Downloaded pest_meta v2.8.7 |
| 196 | 2026-08-26T21:20:32.463Z | Downloaded ingot-macros v0.2.0 |
| 197 | 2026-08-26T21:20:32.475Z | Downloaded darling v0.23.0 |
| 198 | 2026-08-26T21:20:32.478Z | Downloaded ucd-trie v0.1.7 |
| 199 | 2026-08-26T21:20:32.478Z | Downloaded zmij v1.0.22 |
| 200 | 2026-08-26T21:20:32.478Z | Downloaded log v0.4.33 |
| 201 | 2026-08-26T21:20:32.483Z | Downloaded heapless v0.8.0 |
| 202 | 2026-08-26T21:20:32.483Z | Downloaded unicode-ident v1.0.24 |
| 203 | 2026-08-26T21:20:32.490Z | Downloaded serde_derive v1.0.228 |
| 204 | 2026-08-26T21:20:32.496Z | Downloaded uuid v1.23.5 |
| 205 | 2026-08-26T21:20:32.496Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-08-26T21:20:32.507Z | Downloaded bitflags v2.13.0 |
| 207 | 2026-08-26T21:20:32.518Z | Downloaded serde v1.0.228 |
| 208 | 2026-08-26T21:20:32.523Z | Downloaded memchr v2.8.3 |
| 209 | 2026-08-26T21:20:32.530Z | Downloaded zerocopy-derive v0.8.54 |
| 210 | 2026-08-26T21:20:32.553Z | Downloaded pest v2.8.7 |
| 211 | 2026-08-26T21:20:32.556Z | Downloaded regex v1.13.0 |
| 212 | 2026-08-26T21:20:32.560Z | Downloaded serde_json v1.0.150 |
| 213 | 2026-08-26T21:20:32.566Z | Downloaded itertools v0.15.0 |
| 214 | 2026-08-26T21:20:32.598Z | Downloaded goblin v0.10.7 |
| 215 | 2026-08-26T21:20:32.621Z | Downloaded unicode-width v0.2.2 |
| 216 | 2026-08-26T21:20:32.645Z | Downloaded zerocopy v0.8.54 |
| 217 | 2026-08-26T21:20:32.649Z | Downloaded syn v2.0.118 |
| 218 | 2026-08-26T21:20:32.649Z | Downloaded regex-syntax v0.8.11 |
| 219 | 2026-08-26T21:20:32.681Z | Downloaded regex-automata v0.4.15 |
| 220 | 2026-08-26T21:20:32.689Z | Downloaded libc v0.2.186 |
| 221 | 2026-08-26T21:20:32.744Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-08-26T21:20:32.744Z | Compiling quote v1.0.46 |
| 223 | 2026-08-26T21:20:32.744Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-08-26T21:20:32.749Z | Documenting unicode-ident v1.0.24 |
| 225 | 2026-08-26T21:20:32.749Z | Compiling serde_core v1.0.228 |
| 226 | 2026-08-26T21:20:32.749Z | Compiling ident_case v1.0.1 |
| 227 | 2026-08-26T21:20:32.749Z | Compiling strsim v0.11.1 |
| 228 | 2026-08-26T21:20:32.901Z | Compiling memchr v2.8.3 |
| 229 | 2026-08-26T21:20:32.915Z | Compiling thiserror v2.0.18 |
| 230 | 2026-08-26T21:20:32.915Z | Compiling serde v1.0.228 |
| 231 | 2026-08-26T21:20:33.196Z | Compiling regex-syntax v0.8.11 |
| 232 | 2026-08-26T21:20:33.206Z | Compiling zerocopy v0.8.54 |
| 233 | 2026-08-26T21:20:33.399Z | Documenting proc-macro2 v1.0.106 |
| 234 | 2026-08-26T21:20:33.463Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-08-26T21:20:33.599Z | Checking byteorder v1.5.0 |
| 236 | 2026-08-26T21:20:33.753Z | Compiling either v1.16.0 |
| 237 | 2026-08-26T21:20:33.827Z | Compiling syn v2.0.118 |
| 238 | 2026-08-26T21:20:33.970Z | Documenting quote v1.0.46 |
| 239 | 2026-08-26T21:20:33.982Z | Compiling itertools v0.15.0 |
| 240 | 2026-08-26T21:20:34.495Z | Documenting syn v2.0.118 |
| 241 | 2026-08-26T21:20:34.627Z | Compiling regex-automata v0.4.15 |
| 242 | 2026-08-26T21:20:34.919Z | Documenting strsim v0.11.1 |
| 243 | 2026-08-26T21:20:35.258Z | Compiling heapless v0.8.0 |
| 244 | 2026-08-26T21:20:35.282Z | Documenting ident_case v1.0.1 |
| 245 | 2026-08-26T21:20:35.414Z | Checking bitflags v2.13.0 |
| 246 | 2026-08-26T21:20:35.564Z | Checking hash32 v0.3.1 |
| 247 | 2026-08-26T21:20:35.679Z | Documenting serde_core v1.0.228 |
| 248 | 2026-08-26T21:20:35.718Z | Checking cfg-if v1.0.4 |
| 249 | 2026-08-26T21:20:35.746Z | Checking stable_deref_trait v1.2.1 |
| 250 | 2026-08-26T21:20:35.779Z | Checking macaddr v1.0.1 |
| 251 | 2026-08-26T21:20:35.810Z | Documenting memchr v2.8.3 |
| 252 | 2026-08-26T21:20:35.888Z | Checking darling_core v0.23.0 |
| 253 | 2026-08-26T21:20:35.916Z | Documenting regex-syntax v0.8.11 |
| 254 | 2026-08-26T21:20:36.531Z | Compiling regex v1.13.0 |
| 255 | 2026-08-26T21:20:36.804Z | Documenting darling_core v0.23.0 |
| 256 | 2026-08-26T21:20:36.914Z | Documenting aho-corasick v1.1.4 |
| 257 | 2026-08-26T21:20:36.918Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-08-26T21:20:37.195Z | Checking managed v0.8.0 |
| 259 | 2026-08-26T21:20:37.269Z | Checking bitflags v1.3.2 |
| 260 | 2026-08-26T21:20:37.372Z | Documenting thiserror-impl v2.0.18 |
| 261 | 2026-08-26T21:20:37.396Z | Compiling serde_derive v1.0.228 |
| 262 | 2026-08-26T21:20:37.504Z | Compiling zerocopy-derive v0.8.54 |
| 263 | 2026-08-26T21:20:37.544Z | Compiling thiserror-impl v2.0.18 |
| 264 | 2026-08-26T21:20:37.798Z | Documenting regex-automata v0.4.15 |
| 265 | 2026-08-26T21:20:37.962Z | Documenting darling_macro v0.23.0 |
| 266 | 2026-08-26T21:20:38.200Z | Documenting serde_derive v1.0.228 |
| 267 | 2026-08-26T21:20:38.592Z | Compiling darling_macro v0.23.0 |
| 268 | 2026-08-26T21:20:38.671Z | Documenting zerocopy-derive v0.8.54 |
| 269 | 2026-08-26T21:20:38.698Z | Compiling ref-cast v1.0.25 |
| 270 | 2026-08-26T21:20:38.863Z | Checking cobs v0.3.0 |
| 271 | 2026-08-26T21:20:38.992Z | Compiling crc32fast v1.5.0 |
| 272 | 2026-08-26T21:20:39.070Z | Documenting byteorder v1.5.0 |
| 273 | 2026-08-26T21:20:39.194Z | Documenting regex v1.13.0 |
| 274 | 2026-08-26T21:20:39.201Z | Compiling darling v0.23.0 |
| 275 | 2026-08-26T21:20:39.275Z | Compiling ingot-macros v0.2.0 |
| 276 | 2026-08-26T21:20:39.299Z | Documenting darling v0.23.0 |
| 277 | 2026-08-26T21:20:39.529Z | Documenting thiserror v2.0.18 |
| 278 | 2026-08-26T21:20:39.591Z | Documenting zerocopy v0.8.54 |
| 279 | 2026-08-26T21:20:39.737Z | Documenting hash32 v0.3.1 |
| 280 | 2026-08-26T21:20:40.126Z | Documenting serde v1.0.228 |
| 281 | 2026-08-26T21:20:40.489Z | Documenting ingot-macros v0.2.0 |
| 282 | 2026-08-26T21:20:40.498Z | Checking postcard v1.1.3 |
| 283 | 2026-08-26T21:20:40.609Z | Compiling ref-cast-impl v1.0.25 |
| 284 | 2026-08-26T21:20:40.768Z | Documenting bitflags v2.13.0 |
| 285 | 2026-08-26T21:20:41.221Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-08-26T21:20:41.393Z | Documenting stable_deref_trait v1.2.1 |
| 287 | 2026-08-26T21:20:41.558Z | Compiling version_check v0.9.5 |
| 288 | 2026-08-26T21:20:41.601Z | Checking unicode-width v0.2.2 |
| 289 | 2026-08-26T21:20:41.625Z | Documenting cfg-if v1.0.4 |
| 290 | 2026-08-26T21:20:41.715Z | Documenting macaddr v1.0.1 |
| 291 | 2026-08-26T21:20:41.832Z | Checking ipnetwork v0.21.1 |
| 292 | 2026-08-26T21:20:41.844Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-08-26T21:20:41.863Z | Documenting cobs v0.3.0 |
| 294 | 2026-08-26T21:20:41.982Z | Checking ingot-types v0.2.0 |
| 295 | 2026-08-26T21:20:41.997Z | Documenting managed v0.8.0 |
| 296 | 2026-08-26T21:20:42.025Z | Documenting heapless v0.8.0 |
| 297 | 2026-08-26T21:20:42.119Z | Checking tabwriter v1.4.1 |
| 298 | 2026-08-26T21:20:42.226Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 299 | 2026-08-26T21:20:42.320Z | Checking ingot v0.2.0 |
| 300 | 2026-08-26T21:20:42.738Z | Documenting ingot-types v0.2.0 |
| 301 | 2026-08-26T21:20:42.951Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 302 | 2026-08-26T21:20:42.965Z | Documenting postcard v1.1.3 |
| 303 | 2026-08-26T21:20:43.045Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 304 | 2026-08-26T21:20:43.199Z | Documenting ref-cast-impl v1.0.25 |
| 305 | 2026-08-26T21:20:43.481Z | Documenting smoltcp v0.11.0 |
| 306 | 2026-08-26T21:20:43.540Z | Documenting either v1.16.0 |
| 307 | 2026-08-26T21:20:43.568Z | Documenting unicode-width v0.2.2 |
| 308 | 2026-08-26T21:20:43.709Z | Checking dyn-clone v1.0.20 |
| 309 | 2026-08-26T21:20:43.808Z | Documenting ipnetwork v0.21.1 |
| 310 | 2026-08-26T21:20:43.860Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-08-26T21:20:44.070Z | Documenting ingot v0.2.0 |
| 312 | 2026-08-26T21:20:44.288Z | Documenting crc32fast v1.5.0 |
| 313 | 2026-08-26T21:20:44.549Z | Documenting ref-cast v1.0.25 |
| 314 | 2026-08-26T21:20:44.650Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 315 | 2026-08-26T21:20:44.801Z | Documenting itertools v0.15.0 |
| 316 | 2026-08-26T21:20:45.045Z | Documenting tabwriter v1.4.1 |
| 317 | 2026-08-26T21:20:45.442Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 318 | 2026-08-26T21:20:45.668Z | Documenting dyn-clone v1.0.20 |
| 319 | 2026-08-26T21:20:46.215Z | Documenting uuid v1.23.5 |
| 320 | 2026-08-26T21:20:46.528Z | Checking uuid v1.23.5 |
| 321 | 2026-08-26T21:20:46.782Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 322 | 2026-08-26T21:20:46.894Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 323 | 2026-08-26T21:20:46.983Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-08-26T21:20:49.388Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 325 | 2026-08-26T21:20:51.694Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 326 | 2026-08-26T21:20:53.299Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.33s |
| 327 | 2026-08-26T21:20:53.384Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 328 | 2026-08-26T21:20:53.816Z | |
| 329 | 2026-08-26T21:20:53.823Z | real 25.436690306 |
| 330 | 2026-08-26T21:20:53.823Z | user 1:21.632109874 |
| 331 | 2026-08-26T21:20:53.823Z | sys 17.415162318 |
| 332 | 2026-08-26T21:20:53.823Z | trap 0.042798297 |
| 333 | 2026-08-26T21:20:53.823Z | tflt 0.026033493 |
| 334 | 2026-08-26T21:20:53.824Z | dflt 0.057008714 |
| 335 | 2026-08-26T21:20:53.824Z | kflt 0.005544183 |
| 336 | 2026-08-26T21:20:53.824Z | lock 8:05.733176028 |
| 337 | 2026-08-26T21:20:53.824Z | slp 5:00.577139437 |
| 338 | 2026-08-26T21:20:53.824Z | lat 7.760679684 |
| 339 | 2026-08-26T21:20:53.824Z | stop 13.585611199 |
| 340 | 2026-08-26T21:20:53.824Z | + header 'analyze std + api + usdt' |
| 341 | 2026-08-26T21:20:53.824Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 342 | 2026-08-26T21:20:53.824Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 343 | 2026-08-26T21:20:53.824Z | # ==== analyze std + api + usdt ==== # |
| 344 | 2026-08-26T21:20:53.824Z | Downloading crates ... |
| 345 | 2026-08-26T21:20:53.824Z | Downloaded futures-core v0.3.32 |
| 346 | 2026-08-26T21:20:53.824Z | Downloaded slab v0.4.12 |
| 347 | 2026-08-26T21:20:53.824Z | Downloaded futures-channel v0.3.32 |
| 348 | 2026-08-26T21:20:53.824Z | Downloaded ctor-proc-macro v0.0.13 |
| 349 | 2026-08-26T21:20:53.824Z | Downloaded futures v0.3.32 |
| 350 | 2026-08-26T21:20:53.824Z | Downloaded typeid v1.0.3 |
| 351 | 2026-08-26T21:20:53.824Z | Downloaded dtor v0.8.1 |
| 352 | 2026-08-26T21:20:53.824Z | Downloaded once_cell v1.21.4 |
| 353 | 2026-08-26T21:20:53.824Z | Downloaded circular v0.3.0 |
| 354 | 2026-08-26T21:20:53.824Z | Downloaded dtor-proc-macro v0.0.13 |
| 355 | 2026-08-26T21:20:53.825Z | Downloaded ctor v0.10.1 |
| 356 | 2026-08-26T21:20:53.825Z | Downloaded futures-io v0.3.32 |
| 357 | 2026-08-26T21:20:53.825Z | Downloaded rusticata-macros v5.0.0 |
| 358 | 2026-08-26T21:20:53.825Z | Downloaded futures-sink v0.3.32 |
| 359 | 2026-08-26T21:20:53.825Z | Downloaded pin-project-lite v0.2.17 |
| 360 | 2026-08-26T21:20:53.825Z | Downloaded futures-task v0.3.32 |
| 361 | 2026-08-26T21:20:53.825Z | Downloaded link-section v0.2.1 |
| 362 | 2026-08-26T21:20:53.825Z | Downloaded cookie-factory v0.3.3 |
| 363 | 2026-08-26T21:20:53.825Z | Downloaded futures-macro v0.3.32 |
| 364 | 2026-08-26T21:20:53.825Z | Downloaded futures-executor v0.3.32 |
| 365 | 2026-08-26T21:20:53.825Z | Downloaded anyhow v1.0.103 |
| 366 | 2026-08-26T21:20:53.825Z | Downloaded ron v0.12.2 |
| 367 | 2026-08-26T21:20:53.825Z | Downloaded nom v8.0.0 |
| 368 | 2026-08-26T21:20:53.825Z | Downloaded futures-util v0.3.32 |
| 369 | 2026-08-26T21:20:53.825Z | Downloaded pcap-parser v0.17.0 |
| 370 | 2026-08-26T21:20:53.825Z | Compiling proc-macro2 v1.0.106 |
| 371 | 2026-08-26T21:20:53.825Z | Compiling quote v1.0.46 |
| 372 | 2026-08-26T21:20:53.825Z | Compiling unicode-ident v1.0.24 |
| 373 | 2026-08-26T21:20:53.825Z | Compiling memchr v2.8.3 |
| 374 | 2026-08-26T21:20:53.825Z | Compiling thiserror v2.0.18 |
| 375 | 2026-08-26T21:20:53.825Z | Compiling serde_core v1.0.228 |
| 376 | 2026-08-26T21:20:53.825Z | Compiling zerocopy v0.8.54 |
| 377 | 2026-08-26T21:20:53.826Z | Compiling zmij v1.0.22 |
| 378 | 2026-08-26T21:20:54.130Z | Compiling libc v0.2.186 |
| 379 | 2026-08-26T21:20:54.162Z | Compiling ucd-trie v0.1.7 |
| 380 | 2026-08-26T21:20:54.176Z | Compiling serde_json v1.0.150 |
| 381 | 2026-08-26T21:20:54.353Z | Compiling pest v2.8.7 |
| 382 | 2026-08-26T21:20:54.378Z | Compiling serde v1.0.228 |
| 383 | 2026-08-26T21:20:54.486Z | Compiling strsim v0.11.1 |
| 384 | 2026-08-26T21:20:54.563Z | Compiling ident_case v1.0.1 |
| 385 | 2026-08-26T21:20:54.753Z | Compiling aho-corasick v1.1.4 |
| 386 | 2026-08-26T21:20:54.811Z | Checking byteorder v1.5.0 |
| 387 | 2026-08-26T21:20:55.022Z | Compiling itoa v1.0.18 |
| 388 | 2026-08-26T21:20:55.026Z | Compiling regex-syntax v0.8.11 |
| 389 | 2026-08-26T21:20:55.097Z | Compiling syn v2.0.118 |
| 390 | 2026-08-26T21:20:55.646Z | Compiling pest_meta v2.8.7 |
| 391 | 2026-08-26T21:20:55.662Z | Compiling either v1.16.0 |
| 392 | 2026-08-26T21:20:55.662Z | Compiling usdt-impl v0.6.0 |
| 393 | 2026-08-26T21:20:55.676Z | Checking bitflags v2.13.0 |
| 394 | 2026-08-26T21:20:55.750Z | Compiling itertools v0.15.0 |
| 395 | 2026-08-26T21:20:56.033Z | Compiling thread-id v5.1.0 |
| 396 | 2026-08-26T21:20:56.169Z | Checking futures-sink v0.3.32 |
| 397 | 2026-08-26T21:20:56.362Z | Compiling heapless v0.8.0 |
| 398 | 2026-08-26T21:20:56.392Z | Checking log v0.4.33 |
| 399 | 2026-08-26T21:20:56.495Z | Compiling regex-automata v0.4.15 |
| 400 | 2026-08-26T21:20:56.532Z | Checking plain v0.2.3 |
| 401 | 2026-08-26T21:20:56.640Z | Checking futures-core v0.3.32 |
| 402 | 2026-08-26T21:20:56.754Z | Checking futures-channel v0.3.32 |
| 403 | 2026-08-26T21:20:57.044Z | Checking hash32 v0.3.1 |
| 404 | 2026-08-26T21:20:57.051Z | Checking stable_deref_trait v1.2.1 |
| 405 | 2026-08-26T21:20:57.103Z | Checking slab v0.4.12 |
| 406 | 2026-08-26T21:20:57.111Z | Checking pin-project-lite v0.2.17 |
| 407 | 2026-08-26T21:20:57.156Z | Checking macaddr v1.0.1 |
| 408 | 2026-08-26T21:20:57.214Z | Checking cfg-if v1.0.4 |
| 409 | 2026-08-26T21:20:57.239Z | Checking futures-task v0.3.32 |
| 410 | 2026-08-26T21:20:57.248Z | Compiling smoltcp v0.11.0 |
| 411 | 2026-08-26T21:20:57.287Z | Checking pretty-hex v0.4.2 |
| 412 | 2026-08-26T21:20:57.370Z | Checking futures-io v0.3.32 |
| 413 | 2026-08-26T21:20:57.501Z | Compiling pest_generator v2.8.7 |
| 414 | 2026-08-26T21:20:57.536Z | Compiling darling_core v0.23.0 |
| 415 | 2026-08-26T21:20:57.569Z | Compiling crc32fast v1.5.0 |
| 416 | 2026-08-26T21:20:57.762Z | Checking bitflags v1.3.2 |
| 417 | 2026-08-26T21:20:57.801Z | Checking managed v0.8.0 |
| 418 | 2026-08-26T21:20:57.822Z | Compiling version_check v0.9.5 |
| 419 | 2026-08-26T21:20:57.844Z | Compiling ref-cast v1.0.25 |
| 420 | 2026-08-26T21:20:58.082Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 421 | 2026-08-26T21:20:58.132Z | Compiling regex v1.13.0 |
| 422 | 2026-08-26T21:20:58.171Z | Checking memmap2 v0.9.11 |
| 423 | 2026-08-26T21:20:58.319Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 424 | 2026-08-26T21:20:58.332Z | Checking ipnetwork v0.21.1 |
| 425 | 2026-08-26T21:20:58.518Z | Checking unicode-width v0.2.2 |
| 426 | 2026-08-26T21:20:58.689Z | Compiling serde_derive v1.0.228 |
| 427 | 2026-08-26T21:20:58.759Z | Compiling thiserror-impl v2.0.18 |
| 428 | 2026-08-26T21:20:58.782Z | Compiling zerocopy-derive v0.8.54 |
| 429 | 2026-08-26T21:20:59.043Z | Compiling pest_derive v2.8.7 |
| 430 | 2026-08-26T21:20:59.325Z | Compiling scroll_derive v0.13.1 |
| 431 | 2026-08-26T21:20:59.466Z | Compiling futures-macro v0.3.32 |
| 432 | 2026-08-26T21:20:59.478Z | Compiling ref-cast-impl v1.0.25 |
| 433 | 2026-08-26T21:20:59.573Z | Checking tabwriter v1.4.1 |
| 434 | 2026-08-26T21:20:59.662Z | Compiling darling_macro v0.23.0 |
| 435 | 2026-08-26T21:20:59.713Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 436 | 2026-08-26T21:20:59.976Z | Checking scroll v0.13.0 |
| 437 | 2026-08-26T21:21:00.064Z | Checking dtrace-parser v0.3.0 |
| 438 | 2026-08-26T21:21:00.195Z | Checking goblin v0.10.7 |
| 439 | 2026-08-26T21:21:00.216Z | Compiling darling v0.23.0 |
| 440 | 2026-08-26T21:21:00.283Z | Compiling ingot-macros v0.2.0 |
| 441 | 2026-08-26T21:21:00.296Z | Checking futures-util v0.3.32 |
| 442 | 2026-08-26T21:21:00.305Z | Checking cobs v0.3.0 |
| 443 | 2026-08-26T21:21:00.431Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 444 | 2026-08-26T21:21:00.832Z | Checking nom v8.0.0 |
| 445 | 2026-08-26T21:21:01.147Z | Checking dyn-clone v1.0.20 |
| 446 | 2026-08-26T21:21:01.243Z | Compiling typeid v1.0.3 |
| 447 | 2026-08-26T21:21:01.788Z | Checking postcard v1.1.3 |
| 448 | 2026-08-26T21:21:02.003Z | Compiling serde_tokenstream v0.2.3 |
| 449 | 2026-08-26T21:21:02.075Z | Compiling anyhow v1.0.103 |
| 450 | 2026-08-26T21:21:02.186Z | Checking futures-executor v0.3.32 |
| 451 | 2026-08-26T21:21:02.315Z | Checking uuid v1.23.5 |
| 452 | 2026-08-26T21:21:02.341Z | Checking futures v0.3.32 |
| 453 | 2026-08-26T21:21:02.384Z | Checking cookie-factory v0.3.3 |
| 454 | 2026-08-26T21:21:02.566Z | Checking circular v0.3.0 |
| 455 | 2026-08-26T21:21:02.606Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 456 | 2026-08-26T21:21:02.635Z | Compiling dtor-proc-macro v0.0.13 |
| 457 | 2026-08-26T21:21:02.707Z | Checking link-section v0.2.1 |
| 458 | 2026-08-26T21:21:02.742Z | Checking rusticata-macros v5.0.0 |
| 459 | 2026-08-26T21:21:02.788Z | Compiling ctor-proc-macro v0.0.13 |
| 460 | 2026-08-26T21:21:02.812Z | Checking once_cell v1.21.4 |
| 461 | 2026-08-26T21:21:02.869Z | Checking pcap-parser v0.17.0 |
| 462 | 2026-08-26T21:21:02.912Z | Checking dof v0.4.0 |
| 463 | 2026-08-26T21:21:02.912Z | Checking ingot-types v0.2.0 |
| 464 | 2026-08-26T21:21:02.935Z | Checking ron v0.12.2 |
| 465 | 2026-08-26T21:21:02.959Z | Checking dtor v0.8.1 |
| 466 | 2026-08-26T21:21:03.105Z | Checking ctor v0.10.1 |
| 467 | 2026-08-26T21:21:03.252Z | Checking ingot v0.2.0 |
| 468 | 2026-08-26T21:21:03.870Z | Compiling usdt-attr-macro v0.6.0 |
| 469 | 2026-08-26T21:21:03.889Z | Compiling usdt-macro v0.6.0 |
| 470 | 2026-08-26T21:21:04.491Z | Checking usdt v0.6.0 |
| 471 | 2026-08-26T21:21:04.712Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 472 | 2026-08-26T21:21:11.931Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 473 | 2026-08-26T21:21:11.986Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 474 | 2026-08-26T21:21:13.323Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.86s |
| 475 | 2026-08-26T21:21:13.355Z | |
| 476 | 2026-08-26T21:21:13.359Z | real 19.939599898 |
| 477 | 2026-08-26T21:21:13.360Z | user 1:11.161569281 |
| 478 | 2026-08-26T21:21:13.360Z | sys 14.586179102 |
| 479 | 2026-08-26T21:21:13.360Z | trap 0.036838153 |
| 480 | 2026-08-26T21:21:13.360Z | tflt 0.118008099 |
| 481 | 2026-08-26T21:21:13.360Z | dflt 0.203262233 |
| 482 | 2026-08-26T21:21:13.360Z | kflt 0.000038940 |
| 483 | 2026-08-26T21:21:13.360Z | lock 4:39.322107714 |
| 484 | 2026-08-26T21:21:13.360Z | slp 3:45.230459704 |
| 485 | 2026-08-26T21:21:13.360Z | lat 4.096756327 |
| 486 | 2026-08-26T21:21:13.360Z | stop 9.096570842 |
| 487 | 2026-08-26T21:21:13.360Z | + header 'analyze no_std + engine + kernel' |
| 488 | 2026-08-26T21:21:13.360Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 489 | 2026-08-26T21:21:13.360Z | # ==== analyze no_std + engine + kernel ==== # |
| 490 | 2026-08-26T21:21:13.360Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 491 | 2026-08-26T21:21:13.526Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 492 | 2026-08-26T21:21:13.526Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 493 | 2026-08-26T21:21:13.529Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 494 | 2026-08-26T21:21:13.529Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 495 | 2026-08-26T21:21:13.741Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 496 | 2026-08-26T21:21:15.251Z | error[E0308]: mismatched types |
| 497 | 2026-08-26T21:21:15.251Z | --> lib/opte/src/ddi/time.rs:69:21 |
| 498 | 2026-08-26T21:21:15.251Z | | |
| 499 | 2026-08-26T21:21:15.251Z | 69 | rhs.subsec_nanos()) as i64; |
| 500 | 2026-08-26T21:21:15.251Z | | ^^^^^^^^^^^^^^^^^^ expected `u64`, found `u32` |
| 501 | 2026-08-26T21:21:15.252Z | |
| 502 | 2026-08-26T21:21:15.260Z | error[E0277]: cannot add `u32` to `u64` |
| 503 | 2026-08-26T21:21:15.260Z | --> lib/opte/src/ddi/time.rs:68:65 |
| 504 | 2026-08-26T21:21:15.260Z | | |
| 505 | 2026-08-26T21:21:15.260Z | 68 | let new = self.inner - ((rhs.as_secs() * NANOS) + |
| 506 | 2026-08-26T21:21:15.260Z | | ----------------------- ^ no implementation for `u64 + u32` |
| 507 | 2026-08-26T21:21:15.260Z | 69 | rhs.subsec_nanos()) as i64; |
| 508 | 2026-08-26T21:21:15.261Z | | ------------------ |
| 509 | 2026-08-26T21:21:15.261Z | | |
| 510 | 2026-08-26T21:21:15.261Z | = help: the trait `core::ops::Add<u32>` is not implemented for `u64` |
| 511 | 2026-08-26T21:21:15.261Z | = help: the following other types implement trait `core::ops::Add<Rhs>`: |
| 512 | 2026-08-26T21:21:15.261Z | `&u64` implements `core::ops::Add<u64>` |
| 513 | 2026-08-26T21:21:15.261Z | `&u64` implements `core::ops::Add` |
| 514 | 2026-08-26T21:21:15.261Z | `u64` implements `core::ops::Add<&u64>` |
| 515 | 2026-08-26T21:21:15.261Z | `u64` implements `core::ops::Add<zerocopy::U64<O>>` |
| 516 | 2026-08-26T21:21:15.261Z | `u64` implements `core::ops::Add` |
| 517 | 2026-08-26T21:21:15.261Z | |
| 518 | 2026-08-26T21:21:16.579Z | Some errors have detailed explanations: E0277, E0308. |
| 519 | 2026-08-26T21:21:16.579Z | For more information about an error, try `rustc --explain E0277`. |
| 520 | 2026-08-26T21:21:16.641Z | error: could not compile `opte` (lib) due to 2 previous errors |
| 521 | 2026-08-26T21:21:16.669Z | |
| 522 | 2026-08-26T21:21:16.672Z | real 3.306823539 |
| 523 | 2026-08-26T21:21:16.672Z | user 3.571720590 |
| 524 | 2026-08-26T21:21:16.672Z | sys 0.824361528 |
| 525 | 2026-08-26T21:21:16.672Z | trap 0.000584340 |
| 526 | 2026-08-26T21:21:16.672Z | tflt 0.019445161 |
| 527 | 2026-08-26T21:21:16.672Z | dflt 0.005678172 |
| 528 | 2026-08-26T21:21:16.672Z | kflt 0.000000000 |
| 529 | 2026-08-26T21:21:16.672Z | lock 10.735522621 |
| 530 | 2026-08-26T21:21:16.672Z | slp 13.948901944 |
| 531 | 2026-08-26T21:21:16.672Z | lat 0.008721561 |
| 532 | 2026-08-26T21:21:16.672Z | stop 0.186804974 |
| 533 | 2026-08-26T21:21:16.673Z | process exited: duration 63765 ms, exit code 101 |
| |
| 534 | 2026-08-26T21:21:16.680Z | found 0 output files |