|
|
|
| 1 | 2026-04-23T00:36:18.036Z | job assigned to worker 01KPVW6YD86QKSEDGXX0JE0NFQ [factory aws, i-00a9137b9aa7b1877] (queued for 47 s) |
| |
| 2 | 2026-04-23T00:36:25.988Z | starting task 0: "setup" |
| 3 | 2026-04-23T00:36:25.992Z | ++ uname -s |
| 4 | 2026-04-23T00:36:25.995Z | + kern=SunOS |
| 5 | 2026-04-23T00:36:25.995Z | + build_user=build |
| 6 | 2026-04-23T00:36:25.995Z | + build_uid=12345 |
| 7 | 2026-04-23T00:36:25.995Z | + work_dir=/work |
| 8 | 2026-04-23T00:36:25.995Z | + input_dir=/input |
| 9 | 2026-04-23T00:36:25.995Z | + [[ 0 == 12345 ]] |
| 10 | 2026-04-23T00:36:25.995Z | + case "$kern" in |
| 11 | 2026-04-23T00:36:25.995Z | + groupadd -g 12345 build |
| 12 | 2026-04-23T00:36:25.998Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-04-23T00:36:28.001Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-04-23T00:36:28.078Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-04-23T00:36:28.081Z | + home_fs=zfs |
| 16 | 2026-04-23T00:36:28.081Z | + [[ zfs == autofs ]] |
| 17 | 2026-04-23T00:36:28.081Z | + mkdir -p /home/build |
| 18 | 2026-04-23T00:36:28.081Z | + chown build:build /home/build /work |
| 19 | 2026-04-23T00:36:30.080Z | + chmod 0700 /home/build /work |
| 20 | 2026-04-23T00:36:30.083Z | process exited: duration 4094 ms, exit code 0 |
| |
| 21 | 2026-04-23T00:36:30.089Z | starting task 1: "rust-toolchain" |
| 22 | 2026-04-23T00:36:30.091Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-04-23T00:36:30.092Z | * rust toolchain channel = "stable" |
| 24 | 2026-04-23T00:36:30.092Z | * rust toolchain profile = "default" |
| 25 | 2026-04-23T00:36:30.092Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-04-23T00:36:30.092Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-04-23T00:36:30.092Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-04-23T00:36:30.094Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-04-23T00:36:30.094Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-04-23T00:36:30.212Z | info: downloading installer |
| 31 | 2026-04-23T00:36:31.822Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-04-23T00:36:31.822Z | warn: /opt/ooce/bin |
| 33 | 2026-04-23T00:36:31.822Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2026-04-23T00:36:31.822Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2026-04-23T00:36:31.822Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2026-04-23T00:36:31.822Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2026-04-23T00:36:31.822Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2026-04-23T00:36:31.822Z | error: cannot install while Rust is installed |
| 39 | 2026-04-23T00:36:31.822Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2026-04-23T00:36:31.822Z | warn: It looks like you have an existing rustup settings file at: |
| 41 | 2026-04-23T00:36:31.822Z | warn: /home/build/.rustup/settings.toml |
| 42 | 2026-04-23T00:36:31.822Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 43 | 2026-04-23T00:36:31.822Z | warn: instead of the one inferred from the default host triple. |
| 44 | 2026-04-23T00:36:31.835Z | info: profile set to default |
| 45 | 2026-04-23T00:36:31.835Z | info: default host triple is x86_64-unknown-illumos |
| 46 | 2026-04-23T00:36:31.838Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 47 | 2026-04-23T00:36:31.977Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 48 | 2026-04-23T00:36:31.979Z | info: downloading 6 components |
| 49 | 2026-04-23T00:36:46.879Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 50 | 2026-04-23T00:36:46.879Z | |
| 51 | 2026-04-23T00:36:46.919Z | stable-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 52 | 2026-04-23T00:36:46.919Z | |
| 53 | 2026-04-23T00:36:46.919Z | |
| 54 | 2026-04-23T00:36:46.919Z | Rust is installed now. Great! |
| 55 | 2026-04-23T00:36:46.919Z | |
| 56 | 2026-04-23T00:36:46.919Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 57 | 2026-04-23T00:36:46.919Z | environment variable. This has not been done automatically. |
| 58 | 2026-04-23T00:36:46.919Z | |
| 59 | 2026-04-23T00:36:46.919Z | To configure your current shell, you need to source |
| 60 | 2026-04-23T00:36:46.919Z | the corresponding env file under $HOME/.cargo. |
| 61 | 2026-04-23T00:36:46.919Z | |
| 62 | 2026-04-23T00:36:46.919Z | This is usually done by running one of the following (note the leading DOT): |
| 63 | 2026-04-23T00:36:46.919Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 64 | 2026-04-23T00:36:46.919Z | source "$HOME/.cargo/env.fish" # For fish |
| 65 | 2026-04-23T00:36:46.919Z | source "~/.cargo/env.nu" # For nushell |
| 66 | 2026-04-23T00:36:46.919Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 67 | 2026-04-23T00:36:46.919Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 68 | 2026-04-23T00:36:46.919Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 69 | 2026-04-23T00:36:46.922Z | warn: no default linker (`cc`) was found in your PATH |
| 70 | 2026-04-23T00:36:46.922Z | warn: many Rust crates require a system C toolchain to build |
| 71 | 2026-04-23T00:36:47.021Z | + rustup --version |
| 72 | 2026-04-23T00:36:47.029Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 73 | 2026-04-23T00:36:47.032Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 74 | 2026-04-23T00:36:47.051Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 75 | 2026-04-23T00:36:47.054Z | + cargo --version |
| 76 | 2026-04-23T00:36:47.069Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 77 | 2026-04-23T00:36:47.072Z | + rustc --version |
| 78 | 2026-04-23T00:36:47.090Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 79 | 2026-04-23T00:36:47.094Z | process exited: duration 17002 ms, exit code 0 |
| |
| 80 | 2026-04-23T00:36:47.100Z | starting task 2: "authentication" |
| 81 | 2026-04-23T00:36:47.116Z | process exited: duration 16 ms, exit code 0 |
| |
| 82 | 2026-04-23T00:36:47.125Z | starting task 3: "clone repository" |
| 83 | 2026-04-23T00:36:47.128Z | + mkdir -p /work/oxidecomputer/poptrie |
| 84 | 2026-04-23T00:36:47.131Z | + git clone https://github.com/oxidecomputer/poptrie /work/oxidecomputer/poptrie |
| 85 | 2026-04-23T00:36:47.321Z | Cloning into '/work/oxidecomputer/poptrie'... |
| 86 | 2026-04-23T00:36:48.093Z | + cd /work/oxidecomputer/poptrie |
| 87 | 2026-04-23T00:36:48.093Z | + git fetch origin 77e51f81efac7fa99e00b0111619e71133804b32 |
| 88 | 2026-04-23T00:36:48.500Z | From https://github.com/oxidecomputer/poptrie |
| 89 | 2026-04-23T00:36:48.500Z | * branch 77e51f81efac7fa99e00b0111619e71133804b32 -> FETCH_HEAD |
| 90 | 2026-04-23T00:36:48.504Z | + [[ -n dependabot/cargo/rand-0.9.4 ]] |
| 91 | 2026-04-23T00:36:48.507Z | ++ git branch --show-current |
| 92 | 2026-04-23T00:36:48.507Z | + current=main |
| 93 | 2026-04-23T00:36:48.507Z | + [[ main != dependabot/cargo/rand-0.9.4 ]] |
| 94 | 2026-04-23T00:36:48.507Z | + git branch -f dependabot/cargo/rand-0.9.4 77e51f81efac7fa99e00b0111619e71133804b32 |
| 95 | 2026-04-23T00:36:48.511Z | + git checkout -f dependabot/cargo/rand-0.9.4 |
| 96 | 2026-04-23T00:36:48.515Z | Switched to branch 'dependabot/cargo/rand-0.9.4' |
| 97 | 2026-04-23T00:36:48.515Z | + git reset --hard 77e51f81efac7fa99e00b0111619e71133804b32 |
| 98 | 2026-04-23T00:36:48.519Z | HEAD is now at 77e51f8 Bump rand from 0.9.2 to 0.9.4 |
| 99 | 2026-04-23T00:36:48.519Z | process exited: duration 1393 ms, exit code 0 |
| |
| 100 | 2026-04-23T00:36:48.525Z | starting task 4: "build" |
| 101 | 2026-04-23T00:36:48.529Z | + cargo --version |
| 102 | 2026-04-23T00:36:48.537Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 103 | 2026-04-23T00:36:48.540Z | + rustc --version |
| 104 | 2026-04-23T00:36:48.559Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 105 | 2026-04-23T00:36:48.565Z | + banner bench |
| 106 | 2026-04-23T00:36:48.565Z | |
| 107 | 2026-04-23T00:36:48.565Z | ##### ###### # # #### # # |
| 108 | 2026-04-23T00:36:48.565Z | # # # ## # # # # # |
| 109 | 2026-04-23T00:36:48.565Z | ##### ##### # # # # ###### |
| 110 | 2026-04-23T00:36:48.565Z | # # # # # # # # # |
| 111 | 2026-04-23T00:36:48.565Z | # # # # ## # # # # |
| 112 | 2026-04-23T00:36:48.565Z | ##### ###### # # #### # # |
| 113 | 2026-04-23T00:36:48.565Z | |
| 114 | 2026-04-23T00:36:48.565Z | + cargo bench |
| 115 | 2026-04-23T00:36:48.636Z | Updating crates.io index |
| 116 | 2026-04-23T00:36:49.546Z | Downloading crates ... |
| 117 | 2026-04-23T00:36:49.595Z | Downloaded ciborium v0.2.2 |
| 118 | 2026-04-23T00:36:49.598Z | Downloaded bitflags v2.10.0 |
| 119 | 2026-04-23T00:36:49.601Z | Downloaded clap_lex v0.7.6 |
| 120 | 2026-04-23T00:36:49.604Z | Downloaded anstyle v1.0.13 |
| 121 | 2026-04-23T00:36:49.607Z | Downloaded unarray v0.1.4 |
| 122 | 2026-04-23T00:36:49.607Z | Downloaded itoa v1.0.17 |
| 123 | 2026-04-23T00:36:49.610Z | Downloaded rusty-fork v0.3.1 |
| 124 | 2026-04-23T00:36:49.612Z | Downloaded ppv-lite86 v0.2.21 |
| 125 | 2026-04-23T00:36:49.619Z | Downloaded tempfile v3.24.0 |
| 126 | 2026-04-23T00:36:49.622Z | Downloaded half v2.7.1 |
| 127 | 2026-04-23T00:36:49.625Z | Downloaded rand v0.9.4 |
| 128 | 2026-04-23T00:36:49.628Z | Downloaded aho-corasick v1.1.4 |
| 129 | 2026-04-23T00:36:49.633Z | Downloaded ciborium-io v0.2.2 |
| 130 | 2026-04-23T00:36:49.633Z | Downloaded same-file v1.0.6 |
| 131 | 2026-04-23T00:36:49.633Z | Downloaded crossbeam-utils v0.8.21 |
| 132 | 2026-04-23T00:36:49.637Z | Downloaded either v1.15.0 |
| 133 | 2026-04-23T00:36:49.637Z | Downloaded bit-vec v0.8.0 |
| 134 | 2026-04-23T00:36:49.637Z | Downloaded bit-set v0.8.0 |
| 135 | 2026-04-23T00:36:49.640Z | Downloaded getrandom v0.3.4 |
| 136 | 2026-04-23T00:36:49.643Z | Downloaded fnv v1.0.7 |
| 137 | 2026-04-23T00:36:49.644Z | Downloaded crossbeam-deque v0.8.6 |
| 138 | 2026-04-23T00:36:49.646Z | Downloaded plotters-backend v0.3.7 |
| 139 | 2026-04-23T00:36:49.661Z | Downloaded is-terminal v0.4.17 |
| 140 | 2026-04-23T00:36:49.667Z | Downloaded fastrand v2.3.0 |
| 141 | 2026-04-23T00:36:49.670Z | Downloaded ciborium-ll v0.2.2 |
| 142 | 2026-04-23T00:36:49.670Z | Downloaded plotters-svg v0.3.7 |
| 143 | 2026-04-23T00:36:49.670Z | Downloaded cfg-if v1.0.4 |
| 144 | 2026-04-23T00:36:49.675Z | Downloaded rand_xorshift v0.4.0 |
| 145 | 2026-04-23T00:36:49.678Z | Downloaded rand_chacha v0.9.0 |
| 146 | 2026-04-23T00:36:49.680Z | Downloaded quick-error v1.2.3 |
| 147 | 2026-04-23T00:36:49.680Z | Downloaded errno v0.3.14 |
| 148 | 2026-04-23T00:36:49.681Z | Downloaded autocfg v1.5.0 |
| 149 | 2026-04-23T00:36:49.684Z | Downloaded cast v0.3.0 |
| 150 | 2026-04-23T00:36:49.701Z | Downloaded wait-timeout v0.2.1 |
| 151 | 2026-04-23T00:36:49.704Z | Downloaded tinytemplate v1.2.1 |
| 152 | 2026-04-23T00:36:49.704Z | Downloaded zmij v1.0.12 |
| 153 | 2026-04-23T00:36:49.704Z | Downloaded quote v1.0.43 |
| 154 | 2026-04-23T00:36:49.706Z | Downloaded anes v0.1.6 |
| 155 | 2026-04-23T00:36:49.718Z | Downloaded walkdir v2.5.0 |
| 156 | 2026-04-23T00:36:49.721Z | Downloaded criterion-plot v0.5.0 |
| 157 | 2026-04-23T00:36:49.721Z | Downloaded oorandom v11.1.5 |
| 158 | 2026-04-23T00:36:49.728Z | Downloaded rand_core v0.9.3 |
| 159 | 2026-04-23T00:36:49.731Z | Downloaded once_cell v1.21.3 |
| 160 | 2026-04-23T00:36:49.735Z | Downloaded crossbeam-epoch v0.9.18 |
| 161 | 2026-04-23T00:36:49.754Z | Downloaded proc-macro2 v1.0.105 |
| 162 | 2026-04-23T00:36:49.759Z | Downloaded unicode-ident v1.0.22 |
| 163 | 2026-04-23T00:36:49.762Z | Downloaded serde_derive v1.0.228 |
| 164 | 2026-04-23T00:36:49.765Z | Downloaded clap v4.5.54 |
| 165 | 2026-04-23T00:36:49.768Z | Downloaded num-traits v0.2.19 |
| 166 | 2026-04-23T00:36:49.771Z | Downloaded serde_core v1.0.228 |
| 167 | 2026-04-23T00:36:49.804Z | Downloaded serde v1.0.228 |
| 168 | 2026-04-23T00:36:49.806Z | Downloaded memchr v2.7.6 |
| 169 | 2026-04-23T00:36:49.817Z | Downloaded rayon-core v1.13.0 |
| 170 | 2026-04-23T00:36:49.821Z | Downloaded zerocopy-derive v0.8.33 |
| 171 | 2026-04-23T00:36:49.825Z | Downloaded itertools v0.10.5 |
| 172 | 2026-04-23T00:36:49.828Z | Downloaded regex v1.12.2 |
| 173 | 2026-04-23T00:36:49.838Z | Downloaded criterion v0.5.1 |
| 174 | 2026-04-23T00:36:49.843Z | Downloaded plotters v0.3.7 |
| 175 | 2026-04-23T00:36:49.858Z | Downloaded serde_json v1.0.149 |
| 176 | 2026-04-23T00:36:49.865Z | Downloaded rayon v1.11.0 |
| 177 | 2026-04-23T00:36:49.886Z | Downloaded zerocopy v0.8.33 |
| 178 | 2026-04-23T00:36:49.898Z | Downloaded proptest v1.9.0 |
| 179 | 2026-04-23T00:36:49.903Z | Downloaded clap_builder v4.5.54 |
| 180 | 2026-04-23T00:36:49.927Z | Downloaded syn v2.0.114 |
| 181 | 2026-04-23T00:36:49.934Z | Downloaded regex-syntax v0.8.8 |
| 182 | 2026-04-23T00:36:49.941Z | Downloaded rustix v1.1.3 |
| 183 | 2026-04-23T00:36:49.964Z | Downloaded regex-automata v0.4.13 |
| 184 | 2026-04-23T00:36:49.979Z | Downloaded libc v0.2.180 |
| 185 | 2026-04-23T00:36:50.030Z | Compiling proc-macro2 v1.0.105 |
| 186 | 2026-04-23T00:36:50.030Z | Compiling libc v0.2.180 |
| 187 | 2026-04-23T00:36:50.030Z | Compiling unicode-ident v1.0.22 |
| 188 | 2026-04-23T00:36:50.036Z | Compiling quote v1.0.43 |
| 189 | 2026-04-23T00:36:50.036Z | Compiling cfg-if v1.0.4 |
| 190 | 2026-04-23T00:36:50.036Z | Compiling zerocopy v0.8.33 |
| 191 | 2026-04-23T00:36:50.036Z | Compiling getrandom v0.3.4 |
| 192 | 2026-04-23T00:36:50.036Z | Compiling serde_core v1.0.228 |
| 193 | 2026-04-23T00:36:50.149Z | Compiling autocfg v1.5.0 |
| 194 | 2026-04-23T00:36:50.178Z | Compiling crossbeam-utils v0.8.21 |
| 195 | 2026-04-23T00:36:50.445Z | Compiling num-traits v0.2.19 |
| 196 | 2026-04-23T00:36:50.654Z | Compiling rustix v1.1.3 |
| 197 | 2026-04-23T00:36:50.683Z | Compiling regex-syntax v0.8.8 |
| 198 | 2026-04-23T00:36:50.687Z | Compiling bitflags v2.10.0 |
| 199 | 2026-04-23T00:36:50.823Z | Compiling serde v1.0.228 |
| 200 | 2026-04-23T00:36:51.082Z | Compiling errno v0.3.14 |
| 201 | 2026-04-23T00:36:51.137Z | Compiling rand_core v0.9.3 |
| 202 | 2026-04-23T00:36:51.199Z | Compiling zmij v1.0.12 |
| 203 | 2026-04-23T00:36:51.210Z | Compiling once_cell v1.21.3 |
| 204 | 2026-04-23T00:36:51.447Z | Compiling crossbeam-epoch v0.9.18 |
| 205 | 2026-04-23T00:36:51.479Z | Compiling fastrand v2.3.0 |
| 206 | 2026-04-23T00:36:51.523Z | Compiling serde_json v1.0.149 |
| 207 | 2026-04-23T00:36:51.615Z | Compiling syn v2.0.114 |
| 208 | 2026-04-23T00:36:51.772Z | Compiling either v1.15.0 |
| 209 | 2026-04-23T00:36:51.827Z | Compiling rayon-core v1.13.0 |
| 210 | 2026-04-23T00:36:51.940Z | Compiling tempfile v3.24.0 |
| 211 | 2026-04-23T00:36:51.979Z | Compiling crossbeam-deque v0.8.6 |
| 212 | 2026-04-23T00:36:52.183Z | Compiling wait-timeout v0.2.1 |
| 213 | 2026-04-23T00:36:52.227Z | Compiling bit-vec v0.8.0 |
| 214 | 2026-04-23T00:36:52.310Z | Compiling anstyle v1.0.13 |
| 215 | 2026-04-23T00:36:52.564Z | Compiling fnv v1.0.7 |
| 216 | 2026-04-23T00:36:52.571Z | Compiling itoa v1.0.17 |
| 217 | 2026-04-23T00:36:52.583Z | Compiling memchr v2.7.6 |
| 218 | 2026-04-23T00:36:52.598Z | Compiling quick-error v1.2.3 |
| 219 | 2026-04-23T00:36:52.651Z | Compiling plotters-backend v0.3.7 |
| 220 | 2026-04-23T00:36:52.692Z | Compiling ciborium-io v0.2.2 |
| 221 | 2026-04-23T00:36:52.700Z | Compiling clap_lex v0.7.6 |
| 222 | 2026-04-23T00:36:52.775Z | Compiling rusty-fork v0.3.1 |
| 223 | 2026-04-23T00:36:52.798Z | Compiling bit-set v0.8.0 |
| 224 | 2026-04-23T00:36:52.827Z | Compiling regex-automata v0.4.13 |
| 225 | 2026-04-23T00:36:52.968Z | Compiling plotters-svg v0.3.7 |
| 226 | 2026-04-23T00:36:52.983Z | Compiling clap_builder v4.5.54 |
| 227 | 2026-04-23T00:36:53.611Z | Compiling itertools v0.10.5 |
| 228 | 2026-04-23T00:36:53.693Z | Compiling rand v0.9.4 |
| 229 | 2026-04-23T00:36:54.272Z | Compiling rand_xorshift v0.4.0 |
| 230 | 2026-04-23T00:36:54.381Z | Compiling zerocopy-derive v0.8.33 |
| 231 | 2026-04-23T00:36:54.422Z | Compiling serde_derive v1.0.228 |
| 232 | 2026-04-23T00:36:54.897Z | Compiling unarray v0.1.4 |
| 233 | 2026-04-23T00:36:55.013Z | Compiling same-file v1.0.6 |
| 234 | 2026-04-23T00:36:55.020Z | Compiling cast v0.3.0 |
| 235 | 2026-04-23T00:36:55.181Z | Compiling criterion-plot v0.5.0 |
| 236 | 2026-04-23T00:36:55.188Z | Compiling walkdir v2.5.0 |
| 237 | 2026-04-23T00:36:55.700Z | Compiling clap v4.5.54 |
| 238 | 2026-04-23T00:36:55.767Z | Compiling regex v1.12.2 |
| 239 | 2026-04-23T00:36:55.980Z | Compiling rayon v1.11.0 |
| 240 | 2026-04-23T00:36:56.101Z | Compiling plotters v0.3.7 |
| 241 | 2026-04-23T00:36:57.141Z | Compiling is-terminal v0.4.17 |
| 242 | 2026-04-23T00:36:57.230Z | Compiling ppv-lite86 v0.2.21 |
| 243 | 2026-04-23T00:36:57.310Z | Compiling half v2.7.1 |
| 244 | 2026-04-23T00:36:57.380Z | Compiling oorandom v11.1.5 |
| 245 | 2026-04-23T00:36:57.504Z | Compiling poptrie v0.1.0 (/work/oxidecomputer/poptrie) |
| 246 | 2026-04-23T00:36:57.552Z | Compiling ciborium-ll v0.2.2 |
| 247 | 2026-04-23T00:36:57.628Z | Compiling rand_chacha v0.9.0 |
| 248 | 2026-04-23T00:36:57.716Z | Compiling ciborium v0.2.2 |
| 249 | 2026-04-23T00:36:57.780Z | Compiling tinytemplate v1.2.1 |
| 250 | 2026-04-23T00:36:57.795Z | Compiling proptest v1.9.0 |
| 251 | 2026-04-23T00:36:58.020Z | Compiling anes v0.1.6 |
| 252 | 2026-04-23T00:36:58.262Z | Compiling criterion v0.5.1 |
| 253 | 2026-04-23T00:36:59.964Z | Compiling poptrie-test-util v0.1.0 (/work/oxidecomputer/poptrie/test-util) |
| 254 | 2026-04-23T00:37:05.312Z | Finished `bench` profile [optimized] target(s) in 16.73s |
| 255 | 2026-04-23T00:37:05.365Z | Running unittests src/lib.rs (target/release/deps/poptrie-677b4fd945991d68) |
| 256 | 2026-04-23T00:37:05.368Z | |
| 257 | 2026-04-23T00:37:05.368Z | running 10 tests |
| 258 | 2026-04-23T00:37:05.368Z | test test::test_construct_rec ... ignored |
| 259 | 2026-04-23T00:37:05.368Z | test test::test_dense_route_bug ... ignored |
| 260 | 2026-04-23T00:37:05.368Z | test test::test_extract32 ... ignored |
| 261 | 2026-04-23T00:37:05.368Z | test test::test_lpm_overlapping_prefixes ... ignored |
| 262 | 2026-04-23T00:37:05.368Z | test test::test_match_v4 ... ignored |
| 263 | 2026-04-23T00:37:05.368Z | test test::test_match_v4_multi ... ignored |
| 264 | 2026-04-23T00:37:05.368Z | test test::test_match_v4_sus ... ignored |
| 265 | 2026-04-23T00:37:05.368Z | test test::test_match_v6 ... ignored |
| 266 | 2026-04-23T00:37:05.368Z | test test::test_short_prefix_bug ... ignored |
| 267 | 2026-04-23T00:37:05.368Z | test test::test_underflow_bug ... ignored |
| 268 | 2026-04-23T00:37:05.368Z | |
| 269 | 2026-04-23T00:37:05.368Z | test result: ok. 0 passed; 0 failed; 10 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 270 | 2026-04-23T00:37:05.368Z | |
| 271 | 2026-04-23T00:37:05.369Z | Running benches/lookup.rs (target/release/deps/lookup-9e70fba6a2b83f88) |
| 272 | 2026-04-23T00:37:05.376Z | Gnuplot not found, using plotters backend |
| 273 | 2026-04-23T00:37:05.977Z | Benchmarking lookup/poptrie/100 |
| 274 | 2026-04-23T00:37:05.977Z | Benchmarking lookup/poptrie/100: Warming up for 3.0000 s |
| 275 | 2026-04-23T00:37:10.629Z | Benchmarking lookup/poptrie/100: Collecting 100 samples in estimated 5.0171 s (1.1M iterations) |
| 276 | 2026-04-23T00:37:15.639Z | Benchmarking lookup/poptrie/100: Analyzing |
| 277 | 2026-04-23T00:37:15.693Z | lookup/poptrie/100 time: [4.4234 µs 4.4272 µs 4.4311 µs] |
| 278 | 2026-04-23T00:37:15.693Z | Found 2 outliers among 100 measurements (2.00%) |
| 279 | 2026-04-23T00:37:15.693Z | 2 (2.00%) high mild |
| 280 | 2026-04-23T00:37:16.325Z | Benchmarking lookup/naive/100 |
| 281 | 2026-04-23T00:37:16.325Z | Benchmarking lookup/naive/100: Warming up for 3.0000 s |
| 282 | 2026-04-23T00:37:19.937Z | Benchmarking lookup/naive/100: Collecting 100 samples in estimated 5.5672 s (25k iterations) |
| 283 | 2026-04-23T00:37:25.509Z | Benchmarking lookup/naive/100: Analyzing |
| 284 | 2026-04-23T00:37:25.558Z | lookup/naive/100 time: [220.48 µs 220.72 µs 221.01 µs] |
| 285 | 2026-04-23T00:37:25.558Z | Found 8 outliers among 100 measurements (8.00%) |
| 286 | 2026-04-23T00:37:25.558Z | 1 (1.00%) low mild |
| 287 | 2026-04-23T00:37:25.558Z | 5 (5.00%) high mild |
| 288 | 2026-04-23T00:37:25.558Z | 2 (2.00%) high severe |
| 289 | 2026-04-23T00:37:26.191Z | Benchmarking lookup/poptrie/500 |
| 290 | 2026-04-23T00:37:26.191Z | Benchmarking lookup/poptrie/500: Warming up for 3.0000 s |
| 291 | 2026-04-23T00:37:31.535Z | Benchmarking lookup/poptrie/500: Collecting 100 samples in estimated 5.0179 s (985k iterations) |
| 292 | 2026-04-23T00:37:36.539Z | Benchmarking lookup/poptrie/500: Analyzing |
| 293 | 2026-04-23T00:37:36.587Z | lookup/poptrie/500 time: [5.0786 µs 5.0806 µs 5.0829 µs] |
| 294 | 2026-04-23T00:37:36.587Z | Found 6 outliers among 100 measurements (6.00%) |
| 295 | 2026-04-23T00:37:36.587Z | 5 (5.00%) high mild |
| 296 | 2026-04-23T00:37:36.587Z | 1 (1.00%) high severe |
| 297 | 2026-04-23T00:37:37.215Z | Benchmarking lookup/naive/500 |
| 298 | 2026-04-23T00:37:37.215Z | Benchmarking lookup/naive/500: Warming up for 3.0000 s |
| 299 | 2026-04-23T00:37:42.283Z | |
| 300 | 2026-04-23T00:37:42.283Z | Warning: Unable to complete 100 samples in 5.0s. You may wish to increase target time to 6.2s, enable flat sampling, or reduce sample count to 60. |
| 301 | 2026-04-23T00:37:42.283Z | Benchmarking lookup/naive/500: Collecting 100 samples in estimated 6.2486 s (5050 iterations) |
| 302 | 2026-04-23T00:37:48.492Z | Benchmarking lookup/naive/500: Analyzing |
| 303 | 2026-04-23T00:37:48.541Z | lookup/naive/500 time: [1.2283 ms 1.2291 ms 1.2299 ms] |
| 304 | 2026-04-23T00:37:48.541Z | Found 3 outliers among 100 measurements (3.00%) |
| 305 | 2026-04-23T00:37:48.541Z | 3 (3.00%) high severe |
| 306 | 2026-04-23T00:37:49.174Z | Benchmarking lookup/poptrie/1000 |
| 307 | 2026-04-23T00:37:49.174Z | Benchmarking lookup/poptrie/1000: Warming up for 3.0000 s |
| 308 | 2026-04-23T00:37:52.196Z | Benchmarking lookup/poptrie/1000: Collecting 100 samples in estimated 5.0064 s (869k iterations) |
| 309 | 2026-04-23T00:37:57.184Z | Benchmarking lookup/poptrie/1000: Analyzing |
| 310 | 2026-04-23T00:37:57.232Z | lookup/poptrie/1000 time: [5.7387 µs 5.7410 µs 5.7434 µs] |
| 311 | 2026-04-23T00:37:57.232Z | Found 10 outliers among 100 measurements (10.00%) |
| 312 | 2026-04-23T00:37:57.232Z | 6 (6.00%) high mild |
| 313 | 2026-04-23T00:37:57.232Z | 4 (4.00%) high severe |
| 314 | 2026-04-23T00:37:57.859Z | Benchmarking lookup/naive/1000 |
| 315 | 2026-04-23T00:37:57.859Z | Benchmarking lookup/naive/1000: Warming up for 3.0000 s |
| 316 | 2026-04-23T00:38:03.450Z | Benchmarking lookup/naive/1000: Collecting 100 samples in estimated 5.1884 s (1900 iterations) |
| 317 | 2026-04-23T00:38:08.613Z | Benchmarking lookup/naive/1000: Analyzing |
| 318 | 2026-04-23T00:38:08.659Z | lookup/naive/1000 time: [2.7151 ms 2.7170 ms 2.7190 ms] |
| 319 | 2026-04-23T00:38:08.659Z | Found 2 outliers among 100 measurements (2.00%) |
| 320 | 2026-04-23T00:38:08.659Z | 2 (2.00%) high mild |
| 321 | 2026-04-23T00:38:09.202Z | Benchmarking lookup/poptrie/5000 |
| 322 | 2026-04-23T00:38:09.202Z | Benchmarking lookup/poptrie/5000: Warming up for 3.0000 s |
| 323 | 2026-04-23T00:38:13.213Z | Benchmarking lookup/poptrie/5000: Collecting 100 samples in estimated 5.0208 s (656k iterations) |
| 324 | 2026-04-23T00:38:18.215Z | Benchmarking lookup/poptrie/5000: Analyzing |
| 325 | 2026-04-23T00:38:18.263Z | lookup/poptrie/5000 time: [7.6094 µs 7.6185 µs 7.6294 µs] |
| 326 | 2026-04-23T00:38:18.267Z | Found 12 outliers among 100 measurements (12.00%) |
| 327 | 2026-04-23T00:38:18.267Z | 7 (7.00%) high mild |
| 328 | 2026-04-23T00:38:18.267Z | 5 (5.00%) high severe |
| 329 | 2026-04-23T00:38:18.894Z | Benchmarking lookup/naive/5000 |
| 330 | 2026-04-23T00:38:18.894Z | Benchmarking lookup/naive/5000: Warming up for 3.0000 s |
| 331 | 2026-04-23T00:38:22.408Z | Benchmarking lookup/naive/5000: Collecting 100 samples in estimated 5.5122 s (400 iterations) |
| 332 | 2026-04-23T00:38:27.904Z | Benchmarking lookup/naive/5000: Analyzing |
| 333 | 2026-04-23T00:38:27.950Z | lookup/naive/5000 time: [13.727 ms 13.737 ms 13.748 ms] |
| 334 | 2026-04-23T00:38:27.950Z | Found 12 outliers among 100 measurements (12.00%) |
| 335 | 2026-04-23T00:38:27.950Z | 8 (8.00%) high mild |
| 336 | 2026-04-23T00:38:27.951Z | 4 (4.00%) high severe |
| 337 | 2026-04-23T00:38:28.492Z | Benchmarking lookup/poptrie/10000 |
| 338 | 2026-04-23T00:38:28.492Z | Benchmarking lookup/poptrie/10000: Warming up for 3.0000 s |
| 339 | 2026-04-23T00:38:32.861Z | Benchmarking lookup/poptrie/10000: Collecting 100 samples in estimated 5.0070 s (601k iterations) |
| 340 | 2026-04-23T00:38:37.871Z | Benchmarking lookup/poptrie/10000: Analyzing |
| 341 | 2026-04-23T00:38:37.919Z | lookup/poptrie/10000 time: [8.3316 µs 8.3355 µs 8.3402 µs] |
| 342 | 2026-04-23T00:38:37.919Z | Found 14 outliers among 100 measurements (14.00%) |
| 343 | 2026-04-23T00:38:37.919Z | 2 (2.00%) low mild |
| 344 | 2026-04-23T00:38:37.919Z | 8 (8.00%) high mild |
| 345 | 2026-04-23T00:38:37.919Z | 4 (4.00%) high severe |
| 346 | 2026-04-23T00:38:38.548Z | Benchmarking lookup/naive/10000 |
| 347 | 2026-04-23T00:38:38.548Z | Benchmarking lookup/naive/10000: Warming up for 3.0000 s |
| 348 | 2026-04-23T00:38:43.122Z | Benchmarking lookup/naive/10000: Collecting 100 samples in estimated 5.3802 s (300 iterations) |
| 349 | 2026-04-23T00:38:48.472Z | Benchmarking lookup/naive/10000: Analyzing |
| 350 | 2026-04-23T00:38:48.518Z | lookup/naive/10000 time: [17.817 ms 17.832 ms 17.849 ms] |
| 351 | 2026-04-23T00:38:48.518Z | Found 8 outliers among 100 measurements (8.00%) |
| 352 | 2026-04-23T00:38:48.518Z | 6 (6.00%) high mild |
| 353 | 2026-04-23T00:38:48.518Z | 2 (2.00%) high severe |
| 354 | 2026-04-23T00:38:49.070Z | |
| 355 | 2026-04-23T00:38:49.070Z | Benchmarking construction/poptrie/100 |
| 356 | 2026-04-23T00:38:49.070Z | Benchmarking construction/poptrie/100: Warming up for 3.0000 s |
| 357 | 2026-04-23T00:38:54.271Z | Benchmarking construction/poptrie/100: Collecting 100 samples in estimated 5.0087 s (252k iterations) |
| 358 | 2026-04-23T00:38:59.271Z | Benchmarking construction/poptrie/100: Analyzing |
| 359 | 2026-04-23T00:38:59.320Z | construction/poptrie/100 |
| 360 | 2026-04-23T00:38:59.320Z | time: [19.771 µs 19.812 µs 19.858 µs] |
| 361 | 2026-04-23T00:38:59.320Z | Found 8 outliers among 100 measurements (8.00%) |
| 362 | 2026-04-23T00:38:59.320Z | 5 (5.00%) high mild |
| 363 | 2026-04-23T00:38:59.320Z | 3 (3.00%) high severe |
| 364 | 2026-04-23T00:38:59.954Z | Benchmarking construction/poptrie/500 |
| 365 | 2026-04-23T00:38:59.954Z | Benchmarking construction/poptrie/500: Warming up for 3.0000 s |
| 366 | 2026-04-23T00:39:05.328Z | Benchmarking construction/poptrie/500: Collecting 100 samples in estimated 5.3831 s (66k iterations) |
| 367 | 2026-04-23T00:39:10.827Z | Benchmarking construction/poptrie/500: Analyzing |
| 368 | 2026-04-23T00:39:10.877Z | construction/poptrie/500 |
| 369 | 2026-04-23T00:39:10.877Z | time: [83.671 µs 83.873 µs 84.078 µs] |
| 370 | 2026-04-23T00:39:10.877Z | Found 1 outliers among 100 measurements (1.00%) |
| 371 | 2026-04-23T00:39:10.877Z | 1 (1.00%) high mild |
| 372 | 2026-04-23T00:39:11.517Z | Benchmarking construction/poptrie/1000 |
| 373 | 2026-04-23T00:39:11.517Z | Benchmarking construction/poptrie/1000: Warming up for 3.0000 s |
| 374 | 2026-04-23T00:39:16.475Z | Benchmarking construction/poptrie/1000: Collecting 100 samples in estimated 5.3479 s (35k iterations) |
| 375 | 2026-04-23T00:39:21.818Z | Benchmarking construction/poptrie/1000: Analyzing |
| 376 | 2026-04-23T00:39:21.866Z | construction/poptrie/1000 |
| 377 | 2026-04-23T00:39:21.866Z | time: [150.99 µs 151.15 µs 151.34 µs] |
| 378 | 2026-04-23T00:39:21.866Z | Found 5 outliers among 100 measurements (5.00%) |
| 379 | 2026-04-23T00:39:21.866Z | 2 (2.00%) high mild |
| 380 | 2026-04-23T00:39:21.866Z | 3 (3.00%) high severe |
| 381 | 2026-04-23T00:39:22.501Z | Benchmarking construction/poptrie/5000 |
| 382 | 2026-04-23T00:39:22.501Z | Benchmarking construction/poptrie/5000: Warming up for 3.0000 s |
| 383 | 2026-04-23T00:39:26.470Z | Benchmarking construction/poptrie/5000: Collecting 100 samples in estimated 9.7875 s (10k iterations) |
| 384 | 2026-04-23T00:39:36.209Z | Benchmarking construction/poptrie/5000: Analyzing |
| 385 | 2026-04-23T00:39:36.257Z | construction/poptrie/5000 |
| 386 | 2026-04-23T00:39:36.257Z | time: [963.19 µs 963.68 µs 964.24 µs] |
| 387 | 2026-04-23T00:39:36.257Z | Found 10 outliers among 100 measurements (10.00%) |
| 388 | 2026-04-23T00:39:36.257Z | 5 (5.00%) high mild |
| 389 | 2026-04-23T00:39:36.257Z | 5 (5.00%) high severe |
| 390 | 2026-04-23T00:39:36.889Z | |
| 391 | 2026-04-23T00:39:36.892Z | Benchmarking single_lookup/poptrie/100 |
| 392 | 2026-04-23T00:39:36.892Z | Benchmarking single_lookup/poptrie/100: Warming up for 3.0000 s |
| 393 | 2026-04-23T00:39:40.945Z | Benchmarking single_lookup/poptrie/100: Collecting 100 samples in estimated 5.0000 s (1.3B iterations) |
| 394 | 2026-04-23T00:39:45.988Z | Benchmarking single_lookup/poptrie/100: Analyzing |
| 395 | 2026-04-23T00:39:46.037Z | single_lookup/poptrie/100 |
| 396 | 2026-04-23T00:39:46.037Z | time: [3.7989 ns 3.8034 ns 3.8084 ns] |
| 397 | 2026-04-23T00:39:46.037Z | Found 12 outliers among 100 measurements (12.00%) |
| 398 | 2026-04-23T00:39:46.037Z | 5 (5.00%) high mild |
| 399 | 2026-04-23T00:39:46.037Z | 7 (7.00%) high severe |
| 400 | 2026-04-23T00:39:46.677Z | Benchmarking single_lookup/naive/100 |
| 401 | 2026-04-23T00:39:46.677Z | Benchmarking single_lookup/naive/100: Warming up for 3.0000 s |
| 402 | 2026-04-23T00:39:50.259Z | Benchmarking single_lookup/naive/100: Collecting 100 samples in estimated 5.0001 s (23M iterations) |
| 403 | 2026-04-23T00:39:55.289Z | Benchmarking single_lookup/naive/100: Analyzing |
| 404 | 2026-04-23T00:39:55.341Z | single_lookup/naive/100 time: [213.71 ns 214.26 ns 214.83 ns] |
| 405 | 2026-04-23T00:39:55.341Z | Found 3 outliers among 100 measurements (3.00%) |
| 406 | 2026-04-23T00:39:55.341Z | 3 (3.00%) high mild |
| 407 | 2026-04-23T00:39:55.990Z | Benchmarking single_lookup/poptrie/1000 |
| 408 | 2026-04-23T00:39:55.990Z | Benchmarking single_lookup/poptrie/1000: Warming up for 3.0000 s |
| 409 | 2026-04-23T00:40:00.073Z | Benchmarking single_lookup/poptrie/1000: Collecting 100 samples in estimated 5.0000 s (1.3B iterations) |
| 410 | 2026-04-23T00:40:05.059Z | Benchmarking single_lookup/poptrie/1000: Analyzing |
| 411 | 2026-04-23T00:40:05.108Z | single_lookup/poptrie/1000 |
| 412 | 2026-04-23T00:40:05.108Z | time: [3.7865 ns 3.7918 ns 3.7983 ns] |
| 413 | 2026-04-23T00:40:05.108Z | Found 6 outliers among 100 measurements (6.00%) |
| 414 | 2026-04-23T00:40:05.108Z | 4 (4.00%) high mild |
| 415 | 2026-04-23T00:40:05.108Z | 2 (2.00%) high severe |
| 416 | 2026-04-23T00:40:05.747Z | Benchmarking single_lookup/naive/1000 |
| 417 | 2026-04-23T00:40:05.747Z | Benchmarking single_lookup/naive/1000: Warming up for 3.0000 s |
| 418 | 2026-04-23T00:40:11.349Z | Benchmarking single_lookup/naive/1000: Collecting 100 samples in estimated 5.0042 s (1.9M iterations) |
| 419 | 2026-04-23T00:40:16.394Z | Benchmarking single_lookup/naive/1000: Analyzing |
| 420 | 2026-04-23T00:40:16.445Z | single_lookup/naive/1000 |
| 421 | 2026-04-23T00:40:16.445Z | time: [2.6847 µs 2.6904 µs 2.6963 µs] |
| 422 | 2026-04-23T00:40:16.445Z | Found 3 outliers among 100 measurements (3.00%) |
| 423 | 2026-04-23T00:40:16.445Z | 3 (3.00%) high mild |
| 424 | 2026-04-23T00:40:17.089Z | Benchmarking single_lookup/poptrie/10000 |
| 425 | 2026-04-23T00:40:17.089Z | Benchmarking single_lookup/poptrie/10000: Warming up for 3.0000 s |
| 426 | 2026-04-23T00:40:20.858Z | Benchmarking single_lookup/poptrie/10000: Collecting 100 samples in estimated 5.0000 s (712M iterations) |
| 427 | 2026-04-23T00:40:25.867Z | Benchmarking single_lookup/poptrie/10000: Analyzing |
| 428 | 2026-04-23T00:40:25.914Z | single_lookup/poptrie/10000 |
| 429 | 2026-04-23T00:40:25.914Z | time: [7.0237 ns 7.0295 ns 7.0367 ns] |
| 430 | 2026-04-23T00:40:25.914Z | Found 6 outliers among 100 measurements (6.00%) |
| 431 | 2026-04-23T00:40:25.914Z | 4 (4.00%) high mild |
| 432 | 2026-04-23T00:40:25.914Z | 2 (2.00%) high severe |
| 433 | 2026-04-23T00:40:26.542Z | Benchmarking single_lookup/naive/10000 |
| 434 | 2026-04-23T00:40:26.542Z | Benchmarking single_lookup/naive/10000: Warming up for 3.0000 s |
| 435 | 2026-04-23T00:40:31.386Z | Benchmarking single_lookup/naive/10000: Collecting 100 samples in estimated 5.0383 s (273k iterations) |
| 436 | 2026-04-23T00:40:36.405Z | Benchmarking single_lookup/naive/10000: Analyzing |
| 437 | 2026-04-23T00:40:36.454Z | single_lookup/naive/10000 |
| 438 | 2026-04-23T00:40:36.454Z | time: [18.394 µs 18.405 µs 18.417 µs] |
| 439 | 2026-04-23T00:40:36.454Z | Found 5 outliers among 100 measurements (5.00%) |
| 440 | 2026-04-23T00:40:36.454Z | 5 (5.00%) high mild |
| 441 | 2026-04-23T00:40:37.089Z | |
| 442 | 2026-04-23T00:40:37.111Z | process exited: duration 228552 ms, exit code 0 |
| |
| 443 | 2026-04-23T00:40:37.118Z | found 0 output files |