|
|
|
| 1 | 2026-05-01T11:46:28.519Z | job assigned to worker 01KQHNQHG7YKZWJ9PBWZWD9E8E [factory aws, i-0bb061a7f28bc6584] (queued for 1 m 1 s) |
| |
| 2 | 2026-05-01T11:46:35.453Z | starting task 0: "setup" |
| 3 | 2026-05-01T11:46:35.460Z | ++ uname -s |
| 4 | 2026-05-01T11:46:35.463Z | + kern=SunOS |
| 5 | 2026-05-01T11:46:35.463Z | + build_user=build |
| 6 | 2026-05-01T11:46:35.463Z | + build_uid=12345 |
| 7 | 2026-05-01T11:46:35.463Z | + work_dir=/work |
| 8 | 2026-05-01T11:46:35.463Z | + input_dir=/input |
| 9 | 2026-05-01T11:46:35.463Z | + [[ 0 == 12345 ]] |
| 10 | 2026-05-01T11:46:35.463Z | + case "$kern" in |
| 11 | 2026-05-01T11:46:35.463Z | + groupadd -g 12345 build |
| 12 | 2026-05-01T11:46:35.463Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-05-01T11:46:37.469Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-05-01T11:46:37.581Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-05-01T11:46:37.586Z | + home_fs=zfs |
| 16 | 2026-05-01T11:46:37.586Z | + [[ zfs == autofs ]] |
| 17 | 2026-05-01T11:46:37.586Z | + mkdir -p /home/build |
| 18 | 2026-05-01T11:46:37.586Z | + chown build:build /home/build /work |
| 19 | 2026-05-01T11:46:38.585Z | + chmod 0700 /home/build /work |
| 20 | 2026-05-01T11:46:38.588Z | process exited: duration 3135 ms, exit code 0 |
| |
| 21 | 2026-05-01T11:46:38.594Z | starting task 1: "rust-toolchain" |
| 22 | 2026-05-01T11:46:38.599Z | + printf ' * rust toolchain channel = "%s"\n' 1.94.1 |
| 23 | 2026-05-01T11:46:38.599Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2026-05-01T11:46:38.599Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2026-05-01T11:46:38.599Z | * rust toolchain channel = "1.94.1" |
| 26 | 2026-05-01T11:46:38.599Z | * rust toolchain profile = "default" |
| 27 | 2026-05-01T11:46:38.599Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-05-01T11:46:38.602Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-05-01T11:46:38.602Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.94.1 --profile default |
| 30 | 2026-05-01T11:46:38.668Z | info: downloading installer |
| 31 | 2026-05-01T11:46:39.979Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-05-01T11:46:39.979Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-05-01T11:46:39.979Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-05-01T11:46:39.979Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-05-01T11:46:40.007Z | info: profile set to default |
| 36 | 2026-05-01T11:46:40.007Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-05-01T11:46:40.007Z | info: syncing channel updates for 1.94.1-x86_64-unknown-illumos |
| 38 | 2026-05-01T11:46:40.127Z | info: latest update on 2026-03-26 for version 1.94.1 (e408947bf 2026-03-25) |
| 39 | 2026-05-01T11:46:40.130Z | info: downloading 6 components |
| 40 | 2026-05-01T11:46:54.426Z | info: default toolchain set to 1.94.1-x86_64-unknown-illumos |
| 41 | 2026-05-01T11:46:54.426Z | |
| 42 | 2026-05-01T11:46:54.461Z | 1.94.1-x86_64-unknown-illumos installed - rustc 1.94.1 (e408947bf 2026-03-25) |
| 43 | 2026-05-01T11:46:54.461Z | |
| 44 | 2026-05-01T11:46:54.461Z | |
| 45 | 2026-05-01T11:46:54.461Z | Rust is installed now. Great! |
| 46 | 2026-05-01T11:46:54.461Z | |
| 47 | 2026-05-01T11:46:54.461Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-05-01T11:46:54.462Z | environment variable. This has not been done automatically. |
| 49 | 2026-05-01T11:46:54.462Z | |
| 50 | 2026-05-01T11:46:54.462Z | To configure your current shell, you need to source |
| 51 | 2026-05-01T11:46:54.462Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-05-01T11:46:54.462Z | |
| 53 | 2026-05-01T11:46:54.462Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-05-01T11:46:54.465Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-05-01T11:46:54.465Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-05-01T11:46:54.465Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-05-01T11:46:54.465Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-05-01T11:46:54.465Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-05-01T11:46:54.465Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-05-01T11:46:54.465Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-05-01T11:46:54.465Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-05-01T11:46:54.555Z | + rustup --version |
| 63 | 2026-05-01T11:46:54.564Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-05-01T11:46:54.567Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-05-01T11:46:54.586Z | info: the currently active `rustc` version is `rustc 1.94.1 (e408947bf 2026-03-25)` |
| 66 | 2026-05-01T11:46:54.589Z | + cargo --version |
| 67 | 2026-05-01T11:46:54.601Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 68 | 2026-05-01T11:46:54.604Z | + rustc --version |
| 69 | 2026-05-01T11:46:54.623Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 70 | 2026-05-01T11:46:54.627Z | process exited: duration 16035 ms, exit code 0 |
| |
| 71 | 2026-05-01T11:46:54.633Z | starting task 2: "authentication" |
| 72 | 2026-05-01T11:46:54.649Z | process exited: duration 16 ms, exit code 0 |
| |
| 73 | 2026-05-01T11:46:54.655Z | starting task 3: "clone repository" |
| 74 | 2026-05-01T11:46:54.658Z | + mkdir -p /work/oxidecomputer/opte |
| 75 | 2026-05-01T11:46:54.661Z | + git clone https://github.com/oxidecomputer/opte /work/oxidecomputer/opte |
| 76 | 2026-05-01T11:46:54.689Z | Cloning into '/work/oxidecomputer/opte'... |
| 77 | 2026-05-01T11:46:55.477Z | + cd /work/oxidecomputer/opte |
| 78 | 2026-05-01T11:46:55.480Z | + git fetch origin 4583506ff42244759da4024be62185e7da2eba1a |
| 79 | 2026-05-01T11:46:55.713Z | From https://github.com/oxidecomputer/opte |
| 80 | 2026-05-01T11:46:55.713Z | * branch 4583506ff42244759da4024be62185e7da2eba1a -> FETCH_HEAD |
| 81 | 2026-05-01T11:46:55.719Z | + [[ -n helios3 ]] |
| 82 | 2026-05-01T11:46:55.722Z | ++ git branch --show-current |
| 83 | 2026-05-01T11:46:55.722Z | + current=master |
| 84 | 2026-05-01T11:46:55.722Z | + [[ master != helios3 ]] |
| 85 | 2026-05-01T11:46:55.722Z | + git branch -f helios3 4583506ff42244759da4024be62185e7da2eba1a |
| 86 | 2026-05-01T11:46:55.725Z | + git checkout -f helios3 |
| 87 | 2026-05-01T11:46:55.741Z | Switched to branch 'helios3' |
| 88 | 2026-05-01T11:46:55.744Z | + git reset --hard 4583506ff42244759da4024be62185e7da2eba1a |
| 89 | 2026-05-01T11:46:55.747Z | HEAD is now at 4583506 Switch to helios3; include helios version in package FMRI |
| 90 | 2026-05-01T11:46:55.747Z | process exited: duration 1090 ms, exit code 0 |
| |
| 91 | 2026-05-01T11:46:55.753Z | starting task 4: "build" |
| 92 | 2026-05-01T11:46:55.756Z | + source .github/buildomat/common.sh |
| 93 | 2026-05-01T11:46:55.759Z | ++ rustup show active-toolchain |
| 94 | 2026-05-01T11:46:55.762Z | 1.94.1-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/rust-toolchain.toml') |
| 95 | 2026-05-01T11:46:55.762Z | ++ pushd xde |
| 96 | 2026-05-01T11:46:55.762Z | /work/oxidecomputer/opte/xde /work/oxidecomputer/opte |
| 97 | 2026-05-01T11:46:55.762Z | ++ rustup show active-toolchain |
| 98 | 2026-05-01T11:46:55.767Z | info: syncing channel updates for nightly-2026-04-01-x86_64-unknown-illumos |
| 99 | 2026-05-01T11:46:55.923Z | info: latest update on 2026-04-01 for version 1.96.0-nightly (48cc71ee8 2026-03-31) |
| 100 | 2026-05-01T11:46:55.928Z | info: downloading 6 components |
| 101 | 2026-05-01T11:47:09.196Z | nightly-2026-04-01-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/opte/xde/rust-toolchain.toml') |
| 102 | 2026-05-01T11:47:09.283Z | +++ rustup show active-toolchain -v |
| 103 | 2026-05-01T11:47:09.286Z | +++ head -n 1 |
| 104 | 2026-05-01T11:47:09.286Z | +++ cut '-d ' -f1 |
| 105 | 2026-05-01T11:47:09.341Z | ++ export NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 106 | 2026-05-01T11:47:09.341Z | ++ NIGHTLY=nightly-2026-04-01-x86_64-unknown-illumos |
| 107 | 2026-05-01T11:47:09.341Z | ++ popd |
| 108 | 2026-05-01T11:47:09.344Z | /work/oxidecomputer/opte |
| 109 | 2026-05-01T11:47:09.344Z | + cargo --version |
| 110 | 2026-05-01T11:47:09.351Z | cargo 1.94.1 (29ea6fb6a 2026-03-24) |
| 111 | 2026-05-01T11:47:09.354Z | + rustc --version |
| 112 | 2026-05-01T11:47:09.373Z | rustc 1.94.1 (e408947bf 2026-03-25) |
| 113 | 2026-05-01T11:47:09.376Z | + cd lib/oxide-vpc |
| 114 | 2026-05-01T11:47:09.376Z | + header 'check style' |
| 115 | 2026-05-01T11:47:09.376Z | + echo '# ==== check style ==== #' |
| 116 | 2026-05-01T11:47:09.376Z | # ==== check style ==== # |
| 117 | 2026-05-01T11:47:09.376Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos fmt -- --check |
| 118 | 2026-05-01T11:47:09.510Z | |
| 119 | 2026-05-01T11:47:09.510Z | real 0.131987914 |
| 120 | 2026-05-01T11:47:09.510Z | user 0.087298940 |
| 121 | 2026-05-01T11:47:09.510Z | sys 0.040665097 |
| 122 | 2026-05-01T11:47:09.510Z | trap 0.000024885 |
| 123 | 2026-05-01T11:47:09.510Z | tflt 0.000024065 |
| 124 | 2026-05-01T11:47:09.513Z | dflt 0.000006811 |
| 125 | 2026-05-01T11:47:09.513Z | kflt 0.000000000 |
| 126 | 2026-05-01T11:47:09.513Z | lock 0.032673077 |
| 127 | 2026-05-01T11:47:09.513Z | slp 0.103570179 |
| 128 | 2026-05-01T11:47:09.513Z | lat 0.000693352 |
| 129 | 2026-05-01T11:47:09.513Z | stop 0.000093048 |
| 130 | 2026-05-01T11:47:09.513Z | + header 'check docs' |
| 131 | 2026-05-01T11:47:09.513Z | + echo '# ==== check docs ==== #' |
| 132 | 2026-05-01T11:47:09.513Z | # ==== check docs ==== # |
| 133 | 2026-05-01T11:47:09.513Z | + RUSTDOCFLAGS='-D warnings' |
| 134 | 2026-05-01T11:47:09.513Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos doc --no-default-features --features=api,std,engine,kernel |
| 135 | 2026-05-01T11:47:09.586Z | Updating crates.io index |
| 136 | 2026-05-01T11:47:09.619Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 137 | 2026-05-01T11:47:10.538Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 138 | 2026-05-01T11:47:10.801Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 139 | 2026-05-01T11:47:11.135Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 140 | 2026-05-01T11:47:11.505Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 141 | 2026-05-01T11:47:11.751Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 142 | 2026-05-01T11:47:11.981Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 143 | 2026-05-01T11:47:13.750Z | Downloading crates ... |
| 144 | 2026-05-01T11:47:13.798Z | Downloaded bitflags v1.3.2 |
| 145 | 2026-05-01T11:47:13.811Z | Downloaded generic-array v0.14.7 |
| 146 | 2026-05-01T11:47:13.815Z | Downloaded dtrace-parser v0.3.0 |
| 147 | 2026-05-01T11:47:13.818Z | Downloaded cobs v0.3.0 |
| 148 | 2026-05-01T11:47:13.821Z | Downloaded digest v0.10.7 |
| 149 | 2026-05-01T11:47:13.824Z | Downloaded ingot-types v0.1.2 |
| 150 | 2026-05-01T11:47:13.824Z | Downloaded plain v0.2.3 |
| 151 | 2026-05-01T11:47:13.828Z | Downloaded cfg-if v1.0.4 |
| 152 | 2026-05-01T11:47:13.831Z | Downloaded usdt-attr-macro v0.6.0 |
| 153 | 2026-05-01T11:47:13.834Z | Downloaded itoa v1.0.18 |
| 154 | 2026-05-01T11:47:13.834Z | Downloaded fnv v1.0.7 |
| 155 | 2026-05-01T11:47:13.834Z | Downloaded crypto-common v0.1.7 |
| 156 | 2026-05-01T11:47:13.837Z | Downloaded dof v0.4.0 |
| 157 | 2026-05-01T11:47:13.837Z | Downloaded ident_case v1.0.1 |
| 158 | 2026-05-01T11:47:13.837Z | Downloaded hash32 v0.3.1 |
| 159 | 2026-05-01T11:47:13.837Z | Downloaded defmt-parser v1.0.0 |
| 160 | 2026-05-01T11:47:13.840Z | Downloaded macaddr v1.0.1 |
| 161 | 2026-05-01T11:47:13.844Z | Downloaded defmt v0.3.100 |
| 162 | 2026-05-01T11:47:13.844Z | Downloaded embedded-io v0.6.1 |
| 163 | 2026-05-01T11:47:13.847Z | Downloaded version_check v0.9.5 |
| 164 | 2026-05-01T11:47:13.847Z | Downloaded darling_macro v0.21.3 |
| 165 | 2026-05-01T11:47:13.851Z | Downloaded block-buffer v0.10.4 |
| 166 | 2026-05-01T11:47:13.851Z | Downloaded cpufeatures v0.2.17 |
| 167 | 2026-05-01T11:47:13.851Z | Downloaded pretty-hex v0.4.2 |
| 168 | 2026-05-01T11:47:13.857Z | Downloaded managed v0.8.0 |
| 169 | 2026-05-01T11:47:13.862Z | Downloaded embedded-io v0.4.0 |
| 170 | 2026-05-01T11:47:13.866Z | Downloaded darling_macro v0.23.0 |
| 171 | 2026-05-01T11:47:13.866Z | Downloaded usdt-macro v0.6.0 |
| 172 | 2026-05-01T11:47:13.870Z | Downloaded scroll_derive v0.13.1 |
| 173 | 2026-05-01T11:47:13.876Z | Downloaded tabwriter v1.4.1 |
| 174 | 2026-05-01T11:47:13.880Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 175 | 2026-05-01T11:47:13.880Z | Downloaded usdt v0.6.0 |
| 176 | 2026-05-01T11:47:13.880Z | Downloaded ref-cast v1.0.25 |
| 177 | 2026-05-01T11:47:13.883Z | Downloaded thread-id v5.1.0 |
| 178 | 2026-05-01T11:47:13.887Z | Downloaded strsim v0.11.1 |
| 179 | 2026-05-01T11:47:13.890Z | Downloaded stable_deref_trait v1.2.1 |
| 180 | 2026-05-01T11:47:13.890Z | Downloaded ref-cast-impl v1.0.25 |
| 181 | 2026-05-01T11:47:13.896Z | Downloaded ipnetwork v0.21.1 |
| 182 | 2026-05-01T11:47:13.899Z | Downloaded ingot v0.1.1 |
| 183 | 2026-05-01T11:47:13.905Z | Downloaded dyn-clone v1.0.20 |
| 184 | 2026-05-01T11:47:13.908Z | Downloaded byteorder v1.5.0 |
| 185 | 2026-05-01T11:47:13.913Z | Downloaded usdt-impl v0.6.0 |
| 186 | 2026-05-01T11:47:13.916Z | Downloaded defmt v1.0.1 |
| 187 | 2026-05-01T11:47:13.919Z | Downloaded scroll v0.13.0 |
| 188 | 2026-05-01T11:47:13.922Z | Downloaded thiserror v2.0.18 |
| 189 | 2026-05-01T11:47:13.926Z | Downloaded zmij v1.0.21 |
| 190 | 2026-05-01T11:47:13.927Z | Downloaded thiserror-impl v2.0.18 |
| 191 | 2026-05-01T11:47:13.927Z | Downloaded serde_tokenstream v0.2.3 |
| 192 | 2026-05-01T11:47:13.927Z | Downloaded proc-macro-error2 v2.0.1 |
| 193 | 2026-05-01T11:47:13.930Z | Downloaded sha2 v0.10.9 |
| 194 | 2026-05-01T11:47:13.930Z | Downloaded quote v1.0.45 |
| 195 | 2026-05-01T11:47:13.933Z | Downloaded darling v0.21.3 |
| 196 | 2026-05-01T11:47:13.936Z | Downloaded pest_derive v2.8.6 |
| 197 | 2026-05-01T11:47:13.939Z | Downloaded defmt-macros v1.0.1 |
| 198 | 2026-05-01T11:47:13.939Z | Downloaded memmap2 v0.9.10 |
| 199 | 2026-05-01T11:47:13.942Z | Downloaded ingot-macros v0.1.1 |
| 200 | 2026-05-01T11:47:13.942Z | Downloaded either v1.15.0 |
| 201 | 2026-05-01T11:47:13.942Z | Downloaded crc32fast v1.5.0 |
| 202 | 2026-05-01T11:47:13.946Z | Downloaded bitflags v2.11.1 |
| 203 | 2026-05-01T11:47:13.949Z | Downloaded darling v0.23.0 |
| 204 | 2026-05-01T11:47:13.969Z | Downloaded unicode-ident v1.0.24 |
| 205 | 2026-05-01T11:47:13.972Z | Downloaded pest_generator v2.8.6 |
| 206 | 2026-05-01T11:47:13.975Z | Downloaded aho-corasick v1.1.4 |
| 207 | 2026-05-01T11:47:13.978Z | Downloaded log v0.4.29 |
| 208 | 2026-05-01T11:47:13.978Z | Downloaded postcard v1.1.3 |
| 209 | 2026-05-01T11:47:13.981Z | Downloaded ucd-trie v0.1.7 |
| 210 | 2026-05-01T11:47:13.984Z | Downloaded serde_core v1.0.228 |
| 211 | 2026-05-01T11:47:13.989Z | Downloaded uuid v1.23.1 |
| 212 | 2026-05-01T11:47:13.992Z | Downloaded memchr v2.8.0 |
| 213 | 2026-05-01T11:47:13.996Z | Downloaded darling_core v0.23.0 |
| 214 | 2026-05-01T11:47:14.001Z | Downloaded proc-macro2 v1.0.106 |
| 215 | 2026-05-01T11:47:14.004Z | Downloaded serde_derive v1.0.228 |
| 216 | 2026-05-01T11:47:14.004Z | Downloaded darling_core v0.21.3 |
| 217 | 2026-05-01T11:47:14.014Z | Downloaded heapless v0.8.0 |
| 218 | 2026-05-01T11:47:14.018Z | Downloaded pest_meta v2.8.6 |
| 219 | 2026-05-01T11:47:14.022Z | Downloaded serde v1.0.228 |
| 220 | 2026-05-01T11:47:14.031Z | Downloaded typenum v1.20.0 |
| 221 | 2026-05-01T11:47:14.034Z | Downloaded pest v2.8.6 |
| 222 | 2026-05-01T11:47:14.039Z | Downloaded zerocopy-derive v0.8.48 |
| 223 | 2026-05-01T11:47:14.071Z | Downloaded itertools v0.14.0 |
| 224 | 2026-05-01T11:47:14.101Z | Downloaded serde_json v1.0.149 |
| 225 | 2026-05-01T11:47:14.104Z | Downloaded regex v1.12.3 |
| 226 | 2026-05-01T11:47:14.115Z | Downloaded goblin v0.10.5 |
| 227 | 2026-05-01T11:47:14.144Z | Downloaded syn v2.0.117 |
| 228 | 2026-05-01T11:47:14.150Z | Downloaded zerocopy v0.8.48 |
| 229 | 2026-05-01T11:47:14.160Z | Downloaded smoltcp v0.11.0 |
| 230 | 2026-05-01T11:47:14.167Z | Downloaded unicode-width v0.2.2 |
| 231 | 2026-05-01T11:47:14.170Z | Downloaded regex-syntax v0.8.10 |
| 232 | 2026-05-01T11:47:14.197Z | Downloaded regex-automata v0.4.14 |
| 233 | 2026-05-01T11:47:14.205Z | Downloaded libc v0.2.186 |
| 234 | 2026-05-01T11:47:14.268Z | Compiling proc-macro2 v1.0.106 |
| 235 | 2026-05-01T11:47:14.268Z | Compiling quote v1.0.45 |
| 236 | 2026-05-01T11:47:14.268Z | Compiling unicode-ident v1.0.24 |
| 237 | 2026-05-01T11:47:14.271Z | Compiling ident_case v1.0.1 |
| 238 | 2026-05-01T11:47:14.271Z | Documenting unicode-ident v1.0.24 |
| 239 | 2026-05-01T11:47:14.271Z | Compiling strsim v0.11.1 |
| 240 | 2026-05-01T11:47:14.271Z | Compiling serde_core v1.0.228 |
| 241 | 2026-05-01T11:47:14.422Z | Compiling fnv v1.0.7 |
| 242 | 2026-05-01T11:47:14.442Z | Compiling memchr v2.8.0 |
| 243 | 2026-05-01T11:47:14.445Z | Compiling thiserror v2.0.18 |
| 244 | 2026-05-01T11:47:14.504Z | Compiling regex-syntax v0.8.10 |
| 245 | 2026-05-01T11:47:14.629Z | Compiling zerocopy v0.8.48 |
| 246 | 2026-05-01T11:47:14.707Z | Compiling serde v1.0.228 |
| 247 | 2026-05-01T11:47:15.002Z | Documenting proc-macro2 v1.0.106 |
| 248 | 2026-05-01T11:47:15.012Z | Compiling aho-corasick v1.1.4 |
| 249 | 2026-05-01T11:47:15.223Z | Checking byteorder v1.5.0 |
| 250 | 2026-05-01T11:47:15.245Z | Checking syn v2.0.117 |
| 251 | 2026-05-01T11:47:15.372Z | Compiling either v1.15.0 |
| 252 | 2026-05-01T11:47:15.578Z | Compiling itertools v0.14.0 |
| 253 | 2026-05-01T11:47:15.585Z | Documenting quote v1.0.45 |
| 254 | 2026-05-01T11:47:16.076Z | Documenting syn v2.0.117 |
| 255 | 2026-05-01T11:47:16.114Z | Compiling regex-automata v0.4.14 |
| 256 | 2026-05-01T11:47:16.166Z | Compiling heapless v0.8.0 |
| 257 | 2026-05-01T11:47:16.532Z | Checking bitflags v2.11.1 |
| 258 | 2026-05-01T11:47:16.623Z | Checking hash32 v0.3.1 |
| 259 | 2026-05-01T11:47:16.683Z | Documenting serde_core v1.0.228 |
| 260 | 2026-05-01T11:47:16.728Z | Checking macaddr v1.0.1 |
| 261 | 2026-05-01T11:47:16.794Z | Checking cfg-if v1.0.4 |
| 262 | 2026-05-01T11:47:16.850Z | Documenting memchr v2.8.0 |
| 263 | 2026-05-01T11:47:16.864Z | Checking stable_deref_trait v1.2.1 |
| 264 | 2026-05-01T11:47:16.928Z | Documenting regex-syntax v0.8.10 |
| 265 | 2026-05-01T11:47:17.284Z | Compiling smoltcp v0.11.0 |
| 266 | 2026-05-01T11:47:17.472Z | Documenting aho-corasick v1.1.4 |
| 267 | 2026-05-01T11:47:17.652Z | Checking darling_core v0.21.3 |
| 268 | 2026-05-01T11:47:18.038Z | Compiling regex v1.12.3 |
| 269 | 2026-05-01T11:47:18.369Z | Compiling darling_core v0.23.0 |
| 270 | 2026-05-01T11:47:18.410Z | Documenting regex-automata v0.4.14 |
| 271 | 2026-05-01T11:47:18.593Z | Checking bitflags v1.3.2 |
| 272 | 2026-05-01T11:47:18.659Z | Checking managed v0.8.0 |
| 273 | 2026-05-01T11:47:18.804Z | Documenting zerocopy-derive v0.8.48 |
| 274 | 2026-05-01T11:47:18.831Z | Documenting thiserror-impl v2.0.18 |
| 275 | 2026-05-01T11:47:18.946Z | Compiling thiserror-impl v2.0.18 |
| 276 | 2026-05-01T11:47:19.432Z | Compiling zerocopy-derive v0.8.48 |
| 277 | 2026-05-01T11:47:19.715Z | Compiling serde_derive v1.0.228 |
| 278 | 2026-05-01T11:47:19.771Z | Documenting regex v1.12.3 |
| 279 | 2026-05-01T11:47:19.820Z | Compiling darling_macro v0.21.3 |
| 280 | 2026-05-01T11:47:19.920Z | Documenting serde_derive v1.0.228 |
| 281 | 2026-05-01T11:47:20.101Z | Compiling ref-cast v1.0.25 |
| 282 | 2026-05-01T11:47:20.244Z | Checking cobs v0.3.0 |
| 283 | 2026-05-01T11:47:20.374Z | Documenting byteorder v1.5.0 |
| 284 | 2026-05-01T11:47:20.387Z | Compiling darling v0.21.3 |
| 285 | 2026-05-01T11:47:20.432Z | Compiling darling_macro v0.23.0 |
| 286 | 2026-05-01T11:47:20.456Z | Compiling ingot-macros v0.1.1 |
| 287 | 2026-05-01T11:47:20.485Z | Compiling crc32fast v1.5.0 |
| 288 | 2026-05-01T11:47:20.600Z | Documenting ingot-macros v0.1.1 |
| 289 | 2026-05-01T11:47:20.823Z | Documenting zerocopy v0.8.48 |
| 290 | 2026-05-01T11:47:20.902Z | Documenting hash32 v0.3.1 |
| 291 | 2026-05-01T11:47:21.044Z | Documenting thiserror v2.0.18 |
| 292 | 2026-05-01T11:47:21.094Z | Compiling ref-cast-impl v1.0.25 |
| 293 | 2026-05-01T11:47:21.588Z | Documenting bitflags v2.11.1 |
| 294 | 2026-05-01T11:47:21.719Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 295 | 2026-05-01T11:47:21.797Z | Documenting cfg-if v1.0.4 |
| 296 | 2026-05-01T11:47:21.961Z | Checking ipnetwork v0.21.1 |
| 297 | 2026-05-01T11:47:22.139Z | Documenting stable_deref_trait v1.2.1 |
| 298 | 2026-05-01T11:47:22.196Z | Checking unicode-width v0.2.2 |
| 299 | 2026-05-01T11:47:22.332Z | Documenting macaddr v1.0.1 |
| 300 | 2026-05-01T11:47:22.440Z | Documenting serde v1.0.228 |
| 301 | 2026-05-01T11:47:22.654Z | Compiling version_check v0.9.5 |
| 302 | 2026-05-01T11:47:22.838Z | Checking postcard v1.1.3 |
| 303 | 2026-05-01T11:47:22.880Z | Documenting heapless v0.8.0 |
| 304 | 2026-05-01T11:47:22.980Z | Documenting cobs v0.3.0 |
| 305 | 2026-05-01T11:47:23.004Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 306 | 2026-05-01T11:47:23.121Z | Compiling darling v0.23.0 |
| 307 | 2026-05-01T11:47:23.198Z | Documenting managed v0.8.0 |
| 308 | 2026-05-01T11:47:23.290Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 309 | 2026-05-01T11:47:23.664Z | Checking ingot-types v0.1.2 |
| 310 | 2026-05-01T11:47:23.977Z | Documenting ingot-types v0.1.2 |
| 311 | 2026-05-01T11:47:23.995Z | Checking tabwriter v1.4.1 |
| 312 | 2026-05-01T11:47:23.998Z | Checking ingot v0.1.1 |
| 313 | 2026-05-01T11:47:24.006Z | Documenting illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 314 | 2026-05-01T11:47:24.218Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 315 | 2026-05-01T11:47:24.253Z | Documenting ref-cast-impl v1.0.25 |
| 316 | 2026-05-01T11:47:24.286Z | Documenting either v1.15.0 |
| 317 | 2026-05-01T11:47:24.367Z | Documenting postcard v1.1.3 |
| 318 | 2026-05-01T11:47:24.467Z | Documenting smoltcp v0.11.0 |
| 319 | 2026-05-01T11:47:24.767Z | Documenting unicode-width v0.2.2 |
| 320 | 2026-05-01T11:47:24.810Z | Checking dyn-clone v1.0.20 |
| 321 | 2026-05-01T11:47:24.904Z | Documenting ipnetwork v0.21.1 |
| 322 | 2026-05-01T11:47:25.051Z | Documenting ingot v0.1.1 |
| 323 | 2026-05-01T11:47:25.240Z | Documenting itertools v0.14.0 |
| 324 | 2026-05-01T11:47:25.477Z | Documenting ref-cast v1.0.25 |
| 325 | 2026-05-01T11:47:25.515Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 326 | 2026-05-01T11:47:25.734Z | Documenting derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 327 | 2026-05-01T11:47:25.959Z | Documenting tabwriter v1.4.1 |
| 328 | 2026-05-01T11:47:26.333Z | Documenting crc32fast v1.5.0 |
| 329 | 2026-05-01T11:47:26.353Z | Documenting kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 330 | 2026-05-01T11:47:26.557Z | Documenting dyn-clone v1.0.20 |
| 331 | 2026-05-01T11:47:27.272Z | Documenting uuid v1.23.1 |
| 332 | 2026-05-01T11:47:27.443Z | Checking uuid v1.23.1 |
| 333 | 2026-05-01T11:47:27.705Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 334 | 2026-05-01T11:47:27.838Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 335 | 2026-05-01T11:47:27.923Z | Documenting opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 336 | 2026-05-01T11:47:30.224Z | Documenting opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 337 | 2026-05-01T11:47:32.406Z | Documenting oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 338 | 2026-05-01T11:47:33.986Z | Finished `dev` profile [optimized + debuginfo] target(s) in 24.47s |
| 339 | 2026-05-01T11:47:34.073Z | Generated /work/oxidecomputer/opte/target/doc/oxide_vpc/index.html |
| 340 | 2026-05-01T11:47:34.091Z | |
| 341 | 2026-05-01T11:47:34.094Z | real 24.568520970 |
| 342 | 2026-05-01T11:47:34.094Z | user 1:21.383564349 |
| 343 | 2026-05-01T11:47:34.094Z | sys 16.951889784 |
| 344 | 2026-05-01T11:47:34.094Z | trap 0.043171080 |
| 345 | 2026-05-01T11:47:34.094Z | tflt 0.031599502 |
| 346 | 2026-05-01T11:47:34.094Z | dflt 0.074715862 |
| 347 | 2026-05-01T11:47:34.094Z | kflt 0.004694152 |
| 348 | 2026-05-01T11:47:34.094Z | lock 8:19.206926017 |
| 349 | 2026-05-01T11:47:34.095Z | slp 4:48.985847045 |
| 350 | 2026-05-01T11:47:34.095Z | lat 7.364845104 |
| 351 | 2026-05-01T11:47:34.095Z | stop 9.739206884 |
| 352 | 2026-05-01T11:47:34.095Z | + header 'analyze std + api + usdt' |
| 353 | 2026-05-01T11:47:34.095Z | + echo '# ==== analyze std + api + usdt ==== #' |
| 354 | 2026-05-01T11:47:34.095Z | # ==== analyze std + api + usdt ==== # |
| 355 | 2026-05-01T11:47:34.095Z | + ptime -m cargo clippy --features usdt --all-targets -- --deny warnings |
| 356 | 2026-05-01T11:47:34.285Z | Downloading crates ... |
| 357 | 2026-05-01T11:47:34.342Z | Downloaded anyhow v1.0.102 |
| 358 | 2026-05-01T11:47:34.345Z | Downloaded futures-task v0.3.32 |
| 359 | 2026-05-01T11:47:34.345Z | Downloaded futures-macro v0.3.32 |
| 360 | 2026-05-01T11:47:34.348Z | Downloaded dtor-proc-macro v0.0.13 |
| 361 | 2026-05-01T11:47:34.348Z | Downloaded link-section v0.2.1 |
| 362 | 2026-05-01T11:47:34.351Z | Downloaded futures-sink v0.3.32 |
| 363 | 2026-05-01T11:47:34.351Z | Downloaded futures-core v0.3.32 |
| 364 | 2026-05-01T11:47:34.355Z | Downloaded typeid v1.0.3 |
| 365 | 2026-05-01T11:47:34.358Z | Downloaded rusticata-macros v5.0.0 |
| 366 | 2026-05-01T11:47:34.361Z | Downloaded circular v0.3.0 |
| 367 | 2026-05-01T11:47:34.364Z | Downloaded ctor-proc-macro v0.0.13 |
| 368 | 2026-05-01T11:47:34.364Z | Downloaded dtor v0.8.1 |
| 369 | 2026-05-01T11:47:34.364Z | Downloaded pin-project-lite v0.2.17 |
| 370 | 2026-05-01T11:47:34.367Z | Downloaded slab v0.4.12 |
| 371 | 2026-05-01T11:47:34.367Z | Downloaded ctor v0.10.1 |
| 372 | 2026-05-01T11:47:34.370Z | Downloaded futures-io v0.3.32 |
| 373 | 2026-05-01T11:47:34.373Z | Downloaded futures-executor v0.3.32 |
| 374 | 2026-05-01T11:47:34.373Z | Downloaded cookie-factory v0.3.3 |
| 375 | 2026-05-01T11:47:34.377Z | Downloaded once_cell v1.21.4 |
| 376 | 2026-05-01T11:47:34.382Z | Downloaded futures-channel v0.3.32 |
| 377 | 2026-05-01T11:47:34.385Z | Downloaded futures v0.3.32 |
| 378 | 2026-05-01T11:47:34.397Z | Downloaded ron v0.12.1 |
| 379 | 2026-05-01T11:47:34.402Z | Downloaded pcap-parser v0.17.0 |
| 380 | 2026-05-01T11:47:34.405Z | Downloaded futures-util v0.3.32 |
| 381 | 2026-05-01T11:47:34.411Z | Downloaded nom v8.0.0 |
| 382 | 2026-05-01T11:47:34.462Z | Compiling proc-macro2 v1.0.106 |
| 383 | 2026-05-01T11:47:34.462Z | Compiling quote v1.0.45 |
| 384 | 2026-05-01T11:47:34.462Z | Compiling unicode-ident v1.0.24 |
| 385 | 2026-05-01T11:47:34.465Z | Compiling memchr v2.8.0 |
| 386 | 2026-05-01T11:47:34.465Z | Compiling thiserror v2.0.18 |
| 387 | 2026-05-01T11:47:34.465Z | Compiling serde_core v1.0.228 |
| 388 | 2026-05-01T11:47:34.465Z | Compiling zerocopy v0.8.48 |
| 389 | 2026-05-01T11:47:34.645Z | Compiling zmij v1.0.21 |
| 390 | 2026-05-01T11:47:34.837Z | Compiling libc v0.2.186 |
| 391 | 2026-05-01T11:47:34.841Z | Compiling strsim v0.11.1 |
| 392 | 2026-05-01T11:47:34.868Z | Compiling ident_case v1.0.1 |
| 393 | 2026-05-01T11:47:34.884Z | Compiling ucd-trie v0.1.7 |
| 394 | 2026-05-01T11:47:34.931Z | Compiling serde_json v1.0.149 |
| 395 | 2026-05-01T11:47:35.061Z | Compiling pest v2.8.6 |
| 396 | 2026-05-01T11:47:35.106Z | Compiling serde v1.0.228 |
| 397 | 2026-05-01T11:47:35.310Z | Compiling fnv v1.0.7 |
| 398 | 2026-05-01T11:47:35.472Z | Compiling aho-corasick v1.1.4 |
| 399 | 2026-05-01T11:47:35.493Z | Checking byteorder v1.5.0 |
| 400 | 2026-05-01T11:47:35.650Z | Compiling syn v2.0.117 |
| 401 | 2026-05-01T11:47:35.686Z | Compiling regex-syntax v0.8.10 |
| 402 | 2026-05-01T11:47:35.690Z | Compiling itoa v1.0.18 |
| 403 | 2026-05-01T11:47:36.136Z | Compiling pest_meta v2.8.6 |
| 404 | 2026-05-01T11:47:36.247Z | Compiling either v1.15.0 |
| 405 | 2026-05-01T11:47:36.260Z | Compiling usdt-impl v0.6.0 |
| 406 | 2026-05-01T11:47:36.324Z | Checking bitflags v2.11.1 |
| 407 | 2026-05-01T11:47:36.445Z | Compiling itertools v0.14.0 |
| 408 | 2026-05-01T11:47:36.503Z | Compiling thread-id v5.1.0 |
| 409 | 2026-05-01T11:47:36.846Z | Checking futures-sink v0.3.32 |
| 410 | 2026-05-01T11:47:36.997Z | Compiling heapless v0.8.0 |
| 411 | 2026-05-01T11:47:37.075Z | Checking futures-core v0.3.32 |
| 412 | 2026-05-01T11:47:37.194Z | Compiling regex-automata v0.4.14 |
| 413 | 2026-05-01T11:47:37.282Z | Checking plain v0.2.3 |
| 414 | 2026-05-01T11:47:37.376Z | Checking log v0.4.29 |
| 415 | 2026-05-01T11:47:37.534Z | Checking futures-channel v0.3.32 |
| 416 | 2026-05-01T11:47:37.726Z | Checking hash32 v0.3.1 |
| 417 | 2026-05-01T11:47:37.740Z | Checking macaddr v1.0.1 |
| 418 | 2026-05-01T11:47:37.850Z | Compiling smoltcp v0.11.0 |
| 419 | 2026-05-01T11:47:37.881Z | Checking cfg-if v1.0.4 |
| 420 | 2026-05-01T11:47:37.885Z | Checking futures-task v0.3.32 |
| 421 | 2026-05-01T11:47:37.889Z | Checking pin-project-lite v0.2.17 |
| 422 | 2026-05-01T11:47:37.940Z | Checking pretty-hex v0.4.2 |
| 423 | 2026-05-01T11:47:37.966Z | Checking stable_deref_trait v1.2.1 |
| 424 | 2026-05-01T11:47:38.016Z | Checking slab v0.4.12 |
| 425 | 2026-05-01T11:47:38.031Z | Checking futures-io v0.3.32 |
| 426 | 2026-05-01T11:47:38.113Z | Compiling pest_generator v2.8.6 |
| 427 | 2026-05-01T11:47:38.139Z | Compiling darling_core v0.21.3 |
| 428 | 2026-05-01T11:47:38.169Z | Compiling darling_core v0.23.0 |
| 429 | 2026-05-01T11:47:38.653Z | Compiling crc32fast v1.5.0 |
| 430 | 2026-05-01T11:47:38.721Z | Checking bitflags v1.3.2 |
| 431 | 2026-05-01T11:47:38.737Z | Checking managed v0.8.0 |
| 432 | 2026-05-01T11:47:38.783Z | Compiling ref-cast v1.0.25 |
| 433 | 2026-05-01T11:47:38.914Z | Compiling regex v1.12.3 |
| 434 | 2026-05-01T11:47:38.924Z | Compiling version_check v0.9.5 |
| 435 | 2026-05-01T11:47:39.197Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 436 | 2026-05-01T11:47:39.318Z | Checking memmap2 v0.9.10 |
| 437 | 2026-05-01T11:47:39.359Z | Compiling thiserror-impl v2.0.18 |
| 438 | 2026-05-01T11:47:39.442Z | Compiling serde_derive v1.0.228 |
| 439 | 2026-05-01T11:47:39.477Z | Compiling zerocopy-derive v0.8.48 |
| 440 | 2026-05-01T11:47:39.837Z | Compiling pest_derive v2.8.6 |
| 441 | 2026-05-01T11:47:40.267Z | Compiling darling_macro v0.21.3 |
| 442 | 2026-05-01T11:47:40.288Z | Compiling scroll_derive v0.13.1 |
| 443 | 2026-05-01T11:47:40.315Z | Compiling futures-macro v0.3.32 |
| 444 | 2026-05-01T11:47:40.342Z | Compiling darling_macro v0.23.0 |
| 445 | 2026-05-01T11:47:40.360Z | Compiling ref-cast-impl v1.0.25 |
| 446 | 2026-05-01T11:47:40.792Z | Compiling dtrace-parser v0.3.0 |
| 447 | 2026-05-01T11:47:40.808Z | Compiling darling v0.21.3 |
| 448 | 2026-05-01T11:47:40.884Z | Compiling ingot-macros v0.1.1 |
| 449 | 2026-05-01T11:47:41.101Z | Checking scroll v0.13.0 |
| 450 | 2026-05-01T11:47:41.130Z | Checking futures-util v0.3.32 |
| 451 | 2026-05-01T11:47:41.177Z | Checking cobs v0.3.0 |
| 452 | 2026-05-01T11:47:41.318Z | Compiling darling v0.23.0 |
| 453 | 2026-05-01T11:47:41.323Z | Checking goblin v0.10.5 |
| 454 | 2026-05-01T11:47:41.393Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 455 | 2026-05-01T11:47:41.565Z | Checking ipnetwork v0.21.1 |
| 456 | 2026-05-01T11:47:41.683Z | Checking unicode-width v0.2.2 |
| 457 | 2026-05-01T11:47:41.930Z | Checking tabwriter v1.4.1 |
| 458 | 2026-05-01T11:47:42.073Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 459 | 2026-05-01T11:47:42.587Z | Checking postcard v1.1.3 |
| 460 | 2026-05-01T11:47:42.905Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 461 | 2026-05-01T11:47:42.989Z | Compiling serde_tokenstream v0.2.3 |
| 462 | 2026-05-01T11:47:43.030Z | Checking nom v8.0.0 |
| 463 | 2026-05-01T11:47:43.050Z | Checking futures-executor v0.3.32 |
| 464 | 2026-05-01T11:47:43.201Z | Checking futures v0.3.32 |
| 465 | 2026-05-01T11:47:43.270Z | Compiling anyhow v1.0.102 |
| 466 | 2026-05-01T11:47:43.278Z | Compiling typeid v1.0.3 |
| 467 | 2026-05-01T11:47:43.485Z | Checking dyn-clone v1.0.20 |
| 468 | 2026-05-01T11:47:43.554Z | Checking cookie-factory v0.3.3 |
| 469 | 2026-05-01T11:47:43.582Z | Checking uuid v1.23.1 |
| 470 | 2026-05-01T11:47:43.589Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 471 | 2026-05-01T11:47:43.702Z | Checking ingot-types v0.1.2 |
| 472 | 2026-05-01T11:47:43.714Z | Checking circular v0.3.0 |
| 473 | 2026-05-01T11:47:43.790Z | Compiling dof v0.4.0 |
| 474 | 2026-05-01T11:47:43.804Z | Compiling dtor-proc-macro v0.0.13 |
| 475 | 2026-05-01T11:47:43.914Z | Checking once_cell v1.21.4 |
| 476 | 2026-05-01T11:47:43.929Z | Checking link-section v0.2.1 |
| 477 | 2026-05-01T11:47:44.013Z | Compiling ctor-proc-macro v0.0.13 |
| 478 | 2026-05-01T11:47:44.034Z | Checking ron v0.12.1 |
| 479 | 2026-05-01T11:47:44.042Z | Checking ingot v0.1.1 |
| 480 | 2026-05-01T11:47:44.134Z | Checking dtor v0.8.1 |
| 481 | 2026-05-01T11:47:44.313Z | Checking ctor v0.10.1 |
| 482 | 2026-05-01T11:47:44.722Z | Compiling usdt-attr-macro v0.6.0 |
| 483 | 2026-05-01T11:47:44.722Z | Compiling usdt-macro v0.6.0 |
| 484 | 2026-05-01T11:47:44.927Z | Checking rusticata-macros v5.0.0 |
| 485 | 2026-05-01T11:47:45.048Z | Checking pcap-parser v0.17.0 |
| 486 | 2026-05-01T11:47:45.326Z | Checking usdt v0.6.0 |
| 487 | 2026-05-01T11:47:45.536Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 488 | 2026-05-01T11:47:49.857Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 489 | 2026-05-01T11:47:51.486Z | Checking opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 490 | 2026-05-01T11:47:53.752Z | Finished `dev` profile [optimized + debuginfo] target(s) in 19.61s |
| 491 | 2026-05-01T11:47:53.788Z | |
| 492 | 2026-05-01T11:47:53.791Z | real 19.695154347 |
| 493 | 2026-05-01T11:47:53.791Z | user 1:13.665164222 |
| 494 | 2026-05-01T11:47:53.791Z | sys 15.087078152 |
| 495 | 2026-05-01T11:47:53.791Z | trap 0.040234410 |
| 496 | 2026-05-01T11:47:53.791Z | tflt 0.131625821 |
| 497 | 2026-05-01T11:47:53.791Z | dflt 0.154908311 |
| 498 | 2026-05-01T11:47:53.791Z | kflt 0.000008742 |
| 499 | 2026-05-01T11:47:53.791Z | lock 4:05.554581880 |
| 500 | 2026-05-01T11:47:53.791Z | slp 3:52.829243398 |
| 501 | 2026-05-01T11:47:53.791Z | lat 4.283652579 |
| 502 | 2026-05-01T11:47:53.791Z | stop 8.096919441 |
| 503 | 2026-05-01T11:47:53.791Z | + header 'analyze no_std + engine + kernel' |
| 504 | 2026-05-01T11:47:53.791Z | + echo '# ==== analyze no_std + engine + kernel ==== #' |
| 505 | 2026-05-01T11:47:53.791Z | # ==== analyze no_std + engine + kernel ==== # |
| 506 | 2026-05-01T11:47:53.791Z | + ptime -m cargo +nightly-2026-04-01-x86_64-unknown-illumos clippy --no-default-features --features engine,kernel |
| 507 | 2026-05-01T11:47:53.971Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 508 | 2026-05-01T11:47:53.971Z | Checking illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 509 | 2026-05-01T11:47:53.974Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 510 | 2026-05-01T11:47:53.974Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 511 | 2026-05-01T11:47:54.238Z | Checking opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 512 | 2026-05-01T11:47:58.448Z | Checking oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 513 | 2026-05-01T11:48:00.007Z | Finished `dev` profile [optimized + debuginfo] target(s) in 6.17s |
| 514 | 2026-05-01T11:48:00.036Z | |
| 515 | 2026-05-01T11:48:00.037Z | real 6.243590481 |
| 516 | 2026-05-01T11:48:00.037Z | user 6.480146616 |
| 517 | 2026-05-01T11:48:00.037Z | sys 1.009687726 |
| 518 | 2026-05-01T11:48:00.037Z | trap 0.000765452 |
| 519 | 2026-05-01T11:48:00.037Z | tflt 0.009709462 |
| 520 | 2026-05-01T11:48:00.037Z | dflt 0.003420072 |
| 521 | 2026-05-01T11:48:00.037Z | kflt 0.000000000 |
| 522 | 2026-05-01T11:48:00.037Z | lock 21.785663083 |
| 523 | 2026-05-01T11:48:00.037Z | slp 22.679209203 |
| 524 | 2026-05-01T11:48:00.037Z | lat 0.021863328 |
| 525 | 2026-05-01T11:48:00.037Z | stop 0.259311938 |
| 526 | 2026-05-01T11:48:00.040Z | + header test |
| 527 | 2026-05-01T11:48:00.040Z | + echo '# ==== test ==== #' |
| 528 | 2026-05-01T11:48:00.040Z | + ptime -m cargo test |
| 529 | 2026-05-01T11:48:00.040Z | # ==== test ==== # |
| 530 | 2026-05-01T11:48:00.198Z | Compiling memchr v2.8.0 |
| 531 | 2026-05-01T11:48:00.198Z | Compiling serde_core v1.0.228 |
| 532 | 2026-05-01T11:48:00.201Z | Compiling thiserror v2.0.18 |
| 533 | 2026-05-01T11:48:00.201Z | Compiling zerocopy v0.8.48 |
| 534 | 2026-05-01T11:48:00.227Z | Compiling byteorder v1.5.0 |
| 535 | 2026-05-01T11:48:00.230Z | Compiling unicode-ident v1.0.24 |
| 536 | 2026-05-01T11:48:00.233Z | Compiling zmij v1.0.21 |
| 537 | 2026-05-01T11:48:00.233Z | Compiling libc v0.2.186 |
| 538 | 2026-05-01T11:48:00.309Z | Compiling scroll v0.13.0 |
| 539 | 2026-05-01T11:48:00.353Z | Compiling proc-macro2 v1.0.106 |
| 540 | 2026-05-01T11:48:00.437Z | Compiling itoa v1.0.18 |
| 541 | 2026-05-01T11:48:00.573Z | Compiling plain v0.2.3 |
| 542 | 2026-05-01T11:48:00.576Z | Compiling futures-sink v0.3.32 |
| 543 | 2026-05-01T11:48:00.596Z | Compiling log v0.4.29 |
| 544 | 2026-05-01T11:48:00.665Z | Compiling futures-core v0.3.32 |
| 545 | 2026-05-01T11:48:00.669Z | Compiling ucd-trie v0.1.7 |
| 546 | 2026-05-01T11:48:00.695Z | Compiling hash32 v0.3.1 |
| 547 | 2026-05-01T11:48:00.812Z | Compiling pest v2.8.6 |
| 548 | 2026-05-01T11:48:00.826Z | Compiling futures-channel v0.3.32 |
| 549 | 2026-05-01T11:48:00.860Z | Compiling goblin v0.10.5 |
| 550 | 2026-05-01T11:48:01.062Z | Compiling quote v1.0.45 |
| 551 | 2026-05-01T11:48:01.379Z | Compiling pretty-hex v0.4.2 |
| 552 | 2026-05-01T11:48:01.513Z | Compiling macaddr v1.0.1 |
| 553 | 2026-05-01T11:48:01.738Z | Compiling stable_deref_trait v1.2.1 |
| 554 | 2026-05-01T11:48:01.762Z | Compiling cfg-if v1.0.4 |
| 555 | 2026-05-01T11:48:01.805Z | Compiling futures-io v0.3.32 |
| 556 | 2026-05-01T11:48:01.809Z | Compiling pin-project-lite v0.2.17 |
| 557 | 2026-05-01T11:48:01.824Z | Compiling slab v0.4.12 |
| 558 | 2026-05-01T11:48:01.892Z | Compiling futures-task v0.3.32 |
| 559 | 2026-05-01T11:48:01.991Z | Compiling serde v1.0.228 |
| 560 | 2026-05-01T11:48:02.005Z | Compiling bitflags v2.11.1 |
| 561 | 2026-05-01T11:48:02.089Z | Compiling serde_json v1.0.149 |
| 562 | 2026-05-01T11:48:02.226Z | Compiling futures-util v0.3.32 |
| 563 | 2026-05-01T11:48:02.417Z | Compiling dtrace-parser v0.3.0 |
| 564 | 2026-05-01T11:48:02.561Z | Compiling heapless v0.8.0 |
| 565 | 2026-05-01T11:48:02.643Z | Compiling syn v2.0.117 |
| 566 | 2026-05-01T11:48:03.003Z | Compiling thread-id v5.1.0 |
| 567 | 2026-05-01T11:48:03.081Z | Compiling ingot-types v0.1.2 |
| 568 | 2026-05-01T11:48:03.161Z | Compiling cobs v0.3.0 |
| 569 | 2026-05-01T11:48:03.236Z | Compiling managed v0.8.0 |
| 570 | 2026-05-01T11:48:03.437Z | Compiling bitflags v1.3.2 |
| 571 | 2026-05-01T11:48:03.456Z | Compiling opte v0.1.0 (/work/oxidecomputer/opte/lib/opte) |
| 572 | 2026-05-01T11:48:03.474Z | Compiling ingot v0.1.1 |
| 573 | 2026-05-01T11:48:03.502Z | Compiling smoltcp v0.11.0 |
| 574 | 2026-05-01T11:48:03.682Z | Compiling postcard v1.1.3 |
| 575 | 2026-05-01T11:48:04.030Z | Compiling dof v0.4.0 |
| 576 | 2026-05-01T11:48:04.963Z | Compiling futures-executor v0.3.32 |
| 577 | 2026-05-01T11:48:05.256Z | Compiling usdt-impl v0.6.0 |
| 578 | 2026-05-01T11:48:05.571Z | Compiling illumos-sys-hdrs v0.1.0 (/work/oxidecomputer/opte/crates/illumos-sys-hdrs) |
| 579 | 2026-05-01T11:48:05.716Z | Compiling memmap2 v0.9.10 |
| 580 | 2026-05-01T11:48:06.017Z | Compiling ipnetwork v0.21.1 |
| 581 | 2026-05-01T11:48:06.131Z | Compiling unicode-width v0.2.2 |
| 582 | 2026-05-01T11:48:06.167Z | Compiling either v1.15.0 |
| 583 | 2026-05-01T11:48:06.344Z | Compiling itertools v0.14.0 |
| 584 | 2026-05-01T11:48:06.434Z | Compiling tabwriter v1.4.1 |
| 585 | 2026-05-01T11:48:06.561Z | Compiling opte-api v0.1.0 (/work/oxidecomputer/opte/crates/opte-api) |
| 586 | 2026-05-01T11:48:06.858Z | Compiling ref-cast v1.0.25 |
| 587 | 2026-05-01T11:48:06.955Z | Compiling usdt v0.6.0 |
| 588 | 2026-05-01T11:48:07.284Z | Compiling derror-macro v0.1.0 (/work/oxidecomputer/opte/crates/derror-macro) |
| 589 | 2026-05-01T11:48:07.612Z | Compiling futures v0.3.32 |
| 590 | 2026-05-01T11:48:07.727Z | Compiling crc32fast v1.5.0 |
| 591 | 2026-05-01T11:48:07.780Z | Compiling nom v8.0.0 |
| 592 | 2026-05-01T11:48:07.974Z | Compiling kstat-macro v0.1.0 (/work/oxidecomputer/opte/crates/kstat-macro) |
| 593 | 2026-05-01T11:48:07.977Z | Compiling dyn-clone v1.0.20 |
| 594 | 2026-05-01T11:48:08.012Z | Compiling cookie-factory v0.3.3 |
| 595 | 2026-05-01T11:48:08.145Z | Compiling uuid v1.23.1 |
| 596 | 2026-05-01T11:48:08.342Z | Compiling circular v0.3.0 |
| 597 | 2026-05-01T11:48:08.599Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=main#5bf62f6b) |
| 598 | 2026-05-01T11:48:08.745Z | Compiling dtor v0.8.1 |
| 599 | 2026-05-01T11:48:08.823Z | Compiling typeid v1.0.3 |
| 600 | 2026-05-01T11:48:08.830Z | Compiling anyhow v1.0.102 |
| 601 | 2026-05-01T11:48:08.841Z | Compiling once_cell v1.21.4 |
| 602 | 2026-05-01T11:48:08.933Z | Compiling link-section v0.2.1 |
| 603 | 2026-05-01T11:48:09.002Z | Compiling ron v0.12.1 |
| 604 | 2026-05-01T11:48:09.023Z | Compiling ctor v0.10.1 |
| 605 | 2026-05-01T11:48:10.342Z | Compiling rusticata-macros v5.0.0 |
| 606 | 2026-05-01T11:48:10.689Z | Compiling pcap-parser v0.17.0 |
| 607 | 2026-05-01T11:48:14.477Z | Compiling oxide-vpc v0.1.0 (/work/oxidecomputer/opte/lib/oxide-vpc) |
| 608 | 2026-05-01T11:48:16.754Z | Compiling opte-test-utils v0.1.0 (/work/oxidecomputer/opte/lib/opte-test-utils) |
| 609 | 2026-05-01T11:48:54.578Z | Finished `test` profile [optimized + debuginfo] target(s) in 54.54s |
| 610 | 2026-05-01T11:48:54.595Z | Running unittests src/lib.rs (/work/oxidecomputer/opte/target/debug/deps/oxide_vpc-a48975acc7d3c94b) |
| 611 | 2026-05-01T11:48:54.598Z | |
| 612 | 2026-05-01T11:48:54.598Z | running 15 tests |
| 613 | 2026-05-01T11:48:54.598Z | test api::tests::parse_bad_proto_filter ... ok |
| 614 | 2026-05-01T11:48:54.598Z | test cfg::tests::test_required_nat_space ... ok |
| 615 | 2026-05-01T11:48:54.598Z | test api::tests::parse_good_address ... ok |
| 616 | 2026-05-01T11:48:54.598Z | test api::tests::parse_good_proto_filter ... ok |
| 617 | 2026-05-01T11:48:54.598Z | test api::tests::ports_from_str_bad ... ok |
| 618 | 2026-05-01T11:48:54.598Z | test api::tests::ports_from_str_good ... ok |
| 619 | 2026-05-01T11:48:54.599Z | test cfg::tests::test_required_nat_space_only_ipv4 ... ok |
| 620 | 2026-05-01T11:48:54.599Z | test api::tests::parse_bad_address ... ok |
| 621 | 2026-05-01T11:48:54.599Z | test cfg::tests::test_required_nat_space_only_ipv6 ... ok |
| 622 | 2026-05-01T11:48:54.599Z | test engine::geneve::test::option_packet_length_with_known_options ... ok |
| 623 | 2026-05-01T11:48:54.599Z | test engine::geneve::test::parse_multicast_replication_values ... ok |
| 624 | 2026-05-01T11:48:54.599Z | test engine::geneve::test::parse_multi_opt ... ok |
| 625 | 2026-05-01T11:48:54.599Z | test engine::geneve::test::parse_single_opt ... ok |
| 626 | 2026-05-01T11:48:54.599Z | test engine::geneve::test::unknown_crit_option_fails ... ok |
| 627 | 2026-05-01T11:48:54.602Z | test engine::firewall::tests::port_predicate_simplification ... ok |
| 628 | 2026-05-01T11:48:54.602Z | |
| 629 | 2026-05-01T11:48:54.602Z | test result: ok. 15 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 630 | 2026-05-01T11:48:54.602Z | |
| 631 | 2026-05-01T11:48:54.602Z | Running tests/firewall_tests.rs (/work/oxidecomputer/opte/target/debug/deps/firewall_tests-4d5c561e37630ae0) |
| 632 | 2026-05-01T11:48:54.602Z | |
| 633 | 2026-05-01T11:48:54.602Z | running 4 tests |
| 634 | 2026-05-01T11:48:54.605Z | test firewall_vni_outbound ... ok |
| 635 | 2026-05-01T11:48:54.605Z | test firewall_external_inbound ... ok |
| 636 | 2026-05-01T11:48:54.605Z | test firewall_vni_inbound ... ok |
| 637 | 2026-05-01T11:48:54.605Z | test firewall_replace_rules ... ok |
| 638 | 2026-05-01T11:48:54.605Z | |
| 639 | 2026-05-01T11:48:54.605Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 640 | 2026-05-01T11:48:54.607Z | |
| 641 | 2026-05-01T11:48:54.607Z | Running tests/fuzz_regression.rs (/work/oxidecomputer/opte/target/debug/deps/fuzz_regression-63b6c5df0974e057) |
| 642 | 2026-05-01T11:48:54.607Z | |
| 643 | 2026-05-01T11:48:54.607Z | running 2 tests |
| 644 | 2026-05-01T11:48:54.607Z | test parse_in_regression ... ok |
| 645 | 2026-05-01T11:48:54.607Z | test parse_out_regression ... ok |
| 646 | 2026-05-01T11:48:54.607Z | |
| 647 | 2026-05-01T11:48:54.607Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 648 | 2026-05-01T11:48:54.607Z | |
| 649 | 2026-05-01T11:48:54.610Z | Running tests/integration_tests.rs (/work/oxidecomputer/opte/target/debug/deps/integration_tests-6d5bf4fd70390e8b) |
| 650 | 2026-05-01T11:48:54.610Z | |
| 651 | 2026-05-01T11:48:54.610Z | running 47 tests |
| 652 | 2026-05-01T11:48:54.611Z | test bad_ip_len ... ok |
| 653 | 2026-05-01T11:48:54.611Z | test check_layers ... ok |
| 654 | 2026-05-01T11:48:54.611Z | test add_remove_fw_rule ... ok |
| 655 | 2026-05-01T11:48:54.611Z | test arp_gateway ... ok |
| 656 | 2026-05-01T11:48:54.611Z | test external_attached_subnets_cannot_reach_internal ... ok |
| 657 | 2026-05-01T11:48:54.611Z | test anti_spoof ... ok |
| 658 | 2026-05-01T11:48:54.611Z | test ephemeral_ip_preferred_over_snat_outbound ... ok |
| 659 | 2026-05-01T11:48:54.611Z | test external_attached_subnets_dont_apply_nat ... ok |
| 660 | 2026-05-01T11:48:54.611Z | test flow_expiration ... ok |
| 661 | 2026-05-01T11:48:54.611Z | test gateway_icmp4_ping ... ok |
| 662 | 2026-05-01T11:48:54.611Z | test external_ip_reconfigurable ... ok |
| 663 | 2026-05-01T11:48:54.611Z | test gateway_icmpv6_ping ... ok |
| 664 | 2026-05-01T11:48:54.611Z | test early_tcp_invalidation ... ok |
| 665 | 2026-05-01T11:48:54.611Z | test gateway_router_advert_reply ... ok |
| 666 | 2026-05-01T11:48:54.611Z | test external_ip_epoch_affinity_preserved ... ok |
| 667 | 2026-05-01T11:48:54.611Z | test guest_to_guest_diff_vpc_no_peer ... ok |
| 668 | 2026-05-01T11:48:54.611Z | test guest_to_guest_no_route ... ok |
| 669 | 2026-05-01T11:48:54.611Z | test guest_to_guest ... ok |
| 670 | 2026-05-01T11:48:54.611Z | test guest_to_internet_ipv4 ... ok |
| 671 | 2026-05-01T11:48:54.611Z | test guest_to_internet_ipv6 ... ok |
| 672 | 2026-05-01T11:48:54.611Z | test inbound_ndp_dropped_at_gateway ... ok |
| 673 | 2026-05-01T11:48:54.615Z | test icmp_inner_has_nat_applied ... ok |
| 674 | 2026-05-01T11:48:54.615Z | test icmpv6_inner_has_nat_applied ... ok |
| 675 | 2026-05-01T11:48:54.615Z | test intra_subnet_routes_with_custom ... ok |
| 676 | 2026-05-01T11:48:54.615Z | test external_ip_balanced_over_floating_ips ... ok |
| 677 | 2026-05-01T11:48:54.615Z | test internal_attached_subnets ... ok |
| 678 | 2026-05-01T11:48:54.615Z | test outbound_ndp_dropped ... ok |
| 679 | 2026-05-01T11:48:54.615Z | test no_panic_on_flow_table_full ... ok |
| 680 | 2026-05-01T11:48:54.615Z | test packet_body_pullup ... ok |
| 681 | 2026-05-01T11:48:54.615Z | test external_ip_receive_and_reply_on_all ... ok |
| 682 | 2026-05-01T11:48:54.615Z | test port_transition_running ... ok |
| 683 | 2026-05-01T11:48:54.615Z | test port_transition_reset ... ok |
| 684 | 2026-05-01T11:48:54.615Z | test test_drop_on_unknown_critical_option ... ok |
| 685 | 2026-05-01T11:48:54.615Z | test port_as_router_target ... ok |
| 686 | 2026-05-01T11:48:54.615Z | test select_eip_conditioned_on_igw ... ok |
| 687 | 2026-05-01T11:48:54.615Z | test port_transition_pause ... ok |
| 688 | 2026-05-01T11:48:54.615Z | test snat_icmp6_echo_rewrite ... ok |
| 689 | 2026-05-01T11:48:54.615Z | test snat_icmp4_echo_rewrite ... ok |
| 690 | 2026-05-01T11:48:54.615Z | test tcp_inbound ... ok |
| 691 | 2026-05-01T11:48:54.615Z | test tcp_outbound ... ok |
| 692 | 2026-05-01T11:48:54.615Z | test test_v6_ext_hdr_geneve_offset_ok ... ok |
| 693 | 2026-05-01T11:48:54.615Z | test test_ipv6_multicast_encapsulation ... ok |
| 694 | 2026-05-01T11:48:54.615Z | test test_gateway_neighbor_advert_reply ... ok |
| 695 | 2026-05-01T11:48:54.615Z | test test_tcp_multicast_denied ... ok |
| 696 | 2026-05-01T11:48:54.615Z | test test_reply_to_dhcpv6_solicit_or_request ... ok |
| 697 | 2026-05-01T11:48:54.615Z | test uft_lft_invalidation_out ... ok |
| 698 | 2026-05-01T11:48:54.615Z | test uft_lft_invalidation_in ... ok |
| 699 | 2026-05-01T11:48:54.615Z | |
| 700 | 2026-05-01T11:48:54.615Z | test result: ok. 47 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 701 | 2026-05-01T11:48:54.615Z | |
| 702 | 2026-05-01T11:48:54.615Z | Doc-tests oxide_vpc |
| 703 | 2026-05-01T11:48:54.913Z | |
| 704 | 2026-05-01T11:48:54.913Z | running 0 tests |
| 705 | 2026-05-01T11:48:54.913Z | |
| 706 | 2026-05-01T11:48:54.913Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 707 | 2026-05-01T11:48:54.913Z | |
| 708 | 2026-05-01T11:48:54.942Z | |
| 709 | 2026-05-01T11:48:54.942Z | real 54.908177269 |
| 710 | 2026-05-01T11:48:54.942Z | user 3:16.246996455 |
| 711 | 2026-05-01T11:48:54.942Z | sys 11.838926212 |
| 712 | 2026-05-01T11:48:54.942Z | trap 0.094984409 |
| 713 | 2026-05-01T11:48:54.942Z | tflt 0.235134206 |
| 714 | 2026-05-01T11:48:54.942Z | dflt 0.247862245 |
| 715 | 2026-05-01T11:48:54.942Z | kflt 0.018214406 |
| 716 | 2026-05-01T11:48:54.942Z | lock 12:45.004111295 |
| 717 | 2026-05-01T11:48:54.942Z | slp 6:32.426964079 |
| 718 | 2026-05-01T11:48:54.943Z | lat 8.380289388 |
| 719 | 2026-05-01T11:48:54.943Z | stop 5.472111622 |
| 720 | 2026-05-01T11:48:54.946Z | process exited: duration 119219 ms, exit code 0 |
| |
| 721 | 2026-05-01T11:48:54.953Z | found 0 output files |