|
|
|
| 1 | 2025-08-07T14:56:54.427Z | job assigned to worker 01K22GH6H22TJDFCG9HW4QB9BM [factory gimlet-EVT22200007-propolis, EVT22200007/37338] (queued for 24 s) |
| |
| 2 | 2025-08-07T14:57:02.992Z | starting task 0: "setup" |
| 3 | 2025-08-07T14:57:03.019Z | ++ uname -s |
| 4 | 2025-08-07T14:57:03.019Z | + kern=SunOS |
| 5 | 2025-08-07T14:57:03.019Z | + build_user=build |
| 6 | 2025-08-07T14:57:03.019Z | + build_uid=12345 |
| 7 | 2025-08-07T14:57:03.019Z | + work_dir=/work |
| 8 | 2025-08-07T14:57:03.019Z | + input_dir=/input |
| 9 | 2025-08-07T14:57:03.019Z | + [[ 0 == 12345 ]] |
| 10 | 2025-08-07T14:57:03.019Z | + case "$kern" in |
| 11 | 2025-08-07T14:57:03.019Z | + groupadd -g 12345 build |
| 12 | 2025-08-07T14:57:03.019Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2025-08-07T14:57:05.017Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2025-08-07T14:57:05.058Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2025-08-07T14:57:05.084Z | + home_fs=zfs |
| 16 | 2025-08-07T14:57:05.084Z | + [[ zfs == autofs ]] |
| 17 | 2025-08-07T14:57:05.084Z | + mkdir -p /home/build |
| 18 | 2025-08-07T14:57:05.084Z | + chown build:build /home/build /work |
| 19 | 2025-08-07T14:57:07.066Z | + chmod 0700 /home/build /work |
| 20 | 2025-08-07T14:57:07.093Z | process exited: duration 4080 ms, exit code 0 |
| |
| 21 | 2025-08-07T14:57:07.155Z | starting task 1: "rust-toolchain" |
| 22 | 2025-08-07T14:57:07.183Z | + printf ' * rust toolchain channel = "%s"\n' 1.85.0 |
| 23 | 2025-08-07T14:57:07.183Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 24 | 2025-08-07T14:57:07.183Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 25 | 2025-08-07T14:57:07.183Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2025-08-07T14:57:07.183Z | * rust toolchain channel = "1.85.0" |
| 27 | 2025-08-07T14:57:07.183Z | * rust toolchain profile = "default" |
| 28 | 2025-08-07T14:57:07.183Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2025-08-07T14:57:07.183Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.85.0 --profile default |
| 30 | 2025-08-07T14:57:07.306Z | info: downloading installer |
| 31 | 2025-08-07T14:57:07.951Z | warn: It looks like you have an existing installation of Rust at: |
| 32 | 2025-08-07T14:57:07.951Z | warn: /opt/ooce/bin |
| 33 | 2025-08-07T14:57:07.951Z | warn: It is recommended that rustup be the primary Rust installation. |
| 34 | 2025-08-07T14:57:07.951Z | warn: Otherwise you may have confusion unless you are careful with your PATH. |
| 35 | 2025-08-07T14:57:07.951Z | warn: If you are sure that you want both rustup and your already installed Rust |
| 36 | 2025-08-07T14:57:07.951Z | warn: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 37 | 2025-08-07T14:57:07.951Z | warn: or pass `-y' to ignore all ignorable checks. |
| 38 | 2025-08-07T14:57:07.952Z | error: cannot install while Rust is installed |
| 39 | 2025-08-07T14:57:07.952Z | warn: continuing (because the -y flag is set and the error is ignorable) |
| 40 | 2025-08-07T14:57:07.979Z | info: profile set to 'default' |
| 41 | 2025-08-07T14:57:07.979Z | info: default host triple is x86_64-unknown-illumos |
| 42 | 2025-08-07T14:57:07.979Z | info: syncing channel updates for '1.85.0-x86_64-unknown-illumos' |
| 43 | 2025-08-07T14:57:08.108Z | info: latest update on 2025-02-20, rust version 1.85.0 (4d91de4e4 2025-02-17) |
| 44 | 2025-08-07T14:57:08.108Z | info: downloading component 'cargo' |
| 45 | 2025-08-07T14:57:08.355Z | info: downloading component 'clippy' |
| 46 | 2025-08-07T14:57:08.444Z | info: downloading component 'rust-docs' |
| 47 | 2025-08-07T14:57:08.721Z | info: downloading component 'rust-std' |
| 48 | 2025-08-07T14:57:09.125Z | info: downloading component 'rustc' |
| 49 | 2025-08-07T14:57:10.327Z | info: downloading component 'rustfmt' |
| 50 | 2025-08-07T14:57:10.403Z | info: installing component 'cargo' |
| 51 | 2025-08-07T14:57:11.540Z | info: installing component 'clippy' |
| 52 | 2025-08-07T14:57:11.999Z | info: installing component 'rust-docs' |
| 53 | 2025-08-07T14:57:14.872Z | info: installing component 'rust-std' |
| 54 | 2025-08-07T14:57:17.159Z | info: installing component 'rustc' |
| 55 | 2025-08-07T14:57:24.219Z | info: installing component 'rustfmt' |
| 56 | 2025-08-07T14:57:24.591Z | info: default toolchain set to '1.85.0-x86_64-unknown-illumos' |
| 57 | 2025-08-07T14:57:24.591Z | |
| 58 | 2025-08-07T14:57:24.744Z | 1.85.0-x86_64-unknown-illumos installed - rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 59 | 2025-08-07T14:57:24.744Z | |
| 60 | 2025-08-07T14:57:24.770Z | |
| 61 | 2025-08-07T14:57:24.770Z | Rust is installed now. Great! |
| 62 | 2025-08-07T14:57:24.770Z | |
| 63 | 2025-08-07T14:57:24.770Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 64 | 2025-08-07T14:57:24.770Z | environment variable. This has not been done automatically. |
| 65 | 2025-08-07T14:57:24.770Z | |
| 66 | 2025-08-07T14:57:24.770Z | To configure your current shell, you need to source |
| 67 | 2025-08-07T14:57:24.770Z | the corresponding env file under $HOME/.cargo. |
| 68 | 2025-08-07T14:57:24.771Z | |
| 69 | 2025-08-07T14:57:24.771Z | This is usually done by running one of the following (note the leading DOT): |
| 70 | 2025-08-07T14:57:24.771Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 71 | 2025-08-07T14:57:24.771Z | source "$HOME/.cargo/env.fish" # For fish |
| 72 | 2025-08-07T14:57:24.771Z | source $"($nu.home-path)/.cargo/env.nu" # For nushell |
| 73 | 2025-08-07T14:57:24.830Z | + rustup --version |
| 74 | 2025-08-07T14:57:24.857Z | rustup 1.28.2 (e4f3ad6f8 2025-04-28) |
| 75 | 2025-08-07T14:57:24.857Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 76 | 2025-08-07T14:57:24.967Z | info: The currently active `rustc` version is `rustc 1.85.0 (4d91de4e4 2025-02-17)` |
| 77 | 2025-08-07T14:57:24.994Z | + cargo --version |
| 78 | 2025-08-07T14:57:25.069Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 79 | 2025-08-07T14:57:25.095Z | + rustc --version |
| 80 | 2025-08-07T14:57:25.179Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 81 | 2025-08-07T14:57:25.206Z | process exited: duration 18032 ms, exit code 0 |
| |
| 82 | 2025-08-07T14:57:25.262Z | starting task 2: "authentication" |
| 83 | 2025-08-07T14:57:25.318Z | process exited: duration 59 ms, exit code 0 |
| |
| 84 | 2025-08-07T14:57:25.372Z | starting task 3: "clone repository" |
| 85 | 2025-08-07T14:57:25.398Z | + mkdir -p /work/oxidecomputer/dendrite |
| 86 | 2025-08-07T14:57:25.398Z | + git clone https://github.com/oxidecomputer/dendrite /work/oxidecomputer/dendrite |
| 87 | 2025-08-07T14:57:25.425Z | Cloning into '/work/oxidecomputer/dendrite'... |
| 88 | 2025-08-07T14:57:26.408Z | + cd /work/oxidecomputer/dendrite |
| 89 | 2025-08-07T14:57:26.408Z | + git fetch origin ce97847ef712534ab1dec06f363f65a90925f9f8 |
| 90 | 2025-08-07T14:57:26.768Z | From https://github.com/oxidecomputer/dendrite |
| 91 | 2025-08-07T14:57:26.768Z | * branch ce97847ef712534ab1dec06f363f65a90925f9f8 -> FETCH_HEAD |
| 92 | 2025-08-07T14:57:26.795Z | + [[ -n counters ]] |
| 93 | 2025-08-07T14:57:26.795Z | ++ git branch --show-current |
| 94 | 2025-08-07T14:57:26.795Z | + current=main |
| 95 | 2025-08-07T14:57:26.795Z | + [[ main != counters ]] |
| 96 | 2025-08-07T14:57:26.795Z | + git branch -f counters ce97847ef712534ab1dec06f363f65a90925f9f8 |
| 97 | 2025-08-07T14:57:26.795Z | + git checkout -f counters |
| 98 | 2025-08-07T14:57:26.821Z | Switched to branch 'counters' |
| 99 | 2025-08-07T14:57:26.821Z | + git reset --hard ce97847ef712534ab1dec06f363f65a90925f9f8 |
| 100 | 2025-08-07T14:57:26.848Z | HEAD is now at ce97847 is_link_local_ipv6_mcast |
| 101 | 2025-08-07T14:57:26.848Z | process exited: duration 1457 ms, exit code 0 |
| |
| 102 | 2025-08-07T14:57:26.905Z | starting task 4: "build" |
| 103 | 2025-08-07T14:57:26.931Z | + source .github/buildomat/common.sh |
| 104 | 2025-08-07T14:57:26.931Z | ++ SDE_COMMIT=c59c6d7b9e512a834f15b1847e636426aec7d670 |
| 105 | 2025-08-07T14:57:26.931Z | ++ SDE_PKG_SHA256=c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 |
| 106 | 2025-08-07T14:57:26.931Z | ++ SDE_DEB_SHA256=7526d1c02064f4e40056b0a8a5aa1db86f0a912035a80fa223c322b1ae2709b7 |
| 107 | 2025-08-07T14:57:26.931Z | +++ uname -s |
| 108 | 2025-08-07T14:57:26.931Z | ++ '[' SunOS == SunOS ']' |
| 109 | 2025-08-07T14:57:26.931Z | ++ SERIES=illumos |
| 110 | 2025-08-07T14:57:26.931Z | +++ uname -s |
| 111 | 2025-08-07T14:57:26.931Z | ++ '[' SunOS == SunOS ']' |
| 112 | 2025-08-07T14:57:26.931Z | ++ SDE_DIR=https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/c59c6d7b9e512a834f15b1847e636426aec7d670 |
| 113 | 2025-08-07T14:57:26.931Z | ++ rustup show active-toolchain |
| 114 | 2025-08-07T14:57:26.995Z | 1.85.0-x86_64-unknown-illumos (overridden by '/work/oxidecomputer/dendrite/rust-toolchain.toml') |
| 115 | 2025-08-07T14:57:27.021Z | + source .github/buildomat/illumos.sh |
| 116 | 2025-08-07T14:57:27.021Z | ++ banner 'sde setup' |
| 117 | 2025-08-07T14:57:27.021Z | |
| 118 | 2025-08-07T14:57:27.021Z | #### ##### ###### #### ###### ##### # # ##### |
| 119 | 2025-08-07T14:57:27.021Z | # # # # # # # # # # # |
| 120 | 2025-08-07T14:57:27.022Z | #### # # ##### #### ##### # # # # # |
| 121 | 2025-08-07T14:57:27.022Z | # # # # # # # # # ##### |
| 122 | 2025-08-07T14:57:27.022Z | # # # # # # # # # # # # |
| 123 | 2025-08-07T14:57:27.022Z | #### ##### ###### #### ###### # #### # |
| 124 | 2025-08-07T14:57:27.022Z | |
| 125 | 2025-08-07T14:57:27.022Z | ++ export PKG=tofino_sde.p5p |
| 126 | 2025-08-07T14:57:27.022Z | ++ PKG=tofino_sde.p5p |
| 127 | 2025-08-07T14:57:27.022Z | ++ curl -OL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/tofino-sde/illumos/c59c6d7b9e512a834f15b1847e636426aec7d670/tofino_sde.p5p |
| 128 | 2025-08-07T14:57:27.022Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 129 | 2025-08-07T14:57:27.022Z | Dload Upload Total Spent Left Speed |
| 130 | 2025-08-07T14:57:31.124Z |
0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
8 75.0M 8 6551k 0 0 10.5M 0 0:00:07 --:--:-- 0:00:07 10.5M
34 75.0M 34 26.0M 0 0 16.1M 0 0:00:04 0:00:01 0:00:03 16.1M
61 75.0M 61 45.9M 0 0 17.6M 0 0:00:04 0:00:02 0:00:02 17.6M
87 75.0M 87 65.7M 0 0 18.0M 0 0:00:04 0:00:03 0:00:01 18.0M
100 75.0M 100 75.0M 0 0 18.2M 0 0:00:04 0:00:04 --:--:-- 18.2M |
| 131 | 2025-08-07T14:57:31.150Z | +++ digest -a sha256 tofino_sde.p5p |
| 132 | 2025-08-07T14:57:31.202Z | ++ SDE_CALC=c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 |
| 133 | 2025-08-07T14:57:31.202Z | ++ '[' c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 '!=' c1f024daa62b0f16466c0156fe92e7c5e4ef2ad62db5266507410dbd5a4fb951 ']' |
| 134 | 2025-08-07T14:57:31.202Z | ++ pfexec pkg install -g tofino_sde.p5p tofino_sde |
| 135 | 2025-08-07T14:57:41.605Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 136 | 2025-08-07T14:57:50.255Z | Startup: Caching catalogs ... Done |
| 137 | 2025-08-07T14:57:50.456Z | Startup: Refreshing catalog 'oxide' ... Done |
| 138 | 2025-08-07T14:58:00.246Z | Planning: Solver setup ... Done |
| 139 | 2025-08-07T14:58:00.290Z | Planning: Running solver ... Done |
| 140 | 2025-08-07T14:58:00.364Z | Planning: Finding local manifests ... Done |
| 141 | 2025-08-07T14:58:00.390Z | Planning: Fetching manifests: 1/1 100% complete |
| 142 | 2025-08-07T14:58:00.390Z | Planning: Fetching manifests: 1/1 100% complete |
| 143 | 2025-08-07T14:58:00.416Z | Planning: Package planning ... Done |
| 144 | 2025-08-07T14:58:00.416Z | Planning: Merging actions ... Done |
| 145 | 2025-08-07T14:58:00.598Z | Planning: Checking for conflicting actions ... Done |
| 146 | 2025-08-07T14:58:00.626Z | Planning: Consolidating action changes ... Done |
| 147 | 2025-08-07T14:58:01.218Z | Planning: Evaluating mediators ... Done |
| 148 | 2025-08-07T14:58:01.245Z | Planning: Planning completed in 10.76 seconds |
| 149 | 2025-08-07T14:58:01.245Z | Packages to install: 1 |
| 150 | 2025-08-07T14:58:01.245Z | Create boot environment: No |
| 151 | 2025-08-07T14:58:01.245Z | Create backup boot environment: No |
| 152 | 2025-08-07T14:58:01.280Z | |
| 153 | 2025-08-07T14:58:01.280Z | Download: 0/242 items 0.0/74.4MB 0% complete |
| 154 | 2025-08-07T14:58:01.559Z | Download: Completed 74.36 MB in 0.28 seconds (266M/s) |
| 155 | 2025-08-07T14:58:01.687Z | Actions: 1/293 actions (Installing new actions) |
| 156 | 2025-08-07T14:58:03.300Z | Actions: Completed 293 actions in 1.61 seconds. |
| 157 | 2025-08-07T14:58:03.327Z | Done |
| 158 | 2025-08-07T14:58:03.373Z | Done |
| 159 | 2025-08-07T14:58:04.390Z | Done |
| 160 | 2025-08-07T14:58:08.986Z | Done |
| 161 | 2025-08-07T14:58:09.087Z | Done |
| 162 | 2025-08-07T14:58:09.087Z | Done |
| 163 | 2025-08-07T14:58:09.150Z | Done |
| 164 | 2025-08-07T14:58:09.645Z | ++ export SDE=/opt/oxide/tofino_sde |
| 165 | 2025-08-07T14:58:09.645Z | ++ SDE=/opt/oxide/tofino_sde |
| 166 | 2025-08-07T14:58:09.645Z | ++ export LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 167 | 2025-08-07T14:58:09.645Z | ++ LD_LIBRARY_PATH=/opt/oxide/tofino_sde/lib: |
| 168 | 2025-08-07T14:58:09.646Z | ++ banner packages |
| 169 | 2025-08-07T14:58:09.672Z | |
| 170 | 2025-08-07T14:58:09.672Z | ##### ## #### # # ## #### ###### #### |
| 171 | 2025-08-07T14:58:09.672Z | # # # # # # # # # # # # # # |
| 172 | 2025-08-07T14:58:09.672Z | # # # # # #### # # # ##### #### |
| 173 | 2025-08-07T14:58:09.672Z | ##### ###### # # # ###### # ### # # |
| 174 | 2025-08-07T14:58:09.672Z | # # # # # # # # # # # # # # |
| 175 | 2025-08-07T14:58:09.672Z | # # # #### # # # # #### ###### #### |
| 176 | 2025-08-07T14:58:09.672Z | |
| 177 | 2025-08-07T14:58:09.673Z | ++ pfexec pkg install clang-15 pcap |
| 178 | 2025-08-07T14:58:10.501Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 179 | 2025-08-07T14:58:10.528Z | Startup: Refreshing catalog 'oxide' ... Done |
| 180 | 2025-08-07T14:58:17.311Z | Planning: Solver setup ... Done |
| 181 | 2025-08-07T14:58:17.357Z | Planning: Running solver ... Done |
| 182 | 2025-08-07T14:58:17.440Z | Planning: Finding local manifests ... Done |
| 183 | 2025-08-07T14:58:17.466Z | Planning: Fetching manifests: 0/2 0% complete |
| 184 | 2025-08-07T14:58:17.969Z | Planning: Fetching manifests: 2/2 100% complete |
| 185 | 2025-08-07T14:58:18.026Z | Planning: Package planning ... Done |
| 186 | 2025-08-07T14:58:18.081Z | Planning: Merging actions ... Done |
| 187 | 2025-08-07T14:58:18.289Z | Planning: Checking for conflicting actions ... Done |
| 188 | 2025-08-07T14:58:18.315Z | Planning: Consolidating action changes ... Done |
| 189 | 2025-08-07T14:58:18.626Z | Planning: Evaluating mediators ... Done |
| 190 | 2025-08-07T14:58:18.652Z | Planning: Planning completed in 8.13 seconds |
| 191 | 2025-08-07T14:58:18.652Z | Packages to install: 2 |
| 192 | 2025-08-07T14:58:18.652Z | Mediators to change: 2 |
| 193 | 2025-08-07T14:58:18.653Z | Services to change: 1 |
| 194 | 2025-08-07T14:58:18.653Z | Create boot environment: No |
| 195 | 2025-08-07T14:58:18.653Z | Create backup boot environment: No |
| 196 | 2025-08-07T14:58:18.696Z | |
| 197 | 2025-08-07T14:58:18.696Z | Download: 0/3076 items 0.0/211.3MB 0% complete |
| 198 | 2025-08-07T14:58:23.697Z | Download: 1196/3076 items 114.5/211.3MB 54% complete (23.1M/s) |
| 199 | 2025-08-07T14:58:28.703Z | Download: 3032/3076 items 167.0/211.3MB 79% complete (17.2M/s) |
| 200 | 2025-08-07T14:58:33.705Z | Download: 3069/3076 items 208.4/211.3MB 98% complete (9.6M/s) |
| 201 | 2025-08-07T14:58:34.282Z | Download: Completed 211.31 MB in 15.59 seconds (13.6M/s) |
| 202 | 2025-08-07T14:58:34.427Z | Actions: 1/3418 actions (Installing new actions) |
| 203 | 2025-08-07T14:58:39.430Z | Actions: 3252/3418 actions (Installing new actions) |
| 204 | 2025-08-07T14:58:39.781Z | Actions: Completed 3418 actions in 5.35 seconds. |
| 205 | 2025-08-07T14:58:40.223Z | Done |
| 206 | 2025-08-07T14:58:40.223Z | Done |
| 207 | 2025-08-07T14:58:41.246Z | Done |
| 208 | 2025-08-07T14:58:45.844Z | Done |
| 209 | 2025-08-07T14:58:45.946Z | Done |
| 210 | 2025-08-07T14:58:45.972Z | Done |
| 211 | 2025-08-07T14:58:46.085Z | Done |
| 212 | 2025-08-07T14:58:46.222Z | ++ pfexec pkg set-mediator -V 15 clang llvm |
| 213 | 2025-08-07T14:58:46.590Z | Planning: Evaluating mediator changes ... Done |
| 214 | 2025-08-07T14:58:46.794Z | Planning: Checking for conflicting actions ... Done |
| 215 | 2025-08-07T14:58:46.820Z | Planning: Consolidating action changes ... Done |
| 216 | 2025-08-07T14:58:47.119Z | Planning: Evaluating mediators ... Done |
| 217 | 2025-08-07T14:58:47.146Z | Planning: Planning completed in 0.53 seconds |
| 218 | 2025-08-07T14:58:47.173Z | Mediators to change: 2 |
| 219 | 2025-08-07T14:58:47.173Z | Create boot environment: No |
| 220 | 2025-08-07T14:58:47.173Z | Create backup boot environment: No |
| 221 | 2025-08-07T14:58:47.214Z | Done |
| 222 | 2025-08-07T14:58:47.214Z | Done |
| 223 | 2025-08-07T14:58:48.008Z | Done |
| 224 | 2025-08-07T14:58:52.305Z | Done |
| 225 | 2025-08-07T14:58:52.404Z | Done |
| 226 | 2025-08-07T14:58:52.430Z | Done |
| 227 | 2025-08-07T14:58:52.457Z | Done |
| 228 | 2025-08-07T14:58:52.539Z | ++ cargo --version |
| 229 | 2025-08-07T14:58:52.612Z | cargo 1.85.0 (d73d2caf9 2024-12-31) |
| 230 | 2025-08-07T14:58:52.638Z | ++ rustc --version |
| 231 | 2025-08-07T14:58:52.702Z | rustc 1.85.0 (4d91de4e4 2025-02-17) |
| 232 | 2025-08-07T14:58:52.728Z | + banner copyrights |
| 233 | 2025-08-07T14:58:52.729Z | |
| 234 | 2025-08-07T14:58:52.729Z | #### #### ##### # # ##### # #### # # ##### #### |
| 235 | 2025-08-07T14:58:52.729Z | # # # # # # # # # # # # # # # # # |
| 236 | 2025-08-07T14:58:52.729Z | # # # # # # # # # # ###### # #### |
| 237 | 2025-08-07T14:58:52.729Z | # # # ##### # ##### # # ### # # # # |
| 238 | 2025-08-07T14:58:52.729Z | # # # # # # # # # # # # # # # # |
| 239 | 2025-08-07T14:58:52.729Z | #### #### # # # # # #### # # # #### |
| 240 | 2025-08-07T14:58:52.729Z | |
| 241 | 2025-08-07T14:58:52.729Z | + ./tools/check_copyrights.sh |
| 242 | 2025-08-07T14:58:54.985Z | + banner clippy |
| 243 | 2025-08-07T14:58:55.012Z | |
| 244 | 2025-08-07T14:58:55.012Z | #### # # ##### ##### # # |
| 245 | 2025-08-07T14:58:55.012Z | # # # # # # # # # # |
| 246 | 2025-08-07T14:58:55.012Z | # # # # # # # # |
| 247 | 2025-08-07T14:58:55.012Z | # # # ##### ##### # |
| 248 | 2025-08-07T14:58:55.012Z | # # # # # # # |
| 249 | 2025-08-07T14:58:55.012Z | #### ###### # # # # |
| 250 | 2025-08-07T14:58:55.012Z | |
| 251 | 2025-08-07T14:58:55.012Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 252 | 2025-08-07T14:58:55.012Z | + cargo clippy --features tofino_stub -- --deny warnings |
| 253 | 2025-08-07T14:58:55.340Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 254 | 2025-08-07T14:59:03.691Z | Updating crates.io index |
| 255 | 2025-08-07T14:59:03.718Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 256 | 2025-08-07T14:59:04.127Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 257 | 2025-08-07T14:59:05.369Z | Updating git repository `https://github.com/oxidecomputer/softnpu` |
| 258 | 2025-08-07T14:59:05.764Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 259 | 2025-08-07T14:59:06.162Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 260 | 2025-08-07T14:59:06.779Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 261 | 2025-08-07T14:59:07.229Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 262 | 2025-08-07T14:59:07.746Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 263 | 2025-08-07T14:59:08.067Z | Updating git repository `https://github.com/oxidecomputer/p9fs` |
| 264 | 2025-08-07T14:59:08.545Z | Updating git repository `https://github.com/oxidecomputer/p4` |
| 265 | 2025-08-07T14:59:09.090Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 266 | 2025-08-07T14:59:09.508Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 267 | 2025-08-07T14:59:10.251Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 268 | 2025-08-07T14:59:11.018Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 269 | 2025-08-07T14:59:11.384Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 270 | 2025-08-07T14:59:11.804Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 271 | 2025-08-07T14:59:12.729Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 272 | 2025-08-07T14:59:14.797Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 273 | 2025-08-07T14:59:15.619Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 274 | 2025-08-07T14:59:16.011Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 275 | 2025-08-07T14:59:16.521Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
| 276 | 2025-08-07T14:59:17.004Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 277 | 2025-08-07T14:59:17.464Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 278 | 2025-08-07T14:59:18.756Z | Downloading crates ... |
| 279 | 2025-08-07T14:59:18.841Z | Downloaded adler2 v2.0.0 |
| 280 | 2025-08-07T14:59:18.868Z | Downloaded anyhow v1.0.98 |
| 281 | 2025-08-07T14:59:18.869Z | Downloaded atty v0.2.14 |
| 282 | 2025-08-07T14:59:18.869Z | Downloaded atomic-waker v1.1.2 |
| 283 | 2025-08-07T14:59:18.869Z | Downloaded darling_macro v0.20.10 |
| 284 | 2025-08-07T14:59:18.869Z | Downloaded newtype_derive v0.1.6 |
| 285 | 2025-08-07T14:59:18.898Z | Downloaded num-derive v0.3.3 |
| 286 | 2025-08-07T14:59:18.899Z | Downloaded either v1.13.0 |
| 287 | 2025-08-07T14:59:18.899Z | Downloaded futures-io v0.3.31 |
| 288 | 2025-08-07T14:59:18.899Z | Downloaded miniz_oxide v0.8.0 |
| 289 | 2025-08-07T14:59:18.899Z | Downloaded backoff v0.4.0 |
| 290 | 2025-08-07T14:59:18.899Z | Downloaded memmap v0.7.0 |
| 291 | 2025-08-07T14:59:18.899Z | Downloaded enum-as-inner v0.6.1 |
| 292 | 2025-08-07T14:59:18.899Z | Downloaded cargo_metadata v0.18.1 |
| 293 | 2025-08-07T14:59:18.899Z | Downloaded num-derive v0.4.2 |
| 294 | 2025-08-07T14:59:18.899Z | Downloaded parse-display-derive v0.10.0 |
| 295 | 2025-08-07T14:59:18.926Z | Downloaded openssl-macros v0.1.1 |
| 296 | 2025-08-07T14:59:18.926Z | Downloaded native-tls v0.2.12 |
| 297 | 2025-08-07T14:59:18.926Z | Downloaded utf8_iter v1.0.4 |
| 298 | 2025-08-07T14:59:18.926Z | Downloaded unicode-ident v1.0.16 |
| 299 | 2025-08-07T14:59:18.926Z | Downloaded foreign-types-shared v0.3.1 |
| 300 | 2025-08-07T14:59:18.926Z | Downloaded hostname v0.4.0 |
| 301 | 2025-08-07T14:59:18.954Z | Downloaded take_mut v0.2.2 |
| 302 | 2025-08-07T14:59:18.954Z | Downloaded ipnetwork v0.21.1 |
| 303 | 2025-08-07T14:59:18.954Z | Downloaded tabled_derive v0.10.0 |
| 304 | 2025-08-07T14:59:18.954Z | Downloaded blake3 v1.5.4 |
| 305 | 2025-08-07T14:59:18.954Z | Downloaded yoke-derive v0.7.4 |
| 306 | 2025-08-07T14:59:18.954Z | Downloaded http-body v1.0.1 |
| 307 | 2025-08-07T14:59:18.954Z | Downloaded serde-big-array v0.5.1 |
| 308 | 2025-08-07T14:59:18.981Z | Downloaded lazy_static v1.5.0 |
| 309 | 2025-08-07T14:59:18.981Z | Downloaded search_path v0.1.4 |
| 310 | 2025-08-07T14:59:18.981Z | Downloaded zerocopy v0.6.6 |
| 311 | 2025-08-07T14:59:18.981Z | Downloaded structopt v0.3.26 |
| 312 | 2025-08-07T14:59:18.981Z | Downloaded icu_properties v1.5.1 |
| 313 | 2025-08-07T14:59:18.981Z | Downloaded tinyvec_macros v0.1.1 |
| 314 | 2025-08-07T14:59:19.010Z | Downloaded zerofrom-derive v0.1.4 |
| 315 | 2025-08-07T14:59:19.010Z | Downloaded vec_map v0.8.2 |
| 316 | 2025-08-07T14:59:19.010Z | Downloaded progenitor-impl v0.9.1 |
| 317 | 2025-08-07T14:59:19.010Z | Downloaded zone_cfg_derive v0.3.0 |
| 318 | 2025-08-07T14:59:19.010Z | Downloaded thiserror-impl v1.0.69 |
| 319 | 2025-08-07T14:59:19.010Z | Downloaded time-core v0.1.2 |
| 320 | 2025-08-07T14:59:19.010Z | Downloaded icu_locid_transform v1.5.0 |
| 321 | 2025-08-07T14:59:19.010Z | Downloaded sigpipe v0.1.3 |
| 322 | 2025-08-07T14:59:19.038Z | Downloaded usdt-macro v0.5.0 |
| 323 | 2025-08-07T14:59:19.038Z | Downloaded tower-layer v0.3.3 |
| 324 | 2025-08-07T14:59:19.038Z | Downloaded foreign-types-shared v0.1.1 |
| 325 | 2025-08-07T14:59:19.038Z | Downloaded hex v0.4.3 |
| 326 | 2025-08-07T14:59:19.038Z | Downloaded slab v0.4.9 |
| 327 | 2025-08-07T14:59:19.038Z | Downloaded scopeguard v1.2.0 |
| 328 | 2025-08-07T14:59:19.038Z | Downloaded httpdate v1.0.3 |
| 329 | 2025-08-07T14:59:19.038Z | Downloaded hubpack_derive v0.1.1 |
| 330 | 2025-08-07T14:59:19.038Z | Downloaded try-lock v0.2.5 |
| 331 | 2025-08-07T14:59:19.038Z | Downloaded typify-macro v0.3.0 |
| 332 | 2025-08-07T14:59:19.038Z | Downloaded tower-service v0.3.3 |
| 333 | 2025-08-07T14:59:19.038Z | Downloaded foreign-types v0.3.2 |
| 334 | 2025-08-07T14:59:19.038Z | Downloaded float-ord v0.3.2 |
| 335 | 2025-08-07T14:59:19.066Z | Downloaded linear-map v1.2.0 |
| 336 | 2025-08-07T14:59:19.066Z | Downloaded humantime v2.1.0 |
| 337 | 2025-08-07T14:59:19.066Z | Downloaded futures-task v0.3.31 |
| 338 | 2025-08-07T14:59:19.066Z | Downloaded slog-bunyan v2.5.0 |
| 339 | 2025-08-07T14:59:19.066Z | Downloaded macaddr v1.0.1 |
| 340 | 2025-08-07T14:59:19.066Z | Downloaded managed v0.8.0 |
| 341 | 2025-08-07T14:59:19.066Z | Downloaded lru-cache v0.1.2 |
| 342 | 2025-08-07T14:59:19.066Z | Downloaded smf v0.2.3 |
| 343 | 2025-08-07T14:59:19.066Z | Downloaded serde_repr v0.1.19 |
| 344 | 2025-08-07T14:59:19.066Z | Downloaded serde_urlencoded v0.7.1 |
| 345 | 2025-08-07T14:59:19.066Z | Downloaded slog-json v2.6.1 |
| 346 | 2025-08-07T14:59:19.095Z | Downloaded serde_spanned v0.6.8 |
| 347 | 2025-08-07T14:59:19.095Z | Downloaded toml v0.7.8 |
| 348 | 2025-08-07T14:59:19.095Z | Downloaded socket2 v0.5.9 |
| 349 | 2025-08-07T14:59:19.095Z | Downloaded heapless v0.8.0 |
| 350 | 2025-08-07T14:59:19.095Z | Downloaded syn v1.0.109 |
| 351 | 2025-08-07T14:59:19.121Z | Downloaded tower v0.5.2 |
| 352 | 2025-08-07T14:59:19.122Z | Downloaded syn v2.0.100 |
| 353 | 2025-08-07T14:59:19.148Z | Downloaded hashbrown v0.15.1 |
| 354 | 2025-08-07T14:59:19.149Z | Downloaded serde_json v1.0.140 |
| 355 | 2025-08-07T14:59:19.149Z | Downloaded hyper v1.6.0 |
| 356 | 2025-08-07T14:59:19.175Z | Downloaded futures-util v0.3.31 |
| 357 | 2025-08-07T14:59:19.175Z | Downloaded openssl v0.10.72 |
| 358 | 2025-08-07T14:59:19.201Z | Downloaded unicode-width v0.1.14 |
| 359 | 2025-08-07T14:59:19.202Z | Downloaded regex v1.11.1 |
| 360 | 2025-08-07T14:59:19.202Z | Downloaded nix v0.29.0 |
| 361 | 2025-08-07T14:59:19.228Z | Downloaded unicode-width v0.2.0 |
| 362 | 2025-08-07T14:59:19.228Z | Downloaded rustls v0.23.16 |
| 363 | 2025-08-07T14:59:19.255Z | Downloaded regex-syntax v0.8.5 |
| 364 | 2025-08-07T14:59:19.255Z | Downloaded smoltcp v0.11.0 |
| 365 | 2025-08-07T14:59:19.281Z | Downloaded hickory-proto v0.24.1 |
| 366 | 2025-08-07T14:59:19.281Z | Downloaded rustls v0.22.4 |
| 367 | 2025-08-07T14:59:19.307Z | Downloaded rustix v0.38.40 |
| 368 | 2025-08-07T14:59:19.334Z | Downloaded regress v0.10.3 |
| 369 | 2025-08-07T14:59:19.334Z | Downloaded regress v0.9.1 |
| 370 | 2025-08-07T14:59:19.360Z | Downloaded openapiv3 v2.0.0 |
| 371 | 2025-08-07T14:59:19.360Z | Downloaded typify-impl v0.3.0 |
| 372 | 2025-08-07T14:59:19.387Z | Downloaded typify-impl v0.2.0 |
| 373 | 2025-08-07T14:59:19.387Z | Downloaded reqwest v0.12.12 |
| 374 | 2025-08-07T14:59:19.413Z | Downloaded zerocopy-derive v0.6.6 |
| 375 | 2025-08-07T14:59:19.413Z | Downloaded quinn-proto v0.11.9 |
| 376 | 2025-08-07T14:59:19.440Z | Downloaded rustls-webpki v0.102.8 |
| 377 | 2025-08-07T14:59:19.440Z | Downloaded csv v1.3.1 |
| 378 | 2025-08-07T14:59:19.466Z | Downloaded hashbrown v0.14.5 |
| 379 | 2025-08-07T14:59:19.466Z | Downloaded regex-automata v0.4.9 |
| 380 | 2025-08-07T14:59:19.493Z | Downloaded tokio-util v0.7.12 |
| 381 | 2025-08-07T14:59:19.493Z | Downloaded h2 v0.4.6 |
| 382 | 2025-08-07T14:59:19.519Z | Downloaded petgraph v0.6.5 |
| 383 | 2025-08-07T14:59:19.519Z | Downloaded serde_with v3.11.0 |
| 384 | 2025-08-07T14:59:19.559Z | Downloaded time v0.3.36 |
| 385 | 2025-08-07T14:59:19.559Z | Downloaded flate2 v1.0.34 |
| 386 | 2025-08-07T14:59:19.559Z | Downloaded tokio v1.46.1 |
| 387 | 2025-08-07T14:59:19.585Z | Downloaded zerovec v0.10.4 |
| 388 | 2025-08-07T14:59:19.612Z | Downloaded libc v0.2.172 |
| 389 | 2025-08-07T14:59:19.638Z | Downloaded git2 v0.19.0 |
| 390 | 2025-08-07T14:59:19.638Z | Downloaded zerocopy v0.8.17 |
| 391 | 2025-08-07T14:59:19.665Z | Downloaded idna v0.4.0 |
| 392 | 2025-08-07T14:59:19.665Z | Downloaded pest v2.7.14 |
| 393 | 2025-08-07T14:59:19.691Z | Downloaded tracing v0.1.40 |
| 394 | 2025-08-07T14:59:19.691Z | Downloaded libz-sys v1.1.20 |
| 395 | 2025-08-07T14:59:19.718Z | Downloaded libm v0.2.11 |
| 396 | 2025-08-07T14:59:19.718Z | Downloaded vcpkg v0.2.15 |
| 397 | 2025-08-07T14:59:19.750Z | Downloaded tabled v0.18.0 |
| 398 | 2025-08-07T14:59:19.777Z | Downloaded icu_properties_data v1.5.0 |
| 399 | 2025-08-07T14:59:19.803Z | Downloaded webpki-roots v0.26.6 |
| 400 | 2025-08-07T14:59:19.803Z | Downloaded dropshot v0.15.1 |
| 401 | 2025-08-07T14:59:19.829Z | Downloaded smallvec v1.13.2 |
| 402 | 2025-08-07T14:59:19.829Z | Downloaded toml_edit v0.22.22 |
| 403 | 2025-08-07T14:59:19.856Z | Downloaded goblin v0.8.2 |
| 404 | 2025-08-07T14:59:19.856Z | Downloaded tracing-core v0.1.32 |
| 405 | 2025-08-07T14:59:19.856Z | Downloaded libscf-sys v1.1.0 |
| 406 | 2025-08-07T14:59:19.856Z | Downloaded encoding_rs v0.8.35 |
| 407 | 2025-08-07T14:59:19.882Z | Downloaded memchr v2.7.4 |
| 408 | 2025-08-07T14:59:19.882Z | Downloaded serde_derive_internals v0.29.1 |
| 409 | 2025-08-07T14:59:19.882Z | Downloaded toml_edit v0.19.15 |
| 410 | 2025-08-07T14:59:19.908Z | Downloaded hickory-resolver v0.24.3 |
| 411 | 2025-08-07T14:59:19.908Z | Downloaded minimal-lexical v0.2.1 |
| 412 | 2025-08-07T14:59:19.908Z | Downloaded itertools v0.10.5 |
| 413 | 2025-08-07T14:59:19.935Z | Downloaded itertools v0.14.0 |
| 414 | 2025-08-07T14:59:19.935Z | Downloaded hashbrown v0.12.3 |
| 415 | 2025-08-07T14:59:19.935Z | Downloaded slog v2.7.0 |
| 416 | 2025-08-07T14:59:19.935Z | Downloaded toml v0.8.19 |
| 417 | 2025-08-07T14:59:19.935Z | Downloaded unsafe-libyaml v0.2.11 |
| 418 | 2025-08-07T14:59:19.961Z | Downloaded rand v0.8.5 |
| 419 | 2025-08-07T14:59:19.961Z | Downloaded serde_tokenstream v0.2.2 |
| 420 | 2025-08-07T14:59:19.961Z | Downloaded serde_path_to_error v0.1.16 |
| 421 | 2025-08-07T14:59:19.961Z | Downloaded spin v0.9.8 |
| 422 | 2025-08-07T14:59:19.961Z | Downloaded slog-term v2.9.1 |
| 423 | 2025-08-07T14:59:19.961Z | Downloaded ucd-trie v0.1.7 |
| 424 | 2025-08-07T14:59:19.961Z | Downloaded typenum v1.17.0 |
| 425 | 2025-08-07T14:59:19.962Z | Downloaded log v0.4.22 |
| 426 | 2025-08-07T14:59:19.962Z | Downloaded ring v0.17.14 |
| 427 | 2025-08-07T14:59:20.004Z | Downloaded slog-dtrace v0.3.0 |
| 428 | 2025-08-07T14:59:20.030Z | Downloaded slog-async v2.8.0 |
| 429 | 2025-08-07T14:59:20.030Z | Downloaded tar v0.4.43 |
| 430 | 2025-08-07T14:59:20.030Z | Downloaded stable_deref_trait v1.2.0 |
| 431 | 2025-08-07T14:59:20.030Z | Downloaded tracing-attributes v0.1.27 |
| 432 | 2025-08-07T14:59:20.030Z | Downloaded tempfile v3.14.0 |
| 433 | 2025-08-07T14:59:20.030Z | Downloaded curl-sys v0.4.78+curl-8.11.0 |
| 434 | 2025-08-07T14:59:20.087Z | Downloaded schemars v0.8.22 |
| 435 | 2025-08-07T14:59:20.116Z | Downloaded zerocopy v0.7.35 |
| 436 | 2025-08-07T14:59:20.142Z | Downloaded static_assertions v1.1.0 |
| 437 | 2025-08-07T14:59:20.142Z | Downloaded foldhash v0.1.5 |
| 438 | 2025-08-07T14:59:20.142Z | Downloaded fnv v1.0.7 |
| 439 | 2025-08-07T14:59:20.142Z | Downloaded litemap v0.7.3 |
| 440 | 2025-08-07T14:59:20.142Z | Downloaded itertools v0.13.0 |
| 441 | 2025-08-07T14:59:20.142Z | Downloaded hubpack v0.1.2 |
| 442 | 2025-08-07T14:59:20.142Z | Downloaded serde_derive v1.0.219 |
| 443 | 2025-08-07T14:59:20.142Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
| 444 | 2025-08-07T14:59:20.200Z | Downloaded rayon-core v1.12.1 |
| 445 | 2025-08-07T14:59:20.226Z | Downloaded foreign-types-macros v0.2.3 |
| 446 | 2025-08-07T14:59:20.226Z | Downloaded foreign-types v0.5.0 |
| 447 | 2025-08-07T14:59:20.226Z | Downloaded toml_datetime v0.6.8 |
| 448 | 2025-08-07T14:59:20.227Z | Downloaded hyper-rustls v0.27.3 |
| 449 | 2025-08-07T14:59:20.227Z | Downloaded unicode-bidi v0.3.17 |
| 450 | 2025-08-07T14:59:20.227Z | Downloaded icu_collections v1.5.0 |
| 451 | 2025-08-07T14:59:20.227Z | Downloaded quinn v0.11.6 |
| 452 | 2025-08-07T14:59:20.227Z | Downloaded heck v0.4.1 |
| 453 | 2025-08-07T14:59:20.227Z | Downloaded httparse v1.9.5 |
| 454 | 2025-08-07T14:59:20.227Z | Downloaded untrusted v0.9.0 |
| 455 | 2025-08-07T14:59:20.253Z | Downloaded url v2.5.3 |
| 456 | 2025-08-07T14:59:20.253Z | Downloaded similar v2.6.0 |
| 457 | 2025-08-07T14:59:20.253Z | Downloaded tokio-stream v0.1.16 |
| 458 | 2025-08-07T14:59:20.253Z | Downloaded qorb v0.2.1 |
| 459 | 2025-08-07T14:59:20.253Z | Downloaded linked-hash-map v0.5.6 |
| 460 | 2025-08-07T14:59:20.253Z | Downloaded libsw v3.3.1 |
| 461 | 2025-08-07T14:59:20.253Z | Downloaded typify-macro v0.2.0 |
| 462 | 2025-08-07T14:59:20.253Z | Downloaded futures-sink v0.3.31 |
| 463 | 2025-08-07T14:59:20.253Z | Downloaded futures-macro v0.3.31 |
| 464 | 2025-08-07T14:59:20.253Z | Downloaded topological-sort v0.2.2 |
| 465 | 2025-08-07T14:59:20.254Z | Downloaded heck v0.3.3 |
| 466 | 2025-08-07T14:59:20.254Z | Downloaded http-body-util v0.1.2 |
| 467 | 2025-08-07T14:59:20.280Z | Downloaded hyper-util v0.1.10 |
| 468 | 2025-08-07T14:59:20.280Z | Downloaded same-file v1.0.6 |
| 469 | 2025-08-07T14:59:20.280Z | Downloaded rustls-pki-types v1.10.0 |
| 470 | 2025-08-07T14:59:20.280Z | Downloaded zerocopy-derive v0.8.17 |
| 471 | 2025-08-07T14:59:20.280Z | Downloaded tokio-rustls v0.26.0 |
| 472 | 2025-08-07T14:59:20.280Z | Downloaded quote v1.0.40 |
| 473 | 2025-08-07T14:59:20.280Z | Downloaded signal-hook-tokio v0.3.1 |
| 474 | 2025-08-07T14:59:20.280Z | Downloaded memmap2 v0.9.5 |
| 475 | 2025-08-07T14:59:20.280Z | Downloaded usdt-impl v0.5.0 |
| 476 | 2025-08-07T14:59:20.280Z | Downloaded icu_normalizer v1.5.0 |
| 477 | 2025-08-07T14:59:20.307Z | Downloaded uuid v1.13.1 |
| 478 | 2025-08-07T14:59:20.307Z | Downloaded steno v0.4.1 |
| 479 | 2025-08-07T14:59:20.307Z | Downloaded winnow v0.5.40 |
| 480 | 2025-08-07T14:59:20.307Z | Downloaded heck v0.5.0 |
| 481 | 2025-08-07T14:59:20.307Z | Downloaded tokio-rustls v0.25.0 |
| 482 | 2025-08-07T14:59:20.307Z | Downloaded idna v1.0.3 |
| 483 | 2025-08-07T14:59:20.334Z | Downloaded ryu v1.0.18 |
| 484 | 2025-08-07T14:59:20.334Z | Downloaded pkg-config v0.3.31 |
| 485 | 2025-08-07T14:59:20.334Z | Downloaded fixedbitset v0.4.2 |
| 486 | 2025-08-07T14:59:20.334Z | Downloaded filetime v0.2.25 |
| 487 | 2025-08-07T14:59:20.334Z | Downloaded zone v0.3.0 |
| 488 | 2025-08-07T14:59:20.334Z | Downloaded icu_locid_transform_data v1.5.0 |
| 489 | 2025-08-07T14:59:20.334Z | Downloaded icu_locid v1.5.0 |
| 490 | 2025-08-07T14:59:20.334Z | Downloaded kstat-rs v0.2.4 |
| 491 | 2025-08-07T14:59:20.334Z | Downloaded pest_derive v2.7.14 |
| 492 | 2025-08-07T14:59:20.334Z | Downloaded structmeta-derive v0.3.0 |
| 493 | 2025-08-07T14:59:20.334Z | Downloaded schemars_derive v0.8.22 |
| 494 | 2025-08-07T14:59:20.334Z | Downloaded memoffset v0.9.1 |
| 495 | 2025-08-07T14:59:20.334Z | Downloaded lock_api v0.4.12 |
| 496 | 2025-08-07T14:59:20.334Z | Downloaded zerovec-derive v0.10.3 |
| 497 | 2025-08-07T14:59:20.360Z | Downloaded libloading v0.8.5 |
| 498 | 2025-08-07T14:59:20.360Z | Downloaded semver v0.1.20 |
| 499 | 2025-08-07T14:59:20.360Z | Downloaded thread_local v1.1.8 |
| 500 | 2025-08-07T14:59:20.361Z | Downloaded thread-id v4.2.2 |
| 501 | 2025-08-07T14:59:20.361Z | Downloaded thiserror v2.0.12 |
| 502 | 2025-08-07T14:59:20.361Z | Downloaded jobserver v0.1.32 |
| 503 | 2025-08-07T14:59:20.361Z | Downloaded zerocopy-derive v0.7.35 |
| 504 | 2025-08-07T14:59:20.361Z | Downloaded winnow v0.6.20 |
| 505 | 2025-08-07T14:59:20.387Z | Downloaded rand_core v0.6.4 |
| 506 | 2025-08-07T14:59:20.387Z | Downloaded quinn-udp v0.5.7 |
| 507 | 2025-08-07T14:59:20.387Z | Downloaded progenitor v0.8.0 |
| 508 | 2025-08-07T14:59:20.387Z | Downloaded proc-macro-error v1.0.4 |
| 509 | 2025-08-07T14:59:20.387Z | Downloaded prettyplease v0.2.25 |
| 510 | 2025-08-07T14:59:20.387Z | Downloaded thiserror-impl v2.0.12 |
| 511 | 2025-08-07T14:59:20.387Z | Downloaded term v0.7.0 |
| 512 | 2025-08-07T14:59:20.387Z | Downloaded serde v1.0.219 |
| 513 | 2025-08-07T14:59:20.387Z | Downloaded progenitor-impl v0.8.0 |
| 514 | 2025-08-07T14:59:20.387Z | Downloaded iana-time-zone v0.1.61 |
| 515 | 2025-08-07T14:59:20.387Z | Downloaded num-integer v0.1.46 |
| 516 | 2025-08-07T14:59:20.414Z | Downloaded match_cfg v0.1.0 |
| 517 | 2025-08-07T14:59:20.414Z | Downloaded tinyvec v1.8.0 |
| 518 | 2025-08-07T14:59:20.414Z | Downloaded itoa v1.0.11 |
| 519 | 2025-08-07T14:59:20.414Z | Downloaded rustls-pemfile v2.2.0 |
| 520 | 2025-08-07T14:59:20.414Z | Downloaded proc-macro-error-attr v1.0.4 |
| 521 | 2025-08-07T14:59:20.414Z | Downloaded thiserror v1.0.69 |
| 522 | 2025-08-07T14:59:20.414Z | Downloaded textwrap v0.11.0 |
| 523 | 2025-08-07T14:59:20.414Z | Downloaded terminal_size v0.4.0 |
| 524 | 2025-08-07T14:59:20.414Z | Downloaded writeable v0.5.5 |
| 525 | 2025-08-07T14:59:20.414Z | Downloaded utf16_iter v1.0.5 |
| 526 | 2025-08-07T14:59:20.414Z | Downloaded usdt-attr-macro v0.5.0 |
| 527 | 2025-08-07T14:59:20.414Z | Downloaded is_terminal_polyfill v1.70.1 |
| 528 | 2025-08-07T14:59:20.414Z | Downloaded is-terminal v0.4.13 |
| 529 | 2025-08-07T14:59:20.414Z | Downloaded hyper-tls v0.6.0 |
| 530 | 2025-08-07T14:59:20.414Z | Downloaded zeroize v1.8.1 |
| 531 | 2025-08-07T14:59:20.414Z | Downloaded xattr v1.3.1 |
| 532 | 2025-08-07T14:59:20.414Z | Downloaded utf8parse v0.2.2 |
| 533 | 2025-08-07T14:59:20.441Z | Downloaded mime v0.3.17 |
| 534 | 2025-08-07T14:59:20.441Z | Downloaded hash32 v0.3.1 |
| 535 | 2025-08-07T14:59:20.441Z | Downloaded rustc-hash v2.1.1 |
| 536 | 2025-08-07T14:59:20.441Z | Downloaded rand_chacha v0.3.1 |
| 537 | 2025-08-07T14:59:20.441Z | Downloaded proc-macro-error2 v2.0.1 |
| 538 | 2025-08-07T14:59:20.441Z | Downloaded parking_lot v0.12.3 |
| 539 | 2025-08-07T14:59:20.441Z | Downloaded num-traits v0.2.19 |
| 540 | 2025-08-07T14:59:20.441Z | Downloaded bindgen v0.71.1 |
| 541 | 2025-08-07T14:59:20.441Z | Downloaded pest_meta v2.7.14 |
| 542 | 2025-08-07T14:59:20.441Z | Downloaded omicron-workspace-hack v0.1.0 |
| 543 | 2025-08-07T14:59:20.441Z | Downloaded tokio-native-tls v0.3.1 |
| 544 | 2025-08-07T14:59:20.468Z | Downloaded tokio-macros v2.5.0 |
| 545 | 2025-08-07T14:59:20.468Z | Downloaded tokio-dtrace v0.1.1 |
| 546 | 2025-08-07T14:59:20.468Z | Downloaded signal-hook-registry v1.4.2 |
| 547 | 2025-08-07T14:59:20.468Z | Downloaded indexmap v2.7.1 |
| 548 | 2025-08-07T14:59:20.468Z | Downloaded http v1.2.0 |
| 549 | 2025-08-07T14:59:20.468Z | Downloaded futures-executor v0.3.31 |
| 550 | 2025-08-07T14:59:20.468Z | Downloaded rustc_version v0.1.7 |
| 551 | 2025-08-07T14:59:20.468Z | Downloaded progenitor-macro v0.9.1 |
| 552 | 2025-08-07T14:59:20.468Z | Downloaded postcard v1.0.10 |
| 553 | 2025-08-07T14:59:20.468Z | Downloaded pin-project-lite v0.2.15 |
| 554 | 2025-08-07T14:59:20.468Z | Downloaded num-rational v0.4.2 |
| 555 | 2025-08-07T14:59:20.468Z | Downloaded chrono v0.4.40 |
| 556 | 2025-08-07T14:59:20.495Z | Downloaded zerofrom v0.1.4 |
| 557 | 2025-08-07T14:59:20.495Z | Downloaded write16 v1.0.0 |
| 558 | 2025-08-07T14:59:20.495Z | Downloaded tinystr v0.7.6 |
| 559 | 2025-08-07T14:59:20.495Z | Downloaded time-macros v0.2.18 |
| 560 | 2025-08-07T14:59:20.495Z | Downloaded getrandom v0.3.1 |
| 561 | 2025-08-07T14:59:20.495Z | Downloaded serde_yaml v0.9.34+deprecated |
| 562 | 2025-08-07T14:59:20.495Z | Downloaded resolv-conf v0.7.0 |
| 563 | 2025-08-07T14:59:20.495Z | Downloaded plain v0.2.3 |
| 564 | 2025-08-07T14:59:20.495Z | Downloaded pest_generator v2.7.14 |
| 565 | 2025-08-07T14:59:20.495Z | Downloaded papergrid v0.14.0 |
| 566 | 2025-08-07T14:59:20.522Z | Downloaded clap v2.34.0 |
| 567 | 2025-08-07T14:59:20.522Z | Downloaded structmeta v0.3.0 |
| 568 | 2025-08-07T14:59:20.522Z | Downloaded strsim v0.11.1 |
| 569 | 2025-08-07T14:59:20.522Z | Downloaded strsim v0.8.0 |
| 570 | 2025-08-07T14:59:20.522Z | Downloaded semver v1.0.26 |
| 571 | 2025-08-07T14:59:20.522Z | Downloaded scroll v0.12.0 |
| 572 | 2025-08-07T14:59:20.522Z | Downloaded getrandom v0.2.15 |
| 573 | 2025-08-07T14:59:20.522Z | Downloaded rustversion v1.0.18 |
| 574 | 2025-08-07T14:59:20.522Z | Downloaded rustc_version v0.4.1 |
| 575 | 2025-08-07T14:59:20.522Z | Downloaded powerfmt v0.2.0 |
| 576 | 2025-08-07T14:59:20.522Z | Downloaded oxnet v0.1.2 |
| 577 | 2025-08-07T14:59:20.522Z | Downloaded proc-macro2 v1.0.95 |
| 578 | 2025-08-07T14:59:20.549Z | Downloaded ppv-lite86 v0.2.20 |
| 579 | 2025-08-07T14:59:20.550Z | Downloaded num_enum_derive v0.5.11 |
| 580 | 2025-08-07T14:59:20.550Z | Downloaded glob v0.3.1 |
| 581 | 2025-08-07T14:59:20.550Z | Downloaded yoke v0.7.4 |
| 582 | 2025-08-07T14:59:20.550Z | Downloaded signal-hook v0.3.17 |
| 583 | 2025-08-07T14:59:20.550Z | Downloaded indexmap v1.9.3 |
| 584 | 2025-08-07T14:59:20.550Z | Downloaded generic-array v0.14.7 |
| 585 | 2025-08-07T14:59:20.550Z | Downloaded icu_provider v1.5.0 |
| 586 | 2025-08-07T14:59:20.550Z | Downloaded icu_normalizer_data v1.5.0 |
| 587 | 2025-08-07T14:59:20.550Z | Downloaded progenitor v0.9.1 |
| 588 | 2025-08-07T14:59:20.550Z | Downloaded num_threads v0.1.7 |
| 589 | 2025-08-07T14:59:20.550Z | Downloaded clap_builder v4.5.21 |
| 590 | 2025-08-07T14:59:20.577Z | Downloaded scroll_derive v0.12.0 |
| 591 | 2025-08-07T14:59:20.577Z | Downloaded quick-error v1.2.3 |
| 592 | 2025-08-07T14:59:20.577Z | Downloaded proc-macro-error-attr2 v2.0.0 |
| 593 | 2025-08-07T14:59:20.577Z | Downloaded num-iter v0.1.45 |
| 594 | 2025-08-07T14:59:20.577Z | Downloaded unicode-normalization v0.1.24 |
| 595 | 2025-08-07T14:59:20.577Z | Downloaded progenitor-client v0.9.1 |
| 596 | 2025-08-07T14:59:20.577Z | Downloaded progenitor-client v0.8.0 |
| 597 | 2025-08-07T14:59:20.577Z | Downloaded pin-utils v0.1.0 |
| 598 | 2025-08-07T14:59:20.577Z | Downloaded paste v1.0.15 |
| 599 | 2025-08-07T14:59:20.577Z | Downloaded usdt v0.5.0 |
| 600 | 2025-08-07T14:59:20.577Z | Downloaded strum_macros v0.26.4 |
| 601 | 2025-08-07T14:59:20.577Z | Downloaded shlex v1.3.0 |
| 602 | 2025-08-07T14:59:20.577Z | Downloaded sha2 v0.10.8 |
| 603 | 2025-08-07T14:59:20.577Z | Downloaded serde_with_macros v3.11.0 |
| 604 | 2025-08-07T14:59:20.577Z | Downloaded ipnet v2.10.1 |
| 605 | 2025-08-07T14:59:20.605Z | Downloaded pretty-hex v0.2.1 |
| 606 | 2025-08-07T14:59:20.606Z | Downloaded synstructure v0.13.1 |
| 607 | 2025-08-07T14:59:20.606Z | Downloaded strum_macros v0.25.3 |
| 608 | 2025-08-07T14:59:20.606Z | Downloaded structopt-derive v0.4.18 |
| 609 | 2025-08-07T14:59:20.606Z | Downloaded sha1 v0.10.6 |
| 610 | 2025-08-07T14:59:20.606Z | Downloaded progenitor-macro v0.8.0 |
| 611 | 2025-08-07T14:59:20.606Z | Downloaded proc-macro-crate v1.3.1 |
| 612 | 2025-08-07T14:59:20.606Z | Downloaded password-hash v0.5.0 |
| 613 | 2025-08-07T14:59:20.606Z | Downloaded oxide-tokio-rt v0.1.2 |
| 614 | 2025-08-07T14:59:20.606Z | Downloaded owo-colors v4.1.0 |
| 615 | 2025-08-07T14:59:20.606Z | Downloaded newtype-uuid v1.2.1 |
| 616 | 2025-08-07T14:59:20.606Z | Downloaded internet-checksum v0.2.1 |
| 617 | 2025-08-07T14:59:20.606Z | Downloaded indent_write v2.2.0 |
| 618 | 2025-08-07T14:59:20.606Z | Downloaded idna_adapter v1.2.0 |
| 619 | 2025-08-07T14:59:20.606Z | Downloaded ident_case v1.0.1 |
| 620 | 2025-08-07T14:59:20.606Z | Downloaded highway v1.2.0 |
| 621 | 2025-08-07T14:59:20.606Z | Downloaded futures v0.3.31 |
| 622 | 2025-08-07T14:59:20.606Z | Downloaded pretty-hex v0.4.1 |
| 623 | 2025-08-07T14:59:20.634Z | Downloaded parking_lot_core v0.9.10 |
| 624 | 2025-08-07T14:59:20.634Z | Downloaded tabwriter v1.4.0 |
| 625 | 2025-08-07T14:59:20.634Z | Downloaded sync_wrapper v1.0.1 |
| 626 | 2025-08-07T14:59:20.634Z | Downloaded swrite v0.1.0 |
| 627 | 2025-08-07T14:59:20.634Z | Downloaded subtle v2.6.1 |
| 628 | 2025-08-07T14:59:20.635Z | Downloaded strum v0.26.3 |
| 629 | 2025-08-07T14:59:20.635Z | Downloaded instant v0.1.13 |
| 630 | 2025-08-07T14:59:20.635Z | Downloaded icu_provider_macros v1.5.0 |
| 631 | 2025-08-07T14:59:20.635Z | Downloaded vergen v8.3.2 |
| 632 | 2025-08-07T14:59:20.635Z | Downloaded unicode-segmentation v1.12.0 |
| 633 | 2025-08-07T14:59:20.635Z | Downloaded percent-encoding v2.3.1 |
| 634 | 2025-08-07T14:59:20.635Z | Downloaded parse-display v0.10.0 |
| 635 | 2025-08-07T14:59:20.635Z | Downloaded once_cell v1.20.2 |
| 636 | 2025-08-07T14:59:20.635Z | Downloaded omicron-zone-package v0.12.0 |
| 637 | 2025-08-07T14:59:20.635Z | Downloaded crc8 v0.1.1 |
| 638 | 2025-08-07T14:59:20.635Z | Downloaded hostname v0.3.1 |
| 639 | 2025-08-07T14:59:20.635Z | Downloaded futures-core v0.3.31 |
| 640 | 2025-08-07T14:59:20.635Z | Downloaded futures-channel v0.3.31 |
| 641 | 2025-08-07T14:59:20.663Z | Downloaded form_urlencoded v1.2.1 |
| 642 | 2025-08-07T14:59:20.663Z | Downloaded whoami v1.5.2 |
| 643 | 2025-08-07T14:59:20.663Z | Downloaded walkdir v2.5.0 |
| 644 | 2025-08-07T14:59:20.664Z | Downloaded mio v1.0.2 |
| 645 | 2025-08-07T14:59:20.664Z | Downloaded dtrace-parser v0.2.0 |
| 646 | 2025-08-07T14:59:20.664Z | Downloaded cc v1.2.19 |
| 647 | 2025-08-07T14:59:20.664Z | Downloaded aho-corasick v1.1.3 |
| 648 | 2025-08-07T14:59:20.664Z | Downloaded want v0.3.1 |
| 649 | 2025-08-07T14:59:20.664Z | Downloaded waitgroup v0.1.2 |
| 650 | 2025-08-07T14:59:20.664Z | Downloaded version_check v0.9.5 |
| 651 | 2025-08-07T14:59:20.664Z | Downloaded openssl-sys v0.9.107 |
| 652 | 2025-08-07T14:59:20.691Z | Downloaded openssl-probe v0.1.5 |
| 653 | 2025-08-07T14:59:20.691Z | Downloaded expectorate v1.1.0 |
| 654 | 2025-08-07T14:59:20.691Z | Downloaded curl v0.4.47 |
| 655 | 2025-08-07T14:59:20.691Z | Downloaded crossbeam-channel v0.5.15 |
| 656 | 2025-08-07T14:59:20.692Z | Downloaded bytes v1.10.1 |
| 657 | 2025-08-07T14:59:20.692Z | Downloaded typify v0.3.0 |
| 658 | 2025-08-07T14:59:20.692Z | Downloaded cancel-safe-futures v0.1.5 |
| 659 | 2025-08-07T14:59:20.692Z | Downloaded base64 v0.22.1 |
| 660 | 2025-08-07T14:59:20.718Z | Downloaded typify v0.2.0 |
| 661 | 2025-08-07T14:59:20.718Z | Downloaded nom v7.1.3 |
| 662 | 2025-08-07T14:59:20.718Z | Downloaded derive-where v1.2.7 |
| 663 | 2025-08-07T14:59:20.718Z | Downloaded darling_core v0.20.10 |
| 664 | 2025-08-07T14:59:20.718Z | Downloaded daft-derive v0.1.1 |
| 665 | 2025-08-07T14:59:20.718Z | Downloaded crossbeam-epoch v0.9.18 |
| 666 | 2025-08-07T14:59:20.718Z | Downloaded cookie v0.18.1 |
| 667 | 2025-08-07T14:59:20.718Z | Downloaded num_enum v0.5.11 |
| 668 | 2025-08-07T14:59:20.745Z | Downloaded num v0.4.3 |
| 669 | 2025-08-07T14:59:20.745Z | Downloaded newline-converter v0.3.0 |
| 670 | 2025-08-07T14:59:20.745Z | Downloaded derive_more v0.99.18 |
| 671 | 2025-08-07T14:59:20.745Z | Downloaded clap_derive v4.5.18 |
| 672 | 2025-08-07T14:59:20.745Z | Downloaded num-conv v0.1.0 |
| 673 | 2025-08-07T14:59:20.745Z | Downloaded fastrand v2.2.0 |
| 674 | 2025-08-07T14:59:20.745Z | Downloaded dropshot_endpoint v0.15.1 |
| 675 | 2025-08-07T14:59:20.745Z | Downloaded dof v0.3.0 |
| 676 | 2025-08-07T14:59:20.745Z | Downloaded crossbeam-utils v0.8.20 |
| 677 | 2025-08-07T14:59:20.745Z | Downloaded clap v4.5.21 |
| 678 | 2025-08-07T14:59:20.772Z | Downloaded blake2 v0.10.6 |
| 679 | 2025-08-07T14:59:20.772Z | Downloaded bitflags v2.6.0 |
| 680 | 2025-08-07T14:59:20.772Z | Downloaded num-complex v0.4.6 |
| 681 | 2025-08-07T14:59:20.772Z | Downloaded errno v0.3.9 |
| 682 | 2025-08-07T14:59:20.772Z | Downloaded displaydoc v0.2.5 |
| 683 | 2025-08-07T14:59:20.772Z | Downloaded darling v0.20.10 |
| 684 | 2025-08-07T14:59:20.772Z | Downloaded csv-core v0.1.11 |
| 685 | 2025-08-07T14:59:20.772Z | Downloaded clang-sys v1.8.1 |
| 686 | 2025-08-07T14:59:20.772Z | Downloaded embedded-io v0.4.0 |
| 687 | 2025-08-07T14:59:20.799Z | Downloaded dirs-sys-next v0.1.2 |
| 688 | 2025-08-07T14:59:20.799Z | Downloaded digest v0.10.7 |
| 689 | 2025-08-07T14:59:20.799Z | Downloaded defmt-parser v0.3.4 |
| 690 | 2025-08-07T14:59:20.799Z | Downloaded defmt-macros v0.3.9 |
| 691 | 2025-08-07T14:59:20.799Z | Downloaded defmt v0.3.8 |
| 692 | 2025-08-07T14:59:20.799Z | Downloaded data-encoding v2.6.0 |
| 693 | 2025-08-07T14:59:20.799Z | Downloaded crossbeam-deque v0.8.5 |
| 694 | 2025-08-07T14:59:20.799Z | Downloaded crc32fast v1.4.2 |
| 695 | 2025-08-07T14:59:20.799Z | Downloaded console v0.15.8 |
| 696 | 2025-08-07T14:59:20.799Z | Downloaded camino v1.1.9 |
| 697 | 2025-08-07T14:59:20.799Z | Downloaded base64ct v1.6.0 |
| 698 | 2025-08-07T14:59:20.799Z | Downloaded allocator-api2 v0.2.20 |
| 699 | 2025-08-07T14:59:20.799Z | Downloaded embedded-io v0.6.1 |
| 700 | 2025-08-07T14:59:20.826Z | Downloaded display-error-chain v0.2.2 |
| 701 | 2025-08-07T14:59:20.826Z | Downloaded debug-ignore v1.0.5 |
| 702 | 2025-08-07T14:59:20.826Z | Downloaded clap_lex v0.7.3 |
| 703 | 2025-08-07T14:59:20.826Z | Downloaded camino-tempfile v1.1.1 |
| 704 | 2025-08-07T14:59:20.826Z | Downloaded bitflags v1.3.2 |
| 705 | 2025-08-07T14:59:20.826Z | Downloaded dyn-clone v1.0.17 |
| 706 | 2025-08-07T14:59:20.826Z | Downloaded dirs-next v2.0.0 |
| 707 | 2025-08-07T14:59:20.826Z | Downloaded deranged v0.3.11 |
| 708 | 2025-08-07T14:59:20.826Z | Downloaded daft v0.1.1 |
| 709 | 2025-08-07T14:59:20.826Z | Downloaded crypto-common v0.1.6 |
| 710 | 2025-08-07T14:59:20.826Z | Downloaded cpufeatures v0.2.15 |
| 711 | 2025-08-07T14:59:20.826Z | Downloaded convert_case v0.4.0 |
| 712 | 2025-08-07T14:59:20.826Z | Downloaded constant_time_eq v0.3.1 |
| 713 | 2025-08-07T14:59:20.826Z | Downloaded colored v2.1.0 |
| 714 | 2025-08-07T14:59:20.826Z | Downloaded colorchoice v1.0.3 |
| 715 | 2025-08-07T14:59:20.826Z | Downloaded cobs v0.2.3 |
| 716 | 2025-08-07T14:59:20.826Z | Downloaded byteorder v1.5.0 |
| 717 | 2025-08-07T14:59:20.826Z | Downloaded autocfg v1.4.0 |
| 718 | 2025-08-07T14:59:20.853Z | Downloaded async-trait v0.1.88 |
| 719 | 2025-08-07T14:59:20.853Z | Downloaded ahash v0.8.11 |
| 720 | 2025-08-07T14:59:20.853Z | Downloaded equivalent v1.0.1 |
| 721 | 2025-08-07T14:59:20.853Z | Downloaded cfg-if v1.0.0 |
| 722 | 2025-08-07T14:59:20.853Z | Downloaded bytecount v0.6.8 |
| 723 | 2025-08-07T14:59:20.853Z | Downloaded block-buffer v0.10.4 |
| 724 | 2025-08-07T14:59:20.853Z | Downloaded multer v3.1.0 |
| 725 | 2025-08-07T14:59:20.853Z | Downloaded cstr-argument v0.1.2 |
| 726 | 2025-08-07T14:59:20.853Z | Downloaded crucible-workspace-hack v0.1.0 |
| 727 | 2025-08-07T14:59:20.853Z | Downloaded cfg_aliases v0.2.1 |
| 728 | 2025-08-07T14:59:20.853Z | Downloaded arrayvec v0.7.6 |
| 729 | 2025-08-07T14:59:20.853Z | Downloaded argon2 v0.5.3 |
| 730 | 2025-08-07T14:59:20.853Z | Downloaded cexpr v0.6.0 |
| 731 | 2025-08-07T14:59:20.853Z | Downloaded cargo-platform v0.1.8 |
| 732 | 2025-08-07T14:59:20.853Z | Downloaded async-stream v0.3.6 |
| 733 | 2025-08-07T14:59:20.853Z | Downloaded arrayref v0.3.9 |
| 734 | 2025-08-07T14:59:20.853Z | Downloaded anstyle-query v1.1.2 |
| 735 | 2025-08-07T14:59:20.881Z | Downloaded anstyle-parse v0.2.6 |
| 736 | 2025-08-07T14:59:20.881Z | Downloaded anstyle v1.0.10 |
| 737 | 2025-08-07T14:59:20.881Z | Downloaded ansi_term v0.12.1 |
| 738 | 2025-08-07T14:59:20.882Z | Downloaded atomicwrites v0.4.4 |
| 739 | 2025-08-07T14:59:20.882Z | Downloaded async-stream-impl v0.3.6 |
| 740 | 2025-08-07T14:59:20.882Z | Downloaded anstream v0.6.18 |
| 741 | 2025-08-07T14:59:21.141Z | Compiling proc-macro2 v1.0.95 |
| 742 | 2025-08-07T14:59:21.141Z | Compiling unicode-ident v1.0.16 |
| 743 | 2025-08-07T14:59:21.167Z | Compiling libc v0.2.172 |
| 744 | 2025-08-07T14:59:21.168Z | Compiling serde v1.0.219 |
| 745 | 2025-08-07T14:59:21.168Z | Compiling autocfg v1.4.0 |
| 746 | 2025-08-07T14:59:21.168Z | Checking cfg-if v1.0.0 |
| 747 | 2025-08-07T14:59:21.168Z | Compiling memchr v2.7.4 |
| 748 | 2025-08-07T14:59:21.400Z | Compiling shlex v1.3.0 |
| 749 | 2025-08-07T14:59:21.457Z | Compiling libm v0.2.11 |
| 750 | 2025-08-07T14:59:21.484Z | Compiling version_check v0.9.5 |
| 751 | 2025-08-07T14:59:21.948Z | Compiling itoa v1.0.11 |
| 752 | 2025-08-07T14:59:22.003Z | Compiling lock_api v0.4.12 |
| 753 | 2025-08-07T14:59:22.055Z | Compiling parking_lot_core v0.9.10 |
| 754 | 2025-08-07T14:59:22.198Z | Compiling thiserror v1.0.69 |
| 755 | 2025-08-07T14:59:22.806Z | Compiling getrandom v0.3.1 |
| 756 | 2025-08-07T14:59:22.833Z | Compiling ryu v1.0.18 |
| 757 | 2025-08-07T14:59:22.833Z | Compiling log v0.4.22 |
| 758 | 2025-08-07T14:59:22.963Z | Compiling serde_json v1.0.140 |
| 759 | 2025-08-07T14:59:23.120Z | Compiling schemars v0.8.22 |
| 760 | 2025-08-07T14:59:23.164Z | Compiling slab v0.4.9 |
| 761 | 2025-08-07T14:59:23.191Z | Compiling once_cell v1.20.2 |
| 762 | 2025-08-07T14:59:23.218Z | Compiling quote v1.0.40 |
| 763 | 2025-08-07T14:59:23.245Z | Compiling jobserver v0.1.32 |
| 764 | 2025-08-07T14:59:23.367Z | Compiling allocator-api2 v0.2.20 |
| 765 | 2025-08-07T14:59:23.394Z | Compiling pkg-config v0.3.31 |
| 766 | 2025-08-07T14:59:23.529Z | Compiling foldhash v0.1.5 |
| 767 | 2025-08-07T14:59:23.628Z | Compiling syn v2.0.100 |
| 768 | 2025-08-07T14:59:23.655Z | Compiling cc v1.2.19 |
| 769 | 2025-08-07T14:59:23.709Z | Compiling equivalent v1.0.1 |
| 770 | 2025-08-07T14:59:23.793Z | Compiling vcpkg v0.2.15 |
| 771 | 2025-08-07T14:59:23.838Z | Checking pin-project-lite v0.2.15 |
| 772 | 2025-08-07T14:59:23.865Z | Compiling heck v0.5.0 |
| 773 | 2025-08-07T14:59:23.932Z | Compiling hashbrown v0.15.1 |
| 774 | 2025-08-07T14:59:23.979Z | Compiling num-traits v0.2.19 |
| 775 | 2025-08-07T14:59:24.137Z | Checking smallvec v1.13.2 |
| 776 | 2025-08-07T14:59:24.294Z | Compiling fnv v1.0.7 |
| 777 | 2025-08-07T14:59:24.535Z | Checking scopeguard v1.2.0 |
| 778 | 2025-08-07T14:59:24.739Z | Checking socket2 v0.5.9 |
| 779 | 2025-08-07T14:59:24.992Z | Checking signal-hook-registry v1.4.2 |
| 780 | 2025-08-07T14:59:25.147Z | Compiling semver v1.0.26 |
| 781 | 2025-08-07T14:59:25.173Z | Checking parking_lot v0.12.3 |
| 782 | 2025-08-07T14:59:25.200Z | Checking mio v1.0.2 |
| 783 | 2025-08-07T14:59:25.607Z | Compiling aho-corasick v1.1.3 |
| 784 | 2025-08-07T14:59:25.658Z | Compiling regex-syntax v0.8.5 |
| 785 | 2025-08-07T14:59:25.756Z | Checking futures-core v0.3.31 |
| 786 | 2025-08-07T14:59:26.204Z | Checking iana-time-zone v0.1.61 |
| 787 | 2025-08-07T14:59:26.297Z | Compiling httparse v1.9.5 |
| 788 | 2025-08-07T14:59:26.326Z | Checking bitflags v2.6.0 |
| 789 | 2025-08-07T14:59:26.452Z | Compiling ring v0.17.14 |
| 790 | 2025-08-07T14:59:26.577Z | Compiling openssl-sys v0.9.107 |
| 791 | 2025-08-07T14:59:27.147Z | Compiling dyn-clone v1.0.17 |
| 792 | 2025-08-07T14:59:27.313Z | Checking byteorder v1.5.0 |
| 793 | 2025-08-07T14:59:27.353Z | Checking stable_deref_trait v1.2.0 |
| 794 | 2025-08-07T14:59:27.582Z | Checking futures-sink v0.3.31 |
| 795 | 2025-08-07T14:59:27.724Z | Checking getrandom v0.2.15 |
| 796 | 2025-08-07T14:59:27.903Z | Compiling openssl v0.10.72 |
| 797 | 2025-08-07T14:59:27.929Z | Checking futures-channel v0.3.31 |
| 798 | 2025-08-07T14:59:28.020Z | Checking pin-utils v0.1.0 |
| 799 | 2025-08-07T14:59:28.119Z | Checking futures-io v0.3.31 |
| 800 | 2025-08-07T14:59:28.158Z | Checking futures-task v0.3.31 |
| 801 | 2025-08-07T14:59:28.246Z | Compiling rustls v0.23.16 |
| 802 | 2025-08-07T14:59:28.297Z | Compiling native-tls v0.2.12 |
| 803 | 2025-08-07T14:59:28.357Z | Compiling anyhow v1.0.98 |
| 804 | 2025-08-07T14:59:28.388Z | Compiling regress v0.10.3 |
| 805 | 2025-08-07T14:59:28.551Z | Compiling regex-automata v0.4.9 |
| 806 | 2025-08-07T14:59:28.687Z | Compiling typenum v1.17.0 |
| 807 | 2025-08-07T14:59:28.714Z | Compiling thiserror v2.0.12 |
| 808 | 2025-08-07T14:59:29.471Z | Compiling synstructure v0.13.1 |
| 809 | 2025-08-07T14:59:29.645Z | Compiling serde_derive_internals v0.29.1 |
| 810 | 2025-08-07T14:59:29.909Z | Compiling generic-array v0.14.7 |
| 811 | 2025-08-07T14:59:29.943Z | Compiling ucd-trie v0.1.7 |
| 812 | 2025-08-07T14:59:30.282Z | Checking subtle v2.6.1 |
| 813 | 2025-08-07T14:59:30.531Z | Checking tracing-core v0.1.32 |
| 814 | 2025-08-07T14:59:30.599Z | Compiling time-core v0.1.2 |
| 815 | 2025-08-07T14:59:30.802Z | Compiling num-conv v0.1.0 |
| 816 | 2025-08-07T14:59:31.085Z | Compiling time-macros v0.2.18 |
| 817 | 2025-08-07T14:59:31.170Z | Checking writeable v0.5.5 |
| 818 | 2025-08-07T14:59:31.290Z | Compiling strsim v0.11.1 |
| 819 | 2025-08-07T14:59:31.487Z | Checking litemap v0.7.3 |
| 820 | 2025-08-07T14:59:31.841Z | Checking rustls-pki-types v1.10.0 |
| 821 | 2025-08-07T14:59:31.873Z | Compiling ident_case v1.0.1 |
| 822 | 2025-08-07T14:59:32.047Z | Compiling regex v1.11.1 |
| 823 | 2025-08-07T14:59:32.162Z | Compiling syn v1.0.109 |
| 824 | 2025-08-07T14:59:32.193Z | Compiling rustversion v1.0.18 |
| 825 | 2025-08-07T14:59:32.320Z | Checking icu_locid_transform_data v1.5.0 |
| 826 | 2025-08-07T14:59:32.426Z | Compiling darling_core v0.20.10 |
| 827 | 2025-08-07T14:59:32.542Z | Compiling serde_derive v1.0.219 |
| 828 | 2025-08-07T14:59:32.696Z | Compiling tokio-macros v2.5.0 |
| 829 | 2025-08-07T14:59:32.791Z | Compiling thiserror-impl v1.0.69 |
| 830 | 2025-08-07T14:59:32.852Z | Compiling schemars_derive v0.8.22 |
| 831 | 2025-08-07T14:59:33.241Z | Compiling zerofrom-derive v0.1.4 |
| 832 | 2025-08-07T14:59:33.842Z | Compiling yoke-derive v0.7.4 |
| 833 | 2025-08-07T14:59:34.131Z | Compiling zerovec-derive v0.10.3 |
| 834 | 2025-08-07T14:59:34.821Z | Compiling futures-macro v0.3.31 |
| 835 | 2025-08-07T14:59:34.984Z | Compiling displaydoc v0.2.5 |
| 836 | 2025-08-07T14:59:35.442Z | Compiling zerocopy-derive v0.7.35 |
| 837 | 2025-08-07T14:59:35.769Z | Compiling icu_provider_macros v1.5.0 |
| 838 | 2025-08-07T14:59:35.914Z | Compiling openssl-macros v0.1.1 |
| 839 | 2025-08-07T14:59:35.973Z | Checking zerofrom v0.1.4 |
| 840 | 2025-08-07T14:59:36.165Z | Checking yoke v0.7.4 |
| 841 | 2025-08-07T14:59:36.225Z | Compiling thiserror-impl v2.0.12 |
| 842 | 2025-08-07T14:59:36.252Z | Checking futures-util v0.3.31 |
| 843 | 2025-08-07T14:59:36.485Z | Checking zerovec v0.10.4 |
| 844 | 2025-08-07T14:59:36.511Z | Compiling scroll_derive v0.12.0 |
| 845 | 2025-08-07T14:59:36.628Z | Compiling pest v2.7.14 |
| 846 | 2025-08-07T14:59:36.687Z | Compiling tracing-attributes v0.1.27 |
| 847 | 2025-08-07T14:59:36.990Z | Compiling zerocopy v0.7.35 |
| 848 | 2025-08-07T14:59:38.142Z | Checking tinystr v0.7.6 |
| 849 | 2025-08-07T14:59:38.437Z | Checking icu_locid v1.5.0 |
| 850 | 2025-08-07T14:59:38.479Z | Checking icu_collections v1.5.0 |
| 851 | 2025-08-07T14:59:38.856Z | Compiling pest_meta v2.7.14 |
| 852 | 2025-08-07T14:59:39.036Z | Compiling scroll v0.12.0 |
| 853 | 2025-08-07T14:59:39.064Z | Checking tracing v0.1.40 |
| 854 | 2025-08-07T14:59:39.223Z | Compiling usdt-impl v0.5.0 |
| 855 | 2025-08-07T14:59:39.260Z | Checking icu_provider v1.5.0 |
| 856 | 2025-08-07T14:59:39.341Z | Checking untrusted v0.9.0 |
| 857 | 2025-08-07T14:59:39.485Z | Compiling plain v0.2.3 |
| 858 | 2025-08-07T14:59:39.511Z | Compiling slog v2.7.0 |
| 859 | 2025-08-07T14:59:39.586Z | Checking icu_properties_data v1.5.0 |
| 860 | 2025-08-07T14:59:39.648Z | Compiling goblin v0.8.2 |
| 861 | 2025-08-07T14:59:39.807Z | Checking icu_locid_transform v1.5.0 |
| 862 | 2025-08-07T14:59:39.927Z | Compiling pest_generator v2.7.14 |
| 863 | 2025-08-07T14:59:40.615Z | Checking icu_properties v1.5.1 |
| 864 | 2025-08-07T14:59:40.963Z | Compiling darling_macro v0.20.10 |
| 865 | 2025-08-07T14:59:41.043Z | Checking bytes v1.10.1 |
| 866 | 2025-08-07T14:59:41.872Z | Compiling serde_tokenstream v0.2.2 |
| 867 | 2025-08-07T14:59:41.898Z | Checking tokio v1.46.1 |
| 868 | 2025-08-07T14:59:41.925Z | Compiling indexmap v2.7.1 |
| 869 | 2025-08-07T14:59:42.310Z | Checking chrono v0.4.40 |
| 870 | 2025-08-07T14:59:42.915Z | Compiling uuid v1.13.1 |
| 871 | 2025-08-07T14:59:43.343Z | Compiling http v1.2.0 |
| 872 | 2025-08-07T14:59:43.538Z | Compiling pest_derive v2.7.14 |
| 873 | 2025-08-07T14:59:44.279Z | Checking utf16_iter v1.0.5 |
| 874 | 2025-08-07T14:59:44.444Z | Checking percent-encoding v2.3.1 |
| 875 | 2025-08-07T14:59:44.501Z | Checking write16 v1.0.0 |
| 876 | 2025-08-07T14:59:44.535Z | Compiling camino v1.1.9 |
| 877 | 2025-08-07T14:59:44.673Z | Checking utf8_iter v1.0.4 |
| 878 | 2025-08-07T14:59:44.940Z | Checking atomic-waker v1.1.2 |
| 879 | 2025-08-07T14:59:45.006Z | Compiling pretty-hex v0.4.1 |
| 880 | 2025-08-07T14:59:45.039Z | Checking icu_normalizer_data v1.5.0 |
| 881 | 2025-08-07T14:59:45.150Z | Checking icu_normalizer v1.5.0 |
| 882 | 2025-08-07T14:59:45.179Z | Compiling dof v0.3.0 |
| 883 | 2025-08-07T14:59:45.206Z | Checking form_urlencoded v1.2.1 |
| 884 | 2025-08-07T14:59:45.235Z | Checking http-body v1.0.1 |
| 885 | 2025-08-07T14:59:45.235Z | Compiling dtrace-parser v0.2.0 |
| 886 | 2025-08-07T14:59:45.418Z | Compiling openapiv3 v2.0.0 |
| 887 | 2025-08-07T14:59:45.444Z | Checking rustls-webpki v0.102.8 |
| 888 | 2025-08-07T14:59:45.779Z | Compiling darling v0.20.10 |
| 889 | 2025-08-07T14:59:46.310Z | Compiling thread-id v4.2.2 |
| 890 | 2025-08-07T14:59:46.370Z | Checking zeroize v1.8.1 |
| 891 | 2025-08-07T14:59:46.439Z | Checking try-lock v0.2.5 |
| 892 | 2025-08-07T14:59:46.529Z | Compiling typify-impl v0.2.0 |
| 893 | 2025-08-07T14:59:46.593Z | Checking want v0.3.1 |
| 894 | 2025-08-07T14:59:46.621Z | Checking idna_adapter v1.2.0 |
| 895 | 2025-08-07T14:59:46.805Z | Checking tower-service v0.3.3 |
| 896 | 2025-08-07T14:59:46.963Z | Checking httpdate v1.0.3 |
| 897 | 2025-08-07T14:59:46.990Z | Checking foreign-types-shared v0.1.1 |
| 898 | 2025-08-07T14:59:47.107Z | Checking foreign-types v0.3.2 |
| 899 | 2025-08-07T14:59:47.210Z | Checking idna v1.0.3 |
| 900 | 2025-08-07T14:59:47.303Z | Checking openssl-probe v0.1.5 |
| 901 | 2025-08-07T14:59:47.456Z | Compiling unsafe-libyaml v0.2.11 |
| 902 | 2025-08-07T14:59:47.497Z | Compiling crossbeam-utils v0.8.20 |
| 903 | 2025-08-07T14:59:47.631Z | Checking tokio-util v0.7.12 |
| 904 | 2025-08-07T14:59:47.712Z | Checking url v2.5.3 |
| 905 | 2025-08-07T14:59:47.894Z | Compiling usdt-attr-macro v0.5.0 |
| 906 | 2025-08-07T14:59:48.003Z | Compiling usdt-macro v0.5.0 |
| 907 | 2025-08-07T14:59:48.308Z | Checking h2 v0.4.6 |
| 908 | 2025-08-07T14:59:48.624Z | Compiling serde_yaml v0.9.34+deprecated |
| 909 | 2025-08-07T14:59:49.108Z | Compiling omicron-workspace-hack v0.1.0 |
| 910 | 2025-08-07T14:59:49.182Z | Checking ipnet v2.10.1 |
| 911 | 2025-08-07T14:59:49.664Z | Checking http-body-util v0.1.2 |
| 912 | 2025-08-07T14:59:50.052Z | Compiling async-trait v0.1.88 |
| 913 | 2025-08-07T14:59:50.955Z | Checking rand_core v0.6.4 |
| 914 | 2025-08-07T14:59:51.102Z | Checking encoding_rs v0.8.35 |
| 915 | 2025-08-07T14:59:51.232Z | Checking mime v0.3.17 |
| 916 | 2025-08-07T14:59:51.516Z | Compiling slog-async v2.8.0 |
| 917 | 2025-08-07T14:59:51.543Z | Checking hyper v1.6.0 |
| 918 | 2025-08-07T14:59:51.795Z | Compiling paste v1.0.15 |
| 919 | 2025-08-07T14:59:52.714Z | Checking tokio-native-tls v0.3.1 |
| 920 | 2025-08-07T14:59:52.928Z | Checking serde_urlencoded v0.7.1 |
| 921 | 2025-08-07T14:59:52.954Z | Checking rustls-pemfile v2.2.0 |
| 922 | 2025-08-07T14:59:53.171Z | Checking webpki-roots v0.26.6 |
| 923 | 2025-08-07T14:59:53.199Z | Checking hyper-util v0.1.10 |
| 924 | 2025-08-07T14:59:53.340Z | Checking tokio-rustls v0.26.0 |
| 925 | 2025-08-07T14:59:53.368Z | Checking sync_wrapper v1.0.1 |
| 926 | 2025-08-07T14:59:53.529Z | Compiling ahash v0.8.11 |
| 927 | 2025-08-07T14:59:53.719Z | Checking base64 v0.22.1 |
| 928 | 2025-08-07T14:59:53.877Z | Checking tower-layer v0.3.3 |
| 929 | 2025-08-07T14:59:53.903Z | Compiling newtype-uuid v1.2.1 |
| 930 | 2025-08-07T14:59:54.036Z | Compiling rustix v0.38.40 |
| 931 | 2025-08-07T14:59:54.118Z | Compiling rustls v0.22.4 |
| 932 | 2025-08-07T14:59:54.169Z | Checking tower v0.5.2 |
| 933 | 2025-08-07T14:59:54.479Z | Checking ppv-lite86 v0.2.20 |
| 934 | 2025-08-07T14:59:54.509Z | Checking hyper-tls v0.6.0 |
| 935 | 2025-08-07T14:59:54.762Z | Checking hyper-rustls v0.27.3 |
| 936 | 2025-08-07T14:59:55.090Z | Compiling typify-macro v0.2.0 |
| 937 | 2025-08-07T14:59:55.090Z | Checking errno v0.3.9 |
| 938 | 2025-08-07T14:59:55.302Z | Checking powerfmt v0.2.0 |
| 939 | 2025-08-07T14:59:55.570Z | Checking deranged v0.3.11 |
| 940 | 2025-08-07T14:59:56.443Z | Checking rand_chacha v0.3.1 |
| 941 | 2025-08-07T14:59:56.632Z | Checking reqwest v0.12.12 |
| 942 | 2025-08-07T14:59:57.074Z | Checking crypto-common v0.1.6 |
| 943 | 2025-08-07T14:59:57.232Z | Checking block-buffer v0.10.4 |
| 944 | 2025-08-07T14:59:57.618Z | Compiling multer v3.1.0 |
| 945 | 2025-08-07T14:59:57.791Z | Compiling typify v0.2.0 |
| 946 | 2025-08-07T14:59:57.935Z | Compiling progenitor-impl v0.8.0 |
| 947 | 2025-08-07T14:59:57.962Z | Checking num_threads v0.1.7 |
| 948 | 2025-08-07T14:59:58.254Z | Checking time v0.3.36 |
| 949 | 2025-08-07T14:59:58.318Z | Checking digest v0.10.7 |
| 950 | 2025-08-07T14:59:58.632Z | Checking rand v0.8.5 |
| 951 | 2025-08-07T14:59:58.991Z | Compiling serde_with_macros v3.11.0 |
| 952 | 2025-08-07T14:59:59.550Z | Checking ipnetwork v0.21.1 |
| 953 | 2025-08-07T14:59:59.865Z | Compiling strum_macros v0.26.4 |
| 954 | 2025-08-07T15:00:00.075Z | Checking futures-executor v0.3.31 |
| 955 | 2025-08-07T15:00:00.124Z | Compiling async-stream-impl v0.3.6 |
| 956 | 2025-08-07T15:00:00.295Z | Compiling daft-derive v0.1.1 |
| 957 | 2025-08-07T15:00:00.845Z | Compiling structmeta-derive v0.3.0 |
| 958 | 2025-08-07T15:00:01.118Z | Checking match_cfg v0.1.0 |
| 959 | 2025-08-07T15:00:01.470Z | Checking hostname v0.3.1 |
| 960 | 2025-08-07T15:00:01.620Z | Checking futures v0.3.31 |
| 961 | 2025-08-07T15:00:01.947Z | Compiling toml_datetime v0.6.8 |
| 962 | 2025-08-07T15:00:02.021Z | Checking serde_spanned v0.6.8 |
| 963 | 2025-08-07T15:00:02.140Z | Compiling progenitor-macro v0.8.0 |
| 964 | 2025-08-07T15:00:02.315Z | Checking memmap v0.7.0 |
| 965 | 2025-08-07T15:00:02.505Z | Checking dirs-sys-next v0.1.2 |
| 966 | 2025-08-07T15:00:02.535Z | Compiling dropshot v0.15.1 |
| 967 | 2025-08-07T15:00:02.687Z | Checking cpufeatures v0.2.15 |
| 968 | 2025-08-07T15:00:02.714Z | Checking dirs-next v2.0.0 |
| 969 | 2025-08-07T15:00:02.780Z | Compiling structmeta v0.3.0 |
| 970 | 2025-08-07T15:00:02.852Z | Checking usdt v0.5.0 |
| 971 | 2025-08-07T15:00:03.088Z | Compiling dropshot_endpoint v0.15.1 |
| 972 | 2025-08-07T15:00:03.115Z | Compiling parse-display-derive v0.10.0 |
| 973 | 2025-08-07T15:00:03.115Z | Checking macaddr v1.0.1 |
| 974 | 2025-08-07T15:00:03.434Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 975 | 2025-08-07T15:00:03.889Z | Checking thread_local v1.1.8 |
| 976 | 2025-08-07T15:00:04.485Z | Checking term v0.7.0 |
| 977 | 2025-08-07T15:00:04.985Z | Checking crossbeam-channel v0.5.15 |
| 978 | 2025-08-07T15:00:05.659Z | Checking is-terminal v0.4.13 |
| 979 | 2025-08-07T15:00:05.995Z | Checking winnow v0.6.20 |
| 980 | 2025-08-07T15:00:06.101Z | Checking take_mut v0.2.2 |
| 981 | 2025-08-07T15:00:06.458Z | Checking slog-term v2.9.1 |
| 982 | 2025-08-07T15:00:06.584Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 983 | 2025-08-07T15:00:06.610Z | Checking slog-json v2.6.1 |
| 984 | 2025-08-07T15:00:06.851Z | Checking oxnet v0.1.2 |
| 985 | 2025-08-07T15:00:07.265Z | Checking slog-bunyan v2.5.0 |
| 986 | 2025-08-07T15:00:08.025Z | Checking progenitor-client v0.8.0 |
| 987 | 2025-08-07T15:00:08.340Z | Checking hex v0.4.3 |
| 988 | 2025-08-07T15:00:08.611Z | Checking debug-ignore v1.0.5 |
| 989 | 2025-08-07T15:00:08.952Z | Checking toml_edit v0.22.22 |
| 990 | 2025-08-07T15:00:09.017Z | Checking strum v0.26.3 |
| 991 | 2025-08-07T15:00:09.129Z | Checking serde_with v3.11.0 |
| 992 | 2025-08-07T15:00:09.173Z | Checking progenitor-client v0.9.1 |
| 993 | 2025-08-07T15:00:09.857Z | Compiling clap_derive v4.5.18 |
| 994 | 2025-08-07T15:00:09.928Z | Checking spin v0.9.8 |
| 995 | 2025-08-07T15:00:10.327Z | Checking utf8parse v0.2.2 |
| 996 | 2025-08-07T15:00:10.490Z | Checking anstyle-parse v0.2.6 |
| 997 | 2025-08-07T15:00:10.516Z | Checking progenitor v0.8.0 |
| 998 | 2025-08-07T15:00:10.719Z | Checking daft v0.1.1 |
| 999 | 2025-08-07T15:00:10.746Z | Checking hashbrown v0.14.5 |
| 1000 | 2025-08-07T15:00:11.032Z | Checking toml v0.8.19 |
| 1001 | 2025-08-07T15:00:11.076Z | Checking sha1 v0.10.6 |
| 1002 | 2025-08-07T15:00:11.317Z | Checking async-stream v0.3.6 |
| 1003 | 2025-08-07T15:00:11.468Z | Checking waitgroup v0.1.2 |
| 1004 | 2025-08-07T15:00:11.510Z | Checking serde_path_to_error v0.1.16 |
| 1005 | 2025-08-07T15:00:11.650Z | Checking hostname v0.4.0 |
| 1006 | 2025-08-07T15:00:11.676Z | Checking instant v0.1.13 |
| 1007 | 2025-08-07T15:00:11.806Z | Checking anstyle v1.0.10 |
| 1008 | 2025-08-07T15:00:11.832Z | Checking is_terminal_polyfill v1.70.1 |
| 1009 | 2025-08-07T15:00:11.961Z | Checking anstyle-query v1.1.2 |
| 1010 | 2025-08-07T15:00:12.117Z | Checking colorchoice v1.0.3 |
| 1011 | 2025-08-07T15:00:12.182Z | Checking tokio-rustls v0.25.0 |
| 1012 | 2025-08-07T15:00:12.209Z | Compiling prettyplease v0.2.25 |
| 1013 | 2025-08-07T15:00:12.268Z | Checking anstream v0.6.18 |
| 1014 | 2025-08-07T15:00:12.715Z | Checking backoff v0.4.0 |
| 1015 | 2025-08-07T15:00:12.743Z | Checking regress v0.9.1 |
| 1016 | 2025-08-07T15:00:13.008Z | Checking omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1017 | 2025-08-07T15:00:13.051Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 1018 | 2025-08-07T15:00:13.298Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1019 | 2025-08-07T15:00:13.452Z | Checking parse-display v0.10.0 |
| 1020 | 2025-08-07T15:00:13.671Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1021 | 2025-08-07T15:00:13.776Z | Checking terminal_size v0.4.0 |
| 1022 | 2025-08-07T15:00:14.089Z | Checking clap_lex v0.7.3 |
| 1023 | 2025-08-07T15:00:14.702Z | Checking clap_builder v4.5.21 |
| 1024 | 2025-08-07T15:00:15.655Z | Compiling either v1.13.0 |
| 1025 | 2025-08-07T15:00:16.111Z | Compiling itertools v0.13.0 |
| 1026 | 2025-08-07T15:00:16.564Z | Checking omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1027 | 2025-08-07T15:00:17.019Z | Checking clap v4.5.21 |
| 1028 | 2025-08-07T15:00:18.129Z | Checking unicode-width v0.1.14 |
| 1029 | 2025-08-07T15:00:18.863Z | Checking num-integer v0.1.46 |
| 1030 | 2025-08-07T15:00:20.040Z | Checking lazy_static v1.5.0 |
| 1031 | 2025-08-07T15:00:21.016Z | Checking num-iter v0.1.45 |
| 1032 | 2025-08-07T15:00:21.086Z | Checking num-rational v0.4.2 |
| 1033 | 2025-08-07T15:00:21.977Z | Checking num-complex v0.4.6 |
| 1034 | 2025-08-07T15:00:22.740Z | Compiling proc-macro-error-attr v1.0.4 |
| 1035 | 2025-08-07T15:00:22.868Z | Checking bitflags v1.3.2 |
| 1036 | 2025-08-07T15:00:23.663Z | Checking num v0.4.3 |
| 1037 | 2025-08-07T15:00:25.215Z | Compiling proc-macro-error v1.0.4 |
| 1038 | 2025-08-07T15:00:25.733Z | Checking float-ord v0.3.2 |
| 1039 | 2025-08-07T15:00:25.899Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1040 | 2025-08-07T15:00:27.902Z | Compiling zerocopy v0.8.17 |
| 1041 | 2025-08-07T15:00:28.590Z | Compiling typify-impl v0.3.0 |
| 1042 | 2025-08-07T15:00:28.616Z | Compiling zerocopy-derive v0.8.17 |
| 1043 | 2025-08-07T15:00:28.959Z | Compiling libz-sys v1.1.20 |
| 1044 | 2025-08-07T15:00:29.413Z | Compiling winnow v0.5.40 |
| 1045 | 2025-08-07T15:00:29.715Z | Compiling heapless v0.8.0 |
| 1046 | 2025-08-07T15:00:30.131Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1047 | 2025-08-07T15:00:31.690Z | Checking hash32 v0.3.1 |
| 1048 | 2025-08-07T15:00:31.873Z | Compiling toml_edit v0.19.15 |
| 1049 | 2025-08-07T15:00:31.982Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1050 | 2025-08-07T15:00:32.009Z | Checking fastrand v2.2.0 |
| 1051 | 2025-08-07T15:00:32.318Z | Compiling smoltcp v0.11.0 |
| 1052 | 2025-08-07T15:00:32.377Z | Checking tempfile v3.14.0 |
| 1053 | 2025-08-07T15:00:32.943Z | Compiling hubpack_derive v0.1.1 |
| 1054 | 2025-08-07T15:00:33.426Z | Checking cobs v0.2.3 |
| 1055 | 2025-08-07T15:00:33.607Z | Checking managed v0.8.0 |
| 1056 | 2025-08-07T15:00:33.694Z | Compiling heck v0.4.1 |
| 1057 | 2025-08-07T15:00:33.746Z | Compiling glob v0.3.1 |
| 1058 | 2025-08-07T15:00:33.811Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1059 | 2025-08-07T15:00:34.035Z | Compiling proc-macro-crate v1.3.1 |
| 1060 | 2025-08-07T15:00:34.147Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1061 | 2025-08-07T15:00:34.343Z | Compiling clang-sys v1.8.1 |
| 1062 | 2025-08-07T15:00:34.601Z | Checking ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1063 | 2025-08-07T15:00:34.661Z | Checking hubpack v0.1.2 |
| 1064 | 2025-08-07T15:00:34.936Z | Checking postcard v1.0.10 |
| 1065 | 2025-08-07T15:00:34.962Z | Checking tabwriter v1.4.0 |
| 1066 | 2025-08-07T15:00:34.962Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1067 | 2025-08-07T15:00:35.155Z | Checking ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1068 | 2025-08-07T15:00:35.212Z | Compiling foreign-types-macros v0.2.3 |
| 1069 | 2025-08-07T15:00:35.395Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1070 | 2025-08-07T15:00:35.730Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1071 | 2025-08-07T15:00:35.885Z | Checking foreign-types-shared v0.3.1 |
| 1072 | 2025-08-07T15:00:36.052Z | Checking camino-tempfile v1.1.1 |
| 1073 | 2025-08-07T15:00:36.153Z | Compiling num_enum_derive v0.5.11 |
| 1074 | 2025-08-07T15:00:36.222Z | Checking colored v2.1.0 |
| 1075 | 2025-08-07T15:00:36.265Z | Checking foreign-types v0.5.0 |
| 1076 | 2025-08-07T15:00:36.365Z | Compiling num-derive v0.3.3 |
| 1077 | 2025-08-07T15:00:36.391Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1078 | 2025-08-07T15:00:36.490Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1079 | 2025-08-07T15:00:36.835Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1080 | 2025-08-07T15:00:37.130Z | Checking cstr-argument v0.1.2 |
| 1081 | 2025-08-07T15:00:37.258Z | Compiling minimal-lexical v0.2.1 |
| 1082 | 2025-08-07T15:00:37.286Z | Compiling typify-macro v0.3.0 |
| 1083 | 2025-08-07T15:00:37.319Z | Compiling crucible-workspace-hack v0.1.0 |
| 1084 | 2025-08-07T15:00:37.691Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 1085 | 2025-08-07T15:00:37.727Z | Checking static_assertions v1.1.0 |
| 1086 | 2025-08-07T15:00:37.815Z | Checking pretty-hex v0.2.1 |
| 1087 | 2025-08-07T15:00:37.884Z | Checking num_enum v0.5.11 |
| 1088 | 2025-08-07T15:00:38.032Z | Checking libscf-sys v1.1.0 |
| 1089 | 2025-08-07T15:00:38.059Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1090 | 2025-08-07T15:00:38.086Z | Compiling nom v7.1.3 |
| 1091 | 2025-08-07T15:00:38.113Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1092 | 2025-08-07T15:00:38.165Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1093 | 2025-08-07T15:00:38.242Z | Compiling libloading v0.8.5 |
| 1094 | 2025-08-07T15:00:38.333Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1095 | 2025-08-07T15:00:38.360Z | Compiling semver v0.1.20 |
| 1096 | 2025-08-07T15:00:38.400Z | Checking tinyvec_macros v0.1.1 |
| 1097 | 2025-08-07T15:00:38.429Z | Compiling bindgen v0.71.1 |
| 1098 | 2025-08-07T15:00:38.502Z | Checking tinyvec v1.8.0 |
| 1099 | 2025-08-07T15:00:38.570Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1100 | 2025-08-07T15:00:38.826Z | Compiling rustc_version v0.1.7 |
| 1101 | 2025-08-07T15:00:39.170Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1102 | 2025-08-07T15:00:39.662Z | Compiling zone_cfg_derive v0.3.0 |
| 1103 | 2025-08-07T15:00:40.081Z | Compiling typify v0.3.0 |
| 1104 | 2025-08-07T15:00:40.211Z | Compiling progenitor-impl v0.9.1 |
| 1105 | 2025-08-07T15:00:40.583Z | Compiling cexpr v0.6.0 |
| 1106 | 2025-08-07T15:00:40.783Z | Checking itertools v0.10.5 |
| 1107 | 2025-08-07T15:00:41.700Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 1108 | 2025-08-07T15:00:41.799Z | Compiling num-derive v0.4.2 |
| 1109 | 2025-08-07T15:00:41.827Z | Checking sigpipe v0.1.3 |
| 1110 | 2025-08-07T15:00:41.970Z | Compiling rustc-hash v2.1.1 |
| 1111 | 2025-08-07T15:00:42.037Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1112 | 2025-08-07T15:00:42.189Z | Checking base64ct v1.6.0 |
| 1113 | 2025-08-07T15:00:42.556Z | Checking zone v0.3.0 |
| 1114 | 2025-08-07T15:00:42.701Z | Checking password-hash v0.5.0 |
| 1115 | 2025-08-07T15:00:43.243Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 1116 | 2025-08-07T15:00:43.530Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1117 | 2025-08-07T15:00:43.681Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 1118 | 2025-08-07T15:00:43.788Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1119 | 2025-08-07T15:00:43.966Z | Checking unicode-normalization v0.1.24 |
| 1120 | 2025-08-07T15:00:44.060Z | Compiling newtype_derive v0.1.6 |
| 1121 | 2025-08-07T15:00:44.098Z | Checking blake2 v0.10.6 |
| 1122 | 2025-08-07T15:00:44.390Z | Checking smf v0.2.3 |
| 1123 | 2025-08-07T15:00:44.457Z | Compiling zerocopy-derive v0.6.6 |
| 1124 | 2025-08-07T15:00:44.483Z | Compiling derive-where v1.2.7 |
| 1125 | 2025-08-07T15:00:44.656Z | Compiling progenitor-macro v0.9.1 |
| 1126 | 2025-08-07T15:00:44.741Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1127 | 2025-08-07T15:00:44.787Z | Compiling memoffset v0.9.1 |
| 1128 | 2025-08-07T15:00:44.880Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1129 | 2025-08-07T15:00:45.126Z | Checking fixedbitset v0.4.2 |
| 1130 | 2025-08-07T15:00:45.371Z | Checking unicode-bidi v0.3.17 |
| 1131 | 2025-08-07T15:00:45.397Z | Compiling cfg_aliases v0.2.1 |
| 1132 | 2025-08-07T15:00:45.520Z | Checking unicode-segmentation v1.12.0 |
| 1133 | 2025-08-07T15:00:45.819Z | Checking whoami v1.5.2 |
| 1134 | 2025-08-07T15:00:45.918Z | Compiling cancel-safe-futures v0.1.5 |
| 1135 | 2025-08-07T15:00:46.074Z | Compiling owo-colors v4.1.0 |
| 1136 | 2025-08-07T15:00:46.310Z | Checking newline-converter v0.3.0 |
| 1137 | 2025-08-07T15:00:46.444Z | Compiling heck v0.3.3 |
| 1138 | 2025-08-07T15:00:46.493Z | Checking zerocopy v0.6.6 |
| 1139 | 2025-08-07T15:00:46.559Z | Checking idna v0.4.0 |
| 1140 | 2025-08-07T15:00:46.752Z | Compiling nix v0.29.0 |
| 1141 | 2025-08-07T15:00:46.819Z | Compiling proc-macro-error2 v2.0.1 |
| 1142 | 2025-08-07T15:00:47.052Z | Checking petgraph v0.6.5 |
| 1143 | 2025-08-07T15:00:47.301Z | Checking argon2 v0.5.3 |
| 1144 | 2025-08-07T15:00:47.454Z | Compiling strum_macros v0.25.3 |
| 1145 | 2025-08-07T15:00:47.519Z | Checking console v0.15.8 |
| 1146 | 2025-08-07T15:00:47.875Z | Checking textwrap v0.11.0 |
| 1147 | 2025-08-07T15:00:47.999Z | Checking serde-big-array v0.5.1 |
| 1148 | 2025-08-07T15:00:48.076Z | Compiling serde_repr v0.1.19 |
| 1149 | 2025-08-07T15:00:48.176Z | Compiling enum-as-inner v0.6.1 |
| 1150 | 2025-08-07T15:00:48.305Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1151 | 2025-08-07T15:00:48.971Z | Checking atty v0.2.14 |
| 1152 | 2025-08-07T15:00:48.999Z | Compiling cookie v0.18.1 |
| 1153 | 2025-08-07T15:00:49.045Z | Checking quick-error v1.2.3 |
| 1154 | 2025-08-07T15:00:49.120Z | Checking data-encoding v2.6.0 |
| 1155 | 2025-08-07T15:00:49.212Z | Compiling convert_case v0.4.0 |
| 1156 | 2025-08-07T15:00:49.339Z | Checking strsim v0.8.0 |
| 1157 | 2025-08-07T15:00:49.482Z | Checking similar v2.6.0 |
| 1158 | 2025-08-07T15:00:49.525Z | Checking bytecount v0.6.8 |
| 1159 | 2025-08-07T15:00:49.603Z | Checking vec_map v0.8.2 |
| 1160 | 2025-08-07T15:00:49.688Z | Checking unicode-width v0.2.0 |
| 1161 | 2025-08-07T15:00:49.809Z | Checking ansi_term v0.12.1 |
| 1162 | 2025-08-07T15:00:49.871Z | Checking linked-hash-map v0.5.6 |
| 1163 | 2025-08-07T15:00:49.940Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1164 | 2025-08-07T15:00:50.054Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1165 | 2025-08-07T15:00:50.086Z | Checking expectorate v1.1.0 |
| 1166 | 2025-08-07T15:00:50.112Z | Checking clap v2.34.0 |
| 1167 | 2025-08-07T15:00:50.140Z | Checking papergrid v0.14.0 |
| 1168 | 2025-08-07T15:00:50.178Z | Checking lru-cache v0.1.2 |
| 1169 | 2025-08-07T15:00:50.262Z | Compiling derive_more v0.99.18 |
| 1170 | 2025-08-07T15:00:50.294Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1171 | 2025-08-07T15:00:50.368Z | Checking hickory-proto v0.24.1 |
| 1172 | 2025-08-07T15:00:51.381Z | Checking resolv-conf v0.7.0 |
| 1173 | 2025-08-07T15:00:52.257Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1174 | 2025-08-07T15:00:52.781Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1175 | 2025-08-07T15:00:53.043Z | Compiling tabled_derive v0.10.0 |
| 1176 | 2025-08-07T15:00:53.071Z | Compiling structopt-derive v0.4.18 |
| 1177 | 2025-08-07T15:00:53.102Z | Checking progenitor v0.9.1 |
| 1178 | 2025-08-07T15:00:53.305Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 1179 | 2025-08-07T15:00:53.648Z | Checking atomicwrites v0.4.4 |
| 1180 | 2025-08-07T15:00:53.886Z | Checking internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1181 | 2025-08-07T15:00:54.015Z | Checking libsw v3.3.1 |
| 1182 | 2025-08-07T15:00:54.255Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 1183 | 2025-08-07T15:00:54.344Z | Checking swrite v0.1.0 |
| 1184 | 2025-08-07T15:00:54.467Z | Checking linear-map v1.2.0 |
| 1185 | 2025-08-07T15:00:54.587Z | Compiling rayon-core v1.12.1 |
| 1186 | 2025-08-07T15:00:54.695Z | Checking indent_write v2.2.0 |
| 1187 | 2025-08-07T15:00:54.722Z | Checking highway v1.2.0 |
| 1188 | 2025-08-07T15:00:54.778Z | Compiling signal-hook v0.3.17 |
| 1189 | 2025-08-07T15:00:54.804Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1190 | 2025-08-07T15:00:54.912Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1191 | 2025-08-07T15:00:54.975Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 1192 | 2025-08-07T15:00:55.021Z | Checking tabled v0.18.0 |
| 1193 | 2025-08-07T15:00:55.132Z | Checking structopt v0.3.26 |
| 1194 | 2025-08-07T15:00:55.159Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1195 | 2025-08-07T15:00:55.256Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1196 | 2025-08-07T15:00:55.290Z | Checking hickory-resolver v0.24.3 |
| 1197 | 2025-08-07T15:00:56.420Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1198 | 2025-08-07T15:00:56.567Z | Checking steno v0.4.1 |
| 1199 | 2025-08-07T15:00:57.136Z | Checking itertools v0.14.0 |
| 1200 | 2025-08-07T15:00:57.188Z | Checking tokio-dtrace v0.1.1 |
| 1201 | 2025-08-07T15:00:57.272Z | Checking crossbeam-epoch v0.9.18 |
| 1202 | 2025-08-07T15:00:57.457Z | Checking tokio-stream v0.1.16 |
| 1203 | 2025-08-07T15:00:57.518Z | Compiling cargo-platform v0.1.8 |
| 1204 | 2025-08-07T15:00:57.658Z | Compiling vergen v8.3.2 |
| 1205 | 2025-08-07T15:00:57.709Z | Compiling curl-sys v0.4.78+curl-8.11.0 |
| 1206 | 2025-08-07T15:00:57.925Z | Compiling slog-dtrace v0.3.0 |
| 1207 | 2025-08-07T15:00:57.995Z | Checking humantime v2.1.0 |
| 1208 | 2025-08-07T15:00:58.146Z | Checking qorb v0.2.1 |
| 1209 | 2025-08-07T15:00:58.320Z | Compiling cargo_metadata v0.18.1 |
| 1210 | 2025-08-07T15:00:58.362Z | Checking crossbeam-deque v0.8.5 |
| 1211 | 2025-08-07T15:00:58.389Z | Checking oxide-tokio-rt v0.1.2 |
| 1212 | 2025-08-07T15:00:58.610Z | Compiling rustc_version v0.4.1 |
| 1213 | 2025-08-07T15:00:58.648Z | Compiling blake3 v1.5.4 |
| 1214 | 2025-08-07T15:00:58.675Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1215 | 2025-08-07T15:00:58.763Z | Checking adler2 v2.0.0 |
| 1216 | 2025-08-07T15:00:59.599Z | Checking internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1217 | 2025-08-07T15:00:59.855Z | Checking miniz_oxide v0.8.0 |
| 1218 | 2025-08-07T15:01:00.417Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1219 | 2025-08-07T15:01:00.455Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1220 | 2025-08-07T15:01:00.524Z | Checking xattr v1.3.1 |
| 1221 | 2025-08-07T15:01:00.550Z | Checking filetime v0.2.25 |
| 1222 | 2025-08-07T15:01:00.648Z | Checking memmap2 v0.9.5 |
| 1223 | 2025-08-07T15:01:00.714Z | Checking csv-core v0.1.11 |
| 1224 | 2025-08-07T15:01:00.756Z | Checking crc32fast v1.4.2 |
| 1225 | 2025-08-07T15:01:00.911Z | Checking same-file v1.0.6 |
| 1226 | 2025-08-07T15:01:00.982Z | Compiling curl v0.4.47 |
| 1227 | 2025-08-07T15:01:01.011Z | Checking crc8 v0.1.1 |
| 1228 | 2025-08-07T15:01:01.096Z | Checking arrayref v0.3.9 |
| 1229 | 2025-08-07T15:01:01.159Z | Checking constant_time_eq v0.3.1 |
| 1230 | 2025-08-07T15:01:01.219Z | Checking arrayvec v0.7.6 |
| 1231 | 2025-08-07T15:01:01.303Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1232 | 2025-08-07T15:01:01.395Z | Checking walkdir v2.5.0 |
| 1233 | 2025-08-07T15:01:01.662Z | Checking csv v1.3.1 |
| 1234 | 2025-08-07T15:01:02.001Z | Checking flate2 v1.0.34 |
| 1235 | 2025-08-07T15:01:02.339Z | Checking tar v0.4.43 |
| 1236 | 2025-08-07T15:01:02.761Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1237 | 2025-08-07T15:01:02.902Z | Checking common v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd) |
| 1238 | 2025-08-07T15:01:03.079Z | Checking sha2 v0.10.8 |
| 1239 | 2025-08-07T15:01:03.159Z | Checking toml v0.7.8 |
| 1240 | 2025-08-07T15:01:03.205Z | Checking kstat-rs v0.2.4 |
| 1241 | 2025-08-07T15:01:03.232Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1242 | 2025-08-07T15:01:03.368Z | Checking topological-sort v0.2.2 |
| 1243 | 2025-08-07T15:01:03.508Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1244 | 2025-08-07T15:01:03.578Z | Checking lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd) |
| 1245 | 2025-08-07T15:01:03.748Z | Checking omicron-zone-package v0.12.0 |
| 1246 | 2025-08-07T15:01:04.983Z | Checking signal-hook-tokio v0.3.1 |
| 1247 | 2025-08-07T15:01:05.162Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1248 | 2025-08-07T15:01:05.192Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1249 | 2025-08-07T15:01:05.224Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1250 | 2025-08-07T15:01:05.282Z | Checking search_path v0.1.4 |
| 1251 | 2025-08-07T15:01:05.485Z | Checking internet-checksum v0.2.1 |
| 1252 | 2025-08-07T15:01:05.558Z | Checking display-error-chain v0.2.2 |
| 1253 | 2025-08-07T15:01:05.652Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1254 | 2025-08-07T15:01:05.740Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1255 | 2025-08-07T15:01:10.752Z | Compiling git2 v0.19.0 |
| 1256 | 2025-08-07T15:01:11.719Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1257 | 2025-08-07T15:01:14.181Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1258 | 2025-08-07T15:01:15.473Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1259 | 2025-08-07T15:01:18.349Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1260 | 2025-08-07T15:01:35.675Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 40s |
| 1261 | 2025-08-07T15:01:36.019Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1262 | 2025-08-07T15:01:36.019Z | + cargo clippy --features tofino_asic -- --deny warnings |
| 1263 | 2025-08-07T15:01:37.112Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 1264 | 2025-08-07T15:01:37.139Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1265 | 2025-08-07T15:01:37.139Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1266 | 2025-08-07T15:01:37.139Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1267 | 2025-08-07T15:01:37.166Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1268 | 2025-08-07T15:01:49.796Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1269 | 2025-08-07T15:01:49.796Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1270 | 2025-08-07T15:02:03.433Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 27.18s |
| 1271 | 2025-08-07T15:02:03.583Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1272 | 2025-08-07T15:02:03.583Z | + cargo clippy --features softnpu -- --deny warnings |
| 1273 | 2025-08-07T15:02:04.158Z | Downloading crates ... |
| 1274 | 2025-08-07T15:02:04.407Z | Downloaded ascii v1.1.0 |
| 1275 | 2025-08-07T15:02:04.434Z | Downloaded bitstruct v0.1.1 |
| 1276 | 2025-08-07T15:02:04.434Z | Downloaded usdt-attr-macro v0.3.5 |
| 1277 | 2025-08-07T15:02:04.434Z | Downloaded bitstruct_derive v0.1.0 |
| 1278 | 2025-08-07T15:02:04.434Z | Downloaded dtrace-parser v0.1.14 |
| 1279 | 2025-08-07T15:02:04.434Z | Downloaded wyz v0.5.1 |
| 1280 | 2025-08-07T15:02:04.434Z | Downloaded usdt-impl v0.3.5 |
| 1281 | 2025-08-07T15:02:04.434Z | Downloaded zerocopy v0.3.2 |
| 1282 | 2025-08-07T15:02:04.434Z | Downloaded usdt-macro v0.3.5 |
| 1283 | 2025-08-07T15:02:04.434Z | Downloaded serde_tokenstream v0.1.7 |
| 1284 | 2025-08-07T15:02:04.434Z | Downloaded bitvec v1.0.1 |
| 1285 | 2025-08-07T15:02:04.461Z | Downloaded num-bigint v0.4.6 |
| 1286 | 2025-08-07T15:02:04.461Z | Downloaded usdt v0.3.5 |
| 1287 | 2025-08-07T15:02:04.461Z | Downloaded libloading v0.7.4 |
| 1288 | 2025-08-07T15:02:04.461Z | Downloaded funty v2.0.0 |
| 1289 | 2025-08-07T15:02:04.461Z | Downloaded erased-serde v0.4.5 |
| 1290 | 2025-08-07T15:02:04.488Z | Downloaded synstructure v0.12.6 |
| 1291 | 2025-08-07T15:02:04.488Z | Downloaded serde_arrays v0.1.0 |
| 1292 | 2025-08-07T15:02:04.488Z | Downloaded tap v1.0.1 |
| 1293 | 2025-08-07T15:02:04.488Z | Downloaded radium v0.7.0 |
| 1294 | 2025-08-07T15:02:04.488Z | Downloaded unicode-xid v0.2.6 |
| 1295 | 2025-08-07T15:02:04.488Z | Downloaded typeid v1.0.2 |
| 1296 | 2025-08-07T15:02:04.488Z | Downloaded dof v0.1.5 |
| 1297 | 2025-08-07T15:02:04.488Z | Downloaded zerocopy-derive v0.2.0 |
| 1298 | 2025-08-07T15:02:04.616Z | Compiling syn v1.0.109 |
| 1299 | 2025-08-07T15:02:04.650Z | Checking num-integer v0.1.46 |
| 1300 | 2025-08-07T15:02:04.677Z | Checking num-complex v0.4.6 |
| 1301 | 2025-08-07T15:02:04.703Z | Compiling unicode-xid v0.2.6 |
| 1302 | 2025-08-07T15:02:04.704Z | Compiling usdt-impl v0.3.5 |
| 1303 | 2025-08-07T15:02:04.730Z | Compiling dtrace-parser v0.1.14 |
| 1304 | 2025-08-07T15:02:04.757Z | Compiling radium v0.7.0 |
| 1305 | 2025-08-07T15:02:05.083Z | Checking num-bigint v0.4.6 |
| 1306 | 2025-08-07T15:02:05.109Z | Checking num-iter v0.1.45 |
| 1307 | 2025-08-07T15:02:05.288Z | Checking tap v1.0.1 |
| 1308 | 2025-08-07T15:02:05.351Z | Checking funty v2.0.0 |
| 1309 | 2025-08-07T15:02:05.402Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1310 | 2025-08-07T15:02:05.448Z | Checking wyz v0.5.1 |
| 1311 | 2025-08-07T15:02:05.643Z | Compiling typeid v1.0.2 |
| 1312 | 2025-08-07T15:02:05.729Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1313 | 2025-08-07T15:02:05.904Z | Checking rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1314 | 2025-08-07T15:02:06.002Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1315 | 2025-08-07T15:02:06.028Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1316 | 2025-08-07T15:02:06.055Z | Checking bitvec v1.0.1 |
| 1317 | 2025-08-07T15:02:06.099Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1318 | 2025-08-07T15:02:06.227Z | Checking ascii v1.1.0 |
| 1319 | 2025-08-07T15:02:06.254Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1320 | 2025-08-07T15:02:06.294Z | Checking erased-serde v0.4.5 |
| 1321 | 2025-08-07T15:02:06.349Z | Checking cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1322 | 2025-08-07T15:02:06.409Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1323 | 2025-08-07T15:02:06.552Z | Checking rfb v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1324 | 2025-08-07T15:02:06.829Z | Checking num-rational v0.4.2 |
| 1325 | 2025-08-07T15:02:07.040Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1326 | 2025-08-07T15:02:07.069Z | Checking serde_arrays v0.1.0 |
| 1327 | 2025-08-07T15:02:07.096Z | Checking libloading v0.7.4 |
| 1328 | 2025-08-07T15:02:07.208Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1329 | 2025-08-07T15:02:07.346Z | Checking num v0.4.3 |
| 1330 | 2025-08-07T15:02:07.457Z | Checking oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1331 | 2025-08-07T15:02:09.931Z | Compiling synstructure v0.12.6 |
| 1332 | 2025-08-07T15:02:09.931Z | Compiling proc-macro-error v1.0.4 |
| 1333 | 2025-08-07T15:02:09.931Z | Compiling serde_tokenstream v0.1.7 |
| 1334 | 2025-08-07T15:02:10.030Z | Checking oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1335 | 2025-08-07T15:02:10.385Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1336 | 2025-08-07T15:02:10.890Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1337 | 2025-08-07T15:02:11.099Z | Compiling num_enum_derive v0.5.11 |
| 1338 | 2025-08-07T15:02:11.099Z | Compiling zerocopy-derive v0.2.0 |
| 1339 | 2025-08-07T15:02:11.126Z | Compiling hubpack_derive v0.1.1 |
| 1340 | 2025-08-07T15:02:11.126Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1341 | 2025-08-07T15:02:11.126Z | Compiling num-derive v0.3.3 |
| 1342 | 2025-08-07T15:02:11.183Z | Compiling zone_cfg_derive v0.3.0 |
| 1343 | 2025-08-07T15:02:11.209Z | Compiling structopt-derive v0.4.18 |
| 1344 | 2025-08-07T15:02:11.575Z | Compiling bitstruct_derive v0.1.0 |
| 1345 | 2025-08-07T15:02:11.852Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1346 | 2025-08-07T15:02:11.906Z | Checking hubpack v0.1.2 |
| 1347 | 2025-08-07T15:02:12.008Z | Checking oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1348 | 2025-08-07T15:02:12.183Z | Checking transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 1349 | 2025-08-07T15:02:12.308Z | Checking zone v0.3.0 |
| 1350 | 2025-08-07T15:02:12.474Z | Compiling zerocopy v0.3.2 |
| 1351 | 2025-08-07T15:02:12.741Z | Checking libscf-sys v1.1.0 |
| 1352 | 2025-08-07T15:02:12.801Z | Checking num_enum v0.5.11 |
| 1353 | 2025-08-07T15:02:12.903Z | Compiling dof v0.1.5 |
| 1354 | 2025-08-07T15:02:12.940Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1355 | 2025-08-07T15:02:12.995Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1356 | 2025-08-07T15:02:13.021Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1357 | 2025-08-07T15:02:13.021Z | Checking p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
| 1358 | 2025-08-07T15:02:13.225Z | Checking libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 1359 | 2025-08-07T15:02:13.252Z | Checking structopt v0.3.26 |
| 1360 | 2025-08-07T15:02:13.279Z | Checking common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1361 | 2025-08-07T15:02:13.473Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 1362 | 2025-08-07T15:02:13.579Z | Checking transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 1363 | 2025-08-07T15:02:13.713Z | Checking bitstruct v0.1.1 |
| 1364 | 2025-08-07T15:02:13.833Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1365 | 2025-08-07T15:02:13.860Z | Checking xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1366 | 2025-08-07T15:02:14.393Z | Compiling usdt-macro v0.3.5 |
| 1367 | 2025-08-07T15:02:14.505Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1368 | 2025-08-07T15:02:14.560Z | Compiling usdt-attr-macro v0.3.5 |
| 1369 | 2025-08-07T15:02:14.776Z | Checking illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1370 | 2025-08-07T15:02:15.260Z | Checking transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 1371 | 2025-08-07T15:02:15.657Z | Checking usdt v0.3.5 |
| 1372 | 2025-08-07T15:02:15.811Z | Checking aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1373 | 2025-08-07T15:02:15.838Z | Checking packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1374 | 2025-08-07T15:02:15.838Z | Checking uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1375 | 2025-08-07T15:02:15.865Z | Checking p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#906a601b) |
| 1376 | 2025-08-07T15:02:16.366Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 1377 | 2025-08-07T15:02:16.366Z | Checking softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#b016b192) |
| 1378 | 2025-08-07T15:02:16.476Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1379 | 2025-08-07T15:02:16.688Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 1380 | 2025-08-07T15:02:16.839Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1381 | 2025-08-07T15:02:16.929Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1382 | 2025-08-07T15:02:17.387Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1383 | 2025-08-07T15:02:20.313Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1384 | 2025-08-07T15:02:29.337Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1385 | 2025-08-07T15:02:33.449Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1386 | 2025-08-07T15:02:40.170Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1387 | 2025-08-07T15:02:40.999Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1388 | 2025-08-07T15:02:56.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.49s |
| 1389 | 2025-08-07T15:02:56.413Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1390 | 2025-08-07T15:02:56.413Z | + cargo clippy --features chaos -- --deny warnings |
| 1391 | 2025-08-07T15:02:57.286Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1392 | 2025-08-07T15:02:57.312Z | Checking dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1393 | 2025-08-07T15:02:57.313Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1394 | 2025-08-07T15:03:09.812Z | Checking swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1395 | 2025-08-07T15:03:09.812Z | Checking tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1396 | 2025-08-07T15:03:15.475Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 18.87s |
| 1397 | 2025-08-07T15:03:15.644Z | + banner fmt |
| 1398 | 2025-08-07T15:03:15.671Z | |
| 1399 | 2025-08-07T15:03:15.671Z | ###### # # ##### |
| 1400 | 2025-08-07T15:03:15.671Z | # ## ## # |
| 1401 | 2025-08-07T15:03:15.671Z | ##### # ## # # |
| 1402 | 2025-08-07T15:03:15.671Z | # # # # |
| 1403 | 2025-08-07T15:03:15.671Z | # # # # |
| 1404 | 2025-08-07T15:03:15.671Z | # # # # |
| 1405 | 2025-08-07T15:03:15.671Z | |
| 1406 | 2025-08-07T15:03:15.671Z | + cargo fmt -- --check |
| 1407 | 2025-08-07T15:03:16.541Z | + banner test |
| 1408 | 2025-08-07T15:03:16.568Z | |
| 1409 | 2025-08-07T15:03:16.568Z | ##### ###### #### ##### |
| 1410 | 2025-08-07T15:03:16.568Z | # # # # |
| 1411 | 2025-08-07T15:03:16.568Z | # ##### #### # |
| 1412 | 2025-08-07T15:03:16.568Z | # # # # |
| 1413 | 2025-08-07T15:03:16.568Z | # # # # # |
| 1414 | 2025-08-07T15:03:16.568Z | # ###### #### # |
| 1415 | 2025-08-07T15:03:16.568Z | |
| 1416 | 2025-08-07T15:03:16.568Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 1417 | 2025-08-07T15:03:16.568Z | + cargo test --features tofino_stub |
| 1418 | 2025-08-07T15:03:17.570Z | Compiling unicode-ident v1.0.16 |
| 1419 | 2025-08-07T15:03:17.570Z | Compiling memchr v2.7.4 |
| 1420 | 2025-08-07T15:03:17.570Z | Compiling cfg-if v1.0.0 |
| 1421 | 2025-08-07T15:03:17.570Z | Compiling itoa v1.0.11 |
| 1422 | 2025-08-07T15:03:17.635Z | Compiling ryu v1.0.18 |
| 1423 | 2025-08-07T15:03:17.662Z | Compiling libc v0.2.172 |
| 1424 | 2025-08-07T15:03:17.689Z | Compiling once_cell v1.20.2 |
| 1425 | 2025-08-07T15:03:17.689Z | Compiling log v0.4.22 |
| 1426 | 2025-08-07T15:03:17.738Z | Compiling proc-macro2 v1.0.95 |
| 1427 | 2025-08-07T15:03:17.779Z | Compiling libm v0.2.11 |
| 1428 | 2025-08-07T15:03:17.985Z | Compiling allocator-api2 v0.2.20 |
| 1429 | 2025-08-07T15:03:18.028Z | Compiling equivalent v1.0.1 |
| 1430 | 2025-08-07T15:03:18.056Z | Compiling foldhash v0.1.5 |
| 1431 | 2025-08-07T15:03:18.164Z | Compiling fnv v1.0.7 |
| 1432 | 2025-08-07T15:03:18.299Z | Compiling heck v0.5.0 |
| 1433 | 2025-08-07T15:03:18.326Z | Compiling iana-time-zone v0.1.61 |
| 1434 | 2025-08-07T15:03:18.559Z | Compiling quote v1.0.40 |
| 1435 | 2025-08-07T15:03:18.694Z | Compiling jobserver v0.1.32 |
| 1436 | 2025-08-07T15:03:18.751Z | Compiling hashbrown v0.15.1 |
| 1437 | 2025-08-07T15:03:18.780Z | Compiling getrandom v0.3.1 |
| 1438 | 2025-08-07T15:03:18.826Z | Compiling dyn-clone v1.0.17 |
| 1439 | 2025-08-07T15:03:18.882Z | Compiling syn v2.0.100 |
| 1440 | 2025-08-07T15:03:18.990Z | Compiling pin-project-lite v0.2.15 |
| 1441 | 2025-08-07T15:03:19.051Z | Compiling cc v1.2.19 |
| 1442 | 2025-08-07T15:03:19.078Z | Compiling smallvec v1.13.2 |
| 1443 | 2025-08-07T15:03:19.110Z | Compiling aho-corasick v1.1.3 |
| 1444 | 2025-08-07T15:03:19.137Z | Compiling regex-syntax v0.8.5 |
| 1445 | 2025-08-07T15:03:19.171Z | Compiling bitflags v2.6.0 |
| 1446 | 2025-08-07T15:03:19.304Z | Compiling byteorder v1.5.0 |
| 1447 | 2025-08-07T15:03:19.433Z | Compiling num-traits v0.2.19 |
| 1448 | 2025-08-07T15:03:19.547Z | Compiling scopeguard v1.2.0 |
| 1449 | 2025-08-07T15:03:19.690Z | Compiling lock_api v0.4.12 |
| 1450 | 2025-08-07T15:03:19.717Z | Compiling parking_lot_core v0.9.10 |
| 1451 | 2025-08-07T15:03:19.762Z | Compiling socket2 v0.5.9 |
| 1452 | 2025-08-07T15:03:20.107Z | Compiling signal-hook-registry v1.4.2 |
| 1453 | 2025-08-07T15:03:20.246Z | Compiling futures-core v0.3.31 |
| 1454 | 2025-08-07T15:03:20.484Z | Compiling parking_lot v0.12.3 |
| 1455 | 2025-08-07T15:03:20.599Z | Compiling mio v1.0.2 |
| 1456 | 2025-08-07T15:03:20.779Z | Compiling futures-sink v0.3.31 |
| 1457 | 2025-08-07T15:03:20.806Z | Compiling slab v0.4.9 |
| 1458 | 2025-08-07T15:03:20.933Z | Compiling futures-channel v0.3.31 |
| 1459 | 2025-08-07T15:03:21.057Z | Compiling regress v0.10.3 |
| 1460 | 2025-08-07T15:03:21.238Z | Compiling futures-task v0.3.31 |
| 1461 | 2025-08-07T15:03:21.293Z | Compiling strsim v0.11.1 |
| 1462 | 2025-08-07T15:03:21.513Z | Compiling pin-utils v0.1.0 |
| 1463 | 2025-08-07T15:03:21.564Z | Compiling futures-io v0.3.31 |
| 1464 | 2025-08-07T15:03:21.774Z | Compiling ring v0.17.14 |
| 1465 | 2025-08-07T15:03:21.831Z | Compiling openssl-sys v0.9.107 |
| 1466 | 2025-08-07T15:03:21.992Z | Compiling regex-automata v0.4.9 |
| 1467 | 2025-08-07T15:03:22.755Z | Compiling openssl v0.10.72 |
| 1468 | 2025-08-07T15:03:22.782Z | Compiling native-tls v0.2.12 |
| 1469 | 2025-08-07T15:03:22.809Z | Compiling stable_deref_trait v1.2.0 |
| 1470 | 2025-08-07T15:03:22.848Z | Compiling ucd-trie v0.1.7 |
| 1471 | 2025-08-07T15:03:22.932Z | Compiling getrandom v0.2.15 |
| 1472 | 2025-08-07T15:03:23.217Z | Compiling time-core v0.1.2 |
| 1473 | 2025-08-07T15:03:23.244Z | Compiling num-conv v0.1.0 |
| 1474 | 2025-08-07T15:03:23.372Z | Compiling plain v0.2.3 |
| 1475 | 2025-08-07T15:03:23.407Z | Compiling tracing-core v0.1.32 |
| 1476 | 2025-08-07T15:03:23.510Z | Compiling time-macros v0.2.18 |
| 1477 | 2025-08-07T15:03:23.543Z | Compiling pretty-hex v0.4.1 |
| 1478 | 2025-08-07T15:03:23.755Z | Compiling syn v1.0.109 |
| 1479 | 2025-08-07T15:03:24.288Z | Compiling thread-id v4.2.2 |
| 1480 | 2025-08-07T15:03:24.504Z | Compiling serde_derive_internals v0.29.1 |
| 1481 | 2025-08-07T15:03:24.850Z | Compiling synstructure v0.13.1 |
| 1482 | 2025-08-07T15:03:25.616Z | Compiling regex v1.11.1 |
| 1483 | 2025-08-07T15:03:25.745Z | Compiling darling_core v0.20.10 |
| 1484 | 2025-08-07T15:03:26.021Z | Compiling writeable v0.5.5 |
| 1485 | 2025-08-07T15:03:26.124Z | Compiling litemap v0.7.3 |
| 1486 | 2025-08-07T15:03:26.472Z | Compiling subtle v2.6.1 |
| 1487 | 2025-08-07T15:03:26.499Z | Compiling icu_locid_transform_data v1.5.0 |
| 1488 | 2025-08-07T15:03:26.531Z | Compiling atomic-waker v1.1.2 |
| 1489 | 2025-08-07T15:03:26.602Z | Compiling httparse v1.9.5 |
| 1490 | 2025-08-07T15:03:26.718Z | Compiling icu_properties_data v1.5.0 |
| 1491 | 2025-08-07T15:03:26.745Z | Compiling percent-encoding v2.3.1 |
| 1492 | 2025-08-07T15:03:26.958Z | Compiling form_urlencoded v1.2.1 |
| 1493 | 2025-08-07T15:03:27.042Z | Compiling icu_normalizer_data v1.5.0 |
| 1494 | 2025-08-07T15:03:27.148Z | Compiling try-lock v0.2.5 |
| 1495 | 2025-08-07T15:03:27.199Z | Compiling utf16_iter v1.0.5 |
| 1496 | 2025-08-07T15:03:27.254Z | Compiling rustls v0.23.16 |
| 1497 | 2025-08-07T15:03:27.281Z | Compiling rustls-pki-types v1.10.0 |
| 1498 | 2025-08-07T15:03:27.308Z | Compiling write16 v1.0.0 |
| 1499 | 2025-08-07T15:03:27.334Z | Compiling utf8_iter v1.0.4 |
| 1500 | 2025-08-07T15:03:27.413Z | Compiling want v0.3.1 |
| 1501 | 2025-08-07T15:03:27.440Z | Compiling untrusted v0.9.0 |
| 1502 | 2025-08-07T15:03:27.563Z | Compiling tower-service v0.3.3 |
| 1503 | 2025-08-07T15:03:27.619Z | Compiling httpdate v1.0.3 |
| 1504 | 2025-08-07T15:03:27.706Z | Compiling serde_derive v1.0.219 |
| 1505 | 2025-08-07T15:03:27.706Z | Compiling tokio-macros v2.5.0 |
| 1506 | 2025-08-07T15:03:28.021Z | Compiling thiserror-impl v1.0.69 |
| 1507 | 2025-08-07T15:03:28.170Z | Compiling schemars_derive v0.8.22 |
| 1508 | 2025-08-07T15:03:28.955Z | Compiling futures-macro v0.3.31 |
| 1509 | 2025-08-07T15:03:29.025Z | Compiling zerofrom-derive v0.1.4 |
| 1510 | 2025-08-07T15:03:29.856Z | Compiling yoke-derive v0.7.4 |
| 1511 | 2025-08-07T15:03:30.208Z | Compiling thiserror v1.0.69 |
| 1512 | 2025-08-07T15:03:30.358Z | Compiling zerovec-derive v0.10.3 |
| 1513 | 2025-08-07T15:03:30.399Z | Compiling displaydoc v0.2.5 |
| 1514 | 2025-08-07T15:03:30.465Z | Compiling zerocopy-derive v0.7.35 |
| 1515 | 2025-08-07T15:03:31.297Z | Compiling icu_provider_macros v1.5.0 |
| 1516 | 2025-08-07T15:03:31.585Z | Compiling tracing-attributes v0.1.27 |
| 1517 | 2025-08-07T15:03:31.688Z | Compiling thiserror-impl v2.0.12 |
| 1518 | 2025-08-07T15:03:31.714Z | Compiling openssl-macros v0.1.1 |
| 1519 | 2025-08-07T15:03:31.826Z | Compiling scroll_derive v0.12.0 |
| 1520 | 2025-08-07T15:03:32.030Z | Compiling zerocopy v0.7.35 |
| 1521 | 2025-08-07T15:03:32.250Z | Compiling pest v2.7.14 |
| 1522 | 2025-08-07T15:03:32.277Z | Compiling zerofrom v0.1.4 |
| 1523 | 2025-08-07T15:03:32.445Z | Compiling yoke v0.7.4 |
| 1524 | 2025-08-07T15:03:32.480Z | Compiling darling_macro v0.20.10 |
| 1525 | 2025-08-07T15:03:32.770Z | Compiling zerovec v0.10.4 |
| 1526 | 2025-08-07T15:03:32.991Z | Compiling serde v1.0.219 |
| 1527 | 2025-08-07T15:03:33.135Z | Compiling scroll v0.12.0 |
| 1528 | 2025-08-07T15:03:33.376Z | Compiling darling v0.20.10 |
| 1529 | 2025-08-07T15:03:33.484Z | Compiling async-trait v0.1.88 |
| 1530 | 2025-08-07T15:03:33.591Z | Compiling goblin v0.8.2 |
| 1531 | 2025-08-07T15:03:33.891Z | Compiling rustls-webpki v0.102.8 |
| 1532 | 2025-08-07T15:03:34.009Z | Compiling thiserror v2.0.12 |
| 1533 | 2025-08-07T15:03:34.166Z | Compiling tinystr v0.7.6 |
| 1534 | 2025-08-07T15:03:34.506Z | Compiling pest_meta v2.7.14 |
| 1535 | 2025-08-07T15:03:34.533Z | Compiling icu_locid v1.5.0 |
| 1536 | 2025-08-07T15:03:34.722Z | Compiling icu_collections v1.5.0 |
| 1537 | 2025-08-07T15:03:35.380Z | Compiling zeroize v1.8.1 |
| 1538 | 2025-08-07T15:03:35.622Z | Compiling icu_provider v1.5.0 |
| 1539 | 2025-08-07T15:03:35.679Z | Compiling pest_generator v2.7.14 |
| 1540 | 2025-08-07T15:03:36.456Z | Compiling icu_locid_transform v1.5.0 |
| 1541 | 2025-08-07T15:03:36.482Z | Compiling foreign-types-shared v0.1.1 |
| 1542 | 2025-08-07T15:03:36.592Z | Compiling foreign-types v0.3.2 |
| 1543 | 2025-08-07T15:03:36.686Z | Compiling openssl-probe v0.1.5 |
| 1544 | 2025-08-07T15:03:36.893Z | Compiling rustls v0.22.4 |
| 1545 | 2025-08-07T15:03:36.974Z | Compiling anyhow v1.0.98 |
| 1546 | 2025-08-07T15:03:37.001Z | Compiling encoding_rs v0.8.35 |
| 1547 | 2025-08-07T15:03:37.381Z | Compiling bytes v1.10.1 |
| 1548 | 2025-08-07T15:03:37.408Z | Compiling serde_json v1.0.140 |
| 1549 | 2025-08-07T15:03:37.435Z | Compiling uuid v1.13.1 |
| 1550 | 2025-08-07T15:03:37.679Z | Compiling indexmap v2.7.1 |
| 1551 | 2025-08-07T15:03:38.077Z | Compiling serde_tokenstream v0.2.2 |
| 1552 | 2025-08-07T15:03:38.520Z | Compiling http v1.2.0 |
| 1553 | 2025-08-07T15:03:38.549Z | Compiling semver v1.0.26 |
| 1554 | 2025-08-07T15:03:38.591Z | Compiling tokio v1.46.1 |
| 1555 | 2025-08-07T15:03:38.738Z | Compiling chrono v0.4.40 |
| 1556 | 2025-08-07T15:03:39.151Z | Compiling pest_derive v2.7.14 |
| 1557 | 2025-08-07T15:03:40.006Z | Compiling dtrace-parser v0.2.0 |
| 1558 | 2025-08-07T15:03:40.466Z | Compiling dof v0.3.0 |
| 1559 | 2025-08-07T15:03:41.497Z | Compiling schemars v0.8.22 |
| 1560 | 2025-08-07T15:03:41.525Z | Compiling usdt-impl v0.5.0 |
| 1561 | 2025-08-07T15:03:41.656Z | Compiling openapiv3 v2.0.0 |
| 1562 | 2025-08-07T15:03:41.693Z | Compiling http-body v1.0.1 |
| 1563 | 2025-08-07T15:03:41.746Z | Compiling icu_properties v1.5.1 |
| 1564 | 2025-08-07T15:03:41.961Z | Compiling serde_yaml v0.9.34+deprecated |
| 1565 | 2025-08-07T15:03:42.174Z | Compiling toml_datetime v0.6.8 |
| 1566 | 2025-08-07T15:03:42.848Z | Compiling usdt-macro v0.5.0 |
| 1567 | 2025-08-07T15:03:43.539Z | Compiling usdt-attr-macro v0.5.0 |
| 1568 | 2025-08-07T15:03:44.404Z | Compiling typify-impl v0.2.0 |
| 1569 | 2025-08-07T15:03:44.431Z | Compiling mime v0.3.17 |
| 1570 | 2025-08-07T15:03:44.731Z | Compiling icu_normalizer v1.5.0 |
| 1571 | 2025-08-07T15:03:45.151Z | Compiling serde_with_macros v3.11.0 |
| 1572 | 2025-08-07T15:03:45.244Z | Compiling strum_macros v0.26.4 |
| 1573 | 2025-08-07T15:03:45.486Z | Compiling daft-derive v0.1.1 |
| 1574 | 2025-08-07T15:03:45.639Z | Compiling tokio-util v0.7.12 |
| 1575 | 2025-08-07T15:03:46.359Z | Compiling idna_adapter v1.2.0 |
| 1576 | 2025-08-07T15:03:46.581Z | Compiling idna v1.0.3 |
| 1577 | 2025-08-07T15:03:46.766Z | Compiling omicron-workspace-hack v0.1.0 |
| 1578 | 2025-08-07T15:03:46.871Z | Compiling ipnet v2.10.1 |
| 1579 | 2025-08-07T15:03:47.105Z | Compiling url v2.5.3 |
| 1580 | 2025-08-07T15:03:47.131Z | Compiling tokio-native-tls v0.3.1 |
| 1581 | 2025-08-07T15:03:47.858Z | Compiling serde_urlencoded v0.7.1 |
| 1582 | 2025-08-07T15:03:47.981Z | Compiling rustls-pemfile v2.2.0 |
| 1583 | 2025-08-07T15:03:48.289Z | Compiling webpki-roots v0.26.6 |
| 1584 | 2025-08-07T15:03:48.319Z | Compiling async-stream-impl v0.3.6 |
| 1585 | 2025-08-07T15:03:48.417Z | Compiling sync_wrapper v1.0.1 |
| 1586 | 2025-08-07T15:03:48.484Z | Compiling base64 v0.22.1 |
| 1587 | 2025-08-07T15:03:48.572Z | Compiling powerfmt v0.2.0 |
| 1588 | 2025-08-07T15:03:48.776Z | Compiling tower-layer v0.3.3 |
| 1589 | 2025-08-07T15:03:48.936Z | Compiling deranged v0.3.11 |
| 1590 | 2025-08-07T15:03:49.029Z | Compiling structmeta-derive v0.3.0 |
| 1591 | 2025-08-07T15:03:49.360Z | Compiling num_threads v0.1.7 |
| 1592 | 2025-08-07T15:03:49.497Z | Compiling dropshot_endpoint v0.15.1 |
| 1593 | 2025-08-07T15:03:50.149Z | Compiling tokio-rustls v0.26.0 |
| 1594 | 2025-08-07T15:03:50.285Z | Compiling time v0.3.36 |
| 1595 | 2025-08-07T15:03:50.537Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1596 | 2025-08-07T15:03:50.999Z | Compiling structmeta v0.3.0 |
| 1597 | 2025-08-07T15:03:51.106Z | Compiling typenum v1.17.0 |
| 1598 | 2025-08-07T15:03:51.244Z | Compiling futures-util v0.3.31 |
| 1599 | 2025-08-07T15:03:51.329Z | Compiling parse-display-derive v0.10.0 |
| 1600 | 2025-08-07T15:03:51.964Z | Compiling generic-array v0.14.7 |
| 1601 | 2025-08-07T15:03:52.667Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1602 | 2025-08-07T15:03:52.875Z | Compiling block-buffer v0.10.4 |
| 1603 | 2025-08-07T15:03:53.089Z | Compiling crypto-common v0.1.6 |
| 1604 | 2025-08-07T15:03:53.269Z | Compiling rand_core v0.6.4 |
| 1605 | 2025-08-07T15:03:53.377Z | Compiling errno v0.3.9 |
| 1606 | 2025-08-07T15:03:54.161Z | Compiling camino v1.1.9 |
| 1607 | 2025-08-07T15:03:54.247Z | Compiling ppv-lite86 v0.2.20 |
| 1608 | 2025-08-07T15:03:54.803Z | Compiling match_cfg v0.1.0 |
| 1609 | 2025-08-07T15:03:54.945Z | Compiling rand_chacha v0.3.1 |
| 1610 | 2025-08-07T15:03:54.974Z | Compiling hostname v0.3.1 |
| 1611 | 2025-08-07T15:03:55.001Z | Compiling tracing v0.1.40 |
| 1612 | 2025-08-07T15:03:55.187Z | Compiling clap_derive v4.5.18 |
| 1613 | 2025-08-07T15:03:55.383Z | Compiling dirs-sys-next v0.1.2 |
| 1614 | 2025-08-07T15:03:55.413Z | Compiling memmap v0.7.0 |
| 1615 | 2025-08-07T15:03:55.618Z | Compiling thread_local v1.1.8 |
| 1616 | 2025-08-07T15:03:55.742Z | Compiling cpufeatures v0.2.15 |
| 1617 | 2025-08-07T15:03:55.848Z | Compiling dirs-next v2.0.0 |
| 1618 | 2025-08-07T15:03:55.876Z | Compiling rand v0.8.5 |
| 1619 | 2025-08-07T15:03:55.902Z | Compiling serde_spanned v0.6.8 |
| 1620 | 2025-08-07T15:03:56.071Z | Compiling term v0.7.0 |
| 1621 | 2025-08-07T15:03:56.098Z | Compiling is-terminal v0.4.13 |
| 1622 | 2025-08-07T15:03:56.130Z | Compiling take_mut v0.2.2 |
| 1623 | 2025-08-07T15:03:56.237Z | Compiling macaddr v1.0.1 |
| 1624 | 2025-08-07T15:03:56.515Z | Compiling winnow v0.6.20 |
| 1625 | 2025-08-07T15:03:57.418Z | Compiling slog v2.7.0 |
| 1626 | 2025-08-07T15:03:58.038Z | Compiling debug-ignore v1.0.5 |
| 1627 | 2025-08-07T15:03:58.190Z | Compiling spin v0.9.8 |
| 1628 | 2025-08-07T15:03:58.368Z | Compiling h2 v0.4.6 |
| 1629 | 2025-08-07T15:03:58.394Z | Compiling hex v0.4.3 |
| 1630 | 2025-08-07T15:03:58.842Z | Compiling typify-macro v0.2.0 |
| 1631 | 2025-08-07T15:03:59.220Z | Compiling toml_edit v0.22.22 |
| 1632 | 2025-08-07T15:04:00.343Z | Compiling anstyle v1.0.10 |
| 1633 | 2025-08-07T15:04:00.723Z | Compiling async-stream v0.3.6 |
| 1634 | 2025-08-07T15:04:00.996Z | Compiling strum v0.26.3 |
| 1635 | 2025-08-07T15:04:01.173Z | Compiling serde_with v3.11.0 |
| 1636 | 2025-08-07T15:04:02.450Z | Compiling typify v0.2.0 |
| 1637 | 2025-08-07T15:04:02.603Z | Compiling progenitor-impl v0.8.0 |
| 1638 | 2025-08-07T15:04:03.261Z | Compiling hyper v1.6.0 |
| 1639 | 2025-08-07T15:04:04.013Z | Compiling tokio-rustls v0.25.0 |
| 1640 | 2025-08-07T15:04:04.207Z | Compiling toml v0.8.19 |
| 1641 | 2025-08-07T15:04:04.417Z | Compiling ahash v0.8.11 |
| 1642 | 2025-08-07T15:04:04.865Z | Compiling serde_path_to_error v0.1.16 |
| 1643 | 2025-08-07T15:04:05.528Z | Compiling waitgroup v0.1.2 |
| 1644 | 2025-08-07T15:04:05.674Z | Compiling hostname v0.4.0 |
| 1645 | 2025-08-07T15:04:05.743Z | Compiling utf8parse v0.2.2 |
| 1646 | 2025-08-07T15:04:06.229Z | Compiling anstyle-parse v0.2.6 |
| 1647 | 2025-08-07T15:04:06.266Z | Compiling hyper-util v0.1.10 |
| 1648 | 2025-08-07T15:04:06.476Z | Compiling hashbrown v0.14.5 |
| 1649 | 2025-08-07T15:04:06.616Z | Compiling instant v0.1.13 |
| 1650 | 2025-08-07T15:04:06.697Z | Compiling is_terminal_polyfill v1.70.1 |
| 1651 | 2025-08-07T15:04:06.772Z | Compiling colorchoice v1.0.3 |
| 1652 | 2025-08-07T15:04:06.836Z | Compiling anstyle-query v1.1.2 |
| 1653 | 2025-08-07T15:04:06.871Z | Compiling backoff v0.4.0 |
| 1654 | 2025-08-07T15:04:06.942Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1655 | 2025-08-07T15:04:06.998Z | Compiling anstream v0.6.18 |
| 1656 | 2025-08-07T15:04:07.112Z | Compiling http-body-util v0.1.2 |
| 1657 | 2025-08-07T15:04:07.150Z | Compiling parse-display v0.10.0 |
| 1658 | 2025-08-07T15:04:07.192Z | Compiling crossbeam-utils v0.8.20 |
| 1659 | 2025-08-07T15:04:07.504Z | Compiling regress v0.9.1 |
| 1660 | 2025-08-07T15:04:07.533Z | Compiling clap_lex v0.7.3 |
| 1661 | 2025-08-07T15:04:07.979Z | Compiling hyper-rustls v0.27.3 |
| 1662 | 2025-08-07T15:04:08.006Z | Compiling hyper-tls v0.6.0 |
| 1663 | 2025-08-07T15:04:08.358Z | Compiling tower v0.5.2 |
| 1664 | 2025-08-07T15:04:08.635Z | Compiling rustix v0.38.40 |
| 1665 | 2025-08-07T15:04:08.711Z | Compiling futures-executor v0.3.31 |
| 1666 | 2025-08-07T15:04:09.027Z | Compiling reqwest v0.12.12 |
| 1667 | 2025-08-07T15:04:09.213Z | Compiling digest v0.10.7 |
| 1668 | 2025-08-07T15:04:09.271Z | Compiling progenitor-macro v0.8.0 |
| 1669 | 2025-08-07T15:04:09.555Z | Compiling ipnetwork v0.21.1 |
| 1670 | 2025-08-07T15:04:11.449Z | Compiling itertools v0.13.0 |
| 1671 | 2025-08-07T15:04:12.945Z | Compiling futures v0.3.31 |
| 1672 | 2025-08-07T15:04:13.532Z | Compiling usdt v0.5.0 |
| 1673 | 2025-08-07T15:04:14.149Z | Compiling prettyplease v0.2.25 |
| 1674 | 2025-08-07T15:04:14.320Z | Compiling crossbeam-channel v0.5.15 |
| 1675 | 2025-08-07T15:04:16.718Z | Compiling slog-async v2.8.0 |
| 1676 | 2025-08-07T15:04:16.843Z | Compiling oxnet v0.1.2 |
| 1677 | 2025-08-07T15:04:17.201Z | Compiling slog-term v2.9.1 |
| 1678 | 2025-08-07T15:04:17.489Z | Compiling slog-json v2.6.1 |
| 1679 | 2025-08-07T15:04:18.179Z | Compiling float-ord v0.3.2 |
| 1680 | 2025-08-07T15:04:18.358Z | Compiling slog-bunyan v2.5.0 |
| 1681 | 2025-08-07T15:04:18.569Z | Compiling progenitor-client v0.8.0 |
| 1682 | 2025-08-07T15:04:19.975Z | Compiling progenitor-client v0.9.1 |
| 1683 | 2025-08-07T15:04:20.418Z | Compiling progenitor v0.8.0 |
| 1684 | 2025-08-07T15:04:20.511Z | Compiling newtype-uuid v1.2.1 |
| 1685 | 2025-08-07T15:04:20.625Z | Compiling num-integer v0.1.46 |
| 1686 | 2025-08-07T15:04:20.882Z | Compiling daft v0.1.1 |
| 1687 | 2025-08-07T15:04:21.312Z | Compiling sha1 v0.10.6 |
| 1688 | 2025-08-07T15:04:23.007Z | Compiling multer v3.1.0 |
| 1689 | 2025-08-07T15:04:23.808Z | Compiling dropshot v0.15.1 |
| 1690 | 2025-08-07T15:04:23.919Z | Compiling terminal_size v0.4.0 |
| 1691 | 2025-08-07T15:04:24.124Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=cb2b592e890ca9e93d8193e9765e2a62459d5fa8#cb2b592e) |
| 1692 | 2025-08-07T15:04:24.854Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1693 | 2025-08-07T15:04:25.264Z | Compiling num-rational v0.4.2 |
| 1694 | 2025-08-07T15:04:25.445Z | Compiling num-iter v0.1.45 |
| 1695 | 2025-08-07T15:04:26.931Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1696 | 2025-08-07T15:04:27.399Z | Compiling num-complex v0.4.6 |
| 1697 | 2025-08-07T15:04:28.124Z | Compiling num v0.4.3 |
| 1698 | 2025-08-07T15:04:28.151Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1699 | 2025-08-07T15:04:28.290Z | Compiling clap_builder v4.5.21 |
| 1700 | 2025-08-07T15:04:31.880Z | Compiling clap v4.5.21 |
| 1701 | 2025-08-07T15:04:34.986Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1702 | 2025-08-07T15:04:37.456Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1703 | 2025-08-07T15:04:40.201Z | Compiling num-derive v0.3.3 |
| 1704 | 2025-08-07T15:04:41.206Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1705 | 2025-08-07T15:04:43.859Z | Compiling winnow v0.5.40 |
| 1706 | 2025-08-07T15:04:44.540Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1707 | 2025-08-07T15:04:47.818Z | Compiling typify-impl v0.3.0 |
| 1708 | 2025-08-07T15:04:47.845Z | Compiling hubpack_derive v0.1.1 |
| 1709 | 2025-08-07T15:04:48.051Z | Compiling zerocopy-derive v0.8.17 |
| 1710 | 2025-08-07T15:04:51.550Z | Compiling proc-macro-error-attr v1.0.4 |
| 1711 | 2025-08-07T15:04:52.644Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1712 | 2025-08-07T15:04:54.417Z | Compiling proc-macro-error v1.0.4 |
| 1713 | 2025-08-07T15:04:56.278Z | Compiling toml_edit v0.19.15 |
| 1714 | 2025-08-07T15:04:58.581Z | Compiling proc-macro-crate v1.3.1 |
| 1715 | 2025-08-07T15:05:00.722Z | Compiling num_enum_derive v0.5.11 |
| 1716 | 2025-08-07T15:05:02.511Z | Compiling foreign-types-macros v0.2.3 |
| 1717 | 2025-08-07T15:05:02.547Z | Compiling unicode-width v0.1.14 |
| 1718 | 2025-08-07T15:05:02.695Z | Compiling typify-macro v0.3.0 |
| 1719 | 2025-08-07T15:05:03.326Z | Compiling lazy_static v1.5.0 |
| 1720 | 2025-08-07T15:05:04.819Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1721 | 2025-08-07T15:05:06.321Z | Compiling typify v0.3.0 |
| 1722 | 2025-08-07T15:05:06.461Z | Compiling progenitor-impl v0.9.1 |
| 1723 | 2025-08-07T15:05:06.798Z | Compiling libscf-sys v1.1.0 |
| 1724 | 2025-08-07T15:05:07.193Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1725 | 2025-08-07T15:05:07.297Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1726 | 2025-08-07T15:05:07.940Z | Compiling either v1.13.0 |
| 1727 | 2025-08-07T15:05:08.082Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1728 | 2025-08-07T15:05:08.651Z | Compiling bitflags v1.3.2 |
| 1729 | 2025-08-07T15:05:08.766Z | Compiling nom v7.1.3 |
| 1730 | 2025-08-07T15:05:08.793Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 1731 | 2025-08-07T15:05:09.037Z | Compiling libloading v0.8.5 |
| 1732 | 2025-08-07T15:05:09.348Z | Compiling unicode-segmentation v1.12.0 |
| 1733 | 2025-08-07T15:05:09.796Z | Compiling clang-sys v1.8.1 |
| 1734 | 2025-08-07T15:05:10.100Z | Compiling zone_cfg_derive v0.3.0 |
| 1735 | 2025-08-07T15:05:11.381Z | Compiling cexpr v0.6.0 |
| 1736 | 2025-08-07T15:05:12.097Z | Compiling num-derive v0.4.2 |
| 1737 | 2025-08-07T15:05:12.520Z | Compiling proc-macro-error-attr2 v2.0.0 |
| 1738 | 2025-08-07T15:05:13.206Z | Compiling progenitor-macro v0.9.1 |
| 1739 | 2025-08-07T15:05:13.409Z | Compiling bindgen v0.71.1 |
| 1740 | 2025-08-07T15:05:13.619Z | Compiling proc-macro-error2 v2.0.1 |
| 1741 | 2025-08-07T15:05:13.767Z | Compiling hubpack v0.1.2 |
| 1742 | 2025-08-07T15:05:14.084Z | Compiling tabled_derive v0.10.0 |
| 1743 | 2025-08-07T15:05:15.250Z | Compiling derive-where v1.2.7 |
| 1744 | 2025-08-07T15:05:15.727Z | Compiling zerocopy-derive v0.6.6 |
| 1745 | 2025-08-07T15:05:16.128Z | Compiling libz-sys v1.1.20 |
| 1746 | 2025-08-07T15:05:16.710Z | Compiling static_assertions v1.1.0 |
| 1747 | 2025-08-07T15:05:17.035Z | Compiling zerocopy v0.8.17 |
| 1748 | 2025-08-07T15:05:17.205Z | Compiling hash32 v0.3.1 |
| 1749 | 2025-08-07T15:05:17.231Z | Compiling fastrand v2.2.0 |
| 1750 | 2025-08-07T15:05:17.562Z | Compiling tempfile v3.14.0 |
| 1751 | 2025-08-07T15:05:17.635Z | Compiling heapless v0.8.0 |
| 1752 | 2025-08-07T15:05:18.296Z | Compiling strum_macros v0.25.3 |
| 1753 | 2025-08-07T15:05:18.419Z | Compiling tabwriter v1.4.0 |
| 1754 | 2025-08-07T15:05:19.489Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1755 | 2025-08-07T15:05:20.970Z | Compiling enum-as-inner v0.6.1 |
| 1756 | 2025-08-07T15:05:21.258Z | Compiling serde_repr v0.1.19 |
| 1757 | 2025-08-07T15:05:21.879Z | Compiling cobs v0.2.3 |
| 1758 | 2025-08-07T15:05:22.155Z | Compiling managed v0.8.0 |
| 1759 | 2025-08-07T15:05:22.216Z | Compiling postcard v1.0.10 |
| 1760 | 2025-08-07T15:05:22.543Z | Compiling smoltcp v0.11.0 |
| 1761 | 2025-08-07T15:05:23.368Z | Compiling progenitor v0.9.1 |
| 1762 | 2025-08-07T15:05:23.396Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
| 1763 | 2025-08-07T15:05:23.954Z | Compiling colored v2.1.0 |
| 1764 | 2025-08-07T15:05:24.541Z | Compiling foreign-types-shared v0.3.1 |
| 1765 | 2025-08-07T15:05:24.683Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1766 | 2025-08-07T15:05:24.741Z | Compiling derive_more v0.99.18 |
| 1767 | 2025-08-07T15:05:24.908Z | Compiling foreign-types v0.5.0 |
| 1768 | 2025-08-07T15:05:25.016Z | Compiling camino-tempfile v1.1.1 |
| 1769 | 2025-08-07T15:05:25.400Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1770 | 2025-08-07T15:05:25.529Z | Compiling heck v0.3.3 |
| 1771 | 2025-08-07T15:05:25.809Z | Compiling num_enum v0.5.11 |
| 1772 | 2025-08-07T15:05:25.978Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1773 | 2025-08-07T15:05:26.004Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1774 | 2025-08-07T15:05:26.166Z | Compiling cstr-argument v0.1.2 |
| 1775 | 2025-08-07T15:05:26.557Z | Compiling unicode-width v0.2.0 |
| 1776 | 2025-08-07T15:05:26.990Z | Compiling bytecount v0.6.8 |
| 1777 | 2025-08-07T15:05:27.016Z | Compiling pretty-hex v0.2.1 |
| 1778 | 2025-08-07T15:05:27.144Z | Compiling papergrid v0.14.0 |
| 1779 | 2025-08-07T15:05:27.206Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1780 | 2025-08-07T15:05:27.339Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1781 | 2025-08-07T15:05:27.582Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1782 | 2025-08-07T15:05:27.760Z | Compiling structopt-derive v0.4.18 |
| 1783 | 2025-08-07T15:05:28.199Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 1784 | 2025-08-07T15:05:28.573Z | Compiling memoffset v0.9.1 |
| 1785 | 2025-08-07T15:05:28.711Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1786 | 2025-08-07T15:05:29.365Z | Compiling tinyvec_macros v0.1.1 |
| 1787 | 2025-08-07T15:05:29.408Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1788 | 2025-08-07T15:05:29.485Z | Compiling tinyvec v1.8.0 |
| 1789 | 2025-08-07T15:05:29.718Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 1790 | 2025-08-07T15:05:29.830Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1791 | 2025-08-07T15:05:30.702Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 1792 | 2025-08-07T15:05:30.783Z | Compiling nix v0.29.0 |
| 1793 | 2025-08-07T15:05:31.369Z | Compiling tabled v0.18.0 |
| 1794 | 2025-08-07T15:05:31.744Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 1795 | 2025-08-07T15:05:32.243Z | Compiling crucible-workspace-hack v0.1.0 |
| 1796 | 2025-08-07T15:05:32.351Z | Compiling itertools v0.14.0 |
| 1797 | 2025-08-07T15:05:32.823Z | Compiling itertools v0.10.5 |
| 1798 | 2025-08-07T15:05:33.680Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 1799 | 2025-08-07T15:05:34.021Z | Compiling sigpipe v0.1.3 |
| 1800 | 2025-08-07T15:05:34.309Z | Compiling base64ct v1.6.0 |
| 1801 | 2025-08-07T15:05:34.771Z | Compiling password-hash v0.5.0 |
| 1802 | 2025-08-07T15:05:34.810Z | Compiling zone v0.3.0 |
| 1803 | 2025-08-07T15:05:34.882Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 1804 | 2025-08-07T15:05:35.613Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1805 | 2025-08-07T15:05:35.720Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=95d6a559890c94e3aa62c8adcd7c4e123ec4c6dc#95d6a559) |
| 1806 | 2025-08-07T15:05:36.150Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=d2d8f8ad449df7e2befb7ee2723a442dd74b9b72#d2d8f8ad) |
| 1807 | 2025-08-07T15:05:36.222Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 1808 | 2025-08-07T15:05:36.635Z | Compiling unicode-normalization v0.1.24 |
| 1809 | 2025-08-07T15:05:37.291Z | Compiling textwrap v0.11.0 |
| 1810 | 2025-08-07T15:05:37.534Z | Compiling blake2 v0.10.6 |
| 1811 | 2025-08-07T15:05:37.596Z | Compiling smf v0.2.3 |
| 1812 | 2025-08-07T15:05:37.676Z | Compiling libgit2-sys v0.17.0+1.8.1 |
| 1813 | 2025-08-07T15:05:37.875Z | Compiling atty v0.2.14 |
| 1814 | 2025-08-07T15:05:38.036Z | Compiling vec_map v0.8.2 |
| 1815 | 2025-08-07T15:05:38.261Z | Compiling strsim v0.8.0 |
| 1816 | 2025-08-07T15:05:38.324Z | Compiling unicode-bidi v0.3.17 |
| 1817 | 2025-08-07T15:05:38.350Z | Compiling crc8 v0.1.1 |
| 1818 | 2025-08-07T15:05:38.380Z | Compiling ansi_term v0.12.1 |
| 1819 | 2025-08-07T15:05:38.525Z | Compiling fixedbitset v0.4.2 |
| 1820 | 2025-08-07T15:05:38.700Z | Compiling whoami v1.5.2 |
| 1821 | 2025-08-07T15:05:38.791Z | Compiling petgraph v0.6.5 |
| 1822 | 2025-08-07T15:05:38.826Z | Compiling clap v2.34.0 |
| 1823 | 2025-08-07T15:05:38.945Z | Compiling idna v0.4.0 |
| 1824 | 2025-08-07T15:05:39.300Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1825 | 2025-08-07T15:05:39.453Z | Compiling argon2 v0.5.3 |
| 1826 | 2025-08-07T15:05:41.088Z | Compiling pcap v0.1.0 (/work/oxidecomputer/dendrite/pcap) |
| 1827 | 2025-08-07T15:05:41.234Z | Compiling zerocopy v0.6.6 |
| 1828 | 2025-08-07T15:05:41.495Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 1829 | 2025-08-07T15:05:41.728Z | Compiling newline-converter v0.3.0 |
| 1830 | 2025-08-07T15:05:41.754Z | Compiling console v0.15.8 |
| 1831 | 2025-08-07T15:05:42.365Z | Compiling serde-big-array v0.5.1 |
| 1832 | 2025-08-07T15:05:42.975Z | Compiling quick-error v1.2.3 |
| 1833 | 2025-08-07T15:05:43.135Z | Compiling linked-hash-map v0.5.6 |
| 1834 | 2025-08-07T15:05:43.439Z | Compiling similar v2.6.0 |
| 1835 | 2025-08-07T15:05:43.577Z | Compiling data-encoding v2.6.0 |
| 1836 | 2025-08-07T15:05:43.679Z | Compiling lru-cache v0.1.2 |
| 1837 | 2025-08-07T15:05:44.601Z | Compiling expectorate v1.1.0 |
| 1838 | 2025-08-07T15:05:44.768Z | Compiling hickory-proto v0.24.1 |
| 1839 | 2025-08-07T15:05:45.435Z | Compiling resolv-conf v0.7.0 |
| 1840 | 2025-08-07T15:05:46.093Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 1841 | 2025-08-07T15:05:46.682Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1842 | 2025-08-07T15:05:46.769Z | Compiling structopt v0.3.26 |
| 1843 | 2025-08-07T15:05:47.323Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1844 | 2025-08-07T15:05:47.490Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 1845 | 2025-08-07T15:05:47.710Z | Compiling newtype_derive v0.1.6 |
| 1846 | 2025-08-07T15:05:47.836Z | Compiling atomicwrites v0.4.4 |
| 1847 | 2025-08-07T15:05:48.163Z | Compiling owo-colors v4.1.0 |
| 1848 | 2025-08-07T15:05:49.251Z | Compiling cancel-safe-futures v0.1.5 |
| 1849 | 2025-08-07T15:05:50.438Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1850 | 2025-08-07T15:05:50.892Z | Compiling tokio-dtrace v0.1.1 |
| 1851 | 2025-08-07T15:05:50.952Z | Compiling libsw v3.3.1 |
| 1852 | 2025-08-07T15:05:51.243Z | Compiling cargo-platform v0.1.8 |
| 1853 | 2025-08-07T15:05:51.402Z | Compiling swrite v0.1.0 |
| 1854 | 2025-08-07T15:05:51.544Z | Compiling linear-map v1.2.0 |
| 1855 | 2025-08-07T15:05:51.574Z | Compiling indent_write v2.2.0 |
| 1856 | 2025-08-07T15:05:51.864Z | Compiling highway v1.2.0 |
| 1857 | 2025-08-07T15:05:52.525Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1858 | 2025-08-07T15:05:52.631Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1859 | 2025-08-07T15:05:53.066Z | Compiling cargo_metadata v0.18.1 |
| 1860 | 2025-08-07T15:05:53.318Z | Compiling oxide-tokio-rt v0.1.2 |
| 1861 | 2025-08-07T15:05:53.603Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1862 | 2025-08-07T15:05:56.779Z | Compiling hickory-resolver v0.24.3 |
| 1863 | 2025-08-07T15:05:56.824Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1864 | 2025-08-07T15:05:57.969Z | Compiling steno v0.4.1 |
| 1865 | 2025-08-07T15:05:58.287Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1866 | 2025-08-07T15:05:59.156Z | Compiling cookie v0.18.1 |
| 1867 | 2025-08-07T15:06:02.121Z | Compiling tokio-stream v0.1.16 |
| 1868 | 2025-08-07T15:06:02.248Z | Compiling rustc_version v0.4.1 |
| 1869 | 2025-08-07T15:06:02.494Z | Compiling humantime v2.1.0 |
| 1870 | 2025-08-07T15:06:03.868Z | Compiling qorb v0.2.1 |
| 1871 | 2025-08-07T15:06:04.115Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1872 | 2025-08-07T15:06:08.938Z | Compiling signal-hook v0.3.17 |
| 1873 | 2025-08-07T15:06:09.822Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 1874 | 2025-08-07T15:06:10.648Z | Compiling crossbeam-epoch v0.9.18 |
| 1875 | 2025-08-07T15:06:11.031Z | Compiling curl-sys v0.4.78+curl-8.11.0 |
| 1876 | 2025-08-07T15:06:11.266Z | Compiling predicates-core v1.0.8 |
| 1877 | 2025-08-07T15:06:11.407Z | Compiling mockall_derive v0.13.1 |
| 1878 | 2025-08-07T15:06:11.609Z | Compiling crossbeam-deque v0.8.5 |
| 1879 | 2025-08-07T15:06:11.934Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1880 | 2025-08-07T15:06:12.009Z | Compiling slog-dtrace v0.3.0 |
| 1881 | 2025-08-07T15:06:12.099Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 1882 | 2025-08-07T15:06:12.540Z | Compiling blake3 v1.5.4 |
| 1883 | 2025-08-07T15:06:12.994Z | Compiling csv-core v0.1.11 |
| 1884 | 2025-08-07T15:06:13.122Z | Compiling termtree v0.4.1 |
| 1885 | 2025-08-07T15:06:13.258Z | Compiling adler2 v2.0.0 |
| 1886 | 2025-08-07T15:06:13.356Z | Compiling diff v0.1.13 |
| 1887 | 2025-08-07T15:06:13.383Z | Compiling yansi v1.0.1 |
| 1888 | 2025-08-07T15:06:13.482Z | Compiling miniz_oxide v0.8.0 |
| 1889 | 2025-08-07T15:06:13.509Z | Compiling predicates-tree v1.0.11 |
| 1890 | 2025-08-07T15:06:13.893Z | Compiling pretty_assertions v1.4.1 |
| 1891 | 2025-08-07T15:06:13.960Z | Compiling csv v1.3.1 |
| 1892 | 2025-08-07T15:06:14.730Z | Compiling rayon-core v1.12.1 |
| 1893 | 2025-08-07T15:06:15.075Z | Compiling predicates v3.1.2 |
| 1894 | 2025-08-07T15:06:16.055Z | Compiling xattr v1.3.1 |
| 1895 | 2025-08-07T15:06:16.323Z | Compiling filetime v0.2.25 |
| 1896 | 2025-08-07T15:06:16.520Z | Compiling memmap2 v0.9.5 |
| 1897 | 2025-08-07T15:06:16.631Z | Compiling crc32fast v1.4.2 |
| 1898 | 2025-08-07T15:06:16.661Z | Compiling same-file v1.0.6 |
| 1899 | 2025-08-07T15:06:16.893Z | Compiling constant_time_eq v0.3.1 |
| 1900 | 2025-08-07T15:06:16.954Z | Compiling downcast v0.11.0 |
| 1901 | 2025-08-07T15:06:17.061Z | Compiling fragile v2.0.0 |
| 1902 | 2025-08-07T15:06:17.110Z | Compiling arrayvec v0.7.6 |
| 1903 | 2025-08-07T15:06:17.187Z | Compiling arrayref v0.3.9 |
| 1904 | 2025-08-07T15:06:17.297Z | Compiling curl v0.4.47 |
| 1905 | 2025-08-07T15:06:17.604Z | Compiling flate2 v1.0.34 |
| 1906 | 2025-08-07T15:06:18.362Z | Compiling walkdir v2.5.0 |
| 1907 | 2025-08-07T15:06:18.481Z | Compiling tar v0.4.43 |
| 1908 | 2025-08-07T15:06:19.000Z | Compiling toml v0.7.8 |
| 1909 | 2025-08-07T15:06:19.933Z | Compiling mockall v0.13.1 |
| 1910 | 2025-08-07T15:06:20.239Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1911 | 2025-08-07T15:06:20.431Z | Compiling signal-hook-tokio v0.3.1 |
| 1912 | 2025-08-07T15:06:21.496Z | Compiling git2 v0.19.0 |
| 1913 | 2025-08-07T15:06:21.849Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd) |
| 1914 | 2025-08-07T15:06:22.366Z | Compiling sha2 v0.10.8 |
| 1915 | 2025-08-07T15:06:23.056Z | Compiling kstat-rs v0.2.4 |
| 1916 | 2025-08-07T15:06:23.614Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 1917 | 2025-08-07T15:06:23.641Z | Compiling hex-literal v0.4.1 |
| 1918 | 2025-08-07T15:06:23.822Z | Compiling display-error-chain v0.2.2 |
| 1919 | 2025-08-07T15:06:24.075Z | Compiling topological-sort v0.2.2 |
| 1920 | 2025-08-07T15:06:24.328Z | Compiling omicron-zone-package v0.12.0 |
| 1921 | 2025-08-07T15:06:24.395Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1922 | 2025-08-07T15:06:24.514Z | Compiling lldpd-client v0.1.0 (https://github.com/oxidecomputer/lldp#feb05efd) |
| 1923 | 2025-08-07T15:06:27.708Z | Compiling vergen v8.3.2 |
| 1924 | 2025-08-07T15:06:28.716Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 1925 | 2025-08-07T15:06:28.849Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 1926 | 2025-08-07T15:06:31.510Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 1927 | 2025-08-07T15:06:31.956Z | Compiling search_path v0.1.4 |
| 1928 | 2025-08-07T15:06:32.698Z | Compiling internet-checksum v0.2.1 |
| 1929 | 2025-08-07T15:06:32.849Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 1930 | 2025-08-07T15:06:33.339Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 1931 | 2025-08-07T15:06:34.451Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 1932 | 2025-08-07T15:07:42.369Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 4m 25s |
| 1933 | 2025-08-07T15:07:42.492Z | Running unittests src/lib.rs (target/debug/deps/aal-3abec7b19398aeb8) |
| 1934 | 2025-08-07T15:07:42.521Z | |
| 1935 | 2025-08-07T15:07:42.521Z | running 0 tests |
| 1936 | 2025-08-07T15:07:42.521Z | |
| 1937 | 2025-08-07T15:07:42.521Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1938 | 2025-08-07T15:07:42.521Z | |
| 1939 | 2025-08-07T15:07:42.548Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-be975bc3bf7cc1c2) |
| 1940 | 2025-08-07T15:07:42.548Z | |
| 1941 | 2025-08-07T15:07:42.548Z | running 0 tests |
| 1942 | 2025-08-07T15:07:42.548Z | |
| 1943 | 2025-08-07T15:07:42.548Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1944 | 2025-08-07T15:07:42.548Z | |
| 1945 | 2025-08-07T15:07:42.549Z | Running unittests src/lib.rs (target/debug/deps/asic-4d0314805b8ef317) |
| 1946 | 2025-08-07T15:07:42.575Z | |
| 1947 | 2025-08-07T15:07:42.575Z | running 0 tests |
| 1948 | 2025-08-07T15:07:42.575Z | |
| 1949 | 2025-08-07T15:07:42.575Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 1950 | 2025-08-07T15:07:42.575Z | |
| 1951 | 2025-08-07T15:07:42.575Z | Running unittests src/lib.rs (target/debug/deps/common-5f8144ed0017b46f) |
| 1952 | 2025-08-07T15:07:42.602Z | |
| 1953 | 2025-08-07T15:07:42.603Z | running 10 tests |
| 1954 | 2025-08-07T15:07:42.603Z | test network::tests::test_equal ... ok |
| 1955 | 2025-08-07T15:07:42.603Z | test network::tests::test_eui64 ... ok |
| 1956 | 2025-08-07T15:07:42.603Z | test nat::tests::test_vni ... ok |
| 1957 | 2025-08-07T15:07:42.603Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 1958 | 2025-08-07T15:07:42.603Z | test network::tests::test_into ... ok |
| 1959 | 2025-08-07T15:07:42.603Z | test network::tests::test_not_equal ... ok |
| 1960 | 2025-08-07T15:07:42.603Z | test network::tests::test_parse ... ok |
| 1961 | 2025-08-07T15:07:42.603Z | test network::tests::test_to_string ... ok |
| 1962 | 2025-08-07T15:07:42.603Z | test test_purge ... ok |
| 1963 | 2025-08-07T15:07:42.603Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 1964 | 2025-08-07T15:07:42.603Z | |
| 1965 | 2025-08-07T15:07:42.603Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 1966 | 2025-08-07T15:07:42.603Z | |
| 1967 | 2025-08-07T15:07:42.603Z | Running unittests src/main.rs (target/debug/deps/dpd-894257e856e12749) |
| 1968 | 2025-08-07T15:07:42.630Z | |
| 1969 | 2025-08-07T15:07:42.630Z | running 33 tests |
| 1970 | 2025-08-07T15:07:42.657Z | test freemap::test_ordering ... ok |
| 1971 | 2025-08-07T15:07:42.657Z | Aug 07 15:07:42.264Aug 07 15:07:42.263 DEBGDEBG created new freemapcreated new freemap, , unitunit:: freemap_test freemap_test |
| 1972 | 2025-08-07T15:07:42.657Z | |
| 1973 | 2025-08-07T15:07:42.657Z | Aug 07 15:07:42.264 DEBG initted freemap. size: 128, unitAug 07 15:07:42.264: freemap_testDEBG |
| 1974 | 2025-08-07T15:07:42.657Z | initted freemap. size: 128, Aug 07 15:07:42.264unit :DEBG reset freemapfreemap_test, unit: |
| 1975 | 2025-08-07T15:07:42.657Z | freemap_test |
| 1976 | 2025-08-07T15:07:42.657Z | Aug 07 15:07:42.264 DEBG reset freemap, unit: freemap_test |
| 1977 | 2025-08-07T15:07:42.657Z | test freemap::test_split ... ok |
| 1978 | 2025-08-07T15:07:42.657Z | test config::tests::test_updates ... ok |
| 1979 | 2025-08-07T15:07:42.657Z | test freemap::test_basic ... ok |
| 1980 | 2025-08-07T15:07:42.657Z | test freemap::test_free ... ok |
| 1981 | 2025-08-07T15:07:42.657Z | test macaddrs::tests::test_mac_offset ... ok |
| 1982 | 2025-08-07T15:07:42.657Z | test macaddrs::tests::test_parse_port_id ... ok |
| 1983 | 2025-08-07T15:07:42.657Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 1984 | 2025-08-07T15:07:42.657Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 1985 | 2025-08-07T15:07:42.657Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 1986 | 2025-08-07T15:07:42.657Z | test mcast::tests::test_id_range_boundaries ... ok |
| 1987 | 2025-08-07T15:07:42.657Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 1988 | 2025-08-07T15:07:42.657Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 1989 | 2025-08-07T15:07:42.657Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 1990 | 2025-08-07T15:07:42.657Z | Aug 07 15:07:42.274 DEBG created new freemap, unit: freemap_test |
| 1991 | 2025-08-07T15:07:42.657Z | Aug 07 15:07:42.274 DEBG initted freemap. size: 128, unit: freemap_test |
| 1992 | 2025-08-07T15:07:42.657Z | Aug 07 15:07:42.274 DEBG reset freemap, unit: freemap_test |
| 1993 | 2025-08-07T15:07:42.657Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 1994 | 2025-08-07T15:07:42.657Z | test freemap::test_exhaustion ... ok |
| 1995 | 2025-08-07T15:07:42.657Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 1996 | 2025-08-07T15:07:42.657Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 1997 | 2025-08-07T15:07:42.657Z | Aug 07 15:07:42.275 DEBG created new freemap, unit: freemap_test |
| 1998 | 2025-08-07T15:07:42.657Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 1999 | 2025-08-07T15:07:42.657Z | Aug 07 15:07:42.275 DEBG initted freemap. size: 128, unit: freemap_test |
| 2000 | 2025-08-07T15:07:42.657Z | Aug 07 15:07:42.275 DEBG reset freemap, unit: freemap_test |
| 2001 | 2025-08-07T15:07:42.657Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2002 | 2025-08-07T15:07:42.657Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2003 | 2025-08-07T15:07:42.658Z | Aug 07 15:07:42.275 DEBG created new freemap, unit: freemap_test |
| 2004 | 2025-08-07T15:07:42.658Z | Aug 07 15:07:42.275 DEBG initted freemap. size: 128, unit: freemap_test |
| 2005 | 2025-08-07T15:07:42.658Z | Aug 07 15:07:42.275 DEBG reset freemap, unit: freemap_test |
| 2006 | 2025-08-07T15:07:42.658Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2007 | 2025-08-07T15:07:42.658Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2008 | 2025-08-07T15:07:42.658Z | test freemap::test_span ... ok |
| 2009 | 2025-08-07T15:07:42.658Z | test nat::test_mapping ... ok |
| 2010 | 2025-08-07T15:07:42.658Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2011 | 2025-08-07T15:07:42.658Z | test freemap::test_reclaim ... ok |
| 2012 | 2025-08-07T15:07:42.658Z | test port_map::tests::test_backplane_group ... ok |
| 2013 | 2025-08-07T15:07:42.658Z | test port_map::tests::dump_map ... ok |
| 2014 | 2025-08-07T15:07:42.658Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2015 | 2025-08-07T15:07:42.658Z | test port_map::tests::test_port_map ... ok |
| 2016 | 2025-08-07T15:07:42.658Z | test api_server::tests::test_build_info ... ok |
| 2017 | 2025-08-07T15:07:42.658Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2018 | 2025-08-07T15:07:42.658Z | |
| 2019 | 2025-08-07T15:07:42.658Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 2020 | 2025-08-07T15:07:42.658Z | |
| 2021 | 2025-08-07T15:07:42.687Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-72fdcee897e9c3f2) |
| 2022 | 2025-08-07T15:07:42.687Z | |
| 2023 | 2025-08-07T15:07:42.687Z | running 0 tests |
| 2024 | 2025-08-07T15:07:42.687Z | |
| 2025 | 2025-08-07T15:07:42.687Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2026 | 2025-08-07T15:07:42.687Z | |
| 2027 | 2025-08-07T15:07:42.687Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-d5efa8edd2649b9b) |
| 2028 | 2025-08-07T15:07:42.716Z | |
| 2029 | 2025-08-07T15:07:42.716Z | running 2 tests |
| 2030 | 2025-08-07T15:07:42.716Z | test tests::test_parse_client_port_id ... ok |
| 2031 | 2025-08-07T15:07:42.716Z | test tests::test_port_id_cmp ... ok |
| 2032 | 2025-08-07T15:07:42.716Z | |
| 2033 | 2025-08-07T15:07:42.716Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2034 | 2025-08-07T15:07:42.716Z | |
| 2035 | 2025-08-07T15:07:42.717Z | Running tests/test_all.rs (target/debug/deps/test_all-6b468c087c90c85d) |
| 2036 | 2025-08-07T15:07:42.743Z | |
| 2037 | 2025-08-07T15:07:42.743Z | running 0 tests |
| 2038 | 2025-08-07T15:07:42.743Z | |
| 2039 | 2025-08-07T15:07:42.743Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2040 | 2025-08-07T15:07:42.743Z | |
| 2041 | 2025-08-07T15:07:42.743Z | Running unittests src/lib.rs (target/debug/deps/packet-193629352a38707a) |
| 2042 | 2025-08-07T15:07:42.743Z | |
| 2043 | 2025-08-07T15:07:42.743Z | running 12 tests |
| 2044 | 2025-08-07T15:07:42.743Z | test pbuf::test_byte ... ok |
| 2045 | 2025-08-07T15:07:42.743Z | test icmp::test_v4_checksum ... ok |
| 2046 | 2025-08-07T15:07:42.743Z | test ipv6::test_ipv6_parse ... ok |
| 2047 | 2025-08-07T15:07:42.743Z | test icmp::test_v6_checksum ... ok |
| 2048 | 2025-08-07T15:07:42.743Z | test pbuf::test_nibble ... ok |
| 2049 | 2025-08-07T15:07:42.743Z | test pbuf::test_short ... ok |
| 2050 | 2025-08-07T15:07:42.743Z | test pbuf::test_overflow ... ok |
| 2051 | 2025-08-07T15:07:42.744Z | test lldp::test_lldp_parse ... ok |
| 2052 | 2025-08-07T15:07:42.744Z | test pbuf::test_word ... ok |
| 2053 | 2025-08-07T15:07:42.744Z | test pbuf::test_twelve ... ok |
| 2054 | 2025-08-07T15:07:42.744Z | test tcp::test_checksum_ack_data ... ok |
| 2055 | 2025-08-07T15:07:42.744Z | test tcp::test_checksum_syn_nodata ... ok |
| 2056 | 2025-08-07T15:07:42.744Z | |
| 2057 | 2025-08-07T15:07:42.744Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2058 | 2025-08-07T15:07:42.744Z | |
| 2059 | 2025-08-07T15:07:42.744Z | Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e) |
| 2060 | 2025-08-07T15:07:42.770Z | |
| 2061 | 2025-08-07T15:07:42.770Z | running 0 tests |
| 2062 | 2025-08-07T15:07:42.770Z | |
| 2063 | 2025-08-07T15:07:42.770Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2064 | 2025-08-07T15:07:42.770Z | |
| 2065 | 2025-08-07T15:07:42.770Z | Running unittests src/main.rs (target/debug/deps/swadm-fe2d7699bd450d8e) |
| 2066 | 2025-08-07T15:07:42.797Z | |
| 2067 | 2025-08-07T15:07:42.797Z | running 3 tests |
| 2068 | 2025-08-07T15:07:42.797Z | test switchport::test::test_compute_lanes ... ok |
| 2069 | 2025-08-07T15:07:42.797Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2070 | 2025-08-07T15:07:42.797Z | State: Activated Lane 0Activated Activated Activated |
| 2071 | 2025-08-07T15:07:42.797Z | Lane 1 Rx Output Enabled: false false false falseLane 2 |
| 2072 | 2025-08-07T15:07:42.797Z | Lane 3 Rx Output Status: valid |
| 2073 | 2025-08-07T15:07:42.797Z | valid Rx Loss-of-lock: Yesvalid valid |
| 2074 | 2025-08-07T15:07:42.797Z | Rx Loss-of-lock: true Yestrue Yestrue true |
| 2075 | 2025-08-07T15:07:42.797Z | Rx Loss-of-signal: falseYes |
| 2076 | 2025-08-07T15:07:42.797Z | Rx Loss-of-signal: Yes falseYes Yes false false |
| 2077 | 2025-08-07T15:07:42.797Z | YesRx Auto-squelch Disable: true |
| 2078 | 2025-08-07T15:07:42.797Z | Rx CDR Enabled: Yes trueYes trueYes true |
| 2079 | 2025-08-07T15:07:42.797Z | Tx Output Enabled: trueYes |
| 2080 | 2025-08-07T15:07:42.797Z | true Tx Enabled: Yes Yestrue true |
| 2081 | 2025-08-07T15:07:42.797Z | Tx Output Status: invalid Yes Yes |
| 2082 | 2025-08-07T15:07:42.798Z | invalid Tx Loss-of-lock: Noinvalid invalid |
| 2083 | 2025-08-07T15:07:42.798Z | No Tx Loss-of-lock: false No falseNo |
| 2084 | 2025-08-07T15:07:42.798Z | Tx Loss-of-signal: Nofalse false |
| 2085 | 2025-08-07T15:07:42.798Z | Tx Loss-of-signal: trueNo true No No |
| 2086 | 2025-08-07T15:07:42.798Z | true Tx CDR Enabled: Notrue |
| 2087 | 2025-08-07T15:07:42.798Z | Tx Auto-squelch Disable: falseNo No false Nofalse |
| 2088 | 2025-08-07T15:07:42.798Z | false Tx Adaptive EQ Fault: No |
| 2089 | 2025-08-07T15:07:42.798Z | No Tx Adaptive EQ Fail: trueNo No |
| 2090 | 2025-08-07T15:07:42.798Z | true Tx Fault: Yes true true |
| 2091 | 2025-08-07T15:07:42.798Z | Yes Tx Failure: falseYes falseYes |
| 2092 | 2025-08-07T15:07:42.798Z | false false |
| 2093 | 2025-08-07T15:07:42.798Z | Tx Force Squelch: true true true true |
| 2094 | 2025-08-07T15:07:42.798Z | Tx Input Polarity: normal normal normal normal |
| 2095 | 2025-08-07T15:07:42.798Z | test switchport::test::test_print_sff_datapath ... ok |
| 2096 | 2025-08-07T15:07:42.798Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2097 | 2025-08-07T15:07:42.798Z | |
| 2098 | 2025-08-07T15:07:42.798Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2099 | 2025-08-07T15:07:42.798Z | |
| 2100 | 2025-08-07T15:07:42.798Z | Running tests/port-link.rs (target/debug/deps/port_link-8a572b2d93054d54) |
| 2101 | 2025-08-07T15:07:42.798Z | |
| 2102 | 2025-08-07T15:07:42.798Z | running 5 tests |
| 2103 | 2025-08-07T15:07:42.798Z | test test_an ... ignored |
| 2104 | 2025-08-07T15:07:42.798Z | test test_enable ... ignored |
| 2105 | 2025-08-07T15:07:42.798Z | test test_ip_addresses ... ignored |
| 2106 | 2025-08-07T15:07:42.798Z | test test_kr ... ignored |
| 2107 | 2025-08-07T15:07:42.798Z | test test_mac ... ignored |
| 2108 | 2025-08-07T15:07:42.798Z | |
| 2109 | 2025-08-07T15:07:42.798Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2110 | 2025-08-07T15:07:42.798Z | |
| 2111 | 2025-08-07T15:07:42.798Z | Running unittests src/main.rs (target/debug/deps/tfportd-2a263c883b8fc30c) |
| 2112 | 2025-08-07T15:07:42.825Z | |
| 2113 | 2025-08-07T15:07:42.825Z | running 3 tests |
| 2114 | 2025-08-07T15:07:42.825Z | test linklocal::test_parse_ipadm ... ok |
| 2115 | 2025-08-07T15:07:42.825Z | test tfport::test_parse_tfport ... ok |
| 2116 | 2025-08-07T15:07:42.825Z | test config::tests::test_updates ... ok |
| 2117 | 2025-08-07T15:07:42.825Z | |
| 2118 | 2025-08-07T15:07:42.825Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2119 | 2025-08-07T15:07:42.825Z | |
| 2120 | 2025-08-07T15:07:42.825Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c1e2d3815b75b710) |
| 2121 | 2025-08-07T15:07:42.852Z | |
| 2122 | 2025-08-07T15:07:42.852Z | running 0 tests |
| 2123 | 2025-08-07T15:07:42.852Z | |
| 2124 | 2025-08-07T15:07:42.852Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2125 | 2025-08-07T15:07:42.852Z | |
| 2126 | 2025-08-07T15:07:42.852Z | Running unittests src/main.rs (target/debug/deps/xtask-a3ed9caeba5b2bbf) |
| 2127 | 2025-08-07T15:07:42.852Z | |
| 2128 | 2025-08-07T15:07:42.852Z | running 0 tests |
| 2129 | 2025-08-07T15:07:42.852Z | |
| 2130 | 2025-08-07T15:07:42.852Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2131 | 2025-08-07T15:07:42.852Z | |
| 2132 | 2025-08-07T15:07:42.852Z | Doc-tests aal |
| 2133 | 2025-08-07T15:07:43.025Z | |
| 2134 | 2025-08-07T15:07:43.025Z | running 0 tests |
| 2135 | 2025-08-07T15:07:43.025Z | |
| 2136 | 2025-08-07T15:07:43.052Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2137 | 2025-08-07T15:07:43.052Z | |
| 2138 | 2025-08-07T15:07:43.052Z | Doc-tests aal_macros |
| 2139 | 2025-08-07T15:07:43.168Z | |
| 2140 | 2025-08-07T15:07:43.168Z | running 0 tests |
| 2141 | 2025-08-07T15:07:43.168Z | |
| 2142 | 2025-08-07T15:07:43.168Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2143 | 2025-08-07T15:07:43.168Z | |
| 2144 | 2025-08-07T15:07:43.195Z | Doc-tests common |
| 2145 | 2025-08-07T15:07:43.547Z | |
| 2146 | 2025-08-07T15:07:43.547Z | running 0 tests |
| 2147 | 2025-08-07T15:07:43.547Z | |
| 2148 | 2025-08-07T15:07:43.547Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2149 | 2025-08-07T15:07:43.547Z | |
| 2150 | 2025-08-07T15:07:43.573Z | Doc-tests dpd_client |
| 2151 | 2025-08-07T15:07:45.585Z | |
| 2152 | 2025-08-07T15:07:45.585Z | running 0 tests |
| 2153 | 2025-08-07T15:07:45.585Z | |
| 2154 | 2025-08-07T15:07:45.585Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2155 | 2025-08-07T15:07:45.586Z | |
| 2156 | 2025-08-07T15:07:45.649Z | Doc-tests packet |
| 2157 | 2025-08-07T15:07:45.843Z | |
| 2158 | 2025-08-07T15:07:45.843Z | running 0 tests |
| 2159 | 2025-08-07T15:07:45.843Z | |
| 2160 | 2025-08-07T15:07:45.843Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2161 | 2025-08-07T15:07:45.843Z | |
| 2162 | 2025-08-07T15:07:45.870Z | Doc-tests pcap |
| 2163 | 2025-08-07T15:07:45.961Z | |
| 2164 | 2025-08-07T15:07:45.961Z | running 0 tests |
| 2165 | 2025-08-07T15:07:45.961Z | |
| 2166 | 2025-08-07T15:07:45.961Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2167 | 2025-08-07T15:07:45.961Z | |
| 2168 | 2025-08-07T15:07:46.032Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2169 | 2025-08-07T15:07:46.032Z | + cargo test --features tofino_asic |
| 2170 | 2025-08-07T15:07:46.898Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#d13f3e2d) |
| 2171 | 2025-08-07T15:07:46.925Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2172 | 2025-08-07T15:07:46.952Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2173 | 2025-08-07T15:07:46.979Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2174 | 2025-08-07T15:07:47.005Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2175 | 2025-08-07T15:08:01.351Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2176 | 2025-08-07T15:08:02.692Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2177 | 2025-08-07T15:09:10.170Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 24s |
| 2178 | 2025-08-07T15:09:10.279Z | Running unittests src/lib.rs (target/debug/deps/aal-3abec7b19398aeb8) |
| 2179 | 2025-08-07T15:09:10.307Z | |
| 2180 | 2025-08-07T15:09:10.307Z | running 0 tests |
| 2181 | 2025-08-07T15:09:10.307Z | |
| 2182 | 2025-08-07T15:09:10.307Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2183 | 2025-08-07T15:09:10.307Z | |
| 2184 | 2025-08-07T15:09:10.334Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-be975bc3bf7cc1c2) |
| 2185 | 2025-08-07T15:09:10.334Z | |
| 2186 | 2025-08-07T15:09:10.334Z | running 0 tests |
| 2187 | 2025-08-07T15:09:10.334Z | |
| 2188 | 2025-08-07T15:09:10.334Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2189 | 2025-08-07T15:09:10.334Z | |
| 2190 | 2025-08-07T15:09:10.334Z | Running unittests src/lib.rs (target/debug/deps/asic-b5063eb354c08d4c) |
| 2191 | 2025-08-07T15:09:10.496Z | |
| 2192 | 2025-08-07T15:09:10.496Z | running 8 tests |
| 2193 | 2025-08-07T15:09:10.523Z | test tofino_asic::qsfp::tests::test_read_write_cpu_port ... ok |
| 2194 | 2025-08-07T15:09:10.523Z | test tofino_asic::qsfp::tests::fix_link ... ok |
| 2195 | 2025-08-07T15:09:10.523Z | test tofino_asic::qsfp::tests::test_send_to_dpd_send_error ... ok |
| 2196 | 2025-08-07T15:09:10.523Z | test tofino_asic::qsfp::tests::test_send_to_dpd_mutiple_sends_fails ... ok |
| 2197 | 2025-08-07T15:09:10.523Z | test tofino_asic::tests::test_wafer_location_from_coords ... ok |
| 2198 | 2025-08-07T15:09:10.523Z | test tofino_asic::stats::constants_sanity_check ... ok |
| 2199 | 2025-08-07T15:09:10.523Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_ok ... ok |
| 2200 | 2025-08-07T15:09:11.000Z | test tofino_asic::qsfp::tests::test_send_to_dpd_recv_timeout ... ok |
| 2201 | 2025-08-07T15:09:11.000Z | |
| 2202 | 2025-08-07T15:09:11.000Z | test result: ok. 8 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.50s |
| 2203 | 2025-08-07T15:09:11.000Z | |
| 2204 | 2025-08-07T15:09:11.027Z | Running unittests src/lib.rs (target/debug/deps/common-5f8144ed0017b46f) |
| 2205 | 2025-08-07T15:09:11.054Z | |
| 2206 | 2025-08-07T15:09:11.054Z | running 10 tests |
| 2207 | 2025-08-07T15:09:11.054Z | test nat::tests::test_vni ... ok |
| 2208 | 2025-08-07T15:09:11.054Z | test network::tests::test_equal ... ok |
| 2209 | 2025-08-07T15:09:11.054Z | test network::tests::test_eui64 ... ok |
| 2210 | 2025-08-07T15:09:11.054Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2211 | 2025-08-07T15:09:11.054Z | test network::tests::test_not_equal ... ok |
| 2212 | 2025-08-07T15:09:11.054Z | test network::tests::test_into ... ok |
| 2213 | 2025-08-07T15:09:11.054Z | test network::tests::test_parse ... ok |
| 2214 | 2025-08-07T15:09:11.054Z | test network::tests::test_to_string ... ok |
| 2215 | 2025-08-07T15:09:11.054Z | test test_purge ... ok |
| 2216 | 2025-08-07T15:09:11.054Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2217 | 2025-08-07T15:09:11.054Z | |
| 2218 | 2025-08-07T15:09:11.054Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2219 | 2025-08-07T15:09:11.054Z | |
| 2220 | 2025-08-07T15:09:11.054Z | Running unittests src/main.rs (target/debug/deps/dpd-f8209625391a7b95) |
| 2221 | 2025-08-07T15:09:11.167Z | |
| 2222 | 2025-08-07T15:09:11.167Z | running 61 tests |
| 2223 | 2025-08-07T15:09:11.194Z | test freemap::test_ordering ... ok |
| 2224 | 2025-08-07T15:09:11.194Z | test config::tests::test_updates ... ok |
| 2225 | 2025-08-07T15:09:11.194Z | test freemap::test_split ... ok |
| 2226 | 2025-08-07T15:09:11.194Z | test macaddrs::tests::test_mac_offset ... ok |
| 2227 | 2025-08-07T15:09:11.194Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2228 | 2025-08-07T15:09:11.194Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2229 | 2025-08-07T15:09:11.194Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2230 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.823 DEBG created new freemap, unit: freemap_test |
| 2231 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.823 DEBG initted freemap. size: 128, unit: freemap_test |
| 2232 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.823 DEBG reset freemap, unit: freemap_test |
| 2233 | 2025-08-07T15:09:11.194Z | test freemap::test_free ... ok |
| 2234 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.824 DEBG created new freemap, unit: freemap_test |
| 2235 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.824 DEBG initted freemap. size: 128, unit: freemap_testAug 07 15:09:10.824 DEBG created new freemap, unit: freemap_test |
| 2236 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.825 DEBG initted freemap. size: 128, unit: freemap_test |
| 2237 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.825 DEBG reset freemap, unit: freemap_test |
| 2238 | 2025-08-07T15:09:11.194Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2239 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.824 DEBG created new freemap, unit: freemap_test |
| 2240 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.825 DEBG initted freemap. size: 128, unit: freemap_test |
| 2241 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.825 DEBG reset freemap, unit: freemap_test |
| 2242 | 2025-08-07T15:09:11.194Z | |
| 2243 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.825 DEBG reset freemap, unit: freemap_test |
| 2244 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.825 DEBG created new freemap, unit: freemap_test |
| 2245 | 2025-08-07T15:09:11.194Z | Aug 07 15:09:10.825 DEBG initted freemap. size: 128, unit: freemap_test |
| 2246 | 2025-08-07T15:09:11.195Z | Aug 07 15:09:10.826 DEBG reset freemap, unit: freemap_test |
| 2247 | 2025-08-07T15:09:11.195Z | test freemap::test_exhaustion ... ok |
| 2248 | 2025-08-07T15:09:11.195Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2249 | 2025-08-07T15:09:11.195Z | test freemap::test_basic ... ok |
| 2250 | 2025-08-07T15:09:11.195Z | test freemap::test_reclaim ... ok |
| 2251 | 2025-08-07T15:09:11.195Z | test freemap::test_span ... ok |
| 2252 | 2025-08-07T15:09:11.195Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2253 | 2025-08-07T15:09:11.195Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2254 | 2025-08-07T15:09:11.195Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2255 | 2025-08-07T15:09:11.195Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2256 | 2025-08-07T15:09:11.195Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2257 | 2025-08-07T15:09:11.195Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2258 | 2025-08-07T15:09:11.195Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2259 | 2025-08-07T15:09:11.195Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2260 | 2025-08-07T15:09:11.195Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2261 | 2025-08-07T15:09:11.195Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2262 | 2025-08-07T15:09:11.195Z | test nat::test_mapping ... ok |
| 2263 | 2025-08-07T15:09:11.195Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2264 | 2025-08-07T15:09:11.195Z | test port_map::tests::test_backplane_group ... ok |
| 2265 | 2025-08-07T15:09:11.222Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2266 | 2025-08-07T15:09:11.222Z | test port_map::tests::test_port_map ... ok |
| 2267 | 2025-08-07T15:09:11.222Z | test port_map::tests::dump_map ... ok |
| 2268 | 2025-08-07T15:09:11.222Z | test transceivers::mpn_test::test_mpn_missing ... ok |
| 2269 | 2025-08-07T15:09:11.222Z | test transceivers::mpn_test::test_xcvr_missing ... ok |
| 2270 | 2025-08-07T15:09:11.222Z | test transceivers::mpn_test::test_mpn_present ... ok |
| 2271 | 2025-08-07T15:09:11.222Z | test transceivers::tofino_impl::tests::test_build_large_cmis_read_uneven_split ... ok |
| 2272 | 2025-08-07T15:09:11.222Z | test transceivers::tofino_impl::tests::test_build_large_cmis_ops_even_split ... ok |
| 2273 | 2025-08-07T15:09:11.222Z | test transceivers::tofino_impl::tests::test_fake_qsfp_checksums ... ok |
| 2274 | 2025-08-07T15:09:11.222Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2275 | 2025-08-07T15:09:11.222Z | test api_server::tests::test_build_info ... ok |
| 2276 | 2025-08-07T15:09:11.222Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2277 | 2025-08-07T15:09:11.222Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_write_request ... ok |
| 2278 | 2025-08-07T15:09:11.222Z | test transceivers::tofino_impl::tests::test_handle_cmis_large_read_request ... ok |
| 2279 | 2025-08-07T15:09:11.222Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_read_request ... ok |
| 2280 | 2025-08-07T15:09:11.222Z | test transceivers::tofino_impl::tests::test_handle_backplane_write_request ... ok |
| 2281 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_backplane_read_request ... ok |
| 2282 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_cmis_small_write_request ... ok |
| 2283 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_interrupt_mask_request ... ok |
| 2284 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp_invalid_interface ... ok |
| 2285 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_detect_request_invalid_port ... ok |
| 2286 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_lp_mode_mask_request ... ok |
| 2287 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_presence_mask_request ... ok |
| 2288 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_detect_request_backplane ... ok |
| 2289 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request_invalid_port ... ok |
| 2290 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_detect_request_qsfp ... ok |
| 2291 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_assert_reset_request ... ok |
| 2292 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request ... ok |
| 2293 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_read_request_with_nonzero_bank_fails ... ok |
| 2294 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_write_request ... ok |
| 2295 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request ... ok |
| 2296 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_upper_page_read_request ... ok |
| 2297 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_sff_8636_write_request_with_nonzero_bank_fails ... ok |
| 2298 | 2025-08-07T15:09:11.223Z | test transceivers::tofino_impl::tests::test_handle_set_lp_mode_request ... ok |
| 2299 | 2025-08-07T15:09:11.223Z | |
| 2300 | 2025-08-07T15:09:11.223Z | test result: ok. 61 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 2301 | 2025-08-07T15:09:11.223Z | |
| 2302 | 2025-08-07T15:09:11.250Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-16694493491c4d81) |
| 2303 | 2025-08-07T15:09:11.250Z | |
| 2304 | 2025-08-07T15:09:11.250Z | running 1 test |
| 2305 | 2025-08-07T15:09:11.436Z | test test_dpd_openapi ... ok |
| 2306 | 2025-08-07T15:09:11.436Z | |
| 2307 | 2025-08-07T15:09:11.436Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.19s |
| 2308 | 2025-08-07T15:09:11.436Z | |
| 2309 | 2025-08-07T15:09:11.463Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-e0a15735a7714c02) |
| 2310 | 2025-08-07T15:09:11.463Z | |
| 2311 | 2025-08-07T15:09:11.463Z | running 2 tests |
| 2312 | 2025-08-07T15:09:11.463Z | test tests::test_port_id_cmp ... ok |
| 2313 | 2025-08-07T15:09:11.463Z | test tests::test_parse_client_port_id ... ok |
| 2314 | 2025-08-07T15:09:11.463Z | |
| 2315 | 2025-08-07T15:09:11.463Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2316 | 2025-08-07T15:09:11.463Z | |
| 2317 | 2025-08-07T15:09:11.463Z | Running tests/test_all.rs (target/debug/deps/test_all-22caddffd4c621c9) |
| 2318 | 2025-08-07T15:09:11.490Z | |
| 2319 | 2025-08-07T15:09:11.490Z | running 0 tests |
| 2320 | 2025-08-07T15:09:11.490Z | |
| 2321 | 2025-08-07T15:09:11.490Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2322 | 2025-08-07T15:09:11.490Z | |
| 2323 | 2025-08-07T15:09:11.490Z | Running unittests src/lib.rs (target/debug/deps/packet-193629352a38707a) |
| 2324 | 2025-08-07T15:09:11.517Z | |
| 2325 | 2025-08-07T15:09:11.517Z | running 12 tests |
| 2326 | 2025-08-07T15:09:11.517Z | test icmp::test_v6_checksum ... ok |
| 2327 | 2025-08-07T15:09:11.517Z | test icmp::test_v4_checksum ... ok |
| 2328 | 2025-08-07T15:09:11.517Z | test ipv6::test_ipv6_parse ... ok |
| 2329 | 2025-08-07T15:09:11.517Z | test lldp::test_lldp_parse ... ok |
| 2330 | 2025-08-07T15:09:11.517Z | test pbuf::test_byte ... ok |
| 2331 | 2025-08-07T15:09:11.517Z | test pbuf::test_nibble ... ok |
| 2332 | 2025-08-07T15:09:11.517Z | test pbuf::test_overflow ... ok |
| 2333 | 2025-08-07T15:09:11.517Z | test pbuf::test_short ... ok |
| 2334 | 2025-08-07T15:09:11.517Z | test pbuf::test_twelve ... ok |
| 2335 | 2025-08-07T15:09:11.517Z | test pbuf::test_word ... ok |
| 2336 | 2025-08-07T15:09:11.517Z | test tcp::test_checksum_ack_data ... ok |
| 2337 | 2025-08-07T15:09:11.517Z | test tcp::test_checksum_syn_nodata ... ok |
| 2338 | 2025-08-07T15:09:11.517Z | |
| 2339 | 2025-08-07T15:09:11.517Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2340 | 2025-08-07T15:09:11.517Z | |
| 2341 | 2025-08-07T15:09:11.517Z | Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e) |
| 2342 | 2025-08-07T15:09:11.544Z | |
| 2343 | 2025-08-07T15:09:11.544Z | running 0 tests |
| 2344 | 2025-08-07T15:09:11.544Z | |
| 2345 | 2025-08-07T15:09:11.544Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2346 | 2025-08-07T15:09:11.544Z | |
| 2347 | 2025-08-07T15:09:11.544Z | Running unittests src/main.rs (target/debug/deps/swadm-462c2adfc2d68723) |
| 2348 | 2025-08-07T15:09:11.544Z | |
| 2349 | 2025-08-07T15:09:11.545Z | running 3 tests |
| 2350 | 2025-08-07T15:09:11.545Z | test switchport::test::test_compute_lanes ... ok |
| 2351 | 2025-08-07T15:09:11.545Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2352 | 2025-08-07T15:09:11.545Z | Rx Loss-of-lock: Yes Lane 0Yes Yes Lane 1Yes |
| 2353 | 2025-08-07T15:09:11.545Z | Rx Loss-of-signal: Yes Lane 2 YesLane 3 |
| 2354 | 2025-08-07T15:09:11.545Z | State: Activated Activated Activated Activated |
| 2355 | 2025-08-07T15:09:11.545Z | Rx Output Enabled: false false false false |
| 2356 | 2025-08-07T15:09:11.545Z | Yes Yes |
| 2357 | 2025-08-07T15:09:11.545Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2358 | 2025-08-07T15:09:11.545Z | Tx Enabled: Yes Yes Yes Yes |
| 2359 | 2025-08-07T15:09:11.545Z | Tx Loss-of-lock: No No No No |
| 2360 | 2025-08-07T15:09:11.545Z | Tx Loss-of-signal: No No No No |
| 2361 | 2025-08-07T15:09:11.545Z | Tx CDR Enabled: No No No No |
| 2362 | 2025-08-07T15:09:11.545Z | Tx Adaptive EQ Fault: No No No No |
| 2363 | 2025-08-07T15:09:11.545Z | Rx Output Status: valid Tx Fault: Yes Yes Yes Yes |
| 2364 | 2025-08-07T15:09:11.545Z | valid valid valid |
| 2365 | 2025-08-07T15:09:11.545Z | Rx Loss-of-lock: true true true true |
| 2366 | 2025-08-07T15:09:11.545Z | Rx Loss-of-signal: false false false false |
| 2367 | 2025-08-07T15:09:11.545Z | Rx Auto-squelch Disable: true true true true |
| 2368 | 2025-08-07T15:09:11.545Z | Tx Output Enabled: true true true true |
| 2369 | 2025-08-07T15:09:11.545Z | Tx Output Status: invalid invalid invalid invalid |
| 2370 | 2025-08-07T15:09:11.545Z | Tx Loss-of-lock: false false false false |
| 2371 | 2025-08-07T15:09:11.545Z | Tx Loss-of-signal: true true true true |
| 2372 | 2025-08-07T15:09:11.545Z | Tx Auto-squelch Disable: false false false falsetest switchport::test::test_print_sff_datapath ... |
| 2373 | 2025-08-07T15:09:11.545Z | Tx Adaptive EQ Fail: true ok |
| 2374 | 2025-08-07T15:09:11.545Z | true true true |
| 2375 | 2025-08-07T15:09:11.545Z | Tx Failure: false false false false |
| 2376 | 2025-08-07T15:09:11.545Z | Tx Force Squelch: true true true true |
| 2377 | 2025-08-07T15:09:11.545Z | Tx Input Polarity: normal normal normal normal |
| 2378 | 2025-08-07T15:09:11.545Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2379 | 2025-08-07T15:09:11.545Z | |
| 2380 | 2025-08-07T15:09:11.545Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2381 | 2025-08-07T15:09:11.545Z | |
| 2382 | 2025-08-07T15:09:11.572Z | Running tests/port-link.rs (target/debug/deps/port_link-b718ab2358f9c5c5) |
| 2383 | 2025-08-07T15:09:11.573Z | |
| 2384 | 2025-08-07T15:09:11.573Z | running 5 tests |
| 2385 | 2025-08-07T15:09:11.573Z | test test_an ... ignored |
| 2386 | 2025-08-07T15:09:11.573Z | test test_enable ... ignored |
| 2387 | 2025-08-07T15:09:11.573Z | test test_ip_addresses ... ignored |
| 2388 | 2025-08-07T15:09:11.573Z | test test_kr ... ignored |
| 2389 | 2025-08-07T15:09:11.573Z | test test_mac ... ignored |
| 2390 | 2025-08-07T15:09:11.573Z | |
| 2391 | 2025-08-07T15:09:11.573Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2392 | 2025-08-07T15:09:11.573Z | |
| 2393 | 2025-08-07T15:09:11.573Z | Running unittests src/main.rs (target/debug/deps/tfportd-8b0415daf09abde5) |
| 2394 | 2025-08-07T15:09:11.600Z | |
| 2395 | 2025-08-07T15:09:11.600Z | running 3 tests |
| 2396 | 2025-08-07T15:09:11.600Z | test tfport::test_parse_tfport ... ok |
| 2397 | 2025-08-07T15:09:11.600Z | test linklocal::test_parse_ipadm ... ok |
| 2398 | 2025-08-07T15:09:11.600Z | test config::tests::test_updates ... ok |
| 2399 | 2025-08-07T15:09:11.600Z | |
| 2400 | 2025-08-07T15:09:11.600Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2401 | 2025-08-07T15:09:11.600Z | |
| 2402 | 2025-08-07T15:09:11.600Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c1e2d3815b75b710) |
| 2403 | 2025-08-07T15:09:11.627Z | |
| 2404 | 2025-08-07T15:09:11.627Z | running 0 tests |
| 2405 | 2025-08-07T15:09:11.627Z | |
| 2406 | 2025-08-07T15:09:11.627Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2407 | 2025-08-07T15:09:11.627Z | |
| 2408 | 2025-08-07T15:09:11.627Z | Running unittests src/main.rs (target/debug/deps/xtask-a3ed9caeba5b2bbf) |
| 2409 | 2025-08-07T15:09:11.627Z | |
| 2410 | 2025-08-07T15:09:11.627Z | running 0 tests |
| 2411 | 2025-08-07T15:09:11.627Z | |
| 2412 | 2025-08-07T15:09:11.627Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2413 | 2025-08-07T15:09:11.627Z | |
| 2414 | 2025-08-07T15:09:11.627Z | Doc-tests aal |
| 2415 | 2025-08-07T15:09:11.791Z | |
| 2416 | 2025-08-07T15:09:11.791Z | running 0 tests |
| 2417 | 2025-08-07T15:09:11.791Z | |
| 2418 | 2025-08-07T15:09:11.791Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2419 | 2025-08-07T15:09:11.791Z | |
| 2420 | 2025-08-07T15:09:11.818Z | Doc-tests aal_macros |
| 2421 | 2025-08-07T15:09:11.943Z | |
| 2422 | 2025-08-07T15:09:11.944Z | running 0 tests |
| 2423 | 2025-08-07T15:09:11.944Z | |
| 2424 | 2025-08-07T15:09:11.970Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2425 | 2025-08-07T15:09:11.970Z | |
| 2426 | 2025-08-07T15:09:11.970Z | Doc-tests common |
| 2427 | 2025-08-07T15:09:12.328Z | |
| 2428 | 2025-08-07T15:09:12.328Z | running 0 tests |
| 2429 | 2025-08-07T15:09:12.328Z | |
| 2430 | 2025-08-07T15:09:12.328Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2431 | 2025-08-07T15:09:12.328Z | |
| 2432 | 2025-08-07T15:09:12.355Z | Doc-tests dpd_client |
| 2433 | 2025-08-07T15:09:14.415Z | |
| 2434 | 2025-08-07T15:09:14.415Z | running 0 tests |
| 2435 | 2025-08-07T15:09:14.415Z | |
| 2436 | 2025-08-07T15:09:14.415Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2437 | 2025-08-07T15:09:14.415Z | |
| 2438 | 2025-08-07T15:09:14.470Z | Doc-tests packet |
| 2439 | 2025-08-07T15:09:14.658Z | |
| 2440 | 2025-08-07T15:09:14.659Z | running 0 tests |
| 2441 | 2025-08-07T15:09:14.659Z | |
| 2442 | 2025-08-07T15:09:14.659Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2443 | 2025-08-07T15:09:14.659Z | |
| 2444 | 2025-08-07T15:09:14.685Z | Doc-tests pcap |
| 2445 | 2025-08-07T15:09:14.784Z | |
| 2446 | 2025-08-07T15:09:14.784Z | running 0 tests |
| 2447 | 2025-08-07T15:09:14.784Z | |
| 2448 | 2025-08-07T15:09:14.784Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2449 | 2025-08-07T15:09:14.784Z | |
| 2450 | 2025-08-07T15:09:14.852Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2451 | 2025-08-07T15:09:14.852Z | + cargo test --features softnpu |
| 2452 | 2025-08-07T15:09:15.747Z | Compiling syn v1.0.109 |
| 2453 | 2025-08-07T15:09:15.784Z | Compiling num-integer v0.1.46 |
| 2454 | 2025-08-07T15:09:15.814Z | Compiling num-complex v0.4.6 |
| 2455 | 2025-08-07T15:09:15.852Z | Compiling dtrace-parser v0.1.14 |
| 2456 | 2025-08-07T15:09:16.361Z | Compiling num-rational v0.4.2 |
| 2457 | 2025-08-07T15:09:16.458Z | Compiling num-iter v0.1.45 |
| 2458 | 2025-08-07T15:09:16.485Z | Compiling num-bigint v0.4.6 |
| 2459 | 2025-08-07T15:09:16.798Z | Compiling tap v1.0.1 |
| 2460 | 2025-08-07T15:09:16.871Z | Compiling radium v0.7.0 |
| 2461 | 2025-08-07T15:09:16.984Z | Compiling num v0.4.3 |
| 2462 | 2025-08-07T15:09:17.104Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2463 | 2025-08-07T15:09:17.266Z | Compiling wyz v0.5.1 |
| 2464 | 2025-08-07T15:09:17.453Z | Compiling funty v2.0.0 |
| 2465 | 2025-08-07T15:09:17.584Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2466 | 2025-08-07T15:09:17.626Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2467 | 2025-08-07T15:09:17.979Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2468 | 2025-08-07T15:09:19.195Z | Compiling bitvec v1.0.1 |
| 2469 | 2025-08-07T15:09:20.016Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2470 | 2025-08-07T15:09:20.105Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2471 | 2025-08-07T15:09:20.200Z | Compiling typeid v1.0.2 |
| 2472 | 2025-08-07T15:09:22.279Z | Compiling synstructure v0.12.6 |
| 2473 | 2025-08-07T15:09:22.705Z | Compiling proc-macro-error v1.0.4 |
| 2474 | 2025-08-07T15:09:23.245Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2475 | 2025-08-07T15:09:23.272Z | Compiling serde_tokenstream v0.1.7 |
| 2476 | 2025-08-07T15:09:23.663Z | Compiling num_enum_derive v0.5.11 |
| 2477 | 2025-08-07T15:09:23.744Z | Compiling num-derive v0.3.3 |
| 2478 | 2025-08-07T15:09:24.361Z | Compiling hubpack_derive v0.1.1 |
| 2479 | 2025-08-07T15:09:24.998Z | Compiling zerocopy-derive v0.2.0 |
| 2480 | 2025-08-07T15:09:25.262Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2481 | 2025-08-07T15:09:25.438Z | Compiling libscf-sys v1.1.0 |
| 2482 | 2025-08-07T15:09:25.507Z | Compiling num_enum v0.5.11 |
| 2483 | 2025-08-07T15:09:25.676Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 2484 | 2025-08-07T15:09:25.709Z | Compiling zone_cfg_derive v0.3.0 |
| 2485 | 2025-08-07T15:09:26.108Z | Compiling hubpack v0.1.2 |
| 2486 | 2025-08-07T15:09:26.449Z | Compiling bitstruct_derive v0.1.0 |
| 2487 | 2025-08-07T15:09:26.484Z | Compiling zerocopy v0.3.2 |
| 2488 | 2025-08-07T15:09:26.518Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 2489 | 2025-08-07T15:09:26.547Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2490 | 2025-08-07T15:09:26.729Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2491 | 2025-08-07T15:09:26.853Z | Compiling structopt-derive v0.4.18 |
| 2492 | 2025-08-07T15:09:26.896Z | Compiling dof v0.1.5 |
| 2493 | 2025-08-07T15:09:27.100Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#f4eae3d8) |
| 2494 | 2025-08-07T15:09:27.416Z | Compiling usdt-impl v0.3.5 |
| 2495 | 2025-08-07T15:09:28.187Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 2496 | 2025-08-07T15:09:28.877Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=cd9aa6467c5e62c6d97f6aafa2150d6930e3a0fa#cd9aa646) |
| 2497 | 2025-08-07T15:09:28.903Z | Compiling usdt-macro v0.3.5 |
| 2498 | 2025-08-07T15:09:28.982Z | Compiling usdt-attr-macro v0.3.5 |
| 2499 | 2025-08-07T15:09:30.127Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9fc521c4) |
| 2500 | 2025-08-07T15:09:30.262Z | Compiling zone v0.3.0 |
| 2501 | 2025-08-07T15:09:30.446Z | Compiling usdt v0.3.5 |
| 2502 | 2025-08-07T15:09:30.690Z | Compiling p4rs v0.1.0 (https://github.com/oxidecomputer/p4?branch=main#906a601b) |
| 2503 | 2025-08-07T15:09:31.037Z | Compiling rgb_frame v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2504 | 2025-08-07T15:09:31.351Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2505 | 2025-08-07T15:09:31.378Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2506 | 2025-08-07T15:09:31.535Z | Compiling ascii v1.1.0 |
| 2507 | 2025-08-07T15:09:31.715Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2508 | 2025-08-07T15:09:31.834Z | Compiling cpuid_utils v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2509 | 2025-08-07T15:09:31.908Z | Compiling rfb v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2510 | 2025-08-07T15:09:32.207Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2511 | 2025-08-07T15:09:32.416Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu#b016b192) |
| 2512 | 2025-08-07T15:09:32.824Z | Compiling bitstruct v0.1.1 |
| 2513 | 2025-08-07T15:09:32.970Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys?branch=main#1d587ea9) |
| 2514 | 2025-08-07T15:09:33.111Z | Compiling p9ds v0.1.0 (https://github.com/oxidecomputer/p9fs#4b8362b8) |
| 2515 | 2025-08-07T15:09:33.368Z | Compiling erased-serde v0.4.5 |
| 2516 | 2025-08-07T15:09:33.532Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2517 | 2025-08-07T15:09:33.737Z | Compiling serde_arrays v0.1.0 |
| 2518 | 2025-08-07T15:09:33.794Z | Compiling libloading v0.7.4 |
| 2519 | 2025-08-07T15:09:34.169Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
| 2520 | 2025-08-07T15:09:34.385Z | Compiling structopt v0.3.26 |
| 2521 | 2025-08-07T15:09:34.604Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis#aadc0998) |
| 2522 | 2025-08-07T15:09:34.631Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2523 | 2025-08-07T15:09:34.631Z | Compiling softnpu v0.2.0 (https://github.com/oxidecomputer/softnpu?branch=main#b016b192) |
| 2524 | 2025-08-07T15:09:35.767Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2525 | 2025-08-07T15:09:36.685Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2526 | 2025-08-07T15:09:37.055Z | Compiling common v0.1.0 (/work/oxidecomputer/dendrite/common) |
| 2527 | 2025-08-07T15:09:39.314Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2528 | 2025-08-07T15:09:39.341Z | Compiling aal v0.1.0 (/work/oxidecomputer/dendrite/aal) |
| 2529 | 2025-08-07T15:09:39.341Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2530 | 2025-08-07T15:09:41.214Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2531 | 2025-08-07T15:09:43.095Z | Compiling packet v0.1.0 (/work/oxidecomputer/dendrite/packet) |
| 2532 | 2025-08-07T15:09:44.080Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2533 | 2025-08-07T15:09:44.722Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2534 | 2025-08-07T15:09:46.995Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2535 | 2025-08-07T15:09:47.669Z | Compiling aal_macros v0.0.1 (/work/oxidecomputer/dendrite/aal_macros) |
| 2536 | 2025-08-07T15:09:49.674Z | Compiling oximeter-instruments v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2537 | 2025-08-07T15:09:50.822Z | Compiling xtask v0.1.0 (/work/oxidecomputer/dendrite/xtask) |
| 2538 | 2025-08-07T15:09:53.978Z | Compiling uplinkd v0.1.0 (/work/oxidecomputer/dendrite/uplinkd) |
| 2539 | 2025-08-07T15:09:56.475Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2540 | 2025-08-07T15:10:01.463Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2541 | 2025-08-07T15:10:11.042Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#e2f9776a) |
| 2542 | 2025-08-07T15:10:17.637Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2543 | 2025-08-07T15:11:25.202Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 2m 10s |
| 2544 | 2025-08-07T15:11:25.317Z | Running unittests src/lib.rs (target/debug/deps/aal-19cce00bcb377103) |
| 2545 | 2025-08-07T15:11:25.345Z | |
| 2546 | 2025-08-07T15:11:25.345Z | running 0 tests |
| 2547 | 2025-08-07T15:11:25.345Z | |
| 2548 | 2025-08-07T15:11:25.345Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2549 | 2025-08-07T15:11:25.345Z | |
| 2550 | 2025-08-07T15:11:25.372Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-8714cbe10416dedb) |
| 2551 | 2025-08-07T15:11:25.372Z | |
| 2552 | 2025-08-07T15:11:25.372Z | running 0 tests |
| 2553 | 2025-08-07T15:11:25.372Z | |
| 2554 | 2025-08-07T15:11:25.372Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2555 | 2025-08-07T15:11:25.372Z | |
| 2556 | 2025-08-07T15:11:25.372Z | Running unittests src/lib.rs (target/debug/deps/asic-a9f45f251e6b5f79) |
| 2557 | 2025-08-07T15:11:25.399Z | |
| 2558 | 2025-08-07T15:11:25.399Z | running 0 tests |
| 2559 | 2025-08-07T15:11:25.399Z | |
| 2560 | 2025-08-07T15:11:25.399Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2561 | 2025-08-07T15:11:25.399Z | |
| 2562 | 2025-08-07T15:11:25.399Z | Running unittests src/lib.rs (target/debug/deps/common-88f0e595529d9851) |
| 2563 | 2025-08-07T15:11:25.399Z | |
| 2564 | 2025-08-07T15:11:25.399Z | running 10 tests |
| 2565 | 2025-08-07T15:11:25.399Z | test network::tests::test_equal ... ok |
| 2566 | 2025-08-07T15:11:25.399Z | test nat::tests::test_vni ... ok |
| 2567 | 2025-08-07T15:11:25.399Z | test network::tests::test_eui64 ... ok |
| 2568 | 2025-08-07T15:11:25.400Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2569 | 2025-08-07T15:11:25.400Z | test network::tests::test_into ... ok |
| 2570 | 2025-08-07T15:11:25.400Z | test network::tests::test_not_equal ... ok |
| 2571 | 2025-08-07T15:11:25.400Z | test network::tests::test_to_string ... ok |
| 2572 | 2025-08-07T15:11:25.400Z | test network::tests::test_parse ... ok |
| 2573 | 2025-08-07T15:11:25.400Z | test test_purge ... ok |
| 2574 | 2025-08-07T15:11:25.400Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2575 | 2025-08-07T15:11:25.400Z | |
| 2576 | 2025-08-07T15:11:25.400Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2577 | 2025-08-07T15:11:25.400Z | |
| 2578 | 2025-08-07T15:11:25.400Z | Running unittests src/main.rs (target/debug/deps/dpd-5954825cc3338e9f) |
| 2579 | 2025-08-07T15:11:25.427Z | |
| 2580 | 2025-08-07T15:11:25.427Z | running 33 tests |
| 2581 | 2025-08-07T15:11:25.454Z | Aug 07 15:11:25.082 DEBG created new freemap, unit: freemap_test |
| 2582 | 2025-08-07T15:11:25.454Z | Aug 07 15:11:25.083 DEBG initted freemap. size: 128, unit: freemap_test |
| 2583 | 2025-08-07T15:11:25.454Z | Aug 07 15:11:25.083 DEBG reset freemap, unit: freemap_test |
| 2584 | 2025-08-07T15:11:25.454Z | test freemap::test_ordering ... ok |
| 2585 | 2025-08-07T15:11:25.454Z | test freemap::test_exhaustion ... ok |
| 2586 | 2025-08-07T15:11:25.454Z | Aug 07 15:11:25.083 DEBG created new freemap, unit: freemap_test |
| 2587 | 2025-08-07T15:11:25.454Z | Aug 07 15:11:25.083 DEBG initted freemap. size: 128, unit: freemap_test |
| 2588 | 2025-08-07T15:11:25.454Z | Aug 07 15:11:25.083 DEBG reset freemap, unit: freemap_test |
| 2589 | 2025-08-07T15:11:25.454Z | test freemap::test_basic ... ok |
| 2590 | 2025-08-07T15:11:25.454Z | test freemap::test_split ... ok |
| 2591 | 2025-08-07T15:11:25.454Z | test config::tests::test_updates ... ok |
| 2592 | 2025-08-07T15:11:25.454Z | test macaddrs::tests::test_mac_offset ... ok |
| 2593 | 2025-08-07T15:11:25.454Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2594 | 2025-08-07T15:11:25.454Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2595 | 2025-08-07T15:11:25.454Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2596 | 2025-08-07T15:11:25.454Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2597 | 2025-08-07T15:11:25.454Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2598 | 2025-08-07T15:11:25.454Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2599 | 2025-08-07T15:11:25.454Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2600 | 2025-08-07T15:11:25.454Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2601 | 2025-08-07T15:11:25.454Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2602 | 2025-08-07T15:11:25.454Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2603 | 2025-08-07T15:11:25.454Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2604 | 2025-08-07T15:11:25.454Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2605 | 2025-08-07T15:11:25.455Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2606 | 2025-08-07T15:11:25.455Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2607 | 2025-08-07T15:11:25.455Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2608 | 2025-08-07T15:11:25.455Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2609 | 2025-08-07T15:11:25.455Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2610 | 2025-08-07T15:11:25.455Z | test nat::test_mapping ... ok |
| 2611 | 2025-08-07T15:11:25.455Z | test port_map::tests::test_backplane_group ... ok |
| 2612 | 2025-08-07T15:11:25.455Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2613 | 2025-08-07T15:11:25.455Z | test port_map::tests::test_port_map ... ok |
| 2614 | 2025-08-07T15:11:25.455Z | test port_map::tests::dump_map ... ok |
| 2615 | 2025-08-07T15:11:25.455Z | Aug 07 15:11:25.095 DEBG created new freemap, unit: freemap_test |
| 2616 | 2025-08-07T15:11:25.455Z | Aug 07 15:11:25.095 DEBG initted freemap. size: 128, unit: freemap_test |
| 2617 | 2025-08-07T15:11:25.455Z | Aug 07 15:11:25.095 DEBG reset freemap, unit: freemap_test |
| 2618 | 2025-08-07T15:11:25.455Z | Aug 07 15:11:25.095 DEBG created new freemap, unit: freemap_test |
| 2619 | 2025-08-07T15:11:25.455Z | Aug 07 15:11:25.095 DEBG initted freemap. size: 128, unit: freemap_test |
| 2620 | 2025-08-07T15:11:25.455Z | Aug 07 15:11:25.095 DEBG reset freemap, unit: freemap_test |
| 2621 | 2025-08-07T15:11:25.455Z | test freemap::test_reclaim ... ok |
| 2622 | 2025-08-07T15:11:25.455Z | test freemap::test_span ... ok |
| 2623 | 2025-08-07T15:11:25.455Z | test api_server::tests::test_build_info ... ok |
| 2624 | 2025-08-07T15:11:25.455Z | Aug 07 15:11:25.096 DEBG created new freemap, unit: freemap_test |
| 2625 | 2025-08-07T15:11:25.455Z | Aug 07 15:11:25.096 DEBG initted freemap. size: 128, unit: freemap_test |
| 2626 | 2025-08-07T15:11:25.455Z | Aug 07 15:11:25.096 DEBG reset freemap, unit: freemap_test |
| 2627 | 2025-08-07T15:11:25.455Z | test freemap::test_free ... ok |
| 2628 | 2025-08-07T15:11:25.455Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2629 | 2025-08-07T15:11:25.455Z | |
| 2630 | 2025-08-07T15:11:25.455Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 2631 | 2025-08-07T15:11:25.455Z | |
| 2632 | 2025-08-07T15:11:25.482Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-b994db70c3cabc0e) |
| 2633 | 2025-08-07T15:11:25.482Z | |
| 2634 | 2025-08-07T15:11:25.482Z | running 0 tests |
| 2635 | 2025-08-07T15:11:25.482Z | |
| 2636 | 2025-08-07T15:11:25.482Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2637 | 2025-08-07T15:11:25.482Z | |
| 2638 | 2025-08-07T15:11:25.482Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-d0e5b60109fe2011) |
| 2639 | 2025-08-07T15:11:25.510Z | |
| 2640 | 2025-08-07T15:11:25.510Z | running 2 tests |
| 2641 | 2025-08-07T15:11:25.510Z | test tests::test_parse_client_port_id ... ok |
| 2642 | 2025-08-07T15:11:25.510Z | test tests::test_port_id_cmp ... ok |
| 2643 | 2025-08-07T15:11:25.510Z | |
| 2644 | 2025-08-07T15:11:25.510Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2645 | 2025-08-07T15:11:25.510Z | |
| 2646 | 2025-08-07T15:11:25.510Z | Running tests/test_all.rs (target/debug/deps/test_all-a43da5db050f75dd) |
| 2647 | 2025-08-07T15:11:25.510Z | |
| 2648 | 2025-08-07T15:11:25.510Z | running 0 tests |
| 2649 | 2025-08-07T15:11:25.510Z | |
| 2650 | 2025-08-07T15:11:25.510Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2651 | 2025-08-07T15:11:25.510Z | |
| 2652 | 2025-08-07T15:11:25.510Z | Running unittests src/lib.rs (target/debug/deps/packet-971ab7b6e12ba250) |
| 2653 | 2025-08-07T15:11:25.510Z | |
| 2654 | 2025-08-07T15:11:25.510Z | running 12 tests |
| 2655 | 2025-08-07T15:11:25.510Z | test icmp::test_v4_checksum ... ok |
| 2656 | 2025-08-07T15:11:25.510Z | test icmp::test_v6_checksum ... ok |
| 2657 | 2025-08-07T15:11:25.510Z | test lldp::test_lldp_parse ... ok |
| 2658 | 2025-08-07T15:11:25.510Z | test ipv6::test_ipv6_parse ... ok |
| 2659 | 2025-08-07T15:11:25.510Z | test pbuf::test_byte ... ok |
| 2660 | 2025-08-07T15:11:25.510Z | test pbuf::test_nibble ... ok |
| 2661 | 2025-08-07T15:11:25.510Z | test pbuf::test_overflow ... ok |
| 2662 | 2025-08-07T15:11:25.510Z | test pbuf::test_short ... ok |
| 2663 | 2025-08-07T15:11:25.510Z | test pbuf::test_word ... ok |
| 2664 | 2025-08-07T15:11:25.510Z | test pbuf::test_twelve ... ok |
| 2665 | 2025-08-07T15:11:25.510Z | test tcp::test_checksum_ack_data ... ok |
| 2666 | 2025-08-07T15:11:25.510Z | test tcp::test_checksum_syn_nodata ... ok |
| 2667 | 2025-08-07T15:11:25.511Z | |
| 2668 | 2025-08-07T15:11:25.511Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2669 | 2025-08-07T15:11:25.511Z | |
| 2670 | 2025-08-07T15:11:25.511Z | Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e) |
| 2671 | 2025-08-07T15:11:25.538Z | |
| 2672 | 2025-08-07T15:11:25.538Z | running 0 tests |
| 2673 | 2025-08-07T15:11:25.538Z | |
| 2674 | 2025-08-07T15:11:25.538Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2675 | 2025-08-07T15:11:25.538Z | |
| 2676 | 2025-08-07T15:11:25.538Z | Running unittests src/main.rs (target/debug/deps/swadm-92c6a5bf468f33ed) |
| 2677 | 2025-08-07T15:11:25.538Z | |
| 2678 | 2025-08-07T15:11:25.538Z | running 3 tests |
| 2679 | 2025-08-07T15:11:25.538Z | test switchport::test::test_compute_lanes ... ok |
| 2680 | 2025-08-07T15:11:25.538Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2681 | 2025-08-07T15:11:25.538Z | State: Activated Activated Activated Activated |
| 2682 | 2025-08-07T15:11:25.538Z | Rx Output Enabled: false false false false |
| 2683 | 2025-08-07T15:11:25.538Z | Rx Output Status: valid valid valid valid |
| 2684 | 2025-08-07T15:11:25.538Z | Rx Loss-of-lock: true true true true |
| 2685 | 2025-08-07T15:11:25.538Z | Rx Loss-of-signal: false false false false |
| 2686 | 2025-08-07T15:11:25.538Z | Rx Auto-squelch Disable: true true true true |
| 2687 | 2025-08-07T15:11:25.538Z | Tx Output Enabled: true true true true |
| 2688 | 2025-08-07T15:11:25.538Z | Tx Output Status: invalid invalid invalid invalid |
| 2689 | 2025-08-07T15:11:25.538Z | Tx Loss-of-lock: false false false false |
| 2690 | 2025-08-07T15:11:25.538Z | Tx Loss-of-signal: true true true true |
| 2691 | 2025-08-07T15:11:25.538Z | Tx Auto-squelch Disable: false false false false |
| 2692 | 2025-08-07T15:11:25.539Z | Tx Adaptive EQ Fail: true true true true |
| 2693 | 2025-08-07T15:11:25.539Z | Tx Failure: false false false false |
| 2694 | 2025-08-07T15:11:25.539Z | Tx Force Squelch: true true true true |
| 2695 | 2025-08-07T15:11:25.539Z | Tx Input Polarity: normal normal normal normal |
| 2696 | 2025-08-07T15:11:25.539Z | Lane 0 Lane 1 Lane 2 Lane 3 |
| 2697 | 2025-08-07T15:11:25.539Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2698 | 2025-08-07T15:11:25.539Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2699 | 2025-08-07T15:11:25.539Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2700 | 2025-08-07T15:11:25.539Z | Tx Enabled: Yes Yes Yes Yes |
| 2701 | 2025-08-07T15:11:25.539Z | Tx Loss-of-lock: No No No No |
| 2702 | 2025-08-07T15:11:25.539Z | Tx Loss-of-signal: No No No No |
| 2703 | 2025-08-07T15:11:25.539Z | Tx CDR Enabled: No No No No |
| 2704 | 2025-08-07T15:11:25.539Z | Tx Adaptive EQ Fault: No No No No |
| 2705 | 2025-08-07T15:11:25.539Z | Tx Fault: Yes Yes Yes Yes |
| 2706 | 2025-08-07T15:11:25.539Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2707 | 2025-08-07T15:11:25.539Z | test switchport::test::test_print_sff_datapath ... ok |
| 2708 | 2025-08-07T15:11:25.539Z | |
| 2709 | 2025-08-07T15:11:25.539Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2710 | 2025-08-07T15:11:25.539Z | |
| 2711 | 2025-08-07T15:11:25.566Z | Running tests/port-link.rs (target/debug/deps/port_link-528df33534a15b53) |
| 2712 | 2025-08-07T15:11:25.566Z | |
| 2713 | 2025-08-07T15:11:25.566Z | running 5 tests |
| 2714 | 2025-08-07T15:11:25.566Z | test test_an ... ignored |
| 2715 | 2025-08-07T15:11:25.567Z | test test_enable ... ignored |
| 2716 | 2025-08-07T15:11:25.567Z | test test_ip_addresses ... ignored |
| 2717 | 2025-08-07T15:11:25.567Z | test test_kr ... ignored |
| 2718 | 2025-08-07T15:11:25.567Z | test test_mac ... ignored |
| 2719 | 2025-08-07T15:11:25.567Z | |
| 2720 | 2025-08-07T15:11:25.567Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2721 | 2025-08-07T15:11:25.567Z | |
| 2722 | 2025-08-07T15:11:25.567Z | Running unittests src/main.rs (target/debug/deps/tfportd-d03ce5517985e3cb) |
| 2723 | 2025-08-07T15:11:25.594Z | |
| 2724 | 2025-08-07T15:11:25.594Z | running 3 tests |
| 2725 | 2025-08-07T15:11:25.594Z | test linklocal::test_parse_ipadm ... ok |
| 2726 | 2025-08-07T15:11:25.594Z | test tfport::test_parse_tfport ... ok |
| 2727 | 2025-08-07T15:11:25.594Z | test config::tests::test_updates ... ok |
| 2728 | 2025-08-07T15:11:25.594Z | |
| 2729 | 2025-08-07T15:11:25.594Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2730 | 2025-08-07T15:11:25.594Z | |
| 2731 | 2025-08-07T15:11:25.594Z | Running unittests src/main.rs (target/debug/deps/uplinkd-dc97836369289f1f) |
| 2732 | 2025-08-07T15:11:25.621Z | |
| 2733 | 2025-08-07T15:11:25.621Z | running 0 tests |
| 2734 | 2025-08-07T15:11:25.621Z | |
| 2735 | 2025-08-07T15:11:25.621Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2736 | 2025-08-07T15:11:25.621Z | |
| 2737 | 2025-08-07T15:11:25.621Z | Running unittests src/main.rs (target/debug/deps/xtask-e9128cfc105b4d77) |
| 2738 | 2025-08-07T15:11:25.648Z | |
| 2739 | 2025-08-07T15:11:25.648Z | running 0 tests |
| 2740 | 2025-08-07T15:11:25.648Z | |
| 2741 | 2025-08-07T15:11:25.648Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2742 | 2025-08-07T15:11:25.648Z | |
| 2743 | 2025-08-07T15:11:25.648Z | Doc-tests aal |
| 2744 | 2025-08-07T15:11:25.817Z | |
| 2745 | 2025-08-07T15:11:25.817Z | running 0 tests |
| 2746 | 2025-08-07T15:11:25.817Z | |
| 2747 | 2025-08-07T15:11:25.817Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2748 | 2025-08-07T15:11:25.817Z | |
| 2749 | 2025-08-07T15:11:25.844Z | Doc-tests aal_macros |
| 2750 | 2025-08-07T15:11:25.988Z | |
| 2751 | 2025-08-07T15:11:25.988Z | running 0 tests |
| 2752 | 2025-08-07T15:11:25.988Z | |
| 2753 | 2025-08-07T15:11:25.988Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2754 | 2025-08-07T15:11:25.988Z | |
| 2755 | 2025-08-07T15:11:26.016Z | Doc-tests common |
| 2756 | 2025-08-07T15:11:26.394Z | |
| 2757 | 2025-08-07T15:11:26.394Z | running 0 tests |
| 2758 | 2025-08-07T15:11:26.394Z | |
| 2759 | 2025-08-07T15:11:26.394Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2760 | 2025-08-07T15:11:26.394Z | |
| 2761 | 2025-08-07T15:11:26.426Z | Doc-tests dpd_client |
| 2762 | 2025-08-07T15:11:28.391Z | |
| 2763 | 2025-08-07T15:11:28.391Z | running 0 tests |
| 2764 | 2025-08-07T15:11:28.391Z | |
| 2765 | 2025-08-07T15:11:28.392Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2766 | 2025-08-07T15:11:28.392Z | |
| 2767 | 2025-08-07T15:11:28.464Z | Doc-tests packet |
| 2768 | 2025-08-07T15:11:28.644Z | |
| 2769 | 2025-08-07T15:11:28.644Z | running 0 tests |
| 2770 | 2025-08-07T15:11:28.644Z | |
| 2771 | 2025-08-07T15:11:28.644Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2772 | 2025-08-07T15:11:28.645Z | |
| 2773 | 2025-08-07T15:11:28.671Z | Doc-tests pcap |
| 2774 | 2025-08-07T15:11:28.765Z | |
| 2775 | 2025-08-07T15:11:28.765Z | running 0 tests |
| 2776 | 2025-08-07T15:11:28.765Z | |
| 2777 | 2025-08-07T15:11:28.765Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2778 | 2025-08-07T15:11:28.765Z | |
| 2779 | 2025-08-07T15:11:28.829Z | + for feat in tofino_stub tofino_asic softnpu chaos |
| 2780 | 2025-08-07T15:11:28.829Z | + cargo test --features chaos |
| 2781 | 2025-08-07T15:11:29.674Z | Compiling asic v0.1.0 (/work/oxidecomputer/dendrite/asic) |
| 2782 | 2025-08-07T15:11:29.704Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/dendrite/dpd-client) |
| 2783 | 2025-08-07T15:11:29.730Z | Compiling dpd v0.2.0 (/work/oxidecomputer/dendrite/dpd) |
| 2784 | 2025-08-07T15:11:43.723Z | Compiling swadm v0.1.0 (/work/oxidecomputer/dendrite/swadm) |
| 2785 | 2025-08-07T15:11:43.761Z | Compiling tfportd v0.1.0 (/work/oxidecomputer/dendrite/tfportd) |
| 2786 | 2025-08-07T15:12:34.674Z | Finished `test` profile [unoptimized + debuginfo] target(s) in 1m 05s |
| 2787 | 2025-08-07T15:12:34.802Z | Running unittests src/lib.rs (target/debug/deps/aal-3abec7b19398aeb8) |
| 2788 | 2025-08-07T15:12:34.830Z | |
| 2789 | 2025-08-07T15:12:34.830Z | running 0 tests |
| 2790 | 2025-08-07T15:12:34.830Z | |
| 2791 | 2025-08-07T15:12:34.830Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2792 | 2025-08-07T15:12:34.830Z | |
| 2793 | 2025-08-07T15:12:34.856Z | Running unittests src/lib.rs (target/debug/deps/aal_macros-be975bc3bf7cc1c2) |
| 2794 | 2025-08-07T15:12:34.857Z | |
| 2795 | 2025-08-07T15:12:34.857Z | running 0 tests |
| 2796 | 2025-08-07T15:12:34.857Z | |
| 2797 | 2025-08-07T15:12:34.857Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2798 | 2025-08-07T15:12:34.857Z | |
| 2799 | 2025-08-07T15:12:34.857Z | Running unittests src/lib.rs (target/debug/deps/asic-69805cc3fd63cfc0) |
| 2800 | 2025-08-07T15:12:34.883Z | |
| 2801 | 2025-08-07T15:12:34.883Z | running 0 tests |
| 2802 | 2025-08-07T15:12:34.883Z | |
| 2803 | 2025-08-07T15:12:34.883Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2804 | 2025-08-07T15:12:34.883Z | |
| 2805 | 2025-08-07T15:12:34.884Z | Running unittests src/lib.rs (target/debug/deps/common-5f8144ed0017b46f) |
| 2806 | 2025-08-07T15:12:34.911Z | |
| 2807 | 2025-08-07T15:12:34.911Z | running 10 tests |
| 2808 | 2025-08-07T15:12:34.911Z | test nat::tests::test_vni ... ok |
| 2809 | 2025-08-07T15:12:34.911Z | test network::tests::test_equal ... ok |
| 2810 | 2025-08-07T15:12:34.911Z | test network::tests::test_not_equal ... ok |
| 2811 | 2025-08-07T15:12:34.911Z | test network::tests::test_to_string ... ok |
| 2812 | 2025-08-07T15:12:34.911Z | test network::tests::test_into ... ok |
| 2813 | 2025-08-07T15:12:34.911Z | test network::tests::test_eui64 ... ok |
| 2814 | 2025-08-07T15:12:34.911Z | test test_purge ... ok |
| 2815 | 2025-08-07T15:12:34.911Z | test network::tests::test_parse ... ok |
| 2816 | 2025-08-07T15:12:34.911Z | test network::tests::test_generate_ipv6_link_local ... ok |
| 2817 | 2025-08-07T15:12:34.911Z | test illumos::test::address_exists_handles_missing_object ... ok |
| 2818 | 2025-08-07T15:12:34.911Z | |
| 2819 | 2025-08-07T15:12:34.911Z | test result: ok. 10 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s |
| 2820 | 2025-08-07T15:12:34.911Z | |
| 2821 | 2025-08-07T15:12:34.911Z | Running unittests src/main.rs (target/debug/deps/dpd-1f9fa8df4e94bf4a) |
| 2822 | 2025-08-07T15:12:34.938Z | |
| 2823 | 2025-08-07T15:12:34.938Z | running 33 tests |
| 2824 | 2025-08-07T15:12:34.965Z | test freemap::test_ordering ... ok |
| 2825 | 2025-08-07T15:12:34.965Z | test freemap::test_split ... ok |
| 2826 | 2025-08-07T15:12:34.965Z | test config::tests::test_updates ... ok |
| 2827 | 2025-08-07T15:12:34.965Z | test macaddrs::tests::test_mac_offset ... ok |
| 2828 | 2025-08-07T15:12:34.965Z | test macaddrs::tests::test_mac_management_set_base_mac_permanent_once ... ok |
| 2829 | 2025-08-07T15:12:34.965Z | test macaddrs::tests::test_only_alloc_cpu_link_mac_when_temporary ... ok |
| 2830 | 2025-08-07T15:12:34.965Z | test macaddrs::tests::test_parse_port_id ... ok |
| 2831 | 2025-08-07T15:12:34.965Z | test mcast::tests::test_concurrent_id_allocation ... ok |
| 2832 | 2025-08-07T15:12:34.965Z | test mcast::tests::test_concurrent_allocation_and_deallocation ... ok |
| 2833 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.609 DEBG created new freemap, unit: freemap_test |
| 2834 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.609 DEBG initted freemap. size: 128, unit: Aug 07 15:12:34.609freemap_test |
| 2835 | 2025-08-07T15:12:34.965Z | DEBG created new freemapAug 07 15:12:34.609, unitDEBG: reset freemapfreemap_test, |
| 2836 | 2025-08-07T15:12:34.965Z | unit: freemap_test |
| 2837 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.609 DEBG initted freemap. size: 128, unit: freemap_test |
| 2838 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.609 DEBG reset freemap, unit: freemap_test |
| 2839 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.610 DEBG created new freemap, unit: freemap_test |
| 2840 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.610 DEBG Aug 07 15:12:34.609initted freemap. size: 128 , DEBGunit: created new freemap, unit: freemap_test |
| 2841 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.610 DEBG initted freemap. size: 128, unit: freemap_test |
| 2842 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.610 DEBG reset freemap, unit: freemap_test |
| 2843 | 2025-08-07T15:12:34.965Z | test freemap::test_basic ... ok |
| 2844 | 2025-08-07T15:12:34.965Z | freemap_test |
| 2845 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.610 DEBG reset freemap, unit: freemap_test |
| 2846 | 2025-08-07T15:12:34.965Z | test freemap::test_reclaim ... ok |
| 2847 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.611 DEBG created new freemap, unit: freemap_test |
| 2848 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.611 DEBG initted freemap. size: 128, unit: freemap_test |
| 2849 | 2025-08-07T15:12:34.965Z | Aug 07 15:12:34.611 DEBG reset freemap, unit: freemap_test |
| 2850 | 2025-08-07T15:12:34.965Z | test freemap::test_exhaustion ... ok |
| 2851 | 2025-08-07T15:12:34.965Z | test mcast::tests::test_scoped_group_id_drop_returns_to_pool ... ok |
| 2852 | 2025-08-07T15:12:34.965Z | test mcast::tests::test_scoped_group_id_weak_reference_cleanup ... ok |
| 2853 | 2025-08-07T15:12:34.965Z | test freemap::test_free ... ok |
| 2854 | 2025-08-07T15:12:34.965Z | test freemap::test_span ... ok |
| 2855 | 2025-08-07T15:12:34.965Z | test mcast::tests::test_multicast_group_data_generate_id_allocation ... ok |
| 2856 | 2025-08-07T15:12:34.965Z | test mcast::tests::test_multicast_group_data_id_exhaustion ... ok |
| 2857 | 2025-08-07T15:12:34.966Z | test mcast::validate::tests::test_ipv4_ssm_with_sources ... ok |
| 2858 | 2025-08-07T15:12:34.966Z | test mcast::validate::tests::test_address_validation_integrated ... ok |
| 2859 | 2025-08-07T15:12:34.966Z | test mcast::validate::tests::test_ipv6_ssm_with_sources ... ok |
| 2860 | 2025-08-07T15:12:34.966Z | test mcast::validate::tests::test_is_ssm_function ... ok |
| 2861 | 2025-08-07T15:12:34.966Z | test mcast::validate::tests::test_ipv4_validation ... ok |
| 2862 | 2025-08-07T15:12:34.966Z | test mcast::validate::tests::test_ipv6_validation ... ok |
| 2863 | 2025-08-07T15:12:34.966Z | test mcast::validate::tests::test_validate_nat_target ... ok |
| 2864 | 2025-08-07T15:12:34.966Z | test nat::test_mapping ... ok |
| 2865 | 2025-08-07T15:12:34.966Z | test port_map::tests::test_backplane_group ... ok |
| 2866 | 2025-08-07T15:12:34.966Z | test port_map::tests::dump_map ... ok |
| 2867 | 2025-08-07T15:12:34.966Z | test table::mcast::mcast_egress::tests::test_port_bitmap ... ok |
| 2868 | 2025-08-07T15:12:34.966Z | test port_map::tests::test_port_map ... ok |
| 2869 | 2025-08-07T15:12:34.966Z | test mcast::tests::test_id_range_boundaries ... ok |
| 2870 | 2025-08-07T15:12:34.966Z | test api_server::tests::test_build_info ... ok |
| 2871 | 2025-08-07T15:12:34.966Z | test port_map::tests::parse_softnpu_revision ... ok |
| 2872 | 2025-08-07T15:12:34.966Z | |
| 2873 | 2025-08-07T15:12:34.966Z | test result: ok. 33 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.03s |
| 2874 | 2025-08-07T15:12:34.966Z | |
| 2875 | 2025-08-07T15:12:34.993Z | Running tests/test_openapi.rs (target/debug/deps/test_openapi-a56d8a9e5ec126a8) |
| 2876 | 2025-08-07T15:12:35.020Z | |
| 2877 | 2025-08-07T15:12:35.020Z | running 0 tests |
| 2878 | 2025-08-07T15:12:35.020Z | |
| 2879 | 2025-08-07T15:12:35.020Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2880 | 2025-08-07T15:12:35.020Z | |
| 2881 | 2025-08-07T15:12:35.020Z | Running unittests src/lib.rs (target/debug/deps/dpd_client-3c96ebb2abe6aaef) |
| 2882 | 2025-08-07T15:12:35.020Z | |
| 2883 | 2025-08-07T15:12:35.020Z | running 2 tests |
| 2884 | 2025-08-07T15:12:35.020Z | test tests::test_parse_client_port_id ... ok |
| 2885 | 2025-08-07T15:12:35.020Z | test tests::test_port_id_cmp ... ok |
| 2886 | 2025-08-07T15:12:35.020Z | |
| 2887 | 2025-08-07T15:12:35.020Z | test result: ok. 2 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2888 | 2025-08-07T15:12:35.020Z | |
| 2889 | 2025-08-07T15:12:35.020Z | Running tests/test_all.rs (target/debug/deps/test_all-521242d7e76384a0) |
| 2890 | 2025-08-07T15:12:35.047Z | |
| 2891 | 2025-08-07T15:12:35.047Z | running 6 tests |
| 2892 | 2025-08-07T15:12:38.605Z | test chaos_tests::port_settings::test_basic_autoneg_chaos ... ok |
| 2893 | 2025-08-07T15:12:38.632Z | test chaos_tests::port_settings::test_port_settings_addr_success_1 ... ok |
| 2894 | 2025-08-07T15:12:38.632Z | test chaos_tests::port_settings::test_port_settings_addr_fail_1 ... ok |
| 2895 | 2025-08-07T15:12:38.632Z | test chaos_tests::port_settings::test_port_settings_addr_success_multi ... ok |
| 2896 | 2025-08-07T15:12:42.128Z | test chaos_tests::port_settings::test_port_settings_txn_sweep ... ok |
| 2897 | 2025-08-07T15:12:42.856Z | test chaos_tests::port_settings::test_port_settings_txn_par_sweep ... ok |
| 2898 | 2025-08-07T15:12:42.856Z | |
| 2899 | 2025-08-07T15:12:42.856Z | test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 7.81s |
| 2900 | 2025-08-07T15:12:42.856Z | |
| 2901 | 2025-08-07T15:12:42.897Z | Running unittests src/lib.rs (target/debug/deps/packet-193629352a38707a) |
| 2902 | 2025-08-07T15:12:42.951Z | |
| 2903 | 2025-08-07T15:12:42.951Z | running 12 tests |
| 2904 | 2025-08-07T15:12:42.951Z | test icmp::test_v4_checksum ... ok |
| 2905 | 2025-08-07T15:12:42.951Z | test ipv6::test_ipv6_parse ... ok |
| 2906 | 2025-08-07T15:12:42.951Z | test icmp::test_v6_checksum ... ok |
| 2907 | 2025-08-07T15:12:42.951Z | test lldp::test_lldp_parse ... ok |
| 2908 | 2025-08-07T15:12:42.952Z | test pbuf::test_byte ... ok |
| 2909 | 2025-08-07T15:12:42.952Z | test pbuf::test_nibble ... ok |
| 2910 | 2025-08-07T15:12:42.952Z | test pbuf::test_overflow ... ok |
| 2911 | 2025-08-07T15:12:42.952Z | test pbuf::test_short ... ok |
| 2912 | 2025-08-07T15:12:42.952Z | test pbuf::test_twelve ... ok |
| 2913 | 2025-08-07T15:12:42.952Z | test pbuf::test_word ... ok |
| 2914 | 2025-08-07T15:12:42.952Z | test tcp::test_checksum_syn_nodata ... ok |
| 2915 | 2025-08-07T15:12:42.979Z | test tcp::test_checksum_ack_data ... ok |
| 2916 | 2025-08-07T15:12:42.979Z | |
| 2917 | 2025-08-07T15:12:42.979Z | test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2918 | 2025-08-07T15:12:42.979Z | |
| 2919 | 2025-08-07T15:12:42.979Z | Running unittests src/lib.rs (target/debug/deps/pcap-e9118557050b046e) |
| 2920 | 2025-08-07T15:12:42.979Z | |
| 2921 | 2025-08-07T15:12:42.979Z | running 0 tests |
| 2922 | 2025-08-07T15:12:42.979Z | |
| 2923 | 2025-08-07T15:12:42.979Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2924 | 2025-08-07T15:12:42.979Z | |
| 2925 | 2025-08-07T15:12:42.979Z | Running unittests src/main.rs (target/debug/deps/swadm-e523d1d03c5a018f) |
| 2926 | 2025-08-07T15:12:42.979Z | |
| 2927 | 2025-08-07T15:12:42.979Z | running 3 tests |
| 2928 | 2025-08-07T15:12:42.979Z | test switchport::test::test_compute_lanes ... ok |
| 2929 | 2025-08-07T15:12:42.979Z | Lane 0 Lane 1 Lane 0 Lane 2 Lane 1 Lane 3Lane 2 |
| 2930 | 2025-08-07T15:12:42.979Z | Rx Loss-of-lock: Yes Yes Yes Yes |
| 2931 | 2025-08-07T15:12:42.979Z | Rx Loss-of-signal: Yes Yes Yes Yes |
| 2932 | 2025-08-07T15:12:42.979Z | Rx CDR Enabled: Yes Yes Yes Yes |
| 2933 | 2025-08-07T15:12:42.979Z | Tx Enabled: Yes Yes Yes Yes |
| 2934 | 2025-08-07T15:12:42.979Z | Tx Loss-of-lock: No No No No |
| 2935 | 2025-08-07T15:12:42.979Z | Tx Loss-of-signal: No No No No |
| 2936 | 2025-08-07T15:12:42.979Z | Tx CDR Enabled: No No No No |
| 2937 | 2025-08-07T15:12:42.979Z | Tx Adaptive EQ Fault: No No No No |
| 2938 | 2025-08-07T15:12:42.980Z | Tx Fault: Yes Yes Yes Yes |
| 2939 | 2025-08-07T15:12:42.980Z | Lane 3 |
| 2940 | 2025-08-07T15:12:42.980Z | State: Activated Activated Activated Activated |
| 2941 | 2025-08-07T15:12:42.980Z | Rx Output Enabled: false false false false |
| 2942 | 2025-08-07T15:12:42.980Z | Rx Output Status: valid valid valid valid |
| 2943 | 2025-08-07T15:12:42.980Z | Rx Loss-of-lock: true true true true |
| 2944 | 2025-08-07T15:12:42.980Z | Rx Loss-of-signal: false false false false |
| 2945 | 2025-08-07T15:12:42.980Z | Rx Auto-squelch Disable: true true true true |
| 2946 | 2025-08-07T15:12:42.980Z | Tx Output Enabled: true true true true |
| 2947 | 2025-08-07T15:12:42.980Z | Tx Output Status: invalid invalid invalid invalid |
| 2948 | 2025-08-07T15:12:42.980Z | Tx Loss-of-lock: false false false false |
| 2949 | 2025-08-07T15:12:42.980Z | Tx Loss-of-signal: true true true true |
| 2950 | 2025-08-07T15:12:42.980Z | Tx Auto-squelch Disable: false false false false |
| 2951 | 2025-08-07T15:12:42.980Z | Tx Adaptive EQ Fail: true true true true |
| 2952 | 2025-08-07T15:12:42.980Z | Tx Failure: false false false false |
| 2953 | 2025-08-07T15:12:42.980Z | Tx Force Squelch: true true true true |
| 2954 | 2025-08-07T15:12:42.980Z | Tx Input Polarity: normal normal normal normal |
| 2955 | 2025-08-07T15:12:42.980Z | test switchport::test::test_print_cmis_datapath ... ok |
| 2956 | 2025-08-07T15:12:42.980Z | test switchport::test::test_print_sff_datapath ... ok |
| 2957 | 2025-08-07T15:12:42.980Z | |
| 2958 | 2025-08-07T15:12:42.980Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2959 | 2025-08-07T15:12:42.980Z | |
| 2960 | 2025-08-07T15:12:42.980Z | Running tests/port-link.rs (target/debug/deps/port_link-fb92f4f79acf2e95) |
| 2961 | 2025-08-07T15:12:43.007Z | |
| 2962 | 2025-08-07T15:12:43.007Z | running 5 tests |
| 2963 | 2025-08-07T15:12:43.007Z | test test_an ... ignored |
| 2964 | 2025-08-07T15:12:43.007Z | test test_enable ... ignored |
| 2965 | 2025-08-07T15:12:43.008Z | test test_ip_addresses ... ignored |
| 2966 | 2025-08-07T15:12:43.008Z | test test_kr ... ignored |
| 2967 | 2025-08-07T15:12:43.008Z | test test_mac ... ignored |
| 2968 | 2025-08-07T15:12:43.008Z | |
| 2969 | 2025-08-07T15:12:43.008Z | test result: ok. 0 passed; 0 failed; 5 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2970 | 2025-08-07T15:12:43.008Z | |
| 2971 | 2025-08-07T15:12:43.008Z | Running unittests src/main.rs (target/debug/deps/tfportd-5f59a196284a90fb) |
| 2972 | 2025-08-07T15:12:43.034Z | |
| 2973 | 2025-08-07T15:12:43.034Z | running 3 tests |
| 2974 | 2025-08-07T15:12:43.035Z | test tfport::test_parse_tfport ... ok |
| 2975 | 2025-08-07T15:12:43.035Z | test linklocal::test_parse_ipadm ... ok |
| 2976 | 2025-08-07T15:12:43.035Z | test config::tests::test_updates ... ok |
| 2977 | 2025-08-07T15:12:43.035Z | |
| 2978 | 2025-08-07T15:12:43.035Z | test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2979 | 2025-08-07T15:12:43.035Z | |
| 2980 | 2025-08-07T15:12:43.035Z | Running unittests src/main.rs (target/debug/deps/uplinkd-c1e2d3815b75b710) |
| 2981 | 2025-08-07T15:12:43.035Z | |
| 2982 | 2025-08-07T15:12:43.035Z | running 0 tests |
| 2983 | 2025-08-07T15:12:43.035Z | |
| 2984 | 2025-08-07T15:12:43.035Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2985 | 2025-08-07T15:12:43.035Z | |
| 2986 | 2025-08-07T15:12:43.035Z | Running unittests src/main.rs (target/debug/deps/xtask-a3ed9caeba5b2bbf) |
| 2987 | 2025-08-07T15:12:43.062Z | |
| 2988 | 2025-08-07T15:12:43.062Z | running 0 tests |
| 2989 | 2025-08-07T15:12:43.062Z | |
| 2990 | 2025-08-07T15:12:43.062Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2991 | 2025-08-07T15:12:43.062Z | |
| 2992 | 2025-08-07T15:12:43.062Z | Doc-tests aal |
| 2993 | 2025-08-07T15:12:43.219Z | |
| 2994 | 2025-08-07T15:12:43.219Z | running 0 tests |
| 2995 | 2025-08-07T15:12:43.219Z | |
| 2996 | 2025-08-07T15:12:43.219Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 2997 | 2025-08-07T15:12:43.219Z | |
| 2998 | 2025-08-07T15:12:43.246Z | Doc-tests aal_macros |
| 2999 | 2025-08-07T15:12:43.385Z | |
| 3000 | 2025-08-07T15:12:43.385Z | running 0 tests |
| 3001 | 2025-08-07T15:12:43.385Z | |
| 3002 | 2025-08-07T15:12:43.385Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3003 | 2025-08-07T15:12:43.385Z | |
| 3004 | 2025-08-07T15:12:43.412Z | Doc-tests common |
| 3005 | 2025-08-07T15:12:43.770Z | |
| 3006 | 2025-08-07T15:12:43.770Z | running 0 tests |
| 3007 | 2025-08-07T15:12:43.770Z | |
| 3008 | 2025-08-07T15:12:43.770Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3009 | 2025-08-07T15:12:43.770Z | |
| 3010 | 2025-08-07T15:12:43.797Z | Doc-tests dpd_client |
| 3011 | 2025-08-07T15:12:45.812Z | |
| 3012 | 2025-08-07T15:12:45.812Z | running 0 tests |
| 3013 | 2025-08-07T15:12:45.812Z | |
| 3014 | 2025-08-07T15:12:45.812Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3015 | 2025-08-07T15:12:45.812Z | |
| 3016 | 2025-08-07T15:12:45.872Z | Doc-tests packet |
| 3017 | 2025-08-07T15:12:46.062Z | |
| 3018 | 2025-08-07T15:12:46.062Z | running 0 tests |
| 3019 | 2025-08-07T15:12:46.062Z | |
| 3020 | 2025-08-07T15:12:46.062Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3021 | 2025-08-07T15:12:46.063Z | |
| 3022 | 2025-08-07T15:12:46.090Z | Doc-tests pcap |
| 3023 | 2025-08-07T15:12:46.186Z | |
| 3024 | 2025-08-07T15:12:46.187Z | running 0 tests |
| 3025 | 2025-08-07T15:12:46.187Z | |
| 3026 | 2025-08-07T15:12:46.187Z | test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s |
| 3027 | 2025-08-07T15:12:46.187Z | |
| 3028 | 2025-08-07T15:12:46.255Z | process exited: duration 919434 ms, exit code 0 |
| |
| 3029 | 2025-08-07T15:12:46.309Z | found 0 output files |