|
|
|
| 1 | 2024-06-05T18:11:36.178Z | job assigned to worker 01HZMSGYM6TR8EFTAHR036Y025 (queued for 1 m 4 s) |
| |
| 2 | 2024-06-05T18:11:43.591Z | starting task 0: "setup" |
| 3 | 2024-06-05T18:11:43.680Z | ++ uname -s |
| 4 | 2024-06-05T18:11:43.704Z | + kern=SunOS |
| 5 | 2024-06-05T18:11:43.705Z | + case "$kern" in |
| 6 | 2024-06-05T18:11:43.705Z | + groupadd -g 12345 build |
| 7 | 2024-06-05T18:11:43.705Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-06-05T18:11:45.654Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-06-05T18:11:45.772Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-06-05T18:11:45.802Z | + home_fs=zfs |
| 11 | 2024-06-05T18:11:45.802Z | + [[ zfs == autofs ]] |
| 12 | 2024-06-05T18:11:45.802Z | + mkdir -p /home/build |
| 13 | 2024-06-05T18:11:45.803Z | + chown build:build /home/build /work |
| 14 | 2024-06-05T18:11:47.775Z | + chmod 0700 /home/build /work |
| 15 | 2024-06-05T18:11:48.202Z | process exited: duration 4201 ms, exit code 0 |
| |
| 16 | 2024-06-05T18:11:48.225Z | starting task 1: "rust-toolchain" |
| 17 | 2024-06-05T18:11:48.232Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 18 | 2024-06-05T18:11:48.232Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 19 | 2024-06-05T18:11:48.340Z | info: downloading installer |
| 20 | 2024-06-05T18:11:49.702Z | warning: it looks like you have an existing installation of Rust at: |
| 21 | 2024-06-05T18:11:49.702Z | warning: /opt/ooce/bin |
| 22 | 2024-06-05T18:11:49.702Z | warning: It is recommended that rustup be the primary Rust installation. |
| 23 | 2024-06-05T18:11:49.702Z | warning: Otherwise you may have confusion unless you are careful with your PATH |
| 24 | 2024-06-05T18:11:49.702Z | warning: If you are sure that you want both rustup and your already installed Rust |
| 25 | 2024-06-05T18:11:49.703Z | warning: then please reply `y' or `yes' or set RUSTUP_INIT_SKIP_PATH_CHECK to yes |
| 26 | 2024-06-05T18:11:49.703Z | warning: or pass `-y' to ignore all ignorable checks. |
| 27 | 2024-06-05T18:11:49.703Z | error: cannot install while Rust is installed |
| 28 | 2024-06-05T18:11:49.703Z | warning: continuing (because the -y flag is set and the error is ignorable) |
| 29 | 2024-06-05T18:11:49.792Z | info: profile set to 'default' |
| 30 | 2024-06-05T18:11:49.792Z | info: default host triple is x86_64-unknown-illumos |
| 31 | 2024-06-05T18:11:49.829Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 32 | 2024-06-05T18:11:49.970Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 33 | 2024-06-05T18:11:49.970Z | info: downloading component 'cargo' |
| 34 | 2024-06-05T18:11:51.003Z | info: downloading component 'clippy' |
| 35 | 2024-06-05T18:11:51.357Z | info: downloading component 'rust-docs' |
| 36 | 2024-06-05T18:11:52.723Z | info: downloading component 'rust-std' |
| 37 | 2024-06-05T18:11:54.927Z | info: downloading component 'rustc' |
| 38 | 2024-06-05T18:12:00.448Z | info: downloading component 'rustfmt' |
| 39 | 2024-06-05T18:12:00.742Z | info: installing component 'cargo' |
| 40 | 2024-06-05T18:12:01.586Z | info: installing component 'clippy' |
| 41 | 2024-06-05T18:12:01.956Z | info: installing component 'rust-docs' |
| 42 | 2024-06-05T18:12:03.470Z | info: installing component 'rust-std' |
| 43 | 2024-06-05T18:12:05.281Z | info: installing component 'rustc' |
| 44 | 2024-06-05T18:12:09.542Z | info: installing component 'rustfmt' |
| 45 | 2024-06-05T18:12:09.877Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 46 | 2024-06-05T18:12:09.877Z | |
| 47 | 2024-06-05T18:12:10.175Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 48 | 2024-06-05T18:12:10.175Z | |
| 49 | 2024-06-05T18:12:10.191Z | |
| 50 | 2024-06-05T18:12:10.191Z | Rust is installed now. Great! |
| 51 | 2024-06-05T18:12:10.191Z | |
| 52 | 2024-06-05T18:12:10.191Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 53 | 2024-06-05T18:12:10.192Z | environment variable. This has not been done automatically. |
| 54 | 2024-06-05T18:12:10.192Z | |
| 55 | 2024-06-05T18:12:10.192Z | To configure your current shell, you need to source |
| 56 | 2024-06-05T18:12:10.192Z | the corresponding env file under $HOME/.cargo. |
| 57 | 2024-06-05T18:12:10.192Z | |
| 58 | 2024-06-05T18:12:10.193Z | This is usually done by running one of the following (note the leading DOT): |
| 59 | 2024-06-05T18:12:10.193Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 60 | 2024-06-05T18:12:10.193Z | source "$HOME/.cargo/env.fish" # For fish |
| 61 | 2024-06-05T18:12:10.333Z | + rustc --version |
| 62 | 2024-06-05T18:12:10.401Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 63 | 2024-06-05T18:12:10.416Z | process exited: duration 22178 ms, exit code 0 |
| |
| 64 | 2024-06-05T18:12:10.449Z | starting task 2: "authentication" |
| 65 | 2024-06-05T18:12:10.491Z | process exited: duration 47 ms, exit code 0 |
| |
| 66 | 2024-06-05T18:12:10.507Z | starting task 3: "clone repository" |
| 67 | 2024-06-05T18:12:10.516Z | + mkdir -p /work/oxidecomputer/omicron |
| 68 | 2024-06-05T18:12:10.522Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 69 | 2024-06-05T18:12:11.291Z | Cloning into '/work/oxidecomputer/omicron'... |
| 70 | 2024-06-05T18:12:19.661Z | + cd /work/oxidecomputer/omicron |
| 71 | 2024-06-05T18:12:19.661Z | + git fetch origin 84faad4b4a21247a55f76d851d9477d2e05ebd8f |
| 72 | 2024-06-05T18:12:20.129Z | From https://github.com/oxidecomputer/omicron |
| 73 | 2024-06-05T18:12:20.129Z | * branch 84faad4b4a21247a55f76d851d9477d2e05ebd8f -> FETCH_HEAD |
| 74 | 2024-06-05T18:12:20.147Z | + [[ -n '' ]] |
| 75 | 2024-06-05T18:12:20.147Z | + git reset --hard 84faad4b4a21247a55f76d851d9477d2e05ebd8f |
| 76 | 2024-06-05T18:12:20.268Z | HEAD is now at 84faad4b4 while i'm here, fix these block delimiters |
| 77 | 2024-06-05T18:12:20.275Z | process exited: duration 9756 ms, exit code 0 |
| |
| 78 | 2024-06-05T18:12:20.283Z | starting task 4: "build" |
| 79 | 2024-06-05T18:12:20.289Z | + cargo --version |
| 80 | 2024-06-05T18:12:20.419Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 81 | 2024-06-05T18:12:20.422Z | + rustc --version |
| 82 | 2024-06-05T18:12:20.422Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 83 | 2024-06-05T18:12:20.422Z | + WORK=/work |
| 84 | 2024-06-05T18:12:20.422Z | + pfexec mkdir -p /work |
| 85 | 2024-06-05T18:12:20.422Z | + pfexec chown build /work |
| 86 | 2024-06-05T18:12:20.422Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 87 | 2024-06-05T18:12:32.042Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 88 | 2024-06-05T18:12:34.011Z | Startup: Caching catalogs ... Done |
| 89 | 2024-06-05T18:12:36.027Z | Planning: Solver setup ... Done (1.515s) |
| 90 | 2024-06-05T18:12:36.055Z | Planning: Running solver ... Done (0.029s) |
| 91 | 2024-06-05T18:12:36.096Z | Planning: Finding local manifests ... Done (0.007s) |
| 92 | 2024-06-05T18:12:36.114Z | Planning: Fetching manifests: 0/4 0% complete |
| 93 | 2024-06-05T18:12:36.388Z | Planning: Fetching manifests: 4/4 100% complete |
| 94 | 2024-06-05T18:12:36.435Z | Planning: Package planning ... Done (0.049s) |
| 95 | 2024-06-05T18:12:36.485Z | Planning: Merging actions ... Done (0.050s) |
| 96 | 2024-06-05T18:12:37.651Z | Planning: Checking for conflicting actions ... Done (1.109s) |
| 97 | 2024-06-05T18:12:37.659Z | Planning: Consolidating action changes ... Done (0.011s) |
| 98 | 2024-06-05T18:12:42.641Z | Planning: Evaluating mediators ... Done (4.981s) |
| 99 | 2024-06-05T18:12:42.646Z | Planning: Planning completed in 8.53 seconds |
| 100 | 2024-06-05T18:12:43.254Z | Packages to install: 4 |
| 101 | 2024-06-05T18:12:43.254Z | Mediators to change: 2 |
| 102 | 2024-06-05T18:12:43.254Z | Services to change: 1 |
| 103 | 2024-06-05T18:12:43.268Z | Estimated space available: 155.78 GB |
| 104 | 2024-06-05T18:12:43.268Z | Estimated space to be consumed: 1.45 GB |
| 105 | 2024-06-05T18:12:43.268Z | Create boot environment: No |
| 106 | 2024-06-05T18:12:43.268Z | Create backup boot environment: No |
| 107 | 2024-06-05T18:12:43.269Z | Rebuild boot archive: No |
| 108 | 2024-06-05T18:12:43.269Z | |
| 109 | 2024-06-05T18:12:43.269Z | Changed mediators: |
| 110 | 2024-06-05T18:12:43.269Z | mediator clang: |
| 111 | 2024-06-05T18:12:43.269Z | version: None -> 15 (system default) |
| 112 | 2024-06-05T18:12:43.269Z | |
| 113 | 2024-06-05T18:12:43.270Z | mediator llvm: |
| 114 | 2024-06-05T18:12:43.270Z | version: 14 (system default) -> 15 (system default) |
| 115 | 2024-06-05T18:12:43.270Z | |
| 116 | 2024-06-05T18:12:43.270Z | Changed packages: |
| 117 | 2024-06-05T18:12:43.270Z | helios-dev |
| 118 | 2024-06-05T18:12:43.270Z | developer/build-essential |
| 119 | 2024-06-05T18:12:43.270Z | None -> 11-2.0 |
| 120 | 2024-06-05T18:12:43.271Z | library/libxmlsec1 |
| 121 | 2024-06-05T18:12:43.271Z | None -> 1.2.35-2.0 |
| 122 | 2024-06-05T18:12:43.271Z | ooce/developer/clang-15 |
| 123 | 2024-06-05T18:12:43.271Z | None -> 15.0.7-2.0 |
| 124 | 2024-06-05T18:12:43.271Z | ooce/developer/llvm-15 |
| 125 | 2024-06-05T18:12:43.271Z | None -> 15.0.7-2.0 |
| 126 | 2024-06-05T18:12:43.272Z | |
| 127 | 2024-06-05T18:12:43.272Z | Services: |
| 128 | 2024-06-05T18:12:43.272Z | restart_fmri: |
| 129 | 2024-06-05T18:12:43.272Z | svc:/system/update-man-index:default |
| 130 | 2024-06-05T18:12:43.480Z | |
| 131 | 2024-06-05T18:12:43.481Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 132 | 2024-06-05T18:12:48.481Z | Download: 713/3290 items 18.1/212.6MB 8% complete (3.7M/s) |
| 133 | 2024-06-05T18:12:53.546Z | Download: 1196/3290 items 78.6/212.6MB 36% complete (8.3M/s) |
| 134 | 2024-06-05T18:12:58.597Z | Download: 1211/3290 items 84.6/212.6MB 39% complete (6.6M/s) |
| 135 | 2024-06-05T18:13:03.553Z | Download: 1897/3290 items 118.5/212.6MB 55% complete (4.0M/s) |
| 136 | 2024-06-05T18:13:10.185Z | Download: 2224/3290 items 119.2/212.6MB 56% complete (4.7M/s) |
| 137 | 2024-06-05T18:13:14.779Z | Download: 3194/3290 items 164.5/212.6MB 77% complete (4.5M/s) |
| 138 | 2024-06-05T18:13:16.593Z | Download: Completed 212.60 MB in 33.09 seconds (6.4M/s) |
| 139 | 2024-06-05T18:13:17.052Z | Actions: 1/3689 actions (Installing new actions) |
| 140 | 2024-06-05T18:13:22.071Z | Actions: 3553/3689 actions (Installing new actions) |
| 141 | 2024-06-05T18:13:22.866Z | Actions: Completed 3689 actions in 5.73 seconds. |
| 142 | 2024-06-05T18:13:23.006Z | Done (0.223s) |
| 143 | 2024-06-05T18:13:23.006Z | Done (0.000s) |
| 144 | 2024-06-05T18:13:23.303Z | Done (0.299s) |
| 145 | 2024-06-05T18:13:29.257Z | Done (5.791s) |
| 146 | 2024-06-05T18:13:29.892Z | Done (0.155s) |
| 147 | 2024-06-05T18:13:29.924Z | Done (0.000s) |
| 148 | 2024-06-05T18:13:29.924Z | Done (0.000s) |
| 149 | 2024-06-05T18:13:30.205Z | Planning: Evaluating mediator changes ... Done |
| 150 | 2024-06-05T18:13:30.370Z | Planning: Checking for conflicting actions ... Done |
| 151 | 2024-06-05T18:13:30.391Z | Planning: Consolidating action changes ... Done |
| 152 | 2024-06-05T18:13:31.045Z | Planning: Evaluating mediators ... Done |
| 153 | 2024-06-05T18:13:31.057Z | Planning: Planning completed in 0.43 seconds |
| 154 | 2024-06-05T18:13:31.057Z | Mediators to change: 2 |
| 155 | 2024-06-05T18:13:31.057Z | Create boot environment: No |
| 156 | 2024-06-05T18:13:31.057Z | Create backup boot environment: No |
| 157 | 2024-06-05T18:13:31.057Z | Done |
| 158 | 2024-06-05T18:13:31.057Z | Done |
| 159 | 2024-06-05T18:13:31.057Z | Done |
| 160 | 2024-06-05T18:13:34.726Z | Done |
| 161 | 2024-06-05T18:13:34.741Z | Done |
| 162 | 2024-06-05T18:13:34.741Z | Done |
| 163 | 2024-06-05T18:13:34.741Z | Done |
| 164 | 2024-06-05T18:13:35.308Z | Planning: Evaluating mediator changes ... Done |
| 165 | 2024-06-05T18:13:35.326Z | Planning: Merging actions ... Done |
| 166 | 2024-06-05T18:13:35.544Z | Planning: Checking for conflicting actions ... Done |
| 167 | 2024-06-05T18:13:35.589Z | Planning: Consolidating action changes ... Done |
| 168 | 2024-06-05T18:13:35.773Z | Planning: Evaluating mediators ... Done |
| 169 | 2024-06-05T18:13:35.816Z | Planning: Planning completed in 0.75 seconds |
| 170 | 2024-06-05T18:13:35.852Z | Packages to change: 1 |
| 171 | 2024-06-05T18:13:35.852Z | Mediators to change: 1 |
| 172 | 2024-06-05T18:13:35.856Z | Services to change: 1 |
| 173 | 2024-06-05T18:13:35.856Z | Create boot environment: No |
| 174 | 2024-06-05T18:13:35.856Z | Create backup boot environment: Yes |
| 175 | 2024-06-05T18:13:37.608Z | Actions: 1/6 actions (Updating modified actions) |
| 176 | 2024-06-05T18:13:37.678Z | Actions: Completed 6 actions in 0.07 seconds. |
| 177 | 2024-06-05T18:13:37.691Z | Done |
| 178 | 2024-06-05T18:13:37.691Z | Done |
| 179 | 2024-06-05T18:13:37.745Z | Done |
| 180 | 2024-06-05T18:13:41.335Z | Done |
| 181 | 2024-06-05T18:13:41.403Z | Done |
| 182 | 2024-06-05T18:13:41.415Z | Done |
| 183 | 2024-06-05T18:13:41.578Z | Done |
| 184 | 2024-06-05T18:13:42.013Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 185 | 2024-06-05T18:13:42.015Z | clang system 15 system |
| 186 | 2024-06-05T18:13:42.015Z | csh system system illumos |
| 187 | 2024-06-05T18:13:42.015Z | ctags system system illumos |
| 188 | 2024-06-05T18:13:42.015Z | gcc vendor 12 vendor |
| 189 | 2024-06-05T18:13:42.015Z | gcc system 10 system |
| 190 | 2024-06-05T18:13:42.016Z | gcc system 7 system |
| 191 | 2024-06-05T18:13:42.016Z | go system 1.20 system |
| 192 | 2024-06-05T18:13:42.017Z | go system 1.19 system |
| 193 | 2024-06-05T18:13:42.017Z | llvm system 15 system |
| 194 | 2024-06-05T18:13:42.017Z | llvm system 14 system |
| 195 | 2024-06-05T18:13:42.018Z | mariadb system 10.6 system |
| 196 | 2024-06-05T18:13:42.019Z | mta vendor vendor dma |
| 197 | 2024-06-05T18:13:42.019Z | openjdk system 17 system |
| 198 | 2024-06-05T18:13:42.019Z | openjdk system 11 system |
| 199 | 2024-06-05T18:13:42.019Z | openjdk system 1.8 system |
| 200 | 2024-06-05T18:13:42.019Z | openssl vendor 3 vendor |
| 201 | 2024-06-05T18:13:42.020Z | perl system 5.36 system |
| 202 | 2024-06-05T18:13:42.020Z | postgresql system 15 system |
| 203 | 2024-06-05T18:13:42.020Z | postgresql system 13 system |
| 204 | 2024-06-05T18:13:42.020Z | python vendor 3 vendor |
| 205 | 2024-06-05T18:13:42.021Z | python system 2 system |
| 206 | 2024-06-05T18:13:42.021Z | python3 system 3.11 system |
| 207 | 2024-06-05T18:13:42.021Z | ruby system 3.0 system |
| 208 | 2024-06-05T18:13:42.021Z | words vendor vendor american-english |
| 209 | 2024-06-05T18:13:42.021Z | words system system australian-english |
| 210 | 2024-06-05T18:13:42.022Z | words system system british-english |
| 211 | 2024-06-05T18:13:42.022Z | words system system canadian-english |
| 212 | 2024-06-05T18:13:42.022Z | words system system french |
| 213 | 2024-06-05T18:13:42.022Z | words system system italian |
| 214 | 2024-06-05T18:13:42.023Z | words system system ngerman |
| 215 | 2024-06-05T18:13:42.023Z | words system system ogerman |
| 216 | 2024-06-05T18:13:42.023Z | words system system spanish |
| 217 | 2024-06-05T18:13:42.836Z | PUBLISHER TYPE STATUS P LOCATION |
| 218 | 2024-06-05T18:13:42.836Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 219 | 2024-06-05T18:13:43.816Z | FMRI IFO |
| 220 | 2024-06-05T18:13:43.816Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 221 | 2024-06-05T18:13:43.817Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 222 | 2024-06-05T18:13:43.818Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 223 | 2024-06-05T18:13:43.818Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 224 | 2024-06-05T18:13:43.818Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 225 | 2024-06-05T18:13:43.818Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 226 | 2024-06-05T18:13:43.818Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 227 | 2024-06-05T18:13:43.819Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 228 | 2024-06-05T18:13:43.819Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 229 | 2024-06-05T18:13:43.819Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 230 | 2024-06-05T18:13:43.820Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 231 | 2024-06-05T18:13:43.820Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 232 | 2024-06-05T18:13:44.279Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 233 | 2024-06-05T18:13:44.596Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 234 | 2024-06-05T18:13:44.925Z | Updating crates.io index |
| 235 | 2024-06-05T18:13:44.943Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 236 | 2024-06-05T18:13:45.866Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 237 | 2024-06-05T18:13:46.528Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 238 | 2024-06-05T18:13:46.826Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 239 | 2024-06-05T18:13:52.239Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 240 | 2024-06-05T18:13:52.239Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 241 | 2024-06-05T18:13:52.240Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 242 | 2024-06-05T18:13:52.240Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 243 | 2024-06-05T18:13:52.523Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 244 | 2024-06-05T18:13:53.603Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 245 | 2024-06-05T18:13:54.438Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 246 | 2024-06-05T18:13:55.149Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 247 | 2024-06-05T18:13:55.424Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 248 | 2024-06-05T18:13:56.191Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 249 | 2024-06-05T18:13:56.197Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 250 | 2024-06-05T18:13:56.770Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 251 | 2024-06-05T18:13:56.798Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 252 | 2024-06-05T18:13:57.060Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 253 | 2024-06-05T18:13:57.317Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 254 | 2024-06-05T18:13:57.811Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 255 | 2024-06-05T18:13:58.085Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 256 | 2024-06-05T18:13:58.477Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 257 | 2024-06-05T18:13:58.828Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 258 | 2024-06-05T18:13:59.513Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 259 | 2024-06-05T18:13:59.874Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
| 260 | 2024-06-05T18:14:00.198Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 261 | 2024-06-05T18:14:00.720Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 262 | 2024-06-05T18:14:02.629Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 263 | 2024-06-05T18:14:02.974Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 264 | 2024-06-05T18:14:03.256Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 265 | 2024-06-05T18:14:03.747Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 266 | 2024-06-05T18:14:04.710Z | Downloading crates ... |
| 267 | 2024-06-05T18:14:04.771Z | Downloaded adler v1.0.2 |
| 268 | 2024-06-05T18:14:04.776Z | Downloaded anstyle-parse v0.2.4 |
| 269 | 2024-06-05T18:14:04.793Z | Downloaded scopeguard v1.2.0 |
| 270 | 2024-06-05T18:14:04.801Z | Downloaded clap_builder v4.5.2 |
| 271 | 2024-06-05T18:14:04.808Z | Downloaded serde_json v1.0.117 |
| 272 | 2024-06-05T18:14:04.813Z | Downloaded ryu v1.0.18 |
| 273 | 2024-06-05T18:14:04.823Z | Downloaded serde_urlencoded v0.7.1 |
| 274 | 2024-06-05T18:14:04.823Z | Downloaded crossbeam-utils v0.8.19 |
| 275 | 2024-06-05T18:14:04.823Z | Downloaded strsim v0.11.1 |
| 276 | 2024-06-05T18:14:04.823Z | Downloaded slab v0.4.9 |
| 277 | 2024-06-05T18:14:04.824Z | Downloaded cargo-platform v0.1.8 |
| 278 | 2024-06-05T18:14:04.828Z | Downloaded bitflags v2.5.0 |
| 279 | 2024-06-05T18:14:04.829Z | Downloaded serde_derive v1.0.203 |
| 280 | 2024-06-05T18:14:04.834Z | Downloaded time-core v0.1.2 |
| 281 | 2024-06-05T18:14:04.834Z | Downloaded digest v0.10.7 |
| 282 | 2024-06-05T18:14:04.834Z | Downloaded tokio-native-tls v0.3.1 |
| 283 | 2024-06-05T18:14:04.834Z | Downloaded tinyvec_macros v0.1.1 |
| 284 | 2024-06-05T18:14:04.840Z | Downloaded smallvec v1.13.2 |
| 285 | 2024-06-05T18:14:04.841Z | Downloaded dirs-next v2.0.0 |
| 286 | 2024-06-05T18:14:04.841Z | Downloaded deranged v0.3.11 |
| 287 | 2024-06-05T18:14:04.846Z | Downloaded version_check v0.9.4 |
| 288 | 2024-06-05T18:14:04.846Z | Downloaded swrite v0.1.0 |
| 289 | 2024-06-05T18:14:04.846Z | Downloaded slog-async v2.8.0 |
| 290 | 2024-06-05T18:14:04.846Z | Downloaded tokio-macros v2.2.0 |
| 291 | 2024-06-05T18:14:04.847Z | Downloaded equivalent v1.0.1 |
| 292 | 2024-06-05T18:14:04.847Z | Downloaded crossbeam-channel v0.5.12 |
| 293 | 2024-06-05T18:14:04.856Z | Downloaded slog-bunyan v2.5.0 |
| 294 | 2024-06-05T18:14:04.856Z | Downloaded strum v0.26.2 |
| 295 | 2024-06-05T18:14:04.856Z | Downloaded clap_lex v0.7.0 |
| 296 | 2024-06-05T18:14:04.856Z | Downloaded signal-hook-registry v1.4.2 |
| 297 | 2024-06-05T18:14:04.861Z | Downloaded clap v4.5.4 |
| 298 | 2024-06-05T18:14:04.861Z | Downloaded sync_wrapper v0.1.2 |
| 299 | 2024-06-05T18:14:04.861Z | Downloaded try-lock v0.2.5 |
| 300 | 2024-06-05T18:14:04.865Z | Downloaded tower-service v0.3.2 |
| 301 | 2024-06-05T18:14:04.865Z | Downloaded thiserror v1.0.60 |
| 302 | 2024-06-05T18:14:04.871Z | Downloaded foreign-types-shared v0.1.1 |
| 303 | 2024-06-05T18:14:04.871Z | Downloaded socket2 v0.5.7 |
| 304 | 2024-06-05T18:14:04.871Z | Downloaded tar v0.4.40 |
| 305 | 2024-06-05T18:14:04.876Z | Downloaded xattr v1.3.1 |
| 306 | 2024-06-05T18:14:04.876Z | Downloaded toml_datetime v0.6.6 |
| 307 | 2024-06-05T18:14:04.876Z | Downloaded term v0.7.0 |
| 308 | 2024-06-05T18:14:04.880Z | Downloaded openssl-macros v0.1.1 |
| 309 | 2024-06-05T18:14:04.880Z | Downloaded want v0.3.1 |
| 310 | 2024-06-05T18:14:04.880Z | Downloaded utf8parse v0.2.1 |
| 311 | 2024-06-05T18:14:04.885Z | Downloaded fs-err v2.11.0 |
| 312 | 2024-06-05T18:14:04.885Z | Downloaded foreign-types v0.3.2 |
| 313 | 2024-06-05T18:14:04.885Z | Downloaded thiserror-impl v1.0.60 |
| 314 | 2024-06-05T18:14:04.886Z | Downloaded futures-sink v0.3.30 |
| 315 | 2024-06-05T18:14:04.890Z | Downloaded errno v0.3.9 |
| 316 | 2024-06-05T18:14:04.890Z | Downloaded fnv v1.0.7 |
| 317 | 2024-06-05T18:14:04.890Z | Downloaded is-terminal v0.4.12 |
| 318 | 2024-06-05T18:14:04.890Z | Downloaded cfg-if v1.0.0 |
| 319 | 2024-06-05T18:14:04.891Z | Downloaded terminal_size v0.3.0 |
| 320 | 2024-06-05T18:14:04.891Z | Downloaded slog-term v2.9.1 |
| 321 | 2024-06-05T18:14:04.895Z | Downloaded take_mut v0.2.2 |
| 322 | 2024-06-05T18:14:04.896Z | Downloaded num_threads v0.1.7 |
| 323 | 2024-06-05T18:14:04.896Z | Downloaded match_cfg v0.1.0 |
| 324 | 2024-06-05T18:14:04.896Z | Downloaded anstyle v1.0.7 |
| 325 | 2024-06-05T18:14:04.902Z | Downloaded anstream v0.6.14 |
| 326 | 2024-06-05T18:14:04.902Z | Downloaded openssl-probe v0.1.5 |
| 327 | 2024-06-05T18:14:04.903Z | Downloaded unicode-ident v1.0.12 |
| 328 | 2024-06-05T18:14:04.903Z | Downloaded toml v0.8.13 |
| 329 | 2024-06-05T18:14:04.910Z | Downloaded strum_macros v0.26.2 |
| 330 | 2024-06-05T18:14:04.911Z | Downloaded tinyvec v1.6.0 |
| 331 | 2024-06-05T18:14:04.911Z | Downloaded typenum v1.17.0 |
| 332 | 2024-06-05T18:14:04.925Z | Downloaded heck v0.5.0 |
| 333 | 2024-06-05T18:14:04.925Z | Downloaded slog v2.7.0 |
| 334 | 2024-06-05T18:14:04.926Z | Downloaded md5 v0.7.0 |
| 335 | 2024-06-05T18:14:04.926Z | Downloaded itoa v1.0.11 |
| 336 | 2024-06-05T18:14:04.926Z | Downloaded futures-io v0.3.30 |
| 337 | 2024-06-05T18:14:04.926Z | Downloaded futures-executor v0.3.30 |
| 338 | 2024-06-05T18:14:04.926Z | Downloaded percent-encoding v2.3.1 |
| 339 | 2024-06-05T18:14:04.927Z | Downloaded unicode-bidi v0.3.15 |
| 340 | 2024-06-05T18:14:04.932Z | Downloaded tracing-core v0.1.32 |
| 341 | 2024-06-05T18:14:04.932Z | Downloaded heck v0.4.1 |
| 342 | 2024-06-05T18:14:04.932Z | Downloaded futures-channel v0.3.30 |
| 343 | 2024-06-05T18:14:04.932Z | Downloaded tracing v0.1.40 |
| 344 | 2024-06-05T18:14:04.932Z | Downloaded crc32fast v1.4.0 |
| 345 | 2024-06-05T18:14:04.937Z | Downloaded num_cpus v1.16.0 |
| 346 | 2024-06-05T18:14:04.937Z | Downloaded url v2.5.0 |
| 347 | 2024-06-05T18:14:04.941Z | Downloaded unicode-normalization v0.1.23 |
| 348 | 2024-06-05T18:14:04.941Z | Downloaded num-conv v0.1.0 |
| 349 | 2024-06-05T18:14:04.947Z | Downloaded time v0.3.36 |
| 350 | 2024-06-05T18:14:04.951Z | Downloaded generic-array v0.14.7 |
| 351 | 2024-06-05T18:14:04.951Z | Downloaded pkg-config v0.3.30 |
| 352 | 2024-06-05T18:14:04.951Z | Downloaded hyper-tls v0.5.0 |
| 353 | 2024-06-05T18:14:04.956Z | Downloaded winnow v0.6.8 |
| 354 | 2024-06-05T18:14:04.962Z | Downloaded toml_edit v0.22.13 |
| 355 | 2024-06-05T18:14:04.979Z | Downloaded vcpkg v0.2.15 |
| 356 | 2024-06-05T18:14:05.025Z | Downloaded rustversion v1.0.17 |
| 357 | 2024-06-05T18:14:05.032Z | Downloaded pin-project-lite v0.2.14 |
| 358 | 2024-06-05T18:14:05.032Z | Downloaded tokio v1.37.0 |
| 359 | 2024-06-05T18:14:05.087Z | Downloaded native-tls v0.2.11 |
| 360 | 2024-06-05T18:14:05.139Z | Downloaded once_cell v1.19.0 |
| 361 | 2024-06-05T18:14:05.140Z | Downloaded miniz_oxide v0.7.2 |
| 362 | 2024-06-05T18:14:05.140Z | Downloaded log v0.4.21 |
| 363 | 2024-06-05T18:14:05.140Z | Downloaded futures v0.3.30 |
| 364 | 2024-06-05T18:14:05.140Z | Downloaded lock_api v0.4.12 |
| 365 | 2024-06-05T18:14:05.140Z | Downloaded parking_lot v0.12.2 |
| 366 | 2024-06-05T18:14:05.140Z | Downloaded base64 v0.21.7 |
| 367 | 2024-06-05T18:14:05.140Z | Downloaded ipnet v2.9.0 |
| 368 | 2024-06-05T18:14:05.140Z | Downloaded futures-core v0.3.30 |
| 369 | 2024-06-05T18:14:05.140Z | Downloaded quote v1.0.36 |
| 370 | 2024-06-05T18:14:05.140Z | Downloaded openssl-sys v0.9.102 |
| 371 | 2024-06-05T18:14:05.141Z | Downloaded parking_lot_core v0.9.10 |
| 372 | 2024-06-05T18:14:05.141Z | Downloaded httparse v1.8.0 |
| 373 | 2024-06-05T18:14:05.141Z | Downloaded hostname v0.3.1 |
| 374 | 2024-06-05T18:14:05.141Z | Downloaded syn v2.0.64 |
| 375 | 2024-06-05T18:14:05.153Z | Downloaded proc-macro2 v1.0.82 |
| 376 | 2024-06-05T18:14:05.154Z | Downloaded indexmap v2.2.6 |
| 377 | 2024-06-05T18:14:05.154Z | Downloaded flate2 v1.0.30 |
| 378 | 2024-06-05T18:14:05.154Z | Downloaded rustls-pemfile v1.0.4 |
| 379 | 2024-06-05T18:14:05.154Z | Downloaded http v0.2.12 |
| 380 | 2024-06-05T18:14:05.154Z | Downloaded cc v1.0.97 |
| 381 | 2024-06-05T18:14:05.154Z | Downloaded powerfmt v0.2.0 |
| 382 | 2024-06-05T18:14:05.154Z | Downloaded pin-utils v0.1.0 |
| 383 | 2024-06-05T18:14:05.154Z | Downloaded macaddr v1.0.1 |
| 384 | 2024-06-05T18:14:05.154Z | Downloaded tokio-util v0.7.11 |
| 385 | 2024-06-05T18:14:05.154Z | Downloaded mime v0.3.17 |
| 386 | 2024-06-05T18:14:05.154Z | Downloaded httpdate v1.0.3 |
| 387 | 2024-06-05T18:14:05.154Z | Downloaded http-body v0.4.6 |
| 388 | 2024-06-05T18:14:05.155Z | Downloaded futures-task v0.3.30 |
| 389 | 2024-06-05T18:14:05.155Z | Downloaded futures-macro v0.3.30 |
| 390 | 2024-06-05T18:14:05.155Z | Downloaded mio v0.8.11 |
| 391 | 2024-06-05T18:14:05.155Z | Downloaded memchr v2.7.2 |
| 392 | 2024-06-05T18:14:05.155Z | Downloaded bytes v1.6.0 |
| 393 | 2024-06-05T18:14:05.155Z | Downloaded camino v1.1.7 |
| 394 | 2024-06-05T18:14:05.155Z | Downloaded hashbrown v0.14.5 |
| 395 | 2024-06-05T18:14:05.155Z | Downloaded form_urlencoded v1.2.1 |
| 396 | 2024-06-05T18:14:05.155Z | Downloaded filetime v0.2.23 |
| 397 | 2024-06-05T18:14:05.155Z | Downloaded is_terminal_polyfill v1.70.0 |
| 398 | 2024-06-05T18:14:05.156Z | Downloaded time-macros v0.2.18 |
| 399 | 2024-06-05T18:14:05.163Z | Downloaded thread_local v1.1.8 |
| 400 | 2024-06-05T18:14:05.163Z | Downloaded slog-json v2.6.1 |
| 401 | 2024-06-05T18:14:05.163Z | Downloaded sha2 v0.10.8 |
| 402 | 2024-06-05T18:14:05.163Z | Downloaded crypto-common v0.1.6 |
| 403 | 2024-06-05T18:14:05.163Z | Downloaded cpufeatures v0.2.12 |
| 404 | 2024-06-05T18:14:05.163Z | Downloaded serde v1.0.203 |
| 405 | 2024-06-05T18:14:05.170Z | Downloaded colorchoice v1.0.1 |
| 406 | 2024-06-05T18:14:05.171Z | Downloaded futures-util v0.3.30 |
| 407 | 2024-06-05T18:14:05.183Z | Downloaded clap_derive v4.5.4 |
| 408 | 2024-06-05T18:14:05.183Z | Downloaded anyhow v1.0.86 |
| 409 | 2024-06-05T18:14:05.183Z | Downloaded serde_spanned v0.6.6 |
| 410 | 2024-06-05T18:14:05.183Z | Downloaded semver v1.0.23 |
| 411 | 2024-06-05T18:14:05.183Z | Downloaded cargo_toml v0.20.2 |
| 412 | 2024-06-05T18:14:05.184Z | Downloaded reqwest v0.11.27 |
| 413 | 2024-06-05T18:14:05.189Z | Downloaded h2 v0.3.26 |
| 414 | 2024-06-05T18:14:05.198Z | Downloaded cargo_metadata v0.18.1 |
| 415 | 2024-06-05T18:14:05.198Z | Downloaded block-buffer v0.10.4 |
| 416 | 2024-06-05T18:14:05.198Z | Downloaded anstyle-query v1.0.3 |
| 417 | 2024-06-05T18:14:05.198Z | Downloaded dirs-sys-next v0.1.2 |
| 418 | 2024-06-05T18:14:05.202Z | Downloaded autocfg v1.3.0 |
| 419 | 2024-06-05T18:14:05.202Z | Downloaded hyper v0.14.28 |
| 420 | 2024-06-05T18:14:05.210Z | Downloaded idna v0.5.0 |
| 421 | 2024-06-05T18:14:05.229Z | Downloaded openssl v0.10.64 |
| 422 | 2024-06-05T18:14:05.241Z | Downloaded rustix v0.38.34 |
| 423 | 2024-06-05T18:14:05.304Z | Downloaded libc v0.2.155 |
| 424 | 2024-06-05T18:14:05.760Z | Downloaded encoding_rs v0.8.34 |
| 425 | 2024-06-05T18:14:05.765Z | Compiling proc-macro2 v1.0.82 |
| 426 | 2024-06-05T18:14:05.765Z | Compiling unicode-ident v1.0.12 |
| 427 | 2024-06-05T18:14:05.765Z | Compiling libc v0.2.155 |
| 428 | 2024-06-05T18:14:05.765Z | Compiling cfg-if v1.0.0 |
| 429 | 2024-06-05T18:14:05.765Z | Compiling autocfg v1.3.0 |
| 430 | 2024-06-05T18:14:05.765Z | Compiling serde v1.0.203 |
| 431 | 2024-06-05T18:14:05.766Z | Compiling itoa v1.0.11 |
| 432 | 2024-06-05T18:14:05.766Z | Compiling pin-project-lite v0.2.14 |
| 433 | 2024-06-05T18:14:05.829Z | Compiling once_cell v1.19.0 |
| 434 | 2024-06-05T18:14:06.269Z | Compiling bitflags v2.5.0 |
| 435 | 2024-06-05T18:14:06.273Z | Compiling pkg-config v0.3.30 |
| 436 | 2024-06-05T18:14:06.273Z | Compiling cc v1.0.97 |
| 437 | 2024-06-05T18:14:06.273Z | Compiling vcpkg v0.2.15 |
| 438 | 2024-06-05T18:14:06.304Z | Compiling parking_lot_core v0.9.10 |
| 439 | 2024-06-05T18:14:06.590Z | Compiling lock_api v0.4.12 |
| 440 | 2024-06-05T18:14:07.250Z | Compiling slab v0.4.9 |
| 441 | 2024-06-05T18:14:07.900Z | Compiling futures-sink v0.3.30 |
| 442 | 2024-06-05T18:14:07.966Z | Compiling scopeguard v1.2.0 |
| 443 | 2024-06-05T18:14:08.055Z | Compiling bytes v1.6.0 |
| 444 | 2024-06-05T18:14:08.081Z | Compiling futures-core v0.3.30 |
| 445 | 2024-06-05T18:14:08.093Z | Compiling smallvec v1.13.2 |
| 446 | 2024-06-05T18:14:08.269Z | Compiling equivalent v1.0.1 |
| 447 | 2024-06-05T18:14:08.330Z | Compiling hashbrown v0.14.5 |
| 448 | 2024-06-05T18:14:08.508Z | Compiling futures-channel v0.3.30 |
| 449 | 2024-06-05T18:14:08.608Z | Compiling futures-io v0.3.30 |
| 450 | 2024-06-05T18:14:08.658Z | Compiling memchr v2.7.2 |
| 451 | 2024-06-05T18:14:08.945Z | Compiling quote v1.0.36 |
| 452 | 2024-06-05T18:14:08.953Z | Compiling version_check v0.9.4 |
| 453 | 2024-06-05T18:14:08.993Z | Compiling openssl-sys v0.9.102 |
| 454 | 2024-06-05T18:14:09.317Z | Compiling syn v2.0.64 |
| 455 | 2024-06-05T18:14:09.656Z | Compiling indexmap v2.2.6 |
| 456 | 2024-06-05T18:14:09.660Z | Compiling signal-hook-registry v1.4.2 |
| 457 | 2024-06-05T18:14:09.774Z | Compiling mio v0.8.11 |
| 458 | 2024-06-05T18:14:09.925Z | Compiling socket2 v0.5.7 |
| 459 | 2024-06-05T18:14:10.286Z | Compiling parking_lot v0.12.2 |
| 460 | 2024-06-05T18:14:10.473Z | Compiling num_cpus v1.16.0 |
| 461 | 2024-06-05T18:14:10.513Z | Compiling futures-task v0.3.30 |
| 462 | 2024-06-05T18:14:10.605Z | Compiling typenum v1.17.0 |
| 463 | 2024-06-05T18:14:10.825Z | Compiling rustix v0.38.34 |
| 464 | 2024-06-05T18:14:10.855Z | Compiling pin-utils v0.1.0 |
| 465 | 2024-06-05T18:14:10.910Z | Compiling generic-array v0.14.7 |
| 466 | 2024-06-05T18:14:10.948Z | Compiling errno v0.3.9 |
| 467 | 2024-06-05T18:14:10.998Z | Compiling openssl v0.10.64 |
| 468 | 2024-06-05T18:14:11.168Z | Compiling foreign-types-shared v0.1.1 |
| 469 | 2024-06-05T18:14:11.173Z | Compiling fnv v1.0.7 |
| 470 | 2024-06-05T18:14:11.235Z | Compiling slog v2.7.0 |
| 471 | 2024-06-05T18:14:11.282Z | Compiling ryu v1.0.18 |
| 472 | 2024-06-05T18:14:11.306Z | Compiling http v0.2.12 |
| 473 | 2024-06-05T18:14:11.358Z | Compiling foreign-types v0.3.2 |
| 474 | 2024-06-05T18:14:11.586Z | Compiling tracing-core v0.1.32 |
| 475 | 2024-06-05T18:14:11.640Z | Compiling time-core v0.1.2 |
| 476 | 2024-06-05T18:14:11.744Z | Compiling tinyvec_macros v0.1.1 |
| 477 | 2024-06-05T18:14:11.812Z | Compiling serde_json v1.0.117 |
| 478 | 2024-06-05T18:14:11.835Z | Compiling powerfmt v0.2.0 |
| 479 | 2024-06-05T18:14:12.059Z | Compiling native-tls v0.2.11 |
| 480 | 2024-06-05T18:14:12.230Z | Compiling httparse v1.8.0 |
| 481 | 2024-06-05T18:14:12.387Z | Compiling num-conv v0.1.0 |
| 482 | 2024-06-05T18:14:12.655Z | Compiling tracing v0.1.40 |
| 483 | 2024-06-05T18:14:12.686Z | Compiling time-macros v0.2.18 |
| 484 | 2024-06-05T18:14:12.941Z | Compiling deranged v0.3.11 |
| 485 | 2024-06-05T18:14:13.145Z | Compiling tinyvec v1.6.0 |
| 486 | 2024-06-05T18:14:14.491Z | Compiling openssl-probe v0.1.5 |
| 487 | 2024-06-05T18:14:14.491Z | Compiling utf8parse v0.2.1 |
| 488 | 2024-06-05T18:14:14.527Z | Compiling try-lock v0.2.5 |
| 489 | 2024-06-05T18:14:14.601Z | Compiling num_threads v0.1.7 |
| 490 | 2024-06-05T18:14:14.671Z | Compiling percent-encoding v2.3.1 |
| 491 | 2024-06-05T18:14:14.687Z | Compiling log v0.4.21 |
| 492 | 2024-06-05T18:14:14.735Z | Compiling crossbeam-utils v0.8.19 |
| 493 | 2024-06-05T18:14:14.770Z | Compiling rustversion v1.0.17 |
| 494 | 2024-06-05T18:14:15.223Z | Compiling want v0.3.1 |
| 495 | 2024-06-05T18:14:15.229Z | Compiling form_urlencoded v1.2.1 |
| 496 | 2024-06-05T18:14:15.229Z | Compiling anstyle-parse v0.2.4 |
| 497 | 2024-06-05T18:14:15.229Z | Compiling unicode-normalization v0.1.23 |
| 498 | 2024-06-05T18:14:15.350Z | Compiling http-body v0.4.6 |
| 499 | 2024-06-05T18:14:15.408Z | Compiling dirs-sys-next v0.1.2 |
| 500 | 2024-06-05T18:14:15.433Z | Compiling is_terminal_polyfill v1.70.0 |
| 501 | 2024-06-05T18:14:15.590Z | Compiling colorchoice v1.0.1 |
| 502 | 2024-06-05T18:14:15.595Z | Compiling anstyle v1.0.7 |
| 503 | 2024-06-05T18:14:15.714Z | Compiling semver v1.0.23 |
| 504 | 2024-06-05T18:14:15.756Z | Compiling camino v1.1.7 |
| 505 | 2024-06-05T18:14:16.004Z | Compiling tower-service v0.3.2 |
| 506 | 2024-06-05T18:14:16.053Z | Compiling winnow v0.6.8 |
| 507 | 2024-06-05T18:14:16.091Z | Compiling httpdate v1.0.3 |
| 508 | 2024-06-05T18:14:16.134Z | Compiling thiserror v1.0.60 |
| 509 | 2024-06-05T18:14:16.162Z | Compiling unicode-bidi v0.3.15 |
| 510 | 2024-06-05T18:14:16.173Z | Compiling time v0.3.36 |
| 511 | 2024-06-05T18:14:16.211Z | Compiling crc32fast v1.4.0 |
| 512 | 2024-06-05T18:14:16.315Z | Compiling anstyle-query v1.0.3 |
| 513 | 2024-06-05T18:14:16.526Z | Compiling anstream v0.6.14 |
| 514 | 2024-06-05T18:14:16.761Z | Compiling dirs-next v2.0.0 |
| 515 | 2024-06-05T18:14:16.858Z | Compiling idna v0.5.0 |
| 516 | 2024-06-05T18:14:17.335Z | Compiling crypto-common v0.1.6 |
| 517 | 2024-06-05T18:14:17.564Z | Compiling block-buffer v0.10.4 |
| 518 | 2024-06-05T18:14:17.788Z | Compiling terminal_size v0.3.0 |
| 519 | 2024-06-05T18:14:17.809Z | Compiling fs-err v2.11.0 |
| 520 | 2024-06-05T18:14:17.970Z | Compiling thread_local v1.1.8 |
| 521 | 2024-06-05T18:14:18.085Z | Compiling clap_lex v0.7.0 |
| 522 | 2024-06-05T18:14:18.262Z | Compiling match_cfg v0.1.0 |
| 523 | 2024-06-05T18:14:18.760Z | Compiling anyhow v1.0.86 |
| 524 | 2024-06-05T18:14:18.770Z | Compiling heck v0.5.0 |
| 525 | 2024-06-05T18:14:18.770Z | Compiling base64 v0.21.7 |
| 526 | 2024-06-05T18:14:18.770Z | Compiling strsim v0.11.1 |
| 527 | 2024-06-05T18:14:18.770Z | Compiling heck v0.4.1 |
| 528 | 2024-06-05T18:14:18.903Z | Compiling slog-async v2.8.0 |
| 529 | 2024-06-05T18:14:18.941Z | Compiling adler v1.0.2 |
| 530 | 2024-06-05T18:14:19.084Z | Compiling miniz_oxide v0.7.2 |
| 531 | 2024-06-05T18:14:19.210Z | Compiling rustls-pemfile v1.0.4 |
| 532 | 2024-06-05T18:14:19.360Z | Compiling clap_builder v4.5.2 |
| 533 | 2024-06-05T18:14:19.476Z | Compiling hostname v0.3.1 |
| 534 | 2024-06-05T18:14:19.632Z | Compiling digest v0.10.7 |
| 535 | 2024-06-05T18:14:19.659Z | Compiling crossbeam-channel v0.5.12 |
| 536 | 2024-06-05T18:14:19.708Z | Compiling url v2.5.0 |
| 537 | 2024-06-05T18:14:19.915Z | Compiling term v0.7.0 |
| 538 | 2024-06-05T18:14:20.151Z | Compiling xattr v1.3.1 |
| 539 | 2024-06-05T18:14:20.392Z | Compiling filetime v0.2.23 |
| 540 | 2024-06-05T18:14:20.433Z | Compiling is-terminal v0.4.12 |
| 541 | 2024-06-05T18:14:20.561Z | Compiling encoding_rs v0.8.34 |
| 542 | 2024-06-05T18:14:20.688Z | Compiling sync_wrapper v0.1.2 |
| 543 | 2024-06-05T18:14:20.820Z | Compiling take_mut v0.2.2 |
| 544 | 2024-06-05T18:14:20.824Z | Compiling ipnet v2.9.0 |
| 545 | 2024-06-05T18:14:20.824Z | Compiling cpufeatures v0.2.12 |
| 546 | 2024-06-05T18:14:20.906Z | Compiling mime v0.3.17 |
| 547 | 2024-06-05T18:14:20.932Z | Compiling sha2 v0.10.8 |
| 548 | 2024-06-05T18:14:21.565Z | Compiling tar v0.4.40 |
| 549 | 2024-06-05T18:14:21.623Z | Compiling slog-term v2.9.1 |
| 550 | 2024-06-05T18:14:22.170Z | Compiling flate2 v1.0.30 |
| 551 | 2024-06-05T18:14:22.208Z | Compiling serde_derive v1.0.203 |
| 552 | 2024-06-05T18:14:22.786Z | Compiling futures-macro v0.3.30 |
| 553 | 2024-06-05T18:14:22.892Z | Compiling tokio-macros v2.2.0 |
| 554 | 2024-06-05T18:14:23.122Z | Compiling openssl-macros v0.1.1 |
| 555 | 2024-06-05T18:14:23.737Z | Compiling thiserror-impl v1.0.60 |
| 556 | 2024-06-05T18:14:24.388Z | Compiling clap_derive v4.5.4 |
| 557 | 2024-06-05T18:14:24.596Z | Compiling tokio v1.37.0 |
| 558 | 2024-06-05T18:14:24.869Z | Compiling futures-util v0.3.30 |
| 559 | 2024-06-05T18:14:25.177Z | Compiling strum_macros v0.26.2 |
| 560 | 2024-06-05T18:14:29.008Z | Compiling md5 v0.7.0 |
| 561 | 2024-06-05T18:14:29.236Z | Compiling swrite v0.1.0 |
| 562 | 2024-06-05T18:14:29.718Z | Compiling clap v4.5.4 |
| 563 | 2024-06-05T18:14:30.285Z | Compiling strum v0.26.2 |
| 564 | 2024-06-05T18:14:30.535Z | Compiling futures-executor v0.3.30 |
| 565 | 2024-06-05T18:14:30.719Z | Compiling futures v0.3.30 |
| 566 | 2024-06-05T18:14:31.742Z | Compiling tokio-util v0.7.11 |
| 567 | 2024-06-05T18:14:31.743Z | Compiling tokio-native-tls v0.3.1 |
| 568 | 2024-06-05T18:14:32.356Z | Compiling h2 v0.3.26 |
| 569 | 2024-06-05T18:14:34.799Z | Compiling toml_datetime v0.6.6 |
| 570 | 2024-06-05T18:14:34.812Z | Compiling serde_spanned v0.6.6 |
| 571 | 2024-06-05T18:14:34.813Z | Compiling cargo-platform v0.1.8 |
| 572 | 2024-06-05T18:14:34.813Z | Compiling serde_urlencoded v0.7.1 |
| 573 | 2024-06-05T18:14:35.188Z | Compiling toml_edit v0.22.13 |
| 574 | 2024-06-05T18:14:35.400Z | Compiling macaddr v1.0.1 |
| 575 | 2024-06-05T18:14:35.704Z | Compiling hyper v0.14.28 |
| 576 | 2024-06-05T18:14:36.266Z | Compiling slog-json v2.6.1 |
| 577 | 2024-06-05T18:14:36.266Z | Compiling cargo_metadata v0.18.1 |
| 578 | 2024-06-05T18:14:36.687Z | Compiling slog-bunyan v2.5.0 |
| 579 | 2024-06-05T18:14:37.745Z | Compiling toml v0.8.13 |
| 580 | 2024-06-05T18:14:38.525Z | Compiling cargo_toml v0.20.2 |
| 581 | 2024-06-05T18:14:38.996Z | Compiling hyper-tls v0.5.0 |
| 582 | 2024-06-05T18:14:39.233Z | Compiling reqwest v0.11.27 |
| 583 | 2024-06-05T18:14:44.304Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 584 | 2024-06-05T18:14:51.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
| 585 | 2024-06-05T18:14:51.693Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 586 | 2024-06-05T18:14:51.732Z | Jun 05 18:14:50.879 INFO Starting download, target: Clickhouse |
| 587 | 2024-06-05T18:14:51.733Z | Jun 05 18:14:50.880 INFO Starting download, target: Console |
| 588 | 2024-06-05T18:14:51.733Z | Jun 05 18:14:50.880 INFO Starting download, target: Cockroach |
| 589 | 2024-06-05T18:14:51.759Z | Jun 05 18:14:50.880 INFO Starting download, target: DendriteOpenapi |
| 590 | 2024-06-05T18:14:51.760Z | Jun 05 18:14:50.880 INFO Starting download, target: DendriteStub |
| 591 | 2024-06-05T18:14:51.762Z | Jun 05 18:14:50.880 INFO Starting download, target: MaghemiteMgd |
| 592 | 2024-06-05T18:14:51.764Z | Jun 05 18:14:50.880 INFO Starting download, target: TransceiverControl |
| 593 | 2024-06-05T18:14:51.766Z | Jun 05 18:14:50.880 INFO Downloading out/downloads/dpd-6334bf74fa21790c15f1c4e494ea2ec0edd1c83c.json, target: DendriteOpenapi |
| 594 | 2024-06-05T18:14:51.767Z | Jun 05 18:14:50.880 INFO Downloading out/downloads/console.tar.gz, target: Console |
| 595 | 2024-06-05T18:14:51.767Z | Jun 05 18:14:50.880 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
| 596 | 2024-06-05T18:14:51.767Z | Jun 05 18:14:50.880 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
| 597 | 2024-06-05T18:14:51.768Z | Jun 05 18:14:50.881 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
| 598 | 2024-06-05T18:14:51.768Z | Jun 05 18:14:50.881 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
| 599 | 2024-06-05T18:14:51.768Z | Jun 05 18:14:50.881 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 600 | 2024-06-05T18:14:52.490Z | Jun 05 18:14:51.640 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 601 | 2024-06-05T18:14:52.931Z | Jun 05 18:14:51.951 INFO Download complete, target: Console |
| 602 | 2024-06-05T18:14:53.833Z | Jun 05 18:14:52.733 INFO Download complete, target: DendriteOpenapi |
| 603 | 2024-06-05T18:14:54.133Z | Jun 05 18:14:53.233 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 604 | 2024-06-05T18:14:57.091Z | Jun 05 18:14:56.252 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 605 | 2024-06-05T18:14:57.747Z | Jun 05 18:14:56.901 INFO Download complete, target: TransceiverControl |
| 606 | 2024-06-05T18:15:00.897Z | Jun 05 18:15:00.065 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 607 | 2024-06-05T18:15:00.897Z | Jun 05 18:15:00.065 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 608 | 2024-06-05T18:15:05.469Z | Jun 05 18:15:04.582 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 609 | 2024-06-05T18:15:05.811Z | Jun 05 18:15:04.980 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 610 | 2024-06-05T18:15:20.060Z | Jun 05 18:15:07.664 INFO Download complete, target: DendriteStub |
| 611 | 2024-06-05T18:15:20.660Z | Jun 05 18:15:08.291 INFO Download complete, target: MaghemiteMgd |
| 612 | 2024-06-05T18:15:20.660Z | Jun 05 18:15:08.439 INFO Checking that binary works, target: Clickhouse |
| 613 | 2024-06-05T18:15:20.660Z | Jun 05 18:15:08.745 INFO Download complete, target: Clickhouse |
| 614 | 2024-06-05T18:15:20.660Z | Jun 05 18:15:09.048 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 615 | 2024-06-05T18:15:20.660Z | Jun 05 18:15:09.386 INFO Checking that binary works, target: Cockroach |
| 616 | 2024-06-05T18:15:20.660Z | Jun 05 18:15:09.574 INFO Download complete, target: Cockroach |
| 617 | 2024-06-05T18:15:20.660Z | All prerequisites installed successfully |
| 618 | 2024-06-05T18:15:20.661Z | |
| 619 | 2024-06-05T18:15:20.661Z | real 2:49.937210190 |
| 620 | 2024-06-05T18:15:20.661Z | user 4:42.676972658 |
| 621 | 2024-06-05T18:15:20.661Z | sys 1:05.267939266 |
| 622 | 2024-06-05T18:15:20.661Z | trap 0.139725744 |
| 623 | 2024-06-05T18:15:20.661Z | tflt 3.541283894 |
| 624 | 2024-06-05T18:15:20.661Z | dflt 5.872247561 |
| 625 | 2024-06-05T18:15:20.661Z | kflt 0.216626770 |
| 626 | 2024-06-05T18:15:20.661Z | lock 10:36.847964144 |
| 627 | 2024-06-05T18:15:20.661Z | slp 13:45.212984805 |
| 628 | 2024-06-05T18:15:20.661Z | lat 13.542458587 |
| 629 | 2024-06-05T18:15:20.661Z | stop 46.443734096 |
| 630 | 2024-06-05T18:15:20.661Z | + ptime -m cargo xtask download softnpu |
| 631 | 2024-06-05T18:15:20.661Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
| 632 | 2024-06-05T18:15:20.661Z | Running `target/debug/xtask download softnpu` |
| 633 | 2024-06-05T18:15:20.661Z | Jun 05 18:15:10.172 INFO Starting download, target: Softnpu |
| 634 | 2024-06-05T18:15:20.668Z | Jun 05 18:15:19.526 INFO Downloading out/npuzone/npuzone, target: Softnpu |
| 635 | 2024-06-05T18:15:24.840Z | Jun 05 18:15:24.007 INFO Download complete, target: Softnpu |
| 636 | 2024-06-05T18:15:24.845Z | |
| 637 | 2024-06-05T18:15:24.849Z | real 14.421931937 |
| 638 | 2024-06-05T18:15:24.849Z | user 0.714225254 |
| 639 | 2024-06-05T18:15:24.849Z | sys 0.304991507 |
| 640 | 2024-06-05T18:15:24.849Z | trap 0.000515458 |
| 641 | 2024-06-05T18:15:24.849Z | tflt 0.000088336 |
| 642 | 2024-06-05T18:15:24.850Z | dflt 0.000128032 |
| 643 | 2024-06-05T18:15:24.850Z | kflt 0.000000000 |
| 644 | 2024-06-05T18:15:24.850Z | lock 2:22.732306919 |
| 645 | 2024-06-05T18:15:24.850Z | slp 13.616925127 |
| 646 | 2024-06-05T18:15:24.850Z | lat 0.084574382 |
| 647 | 2024-06-05T18:15:24.850Z | stop 0.000288799 |
| 648 | 2024-06-05T18:15:24.850Z | + export CARGO_INCREMENTAL=0 |
| 649 | 2024-06-05T18:15:24.850Z | + CARGO_INCREMENTAL=0 |
| 650 | 2024-06-05T18:15:24.850Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 651 | 2024-06-05T18:15:25.390Z | Downloading crates ... |
| 652 | 2024-06-05T18:15:25.558Z | Downloaded addr2line v0.21.0 |
| 653 | 2024-06-05T18:15:25.574Z | Downloaded aead v0.5.2 |
| 654 | 2024-06-05T18:15:25.578Z | Downloaded memmap v0.7.0 |
| 655 | 2024-06-05T18:15:25.581Z | Downloaded maybe-uninit v2.0.0 |
| 656 | 2024-06-05T18:15:25.581Z | Downloaded ascii v1.1.0 |
| 657 | 2024-06-05T18:15:25.584Z | Downloaded aho-corasick v1.1.3 |
| 658 | 2024-06-05T18:15:25.589Z | Downloaded derive_builder_macro v0.20.0 |
| 659 | 2024-06-05T18:15:25.592Z | Downloaded mockall v0.12.1 |
| 660 | 2024-06-05T18:15:25.592Z | Downloaded memmap2 v0.9.4 |
| 661 | 2024-06-05T18:15:25.595Z | Downloaded mime_guess v2.0.4 |
| 662 | 2024-06-05T18:15:25.599Z | Downloaded mockall_derive v0.12.1 |
| 663 | 2024-06-05T18:15:25.599Z | Downloaded bitflags v1.3.2 |
| 664 | 2024-06-05T18:15:25.602Z | Downloaded arc-swap v1.7.1 |
| 665 | 2024-06-05T18:15:25.605Z | Downloaded md-5 v0.10.6 |
| 666 | 2024-06-05T18:15:25.611Z | Downloaded paste v1.0.15 |
| 667 | 2024-06-05T18:15:25.614Z | Downloaded memoffset v0.9.1 |
| 668 | 2024-06-05T18:15:25.614Z | Downloaded ciborium-io v0.2.2 |
| 669 | 2024-06-05T18:15:25.614Z | Downloaded blake2 v0.10.6 |
| 670 | 2024-06-05T18:15:25.617Z | Downloaded bitstruct v0.1.1 |
| 671 | 2024-06-05T18:15:25.617Z | Downloaded password-hash v0.5.0 |
| 672 | 2024-06-05T18:15:25.623Z | Downloaded minimal-lexical v0.2.1 |
| 673 | 2024-06-05T18:15:25.626Z | Downloaded num v0.4.3 |
| 674 | 2024-06-05T18:15:25.626Z | Downloaded precomputed-hash v0.1.1 |
| 675 | 2024-06-05T18:15:25.629Z | Downloaded nibble_vec v0.1.0 |
| 676 | 2024-06-05T18:15:25.629Z | Downloaded nanorand v0.7.0 |
| 677 | 2024-06-05T18:15:25.632Z | Downloaded newtype_derive v0.1.6 |
| 678 | 2024-06-05T18:15:25.635Z | Downloaded newtype-uuid v1.1.0 |
| 679 | 2024-06-05T18:15:25.635Z | Downloaded bit-vec v0.6.3 |
| 680 | 2024-06-05T18:15:25.638Z | Downloaded const_format_proc_macros v0.2.32 |
| 681 | 2024-06-05T18:15:25.638Z | Downloaded async-stream v0.3.5 |
| 682 | 2024-06-05T18:15:25.641Z | Downloaded parse-display-derive v0.9.0 |
| 683 | 2024-06-05T18:15:25.642Z | Downloaded array-init v0.0.4 |
| 684 | 2024-06-05T18:15:25.644Z | Downloaded nu-ansi-term v0.50.0 |
| 685 | 2024-06-05T18:15:25.648Z | Downloaded nodrop v0.1.14 |
| 686 | 2024-06-05T18:15:25.648Z | Downloaded multimap v0.10.0 |
| 687 | 2024-06-05T18:15:25.648Z | Downloaded multer v3.1.0 |
| 688 | 2024-06-05T18:15:25.651Z | Downloaded radium v0.7.0 |
| 689 | 2024-06-05T18:15:25.651Z | Downloaded normalize-line-endings v0.3.0 |
| 690 | 2024-06-05T18:15:25.655Z | Downloaded owo-colors v4.0.0 |
| 691 | 2024-06-05T18:15:25.658Z | Downloaded peg-runtime v0.8.3 |
| 692 | 2024-06-05T18:15:25.658Z | Downloaded path-slash v0.1.5 |
| 693 | 2024-06-05T18:15:25.658Z | Downloaded cstr-argument v0.1.2 |
| 694 | 2024-06-05T18:15:25.662Z | Downloaded crucible-workspace-hack v0.1.0 |
| 695 | 2024-06-05T18:15:25.662Z | Downloaded cfg_aliases v0.1.1 |
| 696 | 2024-06-05T18:15:25.662Z | Downloaded new_debug_unreachable v1.0.6 |
| 697 | 2024-06-05T18:15:25.665Z | Downloaded parse-size v1.0.0 |
| 698 | 2024-06-05T18:15:25.665Z | Downloaded cexpr v0.6.0 |
| 699 | 2024-06-05T18:15:25.668Z | Downloaded bytecount v0.6.8 |
| 700 | 2024-06-05T18:15:25.668Z | Downloaded castaway v0.2.2 |
| 701 | 2024-06-05T18:15:25.671Z | Downloaded ascii-canvas v3.0.0 |
| 702 | 2024-06-05T18:15:25.671Z | Downloaded pretty-hex v0.2.1 |
| 703 | 2024-06-05T18:15:25.674Z | Downloaded pretty-hex v0.4.1 |
| 704 | 2024-06-05T18:15:25.674Z | Downloaded opaque-debug v0.3.1 |
| 705 | 2024-06-05T18:15:25.677Z | Downloaded corncobs v0.1.3 |
| 706 | 2024-06-05T18:15:25.677Z | Downloaded cookie v0.17.0 |
| 707 | 2024-06-05T18:15:25.680Z | Downloaded cipher v0.4.4 |
| 708 | 2024-06-05T18:15:25.683Z | Downloaded pem v3.0.4 |
| 709 | 2024-06-05T18:15:25.684Z | Downloaded toolchain_find v0.4.0 |
| 710 | 2024-06-05T18:15:25.687Z | Downloaded downcast v0.11.0 |
| 711 | 2024-06-05T18:15:25.687Z | Downloaded parking_lot_core v0.8.6 |
| 712 | 2024-06-05T18:15:25.690Z | Downloaded fxhash v0.2.1 |
| 713 | 2024-06-05T18:15:25.693Z | Downloaded peg v0.8.3 |
| 714 | 2024-06-05T18:15:25.696Z | Downloaded num-derive v0.4.2 |
| 715 | 2024-06-05T18:15:25.699Z | Downloaded proc-macro-crate v1.3.1 |
| 716 | 2024-06-05T18:15:25.699Z | Downloaded phf_shared v0.10.0 |
| 717 | 2024-06-05T18:15:25.699Z | Downloaded cobs v0.2.3 |
| 718 | 2024-06-05T18:15:25.707Z | Downloaded ciborium-ll v0.2.2 |
| 719 | 2024-06-05T18:15:25.707Z | Downloaded packed_struct v0.10.1 |
| 720 | 2024-06-05T18:15:25.710Z | Downloaded predicates-tree v1.0.9 |
| 721 | 2024-06-05T18:15:25.710Z | Downloaded predicates-core v1.0.6 |
| 722 | 2024-06-05T18:15:25.710Z | Downloaded num-iter v0.1.45 |
| 723 | 2024-06-05T18:15:25.710Z | Downloaded colored v2.1.0 |
| 724 | 2024-06-05T18:15:25.710Z | Downloaded convert_case v0.4.0 |
| 725 | 2024-06-05T18:15:25.717Z | Downloaded portpicker v0.1.1 |
| 726 | 2024-06-05T18:15:25.717Z | Downloaded defmt-macros v0.3.9 |
| 727 | 2024-06-05T18:15:25.720Z | Downloaded chacha20 v0.9.1 |
| 728 | 2024-06-05T18:15:25.720Z | Downloaded debug-ignore v1.0.5 |
| 729 | 2024-06-05T18:15:25.720Z | Downloaded proc-macro-error-attr v1.0.4 |
| 730 | 2024-06-05T18:15:25.723Z | Downloaded predicates v3.1.0 |
| 731 | 2024-06-05T18:15:25.723Z | Downloaded ppv-lite86 v0.2.17 |
| 732 | 2024-06-05T18:15:25.728Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 733 | 2024-06-05T18:15:25.731Z | Downloaded buf-list v1.0.3 |
| 734 | 2024-06-05T18:15:25.731Z | Downloaded instant v0.1.12 |
| 735 | 2024-06-05T18:15:25.731Z | Downloaded phf_shared v0.11.2 |
| 736 | 2024-06-05T18:15:25.734Z | Downloaded cancel-safe-futures v0.1.5 |
| 737 | 2024-06-05T18:15:25.737Z | Downloaded num-integer v0.1.46 |
| 738 | 2024-06-05T18:15:25.737Z | Downloaded serde-big-array v0.5.1 |
| 739 | 2024-06-05T18:15:25.740Z | Downloaded thiserror-no-std v2.0.2 |
| 740 | 2024-06-05T18:15:25.743Z | Downloaded topological-sort v0.2.2 |
| 741 | 2024-06-05T18:15:25.746Z | Downloaded quick-error v1.2.3 |
| 742 | 2024-06-05T18:15:25.746Z | Downloaded phf v0.11.2 |
| 743 | 2024-06-05T18:15:25.750Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 744 | 2024-06-05T18:15:25.750Z | Downloaded termtree v0.4.1 |
| 745 | 2024-06-05T18:15:25.750Z | Downloaded derive_builder v0.20.0 |
| 746 | 2024-06-05T18:15:25.755Z | Downloaded funty v2.0.0 |
| 747 | 2024-06-05T18:15:25.757Z | Downloaded crc v3.2.1 |
| 748 | 2024-06-05T18:15:25.761Z | Downloaded fragile v2.0.0 |
| 749 | 2024-06-05T18:15:25.761Z | Downloaded usdt-macro v0.5.0 |
| 750 | 2024-06-05T18:15:25.764Z | Downloaded ciborium v0.2.2 |
| 751 | 2024-06-05T18:15:25.768Z | Downloaded usdt-attr-macro v0.5.0 |
| 752 | 2024-06-05T18:15:25.768Z | Downloaded wait-timeout v0.2.0 |
| 753 | 2024-06-05T18:15:25.768Z | Downloaded tabled_derive v0.7.0 |
| 754 | 2024-06-05T18:15:25.771Z | Downloaded darling v0.20.9 |
| 755 | 2024-06-05T18:15:25.777Z | Downloaded csv-core v0.1.11 |
| 756 | 2024-06-05T18:15:25.780Z | Downloaded papergrid v0.11.0 |
| 757 | 2024-06-05T18:15:25.780Z | Downloaded oso v0.27.3 |
| 758 | 2024-06-05T18:15:25.784Z | Downloaded hostname v0.4.0 |
| 759 | 2024-06-05T18:15:25.788Z | Downloaded rand_xorshift v0.3.0 |
| 760 | 2024-06-05T18:15:25.789Z | Downloaded rustfmt-wrapper v0.2.1 |
| 761 | 2024-06-05T18:15:25.792Z | Downloaded rustc_version v0.1.7 |
| 762 | 2024-06-05T18:15:25.793Z | Downloaded scroll_derive v0.12.0 |
| 763 | 2024-06-05T18:15:25.793Z | Downloaded scheduled-thread-pool v0.2.7 |
| 764 | 2024-06-05T18:15:25.793Z | Downloaded ident_case v1.0.1 |
| 765 | 2024-06-05T18:15:25.797Z | Downloaded num-rational v0.4.2 |
| 766 | 2024-06-05T18:15:25.797Z | Downloaded rustc_version v0.4.0 |
| 767 | 2024-06-05T18:15:25.797Z | Downloaded rand_seeder v0.2.3 |
| 768 | 2024-06-05T18:15:25.801Z | Downloaded stability v0.2.0 |
| 769 | 2024-06-05T18:15:25.801Z | Downloaded smawk v0.3.2 |
| 770 | 2024-06-05T18:15:25.802Z | Downloaded smallvec v0.6.14 |
| 771 | 2024-06-05T18:15:25.805Z | Downloaded serde-hex v0.1.0 |
| 772 | 2024-06-05T18:15:25.806Z | Downloaded slog-stdlog v4.1.1 |
| 773 | 2024-06-05T18:15:25.811Z | Downloaded termios v0.3.3 |
| 774 | 2024-06-05T18:15:25.811Z | Downloaded pin-project-internal v1.1.5 |
| 775 | 2024-06-05T18:15:25.817Z | Downloaded crossbeam-epoch v0.9.18 |
| 776 | 2024-06-05T18:15:25.817Z | Downloaded parking_lot v0.11.2 |
| 777 | 2024-06-05T18:15:26.243Z | Downloaded num-bigint-dig v0.8.4 |
| 778 | 2024-06-05T18:15:26.244Z | Downloaded derive-where v1.2.7 |
| 779 | 2024-06-05T18:15:26.248Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 780 | 2024-06-05T18:15:26.248Z | Downloaded tokio-stream v0.1.15 |
| 781 | 2024-06-05T18:15:26.248Z | Downloaded pest_generator v2.7.10 |
| 782 | 2024-06-05T18:15:26.248Z | Downloaded fastrand v2.1.0 |
| 783 | 2024-06-05T18:15:26.248Z | Downloaded foreign-types-shared v0.3.1 |
| 784 | 2024-06-05T18:15:26.249Z | Downloaded base64 v0.22.1 |
| 785 | 2024-06-05T18:15:26.249Z | Downloaded highway v1.1.0 |
| 786 | 2024-06-05T18:15:26.249Z | Downloaded maplit v1.0.2 |
| 787 | 2024-06-05T18:15:26.249Z | Downloaded tracing-attributes v0.1.27 |
| 788 | 2024-06-05T18:15:26.249Z | Downloaded managed v0.8.0 |
| 789 | 2024-06-05T18:15:26.249Z | Downloaded vte_generate_state_changes v0.1.1 |
| 790 | 2024-06-05T18:15:26.249Z | Downloaded humantime v2.1.0 |
| 791 | 2024-06-05T18:15:26.249Z | Downloaded hyper-staticfile v0.9.5 |
| 792 | 2024-06-05T18:15:26.249Z | Downloaded pkcs1 v0.7.5 |
| 793 | 2024-06-05T18:15:26.249Z | Downloaded scroll v0.12.0 |
| 794 | 2024-06-05T18:15:26.249Z | Downloaded serde_derive_internals v0.29.1 |
| 795 | 2024-06-05T18:15:26.249Z | Downloaded pest_meta v2.7.10 |
| 796 | 2024-06-05T18:15:26.249Z | Downloaded ref-cast-impl v1.0.23 |
| 797 | 2024-06-05T18:15:26.249Z | Downloaded static_assertions v1.1.0 |
| 798 | 2024-06-05T18:15:26.249Z | Downloaded stable_deref_trait v1.2.0 |
| 799 | 2024-06-05T18:15:26.249Z | Downloaded zone v0.1.8 |
| 800 | 2024-06-05T18:15:26.249Z | Downloaded slog-dtrace v0.3.0 |
| 801 | 2024-06-05T18:15:26.249Z | Downloaded signal-hook-mio v0.2.3 |
| 802 | 2024-06-05T18:15:26.250Z | Downloaded unicode-width v0.1.12 |
| 803 | 2024-06-05T18:15:26.250Z | Downloaded tls_codec v0.4.1 |
| 804 | 2024-06-05T18:15:26.250Z | Downloaded tiny-keccak v2.0.2 |
| 805 | 2024-06-05T18:15:26.250Z | Downloaded tui-tree-widget v0.19.0 |
| 806 | 2024-06-05T18:15:26.250Z | Downloaded clang-sys v1.7.0 |
| 807 | 2024-06-05T18:15:26.250Z | Downloaded uuid v1.8.0 |
| 808 | 2024-06-05T18:15:26.250Z | Downloaded zeroize v1.7.0 |
| 809 | 2024-06-05T18:15:26.250Z | Downloaded matches v0.1.10 |
| 810 | 2024-06-05T18:15:26.250Z | Downloaded embedded-io v0.4.0 |
| 811 | 2024-06-05T18:15:26.250Z | Downloaded erased-serde v0.3.31 |
| 812 | 2024-06-05T18:15:26.250Z | Downloaded endian-type v0.1.2 |
| 813 | 2024-06-05T18:15:26.250Z | Downloaded getopts v0.2.21 |
| 814 | 2024-06-05T18:15:26.250Z | Downloaded gethostname v0.4.3 |
| 815 | 2024-06-05T18:15:26.250Z | Downloaded thread-id v4.2.1 |
| 816 | 2024-06-05T18:15:26.250Z | Downloaded termcolor v1.4.1 |
| 817 | 2024-06-05T18:15:26.250Z | Downloaded semver v0.1.20 |
| 818 | 2024-06-05T18:15:26.250Z | Downloaded sigpipe v0.1.3 |
| 819 | 2024-06-05T18:15:26.250Z | Downloaded same-file v1.0.6 |
| 820 | 2024-06-05T18:15:26.251Z | Downloaded slog-envlogger v2.2.0 |
| 821 | 2024-06-05T18:15:26.251Z | Downloaded is_ci v1.2.0 |
| 822 | 2024-06-05T18:15:26.251Z | Downloaded headers-core v0.2.0 |
| 823 | 2024-06-05T18:15:26.251Z | Downloaded rustls-pemfile v2.1.2 |
| 824 | 2024-06-05T18:15:26.251Z | Downloaded schemars_derive v0.8.20 |
| 825 | 2024-06-05T18:15:26.251Z | Downloaded prettyplease v0.2.20 |
| 826 | 2024-06-05T18:15:26.251Z | Downloaded sct v0.7.1 |
| 827 | 2024-06-05T18:15:26.251Z | Downloaded secrecy v0.8.0 |
| 828 | 2024-06-05T18:15:26.251Z | Downloaded hash32 v0.3.1 |
| 829 | 2024-06-05T18:15:26.251Z | Downloaded test-strategy v0.3.1 |
| 830 | 2024-06-05T18:15:26.251Z | Downloaded rusty-fork v0.3.0 |
| 831 | 2024-06-05T18:15:26.251Z | Downloaded const_format v0.2.32 |
| 832 | 2024-06-05T18:15:26.251Z | Downloaded hubpack_derive v0.1.1 |
| 833 | 2024-06-05T18:15:26.251Z | Downloaded sqlparser_derive v0.2.2 |
| 834 | 2024-06-05T18:15:26.251Z | Downloaded rand_core v0.6.4 |
| 835 | 2024-06-05T18:15:26.251Z | Downloaded lru-cache v0.1.2 |
| 836 | 2024-06-05T18:15:26.251Z | Downloaded lru v0.12.3 |
| 837 | 2024-06-05T18:15:26.251Z | Downloaded getrandom v0.2.14 |
| 838 | 2024-06-05T18:15:26.251Z | Downloaded zerocopy v0.6.6 |
| 839 | 2024-06-05T18:15:26.251Z | Downloaded zone_cfg_derive v0.1.2 |
| 840 | 2024-06-05T18:15:26.252Z | Downloaded waitgroup v0.1.2 |
| 841 | 2024-06-05T18:15:26.252Z | Downloaded structmeta v0.3.0 |
| 842 | 2024-06-05T18:15:26.252Z | Downloaded libsw v3.3.1 |
| 843 | 2024-06-05T18:15:26.252Z | Downloaded uzers v0.11.3 |
| 844 | 2024-06-05T18:15:26.252Z | Downloaded usdt v0.5.0 |
| 845 | 2024-06-05T18:15:26.252Z | Downloaded untrusted v0.9.0 |
| 846 | 2024-06-05T18:15:26.252Z | Downloaded strip-ansi-escapes v0.2.0 |
| 847 | 2024-06-05T18:15:26.252Z | Downloaded hash32 v0.2.1 |
| 848 | 2024-06-05T18:15:26.252Z | Downloaded tls_codec_derive v0.4.1 |
| 849 | 2024-06-05T18:15:26.252Z | Downloaded http-range v0.1.5 |
| 850 | 2024-06-05T18:15:26.252Z | Downloaded similar v2.5.0 |
| 851 | 2024-06-05T18:15:26.252Z | Downloaded ron v0.8.1 |
| 852 | 2024-06-05T18:15:26.252Z | Downloaded signature v1.6.4 |
| 853 | 2024-06-05T18:15:26.252Z | Downloaded publicsuffix v2.2.3 |
| 854 | 2024-06-05T18:15:26.252Z | Downloaded rustc-hash v1.1.0 |
| 855 | 2024-06-05T18:15:26.253Z | Downloaded structmeta-derive v0.3.0 |
| 856 | 2024-06-05T18:15:26.253Z | Downloaded tungstenite v0.21.0 |
| 857 | 2024-06-05T18:15:26.253Z | Downloaded kstat-rs v0.2.3 |
| 858 | 2024-06-05T18:15:26.253Z | Downloaded walkdir v2.5.0 |
| 859 | 2024-06-05T18:15:26.253Z | Downloaded linear-map v1.2.0 |
| 860 | 2024-06-05T18:15:26.253Z | Downloaded signal-hook-tokio v0.3.1 |
| 861 | 2024-06-05T18:15:26.253Z | Downloaded lazycell v1.3.0 |
| 862 | 2024-06-05T18:15:26.253Z | Downloaded lazy_static v1.4.0 |
| 863 | 2024-06-05T18:15:26.253Z | Downloaded lalrpop-util v0.19.12 |
| 864 | 2024-06-05T18:15:26.253Z | Downloaded toml_edit v0.19.15 |
| 865 | 2024-06-05T18:15:26.253Z | Downloaded num-bigint v0.4.5 |
| 866 | 2024-06-05T18:15:26.254Z | Downloaded serde-big-array v0.4.1 |
| 867 | 2024-06-05T18:15:26.254Z | Downloaded foreign-types v0.5.0 |
| 868 | 2024-06-05T18:15:26.254Z | Downloaded hubpack v0.1.2 |
| 869 | 2024-06-05T18:15:26.254Z | Downloaded unarray v0.1.4 |
| 870 | 2024-06-05T18:15:26.254Z | Downloaded tabwriter v1.4.0 |
| 871 | 2024-06-05T18:15:26.254Z | Downloaded rpassword v7.3.1 |
| 872 | 2024-06-05T18:15:26.254Z | Downloaded universal-hash v0.5.1 |
| 873 | 2024-06-05T18:15:26.254Z | Downloaded unicode-xid v0.2.4 |
| 874 | 2024-06-05T18:15:26.255Z | Downloaded shell-words v1.1.0 |
| 875 | 2024-06-05T18:15:26.255Z | Downloaded keccak v0.1.5 |
| 876 | 2024-06-05T18:15:26.255Z | Downloaded rustc-demangle v0.1.24 |
| 877 | 2024-06-05T18:15:26.255Z | Downloaded signature v2.2.0 |
| 878 | 2024-06-05T18:15:26.255Z | Downloaded flagset v0.4.5 |
| 879 | 2024-06-05T18:15:26.261Z | Downloaded ff v0.13.0 |
| 880 | 2024-06-05T18:15:26.261Z | Downloaded fd-lock v4.0.2 |
| 881 | 2024-06-05T18:15:26.261Z | Downloaded whoami v1.5.1 |
| 882 | 2024-06-05T18:15:26.261Z | Downloaded tungstenite v0.20.1 |
| 883 | 2024-06-05T18:15:26.261Z | Downloaded toml v0.7.8 |
| 884 | 2024-06-05T18:15:26.261Z | Downloaded trust-dns-client v0.22.0 |
| 885 | 2024-06-05T18:15:26.261Z | Downloaded rtoolbox v0.0.2 |
| 886 | 2024-06-05T18:15:26.262Z | Downloaded resolv-conf v0.7.0 |
| 887 | 2024-06-05T18:15:26.262Z | Downloaded spki v0.7.3 |
| 888 | 2024-06-05T18:15:26.262Z | Downloaded tokio-tungstenite v0.21.0 |
| 889 | 2024-06-05T18:15:26.262Z | Downloaded unicase v2.7.0 |
| 890 | 2024-06-05T18:15:26.262Z | Downloaded vsss-rs v3.3.4 |
| 891 | 2024-06-05T18:15:26.262Z | Downloaded sqlformat v0.2.3 |
| 892 | 2024-06-05T18:15:26.262Z | Downloaded schemars v0.8.20 |
| 893 | 2024-06-05T18:15:26.263Z | Downloaded serde_plain v1.0.2 |
| 894 | 2024-06-05T18:15:26.263Z | Downloaded foreign-types-macros v0.2.3 |
| 895 | 2024-06-05T18:15:26.263Z | Downloaded which v4.4.2 |
| 896 | 2024-06-05T18:15:26.263Z | Downloaded serde_tokenstream v0.2.0 |
| 897 | 2024-06-05T18:15:26.263Z | Downloaded unicode-segmentation v1.11.0 |
| 898 | 2024-06-05T18:15:26.263Z | Downloaded rcgen v0.12.1 |
| 899 | 2024-06-05T18:15:26.263Z | Downloaded samael v0.0.15 |
| 900 | 2024-06-05T18:15:26.264Z | Downloaded trust-dns-resolver v0.22.0 |
| 901 | 2024-06-05T18:15:26.264Z | Downloaded zeroize_derive v1.4.2 |
| 902 | 2024-06-05T18:15:26.264Z | Downloaded toml v0.5.11 |
| 903 | 2024-06-05T18:15:26.264Z | Downloaded signal-hook v0.3.17 |
| 904 | 2024-06-05T18:15:26.264Z | Downloaded tokio-rustls v0.25.0 |
| 905 | 2024-06-05T18:15:26.264Z | Downloaded derive_more v0.99.17 |
| 906 | 2024-06-05T18:15:26.264Z | Downloaded diesel_derives v2.1.4 |
| 907 | 2024-06-05T18:15:26.264Z | Downloaded wyz v0.5.1 |
| 908 | 2024-06-05T18:15:26.265Z | Downloaded typed-path v0.7.1 |
| 909 | 2024-06-05T18:15:26.265Z | Downloaded expectorate v1.1.0 |
| 910 | 2024-06-05T18:15:26.265Z | Downloaded tough v0.17.1 |
| 911 | 2024-06-05T18:15:26.265Z | Downloaded tokio-rustls v0.24.1 |
| 912 | 2024-06-05T18:15:26.265Z | Downloaded heapless v0.7.17 |
| 913 | 2024-06-05T18:15:26.265Z | Downloaded rand v0.8.5 |
| 914 | 2024-06-05T18:15:26.265Z | Downloaded spin v0.9.8 |
| 915 | 2024-06-05T18:15:26.265Z | Downloaded crossterm v0.27.0 |
| 916 | 2024-06-05T18:15:26.266Z | Downloaded steno v0.4.0 |
| 917 | 2024-06-05T18:15:26.266Z | Downloaded hashbrown v0.12.3 |
| 918 | 2024-06-05T18:15:26.266Z | Downloaded snafu-derive v0.8.2 |
| 919 | 2024-06-05T18:15:26.266Z | Downloaded rayon-core v1.12.1 |
| 920 | 2024-06-05T18:15:26.266Z | Downloaded tempfile v3.10.1 |
| 921 | 2024-06-05T18:15:26.266Z | Downloaded unsafe-libyaml v0.2.11 |
| 922 | 2024-06-05T18:15:26.266Z | Downloaded zip v0.6.6 |
| 923 | 2024-06-05T18:15:26.266Z | Downloaded salty v0.2.0 |
| 924 | 2024-06-05T18:15:26.266Z | Downloaded half v2.4.1 |
| 925 | 2024-06-05T18:15:26.266Z | Downloaded unicode_categories v0.1.1 |
| 926 | 2024-06-05T18:15:26.267Z | Downloaded rsa v0.9.6 |
| 927 | 2024-06-05T18:15:26.267Z | Downloaded ron v0.7.1 |
| 928 | 2024-06-05T18:15:26.267Z | Downloaded tokio-postgres v0.7.10 |
| 929 | 2024-06-05T18:15:26.267Z | Downloaded socket2 v0.4.10 |
| 930 | 2024-06-05T18:15:26.267Z | Downloaded diff v0.1.13 |
| 931 | 2024-06-05T18:15:26.267Z | Downloaded quick-xml v0.31.0 |
| 932 | 2024-06-05T18:15:26.267Z | Downloaded libxml v0.3.3 |
| 933 | 2024-06-05T18:15:26.267Z | Downloaded heapless v0.8.0 |
| 934 | 2024-06-05T18:15:26.267Z | Downloaded snafu v0.8.2 |
| 935 | 2024-06-05T18:15:26.267Z | Downloaded itertools v0.10.5 |
| 936 | 2024-06-05T18:15:26.267Z | Downloaded zerocopy v0.7.34 |
| 937 | 2024-06-05T18:15:26.271Z | Downloaded rustyline v14.0.0 |
| 938 | 2024-06-05T18:15:26.274Z | Downloaded libm v0.2.8 |
| 939 | 2024-06-05T18:15:26.279Z | Downloaded sqlparser v0.45.0 |
| 940 | 2024-06-05T18:15:26.285Z | Downloaded proptest v1.4.0 |
| 941 | 2024-06-05T18:15:26.294Z | Downloaded itertools v0.12.1 |
| 942 | 2024-06-05T18:15:26.301Z | Downloaded tabled v0.15.0 |
| 943 | 2024-06-05T18:15:26.317Z | Downloaded bitvec v1.0.1 |
| 944 | 2024-06-05T18:15:26.334Z | Downloaded rustls-webpki v0.101.7 |
| 945 | 2024-06-05T18:15:26.347Z | Downloaded bindgen v0.69.4 |
| 946 | 2024-06-05T18:15:26.363Z | Downloaded serde_with v3.8.1 |
| 947 | 2024-06-05T18:15:26.367Z | Downloaded goblin v0.8.2 |
| 948 | 2024-06-05T18:15:26.370Z | Downloaded object v0.32.2 |
| 949 | 2024-06-05T18:15:26.379Z | Downloaded hkdf v0.12.4 |
| 950 | 2024-06-05T18:15:26.382Z | Downloaded rustls-webpki v0.102.4 |
| 951 | 2024-06-05T18:15:26.402Z | Downloaded polar-core v0.27.3 |
| 952 | 2024-06-05T18:15:26.411Z | Downloaded webpki-roots v0.25.4 |
| 953 | 2024-06-05T18:15:26.415Z | Downloaded rayon v1.10.0 |
| 954 | 2024-06-05T18:15:26.426Z | Downloaded syn v1.0.109 |
| 955 | 2024-06-05T18:15:26.433Z | Downloaded regex v1.10.4 |
| 956 | 2024-06-05T18:15:26.447Z | Downloaded smoltcp v0.9.1 |
| 957 | 2024-06-05T18:15:26.459Z | Downloaded diesel v2.1.6 |
| 958 | 2024-06-05T18:15:26.477Z | Downloaded regress v0.9.1 |
| 959 | 2024-06-05T18:15:26.485Z | Downloaded idna v0.3.0 |
| 960 | 2024-06-05T18:15:26.491Z | Downloaded regex-syntax v0.8.3 |
| 961 | 2024-06-05T18:15:26.500Z | Downloaded ratatui v0.26.2 |
| 962 | 2024-06-05T18:15:26.517Z | Downloaded rustls v0.22.4 |
| 963 | 2024-06-05T18:15:26.531Z | Downloaded rustls v0.21.12 |
| 964 | 2024-06-05T18:15:26.543Z | Downloaded smoltcp v0.11.0 |
| 965 | 2024-06-05T18:15:26.552Z | Downloaded petgraph v0.6.5 |
| 966 | 2024-06-05T18:15:26.568Z | Downloaded regex-automata v0.4.6 |
| 967 | 2024-06-05T18:15:26.590Z | Downloaded bstr v1.9.1 |
| 968 | 2024-06-05T18:15:26.600Z | Downloaded regex-syntax v0.6.29 |
| 969 | 2024-06-05T18:15:26.616Z | Downloaded curve25519-dalek v4.1.2 |
| 970 | 2024-06-05T18:15:26.620Z | Downloaded gimli v0.28.1 |
| 971 | 2024-06-05T18:15:26.620Z | Downloaded sled v0.34.7 |
| 972 | 2024-06-05T18:15:26.632Z | Downloaded zerocopy-derive v0.6.6 |
| 973 | 2024-06-05T18:15:26.640Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 974 | 2024-06-05T18:15:26.648Z | Downloaded bstr v0.2.17 |
| 975 | 2024-06-05T18:15:26.657Z | Downloaded openapiv3 v2.0.0 |
| 976 | 2024-06-05T18:15:26.672Z | Downloaded lalrpop v0.19.12 |
| 977 | 2024-06-05T18:15:26.686Z | Downloaded radix_trie v0.2.1 |
| 978 | 2024-06-05T18:15:26.692Z | Downloaded finl_unicode v1.2.0 |
| 979 | 2024-06-05T18:15:26.700Z | Downloaded idna v0.2.3 |
| 980 | 2024-06-05T18:15:26.703Z | Downloaded trust-dns-proto v0.22.0 |
| 981 | 2024-06-05T18:15:26.717Z | Downloaded nix v0.28.0 |
| 982 | 2024-06-05T18:15:26.725Z | Downloaded csv v1.3.0 |
| 983 | 2024-06-05T18:15:26.744Z | Downloaded sha3 v0.10.8 |
| 984 | 2024-06-05T18:15:26.757Z | Downloaded object v0.30.4 |
| 985 | 2024-06-05T18:15:26.761Z | Downloaded chrono v0.4.38 |
| 986 | 2024-06-05T18:15:26.764Z | Downloaded flume v0.11.0 |
| 987 | 2024-06-05T18:15:26.770Z | Downloaded reedline v0.31.0 |
| 988 | 2024-06-05T18:15:27.192Z | Downloaded portable-atomic v1.6.0 |
| 989 | 2024-06-05T18:15:27.192Z | Downloaded blake3 v1.5.1 |
| 990 | 2024-06-05T18:15:27.192Z | Downloaded regex-automata v0.1.10 |
| 991 | 2024-06-05T18:15:27.193Z | Downloaded winnow v0.5.40 |
| 992 | 2024-06-05T18:15:27.193Z | Downloaded hmac v0.12.1 |
| 993 | 2024-06-05T18:15:27.193Z | Downloaded elliptic-curve v0.13.8 |
| 994 | 2024-06-05T18:15:27.193Z | Downloaded x509-cert v0.2.5 |
| 995 | 2024-06-05T18:15:27.193Z | Downloaded rustls-pki-types v1.7.0 |
| 996 | 2024-06-05T18:15:27.193Z | Downloaded pest v2.7.10 |
| 997 | 2024-06-05T18:15:27.193Z | Downloaded nom v7.1.3 |
| 998 | 2024-06-05T18:15:27.193Z | Downloaded serde_with_macros v3.8.1 |
| 999 | 2024-06-05T18:15:27.193Z | Downloaded trust-dns-server v0.22.1 |
| 1000 | 2024-06-05T18:15:27.193Z | Downloaded http v1.1.0 |
| 1001 | 2024-06-05T18:15:27.193Z | Downloaded hashbrown v0.13.2 |
| 1002 | 2024-06-05T18:15:27.193Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1003 | 2024-06-05T18:15:27.193Z | Downloaded sha1 v0.10.6 |
| 1004 | 2024-06-05T18:15:27.193Z | Downloaded either v1.12.0 |
| 1005 | 2024-06-05T18:15:27.193Z | Downloaded ed25519 v1.5.3 |
| 1006 | 2024-06-05T18:15:27.193Z | Downloaded tap v1.0.1 |
| 1007 | 2024-06-05T18:15:27.193Z | Downloaded fatfs v0.3.6 |
| 1008 | 2024-06-05T18:15:27.193Z | Downloaded unicode-linebreak v0.1.5 |
| 1009 | 2024-06-05T18:15:27.193Z | Downloaded shlex v1.3.0 |
| 1010 | 2024-06-05T18:15:27.193Z | Downloaded libefi-sys v0.1.0 |
| 1011 | 2024-06-05T18:15:27.193Z | Downloaded headers v0.3.9 |
| 1012 | 2024-06-05T18:15:27.194Z | Downloaded smf v0.2.3 |
| 1013 | 2024-06-05T18:15:27.194Z | Downloaded slog-scope v4.4.0 |
| 1014 | 2024-06-05T18:15:27.194Z | Downloaded structmeta-derive v0.2.0 |
| 1015 | 2024-06-05T18:15:27.194Z | Downloaded ucd-trie v0.1.6 |
| 1016 | 2024-06-05T18:15:27.194Z | Downloaded serde_repr v0.1.19 |
| 1017 | 2024-06-05T18:15:27.194Z | Downloaded hex v0.4.3 |
| 1018 | 2024-06-05T18:15:27.194Z | Downloaded ena v0.14.3 |
| 1019 | 2024-06-05T18:15:27.194Z | Downloaded tokio-tungstenite v0.20.1 |
| 1020 | 2024-06-05T18:15:27.194Z | Downloaded stringprep v0.1.4 |
| 1021 | 2024-06-05T18:15:27.194Z | Downloaded libloading v0.8.3 |
| 1022 | 2024-06-05T18:15:27.194Z | Downloaded vte v0.11.1 |
| 1023 | 2024-06-05T18:15:27.194Z | Downloaded hyper-rustls v0.24.2 |
| 1024 | 2024-06-05T18:15:27.194Z | Downloaded supports-color v3.0.0 |
| 1025 | 2024-06-05T18:15:27.194Z | Downloaded textwrap v0.16.1 |
| 1026 | 2024-06-05T18:15:27.194Z | Downloaded fixedbitset v0.4.2 |
| 1027 | 2024-06-05T18:15:27.194Z | Downloaded untrusted v0.7.1 |
| 1028 | 2024-06-05T18:15:27.194Z | Downloaded spin v0.5.2 |
| 1029 | 2024-06-05T18:15:27.194Z | Downloaded siphasher v0.3.11 |
| 1030 | 2024-06-05T18:15:27.194Z | Downloaded subtle v2.5.0 |
| 1031 | 2024-06-05T18:15:27.194Z | Downloaded globset v0.4.14 |
| 1032 | 2024-06-05T18:15:27.195Z | Downloaded utf-8 v0.7.6 |
| 1033 | 2024-06-05T18:15:27.195Z | Downloaded group v0.13.0 |
| 1034 | 2024-06-05T18:15:27.195Z | Downloaded indicatif v0.17.8 |
| 1035 | 2024-06-05T18:15:27.195Z | Downloaded yasna v0.5.2 |
| 1036 | 2024-06-05T18:15:27.195Z | Downloaded der v0.7.9 |
| 1037 | 2024-06-05T18:15:27.195Z | Downloaded crypto-bigint v0.5.5 |
| 1038 | 2024-06-05T18:15:27.195Z | Downloaded sec1 v0.7.3 |
| 1039 | 2024-06-05T18:15:27.195Z | Downloaded rand_chacha v0.3.1 |
| 1040 | 2024-06-05T18:15:27.195Z | Downloaded linked-hash-map v0.5.6 |
| 1041 | 2024-06-05T18:15:27.195Z | Downloaded glob v0.3.1 |
| 1042 | 2024-06-05T18:15:27.195Z | Downloaded iana-time-zone v0.1.60 |
| 1043 | 2024-06-05T18:15:27.195Z | Downloaded indexmap v1.9.3 |
| 1044 | 2024-06-05T18:15:27.195Z | Downloaded backtrace v0.3.71 |
| 1045 | 2024-06-05T18:15:27.195Z | Downloaded env_logger v0.10.2 |
| 1046 | 2024-06-05T18:15:27.195Z | Downloaded env_logger v0.9.3 |
| 1047 | 2024-06-05T18:15:27.195Z | Downloaded zerocopy-derive v0.7.34 |
| 1048 | 2024-06-05T18:15:27.195Z | Downloaded postcard v1.0.8 |
| 1049 | 2024-06-05T18:15:27.195Z | Downloaded chacha20poly1305 v0.10.1 |
| 1050 | 2024-06-05T18:15:27.195Z | Downloaded usdt-impl v0.5.0 |
| 1051 | 2024-06-05T18:15:27.195Z | Downloaded crc-any v2.5.0 |
| 1052 | 2024-06-05T18:15:27.195Z | Downloaded compact_str v0.7.1 |
| 1053 | 2024-06-05T18:15:27.195Z | Downloaded base64 v0.13.1 |
| 1054 | 2024-06-05T18:15:27.195Z | Downloaded subprocess v0.2.9 |
| 1055 | 2024-06-05T18:15:27.196Z | Downloaded pin-project v1.1.5 |
| 1056 | 2024-06-05T18:15:27.196Z | Downloaded pest_derive v2.7.10 |
| 1057 | 2024-06-05T18:15:27.196Z | Downloaded ref-cast v1.0.23 |
| 1058 | 2024-06-05T18:15:27.196Z | Downloaded fallible-iterator v0.2.0 |
| 1059 | 2024-06-05T18:15:27.196Z | Downloaded indoc v2.0.5 |
| 1060 | 2024-06-05T18:15:27.196Z | Downloaded num-traits v0.2.19 |
| 1061 | 2024-06-05T18:15:27.196Z | Downloaded enum-as-inner v0.5.1 |
| 1062 | 2024-06-05T18:15:27.196Z | Downloaded omicron-zone-package v0.11.0 |
| 1063 | 2024-06-05T18:15:27.196Z | Downloaded pem-rfc7468 v0.7.0 |
| 1064 | 2024-06-05T18:15:27.196Z | Downloaded cookie v0.18.1 |
| 1065 | 2024-06-05T18:15:27.196Z | Downloaded strum_macros v0.24.3 |
| 1066 | 2024-06-05T18:15:27.196Z | Downloaded string_cache v0.8.7 |
| 1067 | 2024-06-05T18:15:27.196Z | Downloaded platforms v3.4.0 |
| 1068 | 2024-06-05T18:15:27.196Z | Downloaded const-oid v0.9.6 |
| 1069 | 2024-06-05T18:15:27.196Z | Downloaded poly1305 v0.8.0 |
| 1070 | 2024-06-05T18:15:27.196Z | Downloaded serde_path_to_error v0.1.16 |
| 1071 | 2024-06-05T18:15:27.196Z | Downloaded serde_arrays v0.1.0 |
| 1072 | 2024-06-05T18:15:27.196Z | Downloaded ipnetwork v0.20.0 |
| 1073 | 2024-06-05T18:15:27.196Z | Downloaded inout v0.1.3 |
| 1074 | 2024-06-05T18:15:27.196Z | Downloaded indoc v1.0.9 |
| 1075 | 2024-06-05T18:15:27.196Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1076 | 2024-06-05T18:15:27.196Z | Downloaded heck v0.3.3 |
| 1077 | 2024-06-05T18:15:27.196Z | Downloaded float-cmp v0.9.0 |
| 1078 | 2024-06-05T18:15:27.196Z | Downloaded dyn-clone v1.0.17 |
| 1079 | 2024-06-05T18:15:27.197Z | Downloaded darling_core v0.20.9 |
| 1080 | 2024-06-05T18:15:27.197Z | Downloaded home v0.5.9 |
| 1081 | 2024-06-05T18:15:27.197Z | Downloaded defmt v0.3.8 |
| 1082 | 2024-06-05T18:15:27.197Z | Downloaded derive_builder_core v0.20.0 |
| 1083 | 2024-06-05T18:15:27.197Z | Downloaded defmt-parser v0.3.4 |
| 1084 | 2024-06-05T18:15:27.197Z | Downloaded cookie_store v0.20.0 |
| 1085 | 2024-06-05T18:15:27.197Z | Downloaded proc-macro-error v1.0.4 |
| 1086 | 2024-06-05T18:15:27.197Z | Downloaded dof v0.3.0 |
| 1087 | 2024-06-05T18:15:27.197Z | Downloaded difflib v0.4.0 |
| 1088 | 2024-06-05T18:15:27.201Z | Downloaded r2d2 v0.8.10 |
| 1089 | 2024-06-05T18:15:27.201Z | Downloaded postgres-protocol v0.6.6 |
| 1090 | 2024-06-05T18:15:27.201Z | Downloaded pkcs8 v0.10.2 |
| 1091 | 2024-06-05T18:15:27.201Z | Downloaded peg-macros v0.8.3 |
| 1092 | 2024-06-05T18:15:27.202Z | Downloaded der_derive v0.7.2 |
| 1093 | 2024-06-05T18:15:27.202Z | Downloaded camino-tempfile v1.1.1 |
| 1094 | 2024-06-05T18:15:27.202Z | Downloaded block-padding v0.3.3 |
| 1095 | 2024-06-05T18:15:27.202Z | Downloaded strum_macros v0.25.3 |
| 1096 | 2024-06-05T18:15:27.202Z | Downloaded structmeta v0.2.0 |
| 1097 | 2024-06-05T18:15:27.202Z | Downloaded psl-types v2.0.11 |
| 1098 | 2024-06-05T18:15:27.202Z | Downloaded postgres-types v0.2.6 |
| 1099 | 2024-06-05T18:15:27.202Z | Downloaded plain v0.2.3 |
| 1100 | 2024-06-05T18:15:27.202Z | Downloaded ahash v0.8.11 |
| 1101 | 2024-06-05T18:15:27.202Z | Downloaded console v0.15.8 |
| 1102 | 2024-06-05T18:15:27.202Z | Downloaded bzip2 v0.4.4 |
| 1103 | 2024-06-05T18:15:27.202Z | Downloaded bcs v0.1.6 |
| 1104 | 2024-06-05T18:15:27.202Z | Downloaded parse-display v0.9.0 |
| 1105 | 2024-06-05T18:15:27.202Z | Downloaded data-encoding v2.6.0 |
| 1106 | 2024-06-05T18:15:27.202Z | Downloaded crc-catalog v2.4.0 |
| 1107 | 2024-06-05T18:15:27.202Z | Downloaded constant_time_eq v0.3.0 |
| 1108 | 2024-06-05T18:15:27.202Z | Downloaded cassowary v0.3.0 |
| 1109 | 2024-06-05T18:15:27.202Z | Downloaded dtrace-parser v0.2.0 |
| 1110 | 2024-06-05T18:15:27.202Z | Downloaded display-error-chain v0.2.0 |
| 1111 | 2024-06-05T18:15:27.202Z | Downloaded packed_struct_codegen v0.10.1 |
| 1112 | 2024-06-05T18:15:27.202Z | Downloaded olpc-cjson v0.1.3 |
| 1113 | 2024-06-05T18:15:27.202Z | Downloaded crossbeam-deque v0.8.5 |
| 1114 | 2024-06-05T18:15:27.202Z | Downloaded num_enum v0.5.11 |
| 1115 | 2024-06-05T18:15:27.202Z | Downloaded num-complex v0.4.6 |
| 1116 | 2024-06-05T18:15:27.203Z | Downloaded byteorder v1.5.0 |
| 1117 | 2024-06-05T18:15:27.203Z | Downloaded base64ct v1.6.0 |
| 1118 | 2024-06-05T18:15:27.203Z | Downloaded backoff v0.4.0 |
| 1119 | 2024-06-05T18:15:27.203Z | Downloaded async-recursion v1.1.1 |
| 1120 | 2024-06-05T18:15:27.203Z | Downloaded number_prefix v0.4.0 |
| 1121 | 2024-06-05T18:15:27.203Z | Downloaded oso-derive v0.27.3 |
| 1122 | 2024-06-05T18:15:27.203Z | Downloaded bb8 v0.8.3 |
| 1123 | 2024-06-05T18:15:27.203Z | Downloaded num_enum_derive v0.5.11 |
| 1124 | 2024-06-05T18:15:27.203Z | Downloaded nix v0.27.1 |
| 1125 | 2024-06-05T18:15:27.203Z | Downloaded newline-converter v0.3.0 |
| 1126 | 2024-06-05T18:15:27.203Z | Downloaded darling_macro v0.20.9 |
| 1127 | 2024-06-05T18:15:27.203Z | Downloaded bitstruct_derive v0.1.0 |
| 1128 | 2024-06-05T18:15:27.203Z | Downloaded async-stream-impl v0.3.5 |
| 1129 | 2024-06-05T18:15:27.203Z | Downloaded crunchy v0.2.2 |
| 1130 | 2024-06-05T18:15:27.203Z | Downloaded allocator-api2 v0.2.18 |
| 1131 | 2024-06-05T18:15:27.203Z | Downloaded bitfield v0.14.0 |
| 1132 | 2024-06-05T18:15:27.203Z | Downloaded bit-set v0.5.3 |
| 1133 | 2024-06-05T18:15:27.203Z | Downloaded atomic-waker v1.1.2 |
| 1134 | 2024-06-05T18:15:27.203Z | Downloaded arrayvec v0.7.4 |
| 1135 | 2024-06-05T18:15:27.203Z | Downloaded arrayref v0.3.7 |
| 1136 | 2024-06-05T18:15:27.203Z | Downloaded atty v0.2.14 |
| 1137 | 2024-06-05T18:15:27.203Z | Downloaded atomicwrites v0.4.3 |
| 1138 | 2024-06-05T18:15:27.203Z | Downloaded base16ct v0.2.0 |
| 1139 | 2024-06-05T18:15:27.204Z | Downloaded async-trait v0.1.80 |
| 1140 | 2024-06-05T18:15:27.204Z | Downloaded assert_matches v1.5.0 |
| 1141 | 2024-06-05T18:15:27.204Z | Downloaded argon2 v0.5.3 |
| 1142 | 2024-06-05T18:15:27.204Z | Downloaded ring v0.17.8 |
| 1143 | 2024-06-05T18:15:27.263Z | Downloaded ring v0.16.20 |
| 1144 | 2024-06-05T18:15:27.476Z | Compiling proc-macro2 v1.0.82 |
| 1145 | 2024-06-05T18:15:27.476Z | Compiling unicode-ident v1.0.12 |
| 1146 | 2024-06-05T18:15:27.480Z | Compiling libc v0.2.155 |
| 1147 | 2024-06-05T18:15:27.480Z | Compiling serde v1.0.203 |
| 1148 | 2024-06-05T18:15:27.480Z | Compiling autocfg v1.3.0 |
| 1149 | 2024-06-05T18:15:27.480Z | Compiling version_check v0.9.4 |
| 1150 | 2024-06-05T18:15:27.480Z | Compiling cfg-if v1.0.0 |
| 1151 | 2024-06-05T18:15:27.724Z | Compiling cc v1.0.97 |
| 1152 | 2024-06-05T18:15:27.745Z | Compiling parking_lot_core v0.9.10 |
| 1153 | 2024-06-05T18:15:27.762Z | Compiling once_cell v1.19.0 |
| 1154 | 2024-06-05T18:15:28.106Z | Compiling serde_json v1.0.117 |
| 1155 | 2024-06-05T18:15:28.139Z | Compiling libm v0.2.8 |
| 1156 | 2024-06-05T18:15:28.265Z | Compiling ahash v0.8.11 |
| 1157 | 2024-06-05T18:15:28.385Z | Compiling lock_api v0.4.12 |
| 1158 | 2024-06-05T18:15:28.411Z | Compiling byteorder v1.5.0 |
| 1159 | 2024-06-05T18:15:28.411Z | Compiling num-traits v0.2.19 |
| 1160 | 2024-06-05T18:15:28.559Z | Compiling memchr v2.7.2 |
| 1161 | 2024-06-05T18:15:28.669Z | Compiling thiserror v1.0.60 |
| 1162 | 2024-06-05T18:15:28.687Z | Compiling typenum v1.17.0 |
| 1163 | 2024-06-05T18:15:28.857Z | Compiling log v0.4.21 |
| 1164 | 2024-06-05T18:15:29.237Z | Compiling quote v1.0.36 |
| 1165 | 2024-06-05T18:15:29.369Z | Compiling generic-array v0.14.7 |
| 1166 | 2024-06-05T18:15:29.656Z | Compiling syn v2.0.64 |
| 1167 | 2024-06-05T18:15:29.744Z | Compiling getrandom v0.2.14 |
| 1168 | 2024-06-05T18:15:29.911Z | Compiling itoa v1.0.11 |
| 1169 | 2024-06-05T18:15:30.149Z | Compiling scopeguard v1.2.0 |
| 1170 | 2024-06-05T18:15:30.392Z | Compiling allocator-api2 v0.2.18 |
| 1171 | 2024-06-05T18:15:30.414Z | Compiling slab v0.4.9 |
| 1172 | 2024-06-05T18:15:30.787Z | Compiling ryu v1.0.18 |
| 1173 | 2024-06-05T18:15:30.816Z | Compiling ring v0.17.8 |
| 1174 | 2024-06-05T18:15:30.869Z | Compiling pin-project-lite v0.2.14 |
| 1175 | 2024-06-05T18:15:30.889Z | Compiling smallvec v1.13.2 |
| 1176 | 2024-06-05T18:15:31.004Z | Compiling schemars v0.8.20 |
| 1177 | 2024-06-05T18:15:31.207Z | Compiling semver v1.0.23 |
| 1178 | 2024-06-05T18:15:31.397Z | Compiling equivalent v1.0.1 |
| 1179 | 2024-06-05T18:15:31.647Z | Compiling pkg-config v0.3.30 |
| 1180 | 2024-06-05T18:15:31.714Z | Compiling parking_lot v0.12.2 |
| 1181 | 2024-06-05T18:15:31.748Z | Compiling vcpkg v0.2.15 |
| 1182 | 2024-06-05T18:15:32.217Z | Compiling signal-hook-registry v1.4.2 |
| 1183 | 2024-06-05T18:15:32.988Z | Compiling syn v1.0.109 |
| 1184 | 2024-06-05T18:15:33.514Z | Compiling openssl-sys v0.9.102 |
| 1185 | 2024-06-05T18:15:33.562Z | Compiling mio v0.8.11 |
| 1186 | 2024-06-05T18:15:34.182Z | Compiling rand_core v0.6.4 |
| 1187 | 2024-06-05T18:15:34.471Z | Compiling num_cpus v1.16.0 |
| 1188 | 2024-06-05T18:15:34.577Z | Compiling socket2 v0.5.7 |
| 1189 | 2024-06-05T18:15:34.610Z | Compiling num-conv v0.1.0 |
| 1190 | 2024-06-05T18:15:34.846Z | Compiling time-core v0.1.2 |
| 1191 | 2024-06-05T18:15:35.024Z | Compiling time-macros v0.2.18 |
| 1192 | 2024-06-05T18:15:35.564Z | Compiling httparse v1.8.0 |
| 1193 | 2024-06-05T18:15:35.946Z | Compiling futures-core v0.3.30 |
| 1194 | 2024-06-05T18:15:36.454Z | Compiling openssl v0.10.64 |
| 1195 | 2024-06-05T18:15:36.454Z | Compiling fnv v1.0.7 |
| 1196 | 2024-06-05T18:15:36.598Z | Compiling rustix v0.38.34 |
| 1197 | 2024-06-05T18:15:36.691Z | Compiling crossbeam-utils v0.8.19 |
| 1198 | 2024-06-05T18:15:36.743Z | Compiling iana-time-zone v0.1.60 |
| 1199 | 2024-06-05T18:15:37.210Z | Compiling spin v0.9.8 |
| 1200 | 2024-06-05T18:15:37.434Z | Compiling serde_derive_internals v0.29.1 |
| 1201 | 2024-06-05T18:15:37.573Z | Compiling rustls v0.21.12 |
| 1202 | 2024-06-05T18:15:37.690Z | Compiling tinyvec_macros v0.1.1 |
| 1203 | 2024-06-05T18:15:37.768Z | Compiling native-tls v0.2.11 |
| 1204 | 2024-06-05T18:15:37.821Z | Compiling tinyvec v1.6.0 |
| 1205 | 2024-06-05T18:15:38.113Z | Compiling subtle v2.5.0 |
| 1206 | 2024-06-05T18:15:38.405Z | Compiling ucd-trie v0.1.6 |
| 1207 | 2024-06-05T18:15:38.550Z | Compiling const-oid v0.9.6 |
| 1208 | 2024-06-05T18:15:38.910Z | Compiling futures-sink v0.3.30 |
| 1209 | 2024-06-05T18:15:39.126Z | Compiling backtrace v0.3.71 |
| 1210 | 2024-06-05T18:15:39.218Z | Compiling unicode-normalization v0.1.23 |
| 1211 | 2024-06-05T18:15:39.648Z | Compiling cookie v0.17.0 |
| 1212 | 2024-06-05T18:15:39.760Z | Compiling dyn-clone v1.0.17 |
| 1213 | 2024-06-05T18:15:39.911Z | Compiling heck v0.4.1 |
| 1214 | 2024-06-05T18:15:39.945Z | Compiling heck v0.5.0 |
| 1215 | 2024-06-05T18:15:40.219Z | Compiling slog v2.7.0 |
| 1216 | 2024-06-05T18:15:40.342Z | Compiling unicode-bidi v0.3.15 |
| 1217 | 2024-06-05T18:15:40.647Z | Compiling futures-channel v0.3.30 |
| 1218 | 2024-06-05T18:15:40.859Z | Compiling futures-io v0.3.30 |
| 1219 | 2024-06-05T18:15:41.152Z | Compiling pin-utils v0.1.0 |
| 1220 | 2024-06-05T18:15:41.246Z | Compiling futures-task v0.3.30 |
| 1221 | 2024-06-05T18:15:41.666Z | Compiling aho-corasick v1.1.3 |
| 1222 | 2024-06-05T18:15:41.981Z | Compiling anyhow v1.0.86 |
| 1223 | 2024-06-05T18:15:42.035Z | Compiling untrusted v0.9.0 |
| 1224 | 2024-06-05T18:15:42.587Z | Compiling winnow v0.5.40 |
| 1225 | 2024-06-05T18:15:42.939Z | Compiling regex-syntax v0.8.3 |
| 1226 | 2024-06-05T18:15:43.228Z | Compiling serde_derive v1.0.203 |
| 1227 | 2024-06-05T18:15:43.839Z | Compiling zerocopy-derive v0.7.34 |
| 1228 | 2024-06-05T18:15:44.034Z | Compiling zeroize_derive v1.4.2 |
| 1229 | 2024-06-05T18:15:45.475Z | Compiling thiserror-impl v1.0.60 |
| 1230 | 2024-06-05T18:15:45.868Z | Compiling zerocopy v0.7.34 |
| 1231 | 2024-06-05T18:15:46.176Z | Compiling tokio-macros v2.2.0 |
| 1232 | 2024-06-05T18:15:46.329Z | Compiling futures-macro v0.3.30 |
| 1233 | 2024-06-05T18:15:46.710Z | Compiling schemars_derive v0.8.20 |
| 1234 | 2024-06-05T18:15:48.126Z | Compiling hashbrown v0.14.5 |
| 1235 | 2024-06-05T18:15:48.248Z | Compiling tracing-attributes v0.1.27 |
| 1236 | 2024-06-05T18:15:48.335Z | Compiling zeroize v1.7.0 |
| 1237 | 2024-06-05T18:15:49.196Z | Compiling openssl-macros v0.1.1 |
| 1238 | 2024-06-05T18:15:49.502Z | Compiling scroll_derive v0.12.0 |
| 1239 | 2024-06-05T18:15:49.718Z | Compiling pest v2.7.10 |
| 1240 | 2024-06-05T18:15:49.899Z | Compiling futures-util v0.3.30 |
| 1241 | 2024-06-05T18:15:50.492Z | Compiling crypto-common v0.1.6 |
| 1242 | 2024-06-05T18:15:50.497Z | Compiling der_derive v0.7.2 |
| 1243 | 2024-06-05T18:15:50.864Z | Compiling block-buffer v0.10.4 |
| 1244 | 2024-06-05T18:15:51.626Z | Compiling regex-automata v0.4.6 |
| 1245 | 2024-06-05T18:15:52.424Z | Compiling pest_meta v2.7.10 |
| 1246 | 2024-06-05T18:15:52.584Z | Compiling tracing-core v0.1.32 |
| 1247 | 2024-06-05T18:15:55.084Z | Compiling pest_generator v2.7.10 |
| 1248 | 2024-06-05T18:15:56.667Z | Compiling usdt-impl v0.5.0 |
| 1249 | 2024-06-05T18:15:56.849Z | Compiling bytes v1.6.0 |
| 1250 | 2024-06-05T18:15:56.974Z | Compiling indexmap v2.2.6 |
| 1251 | 2024-06-05T18:15:58.039Z | Compiling bitflags v2.5.0 |
| 1252 | 2024-06-05T18:15:58.418Z | Compiling tokio v1.37.0 |
| 1253 | 2024-06-05T18:15:58.476Z | Compiling uuid v1.8.0 |
| 1254 | 2024-06-05T18:15:58.991Z | Compiling chrono v0.4.38 |
| 1255 | 2024-06-05T18:15:59.382Z | Compiling serde_tokenstream v0.2.0 |
| 1256 | 2024-06-05T18:16:00.292Z | Compiling toml_datetime v0.6.6 |
| 1257 | 2024-06-05T18:16:00.746Z | Compiling serde_spanned v0.6.6 |
| 1258 | 2024-06-05T18:16:00.959Z | Compiling http v0.2.12 |
| 1259 | 2024-06-05T18:16:03.045Z | Compiling toml_edit v0.19.15 |
| 1260 | 2024-06-05T18:16:03.344Z | Compiling rustc_version v0.4.0 |
| 1261 | 2024-06-05T18:16:03.963Z | Compiling pest_derive v2.7.10 |
| 1262 | 2024-06-05T18:16:04.738Z | Compiling powerfmt v0.2.0 |
| 1263 | 2024-06-05T18:16:04.802Z | Compiling rustversion v1.0.17 |
| 1264 | 2024-06-05T18:16:05.047Z | Compiling deranged v0.3.11 |
| 1265 | 2024-06-05T18:16:05.265Z | Compiling heapless v0.7.17 |
| 1266 | 2024-06-05T18:16:05.479Z | Compiling tracing v0.1.40 |
| 1267 | 2024-06-05T18:16:05.654Z | Compiling digest v0.10.7 |
| 1268 | 2024-06-05T18:16:06.075Z | Compiling scroll v0.12.0 |
| 1269 | 2024-06-05T18:16:06.648Z | Compiling plain v0.2.3 |
| 1270 | 2024-06-05T18:16:06.976Z | Compiling ppv-lite86 v0.2.17 |
| 1271 | 2024-06-05T18:16:07.307Z | Compiling num_threads v0.1.7 |
| 1272 | 2024-06-05T18:16:07.634Z | Compiling percent-encoding v2.3.1 |
| 1273 | 2024-06-05T18:16:07.668Z | Compiling signal-hook v0.3.17 |
| 1274 | 2024-06-05T18:16:07.911Z | Compiling rand_chacha v0.3.1 |
| 1275 | 2024-06-05T18:16:08.073Z | Compiling time v0.3.36 |
| 1276 | 2024-06-05T18:16:08.112Z | Compiling goblin v0.8.2 |
| 1277 | 2024-06-05T18:16:10.296Z | Compiling regex v1.10.4 |
| 1278 | 2024-06-05T18:16:11.525Z | Compiling crc32fast v1.4.0 |
| 1279 | 2024-06-05T18:16:11.952Z | Compiling strsim v0.11.1 |
| 1280 | 2024-06-05T18:16:11.976Z | Compiling pretty-hex v0.4.1 |
| 1281 | 2024-06-05T18:16:13.247Z | Compiling rand v0.8.5 |
| 1282 | 2024-06-05T18:16:13.607Z | Compiling tokio-util v0.7.11 |
| 1283 | 2024-06-05T18:16:13.731Z | Compiling dof v0.3.0 |
| 1284 | 2024-06-05T18:16:14.869Z | Compiling dtrace-parser v0.2.0 |
| 1285 | 2024-06-05T18:16:15.314Z | Compiling async-trait v0.1.80 |
| 1286 | 2024-06-05T18:16:15.689Z | Compiling thread-id v4.2.1 |
| 1287 | 2024-06-05T18:16:15.970Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1288 | 2024-06-05T18:16:16.472Z | Compiling unicode-width v0.1.12 |
| 1289 | 2024-06-05T18:16:16.472Z | Compiling base64ct v1.6.0 |
| 1290 | 2024-06-05T18:16:16.472Z | Compiling foreign-types-shared v0.1.1 |
| 1291 | 2024-06-05T18:16:16.487Z | Compiling smoltcp v0.9.1 |
| 1292 | 2024-06-05T18:16:16.692Z | Compiling foreign-types v0.3.2 |
| 1293 | 2024-06-05T18:16:16.796Z | Compiling pem-rfc7468 v0.7.0 |
| 1294 | 2024-06-05T18:16:18.272Z | Compiling form_urlencoded v1.2.1 |
| 1295 | 2024-06-05T18:16:18.569Z | Compiling hmac v0.12.1 |
| 1296 | 2024-06-05T18:16:18.822Z | Compiling flagset v0.4.5 |
| 1297 | 2024-06-05T18:16:18.836Z | Compiling try-lock v0.2.5 |
| 1298 | 2024-06-05T18:16:19.017Z | Compiling siphasher v0.3.11 |
| 1299 | 2024-06-05T18:16:19.146Z | Compiling base64 v0.21.7 |
| 1300 | 2024-06-05T18:16:19.350Z | Compiling adler v1.0.2 |
| 1301 | 2024-06-05T18:16:19.431Z | Compiling want v0.3.1 |
| 1302 | 2024-06-05T18:16:19.609Z | Compiling miniz_oxide v0.7.2 |
| 1303 | 2024-06-05T18:16:19.716Z | Compiling der v0.7.9 |
| 1304 | 2024-06-05T18:16:21.691Z | Compiling h2 v0.3.26 |
| 1305 | 2024-06-05T18:16:22.875Z | Compiling rustls-webpki v0.101.7 |
| 1306 | 2024-06-05T18:16:22.938Z | Compiling sct v0.7.1 |
| 1307 | 2024-06-05T18:16:23.203Z | Compiling http-body v0.4.6 |
| 1308 | 2024-06-05T18:16:24.304Z | Compiling openapiv3 v2.0.0 |
| 1309 | 2024-06-05T18:16:24.448Z | Compiling hubpack_derive v0.1.1 |
| 1310 | 2024-06-05T18:16:24.583Z | Compiling zerocopy-derive v0.6.6 |
| 1311 | 2024-06-05T18:16:24.772Z | Compiling idna v0.5.0 |
| 1312 | 2024-06-05T18:16:25.262Z | Compiling errno v0.3.9 |
| 1313 | 2024-06-05T18:16:25.518Z | Compiling fs-err v2.11.0 |
| 1314 | 2024-06-05T18:16:25.523Z | Compiling httpdate v1.0.3 |
| 1315 | 2024-06-05T18:16:25.811Z | Compiling tower-service v0.3.2 |
| 1316 | 2024-06-05T18:16:26.137Z | Compiling stable_deref_trait v1.2.0 |
| 1317 | 2024-06-05T18:16:26.193Z | Compiling anstyle v1.0.7 |
| 1318 | 2024-06-05T18:16:26.489Z | Compiling cpufeatures v0.2.12 |
| 1319 | 2024-06-05T18:16:26.581Z | Compiling openssl-probe v0.1.5 |
| 1320 | 2024-06-05T18:16:26.616Z | Compiling spin v0.5.2 |
| 1321 | 2024-06-05T18:16:26.830Z | Compiling utf8parse v0.2.1 |
| 1322 | 2024-06-05T18:16:26.882Z | Compiling finl_unicode v1.2.0 |
| 1323 | 2024-06-05T18:16:27.453Z | Compiling gimli v0.28.1 |
| 1324 | 2024-06-05T18:16:27.466Z | Compiling anstyle-parse v0.2.4 |
| 1325 | 2024-06-05T18:16:27.472Z | Compiling stringprep v0.1.4 |
| 1326 | 2024-06-05T18:16:28.132Z | Compiling sha2 v0.10.8 |
| 1327 | 2024-06-05T18:16:28.471Z | Compiling url v2.5.0 |
| 1328 | 2024-06-05T18:16:28.551Z | Compiling hyper v0.14.28 |
| 1329 | 2024-06-05T18:16:31.786Z | Compiling addr2line v0.21.0 |
| 1330 | 2024-06-05T18:16:32.557Z | Compiling spki v0.7.3 |
| 1331 | 2024-06-05T18:16:34.734Z | Compiling usdt-macro v0.5.0 |
| 1332 | 2024-06-05T18:16:34.734Z | Compiling usdt-attr-macro v0.5.0 |
| 1333 | 2024-06-05T18:16:35.190Z | Compiling md-5 v0.10.6 |
| 1334 | 2024-06-05T18:16:37.802Z | Compiling idna v0.3.0 |
| 1335 | 2024-06-05T18:16:39.278Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1336 | 2024-06-05T18:16:39.407Z | Compiling num-integer v0.1.46 |
| 1337 | 2024-06-05T18:16:39.668Z | Compiling object v0.32.2 |
| 1338 | 2024-06-05T18:16:39.941Z | Compiling hash32 v0.2.1 |
| 1339 | 2024-06-05T18:16:40.008Z | Compiling rustc-demangle v0.1.24 |
| 1340 | 2024-06-05T18:16:42.256Z | Compiling is_terminal_polyfill v1.70.0 |
| 1341 | 2024-06-05T18:16:42.443Z | Compiling psl-types v2.0.11 |
| 1342 | 2024-06-05T18:16:42.584Z | Compiling colorchoice v1.0.1 |
| 1343 | 2024-06-05T18:16:43.290Z | Compiling fallible-iterator v0.2.0 |
| 1344 | 2024-06-05T18:16:44.152Z | Compiling anstyle-query v1.0.3 |
| 1345 | 2024-06-05T18:16:44.260Z | Compiling anstream v0.6.14 |
| 1346 | 2024-06-05T18:17:02.280Z | Compiling postgres-protocol v0.6.6 |
| 1347 | 2024-06-05T18:17:02.479Z | Compiling publicsuffix v2.2.3 |
| 1348 | 2024-06-05T18:17:02.782Z | Compiling lazy_static v1.4.0 |
| 1349 | 2024-06-05T18:17:02.782Z | Compiling diesel_derives v2.1.4 |
| 1350 | 2024-06-05T18:17:02.782Z | Compiling tokio-rustls v0.24.1 |
| 1351 | 2024-06-05T18:17:02.782Z | Compiling pkcs8 v0.10.2 |
| 1352 | 2024-06-05T18:17:02.782Z | Compiling terminal_size v0.3.0 |
| 1353 | 2024-06-05T18:17:02.782Z | Compiling tokio-native-tls v0.3.1 |
| 1354 | 2024-06-05T18:17:02.782Z | Compiling phf_shared v0.11.2 |
| 1355 | 2024-06-05T18:17:02.782Z | Compiling strum_macros v0.25.3 |
| 1356 | 2024-06-05T18:17:02.782Z | Compiling block-padding v0.3.3 |
| 1357 | 2024-06-05T18:17:02.782Z | Compiling regress v0.9.1 |
| 1358 | 2024-06-05T18:17:02.782Z | Compiling enum-as-inner v0.5.1 |
| 1359 | 2024-06-05T18:17:02.782Z | Compiling clap_derive v4.5.4 |
| 1360 | 2024-06-05T18:17:02.782Z | Compiling serde_repr v0.1.19 |
| 1361 | 2024-06-05T18:17:02.782Z | Compiling ff v0.13.0 |
| 1362 | 2024-06-05T18:17:02.782Z | Compiling scheduled-thread-pool v0.2.7 |
| 1363 | 2024-06-05T18:17:02.782Z | Compiling encoding_rs v0.8.34 |
| 1364 | 2024-06-05T18:17:02.782Z | Compiling managed v0.8.0 |
| 1365 | 2024-06-05T18:17:02.910Z | Compiling bit-vec v0.6.3 |
| 1366 | 2024-06-05T18:17:03.118Z | Compiling base16ct v0.2.0 |
| 1367 | 2024-06-05T18:17:03.181Z | Compiling bitflags v1.3.2 |
| 1368 | 2024-06-05T18:17:03.410Z | Compiling either v1.12.0 |
| 1369 | 2024-06-05T18:17:03.526Z | Compiling clap_lex v0.7.0 |
| 1370 | 2024-06-05T18:17:03.983Z | Compiling mime v0.3.17 |
| 1371 | 2024-06-05T18:17:04.107Z | Compiling ipnet v2.9.0 |
| 1372 | 2024-06-05T18:17:04.658Z | Compiling matches v0.1.10 |
| 1373 | 2024-06-05T18:17:05.116Z | Compiling idna v0.2.3 |
| 1374 | 2024-06-05T18:17:05.287Z | Compiling clap_builder v4.5.2 |
| 1375 | 2024-06-05T18:17:05.557Z | Compiling sec1 v0.7.3 |
| 1376 | 2024-06-05T18:17:08.161Z | Compiling r2d2 v0.8.10 |
| 1377 | 2024-06-05T18:17:08.241Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1378 | 2024-06-05T18:17:10.176Z | Compiling group v0.13.0 |
| 1379 | 2024-06-05T18:17:12.840Z | Compiling inout v0.1.3 |
| 1380 | 2024-06-05T18:17:13.078Z | Compiling phf v0.11.2 |
| 1381 | 2024-06-05T18:17:13.284Z | Compiling hyper-tls v0.5.0 |
| 1382 | 2024-06-05T18:17:13.401Z | Compiling signal-hook-mio v0.2.3 |
| 1383 | 2024-06-05T18:17:13.430Z | Compiling hyper-rustls v0.24.2 |
| 1384 | 2024-06-05T18:17:13.565Z | Compiling cookie_store v0.20.0 |
| 1385 | 2024-06-05T18:17:13.636Z | Compiling postgres-types v0.2.6 |
| 1386 | 2024-06-05T18:17:13.840Z | Compiling num-bigint v0.4.5 |
| 1387 | 2024-06-05T18:17:14.230Z | Compiling zerocopy v0.6.6 |
| 1388 | 2024-06-05T18:17:15.065Z | Compiling hubpack v0.1.2 |
| 1389 | 2024-06-05T18:17:15.086Z | Compiling rustls-pemfile v1.0.4 |
| 1390 | 2024-06-05T18:17:15.100Z | Compiling phf_shared v0.10.0 |
| 1391 | 2024-06-05T18:17:15.467Z | Compiling hkdf v0.12.4 |
| 1392 | 2024-06-05T18:17:15.488Z | Compiling serde_urlencoded v0.7.1 |
| 1393 | 2024-06-05T18:17:15.691Z | Compiling crossbeam-epoch v0.9.18 |
| 1394 | 2024-06-05T18:17:16.046Z | Compiling ipnetwork v0.20.0 |
| 1395 | 2024-06-05T18:17:17.274Z | Compiling futures-executor v0.3.30 |
| 1396 | 2024-06-05T18:17:17.313Z | Compiling crypto-bigint v0.5.5 |
| 1397 | 2024-06-05T18:17:17.467Z | Compiling float-cmp v0.9.0 |
| 1398 | 2024-06-05T18:17:17.540Z | Compiling memmap v0.7.0 |
| 1399 | 2024-06-05T18:17:17.928Z | Compiling sync_wrapper v0.1.2 |
| 1400 | 2024-06-05T18:17:19.315Z | Compiling whoami v1.5.1 |
| 1401 | 2024-06-05T18:17:19.908Z | Compiling predicates-core v1.0.6 |
| 1402 | 2024-06-05T18:17:20.103Z | Compiling difflib v0.4.0 |
| 1403 | 2024-06-05T18:17:20.227Z | Compiling precomputed-hash v0.1.1 |
| 1404 | 2024-06-05T18:17:20.348Z | Compiling minimal-lexical v0.2.1 |
| 1405 | 2024-06-05T18:17:20.591Z | Compiling static_assertions v1.1.0 |
| 1406 | 2024-06-05T18:17:20.693Z | Compiling data-encoding v2.6.0 |
| 1407 | 2024-06-05T18:17:20.815Z | Compiling unicode-segmentation v1.11.0 |
| 1408 | 2024-06-05T18:17:20.847Z | Compiling new_debug_unreachable v1.0.6 |
| 1409 | 2024-06-05T18:17:20.944Z | Compiling fixedbitset v0.4.2 |
| 1410 | 2024-06-05T18:17:21.255Z | Compiling webpki-roots v0.25.4 |
| 1411 | 2024-06-05T18:17:21.361Z | Compiling winnow v0.6.8 |
| 1412 | 2024-06-05T18:17:21.381Z | Compiling normalize-line-endings v0.3.0 |
| 1413 | 2024-06-05T18:17:21.410Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1414 | 2024-06-05T18:17:21.491Z | Compiling predicates v3.1.0 |
| 1415 | 2024-06-05T18:17:21.497Z | Compiling similar v2.5.0 |
| 1416 | 2024-06-05T18:17:21.597Z | Compiling reqwest v0.11.27 |
| 1417 | 2024-06-05T18:17:22.359Z | Compiling trust-dns-proto v0.22.0 |
| 1418 | 2024-06-05T18:17:23.073Z | Compiling petgraph v0.6.5 |
| 1419 | 2024-06-05T18:17:23.557Z | Compiling string_cache v0.8.7 |
| 1420 | 2024-06-05T18:17:23.987Z | Compiling nom v7.1.3 |
| 1421 | 2024-06-05T18:17:25.033Z | Compiling toml_edit v0.22.13 |
| 1422 | 2024-06-05T18:17:25.366Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1423 | 2024-06-05T18:17:27.029Z | Compiling elliptic-curve v0.13.8 |
| 1424 | 2024-06-05T18:17:27.631Z | Compiling tokio-postgres v0.7.10 |
| 1425 | 2024-06-05T18:17:27.744Z | Compiling usdt v0.5.0 |
| 1426 | 2024-06-05T18:17:29.683Z | Compiling futures v0.3.30 |
| 1427 | 2024-06-05T18:17:29.687Z | Compiling yasna v0.5.2 |
| 1428 | 2024-06-05T18:17:29.799Z | Compiling diesel v2.1.6 |
| 1429 | 2024-06-05T18:17:31.030Z | Compiling crossterm v0.27.0 |
| 1430 | 2024-06-05T18:17:31.361Z | Compiling flate2 v1.0.30 |
| 1431 | 2024-06-05T18:17:31.763Z | Compiling cipher v0.4.4 |
| 1432 | 2024-06-05T18:17:32.285Z | Compiling clap v4.5.4 |
| 1433 | 2024-06-05T18:17:32.397Z | Compiling itertools v0.10.5 |
| 1434 | 2024-06-05T18:17:32.440Z | Compiling itertools v0.12.1 |
| 1435 | 2024-06-05T18:17:32.487Z | Compiling bit-set v0.5.3 |
| 1436 | 2024-06-05T18:17:32.944Z | Compiling console v0.15.8 |
| 1437 | 2024-06-05T18:17:34.247Z | Compiling num-iter v0.1.45 |
| 1438 | 2024-06-05T18:17:34.496Z | Compiling tokio-stream v0.1.15 |
| 1439 | 2024-06-05T18:17:34.682Z | Compiling toml v0.7.8 |
| 1440 | 2024-06-05T18:17:35.122Z | Compiling bstr v1.9.1 |
| 1441 | 2024-06-05T18:17:35.265Z | Compiling hex v0.4.3 |
| 1442 | 2024-06-05T18:17:35.860Z | Compiling unicode-xid v0.2.4 |
| 1443 | 2024-06-05T18:17:36.019Z | Compiling peg-runtime v0.8.3 |
| 1444 | 2024-06-05T18:17:36.099Z | Compiling lalrpop-util v0.19.12 |
| 1445 | 2024-06-05T18:17:36.610Z | Compiling proc-macro-crate v1.3.1 |
| 1446 | 2024-06-05T18:17:37.136Z | Compiling camino v1.1.7 |
| 1447 | 2024-06-05T18:17:37.665Z | Compiling heapless v0.8.0 |
| 1448 | 2024-06-05T18:17:40.427Z | Compiling num_enum_derive v0.5.11 |
| 1449 | 2024-06-05T18:17:45.719Z | Compiling hash32 v0.3.1 |
| 1450 | 2024-06-05T18:17:45.851Z | Compiling ident_case v1.0.1 |
| 1451 | 2024-06-05T18:17:45.939Z | Compiling smoltcp v0.11.0 |
| 1452 | 2024-06-05T18:17:45.964Z | Compiling rustls-pki-types v1.7.0 |
| 1453 | 2024-06-05T18:17:46.693Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1454 | 2024-06-05T18:17:52.508Z | Compiling darling_core v0.20.9 |
| 1455 | 2024-06-05T18:18:00.807Z | Compiling num_enum v0.5.11 |
| 1456 | 2024-06-05T18:18:03.645Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1457 | 2024-06-05T18:18:03.651Z | Compiling getopts v0.2.21 |
| 1458 | 2024-06-05T18:18:04.491Z | Compiling dirs-sys-next v0.1.2 |
| 1459 | 2024-06-05T18:18:05.062Z | Compiling proc-macro-error-attr v1.0.4 |
| 1460 | 2024-06-05T18:18:05.341Z | Compiling cobs v0.2.3 |
| 1461 | 2024-06-05T18:18:06.202Z | Compiling paste v1.0.15 |
| 1462 | 2024-06-05T18:18:06.254Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1463 | 2024-06-05T18:18:06.377Z | Compiling unsafe-libyaml v0.2.11 |
| 1464 | 2024-06-05T18:18:06.526Z | Compiling rustls v0.22.4 |
| 1465 | 2024-06-05T18:18:06.675Z | Compiling embedded-io v0.4.0 |
| 1466 | 2024-06-05T18:18:06.790Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1467 | 2024-06-05T18:18:06.917Z | Compiling postcard v1.0.8 |
| 1468 | 2024-06-05T18:18:07.849Z | Compiling serde_yaml v0.9.34+deprecated |
| 1469 | 2024-06-05T18:18:11.513Z | Compiling dirs-next v2.0.0 |
| 1470 | 2024-06-05T18:18:12.163Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1471 | 2024-06-05T18:18:14.250Z | Compiling darling_macro v0.20.9 |
| 1472 | 2024-06-05T18:18:15.555Z | Compiling rustls-webpki v0.102.4 |
| 1473 | 2024-06-05T18:18:23.261Z | Compiling strum_macros v0.26.2 |
| 1474 | 2024-06-05T18:18:24.223Z | Compiling structmeta-derive v0.3.0 |
| 1475 | 2024-06-05T18:18:24.228Z | Compiling foreign-types-macros v0.2.3 |
| 1476 | 2024-06-05T18:18:24.900Z | Compiling thread_local v1.1.8 |
| 1477 | 2024-06-05T18:18:25.412Z | Compiling multer v3.1.0 |
| 1478 | 2024-06-05T18:18:25.635Z | Compiling proc-macro-error v1.0.4 |
| 1479 | 2024-06-05T18:18:25.684Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1480 | 2024-06-05T18:18:26.524Z | Compiling match_cfg v0.1.0 |
| 1481 | 2024-06-05T18:18:27.191Z | Compiling slog-async v2.8.0 |
| 1482 | 2024-06-05T18:18:28.278Z | Compiling foreign-types-shared v0.3.1 |
| 1483 | 2024-06-05T18:18:28.402Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1484 | 2024-06-05T18:18:28.526Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1485 | 2024-06-05T18:18:28.563Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1486 | 2024-06-05T18:18:29.302Z | Compiling foreign-types v0.5.0 |
| 1487 | 2024-06-05T18:18:32.046Z | Compiling strum v0.26.2 |
| 1488 | 2024-06-05T18:18:33.046Z | Compiling hostname v0.3.1 |
| 1489 | 2024-06-05T18:18:33.782Z | Compiling structmeta v0.3.0 |
| 1490 | 2024-06-05T18:18:39.272Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1491 | 2024-06-05T18:18:39.778Z | Compiling darling v0.20.9 |
| 1492 | 2024-06-05T18:18:43.236Z | Compiling term v0.7.0 |
| 1493 | 2024-06-05T18:18:49.669Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1494 | 2024-06-05T18:18:52.853Z | Compiling slog-json v2.6.1 |
| 1495 | 2024-06-05T18:18:53.378Z | Compiling tabwriter v1.4.0 |
| 1496 | 2024-06-05T18:18:53.594Z | Compiling crossbeam-channel v0.5.12 |
| 1497 | 2024-06-05T18:18:54.447Z | Compiling http v1.1.0 |
| 1498 | 2024-06-05T18:18:54.881Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1499 | 2024-06-05T18:18:55.139Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1500 | 2024-06-05T18:18:55.285Z | Compiling async-stream-impl v0.3.5 |
| 1501 | 2024-06-05T18:18:55.343Z | Compiling cstr-argument v0.1.2 |
| 1502 | 2024-06-05T18:18:55.607Z | Compiling is-terminal v0.4.12 |
| 1503 | 2024-06-05T18:18:56.112Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1504 | 2024-06-05T18:18:56.112Z | Compiling crucible-workspace-hack v0.1.0 |
| 1505 | 2024-06-05T18:18:56.112Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 1506 | 2024-06-05T18:18:56.112Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1507 | 2024-06-05T18:18:56.206Z | Compiling take_mut v0.2.2 |
| 1508 | 2024-06-05T18:18:56.270Z | Compiling pretty-hex v0.2.1 |
| 1509 | 2024-06-05T18:18:56.370Z | Compiling rayon-core v1.12.1 |
| 1510 | 2024-06-05T18:18:56.465Z | Compiling atomic-waker v1.1.2 |
| 1511 | 2024-06-05T18:18:56.637Z | Compiling fastrand v2.1.0 |
| 1512 | 2024-06-05T18:18:56.658Z | Compiling base64 v0.22.1 |
| 1513 | 2024-06-05T18:18:56.965Z | Compiling waitgroup v0.1.2 |
| 1514 | 2024-06-05T18:18:57.016Z | Compiling async-stream v0.3.5 |
| 1515 | 2024-06-05T18:18:57.217Z | Compiling rustls-pemfile v2.1.2 |
| 1516 | 2024-06-05T18:18:57.350Z | Compiling tempfile v3.10.1 |
| 1517 | 2024-06-05T18:18:57.368Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1518 | 2024-06-05T18:18:58.300Z | Compiling slog-term v2.9.1 |
| 1519 | 2024-06-05T18:18:59.162Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1520 | 2024-06-05T18:18:59.698Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1521 | 2024-06-05T18:18:59.705Z | Compiling slog-bunyan v2.5.0 |
| 1522 | 2024-06-05T18:19:00.107Z | Compiling tokio-rustls v0.25.0 |
| 1523 | 2024-06-05T18:19:00.532Z | Compiling serde_with_macros v3.8.1 |
| 1524 | 2024-06-05T18:19:00.584Z | Compiling parse-display-derive v0.9.0 |
| 1525 | 2024-06-05T18:19:00.660Z | Compiling toml v0.8.13 |
| 1526 | 2024-06-05T18:19:00.885Z | Compiling sha1 v0.10.6 |
| 1527 | 2024-06-05T18:19:01.169Z | Compiling crossbeam-deque v0.8.5 |
| 1528 | 2024-06-05T18:19:01.554Z | Compiling colored v2.1.0 |
| 1529 | 2024-06-05T18:19:01.703Z | Compiling newtype-uuid v1.1.0 |
| 1530 | 2024-06-05T18:19:02.048Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1531 | 2024-06-05T18:19:03.318Z | Compiling serde_path_to_error v0.1.16 |
| 1532 | 2024-06-05T18:19:03.332Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1533 | 2024-06-05T18:19:03.947Z | Compiling socket2 v0.4.10 |
| 1534 | 2024-06-05T18:19:03.953Z | Compiling hostname v0.4.0 |
| 1535 | 2024-06-05T18:19:04.065Z | Compiling instant v0.1.12 |
| 1536 | 2024-06-05T18:19:04.233Z | Compiling debug-ignore v1.0.5 |
| 1537 | 2024-06-05T18:19:04.251Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1538 | 2024-06-05T18:19:04.633Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1539 | 2024-06-05T18:19:04.650Z | Compiling parse-display v0.9.0 |
| 1540 | 2024-06-05T18:19:06.573Z | Compiling backoff v0.4.0 |
| 1541 | 2024-06-05T18:19:07.059Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1542 | 2024-06-05T18:19:07.152Z | Compiling serde_with v3.8.1 |
| 1543 | 2024-06-05T18:19:07.435Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1544 | 2024-06-05T18:19:07.929Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1545 | 2024-06-05T18:19:09.311Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1546 | 2024-06-05T18:19:10.141Z | Compiling camino-tempfile v1.1.1 |
| 1547 | 2024-06-05T18:19:10.909Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1548 | 2024-06-05T18:19:11.428Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1549 | 2024-06-05T18:19:11.543Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
| 1550 | 2024-06-05T18:19:11.614Z | Compiling macaddr v1.0.1 |
| 1551 | 2024-06-05T18:19:11.679Z | Compiling num-derive v0.4.2 |
| 1552 | 2024-06-05T18:19:12.241Z | Compiling sigpipe v0.1.3 |
| 1553 | 2024-06-05T18:19:12.383Z | Compiling libefi-sys v0.1.0 |
| 1554 | 2024-06-05T18:19:12.685Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1555 | 2024-06-05T18:19:12.844Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1556 | 2024-06-05T18:19:13.250Z | Compiling rayon v1.10.0 |
| 1557 | 2024-06-05T18:19:14.012Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1558 | 2024-06-05T18:19:14.320Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 1559 | 2024-06-05T18:19:15.494Z | Compiling smf v0.2.3 |
| 1560 | 2024-06-05T18:19:15.643Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1561 | 2024-06-05T18:19:16.002Z | Compiling ring v0.16.20 |
| 1562 | 2024-06-05T18:19:16.140Z | Compiling blake3 v1.5.1 |
| 1563 | 2024-06-05T18:19:16.693Z | Compiling portable-atomic v1.6.0 |
| 1564 | 2024-06-05T18:19:18.131Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1565 | 2024-06-05T18:19:18.226Z | Compiling xattr v1.3.1 |
| 1566 | 2024-06-05T18:19:18.432Z | Compiling filetime v0.2.23 |
| 1567 | 2024-06-05T18:19:18.535Z | Compiling memmap2 v0.9.4 |
| 1568 | 2024-06-05T18:19:18.776Z | Compiling constant_time_eq v0.3.0 |
| 1569 | 2024-06-05T18:19:18.946Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1570 | 2024-06-05T18:19:19.133Z | Compiling untrusted v0.7.1 |
| 1571 | 2024-06-05T18:19:19.258Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1572 | 2024-06-05T18:19:19.276Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1573 | 2024-06-05T18:19:19.290Z | Compiling same-file v1.0.6 |
| 1574 | 2024-06-05T18:19:19.333Z | Compiling arrayref v0.3.7 |
| 1575 | 2024-06-05T18:19:19.439Z | Compiling arrayvec v0.7.4 |
| 1576 | 2024-06-05T18:19:19.552Z | Compiling walkdir v2.5.0 |
| 1577 | 2024-06-05T18:19:21.141Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1578 | 2024-06-05T18:19:22.183Z | Compiling tar v0.4.40 |
| 1579 | 2024-06-05T18:19:22.621Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1580 | 2024-06-05T18:19:23.857Z | Compiling gethostname v0.4.3 |
| 1581 | 2024-06-05T18:19:24.160Z | Compiling topological-sort v0.2.2 |
| 1582 | 2024-06-05T18:19:24.596Z | Compiling number_prefix v0.4.0 |
| 1583 | 2024-06-05T18:19:24.707Z | Compiling indicatif v0.17.8 |
| 1584 | 2024-06-05T18:19:25.001Z | Compiling omicron-zone-package v0.11.0 |
| 1585 | 2024-06-05T18:19:26.907Z | Compiling swrite v0.1.0 |
| 1586 | 2024-06-05T18:19:29.704Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1587 | 2024-06-05T18:19:32.763Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1588 | 2024-06-05T18:19:33.891Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1589 | 2024-06-05T18:19:35.352Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1590 | 2024-06-05T18:19:53.279Z | Finished `release` profile [optimized] target(s) in 4m 28s |
| 1591 | 2024-06-05T18:19:53.400Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1592 | 2024-06-05T18:19:53.438Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1593 | 2024-06-05T18:19:53.441Z | Created new build target 'test' and set it as active |
| 1594 | 2024-06-05T18:19:53.442Z | |
| 1595 | 2024-06-05T18:19:53.442Z | real 4:28.549602718 |
| 1596 | 2024-06-05T18:19:53.442Z | user 30:13.028066435 |
| 1597 | 2024-06-05T18:19:53.442Z | sys 3:55.755723694 |
| 1598 | 2024-06-05T18:19:53.442Z | trap 0.912228512 |
| 1599 | 2024-06-05T18:19:53.442Z | tflt 2.147880801 |
| 1600 | 2024-06-05T18:19:53.442Z | dflt 1.284240758 |
| 1601 | 2024-06-05T18:19:53.442Z | kflt 0.020543260 |
| 1602 | 2024-06-05T18:19:53.442Z | lock 1:03:28.214004170 |
| 1603 | 2024-06-05T18:19:53.442Z | slp 1:25:12.086961564 |
| 1604 | 2024-06-05T18:19:53.442Z | lat 2:01.296728436 |
| 1605 | 2024-06-05T18:19:53.442Z | stop 3:00.090649834 |
| 1606 | 2024-06-05T18:19:53.442Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1607 | 2024-06-05T18:19:54.320Z | Finished `release` profile [optimized] target(s) in 0.83s |
| 1608 | 2024-06-05T18:19:54.364Z | Running `target/release/omicron-package -t test package` |
| 1609 | 2024-06-05T18:19:54.393Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1610 | 2024-06-05T18:19:55.324Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1611 | 2024-06-05T18:19:55.418Z | Compiling newline-converter v0.3.0 |
| 1612 | 2024-06-05T18:19:55.427Z | Compiling humantime v2.1.0 |
| 1613 | 2024-06-05T18:19:55.430Z | Compiling derive-where v1.2.7 |
| 1614 | 2024-06-05T18:19:55.446Z | Compiling convert_case v0.4.0 |
| 1615 | 2024-06-05T18:19:55.458Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1616 | 2024-06-05T18:19:55.461Z | Compiling password-hash v0.5.0 |
| 1617 | 2024-06-05T18:19:55.461Z | Compiling blake2 v0.10.6 |
| 1618 | 2024-06-05T18:19:55.568Z | Compiling expectorate v1.1.0 |
| 1619 | 2024-06-05T18:19:55.638Z | Compiling linked-hash-map v0.5.6 |
| 1620 | 2024-06-05T18:19:55.759Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1621 | 2024-06-05T18:19:56.029Z | Compiling argon2 v0.5.3 |
| 1622 | 2024-06-05T18:19:56.224Z | Compiling derive_more v0.99.17 |
| 1623 | 2024-06-05T18:19:56.241Z | Compiling lru-cache v0.1.2 |
| 1624 | 2024-06-05T18:19:56.439Z | Compiling semver v0.1.20 |
| 1625 | 2024-06-05T18:19:56.698Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1626 | 2024-06-05T18:19:57.009Z | Compiling rustc_version v0.1.7 |
| 1627 | 2024-06-05T18:19:57.321Z | Compiling home v0.5.9 |
| 1628 | 2024-06-05T18:19:57.441Z | Compiling newtype_derive v0.1.6 |
| 1629 | 2024-06-05T18:19:57.554Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1630 | 2024-06-05T18:19:57.756Z | Compiling slog-dtrace v0.3.0 |
| 1631 | 2024-06-05T18:19:57.913Z | Compiling steno v0.4.0 |
| 1632 | 2024-06-05T18:19:58.045Z | Compiling quick-error v1.2.3 |
| 1633 | 2024-06-05T18:19:58.194Z | Compiling resolv-conf v0.7.0 |
| 1634 | 2024-06-05T18:19:58.664Z | Compiling trust-dns-resolver v0.22.0 |
| 1635 | 2024-06-05T18:19:59.890Z | Compiling termcolor v1.4.1 |
| 1636 | 2024-06-05T18:20:00.162Z | Compiling utf-8 v0.7.6 |
| 1637 | 2024-06-05T18:20:00.513Z | Compiling num-rational v0.4.2 |
| 1638 | 2024-06-05T18:20:00.996Z | Compiling num-complex v0.4.6 |
| 1639 | 2024-06-05T18:20:02.237Z | Compiling num v0.4.3 |
| 1640 | 2024-06-05T18:20:02.312Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1641 | 2024-06-05T18:20:02.349Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1642 | 2024-06-05T18:20:03.415Z | Compiling nibble_vec v0.1.0 |
| 1643 | 2024-06-05T18:20:03.431Z | Compiling display-error-chain v0.2.0 |
| 1644 | 2024-06-05T18:20:03.432Z | Compiling radium v0.7.0 |
| 1645 | 2024-06-05T18:20:03.432Z | Compiling endian-type v0.1.2 |
| 1646 | 2024-06-05T18:20:03.539Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1647 | 2024-06-05T18:20:03.672Z | Compiling radix_trie v0.2.1 |
| 1648 | 2024-06-05T18:20:03.865Z | Compiling tungstenite v0.20.1 |
| 1649 | 2024-06-05T18:20:04.609Z | Compiling maybe-uninit v2.0.0 |
| 1650 | 2024-06-05T18:20:05.046Z | Compiling tap v1.0.1 |
| 1651 | 2024-06-05T18:20:05.226Z | Compiling wyz v0.5.1 |
| 1652 | 2024-06-05T18:20:05.764Z | Compiling tokio-tungstenite v0.20.1 |
| 1653 | 2024-06-05T18:20:06.940Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1654 | 2024-06-05T18:20:07.394Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1655 | 2024-06-05T18:20:08.013Z | Compiling num-bigint-dig v0.8.4 |
| 1656 | 2024-06-05T18:20:08.295Z | Compiling packed_struct v0.10.1 |
| 1657 | 2024-06-05T18:20:08.693Z | Compiling funty v2.0.0 |
| 1658 | 2024-06-05T18:20:09.140Z | Compiling arc-swap v1.7.1 |
| 1659 | 2024-06-05T18:20:09.751Z | Compiling crc-catalog v2.4.0 |
| 1660 | 2024-06-05T18:20:09.812Z | Compiling cancel-safe-futures v0.1.5 |
| 1661 | 2024-06-05T18:20:09.901Z | Compiling bitvec v1.0.1 |
| 1662 | 2024-06-05T18:20:10.148Z | Compiling crc v3.2.1 |
| 1663 | 2024-06-05T18:20:11.421Z | Compiling slog-scope v4.4.0 |
| 1664 | 2024-06-05T18:20:12.430Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1665 | 2024-06-05T18:20:14.440Z | Compiling packed_struct_codegen v0.10.1 |
| 1666 | 2024-06-05T18:20:17.507Z | Compiling fxhash v0.2.1 |
| 1667 | 2024-06-05T18:20:17.513Z | Compiling dirs-sys-next v0.1.2 |
| 1668 | 2024-06-05T18:20:17.513Z | Compiling indexmap v1.9.3 |
| 1669 | 2024-06-05T18:20:17.617Z | Compiling nodrop v0.1.14 |
| 1670 | 2024-06-05T18:20:17.746Z | Compiling crunchy v0.2.2 |
| 1671 | 2024-06-05T18:20:17.761Z | Compiling glob v0.3.1 |
| 1672 | 2024-06-05T18:20:18.217Z | Compiling array-init v0.0.4 |
| 1673 | 2024-06-05T18:20:18.561Z | Compiling clang-sys v1.7.0 |
| 1674 | 2024-06-05T18:20:19.246Z | Compiling dirs-next v2.0.0 |
| 1675 | 2024-06-05T18:20:19.608Z | Compiling smallvec v0.6.14 |
| 1676 | 2024-06-05T18:20:20.314Z | Compiling slog-stdlog v4.1.1 |
| 1677 | 2024-06-05T18:20:21.201Z | Compiling rayon-core v1.12.1 |
| 1678 | 2024-06-05T18:20:21.214Z | Compiling pkcs1 v0.7.5 |
| 1679 | 2024-06-05T18:20:21.244Z | Compiling signature v2.2.0 |
| 1680 | 2024-06-05T18:20:21.524Z | Compiling crossbeam-deque v0.8.5 |
| 1681 | 2024-06-05T18:20:21.872Z | Compiling half v2.4.1 |
| 1682 | 2024-06-05T18:20:22.593Z | Compiling fastrand v2.1.0 |
| 1683 | 2024-06-05T18:20:23.105Z | Compiling maplit v1.0.2 |
| 1684 | 2024-06-05T18:20:23.240Z | Compiling prettyplease v0.2.20 |
| 1685 | 2024-06-05T18:20:23.506Z | Compiling ciborium-io v0.2.2 |
| 1686 | 2024-06-05T18:20:23.563Z | Compiling same-file v1.0.6 |
| 1687 | 2024-06-05T18:20:23.683Z | Compiling bitfield v0.14.0 |
| 1688 | 2024-06-05T18:20:23.785Z | Compiling hashbrown v0.12.3 |
| 1689 | 2024-06-05T18:20:23.994Z | Compiling tiny-keccak v2.0.2 |
| 1690 | 2024-06-05T18:20:24.298Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1691 | 2024-06-05T18:20:25.158Z | Compiling walkdir v2.5.0 |
| 1692 | 2024-06-05T18:20:25.802Z | Compiling ciborium-ll v0.2.2 |
| 1693 | 2024-06-05T18:20:26.273Z | Compiling tempfile v3.10.1 |
| 1694 | 2024-06-05T18:20:26.283Z | Compiling rsa v0.9.6 |
| 1695 | 2024-06-05T18:20:27.579Z | Compiling slog-envlogger v2.2.0 |
| 1696 | 2024-06-05T18:20:28.729Z | Compiling serde-hex v0.1.0 |
| 1697 | 2024-06-05T18:20:30.609Z | Compiling bzip2 v0.4.4 |
| 1698 | 2024-06-05T18:20:30.701Z | Compiling term v0.7.0 |
| 1699 | 2024-06-05T18:20:30.742Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1700 | 2024-06-05T18:20:31.016Z | Compiling env_logger v0.10.2 |
| 1701 | 2024-06-05T18:20:31.475Z | Compiling camino v1.1.7 |
| 1702 | 2024-06-05T18:20:31.545Z | Compiling x509-cert v0.2.5 |
| 1703 | 2024-06-05T18:20:31.824Z | Compiling ron v0.8.1 |
| 1704 | 2024-06-05T18:20:33.485Z | Compiling hashbrown v0.13.2 |
| 1705 | 2024-06-05T18:20:33.769Z | Compiling crc-any v2.5.0 |
| 1706 | 2024-06-05T18:20:34.167Z | Compiling blake3 v1.5.1 |
| 1707 | 2024-06-05T18:20:34.556Z | Compiling ring v0.16.20 |
| 1708 | 2024-06-05T18:20:34.684Z | Compiling object v0.30.4 |
| 1709 | 2024-06-05T18:20:34.766Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1710 | 2024-06-05T18:20:37.219Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1711 | 2024-06-05T18:20:37.866Z | Compiling ascii-canvas v3.0.0 |
| 1712 | 2024-06-05T18:20:38.058Z | Compiling zip v0.6.6 |
| 1713 | 2024-06-05T18:20:38.094Z | Compiling rayon v1.10.0 |
| 1714 | 2024-06-05T18:20:38.393Z | Compiling ciborium v0.2.2 |
| 1715 | 2024-06-05T18:20:40.587Z | Compiling xattr v1.3.1 |
| 1716 | 2024-06-05T18:20:40.887Z | Compiling ena v0.14.3 |
| 1717 | 2024-06-05T18:20:40.904Z | Compiling filetime v0.2.23 |
| 1718 | 2024-06-05T18:20:41.257Z | Compiling memmap2 v0.9.4 |
| 1719 | 2024-06-05T18:20:41.322Z | Compiling is-terminal v0.4.12 |
| 1720 | 2024-06-05T18:20:41.381Z | Compiling atty v0.2.14 |
| 1721 | 2024-06-05T18:20:41.532Z | Compiling libloading v0.8.3 |
| 1722 | 2024-06-05T18:20:41.620Z | Compiling diff v0.1.13 |
| 1723 | 2024-06-05T18:20:41.925Z | Compiling bindgen v0.69.4 |
| 1724 | 2024-06-05T18:20:42.164Z | Compiling constant_time_eq v0.3.0 |
| 1725 | 2024-06-05T18:20:42.304Z | Compiling regex-syntax v0.6.29 |
| 1726 | 2024-06-05T18:20:42.356Z | Compiling arrayref v0.3.7 |
| 1727 | 2024-06-05T18:20:54.864Z | Compiling arrayvec v0.7.4 |
| 1728 | 2024-06-05T18:20:54.972Z | Compiling untrusted v0.7.1 |
| 1729 | 2024-06-05T18:20:54.972Z | Compiling path-slash v0.1.5 |
| 1730 | 2024-06-05T18:20:54.972Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 1731 | 2024-06-05T18:20:55.022Z | Compiling lalrpop v0.19.12 |
| 1732 | 2024-06-05T18:20:55.023Z | Compiling tar v0.4.40 |
| 1733 | 2024-06-05T18:20:55.023Z | Compiling camino-tempfile v1.1.1 |
| 1734 | 2024-06-05T18:20:55.023Z | Compiling toolchain_find v0.4.0 |
| 1735 | 2024-06-05T18:20:55.023Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1736 | 2024-06-05T18:20:55.023Z | Compiling which v4.4.2 |
| 1737 | 2024-06-05T18:20:55.023Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 1738 | 2024-06-05T18:20:55.023Z | Compiling toml v0.8.13 |
| 1739 | 2024-06-05T18:20:55.023Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1740 | 2024-06-05T18:20:55.023Z | Compiling cexpr v0.6.0 |
| 1741 | 2024-06-05T18:20:55.023Z | Compiling libsw v3.3.1 |
| 1742 | 2024-06-05T18:20:55.023Z | Compiling rustc-hash v1.1.0 |
| 1743 | 2024-06-05T18:20:55.023Z | Compiling topological-sort v0.2.2 |
| 1744 | 2024-06-05T18:20:55.023Z | Compiling parking_lot_core v0.8.6 |
| 1745 | 2024-06-05T18:20:55.023Z | Compiling ref-cast v1.0.23 |
| 1746 | 2024-06-05T18:20:55.023Z | Compiling shlex v1.3.0 |
| 1747 | 2024-06-05T18:20:55.023Z | Compiling linear-map v1.2.0 |
| 1748 | 2024-06-05T18:20:55.023Z | Compiling owo-colors v4.0.0 |
| 1749 | 2024-06-05T18:20:55.023Z | Compiling lazycell v1.3.0 |
| 1750 | 2024-06-05T18:20:55.105Z | Compiling omicron-zone-package v0.11.0 |
| 1751 | 2024-06-05T18:20:56.371Z | Compiling rustfmt-wrapper v0.2.1 |
| 1752 | 2024-06-05T18:20:56.957Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1753 | 2024-06-05T18:20:57.269Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1754 | 2024-06-05T18:20:57.495Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1755 | 2024-06-05T18:20:59.286Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1756 | 2024-06-05T18:20:59.403Z | Compiling derive_builder_core v0.20.0 |
| 1757 | 2024-06-05T18:21:00.840Z | Compiling headers-core v0.2.0 |
| 1758 | 2024-06-05T18:21:01.020Z | Compiling libxml v0.3.3 |
| 1759 | 2024-06-05T18:21:01.364Z | Compiling ref-cast-impl v1.0.23 |
| 1760 | 2024-06-05T18:21:01.599Z | Compiling unicase v2.7.0 |
| 1761 | 2024-06-05T18:21:01.903Z | Compiling derive_builder_macro v0.20.0 |
| 1762 | 2024-06-05T18:21:02.775Z | Compiling headers v0.3.9 |
| 1763 | 2024-06-05T18:21:02.807Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1764 | 2024-06-05T18:21:05.330Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1765 | 2024-06-05T18:21:06.633Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 1766 | 2024-06-05T18:21:06.923Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1767 | 2024-06-05T18:21:07.096Z | Compiling pem v3.0.4 |
| 1768 | 2024-06-05T18:21:08.615Z | Compiling strum_macros v0.24.3 |
| 1769 | 2024-06-05T18:21:08.734Z | Compiling async-recursion v1.1.1 |
| 1770 | 2024-06-05T18:21:08.991Z | Compiling samael v0.0.15 |
| 1771 | 2024-06-05T18:21:10.507Z | Compiling cookie v0.18.1 |
| 1772 | 2024-06-05T18:21:10.580Z | Compiling indoc v1.0.9 |
| 1773 | 2024-06-05T18:21:11.936Z | Compiling parking_lot v0.11.2 |
| 1774 | 2024-06-05T18:21:11.951Z | Compiling derive_builder v0.20.0 |
| 1775 | 2024-06-05T18:21:13.794Z | Compiling polar-core v0.27.3 |
| 1776 | 2024-06-05T18:21:14.013Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1777 | 2024-06-05T18:21:15.106Z | Compiling trust-dns-client v0.22.0 |
| 1778 | 2024-06-05T18:21:15.546Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 1779 | 2024-06-05T18:21:15.846Z | Compiling oso-derive v0.27.3 |
| 1780 | 2024-06-05T18:21:16.056Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1781 | 2024-06-05T18:21:16.800Z | Compiling quick-xml v0.31.0 |
| 1782 | 2024-06-05T18:21:17.416Z | Compiling toml v0.5.11 |
| 1783 | 2024-06-05T18:21:19.880Z | Compiling vte_generate_state_changes v0.1.1 |
| 1784 | 2024-06-05T18:21:20.471Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 1785 | 2024-06-05T18:21:20.752Z | Compiling cfg_aliases v0.1.1 |
| 1786 | 2024-06-05T18:21:20.857Z | Compiling buf-list v1.0.3 |
| 1787 | 2024-06-05T18:21:21.470Z | Compiling nix v0.28.0 |
| 1788 | 2024-06-05T18:21:22.284Z | Compiling vte v0.11.1 |
| 1789 | 2024-06-05T18:21:23.685Z | Compiling trust-dns-server v0.22.1 |
| 1790 | 2024-06-05T18:21:25.905Z | Compiling sled v0.34.7 |
| 1791 | 2024-06-05T18:21:29.430Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 1792 | 2024-06-05T18:21:30.997Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1793 | 2024-06-05T18:21:32.039Z | Compiling fd-lock v4.0.2 |
| 1794 | 2024-06-05T18:21:32.063Z | Compiling const_format_proc_macros v0.2.32 |
| 1795 | 2024-06-05T18:21:33.781Z | Compiling bb8 v0.8.3 |
| 1796 | 2024-06-05T18:21:34.274Z | Compiling pin-project-internal v1.1.5 |
| 1797 | 2024-06-05T18:21:37.135Z | Compiling memoffset v0.9.1 |
| 1798 | 2024-06-05T18:21:37.440Z | Compiling platforms v3.4.0 |
| 1799 | 2024-06-05T18:21:38.026Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 1800 | 2024-06-05T18:21:38.303Z | Compiling bytecount v0.6.8 |
| 1801 | 2024-06-05T18:21:38.608Z | Compiling oso v0.27.3 |
| 1802 | 2024-06-05T18:21:48.036Z | Compiling papergrid v0.11.0 |
| 1803 | 2024-06-05T18:21:50.719Z | Compiling curve25519-dalek v4.1.2 |
| 1804 | 2024-06-05T18:21:51.251Z | Compiling pin-project v1.1.5 |
| 1805 | 2024-06-05T18:21:51.806Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 1806 | 2024-06-05T18:21:52.082Z | Compiling const_format v0.2.32 |
| 1807 | 2024-06-05T18:21:53.355Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1808 | 2024-06-05T18:21:57.222Z | Compiling strip-ansi-escapes v0.2.0 |
| 1809 | 2024-06-05T18:21:58.002Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1810 | 2024-06-05T18:21:58.719Z | Compiling tabled_derive v0.7.0 |
| 1811 | 2024-06-05T18:22:00.648Z | Compiling kstat-rs v0.2.3 |
| 1812 | 2024-06-05T18:22:01.040Z | Compiling snafu-derive v0.8.2 |
| 1813 | 2024-06-05T18:22:01.592Z | Compiling nu-ansi-term v0.50.0 |
| 1814 | 2024-06-05T18:22:02.882Z | Compiling keccak v0.1.5 |
| 1815 | 2024-06-05T18:22:03.329Z | Compiling sha3 v0.10.8 |
| 1816 | 2024-06-05T18:22:03.861Z | Compiling reedline v0.31.0 |
| 1817 | 2024-06-05T18:22:04.034Z | Compiling tabled v0.15.0 |
| 1818 | 2024-06-05T18:22:04.561Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1819 | 2024-06-05T18:22:06.107Z | Compiling snafu v0.8.2 |
| 1820 | 2024-06-05T18:22:08.029Z | Compiling mime_guess v2.0.4 |
| 1821 | 2024-06-05T18:22:11.048Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1822 | 2024-06-05T18:22:14.807Z | Compiling env_logger v0.9.3 |
| 1823 | 2024-06-05T18:22:18.448Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1824 | 2024-06-05T18:22:19.530Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1825 | 2024-06-05T18:22:19.593Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1826 | 2024-06-05T18:22:20.105Z | Compiling globset v0.4.14 |
| 1827 | 2024-06-05T18:22:26.859Z | Compiling peg-macros v0.8.3 |
| 1828 | 2024-06-05T18:22:27.800Z | Compiling olpc-cjson v0.1.3 |
| 1829 | 2024-06-05T18:22:27.955Z | Compiling universal-hash v0.5.1 |
| 1830 | 2024-06-05T18:22:28.158Z | Compiling secrecy v0.8.0 |
| 1831 | 2024-06-05T18:22:28.173Z | Compiling bitstruct_derive v0.1.0 |
| 1832 | 2024-06-05T18:22:28.611Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1833 | 2024-06-05T18:22:29.495Z | Compiling serde_plain v1.0.2 |
| 1834 | 2024-06-05T18:22:30.033Z | Compiling sqlparser_derive v0.2.2 |
| 1835 | 2024-06-05T18:22:30.246Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1836 | 2024-06-05T18:22:31.263Z | Compiling nanorand v0.7.0 |
| 1837 | 2024-06-05T18:22:31.758Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1838 | 2024-06-05T18:22:31.803Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1839 | 2024-06-05T18:22:32.442Z | Compiling ascii v1.1.0 |
| 1840 | 2024-06-05T18:22:32.454Z | Compiling typed-path v0.7.1 |
| 1841 | 2024-06-05T18:22:32.822Z | Compiling salty v0.2.0 |
| 1842 | 2024-06-05T18:22:33.221Z | Compiling signature v1.6.4 |
| 1843 | 2024-06-05T18:22:33.392Z | Compiling unicode_categories v0.1.1 |
| 1844 | 2024-06-05T18:22:33.749Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 1845 | 2024-06-05T18:22:34.036Z | Compiling opaque-debug v0.3.1 |
| 1846 | 2024-06-05T18:22:34.470Z | Compiling rustyline v14.0.0 |
| 1847 | 2024-06-05T18:22:36.942Z | Compiling tough v0.17.1 |
| 1848 | 2024-06-05T18:22:38.961Z | Compiling poly1305 v0.8.0 |
| 1849 | 2024-06-05T18:22:40.520Z | Compiling sqlformat v0.2.3 |
| 1850 | 2024-06-05T18:22:48.228Z | Compiling ed25519 v1.5.3 |
| 1851 | 2024-06-05T18:22:48.396Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1852 | 2024-06-05T18:22:48.396Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1853 | 2024-06-05T18:22:48.396Z | Compiling flume v0.11.0 |
| 1854 | 2024-06-05T18:22:49.371Z | Compiling thiserror-no-std v2.0.2 |
| 1855 | 2024-06-05T18:22:49.497Z | Compiling sqlparser v0.45.0 |
| 1856 | 2024-06-05T18:22:51.516Z | Compiling peg v0.8.3 |
| 1857 | 2024-06-05T18:22:51.631Z | Compiling bitstruct v0.1.1 |
| 1858 | 2024-06-05T18:22:51.750Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1859 | 2024-06-05T18:22:52.860Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1860 | 2024-06-05T18:22:57.139Z | Compiling nix v0.27.1 |
| 1861 | 2024-06-05T18:22:57.143Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1862 | 2024-06-05T18:22:59.927Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1863 | 2024-06-05T18:23:00.241Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1864 | 2024-06-05T18:23:00.512Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1865 | 2024-06-05T18:23:01.696Z | Compiling chacha20 v0.9.1 |
| 1866 | 2024-06-05T18:23:02.152Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1867 | 2024-06-05T18:23:02.668Z | Compiling aead v0.5.2 |
| 1868 | 2024-06-05T18:23:03.014Z | Compiling bcs v0.1.6 |
| 1869 | 2024-06-05T18:23:03.909Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1870 | 2024-06-05T18:23:04.331Z | Compiling serde-big-array v0.5.1 |
| 1871 | 2024-06-05T18:23:04.614Z | Compiling serde_arrays v0.1.0 |
| 1872 | 2024-06-05T18:23:04.762Z | Compiling erased-serde v0.3.31 |
| 1873 | 2024-06-05T18:23:04.809Z | Compiling highway v1.1.0 |
| 1874 | 2024-06-05T18:23:06.166Z | Compiling parse-size v1.0.0 |
| 1875 | 2024-06-05T18:23:06.285Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1876 | 2024-06-05T18:23:06.447Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 1877 | 2024-06-05T18:23:06.980Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1878 | 2024-06-05T18:23:13.561Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1879 | 2024-06-05T18:23:17.177Z | Compiling chacha20poly1305 v0.10.1 |
| 1880 | 2024-06-05T18:23:17.754Z | Compiling vsss-rs v3.3.4 |
| 1881 | 2024-06-05T18:23:22.450Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1882 | 2024-06-05T18:23:23.241Z | Compiling signal-hook-tokio v0.3.1 |
| 1883 | 2024-06-05T18:23:23.463Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1884 | 2024-06-05T18:23:23.822Z | Compiling heck v0.3.3 |
| 1885 | 2024-06-05T18:23:24.210Z | Compiling castaway v0.2.2 |
| 1886 | 2024-06-05T18:23:24.808Z | Compiling rand_seeder v0.2.3 |
| 1887 | 2024-06-05T18:23:24.814Z | Compiling serde-big-array v0.4.1 |
| 1888 | 2024-06-05T18:23:25.705Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1889 | 2024-06-05T18:23:25.992Z | Compiling http-range v0.1.5 |
| 1890 | 2024-06-05T18:23:26.542Z | Compiling hyper-staticfile v0.9.5 |
| 1891 | 2024-06-05T18:23:27.010Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1892 | 2024-06-05T18:23:29.632Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1893 | 2024-06-05T18:23:31.053Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 1894 | 2024-06-05T18:23:31.260Z | Compiling compact_str v0.7.1 |
| 1895 | 2024-06-05T18:23:31.715Z | Compiling zone_cfg_derive v0.1.2 |
| 1896 | 2024-06-05T18:23:32.827Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 1897 | 2024-06-05T18:23:33.091Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 1898 | 2024-06-05T18:23:37.727Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1899 | 2024-06-05T18:23:38.363Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 1900 | 2024-06-05T18:23:44.915Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 1901 | 2024-06-05T18:23:48.369Z | Compiling tungstenite v0.21.0 |
| 1902 | 2024-06-05T18:23:52.613Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 1903 | 2024-06-05T18:23:52.893Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 1904 | 2024-06-05T18:23:53.176Z | Compiling lru v0.12.3 |
| 1905 | 2024-06-05T18:23:53.557Z | Compiling stability v0.2.0 |
| 1906 | 2024-06-05T18:23:53.693Z | Compiling corncobs v0.1.3 |
| 1907 | 2024-06-05T18:23:54.070Z | Compiling cassowary v0.3.0 |
| 1908 | 2024-06-05T18:23:54.620Z | Compiling base64 v0.13.1 |
| 1909 | 2024-06-05T18:23:55.311Z | Compiling indoc v2.0.5 |
| 1910 | 2024-06-05T18:23:56.284Z | Compiling ratatui v0.26.2 |
| 1911 | 2024-06-05T18:23:57.809Z | Compiling ron v0.7.1 |
| 1912 | 2024-06-05T18:23:59.433Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1913 | 2024-06-05T18:24:00.202Z | Compiling tokio-tungstenite v0.21.0 |
| 1914 | 2024-06-05T18:24:00.805Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 1915 | 2024-06-05T18:24:03.261Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1916 | 2024-06-05T18:24:08.502Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1917 | 2024-06-05T18:24:09.175Z | Compiling zone v0.1.8 |
| 1918 | 2024-06-05T18:24:12.813Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 1919 | 2024-06-05T18:24:16.304Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 1920 | 2024-06-05T18:24:19.153Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 1921 | 2024-06-05T18:24:20.602Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1922 | 2024-06-05T18:24:21.533Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 1923 | 2024-06-05T18:24:21.799Z | Compiling portpicker v0.1.1 |
| 1924 | 2024-06-05T18:24:22.332Z | Compiling csv-core v0.1.11 |
| 1925 | 2024-06-05T18:24:23.220Z | Compiling unicode-linebreak v0.1.5 |
| 1926 | 2024-06-05T18:24:23.786Z | Compiling smawk v0.3.2 |
| 1927 | 2024-06-05T18:24:24.032Z | Compiling textwrap v0.16.1 |
| 1928 | 2024-06-05T18:24:27.788Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1929 | 2024-06-05T18:24:31.069Z | Compiling csv v1.3.0 |
| 1930 | 2024-06-05T18:24:33.245Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 1931 | 2024-06-05T18:24:36.762Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 1932 | 2024-06-05T18:24:37.265Z | Compiling rcgen v0.12.1 |
| 1933 | 2024-06-05T18:24:39.078Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 1934 | 2024-06-05T18:24:39.573Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 1935 | 2024-06-05T18:24:39.863Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1936 | 2024-06-05T18:24:46.861Z | Compiling atomicwrites v0.4.3 |
| 1937 | 2024-06-05T18:24:47.145Z | Compiling fatfs v0.3.6 |
| 1938 | 2024-06-05T18:24:47.387Z | Compiling rtoolbox v0.0.2 |
| 1939 | 2024-06-05T18:24:47.877Z | Compiling subprocess v0.2.9 |
| 1940 | 2024-06-05T18:24:49.991Z | Compiling assert_matches v1.5.0 |
| 1941 | 2024-06-05T18:24:50.101Z | Compiling is_ci v1.2.0 |
| 1942 | 2024-06-05T18:24:50.249Z | Compiling supports-color v3.0.0 |
| 1943 | 2024-06-05T18:24:50.903Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1944 | 2024-06-05T18:24:52.936Z | Compiling rpassword v7.3.1 |
| 1945 | 2024-06-05T18:24:53.423Z | Compiling tui-tree-widget v0.19.0 |
| 1946 | 2024-06-05T18:24:53.781Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 1947 | 2024-06-05T18:24:53.846Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 1948 | 2024-06-05T18:24:54.604Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 1949 | 2024-06-05T18:24:54.894Z | Compiling shell-words v1.1.0 |
| 1950 | 2024-06-05T18:24:55.367Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 1951 | 2024-06-05T18:24:57.186Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 1952 | 2024-06-05T18:25:25.382Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 1953 | 2024-06-05T18:25:31.347Z | Compiling multimap v0.10.0 |
| 1954 | 2024-06-05T18:25:31.782Z | Compiling uzers v0.11.3 |
| 1955 | 2024-06-05T18:25:34.679Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 1956 | 2024-06-05T18:27:25.786Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 1957 | 2024-06-05T18:27:51.086Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1958 | 2024-06-05T18:34:02.410Z | Finished `release` profile [optimized] target(s) in 14m 07s |
| 1959 | 2024-06-05T18:35:03.792Z | |
| 1960 | 2024-06-05T18:35:03.796Z | real 15:10.199244040 |
| 1961 | 2024-06-05T18:35:03.796Z | user 1:42:43.710672108 |
| 1962 | 2024-06-05T18:35:03.796Z | sys 5:28.465074032 |
| 1963 | 2024-06-05T18:35:03.797Z | trap 2.358486065 |
| 1964 | 2024-06-05T18:35:03.797Z | tflt 2.130885378 |
| 1965 | 2024-06-05T18:35:03.797Z | dflt 2.817793954 |
| 1966 | 2024-06-05T18:35:03.797Z | kflt 0.007174754 |
| 1967 | 2024-06-05T18:35:03.798Z | lock 6:27:43.501864011 |
| 1968 | 2024-06-05T18:35:03.798Z | slp 4:08:20.756991917 |
| 1969 | 2024-06-05T18:35:03.798Z | lat 2:33.031325050 |
| 1970 | 2024-06-05T18:35:03.798Z | stop 1:42.664938351 |
| 1971 | 2024-06-05T18:35:03.798Z | + mapfile -t packages |
| 1972 | 2024-06-05T18:35:03.798Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 1973 | 2024-06-05T18:35:04.692Z | Finished `release` profile [optimized] target(s) in 0.85s |
| 1974 | 2024-06-05T18:35:04.732Z | Running `target/release/omicron-package -t test list-outputs` |
| 1975 | 2024-06-05T18:35:04.772Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1976 | 2024-06-05T18:35:04.776Z | + ptime -m cargo build --locked --release -p xtask |
| 1977 | 2024-06-05T18:35:05.368Z | Compiling serde v1.0.203 |
| 1978 | 2024-06-05T18:35:05.373Z | Compiling bitflags v2.5.0 |
| 1979 | 2024-06-05T18:35:05.373Z | Compiling syn v2.0.64 |
| 1980 | 2024-06-05T18:35:05.373Z | Compiling scopeguard v1.2.0 |
| 1981 | 2024-06-05T18:35:05.455Z | Compiling bytes v1.6.0 |
| 1982 | 2024-06-05T18:35:05.459Z | Compiling smallvec v1.13.2 |
| 1983 | 2024-06-05T18:35:05.471Z | Compiling hashbrown v0.14.5 |
| 1984 | 2024-06-05T18:35:05.487Z | Compiling mio v0.8.11 |
| 1985 | 2024-06-05T18:35:05.592Z | Compiling lock_api v0.4.12 |
| 1986 | 2024-06-05T18:35:05.960Z | Compiling parking_lot_core v0.9.10 |
| 1987 | 2024-06-05T18:35:05.996Z | Compiling generic-array v0.14.7 |
| 1988 | 2024-06-05T18:35:06.018Z | Compiling slog v2.7.0 |
| 1989 | 2024-06-05T18:35:06.105Z | Compiling rustix v0.38.34 |
| 1990 | 2024-06-05T18:35:06.342Z | Compiling parking_lot v0.12.2 |
| 1991 | 2024-06-05T18:35:06.583Z | Compiling http v0.2.12 |
| 1992 | 2024-06-05T18:35:06.883Z | Compiling serde_json v1.0.117 |
| 1993 | 2024-06-05T18:35:07.082Z | Compiling indexmap v2.2.6 |
| 1994 | 2024-06-05T18:35:07.251Z | Compiling time-macros v0.2.18 |
| 1995 | 2024-06-05T18:35:07.271Z | Compiling tracing v0.1.40 |
| 1996 | 2024-06-05T18:35:08.497Z | Compiling crossbeam-utils v0.8.19 |
| 1997 | 2024-06-05T18:35:08.670Z | Compiling log v0.4.21 |
| 1998 | 2024-06-05T18:35:08.912Z | Compiling http-body v0.4.6 |
| 1999 | 2024-06-05T18:35:09.054Z | Compiling unicode-normalization v0.1.23 |
| 2000 | 2024-06-05T18:35:09.171Z | Compiling unicode-bidi v0.3.15 |
| 2001 | 2024-06-05T18:35:09.470Z | Compiling block-buffer v0.10.4 |
| 2002 | 2024-06-05T18:35:09.722Z | Compiling crypto-common v0.1.6 |
| 2003 | 2024-06-05T18:35:09.938Z | Compiling terminal_size v0.3.0 |
| 2004 | 2024-06-05T18:35:10.152Z | Compiling idna v0.5.0 |
| 2005 | 2024-06-05T18:35:10.369Z | Compiling fs-err v2.11.0 |
| 2006 | 2024-06-05T18:35:10.374Z | Compiling time v0.3.36 |
| 2007 | 2024-06-05T18:35:10.635Z | Compiling anyhow v1.0.86 |
| 2008 | 2024-06-05T18:35:10.652Z | Compiling clap_builder v4.5.2 |
| 2009 | 2024-06-05T18:35:10.957Z | Compiling url v2.5.0 |
| 2010 | 2024-06-05T18:35:11.376Z | Compiling crossbeam-channel v0.5.12 |
| 2011 | 2024-06-05T18:35:11.471Z | Compiling digest v0.10.7 |
| 2012 | 2024-06-05T18:35:11.903Z | Compiling xattr v1.3.1 |
| 2013 | 2024-06-05T18:35:12.161Z | Compiling sha2 v0.10.8 |
| 2014 | 2024-06-05T18:35:12.235Z | Compiling tar v0.4.40 |
| 2015 | 2024-06-05T18:35:13.095Z | Compiling slog-term v2.9.1 |
| 2016 | 2024-06-05T18:35:13.433Z | Compiling slog-async v2.8.0 |
| 2017 | 2024-06-05T18:35:16.102Z | Compiling md5 v0.7.0 |
| 2018 | 2024-06-05T18:35:17.415Z | Compiling serde_derive v1.0.203 |
| 2019 | 2024-06-05T18:35:17.434Z | Compiling tokio-macros v2.2.0 |
| 2020 | 2024-06-05T18:35:17.520Z | Compiling futures-macro v0.3.30 |
| 2021 | 2024-06-05T18:35:17.534Z | Compiling openssl-macros v0.1.1 |
| 2022 | 2024-06-05T18:35:17.648Z | Compiling thiserror-impl v1.0.60 |
| 2023 | 2024-06-05T18:35:18.267Z | Compiling openssl v0.10.64 |
| 2024 | 2024-06-05T18:35:18.321Z | Compiling clap_derive v4.5.4 |
| 2025 | 2024-06-05T18:35:18.980Z | Compiling tokio v1.37.0 |
| 2026 | 2024-06-05T18:35:19.486Z | Compiling futures-util v0.3.30 |
| 2027 | 2024-06-05T18:35:20.033Z | Compiling strum_macros v0.26.2 |
| 2028 | 2024-06-05T18:35:20.475Z | Compiling thiserror v1.0.60 |
| 2029 | 2024-06-05T18:35:23.118Z | Compiling clap v4.5.4 |
| 2030 | 2024-06-05T18:35:24.850Z | Compiling native-tls v0.2.11 |
| 2031 | 2024-06-05T18:35:25.404Z | Compiling strum v0.26.2 |
| 2032 | 2024-06-05T18:35:25.788Z | Compiling futures-executor v0.3.30 |
| 2033 | 2024-06-05T18:35:26.018Z | Compiling futures v0.3.30 |
| 2034 | 2024-06-05T18:35:27.525Z | Compiling tokio-util v0.7.11 |
| 2035 | 2024-06-05T18:35:27.572Z | Compiling tokio-native-tls v0.3.1 |
| 2036 | 2024-06-05T18:35:28.375Z | Compiling h2 v0.3.26 |
| 2037 | 2024-06-05T18:35:31.540Z | Compiling toml_datetime v0.6.6 |
| 2038 | 2024-06-05T18:35:31.638Z | Compiling serde_spanned v0.6.6 |
| 2039 | 2024-06-05T18:35:31.697Z | Compiling camino v1.1.7 |
| 2040 | 2024-06-05T18:35:31.824Z | Compiling cargo-platform v0.1.8 |
| 2041 | 2024-06-05T18:35:31.914Z | Compiling toml_edit v0.22.13 |
| 2042 | 2024-06-05T18:35:31.996Z | Compiling serde_urlencoded v0.7.1 |
| 2043 | 2024-06-05T18:35:32.259Z | Compiling semver v1.0.23 |
| 2044 | 2024-06-05T18:35:32.275Z | Compiling macaddr v1.0.1 |
| 2045 | 2024-06-05T18:35:32.972Z | Compiling hyper v0.14.28 |
| 2046 | 2024-06-05T18:35:33.653Z | Compiling slog-json v2.6.1 |
| 2047 | 2024-06-05T18:35:33.803Z | Compiling cargo_metadata v0.18.1 |
| 2048 | 2024-06-05T18:35:34.197Z | Compiling slog-bunyan v2.5.0 |
| 2049 | 2024-06-05T18:35:35.292Z | Compiling toml v0.8.13 |
| 2050 | 2024-06-05T18:35:36.455Z | Compiling cargo_toml v0.20.2 |
| 2051 | 2024-06-05T18:35:39.353Z | Compiling hyper-tls v0.5.0 |
| 2052 | 2024-06-05T18:35:39.778Z | Compiling reqwest v0.11.27 |
| 2053 | 2024-06-05T18:35:51.636Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2054 | 2024-06-05T18:36:05.325Z | Finished `release` profile [optimized] target(s) in 1m 00s |
| 2055 | 2024-06-05T18:36:05.417Z | |
| 2056 | 2024-06-05T18:36:05.422Z | real 1:00.611342345 |
| 2057 | 2024-06-05T18:36:05.422Z | user 6:17.990490913 |
| 2058 | 2024-06-05T18:36:05.422Z | sys 37.668572851 |
| 2059 | 2024-06-05T18:36:05.422Z | trap 0.170036537 |
| 2060 | 2024-06-05T18:36:05.422Z | tflt 0.373587069 |
| 2061 | 2024-06-05T18:36:05.422Z | dflt 0.367255781 |
| 2062 | 2024-06-05T18:36:05.422Z | kflt 0.000000000 |
| 2063 | 2024-06-05T18:36:05.422Z | lock 10:27.600523973 |
| 2064 | 2024-06-05T18:36:05.422Z | slp 11:08.375623358 |
| 2065 | 2024-06-05T18:36:05.422Z | lat 13.397289415 |
| 2066 | 2024-06-05T18:36:05.422Z | stop 14.581510625 |
| 2067 | 2024-06-05T18:36:05.423Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2068 | 2024-06-05T18:36:05.423Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2069 | 2024-06-05T18:36:05.423Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2070 | 2024-06-05T18:36:05.423Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2071 | 2024-06-05T18:36:05.423Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2072 | 2024-06-05T18:36:05.951Z | Downloading crates ... |
| 2073 | 2024-06-05T18:36:06.213Z | Downloaded dhcproto-macros v0.1.0 |
| 2074 | 2024-06-05T18:36:06.216Z | Downloaded option-ext v0.2.0 |
| 2075 | 2024-06-05T18:36:06.221Z | Downloaded russh-cryptovec v0.7.2 |
| 2076 | 2024-06-05T18:36:06.226Z | Downloaded dirs-sys v0.4.1 |
| 2077 | 2024-06-05T18:36:06.229Z | Downloaded internet-checksum v0.2.1 |
| 2078 | 2024-06-05T18:36:06.229Z | Downloaded aes v0.8.4 |
| 2079 | 2024-06-05T18:36:06.233Z | Downloaded primeorder v0.13.6 |
| 2080 | 2024-06-05T18:36:06.233Z | Downloaded hex-literal v0.4.1 |
| 2081 | 2024-06-05T18:36:06.239Z | Downloaded ghash v0.5.1 |
| 2082 | 2024-06-05T18:36:06.239Z | Downloaded dirs v5.0.1 |
| 2083 | 2024-06-05T18:36:06.239Z | Downloaded ctr v0.9.2 |
| 2084 | 2024-06-05T18:36:06.242Z | Downloaded polyval v0.6.2 |
| 2085 | 2024-06-05T18:36:06.242Z | Downloaded cbc v0.1.2 |
| 2086 | 2024-06-05T18:36:06.242Z | Downloaded pbkdf2 v0.12.2 |
| 2087 | 2024-06-05T18:36:06.242Z | Downloaded blowfish v0.9.1 |
| 2088 | 2024-06-05T18:36:06.246Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 2089 | 2024-06-05T18:36:06.246Z | Downloaded rand_core v0.5.1 |
| 2090 | 2024-06-05T18:36:06.251Z | Downloaded ed25519 v2.2.3 |
| 2091 | 2024-06-05T18:36:06.251Z | Downloaded rfc6979 v0.4.0 |
| 2092 | 2024-06-05T18:36:06.251Z | Downloaded pbkdf2 v0.11.0 |
| 2093 | 2024-06-05T18:36:06.254Z | Downloaded password-hash v0.4.2 |
| 2094 | 2024-06-05T18:36:06.254Z | Downloaded ecdsa v0.16.9 |
| 2095 | 2024-06-05T18:36:06.261Z | Downloaded russh-keys v0.43.0 |
| 2096 | 2024-06-05T18:36:06.265Z | Downloaded getrandom v0.1.16 |
| 2097 | 2024-06-05T18:36:06.265Z | Downloaded rand_chacha v0.2.2 |
| 2098 | 2024-06-05T18:36:06.265Z | Downloaded dhcproto v0.11.0 |
| 2099 | 2024-06-05T18:36:06.269Z | Downloaded p256 v0.13.2 |
| 2100 | 2024-06-05T18:36:06.282Z | Downloaded russh v0.43.0 |
| 2101 | 2024-06-05T18:36:06.287Z | Downloaded ed25519-dalek v2.1.1 |
| 2102 | 2024-06-05T18:36:06.291Z | Downloaded rand v0.7.3 |
| 2103 | 2024-06-05T18:36:06.296Z | Downloaded p521 v0.13.3 |
| 2104 | 2024-06-05T18:36:06.299Z | Downloaded aes-gcm v0.10.3 |
| 2105 | 2024-06-05T18:36:06.435Z | Compiling serde v1.0.203 |
| 2106 | 2024-06-05T18:36:06.435Z | Compiling byteorder v1.5.0 |
| 2107 | 2024-06-05T18:36:06.442Z | Compiling log v0.4.21 |
| 2108 | 2024-06-05T18:36:06.550Z | Compiling scopeguard v1.2.0 |
| 2109 | 2024-06-05T18:36:06.550Z | Compiling smallvec v1.13.2 |
| 2110 | 2024-06-05T18:36:06.572Z | Compiling syn v2.0.64 |
| 2111 | 2024-06-05T18:36:06.575Z | Compiling getrandom v0.2.14 |
| 2112 | 2024-06-05T18:36:06.586Z | Compiling generic-array v0.14.7 |
| 2113 | 2024-06-05T18:36:06.687Z | Compiling lock_api v0.4.12 |
| 2114 | 2024-06-05T18:36:06.926Z | Compiling rand_core v0.6.4 |
| 2115 | 2024-06-05T18:36:06.963Z | Compiling parking_lot_core v0.9.10 |
| 2116 | 2024-06-05T18:36:06.985Z | Compiling libm v0.2.8 |
| 2117 | 2024-06-05T18:36:07.020Z | Compiling num-traits v0.2.19 |
| 2118 | 2024-06-05T18:36:07.038Z | Compiling subtle v2.5.0 |
| 2119 | 2024-06-05T18:36:07.066Z | Compiling mio v0.8.11 |
| 2120 | 2024-06-05T18:36:07.174Z | Compiling ahash v0.8.11 |
| 2121 | 2024-06-05T18:36:07.320Z | Compiling parking_lot v0.12.2 |
| 2122 | 2024-06-05T18:36:07.450Z | Compiling serde_json v1.0.117 |
| 2123 | 2024-06-05T18:36:07.512Z | Compiling allocator-api2 v0.2.18 |
| 2124 | 2024-06-05T18:36:07.564Z | Compiling const-oid v0.9.6 |
| 2125 | 2024-06-05T18:36:07.604Z | Compiling iana-time-zone v0.1.60 |
| 2126 | 2024-06-05T18:36:07.792Z | Compiling syn v1.0.109 |
| 2127 | 2024-06-05T18:36:08.073Z | Compiling unicode-normalization v0.1.23 |
| 2128 | 2024-06-05T18:36:08.301Z | Compiling schemars v0.8.20 |
| 2129 | 2024-06-05T18:36:08.333Z | Compiling unicode-bidi v0.3.15 |
| 2130 | 2024-06-05T18:36:08.659Z | Compiling dyn-clone v1.0.17 |
| 2131 | 2024-06-05T18:36:08.798Z | Compiling spin v0.9.8 |
| 2132 | 2024-06-05T18:36:08.866Z | Compiling ppv-lite86 v0.2.17 |
| 2133 | 2024-06-05T18:36:09.165Z | Compiling time-macros v0.2.18 |
| 2134 | 2024-06-05T18:36:09.190Z | Compiling ring v0.17.8 |
| 2135 | 2024-06-05T18:36:09.581Z | Compiling aho-corasick v1.1.3 |
| 2136 | 2024-06-05T18:36:09.694Z | Compiling rand_chacha v0.3.1 |
| 2137 | 2024-06-05T18:36:09.938Z | Compiling regex-syntax v0.8.3 |
| 2138 | 2024-06-05T18:36:10.483Z | Compiling rand v0.8.5 |
| 2139 | 2024-06-05T18:36:12.156Z | Compiling idna v0.5.0 |
| 2140 | 2024-06-05T18:36:12.670Z | Compiling slog v2.7.0 |
| 2141 | 2024-06-05T18:36:12.843Z | Compiling time v0.3.36 |
| 2142 | 2024-06-05T18:36:13.248Z | Compiling url v2.5.0 |
| 2143 | 2024-06-05T18:36:13.298Z | Compiling untrusted v0.9.0 |
| 2144 | 2024-06-05T18:36:13.477Z | Compiling regex-automata v0.4.6 |
| 2145 | 2024-06-05T18:36:13.775Z | Compiling spin v0.5.2 |
| 2146 | 2024-06-05T18:36:14.016Z | Compiling serde_derive_internals v0.29.1 |
| 2147 | 2024-06-05T18:36:16.349Z | Compiling lazy_static v1.4.0 |
| 2148 | 2024-06-05T18:36:16.473Z | Compiling backtrace v0.3.71 |
| 2149 | 2024-06-05T18:36:16.772Z | Compiling unicode-width v0.1.12 |
| 2150 | 2024-06-05T18:36:16.916Z | Compiling gimli v0.28.1 |
| 2151 | 2024-06-05T18:36:16.995Z | Compiling object v0.32.2 |
| 2152 | 2024-06-05T18:36:17.033Z | Compiling rustc-demangle v0.1.24 |
| 2153 | 2024-06-05T18:36:18.057Z | Compiling anyhow v1.0.86 |
| 2154 | 2024-06-05T18:36:18.308Z | Compiling base64ct v1.6.0 |
| 2155 | 2024-06-05T18:36:18.840Z | Compiling winnow v0.5.40 |
| 2156 | 2024-06-05T18:36:18.909Z | Compiling regex v1.10.4 |
| 2157 | 2024-06-05T18:36:19.265Z | Compiling rustls v0.21.12 |
| 2158 | 2024-06-05T18:36:19.534Z | Compiling crossbeam-utils v0.8.19 |
| 2159 | 2024-06-05T18:36:20.055Z | Compiling rustls-webpki v0.101.7 |
| 2160 | 2024-06-05T18:36:20.203Z | Compiling sct v0.7.1 |
| 2161 | 2024-06-05T18:36:20.535Z | Compiling cookie v0.17.0 |
| 2162 | 2024-06-05T18:36:20.813Z | Compiling ucd-trie v0.1.6 |
| 2163 | 2024-06-05T18:36:21.476Z | Compiling addr2line v0.21.0 |
| 2164 | 2024-06-05T18:36:21.716Z | Compiling serde_derive v1.0.203 |
| 2165 | 2024-06-05T18:36:22.007Z | Compiling zeroize_derive v1.4.2 |
| 2166 | 2024-06-05T18:36:22.030Z | Compiling thiserror-impl v1.0.60 |
| 2167 | 2024-06-05T18:36:22.147Z | Compiling zerocopy-derive v0.7.34 |
| 2168 | 2024-06-05T18:36:22.848Z | Compiling tokio-macros v2.2.0 |
| 2169 | 2024-06-05T18:36:23.697Z | Compiling zeroize v1.7.0 |
| 2170 | 2024-06-05T18:36:23.757Z | Compiling futures-macro v0.3.30 |
| 2171 | 2024-06-05T18:36:24.444Z | Compiling schemars_derive v0.8.20 |
| 2172 | 2024-06-05T18:36:24.551Z | Compiling zerocopy v0.7.34 |
| 2173 | 2024-06-05T18:36:24.568Z | Compiling tracing-attributes v0.1.27 |
| 2174 | 2024-06-05T18:36:25.536Z | Compiling thiserror v1.0.60 |
| 2175 | 2024-06-05T18:36:25.639Z | Compiling crypto-common v0.1.6 |
| 2176 | 2024-06-05T18:36:25.689Z | Compiling block-buffer v0.10.4 |
| 2177 | 2024-06-05T18:36:26.291Z | Compiling digest v0.10.7 |
| 2178 | 2024-06-05T18:36:26.302Z | Compiling futures-util v0.3.30 |
| 2179 | 2024-06-05T18:36:26.302Z | Compiling async-trait v0.1.80 |
| 2180 | 2024-06-05T18:36:26.915Z | Compiling hashbrown v0.14.5 |
| 2181 | 2024-06-05T18:36:27.300Z | Compiling openssl-macros v0.1.1 |
| 2182 | 2024-06-05T18:36:28.106Z | Compiling pest v2.7.10 |
| 2183 | 2024-06-05T18:36:28.613Z | Compiling tracing v0.1.40 |
| 2184 | 2024-06-05T18:36:28.898Z | Compiling idna v0.3.0 |
| 2185 | 2024-06-05T18:36:29.102Z | Compiling data-encoding v2.6.0 |
| 2186 | 2024-06-05T18:36:30.231Z | Compiling psl-types v2.0.11 |
| 2187 | 2024-06-05T18:36:30.385Z | Compiling publicsuffix v2.2.3 |
| 2188 | 2024-06-05T18:36:30.517Z | Compiling hmac v0.12.1 |
| 2189 | 2024-06-05T18:36:30.639Z | Compiling pest_meta v2.7.10 |
| 2190 | 2024-06-05T18:36:30.774Z | Compiling scroll_derive v0.12.0 |
| 2191 | 2024-06-05T18:36:31.102Z | Compiling plain v0.2.3 |
| 2192 | 2024-06-05T18:36:31.263Z | Compiling bitflags v1.3.2 |
| 2193 | 2024-06-05T18:36:31.370Z | Compiling webpki-roots v0.25.4 |
| 2194 | 2024-06-05T18:36:31.422Z | Compiling block-padding v0.3.3 |
| 2195 | 2024-06-05T18:36:31.530Z | Compiling der_derive v0.7.2 |
| 2196 | 2024-06-05T18:36:31.666Z | Compiling futures-executor v0.3.30 |
| 2197 | 2024-06-05T18:36:31.683Z | Compiling pem-rfc7468 v0.7.0 |
| 2198 | 2024-06-05T18:36:32.224Z | Compiling futures v0.3.30 |
| 2199 | 2024-06-05T18:36:32.270Z | Compiling pest_generator v2.7.10 |
| 2200 | 2024-06-05T18:36:32.344Z | Compiling scroll v0.12.0 |
| 2201 | 2024-06-05T18:36:32.348Z | Compiling usdt-impl v0.5.0 |
| 2202 | 2024-06-05T18:36:32.477Z | Compiling pretty-hex v0.4.1 |
| 2203 | 2024-06-05T18:36:32.672Z | Compiling flagset v0.4.5 |
| 2204 | 2024-06-05T18:36:32.852Z | Compiling goblin v0.8.2 |
| 2205 | 2024-06-05T18:36:32.892Z | Compiling inout v0.1.3 |
| 2206 | 2024-06-05T18:36:32.908Z | Compiling thread-id v4.2.1 |
| 2207 | 2024-06-05T18:36:33.023Z | Compiling sha2 v0.10.8 |
| 2208 | 2024-06-05T18:36:33.177Z | Compiling cipher v0.4.4 |
| 2209 | 2024-06-05T18:36:33.714Z | Compiling either v1.12.0 |
| 2210 | 2024-06-05T18:36:34.157Z | Compiling ff v0.13.0 |
| 2211 | 2024-06-05T18:36:34.626Z | Compiling der v0.7.9 |
| 2212 | 2024-06-05T18:36:34.630Z | Compiling base16ct v0.2.0 |
| 2213 | 2024-06-05T18:36:34.630Z | Compiling stable_deref_trait v1.2.0 |
| 2214 | 2024-06-05T18:36:34.630Z | Compiling group v0.13.0 |
| 2215 | 2024-06-05T18:36:34.759Z | Compiling hkdf v0.12.4 |
| 2216 | 2024-06-05T18:36:34.883Z | Compiling crossbeam-epoch v0.9.18 |
| 2217 | 2024-06-05T18:36:35.008Z | Compiling crypto-bigint v0.5.5 |
| 2218 | 2024-06-05T18:36:35.694Z | Compiling num-integer v0.1.46 |
| 2219 | 2024-06-05T18:36:36.008Z | Compiling pest_derive v2.7.10 |
| 2220 | 2024-06-05T18:36:36.493Z | Compiling spki v0.7.3 |
| 2221 | 2024-06-05T18:36:36.508Z | Compiling memmap v0.7.0 |
| 2222 | 2024-06-05T18:36:36.805Z | Compiling bytes v1.6.0 |
| 2223 | 2024-06-05T18:36:36.874Z | Compiling indexmap v2.2.6 |
| 2224 | 2024-06-05T18:36:37.021Z | Compiling uuid v1.8.0 |
| 2225 | 2024-06-05T18:36:37.692Z | Compiling tokio v1.37.0 |
| 2226 | 2024-06-05T18:36:37.994Z | Compiling chrono v0.4.38 |
| 2227 | 2024-06-05T18:36:38.139Z | Compiling bitflags v2.5.0 |
| 2228 | 2024-06-05T18:36:38.390Z | Compiling semver v1.0.23 |
| 2229 | 2024-06-05T18:36:38.472Z | Compiling http v0.2.12 |
| 2230 | 2024-06-05T18:36:38.596Z | Compiling serde_tokenstream v0.2.0 |
| 2231 | 2024-06-05T18:36:39.145Z | Compiling serde_spanned v0.6.6 |
| 2232 | 2024-06-05T18:36:39.169Z | Compiling toml_datetime v0.6.6 |
| 2233 | 2024-06-05T18:36:39.411Z | Compiling openssl v0.10.64 |
| 2234 | 2024-06-05T18:36:39.729Z | Compiling toml_edit v0.19.15 |
| 2235 | 2024-06-05T18:36:40.118Z | Compiling http-body v0.4.6 |
| 2236 | 2024-06-05T18:36:41.101Z | Compiling rustix v0.38.34 |
| 2237 | 2024-06-05T18:36:41.176Z | Compiling serde_urlencoded v0.7.1 |
| 2238 | 2024-06-05T18:36:41.741Z | Compiling openapiv3 v2.0.0 |
| 2239 | 2024-06-05T18:36:41.969Z | Compiling cookie_store v0.20.0 |
| 2240 | 2024-06-05T18:36:43.525Z | Compiling rustc_version v0.4.0 |
| 2241 | 2024-06-05T18:36:43.711Z | Compiling dof v0.3.0 |
| 2242 | 2024-06-05T18:36:44.224Z | Compiling dtrace-parser v0.2.0 |
| 2243 | 2024-06-05T18:36:44.368Z | Compiling pkcs8 v0.10.2 |
| 2244 | 2024-06-05T18:36:44.607Z | Compiling managed v0.8.0 |
| 2245 | 2024-06-05T18:36:45.063Z | Compiling sec1 v0.7.3 |
| 2246 | 2024-06-05T18:36:45.638Z | Compiling tokio-util v0.7.11 |
| 2247 | 2024-06-05T18:36:46.065Z | Compiling native-tls v0.2.11 |
| 2248 | 2024-06-05T18:36:46.288Z | Compiling tokio-rustls v0.24.1 |
| 2249 | 2024-06-05T18:36:46.526Z | Compiling tokio-native-tls v0.3.1 |
| 2250 | 2024-06-05T18:36:46.669Z | Compiling h2 v0.3.26 |
| 2251 | 2024-06-05T18:36:46.693Z | Compiling usdt-attr-macro v0.5.0 |
| 2252 | 2024-06-05T18:36:46.713Z | Compiling usdt-macro v0.5.0 |
| 2253 | 2024-06-05T18:36:47.129Z | Compiling elliptic-curve v0.13.8 |
| 2254 | 2024-06-05T18:36:47.129Z | Compiling unicode-segmentation v1.11.0 |
| 2255 | 2024-06-05T18:36:47.687Z | Compiling toml_edit v0.22.13 |
| 2256 | 2024-06-05T18:36:47.924Z | Compiling toml v0.7.8 |
| 2257 | 2024-06-05T18:36:48.033Z | Compiling ipnetwork v0.20.0 |
| 2258 | 2024-06-05T18:36:48.258Z | Compiling hex v0.4.3 |
| 2259 | 2024-06-05T18:36:48.368Z | Compiling usdt v0.5.0 |
| 2260 | 2024-06-05T18:36:48.418Z | Compiling matches v0.1.10 |
| 2261 | 2024-06-05T18:36:48.514Z | Compiling idna v0.2.3 |
| 2262 | 2024-06-05T18:36:48.869Z | Compiling enum-as-inner v0.5.1 |
| 2263 | 2024-06-05T18:36:48.873Z | Compiling siphasher v0.3.11 |
| 2264 | 2024-06-05T18:36:48.952Z | Compiling bit-vec v0.6.3 |
| 2265 | 2024-06-05T18:36:49.324Z | Compiling heapless v0.7.17 |
| 2266 | 2024-06-05T18:36:49.508Z | Compiling terminal_size v0.3.0 |
| 2267 | 2024-06-05T18:36:49.711Z | Compiling num-bigint v0.4.5 |
| 2268 | 2024-06-05T18:36:49.739Z | Compiling regress v0.9.1 |
| 2269 | 2024-06-05T18:36:49.756Z | Compiling signal-hook v0.3.17 |
| 2270 | 2024-06-05T18:36:49.924Z | Compiling trust-dns-proto v0.22.0 |
| 2271 | 2024-06-05T18:36:50.020Z | Compiling finl_unicode v1.2.0 |
| 2272 | 2024-06-05T18:36:50.188Z | Compiling clap_builder v4.5.2 |
| 2273 | 2024-06-05T18:36:50.725Z | Compiling stringprep v0.1.4 |
| 2274 | 2024-06-05T18:36:52.048Z | Compiling itertools v0.10.5 |
| 2275 | 2024-06-05T18:36:53.331Z | Compiling hyper v0.14.28 |
| 2276 | 2024-06-05T18:36:54.895Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2277 | 2024-06-05T18:36:54.998Z | Compiling yasna v0.5.2 |
| 2278 | 2024-06-05T18:36:56.443Z | Compiling md-5 v0.10.6 |
| 2279 | 2024-06-05T18:36:56.726Z | Compiling clap_derive v4.5.4 |
| 2280 | 2024-06-05T18:36:56.997Z | Compiling hash32 v0.2.1 |
| 2281 | 2024-06-05T18:36:57.378Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2282 | 2024-06-05T18:36:57.416Z | Compiling fallible-iterator v0.2.0 |
| 2283 | 2024-06-05T18:36:58.164Z | Compiling smoltcp v0.9.1 |
| 2284 | 2024-06-05T18:36:58.257Z | Compiling postgres-protocol v0.6.6 |
| 2285 | 2024-06-05T18:36:59.692Z | Compiling phf_shared v0.11.2 |
| 2286 | 2024-06-05T18:37:00.325Z | Compiling tokio-stream v0.1.15 |
| 2287 | 2024-06-05T18:37:00.331Z | Compiling hubpack_derive v0.1.1 |
| 2288 | 2024-06-05T18:37:00.332Z | Compiling zerocopy-derive v0.6.6 |
| 2289 | 2024-06-05T18:37:00.332Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2290 | 2024-06-05T18:37:00.512Z | Compiling hyper-tls v0.5.0 |
| 2291 | 2024-06-05T18:37:00.528Z | Compiling hyper-rustls v0.24.2 |
| 2292 | 2024-06-05T18:37:00.870Z | Compiling reqwest v0.11.27 |
| 2293 | 2024-06-05T18:37:00.887Z | Compiling scheduled-thread-pool v0.2.7 |
| 2294 | 2024-06-05T18:37:00.904Z | Compiling fs-err v2.11.0 |
| 2295 | 2024-06-05T18:37:00.907Z | Compiling fixedbitset v0.4.2 |
| 2296 | 2024-06-05T18:37:01.332Z | Compiling petgraph v0.6.5 |
| 2297 | 2024-06-05T18:37:01.389Z | Compiling r2d2 v0.8.10 |
| 2298 | 2024-06-05T18:37:01.502Z | Compiling hubpack v0.1.2 |
| 2299 | 2024-06-05T18:37:01.766Z | Compiling diesel_derives v2.1.4 |
| 2300 | 2024-06-05T18:37:01.913Z | Compiling clap v4.5.4 |
| 2301 | 2024-06-05T18:37:01.940Z | Compiling phf v0.11.2 |
| 2302 | 2024-06-05T18:37:02.264Z | Compiling signal-hook-mio v0.2.3 |
| 2303 | 2024-06-05T18:37:02.290Z | Compiling zerocopy v0.6.6 |
| 2304 | 2024-06-05T18:37:02.429Z | Compiling postgres-types v0.2.6 |
| 2305 | 2024-06-05T18:37:03.455Z | Compiling phf_shared v0.10.0 |
| 2306 | 2024-06-05T18:37:03.473Z | Compiling similar v2.5.0 |
| 2307 | 2024-06-05T18:37:03.890Z | Compiling num-iter v0.1.45 |
| 2308 | 2024-06-05T18:37:03.992Z | Compiling strum_macros v0.25.3 |
| 2309 | 2024-06-05T18:37:04.074Z | Compiling serde_repr v0.1.19 |
| 2310 | 2024-06-05T18:37:04.185Z | Compiling console v0.15.8 |
| 2311 | 2024-06-05T18:37:05.333Z | Compiling getopts v0.2.21 |
| 2312 | 2024-06-05T18:37:05.384Z | Compiling float-cmp v0.9.0 |
| 2313 | 2024-06-05T18:37:05.605Z | Compiling precomputed-hash v0.1.1 |
| 2314 | 2024-06-05T18:37:05.725Z | Compiling new_debug_unreachable v1.0.6 |
| 2315 | 2024-06-05T18:37:05.751Z | Compiling minimal-lexical v0.2.1 |
| 2316 | 2024-06-05T18:37:05.823Z | Compiling unsafe-libyaml v0.2.11 |
| 2317 | 2024-06-05T18:37:06.010Z | Compiling whoami v1.5.1 |
| 2318 | 2024-06-05T18:37:06.306Z | Compiling difflib v0.4.0 |
| 2319 | 2024-06-05T18:37:06.377Z | Compiling normalize-line-endings v0.3.0 |
| 2320 | 2024-06-05T18:37:06.515Z | Compiling static_assertions v1.1.0 |
| 2321 | 2024-06-05T18:37:06.623Z | Compiling predicates-core v1.0.6 |
| 2322 | 2024-06-05T18:37:06.677Z | Compiling tokio-postgres v0.7.10 |
| 2323 | 2024-06-05T18:37:07.008Z | Compiling predicates v3.1.0 |
| 2324 | 2024-06-05T18:37:07.775Z | Compiling serde_yaml v0.9.34+deprecated |
| 2325 | 2024-06-05T18:37:07.972Z | Compiling nom v7.1.3 |
| 2326 | 2024-06-05T18:37:08.338Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 2327 | 2024-06-05T18:37:08.847Z | Compiling string_cache v0.8.7 |
| 2328 | 2024-06-05T18:37:09.365Z | Compiling crossterm v0.27.0 |
| 2329 | 2024-06-05T18:37:11.873Z | Compiling bit-set v0.5.3 |
| 2330 | 2024-06-05T18:37:12.170Z | Compiling itertools v0.12.1 |
| 2331 | 2024-06-05T18:37:12.293Z | Compiling bstr v1.9.1 |
| 2332 | 2024-06-05T18:37:12.625Z | Compiling peg-runtime v0.8.3 |
| 2333 | 2024-06-05T18:37:13.229Z | Compiling unicode-xid v0.2.4 |
| 2334 | 2024-06-05T18:37:13.765Z | Compiling lalrpop-util v0.19.12 |
| 2335 | 2024-06-05T18:37:13.769Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2336 | 2024-06-05T18:37:13.769Z | Compiling sha1 v0.10.6 |
| 2337 | 2024-06-05T18:37:14.234Z | Compiling camino v1.1.7 |
| 2338 | 2024-06-05T18:37:14.234Z | Compiling strum_macros v0.26.2 |
| 2339 | 2024-06-05T18:37:14.234Z | Compiling base64 v0.22.1 |
| 2340 | 2024-06-05T18:37:14.850Z | Compiling toml v0.8.13 |
| 2341 | 2024-06-05T18:37:14.888Z | Compiling http v1.1.0 |
| 2342 | 2024-06-05T18:37:14.995Z | Compiling ident_case v1.0.1 |
| 2343 | 2024-06-05T18:37:15.192Z | Compiling rustls-pki-types v1.7.0 |
| 2344 | 2024-06-05T18:37:15.308Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2345 | 2024-06-05T18:37:15.329Z | Compiling darling_core v0.20.9 |
| 2346 | 2024-06-05T18:37:16.097Z | Compiling crossbeam-channel v0.5.12 |
| 2347 | 2024-06-05T18:37:16.611Z | Compiling rustls v0.22.4 |
| 2348 | 2024-06-05T18:37:16.874Z | Compiling paste v1.0.15 |
| 2349 | 2024-06-05T18:37:17.020Z | Compiling slog-async v2.8.0 |
| 2350 | 2024-06-05T18:37:17.296Z | Compiling slog-term v2.9.1 |
| 2351 | 2024-06-05T18:37:17.453Z | Compiling rustls-webpki v0.102.4 |
| 2352 | 2024-06-05T18:37:17.473Z | Compiling instant v0.1.12 |
| 2353 | 2024-06-05T18:37:17.627Z | Compiling multer v3.1.0 |
| 2354 | 2024-06-05T18:37:17.856Z | Compiling diesel v2.1.6 |
| 2355 | 2024-06-05T18:37:18.218Z | Compiling slog-json v2.6.1 |
| 2356 | 2024-06-05T18:37:18.618Z | Compiling async-stream-impl v0.3.5 |
| 2357 | 2024-06-05T18:37:19.236Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2358 | 2024-06-05T18:37:19.518Z | Compiling strum v0.26.2 |
| 2359 | 2024-06-05T18:37:19.538Z | Compiling debug-ignore v1.0.5 |
| 2360 | 2024-06-05T18:37:20.094Z | Compiling atomic-waker v1.1.2 |
| 2361 | 2024-06-05T18:37:20.099Z | Compiling slog-bunyan v2.5.0 |
| 2362 | 2024-06-05T18:37:20.099Z | Compiling waitgroup v0.1.2 |
| 2363 | 2024-06-05T18:37:20.100Z | Compiling rustls-pemfile v2.1.2 |
| 2364 | 2024-06-05T18:37:20.100Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2365 | 2024-06-05T18:37:20.100Z | Compiling async-stream v0.3.5 |
| 2366 | 2024-06-05T18:37:20.100Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2367 | 2024-06-05T18:37:20.142Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2368 | 2024-06-05T18:37:20.369Z | Compiling serde_path_to_error v0.1.16 |
| 2369 | 2024-06-05T18:37:20.400Z | Compiling structmeta-derive v0.3.0 |
| 2370 | 2024-06-05T18:37:20.935Z | Compiling hostname v0.4.0 |
| 2371 | 2024-06-05T18:37:21.198Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 2372 | 2024-06-05T18:37:21.235Z | Compiling newtype-uuid v1.1.0 |
| 2373 | 2024-06-05T18:37:21.482Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2374 | 2024-06-05T18:37:21.546Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2375 | 2024-06-05T18:37:21.834Z | Compiling backoff v0.4.0 |
| 2376 | 2024-06-05T18:37:22.162Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2377 | 2024-06-05T18:37:22.267Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2378 | 2024-06-05T18:37:22.329Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
| 2379 | 2024-06-05T18:37:22.399Z | Compiling macaddr v1.0.1 |
| 2380 | 2024-06-05T18:37:22.449Z | Compiling proc-macro-crate v1.3.1 |
| 2381 | 2024-06-05T18:37:22.778Z | Compiling darling_macro v0.20.9 |
| 2382 | 2024-06-05T18:37:22.846Z | Compiling tokio-rustls v0.25.0 |
| 2383 | 2024-06-05T18:37:23.067Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2384 | 2024-06-05T18:37:23.406Z | Compiling fastrand v2.1.0 |
| 2385 | 2024-06-05T18:37:23.534Z | Compiling structmeta v0.3.0 |
| 2386 | 2024-06-05T18:37:23.549Z | Compiling num_enum_derive v0.5.11 |
| 2387 | 2024-06-05T18:37:23.794Z | Compiling darling v0.20.9 |
| 2388 | 2024-06-05T18:37:23.918Z | Compiling serde_with_macros v3.8.1 |
| 2389 | 2024-06-05T18:37:23.950Z | Compiling tempfile v3.10.1 |
| 2390 | 2024-06-05T18:37:24.011Z | Compiling parse-display-derive v0.9.0 |
| 2391 | 2024-06-05T18:37:24.936Z | Compiling proc-macro-error-attr v1.0.4 |
| 2392 | 2024-06-05T18:37:25.297Z | Compiling proc-macro-error v1.0.4 |
| 2393 | 2024-06-05T18:37:25.579Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2394 | 2024-06-05T18:37:26.422Z | Compiling num_enum v0.5.11 |
| 2395 | 2024-06-05T18:37:26.591Z | Compiling foreign-types-macros v0.2.3 |
| 2396 | 2024-06-05T18:37:26.918Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2397 | 2024-06-05T18:37:27.188Z | Compiling serde_with v3.8.1 |
| 2398 | 2024-06-05T18:37:27.205Z | Compiling foreign-types-shared v0.3.1 |
| 2399 | 2024-06-05T18:37:27.324Z | Compiling heapless v0.8.0 |
| 2400 | 2024-06-05T18:37:27.867Z | Compiling foreign-types v0.5.0 |
| 2401 | 2024-06-05T18:37:28.556Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2402 | 2024-06-05T18:37:28.706Z | Compiling hash32 v0.3.1 |
| 2403 | 2024-06-05T18:37:28.906Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2404 | 2024-06-05T18:37:28.929Z | Compiling parse-display v0.9.0 |
| 2405 | 2024-06-05T18:37:28.950Z | Compiling cstr-argument v0.1.2 |
| 2406 | 2024-06-05T18:37:28.956Z | Compiling smoltcp v0.11.0 |
| 2407 | 2024-06-05T18:37:29.208Z | Compiling pretty-hex v0.2.1 |
| 2408 | 2024-06-05T18:37:29.407Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2409 | 2024-06-05T18:37:29.611Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2410 | 2024-06-05T18:37:29.777Z | Compiling camino-tempfile v1.1.1 |
| 2411 | 2024-06-05T18:37:29.820Z | Compiling tabwriter v1.4.0 |
| 2412 | 2024-06-05T18:37:30.233Z | Compiling colored v2.1.0 |
| 2413 | 2024-06-05T18:37:30.264Z | Compiling socket2 v0.4.10 |
| 2414 | 2024-06-05T18:37:30.382Z | Compiling embedded-io v0.4.0 |
| 2415 | 2024-06-05T18:37:30.624Z | Compiling cobs v0.2.3 |
| 2416 | 2024-06-05T18:37:30.937Z | Compiling postcard v1.0.8 |
| 2417 | 2024-06-05T18:37:30.991Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 2418 | 2024-06-05T18:37:31.157Z | Compiling crucible-workspace-hack v0.1.0 |
| 2419 | 2024-06-05T18:37:31.274Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 2420 | 2024-06-05T18:37:31.389Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 2421 | 2024-06-05T18:37:31.440Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2422 | 2024-06-05T18:37:31.557Z | Compiling smf v0.2.3 |
| 2423 | 2024-06-05T18:37:31.731Z | Compiling humantime v2.1.0 |
| 2424 | 2024-06-05T18:37:31.773Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2425 | 2024-06-05T18:37:32.114Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2426 | 2024-06-05T18:37:32.267Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2427 | 2024-06-05T18:37:32.279Z | Compiling num-derive v0.4.2 |
| 2428 | 2024-06-05T18:37:32.759Z | Compiling sigpipe v0.1.3 |
| 2429 | 2024-06-05T18:37:32.887Z | Compiling utf-8 v0.7.6 |
| 2430 | 2024-06-05T18:37:33.039Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2431 | 2024-06-05T18:37:33.242Z | Compiling atty v0.2.14 |
| 2432 | 2024-06-05T18:37:33.383Z | Compiling same-file v1.0.6 |
| 2433 | 2024-06-05T18:37:33.478Z | Compiling platforms v3.4.0 |
| 2434 | 2024-06-05T18:37:33.619Z | Compiling rayon-core v1.12.1 |
| 2435 | 2024-06-05T18:37:33.634Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2436 | 2024-06-05T18:37:33.887Z | Compiling semver v0.1.20 |
| 2437 | 2024-06-05T18:37:34.131Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 2438 | 2024-06-05T18:37:34.635Z | Compiling rustc_version v0.1.7 |
| 2439 | 2024-06-05T18:37:34.823Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 2440 | 2024-06-05T18:37:35.179Z | Compiling curve25519-dalek v4.1.2 |
| 2441 | 2024-06-05T18:37:35.415Z | Compiling walkdir v2.5.0 |
| 2442 | 2024-06-05T18:37:35.795Z | Compiling newline-converter v0.3.0 |
| 2443 | 2024-06-05T18:37:35.815Z | Compiling crossbeam-deque v0.8.5 |
| 2444 | 2024-06-05T18:37:35.968Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 2445 | 2024-06-05T18:37:35.987Z | Compiling universal-hash v0.5.1 |
| 2446 | 2024-06-05T18:37:36.004Z | Compiling opaque-debug v0.3.1 |
| 2447 | 2024-06-05T18:37:36.101Z | Compiling expectorate v1.1.0 |
| 2448 | 2024-06-05T18:37:36.189Z | Compiling newtype_derive v0.1.6 |
| 2449 | 2024-06-05T18:37:36.238Z | Compiling tungstenite v0.20.1 |
| 2450 | 2024-06-05T18:37:36.262Z | Compiling xattr v1.3.1 |
| 2451 | 2024-06-05T18:37:36.278Z | Compiling signature v2.2.0 |
| 2452 | 2024-06-05T18:37:36.459Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2453 | 2024-06-05T18:37:36.529Z | Compiling blake3 v1.5.1 |
| 2454 | 2024-06-05T18:37:36.574Z | Compiling ring v0.16.20 |
| 2455 | 2024-06-05T18:37:37.135Z | Compiling unicase v2.7.0 |
| 2456 | 2024-06-05T18:37:37.427Z | Compiling arc-swap v1.7.1 |
| 2457 | 2024-06-05T18:37:37.635Z | Compiling termcolor v1.4.1 |
| 2458 | 2024-06-05T18:37:38.014Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=d6177ca84f23e60a661461bb4cece475689502d2#d6177ca8) |
| 2459 | 2024-06-05T18:37:38.032Z | Compiling getrandom v0.1.16 |
| 2460 | 2024-06-05T18:37:38.079Z | Compiling quick-error v1.2.3 |
| 2461 | 2024-06-05T18:37:38.110Z | Compiling linked-hash-map v0.5.6 |
| 2462 | 2024-06-05T18:37:38.236Z | Compiling convert_case v0.4.0 |
| 2463 | 2024-06-05T18:37:38.368Z | Compiling resolv-conf v0.7.0 |
| 2464 | 2024-06-05T18:37:38.476Z | Compiling lru-cache v0.1.2 |
| 2465 | 2024-06-05T18:37:38.558Z | Compiling env_logger v0.9.3 |
| 2466 | 2024-06-05T18:37:38.795Z | Compiling slog-scope v4.4.0 |
| 2467 | 2024-06-05T18:37:39.373Z | Compiling derive_more v0.99.17 |
| 2468 | 2024-06-05T18:37:39.389Z | Compiling tokio-tungstenite v0.20.1 |
| 2469 | 2024-06-05T18:37:39.962Z | Compiling tar v0.4.40 |
| 2470 | 2024-06-05T18:37:40.042Z | Compiling rayon v1.10.0 |
| 2471 | 2024-06-05T18:37:40.398Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2472 | 2024-06-05T18:37:40.883Z | Compiling blake2 v0.10.6 |
| 2473 | 2024-06-05T18:37:41.733Z | Compiling bitstruct_derive v0.1.0 |
| 2474 | 2024-06-05T18:37:41.881Z | Compiling derive-where v1.2.7 |
| 2475 | 2024-06-05T18:37:42.252Z | Compiling password-hash v0.5.0 |
| 2476 | 2024-06-05T18:37:43.121Z | Compiling memmap2 v0.9.4 |
| 2477 | 2024-06-05T18:37:43.353Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2478 | 2024-06-05T18:37:43.501Z | Compiling arrayvec v0.7.4 |
| 2479 | 2024-06-05T18:37:43.581Z | Compiling untrusted v0.7.1 |
| 2480 | 2024-06-05T18:37:43.780Z | Compiling home v0.5.9 |
| 2481 | 2024-06-05T18:37:43.906Z | Compiling ascii v1.1.0 |
| 2482 | 2024-06-05T18:37:44.072Z | Compiling libefi-sys v0.1.0 |
| 2483 | 2024-06-05T18:37:44.362Z | Compiling arrayref v0.3.7 |
| 2484 | 2024-06-05T18:37:44.474Z | Compiling constant_time_eq v0.3.0 |
| 2485 | 2024-06-05T18:37:44.571Z | Compiling parking_lot_core v0.8.6 |
| 2486 | 2024-06-05T18:37:45.050Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2487 | 2024-06-05T18:37:45.073Z | Compiling toolchain_find v0.4.0 |
| 2488 | 2024-06-05T18:37:45.773Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2489 | 2024-06-05T18:37:46.060Z | Compiling bitstruct v0.1.1 |
| 2490 | 2024-06-05T18:37:46.181Z | Compiling argon2 v0.5.3 |
| 2491 | 2024-06-05T18:37:46.327Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2492 | 2024-06-05T18:37:46.738Z | Compiling slog-stdlog v4.1.1 |
| 2493 | 2024-06-05T18:37:47.101Z | Compiling trust-dns-resolver v0.22.0 |
| 2494 | 2024-06-05T18:37:47.481Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2495 | 2024-06-05T18:37:47.551Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2496 | 2024-06-05T18:37:47.932Z | Compiling serde_arrays v0.1.0 |
| 2497 | 2024-06-05T18:37:47.965Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2498 | 2024-06-05T18:37:48.037Z | Compiling erased-serde v0.3.31 |
| 2499 | 2024-06-05T18:37:48.100Z | Compiling num-rational v0.4.2 |
| 2500 | 2024-06-05T18:37:48.195Z | Compiling rfc6979 v0.4.0 |
| 2501 | 2024-06-05T18:37:48.391Z | Compiling aead v0.5.2 |
| 2502 | 2024-06-05T18:37:48.766Z | Compiling num-complex v0.4.6 |
| 2503 | 2024-06-05T18:37:49.074Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2504 | 2024-06-05T18:37:49.385Z | Compiling nibble_vec v0.1.0 |
| 2505 | 2024-06-05T18:37:49.490Z | Compiling slog-dtrace v0.3.0 |
| 2506 | 2024-06-05T18:37:49.550Z | Compiling endian-type v0.1.2 |
| 2507 | 2024-06-05T18:37:49.604Z | Compiling keccak v0.1.5 |
| 2508 | 2024-06-05T18:37:49.757Z | Compiling topological-sort v0.2.2 |
| 2509 | 2024-06-05T18:37:49.786Z | Compiling cancel-safe-futures v0.1.5 |
| 2510 | 2024-06-05T18:37:49.904Z | Compiling num v0.4.3 |
| 2511 | 2024-06-05T18:37:49.973Z | Compiling omicron-zone-package v0.11.0 |
| 2512 | 2024-06-05T18:37:49.992Z | Compiling sha3 v0.10.8 |
| 2513 | 2024-06-05T18:37:50.013Z | Compiling radix_trie v0.2.1 |
| 2514 | 2024-06-05T18:37:50.262Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2515 | 2024-06-05T18:37:50.668Z | Compiling ecdsa v0.16.9 |
| 2516 | 2024-06-05T18:37:50.728Z | Compiling rand_core v0.5.1 |
| 2517 | 2024-06-05T18:37:51.036Z | Compiling mime_guess v2.0.4 |
| 2518 | 2024-06-05T18:37:51.253Z | Compiling slog-envlogger v2.2.0 |
| 2519 | 2024-06-05T18:37:51.537Z | Compiling steno v0.4.0 |
| 2520 | 2024-06-05T18:37:52.040Z | Compiling rustfmt-wrapper v0.2.1 |
| 2521 | 2024-06-05T18:37:53.010Z | Compiling poly1305 v0.8.0 |
| 2522 | 2024-06-05T18:37:53.059Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2523 | 2024-06-05T18:37:53.700Z | Compiling heck v0.3.3 |
| 2524 | 2024-06-05T18:37:53.812Z | Compiling primeorder v0.13.6 |
| 2525 | 2024-06-05T18:37:54.132Z | Compiling chacha20 v0.9.1 |
| 2526 | 2024-06-05T18:37:54.336Z | Compiling secrecy v0.8.0 |
| 2527 | 2024-06-05T18:37:54.627Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2528 | 2024-06-05T18:37:54.627Z | Compiling half v2.4.1 |
| 2529 | 2024-06-05T18:37:54.802Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2530 | 2024-06-05T18:37:54.950Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2531 | 2024-06-05T18:37:55.083Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 2532 | 2024-06-05T18:37:55.210Z | Compiling ciborium-io v0.2.2 |
| 2533 | 2024-06-05T18:37:55.345Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2534 | 2024-06-05T18:37:55.363Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2535 | 2024-06-05T18:37:55.378Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2536 | 2024-06-05T18:37:56.152Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2537 | 2024-06-05T18:37:56.177Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2538 | 2024-06-05T18:37:56.584Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2539 | 2024-06-05T18:37:56.647Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2540 | 2024-06-05T18:37:56.992Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2541 | 2024-06-05T18:37:57.308Z | Compiling option-ext v0.2.0 |
| 2542 | 2024-06-05T18:37:57.428Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2543 | 2024-06-05T18:37:57.446Z | Compiling dirs-sys v0.4.1 |
| 2544 | 2024-06-05T18:37:57.533Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2545 | 2024-06-05T18:37:57.579Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2546 | 2024-06-05T18:37:57.812Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2547 | 2024-06-05T18:37:57.969Z | Compiling thiserror-no-std v2.0.2 |
| 2548 | 2024-06-05T18:37:58.109Z | Compiling ciborium-ll v0.2.2 |
| 2549 | 2024-06-05T18:37:58.160Z | Compiling zone_cfg_derive v0.1.2 |
| 2550 | 2024-06-05T18:37:58.522Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2551 | 2024-06-05T18:37:58.754Z | Compiling parking_lot v0.11.2 |
| 2552 | 2024-06-05T18:37:58.956Z | Compiling rand_chacha v0.2.2 |
| 2553 | 2024-06-05T18:37:59.696Z | Compiling trust-dns-client v0.22.0 |
| 2554 | 2024-06-05T18:38:00.354Z | Compiling ed25519 v2.2.3 |
| 2555 | 2024-06-05T18:38:00.393Z | Compiling polyval v0.6.2 |
| 2556 | 2024-06-05T18:38:00.839Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2557 | 2024-06-05T18:38:00.879Z | Compiling tungstenite v0.21.0 |
| 2558 | 2024-06-05T18:38:01.037Z | Compiling libsw v3.3.1 |
| 2559 | 2024-06-05T18:38:01.281Z | Compiling toml v0.5.11 |
| 2560 | 2024-06-05T18:38:01.368Z | Compiling aes v0.8.4 |
| 2561 | 2024-06-05T18:38:02.961Z | Compiling blowfish v0.9.1 |
| 2562 | 2024-06-05T18:38:03.069Z | Compiling ctr v0.9.2 |
| 2563 | 2024-06-05T18:38:03.130Z | Compiling pbkdf2 v0.12.2 |
| 2564 | 2024-06-05T18:38:03.312Z | Compiling password-hash v0.4.2 |
| 2565 | 2024-06-05T18:38:03.394Z | Compiling fxhash v0.2.1 |
| 2566 | 2024-06-05T18:38:03.423Z | Compiling gethostname v0.4.3 |
| 2567 | 2024-06-05T18:38:03.603Z | Compiling base64 v0.13.1 |
| 2568 | 2024-06-05T18:38:03.719Z | Compiling linear-map v1.2.0 |
| 2569 | 2024-06-05T18:38:04.081Z | Compiling owo-colors v4.0.0 |
| 2570 | 2024-06-05T18:38:04.217Z | Compiling ron v0.7.1 |
| 2571 | 2024-06-05T18:38:04.244Z | Compiling pbkdf2 v0.11.0 |
| 2572 | 2024-06-05T18:38:04.279Z | Compiling sled v0.34.7 |
| 2573 | 2024-06-05T18:38:04.644Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2574 | 2024-06-05T18:38:05.124Z | Compiling trust-dns-server v0.22.1 |
| 2575 | 2024-06-05T18:38:05.271Z | Compiling tokio-tungstenite v0.21.0 |
| 2576 | 2024-06-05T18:38:05.836Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2577 | 2024-06-05T18:38:06.500Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2578 | 2024-06-05T18:38:06.637Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2579 | 2024-06-05T18:38:10.872Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2580 | 2024-06-05T18:38:11.893Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2581 | 2024-06-05T18:38:12.397Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2582 | 2024-06-05T18:38:13.056Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2583 | 2024-06-05T18:38:13.735Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2584 | 2024-06-05T18:38:13.847Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2585 | 2024-06-05T18:38:14.159Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2586 | 2024-06-05T18:38:14.987Z | Compiling ghash v0.5.1 |
| 2587 | 2024-06-05T18:38:15.191Z | Compiling ed25519-dalek v2.1.1 |
| 2588 | 2024-06-05T18:38:15.868Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2589 | 2024-06-05T18:38:16.300Z | Compiling zone v0.1.8 |
| 2590 | 2024-06-05T18:38:16.361Z | Compiling rand v0.7.3 |
| 2591 | 2024-06-05T18:38:16.452Z | Compiling ciborium v0.2.2 |
| 2592 | 2024-06-05T18:38:17.858Z | Compiling vsss-rs v3.3.4 |
| 2593 | 2024-06-05T18:38:18.059Z | Compiling dirs v5.0.1 |
| 2594 | 2024-06-05T18:38:18.275Z | Compiling chacha20poly1305 v0.10.1 |
| 2595 | 2024-06-05T18:38:18.516Z | Compiling p521 v0.13.3 |
| 2596 | 2024-06-05T18:38:18.823Z | Compiling p256 v0.13.2 |
| 2597 | 2024-06-05T18:38:18.959Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2598 | 2024-06-05T18:38:19.717Z | Compiling pem v3.0.4 |
| 2599 | 2024-06-05T18:38:20.347Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2600 | 2024-06-05T18:38:20.605Z | Compiling headers-core v0.2.0 |
| 2601 | 2024-06-05T18:38:20.744Z | Compiling cbc v0.1.2 |
| 2602 | 2024-06-05T18:38:20.783Z | Compiling kstat-rs v0.2.3 |
| 2603 | 2024-06-05T18:38:20.917Z | Compiling portpicker v0.1.1 |
| 2604 | 2024-06-05T18:38:20.986Z | Compiling nanorand v0.7.0 |
| 2605 | 2024-06-05T18:38:21.016Z | Compiling russh-cryptovec v0.7.2 |
| 2606 | 2024-06-05T18:38:21.261Z | Compiling glob v0.3.1 |
| 2607 | 2024-06-05T18:38:21.337Z | Compiling http-range v0.1.5 |
| 2608 | 2024-06-05T18:38:21.459Z | Compiling flume v0.11.0 |
| 2609 | 2024-06-05T18:38:21.624Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2610 | 2024-06-05T18:38:21.706Z | Compiling hyper-staticfile v0.9.5 |
| 2611 | 2024-06-05T18:38:22.269Z | Compiling russh-keys v0.43.0 |
| 2612 | 2024-06-05T18:38:22.475Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2613 | 2024-06-05T18:38:22.760Z | Compiling headers v0.3.9 |
| 2614 | 2024-06-05T18:38:24.853Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2615 | 2024-06-05T18:38:25.731Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2616 | 2024-06-05T18:38:25.766Z | Compiling rcgen v0.12.1 |
| 2617 | 2024-06-05T18:38:26.067Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2618 | 2024-06-05T18:38:28.178Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2619 | 2024-06-05T18:38:28.434Z | Compiling aes-gcm v0.10.3 |
| 2620 | 2024-06-05T18:38:28.911Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2621 | 2024-06-05T18:38:29.556Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2622 | 2024-06-05T18:38:30.181Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 2623 | 2024-06-05T18:38:31.880Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2624 | 2024-06-05T18:38:32.313Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
| 2625 | 2024-06-05T18:38:33.696Z | Compiling atomicwrites v0.4.3 |
| 2626 | 2024-06-05T18:38:34.084Z | Compiling subprocess v0.2.9 |
| 2627 | 2024-06-05T18:38:36.270Z | Compiling display-error-chain v0.2.0 |
| 2628 | 2024-06-05T18:38:36.449Z | Compiling hex-literal v0.4.1 |
| 2629 | 2024-06-05T18:38:36.503Z | Compiling dhcproto-macros v0.1.0 |
| 2630 | 2024-06-05T18:38:36.613Z | Compiling russh v0.43.0 |
| 2631 | 2024-06-05T18:38:37.502Z | Compiling dhcproto v0.11.0 |
| 2632 | 2024-06-05T18:38:39.241Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2633 | 2024-06-05T18:38:40.406Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2634 | 2024-06-05T18:38:41.059Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2635 | 2024-06-05T18:38:41.536Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2636 | 2024-06-05T18:38:42.063Z | Compiling internet-checksum v0.2.1 |
| 2637 | 2024-06-05T18:38:43.887Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2638 | 2024-06-05T18:39:04.017Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2639 | 2024-06-05T18:39:49.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 43s |
| 2640 | 2024-06-05T18:39:49.430Z | |
| 2641 | 2024-06-05T18:39:49.434Z | real 3:43.943476080 |
| 2642 | 2024-06-05T18:39:49.434Z | user 19:49.597895495 |
| 2643 | 2024-06-05T18:39:49.434Z | sys 4:14.233223076 |
| 2644 | 2024-06-05T18:39:49.434Z | trap 0.581286059 |
| 2645 | 2024-06-05T18:39:49.434Z | tflt 0.523479393 |
| 2646 | 2024-06-05T18:39:49.434Z | dflt 1.935698645 |
| 2647 | 2024-06-05T18:39:49.434Z | kflt 0.000206270 |
| 2648 | 2024-06-05T18:39:49.434Z | lock 42:32.051672903 |
| 2649 | 2024-06-05T18:39:49.434Z | slp 56:39.864824787 |
| 2650 | 2024-06-05T18:39:49.434Z | lat 1:04.588271332 |
| 2651 | 2024-06-05T18:39:49.434Z | stop 2:26.461174251 |
| 2652 | 2024-06-05T18:39:49.434Z | + mkdir tests |
| 2653 | 2024-06-05T18:39:49.438Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2654 | 2024-06-05T18:39:49.438Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2655 | 2024-06-05T18:39:50.434Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-464cb48f2c4503d8 tests/ |
| 2656 | 2024-06-05T18:39:50.454Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-f9f03874decddf45 tests/ |
| 2657 | 2024-06-05T18:39:50.473Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-3a6ffb54f41f3cf2 tests/ |
| 2658 | 2024-06-05T18:39:50.498Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-0b0a517b73fe1ae3 tests/ |
| 2659 | 2024-06-05T18:39:50.790Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
| 2660 | 2024-06-05T18:39:50.793Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-f9f03874decddf45 tests/commtest-3a6ffb54f41f3cf2 tests/dhcp_server-464cb48f2c4503d8 tests/end_to_end_tests-0b0a517b73fe1ae3 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
| 2661 | 2024-06-05T18:40:54.727Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2662 | 2024-06-05T18:40:54.727Z | a out/target/test 1K |
| 2663 | 2024-06-05T18:40:54.727Z | a out/npuzone/npuzone 23144K |
| 2664 | 2024-06-05T18:40:54.727Z | a package-manifest.toml 28K |
| 2665 | 2024-06-05T18:40:54.727Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2666 | 2024-06-05T18:40:54.727Z | a target/release/omicron-package 31807K |
| 2667 | 2024-06-05T18:40:54.727Z | a target/release/xtask 13855K |
| 2668 | 2024-06-05T18:40:54.728Z | a target/debug/bootstrap 351305K |
| 2669 | 2024-06-05T18:40:54.728Z | a tests/bootstrap-f9f03874decddf45 23989K |
| 2670 | 2024-06-05T18:40:54.728Z | a tests/commtest-3a6ffb54f41f3cf2 23990K |
| 2671 | 2024-06-05T18:40:54.728Z | a tests/dhcp_server-464cb48f2c4503d8 23989K |
| 2672 | 2024-06-05T18:40:54.728Z | a tests/end_to_end_tests-0b0a517b73fe1ae3 360853K |
| 2673 | 2024-06-05T18:40:54.728Z | a out/clickhouse.tar.gz 222995K |
| 2674 | 2024-06-05T18:40:54.728Z | a out/clickhouse_keeper.tar.gz 222978K |
| 2675 | 2024-06-05T18:40:54.728Z | a out/cockroachdb.tar.gz 131102K |
| 2676 | 2024-06-05T18:40:54.728Z | a out/crucible-pantry-zone.tar.gz 27294K |
| 2677 | 2024-06-05T18:40:54.728Z | a out/crucible-zone.tar.gz 38056K |
| 2678 | 2024-06-05T18:40:54.729Z | a out/external-dns.tar.gz 25087K |
| 2679 | 2024-06-05T18:40:54.729Z | a out/internal-dns.tar.gz 25088K |
| 2680 | 2024-06-05T18:40:54.729Z | a out/mg-ddm-gz.tar 61262K |
| 2681 | 2024-06-05T18:40:54.729Z | a out/nexus.tar.gz 82451K |
| 2682 | 2024-06-05T18:40:54.729Z | a out/ntp.tar.gz 8844K |
| 2683 | 2024-06-05T18:40:54.729Z | a out/omicron-gateway-softnpu.tar.gz 13745K |
| 2684 | 2024-06-05T18:40:54.729Z | a out/omicron-sled-agent.tar 92678K |
| 2685 | 2024-06-05T18:40:54.729Z | a out/overlay.tar.gz 3K |
| 2686 | 2024-06-05T18:40:54.729Z | a out/oximeter.tar.gz 40340K |
| 2687 | 2024-06-05T18:40:54.729Z | a out/oxlog.tar 2954K |
| 2688 | 2024-06-05T18:40:54.729Z | a out/probe.tar.gz 2764K |
| 2689 | 2024-06-05T18:40:54.729Z | a out/propolis-server.tar.gz 65435K |
| 2690 | 2024-06-05T18:40:54.729Z | a out/pumpkind-gz.tar 26665K |
| 2691 | 2024-06-05T18:40:54.730Z | a out/switch-softnpu.tar.gz 195560K |
| 2692 | 2024-06-05T18:40:54.734Z | |
| 2693 | 2024-06-05T18:40:54.734Z | real 1:03.925539664 |
| 2694 | 2024-06-05T18:40:54.734Z | user 1:01.143200578 |
| 2695 | 2024-06-05T18:40:54.735Z | sys 3.798242575 |
| 2696 | 2024-06-05T18:40:54.735Z | trap 0.014201865 |
| 2697 | 2024-06-05T18:40:54.735Z | tflt 0.000000000 |
| 2698 | 2024-06-05T18:40:54.735Z | dflt 0.000000000 |
| 2699 | 2024-06-05T18:40:54.735Z | kflt 0.000000000 |
| 2700 | 2024-06-05T18:40:54.735Z | lock 0.000000000 |
| 2701 | 2024-06-05T18:40:54.735Z | slp 1:01.086709274 |
| 2702 | 2024-06-05T18:40:54.735Z | lat 1.804290140 |
| 2703 | 2024-06-05T18:40:54.735Z | stop 0.000194355 |
| 2704 | 2024-06-05T18:40:54.735Z | process exited: duration 1714185 ms, exit code 0 |
| |
| 2705 | 2024-06-05T18:40:54.756Z | found 1 output files |
| 2706 | 2024-06-05T18:40:54.756Z | uploading: /work/package.tar.gz (1395106145 bytes) |
| 2707 | 2024-06-05T18:49:36.972Z | uploaded: /work/package.tar.gz |