|
|
|
| 1 | 2024-07-09T01:58:30.205Z | job assigned to worker 01J2AKBW5NYDXP9MKBH0E9AB65 (queued for 56 s) |
| |
| 2 | 2024-07-09T01:58:39.059Z | starting task 0: "setup" |
| 3 | 2024-07-09T01:58:39.121Z | ++ uname -s |
| 4 | 2024-07-09T01:58:39.123Z | + kern=SunOS |
| 5 | 2024-07-09T01:58:39.123Z | + case "$kern" in |
| 6 | 2024-07-09T01:58:39.123Z | + groupadd -g 12345 build |
| 7 | 2024-07-09T01:58:39.126Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
| 8 | 2024-07-09T01:58:41.141Z | + zfs create -o mountpoint=/work rpool/work |
| 9 | 2024-07-09T01:58:41.380Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
| 10 | 2024-07-09T01:58:41.383Z | + home_fs=zfs |
| 11 | 2024-07-09T01:58:41.383Z | + [[ zfs == autofs ]] |
| 12 | 2024-07-09T01:58:41.383Z | + mkdir -p /home/build |
| 13 | 2024-07-09T01:58:41.386Z | + chown build:build /home/build /work |
| 14 | 2024-07-09T01:58:43.396Z | + chmod 0700 /home/build /work |
| 15 | 2024-07-09T01:58:43.400Z | process exited: duration 4330 ms, exit code 0 |
| |
| 16 | 2024-07-09T01:58:43.429Z | starting task 1: "rust-toolchain" |
| 17 | 2024-07-09T01:58:43.434Z | + printf ' * toolchain channel = "%s" |
| 18 | 2024-07-09T01:58:43.435Z | ' 1.78.0 |
| 19 | 2024-07-09T01:58:43.435Z | * toolchain channel = "1.78.0" |
| 20 | 2024-07-09T01:58:43.435Z | + printf ' * toolchain profile = "%s" |
| 21 | 2024-07-09T01:58:43.435Z | ' default |
| 22 | 2024-07-09T01:58:43.435Z | * toolchain profile = "default" |
| 23 | 2024-07-09T01:58:43.447Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
| 24 | 2024-07-09T01:58:43.447Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
| 25 | 2024-07-09T01:58:43.555Z | info: downloading installer |
| 26 | 2024-07-09T01:58:44.729Z | info: profile set to 'default' |
| 27 | 2024-07-09T01:58:44.729Z | info: default host triple is x86_64-unknown-illumos |
| 28 | 2024-07-09T01:58:44.732Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
| 29 | 2024-07-09T01:58:44.886Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
| 30 | 2024-07-09T01:58:44.887Z | info: downloading component 'cargo' |
| 31 | 2024-07-09T01:58:45.776Z | info: downloading component 'clippy' |
| 32 | 2024-07-09T01:58:46.205Z | info: downloading component 'rust-docs' |
| 33 | 2024-07-09T01:58:47.327Z | info: downloading component 'rust-std' |
| 34 | 2024-07-09T01:58:49.259Z | info: downloading component 'rustc' |
| 35 | 2024-07-09T01:58:53.305Z | info: downloading component 'rustfmt' |
| 36 | 2024-07-09T01:58:53.738Z | info: installing component 'cargo' |
| 37 | 2024-07-09T01:58:54.686Z | info: installing component 'clippy' |
| 38 | 2024-07-09T01:58:55.061Z | info: installing component 'rust-docs' |
| 39 | 2024-07-09T01:58:56.654Z | info: installing component 'rust-std' |
| 40 | 2024-07-09T01:58:58.395Z | info: installing component 'rustc' |
| 41 | 2024-07-09T01:59:02.942Z | info: installing component 'rustfmt' |
| 42 | 2024-07-09T01:59:03.294Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
| 43 | 2024-07-09T01:59:03.294Z | |
| 44 | 2024-07-09T01:59:03.592Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
| 45 | 2024-07-09T01:59:03.592Z | |
| 46 | 2024-07-09T01:59:03.594Z | |
| 47 | 2024-07-09T01:59:03.595Z | Rust is installed now. Great! |
| 48 | 2024-07-09T01:59:03.595Z | |
| 49 | 2024-07-09T01:59:03.595Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
| 50 | 2024-07-09T01:59:03.595Z | environment variable. This has not been done automatically. |
| 51 | 2024-07-09T01:59:03.595Z | |
| 52 | 2024-07-09T01:59:03.595Z | To configure your current shell, you need to source |
| 53 | 2024-07-09T01:59:03.595Z | the corresponding env file under $HOME/.cargo. |
| 54 | 2024-07-09T01:59:03.595Z | |
| 55 | 2024-07-09T01:59:03.595Z | This is usually done by running one of the following (note the leading DOT): |
| 56 | 2024-07-09T01:59:03.595Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
| 57 | 2024-07-09T01:59:03.595Z | source "$HOME/.cargo/env.fish" # For fish |
| 58 | 2024-07-09T01:59:03.680Z | + rustc --version |
| 59 | 2024-07-09T01:59:03.746Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 60 | 2024-07-09T01:59:03.750Z | process exited: duration 20321 ms, exit code 0 |
| |
| 61 | 2024-07-09T01:59:03.755Z | starting task 2: "authentication" |
| 62 | 2024-07-09T01:59:03.776Z | process exited: duration 20 ms, exit code 0 |
| |
| 63 | 2024-07-09T01:59:03.781Z | starting task 3: "clone repository" |
| 64 | 2024-07-09T01:59:03.786Z | + mkdir -p /work/oxidecomputer/omicron |
| 65 | 2024-07-09T01:59:03.789Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
| 66 | 2024-07-09T01:59:03.978Z | Cloning into '/work/oxidecomputer/omicron'... |
| 67 | 2024-07-09T01:59:11.125Z | + cd /work/oxidecomputer/omicron |
| 68 | 2024-07-09T01:59:11.125Z | + git fetch origin 1a7b13228d4705d3ea5307f6d9157b75a9bfab40 |
| 69 | 2024-07-09T01:59:11.391Z | From https://github.com/oxidecomputer/omicron |
| 70 | 2024-07-09T01:59:11.391Z | * branch 1a7b13228d4705d3ea5307f6d9157b75a9bfab40 -> FETCH_HEAD |
| 71 | 2024-07-09T01:59:11.401Z | + [[ -n zl/omdb-oxql ]] |
| 72 | 2024-07-09T01:59:11.404Z | ++ git branch --show-current |
| 73 | 2024-07-09T01:59:11.407Z | + current=main |
| 74 | 2024-07-09T01:59:11.407Z | + [[ main != zl/omdb-oxql ]] |
| 75 | 2024-07-09T01:59:11.407Z | + git branch -f zl/omdb-oxql 1a7b13228d4705d3ea5307f6d9157b75a9bfab40 |
| 76 | 2024-07-09T01:59:11.409Z | + git checkout -f zl/omdb-oxql |
| 77 | 2024-07-09T01:59:11.430Z | Switched to branch 'zl/omdb-oxql' |
| 78 | 2024-07-09T01:59:11.433Z | + git reset --hard 1a7b13228d4705d3ea5307f6d9157b75a9bfab40 |
| 79 | 2024-07-09T01:59:11.458Z | HEAD is now at 1a7b13228 test assert len |
| 80 | 2024-07-09T01:59:11.464Z | process exited: duration 7677 ms, exit code 0 |
| |
| 81 | 2024-07-09T01:59:11.469Z | starting task 4: "build" |
| 82 | 2024-07-09T01:59:11.476Z | + cargo --version |
| 83 | 2024-07-09T01:59:11.530Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
| 84 | 2024-07-09T01:59:11.533Z | + rustc --version |
| 85 | 2024-07-09T01:59:11.591Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
| 86 | 2024-07-09T01:59:11.594Z | + source ./env.sh |
| 87 | 2024-07-09T01:59:11.596Z | ++ OLD_SHELL_OPTS=ehxB |
| 88 | 2024-07-09T01:59:11.596Z | ++ set -o xtrace |
| 89 | 2024-07-09T01:59:11.599Z | ++++ dirname ./env.sh |
| 90 | 2024-07-09T01:59:11.599Z | +++ readlink -f . |
| 91 | 2024-07-09T01:59:11.728Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
| 92 | 2024-07-09T01:59:11.728Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 93 | 2024-07-09T01:59:11.728Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 94 | 2024-07-09T01:59:11.731Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 95 | 2024-07-09T01:59:11.731Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 96 | 2024-07-09T01:59:11.731Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 97 | 2024-07-09T01:59:11.731Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 98 | 2024-07-09T01:59:11.731Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 99 | 2024-07-09T01:59:11.731Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
| 100 | 2024-07-09T01:59:11.731Z | ++ case $OLD_SHELL_OPTS in |
| 101 | 2024-07-09T01:59:11.731Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
| 102 | 2024-07-09T01:59:11.731Z | + banner prerequisites |
| 103 | 2024-07-09T01:59:11.861Z | |
| 104 | 2024-07-09T01:59:11.861Z | ##### ##### ###### ##### ###### #### # # # #### # |
| 105 | 2024-07-09T01:59:11.861Z | # # # # # # # # # # # # # # # |
| 106 | 2024-07-09T01:59:11.861Z | # # # # ##### # # ##### # # # # # #### # |
| 107 | 2024-07-09T01:59:11.861Z | ##### ##### # ##### # # # # # # # # # |
| 108 | 2024-07-09T01:59:11.861Z | # # # # # # # # # # # # # # # |
| 109 | 2024-07-09T01:59:11.861Z | # # # ###### # # ###### ### # #### # #### # |
| 110 | 2024-07-09T01:59:11.861Z | |
| 111 | 2024-07-09T01:59:11.866Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
| 112 | 2024-07-09T01:59:33.245Z | Startup: Refreshing catalog 'helios-dev' ... Done |
| 113 | 2024-07-09T01:59:35.379Z | Startup: Caching catalogs ... Done |
| 114 | 2024-07-09T01:59:38.081Z | Planning: Solver setup ... Done (2.217s) |
| 115 | 2024-07-09T01:59:38.129Z | Planning: Running solver ... Done (0.047s) |
| 116 | 2024-07-09T01:59:38.173Z | Planning: Finding local manifests ... Done (0.003s) |
| 117 | 2024-07-09T01:59:38.184Z | Planning: Fetching manifests: 0/4 0% complete |
| 118 | 2024-07-09T01:59:38.481Z | Planning: Fetching manifests: 4/4 100% complete |
| 119 | 2024-07-09T01:59:38.529Z | Planning: Package planning ... Done (0.048s) |
| 120 | 2024-07-09T01:59:38.682Z | Planning: Merging actions ... Done (0.152s) |
| 121 | 2024-07-09T01:59:40.134Z | Planning: Checking for conflicting actions ... Done (1.452s) |
| 122 | 2024-07-09T01:59:40.147Z | Planning: Consolidating action changes ... Done (0.011s) |
| 123 | 2024-07-09T01:59:46.793Z | Planning: Evaluating mediators ... Done (6.645s) |
| 124 | 2024-07-09T01:59:46.802Z | Planning: Planning completed in 11.36 seconds |
| 125 | 2024-07-09T01:59:47.636Z | Packages to install: 4 |
| 126 | 2024-07-09T01:59:47.636Z | Mediators to change: 2 |
| 127 | 2024-07-09T01:59:47.636Z | Services to change: 1 |
| 128 | 2024-07-09T01:59:47.636Z | Estimated space available: 155.77 GB |
| 129 | 2024-07-09T01:59:47.639Z | Estimated space to be consumed: 1.46 GB |
| 130 | 2024-07-09T01:59:47.639Z | Create boot environment: No |
| 131 | 2024-07-09T01:59:47.639Z | Create backup boot environment: No |
| 132 | 2024-07-09T01:59:47.639Z | Rebuild boot archive: No |
| 133 | 2024-07-09T01:59:47.639Z | |
| 134 | 2024-07-09T01:59:47.639Z | Changed mediators: |
| 135 | 2024-07-09T01:59:47.639Z | mediator clang: |
| 136 | 2024-07-09T01:59:47.639Z | version: None -> 15 (system default) |
| 137 | 2024-07-09T01:59:47.639Z | |
| 138 | 2024-07-09T01:59:47.639Z | mediator llvm: |
| 139 | 2024-07-09T01:59:47.639Z | version: 14 (system default) -> 15 (system default) |
| 140 | 2024-07-09T01:59:47.639Z | |
| 141 | 2024-07-09T01:59:47.639Z | Changed packages: |
| 142 | 2024-07-09T01:59:47.639Z | helios-dev |
| 143 | 2024-07-09T01:59:47.639Z | developer/build-essential |
| 144 | 2024-07-09T01:59:47.639Z | None -> 11-2.0 |
| 145 | 2024-07-09T01:59:47.639Z | library/libxmlsec1 |
| 146 | 2024-07-09T01:59:47.639Z | None -> 1.2.35-2.0 |
| 147 | 2024-07-09T01:59:47.639Z | ooce/developer/clang-15 |
| 148 | 2024-07-09T01:59:47.639Z | None -> 15.0.7-2.0 |
| 149 | 2024-07-09T01:59:47.639Z | ooce/developer/llvm-15 |
| 150 | 2024-07-09T01:59:47.639Z | None -> 15.0.7-2.0 |
| 151 | 2024-07-09T01:59:47.639Z | |
| 152 | 2024-07-09T01:59:47.639Z | Services: |
| 153 | 2024-07-09T01:59:47.639Z | restart_fmri: |
| 154 | 2024-07-09T01:59:47.639Z | svc:/system/update-man-index:default |
| 155 | 2024-07-09T01:59:47.805Z | |
| 156 | 2024-07-09T01:59:47.805Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
| 157 | 2024-07-09T01:59:52.806Z | Download: 1187/3290 items 64.6/212.6MB 30% complete (12.8M/s) |
| 158 | 2024-07-09T01:59:57.806Z | Download: 1292/3290 items 109.5/212.6MB 51% complete (10.9M/s) |
| 159 | 2024-07-09T02:00:02.807Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (5.5M/s) |
| 160 | 2024-07-09T02:00:07.816Z | Download: 2897/3290 items 121.0/212.6MB 56% complete (1.9M/s) |
| 161 | 2024-07-09T02:00:15.344Z | Download: 3247/3290 items 202.9/212.6MB 95% complete (9.0M/s) |
| 162 | 2024-07-09T02:00:16.501Z | Download: Completed 212.60 MB in 28.69 seconds (7.4M/s) |
| 163 | 2024-07-09T02:00:22.372Z | Actions: 1/3689 actions (Installing new actions) |
| 164 | 2024-07-09T02:00:27.393Z | Actions: 3564/3689 actions (Installing new actions) |
| 165 | 2024-07-09T02:00:27.724Z | Actions: Completed 3689 actions in 5.35 seconds. |
| 166 | 2024-07-09T02:00:27.980Z | Done (0.252s) |
| 167 | 2024-07-09T02:00:27.980Z | Done (0.000s) |
| 168 | 2024-07-09T02:00:28.310Z | Done (0.330s) |
| 169 | 2024-07-09T02:00:33.678Z | Done (5.211s) |
| 170 | 2024-07-09T02:00:33.919Z | Done (0.171s) |
| 171 | 2024-07-09T02:00:33.930Z | Done (0.000s) |
| 172 | 2024-07-09T02:00:34.643Z | Done (0.000s) |
| 173 | 2024-07-09T02:00:35.237Z | Planning: Evaluating mediator changes ... Done |
| 174 | 2024-07-09T02:00:35.405Z | Planning: Checking for conflicting actions ... Done |
| 175 | 2024-07-09T02:00:35.408Z | Planning: Consolidating action changes ... Done |
| 176 | 2024-07-09T02:00:35.679Z | Planning: Evaluating mediators ... Done |
| 177 | 2024-07-09T02:00:35.681Z | Planning: Planning completed in 0.44 seconds |
| 178 | 2024-07-09T02:00:35.713Z | Mediators to change: 2 |
| 179 | 2024-07-09T02:00:35.713Z | Create boot environment: No |
| 180 | 2024-07-09T02:00:35.713Z | Create backup boot environment: No |
| 181 | 2024-07-09T02:00:36.269Z | Done |
| 182 | 2024-07-09T02:00:36.269Z | Done |
| 183 | 2024-07-09T02:00:36.482Z | Done |
| 184 | 2024-07-09T02:00:40.244Z | Done |
| 185 | 2024-07-09T02:00:40.333Z | Done |
| 186 | 2024-07-09T02:00:40.333Z | Done |
| 187 | 2024-07-09T02:00:41.182Z | Done |
| 188 | 2024-07-09T02:00:41.822Z | Planning: Evaluating mediator changes ... Done |
| 189 | 2024-07-09T02:00:41.824Z | Planning: Merging actions ... Done |
| 190 | 2024-07-09T02:00:42.020Z | Planning: Checking for conflicting actions ... Done |
| 191 | 2024-07-09T02:00:42.023Z | Planning: Consolidating action changes ... Done |
| 192 | 2024-07-09T02:00:42.290Z | Planning: Evaluating mediators ... Done |
| 193 | 2024-07-09T02:00:42.345Z | Planning: Planning completed in 0.77 seconds |
| 194 | 2024-07-09T02:00:42.380Z | Packages to change: 1 |
| 195 | 2024-07-09T02:00:42.380Z | Mediators to change: 1 |
| 196 | 2024-07-09T02:00:42.380Z | Services to change: 1 |
| 197 | 2024-07-09T02:00:42.380Z | Create boot environment: No |
| 198 | 2024-07-09T02:00:42.380Z | Create backup boot environment: Yes |
| 199 | 2024-07-09T02:00:46.290Z | Actions: 1/6 actions (Updating modified actions) |
| 200 | 2024-07-09T02:00:46.352Z | Actions: Completed 6 actions in 0.06 seconds. |
| 201 | 2024-07-09T02:00:46.352Z | Done |
| 202 | 2024-07-09T02:00:46.352Z | Done |
| 203 | 2024-07-09T02:00:46.420Z | Done |
| 204 | 2024-07-09T02:00:50.132Z | Done |
| 205 | 2024-07-09T02:00:50.223Z | Done |
| 206 | 2024-07-09T02:00:50.223Z | Done |
| 207 | 2024-07-09T02:00:50.609Z | Done |
| 208 | 2024-07-09T02:00:51.054Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
| 209 | 2024-07-09T02:00:51.054Z | clang system 15 system |
| 210 | 2024-07-09T02:00:51.054Z | csh system system illumos |
| 211 | 2024-07-09T02:00:51.054Z | ctags system system illumos |
| 212 | 2024-07-09T02:00:51.054Z | gcc vendor 12 vendor |
| 213 | 2024-07-09T02:00:51.054Z | gcc system 10 system |
| 214 | 2024-07-09T02:00:51.054Z | gcc system 7 system |
| 215 | 2024-07-09T02:00:51.054Z | go system 1.20 system |
| 216 | 2024-07-09T02:00:51.054Z | go system 1.19 system |
| 217 | 2024-07-09T02:00:51.054Z | llvm system 15 system |
| 218 | 2024-07-09T02:00:51.054Z | llvm system 14 system |
| 219 | 2024-07-09T02:00:51.054Z | mariadb system 10.6 system |
| 220 | 2024-07-09T02:00:51.054Z | mta vendor vendor dma |
| 221 | 2024-07-09T02:00:51.054Z | openjdk system 17 system |
| 222 | 2024-07-09T02:00:51.054Z | openjdk system 11 system |
| 223 | 2024-07-09T02:00:51.054Z | openjdk system 1.8 system |
| 224 | 2024-07-09T02:00:51.054Z | openssl vendor 3 vendor |
| 225 | 2024-07-09T02:00:51.054Z | perl system 5.36 system |
| 226 | 2024-07-09T02:00:51.055Z | postgresql system 15 system |
| 227 | 2024-07-09T02:00:51.055Z | postgresql system 13 system |
| 228 | 2024-07-09T02:00:51.055Z | python vendor 3 vendor |
| 229 | 2024-07-09T02:00:51.055Z | python system 2 system |
| 230 | 2024-07-09T02:00:51.055Z | python3 system 3.11 system |
| 231 | 2024-07-09T02:00:51.055Z | ruby system 3.0 system |
| 232 | 2024-07-09T02:00:51.055Z | words vendor vendor american-english |
| 233 | 2024-07-09T02:00:51.055Z | words system system australian-english |
| 234 | 2024-07-09T02:00:51.055Z | words system system british-english |
| 235 | 2024-07-09T02:00:51.055Z | words system system canadian-english |
| 236 | 2024-07-09T02:00:51.055Z | words system system french |
| 237 | 2024-07-09T02:00:51.055Z | words system system italian |
| 238 | 2024-07-09T02:00:51.055Z | words system system ngerman |
| 239 | 2024-07-09T02:00:51.055Z | words system system ogerman |
| 240 | 2024-07-09T02:00:51.055Z | words system system spanish |
| 241 | 2024-07-09T02:00:51.396Z | PUBLISHER TYPE STATUS P LOCATION |
| 242 | 2024-07-09T02:00:51.396Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
| 243 | 2024-07-09T02:00:52.950Z | FMRI IFO |
| 244 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
| 245 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
| 246 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
| 247 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
| 248 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
| 249 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
| 250 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
| 251 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
| 252 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
| 253 | 2024-07-09T02:00:52.950Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
| 254 | 2024-07-09T02:00:52.951Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
| 255 | 2024-07-09T02:00:52.951Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
| 256 | 2024-07-09T02:00:53.483Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
| 257 | 2024-07-09T02:00:53.764Z | Updating git repository `https://github.com/oxidecomputer/zone` |
| 258 | 2024-07-09T02:00:54.058Z | Updating crates.io index |
| 259 | 2024-07-09T02:00:54.060Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
| 260 | 2024-07-09T02:00:54.872Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
| 261 | 2024-07-09T02:00:55.576Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
| 262 | 2024-07-09T02:00:55.828Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
| 263 | 2024-07-09T02:00:57.655Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
| 264 | 2024-07-09T02:00:58.191Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
| 265 | 2024-07-09T02:00:58.460Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
| 266 | 2024-07-09T02:00:59.686Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
| 267 | 2024-07-09T02:01:01.791Z | Updating git repository `https://github.com/oxidecomputer/opte` |
| 268 | 2024-07-09T02:01:02.803Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
| 269 | 2024-07-09T02:01:03.521Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
| 270 | 2024-07-09T02:01:04.084Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
| 271 | 2024-07-09T02:01:04.398Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
| 272 | 2024-07-09T02:01:04.794Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
| 273 | 2024-07-09T02:01:05.071Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
| 274 | 2024-07-09T02:01:05.370Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
| 275 | 2024-07-09T02:01:05.681Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
| 276 | 2024-07-09T02:01:05.922Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
| 277 | 2024-07-09T02:01:06.202Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
| 278 | 2024-07-09T02:01:06.506Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
| 279 | 2024-07-09T02:01:06.829Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
| 280 | 2024-07-09T02:01:07.146Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
| 281 | 2024-07-09T02:01:07.552Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
| 282 | 2024-07-09T02:01:08.136Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
| 283 | 2024-07-09T02:01:08.444Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
| 284 | 2024-07-09T02:01:08.764Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
| 285 | 2024-07-09T02:01:09.134Z | Updating git repository `https://github.com/oxidecomputer/typify` |
| 286 | 2024-07-09T02:01:11.100Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
| 287 | 2024-07-09T02:01:11.425Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
| 288 | 2024-07-09T02:01:11.722Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
| 289 | 2024-07-09T02:01:12.117Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
| 290 | 2024-07-09T02:01:13.204Z | Downloading crates ... |
| 291 | 2024-07-09T02:01:13.282Z | Downloaded adler v1.0.2 |
| 292 | 2024-07-09T02:01:13.295Z | Downloaded equivalent v1.0.1 |
| 293 | 2024-07-09T02:01:13.298Z | Downloaded num-conv v0.1.0 |
| 294 | 2024-07-09T02:01:13.305Z | Downloaded openssl-probe v0.1.5 |
| 295 | 2024-07-09T02:01:13.308Z | Downloaded pin-utils v0.1.0 |
| 296 | 2024-07-09T02:01:13.313Z | Downloaded powerfmt v0.2.0 |
| 297 | 2024-07-09T02:01:13.313Z | Downloaded base64 v0.21.7 |
| 298 | 2024-07-09T02:01:13.315Z | Downloaded proc-macro-error v1.0.4 |
| 299 | 2024-07-09T02:01:13.319Z | Downloaded is-terminal v0.4.12 |
| 300 | 2024-07-09T02:01:13.321Z | Downloaded pretty-hex v0.4.1 |
| 301 | 2024-07-09T02:01:13.321Z | Downloaded itoa v1.0.11 |
| 302 | 2024-07-09T02:01:13.324Z | Downloaded generic-array v0.14.7 |
| 303 | 2024-07-09T02:01:13.324Z | Downloaded futures-executor v0.3.30 |
| 304 | 2024-07-09T02:01:13.326Z | Downloaded hyper-tls v0.5.0 |
| 305 | 2024-07-09T02:01:13.326Z | Downloaded strum v0.26.2 |
| 306 | 2024-07-09T02:01:13.329Z | Downloaded take_mut v0.2.2 |
| 307 | 2024-07-09T02:01:13.329Z | Downloaded mime v0.3.17 |
| 308 | 2024-07-09T02:01:13.331Z | Downloaded fnv v1.0.7 |
| 309 | 2024-07-09T02:01:13.332Z | Downloaded percent-encoding v2.3.1 |
| 310 | 2024-07-09T02:01:13.332Z | Downloaded dirs-sys-next v0.1.2 |
| 311 | 2024-07-09T02:01:13.334Z | Downloaded cargo_metadata v0.18.1 |
| 312 | 2024-07-09T02:01:13.334Z | Downloaded swrite v0.1.0 |
| 313 | 2024-07-09T02:01:13.338Z | Downloaded try-lock v0.2.5 |
| 314 | 2024-07-09T02:01:13.338Z | Downloaded time-core v0.1.2 |
| 315 | 2024-07-09T02:01:13.338Z | Downloaded pkg-config v0.3.30 |
| 316 | 2024-07-09T02:01:13.342Z | Downloaded tokio-native-tls v0.3.1 |
| 317 | 2024-07-09T02:01:13.342Z | Downloaded heck v0.5.0 |
| 318 | 2024-07-09T02:01:13.344Z | Downloaded clap_derive v4.5.4 |
| 319 | 2024-07-09T02:01:13.344Z | Downloaded thread_local v1.1.8 |
| 320 | 2024-07-09T02:01:13.345Z | Downloaded scroll v0.12.0 |
| 321 | 2024-07-09T02:01:13.347Z | Downloaded slog-bunyan v2.5.0 |
| 322 | 2024-07-09T02:01:13.347Z | Downloaded thiserror-impl v1.0.60 |
| 323 | 2024-07-09T02:01:13.350Z | Downloaded serde_tokenstream v0.2.1 |
| 324 | 2024-07-09T02:01:13.352Z | Downloaded foreign-types-shared v0.1.1 |
| 325 | 2024-07-09T02:01:13.352Z | Downloaded rustversion v1.0.17 |
| 326 | 2024-07-09T02:01:13.355Z | Downloaded camino v1.1.7 |
| 327 | 2024-07-09T02:01:13.359Z | Downloaded lock_api v0.4.12 |
| 328 | 2024-07-09T02:01:13.359Z | Downloaded filetime v0.2.23 |
| 329 | 2024-07-09T02:01:13.363Z | Downloaded httparse v1.8.0 |
| 330 | 2024-07-09T02:01:13.363Z | Downloaded crc32fast v1.4.0 |
| 331 | 2024-07-09T02:01:13.366Z | Downloaded match_cfg v0.1.0 |
| 332 | 2024-07-09T02:01:13.366Z | Downloaded tower-service v0.3.2 |
| 333 | 2024-07-09T02:01:13.366Z | Downloaded thiserror v1.0.60 |
| 334 | 2024-07-09T02:01:13.368Z | Downloaded is_terminal_polyfill v1.70.0 |
| 335 | 2024-07-09T02:01:13.371Z | Downloaded version_check v0.9.4 |
| 336 | 2024-07-09T02:01:13.371Z | Downloaded quote v1.0.36 |
| 337 | 2024-07-09T02:01:13.373Z | Downloaded usdt v0.5.0 |
| 338 | 2024-07-09T02:01:13.376Z | Downloaded signal-hook-registry v1.4.2 |
| 339 | 2024-07-09T02:01:13.376Z | Downloaded num_threads v0.1.7 |
| 340 | 2024-07-09T02:01:13.379Z | Downloaded clap v4.5.4 |
| 341 | 2024-07-09T02:01:13.384Z | Downloaded scopeguard v1.2.0 |
| 342 | 2024-07-09T02:01:13.387Z | Downloaded slog-term v2.9.1 |
| 343 | 2024-07-09T02:01:13.389Z | Downloaded once_cell v1.19.0 |
| 344 | 2024-07-09T02:01:13.392Z | Downloaded log v0.4.21 |
| 345 | 2024-07-09T02:01:13.392Z | Downloaded crossbeam-utils v0.8.19 |
| 346 | 2024-07-09T02:01:13.395Z | Downloaded scroll_derive v0.12.0 |
| 347 | 2024-07-09T02:01:13.398Z | Downloaded memmap v0.7.0 |
| 348 | 2024-07-09T02:01:13.398Z | Downloaded crypto-common v0.1.6 |
| 349 | 2024-07-09T02:01:13.398Z | Downloaded num_cpus v1.16.0 |
| 350 | 2024-07-09T02:01:13.401Z | Downloaded http-body v0.4.6 |
| 351 | 2024-07-09T02:01:13.403Z | Downloaded openssl-macros v0.1.1 |
| 352 | 2024-07-09T02:01:13.403Z | Downloaded want v0.3.1 |
| 353 | 2024-07-09T02:01:13.403Z | Downloaded pest_meta v2.7.10 |
| 354 | 2024-07-09T02:01:13.406Z | Downloaded futures-channel v0.3.30 |
| 355 | 2024-07-09T02:01:13.410Z | Downloaded usdt-macro v0.5.0 |
| 356 | 2024-07-09T02:01:13.410Z | Downloaded pest_generator v2.7.10 |
| 357 | 2024-07-09T02:01:13.410Z | Downloaded hostname v0.3.1 |
| 358 | 2024-07-09T02:01:13.413Z | Downloaded ipnet v2.9.0 |
| 359 | 2024-07-09T02:01:13.413Z | Downloaded utf8parse v0.2.1 |
| 360 | 2024-07-09T02:01:13.413Z | Downloaded zerocopy-derive v0.7.34 |
| 361 | 2024-07-09T02:01:13.415Z | Downloaded papergrid v0.11.0 |
| 362 | 2024-07-09T02:01:13.420Z | Downloaded tinyvec v1.6.0 |
| 363 | 2024-07-09T02:01:13.422Z | Downloaded cc v1.0.97 |
| 364 | 2024-07-09T02:01:13.425Z | Downloaded unicode-ident v1.0.12 |
| 365 | 2024-07-09T02:01:13.428Z | Downloaded ucd-trie v0.1.6 |
| 366 | 2024-07-09T02:01:13.431Z | Downloaded toml v0.8.14 |
| 367 | 2024-07-09T02:01:13.433Z | Downloaded usdt-attr-macro v0.5.0 |
| 368 | 2024-07-09T02:01:13.433Z | Downloaded toml_datetime v0.6.6 |
| 369 | 2024-07-09T02:01:13.437Z | Downloaded futures v0.3.30 |
| 370 | 2024-07-09T02:01:13.439Z | Downloaded slab v0.4.9 |
| 371 | 2024-07-09T02:01:13.439Z | Downloaded tabled_derive v0.7.0 |
| 372 | 2024-07-09T02:01:13.442Z | Downloaded parking_lot v0.12.2 |
| 373 | 2024-07-09T02:01:13.444Z | Downloaded serde_urlencoded v0.7.1 |
| 374 | 2024-07-09T02:01:13.445Z | Downloaded tokio-macros v2.3.0 |
| 375 | 2024-07-09T02:01:13.447Z | Downloaded thread-id v4.2.1 |
| 376 | 2024-07-09T02:01:13.448Z | Downloaded slog-json v2.6.1 |
| 377 | 2024-07-09T02:01:13.450Z | Downloaded xattr v1.3.1 |
| 378 | 2024-07-09T02:01:13.450Z | Downloaded mio v0.8.11 |
| 379 | 2024-07-09T02:01:13.454Z | Downloaded memchr v2.7.2 |
| 380 | 2024-07-09T02:01:13.459Z | Downloaded miniz_oxide v0.7.2 |
| 381 | 2024-07-09T02:01:13.461Z | Downloaded slog v2.7.0 |
| 382 | 2024-07-09T02:01:13.464Z | Downloaded strsim v0.11.1 |
| 383 | 2024-07-09T02:01:13.466Z | Downloaded slog-async v2.8.0 |
| 384 | 2024-07-09T02:01:13.466Z | Downloaded sha2 v0.10.8 |
| 385 | 2024-07-09T02:01:13.469Z | Downloaded semver v1.0.23 |
| 386 | 2024-07-09T02:01:13.473Z | Downloaded time-macros v0.2.18 |
| 387 | 2024-07-09T02:01:13.476Z | Downloaded strum_macros v0.26.4 |
| 388 | 2024-07-09T02:01:13.476Z | Downloaded serde v1.0.203 |
| 389 | 2024-07-09T02:01:13.479Z | Downloaded crossbeam-channel v0.5.12 |
| 390 | 2024-07-09T02:01:13.481Z | Downloaded smallvec v1.13.2 |
| 391 | 2024-07-09T02:01:13.484Z | Downloaded proc-macro-error-attr v1.0.4 |
| 392 | 2024-07-09T02:01:13.486Z | Downloaded openssl-sys v0.9.102 |
| 393 | 2024-07-09T02:01:13.489Z | Downloaded http v0.2.12 |
| 394 | 2024-07-09T02:01:13.492Z | Downloaded term v0.7.0 |
| 395 | 2024-07-09T02:01:13.495Z | Downloaded serde_derive v1.0.203 |
| 396 | 2024-07-09T02:01:13.498Z | Downloaded typenum v1.17.0 |
| 397 | 2024-07-09T02:01:13.501Z | Downloaded pest v2.7.10 |
| 398 | 2024-07-09T02:01:13.505Z | Downloaded h2 v0.3.26 |
| 399 | 2024-07-09T02:01:13.511Z | Downloaded clap_builder v4.5.2 |
| 400 | 2024-07-09T02:01:13.517Z | Downloaded tracing v0.1.40 |
| 401 | 2024-07-09T02:01:13.521Z | Downloaded unicode-bidi v0.3.15 |
| 402 | 2024-07-09T02:01:13.524Z | Downloaded hyper v0.14.28 |
| 403 | 2024-07-09T02:01:13.531Z | Downloaded toml_edit v0.22.14 |
| 404 | 2024-07-09T02:01:13.552Z | Downloaded url v2.5.0 |
| 405 | 2024-07-09T02:01:13.554Z | Downloaded tokio-util v0.7.11 |
| 406 | 2024-07-09T02:01:13.560Z | Downloaded openssl v0.10.64 |
| 407 | 2024-07-09T02:01:13.569Z | Downloaded serde_json v1.0.120 |
| 408 | 2024-07-09T02:01:13.576Z | Downloaded zerocopy v0.7.34 |
| 409 | 2024-07-09T02:01:13.589Z | Downloaded idna v0.5.0 |
| 410 | 2024-07-09T02:01:13.595Z | Downloaded unicode-normalization v0.1.23 |
| 411 | 2024-07-09T02:01:13.599Z | Downloaded tabled v0.15.0 |
| 412 | 2024-07-09T02:01:13.613Z | Downloaded libc v0.2.155 |
| 413 | 2024-07-09T02:01:13.638Z | Downloaded winnow v0.6.8 |
| 414 | 2024-07-09T02:01:13.646Z | Downloaded vcpkg v0.2.15 |
| 415 | 2024-07-09T02:01:13.680Z | Downloaded syn v2.0.68 |
| 416 | 2024-07-09T02:01:13.690Z | Downloaded syn v1.0.109 |
| 417 | 2024-07-09T02:01:13.699Z | Downloaded rustix v0.38.34 |
| 418 | 2024-07-09T02:01:13.719Z | Downloaded unicode-width v0.1.13 |
| 419 | 2024-07-09T02:01:13.726Z | Downloaded encoding_rs v0.8.34 |
| 420 | 2024-07-09T02:01:13.745Z | Downloaded tokio v1.38.0 |
| 421 | 2024-07-09T02:01:13.778Z | Downloaded reqwest v0.11.27 |
| 422 | 2024-07-09T02:01:13.785Z | Downloaded time v0.3.36 |
| 423 | 2024-07-09T02:01:13.791Z | Downloaded tracing-core v0.1.32 |
| 424 | 2024-07-09T02:01:13.793Z | Downloaded goblin v0.8.2 |
| 425 | 2024-07-09T02:01:13.798Z | Downloaded futures-util v0.3.30 |
| 426 | 2024-07-09T02:01:13.808Z | Downloaded hashbrown v0.14.5 |
| 427 | 2024-07-09T02:01:13.816Z | Downloaded ryu v1.0.18 |
| 428 | 2024-07-09T02:01:13.819Z | Downloaded flate2 v1.0.30 |
| 429 | 2024-07-09T02:01:13.822Z | Downloaded indexmap v2.2.6 |
| 430 | 2024-07-09T02:01:13.824Z | Downloaded serde_spanned v0.6.6 |
| 431 | 2024-07-09T02:01:13.824Z | Downloaded tar v0.4.40 |
| 432 | 2024-07-09T02:01:13.827Z | Downloaded native-tls v0.2.11 |
| 433 | 2024-07-09T02:01:13.833Z | Downloaded socket2 v0.5.7 |
| 434 | 2024-07-09T02:01:13.833Z | Downloaded proc-macro2 v1.0.86 |
| 435 | 2024-07-09T02:01:13.835Z | Downloaded usdt-impl v0.5.0 |
| 436 | 2024-07-09T02:01:13.835Z | Downloaded terminal_size v0.3.0 |
| 437 | 2024-07-09T02:01:13.835Z | Downloaded rustls-pemfile v1.0.4 |
| 438 | 2024-07-09T02:01:13.835Z | Downloaded futures-core v0.3.30 |
| 439 | 2024-07-09T02:01:13.839Z | Downloaded bytes v1.6.0 |
| 440 | 2024-07-09T02:01:13.842Z | Downloaded anyhow v1.0.86 |
| 441 | 2024-07-09T02:01:13.844Z | Downloaded tinyvec_macros v0.1.1 |
| 442 | 2024-07-09T02:01:13.844Z | Downloaded sync_wrapper v0.1.2 |
| 443 | 2024-07-09T02:01:13.844Z | Downloaded form_urlencoded v1.2.1 |
| 444 | 2024-07-09T02:01:13.847Z | Downloaded digest v0.10.7 |
| 445 | 2024-07-09T02:01:13.847Z | Downloaded futures-io v0.3.30 |
| 446 | 2024-07-09T02:01:13.847Z | Downloaded dof v0.3.0 |
| 447 | 2024-07-09T02:01:13.849Z | Downloaded cpufeatures v0.2.12 |
| 448 | 2024-07-09T02:01:13.849Z | Downloaded macaddr v1.0.1 |
| 449 | 2024-07-09T02:01:13.852Z | Downloaded futures-sink v0.3.30 |
| 450 | 2024-07-09T02:01:13.852Z | Downloaded errno v0.3.9 |
| 451 | 2024-07-09T02:01:13.852Z | Downloaded pest_derive v2.7.10 |
| 452 | 2024-07-09T02:01:13.854Z | Downloaded parking_lot_core v0.9.10 |
| 453 | 2024-07-09T02:01:13.857Z | Downloaded cargo_toml v0.20.3 |
| 454 | 2024-07-09T02:01:13.857Z | Downloaded byteorder v1.5.0 |
| 455 | 2024-07-09T02:01:13.861Z | Downloaded foreign-types v0.3.2 |
| 456 | 2024-07-09T02:01:13.861Z | Downloaded bitflags v2.5.0 |
| 457 | 2024-07-09T02:01:13.864Z | Downloaded dtrace-parser v0.2.0 |
| 458 | 2024-07-09T02:01:13.864Z | Downloaded cargo-platform v0.1.8 |
| 459 | 2024-07-09T02:01:13.864Z | Downloaded anstream v0.6.14 |
| 460 | 2024-07-09T02:01:13.867Z | Downloaded plain v0.2.3 |
| 461 | 2024-07-09T02:01:13.867Z | Downloaded futures-macro v0.3.30 |
| 462 | 2024-07-09T02:01:13.867Z | Downloaded colorchoice v1.0.1 |
| 463 | 2024-07-09T02:01:13.869Z | Downloaded block-buffer v0.10.4 |
| 464 | 2024-07-09T02:01:13.869Z | Downloaded heck v0.4.1 |
| 465 | 2024-07-09T02:01:13.869Z | Downloaded futures-task v0.3.30 |
| 466 | 2024-07-09T02:01:13.872Z | Downloaded dirs-next v2.0.0 |
| 467 | 2024-07-09T02:01:13.872Z | Downloaded httpdate v1.0.3 |
| 468 | 2024-07-09T02:01:13.874Z | Downloaded fs-err v2.11.0 |
| 469 | 2024-07-09T02:01:13.874Z | Downloaded deranged v0.3.11 |
| 470 | 2024-07-09T02:01:13.879Z | Downloaded bytecount v0.6.8 |
| 471 | 2024-07-09T02:01:13.879Z | Downloaded autocfg v1.3.0 |
| 472 | 2024-07-09T02:01:13.881Z | Downloaded anstyle-parse v0.2.4 |
| 473 | 2024-07-09T02:01:13.881Z | Downloaded clap_lex v0.7.0 |
| 474 | 2024-07-09T02:01:13.881Z | Downloaded cfg-if v1.0.0 |
| 475 | 2024-07-09T02:01:13.881Z | Downloaded pin-project-lite v0.2.14 |
| 476 | 2024-07-09T02:01:13.884Z | Downloaded anstyle-query v1.0.3 |
| 477 | 2024-07-09T02:01:13.887Z | Downloaded anstyle v1.0.7 |
| 478 | 2024-07-09T02:01:14.268Z | Compiling proc-macro2 v1.0.86 |
| 479 | 2024-07-09T02:01:14.268Z | Compiling unicode-ident v1.0.12 |
| 480 | 2024-07-09T02:01:14.268Z | Compiling libc v0.2.155 |
| 481 | 2024-07-09T02:01:14.271Z | Compiling version_check v0.9.4 |
| 482 | 2024-07-09T02:01:14.271Z | Compiling cfg-if v1.0.0 |
| 483 | 2024-07-09T02:01:14.271Z | Compiling once_cell v1.19.0 |
| 484 | 2024-07-09T02:01:14.271Z | Compiling itoa v1.0.11 |
| 485 | 2024-07-09T02:01:14.305Z | Compiling autocfg v1.3.0 |
| 486 | 2024-07-09T02:01:14.519Z | Compiling serde v1.0.203 |
| 487 | 2024-07-09T02:01:14.545Z | Compiling memchr v2.7.2 |
| 488 | 2024-07-09T02:01:14.819Z | Compiling thiserror v1.0.60 |
| 489 | 2024-07-09T02:01:15.052Z | Compiling ryu v1.0.18 |
| 490 | 2024-07-09T02:01:15.243Z | Compiling pin-project-lite v0.2.14 |
| 491 | 2024-07-09T02:01:15.337Z | Compiling bitflags v2.5.0 |
| 492 | 2024-07-09T02:01:15.365Z | Compiling lock_api v0.4.12 |
| 493 | 2024-07-09T02:01:15.666Z | Compiling pkg-config v0.3.30 |
| 494 | 2024-07-09T02:01:15.845Z | Compiling parking_lot_core v0.9.10 |
| 495 | 2024-07-09T02:01:16.406Z | Compiling ucd-trie v0.1.6 |
| 496 | 2024-07-09T02:01:16.430Z | Compiling cc v1.0.97 |
| 497 | 2024-07-09T02:01:16.430Z | Compiling vcpkg v0.2.15 |
| 498 | 2024-07-09T02:01:16.705Z | Compiling slab v0.4.9 |
| 499 | 2024-07-09T02:01:16.839Z | Compiling bytes v1.6.0 |
| 500 | 2024-07-09T02:01:16.986Z | Compiling futures-core v0.3.30 |
| 501 | 2024-07-09T02:01:17.011Z | Compiling scopeguard v1.2.0 |
| 502 | 2024-07-09T02:01:17.160Z | Compiling futures-sink v0.3.30 |
| 503 | 2024-07-09T02:01:17.250Z | Compiling smallvec v1.13.2 |
| 504 | 2024-07-09T02:01:17.660Z | Compiling quote v1.0.36 |
| 505 | 2024-07-09T02:01:17.727Z | Compiling byteorder v1.5.0 |
| 506 | 2024-07-09T02:01:17.811Z | Compiling equivalent v1.0.1 |
| 507 | 2024-07-09T02:01:18.144Z | Compiling syn v2.0.68 |
| 508 | 2024-07-09T02:01:18.200Z | Compiling log v0.4.21 |
| 509 | 2024-07-09T02:01:18.245Z | Compiling fnv v1.0.7 |
| 510 | 2024-07-09T02:01:18.401Z | Compiling serde_json v1.0.120 |
| 511 | 2024-07-09T02:01:18.427Z | Compiling hashbrown v0.14.5 |
| 512 | 2024-07-09T02:01:18.584Z | Compiling parking_lot v0.12.2 |
| 513 | 2024-07-09T02:01:18.608Z | Compiling socket2 v0.5.7 |
| 514 | 2024-07-09T02:01:18.641Z | Compiling num_cpus v1.16.0 |
| 515 | 2024-07-09T02:01:18.761Z | Compiling signal-hook-registry v1.4.2 |
| 516 | 2024-07-09T02:01:18.786Z | Compiling mio v0.8.11 |
| 517 | 2024-07-09T02:01:19.113Z | Compiling futures-channel v0.3.30 |
| 518 | 2024-07-09T02:01:19.562Z | Compiling rustix v0.38.34 |
| 519 | 2024-07-09T02:01:19.565Z | Compiling pin-utils v0.1.0 |
| 520 | 2024-07-09T02:01:19.610Z | Compiling futures-io v0.3.30 |
| 521 | 2024-07-09T02:01:19.632Z | Compiling futures-task v0.3.30 |
| 522 | 2024-07-09T02:01:19.683Z | Compiling typenum v1.17.0 |
| 523 | 2024-07-09T02:01:19.807Z | Compiling indexmap v2.2.6 |
| 524 | 2024-07-09T02:01:20.182Z | Compiling openssl-sys v0.9.102 |
| 525 | 2024-07-09T02:01:20.213Z | Compiling errno v0.3.9 |
| 526 | 2024-07-09T02:01:20.328Z | Compiling generic-array v0.14.7 |
| 527 | 2024-07-09T02:01:20.480Z | Compiling openssl v0.10.64 |
| 528 | 2024-07-09T02:01:20.504Z | Compiling slog v2.7.0 |
| 529 | 2024-07-09T02:01:20.648Z | Compiling foreign-types-shared v0.1.1 |
| 530 | 2024-07-09T02:01:20.770Z | Compiling foreign-types v0.3.2 |
| 531 | 2024-07-09T02:01:20.946Z | Compiling http v0.2.12 |
| 532 | 2024-07-09T02:01:21.073Z | Compiling proc-macro-error-attr v1.0.4 |
| 533 | 2024-07-09T02:01:21.177Z | Compiling usdt-impl v0.5.0 |
| 534 | 2024-07-09T02:01:21.350Z | Compiling tracing-core v0.1.32 |
| 535 | 2024-07-09T02:01:21.513Z | Compiling time-core v0.1.2 |
| 536 | 2024-07-09T02:01:21.629Z | Compiling tinyvec_macros v0.1.1 |
| 537 | 2024-07-09T02:01:21.667Z | Compiling syn v1.0.109 |
| 538 | 2024-07-09T02:01:21.726Z | Compiling httparse v1.8.0 |
| 539 | 2024-07-09T02:01:22.088Z | Compiling num-conv v0.1.0 |
| 540 | 2024-07-09T02:01:22.258Z | Compiling powerfmt v0.2.0 |
| 541 | 2024-07-09T02:01:22.361Z | Compiling native-tls v0.2.11 |
| 542 | 2024-07-09T02:01:22.656Z | Compiling deranged v0.3.11 |
| 543 | 2024-07-09T02:01:22.659Z | Compiling time-macros v0.2.18 |
| 544 | 2024-07-09T02:01:22.881Z | Compiling tracing v0.1.40 |
| 545 | 2024-07-09T02:01:23.311Z | Compiling tinyvec v1.6.0 |
| 546 | 2024-07-09T02:01:23.417Z | Compiling thread-id v4.2.1 |
| 547 | 2024-07-09T02:01:23.641Z | Compiling proc-macro-error v1.0.4 |
| 548 | 2024-07-09T02:01:23.855Z | Compiling percent-encoding v2.3.1 |
| 549 | 2024-07-09T02:01:23.900Z | Compiling crossbeam-utils v0.8.19 |
| 550 | 2024-07-09T02:01:24.192Z | Compiling openssl-probe v0.1.5 |
| 551 | 2024-07-09T02:01:24.432Z | Compiling rustversion v1.0.17 |
| 552 | 2024-07-09T02:01:24.528Z | Compiling plain v0.2.3 |
| 553 | 2024-07-09T02:01:24.531Z | Compiling num_threads v0.1.7 |
| 554 | 2024-07-09T02:01:24.576Z | Compiling heck v0.5.0 |
| 555 | 2024-07-09T02:01:24.687Z | Compiling try-lock v0.2.5 |
| 556 | 2024-07-09T02:01:24.713Z | Compiling utf8parse v0.2.1 |
| 557 | 2024-07-09T02:01:24.716Z | Compiling unicode-normalization v0.1.23 |
| 558 | 2024-07-09T02:01:24.842Z | Compiling want v0.3.1 |
| 559 | 2024-07-09T02:01:24.884Z | Compiling anstyle-parse v0.2.4 |
| 560 | 2024-07-09T02:01:25.118Z | Compiling form_urlencoded v1.2.1 |
| 561 | 2024-07-09T02:01:25.453Z | Compiling http-body v0.4.6 |
| 562 | 2024-07-09T02:01:25.886Z | Compiling dirs-sys-next v0.1.2 |
| 563 | 2024-07-09T02:01:25.977Z | Compiling tower-service v0.3.2 |
| 564 | 2024-07-09T02:01:25.980Z | Compiling anstyle v1.0.7 |
| 565 | 2024-07-09T02:01:26.026Z | Compiling time v0.3.36 |
| 566 | 2024-07-09T02:01:26.064Z | Compiling unicode-bidi v0.3.15 |
| 567 | 2024-07-09T02:01:26.106Z | Compiling is_terminal_polyfill v1.70.0 |
| 568 | 2024-07-09T02:01:26.222Z | Compiling winnow v0.6.8 |
| 569 | 2024-07-09T02:01:26.254Z | Compiling httpdate v1.0.3 |
| 570 | 2024-07-09T02:01:26.464Z | Compiling colorchoice v1.0.1 |
| 571 | 2024-07-09T02:01:26.569Z | Compiling semver v1.0.23 |
| 572 | 2024-07-09T02:01:26.650Z | Compiling anstyle-query v1.0.3 |
| 573 | 2024-07-09T02:01:26.774Z | Compiling pretty-hex v0.4.1 |
| 574 | 2024-07-09T02:01:26.804Z | Compiling crc32fast v1.4.0 |
| 575 | 2024-07-09T02:01:26.995Z | Compiling camino v1.1.7 |
| 576 | 2024-07-09T02:01:27.141Z | Compiling anstream v0.6.14 |
| 577 | 2024-07-09T02:01:27.371Z | Compiling idna v0.5.0 |
| 578 | 2024-07-09T02:01:27.694Z | Compiling dirs-next v2.0.0 |
| 579 | 2024-07-09T02:01:27.909Z | Compiling crypto-common v0.1.6 |
| 580 | 2024-07-09T02:01:28.871Z | Compiling block-buffer v0.10.4 |
| 581 | 2024-07-09T02:01:28.991Z | Compiling terminal_size v0.3.0 |
| 582 | 2024-07-09T02:01:29.187Z | Compiling fs-err v2.11.0 |
| 583 | 2024-07-09T02:01:29.212Z | Compiling thread_local v1.1.8 |
| 584 | 2024-07-09T02:01:29.244Z | Compiling slog-async v2.8.0 |
| 585 | 2024-07-09T02:01:29.404Z | Compiling base64 v0.21.7 |
| 586 | 2024-07-09T02:01:29.455Z | Compiling bytecount v0.6.8 |
| 587 | 2024-07-09T02:01:29.677Z | Compiling heck v0.4.1 |
| 588 | 2024-07-09T02:01:29.743Z | Compiling clap_lex v0.7.0 |
| 589 | 2024-07-09T02:01:29.835Z | Compiling anyhow v1.0.86 |
| 590 | 2024-07-09T02:01:29.968Z | Compiling strsim v0.11.1 |
| 591 | 2024-07-09T02:01:30.008Z | Compiling unicode-width v0.1.13 |
| 592 | 2024-07-09T02:01:30.170Z | Compiling match_cfg v0.1.0 |
| 593 | 2024-07-09T02:01:30.194Z | Compiling adler v1.0.2 |
| 594 | 2024-07-09T02:01:30.246Z | Compiling hostname v0.3.1 |
| 595 | 2024-07-09T02:01:30.305Z | Compiling papergrid v0.11.0 |
| 596 | 2024-07-09T02:01:30.308Z | Compiling rustls-pemfile v1.0.4 |
| 597 | 2024-07-09T02:01:30.423Z | Compiling clap_builder v4.5.2 |
| 598 | 2024-07-09T02:01:30.532Z | Compiling miniz_oxide v0.7.2 |
| 599 | 2024-07-09T02:01:30.829Z | Compiling digest v0.10.7 |
| 600 | 2024-07-09T02:01:30.910Z | Compiling crossbeam-channel v0.5.12 |
| 601 | 2024-07-09T02:01:31.016Z | Compiling url v2.5.0 |
| 602 | 2024-07-09T02:01:31.256Z | Compiling term v0.7.0 |
| 603 | 2024-07-09T02:01:31.712Z | Compiling serde_derive v1.0.203 |
| 604 | 2024-07-09T02:01:32.085Z | Compiling thiserror-impl v1.0.60 |
| 605 | 2024-07-09T02:01:32.232Z | Compiling zerocopy-derive v0.7.34 |
| 606 | 2024-07-09T02:01:32.343Z | Compiling tokio-macros v2.3.0 |
| 607 | 2024-07-09T02:01:32.944Z | Compiling futures-macro v0.3.30 |
| 608 | 2024-07-09T02:01:32.998Z | Compiling scroll_derive v0.12.0 |
| 609 | 2024-07-09T02:01:34.184Z | Compiling tokio v1.38.0 |
| 610 | 2024-07-09T02:01:34.544Z | Compiling openssl-macros v0.1.1 |
| 611 | 2024-07-09T02:01:34.651Z | Compiling zerocopy v0.7.34 |
| 612 | 2024-07-09T02:01:34.799Z | Compiling scroll v0.12.0 |
| 613 | 2024-07-09T02:01:35.118Z | Compiling futures-util v0.3.30 |
| 614 | 2024-07-09T02:01:35.400Z | Compiling goblin v0.8.2 |
| 615 | 2024-07-09T02:01:35.678Z | Compiling pest v2.7.10 |
| 616 | 2024-07-09T02:01:36.371Z | Compiling tabled_derive v0.7.0 |
| 617 | 2024-07-09T02:01:38.715Z | Compiling pest_meta v2.7.10 |
| 618 | 2024-07-09T02:01:39.057Z | Compiling clap_derive v4.5.4 |
| 619 | 2024-07-09T02:01:40.577Z | Compiling pest_generator v2.7.10 |
| 620 | 2024-07-09T02:01:42.706Z | Compiling tokio-util v0.7.11 |
| 621 | 2024-07-09T02:01:44.113Z | Compiling h2 v0.3.26 |
| 622 | 2024-07-09T02:01:44.180Z | Compiling pest_derive v2.7.10 |
| 623 | 2024-07-09T02:01:44.392Z | Compiling futures-executor v0.3.30 |
| 624 | 2024-07-09T02:01:44.776Z | Compiling tokio-native-tls v0.3.1 |
| 625 | 2024-07-09T02:01:44.986Z | Compiling dtrace-parser v0.2.0 |
| 626 | 2024-07-09T02:01:45.011Z | Compiling strum_macros v0.26.4 |
| 627 | 2024-07-09T02:01:45.429Z | Compiling xattr v1.3.1 |
| 628 | 2024-07-09T02:01:45.735Z | Compiling is-terminal v0.4.12 |
| 629 | 2024-07-09T02:01:45.880Z | Compiling memmap v0.7.0 |
| 630 | 2024-07-09T02:01:46.236Z | Compiling filetime v0.2.23 |
| 631 | 2024-07-09T02:01:46.269Z | Compiling encoding_rs v0.8.34 |
| 632 | 2024-07-09T02:01:46.606Z | Compiling sync_wrapper v0.1.2 |
| 633 | 2024-07-09T02:01:46.740Z | Compiling take_mut v0.2.2 |
| 634 | 2024-07-09T02:01:46.912Z | Compiling mime v0.3.17 |
| 635 | 2024-07-09T02:01:47.359Z | Compiling serde_spanned v0.6.6 |
| 636 | 2024-07-09T02:01:47.516Z | Compiling toml_datetime v0.6.6 |
| 637 | 2024-07-09T02:01:48.279Z | Compiling serde_tokenstream v0.2.1 |
| 638 | 2024-07-09T02:01:48.595Z | Compiling toml_edit v0.22.14 |
| 639 | 2024-07-09T02:01:48.835Z | Compiling hyper v0.14.28 |
| 640 | 2024-07-09T02:01:49.913Z | Compiling dof v0.3.0 |
| 641 | 2024-07-09T02:01:51.020Z | Compiling slog-json v2.6.1 |
| 642 | 2024-07-09T02:01:51.064Z | Compiling serde_urlencoded v0.7.1 |
| 643 | 2024-07-09T02:01:51.418Z | Compiling cargo-platform v0.1.8 |
| 644 | 2024-07-09T02:01:51.845Z | Compiling toml v0.8.14 |
| 645 | 2024-07-09T02:01:52.034Z | Compiling ipnet v2.9.0 |
| 646 | 2024-07-09T02:01:52.435Z | Compiling cpufeatures v0.2.12 |
| 647 | 2024-07-09T02:01:52.462Z | Compiling cargo_metadata v0.18.1 |
| 648 | 2024-07-09T02:01:52.543Z | Compiling sha2 v0.10.8 |
| 649 | 2024-07-09T02:01:52.578Z | Compiling usdt-macro v0.5.0 |
| 650 | 2024-07-09T02:01:52.639Z | Compiling usdt-attr-macro v0.5.0 |
| 651 | 2024-07-09T02:01:53.350Z | Compiling hyper-tls v0.5.0 |
| 652 | 2024-07-09T02:01:53.693Z | Compiling reqwest v0.11.27 |
| 653 | 2024-07-09T02:01:53.717Z | Compiling cargo_toml v0.20.3 |
| 654 | 2024-07-09T02:01:53.935Z | Compiling slog-bunyan v2.5.0 |
| 655 | 2024-07-09T02:01:54.141Z | Compiling strum v0.26.2 |
| 656 | 2024-07-09T02:01:54.175Z | Compiling usdt v0.5.0 |
| 657 | 2024-07-09T02:01:54.325Z | Compiling macaddr v1.0.1 |
| 658 | 2024-07-09T02:01:54.800Z | Compiling tar v0.4.40 |
| 659 | 2024-07-09T02:01:55.243Z | Compiling slog-term v2.9.1 |
| 660 | 2024-07-09T02:01:55.974Z | Compiling flate2 v1.0.30 |
| 661 | 2024-07-09T02:01:56.035Z | Compiling futures v0.3.30 |
| 662 | 2024-07-09T02:01:56.165Z | Compiling clap v4.5.4 |
| 663 | 2024-07-09T02:01:56.293Z | Compiling tabled v0.15.0 |
| 664 | 2024-07-09T02:01:56.897Z | Compiling swrite v0.1.0 |
| 665 | 2024-07-09T02:02:01.080Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 666 | 2024-07-09T02:02:09.182Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
| 667 | 2024-07-09T02:02:09.432Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
| 668 | 2024-07-09T02:02:09.496Z | Jul 09 02:02:08.358 INFO Starting download, target: Clickhouse |
| 669 | 2024-07-09T02:02:09.496Z | Jul 09 02:02:08.359 INFO Starting download, target: Cockroach |
| 670 | 2024-07-09T02:02:09.496Z | Jul 09 02:02:08.359 INFO Starting download, target: Console |
| 671 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.359 INFO Starting download, target: DendriteOpenapi |
| 672 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.359 INFO Starting download, target: DendriteStub |
| 673 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.359 INFO Starting download, target: MaghemiteMgd |
| 674 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.359 INFO Starting download, target: TransceiverControl |
| 675 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.360 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
| 676 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.360 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
| 677 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.360 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
| 678 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.360 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
| 679 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.360 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
| 680 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.360 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
| 681 | 2024-07-09T02:02:09.499Z | Jul 09 02:02:08.360 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
| 682 | 2024-07-09T02:02:09.870Z | Jul 09 02:02:08.727 INFO Download complete, target: DendriteOpenapi |
| 683 | 2024-07-09T02:02:09.946Z | Jul 09 02:02:08.806 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
| 684 | 2024-07-09T02:02:10.106Z | Jul 09 02:02:08.967 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
| 685 | 2024-07-09T02:02:10.394Z | Jul 09 02:02:09.257 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
| 686 | 2024-07-09T02:02:10.409Z | Jul 09 02:02:09.272 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
| 687 | 2024-07-09T02:02:10.526Z | Jul 09 02:02:09.389 INFO Download complete, target: Console |
| 688 | 2024-07-09T02:02:10.774Z | Jul 09 02:02:09.637 INFO Download complete, target: TransceiverControl |
| 689 | 2024-07-09T02:02:11.450Z | Jul 09 02:02:10.310 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
| 690 | 2024-07-09T02:02:12.936Z | Jul 09 02:02:11.798 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
| 691 | 2024-07-09T02:02:12.936Z | Jul 09 02:02:11.798 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
| 692 | 2024-07-09T02:02:13.598Z | Jul 09 02:02:12.460 INFO Download complete, target: DendriteStub |
| 693 | 2024-07-09T02:02:13.645Z | Jul 09 02:02:12.508 INFO Download complete, target: MaghemiteMgd |
| 694 | 2024-07-09T02:02:21.335Z | Jul 09 02:02:20.195 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
| 695 | 2024-07-09T02:02:21.648Z | Jul 09 02:02:20.509 INFO Checking that binary works, target: Cockroach |
| 696 | 2024-07-09T02:02:21.858Z | Jul 09 02:02:20.717 INFO Download complete, target: Cockroach |
| 697 | 2024-07-09T02:02:25.981Z | Jul 09 02:02:24.842 INFO Checking that binary works, target: Clickhouse |
| 698 | 2024-07-09T02:02:26.312Z | Jul 09 02:02:25.172 INFO Download complete, target: Clickhouse |
| 699 | 2024-07-09T02:02:26.709Z | All builder prerequisites installed successfully, and PATH looks valid |
| 700 | 2024-07-09T02:02:26.712Z | |
| 701 | 2024-07-09T02:02:26.712Z | real 3:14.676664397 |
| 702 | 2024-07-09T02:02:26.712Z | user 5:57.275506347 |
| 703 | 2024-07-09T02:02:26.712Z | sys 1:21.241854285 |
| 704 | 2024-07-09T02:02:26.712Z | trap 0.223755418 |
| 705 | 2024-07-09T02:02:26.712Z | tflt 3.288107756 |
| 706 | 2024-07-09T02:02:26.712Z | dflt 4.539216166 |
| 707 | 2024-07-09T02:02:26.712Z | kflt 0.316317673 |
| 708 | 2024-07-09T02:02:26.712Z | lock 13:13.424570497 |
| 709 | 2024-07-09T02:02:26.712Z | slp 18:56.772967761 |
| 710 | 2024-07-09T02:02:26.712Z | lat 20.046345507 |
| 711 | 2024-07-09T02:02:26.712Z | stop 1:06.196697986 |
| 712 | 2024-07-09T02:02:26.712Z | + banner clippy |
| 713 | 2024-07-09T02:02:26.715Z | |
| 714 | 2024-07-09T02:02:26.715Z | #### # # ##### ##### # # |
| 715 | 2024-07-09T02:02:26.715Z | # # # # # # # # # # |
| 716 | 2024-07-09T02:02:26.715Z | # # # # # # # # |
| 717 | 2024-07-09T02:02:26.715Z | # # # ##### ##### # |
| 718 | 2024-07-09T02:02:26.715Z | # # # # # # # |
| 719 | 2024-07-09T02:02:26.715Z | #### ###### # # # # |
| 720 | 2024-07-09T02:02:26.715Z | |
| 721 | 2024-07-09T02:02:26.715Z | + export CARGO_INCREMENTAL=0 |
| 722 | 2024-07-09T02:02:26.715Z | + CARGO_INCREMENTAL=0 |
| 723 | 2024-07-09T02:02:26.715Z | + ptime -m cargo xtask clippy |
| 724 | 2024-07-09T02:02:27.283Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 725 | 2024-07-09T02:02:34.756Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7.99s |
| 726 | 2024-07-09T02:02:34.821Z | Running `target/debug/xtask clippy` |
| 727 | 2024-07-09T02:02:34.843Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
| 728 | 2024-07-09T02:02:35.450Z | Downloading crates ... |
| 729 | 2024-07-09T02:02:35.602Z | Downloaded assert_matches v1.5.0 |
| 730 | 2024-07-09T02:02:35.604Z | Downloaded atomicwrites v0.4.3 |
| 731 | 2024-07-09T02:02:35.608Z | Downloaded approx v0.5.1 |
| 732 | 2024-07-09T02:02:35.612Z | Downloaded atty v0.2.14 |
| 733 | 2024-07-09T02:02:35.615Z | Downloaded addr2line v0.21.0 |
| 734 | 2024-07-09T02:02:35.621Z | Downloaded cfg_aliases v0.1.1 |
| 735 | 2024-07-09T02:02:35.624Z | Downloaded async-stream-impl v0.3.5 |
| 736 | 2024-07-09T02:02:35.624Z | Downloaded instant v0.1.12 |
| 737 | 2024-07-09T02:02:35.626Z | Downloaded bitstruct v0.1.1 |
| 738 | 2024-07-09T02:02:35.632Z | Downloaded ident_case v1.0.1 |
| 739 | 2024-07-09T02:02:35.635Z | Downloaded crunchy v0.2.2 |
| 740 | 2024-07-09T02:02:35.635Z | Downloaded indoc v1.0.9 |
| 741 | 2024-07-09T02:02:35.638Z | Downloaded cstr-argument v0.1.2 |
| 742 | 2024-07-09T02:02:35.641Z | Downloaded impl-trait-for-tuples v0.2.2 |
| 743 | 2024-07-09T02:02:35.646Z | Downloaded iana-time-zone v0.1.60 |
| 744 | 2024-07-09T02:02:35.650Z | Downloaded darling v0.20.9 |
| 745 | 2024-07-09T02:02:35.656Z | Downloaded opaque-debug v0.3.1 |
| 746 | 2024-07-09T02:02:35.659Z | Downloaded oso-derive v0.27.3 |
| 747 | 2024-07-09T02:02:35.659Z | Downloaded normalize-line-endings v0.3.0 |
| 748 | 2024-07-09T02:02:35.659Z | Downloaded number_prefix v0.4.0 |
| 749 | 2024-07-09T02:02:35.659Z | Downloaded nodrop v0.1.14 |
| 750 | 2024-07-09T02:02:35.662Z | Downloaded castaway v0.2.2 |
| 751 | 2024-07-09T02:02:35.662Z | Downloaded option-ext v0.2.0 |
| 752 | 2024-07-09T02:02:35.665Z | Downloaded ciborium-ll v0.2.2 |
| 753 | 2024-07-09T02:02:35.665Z | Downloaded camino-tempfile v1.1.1 |
| 754 | 2024-07-09T02:02:35.667Z | Downloaded crossbeam-deque v0.8.5 |
| 755 | 2024-07-09T02:02:35.670Z | Downloaded path-slash v0.1.5 |
| 756 | 2024-07-09T02:02:35.672Z | Downloaded ipnetwork v0.20.0 |
| 757 | 2024-07-09T02:02:35.672Z | Downloaded inout v0.1.3 |
| 758 | 2024-07-09T02:02:35.675Z | Downloaded indexmap v1.9.3 |
| 759 | 2024-07-09T02:02:35.677Z | Downloaded cassowary v0.3.0 |
| 760 | 2024-07-09T02:02:35.680Z | Downloaded memoffset v0.9.1 |
| 761 | 2024-07-09T02:02:35.683Z | Downloaded maybe-uninit v2.0.0 |
| 762 | 2024-07-09T02:02:35.683Z | Downloaded linked-hash-map v0.5.6 |
| 763 | 2024-07-09T02:02:35.687Z | Downloaded libsw v3.3.1 |
| 764 | 2024-07-09T02:02:35.687Z | Downloaded lalrpop-util v0.19.12 |
| 765 | 2024-07-09T02:02:35.690Z | Downloaded parse-size v1.0.0 |
| 766 | 2024-07-09T02:02:35.690Z | Downloaded crucible-workspace-hack v0.1.0 |
| 767 | 2024-07-09T02:02:35.690Z | Downloaded lru-cache v0.1.2 |
| 768 | 2024-07-09T02:02:35.693Z | Downloaded kstat-rs v0.2.4 |
| 769 | 2024-07-09T02:02:35.693Z | Downloaded num-iter v0.1.45 |
| 770 | 2024-07-09T02:02:35.693Z | Downloaded multimap v0.10.0 |
| 771 | 2024-07-09T02:02:35.696Z | Downloaded internet-checksum v0.2.1 |
| 772 | 2024-07-09T02:02:35.696Z | Downloaded anes v0.1.6 |
| 773 | 2024-07-09T02:02:35.698Z | Downloaded bitstruct_derive v0.1.0 |
| 774 | 2024-07-09T02:02:35.701Z | Downloaded new_debug_unreachable v1.0.6 |
| 775 | 2024-07-09T02:02:35.701Z | Downloaded matches v0.1.10 |
| 776 | 2024-07-09T02:02:35.704Z | Downloaded is_ci v1.2.0 |
| 777 | 2024-07-09T02:02:35.704Z | Downloaded cexpr v0.6.0 |
| 778 | 2024-07-09T02:02:35.706Z | Downloaded bcrypt-pbkdf v0.10.0 |
| 779 | 2024-07-09T02:02:35.706Z | Downloaded base16ct v0.2.0 |
| 780 | 2024-07-09T02:02:35.709Z | Downloaded async-trait v0.1.80 |
| 781 | 2024-07-09T02:02:35.712Z | Downloaded async-recursion v1.1.1 |
| 782 | 2024-07-09T02:02:35.715Z | Downloaded bit-vec v0.6.3 |
| 783 | 2024-07-09T02:02:35.718Z | Downloaded pbkdf2 v0.11.0 |
| 784 | 2024-07-09T02:02:35.721Z | Downloaded parse-display v0.9.1 |
| 785 | 2024-07-09T02:02:35.721Z | Downloaded packed_struct v0.10.1 |
| 786 | 2024-07-09T02:02:35.724Z | Downloaded num-derive v0.4.2 |
| 787 | 2024-07-09T02:02:35.726Z | Downloaded stability v0.2.0 |
| 788 | 2024-07-09T02:02:35.729Z | Downloaded cast v0.3.0 |
| 789 | 2024-07-09T02:02:35.729Z | Downloaded bitflags v1.3.2 |
| 790 | 2024-07-09T02:02:35.732Z | Downloaded signal-hook-tokio v0.3.1 |
| 791 | 2024-07-09T02:02:35.736Z | Downloaded num_enum v0.5.11 |
| 792 | 2024-07-09T02:02:35.739Z | Downloaded corncobs v0.1.3 |
| 793 | 2024-07-09T02:02:35.743Z | Downloaded num v0.4.3 |
| 794 | 2024-07-09T02:02:35.743Z | Downloaded password-hash v0.5.0 |
| 795 | 2024-07-09T02:02:35.746Z | Downloaded block-padding v0.3.3 |
| 796 | 2024-07-09T02:02:35.746Z | Downloaded cookie v0.17.0 |
| 797 | 2024-07-09T02:02:35.749Z | Downloaded ciborium v0.2.2 |
| 798 | 2024-07-09T02:02:35.752Z | Downloaded backoff v0.4.0 |
| 799 | 2024-07-09T02:02:35.757Z | Downloaded vte_generate_state_changes v0.1.1 |
| 800 | 2024-07-09T02:02:35.757Z | Downloaded num-integer v0.1.46 |
| 801 | 2024-07-09T02:02:35.758Z | Downloaded criterion-plot v0.5.0 |
| 802 | 2024-07-09T02:02:35.762Z | Downloaded cbc v0.1.2 |
| 803 | 2024-07-09T02:02:35.762Z | Downloaded oorandom v11.1.3 |
| 804 | 2024-07-09T02:02:35.765Z | Downloaded crc-catalog v2.4.0 |
| 805 | 2024-07-09T02:02:35.765Z | Downloaded convert_case v0.4.0 |
| 806 | 2024-07-09T02:02:35.765Z | Downloaded packed_struct_codegen v0.10.1 |
| 807 | 2024-07-09T02:02:35.768Z | Downloaded console v0.15.8 |
| 808 | 2024-07-09T02:02:35.770Z | Downloaded bit-set v0.5.3 |
| 809 | 2024-07-09T02:02:35.770Z | Downloaded darling_macro v0.20.9 |
| 810 | 2024-07-09T02:02:35.773Z | Downloaded curve25519-dalek-derive v0.1.1 |
| 811 | 2024-07-09T02:02:35.773Z | Downloaded partial-io v0.5.4 |
| 812 | 2024-07-09T02:02:35.776Z | Downloaded csv-core v0.1.11 |
| 813 | 2024-07-09T02:02:35.779Z | Downloaded assert_cmd v2.0.14 |
| 814 | 2024-07-09T02:02:35.781Z | Downloaded newtype-uuid v1.1.0 |
| 815 | 2024-07-09T02:02:35.781Z | Downloaded ahash v0.8.11 |
| 816 | 2024-07-09T02:02:35.784Z | Downloaded fxhash v0.2.1 |
| 817 | 2024-07-09T02:02:35.786Z | Downloaded cobs v0.2.3 |
| 818 | 2024-07-09T02:02:35.786Z | Downloaded phf_shared v0.10.0 |
| 819 | 2024-07-09T02:02:35.789Z | Downloaded dhcproto-macros v0.1.0 |
| 820 | 2024-07-09T02:02:35.789Z | Downloaded ascii v1.1.0 |
| 821 | 2024-07-09T02:02:35.792Z | Downloaded precomputed-hash v0.1.1 |
| 822 | 2024-07-09T02:02:35.792Z | Downloaded secrecy v0.8.0 |
| 823 | 2024-07-09T02:02:35.795Z | Downloaded pbkdf2 v0.12.2 |
| 824 | 2024-07-09T02:02:35.795Z | Downloaded target-spec v3.1.0 |
| 825 | 2024-07-09T02:02:35.797Z | Downloaded structmeta-derive v0.3.0 |
| 826 | 2024-07-09T02:02:35.800Z | Downloaded siphasher v0.3.11 |
| 827 | 2024-07-09T02:02:35.800Z | Downloaded supports-color v3.0.0 |
| 828 | 2024-07-09T02:02:35.803Z | Downloaded num-traits v0.2.19 |
| 829 | 2024-07-09T02:02:35.806Z | Downloaded stringprep v0.1.4 |
| 830 | 2024-07-09T02:02:35.808Z | Downloaded thiserror-impl-no-std v2.0.2 |
| 831 | 2024-07-09T02:02:35.808Z | Downloaded tui-tree-widget v0.21.0 |
| 832 | 2024-07-09T02:02:35.811Z | Downloaded indicatif v0.17.8 |
| 833 | 2024-07-09T02:02:35.814Z | Downloaded crc-any v2.5.0 |
| 834 | 2024-07-09T02:02:35.817Z | Downloaded password-hash v0.4.2 |
| 835 | 2024-07-09T02:02:35.819Z | Downloaded bcs v0.1.6 |
| 836 | 2024-07-09T02:02:35.822Z | Downloaded parking_lot_core v0.8.6 |
| 837 | 2024-07-09T02:02:35.827Z | Downloaded num-complex v0.4.6 |
| 838 | 2024-07-09T02:02:35.827Z | Downloaded owo-colors v4.0.0 |
| 839 | 2024-07-09T02:02:35.834Z | Downloaded blowfish v0.9.1 |
| 840 | 2024-07-09T02:02:35.838Z | Downloaded uzers v0.11.3 |
| 841 | 2024-07-09T02:02:35.838Z | Downloaded mockall_derive v0.12.1 |
| 842 | 2024-07-09T02:02:35.838Z | Downloaded omicron-zone-package v0.11.0 |
| 843 | 2024-07-09T02:02:35.841Z | Downloaded base64 v0.13.1 |
| 844 | 2024-07-09T02:02:35.843Z | Downloaded tower-layer v0.3.2 |
| 845 | 2024-07-09T02:02:35.843Z | Downloaded hex v0.4.3 |
| 846 | 2024-07-09T02:02:35.849Z | Downloaded zeroize v1.7.0 |
| 847 | 2024-07-09T02:02:35.849Z | Downloaded waitgroup v0.1.2 |
| 848 | 2024-07-09T02:02:35.849Z | Downloaded heck v0.3.3 |
| 849 | 2024-07-09T02:02:35.852Z | Downloaded phf_shared v0.11.2 |
| 850 | 2024-07-09T02:02:35.852Z | Downloaded phf v0.11.2 |
| 851 | 2024-07-09T02:02:35.855Z | Downloaded futures-timer v3.0.3 |
| 852 | 2024-07-09T02:02:35.855Z | Downloaded funty v2.0.0 |
| 853 | 2024-07-09T02:02:35.858Z | Downloaded nu-ansi-term v0.50.0 |
| 854 | 2024-07-09T02:02:35.860Z | Downloaded ed25519 v2.2.3 |
| 855 | 2024-07-09T02:02:35.861Z | Downloaded p256 v0.13.2 |
| 856 | 2024-07-09T02:02:35.864Z | Downloaded derive_builder_macro v0.20.0 |
| 857 | 2024-07-09T02:02:35.867Z | Downloaded rand_seeder v0.2.3 |
| 858 | 2024-07-09T02:02:35.867Z | Downloaded crossbeam-epoch v0.9.18 |
| 859 | 2024-07-09T02:02:35.869Z | Downloaded cfg-expr v0.15.8 |
| 860 | 2024-07-09T02:02:35.873Z | Downloaded tracing-attributes v0.1.27 |
| 861 | 2024-07-09T02:02:35.875Z | Downloaded chacha20poly1305 v0.10.1 |
| 862 | 2024-07-09T02:02:35.878Z | Downloaded plotters-svg v0.3.5 |
| 863 | 2024-07-09T02:02:35.881Z | Downloaded hubpack_derive v0.1.1 |
| 864 | 2024-07-09T02:02:35.881Z | Downloaded same-file v1.0.6 |
| 865 | 2024-07-09T02:02:35.884Z | Downloaded num-rational v0.4.2 |
| 866 | 2024-07-09T02:02:35.884Z | Downloaded rand_xorshift v0.3.0 |
| 867 | 2024-07-09T02:02:35.887Z | Downloaded rtoolbox v0.0.2 |
| 868 | 2024-07-09T02:02:35.887Z | Downloaded rfc6979 v0.4.0 |
| 869 | 2024-07-09T02:02:35.889Z | Downloaded mime_guess v2.0.4 |
| 870 | 2024-07-09T02:02:35.889Z | Downloaded const-oid v0.9.6 |
| 871 | 2024-07-09T02:02:35.892Z | Downloaded tokio-tungstenite v0.21.0 |
| 872 | 2024-07-09T02:02:35.894Z | Downloaded slog-scope v4.4.0 |
| 873 | 2024-07-09T02:02:35.897Z | Downloaded vsss-rs v3.3.4 |
| 874 | 2024-07-09T02:02:35.900Z | Downloaded serde-big-array v0.5.1 |
| 875 | 2024-07-09T02:02:35.902Z | Downloaded sqlparser_derive v0.2.2 |
| 876 | 2024-07-09T02:02:35.902Z | Downloaded arc-swap v1.7.1 |
| 877 | 2024-07-09T02:02:35.906Z | Downloaded serde_repr v0.1.19 |
| 878 | 2024-07-09T02:02:35.909Z | Downloaded subtle v2.5.0 |
| 879 | 2024-07-09T02:02:35.911Z | Downloaded strum_macros v0.24.3 |
| 880 | 2024-07-09T02:02:35.914Z | Downloaded unicode-xid v0.2.4 |
| 881 | 2024-07-09T02:02:35.914Z | Downloaded sqlformat v0.2.3 |
| 882 | 2024-07-09T02:02:35.917Z | Downloaded slog-envlogger v2.2.0 |
| 883 | 2024-07-09T02:02:35.919Z | Downloaded cookie v0.18.1 |
| 884 | 2024-07-09T02:02:35.922Z | Downloaded thiserror-no-std v2.0.2 |
| 885 | 2024-07-09T02:02:35.926Z | Downloaded fragile v2.0.0 |
| 886 | 2024-07-09T02:02:35.929Z | Downloaded display-error-chain v0.2.0 |
| 887 | 2024-07-09T02:02:35.930Z | Downloaded endian-type v0.1.2 |
| 888 | 2024-07-09T02:02:35.930Z | Downloaded fallible-iterator v0.2.0 |
| 889 | 2024-07-09T02:02:35.940Z | Downloaded http-body v1.0.0 |
| 890 | 2024-07-09T02:02:35.944Z | Downloaded humantime v2.1.0 |
| 891 | 2024-07-09T02:02:35.947Z | Downloaded const_format v0.2.32 |
| 892 | 2024-07-09T02:02:35.953Z | Downloaded peg-runtime v0.8.3 |
| 893 | 2024-07-09T02:02:35.953Z | Downloaded proc-macro-crate v1.3.1 |
| 894 | 2024-07-09T02:02:35.953Z | Downloaded primeorder v0.13.6 |
| 895 | 2024-07-09T02:02:35.956Z | Downloaded backtrace v0.3.71 |
| 896 | 2024-07-09T02:02:35.959Z | Downloaded plotters-backend v0.3.5 |
| 897 | 2024-07-09T02:02:35.962Z | Downloaded rand_core v0.5.1 |
| 898 | 2024-07-09T02:02:35.962Z | Downloaded rusty-fork v0.3.0 |
| 899 | 2024-07-09T02:02:35.965Z | Downloaded serde-big-array v0.4.1 |
| 900 | 2024-07-09T02:02:35.965Z | Downloaded base64 v0.22.1 |
| 901 | 2024-07-09T02:02:35.969Z | Downloaded textwrap v0.16.1 |
| 902 | 2024-07-09T02:02:35.973Z | Downloaded rustc-hash v1.1.0 |
| 903 | 2024-07-09T02:02:35.976Z | Downloaded static_assertions v1.1.0 |
| 904 | 2024-07-09T02:02:35.976Z | Downloaded stable_deref_trait v1.2.0 |
| 905 | 2024-07-09T02:02:35.976Z | Downloaded spki v0.7.3 |
| 906 | 2024-07-09T02:02:35.979Z | Downloaded oso v0.27.3 |
| 907 | 2024-07-09T02:02:35.982Z | Downloaded hubpack v0.1.2 |
| 908 | 2024-07-09T02:02:35.985Z | Downloaded guppy-workspace-hack v0.1.0 |
| 909 | 2024-07-09T02:02:35.985Z | Downloaded wait-timeout v0.2.0 |
| 910 | 2024-07-09T02:02:35.987Z | Downloaded strum_macros v0.25.3 |
| 911 | 2024-07-09T02:02:35.990Z | Downloaded zeroize_derive v1.4.2 |
| 912 | 2024-07-09T02:02:35.990Z | Downloaded tokio-rustls v0.24.1 |
| 913 | 2024-07-09T02:02:35.993Z | Downloaded derive-where v1.2.7 |
| 914 | 2024-07-09T02:02:35.997Z | Downloaded wyz v0.5.1 |
| 915 | 2024-07-09T02:02:36.009Z | Downloaded flagset v0.4.5 |
| 916 | 2024-07-09T02:02:36.009Z | Downloaded ena v0.14.3 |
| 917 | 2024-07-09T02:02:36.015Z | Downloaded highway v1.1.0 |
| 918 | 2024-07-09T02:02:36.015Z | Downloaded psl-types v2.0.11 |
| 919 | 2024-07-09T02:02:36.015Z | Downloaded defmt v0.3.8 |
| 920 | 2024-07-09T02:02:36.015Z | Downloaded debug-ignore v1.0.5 |
| 921 | 2024-07-09T02:02:36.015Z | Downloaded derive_builder_core v0.20.0 |
| 922 | 2024-07-09T02:02:36.015Z | Downloaded der_derive v0.7.2 |
| 923 | 2024-07-09T02:02:36.021Z | Downloaded getrandom v0.2.14 |
| 924 | 2024-07-09T02:02:36.021Z | Downloaded tungstenite v0.20.1 |
| 925 | 2024-07-09T02:02:36.025Z | Downloaded embedded-io v0.4.0 |
| 926 | 2024-07-09T02:02:36.025Z | Downloaded predicates v3.1.0 |
| 927 | 2024-07-09T02:02:36.028Z | Downloaded sigpipe v0.1.3 |
| 928 | 2024-07-09T02:02:36.028Z | Downloaded rand_core v0.6.4 |
| 929 | 2024-07-09T02:02:36.031Z | Downloaded minimal-lexical v0.2.1 |
| 930 | 2024-07-09T02:02:36.034Z | Downloaded ppv-lite86 v0.2.17 |
| 931 | 2024-07-09T02:02:36.037Z | Downloaded r2d2 v0.8.10 |
| 932 | 2024-07-09T02:02:36.039Z | Downloaded rustls-pemfile v2.1.2 |
| 933 | 2024-07-09T02:02:36.044Z | Downloaded rpassword v7.3.1 |
| 934 | 2024-07-09T02:02:36.046Z | Downloaded smf v0.2.3 |
| 935 | 2024-07-09T02:02:36.046Z | Downloaded unarray v0.1.4 |
| 936 | 2024-07-09T02:02:36.046Z | Downloaded threadpool v1.8.1 |
| 937 | 2024-07-09T02:02:36.046Z | Downloaded spin v0.9.8 |
| 938 | 2024-07-09T02:02:36.049Z | Downloaded semver v0.1.20 |
| 939 | 2024-07-09T02:02:36.051Z | Downloaded utf-8 v0.7.6 |
| 940 | 2024-07-09T02:02:36.054Z | Downloaded dirs v5.0.1 |
| 941 | 2024-07-09T02:02:36.054Z | Downloaded http-range v0.1.5 |
| 942 | 2024-07-09T02:02:36.057Z | Downloaded escape8259 v0.5.2 |
| 943 | 2024-07-09T02:02:36.057Z | Downloaded diesel_derives v2.1.4 |
| 944 | 2024-07-09T02:02:36.060Z | Downloaded difflib v0.4.0 |
| 945 | 2024-07-09T02:02:36.062Z | Downloaded walkdir v2.5.0 |
| 946 | 2024-07-09T02:02:36.065Z | Downloaded subprocess v0.2.9 |
| 947 | 2024-07-09T02:02:36.067Z | Downloaded group v0.13.0 |
| 948 | 2024-07-09T02:02:36.070Z | Downloaded erased-serde v0.3.31 |
| 949 | 2024-07-09T02:02:36.073Z | Downloaded fatfs v0.3.6 |
| 950 | 2024-07-09T02:02:36.075Z | Downloaded unicode-truncate v1.0.0 |
| 951 | 2024-07-09T02:02:36.075Z | Downloaded snafu v0.8.2 |
| 952 | 2024-07-09T02:02:36.081Z | Downloaded unicase v2.7.0 |
| 953 | 2024-07-09T02:02:36.084Z | Downloaded diesel_table_macro_syntax v0.1.0 |
| 954 | 2024-07-09T02:02:36.084Z | Downloaded pkcs8 v0.10.2 |
| 955 | 2024-07-09T02:02:36.087Z | Downloaded derive_builder v0.20.0 |
| 956 | 2024-07-09T02:02:36.092Z | Downloaded prettyplease v0.2.20 |
| 957 | 2024-07-09T02:02:36.096Z | Downloaded headers v0.3.9 |
| 958 | 2024-07-09T02:02:36.104Z | Downloaded peg-macros v0.8.3 |
| 959 | 2024-07-09T02:02:36.106Z | Downloaded tls_codec_derive v0.4.1 |
| 960 | 2024-07-09T02:02:36.107Z | Downloaded num-bigint v0.4.5 |
| 961 | 2024-07-09T02:02:36.111Z | Downloaded russh-cryptovec v0.7.2 |
| 962 | 2024-07-09T02:02:36.115Z | Downloaded portpicker v0.1.1 |
| 963 | 2024-07-09T02:02:36.115Z | Downloaded smawk v0.3.2 |
| 964 | 2024-07-09T02:02:36.119Z | Downloaded untrusted v0.9.0 |
| 965 | 2024-07-09T02:02:36.119Z | Downloaded gethostname v0.4.3 |
| 966 | 2024-07-09T02:02:36.119Z | Downloaded termtree v0.4.1 |
| 967 | 2024-07-09T02:02:36.122Z | Downloaded samael v0.0.15 |
| 968 | 2024-07-09T02:02:36.125Z | Downloaded serde_derive_internals v0.29.1 |
| 969 | 2024-07-09T02:02:36.128Z | Downloaded hostname v0.4.0 |
| 970 | 2024-07-09T02:02:36.131Z | Downloaded home v0.5.9 |
| 971 | 2024-07-09T02:02:36.131Z | Downloaded ed25519-dalek v2.1.1 |
| 972 | 2024-07-09T02:02:36.133Z | Downloaded zone v0.1.8 |
| 973 | 2024-07-09T02:02:36.137Z | Downloaded env_logger v0.10.2 |
| 974 | 2024-07-09T02:02:36.139Z | Downloaded tinytemplate v1.2.1 |
| 975 | 2024-07-09T02:02:36.139Z | Downloaded tempfile v3.10.1 |
| 976 | 2024-07-09T02:02:36.150Z | Downloaded schemars_derive v0.8.21 |
| 977 | 2024-07-09T02:02:36.197Z | Downloaded pretty_assertions v1.4.0 |
| 978 | 2024-07-09T02:02:36.197Z | Downloaded tap v1.0.1 |
| 979 | 2024-07-09T02:02:36.197Z | Downloaded tabwriter v1.4.0 |
| 980 | 2024-07-09T02:02:36.197Z | Downloaded globset v0.4.14 |
| 981 | 2024-07-09T02:02:36.197Z | Downloaded aes v0.8.4 |
| 982 | 2024-07-09T02:02:36.197Z | Downloaded sec1 v0.7.3 |
| 983 | 2024-07-09T02:02:36.197Z | Downloaded rand v0.8.5 |
| 984 | 2024-07-09T02:02:36.197Z | Downloaded libxml v0.3.3 |
| 985 | 2024-07-09T02:02:36.197Z | Downloaded serde_with_macros v3.8.1 |
| 986 | 2024-07-09T02:02:36.197Z | Downloaded pretty-hex v0.2.1 |
| 987 | 2024-07-09T02:02:36.197Z | Downloaded tls_codec v0.4.1 |
| 988 | 2024-07-09T02:02:36.197Z | Downloaded rayon-core v1.12.1 |
| 989 | 2024-07-09T02:02:36.197Z | Downloaded polyval v0.6.2 |
| 990 | 2024-07-09T02:02:36.197Z | Downloaded datatest-stable v0.2.9 |
| 991 | 2024-07-09T02:02:36.198Z | Downloaded doc-comment v0.3.3 |
| 992 | 2024-07-09T02:02:36.198Z | Downloaded serde_path_to_error v0.1.16 |
| 993 | 2024-07-09T02:02:36.198Z | Downloaded foreign-types-macros v0.2.3 |
| 994 | 2024-07-09T02:02:36.198Z | Downloaded target-lexicon v0.12.14 |
| 995 | 2024-07-09T02:02:36.198Z | Downloaded socket2 v0.4.10 |
| 996 | 2024-07-09T02:02:36.198Z | Downloaded crossterm v0.27.0 |
| 997 | 2024-07-09T02:02:36.200Z | Downloaded scheduled-thread-pool v0.2.7 |
| 998 | 2024-07-09T02:02:36.200Z | Downloaded structmeta v0.2.0 |
| 999 | 2024-07-09T02:02:36.200Z | Downloaded postgres-protocol v0.6.6 |
| 1000 | 2024-07-09T02:02:36.200Z | Downloaded pem v3.0.4 |
| 1001 | 2024-07-09T02:02:36.203Z | Downloaded data-encoding v2.6.0 |
| 1002 | 2024-07-09T02:02:36.203Z | Downloaded peg v0.8.3 |
| 1003 | 2024-07-09T02:02:36.206Z | Downloaded tokio-postgres v0.7.10 |
| 1004 | 2024-07-09T02:02:36.211Z | Downloaded hyper-rustls v0.24.2 |
| 1005 | 2024-07-09T02:02:36.213Z | Downloaded sct v0.7.1 |
| 1006 | 2024-07-09T02:02:36.217Z | Downloaded structmeta v0.3.0 |
| 1007 | 2024-07-09T02:02:36.219Z | Downloaded num-bigint-dig v0.8.4 |
| 1008 | 2024-07-09T02:02:36.223Z | Downloaded signature v2.2.0 |
| 1009 | 2024-07-09T02:02:36.225Z | Downloaded universal-hash v0.5.1 |
| 1010 | 2024-07-09T02:02:36.228Z | Downloaded dyn-clone v1.0.17 |
| 1011 | 2024-07-09T02:02:36.228Z | Downloaded yasna v0.5.2 |
| 1012 | 2024-07-09T02:02:36.230Z | Downloaded rstest v0.19.0 |
| 1013 | 2024-07-09T02:02:36.235Z | Downloaded rand_distr v0.4.3 |
| 1014 | 2024-07-09T02:02:36.238Z | Downloaded zone_cfg_derive v0.1.2 |
| 1015 | 2024-07-09T02:02:36.240Z | Downloaded ron v0.7.1 |
| 1016 | 2024-07-09T02:02:36.244Z | Downloaded termcolor v1.4.1 |
| 1017 | 2024-07-09T02:02:36.246Z | Downloaded topological-sort v0.2.2 |
| 1018 | 2024-07-09T02:02:36.246Z | Downloaded strip-ansi-escapes v0.2.0 |
| 1019 | 2024-07-09T02:02:36.249Z | Downloaded pin-project-internal v1.1.5 |
| 1020 | 2024-07-09T02:02:36.251Z | Downloaded snafu-derive v0.8.2 |
| 1021 | 2024-07-09T02:02:36.251Z | Downloaded string_cache v0.8.7 |
| 1022 | 2024-07-09T02:02:36.253Z | Downloaded hyper-staticfile v0.9.5 |
| 1023 | 2024-07-09T02:02:36.256Z | Downloaded tokio-stream v0.1.15 |
| 1024 | 2024-07-09T02:02:36.259Z | Downloaded uuid v1.9.1 |
| 1025 | 2024-07-09T02:02:36.262Z | Downloaded structmeta-derive v0.2.0 |
| 1026 | 2024-07-09T02:02:36.265Z | Downloaded hmac v0.12.1 |
| 1027 | 2024-07-09T02:02:36.267Z | Downloaded diff v0.1.13 |
| 1028 | 2024-07-09T02:02:36.269Z | Downloaded radium v0.7.0 |
| 1029 | 2024-07-09T02:02:36.272Z | Downloaded quick-error v1.2.3 |
| 1030 | 2024-07-09T02:02:36.272Z | Downloaded ref-cast v1.0.23 |
| 1031 | 2024-07-09T02:02:36.274Z | Downloaded ecdsa v0.16.9 |
| 1032 | 2024-07-09T02:02:36.276Z | Downloaded itertools v0.10.5 |
| 1033 | 2024-07-09T02:02:36.282Z | Downloaded fancy-regex v0.13.0 |
| 1034 | 2024-07-09T02:02:36.286Z | Downloaded getopts v0.2.21 |
| 1035 | 2024-07-09T02:02:36.291Z | Downloaded fd-lock v4.0.2 |
| 1036 | 2024-07-09T02:02:36.293Z | Downloaded fixedbitset v0.4.2 |
| 1037 | 2024-07-09T02:02:36.293Z | Downloaded which v4.4.2 |
| 1038 | 2024-07-09T02:02:36.293Z | Downloaded similar-asserts v1.5.0 |
| 1039 | 2024-07-09T02:02:36.296Z | Downloaded derive_more v0.99.18 |
| 1040 | 2024-07-09T02:02:36.300Z | Downloaded dhcproto v0.11.0 |
| 1041 | 2024-07-09T02:02:36.303Z | Downloaded relative-path v1.9.3 |
| 1042 | 2024-07-09T02:02:36.306Z | Downloaded ff v0.13.0 |
| 1043 | 2024-07-09T02:02:36.309Z | Downloaded itertools v0.13.0 |
| 1044 | 2024-07-09T02:02:36.314Z | Downloaded rand_chacha v0.2.2 |
| 1045 | 2024-07-09T02:02:36.316Z | Downloaded shell-words v1.1.0 |
| 1046 | 2024-07-09T02:02:36.316Z | Downloaded resolv-conf v0.7.0 |
| 1047 | 2024-07-09T02:02:36.318Z | Downloaded elliptic-curve v0.13.8 |
| 1048 | 2024-07-09T02:02:36.322Z | Downloaded trust-dns-resolver v0.22.0 |
| 1049 | 2024-07-09T02:02:36.327Z | Downloaded serde_plain v1.0.2 |
| 1050 | 2024-07-09T02:02:36.329Z | Downloaded ref-cast-impl v1.0.23 |
| 1051 | 2024-07-09T02:02:36.329Z | Downloaded hashbrown v0.12.3 |
| 1052 | 2024-07-09T02:02:36.333Z | Downloaded rand_chacha v0.3.1 |
| 1053 | 2024-07-09T02:02:36.335Z | Downloaded itertools v0.12.1 |
| 1054 | 2024-07-09T02:02:36.341Z | Downloaded zerocopy v0.6.6 |
| 1055 | 2024-07-09T02:02:36.344Z | Downloaded whoami v1.5.1 |
| 1056 | 2024-07-09T02:02:36.346Z | Downloaded tokio-tungstenite v0.20.1 |
| 1057 | 2024-07-09T02:02:36.349Z | Downloaded pin-project v1.1.5 |
| 1058 | 2024-07-09T02:02:36.360Z | Downloaded getrandom v0.1.16 |
| 1059 | 2024-07-09T02:02:36.363Z | Downloaded rustc-demangle v0.1.24 |
| 1060 | 2024-07-09T02:02:36.365Z | Downloaded slog-stdlog v4.1.1 |
| 1061 | 2024-07-09T02:02:36.368Z | Downloaded schemars v0.8.21 |
| 1062 | 2024-07-09T02:02:36.378Z | Downloaded half v2.4.1 |
| 1063 | 2024-07-09T02:02:36.381Z | Downloaded rsa v0.9.6 |
| 1064 | 2024-07-09T02:02:36.386Z | Downloaded tough v0.17.1 |
| 1065 | 2024-07-09T02:02:36.395Z | Downloaded unsafe-libyaml v0.2.11 |
| 1066 | 2024-07-09T02:02:36.398Z | Downloaded similar v2.5.0 |
| 1067 | 2024-07-09T02:02:36.405Z | Downloaded aho-corasick v1.1.3 |
| 1068 | 2024-07-09T02:02:36.409Z | Downloaded blake3 v1.5.1 |
| 1069 | 2024-07-09T02:02:36.416Z | Downloaded expectorate v1.1.0 |
| 1070 | 2024-07-09T02:02:36.419Z | Downloaded serde_yaml v0.9.34+deprecated |
| 1071 | 2024-07-09T02:02:36.422Z | Downloaded steno v0.4.1 |
| 1072 | 2024-07-09T02:02:36.427Z | Downloaded unicode-segmentation v1.11.0 |
| 1073 | 2024-07-09T02:02:36.430Z | Downloaded http v1.1.0 |
| 1074 | 2024-07-09T02:02:36.434Z | Downloaded toml_edit v0.19.15 |
| 1075 | 2024-07-09T02:02:36.451Z | Downloaded rustyline v14.0.0 |
| 1076 | 2024-07-09T02:02:36.456Z | Downloaded hashbrown v0.13.2 |
| 1077 | 2024-07-09T02:02:36.461Z | Downloaded plotters v0.3.5 |
| 1078 | 2024-07-09T02:02:36.469Z | Downloaded winnow v0.5.40 |
| 1079 | 2024-07-09T02:02:36.478Z | Downloaded trust-dns-server v0.22.1 |
| 1080 | 2024-07-09T02:02:36.483Z | Downloaded guppy v0.17.5 |
| 1081 | 2024-07-09T02:02:36.489Z | Downloaded rustls-webpki v0.101.7 |
| 1082 | 2024-07-09T02:02:36.503Z | Downloaded regex-automata v0.1.10 |
| 1083 | 2024-07-09T02:02:36.509Z | Downloaded hyper v1.3.1 |
| 1084 | 2024-07-09T02:02:36.515Z | Downloaded reedline v0.31.0 |
| 1085 | 2024-07-09T02:02:36.522Z | Downloaded rayon v1.10.0 |
| 1086 | 2024-07-09T02:02:36.532Z | Downloaded lalrpop v0.19.12 |
| 1087 | 2024-07-09T02:02:36.543Z | Downloaded trust-dns-client v0.22.0 |
| 1088 | 2024-07-09T02:02:36.550Z | Downloaded idna v0.2.3 |
| 1089 | 2024-07-09T02:02:36.555Z | Downloaded rand v0.7.3 |
| 1090 | 2024-07-09T02:02:36.560Z | Downloaded nix v0.27.1 |
| 1091 | 2024-07-09T02:02:36.571Z | Downloaded object v0.32.2 |
| 1092 | 2024-07-09T02:02:36.581Z | Downloaded quick-xml v0.31.0 |
| 1093 | 2024-07-09T02:02:36.587Z | Downloaded hkdf v0.12.4 |
| 1094 | 2024-07-09T02:02:36.589Z | Downloaded object v0.30.4 |
| 1095 | 2024-07-09T02:02:36.598Z | Downloaded proptest v1.4.0 |
| 1096 | 2024-07-09T02:02:36.607Z | Downloaded sqlparser v0.45.0 |
| 1097 | 2024-07-09T02:02:36.613Z | Downloaded rustls-webpki v0.102.4 |
| 1098 | 2024-07-09T02:02:36.632Z | Downloaded idna v0.3.0 |
| 1099 | 2024-07-09T02:02:36.637Z | Downloaded smoltcp v0.9.1 |
| 1100 | 2024-07-09T02:02:36.647Z | Downloaded nix v0.28.0 |
| 1101 | 2024-07-09T02:02:36.659Z | Downloaded polar-core v0.27.3 |
| 1102 | 2024-07-09T02:02:36.667Z | Downloaded smoltcp v0.11.0 |
| 1103 | 2024-07-09T02:02:36.680Z | Downloaded radix_trie v0.2.1 |
| 1104 | 2024-07-09T02:02:36.685Z | Downloaded regex v1.10.5 |
| 1105 | 2024-07-09T02:02:36.698Z | Downloaded webpki-roots v0.25.4 |
| 1106 | 2024-07-09T02:02:36.702Z | Downloaded bstr v1.9.1 |
| 1107 | 2024-07-09T02:02:36.712Z | Downloaded regex-syntax v0.8.3 |
| 1108 | 2024-07-09T02:02:36.720Z | Downloaded trust-dns-proto v0.22.0 |
| 1109 | 2024-07-09T02:02:36.732Z | Downloaded regex-syntax v0.6.29 |
| 1110 | 2024-07-09T02:02:36.739Z | Downloaded ratatui v0.27.0 |
| 1111 | 2024-07-09T02:02:36.759Z | Downloaded rustls v0.22.4 |
| 1112 | 2024-07-09T02:02:36.771Z | Downloaded sled v0.34.7 |
| 1113 | 2024-07-09T02:02:36.781Z | Downloaded zerocopy-derive v0.6.6 |
| 1114 | 2024-07-09T02:02:36.792Z | Downloaded regex-automata v0.4.6 |
| 1115 | 2024-07-09T02:02:36.806Z | Downloaded finl_unicode v1.2.0 |
| 1116 | 2024-07-09T02:02:36.818Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
| 1117 | 2024-07-09T02:02:36.829Z | Downloaded petgraph v0.6.5 |
| 1118 | 2024-07-09T02:02:36.845Z | Downloaded gimli v0.28.1 |
| 1119 | 2024-07-09T02:02:36.852Z | Downloaded regress v0.9.1 |
| 1120 | 2024-07-09T02:02:36.859Z | Downloaded openapiv3 v2.0.0 |
| 1121 | 2024-07-09T02:02:36.870Z | Downloaded rustls v0.21.12 |
| 1122 | 2024-07-09T02:02:36.887Z | Downloaded diesel v2.1.6 |
| 1123 | 2024-07-09T02:02:36.913Z | Downloaded sha3 v0.10.8 |
| 1124 | 2024-07-09T02:02:36.918Z | Downloaded csv v1.3.0 |
| 1125 | 2024-07-09T02:02:36.944Z | Downloaded curve25519-dalek v4.1.3 |
| 1126 | 2024-07-09T02:02:36.955Z | Downloaded bstr v0.2.17 |
| 1127 | 2024-07-09T02:02:36.964Z | Downloaded chrono v0.4.38 |
| 1128 | 2024-07-09T02:02:36.971Z | Downloaded bitvec v1.0.1 |
| 1129 | 2024-07-09T02:02:36.985Z | Downloaded bindgen v0.69.4 |
| 1130 | 2024-07-09T02:02:36.991Z | Downloaded portable-atomic v1.6.0 |
| 1131 | 2024-07-09T02:02:36.997Z | Downloaded russh v0.43.0 |
| 1132 | 2024-07-09T02:02:37.002Z | Downloaded nom v7.1.3 |
| 1133 | 2024-07-09T02:02:37.006Z | Downloaded rustc_version v0.1.7 |
| 1134 | 2024-07-09T02:02:37.009Z | Downloaded publicsuffix v2.2.3 |
| 1135 | 2024-07-09T02:02:37.011Z | Downloaded hyper-util v0.1.3 |
| 1136 | 2024-07-09T02:02:37.013Z | Downloaded serde_with v3.8.1 |
| 1137 | 2024-07-09T02:02:37.021Z | Downloaded libm v0.2.8 |
| 1138 | 2024-07-09T02:02:37.028Z | Downloaded toml v0.7.8 |
| 1139 | 2024-07-09T02:02:37.031Z | Downloaded tower v0.4.13 |
| 1140 | 2024-07-09T02:02:37.039Z | Downloaded aes-gcm v0.10.3 |
| 1141 | 2024-07-09T02:02:37.042Z | Downloaded termios v0.3.3 |
| 1142 | 2024-07-09T02:02:37.045Z | Downloaded tokio-rustls v0.25.0 |
| 1143 | 2024-07-09T02:02:37.047Z | Downloaded test-strategy v0.3.1 |
| 1144 | 2024-07-09T02:02:37.049Z | Downloaded shlex v1.3.0 |
| 1145 | 2024-07-09T02:02:37.051Z | Downloaded postcard v1.0.8 |
| 1146 | 2024-07-09T02:02:37.054Z | Downloaded postgres-types v0.2.6 |
| 1147 | 2024-07-09T02:02:37.056Z | Downloaded dirs-sys v0.4.1 |
| 1148 | 2024-07-09T02:02:37.056Z | Downloaded yansi v0.5.1 |
| 1149 | 2024-07-09T02:02:37.058Z | Downloaded hyper-rustls v0.26.0 |
| 1150 | 2024-07-09T02:02:37.060Z | Downloaded p521 v0.13.3 |
| 1151 | 2024-07-09T02:02:37.063Z | Downloaded glob v0.3.1 |
| 1152 | 2024-07-09T02:02:37.065Z | Downloaded rust-argon2 v2.1.0 |
| 1153 | 2024-07-09T02:02:37.065Z | Downloaded russh-keys v0.43.0 |
| 1154 | 2024-07-09T02:02:37.068Z | Downloaded der v0.7.9 |
| 1155 | 2024-07-09T02:02:37.071Z | Downloaded x509-cert v0.2.5 |
| 1156 | 2024-07-09T02:02:37.076Z | Downloaded zip v0.6.6 |
| 1157 | 2024-07-09T02:02:37.080Z | Downloaded smallvec v0.6.14 |
| 1158 | 2024-07-09T02:02:37.082Z | Downloaded poly1305 v0.8.0 |
| 1159 | 2024-07-09T02:02:37.085Z | Downloaded ron v0.8.1 |
| 1160 | 2024-07-09T02:02:37.088Z | Downloaded rcgen v0.12.1 |
| 1161 | 2024-07-09T02:02:37.091Z | Downloaded rstest_macros v0.19.0 |
| 1162 | 2024-07-09T02:02:37.094Z | Downloaded sha1 v0.10.6 |
| 1163 | 2024-07-09T02:02:37.097Z | Downloaded flume v0.11.0 |
| 1164 | 2024-07-09T02:02:37.099Z | Downloaded unicode_categories v0.1.1 |
| 1165 | 2024-07-09T02:02:37.103Z | Downloaded httptest v0.15.5 |
| 1166 | 2024-07-09T02:02:37.106Z | Downloaded pkcs1 v0.7.5 |
| 1167 | 2024-07-09T02:02:37.106Z | Downloaded env_logger v0.9.3 |
| 1168 | 2024-07-09T02:02:37.108Z | Downloaded enum-as-inner v0.5.1 |
| 1169 | 2024-07-09T02:02:37.108Z | Downloaded trybuild v1.0.96 |
| 1170 | 2024-07-09T02:02:37.111Z | Downloaded hex-literal v0.4.1 |
| 1171 | 2024-07-09T02:02:37.114Z | Downloaded predicates-tree v1.0.9 |
| 1172 | 2024-07-09T02:02:37.114Z | Downloaded predicates-core v1.0.6 |
| 1173 | 2024-07-09T02:02:37.114Z | Downloaded downcast v0.11.0 |
| 1174 | 2024-07-09T02:02:37.118Z | Downloaded toolchain_find v0.4.0 |
| 1175 | 2024-07-09T02:02:37.118Z | Downloaded salty v0.2.0 |
| 1176 | 2024-07-09T02:02:37.121Z | Downloaded typed-path v0.7.1 |
| 1177 | 2024-07-09T02:02:37.128Z | Downloaded rustls-pki-types v1.7.0 |
| 1178 | 2024-07-09T02:02:37.131Z | Downloaded criterion v0.5.1 |
| 1179 | 2024-07-09T02:02:37.135Z | Downloaded heapless v0.8.0 |
| 1180 | 2024-07-09T02:02:37.139Z | Downloaded heapless v0.7.17 |
| 1181 | 2024-07-09T02:02:37.143Z | Downloaded signal-hook v0.3.17 |
| 1182 | 2024-07-09T02:02:37.146Z | Downloaded darling_core v0.20.9 |
| 1183 | 2024-07-09T02:02:37.151Z | Downloaded crypto-bigint v0.5.5 |
| 1184 | 2024-07-09T02:02:37.157Z | Downloaded untrusted v0.7.1 |
| 1185 | 2024-07-09T02:02:37.159Z | Downloaded tiny-keccak v2.0.2 |
| 1186 | 2024-07-09T02:02:37.162Z | Downloaded rustc_version v0.4.0 |
| 1187 | 2024-07-09T02:02:37.162Z | Downloaded tungstenite v0.21.0 |
| 1188 | 2024-07-09T02:02:37.165Z | Downloaded rustfmt-wrapper v0.2.1 |
| 1189 | 2024-07-09T02:02:37.167Z | Downloaded signature v1.6.4 |
| 1190 | 2024-07-09T02:02:37.171Z | Downloaded serde-hex v0.1.0 |
| 1191 | 2024-07-09T02:02:37.171Z | Downloaded rustls-native-certs v0.7.0 |
| 1192 | 2024-07-09T02:02:37.174Z | Downloaded unicode-linebreak v0.1.5 |
| 1193 | 2024-07-09T02:02:37.174Z | Downloaded spin v0.5.2 |
| 1194 | 2024-07-09T02:02:37.174Z | Downloaded signal-hook-mio v0.2.3 |
| 1195 | 2024-07-09T02:02:37.174Z | Downloaded slog-dtrace v0.3.0 |
| 1196 | 2024-07-09T02:02:37.176Z | Downloaded vte v0.11.1 |
| 1197 | 2024-07-09T02:02:37.179Z | Downloaded hash32 v0.3.1 |
| 1198 | 2024-07-09T02:02:37.179Z | Downloaded hash32 v0.2.1 |
| 1199 | 2024-07-09T02:02:37.181Z | Downloaded ghash v0.5.1 |
| 1200 | 2024-07-09T02:02:37.181Z | Downloaded pem-rfc7468 v0.7.0 |
| 1201 | 2024-07-09T02:02:37.184Z | Downloaded toml v0.5.11 |
| 1202 | 2024-07-09T02:02:37.186Z | Downloaded compact_str v0.7.1 |
| 1203 | 2024-07-09T02:02:37.189Z | Downloaded foreign-types v0.5.0 |
| 1204 | 2024-07-09T02:02:37.189Z | Downloaded float-ord v0.3.2 |
| 1205 | 2024-07-09T02:02:37.189Z | Downloaded fastrand v2.1.0 |
| 1206 | 2024-07-09T02:02:37.191Z | Downloaded defmt-parser v0.3.4 |
| 1207 | 2024-07-09T02:02:37.191Z | Downloaded defmt-macros v0.3.9 |
| 1208 | 2024-07-09T02:02:37.194Z | Downloaded float-cmp v0.9.0 |
| 1209 | 2024-07-09T02:02:37.196Z | Downloaded ed25519 v1.5.3 |
| 1210 | 2024-07-09T02:02:37.196Z | Downloaded blake2 v0.10.6 |
| 1211 | 2024-07-09T02:02:37.199Z | Downloaded serde_arrays v0.1.0 |
| 1212 | 2024-07-09T02:02:37.201Z | Downloaded either v1.12.0 |
| 1213 | 2024-07-09T02:02:37.201Z | Downloaded allocator-api2 v0.2.18 |
| 1214 | 2024-07-09T02:02:37.204Z | Downloaded libefi-sys v0.1.0 |
| 1215 | 2024-07-09T02:02:37.206Z | Downloaded multer v3.1.0 |
| 1216 | 2024-07-09T02:02:37.208Z | Downloaded linear-map v1.2.0 |
| 1217 | 2024-07-09T02:02:37.209Z | Downloaded cancel-safe-futures v0.1.5 |
| 1218 | 2024-07-09T02:02:37.211Z | Downloaded clang-sys v1.7.0 |
| 1219 | 2024-07-09T02:02:37.214Z | Downloaded blake2b_simd v1.0.2 |
| 1220 | 2024-07-09T02:02:37.217Z | Downloaded memmap2 v0.9.4 |
| 1221 | 2024-07-09T02:02:37.217Z | Downloaded paste v1.0.15 |
| 1222 | 2024-07-09T02:02:37.219Z | Downloaded nibble_vec v0.1.0 |
| 1223 | 2024-07-09T02:02:37.222Z | Downloaded managed v0.8.0 |
| 1224 | 2024-07-09T02:02:37.224Z | Downloaded libtest-mimic v0.7.3 |
| 1225 | 2024-07-09T02:02:37.224Z | Downloaded bb8 v0.8.5 |
| 1226 | 2024-07-09T02:02:37.227Z | Downloaded headers-core v0.2.0 |
| 1227 | 2024-07-09T02:02:37.227Z | Downloaded foreign-types-shared v0.3.1 |
| 1228 | 2024-07-09T02:02:37.227Z | Downloaded argon2 v0.5.3 |
| 1229 | 2024-07-09T02:02:37.231Z | Downloaded const_format_proc_macros v0.2.32 |
| 1230 | 2024-07-09T02:02:37.234Z | Downloaded cipher v0.4.4 |
| 1231 | 2024-07-09T02:02:37.234Z | Downloaded pathdiff v0.2.1 |
| 1232 | 2024-07-09T02:02:37.234Z | Downloaded parse-display-derive v0.9.1 |
| 1233 | 2024-07-09T02:02:37.234Z | Downloaded keccak v0.1.5 |
| 1234 | 2024-07-09T02:02:37.236Z | Downloaded chacha20 v0.9.1 |
| 1235 | 2024-07-09T02:02:37.236Z | Downloaded olpc-cjson v0.1.3 |
| 1236 | 2024-07-09T02:02:37.238Z | Downloaded num_enum_derive v0.5.11 |
| 1237 | 2024-07-09T02:02:37.238Z | Downloaded nanorand v0.7.0 |
| 1238 | 2024-07-09T02:02:37.241Z | Downloaded md-5 v0.10.6 |
| 1239 | 2024-07-09T02:02:37.243Z | Downloaded ctr v0.9.2 |
| 1240 | 2024-07-09T02:02:37.243Z | Downloaded ciborium-io v0.2.2 |
| 1241 | 2024-07-09T02:02:37.243Z | Downloaded bitfield v0.14.0 |
| 1242 | 2024-07-09T02:02:37.246Z | Downloaded parking_lot v0.11.2 |
| 1243 | 2024-07-09T02:02:37.248Z | Downloaded libloading v0.8.3 |
| 1244 | 2024-07-09T02:02:37.251Z | Downloaded bzip2 v0.4.4 |
| 1245 | 2024-07-09T02:02:37.253Z | Downloaded buf-list v1.0.3 |
| 1246 | 2024-07-09T02:02:37.253Z | Downloaded mockall v0.12.1 |
| 1247 | 2024-07-09T02:02:37.255Z | Downloaded lru v0.12.3 |
| 1248 | 2024-07-09T02:02:37.255Z | Downloaded lazy_static v1.5.0 |
| 1249 | 2024-07-09T02:02:37.258Z | Downloaded cookie_store v0.20.0 |
| 1250 | 2024-07-09T02:02:37.261Z | Downloaded crc v3.2.1 |
| 1251 | 2024-07-09T02:02:37.264Z | Downloaded base64ct v1.6.0 |
| 1252 | 2024-07-09T02:02:37.266Z | Downloaded arrayvec v0.7.4 |
| 1253 | 2024-07-09T02:02:37.268Z | Downloaded aead v0.5.2 |
| 1254 | 2024-07-09T02:02:37.271Z | Downloaded maplit v1.0.2 |
| 1255 | 2024-07-09T02:02:37.271Z | Downloaded lazycell v1.3.0 |
| 1256 | 2024-07-09T02:02:37.274Z | Downloaded bitfield-struct v0.6.1 |
| 1257 | 2024-07-09T02:02:37.274Z | Downloaded arrayref v0.3.7 |
| 1258 | 2024-07-09T02:02:37.274Z | Downloaded atomic-waker v1.1.2 |
| 1259 | 2024-07-09T02:02:37.276Z | Downloaded async-stream v0.3.5 |
| 1260 | 2024-07-09T02:02:37.276Z | Downloaded newline-converter v0.3.0 |
| 1261 | 2024-07-09T02:02:37.279Z | Downloaded colored v2.1.0 |
| 1262 | 2024-07-09T02:02:37.281Z | Downloaded constant_time_eq v0.3.0 |
| 1263 | 2024-07-09T02:02:37.281Z | Downloaded ascii-canvas v3.0.0 |
| 1264 | 2024-07-09T02:02:37.281Z | Downloaded newtype_derive v0.1.6 |
| 1265 | 2024-07-09T02:02:37.284Z | Downloaded nested v0.1.1 |
| 1266 | 2024-07-09T02:02:37.284Z | Downloaded md5 v0.7.0 |
| 1267 | 2024-07-09T02:02:37.284Z | Downloaded array-init v0.0.4 |
| 1268 | 2024-07-09T02:02:37.417Z | Downloaded ring v0.17.8 |
| 1269 | 2024-07-09T02:02:37.533Z | Downloaded ring v0.16.20 |
| 1270 | 2024-07-09T02:02:38.274Z | Compiling serde v1.0.203 |
| 1271 | 2024-07-09T02:02:38.274Z | Checking cfg-if v1.0.0 |
| 1272 | 2024-07-09T02:02:38.338Z | Compiling libm v0.2.8 |
| 1273 | 2024-07-09T02:02:38.338Z | Compiling num-traits v0.2.19 |
| 1274 | 2024-07-09T02:02:38.351Z | Checking libc v0.2.155 |
| 1275 | 2024-07-09T02:02:38.382Z | Compiling syn v2.0.68 |
| 1276 | 2024-07-09T02:02:38.398Z | Compiling ahash v0.8.11 |
| 1277 | 2024-07-09T02:02:38.400Z | Compiling getrandom v0.2.14 |
| 1278 | 2024-07-09T02:02:38.635Z | Compiling serde_json v1.0.120 |
| 1279 | 2024-07-09T02:02:38.723Z | Compiling generic-array v0.14.7 |
| 1280 | 2024-07-09T02:02:38.762Z | Compiling log v0.4.21 |
| 1281 | 2024-07-09T02:02:38.809Z | Checking scopeguard v1.2.0 |
| 1282 | 2024-07-09T02:02:38.871Z | Checking memchr v2.7.2 |
| 1283 | 2024-07-09T02:02:38.949Z | Checking lock_api v0.4.12 |
| 1284 | 2024-07-09T02:02:38.975Z | Compiling syn v1.0.109 |
| 1285 | 2024-07-09T02:02:39.063Z | Checking itoa v1.0.11 |
| 1286 | 2024-07-09T02:02:39.109Z | Checking byteorder v1.5.0 |
| 1287 | 2024-07-09T02:02:39.167Z | Compiling allocator-api2 v0.2.18 |
| 1288 | 2024-07-09T02:02:39.363Z | Checking smallvec v1.13.2 |
| 1289 | 2024-07-09T02:02:39.503Z | Compiling schemars v0.8.21 |
| 1290 | 2024-07-09T02:02:39.661Z | Checking rand_core v0.6.4 |
| 1291 | 2024-07-09T02:02:39.687Z | Compiling ring v0.17.8 |
| 1292 | 2024-07-09T02:02:39.708Z | Compiling time-macros v0.2.18 |
| 1293 | 2024-07-09T02:02:39.888Z | Checking once_cell v1.19.0 |
| 1294 | 2024-07-09T02:02:39.909Z | Compiling slog v2.7.0 |
| 1295 | 2024-07-09T02:02:39.955Z | Checking parking_lot_core v0.9.10 |
| 1296 | 2024-07-09T02:02:40.188Z | Compiling aho-corasick v1.1.3 |
| 1297 | 2024-07-09T02:02:40.303Z | Checking parking_lot v0.12.2 |
| 1298 | 2024-07-09T02:02:40.501Z | Compiling regex-syntax v0.8.3 |
| 1299 | 2024-07-09T02:02:40.657Z | Checking pin-project-lite v0.2.14 |
| 1300 | 2024-07-09T02:02:43.177Z | Checking signal-hook-registry v1.4.2 |
| 1301 | 2024-07-09T02:02:43.319Z | Compiling crossbeam-utils v0.8.19 |
| 1302 | 2024-07-09T02:02:43.422Z | Checking mio v0.8.11 |
| 1303 | 2024-07-09T02:02:43.912Z | Compiling regex-automata v0.4.6 |
| 1304 | 2024-07-09T02:02:44.057Z | Compiling iana-time-zone v0.1.60 |
| 1305 | 2024-07-09T02:02:44.530Z | Checking num_cpus v1.16.0 |
| 1306 | 2024-07-09T02:02:44.641Z | Checking spin v0.9.8 |
| 1307 | 2024-07-09T02:02:44.991Z | Compiling rustls v0.21.12 |
| 1308 | 2024-07-09T02:02:45.641Z | Compiling serde_derive_internals v0.29.1 |
| 1309 | 2024-07-09T02:02:46.002Z | Checking typenum v1.17.0 |
| 1310 | 2024-07-09T02:02:46.081Z | Compiling cookie v0.17.0 |
| 1311 | 2024-07-09T02:02:46.108Z | Compiling dyn-clone v1.0.17 |
| 1312 | 2024-07-09T02:02:46.355Z | Checking futures-core v0.3.30 |
| 1313 | 2024-07-09T02:02:46.451Z | Checking socket2 v0.5.7 |
| 1314 | 2024-07-09T02:02:46.552Z | Compiling backtrace v0.3.71 |
| 1315 | 2024-07-09T02:02:46.964Z | Checking ryu v1.0.18 |
| 1316 | 2024-07-09T02:02:47.044Z | Checking subtle v2.5.0 |
| 1317 | 2024-07-09T02:02:47.236Z | Compiling anyhow v1.0.86 |
| 1318 | 2024-07-09T02:02:47.469Z | Compiling unicode-normalization v0.1.23 |
| 1319 | 2024-07-09T02:02:47.827Z | Checking futures-sink v0.3.30 |
| 1320 | 2024-07-09T02:02:47.980Z | Compiling unicode-bidi v0.3.15 |
| 1321 | 2024-07-09T02:02:48.388Z | Compiling untrusted v0.9.0 |
| 1322 | 2024-07-09T02:02:48.552Z | Compiling either v1.12.0 |
| 1323 | 2024-07-09T02:02:48.574Z | Checking futures-channel v0.3.30 |
| 1324 | 2024-07-09T02:02:48.618Z | Checking slab v0.4.9 |
| 1325 | 2024-07-09T02:02:48.872Z | Checking futures-task v0.3.30 |
| 1326 | 2024-07-09T02:02:48.946Z | Compiling const-oid v0.9.6 |
| 1327 | 2024-07-09T02:02:48.967Z | Checking pin-utils v0.1.0 |
| 1328 | 2024-07-09T02:02:49.065Z | Checking futures-io v0.3.30 |
| 1329 | 2024-07-09T02:02:49.129Z | Compiling winnow v0.5.40 |
| 1330 | 2024-07-09T02:02:49.259Z | Compiling regex v1.10.5 |
| 1331 | 2024-07-09T02:02:49.572Z | Compiling time v0.3.36 |
| 1332 | 2024-07-09T02:02:52.242Z | Compiling signal-hook v0.3.17 |
| 1333 | 2024-07-09T02:02:52.425Z | Compiling rustls-webpki v0.101.7 |
| 1334 | 2024-07-09T02:02:52.521Z | Compiling sct v0.7.1 |
| 1335 | 2024-07-09T02:02:52.689Z | Compiling idna v0.5.0 |
| 1336 | 2024-07-09T02:02:53.130Z | Compiling siphasher v0.3.11 |
| 1337 | 2024-07-09T02:02:53.331Z | Compiling serde_derive v1.0.203 |
| 1338 | 2024-07-09T02:02:53.548Z | Compiling zerocopy-derive v0.7.34 |
| 1339 | 2024-07-09T02:02:53.674Z | Compiling zeroize_derive v1.4.2 |
| 1340 | 2024-07-09T02:02:54.367Z | Compiling thiserror-impl v1.0.60 |
| 1341 | 2024-07-09T02:02:54.455Z | Compiling tokio-macros v2.3.0 |
| 1342 | 2024-07-09T02:02:54.517Z | Compiling futures-macro v0.3.30 |
| 1343 | 2024-07-09T02:02:55.229Z | Compiling tracing-attributes v0.1.27 |
| 1344 | 2024-07-09T02:02:55.352Z | Compiling schemars_derive v0.8.21 |
| 1345 | 2024-07-09T02:02:55.954Z | Compiling zerocopy v0.7.34 |
| 1346 | 2024-07-09T02:02:56.212Z | Checking zeroize v1.7.0 |
| 1347 | 2024-07-09T02:02:56.482Z | Compiling openssl-macros v0.1.1 |
| 1348 | 2024-07-09T02:02:56.731Z | Compiling async-trait v0.1.80 |
| 1349 | 2024-07-09T02:02:57.812Z | Compiling thiserror v1.0.60 |
| 1350 | 2024-07-09T02:02:57.960Z | Compiling scroll_derive v0.12.0 |
| 1351 | 2024-07-09T02:02:58.121Z | Compiling pest v2.7.10 |
| 1352 | 2024-07-09T02:02:58.322Z | Compiling hashbrown v0.14.5 |
| 1353 | 2024-07-09T02:02:58.569Z | Compiling der_derive v0.7.2 |
| 1354 | 2024-07-09T02:02:58.964Z | Checking crypto-common v0.1.6 |
| 1355 | 2024-07-09T02:02:59.493Z | Compiling scroll v0.12.0 |
| 1356 | 2024-07-09T02:02:59.727Z | Compiling futures-util v0.3.30 |
| 1357 | 2024-07-09T02:03:00.067Z | Compiling goblin v0.8.2 |
| 1358 | 2024-07-09T02:03:00.695Z | Compiling pest_meta v2.7.10 |
| 1359 | 2024-07-09T02:03:00.865Z | Compiling tracing v0.1.40 |
| 1360 | 2024-07-09T02:03:01.064Z | Compiling clap_derive v4.5.4 |
| 1361 | 2024-07-09T02:03:01.432Z | Compiling block-buffer v0.10.4 |
| 1362 | 2024-07-09T02:03:01.714Z | Compiling digest v0.10.7 |
| 1363 | 2024-07-09T02:03:02.181Z | Compiling pest_generator v2.7.10 |
| 1364 | 2024-07-09T02:03:02.241Z | Compiling zerocopy-derive v0.6.6 |
| 1365 | 2024-07-09T02:03:04.587Z | Compiling url v2.5.0 |
| 1366 | 2024-07-09T02:03:06.286Z | Compiling pest_derive v2.7.10 |
| 1367 | 2024-07-09T02:03:06.382Z | Compiling idna v0.3.0 |
| 1368 | 2024-07-09T02:03:06.502Z | Compiling ppv-lite86 v0.2.17 |
| 1369 | 2024-07-09T02:03:07.108Z | Compiling dtrace-parser v0.2.0 |
| 1370 | 2024-07-09T02:03:07.289Z | Compiling psl-types v2.0.11 |
| 1371 | 2024-07-09T02:03:07.490Z | Compiling publicsuffix v2.2.3 |
| 1372 | 2024-07-09T02:03:07.750Z | Compiling rand_chacha v0.3.1 |
| 1373 | 2024-07-09T02:03:07.863Z | Checking bytes v1.6.0 |
| 1374 | 2024-07-09T02:03:08.129Z | Checking bitflags v2.5.0 |
| 1375 | 2024-07-09T02:03:08.674Z | Checking tokio v1.38.0 |
| 1376 | 2024-07-09T02:03:09.386Z | Compiling rand v0.8.5 |
| 1377 | 2024-07-09T02:03:10.039Z | Compiling crossbeam-epoch v0.9.18 |
| 1378 | 2024-07-09T02:03:10.135Z | Compiling unicode-xid v0.2.4 |
| 1379 | 2024-07-09T02:03:10.626Z | Compiling indexmap v2.2.6 |
| 1380 | 2024-07-09T02:03:10.873Z | Compiling semver v1.0.23 |
| 1381 | 2024-07-09T02:03:11.118Z | Compiling serde_tokenstream v0.2.1 |
| 1382 | 2024-07-09T02:03:11.462Z | Compiling chrono v0.4.38 |
| 1383 | 2024-07-09T02:03:11.605Z | Compiling uuid v1.9.1 |
| 1384 | 2024-07-09T02:03:11.696Z | Compiling http v0.2.12 |
| 1385 | 2024-07-09T02:03:12.160Z | Compiling rustc_version v0.4.0 |
| 1386 | 2024-07-09T02:03:12.970Z | Compiling toml_datetime v0.6.6 |
| 1387 | 2024-07-09T02:03:13.162Z | Compiling serde_spanned v0.6.6 |
| 1388 | 2024-07-09T02:03:13.388Z | Compiling dof v0.3.0 |
| 1389 | 2024-07-09T02:03:13.476Z | Compiling openapiv3 v2.0.0 |
| 1390 | 2024-07-09T02:03:13.512Z | Compiling rustix v0.38.34 |
| 1391 | 2024-07-09T02:03:14.717Z | Compiling usdt-impl v0.5.0 |
| 1392 | 2024-07-09T02:03:15.382Z | Compiling toml_edit v0.19.15 |
| 1393 | 2024-07-09T02:03:15.774Z | Compiling http-body v0.4.6 |
| 1394 | 2024-07-09T02:03:15.831Z | Compiling openssl v0.10.64 |
| 1395 | 2024-07-09T02:03:16.248Z | Compiling heapless v0.7.17 |
| 1396 | 2024-07-09T02:03:16.517Z | Compiling usdt-macro v0.5.0 |
| 1397 | 2024-07-09T02:03:16.605Z | Compiling usdt-attr-macro v0.5.0 |
| 1398 | 2024-07-09T02:03:16.694Z | Compiling serde_urlencoded v0.7.1 |
| 1399 | 2024-07-09T02:03:17.350Z | Compiling cookie_store v0.20.0 |
| 1400 | 2024-07-09T02:03:18.053Z | Compiling gimli v0.28.1 |
| 1401 | 2024-07-09T02:03:18.076Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
| 1402 | 2024-07-09T02:03:18.385Z | Compiling webpki-roots v0.25.4 |
| 1403 | 2024-07-09T02:03:18.388Z | Compiling bit-vec v0.6.3 |
| 1404 | 2024-07-09T02:03:18.874Z | Compiling enum-as-inner v0.5.1 |
| 1405 | 2024-07-09T02:03:18.942Z | Compiling phf_shared v0.10.0 |
| 1406 | 2024-07-09T02:03:18.965Z | Compiling lazy_static v1.5.0 |
| 1407 | 2024-07-09T02:03:19.098Z | Compiling object v0.32.2 |
| 1408 | 2024-07-09T02:03:19.350Z | Compiling minimal-lexical v0.2.1 |
| 1409 | 2024-07-09T02:03:19.638Z | Compiling new_debug_unreachable v1.0.6 |
| 1410 | 2024-07-09T02:03:19.750Z | Compiling fixedbitset v0.4.2 |
| 1411 | 2024-07-09T02:03:19.839Z | Compiling precomputed-hash v0.1.1 |
| 1412 | 2024-07-09T02:03:19.925Z | Compiling base64ct v1.6.0 |
| 1413 | 2024-07-09T02:03:19.968Z | Compiling tokio-util v0.7.11 |
| 1414 | 2024-07-09T02:03:20.253Z | Compiling tokio-rustls v0.24.1 |
| 1415 | 2024-07-09T02:03:20.565Z | Compiling smoltcp v0.9.1 |
| 1416 | 2024-07-09T02:03:20.662Z | Compiling rustc-demangle v0.1.24 |
| 1417 | 2024-07-09T02:03:21.321Z | Compiling h2 v0.3.26 |
| 1418 | 2024-07-09T02:03:21.435Z | Compiling pem-rfc7468 v0.7.0 |
| 1419 | 2024-07-09T02:03:21.674Z | Compiling petgraph v0.6.5 |
| 1420 | 2024-07-09T02:03:22.326Z | Compiling native-tls v0.2.11 |
| 1421 | 2024-07-09T02:03:22.975Z | Compiling tokio-native-tls v0.3.1 |
| 1422 | 2024-07-09T02:03:23.140Z | Compiling addr2line v0.21.0 |
| 1423 | 2024-07-09T02:03:23.281Z | Compiling string_cache v0.8.7 |
| 1424 | 2024-07-09T02:03:23.804Z | Compiling nom v7.1.3 |
| 1425 | 2024-07-09T02:03:23.848Z | Compiling toml_edit v0.22.14 |
| 1426 | 2024-07-09T02:03:24.076Z | Compiling bit-set v0.5.3 |
| 1427 | 2024-07-09T02:03:24.380Z | Compiling futures-executor v0.3.30 |
| 1428 | 2024-07-09T02:03:24.987Z | Compiling hmac v0.12.1 |
| 1429 | 2024-07-09T02:03:25.019Z | Compiling hubpack_derive v0.1.1 |
| 1430 | 2024-07-09T02:03:25.251Z | Compiling itertools v0.10.5 |
| 1431 | 2024-07-09T02:03:25.821Z | Compiling diesel_table_macro_syntax v0.1.0 |
| 1432 | 2024-07-09T02:03:26.239Z | Compiling num-integer v0.1.46 |
| 1433 | 2024-07-09T02:03:26.674Z | Compiling fs-err v2.11.0 |
| 1434 | 2024-07-09T02:03:26.972Z | Compiling lalrpop-util v0.19.12 |
| 1435 | 2024-07-09T02:03:27.146Z | Compiling unicode-segmentation v1.11.0 |
| 1436 | 2024-07-09T02:03:27.356Z | Compiling flagset v0.4.5 |
| 1437 | 2024-07-09T02:03:27.579Z | Checking fnv v1.0.7 |
| 1438 | 2024-07-09T02:03:27.656Z | Compiling der v0.7.9 |
| 1439 | 2024-07-09T02:03:27.897Z | Compiling diesel_derives v2.1.4 |
| 1440 | 2024-07-09T02:03:27.991Z | Compiling futures v0.3.30 |
| 1441 | 2024-07-09T02:03:28.123Z | Compiling hex v0.4.3 |
| 1442 | 2024-07-09T02:03:28.170Z | Compiling itertools v0.12.1 |
| 1443 | 2024-07-09T02:03:28.760Z | Compiling hyper v0.14.28 |
| 1444 | 2024-07-09T02:03:29.022Z | Compiling finl_unicode v1.2.0 |
| 1445 | 2024-07-09T02:03:29.628Z | Compiling stringprep v0.1.4 |
| 1446 | 2024-07-09T02:03:29.869Z | Compiling spki v0.7.3 |
| 1447 | 2024-07-09T02:03:30.906Z | Compiling sha2 v0.10.8 |
| 1448 | 2024-07-09T02:03:31.162Z | Compiling toml v0.7.8 |
| 1449 | 2024-07-09T02:03:31.362Z | Compiling md-5 v0.10.6 |
| 1450 | 2024-07-09T02:03:31.649Z | Compiling strum_macros v0.25.3 |
| 1451 | 2024-07-09T02:03:32.449Z | Compiling serde_repr v0.1.19 |
| 1452 | 2024-07-09T02:03:32.600Z | Compiling hash32 v0.2.1 |
| 1453 | 2024-07-09T02:03:32.780Z | Compiling fallible-iterator v0.2.0 |
| 1454 | 2024-07-09T02:03:32.984Z | Compiling stable_deref_trait v1.2.0 |
| 1455 | 2024-07-09T02:03:33.009Z | Checking tinyvec_macros v0.1.1 |
| 1456 | 2024-07-09T02:03:33.123Z | Checking tinyvec v1.6.0 |
| 1457 | 2024-07-09T02:03:33.496Z | Compiling postgres-protocol v0.6.6 |
| 1458 | 2024-07-09T02:03:33.644Z | Compiling pkcs8 v0.10.2 |
| 1459 | 2024-07-09T02:03:34.264Z | Compiling ipnetwork v0.20.0 |
| 1460 | 2024-07-09T02:03:34.285Z | Compiling terminal_size v0.3.0 |
| 1461 | 2024-07-09T02:03:34.449Z | Compiling block-padding v0.3.3 |
| 1462 | 2024-07-09T02:03:34.505Z | Compiling phf_shared v0.11.2 |
| 1463 | 2024-07-09T02:03:34.719Z | Compiling ff v0.13.0 |
| 1464 | 2024-07-09T02:03:34.920Z | Compiling scheduled-thread-pool v0.2.7 |
| 1465 | 2024-07-09T02:03:34.966Z | Compiling bitflags v1.3.2 |
| 1466 | 2024-07-09T02:03:35.076Z | Compiling base16ct v0.2.0 |
| 1467 | 2024-07-09T02:03:35.215Z | Checking equivalent v1.0.1 |
| 1468 | 2024-07-09T02:03:35.333Z | Compiling managed v0.8.0 |
| 1469 | 2024-07-09T02:03:35.422Z | Compiling matches v0.1.10 |
| 1470 | 2024-07-09T02:03:35.530Z | Compiling peg-runtime v0.8.3 |
| 1471 | 2024-07-09T02:03:35.572Z | Compiling idna v0.2.3 |
| 1472 | 2024-07-09T02:03:35.576Z | Compiling clap_builder v4.5.2 |
| 1473 | 2024-07-09T02:03:35.782Z | Compiling hyper-tls v0.5.0 |
| 1474 | 2024-07-09T02:03:36.157Z | Compiling hyper-rustls v0.24.2 |
| 1475 | 2024-07-09T02:03:36.218Z | Compiling sec1 v0.7.3 |
| 1476 | 2024-07-09T02:03:36.537Z | Compiling reqwest v0.11.27 |
| 1477 | 2024-07-09T02:03:36.831Z | Compiling r2d2 v0.8.10 |
| 1478 | 2024-07-09T02:03:36.997Z | Compiling usdt v0.5.0 |
| 1479 | 2024-07-09T02:03:37.254Z | Compiling signal-hook-mio v0.2.3 |
| 1480 | 2024-07-09T02:03:37.275Z | Compiling group v0.13.0 |
| 1481 | 2024-07-09T02:03:37.431Z | Compiling phf v0.11.2 |
| 1482 | 2024-07-09T02:03:37.545Z | Compiling inout v0.1.3 |
| 1483 | 2024-07-09T02:03:37.634Z | Compiling postgres-types v0.2.6 |
| 1484 | 2024-07-09T02:03:37.744Z | Compiling num-iter v0.1.45 |
| 1485 | 2024-07-09T02:03:37.851Z | Compiling num-bigint v0.4.5 |
| 1486 | 2024-07-09T02:03:37.935Z | Compiling hubpack v0.1.2 |
| 1487 | 2024-07-09T02:03:38.406Z | Compiling hkdf v0.12.4 |
| 1488 | 2024-07-09T02:03:38.748Z | Compiling zerocopy v0.6.6 |
| 1489 | 2024-07-09T02:03:39.259Z | Compiling crypto-bigint v0.5.5 |
| 1490 | 2024-07-09T02:03:39.280Z | Compiling float-cmp v0.9.0 |
| 1491 | 2024-07-09T02:03:39.314Z | Checking cpufeatures v0.2.12 |
| 1492 | 2024-07-09T02:03:39.413Z | Compiling normalize-line-endings v0.3.0 |
| 1493 | 2024-07-09T02:03:39.495Z | Compiling predicates-core v1.0.6 |
| 1494 | 2024-07-09T02:03:39.550Z | Compiling whoami v1.5.1 |
| 1495 | 2024-07-09T02:03:39.635Z | Compiling difflib v0.4.0 |
| 1496 | 2024-07-09T02:03:39.858Z | Compiling data-encoding v2.6.0 |
| 1497 | 2024-07-09T02:03:40.246Z | Compiling static_assertions v1.1.0 |
| 1498 | 2024-07-09T02:03:40.360Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1499 | 2024-07-09T02:03:41.352Z | Compiling yasna v0.5.2 |
| 1500 | 2024-07-09T02:03:41.988Z | Compiling diesel v2.1.6 |
| 1501 | 2024-07-09T02:03:42.329Z | Compiling trust-dns-proto v0.22.0 |
| 1502 | 2024-07-09T02:03:43.413Z | Compiling elliptic-curve v0.13.8 |
| 1503 | 2024-07-09T02:03:44.327Z | Compiling predicates v3.1.0 |
| 1504 | 2024-07-09T02:03:45.588Z | Compiling tokio-postgres v0.7.10 |
| 1505 | 2024-07-09T02:03:45.819Z | Compiling clap v4.5.4 |
| 1506 | 2024-07-09T02:03:45.947Z | Compiling cipher v0.4.4 |
| 1507 | 2024-07-09T02:03:46.199Z | Compiling crossterm v0.27.0 |
| 1508 | 2024-07-09T02:03:47.455Z | Compiling similar v2.5.0 |
| 1509 | 2024-07-09T02:03:48.013Z | Compiling tokio-stream v0.1.15 |
| 1510 | 2024-07-09T02:03:49.034Z | Compiling console v0.15.8 |
| 1511 | 2024-07-09T02:03:49.054Z | Compiling bstr v1.9.1 |
| 1512 | 2024-07-09T02:03:50.622Z | Checking tracing-core v0.1.32 |
| 1513 | 2024-07-09T02:03:50.849Z | Checking percent-encoding v2.3.1 |
| 1514 | 2024-07-09T02:03:51.083Z | Checking form_urlencoded v1.2.1 |
| 1515 | 2024-07-09T02:03:51.255Z | Checking powerfmt v0.2.0 |
| 1516 | 2024-07-09T02:03:51.529Z | Checking deranged v0.3.11 |
| 1517 | 2024-07-09T02:03:51.653Z | Checking unicode-ident v1.0.12 |
| 1518 | 2024-07-09T02:03:51.735Z | Checking time-core v0.1.2 |
| 1519 | 2024-07-09T02:03:51.822Z | Checking num-conv v0.1.0 |
| 1520 | 2024-07-09T02:03:51.914Z | Checking num_threads v0.1.7 |
| 1521 | 2024-07-09T02:03:52.039Z | Checking httparse v1.8.0 |
| 1522 | 2024-07-09T02:03:52.090Z | Checking unicode-width v0.1.13 |
| 1523 | 2024-07-09T02:03:52.689Z | Checking errno v0.3.9 |
| 1524 | 2024-07-09T02:03:52.908Z | Checking proc-macro2 v1.0.86 |
| 1525 | 2024-07-09T02:03:53.590Z | Checking quote v1.0.36 |
| 1526 | 2024-07-09T02:03:53.820Z | Checking adler v1.0.2 |
| 1527 | 2024-07-09T02:03:53.972Z | Checking base64 v0.21.7 |
| 1528 | 2024-07-09T02:03:53.994Z | Checking miniz_oxide v0.7.2 |
| 1529 | 2024-07-09T02:03:54.443Z | Checking try-lock v0.2.5 |
| 1530 | 2024-07-09T02:03:54.591Z | Checking want v0.3.1 |
| 1531 | 2024-07-09T02:03:54.927Z | Checking tower-service v0.3.2 |
| 1532 | 2024-07-09T02:03:55.204Z | Checking httpdate v1.0.3 |
| 1533 | 2024-07-09T02:03:55.436Z | Checking foreign-types-shared v0.1.1 |
| 1534 | 2024-07-09T02:03:55.537Z | Checking openssl-probe v0.1.5 |
| 1535 | 2024-07-09T02:03:55.558Z | Checking foreign-types v0.3.2 |
| 1536 | 2024-07-09T02:03:55.665Z | Checking openssl-sys v0.9.102 |
| 1537 | 2024-07-09T02:03:55.753Z | Checking mime v0.3.17 |
| 1538 | 2024-07-09T02:03:55.948Z | Checking ipnet v2.9.0 |
| 1539 | 2024-07-09T02:03:56.888Z | Checking utf8parse v0.2.1 |
| 1540 | 2024-07-09T02:04:01.167Z | Checking encoding_rs v0.8.34 |
| 1541 | 2024-07-09T02:04:01.265Z | Checking anstyle v1.0.7 |
| 1542 | 2024-07-09T02:04:03.104Z | Checking rustls-pemfile v1.0.4 |
| 1543 | 2024-07-09T02:04:03.281Z | Checking plain v0.2.3 |
| 1544 | 2024-07-09T02:04:03.303Z | Checking sync_wrapper v0.1.2 |
| 1545 | 2024-07-09T02:04:03.326Z | Checking ucd-trie v0.1.6 |
| 1546 | 2024-07-09T02:04:03.405Z | Checking anstyle-parse v0.2.4 |
| 1547 | 2024-07-09T02:04:03.450Z | Checking is_terminal_polyfill v1.70.0 |
| 1548 | 2024-07-09T02:04:03.580Z | Checking anstyle-query v1.0.3 |
| 1549 | 2024-07-09T02:04:03.583Z | Checking pretty-hex v0.4.1 |
| 1550 | 2024-07-09T02:04:03.655Z | Checking colorchoice v1.0.1 |
| 1551 | 2024-07-09T02:04:03.780Z | Checking thread-id v4.2.1 |
| 1552 | 2024-07-09T02:04:03.802Z | Checking anstream v0.6.14 |
| 1553 | 2024-07-09T02:04:03.850Z | Checking strsim v0.11.1 |
| 1554 | 2024-07-09T02:04:03.893Z | Checking clap_lex v0.7.0 |
| 1555 | 2024-07-09T02:04:04.196Z | Checking memmap v0.7.0 |
| 1556 | 2024-07-09T02:04:04.400Z | Checking crc32fast v1.4.0 |
| 1557 | 2024-07-09T02:04:05.706Z | Checking flate2 v1.0.30 |
| 1558 | 2024-07-09T02:04:06.542Z | Checking winnow v0.6.8 |
| 1559 | 2024-07-09T02:04:15.578Z | Compiling regress v0.9.1 |
| 1560 | 2024-07-09T02:04:15.627Z | Compiling getopts v0.2.21 |
| 1561 | 2024-07-09T02:04:16.576Z | Compiling unsafe-libyaml v0.2.11 |
| 1562 | 2024-07-09T02:04:16.731Z | Checking heck v0.5.0 |
| 1563 | 2024-07-09T02:04:17.756Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1564 | 2024-07-09T02:04:18.120Z | Compiling serde_yaml v0.9.34+deprecated |
| 1565 | 2024-07-09T02:04:18.499Z | Compiling paste v1.0.15 |
| 1566 | 2024-07-09T02:04:18.792Z | Checking camino v1.1.7 |
| 1567 | 2024-07-09T02:04:19.101Z | Checking is-terminal v0.4.12 |
| 1568 | 2024-07-09T02:04:19.233Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1569 | 2024-07-09T02:04:20.366Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 1570 | 2024-07-09T02:04:20.445Z | Compiling strum_macros v0.26.4 |
| 1571 | 2024-07-09T02:04:20.618Z | Compiling ident_case v1.0.1 |
| 1572 | 2024-07-09T02:04:20.801Z | Checking base64 v0.22.1 |
| 1573 | 2024-07-09T02:04:20.824Z | Compiling darling_core v0.20.9 |
| 1574 | 2024-07-09T02:04:20.858Z | Checking sha1 v0.10.6 |
| 1575 | 2024-07-09T02:04:21.142Z | Compiling rustls v0.22.4 |
| 1576 | 2024-07-09T02:04:21.290Z | Checking http v1.1.0 |
| 1577 | 2024-07-09T02:04:21.435Z | Checking match_cfg v0.1.0 |
| 1578 | 2024-07-09T02:04:21.536Z | Checking hostname v0.3.1 |
| 1579 | 2024-07-09T02:04:21.683Z | Checking dirs-sys-next v0.1.2 |
| 1580 | 2024-07-09T02:04:21.882Z | Compiling multer v3.1.0 |
| 1581 | 2024-07-09T02:04:22.280Z | Checking dirs-next v2.0.0 |
| 1582 | 2024-07-09T02:04:22.431Z | Checking crossbeam-channel v0.5.12 |
| 1583 | 2024-07-09T02:04:22.510Z | Compiling async-stream-impl v0.3.5 |
| 1584 | 2024-07-09T02:04:22.746Z | Checking thread_local v1.1.8 |
| 1585 | 2024-07-09T02:04:22.873Z | Checking rustls-pki-types v1.7.0 |
| 1586 | 2024-07-09T02:04:23.038Z | Checking term v0.7.0 |
| 1587 | 2024-07-09T02:04:23.144Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
| 1588 | 2024-07-09T02:04:23.327Z | Checking take_mut v0.2.2 |
| 1589 | 2024-07-09T02:04:23.466Z | Checking slog-term v2.9.1 |
| 1590 | 2024-07-09T02:04:23.486Z | Checking slog-async v2.8.0 |
| 1591 | 2024-07-09T02:04:23.511Z | Checking toml v0.8.14 |
| 1592 | 2024-07-09T02:04:23.781Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
| 1593 | 2024-07-09T02:04:23.984Z | Checking rustls-webpki v0.102.4 |
| 1594 | 2024-07-09T02:04:23.988Z | Checking slog-json v2.6.1 |
| 1595 | 2024-07-09T02:04:24.303Z | Checking instant v0.1.12 |
| 1596 | 2024-07-09T02:04:24.428Z | Checking rustls-pemfile v2.1.2 |
| 1597 | 2024-07-09T02:04:24.686Z | Checking debug-ignore v1.0.5 |
| 1598 | 2024-07-09T02:04:24.719Z | Checking slog-bunyan v2.5.0 |
| 1599 | 2024-07-09T02:04:24.837Z | Checking fastrand v2.1.0 |
| 1600 | 2024-07-09T02:04:24.887Z | Checking atomic-waker v1.1.2 |
| 1601 | 2024-07-09T02:04:25.031Z | Checking quick-error v1.2.3 |
| 1602 | 2024-07-09T02:04:25.152Z | Checking tempfile v3.10.1 |
| 1603 | 2024-07-09T02:04:25.175Z | Checking waitgroup v0.1.2 |
| 1604 | 2024-07-09T02:04:25.314Z | Checking async-stream v0.3.5 |
| 1605 | 2024-07-09T02:04:25.502Z | Checking serde_path_to_error v0.1.16 |
| 1606 | 2024-07-09T02:04:25.932Z | Compiling structmeta-derive v0.3.0 |
| 1607 | 2024-07-09T02:04:26.119Z | Checking strum v0.26.2 |
| 1608 | 2024-07-09T02:04:26.152Z | Checking hostname v0.4.0 |
| 1609 | 2024-07-09T02:04:26.295Z | Checking newtype-uuid v1.1.0 |
| 1610 | 2024-07-09T02:04:26.316Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1611 | 2024-07-09T02:04:26.564Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 1612 | 2024-07-09T02:04:27.122Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 1613 | 2024-07-09T02:04:27.374Z | Checking macaddr v1.0.1 |
| 1614 | 2024-07-09T02:04:27.399Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
| 1615 | 2024-07-09T02:04:27.564Z | Checking backoff v0.4.0 |
| 1616 | 2024-07-09T02:04:27.725Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
| 1617 | 2024-07-09T02:04:27.855Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
| 1618 | 2024-07-09T02:04:27.938Z | Checking wait-timeout v0.2.0 |
| 1619 | 2024-07-09T02:04:28.017Z | Compiling structmeta-derive v0.2.0 |
| 1620 | 2024-07-09T02:04:28.078Z | Checking rand_xorshift v0.3.0 |
| 1621 | 2024-07-09T02:04:28.140Z | Checking rusty-fork v0.3.0 |
| 1622 | 2024-07-09T02:04:28.264Z | Checking unarray v0.1.4 |
| 1623 | 2024-07-09T02:04:28.434Z | Checking proptest v1.4.0 |
| 1624 | 2024-07-09T02:04:28.436Z | Compiling proc-macro-error v1.0.4 |
| 1625 | 2024-07-09T02:04:28.474Z | Checking tokio-rustls v0.25.0 |
| 1626 | 2024-07-09T02:04:28.596Z | Compiling darling_macro v0.20.9 |
| 1627 | 2024-07-09T02:04:29.179Z | Checking camino-tempfile v1.1.1 |
| 1628 | 2024-07-09T02:04:29.203Z | Compiling structmeta v0.3.0 |
| 1629 | 2024-07-09T02:04:29.476Z | Compiling proc-macro-crate v1.3.1 |
| 1630 | 2024-07-09T02:04:29.626Z | Compiling darling v0.20.9 |
| 1631 | 2024-07-09T02:04:29.656Z | Compiling parse-display-derive v0.9.1 |
| 1632 | 2024-07-09T02:04:29.766Z | Compiling serde_with_macros v3.8.1 |
| 1633 | 2024-07-09T02:04:30.680Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1634 | 2024-07-09T02:04:31.080Z | Compiling num_enum_derive v0.5.11 |
| 1635 | 2024-07-09T02:04:31.143Z | Compiling structmeta v0.2.0 |
| 1636 | 2024-07-09T02:04:31.623Z | Compiling test-strategy v0.3.1 |
| 1637 | 2024-07-09T02:04:32.909Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1638 | 2024-07-09T02:04:33.068Z | Compiling foreign-types-macros v0.2.3 |
| 1639 | 2024-07-09T02:04:33.098Z | Checking serde_with v3.8.1 |
| 1640 | 2024-07-09T02:04:33.200Z | Checking foreign-types-shared v0.3.1 |
| 1641 | 2024-07-09T02:04:33.322Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1642 | 2024-07-09T02:04:33.952Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
| 1643 | 2024-07-09T02:04:33.984Z | Checking num_enum v0.5.11 |
| 1644 | 2024-07-09T02:04:34.144Z | Checking cstr-argument v0.1.2 |
| 1645 | 2024-07-09T02:04:34.337Z | Checking pretty-hex v0.2.1 |
| 1646 | 2024-07-09T02:04:34.380Z | Checking foreign-types v0.5.0 |
| 1647 | 2024-07-09T02:04:34.494Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
| 1648 | 2024-07-09T02:04:34.514Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
| 1649 | 2024-07-09T02:04:34.788Z | Checking tabwriter v1.4.0 |
| 1650 | 2024-07-09T02:04:34.825Z | Checking parse-display v0.9.1 |
| 1651 | 2024-07-09T02:04:34.846Z | Checking colored v2.1.0 |
| 1652 | 2024-07-09T02:04:34.941Z | Checking socket2 v0.4.10 |
| 1653 | 2024-07-09T02:04:35.032Z | Checking smf v0.2.3 |
| 1654 | 2024-07-09T02:04:35.057Z | Checking humantime v2.1.0 |
| 1655 | 2024-07-09T02:04:35.145Z | Checking termcolor v1.4.1 |
| 1656 | 2024-07-09T02:04:35.360Z | Checking arc-swap v1.7.1 |
| 1657 | 2024-07-09T02:04:35.378Z | Checking newline-converter v0.3.0 |
| 1658 | 2024-07-09T02:04:35.494Z | Checking xattr v1.3.1 |
| 1659 | 2024-07-09T02:04:35.525Z | Checking filetime v0.2.23 |
| 1660 | 2024-07-09T02:04:35.556Z | Checking same-file v1.0.6 |
| 1661 | 2024-07-09T02:04:35.691Z | Checking expectorate v1.1.0 |
| 1662 | 2024-07-09T02:04:35.732Z | Checking tar v0.4.40 |
| 1663 | 2024-07-09T02:04:35.753Z | Checking walkdir v2.5.0 |
| 1664 | 2024-07-09T02:04:35.806Z | Checking slog-scope v4.4.0 |
| 1665 | 2024-07-09T02:04:35.840Z | Checking utf-8 v0.7.6 |
| 1666 | 2024-07-09T02:04:35.860Z | Compiling heapless v0.8.0 |
| 1667 | 2024-07-09T02:04:36.010Z | Checking slog-stdlog v4.1.1 |
| 1668 | 2024-07-09T02:04:36.031Z | Checking termtree v0.4.1 |
| 1669 | 2024-07-09T02:04:36.051Z | Checking hash32 v0.3.1 |
| 1670 | 2024-07-09T02:04:36.191Z | Checking slog-envlogger v2.2.0 |
| 1671 | 2024-07-09T02:04:36.229Z | Checking predicates-tree v1.0.9 |
| 1672 | 2024-07-09T02:04:36.249Z | Compiling smoltcp v0.11.0 |
| 1673 | 2024-07-09T02:04:36.373Z | Checking embedded-io v0.4.0 |
| 1674 | 2024-07-09T02:04:36.424Z | Checking cobs v0.2.3 |
| 1675 | 2024-07-09T02:04:36.496Z | Compiling crucible-workspace-hack v0.1.0 |
| 1676 | 2024-07-09T02:04:36.568Z | Checking sigpipe v0.1.3 |
| 1677 | 2024-07-09T02:04:36.573Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1678 | 2024-07-09T02:04:36.613Z | Checking postcard v1.0.8 |
| 1679 | 2024-07-09T02:04:36.695Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1680 | 2024-07-09T02:04:36.838Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1681 | 2024-07-09T02:04:36.900Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
| 1682 | 2024-07-09T02:04:36.990Z | Checking pem v3.0.4 |
| 1683 | 2024-07-09T02:04:37.049Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
| 1684 | 2024-07-09T02:04:37.260Z | Checking tungstenite v0.20.1 |
| 1685 | 2024-07-09T02:04:37.281Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1686 | 2024-07-09T02:04:37.356Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1687 | 2024-07-09T02:04:37.760Z | Compiling derive-where v1.2.7 |
| 1688 | 2024-07-09T02:04:37.818Z | Compiling mockall_derive v0.12.1 |
| 1689 | 2024-07-09T02:04:38.180Z | Compiling num-derive v0.4.2 |
| 1690 | 2024-07-09T02:04:38.829Z | Checking atty v0.2.14 |
| 1691 | 2024-07-09T02:04:38.958Z | Checking fragile v2.0.0 |
| 1692 | 2024-07-09T02:04:39.044Z | Checking downcast v0.11.0 |
| 1693 | 2024-07-09T02:04:39.250Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
| 1694 | 2024-07-09T02:04:39.276Z | Checking tokio-tungstenite v0.20.1 |
| 1695 | 2024-07-09T02:04:39.757Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1696 | 2024-07-09T02:04:39.778Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1697 | 2024-07-09T02:04:40.034Z | Checking tungstenite v0.21.0 |
| 1698 | 2024-07-09T02:04:40.053Z | Checking env_logger v0.9.3 |
| 1699 | 2024-07-09T02:04:40.537Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1700 | 2024-07-09T02:04:40.742Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1701 | 2024-07-09T02:04:40.820Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 1702 | 2024-07-09T02:04:40.920Z | Compiling bitstruct_derive v0.1.0 |
| 1703 | 2024-07-09T02:04:40.952Z | Checking tokio-tungstenite v0.21.0 |
| 1704 | 2024-07-09T02:04:41.274Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1705 | 2024-07-09T02:04:41.416Z | Checking ascii v1.1.0 |
| 1706 | 2024-07-09T02:04:41.469Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1707 | 2024-07-09T02:04:41.648Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1708 | 2024-07-09T02:04:41.670Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1709 | 2024-07-09T02:04:41.847Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
| 1710 | 2024-07-09T02:04:41.909Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1711 | 2024-07-09T02:04:41.977Z | Checking erased-serde v0.3.31 |
| 1712 | 2024-07-09T02:04:42.190Z | Checking serde_arrays v0.1.0 |
| 1713 | 2024-07-09T02:04:42.209Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1714 | 2024-07-09T02:04:42.356Z | Compiling heck v0.3.3 |
| 1715 | 2024-07-09T02:04:42.391Z | Checking bitstruct v0.1.1 |
| 1716 | 2024-07-09T02:04:42.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
| 1717 | 2024-07-09T02:04:42.792Z | Compiling zone_cfg_derive v0.1.2 |
| 1718 | 2024-07-09T02:04:42.829Z | Checking headers-core v0.2.0 |
| 1719 | 2024-07-09T02:04:42.848Z | Checking base64 v0.13.1 |
| 1720 | 2024-07-09T02:04:42.975Z | Checking headers v0.3.9 |
| 1721 | 2024-07-09T02:04:43.056Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1722 | 2024-07-09T02:04:43.269Z | Checking ron v0.7.1 |
| 1723 | 2024-07-09T02:04:44.003Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
| 1724 | 2024-07-09T02:04:44.293Z | Checking portpicker v0.1.1 |
| 1725 | 2024-07-09T02:04:44.326Z | Checking zone v0.1.8 |
| 1726 | 2024-07-09T02:04:44.442Z | Checking rcgen v0.12.1 |
| 1727 | 2024-07-09T02:04:44.464Z | Checking atomicwrites v0.4.3 |
| 1728 | 2024-07-09T02:04:44.572Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
| 1729 | 2024-07-09T02:04:44.729Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1730 | 2024-07-09T02:04:44.987Z | Checking subprocess v0.2.9 |
| 1731 | 2024-07-09T02:04:45.142Z | Compiling convert_case v0.4.0 |
| 1732 | 2024-07-09T02:04:45.531Z | Checking password-hash v0.5.0 |
| 1733 | 2024-07-09T02:04:45.803Z | Checking blake2 v0.10.6 |
| 1734 | 2024-07-09T02:04:46.022Z | Checking linked-hash-map v0.5.6 |
| 1735 | 2024-07-09T02:04:46.186Z | Compiling derive_more v0.99.18 |
| 1736 | 2024-07-09T02:04:46.280Z | Checking argon2 v0.5.3 |
| 1737 | 2024-07-09T02:04:46.352Z | Checking lru-cache v0.1.2 |
| 1738 | 2024-07-09T02:04:46.527Z | Checking mockall v0.12.1 |
| 1739 | 2024-07-09T02:04:46.549Z | Compiling prettyplease v0.2.20 |
| 1740 | 2024-07-09T02:04:46.695Z | Checking swrite v0.1.0 |
| 1741 | 2024-07-09T02:04:46.752Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 1742 | 2024-07-09T02:04:47.150Z | Compiling rayon-core v1.12.1 |
| 1743 | 2024-07-09T02:04:47.360Z | Checking resolv-conf v0.7.0 |
| 1744 | 2024-07-09T02:04:47.384Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 1745 | 2024-07-09T02:04:47.425Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 1746 | 2024-07-09T02:04:47.731Z | Checking half v2.4.1 |
| 1747 | 2024-07-09T02:04:47.752Z | Checking trust-dns-resolver v0.22.0 |
| 1748 | 2024-07-09T02:04:47.795Z | Compiling semver v0.1.20 |
| 1749 | 2024-07-09T02:04:47.891Z | Checking ciborium-io v0.2.2 |
| 1750 | 2024-07-09T02:04:48.015Z | Compiling cancel-safe-futures v0.1.5 |
| 1751 | 2024-07-09T02:04:48.233Z | Checking ciborium-ll v0.2.2 |
| 1752 | 2024-07-09T02:04:48.363Z | Compiling rustc_version v0.1.7 |
| 1753 | 2024-07-09T02:04:48.551Z | Checking ciborium v0.2.2 |
| 1754 | 2024-07-09T02:04:48.894Z | Compiling newtype_derive v0.1.6 |
| 1755 | 2024-07-09T02:04:49.172Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 1756 | 2024-07-09T02:04:49.649Z | Checking num-rational v0.4.2 |
| 1757 | 2024-07-09T02:04:50.060Z | Checking num-complex v0.4.6 |
| 1758 | 2024-07-09T02:04:50.223Z | Compiling slog-dtrace v0.3.0 |
| 1759 | 2024-07-09T02:04:50.585Z | Checking signature v2.2.0 |
| 1760 | 2024-07-09T02:04:50.606Z | Checking float-ord v0.3.2 |
| 1761 | 2024-07-09T02:04:50.767Z | Checking steno v0.4.1 |
| 1762 | 2024-07-09T02:04:50.974Z | Checking num v0.4.3 |
| 1763 | 2024-07-09T02:04:52.115Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1764 | 2024-07-09T02:04:52.440Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1765 | 2024-07-09T02:04:53.481Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1766 | 2024-07-09T02:04:54.323Z | Checking libsw v3.3.1 |
| 1767 | 2024-07-09T02:04:54.601Z | Checking linear-map v1.2.0 |
| 1768 | 2024-07-09T02:04:54.748Z | Checking owo-colors v4.0.0 |
| 1769 | 2024-07-09T02:04:56.390Z | Checking nibble_vec v0.1.0 |
| 1770 | 2024-07-09T02:04:56.594Z | Checking endian-type v0.1.2 |
| 1771 | 2024-07-09T02:04:56.687Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 1772 | 2024-07-09T02:04:56.825Z | Checking radix_trie v0.2.1 |
| 1773 | 2024-07-09T02:04:57.269Z | Checking fxhash v0.2.1 |
| 1774 | 2024-07-09T02:04:57.307Z | Checking display-error-chain v0.2.0 |
| 1775 | 2024-07-09T02:04:57.449Z | Compiling home v0.5.9 |
| 1776 | 2024-07-09T02:04:57.468Z | Compiling radium v0.7.0 |
| 1777 | 2024-07-09T02:04:57.532Z | Checking tap v1.0.1 |
| 1778 | 2024-07-09T02:04:57.704Z | Compiling maybe-uninit v2.0.0 |
| 1779 | 2024-07-09T02:04:57.744Z | Checking wyz v0.5.1 |
| 1780 | 2024-07-09T02:04:58.176Z | Compiling bzip2-sys v0.1.11+1.0.8 |
| 1781 | 2024-07-09T02:04:58.322Z | Compiling packed_struct v0.10.1 |
| 1782 | 2024-07-09T02:04:58.404Z | Checking crc-catalog v2.4.0 |
| 1783 | 2024-07-09T02:04:58.555Z | Compiling num-bigint-dig v0.8.4 |
| 1784 | 2024-07-09T02:04:58.630Z | Checking funty v2.0.0 |
| 1785 | 2024-07-09T02:04:58.871Z | Checking crc v3.2.1 |
| 1786 | 2024-07-09T02:04:59.437Z | Compiling packed_struct_codegen v0.10.1 |
| 1787 | 2024-07-09T02:04:59.455Z | Compiling indexmap v1.9.3 |
| 1788 | 2024-07-09T02:04:59.583Z | Checking nodrop v0.1.14 |
| 1789 | 2024-07-09T02:04:59.608Z | Checking bitvec v1.0.1 |
| 1790 | 2024-07-09T02:04:59.713Z | Checking array-init v0.0.4 |
| 1791 | 2024-07-09T02:04:59.912Z | Checking smallvec v0.6.14 |
| 1792 | 2024-07-09T02:05:00.728Z | Checking pkcs1 v0.7.5 |
| 1793 | 2024-07-09T02:05:01.123Z | Compiling ring v0.16.20 |
| 1794 | 2024-07-09T02:05:01.256Z | Compiling blake3 v1.5.1 |
| 1795 | 2024-07-09T02:05:01.871Z | Checking bitfield v0.14.0 |
| 1796 | 2024-07-09T02:05:01.892Z | Checking hashbrown v0.12.3 |
| 1797 | 2024-07-09T02:05:02.538Z | Checking rsa v0.9.6 |
| 1798 | 2024-07-09T02:05:02.567Z | Checking serde-hex v0.1.0 |
| 1799 | 2024-07-09T02:05:02.586Z | Checking bzip2 v0.4.4 |
| 1800 | 2024-07-09T02:05:02.883Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1801 | 2024-07-09T02:05:03.128Z | Checking env_logger v0.10.2 |
| 1802 | 2024-07-09T02:05:03.560Z | Checking x509-cert v0.2.5 |
| 1803 | 2024-07-09T02:05:03.602Z | Checking ron v0.8.1 |
| 1804 | 2024-07-09T02:05:03.666Z | Checking hashbrown v0.13.2 |
| 1805 | 2024-07-09T02:05:04.759Z | Checking crc-any v2.5.0 |
| 1806 | 2024-07-09T02:05:04.891Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
| 1807 | 2024-07-09T02:05:04.992Z | Checking object v0.30.4 |
| 1808 | 2024-07-09T02:05:05.130Z | Checking zip v0.6.6 |
| 1809 | 2024-07-09T02:05:05.153Z | Checking path-slash v0.1.5 |
| 1810 | 2024-07-09T02:05:05.233Z | Compiling async-recursion v1.1.1 |
| 1811 | 2024-07-09T02:05:05.301Z | Checking gethostname v0.4.3 |
| 1812 | 2024-07-09T02:05:05.317Z | Compiling libefi-sys v0.1.0 |
| 1813 | 2024-07-09T02:05:05.449Z | Checking maplit v1.0.2 |
| 1814 | 2024-07-09T02:05:05.569Z | Compiling parking_lot_core v0.8.6 |
| 1815 | 2024-07-09T02:05:05.625Z | Compiling bitfield-struct v0.6.1 |
| 1816 | 2024-07-09T02:05:05.829Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
| 1817 | 2024-07-09T02:05:06.419Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
| 1818 | 2024-07-09T02:05:06.438Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1819 | 2024-07-09T02:05:06.581Z | Compiling crossbeam-deque v0.8.5 |
| 1820 | 2024-07-09T02:05:06.912Z | Checking keccak v0.1.5 |
| 1821 | 2024-07-09T02:05:06.951Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1822 | 2024-07-09T02:05:07.100Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1823 | 2024-07-09T02:05:07.263Z | Checking sha3 v0.10.8 |
| 1824 | 2024-07-09T02:05:07.725Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
| 1825 | 2024-07-09T02:05:07.797Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
| 1826 | 2024-07-09T02:05:07.921Z | Checking parking_lot v0.11.2 |
| 1827 | 2024-07-09T02:05:08.048Z | Checking trust-dns-client v0.22.0 |
| 1828 | 2024-07-09T02:05:08.207Z | Checking toml v0.5.11 |
| 1829 | 2024-07-09T02:05:08.237Z | Checking secrecy v0.8.0 |
| 1830 | 2024-07-09T02:05:08.280Z | Checking sled v0.34.7 |
| 1831 | 2024-07-09T02:05:08.458Z | Compiling rayon v1.10.0 |
| 1832 | 2024-07-09T02:05:09.365Z | Compiling memmap2 v0.9.4 |
| 1833 | 2024-07-09T02:05:09.386Z | Compiling buf-list v1.0.3 |
| 1834 | 2024-07-09T02:05:09.722Z | Checking trust-dns-server v0.22.1 |
| 1835 | 2024-07-09T02:05:09.869Z | Compiling arrayref v0.3.7 |
| 1836 | 2024-07-09T02:05:09.981Z | Compiling arrayvec v0.7.4 |
| 1837 | 2024-07-09T02:05:10.007Z | Compiling constant_time_eq v0.3.0 |
| 1838 | 2024-07-09T02:05:10.183Z | Compiling spin v0.5.2 |
| 1839 | 2024-07-09T02:05:10.408Z | Compiling untrusted v0.7.1 |
| 1840 | 2024-07-09T02:05:11.290Z | Compiling toolchain_find v0.4.0 |
| 1841 | 2024-07-09T02:05:11.692Z | Compiling topological-sort v0.2.2 |
| 1842 | 2024-07-09T02:05:11.929Z | Compiling rustfmt-wrapper v0.2.1 |
| 1843 | 2024-07-09T02:05:12.323Z | Checking glob v0.3.1 |
| 1844 | 2024-07-09T02:05:12.370Z | Compiling curve25519-dalek v4.1.3 |
| 1845 | 2024-07-09T02:05:12.538Z | Checking universal-hash v0.5.1 |
| 1846 | 2024-07-09T02:05:12.656Z | Checking opaque-debug v0.3.1 |
| 1847 | 2024-07-09T02:05:12.724Z | Compiling curve25519-dalek-derive v0.1.1 |
| 1848 | 2024-07-09T02:05:12.783Z | Checking aead v0.5.2 |
| 1849 | 2024-07-09T02:05:13.150Z | Compiling pin-project-internal v1.1.5 |
| 1850 | 2024-07-09T02:05:13.178Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
| 1851 | 2024-07-09T02:05:13.427Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
| 1852 | 2024-07-09T02:05:13.542Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
| 1853 | 2024-07-09T02:05:13.750Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 1854 | 2024-07-09T02:05:14.393Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 1855 | 2024-07-09T02:05:14.805Z | Compiling omicron-zone-package v0.11.0 |
| 1856 | 2024-07-09T02:05:15.672Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 1857 | 2024-07-09T02:05:16.492Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=6e0a232fd0b443c19f61f94bf02b7695505aa8e3#6e0a232f) |
| 1858 | 2024-07-09T02:05:17.669Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
| 1859 | 2024-07-09T02:05:17.730Z | Compiling vte_generate_state_changes v0.1.1 |
| 1860 | 2024-07-09T02:05:17.834Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
| 1861 | 2024-07-09T02:05:18.202Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 1862 | 2024-07-09T02:05:18.362Z | Compiling unicase v2.7.0 |
| 1863 | 2024-07-09T02:05:18.869Z | Checking vte v0.11.1 |
| 1864 | 2024-07-09T02:05:19.600Z | Checking pin-project v1.1.5 |
| 1865 | 2024-07-09T02:05:19.732Z | Checking poly1305 v0.8.0 |
| 1866 | 2024-07-09T02:05:20.135Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
| 1867 | 2024-07-09T02:05:20.214Z | Checking chacha20 v0.9.1 |
| 1868 | 2024-07-09T02:05:20.320Z | Checking fd-lock v4.0.2 |
| 1869 | 2024-07-09T02:05:20.428Z | Compiling thiserror-impl-no-std v2.0.2 |
| 1870 | 2024-07-09T02:05:20.523Z | Checking nanorand v0.7.0 |
| 1871 | 2024-07-09T02:05:20.584Z | Checking strip-ansi-escapes v0.2.0 |
| 1872 | 2024-07-09T02:05:20.742Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 1873 | 2024-07-09T02:05:20.781Z | Checking kstat-rs v0.2.4 |
| 1874 | 2024-07-09T02:05:20.881Z | Checking flume v0.11.0 |
| 1875 | 2024-07-09T02:05:21.053Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 1876 | 2024-07-09T02:05:21.142Z | Checking nu-ansi-term v0.50.0 |
| 1877 | 2024-07-09T02:05:21.417Z | Checking chacha20poly1305 v0.10.1 |
| 1878 | 2024-07-09T02:05:21.588Z | Checking reedline v0.31.0 |
| 1879 | 2024-07-09T02:05:21.606Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 1880 | 2024-07-09T02:05:21.727Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 1881 | 2024-07-09T02:05:21.877Z | Compiling crunchy v0.2.2 |
| 1882 | 2024-07-09T02:05:22.417Z | Compiling mime_guess v2.0.4 |
| 1883 | 2024-07-09T02:05:22.697Z | Compiling clang-sys v1.7.0 |
| 1884 | 2024-07-09T02:05:22.790Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1885 | 2024-07-09T02:05:23.436Z | Compiling tiny-keccak v2.0.2 |
| 1886 | 2024-07-09T02:05:23.897Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 1887 | 2024-07-09T02:05:23.940Z | Checking thiserror-no-std v2.0.2 |
| 1888 | 2024-07-09T02:05:24.069Z | Checking vsss-rs v3.3.4 |
| 1889 | 2024-07-09T02:05:24.150Z | Compiling memoffset v0.9.1 |
| 1890 | 2024-07-09T02:05:24.171Z | Checking bytecount v0.6.8 |
| 1891 | 2024-07-09T02:05:24.343Z | Compiling ref-cast v1.0.23 |
| 1892 | 2024-07-09T02:05:24.418Z | Checking papergrid v0.11.0 |
| 1893 | 2024-07-09T02:05:25.273Z | Compiling ascii-canvas v3.0.0 |
| 1894 | 2024-07-09T02:05:25.669Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 1895 | 2024-07-09T02:05:25.883Z | Compiling tabled_derive v0.7.0 |
| 1896 | 2024-07-09T02:05:25.965Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1897 | 2024-07-09T02:05:26.263Z | Compiling snafu-derive v0.8.2 |
| 1898 | 2024-07-09T02:05:26.283Z | Compiling ref-cast-impl v1.0.23 |
| 1899 | 2024-07-09T02:05:27.276Z | Compiling ena v0.14.3 |
| 1900 | 2024-07-09T02:05:27.553Z | Compiling libloading v0.8.3 |
| 1901 | 2024-07-09T02:05:27.573Z | Checking http-range v0.1.5 |
| 1902 | 2024-07-09T02:05:27.712Z | Compiling cfg_aliases v0.1.1 |
| 1903 | 2024-07-09T02:05:27.765Z | Compiling regex-syntax v0.6.29 |
| 1904 | 2024-07-09T02:05:27.828Z | Compiling bindgen v0.69.4 |
| 1905 | 2024-07-09T02:05:27.999Z | Compiling diff v0.1.13 |
| 1906 | 2024-07-09T02:05:28.558Z | Checking tabled v0.15.0 |
| 1907 | 2024-07-09T02:05:28.615Z | Compiling nix v0.28.0 |
| 1908 | 2024-07-09T02:05:29.484Z | Checking hyper-staticfile v0.9.5 |
| 1909 | 2024-07-09T02:05:30.809Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
| 1910 | 2024-07-09T02:05:31.620Z | Compiling lalrpop v0.19.12 |
| 1911 | 2024-07-09T02:05:32.342Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 1912 | 2024-07-09T02:05:32.389Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 1913 | 2024-07-09T02:05:33.982Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 1914 | 2024-07-09T02:05:35.291Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 1915 | 2024-07-09T02:05:35.653Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 1916 | 2024-07-09T02:05:37.712Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 1917 | 2024-07-09T02:05:39.666Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 1918 | 2024-07-09T02:05:40.410Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 1919 | 2024-07-09T02:05:41.792Z | Checking snafu v0.8.2 |
| 1920 | 2024-07-09T02:05:42.196Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 1921 | 2024-07-09T02:05:42.481Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 1922 | 2024-07-09T02:05:42.635Z | Compiling which v4.4.2 |
| 1923 | 2024-07-09T02:05:42.683Z | Checking globset v0.4.14 |
| 1924 | 2024-07-09T02:05:43.190Z | Checking olpc-cjson v0.1.3 |
| 1925 | 2024-07-09T02:05:43.318Z | Compiling cexpr v0.6.0 |
| 1926 | 2024-07-09T02:05:43.409Z | Checking serde_plain v1.0.2 |
| 1927 | 2024-07-09T02:05:43.673Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
| 1928 | 2024-07-09T02:05:43.976Z | Checking signature v1.6.4 |
| 1929 | 2024-07-09T02:05:44.116Z | Compiling salty v0.2.0 |
| 1930 | 2024-07-09T02:05:44.655Z | Compiling shlex v1.3.0 |
| 1931 | 2024-07-09T02:05:45.145Z | Checking typed-path v0.7.1 |
| 1932 | 2024-07-09T02:05:45.323Z | Compiling lazycell v1.3.0 |
| 1933 | 2024-07-09T02:05:45.523Z | Compiling rustc-hash v1.1.0 |
| 1934 | 2024-07-09T02:05:46.723Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 1935 | 2024-07-09T02:05:46.940Z | Checking ed25519 v1.5.3 |
| 1936 | 2024-07-09T02:05:47.156Z | Checking tough v0.17.1 |
| 1937 | 2024-07-09T02:05:47.230Z | Checking nix v0.27.1 |
| 1938 | 2024-07-09T02:05:50.130Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 1939 | 2024-07-09T02:05:50.391Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 1940 | 2024-07-09T02:05:51.333Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 1941 | 2024-07-09T02:05:52.086Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 1942 | 2024-07-09T02:05:52.607Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 1943 | 2024-07-09T02:05:53.006Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 1944 | 2024-07-09T02:05:53.530Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
| 1945 | 2024-07-09T02:05:53.799Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 1946 | 2024-07-09T02:05:54.098Z | Compiling derive_builder_core v0.20.0 |
| 1947 | 2024-07-09T02:05:54.168Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 1948 | 2024-07-09T02:05:55.053Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 1949 | 2024-07-09T02:05:55.516Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 1950 | 2024-07-09T02:05:56.730Z | Checking serde-big-array v0.5.1 |
| 1951 | 2024-07-09T02:05:56.761Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1952 | 2024-07-09T02:05:56.941Z | Compiling libxml v0.3.3 |
| 1953 | 2024-07-09T02:05:57.025Z | Checking parse-size v1.0.0 |
| 1954 | 2024-07-09T02:05:57.356Z | Compiling derive_builder_macro v0.20.0 |
| 1955 | 2024-07-09T02:05:57.711Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
| 1956 | 2024-07-09T02:05:58.016Z | Checking signal-hook-tokio v0.3.1 |
| 1957 | 2024-07-09T02:05:58.200Z | Compiling peg-macros v0.8.3 |
| 1958 | 2024-07-09T02:05:58.218Z | Checking serde-big-array v0.4.1 |
| 1959 | 2024-07-09T02:05:58.263Z | Compiling strum_macros v0.24.3 |
| 1960 | 2024-07-09T02:05:58.396Z | Compiling sqlparser_derive v0.2.2 |
| 1961 | 2024-07-09T02:05:59.380Z | Compiling cookie v0.18.1 |
| 1962 | 2024-07-09T02:05:59.665Z | Checking unicode_categories v0.1.1 |
| 1963 | 2024-07-09T02:05:59.693Z | Compiling indoc v1.0.9 |
| 1964 | 2024-07-09T02:05:59.949Z | Checking sqlformat v0.2.3 |
| 1965 | 2024-07-09T02:05:59.968Z | Checking rustyline v14.0.0 |
| 1966 | 2024-07-09T02:06:00.856Z | Checking sqlparser v0.45.0 |
| 1967 | 2024-07-09T02:06:01.761Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 1968 | 2024-07-09T02:06:02.215Z | Checking peg v0.8.3 |
| 1969 | 2024-07-09T02:06:02.335Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1970 | 2024-07-09T02:06:02.382Z | Checking derive_builder v0.20.0 |
| 1971 | 2024-07-09T02:06:03.273Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 1972 | 2024-07-09T02:06:04.550Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 1973 | 2024-07-09T02:06:04.846Z | Checking quick-xml v0.31.0 |
| 1974 | 2024-07-09T02:06:05.126Z | Checking bcs v0.1.6 |
| 1975 | 2024-07-09T02:06:05.622Z | Compiling oso-derive v0.27.3 |
| 1976 | 2024-07-09T02:06:05.712Z | Compiling impl-trait-for-tuples v0.2.2 |
| 1977 | 2024-07-09T02:06:06.725Z | Checking corncobs v0.1.3 |
| 1978 | 2024-07-09T02:06:06.925Z | Checking highway v1.1.0 |
| 1979 | 2024-07-09T02:06:07.003Z | Checking heck v0.4.1 |
| 1980 | 2024-07-09T02:06:07.251Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
| 1981 | 2024-07-09T02:06:07.351Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
| 1982 | 2024-07-09T02:06:07.651Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 1983 | 2024-07-09T02:06:08.107Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
| 1984 | 2024-07-09T02:06:08.405Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 1985 | 2024-07-09T02:06:09.634Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 1986 | 2024-07-09T02:06:09.918Z | Checking bb8 v0.8.5 |
| 1987 | 2024-07-09T02:06:10.239Z | Compiling const_format_proc_macros v0.2.32 |
| 1988 | 2024-07-09T02:06:10.404Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
| 1989 | 2024-07-09T02:06:10.698Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 1990 | 2024-07-09T02:06:11.004Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 1991 | 2024-07-09T02:06:12.612Z | Checking const_format v0.2.32 |
| 1992 | 2024-07-09T02:06:13.597Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 1993 | 2024-07-09T02:06:14.190Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 1994 | 2024-07-09T02:06:14.885Z | Checking assert_matches v1.5.0 |
| 1995 | 2024-07-09T02:06:14.993Z | Compiling portable-atomic v1.6.0 |
| 1996 | 2024-07-09T02:06:15.104Z | Checking rand_seeder v0.2.3 |
| 1997 | 2024-07-09T02:06:15.356Z | Checking number_prefix v0.4.0 |
| 1998 | 2024-07-09T02:06:15.574Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 1999 | 2024-07-09T02:06:16.033Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2000 | 2024-07-09T02:06:16.270Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2001 | 2024-07-09T02:06:17.173Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2002 | 2024-07-09T02:06:17.245Z | Checking indicatif v0.17.8 |
| 2003 | 2024-07-09T02:06:17.693Z | Checking castaway v0.2.2 |
| 2004 | 2024-07-09T02:06:17.878Z | Checking compact_str v0.7.1 |
| 2005 | 2024-07-09T02:06:18.044Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2006 | 2024-07-09T02:06:18.294Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2007 | 2024-07-09T02:06:18.323Z | Checking unicode-truncate v1.0.0 |
| 2008 | 2024-07-09T02:06:18.551Z | Checking itertools v0.13.0 |
| 2009 | 2024-07-09T02:06:18.568Z | Checking lru v0.12.3 |
| 2010 | 2024-07-09T02:06:18.638Z | Compiling stability v0.2.0 |
| 2011 | 2024-07-09T02:06:18.862Z | Checking cassowary v0.3.0 |
| 2012 | 2024-07-09T02:06:19.384Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2013 | 2024-07-09T02:06:19.712Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2014 | 2024-07-09T02:06:21.089Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2015 | 2024-07-09T02:06:21.262Z | Checking ratatui v0.27.0 |
| 2016 | 2024-07-09T02:06:21.492Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2017 | 2024-07-09T02:06:22.373Z | Checking unicode-linebreak v0.1.5 |
| 2018 | 2024-07-09T02:06:22.551Z | Checking smawk v0.3.2 |
| 2019 | 2024-07-09T02:06:22.767Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2020 | 2024-07-09T02:06:22.770Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2021 | 2024-07-09T02:06:22.806Z | Checking textwrap v0.16.1 |
| 2022 | 2024-07-09T02:06:23.072Z | Checking is_ci v1.2.0 |
| 2023 | 2024-07-09T02:06:23.218Z | Checking supports-color v3.0.0 |
| 2024 | 2024-07-09T02:06:23.269Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2025 | 2024-07-09T02:06:23.411Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
| 2026 | 2024-07-09T02:06:23.901Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2027 | 2024-07-09T02:06:24.329Z | Checking fatfs v0.3.6 |
| 2028 | 2024-07-09T02:06:25.142Z | Checking shell-words v1.1.0 |
| 2029 | 2024-07-09T02:06:25.335Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2030 | 2024-07-09T02:06:25.360Z | Checking cargo-platform v0.1.8 |
| 2031 | 2024-07-09T02:06:25.676Z | Checking rtoolbox v0.0.2 |
| 2032 | 2024-07-09T02:06:26.891Z | Compiling getrandom v0.1.16 |
| 2033 | 2024-07-09T02:06:26.894Z | Checking rpassword v7.3.1 |
| 2034 | 2024-07-09T02:06:26.894Z | Checking cargo_metadata v0.18.1 |
| 2035 | 2024-07-09T02:06:26.894Z | Checking tui-tree-widget v0.21.0 |
| 2036 | 2024-07-09T02:06:27.462Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2037 | 2024-07-09T02:06:28.401Z | Checking rfc6979 v0.4.0 |
| 2038 | 2024-07-09T02:06:28.939Z | Checking ecdsa v0.16.9 |
| 2039 | 2024-07-09T02:06:28.957Z | Checking rand_core v0.5.1 |
| 2040 | 2024-07-09T02:06:29.283Z | Checking primeorder v0.13.6 |
| 2041 | 2024-07-09T02:06:29.658Z | Checking option-ext v0.2.0 |
| 2042 | 2024-07-09T02:06:29.793Z | Checking yansi v0.5.1 |
| 2043 | 2024-07-09T02:06:30.036Z | Checking dirs-sys v0.4.1 |
| 2044 | 2024-07-09T02:06:30.088Z | Checking pretty_assertions v1.4.0 |
| 2045 | 2024-07-09T02:06:30.235Z | Checking rand_chacha v0.2.2 |
| 2046 | 2024-07-09T02:06:30.304Z | Checking polyval v0.6.2 |
| 2047 | 2024-07-09T02:06:30.562Z | Checking ed25519 v2.2.3 |
| 2048 | 2024-07-09T02:06:30.614Z | Checking blowfish v0.9.1 |
| 2049 | 2024-07-09T02:06:30.818Z | Checking aes v0.8.4 |
| 2050 | 2024-07-09T02:06:30.854Z | Checking ctr v0.9.2 |
| 2051 | 2024-07-09T02:06:31.141Z | Checking password-hash v0.4.2 |
| 2052 | 2024-07-09T02:06:31.628Z | Checking pbkdf2 v0.12.2 |
| 2053 | 2024-07-09T02:06:31.735Z | Checking hex-literal v0.4.1 |
| 2054 | 2024-07-09T02:06:31.770Z | Checking plotters-backend v0.3.5 |
| 2055 | 2024-07-09T02:06:31.857Z | Checking bcrypt-pbkdf v0.10.0 |
| 2056 | 2024-07-09T02:06:32.126Z | Checking pbkdf2 v0.11.0 |
| 2057 | 2024-07-09T02:06:32.162Z | Checking plotters-svg v0.3.5 |
| 2058 | 2024-07-09T02:06:32.404Z | Checking ed25519-dalek v2.1.1 |
| 2059 | 2024-07-09T02:06:32.457Z | Checking ghash v0.5.1 |
| 2060 | 2024-07-09T02:06:32.644Z | Checking rand v0.7.3 |
| 2061 | 2024-07-09T02:06:32.777Z | Checking dirs v5.0.1 |
| 2062 | 2024-07-09T02:06:32.938Z | Checking p256 v0.13.2 |
| 2063 | 2024-07-09T02:06:33.463Z | Checking p521 v0.13.3 |
| 2064 | 2024-07-09T02:06:33.983Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2065 | 2024-07-09T02:06:34.148Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2066 | 2024-07-09T02:06:34.870Z | Checking cbc v0.1.2 |
| 2067 | 2024-07-09T02:06:35.102Z | Checking russh-cryptovec v0.7.2 |
| 2068 | 2024-07-09T02:06:35.325Z | Compiling doc-comment v0.3.3 |
| 2069 | 2024-07-09T02:06:35.765Z | Compiling target-lexicon v0.12.14 |
| 2070 | 2024-07-09T02:06:35.909Z | Checking cast v0.3.0 |
| 2071 | 2024-07-09T02:06:36.237Z | Checking md5 v0.7.0 |
| 2072 | 2024-07-09T02:06:36.549Z | Checking russh-keys v0.43.0 |
| 2073 | 2024-07-09T02:06:36.875Z | Checking criterion-plot v0.5.0 |
| 2074 | 2024-07-09T02:06:37.575Z | Checking aes-gcm v0.10.3 |
| 2075 | 2024-07-09T02:06:37.756Z | Checking plotters v0.3.5 |
| 2076 | 2024-07-09T02:06:37.844Z | Checking http-body v1.0.0 |
| 2077 | 2024-07-09T02:06:38.083Z | Checking tinytemplate v1.2.1 |
| 2078 | 2024-07-09T02:06:38.495Z | Checking csv-core v0.1.11 |
| 2079 | 2024-07-09T02:06:38.853Z | Compiling dhcproto-macros v0.1.0 |
| 2080 | 2024-07-09T02:06:39.667Z | Checking tower-layer v0.3.2 |
| 2081 | 2024-07-09T02:06:39.889Z | Checking oorandom v11.1.3 |
| 2082 | 2024-07-09T02:06:39.945Z | Checking regex-automata v0.1.10 |
| 2083 | 2024-07-09T02:06:40.053Z | Compiling assert_cmd v2.0.14 |
| 2084 | 2024-07-09T02:06:40.377Z | Checking anes v0.1.6 |
| 2085 | 2024-07-09T02:06:40.475Z | Compiling guppy-workspace-hack v0.1.0 |
| 2086 | 2024-07-09T02:06:40.834Z | Checking criterion v0.5.1 |
| 2087 | 2024-07-09T02:06:40.862Z | Checking bstr v0.2.17 |
| 2088 | 2024-07-09T02:06:41.195Z | Checking tower v0.4.13 |
| 2089 | 2024-07-09T02:06:41.762Z | Checking dhcproto v0.11.0 |
| 2090 | 2024-07-09T02:06:41.995Z | Checking csv v1.3.0 |
| 2091 | 2024-07-09T02:06:42.898Z | Checking hyper v1.3.1 |
| 2092 | 2024-07-09T02:06:43.304Z | Checking russh v0.43.0 |
| 2093 | 2024-07-09T02:06:44.231Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2094 | 2024-07-09T02:06:44.399Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
| 2095 | 2024-07-09T02:06:45.242Z | Compiling target-spec v3.1.0 |
| 2096 | 2024-07-09T02:06:45.307Z | Checking internet-checksum v0.2.1 |
| 2097 | 2024-07-09T02:06:46.446Z | Checking cfg-expr v0.15.8 |
| 2098 | 2024-07-09T02:06:47.310Z | Checking hyper-util v0.1.3 |
| 2099 | 2024-07-09T02:06:47.572Z | Checking httptest v0.15.5 |
| 2100 | 2024-07-09T02:06:48.132Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2101 | 2024-07-09T02:06:48.324Z | Checking rustls-native-certs v0.7.0 |
| 2102 | 2024-07-09T02:06:48.943Z | Checking hyper-rustls v0.26.0 |
| 2103 | 2024-07-09T02:06:49.709Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2104 | 2024-07-09T02:06:50.023Z | Checking pathdiff v0.2.1 |
| 2105 | 2024-07-09T02:06:50.200Z | Checking threadpool v1.8.1 |
| 2106 | 2024-07-09T02:06:50.415Z | Checking escape8259 v0.5.2 |
| 2107 | 2024-07-09T02:06:50.570Z | Checking nested v0.1.1 |
| 2108 | 2024-07-09T02:06:50.618Z | Checking libtest-mimic v0.7.3 |
| 2109 | 2024-07-09T02:06:50.810Z | Checking guppy v0.17.5 |
| 2110 | 2024-07-09T02:06:51.130Z | Checking similar-asserts v1.5.0 |
| 2111 | 2024-07-09T02:06:51.383Z | Checking fancy-regex v0.13.0 |
| 2112 | 2024-07-09T02:06:52.180Z | Compiling rstest_macros v0.19.0 |
| 2113 | 2024-07-09T02:06:52.846Z | Checking datatest-stable v0.2.9 |
| 2114 | 2024-07-09T02:06:53.088Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2115 | 2024-07-09T02:06:53.107Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2116 | 2024-07-09T02:06:53.128Z | Checking blake2b_simd v1.0.2 |
| 2117 | 2024-07-09T02:06:54.228Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
| 2118 | 2024-07-09T02:06:54.474Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
| 2119 | 2024-07-09T02:06:54.510Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
| 2120 | 2024-07-09T02:06:54.810Z | Compiling relative-path v1.9.3 |
| 2121 | 2024-07-09T02:06:55.191Z | Compiling trybuild v1.0.96 |
| 2122 | 2024-07-09T02:06:55.813Z | Checking rust-argon2 v2.1.0 |
| 2123 | 2024-07-09T02:06:56.278Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2124 | 2024-07-09T02:06:59.782Z | Checking multimap v0.10.0 |
| 2125 | 2024-07-09T02:07:00.112Z | Checking futures-timer v3.0.3 |
| 2126 | 2024-07-09T02:07:01.995Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2127 | 2024-07-09T02:07:02.988Z | Checking partial-io v0.5.4 |
| 2128 | 2024-07-09T02:07:03.402Z | Checking cargo_toml v0.20.3 |
| 2129 | 2024-07-09T02:07:05.572Z | Checking rand_distr v0.4.3 |
| 2130 | 2024-07-09T02:07:05.606Z | Checking rstest v0.19.0 |
| 2131 | 2024-07-09T02:07:05.824Z | Checking approx v0.5.1 |
| 2132 | 2024-07-09T02:07:06.020Z | Checking termios v0.3.3 |
| 2133 | 2024-07-09T02:07:06.065Z | Checking uzers v0.11.3 |
| 2134 | 2024-07-09T02:07:06.253Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2135 | 2024-07-09T02:07:06.427Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2136 | 2024-07-09T02:07:10.711Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2137 | 2024-07-09T02:07:11.507Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2138 | 2024-07-09T02:07:20.470Z | Compiling samael v0.0.15 |
| 2139 | 2024-07-09T02:07:23.450Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2140 | 2024-07-09T02:07:51.795Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2141 | 2024-07-09T02:07:52.947Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2142 | 2024-07-09T02:07:56.523Z | Compiling polar-core v0.27.3 |
| 2143 | 2024-07-09T02:08:08.166Z | Checking oso v0.27.3 |
| 2144 | 2024-07-09T02:08:42.249Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2145 | 2024-07-09T02:08:42.249Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2146 | 2024-07-09T02:08:42.252Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2147 | 2024-07-09T02:10:01.895Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 26s |
| 2148 | 2024-07-09T02:10:02.187Z | |
| 2149 | 2024-07-09T02:10:02.187Z | real 7:35.402286118 |
| 2150 | 2024-07-09T02:10:02.187Z | user 41:36.463934698 |
| 2151 | 2024-07-09T02:10:02.187Z | sys 7:10.415693201 |
| 2152 | 2024-07-09T02:10:02.187Z | trap 1.155339376 |
| 2153 | 2024-07-09T02:10:02.187Z | tflt 1.954245147 |
| 2154 | 2024-07-09T02:10:02.187Z | dflt 1.209349224 |
| 2155 | 2024-07-09T02:10:02.187Z | kflt 0.003449500 |
| 2156 | 2024-07-09T02:10:02.187Z | lock 2:02:19.512260744 |
| 2157 | 2024-07-09T02:10:02.187Z | slp 2:12:25.448605693 |
| 2158 | 2024-07-09T02:10:02.190Z | lat 1:55.826912680 |
| 2159 | 2024-07-09T02:10:02.190Z | stop 6:13.326719142 |
| 2160 | 2024-07-09T02:10:02.190Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
| 2161 | 2024-07-09T02:10:02.190Z | + ptime -m cargo doc --workspace --no-deps |
| 2162 | 2024-07-09T02:10:03.268Z | warning: output filename collision. |
| 2163 | 2024-07-09T02:10:03.268Z | The bin target `oximeter` in package `oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector)` has the same output filename as the lib target `oximeter` in package `oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter)`. |
| 2164 | 2024-07-09T02:10:03.268Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
| 2165 | 2024-07-09T02:10:03.268Z | The targets should have unique names. |
| 2166 | 2024-07-09T02:10:03.268Z | This is a known bug where multiple crates with the same name use |
| 2167 | 2024-07-09T02:10:03.268Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
| 2168 | 2024-07-09T02:10:03.767Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2169 | 2024-07-09T02:10:03.820Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2170 | 2024-07-09T02:10:03.861Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2171 | 2024-07-09T02:10:03.883Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2172 | 2024-07-09T02:10:03.910Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
| 2173 | 2024-07-09T02:10:03.913Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
| 2174 | 2024-07-09T02:10:04.016Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
| 2175 | 2024-07-09T02:10:04.106Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2176 | 2024-07-09T02:10:04.106Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2177 | 2024-07-09T02:10:04.134Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2178 | 2024-07-09T02:10:04.149Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2179 | 2024-07-09T02:10:04.877Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2180 | 2024-07-09T02:10:04.893Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2181 | 2024-07-09T02:10:05.208Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2182 | 2024-07-09T02:10:05.440Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2183 | 2024-07-09T02:10:08.027Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2184 | 2024-07-09T02:10:08.096Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2185 | 2024-07-09T02:10:08.324Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2186 | 2024-07-09T02:10:08.620Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2187 | 2024-07-09T02:10:08.697Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2188 | 2024-07-09T02:10:09.006Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2189 | 2024-07-09T02:10:09.309Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2190 | 2024-07-09T02:10:09.432Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2191 | 2024-07-09T02:10:09.757Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2192 | 2024-07-09T02:10:10.057Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2193 | 2024-07-09T02:10:11.020Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2194 | 2024-07-09T02:10:11.089Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2195 | 2024-07-09T02:10:11.216Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2196 | 2024-07-09T02:10:11.397Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2197 | 2024-07-09T02:10:11.519Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2198 | 2024-07-09T02:10:11.556Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2199 | 2024-07-09T02:10:11.844Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2200 | 2024-07-09T02:10:12.194Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
| 2201 | 2024-07-09T02:10:12.511Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
| 2202 | 2024-07-09T02:10:12.569Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
| 2203 | 2024-07-09T02:10:13.900Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2204 | 2024-07-09T02:10:15.713Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2205 | 2024-07-09T02:10:16.654Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2206 | 2024-07-09T02:10:17.974Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2207 | 2024-07-09T02:10:19.089Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2208 | 2024-07-09T02:10:19.859Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2209 | 2024-07-09T02:10:20.751Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2210 | 2024-07-09T02:10:22.062Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2211 | 2024-07-09T02:10:22.608Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2212 | 2024-07-09T02:10:23.016Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2213 | 2024-07-09T02:10:23.036Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2214 | 2024-07-09T02:10:23.679Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2215 | 2024-07-09T02:10:24.434Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2216 | 2024-07-09T02:10:24.477Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2217 | 2024-07-09T02:10:24.546Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2218 | 2024-07-09T02:10:25.889Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2219 | 2024-07-09T02:10:26.696Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2220 | 2024-07-09T02:10:27.747Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2221 | 2024-07-09T02:10:28.647Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2222 | 2024-07-09T02:10:29.620Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2223 | 2024-07-09T02:10:30.209Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2224 | 2024-07-09T02:10:30.639Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2225 | 2024-07-09T02:10:30.787Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
| 2226 | 2024-07-09T02:10:31.085Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2227 | 2024-07-09T02:10:31.778Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2228 | 2024-07-09T02:10:32.905Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2229 | 2024-07-09T02:10:33.788Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
| 2230 | 2024-07-09T02:10:35.750Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2231 | 2024-07-09T02:10:35.969Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2232 | 2024-07-09T02:10:36.410Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2233 | 2024-07-09T02:10:36.570Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2234 | 2024-07-09T02:10:37.523Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2235 | 2024-07-09T02:10:37.825Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
| 2236 | 2024-07-09T02:10:37.998Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2237 | 2024-07-09T02:10:38.590Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2238 | 2024-07-09T02:10:41.914Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2239 | 2024-07-09T02:10:41.917Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2240 | 2024-07-09T02:10:42.412Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2241 | 2024-07-09T02:10:42.962Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2242 | 2024-07-09T02:10:43.645Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
| 2243 | 2024-07-09T02:10:44.171Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
| 2244 | 2024-07-09T02:10:45.272Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
| 2245 | 2024-07-09T02:10:47.436Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2246 | 2024-07-09T02:10:48.466Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2247 | 2024-07-09T02:10:49.932Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2248 | 2024-07-09T02:10:51.978Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
| 2249 | 2024-07-09T02:10:56.693Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
| 2250 | 2024-07-09T02:11:12.364Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2251 | 2024-07-09T02:11:12.632Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
| 2252 | 2024-07-09T02:11:24.123Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
| 2253 | 2024-07-09T02:11:35.573Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
| 2254 | 2024-07-09T02:11:37.276Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
| 2255 | 2024-07-09T02:11:41.501Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
| 2256 | 2024-07-09T02:11:52.345Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
| 2257 | 2024-07-09T02:11:53.451Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
| 2258 | 2024-07-09T02:12:06.901Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
| 2259 | 2024-07-09T02:12:16.758Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
| 2260 | 2024-07-09T02:12:19.571Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2261 | 2024-07-09T02:12:22.075Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2262 | 2024-07-09T02:12:23.046Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
| 2263 | 2024-07-09T02:12:24.043Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
| 2264 | 2024-07-09T02:12:28.848Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
| 2265 | 2024-07-09T02:12:37.831Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
| 2266 | 2024-07-09T02:12:37.909Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
| 2267 | 2024-07-09T02:12:41.238Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
| 2268 | 2024-07-09T02:12:49.840Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
| 2269 | 2024-07-09T02:13:03.504Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
| 2270 | 2024-07-09T02:13:09.637Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
| 2271 | 2024-07-09T02:13:16.194Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
| 2272 | 2024-07-09T02:13:17.335Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
| 2273 | 2024-07-09T02:13:25.296Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
| 2274 | 2024-07-09T02:13:29.176Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
| 2275 | 2024-07-09T02:13:30.874Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
| 2276 | 2024-07-09T02:13:31.974Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
| 2277 | 2024-07-09T02:13:37.014Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
| 2278 | 2024-07-09T02:13:37.639Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
| 2279 | 2024-07-09T02:13:51.090Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
| 2280 | 2024-07-09T02:13:52.462Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
| 2281 | 2024-07-09T02:13:54.416Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
| 2282 | 2024-07-09T02:13:56.737Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
| 2283 | 2024-07-09T02:13:58.463Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
| 2284 | 2024-07-09T02:14:00.878Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
| 2285 | 2024-07-09T02:14:01.495Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
| 2286 | 2024-07-09T02:14:04.343Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
| 2287 | 2024-07-09T02:14:05.927Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
| 2288 | 2024-07-09T02:14:07.588Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
| 2289 | 2024-07-09T02:14:10.082Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
| 2290 | 2024-07-09T02:14:12.456Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
| 2291 | 2024-07-09T02:14:17.130Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
| 2292 | 2024-07-09T02:14:18.389Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
| 2293 | 2024-07-09T02:14:18.506Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
| 2294 | 2024-07-09T02:14:19.894Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
| 2295 | 2024-07-09T02:14:20.175Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
| 2296 | 2024-07-09T02:14:24.279Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
| 2297 | 2024-07-09T02:14:25.373Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
| 2298 | 2024-07-09T02:14:29.849Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
| 2299 | 2024-07-09T02:14:33.184Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
| 2300 | 2024-07-09T02:14:33.639Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
| 2301 | 2024-07-09T02:14:34.479Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
| 2302 | 2024-07-09T02:14:34.547Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
| 2303 | 2024-07-09T02:14:35.379Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
| 2304 | 2024-07-09T02:14:40.175Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
| 2305 | 2024-07-09T02:14:43.432Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
| 2306 | 2024-07-09T02:14:43.875Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
| 2307 | 2024-07-09T02:14:47.586Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
| 2308 | 2024-07-09T02:14:48.196Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
| 2309 | 2024-07-09T02:14:49.239Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
| 2310 | 2024-07-09T02:14:50.881Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
| 2311 | 2024-07-09T02:14:53.065Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
| 2312 | 2024-07-09T02:14:53.694Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
| 2313 | 2024-07-09T02:14:53.766Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
| 2314 | 2024-07-09T02:14:55.010Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
| 2315 | 2024-07-09T02:14:57.334Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
| 2316 | 2024-07-09T02:14:59.505Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
| 2317 | 2024-07-09T02:15:00.791Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
| 2318 | 2024-07-09T02:15:01.660Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
| 2319 | 2024-07-09T02:15:02.172Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
| 2320 | 2024-07-09T02:15:02.784Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
| 2321 | 2024-07-09T02:15:03.949Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
| 2322 | 2024-07-09T02:15:27.226Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 24s |
| 2323 | 2024-07-09T02:15:27.377Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
| 2324 | 2024-07-09T02:15:27.422Z | |
| 2325 | 2024-07-09T02:15:27.422Z | real 5:25.156674272 |
| 2326 | 2024-07-09T02:15:27.422Z | user 18:57.285210308 |
| 2327 | 2024-07-09T02:15:27.422Z | sys 21:23.811354014 |
| 2328 | 2024-07-09T02:15:27.422Z | trap 0.352809003 |
| 2329 | 2024-07-09T02:15:27.422Z | tflt 0.065525325 |
| 2330 | 2024-07-09T02:15:27.425Z | dflt 0.118701084 |
| 2331 | 2024-07-09T02:15:27.425Z | kflt 0.000049953 |
| 2332 | 2024-07-09T02:15:27.425Z | lock 52:42.502000206 |
| 2333 | 2024-07-09T02:15:27.425Z | slp 1:26:33.291556233 |
| 2334 | 2024-07-09T02:15:27.425Z | lat 54.909535202 |
| 2335 | 2024-07-09T02:15:27.425Z | stop 41.658173973 |
| 2336 | 2024-07-09T02:15:27.425Z | process exited: duration 975811 ms, exit code 0 |
| |
| 2337 | 2024-07-09T02:15:27.431Z | found 0 output files |