|
|
|
| 1 | 2026-07-09T04:41:29.155Z | job assigned to worker 01KX2JV9PY725JWPMKNTX5N4NS [factory aws, i-071b1abcf9b531213] (queued for 1 m 22 s) |
| |
| 2 | 2026-07-09T04:41:35.280Z | starting task 0: "setup" |
| 3 | 2026-07-09T04:41:35.284Z | ++ uname -s |
| 4 | 2026-07-09T04:41:35.287Z | + kern=SunOS |
| 5 | 2026-07-09T04:41:35.287Z | + build_user=build |
| 6 | 2026-07-09T04:41:35.287Z | + build_uid=12345 |
| 7 | 2026-07-09T04:41:35.287Z | + work_dir=/work |
| 8 | 2026-07-09T04:41:35.287Z | + input_dir=/input |
| 9 | 2026-07-09T04:41:35.287Z | + [[ 0 == 12345 ]] |
| 10 | 2026-07-09T04:41:35.287Z | + case "$kern" in |
| 11 | 2026-07-09T04:41:35.287Z | + groupadd -g 12345 build |
| 12 | 2026-07-09T04:41:35.287Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-07-09T04:41:37.292Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-07-09T04:41:37.348Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-07-09T04:41:37.351Z | + home_fs=zfs |
| 16 | 2026-07-09T04:41:37.351Z | + [[ zfs == autofs ]] |
| 17 | 2026-07-09T04:41:37.351Z | + mkdir -p /home/build |
| 18 | 2026-07-09T04:41:37.351Z | + chown build:build /home/build /work |
| 19 | 2026-07-09T04:41:39.352Z | + chmod 0700 /home/build /work |
| 20 | 2026-07-09T04:41:39.355Z | process exited: duration 4075 ms, exit code 0 |
| |
| 21 | 2026-07-09T04:41:39.361Z | starting task 1: "rust-toolchain" |
| 22 | 2026-07-09T04:41:39.365Z | + printf ' * rust toolchain channel = "%s"\n' 1.96.1 |
| 23 | 2026-07-09T04:41:39.365Z | * rust toolchain channel = "1.96.1" |
| 24 | 2026-07-09T04:41:39.365Z | * rust toolchain profile = "default" |
| 25 | 2026-07-09T04:41:39.365Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-07-09T04:41:39.365Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-07-09T04:41:39.365Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-07-09T04:41:39.368Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-07-09T04:41:39.368Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.96.1 --profile default |
| 30 | 2026-07-09T04:41:39.446Z | info: downloading installer |
| 31 | 2026-07-09T04:41:40.745Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-07-09T04:41:40.745Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-07-09T04:41:40.745Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-07-09T04:41:40.745Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-07-09T04:41:40.757Z | info: profile set to default |
| 36 | 2026-07-09T04:41:40.757Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-07-09T04:41:40.761Z | info: syncing channel updates for 1.96.1-x86_64-unknown-illumos |
| 38 | 2026-07-09T04:41:40.914Z | info: latest update on 2026-06-30 for version 1.96.1 (31fca3adb 2026-06-26) |
| 39 | 2026-07-09T04:41:40.918Z | info: downloading 6 components |
| 40 | 2026-07-09T04:41:55.460Z | info: default toolchain set to 1.96.1-x86_64-unknown-illumos |
| 41 | 2026-07-09T04:41:55.461Z | |
| 42 | 2026-07-09T04:41:55.491Z | 1.96.1-x86_64-unknown-illumos installed - rustc 1.96.1 (31fca3adb 2026-06-26) |
| 43 | 2026-07-09T04:41:55.491Z | |
| 44 | 2026-07-09T04:41:55.491Z | |
| 45 | 2026-07-09T04:41:55.491Z | Rust is installed now. Great! |
| 46 | 2026-07-09T04:41:55.491Z | |
| 47 | 2026-07-09T04:41:55.494Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-07-09T04:41:55.494Z | environment variable. This has not been done automatically. |
| 49 | 2026-07-09T04:41:55.494Z | |
| 50 | 2026-07-09T04:41:55.494Z | To configure your current shell, you need to source |
| 51 | 2026-07-09T04:41:55.494Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-07-09T04:41:55.494Z | |
| 53 | 2026-07-09T04:41:55.494Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-07-09T04:41:55.494Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-07-09T04:41:55.494Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-07-09T04:41:55.494Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-07-09T04:41:55.495Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-07-09T04:41:55.495Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-07-09T04:41:55.495Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-07-09T04:41:55.495Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-07-09T04:41:55.495Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-07-09T04:41:55.580Z | + rustup --version |
| 63 | 2026-07-09T04:41:55.589Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-07-09T04:41:55.592Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-07-09T04:41:55.610Z | info: the currently active `rustc` version is `rustc 1.96.1 (31fca3adb 2026-06-26)` |
| 66 | 2026-07-09T04:41:55.613Z | + cargo --version |
| 67 | 2026-07-09T04:41:55.628Z | cargo 1.96.1 (356927216 2026-06-26) |
| 68 | 2026-07-09T04:41:55.631Z | + rustc --version |
| 69 | 2026-07-09T04:41:55.650Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 70 | 2026-07-09T04:41:55.653Z | process exited: duration 16290 ms, exit code 0 |
| |
| 71 | 2026-07-09T04:41:55.659Z | starting task 2: "authentication" |
| 72 | 2026-07-09T04:41:55.675Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-07-09T04:41:55.682Z | starting task 3: "clone repository" |
| 74 | 2026-07-09T04:41:55.688Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-07-09T04:41:55.694Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-07-09T04:41:55.718Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-07-09T04:41:56.627Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-07-09T04:41:56.627Z | + git fetch origin 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 79 | 2026-07-09T04:41:56.854Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-07-09T04:41:56.854Z | * branch 0901bea6c3f476b5f94b2616336322506bead9c8 -> FETCH_HEAD |
| 81 | 2026-07-09T04:41:56.860Z | + [[ -n renovate/zerocopy-0.x-lockfile ]] |
| 82 | 2026-07-09T04:41:56.863Z | ++ git branch --show-current |
| 83 | 2026-07-09T04:41:56.863Z | + current=master |
| 84 | 2026-07-09T04:41:56.863Z | + [[ master != renovate/zerocopy-0.x-lockfile ]] |
| 85 | 2026-07-09T04:41:56.863Z | + git branch -f renovate/zerocopy-0.x-lockfile 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 86 | 2026-07-09T04:41:56.866Z | + git checkout -f renovate/zerocopy-0.x-lockfile |
| 87 | 2026-07-09T04:41:56.882Z | Switched to branch 'renovate/zerocopy-0.x-lockfile' |
| 88 | 2026-07-09T04:41:56.886Z | + git reset --hard 0901bea6c3f476b5f94b2616336322506bead9c8 |
| 89 | 2026-07-09T04:41:56.889Z | HEAD is now at 0901bea Update Rust crate zerocopy to v0.8.54 |
| 90 | 2026-07-09T04:41:56.889Z | process exited: duration 1204 ms, exit code 0 |
| |
| 91 | 2026-07-09T04:41:56.896Z | starting task 4: "build" |
| 92 | 2026-07-09T04:41:56.899Z | + source .github/buildomat/common.sh |
| 93 | 2026-07-09T04:41:56.899Z | ++ rustup show active-toolchain |
| 94 | 2026-07-09T04:41:56.904Z | 1.96.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-07-09T04:41:56.907Z | ++ pushd xde |
| 96 | 2026-07-09T04:41:56.907Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-07-09T04:41:56.907Z | ++ rustup show active-toolchain |
| 98 | 2026-07-09T04:41:56.912Z | info: syncing channel updates for nightly-2026-06-30-x86_64-unknown-illumos |
| 99 | 2026-07-09T04:41:57.058Z | info: latest update on 2026-06-30 for version 1.98.0-nightly (096694416 2026-06-29) |
| 100 | 2026-07-09T04:41:57.061Z | info: downloading 6 components |
| 101 | 2026-07-09T04:42:11.600Z | nightly-2026-06-30-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-07-09T04:42:11.701Z | +++ rustup show active-toolchain -v |
| 103 | 2026-07-09T04:42:11.704Z | +++ head -n 1 |
| 104 | 2026-07-09T04:42:11.704Z | +++ cut '-d ' -f1 |
| 105 | 2026-07-09T04:42:11.757Z | ++ export NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 106 | 2026-07-09T04:42:11.757Z | ++ NIGHTLY=nightly-2026-06-30-x86_64-unknown-illumos |
| 107 | 2026-07-09T04:42:11.757Z | ++ popd |
| 108 | 2026-07-09T04:42:11.760Z | /work/oxidecomputer/opte |
| 109 | 2026-07-09T04:42:11.760Z | + cargo --version |
| 110 | 2026-07-09T04:42:11.765Z | cargo 1.96.1 (356927216 2026-06-26) |
| 111 | 2026-07-09T04:42:11.768Z | + rustc --version |
| 112 | 2026-07-09T04:42:11.787Z | rustc 1.96.1 (31fca3adb 2026-06-26) |
| 113 | 2026-07-09T04:42:11.790Z | + cd lib/oxide-vpc |
| 114 | 2026-07-09T04:42:11.791Z | + header 'check style' |
| 115 | 2026-07-09T04:42:11.791Z | + echo '# ==== check style ==== #' |
| 116 | 2026-07-09T04:42:11.791Z | # ==== check style ==== # |
| 117 | 2026-07-09T04:42:11.791Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-07-09T04:42:11.915Z | |
| 119 | 2026-07-09T04:42:11.915Z | real 0.122564045 |
| 120 | 2026-07-09T04:42:11.915Z | user 0.087310015 |
| 121 | 2026-07-09T04:42:11.915Z | sys 0.031115777 |
| 122 | 2026-07-09T04:42:11.915Z | trap 0.000007860 |
| 123 | 2026-07-09T04:42:11.915Z | tflt 0.000035080 |
| 124 | 2026-07-09T04:42:11.919Z | dflt 0.000017070 |
| 125 | 2026-07-09T04:42:11.919Z | kflt 0.000000000 |
| 126 | 2026-07-09T04:42:11.919Z | lock 0.031434496 |
| 127 | 2026-07-09T04:42:11.919Z | slp 0.102215264 |
| 128 | 2026-07-09T04:42:11.919Z | lat 0.000778020 |
| 129 | 2026-07-09T04:42:11.919Z | stop 0.000100490 |
| 130 | 2026-07-09T04:42:11.919Z | + header 'check docs' |
| 131 | 2026-07-09T04:42:11.919Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-07-09T04:42:11.919Z | # ==== check docs ==== # |
| 133 | 2026-07-09T04:42:11.919Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-07-09T04:42:11.919Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-07-09T04:42:11.983Z | Updating crates.io index |
| 136 | 2026-07-09T04:42:11.986Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-07-09T04:42:12.662Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-07-09T04:42:12.951Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-07-09T04:42:13.276Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-07-09T04:42:13.530Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-07-09T04:42:13.776Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-07-09T04:42:14.042Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-07-09T04:42:16.137Z | Downloading crates ... |
| 144 | 2026-07-09T04:42:16.185Z | Downloaded cobs v0.3.0 |
| 145 | 2026-07-09T04:42:16.188Z | Downloaded bitflags v1.3.2 |
| 146 | 2026-07-09T04:42:16.191Z | Downloaded defmt v0.3.100 |
| 147 | 2026-07-09T04:42:16.201Z | Downloaded embedded-io v0.6.1 |
| 148 | 2026-07-09T04:42:16.204Z | Downloaded darling_macro v0.23.0 |
| 149 | 2026-07-09T04:42:16.209Z | Downloaded hash32 v0.3.1 |
| 150 | 2026-07-09T04:42:16.212Z | Downloaded darling_macro v0.21.3 |
| 151 | 2026-07-09T04:42:16.212Z | Downloaded dyn-clone v1.0.20 |
| 152 | 2026-07-09T04:42:16.215Z | Downloaded defmt-parser v1.0.0 |
| 153 | 2026-07-09T04:42:16.218Z | Downloaded embedded-io v0.4.0 |
| 154 | 2026-07-09T04:42:16.218Z | Downloaded pretty-hex v0.4.2 |
| 155 | 2026-07-09T04:42:16.229Z | Downloaded ref-cast v1.0.25 |
| 156 | 2026-07-09T04:42:16.232Z | Downloaded aho-corasick v1.1.4 |
| 157 | 2026-07-09T04:42:16.235Z | Downloaded fnv v1.0.7 |
| 158 | 2026-07-09T04:42:16.235Z | Downloaded itoa v1.0.18 |
| 159 | 2026-07-09T04:42:16.235Z | Downloaded dof v0.4.0 |
| 160 | 2026-07-09T04:42:16.243Z | Downloaded macaddr v1.0.1 |
| 161 | 2026-07-09T04:42:16.247Z | Downloaded ident_case v1.0.1 |
| 162 | 2026-07-09T04:42:16.250Z | Downloaded usdt-macro v0.6.0 |
| 163 | 2026-07-09T04:42:16.250Z | Downloaded strsim v0.11.1 |
| 164 | 2026-07-09T04:42:16.253Z | Downloaded stable_deref_trait v1.2.1 |
| 165 | 2026-07-09T04:42:16.253Z | Downloaded thread-id v5.1.0 |
| 166 | 2026-07-09T04:42:16.257Z | Downloaded ref-cast-impl v1.0.25 |
| 167 | 2026-07-09T04:42:16.260Z | Downloaded plain v0.2.3 |
| 168 | 2026-07-09T04:42:16.263Z | Downloaded byteorder v1.5.0 |
| 169 | 2026-07-09T04:42:16.263Z | Downloaded ingot-types v0.1.2 |
| 170 | 2026-07-09T04:42:16.266Z | Downloaded defmt-macros v1.1.1 |
| 171 | 2026-07-09T04:42:16.269Z | Downloaded cfg-if v1.0.4 |
| 172 | 2026-07-09T04:42:16.269Z | Downloaded either v1.16.0 |
| 173 | 2026-07-09T04:42:16.272Z | Downloaded usdt-attr-macro v0.6.0 |
| 174 | 2026-07-09T04:42:16.275Z | Downloaded managed v0.8.0 |
| 175 | 2026-07-09T04:42:16.278Z | Downloaded scroll_derive v0.13.1 |
| 176 | 2026-07-09T04:42:16.278Z | Downloaded tabwriter v1.4.1 |
| 177 | 2026-07-09T04:42:16.283Z | Downloaded dtrace-parser v0.3.0 |
| 178 | 2026-07-09T04:42:16.289Z | Downloaded ipnetwork v0.21.1 |
| 179 | 2026-07-09T04:42:16.297Z | Downloaded pest_generator v2.8.7 |
| 180 | 2026-07-09T04:42:16.301Z | Downloaded usdt-impl v0.6.0 |
| 181 | 2026-07-09T04:42:16.301Z | Downloaded zmij v1.0.21 |
| 182 | 2026-07-09T04:42:16.305Z | Downloaded usdt v0.6.0 |
| 183 | 2026-07-09T04:42:16.308Z | Downloaded version_check v0.9.5 |
| 184 | 2026-07-09T04:42:16.308Z | Downloaded crc32fast v1.5.0 |
| 185 | 2026-07-09T04:42:16.308Z | Downloaded darling v0.21.3 |
| 186 | 2026-07-09T04:42:16.311Z | Downloaded ingot v0.1.1 |
| 187 | 2026-07-09T04:42:16.311Z | Downloaded pest_derive v2.8.7 |
| 188 | 2026-07-09T04:42:16.315Z | Downloaded darling v0.23.0 |
| 189 | 2026-07-09T04:42:16.319Z | Downloaded thiserror-impl v2.0.18 |
| 190 | 2026-07-09T04:42:16.326Z | Downloaded quote v1.0.46 |
| 191 | 2026-07-09T04:42:16.332Z | Downloaded memmap2 v0.9.11 |
| 192 | 2026-07-09T04:42:16.335Z | Downloaded ingot-macros v0.1.1 |
| 193 | 2026-07-09T04:42:16.335Z | Downloaded scroll v0.13.0 |
| 194 | 2026-07-09T04:42:16.335Z | Downloaded ucd-trie v0.1.7 |
| 195 | 2026-07-09T04:42:16.340Z | Downloaded thiserror v2.0.18 |
| 196 | 2026-07-09T04:42:16.346Z | Downloaded defmt v1.1.1 |
| 197 | 2026-07-09T04:42:16.349Z | Downloaded pest_meta v2.8.7 |
| 198 | 2026-07-09T04:42:16.352Z | Downloaded postcard v1.1.3 |
| 199 | 2026-07-09T04:42:16.352Z | Downloaded serde_tokenstream v0.2.3 |
| 200 | 2026-07-09T04:42:16.362Z | Downloaded uuid v1.23.4 |
| 201 | 2026-07-09T04:42:16.366Z | Downloaded serde_core v1.0.228 |
| 202 | 2026-07-09T04:42:16.369Z | Downloaded proc-macro2 v1.0.106 |
| 203 | 2026-07-09T04:42:16.372Z | Downloaded darling_core v0.21.3 |
| 204 | 2026-07-09T04:42:16.375Z | Downloaded darling_core v0.23.0 |
| 205 | 2026-07-09T04:42:16.378Z | Downloaded log v0.4.33 |
| 206 | 2026-07-09T04:42:16.378Z | Downloaded serde_derive v1.0.228 |
| 207 | 2026-07-09T04:42:16.378Z | Downloaded unicode-ident v1.0.24 |
| 208 | 2026-07-09T04:42:16.381Z | Downloaded heapless v0.8.0 |
| 209 | 2026-07-09T04:42:16.384Z | Downloaded bitflags v2.13.0 |
| 210 | 2026-07-09T04:42:16.406Z | Downloaded serde v1.0.228 |
| 211 | 2026-07-09T04:42:16.412Z | Downloaded zerocopy-derive v0.8.54 |
| 212 | 2026-07-09T04:42:16.416Z | Downloaded memchr v2.8.2 |
| 213 | 2026-07-09T04:42:16.444Z | Downloaded itertools v0.14.0 |
| 214 | 2026-07-09T04:42:16.447Z | Downloaded pest v2.8.7 |
| 215 | 2026-07-09T04:42:16.452Z | Downloaded itertools v0.15.0 |
| 216 | 2026-07-09T04:42:16.472Z | Downloaded regex v1.12.4 |
| 217 | 2026-07-09T04:42:16.475Z | Downloaded serde_json v1.0.150 |
| 218 | 2026-07-09T04:42:16.505Z | Downloaded goblin v0.10.7 |
| 219 | 2026-07-09T04:42:16.522Z | Downloaded zerocopy v0.8.54 |
| 220 | 2026-07-09T04:42:16.532Z | Downloaded unicode-width v0.2.2 |
| 221 | 2026-07-09T04:42:16.535Z | Downloaded syn v2.0.118 |
| 222 | 2026-07-09T04:42:16.541Z | Downloaded smoltcp v0.11.0 |
| 223 | 2026-07-09T04:42:16.547Z | Downloaded regex-syntax v0.8.11 |
| 224 | 2026-07-09T04:42:16.578Z | Downloaded regex-automata v0.4.14 |
| 225 | 2026-07-09T04:42:16.590Z | Downloaded libc v0.2.186 |
| 226 | 2026-07-09T04:42:16.650Z | Compiling proc-macro2 v1.0.106 |
| 227 | 2026-07-09T04:42:16.650Z | Compiling quote v1.0.46 |
| 228 | 2026-07-09T04:42:16.650Z | Compiling unicode-ident v1.0.24 |
| 229 | 2026-07-09T04:42:16.653Z | Documenting unicode-ident v1.0.24 |
| 230 | 2026-07-09T04:42:16.653Z | Compiling ident_case v1.0.1 |
| 231 | 2026-07-09T04:42:16.653Z | Compiling strsim v0.11.1 |
| 232 | 2026-07-09T04:42:16.710Z | Compiling serde_core v1.0.228 |
| 233 | 2026-07-09T04:42:16.802Z | Compiling fnv v1.0.7 |
| 234 | 2026-07-09T04:42:16.820Z | Compiling memchr v2.8.2 |
| 235 | 2026-07-09T04:42:16.823Z | Compiling thiserror v2.0.18 |
| 236 | 2026-07-09T04:42:16.998Z | Compiling serde v1.0.228 |
| 237 | 2026-07-09T04:42:17.051Z | Compiling regex-syntax v0.8.11 |
| 238 | 2026-07-09T04:42:17.101Z | Compiling zerocopy v0.8.54 |
| 239 | 2026-07-09T04:42:17.287Z | Documenting proc-macro2 v1.0.106 |
| 240 | 2026-07-09T04:42:17.325Z | Compiling aho-corasick v1.1.4 |
| 241 | 2026-07-09T04:42:17.525Z | Checking byteorder v1.5.0 |
| 242 | 2026-07-09T04:42:17.633Z | Checking syn v2.0.118 |
| 243 | 2026-07-09T04:42:17.789Z | Compiling either v1.16.0 |
| 244 | 2026-07-09T04:42:17.862Z | Documenting quote v1.0.46 |
| 245 | 2026-07-09T04:42:17.987Z | Compiling itertools v0.14.0 |
| 246 | 2026-07-09T04:42:18.369Z | Documenting syn v2.0.118 |
| 247 | 2026-07-09T04:42:18.516Z | Compiling regex-automata v0.4.14 |
| 248 | 2026-07-09T04:42:18.739Z | Compiling heapless v0.8.0 |
| 249 | 2026-07-09T04:42:19.104Z | Checking bitflags v2.13.0 |
| 250 | 2026-07-09T04:42:19.226Z | Checking hash32 v0.3.1 |
| 251 | 2026-07-09T04:42:19.240Z | Documenting serde_core v1.0.228 |
| 252 | 2026-07-09T04:42:19.266Z | Documenting memchr v2.8.2 |
| 253 | 2026-07-09T04:42:19.332Z | Checking macaddr v1.0.1 |
| 254 | 2026-07-09T04:42:19.474Z | Checking cfg-if v1.0.4 |
| 255 | 2026-07-09T04:42:19.533Z | Checking stable_deref_trait v1.2.1 |
| 256 | 2026-07-09T04:42:19.601Z | Compiling smoltcp v0.11.0 |
| 257 | 2026-07-09T04:42:19.755Z | Documenting regex-syntax v0.8.11 |
| 258 | 2026-07-09T04:42:19.926Z | Documenting aho-corasick v1.1.4 |
| 259 | 2026-07-09T04:42:19.951Z | Checking darling_core v0.21.3 |
| 260 | 2026-07-09T04:42:20.746Z | Compiling regex v1.12.4 |
| 261 | 2026-07-09T04:42:20.866Z | Compiling darling_core v0.23.0 |
| 262 | 2026-07-09T04:42:20.873Z | Documenting regex-automata v0.4.14 |
| 263 | 2026-07-09T04:42:21.144Z | Checking managed v0.8.0 |
| 264 | 2026-07-09T04:42:21.308Z | Checking bitflags v1.3.2 |
| 265 | 2026-07-09T04:42:21.359Z | Compiling serde_derive v1.0.228 |
| 266 | 2026-07-09T04:42:21.366Z | Compiling thiserror-impl v2.0.18 |
| 267 | 2026-07-09T04:42:21.480Z | Compiling zerocopy-derive v0.8.54 |
| 268 | 2026-07-09T04:42:21.601Z | Documenting thiserror-impl v2.0.18 |
| 269 | 2026-07-09T04:42:22.233Z | Documenting regex v1.12.4 |
| 270 | 2026-07-09T04:42:22.371Z | Documenting zerocopy-derive v0.8.54 |
| 271 | 2026-07-09T04:42:22.434Z | Documenting serde_derive v1.0.228 |
| 272 | 2026-07-09T04:42:22.591Z | Compiling darling_macro v0.21.3 |
| 273 | 2026-07-09T04:42:22.710Z | Checking cobs v0.3.0 |
| 274 | 2026-07-09T04:42:22.842Z | Documenting byteorder v1.5.0 |
| 275 | 2026-07-09T04:42:22.976Z | Compiling darling_macro v0.23.0 |
| 276 | 2026-07-09T04:42:23.083Z | Compiling ref-cast v1.0.25 |
| 277 | 2026-07-09T04:42:23.162Z | Compiling darling v0.21.3 |
| 278 | 2026-07-09T04:42:23.238Z | Compiling ingot-macros v0.1.1 |
| 279 | 2026-07-09T04:42:23.317Z | Compiling crc32fast v1.5.0 |
| 280 | 2026-07-09T04:42:23.414Z | Documenting hash32 v0.3.1 |
| 281 | 2026-07-09T04:42:23.460Z | Documenting ingot-macros v0.1.1 |
| 282 | 2026-07-09T04:42:23.574Z | Documenting zerocopy v0.8.54 |
| 283 | 2026-07-09T04:42:23.615Z | Documenting thiserror v2.0.18 |
| 284 | 2026-07-09T04:42:23.981Z | Compiling ref-cast-impl v1.0.25 |
| 285 | 2026-07-09T04:42:24.207Z | Documenting serde v1.0.228 |
| 286 | 2026-07-09T04:42:24.493Z | Checking postcard v1.1.3 |
| 287 | 2026-07-09T04:42:24.591Z | Documenting bitflags v2.13.0 |
| 288 | 2026-07-09T04:42:24.725Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 289 | 2026-07-09T04:42:24.775Z | Checking ipnetwork v0.21.1 |
| 290 | 2026-07-09T04:42:24.901Z | Compiling version_check v0.9.5 |
| 291 | 2026-07-09T04:42:24.962Z | Documenting macaddr v1.0.1 |
| 292 | 2026-07-09T04:42:25.005Z | Checking unicode-width v0.2.2 |
| 293 | 2026-07-09T04:42:25.253Z | Documenting cfg-if v1.0.4 |
| 294 | 2026-07-09T04:42:25.260Z | Documenting stable_deref_trait v1.2.1 |
| 295 | 2026-07-09T04:42:25.333Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 296 | 2026-07-09T04:42:25.577Z | Documenting cobs v0.3.0 |
| 297 | 2026-07-09T04:42:25.686Z | Compiling darling v0.23.0 |
| 298 | 2026-07-09T04:42:25.760Z | Documenting managed v0.8.0 |
| 299 | 2026-07-09T04:42:25.798Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 300 | 2026-07-09T04:42:25.927Z | Checking itertools v0.15.0 |
| 301 | 2026-07-09T04:42:26.085Z | Documenting heapless v0.8.0 |
| 302 | 2026-07-09T04:42:26.092Z | Checking ingot-types v0.1.2 |
| 303 | 2026-07-09T04:42:26.284Z | Documenting postcard v1.1.3 |
| 304 | 2026-07-09T04:42:26.446Z | Checking ingot v0.1.1 |
| 305 | 2026-07-09T04:42:26.534Z | Checking tabwriter v1.4.1 |
| 306 | 2026-07-09T04:42:26.674Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 307 | 2026-07-09T04:42:26.778Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 308 | 2026-07-09T04:42:26.802Z | Documenting ref-cast-impl v1.0.25 |
| 309 | 2026-07-09T04:42:26.808Z | Documenting ingot-types v0.1.2 |
| 310 | 2026-07-09T04:42:26.831Z | Checking dyn-clone v1.0.20 |
| 311 | 2026-07-09T04:42:26.930Z | Documenting unicode-width v0.2.2 |
| 312 | 2026-07-09T04:42:27.067Z | Documenting smoltcp v0.11.0 |
| 313 | 2026-07-09T04:42:27.279Z | Documenting ipnetwork v0.21.1 |
| 314 | 2026-07-09T04:42:27.342Z | Documenting either v1.16.0 |
| 315 | 2026-07-09T04:42:27.517Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 316 | 2026-07-09T04:42:27.749Z | Documenting ref-cast v1.0.25 |
| 317 | 2026-07-09T04:42:28.008Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 318 | 2026-07-09T04:42:28.034Z | Documenting ingot v0.1.1 |
| 319 | 2026-07-09T04:42:28.202Z | Documenting tabwriter v1.4.1 |
| 320 | 2026-07-09T04:42:28.466Z | Documenting itertools v0.15.0 |
| 321 | 2026-07-09T04:42:28.725Z | Documenting crc32fast v1.5.0 |
| 322 | 2026-07-09T04:42:28.838Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 323 | 2026-07-09T04:42:29.117Z | Documenting dyn-clone v1.0.20 |
| 324 | 2026-07-09T04:42:29.581Z | Documenting uuid v1.23.4 |
| 325 | 2026-07-09T04:42:29.882Z | Checking uuid v1.23.4 |
| 326 | 2026-07-09T04:42:30.125Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 327 | 2026-07-09T04:42:30.343Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 328 | 2026-07-09T04:42:30.947Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 329 | 2026-07-09T04:42:32.576Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 330 | 2026-07-09T04:42:34.870Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 331 | 2026-07-09T04:42:36.454Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.53s |
| 332 | 2026-07-09T04:42:36.528Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 333 | 2026-07-09T04:42:36.552Z | |
| 334 | 2026-07-09T04:42:36.555Z | real 24.616964746 |
| 335 | 2026-07-09T04:42:36.555Z | user 1:22.773802263 |
| 336 | 2026-07-09T04:42:36.555Z | sys 17.260177444 |
| 337 | 2026-07-09T04:42:36.555Z | trap 0.046762144 |
| 338 | 2026-07-09T04:42:36.556Z | tflt 0.064757819 |
| 339 | 2026-07-09T04:42:36.556Z | dflt 0.116909027 |
| 340 | 2026-07-09T04:42:36.556Z | kflt 0.006773992 |
| 341 | 2026-07-09T04:42:36.556Z | lock 9:01.903673277 |
| 342 | 2026-07-09T04:42:36.556Z | slp 4:45.817335917 |
| 343 | 2026-07-09T04:42:36.556Z | lat 7.945625870 |
| 344 | 2026-07-09T04:42:36.556Z | stop 12.674017587 |
| 345 | 2026-07-09T04:42:36.556Z | + header 'analyze std + api + usdt' |
| 346 | 2026-07-09T04:42:36.556Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 347 | 2026-07-09T04:42:36.556Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 348 | 2026-07-09T04:42:36.556Z | # ==== analyze std + api + usdt ==== # |
| 349 | 2026-07-09T04:42:36.735Z | Downloading crates ... |
| 350 | 2026-07-09T04:42:36.789Z | Downloaded futures-core v0.3.32 |
| 351 | 2026-07-09T04:42:36.793Z | Downloaded slab v0.4.12 |
| 352 | 2026-07-09T04:42:36.796Z | Downloaded ctor v0.10.1 |
| 353 | 2026-07-09T04:42:36.796Z | Downloaded dtor-proc-macro v0.0.13 |
| 354 | 2026-07-09T04:42:36.796Z | Downloaded rusticata-macros v5.0.0 |
| 355 | 2026-07-09T04:42:36.800Z | Downloaded circular v0.3.0 |
| 356 | 2026-07-09T04:42:36.803Z | Downloaded anyhow v1.0.103 |
| 357 | 2026-07-09T04:42:36.807Z | Downloaded futures-io v0.3.32 |
| 358 | 2026-07-09T04:42:36.807Z | Downloaded futures v0.3.32 |
| 359 | 2026-07-09T04:42:36.810Z | Downloaded pin-project-lite v0.2.17 |
| 360 | 2026-07-09T04:42:36.813Z | Downloaded futures-sink v0.3.32 |
| 361 | 2026-07-09T04:42:36.813Z | Downloaded dtor v0.8.1 |
| 362 | 2026-07-09T04:42:36.817Z | Downloaded futures-task v0.3.32 |
| 363 | 2026-07-09T04:42:36.817Z | Downloaded futures-macro v0.3.32 |
| 364 | 2026-07-09T04:42:36.817Z | Downloaded typeid v1.0.3 |
| 365 | 2026-07-09T04:42:36.817Z | Downloaded futures-executor v0.3.32 |
| 366 | 2026-07-09T04:42:36.817Z | Downloaded cookie-factory v0.3.3 |
| 367 | 2026-07-09T04:42:36.821Z | Downloaded ctor-proc-macro v0.0.13 |
| 368 | 2026-07-09T04:42:36.826Z | Downloaded once_cell v1.21.4 |
| 369 | 2026-07-09T04:42:36.829Z | Downloaded link-section v0.2.1 |
| 370 | 2026-07-09T04:42:36.835Z | Downloaded futures-channel v0.3.32 |
| 371 | 2026-07-09T04:42:36.843Z | Downloaded ron v0.12.2 |
| 372 | 2026-07-09T04:42:36.853Z | Downloaded nom v8.0.0 |
| 373 | 2026-07-09T04:42:36.857Z | Downloaded pcap-parser v0.17.0 |
| 374 | 2026-07-09T04:42:36.862Z | Downloaded futures-util v0.3.32 |
| 375 | 2026-07-09T04:42:36.913Z | Compiling proc-macro2 v1.0.106 |
| 376 | 2026-07-09T04:42:36.913Z | Compiling quote v1.0.46 |
| 377 | 2026-07-09T04:42:36.913Z | Compiling unicode-ident v1.0.24 |
| 378 | 2026-07-09T04:42:36.917Z | Compiling memchr v2.8.2 |
| 379 | 2026-07-09T04:42:36.917Z | Compiling thiserror v2.0.18 |
| 380 | 2026-07-09T04:42:36.917Z | Compiling serde_core v1.0.228 |
| 381 | 2026-07-09T04:42:36.917Z | Compiling zerocopy v0.8.54 |
| 382 | 2026-07-09T04:42:36.917Z | Compiling zmij v1.0.21 |
| 383 | 2026-07-09T04:42:37.277Z | Compiling libc v0.2.186 |
| 384 | 2026-07-09T04:42:37.300Z | Compiling strsim v0.11.1 |
| 385 | 2026-07-09T04:42:37.309Z | Compiling ucd-trie v0.1.7 |
| 386 | 2026-07-09T04:42:37.354Z | Compiling ident_case v1.0.1 |
| 387 | 2026-07-09T04:42:37.469Z | Compiling serde_json v1.0.150 |
| 388 | 2026-07-09T04:42:37.469Z | Compiling pest v2.8.7 |
| 389 | 2026-07-09T04:42:37.522Z | Compiling serde v1.0.228 |
| 390 | 2026-07-09T04:42:37.808Z | Compiling fnv v1.0.7 |
| 391 | 2026-07-09T04:42:37.934Z | Compiling aho-corasick v1.1.4 |
| 392 | 2026-07-09T04:42:38.006Z | Compiling itoa v1.0.18 |
| 393 | 2026-07-09T04:42:38.171Z | Compiling syn v2.0.118 |
| 394 | 2026-07-09T04:42:38.175Z | Checking byteorder v1.5.0 |
| 395 | 2026-07-09T04:42:38.191Z | Compiling regex-syntax v0.8.11 |
| 396 | 2026-07-09T04:42:38.639Z | Compiling pest_meta v2.8.7 |
| 397 | 2026-07-09T04:42:38.689Z | Compiling either v1.16.0 |
| 398 | 2026-07-09T04:42:38.695Z | Compiling usdt-impl v0.6.0 |
| 399 | 2026-07-09T04:42:38.822Z | Checking bitflags v2.13.0 |
| 400 | 2026-07-09T04:42:38.924Z | Compiling itertools v0.14.0 |
| 401 | 2026-07-09T04:42:39.192Z | Compiling thread-id v5.1.0 |
| 402 | 2026-07-09T04:42:39.351Z | Compiling heapless v0.8.0 |
| 403 | 2026-07-09T04:42:39.528Z | Checking futures-sink v0.3.32 |
| 404 | 2026-07-09T04:42:39.564Z | Checking plain v0.2.3 |
| 405 | 2026-07-09T04:42:39.657Z | Checking log v0.4.33 |
| 406 | 2026-07-09T04:42:39.713Z | Compiling regex-automata v0.4.14 |
| 407 | 2026-07-09T04:42:39.888Z | Checking futures-core v0.3.32 |
| 408 | 2026-07-09T04:42:40.004Z | Checking futures-channel v0.3.32 |
| 409 | 2026-07-09T04:42:40.188Z | Checking hash32 v0.3.1 |
| 410 | 2026-07-09T04:42:40.310Z | Compiling smoltcp v0.11.0 |
| 411 | 2026-07-09T04:42:40.342Z | Checking pin-project-lite v0.2.17 |
| 412 | 2026-07-09T04:42:40.355Z | Checking slab v0.4.12 |
| 413 | 2026-07-09T04:42:40.424Z | Checking futures-task v0.3.32 |
| 414 | 2026-07-09T04:42:40.533Z | Checking stable_deref_trait v1.2.1 |
| 415 | 2026-07-09T04:42:40.553Z | Compiling pest_generator v2.8.7 |
| 416 | 2026-07-09T04:42:40.594Z | Compiling darling_core v0.21.3 |
| 417 | 2026-07-09T04:42:40.646Z | Compiling darling_core v0.23.0 |
| 418 | 2026-07-09T04:42:40.751Z | Checking cfg-if v1.0.4 |
| 419 | 2026-07-09T04:42:40.754Z | Checking pretty-hex v0.4.2 |
| 420 | 2026-07-09T04:42:40.807Z | Checking futures-io v0.3.32 |
| 421 | 2026-07-09T04:42:40.860Z | Checking macaddr v1.0.1 |
| 422 | 2026-07-09T04:42:41.062Z | Compiling crc32fast v1.5.0 |
| 423 | 2026-07-09T04:42:41.155Z | Compiling version_check v0.9.5 |
| 424 | 2026-07-09T04:42:41.299Z | Checking bitflags v1.3.2 |
| 425 | 2026-07-09T04:42:41.352Z | Compiling regex v1.12.4 |
| 426 | 2026-07-09T04:42:41.357Z | Compiling ref-cast v1.0.25 |
| 427 | 2026-07-09T04:42:41.427Z | Checking managed v0.8.0 |
| 428 | 2026-07-09T04:42:41.706Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 429 | 2026-07-09T04:42:41.756Z | Compiling thiserror-impl v2.0.18 |
| 430 | 2026-07-09T04:42:41.771Z | Compiling serde_derive v1.0.228 |
| 431 | 2026-07-09T04:42:41.960Z | Compiling zerocopy-derive v0.8.54 |
| 432 | 2026-07-09T04:42:42.241Z | Compiling pest_derive v2.8.7 |
| 433 | 2026-07-09T04:42:42.664Z | Compiling darling_macro v0.21.3 |
| 434 | 2026-07-09T04:42:42.721Z | Compiling scroll_derive v0.13.1 |
| 435 | 2026-07-09T04:42:42.760Z | Compiling futures-macro v0.3.32 |
| 436 | 2026-07-09T04:42:42.794Z | Compiling darling_macro v0.23.0 |
| 437 | 2026-07-09T04:42:42.949Z | Compiling ref-cast-impl v1.0.25 |
| 438 | 2026-07-09T04:42:43.163Z | Compiling dtrace-parser v0.3.0 |
| 439 | 2026-07-09T04:42:43.218Z | Compiling darling v0.21.3 |
| 440 | 2026-07-09T04:42:43.291Z | Compiling ingot-macros v0.1.1 |
| 441 | 2026-07-09T04:42:43.542Z | Checking scroll v0.13.0 |
| 442 | 2026-07-09T04:42:43.564Z | Checking futures-util v0.3.32 |
| 443 | 2026-07-09T04:42:43.582Z | Checking cobs v0.3.0 |
| 444 | 2026-07-09T04:42:43.717Z | Compiling darling v0.23.0 |
| 445 | 2026-07-09T04:42:43.752Z | Checking memmap2 v0.9.11 |
| 446 | 2026-07-09T04:42:43.756Z | Checking goblin v0.10.7 |
| 447 | 2026-07-09T04:42:43.785Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 448 | 2026-07-09T04:42:44.091Z | Checking ipnetwork v0.21.1 |
| 449 | 2026-07-09T04:42:44.167Z | Checking unicode-width v0.2.2 |
| 450 | 2026-07-09T04:42:44.267Z | Checking itertools v0.15.0 |
| 451 | 2026-07-09T04:42:44.418Z | Checking tabwriter v1.4.1 |
| 452 | 2026-07-09T04:42:44.834Z | Checking postcard v1.1.3 |
| 453 | 2026-07-09T04:42:45.048Z | Compiling serde_tokenstream v0.2.3 |
| 454 | 2026-07-09T04:42:45.052Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 455 | 2026-07-09T04:42:45.329Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 456 | 2026-07-09T04:42:45.367Z | Checking nom v8.0.0 |
| 457 | 2026-07-09T04:42:45.572Z | Checking futures-executor v0.3.32 |
| 458 | 2026-07-09T04:42:45.717Z | Checking futures v0.3.32 |
| 459 | 2026-07-09T04:42:45.762Z | Checking dyn-clone v1.0.20 |
| 460 | 2026-07-09T04:42:45.781Z | Compiling typeid v1.0.3 |
| 461 | 2026-07-09T04:42:45.857Z | Compiling anyhow v1.0.103 |
| 462 | 2026-07-09T04:42:45.906Z | Checking cookie-factory v0.3.3 |
| 463 | 2026-07-09T04:42:45.997Z | Checking uuid v1.23.4 |
| 464 | 2026-07-09T04:42:46.093Z | Checking ingot-types v0.1.2 |
| 465 | 2026-07-09T04:42:46.111Z | Compiling dtor-proc-macro v0.0.13 |
| 466 | 2026-07-09T04:42:46.150Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 467 | 2026-07-09T04:42:46.260Z | Checking circular v0.3.0 |
| 468 | 2026-07-09T04:42:46.320Z | Checking dof v0.4.0 |
| 469 | 2026-07-09T04:42:46.367Z | Compiling ctor-proc-macro v0.0.13 |
| 470 | 2026-07-09T04:42:46.429Z | Checking ingot v0.1.1 |
| 471 | 2026-07-09T04:42:46.461Z | Checking dtor v0.8.1 |
| 472 | 2026-07-09T04:42:46.525Z | Checking once_cell v1.21.4 |
| 473 | 2026-07-09T04:42:46.534Z | Checking link-section v0.2.1 |
| 474 | 2026-07-09T04:42:46.652Z | Checking ron v0.12.2 |
| 475 | 2026-07-09T04:42:46.704Z | Checking ctor v0.10.1 |
| 476 | 2026-07-09T04:42:47.261Z | Compiling usdt-macro v0.6.0 |
| 477 | 2026-07-09T04:42:47.265Z | Compiling usdt-attr-macro v0.6.0 |
| 478 | 2026-07-09T04:42:47.291Z | Checking rusticata-macros v5.0.0 |
| 479 | 2026-07-09T04:42:47.410Z | Checking pcap-parser v0.17.0 |
| 480 | 2026-07-09T04:42:47.872Z | Checking usdt v0.6.0 |
| 481 | 2026-07-09T04:42:47.934Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 482 | 2026-07-09T04:42:52.434Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 483 | 2026-07-09T04:42:54.109Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 484 | 2026-07-09T04:42:56.468Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.86s |
| 485 | 2026-07-09T04:42:56.501Z | |
| 486 | 2026-07-09T04:42:56.501Z | real 19.943608992 |
| 487 | 2026-07-09T04:42:56.501Z | user 1:13.659274458 |
| 488 | 2026-07-09T04:42:56.501Z | sys 15.606216894 |
| 489 | 2026-07-09T04:42:56.501Z | trap 0.041012808 |
| 490 | 2026-07-09T04:42:56.504Z | tflt 0.137822847 |
| 491 | 2026-07-09T04:42:56.504Z | dflt 0.199046770 |
| 492 | 2026-07-09T04:42:56.504Z | kflt 0.000020140 |
| 493 | 2026-07-09T04:42:56.504Z | lock 4:07.289483384 |
| 494 | 2026-07-09T04:42:56.505Z | slp 3:55.951520115 |
| 495 | 2026-07-09T04:42:56.505Z | lat 4.447300466 |
| 496 | 2026-07-09T04:42:56.505Z | stop 8.406712534 |
| 497 | 2026-07-09T04:42:56.505Z | + header 'analyze no_std + engine + kernel' |
| 498 | 2026-07-09T04:42:56.505Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 499 | 2026-07-09T04:42:56.505Z | # ==== analyze no_std + engine + kernel ==== # |
| 500 | 2026-07-09T04:42:56.505Z | + ptime -m cargo +nightly-2026-06-30-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 501 | 2026-07-09T04:42:56.677Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 502 | 2026-07-09T04:42:56.677Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 503 | 2026-07-09T04:42:56.703Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 504 | 2026-07-09T04:42:56.706Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 505 | 2026-07-09T04:42:56.935Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 506 | 2026-07-09T04:43:00.628Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 507 | 2026-07-09T04:43:01.961Z | Finished `dev` profile [optimized + debuginfo] target(s) in 5.41s |
| 508 | 2026-07-09T04:43:01.985Z | |
| 509 | 2026-07-09T04:43:01.989Z | real 5.478793917 |
| 510 | 2026-07-09T04:43:01.989Z | user 5.689837074 |
| 511 | 2026-07-09T04:43:01.989Z | sys 1.020305093 |
| 512 | 2026-07-09T04:43:01.989Z | trap 0.000744560 |
| 513 | 2026-07-09T04:43:01.989Z | tflt 0.002308610 |
| 514 | 2026-07-09T04:43:01.989Z | dflt 0.005505075 |
| 515 | 2026-07-09T04:43:01.989Z | kflt 0.000001660 |
| 516 | 2026-07-09T04:43:01.989Z | lock 28.449131750 |
| 517 | 2026-07-09T04:43:01.989Z | slp 20.441644372 |
| 518 | 2026-07-09T04:43:01.989Z | lat 0.021591983 |
| 519 | 2026-07-09T04:43:01.989Z | stop 0.250612821 |
| 520 | 2026-07-09T04:43:01.989Z | + header test |
| 521 | 2026-07-09T04:43:01.989Z | + echo '# ==== test ==== #' |
| 522 | 2026-07-09T04:43:01.989Z | + ptime -m cargo test |
| 523 | 2026-07-09T04:43:01.989Z | # ==== test ==== # |
| 524 | 2026-07-09T04:43:02.138Z | Compiling memchr v2.8.2 |
| 525 | 2026-07-09T04:43:02.141Z | Compiling serde_core v1.0.228 |
| 526 | 2026-07-09T04:43:02.162Z | Compiling thiserror v2.0.18 |
| 527 | 2026-07-09T04:43:02.165Z | Compiling zerocopy v0.8.54 |
| 528 | 2026-07-09T04:43:02.168Z | Compiling byteorder v1.5.0 |
| 529 | 2026-07-09T04:43:02.168Z | Compiling unicode-ident v1.0.24 |
| 530 | 2026-07-09T04:43:02.171Z | Compiling zmij v1.0.21 |
| 531 | 2026-07-09T04:43:02.171Z | Compiling libc v0.2.186 |
| 532 | 2026-07-09T04:43:02.242Z | Compiling proc-macro2 v1.0.106 |
| 533 | 2026-07-09T04:43:02.290Z | Compiling scroll v0.13.0 |
| 534 | 2026-07-09T04:43:02.372Z | Compiling log v0.4.33 |
| 535 | 2026-07-09T04:43:02.509Z | Compiling plain v0.2.3 |
| 536 | 2026-07-09T04:43:02.547Z | Compiling ucd-trie v0.1.7 |
| 537 | 2026-07-09T04:43:02.551Z | Compiling futures-core v0.3.32 |
| 538 | 2026-07-09T04:43:02.601Z | Compiling itoa v1.0.18 |
| 539 | 2026-07-09T04:43:02.606Z | Compiling futures-sink v0.3.32 |
| 540 | 2026-07-09T04:43:02.695Z | Compiling pest v2.8.7 |
| 541 | 2026-07-09T04:43:02.702Z | Compiling futures-channel v0.3.32 |
| 542 | 2026-07-09T04:43:02.850Z | Compiling quote v1.0.46 |
| 543 | 2026-07-09T04:43:02.933Z | Compiling goblin v0.10.7 |
| 544 | 2026-07-09T04:43:03.254Z | Compiling hash32 v0.3.1 |
| 545 | 2026-07-09T04:43:03.417Z | Compiling pin-project-lite v0.2.17 |
| 546 | 2026-07-09T04:43:03.493Z | Compiling futures-io v0.3.32 |
| 547 | 2026-07-09T04:43:03.505Z | Compiling futures-task v0.3.32 |
| 548 | 2026-07-09T04:43:03.679Z | Compiling stable_deref_trait v1.2.1 |
| 549 | 2026-07-09T04:43:03.698Z | Compiling pretty-hex v0.4.2 |
| 550 | 2026-07-09T04:43:03.722Z | Compiling slab v0.4.12 |
| 551 | 2026-07-09T04:43:03.744Z | Compiling macaddr v1.0.1 |
| 552 | 2026-07-09T04:43:03.821Z | Compiling cfg-if v1.0.4 |
| 553 | 2026-07-09T04:43:03.894Z | Compiling futures-util v0.3.32 |
| 554 | 2026-07-09T04:43:03.916Z | Compiling serde v1.0.228 |
| 555 | 2026-07-09T04:43:04.018Z | Compiling bitflags v2.13.0 |
| 556 | 2026-07-09T04:43:04.144Z | Compiling serde_json v1.0.150 |
| 557 | 2026-07-09T04:43:04.434Z | Compiling heapless v0.8.0 |
| 558 | 2026-07-09T04:43:04.437Z | Compiling dtrace-parser v0.3.0 |
| 559 | 2026-07-09T04:43:04.559Z | Compiling syn v2.0.118 |
| 560 | 2026-07-09T04:43:04.876Z | Compiling thread-id v5.1.0 |
| 561 | 2026-07-09T04:43:04.951Z | Compiling cobs v0.3.0 |
| 562 | 2026-07-09T04:43:05.033Z | Compiling ingot-types v0.1.2 |
| 563 | 2026-07-09T04:43:05.140Z | Compiling managed v0.8.0 |
| 564 | 2026-07-09T04:43:05.223Z | Compiling bitflags v1.3.2 |
| 565 | 2026-07-09T04:43:05.290Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 566 | 2026-07-09T04:43:05.359Z | Compiling smoltcp v0.11.0 |
| 567 | 2026-07-09T04:43:05.434Z | Compiling ingot v0.1.1 |
| 568 | 2026-07-09T04:43:05.531Z | Compiling postcard v1.1.3 |
| 569 | 2026-07-09T04:43:05.879Z | Compiling dof v0.4.0 |
| 570 | 2026-07-09T04:43:06.665Z | Compiling futures-executor v0.3.32 |
| 571 | 2026-07-09T04:43:07.262Z | Compiling usdt-impl v0.6.0 |
| 572 | 2026-07-09T04:43:07.286Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 573 | 2026-07-09T04:43:07.690Z | Compiling memmap2 v0.9.11 |
| 574 | 2026-07-09T04:43:07.900Z | Compiling ipnetwork v0.21.1 |
| 575 | 2026-07-09T04:43:08.000Z | Compiling unicode-width v0.2.2 |
| 576 | 2026-07-09T04:43:08.000Z | Compiling either v1.16.0 |
| 577 | 2026-07-09T04:43:08.179Z | Compiling itertools v0.15.0 |
| 578 | 2026-07-09T04:43:08.307Z | Compiling tabwriter v1.4.1 |
| 579 | 2026-07-09T04:43:08.435Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 580 | 2026-07-09T04:43:08.728Z | Compiling ref-cast v1.0.25 |
| 581 | 2026-07-09T04:43:08.822Z | Compiling usdt v0.6.0 |
| 582 | 2026-07-09T04:43:09.185Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 583 | 2026-07-09T04:43:09.443Z | Compiling futures v0.3.32 |
| 584 | 2026-07-09T04:43:09.516Z | Compiling crc32fast v1.5.0 |
| 585 | 2026-07-09T04:43:09.674Z | Compiling nom v8.0.0 |
| 586 | 2026-07-09T04:43:09.695Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 587 | 2026-07-09T04:43:09.758Z | Compiling dyn-clone v1.0.20 |
| 588 | 2026-07-09T04:43:09.906Z | Compiling cookie-factory v0.3.3 |
| 589 | 2026-07-09T04:43:09.923Z | Compiling uuid v1.23.4 |
| 590 | 2026-07-09T04:43:10.221Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 591 | 2026-07-09T04:43:10.452Z | Compiling circular v0.3.0 |
| 592 | 2026-07-09T04:43:10.552Z | Compiling dtor v0.8.1 |
| 593 | 2026-07-09T04:43:10.637Z | Compiling typeid v1.0.3 |
| 594 | 2026-07-09T04:43:10.699Z | Compiling anyhow v1.0.103 |
| 595 | 2026-07-09T04:43:10.742Z | Compiling link-section v0.2.1 |
| 596 | 2026-07-09T04:43:10.807Z | Compiling once_cell v1.21.4 |
| 597 | 2026-07-09T04:43:10.855Z | Compiling ctor v0.10.1 |
| 598 | 2026-07-09T04:43:10.928Z | Compiling ron v0.12.2 |
| 599 | 2026-07-09T04:43:12.279Z | Compiling rusticata-macros v5.0.0 |
| 600 | 2026-07-09T04:43:12.607Z | Compiling pcap-parser v0.17.0 |
| 601 | 2026-07-09T04:43:15.348Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 602 | 2026-07-09T04:43:17.805Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 603 | 2026-07-09T04:43:55.997Z | Finished `test` profile [optimized + debuginfo] target(s) in 54.00s |
| 604 | 2026-07-09T04:43:56.012Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-f16c23e0542a22ff) |
| 605 | 2026-07-09T04:43:56.015Z | |
| 606 | 2026-07-09T04:43:56.015Z | running 15 tests |
| 607 | 2026-07-09T04:43:56.015Z | test api::tests::parse_bad_proto_filter ... ok |
| 608 | 2026-07-09T04:43:56.015Z | test api::tests::parse_good_proto_filter ... ok |
| 609 | 2026-07-09T04:43:56.015Z | test api::tests::parse_bad_address ... ok |
| 610 | 2026-07-09T04:43:56.015Z | test api::tests::ports_from_str_bad ... ok |
| 611 | 2026-07-09T04:43:56.015Z | test api::tests::parse_good_address ... ok |
| 612 | 2026-07-09T04:43:56.015Z | test api::tests::ports_from_str_good ... ok |
| 613 | 2026-07-09T04:43:56.015Z | test cfg::tests::test_required_nat_space ... ok |
| 614 | 2026-07-09T04:43:56.015Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 615 | 2026-07-09T04:43:56.015Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 616 | 2026-07-09T04:43:56.015Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 617 | 2026-07-09T04:43:56.015Z | test engine::geneve::test::parse_multi_opt ... ok |
| 618 | 2026-07-09T04:43:56.015Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 619 | 2026-07-09T04:43:56.015Z | test engine::geneve::test::parse_single_opt ... ok |
| 620 | 2026-07-09T04:43:56.015Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 621 | 2026-07-09T04:43:56.019Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 622 | 2026-07-09T04:43:56.019Z | |
| 623 | 2026-07-09T04:43:56.019Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 624 | 2026-07-09T04:43:56.019Z | |
| 625 | 2026-07-09T04:43:56.019Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-c5e815b154014591) |
| 626 | 2026-07-09T04:43:56.019Z | |
| 627 | 2026-07-09T04:43:56.019Z | running 4 tests |
| 628 | 2026-07-09T04:43:56.019Z | test firewall_external_inbound ... ok |
| 629 | 2026-07-09T04:43:56.019Z | test firewall_vni_outbound ... ok |
| 630 | 2026-07-09T04:43:56.019Z | test firewall_vni_inbound ... ok |
| 631 | 2026-07-09T04:43:56.023Z | test firewall_replace_rules ... ok |
| 632 | 2026-07-09T04:43:56.023Z | |
| 633 | 2026-07-09T04:43:56.023Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 634 | 2026-07-09T04:43:56.023Z | |
| 635 | 2026-07-09T04:43:56.023Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-ed0df47a9c33a459) |
| 636 | 2026-07-09T04:43:56.023Z | |
| 637 | 2026-07-09T04:43:56.023Z | running 2 tests |
| 638 | 2026-07-09T04:43:56.023Z | test parse_in_regression ... ok |
| 639 | 2026-07-09T04:43:56.023Z | test parse_out_regression ... ok |
| 640 | 2026-07-09T04:43:56.023Z | |
| 641 | 2026-07-09T04:43:56.023Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 642 | 2026-07-09T04:43:56.023Z | |
| 643 | 2026-07-09T04:43:56.023Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-3dac76401d872d7c) |
| 644 | 2026-07-09T04:43:56.026Z | |
| 645 | 2026-07-09T04:43:56.026Z | running 48 tests |
| 646 | 2026-07-09T04:43:56.026Z | test bad_ip_len ... ok |
| 647 | 2026-07-09T04:43:56.026Z | test check_layers ... ok |
| 648 | 2026-07-09T04:43:56.026Z | test add_remove_fw_rule ... ok |
| 649 | 2026-07-09T04:43:56.026Z | test arp_gateway ... ok |
| 650 | 2026-07-09T04:43:56.026Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 651 | 2026-07-09T04:43:56.027Z | test anti_spoof ... ok |
| 652 | 2026-07-09T04:43:56.027Z | test external_attached_subnets_dont_apply_nat ... ok |
| 653 | 2026-07-09T04:43:56.027Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 654 | 2026-07-09T04:43:56.027Z | test flow_expiration ... ok |
| 655 | 2026-07-09T04:43:56.027Z | test gateway_icmp4_ping ... ok |
| 656 | 2026-07-09T04:43:56.027Z | test gateway_icmpv6_ping ... ok |
| 657 | 2026-07-09T04:43:56.027Z | test early_tcp_invalidation ... ok |
| 658 | 2026-07-09T04:43:56.027Z | test external_ip_reconfigurable ... ok |
| 659 | 2026-07-09T04:43:56.027Z | test gateway_router_advert_reply ... ok |
| 660 | 2026-07-09T04:43:56.027Z | test external_ip_epoch_affinity_preserved ... ok |
| 661 | 2026-07-09T04:43:56.027Z | test guest_to_guest_no_route ... ok |
| 662 | 2026-07-09T04:43:56.027Z | test guest_to_internet_ipv4 ... ok |
| 663 | 2026-07-09T04:43:56.027Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 664 | 2026-07-09T04:43:56.027Z | test guest_to_internet_ipv6 ... ok |
| 665 | 2026-07-09T04:43:56.030Z | test inbound_ndp_dropped_at_gateway ... ok |
| 666 | 2026-07-09T04:43:56.030Z | test guest_to_guest ... ok |
| 667 | 2026-07-09T04:43:56.030Z | test icmpv6_inner_has_nat_applied ... ok |
| 668 | 2026-07-09T04:43:56.030Z | test icmp_inner_has_nat_applied ... ok |
| 669 | 2026-07-09T04:43:56.030Z | test packet_body_pullup ... ok |
| 670 | 2026-07-09T04:43:56.030Z | test intra_subnet_routes_with_custom ... ok |
| 671 | 2026-07-09T04:43:56.030Z | test no_panic_on_flow_table_full ... ok |
| 672 | 2026-07-09T04:43:56.030Z | test outbound_ndp_dropped ... ok |
| 673 | 2026-07-09T04:43:56.030Z | test internal_attached_subnets ... ok |
| 674 | 2026-07-09T04:43:56.030Z | test external_ip_receive_and_reply_on_all ... ok |
| 675 | 2026-07-09T04:43:56.030Z | test external_ip_balanced_over_floating_ips ... ok |
| 676 | 2026-07-09T04:43:56.030Z | test port_transition_reset ... ok |
| 677 | 2026-07-09T04:43:56.030Z | test port_as_router_target ... ok |
| 678 | 2026-07-09T04:43:56.030Z | test port_transition_running ... ok |
| 679 | 2026-07-09T04:43:56.031Z | test test_drop_on_unknown_critical_option ... ok |
| 680 | 2026-07-09T04:43:56.031Z | test port_transition_pause ... ok |
| 681 | 2026-07-09T04:43:56.031Z | test select_eip_conditioned_on_igw ... ok |
| 682 | 2026-07-09T04:43:56.031Z | test tcp_invalidation_does_not_block_connection ... ok |
| 683 | 2026-07-09T04:43:56.031Z | test tcp_inbound ... ok |
| 684 | 2026-07-09T04:43:56.031Z | test snat_icmp4_echo_rewrite ... ok |
| 685 | 2026-07-09T04:43:56.031Z | test test_gateway_neighbor_advert_reply ... ok |
| 686 | 2026-07-09T04:43:56.031Z | test snat_icmp6_echo_rewrite ... ok |
| 687 | 2026-07-09T04:43:56.031Z | test test_ipv6_multicast_encapsulation ... ok |
| 688 | 2026-07-09T04:43:56.031Z | test tcp_outbound ... ok |
| 689 | 2026-07-09T04:43:56.031Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 690 | 2026-07-09T04:43:56.031Z | test test_tcp_multicast_denied ... ok |
| 691 | 2026-07-09T04:43:56.031Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 692 | 2026-07-09T04:43:56.031Z | test uft_lft_invalidation_out ... ok |
| 693 | 2026-07-09T04:43:56.031Z | test uft_lft_invalidation_in ... ok |
| 694 | 2026-07-09T04:43:56.031Z | |
| 695 | 2026-07-09T04:43:56.031Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 696 | 2026-07-09T04:43:56.031Z | |
| 697 | 2026-07-09T04:43:56.031Z | Doc-tests oxide_vpc |
| 698 | 2026-07-09T04:43:56.319Z | |
| 699 | 2026-07-09T04:43:56.319Z | running 0 tests |
| 700 | 2026-07-09T04:43:56.319Z | |
| 701 | 2026-07-09T04:43:56.319Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-07-09T04:43:56.319Z | |
| 703 | 2026-07-09T04:43:56.346Z | |
| 704 | 2026-07-09T04:43:56.349Z | real 54.349951215 |
| 705 | 2026-07-09T04:43:56.349Z | user 3:16.408737136 |
| 706 | 2026-07-09T04:43:56.349Z | sys 11.986096744 |
| 707 | 2026-07-09T04:43:56.350Z | trap 0.090820409 |
| 708 | 2026-07-09T04:43:56.350Z | tflt 0.267025989 |
| 709 | 2026-07-09T04:43:56.350Z | dflt 0.485408317 |
| 710 | 2026-07-09T04:43:56.350Z | kflt 0.014302517 |
| 711 | 2026-07-09T04:43:56.350Z | lock 12:38.045834972 |
| 712 | 2026-07-09T04:43:56.350Z | slp 6:36.775249739 |
| 713 | 2026-07-09T04:43:56.350Z | lat 8.793696129 |
| 714 | 2026-07-09T04:43:56.350Z | stop 5.696302308 |
| 715 | 2026-07-09T04:43:56.350Z | process exited: duration 119450 ms, exit code 0 |
| |
| 716 | 2026-07-09T04:43:56.356Z | found 0 output files |