|
|
|
| 1 | 2026-08-20T02:22:29.232Z | job assigned to worker 01M0EFJXTFV76ZJM1HQXGGYEJH [factory aws, i-088d708507bbc491b] (queued for 58 s) |
| |
| 2 | 2026-08-20T02:22:35.182Z | starting task 0: "setup" |
| 3 | 2026-08-20T02:22:35.187Z | ++ uname -s |
| 4 | 2026-08-20T02:22:35.191Z | + kern=SunOS |
| 5 | 2026-08-20T02:22:35.191Z | + build_user=build |
| 6 | 2026-08-20T02:22:35.191Z | + build_uid=12345 |
| 7 | 2026-08-20T02:22:35.191Z | + work_dir=/work |
| 8 | 2026-08-20T02:22:35.191Z | + input_dir=/input |
| 9 | 2026-08-20T02:22:35.191Z | + [[ 0 == 12345 ]] |
| 10 | 2026-08-20T02:22:35.191Z | + case "$kern" in |
| 11 | 2026-08-20T02:22:35.191Z | + groupadd -g 12345 build |
| 12 | 2026-08-20T02:22:35.191Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 13 | 2026-08-20T02:22:37.197Z | + zfs create -o mountpoint=/work rpool/work |
| 14 | 2026-08-20T02:22:37.260Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 15 | 2026-08-20T02:22:37.263Z | + home_fs=zfs |
| 16 | 2026-08-20T02:22:37.264Z | + [[ zfs == autofs ]] |
| 17 | 2026-08-20T02:22:37.264Z | + mkdir -p /home/build |
| 18 | 2026-08-20T02:22:37.264Z | + chown build:build /home/build /work |
| 19 | 2026-08-20T02:22:39.265Z | + chmod 0700 /home/build /work |
| 20 | 2026-08-20T02:22:39.269Z | process exited: duration 4086 ms, exit code 0 |
| |
| 21 | 2026-08-20T02:22:39.277Z | starting task 1: "rust-toolchain" |
| 22 | 2026-08-20T02:22:39.280Z | * rust toolchain channel = "stable" |
| 23 | 2026-08-20T02:22:39.280Z | + printf ' * rust toolchain channel = "%s"\n' stable |
| 24 | 2026-08-20T02:22:39.281Z | + printf ' * rust toolchain profile = "%s"\n' default |
| 25 | 2026-08-20T02:22:39.281Z | + export RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 26 | 2026-08-20T02:22:39.281Z | + RUSTUP_INIT_SKIP_PATH_CHECK=true |
| 27 | 2026-08-20T02:22:39.281Z | * rust toolchain profile = "default" |
| 28 | 2026-08-20T02:22:39.284Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 29 | 2026-08-20T02:22:39.284Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
| 30 | 2026-08-20T02:22:39.387Z | info: downloading installer |
| 31 | 2026-08-20T02:22:41.070Z | warn: It looks like you have an existing rustup settings file at: |
| 32 | 2026-08-20T02:22:41.071Z | warn: /home/build/.rustup/settings.toml |
| 33 | 2026-08-20T02:22:41.071Z | warn: Rustup will install the default toolchain as specified in the settings file, |
| 34 | 2026-08-20T02:22:41.071Z | warn: instead of the one inferred from the default host triple. |
| 35 | 2026-08-20T02:22:41.083Z | info: profile set to default |
| 36 | 2026-08-20T02:22:41.083Z | info: default host triple is x86_64-unknown-illumos |
| 37 | 2026-08-20T02:22:41.087Z | info: syncing channel updates for stable-x86_64-unknown-illumos |
| 38 | 2026-08-20T02:22:41.221Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 39 | 2026-08-20T02:22:41.225Z | info: downloading 6 components |
| 40 | 2026-08-20T02:22:56.603Z | info: default toolchain set to stable-x86_64-unknown-illumos |
| 41 | 2026-08-20T02:22:56.603Z | |
| 42 | 2026-08-20T02:22:56.628Z | stable-x86_64-unknown-illumos installed - rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 43 | 2026-08-20T02:22:56.629Z | |
| 44 | 2026-08-20T02:22:56.629Z | |
| 45 | 2026-08-20T02:22:56.629Z | Rust is installed now. Great! |
| 46 | 2026-08-20T02:22:56.629Z | |
| 47 | 2026-08-20T02:22:56.633Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 48 | 2026-08-20T02:22:56.633Z | environment variable. This has not been done automatically. |
| 49 | 2026-08-20T02:22:56.633Z | |
| 50 | 2026-08-20T02:22:56.633Z | To configure your current shell, you need to source |
| 51 | 2026-08-20T02:22:56.633Z | the corresponding env file under $HOME/.cargo. |
| 52 | 2026-08-20T02:22:56.633Z | |
| 53 | 2026-08-20T02:22:56.633Z | This is usually done by running one of the following (note the leading DOT): |
| 54 | 2026-08-20T02:22:56.633Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 55 | 2026-08-20T02:22:56.633Z | source "$HOME/.cargo/env.fish" # For fish |
| 56 | 2026-08-20T02:22:56.633Z | source "~/.cargo/env.nu" # For nushell |
| 57 | 2026-08-20T02:22:56.633Z | source "$HOME/.cargo/env.tcsh" # For tcsh |
| 58 | 2026-08-20T02:22:56.633Z | . "$HOME/.cargo/env.ps1" # For pwsh |
| 59 | 2026-08-20T02:22:56.633Z | source "$HOME/.cargo/env.xsh" # For xonsh |
| 60 | 2026-08-20T02:22:56.633Z | warn: no default linker (`cc`) was found in your PATH |
| 61 | 2026-08-20T02:22:56.633Z | warn: many Rust crates require a system C toolchain to build |
| 62 | 2026-08-20T02:22:56.722Z | + rustup --version |
| 63 | 2026-08-20T02:22:56.730Z | rustup 1.29.0 (28d1352db 2026-03-05) |
| 64 | 2026-08-20T02:22:56.735Z | info: This is the version for the rustup toolchain manager, not the rustc compiler. |
| 65 | 2026-08-20T02:22:56.752Z | info: the currently active `rustc` version is `rustc 1.97.1 (8bab26f4f 2026-07-14)` |
| 66 | 2026-08-20T02:22:56.756Z | + cargo --version |
| 67 | 2026-08-20T02:22:56.769Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 68 | 2026-08-20T02:22:56.772Z | + rustc --version |
| 69 | 2026-08-20T02:22:56.790Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 70 | 2026-08-20T02:22:56.794Z | process exited: duration 17516 ms, exit code 0 |
| |
| 71 | 2026-08-20T02:22:56.801Z | starting task 2: "authentication" |
| 72 | 2026-08-20T02:22:56.819Z | process exited: duration 17 ms, exit code 0 |
| |
| 73 | 2026-08-20T02:22:56.826Z | starting task 3: "clone repository" |
| 74 | 2026-08-20T02:22:56.830Z | + mkdir -p /work/oxidecomputer/maghemite |
| 75 | 2026-08-20T02:22:56.834Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
| 76 | 2026-08-20T02:22:56.862Z | Cloning into '/work/oxidecomputer/maghemite'... |
| 77 | 2026-08-20T02:22:58.520Z | + cd /work/oxidecomputer/maghemite |
| 78 | 2026-08-20T02:22:58.527Z | + git fetch origin ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 79 | 2026-08-20T02:22:58.799Z | From https://github.com/oxidecomputer/maghemite |
| 80 | 2026-08-20T02:22:58.799Z | * branch ec98d0ddc0ae65518517548ff85e628b8e437e24 -> FETCH_HEAD |
| 81 | 2026-08-20T02:22:58.808Z | + [[ -n trey/bfd-db ]] |
| 82 | 2026-08-20T02:22:58.815Z | ++ git branch --show-current |
| 83 | 2026-08-20T02:22:58.815Z | + current=main |
| 84 | 2026-08-20T02:22:58.815Z | + [[ main != trey/bfd-db ]] |
| 85 | 2026-08-20T02:22:58.815Z | + git branch -f trey/bfd-db ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 86 | 2026-08-20T02:22:58.815Z | + git checkout -f trey/bfd-db |
| 87 | 2026-08-20T02:22:58.836Z | Switched to branch 'trey/bfd-db' |
| 88 | 2026-08-20T02:22:58.839Z | + git reset --hard ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 89 | 2026-08-20T02:22:58.847Z | HEAD is now at ec98d0d test: cover BFD peer persistence |
| 90 | 2026-08-20T02:22:58.856Z | process exited: duration 2020 ms, exit code 0 |
| |
| 91 | 2026-08-20T02:22:58.867Z | starting task 4: "build" |
| 92 | 2026-08-20T02:22:58.877Z | info: syncing channel updates for 1.97.1-x86_64-unknown-illumos |
| 93 | 2026-08-20T02:22:59.030Z | info: latest update on 2026-07-16 for version 1.97.1 (8bab26f4f 2026-07-14) |
| 94 | 2026-08-20T02:22:59.036Z | info: downloading 6 components |
| 95 | 2026-08-20T02:23:14.089Z | cargo 1.97.1 (c980f4866 2026-06-30) |
| 96 | 2026-08-20T02:23:14.123Z | rustc 1.97.1 (8bab26f4f 2026-07-14) |
| 97 | 2026-08-20T02:23:14.126Z | ++ dladm |
| 98 | 2026-08-20T02:23:14.126Z | LINK CLASS MTU STATE BRIDGE OVER |
| 99 | 2026-08-20T02:23:14.126Z | ena0 phys 9216 up -- -- |
| 100 | 2026-08-20T02:23:14.126Z | ++ ipadm |
| 101 | 2026-08-20T02:23:14.130Z | ADDROBJ TYPE STATE ADDR |
| 102 | 2026-08-20T02:23:14.130Z | lo0/v4 static ok 127.0.0.1/8 |
| 103 | 2026-08-20T02:23:14.130Z | ena0/dhcp dhcp ok 10.150.1.207/24 |
| 104 | 2026-08-20T02:23:14.130Z | lo0/v6 static ok ::1/128 |
| 105 | 2026-08-20T02:23:14.130Z | ++ banner collect |
| 106 | 2026-08-20T02:23:14.130Z | |
| 107 | 2026-08-20T02:23:14.131Z | #### #### # # ###### #### ##### |
| 108 | 2026-08-20T02:23:14.131Z | # # # # # # # # # # |
| 109 | 2026-08-20T02:23:14.131Z | # # # # # ##### # # |
| 110 | 2026-08-20T02:23:14.131Z | # # # # # # # # |
| 111 | 2026-08-20T02:23:14.131Z | # # # # # # # # # # |
| 112 | 2026-08-20T02:23:14.131Z | #### #### ###### ###### ###### #### # |
| 113 | 2026-08-20T02:23:14.131Z | |
| 114 | 2026-08-20T02:23:14.131Z | ++ get_artifact softnpu image 591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 softnpu |
| 115 | 2026-08-20T02:23:14.131Z | ++ repo=softnpu |
| 116 | 2026-08-20T02:23:14.131Z | ++ series=image |
| 117 | 2026-08-20T02:23:14.131Z | ++ commit=591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28 |
| 118 | 2026-08-20T02:23:14.131Z | ++ name=softnpu |
| 119 | 2026-08-20T02:23:14.131Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 120 | 2026-08-20T02:23:14.131Z | ++ mkdir -p download |
| 121 | 2026-08-20T02:23:14.135Z | ++ pushd download |
| 122 | 2026-08-20T02:23:14.135Z | ++ [[ ! -f softnpu ]] |
| 123 | 2026-08-20T02:23:14.135Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 124 | 2026-08-20T02:23:14.135Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/softnpu/image/591c64bf9765b6ed7cd8615ceb8cf6f8d117bd28/softnpu |
| 125 | 2026-08-20T02:23:14.139Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 126 | 2026-08-20T02:23:14.139Z | Dload Upload Total Spent Left Speed |
| 127 | 2026-08-20T02:23:14.546Z |
0 0 0 0 0 0 0 0 0
100 15.63M 100 15.63M 0 0 38.34M 0 0
100 15.63M 100 15.63M 0 0 38.33M 0 0
100 15.63M 100 15.63M 0 0 38.33M 0 0 |
| 128 | 2026-08-20T02:23:14.551Z | ++ popd |
| 129 | 2026-08-20T02:23:14.551Z | /work/oxidecomputer/maghemite |
| 130 | 2026-08-20T02:23:14.551Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 libsidecar_lite.so |
| 131 | 2026-08-20T02:23:14.551Z | ++ repo=sidecar-lite |
| 132 | 2026-08-20T02:23:14.551Z | ++ series=release |
| 133 | 2026-08-20T02:23:14.551Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 134 | 2026-08-20T02:23:14.551Z | ++ name=libsidecar_lite.so |
| 135 | 2026-08-20T02:23:14.551Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 136 | 2026-08-20T02:23:14.551Z | ++ mkdir -p download |
| 137 | 2026-08-20T02:23:14.551Z | ++ pushd download |
| 138 | 2026-08-20T02:23:14.552Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 139 | 2026-08-20T02:23:14.552Z | ++ [[ ! -f libsidecar_lite.so ]] |
| 140 | 2026-08-20T02:23:14.552Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/libsidecar_lite.so |
| 141 | 2026-08-20T02:23:14.555Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 142 | 2026-08-20T02:23:14.556Z | Dload Upload Total Spent Left Speed |
| 143 | 2026-08-20T02:23:14.857Z |
0 0 0 0 0 0 0 0 0
100 12.04M 100 12.04M 0 0 40.16M 0 0
100 12.04M 100 12.04M 0 0 40.16M 0 0
100 12.04M 100 12.04M 0 0 40.15M 0 0 |
| 144 | 2026-08-20T02:23:14.863Z | ++ popd |
| 145 | 2026-08-20T02:23:14.863Z | /work/oxidecomputer/maghemite |
| 146 | 2026-08-20T02:23:14.863Z | ++ get_artifact sidecar-lite release a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 scadm |
| 147 | 2026-08-20T02:23:14.863Z | ++ repo=sidecar-lite |
| 148 | 2026-08-20T02:23:14.863Z | ++ series=release |
| 149 | 2026-08-20T02:23:14.863Z | ++ commit=a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5 |
| 150 | 2026-08-20T02:23:14.863Z | ++ name=scadm |
| 151 | 2026-08-20T02:23:14.863Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 152 | 2026-08-20T02:23:14.863Z | ++ mkdir -p download |
| 153 | 2026-08-20T02:23:14.864Z | ++ pushd download |
| 154 | 2026-08-20T02:23:14.864Z | ++ [[ ! -f scadm ]] |
| 155 | 2026-08-20T02:23:14.864Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/sidecar-lite/release/a95b7a9f78c08125f4e34106f5c885c7e9f2e8d5/scadm |
| 156 | 2026-08-20T02:23:14.864Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 157 | 2026-08-20T02:23:14.868Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 158 | 2026-08-20T02:23:14.868Z | Dload Upload Total Spent Left Speed |
| 159 | 2026-08-20T02:23:15.377Z |
0 0 0 0 0 0 0 0 0
100 15.78M 100 15.78M 0 0 30.84M 0 0
100 15.78M 100 15.78M 0 0 30.84M 0 0
100 15.78M 100 15.78M 0 0 30.83M 0 0 |
| 160 | 2026-08-20T02:23:15.381Z | ++ popd |
| 161 | 2026-08-20T02:23:15.381Z | /work/oxidecomputer/maghemite |
| 162 | 2026-08-20T02:23:15.382Z | ++ get_artifact dendrite image 803f6899e3bc64780a965d625e248e1d77e37d43 dendrite-softnpu.tar.gz |
| 163 | 2026-08-20T02:23:15.382Z | ++ repo=dendrite |
| 164 | 2026-08-20T02:23:15.382Z | ++ series=image |
| 165 | 2026-08-20T02:23:15.382Z | ++ commit=803f6899e3bc64780a965d625e248e1d77e37d43 |
| 166 | 2026-08-20T02:23:15.382Z | ++ name=dendrite-softnpu.tar.gz |
| 167 | 2026-08-20T02:23:15.382Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 168 | 2026-08-20T02:23:15.382Z | ++ mkdir -p download |
| 169 | 2026-08-20T02:23:15.382Z | ++ pushd download |
| 170 | 2026-08-20T02:23:15.382Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 171 | 2026-08-20T02:23:15.382Z | ++ [[ ! -f dendrite-softnpu.tar.gz ]] |
| 172 | 2026-08-20T02:23:15.382Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/dendrite/image/803f6899e3bc64780a965d625e248e1d77e37d43/dendrite-softnpu.tar.gz |
| 173 | 2026-08-20T02:23:15.386Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 174 | 2026-08-20T02:23:15.386Z | Dload Upload Total Spent Left Speed |
| 175 | 2026-08-20T02:23:16.677Z |
0 0 0 0 0 0 0 0 0
71 61.61M 71 43.98M 0 0 43.65M 0 00:01 00:01 43.66M
100 61.61M 100 61.61M 0 0 47.77M 0 00:01 00:01 43.66M
100 61.61M 100 61.61M 0 0 47.77M 0 00:01 00:01 43.66M
100 61.61M 100 61.61M 0 0 47.77M 0 00:01 00:01 43.66M |
| 176 | 2026-08-20T02:23:16.681Z | ++ popd |
| 177 | 2026-08-20T02:23:16.681Z | /work/oxidecomputer/maghemite |
| 178 | 2026-08-20T02:23:16.681Z | ++ get_artifact maghemite release ec98d0ddc0ae65518517548ff85e628b8e437e24 ddm |
| 179 | 2026-08-20T02:23:16.681Z | ++ repo=maghemite |
| 180 | 2026-08-20T02:23:16.681Z | ++ series=release |
| 181 | 2026-08-20T02:23:16.681Z | ++ commit=ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 182 | 2026-08-20T02:23:16.681Z | ++ name=ddm |
| 183 | 2026-08-20T02:23:16.682Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 184 | 2026-08-20T02:23:16.682Z | ++ mkdir -p download |
| 185 | 2026-08-20T02:23:16.712Z | ++ pushd download |
| 186 | 2026-08-20T02:23:16.712Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 187 | 2026-08-20T02:23:16.712Z | ++ [[ ! -f ddm ]] |
| 188 | 2026-08-20T02:23:16.712Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec98d0ddc0ae65518517548ff85e628b8e437e24/ddm |
| 189 | 2026-08-20T02:23:16.712Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 190 | 2026-08-20T02:23:16.712Z | Dload Upload Total Spent Left Speed |
| 191 | 2026-08-20T02:23:16.771Z |
0 0 0 0 0 0 0 0 0 |
| 192 | 2026-08-20T02:23:16.771Z | curl: (22) The requested URL returned error: 404 |
| 193 | 2026-08-20T02:23:16.776Z | ++ popd |
| 194 | 2026-08-20T02:23:16.776Z | /work/oxidecomputer/maghemite |
| 195 | 2026-08-20T02:23:16.776Z | ++ get_artifact maghemite release ec98d0ddc0ae65518517548ff85e628b8e437e24 ddmadm |
| 196 | 2026-08-20T02:23:16.776Z | ++ repo=maghemite |
| 197 | 2026-08-20T02:23:16.776Z | ++ series=release |
| 198 | 2026-08-20T02:23:16.776Z | ++ commit=ec98d0ddc0ae65518517548ff85e628b8e437e24 |
| 199 | 2026-08-20T02:23:16.776Z | ++ name=ddmadm |
| 200 | 2026-08-20T02:23:16.776Z | ++ url=https://buildomat.eng.oxide.computer/public/file/oxidecomputer |
| 201 | 2026-08-20T02:23:16.777Z | ++ mkdir -p download |
| 202 | 2026-08-20T02:23:16.777Z | ++ pushd download |
| 203 | 2026-08-20T02:23:16.777Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 204 | 2026-08-20T02:23:16.777Z | ++ [[ ! -f ddmadm ]] |
| 205 | 2026-08-20T02:23:16.777Z | ++ curl -fOL https://buildomat.eng.oxide.computer/public/file/oxidecomputer/maghemite/release/ec98d0ddc0ae65518517548ff85e628b8e437e24/ddmadm |
| 206 | 2026-08-20T02:23:16.785Z | % Total % Received % Xferd Average Speed Time Time Time Current |
| 207 | 2026-08-20T02:23:16.785Z | Dload Upload Total Spent Left Speed |
| 208 | 2026-08-20T02:23:16.842Z |
0 0 0 0 0 0 0 0 0 |
| 209 | 2026-08-20T02:23:16.842Z | curl: (22) The requested URL returned error: 404 |
| 210 | 2026-08-20T02:23:16.846Z | ++ popd |
| 211 | 2026-08-20T02:23:16.846Z | /work/oxidecomputer/maghemite |
| 212 | 2026-08-20T02:23:16.847Z | ++ pushd download |
| 213 | 2026-08-20T02:23:16.847Z | /work/oxidecomputer/maghemite/download /work/oxidecomputer/maghemite |
| 214 | 2026-08-20T02:23:16.847Z | ++ chmod +x softnpu |
| 215 | 2026-08-20T02:23:16.847Z | ++ chmod +x scadm |
| 216 | 2026-08-20T02:23:16.847Z | ++ chmod +x ddmadm |
| 217 | 2026-08-20T02:23:16.847Z | chmod: WARNING: can't access ddmadm |
| 218 | 2026-08-20T02:23:16.847Z | ++ chmod +x ddmd |
| 219 | 2026-08-20T02:23:16.847Z | chmod: WARNING: can't access ddmd |
| 220 | 2026-08-20T02:23:16.847Z | ++ mv ddmadm ddmadm-v2 |
| 221 | 2026-08-20T02:23:16.847Z | mv: cannot access ddmadm |
| 222 | 2026-08-20T02:23:16.847Z | ++ mv ddmd ddmd-v2 |
| 223 | 2026-08-20T02:23:16.852Z | mv: cannot access ddmd |
| 224 | 2026-08-20T02:23:16.852Z | ++ rm -rf zones/dendrite |
| 225 | 2026-08-20T02:23:16.853Z | ++ mkdir -p zones/dendrite |
| 226 | 2026-08-20T02:23:16.853Z | ++ tar -xzf dendrite-softnpu.tar.gz -C zones/dendrite |
| 227 | 2026-08-20T02:23:17.462Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/zone-network-setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/dendrite/manifest.xml |
| 228 | 2026-08-20T02:23:17.466Z | ++ sed -i 's#<service_fmri value='\''svc:/oxide/.*setup:default'\'' />##g' zones/dendrite/root/var/svc/manifest/site/tfport/manifest.xml |
| 229 | 2026-08-20T02:23:17.466Z | ++ popd |
| 230 | 2026-08-20T02:23:17.466Z | ++ banner install |
| 231 | 2026-08-20T02:23:17.466Z | /work/oxidecomputer/maghemite |
| 232 | 2026-08-20T02:23:17.466Z | |
| 233 | 2026-08-20T02:23:17.466Z | # # # #### ##### ## # # |
| 234 | 2026-08-20T02:23:17.466Z | # ## # # # # # # # |
| 235 | 2026-08-20T02:23:17.466Z | # # # # #### # # # # # |
| 236 | 2026-08-20T02:23:17.466Z | # # # # # # ###### # # |
| 237 | 2026-08-20T02:23:17.466Z | # # ## # # # # # # # |
| 238 | 2026-08-20T02:23:17.466Z | # # # #### # # # ###### ###### |
| 239 | 2026-08-20T02:23:17.466Z | |
| 240 | 2026-08-20T02:23:17.466Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 241 | 2026-08-20T02:23:17.466Z | ++ pfexec pkg install clang-15 |
| 242 | 2026-08-20T02:23:19.799Z | Startup: Refreshing catalog 'helios' ... Done |
| 243 | 2026-08-20T02:23:20.136Z | Startup: Caching catalogs ... Done |
| 244 | 2026-08-20T02:23:22.009Z | Planning: Solver setup ... Done |
| 245 | 2026-08-20T02:23:22.064Z | Planning: Running solver ... Done |
| 246 | 2026-08-20T02:23:22.124Z | Planning: Consolidating action changes ... Done |
| 247 | 2026-08-20T02:23:22.124Z | Planning: Evaluating mediators ... Done |
| 248 | 2026-08-20T02:23:22.128Z | Planning: Planning completed in 1.93 seconds |
| 249 | 2026-08-20T02:23:22.128Z | No updates necessary for this image. |
| 250 | 2026-08-20T02:23:22.328Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 251 | 2026-08-20T02:23:22.328Z | ++ pfexec pkg install pkg-config |
| 252 | 2026-08-20T02:23:22.608Z | Startup: Refreshing catalog 'helios' ... Done |
| 253 | 2026-08-20T02:23:24.466Z | Planning: Solver setup ... Done |
| 254 | 2026-08-20T02:23:24.533Z | Planning: Running solver ... Done |
| 255 | 2026-08-20T02:23:24.564Z | Planning: Consolidating action changes ... Done |
| 256 | 2026-08-20T02:23:24.565Z | Planning: Evaluating mediators ... Done |
| 257 | 2026-08-20T02:23:24.605Z | Planning: Planning completed in 1.95 seconds |
| 258 | 2026-08-20T02:23:24.605Z | No updates necessary for this image. |
| 259 | 2026-08-20T02:23:24.727Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 260 | 2026-08-20T02:23:24.727Z | ++ pfexec pkg install brand/omicron1 |
| 261 | 2026-08-20T02:23:24.962Z | Startup: Refreshing catalog 'helios' ... Done |
| 262 | 2026-08-20T02:23:26.776Z | Planning: Solver setup ... Done |
| 263 | 2026-08-20T02:23:26.831Z | Planning: Running solver ... Done |
| 264 | 2026-08-20T02:23:26.861Z | Planning: Finding local manifests ... Done |
| 265 | 2026-08-20T02:23:26.884Z | Planning: Fetching manifests: 0/2 0% complete |
| 266 | 2026-08-20T02:23:26.945Z | Planning: Fetching manifests: 2/2 100% complete |
| 267 | 2026-08-20T02:23:26.981Z | Planning: Package planning ... Done |
| 268 | 2026-08-20T02:23:26.981Z | Planning: Merging actions ... Done |
| 269 | 2026-08-20T02:23:27.078Z | Planning: Checking for conflicting actions ... Done |
| 270 | 2026-08-20T02:23:27.136Z | Planning: Consolidating action changes ... Done |
| 271 | 2026-08-20T02:23:31.189Z | Planning: Evaluating mediators ... Done |
| 272 | 2026-08-20T02:23:31.273Z | Planning: Planning completed in 2.89 seconds |
| 273 | 2026-08-20T02:23:31.273Z | Packages to install: 2 |
| 274 | 2026-08-20T02:23:31.273Z | Create boot environment: No |
| 275 | 2026-08-20T02:23:31.273Z | Create backup boot environment: No |
| 276 | 2026-08-20T02:23:31.274Z | |
| 277 | 2026-08-20T02:23:31.274Z | Download: 0/5 items 0.0/1.0MB 0% complete |
| 278 | 2026-08-20T02:23:31.274Z | Download: Completed 1.01 MB in 0.02 seconds (55.9M/s) |
| 279 | 2026-08-20T02:23:31.274Z | Actions: 1/28 actions (Installing new actions) |
| 280 | 2026-08-20T02:23:31.274Z | Actions: Completed 28 actions in 0.01 seconds. |
| 281 | 2026-08-20T02:23:31.274Z | Finalize: Updating package state database ... Done |
| 282 | 2026-08-20T02:23:31.274Z | Finalize: Updating package cache ... Done |
| 283 | 2026-08-20T02:23:31.274Z | Finalize: Updating image state ... Done |
| 284 | 2026-08-20T02:23:31.322Z | Finalize: Creating fast lookup database ... Done |
| 285 | 2026-08-20T02:23:31.322Z | Finalize: Reading search index ... Done |
| 286 | 2026-08-20T02:23:31.322Z | Finalize: Updating search index ... Done |
| 287 | 2026-08-20T02:23:31.322Z | Finalize: Updating package cache ... Done |
| 288 | 2026-08-20T02:23:31.322Z | ++ for p in clang-15 pkg-config brand/omicron1 brand/omicron1/tools |
| 289 | 2026-08-20T02:23:31.322Z | ++ pfexec pkg install brand/omicron1/tools |
| 290 | 2026-08-20T02:23:31.322Z | Startup: Refreshing catalog 'helios' ... Done |
| 291 | 2026-08-20T02:23:32.903Z | Planning: Solver setup ... Done |
| 292 | 2026-08-20T02:23:32.955Z | Planning: Running solver ... Done |
| 293 | 2026-08-20T02:23:32.995Z | Planning: Finding local manifests ... Done |
| 294 | 2026-08-20T02:23:32.998Z | Planning: Fetching manifests: 0/1 0% complete |
| 295 | 2026-08-20T02:23:33.011Z | Planning: Fetching manifests: 1/1 100% complete |
| 296 | 2026-08-20T02:23:33.025Z | Planning: Package planning ... Done |
| 297 | 2026-08-20T02:23:33.028Z | Planning: Merging actions ... Done |
| 298 | 2026-08-20T02:23:33.157Z | Planning: Checking for conflicting actions ... Done |
| 299 | 2026-08-20T02:23:33.160Z | Planning: Consolidating action changes ... Done |
| 300 | 2026-08-20T02:23:33.317Z | Planning: Evaluating mediators ... Done |
| 301 | 2026-08-20T02:23:33.319Z | Planning: Planning completed in 2.28 seconds |
| 302 | 2026-08-20T02:23:33.327Z | Packages to install: 1 |
| 303 | 2026-08-20T02:23:33.327Z | Services to change: 1 |
| 304 | 2026-08-20T02:23:33.327Z | Create boot environment: No |
| 305 | 2026-08-20T02:23:33.327Z | Create backup boot environment: No |
| 306 | 2026-08-20T02:23:33.343Z | |
| 307 | 2026-08-20T02:23:33.343Z | Download: 0/2 items 0.0/1.1MB 0% complete |
| 308 | 2026-08-20T02:23:33.366Z | Download: Completed 1.13 MB in 0.02 seconds (48.7M/s) |
| 309 | 2026-08-20T02:23:33.416Z | Actions: 1/19 actions (Installing new actions) |
| 310 | 2026-08-20T02:23:33.431Z | Actions: Completed 19 actions in 0.01 seconds. |
| 311 | 2026-08-20T02:23:33.459Z | Finalize: Updating package state database ... Done |
| 312 | 2026-08-20T02:23:33.460Z | Finalize: Updating package cache ... Done |
| 313 | 2026-08-20T02:23:33.541Z | Finalize: Updating image state ... Done |
| 314 | 2026-08-20T02:23:35.562Z | Finalize: Creating fast lookup database ... Done |
| 315 | 2026-08-20T02:23:35.631Z | Finalize: Reading search index ... Done |
| 316 | 2026-08-20T02:23:35.637Z | Finalize: Updating search index ... Done |
| 317 | 2026-08-20T02:23:35.743Z | Finalize: Updating package cache ... Done |
| 318 | 2026-08-20T02:23:35.808Z | ++ pfexec svcadm enable baseline |
| 319 | 2026-08-20T02:23:35.823Z | ++ retry=0 |
| 320 | 2026-08-20T02:23:35.828Z | +++ svcs -Hostate baseline |
| 321 | 2026-08-20T02:23:35.840Z | ++ [[ offline* != online ]] |
| 322 | 2026-08-20T02:23:35.840Z | ++ [[ 0 -gt 300 ]] |
| 323 | 2026-08-20T02:23:35.844Z | ++ sleep 1 |
| 324 | 2026-08-20T02:23:36.844Z | ++ retry=1 |
| 325 | 2026-08-20T02:23:36.861Z | +++ svcs -Hostate baseline |
| 326 | 2026-08-20T02:23:36.882Z | ++ [[ offline* != online ]] |
| 327 | 2026-08-20T02:23:36.882Z | ++ [[ 1 -gt 300 ]] |
| 328 | 2026-08-20T02:23:36.882Z | ++ sleep 1 |
| 329 | 2026-08-20T02:23:37.859Z | ++ retry=2 |
| 330 | 2026-08-20T02:23:37.863Z | +++ svcs -Hostate baseline |
| 331 | 2026-08-20T02:23:37.874Z | ++ [[ offline* != online ]] |
| 332 | 2026-08-20T02:23:37.874Z | ++ [[ 2 -gt 300 ]] |
| 333 | 2026-08-20T02:23:37.874Z | ++ sleep 1 |
| 334 | 2026-08-20T02:23:38.878Z | ++ retry=3 |
| 335 | 2026-08-20T02:23:38.881Z | +++ svcs -Hostate baseline |
| 336 | 2026-08-20T02:23:38.891Z | ++ [[ offline* != online ]] |
| 337 | 2026-08-20T02:23:38.891Z | ++ [[ 3 -gt 300 ]] |
| 338 | 2026-08-20T02:23:38.891Z | ++ sleep 1 |
| 339 | 2026-08-20T02:23:39.894Z | ++ retry=4 |
| 340 | 2026-08-20T02:23:39.898Z | +++ svcs -Hostate baseline |
| 341 | 2026-08-20T02:23:39.909Z | ++ [[ offline* != online ]] |
| 342 | 2026-08-20T02:23:39.912Z | ++ [[ 4 -gt 300 ]] |
| 343 | 2026-08-20T02:23:39.912Z | ++ sleep 1 |
| 344 | 2026-08-20T02:23:40.910Z | ++ retry=5 |
| 345 | 2026-08-20T02:23:40.915Z | +++ svcs -Hostate baseline |
| 346 | 2026-08-20T02:23:40.926Z | ++ [[ offline* != online ]] |
| 347 | 2026-08-20T02:23:40.926Z | ++ [[ 5 -gt 300 ]] |
| 348 | 2026-08-20T02:23:40.926Z | ++ sleep 1 |
| 349 | 2026-08-20T02:23:41.928Z | ++ retry=6 |
| 350 | 2026-08-20T02:23:41.932Z | +++ svcs -Hostate baseline |
| 351 | 2026-08-20T02:23:41.944Z | ++ [[ offline* != online ]] |
| 352 | 2026-08-20T02:23:41.944Z | ++ [[ 6 -gt 300 ]] |
| 353 | 2026-08-20T02:23:41.944Z | ++ sleep 1 |
| 354 | 2026-08-20T02:23:42.946Z | ++ retry=7 |
| 355 | 2026-08-20T02:23:42.956Z | +++ svcs -Hostate baseline |
| 356 | 2026-08-20T02:23:42.963Z | ++ [[ offline* != online ]] |
| 357 | 2026-08-20T02:23:42.963Z | ++ [[ 7 -gt 300 ]] |
| 358 | 2026-08-20T02:23:42.963Z | ++ sleep 1 |
| 359 | 2026-08-20T02:23:43.964Z | ++ retry=8 |
| 360 | 2026-08-20T02:23:43.968Z | +++ svcs -Hostate baseline |
| 361 | 2026-08-20T02:23:43.983Z | ++ [[ offline* != online ]] |
| 362 | 2026-08-20T02:23:43.983Z | ++ [[ 8 -gt 300 ]] |
| 363 | 2026-08-20T02:23:43.983Z | ++ sleep 1 |
| 364 | 2026-08-20T02:23:44.983Z | ++ retry=9 |
| 365 | 2026-08-20T02:23:44.987Z | +++ svcs -Hostate baseline |
| 366 | 2026-08-20T02:23:45.000Z | ++ [[ offline* != online ]] |
| 367 | 2026-08-20T02:23:45.000Z | ++ [[ 9 -gt 300 ]] |
| 368 | 2026-08-20T02:23:45.000Z | ++ sleep 1 |
| 369 | 2026-08-20T02:23:46.002Z | ++ retry=10 |
| 370 | 2026-08-20T02:23:46.013Z | +++ svcs -Hostate baseline |
| 371 | 2026-08-20T02:23:46.018Z | ++ [[ offline* != online ]] |
| 372 | 2026-08-20T02:23:46.018Z | ++ [[ 10 -gt 300 ]] |
| 373 | 2026-08-20T02:23:46.018Z | ++ sleep 1 |
| 374 | 2026-08-20T02:23:47.022Z | ++ retry=11 |
| 375 | 2026-08-20T02:23:47.026Z | +++ svcs -Hostate baseline |
| 376 | 2026-08-20T02:23:47.036Z | ++ [[ offline* != online ]] |
| 377 | 2026-08-20T02:23:47.036Z | ++ [[ 11 -gt 300 ]] |
| 378 | 2026-08-20T02:23:47.036Z | ++ sleep 1 |
| 379 | 2026-08-20T02:23:48.038Z | ++ retry=12 |
| 380 | 2026-08-20T02:23:48.041Z | +++ svcs -Hostate baseline |
| 381 | 2026-08-20T02:23:48.055Z | ++ [[ offline* != online ]] |
| 382 | 2026-08-20T02:23:48.055Z | ++ [[ 12 -gt 300 ]] |
| 383 | 2026-08-20T02:23:48.055Z | ++ sleep 1 |
| 384 | 2026-08-20T02:23:49.056Z | ++ retry=13 |
| 385 | 2026-08-20T02:23:49.060Z | +++ svcs -Hostate baseline |
| 386 | 2026-08-20T02:23:49.072Z | ++ [[ offline* != online ]] |
| 387 | 2026-08-20T02:23:49.072Z | ++ [[ 13 -gt 300 ]] |
| 388 | 2026-08-20T02:23:49.076Z | ++ sleep 1 |
| 389 | 2026-08-20T02:23:50.076Z | ++ retry=14 |
| 390 | 2026-08-20T02:23:50.081Z | +++ svcs -Hostate baseline |
| 391 | 2026-08-20T02:23:50.090Z | ++ [[ offline* != online ]] |
| 392 | 2026-08-20T02:23:50.090Z | ++ [[ 14 -gt 300 ]] |
| 393 | 2026-08-20T02:23:50.090Z | ++ sleep 1 |
| 394 | 2026-08-20T02:23:51.097Z | ++ retry=15 |
| 395 | 2026-08-20T02:23:51.101Z | +++ svcs -Hostate baseline |
| 396 | 2026-08-20T02:23:51.108Z | ++ [[ offline* != online ]] |
| 397 | 2026-08-20T02:23:51.108Z | ++ [[ 15 -gt 300 ]] |
| 398 | 2026-08-20T02:23:51.108Z | ++ sleep 1 |
| 399 | 2026-08-20T02:23:52.110Z | ++ retry=16 |
| 400 | 2026-08-20T02:23:52.118Z | +++ svcs -Hostate baseline |
| 401 | 2026-08-20T02:23:52.125Z | ++ [[ offline* != online ]] |
| 402 | 2026-08-20T02:23:52.126Z | ++ [[ 16 -gt 300 ]] |
| 403 | 2026-08-20T02:23:52.126Z | ++ sleep 1 |
| 404 | 2026-08-20T02:23:53.128Z | ++ retry=17 |
| 405 | 2026-08-20T02:23:53.133Z | +++ svcs -Hostate baseline |
| 406 | 2026-08-20T02:23:53.143Z | ++ [[ offline* != online ]] |
| 407 | 2026-08-20T02:23:53.143Z | ++ [[ 17 -gt 300 ]] |
| 408 | 2026-08-20T02:23:53.143Z | ++ sleep 1 |
| 409 | 2026-08-20T02:23:54.146Z | ++ retry=18 |
| 410 | 2026-08-20T02:23:54.151Z | +++ svcs -Hostate baseline |
| 411 | 2026-08-20T02:23:54.161Z | ++ [[ offline* != online ]] |
| 412 | 2026-08-20T02:23:54.161Z | ++ [[ 18 -gt 300 ]] |
| 413 | 2026-08-20T02:23:54.161Z | ++ sleep 1 |
| 414 | 2026-08-20T02:23:55.163Z | ++ retry=19 |
| 415 | 2026-08-20T02:23:55.167Z | +++ svcs -Hostate baseline |
| 416 | 2026-08-20T02:23:55.178Z | ++ [[ online != online ]] |
| 417 | 2026-08-20T02:23:55.178Z | ++ set -o errexit |
| 418 | 2026-08-20T02:23:55.181Z | ++ set -o pipefail |
| 419 | 2026-08-20T02:23:55.182Z | ++ banner build |
| 420 | 2026-08-20T02:23:55.182Z | |
| 421 | 2026-08-20T02:23:55.182Z | ##### # # # # ##### |
| 422 | 2026-08-20T02:23:55.182Z | # # # # # # # # |
| 423 | 2026-08-20T02:23:55.182Z | ##### # # # # # # |
| 424 | 2026-08-20T02:23:55.182Z | # # # # # # # # |
| 425 | 2026-08-20T02:23:55.182Z | # # # # # # # # |
| 426 | 2026-08-20T02:23:55.182Z | ##### #### # ###### ##### |
| 427 | 2026-08-20T02:23:55.182Z | |
| 428 | 2026-08-20T02:23:55.182Z | ++ cargo build --release --bin ddmd --bin ddmadm |
| 429 | 2026-08-20T02:23:55.274Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 430 | 2026-08-20T02:23:56.262Z | From https://github.com/oxidecomputer/falcon |
| 431 | 2026-08-20T02:23:56.262Z | * [new ref] 021420c1e2f1ac9c66759d5df44979940a1ac483 -> refs/commit/021420c1e2f1ac9c66759d5df44979940a1ac483 |
| 432 | 2026-08-20T02:23:56.339Z | Updating crates.io index |
| 433 | 2026-08-20T02:23:56.345Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
| 434 | 2026-08-20T02:23:56.887Z | From https://github.com/oxidecomputer/dendrite |
| 435 | 2026-08-20T02:23:56.888Z | * [new ref] 803f6899e3bc64780a965d625e248e1d77e37d43 -> refs/commit/803f6899e3bc64780a965d625e248e1d77e37d43 |
| 436 | 2026-08-20T02:23:56.922Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 437 | 2026-08-20T02:23:57.250Z | From https://github.com/oxidecomputer/ispf |
| 438 | 2026-08-20T02:23:57.251Z | * [new ref] 2e04bbfe8547b95e92f0dcdd85e08efb974eda0a -> refs/commit/2e04bbfe8547b95e92f0dcdd85e08efb974eda0a |
| 439 | 2026-08-20T02:23:57.256Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 440 | 2026-08-20T02:23:57.646Z | From https://github.com/oxidecomputer/netadm-sys |
| 441 | 2026-08-20T02:23:57.646Z | * [new ref] 83c624ff7a18197f8073682af91e8eed833242a2 -> refs/commit/83c624ff7a18197f8073682af91e8eed833242a2 |
| 442 | 2026-08-20T02:23:57.652Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
| 443 | 2026-08-20T02:24:03.537Z | From https://github.com/oxidecomputer/omicron |
| 444 | 2026-08-20T02:24:03.538Z | * [new ref] d6fba551d0d8756f87c1e45144b71812d71a661b -> refs/commit/d6fba551d0d8756f87c1e45144b71812d71a661b |
| 445 | 2026-08-20T02:24:03.955Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 446 | 2026-08-20T02:24:04.743Z | From https://github.com/oxidecomputer/opte |
| 447 | 2026-08-20T02:24:04.743Z | * [new ref] aa4714289cbf28010a821c49d9b73ec94074fb91 -> refs/commit/aa4714289cbf28010a821c49d9b73ec94074fb91 |
| 448 | 2026-08-20T02:24:04.773Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 449 | 2026-08-20T02:24:05.115Z | From https://github.com/oxidecomputer/slog-error-chain |
| 450 | 2026-08-20T02:24:05.115Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
| 451 | 2026-08-20T02:24:05.124Z | Updating git repository `https://github.com/illumos/smf-rs` |
| 452 | 2026-08-20T02:24:05.432Z | From https://github.com/illumos/smf-rs |
| 453 | 2026-08-20T02:24:05.432Z | * [new ref] 72389b5161d2cca1f0e239b337af68bf31f191f4 -> refs/commit/72389b5161d2cca1f0e239b337af68bf31f191f4 |
| 454 | 2026-08-20T02:24:05.439Z | Updating git repository `https://github.com/oxidecomputer/network-interface` |
| 455 | 2026-08-20T02:24:05.748Z | From https://github.com/oxidecomputer/network-interface |
| 456 | 2026-08-20T02:24:05.748Z | * [new ref] 5a696e910333bdc50ef56cebe9cdd78e40127d87 -> refs/commit/5a696e910333bdc50ef56cebe9cdd78e40127d87 |
| 457 | 2026-08-20T02:24:05.754Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 458 | 2026-08-20T02:24:06.077Z | From https://github.com/oxidecomputer/zone |
| 459 | 2026-08-20T02:24:06.077Z | * [new ref] 008474e88f0c2137e8672b7a9059e3f8e0b0df91 -> refs/commit/008474e88f0c2137e8672b7a9059e3f8e0b0df91 |
| 460 | 2026-08-20T02:24:06.085Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 461 | 2026-08-20T02:24:06.753Z | From https://github.com/oxidecomputer/propolis |
| 462 | 2026-08-20T02:24:06.753Z | * [new ref] 36f20be9bb4c3b362029237f5feb6377c982395f -> refs/commit/36f20be9bb4c3b362029237f5feb6377c982395f |
| 463 | 2026-08-20T02:24:06.796Z | Updating git repository `https://github.com/oxidecomputer/transceiver-control` |
| 464 | 2026-08-20T02:24:07.354Z | From https://github.com/oxidecomputer/transceiver-control |
| 465 | 2026-08-20T02:24:07.354Z | * [new ref] 9b21e39af969637c09e1eaf6538c0f32b01733ea -> refs/commit/9b21e39af969637c09e1eaf6538c0f32b01733ea |
| 466 | 2026-08-20T02:24:07.363Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 467 | 2026-08-20T02:24:07.669Z | From https://github.com/oxidecomputer/dlpi-sys |
| 468 | 2026-08-20T02:24:07.669Z | * [new ref] b0887ece420ff6d641fb62e4a6cbd8788fc822d1 -> refs/commit/b0887ece420ff6d641fb62e4a6cbd8788fc822d1 |
| 469 | 2026-08-20T02:24:07.675Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 470 | 2026-08-20T02:24:08.019Z | From https://github.com/jmesmon/rust-libzfs |
| 471 | 2026-08-20T02:24:08.019Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
| 472 | 2026-08-20T02:24:08.023Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 473 | 2026-08-20T02:24:08.313Z | From https://github.com/oxidecomputer/rusty-doors |
| 474 | 2026-08-20T02:24:08.314Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
| 475 | 2026-08-20T02:24:08.321Z | Updating git repository `https://github.com/oxidecomputer/lldp` |
| 476 | 2026-08-20T02:24:08.702Z | From https://github.com/oxidecomputer/lldp |
| 477 | 2026-08-20T02:24:08.703Z | * [new ref] 54b266174d4de9628bca9c97b0db176e16f12154 -> refs/commit/54b266174d4de9628bca9c97b0db176e16f12154 |
| 478 | 2026-08-20T02:24:08.717Z | Updating git repository `https://github.com/oxidecomputer/tufaceous` |
| 479 | 2026-08-20T02:24:09.061Z | From https://github.com/oxidecomputer/tufaceous |
| 480 | 2026-08-20T02:24:09.061Z | * [new ref] a7d440f5a111c7e3504e8eb125c105d7baf0deab -> refs/commit/a7d440f5a111c7e3504e8eb125c105d7baf0deab |
| 481 | 2026-08-20T02:24:09.071Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 482 | 2026-08-20T02:24:09.584Z | From https://github.com/oxidecomputer/management-gateway-service |
| 483 | 2026-08-20T02:24:09.584Z | * [new ref] 6c0aca2545a73fd75536e149d29faa7108be5862 -> refs/commit/6c0aca2545a73fd75536e149d29faa7108be5862 |
| 484 | 2026-08-20T02:24:09.597Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 485 | 2026-08-20T02:24:10.861Z | From https://github.com/oxidecomputer/crucible |
| 486 | 2026-08-20T02:24:10.861Z | * [new ref] 7103cd3a3d7b0112d2949dd135db06fef0c156bb -> refs/commit/7103cd3a3d7b0112d2949dd135db06fef0c156bb |
| 487 | 2026-08-20T02:24:10.913Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 488 | 2026-08-20T02:24:11.178Z | From https://github.com/oxidecomputer/serde_human_bytes |
| 489 | 2026-08-20T02:24:11.178Z | * [new ref] 8f60acdfe7c6d9e2a01f59be920c1c2b19129322 -> refs/commit/8f60acdfe7c6d9e2a01f59be920c1c2b19129322 |
| 490 | 2026-08-20T02:24:11.187Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 491 | 2026-08-20T02:24:11.624Z | From https://github.com/oxidecomputer/propolis |
| 492 | 2026-08-20T02:24:11.624Z | * [new ref] 6873add79b835f7932d9fe928340886df8e49676 -> refs/commit/6873add79b835f7932d9fe928340886df8e49676 |
| 493 | 2026-08-20T02:24:11.668Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 494 | 2026-08-20T02:24:12.549Z | From https://github.com/oxidecomputer/crucible |
| 495 | 2026-08-20T02:24:12.549Z | * [new ref] bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 -> refs/commit/bd9a0e2abe6b6b89aec8c85f4ee57474144ed150 |
| 496 | 2026-08-20T02:24:12.608Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 497 | 2026-08-20T02:24:12.982Z | From https://github.com/oxidecomputer/tofino |
| 498 | 2026-08-20T02:24:12.982Z | * [new ref] d79800f92f2245a9160b5ff6d8546ecbffa82ddc -> refs/commit/d79800f92f2245a9160b5ff6d8546ecbffa82ddc |
| 499 | 2026-08-20T02:24:12.991Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 500 | 2026-08-20T02:24:13.736Z | From https://github.com/oxidecomputer/maghemite |
| 501 | 2026-08-20T02:24:13.736Z | * [new ref] 7696ee48d5ee29a917dea459e281fe2e8ff20513 -> refs/commit/7696ee48d5ee29a917dea459e281fe2e8ff20513 |
| 502 | 2026-08-20T02:24:13.769Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
| 503 | 2026-08-20T02:24:14.100Z | From https://github.com/oxidecomputer/clickward |
| 504 | 2026-08-20T02:24:14.100Z | * [new ref] e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 -> refs/commit/e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737 |
| 505 | 2026-08-20T02:24:14.106Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 506 | 2026-08-20T02:24:14.676Z | From https://github.com/oxidecomputer/illumos-devinfo |
| 507 | 2026-08-20T02:24:14.676Z | * [new ref] 4323b17bfdd0c94d2875ac64b47f0e60fac1d640 -> refs/commit/4323b17bfdd0c94d2875ac64b47f0e60fac1d640 |
| 508 | 2026-08-20T02:24:17.057Z | Downloading crates ... |
| 509 | 2026-08-20T02:24:17.103Z | Downloaded adler2 v2.0.1 |
| 510 | 2026-08-20T02:24:17.107Z | Downloaded autocfg v1.5.1 |
| 511 | 2026-08-20T02:24:17.110Z | Downloaded argon2 v0.5.3 |
| 512 | 2026-08-20T02:24:17.113Z | Downloaded bit-set v0.8.0 |
| 513 | 2026-08-20T02:24:17.116Z | Downloaded async-trait v0.1.92 |
| 514 | 2026-08-20T02:24:17.119Z | Downloaded cfg_aliases v0.2.2 |
| 515 | 2026-08-20T02:24:17.120Z | Downloaded async-stream v0.3.6 |
| 516 | 2026-08-20T02:24:17.120Z | Downloaded base16ct v0.2.0 |
| 517 | 2026-08-20T02:24:17.120Z | Downloaded anstream v1.0.0 |
| 518 | 2026-08-20T02:24:17.123Z | Downloaded backoff v0.4.0 |
| 519 | 2026-08-20T02:24:17.127Z | Downloaded atomicwrites v0.4.4 |
| 520 | 2026-08-20T02:24:17.127Z | Downloaded ahash v0.8.12 |
| 521 | 2026-08-20T02:24:17.127Z | Downloaded bitflags v1.3.2 |
| 522 | 2026-08-20T02:24:17.130Z | Downloaded bcs v0.1.6 |
| 523 | 2026-08-20T02:24:17.130Z | Downloaded block-buffer v0.10.4 |
| 524 | 2026-08-20T02:24:17.130Z | Downloaded aead v0.5.2 |
| 525 | 2026-08-20T02:24:17.130Z | Downloaded atomic-waker v1.1.2 |
| 526 | 2026-08-20T02:24:17.135Z | Downloaded base64ct v1.8.3 |
| 527 | 2026-08-20T02:24:17.135Z | Downloaded async-recursion v1.1.1 |
| 528 | 2026-08-20T02:24:17.138Z | Downloaded async-stream-impl v0.3.6 |
| 529 | 2026-08-20T02:24:17.138Z | Downloaded base16ct v1.0.0 |
| 530 | 2026-08-20T02:24:17.138Z | Downloaded lazy_static v1.5.0 |
| 531 | 2026-08-20T02:24:17.141Z | Downloaded bs58 v0.5.1 |
| 532 | 2026-08-20T02:24:17.146Z | Downloaded ingot-macros v0.2.0 |
| 533 | 2026-08-20T02:24:17.151Z | Downloaded darling v0.23.0 |
| 534 | 2026-08-20T02:24:17.151Z | Downloaded num_threads v0.1.7 |
| 535 | 2026-08-20T02:24:17.151Z | Downloaded mime v0.3.17 |
| 536 | 2026-08-20T02:24:17.155Z | Downloaded ident_case v1.0.1 |
| 537 | 2026-08-20T02:24:17.155Z | Downloaded idna_adapter v1.2.2 |
| 538 | 2026-08-20T02:24:17.162Z | Downloaded indent_write v2.2.0 |
| 539 | 2026-08-20T02:24:17.165Z | Downloaded anstyle v1.0.14 |
| 540 | 2026-08-20T02:24:17.169Z | Downloaded libsw v3.5.0 |
| 541 | 2026-08-20T02:24:17.169Z | Downloaded byteorder v1.5.0 |
| 542 | 2026-08-20T02:24:17.169Z | Downloaded anstyle-query v1.1.5 |
| 543 | 2026-08-20T02:24:17.172Z | Downloaded chacha20 v0.9.1 |
| 544 | 2026-08-20T02:24:17.172Z | Downloaded jiff-static v0.2.35 |
| 545 | 2026-08-20T02:24:17.176Z | Downloaded const-random v0.1.18 |
| 546 | 2026-08-20T02:24:17.176Z | Downloaded cpufeatures v0.3.0 |
| 547 | 2026-08-20T02:24:17.176Z | Downloaded inout v0.1.4 |
| 548 | 2026-08-20T02:24:17.179Z | Downloaded instant v0.1.13 |
| 549 | 2026-08-20T02:24:17.179Z | Downloaded is-terminal v0.4.17 |
| 550 | 2026-08-20T02:24:17.179Z | Downloaded bit-vec v0.8.0 |
| 551 | 2026-08-20T02:24:17.183Z | Downloaded memmap v0.7.0 |
| 552 | 2026-08-20T02:24:17.183Z | Downloaded anstyle-parse v1.0.0 |
| 553 | 2026-08-20T02:24:17.187Z | Downloaded lru-slab v0.1.2 |
| 554 | 2026-08-20T02:24:17.187Z | Downloaded hyper-rustls v0.27.9 |
| 555 | 2026-08-20T02:24:17.187Z | Downloaded multer v3.1.0 |
| 556 | 2026-08-20T02:24:17.187Z | Downloaded num-rational v0.4.2 |
| 557 | 2026-08-20T02:24:17.187Z | Downloaded base64 v0.22.1 |
| 558 | 2026-08-20T02:24:17.190Z | Downloaded ciborium-io v0.2.2 |
| 559 | 2026-08-20T02:24:17.191Z | Downloaded ingot-types v0.2.0 |
| 560 | 2026-08-20T02:24:17.196Z | Downloaded block-buffer v0.12.1 |
| 561 | 2026-08-20T02:24:17.196Z | Downloaded colorchoice v1.0.5 |
| 562 | 2026-08-20T02:24:17.196Z | Downloaded compression-core v0.4.32 |
| 563 | 2026-08-20T02:24:17.196Z | Downloaded cpufeatures v0.2.17 |
| 564 | 2026-08-20T02:24:17.196Z | Downloaded iana-time-zone v0.1.65 |
| 565 | 2026-08-20T02:24:17.200Z | Downloaded icu_provider v2.2.0 |
| 566 | 2026-08-20T02:24:17.200Z | Downloaded ciborium-ll v0.2.2 |
| 567 | 2026-08-20T02:24:17.200Z | Downloaded crc8 v0.1.1 |
| 568 | 2026-08-20T02:24:17.200Z | Downloaded icu_properties v2.2.0 |
| 569 | 2026-08-20T02:24:17.200Z | Downloaded omicron-workspace-hack v0.1.0 |
| 570 | 2026-08-20T02:24:17.200Z | Downloaded convert_case v0.4.0 |
| 571 | 2026-08-20T02:24:17.204Z | Downloaded crypto-common v0.1.7 |
| 572 | 2026-08-20T02:24:17.204Z | Downloaded cobs v0.3.0 |
| 573 | 2026-08-20T02:24:17.204Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 574 | 2026-08-20T02:24:17.204Z | Downloaded macaddr v1.0.1 |
| 575 | 2026-08-20T02:24:17.204Z | Downloaded const-random-macro v0.1.16 |
| 576 | 2026-08-20T02:24:17.204Z | Downloaded same-file v1.0.6 |
| 577 | 2026-08-20T02:24:17.208Z | Downloaded httpdate v1.0.3 |
| 578 | 2026-08-20T02:24:17.208Z | Downloaded linked-hash-map v0.5.6 |
| 579 | 2026-08-20T02:24:17.208Z | Downloaded newtype-uuid-macros v0.1.1 |
| 580 | 2026-08-20T02:24:17.211Z | Downloaded camino-tempfile v1.4.1 |
| 581 | 2026-08-20T02:24:17.211Z | Downloaded ingot v0.2.1 |
| 582 | 2026-08-20T02:24:17.211Z | Downloaded newtype_derive v0.1.6 |
| 583 | 2026-08-20T02:24:17.211Z | Downloaded blake2 v0.10.6 |
| 584 | 2026-08-20T02:24:17.215Z | Downloaded ingot v0.1.1 |
| 585 | 2026-08-20T02:24:17.219Z | Downloaded cfg-if v1.0.4 |
| 586 | 2026-08-20T02:24:17.220Z | Downloaded daft-derive v0.1.8 |
| 587 | 2026-08-20T02:24:17.223Z | Downloaded lru-cache v0.1.2 |
| 588 | 2026-08-20T02:24:17.223Z | Downloaded olpc-cjson v0.1.4 |
| 589 | 2026-08-20T02:24:17.223Z | Downloaded match_cfg v0.1.0 |
| 590 | 2026-08-20T02:24:17.226Z | Downloaded clap_lex v1.1.0 |
| 591 | 2026-08-20T02:24:17.226Z | Downloaded crucible-workspace-hack v0.1.0 |
| 592 | 2026-08-20T02:24:17.226Z | Downloaded libsw-core v0.3.2 |
| 593 | 2026-08-20T02:24:17.230Z | Downloaded lock_api v0.4.14 |
| 594 | 2026-08-20T02:24:17.230Z | Downloaded crunchy v0.2.4 |
| 595 | 2026-08-20T02:24:17.233Z | Downloaded ingot-types v0.1.2 |
| 596 | 2026-08-20T02:24:17.237Z | Downloaded natord v1.0.9 |
| 597 | 2026-08-20T02:24:17.237Z | Downloaded newline-converter v0.3.0 |
| 598 | 2026-08-20T02:24:17.237Z | Downloaded num-conv v0.2.2 |
| 599 | 2026-08-20T02:24:17.237Z | Downloaded keccak v0.1.6 |
| 600 | 2026-08-20T02:24:17.237Z | Downloaded konst_macro_rules v0.2.19 |
| 601 | 2026-08-20T02:24:17.237Z | Downloaded cstr-argument v0.1.2 |
| 602 | 2026-08-20T02:24:17.245Z | Downloaded memoffset v0.9.1 |
| 603 | 2026-08-20T02:24:17.245Z | Downloaded is_terminal_polyfill v1.70.2 |
| 604 | 2026-08-20T02:24:17.245Z | Downloaded managed v0.8.0 |
| 605 | 2026-08-20T02:24:17.248Z | Downloaded internet-checksum v0.2.1 |
| 606 | 2026-08-20T02:24:17.248Z | Downloaded linear-map v1.2.0 |
| 607 | 2026-08-20T02:24:17.248Z | Downloaded opaque-debug v0.3.1 |
| 608 | 2026-08-20T02:24:17.248Z | Downloaded crypto-common v0.2.2 |
| 609 | 2026-08-20T02:24:17.248Z | Downloaded scroll_derive v0.12.1 |
| 610 | 2026-08-20T02:24:17.248Z | Downloaded anyhow v1.0.104 |
| 611 | 2026-08-20T02:24:17.248Z | Downloaded bitflags v2.13.1 |
| 612 | 2026-08-20T02:24:17.251Z | Downloaded crossbeam-utils v0.8.22 |
| 613 | 2026-08-20T02:24:17.251Z | Downloaded backon v1.6.0 |
| 614 | 2026-08-20T02:24:17.251Z | Downloaded byte-wrapper v0.1.0 |
| 615 | 2026-08-20T02:24:17.254Z | Downloaded cargo_toml v0.22.3 |
| 616 | 2026-08-20T02:24:17.254Z | Downloaded num v0.4.3 |
| 617 | 2026-08-20T02:24:17.254Z | Downloaded allocator-api2 v0.2.21 |
| 618 | 2026-08-20T02:24:17.259Z | Downloaded serde_plain v1.0.2 |
| 619 | 2026-08-20T02:24:17.259Z | Downloaded serde_spanned v1.1.1 |
| 620 | 2026-08-20T02:24:17.259Z | Downloaded no-std-compat v0.4.1 |
| 621 | 2026-08-20T02:24:17.259Z | Downloaded num-derive v0.4.2 |
| 622 | 2026-08-20T02:24:17.259Z | Downloaded strsim v0.11.1 |
| 623 | 2026-08-20T02:24:17.259Z | Downloaded strum v0.27.2 |
| 624 | 2026-08-20T02:24:17.262Z | Downloaded num_enum_derive v0.5.11 |
| 625 | 2026-08-20T02:24:17.262Z | Downloaded slog-bunyan v2.5.0 |
| 626 | 2026-08-20T02:24:17.262Z | Downloaded jobserver v0.1.35 |
| 627 | 2026-08-20T02:24:17.262Z | Downloaded is_ci v1.2.0 |
| 628 | 2026-08-20T02:24:17.262Z | Downloaded itoa v1.0.18 |
| 629 | 2026-08-20T02:24:17.265Z | Downloaded strum v0.26.3 |
| 630 | 2026-08-20T02:24:17.265Z | Downloaded num-iter v0.1.46 |
| 631 | 2026-08-20T02:24:17.265Z | Downloaded cmake v0.1.58 |
| 632 | 2026-08-20T02:24:17.268Z | Downloaded take_mut v0.2.2 |
| 633 | 2026-08-20T02:24:17.268Z | Downloaded bytecount v0.6.9 |
| 634 | 2026-08-20T02:24:17.274Z | Downloaded const_format_proc_macros v0.2.34 |
| 635 | 2026-08-20T02:24:17.275Z | Downloaded terminal_size v0.4.4 |
| 636 | 2026-08-20T02:24:17.278Z | Downloaded thread-id v5.1.0 |
| 637 | 2026-08-20T02:24:17.278Z | Downloaded ingot-macros v0.1.1 |
| 638 | 2026-08-20T02:24:17.278Z | Downloaded ipnetwork v0.21.1 |
| 639 | 2026-08-20T02:24:17.278Z | Downloaded try-lock v0.2.5 |
| 640 | 2026-08-20T02:24:17.278Z | Downloaded unit-prefix v0.5.2 |
| 641 | 2026-08-20T02:24:17.278Z | Downloaded usdt-attr-macro v0.5.0 |
| 642 | 2026-08-20T02:24:17.282Z | Downloaded libscf-sys v1.2.0 |
| 643 | 2026-08-20T02:24:17.283Z | Downloaded num_enum v0.5.11 |
| 644 | 2026-08-20T02:24:17.286Z | Downloaded ipnet v2.12.1 |
| 645 | 2026-08-20T02:24:17.286Z | Downloaded cancel-safe-futures v0.1.5 |
| 646 | 2026-08-20T02:24:17.289Z | Downloaded compression-codecs v0.4.38 |
| 647 | 2026-08-20T02:24:17.289Z | Downloaded camino v1.2.5 |
| 648 | 2026-08-20T02:24:17.298Z | Downloaded num_enum v0.7.6 |
| 649 | 2026-08-20T02:24:17.301Z | Downloaded tinyvec_macros v0.1.1 |
| 650 | 2026-08-20T02:24:17.301Z | Downloaded schemars_derive v0.8.22 |
| 651 | 2026-08-20T02:24:17.301Z | Downloaded tower-service v0.3.3 |
| 652 | 2026-08-20T02:24:17.301Z | Downloaded untrusted v0.9.0 |
| 653 | 2026-08-20T02:24:17.301Z | Downloaded cipher v0.4.4 |
| 654 | 2026-08-20T02:24:17.301Z | Downloaded critical-section v1.2.0 |
| 655 | 2026-08-20T02:24:17.304Z | Downloaded signal-hook-registry v1.4.8 |
| 656 | 2026-08-20T02:24:17.304Z | Downloaded utf8parse v0.2.2 |
| 657 | 2026-08-20T02:24:17.309Z | Downloaded zeroize_derive v1.5.0 |
| 658 | 2026-08-20T02:24:17.309Z | Downloaded dof v0.3.0 |
| 659 | 2026-08-20T02:24:17.309Z | Downloaded slog-dtrace v0.3.0 |
| 660 | 2026-08-20T02:24:17.309Z | Downloaded csv-core v0.1.13 |
| 661 | 2026-08-20T02:24:17.313Z | Downloaded sha2 v0.10.9 |
| 662 | 2026-08-20T02:24:17.313Z | Downloaded fixedbitset v0.4.2 |
| 663 | 2026-08-20T02:24:17.313Z | Downloaded foreign-types-shared v0.3.1 |
| 664 | 2026-08-20T02:24:17.317Z | Downloaded smartstring v1.0.1 |
| 665 | 2026-08-20T02:24:17.322Z | Downloaded defmt-parser v1.0.0 |
| 666 | 2026-08-20T02:24:17.329Z | Downloaded enum-as-inner v0.6.1 |
| 667 | 2026-08-20T02:24:17.329Z | Downloaded num-complex v0.4.6 |
| 668 | 2026-08-20T02:24:17.329Z | Downloaded futures-io v0.3.34 |
| 669 | 2026-08-20T02:24:17.332Z | Downloaded foreign-types v0.3.2 |
| 670 | 2026-08-20T02:24:17.332Z | Downloaded fxhash v0.2.1 |
| 671 | 2026-08-20T02:24:17.332Z | Downloaded dtrace-parser v0.2.0 |
| 672 | 2026-08-20T02:24:17.332Z | Downloaded slab v0.4.12 |
| 673 | 2026-08-20T02:24:17.332Z | Downloaded console v0.16.4 |
| 674 | 2026-08-20T02:24:17.333Z | Downloaded crossbeam-epoch v0.9.20 |
| 675 | 2026-08-20T02:24:17.333Z | Downloaded clap_derive v4.6.4 |
| 676 | 2026-08-20T02:24:17.336Z | Downloaded colored v3.1.1 |
| 677 | 2026-08-20T02:24:17.336Z | Downloaded console v0.15.11 |
| 678 | 2026-08-20T02:24:17.336Z | Downloaded thiserror-impl v2.0.20 |
| 679 | 2026-08-20T02:24:17.340Z | Downloaded hybrid-array v0.4.14 |
| 680 | 2026-08-20T02:24:17.343Z | Downloaded newtype-uuid v1.4.0 |
| 681 | 2026-08-20T02:24:17.343Z | Downloaded hex v0.4.3 |
| 682 | 2026-08-20T02:24:17.343Z | Downloaded ref-cast-impl v1.0.26 |
| 683 | 2026-08-20T02:24:17.346Z | Downloaded bytes v1.12.1 |
| 684 | 2026-08-20T02:24:17.349Z | Downloaded indicatif v0.18.6 |
| 685 | 2026-08-20T02:24:17.349Z | Downloaded icu_normalizer v2.2.0 |
| 686 | 2026-08-20T02:24:17.353Z | Downloaded icu_normalizer_data v2.2.0 |
| 687 | 2026-08-20T02:24:17.353Z | Downloaded toml_datetime v0.7.5+spec-1.1.0 |
| 688 | 2026-08-20T02:24:17.362Z | Downloaded rand_chacha v0.3.1 |
| 689 | 2026-08-20T02:24:17.365Z | Downloaded crossbeam-deque v0.8.7 |
| 690 | 2026-08-20T02:24:17.368Z | Downloaded icu_locale_core v2.2.0 |
| 691 | 2026-08-20T02:24:17.375Z | Downloaded chacha20 v0.10.1 |
| 692 | 2026-08-20T02:24:17.375Z | Downloaded usdt-impl v0.6.0 |
| 693 | 2026-08-20T02:24:17.380Z | Downloaded daft v0.1.8 |
| 694 | 2026-08-20T02:24:17.380Z | Downloaded data-encoding v2.11.1 |
| 695 | 2026-08-20T02:24:17.388Z | Downloaded num_enum_derive v0.7.6 |
| 696 | 2026-08-20T02:24:17.388Z | Downloaded serde-big-array v0.5.1 |
| 697 | 2026-08-20T02:24:17.388Z | Downloaded serde_repr v0.1.21 |
| 698 | 2026-08-20T02:24:17.388Z | Downloaded scroll_derive v0.13.1 |
| 699 | 2026-08-20T02:24:17.388Z | Downloaded sha1 v0.10.7 |
| 700 | 2026-08-20T02:24:17.388Z | Downloaded sync_wrapper v1.0.2 |
| 701 | 2026-08-20T02:24:17.388Z | Downloaded termtree v0.5.1 |
| 702 | 2026-08-20T02:24:17.403Z | Downloaded thread-id v4.2.2 |
| 703 | 2026-08-20T02:24:17.403Z | Downloaded log v0.4.33 |
| 704 | 2026-08-20T02:24:17.403Z | Downloaded either v1.17.0 |
| 705 | 2026-08-20T02:24:17.403Z | Downloaded num-integer v0.1.47 |
| 706 | 2026-08-20T02:24:17.403Z | Downloaded displaydoc v0.2.7 |
| 707 | 2026-08-20T02:24:17.403Z | Downloaded serde_with_macros v3.22.0 |
| 708 | 2026-08-20T02:24:17.403Z | Downloaded fs_extra v1.3.0 |
| 709 | 2026-08-20T02:24:17.403Z | Downloaded git-stub-vcs v0.1.0 |
| 710 | 2026-08-20T02:24:17.403Z | Downloaded thread_local v1.1.10 |
| 711 | 2026-08-20T02:24:17.403Z | Downloaded usdt v0.5.0 |
| 712 | 2026-08-20T02:24:17.403Z | Downloaded usdt-macro v0.6.0 |
| 713 | 2026-08-20T02:24:17.403Z | Downloaded supports-color v3.0.2 |
| 714 | 2026-08-20T02:24:17.403Z | Downloaded tagptr v0.2.0 |
| 715 | 2026-08-20T02:24:17.403Z | Downloaded darling v0.21.3 |
| 716 | 2026-08-20T02:24:17.407Z | Downloaded toml_datetime v0.6.11 |
| 717 | 2026-08-20T02:24:17.408Z | Downloaded indexmap v1.9.3 |
| 718 | 2026-08-20T02:24:17.408Z | Downloaded memmap2 v0.9.11 |
| 719 | 2026-08-20T02:24:17.408Z | Downloaded once_cell v1.21.4 |
| 720 | 2026-08-20T02:24:17.408Z | Downloaded tokio-rustls v0.26.4 |
| 721 | 2026-08-20T02:24:17.413Z | Downloaded ciborium v0.2.2 |
| 722 | 2026-08-20T02:24:17.413Z | Downloaded crc32fast v1.5.0 |
| 723 | 2026-08-20T02:24:17.414Z | Downloaded defmt-macros v1.1.1 |
| 724 | 2026-08-20T02:24:17.414Z | Downloaded group v0.13.0 |
| 725 | 2026-08-20T02:24:17.417Z | Downloaded thin-vec v0.2.19 |
| 726 | 2026-08-20T02:24:17.417Z | Downloaded time-macros v0.2.32 |
| 727 | 2026-08-20T02:24:17.417Z | Downloaded toml_parser v1.1.3+spec-1.1.0 |
| 728 | 2026-08-20T02:24:17.417Z | Downloaded highway v1.3.0 |
| 729 | 2026-08-20T02:24:17.418Z | Downloaded pest_generator v2.8.8 |
| 730 | 2026-08-20T02:24:17.418Z | Downloaded progenitor-client v0.14.0 |
| 731 | 2026-08-20T02:24:17.418Z | Downloaded darling_macro v0.21.3 |
| 732 | 2026-08-20T02:24:17.421Z | Downloaded darling_macro v0.23.0 |
| 733 | 2026-08-20T02:24:17.421Z | Downloaded num-traits v0.2.19 |
| 734 | 2026-08-20T02:24:17.421Z | Downloaded dtrace-parser v0.3.0 |
| 735 | 2026-08-20T02:24:17.421Z | Downloaded equivalent v1.0.2 |
| 736 | 2026-08-20T02:24:17.421Z | Downloaded fnv v1.0.7 |
| 737 | 2026-08-20T02:24:17.421Z | Downloaded foreign-types-macros v0.2.4 |
| 738 | 2026-08-20T02:24:17.421Z | Downloaded futures-macro v0.3.34 |
| 739 | 2026-08-20T02:24:17.421Z | Downloaded chacha20poly1305 v0.10.1 |
| 740 | 2026-08-20T02:24:17.426Z | Downloaded form_urlencoded v1.2.2 |
| 741 | 2026-08-20T02:24:17.426Z | Downloaded unicode-linebreak v0.1.5 |
| 742 | 2026-08-20T02:24:17.426Z | Downloaded want v0.3.1 |
| 743 | 2026-08-20T02:24:17.426Z | Downloaded yoke v0.8.3 |
| 744 | 2026-08-20T02:24:17.426Z | Downloaded zerofrom-derive v0.1.7 |
| 745 | 2026-08-20T02:24:17.429Z | Downloaded http-body-util v0.1.5 |
| 746 | 2026-08-20T02:24:17.429Z | Downloaded password-hash v0.5.0 |
| 747 | 2026-08-20T02:24:17.429Z | Downloaded paste v1.0.15 |
| 748 | 2026-08-20T02:24:17.429Z | Downloaded arc-swap v1.9.2 |
| 749 | 2026-08-20T02:24:17.434Z | Downloaded base64 v0.21.7 |
| 750 | 2026-08-20T02:24:17.434Z | Downloaded icu_collections v2.2.0 |
| 751 | 2026-08-20T02:24:17.437Z | Downloaded cookie v0.18.2 |
| 752 | 2026-08-20T02:24:17.437Z | Downloaded const-oid v0.10.2 |
| 753 | 2026-08-20T02:24:17.440Z | Downloaded toml v0.8.23 |
| 754 | 2026-08-20T02:24:17.440Z | Downloaded clap v4.6.6 |
| 755 | 2026-08-20T02:24:17.445Z | Downloaded litemap v0.8.2 |
| 756 | 2026-08-20T02:24:17.448Z | Downloaded pkg-config v0.3.33 |
| 757 | 2026-08-20T02:24:17.448Z | Downloaded serde_derive v1.0.229 |
| 758 | 2026-08-20T02:24:17.451Z | Downloaded pin-project-internal v1.1.13 |
| 759 | 2026-08-20T02:24:17.451Z | Downloaded progenitor v0.10.0 |
| 760 | 2026-08-20T02:24:17.451Z | Downloaded resolv-conf v0.7.6 |
| 761 | 2026-08-20T02:24:17.451Z | Downloaded rustls-pemfile v2.2.0 |
| 762 | 2026-08-20T02:24:17.454Z | Downloaded git-stub v1.0.0 |
| 763 | 2026-08-20T02:24:17.454Z | Downloaded openssl-macros v0.1.1 |
| 764 | 2026-08-20T02:24:17.454Z | Downloaded percent-encoding v2.3.2 |
| 765 | 2026-08-20T02:24:17.454Z | Downloaded zeroize v1.9.0 |
| 766 | 2026-08-20T02:24:17.454Z | Downloaded rustls-native-certs v0.8.4 |
| 767 | 2026-08-20T02:24:17.458Z | Downloaded serde_path_to_error v0.1.20 |
| 768 | 2026-08-20T02:24:17.458Z | Downloaded snafu-derive v0.8.9 |
| 769 | 2026-08-20T02:24:17.458Z | Downloaded tower-layer v0.3.3 |
| 770 | 2026-08-20T02:24:17.458Z | Downloaded semver v1.0.28 |
| 771 | 2026-08-20T02:24:17.458Z | Downloaded spin v0.9.9 |
| 772 | 2026-08-20T02:24:17.462Z | Downloaded async-compression v0.4.43 |
| 773 | 2026-08-20T02:24:17.466Z | Downloaded proc-macro-error v1.0.4 |
| 774 | 2026-08-20T02:24:17.466Z | Downloaded heck v0.5.0 |
| 775 | 2026-08-20T02:24:17.466Z | Downloaded find-msvc-tools v0.1.10 |
| 776 | 2026-08-20T02:24:17.466Z | Downloaded sha1 v0.11.0 |
| 777 | 2026-08-20T02:24:17.469Z | Downloaded static_assertions v1.1.0 |
| 778 | 2026-08-20T02:24:17.470Z | Downloaded zerocopy-derive v0.7.35 |
| 779 | 2026-08-20T02:24:17.470Z | Downloaded vsss-rs v3.3.4 |
| 780 | 2026-08-20T02:24:17.473Z | Downloaded strum_macros v0.26.4 |
| 781 | 2026-08-20T02:24:17.473Z | Downloaded thiserror v2.0.20 |
| 782 | 2026-08-20T02:24:17.477Z | Downloaded hostname v0.3.1 |
| 783 | 2026-08-20T02:24:17.477Z | Downloaded erased-serde v0.3.31 |
| 784 | 2026-08-20T02:24:17.481Z | Downloaded proc-macro-crate v1.3.1 |
| 785 | 2026-08-20T02:24:17.481Z | Downloaded secrecy v0.10.3 |
| 786 | 2026-08-20T02:24:17.481Z | Downloaded powerfmt v0.2.0 |
| 787 | 2026-08-20T02:24:17.481Z | Downloaded tungstenite v0.21.0 |
| 788 | 2026-08-20T02:24:17.481Z | Downloaded miniz_oxide v0.8.9 |
| 789 | 2026-08-20T02:24:17.484Z | Downloaded tokio-dtrace v0.1.1 |
| 790 | 2026-08-20T02:24:17.484Z | Downloaded toml_writer v1.1.2+spec-1.1.0 |
| 791 | 2026-08-20T02:24:17.484Z | Downloaded rustls-pki-types v1.15.1 |
| 792 | 2026-08-20T02:24:17.484Z | Downloaded httparse v1.10.1 |
| 793 | 2026-08-20T02:24:17.488Z | Downloaded whoami v1.6.1 |
| 794 | 2026-08-20T02:24:17.491Z | Downloaded parse-display-derive v0.10.0 |
| 795 | 2026-08-20T02:24:17.495Z | Downloaded humantime v2.4.0 |
| 796 | 2026-08-20T02:24:17.495Z | Downloaded pem v3.0.6 |
| 797 | 2026-08-20T02:24:17.495Z | Downloaded stable_deref_trait v1.2.1 |
| 798 | 2026-08-20T02:24:17.498Z | Downloaded typify v0.6.2 |
| 799 | 2026-08-20T02:24:17.498Z | Downloaded pin-project-lite v0.2.17 |
| 800 | 2026-08-20T02:24:17.501Z | Downloaded rustc_version v0.4.1 |
| 801 | 2026-08-20T02:24:17.501Z | Downloaded slog-envlogger v2.2.0 |
| 802 | 2026-08-20T02:24:17.501Z | Downloaded hyper-util v0.1.20 |
| 803 | 2026-08-20T02:24:17.504Z | Downloaded spin v0.5.2 |
| 804 | 2026-08-20T02:24:17.505Z | Downloaded tracing-attributes v0.1.31 |
| 805 | 2026-08-20T02:24:17.508Z | Downloaded snafu v0.8.9 |
| 806 | 2026-08-20T02:24:17.511Z | Downloaded time-core v0.1.9 |
| 807 | 2026-08-20T02:24:17.511Z | Downloaded indexmap v2.14.0 |
| 808 | 2026-08-20T02:24:17.514Z | Downloaded uuid v1.24.0 |
| 809 | 2026-08-20T02:24:17.514Z | Downloaded typeid v1.0.3 |
| 810 | 2026-08-20T02:24:17.517Z | Downloaded gethostname v0.5.0 |
| 811 | 2026-08-20T02:24:17.520Z | Downloaded futures-core v0.3.34 |
| 812 | 2026-08-20T02:24:17.520Z | Downloaded utf8_iter v1.0.4 |
| 813 | 2026-08-20T02:24:17.520Z | Downloaded konst v0.2.20 |
| 814 | 2026-08-20T02:24:17.524Z | Downloaded zone v0.3.1 |
| 815 | 2026-08-20T02:24:17.524Z | Downloaded hostname v0.4.2 |
| 816 | 2026-08-20T02:24:17.524Z | Downloaded smallvec v1.15.2 |
| 817 | 2026-08-20T02:24:17.527Z | Downloaded port-file v0.1.0 |
| 818 | 2026-08-20T02:24:17.527Z | Downloaded toml_edit v0.25.13+spec-1.1.0 |
| 819 | 2026-08-20T02:24:17.532Z | Downloaded waitgroup v0.1.2 |
| 820 | 2026-08-20T02:24:17.532Z | Downloaded papergrid v0.18.0 |
| 821 | 2026-08-20T02:24:17.535Z | Downloaded rustversion v1.0.23 |
| 822 | 2026-08-20T02:24:17.535Z | Downloaded phf_shared v0.12.1 |
| 823 | 2026-08-20T02:24:17.538Z | Downloaded rand_chacha v0.9.0 |
| 824 | 2026-08-20T02:24:17.538Z | Downloaded hubpack_derive v0.1.1 |
| 825 | 2026-08-20T02:24:17.538Z | Downloaded openssl-probe v0.2.1 |
| 826 | 2026-08-20T02:24:17.546Z | Downloaded scroll v0.13.0 |
| 827 | 2026-08-20T02:24:17.549Z | Downloaded crypto-bigint v0.5.5 |
| 828 | 2026-08-20T02:24:17.549Z | Downloaded dyn-clone v1.0.20 |
| 829 | 2026-08-20T02:24:17.549Z | Downloaded dunce v1.0.5 |
| 830 | 2026-08-20T02:24:17.549Z | Downloaded rustls-webpki v0.103.14 |
| 831 | 2026-08-20T02:24:17.553Z | Downloaded cc v1.4.2 |
| 832 | 2026-08-20T02:24:17.553Z | Downloaded proc-macro-crate v3.5.0 |
| 833 | 2026-08-20T02:24:17.553Z | Downloaded const_format v0.2.36 |
| 834 | 2026-08-20T02:24:17.556Z | Downloaded rand_pcg v0.10.2 |
| 835 | 2026-08-20T02:24:17.556Z | Downloaded semver v0.1.20 |
| 836 | 2026-08-20T02:24:17.556Z | Downloaded plain v0.2.3 |
| 837 | 2026-08-20T02:24:17.562Z | Downloaded rustc-hash v2.1.3 |
| 838 | 2026-08-20T02:24:17.562Z | Downloaded pin-project v1.1.13 |
| 839 | 2026-08-20T02:24:17.567Z | Downloaded progenitor-macro v0.13.0 |
| 840 | 2026-08-20T02:24:17.571Z | Downloaded siphasher v1.0.3 |
| 841 | 2026-08-20T02:24:17.571Z | Downloaded slog v2.8.2 |
| 842 | 2026-08-20T02:24:17.571Z | Downloaded tabwriter v1.4.1 |
| 843 | 2026-08-20T02:24:17.571Z | Downloaded serde_tokenstream v0.2.3 |
| 844 | 2026-08-20T02:24:17.576Z | Downloaded toml_write v0.1.2 |
| 845 | 2026-08-20T02:24:17.576Z | Downloaded unarray v0.1.4 |
| 846 | 2026-08-20T02:24:17.576Z | Downloaded unicode-xid v0.2.6 |
| 847 | 2026-08-20T02:24:17.576Z | Downloaded debug-ignore v1.0.5 |
| 848 | 2026-08-20T02:24:17.579Z | Downloaded utf-8 v0.7.6 |
| 849 | 2026-08-20T02:24:17.579Z | Downloaded yoke-derive v0.8.2 |
| 850 | 2026-08-20T02:24:17.583Z | Downloaded slog-json v2.6.1 |
| 851 | 2026-08-20T02:24:17.583Z | Downloaded embedded-io v0.4.0 |
| 852 | 2026-08-20T02:24:17.586Z | Downloaded progenitor-extras v0.2.0 |
| 853 | 2026-08-20T02:24:17.586Z | Downloaded tokio-tungstenite v0.21.0 |
| 854 | 2026-08-20T02:24:17.586Z | Downloaded minimal-lexical v0.2.1 |
| 855 | 2026-08-20T02:24:17.591Z | Downloaded dropshot-api-manager-types v0.7.2 |
| 856 | 2026-08-20T02:24:17.591Z | Downloaded fs-err v3.3.1 |
| 857 | 2026-08-20T02:24:17.594Z | Downloaded version_check v0.9.5 |
| 858 | 2026-08-20T02:24:17.594Z | Downloaded xz2 v0.1.7 |
| 859 | 2026-08-20T02:24:17.597Z | Downloaded papergrid v0.11.0 |
| 860 | 2026-08-20T02:24:17.601Z | Downloaded http-body v1.1.0 |
| 861 | 2026-08-20T02:24:17.601Z | Downloaded float-ord v0.3.2 |
| 862 | 2026-08-20T02:24:17.601Z | Downloaded quick-error v1.2.3 |
| 863 | 2026-08-20T02:24:17.601Z | Downloaded futures-executor v0.3.34 |
| 864 | 2026-08-20T02:24:17.601Z | Downloaded dropshot_endpoint v0.17.1 |
| 865 | 2026-08-20T02:24:17.605Z | Downloaded progenitor-macro v0.14.0 |
| 866 | 2026-08-20T02:24:17.608Z | Downloaded proc-macro-error-attr v1.0.4 |
| 867 | 2026-08-20T02:24:17.611Z | Downloaded openssl-sys v0.9.117 |
| 868 | 2026-08-20T02:24:17.614Z | Downloaded unsafe-libyaml v0.2.11 |
| 869 | 2026-08-20T02:24:17.617Z | Downloaded writeable v0.6.3 |
| 870 | 2026-08-20T02:24:17.617Z | Downloaded crossbeam-channel v0.5.16 |
| 871 | 2026-08-20T02:24:17.623Z | Downloaded rand_core v0.9.5 |
| 872 | 2026-08-20T02:24:17.626Z | Downloaded scopeguard v1.2.0 |
| 873 | 2026-08-20T02:24:17.626Z | Downloaded zerotrie v0.2.4 |
| 874 | 2026-08-20T02:24:17.630Z | Downloaded rand_core v0.10.1 |
| 875 | 2026-08-20T02:24:17.633Z | Downloaded strum_macros v0.27.2 |
| 876 | 2026-08-20T02:24:17.633Z | Downloaded thiserror v1.0.69 |
| 877 | 2026-08-20T02:24:17.640Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 878 | 2026-08-20T02:24:17.643Z | Downloaded usdt-attr-macro v0.6.0 |
| 879 | 2026-08-20T02:24:17.647Z | Downloaded hickory-resolver v0.25.2 |
| 880 | 2026-08-20T02:24:17.654Z | Downloaded memchr v2.8.3 |
| 881 | 2026-08-20T02:24:17.658Z | Downloaded progenitor-impl v0.13.0 |
| 882 | 2026-08-20T02:24:17.661Z | Downloaded dof v0.4.0 |
| 883 | 2026-08-20T02:24:17.661Z | Downloaded term v1.2.1 |
| 884 | 2026-08-20T02:24:17.661Z | Downloaded digest v0.11.3 |
| 885 | 2026-08-20T02:24:17.664Z | Downloaded errno v0.3.14 |
| 886 | 2026-08-20T02:24:17.664Z | Downloaded fastrand v2.5.0 |
| 887 | 2026-08-20T02:24:17.664Z | Downloaded futures-channel v0.3.34 |
| 888 | 2026-08-20T02:24:17.664Z | Downloaded hash32 v0.3.1 |
| 889 | 2026-08-20T02:24:17.667Z | Downloaded foldhash v0.2.0 |
| 890 | 2026-08-20T02:24:17.670Z | Downloaded owo-colors v4.3.0 |
| 891 | 2026-08-20T02:24:17.673Z | Downloaded progenitor-client v0.10.0 |
| 892 | 2026-08-20T02:24:17.673Z | Downloaded digest v0.10.7 |
| 893 | 2026-08-20T02:24:17.676Z | Downloaded foldhash v0.1.5 |
| 894 | 2026-08-20T02:24:17.680Z | Downloaded subtle v2.6.1 |
| 895 | 2026-08-20T02:24:17.680Z | Downloaded tokio-macros v2.7.2 |
| 896 | 2026-08-20T02:24:17.680Z | Downloaded rand_xorshift v0.4.0 |
| 897 | 2026-08-20T02:24:17.680Z | Downloaded oxide-tokio-rt v0.1.6 |
| 898 | 2026-08-20T02:24:17.683Z | Downloaded progenitor-client v0.13.0 |
| 899 | 2026-08-20T02:24:17.687Z | Downloaded unicode-ident v1.0.24 |
| 900 | 2026-08-20T02:24:17.690Z | Downloaded jiff-core v0.1.0 |
| 901 | 2026-08-20T02:24:17.694Z | Downloaded structmeta v0.3.0 |
| 902 | 2026-08-20T02:24:17.699Z | Downloaded usdt-macro v0.5.0 |
| 903 | 2026-08-20T02:24:17.702Z | Downloaded tinystr v0.8.3 |
| 904 | 2026-08-20T02:24:17.707Z | Downloaded slog-scope v4.4.1 |
| 905 | 2026-08-20T02:24:17.710Z | Downloaded thiserror-impl v1.0.69 |
| 906 | 2026-08-20T02:24:17.710Z | Downloaded serde_derive_internals v0.29.1 |
| 907 | 2026-08-20T02:24:17.713Z | Downloaded hubpack v0.1.2 |
| 908 | 2026-08-20T02:24:17.713Z | Downloaded progenitor-macro v0.10.0 |
| 909 | 2026-08-20T02:24:17.717Z | Downloaded tokio-stream v0.1.19 |
| 910 | 2026-08-20T02:24:17.717Z | Downloaded rustc_version v0.1.7 |
| 911 | 2026-08-20T02:24:17.720Z | Downloaded smf v0.2.3 |
| 912 | 2026-08-20T02:24:17.720Z | Downloaded zerovec-derive v0.11.3 |
| 913 | 2026-08-20T02:24:17.731Z | Downloaded nom v7.1.3 |
| 914 | 2026-08-20T02:24:17.731Z | Downloaded usdt v0.6.0 |
| 915 | 2026-08-20T02:24:17.732Z | Downloaded zone_cfg_derive v0.3.1 |
| 916 | 2026-08-20T02:24:17.732Z | Downloaded futures-sink v0.3.34 |
| 917 | 2026-08-20T02:24:17.732Z | Downloaded test-strategy v0.4.5 |
| 918 | 2026-08-20T02:24:17.732Z | Downloaded futures-task v0.3.34 |
| 919 | 2026-08-20T02:24:17.738Z | Downloaded ppv-lite86 v0.2.21 |
| 920 | 2026-08-20T02:24:17.738Z | Downloaded typify-macro v0.6.2 |
| 921 | 2026-08-20T02:24:17.738Z | Downloaded typify v0.4.3 |
| 922 | 2026-08-20T02:24:17.741Z | Downloaded rand_core v0.6.4 |
| 923 | 2026-08-20T02:24:17.744Z | Downloaded postcard v1.1.3 |
| 924 | 2026-08-20T02:24:17.750Z | Downloaded globset v0.4.20 |
| 925 | 2026-08-20T02:24:17.750Z | Downloaded parking_lot v0.12.5 |
| 926 | 2026-08-20T02:24:17.750Z | Downloaded quote v1.0.47 |
| 927 | 2026-08-20T02:24:17.754Z | Downloaded simd-adler32 v0.3.10 |
| 928 | 2026-08-20T02:24:17.754Z | Downloaded thiserror-no-std v2.0.2 |
| 929 | 2026-08-20T02:24:17.754Z | Downloaded potential_utf v0.1.5 |
| 930 | 2026-08-20T02:24:17.754Z | Downloaded serde_urlencoded v0.7.1 |
| 931 | 2026-08-20T02:24:17.754Z | Downloaded rusty-fork v0.3.1 |
| 932 | 2026-08-20T02:24:17.757Z | Downloaded defmt v0.3.100 |
| 933 | 2026-08-20T02:24:17.757Z | Downloaded derive_more v0.99.20 |
| 934 | 2026-08-20T02:24:17.757Z | Downloaded elliptic-curve v0.13.8 |
| 935 | 2026-08-20T02:24:17.762Z | Downloaded synstructure v0.13.2 |
| 936 | 2026-08-20T02:24:17.762Z | Downloaded drift v0.2.0 |
| 937 | 2026-08-20T02:24:17.765Z | Downloaded rhai_codegen v3.2.0 |
| 938 | 2026-08-20T02:24:17.769Z | Downloaded zmij v1.0.23 |
| 939 | 2026-08-20T02:24:17.772Z | Downloaded serde_yaml v0.9.34+deprecated |
| 940 | 2026-08-20T02:24:17.772Z | Downloaded foreign-types v0.5.0 |
| 941 | 2026-08-20T02:24:17.772Z | Downloaded schemars v0.8.22 |
| 942 | 2026-08-20T02:24:17.778Z | Downloaded socket2 v0.6.5 |
| 943 | 2026-08-20T02:24:17.782Z | Downloaded similar v2.7.0 |
| 944 | 2026-08-20T02:24:17.782Z | Downloaded usdt-impl v0.5.0 |
| 945 | 2026-08-20T02:24:17.785Z | Downloaded oxnet v0.1.6 |
| 946 | 2026-08-20T02:24:17.785Z | Downloaded schemars v0.9.0 |
| 947 | 2026-08-20T02:24:17.791Z | Downloaded phf v0.12.1 |
| 948 | 2026-08-20T02:24:17.791Z | Downloaded pretty-hex v0.4.2 |
| 949 | 2026-08-20T02:24:17.791Z | Downloaded shlex v2.0.1 |
| 950 | 2026-08-20T02:24:17.794Z | Downloaded slog-stdlog v4.1.1 |
| 951 | 2026-08-20T02:24:17.794Z | Downloaded qorb v0.4.1 |
| 952 | 2026-08-20T02:24:17.797Z | Downloaded defmt v1.1.1 |
| 953 | 2026-08-20T02:24:17.797Z | Downloaded mio v1.2.2 |
| 954 | 2026-08-20T02:24:17.802Z | Downloaded sigpipe v0.1.3 |
| 955 | 2026-08-20T02:24:17.802Z | Downloaded parse-display v0.10.0 |
| 956 | 2026-08-20T02:24:17.805Z | Downloaded testing_table v0.3.0 |
| 957 | 2026-08-20T02:24:17.805Z | Downloaded glob v0.3.4 |
| 958 | 2026-08-20T02:24:17.810Z | Downloaded darling_core v0.21.3 |
| 959 | 2026-08-20T02:24:17.810Z | Downloaded parking_lot v0.11.2 |
| 960 | 2026-08-20T02:24:17.813Z | Downloaded zerofrom v0.1.8 |
| 961 | 2026-08-20T02:24:17.813Z | Downloaded foreign-types-shared v0.1.1 |
| 962 | 2026-08-20T02:24:17.813Z | Downloaded generic-array v0.14.7 |
| 963 | 2026-08-20T02:24:17.813Z | Downloaded hmac v0.12.1 |
| 964 | 2026-08-20T02:24:17.813Z | Downloaded ff v0.13.1 |
| 965 | 2026-08-20T02:24:17.814Z | Downloaded futures v0.3.34 |
| 966 | 2026-08-20T02:24:17.818Z | Downloaded walkdir v2.5.0 |
| 967 | 2026-08-20T02:24:17.818Z | Downloaded swrite v0.1.0 |
| 968 | 2026-08-20T02:24:17.821Z | Downloaded embedded-io v0.6.1 |
| 969 | 2026-08-20T02:24:17.821Z | Downloaded pest_derive v2.8.8 |
| 970 | 2026-08-20T02:24:17.821Z | Downloaded rand v0.9.5 |
| 971 | 2026-08-20T02:24:17.821Z | Downloaded rand v0.10.2 |
| 972 | 2026-08-20T02:24:17.828Z | Downloaded proc-macro2 v1.0.107 |
| 973 | 2026-08-20T02:24:17.828Z | Downloaded universal-hash v0.5.1 |
| 974 | 2026-08-20T02:24:17.831Z | Downloaded progenitor-impl v0.14.0 |
| 975 | 2026-08-20T02:24:17.831Z | Downloaded serde_core v1.0.229 |
| 976 | 2026-08-20T02:24:17.831Z | Downloaded serde_spanned v0.6.9 |
| 977 | 2026-08-20T02:24:17.835Z | Downloaded aho-corasick v1.1.5 |
| 978 | 2026-08-20T02:24:17.838Z | Downloaded derive-ex v0.1.8 |
| 979 | 2026-08-20T02:24:17.838Z | Downloaded toml v1.1.4+spec-1.1.0 |
| 980 | 2026-08-20T02:24:17.841Z | Downloaded poly1305 v0.8.0 |
| 981 | 2026-08-20T02:24:17.841Z | Downloaded heapless v0.8.0 |
| 982 | 2026-08-20T02:24:17.844Z | Downloaded rustls-platform-verifier v0.7.0 |
| 983 | 2026-08-20T02:24:17.844Z | Downloaded fixedbitset v0.5.7 |
| 984 | 2026-08-20T02:24:17.848Z | Downloaded smawk v0.3.3 |
| 985 | 2026-08-20T02:24:17.848Z | Downloaded tabled_derive v0.7.0 |
| 986 | 2026-08-20T02:24:17.848Z | Downloaded prettyplease v0.2.37 |
| 987 | 2026-08-20T02:24:17.851Z | Downloaded typify-macro v0.4.3 |
| 988 | 2026-08-20T02:24:17.851Z | Downloaded idna v1.1.0 |
| 989 | 2026-08-20T02:24:17.851Z | Downloaded url v2.5.8 |
| 990 | 2026-08-20T02:24:17.854Z | Downloaded icu_properties_data v2.2.0 |
| 991 | 2026-08-20T02:24:17.858Z | Downloaded getrandom v0.4.3 |
| 992 | 2026-08-20T02:24:17.862Z | Downloaded ref-cast v1.0.26 |
| 993 | 2026-08-20T02:24:17.862Z | Downloaded progenitor v0.13.0 |
| 994 | 2026-08-20T02:24:17.862Z | Downloaded scroll v0.12.0 |
| 995 | 2026-08-20T02:24:17.865Z | Downloaded slog-async v2.8.0 |
| 996 | 2026-08-20T02:24:17.865Z | Downloaded darling_core v0.23.0 |
| 997 | 2026-08-20T02:24:17.868Z | Downloaded structmeta-derive v0.3.0 |
| 998 | 2026-08-20T02:24:17.868Z | Downloaded untrusted v0.7.1 |
| 999 | 2026-08-20T02:24:17.871Z | Downloaded ryu v1.0.23 |
| 1000 | 2026-08-20T02:24:17.874Z | Downloaded slog-term v2.9.2 |
| 1001 | 2026-08-20T02:24:17.877Z | Downloaded deranged v0.5.8 |
| 1002 | 2026-08-20T02:24:17.882Z | Downloaded itertools v0.12.1 |
| 1003 | 2026-08-20T02:24:17.888Z | Downloaded tempfile v3.27.0 |
| 1004 | 2026-08-20T02:24:17.888Z | Downloaded wait-timeout v0.2.1 |
| 1005 | 2026-08-20T02:24:17.892Z | Downloaded progenitor v0.14.0 |
| 1006 | 2026-08-20T02:24:17.892Z | Downloaded tiny-keccak v2.0.2 |
| 1007 | 2026-08-20T02:24:17.893Z | Downloaded toml_edit v0.22.27 |
| 1008 | 2026-08-20T02:24:17.893Z | Downloaded derive-where v1.6.1 |
| 1009 | 2026-08-20T02:24:17.896Z | Downloaded quinn-udp v0.5.15 |
| 1010 | 2026-08-20T02:24:17.896Z | Downloaded toml_datetime v1.1.1+spec-1.1.0 |
| 1011 | 2026-08-20T02:24:17.896Z | Downloaded parking_lot_core v0.8.6 |
| 1012 | 2026-08-20T02:24:17.903Z | Downloaded rand v0.8.7 |
| 1013 | 2026-08-20T02:24:17.903Z | Downloaded ucd-trie v0.1.7 |
| 1014 | 2026-08-20T02:24:17.906Z | Downloaded toml_edit v0.19.15 |
| 1015 | 2026-08-20T02:24:17.910Z | Downloaded typed-path v0.9.3 |
| 1016 | 2026-08-20T02:24:17.930Z | Downloaded half v2.7.1 |
| 1017 | 2026-08-20T02:24:17.930Z | Downloaded heck v0.4.1 |
| 1018 | 2026-08-20T02:24:17.930Z | Downloaded itertools v0.15.0 |
| 1019 | 2026-08-20T02:24:17.930Z | Downloaded quinn v0.11.11 |
| 1020 | 2026-08-20T02:24:17.936Z | Downloaded serde_tokenstream v0.3.0 |
| 1021 | 2026-08-20T02:24:17.936Z | Downloaded textwrap v0.16.2 |
| 1022 | 2026-08-20T02:24:17.936Z | Downloaded toml v0.9.12+spec-1.1.0 |
| 1023 | 2026-08-20T02:24:17.936Z | Downloaded clap_builder v4.6.6 |
| 1024 | 2026-08-20T02:24:17.936Z | Downloaded hyper v1.11.0 |
| 1025 | 2026-08-20T02:24:17.939Z | Downloaded getrandom v0.2.17 |
| 1026 | 2026-08-20T02:24:17.943Z | Downloaded hashbrown v0.17.1 |
| 1027 | 2026-08-20T02:24:17.946Z | Downloaded nom v8.0.0 |
| 1028 | 2026-08-20T02:24:17.953Z | Downloaded progenitor-impl v0.10.0 |
| 1029 | 2026-08-20T02:24:17.956Z | Downloaded parking_lot_core v0.9.12 |
| 1030 | 2026-08-20T02:24:17.960Z | Downloaded tracing-core v0.1.36 |
| 1031 | 2026-08-20T02:24:17.966Z | Downloaded libm v0.2.16 |
| 1032 | 2026-08-20T02:24:17.971Z | Downloaded hashbrown v0.15.5 |
| 1033 | 2026-08-20T02:24:17.974Z | Downloaded zerovec v0.11.6 |
| 1034 | 2026-08-20T02:24:17.977Z | Downloaded steno v0.4.1 |
| 1035 | 2026-08-20T02:24:17.980Z | Downloaded pest_meta v2.8.8 |
| 1036 | 2026-08-20T02:24:17.983Z | Downloaded unicode-segmentation v1.13.3 |
| 1037 | 2026-08-20T02:24:17.983Z | Downloaded iddqd v0.4.6 |
| 1038 | 2026-08-20T02:24:17.987Z | Downloaded flate2 v1.1.9 |
| 1039 | 2026-08-20T02:24:17.990Z | Downloaded typenum v1.20.1 |
| 1040 | 2026-08-20T02:24:17.993Z | Downloaded itertools v0.14.0 |
| 1041 | 2026-08-20T02:24:17.996Z | Downloaded zerocopy v0.7.35 |
| 1042 | 2026-08-20T02:24:18.004Z | Downloaded ron v0.12.2 |
| 1043 | 2026-08-20T02:24:18.018Z | Downloaded getrandom v0.3.4 |
| 1044 | 2026-08-20T02:24:18.026Z | Downloaded hickory-resolver v0.24.4 |
| 1045 | 2026-08-20T02:24:18.029Z | Downloaded schemars v1.2.2 |
| 1046 | 2026-08-20T02:24:18.036Z | Downloaded tough v0.22.0 |
| 1047 | 2026-08-20T02:24:18.040Z | Downloaded futures-util v0.3.34 |
| 1048 | 2026-08-20T02:24:18.047Z | Downloaded hashbrown v0.12.3 |
| 1049 | 2026-08-20T02:24:18.050Z | Downloaded tokio-util v0.7.19 |
| 1050 | 2026-08-20T02:24:18.054Z | Downloaded tinyvec v1.12.0 |
| 1051 | 2026-08-20T02:24:18.057Z | Downloaded rayon v1.12.0 |
| 1052 | 2026-08-20T02:24:18.059Z | Downloaded unicode-normalization v0.1.25 |
| 1053 | 2026-08-20T02:24:18.062Z | Downloaded http v1.5.0 |
| 1054 | 2026-08-20T02:24:18.065Z | Downloaded serde v1.0.229 |
| 1055 | 2026-08-20T02:24:18.068Z | Downloaded aws-lc-rs v1.18.0 |
| 1056 | 2026-08-20T02:24:18.072Z | Downloaded rayon-core v1.13.0 |
| 1057 | 2026-08-20T02:24:18.075Z | Downloaded pest v2.8.8 |
| 1058 | 2026-08-20T02:24:18.085Z | Downloaded tabled v0.21.0 |
| 1059 | 2026-08-20T02:24:18.096Z | Downloaded tower v0.5.3 |
| 1060 | 2026-08-20T02:24:18.101Z | Downloaded hashbrown v0.16.1 |
| 1061 | 2026-08-20T02:24:18.104Z | Downloaded webpki-roots v1.0.9 |
| 1062 | 2026-08-20T02:24:18.107Z | Downloaded serde_json v1.0.151 |
| 1063 | 2026-08-20T02:24:18.111Z | Downloaded expectorate v1.2.0 |
| 1064 | 2026-08-20T02:24:18.114Z | Downloaded chrono v0.4.45 |
| 1065 | 2026-08-20T02:24:18.119Z | Downloaded zerocopy-derive v0.8.56 |
| 1066 | 2026-08-20T02:24:18.122Z | Downloaded tower-http v0.6.11 |
| 1067 | 2026-08-20T02:24:18.127Z | Downloaded h2 v0.4.15 |
| 1068 | 2026-08-20T02:24:18.131Z | Downloaded winnow v0.5.40 |
| 1069 | 2026-08-20T02:24:18.137Z | Downloaded regex v1.13.1 |
| 1070 | 2026-08-20T02:24:18.141Z | Downloaded vcpkg v0.2.15 |
| 1071 | 2026-08-20T02:24:18.165Z | Downloaded winnow v1.0.4 |
| 1072 | 2026-08-20T02:24:18.171Z | Downloaded dropshot-api-manager v0.7.2 |
| 1073 | 2026-08-20T02:24:18.174Z | Downloaded hkdf v0.12.4 |
| 1074 | 2026-08-20T02:24:18.177Z | Downloaded proptest v1.11.0 |
| 1075 | 2026-08-20T02:24:18.180Z | Downloaded moka v0.12.16 |
| 1076 | 2026-08-20T02:24:18.194Z | Downloaded reqwest v0.12.28 |
| 1077 | 2026-08-20T02:24:18.198Z | Downloaded curve25519-dalek v4.1.3 |
| 1078 | 2026-08-20T02:24:18.203Z | Downloaded quinn-proto v0.11.16 |
| 1079 | 2026-08-20T02:24:18.207Z | Downloaded tabled v0.15.0 |
| 1080 | 2026-08-20T02:24:18.217Z | Downloaded goblin v0.10.7 |
| 1081 | 2026-08-20T02:24:18.221Z | Downloaded reqwest v0.13.4 |
| 1082 | 2026-08-20T02:24:18.225Z | Downloaded serde_with v3.22.0 |
| 1083 | 2026-08-20T02:24:18.232Z | Downloaded winnow v0.7.15 |
| 1084 | 2026-08-20T02:24:18.239Z | Downloaded goblin v0.8.2 |
| 1085 | 2026-08-20T02:24:18.243Z | Downloaded portable-atomic v1.15.0 |
| 1086 | 2026-08-20T02:24:18.246Z | Downloaded syn v3.0.3 |
| 1087 | 2026-08-20T02:24:18.261Z | Downloaded syn v1.0.109 |
| 1088 | 2026-08-20T02:24:18.267Z | Downloaded nix v0.31.3 |
| 1089 | 2026-08-20T02:24:18.278Z | Downloaded unicode-width v0.2.2 |
| 1090 | 2026-08-20T02:24:18.283Z | Downloaded rhai v1.25.1 |
| 1091 | 2026-08-20T02:24:18.290Z | Downloaded bstr v1.13.1 |
| 1092 | 2026-08-20T02:24:18.295Z | Downloaded time v0.3.55 |
| 1093 | 2026-08-20T02:24:18.304Z | Downloaded openapiv3 v2.2.0 |
| 1094 | 2026-08-20T02:24:18.311Z | Downloaded smoltcp v0.11.0 |
| 1095 | 2026-08-20T02:24:18.318Z | Downloaded syn v2.0.119 |
| 1096 | 2026-08-20T02:24:18.325Z | Downloaded unicode-width v0.1.14 |
| 1097 | 2026-08-20T02:24:18.329Z | Downloaded openssl v0.10.81 |
| 1098 | 2026-08-20T02:24:18.335Z | Downloaded zerocopy v0.8.56 |
| 1099 | 2026-08-20T02:24:18.346Z | Downloaded regress v0.11.1 |
| 1100 | 2026-08-20T02:24:18.352Z | Downloaded hickory-proto v0.24.4 |
| 1101 | 2026-08-20T02:24:18.360Z | Downloaded dropshot v0.17.1 |
| 1102 | 2026-08-20T02:24:18.374Z | Downloaded rustix v0.38.44 |
| 1103 | 2026-08-20T02:24:18.387Z | Downloaded regex-syntax v0.8.11 |
| 1104 | 2026-08-20T02:24:18.392Z | Downloaded rustls v0.23.43 |
| 1105 | 2026-08-20T02:24:18.399Z | Downloaded typify-impl v0.6.2 |
| 1106 | 2026-08-20T02:24:18.410Z | Downloaded regress v0.10.5 |
| 1107 | 2026-08-20T02:24:18.416Z | Downloaded typify-impl v0.4.3 |
| 1108 | 2026-08-20T02:24:18.424Z | Downloaded rustix v1.1.4 |
| 1109 | 2026-08-20T02:24:18.436Z | Downloaded jiff v0.2.35 |
| 1110 | 2026-08-20T02:24:18.446Z | Downloaded lzma-sys v0.1.20 |
| 1111 | 2026-08-20T02:24:18.462Z | Downloaded libc v0.2.189 |
| 1112 | 2026-08-20T02:24:18.483Z | Downloaded sled v0.34.7 |
| 1113 | 2026-08-20T02:24:18.489Z | Downloaded tracing v0.1.44 |
| 1114 | 2026-08-20T02:24:18.501Z | Downloaded hickory-proto v0.25.2 |
| 1115 | 2026-08-20T02:24:18.571Z | Downloaded regex-automata v0.4.18 |
| 1116 | 2026-08-20T02:24:18.597Z | Downloaded chrono-tz v0.10.4 |
| 1117 | 2026-08-20T02:24:18.627Z | Downloaded petgraph v0.6.5 |
| 1118 | 2026-08-20T02:24:18.640Z | Downloaded csv v1.4.0 |
| 1119 | 2026-08-20T02:24:18.654Z | Downloaded petgraph v0.8.3 |
| 1120 | 2026-08-20T02:24:18.666Z | Downloaded sha3 v0.10.9 |
| 1121 | 2026-08-20T02:24:18.682Z | Downloaded tokio v1.53.1 |
| 1122 | 2026-08-20T02:24:18.750Z | Downloaded encoding_rs v0.8.35 |
| 1123 | 2026-08-20T02:24:18.781Z | Downloaded ring v0.17.14 |
| 1124 | 2026-08-20T02:24:19.270Z | Downloaded aws-lc-sys v0.44.0 |
| 1125 | 2026-08-20T02:24:19.624Z | Compiling proc-macro2 v1.0.107 |
| 1126 | 2026-08-20T02:24:19.624Z | Compiling quote v1.0.47 |
| 1127 | 2026-08-20T02:24:19.624Z | Compiling unicode-ident v1.0.24 |
| 1128 | 2026-08-20T02:24:19.624Z | Compiling serde_core v1.0.229 |
| 1129 | 2026-08-20T02:24:19.624Z | Compiling serde v1.0.229 |
| 1130 | 2026-08-20T02:24:19.627Z | Compiling libc v0.2.189 |
| 1131 | 2026-08-20T02:24:19.823Z | Compiling cfg-if v1.0.4 |
| 1132 | 2026-08-20T02:24:19.952Z | Compiling zmij v1.0.23 |
| 1133 | 2026-08-20T02:24:19.964Z | Compiling autocfg v1.5.1 |
| 1134 | 2026-08-20T02:24:20.273Z | Compiling memchr v2.8.3 |
| 1135 | 2026-08-20T02:24:20.276Z | Compiling libm v0.2.16 |
| 1136 | 2026-08-20T02:24:20.661Z | Compiling icu_normalizer_data v2.2.0 |
| 1137 | 2026-08-20T02:24:20.781Z | Compiling itoa v1.0.18 |
| 1138 | 2026-08-20T02:24:20.951Z | Compiling icu_properties_data v2.2.0 |
| 1139 | 2026-08-20T02:24:20.968Z | Compiling version_check v0.9.5 |
| 1140 | 2026-08-20T02:24:21.037Z | Compiling stable_deref_trait v1.2.1 |
| 1141 | 2026-08-20T02:24:21.115Z | Compiling syn v2.0.119 |
| 1142 | 2026-08-20T02:24:21.156Z | Compiling syn v3.0.3 |
| 1143 | 2026-08-20T02:24:21.187Z | Compiling serde_json v1.0.151 |
| 1144 | 2026-08-20T02:24:21.252Z | Compiling litemap v0.8.2 |
| 1145 | 2026-08-20T02:24:21.472Z | Compiling writeable v0.6.3 |
| 1146 | 2026-08-20T02:24:21.491Z | Compiling parking_lot_core v0.9.12 |
| 1147 | 2026-08-20T02:24:21.551Z | Compiling num-traits v0.2.19 |
| 1148 | 2026-08-20T02:24:21.578Z | Compiling utf8_iter v1.0.4 |
| 1149 | 2026-08-20T02:24:21.787Z | Compiling percent-encoding v2.3.2 |
| 1150 | 2026-08-20T02:24:21.802Z | Compiling thiserror v2.0.20 |
| 1151 | 2026-08-20T02:24:22.072Z | Compiling getrandom v0.4.3 |
| 1152 | 2026-08-20T02:24:22.197Z | Compiling rand_core v0.10.1 |
| 1153 | 2026-08-20T02:24:22.319Z | Compiling form_urlencoded v1.2.2 |
| 1154 | 2026-08-20T02:24:22.367Z | Compiling zerocopy v0.8.56 |
| 1155 | 2026-08-20T02:24:22.402Z | Compiling errno v0.3.14 |
| 1156 | 2026-08-20T02:24:22.597Z | Compiling iana-time-zone v0.1.65 |
| 1157 | 2026-08-20T02:24:22.904Z | Compiling uuid v1.24.0 |
| 1158 | 2026-08-20T02:24:23.027Z | Compiling jobserver v0.1.35 |
| 1159 | 2026-08-20T02:24:23.364Z | Compiling shlex v2.0.1 |
| 1160 | 2026-08-20T02:24:23.381Z | Compiling find-msvc-tools v0.1.10 |
| 1161 | 2026-08-20T02:24:23.496Z | Compiling heck v0.5.0 |
| 1162 | 2026-08-20T02:24:23.535Z | Compiling cc v1.4.2 |
| 1163 | 2026-08-20T02:24:23.559Z | Compiling rustversion v1.0.23 |
| 1164 | 2026-08-20T02:24:23.621Z | Compiling semver v1.0.28 |
| 1165 | 2026-08-20T02:24:23.707Z | Compiling dyn-clone v1.0.20 |
| 1166 | 2026-08-20T02:24:23.864Z | Compiling schemars v0.8.22 |
| 1167 | 2026-08-20T02:24:23.977Z | Compiling synstructure v0.13.2 |
| 1168 | 2026-08-20T02:24:24.019Z | Compiling serde_derive_internals v0.29.1 |
| 1169 | 2026-08-20T02:24:24.283Z | Compiling pin-project-lite v0.2.17 |
| 1170 | 2026-08-20T02:24:24.392Z | Compiling getrandom v0.2.17 |
| 1171 | 2026-08-20T02:24:24.457Z | Compiling serde_derive v1.0.229 |
| 1172 | 2026-08-20T02:24:24.480Z | Compiling displaydoc v0.2.7 |
| 1173 | 2026-08-20T02:24:24.613Z | Compiling thiserror-impl v2.0.20 |
| 1174 | 2026-08-20T02:24:24.704Z | Compiling tokio-macros v2.7.2 |
| 1175 | 2026-08-20T02:24:24.720Z | Compiling futures-macro v0.3.34 |
| 1176 | 2026-08-20T02:24:24.769Z | Compiling bitflags v2.13.1 |
| 1177 | 2026-08-20T02:24:24.852Z | Compiling pkg-config v0.3.33 |
| 1178 | 2026-08-20T02:24:25.141Z | Compiling zerofrom-derive v0.1.7 |
| 1179 | 2026-08-20T02:24:25.195Z | Compiling yoke-derive v0.8.2 |
| 1180 | 2026-08-20T02:24:25.250Z | Compiling zerovec-derive v0.11.3 |
| 1181 | 2026-08-20T02:24:25.293Z | Compiling schemars_derive v0.8.22 |
| 1182 | 2026-08-20T02:24:25.422Z | Compiling zerocopy-derive v0.8.56 |
| 1183 | 2026-08-20T02:24:25.512Z | Compiling zeroize_derive v1.5.0 |
| 1184 | 2026-08-20T02:24:25.844Z | Compiling scopeguard v1.2.0 |
| 1185 | 2026-08-20T02:24:25.966Z | Compiling lock_api v0.4.14 |
| 1186 | 2026-08-20T02:24:26.219Z | Compiling zeroize v1.9.0 |
| 1187 | 2026-08-20T02:24:26.289Z | Compiling socket2 v0.6.5 |
| 1188 | 2026-08-20T02:24:26.343Z | Compiling cmake v0.1.58 |
| 1189 | 2026-08-20T02:24:26.383Z | Compiling zerofrom v0.1.8 |
| 1190 | 2026-08-20T02:24:26.515Z | Compiling yoke v0.8.3 |
| 1191 | 2026-08-20T02:24:26.521Z | Compiling signal-hook-registry v1.4.8 |
| 1192 | 2026-08-20T02:24:26.548Z | Compiling mio v1.2.2 |
| 1193 | 2026-08-20T02:24:26.562Z | Compiling dunce v1.0.5 |
| 1194 | 2026-08-20T02:24:26.663Z | Compiling fs_extra v1.3.0 |
| 1195 | 2026-08-20T02:24:26.679Z | Compiling portable-atomic v1.15.0 |
| 1196 | 2026-08-20T02:24:26.714Z | Compiling zerovec v0.11.6 |
| 1197 | 2026-08-20T02:24:26.894Z | Compiling zerotrie v0.2.4 |
| 1198 | 2026-08-20T02:24:26.920Z | Compiling aws-lc-sys v0.44.0 |
| 1199 | 2026-08-20T02:24:27.023Z | Compiling critical-section v1.2.0 |
| 1200 | 2026-08-20T02:24:27.172Z | Compiling log v0.4.33 |
| 1201 | 2026-08-20T02:24:27.339Z | Compiling tinystr v0.8.3 |
| 1202 | 2026-08-20T02:24:27.357Z | Compiling potential_utf v0.1.5 |
| 1203 | 2026-08-20T02:24:27.374Z | Compiling futures-core v0.3.34 |
| 1204 | 2026-08-20T02:24:27.540Z | Compiling icu_locale_core v2.2.0 |
| 1205 | 2026-08-20T02:24:27.558Z | Compiling icu_collections v2.2.0 |
| 1206 | 2026-08-20T02:24:27.574Z | Compiling smallvec v1.15.2 |
| 1207 | 2026-08-20T02:24:27.633Z | Compiling bytes v1.12.1 |
| 1208 | 2026-08-20T02:24:27.674Z | Compiling chrono v0.4.45 |
| 1209 | 2026-08-20T02:24:27.928Z | Compiling once_cell v1.21.4 |
| 1210 | 2026-08-20T02:24:28.091Z | Compiling parking_lot v0.12.5 |
| 1211 | 2026-08-20T02:24:28.222Z | Compiling subtle v2.6.1 |
| 1212 | 2026-08-20T02:24:28.400Z | Compiling icu_provider v2.2.0 |
| 1213 | 2026-08-20T02:24:28.476Z | Compiling tokio v1.53.1 |
| 1214 | 2026-08-20T02:24:28.498Z | Compiling equivalent v1.0.2 |
| 1215 | 2026-08-20T02:24:28.525Z | Compiling allocator-api2 v0.2.21 |
| 1216 | 2026-08-20T02:24:28.856Z | Compiling icu_properties v2.2.0 |
| 1217 | 2026-08-20T02:24:28.921Z | Compiling icu_normalizer v2.2.0 |
| 1218 | 2026-08-20T02:24:28.975Z | Compiling httparse v1.10.1 |
| 1219 | 2026-08-20T02:24:28.993Z | Compiling serde_tokenstream v0.2.3 |
| 1220 | 2026-08-20T02:24:29.283Z | Compiling futures-sink v0.3.34 |
| 1221 | 2026-08-20T02:24:29.419Z | Compiling rustix v1.1.4 |
| 1222 | 2026-08-20T02:24:29.607Z | Compiling slab v0.4.12 |
| 1223 | 2026-08-20T02:24:29.798Z | Compiling idna_adapter v1.2.2 |
| 1224 | 2026-08-20T02:24:29.928Z | Compiling idna v1.1.0 |
| 1225 | 2026-08-20T02:24:29.954Z | Compiling thiserror v1.0.69 |
| 1226 | 2026-08-20T02:24:30.088Z | Compiling ucd-trie v0.1.7 |
| 1227 | 2026-08-20T02:24:30.180Z | Compiling regex-syntax v0.8.11 |
| 1228 | 2026-08-20T02:24:30.283Z | Compiling url v2.5.8 |
| 1229 | 2026-08-20T02:24:30.340Z | Compiling pest v2.8.8 |
| 1230 | 2026-08-20T02:24:30.408Z | Compiling typenum v1.20.1 |
| 1231 | 2026-08-20T02:24:30.753Z | Compiling futures-channel v0.3.34 |
| 1232 | 2026-08-20T02:24:31.060Z | Compiling thiserror-impl v1.0.69 |
| 1233 | 2026-08-20T02:24:31.289Z | Compiling strsim v0.11.1 |
| 1234 | 2026-08-20T02:24:31.575Z | Compiling pest_meta v2.8.8 |
| 1235 | 2026-08-20T02:24:31.589Z | Compiling hashbrown v0.17.1 |
| 1236 | 2026-08-20T02:24:31.978Z | Compiling aho-corasick v1.1.5 |
| 1237 | 2026-08-20T02:24:32.235Z | Compiling pest_generator v2.8.8 |
| 1238 | 2026-08-20T02:24:32.270Z | Compiling futures-task v0.3.34 |
| 1239 | 2026-08-20T02:24:32.274Z | Compiling futures-io v0.3.34 |
| 1240 | 2026-08-20T02:24:32.467Z | Compiling futures-util v0.3.34 |
| 1241 | 2026-08-20T02:24:32.485Z | Compiling ipnetwork v0.21.1 |
| 1242 | 2026-08-20T02:24:32.777Z | Compiling regex-automata v0.4.18 |
| 1243 | 2026-08-20T02:24:32.802Z | Compiling ident_case v1.0.1 |
| 1244 | 2026-08-20T02:24:32.849Z | Compiling pest_derive v2.8.8 |
| 1245 | 2026-08-20T02:24:32.935Z | Compiling getrandom v0.3.4 |
| 1246 | 2026-08-20T02:24:33.282Z | Compiling rand_core v0.6.4 |
| 1247 | 2026-08-20T02:24:33.324Z | Compiling byteorder v1.5.0 |
| 1248 | 2026-08-20T02:24:33.406Z | Compiling indexmap v2.14.0 |
| 1249 | 2026-08-20T02:24:33.582Z | Compiling tracing-core v0.1.36 |
| 1250 | 2026-08-20T02:24:33.944Z | Compiling tracing-attributes v0.1.31 |
| 1251 | 2026-08-20T02:24:34.081Z | Compiling slog v2.8.2 |
| 1252 | 2026-08-20T02:24:34.295Z | Compiling fnv v1.0.7 |
| 1253 | 2026-08-20T02:24:34.323Z | Compiling anyhow v1.0.104 |
| 1254 | 2026-08-20T02:24:34.406Z | Compiling base64 v0.22.1 |
| 1255 | 2026-08-20T02:24:34.572Z | Compiling regex v1.13.1 |
| 1256 | 2026-08-20T02:24:34.649Z | Compiling paste v1.0.15 |
| 1257 | 2026-08-20T02:24:35.061Z | Compiling erased-serde v0.3.31 |
| 1258 | 2026-08-20T02:24:35.123Z | Compiling tracing v0.1.44 |
| 1259 | 2026-08-20T02:24:35.262Z | Compiling omicron-workspace-hack v0.1.0 |
| 1260 | 2026-08-20T02:24:35.459Z | Compiling http v1.5.0 |
| 1261 | 2026-08-20T02:24:35.748Z | Compiling oxnet v0.1.6 |
| 1262 | 2026-08-20T02:24:35.860Z | Compiling rustls-pki-types v1.15.1 |
| 1263 | 2026-08-20T02:24:36.718Z | Compiling scroll_derive v0.13.1 |
| 1264 | 2026-08-20T02:24:37.174Z | Compiling ring v0.17.14 |
| 1265 | 2026-08-20T02:24:37.261Z | Compiling time-core v0.1.9 |
| 1266 | 2026-08-20T02:24:37.278Z | Compiling aws-lc-rs v1.18.0 |
| 1267 | 2026-08-20T02:24:37.355Z | Compiling num-conv v0.2.2 |
| 1268 | 2026-08-20T02:24:37.511Z | Compiling time-macros v0.2.32 |
| 1269 | 2026-08-20T02:24:37.928Z | Compiling tokio-util v0.7.19 |
| 1270 | 2026-08-20T02:24:37.949Z | Compiling ipnet v2.12.1 |
| 1271 | 2026-08-20T02:24:38.489Z | Compiling untrusted v0.7.1 |
| 1272 | 2026-08-20T02:24:38.620Z | Compiling untrusted v0.9.0 |
| 1273 | 2026-08-20T02:24:38.664Z | Compiling camino v1.2.5 |
| 1274 | 2026-08-20T02:24:39.006Z | Compiling ppv-lite86 v0.2.21 |
| 1275 | 2026-08-20T02:24:39.167Z | Compiling async-trait v0.1.92 |
| 1276 | 2026-08-20T02:24:39.281Z | Compiling daft-derive v0.1.8 |
| 1277 | 2026-08-20T02:24:39.339Z | Compiling rustls v0.23.43 |
| 1278 | 2026-08-20T02:24:39.361Z | Compiling crc32fast v1.5.0 |
| 1279 | 2026-08-20T02:24:39.757Z | Compiling http-body v1.1.0 |
| 1280 | 2026-08-20T02:24:39.927Z | Compiling darling_core v0.23.0 |
| 1281 | 2026-08-20T02:24:40.043Z | Compiling usdt-impl v0.6.0 |
| 1282 | 2026-08-20T02:24:40.089Z | Compiling crossbeam-utils v0.8.22 |
| 1283 | 2026-08-20T02:24:40.286Z | Compiling pretty-hex v0.4.2 |
| 1284 | 2026-08-20T02:24:40.389Z | Compiling atomic-waker v1.1.2 |
| 1285 | 2026-08-20T02:24:40.521Z | Compiling scroll v0.13.0 |
| 1286 | 2026-08-20T02:24:40.797Z | Compiling plain v0.2.3 |
| 1287 | 2026-08-20T02:24:40.908Z | Compiling ryu v1.0.23 |
| 1288 | 2026-08-20T02:24:40.925Z | Compiling tower-layer v0.3.3 |
| 1289 | 2026-08-20T02:24:41.046Z | Compiling try-lock v0.2.5 |
| 1290 | 2026-08-20T02:24:41.123Z | Compiling tower-service v0.3.3 |
| 1291 | 2026-08-20T02:24:41.166Z | Compiling want v0.3.1 |
| 1292 | 2026-08-20T02:24:41.217Z | Compiling goblin v0.10.7 |
| 1293 | 2026-08-20T02:24:41.233Z | Compiling h2 v0.4.15 |
| 1294 | 2026-08-20T02:24:41.544Z | Compiling slog-async v2.8.0 |
| 1295 | 2026-08-20T02:24:41.827Z | Compiling httpdate v1.0.3 |
| 1296 | 2026-08-20T02:24:41.983Z | Compiling darling_macro v0.23.0 |
| 1297 | 2026-08-20T02:24:42.218Z | Compiling dtrace-parser v0.3.0 |
| 1298 | 2026-08-20T02:24:42.258Z | Compiling thread-id v5.1.0 |
| 1299 | 2026-08-20T02:24:42.345Z | Compiling ref-cast v1.0.26 |
| 1300 | 2026-08-20T02:24:42.553Z | Compiling darling v0.23.0 |
| 1301 | 2026-08-20T02:24:43.787Z | Compiling hyper v1.11.0 |
| 1302 | 2026-08-20T02:24:44.447Z | Compiling dof v0.4.0 |
| 1303 | 2026-08-20T02:24:44.900Z | Compiling rand_core v0.9.5 |
| 1304 | 2026-08-20T02:24:45.156Z | Compiling hyper-util v0.1.20 |
| 1305 | 2026-08-20T02:24:45.934Z | Compiling serde_urlencoded v0.7.1 |
| 1306 | 2026-08-20T02:24:46.221Z | Compiling http-body-util v0.1.5 |
| 1307 | 2026-08-20T02:24:46.573Z | Compiling ref-cast-impl v1.0.26 |
| 1308 | 2026-08-20T02:24:46.978Z | Compiling syn v1.0.109 |
| 1309 | 2026-08-20T02:24:47.457Z | Compiling usdt-macro v0.6.0 |
| 1310 | 2026-08-20T02:24:47.916Z | Compiling usdt-attr-macro v0.6.0 |
| 1311 | 2026-08-20T02:24:47.950Z | Compiling serde_tokenstream v0.3.0 |
| 1312 | 2026-08-20T02:24:48.247Z | Compiling structmeta-derive v0.3.0 |
| 1313 | 2026-08-20T02:24:48.309Z | Compiling multer v3.1.0 |
| 1314 | 2026-08-20T02:24:48.608Z | Compiling foldhash v0.2.0 |
| 1315 | 2026-08-20T02:24:48.825Z | Compiling newtype-uuid-macros v0.1.1 |
| 1316 | 2026-08-20T02:24:48.884Z | Compiling rand_chacha v0.9.0 |
| 1317 | 2026-08-20T02:24:49.267Z | Compiling structmeta v0.3.0 |
| 1318 | 2026-08-20T02:24:49.549Z | Compiling deranged v0.5.8 |
| 1319 | 2026-08-20T02:24:49.618Z | Compiling num_threads v0.1.7 |
| 1320 | 2026-08-20T02:24:49.718Z | Compiling powerfmt v0.2.0 |
| 1321 | 2026-08-20T02:24:49.810Z | Compiling rand v0.9.5 |
| 1322 | 2026-08-20T02:24:50.002Z | Compiling newtype-uuid v1.4.0 |
| 1323 | 2026-08-20T02:24:50.032Z | Compiling sync_wrapper v1.0.2 |
| 1324 | 2026-08-20T02:24:50.152Z | Compiling strum_macros v0.26.4 |
| 1325 | 2026-08-20T02:24:50.500Z | Compiling async-stream-impl v0.3.6 |
| 1326 | 2026-08-20T02:24:50.619Z | Compiling time v0.3.55 |
| 1327 | 2026-08-20T02:24:50.891Z | Compiling dropshot v0.17.1 |
| 1328 | 2026-08-20T02:24:51.139Z | Compiling fastrand v2.5.0 |
| 1329 | 2026-08-20T02:24:51.163Z | Compiling hex v0.4.3 |
| 1330 | 2026-08-20T02:24:51.464Z | Compiling daft v0.1.8 |
| 1331 | 2026-08-20T02:24:51.480Z | Compiling tower v0.5.3 |
| 1332 | 2026-08-20T02:24:51.778Z | Compiling crossbeam-channel v0.5.16 |
| 1333 | 2026-08-20T02:24:52.115Z | Compiling webpki-roots v1.0.9 |
| 1334 | 2026-08-20T02:24:52.239Z | Compiling openapiv3 v2.2.0 |
| 1335 | 2026-08-20T02:24:52.437Z | Compiling generic-array v0.14.7 |
| 1336 | 2026-08-20T02:24:53.054Z | Compiling tower-http v0.6.11 |
| 1337 | 2026-08-20T02:24:53.128Z | Compiling hashbrown v0.16.1 |
| 1338 | 2026-08-20T02:24:53.466Z | Compiling serde_with_macros v3.22.0 |
| 1339 | 2026-08-20T02:24:53.855Z | Compiling futures-executor v0.3.34 |
| 1340 | 2026-08-20T02:24:54.013Z | Compiling dropshot_endpoint v0.17.1 |
| 1341 | 2026-08-20T02:24:54.299Z | Compiling macaddr v1.0.1 |
| 1342 | 2026-08-20T02:24:54.316Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1343 | 2026-08-20T02:24:54.577Z | Compiling thread_local v1.1.10 |
| 1344 | 2026-08-20T02:24:54.788Z | Compiling cpufeatures v0.3.0 |
| 1345 | 2026-08-20T02:24:54.873Z | Compiling openssl-probe v0.2.1 |
| 1346 | 2026-08-20T02:24:54.889Z | Compiling futures v0.3.34 |
| 1347 | 2026-08-20T02:24:55.128Z | Compiling rustls-native-certs v0.8.4 |
| 1348 | 2026-08-20T02:24:55.547Z | Compiling tempfile v3.27.0 |
| 1349 | 2026-08-20T02:24:55.606Z | Compiling derive-ex v0.1.8 |
| 1350 | 2026-08-20T02:24:55.993Z | Compiling strum_macros v0.27.2 |
| 1351 | 2026-08-20T02:24:56.120Z | Compiling is-terminal v0.4.17 |
| 1352 | 2026-08-20T02:24:56.230Z | Compiling winnow v1.0.4 |
| 1353 | 2026-08-20T02:24:56.313Z | Compiling take_mut v0.2.2 |
| 1354 | 2026-08-20T02:24:56.437Z | Compiling term v1.2.1 |
| 1355 | 2026-08-20T02:24:57.216Z | Compiling test-strategy v0.4.5 |
| 1356 | 2026-08-20T02:24:57.612Z | Compiling slog-term v2.9.2 |
| 1357 | 2026-08-20T02:24:58.882Z | Compiling hybrid-array v0.4.14 |
| 1358 | 2026-08-20T02:24:59.072Z | Compiling simd-adler32 v0.3.10 |
| 1359 | 2026-08-20T02:24:59.095Z | Compiling adler2 v2.0.1 |
| 1360 | 2026-08-20T02:24:59.262Z | Compiling match_cfg v0.1.0 |
| 1361 | 2026-08-20T02:24:59.361Z | Compiling hostname v0.3.1 |
| 1362 | 2026-08-20T02:24:59.500Z | Compiling miniz_oxide v0.8.9 |
| 1363 | 2026-08-20T02:25:00.043Z | Compiling slog-json v2.6.1 |
| 1364 | 2026-08-20T02:25:00.328Z | Compiling memmap2 v0.9.11 |
| 1365 | 2026-08-20T02:25:00.628Z | Compiling either v1.17.0 |
| 1366 | 2026-08-20T02:25:00.896Z | Compiling usdt v0.6.0 |
| 1367 | 2026-08-20T02:25:00.987Z | Compiling slog-bunyan v2.5.0 |
| 1368 | 2026-08-20T02:25:01.026Z | Compiling flate2 v1.1.9 |
| 1369 | 2026-08-20T02:25:01.062Z | Compiling block-buffer v0.12.1 |
| 1370 | 2026-08-20T02:25:01.179Z | Compiling crypto-common v0.2.2 |
| 1371 | 2026-08-20T02:25:01.257Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1372 | 2026-08-20T02:25:01.584Z | Compiling compression-core v0.4.32 |
| 1373 | 2026-08-20T02:25:01.689Z | Compiling const-oid v0.10.2 |
| 1374 | 2026-08-20T02:25:01.758Z | Compiling debug-ignore v1.0.5 |
| 1375 | 2026-08-20T02:25:01.879Z | Compiling digest v0.11.3 |
| 1376 | 2026-08-20T02:25:01.989Z | Compiling compression-codecs v0.4.38 |
| 1377 | 2026-08-20T02:25:02.404Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1378 | 2026-08-20T02:25:02.457Z | Compiling crypto-common v0.1.7 |
| 1379 | 2026-08-20T02:25:02.591Z | Compiling parse-display-derive v0.10.0 |
| 1380 | 2026-08-20T02:25:02.661Z | Compiling rand_chacha v0.3.1 |
| 1381 | 2026-08-20T02:25:02.926Z | Compiling serde_spanned v1.1.1 |
| 1382 | 2026-08-20T02:25:03.021Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1383 | 2026-08-20T02:25:03.082Z | Compiling encoding_rs v0.8.35 |
| 1384 | 2026-08-20T02:25:03.288Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1385 | 2026-08-20T02:25:03.388Z | Compiling spin v0.9.9 |
| 1386 | 2026-08-20T02:25:03.445Z | Compiling mime v0.3.17 |
| 1387 | 2026-08-20T02:25:03.522Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1388 | 2026-08-20T02:25:03.697Z | Compiling rand v0.8.7 |
| 1389 | 2026-08-20T02:25:03.919Z | Compiling async-compression v0.4.43 |
| 1390 | 2026-08-20T02:25:04.074Z | Compiling sha1 v0.11.0 |
| 1391 | 2026-08-20T02:25:04.370Z | Compiling strum v0.26.3 |
| 1392 | 2026-08-20T02:25:04.455Z | Compiling async-stream v0.3.6 |
| 1393 | 2026-08-20T02:25:04.542Z | Compiling waitgroup v0.1.2 |
| 1394 | 2026-08-20T02:25:04.649Z | Compiling rustls-pemfile v2.2.0 |
| 1395 | 2026-08-20T02:25:04.705Z | Compiling serde_path_to_error v0.1.20 |
| 1396 | 2026-08-20T02:25:04.754Z | Compiling hostname v0.4.2 |
| 1397 | 2026-08-20T02:25:04.923Z | Compiling wait-timeout v0.2.1 |
| 1398 | 2026-08-20T02:25:05.316Z | Compiling bit-vec v0.8.0 |
| 1399 | 2026-08-20T02:25:05.376Z | Compiling quick-error v1.2.3 |
| 1400 | 2026-08-20T02:25:05.414Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1401 | 2026-08-20T02:25:05.495Z | Compiling rusty-fork v0.3.1 |
| 1402 | 2026-08-20T02:25:05.627Z | Compiling bit-set v0.8.0 |
| 1403 | 2026-08-20T02:25:05.855Z | Compiling serde_with v3.22.0 |
| 1404 | 2026-08-20T02:25:05.902Z | Compiling rand_xorshift v0.4.0 |
| 1405 | 2026-08-20T02:25:06.068Z | Compiling unarray v0.1.4 |
| 1406 | 2026-08-20T02:25:06.236Z | Compiling proptest v1.11.0 |
| 1407 | 2026-08-20T02:25:06.411Z | Compiling strum v0.27.2 |
| 1408 | 2026-08-20T02:25:06.555Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1409 | 2026-08-20T02:25:06.708Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 1410 | 2026-08-20T02:25:06.777Z | Compiling instant v0.1.13 |
| 1411 | 2026-08-20T02:25:07.094Z | Compiling iddqd v0.4.6 |
| 1412 | 2026-08-20T02:25:07.596Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1413 | 2026-08-20T02:25:07.767Z | Compiling block-buffer v0.10.4 |
| 1414 | 2026-08-20T02:25:07.898Z | Compiling backon v1.6.0 |
| 1415 | 2026-08-20T02:25:08.503Z | Compiling unicode-width v0.2.2 |
| 1416 | 2026-08-20T02:25:08.816Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 1417 | 2026-08-20T02:25:09.075Z | Compiling digest v0.10.7 |
| 1418 | 2026-08-20T02:25:09.342Z | Compiling backoff v0.4.0 |
| 1419 | 2026-08-20T02:25:09.544Z | Compiling parse-display v0.10.0 |
| 1420 | 2026-08-20T02:25:09.740Z | Compiling itertools v0.14.0 |
| 1421 | 2026-08-20T02:25:09.909Z | Compiling regress v0.10.5 |
| 1422 | 2026-08-20T02:25:10.149Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 1423 | 2026-08-20T02:25:11.395Z | Compiling humantime v2.4.0 |
| 1424 | 2026-08-20T02:25:13.024Z | Compiling regress v0.11.1 |
| 1425 | 2026-08-20T02:25:14.560Z | Compiling typify-impl v0.6.2 |
| 1426 | 2026-08-20T02:25:14.825Z | Compiling zerocopy-derive v0.7.35 |
| 1427 | 2026-08-20T02:25:16.148Z | Compiling clap_derive v4.6.4 |
| 1428 | 2026-08-20T02:25:16.187Z | Compiling cpufeatures v0.2.17 |
| 1429 | 2026-08-20T02:25:16.266Z | Compiling utf8parse v0.2.2 |
| 1430 | 2026-08-20T02:25:16.381Z | Compiling convert_case v0.4.0 |
| 1431 | 2026-08-20T02:25:16.491Z | Compiling anstyle-parse v1.0.0 |
| 1432 | 2026-08-20T02:25:16.670Z | Compiling derive_more v0.99.20 |
| 1433 | 2026-08-20T02:25:17.736Z | Compiling terminal_size v0.4.4 |
| 1434 | 2026-08-20T02:25:17.849Z | Compiling typify-macro v0.6.2 |
| 1435 | 2026-08-20T02:25:17.885Z | Compiling toml_datetime v0.6.11 |
| 1436 | 2026-08-20T02:25:17.903Z | Compiling colorchoice v1.0.5 |
| 1437 | 2026-08-20T02:25:18.089Z | Compiling anstyle v1.0.14 |
| 1438 | 2026-08-20T02:25:18.119Z | Compiling is_terminal_polyfill v1.70.2 |
| 1439 | 2026-08-20T02:25:18.226Z | Compiling anstyle-query v1.1.5 |
| 1440 | 2026-08-20T02:25:18.338Z | Compiling anstream v1.0.0 |
| 1441 | 2026-08-20T02:25:18.664Z | Compiling secrecy v0.10.3 |
| 1442 | 2026-08-20T02:25:18.860Z | Compiling clap_lex v1.1.0 |
| 1443 | 2026-08-20T02:25:18.959Z | Compiling crucible-workspace-hack v0.1.0 |
| 1444 | 2026-08-20T02:25:19.210Z | Compiling tinyvec_macros v0.1.1 |
| 1445 | 2026-08-20T02:25:19.303Z | Compiling heapless v0.8.0 |
| 1446 | 2026-08-20T02:25:19.392Z | Compiling typify v0.6.2 |
| 1447 | 2026-08-20T02:25:19.412Z | Compiling tinyvec v1.12.0 |
| 1448 | 2026-08-20T02:25:19.511Z | Compiling clap_builder v4.6.6 |
| 1449 | 2026-08-20T02:25:19.842Z | Compiling zerocopy v0.7.35 |
| 1450 | 2026-08-20T02:25:20.254Z | Compiling hash32 v0.3.1 |
| 1451 | 2026-08-20T02:25:20.380Z | Compiling rustc_version v0.4.1 |
| 1452 | 2026-08-20T02:25:20.413Z | Compiling scroll_derive v0.12.1 |
| 1453 | 2026-08-20T02:25:20.603Z | Compiling num-integer v0.1.47 |
| 1454 | 2026-08-20T02:25:20.638Z | Compiling usdt-impl v0.5.0 |
| 1455 | 2026-08-20T02:25:20.927Z | Compiling crossbeam-epoch v0.9.20 |
| 1456 | 2026-08-20T02:25:21.119Z | Compiling smoltcp v0.11.0 |
| 1457 | 2026-08-20T02:25:21.142Z | Compiling scroll v0.12.0 |
| 1458 | 2026-08-20T02:25:21.336Z | Compiling curve25519-dalek v4.1.3 |
| 1459 | 2026-08-20T02:25:21.432Z | Compiling clap v4.6.6 |
| 1460 | 2026-08-20T02:25:21.618Z | Compiling dof v0.3.0 |
| 1461 | 2026-08-20T02:25:22.680Z | Compiling hmac v0.12.1 |
| 1462 | 2026-08-20T02:25:22.787Z | Compiling dtrace-parser v0.2.0 |
| 1463 | 2026-08-20T02:25:22.836Z | Compiling inout v0.1.4 |
| 1464 | 2026-08-20T02:25:22.998Z | Compiling darling_core v0.21.3 |
| 1465 | 2026-08-20T02:25:23.122Z | Compiling ff v0.13.1 |
| 1466 | 2026-08-20T02:25:23.275Z | Compiling cobs v0.3.0 |
| 1467 | 2026-08-20T02:25:23.547Z | Compiling thread-id v4.2.2 |
| 1468 | 2026-08-20T02:25:23.639Z | Compiling bitflags v1.3.2 |
| 1469 | 2026-08-20T02:25:24.034Z | Compiling managed v0.8.0 |
| 1470 | 2026-08-20T02:25:24.154Z | Compiling unsafe-libyaml v0.2.11 |
| 1471 | 2026-08-20T02:25:24.704Z | Compiling serde_yaml v0.9.34+deprecated |
| 1472 | 2026-08-20T02:25:25.045Z | Compiling darling_macro v0.21.3 |
| 1473 | 2026-08-20T02:25:25.624Z | Compiling postcard v1.1.3 |
| 1474 | 2026-08-20T02:25:25.929Z | Compiling group v0.13.0 |
| 1475 | 2026-08-20T02:25:26.058Z | Compiling cipher v0.4.4 |
| 1476 | 2026-08-20T02:25:26.147Z | Compiling hkdf v0.12.4 |
| 1477 | 2026-08-20T02:25:26.748Z | Compiling goblin v0.8.2 |
| 1478 | 2026-08-20T02:25:27.007Z | Compiling num-iter v0.1.46 |
| 1479 | 2026-08-20T02:25:27.142Z | Compiling num-rational v0.4.2 |
| 1480 | 2026-08-20T02:25:27.988Z | Compiling tabwriter v1.4.1 |
| 1481 | 2026-08-20T02:25:28.078Z | Compiling universal-hash v0.5.1 |
| 1482 | 2026-08-20T02:25:28.111Z | Compiling crypto-bigint v0.5.5 |
| 1483 | 2026-08-20T02:25:28.231Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1484 | 2026-08-20T02:25:28.352Z | Compiling hubpack_derive v0.1.1 |
| 1485 | 2026-08-20T02:25:28.879Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1486 | 2026-08-20T02:25:29.351Z | Compiling half v2.7.1 |
| 1487 | 2026-08-20T02:25:29.622Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1488 | 2026-08-20T02:25:29.746Z | Compiling num-complex v0.4.6 |
| 1489 | 2026-08-20T02:25:30.380Z | Compiling memoffset v0.9.1 |
| 1490 | 2026-08-20T02:25:30.416Z | Compiling base16ct v0.2.0 |
| 1491 | 2026-08-20T02:25:30.513Z | Compiling heck v0.4.1 |
| 1492 | 2026-08-20T02:25:30.621Z | Compiling ciborium-io v0.2.2 |
| 1493 | 2026-08-20T02:25:30.847Z | Compiling rustix v0.38.44 |
| 1494 | 2026-08-20T02:25:30.871Z | Compiling base64ct v1.8.3 |
| 1495 | 2026-08-20T02:25:30.960Z | Compiling cfg_aliases v0.2.2 |
| 1496 | 2026-08-20T02:25:31.042Z | Compiling prettyplease v0.2.37 |
| 1497 | 2026-08-20T02:25:31.199Z | Compiling opaque-debug v0.3.1 |
| 1498 | 2026-08-20T02:25:31.277Z | Compiling poly1305 v0.8.0 |
| 1499 | 2026-08-20T02:25:31.694Z | Compiling password-hash v0.5.0 |
| 1500 | 2026-08-20T02:25:31.883Z | Compiling nix v0.31.3 |
| 1501 | 2026-08-20T02:25:32.260Z | Compiling ciborium-ll v0.2.2 |
| 1502 | 2026-08-20T02:25:32.577Z | Compiling elliptic-curve v0.13.8 |
| 1503 | 2026-08-20T02:25:32.985Z | Compiling num v0.4.3 |
| 1504 | 2026-08-20T02:25:33.066Z | Compiling thiserror-no-std v2.0.2 |
| 1505 | 2026-08-20T02:25:33.161Z | Compiling hubpack v0.1.2 |
| 1506 | 2026-08-20T02:25:34.244Z | Compiling chacha20 v0.9.1 |
| 1507 | 2026-08-20T02:25:34.492Z | Compiling darling v0.21.3 |
| 1508 | 2026-08-20T02:25:34.879Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1509 | 2026-08-20T02:25:35.361Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1510 | 2026-08-20T02:25:35.471Z | Compiling reqwest v0.12.28 |
| 1511 | 2026-08-20T02:25:35.868Z | Compiling toml_edit v0.25.13+spec-1.1.0 |
| 1512 | 2026-08-20T02:25:36.283Z | Compiling blake2 v0.10.6 |
| 1513 | 2026-08-20T02:25:36.575Z | Compiling aead v0.5.2 |
| 1514 | 2026-08-20T02:25:36.783Z | Compiling byte-wrapper v0.1.0 |
| 1515 | 2026-08-20T02:25:36.896Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1516 | 2026-08-20T02:25:36.932Z | Compiling serde_repr v0.1.21 |
| 1517 | 2026-08-20T02:25:37.599Z | Compiling proc-macro-error-attr v1.0.4 |
| 1518 | 2026-08-20T02:25:37.700Z | Compiling bstr v1.13.1 |
| 1519 | 2026-08-20T02:25:37.901Z | Compiling keccak v0.1.6 |
| 1520 | 2026-08-20T02:25:37.943Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1521 | 2026-08-20T02:25:38.026Z | Compiling float-ord v0.3.2 |
| 1522 | 2026-08-20T02:25:38.142Z | Compiling static_assertions v1.1.0 |
| 1523 | 2026-08-20T02:25:38.224Z | Compiling sha3 v0.10.9 |
| 1524 | 2026-08-20T02:25:38.600Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1525 | 2026-08-20T02:25:38.618Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1526 | 2026-08-20T02:25:39.117Z | Compiling chacha20poly1305 v0.10.1 |
| 1527 | 2026-08-20T02:25:39.269Z | Compiling argon2 v0.5.3 |
| 1528 | 2026-08-20T02:25:39.326Z | Compiling progenitor-client v0.10.0 |
| 1529 | 2026-08-20T02:25:39.581Z | Compiling proc-macro-crate v3.5.0 |
| 1530 | 2026-08-20T02:25:40.214Z | Compiling ingot-macros v0.1.1 |
| 1531 | 2026-08-20T02:25:40.232Z | Compiling vsss-rs v3.3.4 |
| 1532 | 2026-08-20T02:25:41.864Z | Compiling ciborium v0.2.2 |
| 1533 | 2026-08-20T02:25:42.864Z | Compiling usdt-macro v0.5.0 |
| 1534 | 2026-08-20T02:25:42.881Z | Compiling usdt-attr-macro v0.5.0 |
| 1535 | 2026-08-20T02:25:44.278Z | Compiling enum-as-inner v0.6.1 |
| 1536 | 2026-08-20T02:25:44.467Z | Compiling num-derive v0.4.2 |
| 1537 | 2026-08-20T02:25:44.832Z | Compiling proc-macro-error v1.0.4 |
| 1538 | 2026-08-20T02:25:45.069Z | Compiling memmap v0.7.0 |
| 1539 | 2026-08-20T02:25:45.073Z | Compiling indent_write v2.2.0 |
| 1540 | 2026-08-20T02:25:45.233Z | Compiling data-encoding v2.11.1 |
| 1541 | 2026-08-20T02:25:45.297Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1542 | 2026-08-20T02:25:45.600Z | Compiling winnow v0.5.40 |
| 1543 | 2026-08-20T02:25:45.916Z | Compiling usdt v0.5.0 |
| 1544 | 2026-08-20T02:25:46.240Z | Compiling ingot-types v0.1.2 |
| 1545 | 2026-08-20T02:25:46.499Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1546 | 2026-08-20T02:25:46.657Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1547 | 2026-08-20T02:25:46.674Z | Compiling num_enum_derive v0.7.6 |
| 1548 | 2026-08-20T02:25:46.760Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1549 | 2026-08-20T02:25:46.989Z | Compiling toml_edit v0.19.15 |
| 1550 | 2026-08-20T02:25:47.608Z | Compiling serde_spanned v0.6.9 |
| 1551 | 2026-08-20T02:25:47.663Z | Compiling foreign-types-macros v0.2.4 |
| 1552 | 2026-08-20T02:25:47.845Z | Compiling vcpkg v0.2.15 |
| 1553 | 2026-08-20T02:25:47.962Z | Compiling foreign-types-shared v0.3.1 |
| 1554 | 2026-08-20T02:25:48.066Z | Compiling bytecount v0.6.9 |
| 1555 | 2026-08-20T02:25:48.257Z | Compiling winnow v0.7.15 |
| 1556 | 2026-08-20T02:25:48.277Z | Compiling colored v3.1.1 |
| 1557 | 2026-08-20T02:25:48.368Z | Compiling toml_write v0.1.2 |
| 1558 | 2026-08-20T02:25:48.594Z | Compiling crossbeam-deque v0.8.7 |
| 1559 | 2026-08-20T02:25:48.823Z | Compiling openssl-sys v0.9.117 |
| 1560 | 2026-08-20T02:25:48.862Z | Compiling foreign-types v0.5.0 |
| 1561 | 2026-08-20T02:25:48.902Z | Compiling proc-macro-crate v1.3.1 |
| 1562 | 2026-08-20T02:25:48.946Z | Compiling num_enum v0.7.6 |
| 1563 | 2026-08-20T02:25:49.230Z | Compiling ingot v0.1.1 |
| 1564 | 2026-08-20T02:25:49.366Z | Compiling atomicwrites v0.4.4 |
| 1565 | 2026-08-20T02:25:49.603Z | Compiling toml_edit v0.22.27 |
| 1566 | 2026-08-20T02:25:49.675Z | Compiling progenitor-impl v0.14.0 |
| 1567 | 2026-08-20T02:25:49.695Z | Compiling chacha20 v0.10.1 |
| 1568 | 2026-08-20T02:25:49.989Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1569 | 2026-08-20T02:25:50.487Z | Compiling rustls-webpki v0.103.14 |
| 1570 | 2026-08-20T02:25:51.717Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1571 | 2026-08-20T02:25:51.892Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1572 | 2026-08-20T02:25:51.895Z | Compiling cstr-argument v0.1.2 |
| 1573 | 2026-08-20T02:25:52.045Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 1574 | 2026-08-20T02:25:52.129Z | Compiling semver v0.1.20 |
| 1575 | 2026-08-20T02:25:52.146Z | Compiling linked-hash-map v0.5.6 |
| 1576 | 2026-08-20T02:25:52.284Z | Compiling unicode-segmentation v1.13.3 |
| 1577 | 2026-08-20T02:25:52.332Z | Compiling resolv-conf v0.7.6 |
| 1578 | 2026-08-20T02:25:52.359Z | Compiling rayon-core v1.13.0 |
| 1579 | 2026-08-20T02:25:52.614Z | Compiling swrite v0.1.0 |
| 1580 | 2026-08-20T02:25:52.730Z | Compiling newline-converter v0.3.0 |
| 1581 | 2026-08-20T02:25:52.875Z | Compiling lru-cache v0.1.2 |
| 1582 | 2026-08-20T02:25:52.925Z | Compiling rustc_version v0.1.7 |
| 1583 | 2026-08-20T02:25:53.019Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1584 | 2026-08-20T02:25:53.039Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1585 | 2026-08-20T02:25:53.122Z | Compiling progenitor-macro v0.14.0 |
| 1586 | 2026-08-20T02:25:53.207Z | Compiling toml v0.8.23 |
| 1587 | 2026-08-20T02:25:53.663Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 1588 | 2026-08-20T02:25:53.799Z | Compiling rand v0.10.2 |
| 1589 | 2026-08-20T02:25:54.597Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 1590 | 2026-08-20T02:25:54.761Z | Compiling num_enum_derive v0.5.11 |
| 1591 | 2026-08-20T02:25:54.822Z | Compiling tokio-rustls v0.26.4 |
| 1592 | 2026-08-20T02:25:54.840Z | Compiling rustls-platform-verifier v0.7.0 |
| 1593 | 2026-08-20T02:25:55.132Z | Compiling hyper-rustls v0.27.9 |
| 1594 | 2026-08-20T02:25:55.435Z | Compiling reqwest v0.13.4 |
| 1595 | 2026-08-20T02:25:56.150Z | Compiling hickory-proto v0.24.4 |
| 1596 | 2026-08-20T02:25:57.530Z | Compiling progenitor-client v0.14.0 |
| 1597 | 2026-08-20T02:25:57.854Z | Compiling progenitor-extras v0.2.0 |
| 1598 | 2026-08-20T02:26:01.128Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1599 | 2026-08-20T02:26:03.216Z | Compiling similar v2.7.0 |
| 1600 | 2026-08-20T02:26:05.916Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1601 | 2026-08-20T02:26:08.405Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1602 | 2026-08-20T02:26:10.018Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1603 | 2026-08-20T02:26:10.288Z | Compiling progenitor-impl v0.13.0 |
| 1604 | 2026-08-20T02:26:10.895Z | Compiling console v0.15.11 |
| 1605 | 2026-08-20T02:26:11.208Z | Compiling camino-tempfile v1.4.1 |
| 1606 | 2026-08-20T02:26:11.602Z | Compiling serde-big-array v0.5.1 |
| 1607 | 2026-08-20T02:26:11.777Z | Compiling pin-project-internal v1.1.13 |
| 1608 | 2026-08-20T02:26:12.176Z | Compiling derive-where v1.6.1 |
| 1609 | 2026-08-20T02:26:12.356Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1610 | 2026-08-20T02:26:12.855Z | Compiling lazy_static v1.5.0 |
| 1611 | 2026-08-20T02:26:12.885Z | Compiling minimal-lexical v0.2.1 |
| 1612 | 2026-08-20T02:26:12.888Z | Compiling siphasher v1.0.3 |
| 1613 | 2026-08-20T02:26:13.121Z | Compiling nom v7.1.3 |
| 1614 | 2026-08-20T02:26:13.138Z | Compiling phf_shared v0.12.1 |
| 1615 | 2026-08-20T02:26:13.364Z | Compiling pin-project v1.1.13 |
| 1616 | 2026-08-20T02:26:13.431Z | Compiling progenitor-macro v0.13.0 |
| 1617 | 2026-08-20T02:26:13.479Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 1618 | 2026-08-20T02:26:13.782Z | Compiling expectorate v1.2.0 |
| 1619 | 2026-08-20T02:26:13.993Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1620 | 2026-08-20T02:26:14.452Z | Compiling progenitor v0.14.0 |
| 1621 | 2026-08-20T02:26:14.809Z | Compiling hickory-resolver v0.24.4 |
| 1622 | 2026-08-20T02:26:15.133Z | Compiling progenitor-client v0.13.0 |
| 1623 | 2026-08-20T02:26:17.258Z | Compiling num_enum v0.5.11 |
| 1624 | 2026-08-20T02:26:17.761Z | Compiling newtype_derive v0.1.6 |
| 1625 | 2026-08-20T02:26:18.008Z | Compiling snafu-derive v0.8.9 |
| 1626 | 2026-08-20T02:26:18.444Z | Compiling unicode-normalization v0.1.25 |
| 1627 | 2026-08-20T02:26:19.046Z | Compiling tokio-stream v0.1.19 |
| 1628 | 2026-08-20T02:26:19.332Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1629 | 2026-08-20T02:26:19.619Z | Compiling async-recursion v1.1.1 |
| 1630 | 2026-08-20T02:26:19.759Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 1631 | 2026-08-20T02:26:20.075Z | Compiling slog-dtrace v0.3.0 |
| 1632 | 2026-08-20T02:26:20.305Z | Compiling csv-core v0.1.13 |
| 1633 | 2026-08-20T02:26:20.324Z | Compiling same-file v1.0.6 |
| 1634 | 2026-08-20T02:26:20.509Z | Compiling openssl v0.10.81 |
| 1635 | 2026-08-20T02:26:20.726Z | Compiling unicode-width v0.1.14 |
| 1636 | 2026-08-20T02:26:20.835Z | Compiling jiff-core v0.1.0 |
| 1637 | 2026-08-20T02:26:20.867Z | Compiling foreign-types-shared v0.1.1 |
| 1638 | 2026-08-20T02:26:20.974Z | Compiling highway v1.3.0 |
| 1639 | 2026-08-20T02:26:21.041Z | Compiling unicode-xid v0.2.6 |
| 1640 | 2026-08-20T02:26:21.181Z | Compiling chrono-tz v0.10.4 |
| 1641 | 2026-08-20T02:26:21.422Z | Compiling owo-colors v4.3.0 |
| 1642 | 2026-08-20T02:26:21.672Z | Compiling cancel-safe-futures v0.1.5 |
| 1643 | 2026-08-20T02:26:21.766Z | Compiling foldhash v0.1.5 |
| 1644 | 2026-08-20T02:26:21.936Z | Compiling konst_macro_rules v0.2.19 |
| 1645 | 2026-08-20T02:26:22.025Z | Compiling hashbrown v0.15.5 |
| 1646 | 2026-08-20T02:26:22.140Z | Compiling konst v0.2.20 |
| 1647 | 2026-08-20T02:26:22.476Z | Compiling jiff v0.2.35 |
| 1648 | 2026-08-20T02:26:22.555Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1649 | 2026-08-20T02:26:22.651Z | Compiling const_format_proc_macros v0.2.34 |
| 1650 | 2026-08-20T02:26:22.698Z | Compiling foreign-types v0.3.2 |
| 1651 | 2026-08-20T02:26:22.807Z | Compiling csv v1.4.0 |
| 1652 | 2026-08-20T02:26:23.357Z | Compiling walkdir v2.5.0 |
| 1653 | 2026-08-20T02:26:23.592Z | Compiling snafu v0.8.9 |
| 1654 | 2026-08-20T02:26:23.734Z | Compiling progenitor v0.13.0 |
| 1655 | 2026-08-20T02:26:23.891Z | Compiling qorb v0.4.1 |
| 1656 | 2026-08-20T02:26:24.058Z | Compiling olpc-cjson v0.1.4 |
| 1657 | 2026-08-20T02:26:24.263Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1658 | 2026-08-20T02:26:24.807Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1659 | 2026-08-20T02:26:28.426Z | Compiling rayon v1.12.0 |
| 1660 | 2026-08-20T02:26:29.028Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1661 | 2026-08-20T02:26:29.440Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1662 | 2026-08-20T02:26:29.930Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1663 | 2026-08-20T02:26:30.392Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1664 | 2026-08-20T02:26:30.570Z | Compiling phf v0.12.1 |
| 1665 | 2026-08-20T02:26:30.760Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1666 | 2026-08-20T02:26:31.835Z | Compiling zone_cfg_derive v0.3.1 |
| 1667 | 2026-08-20T02:26:32.103Z | Compiling tokio-dtrace v0.1.1 |
| 1668 | 2026-08-20T02:26:32.423Z | Compiling globset v0.4.20 |
| 1669 | 2026-08-20T02:26:32.566Z | Compiling itertools v0.15.0 |
| 1670 | 2026-08-20T02:26:32.585Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1671 | 2026-08-20T02:26:32.677Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1672 | 2026-08-20T02:26:32.816Z | Compiling itertools v0.12.1 |
| 1673 | 2026-08-20T02:26:33.273Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1674 | 2026-08-20T02:26:33.292Z | Compiling pem v3.0.6 |
| 1675 | 2026-08-20T02:26:33.389Z | Compiling libsw-core v0.3.2 |
| 1676 | 2026-08-20T02:26:33.598Z | Compiling serde_plain v1.0.2 |
| 1677 | 2026-08-20T02:26:33.869Z | Compiling openssl-macros v0.1.1 |
| 1678 | 2026-08-20T02:26:33.878Z | Compiling cookie v0.18.2 |
| 1679 | 2026-08-20T02:26:33.961Z | Compiling sigpipe v0.1.3 |
| 1680 | 2026-08-20T02:26:34.136Z | Compiling fixedbitset v0.5.7 |
| 1681 | 2026-08-20T02:26:34.291Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1682 | 2026-08-20T02:26:34.334Z | Compiling glob v0.3.4 |
| 1683 | 2026-08-20T02:26:34.351Z | Compiling fixedbitset v0.4.2 |
| 1684 | 2026-08-20T02:26:34.396Z | Compiling typed-path v0.9.3 |
| 1685 | 2026-08-20T02:26:34.547Z | Compiling petgraph v0.6.5 |
| 1686 | 2026-08-20T02:26:34.648Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1687 | 2026-08-20T02:26:34.733Z | Compiling petgraph v0.8.3 |
| 1688 | 2026-08-20T02:26:36.458Z | Compiling tough v0.22.0 |
| 1689 | 2026-08-20T02:26:36.741Z | Compiling zone v0.3.1 |
| 1690 | 2026-08-20T02:26:36.956Z | Compiling ingot-macros v0.2.0 |
| 1691 | 2026-08-20T02:26:37.196Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 1692 | 2026-08-20T02:26:37.231Z | Compiling libsw v3.5.0 |
| 1693 | 2026-08-20T02:26:37.428Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1694 | 2026-08-20T02:26:37.688Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 1695 | 2026-08-20T02:26:37.943Z | Compiling oxide-tokio-rt v0.1.6 |
| 1696 | 2026-08-20T02:26:37.988Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1697 | 2026-08-20T02:26:38.215Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 1698 | 2026-08-20T02:26:38.403Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1699 | 2026-08-20T02:26:39.725Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1700 | 2026-08-20T02:26:41.290Z | Compiling const_format v0.2.36 |
| 1701 | 2026-08-20T02:26:41.297Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1702 | 2026-08-20T02:26:42.110Z | Compiling papergrid v0.11.0 |
| 1703 | 2026-08-20T02:26:42.174Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1704 | 2026-08-20T02:26:42.630Z | Compiling tabled_derive v0.7.0 |
| 1705 | 2026-08-20T02:26:43.402Z | Compiling libscf-sys v1.2.0 |
| 1706 | 2026-08-20T02:26:43.562Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 1707 | 2026-08-20T02:26:43.639Z | Compiling gethostname v0.5.0 |
| 1708 | 2026-08-20T02:26:43.783Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1709 | 2026-08-20T02:26:43.919Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 1710 | 2026-08-20T02:26:44.217Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1711 | 2026-08-20T02:26:44.349Z | Compiling smf v0.2.3 |
| 1712 | 2026-08-20T02:26:44.399Z | Compiling bcs v0.1.6 |
| 1713 | 2026-08-20T02:26:44.426Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 1714 | 2026-08-20T02:26:44.811Z | Compiling linear-map v1.2.0 |
| 1715 | 2026-08-20T02:26:45.047Z | Compiling termtree v0.5.1 |
| 1716 | 2026-08-20T02:26:45.225Z | Compiling smawk v0.3.3 |
| 1717 | 2026-08-20T02:26:45.382Z | Compiling unicode-linebreak v0.1.5 |
| 1718 | 2026-08-20T02:26:45.454Z | Compiling tagptr v0.2.0 |
| 1719 | 2026-08-20T02:26:45.626Z | Compiling whoami v1.6.1 |
| 1720 | 2026-08-20T02:26:45.668Z | Compiling textwrap v0.16.2 |
| 1721 | 2026-08-20T02:26:45.682Z | Compiling moka v0.12.16 |
| 1722 | 2026-08-20T02:26:47.174Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1723 | 2026-08-20T02:26:47.209Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 1724 | 2026-08-20T02:26:47.262Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1725 | 2026-08-20T02:26:47.727Z | Compiling tabled v0.15.0 |
| 1726 | 2026-08-20T02:26:48.246Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1727 | 2026-08-20T02:26:48.436Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1728 | 2026-08-20T02:26:48.645Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1729 | 2026-08-20T02:26:48.659Z | Compiling steno v0.4.1 |
| 1730 | 2026-08-20T02:26:50.025Z | Compiling ingot-types v0.2.0 |
| 1731 | 2026-08-20T02:26:52.474Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1732 | 2026-08-20T02:26:54.207Z | Compiling hickory-proto v0.25.2 |
| 1733 | 2026-08-20T02:26:55.028Z | Compiling ingot v0.2.1 |
| 1734 | 2026-08-20T02:26:55.570Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1735 | 2026-08-20T02:26:56.284Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1736 | 2026-08-20T02:26:56.403Z | Compiling parking_lot_core v0.8.6 |
| 1737 | 2026-08-20T02:26:56.438Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1738 | 2026-08-20T02:26:56.438Z | Compiling papergrid v0.18.0 |
| 1739 | 2026-08-20T02:26:56.925Z | Compiling hickory-resolver v0.25.2 |
| 1740 | 2026-08-20T02:26:57.188Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1741 | 2026-08-20T02:26:58.268Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1742 | 2026-08-20T02:26:58.872Z | Compiling transceiver-messages v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1743 | 2026-08-20T02:26:59.308Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1744 | 2026-08-20T02:26:59.839Z | Compiling transceiver-controller v0.1.1 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1745 | 2026-08-20T02:27:00.295Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1746 | 2026-08-20T02:27:01.018Z | Compiling transceiver-decode v0.1.0 (https://github.com/oxidecomputer/transceiver-control?branch=main#9b21e39a) |
| 1747 | 2026-08-20T02:27:01.876Z | Compiling tabled v0.21.0 |
| 1748 | 2026-08-20T02:27:02.580Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 1749 | 2026-08-20T02:27:02.709Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs#72389b51) |
| 1750 | 2026-08-20T02:27:03.336Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 1751 | 2026-08-20T02:27:03.985Z | Compiling arc-swap v1.9.2 |
| 1752 | 2026-08-20T02:27:04.333Z | Compiling slog-scope v4.4.1 |
| 1753 | 2026-08-20T02:27:04.702Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1754 | 2026-08-20T02:27:05.136Z | Compiling parking_lot v0.11.2 |
| 1755 | 2026-08-20T02:27:05.525Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1756 | 2026-08-20T02:27:06.022Z | Compiling dropshot-api-manager-types v0.7.2 |
| 1757 | 2026-08-20T02:27:06.070Z | Compiling fxhash v0.2.1 |
| 1758 | 2026-08-20T02:27:06.413Z | Compiling crc8 v0.1.1 |
| 1759 | 2026-08-20T02:27:06.413Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?rev=803f6899e3bc64780a965d625e248e1d77e37d43#803f6899) |
| 1760 | 2026-08-20T02:27:06.609Z | Compiling ddm-api v0.1.0 (/work/oxidecomputer/maghemite/ddm-api) |
| 1761 | 2026-08-20T02:27:07.356Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=aa4714289cbf28010a821c49d9b73ec94074fb91#aa471428) |
| 1762 | 2026-08-20T02:27:07.652Z | Compiling sled v0.34.7 |
| 1763 | 2026-08-20T02:27:09.772Z | Compiling slog-stdlog v4.1.1 |
| 1764 | 2026-08-20T02:27:09.975Z | Compiling port-file v0.1.0 |
| 1765 | 2026-08-20T02:27:10.160Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#2e04bbfe) |
| 1766 | 2026-08-20T02:27:10.253Z | Compiling slog-envlogger v2.2.0 |
| 1767 | 2026-08-20T02:27:10.426Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 1768 | 2026-08-20T02:27:11.250Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1769 | 2026-08-20T02:27:13.352Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1770 | 2026-08-20T02:27:16.150Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 1771 | 2026-08-20T02:27:17.687Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
| 1772 | 2026-08-20T02:27:27.421Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
| 1773 | 2026-08-20T02:27:31.624Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
| 1774 | 2026-08-20T02:27:35.079Z | Finished `release` profile [optimized] target(s) in 3m 39s |
| 1775 | 2026-08-20T02:27:35.400Z | + banner quartet |
| 1776 | 2026-08-20T02:27:35.404Z | |
| 1777 | 2026-08-20T02:27:35.404Z | #### # # ## ##### ##### ###### ##### |
| 1778 | 2026-08-20T02:27:35.404Z | # # # # # # # # # # # |
| 1779 | 2026-08-20T02:27:35.404Z | # # # # # # # # # ##### # |
| 1780 | 2026-08-20T02:27:35.405Z | # # # # # ###### ##### # # # |
| 1781 | 2026-08-20T02:27:35.405Z | # # # # # # # # # # # |
| 1782 | 2026-08-20T02:27:35.405Z | ### # #### # # # # # ###### # |
| 1783 | 2026-08-20T02:27:35.405Z | |
| 1784 | 2026-08-20T02:27:35.405Z | + pfexec cargo test --release -p mg-tests test_quartet -- --nocapture |
| 1785 | 2026-08-20T02:27:35.992Z | Compiling cfg-if v1.0.4 |
| 1786 | 2026-08-20T02:27:36.100Z | Compiling libc v0.2.189 |
| 1787 | 2026-08-20T02:27:36.100Z | Compiling serde_core v1.0.229 |
| 1788 | 2026-08-20T02:27:36.105Z | Compiling memchr v2.8.3 |
| 1789 | 2026-08-20T02:27:36.113Z | Compiling smallvec v1.15.2 |
| 1790 | 2026-08-20T02:27:36.117Z | Compiling itoa v1.0.18 |
| 1791 | 2026-08-20T02:27:36.121Z | Compiling stable_deref_trait v1.2.1 |
| 1792 | 2026-08-20T02:27:36.129Z | Compiling zerofrom v0.1.8 |
| 1793 | 2026-08-20T02:27:36.148Z | Compiling zmij v1.0.23 |
| 1794 | 2026-08-20T02:27:36.197Z | Compiling litemap v0.8.2 |
| 1795 | 2026-08-20T02:27:36.259Z | Compiling yoke v0.8.3 |
| 1796 | 2026-08-20T02:27:36.359Z | Compiling writeable v0.6.3 |
| 1797 | 2026-08-20T02:27:36.364Z | Compiling utf8_iter v1.0.4 |
| 1798 | 2026-08-20T02:27:36.399Z | Compiling percent-encoding v2.3.2 |
| 1799 | 2026-08-20T02:27:36.457Z | Compiling zerovec v0.11.6 |
| 1800 | 2026-08-20T02:27:36.478Z | Compiling zerotrie v0.2.4 |
| 1801 | 2026-08-20T02:27:36.515Z | Compiling libm v0.2.16 |
| 1802 | 2026-08-20T02:27:36.605Z | Compiling icu_normalizer_data v2.2.0 |
| 1803 | 2026-08-20T02:27:36.640Z | Compiling icu_properties_data v2.2.0 |
| 1804 | 2026-08-20T02:27:36.660Z | Compiling form_urlencoded v1.2.2 |
| 1805 | 2026-08-20T02:27:36.685Z | Compiling rand_core v0.10.1 |
| 1806 | 2026-08-20T02:27:36.782Z | Compiling errno v0.3.14 |
| 1807 | 2026-08-20T02:27:36.852Z | Compiling getrandom v0.4.3 |
| 1808 | 2026-08-20T02:27:36.904Z | Compiling iana-time-zone v0.1.65 |
| 1809 | 2026-08-20T02:27:36.930Z | Compiling pin-project-lite v0.2.17 |
| 1810 | 2026-08-20T02:27:36.966Z | Compiling zeroize v1.9.0 |
| 1811 | 2026-08-20T02:27:37.045Z | Compiling tinystr v0.8.3 |
| 1812 | 2026-08-20T02:27:37.056Z | Compiling potential_utf v0.1.5 |
| 1813 | 2026-08-20T02:27:37.065Z | Compiling dyn-clone v1.0.20 |
| 1814 | 2026-08-20T02:27:37.200Z | Compiling icu_collections v2.2.0 |
| 1815 | 2026-08-20T02:27:37.205Z | Compiling socket2 v0.6.5 |
| 1816 | 2026-08-20T02:27:37.226Z | Compiling icu_locale_core v2.2.0 |
| 1817 | 2026-08-20T02:27:37.232Z | Compiling scopeguard v1.2.0 |
| 1818 | 2026-08-20T02:27:37.238Z | Compiling parking_lot_core v0.9.12 |
| 1819 | 2026-08-20T02:27:37.254Z | Compiling signal-hook-registry v1.4.8 |
| 1820 | 2026-08-20T02:27:37.435Z | Compiling num-traits v0.2.19 |
| 1821 | 2026-08-20T02:27:37.618Z | Compiling lock_api v0.4.14 |
| 1822 | 2026-08-20T02:27:37.694Z | Compiling mio v1.2.2 |
| 1823 | 2026-08-20T02:27:37.875Z | Compiling parking_lot v0.12.5 |
| 1824 | 2026-08-20T02:27:37.913Z | Compiling serde v1.0.229 |
| 1825 | 2026-08-20T02:27:37.943Z | Compiling serde_json v1.0.151 |
| 1826 | 2026-08-20T02:27:38.090Z | Compiling icu_provider v2.2.0 |
| 1827 | 2026-08-20T02:27:38.100Z | Compiling uuid v1.24.0 |
| 1828 | 2026-08-20T02:27:38.217Z | Compiling semver v1.0.28 |
| 1829 | 2026-08-20T02:27:38.352Z | Compiling icu_properties v2.2.0 |
| 1830 | 2026-08-20T02:27:38.549Z | Compiling bytes v1.12.1 |
| 1831 | 2026-08-20T02:27:38.663Z | Compiling icu_normalizer v2.2.0 |
| 1832 | 2026-08-20T02:27:38.685Z | Compiling chrono v0.4.45 |
| 1833 | 2026-08-20T02:27:38.781Z | Compiling portable-atomic v1.15.0 |
| 1834 | 2026-08-20T02:27:38.851Z | Compiling thiserror v2.0.20 |
| 1835 | 2026-08-20T02:27:38.962Z | Compiling bitflags v2.13.1 |
| 1836 | 2026-08-20T02:27:39.368Z | Compiling idna_adapter v1.2.2 |
| 1837 | 2026-08-20T02:27:39.447Z | Compiling tokio v1.53.1 |
| 1838 | 2026-08-20T02:27:39.605Z | Compiling idna v1.1.0 |
| 1839 | 2026-08-20T02:27:39.643Z | Compiling futures-core v0.3.34 |
| 1840 | 2026-08-20T02:27:39.692Z | Compiling critical-section v1.2.0 |
| 1841 | 2026-08-20T02:27:39.807Z | Compiling once_cell v1.21.4 |
| 1842 | 2026-08-20T02:27:39.844Z | Compiling url v2.5.8 |
| 1843 | 2026-08-20T02:27:39.872Z | Compiling subtle v2.6.1 |
| 1844 | 2026-08-20T02:27:39.931Z | Compiling equivalent v1.0.2 |
| 1845 | 2026-08-20T02:27:40.030Z | Compiling log v0.4.33 |
| 1846 | 2026-08-20T02:27:40.047Z | Compiling allocator-api2 v0.2.21 |
| 1847 | 2026-08-20T02:27:40.061Z | Compiling zerocopy v0.8.56 |
| 1848 | 2026-08-20T02:27:40.285Z | Compiling futures-sink v0.3.34 |
| 1849 | 2026-08-20T02:27:40.399Z | Compiling slab v0.4.12 |
| 1850 | 2026-08-20T02:27:40.433Z | Compiling schemars v0.8.22 |
| 1851 | 2026-08-20T02:27:40.484Z | Compiling typenum v1.20.1 |
| 1852 | 2026-08-20T02:27:40.606Z | Compiling futures-channel v0.3.34 |
| 1853 | 2026-08-20T02:27:40.909Z | Compiling hashbrown v0.17.1 |
| 1854 | 2026-08-20T02:27:41.335Z | Compiling getrandom v0.2.17 |
| 1855 | 2026-08-20T02:27:41.582Z | Compiling futures-task v0.3.34 |
| 1856 | 2026-08-20T02:27:41.591Z | Compiling futures-io v0.3.34 |
| 1857 | 2026-08-20T02:27:41.607Z | Compiling rand_core v0.6.4 |
| 1858 | 2026-08-20T02:27:41.744Z | Compiling futures-util v0.3.34 |
| 1859 | 2026-08-20T02:27:41.785Z | Compiling indexmap v2.14.0 |
| 1860 | 2026-08-20T02:27:41.861Z | Compiling tracing-core v0.1.36 |
| 1861 | 2026-08-20T02:27:42.112Z | Compiling ipnetwork v0.21.1 |
| 1862 | 2026-08-20T02:27:42.336Z | Compiling tracing v0.1.44 |
| 1863 | 2026-08-20T02:27:42.645Z | Compiling base64 v0.22.1 |
| 1864 | 2026-08-20T02:27:42.689Z | Compiling http v1.5.0 |
| 1865 | 2026-08-20T02:27:42.915Z | Compiling unicode-ident v1.0.24 |
| 1866 | 2026-08-20T02:27:43.039Z | Compiling proc-macro2 v1.0.107 |
| 1867 | 2026-08-20T02:27:43.101Z | Compiling slog v2.8.2 |
| 1868 | 2026-08-20T02:27:43.117Z | Compiling erased-serde v0.3.31 |
| 1869 | 2026-08-20T02:27:43.257Z | Compiling fnv v1.0.7 |
| 1870 | 2026-08-20T02:27:43.369Z | Compiling oxnet v0.1.6 |
| 1871 | 2026-08-20T02:27:44.004Z | Compiling quote v1.0.47 |
| 1872 | 2026-08-20T02:27:44.306Z | Compiling syn v2.0.119 |
| 1873 | 2026-08-20T02:27:44.369Z | Compiling tokio-util v0.7.19 |
| 1874 | 2026-08-20T02:27:44.576Z | Compiling byteorder v1.5.0 |
| 1875 | 2026-08-20T02:27:44.672Z | Compiling ipnet v2.12.1 |
| 1876 | 2026-08-20T02:27:44.840Z | Compiling thiserror v1.0.69 |
| 1877 | 2026-08-20T02:27:44.957Z | Compiling ppv-lite86 v0.2.21 |
| 1878 | 2026-08-20T02:27:45.076Z | Compiling rustls-pki-types v1.15.1 |
| 1879 | 2026-08-20T02:27:45.301Z | Compiling aws-lc-sys v0.44.0 |
| 1880 | 2026-08-20T02:27:45.410Z | Compiling http-body v1.1.0 |
| 1881 | 2026-08-20T02:27:45.431Z | Compiling untrusted v0.7.1 |
| 1882 | 2026-08-20T02:27:45.559Z | Compiling atomic-waker v1.1.2 |
| 1883 | 2026-08-20T02:27:45.588Z | Compiling httparse v1.10.1 |
| 1884 | 2026-08-20T02:27:45.616Z | Compiling try-lock v0.2.5 |
| 1885 | 2026-08-20T02:27:45.712Z | Compiling tower-service v0.3.3 |
| 1886 | 2026-08-20T02:27:45.760Z | Compiling rustls v0.23.43 |
| 1887 | 2026-08-20T02:27:45.814Z | Compiling untrusted v0.9.0 |
| 1888 | 2026-08-20T02:27:45.860Z | Compiling aws-lc-rs v1.18.0 |
| 1889 | 2026-08-20T02:27:45.908Z | Compiling ryu v1.0.23 |
| 1890 | 2026-08-20T02:27:45.955Z | Compiling tower-layer v0.3.3 |
| 1891 | 2026-08-20T02:27:45.982Z | Compiling pretty-hex v0.4.2 |
| 1892 | 2026-08-20T02:27:46.009Z | Compiling want v0.3.1 |
| 1893 | 2026-08-20T02:27:46.071Z | Compiling h2 v0.4.15 |
| 1894 | 2026-08-20T02:27:46.123Z | Compiling httpdate v1.0.3 |
| 1895 | 2026-08-20T02:27:46.151Z | Compiling rustix v1.1.4 |
| 1896 | 2026-08-20T02:27:46.191Z | Compiling regex-syntax v0.8.11 |
| 1897 | 2026-08-20T02:27:46.204Z | Compiling plain v0.2.3 |
| 1898 | 2026-08-20T02:27:46.322Z | Compiling getrandom v0.3.4 |
| 1899 | 2026-08-20T02:27:46.523Z | Compiling omicron-workspace-hack v0.1.0 |
| 1900 | 2026-08-20T02:27:46.532Z | Compiling ucd-trie v0.1.7 |
| 1901 | 2026-08-20T02:27:46.583Z | Compiling rand_core v0.9.5 |
| 1902 | 2026-08-20T02:27:46.842Z | Compiling pest v2.8.8 |
| 1903 | 2026-08-20T02:27:47.089Z | Compiling rustls-webpki v0.103.14 |
| 1904 | 2026-08-20T02:27:48.472Z | Compiling crossbeam-utils v0.8.22 |
| 1905 | 2026-08-20T02:27:48.822Z | Compiling hyper v1.11.0 |
| 1906 | 2026-08-20T02:27:49.185Z | Compiling serde_urlencoded v0.7.1 |
| 1907 | 2026-08-20T02:27:49.456Z | Compiling http-body-util v0.1.5 |
| 1908 | 2026-08-20T02:27:49.545Z | Compiling foldhash v0.2.0 |
| 1909 | 2026-08-20T02:27:49.766Z | Compiling newtype-uuid v1.4.0 |
| 1910 | 2026-08-20T02:27:49.846Z | Compiling hex v0.4.3 |
| 1911 | 2026-08-20T02:27:50.159Z | Compiling daft v0.1.8 |
| 1912 | 2026-08-20T02:27:52.857Z | Compiling hyper-util v0.1.20 |
| 1913 | 2026-08-20T02:27:52.905Z | Compiling rand_chacha v0.9.0 |
| 1914 | 2026-08-20T02:27:52.906Z | Compiling sync_wrapper v1.0.2 |
| 1915 | 2026-08-20T02:27:52.906Z | Compiling aho-corasick v1.1.5 |
| 1916 | 2026-08-20T02:27:52.906Z | Compiling tokio-rustls v0.26.4 |
| 1917 | 2026-08-20T02:27:52.906Z | Compiling fastrand v2.5.0 |
| 1918 | 2026-08-20T02:27:53.008Z | Compiling regex-automata v0.4.18 |
| 1919 | 2026-08-20T02:27:53.456Z | Compiling tower v0.5.3 |
| 1920 | 2026-08-20T02:27:53.463Z | Compiling anyhow v1.0.104 |
| 1921 | 2026-08-20T02:27:53.521Z | Compiling rand v0.9.5 |
| 1922 | 2026-08-20T02:27:53.579Z | Compiling generic-array v0.14.7 |
| 1923 | 2026-08-20T02:27:53.963Z | Compiling tower-http v0.6.11 |
| 1924 | 2026-08-20T02:27:54.103Z | Compiling hashbrown v0.16.1 |
| 1925 | 2026-08-20T02:27:54.132Z | Compiling openapiv3 v2.2.0 |
| 1926 | 2026-08-20T02:27:54.242Z | Compiling powerfmt v0.2.0 |
| 1927 | 2026-08-20T02:27:54.511Z | Compiling cpufeatures v0.3.0 |
| 1928 | 2026-08-20T02:27:54.592Z | Compiling deranged v0.5.8 |
| 1929 | 2026-08-20T02:27:54.651Z | Compiling openssl-probe v0.2.1 |
| 1930 | 2026-08-20T02:27:54.815Z | Compiling num_threads v0.1.7 |
| 1931 | 2026-08-20T02:27:54.909Z | Compiling time-core v0.1.9 |
| 1932 | 2026-08-20T02:27:54.921Z | Compiling num-conv v0.2.2 |
| 1933 | 2026-08-20T02:27:55.079Z | Compiling rustls-native-certs v0.8.4 |
| 1934 | 2026-08-20T02:27:55.105Z | Compiling camino v1.2.5 |
| 1935 | 2026-08-20T02:27:55.670Z | Compiling time v0.3.55 |
| 1936 | 2026-08-20T02:27:55.724Z | Compiling tempfile v3.27.0 |
| 1937 | 2026-08-20T02:27:55.872Z | Compiling futures-executor v0.3.34 |
| 1938 | 2026-08-20T02:27:56.384Z | Compiling winnow v1.0.4 |
| 1939 | 2026-08-20T02:27:56.396Z | Compiling futures v0.3.34 |
| 1940 | 2026-08-20T02:27:56.478Z | Compiling rustls-platform-verifier v0.7.0 |
| 1941 | 2026-08-20T02:27:56.558Z | Compiling regex v1.13.1 |
| 1942 | 2026-08-20T02:27:56.780Z | Compiling hyper-rustls v0.27.9 |
| 1943 | 2026-08-20T02:27:57.045Z | Compiling crossbeam-channel v0.5.16 |
| 1944 | 2026-08-20T02:27:57.157Z | Compiling scroll v0.13.0 |
| 1945 | 2026-08-20T02:27:57.471Z | Compiling hybrid-array v0.4.14 |
| 1946 | 2026-08-20T02:27:57.804Z | Compiling simd-adler32 v0.3.10 |
| 1947 | 2026-08-20T02:27:57.847Z | Compiling adler2 v2.0.1 |
| 1948 | 2026-08-20T02:27:57.955Z | Compiling miniz_oxide v0.8.9 |
| 1949 | 2026-08-20T02:27:57.989Z | Compiling goblin v0.10.7 |
| 1950 | 2026-08-20T02:27:58.012Z | Compiling crc32fast v1.5.0 |
| 1951 | 2026-08-20T02:27:58.262Z | Compiling reqwest v0.13.4 |
| 1952 | 2026-08-20T02:27:58.561Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 1953 | 2026-08-20T02:27:58.647Z | Compiling thread_local v1.1.10 |
| 1954 | 2026-08-20T02:27:58.998Z | Compiling either v1.17.0 |
| 1955 | 2026-08-20T02:27:59.237Z | Compiling flate2 v1.1.9 |
| 1956 | 2026-08-20T02:27:59.397Z | Compiling crypto-common v0.2.2 |
| 1957 | 2026-08-20T02:27:59.797Z | Compiling block-buffer v0.12.1 |
| 1958 | 2026-08-20T02:27:59.983Z | Compiling crypto-common v0.1.7 |
| 1959 | 2026-08-20T02:28:00.137Z | Compiling dtrace-parser v0.3.0 |
| 1960 | 2026-08-20T02:28:00.538Z | Compiling rand_chacha v0.3.1 |
| 1961 | 2026-08-20T02:28:00.673Z | Compiling thread-id v5.1.0 |
| 1962 | 2026-08-20T02:28:00.766Z | Compiling is-terminal v0.4.17 |
| 1963 | 2026-08-20T02:28:00.875Z | Compiling compression-core v0.4.32 |
| 1964 | 2026-08-20T02:28:01.067Z | Compiling take_mut v0.2.2 |
| 1965 | 2026-08-20T02:28:01.150Z | Compiling match_cfg v0.1.0 |
| 1966 | 2026-08-20T02:28:01.188Z | Compiling dof v0.4.0 |
| 1967 | 2026-08-20T02:28:01.228Z | Compiling debug-ignore v1.0.5 |
| 1968 | 2026-08-20T02:28:01.345Z | Compiling term v1.2.1 |
| 1969 | 2026-08-20T02:28:02.710Z | Compiling const-oid v0.10.2 |
| 1970 | 2026-08-20T02:28:03.018Z | Compiling digest v0.11.3 |
| 1971 | 2026-08-20T02:28:03.215Z | Compiling usdt-impl v0.6.0 |
| 1972 | 2026-08-20T02:28:03.236Z | Compiling slog-term v2.9.2 |
| 1973 | 2026-08-20T02:28:04.224Z | Compiling hostname v0.3.1 |
| 1974 | 2026-08-20T02:28:04.388Z | Compiling slog-async v2.8.0 |
| 1975 | 2026-08-20T02:28:04.503Z | Compiling compression-codecs v0.4.38 |
| 1976 | 2026-08-20T02:28:04.753Z | Compiling rand v0.8.7 |
| 1977 | 2026-08-20T02:28:04.869Z | Compiling ref-cast v1.0.26 |
| 1978 | 2026-08-20T02:28:04.984Z | Compiling slog-json v2.6.1 |
| 1979 | 2026-08-20T02:28:05.254Z | Compiling toml_parser v1.1.3+spec-1.1.0 |
| 1980 | 2026-08-20T02:28:05.536Z | Compiling strum v0.26.3 |
| 1981 | 2026-08-20T02:28:05.670Z | Compiling macaddr v1.0.1 |
| 1982 | 2026-08-20T02:28:05.682Z | Compiling toml_datetime v1.1.1+spec-1.1.0 |
| 1983 | 2026-08-20T02:28:05.953Z | Compiling serde_spanned v1.1.1 |
| 1984 | 2026-08-20T02:28:06.120Z | Compiling memmap2 v0.9.11 |
| 1985 | 2026-08-20T02:28:06.126Z | Compiling wait-timeout v0.2.1 |
| 1986 | 2026-08-20T02:28:06.398Z | Compiling encoding_rs v0.8.35 |
| 1987 | 2026-08-20T02:28:06.536Z | Compiling toml_writer v1.1.2+spec-1.1.0 |
| 1988 | 2026-08-20T02:28:06.595Z | Compiling bit-vec v0.8.0 |
| 1989 | 2026-08-20T02:28:06.799Z | Compiling quick-error v1.2.3 |
| 1990 | 2026-08-20T02:28:06.897Z | Compiling spin v0.9.9 |
| 1991 | 2026-08-20T02:28:06.915Z | Compiling mime v0.3.17 |
| 1992 | 2026-08-20T02:28:07.029Z | Compiling rusty-fork v0.3.1 |
| 1993 | 2026-08-20T02:28:07.384Z | Compiling bit-set v0.8.0 |
| 1994 | 2026-08-20T02:28:07.459Z | Compiling toml v1.1.4+spec-1.1.0 |
| 1995 | 2026-08-20T02:28:07.577Z | Compiling multer v3.1.0 |
| 1996 | 2026-08-20T02:28:07.912Z | Compiling usdt v0.6.0 |
| 1997 | 2026-08-20T02:28:08.572Z | Compiling slog-bunyan v2.5.0 |
| 1998 | 2026-08-20T02:28:08.759Z | Compiling async-compression v0.4.43 |
| 1999 | 2026-08-20T02:28:08.828Z | Compiling sha1 v0.11.0 |
| 2000 | 2026-08-20T02:28:09.248Z | Compiling serde_with v3.22.0 |
| 2001 | 2026-08-20T02:28:09.251Z | Compiling async-stream v0.3.6 |
| 2002 | 2026-08-20T02:28:09.431Z | Compiling rand_xorshift v0.4.0 |
| 2003 | 2026-08-20T02:28:09.460Z | Compiling waitgroup v0.1.2 |
| 2004 | 2026-08-20T02:28:09.563Z | Compiling rustls-pemfile v2.2.0 |
| 2005 | 2026-08-20T02:28:09.597Z | Compiling serde_path_to_error v0.1.20 |
| 2006 | 2026-08-20T02:28:09.612Z | Compiling hostname v0.4.2 |
| 2007 | 2026-08-20T02:28:09.773Z | Compiling unarray v0.1.4 |
| 2008 | 2026-08-20T02:28:09.845Z | Compiling progenitor-client v0.14.0 |
| 2009 | 2026-08-20T02:28:09.895Z | Compiling proptest v1.11.0 |
| 2010 | 2026-08-20T02:28:10.043Z | Compiling dropshot v0.17.1 |
| 2011 | 2026-08-20T02:28:10.122Z | Compiling strum v0.27.2 |
| 2012 | 2026-08-20T02:28:10.260Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2013 | 2026-08-20T02:28:10.329Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#8f60acdf) |
| 2014 | 2026-08-20T02:28:10.410Z | Compiling iddqd v0.4.6 |
| 2015 | 2026-08-20T02:28:10.554Z | Compiling omicron-ledger v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2016 | 2026-08-20T02:28:10.674Z | Compiling reqwest v0.12.28 |
| 2017 | 2026-08-20T02:28:10.882Z | Compiling block-buffer v0.10.4 |
| 2018 | 2026-08-20T02:28:11.061Z | Compiling backon v1.6.0 |
| 2019 | 2026-08-20T02:28:11.319Z | Compiling instant v0.1.13 |
| 2020 | 2026-08-20T02:28:11.446Z | Compiling backoff v0.4.0 |
| 2021 | 2026-08-20T02:28:11.674Z | Compiling progenitor-extras v0.2.0 |
| 2022 | 2026-08-20T02:28:11.902Z | Compiling progenitor-client v0.10.0 |
| 2023 | 2026-08-20T02:28:11.921Z | Compiling digest v0.10.7 |
| 2024 | 2026-08-20T02:28:12.002Z | Compiling parse-display v0.10.0 |
| 2025 | 2026-08-20T02:28:12.178Z | Compiling itertools v0.14.0 |
| 2026 | 2026-08-20T02:28:12.327Z | Compiling tufaceous-artifact v0.1.0 (https://github.com/oxidecomputer/tufaceous?branch=main#a7d440f5) |
| 2027 | 2026-08-20T02:28:12.362Z | Compiling regress v0.10.5 |
| 2028 | 2026-08-20T02:28:12.873Z | Compiling protocol v0.1.0 (https://github.com/oxidecomputer/lldp#54b26617) |
| 2029 | 2026-08-20T02:28:13.700Z | Compiling humantime v2.4.0 |
| 2030 | 2026-08-20T02:28:14.093Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2031 | 2026-08-20T02:28:14.131Z | Compiling cpufeatures v0.2.17 |
| 2032 | 2026-08-20T02:28:14.215Z | Compiling unicode-width v0.2.2 |
| 2033 | 2026-08-20T02:28:14.544Z | Compiling heck v0.5.0 |
| 2034 | 2026-08-20T02:28:15.445Z | Compiling secrecy v0.10.3 |
| 2035 | 2026-08-20T02:28:15.620Z | Compiling tinyvec_macros v0.1.1 |
| 2036 | 2026-08-20T02:28:15.713Z | Compiling tinyvec v1.12.0 |
| 2037 | 2026-08-20T02:28:15.993Z | Compiling num-integer v0.1.47 |
| 2038 | 2026-08-20T02:28:16.167Z | Compiling scroll v0.12.0 |
| 2039 | 2026-08-20T02:28:16.477Z | Compiling crucible-workspace-hack v0.1.0 |
| 2040 | 2026-08-20T02:28:16.509Z | Compiling hmac v0.12.1 |
| 2041 | 2026-08-20T02:28:16.554Z | Compiling regress v0.11.1 |
| 2042 | 2026-08-20T02:28:16.589Z | Compiling inout v0.1.4 |
| 2043 | 2026-08-20T02:28:16.663Z | Compiling ff v0.13.1 |
| 2044 | 2026-08-20T02:28:16.756Z | Compiling utf8parse v0.2.2 |
| 2045 | 2026-08-20T02:28:16.821Z | Compiling group v0.13.0 |
| 2046 | 2026-08-20T02:28:16.876Z | Compiling anstyle-parse v1.0.0 |
| 2047 | 2026-08-20T02:28:16.945Z | Compiling cipher v0.4.4 |
| 2048 | 2026-08-20T02:28:17.095Z | Compiling hkdf v0.12.4 |
| 2049 | 2026-08-20T02:28:17.108Z | Compiling goblin v0.8.2 |
| 2050 | 2026-08-20T02:28:17.202Z | Compiling num-iter v0.1.46 |
| 2051 | 2026-08-20T02:28:17.267Z | Compiling num-rational v0.4.2 |
| 2052 | 2026-08-20T02:28:17.333Z | Compiling zerocopy v0.7.35 |
| 2053 | 2026-08-20T02:28:17.948Z | Compiling universal-hash v0.5.1 |
| 2054 | 2026-08-20T02:28:18.101Z | Compiling crypto-bigint v0.5.5 |
| 2055 | 2026-08-20T02:28:18.393Z | Compiling typify-impl v0.6.2 |
| 2056 | 2026-08-20T02:28:18.972Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2057 | 2026-08-20T02:28:20.008Z | Compiling terminal_size v0.4.4 |
| 2058 | 2026-08-20T02:28:20.174Z | Compiling half v2.7.1 |
| 2059 | 2026-08-20T02:28:20.236Z | Compiling num-complex v0.4.6 |
| 2060 | 2026-08-20T02:28:20.538Z | Compiling colorchoice v1.0.5 |
| 2061 | 2026-08-20T02:28:20.661Z | Compiling anstyle v1.0.14 |
| 2062 | 2026-08-20T02:28:20.686Z | Compiling is_terminal_polyfill v1.70.2 |
| 2063 | 2026-08-20T02:28:20.809Z | Compiling anstyle-query v1.1.5 |
| 2064 | 2026-08-20T02:28:20.913Z | Compiling ciborium-io v0.2.2 |
| 2065 | 2026-08-20T02:28:20.946Z | Compiling base16ct v0.2.0 |
| 2066 | 2026-08-20T02:28:21.052Z | Compiling base64ct v1.8.3 |
| 2067 | 2026-08-20T02:28:21.191Z | Compiling opaque-debug v0.3.1 |
| 2068 | 2026-08-20T02:28:21.699Z | Compiling poly1305 v0.8.0 |
| 2069 | 2026-08-20T02:28:21.727Z | Compiling password-hash v0.5.0 |
| 2070 | 2026-08-20T02:28:21.727Z | Compiling elliptic-curve v0.13.8 |
| 2071 | 2026-08-20T02:28:21.727Z | Compiling ciborium-ll v0.2.2 |
| 2072 | 2026-08-20T02:28:21.865Z | Compiling anstream v1.0.0 |
| 2073 | 2026-08-20T02:28:21.967Z | Compiling num v0.4.3 |
| 2074 | 2026-08-20T02:28:22.072Z | Compiling curve25519-dalek v4.1.3 |
| 2075 | 2026-08-20T02:28:22.286Z | Compiling typify v0.6.2 |
| 2076 | 2026-08-20T02:28:22.402Z | Compiling dof v0.3.0 |
| 2077 | 2026-08-20T02:28:22.414Z | Compiling thiserror-no-std v2.0.2 |
| 2078 | 2026-08-20T02:28:22.509Z | Compiling chacha20 v0.9.1 |
| 2079 | 2026-08-20T02:28:22.766Z | Compiling crossbeam-epoch v0.9.20 |
| 2080 | 2026-08-20T02:28:23.257Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2081 | 2026-08-20T02:28:23.528Z | Compiling gfss v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2082 | 2026-08-20T02:28:24.783Z | Compiling blake2 v0.10.6 |
| 2083 | 2026-08-20T02:28:24.997Z | Compiling aead v0.5.2 |
| 2084 | 2026-08-20T02:28:25.044Z | Compiling byte-wrapper v0.1.0 |
| 2085 | 2026-08-20T02:28:25.195Z | Compiling dtrace-parser v0.2.0 |
| 2086 | 2026-08-20T02:28:25.285Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2087 | 2026-08-20T02:28:25.824Z | Compiling thread-id v4.2.2 |
| 2088 | 2026-08-20T02:28:25.928Z | Compiling strsim v0.11.1 |
| 2089 | 2026-08-20T02:28:25.945Z | Compiling clap_lex v1.1.0 |
| 2090 | 2026-08-20T02:28:26.313Z | Compiling float-ord v0.3.2 |
| 2091 | 2026-08-20T02:28:26.396Z | Compiling keccak v0.1.6 |
| 2092 | 2026-08-20T02:28:26.431Z | Compiling oximeter-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2093 | 2026-08-20T02:28:26.541Z | Compiling clap_builder v4.6.6 |
| 2094 | 2026-08-20T02:28:26.749Z | Compiling sha3 v0.10.9 |
| 2095 | 2026-08-20T02:28:27.114Z | Compiling usdt-impl v0.5.0 |
| 2096 | 2026-08-20T02:28:27.139Z | Compiling propolis-api-types-versions v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2097 | 2026-08-20T02:28:27.785Z | Compiling trust-quorum-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2098 | 2026-08-20T02:28:30.098Z | Compiling chacha20poly1305 v0.10.1 |
| 2099 | 2026-08-20T02:28:30.256Z | Compiling argon2 v0.5.3 |
| 2100 | 2026-08-20T02:28:31.277Z | Compiling vsss-rs v3.3.4 |
| 2101 | 2026-08-20T02:28:31.452Z | Compiling ciborium v0.2.2 |
| 2102 | 2026-08-20T02:28:32.348Z | Compiling hash32 v0.3.1 |
| 2103 | 2026-08-20T02:28:32.388Z | Compiling memmap v0.7.0 |
| 2104 | 2026-08-20T02:28:32.519Z | Compiling data-encoding v2.11.1 |
| 2105 | 2026-08-20T02:28:32.632Z | Compiling indent_write v2.2.0 |
| 2106 | 2026-08-20T02:28:32.786Z | Compiling bootstore v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2107 | 2026-08-20T02:28:32.799Z | Compiling usdt v0.5.0 |
| 2108 | 2026-08-20T02:28:33.444Z | Compiling heapless v0.8.0 |
| 2109 | 2026-08-20T02:28:33.705Z | Compiling ingot-types v0.1.2 |
| 2110 | 2026-08-20T02:28:33.955Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2111 | 2026-08-20T02:28:34.161Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2112 | 2026-08-20T02:28:34.265Z | Compiling clap v4.6.6 |
| 2113 | 2026-08-20T02:28:34.316Z | Compiling rustix v0.38.44 |
| 2114 | 2026-08-20T02:28:34.353Z | Compiling tabwriter v1.4.1 |
| 2115 | 2026-08-20T02:28:34.722Z | Compiling cobs v0.3.0 |
| 2116 | 2026-08-20T02:28:35.003Z | Compiling bitflags v1.3.2 |
| 2117 | 2026-08-20T02:28:35.085Z | Compiling managed v0.8.0 |
| 2118 | 2026-08-20T02:28:35.167Z | Compiling foreign-types-shared v0.3.1 |
| 2119 | 2026-08-20T02:28:35.272Z | Compiling colored v3.1.1 |
| 2120 | 2026-08-20T02:28:35.353Z | Compiling smoltcp v0.11.0 |
| 2121 | 2026-08-20T02:28:35.714Z | Compiling foreign-types v0.5.0 |
| 2122 | 2026-08-20T02:28:35.803Z | Compiling postcard v1.1.3 |
| 2123 | 2026-08-20T02:28:35.918Z | Compiling sled-agent-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2124 | 2026-08-20T02:28:36.185Z | Compiling ingot v0.1.1 |
| 2125 | 2026-08-20T02:28:37.235Z | Compiling num_enum v0.7.6 |
| 2126 | 2026-08-20T02:28:37.367Z | Compiling memoffset v0.9.1 |
| 2127 | 2026-08-20T02:28:37.467Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2128 | 2026-08-20T02:28:37.493Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2129 | 2026-08-20T02:28:37.583Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2130 | 2026-08-20T02:28:37.725Z | Compiling chacha20 v0.10.1 |
| 2131 | 2026-08-20T02:28:37.772Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2132 | 2026-08-20T02:28:38.025Z | Compiling toml_datetime v0.6.11 |
| 2133 | 2026-08-20T02:28:38.206Z | Compiling serde_spanned v0.6.9 |
| 2134 | 2026-08-20T02:28:38.392Z | Compiling cstr-argument v0.1.2 |
| 2135 | 2026-08-20T02:28:38.403Z | Compiling winnow v0.7.15 |
| 2136 | 2026-08-20T02:28:38.420Z | Compiling linked-hash-map v0.5.6 |
| 2137 | 2026-08-20T02:28:38.432Z | Compiling toml_write v0.1.2 |
| 2138 | 2026-08-20T02:28:38.558Z | Compiling static_assertions v1.1.0 |
| 2139 | 2026-08-20T02:28:38.570Z | Compiling swrite v0.1.0 |
| 2140 | 2026-08-20T02:28:38.633Z | Compiling unicode-segmentation v1.13.3 |
| 2141 | 2026-08-20T02:28:38.645Z | Compiling resolv-conf v0.7.6 |
| 2142 | 2026-08-20T02:28:38.676Z | Compiling lru-cache v0.1.2 |
| 2143 | 2026-08-20T02:28:38.688Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2144 | 2026-08-20T02:28:38.826Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2145 | 2026-08-20T02:28:39.079Z | Compiling newline-converter v0.3.0 |
| 2146 | 2026-08-20T02:28:39.219Z | Compiling rand v0.10.2 |
| 2147 | 2026-08-20T02:28:39.231Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
| 2148 | 2026-08-20T02:28:39.252Z | Compiling hubpack v0.1.2 |
| 2149 | 2026-08-20T02:28:39.371Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#b0887ece) |
| 2150 | 2026-08-20T02:28:39.510Z | Compiling nix v0.31.3 |
| 2151 | 2026-08-20T02:28:39.619Z | Compiling crossbeam-deque v0.8.7 |
| 2152 | 2026-08-20T02:28:39.846Z | Compiling atomicwrites v0.4.4 |
| 2153 | 2026-08-20T02:28:39.982Z | Compiling toml_edit v0.22.27 |
| 2154 | 2026-08-20T02:28:40.125Z | Compiling hickory-proto v0.24.4 |
| 2155 | 2026-08-20T02:28:40.325Z | Compiling console v0.15.11 |
| 2156 | 2026-08-20T02:28:40.560Z | Compiling itertools v0.12.1 |
| 2157 | 2026-08-20T02:28:41.670Z | Compiling camino-tempfile v1.4.1 |
| 2158 | 2026-08-20T02:28:42.062Z | Compiling serde-big-array v0.5.1 |
| 2159 | 2026-08-20T02:28:42.074Z | Compiling siphasher v1.0.3 |
| 2160 | 2026-08-20T02:28:42.097Z | Compiling lazy_static v1.5.0 |
| 2161 | 2026-08-20T02:28:42.206Z | Compiling similar v2.7.0 |
| 2162 | 2026-08-20T02:28:42.217Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=6c0aca2545a73fd75536e149d29faa7108be5862#6c0aca25) |
| 2163 | 2026-08-20T02:28:42.280Z | Compiling hickory-resolver v0.24.4 |
| 2164 | 2026-08-20T02:28:43.169Z | Compiling expectorate v1.2.0 |
| 2165 | 2026-08-20T02:28:43.388Z | Compiling phf_shared v0.12.1 |
| 2166 | 2026-08-20T02:28:43.612Z | Compiling pin-project v1.1.13 |
| 2167 | 2026-08-20T02:28:43.727Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2168 | 2026-08-20T02:28:44.580Z | Compiling toml v0.8.23 |
| 2169 | 2026-08-20T02:28:44.865Z | Compiling prettyplease v0.2.37 |
| 2170 | 2026-08-20T02:28:46.031Z | Compiling sled-agent-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2171 | 2026-08-20T02:28:47.428Z | Compiling rayon-core v1.13.0 |
| 2172 | 2026-08-20T02:28:48.332Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#83c624ff) |
| 2173 | 2026-08-20T02:28:48.504Z | Compiling num_enum v0.5.11 |
| 2174 | 2026-08-20T02:28:48.635Z | Compiling progenitor-impl v0.13.0 |
| 2175 | 2026-08-20T02:28:49.103Z | Compiling progenitor-impl v0.14.0 |
| 2176 | 2026-08-20T02:28:49.119Z | Compiling unicode-normalization v0.1.25 |
| 2177 | 2026-08-20T02:28:49.709Z | Compiling progenitor-client v0.13.0 |
| 2178 | 2026-08-20T02:28:50.191Z | Compiling tokio-stream v0.1.19 |
| 2179 | 2026-08-20T02:28:50.788Z | Compiling bstr v1.13.1 |
| 2180 | 2026-08-20T02:28:51.484Z | Compiling csv-core v0.1.13 |
| 2181 | 2026-08-20T02:28:51.527Z | Compiling konst_macro_rules v0.2.19 |
| 2182 | 2026-08-20T02:28:51.723Z | Compiling jiff-core v0.1.0 |
| 2183 | 2026-08-20T02:28:51.887Z | Compiling highway v1.3.0 |
| 2184 | 2026-08-20T02:28:52.020Z | Compiling same-file v1.0.6 |
| 2185 | 2026-08-20T02:28:52.209Z | Compiling unicode-width v0.1.14 |
| 2186 | 2026-08-20T02:28:52.520Z | Compiling foldhash v0.1.5 |
| 2187 | 2026-08-20T02:28:52.580Z | Compiling foreign-types-shared v0.1.1 |
| 2188 | 2026-08-20T02:28:52.679Z | Compiling foreign-types v0.3.2 |
| 2189 | 2026-08-20T02:28:52.748Z | Compiling hashbrown v0.15.5 |
| 2190 | 2026-08-20T02:28:52.758Z | Compiling jiff v0.2.35 |
| 2191 | 2026-08-20T02:28:53.436Z | Compiling walkdir v2.5.0 |
| 2192 | 2026-08-20T02:28:53.550Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2193 | 2026-08-20T02:28:54.140Z | Compiling konst v0.2.20 |
| 2194 | 2026-08-20T02:28:54.527Z | Compiling csv v1.4.0 |
| 2195 | 2026-08-20T02:28:55.482Z | Compiling globset v0.4.20 |
| 2196 | 2026-08-20T02:28:56.250Z | Compiling qorb v0.4.1 |
| 2197 | 2026-08-20T02:28:56.447Z | Compiling progenitor v0.14.0 |
| 2198 | 2026-08-20T02:28:56.608Z | Compiling progenitor v0.13.0 |
| 2199 | 2026-08-20T02:28:56.760Z | Compiling snafu v0.8.9 |
| 2200 | 2026-08-20T02:28:57.342Z | Compiling olpc-cjson v0.1.4 |
| 2201 | 2026-08-20T02:28:57.555Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2202 | 2026-08-20T02:28:58.162Z | Compiling rayon v1.12.0 |
| 2203 | 2026-08-20T02:28:58.771Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2204 | 2026-08-20T02:29:00.411Z | Compiling gateway-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2205 | 2026-08-20T02:29:00.552Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2206 | 2026-08-20T02:29:02.377Z | Compiling phf v0.12.1 |
| 2207 | 2026-08-20T02:29:02.554Z | Compiling clickhouse-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2208 | 2026-08-20T02:29:02.741Z | Compiling openssl-sys v0.9.117 |
| 2209 | 2026-08-20T02:29:03.201Z | Compiling tokio-dtrace v0.1.1 |
| 2210 | 2026-08-20T02:29:03.544Z | Compiling internal-dns-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2211 | 2026-08-20T02:29:05.180Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2212 | 2026-08-20T02:29:05.402Z | Compiling libsw-core v0.3.2 |
| 2213 | 2026-08-20T02:29:05.584Z | Compiling rdb-types v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2214 | 2026-08-20T02:29:05.975Z | Compiling pem v3.0.6 |
| 2215 | 2026-08-20T02:29:06.668Z | Compiling serde_plain v1.0.2 |
| 2216 | 2026-08-20T02:29:06.732Z | Compiling sigpipe v0.1.3 |
| 2217 | 2026-08-20T02:29:06.835Z | Compiling fixedbitset v0.5.7 |
| 2218 | 2026-08-20T02:29:06.957Z | Compiling glob v0.3.4 |
| 2219 | 2026-08-20T02:29:06.960Z | Compiling bytecount v0.6.9 |
| 2220 | 2026-08-20T02:29:07.169Z | Compiling fixedbitset v0.4.2 |
| 2221 | 2026-08-20T02:29:07.178Z | Compiling minimal-lexical v0.2.1 |
| 2222 | 2026-08-20T02:29:07.357Z | Compiling typed-path v0.9.3 |
| 2223 | 2026-08-20T02:29:07.495Z | Compiling nom v7.1.3 |
| 2224 | 2026-08-20T02:29:07.536Z | Compiling petgraph v0.6.5 |
| 2225 | 2026-08-20T02:29:07.816Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2226 | 2026-08-20T02:29:07.933Z | Compiling petgraph v0.8.3 |
| 2227 | 2026-08-20T02:29:08.186Z | Compiling papergrid v0.11.0 |
| 2228 | 2026-08-20T02:29:09.181Z | Compiling tough v0.22.0 |
| 2229 | 2026-08-20T02:29:09.361Z | Compiling openssl v0.10.81 |
| 2230 | 2026-08-20T02:29:10.216Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=7696ee48d5ee29a917dea459e281fe2e8ff20513#7696ee48) |
| 2231 | 2026-08-20T02:29:10.331Z | Compiling libsw v3.5.0 |
| 2232 | 2026-08-20T02:29:10.345Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2233 | 2026-08-20T02:29:10.521Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6873add79b835f7932d9fe928340886df8e49676#6873add7) |
| 2234 | 2026-08-20T02:29:10.590Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2235 | 2026-08-20T02:29:10.823Z | Compiling internal-dns-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2236 | 2026-08-20T02:29:10.835Z | Compiling zone v0.3.1 |
| 2237 | 2026-08-20T02:29:12.299Z | Compiling oxide-tokio-rt v0.1.6 |
| 2238 | 2026-08-20T02:29:12.634Z | Compiling chrono-tz v0.10.4 |
| 2239 | 2026-08-20T02:29:12.926Z | Compiling gateway-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2240 | 2026-08-20T02:29:13.104Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=2c6efefe14321dafe7e9e80129d38316adb2d238#2c6efefe) |
| 2241 | 2026-08-20T02:29:13.570Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino#d79800f9) |
| 2242 | 2026-08-20T02:29:14.059Z | Compiling newtype_derive v0.1.6 |
| 2243 | 2026-08-20T02:29:14.145Z | Compiling slog-dtrace v0.3.0 |
| 2244 | 2026-08-20T02:29:14.196Z | Compiling cockroach-admin-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2245 | 2026-08-20T02:29:14.829Z | Compiling const_format v0.2.36 |
| 2246 | 2026-08-20T02:29:15.178Z | Compiling cancel-safe-futures v0.1.5 |
| 2247 | 2026-08-20T02:29:15.337Z | Compiling owo-colors v4.3.0 |
| 2248 | 2026-08-20T02:29:15.551Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=bd9a0e2abe6b6b89aec8c85f4ee57474144ed150#bd9a0e2a) |
| 2249 | 2026-08-20T02:29:16.246Z | Compiling gethostname v0.5.0 |
| 2250 | 2026-08-20T02:29:16.258Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=e3d9a1c35cf3cd04f9cb2e997b0ad88324d30737#e3d9a1c3) |
| 2251 | 2026-08-20T02:29:16.386Z | Compiling trust-quorum-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2252 | 2026-08-20T02:29:16.517Z | Compiling key-manager-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2253 | 2026-08-20T02:29:16.646Z | Compiling ereport-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2254 | 2026-08-20T02:29:17.360Z | Compiling smf v0.2.3 |
| 2255 | 2026-08-20T02:29:17.434Z | Compiling bcs v0.1.6 |
| 2256 | 2026-08-20T02:29:17.835Z | Compiling unicode-linebreak v0.1.5 |
| 2257 | 2026-08-20T02:29:17.871Z | Compiling smawk v0.3.3 |
| 2258 | 2026-08-20T02:29:18.022Z | Compiling termtree v0.5.1 |
| 2259 | 2026-08-20T02:29:18.135Z | Compiling tagptr v0.2.0 |
| 2260 | 2026-08-20T02:29:18.167Z | Compiling whoami v1.6.1 |
| 2261 | 2026-08-20T02:29:18.188Z | Compiling linear-map v1.2.0 |
| 2262 | 2026-08-20T02:29:18.300Z | Compiling moka v0.12.16 |
| 2263 | 2026-08-20T02:29:18.407Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2264 | 2026-08-20T02:29:18.570Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2265 | 2026-08-20T02:29:18.630Z | Compiling oximeter-db v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2266 | 2026-08-20T02:29:19.554Z | Compiling textwrap v0.16.2 |
| 2267 | 2026-08-20T02:29:19.656Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2268 | 2026-08-20T02:29:21.111Z | Compiling tabled v0.15.0 |
| 2269 | 2026-08-20T02:29:21.430Z | Compiling trust-quorum-protocol v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2270 | 2026-08-20T02:29:21.983Z | Compiling cockroach-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2271 | 2026-08-20T02:29:22.196Z | Compiling nexus-types-versions v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2272 | 2026-08-20T02:29:22.243Z | Compiling steno v0.4.1 |
| 2273 | 2026-08-20T02:29:23.154Z | Compiling cookie v0.18.2 |
| 2274 | 2026-08-20T02:29:25.165Z | Compiling bootstrap-agent-lockstep-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2275 | 2026-08-20T02:29:26.753Z | Compiling hickory-proto v0.25.2 |
| 2276 | 2026-08-20T02:29:29.688Z | Compiling ddm-protocol v0.1.0 (/work/oxidecomputer/maghemite/ddm-protocol) |
| 2277 | 2026-08-20T02:29:29.859Z | Compiling hickory-resolver v0.25.2 |
| 2278 | 2026-08-20T02:29:29.904Z | Compiling arc-swap v1.9.2 |
| 2279 | 2026-08-20T02:29:30.266Z | Compiling ddm-api-types-versions v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types/versions) |
| 2280 | 2026-08-20T02:29:31.862Z | Compiling internal-dns-resolver v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2281 | 2026-08-20T02:29:32.089Z | Compiling slog-scope v4.4.1 |
| 2282 | 2026-08-20T02:29:32.243Z | Compiling libscf-sys v1.2.0 |
| 2283 | 2026-08-20T02:29:32.390Z | Compiling oximeter-producer-api v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2284 | 2026-08-20T02:29:32.481Z | Compiling zone_cfg_derive v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2285 | 2026-08-20T02:29:33.175Z | Compiling zone v0.3.1 (https://github.com/oxidecomputer/zone#008474e8) |
| 2286 | 2026-08-20T02:29:33.226Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#72389b51) |
| 2287 | 2026-08-20T02:29:33.908Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2288 | 2026-08-20T02:29:34.725Z | Compiling slog-stdlog v4.1.1 |
| 2289 | 2026-08-20T02:29:35.081Z | Compiling ddm-api-types v0.1.0 (/work/oxidecomputer/maghemite/ddm-api-types) |
| 2290 | 2026-08-20T02:29:35.192Z | Compiling slog-envlogger v2.2.0 |
| 2291 | 2026-08-20T02:29:36.079Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#021420c1) |
| 2292 | 2026-08-20T02:29:36.206Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
| 2293 | 2026-08-20T02:29:36.497Z | Compiling client-common v0.1.0 (/work/oxidecomputer/maghemite/client-common) |
| 2294 | 2026-08-20T02:29:44.173Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2295 | 2026-08-20T02:29:46.467Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#d6fba551) |
| 2296 | 2026-08-20T02:29:48.152Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
| 2297 | 2026-08-20T02:29:56.781Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
| 2298 | 2026-08-20T02:30:00.603Z | Finished `release` profile [optimized] target(s) in 2m 25s |
| 2299 | 2026-08-20T02:30:00.718Z | Running unittests src/lib.rs (target/release/deps/mg_tests-6b408055e24182f2) |
| 2300 | 2026-08-20T02:30:00.722Z | |
| 2301 | 2026-08-20T02:30:00.722Z | running 1 test |
| 2302 | 2026-08-20T02:30:00.932Z | configure zone |
| 2303 | 2026-08-20T02:30:00.950Z | install zone |
| 2304 | 2026-08-20T02:30:12.934Z | boot zone |
| 2305 | 2026-08-20T02:30:13.026Z | start zone s1 |
| 2306 | 2026-08-20T02:30:13.026Z | configure zone |
| 2307 | 2026-08-20T02:30:13.026Z | install zone |
| 2308 | 2026-08-20T02:30:13.063Z | boot zone |
| 2309 | 2026-08-20T02:30:13.063Z | start zone s2 |
| 2310 | 2026-08-20T02:30:13.063Z | configure zone |
| 2311 | 2026-08-20T02:30:13.063Z | install zone |
| 2312 | 2026-08-20T02:30:13.904Z | boot zone |
| 2313 | 2026-08-20T02:30:14.024Z | start zone s3 |
| 2314 | 2026-08-20T02:30:14.024Z | configure zone |
| 2315 | 2026-08-20T02:30:14.035Z | install zone |
| 2316 | 2026-08-20T02:30:16.252Z | boot zone |
| 2317 | 2026-08-20T02:30:16.333Z | start zone t1 |
| 2318 | 2026-08-20T02:30:16.333Z | configure zone |
| 2319 | 2026-08-20T02:30:16.339Z | install zone |
| 2320 | 2026-08-20T02:30:18.409Z | boot zone |
| 2321 | 2026-08-20T02:30:18.514Z | waiting for zones to come up |
| 2322 | 2026-08-20T02:30:28.508Z | [sidecar.quartet] svcs milestone/network |
| 2323 | 2026-08-20T02:30:28.533Z | STATE STIME FMRI |
| 2324 | 2026-08-20T02:30:28.533Z | online 2:30:09 svc:/milestone/network:default |
| 2325 | 2026-08-20T02:30:28.533Z | cp /work/oxidecomputer/maghemite/download/softnpu /mgtest/sidecar.quartet/root/opt/ |
| 2326 | 2026-08-20T02:30:28.559Z | cp /work/oxidecomputer/maghemite/download/scadm /mgtest/sidecar.quartet/root/opt/ |
| 2327 | 2026-08-20T02:30:28.585Z | cp /work/oxidecomputer/maghemite/download/libsidecar_lite.so /mgtest/sidecar.quartet/root/opt/ |
| 2328 | 2026-08-20T02:30:28.605Z | cp /work/oxidecomputer/maghemite/tests/conf/softnpu-quartet.toml /mgtest/sidecar.quartet/root/opt/softnpu.toml |
| 2329 | 2026-08-20T02:30:28.609Z | [sidecar.quartet] RUST_LOG=debug RUST_BACKTRACE=1 /opt/softnpu --uds-path /opt/mnt /opt/softnpu.toml &> /opt/softnpu.log & |
| 2330 | 2026-08-20T02:30:28.621Z | |
| 2331 | 2026-08-20T02:30:28.621Z | running zone s1.quartet setup |
| 2332 | 2026-08-20T02:30:28.621Z | [s1.quartet] svcs milestone/network |
| 2333 | 2026-08-20T02:30:28.638Z | STATE STIME FMRI |
| 2334 | 2026-08-20T02:30:28.639Z | online 2:30:11 svc:/milestone/network:default |
| 2335 | 2026-08-20T02:30:28.639Z | [s1.quartet] dladm |
| 2336 | 2026-08-20T02:30:28.659Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2337 | 2026-08-20T02:30:28.659Z | sl0 simnet 9000 up -- ? |
| 2338 | 2026-08-20T02:30:28.659Z | mgs1 vnic 9000 up -- ? |
| 2339 | 2026-08-20T02:30:28.659Z | [s1.quartet] ipadm create-addr -t -T static -a 10.0.0.1/24 mgs1/v4 |
| 2340 | 2026-08-20T02:30:29.222Z | |
| 2341 | 2026-08-20T02:30:29.222Z | [s1.quartet] ipadm create-addr -t -T addrconf sl0/v6 |
| 2342 | 2026-08-20T02:30:29.239Z | |
| 2343 | 2026-08-20T02:30:29.239Z | [s1.quartet] ipadm create-addr -t -T static -a fd00:1::1/64 lo0/u6 |
| 2344 | 2026-08-20T02:30:29.252Z | |
| 2345 | 2026-08-20T02:30:29.252Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s1.quartet/root/opt/ddmd |
| 2346 | 2026-08-20T02:30:29.354Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s1.quartet/root/opt/ddmadm |
| 2347 | 2026-08-20T02:30:29.437Z | [s1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid a0f3308e-8398-4492-a533-4a78b09ebf07 --sled-uuid b44ef4b2-8117-474a-97f2-63ac4b1ef067 -a sl0/v6 &> /opt/ddmd.log & |
| 2348 | 2026-08-20T02:30:29.454Z | |
| 2349 | 2026-08-20T02:30:29.454Z | running zone s2.quartet setup |
| 2350 | 2026-08-20T02:30:29.455Z | [s2.quartet] svcs milestone/network |
| 2351 | 2026-08-20T02:30:29.468Z | STATE STIME FMRI |
| 2352 | 2026-08-20T02:30:29.468Z | online 2:30:13 svc:/milestone/network:default |
| 2353 | 2026-08-20T02:30:29.468Z | [s2.quartet] dladm |
| 2354 | 2026-08-20T02:30:29.482Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2355 | 2026-08-20T02:30:29.482Z | sl1 simnet 9000 up -- ? |
| 2356 | 2026-08-20T02:30:29.482Z | mgs2 vnic 9000 up -- ? |
| 2357 | 2026-08-20T02:30:29.482Z | [s2.quartet] ipadm create-addr -t -T static -a 10.0.0.2/24 mgs2/v4 |
| 2358 | 2026-08-20T02:30:30.057Z | |
| 2359 | 2026-08-20T02:30:30.057Z | [s2.quartet] ipadm create-addr -t -T addrconf sl1/v6 |
| 2360 | 2026-08-20T02:30:30.066Z | |
| 2361 | 2026-08-20T02:30:30.066Z | [s2.quartet] ipadm create-addr -t -T static -a fd00:2::1/64 lo0/u6 |
| 2362 | 2026-08-20T02:30:30.074Z | |
| 2363 | 2026-08-20T02:30:30.074Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s2.quartet/root/opt/ddmd |
| 2364 | 2026-08-20T02:30:30.122Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s2.quartet/root/opt/ddmadm |
| 2365 | 2026-08-20T02:30:30.160Z | [s2.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid b24aa124-7032-4ade-b954-067f60935f39 --sled-uuid 613d57cb-e8f9-46f4-bb26-cfd38c5a9e40 -a sl1/v6 &> /opt/ddmd.log & |
| 2366 | 2026-08-20T02:30:30.190Z | |
| 2367 | 2026-08-20T02:30:30.190Z | running zone s3.quartet setup |
| 2368 | 2026-08-20T02:30:30.190Z | [s3.quartet] svcs milestone/network |
| 2369 | 2026-08-20T02:30:30.198Z | STATE STIME FMRI |
| 2370 | 2026-08-20T02:30:30.198Z | online 2:30:16 svc:/milestone/network:default |
| 2371 | 2026-08-20T02:30:30.198Z | [s3.quartet] dladm |
| 2372 | 2026-08-20T02:30:30.207Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2373 | 2026-08-20T02:30:30.207Z | sl2 simnet 9000 up -- ? |
| 2374 | 2026-08-20T02:30:30.207Z | mgs3 vnic 9000 up -- ? |
| 2375 | 2026-08-20T02:30:30.207Z | [s3.quartet] ipadm create-addr -t -T static -a 10.0.0.3/24 mgs3/v4 |
| 2376 | 2026-08-20T02:30:30.678Z | |
| 2377 | 2026-08-20T02:30:30.678Z | [s3.quartet] ipadm create-addr -t -T addrconf sl2/v6 |
| 2378 | 2026-08-20T02:30:30.698Z | |
| 2379 | 2026-08-20T02:30:30.698Z | [s3.quartet] ipadm create-addr -t -T static -a fd00:3::1/64 lo0/u6 |
| 2380 | 2026-08-20T02:30:30.711Z | |
| 2381 | 2026-08-20T02:30:30.711Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/s3.quartet/root/opt/ddmd |
| 2382 | 2026-08-20T02:30:30.759Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/s3.quartet/root/opt/ddmadm |
| 2383 | 2026-08-20T02:30:30.800Z | [s3.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind server --rack-uuid 809d3b98-e6f4-4b51-9ad4-fa1d58892c6c --sled-uuid 5e6be9ee-c689-4cd0-893c-cd0772ec1f1f -a sl2/v6 &> /opt/ddmd.log & |
| 2384 | 2026-08-20T02:30:30.812Z | |
| 2385 | 2026-08-20T02:30:30.812Z | running zone t1.quartet setup |
| 2386 | 2026-08-20T02:30:30.812Z | [t1.quartet] svcs milestone/network |
| 2387 | 2026-08-20T02:30:30.826Z | STATE STIME FMRI |
| 2388 | 2026-08-20T02:30:30.826Z | online 2:30:18 svc:/milestone/network:default |
| 2389 | 2026-08-20T02:30:30.826Z | [t1.quartet] dladm |
| 2390 | 2026-08-20T02:30:30.841Z | LINK CLASS MTU STATE BRIDGE OVER |
| 2391 | 2026-08-20T02:30:30.841Z | tfportrear0_0 simnet 9000 up -- ? |
| 2392 | 2026-08-20T02:30:30.841Z | tfportrear1_0 simnet 9000 up -- ? |
| 2393 | 2026-08-20T02:30:30.841Z | tfportrear2_0 simnet 9000 up -- ? |
| 2394 | 2026-08-20T02:30:30.841Z | mgt1 vnic 9000 up -- ? |
| 2395 | 2026-08-20T02:30:30.843Z | [t1.quartet] ipadm create-addr -t -T static -a 10.0.0.4/24 mgt1/v4 |
| 2396 | 2026-08-20T02:30:31.372Z | |
| 2397 | 2026-08-20T02:30:31.372Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear0_0/v6 |
| 2398 | 2026-08-20T02:30:31.388Z | |
| 2399 | 2026-08-20T02:30:31.389Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear1_0/v6 |
| 2400 | 2026-08-20T02:30:31.406Z | |
| 2401 | 2026-08-20T02:30:31.406Z | [t1.quartet] ipadm create-addr -t -T addrconf tfportrear2_0/v6 |
| 2402 | 2026-08-20T02:30:31.417Z | |
| 2403 | 2026-08-20T02:30:31.417Z | [t1.quartet] ipadm create-addr -t -T static -a fd00:4::1/64 lo0/u6 |
| 2404 | 2026-08-20T02:30:31.437Z | |
| 2405 | 2026-08-20T02:30:31.437Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/opt /mgtest/t1.quartet/root/ |
| 2406 | 2026-08-20T02:30:31.712Z | cp -r /work/oxidecomputer/maghemite/download/zones/dendrite/root/var /mgtest/t1.quartet/root/ |
| 2407 | 2026-08-20T02:30:31.717Z | cp /work/oxidecomputer/maghemite/tests/conf/dpd-ports-quartet.toml /mgtest/t1.quartet/root/opt/dpd-ports.toml |
| 2408 | 2026-08-20T02:30:31.718Z | waiting 3s for copy of files to zone to complete ... |
| 2409 | 2026-08-20T02:30:34.713Z | [t1.quartet] svccfg import /var/svc/manifest/site/dendrite/manifest.xml |
| 2410 | 2026-08-20T02:30:34.848Z | |
| 2411 | 2026-08-20T02:30:34.848Z | [t1.quartet] svccfg import /var/svc/manifest/site/tfport/manifest.xml |
| 2412 | 2026-08-20T02:30:34.955Z | |
| 2413 | 2026-08-20T02:30:34.955Z | cp /work/oxidecomputer/maghemite/target/release/ddmd /mgtest/t1.quartet/root/opt/ddmd |
| 2414 | 2026-08-20T02:30:35.049Z | cp /work/oxidecomputer/maghemite/target/release/ddmadm /mgtest/t1.quartet/root/opt/ddmadm |
| 2415 | 2026-08-20T02:30:35.053Z | [t1.quartet] svcadm disable dendrite |
| 2416 | 2026-08-20T02:30:35.057Z | |
| 2417 | 2026-08-20T02:30:35.057Z | [t1.quartet] svcadm disable tfport |
| 2418 | 2026-08-20T02:30:35.141Z | |
| 2419 | 2026-08-20T02:30:35.141Z | [t1.quartet] svccfg -s dendrite setprop config/address = [::1]:12224 |
| 2420 | 2026-08-20T02:30:35.144Z | |
| 2421 | 2026-08-20T02:30:35.144Z | [t1.quartet] svccfg -s dendrite setprop config/mgmt = uds |
| 2422 | 2026-08-20T02:30:35.144Z | |
| 2423 | 2026-08-20T02:30:35.144Z | [t1.quartet] svccfg -s dendrite setprop config/uds_path = /opt/mnt |
| 2424 | 2026-08-20T02:30:35.151Z | |
| 2425 | 2026-08-20T02:30:35.152Z | [t1.quartet] svccfg -s dendrite setprop config/port_config = /opt/dpd-ports.toml |
| 2426 | 2026-08-20T02:30:35.176Z | |
| 2427 | 2026-08-20T02:30:35.176Z | [t1.quartet] svccfg -s dendrite setprop config/rear_ports = 3 |
| 2428 | 2026-08-20T02:30:35.202Z | |
| 2429 | 2026-08-20T02:30:35.202Z | [t1.quartet] svcadm refresh dendrite:default |
| 2430 | 2026-08-20T02:30:35.223Z | |
| 2431 | 2026-08-20T02:30:35.223Z | [t1.quartet] svcadm enable dendrite:default |
| 2432 | 2026-08-20T02:30:35.244Z | |
| 2433 | 2026-08-20T02:30:35.244Z | wait 10s for dendrite to come up ... |
| 2434 | 2026-08-20T02:30:45.244Z | [t1.quartet] svccfg -s tfport setprop config/pkt_source = none |
| 2435 | 2026-08-20T02:30:45.275Z | |
| 2436 | 2026-08-20T02:30:45.275Z | [t1.quartet] svccfg -s tfport setprop config/flags = --sync-only |
| 2437 | 2026-08-20T02:30:45.299Z | |
| 2438 | 2026-08-20T02:30:45.299Z | [t1.quartet] svcadm refresh tfport:default |
| 2439 | 2026-08-20T02:30:45.321Z | |
| 2440 | 2026-08-20T02:30:45.321Z | [t1.quartet] svcadm enable tfport |
| 2441 | 2026-08-20T02:30:45.343Z | |
| 2442 | 2026-08-20T02:30:45.346Z | [t1.quartet] RUST_LOG=trace RUST_BACKTRACE=1 /opt/ddmd --kind transit --dendrite --rack-uuid 48ddcab5-d1d9-435d-99cc-f5b29a08c4bd --sled-uuid adb8cdc1-50b3-450d-a3cd-19ff433b0b7b -a tfportrear0_0/v6 -a tfportrear1_0/v6 -a tfportrear2_0/v6 &> /opt/ddmd.log & |
| 2443 | 2026-08-20T02:30:45.354Z | |
| 2444 | 2026-08-20T02:30:45.354Z | [t1.quartet] ipadm |
| 2445 | 2026-08-20T02:30:45.369Z | ADDROBJ TYPE STATE ADDR |
| 2446 | 2026-08-20T02:30:45.369Z | lo0/v4 static ok 127.0.0.1/8 |
| 2447 | 2026-08-20T02:30:45.369Z | mgt1/v4 static ok 10.0.0.4/24 |
| 2448 | 2026-08-20T02:30:45.369Z | lo0/v6 static ok ::1/128 |
| 2449 | 2026-08-20T02:30:45.369Z | lo0/u6 static ok fd00:4::1/64 |
| 2450 | 2026-08-20T02:30:45.369Z | tfportrear0_0/v6 addrconf ok fe80::c97:1eff:fe04:5d7c%tfportrear0_0/10 |
| 2451 | 2026-08-20T02:30:45.369Z | tfportrear1_0/v6 addrconf ok fe80::90c8:21ff:fe8d:d329%tfportrear1_0/10 |
| 2452 | 2026-08-20T02:30:45.370Z | tfportrear2_0/v6 addrconf ok fe80::e4d4:54ff:fe49:5665%tfportrear2_0/10 |
| 2453 | 2026-08-20T02:30:47.475Z | initial peering test passed |
| 2454 | 2026-08-20T02:30:48.477Z | [s3.quartet] ping fd00:1::1 |
| 2455 | 2026-08-20T02:30:48.494Z | fd00:1::1 is alive |
| 2456 | 2026-08-20T02:30:59.497Z | [s3.quartet] ping fd00:1::1 |
| 2457 | 2026-08-20T02:30:59.513Z | fd00:1::1 is alive |
| 2458 | 2026-08-20T02:30:59.516Z | [t1.quartet] pkill ddmd |
| 2459 | 2026-08-20T02:30:59.525Z | |
| 2460 | 2026-08-20T02:30:59.525Z | cp /mgtest/t1.quartet/root/opt/ddmd.log /work/t1.quartet.log |
| 2461 | 2026-08-20T02:30:59.529Z | cp /mgtest/t1.quartet/root//var/svc/log/oxide-dendrite:default.log /work/t1.quartet-dpd.log |
| 2462 | 2026-08-20T02:31:00.723Z | test ddm::test_quartet has been running for over 60 seconds |
| 2463 | 2026-08-20T02:31:01.435Z | [s3.quartet] pkill ddmd |
| 2464 | 2026-08-20T02:31:01.450Z | |
| 2465 | 2026-08-20T02:31:01.450Z | cp /mgtest/s3.quartet/root/opt/ddmd.log /work/s3.quartet.log |
| 2466 | 2026-08-20T02:31:03.254Z | [s2.quartet] pkill ddmd |
| 2467 | 2026-08-20T02:31:03.268Z | |
| 2468 | 2026-08-20T02:31:03.268Z | cp /mgtest/s2.quartet/root/opt/ddmd.log /work/s2.quartet.log |
| 2469 | 2026-08-20T02:31:05.124Z | [s1.quartet] pkill ddmd |
| 2470 | 2026-08-20T02:31:05.139Z | |
| 2471 | 2026-08-20T02:31:05.139Z | cp /mgtest/s1.quartet/root/opt/ddmd.log /work/s1.quartet.log |
| 2472 | 2026-08-20T02:31:07.003Z | [sidecar.quartet] pkill softnpu |
| 2473 | 2026-08-20T02:31:07.016Z | |
| 2474 | 2026-08-20T02:31:07.017Z | cp /mgtest/sidecar.quartet/root/opt/softnpu.log /work/sidecar.quartet-softnpu.log |
| 2475 | 2026-08-20T02:31:10.136Z | test ddm::test_quartet ... ok |
| 2476 | 2026-08-20T02:31:10.136Z | |
| 2477 | 2026-08-20T02:31:10.136Z | test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 1 filtered out; finished in 69.40s |
| 2478 | 2026-08-20T02:31:10.136Z | |
| 2479 | 2026-08-20T02:31:10.176Z | + cleanup |
| 2480 | 2026-08-20T02:31:10.180Z | ++ id -un |
| 2481 | 2026-08-20T02:31:10.185Z | ++ id -gn |
| 2482 | 2026-08-20T02:31:10.185Z | + pfexec chown -R build:build . |
| 2483 | 2026-08-20T02:31:10.305Z | process exited: duration 491434 ms, exit code 0 |
| |
| 2484 | 2026-08-20T02:31:10.314Z | found 6 output files |
| 2485 | 2026-08-20T02:31:10.314Z | uploading: /work/s1.quartet.log (3146 bytes) |
| 2486 | 2026-08-20T02:31:11.328Z | uploaded: /work/s1.quartet.log |
| 2487 | 2026-08-20T02:31:11.329Z | uploading: /work/s2.quartet.log (3147 bytes) |
| 2488 | 2026-08-20T02:31:12.342Z | uploaded: /work/s2.quartet.log |
| 2489 | 2026-08-20T02:31:12.342Z | uploading: /work/s3.quartet.log (3264 bytes) |
| 2490 | 2026-08-20T02:31:13.365Z | uploaded: /work/s3.quartet.log |
| 2491 | 2026-08-20T02:31:13.366Z | uploading: /work/sidecar.quartet-softnpu.log (809 bytes) |
| 2492 | 2026-08-20T02:31:14.388Z | uploaded: /work/sidecar.quartet-softnpu.log |
| 2493 | 2026-08-20T02:31:14.389Z | uploading: /work/t1.quartet-dpd.log (315697 bytes) |
| 2494 | 2026-08-20T02:31:15.427Z | uploaded: /work/t1.quartet-dpd.log |
| 2495 | 2026-08-20T02:31:15.427Z | uploading: /work/t1.quartet.log (17610 bytes) |
| 2496 | 2026-08-20T02:31:16.445Z | uploaded: /work/t1.quartet.log |