|
|
|
| 1 | 2026-05-28T16:59:45.422Z | job assigned to worker 01KSQRCKC2E620CSDKZDTEC86S [factory aws, i-0eb6cb7812969cb98] (queued for 58 s) |
| |
| 2 | 2026-05-28T16:59:51.703Z | starting task 0: "setup" |
| 3 | 2026-05-28T16:59:51.707Z | ++ uname -s |
| 4 | 2026-05-28T16:59:51.710Z | + kern=SunOS |
| 5 | 2026-05-28T16:59:51.711Z | + build_user=build |
| 6 | 2026-05-28T16:59:51.711Z | + build_uid=12345 |
| 7 | 2026-05-28T16:59:51.711Z | + work_dir=/work |
| 8 | 2026-05-28T16:59:51.711Z | + input_dir=/input |
| 9 | 2026-05-28T16:59:51.711Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-28T16:59:51.711Z | + case "$kern" in |
| 11 | 2026-05-28T16:59:51.711Z | + groupadd -g 12345 build |
| 12 | 2026-05-28T16:59:51.711Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-28T16:59:53.717Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-28T16:59:53.817Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-28T16:59:53.820Z | + home_fs=zfs |
| 16 | 2026-05-28T16:59:53.820Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-28T16:59:53.820Z | + mkdir -p /home/build |
| 18 | 2026-05-28T16:59:53.820Z | + chown build:build /home/build /work |
| 19 | 2026-05-28T16:59:55.825Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-28T16:59:55.828Z | process exited: duration 4123 ms, exit code 0 |
| |
| 21 | 2026-05-28T16:59:55.834Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-28T16:59:55.839Z | * rust toolchain channel = "1.95.0" |
| 23 | 2026-05-28T16:59:55.839Z | + printf ' * rust toolchain channel = "%s"\n' 1.95.0 |
| 24 | 2026-05-28T16:59:55.839Z | * rust toolchain profile = "default" |
| 25 | 2026-05-28T16:59:55.839Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-05-28T16:59:55.839Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-05-28T16:59:55.839Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-28T16:59:55.842Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-28T16:59:55.842Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.95.0 --profile default |
| 30 | 2026-05-28T16:59:55.964Z | info: downloading installer |
| 31 | 2026-05-28T16:59:57.298Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-28T16:59:57.298Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-28T16:59:57.298Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-28T16:59:57.298Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-28T16:59:57.310Z | info: profile set to default |
| 36 | 2026-05-28T16:59:57.310Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-28T16:59:57.313Z | info: syncing channel updates for 1.95.0-x86_64-unknown-illumos |
| 38 | 2026-05-28T16:59:57.440Z | info: latest update on 2026-04-16 for version 1.95.0 (59807616e 2026-04-14) |
| 39 | 2026-05-28T16:59:57.444Z | info: downloading 6 components |
| 40 | 2026-05-28T17:00:13.020Z | info: default toolchain set to 1.95.0-x86_64-unknown-illumos |
| 41 | 2026-05-28T17:00:13.020Z | |
| 42 | 2026-05-28T17:00:13.054Z | 1.95.0-x86_64-unknown-illumos installed - rustc 1.95.0 (59807616e 2026-04-14) |
| 43 | 2026-05-28T17:00:13.054Z | |
| 44 | 2026-05-28T17:00:13.054Z | |
| 45 | 2026-05-28T17:00:13.054Z | Rust is installed now. Great! |
| 46 | 2026-05-28T17:00:13.054Z | |
| 47 | 2026-05-28T17:00:13.054Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-28T17:00:13.054Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-28T17:00:13.054Z | |
| 50 | 2026-05-28T17:00:13.054Z | To configure your current shell, you need to source |
| 51 | 2026-05-28T17:00:13.054Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-28T17:00:13.054Z | |
| 53 | 2026-05-28T17:00:13.054Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-28T17:00:13.054Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-28T17:00:13.054Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-28T17:00:13.054Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-28T17:00:13.054Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-28T17:00:13.054Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-28T17:00:13.054Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-28T17:00:13.057Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-28T17:00:13.057Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-28T17:00:13.156Z | + rustup --version |
| 63 | 2026-05-28T17:00:13.165Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-28T17:00:13.168Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-28T17:00:13.187Z | info: the currently active `rustc` version is `rustc 1.95.0 (59807616e 2026-04-14)` |
| 66 | 2026-05-28T17:00:13.189Z | + cargo --version |
| 67 | 2026-05-28T17:00:13.203Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 68 | 2026-05-28T17:00:13.206Z | + rustc --version |
| 69 | 2026-05-28T17:00:13.224Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 70 | 2026-05-28T17:00:13.227Z | process exited: duration 17392 ms, exit code 0 |
| |
| 71 | 2026-05-28T17:00:13.233Z | starting task 2: "authentication" |
| 72 | 2026-05-28T17:00:13.249Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-28T17:00:13.256Z | starting task 3: "clone repository" |
| 74 | 2026-05-28T17:00:13.259Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-28T17:00:13.262Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-28T17:00:13.296Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-28T17:00:14.261Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-28T17:00:14.267Z | + git fetch origin dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 79 | 2026-05-28T17:00:14.528Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-28T17:00:14.528Z | * branch dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 -> FETCH_HEAD |
| 81 | 2026-05-28T17:00:14.533Z | + [[ -n eviction-policy ]] |
| 82 | 2026-05-28T17:00:14.536Z | ++ git branch --show-current |
| 83 | 2026-05-28T17:00:14.539Z | + current=master |
| 84 | 2026-05-28T17:00:14.539Z | + [[ master != eviction-policy ]] |
| 85 | 2026-05-28T17:00:14.539Z | + git branch -f eviction-policy dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 86 | 2026-05-28T17:00:14.541Z | + git checkout -f eviction-policy |
| 87 | 2026-05-28T17:00:14.555Z | Switched to branch 'eviction-policy' |
| 88 | 2026-05-28T17:00:14.558Z | + git reset --hard dba5a0313b0c6ec8aacde73b30440e4fafb02cb5 |
| 89 | 2026-05-28T17:00:14.572Z | HEAD is now at dba5a03 Ry review feedback. |
| 90 | 2026-05-28T17:00:14.576Z | process exited: duration 1316 ms, exit code 0 |
| |
| 91 | 2026-05-28T17:00:14.581Z | starting task 4: "build" |
| 92 | 2026-05-28T17:00:14.585Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-28T17:00:14.588Z | ++ rustup show active-toolchain |
| 94 | 2026-05-28T17:00:14.590Z | 1.95.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-28T17:00:14.593Z | ++ pushd xde |
| 96 | 2026-05-28T17:00:14.593Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-28T17:00:14.593Z | ++ rustup show active-toolchain |
| 98 | 2026-05-28T17:00:14.596Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-28T17:00:14.742Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-28T17:00:14.746Z | info: downloading 6 components |
| 101 | 2026-05-28T17:00:27.928Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-28T17:00:28.029Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-28T17:00:28.032Z | +++ head -n 1 |
| 104 | 2026-05-28T17:00:28.032Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-28T17:00:28.082Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-28T17:00:28.082Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-28T17:00:28.082Z | ++ popd |
| 108 | 2026-05-28T17:00:28.086Z | /work/oxidecomputer/opte |
| 109 | 2026-05-28T17:00:28.086Z | + cargo --version |
| 110 | 2026-05-28T17:00:28.092Z | cargo 1.95.0 (f2d3ce0bd 2026-03-21) |
| 111 | 2026-05-28T17:00:28.095Z | + rustc --version |
| 112 | 2026-05-28T17:00:28.114Z | rustc 1.95.0 (59807616e 2026-04-14) |
| 113 | 2026-05-28T17:00:28.117Z | + cd lib/oxide-vpc |
| 114 | 2026-05-28T17:00:28.117Z | + header 'check style' |
| 115 | 2026-05-28T17:00:28.117Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-28T17:00:28.117Z | # ==== check style ==== # |
| 117 | 2026-05-28T17:00:28.117Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-28T17:00:28.239Z | |
| 119 | 2026-05-28T17:00:28.239Z | real 0.119630720 |
| 120 | 2026-05-28T17:00:28.239Z | user 0.086436654 |
| 121 | 2026-05-28T17:00:28.239Z | sys 0.030179181 |
| 122 | 2026-05-28T17:00:28.239Z | trap 0.000004370 |
| 123 | 2026-05-28T17:00:28.239Z | tflt 0.000014080 |
| 124 | 2026-05-28T17:00:28.239Z | dflt 0.000004290 |
| 125 | 2026-05-28T17:00:28.240Z | kflt 0.000000000 |
| 126 | 2026-05-28T17:00:28.240Z | lock 0.031015274 |
| 127 | 2026-05-28T17:00:28.240Z | slp 0.099219813 |
| 128 | 2026-05-28T17:00:28.240Z | lat 0.000788010 |
| 129 | 2026-05-28T17:00:28.240Z | stop 0.000096900 |
| 130 | 2026-05-28T17:00:28.243Z | + header 'check docs' |
| 131 | 2026-05-28T17:00:28.243Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-28T17:00:28.243Z | # ==== check docs ==== # |
| 133 | 2026-05-28T17:00:28.243Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-28T17:00:28.243Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-28T17:00:28.307Z | Updating crates.io index |
| 136 | 2026-05-28T17:00:28.339Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-28T17:00:29.298Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-28T17:00:29.692Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-28T17:00:30.099Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-28T17:00:30.504Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-28T17:00:30.748Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-28T17:00:31.046Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-28T17:00:33.085Z | Downloading crates ... |
| 144 | 2026-05-28T17:00:33.142Z | Downloaded hash32 v0.3.1 |
| 145 | 2026-05-28T17:00:33.145Z | Downloaded embedded-io v0.4.0 |
| 146 | 2026-05-28T17:00:33.145Z | Downloaded cpufeatures v0.2.17 |
| 147 | 2026-05-28T17:00:33.150Z | Downloaded generic-array v0.14.7 |
| 148 | 2026-05-28T17:00:33.153Z | Downloaded aho-corasick v1.1.4 |
| 149 | 2026-05-28T17:00:33.158Z | Downloaded scroll_derive v0.13.1 |
| 150 | 2026-05-28T17:00:33.161Z | Downloaded darling_macro v0.23.0 |
| 151 | 2026-05-28T17:00:33.161Z | Downloaded embedded-io v0.6.1 |
| 152 | 2026-05-28T17:00:33.163Z | Downloaded defmt v0.3.100 |
| 153 | 2026-05-28T17:00:33.163Z | Downloaded ident_case v1.0.1 |
| 154 | 2026-05-28T17:00:33.166Z | Downloaded dof v0.4.0 |
| 155 | 2026-05-28T17:00:33.169Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 156 | 2026-05-28T17:00:33.171Z | Downloaded crypto-common v0.1.7 |
| 157 | 2026-05-28T17:00:33.171Z | Downloaded fnv v1.0.7 |
| 158 | 2026-05-28T17:00:33.171Z | Downloaded byteorder v1.5.0 |
| 159 | 2026-05-28T17:00:33.175Z | Downloaded bitflags v1.3.2 |
| 160 | 2026-05-28T17:00:33.177Z | Downloaded pretty-hex v0.4.2 |
| 161 | 2026-05-28T17:00:33.180Z | Downloaded plain v0.2.3 |
| 162 | 2026-05-28T17:00:33.180Z | Downloaded block-buffer v0.10.4 |
| 163 | 2026-05-28T17:00:33.183Z | Downloaded cfg-if v1.0.4 |
| 164 | 2026-05-28T17:00:33.185Z | Downloaded dyn-clone v1.0.20 |
| 165 | 2026-05-28T17:00:33.185Z | Downloaded defmt-parser v1.0.0 |
| 166 | 2026-05-28T17:00:33.189Z | Downloaded managed v0.8.0 |
| 167 | 2026-05-28T17:00:33.191Z | Downloaded dtrace-parser v0.3.0 |
| 168 | 2026-05-28T17:00:33.192Z | Downloaded ingot v0.1.1 |
| 169 | 2026-05-28T17:00:33.195Z | Downloaded defmt v1.0.1 |
| 170 | 2026-05-28T17:00:33.197Z | Downloaded memmap2 v0.9.10 |
| 171 | 2026-05-28T17:00:33.200Z | Downloaded ingot-macros v0.1.1 |
| 172 | 2026-05-28T17:00:33.200Z | Downloaded crc32fast v1.5.0 |
| 173 | 2026-05-28T17:00:33.203Z | Downloaded itoa v1.0.18 |
| 174 | 2026-05-28T17:00:33.203Z | Downloaded log v0.4.29 |
| 175 | 2026-05-28T17:00:33.206Z | Downloaded tabwriter v1.4.1 |
| 176 | 2026-05-28T17:00:33.212Z | Downloaded version_check v0.9.5 |
| 177 | 2026-05-28T17:00:33.214Z | Downloaded strsim v0.11.1 |
| 178 | 2026-05-28T17:00:33.214Z | Downloaded usdt v0.6.0 |
| 179 | 2026-05-28T17:00:33.214Z | Downloaded ref-cast-impl v1.0.25 |
| 180 | 2026-05-28T17:00:33.217Z | Downloaded stable_deref_trait v1.2.1 |
| 181 | 2026-05-28T17:00:33.217Z | Downloaded ref-cast v1.0.25 |
| 182 | 2026-05-28T17:00:33.220Z | Downloaded quote v1.0.45 |
| 183 | 2026-05-28T17:00:33.222Z | Downloaded ingot-types v0.1.2 |
| 184 | 2026-05-28T17:00:33.222Z | Downloaded darling_macro v0.21.3 |
| 185 | 2026-05-28T17:00:33.222Z | Downloaded either v1.15.0 |
| 186 | 2026-05-28T17:00:33.222Z | Downloaded digest v0.10.7 |
| 187 | 2026-05-28T17:00:33.236Z | Downloaded usdt-macro v0.6.0 |
| 188 | 2026-05-28T17:00:33.238Z | Downloaded ipnetwork v0.21.1 |
| 189 | 2026-05-28T17:00:33.238Z | Downloaded cobs v0.3.0 |
| 190 | 2026-05-28T17:00:33.238Z | Downloaded bitflags v2.11.1 |
| 191 | 2026-05-28T17:00:33.241Z | Downloaded sha2 v0.10.9 |
| 192 | 2026-05-28T17:00:33.249Z | Downloaded macaddr v1.0.1 |
| 193 | 2026-05-28T17:00:33.251Z | Downloaded thread-id v5.1.0 |
| 194 | 2026-05-28T17:00:33.258Z | Downloaded usdt-attr-macro v0.6.0 |
| 195 | 2026-05-28T17:00:33.261Z | Downloaded serde_tokenstream v0.2.3 |
| 196 | 2026-05-28T17:00:33.261Z | Downloaded scroll v0.13.0 |
| 197 | 2026-05-28T17:00:33.261Z | Downloaded thiserror-impl v2.0.18 |
| 198 | 2026-05-28T17:00:33.264Z | Downloaded defmt-macros v1.0.1 |
| 199 | 2026-05-28T17:00:33.268Z | Downloaded zmij v1.0.21 |
| 200 | 2026-05-28T17:00:33.270Z | Downloaded proc-macro-error2 v2.0.1 |
| 201 | 2026-05-28T17:00:33.273Z | Downloaded thiserror v2.0.18 |
| 202 | 2026-05-28T17:00:33.281Z | Downloaded darling_core v0.21.3 |
| 203 | 2026-05-28T17:00:33.285Z | Downloaded darling v0.23.0 |
| 204 | 2026-05-28T17:00:33.290Z | Downloaded darling v0.21.3 |
| 205 | 2026-05-28T17:00:33.297Z | Downloaded pest_derive v2.8.6 |
| 206 | 2026-05-28T17:00:33.299Z | Downloaded pest_generator v2.8.6 |
| 207 | 2026-05-28T17:00:33.303Z | Downloaded proc-macro2 v1.0.106 |
| 208 | 2026-05-28T17:00:33.306Z | Downloaded ucd-trie v0.1.7 |
| 209 | 2026-05-28T17:00:33.318Z | Downloaded serde_core v1.0.228 |
| 210 | 2026-05-28T17:00:33.324Z | Downloaded unicode-ident v1.0.24 |
| 211 | 2026-05-28T17:00:33.331Z | Downloaded postcard v1.1.3 |
| 212 | 2026-05-28T17:00:33.336Z | Downloaded heapless v0.8.0 |
| 213 | 2026-05-28T17:00:33.339Z | Downloaded pest_meta v2.8.6 |
| 214 | 2026-05-28T17:00:33.343Z | Downloaded usdt-impl v0.6.0 |
| 215 | 2026-05-28T17:00:33.346Z | Downloaded darling_core v0.23.0 |
| 216 | 2026-05-28T17:00:33.353Z | Downloaded uuid v1.23.1 |
| 217 | 2026-05-28T17:00:33.355Z | Downloaded serde_derive v1.0.228 |
| 218 | 2026-05-28T17:00:33.366Z | Downloaded zerocopy-derive v0.8.48 |
| 219 | 2026-05-28T17:00:33.371Z | Downloaded memchr v2.8.0 |
| 220 | 2026-05-28T17:00:33.374Z | Downloaded serde v1.0.228 |
| 221 | 2026-05-28T17:00:33.377Z | Downloaded typenum v1.20.0 |
| 222 | 2026-05-28T17:00:33.380Z | Downloaded pest v2.8.6 |
| 223 | 2026-05-28T17:00:33.407Z | Downloaded serde_json v1.0.149 |
| 224 | 2026-05-28T17:00:33.412Z | Downloaded itertools v0.14.0 |
| 225 | 2026-05-28T17:00:33.415Z | Downloaded goblin v0.10.5 |
| 226 | 2026-05-28T17:00:33.419Z | Downloaded regex v1.12.3 |
| 227 | 2026-05-28T17:00:33.461Z | Downloaded unicode-width v0.2.2 |
| 228 | 2026-05-28T17:00:33.467Z | Downloaded zerocopy v0.8.48 |
| 229 | 2026-05-28T17:00:33.483Z | Downloaded syn v2.0.117 |
| 230 | 2026-05-28T17:00:33.489Z | Downloaded smoltcp v0.11.0 |
| 231 | 2026-05-28T17:00:33.495Z | Downloaded regex-syntax v0.8.10 |
| 232 | 2026-05-28T17:00:33.522Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-05-28T17:00:33.536Z | Downloaded libc v0.2.186 |
| 234 | 2026-05-28T17:00:33.598Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-05-28T17:00:33.598Z | Compiling quote v1.0.45 |
| 236 | 2026-05-28T17:00:33.598Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-05-28T17:00:33.602Z | Documenting unicode-ident v1.0.24 |
| 238 | 2026-05-28T17:00:33.602Z | Compiling ident_case v1.0.1 |
| 239 | 2026-05-28T17:00:33.602Z | Compiling strsim v0.11.1 |
| 240 | 2026-05-28T17:00:33.602Z | Compiling serde_core v1.0.228 |
| 241 | 2026-05-28T17:00:33.753Z | Compiling fnv v1.0.7 |
| 242 | 2026-05-28T17:00:33.770Z | Compiling memchr v2.8.0 |
| 243 | 2026-05-28T17:00:33.770Z | Compiling serde v1.0.228 |
| 244 | 2026-05-28T17:00:33.838Z | Compiling regex-syntax v0.8.10 |
| 245 | 2026-05-28T17:00:33.981Z | Compiling thiserror v2.0.18 |
| 246 | 2026-05-28T17:00:34.045Z | Compiling zerocopy v0.8.48 |
| 247 | 2026-05-28T17:00:34.321Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-05-28T17:00:34.322Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-05-28T17:00:34.438Z | Compiling either v1.15.0 |
| 250 | 2026-05-28T17:00:34.627Z | Compiling syn v2.0.117 |
| 251 | 2026-05-28T17:00:34.660Z | Checking byteorder v1.5.0 |
| 252 | 2026-05-28T17:00:34.830Z | Compiling itertools v0.14.0 |
| 253 | 2026-05-28T17:00:34.889Z | Documenting quote v1.0.45 |
| 254 | 2026-05-28T17:00:35.407Z | Documenting syn v2.0.117 |
| 255 | 2026-05-28T17:00:35.483Z | Compiling regex-automata v0.4.14 |
| 256 | 2026-05-28T17:00:35.763Z | Compiling heapless v0.8.0 |
| 257 | 2026-05-28T17:00:35.942Z | Checking bitflags v2.11.1 |
| 258 | 2026-05-28T17:00:36.091Z | Checking hash32 v0.3.1 |
| 259 | 2026-05-28T17:00:36.102Z | Documenting serde_core v1.0.228 |
| 260 | 2026-05-28T17:00:36.195Z | Checking stable_deref_trait v1.2.1 |
| 261 | 2026-05-28T17:00:36.227Z | Documenting memchr v2.8.0 |
| 262 | 2026-05-28T17:00:36.259Z | Checking macaddr v1.0.1 |
| 263 | 2026-05-28T17:00:36.398Z | Checking cfg-if v1.0.4 |
| 264 | 2026-05-28T17:00:36.542Z | Compiling smoltcp v0.11.0 |
| 265 | 2026-05-28T17:00:36.667Z | Documenting regex-syntax v0.8.10 |
| 266 | 2026-05-28T17:00:36.839Z | Documenting aho-corasick v1.1.4 |
| 267 | 2026-05-28T17:00:36.889Z | Checking darling_core v0.21.3 |
| 268 | 2026-05-28T17:00:37.722Z | Compiling regex v1.12.3 |
| 269 | 2026-05-28T17:00:37.732Z | Compiling darling_core v0.23.0 |
| 270 | 2026-05-28T17:00:37.896Z | Documenting regex-automata v0.4.14 |
| 271 | 2026-05-28T17:00:38.114Z | Checking bitflags v1.3.2 |
| 272 | 2026-05-28T17:00:38.171Z | Checking managed v0.8.0 |
| 273 | 2026-05-28T17:00:38.174Z | Documenting zerocopy-derive v0.8.48 |
| 274 | 2026-05-28T17:00:38.282Z | Compiling thiserror-impl v2.0.18 |
| 275 | 2026-05-28T17:00:38.347Z | Compiling zerocopy-derive v0.8.48 |
| 276 | 2026-05-28T17:00:38.532Z | Compiling serde_derive v1.0.228 |
| 277 | 2026-05-28T17:00:38.971Z | Documenting serde_derive v1.0.228 |
| 278 | 2026-05-28T17:00:39.207Z | Documenting thiserror-impl v2.0.18 |
| 279 | 2026-05-28T17:00:39.257Z | Documenting regex v1.12.3 |
| 280 | 2026-05-28T17:00:39.461Z | Compiling darling_macro v0.21.3 |
| 281 | 2026-05-28T17:00:39.588Z | Checking cobs v0.3.0 |
| 282 | 2026-05-28T17:00:39.717Z | Compiling ref-cast v1.0.25 |
| 283 | 2026-05-28T17:00:39.820Z | Compiling darling_macro v0.23.0 |
| 284 | 2026-05-28T17:00:40.017Z | Compiling crc32fast v1.5.0 |
| 285 | 2026-05-28T17:00:40.025Z | Compiling darling v0.21.3 |
| 286 | 2026-05-28T17:00:40.102Z | Documenting byteorder v1.5.0 |
| 287 | 2026-05-28T17:00:40.130Z | Compiling ingot-macros v0.1.1 |
| 288 | 2026-05-28T17:00:40.276Z | Documenting ingot-macros v0.1.1 |
| 289 | 2026-05-28T17:00:40.389Z | Documenting thiserror v2.0.18 |
| 290 | 2026-05-28T17:00:40.417Z | Documenting zerocopy v0.8.48 |
| 291 | 2026-05-28T17:00:40.667Z | Documenting hash32 v0.3.1 |
| 292 | 2026-05-28T17:00:40.961Z | Compiling ref-cast-impl v1.0.25 |
| 293 | 2026-05-28T17:00:41.214Z | Documenting bitflags v2.11.1 |
| 294 | 2026-05-28T17:00:41.491Z | Documenting serde v1.0.228 |
| 295 | 2026-05-28T17:00:41.568Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 296 | 2026-05-28T17:00:41.629Z | Checking postcard v1.1.3 |
| 297 | 2026-05-28T17:00:41.637Z | Documenting stable_deref_trait v1.2.1 |
| 298 | 2026-05-28T17:00:41.808Z | Checking unicode-width v0.2.2 |
| 299 | 2026-05-28T17:00:41.894Z | Documenting macaddr v1.0.1 |
| 300 | 2026-05-28T17:00:41.992Z | Checking ipnetwork v0.21.1 |
| 301 | 2026-05-28T17:00:42.055Z | Compiling version_check v0.9.5 |
| 302 | 2026-05-28T17:00:42.133Z | Documenting cfg-if v1.0.4 |
| 303 | 2026-05-28T17:00:42.162Z | Documenting heapless v0.8.0 |
| 304 | 2026-05-28T17:00:42.325Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 305 | 2026-05-28T17:00:42.426Z | Documenting cobs v0.3.0 |
| 306 | 2026-05-28T17:00:42.523Z | Compiling darling v0.23.0 |
| 307 | 2026-05-28T17:00:42.596Z | Documenting managed v0.8.0 |
| 308 | 2026-05-28T17:00:42.623Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 309 | 2026-05-28T17:00:42.849Z | Checking ingot-types v0.1.2 |
| 310 | 2026-05-28T17:00:43.058Z | Checking tabwriter v1.4.1 |
| 311 | 2026-05-28T17:00:43.177Z | Checking ingot v0.1.1 |
| 312 | 2026-05-28T17:00:43.196Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 313 | 2026-05-28T17:00:43.267Z | Documenting postcard v1.1.3 |
| 314 | 2026-05-28T17:00:43.527Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2026-05-28T17:00:43.537Z | Documenting ref-cast-impl v1.0.25 |
| 316 | 2026-05-28T17:00:43.770Z | Documenting ingot-types v0.1.2 |
| 317 | 2026-05-28T17:00:43.776Z | Documenting smoltcp v0.11.0 |
| 318 | 2026-05-28T17:00:43.888Z | Checking dyn-clone v1.0.20 |
| 319 | 2026-05-28T17:00:43.993Z | Documenting either v1.15.0 |
| 320 | 2026-05-28T17:00:44.061Z | Documenting ipnetwork v0.21.1 |
| 321 | 2026-05-28T17:00:44.126Z | Documenting unicode-width v0.2.2 |
| 322 | 2026-05-28T17:00:44.296Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 323 | 2026-05-28T17:00:44.526Z | Documenting ref-cast v1.0.25 |
| 324 | 2026-05-28T17:00:44.717Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 325 | 2026-05-28T17:00:44.817Z | Documenting ingot v0.1.1 |
| 326 | 2026-05-28T17:00:45.006Z | Documenting itertools v0.14.0 |
| 327 | 2026-05-28T17:00:45.268Z | Documenting crc32fast v1.5.0 |
| 328 | 2026-05-28T17:00:45.640Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 329 | 2026-05-28T17:00:45.675Z | Documenting dyn-clone v1.0.20 |
| 330 | 2026-05-28T17:00:45.873Z | Documenting tabwriter v1.4.1 |
| 331 | 2026-05-28T17:00:46.415Z | Documenting uuid v1.23.1 |
| 332 | 2026-05-28T17:00:46.698Z | Checking uuid v1.23.1 |
| 333 | 2026-05-28T17:00:46.939Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 334 | 2026-05-28T17:00:47.165Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 335 | 2026-05-28T17:00:48.077Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 336 | 2026-05-28T17:00:49.378Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 337 | 2026-05-28T17:00:51.618Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 338 | 2026-05-28T17:00:53.168Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.91s |
| 339 | 2026-05-28T17:00:53.256Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 340 | 2026-05-28T17:00:53.277Z | |
| 341 | 2026-05-28T17:00:53.280Z | real 25.016329784 |
| 342 | 2026-05-28T17:00:53.280Z | user 1:21.587888385 |
| 343 | 2026-05-28T17:00:53.280Z | sys 16.916808211 |
| 344 | 2026-05-28T17:00:53.280Z | trap 0.052910331 |
| 345 | 2026-05-28T17:00:53.280Z | tflt 0.035604785 |
| 346 | 2026-05-28T17:00:53.280Z | dflt 0.115079170 |
| 347 | 2026-05-28T17:00:53.280Z | kflt 0.005359073 |
| 348 | 2026-05-28T17:00:53.280Z | lock 8:00.690553029 |
| 349 | 2026-05-28T17:00:53.280Z | slp 4:43.028621973 |
| 350 | 2026-05-28T17:00:53.280Z | lat 6.453298805 |
| 351 | 2026-05-28T17:00:53.280Z | stop 9.972028305 |
| 352 | 2026-05-28T17:00:53.280Z | + header 'analyze std + api + usdt' |
| 353 | 2026-05-28T17:00:53.280Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 354 | 2026-05-28T17:00:53.280Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 355 | 2026-05-28T17:00:53.280Z | # ==== analyze std + api + usdt ==== # |
| 356 | 2026-05-28T17:00:53.467Z | Downloading crates ... |
| 357 | 2026-05-28T17:00:53.526Z | Downloaded ctor-proc-macro v0.0.13 |
| 358 | 2026-05-28T17:00:53.529Z | Downloaded futures-io v0.3.32 |
| 359 | 2026-05-28T17:00:53.536Z | Downloaded futures v0.3.32 |
| 360 | 2026-05-28T17:00:53.540Z | Downloaded slab v0.4.12 |
| 361 | 2026-05-28T17:00:53.543Z | Downloaded circular v0.3.0 |
| 362 | 2026-05-28T17:00:53.543Z | Downloaded pin-project-lite v0.2.17 |
| 363 | 2026-05-28T17:00:53.546Z | Downloaded typeid v1.0.3 |
| 364 | 2026-05-28T17:00:53.546Z | Downloaded futures-core v0.3.32 |
| 365 | 2026-05-28T17:00:53.549Z | Downloaded dtor-proc-macro v0.0.13 |
| 366 | 2026-05-28T17:00:53.555Z | Downloaded futures-task v0.3.32 |
| 367 | 2026-05-28T17:00:53.559Z | Downloaded dtor v0.8.1 |
| 368 | 2026-05-28T17:00:53.562Z | Downloaded futures-sink v0.3.32 |
| 369 | 2026-05-28T17:00:53.562Z | Downloaded rusticata-macros v5.0.0 |
| 370 | 2026-05-28T17:00:53.565Z | Downloaded futures-executor v0.3.32 |
| 371 | 2026-05-28T17:00:53.565Z | Downloaded ctor v0.10.1 |
| 372 | 2026-05-28T17:00:53.565Z | Downloaded futures-macro v0.3.32 |
| 373 | 2026-05-28T17:00:53.570Z | Downloaded once_cell v1.21.4 |
| 374 | 2026-05-28T17:00:53.573Z | Downloaded cookie-factory v0.3.3 |
| 375 | 2026-05-28T17:00:53.573Z | Downloaded anyhow v1.0.102 |
| 376 | 2026-05-28T17:00:53.576Z | Downloaded link-section v0.2.1 |
| 377 | 2026-05-28T17:00:53.579Z | Downloaded futures-channel v0.3.32 |
| 378 | 2026-05-28T17:00:53.588Z | Downloaded ron v0.12.1 |
| 379 | 2026-05-28T17:00:53.605Z | Downloaded nom v8.0.0 |
| 380 | 2026-05-28T17:00:53.611Z | Downloaded pcap-parser v0.17.0 |
| 381 | 2026-05-28T17:00:53.614Z | Downloaded futures-util v0.3.32 |
| 382 | 2026-05-28T17:00:53.668Z | Compiling proc-macro2 v1.0.106 |
| 383 | 2026-05-28T17:00:53.668Z | Compiling quote v1.0.45 |
| 384 | 2026-05-28T17:00:53.668Z | Compiling unicode-ident v1.0.24 |
| 385 | 2026-05-28T17:00:53.668Z | Compiling memchr v2.8.0 |
| 386 | 2026-05-28T17:00:53.668Z | Compiling thiserror v2.0.18 |
| 387 | 2026-05-28T17:00:53.668Z | Compiling zerocopy v0.8.48 |
| 388 | 2026-05-28T17:00:53.672Z | Compiling serde_core v1.0.228 |
| 389 | 2026-05-28T17:00:53.846Z | Compiling zmij v1.0.21 |
| 390 | 2026-05-28T17:00:54.052Z | Compiling libc v0.2.186 |
| 391 | 2026-05-28T17:00:54.069Z | Compiling ident_case v1.0.1 |
| 392 | 2026-05-28T17:00:54.076Z | Compiling strsim v0.11.1 |
| 393 | 2026-05-28T17:00:54.105Z | Compiling ucd-trie v0.1.7 |
| 394 | 2026-05-28T17:00:54.147Z | Compiling serde_json v1.0.149 |
| 395 | 2026-05-28T17:00:54.262Z | Compiling pest v2.8.6 |
| 396 | 2026-05-28T17:00:54.327Z | Compiling serde v1.0.228 |
| 397 | 2026-05-28T17:00:54.533Z | Compiling fnv v1.0.7 |
| 398 | 2026-05-28T17:00:54.734Z | Compiling aho-corasick v1.1.4 |
| 399 | 2026-05-28T17:00:54.754Z | Checking byteorder v1.5.0 |
| 400 | 2026-05-28T17:00:54.900Z | Compiling syn v2.0.117 |
| 401 | 2026-05-28T17:00:54.944Z | Compiling regex-syntax v0.8.10 |
| 402 | 2026-05-28T17:00:54.956Z | Compiling itoa v1.0.18 |
| 403 | 2026-05-28T17:00:55.367Z | Compiling pest_meta v2.8.6 |
| 404 | 2026-05-28T17:00:55.508Z | Compiling either v1.15.0 |
| 405 | 2026-05-28T17:00:55.536Z | Compiling usdt-impl v0.6.0 |
| 406 | 2026-05-28T17:00:55.610Z | Checking bitflags v2.11.1 |
| 407 | 2026-05-28T17:00:55.709Z | Compiling itertools v0.14.0 |
| 408 | 2026-05-28T17:00:55.797Z | Compiling thread-id v5.1.0 |
| 409 | 2026-05-28T17:00:56.192Z | Checking plain v0.2.3 |
| 410 | 2026-05-28T17:00:56.331Z | Compiling heapless v0.8.0 |
| 411 | 2026-05-28T17:00:56.398Z | Compiling regex-automata v0.4.14 |
| 412 | 2026-05-28T17:00:56.622Z | Checking futures-sink v0.3.32 |
| 413 | 2026-05-28T17:00:56.630Z | Checking futures-core v0.3.32 |
| 414 | 2026-05-28T17:00:56.662Z | Checking log v0.4.29 |
| 415 | 2026-05-28T17:00:56.741Z | Checking futures-channel v0.3.32 |
| 416 | 2026-05-28T17:00:56.931Z | Checking hash32 v0.3.1 |
| 417 | 2026-05-28T17:00:57.041Z | Checking slab v0.4.12 |
| 418 | 2026-05-28T17:00:57.086Z | Checking futures-io v0.3.32 |
| 419 | 2026-05-28T17:00:57.189Z | Checking macaddr v1.0.1 |
| 420 | 2026-05-28T17:00:57.189Z | Compiling smoltcp v0.11.0 |
| 421 | 2026-05-28T17:00:57.196Z | Checking cfg-if v1.0.4 |
| 422 | 2026-05-28T17:00:57.246Z | Checking pretty-hex v0.4.2 |
| 423 | 2026-05-28T17:00:57.265Z | Checking stable_deref_trait v1.2.1 |
| 424 | 2026-05-28T17:00:57.322Z | Compiling pest_generator v2.8.6 |
| 425 | 2026-05-28T17:00:57.328Z | Compiling darling_core v0.21.3 |
| 426 | 2026-05-28T17:00:57.354Z | Compiling darling_core v0.23.0 |
| 427 | 2026-05-28T17:00:57.430Z | Checking pin-project-lite v0.2.17 |
| 428 | 2026-05-28T17:00:57.512Z | Checking futures-task v0.3.32 |
| 429 | 2026-05-28T17:00:57.913Z | Compiling version_check v0.9.5 |
| 430 | 2026-05-28T17:00:57.918Z | Checking managed v0.8.0 |
| 431 | 2026-05-28T17:00:57.974Z | Compiling ref-cast v1.0.25 |
| 432 | 2026-05-28T17:00:58.088Z | Compiling regex v1.12.3 |
| 433 | 2026-05-28T17:00:58.182Z | Checking bitflags v1.3.2 |
| 434 | 2026-05-28T17:00:58.243Z | Compiling crc32fast v1.5.0 |
| 435 | 2026-05-28T17:00:58.475Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 436 | 2026-05-28T17:00:58.505Z | Compiling thiserror-impl v2.0.18 |
| 437 | 2026-05-28T17:00:58.532Z | Compiling serde_derive v1.0.228 |
| 438 | 2026-05-28T17:00:58.730Z | Compiling zerocopy-derive v0.8.48 |
| 439 | 2026-05-28T17:00:58.913Z | Compiling pest_derive v2.8.6 |
| 440 | 2026-05-28T17:00:59.377Z | Compiling darling_macro v0.21.3 |
| 441 | 2026-05-28T17:00:59.423Z | Compiling scroll_derive v0.13.1 |
| 442 | 2026-05-28T17:00:59.428Z | Compiling futures-macro v0.3.32 |
| 443 | 2026-05-28T17:00:59.508Z | Compiling darling_macro v0.23.0 |
| 444 | 2026-05-28T17:00:59.652Z | Compiling ref-cast-impl v1.0.25 |
| 445 | 2026-05-28T17:00:59.891Z | Compiling dtrace-parser v0.3.0 |
| 446 | 2026-05-28T17:00:59.923Z | Compiling darling v0.21.3 |
| 447 | 2026-05-28T17:00:59.996Z | Compiling ingot-macros v0.1.1 |
| 448 | 2026-05-28T17:01:00.055Z | Checking cobs v0.3.0 |
| 449 | 2026-05-28T17:01:00.273Z | Checking scroll v0.13.0 |
| 450 | 2026-05-28T17:01:00.277Z | Checking futures-util v0.3.32 |
| 451 | 2026-05-28T17:01:00.486Z | Checking goblin v0.10.5 |
| 452 | 2026-05-28T17:01:00.493Z | Compiling darling v0.23.0 |
| 453 | 2026-05-28T17:01:00.520Z | Checking memmap2 v0.9.10 |
| 454 | 2026-05-28T17:01:00.561Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 455 | 2026-05-28T17:01:00.825Z | Checking unicode-width v0.2.2 |
| 456 | 2026-05-28T17:01:00.844Z | Checking ipnetwork v0.21.1 |
| 457 | 2026-05-28T17:01:01.071Z | Checking tabwriter v1.4.1 |
| 458 | 2026-05-28T17:01:01.592Z | Checking postcard v1.1.3 |
| 459 | 2026-05-28T17:01:01.697Z | Compiling serde_tokenstream v0.2.3 |
| 460 | 2026-05-28T17:01:01.759Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 461 | 2026-05-28T17:01:02.006Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 462 | 2026-05-28T17:01:02.075Z | Checking nom v8.0.0 |
| 463 | 2026-05-28T17:01:02.171Z | Checking futures-executor v0.3.32 |
| 464 | 2026-05-28T17:01:02.312Z | Checking futures v0.3.32 |
| 465 | 2026-05-28T17:01:02.379Z | Compiling anyhow v1.0.102 |
| 466 | 2026-05-28T17:01:02.464Z | Compiling typeid v1.0.3 |
| 467 | 2026-05-28T17:01:02.584Z | Checking dyn-clone v1.0.20 |
| 468 | 2026-05-28T17:01:02.677Z | Checking cookie-factory v0.3.3 |
| 469 | 2026-05-28T17:01:02.708Z | Checking uuid v1.23.1 |
| 470 | 2026-05-28T17:01:02.785Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 471 | 2026-05-28T17:01:02.865Z | Checking ingot-types v0.1.2 |
| 472 | 2026-05-28T17:01:02.891Z | Checking circular v0.3.0 |
| 473 | 2026-05-28T17:01:02.895Z | Checking dof v0.4.0 |
| 474 | 2026-05-28T17:01:02.909Z | Compiling dtor-proc-macro v0.0.13 |
| 475 | 2026-05-28T17:01:03.047Z | Compiling ctor-proc-macro v0.0.13 |
| 476 | 2026-05-28T17:01:03.099Z | Checking link-section v0.2.1 |
| 477 | 2026-05-28T17:01:03.170Z | Checking once_cell v1.21.4 |
| 478 | 2026-05-28T17:01:03.196Z | Checking ingot v0.1.1 |
| 479 | 2026-05-28T17:01:03.259Z | Checking dtor v0.8.1 |
| 480 | 2026-05-28T17:01:03.296Z | Checking ron v0.12.1 |
| 481 | 2026-05-28T17:01:03.388Z | Checking ctor v0.10.1 |
| 482 | 2026-05-28T17:01:03.902Z | Compiling usdt-attr-macro v0.6.0 |
| 483 | 2026-05-28T17:01:03.902Z | Compiling usdt-macro v0.6.0 |
| 484 | 2026-05-28T17:01:03.965Z | Checking rusticata-macros v5.0.0 |
| 485 | 2026-05-28T17:01:04.084Z | Checking pcap-parser v0.17.0 |
| 486 | 2026-05-28T17:01:04.514Z | Checking usdt v0.6.0 |
| 487 | 2026-05-28T17:01:04.671Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 488 | 2026-05-28T17:01:09.076Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 489 | 2026-05-28T17:01:10.732Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 490 | 2026-05-28T17:01:13.044Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.71s |
| 491 | 2026-05-28T17:01:13.078Z | |
| 492 | 2026-05-28T17:01:13.081Z | real 19.794627230 |
| 493 | 2026-05-28T17:01:13.081Z | user 1:12.955805498 |
| 494 | 2026-05-28T17:01:13.081Z | sys 15.396470987 |
| 495 | 2026-05-28T17:01:13.081Z | trap 0.040086859 |
| 496 | 2026-05-28T17:01:13.081Z | tflt 0.084744953 |
| 497 | 2026-05-28T17:01:13.081Z | dflt 0.188922946 |
| 498 | 2026-05-28T17:01:13.081Z | kflt 0.000036820 |
| 499 | 2026-05-28T17:01:13.081Z | lock 4:04.032224858 |
| 500 | 2026-05-28T17:01:13.081Z | slp 3:54.504247121 |
| 501 | 2026-05-28T17:01:13.081Z | lat 3.727276577 |
| 502 | 2026-05-28T17:01:13.081Z | stop 8.075068332 |
| 503 | 2026-05-28T17:01:13.081Z | + header 'analyze no_std + engine + kernel' |
| 504 | 2026-05-28T17:01:13.082Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 505 | 2026-05-28T17:01:13.082Z | # ==== analyze no_std + engine + kernel ==== # |
| 506 | 2026-05-28T17:01:13.082Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 507 | 2026-05-28T17:01:13.262Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-05-28T17:01:13.262Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 509 | 2026-05-28T17:01:13.265Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-05-28T17:01:13.265Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 511 | 2026-05-28T17:01:13.528Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 512 | 2026-05-28T17:01:17.748Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 513 | 2026-05-28T17:01:19.339Z | Finished `dev` profile [optimized + debuginfo] target(s) in 6.21s |
| 514 | 2026-05-28T17:01:19.368Z | |
| 515 | 2026-05-28T17:01:19.371Z | real 6.283690484 |
| 516 | 2026-05-28T17:01:19.371Z | user 6.514793228 |
| 517 | 2026-05-28T17:01:19.371Z | sys 1.007453243 |
| 518 | 2026-05-28T17:01:19.371Z | trap 0.000787900 |
| 519 | 2026-05-28T17:01:19.371Z | tflt 0.009475383 |
| 520 | 2026-05-28T17:01:19.371Z | dflt 0.004402341 |
| 521 | 2026-05-28T17:01:19.371Z | kflt 0.000000000 |
| 522 | 2026-05-28T17:01:19.371Z | lock 21.933227572 |
| 523 | 2026-05-28T17:01:19.371Z | slp 22.787878770 |
| 524 | 2026-05-28T17:01:19.371Z | lat 0.021656655 |
| 525 | 2026-05-28T17:01:19.371Z | stop 0.260869430 |
| 526 | 2026-05-28T17:01:19.371Z | + header test |
| 527 | 2026-05-28T17:01:19.371Z | + echo '# ==== test ==== #' |
| 528 | 2026-05-28T17:01:19.371Z | + ptime -m cargo test |
| 529 | 2026-05-28T17:01:19.371Z | # ==== test ==== # |
| 530 | 2026-05-28T17:01:19.526Z | Compiling memchr v2.8.0 |
| 531 | 2026-05-28T17:01:19.526Z | Compiling serde_core v1.0.228 |
| 532 | 2026-05-28T17:01:19.552Z | Compiling thiserror v2.0.18 |
| 533 | 2026-05-28T17:01:19.554Z | Compiling zerocopy v0.8.48 |
| 534 | 2026-05-28T17:01:19.557Z | Compiling byteorder v1.5.0 |
| 535 | 2026-05-28T17:01:19.557Z | Compiling unicode-ident v1.0.24 |
| 536 | 2026-05-28T17:01:19.562Z | Compiling libc v0.2.186 |
| 537 | 2026-05-28T17:01:19.562Z | Compiling zmij v1.0.21 |
| 538 | 2026-05-28T17:01:19.632Z | Compiling scroll v0.13.0 |
| 539 | 2026-05-28T17:01:19.682Z | Compiling proc-macro2 v1.0.106 |
| 540 | 2026-05-28T17:01:19.765Z | Compiling log v0.4.29 |
| 541 | 2026-05-28T17:01:19.897Z | Compiling futures-core v0.3.32 |
| 542 | 2026-05-28T17:01:19.897Z | Compiling futures-sink v0.3.32 |
| 543 | 2026-05-28T17:01:19.920Z | Compiling plain v0.2.3 |
| 544 | 2026-05-28T17:01:19.984Z | Compiling itoa v1.0.18 |
| 545 | 2026-05-28T17:01:19.985Z | Compiling ucd-trie v0.1.7 |
| 546 | 2026-05-28T17:01:20.014Z | Compiling goblin v0.10.5 |
| 547 | 2026-05-28T17:01:20.046Z | Compiling quote v1.0.45 |
| 548 | 2026-05-28T17:01:20.238Z | Compiling pest v2.8.6 |
| 549 | 2026-05-28T17:01:20.703Z | Compiling futures-channel v0.3.32 |
| 550 | 2026-05-28T17:01:20.724Z | Compiling hash32 v0.3.1 |
| 551 | 2026-05-28T17:01:20.888Z | Compiling slab v0.4.12 |
| 552 | 2026-05-28T17:01:20.935Z | Compiling futures-io v0.3.32 |
| 553 | 2026-05-28T17:01:21.066Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-05-28T17:01:21.117Z | Compiling pin-project-lite v0.2.17 |
| 555 | 2026-05-28T17:01:21.125Z | Compiling cfg-if v1.0.4 |
| 556 | 2026-05-28T17:01:21.132Z | Compiling pretty-hex v0.4.2 |
| 557 | 2026-05-28T17:01:21.184Z | Compiling macaddr v1.0.1 |
| 558 | 2026-05-28T17:01:21.202Z | Compiling futures-task v0.3.32 |
| 559 | 2026-05-28T17:01:21.253Z | Compiling heapless v0.8.0 |
| 560 | 2026-05-28T17:01:21.388Z | Compiling serde v1.0.228 |
| 561 | 2026-05-28T17:01:21.434Z | Compiling bitflags v2.11.1 |
| 562 | 2026-05-28T17:01:21.529Z | Compiling serde_json v1.0.149 |
| 563 | 2026-05-28T17:01:21.686Z | Compiling futures-util v0.3.32 |
| 564 | 2026-05-28T17:01:21.837Z | Compiling dtrace-parser v0.3.0 |
| 565 | 2026-05-28T17:01:21.957Z | Compiling syn v2.0.117 |
| 566 | 2026-05-28T17:01:22.012Z | Compiling thread-id v5.1.0 |
| 567 | 2026-05-28T17:01:22.086Z | Compiling cobs v0.3.0 |
| 568 | 2026-05-28T17:01:22.363Z | Compiling managed v0.8.0 |
| 569 | 2026-05-28T17:01:22.464Z | Compiling ingot-types v0.1.2 |
| 570 | 2026-05-28T17:01:22.580Z | Compiling bitflags v1.3.2 |
| 571 | 2026-05-28T17:01:22.585Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 572 | 2026-05-28T17:01:22.645Z | Compiling smoltcp v0.11.0 |
| 573 | 2026-05-28T17:01:22.820Z | Compiling dof v0.4.0 |
| 574 | 2026-05-28T17:01:22.862Z | Compiling ingot v0.1.1 |
| 575 | 2026-05-28T17:01:24.375Z | Compiling usdt-impl v0.6.0 |
| 576 | 2026-05-28T17:01:24.651Z | Compiling futures-executor v0.3.32 |
| 577 | 2026-05-28T17:01:25.078Z | Compiling postcard v1.1.3 |
| 578 | 2026-05-28T17:01:25.267Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 579 | 2026-05-28T17:01:25.374Z | Compiling memmap2 v0.9.10 |
| 580 | 2026-05-28T17:01:25.444Z | Compiling either v1.15.0 |
| 581 | 2026-05-28T17:01:25.627Z | Compiling ipnetwork v0.21.1 |
| 582 | 2026-05-28T17:01:25.671Z | Compiling unicode-width v0.2.2 |
| 583 | 2026-05-28T17:01:25.863Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 584 | 2026-05-28T17:01:25.981Z | Compiling tabwriter v1.4.1 |
| 585 | 2026-05-28T17:01:26.154Z | Compiling itertools v0.14.0 |
| 586 | 2026-05-28T17:01:26.405Z | Compiling usdt v0.6.0 |
| 587 | 2026-05-28T17:01:26.638Z | Compiling ref-cast v1.0.25 |
| 588 | 2026-05-28T17:01:26.737Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 589 | 2026-05-28T17:01:26.883Z | Compiling futures v0.3.32 |
| 590 | 2026-05-28T17:01:26.994Z | Compiling crc32fast v1.5.0 |
| 591 | 2026-05-28T17:01:27.017Z | Compiling nom v8.0.0 |
| 592 | 2026-05-28T17:01:27.082Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 593 | 2026-05-28T17:01:27.236Z | Compiling dyn-clone v1.0.20 |
| 594 | 2026-05-28T17:01:27.401Z | Compiling cookie-factory v0.3.3 |
| 595 | 2026-05-28T17:01:27.433Z | Compiling uuid v1.23.1 |
| 596 | 2026-05-28T17:01:27.711Z | Compiling circular v0.3.0 |
| 597 | 2026-05-28T17:01:27.919Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 598 | 2026-05-28T17:01:27.964Z | Compiling dtor v0.8.1 |
| 599 | 2026-05-28T17:01:28.019Z | Compiling typeid v1.0.3 |
| 600 | 2026-05-28T17:01:28.048Z | Compiling anyhow v1.0.102 |
| 601 | 2026-05-28T17:01:28.127Z | Compiling once_cell v1.21.4 |
| 602 | 2026-05-28T17:01:28.153Z | Compiling link-section v0.2.1 |
| 603 | 2026-05-28T17:01:28.272Z | Compiling ron v0.12.1 |
| 604 | 2026-05-28T17:01:28.288Z | Compiling ctor v0.10.1 |
| 605 | 2026-05-28T17:01:29.560Z | Compiling rusticata-macros v5.0.0 |
| 606 | 2026-05-28T17:01:29.882Z | Compiling pcap-parser v0.17.0 |
| 607 | 2026-05-28T17:01:33.131Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 608 | 2026-05-28T17:01:35.888Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 609 | 2026-05-28T17:02:13.013Z | Finished `test` profile [optimized + debuginfo] target(s) in 53.63s |
| 610 | 2026-05-28T17:02:13.031Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-80cc0b0b10424214) |
| 611 | 2026-05-28T17:02:13.034Z | |
| 612 | 2026-05-28T17:02:13.034Z | running 15 tests |
| 613 | 2026-05-28T17:02:13.037Z | test api::tests::parse_good_proto_filter ... ok |
| 614 | 2026-05-28T17:02:13.037Z | test api::tests::parse_bad_address ... ok |
| 615 | 2026-05-28T17:02:13.037Z | test api::tests::parse_good_address ... ok |
| 616 | 2026-05-28T17:02:13.037Z | test cfg::tests::test_required_nat_space ... ok |
| 617 | 2026-05-28T17:02:13.037Z | test api::tests::parse_bad_proto_filter ... ok |
| 618 | 2026-05-28T17:02:13.037Z | test api::tests::ports_from_str_good ... ok |
| 619 | 2026-05-28T17:02:13.037Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 620 | 2026-05-28T17:02:13.037Z | test api::tests::ports_from_str_bad ... ok |
| 621 | 2026-05-28T17:02:13.037Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 622 | 2026-05-28T17:02:13.037Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 623 | 2026-05-28T17:02:13.037Z | test engine::geneve::test::parse_multi_opt ... ok |
| 624 | 2026-05-28T17:02:13.037Z | test engine::geneve::test::parse_single_opt ... ok |
| 625 | 2026-05-28T17:02:13.037Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 626 | 2026-05-28T17:02:13.037Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 627 | 2026-05-28T17:02:13.037Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 628 | 2026-05-28T17:02:13.037Z | |
| 629 | 2026-05-28T17:02:13.037Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 630 | 2026-05-28T17:02:13.037Z | |
| 631 | 2026-05-28T17:02:13.037Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-ee08c60981fc81f3) |
| 632 | 2026-05-28T17:02:13.040Z | |
| 633 | 2026-05-28T17:02:13.040Z | running 4 tests |
| 634 | 2026-05-28T17:02:13.040Z | test firewall_external_inbound ... ok |
| 635 | 2026-05-28T17:02:13.040Z | test firewall_vni_outbound ... ok |
| 636 | 2026-05-28T17:02:13.040Z | test firewall_vni_inbound ... ok |
| 637 | 2026-05-28T17:02:13.040Z | test firewall_replace_rules ... ok |
| 638 | 2026-05-28T17:02:13.040Z | |
| 639 | 2026-05-28T17:02:13.040Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 640 | 2026-05-28T17:02:13.041Z | |
| 641 | 2026-05-28T17:02:13.041Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-8278dd2f7c4b2dd0) |
| 642 | 2026-05-28T17:02:13.043Z | |
| 643 | 2026-05-28T17:02:13.043Z | running 2 tests |
| 644 | 2026-05-28T17:02:13.043Z | test parse_in_regression ... ok |
| 645 | 2026-05-28T17:02:13.043Z | test parse_out_regression ... ok |
| 646 | 2026-05-28T17:02:13.043Z | |
| 647 | 2026-05-28T17:02:13.044Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 648 | 2026-05-28T17:02:13.044Z | |
| 649 | 2026-05-28T17:02:13.044Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-4638b9b1a11c9675) |
| 650 | 2026-05-28T17:02:13.047Z | |
| 651 | 2026-05-28T17:02:13.047Z | running 48 tests |
| 652 | 2026-05-28T17:02:13.047Z | test bad_ip_len ... ok |
| 653 | 2026-05-28T17:02:13.047Z | test check_layers ... ok |
| 654 | 2026-05-28T17:02:13.047Z | test add_remove_fw_rule ... ok |
| 655 | 2026-05-28T17:02:13.047Z | test arp_gateway ... ok |
| 656 | 2026-05-28T17:02:13.047Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 657 | 2026-05-28T17:02:13.047Z | test anti_spoof ... ok |
| 658 | 2026-05-28T17:02:13.047Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 659 | 2026-05-28T17:02:13.047Z | test external_attached_subnets_dont_apply_nat ... ok |
| 660 | 2026-05-28T17:02:13.047Z | test flow_expiration ... ok |
| 661 | 2026-05-28T17:02:13.047Z | test gateway_icmpv6_ping ... ok |
| 662 | 2026-05-28T17:02:13.047Z | test external_ip_epoch_affinity_preserved ... ok |
| 663 | 2026-05-28T17:02:13.047Z | test gateway_icmp4_ping ... ok |
| 664 | 2026-05-28T17:02:13.047Z | test external_ip_reconfigurable ... ok |
| 665 | 2026-05-28T17:02:13.047Z | test gateway_router_advert_reply ... ok |
| 666 | 2026-05-28T17:02:13.047Z | test early_tcp_invalidation ... ok |
| 667 | 2026-05-28T17:02:13.047Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 668 | 2026-05-28T17:02:13.047Z | test guest_to_guest_no_route ... ok |
| 669 | 2026-05-28T17:02:13.047Z | test guest_to_guest ... ok |
| 670 | 2026-05-28T17:02:13.047Z | test guest_to_internet_ipv4 ... ok |
| 671 | 2026-05-28T17:02:13.047Z | test guest_to_internet_ipv6 ... ok |
| 672 | 2026-05-28T17:02:13.047Z | test icmp_inner_has_nat_applied ... ok |
| 673 | 2026-05-28T17:02:13.047Z | test inbound_ndp_dropped_at_gateway ... ok |
| 674 | 2026-05-28T17:02:13.047Z | test icmpv6_inner_has_nat_applied ... ok |
| 675 | 2026-05-28T17:02:13.047Z | test intra_subnet_routes_with_custom ... ok |
| 676 | 2026-05-28T17:02:13.047Z | test external_ip_receive_and_reply_on_all ... ok |
| 677 | 2026-05-28T17:02:13.047Z | test packet_body_pullup ... ok |
| 678 | 2026-05-28T17:02:13.047Z | test external_ip_balanced_over_floating_ips ... ok |
| 679 | 2026-05-28T17:02:13.047Z | test outbound_ndp_dropped ... ok |
| 680 | 2026-05-28T17:02:13.047Z | test internal_attached_subnets ... ok |
| 681 | 2026-05-28T17:02:13.047Z | test no_panic_on_flow_table_full ... ok |
| 682 | 2026-05-28T17:02:13.048Z | test port_transition_running ... ok |
| 683 | 2026-05-28T17:02:13.048Z | test port_transition_reset ... ok |
| 684 | 2026-05-28T17:02:13.048Z | test port_as_router_target ... ok |
| 685 | 2026-05-28T17:02:13.048Z | test test_drop_on_unknown_critical_option ... ok |
| 686 | 2026-05-28T17:02:13.051Z | test tcp_invalidation_does_not_block_connection ... ok |
| 687 | 2026-05-28T17:02:13.051Z | test select_eip_conditioned_on_igw ... ok |
| 688 | 2026-05-28T17:02:13.051Z | test port_transition_pause ... ok |
| 689 | 2026-05-28T17:02:13.051Z | test snat_icmp6_echo_rewrite ... ok |
| 690 | 2026-05-28T17:02:13.051Z | test snat_icmp4_echo_rewrite ... ok |
| 691 | 2026-05-28T17:02:13.051Z | test tcp_outbound ... ok |
| 692 | 2026-05-28T17:02:13.051Z | test test_gateway_neighbor_advert_reply ... ok |
| 693 | 2026-05-28T17:02:13.051Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 694 | 2026-05-28T17:02:13.051Z | test test_ipv6_multicast_encapsulation ... ok |
| 695 | 2026-05-28T17:02:13.051Z | test tcp_inbound ... ok |
| 696 | 2026-05-28T17:02:13.051Z | test test_tcp_multicast_denied ... ok |
| 697 | 2026-05-28T17:02:13.051Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 698 | 2026-05-28T17:02:13.051Z | test uft_lft_invalidation_out ... ok |
| 699 | 2026-05-28T17:02:13.051Z | test uft_lft_invalidation_in ... ok |
| 700 | 2026-05-28T17:02:13.051Z | |
| 701 | 2026-05-28T17:02:13.051Z | test result: ok. 48 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 702 | 2026-05-28T17:02:13.051Z | |
| 703 | 2026-05-28T17:02:13.051Z | Doc-tests oxide_vpc |
| 704 | 2026-05-28T17:02:13.345Z | |
| 705 | 2026-05-28T17:02:13.345Z | running 0 tests |
| 706 | 2026-05-28T17:02:13.345Z | |
| 707 | 2026-05-28T17:02:13.348Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 708 | 2026-05-28T17:02:13.348Z | |
| 709 | 2026-05-28T17:02:13.375Z | |
| 710 | 2026-05-28T17:02:13.379Z | real 53.994422537 |
| 711 | 2026-05-28T17:02:13.379Z | user 3:14.815158187 |
| 712 | 2026-05-28T17:02:13.379Z | sys 11.739303910 |
| 713 | 2026-05-28T17:02:13.379Z | trap 0.086280590 |
| 714 | 2026-05-28T17:02:13.379Z | tflt 0.229924569 |
| 715 | 2026-05-28T17:02:13.379Z | dflt 0.387566030 |
| 716 | 2026-05-28T17:02:13.379Z | kflt 0.000009640 |
| 717 | 2026-05-28T17:02:13.379Z | lock 12:36.026405397 |
| 718 | 2026-05-28T17:02:13.379Z | slp 6:33.407724870 |
| 719 | 2026-05-28T17:02:13.380Z | lat 8.424036178 |
| 720 | 2026-05-28T17:02:13.380Z | stop 5.654891833 |
| 721 | 2026-05-28T17:02:13.380Z | process exited: duration 118793 ms, exit code 0 |
| |
| 722 | 2026-05-28T17:02:13.386Z | found 0 output files |