|
|
|
| 1 | 2024-06-24T21:45:18.572Z | job assigned to worker 01J1639ZBGDFR72TP6P9K71CQ5 (queued for 59 s) |
| |
| 2 | 2024-06-24T21:45:26.549Z | starting task 0: "setup" |
| 3 | 2024-06-24T21:45:26.609Z | ++ uname -s |
| 4 | 2024-06-24T21:45:26.613Z | + kern=SunOS |
| 5 | 2024-06-24T21:45:26.613Z | + case "$kern" in |
| 6 | 2024-06-24T21:45:26.613Z | + groupadd -g 12345 build |
| 7 | 2024-06-24T21:45:26.623Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-06-24T21:45:28.625Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-06-24T21:45:28.716Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-06-24T21:45:28.720Z | + home_fs=zfs |
| 11 | 2024-06-24T21:45:28.720Z | + [[ zfs == autofs ]] |
| 12 | 2024-06-24T21:45:28.720Z | + mkdir -p /home/build |
| 13 | 2024-06-24T21:45:28.720Z | + chown build:build /home/build /work |
| 14 | 2024-06-24T21:45:30.729Z | + chmod 0700 /home/build /work |
| 15 | 2024-06-24T21:45:30.742Z | process exited: duration 4175 ms, exit code 0 |
| |
| 16 | 2024-06-24T21:45:30.764Z | starting task 1: "rust-toolchain" |
| 17 | 2024-06-24T21:45:30.783Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-06-24T21:45:30.783Z | ' 1.78.0 |
| 19 | 2024-06-24T21:45:30.783Z | * toolchain channel = "1.78.0" |
| 20 | 2024-06-24T21:45:30.783Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-06-24T21:45:30.783Z | ' default |
| 22 | 2024-06-24T21:45:30.783Z | * toolchain profile = "default" |
| 23 | 2024-06-24T21:45:30.784Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-06-24T21:45:30.784Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-06-24T21:45:30.889Z | info: downloading installer |
| 26 | 2024-06-24T21:45:32.366Z | info: profile set to 'default' |
| 27 | 2024-06-24T21:45:32.366Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-06-24T21:45:32.369Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-06-24T21:45:32.540Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-06-24T21:45:32.540Z | info: downloading component 'cargo' |
| 31 | 2024-06-24T21:45:33.584Z | info: downloading component 'clippy' |
| 32 | 2024-06-24T21:45:33.919Z | info: downloading component 'rust-docs' |
| 33 | 2024-06-24T21:45:35.289Z | info: downloading component 'rust-std' |
| 34 | 2024-06-24T21:45:37.485Z | info: downloading component 'rustc' |
| 35 | 2024-06-24T21:45:45.041Z | info: downloading component 'rustfmt' |
| 36 | 2024-06-24T21:45:45.077Z | info: installing component 'cargo' |
| 37 | 2024-06-24T21:45:45.077Z | info: installing component 'clippy' |
| 38 | 2024-06-24T21:45:45.077Z | info: installing component 'rust-docs' |
| 39 | 2024-06-24T21:45:45.973Z | info: installing component 'rust-std' |
| 40 | 2024-06-24T21:45:47.699Z | info: installing component 'rustc' |
| 41 | 2024-06-24T21:45:51.869Z | info: installing component 'rustfmt' |
| 42 | 2024-06-24T21:45:52.238Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-06-24T21:45:52.238Z | |
| 44 | 2024-06-24T21:45:52.522Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-06-24T21:45:52.522Z | |
| 46 | 2024-06-24T21:45:52.525Z | |
| 47 | 2024-06-24T21:45:52.525Z | Rust is installed now. Great! |
| 48 | 2024-06-24T21:45:52.525Z | |
| 49 | 2024-06-24T21:45:52.525Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-06-24T21:45:52.525Z | environment variable. This has not been done automatically. |
| 51 | 2024-06-24T21:45:52.525Z | |
| 52 | 2024-06-24T21:45:52.525Z | To configure your current shell, you need to source |
| 53 | 2024-06-24T21:45:52.525Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-06-24T21:45:52.525Z | |
| 55 | 2024-06-24T21:45:52.525Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-06-24T21:45:52.525Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-06-24T21:45:52.525Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-06-24T21:45:52.698Z | + rustc --version |
| 59 | 2024-06-24T21:45:52.760Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-06-24T21:45:52.762Z | process exited: duration 22002 ms, exit code 0 |
| |
| 61 | 2024-06-24T21:45:52.768Z | starting task 2: "authentication" |
| 62 | 2024-06-24T21:45:52.789Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-06-24T21:45:52.794Z | starting task 3: "clone repository" |
| 64 | 2024-06-24T21:45:52.799Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-06-24T21:45:52.802Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-06-24T21:45:53.673Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-06-24T21:46:00.303Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-06-24T21:46:00.307Z | + git fetch origin fed0ef889ae550a76cdf185968e089c7e299cb23 |
| 69 | 2024-06-24T21:46:00.610Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-06-24T21:46:00.610Z | * branch fed0ef889ae550a76cdf185968e089c7e299cb23 -> FETCH_HEAD |
| 71 | 2024-06-24T21:46:00.620Z | + [[ -n bump-console-a06d8521 ]] |
| 72 | 2024-06-24T21:46:00.633Z | ++ git branch --show-current |
| 73 | 2024-06-24T21:46:00.633Z | + current=main |
| 74 | 2024-06-24T21:46:00.633Z | + [[ main != bump-console-a06d8521 ]] |
| 75 | 2024-06-24T21:46:00.633Z | + git branch -f bump-console-a06d8521 fed0ef889ae550a76cdf185968e089c7e299cb23 |
| 76 | 2024-06-24T21:46:00.633Z | + git checkout -f bump-console-a06d8521 |
| 77 | 2024-06-24T21:46:00.757Z | Switched to branch 'bump-console-a06d8521' |
| 78 | 2024-06-24T21:46:00.761Z | + git reset --hard fed0ef889ae550a76cdf185968e089c7e299cb23 |
| 79 | 2024-06-24T21:46:00.887Z | HEAD is now at fed0ef889 Bump web console (combobox) |
| 80 | 2024-06-24T21:46:00.890Z | process exited: duration 8092 ms, exit code 0 |
| |
| 81 | 2024-06-24T21:46:00.898Z | starting task 4: "build" |
| 82 | 2024-06-24T21:46:00.902Z | + cargo --version |
| 83 | 2024-06-24T21:46:00.955Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-06-24T21:46:00.960Z | + rustc --version |
| 85 | 2024-06-24T21:46:01.013Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-06-24T21:46:01.026Z | + WORK=/work |
| 87 | 2024-06-24T21:46:01.027Z | + pfexec mkdir -p /work |
| 88 | 2024-06-24T21:46:01.027Z | + pfexec chown build /work |
| 89 | 2024-06-24T21:46:01.027Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
| 90 | 2024-06-24T21:46:17.596Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 91 | 2024-06-24T21:46:19.824Z | Startup: Caching catalogs ... Done |
| 92 | 2024-06-24T21:46:22.382Z | Planning: Solver setup ... Done (2.086s) |
| 93 | 2024-06-24T21:46:22.421Z | Planning: Running solver ... Done (0.039s) |
| 94 | 2024-06-24T21:46:22.466Z | Planning: Finding local manifests ... Done (0.005s) |
| 95 | 2024-06-24T21:46:22.477Z | Planning: Fetching manifests: 0/4 0% complete |
| 96 | 2024-06-24T21:46:22.822Z | Planning: Fetching manifests: 4/4 100% complete |
| 97 | 2024-06-24T21:46:22.871Z | Planning: Package planning ... Done (0.049s) |
| 98 | 2024-06-24T21:46:22.923Z | Planning: Merging actions ... Done (0.051s) |
| 99 | 2024-06-24T21:46:24.386Z | Planning: Checking for conflicting actions ... Done (1.462s) |
| 100 | 2024-06-24T21:46:24.397Z | Planning: Consolidating action changes ... Done (0.011s) |
| 101 | 2024-06-24T21:46:32.155Z | Planning: Evaluating mediators ... Done (7.755s) |
| 102 | 2024-06-24T21:46:32.164Z | Planning: Planning completed in 12.27 seconds |
| 103 | 2024-06-24T21:46:32.560Z | Packages to install: 4 |
| 104 | 2024-06-24T21:46:32.560Z | Mediators to change: 2 |
| 105 | 2024-06-24T21:46:32.560Z | Services to change: 1 |
| 106 | 2024-06-24T21:46:32.564Z | Estimated space available: 155.77 GB |
| 107 | 2024-06-24T21:46:32.564Z | Estimated space to be consumed: 1.46 GB |
| 108 | 2024-06-24T21:46:32.564Z | Create boot environment: No |
| 109 | 2024-06-24T21:46:32.564Z | Create backup boot environment: No |
| 110 | 2024-06-24T21:46:32.564Z | Rebuild boot archive: No |
| 111 | 2024-06-24T21:46:32.564Z | |
| 112 | 2024-06-24T21:46:32.564Z | Changed mediators: |
| 113 | 2024-06-24T21:46:32.564Z | mediator clang: |
| 114 | 2024-06-24T21:46:32.564Z | version: None -> 15 (system default) |
| 115 | 2024-06-24T21:46:32.564Z | |
| 116 | 2024-06-24T21:46:32.564Z | mediator llvm: |
| 117 | 2024-06-24T21:46:32.564Z | version: 14 (system default) -> 15 (system default) |
| 118 | 2024-06-24T21:46:32.564Z | |
| 119 | 2024-06-24T21:46:32.564Z | Changed packages: |
| 120 | 2024-06-24T21:46:32.564Z | helios-dev |
| 121 | 2024-06-24T21:46:32.564Z | developer/build-essential |
| 122 | 2024-06-24T21:46:32.564Z | None -> 11-2.0 |
| 123 | 2024-06-24T21:46:32.564Z | library/libxmlsec1 |
| 124 | 2024-06-24T21:46:32.564Z | None -> 1.2.35-2.0 |
| 125 | 2024-06-24T21:46:32.564Z | ooce/developer/clang-15 |
| 126 | 2024-06-24T21:46:32.564Z | None -> 15.0.7-2.0 |
| 127 | 2024-06-24T21:46:32.564Z | ooce/developer/llvm-15 |
| 128 | 2024-06-24T21:46:32.564Z | None -> 15.0.7-2.0 |
| 129 | 2024-06-24T21:46:32.564Z | |
| 130 | 2024-06-24T21:46:32.564Z | Services: |
| 131 | 2024-06-24T21:46:32.564Z | restart_fmri: |
| 132 | 2024-06-24T21:46:32.564Z | svc:/system/update-man-index:default |
| 133 | 2024-06-24T21:46:32.760Z | |
| 134 | 2024-06-24T21:46:32.760Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 135 | 2024-06-24T21:46:37.963Z | Download: 1191/3290 items 74.4/212.6MB 34% complete (15.0M/s) |
| 136 | 2024-06-24T21:46:42.966Z | Download: 1705/3290 items 118.0/212.6MB 55% complete (11.8M/s) |
| 137 | 2024-06-24T21:46:47.967Z | Download: 3132/3290 items 140.4/212.6MB 66% complete (6.5M/s) |
| 138 | 2024-06-24T21:46:54.681Z | Download: 3247/3290 items 203.1/212.6MB 95% complete (11.9M/s) |
| 139 | 2024-06-24T21:46:56.396Z | Download: Completed 212.60 MB in 23.63 seconds (9.0M/s) |
| 140 | 2024-06-24T21:46:56.649Z | Actions: 1/3689 actions (Installing new actions) |
| 141 | 2024-06-24T21:47:01.718Z | Actions: 3595/3689 actions (Installing new actions) |
| 142 | 2024-06-24T21:47:02.632Z | Actions: Completed 3689 actions in 5.98 seconds. |
| 143 | 2024-06-24T21:47:02.765Z | Done (0.128s) |
| 144 | 2024-06-24T21:47:02.765Z | Done (0.000s) |
| 145 | 2024-06-24T21:47:03.079Z | Done (0.313s) |
| 146 | 2024-06-24T21:47:09.222Z | Done (5.988s) |
| 147 | 2024-06-24T21:47:09.485Z | Done (0.193s) |
| 148 | 2024-06-24T21:47:09.488Z | Done (0.000s) |
| 149 | 2024-06-24T21:47:09.638Z | Done (0.000s) |
| 150 | 2024-06-24T21:47:10.196Z | Planning: Evaluating mediator changes ... Done |
| 151 | 2024-06-24T21:47:10.359Z | Planning: Checking for conflicting actions ... Done |
| 152 | 2024-06-24T21:47:10.362Z | Planning: Consolidating action changes ... Done |
| 153 | 2024-06-24T21:47:10.629Z | Planning: Evaluating mediators ... Done |
| 154 | 2024-06-24T21:47:10.632Z | Planning: Planning completed in 0.43 seconds |
| 155 | 2024-06-24T21:47:10.663Z | Mediators to change: 2 |
| 156 | 2024-06-24T21:47:10.663Z | Create boot environment: No |
| 157 | 2024-06-24T21:47:10.663Z | Create backup boot environment: No |
| 158 | 2024-06-24T21:47:10.735Z | Done |
| 159 | 2024-06-24T21:47:10.735Z | Done |
| 160 | 2024-06-24T21:47:10.938Z | Done |
| 161 | 2024-06-24T21:47:14.486Z | Done |
| 162 | 2024-06-24T21:47:14.571Z | Done |
| 163 | 2024-06-24T21:47:14.571Z | Done |
| 164 | 2024-06-24T21:47:14.678Z | Done |
| 165 | 2024-06-24T21:47:15.279Z | Planning: Evaluating mediator changes ... Done |
| 166 | 2024-06-24T21:47:15.282Z | Planning: Merging actions ... Done |
| 167 | 2024-06-24T21:47:15.468Z | Planning: Checking for conflicting actions ... Done |
| 168 | 2024-06-24T21:47:15.471Z | Planning: Consolidating action changes ... Done |
| 169 | 2024-06-24T21:47:15.728Z | Planning: Evaluating mediators ... Done |
| 170 | 2024-06-24T21:47:15.785Z | Planning: Planning completed in 0.74 seconds |
| 171 | 2024-06-24T21:47:15.818Z | Packages to change: 1 |
| 172 | 2024-06-24T21:47:15.818Z | Mediators to change: 1 |
| 173 | 2024-06-24T21:47:15.818Z | Services to change: 1 |
| 174 | 2024-06-24T21:47:15.818Z | Create boot environment: No |
| 175 | 2024-06-24T21:47:15.821Z | Create backup boot environment: Yes |
| 176 | 2024-06-24T21:47:17.615Z | Actions: 1/6 actions (Updating modified actions) |
| 177 | 2024-06-24T21:47:17.757Z | Actions: Completed 6 actions in 0.14 seconds. |
| 178 | 2024-06-24T21:47:17.760Z | Done |
| 179 | 2024-06-24T21:47:17.760Z | Done |
| 180 | 2024-06-24T21:47:17.825Z | Done |
| 181 | 2024-06-24T21:47:21.320Z | Done |
| 182 | 2024-06-24T21:47:21.405Z | Done |
| 183 | 2024-06-24T21:47:21.415Z | Done |
| 184 | 2024-06-24T21:47:21.523Z | Done |
| 185 | 2024-06-24T21:47:21.958Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 186 | 2024-06-24T21:47:21.958Z | clang system 15 system |
| 187 | 2024-06-24T21:47:21.958Z | csh system system illumos |
| 188 | 2024-06-24T21:47:21.958Z | ctags system system illumos |
| 189 | 2024-06-24T21:47:21.958Z | gcc vendor 12 vendor |
| 190 | 2024-06-24T21:47:21.958Z | gcc system 10 system |
| 191 | 2024-06-24T21:47:21.958Z | gcc system 7 system |
| 192 | 2024-06-24T21:47:21.958Z | go system 1.20 system |
| 193 | 2024-06-24T21:47:21.958Z | go system 1.19 system |
| 194 | 2024-06-24T21:47:21.958Z | llvm system 15 system |
| 195 | 2024-06-24T21:47:21.959Z | llvm system 14 system |
| 196 | 2024-06-24T21:47:21.959Z | mariadb system 10.6 system |
| 197 | 2024-06-24T21:47:21.959Z | mta vendor vendor dma |
| 198 | 2024-06-24T21:47:21.959Z | openjdk system 17 system |
| 199 | 2024-06-24T21:47:21.959Z | openjdk system 11 system |
| 200 | 2024-06-24T21:47:21.959Z | openjdk system 1.8 system |
| 201 | 2024-06-24T21:47:21.959Z | openssl vendor 3 vendor |
| 202 | 2024-06-24T21:47:21.959Z | perl system 5.36 system |
| 203 | 2024-06-24T21:47:21.959Z | postgresql system 15 system |
| 204 | 2024-06-24T21:47:21.959Z | postgresql system 13 system |
| 205 | 2024-06-24T21:47:21.959Z | python vendor 3 vendor |
| 206 | 2024-06-24T21:47:21.959Z | python system 2 system |
| 207 | 2024-06-24T21:47:21.959Z | python3 system 3.11 system |
| 208 | 2024-06-24T21:47:21.959Z | ruby system 3.0 system |
| 209 | 2024-06-24T21:47:21.959Z | words vendor vendor american-english |
| 210 | 2024-06-24T21:47:21.959Z | words system system australian-english |
| 211 | 2024-06-24T21:47:21.959Z | words system system british-english |
| 212 | 2024-06-24T21:47:21.959Z | words system system canadian-english |
| 213 | 2024-06-24T21:47:21.959Z | words system system french |
| 214 | 2024-06-24T21:47:21.959Z | words system system italian |
| 215 | 2024-06-24T21:47:21.959Z | words system system ngerman |
| 216 | 2024-06-24T21:47:21.959Z | words system system ogerman |
| 217 | 2024-06-24T21:47:21.959Z | words system system spanish |
| 218 | 2024-06-24T21:47:22.286Z | PUBLISHER TYPE STATUS P LOCATION |
| 219 | 2024-06-24T21:47:22.286Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 220 | 2024-06-24T21:47:23.810Z | FMRI IFO |
| 221 | 2024-06-24T21:47:23.810Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 222 | 2024-06-24T21:47:23.810Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 223 | 2024-06-24T21:47:23.810Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 224 | 2024-06-24T21:47:23.810Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 225 | 2024-06-24T21:47:23.810Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 226 | 2024-06-24T21:47:23.810Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 227 | 2024-06-24T21:47:23.811Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 228 | 2024-06-24T21:47:23.811Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 229 | 2024-06-24T21:47:23.811Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 230 | 2024-06-24T21:47:23.811Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 231 | 2024-06-24T21:47:23.811Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 232 | 2024-06-24T21:47:23.811Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 233 | 2024-06-24T21:47:24.312Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 234 | 2024-06-24T21:47:24.646Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 235 | 2024-06-24T21:47:24.924Z | Updating crates.io index |
| 236 | 2024-06-24T21:47:25.002Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 237 | 2024-06-24T21:47:25.744Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 238 | 2024-06-24T21:47:26.457Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 239 | 2024-06-24T21:47:26.705Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 240 | 2024-06-24T21:47:28.673Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
| 241 | 2024-06-24T21:47:29.237Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 242 | 2024-06-24T21:47:29.550Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 243 | 2024-06-24T21:47:30.623Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 244 | 2024-06-24T21:47:32.607Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 245 | 2024-06-24T21:47:33.678Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 246 | 2024-06-24T21:47:34.437Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 247 | 2024-06-24T21:47:34.997Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 248 | 2024-06-24T21:47:35.294Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
| 249 | 2024-06-24T21:47:35.656Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 250 | 2024-06-24T21:47:36.055Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 251 | 2024-06-24T21:47:36.371Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
| 252 | 2024-06-24T21:47:36.683Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 253 | 2024-06-24T21:47:36.958Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 254 | 2024-06-24T21:47:37.231Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 255 | 2024-06-24T21:47:37.557Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 256 | 2024-06-24T21:47:37.878Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 257 | 2024-06-24T21:47:38.297Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 258 | 2024-06-24T21:47:38.582Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 259 | 2024-06-24T21:47:39.277Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 260 | 2024-06-24T21:47:39.526Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
| 261 | 2024-06-24T21:47:39.819Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 262 | 2024-06-24T21:47:40.371Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 263 | 2024-06-24T21:47:42.366Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 264 | 2024-06-24T21:47:42.723Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 265 | 2024-06-24T21:47:43.013Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 266 | 2024-06-24T21:47:43.627Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 267 | 2024-06-24T21:47:44.629Z | Downloading crates ... |
| 268 | 2024-06-24T21:47:44.688Z | Downloaded adler v1.0.2 |
| 269 | 2024-06-24T21:47:44.693Z | Downloaded anstyle-query v1.0.3 |
| 270 | 2024-06-24T21:47:44.693Z | Downloaded bytes v1.6.0 |
| 271 | 2024-06-24T21:47:44.697Z | Downloaded md5 v0.7.0 |
| 272 | 2024-06-24T21:47:44.699Z | Downloaded match_cfg v0.1.0 |
| 273 | 2024-06-24T21:47:44.699Z | Downloaded foreign-types-shared v0.1.1 |
| 274 | 2024-06-24T21:47:44.702Z | Downloaded num_threads v0.1.7 |
| 275 | 2024-06-24T21:47:44.705Z | Downloaded is_terminal_polyfill v1.70.0 |
| 276 | 2024-06-24T21:47:44.710Z | Downloaded openssl-probe v0.1.5 |
| 277 | 2024-06-24T21:47:44.713Z | Downloaded pretty-hex v0.4.1 |
| 278 | 2024-06-24T21:47:44.715Z | Downloaded powerfmt v0.2.0 |
| 279 | 2024-06-24T21:47:44.718Z | Downloaded cargo-platform v0.1.8 |
| 280 | 2024-06-24T21:47:44.720Z | Downloaded bytecount v0.6.8 |
| 281 | 2024-06-24T21:47:44.720Z | Downloaded anstyle v1.0.7 |
| 282 | 2024-06-24T21:47:44.725Z | Downloaded autocfg v1.3.0 |
| 283 | 2024-06-24T21:47:44.727Z | Downloaded pkg-config v0.3.30 |
| 284 | 2024-06-24T21:47:44.727Z | Downloaded quote v1.0.36 |
| 285 | 2024-06-24T21:47:44.730Z | Downloaded itoa v1.0.11 |
| 286 | 2024-06-24T21:47:44.730Z | Downloaded colorchoice v1.0.1 |
| 287 | 2024-06-24T21:47:44.732Z | Downloaded httpdate v1.0.3 |
| 288 | 2024-06-24T21:47:44.732Z | Downloaded scroll_derive v0.12.0 |
| 289 | 2024-06-24T21:47:44.733Z | Downloaded tower-service v0.3.2 |
| 290 | 2024-06-24T21:47:44.736Z | Downloaded take_mut v0.2.2 |
| 291 | 2024-06-24T21:47:44.736Z | Downloaded strum v0.26.2 |
| 292 | 2024-06-24T21:47:44.736Z | Downloaded macaddr v1.0.1 |
| 293 | 2024-06-24T21:47:44.739Z | Downloaded fs-err v2.11.0 |
| 294 | 2024-06-24T21:47:44.739Z | Downloaded swrite v0.1.0 |
| 295 | 2024-06-24T21:47:44.739Z | Downloaded memmap v0.7.0 |
| 296 | 2024-06-24T21:47:44.742Z | Downloaded tinyvec_macros v0.1.1 |
| 297 | 2024-06-24T21:47:44.742Z | Downloaded anstyle-parse v0.2.4 |
| 298 | 2024-06-24T21:47:44.744Z | Downloaded block-buffer v0.10.4 |
| 299 | 2024-06-24T21:47:44.744Z | Downloaded num_cpus v1.16.0 |
| 300 | 2024-06-24T21:47:44.747Z | Downloaded scopeguard v1.2.0 |
| 301 | 2024-06-24T21:47:44.750Z | Downloaded pest_meta v2.7.10 |
| 302 | 2024-06-24T21:47:44.750Z | Downloaded try-lock v0.2.5 |
| 303 | 2024-06-24T21:47:44.752Z | Downloaded cargo_toml v0.20.2 |
| 304 | 2024-06-24T21:47:44.752Z | Downloaded rustls-pemfile v1.0.4 |
| 305 | 2024-06-24T21:47:44.755Z | Downloaded is-terminal v0.4.12 |
| 306 | 2024-06-24T21:47:44.755Z | Downloaded usdt-attr-macro v0.5.0 |
| 307 | 2024-06-24T21:47:44.757Z | Downloaded proc-macro-error-attr v1.0.4 |
| 308 | 2024-06-24T21:47:44.757Z | Downloaded fnv v1.0.7 |
| 309 | 2024-06-24T21:47:44.758Z | Downloaded thread_local v1.1.8 |
| 310 | 2024-06-24T21:47:44.760Z | Downloaded rustversion v1.0.17 |
| 311 | 2024-06-24T21:47:44.763Z | Downloaded num-conv v0.1.0 |
| 312 | 2024-06-24T21:47:44.763Z | Downloaded openssl-macros v0.1.1 |
| 313 | 2024-06-24T21:47:44.763Z | Downloaded tokio-macros v2.2.0 |
| 314 | 2024-06-24T21:47:44.766Z | Downloaded dof v0.3.0 |
| 315 | 2024-06-24T21:47:44.766Z | Downloaded hostname v0.3.1 |
| 316 | 2024-06-24T21:47:44.766Z | Downloaded toml_datetime v0.6.6 |
| 317 | 2024-06-24T21:47:44.769Z | Downloaded cargo_metadata v0.18.1 |
| 318 | 2024-06-24T21:47:44.769Z | Downloaded camino v1.1.7 |
| 319 | 2024-06-24T21:47:44.771Z | Downloaded form_urlencoded v1.2.1 |
| 320 | 2024-06-24T21:47:44.771Z | Downloaded lock_api v0.4.12 |
| 321 | 2024-06-24T21:47:44.774Z | Downloaded httparse v1.8.0 |
| 322 | 2024-06-24T21:47:44.777Z | Downloaded version_check v0.9.4 |
| 323 | 2024-06-24T21:47:44.777Z | Downloaded heck v0.5.0 |
| 324 | 2024-06-24T21:47:44.777Z | Downloaded futures-channel v0.3.30 |
| 325 | 2024-06-24T21:47:44.779Z | Downloaded anstream v0.6.14 |
| 326 | 2024-06-24T21:47:44.783Z | Downloaded sync_wrapper v0.1.2 |
| 327 | 2024-06-24T21:47:44.783Z | Downloaded crc32fast v1.4.0 |
| 328 | 2024-06-24T21:47:44.785Z | Downloaded time-core v0.1.2 |
| 329 | 2024-06-24T21:47:44.785Z | Downloaded thiserror-impl v1.0.60 |
| 330 | 2024-06-24T21:47:44.785Z | Downloaded hyper-tls v0.5.0 |
| 331 | 2024-06-24T21:47:44.788Z | Downloaded scroll v0.12.0 |
| 332 | 2024-06-24T21:47:44.788Z | Downloaded usdt-impl v0.5.0 |
| 333 | 2024-06-24T21:47:44.790Z | Downloaded serde_urlencoded v0.7.1 |
| 334 | 2024-06-24T21:47:44.790Z | Downloaded dirs-sys-next v0.1.2 |
| 335 | 2024-06-24T21:47:44.793Z | Downloaded thiserror v1.0.60 |
| 336 | 2024-06-24T21:47:44.795Z | Downloaded parking_lot_core v0.9.10 |
| 337 | 2024-06-24T21:47:44.798Z | Downloaded want v0.3.1 |
| 338 | 2024-06-24T21:47:44.798Z | Downloaded usdt-macro v0.5.0 |
| 339 | 2024-06-24T21:47:44.802Z | Downloaded slab v0.4.9 |
| 340 | 2024-06-24T21:47:44.802Z | Downloaded tabled_derive v0.7.0 |
| 341 | 2024-06-24T21:47:44.802Z | Downloaded miniz_oxide v0.7.2 |
| 342 | 2024-06-24T21:47:44.804Z | Downloaded byteorder v1.5.0 |
| 343 | 2024-06-24T21:47:44.804Z | Downloaded terminal_size v0.3.0 |
| 344 | 2024-06-24T21:47:44.807Z | Downloaded pest_generator v2.7.10 |
| 345 | 2024-06-24T21:47:44.807Z | Downloaded slog-async v2.8.0 |
| 346 | 2024-06-24T21:47:44.810Z | Downloaded time-macros v0.2.18 |
| 347 | 2024-06-24T21:47:44.812Z | Downloaded pest_derive v2.7.10 |
| 348 | 2024-06-24T21:47:44.812Z | Downloaded term v0.7.0 |
| 349 | 2024-06-24T21:47:44.815Z | Downloaded serde_tokenstream v0.2.0 |
| 350 | 2024-06-24T21:47:44.818Z | Downloaded slog-term v2.9.1 |
| 351 | 2024-06-24T21:47:44.820Z | Downloaded sha2 v0.10.8 |
| 352 | 2024-06-24T21:47:44.823Z | Downloaded papergrid v0.11.0 |
| 353 | 2024-06-24T21:47:44.826Z | Downloaded utf8parse v0.2.1 |
| 354 | 2024-06-24T21:47:44.828Z | Downloaded tokio-native-tls v0.3.1 |
| 355 | 2024-06-24T21:47:44.828Z | Downloaded slog-json v2.6.1 |
| 356 | 2024-06-24T21:47:44.831Z | Downloaded signal-hook-registry v1.4.2 |
| 357 | 2024-06-24T21:47:44.831Z | Downloaded once_cell v1.19.0 |
| 358 | 2024-06-24T21:47:44.834Z | Downloaded native-tls v0.2.11 |
| 359 | 2024-06-24T21:47:44.837Z | Downloaded thread-id v4.2.1 |
| 360 | 2024-06-24T21:47:44.837Z | Downloaded proc-macro2 v1.0.82 |
| 361 | 2024-06-24T21:47:44.840Z | Downloaded mime v0.3.17 |
| 362 | 2024-06-24T21:47:44.840Z | Downloaded xattr v1.3.1 |
| 363 | 2024-06-24T21:47:44.843Z | Downloaded parking_lot v0.12.2 |
| 364 | 2024-06-24T21:47:44.846Z | Downloaded unicode-width v0.1.12 |
| 365 | 2024-06-24T21:47:44.846Z | Downloaded futures v0.3.30 |
| 366 | 2024-06-24T21:47:44.849Z | Downloaded log v0.4.21 |
| 367 | 2024-06-24T21:47:44.852Z | Downloaded socket2 v0.5.7 |
| 368 | 2024-06-24T21:47:44.854Z | Downloaded cc v1.0.97 |
| 369 | 2024-06-24T21:47:44.857Z | Downloaded strum_macros v0.26.2 |
| 370 | 2024-06-24T21:47:44.859Z | Downloaded clap v4.5.4 |
| 371 | 2024-06-24T21:47:44.869Z | Downloaded openssl-sys v0.9.102 |
| 372 | 2024-06-24T21:47:44.872Z | Downloaded zerocopy-derive v0.7.34 |
| 373 | 2024-06-24T21:47:44.875Z | Downloaded ryu v1.0.18 |
| 374 | 2024-06-24T21:47:44.877Z | Downloaded usdt v0.5.0 |
| 375 | 2024-06-24T21:47:44.880Z | Downloaded mio v0.8.11 |
| 376 | 2024-06-24T21:47:44.884Z | Downloaded crossbeam-channel v0.5.12 |
| 377 | 2024-06-24T21:47:44.887Z | Downloaded unicode-bidi v0.3.15 |
| 378 | 2024-06-24T21:47:44.889Z | Downloaded typenum v1.17.0 |
| 379 | 2024-06-24T21:47:44.892Z | Downloaded ucd-trie v0.1.6 |
| 380 | 2024-06-24T21:47:44.894Z | Downloaded unicode-ident v1.0.12 |
| 381 | 2024-06-24T21:47:44.897Z | Downloaded toml v0.8.13 |
| 382 | 2024-06-24T21:47:44.900Z | Downloaded tracing-core v0.1.32 |
| 383 | 2024-06-24T21:47:44.902Z | Downloaded memchr v2.7.2 |
| 384 | 2024-06-24T21:47:44.906Z | Downloaded http v0.2.12 |
| 385 | 2024-06-24T21:47:44.909Z | Downloaded pest v2.7.10 |
| 386 | 2024-06-24T21:47:44.914Z | Downloaded smallvec v1.13.2 |
| 387 | 2024-06-24T21:47:44.916Z | Downloaded hashbrown v0.14.5 |
| 388 | 2024-06-24T21:47:44.921Z | Downloaded clap_builder v4.5.2 |
| 389 | 2024-06-24T21:47:44.927Z | Downloaded url v2.5.0 |
| 390 | 2024-06-24T21:47:44.930Z | Downloaded tracing v0.1.40 |
| 391 | 2024-06-24T21:47:44.933Z | Downloaded hyper v0.14.28 |
| 392 | 2024-06-24T21:47:44.941Z | Downloaded toml_edit v0.22.13 |
| 393 | 2024-06-24T21:47:44.961Z | Downloaded unicode-normalization v0.1.23 |
| 394 | 2024-06-24T21:47:44.964Z | Downloaded tokio-util v0.7.11 |
| 395 | 2024-06-24T21:47:44.971Z | Downloaded time v0.3.36 |
| 396 | 2024-06-24T21:47:44.976Z | Downloaded zerocopy v0.7.34 |
| 397 | 2024-06-24T21:47:44.991Z | Downloaded serde_json v1.0.117 |
| 398 | 2024-06-24T21:47:44.997Z | Downloaded winnow v0.6.8 |
| 399 | 2024-06-24T21:47:45.005Z | Downloaded tabled v0.15.0 |
| 400 | 2024-06-24T21:47:45.019Z | Downloaded vcpkg v0.2.15 |
| 401 | 2024-06-24T21:47:45.055Z | Downloaded syn v2.0.64 |
| 402 | 2024-06-24T21:47:45.065Z | Downloaded rustix v0.38.34 |
| 403 | 2024-06-24T21:47:45.085Z | Downloaded syn v1.0.109 |
| 404 | 2024-06-24T21:47:45.093Z | Downloaded tokio v1.37.0 |
| 405 | 2024-06-24T21:47:45.126Z | Downloaded encoding_rs v0.8.34 |
| 406 | 2024-06-24T21:47:45.144Z | Downloaded libc v0.2.155 |
| 407 | 2024-06-24T21:47:45.168Z | Downloaded reqwest v0.11.27 |
| 408 | 2024-06-24T21:47:45.177Z | Downloaded openssl v0.10.64 |
| 409 | 2024-06-24T21:47:45.183Z | Downloaded idna v0.5.0 |
| 410 | 2024-06-24T21:47:45.188Z | Downloaded goblin v0.8.2 |
| 411 | 2024-06-24T21:47:45.194Z | Downloaded serde v1.0.203 |
| 412 | 2024-06-24T21:47:45.197Z | Downloaded h2 v0.3.26 |
| 413 | 2024-06-24T21:47:45.202Z | Downloaded futures-util v0.3.30 |
| 414 | 2024-06-24T21:47:45.212Z | Downloaded tinyvec v1.6.0 |
| 415 | 2024-06-24T21:47:45.215Z | Downloaded tar v0.4.40 |
| 416 | 2024-06-24T21:47:45.219Z | Downloaded indexmap v2.2.6 |
| 417 | 2024-06-24T21:47:45.222Z | Downloaded slog v2.7.0 |
| 418 | 2024-06-24T21:47:45.225Z | Downloaded serde_derive v1.0.203 |
| 419 | 2024-06-24T21:47:45.225Z | Downloaded base64 v0.21.7 |
| 420 | 2024-06-24T21:47:45.228Z | Downloaded flate2 v1.0.30 |
| 421 | 2024-06-24T21:47:45.232Z | Downloaded strsim v0.11.1 |
| 422 | 2024-06-24T21:47:45.234Z | Downloaded slog-bunyan v2.5.0 |
| 423 | 2024-06-24T21:47:45.234Z | Downloaded crossbeam-utils v0.8.19 |
| 424 | 2024-06-24T21:47:45.237Z | Downloaded anyhow v1.0.86 |
| 425 | 2024-06-24T21:47:45.240Z | Downloaded semver v1.0.23 |
| 426 | 2024-06-24T21:47:45.243Z | Downloaded digest v0.10.7 |
| 427 | 2024-06-24T21:47:45.243Z | Downloaded percent-encoding v2.3.1 |
| 428 | 2024-06-24T21:47:45.247Z | Downloaded futures-core v0.3.30 |
| 429 | 2024-06-24T21:47:45.247Z | Downloaded futures-io v0.3.30 |
| 430 | 2024-06-24T21:47:45.247Z | Downloaded errno v0.3.9 |
| 431 | 2024-06-24T21:47:45.247Z | Downloaded serde_spanned v0.6.6 |
| 432 | 2024-06-24T21:47:45.247Z | Downloaded generic-array v0.14.7 |
| 433 | 2024-06-24T21:47:45.252Z | Downloaded futures-task v0.3.30 |
| 434 | 2024-06-24T21:47:45.252Z | Downloaded futures-sink v0.3.30 |
| 435 | 2024-06-24T21:47:45.252Z | Downloaded http-body v0.4.6 |
| 436 | 2024-06-24T21:47:45.253Z | Downloaded heck v0.4.1 |
| 437 | 2024-06-24T21:47:45.253Z | Downloaded foreign-types v0.3.2 |
| 438 | 2024-06-24T21:47:45.257Z | Downloaded dtrace-parser v0.2.0 |
| 439 | 2024-06-24T21:47:45.257Z | Downloaded bitflags v2.5.0 |
| 440 | 2024-06-24T21:47:45.261Z | Downloaded clap_derive v4.5.4 |
| 441 | 2024-06-24T21:47:45.261Z | Downloaded plain v0.2.3 |
| 442 | 2024-06-24T21:47:45.261Z | Downloaded ipnet v2.9.0 |
| 443 | 2024-06-24T21:47:45.261Z | Downloaded futures-executor v0.3.30 |
| 444 | 2024-06-24T21:47:45.265Z | Downloaded crypto-common v0.1.6 |
| 445 | 2024-06-24T21:47:45.265Z | Downloaded cpufeatures v0.2.12 |
| 446 | 2024-06-24T21:47:45.265Z | Downloaded clap_lex v0.7.0 |
| 447 | 2024-06-24T21:47:45.265Z | Downloaded futures-macro v0.3.30 |
| 448 | 2024-06-24T21:47:45.268Z | Downloaded filetime v0.2.23 |
| 449 | 2024-06-24T21:47:45.268Z | Downloaded dirs-next v2.0.0 |
| 450 | 2024-06-24T21:47:45.268Z | Downloaded deranged v0.3.11 |
| 451 | 2024-06-24T21:47:45.268Z | Downloaded cfg-if v1.0.0 |
| 452 | 2024-06-24T21:47:45.271Z | Downloaded proc-macro-error v1.0.4 |
| 453 | 2024-06-24T21:47:45.275Z | Downloaded pin-project-lite v0.2.14 |
| 454 | 2024-06-24T21:47:45.276Z | Downloaded pin-utils v0.1.0 |
| 455 | 2024-06-24T21:47:45.278Z | Downloaded equivalent v1.0.1 |
| 456 | 2024-06-24T21:47:45.563Z | Compiling proc-macro2 v1.0.82 |
| 457 | 2024-06-24T21:47:45.563Z | Compiling unicode-ident v1.0.12 |
| 458 | 2024-06-24T21:47:45.563Z | Compiling libc v0.2.155 |
| 459 | 2024-06-24T21:47:45.566Z | Compiling version_check v0.9.4 |
| 460 | 2024-06-24T21:47:45.566Z | Compiling cfg-if v1.0.0 |
| 461 | 2024-06-24T21:47:45.566Z | Compiling itoa v1.0.11 |
| 462 | 2024-06-24T21:47:45.598Z | Compiling once_cell v1.19.0 |
| 463 | 2024-06-24T21:47:45.601Z | Compiling autocfg v1.3.0 |
| 464 | 2024-06-24T21:47:45.746Z | Compiling serde v1.0.203 |
| 465 | 2024-06-24T21:47:45.787Z | Compiling memchr v2.7.2 |
| 466 | 2024-06-24T21:47:45.843Z | Compiling thiserror v1.0.60 |
| 467 | 2024-06-24T21:47:46.051Z | Compiling ryu v1.0.18 |
| 468 | 2024-06-24T21:47:46.333Z | Compiling pin-project-lite v0.2.14 |
| 469 | 2024-06-24T21:47:46.429Z | Compiling bitflags v2.5.0 |
| 470 | 2024-06-24T21:47:46.471Z | Compiling lock_api v0.4.12 |
| 471 | 2024-06-24T21:47:46.471Z | Compiling pkg-config v0.3.30 |
| 472 | 2024-06-24T21:47:46.805Z | Compiling vcpkg v0.2.15 |
| 473 | 2024-06-24T21:47:47.186Z | Compiling ucd-trie v0.1.6 |
| 474 | 2024-06-24T21:47:47.682Z | Compiling parking_lot_core v0.9.10 |
| 475 | 2024-06-24T21:47:47.700Z | Compiling cc v1.0.97 |
| 476 | 2024-06-24T21:47:48.390Z | Compiling slab v0.4.9 |
| 477 | 2024-06-24T21:47:48.764Z | Compiling smallvec v1.13.2 |
| 478 | 2024-06-24T21:47:48.917Z | Compiling scopeguard v1.2.0 |
| 479 | 2024-06-24T21:47:49.034Z | Compiling futures-core v0.3.30 |
| 480 | 2024-06-24T21:47:49.038Z | Compiling futures-sink v0.3.30 |
| 481 | 2024-06-24T21:47:49.079Z | Compiling bytes v1.6.0 |
| 482 | 2024-06-24T21:47:49.282Z | Compiling fnv v1.0.7 |
| 483 | 2024-06-24T21:47:49.349Z | Compiling log v0.4.21 |
| 484 | 2024-06-24T21:47:49.427Z | Compiling equivalent v1.0.1 |
| 485 | 2024-06-24T21:47:49.541Z | Compiling serde_json v1.0.117 |
| 486 | 2024-06-24T21:47:49.563Z | Compiling hashbrown v0.14.5 |
| 487 | 2024-06-24T21:47:49.589Z | Compiling byteorder v1.5.0 |
| 488 | 2024-06-24T21:47:49.871Z | Compiling quote v1.0.36 |
| 489 | 2024-06-24T21:47:50.046Z | Compiling futures-channel v0.3.30 |
| 490 | 2024-06-24T21:47:50.071Z | Compiling typenum v1.17.0 |
| 491 | 2024-06-24T21:47:50.290Z | Compiling syn v2.0.64 |
| 492 | 2024-06-24T21:47:50.504Z | Compiling num_cpus v1.16.0 |
| 493 | 2024-06-24T21:47:50.623Z | Compiling signal-hook-registry v1.4.2 |
| 494 | 2024-06-24T21:47:50.643Z | Compiling socket2 v0.5.7 |
| 495 | 2024-06-24T21:47:50.672Z | Compiling openssl-sys v0.9.102 |
| 496 | 2024-06-24T21:47:50.862Z | Compiling parking_lot v0.12.2 |
| 497 | 2024-06-24T21:47:50.905Z | Compiling indexmap v2.2.6 |
| 498 | 2024-06-24T21:47:51.106Z | Compiling mio v0.8.11 |
| 499 | 2024-06-24T21:47:51.463Z | Compiling rustix v0.38.34 |
| 500 | 2024-06-24T21:47:51.505Z | Compiling futures-task v0.3.30 |
| 501 | 2024-06-24T21:47:51.821Z | Compiling pin-utils v0.1.0 |
| 502 | 2024-06-24T21:47:51.825Z | Compiling futures-io v0.3.30 |
| 503 | 2024-06-24T21:47:52.153Z | Compiling errno v0.3.9 |
| 504 | 2024-06-24T21:47:52.182Z | Compiling generic-array v0.14.7 |
| 505 | 2024-06-24T21:47:52.270Z | Compiling slog v2.7.0 |
| 506 | 2024-06-24T21:47:52.336Z | Compiling openssl v0.10.64 |
| 507 | 2024-06-24T21:47:52.363Z | Compiling foreign-types-shared v0.1.1 |
| 508 | 2024-06-24T21:47:52.496Z | Compiling foreign-types v0.3.2 |
| 509 | 2024-06-24T21:47:52.585Z | Compiling http v0.2.12 |
| 510 | 2024-06-24T21:47:52.684Z | Compiling proc-macro-error-attr v1.0.4 |
| 511 | 2024-06-24T21:47:52.799Z | Compiling usdt-impl v0.5.0 |
| 512 | 2024-06-24T21:47:52.910Z | Compiling tracing-core v0.1.32 |
| 513 | 2024-06-24T21:47:53.086Z | Compiling powerfmt v0.2.0 |
| 514 | 2024-06-24T21:47:53.136Z | Compiling httparse v1.8.0 |
| 515 | 2024-06-24T21:47:53.499Z | Compiling time-core v0.1.2 |
| 516 | 2024-06-24T21:47:53.566Z | Compiling syn v1.0.109 |
| 517 | 2024-06-24T21:47:53.681Z | Compiling tinyvec_macros v0.1.1 |
| 518 | 2024-06-24T21:47:53.783Z | Compiling num-conv v0.1.0 |
| 519 | 2024-06-24T21:47:53.808Z | Compiling native-tls v0.2.11 |
| 520 | 2024-06-24T21:47:54.072Z | Compiling time-macros v0.2.18 |
| 521 | 2024-06-24T21:47:54.097Z | Compiling tinyvec v1.6.0 |
| 522 | 2024-06-24T21:47:54.257Z | Compiling tracing v0.1.40 |
| 523 | 2024-06-24T21:47:54.752Z | Compiling deranged v0.3.11 |
| 524 | 2024-06-24T21:47:55.066Z | Compiling thread-id v4.2.1 |
| 525 | 2024-06-24T21:47:55.243Z | Compiling proc-macro-error v1.0.4 |
| 526 | 2024-06-24T21:47:55.328Z | Compiling percent-encoding v2.3.1 |
| 527 | 2024-06-24T21:47:55.428Z | Compiling num_threads v0.1.7 |
| 528 | 2024-06-24T21:47:55.517Z | Compiling crossbeam-utils v0.8.19 |
| 529 | 2024-06-24T21:47:55.570Z | Compiling plain v0.2.3 |
| 530 | 2024-06-24T21:47:55.675Z | Compiling try-lock v0.2.5 |
| 531 | 2024-06-24T21:47:55.730Z | Compiling heck v0.4.1 |
| 532 | 2024-06-24T21:47:55.825Z | Compiling openssl-probe v0.1.5 |
| 533 | 2024-06-24T21:47:55.980Z | Compiling utf8parse v0.2.1 |
| 534 | 2024-06-24T21:47:56.094Z | Compiling rustversion v1.0.17 |
| 535 | 2024-06-24T21:47:56.136Z | Compiling anstyle-parse v0.2.4 |
| 536 | 2024-06-24T21:47:56.175Z | Compiling want v0.3.1 |
| 537 | 2024-06-24T21:47:56.352Z | Compiling form_urlencoded v1.2.1 |
| 538 | 2024-06-24T21:47:56.475Z | Compiling unicode-normalization v0.1.23 |
| 539 | 2024-06-24T21:47:56.870Z | Compiling http-body v0.4.6 |
| 540 | 2024-06-24T21:47:57.216Z | Compiling dirs-sys-next v0.1.2 |
| 541 | 2024-06-24T21:47:57.515Z | Compiling unicode-bidi v0.3.15 |
| 542 | 2024-06-24T21:47:57.537Z | Compiling httpdate v1.0.3 |
| 543 | 2024-06-24T21:47:57.540Z | Compiling pretty-hex v0.4.1 |
| 544 | 2024-06-24T21:47:57.541Z | Compiling time v0.3.36 |
| 545 | 2024-06-24T21:47:57.794Z | Compiling anstyle-query v1.0.3 |
| 546 | 2024-06-24T21:47:57.863Z | Compiling crc32fast v1.4.0 |
| 547 | 2024-06-24T21:47:57.951Z | Compiling winnow v0.6.8 |
| 548 | 2024-06-24T21:47:58.004Z | Compiling is_terminal_polyfill v1.70.0 |
| 549 | 2024-06-24T21:47:58.145Z | Compiling semver v1.0.23 |
| 550 | 2024-06-24T21:47:58.365Z | Compiling anstyle v1.0.7 |
| 551 | 2024-06-24T21:47:58.644Z | Compiling tower-service v0.3.2 |
| 552 | 2024-06-24T21:47:58.710Z | Compiling camino v1.1.7 |
| 553 | 2024-06-24T21:47:58.787Z | Compiling colorchoice v1.0.1 |
| 554 | 2024-06-24T21:47:58.931Z | Compiling anstream v0.6.14 |
| 555 | 2024-06-24T21:47:59.026Z | Compiling idna v0.5.0 |
| 556 | 2024-06-24T21:47:59.254Z | Compiling dirs-next v2.0.0 |
| 557 | 2024-06-24T21:48:00.128Z | Compiling crypto-common v0.1.6 |
| 558 | 2024-06-24T21:48:00.348Z | Compiling block-buffer v0.10.4 |
| 559 | 2024-06-24T21:48:00.601Z | Compiling terminal_size v0.3.0 |
| 560 | 2024-06-24T21:48:00.789Z | Compiling fs-err v2.11.0 |
| 561 | 2024-06-24T21:48:00.802Z | Compiling thread_local v1.1.8 |
| 562 | 2024-06-24T21:48:00.998Z | Compiling base64 v0.21.7 |
| 563 | 2024-06-24T21:48:01.041Z | Compiling bytecount v0.6.8 |
| 564 | 2024-06-24T21:48:01.044Z | Compiling adler v1.0.2 |
| 565 | 2024-06-24T21:48:01.255Z | Compiling unicode-width v0.1.12 |
| 566 | 2024-06-24T21:48:01.295Z | Compiling anyhow v1.0.86 |
| 567 | 2024-06-24T21:48:01.372Z | Compiling match_cfg v0.1.0 |
| 568 | 2024-06-24T21:48:01.505Z | Compiling heck v0.5.0 |
| 569 | 2024-06-24T21:48:01.505Z | Compiling clap_lex v0.7.0 |
| 570 | 2024-06-24T21:48:01.552Z | Compiling slog-async v2.8.0 |
| 571 | 2024-06-24T21:48:01.742Z | Compiling strsim v0.11.1 |
| 572 | 2024-06-24T21:48:01.767Z | Compiling rustls-pemfile v1.0.4 |
| 573 | 2024-06-24T21:48:02.052Z | Compiling hostname v0.3.1 |
| 574 | 2024-06-24T21:48:02.079Z | Compiling clap_builder v4.5.2 |
| 575 | 2024-06-24T21:48:02.123Z | Compiling papergrid v0.11.0 |
| 576 | 2024-06-24T21:48:02.169Z | Compiling miniz_oxide v0.7.2 |
| 577 | 2024-06-24T21:48:02.307Z | Compiling digest v0.10.7 |
| 578 | 2024-06-24T21:48:02.336Z | Compiling crossbeam-channel v0.5.12 |
| 579 | 2024-06-24T21:48:02.716Z | Compiling url v2.5.0 |
| 580 | 2024-06-24T21:48:02.741Z | Compiling term v0.7.0 |
| 581 | 2024-06-24T21:48:03.311Z | Compiling serde_derive v1.0.203 |
| 582 | 2024-06-24T21:48:03.425Z | Compiling thiserror-impl v1.0.60 |
| 583 | 2024-06-24T21:48:03.492Z | Compiling zerocopy-derive v0.7.34 |
| 584 | 2024-06-24T21:48:03.714Z | Compiling tokio-macros v2.2.0 |
| 585 | 2024-06-24T21:48:04.397Z | Compiling futures-macro v0.3.30 |
| 586 | 2024-06-24T21:48:04.599Z | Compiling openssl-macros v0.1.1 |
| 587 | 2024-06-24T21:48:05.376Z | Compiling scroll_derive v0.12.0 |
| 588 | 2024-06-24T21:48:05.457Z | Compiling tokio v1.37.0 |
| 589 | 2024-06-24T21:48:05.880Z | Compiling zerocopy v0.7.34 |
| 590 | 2024-06-24T21:48:06.573Z | Compiling futures-util v0.3.30 |
| 591 | 2024-06-24T21:48:06.989Z | Compiling scroll v0.12.0 |
| 592 | 2024-06-24T21:48:07.067Z | Compiling pest v2.7.10 |
| 593 | 2024-06-24T21:48:07.581Z | Compiling goblin v0.8.2 |
| 594 | 2024-06-24T21:48:07.610Z | Compiling tabled_derive v0.7.0 |
| 595 | 2024-06-24T21:48:10.107Z | Compiling pest_meta v2.7.10 |
| 596 | 2024-06-24T21:48:10.231Z | Compiling clap_derive v4.5.4 |
| 597 | 2024-06-24T21:48:12.118Z | Compiling pest_generator v2.7.10 |
| 598 | 2024-06-24T21:48:14.133Z | Compiling tokio-util v0.7.11 |
| 599 | 2024-06-24T21:48:15.401Z | Compiling h2 v0.3.26 |
| 600 | 2024-06-24T21:48:15.546Z | Compiling pest_derive v2.7.10 |
| 601 | 2024-06-24T21:48:15.585Z | Compiling futures-executor v0.3.30 |
| 602 | 2024-06-24T21:48:16.005Z | Compiling tokio-native-tls v0.3.1 |
| 603 | 2024-06-24T21:48:16.219Z | Compiling strum_macros v0.26.2 |
| 604 | 2024-06-24T21:48:16.350Z | Compiling dtrace-parser v0.2.0 |
| 605 | 2024-06-24T21:48:16.668Z | Compiling xattr v1.3.1 |
| 606 | 2024-06-24T21:48:16.982Z | Compiling memmap v0.7.0 |
| 607 | 2024-06-24T21:48:17.386Z | Compiling is-terminal v0.4.12 |
| 608 | 2024-06-24T21:48:17.526Z | Compiling filetime v0.2.23 |
| 609 | 2024-06-24T21:48:17.895Z | Compiling encoding_rs v0.8.34 |
| 610 | 2024-06-24T21:48:18.406Z | Compiling take_mut v0.2.2 |
| 611 | 2024-06-24T21:48:18.677Z | Compiling toml_datetime v0.6.6 |
| 612 | 2024-06-24T21:48:18.893Z | Compiling serde_spanned v0.6.6 |
| 613 | 2024-06-24T21:48:23.392Z | Compiling serde_tokenstream v0.2.0 |
| 614 | 2024-06-24T21:48:23.496Z | Compiling toml_edit v0.22.13 |
| 615 | 2024-06-24T21:48:23.496Z | Compiling dof v0.3.0 |
| 616 | 2024-06-24T21:48:23.496Z | Compiling hyper v0.14.28 |
| 617 | 2024-06-24T21:48:23.547Z | Compiling slog-json v2.6.1 |
| 618 | 2024-06-24T21:48:23.547Z | Compiling toml v0.8.13 |
| 619 | 2024-06-24T21:48:23.548Z | Compiling serde_urlencoded v0.7.1 |
| 620 | 2024-06-24T21:48:23.548Z | Compiling cargo-platform v0.1.8 |
| 621 | 2024-06-24T21:48:23.548Z | Compiling mime v0.3.17 |
| 622 | 2024-06-24T21:48:23.548Z | Compiling sync_wrapper v0.1.2 |
| 623 | 2024-06-24T21:48:23.576Z | Compiling ipnet v2.9.0 |
| 624 | 2024-06-24T21:48:23.583Z | Compiling cpufeatures v0.2.12 |
| 625 | 2024-06-24T21:48:23.673Z | Compiling sha2 v0.10.8 |
| 626 | 2024-06-24T21:48:23.813Z | Compiling usdt-attr-macro v0.5.0 |
| 627 | 2024-06-24T21:48:23.928Z | Compiling usdt-macro v0.5.0 |
| 628 | 2024-06-24T21:48:23.979Z | Compiling cargo_metadata v0.18.1 |
| 629 | 2024-06-24T21:48:24.388Z | Compiling cargo_toml v0.20.2 |
| 630 | 2024-06-24T21:48:24.822Z | Compiling hyper-tls v0.5.0 |
| 631 | 2024-06-24T21:48:25.186Z | Compiling reqwest v0.11.27 |
| 632 | 2024-06-24T21:48:25.256Z | Compiling slog-bunyan v2.5.0 |
| 633 | 2024-06-24T21:48:25.330Z | Compiling usdt v0.5.0 |
| 634 | 2024-06-24T21:48:25.473Z | Compiling strum v0.26.2 |
| 635 | 2024-06-24T21:48:25.840Z | Compiling macaddr v1.0.1 |
| 636 | 2024-06-24T21:48:26.290Z | Compiling tar v0.4.40 |
| 637 | 2024-06-24T21:48:26.958Z | Compiling slog-term v2.9.1 |
| 638 | 2024-06-24T21:48:27.119Z | Compiling flate2 v1.0.30 |
| 639 | 2024-06-24T21:48:27.209Z | Compiling futures v0.3.30 |
| 640 | 2024-06-24T21:48:27.335Z | Compiling clap v4.5.4 |
| 641 | 2024-06-24T21:48:27.461Z | Compiling tabled v0.15.0 |
| 642 | 2024-06-24T21:48:28.221Z | Compiling swrite v0.1.0 |
| 643 | 2024-06-24T21:48:28.349Z | Compiling md5 v0.7.0 |
| 644 | 2024-06-24T21:48:32.301Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 645 | 2024-06-24T21:48:40.160Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 16s |
| 646 | 2024-06-24T21:48:40.414Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 647 | 2024-06-24T21:48:40.472Z | Jun 24 21:48:39.612 INFO Starting download, target: Clickhouse |
| 648 | 2024-06-24T21:48:40.472Z | Jun 24 21:48:39.612 INFO Starting download, target: Cockroach |
| 649 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.612 INFO Starting download, target: Console |
| 650 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.612 INFO Starting download, target: DendriteOpenapi |
| 651 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.612 INFO Starting download, target: DendriteStub |
| 652 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.612 INFO Starting download, target: MaghemiteMgd |
| 653 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.612 INFO Starting download, target: TransceiverControl |
| 654 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.613 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 655 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.613 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json (attempt 1/3), target: DendriteOpenapi |
| 656 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.613 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 657 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.613 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 658 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.613 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 659 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.613 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 660 | 2024-06-24T21:48:40.477Z | Jun 24 21:48:39.613 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 661 | 2024-06-24T21:48:40.687Z | Jun 24 21:48:39.805 INFO Download complete, target: DendriteOpenapi |
| 662 | 2024-06-24T21:48:40.789Z | Jun 24 21:48:39.919 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 663 | 2024-06-24T21:48:41.205Z | Jun 24 21:48:40.345 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 664 | 2024-06-24T21:48:41.208Z | Jun 24 21:48:40.348 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 665 | 2024-06-24T21:48:41.452Z | Jun 24 21:48:40.592 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 666 | 2024-06-24T21:48:41.729Z | Jun 24 21:48:40.847 INFO Download complete, target: TransceiverControl |
| 667 | 2024-06-24T21:48:41.889Z | Jun 24 21:48:41.028 INFO Download complete, target: Console |
| 668 | 2024-06-24T21:48:42.981Z | Jun 24 21:48:42.120 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 669 | 2024-06-24T21:48:43.641Z | Jun 24 21:48:42.780 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 670 | 2024-06-24T21:48:43.642Z | Jun 24 21:48:42.780 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 671 | 2024-06-24T21:48:44.607Z | Jun 24 21:48:43.745 INFO Download complete, target: DendriteStub |
| 672 | 2024-06-24T21:48:44.783Z | Jun 24 21:48:43.922 INFO Download complete, target: MaghemiteMgd |
| 673 | 2024-06-24T21:48:52.464Z | Jun 24 21:48:51.601 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 674 | 2024-06-24T21:48:52.792Z | Jun 24 21:48:51.929 INFO Checking that binary works, target: Cockroach |
| 675 | 2024-06-24T21:48:52.994Z | Jun 24 21:48:52.131 INFO Download complete, target: Cockroach |
| 676 | 2024-06-24T21:48:58.041Z | Jun 24 21:48:57.176 INFO Checking that binary works, target: Clickhouse |
| 677 | 2024-06-24T21:48:58.567Z | Jun 24 21:48:57.702 INFO Download complete, target: Clickhouse |
| 678 | 2024-06-24T21:48:58.575Z | All prerequisites installed successfully |
| 679 | 2024-06-24T21:48:58.579Z | |
| 680 | 2024-06-24T21:48:58.579Z | real 2:57.399373457 |
| 681 | 2024-06-24T21:48:58.579Z | user 5:51.193451343 |
| 682 | 2024-06-24T21:48:58.579Z | sys 1:20.327825558 |
| 683 | 2024-06-24T21:48:58.579Z | trap 0.231180281 |
| 684 | 2024-06-24T21:48:58.579Z | tflt 5.058263678 |
| 685 | 2024-06-24T21:48:58.579Z | dflt 6.963170759 |
| 686 | 2024-06-24T21:48:58.579Z | kflt 0.306452389 |
| 687 | 2024-06-24T21:48:58.580Z | lock 13:31.527861260 |
| 688 | 2024-06-24T21:48:58.580Z | slp 18:50.579780633 |
| 689 | 2024-06-24T21:48:58.580Z | lat 19.193808580 |
| 690 | 2024-06-24T21:48:58.580Z | stop 1:03.183131041 |
| 691 | 2024-06-24T21:48:58.580Z | + ptime -m cargo xtask download softnpu |
| 692 | 2024-06-24T21:48:59.140Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
| 693 | 2024-06-24T21:48:59.159Z | Running `target/debug/xtask download softnpu` |
| 694 | 2024-06-24T21:48:59.183Z | Jun 24 21:48:58.318 INFO Starting download, target: Softnpu |
| 695 | 2024-06-24T21:48:59.187Z | Jun 24 21:48:58.319 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
| 696 | 2024-06-24T21:49:00.079Z | Jun 24 21:48:59.204 INFO Download complete, target: Softnpu |
| 697 | 2024-06-24T21:49:00.091Z | |
| 698 | 2024-06-24T21:49:00.091Z | real 1.491265534 |
| 699 | 2024-06-24T21:49:00.091Z | user 0.616378005 |
| 700 | 2024-06-24T21:49:00.091Z | sys 0.294653752 |
| 701 | 2024-06-24T21:49:00.091Z | trap 0.000477397 |
| 702 | 2024-06-24T21:49:00.091Z | tflt 0.000083441 |
| 703 | 2024-06-24T21:49:00.091Z | dflt 0.000082282 |
| 704 | 2024-06-24T21:49:00.092Z | kflt 0.000000000 |
| 705 | 2024-06-24T21:49:00.092Z | lock 9.347741059 |
| 706 | 2024-06-24T21:49:00.092Z | slp 0.806069277 |
| 707 | 2024-06-24T21:49:00.092Z | lat 0.073936976 |
| 708 | 2024-06-24T21:49:00.092Z | stop 0.000285245 |
| 709 | 2024-06-24T21:49:00.092Z | + export CARGO_INCREMENTAL=0 |
| 710 | 2024-06-24T21:49:00.092Z | + CARGO_INCREMENTAL=0 |
| 711 | 2024-06-24T21:49:00.092Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
| 712 | 2024-06-24T21:49:00.602Z | Downloading crates ... |
| 713 | 2024-06-24T21:49:00.764Z | Downloaded addr2line v0.21.0 |
| 714 | 2024-06-24T21:49:00.769Z | Downloaded bitstruct_derive v0.1.0 |
| 715 | 2024-06-24T21:49:00.773Z | Downloaded crunchy v0.2.2 |
| 716 | 2024-06-24T21:49:00.773Z | Downloaded atty v0.2.14 |
| 717 | 2024-06-24T21:49:00.776Z | Downloaded ciborium-io v0.2.2 |
| 718 | 2024-06-24T21:49:00.776Z | Downloaded darling_macro v0.20.9 |
| 719 | 2024-06-24T21:49:00.779Z | Downloaded derive_builder_macro v0.20.0 |
| 720 | 2024-06-24T21:49:00.783Z | Downloaded newline-converter v0.3.0 |
| 721 | 2024-06-24T21:49:00.783Z | Downloaded bit-set v0.5.3 |
| 722 | 2024-06-24T21:49:00.786Z | Downloaded async-stream-impl v0.3.5 |
| 723 | 2024-06-24T21:49:00.789Z | Downloaded new_debug_unreachable v1.0.6 |
| 724 | 2024-06-24T21:49:00.792Z | Downloaded bitflags v1.3.2 |
| 725 | 2024-06-24T21:49:00.795Z | Downloaded async-stream v0.3.5 |
| 726 | 2024-06-24T21:49:00.795Z | Downloaded nanorand v0.7.0 |
| 727 | 2024-06-24T21:49:00.799Z | Downloaded multer v3.1.0 |
| 728 | 2024-06-24T21:49:00.802Z | Downloaded mime_guess v2.0.4 |
| 729 | 2024-06-24T21:49:00.805Z | Downloaded opaque-debug v0.3.1 |
| 730 | 2024-06-24T21:49:00.805Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 731 | 2024-06-24T21:49:00.808Z | Downloaded cassowary v0.3.0 |
| 732 | 2024-06-24T21:49:00.809Z | Downloaded phf_shared v0.10.0 |
| 733 | 2024-06-24T21:49:00.811Z | Downloaded corncobs v0.1.3 |
| 734 | 2024-06-24T21:49:00.812Z | Downloaded buf-list v1.0.3 |
| 735 | 2024-06-24T21:49:00.814Z | Downloaded portpicker v0.1.1 |
| 736 | 2024-06-24T21:49:00.815Z | Downloaded peg-runtime v0.8.3 |
| 737 | 2024-06-24T21:49:00.818Z | Downloaded bcs v0.1.6 |
| 738 | 2024-06-24T21:49:00.821Z | Downloaded number_prefix v0.4.0 |
| 739 | 2024-06-24T21:49:00.821Z | Downloaded base64ct v1.6.0 |
| 740 | 2024-06-24T21:49:00.824Z | Downloaded async-trait v0.1.80 |
| 741 | 2024-06-24T21:49:00.827Z | Downloaded newtype_derive v0.1.6 |
| 742 | 2024-06-24T21:49:00.830Z | Downloaded multimap v0.10.0 |
| 743 | 2024-06-24T21:49:00.830Z | Downloaded defmt-parser v0.3.4 |
| 744 | 2024-06-24T21:49:00.833Z | Downloaded ppv-lite86 v0.2.17 |
| 745 | 2024-06-24T21:49:00.833Z | Downloaded bitfield v0.14.0 |
| 746 | 2024-06-24T21:49:00.836Z | Downloaded csv-core v0.1.11 |
| 747 | 2024-06-24T21:49:00.837Z | Downloaded cexpr v0.6.0 |
| 748 | 2024-06-24T21:49:00.840Z | Downloaded bb8 v0.8.3 |
| 749 | 2024-06-24T21:49:00.840Z | Downloaded proc-macro-crate v1.3.1 |
| 750 | 2024-06-24T21:49:00.843Z | Downloaded derive_builder v0.20.0 |
| 751 | 2024-06-24T21:49:00.846Z | Downloaded radium v0.7.0 |
| 752 | 2024-06-24T21:49:00.849Z | Downloaded packed_struct_codegen v0.10.1 |
| 753 | 2024-06-24T21:49:00.849Z | Downloaded olpc-cjson v0.1.3 |
| 754 | 2024-06-24T21:49:00.852Z | Downloaded rand_core v0.6.4 |
| 755 | 2024-06-24T21:49:00.852Z | Downloaded peg v0.8.3 |
| 756 | 2024-06-24T21:49:00.856Z | Downloaded num-integer v0.1.46 |
| 757 | 2024-06-24T21:49:00.859Z | Downloaded vte_generate_state_changes v0.1.1 |
| 758 | 2024-06-24T21:49:00.863Z | Downloaded pkcs1 v0.7.5 |
| 759 | 2024-06-24T21:49:00.863Z | Downloaded camino-tempfile v1.1.1 |
| 760 | 2024-06-24T21:49:00.871Z | Downloaded zone v0.1.8 |
| 761 | 2024-06-24T21:49:00.871Z | Downloaded untrusted v0.9.0 |
| 762 | 2024-06-24T21:49:00.874Z | Downloaded password-hash v0.5.0 |
| 763 | 2024-06-24T21:49:00.874Z | Downloaded foreign-types-shared v0.3.1 |
| 764 | 2024-06-24T21:49:00.874Z | Downloaded nu-ansi-term v0.50.0 |
| 765 | 2024-06-24T21:49:00.878Z | Downloaded backoff v0.4.0 |
| 766 | 2024-06-24T21:49:00.878Z | Downloaded crc-any v2.5.0 |
| 767 | 2024-06-24T21:49:00.881Z | Downloaded const-oid v0.9.6 |
| 768 | 2024-06-24T21:49:00.884Z | Downloaded normalize-line-endings v0.3.0 |
| 769 | 2024-06-24T21:49:00.884Z | Downloaded crc-catalog v2.4.0 |
| 770 | 2024-06-24T21:49:00.887Z | Downloaded constant_time_eq v0.3.0 |
| 771 | 2024-06-24T21:49:00.887Z | Downloaded castaway v0.2.2 |
| 772 | 2024-06-24T21:49:00.890Z | Downloaded psl-types v2.0.11 |
| 773 | 2024-06-24T21:49:00.890Z | Downloaded pretty-hex v0.2.1 |
| 774 | 2024-06-24T21:49:00.893Z | Downloaded crc v3.2.1 |
| 775 | 2024-06-24T21:49:00.893Z | Downloaded unicode-xid v0.2.4 |
| 776 | 2024-06-24T21:49:00.897Z | Downloaded parse-size v1.0.0 |
| 777 | 2024-06-24T21:49:00.897Z | Downloaded oso-derive v0.27.3 |
| 778 | 2024-06-24T21:49:00.900Z | Downloaded precomputed-hash v0.1.1 |
| 779 | 2024-06-24T21:49:00.900Z | Downloaded defmt-macros v0.3.9 |
| 780 | 2024-06-24T21:49:00.903Z | Downloaded ciborium-ll v0.2.2 |
| 781 | 2024-06-24T21:49:00.903Z | Downloaded atomic-waker v1.1.2 |
| 782 | 2024-06-24T21:49:00.907Z | Downloaded data-encoding v2.6.0 |
| 783 | 2024-06-24T21:49:00.907Z | Downloaded hubpack_derive v0.1.1 |
| 784 | 2024-06-24T21:49:00.907Z | Downloaded postgres-protocol v0.6.6 |
| 785 | 2024-06-24T21:49:00.910Z | Downloaded colored v2.1.0 |
| 786 | 2024-06-24T21:49:00.930Z | Downloaded platforms v3.4.0 |
| 787 | 2024-06-24T21:49:00.930Z | Downloaded ena v0.14.3 |
| 788 | 2024-06-24T21:49:00.930Z | Downloaded serde-big-array v0.5.1 |
| 789 | 2024-06-24T21:49:00.930Z | Downloaded humantime v2.1.0 |
| 790 | 2024-06-24T21:49:00.930Z | Downloaded serde-big-array v0.4.1 |
| 791 | 2024-06-24T21:49:00.930Z | Downloaded endian-type v0.1.2 |
| 792 | 2024-06-24T21:49:00.931Z | Downloaded stability v0.2.0 |
| 793 | 2024-06-24T21:49:00.931Z | Downloaded hash32 v0.3.1 |
| 794 | 2024-06-24T21:49:00.931Z | Downloaded fragile v2.0.0 |
| 795 | 2024-06-24T21:49:00.931Z | Downloaded num_enum_derive v0.5.11 |
| 796 | 2024-06-24T21:49:00.931Z | Downloaded darling v0.20.9 |
| 797 | 2024-06-24T21:49:00.936Z | Downloaded cookie_store v0.20.0 |
| 798 | 2024-06-24T21:49:00.936Z | Downloaded phf_shared v0.11.2 |
| 799 | 2024-06-24T21:49:00.939Z | Downloaded paste v1.0.15 |
| 800 | 2024-06-24T21:49:00.944Z | Downloaded arc-swap v1.7.1 |
| 801 | 2024-06-24T21:49:00.947Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 802 | 2024-06-24T21:49:00.947Z | Downloaded parse-display v0.9.0 |
| 803 | 2024-06-24T21:49:00.947Z | Downloaded packed_struct v0.10.1 |
| 804 | 2024-06-24T21:49:00.950Z | Downloaded downcast v0.11.0 |
| 805 | 2024-06-24T21:49:00.950Z | Downloaded libefi-sys v0.1.0 |
| 806 | 2024-06-24T21:49:00.953Z | Downloaded ref-cast v1.0.23 |
| 807 | 2024-06-24T21:49:00.956Z | Downloaded r2d2 v0.8.10 |
| 808 | 2024-06-24T21:49:00.957Z | Downloaded rand_seeder v0.2.3 |
| 809 | 2024-06-24T21:49:00.960Z | Downloaded rand_chacha v0.3.1 |
| 810 | 2024-06-24T21:49:00.960Z | Downloaded quick-error v1.2.3 |
| 811 | 2024-06-24T21:49:00.963Z | Downloaded tokio-rustls v0.24.1 |
| 812 | 2024-06-24T21:49:00.963Z | Downloaded prettyplease v0.2.20 |
| 813 | 2024-06-24T21:49:00.968Z | Downloaded ident_case v1.0.1 |
| 814 | 2024-06-24T21:49:00.972Z | Downloaded phf v0.11.2 |
| 815 | 2024-06-24T21:49:00.972Z | Downloaded slog-stdlog v4.1.1 |
| 816 | 2024-06-24T21:49:00.972Z | Downloaded rcgen v0.12.1 |
| 817 | 2024-06-24T21:49:00.975Z | Downloaded rpassword v7.3.1 |
| 818 | 2024-06-24T21:49:00.978Z | Downloaded signal-hook-tokio v0.3.1 |
| 819 | 2024-06-24T21:49:00.978Z | Downloaded same-file v1.0.6 |
| 820 | 2024-06-24T21:49:00.981Z | Downloaded libsw v3.3.1 |
| 821 | 2024-06-24T21:49:00.981Z | Downloaded funty v2.0.0 |
| 822 | 2024-06-24T21:49:00.984Z | Downloaded sqlparser_derive v0.2.2 |
| 823 | 2024-06-24T21:49:00.984Z | Downloaded base64 v0.22.1 |
| 824 | 2024-06-24T21:49:00.987Z | Downloaded predicates-core v1.0.6 |
| 825 | 2024-06-24T21:49:00.990Z | Downloaded unarray v0.1.4 |
| 826 | 2024-06-24T21:49:00.991Z | Downloaded flagset v0.4.5 |
| 827 | 2024-06-24T21:49:00.994Z | Downloaded unicode-linebreak v0.1.5 |
| 828 | 2024-06-24T21:49:00.994Z | Downloaded unicase v2.7.0 |
| 829 | 2024-06-24T21:49:00.997Z | Downloaded indoc v1.0.9 |
| 830 | 2024-06-24T21:49:01.001Z | Downloaded pin-project-internal v1.1.5 |
| 831 | 2024-06-24T21:49:01.001Z | Downloaded topological-sort v0.2.2 |
| 832 | 2024-06-24T21:49:01.004Z | Downloaded tabwriter v1.4.0 |
| 833 | 2024-06-24T21:49:01.004Z | Downloaded lazy_static v1.4.0 |
| 834 | 2024-06-24T21:49:01.004Z | Downloaded glob v0.3.1 |
| 835 | 2024-06-24T21:49:01.011Z | Downloaded resolv-conf v0.7.0 |
| 836 | 2024-06-24T21:49:01.014Z | Downloaded peg-macros v0.8.3 |
| 837 | 2024-06-24T21:49:01.014Z | Downloaded crossbeam-epoch v0.9.18 |
| 838 | 2024-06-24T21:49:01.015Z | Downloaded dyn-clone v1.0.17 |
| 839 | 2024-06-24T21:49:01.018Z | Downloaded vte v0.11.1 |
| 840 | 2024-06-24T21:49:01.018Z | Downloaded derive-where v1.2.7 |
| 841 | 2024-06-24T21:49:01.021Z | Downloaded utf-8 v0.7.6 |
| 842 | 2024-06-24T21:49:01.024Z | Downloaded group v0.13.0 |
| 843 | 2024-06-24T21:49:01.027Z | Downloaded tiny-keccak v2.0.2 |
| 844 | 2024-06-24T21:49:01.030Z | Downloaded tls_codec v0.4.1 |
| 845 | 2024-06-24T21:49:01.030Z | Downloaded hash32 v0.2.1 |
| 846 | 2024-06-24T21:49:01.033Z | Downloaded thiserror-no-std v2.0.2 |
| 847 | 2024-06-24T21:49:01.036Z | Downloaded spin v0.9.8 |
| 848 | 2024-06-24T21:49:01.039Z | Downloaded zone_cfg_derive v0.1.2 |
| 849 | 2024-06-24T21:49:01.042Z | Downloaded matches v0.1.10 |
| 850 | 2024-06-24T21:49:01.043Z | Downloaded instant v0.1.12 |
| 851 | 2024-06-24T21:49:01.046Z | Downloaded heck v0.3.3 |
| 852 | 2024-06-24T21:49:01.046Z | Downloaded getopts v0.2.21 |
| 853 | 2024-06-24T21:49:01.049Z | Downloaded highway v1.1.0 |
| 854 | 2024-06-24T21:49:01.049Z | Downloaded erased-serde v0.3.31 |
| 855 | 2024-06-24T21:49:01.052Z | Downloaded rustfmt-wrapper v0.2.1 |
| 856 | 2024-06-24T21:49:01.055Z | Downloaded sha1 v0.10.6 |
| 857 | 2024-06-24T21:49:01.055Z | Downloaded globset v0.4.14 |
| 858 | 2024-06-24T21:49:01.058Z | Downloaded rustc_version v0.4.0 |
| 859 | 2024-06-24T21:49:01.058Z | Downloaded rustc_version v0.1.7 |
| 860 | 2024-06-24T21:49:01.061Z | Downloaded rustc-hash v1.1.0 |
| 861 | 2024-06-24T21:49:01.061Z | Downloaded lru-cache v0.1.2 |
| 862 | 2024-06-24T21:49:01.064Z | Downloaded postcard v1.0.8 |
| 863 | 2024-06-24T21:49:01.067Z | Downloaded derive_more v0.99.17 |
| 864 | 2024-06-24T21:49:01.070Z | Downloaded zip v0.6.6 |
| 865 | 2024-06-24T21:49:01.075Z | Downloaded http-range v0.1.5 |
| 866 | 2024-06-24T21:49:01.078Z | Downloaded zeroize v1.7.0 |
| 867 | 2024-06-24T21:49:01.079Z | Downloaded wyz v0.5.1 |
| 868 | 2024-06-24T21:49:01.082Z | Downloaded serde_with_macros v3.8.1 |
| 869 | 2024-06-24T21:49:01.085Z | Downloaded subprocess v0.2.9 |
| 870 | 2024-06-24T21:49:01.088Z | Downloaded tokio-postgres v0.7.10 |
| 871 | 2024-06-24T21:49:01.091Z | Downloaded sigpipe v0.1.3 |
| 872 | 2024-06-24T21:49:01.094Z | Downloaded foreign-types-macros v0.2.3 |
| 873 | 2024-06-24T21:49:01.094Z | Downloaded termtree v0.4.1 |
| 874 | 2024-06-24T21:49:01.097Z | Downloaded spki v0.7.3 |
| 875 | 2024-06-24T21:49:01.097Z | Downloaded const_format v0.2.32 |
| 876 | 2024-06-24T21:49:01.101Z | Downloaded stringprep v0.1.4 |
| 877 | 2024-06-24T21:49:01.104Z | Downloaded which v4.4.2 |
| 878 | 2024-06-24T21:49:01.109Z | Downloaded managed v0.8.0 |
| 879 | 2024-06-24T21:49:01.109Z | Downloaded untrusted v0.7.1 |
| 880 | 2024-06-24T21:49:01.109Z | Downloaded diff v0.1.13 |
| 881 | 2024-06-24T21:49:01.112Z | Downloaded headers v0.3.9 |
| 882 | 2024-06-24T21:49:01.116Z | Downloaded maplit v1.0.2 |
| 883 | 2024-06-24T21:49:01.119Z | Downloaded linked-hash-map v0.5.6 |
| 884 | 2024-06-24T21:49:01.128Z | Downloaded signal-hook-mio v0.2.3 |
| 885 | 2024-06-24T21:49:01.132Z | Downloaded waitgroup v0.1.2 |
| 886 | 2024-06-24T21:49:01.132Z | Downloaded smawk v0.3.2 |
| 887 | 2024-06-24T21:49:01.135Z | Downloaded scheduled-thread-pool v0.2.7 |
| 888 | 2024-06-24T21:49:01.135Z | Downloaded siphasher v0.3.11 |
| 889 | 2024-06-24T21:49:01.135Z | Downloaded smf v0.2.3 |
| 890 | 2024-06-24T21:49:01.139Z | Downloaded gethostname v0.4.3 |
| 891 | 2024-06-24T21:49:01.139Z | Downloaded kstat-rs v0.2.3 |
| 892 | 2024-06-24T21:49:01.142Z | Downloaded keccak v0.1.5 |
| 893 | 2024-06-24T21:49:01.142Z | Downloaded is_ci v1.2.0 |
| 894 | 2024-06-24T21:49:01.142Z | Downloaded schemars_derive v0.8.20 |
| 895 | 2024-06-24T21:49:01.145Z | Downloaded yasna v0.5.2 |
| 896 | 2024-06-24T21:49:01.148Z | Downloaded half v2.4.1 |
| 897 | 2024-06-24T21:49:01.151Z | Downloaded fastrand v2.1.0 |
| 898 | 2024-06-24T21:49:01.151Z | Downloaded fixedbitset v0.4.2 |
| 899 | 2024-06-24T21:49:01.154Z | Downloaded semver v0.1.20 |
| 900 | 2024-06-24T21:49:01.154Z | Downloaded memoffset v0.9.1 |
| 901 | 2024-06-24T21:49:01.157Z | Downloaded der v0.7.9 |
| 902 | 2024-06-24T21:49:01.160Z | Downloaded ron v0.7.1 |
| 903 | 2024-06-24T21:49:01.165Z | Downloaded fxhash v0.2.1 |
| 904 | 2024-06-24T21:49:01.168Z | Downloaded signature v1.6.4 |
| 905 | 2024-06-24T21:49:01.168Z | Downloaded enum-as-inner v0.5.1 |
| 906 | 2024-06-24T21:49:01.171Z | Downloaded serde_plain v1.0.2 |
| 907 | 2024-06-24T21:49:01.171Z | Downloaded iana-time-zone v0.1.60 |
| 908 | 2024-06-24T21:49:01.174Z | Downloaded strum_macros v0.24.3 |
| 909 | 2024-06-24T21:49:01.178Z | Downloaded home v0.5.9 |
| 910 | 2024-06-24T21:49:01.178Z | Downloaded tui-tree-widget v0.19.0 |
| 911 | 2024-06-24T21:49:01.181Z | Downloaded unsafe-libyaml v0.2.11 |
| 912 | 2024-06-24T21:49:01.184Z | Downloaded getrandom v0.2.14 |
| 913 | 2024-06-24T21:49:01.187Z | Downloaded wait-timeout v0.2.0 |
| 914 | 2024-06-24T21:49:01.187Z | Downloaded serde_repr v0.1.19 |
| 915 | 2024-06-24T21:49:01.190Z | Downloaded fd-lock v4.0.2 |
| 916 | 2024-06-24T21:49:01.193Z | Downloaded shlex v1.3.0 |
| 917 | 2024-06-24T21:49:01.193Z | Downloaded foreign-types v0.5.0 |
| 918 | 2024-06-24T21:49:01.201Z | Downloaded headers-core v0.2.0 |
| 919 | 2024-06-24T21:49:01.201Z | Downloaded universal-hash v0.5.1 |
| 920 | 2024-06-24T21:49:01.201Z | Downloaded sec1 v0.7.3 |
| 921 | 2024-06-24T21:49:01.204Z | Downloaded env_logger v0.10.2 |
| 922 | 2024-06-24T21:49:01.204Z | Downloaded serde_path_to_error v0.1.16 |
| 923 | 2024-06-24T21:49:01.204Z | Downloaded tokio-tungstenite v0.21.0 |
| 924 | 2024-06-24T21:49:01.207Z | Downloaded ipnetwork v0.20.0 |
| 925 | 2024-06-24T21:49:01.207Z | Downloaded strip-ansi-escapes v0.2.0 |
| 926 | 2024-06-24T21:49:01.211Z | Downloaded nom v7.1.3 |
| 927 | 2024-06-24T21:49:01.214Z | Downloaded signature v2.2.0 |
| 928 | 2024-06-24T21:49:01.217Z | Downloaded structmeta-derive v0.3.0 |
| 929 | 2024-06-24T21:49:01.217Z | Downloaded rustc-demangle v0.1.24 |
| 930 | 2024-06-24T21:49:01.220Z | Downloaded env_logger v0.9.3 |
| 931 | 2024-06-24T21:49:01.223Z | Downloaded ron v0.8.1 |
| 932 | 2024-06-24T21:49:01.227Z | Downloaded float-ord v0.3.2 |
| 933 | 2024-06-24T21:49:01.230Z | Downloaded vsss-rs v3.3.4 |
| 934 | 2024-06-24T21:49:01.233Z | Downloaded termios v0.3.3 |
| 935 | 2024-06-24T21:49:01.233Z | Downloaded typed-path v0.7.1 |
| 936 | 2024-06-24T21:49:01.239Z | Downloaded termcolor v1.4.1 |
| 937 | 2024-06-24T21:49:01.242Z | Downloaded structmeta-derive v0.2.0 |
| 938 | 2024-06-24T21:49:01.242Z | Downloaded toml v0.5.11 |
| 939 | 2024-06-24T21:49:01.245Z | Downloaded hashbrown v0.13.2 |
| 940 | 2024-06-24T21:49:01.249Z | Downloaded tempfile v3.10.1 |
| 941 | 2024-06-24T21:49:01.252Z | Downloaded rtoolbox v0.0.2 |
| 942 | 2024-06-24T21:49:01.255Z | Downloaded uzers v0.11.3 |
| 943 | 2024-06-24T21:49:01.258Z | Downloaded expectorate v1.1.0 |
| 944 | 2024-06-24T21:49:01.258Z | Downloaded maybe-uninit v2.0.0 |
| 945 | 2024-06-24T21:49:01.261Z | Downloaded linear-map v1.2.0 |
| 946 | 2024-06-24T21:49:01.261Z | Downloaded indexmap v1.9.3 |
| 947 | 2024-06-24T21:49:01.264Z | Downloaded unicode_categories v0.1.1 |
| 948 | 2024-06-24T21:49:01.269Z | Downloaded reedline v0.31.0 |
| 949 | 2024-06-24T21:49:01.274Z | Downloaded snafu-derive v0.8.2 |
| 950 | 2024-06-24T21:49:01.277Z | Downloaded shell-words v1.1.0 |
| 951 | 2024-06-24T21:49:01.277Z | Downloaded rustls-pki-types v1.7.0 |
| 952 | 2024-06-24T21:49:01.280Z | Downloaded flume v0.11.0 |
| 953 | 2024-06-24T21:49:01.284Z | Downloaded textwrap v0.16.1 |
| 954 | 2024-06-24T21:49:01.287Z | Downloaded test-strategy v0.3.1 |
| 955 | 2024-06-24T21:49:01.290Z | Downloaded snafu v0.8.2 |
| 956 | 2024-06-24T21:49:01.296Z | Downloaded http v1.1.0 |
| 957 | 2024-06-24T21:49:01.301Z | Downloaded blake3 v1.5.1 |
| 958 | 2024-06-24T21:49:01.308Z | Downloaded rsa v0.9.6 |
| 959 | 2024-06-24T21:49:01.314Z | Downloaded heapless v0.8.0 |
| 960 | 2024-06-24T21:49:01.318Z | Downloaded salty v0.2.0 |
| 961 | 2024-06-24T21:49:01.324Z | Downloaded fatfs v0.3.6 |
| 962 | 2024-06-24T21:49:01.327Z | Downloaded signal-hook v0.3.17 |
| 963 | 2024-06-24T21:49:01.331Z | Downloaded tough v0.17.1 |
| 964 | 2024-06-24T21:49:01.339Z | Downloaded chrono v0.4.38 |
| 965 | 2024-06-24T21:49:01.347Z | Downloaded rustyline v14.0.0 |
| 966 | 2024-06-24T21:49:01.353Z | Downloaded num-bigint-dig v0.8.4 |
| 967 | 2024-06-24T21:49:01.358Z | Downloaded regex-automata v0.1.10 |
| 968 | 2024-06-24T21:49:01.364Z | Downloaded itertools v0.12.1 |
| 969 | 2024-06-24T21:49:01.371Z | Downloaded serde_yaml v0.9.34+deprecated |
| 970 | 2024-06-24T21:49:01.374Z | Downloaded winnow v0.5.40 |
| 971 | 2024-06-24T21:49:01.383Z | Downloaded bitvec v1.0.1 |
| 972 | 2024-06-24T21:49:01.399Z | Downloaded rayon v1.10.0 |
| 973 | 2024-06-24T21:49:01.409Z | Downloaded trust-dns-client v0.22.0 |
| 974 | 2024-06-24T21:49:01.415Z | Downloaded lalrpop v0.19.12 |
| 975 | 2024-06-24T21:49:01.425Z | Downloaded portable-atomic v1.6.0 |
| 976 | 2024-06-24T21:49:01.431Z | Downloaded bstr v0.2.17 |
| 977 | 2024-06-24T21:49:01.441Z | Downloaded gimli v0.28.1 |
| 978 | 2024-06-24T21:49:01.454Z | Downloaded rustls v0.21.12 |
| 979 | 2024-06-24T21:49:01.461Z | Downloaded regex-syntax v0.8.3 |
| 980 | 2024-06-24T21:49:01.469Z | Downloaded proptest v1.4.0 |
| 981 | 2024-06-24T21:49:01.479Z | Downloaded quick-xml v0.31.0 |
| 982 | 2024-06-24T21:49:01.485Z | Downloaded bstr v1.9.1 |
| 983 | 2024-06-24T21:49:01.496Z | Downloaded regex-automata v0.4.6 |
| 984 | 2024-06-24T21:49:01.513Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 985 | 2024-06-24T21:49:01.524Z | Downloaded hkdf v0.12.4 |
| 986 | 2024-06-24T21:49:01.527Z | Downloaded csv v1.3.0 |
| 987 | 2024-06-24T21:49:01.545Z | Downloaded regex-syntax v0.6.29 |
| 988 | 2024-06-24T21:49:01.551Z | Downloaded libxml v0.3.3 |
| 989 | 2024-06-24T21:49:01.574Z | Downloaded curve25519-dalek v4.1.2 |
| 990 | 2024-06-24T21:49:01.577Z | Downloaded trust-dns-server v0.22.1 |
| 991 | 2024-06-24T21:49:01.578Z | Downloaded steno v0.4.0 |
| 992 | 2024-06-24T21:49:01.578Z | Downloaded libm v0.2.8 |
| 993 | 2024-06-24T21:49:01.581Z | Downloaded bindgen v0.69.4 |
| 994 | 2024-06-24T21:49:01.593Z | Downloaded sqlparser v0.45.0 |
| 995 | 2024-06-24T21:49:01.596Z | Downloaded heapless v0.7.17 |
| 996 | 2024-06-24T21:49:01.603Z | Downloaded rustls-webpki v0.101.7 |
| 997 | 2024-06-24T21:49:01.611Z | Downloaded unicode-segmentation v1.11.0 |
| 998 | 2024-06-24T21:49:01.617Z | Downloaded rustls-webpki v0.102.4 |
| 999 | 2024-06-24T21:49:01.638Z | Downloaded regex v1.10.4 |
| 1000 | 2024-06-24T21:49:01.645Z | Downloaded radix_trie v0.2.1 |
| 1001 | 2024-06-24T21:49:01.650Z | Downloaded object v0.30.4 |
| 1002 | 2024-06-24T21:49:01.657Z | Downloaded nix v0.27.1 |
| 1003 | 2024-06-24T21:49:01.670Z | Downloaded webpki-roots v0.25.4 |
| 1004 | 2024-06-24T21:49:01.675Z | Downloaded idna v0.3.0 |
| 1005 | 2024-06-24T21:49:01.678Z | Downloaded nix v0.28.0 |
| 1006 | 2024-06-24T21:49:01.714Z | Downloaded object v0.32.2 |
| 1007 | 2024-06-24T21:49:01.718Z | Downloaded diesel v2.1.6 |
| 1008 | 2024-06-24T21:49:01.718Z | Downloaded idna v0.2.3 |
| 1009 | 2024-06-24T21:49:01.721Z | Downloaded smoltcp v0.9.1 |
| 1010 | 2024-06-24T21:49:01.730Z | Downloaded polar-core v0.27.3 |
| 1011 | 2024-06-24T21:49:01.749Z | Downloaded trust-dns-proto v0.22.0 |
| 1012 | 2024-06-24T21:49:01.753Z | Downloaded x509-cert v0.2.5 |
| 1013 | 2024-06-24T21:49:01.758Z | Downloaded smoltcp v0.11.0 |
| 1014 | 2024-06-24T21:49:01.765Z | Downloaded rustls v0.22.4 |
| 1015 | 2024-06-24T21:49:01.782Z | Downloaded regress v0.9.1 |
| 1016 | 2024-06-24T21:49:01.786Z | Downloaded openapiv3 v2.0.0 |
| 1017 | 2024-06-24T21:49:01.797Z | Downloaded itertools v0.10.5 |
| 1018 | 2024-06-24T21:49:01.806Z | Downloaded tungstenite v0.20.1 |
| 1019 | 2024-06-24T21:49:01.812Z | Downloaded serde_with v3.8.1 |
| 1020 | 2024-06-24T21:49:01.816Z | Downloaded ratatui v0.26.2 |
| 1021 | 2024-06-24T21:49:01.830Z | Downloaded hmac v0.12.1 |
| 1022 | 2024-06-24T21:49:01.833Z | Downloaded schemars v0.8.20 |
| 1023 | 2024-06-24T21:49:01.842Z | Downloaded aho-corasick v1.1.3 |
| 1024 | 2024-06-24T21:49:01.848Z | Downloaded memmap2 v0.9.4 |
| 1025 | 2024-06-24T21:49:01.851Z | Downloaded sled v0.34.7 |
| 1026 | 2024-06-24T21:49:01.859Z | Downloaded zerocopy-derive v0.6.6 |
| 1027 | 2024-06-24T21:49:01.868Z | Downloaded strum_macros v0.25.3 |
| 1028 | 2024-06-24T21:49:01.872Z | Downloaded rustls-pemfile v2.1.2 |
| 1029 | 2024-06-24T21:49:01.875Z | Downloaded ff v0.13.0 |
| 1030 | 2024-06-24T21:49:01.875Z | Downloaded hyper-rustls v0.24.2 |
| 1031 | 2024-06-24T21:49:01.894Z | Downloaded toml v0.7.8 |
| 1032 | 2024-06-24T21:49:01.894Z | Downloaded tokio-stream v0.1.15 |
| 1033 | 2024-06-24T21:49:01.894Z | Downloaded md-5 v0.10.6 |
| 1034 | 2024-06-24T21:49:01.894Z | Downloaded hashbrown v0.12.3 |
| 1035 | 2024-06-24T21:49:01.894Z | Downloaded rayon-core v1.12.1 |
| 1036 | 2024-06-24T21:49:01.894Z | Downloaded sct v0.7.1 |
| 1037 | 2024-06-24T21:49:01.894Z | Downloaded petgraph v0.6.5 |
| 1038 | 2024-06-24T21:49:01.910Z | Downloaded diesel_derives v2.1.4 |
| 1039 | 2024-06-24T21:49:01.913Z | Downloaded finl_unicode v1.2.0 |
| 1040 | 2024-06-24T21:49:01.926Z | Downloaded tokio-rustls v0.25.0 |
| 1041 | 2024-06-24T21:49:01.929Z | Downloaded publicsuffix v2.2.3 |
| 1042 | 2024-06-24T21:49:01.932Z | Downloaded zerocopy v0.6.6 |
| 1043 | 2024-06-24T21:49:01.932Z | Downloaded rusty-fork v0.3.0 |
| 1044 | 2024-06-24T21:49:01.935Z | Downloaded fallible-iterator v0.2.0 |
| 1045 | 2024-06-24T21:49:01.935Z | Downloaded tracing-attributes v0.1.27 |
| 1046 | 2024-06-24T21:49:01.939Z | Downloaded samael v0.0.15 |
| 1047 | 2024-06-24T21:49:01.942Z | Downloaded sha3 v0.10.8 |
| 1048 | 2024-06-24T21:49:01.946Z | Downloaded either v1.12.0 |
| 1049 | 2024-06-24T21:49:01.949Z | Downloaded hyper-staticfile v0.9.5 |
| 1050 | 2024-06-24T21:49:01.950Z | Downloaded hubpack v0.1.2 |
| 1051 | 2024-06-24T21:49:01.950Z | Downloaded uuid v1.8.0 |
| 1052 | 2024-06-24T21:49:01.958Z | Downloaded socket2 v0.4.10 |
| 1053 | 2024-06-24T21:49:01.959Z | Downloaded hex v0.4.3 |
| 1054 | 2024-06-24T21:49:01.959Z | Downloaded whoami v1.5.1 |
| 1055 | 2024-06-24T21:49:01.959Z | Downloaded walkdir v2.5.0 |
| 1056 | 2024-06-24T21:49:01.959Z | Downloaded tokio-tungstenite v0.20.1 |
| 1057 | 2024-06-24T21:49:01.963Z | Downloaded toml_edit v0.19.15 |
| 1058 | 2024-06-24T21:49:01.975Z | Downloaded crypto-bigint v0.5.5 |
| 1059 | 2024-06-24T21:49:01.981Z | Downloaded crossterm v0.27.0 |
| 1060 | 2024-06-24T21:49:01.986Z | Downloaded hostname v0.4.0 |
| 1061 | 2024-06-24T21:49:01.990Z | Downloaded ed25519 v1.5.3 |
| 1062 | 2024-06-24T21:49:01.990Z | Downloaded num-traits v0.2.19 |
| 1063 | 2024-06-24T21:49:01.993Z | Downloaded similar v2.5.0 |
| 1064 | 2024-06-24T21:49:01.996Z | Downloaded indicatif v0.17.8 |
| 1065 | 2024-06-24T21:49:01.999Z | Downloaded chacha20poly1305 v0.10.1 |
| 1066 | 2024-06-24T21:49:02.003Z | Downloaded string_cache v0.8.7 |
| 1067 | 2024-06-24T21:49:02.004Z | Downloaded sqlformat v0.2.3 |
| 1068 | 2024-06-24T21:49:02.007Z | Downloaded trust-dns-resolver v0.22.0 |
| 1069 | 2024-06-24T21:49:02.010Z | Downloaded rand v0.8.5 |
| 1070 | 2024-06-24T21:49:02.013Z | Downloaded spin v0.5.2 |
| 1071 | 2024-06-24T21:49:02.013Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 1072 | 2024-06-24T21:49:02.021Z | Downloaded difflib v0.4.0 |
| 1073 | 2024-06-24T21:49:02.021Z | Downloaded elliptic-curve v0.13.8 |
| 1074 | 2024-06-24T21:49:02.024Z | Downloaded num-bigint v0.4.5 |
| 1075 | 2024-06-24T21:49:02.024Z | Downloaded darling_core v0.20.9 |
| 1076 | 2024-06-24T21:49:02.027Z | Downloaded lru v0.12.3 |
| 1077 | 2024-06-24T21:49:02.030Z | Downloaded omicron-zone-package v0.11.0 |
| 1078 | 2024-06-24T21:49:02.033Z | Downloaded parking_lot v0.11.2 |
| 1079 | 2024-06-24T21:49:02.033Z | Downloaded tls_codec_derive v0.4.1 |
| 1080 | 2024-06-24T21:49:02.036Z | Downloaded secrecy v0.8.0 |
| 1081 | 2024-06-24T21:49:02.039Z | Downloaded tungstenite v0.21.0 |
| 1082 | 2024-06-24T21:49:02.042Z | Downloaded clang-sys v1.7.0 |
| 1083 | 2024-06-24T21:49:02.042Z | Downloaded structmeta v0.3.0 |
| 1084 | 2024-06-24T21:49:02.043Z | Downloaded structmeta v0.2.0 |
| 1085 | 2024-06-24T21:49:02.046Z | Downloaded slog-scope v4.4.0 |
| 1086 | 2024-06-24T21:49:02.046Z | Downloaded slog-envlogger v2.2.0 |
| 1087 | 2024-06-24T21:49:02.049Z | Downloaded slog-dtrace v0.3.0 |
| 1088 | 2024-06-24T21:49:02.049Z | Downloaded inout v0.1.3 |
| 1089 | 2024-06-24T21:49:02.049Z | Downloaded smallvec v0.6.14 |
| 1090 | 2024-06-24T21:49:02.052Z | Downloaded serde_derive_internals v0.29.1 |
| 1091 | 2024-06-24T21:49:02.052Z | Downloaded backtrace v0.3.71 |
| 1092 | 2024-06-24T21:49:02.055Z | Downloaded lazycell v1.3.0 |
| 1093 | 2024-06-24T21:49:02.058Z | Downloaded lalrpop-util v0.19.12 |
| 1094 | 2024-06-24T21:49:02.058Z | Downloaded libloading v0.8.3 |
| 1095 | 2024-06-24T21:49:02.061Z | Downloaded subtle v2.5.0 |
| 1096 | 2024-06-24T21:49:02.062Z | Downloaded static_assertions v1.1.0 |
| 1097 | 2024-06-24T21:49:02.062Z | Downloaded stable_deref_trait v1.2.0 |
| 1098 | 2024-06-24T21:49:02.065Z | Downloaded postgres-types v0.2.6 |
| 1099 | 2024-06-24T21:49:02.065Z | Downloaded cookie v0.18.1 |
| 1100 | 2024-06-24T21:49:02.068Z | Downloaded ciborium v0.2.2 |
| 1101 | 2024-06-24T21:49:02.071Z | Downloaded pkcs8 v0.10.2 |
| 1102 | 2024-06-24T21:49:02.071Z | Downloaded tap v1.0.1 |
| 1103 | 2024-06-24T21:49:02.072Z | Downloaded supports-color v3.0.0 |
| 1104 | 2024-06-24T21:49:02.075Z | Downloaded indoc v2.0.5 |
| 1105 | 2024-06-24T21:49:02.078Z | Downloaded float-cmp v0.9.0 |
| 1106 | 2024-06-24T21:49:02.078Z | Downloaded minimal-lexical v0.2.1 |
| 1107 | 2024-06-24T21:49:02.081Z | Downloaded serde_arrays v0.1.0 |
| 1108 | 2024-06-24T21:49:02.084Z | Downloaded serde-hex v0.1.0 |
| 1109 | 2024-06-24T21:49:02.084Z | Downloaded pem v3.0.4 |
| 1110 | 2024-06-24T21:49:02.085Z | Downloaded oso v0.27.3 |
| 1111 | 2024-06-24T21:49:02.097Z | Downloaded display-error-chain v0.2.0 |
| 1112 | 2024-06-24T21:49:02.097Z | Downloaded toolchain_find v0.4.0 |
| 1113 | 2024-06-24T21:49:02.097Z | Downloaded num-derive v0.4.2 |
| 1114 | 2024-06-24T21:49:02.097Z | Downloaded derive_builder_core v0.20.0 |
| 1115 | 2024-06-24T21:49:02.097Z | Downloaded console v0.15.8 |
| 1116 | 2024-06-24T21:49:02.103Z | Downloaded cancel-safe-futures v0.1.5 |
| 1117 | 2024-06-24T21:49:02.103Z | Downloaded num-iter v0.1.45 |
| 1118 | 2024-06-24T21:49:02.104Z | Downloaded num v0.4.3 |
| 1119 | 2024-06-24T21:49:02.104Z | Downloaded nodrop v0.1.14 |
| 1120 | 2024-06-24T21:49:02.104Z | Downloaded nibble_vec v0.1.0 |
| 1121 | 2024-06-24T21:49:02.104Z | Downloaded newtype-uuid v1.1.0 |
| 1122 | 2024-06-24T21:49:02.104Z | Downloaded compact_str v0.7.1 |
| 1123 | 2024-06-24T21:49:02.109Z | Downloaded bzip2 v0.4.4 |
| 1124 | 2024-06-24T21:49:02.109Z | Downloaded embedded-io v0.4.0 |
| 1125 | 2024-06-24T21:49:02.109Z | Downloaded zeroize_derive v1.4.2 |
| 1126 | 2024-06-24T21:49:02.110Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 1127 | 2024-06-24T21:49:02.114Z | Downloaded pin-project v1.1.5 |
| 1128 | 2024-06-24T21:49:02.121Z | Downloaded owo-colors v4.0.0 |
| 1129 | 2024-06-24T21:49:02.125Z | Downloaded path-slash v0.1.5 |
| 1130 | 2024-06-24T21:49:02.125Z | Downloaded base64 v0.13.1 |
| 1131 | 2024-06-24T21:49:02.130Z | Downloaded allocator-api2 v0.2.18 |
| 1132 | 2024-06-24T21:49:02.130Z | Downloaded poly1305 v0.8.0 |
| 1133 | 2024-06-24T21:49:02.137Z | Downloaded pem-rfc7468 v0.7.0 |
| 1134 | 2024-06-24T21:49:02.137Z | Downloaded num-complex v0.4.6 |
| 1135 | 2024-06-24T21:49:02.137Z | Downloaded bit-vec v0.6.3 |
| 1136 | 2024-06-24T21:49:02.141Z | Downloaded array-init v0.0.4 |
| 1137 | 2024-06-24T21:49:02.141Z | Downloaded aead v0.5.2 |
| 1138 | 2024-06-24T21:49:02.141Z | Downloaded parking_lot_core v0.8.6 |
| 1139 | 2024-06-24T21:49:02.141Z | Downloaded num-rational v0.4.2 |
| 1140 | 2024-06-24T21:49:02.141Z | Downloaded ref-cast-impl v1.0.23 |
| 1141 | 2024-06-24T21:49:02.142Z | Downloaded rand_xorshift v0.3.0 |
| 1142 | 2024-06-24T21:49:02.142Z | Downloaded num_enum v0.5.11 |
| 1143 | 2024-06-24T21:49:02.146Z | Downloaded cfg_aliases v0.1.1 |
| 1144 | 2024-06-24T21:49:02.150Z | Downloaded mockall v0.12.1 |
| 1145 | 2024-06-24T21:49:02.150Z | Downloaded blake2 v0.10.6 |
| 1146 | 2024-06-24T21:49:02.150Z | Downloaded base16ct v0.2.0 |
| 1147 | 2024-06-24T21:49:02.154Z | Downloaded arrayvec v0.7.4 |
| 1148 | 2024-06-24T21:49:02.154Z | Downloaded cstr-argument v0.1.2 |
| 1149 | 2024-06-24T21:49:02.154Z | Downloaded crucible-workspace-hack v0.1.0 |
| 1150 | 2024-06-24T21:49:02.154Z | Downloaded ascii v1.1.0 |
| 1151 | 2024-06-24T21:49:02.158Z | Downloaded ahash v0.8.11 |
| 1152 | 2024-06-24T21:49:02.159Z | Downloaded predicates v3.1.0 |
| 1153 | 2024-06-24T21:49:02.162Z | Downloaded der_derive v0.7.2 |
| 1154 | 2024-06-24T21:49:02.162Z | Downloaded defmt v0.3.8 |
| 1155 | 2024-06-24T21:49:02.166Z | Downloaded cookie v0.17.0 |
| 1156 | 2024-06-24T21:49:02.171Z | Downloaded chacha20 v0.9.1 |
| 1157 | 2024-06-24T21:49:02.171Z | Downloaded predicates-tree v1.0.9 |
| 1158 | 2024-06-24T21:49:02.171Z | Downloaded parse-display-derive v0.9.0 |
| 1159 | 2024-06-24T21:49:02.175Z | Downloaded async-recursion v1.1.1 |
| 1160 | 2024-06-24T21:49:02.175Z | Downloaded ascii-canvas v3.0.0 |
| 1161 | 2024-06-24T21:49:02.175Z | Downloaded argon2 v0.5.3 |
| 1162 | 2024-06-24T21:49:02.179Z | Downloaded mockall_derive v0.12.1 |
| 1163 | 2024-06-24T21:49:02.180Z | Downloaded debug-ignore v1.0.5 |
| 1164 | 2024-06-24T21:49:02.180Z | Downloaded cipher v0.4.4 |
| 1165 | 2024-06-24T21:49:02.184Z | Downloaded crossbeam-deque v0.8.5 |
| 1166 | 2024-06-24T21:49:02.184Z | Downloaded convert_case v0.4.0 |
| 1167 | 2024-06-24T21:49:02.184Z | Downloaded const_format_proc_macros v0.2.32 |
| 1168 | 2024-06-24T21:49:02.188Z | Downloaded cobs v0.2.3 |
| 1169 | 2024-06-24T21:49:02.188Z | Downloaded assert_matches v1.5.0 |
| 1170 | 2024-06-24T21:49:02.188Z | Downloaded block-padding v0.3.3 |
| 1171 | 2024-06-24T21:49:02.188Z | Downloaded bitstruct v0.1.1 |
| 1172 | 2024-06-24T21:49:02.192Z | Downloaded atomicwrites v0.4.3 |
| 1173 | 2024-06-24T21:49:02.192Z | Downloaded arrayref v0.3.7 |
| 1174 | 2024-06-24T21:49:02.385Z | Downloaded ring v0.17.8 |
| 1175 | 2024-06-24T21:49:02.493Z | Downloaded ring v0.16.20 |
| 1176 | 2024-06-24T21:49:02.694Z | Compiling proc-macro2 v1.0.82 |
| 1177 | 2024-06-24T21:49:02.694Z | Compiling unicode-ident v1.0.12 |
| 1178 | 2024-06-24T21:49:02.694Z | Compiling libc v0.2.155 |
| 1179 | 2024-06-24T21:49:02.701Z | Compiling serde v1.0.203 |
| 1180 | 2024-06-24T21:49:02.701Z | Compiling autocfg v1.3.0 |
| 1181 | 2024-06-24T21:49:02.701Z | Compiling version_check v0.9.4 |
| 1182 | 2024-06-24T21:49:02.701Z | Compiling cfg-if v1.0.0 |
| 1183 | 2024-06-24T21:49:02.947Z | Compiling cc v1.0.97 |
| 1184 | 2024-06-24T21:49:02.964Z | Compiling parking_lot_core v0.9.10 |
| 1185 | 2024-06-24T21:49:02.976Z | Compiling once_cell v1.19.0 |
| 1186 | 2024-06-24T21:49:03.326Z | Compiling serde_json v1.0.117 |
| 1187 | 2024-06-24T21:49:03.453Z | Compiling libm v0.2.8 |
| 1188 | 2024-06-24T21:49:03.479Z | Compiling ahash v0.8.11 |
| 1189 | 2024-06-24T21:49:03.569Z | Compiling lock_api v0.4.12 |
| 1190 | 2024-06-24T21:49:03.614Z | Compiling byteorder v1.5.0 |
| 1191 | 2024-06-24T21:49:03.732Z | Compiling num-traits v0.2.19 |
| 1192 | 2024-06-24T21:49:03.773Z | Compiling memchr v2.7.2 |
| 1193 | 2024-06-24T21:49:03.824Z | Compiling thiserror v1.0.60 |
| 1194 | 2024-06-24T21:49:04.090Z | Compiling typenum v1.17.0 |
| 1195 | 2024-06-24T21:49:04.128Z | Compiling itoa v1.0.11 |
| 1196 | 2024-06-24T21:49:04.397Z | Compiling quote v1.0.36 |
| 1197 | 2024-06-24T21:49:04.440Z | Compiling log v0.4.21 |
| 1198 | 2024-06-24T21:49:04.879Z | Compiling syn v2.0.64 |
| 1199 | 2024-06-24T21:49:05.072Z | Compiling getrandom v0.2.14 |
| 1200 | 2024-06-24T21:49:05.121Z | Compiling generic-array v0.14.7 |
| 1201 | 2024-06-24T21:49:05.447Z | Compiling scopeguard v1.2.0 |
| 1202 | 2024-06-24T21:49:05.752Z | Compiling allocator-api2 v0.2.18 |
| 1203 | 2024-06-24T21:49:05.770Z | Compiling slab v0.4.9 |
| 1204 | 2024-06-24T21:49:06.083Z | Compiling ring v0.17.8 |
| 1205 | 2024-06-24T21:49:06.141Z | Compiling ryu v1.0.18 |
| 1206 | 2024-06-24T21:49:06.158Z | Compiling smallvec v1.13.2 |
| 1207 | 2024-06-24T21:49:06.429Z | Compiling semver v1.0.23 |
| 1208 | 2024-06-24T21:49:06.544Z | Compiling schemars v0.8.20 |
| 1209 | 2024-06-24T21:49:06.654Z | Compiling pin-project-lite v0.2.14 |
| 1210 | 2024-06-24T21:49:06.860Z | Compiling equivalent v1.0.1 |
| 1211 | 2024-06-24T21:49:06.935Z | Compiling pkg-config v0.3.30 |
| 1212 | 2024-06-24T21:49:06.966Z | Compiling vcpkg v0.2.15 |
| 1213 | 2024-06-24T21:49:07.045Z | Compiling parking_lot v0.12.2 |
| 1214 | 2024-06-24T21:49:07.549Z | Compiling signal-hook-registry v1.4.2 |
| 1215 | 2024-06-24T21:49:08.348Z | Compiling syn v1.0.109 |
| 1216 | 2024-06-24T21:49:08.728Z | Compiling openssl-sys v0.9.102 |
| 1217 | 2024-06-24T21:49:08.970Z | Compiling mio v0.8.11 |
| 1218 | 2024-06-24T21:49:09.653Z | Compiling rand_core v0.6.4 |
| 1219 | 2024-06-24T21:49:09.669Z | Compiling socket2 v0.5.7 |
| 1220 | 2024-06-24T21:49:10.053Z | Compiling num_cpus v1.16.0 |
| 1221 | 2024-06-24T21:49:10.187Z | Compiling num-conv v0.1.0 |
| 1222 | 2024-06-24T21:49:10.190Z | Compiling time-core v0.1.2 |
| 1223 | 2024-06-24T21:49:10.478Z | Compiling time-macros v0.2.18 |
| 1224 | 2024-06-24T21:49:10.878Z | Compiling httparse v1.8.0 |
| 1225 | 2024-06-24T21:49:11.210Z | Compiling futures-core v0.3.30 |
| 1226 | 2024-06-24T21:49:11.459Z | Compiling fnv v1.0.7 |
| 1227 | 2024-06-24T21:49:11.584Z | Compiling openssl v0.10.64 |
| 1228 | 2024-06-24T21:49:11.968Z | Compiling crossbeam-utils v0.8.19 |
| 1229 | 2024-06-24T21:49:12.037Z | Compiling iana-time-zone v0.1.60 |
| 1230 | 2024-06-24T21:49:12.107Z | Compiling rustix v0.38.34 |
| 1231 | 2024-06-24T21:49:12.546Z | Compiling serde_derive_internals v0.29.1 |
| 1232 | 2024-06-24T21:49:12.763Z | Compiling spin v0.9.8 |
| 1233 | 2024-06-24T21:49:12.859Z | Compiling native-tls v0.2.11 |
| 1234 | 2024-06-24T21:49:13.166Z | Compiling tinyvec_macros v0.1.1 |
| 1235 | 2024-06-24T21:49:13.166Z | Compiling rustls v0.21.12 |
| 1236 | 2024-06-24T21:49:13.252Z | Compiling tinyvec v1.6.0 |
| 1237 | 2024-06-24T21:49:13.559Z | Compiling futures-sink v0.3.30 |
| 1238 | 2024-06-24T21:49:13.676Z | Compiling const-oid v0.9.6 |
| 1239 | 2024-06-24T21:49:14.250Z | Compiling subtle v2.5.0 |
| 1240 | 2024-06-24T21:49:14.402Z | Compiling ucd-trie v0.1.6 |
| 1241 | 2024-06-24T21:49:14.647Z | Compiling unicode-normalization v0.1.23 |
| 1242 | 2024-06-24T21:49:14.909Z | Compiling backtrace v0.3.71 |
| 1243 | 2024-06-24T21:49:15.028Z | Compiling cookie v0.17.0 |
| 1244 | 2024-06-24T21:49:15.253Z | Compiling heck v0.5.0 |
| 1245 | 2024-06-24T21:49:15.287Z | Compiling dyn-clone v1.0.17 |
| 1246 | 2024-06-24T21:49:15.480Z | Compiling slog v2.7.0 |
| 1247 | 2024-06-24T21:49:15.606Z | Compiling heck v0.4.1 |
| 1248 | 2024-06-24T21:49:15.621Z | Compiling unicode-bidi v0.3.15 |
| 1249 | 2024-06-24T21:49:16.025Z | Compiling futures-channel v0.3.30 |
| 1250 | 2024-06-24T21:49:16.234Z | Compiling futures-task v0.3.30 |
| 1251 | 2024-06-24T21:49:16.251Z | Compiling futures-io v0.3.30 |
| 1252 | 2024-06-24T21:49:16.586Z | Compiling pin-utils v0.1.0 |
| 1253 | 2024-06-24T21:49:16.980Z | Compiling aho-corasick v1.1.3 |
| 1254 | 2024-06-24T21:49:17.291Z | Compiling anyhow v1.0.86 |
| 1255 | 2024-06-24T21:49:17.307Z | Compiling winnow v0.5.40 |
| 1256 | 2024-06-24T21:49:17.897Z | Compiling regex-syntax v0.8.3 |
| 1257 | 2024-06-24T21:49:18.288Z | Compiling serde_derive v1.0.203 |
| 1258 | 2024-06-24T21:49:19.428Z | Compiling zerocopy-derive v0.7.34 |
| 1259 | 2024-06-24T21:49:20.035Z | Compiling zeroize_derive v1.4.2 |
| 1260 | 2024-06-24T21:49:21.133Z | Compiling thiserror-impl v1.0.60 |
| 1261 | 2024-06-24T21:49:21.474Z | Compiling zerocopy v0.7.34 |
| 1262 | 2024-06-24T21:49:21.489Z | Compiling tokio-macros v2.2.0 |
| 1263 | 2024-06-24T21:49:21.682Z | Compiling futures-macro v0.3.30 |
| 1264 | 2024-06-24T21:49:21.984Z | Compiling schemars_derive v0.8.20 |
| 1265 | 2024-06-24T21:49:23.606Z | Compiling tracing-attributes v0.1.27 |
| 1266 | 2024-06-24T21:49:23.732Z | Compiling hashbrown v0.14.5 |
| 1267 | 2024-06-24T21:49:23.749Z | Compiling zeroize v1.7.0 |
| 1268 | 2024-06-24T21:49:24.530Z | Compiling openssl-macros v0.1.1 |
| 1269 | 2024-06-24T21:49:25.160Z | Compiling scroll_derive v0.12.0 |
| 1270 | 2024-06-24T21:49:25.231Z | Compiling pest v2.7.10 |
| 1271 | 2024-06-24T21:49:25.519Z | Compiling crypto-common v0.1.6 |
| 1272 | 2024-06-24T21:49:25.715Z | Compiling futures-util v0.3.30 |
| 1273 | 2024-06-24T21:49:26.556Z | Compiling der_derive v0.7.2 |
| 1274 | 2024-06-24T21:49:26.572Z | Compiling untrusted v0.9.0 |
| 1275 | 2024-06-24T21:49:26.951Z | Compiling block-buffer v0.10.4 |
| 1276 | 2024-06-24T21:49:27.180Z | Compiling regex-automata v0.4.6 |
| 1277 | 2024-06-24T21:49:28.019Z | Compiling pest_meta v2.7.10 |
| 1278 | 2024-06-24T21:49:29.076Z | Compiling tracing-core v0.1.32 |
| 1279 | 2024-06-24T21:49:31.506Z | Compiling pest_generator v2.7.10 |
| 1280 | 2024-06-24T21:49:32.080Z | Compiling bytes v1.6.0 |
| 1281 | 2024-06-24T21:49:33.129Z | Compiling indexmap v2.2.6 |
| 1282 | 2024-06-24T21:49:33.322Z | Compiling bitflags v2.5.0 |
| 1283 | 2024-06-24T21:49:33.909Z | Compiling tokio v1.37.0 |
| 1284 | 2024-06-24T21:49:33.957Z | Compiling uuid v1.8.0 |
| 1285 | 2024-06-24T21:49:34.657Z | Compiling chrono v0.4.38 |
| 1286 | 2024-06-24T21:49:34.688Z | Compiling serde_tokenstream v0.2.0 |
| 1287 | 2024-06-24T21:49:35.852Z | Compiling serde_spanned v0.6.6 |
| 1288 | 2024-06-24T21:49:36.075Z | Compiling toml_datetime v0.6.6 |
| 1289 | 2024-06-24T21:49:36.490Z | Compiling http v0.2.12 |
| 1290 | 2024-06-24T21:49:37.019Z | Compiling toml_edit v0.19.15 |
| 1291 | 2024-06-24T21:49:38.863Z | Compiling rustc_version v0.4.0 |
| 1292 | 2024-06-24T21:49:39.543Z | Compiling pest_derive v2.7.10 |
| 1293 | 2024-06-24T21:49:40.310Z | Compiling usdt-impl v0.5.0 |
| 1294 | 2024-06-24T21:49:40.458Z | Compiling rustversion v1.0.17 |
| 1295 | 2024-06-24T21:49:40.635Z | Compiling powerfmt v0.2.0 |
| 1296 | 2024-06-24T21:49:41.132Z | Compiling deranged v0.3.11 |
| 1297 | 2024-06-24T21:49:41.154Z | Compiling heapless v0.7.17 |
| 1298 | 2024-06-24T21:49:41.552Z | Compiling tracing v0.1.40 |
| 1299 | 2024-06-24T21:49:42.061Z | Compiling digest v0.10.7 |
| 1300 | 2024-06-24T21:49:42.388Z | Compiling scroll v0.12.0 |
| 1301 | 2024-06-24T21:49:42.962Z | Compiling signal-hook v0.3.17 |
| 1302 | 2024-06-24T21:49:43.219Z | Compiling num_threads v0.1.7 |
| 1303 | 2024-06-24T21:49:43.350Z | Compiling plain v0.2.3 |
| 1304 | 2024-06-24T21:49:43.353Z | Compiling percent-encoding v2.3.1 |
| 1305 | 2024-06-24T21:49:43.398Z | Compiling ppv-lite86 v0.2.17 |
| 1306 | 2024-06-24T21:49:44.005Z | Compiling time v0.3.36 |
| 1307 | 2024-06-24T21:49:44.205Z | Compiling rand_chacha v0.3.1 |
| 1308 | 2024-06-24T21:49:44.224Z | Compiling goblin v0.8.2 |
| 1309 | 2024-06-24T21:49:45.563Z | Compiling regex v1.10.4 |
| 1310 | 2024-06-24T21:49:46.621Z | Compiling crc32fast v1.4.0 |
| 1311 | 2024-06-24T21:49:47.075Z | Compiling pretty-hex v0.4.1 |
| 1312 | 2024-06-24T21:49:47.453Z | Compiling strsim v0.11.1 |
| 1313 | 2024-06-24T21:49:48.743Z | Compiling rand v0.8.5 |
| 1314 | 2024-06-24T21:49:49.051Z | Compiling tokio-util v0.7.11 |
| 1315 | 2024-06-24T21:49:50.005Z | Compiling dof v0.3.0 |
| 1316 | 2024-06-24T21:49:50.395Z | Compiling dtrace-parser v0.2.0 |
| 1317 | 2024-06-24T21:49:50.800Z | Compiling async-trait v0.1.80 |
| 1318 | 2024-06-24T21:49:51.156Z | Compiling thread-id v4.2.1 |
| 1319 | 2024-06-24T21:49:51.839Z | Compiling foreign-types-shared v0.1.1 |
| 1320 | 2024-06-24T21:49:51.889Z | Compiling base64ct v1.6.0 |
| 1321 | 2024-06-24T21:49:51.956Z | Compiling smoltcp v0.9.1 |
| 1322 | 2024-06-24T21:49:52.220Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1323 | 2024-06-24T21:49:52.244Z | Compiling unicode-width v0.1.12 |
| 1324 | 2024-06-24T21:49:52.497Z | Compiling pem-rfc7468 v0.7.0 |
| 1325 | 2024-06-24T21:49:52.579Z | Compiling foreign-types v0.3.2 |
| 1326 | 2024-06-24T21:49:54.197Z | Compiling form_urlencoded v1.2.1 |
| 1327 | 2024-06-24T21:49:54.654Z | Compiling hmac v0.12.1 |
| 1328 | 2024-06-24T21:49:54.729Z | Compiling flagset v0.4.5 |
| 1329 | 2024-06-24T21:49:54.750Z | Compiling try-lock v0.2.5 |
| 1330 | 2024-06-24T21:49:55.048Z | Compiling siphasher v0.3.11 |
| 1331 | 2024-06-24T21:49:55.063Z | Compiling base64 v0.21.7 |
| 1332 | 2024-06-24T21:49:55.078Z | Compiling adler v1.0.2 |
| 1333 | 2024-06-24T21:49:55.366Z | Compiling miniz_oxide v0.7.2 |
| 1334 | 2024-06-24T21:49:55.525Z | Compiling want v0.3.1 |
| 1335 | 2024-06-24T21:49:55.826Z | Compiling der v0.7.9 |
| 1336 | 2024-06-24T21:49:57.686Z | Compiling h2 v0.3.26 |
| 1337 | 2024-06-24T21:49:58.622Z | Compiling sct v0.7.1 |
| 1338 | 2024-06-24T21:49:58.903Z | Compiling rustls-webpki v0.101.7 |
| 1339 | 2024-06-24T21:49:59.158Z | Compiling http-body v0.4.6 |
| 1340 | 2024-06-24T21:50:00.114Z | Compiling openapiv3 v2.0.0 |
| 1341 | 2024-06-24T21:50:00.175Z | Compiling hubpack_derive v0.1.1 |
| 1342 | 2024-06-24T21:50:00.689Z | Compiling zerocopy-derive v0.6.6 |
| 1343 | 2024-06-24T21:50:00.768Z | Compiling idna v0.5.0 |
| 1344 | 2024-06-24T21:50:01.132Z | Compiling errno v0.3.9 |
| 1345 | 2024-06-24T21:50:01.379Z | Compiling fs-err v2.11.0 |
| 1346 | 2024-06-24T21:50:01.394Z | Compiling tower-service v0.3.2 |
| 1347 | 2024-06-24T21:50:01.527Z | Compiling anstyle v1.0.7 |
| 1348 | 2024-06-24T21:50:01.648Z | Compiling stable_deref_trait v1.2.0 |
| 1349 | 2024-06-24T21:50:01.760Z | Compiling finl_unicode v1.2.0 |
| 1350 | 2024-06-24T21:50:01.973Z | Compiling utf8parse v0.2.1 |
| 1351 | 2024-06-24T21:50:02.130Z | Compiling openssl-probe v0.1.5 |
| 1352 | 2024-06-24T21:50:02.133Z | Compiling cpufeatures v0.2.12 |
| 1353 | 2024-06-24T21:50:02.237Z | Compiling httpdate v1.0.3 |
| 1354 | 2024-06-24T21:50:02.350Z | Compiling spin v0.5.2 |
| 1355 | 2024-06-24T21:50:02.778Z | Compiling gimli v0.28.1 |
| 1356 | 2024-06-24T21:50:04.102Z | Compiling stringprep v0.1.4 |
| 1357 | 2024-06-24T21:50:04.145Z | Compiling sha2 v0.10.8 |
| 1358 | 2024-06-24T21:50:04.401Z | Compiling anstyle-parse v0.2.4 |
| 1359 | 2024-06-24T21:50:04.731Z | Compiling hyper v0.14.28 |
| 1360 | 2024-06-24T21:50:04.868Z | Compiling url v2.5.0 |
| 1361 | 2024-06-24T21:50:07.654Z | Compiling addr2line v0.21.0 |
| 1362 | 2024-06-24T21:50:08.519Z | Compiling spki v0.7.3 |
| 1363 | 2024-06-24T21:50:09.601Z | Compiling usdt-attr-macro v0.5.0 |
| 1364 | 2024-06-24T21:50:09.989Z | Compiling usdt-macro v0.5.0 |
| 1365 | 2024-06-24T21:50:11.152Z | Compiling md-5 v0.10.6 |
| 1366 | 2024-06-24T21:50:14.228Z | Compiling idna v0.3.0 |
| 1367 | 2024-06-24T21:50:15.366Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1368 | 2024-06-24T21:50:15.629Z | Compiling num-integer v0.1.46 |
| 1369 | 2024-06-24T21:50:15.763Z | Compiling object v0.32.2 |
| 1370 | 2024-06-24T21:50:15.872Z | Compiling hash32 v0.2.1 |
| 1371 | 2024-06-24T21:50:16.241Z | Compiling psl-types v2.0.11 |
| 1372 | 2024-06-24T21:50:16.462Z | Compiling is_terminal_polyfill v1.70.0 |
| 1373 | 2024-06-24T21:50:18.338Z | Compiling rustc-demangle v0.1.24 |
| 1374 | 2024-06-24T21:50:20.689Z | Compiling fallible-iterator v0.2.0 |
| 1375 | 2024-06-24T21:50:21.376Z | Compiling anstyle-query v1.0.3 |
| 1376 | 2024-06-24T21:50:21.522Z | Compiling colorchoice v1.0.1 |
| 1377 | 2024-06-24T21:50:22.944Z | Compiling anstream v0.6.14 |
| 1378 | 2024-06-24T21:50:23.631Z | Compiling lazy_static v1.4.0 |
| 1379 | 2024-06-24T21:50:23.756Z | Compiling postgres-protocol v0.6.6 |
| 1380 | 2024-06-24T21:50:24.733Z | Compiling publicsuffix v2.2.3 |
| 1381 | 2024-06-24T21:50:24.997Z | Compiling diesel_derives v2.1.4 |
| 1382 | 2024-06-24T21:50:30.338Z | Compiling tokio-rustls v0.24.1 |
| 1383 | 2024-06-24T21:50:31.677Z | Compiling pkcs8 v0.10.2 |
| 1384 | 2024-06-24T21:50:31.702Z | Compiling terminal_size v0.3.0 |
| 1385 | 2024-06-24T21:50:31.912Z | Compiling tokio-native-tls v0.3.1 |
| 1386 | 2024-06-24T21:50:32.228Z | Compiling phf_shared v0.11.2 |
| 1387 | 2024-06-24T21:50:33.145Z | Compiling strum_macros v0.25.3 |
| 1388 | 2024-06-24T21:50:33.504Z | Compiling block-padding v0.3.3 |
| 1389 | 2024-06-24T21:50:33.738Z | Compiling regress v0.9.1 |
| 1390 | 2024-06-24T21:50:33.980Z | Compiling enum-as-inner v0.5.1 |
| 1391 | 2024-06-24T21:50:34.218Z | Compiling serde_repr v0.1.19 |
| 1392 | 2024-06-24T21:50:35.000Z | Compiling clap_derive v4.5.4 |
| 1393 | 2024-06-24T21:50:37.149Z | Compiling ff v0.13.0 |
| 1394 | 2024-06-24T21:50:37.409Z | Compiling scheduled-thread-pool v0.2.7 |
| 1395 | 2024-06-24T21:50:38.510Z | Compiling encoding_rs v0.8.34 |
| 1396 | 2024-06-24T21:50:38.738Z | Compiling managed v0.8.0 |
| 1397 | 2024-06-24T21:50:38.826Z | Compiling either v1.12.0 |
| 1398 | 2024-06-24T21:50:39.265Z | Compiling clap_lex v0.7.0 |
| 1399 | 2024-06-24T21:50:39.788Z | Compiling bitflags v1.3.2 |
| 1400 | 2024-06-24T21:50:40.151Z | Compiling ipnet v2.9.0 |
| 1401 | 2024-06-24T21:50:40.191Z | Compiling bit-vec v0.6.3 |
| 1402 | 2024-06-24T21:50:40.216Z | Compiling mime v0.3.17 |
| 1403 | 2024-06-24T21:50:40.616Z | Compiling base16ct v0.2.0 |
| 1404 | 2024-06-24T21:50:41.249Z | Compiling matches v0.1.10 |
| 1405 | 2024-06-24T21:50:41.304Z | Compiling sec1 v0.7.3 |
| 1406 | 2024-06-24T21:50:41.341Z | Compiling idna v0.2.3 |
| 1407 | 2024-06-24T21:50:42.210Z | Compiling clap_builder v4.5.2 |
| 1408 | 2024-06-24T21:50:42.791Z | Compiling r2d2 v0.8.10 |
| 1409 | 2024-06-24T21:50:43.396Z | Compiling group v0.13.0 |
| 1410 | 2024-06-24T21:50:43.720Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1411 | 2024-06-24T21:50:48.351Z | Compiling inout v0.1.3 |
| 1412 | 2024-06-24T21:50:48.992Z | Compiling phf v0.11.2 |
| 1413 | 2024-06-24T21:50:49.225Z | Compiling hyper-tls v0.5.0 |
| 1414 | 2024-06-24T21:50:49.301Z | Compiling signal-hook-mio v0.2.3 |
| 1415 | 2024-06-24T21:50:49.446Z | Compiling hyper-rustls v0.24.2 |
| 1416 | 2024-06-24T21:50:49.588Z | Compiling cookie_store v0.20.0 |
| 1417 | 2024-06-24T21:50:49.810Z | Compiling postgres-types v0.2.6 |
| 1418 | 2024-06-24T21:50:49.954Z | Compiling num-bigint v0.4.5 |
| 1419 | 2024-06-24T21:50:50.134Z | Compiling zerocopy v0.6.6 |
| 1420 | 2024-06-24T21:50:51.070Z | Compiling hubpack v0.1.2 |
| 1421 | 2024-06-24T21:50:51.165Z | Compiling rustls-pemfile v1.0.4 |
| 1422 | 2024-06-24T21:50:51.196Z | Compiling phf_shared v0.10.0 |
| 1423 | 2024-06-24T21:50:51.514Z | Compiling hkdf v0.12.4 |
| 1424 | 2024-06-24T21:50:51.555Z | Compiling serde_urlencoded v0.7.1 |
| 1425 | 2024-06-24T21:50:51.749Z | Compiling crossbeam-epoch v0.9.18 |
| 1426 | 2024-06-24T21:50:52.097Z | Compiling ipnetwork v0.20.0 |
| 1427 | 2024-06-24T21:50:53.004Z | Compiling futures-executor v0.3.30 |
| 1428 | 2024-06-24T21:50:53.493Z | Compiling crypto-bigint v0.5.5 |
| 1429 | 2024-06-24T21:50:53.660Z | Compiling float-cmp v0.9.0 |
| 1430 | 2024-06-24T21:50:53.719Z | Compiling memmap v0.7.0 |
| 1431 | 2024-06-24T21:50:54.005Z | Compiling whoami v1.5.1 |
| 1432 | 2024-06-24T21:50:54.151Z | Compiling new_debug_unreachable v1.0.6 |
| 1433 | 2024-06-24T21:50:54.261Z | Compiling data-encoding v2.6.0 |
| 1434 | 2024-06-24T21:50:54.606Z | Compiling winnow v0.6.8 |
| 1435 | 2024-06-24T21:50:56.081Z | Compiling webpki-roots v0.25.4 |
| 1436 | 2024-06-24T21:50:56.235Z | Compiling sync_wrapper v0.1.2 |
| 1437 | 2024-06-24T21:50:56.366Z | Compiling static_assertions v1.1.0 |
| 1438 | 2024-06-24T21:50:56.475Z | Compiling difflib v0.4.0 |
| 1439 | 2024-06-24T21:50:56.669Z | Compiling unicode-segmentation v1.11.0 |
| 1440 | 2024-06-24T21:50:57.055Z | Compiling precomputed-hash v0.1.1 |
| 1441 | 2024-06-24T21:50:57.486Z | Compiling minimal-lexical v0.2.1 |
| 1442 | 2024-06-24T21:50:57.547Z | Compiling predicates-core v1.0.6 |
| 1443 | 2024-06-24T21:50:57.788Z | Compiling normalize-line-endings v0.3.0 |
| 1444 | 2024-06-24T21:50:57.881Z | Compiling fixedbitset v0.4.2 |
| 1445 | 2024-06-24T21:50:57.884Z | Compiling predicates v3.1.0 |
| 1446 | 2024-06-24T21:50:57.913Z | Compiling nom v7.1.3 |
| 1447 | 2024-06-24T21:50:58.277Z | Compiling petgraph v0.6.5 |
| 1448 | 2024-06-24T21:50:58.400Z | Compiling toml_edit v0.22.13 |
| 1449 | 2024-06-24T21:50:59.308Z | Compiling similar v2.5.0 |
| 1450 | 2024-06-24T21:50:59.534Z | Compiling string_cache v0.8.7 |
| 1451 | 2024-06-24T21:50:59.628Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1452 | 2024-06-24T21:50:59.965Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1453 | 2024-06-24T21:51:01.382Z | Compiling reqwest v0.11.27 |
| 1454 | 2024-06-24T21:51:01.663Z | Compiling elliptic-curve v0.13.8 |
| 1455 | 2024-06-24T21:51:02.178Z | Compiling trust-dns-proto v0.22.0 |
| 1456 | 2024-06-24T21:51:02.409Z | Compiling tokio-postgres v0.7.10 |
| 1457 | 2024-06-24T21:51:03.617Z | Compiling usdt v0.5.0 |
| 1458 | 2024-06-24T21:51:05.703Z | Compiling futures v0.3.30 |
| 1459 | 2024-06-24T21:51:05.830Z | Compiling yasna v0.5.2 |
| 1460 | 2024-06-24T21:51:06.077Z | Compiling diesel v2.1.6 |
| 1461 | 2024-06-24T21:51:07.480Z | Compiling crossterm v0.27.0 |
| 1462 | 2024-06-24T21:51:07.514Z | Compiling flate2 v1.0.30 |
| 1463 | 2024-06-24T21:51:07.528Z | Compiling cipher v0.4.4 |
| 1464 | 2024-06-24T21:51:07.668Z | Compiling clap v4.5.4 |
| 1465 | 2024-06-24T21:51:08.422Z | Compiling itertools v0.12.1 |
| 1466 | 2024-06-24T21:51:08.732Z | Compiling itertools v0.10.5 |
| 1467 | 2024-06-24T21:51:09.055Z | Compiling bit-set v0.5.3 |
| 1468 | 2024-06-24T21:51:09.870Z | Compiling console v0.15.8 |
| 1469 | 2024-06-24T21:51:10.759Z | Compiling num-iter v0.1.45 |
| 1470 | 2024-06-24T21:51:11.509Z | Compiling tokio-stream v0.1.15 |
| 1471 | 2024-06-24T21:51:11.629Z | Compiling toml v0.7.8 |
| 1472 | 2024-06-24T21:51:11.684Z | Compiling bstr v1.9.1 |
| 1473 | 2024-06-24T21:51:11.706Z | Compiling hex v0.4.3 |
| 1474 | 2024-06-24T21:51:12.338Z | Compiling unicode-xid v0.2.4 |
| 1475 | 2024-06-24T21:51:12.669Z | Compiling peg-runtime v0.8.3 |
| 1476 | 2024-06-24T21:51:12.720Z | Compiling camino v1.1.7 |
| 1477 | 2024-06-24T21:51:13.190Z | Compiling lalrpop-util v0.19.12 |
| 1478 | 2024-06-24T21:51:13.512Z | Compiling proc-macro-crate v1.3.1 |
| 1479 | 2024-06-24T21:51:15.006Z | Compiling heapless v0.8.0 |
| 1480 | 2024-06-24T21:51:17.915Z | Compiling num_enum_derive v0.5.11 |
| 1481 | 2024-06-24T21:51:22.952Z | Compiling hash32 v0.3.1 |
| 1482 | 2024-06-24T21:51:23.633Z | Compiling rustls-pki-types v1.7.0 |
| 1483 | 2024-06-24T21:51:25.041Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1484 | 2024-06-24T21:51:25.542Z | Compiling smoltcp v0.11.0 |
| 1485 | 2024-06-24T21:51:26.163Z | Compiling ident_case v1.0.1 |
| 1486 | 2024-06-24T21:51:27.777Z | Compiling darling_core v0.20.9 |
| 1487 | 2024-06-24T21:51:37.843Z | Compiling num_enum v0.5.11 |
| 1488 | 2024-06-24T21:51:39.318Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1489 | 2024-06-24T21:51:39.770Z | Compiling getopts v0.2.21 |
| 1490 | 2024-06-24T21:51:41.327Z | Compiling dirs-sys-next v0.1.2 |
| 1491 | 2024-06-24T21:51:42.127Z | Compiling proc-macro-error-attr v1.0.4 |
| 1492 | 2024-06-24T21:51:42.439Z | Compiling paste v1.0.15 |
| 1493 | 2024-06-24T21:51:43.336Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1494 | 2024-06-24T21:51:43.613Z | Compiling unsafe-libyaml v0.2.11 |
| 1495 | 2024-06-24T21:51:43.712Z | Compiling rustls v0.22.4 |
| 1496 | 2024-06-24T21:51:43.781Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1497 | 2024-06-24T21:51:43.957Z | Compiling embedded-io v0.4.0 |
| 1498 | 2024-06-24T21:51:44.066Z | Compiling cobs v0.2.3 |
| 1499 | 2024-06-24T21:51:44.520Z | Compiling postcard v1.0.8 |
| 1500 | 2024-06-24T21:51:45.427Z | Compiling serde_yaml v0.9.34+deprecated |
| 1501 | 2024-06-24T21:51:46.867Z | Compiling dirs-next v2.0.0 |
| 1502 | 2024-06-24T21:51:49.244Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1503 | 2024-06-24T21:51:51.467Z | Compiling darling_macro v0.20.9 |
| 1504 | 2024-06-24T21:51:52.461Z | Compiling rustls-webpki v0.102.4 |
| 1505 | 2024-06-24T21:51:59.593Z | Compiling strum_macros v0.26.2 |
| 1506 | 2024-06-24T21:52:00.887Z | Compiling structmeta-derive v0.3.0 |
| 1507 | 2024-06-24T21:52:01.078Z | Compiling foreign-types-macros v0.2.3 |
| 1508 | 2024-06-24T21:52:02.387Z | Compiling thread_local v1.1.8 |
| 1509 | 2024-06-24T21:52:02.529Z | Compiling proc-macro-error v1.0.4 |
| 1510 | 2024-06-24T21:52:02.828Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1511 | 2024-06-24T21:52:03.124Z | Compiling multer v3.1.0 |
| 1512 | 2024-06-24T21:52:03.390Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1513 | 2024-06-24T21:52:03.666Z | Compiling match_cfg v0.1.0 |
| 1514 | 2024-06-24T21:52:03.773Z | Compiling foreign-types-shared v0.3.1 |
| 1515 | 2024-06-24T21:52:03.899Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1516 | 2024-06-24T21:52:04.291Z | Compiling slog-async v2.8.0 |
| 1517 | 2024-06-24T21:52:10.370Z | Compiling strum v0.26.2 |
| 1518 | 2024-06-24T21:52:10.576Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1519 | 2024-06-24T21:52:11.205Z | Compiling foreign-types v0.5.0 |
| 1520 | 2024-06-24T21:52:11.577Z | Compiling hostname v0.3.1 |
| 1521 | 2024-06-24T21:52:11.874Z | Compiling structmeta v0.3.0 |
| 1522 | 2024-06-24T21:52:15.562Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1523 | 2024-06-24T21:52:18.110Z | Compiling darling v0.20.9 |
| 1524 | 2024-06-24T21:52:20.783Z | Compiling term v0.7.0 |
| 1525 | 2024-06-24T21:52:27.314Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1526 | 2024-06-24T21:52:28.836Z | Compiling slog-json v2.6.1 |
| 1527 | 2024-06-24T21:52:29.402Z | Compiling tabwriter v1.4.0 |
| 1528 | 2024-06-24T21:52:30.208Z | Compiling crossbeam-channel v0.5.12 |
| 1529 | 2024-06-24T21:52:31.107Z | Compiling http v1.1.0 |
| 1530 | 2024-06-24T21:52:31.215Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1531 | 2024-06-24T21:52:31.895Z | Compiling async-stream-impl v0.3.5 |
| 1532 | 2024-06-24T21:52:32.090Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1533 | 2024-06-24T21:52:32.235Z | Compiling cstr-argument v0.1.2 |
| 1534 | 2024-06-24T21:52:32.498Z | Compiling is-terminal v0.4.12 |
| 1535 | 2024-06-24T21:52:32.638Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1536 | 2024-06-24T21:52:32.902Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1537 | 2024-06-24T21:52:32.929Z | Compiling fastrand v2.1.0 |
| 1538 | 2024-06-24T21:52:33.188Z | Compiling crucible-workspace-hack v0.1.0 |
| 1539 | 2024-06-24T21:52:33.201Z | Compiling pretty-hex v0.2.1 |
| 1540 | 2024-06-24T21:52:33.421Z | Compiling take_mut v0.2.2 |
| 1541 | 2024-06-24T21:52:33.458Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 1542 | 2024-06-24T21:52:33.735Z | Compiling atomic-waker v1.1.2 |
| 1543 | 2024-06-24T21:52:33.902Z | Compiling base64 v0.22.1 |
| 1544 | 2024-06-24T21:52:33.932Z | Compiling rayon-core v1.12.1 |
| 1545 | 2024-06-24T21:52:34.018Z | Compiling waitgroup v0.1.2 |
| 1546 | 2024-06-24T21:52:34.338Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1547 | 2024-06-24T21:52:34.700Z | Compiling rustls-pemfile v2.1.2 |
| 1548 | 2024-06-24T21:52:34.743Z | Compiling tempfile v3.10.1 |
| 1549 | 2024-06-24T21:52:35.084Z | Compiling async-stream v0.3.5 |
| 1550 | 2024-06-24T21:52:35.694Z | Compiling slog-term v2.9.1 |
| 1551 | 2024-06-24T21:52:35.766Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1552 | 2024-06-24T21:52:36.718Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1553 | 2024-06-24T21:52:36.780Z | Compiling slog-bunyan v2.5.0 |
| 1554 | 2024-06-24T21:52:37.047Z | Compiling tokio-rustls v0.25.0 |
| 1555 | 2024-06-24T21:52:37.388Z | Compiling serde_with_macros v3.8.1 |
| 1556 | 2024-06-24T21:52:37.537Z | Compiling parse-display-derive v0.9.0 |
| 1557 | 2024-06-24T21:52:37.649Z | Compiling toml v0.8.13 |
| 1558 | 2024-06-24T21:52:38.335Z | Compiling sha1 v0.10.6 |
| 1559 | 2024-06-24T21:52:38.499Z | Compiling crossbeam-deque v0.8.5 |
| 1560 | 2024-06-24T21:52:38.887Z | Compiling colored v2.1.0 |
| 1561 | 2024-06-24T21:52:39.141Z | Compiling newtype-uuid v1.1.0 |
| 1562 | 2024-06-24T21:52:39.486Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 1563 | 2024-06-24T21:52:40.122Z | Compiling serde_path_to_error v0.1.16 |
| 1564 | 2024-06-24T21:52:40.222Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1565 | 2024-06-24T21:52:40.952Z | Compiling socket2 v0.4.10 |
| 1566 | 2024-06-24T21:52:41.124Z | Compiling hostname v0.4.0 |
| 1567 | 2024-06-24T21:52:41.383Z | Compiling instant v0.1.12 |
| 1568 | 2024-06-24T21:52:41.525Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1569 | 2024-06-24T21:52:41.560Z | Compiling debug-ignore v1.0.5 |
| 1570 | 2024-06-24T21:52:41.673Z | Compiling parse-display v0.9.0 |
| 1571 | 2024-06-24T21:52:41.911Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1572 | 2024-06-24T21:52:42.470Z | Compiling backoff v0.4.0 |
| 1573 | 2024-06-24T21:52:43.590Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1574 | 2024-06-24T21:52:43.809Z | Compiling serde_with v3.8.1 |
| 1575 | 2024-06-24T21:52:44.692Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1576 | 2024-06-24T21:52:45.199Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1577 | 2024-06-24T21:52:46.574Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1578 | 2024-06-24T21:52:48.463Z | Compiling camino-tempfile v1.1.1 |
| 1579 | 2024-06-24T21:52:48.576Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1580 | 2024-06-24T21:52:48.653Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1581 | 2024-06-24T21:52:48.851Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
| 1582 | 2024-06-24T21:52:49.090Z | Compiling macaddr v1.0.1 |
| 1583 | 2024-06-24T21:52:49.275Z | Compiling num-derive v0.4.2 |
| 1584 | 2024-06-24T21:52:49.714Z | Compiling sigpipe v0.1.3 |
| 1585 | 2024-06-24T21:52:49.859Z | Compiling libefi-sys v0.1.0 |
| 1586 | 2024-06-24T21:52:50.174Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1587 | 2024-06-24T21:52:50.746Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1588 | 2024-06-24T21:52:51.679Z | Compiling rayon v1.10.0 |
| 1589 | 2024-06-24T21:52:51.697Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1590 | 2024-06-24T21:52:52.708Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 1591 | 2024-06-24T21:52:52.790Z | Compiling smf v0.2.3 |
| 1592 | 2024-06-24T21:52:53.310Z | Compiling blake3 v1.5.1 |
| 1593 | 2024-06-24T21:52:53.894Z | Compiling ring v0.16.20 |
| 1594 | 2024-06-24T21:52:54.061Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1595 | 2024-06-24T21:52:54.418Z | Compiling portable-atomic v1.6.0 |
| 1596 | 2024-06-24T21:52:55.887Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1597 | 2024-06-24T21:52:55.966Z | Compiling xattr v1.3.1 |
| 1598 | 2024-06-24T21:52:56.269Z | Compiling memmap2 v0.9.4 |
| 1599 | 2024-06-24T21:52:56.294Z | Compiling filetime v0.2.23 |
| 1600 | 2024-06-24T21:52:56.642Z | Compiling arrayvec v0.7.4 |
| 1601 | 2024-06-24T21:52:56.810Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1602 | 2024-06-24T21:52:57.077Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1603 | 2024-06-24T21:52:57.118Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1604 | 2024-06-24T21:52:57.121Z | Compiling same-file v1.0.6 |
| 1605 | 2024-06-24T21:52:57.456Z | Compiling arrayref v0.3.7 |
| 1606 | 2024-06-24T21:52:57.563Z | Compiling untrusted v0.7.1 |
| 1607 | 2024-06-24T21:52:57.716Z | Compiling constant_time_eq v0.3.0 |
| 1608 | 2024-06-24T21:52:57.758Z | Compiling walkdir v2.5.0 |
| 1609 | 2024-06-24T21:52:59.253Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 1610 | 2024-06-24T21:53:00.295Z | Compiling tar v0.4.40 |
| 1611 | 2024-06-24T21:53:00.613Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1612 | 2024-06-24T21:53:01.819Z | Compiling cargo-platform v0.1.8 |
| 1613 | 2024-06-24T21:53:02.939Z | Compiling gethostname v0.4.3 |
| 1614 | 2024-06-24T21:53:02.970Z | Compiling topological-sort v0.2.2 |
| 1615 | 2024-06-24T21:53:03.243Z | Compiling number_prefix v0.4.0 |
| 1616 | 2024-06-24T21:53:03.250Z | Compiling omicron-zone-package v0.11.0 |
| 1617 | 2024-06-24T21:53:03.481Z | Compiling indicatif v0.17.8 |
| 1618 | 2024-06-24T21:53:04.770Z | Compiling cargo_metadata v0.18.1 |
| 1619 | 2024-06-24T21:53:08.064Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1620 | 2024-06-24T21:53:12.332Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1621 | 2024-06-24T21:53:13.410Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1622 | 2024-06-24T21:53:15.943Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 1623 | 2024-06-24T21:53:34.163Z | Finished `release` profile [optimized] target(s) in 4m 33s |
| 1624 | 2024-06-24T21:53:34.283Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
| 1625 | 2024-06-24T21:53:34.324Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1626 | 2024-06-24T21:53:34.327Z | Created new build target 'test' and set it as active |
| 1627 | 2024-06-24T21:53:34.327Z | |
| 1628 | 2024-06-24T21:53:34.327Z | real 4:34.184921186 |
| 1629 | 2024-06-24T21:53:34.327Z | user 30:41.369815314 |
| 1630 | 2024-06-24T21:53:34.327Z | sys 4:00.477611545 |
| 1631 | 2024-06-24T21:53:34.327Z | trap 0.930997099 |
| 1632 | 2024-06-24T21:53:34.327Z | tflt 2.874329451 |
| 1633 | 2024-06-24T21:53:34.327Z | dflt 1.678598579 |
| 1634 | 2024-06-24T21:53:34.327Z | kflt 0.027901096 |
| 1635 | 2024-06-24T21:53:34.327Z | lock 1:04:33.228256814 |
| 1636 | 2024-06-24T21:53:34.327Z | slp 1:26:51.408628896 |
| 1637 | 2024-06-24T21:53:34.327Z | lat 2:04.567823861 |
| 1638 | 2024-06-24T21:53:34.327Z | stop 3:00.191976365 |
| 1639 | 2024-06-24T21:53:34.327Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
| 1640 | 2024-06-24T21:53:35.188Z | Finished `release` profile [optimized] target(s) in 0.81s |
| 1641 | 2024-06-24T21:53:35.227Z | Running `target/release/omicron-package -t test package` |
| 1642 | 2024-06-24T21:53:35.262Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 1643 | 2024-06-24T21:53:36.243Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1644 | 2024-06-24T21:53:36.341Z | Compiling humantime v2.1.0 |
| 1645 | 2024-06-24T21:53:36.343Z | Compiling newline-converter v0.3.0 |
| 1646 | 2024-06-24T21:53:36.343Z | Compiling derive-where v1.2.7 |
| 1647 | 2024-06-24T21:53:36.365Z | Compiling convert_case v0.4.0 |
| 1648 | 2024-06-24T21:53:36.376Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1649 | 2024-06-24T21:53:36.378Z | Compiling password-hash v0.5.0 |
| 1650 | 2024-06-24T21:53:36.378Z | Compiling blake2 v0.10.6 |
| 1651 | 2024-06-24T21:53:36.497Z | Compiling expectorate v1.1.0 |
| 1652 | 2024-06-24T21:53:36.558Z | Compiling semver v0.1.20 |
| 1653 | 2024-06-24T21:53:36.676Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1654 | 2024-06-24T21:53:37.139Z | Compiling argon2 v0.5.3 |
| 1655 | 2024-06-24T21:53:37.144Z | Compiling derive_more v0.99.17 |
| 1656 | 2024-06-24T21:53:37.165Z | Compiling rustc_version v0.1.7 |
| 1657 | 2024-06-24T21:53:37.590Z | Compiling linked-hash-map v0.5.6 |
| 1658 | 2024-06-24T21:53:37.638Z | Compiling newtype_derive v0.1.6 |
| 1659 | 2024-06-24T21:53:37.934Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1660 | 2024-06-24T21:53:37.983Z | Compiling lru-cache v0.1.2 |
| 1661 | 2024-06-24T21:53:38.402Z | Compiling home v0.5.9 |
| 1662 | 2024-06-24T21:53:38.562Z | Compiling steno v0.4.0 |
| 1663 | 2024-06-24T21:53:38.653Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1664 | 2024-06-24T21:53:38.731Z | Compiling slog-dtrace v0.3.0 |
| 1665 | 2024-06-24T21:53:39.037Z | Compiling termcolor v1.4.1 |
| 1666 | 2024-06-24T21:53:39.638Z | Compiling quick-error v1.2.3 |
| 1667 | 2024-06-24T21:53:39.785Z | Compiling resolv-conf v0.7.0 |
| 1668 | 2024-06-24T21:53:40.150Z | Compiling swrite v0.1.0 |
| 1669 | 2024-06-24T21:53:40.295Z | Compiling radium v0.7.0 |
| 1670 | 2024-06-24T21:53:40.738Z | Compiling utf-8 v0.7.6 |
| 1671 | 2024-06-24T21:53:41.140Z | Compiling trust-dns-resolver v0.22.0 |
| 1672 | 2024-06-24T21:53:41.241Z | Compiling num-rational v0.4.2 |
| 1673 | 2024-06-24T21:53:41.377Z | Compiling num-complex v0.4.6 |
| 1674 | 2024-06-24T21:53:42.649Z | Compiling tap v1.0.1 |
| 1675 | 2024-06-24T21:53:42.846Z | Compiling maybe-uninit v2.0.0 |
| 1676 | 2024-06-24T21:53:43.156Z | Compiling wyz v0.5.1 |
| 1677 | 2024-06-24T21:53:43.380Z | Compiling num v0.4.3 |
| 1678 | 2024-06-24T21:53:43.648Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1679 | 2024-06-24T21:53:43.733Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1680 | 2024-06-24T21:53:44.066Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1681 | 2024-06-24T21:53:44.496Z | Compiling crc-catalog v2.4.0 |
| 1682 | 2024-06-24T21:53:44.555Z | Compiling packed_struct v0.10.1 |
| 1683 | 2024-06-24T21:53:44.658Z | Compiling funty v2.0.0 |
| 1684 | 2024-06-24T21:53:44.830Z | Compiling num-bigint-dig v0.8.4 |
| 1685 | 2024-06-24T21:53:44.982Z | Compiling float-ord v0.3.2 |
| 1686 | 2024-06-24T21:53:45.105Z | Compiling display-error-chain v0.2.0 |
| 1687 | 2024-06-24T21:53:45.157Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1688 | 2024-06-24T21:53:45.320Z | Compiling crc v3.2.1 |
| 1689 | 2024-06-24T21:53:47.254Z | Compiling bitvec v1.0.1 |
| 1690 | 2024-06-24T21:53:49.554Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1691 | 2024-06-24T21:53:50.695Z | Compiling packed_struct_codegen v0.10.1 |
| 1692 | 2024-06-24T21:53:51.849Z | Compiling dirs-sys-next v0.1.2 |
| 1693 | 2024-06-24T21:53:52.422Z | Compiling indexmap v1.9.3 |
| 1694 | 2024-06-24T21:53:52.517Z | Compiling crunchy v0.2.2 |
| 1695 | 2024-06-24T21:53:52.737Z | Compiling nodrop v0.1.14 |
| 1696 | 2024-06-24T21:53:52.879Z | Compiling glob v0.3.1 |
| 1697 | 2024-06-24T21:53:52.987Z | Compiling array-init v0.0.4 |
| 1698 | 2024-06-24T21:53:53.663Z | Compiling clang-sys v1.7.0 |
| 1699 | 2024-06-24T21:53:54.360Z | Compiling dirs-next v2.0.0 |
| 1700 | 2024-06-24T21:53:54.507Z | Compiling smallvec v0.6.14 |
| 1701 | 2024-06-24T21:53:55.023Z | Compiling pkcs1 v0.7.5 |
| 1702 | 2024-06-24T21:53:57.618Z | Compiling signature v2.2.0 |
| 1703 | 2024-06-24T21:53:57.909Z | Compiling nibble_vec v0.1.0 |
| 1704 | 2024-06-24T21:53:58.158Z | Compiling hashbrown v0.12.3 |
| 1705 | 2024-06-24T21:53:59.094Z | Compiling tiny-keccak v2.0.2 |
| 1706 | 2024-06-24T21:53:59.371Z | Compiling maplit v1.0.2 |
| 1707 | 2024-06-24T21:53:59.494Z | Compiling endian-type v0.1.2 |
| 1708 | 2024-06-24T21:53:59.533Z | Compiling prettyplease v0.2.20 |
| 1709 | 2024-06-24T21:53:59.742Z | Compiling bitfield v0.14.0 |
| 1710 | 2024-06-24T21:53:59.846Z | Compiling cancel-safe-futures v0.1.5 |
| 1711 | 2024-06-24T21:54:00.083Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1712 | 2024-06-24T21:54:00.233Z | Compiling radix_trie v0.2.1 |
| 1713 | 2024-06-24T21:54:01.394Z | Compiling rsa v0.9.6 |
| 1714 | 2024-06-24T21:54:02.204Z | Compiling serde-hex v0.1.0 |
| 1715 | 2024-06-24T21:54:02.757Z | Compiling term v0.7.0 |
| 1716 | 2024-06-24T21:54:04.135Z | Compiling bzip2 v0.4.4 |
| 1717 | 2024-06-24T21:54:04.601Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1718 | 2024-06-24T21:54:04.615Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1719 | 2024-06-24T21:54:04.921Z | Compiling env_logger v0.10.2 |
| 1720 | 2024-06-24T21:54:06.921Z | Compiling x509-cert v0.2.5 |
| 1721 | 2024-06-24T21:54:07.441Z | Compiling ron v0.8.1 |
| 1722 | 2024-06-24T21:54:08.058Z | Compiling hashbrown v0.13.2 |
| 1723 | 2024-06-24T21:54:09.478Z | Compiling crc-any v2.5.0 |
| 1724 | 2024-06-24T21:54:10.431Z | Compiling object v0.30.4 |
| 1725 | 2024-06-24T21:54:12.351Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1726 | 2024-06-24T21:54:13.716Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1727 | 2024-06-24T21:54:14.610Z | Compiling zip v0.6.6 |
| 1728 | 2024-06-24T21:54:17.475Z | Compiling ascii-canvas v3.0.0 |
| 1729 | 2024-06-24T21:54:18.679Z | Compiling rayon-core v1.12.1 |
| 1730 | 2024-06-24T21:54:18.727Z | Compiling crossbeam-deque v0.8.5 |
| 1731 | 2024-06-24T21:54:19.075Z | Compiling ena v0.14.3 |
| 1732 | 2024-06-24T21:54:19.131Z | Compiling is-terminal v0.4.12 |
| 1733 | 2024-06-24T21:54:19.257Z | Compiling libloading v0.8.3 |
| 1734 | 2024-06-24T21:54:19.475Z | Compiling half v2.4.1 |
| 1735 | 2024-06-24T21:54:19.657Z | Compiling regex-syntax v0.6.29 |
| 1736 | 2024-06-24T21:54:20.168Z | Compiling diff v0.1.13 |
| 1737 | 2024-06-24T21:54:20.753Z | Compiling same-file v1.0.6 |
| 1738 | 2024-06-24T21:54:20.988Z | Compiling ciborium-io v0.2.2 |
| 1739 | 2024-06-24T21:54:21.006Z | Compiling arc-swap v1.7.1 |
| 1740 | 2024-06-24T21:54:21.124Z | Compiling fastrand v2.1.0 |
| 1741 | 2024-06-24T21:54:25.350Z | Compiling path-slash v0.1.5 |
| 1742 | 2024-06-24T21:54:25.424Z | Compiling bindgen v0.69.4 |
| 1743 | 2024-06-24T21:54:25.424Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 1744 | 2024-06-24T21:54:25.425Z | Compiling slog-scope v4.4.0 |
| 1745 | 2024-06-24T21:54:25.425Z | Compiling lalrpop v0.19.12 |
| 1746 | 2024-06-24T21:54:25.425Z | Compiling tempfile v3.10.1 |
| 1747 | 2024-06-24T21:54:25.425Z | Compiling ciborium-ll v0.2.2 |
| 1748 | 2024-06-24T21:54:25.425Z | Compiling walkdir v2.5.0 |
| 1749 | 2024-06-24T21:54:27.276Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1750 | 2024-06-24T21:54:28.419Z | Compiling which v4.4.2 |
| 1751 | 2024-06-24T21:54:28.502Z | Compiling camino v1.1.7 |
| 1752 | 2024-06-24T21:54:28.571Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 1753 | 2024-06-24T21:54:28.817Z | Compiling cexpr v0.6.0 |
| 1754 | 2024-06-24T21:54:28.968Z | Compiling fxhash v0.2.1 |
| 1755 | 2024-06-24T21:54:29.230Z | Compiling shlex v1.3.0 |
| 1756 | 2024-06-24T21:54:29.637Z | Compiling lazycell v1.3.0 |
| 1757 | 2024-06-24T21:54:29.813Z | Compiling rustc-hash v1.1.0 |
| 1758 | 2024-06-24T21:54:29.972Z | Compiling ref-cast v1.0.23 |
| 1759 | 2024-06-24T21:54:30.508Z | Compiling blake3 v1.5.1 |
| 1760 | 2024-06-24T21:54:30.910Z | Compiling ring v0.16.20 |
| 1761 | 2024-06-24T21:54:32.445Z | Compiling rayon v1.10.0 |
| 1762 | 2024-06-24T21:54:33.562Z | Compiling ciborium v0.2.2 |
| 1763 | 2024-06-24T21:54:35.818Z | Compiling slog-stdlog v4.1.1 |
| 1764 | 2024-06-24T21:54:36.147Z | Compiling tungstenite v0.21.0 |
| 1765 | 2024-06-24T21:54:36.737Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1766 | 2024-06-24T21:54:37.010Z | Compiling derive_builder_core v0.20.0 |
| 1767 | 2024-06-24T21:54:37.362Z | Compiling headers-core v0.2.0 |
| 1768 | 2024-06-24T21:54:37.533Z | Compiling xattr v1.3.1 |
| 1769 | 2024-06-24T21:54:37.805Z | Compiling libxml v0.3.3 |
| 1770 | 2024-06-24T21:54:38.032Z | Compiling ref-cast-impl v1.0.23 |
| 1771 | 2024-06-24T21:54:38.131Z | Compiling memmap2 v0.9.4 |
| 1772 | 2024-06-24T21:54:38.555Z | Compiling atty v0.2.14 |
| 1773 | 2024-06-24T21:54:38.717Z | Compiling filetime v0.2.23 |
| 1774 | 2024-06-24T21:54:39.036Z | Compiling untrusted v0.7.1 |
| 1775 | 2024-06-24T21:54:39.195Z | Compiling arrayref v0.3.7 |
| 1776 | 2024-06-24T21:54:39.244Z | Compiling arrayvec v0.7.4 |
| 1777 | 2024-06-24T21:54:39.248Z | Compiling constant_time_eq v0.3.0 |
| 1778 | 2024-06-24T21:54:39.301Z | Compiling derive_builder_macro v0.20.0 |
| 1779 | 2024-06-24T21:54:40.246Z | Compiling tar v0.4.40 |
| 1780 | 2024-06-24T21:54:41.137Z | Compiling headers v0.3.9 |
| 1781 | 2024-06-24T21:54:41.360Z | Compiling tokio-tungstenite v0.21.0 |
| 1782 | 2024-06-24T21:54:41.984Z | Compiling slog-envlogger v2.2.0 |
| 1783 | 2024-06-24T21:54:42.129Z | Compiling camino-tempfile v1.1.1 |
| 1784 | 2024-06-24T21:54:42.577Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1785 | 2024-06-24T21:54:42.755Z | Compiling toolchain_find v0.4.0 |
| 1786 | 2024-06-24T21:54:42.791Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 1787 | 2024-06-24T21:54:43.081Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1788 | 2024-06-24T21:54:43.342Z | Compiling pem v3.0.4 |
| 1789 | 2024-06-24T21:54:44.474Z | Compiling toml v0.8.13 |
| 1790 | 2024-06-24T21:54:44.614Z | Compiling samael v0.0.15 |
| 1791 | 2024-06-24T21:54:44.947Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1792 | 2024-06-24T21:54:45.113Z | Compiling libsw v3.3.1 |
| 1793 | 2024-06-24T21:54:45.390Z | Compiling strum_macros v0.24.3 |
| 1794 | 2024-06-24T21:54:45.429Z | Compiling async-recursion v1.1.1 |
| 1795 | 2024-06-24T21:54:46.007Z | Compiling cookie v0.18.1 |
| 1796 | 2024-06-24T21:54:46.172Z | Compiling linear-map v1.2.0 |
| 1797 | 2024-06-24T21:54:46.215Z | Compiling owo-colors v4.0.0 |
| 1798 | 2024-06-24T21:54:46.303Z | Compiling indoc v1.0.9 |
| 1799 | 2024-06-24T21:54:46.584Z | Compiling topological-sort v0.2.2 |
| 1800 | 2024-06-24T21:54:46.805Z | Compiling omicron-zone-package v0.11.0 |
| 1801 | 2024-06-24T21:54:48.213Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1802 | 2024-06-24T21:54:48.762Z | Compiling rustfmt-wrapper v0.2.1 |
| 1803 | 2024-06-24T21:54:49.049Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1804 | 2024-06-24T21:54:49.392Z | Compiling derive_builder v0.20.0 |
| 1805 | 2024-06-24T21:54:49.589Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1806 | 2024-06-24T21:54:50.267Z | Compiling polar-core v0.27.3 |
| 1807 | 2024-06-24T21:54:51.500Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 1808 | 2024-06-24T21:54:51.772Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1809 | 2024-06-24T21:54:52.348Z | Compiling oso-derive v0.27.3 |
| 1810 | 2024-06-24T21:54:53.326Z | Compiling quick-xml v0.31.0 |
| 1811 | 2024-06-24T21:54:54.371Z | Compiling vte_generate_state_changes v0.1.1 |
| 1812 | 2024-06-24T21:54:54.971Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 1813 | 2024-06-24T21:54:55.272Z | Compiling unicase v2.7.0 |
| 1814 | 2024-06-24T21:54:55.583Z | Compiling buf-list v1.0.3 |
| 1815 | 2024-06-24T21:54:55.629Z | Compiling cfg_aliases v0.1.1 |
| 1816 | 2024-06-24T21:54:55.740Z | Compiling nix v0.28.0 |
| 1817 | 2024-06-24T21:54:56.275Z | Compiling vte v0.11.1 |
| 1818 | 2024-06-24T21:54:56.487Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1819 | 2024-06-24T21:54:59.145Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 1820 | 2024-06-24T21:55:00.287Z | Compiling tungstenite v0.20.1 |
| 1821 | 2024-06-24T21:55:00.702Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1822 | 2024-06-24T21:55:00.979Z | Compiling fd-lock v4.0.2 |
| 1823 | 2024-06-24T21:55:01.193Z | Compiling bb8 v0.8.3 |
| 1824 | 2024-06-24T21:55:01.213Z | Compiling const_format_proc_macros v0.2.32 |
| 1825 | 2024-06-24T21:55:01.733Z | Compiling pin-project-internal v1.1.5 |
| 1826 | 2024-06-24T21:55:03.260Z | Compiling memoffset v0.9.1 |
| 1827 | 2024-06-24T21:55:03.569Z | Compiling parking_lot_core v0.8.6 |
| 1828 | 2024-06-24T21:55:03.995Z | Compiling bytecount v0.6.8 |
| 1829 | 2024-06-24T21:55:04.338Z | Compiling papergrid v0.11.0 |
| 1830 | 2024-06-24T21:55:04.508Z | Compiling pin-project v1.1.5 |
| 1831 | 2024-06-24T21:55:04.823Z | Compiling const_format v0.2.32 |
| 1832 | 2024-06-24T21:55:05.438Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 1833 | 2024-06-24T21:55:06.012Z | Compiling tokio-tungstenite v0.20.1 |
| 1834 | 2024-06-24T21:55:06.097Z | Compiling strip-ansi-escapes v0.2.0 |
| 1835 | 2024-06-24T21:55:07.033Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1836 | 2024-06-24T21:55:07.780Z | Compiling tabled_derive v0.7.0 |
| 1837 | 2024-06-24T21:55:09.095Z | Compiling snafu-derive v0.8.2 |
| 1838 | 2024-06-24T21:55:10.177Z | Compiling nu-ansi-term v0.50.0 |
| 1839 | 2024-06-24T21:55:11.469Z | Compiling reedline v0.31.0 |
| 1840 | 2024-06-24T21:55:12.967Z | Compiling tabled v0.15.0 |
| 1841 | 2024-06-24T21:55:14.319Z | Compiling snafu v0.8.2 |
| 1842 | 2024-06-24T21:55:15.620Z | Compiling oso v0.27.3 |
| 1843 | 2024-06-24T21:55:35.027Z | Compiling env_logger v0.9.3 |
| 1844 | 2024-06-24T21:55:35.360Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1845 | 2024-06-24T21:55:39.650Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1846 | 2024-06-24T21:55:40.163Z | Compiling globset v0.4.14 |
| 1847 | 2024-06-24T21:55:40.285Z | Compiling peg-macros v0.8.3 |
| 1848 | 2024-06-24T21:55:43.810Z | Compiling olpc-cjson v0.1.3 |
| 1849 | 2024-06-24T21:55:43.868Z | Compiling bitstruct_derive v0.1.0 |
| 1850 | 2024-06-24T21:55:43.898Z | Compiling serde_plain v1.0.2 |
| 1851 | 2024-06-24T21:55:44.183Z | Compiling sqlparser_derive v0.2.2 |
| 1852 | 2024-06-24T21:55:44.201Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1853 | 2024-06-24T21:55:44.343Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1854 | 2024-06-24T21:55:44.499Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 1855 | 2024-06-24T21:55:44.645Z | Compiling salty v0.2.0 |
| 1856 | 2024-06-24T21:55:45.034Z | Compiling typed-path v0.7.1 |
| 1857 | 2024-06-24T21:55:45.079Z | Compiling signature v1.6.4 |
| 1858 | 2024-06-24T21:55:45.139Z | Compiling unicode_categories v0.1.1 |
| 1859 | 2024-06-24T21:55:45.239Z | Compiling ascii v1.1.0 |
| 1860 | 2024-06-24T21:55:45.242Z | Compiling platforms v3.4.0 |
| 1861 | 2024-06-24T21:55:45.490Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 1862 | 2024-06-24T21:55:45.811Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1863 | 2024-06-24T21:55:45.852Z | Compiling curve25519-dalek v4.1.2 |
| 1864 | 2024-06-24T21:55:45.988Z | Compiling sqlformat v0.2.3 |
| 1865 | 2024-06-24T21:55:46.267Z | Compiling sqlparser v0.45.0 |
| 1866 | 2024-06-24T21:55:48.016Z | Compiling tough v0.17.1 |
| 1867 | 2024-06-24T21:55:48.294Z | Compiling ed25519 v1.5.3 |
| 1868 | 2024-06-24T21:55:48.610Z | Compiling bitstruct v0.1.1 |
| 1869 | 2024-06-24T21:55:48.771Z | Compiling rustyline v14.0.0 |
| 1870 | 2024-06-24T21:55:52.094Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1871 | 2024-06-24T21:55:52.399Z | Compiling peg v0.8.3 |
| 1872 | 2024-06-24T21:55:52.526Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1873 | 2024-06-24T21:55:53.471Z | Compiling parking_lot v0.11.2 |
| 1874 | 2024-06-24T21:55:55.558Z | Compiling nix v0.27.1 |
| 1875 | 2024-06-24T21:55:55.575Z | Compiling trust-dns-client v0.22.0 |
| 1876 | 2024-06-24T21:55:57.173Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1877 | 2024-06-24T21:55:57.491Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1878 | 2024-06-24T21:56:01.121Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1879 | 2024-06-24T21:56:02.326Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1880 | 2024-06-24T21:56:02.791Z | Compiling bcs v0.1.6 |
| 1881 | 2024-06-24T21:56:03.737Z | Compiling kstat-rs v0.2.3 |
| 1882 | 2024-06-24T21:56:04.545Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1883 | 2024-06-24T21:56:04.702Z | Compiling serde_arrays v0.1.0 |
| 1884 | 2024-06-24T21:56:05.392Z | Compiling erased-serde v0.3.31 |
| 1885 | 2024-06-24T21:56:06.668Z | Compiling serde-big-array v0.5.1 |
| 1886 | 2024-06-24T21:56:06.940Z | Compiling toml v0.5.11 |
| 1887 | 2024-06-24T21:56:07.149Z | Compiling keccak v0.1.5 |
| 1888 | 2024-06-24T21:56:08.106Z | Compiling highway v1.1.0 |
| 1889 | 2024-06-24T21:56:09.521Z | Compiling parse-size v1.0.0 |
| 1890 | 2024-06-24T21:56:09.818Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 1891 | 2024-06-24T21:56:16.412Z | Compiling trust-dns-server v0.22.1 |
| 1892 | 2024-06-24T21:56:24.560Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1893 | 2024-06-24T21:56:24.895Z | Compiling sha3 v0.10.8 |
| 1894 | 2024-06-24T21:56:30.179Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1895 | 2024-06-24T21:56:37.776Z | Compiling hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1896 | 2024-06-24T21:56:38.261Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1897 | 2024-06-24T21:56:40.922Z | Compiling sled v0.34.7 |
| 1898 | 2024-06-24T21:56:42.197Z | Compiling mime_guess v2.0.4 |
| 1899 | 2024-06-24T21:56:45.628Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 1900 | 2024-06-24T21:56:47.952Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1901 | 2024-06-24T21:56:53.466Z | Compiling signal-hook-tokio v0.3.1 |
| 1902 | 2024-06-24T21:56:53.673Z | Compiling heck v0.3.3 |
| 1903 | 2024-06-24T21:56:54.084Z | Compiling universal-hash v0.5.1 |
| 1904 | 2024-06-24T21:56:54.337Z | Compiling castaway v0.2.2 |
| 1905 | 2024-06-24T21:56:54.539Z | Compiling secrecy v0.8.0 |
| 1906 | 2024-06-24T21:56:54.833Z | Compiling rand_seeder v0.2.3 |
| 1907 | 2024-06-24T21:56:55.250Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1908 | 2024-06-24T21:56:58.128Z | Compiling serde-big-array v0.4.1 |
| 1909 | 2024-06-24T21:56:58.316Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1910 | 2024-06-24T21:56:59.725Z | Compiling nanorand v0.7.0 |
| 1911 | 2024-06-24T21:57:00.523Z | Compiling opaque-debug v0.3.1 |
| 1912 | 2024-06-24T21:57:00.635Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1913 | 2024-06-24T21:57:00.944Z | Compiling poly1305 v0.8.0 |
| 1914 | 2024-06-24T21:57:02.532Z | Compiling flume v0.11.0 |
| 1915 | 2024-06-24T21:57:06.333Z | Compiling sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1916 | 2024-06-24T21:57:06.753Z | Compiling thiserror-no-std v2.0.2 |
| 1917 | 2024-06-24T21:57:06.890Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 1918 | 2024-06-24T21:57:07.151Z | Compiling compact_str v0.7.1 |
| 1919 | 2024-06-24T21:57:07.730Z | Compiling zone_cfg_derive v0.1.2 |
| 1920 | 2024-06-24T21:57:08.701Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 1921 | 2024-06-24T21:57:09.740Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1922 | 2024-06-24T21:57:11.676Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1923 | 2024-06-24T21:57:15.619Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1924 | 2024-06-24T21:57:16.325Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 1925 | 2024-06-24T21:57:21.286Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 1926 | 2024-06-24T21:57:22.901Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1927 | 2024-06-24T21:57:25.768Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 1928 | 2024-06-24T21:57:26.038Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 1929 | 2024-06-24T21:57:26.320Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1930 | 2024-06-24T21:57:26.606Z | Compiling chacha20 v0.9.1 |
| 1931 | 2024-06-24T21:57:27.064Z | Compiling aead v0.5.2 |
| 1932 | 2024-06-24T21:57:27.420Z | Compiling lru v0.12.3 |
| 1933 | 2024-06-24T21:57:27.794Z | Compiling stability v0.2.0 |
| 1934 | 2024-06-24T21:57:28.768Z | Compiling base64 v0.13.1 |
| 1935 | 2024-06-24T21:57:29.586Z | Compiling cassowary v0.3.0 |
| 1936 | 2024-06-24T21:57:33.408Z | Compiling indoc v2.0.5 |
| 1937 | 2024-06-24T21:57:34.406Z | Compiling corncobs v0.1.3 |
| 1938 | 2024-06-24T21:57:34.787Z | Compiling sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1939 | 2024-06-24T21:57:35.537Z | Compiling ratatui v0.26.2 |
| 1940 | 2024-06-24T21:57:35.839Z | Compiling ron v0.7.1 |
| 1941 | 2024-06-24T21:57:35.938Z | Compiling chacha20poly1305 v0.10.1 |
| 1942 | 2024-06-24T21:57:36.252Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 1943 | 2024-06-24T21:57:41.227Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1944 | 2024-06-24T21:57:43.481Z | Compiling zone v0.1.8 |
| 1945 | 2024-06-24T21:57:43.722Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 1946 | 2024-06-24T21:57:46.710Z | Compiling vsss-rs v3.3.4 |
| 1947 | 2024-06-24T21:57:51.698Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1948 | 2024-06-24T21:57:51.892Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 1949 | 2024-06-24T21:57:52.423Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 1950 | 2024-06-24T21:57:53.011Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1951 | 2024-06-24T21:57:53.834Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 1952 | 2024-06-24T21:57:54.129Z | Compiling portpicker v0.1.1 |
| 1953 | 2024-06-24T21:57:54.660Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1954 | 2024-06-24T21:57:54.733Z | Compiling csv-core v0.1.11 |
| 1955 | 2024-06-24T21:57:56.872Z | Compiling http-range v0.1.5 |
| 1956 | 2024-06-24T21:57:57.450Z | Compiling smawk v0.3.2 |
| 1957 | 2024-06-24T21:57:57.543Z | Compiling unicode-linebreak v0.1.5 |
| 1958 | 2024-06-24T21:57:57.692Z | Compiling hyper-staticfile v0.9.5 |
| 1959 | 2024-06-24T21:57:58.088Z | Compiling textwrap v0.16.1 |
| 1960 | 2024-06-24T21:58:00.131Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1961 | 2024-06-24T21:58:00.959Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1962 | 2024-06-24T21:58:02.005Z | Compiling csv v1.3.0 |
| 1963 | 2024-06-24T21:58:02.398Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 1964 | 2024-06-24T21:58:11.554Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 1965 | 2024-06-24T21:58:12.654Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 1966 | 2024-06-24T21:58:12.809Z | Compiling rcgen v0.12.1 |
| 1967 | 2024-06-24T21:58:18.259Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 1968 | 2024-06-24T21:58:18.746Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 1969 | 2024-06-24T21:58:19.031Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 1970 | 2024-06-24T21:58:23.112Z | Compiling atomicwrites v0.4.3 |
| 1971 | 2024-06-24T21:58:23.651Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 1972 | 2024-06-24T21:58:23.671Z | Compiling fatfs v0.3.6 |
| 1973 | 2024-06-24T21:58:26.185Z | Compiling subprocess v0.2.9 |
| 1974 | 2024-06-24T21:58:26.442Z | Compiling rtoolbox v0.0.2 |
| 1975 | 2024-06-24T21:58:26.472Z | Compiling assert_matches v1.5.0 |
| 1976 | 2024-06-24T21:58:26.509Z | Compiling is_ci v1.2.0 |
| 1977 | 2024-06-24T21:58:26.808Z | Compiling supports-color v3.0.0 |
| 1978 | 2024-06-24T21:58:26.884Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1979 | 2024-06-24T21:58:27.481Z | Compiling rpassword v7.3.1 |
| 1980 | 2024-06-24T21:58:27.971Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 1981 | 2024-06-24T21:58:27.980Z | Compiling tui-tree-widget v0.19.0 |
| 1982 | 2024-06-24T21:58:28.391Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 1983 | 2024-06-24T21:58:31.322Z | Compiling installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 1984 | 2024-06-24T21:58:34.258Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 1985 | 2024-06-24T21:58:34.558Z | Compiling shell-words v1.1.0 |
| 1986 | 2024-06-24T21:58:35.018Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 1987 | 2024-06-24T21:58:36.836Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 1988 | 2024-06-24T21:58:46.408Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 1989 | 2024-06-24T21:59:02.319Z | Compiling multimap v0.10.0 |
| 1990 | 2024-06-24T21:59:02.744Z | Compiling uzers v0.11.3 |
| 1991 | 2024-06-24T21:59:05.739Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 1992 | 2024-06-24T22:01:07.531Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 1993 | 2024-06-24T22:01:33.156Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1994 | 2024-06-24T22:07:44.782Z | Finished `release` profile [optimized] target(s) in 14m 09s |
| 1995 | 2024-06-24T22:08:32.216Z | |
| 1996 | 2024-06-24T22:08:32.219Z | real 14:57.668020105 |
| 1997 | 2024-06-24T22:08:32.220Z | user 1:42:50.740202885 |
| 1998 | 2024-06-24T22:08:32.220Z | sys 5:28.941122399 |
| 1999 | 2024-06-24T22:08:32.220Z | trap 2.337933778 |
| 2000 | 2024-06-24T22:08:32.220Z | tflt 1.938675323 |
| 2001 | 2024-06-24T22:08:32.220Z | dflt 3.829270247 |
| 2002 | 2024-06-24T22:08:32.220Z | kflt 0.049920095 |
| 2003 | 2024-06-24T22:08:32.220Z | lock 6:14:30.083235666 |
| 2004 | 2024-06-24T22:08:32.220Z | slp 3:59:11.613729065 |
| 2005 | 2024-06-24T22:08:32.220Z | lat 2:34.125455074 |
| 2006 | 2024-06-24T22:08:32.220Z | stop 1:54.410262844 |
| 2007 | 2024-06-24T22:08:32.220Z | + mapfile -t packages |
| 2008 | 2024-06-24T22:08:32.220Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
| 2009 | 2024-06-24T22:08:33.072Z | Finished `release` profile [optimized] target(s) in 0.81s |
| 2010 | 2024-06-24T22:08:33.111Z | Running `target/release/omicron-package -t test list-outputs` |
| 2011 | 2024-06-24T22:08:33.148Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
| 2012 | 2024-06-24T22:08:33.152Z | + ptime -m cargo build --locked --release -p xtask |
| 2013 | 2024-06-24T22:08:33.727Z | Compiling serde v1.0.203 |
| 2014 | 2024-06-24T22:08:33.727Z | Compiling bitflags v2.5.0 |
| 2015 | 2024-06-24T22:08:33.803Z | Compiling syn v2.0.64 |
| 2016 | 2024-06-24T22:08:33.816Z | Compiling bytes v1.6.0 |
| 2017 | 2024-06-24T22:08:33.819Z | Compiling scopeguard v1.2.0 |
| 2018 | 2024-06-24T22:08:33.822Z | Compiling smallvec v1.13.2 |
| 2019 | 2024-06-24T22:08:33.850Z | Compiling log v0.4.21 |
| 2020 | 2024-06-24T22:08:33.946Z | Compiling lock_api v0.4.12 |
| 2021 | 2024-06-24T22:08:34.305Z | Compiling parking_lot_core v0.9.10 |
| 2022 | 2024-06-24T22:08:34.329Z | Compiling hashbrown v0.14.5 |
| 2023 | 2024-06-24T22:08:34.342Z | Compiling serde_json v1.0.117 |
| 2024 | 2024-06-24T22:08:34.371Z | Compiling mio v0.8.11 |
| 2025 | 2024-06-24T22:08:34.466Z | Compiling libc v0.2.155 |
| 2026 | 2024-06-24T22:08:34.704Z | Compiling parking_lot v0.12.2 |
| 2027 | 2024-06-24T22:08:34.743Z | Compiling generic-array v0.14.7 |
| 2028 | 2024-06-24T22:08:35.042Z | Compiling slog v2.7.0 |
| 2029 | 2024-06-24T22:08:35.312Z | Compiling rustix v0.38.34 |
| 2030 | 2024-06-24T22:08:35.585Z | Compiling http v0.2.12 |
| 2031 | 2024-06-24T22:08:35.674Z | Compiling usdt-impl v0.5.0 |
| 2032 | 2024-06-24T22:08:35.854Z | Compiling indexmap v2.2.6 |
| 2033 | 2024-06-24T22:08:35.999Z | Compiling syn v1.0.109 |
| 2034 | 2024-06-24T22:08:36.052Z | Compiling time-macros v0.2.18 |
| 2035 | 2024-06-24T22:08:36.551Z | Compiling thread-id v4.2.1 |
| 2036 | 2024-06-24T22:08:36.648Z | Compiling tracing v0.1.40 |
| 2037 | 2024-06-24T22:08:37.379Z | Compiling crossbeam-utils v0.8.19 |
| 2038 | 2024-06-24T22:08:37.448Z | Compiling http-body v0.4.6 |
| 2039 | 2024-06-24T22:08:37.992Z | Compiling unicode-normalization v0.1.23 |
| 2040 | 2024-06-24T22:08:38.009Z | Compiling unicode-bidi v0.3.15 |
| 2041 | 2024-06-24T22:08:38.089Z | Compiling block-buffer v0.10.4 |
| 2042 | 2024-06-24T22:08:38.321Z | Compiling crypto-common v0.1.6 |
| 2043 | 2024-06-24T22:08:39.158Z | Compiling time v0.3.36 |
| 2044 | 2024-06-24T22:08:39.264Z | Compiling idna v0.5.0 |
| 2045 | 2024-06-24T22:08:40.339Z | Compiling terminal_size v0.3.0 |
| 2046 | 2024-06-24T22:08:40.573Z | Compiling fs-err v2.11.0 |
| 2047 | 2024-06-24T22:08:40.868Z | Compiling proc-macro-error v1.0.4 |
| 2048 | 2024-06-24T22:08:40.982Z | Compiling anyhow v1.0.86 |
| 2049 | 2024-06-24T22:08:41.491Z | Compiling clap_builder v4.5.2 |
| 2050 | 2024-06-24T22:08:41.791Z | Compiling crossbeam-channel v0.5.12 |
| 2051 | 2024-06-24T22:08:41.867Z | Compiling url v2.5.0 |
| 2052 | 2024-06-24T22:08:42.595Z | Compiling digest v0.10.7 |
| 2053 | 2024-06-24T22:08:43.033Z | Compiling xattr v1.3.1 |
| 2054 | 2024-06-24T22:08:43.359Z | Compiling sha2 v0.10.8 |
| 2055 | 2024-06-24T22:08:43.495Z | Compiling slog-async v2.8.0 |
| 2056 | 2024-06-24T22:08:44.076Z | Compiling tabled_derive v0.7.0 |
| 2057 | 2024-06-24T22:08:45.661Z | Compiling serde_derive v1.0.203 |
| 2058 | 2024-06-24T22:08:46.326Z | Compiling thiserror-impl v1.0.60 |
| 2059 | 2024-06-24T22:08:46.415Z | Compiling zerocopy-derive v0.7.34 |
| 2060 | 2024-06-24T22:08:46.765Z | Compiling futures-macro v0.3.30 |
| 2061 | 2024-06-24T22:08:47.678Z | Compiling tokio-macros v2.2.0 |
| 2062 | 2024-06-24T22:08:48.632Z | Compiling zerocopy v0.7.34 |
| 2063 | 2024-06-24T22:08:48.729Z | Compiling openssl-macros v0.1.1 |
| 2064 | 2024-06-24T22:08:48.835Z | Compiling futures-util v0.3.30 |
| 2065 | 2024-06-24T22:08:49.257Z | Compiling tokio v1.37.0 |
| 2066 | 2024-06-24T22:08:49.320Z | Compiling thiserror v1.0.60 |
| 2067 | 2024-06-24T22:08:49.474Z | Compiling pest v2.7.10 |
| 2068 | 2024-06-24T22:08:49.644Z | Compiling scroll_derive v0.12.0 |
| 2069 | 2024-06-24T22:08:50.365Z | Compiling openssl v0.10.64 |
| 2070 | 2024-06-24T22:08:51.077Z | Compiling scroll v0.12.0 |
| 2071 | 2024-06-24T22:08:51.725Z | Compiling goblin v0.8.2 |
| 2072 | 2024-06-24T22:08:52.296Z | Compiling pest_meta v2.7.10 |
| 2073 | 2024-06-24T22:08:56.159Z | Compiling pest_generator v2.7.10 |
| 2074 | 2024-06-24T22:08:58.116Z | Compiling pest_derive v2.7.10 |
| 2075 | 2024-06-24T22:08:58.903Z | Compiling dtrace-parser v0.2.0 |
| 2076 | 2024-06-24T22:09:00.890Z | Compiling tokio-util v0.7.11 |
| 2077 | 2024-06-24T22:09:03.083Z | Compiling h2 v0.3.26 |
| 2078 | 2024-06-24T22:09:06.350Z | Compiling dof v0.3.0 |
| 2079 | 2024-06-24T22:09:06.771Z | Compiling serde_tokenstream v0.2.0 |
| 2080 | 2024-06-24T22:09:07.298Z | Compiling serde_spanned v0.6.6 |
| 2081 | 2024-06-24T22:09:07.330Z | Compiling toml_datetime v0.6.6 |
| 2082 | 2024-06-24T22:09:07.534Z | Compiling native-tls v0.2.11 |
| 2083 | 2024-06-24T22:09:08.632Z | Compiling hyper v0.14.28 |
| 2084 | 2024-06-24T22:09:08.865Z | Compiling tokio-native-tls v0.3.1 |
| 2085 | 2024-06-24T22:09:08.987Z | Compiling toml_edit v0.22.13 |
| 2086 | 2024-06-24T22:09:15.691Z | Compiling hyper-tls v0.5.0 |
| 2087 | 2024-06-24T22:09:15.851Z | Compiling toml v0.8.13 |
| 2088 | 2024-06-24T22:09:16.115Z | Compiling usdt-attr-macro v0.5.0 |
| 2089 | 2024-06-24T22:09:17.187Z | Compiling usdt-macro v0.5.0 |
| 2090 | 2024-06-24T22:09:17.571Z | Compiling slog-json v2.6.1 |
| 2091 | 2024-06-24T22:09:18.129Z | Compiling cargo-platform v0.1.8 |
| 2092 | 2024-06-24T22:09:18.428Z | Compiling semver v1.0.23 |
| 2093 | 2024-06-24T22:09:18.466Z | Compiling camino v1.1.7 |
| 2094 | 2024-06-24T22:09:19.259Z | Compiling serde_urlencoded v0.7.1 |
| 2095 | 2024-06-24T22:09:19.908Z | Compiling futures-executor v0.3.30 |
| 2096 | 2024-06-24T22:09:19.940Z | Compiling clap_derive v4.5.4 |
| 2097 | 2024-06-24T22:09:20.072Z | Compiling strum_macros v0.26.2 |
| 2098 | 2024-06-24T22:09:20.989Z | Compiling futures v0.3.30 |
| 2099 | 2024-06-24T22:09:21.128Z | Compiling reqwest v0.11.27 |
| 2100 | 2024-06-24T22:09:21.552Z | Compiling cargo_metadata v0.18.1 |
| 2101 | 2024-06-24T22:09:22.994Z | Compiling usdt v0.5.0 |
| 2102 | 2024-06-24T22:09:24.557Z | Compiling slog-bunyan v2.5.0 |
| 2103 | 2024-06-24T22:09:24.720Z | Compiling clap v4.5.4 |
| 2104 | 2024-06-24T22:09:24.747Z | Compiling strum v0.26.2 |
| 2105 | 2024-06-24T22:09:24.846Z | Compiling cargo_toml v0.20.2 |
| 2106 | 2024-06-24T22:09:24.861Z | Compiling macaddr v1.0.1 |
| 2107 | 2024-06-24T22:09:24.955Z | Compiling tabled v0.15.0 |
| 2108 | 2024-06-24T22:09:25.495Z | Compiling slog-term v2.9.1 |
| 2109 | 2024-06-24T22:09:27.758Z | Compiling tar v0.4.40 |
| 2110 | 2024-06-24T22:09:30.722Z | Compiling md5 v0.7.0 |
| 2111 | 2024-06-24T22:09:41.389Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2112 | 2024-06-24T22:09:54.797Z | Finished `release` profile [optimized] target(s) in 1m 21s |
| 2113 | 2024-06-24T22:09:54.893Z | |
| 2114 | 2024-06-24T22:09:54.893Z | real 1:21.699538973 |
| 2115 | 2024-06-24T22:09:54.893Z | user 8:59.946376662 |
| 2116 | 2024-06-24T22:09:54.893Z | sys 52.044181912 |
| 2117 | 2024-06-24T22:09:54.893Z | trap 0.253393970 |
| 2118 | 2024-06-24T22:09:54.893Z | tflt 0.446113768 |
| 2119 | 2024-06-24T22:09:54.893Z | dflt 0.244727193 |
| 2120 | 2024-06-24T22:09:54.896Z | kflt 0.000004878 |
| 2121 | 2024-06-24T22:09:54.896Z | lock 20:13.279697149 |
| 2122 | 2024-06-24T22:09:54.896Z | slp 22:42.662381701 |
| 2123 | 2024-06-24T22:09:54.896Z | lat 25.842182129 |
| 2124 | 2024-06-24T22:09:54.896Z | stop 27.549465941 |
| 2125 | 2024-06-24T22:09:54.896Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2126 | 2024-06-24T22:09:54.896Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
| 2127 | 2024-06-24T22:09:54.896Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2128 | 2024-06-24T22:09:54.896Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
| 2129 | 2024-06-24T22:09:54.896Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
| 2130 | 2024-06-24T22:09:55.414Z | Downloading crates ... |
| 2131 | 2024-06-24T22:09:55.627Z | Downloaded ctr v0.9.2 |
| 2132 | 2024-06-24T22:09:55.630Z | Downloaded dirs-sys v0.4.1 |
| 2133 | 2024-06-24T22:09:55.634Z | Downloaded dhcproto-macros v0.1.0 |
| 2134 | 2024-06-24T22:09:55.637Z | Downloaded russh-cryptovec v0.7.2 |
| 2135 | 2024-06-24T22:09:55.642Z | Downloaded option-ext v0.2.0 |
| 2136 | 2024-06-24T22:09:55.651Z | Downloaded rfc6979 v0.4.0 |
| 2137 | 2024-06-24T22:09:55.654Z | Downloaded rand_chacha v0.2.2 |
| 2138 | 2024-06-24T22:09:55.654Z | Downloaded pbkdf2 v0.12.2 |
| 2139 | 2024-06-24T22:09:55.657Z | Downloaded ghash v0.5.1 |
| 2140 | 2024-06-24T22:09:55.657Z | Downloaded cbc v0.1.2 |
| 2141 | 2024-06-24T22:09:55.657Z | Downloaded polyval v0.6.2 |
| 2142 | 2024-06-24T22:09:55.660Z | Downloaded dirs v5.0.1 |
| 2143 | 2024-06-24T22:09:55.660Z | Downloaded primeorder v0.13.6 |
| 2144 | 2024-06-24T22:09:55.663Z | Downloaded pbkdf2 v0.11.0 |
| 2145 | 2024-06-24T22:09:55.665Z | Downloaded internet-checksum v0.2.1 |
| 2146 | 2024-06-24T22:09:55.665Z | Downloaded rand_core v0.5.1 |
| 2147 | 2024-06-24T22:09:55.665Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 2148 | 2024-06-24T22:09:55.668Z | Downloaded ed25519 v2.2.3 |
| 2149 | 2024-06-24T22:09:55.668Z | Downloaded ecdsa v0.16.9 |
| 2150 | 2024-06-24T22:09:55.671Z | Downloaded password-hash v0.4.2 |
| 2151 | 2024-06-24T22:09:55.674Z | Downloaded hex-literal v0.4.1 |
| 2152 | 2024-06-24T22:09:55.674Z | Downloaded russh-keys v0.43.0 |
| 2153 | 2024-06-24T22:09:55.677Z | Downloaded aes-gcm v0.10.3 |
| 2154 | 2024-06-24T22:09:55.680Z | Downloaded getrandom v0.1.16 |
| 2155 | 2024-06-24T22:09:55.682Z | Downloaded blowfish v0.9.1 |
| 2156 | 2024-06-24T22:09:55.682Z | Downloaded p256 v0.13.2 |
| 2157 | 2024-06-24T22:09:55.685Z | Downloaded dhcproto v0.11.0 |
| 2158 | 2024-06-24T22:09:55.689Z | Downloaded ed25519-dalek v2.1.1 |
| 2159 | 2024-06-24T22:09:55.694Z | Downloaded russh v0.43.0 |
| 2160 | 2024-06-24T22:09:55.699Z | Downloaded rand v0.7.3 |
| 2161 | 2024-06-24T22:09:55.703Z | Downloaded p521 v0.13.3 |
| 2162 | 2024-06-24T22:09:55.707Z | Downloaded aes v0.8.4 |
| 2163 | 2024-06-24T22:09:55.835Z | Compiling serde v1.0.203 |
| 2164 | 2024-06-24T22:09:55.838Z | Compiling log v0.4.21 |
| 2165 | 2024-06-24T22:09:56.072Z | Compiling scopeguard v1.2.0 |
| 2166 | 2024-06-24T22:09:56.077Z | Compiling smallvec v1.13.2 |
| 2167 | 2024-06-24T22:09:56.077Z | Compiling syn v2.0.64 |
| 2168 | 2024-06-24T22:09:56.077Z | Compiling getrandom v0.2.14 |
| 2169 | 2024-06-24T22:09:56.077Z | Compiling generic-array v0.14.7 |
| 2170 | 2024-06-24T22:09:56.077Z | Compiling libm v0.2.8 |
| 2171 | 2024-06-24T22:09:56.081Z | Compiling lock_api v0.4.12 |
| 2172 | 2024-06-24T22:09:56.294Z | Compiling rand_core v0.6.4 |
| 2173 | 2024-06-24T22:09:56.339Z | Compiling parking_lot_core v0.9.10 |
| 2174 | 2024-06-24T22:09:56.379Z | Compiling num-traits v0.2.19 |
| 2175 | 2024-06-24T22:09:56.409Z | Compiling subtle v2.5.0 |
| 2176 | 2024-06-24T22:09:56.487Z | Compiling mio v0.8.11 |
| 2177 | 2024-06-24T22:09:56.553Z | Compiling ahash v0.8.11 |
| 2178 | 2024-06-24T22:09:56.735Z | Compiling parking_lot v0.12.2 |
| 2179 | 2024-06-24T22:09:56.801Z | Compiling serde_json v1.0.117 |
| 2180 | 2024-06-24T22:09:56.907Z | Compiling allocator-api2 v0.2.18 |
| 2181 | 2024-06-24T22:09:56.946Z | Compiling const-oid v0.9.6 |
| 2182 | 2024-06-24T22:09:57.015Z | Compiling iana-time-zone v0.1.60 |
| 2183 | 2024-06-24T22:09:57.156Z | Compiling syn v1.0.109 |
| 2184 | 2024-06-24T22:09:57.663Z | Compiling unicode-normalization v0.1.23 |
| 2185 | 2024-06-24T22:09:57.690Z | Compiling schemars v0.8.20 |
| 2186 | 2024-06-24T22:09:57.784Z | Compiling unicode-bidi v0.3.15 |
| 2187 | 2024-06-24T22:09:57.833Z | Compiling dyn-clone v1.0.17 |
| 2188 | 2024-06-24T22:09:58.038Z | Compiling spin v0.9.8 |
| 2189 | 2024-06-24T22:09:58.057Z | Compiling ppv-lite86 v0.2.17 |
| 2190 | 2024-06-24T22:09:58.476Z | Compiling time-macros v0.2.18 |
| 2191 | 2024-06-24T22:09:58.723Z | Compiling ring v0.17.8 |
| 2192 | 2024-06-24T22:09:58.821Z | Compiling rand_chacha v0.3.1 |
| 2193 | 2024-06-24T22:09:58.859Z | Compiling aho-corasick v1.1.3 |
| 2194 | 2024-06-24T22:09:59.372Z | Compiling regex-syntax v0.8.3 |
| 2195 | 2024-06-24T22:09:59.793Z | Compiling rand v0.8.5 |
| 2196 | 2024-06-24T22:10:01.190Z | Compiling idna v0.5.0 |
| 2197 | 2024-06-24T22:10:02.025Z | Compiling slog v2.7.0 |
| 2198 | 2024-06-24T22:10:02.137Z | Compiling time v0.3.36 |
| 2199 | 2024-06-24T22:10:02.618Z | Compiling url v2.5.0 |
| 2200 | 2024-06-24T22:10:02.786Z | Compiling spin v0.5.2 |
| 2201 | 2024-06-24T22:10:02.919Z | Compiling regex-automata v0.4.6 |
| 2202 | 2024-06-24T22:10:03.020Z | Compiling untrusted v0.9.0 |
| 2203 | 2024-06-24T22:10:04.585Z | Compiling serde_derive_internals v0.29.1 |
| 2204 | 2024-06-24T22:10:05.727Z | Compiling lazy_static v1.4.0 |
| 2205 | 2024-06-24T22:10:05.851Z | Compiling backtrace v0.3.71 |
| 2206 | 2024-06-24T22:10:06.230Z | Compiling gimli v0.28.1 |
| 2207 | 2024-06-24T22:10:06.329Z | Compiling object v0.32.2 |
| 2208 | 2024-06-24T22:10:07.192Z | Compiling anyhow v1.0.86 |
| 2209 | 2024-06-24T22:10:07.494Z | Compiling rustc-demangle v0.1.24 |
| 2210 | 2024-06-24T22:10:07.751Z | Compiling winnow v0.5.40 |
| 2211 | 2024-06-24T22:10:07.954Z | Compiling crossbeam-utils v0.8.19 |
| 2212 | 2024-06-24T22:10:08.521Z | Compiling regex v1.10.4 |
| 2213 | 2024-06-24T22:10:08.574Z | Compiling rustls v0.21.12 |
| 2214 | 2024-06-24T22:10:08.831Z | Compiling base64ct v1.6.0 |
| 2215 | 2024-06-24T22:10:09.535Z | Compiling rustls-webpki v0.101.7 |
| 2216 | 2024-06-24T22:10:09.672Z | Compiling sct v0.7.1 |
| 2217 | 2024-06-24T22:10:10.003Z | Compiling cookie v0.17.0 |
| 2218 | 2024-06-24T22:10:11.238Z | Compiling serde_derive v1.0.203 |
| 2219 | 2024-06-24T22:10:11.348Z | Compiling zeroize_derive v1.4.2 |
| 2220 | 2024-06-24T22:10:11.551Z | Compiling zerocopy-derive v0.7.34 |
| 2221 | 2024-06-24T22:10:11.868Z | Compiling thiserror-impl v1.0.60 |
| 2222 | 2024-06-24T22:10:13.053Z | Compiling zeroize v1.7.0 |
| 2223 | 2024-06-24T22:10:13.073Z | Compiling tokio-macros v2.2.0 |
| 2224 | 2024-06-24T22:10:13.725Z | Compiling futures-macro v0.3.30 |
| 2225 | 2024-06-24T22:10:13.986Z | Compiling zerocopy v0.7.34 |
| 2226 | 2024-06-24T22:10:14.840Z | Compiling schemars_derive v0.8.20 |
| 2227 | 2024-06-24T22:10:14.952Z | Compiling crypto-common v0.1.6 |
| 2228 | 2024-06-24T22:10:15.202Z | Compiling block-buffer v0.10.4 |
| 2229 | 2024-06-24T22:10:15.360Z | Compiling thiserror v1.0.60 |
| 2230 | 2024-06-24T22:10:15.472Z | Compiling digest v0.10.7 |
| 2231 | 2024-06-24T22:10:15.511Z | Compiling tracing-attributes v0.1.27 |
| 2232 | 2024-06-24T22:10:15.955Z | Compiling futures-util v0.3.30 |
| 2233 | 2024-06-24T22:10:15.996Z | Compiling async-trait v0.1.80 |
| 2234 | 2024-06-24T22:10:16.420Z | Compiling hashbrown v0.14.5 |
| 2235 | 2024-06-24T22:10:16.574Z | Compiling addr2line v0.21.0 |
| 2236 | 2024-06-24T22:10:17.843Z | Compiling openssl-macros v0.1.1 |
| 2237 | 2024-06-24T22:10:18.648Z | Compiling pest v2.7.10 |
| 2238 | 2024-06-24T22:10:19.261Z | Compiling idna v0.3.0 |
| 2239 | 2024-06-24T22:10:19.574Z | Compiling tracing v0.1.40 |
| 2240 | 2024-06-24T22:10:19.709Z | Compiling data-encoding v2.6.0 |
| 2241 | 2024-06-24T22:10:20.104Z | Compiling psl-types v2.0.11 |
| 2242 | 2024-06-24T22:10:20.310Z | Compiling publicsuffix v2.2.3 |
| 2243 | 2024-06-24T22:10:20.370Z | Compiling hmac v0.12.1 |
| 2244 | 2024-06-24T22:10:20.574Z | Compiling scroll_derive v0.12.0 |
| 2245 | 2024-06-24T22:10:20.917Z | Compiling bitflags v1.3.2 |
| 2246 | 2024-06-24T22:10:20.976Z | Compiling webpki-roots v0.25.4 |
| 2247 | 2024-06-24T22:10:21.019Z | Compiling pest_meta v2.7.10 |
| 2248 | 2024-06-24T22:10:21.131Z | Compiling block-padding v0.3.3 |
| 2249 | 2024-06-24T22:10:21.387Z | Compiling der_derive v0.7.2 |
| 2250 | 2024-06-24T22:10:21.596Z | Compiling pem-rfc7468 v0.7.0 |
| 2251 | 2024-06-24T22:10:21.764Z | Compiling flagset v0.4.5 |
| 2252 | 2024-06-24T22:10:21.985Z | Compiling futures-executor v0.3.30 |
| 2253 | 2024-06-24T22:10:22.099Z | Compiling scroll v0.12.0 |
| 2254 | 2024-06-24T22:10:22.215Z | Compiling pest_generator v2.7.10 |
| 2255 | 2024-06-24T22:10:22.385Z | Compiling futures v0.3.30 |
| 2256 | 2024-06-24T22:10:22.395Z | Compiling inout v0.1.3 |
| 2257 | 2024-06-24T22:10:22.503Z | Compiling sha2 v0.10.8 |
| 2258 | 2024-06-24T22:10:22.577Z | Compiling either v1.12.0 |
| 2259 | 2024-06-24T22:10:22.679Z | Compiling goblin v0.8.2 |
| 2260 | 2024-06-24T22:10:22.682Z | Compiling cipher v0.4.4 |
| 2261 | 2024-06-24T22:10:22.997Z | Compiling ff v0.13.0 |
| 2262 | 2024-06-24T22:10:23.225Z | Compiling stable_deref_trait v1.2.0 |
| 2263 | 2024-06-24T22:10:23.243Z | Compiling base16ct v0.2.0 |
| 2264 | 2024-06-24T22:10:23.337Z | Compiling group v0.13.0 |
| 2265 | 2024-06-24T22:10:23.570Z | Compiling hkdf v0.12.4 |
| 2266 | 2024-06-24T22:10:23.686Z | Compiling crossbeam-epoch v0.9.18 |
| 2267 | 2024-06-24T22:10:23.834Z | Compiling crypto-bigint v0.5.5 |
| 2268 | 2024-06-24T22:10:24.065Z | Compiling der v0.7.9 |
| 2269 | 2024-06-24T22:10:24.271Z | Compiling num-integer v0.1.46 |
| 2270 | 2024-06-24T22:10:24.511Z | Compiling unicode-segmentation v1.11.0 |
| 2271 | 2024-06-24T22:10:25.104Z | Compiling managed v0.8.0 |
| 2272 | 2024-06-24T22:10:25.390Z | Compiling matches v0.1.10 |
| 2273 | 2024-06-24T22:10:25.490Z | Compiling idna v0.2.3 |
| 2274 | 2024-06-24T22:10:25.547Z | Compiling enum-as-inner v0.5.1 |
| 2275 | 2024-06-24T22:10:26.047Z | Compiling bit-vec v0.6.3 |
| 2276 | 2024-06-24T22:10:26.349Z | Compiling bytes v1.6.0 |
| 2277 | 2024-06-24T22:10:26.621Z | Compiling indexmap v2.2.6 |
| 2278 | 2024-06-24T22:10:26.670Z | Compiling uuid v1.8.0 |
| 2279 | 2024-06-24T22:10:27.114Z | Compiling chrono v0.4.38 |
| 2280 | 2024-06-24T22:10:27.588Z | Compiling tokio v1.37.0 |
| 2281 | 2024-06-24T22:10:27.636Z | Compiling bitflags v2.5.0 |
| 2282 | 2024-06-24T22:10:28.106Z | Compiling semver v1.0.23 |
| 2283 | 2024-06-24T22:10:28.137Z | Compiling http v0.2.12 |
| 2284 | 2024-06-24T22:10:28.140Z | Compiling serde_tokenstream v0.2.0 |
| 2285 | 2024-06-24T22:10:28.695Z | Compiling toml_datetime v0.6.6 |
| 2286 | 2024-06-24T22:10:28.923Z | Compiling serde_spanned v0.6.6 |
| 2287 | 2024-06-24T22:10:29.161Z | Compiling toml_edit v0.19.15 |
| 2288 | 2024-06-24T22:10:29.286Z | Compiling openssl v0.10.64 |
| 2289 | 2024-06-24T22:10:30.100Z | Compiling http-body v0.4.6 |
| 2290 | 2024-06-24T22:10:30.594Z | Compiling rustix v0.38.34 |
| 2291 | 2024-06-24T22:10:30.721Z | Compiling serde_urlencoded v0.7.1 |
| 2292 | 2024-06-24T22:10:31.150Z | Compiling openapiv3 v2.0.0 |
| 2293 | 2024-06-24T22:10:31.284Z | Compiling cookie_store v0.20.0 |
| 2294 | 2024-06-24T22:10:32.856Z | Compiling rustc_version v0.4.0 |
| 2295 | 2024-06-24T22:10:33.362Z | Compiling pest_derive v2.7.10 |
| 2296 | 2024-06-24T22:10:33.643Z | Compiling dof v0.3.0 |
| 2297 | 2024-06-24T22:10:33.693Z | Compiling spki v0.7.3 |
| 2298 | 2024-06-24T22:10:33.755Z | Compiling toml v0.7.8 |
| 2299 | 2024-06-24T22:10:34.090Z | Compiling pkcs8 v0.10.2 |
| 2300 | 2024-06-24T22:10:34.230Z | Compiling dtrace-parser v0.2.0 |
| 2301 | 2024-06-24T22:10:34.870Z | Compiling sec1 v0.7.3 |
| 2302 | 2024-06-24T22:10:35.464Z | Compiling tokio-util v0.7.11 |
| 2303 | 2024-06-24T22:10:35.711Z | Compiling native-tls v0.2.11 |
| 2304 | 2024-06-24T22:10:35.854Z | Compiling tokio-rustls v0.24.1 |
| 2305 | 2024-06-24T22:10:36.194Z | Compiling tokio-native-tls v0.3.1 |
| 2306 | 2024-06-24T22:10:36.253Z | Compiling usdt-impl v0.5.0 |
| 2307 | 2024-06-24T22:10:36.371Z | Compiling elliptic-curve v0.13.8 |
| 2308 | 2024-06-24T22:10:36.460Z | Compiling h2 v0.3.26 |
| 2309 | 2024-06-24T22:10:36.710Z | Compiling ipnetwork v0.20.0 |
| 2310 | 2024-06-24T22:10:36.891Z | Compiling toml_edit v0.22.13 |
| 2311 | 2024-06-24T22:10:37.203Z | Compiling hex v0.4.3 |
| 2312 | 2024-06-24T22:10:37.656Z | Compiling siphasher v0.3.11 |
| 2313 | 2024-06-24T22:10:37.846Z | Compiling trust-dns-proto v0.22.0 |
| 2314 | 2024-06-24T22:10:37.951Z | Compiling usdt-macro v0.5.0 |
| 2315 | 2024-06-24T22:10:38.008Z | Compiling usdt-attr-macro v0.5.0 |
| 2316 | 2024-06-24T22:10:38.028Z | Compiling heapless v0.7.17 |
| 2317 | 2024-06-24T22:10:38.450Z | Compiling terminal_size v0.3.0 |
| 2318 | 2024-06-24T22:10:38.456Z | Compiling num-bigint v0.4.5 |
| 2319 | 2024-06-24T22:10:38.653Z | Compiling regress v0.9.1 |
| 2320 | 2024-06-24T22:10:39.554Z | Compiling signal-hook v0.3.17 |
| 2321 | 2024-06-24T22:10:39.773Z | Compiling usdt v0.5.0 |
| 2322 | 2024-06-24T22:10:39.830Z | Compiling finl_unicode v1.2.0 |
| 2323 | 2024-06-24T22:10:40.330Z | Compiling clap_builder v4.5.2 |
| 2324 | 2024-06-24T22:10:40.443Z | Compiling stringprep v0.1.4 |
| 2325 | 2024-06-24T22:10:41.710Z | Compiling yasna v0.5.2 |
| 2326 | 2024-06-24T22:10:43.292Z | Compiling hyper v0.14.28 |
| 2327 | 2024-06-24T22:10:43.640Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2328 | 2024-06-24T22:10:44.022Z | Compiling itertools v0.10.5 |
| 2329 | 2024-06-24T22:10:45.906Z | Compiling md-5 v0.10.6 |
| 2330 | 2024-06-24T22:10:46.197Z | Compiling clap_derive v4.5.4 |
| 2331 | 2024-06-24T22:10:46.631Z | Compiling hash32 v0.2.1 |
| 2332 | 2024-06-24T22:10:46.902Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 2333 | 2024-06-24T22:10:46.987Z | Compiling fallible-iterator v0.2.0 |
| 2334 | 2024-06-24T22:10:47.035Z | Compiling smoltcp v0.9.1 |
| 2335 | 2024-06-24T22:10:47.752Z | Compiling postgres-protocol v0.6.6 |
| 2336 | 2024-06-24T22:10:48.867Z | Compiling phf_shared v0.11.2 |
| 2337 | 2024-06-24T22:10:49.047Z | Compiling tokio-stream v0.1.15 |
| 2338 | 2024-06-24T22:10:49.182Z | Compiling hubpack_derive v0.1.1 |
| 2339 | 2024-06-24T22:10:49.261Z | Compiling zerocopy-derive v0.6.6 |
| 2340 | 2024-06-24T22:10:49.290Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 2341 | 2024-06-24T22:10:49.726Z | Compiling scheduled-thread-pool v0.2.7 |
| 2342 | 2024-06-24T22:10:50.097Z | Compiling hyper-rustls v0.24.2 |
| 2343 | 2024-06-24T22:10:50.118Z | Compiling hyper-tls v0.5.0 |
| 2344 | 2024-06-24T22:10:50.313Z | Compiling fs-err v2.11.0 |
| 2345 | 2024-06-24T22:10:50.356Z | Compiling fixedbitset v0.4.2 |
| 2346 | 2024-06-24T22:10:50.472Z | Compiling reqwest v0.11.27 |
| 2347 | 2024-06-24T22:10:50.491Z | Compiling hubpack v0.1.2 |
| 2348 | 2024-06-24T22:10:50.758Z | Compiling petgraph v0.6.5 |
| 2349 | 2024-06-24T22:10:50.814Z | Compiling r2d2 v0.8.10 |
| 2350 | 2024-06-24T22:10:50.975Z | Compiling diesel_derives v2.1.4 |
| 2351 | 2024-06-24T22:10:51.185Z | Compiling phf v0.11.2 |
| 2352 | 2024-06-24T22:10:51.466Z | Compiling clap v4.5.4 |
| 2353 | 2024-06-24T22:10:51.579Z | Compiling zerocopy v0.6.6 |
| 2354 | 2024-06-24T22:10:51.596Z | Compiling postgres-types v0.2.6 |
| 2355 | 2024-06-24T22:10:52.424Z | Compiling signal-hook-mio v0.2.3 |
| 2356 | 2024-06-24T22:10:52.898Z | Compiling phf_shared v0.10.0 |
| 2357 | 2024-06-24T22:10:53.198Z | Compiling similar v2.5.0 |
| 2358 | 2024-06-24T22:10:53.323Z | Compiling num-iter v0.1.45 |
| 2359 | 2024-06-24T22:10:53.351Z | Compiling strum_macros v0.25.3 |
| 2360 | 2024-06-24T22:10:53.513Z | Compiling serde_repr v0.1.19 |
| 2361 | 2024-06-24T22:10:53.710Z | Compiling getopts v0.2.21 |
| 2362 | 2024-06-24T22:10:54.748Z | Compiling console v0.15.8 |
| 2363 | 2024-06-24T22:10:54.766Z | Compiling float-cmp v0.9.0 |
| 2364 | 2024-06-24T22:10:54.780Z | Compiling difflib v0.4.0 |
| 2365 | 2024-06-24T22:10:54.986Z | Compiling whoami v1.5.1 |
| 2366 | 2024-06-24T22:10:55.668Z | Compiling new_debug_unreachable v1.0.6 |
| 2367 | 2024-06-24T22:10:55.759Z | Compiling minimal-lexical v0.2.1 |
| 2368 | 2024-06-24T22:10:55.779Z | Compiling predicates-core v1.0.6 |
| 2369 | 2024-06-24T22:10:56.170Z | Compiling normalize-line-endings v0.3.0 |
| 2370 | 2024-06-24T22:10:56.294Z | Compiling static_assertions v1.1.0 |
| 2371 | 2024-06-24T22:10:56.297Z | Compiling unsafe-libyaml v0.2.11 |
| 2372 | 2024-06-24T22:10:56.344Z | Compiling precomputed-hash v0.1.1 |
| 2373 | 2024-06-24T22:10:56.418Z | Compiling predicates v3.1.0 |
| 2374 | 2024-06-24T22:10:56.466Z | Compiling string_cache v0.8.7 |
| 2375 | 2024-06-24T22:10:56.471Z | Compiling nom v7.1.3 |
| 2376 | 2024-06-24T22:10:56.993Z | Compiling tokio-postgres v0.7.10 |
| 2377 | 2024-06-24T22:10:57.701Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 2378 | 2024-06-24T22:10:58.192Z | Compiling serde_yaml v0.9.34+deprecated |
| 2379 | 2024-06-24T22:10:58.327Z | Compiling crossterm v0.27.0 |
| 2380 | 2024-06-24T22:11:01.266Z | Compiling bit-set v0.5.3 |
| 2381 | 2024-06-24T22:11:01.561Z | Compiling itertools v0.12.1 |
| 2382 | 2024-06-24T22:11:02.179Z | Compiling bstr v1.9.1 |
| 2383 | 2024-06-24T22:11:02.274Z | Compiling unicode-xid v0.2.4 |
| 2384 | 2024-06-24T22:11:02.463Z | Compiling lalrpop-util v0.19.12 |
| 2385 | 2024-06-24T22:11:02.644Z | Compiling peg-runtime v0.8.3 |
| 2386 | 2024-06-24T22:11:02.844Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2387 | 2024-06-24T22:11:03.304Z | Compiling sha1 v0.10.6 |
| 2388 | 2024-06-24T22:11:03.358Z | Compiling camino v1.1.7 |
| 2389 | 2024-06-24T22:11:03.761Z | Compiling strum_macros v0.26.2 |
| 2390 | 2024-06-24T22:11:03.969Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2391 | 2024-06-24T22:11:04.025Z | Compiling http v1.1.0 |
| 2392 | 2024-06-24T22:11:04.267Z | Compiling base64 v0.22.1 |
| 2393 | 2024-06-24T22:11:04.371Z | Compiling toml v0.8.13 |
| 2394 | 2024-06-24T22:11:04.843Z | Compiling ident_case v1.0.1 |
| 2395 | 2024-06-24T22:11:05.037Z | Compiling rustls-pki-types v1.7.0 |
| 2396 | 2024-06-24T22:11:05.068Z | Compiling darling_core v0.20.9 |
| 2397 | 2024-06-24T22:11:05.912Z | Compiling crossbeam-channel v0.5.12 |
| 2398 | 2024-06-24T22:11:06.181Z | Compiling rustls v0.22.4 |
| 2399 | 2024-06-24T22:11:06.454Z | Compiling paste v1.0.15 |
| 2400 | 2024-06-24T22:11:06.501Z | Compiling slog-term v2.9.1 |
| 2401 | 2024-06-24T22:11:06.604Z | Compiling rustls-webpki v0.102.4 |
| 2402 | 2024-06-24T22:11:06.982Z | Compiling slog-async v2.8.0 |
| 2403 | 2024-06-24T22:11:07.072Z | Compiling multer v3.1.0 |
| 2404 | 2024-06-24T22:11:07.120Z | Compiling diesel v2.1.6 |
| 2405 | 2024-06-24T22:11:07.358Z | Compiling instant v0.1.12 |
| 2406 | 2024-06-24T22:11:08.245Z | Compiling slog-json v2.6.1 |
| 2407 | 2024-06-24T22:11:08.589Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 2408 | 2024-06-24T22:11:08.640Z | Compiling async-stream-impl v0.3.5 |
| 2409 | 2024-06-24T22:11:08.736Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2410 | 2024-06-24T22:11:08.785Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2411 | 2024-06-24T22:11:09.017Z | Compiling strum v0.26.2 |
| 2412 | 2024-06-24T22:11:09.064Z | Compiling debug-ignore v1.0.5 |
| 2413 | 2024-06-24T22:11:09.093Z | Compiling atomic-waker v1.1.2 |
| 2414 | 2024-06-24T22:11:09.260Z | Compiling waitgroup v0.1.2 |
| 2415 | 2024-06-24T22:11:09.286Z | Compiling slog-bunyan v2.5.0 |
| 2416 | 2024-06-24T22:11:09.470Z | Compiling rustls-pemfile v2.1.2 |
| 2417 | 2024-06-24T22:11:09.512Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
| 2418 | 2024-06-24T22:11:09.947Z | Compiling serde_path_to_error v0.1.16 |
| 2419 | 2024-06-24T22:11:10.114Z | Compiling async-stream v0.3.5 |
| 2420 | 2024-06-24T22:11:10.388Z | Compiling structmeta-derive v0.3.0 |
| 2421 | 2024-06-24T22:11:10.471Z | Compiling hostname v0.4.0 |
| 2422 | 2024-06-24T22:11:10.752Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 2423 | 2024-06-24T22:11:10.820Z | Compiling newtype-uuid v1.1.0 |
| 2424 | 2024-06-24T22:11:11.050Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2425 | 2024-06-24T22:11:11.144Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2426 | 2024-06-24T22:11:11.467Z | Compiling backoff v0.4.0 |
| 2427 | 2024-06-24T22:11:11.782Z | Compiling tokio-rustls v0.25.0 |
| 2428 | 2024-06-24T22:11:11.800Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 2429 | 2024-06-24T22:11:11.828Z | Compiling serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 2430 | 2024-06-24T22:11:11.991Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
| 2431 | 2024-06-24T22:11:12.010Z | Compiling macaddr v1.0.1 |
| 2432 | 2024-06-24T22:11:12.421Z | Compiling darling_macro v0.20.9 |
| 2433 | 2024-06-24T22:11:12.462Z | Compiling proc-macro-crate v1.3.1 |
| 2434 | 2024-06-24T22:11:12.767Z | Compiling fastrand v2.1.0 |
| 2435 | 2024-06-24T22:11:13.379Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2436 | 2024-06-24T22:11:13.489Z | Compiling darling v0.20.9 |
| 2437 | 2024-06-24T22:11:13.516Z | Compiling structmeta v0.3.0 |
| 2438 | 2024-06-24T22:11:13.602Z | Compiling num_enum_derive v0.5.11 |
| 2439 | 2024-06-24T22:11:13.619Z | Compiling serde_with_macros v3.8.1 |
| 2440 | 2024-06-24T22:11:13.749Z | Compiling tempfile v3.10.1 |
| 2441 | 2024-06-24T22:11:13.961Z | Compiling parse-display-derive v0.9.0 |
| 2442 | 2024-06-24T22:11:14.733Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2443 | 2024-06-24T22:11:15.037Z | Compiling foreign-types-macros v0.2.3 |
| 2444 | 2024-06-24T22:11:16.357Z | Compiling foreign-types-shared v0.3.1 |
| 2445 | 2024-06-24T22:11:16.484Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2446 | 2024-06-24T22:11:16.500Z | Compiling num_enum v0.5.11 |
| 2447 | 2024-06-24T22:11:16.676Z | Compiling heapless v0.8.0 |
| 2448 | 2024-06-24T22:11:16.783Z | Compiling foreign-types v0.5.0 |
| 2449 | 2024-06-24T22:11:16.853Z | Compiling serde_with v3.8.1 |
| 2450 | 2024-06-24T22:11:16.905Z | Compiling proc-macro-error v1.0.4 |
| 2451 | 2024-06-24T22:11:17.340Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2452 | 2024-06-24T22:11:17.713Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 2453 | 2024-06-24T22:11:17.863Z | Compiling cstr-argument v0.1.2 |
| 2454 | 2024-06-24T22:11:18.071Z | Compiling hash32 v0.3.1 |
| 2455 | 2024-06-24T22:11:18.113Z | Compiling pretty-hex v0.2.1 |
| 2456 | 2024-06-24T22:11:18.287Z | Compiling smoltcp v0.11.0 |
| 2457 | 2024-06-24T22:11:18.735Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 2458 | 2024-06-24T22:11:19.067Z | Compiling parse-display v0.9.0 |
| 2459 | 2024-06-24T22:11:19.103Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 2460 | 2024-06-24T22:11:19.116Z | Compiling camino-tempfile v1.1.1 |
| 2461 | 2024-06-24T22:11:19.541Z | Compiling tabwriter v1.4.0 |
| 2462 | 2024-06-24T22:11:19.647Z | Compiling colored v2.1.0 |
| 2463 | 2024-06-24T22:11:19.741Z | Compiling socket2 v0.4.10 |
| 2464 | 2024-06-24T22:11:19.799Z | Compiling embedded-io v0.4.0 |
| 2465 | 2024-06-24T22:11:20.039Z | Compiling cobs v0.2.3 |
| 2466 | 2024-06-24T22:11:20.357Z | Compiling postcard v1.0.8 |
| 2467 | 2024-06-24T22:11:20.450Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2468 | 2024-06-24T22:11:20.663Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2469 | 2024-06-24T22:11:20.715Z | Compiling crucible-workspace-hack v0.1.0 |
| 2470 | 2024-06-24T22:11:20.901Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2471 | 2024-06-24T22:11:20.915Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 2472 | 2024-06-24T22:11:21.076Z | Compiling smf v0.2.3 |
| 2473 | 2024-06-24T22:11:21.117Z | Compiling humantime v2.1.0 |
| 2474 | 2024-06-24T22:11:21.173Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 2475 | 2024-06-24T22:11:21.524Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2476 | 2024-06-24T22:11:21.666Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 2477 | 2024-06-24T22:11:21.784Z | Compiling num-derive v0.4.2 |
| 2478 | 2024-06-24T22:11:22.148Z | Compiling sigpipe v0.1.3 |
| 2479 | 2024-06-24T22:11:22.285Z | Compiling utf-8 v0.7.6 |
| 2480 | 2024-06-24T22:11:22.552Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 2481 | 2024-06-24T22:11:22.637Z | Compiling atty v0.2.14 |
| 2482 | 2024-06-24T22:11:22.782Z | Compiling rayon-core v1.12.1 |
| 2483 | 2024-06-24T22:11:23.071Z | Compiling semver v0.1.20 |
| 2484 | 2024-06-24T22:11:23.078Z | Compiling platforms v3.4.0 |
| 2485 | 2024-06-24T22:11:23.078Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 2486 | 2024-06-24T22:11:23.703Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2487 | 2024-06-24T22:11:23.718Z | Compiling same-file v1.0.6 |
| 2488 | 2024-06-24T22:11:23.951Z | Compiling walkdir v2.5.0 |
| 2489 | 2024-06-24T22:11:24.303Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 2490 | 2024-06-24T22:11:24.804Z | Compiling curve25519-dalek v4.1.2 |
| 2491 | 2024-06-24T22:11:24.828Z | Compiling rustc_version v0.1.7 |
| 2492 | 2024-06-24T22:11:25.171Z | Compiling newline-converter v0.3.0 |
| 2493 | 2024-06-24T22:11:25.310Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2494 | 2024-06-24T22:11:25.315Z | Compiling crossbeam-deque v0.8.5 |
| 2495 | 2024-06-24T22:11:25.343Z | Compiling universal-hash v0.5.1 |
| 2496 | 2024-06-24T22:11:25.346Z | Compiling opaque-debug v0.3.1 |
| 2497 | 2024-06-24T22:11:25.462Z | Compiling newtype_derive v0.1.6 |
| 2498 | 2024-06-24T22:11:25.544Z | Compiling expectorate v1.1.0 |
| 2499 | 2024-06-24T22:11:25.559Z | Compiling xattr v1.3.1 |
| 2500 | 2024-06-24T22:11:25.719Z | Compiling signature v2.2.0 |
| 2501 | 2024-06-24T22:11:25.757Z | Compiling curve25519-dalek-derive v0.1.1 |
| 2502 | 2024-06-24T22:11:25.857Z | Compiling blake3 v1.5.1 |
| 2503 | 2024-06-24T22:11:25.875Z | Compiling ring v0.16.20 |
| 2504 | 2024-06-24T22:11:26.030Z | Compiling unicase v2.7.0 |
| 2505 | 2024-06-24T22:11:26.344Z | Compiling getrandom v0.1.16 |
| 2506 | 2024-06-24T22:11:26.460Z | Compiling quick-error v1.2.3 |
| 2507 | 2024-06-24T22:11:26.627Z | Compiling linked-hash-map v0.5.6 |
| 2508 | 2024-06-24T22:11:26.976Z | Compiling termcolor v1.4.1 |
| 2509 | 2024-06-24T22:11:26.976Z | Compiling arc-swap v1.7.1 |
| 2510 | 2024-06-24T22:11:27.048Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
| 2511 | 2024-06-24T22:11:27.367Z | Compiling convert_case v0.4.0 |
| 2512 | 2024-06-24T22:11:27.519Z | Compiling slog-scope v4.4.0 |
| 2513 | 2024-06-24T22:11:27.661Z | Compiling env_logger v0.9.3 |
| 2514 | 2024-06-24T22:11:28.059Z | Compiling lru-cache v0.1.2 |
| 2515 | 2024-06-24T22:11:28.267Z | Compiling resolv-conf v0.7.0 |
| 2516 | 2024-06-24T22:11:28.367Z | Compiling derive_more v0.99.17 |
| 2517 | 2024-06-24T22:11:28.854Z | Compiling rayon v1.10.0 |
| 2518 | 2024-06-24T22:11:29.162Z | Compiling tar v0.4.40 |
| 2519 | 2024-06-24T22:11:29.385Z | Compiling tungstenite v0.21.0 |
| 2520 | 2024-06-24T22:11:30.561Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2521 | 2024-06-24T22:11:31.062Z | Compiling blake2 v0.10.6 |
| 2522 | 2024-06-24T22:11:31.439Z | Compiling bitstruct_derive v0.1.0 |
| 2523 | 2024-06-24T22:11:31.593Z | Compiling derive-where v1.2.7 |
| 2524 | 2024-06-24T22:11:32.457Z | Compiling password-hash v0.5.0 |
| 2525 | 2024-06-24T22:11:32.847Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2526 | 2024-06-24T22:11:32.991Z | Compiling memmap2 v0.9.4 |
| 2527 | 2024-06-24T22:11:33.460Z | Compiling parking_lot_core v0.8.6 |
| 2528 | 2024-06-24T22:11:33.529Z | Compiling ascii v1.1.0 |
| 2529 | 2024-06-24T22:11:33.914Z | Compiling constant_time_eq v0.3.0 |
| 2530 | 2024-06-24T22:11:33.936Z | Compiling home v0.5.9 |
| 2531 | 2024-06-24T22:11:34.114Z | Compiling arrayref v0.3.7 |
| 2532 | 2024-06-24T22:11:34.132Z | Compiling arrayvec v0.7.4 |
| 2533 | 2024-06-24T22:11:34.214Z | Compiling libefi-sys v0.1.0 |
| 2534 | 2024-06-24T22:11:34.230Z | Compiling untrusted v0.7.1 |
| 2535 | 2024-06-24T22:11:34.564Z | Compiling toolchain_find v0.4.0 |
| 2536 | 2024-06-24T22:11:35.299Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 2537 | 2024-06-24T22:11:35.322Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2538 | 2024-06-24T22:11:35.586Z | Compiling argon2 v0.5.3 |
| 2539 | 2024-06-24T22:11:36.111Z | Compiling bitstruct v0.1.1 |
| 2540 | 2024-06-24T22:11:36.239Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2541 | 2024-06-24T22:11:36.270Z | Compiling tokio-tungstenite v0.21.0 |
| 2542 | 2024-06-24T22:11:36.486Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 2543 | 2024-06-24T22:11:36.847Z | Compiling trust-dns-resolver v0.22.0 |
| 2544 | 2024-06-24T22:11:37.130Z | Compiling slog-stdlog v4.1.1 |
| 2545 | 2024-06-24T22:11:37.183Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2546 | 2024-06-24T22:11:37.345Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2547 | 2024-06-24T22:11:37.524Z | Compiling serde_arrays v0.1.0 |
| 2548 | 2024-06-24T22:11:37.692Z | Compiling erased-serde v0.3.31 |
| 2549 | 2024-06-24T22:11:37.714Z | Compiling num-rational v0.4.2 |
| 2550 | 2024-06-24T22:11:37.969Z | Compiling rfc6979 v0.4.0 |
| 2551 | 2024-06-24T22:11:38.164Z | Compiling aead v0.5.2 |
| 2552 | 2024-06-24T22:11:38.190Z | Compiling num-complex v0.4.6 |
| 2553 | 2024-06-24T22:11:38.471Z | Compiling nibble_vec v0.1.0 |
| 2554 | 2024-06-24T22:11:38.535Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 2555 | 2024-06-24T22:11:38.675Z | Compiling slog-dtrace v0.3.0 |
| 2556 | 2024-06-24T22:11:38.914Z | Compiling cancel-safe-futures v0.1.5 |
| 2557 | 2024-06-24T22:11:38.970Z | Compiling topological-sort v0.2.2 |
| 2558 | 2024-06-24T22:11:39.140Z | Compiling keccak v0.1.5 |
| 2559 | 2024-06-24T22:11:39.183Z | Compiling endian-type v0.1.2 |
| 2560 | 2024-06-24T22:11:39.275Z | Compiling num v0.4.3 |
| 2561 | 2024-06-24T22:11:39.303Z | Compiling omicron-zone-package v0.11.0 |
| 2562 | 2024-06-24T22:11:39.499Z | Compiling sha3 v0.10.8 |
| 2563 | 2024-06-24T22:11:39.517Z | Compiling radix_trie v0.2.1 |
| 2564 | 2024-06-24T22:11:39.655Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2565 | 2024-06-24T22:11:40.209Z | Compiling ecdsa v0.16.9 |
| 2566 | 2024-06-24T22:11:40.272Z | Compiling slog-envlogger v2.2.0 |
| 2567 | 2024-06-24T22:11:40.586Z | Compiling mime_guess v2.0.4 |
| 2568 | 2024-06-24T22:11:41.061Z | Compiling rand_core v0.5.1 |
| 2569 | 2024-06-24T22:11:41.081Z | Compiling steno v0.4.0 |
| 2570 | 2024-06-24T22:11:41.944Z | Compiling rustfmt-wrapper v0.2.1 |
| 2571 | 2024-06-24T22:11:42.555Z | Compiling poly1305 v0.8.0 |
| 2572 | 2024-06-24T22:11:42.705Z | Compiling tungstenite v0.20.1 |
| 2573 | 2024-06-24T22:11:43.361Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 2574 | 2024-06-24T22:11:44.109Z | Compiling primeorder v0.13.6 |
| 2575 | 2024-06-24T22:11:44.186Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2576 | 2024-06-24T22:11:44.281Z | Compiling heck v0.3.3 |
| 2577 | 2024-06-24T22:11:44.644Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2578 | 2024-06-24T22:11:44.661Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2579 | 2024-06-24T22:11:44.730Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2580 | 2024-06-24T22:11:44.747Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2581 | 2024-06-24T22:11:44.920Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2582 | 2024-06-24T22:11:45.366Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2583 | 2024-06-24T22:11:45.420Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2584 | 2024-06-24T22:11:45.873Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2585 | 2024-06-24T22:11:45.891Z | Compiling chacha20 v0.9.1 |
| 2586 | 2024-06-24T22:11:46.177Z | Compiling secrecy v0.8.0 |
| 2587 | 2024-06-24T22:11:46.221Z | Compiling thiserror-impl-no-std v2.0.2 |
| 2588 | 2024-06-24T22:11:46.333Z | Compiling half v2.4.1 |
| 2589 | 2024-06-24T22:11:46.462Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 2590 | 2024-06-24T22:11:46.736Z | Compiling ciborium-io v0.2.2 |
| 2591 | 2024-06-24T22:11:46.846Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2592 | 2024-06-24T22:11:46.869Z | Compiling float-ord v0.3.2 |
| 2593 | 2024-06-24T22:11:46.914Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
| 2594 | 2024-06-24T22:11:47.004Z | Compiling option-ext v0.2.0 |
| 2595 | 2024-06-24T22:11:47.045Z | Compiling libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
| 2596 | 2024-06-24T22:11:47.146Z | Compiling dirs-sys v0.4.1 |
| 2597 | 2024-06-24T22:11:47.221Z | Compiling ciborium-ll v0.2.2 |
| 2598 | 2024-06-24T22:11:47.647Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2599 | 2024-06-24T22:11:47.691Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2600 | 2024-06-24T22:11:47.812Z | Compiling zone_cfg_derive v0.1.2 |
| 2601 | 2024-06-24T22:11:47.933Z | Compiling tokio-tungstenite v0.20.1 |
| 2602 | 2024-06-24T22:11:49.026Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 2603 | 2024-06-24T22:11:49.216Z | Compiling parking_lot v0.11.2 |
| 2604 | 2024-06-24T22:11:49.431Z | Compiling rand_chacha v0.2.2 |
| 2605 | 2024-06-24T22:11:49.448Z | Compiling trust-dns-client v0.22.0 |
| 2606 | 2024-06-24T22:11:49.696Z | Compiling thiserror-no-std v2.0.2 |
| 2607 | 2024-06-24T22:11:50.286Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2608 | 2024-06-24T22:11:50.704Z | Compiling ed25519 v2.2.3 |
| 2609 | 2024-06-24T22:11:51.075Z | Compiling polyval v0.6.2 |
| 2610 | 2024-06-24T22:11:51.224Z | Compiling libsw v3.3.1 |
| 2611 | 2024-06-24T22:11:51.496Z | Compiling toml v0.5.11 |
| 2612 | 2024-06-24T22:11:51.545Z | Compiling aes v0.8.4 |
| 2613 | 2024-06-24T22:11:51.562Z | Compiling blowfish v0.9.1 |
| 2614 | 2024-06-24T22:11:51.969Z | Compiling ctr v0.9.2 |
| 2615 | 2024-06-24T22:11:52.010Z | Compiling pbkdf2 v0.12.2 |
| 2616 | 2024-06-24T22:11:52.192Z | Compiling password-hash v0.4.2 |
| 2617 | 2024-06-24T22:11:52.350Z | Compiling gethostname v0.4.3 |
| 2618 | 2024-06-24T22:11:52.651Z | Compiling fxhash v0.2.1 |
| 2619 | 2024-06-24T22:11:52.669Z | Compiling owo-colors v4.0.0 |
| 2620 | 2024-06-24T22:11:52.866Z | Compiling linear-map v1.2.0 |
| 2621 | 2024-06-24T22:11:53.175Z | Compiling base64 v0.13.1 |
| 2622 | 2024-06-24T22:11:53.237Z | Compiling trust-dns-server v0.22.1 |
| 2623 | 2024-06-24T22:11:53.833Z | Compiling ron v0.7.1 |
| 2624 | 2024-06-24T22:11:54.413Z | Compiling sled v0.34.7 |
| 2625 | 2024-06-24T22:11:55.063Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2626 | 2024-06-24T22:11:55.291Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2627 | 2024-06-24T22:11:56.342Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2628 | 2024-06-24T22:11:58.854Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2629 | 2024-06-24T22:11:59.906Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2630 | 2024-06-24T22:12:00.505Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2631 | 2024-06-24T22:12:00.730Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2632 | 2024-06-24T22:12:02.786Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2633 | 2024-06-24T22:12:02.945Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2634 | 2024-06-24T22:12:03.524Z | Compiling pbkdf2 v0.11.0 |
| 2635 | 2024-06-24T22:12:03.724Z | Compiling bcrypt-pbkdf v0.10.0 |
| 2636 | 2024-06-24T22:12:03.884Z | Compiling ghash v0.5.1 |
| 2637 | 2024-06-24T22:12:04.098Z | Compiling ed25519-dalek v2.1.1 |
| 2638 | 2024-06-24T22:12:04.329Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2639 | 2024-06-24T22:12:04.415Z | Compiling rand v0.7.3 |
| 2640 | 2024-06-24T22:12:05.119Z | Compiling vsss-rs v3.3.4 |
| 2641 | 2024-06-24T22:12:05.333Z | Compiling zone v0.1.8 |
| 2642 | 2024-06-24T22:12:05.930Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2643 | 2024-06-24T22:12:06.909Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 2644 | 2024-06-24T22:12:07.276Z | Compiling ciborium v0.2.2 |
| 2645 | 2024-06-24T22:12:08.561Z | Compiling dirs v5.0.1 |
| 2646 | 2024-06-24T22:12:08.852Z | Compiling chacha20poly1305 v0.10.1 |
| 2647 | 2024-06-24T22:12:09.081Z | Compiling p256 v0.13.2 |
| 2648 | 2024-06-24T22:12:09.935Z | Compiling p521 v0.13.3 |
| 2649 | 2024-06-24T22:12:10.014Z | Compiling pem v3.0.4 |
| 2650 | 2024-06-24T22:12:10.224Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 2651 | 2024-06-24T22:12:10.620Z | Compiling headers-core v0.2.0 |
| 2652 | 2024-06-24T22:12:10.797Z | Compiling cbc v0.1.2 |
| 2653 | 2024-06-24T22:12:10.855Z | Compiling kstat-rs v0.2.3 |
| 2654 | 2024-06-24T22:12:11.042Z | Compiling portpicker v0.1.1 |
| 2655 | 2024-06-24T22:12:11.059Z | Compiling nanorand v0.7.0 |
| 2656 | 2024-06-24T22:12:11.194Z | Compiling russh-cryptovec v0.7.2 |
| 2657 | 2024-06-24T22:12:11.368Z | Compiling glob v0.3.1 |
| 2658 | 2024-06-24T22:12:11.488Z | Compiling http-range v0.1.5 |
| 2659 | 2024-06-24T22:12:11.534Z | Compiling russh-keys v0.43.0 |
| 2660 | 2024-06-24T22:12:11.655Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 2661 | 2024-06-24T22:12:11.877Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2662 | 2024-06-24T22:12:12.359Z | Compiling hyper-staticfile v0.9.5 |
| 2663 | 2024-06-24T22:12:12.437Z | Compiling flume v0.11.0 |
| 2664 | 2024-06-24T22:12:13.185Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2665 | 2024-06-24T22:12:13.358Z | Compiling headers v0.3.9 |
| 2666 | 2024-06-24T22:12:14.178Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 2667 | 2024-06-24T22:12:15.069Z | Compiling rcgen v0.12.1 |
| 2668 | 2024-06-24T22:12:15.428Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2669 | 2024-06-24T22:12:17.724Z | Compiling aes-gcm v0.10.3 |
| 2670 | 2024-06-24T22:12:18.324Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2671 | 2024-06-24T22:12:18.782Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2672 | 2024-06-24T22:12:18.885Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2673 | 2024-06-24T22:12:18.919Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=50cb28f586083fdb990e401bc6146e7dac9b2753#50cb28f5) |
| 2674 | 2024-06-24T22:12:20.785Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
| 2675 | 2024-06-24T22:12:22.516Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2676 | 2024-06-24T22:12:23.241Z | Compiling atomicwrites v0.4.3 |
| 2677 | 2024-06-24T22:12:23.611Z | Compiling subprocess v0.2.9 |
| 2678 | 2024-06-24T22:12:25.684Z | Compiling display-error-chain v0.2.0 |
| 2679 | 2024-06-24T22:12:25.775Z | Compiling dhcproto-macros v0.1.0 |
| 2680 | 2024-06-24T22:12:25.870Z | Compiling hex-literal v0.4.1 |
| 2681 | 2024-06-24T22:12:26.024Z | Compiling russh v0.43.0 |
| 2682 | 2024-06-24T22:12:26.118Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2683 | 2024-06-24T22:12:26.791Z | Compiling dhcproto v0.11.0 |
| 2684 | 2024-06-24T22:12:28.878Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2685 | 2024-06-24T22:12:29.046Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2686 | 2024-06-24T22:12:29.568Z | Compiling internet-checksum v0.2.1 |
| 2687 | 2024-06-24T22:12:32.351Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2688 | 2024-06-24T22:12:34.096Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2689 | 2024-06-24T22:12:54.262Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2690 | 2024-06-24T22:13:36.915Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 41s |
| 2691 | 2024-06-24T22:13:37.061Z | |
| 2692 | 2024-06-24T22:13:37.064Z | real 3:42.081576451 |
| 2693 | 2024-06-24T22:13:37.064Z | user 19:43.752063937 |
| 2694 | 2024-06-24T22:13:37.064Z | sys 4:16.106458225 |
| 2695 | 2024-06-24T22:13:37.064Z | trap 0.569564802 |
| 2696 | 2024-06-24T22:13:37.064Z | tflt 0.466840926 |
| 2697 | 2024-06-24T22:13:37.064Z | dflt 2.085592017 |
| 2698 | 2024-06-24T22:13:37.064Z | kflt 0.000401414 |
| 2699 | 2024-06-24T22:13:37.064Z | lock 42:05.001031496 |
| 2700 | 2024-06-24T22:13:37.064Z | slp 56:09.313716143 |
| 2701 | 2024-06-24T22:13:37.064Z | lat 1:04.718606199 |
| 2702 | 2024-06-24T22:13:37.064Z | stop 2:28.879084097 |
| 2703 | 2024-06-24T22:13:37.064Z | + mkdir tests |
| 2704 | 2024-06-24T22:13:37.067Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
| 2705 | 2024-06-24T22:13:37.067Z | + xargs -I '{}' -t cp '{}' tests/ |
| 2706 | 2024-06-24T22:13:38.534Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8746254cabbca520 tests/ |
| 2707 | 2024-06-24T22:13:38.561Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a3de1ad80246ecf9 tests/ |
| 2708 | 2024-06-24T22:13:38.588Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-838b8204e793ad5a tests/ |
| 2709 | 2024-06-24T22:13:38.614Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-824859fd23f5a63f tests/ |
| 2710 | 2024-06-24T22:13:38.934Z | + 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/*) |
| 2711 | 2024-06-24T22:13:38.937Z | + 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-8746254cabbca520 tests/commtest-838b8204e793ad5a tests/dhcp_server-a3de1ad80246ecf9 tests/end_to_end_tests-824859fd23f5a63f 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 |
| 2712 | 2024-06-24T22:14:42.998Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
| 2713 | 2024-06-24T22:14:42.998Z | a out/target/test 1K |
| 2714 | 2024-06-24T22:14:42.998Z | a out/npuzone/npuzone 23144K |
| 2715 | 2024-06-24T22:14:42.998Z | a package-manifest.toml 28K |
| 2716 | 2024-06-24T22:14:42.998Z | a smf/sled-agent/non-gimlet/config.toml 4K |
| 2717 | 2024-06-24T22:14:42.998Z | a target/release/omicron-package 32307K |
| 2718 | 2024-06-24T22:14:42.998Z | a target/release/xtask 18085K |
| 2719 | 2024-06-24T22:14:42.998Z | a target/debug/bootstrap 353675K |
| 2720 | 2024-06-24T22:14:42.998Z | a tests/bootstrap-8746254cabbca520 23989K |
| 2721 | 2024-06-24T22:14:42.998Z | a tests/commtest-838b8204e793ad5a 23990K |
| 2722 | 2024-06-24T22:14:42.998Z | a tests/dhcp_server-a3de1ad80246ecf9 23989K |
| 2723 | 2024-06-24T22:14:42.998Z | a tests/end_to_end_tests-824859fd23f5a63f 363237K |
| 2724 | 2024-06-24T22:14:42.998Z | a out/clickhouse.tar.gz 223016K |
| 2725 | 2024-06-24T22:14:42.998Z | a out/clickhouse_keeper.tar.gz 223000K |
| 2726 | 2024-06-24T22:14:42.998Z | a out/cockroachdb.tar.gz 131730K |
| 2727 | 2024-06-24T22:14:42.999Z | a out/crucible-pantry-zone.tar.gz 27309K |
| 2728 | 2024-06-24T22:14:42.999Z | a out/crucible-zone.tar.gz 38062K |
| 2729 | 2024-06-24T22:14:42.999Z | a out/external-dns.tar.gz 25096K |
| 2730 | 2024-06-24T22:14:42.999Z | a out/internal-dns.tar.gz 25096K |
| 2731 | 2024-06-24T22:14:42.999Z | a out/mg-ddm-gz.tar 60673K |
| 2732 | 2024-06-24T22:14:42.999Z | a out/nexus.tar.gz 83373K |
| 2733 | 2024-06-24T22:14:42.999Z | a out/ntp.tar.gz 8858K |
| 2734 | 2024-06-24T22:14:42.999Z | a out/omicron-gateway-softnpu.tar.gz 13763K |
| 2735 | 2024-06-24T22:14:42.999Z | a out/omicron-sled-agent.tar 93525K |
| 2736 | 2024-06-24T22:14:42.999Z | a out/overlay.tar.gz 3K |
| 2737 | 2024-06-24T22:14:42.999Z | a out/oximeter.tar.gz 40647K |
| 2738 | 2024-06-24T22:14:42.999Z | a out/oxlog.tar 2954K |
| 2739 | 2024-06-24T22:14:42.999Z | a out/probe.tar.gz 2764K |
| 2740 | 2024-06-24T22:14:42.999Z | a out/propolis-server.tar.gz 64643K |
| 2741 | 2024-06-24T22:14:42.999Z | a out/pumpkind-gz.tar 26665K |
| 2742 | 2024-06-24T22:14:42.999Z | a out/switch-softnpu.tar.gz 195874K |
| 2743 | 2024-06-24T22:14:43.002Z | |
| 2744 | 2024-06-24T22:14:43.002Z | real 1:04.047982913 |
| 2745 | 2024-06-24T22:14:43.002Z | user 1:01.402952570 |
| 2746 | 2024-06-24T22:14:43.002Z | sys 3.593047084 |
| 2747 | 2024-06-24T22:14:43.002Z | trap 0.013905961 |
| 2748 | 2024-06-24T22:14:43.002Z | tflt 0.000000000 |
| 2749 | 2024-06-24T22:14:43.002Z | dflt 0.000000000 |
| 2750 | 2024-06-24T22:14:43.002Z | kflt 0.000000000 |
| 2751 | 2024-06-24T22:14:43.002Z | lock 0.000000000 |
| 2752 | 2024-06-24T22:14:43.002Z | slp 1:01.357628655 |
| 2753 | 2024-06-24T22:14:43.002Z | lat 1.724436086 |
| 2754 | 2024-06-24T22:14:43.002Z | stop 0.000183651 |
| 2755 | 2024-06-24T22:14:43.005Z | process exited: duration 1721702 ms, exit code 0 |
| |
| 2756 | 2024-06-24T22:14:43.018Z | found 1 output files |
| 2757 | 2024-06-24T22:14:43.018Z | uploading: /work/package.tar.gz (1399169803 bytes) |
| 2758 | 2024-06-24T22:15:09.823Z | uploaded: /work/package.tar.gz |