|
|
|
| 1 | 2026-07-25T04:13:18.344Z | job assigned to worker 01KYBQJVYP5YGQDH7DSZCK7KZY [factory aws, i-03d069ee69b6d662a] (queued for 1 m 1 s) |
| |
| 2 | 2026-07-25T04:13:24.520Z | starting task 0: "setup" |
| 3 | 2026-07-25T04:13:24.527Z | ++ uname -s |
| 4 | 2026-07-25T04:13:24.527Z | + kern=SunOS |
| 5 | 2026-07-25T04:13:24.527Z | + build_user=build |
| 6 | 2026-07-25T04:13:24.527Z | + build_uid=12345 |
| 7 | 2026-07-25T04:13:24.530Z | + work_dir=/work |
| 8 | 2026-07-25T04:13:24.530Z | + input_dir=/input |
| 9 | 2026-07-25T04:13:24.530Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-25T04:13:24.530Z | + case "$kern" in |
| 11 | 2026-07-25T04:13:24.530Z | + groupadd -g 12345 build |
| 12 | 2026-07-25T04:13:24.530Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-25T04:13:26.534Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-25T04:13:26.604Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-25T04:13:26.608Z | + home_fs=zfs |
| 16 | 2026-07-25T04:13:26.608Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-25T04:13:26.608Z | + mkdir -p /home/build |
| 18 | 2026-07-25T04:13:26.608Z | + chown build:build /home/build /work |
| 19 | 2026-07-25T04:13:28.608Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-25T04:13:28.612Z | process exited: duration 4093 ms, exit code 0 |
| |
| 21 | 2026-07-25T04:13:28.619Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-25T04:13:28.622Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-07-25T04:13:28.622Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-07-25T04:13:28.622Z | * rust toolchain channel = "1.97.1" |
| 25 | 2026-07-25T04:13:28.622Z | * rust toolchain profile = "default" |
| 26 | 2026-07-25T04:13:28.622Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-25T04:13:28.622Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-25T04:13:28.626Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-25T04:13:28.626Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-07-25T04:13:28.728Z | info: downloading installer |
| 31 | 2026-07-25T04:13:30.185Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-25T04:13:30.185Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-25T04:13:30.185Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-25T04:13:30.185Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-25T04:13:30.196Z | info: profile set to default |
| 36 | 2026-07-25T04:13:30.196Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-25T04:13:30.202Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-07-25T04:13:30.335Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-07-25T04:13:30.338Z | info: downloading 6 components |
| 40 | 2026-07-25T04:13:46.036Z | |
| 41 | 2026-07-25T04:13:46.036Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 42 | 2026-07-25T04:13:46.063Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-07-25T04:13:46.063Z | |
| 44 | 2026-07-25T04:13:46.066Z | |
| 45 | 2026-07-25T04:13:46.066Z | Rust is installed now. Great! |
| 46 | 2026-07-25T04:13:46.066Z | |
| 47 | 2026-07-25T04:13:46.066Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-25T04:13:46.066Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-25T04:13:46.066Z | |
| 50 | 2026-07-25T04:13:46.067Z | To configure your current shell, you need to source |
| 51 | 2026-07-25T04:13:46.067Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-25T04:13:46.067Z | |
| 53 | 2026-07-25T04:13:46.067Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-25T04:13:46.067Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-25T04:13:46.067Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-25T04:13:46.067Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-25T04:13:46.067Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-25T04:13:46.067Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-25T04:13:46.067Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-25T04:13:46.067Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-25T04:13:46.067Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-25T04:13:46.161Z | + rustup --version |
| 63 | 2026-07-25T04:13:46.169Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-25T04:13:46.172Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-25T04:13:46.190Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-07-25T04:13:46.194Z | + cargo --version |
| 67 | 2026-07-25T04:13:46.209Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-07-25T04:13:46.212Z | + rustc --version |
| 69 | 2026-07-25T04:13:46.229Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-07-25T04:13:46.232Z | process exited: duration 17612 ms, exit code 0 |
| |
| 71 | 2026-07-25T04:13:46.239Z | starting task 2: "authentication" |
| 72 | 2026-07-25T04:13:46.255Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-25T04:13:46.261Z | starting task 3: "clone repository" |
| 74 | 2026-07-25T04:13:46.264Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-25T04:13:46.269Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-25T04:13:46.302Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-25T04:13:47.218Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-25T04:13:47.218Z | + git fetch origin 6b06228503251b59b5bfa84b379945874f32b9ba |
| 79 | 2026-07-25T04:13:47.456Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-25T04:13:47.456Z | * branch 6b06228503251b59b5bfa84b379945874f32b9ba -> FETCH_HEAD |
| 81 | 2026-07-25T04:13:47.462Z | + [[ -n renovate/syn-2.x-lockfile ]] |
| 82 | 2026-07-25T04:13:47.467Z | ++ git branch --show-current |
| 83 | 2026-07-25T04:13:47.468Z | + current=master |
| 84 | 2026-07-25T04:13:47.468Z | + [[ master != renovate/syn-2.x-lockfile ]] |
| 85 | 2026-07-25T04:13:47.468Z | + git branch -f renovate/syn-2.x-lockfile 6b06228503251b59b5bfa84b379945874f32b9ba |
| 86 | 2026-07-25T04:13:47.471Z | + git checkout -f renovate/syn-2.x-lockfile |
| 87 | 2026-07-25T04:13:47.483Z | Switched to branch 'renovate/syn-2.x-lockfile' |
| 88 | 2026-07-25T04:13:47.487Z | + git reset --hard 6b06228503251b59b5bfa84b379945874f32b9ba |
| 89 | 2026-07-25T04:13:47.500Z | HEAD is now at 6b06228 Update Rust crate syn to v2.0.119 |
| 90 | 2026-07-25T04:13:47.503Z | process exited: duration 1239 ms, exit code 0 |
| |
| 91 | 2026-07-25T04:13:47.509Z | starting task 4: "build" |
| 92 | 2026-07-25T04:13:47.514Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-25T04:13:47.517Z | ++ rustup show active-toolchain |
| 94 | 2026-07-25T04:13:47.520Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-25T04:13:47.520Z | ++ pushd xde |
| 96 | 2026-07-25T04:13:47.520Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-25T04:13:47.520Z | ++ rustup show active-toolchain |
| 98 | 2026-07-25T04:13:47.526Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-07-25T04:13:47.677Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-07-25T04:13:47.680Z | info: downloading 6 components |
| 101 | 2026-07-25T04:14:04.111Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-25T04:14:04.206Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-25T04:14:04.209Z | +++ head -n 1 |
| 104 | 2026-07-25T04:14:04.209Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-25T04:14:04.261Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-07-25T04:14:04.261Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-07-25T04:14:04.261Z | ++ popd |
| 108 | 2026-07-25T04:14:04.265Z | /work/oxidecomputer/opte |
| 109 | 2026-07-25T04:14:04.265Z | + cargo --version |
| 110 | 2026-07-25T04:14:04.271Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-07-25T04:14:04.274Z | + rustc --version |
| 112 | 2026-07-25T04:14:04.293Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-07-25T04:14:04.296Z | + cd lib/oxide-vpc |
| 114 | 2026-07-25T04:14:04.296Z | + header 'check style' |
| 115 | 2026-07-25T04:14:04.296Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-25T04:14:04.296Z | # ==== check style ==== # |
| 117 | 2026-07-25T04:14:04.296Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-25T04:14:04.429Z | |
| 119 | 2026-07-25T04:14:04.429Z | real 0.130738089 |
| 120 | 2026-07-25T04:14:04.430Z | user 0.095560931 |
| 121 | 2026-07-25T04:14:04.430Z | sys 0.030959931 |
| 122 | 2026-07-25T04:14:04.430Z | trap 0.000027527 |
| 123 | 2026-07-25T04:14:04.430Z | tflt 0.000033324 |
| 124 | 2026-07-25T04:14:04.430Z | dflt 0.000030596 |
| 125 | 2026-07-25T04:14:04.430Z | kflt 0.000001199 |
| 126 | 2026-07-25T04:14:04.430Z | lock 0.031780866 |
| 127 | 2026-07-25T04:14:04.430Z | slp 0.111138196 |
| 128 | 2026-07-25T04:14:04.430Z | lat 0.000783141 |
| 129 | 2026-07-25T04:14:04.430Z | stop 0.000100821 |
| 130 | 2026-07-25T04:14:04.434Z | + header 'check docs' |
| 131 | 2026-07-25T04:14:04.434Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-25T04:14:04.434Z | # ==== check docs ==== # |
| 133 | 2026-07-25T04:14:04.434Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-25T04:14:04.434Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-25T04:14:04.499Z | Updating crates.io index |
| 136 | 2026-07-25T04:14:04.503Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-25T04:14:05.445Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-25T04:14:05.665Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-25T04:14:05.994Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-25T04:14:06.199Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-25T04:14:06.425Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-25T04:14:06.649Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-25T04:14:08.552Z | Downloading crates ... |
| 144 | 2026-07-25T04:14:08.610Z | Downloaded byteorder v1.5.0 |
| 145 | 2026-07-25T04:14:08.618Z | Downloaded darling_macro v0.23.0 |
| 146 | 2026-07-25T04:14:08.626Z | Downloaded proc-macro2 v1.0.106 |
| 147 | 2026-07-25T04:14:08.630Z | Downloaded cfg-if v1.0.4 |
| 148 | 2026-07-25T04:14:08.630Z | Downloaded macaddr v1.0.1 |
| 149 | 2026-07-25T04:14:08.630Z | Downloaded managed v0.8.0 |
| 150 | 2026-07-25T04:14:08.633Z | Downloaded pretty-hex v0.4.2 |
| 151 | 2026-07-25T04:14:08.633Z | Downloaded itoa v1.0.18 |
| 152 | 2026-07-25T04:14:08.640Z | Downloaded scroll v0.13.0 |
| 153 | 2026-07-25T04:14:08.644Z | Downloaded usdt-impl v0.6.0 |
| 154 | 2026-07-25T04:14:08.644Z | Downloaded ref-cast v1.0.25 |
| 155 | 2026-07-25T04:14:08.648Z | Downloaded dyn-clone v1.0.20 |
| 156 | 2026-07-25T04:14:08.648Z | Downloaded embedded-io v0.6.1 |
| 157 | 2026-07-25T04:14:08.653Z | Downloaded cobs v0.3.0 |
| 158 | 2026-07-25T04:14:08.653Z | Downloaded plain v0.2.3 |
| 159 | 2026-07-25T04:14:08.654Z | Downloaded hash32 v0.3.1 |
| 160 | 2026-07-25T04:14:08.654Z | Downloaded defmt-parser v1.0.0 |
| 161 | 2026-07-25T04:14:08.657Z | Downloaded aho-corasick v1.1.4 |
| 162 | 2026-07-25T04:14:08.660Z | Downloaded defmt v1.1.1 |
| 163 | 2026-07-25T04:14:08.664Z | Downloaded ident_case v1.0.1 |
| 164 | 2026-07-25T04:14:08.664Z | Downloaded ingot-types v0.2.0 |
| 165 | 2026-07-25T04:14:08.667Z | Downloaded ref-cast-impl v1.0.25 |
| 166 | 2026-07-25T04:14:08.671Z | Downloaded pest_generator v2.8.7 |
| 167 | 2026-07-25T04:14:08.677Z | Downloaded defmt-macros v1.1.1 |
| 168 | 2026-07-25T04:14:08.680Z | Downloaded postcard v1.1.3 |
| 169 | 2026-07-25T04:14:08.685Z | Downloaded dtrace-parser v0.3.0 |
| 170 | 2026-07-25T04:14:08.688Z | Downloaded either v1.16.0 |
| 171 | 2026-07-25T04:14:08.692Z | Downloaded defmt v0.3.100 |
| 172 | 2026-07-25T04:14:08.692Z | Downloaded dof v0.4.0 |
| 173 | 2026-07-25T04:14:08.695Z | Downloaded thread-id v5.1.0 |
| 174 | 2026-07-25T04:14:08.699Z | Downloaded embedded-io v0.4.0 |
| 175 | 2026-07-25T04:14:08.703Z | Downloaded strsim v0.11.1 |
| 176 | 2026-07-25T04:14:08.706Z | Downloaded version_check v0.9.5 |
| 177 | 2026-07-25T04:14:08.710Z | Downloaded usdt-attr-macro v0.6.0 |
| 178 | 2026-07-25T04:14:08.716Z | Downloaded crc32fast v1.5.0 |
| 179 | 2026-07-25T04:14:08.719Z | Downloaded ingot v0.2.0 |
| 180 | 2026-07-25T04:14:08.719Z | Downloaded tabwriter v1.4.1 |
| 181 | 2026-07-25T04:14:08.722Z | Downloaded stable_deref_trait v1.2.1 |
| 182 | 2026-07-25T04:14:08.722Z | Downloaded usdt-macro v0.6.0 |
| 183 | 2026-07-25T04:14:08.726Z | Downloaded scroll_derive v0.13.1 |
| 184 | 2026-07-25T04:14:08.740Z | Downloaded thiserror v2.0.18 |
| 185 | 2026-07-25T04:14:08.744Z | Downloaded bitflags v1.3.2 |
| 186 | 2026-07-25T04:14:08.747Z | Downloaded thiserror-impl v2.0.18 |
| 187 | 2026-07-25T04:14:08.747Z | Downloaded usdt v0.6.0 |
| 188 | 2026-07-25T04:14:08.747Z | Downloaded zmij v1.0.22 |
| 189 | 2026-07-25T04:14:08.751Z | Downloaded serde_tokenstream v0.2.3 |
| 190 | 2026-07-25T04:14:08.752Z | Downloaded bitflags v2.13.0 |
| 191 | 2026-07-25T04:14:08.756Z | Downloaded memmap2 v0.9.11 |
| 192 | 2026-07-25T04:14:08.756Z | Downloaded memchr v2.8.3 |
| 193 | 2026-07-25T04:14:08.762Z | Downloaded quote v1.0.46 |
| 194 | 2026-07-25T04:14:08.765Z | Downloaded ingot-macros v0.2.0 |
| 195 | 2026-07-25T04:14:08.769Z | Downloaded pest_meta v2.8.7 |
| 196 | 2026-07-25T04:14:08.769Z | Downloaded ipnetwork v0.21.1 |
| 197 | 2026-07-25T04:14:08.776Z | Downloaded darling v0.23.0 |
| 198 | 2026-07-25T04:14:08.780Z | Downloaded log v0.4.33 |
| 199 | 2026-07-25T04:14:08.789Z | Downloaded serde_derive v1.0.228 |
| 200 | 2026-07-25T04:14:08.792Z | Downloaded ucd-trie v0.1.7 |
| 201 | 2026-07-25T04:14:08.793Z | Downloaded unicode-ident v1.0.24 |
| 202 | 2026-07-25T04:14:08.808Z | Downloaded pest_derive v2.8.7 |
| 203 | 2026-07-25T04:14:08.812Z | Downloaded darling_core v0.23.0 |
| 204 | 2026-07-25T04:14:08.816Z | Downloaded uuid v1.23.5 |
| 205 | 2026-07-25T04:14:08.820Z | Downloaded serde_core v1.0.228 |
| 206 | 2026-07-25T04:14:08.824Z | Downloaded heapless v0.8.0 |
| 207 | 2026-07-25T04:14:08.846Z | Downloaded zerocopy-derive v0.8.54 |
| 208 | 2026-07-25T04:14:08.852Z | Downloaded serde v1.0.228 |
| 209 | 2026-07-25T04:14:08.858Z | Downloaded regex v1.13.0 |
| 210 | 2026-07-25T04:14:08.867Z | Downloaded pest v2.8.7 |
| 211 | 2026-07-25T04:14:08.894Z | Downloaded serde_json v1.0.150 |
| 212 | 2026-07-25T04:14:08.903Z | Downloaded itertools v0.15.0 |
| 213 | 2026-07-25T04:14:08.921Z | Downloaded goblin v0.10.7 |
| 214 | 2026-07-25T04:14:08.927Z | Downloaded syn v2.0.119 |
| 215 | 2026-07-25T04:14:08.948Z | Downloaded unicode-width v0.2.2 |
| 216 | 2026-07-25T04:14:08.956Z | Downloaded zerocopy v0.8.54 |
| 217 | 2026-07-25T04:14:08.967Z | Downloaded smoltcp v0.11.0 |
| 218 | 2026-07-25T04:14:08.973Z | Downloaded regex-syntax v0.8.11 |
| 219 | 2026-07-25T04:14:09.001Z | Downloaded regex-automata v0.4.15 |
| 220 | 2026-07-25T04:14:09.014Z | Downloaded libc v0.2.186 |
| 221 | 2026-07-25T04:14:09.070Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-07-25T04:14:09.070Z | Compiling quote v1.0.46 |
| 223 | 2026-07-25T04:14:09.070Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-07-25T04:14:09.073Z | Documenting unicode-ident v1.0.24 |
| 225 | 2026-07-25T04:14:09.074Z | Compiling serde_core v1.0.228 |
| 226 | 2026-07-25T04:14:09.074Z | Compiling ident_case v1.0.1 |
| 227 | 2026-07-25T04:14:09.074Z | Compiling strsim v0.11.1 |
| 228 | 2026-07-25T04:14:09.232Z | Compiling memchr v2.8.3 |
| 229 | 2026-07-25T04:14:09.250Z | Compiling serde v1.0.228 |
| 230 | 2026-07-25T04:14:09.404Z | Compiling zerocopy v0.8.54 |
| 231 | 2026-07-25T04:14:09.525Z | Compiling regex-syntax v0.8.11 |
| 232 | 2026-07-25T04:14:09.529Z | Compiling thiserror v2.0.18 |
| 233 | 2026-07-25T04:14:09.788Z | Documenting proc-macro2 v1.0.106 |
| 234 | 2026-07-25T04:14:09.788Z | Compiling aho-corasick v1.1.4 |
| 235 | 2026-07-25T04:14:09.884Z | Compiling either v1.16.0 |
| 236 | 2026-07-25T04:14:10.068Z | Checking syn v2.0.119 |
| 237 | 2026-07-25T04:14:10.076Z | Checking byteorder v1.5.0 |
| 238 | 2026-07-25T04:14:10.118Z | Compiling itertools v0.15.0 |
| 239 | 2026-07-25T04:14:10.359Z | Documenting quote v1.0.46 |
| 240 | 2026-07-25T04:14:10.848Z | Documenting syn v2.0.119 |
| 241 | 2026-07-25T04:14:10.897Z | Compiling regex-automata v0.4.15 |
| 242 | 2026-07-25T04:14:10.923Z | Documenting strsim v0.11.1 |
| 243 | 2026-07-25T04:14:11.179Z | Compiling heapless v0.8.0 |
| 244 | 2026-07-25T04:14:11.395Z | Documenting ident_case v1.0.1 |
| 245 | 2026-07-25T04:14:11.534Z | Checking bitflags v2.13.0 |
| 246 | 2026-07-25T04:14:11.648Z | Checking hash32 v0.3.1 |
| 247 | 2026-07-25T04:14:11.690Z | Documenting serde_core v1.0.228 |
| 248 | 2026-07-25T04:14:11.752Z | Checking macaddr v1.0.1 |
| 249 | 2026-07-25T04:14:11.866Z | Checking cfg-if v1.0.4 |
| 250 | 2026-07-25T04:14:11.887Z | Checking stable_deref_trait v1.2.1 |
| 251 | 2026-07-25T04:14:11.924Z | Documenting memchr v2.8.3 |
| 252 | 2026-07-25T04:14:11.951Z | Documenting regex-syntax v0.8.11 |
| 253 | 2026-07-25T04:14:12.039Z | Checking darling_core v0.23.0 |
| 254 | 2026-07-25T04:14:12.642Z | Compiling regex v1.13.0 |
| 255 | 2026-07-25T04:14:12.835Z | Documenting darling_core v0.23.0 |
| 256 | 2026-07-25T04:14:12.972Z | Documenting aho-corasick v1.1.4 |
| 257 | 2026-07-25T04:14:13.042Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-07-25T04:14:13.424Z | Checking managed v0.8.0 |
| 259 | 2026-07-25T04:14:13.663Z | Checking bitflags v1.3.2 |
| 260 | 2026-07-25T04:14:13.726Z | Documenting serde_derive v1.0.228 |
| 261 | 2026-07-25T04:14:13.742Z | Documenting thiserror-impl v2.0.18 |
| 262 | 2026-07-25T04:14:13.802Z | Compiling serde_derive v1.0.228 |
| 263 | 2026-07-25T04:14:13.903Z | Compiling thiserror-impl v2.0.18 |
| 264 | 2026-07-25T04:14:14.073Z | Compiling zerocopy-derive v0.8.54 |
| 265 | 2026-07-25T04:14:14.413Z | Documenting darling_macro v0.23.0 |
| 266 | 2026-07-25T04:14:14.571Z | Documenting regex-automata v0.4.15 |
| 267 | 2026-07-25T04:14:14.725Z | Compiling darling_macro v0.23.0 |
| 268 | 2026-07-25T04:14:14.862Z | Documenting zerocopy-derive v0.8.54 |
| 269 | 2026-07-25T04:14:15.086Z | Documenting byteorder v1.5.0 |
| 270 | 2026-07-25T04:14:15.108Z | Compiling crc32fast v1.5.0 |
| 271 | 2026-07-25T04:14:15.272Z | Checking cobs v0.3.0 |
| 272 | 2026-07-25T04:14:15.311Z | Compiling darling v0.23.0 |
| 273 | 2026-07-25T04:14:15.388Z | Compiling ingot-macros v0.2.0 |
| 274 | 2026-07-25T04:14:15.410Z | Documenting darling v0.23.0 |
| 275 | 2026-07-25T04:14:15.548Z | Compiling ref-cast v1.0.25 |
| 276 | 2026-07-25T04:14:15.604Z | Documenting hash32 v0.3.1 |
| 277 | 2026-07-25T04:14:15.775Z | Documenting zerocopy v0.8.54 |
| 278 | 2026-07-25T04:14:15.871Z | Documenting thiserror v2.0.18 |
| 279 | 2026-07-25T04:14:16.069Z | Documenting regex v1.13.0 |
| 280 | 2026-07-25T04:14:16.239Z | Compiling ref-cast-impl v1.0.25 |
| 281 | 2026-07-25T04:14:16.525Z | Documenting bitflags v2.13.0 |
| 282 | 2026-07-25T04:14:16.868Z | Documenting serde v1.0.228 |
| 283 | 2026-07-25T04:14:16.935Z | Checking postcard v1.1.3 |
| 284 | 2026-07-25T04:14:16.971Z | Documenting ingot-macros v0.2.0 |
| 285 | 2026-07-25T04:14:17.196Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-07-25T04:14:17.208Z | Documenting cfg-if v1.0.4 |
| 287 | 2026-07-25T04:14:17.413Z | Compiling version_check v0.9.5 |
| 288 | 2026-07-25T04:14:17.542Z | Documenting macaddr v1.0.1 |
| 289 | 2026-07-25T04:14:17.687Z | Documenting stable_deref_trait v1.2.1 |
| 290 | 2026-07-25T04:14:17.903Z | Checking ipnetwork v0.21.1 |
| 291 | 2026-07-25T04:14:18.066Z | Checking unicode-width v0.2.2 |
| 292 | 2026-07-25T04:14:18.072Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-07-25T04:14:18.256Z | Checking ingot-types v0.2.0 |
| 294 | 2026-07-25T04:14:18.283Z | Documenting cobs v0.3.0 |
| 295 | 2026-07-25T04:14:18.301Z | Documenting managed v0.8.0 |
| 296 | 2026-07-25T04:14:18.333Z | Checking tabwriter v1.4.1 |
| 297 | 2026-07-25T04:14:18.494Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 298 | 2026-07-25T04:14:18.631Z | Checking ingot v0.2.0 |
| 299 | 2026-07-25T04:14:18.766Z | Documenting heapless v0.8.0 |
| 300 | 2026-07-25T04:14:18.837Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 301 | 2026-07-25T04:14:19.155Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 302 | 2026-07-25T04:14:19.285Z | Documenting postcard v1.1.3 |
| 303 | 2026-07-25T04:14:19.293Z | Documenting ingot-types v0.2.0 |
| 304 | 2026-07-25T04:14:19.466Z | Documenting ref-cast-impl v1.0.25 |
| 305 | 2026-07-25T04:14:19.529Z | Documenting ipnetwork v0.21.1 |
| 306 | 2026-07-25T04:14:19.706Z | Documenting unicode-width v0.2.2 |
| 307 | 2026-07-25T04:14:19.832Z | Documenting either v1.16.0 |
| 308 | 2026-07-25T04:14:20.095Z | Documenting smoltcp v0.11.0 |
| 309 | 2026-07-25T04:14:20.244Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 310 | 2026-07-25T04:14:20.330Z | Checking dyn-clone v1.0.20 |
| 311 | 2026-07-25T04:14:20.424Z | Documenting crc32fast v1.5.0 |
| 312 | 2026-07-25T04:14:20.627Z | Documenting ingot v0.2.0 |
| 313 | 2026-07-25T04:14:20.843Z | Documenting ref-cast v1.0.25 |
| 314 | 2026-07-25T04:14:20.951Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 315 | 2026-07-25T04:14:21.112Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 316 | 2026-07-25T04:14:21.329Z | Documenting tabwriter v1.4.1 |
| 317 | 2026-07-25T04:14:21.594Z | Documenting itertools v0.15.0 |
| 318 | 2026-07-25T04:14:21.842Z | Documenting dyn-clone v1.0.20 |
| 319 | 2026-07-25T04:14:22.442Z | Documenting uuid v1.23.5 |
| 320 | 2026-07-25T04:14:22.748Z | Checking uuid v1.23.5 |
| 321 | 2026-07-25T04:14:22.987Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 322 | 2026-07-25T04:14:23.035Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 323 | 2026-07-25T04:14:23.797Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-07-25T04:14:25.550Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 325 | 2026-07-25T04:14:27.901Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 326 | 2026-07-25T04:14:29.596Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.08s |
| 327 | 2026-07-25T04:14:29.634Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 328 | 2026-07-25T04:14:29.659Z | |
| 329 | 2026-07-25T04:14:29.659Z | real 25.188058920 |
| 330 | 2026-07-25T04:14:29.659Z | user 1:21.671311910 |
| 331 | 2026-07-25T04:14:29.659Z | sys 17.320166766 |
| 332 | 2026-07-25T04:14:29.659Z | trap 0.042508866 |
| 333 | 2026-07-25T04:14:29.659Z | tflt 0.037123935 |
| 334 | 2026-07-25T04:14:29.659Z | dflt 0.062659050 |
| 335 | 2026-07-25T04:14:29.659Z | kflt 0.005121055 |
| 336 | 2026-07-25T04:14:29.660Z | lock 7:51.292345002 |
| 337 | 2026-07-25T04:14:29.660Z | slp 4:54.982598599 |
| 338 | 2026-07-25T04:14:29.660Z | lat 7.938269556 |
| 339 | 2026-07-25T04:14:29.660Z | stop 13.240072791 |
| 340 | 2026-07-25T04:14:29.660Z | + header 'analyze std + api + usdt' |
| 341 | 2026-07-25T04:14:29.660Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 342 | 2026-07-25T04:14:29.660Z | # ==== analyze std + api + usdt ==== # |
| 343 | 2026-07-25T04:14:29.660Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 344 | 2026-07-25T04:14:29.826Z | Downloading crates ... |
| 345 | 2026-07-25T04:14:29.903Z | Downloaded futures-io v0.3.32 |
| 346 | 2026-07-25T04:14:29.913Z | Downloaded futures-executor v0.3.32 |
| 347 | 2026-07-25T04:14:29.913Z | Downloaded futures-task v0.3.32 |
| 348 | 2026-07-25T04:14:29.913Z | Downloaded futures-sink v0.3.32 |
| 349 | 2026-07-25T04:14:29.913Z | Downloaded ctor v0.10.1 |
| 350 | 2026-07-25T04:14:29.914Z | Downloaded futures-core v0.3.32 |
| 351 | 2026-07-25T04:14:29.914Z | Downloaded futures v0.3.32 |
| 352 | 2026-07-25T04:14:29.914Z | Downloaded cookie-factory v0.3.3 |
| 353 | 2026-07-25T04:14:29.914Z | Downloaded ctor-proc-macro v0.0.13 |
| 354 | 2026-07-25T04:14:29.914Z | Downloaded slab v0.4.12 |
| 355 | 2026-07-25T04:14:29.931Z | Downloaded link-section v0.2.1 |
| 356 | 2026-07-25T04:14:29.931Z | Downloaded circular v0.3.0 |
| 357 | 2026-07-25T04:14:29.931Z | Downloaded futures-macro v0.3.32 |
| 358 | 2026-07-25T04:14:29.938Z | Downloaded typeid v1.0.3 |
| 359 | 2026-07-25T04:14:29.938Z | Downloaded dtor-proc-macro v0.0.13 |
| 360 | 2026-07-25T04:14:29.938Z | Downloaded dtor v0.8.1 |
| 361 | 2026-07-25T04:14:29.960Z | Downloaded pin-project-lite v0.2.17 |
| 362 | 2026-07-25T04:14:29.960Z | Downloaded anyhow v1.0.103 |
| 363 | 2026-07-25T04:14:29.960Z | Downloaded futures-channel v0.3.32 |
| 364 | 2026-07-25T04:14:29.960Z | Downloaded rusticata-macros v5.0.0 |
| 365 | 2026-07-25T04:14:29.960Z | Downloaded once_cell v1.21.4 |
| 366 | 2026-07-25T04:14:29.960Z | Downloaded ron v0.12.2 |
| 367 | 2026-07-25T04:14:29.978Z | Downloaded nom v8.0.0 |
| 368 | 2026-07-25T04:14:29.978Z | Downloaded futures-util v0.3.32 |
| 369 | 2026-07-25T04:14:29.978Z | Downloaded pcap-parser v0.17.0 |
| 370 | 2026-07-25T04:14:30.026Z | Compiling proc-macro2 v1.0.106 |
| 371 | 2026-07-25T04:14:30.047Z | Compiling quote v1.0.46 |
| 372 | 2026-07-25T04:14:30.048Z | Compiling unicode-ident v1.0.24 |
| 373 | 2026-07-25T04:14:30.048Z | Compiling memchr v2.8.3 |
| 374 | 2026-07-25T04:14:30.048Z | Compiling thiserror v2.0.18 |
| 375 | 2026-07-25T04:14:30.048Z | Compiling zerocopy v0.8.54 |
| 376 | 2026-07-25T04:14:30.048Z | Compiling serde_core v1.0.228 |
| 377 | 2026-07-25T04:14:30.048Z | Compiling zmij v1.0.22 |
| 378 | 2026-07-25T04:14:30.364Z | Compiling libc v0.2.186 |
| 379 | 2026-07-25T04:14:30.398Z | Compiling serde_json v1.0.150 |
| 380 | 2026-07-25T04:14:30.424Z | Compiling ucd-trie v0.1.7 |
| 381 | 2026-07-25T04:14:30.610Z | Compiling pest v2.8.7 |
| 382 | 2026-07-25T04:14:30.627Z | Compiling serde v1.0.228 |
| 383 | 2026-07-25T04:14:30.754Z | Compiling ident_case v1.0.1 |
| 384 | 2026-07-25T04:14:30.817Z | Compiling strsim v0.11.1 |
| 385 | 2026-07-25T04:14:31.055Z | Compiling aho-corasick v1.1.4 |
| 386 | 2026-07-25T04:14:31.066Z | Compiling itoa v1.0.18 |
| 387 | 2026-07-25T04:14:31.250Z | Compiling regex-syntax v0.8.11 |
| 388 | 2026-07-25T04:14:31.280Z | Compiling syn v2.0.119 |
| 389 | 2026-07-25T04:14:31.280Z | Checking byteorder v1.5.0 |
| 390 | 2026-07-25T04:14:31.731Z | Compiling pest_meta v2.8.7 |
| 391 | 2026-07-25T04:14:31.799Z | Compiling usdt-impl v0.6.0 |
| 392 | 2026-07-25T04:14:31.819Z | Compiling either v1.16.0 |
| 393 | 2026-07-25T04:14:31.938Z | Checking bitflags v2.13.0 |
| 394 | 2026-07-25T04:14:32.006Z | Compiling itertools v0.15.0 |
| 395 | 2026-07-25T04:14:32.255Z | Compiling thread-id v5.1.0 |
| 396 | 2026-07-25T04:14:32.434Z | Compiling heapless v0.8.0 |
| 397 | 2026-07-25T04:14:32.590Z | Checking futures-core v0.3.32 |
| 398 | 2026-07-25T04:14:32.614Z | Compiling regex-automata v0.4.15 |
| 399 | 2026-07-25T04:14:32.705Z | Checking futures-sink v0.3.32 |
| 400 | 2026-07-25T04:14:32.919Z | Checking plain v0.2.3 |
| 401 | 2026-07-25T04:14:32.929Z | Checking log v0.4.33 |
| 402 | 2026-07-25T04:14:33.008Z | Checking futures-channel v0.3.32 |
| 403 | 2026-07-25T04:14:33.241Z | Checking hash32 v0.3.1 |
| 404 | 2026-07-25T04:14:33.354Z | Checking stable_deref_trait v1.2.1 |
| 405 | 2026-07-25T04:14:33.392Z | Checking macaddr v1.0.1 |
| 406 | 2026-07-25T04:14:33.415Z | Checking pin-project-lite v0.2.17 |
| 407 | 2026-07-25T04:14:33.486Z | Checking pretty-hex v0.4.2 |
| 408 | 2026-07-25T04:14:33.514Z | Checking cfg-if v1.0.4 |
| 409 | 2026-07-25T04:14:33.545Z | Compiling smoltcp v0.11.0 |
| 410 | 2026-07-25T04:14:33.556Z | Checking slab v0.4.12 |
| 411 | 2026-07-25T04:14:33.574Z | Checking futures-task v0.3.32 |
| 412 | 2026-07-25T04:14:33.600Z | Checking futures-io v0.3.32 |
| 413 | 2026-07-25T04:14:33.705Z | Compiling pest_generator v2.8.7 |
| 414 | 2026-07-25T04:14:33.705Z | Compiling darling_core v0.23.0 |
| 415 | 2026-07-25T04:14:33.945Z | Compiling crc32fast v1.5.0 |
| 416 | 2026-07-25T04:14:34.095Z | Compiling ref-cast v1.0.25 |
| 417 | 2026-07-25T04:14:34.104Z | Compiling version_check v0.9.5 |
| 418 | 2026-07-25T04:14:34.230Z | Checking managed v0.8.0 |
| 419 | 2026-07-25T04:14:34.316Z | Compiling regex v1.13.0 |
| 420 | 2026-07-25T04:14:34.379Z | Checking bitflags v1.3.2 |
| 421 | 2026-07-25T04:14:34.413Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 422 | 2026-07-25T04:14:34.480Z | Checking memmap2 v0.9.11 |
| 423 | 2026-07-25T04:14:34.636Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 424 | 2026-07-25T04:14:34.678Z | Checking ipnetwork v0.21.1 |
| 425 | 2026-07-25T04:14:34.717Z | Checking unicode-width v0.2.2 |
| 426 | 2026-07-25T04:14:34.887Z | Compiling serde_derive v1.0.228 |
| 427 | 2026-07-25T04:14:34.933Z | Compiling thiserror-impl v2.0.18 |
| 428 | 2026-07-25T04:14:34.959Z | Compiling zerocopy-derive v0.8.54 |
| 429 | 2026-07-25T04:14:34.993Z | Compiling pest_derive v2.8.7 |
| 430 | 2026-07-25T04:14:35.217Z | Compiling scroll_derive v0.13.1 |
| 431 | 2026-07-25T04:14:35.513Z | Compiling futures-macro v0.3.32 |
| 432 | 2026-07-25T04:14:35.624Z | Compiling ref-cast-impl v1.0.25 |
| 433 | 2026-07-25T04:14:35.809Z | Compiling darling_macro v0.23.0 |
| 434 | 2026-07-25T04:14:36.022Z | Checking scroll v0.13.0 |
| 435 | 2026-07-25T04:14:36.218Z | Checking dtrace-parser v0.3.0 |
| 436 | 2026-07-25T04:14:36.237Z | Checking goblin v0.10.7 |
| 437 | 2026-07-25T04:14:36.296Z | Checking futures-util v0.3.32 |
| 438 | 2026-07-25T04:14:36.365Z | Compiling darling v0.23.0 |
| 439 | 2026-07-25T04:14:36.448Z | Compiling ingot-macros v0.2.0 |
| 440 | 2026-07-25T04:14:36.647Z | Checking cobs v0.3.0 |
| 441 | 2026-07-25T04:14:36.783Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 442 | 2026-07-25T04:14:36.971Z | Checking tabwriter v1.4.1 |
| 443 | 2026-07-25T04:14:37.112Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 444 | 2026-07-25T04:14:37.830Z | Checking nom v8.0.0 |
| 445 | 2026-07-25T04:14:37.921Z | Checking postcard v1.1.3 |
| 446 | 2026-07-25T04:14:38.039Z | Compiling serde_tokenstream v0.2.3 |
| 447 | 2026-07-25T04:14:38.194Z | Compiling anyhow v1.0.103 |
| 448 | 2026-07-25T04:14:38.207Z | Checking futures-executor v0.3.32 |
| 449 | 2026-07-25T04:14:38.319Z | Checking dyn-clone v1.0.20 |
| 450 | 2026-07-25T04:14:38.339Z | Checking futures v0.3.32 |
| 451 | 2026-07-25T04:14:38.424Z | Compiling typeid v1.0.3 |
| 452 | 2026-07-25T04:14:38.428Z | Checking cookie-factory v0.3.3 |
| 453 | 2026-07-25T04:14:38.755Z | Checking uuid v1.23.5 |
| 454 | 2026-07-25T04:14:38.859Z | Checking circular v0.3.0 |
| 455 | 2026-07-25T04:14:38.859Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 456 | 2026-07-25T04:14:38.888Z | Compiling dtor-proc-macro v0.0.13 |
| 457 | 2026-07-25T04:14:38.964Z | Checking link-section v0.2.1 |
| 458 | 2026-07-25T04:14:39.046Z | Compiling ctor-proc-macro v0.0.13 |
| 459 | 2026-07-25T04:14:39.109Z | Checking once_cell v1.21.4 |
| 460 | 2026-07-25T04:14:39.120Z | Checking dof v0.4.0 |
| 461 | 2026-07-25T04:14:39.125Z | Checking ingot-types v0.2.0 |
| 462 | 2026-07-25T04:14:39.152Z | Checking dtor v0.8.1 |
| 463 | 2026-07-25T04:14:39.164Z | Checking ron v0.12.2 |
| 464 | 2026-07-25T04:14:39.279Z | Checking ctor v0.10.1 |
| 465 | 2026-07-25T04:14:39.441Z | Checking ingot v0.2.0 |
| 466 | 2026-07-25T04:14:39.817Z | Checking rusticata-macros v5.0.0 |
| 467 | 2026-07-25T04:14:39.945Z | Checking pcap-parser v0.17.0 |
| 468 | 2026-07-25T04:14:40.143Z | Compiling usdt-attr-macro v0.6.0 |
| 469 | 2026-07-25T04:14:40.143Z | Compiling usdt-macro v0.6.0 |
| 470 | 2026-07-25T04:14:40.743Z | Checking usdt v0.6.0 |
| 471 | 2026-07-25T04:14:40.952Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 472 | 2026-07-25T04:14:45.429Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 473 | 2026-07-25T04:14:47.117Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 474 | 2026-07-25T04:14:49.526Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.83s |
| 475 | 2026-07-25T04:14:49.561Z | |
| 476 | 2026-07-25T04:14:49.566Z | real 19.915684680 |
| 477 | 2026-07-25T04:14:49.566Z | user 1:11.275883293 |
| 478 | 2026-07-25T04:14:49.566Z | sys 14.827728838 |
| 479 | 2026-07-25T04:14:49.566Z | trap 0.036856273 |
| 480 | 2026-07-25T04:14:49.566Z | tflt 0.122005225 |
| 481 | 2026-07-25T04:14:49.566Z | dflt 0.236532265 |
| 482 | 2026-07-25T04:14:49.566Z | kflt 0.000041686 |
| 483 | 2026-07-25T04:14:49.566Z | lock 4:40.477799679 |
| 484 | 2026-07-25T04:14:49.566Z | slp 3:46.060935220 |
| 485 | 2026-07-25T04:14:49.566Z | lat 4.513249058 |
| 486 | 2026-07-25T04:14:49.566Z | stop 9.688432478 |
| 487 | 2026-07-25T04:14:49.566Z | + header 'analyze no_std + engine + kernel' |
| 488 | 2026-07-25T04:14:49.566Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 489 | 2026-07-25T04:14:49.566Z | # ==== analyze no_std + engine + kernel ==== # |
| 490 | 2026-07-25T04:14:49.566Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 491 | 2026-07-25T04:14:49.729Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 492 | 2026-07-25T04:14:49.730Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 493 | 2026-07-25T04:14:49.730Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 494 | 2026-07-25T04:14:49.730Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 495 | 2026-07-25T04:14:49.944Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 496 | 2026-07-25T04:14:52.995Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 497 | 2026-07-25T04:14:54.181Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.56s |
| 498 | 2026-07-25T04:14:54.222Z | |
| 499 | 2026-07-25T04:14:54.222Z | real 4.623619981 |
| 500 | 2026-07-25T04:14:54.222Z | user 4.754371865 |
| 501 | 2026-07-25T04:14:54.222Z | sys 0.923064699 |
| 502 | 2026-07-25T04:14:54.222Z | trap 0.000576224 |
| 503 | 2026-07-25T04:14:54.222Z | tflt 0.022330854 |
| 504 | 2026-07-25T04:14:54.237Z | dflt 0.003147222 |
| 505 | 2026-07-25T04:14:54.237Z | kflt 0.000001759 |
| 506 | 2026-07-25T04:14:54.237Z | lock 14.977210474 |
| 507 | 2026-07-25T04:14:54.237Z | slp 17.780069867 |
| 508 | 2026-07-25T04:14:54.238Z | lat 0.006752019 |
| 509 | 2026-07-25T04:14:54.238Z | stop 0.195189929 |
| 510 | 2026-07-25T04:14:54.238Z | + header test |
| 511 | 2026-07-25T04:14:54.238Z | + echo '# ==== test ==== #' |
| 512 | 2026-07-25T04:14:54.238Z | + ptime -m cargo test |
| 513 | 2026-07-25T04:14:54.238Z | # ==== test ==== # |
| 514 | 2026-07-25T04:14:54.376Z | Compiling memchr v2.8.3 |
| 515 | 2026-07-25T04:14:54.376Z | Compiling serde_core v1.0.228 |
| 516 | 2026-07-25T04:14:54.393Z | Compiling thiserror v2.0.18 |
| 517 | 2026-07-25T04:14:54.393Z | Compiling zerocopy v0.8.54 |
| 518 | 2026-07-25T04:14:54.394Z | Compiling unicode-ident v1.0.24 |
| 519 | 2026-07-25T04:14:54.394Z | Compiling byteorder v1.5.0 |
| 520 | 2026-07-25T04:14:54.394Z | Compiling zmij v1.0.22 |
| 521 | 2026-07-25T04:14:54.394Z | Compiling libc v0.2.186 |
| 522 | 2026-07-25T04:14:54.490Z | Compiling proc-macro2 v1.0.106 |
| 523 | 2026-07-25T04:14:54.501Z | Compiling scroll v0.13.0 |
| 524 | 2026-07-25T04:14:54.605Z | Compiling futures-core v0.3.32 |
| 525 | 2026-07-25T04:14:54.732Z | Compiling itoa v1.0.18 |
| 526 | 2026-07-25T04:14:55.171Z | Compiling ucd-trie v0.1.7 |
| 527 | 2026-07-25T04:14:55.212Z | Compiling futures-sink v0.3.32 |
| 528 | 2026-07-25T04:14:55.213Z | Compiling plain v0.2.3 |
| 529 | 2026-07-25T04:14:55.213Z | Compiling log v0.4.33 |
| 530 | 2026-07-25T04:14:55.213Z | Compiling futures-channel v0.3.32 |
| 531 | 2026-07-25T04:14:55.213Z | Compiling goblin v0.10.7 |
| 532 | 2026-07-25T04:14:55.213Z | Compiling pest v2.8.7 |
| 533 | 2026-07-25T04:14:55.213Z | Compiling quote v1.0.46 |
| 534 | 2026-07-25T04:14:55.433Z | Compiling hash32 v0.3.1 |
| 535 | 2026-07-25T04:14:55.612Z | Compiling pretty-hex v0.4.2 |
| 536 | 2026-07-25T04:14:55.708Z | Compiling macaddr v1.0.1 |
| 537 | 2026-07-25T04:14:55.714Z | Compiling pin-project-lite v0.2.17 |
| 538 | 2026-07-25T04:14:55.806Z | Compiling slab v0.4.12 |
| 539 | 2026-07-25T04:14:55.924Z | Compiling futures-task v0.3.32 |
| 540 | 2026-07-25T04:14:55.934Z | Compiling cfg-if v1.0.4 |
| 541 | 2026-07-25T04:14:55.979Z | Compiling stable_deref_trait v1.2.1 |
| 542 | 2026-07-25T04:14:55.988Z | Compiling futures-io v0.3.32 |
| 543 | 2026-07-25T04:14:56.049Z | Compiling heapless v0.8.0 |
| 544 | 2026-07-25T04:14:56.111Z | Compiling serde v1.0.228 |
| 545 | 2026-07-25T04:14:56.171Z | Compiling bitflags v2.13.0 |
| 546 | 2026-07-25T04:14:56.335Z | Compiling serde_json v1.0.150 |
| 547 | 2026-07-25T04:14:56.497Z | Compiling dtrace-parser v0.3.0 |
| 548 | 2026-07-25T04:14:56.571Z | Compiling futures-util v0.3.32 |
| 549 | 2026-07-25T04:14:56.740Z | Compiling syn v2.0.119 |
| 550 | 2026-07-25T04:14:56.746Z | Compiling thread-id v5.1.0 |
| 551 | 2026-07-25T04:14:56.815Z | Compiling cobs v0.3.0 |
| 552 | 2026-07-25T04:14:57.087Z | Compiling bitflags v1.3.2 |
| 553 | 2026-07-25T04:14:57.127Z | Compiling managed v0.8.0 |
| 554 | 2026-07-25T04:14:57.150Z | Compiling ingot-types v0.2.0 |
| 555 | 2026-07-25T04:14:57.338Z | Compiling smoltcp v0.11.0 |
| 556 | 2026-07-25T04:14:57.343Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 557 | 2026-07-25T04:14:57.546Z | Compiling ingot v0.2.0 |
| 558 | 2026-07-25T04:14:57.560Z | Compiling postcard v1.1.3 |
| 559 | 2026-07-25T04:14:57.939Z | Compiling dof v0.4.0 |
| 560 | 2026-07-25T04:14:59.302Z | Compiling usdt-impl v0.6.0 |
| 561 | 2026-07-25T04:14:59.443Z | Compiling futures-executor v0.3.32 |
| 562 | 2026-07-25T04:14:59.763Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 563 | 2026-07-25T04:15:00.026Z | Compiling memmap2 v0.9.11 |
| 564 | 2026-07-25T04:15:00.031Z | Compiling either v1.16.0 |
| 565 | 2026-07-25T04:15:00.229Z | Compiling ipnetwork v0.21.1 |
| 566 | 2026-07-25T04:15:00.331Z | Compiling unicode-width v0.2.2 |
| 567 | 2026-07-25T04:15:00.369Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-07-25T04:15:00.635Z | Compiling tabwriter v1.4.1 |
| 569 | 2026-07-25T04:15:00.734Z | Compiling itertools v0.15.0 |
| 570 | 2026-07-25T04:15:01.046Z | Compiling usdt v0.6.0 |
| 571 | 2026-07-25T04:15:01.490Z | Compiling ref-cast v1.0.25 |
| 572 | 2026-07-25T04:15:01.582Z | Compiling futures v0.3.32 |
| 573 | 2026-07-25T04:15:01.655Z | Compiling crc32fast v1.5.0 |
| 574 | 2026-07-25T04:15:01.687Z | Compiling nom v8.0.0 |
| 575 | 2026-07-25T04:15:01.698Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 576 | 2026-07-25T04:15:01.708Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 577 | 2026-07-25T04:15:01.887Z | Compiling dyn-clone v1.0.20 |
| 578 | 2026-07-25T04:15:02.050Z | Compiling cookie-factory v0.3.3 |
| 579 | 2026-07-25T04:15:02.272Z | Compiling uuid v1.23.5 |
| 580 | 2026-07-25T04:15:02.370Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 581 | 2026-07-25T04:15:02.592Z | Compiling circular v0.3.0 |
| 582 | 2026-07-25T04:15:02.731Z | Compiling dtor v0.8.1 |
| 583 | 2026-07-25T04:15:02.731Z | Compiling anyhow v1.0.103 |
| 584 | 2026-07-25T04:15:02.812Z | Compiling typeid v1.0.3 |
| 585 | 2026-07-25T04:15:02.841Z | Compiling link-section v0.2.1 |
| 586 | 2026-07-25T04:15:02.909Z | Compiling once_cell v1.21.4 |
| 587 | 2026-07-25T04:15:02.980Z | Compiling ctor v0.10.1 |
| 588 | 2026-07-25T04:15:03.050Z | Compiling ron v0.12.2 |
| 589 | 2026-07-25T04:15:04.265Z | Compiling rusticata-macros v5.0.0 |
| 590 | 2026-07-25T04:15:04.584Z | Compiling pcap-parser v0.17.0 |
| 591 | 2026-07-25T04:15:07.888Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 592 | 2026-07-25T04:15:10.974Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 593 | 2026-07-25T04:15:57.871Z | Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s |
| 594 | 2026-07-25T04:15:57.887Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-6c27118ed75b41de) |
| 595 | 2026-07-25T04:15:57.890Z | |
| 596 | 2026-07-25T04:15:57.890Z | running 15 tests |
| 597 | 2026-07-25T04:15:57.891Z | test api::tests::ports_from_str_bad ... ok |
| 598 | 2026-07-25T04:15:57.891Z | test api::tests::parse_good_proto_filter ... ok |
| 599 | 2026-07-25T04:15:57.891Z | test api::tests::parse_bad_address ... ok |
| 600 | 2026-07-25T04:15:57.891Z | test cfg::tests::test_required_nat_space ... ok |
| 601 | 2026-07-25T04:15:57.891Z | test api::tests::parse_good_address ... ok |
| 602 | 2026-07-25T04:15:57.891Z | test api::tests::ports_from_str_good ... ok |
| 603 | 2026-07-25T04:15:57.891Z | test api::tests::parse_bad_proto_filter ... ok |
| 604 | 2026-07-25T04:15:57.891Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 605 | 2026-07-25T04:15:57.891Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 606 | 2026-07-25T04:15:57.895Z | test engine::geneve::test::parse_single_opt ... ok |
| 607 | 2026-07-25T04:15:57.895Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 608 | 2026-07-25T04:15:57.895Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 609 | 2026-07-25T04:15:57.895Z | test engine::geneve::test::parse_multi_opt ... ok |
| 610 | 2026-07-25T04:15:57.895Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 611 | 2026-07-25T04:15:57.895Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 612 | 2026-07-25T04:15:57.895Z | |
| 613 | 2026-07-25T04:15:57.895Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 614 | 2026-07-25T04:15:57.895Z | |
| 615 | 2026-07-25T04:15:57.895Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-2ab333f7ceb320ad) |
| 616 | 2026-07-25T04:15:57.895Z | |
| 617 | 2026-07-25T04:15:57.895Z | running 4 tests |
| 618 | 2026-07-25T04:15:57.899Z | test firewall_vni_outbound ... ok |
| 619 | 2026-07-25T04:15:57.899Z | test firewall_external_inbound ... ok |
| 620 | 2026-07-25T04:15:57.899Z | test firewall_vni_inbound ... ok |
| 621 | 2026-07-25T04:15:57.899Z | test firewall_replace_rules ... ok |
| 622 | 2026-07-25T04:15:57.899Z | |
| 623 | 2026-07-25T04:15:57.899Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 624 | 2026-07-25T04:15:57.899Z | |
| 625 | 2026-07-25T04:15:57.899Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-102d3a51edbc6ce3) |
| 626 | 2026-07-25T04:15:57.899Z | |
| 627 | 2026-07-25T04:15:57.899Z | running 2 tests |
| 628 | 2026-07-25T04:15:57.899Z | test parse_in_regression ... ok |
| 629 | 2026-07-25T04:15:57.899Z | test parse_out_regression ... ok |
| 630 | 2026-07-25T04:15:57.899Z | |
| 631 | 2026-07-25T04:15:57.900Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 632 | 2026-07-25T04:15:57.900Z | |
| 633 | 2026-07-25T04:15:57.900Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-504573ceb62db3f7) |
| 634 | 2026-07-25T04:15:57.904Z | |
| 635 | 2026-07-25T04:15:57.904Z | running 50 tests |
| 636 | 2026-07-25T04:15:57.904Z | test bad_ip_len ... ok |
| 637 | 2026-07-25T04:15:57.904Z | test check_layers ... ok |
| 638 | 2026-07-25T04:15:57.904Z | test arp_gateway ... ok |
| 639 | 2026-07-25T04:15:57.904Z | test anti_spoof ... ok |
| 640 | 2026-07-25T04:15:57.904Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 641 | 2026-07-25T04:15:57.904Z | test add_remove_fw_rule ... ok |
| 642 | 2026-07-25T04:15:57.904Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 643 | 2026-07-25T04:15:57.904Z | test external_attached_subnets_dont_apply_nat ... ok |
| 644 | 2026-07-25T04:15:57.904Z | test flow_expiration ... ok |
| 645 | 2026-07-25T04:15:57.904Z | test external_ip_epoch_affinity_preserved ... ok |
| 646 | 2026-07-25T04:15:57.904Z | test gateway_icmpv6_ping ... ok |
| 647 | 2026-07-25T04:15:57.904Z | test gateway_icmp4_ping ... ok |
| 648 | 2026-07-25T04:15:57.904Z | test external_ip_reconfigurable ... ok |
| 649 | 2026-07-25T04:15:57.904Z | test early_tcp_invalidation ... ok |
| 650 | 2026-07-25T04:15:57.904Z | test gateway_router_advert_reply ... ok |
| 651 | 2026-07-25T04:15:57.904Z | test guest_to_guest_no_route ... ok |
| 652 | 2026-07-25T04:15:57.904Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 653 | 2026-07-25T04:15:57.904Z | test guest_to_internet_ipv4 ... ok |
| 654 | 2026-07-25T04:15:57.904Z | test guest_to_internet_ipv6 ... ok |
| 655 | 2026-07-25T04:15:57.904Z | test guest_to_guest ... ok |
| 656 | 2026-07-25T04:15:57.904Z | test inbound_ndp_dropped_at_gateway ... ok |
| 657 | 2026-07-25T04:15:57.904Z | test icmp_inner_has_nat_applied ... ok |
| 658 | 2026-07-25T04:15:57.905Z | test icmpv6_inner_has_nat_applied ... ok |
| 659 | 2026-07-25T04:15:57.905Z | test external_ip_receive_and_reply_on_all ... ok |
| 660 | 2026-07-25T04:15:57.905Z | test packet_body_pullup ... ok |
| 661 | 2026-07-25T04:15:57.905Z | test outbound_ndp_dropped ... ok |
| 662 | 2026-07-25T04:15:57.905Z | test external_ip_balanced_over_floating_ips ... ok |
| 663 | 2026-07-25T04:15:57.905Z | test no_panic_on_flow_table_full ... ok |
| 664 | 2026-07-25T04:15:57.905Z | test intra_subnet_routes_with_custom ... ok |
| 665 | 2026-07-25T04:15:57.905Z | test offload_info_preserved ... ok |
| 666 | 2026-07-25T04:15:57.905Z | test internal_attached_subnets ... ok |
| 667 | 2026-07-25T04:15:57.905Z | test port_transition_reset ... ok |
| 668 | 2026-07-25T04:15:57.905Z | test port_transition_running ... ok |
| 669 | 2026-07-25T04:15:57.905Z | test packet_too_big_generation ... ok |
| 670 | 2026-07-25T04:15:57.905Z | test port_as_router_target ... ok |
| 671 | 2026-07-25T04:15:57.905Z | test port_transition_pause ... ok |
| 672 | 2026-07-25T04:15:57.905Z | test select_eip_conditioned_on_igw ... ok |
| 673 | 2026-07-25T04:15:57.905Z | test tcp_invalidation_does_not_block_connection ... ok |
| 674 | 2026-07-25T04:15:57.905Z | test snat_icmp4_echo_rewrite ... ok |
| 675 | 2026-07-25T04:15:57.905Z | test snat_icmp6_echo_rewrite ... ok |
| 676 | 2026-07-25T04:15:57.905Z | test test_drop_on_unknown_critical_option ... ok |
| 677 | 2026-07-25T04:15:57.905Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 678 | 2026-07-25T04:15:57.905Z | test test_ipv6_multicast_encapsulation ... ok |
| 679 | 2026-07-25T04:15:57.905Z | test tcp_inbound ... ok |
| 680 | 2026-07-25T04:15:57.905Z | test test_gateway_neighbor_advert_reply ... ok |
| 681 | 2026-07-25T04:15:57.905Z | test test_tcp_multicast_denied ... ok |
| 682 | 2026-07-25T04:15:57.905Z | test tcp_outbound ... ok |
| 683 | 2026-07-25T04:15:57.905Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 684 | 2026-07-25T04:15:57.905Z | test uft_lft_invalidation_out ... ok |
| 685 | 2026-07-25T04:15:57.910Z | test uft_lft_invalidation_in ... ok |
| 686 | 2026-07-25T04:15:57.910Z | |
| 687 | 2026-07-25T04:15:57.910Z | test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 688 | 2026-07-25T04:15:57.910Z | |
| 689 | 2026-07-25T04:15:57.910Z | Doc-tests oxide_vpc |
| 690 | 2026-07-25T04:15:58.202Z | |
| 691 | 2026-07-25T04:15:58.203Z | running 0 tests |
| 692 | 2026-07-25T04:15:58.203Z | |
| 693 | 2026-07-25T04:15:58.203Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 694 | 2026-07-25T04:15:58.203Z | |
| 695 | 2026-07-25T04:15:58.231Z | |
| 696 | 2026-07-25T04:15:58.234Z | real 1:04.030147032 |
| 697 | 2026-07-25T04:15:58.234Z | user 3:28.823844525 |
| 698 | 2026-07-25T04:15:58.234Z | sys 11.985328313 |
| 699 | 2026-07-25T04:15:58.234Z | trap 0.088909967 |
| 700 | 2026-07-25T04:15:58.234Z | tflt 0.267089122 |
| 701 | 2026-07-25T04:15:58.234Z | dflt 0.390160155 |
| 702 | 2026-07-25T04:15:58.234Z | kflt 0.000012226 |
| 703 | 2026-07-25T04:15:58.234Z | lock 15:09.563360213 |
| 704 | 2026-07-25T04:15:58.234Z | slp 6:50.248540427 |
| 705 | 2026-07-25T04:15:58.234Z | lat 7.590801734 |
| 706 | 2026-07-25T04:15:58.234Z | stop 6.373839374 |
| 707 | 2026-07-25T04:15:58.234Z | process exited: duration 130722 ms, exit code 0 |
| |
| 708 | 2026-07-25T04:15:58.241Z | found 0 output files |