|
|
|
| 1 | 2026-08-27T05:01:39.441Z | job assigned to worker 01M10SFEA8X624PAVPP3B1PK76 [factory aws, i-0f17612f839760942] (queued for 2 m 37 s) |
| |
| 2 | 2026-08-27T05:01:45.665Z | starting task 0: "setup" |
| 3 | 2026-08-27T05:01:45.669Z | ++ uname -s |
| 4 | 2026-08-27T05:01:45.672Z | + kern=SunOS |
| 5 | 2026-08-27T05:01:45.672Z | + build_user=build |
| 6 | 2026-08-27T05:01:45.672Z | + build_uid=12345 |
| 7 | 2026-08-27T05:01:45.672Z | + work_dir=/work |
| 8 | 2026-08-27T05:01:45.672Z | + input_dir=/input |
| 9 | 2026-08-27T05:01:45.672Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-27T05:01:45.672Z | + case "$kern" in |
| 11 | 2026-08-27T05:01:45.672Z | + groupadd -g 12345 build |
| 12 | 2026-08-27T05:01:45.676Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-27T05:01:47.679Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-27T05:01:47.763Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-27T05:01:47.766Z | + home_fs=zfs |
| 16 | 2026-08-27T05:01:47.767Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-27T05:01:47.767Z | + mkdir -p /home/build |
| 18 | 2026-08-27T05:01:47.767Z | + chown build:build /home/build /work |
| 19 | 2026-08-27T05:01:49.767Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-27T05:01:49.770Z | process exited: duration 4107 ms, exit code 0 |
| |
| 21 | 2026-08-27T05:01:49.777Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-27T05:01:49.781Z | + printf ' * rust toolchain channel = "%s"\n' 1.97.1 |
| 23 | 2026-08-27T05:01:49.781Z | * rust toolchain channel = "1.97.1" |
| 24 | 2026-08-27T05:01:49.781Z | * rust toolchain profile = "default" |
| 25 | 2026-08-27T05:01:49.781Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-08-27T05:01:49.781Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-27T05:01:49.781Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-08-27T05:01:49.785Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-27T05:01:49.785Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.97.1 --profile default |
| 30 | 2026-08-27T05:01:49.878Z | info: downloading installer |
| 31 | 2026-08-27T05:01:51.367Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-27T05:01:51.367Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-27T05:01:51.367Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-27T05:01:51.367Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-27T05:01:51.380Z | info: profile set to default |
| 36 | 2026-08-27T05:01:51.380Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-27T05:01:51.383Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 38 | 2026-08-27T05:01:51.517Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-27T05:01:51.521Z | info: downloading 6 components |
| 40 | 2026-08-27T05:02:06.846Z | info: default toolchain set to 1.97.1-x86_64-unknown-illumos |
| 41 | 2026-08-27T05:02:06.846Z | |
| 42 | 2026-08-27T05:02:06.873Z | 1.97.1-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-27T05:02:06.873Z | |
| 44 | 2026-08-27T05:02:06.873Z | |
| 45 | 2026-08-27T05:02:06.873Z | Rust is installed now. Great! |
| 46 | 2026-08-27T05:02:06.874Z | |
| 47 | 2026-08-27T05:02:06.874Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-27T05:02:06.874Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-27T05:02:06.874Z | |
| 50 | 2026-08-27T05:02:06.874Z | To configure your current shell, you need to source |
| 51 | 2026-08-27T05:02:06.874Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-27T05:02:06.874Z | |
| 53 | 2026-08-27T05:02:06.874Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-27T05:02:06.874Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-27T05:02:06.874Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-27T05:02:06.874Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-27T05:02:06.874Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-27T05:02:06.874Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-27T05:02:06.874Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-27T05:02:06.883Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-27T05:02:06.883Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-27T05:02:06.973Z | + rustup --version |
| 63 | 2026-08-27T05:02:06.977Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-27T05:02:06.978Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-27T05:02:06.992Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-27T05:02:06.996Z | + cargo --version |
| 67 | 2026-08-27T05:02:07.018Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-27T05:02:07.022Z | + rustc --version |
| 69 | 2026-08-27T05:02:07.029Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-27T05:02:07.036Z | process exited: duration 17252 ms, exit code 0 |
| |
| 71 | 2026-08-27T05:02:07.043Z | starting task 2: "authentication" |
| 72 | 2026-08-27T05:02:07.060Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-27T05:02:07.068Z | starting task 3: "clone repository" |
| 74 | 2026-08-27T05:02:07.074Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-08-27T05:02:07.078Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-08-27T05:02:07.104Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-08-27T05:02:10.761Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-08-27T05:02:10.761Z | + git fetch origin d854118a24c86b8a5753df8d97c6e7a8cc491f33 |
| 79 | 2026-08-27T05:02:10.810Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-08-27T05:02:10.810Z | * branch d854118a24c86b8a5753df8d97c6e7a8cc491f33 -> FETCH_HEAD |
| 81 | 2026-08-27T05:02:10.810Z | + [[ -n renovate/uuid-1.x-lockfile ]] |
| 82 | 2026-08-27T05:02:10.810Z | ++ git branch --show-current |
| 83 | 2026-08-27T05:02:10.810Z | + current=master |
| 84 | 2026-08-27T05:02:10.810Z | + [[ master != renovate/uuid-1.x-lockfile ]] |
| 85 | 2026-08-27T05:02:10.810Z | + git branch -f renovate/uuid-1.x-lockfile d854118a24c86b8a5753df8d97c6e7a8cc491f33 |
| 86 | 2026-08-27T05:02:10.810Z | + git checkout -f renovate/uuid-1.x-lockfile |
| 87 | 2026-08-27T05:02:10.810Z | Switched to branch 'renovate/uuid-1.x-lockfile' |
| 88 | 2026-08-27T05:02:10.810Z | + git reset --hard d854118a24c86b8a5753df8d97c6e7a8cc491f33 |
| 89 | 2026-08-27T05:02:10.810Z | HEAD is now at d854118 Update Rust crate uuid to v1.26.0 |
| 90 | 2026-08-27T05:02:10.810Z | process exited: duration 1633 ms, exit code 0 |
| |
| 91 | 2026-08-27T05:02:10.826Z | starting task 4: "build" |
| 92 | 2026-08-27T05:02:10.834Z | + source .github/buildomat/common.sh |
| 93 | 2026-08-27T05:02:10.834Z | ++ rustup show active-toolchain |
| 94 | 2026-08-27T05:02:10.837Z | 1.97.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-08-27T05:02:10.841Z | ++ pushd xde |
| 96 | 2026-08-27T05:02:10.841Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-08-27T05:02:10.841Z | ++ rustup show active-toolchain |
| 98 | 2026-08-27T05:02:10.846Z | info: syncing channel updates for nightly-2026-07-20-x86_64-unknown-illumos |
| 99 | 2026-08-27T05:02:11.019Z | info: latest update on 2026-07-20 for version 1.99.0-nightly (9f36de775 2026-07-19) |
| 100 | 2026-08-27T05:02:11.039Z | info: downloading 6 components |
| 101 | 2026-08-27T05:02:27.354Z | nightly-2026-07-20-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-08-27T05:02:27.438Z | +++ rustup show active-toolchain -v |
| 103 | 2026-08-27T05:02:27.442Z | +++ head -n 1 |
| 104 | 2026-08-27T05:02:27.442Z | +++ cut '-d ' -f1 |
| 105 | 2026-08-27T05:02:27.720Z | ++ export NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 106 | 2026-08-27T05:02:27.720Z | ++ NIGHTLY=nightly-2026-07-20-x86_64-unknown-illumos |
| 107 | 2026-08-27T05:02:27.720Z | ++ popd |
| 108 | 2026-08-27T05:02:27.721Z | /work/oxidecomputer/opte |
| 109 | 2026-08-27T05:02:27.742Z | + cargo --version |
| 110 | 2026-08-27T05:02:27.742Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 111 | 2026-08-27T05:02:27.742Z | + rustc --version |
| 112 | 2026-08-27T05:02:27.742Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 113 | 2026-08-27T05:02:27.742Z | + cd lib/oxide-vpc |
| 114 | 2026-08-27T05:02:27.742Z | + header 'check style' |
| 115 | 2026-08-27T05:02:27.743Z | + echo '# ==== check style ==== #' |
| 116 | 2026-08-27T05:02:27.743Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos fmt -- --check |
| 117 | 2026-08-27T05:02:27.743Z | # ==== check style ==== # |
| 118 | 2026-08-27T05:02:27.743Z | |
| 119 | 2026-08-27T05:02:27.743Z | real 0.129295197 |
| 120 | 2026-08-27T05:02:27.743Z | user 0.094734766 |
| 121 | 2026-08-27T05:02:27.743Z | sys 0.031080343 |
| 122 | 2026-08-27T05:02:27.743Z | trap 0.000005580 |
| 123 | 2026-08-27T05:02:27.743Z | tflt 0.000016420 |
| 124 | 2026-08-27T05:02:27.743Z | dflt 0.000037830 |
| 125 | 2026-08-27T05:02:27.743Z | kflt 0.000000000 |
| 126 | 2026-08-27T05:02:27.743Z | lock 0.031977238 |
| 127 | 2026-08-27T05:02:27.743Z | slp 0.108949912 |
| 128 | 2026-08-27T05:02:27.743Z | lat 0.000970450 |
| 129 | 2026-08-27T05:02:27.743Z | stop 0.000087250 |
| 130 | 2026-08-27T05:02:27.743Z | + header 'check docs' |
| 131 | 2026-08-27T05:02:27.743Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-08-27T05:02:27.744Z | # ==== check docs ==== # |
| 133 | 2026-08-27T05:02:27.744Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-08-27T05:02:27.744Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-08-27T05:02:27.744Z | Updating crates.io index |
| 136 | 2026-08-27T05:02:27.744Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-08-27T05:02:28.461Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-08-27T05:02:28.776Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 139 | 2026-08-27T05:02:29.092Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 140 | 2026-08-27T05:02:30.466Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 141 | 2026-08-27T05:02:30.472Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-08-27T05:02:30.472Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-08-27T05:02:32.009Z | Downloading crates ... |
| 144 | 2026-08-27T05:02:32.067Z | Downloaded plain v0.2.3 |
| 145 | 2026-08-27T05:02:32.071Z | Downloaded ref-cast-impl v1.0.25 |
| 146 | 2026-08-27T05:02:32.071Z | Downloaded cfg-if v1.0.4 |
| 147 | 2026-08-27T05:02:32.074Z | Downloaded ipnetwork v0.21.1 |
| 148 | 2026-08-27T05:02:32.078Z | Downloaded itoa v1.0.18 |
| 149 | 2026-08-27T05:02:32.083Z | Downloaded serde v1.0.228 |
| 150 | 2026-08-27T05:02:32.086Z | Downloaded tabwriter v1.4.1 |
| 151 | 2026-08-27T05:02:32.086Z | Downloaded embedded-io v0.4.0 |
| 152 | 2026-08-27T05:02:32.086Z | Downloaded ref-cast v1.0.25 |
| 153 | 2026-08-27T05:02:32.090Z | Downloaded pest_derive v2.8.7 |
| 154 | 2026-08-27T05:02:32.095Z | Downloaded usdt-impl v0.6.0 |
| 155 | 2026-08-27T05:02:32.098Z | Downloaded ident_case v1.0.1 |
| 156 | 2026-08-27T05:02:32.098Z | Downloaded dyn-clone v1.0.20 |
| 157 | 2026-08-27T05:02:32.101Z | Downloaded cobs v0.3.0 |
| 158 | 2026-08-27T05:02:32.111Z | Downloaded dtrace-parser v0.3.0 |
| 159 | 2026-08-27T05:02:32.115Z | Downloaded strsim v0.11.1 |
| 160 | 2026-08-27T05:02:32.115Z | Downloaded embedded-io v0.6.1 |
| 161 | 2026-08-27T05:02:32.119Z | Downloaded scroll_derive v0.13.1 |
| 162 | 2026-08-27T05:02:32.123Z | Downloaded bitflags v1.3.2 |
| 163 | 2026-08-27T05:02:32.126Z | Downloaded usdt v0.6.0 |
| 164 | 2026-08-27T05:02:32.129Z | Downloaded defmt v0.3.100 |
| 165 | 2026-08-27T05:02:32.137Z | Downloaded version_check v0.9.5 |
| 166 | 2026-08-27T05:02:32.142Z | Downloaded darling_macro v0.23.0 |
| 167 | 2026-08-27T05:02:32.143Z | Downloaded dof v0.4.0 |
| 168 | 2026-08-27T05:02:32.146Z | Downloaded pretty-hex v0.4.2 |
| 169 | 2026-08-27T05:02:32.149Z | Downloaded managed v0.8.0 |
| 170 | 2026-08-27T05:02:32.149Z | Downloaded macaddr v1.0.1 |
| 171 | 2026-08-27T05:02:32.153Z | Downloaded defmt-parser v1.0.0 |
| 172 | 2026-08-27T05:02:32.153Z | Downloaded usdt-macro v0.6.0 |
| 173 | 2026-08-27T05:02:32.157Z | Downloaded thread-id v5.1.0 |
| 174 | 2026-08-27T05:02:32.170Z | Downloaded ingot v0.2.0 |
| 175 | 2026-08-27T05:02:32.174Z | Downloaded pest_generator v2.8.7 |
| 176 | 2026-08-27T05:02:32.174Z | Downloaded byteorder v1.5.0 |
| 177 | 2026-08-27T05:02:32.178Z | Downloaded serde_tokenstream v0.2.3 |
| 178 | 2026-08-27T05:02:32.189Z | Downloaded ingot-types v0.2.0 |
| 179 | 2026-08-27T05:02:32.194Z | Downloaded quote v1.0.46 |
| 180 | 2026-08-27T05:02:32.198Z | Downloaded either v1.16.0 |
| 181 | 2026-08-27T05:02:32.201Z | Downloaded usdt-attr-macro v0.6.0 |
| 182 | 2026-08-27T05:02:32.205Z | Downloaded postcard v1.1.3 |
| 183 | 2026-08-27T05:02:32.209Z | Downloaded scroll v0.13.0 |
| 184 | 2026-08-27T05:02:32.273Z | Downloaded thiserror-impl v2.0.18 |
| 185 | 2026-08-27T05:02:32.273Z | Downloaded pest_meta v2.8.7 |
| 186 | 2026-08-27T05:02:32.273Z | Downloaded zmij v1.0.22 |
| 187 | 2026-08-27T05:02:32.273Z | Downloaded defmt-macros v1.1.1 |
| 188 | 2026-08-27T05:02:32.273Z | Downloaded ucd-trie v0.1.7 |
| 189 | 2026-08-27T05:02:32.273Z | Downloaded memmap2 v0.9.11 |
| 190 | 2026-08-27T05:02:32.273Z | Downloaded thiserror v2.0.18 |
| 191 | 2026-08-27T05:02:32.273Z | Downloaded crc32fast v1.5.0 |
| 192 | 2026-08-27T05:02:32.273Z | Downloaded defmt v1.1.1 |
| 193 | 2026-08-27T05:02:32.273Z | Downloaded ingot-macros v0.2.0 |
| 194 | 2026-08-27T05:02:32.273Z | Downloaded darling v0.23.0 |
| 195 | 2026-08-27T05:02:32.273Z | Downloaded log v0.4.33 |
| 196 | 2026-08-27T05:02:32.273Z | Downloaded proc-macro2 v1.0.106 |
| 197 | 2026-08-27T05:02:32.273Z | Downloaded serde_core v1.0.228 |
| 198 | 2026-08-27T05:02:32.273Z | Downloaded unicode-ident v1.0.24 |
| 199 | 2026-08-27T05:02:32.273Z | Downloaded uuid v1.26.0 |
| 200 | 2026-08-27T05:02:32.273Z | Downloaded serde_derive v1.0.228 |
| 201 | 2026-08-27T05:02:32.279Z | Downloaded darling_core v0.23.0 |
| 202 | 2026-08-27T05:02:32.284Z | Downloaded heapless v0.8.0 |
| 203 | 2026-08-27T05:02:32.312Z | Downloaded bitflags v2.13.0 |
| 204 | 2026-08-27T05:02:32.318Z | Downloaded memchr v2.8.3 |
| 205 | 2026-08-27T05:02:32.329Z | Downloaded zerocopy-derive v0.8.54 |
| 206 | 2026-08-27T05:02:32.356Z | Downloaded pest v2.8.7 |
| 207 | 2026-08-27T05:02:32.384Z | Downloaded regex v1.13.0 |
| 208 | 2026-08-27T05:02:32.390Z | Downloaded serde_json v1.0.150 |
| 209 | 2026-08-27T05:02:32.398Z | Downloaded aho-corasick v1.1.4 |
| 210 | 2026-08-27T05:02:32.405Z | Downloaded itertools v0.15.0 |
| 211 | 2026-08-27T05:02:32.419Z | Downloaded unicode-width v0.2.2 |
| 212 | 2026-08-27T05:02:32.448Z | Downloaded stable_deref_trait v1.2.1 |
| 213 | 2026-08-27T05:02:32.469Z | Downloaded zerocopy v0.8.54 |
| 214 | 2026-08-27T05:02:32.500Z | Downloaded goblin v0.10.7 |
| 215 | 2026-08-27T05:02:32.500Z | Downloaded syn v2.0.118 |
| 216 | 2026-08-27T05:02:32.519Z | Downloaded smoltcp v0.11.0 |
| 217 | 2026-08-27T05:02:32.519Z | Downloaded hash32 v0.3.1 |
| 218 | 2026-08-27T05:02:32.519Z | Downloaded regex-syntax v0.8.11 |
| 219 | 2026-08-27T05:02:32.519Z | Downloaded regex-automata v0.4.15 |
| 220 | 2026-08-27T05:02:32.535Z | Downloaded libc v0.2.186 |
| 221 | 2026-08-27T05:02:32.590Z | Compiling proc-macro2 v1.0.106 |
| 222 | 2026-08-27T05:02:32.590Z | Compiling quote v1.0.46 |
| 223 | 2026-08-27T05:02:32.590Z | Compiling unicode-ident v1.0.24 |
| 224 | 2026-08-27T05:02:32.596Z | Documenting unicode-ident v1.0.24 |
| 225 | 2026-08-27T05:02:32.596Z | Compiling serde_core v1.0.228 |
| 226 | 2026-08-27T05:02:32.596Z | Compiling strsim v0.11.1 |
| 227 | 2026-08-27T05:02:32.663Z | Compiling ident_case v1.0.1 |
| 228 | 2026-08-27T05:02:32.893Z | Compiling memchr v2.8.3 |
| 229 | 2026-08-27T05:02:32.897Z | Compiling thiserror v2.0.18 |
| 230 | 2026-08-27T05:02:32.971Z | Compiling regex-syntax v0.8.11 |
| 231 | 2026-08-27T05:02:33.047Z | Compiling serde v1.0.228 |
| 232 | 2026-08-27T05:02:33.165Z | Documenting proc-macro2 v1.0.106 |
| 233 | 2026-08-27T05:02:33.217Z | Compiling aho-corasick v1.1.4 |
| 234 | 2026-08-27T05:02:33.314Z | Compiling zerocopy v0.8.54 |
| 235 | 2026-08-27T05:02:33.600Z | Checking syn v2.0.118 |
| 236 | 2026-08-27T05:02:33.655Z | Checking byteorder v1.5.0 |
| 237 | 2026-08-27T05:02:33.727Z | Documenting quote v1.0.46 |
| 238 | 2026-08-27T05:02:33.781Z | Compiling either v1.16.0 |
| 239 | 2026-08-27T05:02:33.979Z | Compiling itertools v0.15.0 |
| 240 | 2026-08-27T05:02:34.256Z | Documenting syn v2.0.118 |
| 241 | 2026-08-27T05:02:34.442Z | Compiling regex-automata v0.4.15 |
| 242 | 2026-08-27T05:02:34.465Z | Documenting strsim v0.11.1 |
| 243 | 2026-08-27T05:02:34.601Z | Documenting ident_case v1.0.1 |
| 244 | 2026-08-27T05:02:34.960Z | Compiling heapless v0.8.0 |
| 245 | 2026-08-27T05:02:35.100Z | Checking bitflags v2.13.0 |
| 246 | 2026-08-27T05:02:35.261Z | Checking hash32 v0.3.1 |
| 247 | 2026-08-27T05:02:35.275Z | Documenting serde_core v1.0.228 |
| 248 | 2026-08-27T05:02:35.369Z | Checking stable_deref_trait v1.2.1 |
| 249 | 2026-08-27T05:02:35.437Z | Checking macaddr v1.0.1 |
| 250 | 2026-08-27T05:02:35.448Z | Checking cfg-if v1.0.4 |
| 251 | 2026-08-27T05:02:35.494Z | Documenting memchr v2.8.3 |
| 252 | 2026-08-27T05:02:35.577Z | Checking darling_core v0.23.0 |
| 253 | 2026-08-27T05:02:35.581Z | Documenting regex-syntax v0.8.11 |
| 254 | 2026-08-27T05:02:36.455Z | Compiling regex v1.13.0 |
| 255 | 2026-08-27T05:02:36.469Z | Documenting darling_core v0.23.0 |
| 256 | 2026-08-27T05:02:36.514Z | Documenting aho-corasick v1.1.4 |
| 257 | 2026-08-27T05:02:36.635Z | Compiling smoltcp v0.11.0 |
| 258 | 2026-08-27T05:02:36.989Z | Checking managed v0.8.0 |
| 259 | 2026-08-27T05:02:37.053Z | Checking bitflags v1.3.2 |
| 260 | 2026-08-27T05:02:37.196Z | Documenting serde_derive v1.0.228 |
| 261 | 2026-08-27T05:02:37.275Z | Compiling thiserror-impl v2.0.18 |
| 262 | 2026-08-27T05:02:37.288Z | Compiling serde_derive v1.0.228 |
| 263 | 2026-08-27T05:02:37.298Z | Compiling zerocopy-derive v0.8.54 |
| 264 | 2026-08-27T05:02:37.400Z | Documenting regex-automata v0.4.15 |
| 265 | 2026-08-27T05:02:37.541Z | Documenting darling_macro v0.23.0 |
| 266 | 2026-08-27T05:02:38.218Z | Documenting thiserror-impl v2.0.18 |
| 267 | 2026-08-27T05:02:38.331Z | Compiling darling_macro v0.23.0 |
| 268 | 2026-08-27T05:02:38.346Z | Documenting zerocopy-derive v0.8.54 |
| 269 | 2026-08-27T05:02:38.579Z | Checking cobs v0.3.0 |
| 270 | 2026-08-27T05:02:38.710Z | Compiling ref-cast v1.0.25 |
| 271 | 2026-08-27T05:02:38.758Z | Documenting regex v1.13.0 |
| 272 | 2026-08-27T05:02:38.921Z | Compiling darling v0.23.0 |
| 273 | 2026-08-27T05:02:39.004Z | Compiling ingot-macros v0.2.0 |
| 274 | 2026-08-27T05:02:39.066Z | Documenting darling v0.23.0 |
| 275 | 2026-08-27T05:02:39.102Z | Documenting byteorder v1.5.0 |
| 276 | 2026-08-27T05:02:39.209Z | Compiling crc32fast v1.5.0 |
| 277 | 2026-08-27T05:02:39.307Z | Documenting zerocopy v0.8.54 |
| 278 | 2026-08-27T05:02:39.582Z | Documenting thiserror v2.0.18 |
| 279 | 2026-08-27T05:02:39.760Z | Documenting hash32 v0.3.1 |
| 280 | 2026-08-27T05:02:40.078Z | Documenting ingot-macros v0.2.0 |
| 281 | 2026-08-27T05:02:40.185Z | Documenting serde v1.0.228 |
| 282 | 2026-08-27T05:02:40.371Z | Compiling ref-cast-impl v1.0.25 |
| 283 | 2026-08-27T05:02:40.379Z | Checking postcard v1.1.3 |
| 284 | 2026-08-27T05:02:40.682Z | Documenting bitflags v2.13.0 |
| 285 | 2026-08-27T05:02:40.930Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 286 | 2026-08-27T05:02:41.159Z | Documenting cfg-if v1.0.4 |
| 287 | 2026-08-27T05:02:41.169Z | Compiling version_check v0.9.5 |
| 288 | 2026-08-27T05:02:41.306Z | Checking unicode-width v0.2.2 |
| 289 | 2026-08-27T05:02:41.428Z | Documenting stable_deref_trait v1.2.1 |
| 290 | 2026-08-27T05:02:41.484Z | Documenting macaddr v1.0.1 |
| 291 | 2026-08-27T05:02:41.507Z | Checking ipnetwork v0.21.1 |
| 292 | 2026-08-27T05:02:41.548Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 293 | 2026-08-27T05:02:41.683Z | Documenting cobs v0.3.0 |
| 294 | 2026-08-27T05:02:41.746Z | Checking ingot-types v0.2.0 |
| 295 | 2026-08-27T05:02:41.782Z | Documenting managed v0.8.0 |
| 296 | 2026-08-27T05:02:41.896Z | Checking tabwriter v1.4.1 |
| 297 | 2026-08-27T05:02:41.905Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 298 | 2026-08-27T05:02:42.100Z | Checking ingot v0.2.0 |
| 299 | 2026-08-27T05:02:42.116Z | Documenting heapless v0.8.0 |
| 300 | 2026-08-27T05:02:42.635Z | Documenting ingot-types v0.2.0 |
| 301 | 2026-08-27T05:02:42.786Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 302 | 2026-08-27T05:02:42.833Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 303 | 2026-08-27T05:02:42.847Z | Documenting postcard v1.1.3 |
| 304 | 2026-08-27T05:02:43.089Z | Documenting ref-cast-impl v1.0.25 |
| 305 | 2026-08-27T05:02:43.330Z | Documenting unicode-width v0.2.2 |
| 306 | 2026-08-27T05:02:43.339Z | Checking dyn-clone v1.0.20 |
| 307 | 2026-08-27T05:02:43.401Z | Documenting ipnetwork v0.21.1 |
| 308 | 2026-08-27T05:02:43.432Z | Documenting either v1.16.0 |
| 309 | 2026-08-27T05:02:43.614Z | Documenting smoltcp v0.11.0 |
| 310 | 2026-08-27T05:02:43.618Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 311 | 2026-08-27T05:02:43.895Z | Documenting ingot v0.2.0 |
| 312 | 2026-08-27T05:02:44.120Z | Documenting crc32fast v1.5.0 |
| 313 | 2026-08-27T05:02:44.324Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 314 | 2026-08-27T05:02:44.375Z | Documenting ref-cast v1.0.25 |
| 315 | 2026-08-27T05:02:44.626Z | Documenting itertools v0.15.0 |
| 316 | 2026-08-27T05:02:44.862Z | Documenting tabwriter v1.4.1 |
| 317 | 2026-08-27T05:02:45.163Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 318 | 2026-08-27T05:02:45.559Z | Documenting dyn-clone v1.0.20 |
| 319 | 2026-08-27T05:02:46.045Z | Documenting uuid v1.26.0 |
| 320 | 2026-08-27T05:02:46.358Z | Checking uuid v1.26.0 |
| 321 | 2026-08-27T05:02:46.602Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 322 | 2026-08-27T05:02:46.822Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 323 | 2026-08-27T05:02:47.219Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 324 | 2026-08-27T05:02:49.218Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 325 | 2026-08-27T05:02:51.525Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 326 | 2026-08-27T05:02:53.125Z | Finished `dev` profile [optimized + debuginfo] target(s) in 25.45s |
| 327 | 2026-08-27T05:02:53.212Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 328 | 2026-08-27T05:02:53.238Z | |
| 329 | 2026-08-27T05:02:53.243Z | real 25.558534512 |
| 330 | 2026-08-27T05:02:53.243Z | user 1:21.456910060 |
| 331 | 2026-08-27T05:02:53.243Z | sys 17.201711010 |
| 332 | 2026-08-27T05:02:53.243Z | trap 0.042653667 |
| 333 | 2026-08-27T05:02:53.243Z | tflt 0.022893605 |
| 334 | 2026-08-27T05:02:53.243Z | dflt 0.152864075 |
| 335 | 2026-08-27T05:02:53.243Z | kflt 0.004181562 |
| 336 | 2026-08-27T05:02:53.243Z | lock 8:07.386926672 |
| 337 | 2026-08-27T05:02:53.243Z | slp 5:02.188281216 |
| 338 | 2026-08-27T05:02:53.243Z | lat 7.610063573 |
| 339 | 2026-08-27T05:02:53.243Z | stop 12.677775213 |
| 340 | 2026-08-27T05:02:53.243Z | + header 'analyze std + api + usdt' |
| 341 | 2026-08-27T05:02:53.243Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 342 | 2026-08-27T05:02:53.243Z | # ==== analyze std + api + usdt ==== # |
| 343 | 2026-08-27T05:02:53.243Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 344 | 2026-08-27T05:02:53.422Z | Downloading crates ... |
| 345 | 2026-08-27T05:02:53.480Z | Downloaded ctor-proc-macro v0.0.13 |
| 346 | 2026-08-27T05:02:53.484Z | Downloaded futures-task v0.3.32 |
| 347 | 2026-08-27T05:02:53.484Z | Downloaded futures-macro v0.3.32 |
| 348 | 2026-08-27T05:02:53.484Z | Downloaded link-section v0.2.1 |
| 349 | 2026-08-27T05:02:53.484Z | Downloaded futures-io v0.3.32 |
| 350 | 2026-08-27T05:02:53.484Z | Downloaded dtor-proc-macro v0.0.13 |
| 351 | 2026-08-27T05:02:53.489Z | Downloaded typeid v1.0.3 |
| 352 | 2026-08-27T05:02:53.489Z | Downloaded futures-sink v0.3.32 |
| 353 | 2026-08-27T05:02:53.492Z | Downloaded rusticata-macros v5.0.0 |
| 354 | 2026-08-27T05:02:53.493Z | Downloaded circular v0.3.0 |
| 355 | 2026-08-27T05:02:53.496Z | Downloaded ctor v0.10.1 |
| 356 | 2026-08-27T05:02:53.496Z | Downloaded nom v8.0.0 |
| 357 | 2026-08-27T05:02:53.500Z | Downloaded dtor v0.8.1 |
| 358 | 2026-08-27T05:02:53.500Z | Downloaded futures-core v0.3.32 |
| 359 | 2026-08-27T05:02:53.500Z | Downloaded slab v0.4.12 |
| 360 | 2026-08-27T05:02:53.503Z | Downloaded cookie-factory v0.3.3 |
| 361 | 2026-08-27T05:02:53.503Z | Downloaded futures-channel v0.3.32 |
| 362 | 2026-08-27T05:02:53.507Z | Downloaded once_cell v1.21.4 |
| 363 | 2026-08-27T05:02:53.507Z | Downloaded pin-project-lite v0.2.17 |
| 364 | 2026-08-27T05:02:53.511Z | Downloaded futures-executor v0.3.32 |
| 365 | 2026-08-27T05:02:53.511Z | Downloaded anyhow v1.0.103 |
| 366 | 2026-08-27T05:02:53.511Z | Downloaded futures v0.3.32 |
| 367 | 2026-08-27T05:02:53.523Z | Downloaded ron v0.12.2 |
| 368 | 2026-08-27T05:02:53.528Z | Downloaded futures-util v0.3.32 |
| 369 | 2026-08-27T05:02:53.533Z | Downloaded pcap-parser v0.17.0 |
| 370 | 2026-08-27T05:02:53.582Z | Compiling proc-macro2 v1.0.106 |
| 371 | 2026-08-27T05:02:53.582Z | Compiling quote v1.0.46 |
| 372 | 2026-08-27T05:02:53.582Z | Compiling unicode-ident v1.0.24 |
| 373 | 2026-08-27T05:02:53.582Z | Compiling memchr v2.8.3 |
| 374 | 2026-08-27T05:02:53.582Z | Compiling thiserror v2.0.18 |
| 375 | 2026-08-27T05:02:53.586Z | Compiling serde_core v1.0.228 |
| 376 | 2026-08-27T05:02:53.586Z | Compiling zerocopy v0.8.54 |
| 377 | 2026-08-27T05:02:53.586Z | Compiling zmij v1.0.22 |
| 378 | 2026-08-27T05:02:53.918Z | Compiling libc v0.2.186 |
| 379 | 2026-08-27T05:02:53.948Z | Compiling serde_json v1.0.150 |
| 380 | 2026-08-27T05:02:53.952Z | Compiling ucd-trie v0.1.7 |
| 381 | 2026-08-27T05:02:54.132Z | Compiling pest v2.8.7 |
| 382 | 2026-08-27T05:02:54.156Z | Compiling serde v1.0.228 |
| 383 | 2026-08-27T05:02:54.174Z | Compiling strsim v0.11.1 |
| 384 | 2026-08-27T05:02:54.273Z | Compiling ident_case v1.0.1 |
| 385 | 2026-08-27T05:02:54.557Z | Compiling aho-corasick v1.1.4 |
| 386 | 2026-08-27T05:02:54.756Z | Compiling syn v2.0.118 |
| 387 | 2026-08-27T05:02:54.761Z | Checking byteorder v1.5.0 |
| 388 | 2026-08-27T05:02:54.785Z | Compiling itoa v1.0.18 |
| 389 | 2026-08-27T05:02:54.834Z | Compiling regex-syntax v0.8.11 |
| 390 | 2026-08-27T05:02:55.274Z | Compiling pest_meta v2.8.7 |
| 391 | 2026-08-27T05:02:55.335Z | Compiling either v1.16.0 |
| 392 | 2026-08-27T05:02:55.347Z | Compiling usdt-impl v0.6.0 |
| 393 | 2026-08-27T05:02:55.480Z | Checking bitflags v2.13.0 |
| 394 | 2026-08-27T05:02:55.534Z | Compiling itertools v0.15.0 |
| 395 | 2026-08-27T05:02:55.815Z | Compiling thread-id v5.1.0 |
| 396 | 2026-08-27T05:02:56.176Z | Checking futures-core v0.3.32 |
| 397 | 2026-08-27T05:02:56.180Z | Compiling heapless v0.8.0 |
| 398 | 2026-08-27T05:02:56.206Z | Checking plain v0.2.3 |
| 399 | 2026-08-27T05:02:56.299Z | Compiling regex-automata v0.4.15 |
| 400 | 2026-08-27T05:02:56.310Z | Checking log v0.4.33 |
| 401 | 2026-08-27T05:02:56.434Z | Checking futures-sink v0.3.32 |
| 402 | 2026-08-27T05:02:56.524Z | Checking futures-channel v0.3.32 |
| 403 | 2026-08-27T05:02:56.830Z | Checking hash32 v0.3.1 |
| 404 | 2026-08-27T05:02:56.888Z | Checking pretty-hex v0.4.2 |
| 405 | 2026-08-27T05:02:56.906Z | Compiling smoltcp v0.11.0 |
| 406 | 2026-08-27T05:02:56.945Z | Checking cfg-if v1.0.4 |
| 407 | 2026-08-27T05:02:56.997Z | Checking slab v0.4.12 |
| 408 | 2026-08-27T05:02:57.002Z | Checking futures-task v0.3.32 |
| 409 | 2026-08-27T05:02:57.124Z | Checking pin-project-lite v0.2.17 |
| 410 | 2026-08-27T05:02:57.138Z | Checking stable_deref_trait v1.2.1 |
| 411 | 2026-08-27T05:02:57.201Z | Compiling pest_generator v2.8.7 |
| 412 | 2026-08-27T05:02:57.205Z | Compiling darling_core v0.23.0 |
| 413 | 2026-08-27T05:02:57.219Z | Checking futures-io v0.3.32 |
| 414 | 2026-08-27T05:02:57.223Z | Checking macaddr v1.0.1 |
| 415 | 2026-08-27T05:02:57.418Z | Compiling version_check v0.9.5 |
| 416 | 2026-08-27T05:02:57.599Z | Compiling ref-cast v1.0.25 |
| 417 | 2026-08-27T05:02:57.680Z | Checking managed v0.8.0 |
| 418 | 2026-08-27T05:02:57.743Z | Checking bitflags v1.3.2 |
| 419 | 2026-08-27T05:02:57.792Z | Compiling crc32fast v1.5.0 |
| 420 | 2026-08-27T05:02:57.800Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 421 | 2026-08-27T05:02:57.932Z | Compiling regex v1.13.0 |
| 422 | 2026-08-27T05:02:58.038Z | Checking memmap2 v0.9.11 |
| 423 | 2026-08-27T05:02:58.098Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 424 | 2026-08-27T05:02:58.196Z | Checking unicode-width v0.2.2 |
| 425 | 2026-08-27T05:02:58.378Z | Compiling serde_derive v1.0.228 |
| 426 | 2026-08-27T05:02:58.403Z | Compiling thiserror-impl v2.0.18 |
| 427 | 2026-08-27T05:02:58.436Z | Compiling zerocopy-derive v0.8.54 |
| 428 | 2026-08-27T05:02:58.467Z | Compiling pest_derive v2.8.7 |
| 429 | 2026-08-27T05:02:58.802Z | Compiling scroll_derive v0.13.1 |
| 430 | 2026-08-27T05:02:58.985Z | Compiling futures-macro v0.3.32 |
| 431 | 2026-08-27T05:02:59.029Z | Compiling ref-cast-impl v1.0.25 |
| 432 | 2026-08-27T05:02:59.277Z | Compiling darling_macro v0.23.0 |
| 433 | 2026-08-27T05:02:59.307Z | Checking ipnetwork v0.21.1 |
| 434 | 2026-08-27T05:02:59.596Z | Checking scroll v0.13.0 |
| 435 | 2026-08-27T05:02:59.666Z | Compiling dtrace-parser v0.3.0 |
| 436 | 2026-08-27T05:02:59.692Z | Checking cobs v0.3.0 |
| 437 | 2026-08-27T05:02:59.782Z | Checking futures-util v0.3.32 |
| 438 | 2026-08-27T05:02:59.822Z | Compiling darling v0.23.0 |
| 439 | 2026-08-27T05:02:59.822Z | Checking goblin v0.10.7 |
| 440 | 2026-08-27T05:02:59.890Z | Compiling ingot-macros v0.2.0 |
| 441 | 2026-08-27T05:03:00.309Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 442 | 2026-08-27T05:03:00.587Z | Checking tabwriter v1.4.1 |
| 443 | 2026-08-27T05:03:00.725Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 444 | 2026-08-27T05:03:01.344Z | Checking nom v8.0.0 |
| 445 | 2026-08-27T05:03:01.456Z | Checking postcard v1.1.3 |
| 446 | 2026-08-27T05:03:01.636Z | Compiling serde_tokenstream v0.2.3 |
| 447 | 2026-08-27T05:03:01.735Z | Compiling anyhow v1.0.103 |
| 448 | 2026-08-27T05:03:01.765Z | Checking futures-executor v0.3.32 |
| 449 | 2026-08-27T05:03:01.903Z | Checking futures v0.3.32 |
| 450 | 2026-08-27T05:03:01.909Z | Compiling typeid v1.0.3 |
| 451 | 2026-08-27T05:03:01.967Z | Checking dyn-clone v1.0.20 |
| 452 | 2026-08-27T05:03:02.060Z | Checking cookie-factory v0.3.3 |
| 453 | 2026-08-27T05:03:02.207Z | Checking uuid v1.26.0 |
| 454 | 2026-08-27T05:03:02.232Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 455 | 2026-08-27T05:03:02.303Z | Compiling dtor-proc-macro v0.0.13 |
| 456 | 2026-08-27T05:03:02.361Z | Checking circular v0.3.0 |
| 457 | 2026-08-27T05:03:02.469Z | Checking link-section v0.2.1 |
| 458 | 2026-08-27T05:03:02.538Z | Compiling ctor-proc-macro v0.0.13 |
| 459 | 2026-08-27T05:03:02.553Z | Checking once_cell v1.21.4 |
| 460 | 2026-08-27T05:03:02.567Z | Checking dof v0.4.0 |
| 461 | 2026-08-27T05:03:02.567Z | Checking ingot-types v0.2.0 |
| 462 | 2026-08-27T05:03:02.629Z | Checking dtor v0.8.1 |
| 463 | 2026-08-27T05:03:02.679Z | Checking ron v0.12.2 |
| 464 | 2026-08-27T05:03:02.858Z | Checking ctor v0.10.1 |
| 465 | 2026-08-27T05:03:02.890Z | Checking ingot v0.2.0 |
| 466 | 2026-08-27T05:03:03.247Z | Checking rusticata-macros v5.0.0 |
| 467 | 2026-08-27T05:03:03.376Z | Checking pcap-parser v0.17.0 |
| 468 | 2026-08-27T05:03:03.518Z | Compiling usdt-macro v0.6.0 |
| 469 | 2026-08-27T05:03:03.518Z | Compiling usdt-attr-macro v0.6.0 |
| 470 | 2026-08-27T05:03:04.122Z | Checking usdt v0.6.0 |
| 471 | 2026-08-27T05:03:04.329Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 472 | 2026-08-27T05:03:08.861Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 473 | 2026-08-27T05:03:10.557Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 474 | 2026-08-27T05:03:12.937Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.63s |
| 475 | 2026-08-27T05:03:12.957Z | |
| 476 | 2026-08-27T05:03:12.957Z | real 19.714902935 |
| 477 | 2026-08-27T05:03:12.957Z | user 1:11.040867004 |
| 478 | 2026-08-27T05:03:12.957Z | sys 14.415713232 |
| 479 | 2026-08-27T05:03:12.957Z | trap 0.039509776 |
| 480 | 2026-08-27T05:03:12.957Z | tflt 0.130191764 |
| 481 | 2026-08-27T05:03:12.957Z | dflt 0.170514935 |
| 482 | 2026-08-27T05:03:12.957Z | kflt 0.000034670 |
| 483 | 2026-08-27T05:03:12.957Z | lock 4:37.867957515 |
| 484 | 2026-08-27T05:03:12.957Z | slp 3:44.744994925 |
| 485 | 2026-08-27T05:03:12.957Z | lat 4.482668687 |
| 486 | 2026-08-27T05:03:12.957Z | stop 8.588138690 |
| 487 | 2026-08-27T05:03:12.961Z | + header 'analyze no_std + engine + kernel' |
| 488 | 2026-08-27T05:03:12.961Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 489 | 2026-08-27T05:03:12.961Z | # ==== analyze no_std + engine + kernel ==== # |
| 490 | 2026-08-27T05:03:12.961Z | + ptime -m cargo +nightly-2026-07-20-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 491 | 2026-08-27T05:03:13.130Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 492 | 2026-08-27T05:03:13.130Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 493 | 2026-08-27T05:03:13.130Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 494 | 2026-08-27T05:03:13.134Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 495 | 2026-08-27T05:03:13.344Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 496 | 2026-08-27T05:03:16.432Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 497 | 2026-08-27T05:03:17.599Z | Finished `dev` profile [optimized + debuginfo] target(s) in 4.59s |
| 498 | 2026-08-27T05:03:17.630Z | |
| 499 | 2026-08-27T05:03:17.630Z | real 4.662876020 |
| 500 | 2026-08-27T05:03:17.631Z | user 4.777189648 |
| 501 | 2026-08-27T05:03:17.631Z | sys 0.934599922 |
| 502 | 2026-08-27T05:03:17.631Z | trap 0.000626450 |
| 503 | 2026-08-27T05:03:17.631Z | tflt 0.019016718 |
| 504 | 2026-08-27T05:03:17.631Z | dflt 0.006276654 |
| 505 | 2026-08-27T05:03:17.631Z | kflt 0.000000000 |
| 506 | 2026-08-27T05:03:17.631Z | lock 15.106227063 |
| 507 | 2026-08-27T05:03:17.637Z | slp 17.888572743 |
| 508 | 2026-08-27T05:03:17.637Z | lat 0.007006331 |
| 509 | 2026-08-27T05:03:17.637Z | stop 0.193277346 |
| 510 | 2026-08-27T05:03:17.637Z | + header test |
| 511 | 2026-08-27T05:03:17.637Z | + echo '# ==== test ==== #' |
| 512 | 2026-08-27T05:03:17.637Z | + ptime -m cargo test |
| 513 | 2026-08-27T05:03:17.637Z | # ==== test ==== # |
| 514 | 2026-08-27T05:03:17.779Z | Compiling memchr v2.8.3 |
| 515 | 2026-08-27T05:03:17.779Z | Compiling serde_core v1.0.228 |
| 516 | 2026-08-27T05:03:17.803Z | Compiling thiserror v2.0.18 |
| 517 | 2026-08-27T05:03:17.809Z | Compiling zerocopy v0.8.54 |
| 518 | 2026-08-27T05:03:17.813Z | Compiling byteorder v1.5.0 |
| 519 | 2026-08-27T05:03:17.813Z | Compiling unicode-ident v1.0.24 |
| 520 | 2026-08-27T05:03:17.817Z | Compiling zmij v1.0.22 |
| 521 | 2026-08-27T05:03:17.817Z | Compiling scroll v0.13.0 |
| 522 | 2026-08-27T05:03:17.885Z | Compiling proc-macro2 v1.0.106 |
| 523 | 2026-08-27T05:03:17.933Z | Compiling libc v0.2.186 |
| 524 | 2026-08-27T05:03:18.017Z | Compiling plain v0.2.3 |
| 525 | 2026-08-27T05:03:18.069Z | Compiling itoa v1.0.18 |
| 526 | 2026-08-27T05:03:18.110Z | Compiling ucd-trie v0.1.7 |
| 527 | 2026-08-27T05:03:18.182Z | Compiling futures-sink v0.3.32 |
| 528 | 2026-08-27T05:03:18.264Z | Compiling futures-core v0.3.32 |
| 529 | 2026-08-27T05:03:18.276Z | Compiling log v0.4.33 |
| 530 | 2026-08-27T05:03:18.314Z | Compiling quote v1.0.46 |
| 531 | 2026-08-27T05:03:18.424Z | Compiling goblin v0.10.7 |
| 532 | 2026-08-27T05:03:18.504Z | Compiling futures-channel v0.3.32 |
| 533 | 2026-08-27T05:03:18.736Z | Compiling pest v2.8.7 |
| 534 | 2026-08-27T05:03:18.787Z | Compiling hash32 v0.3.1 |
| 535 | 2026-08-27T05:03:18.938Z | Compiling futures-task v0.3.32 |
| 536 | 2026-08-27T05:03:18.951Z | Compiling slab v0.4.12 |
| 537 | 2026-08-27T05:03:19.124Z | Compiling cfg-if v1.0.4 |
| 538 | 2026-08-27T05:03:19.124Z | Compiling pin-project-lite v0.2.17 |
| 539 | 2026-08-27T05:03:19.184Z | Compiling pretty-hex v0.4.2 |
| 540 | 2026-08-27T05:03:19.208Z | Compiling futures-io v0.3.32 |
| 541 | 2026-08-27T05:03:19.310Z | Compiling stable_deref_trait v1.2.1 |
| 542 | 2026-08-27T05:03:19.351Z | Compiling macaddr v1.0.1 |
| 543 | 2026-08-27T05:03:19.379Z | Compiling heapless v0.8.0 |
| 544 | 2026-08-27T05:03:19.391Z | Compiling futures-util v0.3.32 |
| 545 | 2026-08-27T05:03:19.594Z | Compiling serde v1.0.228 |
| 546 | 2026-08-27T05:03:19.764Z | Compiling bitflags v2.13.0 |
| 547 | 2026-08-27T05:03:19.843Z | Compiling serde_json v1.0.150 |
| 548 | 2026-08-27T05:03:20.191Z | Compiling dtrace-parser v0.3.0 |
| 549 | 2026-08-27T05:03:20.245Z | Compiling syn v2.0.118 |
| 550 | 2026-08-27T05:03:20.429Z | Compiling thread-id v5.1.0 |
| 551 | 2026-08-27T05:03:20.502Z | Compiling cobs v0.3.0 |
| 552 | 2026-08-27T05:03:20.637Z | Compiling ingot-types v0.2.0 |
| 553 | 2026-08-27T05:03:20.764Z | Compiling bitflags v1.3.2 |
| 554 | 2026-08-27T05:03:20.778Z | Compiling managed v0.8.0 |
| 555 | 2026-08-27T05:03:20.827Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 556 | 2026-08-27T05:03:20.996Z | Compiling ingot v0.2.0 |
| 557 | 2026-08-27T05:03:21.029Z | Compiling smoltcp v0.11.0 |
| 558 | 2026-08-27T05:03:21.049Z | Compiling postcard v1.1.3 |
| 559 | 2026-08-27T05:03:21.392Z | Compiling dof v0.4.0 |
| 560 | 2026-08-27T05:03:22.147Z | Compiling futures-executor v0.3.32 |
| 561 | 2026-08-27T05:03:22.720Z | Compiling usdt-impl v0.6.0 |
| 562 | 2026-08-27T05:03:22.934Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 563 | 2026-08-27T05:03:23.175Z | Compiling memmap2 v0.9.11 |
| 564 | 2026-08-27T05:03:23.494Z | Compiling either v1.16.0 |
| 565 | 2026-08-27T05:03:23.524Z | Compiling ipnetwork v0.21.1 |
| 566 | 2026-08-27T05:03:23.673Z | Compiling unicode-width v0.2.2 |
| 567 | 2026-08-27T05:03:23.740Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 568 | 2026-08-27T05:03:23.978Z | Compiling tabwriter v1.4.1 |
| 569 | 2026-08-27T05:03:24.092Z | Compiling itertools v0.15.0 |
| 570 | 2026-08-27T05:03:24.387Z | Compiling ref-cast v1.0.25 |
| 571 | 2026-08-27T05:03:24.483Z | Compiling usdt v0.6.0 |
| 572 | 2026-08-27T05:03:25.026Z | Compiling futures v0.3.32 |
| 573 | 2026-08-27T05:03:25.100Z | Compiling crc32fast v1.5.0 |
| 574 | 2026-08-27T05:03:25.154Z | Compiling nom v8.0.0 |
| 575 | 2026-08-27T05:03:25.190Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 576 | 2026-08-27T05:03:25.199Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 577 | 2026-08-27T05:03:25.341Z | Compiling dyn-clone v1.0.20 |
| 578 | 2026-08-27T05:03:25.514Z | Compiling cookie-factory v0.3.3 |
| 579 | 2026-08-27T05:03:25.789Z | Compiling uuid v1.26.0 |
| 580 | 2026-08-27T05:03:25.836Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 581 | 2026-08-27T05:03:26.068Z | Compiling circular v0.3.0 |
| 582 | 2026-08-27T05:03:26.157Z | Compiling dtor v0.8.1 |
| 583 | 2026-08-27T05:03:26.161Z | Compiling anyhow v1.0.103 |
| 584 | 2026-08-27T05:03:26.238Z | Compiling typeid v1.0.3 |
| 585 | 2026-08-27T05:03:26.315Z | Compiling once_cell v1.21.4 |
| 586 | 2026-08-27T05:03:26.344Z | Compiling link-section v0.2.1 |
| 587 | 2026-08-27T05:03:26.445Z | Compiling ron v0.12.2 |
| 588 | 2026-08-27T05:03:26.473Z | Compiling ctor v0.10.1 |
| 589 | 2026-08-27T05:03:27.742Z | Compiling rusticata-macros v5.0.0 |
| 590 | 2026-08-27T05:03:28.059Z | Compiling pcap-parser v0.17.0 |
| 591 | 2026-08-27T05:03:30.552Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 592 | 2026-08-27T05:03:32.997Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 593 | 2026-08-27T05:04:20.979Z | Finished `test` profile [optimized + debuginfo] target(s) in 1m 03s |
| 594 | 2026-08-27T05:04:20.994Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-ddc6dbf87141a01a) |
| 595 | 2026-08-27T05:04:20.998Z | |
| 596 | 2026-08-27T05:04:20.998Z | running 15 tests |
| 597 | 2026-08-27T05:04:20.998Z | test api::tests::parse_bad_proto_filter ... ok |
| 598 | 2026-08-27T05:04:20.998Z | test api::tests::ports_from_str_bad ... ok |
| 599 | 2026-08-27T05:04:20.998Z | test api::tests::parse_bad_address ... ok |
| 600 | 2026-08-27T05:04:20.998Z | test api::tests::parse_good_proto_filter ... ok |
| 601 | 2026-08-27T05:04:20.998Z | test api::tests::parse_good_address ... ok |
| 602 | 2026-08-27T05:04:20.998Z | test api::tests::ports_from_str_good ... ok |
| 603 | 2026-08-27T05:04:20.998Z | test cfg::tests::test_required_nat_space ... ok |
| 604 | 2026-08-27T05:04:20.998Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 605 | 2026-08-27T05:04:20.998Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 606 | 2026-08-27T05:04:20.998Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 607 | 2026-08-27T05:04:20.998Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 608 | 2026-08-27T05:04:20.998Z | test engine::geneve::test::parse_multi_opt ... ok |
| 609 | 2026-08-27T05:04:20.998Z | test engine::geneve::test::parse_single_opt ... ok |
| 610 | 2026-08-27T05:04:20.998Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 611 | 2026-08-27T05:04:21.002Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 612 | 2026-08-27T05:04:21.002Z | |
| 613 | 2026-08-27T05:04:21.002Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 614 | 2026-08-27T05:04:21.002Z | |
| 615 | 2026-08-27T05:04:21.002Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-7103baa2dcfcc5ff) |
| 616 | 2026-08-27T05:04:21.002Z | |
| 617 | 2026-08-27T05:04:21.002Z | running 4 tests |
| 618 | 2026-08-27T05:04:21.002Z | test firewall_vni_outbound ... ok |
| 619 | 2026-08-27T05:04:21.002Z | test firewall_external_inbound ... ok |
| 620 | 2026-08-27T05:04:21.002Z | test firewall_vni_inbound ... ok |
| 621 | 2026-08-27T05:04:21.002Z | test firewall_replace_rules ... ok |
| 622 | 2026-08-27T05:04:21.002Z | |
| 623 | 2026-08-27T05:04:21.002Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 624 | 2026-08-27T05:04:21.002Z | |
| 625 | 2026-08-27T05:04:21.005Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-c2a27c9d3fda8cc8) |
| 626 | 2026-08-27T05:04:21.006Z | |
| 627 | 2026-08-27T05:04:21.006Z | running 2 tests |
| 628 | 2026-08-27T05:04:21.006Z | test parse_in_regression ... ok |
| 629 | 2026-08-27T05:04:21.006Z | test parse_out_regression ... ok |
| 630 | 2026-08-27T05:04:21.006Z | |
| 631 | 2026-08-27T05:04:21.006Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 632 | 2026-08-27T05:04:21.006Z | |
| 633 | 2026-08-27T05:04:21.006Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-d25516ee683ca805) |
| 634 | 2026-08-27T05:04:21.009Z | |
| 635 | 2026-08-27T05:04:21.009Z | running 50 tests |
| 636 | 2026-08-27T05:04:21.009Z | test bad_ip_len ... ok |
| 637 | 2026-08-27T05:04:21.009Z | test add_remove_fw_rule ... ok |
| 638 | 2026-08-27T05:04:21.010Z | test check_layers ... ok |
| 639 | 2026-08-27T05:04:21.010Z | test arp_gateway ... ok |
| 640 | 2026-08-27T05:04:21.010Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 641 | 2026-08-27T05:04:21.010Z | test external_attached_subnets_dont_apply_nat ... ok |
| 642 | 2026-08-27T05:04:21.010Z | test anti_spoof ... ok |
| 643 | 2026-08-27T05:04:21.010Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 644 | 2026-08-27T05:04:21.010Z | test flow_expiration ... ok |
| 645 | 2026-08-27T05:04:21.010Z | test gateway_icmp4_ping ... ok |
| 646 | 2026-08-27T05:04:21.010Z | test gateway_icmpv6_ping ... ok |
| 647 | 2026-08-27T05:04:21.010Z | test early_tcp_invalidation ... ok |
| 648 | 2026-08-27T05:04:21.010Z | test external_ip_epoch_affinity_preserved ... ok |
| 649 | 2026-08-27T05:04:21.010Z | test external_ip_reconfigurable ... ok |
| 650 | 2026-08-27T05:04:21.010Z | test gateway_router_advert_reply ... ok |
| 651 | 2026-08-27T05:04:21.010Z | test guest_to_internet_ipv4 ... ok |
| 652 | 2026-08-27T05:04:21.010Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 653 | 2026-08-27T05:04:21.010Z | test guest_to_guest_no_route ... ok |
| 654 | 2026-08-27T05:04:21.010Z | test guest_to_guest ... ok |
| 655 | 2026-08-27T05:04:21.010Z | test guest_to_internet_ipv6 ... ok |
| 656 | 2026-08-27T05:04:21.010Z | test icmp_inner_has_nat_applied ... ok |
| 657 | 2026-08-27T05:04:21.010Z | test inbound_ndp_dropped_at_gateway ... ok |
| 658 | 2026-08-27T05:04:21.010Z | test external_ip_balanced_over_floating_ips ... ok |
| 659 | 2026-08-27T05:04:21.010Z | test icmpv6_inner_has_nat_applied ... ok |
| 660 | 2026-08-27T05:04:21.014Z | test external_ip_receive_and_reply_on_all ... ok |
| 661 | 2026-08-27T05:04:21.014Z | test no_panic_on_flow_table_full ... ok |
| 662 | 2026-08-27T05:04:21.014Z | test intra_subnet_routes_with_custom ... ok |
| 663 | 2026-08-27T05:04:21.014Z | test outbound_ndp_dropped ... ok |
| 664 | 2026-08-27T05:04:21.014Z | test offload_info_preserved ... ok |
| 665 | 2026-08-27T05:04:21.014Z | test internal_attached_subnets ... ok |
| 666 | 2026-08-27T05:04:21.014Z | test packet_body_pullup ... ok |
| 667 | 2026-08-27T05:04:21.014Z | test port_transition_running ... ok |
| 668 | 2026-08-27T05:04:21.014Z | test port_transition_reset ... ok |
| 669 | 2026-08-27T05:04:21.014Z | test packet_too_big_generation ... ok |
| 670 | 2026-08-27T05:04:21.014Z | test port_transition_pause ... ok |
| 671 | 2026-08-27T05:04:21.014Z | test select_eip_conditioned_on_igw ... ok |
| 672 | 2026-08-27T05:04:21.014Z | test port_as_router_target ... ok |
| 673 | 2026-08-27T05:04:21.014Z | test test_drop_on_unknown_critical_option ... ok |
| 674 | 2026-08-27T05:04:21.014Z | test tcp_invalidation_does_not_block_connection ... ok |
| 675 | 2026-08-27T05:04:21.014Z | test snat_icmp6_echo_rewrite ... ok |
| 676 | 2026-08-27T05:04:21.014Z | test snat_icmp4_echo_rewrite ... ok |
| 677 | 2026-08-27T05:04:21.014Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 678 | 2026-08-27T05:04:21.014Z | test test_ipv6_multicast_encapsulation ... ok |
| 679 | 2026-08-27T05:04:21.015Z | test test_tcp_multicast_denied ... ok |
| 680 | 2026-08-27T05:04:21.015Z | test test_gateway_neighbor_advert_reply ... ok |
| 681 | 2026-08-27T05:04:21.015Z | test tcp_outbound ... ok |
| 682 | 2026-08-27T05:04:21.015Z | test tcp_inbound ... ok |
| 683 | 2026-08-27T05:04:21.015Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 684 | 2026-08-27T05:04:21.015Z | test uft_lft_invalidation_out ... ok |
| 685 | 2026-08-27T05:04:21.015Z | test uft_lft_invalidation_in ... ok |
| 686 | 2026-08-27T05:04:21.015Z | |
| 687 | 2026-08-27T05:04:21.015Z | test result: ok. 50 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 688 | 2026-08-27T05:04:21.015Z | |
| 689 | 2026-08-27T05:04:21.015Z | Doc-tests oxide_vpc |
| 690 | 2026-08-27T05:04:21.309Z | |
| 691 | 2026-08-27T05:04:21.309Z | running 0 tests |
| 692 | 2026-08-27T05:04:21.309Z | |
| 693 | 2026-08-27T05:04:21.309Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 694 | 2026-08-27T05:04:21.309Z | |
| 695 | 2026-08-27T05:04:21.338Z | |
| 696 | 2026-08-27T05:04:21.338Z | real 1:03.700321172 |
| 697 | 2026-08-27T05:04:21.338Z | user 3:29.012077061 |
| 698 | 2026-08-27T05:04:21.338Z | sys 11.913874800 |
| 699 | 2026-08-27T05:04:21.338Z | trap 0.094112199 |
| 700 | 2026-08-27T05:04:21.338Z | tflt 0.160402085 |
| 701 | 2026-08-27T05:04:21.341Z | dflt 0.368670504 |
| 702 | 2026-08-27T05:04:21.341Z | kflt 0.000034830 |
| 703 | 2026-08-27T05:04:21.341Z | lock 15:23.152573126 |
| 704 | 2026-08-27T05:04:21.341Z | slp 6:59.712717339 |
| 705 | 2026-08-27T05:04:21.341Z | lat 8.364681913 |
| 706 | 2026-08-27T05:04:21.341Z | stop 6.683756284 |
| 707 | 2026-08-27T05:04:21.341Z | process exited: duration 130512 ms, exit code 0 |
| |
| 708 | 2026-08-27T05:04:21.349Z | found 0 output files |