|
|
|
| 1 | 2026-05-11T08:17:22.683Z | job assigned to worker 01KRB1QW9FRTXAQ4Q46XS317MZ [factory aws, i-0ae7ac8f93164bad9] (queued for 55 s) |
| |
| 2 | 2026-05-11T08:17:29.256Z | starting task 0: "setup" |
| 3 | 2026-05-11T08:17:29.265Z | ++ uname -s |
| 4 | 2026-05-11T08:17:29.269Z | + kern=SunOS |
| 5 | 2026-05-11T08:17:29.269Z | + build_user=build |
| 6 | 2026-05-11T08:17:29.269Z | + build_uid=12345 |
| 7 | 2026-05-11T08:17:29.269Z | + work_dir=/work |
| 8 | 2026-05-11T08:17:29.269Z | + input_dir=/input |
| 9 | 2026-05-11T08:17:29.269Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-11T08:17:29.269Z | + case "$kern" in |
| 11 | 2026-05-11T08:17:29.269Z | + groupadd -g 12345 build |
| 12 | 2026-05-11T08:17:29.269Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-11T08:17:31.274Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-11T08:17:31.400Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-11T08:17:31.403Z | + home_fs=zfs |
| 16 | 2026-05-11T08:17:31.403Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-11T08:17:31.403Z | + mkdir -p /home/build |
| 18 | 2026-05-11T08:17:31.403Z | + chown build:build /home/build /work |
| 19 | 2026-05-11T08:17:33.405Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-11T08:17:33.408Z | process exited: duration 4151 ms, exit code 0 |
| |
| 21 | 2026-05-11T08:17:33.416Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-11T08:17:33.420Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-11T08:17:33.420Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-11T08:17:33.420Z | * rust toolchain channel = "1.94.1" |
| 25 | 2026-05-11T08:17:33.420Z | * rust toolchain profile = "default" |
| 26 | 2026-05-11T08:17:33.420Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-11T08:17:33.420Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-11T08:17:33.423Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-11T08:17:33.423Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-11T08:17:33.528Z | info: downloading installer |
| 31 | 2026-05-11T08:17:34.998Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-11T08:17:34.998Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-11T08:17:34.998Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-11T08:17:34.998Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-11T08:17:35.010Z | info: profile set to default |
| 36 | 2026-05-11T08:17:35.010Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-11T08:17:35.013Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-11T08:17:35.157Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-11T08:17:35.160Z | info: downloading 6 components |
| 40 | 2026-05-11T08:17:49.472Z | |
| 41 | 2026-05-11T08:17:49.472Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 42 | 2026-05-11T08:17:49.507Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-11T08:17:49.507Z | |
| 44 | 2026-05-11T08:17:49.507Z | |
| 45 | 2026-05-11T08:17:49.507Z | Rust is installed now. Great! |
| 46 | 2026-05-11T08:17:49.507Z | |
| 47 | 2026-05-11T08:17:49.507Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-11T08:17:49.507Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-11T08:17:49.507Z | |
| 50 | 2026-05-11T08:17:49.507Z | To configure your current shell, you need to source |
| 51 | 2026-05-11T08:17:49.507Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-11T08:17:49.507Z | |
| 53 | 2026-05-11T08:17:49.507Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-11T08:17:49.510Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-11T08:17:49.510Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-11T08:17:49.510Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-11T08:17:49.510Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-11T08:17:49.510Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-11T08:17:49.510Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-11T08:17:49.511Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-11T08:17:49.511Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-11T08:17:49.612Z | + rustup --version |
| 63 | 2026-05-11T08:17:49.619Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-11T08:17:49.622Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-11T08:17:49.642Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-11T08:17:49.645Z | + cargo --version |
| 67 | 2026-05-11T08:17:49.660Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-11T08:17:49.664Z | + rustc --version |
| 69 | 2026-05-11T08:17:49.682Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-11T08:17:49.685Z | process exited: duration 16270 ms, exit code 0 |
| |
| 71 | 2026-05-11T08:17:49.692Z | starting task 2: "authentication" |
| 72 | 2026-05-11T08:17:49.709Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-11T08:17:49.715Z | starting task 3: "clone repository" |
| 74 | 2026-05-11T08:17:49.719Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-11T08:17:49.723Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-11T08:17:49.748Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-11T08:17:50.578Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-11T08:17:50.578Z | + git fetch origin a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 79 | 2026-05-11T08:17:50.839Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-11T08:17:50.839Z | * branch a1bdb07ea675b8f2567bee78c70a37e044765d53 -> FETCH_HEAD |
| 81 | 2026-05-11T08:17:50.843Z | + [[ -n renovate/nix-0.x-lockfile ]] |
| 82 | 2026-05-11T08:17:50.846Z | ++ git branch --show-current |
| 83 | 2026-05-11T08:17:50.846Z | + current=master |
| 84 | 2026-05-11T08:17:50.846Z | + [[ master != renovate/nix-0.x-lockfile ]] |
| 85 | 2026-05-11T08:17:50.846Z | + git branch -f renovate/nix-0.x-lockfile a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 86 | 2026-05-11T08:17:50.849Z | + git checkout -f renovate/nix-0.x-lockfile |
| 87 | 2026-05-11T08:17:50.865Z | Switched to branch 'renovate/nix-0.x-lockfile' |
| 88 | 2026-05-11T08:17:50.868Z | + git reset --hard a1bdb07ea675b8f2567bee78c70a37e044765d53 |
| 89 | 2026-05-11T08:17:50.882Z | HEAD is now at a1bdb07 Update Rust crate nix to v0.31.3 |
| 90 | 2026-05-11T08:17:50.885Z | process exited: duration 1167 ms, exit code 0 |
| |
| 91 | 2026-05-11T08:17:50.890Z | starting task 4: "build" |
| 92 | 2026-05-11T08:17:50.894Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-11T08:17:50.897Z | ++ rustup show active-toolchain |
| 94 | 2026-05-11T08:17:50.900Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-11T08:17:50.903Z | ++ pushd xde |
| 96 | 2026-05-11T08:17:50.903Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-11T08:17:50.903Z | ++ rustup show active-toolchain |
| 98 | 2026-05-11T08:17:50.907Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-11T08:17:51.075Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-11T08:17:51.078Z | info: downloading 6 components |
| 101 | 2026-05-11T08:18:04.703Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-11T08:18:04.787Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-11T08:18:04.790Z | +++ head -n 1 |
| 104 | 2026-05-11T08:18:04.790Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-11T08:18:04.842Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-11T08:18:04.842Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-11T08:18:04.842Z | ++ popd |
| 108 | 2026-05-11T08:18:04.846Z | /work/oxidecomputer/opte |
| 109 | 2026-05-11T08:18:04.846Z | + cargo --version |
| 110 | 2026-05-11T08:18:04.854Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 111 | 2026-05-11T08:18:04.858Z | + rustc --version |
| 112 | 2026-05-11T08:18:04.876Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-11T08:18:04.879Z | + cd lib/oxide-vpc |
| 114 | 2026-05-11T08:18:04.879Z | + header 'check style' |
| 115 | 2026-05-11T08:18:04.879Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-11T08:18:04.879Z | # ==== check style ==== # |
| 117 | 2026-05-11T08:18:04.879Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-11T08:18:05.010Z | |
| 119 | 2026-05-11T08:18:05.010Z | real 0.128899247 |
| 120 | 2026-05-11T08:18:05.010Z | user 0.088194567 |
| 121 | 2026-05-11T08:18:05.010Z | sys 0.036610637 |
| 122 | 2026-05-11T08:18:05.010Z | trap 0.000013350 |
| 123 | 2026-05-11T08:18:05.010Z | tflt 0.000054900 |
| 124 | 2026-05-11T08:18:05.010Z | dflt 0.000004030 |
| 125 | 2026-05-11T08:18:05.010Z | kflt 0.000000000 |
| 126 | 2026-05-11T08:18:05.010Z | lock 0.032672116 |
| 127 | 2026-05-11T08:18:05.010Z | slp 0.104195768 |
| 128 | 2026-05-11T08:18:05.010Z | lat 0.000800090 |
| 129 | 2026-05-11T08:18:05.010Z | stop 0.000104220 |
| 130 | 2026-05-11T08:18:05.014Z | + header 'check docs' |
| 131 | 2026-05-11T08:18:05.014Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-11T08:18:05.014Z | # ==== check docs ==== # |
| 133 | 2026-05-11T08:18:05.014Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-11T08:18:05.014Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-11T08:18:05.083Z | Updating crates.io index |
| 136 | 2026-05-11T08:18:05.117Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-11T08:18:06.055Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-11T08:18:06.308Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-11T08:18:06.676Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-11T08:18:07.061Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-11T08:18:07.313Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-11T08:18:07.567Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-11T08:18:09.611Z | Downloading crates ... |
| 144 | 2026-05-11T08:18:09.659Z | Downloaded cpufeatures v0.2.17 |
| 145 | 2026-05-11T08:18:09.663Z | Downloaded embedded-io v0.6.1 |
| 146 | 2026-05-11T08:18:09.666Z | Downloaded block-buffer v0.10.4 |
| 147 | 2026-05-11T08:18:09.666Z | Downloaded embedded-io v0.4.0 |
| 148 | 2026-05-11T08:18:09.670Z | Downloaded darling v0.21.3 |
| 149 | 2026-05-11T08:18:09.674Z | Downloaded dyn-clone v1.0.20 |
| 150 | 2026-05-11T08:18:09.674Z | Downloaded ipnetwork v0.21.1 |
| 151 | 2026-05-11T08:18:09.674Z | Downloaded defmt-macros v1.0.1 |
| 152 | 2026-05-11T08:18:09.677Z | Downloaded proc-macro2 v1.0.106 |
| 153 | 2026-05-11T08:18:09.680Z | Downloaded cobs v0.3.0 |
| 154 | 2026-05-11T08:18:09.683Z | Downloaded bitflags v1.3.2 |
| 155 | 2026-05-11T08:18:09.686Z | Downloaded ident_case v1.0.1 |
| 156 | 2026-05-11T08:18:09.701Z | Downloaded pest_derive v2.8.6 |
| 157 | 2026-05-11T08:18:09.704Z | Downloaded log v0.4.29 |
| 158 | 2026-05-11T08:18:09.704Z | Downloaded serde_derive v1.0.228 |
| 159 | 2026-05-11T08:18:09.709Z | Downloaded plain v0.2.3 |
| 160 | 2026-05-11T08:18:09.709Z | Downloaded fnv v1.0.7 |
| 161 | 2026-05-11T08:18:09.709Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 162 | 2026-05-11T08:18:09.712Z | Downloaded bitflags v2.11.1 |
| 163 | 2026-05-11T08:18:09.716Z | Downloaded ref-cast-impl v1.0.25 |
| 164 | 2026-05-11T08:18:09.725Z | Downloaded defmt v0.3.100 |
| 165 | 2026-05-11T08:18:09.728Z | Downloaded dof v0.4.0 |
| 166 | 2026-05-11T08:18:09.731Z | Downloaded cfg-if v1.0.4 |
| 167 | 2026-05-11T08:18:09.734Z | Downloaded darling_macro v0.21.3 |
| 168 | 2026-05-11T08:18:09.737Z | Downloaded stable_deref_trait v1.2.1 |
| 169 | 2026-05-11T08:18:09.737Z | Downloaded defmt-parser v1.0.0 |
| 170 | 2026-05-11T08:18:09.737Z | Downloaded darling_macro v0.23.0 |
| 171 | 2026-05-11T08:18:09.741Z | Downloaded tabwriter v1.4.1 |
| 172 | 2026-05-11T08:18:09.747Z | Downloaded crypto-common v0.1.7 |
| 173 | 2026-05-11T08:18:09.747Z | Downloaded byteorder v1.5.0 |
| 174 | 2026-05-11T08:18:09.752Z | Downloaded version_check v0.9.5 |
| 175 | 2026-05-11T08:18:09.755Z | Downloaded itoa v1.0.18 |
| 176 | 2026-05-11T08:18:09.760Z | Downloaded strsim v0.11.1 |
| 177 | 2026-05-11T08:18:09.763Z | Downloaded scroll_derive v0.13.1 |
| 178 | 2026-05-11T08:18:09.763Z | Downloaded usdt v0.6.0 |
| 179 | 2026-05-11T08:18:09.766Z | Downloaded hash32 v0.3.1 |
| 180 | 2026-05-11T08:18:09.769Z | Downloaded managed v0.8.0 |
| 181 | 2026-05-11T08:18:09.769Z | Downloaded usdt-macro v0.6.0 |
| 182 | 2026-05-11T08:18:09.774Z | Downloaded macaddr v1.0.1 |
| 183 | 2026-05-11T08:18:09.780Z | Downloaded usdt-attr-macro v0.6.0 |
| 184 | 2026-05-11T08:18:09.784Z | Downloaded dtrace-parser v0.3.0 |
| 185 | 2026-05-11T08:18:09.787Z | Downloaded thread-id v5.1.0 |
| 186 | 2026-05-11T08:18:09.787Z | Downloaded ref-cast v1.0.25 |
| 187 | 2026-05-11T08:18:09.792Z | Downloaded either v1.15.0 |
| 188 | 2026-05-11T08:18:09.796Z | Downloaded zmij v1.0.21 |
| 189 | 2026-05-11T08:18:09.799Z | Downloaded darling_core v0.21.3 |
| 190 | 2026-05-11T08:18:09.799Z | Downloaded pest_meta v2.8.6 |
| 191 | 2026-05-11T08:18:09.802Z | Downloaded digest v0.10.7 |
| 192 | 2026-05-11T08:18:09.802Z | Downloaded serde_tokenstream v0.2.3 |
| 193 | 2026-05-11T08:18:09.802Z | Downloaded scroll v0.13.0 |
| 194 | 2026-05-11T08:18:09.806Z | Downloaded quote v1.0.45 |
| 195 | 2026-05-11T08:18:09.811Z | Downloaded pretty-hex v0.4.2 |
| 196 | 2026-05-11T08:18:09.811Z | Downloaded generic-array v0.14.7 |
| 197 | 2026-05-11T08:18:09.811Z | Downloaded ingot-types v0.1.2 |
| 198 | 2026-05-11T08:18:09.815Z | Downloaded sha2 v0.10.9 |
| 199 | 2026-05-11T08:18:09.818Z | Downloaded thiserror-impl v2.0.18 |
| 200 | 2026-05-11T08:18:09.818Z | Downloaded defmt v1.0.1 |
| 201 | 2026-05-11T08:18:09.824Z | Downloaded proc-macro-error2 v2.0.1 |
| 202 | 2026-05-11T08:18:09.828Z | Downloaded usdt-impl v0.6.0 |
| 203 | 2026-05-11T08:18:09.828Z | Downloaded crc32fast v1.5.0 |
| 204 | 2026-05-11T08:18:09.838Z | Downloaded ingot v0.1.1 |
| 205 | 2026-05-11T08:18:09.845Z | Downloaded ingot-macros v0.1.1 |
| 206 | 2026-05-11T08:18:09.845Z | Downloaded darling v0.23.0 |
| 207 | 2026-05-11T08:18:09.849Z | Downloaded pest v2.8.6 |
| 208 | 2026-05-11T08:18:09.849Z | Downloaded postcard v1.1.3 |
| 209 | 2026-05-11T08:18:09.849Z | Downloaded memmap2 v0.9.10 |
| 210 | 2026-05-11T08:18:09.855Z | Downloaded thiserror v2.0.18 |
| 211 | 2026-05-11T08:18:09.865Z | Downloaded ucd-trie v0.1.7 |
| 212 | 2026-05-11T08:18:09.868Z | Downloaded pest_generator v2.8.6 |
| 213 | 2026-05-11T08:18:09.875Z | Downloaded uuid v1.23.1 |
| 214 | 2026-05-11T08:18:09.880Z | Downloaded serde_core v1.0.228 |
| 215 | 2026-05-11T08:18:09.884Z | Downloaded unicode-ident v1.0.24 |
| 216 | 2026-05-11T08:18:09.884Z | Downloaded darling_core v0.23.0 |
| 217 | 2026-05-11T08:18:09.898Z | Downloaded typenum v1.20.0 |
| 218 | 2026-05-11T08:18:09.901Z | Downloaded serde v1.0.228 |
| 219 | 2026-05-11T08:18:09.904Z | Downloaded memchr v2.8.0 |
| 220 | 2026-05-11T08:18:09.907Z | Downloaded heapless v0.8.0 |
| 221 | 2026-05-11T08:18:09.914Z | Downloaded zerocopy-derive v0.8.48 |
| 222 | 2026-05-11T08:18:09.956Z | Downloaded aho-corasick v1.1.4 |
| 223 | 2026-05-11T08:18:09.963Z | Downloaded regex v1.12.3 |
| 224 | 2026-05-11T08:18:09.969Z | Downloaded itertools v0.14.0 |
| 225 | 2026-05-11T08:18:09.974Z | Downloaded serde_json v1.0.149 |
| 226 | 2026-05-11T08:18:10.014Z | Downloaded syn v2.0.117 |
| 227 | 2026-05-11T08:18:10.028Z | Downloaded goblin v0.10.5 |
| 228 | 2026-05-11T08:18:10.034Z | Downloaded unicode-width v0.2.2 |
| 229 | 2026-05-11T08:18:10.038Z | Downloaded zerocopy v0.8.48 |
| 230 | 2026-05-11T08:18:10.048Z | Downloaded smoltcp v0.11.0 |
| 231 | 2026-05-11T08:18:10.055Z | Downloaded regex-syntax v0.8.10 |
| 232 | 2026-05-11T08:18:10.085Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-05-11T08:18:10.093Z | Downloaded libc v0.2.186 |
| 234 | 2026-05-11T08:18:10.157Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-05-11T08:18:10.157Z | Compiling quote v1.0.45 |
| 236 | 2026-05-11T08:18:10.157Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-05-11T08:18:10.163Z | Compiling ident_case v1.0.1 |
| 238 | 2026-05-11T08:18:10.163Z | Documenting unicode-ident v1.0.24 |
| 239 | 2026-05-11T08:18:10.163Z | Compiling strsim v0.11.1 |
| 240 | 2026-05-11T08:18:10.163Z | Compiling serde_core v1.0.228 |
| 241 | 2026-05-11T08:18:10.316Z | Compiling fnv v1.0.7 |
| 242 | 2026-05-11T08:18:10.337Z | Compiling memchr v2.8.0 |
| 243 | 2026-05-11T08:18:10.344Z | Compiling regex-syntax v0.8.10 |
| 244 | 2026-05-11T08:18:10.407Z | Compiling serde v1.0.228 |
| 245 | 2026-05-11T08:18:10.519Z | Compiling thiserror v2.0.18 |
| 246 | 2026-05-11T08:18:10.564Z | Compiling zerocopy v0.8.48 |
| 247 | 2026-05-11T08:18:10.887Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-05-11T08:18:10.928Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-05-11T08:18:11.114Z | Checking byteorder v1.5.0 |
| 250 | 2026-05-11T08:18:11.224Z | Compiling syn v2.0.117 |
| 251 | 2026-05-11T08:18:11.300Z | Compiling either v1.15.0 |
| 252 | 2026-05-11T08:18:11.470Z | Documenting quote v1.0.45 |
| 253 | 2026-05-11T08:18:11.498Z | Compiling itertools v0.14.0 |
| 254 | 2026-05-11T08:18:11.998Z | Documenting syn v2.0.117 |
| 255 | 2026-05-11T08:18:12.099Z | Compiling regex-automata v0.4.14 |
| 256 | 2026-05-11T08:18:12.399Z | Compiling heapless v0.8.0 |
| 257 | 2026-05-11T08:18:12.515Z | Checking bitflags v2.11.1 |
| 258 | 2026-05-11T08:18:12.681Z | Checking hash32 v0.3.1 |
| 259 | 2026-05-11T08:18:12.795Z | Documenting serde_core v1.0.228 |
| 260 | 2026-05-11T08:18:12.798Z | Checking stable_deref_trait v1.2.1 |
| 261 | 2026-05-11T08:18:12.889Z | Documenting memchr v2.8.0 |
| 262 | 2026-05-11T08:18:12.930Z | Checking macaddr v1.0.1 |
| 263 | 2026-05-11T08:18:13.090Z | Checking cfg-if v1.0.4 |
| 264 | 2026-05-11T08:18:13.154Z | Compiling smoltcp v0.11.0 |
| 265 | 2026-05-11T08:18:13.529Z | Documenting regex-syntax v0.8.10 |
| 266 | 2026-05-11T08:18:13.559Z | Checking darling_core v0.21.3 |
| 267 | 2026-05-11T08:18:13.595Z | Documenting aho-corasick v1.1.4 |
| 268 | 2026-05-11T08:18:14.566Z | Compiling regex v1.12.3 |
| 269 | 2026-05-11T08:18:14.646Z | Compiling darling_core v0.23.0 |
| 270 | 2026-05-11T08:18:14.807Z | Documenting regex-automata v0.4.14 |
| 271 | 2026-05-11T08:18:14.882Z | Checking managed v0.8.0 |
| 272 | 2026-05-11T08:18:15.039Z | Checking bitflags v1.3.2 |
| 273 | 2026-05-11T08:18:15.073Z | Documenting zerocopy-derive v0.8.48 |
| 274 | 2026-05-11T08:18:15.093Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-05-11T08:18:15.101Z | Compiling zerocopy-derive v0.8.48 |
| 276 | 2026-05-11T08:18:15.191Z | Compiling serde_derive v1.0.228 |
| 277 | 2026-05-11T08:18:15.909Z | Documenting serde_derive v1.0.228 |
| 278 | 2026-05-11T08:18:16.249Z | Documenting regex v1.12.3 |
| 279 | 2026-05-11T08:18:16.405Z | Compiling darling_macro v0.21.3 |
| 280 | 2026-05-11T08:18:16.483Z | Checking cobs v0.3.0 |
| 281 | 2026-05-11T08:18:16.561Z | Documenting thiserror-impl v2.0.18 |
| 282 | 2026-05-11T08:18:16.621Z | Compiling ref-cast v1.0.25 |
| 283 | 2026-05-11T08:18:16.883Z | Compiling darling_macro v0.23.0 |
| 284 | 2026-05-11T08:18:17.005Z | Compiling crc32fast v1.5.0 |
| 285 | 2026-05-11T08:18:17.074Z | Compiling darling v0.21.3 |
| 286 | 2026-05-11T08:18:17.154Z | Compiling ingot-macros v0.1.1 |
| 287 | 2026-05-11T08:18:17.288Z | Documenting byteorder v1.5.0 |
| 288 | 2026-05-11T08:18:17.342Z | Documenting ingot-macros v0.1.1 |
| 289 | 2026-05-11T08:18:17.427Z | Documenting zerocopy v0.8.48 |
| 290 | 2026-05-11T08:18:17.546Z | Documenting thiserror v2.0.18 |
| 291 | 2026-05-11T08:18:17.962Z | Documenting hash32 v0.3.1 |
| 292 | 2026-05-11T08:18:18.163Z | Documenting serde v1.0.228 |
| 293 | 2026-05-11T08:18:18.605Z | Compiling ref-cast-impl v1.0.25 |
| 294 | 2026-05-11T08:18:18.625Z | Checking postcard v1.1.3 |
| 295 | 2026-05-11T08:18:18.833Z | Documenting bitflags v2.11.1 |
| 296 | 2026-05-11T08:18:18.933Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 297 | 2026-05-11T08:18:18.943Z | Documenting cfg-if v1.0.4 |
| 298 | 2026-05-11T08:18:19.207Z | Documenting stable_deref_trait v1.2.1 |
| 299 | 2026-05-11T08:18:19.273Z | Documenting macaddr v1.0.1 |
| 300 | 2026-05-11T08:18:19.677Z | Compiling version_check v0.9.5 |
| 301 | 2026-05-11T08:18:19.685Z | Checking unicode-width v0.2.2 |
| 302 | 2026-05-11T08:18:19.852Z | Checking ipnetwork v0.21.1 |
| 303 | 2026-05-11T08:18:19.954Z | Documenting cobs v0.3.0 |
| 304 | 2026-05-11T08:18:19.983Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 305 | 2026-05-11T08:18:20.042Z | Compiling darling v0.23.0 |
| 306 | 2026-05-11T08:18:20.125Z | Documenting managed v0.8.0 |
| 307 | 2026-05-11T08:18:20.133Z | Documenting heapless v0.8.0 |
| 308 | 2026-05-11T08:18:20.243Z | Checking ingot-types v0.1.2 |
| 309 | 2026-05-11T08:18:20.289Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 310 | 2026-05-11T08:18:20.351Z | Checking tabwriter v1.4.1 |
| 311 | 2026-05-11T08:18:20.605Z | Checking ingot v0.1.1 |
| 312 | 2026-05-11T08:18:20.871Z | Documenting postcard v1.1.3 |
| 313 | 2026-05-11T08:18:20.890Z | Documenting ingot-types v0.1.2 |
| 314 | 2026-05-11T08:18:21.039Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 315 | 2026-05-11T08:18:21.221Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 316 | 2026-05-11T08:18:21.288Z | Documenting ref-cast-impl v1.0.25 |
| 317 | 2026-05-11T08:18:21.296Z | Documenting unicode-width v0.2.2 |
| 318 | 2026-05-11T08:18:21.405Z | Documenting smoltcp v0.11.0 |
| 319 | 2026-05-11T08:18:21.667Z | Documenting ipnetwork v0.21.1 |
| 320 | 2026-05-11T08:18:21.816Z | Documenting either v1.15.0 |
| 321 | 2026-05-11T08:18:21.978Z | Documenting ingot v0.1.1 |
| 322 | 2026-05-11T08:18:22.205Z | Checking dyn-clone v1.0.20 |
| 323 | 2026-05-11T08:18:22.258Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 324 | 2026-05-11T08:18:22.301Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 325 | 2026-05-11T08:18:22.430Z | Documenting tabwriter v1.4.1 |
| 326 | 2026-05-11T08:18:22.693Z | Documenting ref-cast v1.0.25 |
| 327 | 2026-05-11T08:18:23.024Z | Documenting crc32fast v1.5.0 |
| 328 | 2026-05-11T08:18:23.237Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-05-11T08:18:23.282Z | Documenting itertools v0.14.0 |
| 330 | 2026-05-11T08:18:23.705Z | Documenting dyn-clone v1.0.20 |
| 331 | 2026-05-11T08:18:24.236Z | Documenting uuid v1.23.1 |
| 332 | 2026-05-11T08:18:24.509Z | Checking uuid v1.23.1 |
| 333 | 2026-05-11T08:18:24.769Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 334 | 2026-05-11T08:18:24.809Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 335 | 2026-05-11T08:18:25.317Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 336 | 2026-05-11T08:18:27.355Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 337 | 2026-05-11T08:18:29.689Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 338 | 2026-05-11T08:18:31.324Z | Finished `dev` profile [optimized + debuginfo] target(s) in 26.30s |
| 339 | 2026-05-11T08:18:31.415Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 340 | 2026-05-11T08:18:31.437Z | |
| 341 | 2026-05-11T08:18:31.440Z | real 26.404937361 |
| 342 | 2026-05-11T08:18:31.440Z | user 1:28.582045583 |
| 343 | 2026-05-11T08:18:31.440Z | sys 18.160138302 |
| 344 | 2026-05-11T08:18:31.440Z | trap 0.049857014 |
| 345 | 2026-05-11T08:18:31.440Z | tflt 0.039160516 |
| 346 | 2026-05-11T08:18:31.441Z | dflt 0.090037535 |
| 347 | 2026-05-11T08:18:31.441Z | kflt 0.005059949 |
| 348 | 2026-05-11T08:18:31.441Z | lock 8:54.079059128 |
| 349 | 2026-05-11T08:18:31.441Z | slp 5:09.841065054 |
| 350 | 2026-05-11T08:18:31.441Z | lat 8.111268069 |
| 351 | 2026-05-11T08:18:31.441Z | stop 11.103549213 |
| 352 | 2026-05-11T08:18:31.441Z | + header 'analyze std + api + usdt' |
| 353 | 2026-05-11T08:18:31.441Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 354 | 2026-05-11T08:18:31.441Z | # ==== analyze std + api + usdt ==== # |
| 355 | 2026-05-11T08:18:31.441Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 356 | 2026-05-11T08:18:31.636Z | Downloading crates ... |
| 357 | 2026-05-11T08:18:31.693Z | Downloaded futures-macro v0.3.32 |
| 358 | 2026-05-11T08:18:31.696Z | Downloaded dtor v0.8.1 |
| 359 | 2026-05-11T08:18:31.703Z | Downloaded typeid v1.0.3 |
| 360 | 2026-05-11T08:18:31.707Z | Downloaded cookie-factory v0.3.3 |
| 361 | 2026-05-11T08:18:31.707Z | Downloaded once_cell v1.21.4 |
| 362 | 2026-05-11T08:18:31.707Z | Downloaded ctor-proc-macro v0.0.13 |
| 363 | 2026-05-11T08:18:31.716Z | Downloaded futures-io v0.3.32 |
| 364 | 2026-05-11T08:18:31.720Z | Downloaded futures-task v0.3.32 |
| 365 | 2026-05-11T08:18:31.720Z | Downloaded dtor-proc-macro v0.0.13 |
| 366 | 2026-05-11T08:18:31.720Z | Downloaded link-section v0.2.1 |
| 367 | 2026-05-11T08:18:31.720Z | Downloaded futures-sink v0.3.32 |
| 368 | 2026-05-11T08:18:31.723Z | Downloaded circular v0.3.0 |
| 369 | 2026-05-11T08:18:31.723Z | Downloaded futures-core v0.3.32 |
| 370 | 2026-05-11T08:18:31.723Z | Downloaded rusticata-macros v5.0.0 |
| 371 | 2026-05-11T08:18:31.729Z | Downloaded slab v0.4.12 |
| 372 | 2026-05-11T08:18:31.732Z | Downloaded pin-project-lite v0.2.17 |
| 373 | 2026-05-11T08:18:31.735Z | Downloaded ctor v0.10.1 |
| 374 | 2026-05-11T08:18:31.735Z | Downloaded futures-executor v0.3.32 |
| 375 | 2026-05-11T08:18:31.738Z | Downloaded futures-channel v0.3.32 |
| 376 | 2026-05-11T08:18:31.738Z | Downloaded anyhow v1.0.102 |
| 377 | 2026-05-11T08:18:31.745Z | Downloaded futures v0.3.32 |
| 378 | 2026-05-11T08:18:31.759Z | Downloaded futures-util v0.3.32 |
| 379 | 2026-05-11T08:18:31.765Z | Downloaded ron v0.12.1 |
| 380 | 2026-05-11T08:18:31.770Z | Downloaded nom v8.0.0 |
| 381 | 2026-05-11T08:18:31.773Z | Downloaded pcap-parser v0.17.0 |
| 382 | 2026-05-11T08:18:31.825Z | Compiling proc-macro2 v1.0.106 |
| 383 | 2026-05-11T08:18:31.825Z | Compiling quote v1.0.45 |
| 384 | 2026-05-11T08:18:31.829Z | Compiling unicode-ident v1.0.24 |
| 385 | 2026-05-11T08:18:31.829Z | Compiling memchr v2.8.0 |
| 386 | 2026-05-11T08:18:31.829Z | Compiling thiserror v2.0.18 |
| 387 | 2026-05-11T08:18:31.829Z | Compiling zerocopy v0.8.48 |
| 388 | 2026-05-11T08:18:31.829Z | Compiling serde_core v1.0.228 |
| 389 | 2026-05-11T08:18:32.012Z | Compiling zmij v1.0.21 |
| 390 | 2026-05-11T08:18:32.206Z | Compiling libc v0.2.186 |
| 391 | 2026-05-11T08:18:32.211Z | Compiling ident_case v1.0.1 |
| 392 | 2026-05-11T08:18:32.246Z | Compiling serde_json v1.0.149 |
| 393 | 2026-05-11T08:18:32.266Z | Compiling strsim v0.11.1 |
| 394 | 2026-05-11T08:18:32.303Z | Compiling ucd-trie v0.1.7 |
| 395 | 2026-05-11T08:18:32.432Z | Compiling serde v1.0.228 |
| 396 | 2026-05-11T08:18:32.468Z | Compiling pest v2.8.6 |
| 397 | 2026-05-11T08:18:32.745Z | Compiling fnv v1.0.7 |
| 398 | 2026-05-11T08:18:32.905Z | Compiling aho-corasick v1.1.4 |
| 399 | 2026-05-11T08:18:32.975Z | Compiling regex-syntax v0.8.10 |
| 400 | 2026-05-11T08:18:33.068Z | Compiling itoa v1.0.18 |
| 401 | 2026-05-11T08:18:33.147Z | Compiling syn v2.0.117 |
| 402 | 2026-05-11T08:18:33.247Z | Checking byteorder v1.5.0 |
| 403 | 2026-05-11T08:18:33.645Z | Compiling pest_meta v2.8.6 |
| 404 | 2026-05-11T08:18:33.783Z | Compiling either v1.15.0 |
| 405 | 2026-05-11T08:18:33.847Z | Compiling usdt-impl v0.6.0 |
| 406 | 2026-05-11T08:18:33.992Z | Compiling itertools v0.14.0 |
| 407 | 2026-05-11T08:18:34.106Z | Checking bitflags v2.11.1 |
| 408 | 2026-05-11T08:18:34.229Z | Compiling thread-id v5.1.0 |
| 409 | 2026-05-11T08:18:34.494Z | Compiling regex-automata v0.4.14 |
| 410 | 2026-05-11T08:18:34.631Z | Checking log v0.4.29 |
| 411 | 2026-05-11T08:18:34.634Z | Checking futures-core v0.3.32 |
| 412 | 2026-05-11T08:18:34.758Z | Compiling heapless v0.8.0 |
| 413 | 2026-05-11T08:18:35.018Z | Checking futures-sink v0.3.32 |
| 414 | 2026-05-11T08:18:35.070Z | Checking plain v0.2.3 |
| 415 | 2026-05-11T08:18:35.115Z | Checking futures-channel v0.3.32 |
| 416 | 2026-05-11T08:18:35.317Z | Checking hash32 v0.3.1 |
| 417 | 2026-05-11T08:18:35.450Z | Checking pin-project-lite v0.2.17 |
| 418 | 2026-05-11T08:18:35.503Z | Checking slab v0.4.12 |
| 419 | 2026-05-11T08:18:35.544Z | Checking futures-task v0.3.32 |
| 420 | 2026-05-11T08:18:35.610Z | Checking macaddr v1.0.1 |
| 421 | 2026-05-11T08:18:35.633Z | Checking stable_deref_trait v1.2.1 |
| 422 | 2026-05-11T08:18:35.669Z | Checking pretty-hex v0.4.2 |
| 423 | 2026-05-11T08:18:35.685Z | Checking futures-io v0.3.32 |
| 424 | 2026-05-11T08:18:35.701Z | Compiling smoltcp v0.11.0 |
| 425 | 2026-05-11T08:18:35.756Z | Compiling pest_generator v2.8.6 |
| 426 | 2026-05-11T08:18:35.786Z | Compiling darling_core v0.21.3 |
| 427 | 2026-05-11T08:18:35.800Z | Compiling darling_core v0.23.0 |
| 428 | 2026-05-11T08:18:35.871Z | Checking cfg-if v1.0.4 |
| 429 | 2026-05-11T08:18:36.325Z | Compiling regex v1.12.3 |
| 430 | 2026-05-11T08:18:36.437Z | Compiling version_check v0.9.5 |
| 431 | 2026-05-11T08:18:36.446Z | Checking bitflags v1.3.2 |
| 432 | 2026-05-11T08:18:36.513Z | Compiling ref-cast v1.0.25 |
| 433 | 2026-05-11T08:18:36.733Z | Checking managed v0.8.0 |
| 434 | 2026-05-11T08:18:36.752Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-05-11T08:18:36.886Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 436 | 2026-05-11T08:18:37.095Z | Checking memmap2 v0.9.10 |
| 437 | 2026-05-11T08:18:37.101Z | Compiling thiserror-impl v2.0.18 |
| 438 | 2026-05-11T08:18:37.147Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-05-11T08:18:37.265Z | Compiling zerocopy-derive v0.8.48 |
| 440 | 2026-05-11T08:18:37.295Z | Compiling pest_derive v2.8.6 |
| 441 | 2026-05-11T08:18:37.846Z | Compiling scroll_derive v0.13.1 |
| 442 | 2026-05-11T08:18:38.100Z | Compiling futures-macro v0.3.32 |
| 443 | 2026-05-11T08:18:38.115Z | Compiling darling_macro v0.21.3 |
| 444 | 2026-05-11T08:18:38.297Z | Compiling darling_macro v0.23.0 |
| 445 | 2026-05-11T08:18:38.336Z | Compiling ref-cast-impl v1.0.25 |
| 446 | 2026-05-11T08:18:38.670Z | Compiling dtrace-parser v0.3.0 |
| 447 | 2026-05-11T08:18:38.713Z | Compiling darling v0.21.3 |
| 448 | 2026-05-11T08:18:38.747Z | Checking scroll v0.13.0 |
| 449 | 2026-05-11T08:18:38.795Z | Compiling ingot-macros v0.1.1 |
| 450 | 2026-05-11T08:18:38.980Z | Checking futures-util v0.3.32 |
| 451 | 2026-05-11T08:18:38.994Z | Checking goblin v0.10.5 |
| 452 | 2026-05-11T08:18:39.230Z | Checking cobs v0.3.0 |
| 453 | 2026-05-11T08:18:39.345Z | Compiling darling v0.23.0 |
| 454 | 2026-05-11T08:18:39.383Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 455 | 2026-05-11T08:18:39.421Z | Checking unicode-width v0.2.2 |
| 456 | 2026-05-11T08:18:39.691Z | Checking ipnetwork v0.21.1 |
| 457 | 2026-05-11T08:18:39.880Z | Checking tabwriter v1.4.1 |
| 458 | 2026-05-11T08:18:40.028Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 459 | 2026-05-11T08:18:40.658Z | Checking postcard v1.1.3 |
| 460 | 2026-05-11T08:18:40.908Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 461 | 2026-05-11T08:18:41.029Z | Compiling serde_tokenstream v0.2.3 |
| 462 | 2026-05-11T08:18:41.057Z | Checking futures-executor v0.3.32 |
| 463 | 2026-05-11T08:18:41.074Z | Checking nom v8.0.0 |
| 464 | 2026-05-11T08:18:41.207Z | Checking futures v0.3.32 |
| 465 | 2026-05-11T08:18:41.282Z | Compiling anyhow v1.0.102 |
| 466 | 2026-05-11T08:18:41.331Z | Compiling typeid v1.0.3 |
| 467 | 2026-05-11T08:18:41.516Z | Checking dyn-clone v1.0.20 |
| 468 | 2026-05-11T08:18:41.621Z | Checking cookie-factory v0.3.3 |
| 469 | 2026-05-11T08:18:41.634Z | Checking uuid v1.23.1 |
| 470 | 2026-05-11T08:18:41.669Z | Checking circular v0.3.0 |
| 471 | 2026-05-11T08:18:41.674Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 472 | 2026-05-11T08:18:41.789Z | Compiling dtor-proc-macro v0.0.13 |
| 473 | 2026-05-11T08:18:41.849Z | Checking ingot-types v0.1.2 |
| 474 | 2026-05-11T08:18:41.879Z | Checking dof v0.4.0 |
| 475 | 2026-05-11T08:18:41.895Z | Checking once_cell v1.21.4 |
| 476 | 2026-05-11T08:18:41.910Z | Checking link-section v0.2.1 |
| 477 | 2026-05-11T08:18:42.028Z | Compiling ctor-proc-macro v0.0.13 |
| 478 | 2026-05-11T08:18:42.041Z | Checking ron v0.12.1 |
| 479 | 2026-05-11T08:18:42.136Z | Checking dtor v0.8.1 |
| 480 | 2026-05-11T08:18:42.198Z | Checking ingot v0.1.1 |
| 481 | 2026-05-11T08:18:42.340Z | Checking ctor v0.10.1 |
| 482 | 2026-05-11T08:18:42.979Z | Compiling usdt-macro v0.6.0 |
| 483 | 2026-05-11T08:18:42.979Z | Compiling usdt-attr-macro v0.6.0 |
| 484 | 2026-05-11T08:18:43.067Z | Checking rusticata-macros v5.0.0 |
| 485 | 2026-05-11T08:18:43.193Z | Checking pcap-parser v0.17.0 |
| 486 | 2026-05-11T08:18:43.594Z | Checking usdt v0.6.0 |
| 487 | 2026-05-11T08:18:43.788Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 488 | 2026-05-11T08:18:48.178Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 489 | 2026-05-11T08:18:49.903Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 490 | 2026-05-11T08:18:52.255Z | Finished `dev` profile [optimized + debuginfo] target(s) in 20.76s |
| 491 | 2026-05-11T08:18:52.292Z | |
| 492 | 2026-05-11T08:18:52.292Z | real 20.847575524 |
| 493 | 2026-05-11T08:18:52.292Z | user 1:18.802822645 |
| 494 | 2026-05-11T08:18:52.292Z | sys 16.025680940 |
| 495 | 2026-05-11T08:18:52.292Z | trap 0.043439506 |
| 496 | 2026-05-11T08:18:52.292Z | tflt 0.092648547 |
| 497 | 2026-05-11T08:18:52.292Z | dflt 0.170327269 |
| 498 | 2026-05-11T08:18:52.292Z | kflt 0.000014830 |
| 499 | 2026-05-11T08:18:52.292Z | lock 4:24.953254375 |
| 500 | 2026-05-11T08:18:52.292Z | slp 4:08.103737551 |
| 501 | 2026-05-11T08:18:52.292Z | lat 4.524162226 |
| 502 | 2026-05-11T08:18:52.296Z | stop 9.212042501 |
| 503 | 2026-05-11T08:18:52.296Z | + header 'analyze no_std + engine + kernel' |
| 504 | 2026-05-11T08:18:52.296Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 505 | 2026-05-11T08:18:52.296Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 506 | 2026-05-11T08:18:52.296Z | # ==== analyze no_std + engine + kernel ==== # |
| 507 | 2026-05-11T08:18:52.481Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-05-11T08:18:52.481Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 509 | 2026-05-11T08:18:52.486Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-05-11T08:18:52.486Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 511 | 2026-05-11T08:18:52.759Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 512 | 2026-05-11T08:18:57.092Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 513 | 2026-05-11T08:18:58.685Z | Finished `dev` profile [optimized + debuginfo] target(s) in 6.34s |
| 514 | 2026-05-11T08:18:58.715Z | |
| 515 | 2026-05-11T08:18:58.715Z | real 6.415321021 |
| 516 | 2026-05-11T08:18:58.715Z | user 6.663571803 |
| 517 | 2026-05-11T08:18:58.715Z | sys 1.049805090 |
| 518 | 2026-05-11T08:18:58.715Z | trap 0.001192100 |
| 519 | 2026-05-11T08:18:58.715Z | tflt 0.009202203 |
| 520 | 2026-05-11T08:18:58.715Z | dflt 0.004594564 |
| 521 | 2026-05-11T08:18:58.715Z | kflt 0.000000960 |
| 522 | 2026-05-11T08:18:58.715Z | lock 22.439532015 |
| 523 | 2026-05-11T08:18:58.715Z | slp 23.434617228 |
| 524 | 2026-05-11T08:18:58.715Z | lat 0.025674561 |
| 525 | 2026-05-11T08:18:58.715Z | stop 0.268972498 |
| 526 | 2026-05-11T08:18:58.718Z | + header test |
| 527 | 2026-05-11T08:18:58.718Z | + echo '# ==== test ==== #' |
| 528 | 2026-05-11T08:18:58.718Z | + ptime -m cargo test |
| 529 | 2026-05-11T08:18:58.718Z | # ==== test ==== # |
| 530 | 2026-05-11T08:18:58.880Z | Compiling memchr v2.8.0 |
| 531 | 2026-05-11T08:18:58.883Z | Compiling serde_core v1.0.228 |
| 532 | 2026-05-11T08:18:58.903Z | Compiling thiserror v2.0.18 |
| 533 | 2026-05-11T08:18:58.908Z | Compiling zerocopy v0.8.48 |
| 534 | 2026-05-11T08:18:58.912Z | Compiling unicode-ident v1.0.24 |
| 535 | 2026-05-11T08:18:58.912Z | Compiling byteorder v1.5.0 |
| 536 | 2026-05-11T08:18:58.915Z | Compiling zmij v1.0.21 |
| 537 | 2026-05-11T08:18:58.915Z | Compiling scroll v0.13.0 |
| 538 | 2026-05-11T08:18:58.995Z | Compiling proc-macro2 v1.0.106 |
| 539 | 2026-05-11T08:18:59.041Z | Compiling libc v0.2.186 |
| 540 | 2026-05-11T08:18:59.129Z | Compiling ucd-trie v0.1.7 |
| 541 | 2026-05-11T08:18:59.180Z | Compiling itoa v1.0.18 |
| 542 | 2026-05-11T08:18:59.285Z | Compiling futures-sink v0.3.32 |
| 543 | 2026-05-11T08:18:59.385Z | Compiling plain v0.2.3 |
| 544 | 2026-05-11T08:18:59.413Z | Compiling log v0.4.29 |
| 545 | 2026-05-11T08:18:59.444Z | Compiling futures-core v0.3.32 |
| 546 | 2026-05-11T08:18:59.490Z | Compiling quote v1.0.45 |
| 547 | 2026-05-11T08:18:59.609Z | Compiling goblin v0.10.5 |
| 548 | 2026-05-11T08:18:59.635Z | Compiling futures-channel v0.3.32 |
| 549 | 2026-05-11T08:18:59.848Z | Compiling pest v2.8.6 |
| 550 | 2026-05-11T08:18:59.878Z | Compiling hash32 v0.3.1 |
| 551 | 2026-05-11T08:19:00.049Z | Compiling pin-project-lite v0.2.17 |
| 552 | 2026-05-11T08:19:00.143Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-05-11T08:19:00.186Z | Compiling futures-task v0.3.32 |
| 554 | 2026-05-11T08:19:00.209Z | Compiling macaddr v1.0.1 |
| 555 | 2026-05-11T08:19:00.390Z | Compiling futures-io v0.3.32 |
| 556 | 2026-05-11T08:19:00.465Z | Compiling slab v0.4.12 |
| 557 | 2026-05-11T08:19:00.489Z | Compiling stable_deref_trait v1.2.1 |
| 558 | 2026-05-11T08:19:00.563Z | Compiling pretty-hex v0.4.2 |
| 559 | 2026-05-11T08:19:00.585Z | Compiling heapless v0.8.0 |
| 560 | 2026-05-11T08:19:00.651Z | Compiling futures-util v0.3.32 |
| 561 | 2026-05-11T08:19:00.695Z | Compiling serde v1.0.228 |
| 562 | 2026-05-11T08:19:00.957Z | Compiling bitflags v2.11.1 |
| 563 | 2026-05-11T08:19:01.043Z | Compiling serde_json v1.0.149 |
| 564 | 2026-05-11T08:19:01.363Z | Compiling dtrace-parser v0.3.0 |
| 565 | 2026-05-11T08:19:01.401Z | Compiling syn v2.0.117 |
| 566 | 2026-05-11T08:19:01.689Z | Compiling thread-id v5.1.0 |
| 567 | 2026-05-11T08:19:01.773Z | Compiling cobs v0.3.0 |
| 568 | 2026-05-11T08:19:01.947Z | Compiling ingot-types v0.1.2 |
| 569 | 2026-05-11T08:19:02.080Z | Compiling managed v0.8.0 |
| 570 | 2026-05-11T08:19:02.087Z | Compiling bitflags v1.3.2 |
| 571 | 2026-05-11T08:19:02.152Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 572 | 2026-05-11T08:19:02.317Z | Compiling ingot v0.1.1 |
| 573 | 2026-05-11T08:19:02.373Z | Compiling smoltcp v0.11.0 |
| 574 | 2026-05-11T08:19:02.399Z | Compiling postcard v1.1.3 |
| 575 | 2026-05-11T08:19:02.771Z | Compiling dof v0.4.0 |
| 576 | 2026-05-11T08:19:03.670Z | Compiling futures-executor v0.3.32 |
| 577 | 2026-05-11T08:19:04.306Z | Compiling usdt-impl v0.6.0 |
| 578 | 2026-05-11T08:19:04.371Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 579 | 2026-05-11T08:19:04.706Z | Compiling memmap2 v0.9.10 |
| 580 | 2026-05-11T08:19:04.981Z | Compiling unicode-width v0.2.2 |
| 581 | 2026-05-11T08:19:05.008Z | Compiling either v1.15.0 |
| 582 | 2026-05-11T08:19:05.190Z | Compiling ipnetwork v0.21.1 |
| 583 | 2026-05-11T08:19:05.204Z | Compiling tabwriter v1.4.1 |
| 584 | 2026-05-11T08:19:05.297Z | Compiling itertools v0.14.0 |
| 585 | 2026-05-11T08:19:05.627Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 586 | 2026-05-11T08:19:05.734Z | Compiling ref-cast v1.0.25 |
| 587 | 2026-05-11T08:19:05.837Z | Compiling usdt v0.6.0 |
| 588 | 2026-05-11T08:19:06.290Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 589 | 2026-05-11T08:19:06.489Z | Compiling futures v0.3.32 |
| 590 | 2026-05-11T08:19:06.606Z | Compiling crc32fast v1.5.0 |
| 591 | 2026-05-11T08:19:06.781Z | Compiling nom v8.0.0 |
| 592 | 2026-05-11T08:19:06.786Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 593 | 2026-05-11T08:19:06.856Z | Compiling dyn-clone v1.0.20 |
| 594 | 2026-05-11T08:19:06.994Z | Compiling cookie-factory v0.3.3 |
| 595 | 2026-05-11T08:19:07.032Z | Compiling uuid v1.23.1 |
| 596 | 2026-05-11T08:19:07.323Z | Compiling circular v0.3.0 |
| 597 | 2026-05-11T08:19:07.589Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 598 | 2026-05-11T08:19:07.656Z | Compiling dtor v0.8.1 |
| 599 | 2026-05-11T08:19:07.751Z | Compiling anyhow v1.0.102 |
| 600 | 2026-05-11T08:19:07.849Z | Compiling typeid v1.0.3 |
| 601 | 2026-05-11T08:19:07.973Z | Compiling link-section v0.2.1 |
| 602 | 2026-05-11T08:19:07.982Z | Compiling once_cell v1.21.4 |
| 603 | 2026-05-11T08:19:08.135Z | Compiling ron v0.12.1 |
| 604 | 2026-05-11T08:19:08.135Z | Compiling ctor v0.10.1 |
| 605 | 2026-05-11T08:19:09.540Z | Compiling rusticata-macros v5.0.0 |
| 606 | 2026-05-11T08:19:09.883Z | Compiling pcap-parser v0.17.0 |
| 607 | 2026-05-11T08:19:11.856Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 608 | 2026-05-11T08:19:14.732Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 609 | 2026-05-11T08:19:53.202Z | Finished `test` profile [optimized + debuginfo] target(s) in 54.47s |
| 610 | 2026-05-11T08:19:53.220Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a48975acc7d3c94b) |
| 611 | 2026-05-11T08:19:53.223Z | |
| 612 | 2026-05-11T08:19:53.223Z | running 15 tests |
| 613 | 2026-05-11T08:19:53.223Z | test api::tests::parse_bad_proto_filter ... ok |
| 614 | 2026-05-11T08:19:53.223Z | test api::tests::parse_bad_address ... ok |
| 615 | 2026-05-11T08:19:53.223Z | test api::tests::parse_good_address ... ok |
| 616 | 2026-05-11T08:19:53.223Z | test api::tests::parse_good_proto_filter ... ok |
| 617 | 2026-05-11T08:19:53.223Z | test api::tests::ports_from_str_bad ... ok |
| 618 | 2026-05-11T08:19:53.223Z | test api::tests::ports_from_str_good ... ok |
| 619 | 2026-05-11T08:19:53.223Z | test cfg::tests::test_required_nat_space ... ok |
| 620 | 2026-05-11T08:19:53.223Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 621 | 2026-05-11T08:19:53.223Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 622 | 2026-05-11T08:19:53.223Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 623 | 2026-05-11T08:19:53.223Z | test engine::geneve::test::parse_multi_opt ... ok |
| 624 | 2026-05-11T08:19:53.223Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 625 | 2026-05-11T08:19:53.223Z | test engine::geneve::test::parse_single_opt ... ok |
| 626 | 2026-05-11T08:19:53.223Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 627 | 2026-05-11T08:19:53.227Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 628 | 2026-05-11T08:19:53.227Z | |
| 629 | 2026-05-11T08:19:53.227Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 630 | 2026-05-11T08:19:53.227Z | |
| 631 | 2026-05-11T08:19:53.227Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4d5c561e37630ae0) |
| 632 | 2026-05-11T08:19:53.227Z | |
| 633 | 2026-05-11T08:19:53.227Z | running 4 tests |
| 634 | 2026-05-11T08:19:53.230Z | test firewall_external_inbound ... ok |
| 635 | 2026-05-11T08:19:53.230Z | test firewall_vni_outbound ... ok |
| 636 | 2026-05-11T08:19:53.230Z | test firewall_vni_inbound ... ok |
| 637 | 2026-05-11T08:19:53.230Z | test firewall_replace_rules ... ok |
| 638 | 2026-05-11T08:19:53.230Z | |
| 639 | 2026-05-11T08:19:53.230Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 640 | 2026-05-11T08:19:53.230Z | |
| 641 | 2026-05-11T08:19:53.230Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-63b6c5df0974e057) |
| 642 | 2026-05-11T08:19:53.230Z | |
| 643 | 2026-05-11T08:19:53.230Z | running 2 tests |
| 644 | 2026-05-11T08:19:53.230Z | test parse_in_regression ... ok |
| 645 | 2026-05-11T08:19:53.230Z | test parse_out_regression ... ok |
| 646 | 2026-05-11T08:19:53.230Z | |
| 647 | 2026-05-11T08:19:53.230Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 648 | 2026-05-11T08:19:53.230Z | |
| 649 | 2026-05-11T08:19:53.234Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6d5bf4fd70390e8b) |
| 650 | 2026-05-11T08:19:53.234Z | |
| 651 | 2026-05-11T08:19:53.234Z | running 47 tests |
| 652 | 2026-05-11T08:19:53.234Z | test bad_ip_len ... ok |
| 653 | 2026-05-11T08:19:53.234Z | test check_layers ... ok |
| 654 | 2026-05-11T08:19:53.237Z | test arp_gateway ... ok |
| 655 | 2026-05-11T08:19:53.237Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 656 | 2026-05-11T08:19:53.237Z | test anti_spoof ... ok |
| 657 | 2026-05-11T08:19:53.237Z | test add_remove_fw_rule ... ok |
| 658 | 2026-05-11T08:19:53.237Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 659 | 2026-05-11T08:19:53.237Z | test external_attached_subnets_dont_apply_nat ... ok |
| 660 | 2026-05-11T08:19:53.237Z | test flow_expiration ... ok |
| 661 | 2026-05-11T08:19:53.237Z | test gateway_icmp4_ping ... ok |
| 662 | 2026-05-11T08:19:53.237Z | test gateway_icmpv6_ping ... ok |
| 663 | 2026-05-11T08:19:53.238Z | test gateway_router_advert_reply ... ok |
| 664 | 2026-05-11T08:19:53.238Z | test external_ip_epoch_affinity_preserved ... ok |
| 665 | 2026-05-11T08:19:53.238Z | test early_tcp_invalidation ... ok |
| 666 | 2026-05-11T08:19:53.238Z | test external_ip_reconfigurable ... ok |
| 667 | 2026-05-11T08:19:53.238Z | test guest_to_guest_no_route ... ok |
| 668 | 2026-05-11T08:19:53.238Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 669 | 2026-05-11T08:19:53.238Z | test guest_to_internet_ipv4 ... ok |
| 670 | 2026-05-11T08:19:53.238Z | test icmp_inner_has_nat_applied ... ok |
| 671 | 2026-05-11T08:19:53.238Z | test guest_to_guest ... ok |
| 672 | 2026-05-11T08:19:53.238Z | test guest_to_internet_ipv6 ... ok |
| 673 | 2026-05-11T08:19:53.238Z | test icmpv6_inner_has_nat_applied ... ok |
| 674 | 2026-05-11T08:19:53.238Z | test inbound_ndp_dropped_at_gateway ... ok |
| 675 | 2026-05-11T08:19:53.238Z | test external_ip_receive_and_reply_on_all ... ok |
| 676 | 2026-05-11T08:19:53.238Z | test internal_attached_subnets ... ok |
| 677 | 2026-05-11T08:19:53.238Z | test packet_body_pullup ... ok |
| 678 | 2026-05-11T08:19:53.238Z | test intra_subnet_routes_with_custom ... ok |
| 679 | 2026-05-11T08:19:53.238Z | test no_panic_on_flow_table_full ... ok |
| 680 | 2026-05-11T08:19:53.238Z | test outbound_ndp_dropped ... ok |
| 681 | 2026-05-11T08:19:53.238Z | test external_ip_balanced_over_floating_ips ... ok |
| 682 | 2026-05-11T08:19:53.238Z | test port_transition_running ... ok |
| 683 | 2026-05-11T08:19:53.238Z | test port_transition_reset ... ok |
| 684 | 2026-05-11T08:19:53.238Z | test port_as_router_target ... ok |
| 685 | 2026-05-11T08:19:53.238Z | test test_drop_on_unknown_critical_option ... ok |
| 686 | 2026-05-11T08:19:53.238Z | test port_transition_pause ... ok |
| 687 | 2026-05-11T08:19:53.238Z | test select_eip_conditioned_on_igw ... ok |
| 688 | 2026-05-11T08:19:53.238Z | test snat_icmp4_echo_rewrite ... ok |
| 689 | 2026-05-11T08:19:53.238Z | test snat_icmp6_echo_rewrite ... ok |
| 690 | 2026-05-11T08:19:53.238Z | test test_ipv6_multicast_encapsulation ... ok |
| 691 | 2026-05-11T08:19:53.238Z | test tcp_outbound ... ok |
| 692 | 2026-05-11T08:19:53.238Z | test tcp_inbound ... ok |
| 693 | 2026-05-11T08:19:53.239Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 694 | 2026-05-11T08:19:53.239Z | test test_gateway_neighbor_advert_reply ... ok |
| 695 | 2026-05-11T08:19:53.239Z | test test_tcp_multicast_denied ... ok |
| 696 | 2026-05-11T08:19:53.239Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 697 | 2026-05-11T08:19:53.239Z | test uft_lft_invalidation_out ... ok |
| 698 | 2026-05-11T08:19:53.239Z | test uft_lft_invalidation_in ... ok |
| 699 | 2026-05-11T08:19:53.239Z | |
| 700 | 2026-05-11T08:19:53.239Z | test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 701 | 2026-05-11T08:19:53.239Z | |
| 702 | 2026-05-11T08:19:53.239Z | Doc-tests oxide_vpc |
| 703 | 2026-05-11T08:19:53.556Z | |
| 704 | 2026-05-11T08:19:53.557Z | running 0 tests |
| 705 | 2026-05-11T08:19:53.557Z | |
| 706 | 2026-05-11T08:19:53.557Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 707 | 2026-05-11T08:19:53.557Z | |
| 708 | 2026-05-11T08:19:53.588Z | |
| 709 | 2026-05-11T08:19:53.588Z | real 54.861792425 |
| 710 | 2026-05-11T08:19:53.588Z | user 3:22.880109661 |
| 711 | 2026-05-11T08:19:53.588Z | sys 12.367304332 |
| 712 | 2026-05-11T08:19:53.588Z | trap 0.098073068 |
| 713 | 2026-05-11T08:19:53.588Z | tflt 0.141538824 |
| 714 | 2026-05-11T08:19:53.588Z | dflt 0.249498922 |
| 715 | 2026-05-11T08:19:53.588Z | kflt 0.000004600 |
| 716 | 2026-05-11T08:19:53.588Z | lock 13:20.007057839 |
| 717 | 2026-05-11T08:19:53.588Z | slp 7:01.898981448 |
| 718 | 2026-05-11T08:19:53.589Z | lat 9.873368246 |
| 719 | 2026-05-11T08:19:53.589Z | stop 5.340351569 |
| 720 | 2026-05-11T08:19:53.592Z | process exited: duration 122697 ms, exit code 0 |
| |
| 721 | 2026-05-11T08:19:53.598Z | found 0 output files |