|
|
|
| 1 | 2026-09-09T03:39:43.991Z | job assigned to worker 01M223YGKB7FYE77RKSYEGT29M [factory aws, i-0ad1ebbe13942f7a9] (queued for 51 s) |
| |
| 2 | 2026-09-09T03:39:51.253Z | starting task 0: "setup" |
| 3 | 2026-09-09T03:39:51.257Z | ++ uname -s |
| 4 | 2026-09-09T03:39:51.257Z | + kern=SunOS |
| 5 | 2026-09-09T03:39:51.257Z | + build_user=build |
| 6 | 2026-09-09T03:39:51.257Z | + build_uid=12345 |
| 7 | 2026-09-09T03:39:51.258Z | + work_dir=/work |
| 8 | 2026-09-09T03:39:51.258Z | + input_dir=/input |
| 9 | 2026-09-09T03:39:51.258Z | + [[ 0 == 12345 ]] |
| 10 | 2026-09-09T03:39:51.258Z | + case "$kern" in |
| 11 | 2026-09-09T03:39:51.258Z | + groupadd -g 12345 build |
| 12 | 2026-09-09T03:39:51.258Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-09-09T03:39:53.263Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-09-09T03:39:53.378Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-09-09T03:39:53.381Z | + home_fs=zfs |
| 16 | 2026-09-09T03:39:53.381Z | + [[ zfs == autofs ]] |
| 17 | 2026-09-09T03:39:53.381Z | + mkdir -p /home/build |
| 18 | 2026-09-09T03:39:53.381Z | + chown build:build /home/build /work |
| 19 | 2026-09-09T03:39:54.409Z | + chmod 0700 /home/build /work |
| 20 | 2026-09-09T03:39:54.422Z | process exited: duration 3133 ms, exit code 0 |
| |
| 21 | 2026-09-09T03:39:54.453Z | starting task 1: "rust-toolchain" |
| 22 | 2026-09-09T03:39:54.587Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 23 | 2026-09-09T03:39:54.587Z | * rust toolchain channel = "stable" |
| 24 | 2026-09-09T03:39:54.587Z | * rust toolchain profile = "default" |
| 25 | 2026-09-09T03:39:54.587Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 26 | 2026-09-09T03:39:54.587Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-09-09T03:39:54.588Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 28 | 2026-09-09T03:39:54.588Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-09-09T03:39:54.588Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-09-09T03:39:54.591Z | info: downloading installer |
| 31 | 2026-09-09T03:39:55.748Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2026-09-09T03:39:55.748Z | warn: /opt/ooce/bin |
| 33 | 2026-09-09T03:39:55.748Z | warn: This could mean one of the following: |
| 34 | 2026-09-09T03:39:55.748Z | warn: - You have already installed rustup: you can quit the installer right now. |
| 35 | 2026-09-09T03:39:55.748Z | warn: - You haven't installed rustup yet, but have Rust installed from elsewhere. |
| 36 | 2026-09-09T03:39:55.748Z | warn: In the latter case, rustup can coexist with and adopt your existing Rust. |
| 37 | 2026-09-09T03:39:55.748Z | warn: To adopt, please reply `yes`, or set RUSTUP_INIT_SKIP_PATH_CHECK to yes, |
| 38 | 2026-09-09T03:39:55.748Z | warn: or pass `-y` to ignore all ignorable checks, then follow the instructions at: |
| 39 | 2026-09-09T03:39:55.748Z | warn: <https://rust-lang.github.io/rustup/installation/already-installed-rust.html> |
| 40 | 2026-09-09T03:39:55.748Z | error: cannot install while Rust is installed |
| 41 | 2026-09-09T03:39:55.748Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 42 | 2026-09-09T03:39:55.763Z | info: profile set to default |
| 43 | 2026-09-09T03:39:55.763Z | info: default host tuple is x86_64-unknown-illumos |
| 44 | 2026-09-09T03:39:55.763Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 45 | 2026-09-09T03:39:55.894Z | info: latest update on 2026-09-03 for version 1.98.1 (48a229cea 2026-09-01) |
| 46 | 2026-09-09T03:39:55.911Z | info: downloading 6 components |
| 47 | 2026-09-09T03:40:10.036Z | |
| 48 | 2026-09-09T03:40:10.036Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 49 | 2026-09-09T03:40:10.067Z | stable-x86_64-unknown-illumos installed - rustc 1.98.1 (48a229cea 2026-09-01) |
| 50 | 2026-09-09T03:40:10.067Z | |
| 51 | 2026-09-09T03:40:10.070Z | |
| 52 | 2026-09-09T03:40:10.070Z | Rust is installed now. Great! |
| 53 | 2026-09-09T03:40:10.070Z | |
| 54 | 2026-09-09T03:40:10.070Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 55 | 2026-09-09T03:40:10.071Z | environment variable. This has not been done automatically. |
| 56 | 2026-09-09T03:40:10.071Z | |
| 57 | 2026-09-09T03:40:10.071Z | To configure your current shell, you need to source |
| 58 | 2026-09-09T03:40:10.071Z | the corresponding env file under $HOME/.cargo. |
| 59 | 2026-09-09T03:40:10.071Z | |
| 60 | 2026-09-09T03:40:10.071Z | Consider running the right command for your shell (note the leading DOT): |
| 61 | 2026-09-09T03:40:10.071Z | . "$HOME/.cargo/env" # For sh/ash/dash/pdksh |
| 62 | 2026-09-09T03:40:10.071Z | cargo:rerun-if-env-changed=CC_x86_64-unknown-illumos |
| 63 | 2026-09-09T03:40:10.071Z | CC_x86_64-unknown-illumos = None |
| 64 | 2026-09-09T03:40:10.071Z | cargo:rerun-if-env-changed=CC_x86_64_unknown_illumos |
| 65 | 2026-09-09T03:40:10.071Z | CC_x86_64_unknown_illumos = None |
| 66 | 2026-09-09T03:40:10.071Z | cargo:rerun-if-env-changed=HOST_CC |
| 67 | 2026-09-09T03:40:10.071Z | HOST_CC = None |
| 68 | 2026-09-09T03:40:10.071Z | cargo:rerun-if-env-changed=CC |
| 69 | 2026-09-09T03:40:10.071Z | CC = None |
| 70 | 2026-09-09T03:40:10.073Z | cargo:rerun-if-env-changed=CC_ENABLE_DEBUG_OUTPUT |
| 71 | 2026-09-09T03:40:10.226Z | cargo:rerun-if-env-changed=CRATE_CC_NO_DEFAULTS |
| 72 | 2026-09-09T03:40:10.226Z | CRATE_CC_NO_DEFAULTS = None |
| 73 | 2026-09-09T03:40:10.226Z | cargo:rerun-if-env-changed=CFLAGS |
| 74 | 2026-09-09T03:40:10.226Z | CFLAGS = None |
| 75 | 2026-09-09T03:40:10.226Z | cargo:rerun-if-env-changed=HOST_CFLAGS |
| 76 | 2026-09-09T03:40:10.226Z | HOST_CFLAGS = None |
| 77 | 2026-09-09T03:40:10.226Z | cargo:rerun-if-env-changed=CFLAGS_x86_64_unknown_illumos |
| 78 | 2026-09-09T03:40:10.226Z | CFLAGS_x86_64_unknown_illumos = None |
| 79 | 2026-09-09T03:40:10.226Z | cargo:rerun-if-env-changed=CFLAGS_x86_64-unknown-illumos |
| 80 | 2026-09-09T03:40:10.226Z | CFLAGS_x86_64-unknown-illumos = None |
| 81 | 2026-09-09T03:40:10.331Z | + rustup --version |
| 82 | 2026-09-09T03:40:10.338Z | rustup 1.29.1 (d95a37b6a 2026-08-13) |
| 83 | 2026-09-09T03:40:10.341Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 84 | 2026-09-09T03:40:10.360Z | info: the currently active `rustc` version is `rustc 1.98.1 (48a229cea 2026-09-01)` |
| 85 | 2026-09-09T03:40:10.363Z | + cargo --version |
| 86 | 2026-09-09T03:40:10.375Z | cargo 1.98.1 (797e8a9bc 2026-08-05) |
| 87 | 2026-09-09T03:40:10.379Z | + rustc --version |
| 88 | 2026-09-09T03:40:10.397Z | rustc 1.98.1 (48a229cea 2026-09-01) |
| 89 | 2026-09-09T03:40:10.401Z | process exited: duration 15950 ms, exit code 0 |
| |
| 90 | 2026-09-09T03:40:10.409Z | starting task 2: "authentication" |
| 91 | 2026-09-09T03:40:10.425Z | process exited: duration 16 ms, exit code 0 |
| |
| 92 | 2026-09-09T03:40:10.431Z | starting task 3: "clone repository" |
| 93 | 2026-09-09T03:40:10.434Z | + mkdir -p /work/oxidecomputer/p4 |
| 94 | 2026-09-09T03:40:10.437Z | + git clone https://github.com/oxidecomputer/p4 /work/oxidecomputer/p4 |
| 95 | 2026-09-09T03:40:10.465Z | Cloning into '/work/oxidecomputer/p4'... |
| 96 | 2026-09-09T03:40:11.907Z | + cd /work/oxidecomputer/p4 |
| 97 | 2026-09-09T03:40:11.907Z | + git fetch origin 5a2a4813eec44f8bc237f8925f91c149e85eccfe |
| 98 | 2026-09-09T03:40:12.443Z | From https://github.com/oxidecomputer/p4 |
| 99 | 2026-09-09T03:40:12.443Z | * branch 5a2a4813eec44f8bc237f8925f91c149e85eccfe -> FETCH_HEAD |
| 100 | 2026-09-09T03:40:12.450Z | + [[ -n zl/multicast ]] |
| 101 | 2026-09-09T03:40:12.486Z | ++ git branch --show-current |
| 102 | 2026-09-09T03:40:12.486Z | + current=main |
| 103 | 2026-09-09T03:40:12.486Z | + [[ main != zl/multicast ]] |
| 104 | 2026-09-09T03:40:12.486Z | + git branch -f zl/multicast 5a2a4813eec44f8bc237f8925f91c149e85eccfe |
| 105 | 2026-09-09T03:40:12.486Z | + git checkout -f zl/multicast |
| 106 | 2026-09-09T03:40:12.487Z | Switched to branch 'zl/multicast' |
| 107 | 2026-09-09T03:40:12.487Z | + git reset --hard 5a2a4813eec44f8bc237f8925f91c149e85eccfe |
| 108 | 2026-09-09T03:40:12.487Z | HEAD is now at 5a2a481 [merge] merge main |
| 109 | 2026-09-09T03:40:12.487Z | process exited: duration 2037 ms, exit code 0 |
| |
| 110 | 2026-09-09T03:40:12.494Z | starting task 4: "build" |
| 111 | 2026-09-09T03:40:12.497Z | + cargo --version |
| 112 | 2026-09-09T03:40:12.502Z | info: syncing channel updates for 1.92.0-x86_64-unknown-illumos |
| 113 | 2026-09-09T03:40:12.665Z | info: latest update on 2025-12-11 for version 1.92.0 (ded5c06cf 2025-12-08) |
| 114 | 2026-09-09T03:40:12.669Z | info: downloading 6 components |
| 115 | 2026-09-09T03:40:25.406Z | warn: the missing active toolchain `1.92.0-x86_64-unknown-illumos` has been auto-installed |
| 116 | 2026-09-09T03:40:25.406Z | warn: this might cause rustup commands to take longer time to finish than expected |
| 117 | 2026-09-09T03:40:25.406Z | info: you may opt out with `RUSTUP_AUTO_INSTALL=0` or `rustup set auto-install disable` |
| 118 | 2026-09-09T03:40:25.506Z | cargo 1.92.0 (344c4567c 2025-10-21) |
| 119 | 2026-09-09T03:40:25.511Z | + rustc --version |
| 120 | 2026-09-09T03:40:25.534Z | rustc 1.92.0 (ded5c06cf 2025-12-08) |
| 121 | 2026-09-09T03:40:25.537Z | + banner check |
| 122 | 2026-09-09T03:40:25.541Z | |
| 123 | 2026-09-09T03:40:25.541Z | #### # # ###### #### # # |
| 124 | 2026-09-09T03:40:25.541Z | # # # # # # # # # |
| 125 | 2026-09-09T03:40:25.541Z | # ###### ##### # #### |
| 126 | 2026-09-09T03:40:25.541Z | # # # # # # # |
| 127 | 2026-09-09T03:40:25.542Z | # # # # # # # # # |
| 128 | 2026-09-09T03:40:25.542Z | #### # # ###### #### # # |
| 129 | 2026-09-09T03:40:25.542Z | |
| 130 | 2026-09-09T03:40:25.542Z | + cargo fmt -- --check |
| 131 | 2026-09-09T03:40:25.689Z | + cargo check |
| 132 | 2026-09-09T03:40:25.752Z | Updating crates.io index |
| 133 | 2026-09-09T03:40:25.789Z | Updating git repository `https://github.com/oxidecomputer/xfr` |
| 134 | 2026-09-09T03:40:26.201Z | From https://github.com/oxidecomputer/xfr |
| 135 | 2026-09-09T03:40:26.201Z | * [new ref] 8a89ee73d039abf91fdddcdd66de6ff04ce2518d -> refs/commit/8a89ee73d039abf91fdddcdd66de6ff04ce2518d |
| 136 | 2026-09-09T03:40:27.621Z | Downloading crates ... |
| 137 | 2026-09-09T03:40:27.700Z | Downloaded colorchoice v1.0.4 |
| 138 | 2026-09-09T03:40:27.704Z | Downloaded byteorder v1.5.0 |
| 139 | 2026-09-09T03:40:27.707Z | Downloaded pnet_base v0.35.0 |
| 140 | 2026-09-09T03:40:27.712Z | Downloaded fastrand v2.3.0 |
| 141 | 2026-09-09T03:40:27.712Z | Downloaded thread-id v4.2.2 |
| 142 | 2026-09-09T03:40:27.712Z | Downloaded is_terminal_polyfill v1.70.2 |
| 143 | 2026-09-09T03:40:27.716Z | Downloaded zmij v1.0.21 |
| 144 | 2026-09-09T03:40:27.720Z | Downloaded pretty-hex v0.4.1 |
| 145 | 2026-09-09T03:40:27.720Z | Downloaded strsim v0.11.1 |
| 146 | 2026-09-09T03:40:27.720Z | Downloaded pnet_sys v0.35.0 |
| 147 | 2026-09-09T03:40:27.724Z | Downloaded rand_chacha v0.9.0 |
| 148 | 2026-09-09T03:40:27.728Z | Downloaded dof v0.3.0 |
| 149 | 2026-09-09T03:40:27.728Z | Downloaded num-rational v0.4.2 |
| 150 | 2026-09-09T03:40:27.733Z | Downloaded zerocopy-derive v0.7.35 |
| 151 | 2026-09-09T03:40:27.733Z | Downloaded num-complex v0.4.6 |
| 152 | 2026-09-09T03:40:27.733Z | Downloaded crypto-common v0.1.7 |
| 153 | 2026-09-09T03:40:27.737Z | Downloaded quote v1.0.45 |
| 154 | 2026-09-09T03:40:27.737Z | Downloaded usdt-impl v0.5.0 |
| 155 | 2026-09-09T03:40:27.737Z | Downloaded no-std-net v0.6.0 |
| 156 | 2026-09-09T03:40:27.740Z | Downloaded version_check v0.9.5 |
| 157 | 2026-09-09T03:40:27.740Z | Downloaded zerocopy v0.8.40 |
| 158 | 2026-09-09T03:40:27.747Z | Downloaded tempfile v3.27.0 |
| 159 | 2026-09-09T03:40:27.751Z | Downloaded anstream v1.0.0 |
| 160 | 2026-09-09T03:40:27.754Z | Downloaded serde_core v1.0.228 |
| 161 | 2026-09-09T03:40:27.757Z | Downloaded tap v1.0.1 |
| 162 | 2026-09-09T03:40:27.760Z | Downloaded funty v2.0.0 |
| 163 | 2026-09-09T03:40:27.763Z | Downloaded generic-array v0.14.7 |
| 164 | 2026-09-09T03:40:27.763Z | Downloaded log v0.4.29 |
| 165 | 2026-09-09T03:40:27.766Z | Downloaded bitflags v2.11.0 |
| 166 | 2026-09-09T03:40:27.768Z | Downloaded plain v0.2.3 |
| 167 | 2026-09-09T03:40:27.771Z | Downloaded block-buffer v0.10.4 |
| 168 | 2026-09-09T03:40:27.776Z | Downloaded usdt-macro v0.5.0 |
| 169 | 2026-09-09T03:40:27.779Z | Downloaded utf8parse v0.2.2 |
| 170 | 2026-09-09T03:40:27.779Z | Downloaded pnet_transport v0.35.0 |
| 171 | 2026-09-09T03:40:27.782Z | Downloaded anstyle-query v1.1.5 |
| 172 | 2026-09-09T03:40:27.785Z | Downloaded unicode-ident v1.0.24 |
| 173 | 2026-09-09T03:40:27.787Z | Downloaded errno v0.3.14 |
| 174 | 2026-09-09T03:40:27.787Z | Downloaded cfg-if v1.0.4 |
| 175 | 2026-09-09T03:40:27.789Z | Downloaded usdt-attr-macro v0.5.0 |
| 176 | 2026-09-09T03:40:27.792Z | Downloaded cpufeatures v0.2.17 |
| 177 | 2026-09-09T03:40:27.795Z | Downloaded itoa v1.0.17 |
| 178 | 2026-09-09T03:40:27.795Z | Downloaded memmap v0.7.0 |
| 179 | 2026-09-09T03:40:27.798Z | Downloaded num-iter v0.1.45 |
| 180 | 2026-09-09T03:40:27.805Z | Downloaded usdt v0.5.0 |
| 181 | 2026-09-09T03:40:27.808Z | Downloaded radium v0.7.0 |
| 182 | 2026-09-09T03:40:27.808Z | Downloaded heck v0.5.0 |
| 183 | 2026-09-09T03:40:27.808Z | Downloaded dtrace-parser v0.2.0 |
| 184 | 2026-09-09T03:40:27.808Z | Downloaded clap_lex v1.0.0 |
| 185 | 2026-09-09T03:40:27.811Z | Downloaded scroll_derive v0.12.1 |
| 186 | 2026-09-09T03:40:27.814Z | Downloaded getrandom v0.3.4 |
| 187 | 2026-09-09T03:40:27.828Z | Downloaded num v0.4.3 |
| 188 | 2026-09-09T03:40:27.832Z | Downloaded pnet_macros_support v0.35.0 |
| 189 | 2026-09-09T03:40:27.835Z | Downloaded glob v0.3.3 |
| 190 | 2026-09-09T03:40:27.838Z | Downloaded ppv-lite86 v0.2.21 |
| 191 | 2026-09-09T03:40:27.841Z | Downloaded num-integer v0.1.46 |
| 192 | 2026-09-09T03:40:27.841Z | Downloaded pnet v0.35.0 |
| 193 | 2026-09-09T03:40:27.847Z | Downloaded sha2 v0.10.9 |
| 194 | 2026-09-09T03:40:27.850Z | Downloaded pnet_datalink v0.35.0 |
| 195 | 2026-09-09T03:40:27.850Z | Downloaded anstyle-parse v1.0.0 |
| 196 | 2026-09-09T03:40:27.854Z | Downloaded thiserror-impl v1.0.69 |
| 197 | 2026-09-09T03:40:27.857Z | Downloaded pest_generator v2.8.6 |
| 198 | 2026-09-09T03:40:27.857Z | Downloaded serde_tokenstream v0.2.3 |
| 199 | 2026-09-09T03:40:27.861Z | Downloaded ipnetwork v0.20.0 |
| 200 | 2026-09-09T03:40:27.864Z | Downloaded wyz v0.5.1 |
| 201 | 2026-09-09T03:40:27.867Z | Downloaded rand_core v0.9.5 |
| 202 | 2026-09-09T03:40:27.867Z | Downloaded autocfg v1.5.0 |
| 203 | 2026-09-09T03:40:27.870Z | Downloaded scroll v0.12.0 |
| 204 | 2026-09-09T03:40:27.870Z | Downloaded anstyle v1.0.13 |
| 205 | 2026-09-09T03:40:27.874Z | Downloaded pest_derive v2.8.6 |
| 206 | 2026-09-09T03:40:27.874Z | Downloaded pnet_packet v0.35.0 |
| 207 | 2026-09-09T03:40:27.877Z | Downloaded anyhow v1.0.102 |
| 208 | 2026-09-09T03:40:27.877Z | Downloaded thiserror v1.0.69 |
| 209 | 2026-09-09T03:40:27.883Z | Downloaded once_cell v1.21.3 |
| 210 | 2026-09-09T03:40:27.883Z | Downloaded digest v0.10.7 |
| 211 | 2026-09-09T03:40:27.891Z | Downloaded colored v3.1.1 |
| 212 | 2026-09-09T03:40:27.896Z | Downloaded pnet_macros v0.35.0 |
| 213 | 2026-09-09T03:40:27.899Z | Downloaded ucd-trie v0.1.7 |
| 214 | 2026-09-09T03:40:27.902Z | Downloaded getrandom v0.4.1 |
| 215 | 2026-09-09T03:40:27.905Z | Downloaded clap_derive v4.6.1 |
| 216 | 2026-09-09T03:40:27.910Z | Downloaded typenum v1.19.0 |
| 217 | 2026-09-09T03:40:27.913Z | Downloaded aho-corasick v1.1.4 |
| 218 | 2026-09-09T03:40:27.916Z | Downloaded proc-macro2 v1.0.106 |
| 219 | 2026-09-09T03:40:27.925Z | Downloaded prettyplease v0.2.37 |
| 220 | 2026-09-09T03:40:27.932Z | Downloaded pest_meta v2.8.6 |
| 221 | 2026-09-09T03:40:27.936Z | Downloaded serde_derive v1.0.228 |
| 222 | 2026-09-09T03:40:27.939Z | Downloaded clap v4.6.1 |
| 223 | 2026-09-09T03:40:27.942Z | Downloaded num-traits v0.2.19 |
| 224 | 2026-09-09T03:40:27.945Z | Downloaded memchr v2.8.0 |
| 225 | 2026-09-09T03:40:27.951Z | Downloaded serde v1.0.228 |
| 226 | 2026-09-09T03:40:27.965Z | Downloaded rand v0.9.3 |
| 227 | 2026-09-09T03:40:27.968Z | Downloaded num-bigint v0.4.6 |
| 228 | 2026-09-09T03:40:27.972Z | Downloaded clap_builder v4.6.0 |
| 229 | 2026-09-09T03:40:27.977Z | Downloaded serde_json v1.0.149 |
| 230 | 2026-09-09T03:40:27.980Z | Downloaded pest v2.8.6 |
| 231 | 2026-09-09T03:40:27.983Z | Downloaded zerocopy v0.7.35 |
| 232 | 2026-09-09T03:40:27.994Z | Downloaded regex v1.12.4 |
| 233 | 2026-09-09T03:40:27.997Z | Downloaded goblin v0.8.2 |
| 234 | 2026-09-09T03:40:28.019Z | Downloaded bitvec v1.1.1 |
| 235 | 2026-09-09T03:40:28.065Z | Downloaded syn v2.0.118 |
| 236 | 2026-09-09T03:40:28.069Z | Downloaded regex-syntax v0.8.11 |
| 237 | 2026-09-09T03:40:28.077Z | Downloaded rustix v1.1.4 |
| 238 | 2026-09-09T03:40:28.093Z | Downloaded regex-automata v0.4.14 |
| 239 | 2026-09-09T03:40:28.113Z | Downloaded libc v0.2.182 |
| 240 | 2026-09-09T03:40:28.181Z | Compiling proc-macro2 v1.0.106 |
| 241 | 2026-09-09T03:40:28.181Z | Compiling quote v1.0.45 |
| 242 | 2026-09-09T03:40:28.184Z | Compiling unicode-ident v1.0.24 |
| 243 | 2026-09-09T03:40:28.185Z | Compiling libc v0.2.182 |
| 244 | 2026-09-09T03:40:28.185Z | Compiling serde_core v1.0.228 |
| 245 | 2026-09-09T03:40:28.185Z | Compiling memchr v2.8.0 |
| 246 | 2026-09-09T03:40:28.185Z | Compiling serde v1.0.228 |
| 247 | 2026-09-09T03:40:28.336Z | Compiling zmij v1.0.21 |
| 248 | 2026-09-09T03:40:28.574Z | Compiling thiserror v1.0.69 |
| 249 | 2026-09-09T03:40:28.587Z | Compiling ucd-trie v0.1.7 |
| 250 | 2026-09-09T03:40:28.665Z | Compiling serde_json v1.0.149 |
| 251 | 2026-09-09T03:40:28.788Z | Compiling pest v2.8.6 |
| 252 | 2026-09-09T03:40:28.802Z | Compiling rustix v1.1.4 |
| 253 | 2026-09-09T03:40:28.934Z | Compiling getrandom v0.4.1 |
| 254 | 2026-09-09T03:40:29.037Z | Compiling autocfg v1.5.0 |
| 255 | 2026-09-09T03:40:29.368Z | Compiling syn v2.0.118 |
| 256 | 2026-09-09T03:40:29.383Z | Compiling version_check v0.9.5 |
| 257 | 2026-09-09T03:40:29.388Z | Compiling num-traits v0.2.19 |
| 258 | 2026-09-09T03:40:29.447Z | Compiling aho-corasick v1.1.4 |
| 259 | 2026-09-09T03:40:29.609Z | Compiling regex-syntax v0.8.11 |
| 260 | 2026-09-09T03:40:29.654Z | Compiling prettyplease v0.2.37 |
| 261 | 2026-09-09T03:40:29.887Z | Compiling pest_meta v2.8.6 |
| 262 | 2026-09-09T03:40:30.083Z | Checking cfg-if v1.0.4 |
| 263 | 2026-09-09T03:40:30.388Z | Compiling byteorder v1.5.0 |
| 264 | 2026-09-09T03:40:30.600Z | Compiling itoa v1.0.17 |
| 265 | 2026-09-09T03:40:30.662Z | Compiling usdt-impl v0.5.0 |
| 266 | 2026-09-09T03:40:30.792Z | Checking num-integer v0.1.46 |
| 267 | 2026-09-09T03:40:30.852Z | Compiling thread-id v4.2.2 |
| 268 | 2026-09-09T03:40:30.994Z | Checking log v0.4.29 |
| 269 | 2026-09-09T03:40:31.121Z | Compiling regex-automata v0.4.14 |
| 270 | 2026-09-09T03:40:31.127Z | Checking colored v3.1.1 |
| 271 | 2026-09-09T03:40:31.167Z | Checking plain v0.2.3 |
| 272 | 2026-09-09T03:40:31.430Z | Compiling errno v0.3.14 |
| 273 | 2026-09-09T03:40:31.556Z | Compiling radium v0.7.0 |
| 274 | 2026-09-09T03:40:31.566Z | Checking pretty-hex v0.4.1 |
| 275 | 2026-09-09T03:40:31.693Z | Compiling pest_generator v2.8.6 |
| 276 | 2026-09-09T03:40:31.708Z | Checking no-std-net v0.6.0 |
| 277 | 2026-09-09T03:40:31.727Z | Compiling bitflags v2.11.0 |
| 278 | 2026-09-09T03:40:31.863Z | Checking pnet_base v0.35.0 |
| 279 | 2026-09-09T03:40:31.974Z | Checking tap v1.0.1 |
| 280 | 2026-09-09T03:40:32.022Z | Compiling getrandom v0.3.4 |
| 281 | 2026-09-09T03:40:32.028Z | Compiling fastrand v2.3.0 |
| 282 | 2026-09-09T03:40:32.063Z | Compiling once_cell v1.21.3 |
| 283 | 2026-09-09T03:40:32.262Z | Compiling zerocopy v0.8.40 |
| 284 | 2026-09-09T03:40:32.325Z | Checking wyz v0.5.1 |
| 285 | 2026-09-09T03:40:32.485Z | Checking num-iter v0.1.45 |
| 286 | 2026-09-09T03:40:32.485Z | Checking memmap v0.7.0 |
| 287 | 2026-09-09T03:40:32.570Z | Compiling tempfile v3.27.0 |
| 288 | 2026-09-09T03:40:32.686Z | Compiling anyhow v1.0.102 |
| 289 | 2026-09-09T03:40:32.699Z | Checking funty v2.0.0 |
| 290 | 2026-09-09T03:40:32.905Z | Compiling regex v1.12.4 |
| 291 | 2026-09-09T03:40:32.920Z | Compiling serde_derive v1.0.228 |
| 292 | 2026-09-09T03:40:33.013Z | Compiling thiserror-impl v1.0.69 |
| 293 | 2026-09-09T03:40:33.016Z | Compiling zerocopy-derive v0.7.35 |
| 294 | 2026-09-09T03:40:33.079Z | Compiling pest_derive v2.8.6 |
| 295 | 2026-09-09T03:40:33.281Z | Compiling scroll_derive v0.12.1 |
| 296 | 2026-09-09T03:40:33.298Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
| 297 | 2026-09-09T03:40:33.761Z | Compiling pnet_macros v0.35.0 |
| 298 | 2026-09-09T03:40:33.783Z | Checking bitvec v1.1.1 |
| 299 | 2026-09-09T03:40:33.838Z | Compiling zerocopy v0.7.35 |
| 300 | 2026-09-09T03:40:33.954Z | Checking scroll v0.12.0 |
| 301 | 2026-09-09T03:40:34.246Z | Compiling dtrace-parser v0.2.0 |
| 302 | 2026-09-09T03:40:34.253Z | Checking goblin v0.8.2 |
| 303 | 2026-09-09T03:40:34.408Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
| 304 | 2026-09-09T03:40:34.849Z | Checking pnet_macros_support v0.35.0 |
| 305 | 2026-09-09T03:40:34.944Z | Checking pnet_sys v0.35.0 |
| 306 | 2026-09-09T03:40:35.062Z | Checking utf8parse v0.2.2 |
| 307 | 2026-09-09T03:40:35.152Z | Checking anstyle-parse v1.0.0 |
| 308 | 2026-09-09T03:40:35.285Z | Checking pnet_packet v0.35.0 |
| 309 | 2026-09-09T03:40:35.300Z | Checking rand_core v0.9.5 |
| 310 | 2026-09-09T03:40:35.801Z | Checking anstyle-query v1.1.5 |
| 311 | 2026-09-09T03:40:35.862Z | Checking colorchoice v1.0.4 |
| 312 | 2026-09-09T03:40:35.882Z | Checking is_terminal_polyfill v1.70.2 |
| 313 | 2026-09-09T03:40:35.939Z | Checking num-bigint v0.4.6 |
| 314 | 2026-09-09T03:40:35.948Z | Checking num-complex v0.4.6 |
| 315 | 2026-09-09T03:40:35.954Z | Checking ipnetwork v0.20.0 |
| 316 | 2026-09-09T03:40:36.114Z | Compiling serde_tokenstream v0.2.3 |
| 317 | 2026-09-09T03:40:36.122Z | Compiling dof v0.3.0 |
| 318 | 2026-09-09T03:40:36.280Z | Checking anstyle v1.0.13 |
| 319 | 2026-09-09T03:40:36.386Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
| 320 | 2026-09-09T03:40:36.453Z | Compiling pnet v0.35.0 |
| 321 | 2026-09-09T03:40:36.714Z | Checking anstream v1.0.0 |
| 322 | 2026-09-09T03:40:36.806Z | Checking pnet_datalink v0.35.0 |
| 323 | 2026-09-09T03:40:36.810Z | Checking num-rational v0.4.2 |
| 324 | 2026-09-09T03:40:36.925Z | Compiling usdt-attr-macro v0.5.0 |
| 325 | 2026-09-09T03:40:37.004Z | Compiling usdt-macro v0.5.0 |
| 326 | 2026-09-09T03:40:37.084Z | Checking num v0.4.3 |
| 327 | 2026-09-09T03:40:37.150Z | Checking strsim v0.11.1 |
| 328 | 2026-09-09T03:40:37.240Z | Checking pnet_transport v0.35.0 |
| 329 | 2026-09-09T03:40:37.267Z | Compiling heck v0.5.0 |
| 330 | 2026-09-09T03:40:37.282Z | Checking clap_lex v1.0.0 |
| 331 | 2026-09-09T03:40:37.309Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
| 332 | 2026-09-09T03:40:37.422Z | Checking clap_builder v4.6.0 |
| 333 | 2026-09-09T03:40:37.449Z | Checking xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
| 334 | 2026-09-09T03:40:37.463Z | Compiling clap_derive v4.6.1 |
| 335 | 2026-09-09T03:40:37.534Z | Checking ppv-lite86 v0.2.21 |
| 336 | 2026-09-09T03:40:37.563Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
| 337 | 2026-09-09T03:40:37.572Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
| 338 | 2026-09-09T03:40:37.674Z | Checking usdt v0.5.0 |
| 339 | 2026-09-09T03:40:37.811Z | Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
| 340 | 2026-09-09T03:40:37.824Z | Checking rand_chacha v0.9.0 |
| 341 | 2026-09-09T03:40:37.827Z | Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
| 342 | 2026-09-09T03:40:37.989Z | Checking rand v0.9.3 |
| 343 | 2026-09-09T03:40:38.161Z | Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
| 344 | 2026-09-09T03:40:38.765Z | Checking clap v4.6.1 |
| 345 | 2026-09-09T03:40:38.826Z | Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
| 346 | 2026-09-09T03:40:39.052Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.35s |
| 347 | 2026-09-09T03:40:39.126Z | + cargo clippy --all-targets -- --deny warnings |
| 348 | 2026-09-09T03:40:39.241Z | Downloading crates ... |
| 349 | 2026-09-09T03:40:39.294Z | Downloaded libloading v0.9.0 |
| 350 | 2026-09-09T03:40:39.340Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
| 351 | 2026-09-09T03:40:39.357Z | Checking p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
| 352 | 2026-09-09T03:40:39.363Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
| 353 | 2026-09-09T03:40:39.366Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
| 354 | 2026-09-09T03:40:39.366Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
| 355 | 2026-09-09T03:40:39.370Z | Checking libloading v0.9.0 |
| 356 | 2026-09-09T03:40:39.607Z | Checking x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
| 357 | 2026-09-09T03:40:40.184Z | Checking p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
| 358 | 2026-09-09T03:40:41.091Z | Checking x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
| 359 | 2026-09-09T03:40:41.091Z | Checking p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
| 360 | 2026-09-09T03:40:42.068Z | Checking p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
| 361 | 2026-09-09T03:40:48.822Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.65s |
| 362 | 2026-09-09T03:40:48.848Z | + banner build |
| 363 | 2026-09-09T03:40:48.852Z | |
| 364 | 2026-09-09T03:40:48.852Z | ##### # # # # ##### |
| 365 | 2026-09-09T03:40:48.852Z | # # # # # # # # |
| 366 | 2026-09-09T03:40:48.852Z | ##### # # # # # # |
| 367 | 2026-09-09T03:40:48.852Z | # # # # # # # # |
| 368 | 2026-09-09T03:40:48.852Z | # # # # # # # # |
| 369 | 2026-09-09T03:40:48.852Z | ##### #### # ###### ##### |
| 370 | 2026-09-09T03:40:48.852Z | |
| 371 | 2026-09-09T03:40:48.852Z | + ptime -m cargo build |
| 372 | 2026-09-09T03:40:48.978Z | Compiling unicode-ident v1.0.24 |
| 373 | 2026-09-09T03:40:48.978Z | Compiling memchr v2.8.0 |
| 374 | 2026-09-09T03:40:48.982Z | Compiling ucd-trie v0.1.7 |
| 375 | 2026-09-09T03:40:48.982Z | Compiling regex-syntax v0.8.11 |
| 376 | 2026-09-09T03:40:48.982Z | Compiling libc v0.2.182 |
| 377 | 2026-09-09T03:40:48.982Z | Compiling serde_core v1.0.228 |
| 378 | 2026-09-09T03:40:48.999Z | Compiling cfg-if v1.0.4 |
| 379 | 2026-09-09T03:40:49.003Z | Compiling zmij v1.0.21 |
| 380 | 2026-09-09T03:40:49.045Z | Compiling byteorder v1.5.0 |
| 381 | 2026-09-09T03:40:49.094Z | Compiling proc-macro2 v1.0.106 |
| 382 | 2026-09-09T03:40:49.253Z | Compiling itoa v1.0.17 |
| 383 | 2026-09-09T03:40:49.256Z | Compiling num-traits v0.2.19 |
| 384 | 2026-09-09T03:40:49.267Z | Compiling errno v0.3.14 |
| 385 | 2026-09-09T03:40:49.310Z | Compiling thread-id v4.2.2 |
| 386 | 2026-09-09T03:40:49.377Z | Compiling aho-corasick v1.1.4 |
| 387 | 2026-09-09T03:40:49.393Z | Compiling pest v2.8.6 |
| 388 | 2026-09-09T03:40:49.418Z | Compiling quote v1.0.45 |
| 389 | 2026-09-09T03:40:49.648Z | Compiling syn v2.0.118 |
| 390 | 2026-09-09T03:40:49.694Z | Compiling bitflags v2.11.0 |
| 391 | 2026-09-09T03:40:49.792Z | Compiling num-integer v0.1.46 |
| 392 | 2026-09-09T03:40:49.849Z | Compiling rustix v1.1.4 |
| 393 | 2026-09-09T03:40:49.909Z | Compiling getrandom v0.4.1 |
| 394 | 2026-09-09T03:40:50.039Z | Compiling colored v3.1.1 |
| 395 | 2026-09-09T03:40:50.106Z | Compiling fastrand v2.3.0 |
| 396 | 2026-09-09T03:40:50.361Z | Compiling log v0.4.29 |
| 397 | 2026-09-09T03:40:50.412Z | Compiling regex-automata v0.4.14 |
| 398 | 2026-09-09T03:40:50.530Z | Compiling pest_meta v2.8.6 |
| 399 | 2026-09-09T03:40:50.643Z | Compiling serde_json v1.0.149 |
| 400 | 2026-09-09T03:40:50.708Z | Compiling plain v0.2.3 |
| 401 | 2026-09-09T03:40:50.775Z | Compiling once_cell v1.21.3 |
| 402 | 2026-09-09T03:40:50.802Z | Compiling no-std-net v0.6.0 |
| 403 | 2026-09-09T03:40:50.863Z | Compiling pretty-hex v0.4.1 |
| 404 | 2026-09-09T03:40:50.967Z | Compiling tempfile v3.27.0 |
| 405 | 2026-09-09T03:40:50.986Z | Compiling pnet_base v0.35.0 |
| 406 | 2026-09-09T03:40:51.137Z | Compiling tap v1.0.1 |
| 407 | 2026-09-09T03:40:51.232Z | Compiling wyz v0.5.1 |
| 408 | 2026-09-09T03:40:51.373Z | Compiling radium v0.7.0 |
| 409 | 2026-09-09T03:40:51.379Z | Compiling num-iter v0.1.45 |
| 410 | 2026-09-09T03:40:51.406Z | Compiling memmap v0.7.0 |
| 411 | 2026-09-09T03:40:51.479Z | Compiling funty v2.0.0 |
| 412 | 2026-09-09T03:40:51.556Z | Compiling zerocopy v0.8.40 |
| 413 | 2026-09-09T03:40:51.575Z | Compiling getrandom v0.3.4 |
| 414 | 2026-09-09T03:40:51.631Z | Compiling pnet_macros_support v0.35.0 |
| 415 | 2026-09-09T03:40:51.736Z | Compiling pnet_sys v0.35.0 |
| 416 | 2026-09-09T03:40:51.754Z | Compiling utf8parse v0.2.2 |
| 417 | 2026-09-09T03:40:51.776Z | Compiling rand_core v0.9.5 |
| 418 | 2026-09-09T03:40:51.814Z | Compiling anyhow v1.0.102 |
| 419 | 2026-09-09T03:40:51.845Z | Compiling bitvec v1.1.1 |
| 420 | 2026-09-09T03:40:51.900Z | Compiling anstyle-parse v1.0.0 |
| 421 | 2026-09-09T03:40:51.980Z | Compiling pest_generator v2.8.6 |
| 422 | 2026-09-09T03:40:52.071Z | Compiling regex v1.12.4 |
| 423 | 2026-09-09T03:40:52.157Z | Compiling prettyplease v0.2.37 |
| 424 | 2026-09-09T03:40:52.197Z | Compiling anstyle v1.0.13 |
| 425 | 2026-09-09T03:40:52.408Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
| 426 | 2026-09-09T03:40:52.534Z | Compiling anstyle-query v1.1.5 |
| 427 | 2026-09-09T03:40:52.593Z | Compiling colorchoice v1.0.4 |
| 428 | 2026-09-09T03:40:52.625Z | Compiling is_terminal_polyfill v1.70.2 |
| 429 | 2026-09-09T03:40:52.693Z | Compiling anstream v1.0.0 |
| 430 | 2026-09-09T03:40:52.702Z | Compiling strsim v0.11.1 |
| 431 | 2026-09-09T03:40:52.993Z | Compiling clap_lex v1.0.0 |
| 432 | 2026-09-09T03:40:53.082Z | Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
| 433 | 2026-09-09T03:40:53.139Z | Compiling clap_builder v4.6.0 |
| 434 | 2026-09-09T03:40:53.223Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
| 435 | 2026-09-09T03:40:53.246Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
| 436 | 2026-09-09T03:40:53.870Z | Compiling serde_derive v1.0.228 |
| 437 | 2026-09-09T03:40:53.870Z | Compiling thiserror-impl v1.0.69 |
| 438 | 2026-09-09T03:40:53.870Z | Compiling zerocopy-derive v0.7.35 |
| 439 | 2026-09-09T03:40:53.873Z | Compiling pest_derive v2.8.6 |
| 440 | 2026-09-09T03:40:53.901Z | Compiling scroll_derive v0.12.1 |
| 441 | 2026-09-09T03:40:54.542Z | Compiling pnet_macros v0.35.0 |
| 442 | 2026-09-09T03:40:54.558Z | Compiling ppv-lite86 v0.2.21 |
| 443 | 2026-09-09T03:40:54.752Z | Compiling scroll v0.12.0 |
| 444 | 2026-09-09T03:40:54.863Z | Compiling rand_chacha v0.9.0 |
| 445 | 2026-09-09T03:40:54.863Z | Compiling zerocopy v0.7.35 |
| 446 | 2026-09-09T03:40:54.947Z | Compiling clap_derive v4.6.1 |
| 447 | 2026-09-09T03:40:55.004Z | Compiling goblin v0.8.2 |
| 448 | 2026-09-09T03:40:55.187Z | Compiling thiserror v1.0.69 |
| 449 | 2026-09-09T03:40:55.276Z | Compiling dtrace-parser v0.2.0 |
| 450 | 2026-09-09T03:40:55.280Z | Compiling rand v0.9.3 |
| 451 | 2026-09-09T03:40:56.075Z | Compiling pnet_packet v0.35.0 |
| 452 | 2026-09-09T03:40:56.553Z | Compiling serde v1.0.228 |
| 453 | 2026-09-09T03:40:56.615Z | Compiling clap v4.6.1 |
| 454 | 2026-09-09T03:40:56.659Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
| 455 | 2026-09-09T03:40:56.942Z | Compiling serde_tokenstream v0.2.3 |
| 456 | 2026-09-09T03:40:56.947Z | Compiling dof v0.3.0 |
| 457 | 2026-09-09T03:40:56.950Z | Compiling num-bigint v0.4.6 |
| 458 | 2026-09-09T03:40:56.953Z | Compiling num-complex v0.4.6 |
| 459 | 2026-09-09T03:40:57.040Z | Compiling ipnetwork v0.20.0 |
| 460 | 2026-09-09T03:40:57.174Z | Compiling usdt-impl v0.5.0 |
| 461 | 2026-09-09T03:40:57.219Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
| 462 | 2026-09-09T03:40:57.317Z | Compiling pnet_datalink v0.35.0 |
| 463 | 2026-09-09T03:40:57.684Z | Compiling usdt-attr-macro v0.5.0 |
| 464 | 2026-09-09T03:40:57.921Z | Compiling num-rational v0.4.2 |
| 465 | 2026-09-09T03:40:58.130Z | Compiling usdt-macro v0.5.0 |
| 466 | 2026-09-09T03:40:58.569Z | Compiling num v0.4.3 |
| 467 | 2026-09-09T03:40:58.637Z | Compiling pnet_transport v0.35.0 |
| 468 | 2026-09-09T03:40:58.777Z | Compiling pnet v0.35.0 |
| 469 | 2026-09-09T03:40:59.018Z | Compiling usdt v0.5.0 |
| 470 | 2026-09-09T03:40:59.131Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
| 471 | 2026-09-09T03:40:59.468Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
| 472 | 2026-09-09T03:40:59.589Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
| 473 | 2026-09-09T03:40:59.590Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
| 474 | 2026-09-09T03:40:59.717Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
| 475 | 2026-09-09T03:41:02.409Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13.54s |
| 476 | 2026-09-09T03:41:02.429Z | |
| 477 | 2026-09-09T03:41:02.429Z | real 13.569618225 |
| 478 | 2026-09-09T03:41:02.429Z | user 1:10.982912463 |
| 479 | 2026-09-09T03:41:02.429Z | sys 11.755609292 |
| 480 | 2026-09-09T03:41:02.429Z | trap 0.038471345 |
| 481 | 2026-09-09T03:41:02.432Z | tflt 0.046345260 |
| 482 | 2026-09-09T03:41:02.432Z | dflt 0.077264996 |
| 483 | 2026-09-09T03:41:02.432Z | kflt 0.000028613 |
| 484 | 2026-09-09T03:41:02.432Z | lock 2:49.310954825 |
| 485 | 2026-09-09T03:41:02.432Z | slp 4:53.046621144 |
| 486 | 2026-09-09T03:41:02.432Z | lat 3.191290771 |
| 487 | 2026-09-09T03:41:02.432Z | stop 4.241074891 |
| 488 | 2026-09-09T03:41:02.432Z | + ptime -m cargo build --release |
| 489 | 2026-09-09T03:41:02.507Z | Compiling proc-macro2 v1.0.106 |
| 490 | 2026-09-09T03:41:02.507Z | Compiling quote v1.0.45 |
| 491 | 2026-09-09T03:41:02.507Z | Compiling unicode-ident v1.0.24 |
| 492 | 2026-09-09T03:41:02.507Z | Compiling libc v0.2.182 |
| 493 | 2026-09-09T03:41:02.507Z | Compiling serde_core v1.0.228 |
| 494 | 2026-09-09T03:41:02.510Z | Compiling memchr v2.8.0 |
| 495 | 2026-09-09T03:41:02.510Z | Compiling serde v1.0.228 |
| 496 | 2026-09-09T03:41:02.510Z | Compiling thiserror v1.0.69 |
| 497 | 2026-09-09T03:41:02.812Z | Compiling zmij v1.0.21 |
| 498 | 2026-09-09T03:41:02.843Z | Compiling getrandom v0.4.1 |
| 499 | 2026-09-09T03:41:02.855Z | Compiling serde_json v1.0.149 |
| 500 | 2026-09-09T03:41:03.080Z | Compiling ucd-trie v0.1.7 |
| 501 | 2026-09-09T03:41:03.092Z | Compiling rustix v1.1.4 |
| 502 | 2026-09-09T03:41:03.277Z | Compiling pest v2.8.6 |
| 503 | 2026-09-09T03:41:03.285Z | Compiling aho-corasick v1.1.4 |
| 504 | 2026-09-09T03:41:03.663Z | Compiling syn v2.0.118 |
| 505 | 2026-09-09T03:41:03.713Z | Compiling autocfg v1.5.0 |
| 506 | 2026-09-09T03:41:03.733Z | Compiling regex-syntax v0.8.11 |
| 507 | 2026-09-09T03:41:03.887Z | Compiling prettyplease v0.2.37 |
| 508 | 2026-09-09T03:41:04.043Z | Compiling version_check v0.9.5 |
| 509 | 2026-09-09T03:41:04.128Z | Compiling num-traits v0.2.19 |
| 510 | 2026-09-09T03:41:04.300Z | Compiling pest_meta v2.8.6 |
| 511 | 2026-09-09T03:41:04.889Z | Compiling itoa v1.0.17 |
| 512 | 2026-09-09T03:41:04.897Z | Compiling cfg-if v1.0.4 |
| 513 | 2026-09-09T03:41:04.956Z | Compiling byteorder v1.5.0 |
| 514 | 2026-09-09T03:41:05.166Z | Compiling regex-automata v0.4.14 |
| 515 | 2026-09-09T03:41:05.549Z | Compiling usdt-impl v0.5.0 |
| 516 | 2026-09-09T03:41:05.756Z | Compiling num-integer v0.1.46 |
| 517 | 2026-09-09T03:41:05.891Z | Compiling pest_generator v2.8.6 |
| 518 | 2026-09-09T03:41:06.228Z | Compiling thread-id v4.2.2 |
| 519 | 2026-09-09T03:41:06.282Z | Compiling errno v0.3.14 |
| 520 | 2026-09-09T03:41:06.401Z | Compiling log v0.4.29 |
| 521 | 2026-09-09T03:41:06.413Z | Compiling plain v0.2.3 |
| 522 | 2026-09-09T03:41:06.543Z | Compiling bitflags v2.11.0 |
| 523 | 2026-09-09T03:41:06.884Z | Compiling regex v1.12.4 |
| 524 | 2026-09-09T03:41:07.102Z | Compiling colored v3.1.1 |
| 525 | 2026-09-09T03:41:07.113Z | Compiling serde_derive v1.0.228 |
| 526 | 2026-09-09T03:41:07.271Z | Compiling thiserror-impl v1.0.69 |
| 527 | 2026-09-09T03:41:07.564Z | Compiling zerocopy-derive v0.7.35 |
| 528 | 2026-09-09T03:41:07.754Z | Compiling pest_derive v2.8.6 |
| 529 | 2026-09-09T03:41:07.763Z | Compiling scroll_derive v0.12.1 |
| 530 | 2026-09-09T03:41:08.270Z | Compiling pretty-hex v0.4.1 |
| 531 | 2026-09-09T03:41:08.416Z | Compiling once_cell v1.21.3 |
| 532 | 2026-09-09T03:41:08.423Z | Compiling zerocopy v0.7.35 |
| 533 | 2026-09-09T03:41:08.464Z | Compiling scroll v0.12.0 |
| 534 | 2026-09-09T03:41:08.530Z | Compiling dtrace-parser v0.2.0 |
| 535 | 2026-09-09T03:41:08.611Z | Compiling fastrand v2.3.0 |
| 536 | 2026-09-09T03:41:08.755Z | Compiling goblin v0.8.2 |
| 537 | 2026-09-09T03:41:08.833Z | Compiling radium v0.7.0 |
| 538 | 2026-09-09T03:41:09.087Z | Compiling no-std-net v0.6.0 |
| 539 | 2026-09-09T03:41:09.122Z | Compiling tempfile v3.27.0 |
| 540 | 2026-09-09T03:41:09.131Z | Compiling pnet_base v0.35.0 |
| 541 | 2026-09-09T03:41:09.150Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
| 542 | 2026-09-09T03:41:09.433Z | Compiling zerocopy v0.8.40 |
| 543 | 2026-09-09T03:41:09.478Z | Compiling tap v1.0.1 |
| 544 | 2026-09-09T03:41:09.579Z | Compiling getrandom v0.3.4 |
| 545 | 2026-09-09T03:41:09.910Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
| 546 | 2026-09-09T03:41:09.979Z | Compiling wyz v0.5.1 |
| 547 | 2026-09-09T03:41:10.286Z | Compiling serde_tokenstream v0.2.3 |
| 548 | 2026-09-09T03:41:10.286Z | Compiling dof v0.3.0 |
| 549 | 2026-09-09T03:41:10.386Z | Compiling num-bigint v0.4.6 |
| 550 | 2026-09-09T03:41:10.390Z | Compiling num-complex v0.4.6 |
| 551 | 2026-09-09T03:41:10.618Z | Compiling num-iter v0.1.45 |
| 552 | 2026-09-09T03:41:10.730Z | Compiling memmap v0.7.0 |
| 553 | 2026-09-09T03:41:10.876Z | Compiling funty v2.0.0 |
| 554 | 2026-09-09T03:41:10.949Z | Compiling anyhow v1.0.102 |
| 555 | 2026-09-09T03:41:11.052Z | Compiling usdt-attr-macro v0.5.0 |
| 556 | 2026-09-09T03:41:11.813Z | Compiling num-rational v0.4.2 |
| 557 | 2026-09-09T03:41:11.844Z | Compiling usdt-macro v0.5.0 |
| 558 | 2026-09-09T03:41:12.537Z | Compiling usdt v0.5.0 |
| 559 | 2026-09-09T03:41:13.078Z | Compiling num v0.4.3 |
| 560 | 2026-09-09T03:41:13.183Z | Compiling bitvec v1.1.1 |
| 561 | 2026-09-09T03:41:13.575Z | Compiling pnet_macros_support v0.35.0 |
| 562 | 2026-09-09T03:41:13.694Z | Compiling pnet_macros v0.35.0 |
| 563 | 2026-09-09T03:41:13.935Z | Compiling pnet_sys v0.35.0 |
| 564 | 2026-09-09T03:41:14.140Z | Compiling utf8parse v0.2.2 |
| 565 | 2026-09-09T03:41:14.290Z | Compiling anstyle-parse v1.0.0 |
| 566 | 2026-09-09T03:41:14.501Z | Compiling ppv-lite86 v0.2.21 |
| 567 | 2026-09-09T03:41:14.764Z | Compiling pnet_packet v0.35.0 |
| 568 | 2026-09-09T03:41:14.829Z | Compiling rand_core v0.9.5 |
| 569 | 2026-09-09T03:41:15.326Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
| 570 | 2026-09-09T03:41:15.791Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
| 571 | 2026-09-09T03:41:16.459Z | Compiling ipnetwork v0.20.0 |
| 572 | 2026-09-09T03:41:16.920Z | Compiling anstyle v1.0.13 |
| 573 | 2026-09-09T03:41:16.953Z | Compiling is_terminal_polyfill v1.70.2 |
| 574 | 2026-09-09T03:41:17.181Z | Compiling pnet v0.35.0 |
| 575 | 2026-09-09T03:41:17.406Z | Compiling anstyle-query v1.1.5 |
| 576 | 2026-09-09T03:41:17.424Z | Compiling colorchoice v1.0.4 |
| 577 | 2026-09-09T03:41:17.502Z | Compiling anstream v1.0.0 |
| 578 | 2026-09-09T03:41:17.980Z | Compiling pnet_transport v0.35.0 |
| 579 | 2026-09-09T03:41:18.479Z | Compiling pnet_datalink v0.35.0 |
| 580 | 2026-09-09T03:41:18.896Z | Compiling rand_chacha v0.9.0 |
| 581 | 2026-09-09T03:41:19.474Z | Compiling clap_lex v1.0.0 |
| 582 | 2026-09-09T03:41:19.586Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
| 583 | 2026-09-09T03:41:19.700Z | Compiling strsim v0.11.1 |
| 584 | 2026-09-09T03:41:19.819Z | Compiling heck v0.5.0 |
| 585 | 2026-09-09T03:41:19.984Z | Compiling clap_builder v4.6.0 |
| 586 | 2026-09-09T03:41:20.005Z | Compiling clap_derive v4.6.1 |
| 587 | 2026-09-09T03:41:20.525Z | Compiling rand v0.9.3 |
| 588 | 2026-09-09T03:41:21.241Z | Compiling xfr v0.1.0 (https://github.com/oxidecomputer/xfr#8a89ee73) |
| 589 | 2026-09-09T03:41:21.413Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
| 590 | 2026-09-09T03:41:21.680Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
| 591 | 2026-09-09T03:41:22.045Z | Compiling clap v4.6.1 |
| 592 | 2026-09-09T03:41:22.124Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
| 593 | 2026-09-09T03:41:25.247Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
| 594 | 2026-09-09T03:41:27.745Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
| 595 | 2026-09-09T03:41:34.274Z | Finished `release` profile [optimized] target(s) in 31.83s |
| 596 | 2026-09-09T03:41:34.295Z | |
| 597 | 2026-09-09T03:41:34.299Z | real 31.855564011 |
| 598 | 2026-09-09T03:41:34.299Z | user 3:13.572798976 |
| 599 | 2026-09-09T03:41:34.299Z | sys 17.814771976 |
| 600 | 2026-09-09T03:41:34.299Z | trap 0.108592499 |
| 601 | 2026-09-09T03:41:34.299Z | tflt 0.177382022 |
| 602 | 2026-09-09T03:41:34.299Z | dflt 0.187469069 |
| 603 | 2026-09-09T03:41:34.299Z | kflt 0.000029573 |
| 604 | 2026-09-09T03:41:34.299Z | lock 10:11.378122213 |
| 605 | 2026-09-09T03:41:34.299Z | slp 12:32.467198248 |
| 606 | 2026-09-09T03:41:34.299Z | lat 12.298346290 |
| 607 | 2026-09-09T03:41:34.299Z | stop 9.384746666 |
| 608 | 2026-09-09T03:41:34.299Z | + for x in debug release |
| 609 | 2026-09-09T03:41:34.299Z | + mkdir -p /work/debug |
| 610 | 2026-09-09T03:41:34.299Z | + cp target/debug/x4c /work/debug/ |
| 611 | 2026-09-09T03:41:34.324Z | + cp target/debug/libsidecar_lite.so /work/debug/ |
| 612 | 2026-09-09T03:41:34.358Z | + for x in debug release |
| 613 | 2026-09-09T03:41:34.358Z | + mkdir -p /work/release |
| 614 | 2026-09-09T03:41:34.361Z | + cp target/release/x4c /work/release/ |
| 615 | 2026-09-09T03:41:34.368Z | + cp target/release/libsidecar_lite.so /work/release/ |
| 616 | 2026-09-09T03:41:34.378Z | + banner test |
| 617 | 2026-09-09T03:41:34.381Z | |
| 618 | 2026-09-09T03:41:34.381Z | ##### ###### #### ##### |
| 619 | 2026-09-09T03:41:34.381Z | # # # # |
| 620 | 2026-09-09T03:41:34.381Z | # ##### #### # |
| 621 | 2026-09-09T03:41:34.381Z | # # # # |
| 622 | 2026-09-09T03:41:34.381Z | # # # # # |
| 623 | 2026-09-09T03:41:34.381Z | # ###### #### # |
| 624 | 2026-09-09T03:41:34.381Z | |
| 625 | 2026-09-09T03:41:34.381Z | + cargo test |
| 626 | 2026-09-09T03:41:34.451Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
| 627 | 2026-09-09T03:41:34.466Z | Compiling libloading v0.9.0 |
| 628 | 2026-09-09T03:41:34.469Z | Compiling p4rs v0.1.0 (/work/oxidecomputer/p4/lang/p4rs) |
| 629 | 2026-09-09T03:41:34.472Z | Compiling x4c v0.1.0 (/work/oxidecomputer/p4/x4c) |
| 630 | 2026-09-09T03:41:34.472Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
| 631 | 2026-09-09T03:41:34.472Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
| 632 | 2026-09-09T03:41:34.652Z | Compiling x4c_error_codes v0.1.0 (/work/oxidecomputer/p4/x4c_error_codes) |
| 633 | 2026-09-09T03:41:35.657Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
| 634 | 2026-09-09T03:41:35.658Z | Compiling sidecar-lite v0.1.0 (/work/oxidecomputer/p4/lang/prog/sidecar-lite) |
| 635 | 2026-09-09T03:41:35.661Z | Compiling p4-macro-test v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro-test) |
| 636 | 2026-09-09T03:41:35.935Z | Compiling x4c-book v0.1.0 (/work/oxidecomputer/p4/book/code) |
| 637 | 2026-09-09T03:41:44.480Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 10.09s |
| 638 | 2026-09-09T03:41:44.493Z | Running unittests src/lib.rs (target/debug/deps/p4-85be53bc186e4c60) |
| 639 | 2026-09-09T03:41:44.496Z | |
| 640 | 2026-09-09T03:41:44.496Z | running 17 tests |
| 641 | 2026-09-09T03:41:44.497Z | test check::tests::replicate_argument_non_slice_index_rejected ... ok |
| 642 | 2026-09-09T03:41:44.497Z | test check::tests::replicate_argument_constant_slice_clean ... ok |
| 643 | 2026-09-09T03:41:44.497Z | test check::tests::replicate_called_twice_rejected ... ok |
| 644 | 2026-09-09T03:41:44.497Z | test check::tests::replicate_argument_header_root_rejected ... ok |
| 645 | 2026-09-09T03:41:44.497Z | test check::tests::replicate_argument_local_rejected ... ok |
| 646 | 2026-09-09T03:41:44.497Z | test check::tests::replicate_call_top_level_clean ... ok |
| 647 | 2026-09-09T03:41:44.497Z | test check::tests::replicate_argument_binary_over_egress_metadata_clean ... ok |
| 648 | 2026-09-09T03:41:44.497Z | test check::tests::replicate_in_action_rejected ... ok |
| 649 | 2026-09-09T03:41:44.497Z | test check::tests::replicate_inside_conditional_rejected ... ok |
| 650 | 2026-09-09T03:41:44.500Z | test check::tests::replicate_requires_one_argument ... ok |
| 651 | 2026-09-09T03:41:44.500Z | test check::tests::width_128_accepted ... ok |
| 652 | 2026-09-09T03:41:44.501Z | test hlir::tests::slice_assign_clean ... ok |
| 653 | 2026-09-09T03:41:44.501Z | test check::tests::replicate_in_ingress_with_package_clean ... ok |
| 654 | 2026-09-09T03:41:44.501Z | test hlir::tests::slice_read_clean ... ok |
| 655 | 2026-09-09T03:41:44.501Z | test check::tests::replicate_outside_ingress_rejected ... ok |
| 656 | 2026-09-09T03:41:44.501Z | test check::tests::width_over_128_rejected ... ok |
| 657 | 2026-09-09T03:41:44.501Z | test check::tests::replicate_instantiated_twice_with_one_call_clean ... ok |
| 658 | 2026-09-09T03:41:44.501Z | |
| 659 | 2026-09-09T03:41:44.501Z | test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 660 | 2026-09-09T03:41:44.501Z | |
| 661 | 2026-09-09T03:41:44.501Z | Running unittests src/lib.rs (target/debug/deps/p4_macro-262c919b7b7c9e7a) |
| 662 | 2026-09-09T03:41:44.501Z | |
| 663 | 2026-09-09T03:41:44.501Z | running 4 tests |
| 664 | 2026-09-09T03:41:44.504Z | test tests::macro_rejects_width_in_final_file ... ok |
| 665 | 2026-09-09T03:41:44.504Z | test tests::macro_diagnostic_uses_included_source ... ok |
| 666 | 2026-09-09T03:41:44.504Z | test tests::macro_checks_complete_program_after_includes ... ok |
| 667 | 2026-09-09T03:41:44.504Z | test tests::macro_rejects_replication_outside_ingress ... ok |
| 668 | 2026-09-09T03:41:44.504Z | |
| 669 | 2026-09-09T03:41:44.504Z | test result: ok. 4 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 670 | 2026-09-09T03:41:44.504Z | |
| 671 | 2026-09-09T03:41:44.504Z | Running unittests src/main.rs (target/debug/deps/p4_macro_test-42b4ab9123dbb28b) |
| 672 | 2026-09-09T03:41:44.504Z | |
| 673 | 2026-09-09T03:41:44.505Z | running 0 tests |
| 674 | 2026-09-09T03:41:44.505Z | |
| 675 | 2026-09-09T03:41:44.505Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 676 | 2026-09-09T03:41:44.505Z | |
| 677 | 2026-09-09T03:41:44.505Z | Running unittests src/lib.rs (target/debug/deps/p4_rust-682a88024cdd39f0) |
| 678 | 2026-09-09T03:41:44.509Z | |
| 679 | 2026-09-09T03:41:44.509Z | running 16 tests |
| 680 | 2026-09-09T03:41:44.509Z | test expression::tests::slice_128bit_top_byte ... ok |
| 681 | 2026-09-09T03:41:44.509Z | test expression::tests::slice_128bit_top_two_bytes ... ok |
| 682 | 2026-09-09T03:41:44.509Z | test expression::tests::slice_16bit_low_byte ... ok |
| 683 | 2026-09-09T03:41:44.509Z | test expression::tests::slice_16bit_top_nibble ... ok |
| 684 | 2026-09-09T03:41:44.509Z | test expression::tests::slice_32bit_bottom_nibble ... ok |
| 685 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_32bit_bottom_two_bytes ... ok |
| 686 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_32bit_middle_byte ... ok |
| 687 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_32bit_top_nibble ... ok |
| 688 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_32bit_top_three_bytes ... ok |
| 689 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_48bit_upper_24 ... ok |
| 690 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_4bit_field ... ok |
| 691 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_8bit_bottom_nibble ... ok |
| 692 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_8bit_single_bit ... ok |
| 693 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_8bit_top_nibble ... ok |
| 694 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_8bit_whole_field ... ok |
| 695 | 2026-09-09T03:41:44.510Z | test expression::tests::slice_non_contiguous_returns_none ... ok |
| 696 | 2026-09-09T03:41:44.510Z | |
| 697 | 2026-09-09T03:41:44.510Z | test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 698 | 2026-09-09T03:41:44.510Z | |
| 699 | 2026-09-09T03:41:44.510Z | Running unittests src/lib.rs (target/debug/deps/p4rs-71134c454596353c) |
| 700 | 2026-09-09T03:41:44.510Z | |
| 701 | 2026-09-09T03:41:44.510Z | running 27 tests |
| 702 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_add_be ... ok |
| 703 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_shifts_at_width_be ... ok |
| 704 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_add_nest ... ok |
| 705 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_shifts_at_width_le ... ok |
| 706 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_mod ... ok |
| 707 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_add_le ... ok |
| 708 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_add_mixed_size ... ok |
| 709 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_add_cascade ... ok |
| 710 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_shl_be ... ok |
| 711 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_shl_le ... ok |
| 712 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_shl_shr_roundtrip_le ... ok |
| 713 | 2026-09-09T03:41:44.510Z | test bitmath::tests::bitmath_shr_be ... ok |
| 714 | 2026-09-09T03:41:44.511Z | test bitmath::tests::bitmath_shr_le ... ok |
| 715 | 2026-09-09T03:41:44.511Z | test bitmath::tests::bitmath_sub_be ... ok |
| 716 | 2026-09-09T03:41:44.511Z | test bitmath::tests::bitmath_sub_le ... ok |
| 717 | 2026-09-09T03:41:44.511Z | test checksum::tests::udp_checksum ... ok |
| 718 | 2026-09-09T03:41:44.513Z | test table::tests::match_lpm_ternary_1 ... ok |
| 719 | 2026-09-09T03:41:44.513Z | test table::tests::match_lpm_ternary_range ... ok |
| 720 | 2026-09-09T03:41:44.513Z | test tests::bitvec_to_biguint_empty ... ok |
| 721 | 2026-09-09T03:41:44.513Z | test table::tests::match_lpm_1 ... ok |
| 722 | 2026-09-09T03:41:44.513Z | test tests::bitvec_to_biguint_non_byte_aligned ... ok |
| 723 | 2026-09-09T03:41:44.513Z | test table::tests::match_ternary_1 ... ok |
| 724 | 2026-09-09T03:41:44.513Z | test tests::bitvec_to_biguint_parsed_ihl ... ok |
| 725 | 2026-09-09T03:41:44.513Z | test tests::replication_of_empty_bitmap_yields_no_ports ... ok |
| 726 | 2026-09-09T03:41:44.513Z | test tests::replication_radix_is_bounded_by_bitmap_width ... ok |
| 727 | 2026-09-09T03:41:44.513Z | test table::tests::match_with_action ... ok |
| 728 | 2026-09-09T03:41:44.516Z | test tests::bitvec_to_biguint_storage_offsets ... ok |
| 729 | 2026-09-09T03:41:44.517Z | |
| 730 | 2026-09-09T03:41:44.517Z | test result: ok. 27 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 731 | 2026-09-09T03:41:44.517Z | |
| 732 | 2026-09-09T03:41:44.517Z | Running unittests src/lib.rs (target/debug/deps/sidecar_lite-6b4b2d1351c9575d) |
| 733 | 2026-09-09T03:41:44.517Z | |
| 734 | 2026-09-09T03:41:44.517Z | running 1 test |
| 735 | 2026-09-09T03:41:44.517Z | test tests::routing_miss_drops ... ok |
| 736 | 2026-09-09T03:41:44.517Z | |
| 737 | 2026-09-09T03:41:44.517Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 738 | 2026-09-09T03:41:44.517Z | |
| 739 | 2026-09-09T03:41:44.517Z | Running unittests src/lib.rs (target/debug/deps/tests-45eb331100058051) |
| 740 | 2026-09-09T03:41:44.520Z | |
| 741 | 2026-09-09T03:41:44.520Z | running 34 tests |
| 742 | 2026-09-09T03:41:44.523Z | test controller_multiple_instantiation::controller_multiple_instantiation ... ok |
| 743 | 2026-09-09T03:41:44.523Z | test headers::ipv6_header_read_write ... ok |
| 744 | 2026-09-09T03:41:44.523Z | test dload::pipeline_create ... ok |
| 745 | 2026-09-09T03:41:44.526Z | test ipv6::test_ipv6_parse ... ok |
| 746 | 2026-09-09T03:41:44.526Z | test dload::dynamic_load ... ok |
| 747 | 2026-09-09T03:41:44.529Z | test arithmetic::arithmetic ... ok |
| 748 | 2026-09-09T03:41:44.529Z | test basic_router::basic_router2 ... ok |
| 749 | 2026-09-09T03:41:44.532Z | test disag_router::disag_router ... ok |
| 750 | 2026-09-09T03:41:44.532Z | test dynamic_router::dynamic_router2 ... ok |
| 751 | 2026-09-09T03:41:44.533Z | test mcast::bitmap_ports_beyond_radix_ignored ... ok |
| 752 | 2026-09-09T03:41:44.533Z | test mac_rewrite::mac_rewrite2 ... ok |
| 753 | 2026-09-09T03:41:44.533Z | test mcast::drop_precedes_nonempty_bitmap ... ok |
| 754 | 2026-09-09T03:41:44.535Z | test mcast::empty_bitmap_falls_back_to_broadcast ... ok |
| 755 | 2026-09-09T03:41:44.535Z | test mcast::empty_bitmap_falls_back_to_unicast ... ok |
| 756 | 2026-09-09T03:41:44.536Z | test mcast::metadata_bit_fields_default_to_sized_zeros ... ok |
| 757 | 2026-09-09T03:41:44.545Z | test hub::hub2 ... ok |
| 758 | 2026-09-09T03:41:44.548Z | test mcast::no_table_match_yields_no_egress ... ok |
| 759 | 2026-09-09T03:41:44.552Z | test mcast::per_replica_ingress_metadata_is_isolated ... ok |
| 760 | 2026-09-09T03:41:44.556Z | test decap::geneve_decap ... ok |
| 761 | 2026-09-09T03:41:44.560Z | test mcast::bitmap_all_ports ... ok |
| 762 | 2026-09-09T03:41:44.560Z | test range::range ... ok |
| 763 | 2026-09-09T03:41:44.560Z | test slice_read::slice_read_sub_byte_field ... ok |
| 764 | 2026-09-09T03:41:44.563Z | test mcast::bitmap_empty ... ok |
| 765 | 2026-09-09T03:41:44.577Z | test mcast::bitmap_ports_1_2 ... ok |
| 766 | 2026-09-09T03:41:44.577Z | test table_in_egress_and_ingress::table_in_egress_and_ingress ... ok |
| 767 | 2026-09-09T03:41:44.577Z | test mcast::bitmap_precedence_over_broadcast ... ok |
| 768 | 2026-09-09T03:41:44.579Z | test shift::shift_in_egress ... ok |
| 769 | 2026-09-09T03:41:44.579Z | test vlan::test_vlan_parse ... ok |
| 770 | 2026-09-09T03:41:44.583Z | test slice_assign::slice_assign_mcast_mac ... ok |
| 771 | 2026-09-09T03:41:44.583Z | test vrf_router::vrf_router ... ok |
| 772 | 2026-09-09T03:41:44.594Z | test slice_read::slice_read_top_nibble ... ok |
| 773 | 2026-09-09T03:41:44.595Z | test vlan_trunk::vlan_trunk ... ok |
| 774 | 2026-09-09T03:41:44.599Z | test mcast::bitmap_no_self_replication ... ok |
| 775 | 2026-09-09T03:41:44.612Z | test shift::shift_higher_port ... ok |
| 776 | 2026-09-09T03:41:44.612Z | |
| 777 | 2026-09-09T03:41:44.612Z | test result: ok. 34 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.09s |
| 778 | 2026-09-09T03:41:44.612Z | |
| 779 | 2026-09-09T03:41:44.629Z | Running unittests src/lib.rs (target/debug/deps/x4c-3f17fb8bf88cde20) |
| 780 | 2026-09-09T03:41:44.632Z | |
| 781 | 2026-09-09T03:41:44.632Z | running 0 tests |
| 782 | 2026-09-09T03:41:44.632Z | |
| 783 | 2026-09-09T03:41:44.632Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 784 | 2026-09-09T03:41:44.632Z | |
| 785 | 2026-09-09T03:41:44.633Z | Running unittests src/bin/x4c.rs (target/debug/deps/x4c-ad8bb27043b45cc9) |
| 786 | 2026-09-09T03:41:44.633Z | |
| 787 | 2026-09-09T03:41:44.636Z | running 0 tests |
| 788 | 2026-09-09T03:41:44.636Z | |
| 789 | 2026-09-09T03:41:44.636Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 790 | 2026-09-09T03:41:44.636Z | |
| 791 | 2026-09-09T03:41:44.636Z | Running unittests src/bin/hello-world.rs (target/debug/deps/hello_world-225b85a6f8fe0178) |
| 792 | 2026-09-09T03:41:44.636Z | |
| 793 | 2026-09-09T03:41:44.636Z | running 0 tests |
| 794 | 2026-09-09T03:41:44.636Z | |
| 795 | 2026-09-09T03:41:44.636Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 796 | 2026-09-09T03:41:44.636Z | |
| 797 | 2026-09-09T03:41:44.636Z | Running unittests src/bin/vlan-switch.rs (target/debug/deps/vlan_switch-2fe14b2d9fea3a6e) |
| 798 | 2026-09-09T03:41:44.640Z | |
| 799 | 2026-09-09T03:41:44.640Z | running 0 tests |
| 800 | 2026-09-09T03:41:44.640Z | |
| 801 | 2026-09-09T03:41:44.640Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 802 | 2026-09-09T03:41:44.640Z | |
| 803 | 2026-09-09T03:41:44.640Z | Running unittests src/lib.rs (target/debug/deps/x4c_error_codes-59270fb9cda91e42) |
| 804 | 2026-09-09T03:41:44.640Z | |
| 805 | 2026-09-09T03:41:44.640Z | running 0 tests |
| 806 | 2026-09-09T03:41:44.640Z | |
| 807 | 2026-09-09T03:41:44.640Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 808 | 2026-09-09T03:41:44.640Z | |
| 809 | 2026-09-09T03:41:44.640Z | Doc-tests p4 |
| 810 | 2026-09-09T03:41:44.729Z | |
| 811 | 2026-09-09T03:41:44.729Z | running 0 tests |
| 812 | 2026-09-09T03:41:44.729Z | |
| 813 | 2026-09-09T03:41:44.729Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 814 | 2026-09-09T03:41:44.729Z | |
| 815 | 2026-09-09T03:41:44.738Z | Doc-tests p4_macro |
| 816 | 2026-09-09T03:41:44.783Z | |
| 817 | 2026-09-09T03:41:44.783Z | running 2 tests |
| 818 | 2026-09-09T03:41:44.786Z | test lang/p4-macro/src/lib.rs - (line 18) ... ignored |
| 819 | 2026-09-09T03:41:44.786Z | test lang/p4-macro/src/lib.rs - (line 6) ... ignored |
| 820 | 2026-09-09T03:41:44.786Z | |
| 821 | 2026-09-09T03:41:44.786Z | test result: ok. 0 passed; 0 failed; 2 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 822 | 2026-09-09T03:41:44.787Z | |
| 823 | 2026-09-09T03:41:44.790Z | Doc-tests p4_rust |
| 824 | 2026-09-09T03:41:44.956Z | |
| 825 | 2026-09-09T03:41:44.956Z | running 0 tests |
| 826 | 2026-09-09T03:41:44.956Z | |
| 827 | 2026-09-09T03:41:44.956Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 828 | 2026-09-09T03:41:44.956Z | |
| 829 | 2026-09-09T03:41:44.967Z | Doc-tests p4rs |
| 830 | 2026-09-09T03:41:45.050Z | |
| 831 | 2026-09-09T03:41:45.050Z | running 1 test |
| 832 | 2026-09-09T03:41:45.856Z | test lang/p4rs/src/lib.rs - (line 11) ... ok |
| 833 | 2026-09-09T03:41:45.856Z | |
| 834 | 2026-09-09T03:41:45.856Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.81s |
| 835 | 2026-09-09T03:41:45.856Z | |
| 836 | 2026-09-09T03:41:45.865Z | Doc-tests tests |
| 837 | 2026-09-09T03:41:45.927Z | |
| 838 | 2026-09-09T03:41:45.927Z | running 0 tests |
| 839 | 2026-09-09T03:41:45.927Z | |
| 840 | 2026-09-09T03:41:45.927Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 841 | 2026-09-09T03:41:45.930Z | |
| 842 | 2026-09-09T03:41:45.934Z | Doc-tests x4c |
| 843 | 2026-09-09T03:41:45.978Z | |
| 844 | 2026-09-09T03:41:45.978Z | running 0 tests |
| 845 | 2026-09-09T03:41:45.978Z | |
| 846 | 2026-09-09T03:41:45.978Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 847 | 2026-09-09T03:41:45.978Z | |
| 848 | 2026-09-09T03:41:45.982Z | Doc-tests x4c_error_codes |
| 849 | 2026-09-09T03:41:46.009Z | |
| 850 | 2026-09-09T03:41:46.009Z | running 0 tests |
| 851 | 2026-09-09T03:41:46.009Z | |
| 852 | 2026-09-09T03:41:46.009Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 853 | 2026-09-09T03:41:46.009Z | |
| 854 | 2026-09-09T03:41:46.019Z | + pushd test |
| 855 | 2026-09-09T03:41:46.022Z | /work/oxidecomputer/p4/test /work/oxidecomputer/p4 |
| 856 | 2026-09-09T03:41:46.022Z | + banner 'mac rewr' |
| 857 | 2026-09-09T03:41:46.023Z | |
| 858 | 2026-09-09T03:41:46.023Z | # # ## #### ##### ###### # # ##### |
| 859 | 2026-09-09T03:41:46.023Z | ## ## # # # # # # # # # # # |
| 860 | 2026-09-09T03:41:46.023Z | # ## # # # # # # ##### # # # # |
| 861 | 2026-09-09T03:41:46.023Z | # # ###### # ##### # # ## # ##### |
| 862 | 2026-09-09T03:41:46.023Z | # # # # # # # # # ## ## # # |
| 863 | 2026-09-09T03:41:46.023Z | # # # # #### # # ###### # # # # |
| 864 | 2026-09-09T03:41:46.024Z | |
| 865 | 2026-09-09T03:41:46.024Z | + RUST_BACKTRACE=1 |
| 866 | 2026-09-09T03:41:46.024Z | + cargo test mac_rewrite -- --nocapture |
| 867 | 2026-09-09T03:41:46.119Z | Compiling aho-corasick v1.1.4 |
| 868 | 2026-09-09T03:41:46.133Z | Compiling getrandom v0.4.1 |
| 869 | 2026-09-09T03:41:46.136Z | Compiling rustix v1.1.4 |
| 870 | 2026-09-09T03:41:46.136Z | Compiling errno v0.3.14 |
| 871 | 2026-09-09T03:41:46.140Z | Compiling prettyplease v0.2.37 |
| 872 | 2026-09-09T03:41:46.817Z | Compiling regex-automata v0.4.14 |
| 873 | 2026-09-09T03:41:46.869Z | Compiling tempfile v3.27.0 |
| 874 | 2026-09-09T03:41:48.176Z | Compiling regex v1.12.4 |
| 875 | 2026-09-09T03:41:48.423Z | Compiling p4 v0.1.0 (/work/oxidecomputer/p4/p4) |
| 876 | 2026-09-09T03:41:48.491Z | Compiling pnet_macros v0.35.0 |
| 877 | 2026-09-09T03:41:49.143Z | Compiling p4-rust v0.1.0 (/work/oxidecomputer/p4/codegen/rust) |
| 878 | 2026-09-09T03:41:49.469Z | Compiling pnet_packet v0.35.0 |
| 879 | 2026-09-09T03:41:50.010Z | Compiling p4-macro v0.1.0 (/work/oxidecomputer/p4/lang/p4-macro) |
| 880 | 2026-09-09T03:41:51.296Z | Compiling pnet_transport v0.35.0 |
| 881 | 2026-09-09T03:41:51.411Z | Compiling pnet v0.35.0 |
| 882 | 2026-09-09T03:41:51.502Z | Compiling tests v0.1.0 (/work/oxidecomputer/p4/test) |
| 883 | 2026-09-09T03:41:59.978Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 13.94s |
| 884 | 2026-09-09T03:41:59.990Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8) |
| 885 | 2026-09-09T03:41:59.993Z | |
| 886 | 2026-09-09T03:41:59.993Z | running 1 test |
| 887 | 2026-09-09T03:41:59.998Z | [phy2] do you know the muffin man? |
| 888 | 2026-09-09T03:42:00.003Z | [cpu] the muffin man? |
| 889 | 2026-09-09T03:42:00.003Z | [cpu] the muffin man! |
| 890 | 2026-09-09T03:42:00.003Z | [cpu] why yes |
| 891 | 2026-09-09T03:42:00.004Z | [phy1] i know the muffin man |
| 892 | 2026-09-09T03:42:00.004Z | [phy3] the muffin man is me!!! |
| 893 | 2026-09-09T03:42:00.004Z | test mac_rewrite::mac_rewrite2 ... ok |
| 894 | 2026-09-09T03:42:00.004Z | |
| 895 | 2026-09-09T03:42:00.004Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 33 filtered out; finished in 0.01s |
| 896 | 2026-09-09T03:42:00.004Z | |
| 897 | 2026-09-09T03:42:00.007Z | + banner 'dyn load' |
| 898 | 2026-09-09T03:42:00.010Z | |
| 899 | 2026-09-09T03:42:00.010Z | ##### # # # # # #### ## ##### |
| 900 | 2026-09-09T03:42:00.010Z | # # # # ## # # # # # # # # |
| 901 | 2026-09-09T03:42:00.010Z | # # # # # # # # # # # # # |
| 902 | 2026-09-09T03:42:00.010Z | # # # # # # # # # ###### # # |
| 903 | 2026-09-09T03:42:00.010Z | # # # # ## # # # # # # # |
| 904 | 2026-09-09T03:42:00.010Z | ##### # # # ###### #### # # ##### |
| 905 | 2026-09-09T03:42:00.010Z | |
| 906 | 2026-09-09T03:42:00.011Z | + RUST_BACKTRACE=1 |
| 907 | 2026-09-09T03:42:00.011Z | + cargo test dload -- --nocapture |
| 908 | 2026-09-09T03:42:00.097Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 909 | 2026-09-09T03:42:00.100Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8) |
| 910 | 2026-09-09T03:42:00.100Z | |
| 911 | 2026-09-09T03:42:00.100Z | running 2 tests |
| 912 | 2026-09-09T03:42:00.104Z | test dload::pipeline_create ... ok |
| 913 | 2026-09-09T03:42:00.107Z | test dload::dynamic_load ... ok |
| 914 | 2026-09-09T03:42:00.107Z | |
| 915 | 2026-09-09T03:42:00.107Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 32 filtered out; finished in 0.01s |
| 916 | 2026-09-09T03:42:00.107Z | |
| 917 | 2026-09-09T03:42:00.111Z | + banner disag |
| 918 | 2026-09-09T03:42:00.114Z | |
| 919 | 2026-09-09T03:42:00.115Z | ##### # #### ## #### |
| 920 | 2026-09-09T03:42:00.115Z | # # # # # # # # |
| 921 | 2026-09-09T03:42:00.115Z | # # # #### # # # |
| 922 | 2026-09-09T03:42:00.115Z | # # # # ###### # ### |
| 923 | 2026-09-09T03:42:00.115Z | # # # # # # # # # |
| 924 | 2026-09-09T03:42:00.115Z | ##### # #### # # #### |
| 925 | 2026-09-09T03:42:00.115Z | |
| 926 | 2026-09-09T03:42:00.115Z | + RUST_BACKTRACE=1 |
| 927 | 2026-09-09T03:42:00.115Z | + cargo test disag_router -- --nocapture |
| 928 | 2026-09-09T03:42:00.198Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 929 | 2026-09-09T03:42:00.201Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8) |
| 930 | 2026-09-09T03:42:00.204Z | |
| 931 | 2026-09-09T03:42:00.204Z | running 1 test |
| 932 | 2026-09-09T03:42:00.209Z | [phy2] do you know the muffin man? |
| 933 | 2026-09-09T03:42:00.212Z | [cpu] the muffin man? |
| 934 | 2026-09-09T03:42:00.212Z | [cpu] the muffin man! |
| 935 | 2026-09-09T03:42:00.212Z | [cpu] why yes |
| 936 | 2026-09-09T03:42:00.212Z | [phy1] i know the muffin man |
| 937 | 2026-09-09T03:42:00.212Z | [phy3] the muffin man is me!!! |
| 938 | 2026-09-09T03:42:00.212Z | test disag_router::disag_router ... ok |
| 939 | 2026-09-09T03:42:00.212Z | |
| 940 | 2026-09-09T03:42:00.212Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 33 filtered out; finished in 0.01s |
| 941 | 2026-09-09T03:42:00.212Z | |
| 942 | 2026-09-09T03:42:00.217Z | + banner 'dyn rtr' |
| 943 | 2026-09-09T03:42:00.220Z | |
| 944 | 2026-09-09T03:42:00.220Z | ##### # # # # ##### ##### ##### |
| 945 | 2026-09-09T03:42:00.220Z | # # # # ## # # # # # # |
| 946 | 2026-09-09T03:42:00.220Z | # # # # # # # # # # # |
| 947 | 2026-09-09T03:42:00.220Z | # # # # # # ##### # ##### |
| 948 | 2026-09-09T03:42:00.220Z | # # # # ## # # # # # |
| 949 | 2026-09-09T03:42:00.220Z | ##### # # # # # # # # |
| 950 | 2026-09-09T03:42:00.220Z | |
| 951 | 2026-09-09T03:42:00.220Z | + RUST_BACKTRACE=1 |
| 952 | 2026-09-09T03:42:00.220Z | + cargo test dynamic_router -- --nocapture |
| 953 | 2026-09-09T03:42:00.304Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 954 | 2026-09-09T03:42:00.308Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8) |
| 955 | 2026-09-09T03:42:00.310Z | |
| 956 | 2026-09-09T03:42:00.310Z | running 1 test |
| 957 | 2026-09-09T03:42:00.315Z | [phy2] do you know the muffin man? |
| 958 | 2026-09-09T03:42:00.318Z | [cpu] the muffin man? |
| 959 | 2026-09-09T03:42:00.318Z | [cpu] the muffin man! |
| 960 | 2026-09-09T03:42:00.318Z | [cpu] why yes |
| 961 | 2026-09-09T03:42:00.318Z | [phy1] i know the muffin man |
| 962 | 2026-09-09T03:42:00.318Z | [phy3] the muffin man is me!!! |
| 963 | 2026-09-09T03:42:00.318Z | test dynamic_router::dynamic_router2 ... ok |
| 964 | 2026-09-09T03:42:00.318Z | |
| 965 | 2026-09-09T03:42:00.318Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 33 filtered out; finished in 0.01s |
| 966 | 2026-09-09T03:42:00.318Z | |
| 967 | 2026-09-09T03:42:00.323Z | + banner hub |
| 968 | 2026-09-09T03:42:00.326Z | |
| 969 | 2026-09-09T03:42:00.326Z | # # # # ##### |
| 970 | 2026-09-09T03:42:00.326Z | # # # # # # |
| 971 | 2026-09-09T03:42:00.326Z | ###### # # ##### |
| 972 | 2026-09-09T03:42:00.328Z | # # # # # # |
| 973 | 2026-09-09T03:42:00.328Z | # # # # # # |
| 974 | 2026-09-09T03:42:00.328Z | # # #### ##### |
| 975 | 2026-09-09T03:42:00.328Z | |
| 976 | 2026-09-09T03:42:00.328Z | + RUST_BACKTRACE=1 |
| 977 | 2026-09-09T03:42:00.328Z | + cargo test hub -- --nocapture |
| 978 | 2026-09-09T03:42:00.412Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 979 | 2026-09-09T03:42:00.415Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8) |
| 980 | 2026-09-09T03:42:00.418Z | |
| 981 | 2026-09-09T03:42:00.418Z | running 1 test |
| 982 | 2026-09-09T03:42:00.423Z | [phy2] do you know the muffin man? |
| 983 | 2026-09-09T03:42:00.423Z | [phy3] do you know the muffin man? |
| 984 | 2026-09-09T03:42:00.426Z | [phy1] the muffin man? |
| 985 | 2026-09-09T03:42:00.426Z | [phy3] the muffin man? |
| 986 | 2026-09-09T03:42:00.426Z | [phy2] the muffin man! |
| 987 | 2026-09-09T03:42:00.426Z | [phy3] the muffin man! |
| 988 | 2026-09-09T03:42:00.426Z | [phy1] why yes |
| 989 | 2026-09-09T03:42:00.426Z | [phy1] i know the muffin man |
| 990 | 2026-09-09T03:42:00.426Z | [phy1] the muffin man is me!!! |
| 991 | 2026-09-09T03:42:00.426Z | [phy3] why yes |
| 992 | 2026-09-09T03:42:00.426Z | [phy3] i know the muffin man |
| 993 | 2026-09-09T03:42:00.426Z | [phy3] the muffin man is me!!! |
| 994 | 2026-09-09T03:42:00.426Z | test hub::hub2 ... ok |
| 995 | 2026-09-09T03:42:00.426Z | |
| 996 | 2026-09-09T03:42:00.426Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 33 filtered out; finished in 0.01s |
| 997 | 2026-09-09T03:42:00.426Z | |
| 998 | 2026-09-09T03:42:00.431Z | + banner router |
| 999 | 2026-09-09T03:42:00.433Z | |
| 1000 | 2026-09-09T03:42:00.433Z | ##### #### # # ##### ###### ##### |
| 1001 | 2026-09-09T03:42:00.434Z | # # # # # # # # # # |
| 1002 | 2026-09-09T03:42:00.434Z | # # # # # # # ##### # # |
| 1003 | 2026-09-09T03:42:00.434Z | ##### # # # # # # ##### |
| 1004 | 2026-09-09T03:42:00.434Z | # # # # # # # # # # |
| 1005 | 2026-09-09T03:42:00.434Z | # # #### #### # ###### # # |
| 1006 | 2026-09-09T03:42:00.434Z | |
| 1007 | 2026-09-09T03:42:00.434Z | + RUST_BACKTRACE=1 |
| 1008 | 2026-09-09T03:42:00.434Z | + cargo test basic_router -- --nocapture |
| 1009 | 2026-09-09T03:42:00.517Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 1010 | 2026-09-09T03:42:00.520Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8) |
| 1011 | 2026-09-09T03:42:00.523Z | |
| 1012 | 2026-09-09T03:42:00.523Z | running 1 test |
| 1013 | 2026-09-09T03:42:00.528Z | [phy2] do you know the muffin man? |
| 1014 | 2026-09-09T03:42:00.531Z | [phy1] the muffin man? |
| 1015 | 2026-09-09T03:42:00.531Z | [phy2] the muffin man! |
| 1016 | 2026-09-09T03:42:00.531Z | [phy1] why yes |
| 1017 | 2026-09-09T03:42:00.531Z | [phy1] i know the muffin man |
| 1018 | 2026-09-09T03:42:00.531Z | [phy1] the muffin man is me!!! |
| 1019 | 2026-09-09T03:42:00.531Z | test basic_router::basic_router2 ... ok |
| 1020 | 2026-09-09T03:42:00.531Z | |
| 1021 | 2026-09-09T03:42:00.531Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 33 filtered out; finished in 0.01s |
| 1022 | 2026-09-09T03:42:00.531Z | |
| 1023 | 2026-09-09T03:42:00.535Z | + banner headers |
| 1024 | 2026-09-09T03:42:00.538Z | |
| 1025 | 2026-09-09T03:42:00.538Z | # # ###### ## ##### ###### ##### #### |
| 1026 | 2026-09-09T03:42:00.538Z | # # # # # # # # # # # |
| 1027 | 2026-09-09T03:42:00.538Z | ###### ##### # # # # ##### # # #### |
| 1028 | 2026-09-09T03:42:00.538Z | # # # ###### # # # ##### # |
| 1029 | 2026-09-09T03:42:00.538Z | # # # # # # # # # # # # |
| 1030 | 2026-09-09T03:42:00.538Z | # # ###### # # ##### ###### # # #### |
| 1031 | 2026-09-09T03:42:00.538Z | |
| 1032 | 2026-09-09T03:42:00.539Z | + RUST_BACKTRACE=1 |
| 1033 | 2026-09-09T03:42:00.539Z | + cargo test headers -- --nocapture |
| 1034 | 2026-09-09T03:42:00.623Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s |
| 1035 | 2026-09-09T03:42:00.628Z | Running unittests src/lib.rs (/work/oxidecomputer/p4/target/debug/deps/tests-48d22f6b13373da8) |
| 1036 | 2026-09-09T03:42:00.631Z | |
| 1037 | 2026-09-09T03:42:00.631Z | running 1 test |
| 1038 | 2026-09-09T03:42:00.631Z | test headers::ipv6_header_read_write ... ok |
| 1039 | 2026-09-09T03:42:00.631Z | |
| 1040 | 2026-09-09T03:42:00.631Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 33 filtered out; finished in 0.00s |
| 1041 | 2026-09-09T03:42:00.632Z | |
| 1042 | 2026-09-09T03:42:00.635Z | process exited: duration 108133 ms, exit code 0 |
| |
| 1043 | 2026-09-09T03:42:00.647Z | found 4 output files |
| 1044 | 2026-09-09T03:42:00.647Z | uploading: /work/debug/libsidecar_lite.so (43285488 bytes) |
| 1045 | 2026-09-09T03:42:02.182Z | uploaded: /work/debug/libsidecar_lite.so |
| 1046 | 2026-09-09T03:42:02.182Z | uploading: /work/debug/x4c (38115704 bytes) |
| 1047 | 2026-09-09T03:42:03.720Z | uploaded: /work/debug/x4c |
| 1048 | 2026-09-09T03:42:03.721Z | uploading: /work/release/libsidecar_lite.so (9985664 bytes) |
| 1049 | 2026-09-09T03:42:04.844Z | uploaded: /work/release/libsidecar_lite.so |
| 1050 | 2026-09-09T03:42:04.844Z | uploading: /work/release/x4c (8719984 bytes) |
| 1051 | 2026-09-09T03:42:05.958Z | uploaded: /work/release/x4c |