|
|
|
1 | 2024-08-03T03:47:10.277Z | job assigned to worker 01J4B5GPFSDXBAXWN6ECMF9TFW (queued for 57 s) |
|
2 | 2024-08-03T03:47:17.453Z | starting task 0: "setup" |
3 | 2024-08-03T03:47:17.502Z | ++ uname -s |
4 | 2024-08-03T03:47:17.505Z | + kern=SunOS |
5 | 2024-08-03T03:47:17.505Z | + case "$kern" in |
6 | 2024-08-03T03:47:17.505Z | + groupadd -g 12345 build |
7 | 2024-08-03T03:47:17.508Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-03T03:47:19.524Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-03T03:47:19.649Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-03T03:47:19.652Z | + home_fs=zfs |
11 | 2024-08-03T03:47:19.652Z | + [[ zfs == autofs ]] |
12 | 2024-08-03T03:47:19.652Z | + mkdir -p /home/build |
13 | 2024-08-03T03:47:19.652Z | + chown build:build /home/build /work |
14 | 2024-08-03T03:47:21.654Z | + chmod 0700 /home/build /work |
15 | 2024-08-03T03:47:21.657Z | process exited: duration 4205 ms, exit code 0 |
|
16 | 2024-08-03T03:47:21.664Z | starting task 1: "rust-toolchain" |
17 | 2024-08-03T03:47:21.668Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-03T03:47:21.668Z | ' 1.80.0 |
19 | 2024-08-03T03:47:21.671Z | * toolchain channel = "1.80.0" |
20 | 2024-08-03T03:47:21.671Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-03T03:47:21.672Z | ' default |
22 | 2024-08-03T03:47:21.672Z | * toolchain profile = "default" |
23 | 2024-08-03T03:47:21.672Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-03T03:47:21.672Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.0 --profile default |
25 | 2024-08-03T03:47:21.789Z | info: downloading installer |
26 | 2024-08-03T03:47:22.915Z | info: profile set to 'default' |
27 | 2024-08-03T03:47:22.915Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-03T03:47:22.920Z | info: syncing channel updates for '1.80.0-x86_64-unknown-illumos' |
29 | 2024-08-03T03:47:23.035Z | info: latest update on 2024-07-25, rust version 1.80.0 (051478957 2024-07-21) |
30 | 2024-08-03T03:47:23.035Z | info: downloading component 'cargo' |
31 | 2024-08-03T03:47:23.692Z | info: downloading component 'clippy' |
32 | 2024-08-03T03:47:23.932Z | info: downloading component 'rust-docs' |
33 | 2024-08-03T03:47:24.846Z | info: downloading component 'rust-std' |
34 | 2024-08-03T03:47:26.125Z | info: downloading component 'rustc' |
35 | 2024-08-03T03:47:29.672Z | info: downloading component 'rustfmt' |
36 | 2024-08-03T03:47:29.864Z | info: installing component 'cargo' |
37 | 2024-08-03T03:47:30.692Z | info: installing component 'clippy' |
38 | 2024-08-03T03:47:31.056Z | info: installing component 'rust-docs' |
39 | 2024-08-03T03:47:32.692Z | info: installing component 'rust-std' |
40 | 2024-08-03T03:47:34.301Z | info: installing component 'rustc' |
41 | 2024-08-03T03:47:38.500Z | info: installing component 'rustfmt' |
42 | 2024-08-03T03:47:38.833Z | info: default toolchain set to '1.80.0-x86_64-unknown-illumos' |
43 | 2024-08-03T03:47:38.833Z | |
44 | 2024-08-03T03:47:39.110Z | 1.80.0-x86_64-unknown-illumos installed - rustc 1.80.0 (051478957 2024-07-21) |
45 | 2024-08-03T03:47:39.111Z | |
46 | 2024-08-03T03:47:39.114Z | |
47 | 2024-08-03T03:47:39.114Z | Rust is installed now. Great! |
48 | 2024-08-03T03:47:39.114Z | |
49 | 2024-08-03T03:47:39.114Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-03T03:47:39.114Z | environment variable. This has not been done automatically. |
51 | 2024-08-03T03:47:39.114Z | |
52 | 2024-08-03T03:47:39.114Z | To configure your current shell, you need to source |
53 | 2024-08-03T03:47:39.114Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-03T03:47:39.114Z | |
55 | 2024-08-03T03:47:39.114Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-03T03:47:39.114Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-03T03:47:39.114Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-03T03:47:39.181Z | + rustc --version |
59 | 2024-08-03T03:47:39.244Z | rustc 1.80.0 (051478957 2024-07-21) |
60 | 2024-08-03T03:47:39.247Z | process exited: duration 17582 ms, exit code 0 |
|
61 | 2024-08-03T03:47:39.253Z | starting task 2: "authentication" |
62 | 2024-08-03T03:47:39.274Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-03T03:47:39.282Z | starting task 3: "clone repository" |
64 | 2024-08-03T03:47:39.286Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-03T03:47:39.289Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-03T03:47:39.427Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-03T03:47:45.016Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-03T03:47:45.016Z | + git fetch origin e500e2c4c9bac700c8c2c7bace06c6b21678eeee |
69 | 2024-08-03T03:47:45.308Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-03T03:47:45.308Z | * branch e500e2c4c9bac700c8c2c7bace06c6b21678eeee -> FETCH_HEAD |
71 | 2024-08-03T03:47:45.319Z | + [[ -n renovate/toml_edit-0.x ]] |
72 | 2024-08-03T03:47:45.323Z | ++ git branch --show-current |
73 | 2024-08-03T03:47:45.323Z | + current=main |
74 | 2024-08-03T03:47:45.323Z | + [[ main != renovate/toml_edit-0.x ]] |
75 | 2024-08-03T03:47:45.323Z | + git branch -f renovate/toml_edit-0.x e500e2c4c9bac700c8c2c7bace06c6b21678eeee |
76 | 2024-08-03T03:47:45.328Z | + git checkout -f renovate/toml_edit-0.x |
77 | 2024-08-03T03:47:45.464Z | Switched to branch 'renovate/toml_edit-0.x' |
78 | 2024-08-03T03:47:45.469Z | + git reset --hard e500e2c4c9bac700c8c2c7bace06c6b21678eeee |
79 | 2024-08-03T03:47:45.479Z | HEAD is now at e500e2c4c Update Rust crate toml_edit to 0.22.20 |
80 | 2024-08-03T03:47:45.486Z | process exited: duration 6195 ms, exit code 0 |
|
81 | 2024-08-03T03:47:45.497Z | starting task 4: "build" |
82 | 2024-08-03T03:47:45.501Z | + cargo --version |
83 | 2024-08-03T03:47:45.559Z | cargo 1.80.0 (376290515 2024-07-16) |
84 | 2024-08-03T03:47:45.564Z | + rustc --version |
85 | 2024-08-03T03:47:45.617Z | rustc 1.80.0 (051478957 2024-07-21) |
86 | 2024-08-03T03:47:45.623Z | + source ./env.sh |
87 | 2024-08-03T03:47:45.623Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-08-03T03:47:45.623Z | ++ set -o xtrace |
89 | 2024-08-03T03:47:45.632Z | ++++ dirname ./env.sh |
90 | 2024-08-03T03:47:45.633Z | +++ readlink -f . |
91 | 2024-08-03T03:47:45.643Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-08-03T03:47:45.647Z | ++ 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-08-03T03:47:45.647Z | ++ 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-08-03T03:47:45.647Z | ++ 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-08-03T03:47:45.647Z | ++ 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-08-03T03:47:45.647Z | ++ 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-08-03T03:47:45.647Z | ++ 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-08-03T03:47:45.647Z | ++ 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-08-03T03:47:45.647Z | ++ 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-08-03T03:47:45.647Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-08-03T03:47:45.647Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-08-03T03:47:45.647Z | + banner prerequisites |
103 | 2024-08-03T03:47:45.659Z | |
104 | 2024-08-03T03:47:45.660Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-08-03T03:47:45.660Z | # # # # # # # # # # # # # # # |
106 | 2024-08-03T03:47:45.660Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-08-03T03:47:45.660Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-08-03T03:47:45.660Z | # # # # # # # # # # # # # # # |
109 | 2024-08-03T03:47:45.660Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-08-03T03:47:45.660Z | |
111 | 2024-08-03T03:47:45.671Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-08-03T03:48:00.160Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-08-03T03:48:02.330Z | Startup: Caching catalogs ... Done |
114 | 2024-08-03T03:48:06.212Z | Planning: Solver setup ... Done (3.290s) |
115 | 2024-08-03T03:48:06.272Z | Planning: Running solver ... Done (0.061s) |
116 | 2024-08-03T03:48:06.325Z | Planning: Finding local manifests ... Done (0.003s) |
117 | 2024-08-03T03:48:09.205Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-08-03T03:48:11.124Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-08-03T03:48:11.172Z | Planning: Package planning ... Done (0.050s) |
120 | 2024-08-03T03:48:11.224Z | Planning: Merging actions ... Done (0.051s) |
121 | 2024-08-03T03:48:11.902Z | Planning: Checking for conflicting actions ... Done (0.678s) |
122 | 2024-08-03T03:48:11.914Z | Planning: Consolidating action changes ... Done (0.011s) |
123 | 2024-08-03T03:48:15.434Z | Planning: Evaluating mediators ... Done (3.520s) |
124 | 2024-08-03T03:48:15.445Z | Planning: Planning completed in 13.05 seconds |
125 | 2024-08-03T03:48:15.769Z | Packages to install: 4 |
126 | 2024-08-03T03:48:15.769Z | Mediators to change: 2 |
127 | 2024-08-03T03:48:15.769Z | Services to change: 1 |
128 | 2024-08-03T03:48:15.772Z | Estimated space available: 155.76 GB |
129 | 2024-08-03T03:48:15.772Z | Estimated space to be consumed: 1.47 GB |
130 | 2024-08-03T03:48:15.772Z | Create boot environment: No |
131 | 2024-08-03T03:48:15.772Z | Create backup boot environment: No |
132 | 2024-08-03T03:48:15.772Z | Rebuild boot archive: No |
133 | 2024-08-03T03:48:15.772Z | |
134 | 2024-08-03T03:48:15.772Z | Changed mediators: |
135 | 2024-08-03T03:48:15.772Z | mediator clang: |
136 | 2024-08-03T03:48:15.772Z | version: None -> 15 (system default) |
137 | 2024-08-03T03:48:15.773Z | |
138 | 2024-08-03T03:48:15.773Z | mediator llvm: |
139 | 2024-08-03T03:48:15.773Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-08-03T03:48:15.773Z | |
141 | 2024-08-03T03:48:15.773Z | Changed packages: |
142 | 2024-08-03T03:48:15.773Z | helios-dev |
143 | 2024-08-03T03:48:15.773Z | developer/build-essential |
144 | 2024-08-03T03:48:15.773Z | None -> 11-2.0 |
145 | 2024-08-03T03:48:15.773Z | library/libxmlsec1 |
146 | 2024-08-03T03:48:15.773Z | None -> 1.2.35-2.0 |
147 | 2024-08-03T03:48:15.773Z | ooce/developer/clang-15 |
148 | 2024-08-03T03:48:15.773Z | None -> 15.0.7-2.0 |
149 | 2024-08-03T03:48:15.773Z | ooce/developer/llvm-15 |
150 | 2024-08-03T03:48:15.773Z | None -> 15.0.7-2.0 |
151 | 2024-08-03T03:48:15.773Z | |
152 | 2024-08-03T03:48:15.773Z | Services: |
153 | 2024-08-03T03:48:15.773Z | restart_fmri: |
154 | 2024-08-03T03:48:15.773Z | svc:/system/update-man-index:default |
155 | 2024-08-03T03:48:15.893Z | |
156 | 2024-08-03T03:48:15.893Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-08-03T03:48:22.894Z | Download: 212/3290 items 1.3/212.6MB 0% complete (345k/s) |
158 | 2024-08-03T03:48:27.989Z | Download: 313/3290 items 15.9/212.6MB 7% complete (1.6M/s) |
159 | 2024-08-03T03:48:32.992Z | Download: 496/3290 items 17.2/212.6MB 8% complete (1.7M/s) |
160 | 2024-08-03T03:48:38.016Z | Download: 690/3290 items 18.1/212.6MB 8% complete (237k/s) |
161 | 2024-08-03T03:48:43.027Z | Download: 1022/3290 items 19.4/212.6MB 9% complete (222k/s) |
162 | 2024-08-03T03:48:48.863Z | Download: 1193/3290 items 83.5/212.6MB 39% complete (6.5M/s) |
163 | 2024-08-03T03:48:54.194Z | Download: 1196/3290 items 83.5/212.6MB 39% complete (6.5M/s) |
164 | 2024-08-03T03:49:01.570Z | Download: 1197/3290 items 83.5/212.6MB 39% complete |
165 | 2024-08-03T03:49:06.571Z | Download: 1220/3290 items 91.9/212.6MB 43% complete (1.5M/s) |
166 | 2024-08-03T03:49:11.623Z | Download: 1374/3290 items 114.9/212.6MB 54% complete (3.3M/s) |
167 | 2024-08-03T03:49:16.749Z | Download: 1473/3290 items 115.9/212.6MB 54% complete (3.2M/s) |
168 | 2024-08-03T03:49:21.823Z | Download: 1563/3290 items 116.8/212.6MB 54% complete (300k/s) |
169 | 2024-08-03T03:49:26.837Z | Download: 1729/3290 items 117.2/212.6MB 55% complete (129k/s) |
170 | 2024-08-03T03:49:31.849Z | Download: 2008/3290 items 117.8/212.6MB 55% complete (111k/s) |
171 | 2024-08-03T03:49:37.643Z | Download: 2216/3290 items 118.3/212.6MB 55% complete (123k/s) |
172 | 2024-08-03T03:49:42.647Z | Download: 2294/3290 items 119.8/212.6MB 56% complete (184k/s) |
173 | 2024-08-03T03:49:47.687Z | Download: 2577/3290 items 120.5/212.6MB 56% complete (220k/s) |
174 | 2024-08-03T03:49:52.764Z | Download: 2859/3290 items 121.1/212.6MB 56% complete (179k/s) |
175 | 2024-08-03T03:49:57.828Z | Download: 2962/3290 items 121.2/212.6MB 57% complete (92.9k/s) |
176 | 2024-08-03T03:50:02.804Z | Download: 3211/3290 items 177.5/212.6MB 83% complete (5.6M/s) |
177 | 2024-08-03T03:50:07.917Z | Download: 3245/3290 items 201.7/212.6MB 94% complete (8.0M/s) |
178 | 2024-08-03T03:50:26.176Z | Download: 3248/3290 items 202.9/212.6MB 95% complete |
179 | 2024-08-03T03:50:32.486Z | Download: 3285/3290 items 211.0/212.6MB 99% complete (2.6M/s) |
180 | 2024-08-03T03:50:32.613Z | Download: Completed 212.60 MB in 136.71 seconds (1.6M/s) |
181 | 2024-08-03T03:50:32.762Z | Actions: 1/3689 actions (Installing new actions) |
182 | 2024-08-03T03:50:37.806Z | Actions: 3592/3689 actions (Installing new actions) |
183 | 2024-08-03T03:50:37.889Z | Actions: Completed 3689 actions in 5.13 seconds. |
184 | 2024-08-03T03:50:38.151Z | Done (0.257s) |
185 | 2024-08-03T03:50:38.151Z | Done (0.000s) |
186 | 2024-08-03T03:50:38.508Z | Done (0.357s) |
187 | 2024-08-03T03:50:43.770Z | Done (5.094s) |
188 | 2024-08-03T03:50:43.989Z | Done (0.151s) |
189 | 2024-08-03T03:50:43.992Z | Done (0.000s) |
190 | 2024-08-03T03:50:44.156Z | Done (0.000s) |
191 | 2024-08-03T03:50:44.739Z | Planning: Evaluating mediator changes ... Done |
192 | 2024-08-03T03:50:45.013Z | Planning: Checking for conflicting actions ... Done |
193 | 2024-08-03T03:50:45.023Z | Planning: Consolidating action changes ... Done |
194 | 2024-08-03T03:50:45.165Z | Planning: Evaluating mediators ... Done |
195 | 2024-08-03T03:50:45.169Z | Planning: Planning completed in 0.43 seconds |
196 | 2024-08-03T03:50:45.199Z | Mediators to change: 2 |
197 | 2024-08-03T03:50:45.199Z | Create boot environment: No |
198 | 2024-08-03T03:50:45.202Z | Create backup boot environment: No |
199 | 2024-08-03T03:50:45.270Z | Done |
200 | 2024-08-03T03:50:45.270Z | Done |
201 | 2024-08-03T03:50:45.494Z | Done |
202 | 2024-08-03T03:50:49.003Z | Done |
203 | 2024-08-03T03:50:49.087Z | Done |
204 | 2024-08-03T03:50:49.090Z | Done |
205 | 2024-08-03T03:50:49.176Z | Done |
206 | 2024-08-03T03:50:49.785Z | Planning: Evaluating mediator changes ... Done |
207 | 2024-08-03T03:50:49.788Z | Planning: Merging actions ... Done |
208 | 2024-08-03T03:50:49.975Z | Planning: Checking for conflicting actions ... Done |
209 | 2024-08-03T03:50:49.978Z | Planning: Consolidating action changes ... Done |
210 | 2024-08-03T03:50:50.246Z | Planning: Evaluating mediators ... Done |
211 | 2024-08-03T03:50:50.302Z | Planning: Planning completed in 0.75 seconds |
212 | 2024-08-03T03:50:50.336Z | Packages to change: 1 |
213 | 2024-08-03T03:50:50.336Z | Mediators to change: 1 |
214 | 2024-08-03T03:50:50.336Z | Services to change: 1 |
215 | 2024-08-03T03:50:50.336Z | Create boot environment: No |
216 | 2024-08-03T03:50:50.339Z | Create backup boot environment: Yes |
217 | 2024-08-03T03:50:52.346Z | Actions: 1/6 actions (Updating modified actions) |
218 | 2024-08-03T03:50:52.392Z | Actions: Completed 6 actions in 0.05 seconds. |
219 | 2024-08-03T03:50:52.395Z | Done |
220 | 2024-08-03T03:50:52.395Z | Done |
221 | 2024-08-03T03:50:52.466Z | Done |
222 | 2024-08-03T03:50:56.219Z | Done |
223 | 2024-08-03T03:50:56.311Z | Done |
224 | 2024-08-03T03:50:56.313Z | Done |
225 | 2024-08-03T03:50:56.440Z | Done |
226 | 2024-08-03T03:50:56.893Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
227 | 2024-08-03T03:50:56.894Z | clang system 15 system |
228 | 2024-08-03T03:50:56.894Z | csh system system illumos |
229 | 2024-08-03T03:50:56.894Z | ctags system system illumos |
230 | 2024-08-03T03:50:56.894Z | gcc vendor 12 vendor |
231 | 2024-08-03T03:50:56.894Z | gcc system 10 system |
232 | 2024-08-03T03:50:56.894Z | gcc system 7 system |
233 | 2024-08-03T03:50:56.894Z | go system 1.20 system |
234 | 2024-08-03T03:50:56.894Z | go system 1.19 system |
235 | 2024-08-03T03:50:56.894Z | llvm system 15 system |
236 | 2024-08-03T03:50:56.894Z | llvm system 14 system |
237 | 2024-08-03T03:50:56.894Z | mariadb system 10.6 system |
238 | 2024-08-03T03:50:56.894Z | mta vendor vendor dma |
239 | 2024-08-03T03:50:56.895Z | openjdk system 17 system |
240 | 2024-08-03T03:50:56.895Z | openjdk system 11 system |
241 | 2024-08-03T03:50:56.895Z | openjdk system 1.8 system |
242 | 2024-08-03T03:50:56.895Z | openssl vendor 3 vendor |
243 | 2024-08-03T03:50:56.895Z | perl system 5.36 system |
244 | 2024-08-03T03:50:56.895Z | postgresql system 15 system |
245 | 2024-08-03T03:50:56.895Z | postgresql system 13 system |
246 | 2024-08-03T03:50:56.895Z | python vendor 3 vendor |
247 | 2024-08-03T03:50:56.895Z | python system 2 system |
248 | 2024-08-03T03:50:56.895Z | python3 system 3.11 system |
249 | 2024-08-03T03:50:56.895Z | ruby system 3.0 system |
250 | 2024-08-03T03:50:56.895Z | words vendor vendor american-english |
251 | 2024-08-03T03:50:56.896Z | words system system australian-english |
252 | 2024-08-03T03:50:56.896Z | words system system british-english |
253 | 2024-08-03T03:50:56.896Z | words system system canadian-english |
254 | 2024-08-03T03:50:56.896Z | words system system french |
255 | 2024-08-03T03:50:56.896Z | words system system italian |
256 | 2024-08-03T03:50:56.896Z | words system system ngerman |
257 | 2024-08-03T03:50:56.896Z | words system system ogerman |
258 | 2024-08-03T03:50:56.896Z | words system system spanish |
259 | 2024-08-03T03:50:57.222Z | PUBLISHER TYPE STATUS P LOCATION |
260 | 2024-08-03T03:50:57.222Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
261 | 2024-08-03T03:50:58.882Z | FMRI IFO |
262 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
263 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
264 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
265 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
266 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
267 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
268 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
269 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
270 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
271 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
272 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
273 | 2024-08-03T03:50:58.882Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
274 | 2024-08-03T03:50:59.469Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
275 | 2024-08-03T03:50:59.710Z | Updating git repository `https://github.com/oxidecomputer/zone` |
276 | 2024-08-03T03:50:59.973Z | Updating crates.io index |
277 | 2024-08-03T03:50:59.976Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
278 | 2024-08-03T03:51:00.727Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
279 | 2024-08-03T03:51:01.442Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
280 | 2024-08-03T03:51:01.794Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
281 | 2024-08-03T03:51:03.558Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
282 | 2024-08-03T03:51:03.770Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
283 | 2024-08-03T03:51:04.093Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
284 | 2024-08-03T03:51:05.059Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
285 | 2024-08-03T03:51:06.858Z | Updating git repository `https://github.com/oxidecomputer/opte` |
286 | 2024-08-03T03:51:07.834Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
287 | 2024-08-03T03:51:08.573Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
288 | 2024-08-03T03:51:09.121Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
289 | 2024-08-03T03:51:09.370Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
290 | 2024-08-03T03:51:09.675Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
291 | 2024-08-03T03:51:09.904Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
292 | 2024-08-03T03:51:10.216Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
293 | 2024-08-03T03:51:10.468Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
294 | 2024-08-03T03:51:10.674Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
295 | 2024-08-03T03:51:10.962Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
296 | 2024-08-03T03:51:11.284Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
297 | 2024-08-03T03:51:11.544Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
298 | 2024-08-03T03:51:11.913Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
299 | 2024-08-03T03:51:12.156Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
300 | 2024-08-03T03:51:12.618Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
301 | 2024-08-03T03:51:12.977Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
302 | 2024-08-03T03:51:13.448Z | Updating git repository `https://github.com/oxidecomputer/typify` |
303 | 2024-08-03T03:51:15.452Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
304 | 2024-08-03T03:51:15.665Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
305 | 2024-08-03T03:51:15.894Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
306 | 2024-08-03T03:51:16.413Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
307 | 2024-08-03T03:51:17.473Z | Downloading crates ... |
308 | 2024-08-03T03:51:17.539Z | Downloaded equivalent v1.0.1 |
309 | 2024-08-03T03:51:17.541Z | Downloaded anstyle-parse v0.2.4 |
310 | 2024-08-03T03:51:17.544Z | Downloaded anstyle-query v1.0.3 |
311 | 2024-08-03T03:51:17.554Z | Downloaded usdt-macro v0.5.0 |
312 | 2024-08-03T03:51:17.558Z | Downloaded anstream v0.6.14 |
313 | 2024-08-03T03:51:17.561Z | Downloaded usdt-attr-macro v0.5.0 |
314 | 2024-08-03T03:51:17.561Z | Downloaded plain v0.2.3 |
315 | 2024-08-03T03:51:17.561Z | Downloaded memmap v0.7.0 |
316 | 2024-08-03T03:51:17.561Z | Downloaded errno v0.3.9 |
317 | 2024-08-03T03:51:17.564Z | Downloaded autocfg v1.3.0 |
318 | 2024-08-03T03:51:17.564Z | Downloaded anstyle v1.0.8 |
319 | 2024-08-03T03:51:17.567Z | Downloaded heck v0.4.1 |
320 | 2024-08-03T03:51:17.567Z | Downloaded digest v0.10.7 |
321 | 2024-08-03T03:51:17.569Z | Downloaded cpufeatures v0.2.12 |
322 | 2024-08-03T03:51:17.569Z | Downloaded byteorder v1.5.0 |
323 | 2024-08-03T03:51:17.572Z | Downloaded pest_generator v2.7.10 |
324 | 2024-08-03T03:51:17.575Z | Downloaded itoa v1.0.11 |
325 | 2024-08-03T03:51:17.575Z | Downloaded fs-err v2.11.0 |
326 | 2024-08-03T03:51:17.578Z | Downloaded cargo_metadata v0.18.1 |
327 | 2024-08-03T03:51:17.578Z | Downloaded cargo-platform v0.1.8 |
328 | 2024-08-03T03:51:17.581Z | Downloaded strsim v0.11.1 |
329 | 2024-08-03T03:51:17.581Z | Downloaded block-buffer v0.10.4 |
330 | 2024-08-03T03:51:17.581Z | Downloaded serde_spanned v0.6.7 |
331 | 2024-08-03T03:51:17.584Z | Downloaded clap_lex v0.7.0 |
332 | 2024-08-03T03:51:17.584Z | Downloaded version_check v0.9.4 |
333 | 2024-08-03T03:51:17.587Z | Downloaded anyhow v1.0.86 |
334 | 2024-08-03T03:51:17.590Z | Downloaded terminal_size v0.3.0 |
335 | 2024-08-03T03:51:17.590Z | Downloaded scroll v0.12.0 |
336 | 2024-08-03T03:51:17.593Z | Downloaded pretty-hex v0.4.1 |
337 | 2024-08-03T03:51:17.593Z | Downloaded dtrace-parser v0.2.0 |
338 | 2024-08-03T03:51:17.596Z | Downloaded heck v0.5.0 |
339 | 2024-08-03T03:51:17.596Z | Downloaded colorchoice v1.0.1 |
340 | 2024-08-03T03:51:17.601Z | Downloaded pest_derive v2.7.10 |
341 | 2024-08-03T03:51:17.603Z | Downloaded cargo_toml v0.20.4 |
342 | 2024-08-03T03:51:17.603Z | Downloaded proc-macro-error v1.0.4 |
343 | 2024-08-03T03:51:17.606Z | Downloaded is_terminal_polyfill v1.70.0 |
344 | 2024-08-03T03:51:17.609Z | Downloaded semver v1.0.23 |
345 | 2024-08-03T03:51:17.609Z | Downloaded generic-array v0.14.7 |
346 | 2024-08-03T03:51:17.619Z | Downloaded scroll_derive v0.12.0 |
347 | 2024-08-03T03:51:17.627Z | Downloaded macaddr v1.0.1 |
348 | 2024-08-03T03:51:17.629Z | Downloaded dof v0.3.0 |
349 | 2024-08-03T03:51:17.630Z | Downloaded thiserror-impl v1.0.63 |
350 | 2024-08-03T03:51:17.630Z | Downloaded log v0.4.21 |
351 | 2024-08-03T03:51:17.632Z | Downloaded clap v4.5.9 |
352 | 2024-08-03T03:51:17.640Z | Downloaded ucd-trie v0.1.6 |
353 | 2024-08-03T03:51:17.644Z | Downloaded toml_datetime v0.6.8 |
354 | 2024-08-03T03:51:17.644Z | Downloaded swrite v0.1.0 |
355 | 2024-08-03T03:51:17.647Z | Downloaded serde_tokenstream v0.2.1 |
356 | 2024-08-03T03:51:17.647Z | Downloaded proc-macro2 v1.0.86 |
357 | 2024-08-03T03:51:17.650Z | Downloaded usdt-impl v0.5.0 |
358 | 2024-08-03T03:51:17.652Z | Downloaded toml v0.8.19 |
359 | 2024-08-03T03:51:17.655Z | Downloaded serde_derive v1.0.204 |
360 | 2024-08-03T03:51:17.658Z | Downloaded utf8parse v0.2.1 |
361 | 2024-08-03T03:51:17.658Z | Downloaded crypto-common v0.1.6 |
362 | 2024-08-03T03:51:17.658Z | Downloaded camino v1.1.7 |
363 | 2024-08-03T03:51:17.661Z | Downloaded usdt v0.5.0 |
364 | 2024-08-03T03:51:17.661Z | Downloaded thread-id v4.2.1 |
365 | 2024-08-03T03:51:17.664Z | Downloaded tabled_derive v0.7.0 |
366 | 2024-08-03T03:51:17.664Z | Downloaded once_cell v1.19.0 |
367 | 2024-08-03T03:51:17.666Z | Downloaded thiserror v1.0.63 |
368 | 2024-08-03T03:51:17.671Z | Downloaded bytecount v0.6.8 |
369 | 2024-08-03T03:51:17.674Z | Downloaded sha2 v0.10.8 |
370 | 2024-08-03T03:51:17.674Z | Downloaded quote v1.0.36 |
371 | 2024-08-03T03:51:17.676Z | Downloaded proc-macro-error-attr v1.0.4 |
372 | 2024-08-03T03:51:17.676Z | Downloaded zerocopy-derive v0.7.34 |
373 | 2024-08-03T03:51:17.680Z | Downloaded indexmap v2.2.6 |
374 | 2024-08-03T03:51:17.685Z | Downloaded bitflags v2.6.0 |
375 | 2024-08-03T03:51:17.688Z | Downloaded typenum v1.17.0 |
376 | 2024-08-03T03:51:17.691Z | Downloaded pest_meta v2.7.10 |
377 | 2024-08-03T03:51:17.693Z | Downloaded papergrid v0.11.0 |
378 | 2024-08-03T03:51:17.697Z | Downloaded fnv v1.0.7 |
379 | 2024-08-03T03:51:17.700Z | Downloaded clap_derive v4.5.8 |
380 | 2024-08-03T03:51:17.700Z | Downloaded cfg-if v1.0.0 |
381 | 2024-08-03T03:51:17.703Z | Downloaded ryu v1.0.18 |
382 | 2024-08-03T03:51:17.706Z | Downloaded unicode-ident v1.0.12 |
383 | 2024-08-03T03:51:17.712Z | Downloaded serde v1.0.204 |
384 | 2024-08-03T03:51:17.717Z | Downloaded memchr v2.7.2 |
385 | 2024-08-03T03:51:17.722Z | Downloaded toml_edit v0.22.20 |
386 | 2024-08-03T03:51:17.743Z | Downloaded pest v2.7.10 |
387 | 2024-08-03T03:51:17.752Z | Downloaded zerocopy v0.7.34 |
388 | 2024-08-03T03:51:17.765Z | Downloaded clap_builder v4.5.9 |
389 | 2024-08-03T03:51:17.772Z | Downloaded hashbrown v0.14.5 |
390 | 2024-08-03T03:51:17.779Z | Downloaded winnow v0.6.18 |
391 | 2024-08-03T03:51:17.787Z | Downloaded serde_json v1.0.122 |
392 | 2024-08-03T03:51:17.794Z | Downloaded tabled v0.15.0 |
393 | 2024-08-03T03:51:17.809Z | Downloaded syn v1.0.109 |
394 | 2024-08-03T03:51:17.818Z | Downloaded syn v2.0.72 |
395 | 2024-08-03T03:51:17.834Z | Downloaded goblin v0.8.2 |
396 | 2024-08-03T03:51:17.837Z | Downloaded rustix v0.38.34 |
397 | 2024-08-03T03:51:17.856Z | Downloaded unicode-width v0.1.13 |
398 | 2024-08-03T03:51:17.870Z | Downloaded libc v0.2.155 |
399 | 2024-08-03T03:51:18.162Z | Compiling proc-macro2 v1.0.86 |
400 | 2024-08-03T03:51:18.162Z | Compiling unicode-ident v1.0.12 |
401 | 2024-08-03T03:51:18.165Z | Compiling version_check v0.9.4 |
402 | 2024-08-03T03:51:18.165Z | Compiling serde v1.0.204 |
403 | 2024-08-03T03:51:18.165Z | Compiling memchr v2.7.2 |
404 | 2024-08-03T03:51:18.165Z | Compiling thiserror v1.0.63 |
405 | 2024-08-03T03:51:18.165Z | Compiling libc v0.2.155 |
406 | 2024-08-03T03:51:18.165Z | Compiling itoa v1.0.11 |
407 | 2024-08-03T03:51:18.407Z | Compiling ucd-trie v0.1.6 |
408 | 2024-08-03T03:51:18.536Z | Compiling ryu v1.0.18 |
409 | 2024-08-03T03:51:18.823Z | Compiling once_cell v1.19.0 |
410 | 2024-08-03T03:51:19.014Z | Compiling byteorder v1.5.0 |
411 | 2024-08-03T03:51:19.149Z | Compiling serde_json v1.0.122 |
412 | 2024-08-03T03:51:19.985Z | Compiling proc-macro-error-attr v1.0.4 |
413 | 2024-08-03T03:51:20.006Z | Compiling usdt-impl v0.5.0 |
414 | 2024-08-03T03:51:20.027Z | Compiling syn v1.0.109 |
415 | 2024-08-03T03:51:20.067Z | Compiling rustix v0.38.34 |
416 | 2024-08-03T03:51:20.070Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-08-03T03:51:20.300Z | Compiling hashbrown v0.14.5 |
418 | 2024-08-03T03:51:20.412Z | Compiling plain v0.2.3 |
419 | 2024-08-03T03:51:20.477Z | Compiling equivalent v1.0.1 |
420 | 2024-08-03T03:51:20.558Z | Compiling utf8parse v0.2.1 |
421 | 2024-08-03T03:51:20.583Z | Compiling bitflags v2.6.0 |
422 | 2024-08-03T03:51:20.713Z | Compiling log v0.4.21 |
423 | 2024-08-03T03:51:20.777Z | Compiling anstyle-parse v0.2.4 |
424 | 2024-08-03T03:51:20.865Z | Compiling quote v1.0.36 |
425 | 2024-08-03T03:51:21.019Z | Compiling thread-id v4.2.1 |
426 | 2024-08-03T03:51:21.141Z | Compiling autocfg v1.3.0 |
427 | 2024-08-03T03:51:21.166Z | Compiling semver v1.0.23 |
428 | 2024-08-03T03:51:21.192Z | Compiling anstyle v1.0.8 |
429 | 2024-08-03T03:51:21.500Z | Compiling syn v2.0.72 |
430 | 2024-08-03T03:51:21.611Z | Compiling errno v0.3.9 |
431 | 2024-08-03T03:51:21.614Z | Compiling indexmap v2.2.6 |
432 | 2024-08-03T03:51:21.739Z | Compiling colorchoice v1.0.1 |
433 | 2024-08-03T03:51:21.765Z | Compiling anstyle-query v1.0.3 |
434 | 2024-08-03T03:51:21.916Z | Compiling winnow v0.6.18 |
435 | 2024-08-03T03:51:21.930Z | Compiling pretty-hex v0.4.1 |
436 | 2024-08-03T03:51:22.148Z | Compiling is_terminal_polyfill v1.70.0 |
437 | 2024-08-03T03:51:22.151Z | Compiling camino v1.1.7 |
438 | 2024-08-03T03:51:22.272Z | Compiling anstream v0.6.14 |
439 | 2024-08-03T03:51:22.797Z | Compiling fs-err v2.11.0 |
440 | 2024-08-03T03:51:22.936Z | Compiling terminal_size v0.3.0 |
441 | 2024-08-03T03:51:23.165Z | Compiling anyhow v1.0.86 |
442 | 2024-08-03T03:51:23.208Z | Compiling strsim v0.11.1 |
443 | 2024-08-03T03:51:23.278Z | Compiling clap_lex v0.7.0 |
444 | 2024-08-03T03:51:23.302Z | Compiling heck v0.4.1 |
445 | 2024-08-03T03:51:23.406Z | Compiling unicode-width v0.1.13 |
446 | 2024-08-03T03:51:23.645Z | Compiling bytecount v0.6.8 |
447 | 2024-08-03T03:51:23.790Z | Compiling fnv v1.0.7 |
448 | 2024-08-03T03:51:23.795Z | Compiling heck v0.5.0 |
449 | 2024-08-03T03:51:23.867Z | Compiling clap_builder v4.5.9 |
450 | 2024-08-03T03:51:23.921Z | Compiling papergrid v0.11.0 |
451 | 2024-08-03T03:51:24.136Z | Compiling memmap v0.7.0 |
452 | 2024-08-03T03:51:24.505Z | Compiling swrite v0.1.0 |
453 | 2024-08-03T03:51:26.624Z | Compiling tabled_derive v0.7.0 |
454 | 2024-08-03T03:51:28.083Z | Compiling tabled v0.15.0 |
455 | 2024-08-03T03:51:30.121Z | Compiling serde_derive v1.0.204 |
456 | 2024-08-03T03:51:30.121Z | Compiling thiserror-impl v1.0.63 |
457 | 2024-08-03T03:51:30.124Z | Compiling zerocopy-derive v0.7.34 |
458 | 2024-08-03T03:51:30.124Z | Compiling scroll_derive v0.12.0 |
459 | 2024-08-03T03:51:30.124Z | Compiling clap_derive v4.5.8 |
460 | 2024-08-03T03:51:31.257Z | Compiling scroll v0.12.0 |
461 | 2024-08-03T03:51:31.787Z | Compiling goblin v0.8.2 |
462 | 2024-08-03T03:51:31.839Z | Compiling zerocopy v0.7.34 |
463 | 2024-08-03T03:51:33.076Z | Compiling pest v2.7.10 |
464 | 2024-08-03T03:51:33.973Z | Compiling clap v4.5.9 |
465 | 2024-08-03T03:51:35.081Z | Compiling pest_meta v2.7.10 |
466 | 2024-08-03T03:51:35.886Z | Compiling pest_generator v2.7.10 |
467 | 2024-08-03T03:51:37.914Z | Compiling pest_derive v2.7.10 |
468 | 2024-08-03T03:51:38.523Z | Compiling dtrace-parser v0.2.0 |
469 | 2024-08-03T03:51:40.174Z | Compiling serde_tokenstream v0.2.1 |
470 | 2024-08-03T03:51:40.251Z | Compiling toml_datetime v0.6.8 |
471 | 2024-08-03T03:51:40.251Z | Compiling serde_spanned v0.6.7 |
472 | 2024-08-03T03:51:40.435Z | Compiling cargo-platform v0.1.8 |
473 | 2024-08-03T03:51:40.606Z | Compiling toml_edit v0.22.20 |
474 | 2024-08-03T03:51:40.665Z | Compiling macaddr v1.0.1 |
475 | 2024-08-03T03:51:41.628Z | Compiling dof v0.3.0 |
476 | 2024-08-03T03:51:41.679Z | Compiling cargo_metadata v0.18.1 |
477 | 2024-08-03T03:51:43.351Z | Compiling usdt-attr-macro v0.5.0 |
478 | 2024-08-03T03:51:43.351Z | Compiling usdt-macro v0.5.0 |
479 | 2024-08-03T03:51:43.536Z | Compiling toml v0.8.19 |
480 | 2024-08-03T03:51:44.358Z | Compiling cargo_toml v0.20.4 |
481 | 2024-08-03T03:51:44.801Z | Compiling usdt v0.5.0 |
482 | 2024-08-03T03:51:48.106Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
483 | 2024-08-03T03:51:51.924Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.68s |
484 | 2024-08-03T03:51:52.166Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
485 | 2024-08-03T03:51:52.699Z | Downloading crates ... |
486 | 2024-08-03T03:51:52.824Z | Downloaded async-stream-impl v0.3.5 |
487 | 2024-08-03T03:51:52.832Z | Downloaded atty v0.2.14 |
488 | 2024-08-03T03:51:52.844Z | Downloaded crucible-workspace-hack v0.1.0 |
489 | 2024-08-03T03:51:52.849Z | Downloaded is_ci v1.2.0 |
490 | 2024-08-03T03:51:52.852Z | Downloaded match_cfg v0.1.0 |
491 | 2024-08-03T03:51:52.855Z | Downloaded bitstruct v0.1.1 |
492 | 2024-08-03T03:51:52.858Z | Downloaded instant v0.1.12 |
493 | 2024-08-03T03:51:52.861Z | Downloaded ciborium-io v0.2.2 |
494 | 2024-08-03T03:51:52.861Z | Downloaded indent_write v2.2.0 |
495 | 2024-08-03T03:51:52.861Z | Downloaded opaque-debug v0.3.1 |
496 | 2024-08-03T03:51:52.863Z | Downloaded darling_macro v0.20.9 |
497 | 2024-08-03T03:51:52.864Z | Downloaded num_threads v0.1.7 |
498 | 2024-08-03T03:51:52.866Z | Downloaded new_debug_unreachable v1.0.6 |
499 | 2024-08-03T03:51:52.866Z | Downloaded ascii-canvas v3.0.0 |
500 | 2024-08-03T03:51:52.869Z | Downloaded openssl-probe v0.1.5 |
501 | 2024-08-03T03:51:52.869Z | Downloaded array-init v0.0.4 |
502 | 2024-08-03T03:51:52.869Z | Downloaded atomic-waker v1.1.2 |
503 | 2024-08-03T03:51:52.872Z | Downloaded parse-size v1.0.0 |
504 | 2024-08-03T03:51:52.876Z | Downloaded mockall v0.12.1 |
505 | 2024-08-03T03:51:52.876Z | Downloaded atomicwrites v0.4.3 |
506 | 2024-08-03T03:51:52.880Z | Downloaded memoffset v0.9.1 |
507 | 2024-08-03T03:51:52.880Z | Downloaded cexpr v0.6.0 |
508 | 2024-08-03T03:51:52.883Z | Downloaded maybe-uninit v2.0.0 |
509 | 2024-08-03T03:51:52.883Z | Downloaded md-5 v0.10.6 |
510 | 2024-08-03T03:51:52.886Z | Downloaded chacha20 v0.9.1 |
511 | 2024-08-03T03:51:52.886Z | Downloaded castaway v0.2.2 |
512 | 2024-08-03T03:51:52.889Z | Downloaded bitfield-struct v0.6.1 |
513 | 2024-08-03T03:51:52.889Z | Downloaded num-integer v0.1.46 |
514 | 2024-08-03T03:51:52.891Z | Downloaded cipher v0.4.4 |
515 | 2024-08-03T03:51:52.894Z | Downloaded bit-vec v0.6.3 |
516 | 2024-08-03T03:51:52.894Z | Downloaded newtype-uuid v1.1.0 |
517 | 2024-08-03T03:51:52.897Z | Downloaded olpc-cjson v0.1.3 |
518 | 2024-08-03T03:51:52.900Z | Downloaded num_enum v0.5.11 |
519 | 2024-08-03T03:51:52.903Z | Downloaded nanorand v0.7.0 |
520 | 2024-08-03T03:51:52.906Z | Downloaded parse-display v0.9.1 |
521 | 2024-08-03T03:51:52.908Z | Downloaded bb8 v0.8.5 |
522 | 2024-08-03T03:51:52.908Z | Downloaded is-terminal v0.4.12 |
523 | 2024-08-03T03:51:52.914Z | Downloaded arrayvec v0.7.4 |
524 | 2024-08-03T03:51:52.916Z | Downloaded num-derive v0.4.2 |
525 | 2024-08-03T03:51:52.916Z | Downloaded mime_guess v2.0.4 |
526 | 2024-08-03T03:51:52.916Z | Downloaded packed_struct v0.10.1 |
527 | 2024-08-03T03:51:52.919Z | Downloaded newtype_derive v0.1.6 |
528 | 2024-08-03T03:51:52.925Z | Downloaded num-conv v0.1.0 |
529 | 2024-08-03T03:51:52.925Z | Downloaded newline-converter v0.3.0 |
530 | 2024-08-03T03:51:52.926Z | Downloaded openssl-macros v0.1.1 |
531 | 2024-08-03T03:51:52.926Z | Downloaded number_prefix v0.4.0 |
532 | 2024-08-03T03:51:52.926Z | Downloaded defmt-parser v0.3.4 |
533 | 2024-08-03T03:51:52.926Z | Downloaded oso-derive v0.27.3 |
534 | 2024-08-03T03:51:52.929Z | Downloaded cfg_aliases v0.1.1 |
535 | 2024-08-03T03:51:52.929Z | Downloaded nodrop v0.1.14 |
536 | 2024-08-03T03:51:52.929Z | Downloaded managed v0.8.0 |
537 | 2024-08-03T03:51:52.933Z | Downloaded lalrpop-util v0.19.12 |
538 | 2024-08-03T03:51:52.933Z | Downloaded kstat-rs v0.2.4 |
539 | 2024-08-03T03:51:52.933Z | Downloaded owo-colors v4.0.0 |
540 | 2024-08-03T03:51:52.936Z | Downloaded crunchy v0.2.2 |
541 | 2024-08-03T03:51:52.938Z | Downloaded nu-ansi-term v0.50.0 |
542 | 2024-08-03T03:51:52.941Z | Downloaded bitstruct_derive v0.1.0 |
543 | 2024-08-03T03:51:52.941Z | Downloaded multer v3.1.0 |
544 | 2024-08-03T03:51:52.944Z | Downloaded parking_lot v0.11.2 |
545 | 2024-08-03T03:51:52.946Z | Downloaded take_mut v0.2.2 |
546 | 2024-08-03T03:51:52.949Z | Downloaded mime v0.3.17 |
547 | 2024-08-03T03:51:52.949Z | Downloaded async-stream v0.3.5 |
548 | 2024-08-03T03:51:52.952Z | Downloaded linked-hash-map v0.5.6 |
549 | 2024-08-03T03:51:52.952Z | Downloaded maplit v1.0.2 |
550 | 2024-08-03T03:51:52.955Z | Downloaded lru-cache v0.1.2 |
551 | 2024-08-03T03:51:52.955Z | Downloaded lazycell v1.3.0 |
552 | 2024-08-03T03:51:52.958Z | Downloaded indoc v1.0.9 |
553 | 2024-08-03T03:51:52.958Z | Downloaded base16ct v0.2.0 |
554 | 2024-08-03T03:51:52.961Z | Downloaded arrayref v0.3.7 |
555 | 2024-08-03T03:51:52.964Z | Downloaded slab v0.4.9 |
556 | 2024-08-03T03:51:52.964Z | Downloaded console v0.15.8 |
557 | 2024-08-03T03:51:52.966Z | Downloaded normalize-line-endings v0.3.0 |
558 | 2024-08-03T03:51:52.969Z | Downloaded num v0.4.3 |
559 | 2024-08-03T03:51:52.969Z | Downloaded num-iter v0.1.45 |
560 | 2024-08-03T03:51:52.972Z | Downloaded sqlformat v0.2.4 |
561 | 2024-08-03T03:51:52.972Z | Downloaded multimap v0.10.0 |
562 | 2024-08-03T03:51:52.975Z | Downloaded which v4.4.2 |
563 | 2024-08-03T03:51:52.978Z | Downloaded cookie_store v0.20.0 |
564 | 2024-08-03T03:51:52.982Z | Downloaded foreign-types-shared v0.1.1 |
565 | 2024-08-03T03:51:52.982Z | Downloaded indexmap v1.9.3 |
566 | 2024-08-03T03:51:52.985Z | Downloaded packed_struct_codegen v0.10.1 |
567 | 2024-08-03T03:51:52.985Z | Downloaded oso v0.27.3 |
568 | 2024-08-03T03:51:52.989Z | Downloaded shell-words v1.1.0 |
569 | 2024-08-03T03:51:52.991Z | Downloaded lru v0.12.3 |
570 | 2024-08-03T03:51:52.991Z | Downloaded indicatif v0.17.8 |
571 | 2024-08-03T03:51:52.995Z | Downloaded slog-dtrace v0.3.0 |
572 | 2024-08-03T03:51:52.998Z | Downloaded thiserror-no-std v2.0.2 |
573 | 2024-08-03T03:51:53.001Z | Downloaded memmap2 v0.9.4 |
574 | 2024-08-03T03:51:53.004Z | Downloaded precomputed-hash v0.1.1 |
575 | 2024-08-03T03:51:53.004Z | Downloaded fxhash v0.2.1 |
576 | 2024-08-03T03:51:53.007Z | Downloaded cobs v0.2.3 |
577 | 2024-08-03T03:51:53.007Z | Downloaded num_enum_derive v0.5.11 |
578 | 2024-08-03T03:51:53.010Z | Downloaded native-tls v0.2.11 |
579 | 2024-08-03T03:51:53.013Z | Downloaded miniz_oxide v0.7.2 |
580 | 2024-08-03T03:51:53.013Z | Downloaded diesel_table_macro_syntax v0.1.0 |
581 | 2024-08-03T03:51:53.016Z | Downloaded whoami v1.5.1 |
582 | 2024-08-03T03:51:53.018Z | Downloaded backoff v0.4.0 |
583 | 2024-08-03T03:51:53.021Z | Downloaded async-trait v0.1.81 |
584 | 2024-08-03T03:51:53.024Z | Downloaded ascii v1.1.0 |
585 | 2024-08-03T03:51:53.027Z | Downloaded static_assertions v1.1.0 |
586 | 2024-08-03T03:51:53.027Z | Downloaded crc-any v2.5.0 |
587 | 2024-08-03T03:51:53.030Z | Downloaded crossbeam-utils v0.8.19 |
588 | 2024-08-03T03:51:53.032Z | Downloaded foreign-types-macros v0.2.3 |
589 | 2024-08-03T03:51:53.035Z | Downloaded parking_lot_core v0.8.6 |
590 | 2024-08-03T03:51:53.038Z | Downloaded defmt v0.3.8 |
591 | 2024-08-03T03:51:53.041Z | Downloaded password-hash v0.5.0 |
592 | 2024-08-03T03:51:53.043Z | Downloaded tap v1.0.1 |
593 | 2024-08-03T03:51:53.043Z | Downloaded hostname v0.4.0 |
594 | 2024-08-03T03:51:53.046Z | Downloaded getopts v0.2.21 |
595 | 2024-08-03T03:51:53.049Z | Downloaded downcast v0.11.0 |
596 | 2024-08-03T03:51:53.049Z | Downloaded waitgroup v0.1.2 |
597 | 2024-08-03T03:51:53.051Z | Downloaded structmeta-derive v0.3.0 |
598 | 2024-08-03T03:51:53.051Z | Downloaded percent-encoding v2.3.1 |
599 | 2024-08-03T03:51:53.054Z | Downloaded tokio-tungstenite v0.20.1 |
600 | 2024-08-03T03:51:53.057Z | Downloaded structmeta-derive v0.2.0 |
601 | 2024-08-03T03:51:53.057Z | Downloaded time-core v0.1.2 |
602 | 2024-08-03T03:51:53.059Z | Downloaded quick-error v1.2.3 |
603 | 2024-08-03T03:51:53.059Z | Downloaded tokio-tungstenite v0.21.0 |
604 | 2024-08-03T03:51:53.062Z | Downloaded tui-tree-widget v0.21.0 |
605 | 2024-08-03T03:51:53.065Z | Downloaded universal-hash v0.5.1 |
606 | 2024-08-03T03:51:53.065Z | Downloaded mockall_derive v0.12.1 |
607 | 2024-08-03T03:51:53.067Z | Downloaded parking_lot v0.12.2 |
608 | 2024-08-03T03:51:53.070Z | Downloaded omicron-zone-package v0.11.0 |
609 | 2024-08-03T03:51:53.075Z | Downloaded serde_urlencoded v0.7.1 |
610 | 2024-08-03T03:51:53.078Z | Downloaded ciborium v0.2.2 |
611 | 2024-08-03T03:51:53.082Z | Downloaded path-slash v0.1.5 |
612 | 2024-08-03T03:51:53.082Z | Downloaded vte_generate_state_changes v0.1.1 |
613 | 2024-08-03T03:51:53.083Z | Downloaded defmt-macros v0.3.9 |
614 | 2024-08-03T03:51:53.085Z | Downloaded schemars_derive v0.8.21 |
615 | 2024-08-03T03:51:53.088Z | Downloaded slog-async v2.8.0 |
616 | 2024-08-03T03:51:53.088Z | Downloaded psl-types v2.0.11 |
617 | 2024-08-03T03:51:53.091Z | Downloaded supports-color v3.0.0 |
618 | 2024-08-03T03:51:53.091Z | Downloaded getrandom v0.2.14 |
619 | 2024-08-03T03:51:53.094Z | Downloaded fastrand v2.1.0 |
620 | 2024-08-03T03:51:53.097Z | Downloaded unicase v2.7.0 |
621 | 2024-08-03T03:51:53.099Z | Downloaded tokio-macros v2.3.0 |
622 | 2024-08-03T03:51:53.099Z | Downloaded hyper-tls v0.5.0 |
623 | 2024-08-03T03:51:53.102Z | Downloaded subtle v2.5.0 |
624 | 2024-08-03T03:51:53.102Z | Downloaded try-lock v0.2.5 |
625 | 2024-08-03T03:51:53.105Z | Downloaded pkcs8 v0.10.2 |
626 | 2024-08-03T03:51:53.108Z | Downloaded hyper-rustls v0.24.2 |
627 | 2024-08-03T03:51:53.110Z | Downloaded glob v0.3.1 |
628 | 2024-08-03T03:51:53.113Z | Downloaded slog-term v2.9.1 |
629 | 2024-08-03T03:51:53.116Z | Downloaded ff v0.13.0 |
630 | 2024-08-03T03:51:53.116Z | Downloaded fallible-iterator v0.2.0 |
631 | 2024-08-03T03:51:53.119Z | Downloaded highway v1.1.0 |
632 | 2024-08-03T03:51:53.119Z | Downloaded cancel-safe-futures v0.1.5 |
633 | 2024-08-03T03:51:53.122Z | Downloaded hash32 v0.3.1 |
634 | 2024-08-03T03:51:53.126Z | Downloaded signature v2.2.0 |
635 | 2024-08-03T03:51:53.128Z | Downloaded serde_repr v0.1.19 |
636 | 2024-08-03T03:51:53.129Z | Downloaded scheduled-thread-pool v0.2.7 |
637 | 2024-08-03T03:51:53.131Z | Downloaded cookie v0.18.1 |
638 | 2024-08-03T03:51:53.134Z | Downloaded endian-type v0.1.2 |
639 | 2024-08-03T03:51:53.134Z | Downloaded smawk v0.3.2 |
640 | 2024-08-03T03:51:53.137Z | Downloaded der_derive v0.7.2 |
641 | 2024-08-03T03:51:53.137Z | Downloaded hex v0.4.3 |
642 | 2024-08-03T03:51:53.140Z | Downloaded tokio-rustls v0.24.1 |
643 | 2024-08-03T03:51:53.143Z | Downloaded clang-sys v1.7.0 |
644 | 2024-08-03T03:51:53.146Z | Downloaded predicates-tree v1.0.9 |
645 | 2024-08-03T03:51:53.146Z | Downloaded libm v0.2.8 |
646 | 2024-08-03T03:51:53.154Z | Downloaded const-oid v0.9.6 |
647 | 2024-08-03T03:51:53.157Z | Downloaded pretty-hex v0.2.1 |
648 | 2024-08-03T03:51:53.159Z | Downloaded slog-stdlog v4.1.1 |
649 | 2024-08-03T03:51:53.159Z | Downloaded termtree v0.4.1 |
650 | 2024-08-03T03:51:53.162Z | Downloaded base64 v0.22.1 |
651 | 2024-08-03T03:51:53.165Z | Downloaded tinyvec_macros v0.1.1 |
652 | 2024-08-03T03:51:53.168Z | Downloaded smallvec v0.6.14 |
653 | 2024-08-03T03:51:53.168Z | Downloaded unsafe-libyaml v0.2.11 |
654 | 2024-08-03T03:51:53.171Z | Downloaded base64 v0.13.1 |
655 | 2024-08-03T03:51:53.174Z | Downloaded backtrace v0.3.71 |
656 | 2024-08-03T03:51:53.180Z | Downloaded enum-as-inner v0.5.1 |
657 | 2024-08-03T03:51:53.183Z | Downloaded ident_case v1.0.1 |
658 | 2024-08-03T03:51:53.186Z | Downloaded hubpack v0.1.2 |
659 | 2024-08-03T03:51:53.186Z | Downloaded httpdate v1.0.3 |
660 | 2024-08-03T03:51:53.189Z | Downloaded httparse v1.8.0 |
661 | 2024-08-03T03:51:53.189Z | Downloaded pkcs1 v0.7.5 |
662 | 2024-08-03T03:51:53.192Z | Downloaded pkg-config v0.3.30 |
663 | 2024-08-03T03:51:53.194Z | Downloaded futures-task v0.3.30 |
664 | 2024-08-03T03:51:53.197Z | Downloaded funty v2.0.0 |
665 | 2024-08-03T03:51:53.197Z | Downloaded unicode-bidi v0.3.15 |
666 | 2024-08-03T03:51:53.200Z | Downloaded proc-macro-crate v1.3.1 |
667 | 2024-08-03T03:51:53.203Z | Downloaded bytes v1.6.0 |
668 | 2024-08-03T03:51:53.206Z | Downloaded pin-project-lite v0.2.14 |
669 | 2024-08-03T03:51:53.210Z | Downloaded peg v0.8.4 |
670 | 2024-08-03T03:51:53.214Z | Downloaded test-strategy v0.3.1 |
671 | 2024-08-03T03:51:53.218Z | Downloaded spki v0.7.3 |
672 | 2024-08-03T03:51:53.221Z | Downloaded portpicker v0.1.1 |
673 | 2024-08-03T03:51:53.223Z | Downloaded foreign-types-shared v0.3.1 |
674 | 2024-08-03T03:51:53.223Z | Downloaded tls_codec v0.4.1 |
675 | 2024-08-03T03:51:53.235Z | Downloaded zone v0.1.8 |
676 | 2024-08-03T03:51:53.238Z | Downloaded toolchain_find v0.4.0 |
677 | 2024-08-03T03:51:53.242Z | Downloaded fatfs v0.3.6 |
678 | 2024-08-03T03:51:53.245Z | Downloaded form_urlencoded v1.2.1 |
679 | 2024-08-03T03:51:53.245Z | Downloaded fragile v2.0.0 |
680 | 2024-08-03T03:51:53.247Z | Downloaded foreign-types v0.3.2 |
681 | 2024-08-03T03:51:53.247Z | Downloaded float-ord v0.3.2 |
682 | 2024-08-03T03:51:53.247Z | Downloaded sqlparser_derive v0.2.2 |
683 | 2024-08-03T03:51:53.250Z | Downloaded tracing-core v0.1.32 |
684 | 2024-08-03T03:51:53.253Z | Downloaded erased-serde v0.3.31 |
685 | 2024-08-03T03:51:53.257Z | Downloaded radium v0.7.0 |
686 | 2024-08-03T03:51:53.257Z | Downloaded semver v0.1.20 |
687 | 2024-08-03T03:51:53.259Z | Downloaded spin v0.5.2 |
688 | 2024-08-03T03:51:53.259Z | Downloaded ref-cast-impl v1.0.23 |
689 | 2024-08-03T03:51:53.260Z | Downloaded ref-cast v1.0.23 |
690 | 2024-08-03T03:51:53.262Z | Downloaded group v0.13.0 |
691 | 2024-08-03T03:51:53.265Z | Downloaded env_logger v0.10.2 |
692 | 2024-08-03T03:51:53.269Z | Downloaded rusty-fork v0.3.0 |
693 | 2024-08-03T03:51:53.272Z | Downloaded strip-ansi-escapes v0.2.0 |
694 | 2024-08-03T03:51:53.272Z | Downloaded chacha20poly1305 v0.10.1 |
695 | 2024-08-03T03:51:53.275Z | Downloaded prettyplease v0.2.20 |
696 | 2024-08-03T03:51:53.277Z | Downloaded rayon-core v1.12.1 |
697 | 2024-08-03T03:51:53.281Z | Downloaded unicode-xid v0.2.4 |
698 | 2024-08-03T03:51:53.283Z | Downloaded itertools v0.12.1 |
699 | 2024-08-03T03:51:53.290Z | Downloaded stringprep v0.1.4 |
700 | 2024-08-03T03:51:53.293Z | Downloaded http-range v0.1.5 |
701 | 2024-08-03T03:51:53.300Z | Downloaded zerocopy v0.6.6 |
702 | 2024-08-03T03:51:53.303Z | Downloaded serde-big-array v0.5.1 |
703 | 2024-08-03T03:51:53.303Z | Downloaded globset v0.4.14 |
704 | 2024-08-03T03:51:53.303Z | Downloaded tokio-postgres v0.7.11 |
705 | 2024-08-03T03:51:53.305Z | Downloaded elliptic-curve v0.13.8 |
706 | 2024-08-03T03:51:53.309Z | Downloaded tower-service v0.3.2 |
707 | 2024-08-03T03:51:53.312Z | Downloaded rtoolbox v0.0.2 |
708 | 2024-08-03T03:51:53.312Z | Downloaded headers-core v0.2.0 |
709 | 2024-08-03T03:51:53.315Z | Downloaded sigpipe v0.1.3 |
710 | 2024-08-03T03:51:53.315Z | Downloaded iana-time-zone v0.1.60 |
711 | 2024-08-03T03:51:53.318Z | Downloaded powerfmt v0.2.0 |
712 | 2024-08-03T03:51:53.320Z | Downloaded rpassword v7.3.1 |
713 | 2024-08-03T03:51:53.320Z | Downloaded string_cache v0.8.7 |
714 | 2024-08-03T03:51:53.323Z | Downloaded phf_shared v0.11.2 |
715 | 2024-08-03T03:51:53.323Z | Downloaded rustversion v1.0.17 |
716 | 2024-08-03T03:51:53.326Z | Downloaded tls_codec_derive v0.4.1 |
717 | 2024-08-03T03:51:53.332Z | Downloaded schemars v0.8.21 |
718 | 2024-08-03T03:51:53.340Z | Downloaded ron v0.8.1 |
719 | 2024-08-03T03:51:53.346Z | Downloaded want v0.3.1 |
720 | 2024-08-03T03:51:53.349Z | Downloaded float-cmp v0.9.0 |
721 | 2024-08-03T03:51:53.349Z | Downloaded flagset v0.4.5 |
722 | 2024-08-03T03:51:53.351Z | Downloaded http-body v0.4.6 |
723 | 2024-08-03T03:51:53.355Z | Downloaded libxml v0.3.3 |
724 | 2024-08-03T03:51:53.359Z | Downloaded crossbeam-channel v0.5.12 |
725 | 2024-08-03T03:51:53.362Z | Downloaded pem v3.0.4 |
726 | 2024-08-03T03:51:53.365Z | Downloaded uuid v1.10.0 |
727 | 2024-08-03T03:51:53.368Z | Downloaded headers v0.3.9 |
728 | 2024-08-03T03:51:53.373Z | Downloaded serde_path_to_error v0.1.16 |
729 | 2024-08-03T03:51:53.376Z | Downloaded phf_shared v0.10.0 |
730 | 2024-08-03T03:51:53.376Z | Downloaded stable_deref_trait v1.2.0 |
731 | 2024-08-03T03:51:53.379Z | Downloaded shlex v1.3.0 |
732 | 2024-08-03T03:51:53.379Z | Downloaded sync_wrapper v0.1.2 |
733 | 2024-08-03T03:51:53.382Z | Downloaded wyz v0.5.1 |
734 | 2024-08-03T03:51:53.382Z | Downloaded signal-hook-registry v1.4.2 |
735 | 2024-08-03T03:51:53.385Z | Downloaded secrecy v0.8.0 |
736 | 2024-08-03T03:51:53.385Z | Downloaded predicates-core v1.0.6 |
737 | 2024-08-03T03:51:53.385Z | Downloaded rand_seeder v0.2.3 |
738 | 2024-08-03T03:51:53.388Z | Downloaded pin-project v1.1.5 |
739 | 2024-08-03T03:51:53.397Z | Downloaded samael v0.0.15 |
740 | 2024-08-03T03:51:53.403Z | Downloaded peg-runtime v0.8.3 |
741 | 2024-08-03T03:51:53.405Z | Downloaded derive_builder_macro v0.20.0 |
742 | 2024-08-03T03:51:53.406Z | Downloaded thread_local v1.1.8 |
743 | 2024-08-03T03:51:53.408Z | Downloaded futures-macro v0.3.30 |
744 | 2024-08-03T03:51:53.408Z | Downloaded termcolor v1.4.1 |
745 | 2024-08-03T03:51:53.411Z | Downloaded difflib v0.4.0 |
746 | 2024-08-03T03:51:53.411Z | Downloaded phf v0.11.2 |
747 | 2024-08-03T03:51:53.414Z | Downloaded scopeguard v1.2.0 |
748 | 2024-08-03T03:51:53.414Z | Downloaded rustc_version v0.1.7 |
749 | 2024-08-03T03:51:53.414Z | Downloaded futures-sink v0.3.30 |
750 | 2024-08-03T03:51:53.417Z | Downloaded strum v0.26.3 |
751 | 2024-08-03T03:51:53.417Z | Downloaded derive_builder v0.20.0 |
752 | 2024-08-03T03:51:53.421Z | Downloaded tracing-attributes v0.1.27 |
753 | 2024-08-03T03:51:53.424Z | Downloaded unicode-linebreak v0.1.5 |
754 | 2024-08-03T03:51:53.427Z | Downloaded tokio-stream v0.1.15 |
755 | 2024-08-03T03:51:53.429Z | Downloaded tokio-rustls v0.25.0 |
756 | 2024-08-03T03:51:53.432Z | Downloaded predicates v3.1.2 |
757 | 2024-08-03T03:51:53.436Z | Downloaded stability v0.2.0 |
758 | 2024-08-03T03:51:53.440Z | Downloaded postgres-types v0.2.7 |
759 | 2024-08-03T03:51:53.440Z | Downloaded futures v0.3.30 |
760 | 2024-08-03T03:51:53.445Z | Downloaded deranged v0.3.11 |
761 | 2024-08-03T03:51:53.448Z | Downloaded ron v0.7.1 |
762 | 2024-08-03T03:51:53.454Z | Downloaded rand_chacha v0.3.1 |
763 | 2024-08-03T03:51:53.454Z | Downloaded smallvec v1.13.2 |
764 | 2024-08-03T03:51:53.458Z | Downloaded dyn-clone v1.0.17 |
765 | 2024-08-03T03:51:53.459Z | Downloaded vsss-rs v3.3.4 |
766 | 2024-08-03T03:51:53.461Z | Downloaded rustc-demangle v0.1.24 |
767 | 2024-08-03T03:51:53.461Z | Downloaded serde_yaml v0.9.34+deprecated |
768 | 2024-08-03T03:51:53.464Z | Downloaded heck v0.3.3 |
769 | 2024-08-03T03:51:53.467Z | Downloaded futures-io v0.3.30 |
770 | 2024-08-03T03:51:53.467Z | Downloaded rand_xorshift v0.3.0 |
771 | 2024-08-03T03:51:53.467Z | Downloaded serde_plain v1.0.2 |
772 | 2024-08-03T03:51:53.469Z | Downloaded home v0.5.9 |
773 | 2024-08-03T03:51:53.469Z | Downloaded publicsuffix v2.2.3 |
774 | 2024-08-03T03:51:53.473Z | Downloaded unicode-truncate v1.0.0 |
775 | 2024-08-03T03:51:53.477Z | Downloaded zeroize v1.7.0 |
776 | 2024-08-03T03:51:53.477Z | Downloaded zeroize_derive v1.4.2 |
777 | 2024-08-03T03:51:53.477Z | Downloaded humantime v2.1.0 |
778 | 2024-08-03T03:51:53.480Z | Downloaded same-file v1.0.6 |
779 | 2024-08-03T03:51:53.480Z | Downloaded serde_with_macros v3.8.3 |
780 | 2024-08-03T03:51:53.482Z | Downloaded hashbrown v0.13.2 |
781 | 2024-08-03T03:51:53.485Z | Downloaded zip v0.6.6 |
782 | 2024-08-03T03:51:53.490Z | Downloaded crossterm v0.27.0 |
783 | 2024-08-03T03:51:53.497Z | Downloaded ppv-lite86 v0.2.17 |
784 | 2024-08-03T03:51:53.499Z | Downloaded trust-dns-server v0.22.1 |
785 | 2024-08-03T03:51:53.504Z | Downloaded winnow v0.5.40 |
786 | 2024-08-03T03:51:53.513Z | Downloaded signal-hook-mio v0.2.3 |
787 | 2024-08-03T03:51:53.515Z | Downloaded filetime v0.2.23 |
788 | 2024-08-03T03:51:53.515Z | Downloaded signal-hook v0.3.17 |
789 | 2024-08-03T03:51:53.518Z | Downloaded rand_core v0.6.4 |
790 | 2024-08-03T03:51:53.521Z | Downloaded term v0.7.0 |
791 | 2024-08-03T03:51:53.523Z | Downloaded toml v0.7.8 |
792 | 2024-08-03T03:51:53.526Z | Downloaded tabwriter v1.4.0 |
793 | 2024-08-03T03:51:53.529Z | Downloaded similar v2.5.0 |
794 | 2024-08-03T03:51:53.533Z | Downloaded reedline v0.31.0 |
795 | 2024-08-03T03:51:53.540Z | Downloaded rustls-pemfile v2.1.2 |
796 | 2024-08-03T03:51:53.543Z | Downloaded derive_more v0.99.18 |
797 | 2024-08-03T03:51:53.548Z | Downloaded tokio-util v0.7.11 |
798 | 2024-08-03T03:51:53.555Z | Downloaded flume v0.11.0 |
799 | 2024-08-03T03:51:53.559Z | Downloaded trust-dns-client v0.22.0 |
800 | 2024-08-03T03:51:53.565Z | Downloaded hashbrown v0.12.3 |
801 | 2024-08-03T03:51:53.572Z | Downloaded url v2.5.2 |
802 | 2024-08-03T03:51:53.575Z | Downloaded heapless v0.8.0 |
803 | 2024-08-03T03:51:53.578Z | Downloaded diff v0.1.13 |
804 | 2024-08-03T03:51:53.580Z | Downloaded heapless v0.7.17 |
805 | 2024-08-03T03:51:53.584Z | Downloaded postcard v1.0.8 |
806 | 2024-08-03T03:51:53.587Z | Downloaded rand v0.8.5 |
807 | 2024-08-03T03:51:53.591Z | Downloaded flate2 v1.0.30 |
808 | 2024-08-03T03:51:53.597Z | Downloaded rustyline v14.0.0 |
809 | 2024-08-03T03:51:53.603Z | Downloaded hmac v0.12.1 |
810 | 2024-08-03T03:51:53.605Z | Downloaded tracing v0.1.40 |
811 | 2024-08-03T03:51:53.609Z | Downloaded hkdf v0.12.4 |
812 | 2024-08-03T03:51:53.612Z | Downloaded tar v0.4.41 |
813 | 2024-08-03T03:51:53.615Z | Downloaded lalrpop v0.19.12 |
814 | 2024-08-03T03:51:53.627Z | Downloaded reqwest v0.11.27 |
815 | 2024-08-03T03:51:53.637Z | Downloaded unicode_categories v0.1.1 |
816 | 2024-08-03T03:51:53.640Z | Downloaded object v0.30.4 |
817 | 2024-08-03T03:51:53.649Z | Downloaded steno v0.4.1 |
818 | 2024-08-03T03:51:53.655Z | Downloaded toml_edit v0.19.15 |
819 | 2024-08-03T03:51:53.672Z | Downloaded blake3 v1.5.1 |
820 | 2024-08-03T03:51:53.679Z | Downloaded typed-path v0.7.1 |
821 | 2024-08-03T03:51:53.686Z | Downloaded openssl v0.10.66 |
822 | 2024-08-03T03:51:53.696Z | Downloaded http v0.2.12 |
823 | 2024-08-03T03:51:53.700Z | Downloaded unicode-segmentation v1.11.0 |
824 | 2024-08-03T03:51:53.703Z | Downloaded h2 v0.3.26 |
825 | 2024-08-03T03:51:53.710Z | Downloaded futures-util v0.3.30 |
826 | 2024-08-03T03:51:53.724Z | Downloaded smoltcp v0.9.1 |
827 | 2024-08-03T03:51:53.734Z | Downloaded time v0.3.36 |
828 | 2024-08-03T03:51:53.741Z | Downloaded tough v0.17.1 |
829 | 2024-08-03T03:51:53.749Z | Downloaded hyper v0.14.30 |
830 | 2024-08-03T03:51:53.758Z | Downloaded object v0.32.2 |
831 | 2024-08-03T03:51:53.769Z | Downloaded bitvec v1.0.1 |
832 | 2024-08-03T03:51:53.787Z | Downloaded idna v0.5.0 |
833 | 2024-08-03T03:51:53.792Z | Downloaded regex v1.10.5 |
834 | 2024-08-03T03:51:53.805Z | Downloaded idna v0.3.0 |
835 | 2024-08-03T03:51:53.812Z | Downloaded vcpkg v0.2.15 |
836 | 2024-08-03T03:51:53.852Z | Downloaded rustls-webpki v0.101.7 |
837 | 2024-08-03T03:51:53.867Z | Downloaded webpki-roots v0.25.4 |
838 | 2024-08-03T03:51:53.871Z | Downloaded rustls-webpki v0.102.4 |
839 | 2024-08-03T03:51:53.890Z | Downloaded diesel v2.1.6 |
840 | 2024-08-03T03:51:53.908Z | Downloaded polar-core v0.27.3 |
841 | 2024-08-03T03:51:53.917Z | Downloaded idna v0.2.3 |
842 | 2024-08-03T03:51:53.924Z | Downloaded curve25519-dalek v4.1.3 |
843 | 2024-08-03T03:51:53.933Z | Downloaded regex-syntax v0.6.29 |
844 | 2024-08-03T03:51:53.940Z | Downloaded bstr v0.2.17 |
845 | 2024-08-03T03:51:53.950Z | Downloaded gimli v0.28.1 |
846 | 2024-08-03T03:51:53.959Z | Downloaded openapiv3 v2.0.0 |
847 | 2024-08-03T03:51:53.972Z | Downloaded trust-dns-proto v0.22.0 |
848 | 2024-08-03T03:51:53.985Z | Downloaded ratatui v0.27.0 |
849 | 2024-08-03T03:51:54.006Z | Downloaded regex-automata v0.4.6 |
850 | 2024-08-03T03:51:54.025Z | Downloaded regex-syntax v0.8.3 |
851 | 2024-08-03T03:51:54.034Z | Downloaded rustls v0.22.4 |
852 | 2024-08-03T03:51:54.048Z | Downloaded finl_unicode v1.2.0 |
853 | 2024-08-03T03:51:54.061Z | Downloaded sled v0.34.7 |
854 | 2024-08-03T03:51:54.072Z | Downloaded tokio v1.38.1 |
855 | 2024-08-03T03:51:54.111Z | Downloaded regress v0.9.1 |
856 | 2024-08-03T03:51:54.120Z | Downloaded zerocopy-derive v0.6.6 |
857 | 2024-08-03T03:51:54.131Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
858 | 2024-08-03T03:51:54.145Z | Downloaded smoltcp v0.11.0 |
859 | 2024-08-03T03:51:54.160Z | Downloaded bstr v1.9.1 |
860 | 2024-08-03T03:51:54.177Z | Downloaded radix_trie v0.2.1 |
861 | 2024-08-03T03:51:54.182Z | Downloaded rustls v0.21.12 |
862 | 2024-08-03T03:51:54.188Z | Downloaded nix v0.28.0 |
863 | 2024-08-03T03:51:54.203Z | Downloaded petgraph v0.6.5 |
864 | 2024-08-03T03:51:54.219Z | Downloaded nix v0.27.1 |
865 | 2024-08-03T03:51:54.230Z | Downloaded sha3 v0.10.8 |
866 | 2024-08-03T03:51:54.235Z | Downloaded csv v1.3.0 |
867 | 2024-08-03T03:51:54.258Z | Downloaded bindgen v0.69.4 |
868 | 2024-08-03T03:51:54.264Z | Downloaded chrono v0.4.38 |
869 | 2024-08-03T03:51:54.272Z | Downloaded encoding_rs v0.8.34 |
870 | 2024-08-03T03:51:54.295Z | Downloaded portable-atomic v1.6.0 |
871 | 2024-08-03T03:51:54.301Z | Downloaded unicode-normalization v0.1.23 |
872 | 2024-08-03T03:51:54.305Z | Downloaded trust-dns-resolver v0.22.0 |
873 | 2024-08-03T03:51:54.309Z | Downloaded sqlparser v0.45.0 |
874 | 2024-08-03T03:51:54.315Z | Downloaded proptest v1.4.0 |
875 | 2024-08-03T03:51:54.325Z | Downloaded rsa v0.9.6 |
876 | 2024-08-03T03:51:54.329Z | Downloaded serde_with v3.8.3 |
877 | 2024-08-03T03:51:54.338Z | Downloaded rayon v1.10.0 |
878 | 2024-08-03T03:51:54.348Z | Downloaded quick-xml v0.31.0 |
879 | 2024-08-03T03:51:54.354Z | Downloaded http v1.1.0 |
880 | 2024-08-03T03:51:54.357Z | Downloaded regex-automata v0.1.10 |
881 | 2024-08-03T03:51:54.363Z | Downloaded aho-corasick v1.1.3 |
882 | 2024-08-03T03:51:54.369Z | Downloaded postgres-protocol v0.6.7 |
883 | 2024-08-03T03:51:54.374Z | Downloaded poly1305 v0.8.0 |
884 | 2024-08-03T03:51:54.377Z | Downloaded toml v0.5.11 |
885 | 2024-08-03T03:51:54.377Z | Downloaded strum_macros v0.24.3 |
886 | 2024-08-03T03:51:54.379Z | Downloaded strum_macros v0.25.3 |
887 | 2024-08-03T03:51:54.382Z | Downloaded either v1.12.0 |
888 | 2024-08-03T03:51:54.382Z | Downloaded x509-cert v0.2.5 |
889 | 2024-08-03T03:51:54.388Z | Downloaded rustls-pki-types v1.7.0 |
890 | 2024-08-03T03:51:54.391Z | Downloaded itertools v0.13.0 |
891 | 2024-08-03T03:51:54.398Z | Downloaded hubpack_derive v0.1.1 |
892 | 2024-08-03T03:51:54.401Z | Downloaded rustls-pemfile v1.0.4 |
893 | 2024-08-03T03:51:54.401Z | Downloaded uzers v0.11.3 |
894 | 2024-08-03T03:51:54.408Z | Downloaded textwrap v0.16.1 |
895 | 2024-08-03T03:51:54.408Z | Downloaded sec1 v0.7.3 |
896 | 2024-08-03T03:51:54.412Z | Downloaded rustc-hash v1.1.0 |
897 | 2024-08-03T03:51:54.412Z | Downloaded hostname v0.3.1 |
898 | 2024-08-03T03:51:54.412Z | Downloaded futures-core v0.3.30 |
899 | 2024-08-03T03:51:54.415Z | Downloaded futures-channel v0.3.30 |
900 | 2024-08-03T03:51:54.415Z | Downloaded tempfile v3.10.1 |
901 | 2024-08-03T03:51:54.417Z | Downloaded spin v0.9.8 |
902 | 2024-08-03T03:51:54.421Z | Downloaded socket2 v0.5.7 |
903 | 2024-08-03T03:51:54.423Z | Downloaded expectorate v1.1.0 |
904 | 2024-08-03T03:51:54.423Z | Downloaded derive_builder_core v0.20.0 |
905 | 2024-08-03T03:51:54.426Z | Downloaded fixedbitset v0.4.2 |
906 | 2024-08-03T03:51:54.429Z | Downloaded vte v0.11.1 |
907 | 2024-08-03T03:51:54.429Z | Downloaded futures-executor v0.3.30 |
908 | 2024-08-03T03:51:54.431Z | Downloaded structmeta v0.2.0 |
909 | 2024-08-03T03:51:54.431Z | Downloaded snafu v0.8.2 |
910 | 2024-08-03T03:51:54.437Z | Downloaded tungstenite v0.21.0 |
911 | 2024-08-03T03:51:54.441Z | Downloaded num-bigint-dig v0.8.4 |
912 | 2024-08-03T03:51:54.446Z | Downloaded tungstenite v0.20.1 |
913 | 2024-08-03T03:51:54.449Z | Downloaded peg-macros v0.8.4 |
914 | 2024-08-03T03:51:54.452Z | Downloaded half v2.4.1 |
915 | 2024-08-03T03:51:54.454Z | Downloaded diesel_derives v2.1.4 |
916 | 2024-08-03T03:51:54.463Z | Downloaded topological-sort v0.2.2 |
917 | 2024-08-03T03:51:54.466Z | Downloaded time-macros v0.2.18 |
918 | 2024-08-03T03:51:54.466Z | Downloaded itertools v0.10.5 |
919 | 2024-08-03T03:51:54.468Z | Downloaded cc v1.0.97 |
920 | 2024-08-03T03:51:54.471Z | Downloaded subprocess v0.2.9 |
921 | 2024-08-03T03:51:54.474Z | Downloaded base64 v0.21.7 |
922 | 2024-08-03T03:51:54.477Z | Downloaded r2d2 v0.8.10 |
923 | 2024-08-03T03:51:54.480Z | Downloaded sct v0.7.1 |
924 | 2024-08-03T03:51:54.483Z | Downloaded env_logger v0.9.3 |
925 | 2024-08-03T03:51:54.485Z | Downloaded dirs-next v2.0.0 |
926 | 2024-08-03T03:51:54.487Z | Downloaded xattr v1.3.1 |
927 | 2024-08-03T03:51:54.487Z | Downloaded pin-project-internal v1.1.5 |
928 | 2024-08-03T03:51:54.490Z | Downloaded nom v7.1.3 |
929 | 2024-08-03T03:51:54.495Z | Downloaded const_format v0.2.32 |
930 | 2024-08-03T03:51:54.500Z | Downloaded display-error-chain v0.2.0 |
931 | 2024-08-03T03:51:54.503Z | Downloaded dirs-sys-next v0.1.2 |
932 | 2024-08-03T03:51:54.503Z | Downloaded ena v0.14.3 |
933 | 2024-08-03T03:51:54.505Z | Downloaded yasna v0.5.2 |
934 | 2024-08-03T03:51:54.505Z | Downloaded rcgen v0.12.1 |
935 | 2024-08-03T03:51:54.508Z | Downloaded unarray v0.1.4 |
936 | 2024-08-03T03:51:54.511Z | Downloaded thiserror-impl-no-std v2.0.2 |
937 | 2024-08-03T03:51:54.511Z | Downloaded termios v0.3.3 |
938 | 2024-08-03T03:51:54.513Z | Downloaded tiny-keccak v2.0.2 |
939 | 2024-08-03T03:51:54.516Z | Downloaded allocator-api2 v0.2.18 |
940 | 2024-08-03T03:51:54.519Z | Downloaded sha1 v0.10.6 |
941 | 2024-08-03T03:51:54.522Z | Downloaded darling_core v0.20.9 |
942 | 2024-08-03T03:51:54.524Z | Downloaded compact_str v0.7.1 |
943 | 2024-08-03T03:51:54.527Z | Downloaded slog-json v2.6.1 |
944 | 2024-08-03T03:51:54.530Z | Downloaded ring v0.17.8 |
945 | 2024-08-03T03:51:54.603Z | Downloaded slog-envlogger v2.2.0 |
946 | 2024-08-03T03:51:54.607Z | Downloaded serde_derive_internals v0.29.1 |
947 | 2024-08-03T03:51:54.607Z | Downloaded resolv-conf v0.7.0 |
948 | 2024-08-03T03:51:54.607Z | Downloaded strum_macros v0.26.4 |
949 | 2024-08-03T03:51:54.609Z | Downloaded mio v0.8.11 |
950 | 2024-08-03T03:51:54.613Z | Downloaded slog-scope v4.4.0 |
951 | 2024-08-03T03:51:54.617Z | Downloaded siphasher v0.3.11 |
952 | 2024-08-03T03:51:54.617Z | Downloaded derive-where v1.2.7 |
953 | 2024-08-03T03:51:54.620Z | Downloaded walkdir v2.5.0 |
954 | 2024-08-03T03:51:54.623Z | Downloaded smf v0.2.3 |
955 | 2024-08-03T03:51:54.623Z | Downloaded slog v2.7.0 |
956 | 2024-08-03T03:51:54.625Z | Downloaded minimal-lexical v0.2.1 |
957 | 2024-08-03T03:51:54.629Z | Downloaded pin-utils v0.1.0 |
958 | 2024-08-03T03:51:54.632Z | Downloaded tinyvec v1.6.0 |
959 | 2024-08-03T03:51:54.635Z | Downloaded ring v0.16.20 |
960 | 2024-08-03T03:51:54.714Z | Downloaded hash32 v0.2.1 |
961 | 2024-08-03T03:51:54.717Z | Downloaded socket2 v0.4.10 |
962 | 2024-08-03T03:51:54.717Z | Downloaded num-bigint v0.4.5 |
963 | 2024-08-03T03:51:54.724Z | Downloaded crypto-bigint v0.5.5 |
964 | 2024-08-03T03:51:54.728Z | Downloaded openssl-sys v0.9.103 |
965 | 2024-08-03T03:51:54.733Z | Downloaded slog-bunyan v2.5.0 |
966 | 2024-08-03T03:51:54.736Z | Downloaded serde_arrays v0.1.0 |
967 | 2024-08-03T03:51:54.736Z | Downloaded serde-hex v0.1.0 |
968 | 2024-08-03T03:51:54.736Z | Downloaded wait-timeout v0.2.0 |
969 | 2024-08-03T03:51:54.739Z | Downloaded utf-8 v0.7.6 |
970 | 2024-08-03T03:51:54.739Z | Downloaded blake2 v0.10.6 |
971 | 2024-08-03T03:51:54.743Z | Downloaded snafu-derive v0.8.2 |
972 | 2024-08-03T03:51:54.743Z | Downloaded rustfmt-wrapper v0.2.1 |
973 | 2024-08-03T03:51:54.747Z | Downloaded rustc_version v0.4.0 |
974 | 2024-08-03T03:51:54.747Z | Downloaded ciborium-ll v0.2.2 |
975 | 2024-08-03T03:51:54.747Z | Downloaded bcs v0.1.6 |
976 | 2024-08-03T03:51:54.750Z | Downloaded base64ct v1.6.0 |
977 | 2024-08-03T03:51:54.750Z | Downloaded pem-rfc7468 v0.7.0 |
978 | 2024-08-03T03:51:54.750Z | Downloaded hyper-staticfile v0.9.5 |
979 | 2024-08-03T03:51:54.753Z | Downloaded ahash v0.8.11 |
980 | 2024-08-03T03:51:54.756Z | Downloaded structmeta v0.3.0 |
981 | 2024-08-03T03:51:54.756Z | Downloaded gethostname v0.4.3 |
982 | 2024-08-03T03:51:54.760Z | Downloaded tokio-native-tls v0.3.1 |
983 | 2024-08-03T03:51:54.760Z | Downloaded arc-swap v1.7.1 |
984 | 2024-08-03T03:51:54.763Z | Downloaded crc32fast v1.4.0 |
985 | 2024-08-03T03:51:54.763Z | Downloaded foreign-types v0.5.0 |
986 | 2024-08-03T03:51:54.766Z | Downloaded fd-lock v4.0.2 |
987 | 2024-08-03T03:51:54.766Z | Downloaded embedded-io v0.4.0 |
988 | 2024-08-03T03:51:54.769Z | Downloaded parking_lot_core v0.9.10 |
989 | 2024-08-03T03:51:54.772Z | Downloaded crossbeam-epoch v0.9.18 |
990 | 2024-08-03T03:51:54.772Z | Downloaded argon2 v0.5.3 |
991 | 2024-08-03T03:51:54.776Z | Downloaded zone_cfg_derive v0.1.2 |
992 | 2024-08-03T03:51:54.776Z | Downloaded untrusted v0.9.0 |
993 | 2024-08-03T03:51:54.780Z | Downloaded untrusted v0.7.1 |
994 | 2024-08-03T03:51:54.780Z | Downloaded debug-ignore v1.0.5 |
995 | 2024-08-03T03:51:54.780Z | Downloaded curve25519-dalek-derive v0.1.1 |
996 | 2024-08-03T03:51:54.780Z | Downloaded crc-catalog v2.4.0 |
997 | 2024-08-03T03:51:54.785Z | Downloaded const_format_proc_macros v0.2.32 |
998 | 2024-08-03T03:51:54.785Z | Downloaded der v0.7.9 |
999 | 2024-08-03T03:51:54.790Z | Downloaded crc v3.2.1 |
1000 | 2024-08-03T03:51:54.793Z | Downloaded block-padding v0.3.3 |
1001 | 2024-08-03T03:51:54.793Z | Downloaded bit-set v0.5.3 |
1002 | 2024-08-03T03:51:54.793Z | Downloaded libloading v0.8.3 |
1003 | 2024-08-03T03:51:54.793Z | Downloaded cassowary v0.3.0 |
1004 | 2024-08-03T03:51:54.795Z | Downloaded paste v1.0.15 |
1005 | 2024-08-03T03:51:54.798Z | Downloaded parse-display-derive v0.9.1 |
1006 | 2024-08-03T03:51:54.799Z | Downloaded bitfield v0.14.0 |
1007 | 2024-08-03T03:51:54.799Z | Downloaded bitflags v1.3.2 |
1008 | 2024-08-03T03:51:54.802Z | Downloaded num-traits v0.2.19 |
1009 | 2024-08-03T03:51:54.805Z | Downloaded num-complex v0.4.6 |
1010 | 2024-08-03T03:51:54.805Z | Downloaded num-rational v0.4.2 |
1011 | 2024-08-03T03:51:54.808Z | Downloaded ipnet v2.9.0 |
1012 | 2024-08-03T03:51:54.808Z | Downloaded darling v0.20.9 |
1013 | 2024-08-03T03:51:54.811Z | Downloaded csv-core v0.1.11 |
1014 | 2024-08-03T03:51:54.814Z | Downloaded cookie v0.17.0 |
1015 | 2024-08-03T03:51:54.817Z | Downloaded addr2line v0.21.0 |
1016 | 2024-08-03T03:51:54.817Z | Downloaded bzip2 v0.4.4 |
1017 | 2024-08-03T03:51:54.820Z | Downloaded signal-hook-tokio v0.3.1 |
1018 | 2024-08-03T03:51:54.820Z | Downloaded cstr-argument v0.1.2 |
1019 | 2024-08-03T03:51:54.823Z | Downloaded aead v0.5.2 |
1020 | 2024-08-03T03:51:54.823Z | Downloaded adler v1.0.2 |
1021 | 2024-08-03T03:51:54.823Z | Downloaded num_cpus v1.16.0 |
1022 | 2024-08-03T03:51:54.826Z | Downloaded convert_case v0.4.0 |
1023 | 2024-08-03T03:51:54.826Z | Downloaded inout v0.1.3 |
1024 | 2024-08-03T03:51:54.829Z | Downloaded linear-map v1.2.0 |
1025 | 2024-08-03T03:51:54.829Z | Downloaded data-encoding v2.6.0 |
1026 | 2024-08-03T03:51:54.831Z | Downloaded matches v0.1.10 |
1027 | 2024-08-03T03:51:54.831Z | Downloaded lock_api v0.4.12 |
1028 | 2024-08-03T03:51:54.831Z | Downloaded constant_time_eq v0.3.0 |
1029 | 2024-08-03T03:51:54.834Z | Downloaded nibble_vec v0.1.0 |
1030 | 2024-08-03T03:51:54.834Z | Downloaded impl-trait-for-tuples v0.2.2 |
1031 | 2024-08-03T03:51:54.839Z | Downloaded crossbeam-deque v0.8.5 |
1032 | 2024-08-03T03:51:54.840Z | Downloaded camino-tempfile v1.1.1 |
1033 | 2024-08-03T03:51:54.843Z | Downloaded buf-list v1.0.3 |
1034 | 2024-08-03T03:51:54.843Z | Downloaded libefi-sys v0.1.0 |
1035 | 2024-08-03T03:51:54.843Z | Downloaded ipnetwork v0.20.0 |
1036 | 2024-08-03T03:51:54.845Z | Downloaded lazy_static v1.5.0 |
1037 | 2024-08-03T03:51:54.845Z | Downloaded keccak v0.1.5 |
1038 | 2024-08-03T03:51:54.848Z | Downloaded colored v2.1.0 |
1039 | 2024-08-03T03:51:54.848Z | Downloaded async-recursion v1.1.1 |
1040 | 2024-08-03T03:51:54.852Z | Downloaded assert_matches v1.5.0 |
1041 | 2024-08-03T03:51:54.857Z | Downloaded libsw v3.3.1 |
1042 | 2024-08-03T03:51:54.936Z | Compiling cfg-if v1.0.0 |
1043 | 2024-08-03T03:51:54.936Z | Compiling serde v1.0.204 |
1044 | 2024-08-03T03:51:54.939Z | Compiling lock_api v0.4.12 |
1045 | 2024-08-03T03:51:54.939Z | Compiling scopeguard v1.2.0 |
1046 | 2024-08-03T03:51:54.939Z | Compiling log v0.4.21 |
1047 | 2024-08-03T03:51:55.081Z | Compiling syn v2.0.72 |
1048 | 2024-08-03T03:51:55.083Z | Compiling cc v1.0.97 |
1049 | 2024-08-03T03:51:55.090Z | Compiling parking_lot_core v0.9.10 |
1050 | 2024-08-03T03:51:55.159Z | Compiling getrandom v0.2.14 |
1051 | 2024-08-03T03:51:55.216Z | Compiling smallvec v1.13.2 |
1052 | 2024-08-03T03:51:55.527Z | Compiling rand_core v0.6.4 |
1053 | 2024-08-03T03:51:55.615Z | Compiling typenum v1.17.0 |
1054 | 2024-08-03T03:51:55.645Z | Compiling generic-array v0.14.7 |
1055 | 2024-08-03T03:51:55.664Z | Compiling pin-project-lite v0.2.14 |
1056 | 2024-08-03T03:51:55.785Z | Compiling signal-hook-registry v1.4.2 |
1057 | 2024-08-03T03:51:55.903Z | Compiling spin v0.9.8 |
1058 | 2024-08-03T03:51:56.013Z | Compiling parking_lot v0.12.2 |
1059 | 2024-08-03T03:51:56.031Z | Compiling mio v0.8.11 |
1060 | 2024-08-03T03:51:56.270Z | Compiling libm v0.2.8 |
1061 | 2024-08-03T03:51:56.306Z | Compiling serde_json v1.0.122 |
1062 | 2024-08-03T03:51:56.719Z | Compiling ahash v0.8.11 |
1063 | 2024-08-03T03:51:56.737Z | Compiling num-traits v0.2.19 |
1064 | 2024-08-03T03:51:56.798Z | Compiling futures-core v0.3.30 |
1065 | 2024-08-03T03:51:57.037Z | Compiling tinyvec_macros v0.1.1 |
1066 | 2024-08-03T03:51:57.127Z | Compiling tinyvec v1.6.0 |
1067 | 2024-08-03T03:51:57.144Z | Compiling socket2 v0.5.7 |
1068 | 2024-08-03T03:51:57.266Z | Compiling num_cpus v1.16.0 |
1069 | 2024-08-03T03:51:57.404Z | Compiling const-oid v0.9.6 |
1070 | 2024-08-03T03:51:57.488Z | Compiling subtle v2.5.0 |
1071 | 2024-08-03T03:51:57.883Z | Compiling slab v0.4.9 |
1072 | 2024-08-03T03:51:58.229Z | Compiling allocator-api2 v0.2.18 |
1073 | 2024-08-03T03:51:58.467Z | Compiling unicode-bidi v0.3.15 |
1074 | 2024-08-03T03:51:58.553Z | Compiling futures-sink v0.3.30 |
1075 | 2024-08-03T03:51:58.720Z | Compiling unicode-normalization v0.1.23 |
1076 | 2024-08-03T03:51:58.751Z | Compiling futures-channel v0.3.30 |
1077 | 2024-08-03T03:51:59.105Z | Compiling futures-io v0.3.30 |
1078 | 2024-08-03T03:51:59.179Z | Compiling vcpkg v0.2.15 |
1079 | 2024-08-03T03:51:59.409Z | Compiling pin-utils v0.1.0 |
1080 | 2024-08-03T03:51:59.471Z | Compiling pkg-config v0.3.30 |
1081 | 2024-08-03T03:51:59.499Z | Compiling futures-task v0.3.30 |
1082 | 2024-08-03T03:51:59.774Z | Compiling ring v0.17.8 |
1083 | 2024-08-03T03:51:59.793Z | Compiling percent-encoding v2.3.1 |
1084 | 2024-08-03T03:51:59.922Z | Compiling ppv-lite86 v0.2.17 |
1085 | 2024-08-03T03:52:00.108Z | Compiling tracing-core v0.1.32 |
1086 | 2024-08-03T03:52:00.124Z | Compiling num-conv v0.1.0 |
1087 | 2024-08-03T03:52:00.144Z | Compiling untrusted v0.9.0 |
1088 | 2024-08-03T03:52:00.313Z | Compiling powerfmt v0.2.0 |
1089 | 2024-08-03T03:52:00.405Z | Compiling time-core v0.1.2 |
1090 | 2024-08-03T03:52:00.581Z | Compiling syn v1.0.109 |
1091 | 2024-08-03T03:52:00.661Z | Compiling rand_chacha v0.3.1 |
1092 | 2024-08-03T03:52:00.695Z | Compiling rustix v0.38.34 |
1093 | 2024-08-03T03:52:00.971Z | Compiling time-macros v0.2.18 |
1094 | 2024-08-03T03:52:01.229Z | Compiling openssl-sys v0.9.103 |
1095 | 2024-08-03T03:52:01.271Z | Compiling rand v0.8.5 |
1096 | 2024-08-03T03:52:01.447Z | Compiling deranged v0.3.11 |
1097 | 2024-08-03T03:52:01.591Z | Compiling rustversion v1.0.17 |
1098 | 2024-08-03T03:52:02.302Z | Compiling openssl v0.10.66 |
1099 | 2024-08-03T03:52:02.694Z | Compiling base64ct v1.6.0 |
1100 | 2024-08-03T03:52:02.793Z | Compiling foreign-types-shared v0.1.1 |
1101 | 2024-08-03T03:52:02.891Z | Compiling httparse v1.8.0 |
1102 | 2024-08-03T03:52:03.109Z | Compiling iana-time-zone v0.1.60 |
1103 | 2024-08-03T03:52:03.195Z | Compiling num_threads v0.1.7 |
1104 | 2024-08-03T03:52:03.214Z | Compiling pem-rfc7468 v0.7.0 |
1105 | 2024-08-03T03:52:03.262Z | Compiling foreign-types v0.3.2 |
1106 | 2024-08-03T03:52:03.361Z | Compiling form_urlencoded v1.2.1 |
1107 | 2024-08-03T03:52:03.517Z | Compiling rustls v0.21.12 |
1108 | 2024-08-03T03:52:03.647Z | Compiling flagset v0.4.5 |
1109 | 2024-08-03T03:52:03.784Z | Compiling native-tls v0.2.11 |
1110 | 2024-08-03T03:52:03.847Z | Compiling siphasher v0.3.11 |
1111 | 2024-08-03T03:52:03.895Z | Compiling try-lock v0.2.5 |
1112 | 2024-08-03T03:52:03.980Z | Compiling time v0.3.36 |
1113 | 2024-08-03T03:52:04.032Z | Compiling crossbeam-utils v0.8.19 |
1114 | 2024-08-03T03:52:04.131Z | Compiling want v0.3.1 |
1115 | 2024-08-03T03:52:04.636Z | Compiling serde_derive_internals v0.29.1 |
1116 | 2024-08-03T03:52:04.878Z | Compiling idna v0.5.0 |
1117 | 2024-08-03T03:52:05.084Z | Compiling lazy_static v1.5.0 |
1118 | 2024-08-03T03:52:05.202Z | Compiling aho-corasick v1.1.3 |
1119 | 2024-08-03T03:52:05.635Z | Compiling cookie v0.17.0 |
1120 | 2024-08-03T03:52:05.869Z | Compiling signal-hook v0.3.17 |
1121 | 2024-08-03T03:52:06.126Z | Compiling schemars v0.8.21 |
1122 | 2024-08-03T03:52:06.412Z | Compiling regex-syntax v0.8.3 |
1123 | 2024-08-03T03:52:06.534Z | Compiling tower-service v0.3.2 |
1124 | 2024-08-03T03:52:06.656Z | Compiling adler v1.0.2 |
1125 | 2024-08-03T03:52:06.881Z | Compiling openssl-probe v0.1.5 |
1126 | 2024-08-03T03:52:07.238Z | Compiling cpufeatures v0.2.12 |
1127 | 2024-08-03T03:52:07.342Z | Compiling slog v2.7.0 |
1128 | 2024-08-03T03:52:07.436Z | Compiling httpdate v1.0.3 |
1129 | 2024-08-03T03:52:07.902Z | Compiling finl_unicode v1.2.0 |
1130 | 2024-08-03T03:52:07.979Z | Compiling miniz_oxide v0.7.2 |
1131 | 2024-08-03T03:52:08.511Z | Compiling stringprep v0.1.4 |
1132 | 2024-08-03T03:52:09.390Z | Compiling url v2.5.2 |
1133 | 2024-08-03T03:52:09.638Z | Compiling serde_derive v1.0.204 |
1134 | 2024-08-03T03:52:09.678Z | Compiling zeroize_derive v1.4.2 |
1135 | 2024-08-03T03:52:10.616Z | Compiling zerocopy-derive v0.7.34 |
1136 | 2024-08-03T03:52:10.836Z | Compiling tokio-macros v2.3.0 |
1137 | 2024-08-03T03:52:11.238Z | Compiling thiserror-impl v1.0.63 |
1138 | 2024-08-03T03:52:11.303Z | Compiling zeroize v1.7.0 |
1139 | 2024-08-03T03:52:11.734Z | Compiling futures-macro v0.3.30 |
1140 | 2024-08-03T03:52:12.493Z | Compiling scroll_derive v0.12.0 |
1141 | 2024-08-03T03:52:12.910Z | Compiling tracing-attributes v0.1.27 |
1142 | 2024-08-03T03:52:12.929Z | Compiling zerocopy v0.7.34 |
1143 | 2024-08-03T03:52:13.149Z | Compiling crypto-common v0.1.6 |
1144 | 2024-08-03T03:52:13.376Z | Compiling block-buffer v0.10.4 |
1145 | 2024-08-03T03:52:13.625Z | Compiling digest v0.10.7 |
1146 | 2024-08-03T03:52:13.717Z | Compiling futures-util v0.3.30 |
1147 | 2024-08-03T03:52:13.942Z | Compiling scroll v0.12.0 |
1148 | 2024-08-03T03:52:14.122Z | Compiling hmac v0.12.1 |
1149 | 2024-08-03T03:52:14.375Z | Compiling openssl-macros v0.1.1 |
1150 | 2024-08-03T03:52:14.540Z | Compiling goblin v0.8.2 |
1151 | 2024-08-03T03:52:14.565Z | Compiling thiserror v1.0.63 |
1152 | 2024-08-03T03:52:14.710Z | Compiling pest v2.7.10 |
1153 | 2024-08-03T03:52:15.132Z | Compiling hashbrown v0.14.5 |
1154 | 2024-08-03T03:52:15.159Z | Compiling der_derive v0.7.2 |
1155 | 2024-08-03T03:52:16.595Z | Compiling rustls-webpki v0.101.7 |
1156 | 2024-08-03T03:52:16.860Z | Compiling tracing v0.1.40 |
1157 | 2024-08-03T03:52:17.351Z | Compiling pest_meta v2.7.10 |
1158 | 2024-08-03T03:52:17.449Z | Compiling sct v0.7.1 |
1159 | 2024-08-03T03:52:17.754Z | Compiling der v0.7.9 |
1160 | 2024-08-03T03:52:17.825Z | Compiling md-5 v0.10.6 |
1161 | 2024-08-03T03:52:18.076Z | Compiling sha2 v0.10.8 |
1162 | 2024-08-03T03:52:18.498Z | Compiling regex-automata v0.4.6 |
1163 | 2024-08-03T03:52:19.880Z | Compiling pest_generator v2.7.10 |
1164 | 2024-08-03T03:52:21.156Z | Compiling spki v0.7.3 |
1165 | 2024-08-03T03:52:21.568Z | Compiling schemars_derive v0.8.21 |
1166 | 2024-08-03T03:52:21.700Z | Compiling num-integer v0.1.46 |
1167 | 2024-08-03T03:52:21.985Z | Compiling idna v0.3.0 |
1168 | 2024-08-03T03:52:22.401Z | Compiling pest_derive v2.7.10 |
1169 | 2024-08-03T03:52:22.492Z | Compiling backtrace v0.3.71 |
1170 | 2024-08-03T03:52:22.953Z | Compiling hash32 v0.2.1 |
1171 | 2024-08-03T03:52:23.199Z | Compiling dtrace-parser v0.2.0 |
1172 | 2024-08-03T03:52:23.328Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1173 | 2024-08-03T03:52:23.537Z | Compiling gimli v0.28.1 |
1174 | 2024-08-03T03:52:24.147Z | Compiling bytes v1.6.0 |
1175 | 2024-08-03T03:52:24.480Z | Compiling bitflags v2.6.0 |
1176 | 2024-08-03T03:52:24.948Z | Compiling indexmap v2.2.6 |
1177 | 2024-08-03T03:52:24.951Z | Compiling uuid v1.10.0 |
1178 | 2024-08-03T03:52:25.325Z | Compiling tokio v1.38.1 |
1179 | 2024-08-03T03:52:25.394Z | Compiling http v0.2.12 |
1180 | 2024-08-03T03:52:26.449Z | Compiling semver v1.0.23 |
1181 | 2024-08-03T03:52:26.666Z | Compiling chrono v0.4.38 |
1182 | 2024-08-03T03:52:27.191Z | Compiling rustc_version v0.4.0 |
1183 | 2024-08-03T03:52:27.976Z | Compiling http-body v0.4.6 |
1184 | 2024-08-03T03:52:27.993Z | Compiling heapless v0.7.17 |
1185 | 2024-08-03T03:52:28.076Z | Compiling dof v0.3.0 |
1186 | 2024-08-03T03:52:28.536Z | Compiling toml_datetime v0.6.8 |
1187 | 2024-08-03T03:52:28.553Z | Compiling serde_spanned v0.6.7 |
1188 | 2024-08-03T03:52:28.791Z | Compiling serde_tokenstream v0.2.1 |
1189 | 2024-08-03T03:52:29.067Z | Compiling usdt-impl v0.5.0 |
1190 | 2024-08-03T03:52:29.348Z | Compiling smoltcp v0.9.1 |
1191 | 2024-08-03T03:52:29.467Z | Compiling stable_deref_trait v1.2.0 |
1192 | 2024-08-03T03:52:29.573Z | Compiling crc32fast v1.4.0 |
1193 | 2024-08-03T03:52:30.079Z | Compiling dyn-clone v1.0.17 |
1194 | 2024-08-03T03:52:30.118Z | Compiling fallible-iterator v0.2.0 |
1195 | 2024-08-03T03:52:30.302Z | Compiling psl-types v2.0.11 |
1196 | 2024-08-03T03:52:30.320Z | Compiling base64 v0.22.1 |
1197 | 2024-08-03T03:52:30.490Z | Compiling publicsuffix v2.2.3 |
1198 | 2024-08-03T03:52:30.746Z | Compiling terminal_size v0.3.0 |
1199 | 2024-08-03T03:52:30.796Z | Compiling addr2line v0.21.0 |
1200 | 2024-08-03T03:52:31.090Z | Compiling postgres-protocol v0.6.7 |
1201 | 2024-08-03T03:52:31.644Z | Compiling pkcs8 v0.10.2 |
1202 | 2024-08-03T03:52:31.818Z | Compiling hubpack_derive v0.1.1 |
1203 | 2024-08-03T03:52:31.863Z | Compiling block-padding v0.3.3 |
1204 | 2024-08-03T03:52:31.863Z | Compiling zerocopy-derive v0.6.6 |
1205 | 2024-08-03T03:52:32.054Z | Compiling async-trait v0.1.81 |
1206 | 2024-08-03T03:52:33.261Z | Compiling phf_shared v0.11.2 |
1207 | 2024-08-03T03:52:33.264Z | Compiling diesel_table_macro_syntax v0.1.0 |
1208 | 2024-08-03T03:52:33.572Z | Compiling tokio-util v0.7.11 |
1209 | 2024-08-03T03:52:33.665Z | Compiling tokio-rustls v0.24.1 |
1210 | 2024-08-03T03:52:33.689Z | Compiling ff v0.13.0 |
1211 | 2024-08-03T03:52:33.909Z | Compiling scheduled-thread-pool v0.2.7 |
1212 | 2024-08-03T03:52:34.005Z | Compiling fs-err v2.11.0 |
1213 | 2024-08-03T03:52:34.048Z | Compiling object v0.32.2 |
1214 | 2024-08-03T03:52:34.184Z | Compiling anyhow v1.0.86 |
1215 | 2024-08-03T03:52:34.288Z | Compiling base16ct v0.2.0 |
1216 | 2024-08-03T03:52:34.535Z | Compiling h2 v0.3.26 |
1217 | 2024-08-03T03:52:34.779Z | Compiling rustc-demangle v0.1.24 |
1218 | 2024-08-03T03:52:34.850Z | Compiling bit-vec v0.6.3 |
1219 | 2024-08-03T03:52:34.876Z | Compiling managed v0.8.0 |
1220 | 2024-08-03T03:52:35.202Z | Compiling tokio-native-tls v0.3.1 |
1221 | 2024-08-03T03:52:35.314Z | Compiling bitflags v1.3.2 |
1222 | 2024-08-03T03:52:35.332Z | Compiling matches v0.1.10 |
1223 | 2024-08-03T03:52:35.418Z | Compiling either v1.12.0 |
1224 | 2024-08-03T03:52:35.435Z | Compiling ipnet v2.9.0 |
1225 | 2024-08-03T03:52:35.460Z | Compiling base64 v0.21.7 |
1226 | 2024-08-03T03:52:35.770Z | Compiling winnow v0.5.40 |
1227 | 2024-08-03T03:52:35.852Z | Compiling regex-automata v0.1.10 |
1228 | 2024-08-03T03:52:36.216Z | Compiling rustls-pemfile v1.0.4 |
1229 | 2024-08-03T03:52:36.343Z | Compiling bstr v0.2.17 |
1230 | 2024-08-03T03:52:36.652Z | Compiling idna v0.2.3 |
1231 | 2024-08-03T03:52:37.046Z | Compiling clap_builder v4.5.9 |
1232 | 2024-08-03T03:52:38.038Z | Compiling sec1 v0.7.3 |
1233 | 2024-08-03T03:52:38.441Z | Compiling r2d2 v0.8.10 |
1234 | 2024-08-03T03:52:38.613Z | Compiling zerocopy v0.6.6 |
1235 | 2024-08-03T03:52:38.837Z | Compiling group v0.13.0 |
1236 | 2024-08-03T03:52:38.881Z | Compiling diesel_derives v2.1.4 |
1237 | 2024-08-03T03:52:39.161Z | Compiling phf v0.11.2 |
1238 | 2024-08-03T03:52:39.449Z | Compiling toml_edit v0.19.15 |
1239 | 2024-08-03T03:52:39.478Z | Compiling hubpack v0.1.2 |
1240 | 2024-08-03T03:52:39.650Z | Compiling signal-hook-mio v0.2.3 |
1241 | 2024-08-03T03:52:39.810Z | Compiling cookie_store v0.20.0 |
1242 | 2024-08-03T03:52:39.913Z | Compiling ipnetwork v0.20.0 |
1243 | 2024-08-03T03:52:40.642Z | Compiling inout v0.1.3 |
1244 | 2024-08-03T03:52:41.211Z | Compiling postgres-types v0.2.7 |
1245 | 2024-08-03T03:52:41.328Z | Compiling hyper v0.14.30 |
1246 | 2024-08-03T03:52:41.767Z | Compiling usdt-macro v0.5.0 |
1247 | 2024-08-03T03:52:42.764Z | Compiling usdt-attr-macro v0.5.0 |
1248 | 2024-08-03T03:52:43.267Z | Compiling serde_urlencoded v0.7.1 |
1249 | 2024-08-03T03:52:43.792Z | Compiling regex v1.10.5 |
1250 | 2024-08-03T03:52:44.381Z | Compiling num-bigint v0.4.5 |
1251 | 2024-08-03T03:52:44.440Z | Compiling futures-executor v0.3.30 |
1252 | 2024-08-03T03:52:44.900Z | Compiling enum-as-inner v0.5.1 |
1253 | 2024-08-03T03:52:44.921Z | Compiling hkdf v0.12.4 |
1254 | 2024-08-03T03:52:45.006Z | Compiling crypto-bigint v0.5.5 |
1255 | 2024-08-03T03:52:45.191Z | Compiling strum_macros v0.25.3 |
1256 | 2024-08-03T03:52:46.007Z | Compiling clap_derive v4.5.8 |
1257 | 2024-08-03T03:52:46.286Z | Compiling serde_repr v0.1.19 |
1258 | 2024-08-03T03:52:47.317Z | Compiling phf_shared v0.10.0 |
1259 | 2024-08-03T03:52:47.551Z | Compiling float-cmp v0.9.0 |
1260 | 2024-08-03T03:52:47.731Z | Compiling encoding_rs v0.8.34 |
1261 | 2024-08-03T03:52:47.769Z | Compiling data-encoding v2.6.0 |
1262 | 2024-08-03T03:52:49.311Z | Compiling hyper-tls v0.5.0 |
1263 | 2024-08-03T03:52:49.680Z | Compiling hyper-rustls v0.24.2 |
1264 | 2024-08-03T03:52:50.042Z | Compiling fixedbitset v0.4.2 |
1265 | 2024-08-03T03:52:50.147Z | Compiling static_assertions v1.1.0 |
1266 | 2024-08-03T03:52:50.247Z | Compiling difflib v0.4.0 |
1267 | 2024-08-03T03:52:50.511Z | Compiling minimal-lexical v0.2.1 |
1268 | 2024-08-03T03:52:51.040Z | Compiling mime v0.3.17 |
1269 | 2024-08-03T03:52:51.060Z | Compiling webpki-roots v0.25.4 |
1270 | 2024-08-03T03:52:51.176Z | Compiling predicates-core v1.0.6 |
1271 | 2024-08-03T03:52:51.228Z | Compiling normalize-line-endings v0.3.0 |
1272 | 2024-08-03T03:52:51.314Z | Compiling whoami v1.5.1 |
1273 | 2024-08-03T03:52:51.348Z | Compiling unicode-segmentation v1.11.0 |
1274 | 2024-08-03T03:52:51.400Z | Compiling sync_wrapper v0.1.2 |
1275 | 2024-08-03T03:52:51.533Z | Compiling new_debug_unreachable v1.0.6 |
1276 | 2024-08-03T03:52:51.560Z | Compiling precomputed-hash v0.1.1 |
1277 | 2024-08-03T03:52:51.624Z | Compiling reqwest v0.11.27 |
1278 | 2024-08-03T03:52:51.644Z | Compiling tokio-postgres v0.7.11 |
1279 | 2024-08-03T03:52:51.678Z | Compiling string_cache v0.8.7 |
1280 | 2024-08-03T03:52:51.853Z | Compiling predicates v3.1.2 |
1281 | 2024-08-03T03:52:51.972Z | Compiling diesel v2.1.6 |
1282 | 2024-08-03T03:52:52.156Z | Compiling similar v2.5.0 |
1283 | 2024-08-03T03:52:52.257Z | Compiling clap v4.5.9 |
1284 | 2024-08-03T03:52:52.276Z | Compiling nom v7.1.3 |
1285 | 2024-08-03T03:52:52.381Z | Compiling petgraph v0.6.5 |
1286 | 2024-08-03T03:52:53.621Z | Compiling console v0.15.8 |
1287 | 2024-08-03T03:52:54.757Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1288 | 2024-08-03T03:52:55.188Z | Compiling trust-dns-proto v0.22.0 |
1289 | 2024-08-03T03:52:55.452Z | Compiling elliptic-curve v0.13.8 |
1290 | 2024-08-03T03:52:55.860Z | Compiling toml_edit v0.22.20 |
1291 | 2024-08-03T03:52:56.272Z | Compiling usdt v0.5.0 |
1292 | 2024-08-03T03:52:56.275Z | Compiling yasna v0.5.2 |
1293 | 2024-08-03T03:52:56.824Z | Compiling futures v0.3.30 |
1294 | 2024-08-03T03:52:56.946Z | Compiling toml v0.7.8 |
1295 | 2024-08-03T03:52:57.323Z | Compiling flate2 v1.0.30 |
1296 | 2024-08-03T03:52:58.322Z | Compiling cipher v0.4.4 |
1297 | 2024-08-03T03:52:58.712Z | Compiling crossterm v0.27.0 |
1298 | 2024-08-03T03:52:59.135Z | Compiling itertools v0.12.1 |
1299 | 2024-08-03T03:52:59.719Z | Compiling itertools v0.10.5 |
1300 | 2024-08-03T03:53:01.225Z | Compiling bit-set v0.5.3 |
1301 | 2024-08-03T03:53:01.543Z | Compiling tokio-stream v0.1.15 |
1302 | 2024-08-03T03:53:02.324Z | Compiling openapiv3 v2.0.0 |
1303 | 2024-08-03T03:53:02.489Z | Compiling hex v0.4.3 |
1304 | 2024-08-03T03:53:02.551Z | Compiling bstr v1.9.1 |
1305 | 2024-08-03T03:53:02.570Z | Compiling num-iter v0.1.45 |
1306 | 2024-08-03T03:53:02.761Z | Compiling crossbeam-epoch v0.9.18 |
1307 | 2024-08-03T03:53:03.102Z | Compiling dirs-sys-next v0.1.2 |
1308 | 2024-08-03T03:53:03.559Z | Compiling peg-runtime v0.8.3 |
1309 | 2024-08-03T03:53:03.794Z | Compiling lalrpop-util v0.19.12 |
1310 | 2024-08-03T03:53:03.902Z | Compiling unicode-xid v0.2.4 |
1311 | 2024-08-03T03:53:04.078Z | Compiling dirs-next v2.0.0 |
1312 | 2024-08-03T03:53:04.175Z | Compiling thread_local v1.1.8 |
1313 | 2024-08-03T03:53:04.235Z | Compiling slog-async v2.8.0 |
1314 | 2024-08-03T03:53:04.274Z | Compiling term v0.7.0 |
1315 | 2024-08-03T03:53:04.367Z | Compiling xattr v1.3.1 |
1316 | 2024-08-03T03:53:04.458Z | Compiling crossbeam-channel v0.5.12 |
1317 | 2024-08-03T03:53:04.645Z | Compiling strum_macros v0.26.4 |
1318 | 2024-08-03T03:53:04.736Z | Compiling filetime v0.2.23 |
1319 | 2024-08-03T03:53:04.855Z | Compiling is-terminal v0.4.12 |
1320 | 2024-08-03T03:53:04.985Z | Compiling take_mut v0.2.2 |
1321 | 2024-08-03T03:53:05.067Z | Compiling slog-term v2.9.1 |
1322 | 2024-08-03T03:53:05.145Z | Compiling tar v0.4.41 |
1323 | 2024-08-03T03:53:05.867Z | Compiling camino v1.1.7 |
1324 | 2024-08-03T03:53:07.901Z | Compiling strum v0.26.3 |
1325 | 2024-08-03T03:53:19.918Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1326 | 2024-08-03T03:53:20.173Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1327 | 2024-08-03T03:53:25.559Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 33s |
1328 | 2024-08-03T03:53:25.693Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1329 | 2024-08-03T03:53:25.738Z | Aug 03 03:53:24.626 INFO Starting download, target: Clickhouse |
1330 | 2024-08-03T03:53:25.738Z | Aug 03 03:53:24.627 INFO Starting download, target: Cockroach |
1331 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.627 INFO Starting download, target: DendriteOpenapi |
1332 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.627 INFO Starting download, target: Console |
1333 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.627 INFO Starting download, target: DendriteStub |
1334 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.627 INFO Starting download, target: MaghemiteMgd |
1335 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.627 INFO Starting download, target: TransceiverControl |
1336 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.627 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1337 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.627 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1338 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.627 INFO Downloading out/downloads/dpd-9811438cc91c6ec4e8a8ca12479c920bb25fec81.json (attempt 1/3), target: DendriteOpenapi |
1339 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.627 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1340 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.628 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1341 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.628 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1342 | 2024-08-03T03:53:25.742Z | Aug 03 03:53:24.628 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1343 | 2024-08-03T03:53:26.046Z | Aug 03 03:53:24.905 INFO Download complete, target: DendriteOpenapi |
1344 | 2024-08-03T03:53:26.110Z | Aug 03 03:53:24.983 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1345 | 2024-08-03T03:53:26.210Z | Aug 03 03:53:25.097 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1346 | 2024-08-03T03:53:26.525Z | Aug 03 03:53:25.405 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1347 | 2024-08-03T03:53:26.607Z | Aug 03 03:53:25.494 INFO Download complete, target: Console |
1348 | 2024-08-03T03:53:26.617Z | Aug 03 03:53:25.496 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1349 | 2024-08-03T03:53:26.901Z | Aug 03 03:53:25.786 INFO Download complete, target: TransceiverControl |
1350 | 2024-08-03T03:53:27.784Z | Aug 03 03:53:26.673 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1351 | 2024-08-03T03:53:29.557Z | Aug 03 03:53:28.446 INFO Download complete, target: DendriteStub |
1352 | 2024-08-03T03:53:29.841Z | Aug 03 03:53:28.730 INFO Download complete, target: MaghemiteMgd |
1353 | 2024-08-03T03:53:30.904Z | Aug 03 03:53:29.793 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1354 | 2024-08-03T03:53:30.904Z | Aug 03 03:53:29.793 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1355 | 2024-08-03T03:53:39.269Z | Aug 03 03:53:38.141 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1356 | 2024-08-03T03:53:39.621Z | Aug 03 03:53:38.492 INFO Checking that binary works, target: Cockroach |
1357 | 2024-08-03T03:53:39.827Z | Aug 03 03:53:38.704 INFO Download complete, target: Cockroach |
1358 | 2024-08-03T03:53:42.401Z | Aug 03 03:53:41.284 INFO Checking that binary works, target: Clickhouse |
1359 | 2024-08-03T03:53:42.686Z | Aug 03 03:53:41.572 INFO Download complete, target: Clickhouse |
1360 | 2024-08-03T03:53:42.703Z | All builder prerequisites installed successfully, and PATH looks valid |
1361 | 2024-08-03T03:53:42.706Z | |
1362 | 2024-08-03T03:53:42.706Z | real 5:56.999859363 |
1363 | 2024-08-03T03:53:42.706Z | user 11:42.471722687 |
1364 | 2024-08-03T03:53:42.706Z | sys 2:27.774757549 |
1365 | 2024-08-03T03:53:42.706Z | trap 0.393980626 |
1366 | 2024-08-03T03:53:42.706Z | tflt 4.644984678 |
1367 | 2024-08-03T03:53:42.706Z | dflt 4.846382341 |
1368 | 2024-08-03T03:53:42.706Z | kflt 0.171831345 |
1369 | 2024-08-03T03:53:42.706Z | lock 24:09.468132093 |
1370 | 2024-08-03T03:53:42.706Z | slp 49:31.955074808 |
1371 | 2024-08-03T03:53:42.706Z | lat 39.793367059 |
1372 | 2024-08-03T03:53:42.706Z | stop 1:43.389307367 |
1373 | 2024-08-03T03:53:42.706Z | + banner clippy |
1374 | 2024-08-03T03:53:42.706Z | |
1375 | 2024-08-03T03:53:42.706Z | #### # # ##### ##### # # |
1376 | 2024-08-03T03:53:42.706Z | # # # # # # # # # # |
1377 | 2024-08-03T03:53:42.706Z | # # # # # # # # |
1378 | 2024-08-03T03:53:42.706Z | # # # ##### ##### # |
1379 | 2024-08-03T03:53:42.706Z | # # # # # # # |
1380 | 2024-08-03T03:53:42.706Z | #### ###### # # # # |
1381 | 2024-08-03T03:53:42.706Z | |
1382 | 2024-08-03T03:53:42.709Z | + export CARGO_INCREMENTAL=0 |
1383 | 2024-08-03T03:53:42.709Z | + CARGO_INCREMENTAL=0 |
1384 | 2024-08-03T03:53:42.709Z | + ptime -m cargo xtask clippy |
1385 | 2024-08-03T03:53:43.230Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1386 | 2024-08-03T03:53:46.772Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.01s |
1387 | 2024-08-03T03:53:46.834Z | Running `target/debug/xtask clippy` |
1388 | 2024-08-03T03:53:46.853Z | running: "/home/build/.rustup/toolchains/1.80.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1389 | 2024-08-03T03:53:47.518Z | Downloading crates ... |
1390 | 2024-08-03T03:53:47.784Z | Downloaded anes v0.1.6 |
1391 | 2024-08-03T03:53:47.791Z | Downloaded aes-gcm v0.10.3 |
1392 | 2024-08-03T03:53:47.794Z | Downloaded http-body v1.0.0 |
1393 | 2024-08-03T03:53:47.797Z | Downloaded md5 v0.7.0 |
1394 | 2024-08-03T03:53:47.797Z | Downloaded guppy-workspace-hack v0.1.0 |
1395 | 2024-08-03T03:53:47.799Z | Downloaded pathdiff v0.2.1 |
1396 | 2024-08-03T03:53:47.809Z | Downloaded cbc v0.1.2 |
1397 | 2024-08-03T03:53:47.812Z | Downloaded primeorder v0.13.6 |
1398 | 2024-08-03T03:53:47.812Z | Downloaded ctr v0.9.2 |
1399 | 2024-08-03T03:53:47.815Z | Downloaded polyval v0.6.2 |
1400 | 2024-08-03T03:53:47.818Z | Downloaded oorandom v11.1.3 |
1401 | 2024-08-03T03:53:47.818Z | Downloaded blowfish v0.9.1 |
1402 | 2024-08-03T03:53:47.820Z | Downloaded tower-layer v0.3.2 |
1403 | 2024-08-03T03:53:47.820Z | Downloaded threadpool v1.8.1 |
1404 | 2024-08-03T03:53:47.820Z | Downloaded yansi v0.5.1 |
1405 | 2024-08-03T03:53:47.823Z | Downloaded internet-checksum v0.2.1 |
1406 | 2024-08-03T03:53:47.823Z | Downloaded ghash v0.5.1 |
1407 | 2024-08-03T03:53:47.823Z | Downloaded dirs-sys v0.4.1 |
1408 | 2024-08-03T03:53:47.826Z | Downloaded rand_core v0.5.1 |
1409 | 2024-08-03T03:53:47.826Z | Downloaded pbkdf2 v0.12.2 |
1410 | 2024-08-03T03:53:47.828Z | Downloaded assert_cmd v2.0.15 |
1411 | 2024-08-03T03:53:47.832Z | Downloaded relative-path v1.9.3 |
1412 | 2024-08-03T03:53:47.834Z | Downloaded getrandom v0.1.16 |
1413 | 2024-08-03T03:53:47.837Z | Downloaded plotters-backend v0.3.5 |
1414 | 2024-08-03T03:53:47.840Z | Downloaded partial-io v0.5.4 |
1415 | 2024-08-03T03:53:47.843Z | Downloaded ecdsa v0.16.9 |
1416 | 2024-08-03T03:53:47.843Z | Downloaded rustls-native-certs v0.7.0 |
1417 | 2024-08-03T03:53:47.846Z | Downloaded rstest v0.19.0 |
1418 | 2024-08-03T03:53:47.850Z | Downloaded option-ext v0.2.0 |
1419 | 2024-08-03T03:53:47.854Z | Downloaded nested v0.1.1 |
1420 | 2024-08-03T03:53:47.854Z | Downloaded doc-comment v0.3.3 |
1421 | 2024-08-03T03:53:47.854Z | Downloaded dhcproto-macros v0.1.0 |
1422 | 2024-08-03T03:53:47.857Z | Downloaded escape8259 v0.5.2 |
1423 | 2024-08-03T03:53:47.857Z | Downloaded plotters-svg v0.3.5 |
1424 | 2024-08-03T03:53:47.857Z | Downloaded russh-cryptovec v0.7.2 |
1425 | 2024-08-03T03:53:47.860Z | Downloaded russh-keys v0.43.0 |
1426 | 2024-08-03T03:53:47.865Z | Downloaded target-lexicon v0.12.16 |
1427 | 2024-08-03T03:53:47.867Z | Downloaded dhcproto v0.11.0 |
1428 | 2024-08-03T03:53:47.870Z | Downloaded similar-asserts v1.5.0 |
1429 | 2024-08-03T03:53:47.870Z | Downloaded httptest v0.15.5 |
1430 | 2024-08-03T03:53:47.873Z | Downloaded criterion-plot v0.5.0 |
1431 | 2024-08-03T03:53:47.873Z | Downloaded datatest-stable v0.2.9 |
1432 | 2024-08-03T03:53:47.876Z | Downloaded approx v0.5.1 |
1433 | 2024-08-03T03:53:47.878Z | Downloaded futures-timer v3.0.3 |
1434 | 2024-08-03T03:53:47.878Z | Downloaded cast v0.3.0 |
1435 | 2024-08-03T03:53:47.881Z | Downloaded pbkdf2 v0.11.0 |
1436 | 2024-08-03T03:53:47.884Z | Downloaded hex-literal v0.4.1 |
1437 | 2024-08-03T03:53:47.884Z | Downloaded dirs v5.0.1 |
1438 | 2024-08-03T03:53:47.884Z | Downloaded target-spec v3.2.1 |
1439 | 2024-08-03T03:53:47.886Z | Downloaded rand_chacha v0.2.2 |
1440 | 2024-08-03T03:53:47.886Z | Downloaded rfc6979 v0.4.0 |
1441 | 2024-08-03T03:53:47.889Z | Downloaded bcrypt-pbkdf v0.10.0 |
1442 | 2024-08-03T03:53:47.889Z | Downloaded hyper-util v0.1.3 |
1443 | 2024-08-03T03:53:47.893Z | Downloaded hyper-rustls v0.26.0 |
1444 | 2024-08-03T03:53:47.896Z | Downloaded libtest-mimic v0.7.3 |
1445 | 2024-08-03T03:53:47.899Z | Downloaded password-hash v0.4.2 |
1446 | 2024-08-03T03:53:47.902Z | Downloaded ed25519 v2.2.3 |
1447 | 2024-08-03T03:53:47.902Z | Downloaded rust-argon2 v2.1.0 |
1448 | 2024-08-03T03:53:47.904Z | Downloaded tinytemplate v1.2.1 |
1449 | 2024-08-03T03:53:47.907Z | Downloaded ed25519-dalek v2.1.1 |
1450 | 2024-08-03T03:53:47.910Z | Downloaded p256 v0.13.2 |
1451 | 2024-08-03T03:53:47.913Z | Downloaded fancy-regex v0.13.0 |
1452 | 2024-08-03T03:53:47.915Z | Downloaded cfg-expr v0.16.0 |
1453 | 2024-08-03T03:53:47.922Z | Downloaded blake2b_simd v1.0.2 |
1454 | 2024-08-03T03:53:47.928Z | Downloaded trybuild v1.0.97 |
1455 | 2024-08-03T03:53:47.932Z | Downloaded russh v0.43.0 |
1456 | 2024-08-03T03:53:47.937Z | Downloaded tower v0.4.13 |
1457 | 2024-08-03T03:53:47.959Z | Downloaded rand v0.7.3 |
1458 | 2024-08-03T03:53:47.964Z | Downloaded plotters v0.3.5 |
1459 | 2024-08-03T03:53:47.972Z | Downloaded p521 v0.13.3 |
1460 | 2024-08-03T03:53:47.975Z | Downloaded hyper v1.3.1 |
1461 | 2024-08-03T03:53:47.981Z | Downloaded guppy v0.17.7 |
1462 | 2024-08-03T03:53:47.987Z | Downloaded pretty_assertions v1.4.0 |
1463 | 2024-08-03T03:53:47.989Z | Downloaded criterion v0.5.1 |
1464 | 2024-08-03T03:53:47.995Z | Downloaded aes v0.8.4 |
1465 | 2024-08-03T03:53:47.998Z | Downloaded rstest_macros v0.19.0 |
1466 | 2024-08-03T03:53:48.002Z | Downloaded rand_distr v0.4.3 |
1467 | 2024-08-03T03:53:48.594Z | Checking cfg-if v1.0.0 |
1468 | 2024-08-03T03:53:48.656Z | Checking libc v0.2.155 |
1469 | 2024-08-03T03:53:48.674Z | Checking serde v1.0.204 |
1470 | 2024-08-03T03:53:48.689Z | Checking memchr v2.7.2 |
1471 | 2024-08-03T03:53:48.706Z | Checking scopeguard v1.2.0 |
1472 | 2024-08-03T03:53:48.725Z | Checking log v0.4.21 |
1473 | 2024-08-03T03:53:48.725Z | Checking itoa v1.0.11 |
1474 | 2024-08-03T03:53:48.763Z | Checking byteorder v1.5.0 |
1475 | 2024-08-03T03:53:48.783Z | Checking smallvec v1.13.2 |
1476 | 2024-08-03T03:53:48.828Z | Checking lock_api v0.4.12 |
1477 | 2024-08-03T03:53:48.922Z | Checking once_cell v1.19.0 |
1478 | 2024-08-03T03:53:49.042Z | Checking pin-project-lite v0.2.14 |
1479 | 2024-08-03T03:53:49.123Z | Checking zeroize v1.7.0 |
1480 | 2024-08-03T03:53:49.173Z | Checking libm v0.2.8 |
1481 | 2024-08-03T03:53:49.196Z | Checking ryu v1.0.18 |
1482 | 2024-08-03T03:53:49.221Z | Checking typenum v1.17.0 |
1483 | 2024-08-03T03:53:49.263Z | Checking spin v0.9.8 |
1484 | 2024-08-03T03:53:49.377Z | Checking futures-core v0.3.30 |
1485 | 2024-08-03T03:53:49.422Z | Checking thiserror v1.0.63 |
1486 | 2024-08-03T03:53:49.565Z | Checking zerocopy v0.7.34 |
1487 | 2024-08-03T03:53:49.591Z | Checking subtle v2.5.0 |
1488 | 2024-08-03T03:53:49.617Z | Checking futures-sink v0.3.30 |
1489 | 2024-08-03T03:53:49.649Z | Checking slab v0.4.9 |
1490 | 2024-08-03T03:53:49.736Z | Checking getrandom v0.2.14 |
1491 | 2024-08-03T03:53:49.773Z | Checking parking_lot_core v0.9.10 |
1492 | 2024-08-03T03:53:49.876Z | Checking signal-hook-registry v1.4.2 |
1493 | 2024-08-03T03:53:49.919Z | Checking mio v0.8.11 |
1494 | 2024-08-03T03:53:49.995Z | Checking rand_core v0.6.4 |
1495 | 2024-08-03T03:53:50.108Z | Checking num-traits v0.2.19 |
1496 | 2024-08-03T03:53:50.131Z | Checking num_cpus v1.16.0 |
1497 | 2024-08-03T03:53:50.152Z | Checking parking_lot v0.12.2 |
1498 | 2024-08-03T03:53:50.252Z | Checking socket2 v0.5.7 |
1499 | 2024-08-03T03:53:50.303Z | Checking futures-channel v0.3.30 |
1500 | 2024-08-03T03:53:50.511Z | Checking futures-io v0.3.30 |
1501 | 2024-08-03T03:53:50.535Z | Checking pin-utils v0.1.0 |
1502 | 2024-08-03T03:53:50.605Z | Checking generic-array v0.14.7 |
1503 | 2024-08-03T03:53:50.625Z | Checking futures-task v0.3.30 |
1504 | 2024-08-03T03:53:50.652Z | Checking const-oid v0.9.6 |
1505 | 2024-08-03T03:53:50.696Z | Checking allocator-api2 v0.2.18 |
1506 | 2024-08-03T03:53:50.731Z | Checking fnv v1.0.7 |
1507 | 2024-08-03T03:53:50.848Z | Checking futures-util v0.3.30 |
1508 | 2024-08-03T03:53:50.874Z | Checking iana-time-zone v0.1.60 |
1509 | 2024-08-03T03:53:50.960Z | Checking ahash v0.8.11 |
1510 | 2024-08-03T03:53:51.024Z | Checking equivalent v1.0.1 |
1511 | 2024-08-03T03:53:51.139Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1512 | 2024-08-03T03:53:51.381Z | Checking ppv-lite86 v0.2.17 |
1513 | 2024-08-03T03:53:51.480Z | Checking hashbrown v0.14.5 |
1514 | 2024-08-03T03:53:51.502Z | Checking tinyvec_macros v0.1.1 |
1515 | 2024-08-03T03:53:51.591Z | Checking tinyvec v1.6.0 |
1516 | 2024-08-03T03:53:51.782Z | Checking crypto-common v0.1.6 |
1517 | 2024-08-03T03:53:51.840Z | Checking block-buffer v0.10.4 |
1518 | 2024-08-03T03:53:51.981Z | Checking cpufeatures v0.2.12 |
1519 | 2024-08-03T03:53:52.057Z | Checking lazy_static v1.5.0 |
1520 | 2024-08-03T03:53:52.080Z | Checking unicode-bidi v0.3.15 |
1521 | 2024-08-03T03:53:52.111Z | Checking rand_chacha v0.3.1 |
1522 | 2024-08-03T03:53:52.173Z | Checking tracing-core v0.1.32 |
1523 | 2024-08-03T03:53:52.464Z | Checking digest v0.10.7 |
1524 | 2024-08-03T03:53:52.494Z | Checking rand v0.8.5 |
1525 | 2024-08-03T03:53:52.616Z | Checking dyn-clone v1.0.17 |
1526 | 2024-08-03T03:53:52.719Z | Checking percent-encoding v2.3.1 |
1527 | 2024-08-03T03:53:52.753Z | Checking regex-syntax v0.8.3 |
1528 | 2024-08-03T03:53:52.814Z | Checking tracing v0.1.40 |
1529 | 2024-08-03T03:53:52.844Z | Checking aho-corasick v1.1.3 |
1530 | 2024-08-03T03:53:52.894Z | Checking unicode-normalization v0.1.23 |
1531 | 2024-08-03T03:53:52.935Z | Checking unicode-ident v1.0.12 |
1532 | 2024-08-03T03:53:53.105Z | Checking form_urlencoded v1.2.1 |
1533 | 2024-08-03T03:53:53.171Z | Checking errno v0.3.9 |
1534 | 2024-08-03T03:53:53.326Z | Checking unicode-width v0.1.13 |
1535 | 2024-08-03T03:53:53.347Z | Checking powerfmt v0.2.0 |
1536 | 2024-08-03T03:53:53.511Z | Checking num-conv v0.1.0 |
1537 | 2024-08-03T03:53:53.856Z | Checking deranged v0.3.11 |
1538 | 2024-08-03T03:53:53.871Z | Checking num_threads v0.1.7 |
1539 | 2024-08-03T03:53:53.872Z | Checking time-core v0.1.2 |
1540 | 2024-08-03T03:53:53.872Z | Checking bytes v1.6.0 |
1541 | 2024-08-03T03:53:53.872Z | Checking bitflags v2.6.0 |
1542 | 2024-08-03T03:53:53.872Z | Checking serde_json v1.0.122 |
1543 | 2024-08-03T03:53:53.923Z | Checking chrono v0.4.38 |
1544 | 2024-08-03T03:53:54.079Z | Checking indexmap v2.2.6 |
1545 | 2024-08-03T03:53:54.553Z | Checking uuid v1.10.0 |
1546 | 2024-08-03T03:53:54.593Z | Checking tokio v1.38.1 |
1547 | 2024-08-03T03:53:55.192Z | Checking rustix v0.38.34 |
1548 | 2024-08-03T03:53:55.383Z | Checking proc-macro2 v1.0.86 |
1549 | 2024-08-03T03:53:55.404Z | Checking time v0.3.36 |
1550 | 2024-08-03T03:53:55.535Z | Checking httparse v1.8.0 |
1551 | 2024-08-03T03:53:55.859Z | Checking regex-automata v0.4.6 |
1552 | 2024-08-03T03:53:55.937Z | Checking adler v1.0.2 |
1553 | 2024-08-03T03:53:55.971Z | Checking http v0.2.12 |
1554 | 2024-08-03T03:53:56.027Z | Checking quote v1.0.36 |
1555 | 2024-08-03T03:53:56.051Z | Checking schemars v0.8.21 |
1556 | 2024-08-03T03:53:56.089Z | Checking miniz_oxide v0.7.2 |
1557 | 2024-08-03T03:53:56.379Z | Checking idna v0.5.0 |
1558 | 2024-08-03T03:53:56.829Z | Checking syn v2.0.72 |
1559 | 2024-08-03T03:53:57.253Z | Checking untrusted v0.9.0 |
1560 | 2024-08-03T03:53:57.276Z | Checking url v2.5.2 |
1561 | 2024-08-03T03:53:57.377Z | Checking try-lock v0.2.5 |
1562 | 2024-08-03T03:53:57.423Z | Checking ring v0.17.8 |
1563 | 2024-08-03T03:53:57.507Z | Checking base64ct v1.6.0 |
1564 | 2024-08-03T03:53:57.714Z | Checking want v0.3.1 |
1565 | 2024-08-03T03:53:57.844Z | Checking slog v2.7.0 |
1566 | 2024-08-03T03:53:57.900Z | Checking tower-service v0.3.2 |
1567 | 2024-08-03T03:53:57.992Z | Checking futures-executor v0.3.30 |
1568 | 2024-08-03T03:53:58.019Z | Checking gimli v0.28.1 |
1569 | 2024-08-03T03:53:58.041Z | Checking object v0.32.2 |
1570 | 2024-08-03T03:53:58.223Z | Checking utf8parse v0.2.1 |
1571 | 2024-08-03T03:53:58.320Z | Checking rustc-demangle v0.1.24 |
1572 | 2024-08-03T03:53:58.382Z | Checking httpdate v1.0.3 |
1573 | 2024-08-03T03:53:58.625Z | Checking base64 v0.21.7 |
1574 | 2024-08-03T03:53:58.780Z | Checking futures v0.3.30 |
1575 | 2024-08-03T03:53:58.901Z | Checking http-body v0.4.6 |
1576 | 2024-08-03T03:53:59.095Z | Checking openssl-probe v0.1.5 |
1577 | 2024-08-03T03:53:59.230Z | Checking foreign-types-shared v0.1.1 |
1578 | 2024-08-03T03:53:59.261Z | Checking pem-rfc7468 v0.7.0 |
1579 | 2024-08-03T03:53:59.315Z | Checking openssl-sys v0.9.103 |
1580 | 2024-08-03T03:53:59.344Z | Checking foreign-types v0.3.2 |
1581 | 2024-08-03T03:53:59.446Z | Checking ipnet v2.9.0 |
1582 | 2024-08-03T03:53:59.545Z | Checking anstyle v1.0.8 |
1583 | 2024-08-03T03:53:59.922Z | Checking mime v0.3.17 |
1584 | 2024-08-03T03:53:59.957Z | Checking flagset v0.4.5 |
1585 | 2024-08-03T03:54:00.157Z | Checking der v0.7.9 |
1586 | 2024-08-03T03:54:00.253Z | Checking semver v1.0.23 |
1587 | 2024-08-03T03:54:00.363Z | Checking regex v1.10.5 |
1588 | 2024-08-03T03:54:00.584Z | Checking openssl v0.10.66 |
1589 | 2024-08-03T03:54:00.670Z | Checking either v1.12.0 |
1590 | 2024-08-03T03:54:00.962Z | Checking sct v0.7.1 |
1591 | 2024-08-03T03:54:01.043Z | Checking rustls-webpki v0.101.7 |
1592 | 2024-08-03T03:54:01.150Z | Checking serde_spanned v0.6.7 |
1593 | 2024-08-03T03:54:01.338Z | Checking toml_datetime v0.6.8 |
1594 | 2024-08-03T03:54:01.632Z | Checking crossbeam-utils v0.8.19 |
1595 | 2024-08-03T03:54:01.662Z | Checking tokio-util v0.7.11 |
1596 | 2024-08-03T03:54:01.751Z | Checking data-encoding v2.6.0 |
1597 | 2024-08-03T03:54:01.941Z | Checking addr2line v0.21.0 |
1598 | 2024-08-03T03:54:01.995Z | Checking spki v0.7.3 |
1599 | 2024-08-03T03:54:02.289Z | Checking rustls v0.21.12 |
1600 | 2024-08-03T03:54:02.360Z | Checking anstyle-parse v0.2.4 |
1601 | 2024-08-03T03:54:02.439Z | Checking idna v0.3.0 |
1602 | 2024-08-03T03:54:02.442Z | Checking serde_urlencoded v0.7.1 |
1603 | 2024-08-03T03:54:02.515Z | Checking h2 v0.3.26 |
1604 | 2024-08-03T03:54:02.638Z | Checking scroll v0.12.0 |
1605 | 2024-08-03T03:54:02.869Z | Checking encoding_rs v0.8.34 |
1606 | 2024-08-03T03:54:03.099Z | Checking is_terminal_polyfill v1.70.0 |
1607 | 2024-08-03T03:54:03.225Z | Checking bitflags v1.3.2 |
1608 | 2024-08-03T03:54:03.283Z | Checking anstyle-query v1.0.3 |
1609 | 2024-08-03T03:54:03.307Z | Checking colorchoice v1.0.1 |
1610 | 2024-08-03T03:54:03.329Z | Checking ucd-trie v0.1.6 |
1611 | 2024-08-03T03:54:03.413Z | Checking psl-types v2.0.11 |
1612 | 2024-08-03T03:54:03.436Z | Checking plain v0.2.3 |
1613 | 2024-08-03T03:54:03.523Z | Checking pest v2.7.10 |
1614 | 2024-08-03T03:54:03.583Z | Checking goblin v0.8.2 |
1615 | 2024-08-03T03:54:03.599Z | Checking publicsuffix v2.2.3 |
1616 | 2024-08-03T03:54:03.821Z | Checking anstream v0.6.14 |
1617 | 2024-08-03T03:54:04.131Z | Checking backtrace v0.3.71 |
1618 | 2024-08-03T03:54:04.190Z | Checking pkcs8 v0.10.2 |
1619 | 2024-08-03T03:54:04.463Z | Checking cookie v0.17.0 |
1620 | 2024-08-03T03:54:04.674Z | Checking anyhow v1.0.86 |
1621 | 2024-08-03T03:54:04.900Z | Checking terminal_size v0.3.0 |
1622 | 2024-08-03T03:54:05.028Z | Checking sha2 v0.10.8 |
1623 | 2024-08-03T03:54:05.060Z | Checking hmac v0.12.1 |
1624 | 2024-08-03T03:54:05.180Z | Checking clap_lex v0.7.0 |
1625 | 2024-08-03T03:54:05.271Z | Checking strsim v0.11.1 |
1626 | 2024-08-03T03:54:05.393Z | Checking tokio-rustls v0.24.1 |
1627 | 2024-08-03T03:54:05.450Z | Checking pretty-hex v0.4.1 |
1628 | 2024-08-03T03:54:05.577Z | Checking clap_builder v4.5.9 |
1629 | 2024-08-03T03:54:05.626Z | Checking cookie_store v0.20.0 |
1630 | 2024-08-03T03:54:05.647Z | Checking rustls-pemfile v1.0.4 |
1631 | 2024-08-03T03:54:05.751Z | Checking num-integer v0.1.46 |
1632 | 2024-08-03T03:54:05.835Z | Checking thread-id v4.2.1 |
1633 | 2024-08-03T03:54:05.946Z | Checking sync_wrapper v0.1.2 |
1634 | 2024-08-03T03:54:06.070Z | Checking webpki-roots v0.25.4 |
1635 | 2024-08-03T03:54:06.072Z | Checking dtrace-parser v0.2.0 |
1636 | 2024-08-03T03:54:06.144Z | Checking native-tls v0.2.11 |
1637 | 2024-08-03T03:54:06.243Z | Checking openapiv3 v2.0.0 |
1638 | 2024-08-03T03:54:06.246Z | Checking block-padding v0.3.3 |
1639 | 2024-08-03T03:54:06.246Z | Checking memmap v0.7.0 |
1640 | 2024-08-03T03:54:06.464Z | Checking tokio-native-tls v0.3.1 |
1641 | 2024-08-03T03:54:06.483Z | Checking base64 v0.22.1 |
1642 | 2024-08-03T03:54:06.509Z | Checking inout v0.1.3 |
1643 | 2024-08-03T03:54:06.552Z | Checking stable_deref_trait v1.2.0 |
1644 | 2024-08-03T03:54:06.657Z | Checking ipnetwork v0.20.0 |
1645 | 2024-08-03T03:54:06.714Z | Checking ff v0.13.0 |
1646 | 2024-08-03T03:54:06.742Z | Checking cipher v0.4.4 |
1647 | 2024-08-03T03:54:06.933Z | Checking crc32fast v1.4.0 |
1648 | 2024-08-03T03:54:06.956Z | Checking bit-vec v0.6.3 |
1649 | 2024-08-03T03:54:07.030Z | Checking base16ct v0.2.0 |
1650 | 2024-08-03T03:54:07.127Z | Checking group v0.13.0 |
1651 | 2024-08-03T03:54:07.167Z | Checking hkdf v0.12.4 |
1652 | 2024-08-03T03:54:07.223Z | Checking sec1 v0.7.3 |
1653 | 2024-08-03T03:54:07.284Z | Checking crossbeam-epoch v0.9.18 |
1654 | 2024-08-03T03:54:07.370Z | Checking hex v0.4.3 |
1655 | 2024-08-03T03:54:07.392Z | Checking crypto-bigint v0.5.5 |
1656 | 2024-08-03T03:54:07.618Z | Checking unicode-segmentation v1.11.0 |
1657 | 2024-08-03T03:54:07.716Z | Checking winnow v0.5.40 |
1658 | 2024-08-03T03:54:07.877Z | Checking managed v0.8.0 |
1659 | 2024-08-03T03:54:08.258Z | Checking winnow v0.6.18 |
1660 | 2024-08-03T03:54:08.279Z | Checking zerocopy v0.6.6 |
1661 | 2024-08-03T03:54:08.531Z | Checking dof v0.3.0 |
1662 | 2024-08-03T03:54:08.577Z | Checking clap v4.5.9 |
1663 | 2024-08-03T03:54:08.697Z | Checking flate2 v1.0.30 |
1664 | 2024-08-03T03:54:08.700Z | Checking hyper v0.14.30 |
1665 | 2024-08-03T03:54:09.043Z | Checking num-iter v0.1.45 |
1666 | 2024-08-03T03:54:09.127Z | Checking usdt-impl v0.5.0 |
1667 | 2024-08-03T03:54:09.211Z | Checking signal-hook v0.3.17 |
1668 | 2024-08-03T03:54:09.368Z | Checking static_assertions v1.1.0 |
1669 | 2024-08-03T03:54:09.471Z | Checking siphasher v0.3.11 |
1670 | 2024-08-03T03:54:09.565Z | Checking matches v0.1.10 |
1671 | 2024-08-03T03:54:09.672Z | Checking idna v0.2.3 |
1672 | 2024-08-03T03:54:09.695Z | Checking usdt v0.5.0 |
1673 | 2024-08-03T03:54:09.774Z | Checking itertools v0.10.5 |
1674 | 2024-08-03T03:54:09.797Z | Checking regex-automata v0.1.10 |
1675 | 2024-08-03T03:54:09.962Z | Checking signal-hook-mio v0.2.3 |
1676 | 2024-08-03T03:54:10.108Z | Checking bit-set v0.5.3 |
1677 | 2024-08-03T03:54:10.131Z | Checking elliptic-curve v0.13.8 |
1678 | 2024-08-03T03:54:10.176Z | Checking bstr v0.2.17 |
1679 | 2024-08-03T03:54:10.364Z | Checking num-bigint v0.4.5 |
1680 | 2024-08-03T03:54:10.523Z | Checking trust-dns-proto v0.22.0 |
1681 | 2024-08-03T03:54:10.695Z | Checking toml_edit v0.19.15 |
1682 | 2024-08-03T03:54:10.764Z | Checking itertools v0.12.1 |
1683 | 2024-08-03T03:54:10.963Z | Checking scheduled-thread-pool v0.2.7 |
1684 | 2024-08-03T03:54:11.194Z | Checking hash32 v0.2.1 |
1685 | 2024-08-03T03:54:11.218Z | Checking toml_edit v0.22.20 |
1686 | 2024-08-03T03:54:11.524Z | Checking predicates-core v1.0.6 |
1687 | 2024-08-03T03:54:11.720Z | Checking finl_unicode v1.2.0 |
1688 | 2024-08-03T03:54:12.046Z | Checking heapless v0.7.17 |
1689 | 2024-08-03T03:54:12.306Z | Checking stringprep v0.1.4 |
1690 | 2024-08-03T03:54:12.579Z | Checking r2d2 v0.8.10 |
1691 | 2024-08-03T03:54:12.887Z | Checking yasna v0.5.2 |
1692 | 2024-08-03T03:54:12.910Z | Checking crossterm v0.27.0 |
1693 | 2024-08-03T03:54:13.096Z | Checking bstr v1.9.1 |
1694 | 2024-08-03T03:54:13.236Z | Checking toml v0.7.8 |
1695 | 2024-08-03T03:54:13.354Z | Checking console v0.15.8 |
1696 | 2024-08-03T03:54:13.783Z | Checking md-5 v0.10.6 |
1697 | 2024-08-03T03:54:13.890Z | Checking float-cmp v0.9.0 |
1698 | 2024-08-03T03:54:13.937Z | Checking pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1699 | 2024-08-03T03:54:13.970Z | Checking fallible-iterator v0.2.0 |
1700 | 2024-08-03T03:54:13.994Z | Checking difflib v0.4.0 |
1701 | 2024-08-03T03:54:13.997Z | Checking fixedbitset v0.4.2 |
1702 | 2024-08-03T03:54:14.063Z | Checking normalize-line-endings v0.3.0 |
1703 | 2024-08-03T03:54:14.182Z | Checking diesel v2.1.6 |
1704 | 2024-08-03T03:54:14.203Z | Checking smoltcp v0.9.1 |
1705 | 2024-08-03T03:54:14.258Z | Checking petgraph v0.6.5 |
1706 | 2024-08-03T03:54:14.323Z | Checking predicates v3.1.2 |
1707 | 2024-08-03T03:54:14.392Z | Checking similar v2.5.0 |
1708 | 2024-08-03T03:54:14.573Z | Checking postgres-protocol v0.6.7 |
1709 | 2024-08-03T03:54:14.638Z | Checking phf_shared v0.11.2 |
1710 | 2024-08-03T03:54:14.883Z | Checking hyper-tls v0.5.0 |
1711 | 2024-08-03T03:54:14.929Z | Checking hyper-rustls v0.24.2 |
1712 | 2024-08-03T03:54:14.972Z | Checking phf_shared v0.10.0 |
1713 | 2024-08-03T03:54:15.181Z | Checking tokio-stream v0.1.15 |
1714 | 2024-08-03T03:54:15.226Z | Checking reqwest v0.11.27 |
1715 | 2024-08-03T03:54:15.229Z | Checking fs-err v2.11.0 |
1716 | 2024-08-03T03:54:15.267Z | Checking hubpack v0.1.2 |
1717 | 2024-08-03T03:54:15.270Z | Checking precomputed-hash v0.1.1 |
1718 | 2024-08-03T03:54:15.394Z | Checking lalrpop-util v0.19.12 |
1719 | 2024-08-03T03:54:15.574Z | Checking minimal-lexical v0.2.1 |
1720 | 2024-08-03T03:54:15.674Z | Checking new_debug_unreachable v1.0.6 |
1721 | 2024-08-03T03:54:15.701Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1722 | 2024-08-03T03:54:15.772Z | Checking string_cache v0.8.7 |
1723 | 2024-08-03T03:54:15.899Z | Checking postgres-types v0.2.7 |
1724 | 2024-08-03T03:54:15.992Z | Checking nom v7.1.3 |
1725 | 2024-08-03T03:54:16.039Z | Checking phf v0.11.2 |
1726 | 2024-08-03T03:54:16.301Z | Checking whoami v1.5.1 |
1727 | 2024-08-03T03:54:16.574Z | Checking peg-runtime v0.8.3 |
1728 | 2024-08-03T03:54:16.599Z | Checking tokio-postgres v0.7.11 |
1729 | 2024-08-03T03:54:16.758Z | Compiling regress v0.9.1 |
1730 | 2024-08-03T03:54:16.808Z | Compiling getopts v0.2.21 |
1731 | 2024-08-03T03:54:16.906Z | Compiling unsafe-libyaml v0.2.11 |
1732 | 2024-08-03T03:54:17.412Z | Checking heck v0.5.0 |
1733 | 2024-08-03T03:54:17.600Z | Checking camino v1.1.7 |
1734 | 2024-08-03T03:54:18.143Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1735 | 2024-08-03T03:54:18.492Z | Compiling serde_yaml v0.9.34+deprecated |
1736 | 2024-08-03T03:54:18.785Z | Checking is-terminal v0.4.12 |
1737 | 2024-08-03T03:54:18.923Z | Compiling paste v1.0.15 |
1738 | 2024-08-03T03:54:19.225Z | Checking sha1 v0.10.6 |
1739 | 2024-08-03T03:54:19.513Z | Compiling ident_case v1.0.1 |
1740 | 2024-08-03T03:54:19.515Z | Compiling rustls v0.22.4 |
1741 | 2024-08-03T03:54:19.704Z | Compiling darling_core v0.20.9 |
1742 | 2024-08-03T03:54:19.850Z | Checking http v1.1.0 |
1743 | 2024-08-03T03:54:20.659Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1744 | 2024-08-03T03:54:20.752Z | Checking dirs-sys-next v0.1.2 |
1745 | 2024-08-03T03:54:20.936Z | Checking dirs-next v2.0.0 |
1746 | 2024-08-03T03:54:21.076Z | Checking strum v0.26.3 |
1747 | 2024-08-03T03:54:21.221Z | Checking crossbeam-channel v0.5.12 |
1748 | 2024-08-03T03:54:21.249Z | Checking thread_local v1.1.8 |
1749 | 2024-08-03T03:54:21.548Z | Checking term v0.7.0 |
1750 | 2024-08-03T03:54:21.958Z | Compiling multer v3.1.0 |
1751 | 2024-08-03T03:54:21.981Z | Checking take_mut v0.2.2 |
1752 | 2024-08-03T03:54:22.016Z | Checking slog-term v2.9.1 |
1753 | 2024-08-03T03:54:22.126Z | Checking slog-async v2.8.0 |
1754 | 2024-08-03T03:54:22.326Z | Compiling async-stream-impl v0.3.5 |
1755 | 2024-08-03T03:54:22.418Z | Checking match_cfg v0.1.0 |
1756 | 2024-08-03T03:54:22.520Z | Checking rustls-pki-types v1.7.0 |
1757 | 2024-08-03T03:54:22.542Z | Checking hostname v0.3.1 |
1758 | 2024-08-03T03:54:22.675Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1759 | 2024-08-03T03:54:22.733Z | Checking toml v0.8.19 |
1760 | 2024-08-03T03:54:22.940Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0c0bae3c) |
1761 | 2024-08-03T03:54:23.068Z | Checking rustls-webpki v0.102.4 |
1762 | 2024-08-03T03:54:23.501Z | Checking rustls-pemfile v2.1.2 |
1763 | 2024-08-03T03:54:23.754Z | Checking debug-ignore v1.0.5 |
1764 | 2024-08-03T03:54:23.766Z | Checking slog-json v2.6.1 |
1765 | 2024-08-03T03:54:23.770Z | Checking instant v0.1.12 |
1766 | 2024-08-03T03:54:23.890Z | Checking atomic-waker v1.1.2 |
1767 | 2024-08-03T03:54:23.907Z | Checking async-stream v0.3.5 |
1768 | 2024-08-03T03:54:24.016Z | Checking slog-bunyan v2.5.0 |
1769 | 2024-08-03T03:54:24.039Z | Checking waitgroup v0.1.2 |
1770 | 2024-08-03T03:54:24.172Z | Checking serde_path_to_error v0.1.16 |
1771 | 2024-08-03T03:54:24.194Z | Checking hostname v0.4.0 |
1772 | 2024-08-03T03:54:24.327Z | Checking fastrand v2.1.0 |
1773 | 2024-08-03T03:54:24.528Z | Compiling structmeta-derive v0.3.0 |
1774 | 2024-08-03T03:54:24.696Z | Checking tempfile v3.10.1 |
1775 | 2024-08-03T03:54:24.794Z | Checking quick-error v1.2.3 |
1776 | 2024-08-03T03:54:24.947Z | Checking newtype-uuid v1.1.0 |
1777 | 2024-08-03T03:54:25.057Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1778 | 2024-08-03T03:54:25.196Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1779 | 2024-08-03T03:54:25.854Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1780 | 2024-08-03T03:54:26.021Z | Checking macaddr v1.0.1 |
1781 | 2024-08-03T03:54:26.163Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1782 | 2024-08-03T03:54:26.310Z | Checking backoff v0.4.0 |
1783 | 2024-08-03T03:54:26.361Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1784 | 2024-08-03T03:54:26.620Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1785 | 2024-08-03T03:54:26.718Z | Checking wait-timeout v0.2.0 |
1786 | 2024-08-03T03:54:26.777Z | Checking rand_xorshift v0.3.0 |
1787 | 2024-08-03T03:54:26.822Z | Compiling darling_macro v0.20.9 |
1788 | 2024-08-03T03:54:26.899Z | Checking rusty-fork v0.3.0 |
1789 | 2024-08-03T03:54:26.954Z | Compiling structmeta-derive v0.2.0 |
1790 | 2024-08-03T03:54:27.068Z | Checking unarray v0.1.4 |
1791 | 2024-08-03T03:54:27.176Z | Compiling proc-macro-error v1.0.4 |
1792 | 2024-08-03T03:54:27.220Z | Checking proptest v1.4.0 |
1793 | 2024-08-03T03:54:27.440Z | Checking tokio-rustls v0.25.0 |
1794 | 2024-08-03T03:54:27.576Z | Compiling structmeta v0.3.0 |
1795 | 2024-08-03T03:54:27.791Z | Compiling darling v0.20.9 |
1796 | 2024-08-03T03:54:27.839Z | Checking camino-tempfile v1.1.1 |
1797 | 2024-08-03T03:54:27.916Z | Compiling serde_with_macros v3.8.3 |
1798 | 2024-08-03T03:54:28.009Z | Compiling parse-display-derive v0.9.1 |
1799 | 2024-08-03T03:54:28.121Z | Compiling proc-macro-crate v1.3.1 |
1800 | 2024-08-03T03:54:29.239Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1801 | 2024-08-03T03:54:29.675Z | Compiling num_enum_derive v0.5.11 |
1802 | 2024-08-03T03:54:29.977Z | Compiling structmeta v0.2.0 |
1803 | 2024-08-03T03:54:30.435Z | Compiling test-strategy v0.3.1 |
1804 | 2024-08-03T03:54:30.948Z | Checking serde_with v3.8.3 |
1805 | 2024-08-03T03:54:31.827Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1806 | 2024-08-03T03:54:31.967Z | Compiling foreign-types-macros v0.2.3 |
1807 | 2024-08-03T03:54:32.187Z | Checking foreign-types-shared v0.3.1 |
1808 | 2024-08-03T03:54:32.301Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1809 | 2024-08-03T03:54:32.354Z | Checking num_enum v0.5.11 |
1810 | 2024-08-03T03:54:32.677Z | Checking cstr-argument v0.1.2 |
1811 | 2024-08-03T03:54:32.811Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1812 | 2024-08-03T03:54:32.814Z | Checking parse-display v0.9.1 |
1813 | 2024-08-03T03:54:32.860Z | Checking pretty-hex v0.2.1 |
1814 | 2024-08-03T03:54:33.029Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1815 | 2024-08-03T03:54:33.067Z | Checking tabwriter v1.4.0 |
1816 | 2024-08-03T03:54:33.286Z | Checking foreign-types v0.5.0 |
1817 | 2024-08-03T03:54:33.307Z | Checking colored v2.1.0 |
1818 | 2024-08-03T03:54:33.326Z | Checking socket2 v0.4.10 |
1819 | 2024-08-03T03:54:33.403Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1820 | 2024-08-03T03:54:33.607Z | Checking smf v0.2.3 |
1821 | 2024-08-03T03:54:33.725Z | Compiling heapless v0.8.0 |
1822 | 2024-08-03T03:54:33.757Z | Checking termtree v0.4.1 |
1823 | 2024-08-03T03:54:33.851Z | Checking hash32 v0.3.1 |
1824 | 2024-08-03T03:54:33.955Z | Checking predicates-tree v1.0.9 |
1825 | 2024-08-03T03:54:34.032Z | Compiling smoltcp v0.11.0 |
1826 | 2024-08-03T03:54:34.085Z | Compiling crucible-workspace-hack v0.1.0 |
1827 | 2024-08-03T03:54:34.106Z | Checking cobs v0.2.3 |
1828 | 2024-08-03T03:54:34.192Z | Checking embedded-io v0.4.0 |
1829 | 2024-08-03T03:54:34.280Z | Checking sigpipe v0.1.3 |
1830 | 2024-08-03T03:54:34.391Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1831 | 2024-08-03T03:54:34.409Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1832 | 2024-08-03T03:54:34.412Z | Checking postcard v1.0.8 |
1833 | 2024-08-03T03:54:34.614Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1834 | 2024-08-03T03:54:34.617Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1835 | 2024-08-03T03:54:34.786Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1836 | 2024-08-03T03:54:34.812Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1837 | 2024-08-03T03:54:35.032Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1838 | 2024-08-03T03:54:35.126Z | Compiling num-derive v0.4.2 |
1839 | 2024-08-03T03:54:35.411Z | Compiling mockall_derive v0.12.1 |
1840 | 2024-08-03T03:54:35.531Z | Checking fragile v2.0.0 |
1841 | 2024-08-03T03:54:35.792Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1842 | 2024-08-03T03:54:36.103Z | Checking downcast v0.11.0 |
1843 | 2024-08-03T03:54:36.349Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1844 | 2024-08-03T03:54:36.371Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1845 | 2024-08-03T03:54:36.610Z | Checking humantime v2.1.0 |
1846 | 2024-08-03T03:54:36.715Z | Checking newline-converter v0.3.0 |
1847 | 2024-08-03T03:54:36.879Z | Checking expectorate v1.1.0 |
1848 | 2024-08-03T03:54:36.912Z | Checking arc-swap v1.7.1 |
1849 | 2024-08-03T03:54:37.043Z | Checking xattr v1.3.1 |
1850 | 2024-08-03T03:54:37.169Z | Checking filetime v0.2.23 |
1851 | 2024-08-03T03:54:37.231Z | Checking termcolor v1.4.1 |
1852 | 2024-08-03T03:54:37.315Z | Checking slog-scope v4.4.0 |
1853 | 2024-08-03T03:54:37.372Z | Checking tar v0.4.41 |
1854 | 2024-08-03T03:54:37.472Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1855 | 2024-08-03T03:54:37.507Z | Checking slog-stdlog v4.1.1 |
1856 | 2024-08-03T03:54:37.647Z | Compiling derive-where v1.2.7 |
1857 | 2024-08-03T03:54:37.674Z | Checking slog-envlogger v2.2.0 |
1858 | 2024-08-03T03:54:37.904Z | Checking same-file v1.0.6 |
1859 | 2024-08-03T03:54:37.908Z | Checking utf-8 v0.7.6 |
1860 | 2024-08-03T03:54:38.087Z | Checking walkdir v2.5.0 |
1861 | 2024-08-03T03:54:38.109Z | Checking password-hash v0.5.0 |
1862 | 2024-08-03T03:54:38.131Z | Checking blake2 v0.10.6 |
1863 | 2024-08-03T03:54:38.362Z | Checking atty v0.2.14 |
1864 | 2024-08-03T03:54:38.581Z | Checking argon2 v0.5.3 |
1865 | 2024-08-03T03:54:38.603Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1866 | 2024-08-03T03:54:38.990Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1867 | 2024-08-03T03:54:39.012Z | Checking tungstenite v0.21.0 |
1868 | 2024-08-03T03:54:39.207Z | Checking pem v3.0.4 |
1869 | 2024-08-03T03:54:39.480Z | Compiling convert_case v0.4.0 |
1870 | 2024-08-03T03:54:39.922Z | Checking tokio-tungstenite v0.21.0 |
1871 | 2024-08-03T03:54:39.966Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1872 | 2024-08-03T03:54:40.321Z | Checking tungstenite v0.20.1 |
1873 | 2024-08-03T03:54:40.402Z | Checking env_logger v0.9.3 |
1874 | 2024-08-03T03:54:40.481Z | Compiling derive_more v0.99.18 |
1875 | 2024-08-03T03:54:40.845Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1876 | 2024-08-03T03:54:41.210Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1877 | 2024-08-03T03:54:41.233Z | Checking tokio-tungstenite v0.20.1 |
1878 | 2024-08-03T03:54:41.236Z | Compiling bitstruct_derive v0.1.0 |
1879 | 2024-08-03T03:54:41.340Z | Checking ascii v1.1.0 |
1880 | 2024-08-03T03:54:41.728Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1881 | 2024-08-03T03:54:41.752Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1882 | 2024-08-03T03:54:41.769Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1883 | 2024-08-03T03:54:41.896Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1884 | 2024-08-03T03:54:42.058Z | Checking atomicwrites v0.4.3 |
1885 | 2024-08-03T03:54:42.149Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1886 | 2024-08-03T03:54:42.262Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1887 | 2024-08-03T03:54:42.445Z | Checking serde_arrays v0.1.0 |
1888 | 2024-08-03T03:54:42.538Z | Checking erased-serde v0.3.31 |
1889 | 2024-08-03T03:54:42.607Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1890 | 2024-08-03T03:54:42.626Z | Compiling heck v0.3.3 |
1891 | 2024-08-03T03:54:42.646Z | Checking bitstruct v0.1.1 |
1892 | 2024-08-03T03:54:42.757Z | Compiling rayon-core v1.12.1 |
1893 | 2024-08-03T03:54:42.953Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1894 | 2024-08-03T03:54:43.069Z | Checking headers-core v0.2.0 |
1895 | 2024-08-03T03:54:43.090Z | Compiling zone_cfg_derive v0.1.2 |
1896 | 2024-08-03T03:54:43.215Z | Checking base64 v0.13.1 |
1897 | 2024-08-03T03:54:43.411Z | Checking mockall v0.12.1 |
1898 | 2024-08-03T03:54:43.530Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1899 | 2024-08-03T03:54:43.618Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1900 | 2024-08-03T03:54:43.642Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1901 | 2024-08-03T03:54:43.675Z | Checking ron v0.7.1 |
1902 | 2024-08-03T03:54:44.632Z | Checking zone v0.1.8 |
1903 | 2024-08-03T03:54:44.890Z | Checking headers v0.3.9 |
1904 | 2024-08-03T03:54:45.070Z | Checking portpicker v0.1.1 |
1905 | 2024-08-03T03:54:45.211Z | Checking half v2.4.1 |
1906 | 2024-08-03T03:54:45.305Z | Checking ciborium-io v0.2.2 |
1907 | 2024-08-03T03:54:45.440Z | Checking rcgen v0.12.1 |
1908 | 2024-08-03T03:54:45.566Z | Checking subprocess v0.2.9 |
1909 | 2024-08-03T03:54:45.691Z | Checking ciborium-ll v0.2.2 |
1910 | 2024-08-03T03:54:45.974Z | Compiling prettyplease v0.2.20 |
1911 | 2024-08-03T03:54:46.021Z | Checking ciborium v0.2.2 |
1912 | 2024-08-03T03:54:46.054Z | Checking swrite v0.1.0 |
1913 | 2024-08-03T03:54:46.144Z | Compiling home v0.5.9 |
1914 | 2024-08-03T03:54:46.183Z | Compiling semver v0.1.20 |
1915 | 2024-08-03T03:54:46.270Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1916 | 2024-08-03T03:54:46.274Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1917 | 2024-08-03T03:54:46.460Z | Checking linked-hash-map v0.5.6 |
1918 | 2024-08-03T03:54:46.592Z | Compiling rustc_version v0.1.7 |
1919 | 2024-08-03T03:54:46.632Z | Compiling ring v0.16.20 |
1920 | 2024-08-03T03:54:46.792Z | Checking lru-cache v0.1.2 |
1921 | 2024-08-03T03:54:46.851Z | Compiling blake3 v1.5.1 |
1922 | 2024-08-03T03:54:46.979Z | Compiling cancel-safe-futures v0.1.5 |
1923 | 2024-08-03T03:54:47.097Z | Compiling newtype_derive v0.1.6 |
1924 | 2024-08-03T03:54:47.364Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1925 | 2024-08-03T03:54:47.570Z | Checking steno v0.4.1 |
1926 | 2024-08-03T03:54:48.203Z | Checking num-rational v0.4.2 |
1927 | 2024-08-03T03:54:48.330Z | Checking num-complex v0.4.6 |
1928 | 2024-08-03T03:54:48.820Z | Checking float-ord v0.3.2 |
1929 | 2024-08-03T03:54:48.978Z | Checking resolv-conf v0.7.0 |
1930 | 2024-08-03T03:54:49.301Z | Checking num v0.4.3 |
1931 | 2024-08-03T03:54:49.415Z | Compiling slog-dtrace v0.3.0 |
1932 | 2024-08-03T03:54:49.838Z | Checking trust-dns-resolver v0.22.0 |
1933 | 2024-08-03T03:54:49.858Z | Checking libsw v3.3.1 |
1934 | 2024-08-03T03:54:50.334Z | Checking owo-colors v4.0.0 |
1935 | 2024-08-03T03:54:51.317Z | Checking linear-map v1.2.0 |
1936 | 2024-08-03T03:54:51.921Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1937 | 2024-08-03T03:54:52.509Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1938 | 2024-08-03T03:54:52.763Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1939 | 2024-08-03T03:54:52.808Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1940 | 2024-08-03T03:54:53.414Z | Compiling crossbeam-deque v0.8.5 |
1941 | 2024-08-03T03:54:55.484Z | Compiling memmap2 v0.9.4 |
1942 | 2024-08-03T03:54:55.538Z | Compiling spin v0.5.2 |
1943 | 2024-08-03T03:54:55.776Z | Compiling constant_time_eq v0.3.0 |
1944 | 2024-08-03T03:54:55.949Z | Compiling rayon v1.10.0 |
1945 | 2024-08-03T03:54:55.973Z | Compiling arrayref v0.3.7 |
1946 | 2024-08-03T03:54:56.083Z | Compiling arrayvec v0.7.4 |
1947 | 2024-08-03T03:54:56.498Z | Compiling untrusted v0.7.1 |
1948 | 2024-08-03T03:54:56.980Z | Compiling toolchain_find v0.4.0 |
1949 | 2024-08-03T03:54:57.366Z | Compiling topological-sort v0.2.2 |
1950 | 2024-08-03T03:54:57.400Z | Compiling rustfmt-wrapper v0.2.1 |
1951 | 2024-08-03T03:54:57.599Z | Checking display-error-chain v0.2.0 |
1952 | 2024-08-03T03:54:57.659Z | Checking nibble_vec v0.1.0 |
1953 | 2024-08-03T03:54:57.749Z | Checking endian-type v0.1.2 |
1954 | 2024-08-03T03:54:57.866Z | Checking signature v2.2.0 |
1955 | 2024-08-03T03:54:57.974Z | Checking radix_trie v0.2.1 |
1956 | 2024-08-03T03:54:58.033Z | Checking gethostname v0.4.3 |
1957 | 2024-08-03T03:54:58.081Z | Compiling libefi-sys v0.1.0 |
1958 | 2024-08-03T03:54:58.187Z | Compiling bitfield-struct v0.6.1 |
1959 | 2024-08-03T03:54:58.373Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1960 | 2024-08-03T03:54:58.826Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1961 | 2024-08-03T03:54:58.894Z | Checking fxhash v0.2.1 |
1962 | 2024-08-03T03:54:59.083Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1963 | 2024-08-03T03:54:59.140Z | Checking keccak v0.1.5 |
1964 | 2024-08-03T03:54:59.471Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1965 | 2024-08-03T03:54:59.497Z | Checking sha3 v0.10.8 |
1966 | 2024-08-03T03:54:59.671Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1967 | 2024-08-03T03:54:59.764Z | Checking secrecy v0.8.0 |
1968 | 2024-08-03T03:54:59.934Z | Checking maplit v1.0.2 |
1969 | 2024-08-03T03:54:59.975Z | Checking glob v0.3.1 |
1970 | 2024-08-03T03:55:00.053Z | Compiling radium v0.7.0 |
1971 | 2024-08-03T03:55:00.295Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1972 | 2024-08-03T03:55:00.374Z | Checking universal-hash v0.5.1 |
1973 | 2024-08-03T03:55:00.391Z | Compiling curve25519-dalek v4.1.3 |
1974 | 2024-08-03T03:55:00.567Z | Checking opaque-debug v0.3.1 |
1975 | 2024-08-03T03:55:00.591Z | Compiling maybe-uninit v2.0.0 |
1976 | 2024-08-03T03:55:00.659Z | Checking tap v1.0.1 |
1977 | 2024-08-03T03:55:00.724Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1978 | 2024-08-03T03:55:00.824Z | Checking wyz v0.5.1 |
1979 | 2024-08-03T03:55:01.073Z | Compiling omicron-zone-package v0.11.0 |
1980 | 2024-08-03T03:55:01.232Z | Compiling curve25519-dalek-derive v0.1.1 |
1981 | 2024-08-03T03:55:01.273Z | Checking funty v2.0.0 |
1982 | 2024-08-03T03:55:01.273Z | Compiling num-bigint-dig v0.8.4 |
1983 | 2024-08-03T03:55:01.273Z | Checking crc-catalog v2.4.0 |
1984 | 2024-08-03T03:55:01.420Z | Compiling packed_struct v0.10.1 |
1985 | 2024-08-03T03:55:01.462Z | Checking crc v3.2.1 |
1986 | 2024-08-03T03:55:01.933Z | Compiling packed_struct_codegen v0.10.1 |
1987 | 2024-08-03T03:55:01.957Z | Compiling async-recursion v1.1.1 |
1988 | 2024-08-03T03:55:02.181Z | Checking bitvec v1.0.1 |
1989 | 2024-08-03T03:55:02.440Z | Compiling indexmap v1.9.3 |
1990 | 2024-08-03T03:55:02.777Z | Checking nodrop v0.1.14 |
1991 | 2024-08-03T03:55:02.904Z | Checking array-init v0.0.4 |
1992 | 2024-08-03T03:55:03.753Z | Checking smallvec v0.6.14 |
1993 | 2024-08-03T03:55:03.984Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1994 | 2024-08-03T03:55:04.160Z | Checking pkcs1 v0.7.5 |
1995 | 2024-08-03T03:55:04.587Z | Checking aead v0.5.2 |
1996 | 2024-08-03T03:55:04.719Z | Checking bitfield v0.14.0 |
1997 | 2024-08-03T03:55:04.825Z | Checking hashbrown v0.12.3 |
1998 | 2024-08-03T03:55:04.879Z | Compiling parking_lot_core v0.8.6 |
1999 | 2024-08-03T03:55:04.883Z | Checking serde-hex v0.1.0 |
2000 | 2024-08-03T03:55:05.026Z | Checking bzip2 v0.4.4 |
2001 | 2024-08-03T03:55:05.323Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2002 | 2024-08-03T03:55:05.449Z | Checking poly1305 v0.8.0 |
2003 | 2024-08-03T03:55:05.574Z | Checking env_logger v0.10.2 |
2004 | 2024-08-03T03:55:05.950Z | Checking chacha20 v0.9.1 |
2005 | 2024-08-03T03:55:06.022Z | Checking x509-cert v0.2.5 |
2006 | 2024-08-03T03:55:06.075Z | Checking rsa v0.9.6 |
2007 | 2024-08-03T03:55:06.311Z | Checking ron v0.8.1 |
2008 | 2024-08-03T03:55:06.568Z | Checking hashbrown v0.13.2 |
2009 | 2024-08-03T03:55:07.150Z | Compiling thiserror-impl-no-std v2.0.2 |
2010 | 2024-08-03T03:55:07.476Z | Checking crc-any v2.5.0 |
2011 | 2024-08-03T03:55:07.560Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2012 | 2024-08-03T03:55:07.618Z | Checking object v0.30.4 |
2013 | 2024-08-03T03:55:07.829Z | Checking zip v0.6.6 |
2014 | 2024-08-03T03:55:07.857Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2015 | 2024-08-03T03:55:08.016Z | Checking path-slash v0.1.5 |
2016 | 2024-08-03T03:55:08.174Z | Checking parking_lot v0.11.2 |
2017 | 2024-08-03T03:55:08.227Z | Checking chacha20poly1305 v0.10.1 |
2018 | 2024-08-03T03:55:08.415Z | Checking trust-dns-client v0.22.0 |
2019 | 2024-08-03T03:55:08.518Z | Checking toml v0.5.11 |
2020 | 2024-08-03T03:55:08.521Z | Checking sled v0.34.7 |
2021 | 2024-08-03T03:55:08.824Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2022 | 2024-08-03T03:55:08.884Z | Compiling buf-list v1.0.3 |
2023 | 2024-08-03T03:55:09.706Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2024 | 2024-08-03T03:55:10.008Z | Checking trust-dns-server v0.22.1 |
2025 | 2024-08-03T03:55:10.058Z | Compiling unicase v2.7.0 |
2026 | 2024-08-03T03:55:10.077Z | Checking nanorand v0.7.0 |
2027 | 2024-08-03T03:55:10.197Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2028 | 2024-08-03T03:55:10.379Z | Checking thiserror-no-std v2.0.2 |
2029 | 2024-08-03T03:55:10.440Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2030 | 2024-08-03T03:55:10.485Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2031 | 2024-08-03T03:55:10.557Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2032 | 2024-08-03T03:55:10.595Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2033 | 2024-08-03T03:55:11.834Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2034 | 2024-08-03T03:55:12.595Z | Checking vsss-rs v3.3.4 |
2035 | 2024-08-03T03:55:13.708Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2036 | 2024-08-03T03:55:14.739Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2037 | 2024-08-03T03:55:14.906Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2038 | 2024-08-03T03:55:15.230Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2039 | 2024-08-03T03:55:16.396Z | Checking flume v0.11.0 |
2040 | 2024-08-03T03:55:16.927Z | Checking kstat-rs v0.2.4 |
2041 | 2024-08-03T03:55:17.196Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2042 | 2024-08-03T03:55:17.284Z | Compiling vte_generate_state_changes v0.1.1 |
2043 | 2024-08-03T03:55:17.369Z | Compiling mime_guess v2.0.4 |
2044 | 2024-08-03T03:55:17.954Z | Checking vte v0.11.1 |
2045 | 2024-08-03T03:55:18.252Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2046 | 2024-08-03T03:55:18.707Z | Checking fd-lock v4.0.2 |
2047 | 2024-08-03T03:55:18.892Z | Compiling pin-project-internal v1.1.5 |
2048 | 2024-08-03T03:55:19.276Z | Checking strip-ansi-escapes v0.2.0 |
2049 | 2024-08-03T03:55:19.438Z | Checking nu-ansi-term v0.50.0 |
2050 | 2024-08-03T03:55:19.865Z | Checking reedline v0.31.0 |
2051 | 2024-08-03T03:55:20.006Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2052 | 2024-08-03T03:55:20.171Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2053 | 2024-08-03T03:55:20.457Z | Checking http-range v0.1.5 |
2054 | 2024-08-03T03:55:20.653Z | Compiling crunchy v0.2.2 |
2055 | 2024-08-03T03:55:21.235Z | Checking hyper-staticfile v0.9.5 |
2056 | 2024-08-03T03:55:21.673Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2057 | 2024-08-03T03:55:22.147Z | Checking pin-project v1.1.5 |
2058 | 2024-08-03T03:55:22.214Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2059 | 2024-08-03T03:55:22.272Z | Compiling clang-sys v1.7.0 |
2060 | 2024-08-03T03:55:22.734Z | Compiling tiny-keccak v2.0.2 |
2061 | 2024-08-03T03:55:22.973Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2062 | 2024-08-03T03:55:23.030Z | Checking bytecount v0.6.8 |
2063 | 2024-08-03T03:55:23.080Z | Compiling ref-cast v1.0.23 |
2064 | 2024-08-03T03:55:23.191Z | Checking papergrid v0.11.0 |
2065 | 2024-08-03T03:55:23.671Z | Compiling ascii-canvas v3.0.0 |
2066 | 2024-08-03T03:55:23.902Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2067 | 2024-08-03T03:55:24.200Z | Compiling tabled_derive v0.7.0 |
2068 | 2024-08-03T03:55:24.231Z | Compiling ena v0.14.3 |
2069 | 2024-08-03T03:55:24.664Z | Compiling ref-cast-impl v1.0.23 |
2070 | 2024-08-03T03:55:24.685Z | Compiling libloading v0.8.3 |
2071 | 2024-08-03T03:55:25.109Z | Compiling bindgen v0.69.4 |
2072 | 2024-08-03T03:55:25.796Z | Compiling regex-syntax v0.6.29 |
2073 | 2024-08-03T03:55:25.878Z | Compiling diff v0.1.13 |
2074 | 2024-08-03T03:55:25.938Z | Compiling cfg_aliases v0.1.1 |
2075 | 2024-08-03T03:55:26.048Z | Compiling nix v0.28.0 |
2076 | 2024-08-03T03:55:26.744Z | Checking tabled v0.15.0 |
2077 | 2024-08-03T03:55:26.895Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2078 | 2024-08-03T03:55:27.434Z | Compiling which v4.4.2 |
2079 | 2024-08-03T03:55:28.035Z | Compiling cexpr v0.6.0 |
2080 | 2024-08-03T03:55:29.691Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2081 | 2024-08-03T03:55:29.822Z | Checking oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2082 | 2024-08-03T03:55:31.593Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2083 | 2024-08-03T03:55:32.619Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2084 | 2024-08-03T03:55:33.013Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2085 | 2024-08-03T03:55:34.120Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2086 | 2024-08-03T03:55:34.711Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2087 | 2024-08-03T03:55:35.019Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2088 | 2024-08-03T03:55:35.440Z | Compiling lalrpop v0.19.12 |
2089 | 2024-08-03T03:55:36.010Z | Compiling snafu-derive v0.8.2 |
2090 | 2024-08-03T03:55:36.364Z | Compiling rustc-hash v1.1.0 |
2091 | 2024-08-03T03:55:36.535Z | Compiling lazycell v1.3.0 |
2092 | 2024-08-03T03:55:36.722Z | Compiling shlex v1.3.0 |
2093 | 2024-08-03T03:55:38.951Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2094 | 2024-08-03T03:55:39.003Z | Compiling derive_builder_core v0.20.0 |
2095 | 2024-08-03T03:55:39.281Z | Checking globset v0.4.14 |
2096 | 2024-08-03T03:55:39.830Z | Checking olpc-cjson v0.1.3 |
2097 | 2024-08-03T03:55:40.052Z | Checking serde_plain v1.0.2 |
2098 | 2024-08-03T03:55:40.319Z | Compiling libxml v0.3.3 |
2099 | 2024-08-03T03:55:40.572Z | Checking typed-path v0.7.1 |
2100 | 2024-08-03T03:55:41.509Z | Compiling derive_builder_macro v0.20.0 |
2101 | 2024-08-03T03:55:41.761Z | Checking snafu v0.8.2 |
2102 | 2024-08-03T03:55:42.230Z | Compiling peg-macros v0.8.4 |
2103 | 2024-08-03T03:55:42.424Z | Compiling strum_macros v0.24.3 |
2104 | 2024-08-03T03:55:42.492Z | Checking tough v0.17.1 |
2105 | 2024-08-03T03:55:43.343Z | Compiling sqlparser_derive v0.2.2 |
2106 | 2024-08-03T03:55:44.514Z | Compiling cookie v0.18.1 |
2107 | 2024-08-03T03:55:44.844Z | Compiling indoc v1.0.9 |
2108 | 2024-08-03T03:55:45.174Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2109 | 2024-08-03T03:55:45.855Z | Checking parse-size v1.0.0 |
2110 | 2024-08-03T03:55:46.040Z | Checking unicode_categories v0.1.1 |
2111 | 2024-08-03T03:55:46.143Z | Checking peg v0.8.4 |
2112 | 2024-08-03T03:55:46.269Z | Checking rustyline v14.0.0 |
2113 | 2024-08-03T03:55:46.322Z | Checking sqlparser v0.45.0 |
2114 | 2024-08-03T03:55:46.340Z | Checking sqlformat v0.2.4 |
2115 | 2024-08-03T03:55:47.037Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2116 | 2024-08-03T03:55:47.288Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2117 | 2024-08-03T03:55:47.841Z | Checking derive_builder v0.20.0 |
2118 | 2024-08-03T03:55:47.879Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2119 | 2024-08-03T03:55:48.005Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2120 | 2024-08-03T03:55:48.869Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2121 | 2024-08-03T03:55:49.844Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2122 | 2024-08-03T03:55:49.877Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2123 | 2024-08-03T03:55:50.055Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2124 | 2024-08-03T03:55:50.326Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2125 | 2024-08-03T03:55:52.485Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2126 | 2024-08-03T03:55:53.329Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2127 | 2024-08-03T03:55:54.547Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2128 | 2024-08-03T03:55:55.191Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2129 | 2024-08-03T03:55:55.259Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2130 | 2024-08-03T03:55:55.430Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2131 | 2024-08-03T03:55:55.759Z | Checking quick-xml v0.31.0 |
2132 | 2024-08-03T03:55:55.783Z | Checking bcs v0.1.6 |
2133 | 2024-08-03T03:55:56.258Z | Compiling impl-trait-for-tuples v0.2.2 |
2134 | 2024-08-03T03:55:56.419Z | Compiling oso-derive v0.27.3 |
2135 | 2024-08-03T03:55:57.094Z | Compiling memoffset v0.9.1 |
2136 | 2024-08-03T03:55:57.440Z | Checking highway v1.1.0 |
2137 | 2024-08-03T03:55:57.721Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2138 | 2024-08-03T03:55:57.857Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2139 | 2024-08-03T03:55:58.266Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2140 | 2024-08-03T03:55:58.672Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2141 | 2024-08-03T03:55:59.875Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2142 | 2024-08-03T03:56:00.179Z | Checking bb8 v0.8.5 |
2143 | 2024-08-03T03:56:00.270Z | Compiling const_format_proc_macros v0.2.32 |
2144 | 2024-08-03T03:56:00.638Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2145 | 2024-08-03T03:56:01.023Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2146 | 2024-08-03T03:56:01.459Z | Checking nix v0.27.1 |
2147 | 2024-08-03T03:56:02.017Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2148 | 2024-08-03T03:56:02.293Z | Checking serde-big-array v0.5.1 |
2149 | 2024-08-03T03:56:02.531Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2150 | 2024-08-03T03:56:02.555Z | Checking const_format v0.2.32 |
2151 | 2024-08-03T03:56:03.024Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2152 | 2024-08-03T03:56:04.348Z | Checking signal-hook-tokio v0.3.1 |
2153 | 2024-08-03T03:56:04.562Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2154 | 2024-08-03T03:56:04.730Z | Checking heck v0.4.1 |
2155 | 2024-08-03T03:56:04.959Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2156 | 2024-08-03T03:56:05.060Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2157 | 2024-08-03T03:56:05.298Z | Checking assert_matches v1.5.0 |
2158 | 2024-08-03T03:56:05.333Z | Compiling portable-atomic v1.6.0 |
2159 | 2024-08-03T03:56:05.353Z | Checking itertools v0.13.0 |
2160 | 2024-08-03T03:56:05.395Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2161 | 2024-08-03T03:56:07.579Z | Checking rand_seeder v0.2.3 |
2162 | 2024-08-03T03:56:07.815Z | Checking number_prefix v0.4.0 |
2163 | 2024-08-03T03:56:08.015Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2164 | 2024-08-03T03:56:08.018Z | Checking indicatif v0.17.8 |
2165 | 2024-08-03T03:56:08.053Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2166 | 2024-08-03T03:56:08.284Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2167 | 2024-08-03T03:56:08.829Z | Checking is_ci v1.2.0 |
2168 | 2024-08-03T03:56:08.832Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2169 | 2024-08-03T03:56:08.867Z | Checking castaway v0.2.2 |
2170 | 2024-08-03T03:56:08.967Z | Checking supports-color v3.0.0 |
2171 | 2024-08-03T03:56:09.035Z | Checking compact_str v0.7.1 |
2172 | 2024-08-03T03:56:09.155Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2173 | 2024-08-03T03:56:09.203Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2174 | 2024-08-03T03:56:09.450Z | Checking unicode-truncate v1.0.0 |
2175 | 2024-08-03T03:56:09.512Z | Checking lru v0.12.3 |
2176 | 2024-08-03T03:56:09.610Z | Compiling stability v0.2.0 |
2177 | 2024-08-03T03:56:09.676Z | Checking cassowary v0.3.0 |
2178 | 2024-08-03T03:56:09.838Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2179 | 2024-08-03T03:56:09.856Z | Checking smawk v0.3.2 |
2180 | 2024-08-03T03:56:10.068Z | Checking unicode-linebreak v0.1.5 |
2181 | 2024-08-03T03:56:10.100Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2182 | 2024-08-03T03:56:10.448Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2183 | 2024-08-03T03:56:10.481Z | Checking textwrap v0.16.1 |
2184 | 2024-08-03T03:56:10.687Z | Checking ratatui v0.27.0 |
2185 | 2024-08-03T03:56:10.897Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2186 | 2024-08-03T03:56:11.014Z | Checking fatfs v0.3.6 |
2187 | 2024-08-03T03:56:11.568Z | Checking csv-core v0.1.11 |
2188 | 2024-08-03T03:56:11.589Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2189 | 2024-08-03T03:56:11.969Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2190 | 2024-08-03T03:56:12.520Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2191 | 2024-08-03T03:56:12.654Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2192 | 2024-08-03T03:56:13.685Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2193 | 2024-08-03T03:56:13.706Z | Checking shell-words v1.1.0 |
2194 | 2024-08-03T03:56:13.887Z | Checking csv v1.3.0 |
2195 | 2024-08-03T03:56:14.243Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2196 | 2024-08-03T03:56:14.808Z | Checking cargo-platform v0.1.8 |
2197 | 2024-08-03T03:56:15.127Z | Checking rtoolbox v0.0.2 |
2198 | 2024-08-03T03:56:15.341Z | Compiling getrandom v0.1.16 |
2199 | 2024-08-03T03:56:15.665Z | Checking rpassword v7.3.1 |
2200 | 2024-08-03T03:56:15.669Z | Checking cargo_metadata v0.18.1 |
2201 | 2024-08-03T03:56:16.153Z | Checking tui-tree-widget v0.21.0 |
2202 | 2024-08-03T03:56:16.509Z | Checking plotters-backend v0.3.5 |
2203 | 2024-08-03T03:56:16.897Z | Checking plotters-svg v0.3.5 |
2204 | 2024-08-03T03:56:17.335Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2205 | 2024-08-03T03:56:17.368Z | Checking rfc6979 v0.4.0 |
2206 | 2024-08-03T03:56:18.093Z | Checking cast v0.3.0 |
2207 | 2024-08-03T03:56:18.396Z | Checking yansi v0.5.1 |
2208 | 2024-08-03T03:56:18.729Z | Checking pretty_assertions v1.4.0 |
2209 | 2024-08-03T03:56:18.769Z | Checking criterion-plot v0.5.0 |
2210 | 2024-08-03T03:56:18.932Z | Checking ecdsa v0.16.9 |
2211 | 2024-08-03T03:56:19.313Z | Checking rand_core v0.5.1 |
2212 | 2024-08-03T03:56:19.621Z | Checking plotters v0.3.5 |
2213 | 2024-08-03T03:56:19.729Z | Checking primeorder v0.13.6 |
2214 | 2024-08-03T03:56:20.107Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2215 | 2024-08-03T03:56:20.248Z | Checking tinytemplate v1.2.1 |
2216 | 2024-08-03T03:56:20.626Z | Checking anes v0.1.6 |
2217 | 2024-08-03T03:56:20.983Z | Checking option-ext v0.2.0 |
2218 | 2024-08-03T03:56:21.112Z | Checking oorandom v11.1.3 |
2219 | 2024-08-03T03:56:21.282Z | Checking dirs-sys v0.4.1 |
2220 | 2024-08-03T03:56:21.327Z | Checking criterion v0.5.1 |
2221 | 2024-08-03T03:56:21.483Z | Checking rand_chacha v0.2.2 |
2222 | 2024-08-03T03:56:21.826Z | Checking polyval v0.6.2 |
2223 | 2024-08-03T03:56:22.133Z | Checking ed25519 v2.2.3 |
2224 | 2024-08-03T03:56:22.371Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2225 | 2024-08-03T03:56:23.857Z | Checking ctr v0.9.2 |
2226 | 2024-08-03T03:56:23.997Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2227 | 2024-08-03T03:56:24.130Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2228 | 2024-08-03T03:56:24.150Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2229 | 2024-08-03T03:56:24.754Z | Checking aes v0.8.4 |
2230 | 2024-08-03T03:56:25.376Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2231 | 2024-08-03T03:56:25.646Z | Checking blowfish v0.9.1 |
2232 | 2024-08-03T03:56:25.899Z | Checking password-hash v0.4.2 |
2233 | 2024-08-03T03:56:26.329Z | Checking pbkdf2 v0.12.2 |
2234 | 2024-08-03T03:56:26.499Z | Checking hex-literal v0.4.1 |
2235 | 2024-08-03T03:56:26.645Z | Checking bcrypt-pbkdf v0.10.0 |
2236 | 2024-08-03T03:56:26.803Z | Checking pbkdf2 v0.11.0 |
2237 | 2024-08-03T03:56:26.899Z | Checking ed25519-dalek v2.1.1 |
2238 | 2024-08-03T03:56:27.108Z | Checking ghash v0.5.1 |
2239 | 2024-08-03T03:56:27.111Z | Checking rand v0.7.3 |
2240 | 2024-08-03T03:56:27.254Z | Checking dirs v5.0.1 |
2241 | 2024-08-03T03:56:27.290Z | Checking p256 v0.13.2 |
2242 | 2024-08-03T03:56:27.409Z | Checking p521 v0.13.3 |
2243 | 2024-08-03T03:56:27.827Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2244 | 2024-08-03T03:56:28.498Z | Checking cbc v0.1.2 |
2245 | 2024-08-03T03:56:28.686Z | Checking russh-cryptovec v0.7.2 |
2246 | 2024-08-03T03:56:28.717Z | Checking md5 v0.7.0 |
2247 | 2024-08-03T03:56:28.865Z | Compiling doc-comment v0.3.3 |
2248 | 2024-08-03T03:56:28.903Z | Compiling target-lexicon v0.12.16 |
2249 | 2024-08-03T03:56:28.999Z | Checking russh-keys v0.43.0 |
2250 | 2024-08-03T03:56:29.665Z | Checking aes-gcm v0.10.3 |
2251 | 2024-08-03T03:56:29.916Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2252 | 2024-08-03T03:56:30.016Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2253 | 2024-08-03T03:56:30.201Z | Checking http-body v1.0.0 |
2254 | 2024-08-03T03:56:30.428Z | Compiling assert_cmd v2.0.15 |
2255 | 2024-08-03T03:56:30.847Z | Compiling dhcproto-macros v0.1.0 |
2256 | 2024-08-03T03:56:30.892Z | Checking tower-layer v0.3.2 |
2257 | 2024-08-03T03:56:31.177Z | Compiling guppy-workspace-hack v0.1.0 |
2258 | 2024-08-03T03:56:31.523Z | Checking tower v0.4.13 |
2259 | 2024-08-03T03:56:31.683Z | Checking hyper v1.3.1 |
2260 | 2024-08-03T03:56:31.842Z | Checking dhcproto v0.11.0 |
2261 | 2024-08-03T03:56:32.279Z | Checking russh v0.43.0 |
2262 | 2024-08-03T03:56:33.445Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2263 | 2024-08-03T03:56:33.483Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2264 | 2024-08-03T03:56:34.037Z | Checking internet-checksum v0.2.1 |
2265 | 2024-08-03T03:56:34.187Z | Compiling target-spec v3.2.1 |
2266 | 2024-08-03T03:56:35.911Z | Checking cfg-expr v0.16.0 |
2267 | 2024-08-03T03:56:36.269Z | Checking hyper-util v0.1.3 |
2268 | 2024-08-03T03:56:36.516Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2269 | 2024-08-03T03:56:36.778Z | Checking rustls-native-certs v0.7.0 |
2270 | 2024-08-03T03:56:36.938Z | Checking httptest v0.15.5 |
2271 | 2024-08-03T03:56:37.872Z | Checking hyper-rustls v0.26.0 |
2272 | 2024-08-03T03:56:38.620Z | Checking pathdiff v0.2.1 |
2273 | 2024-08-03T03:56:38.793Z | Checking threadpool v1.8.1 |
2274 | 2024-08-03T03:56:39.013Z | Compiling rstest_macros v0.19.0 |
2275 | 2024-08-03T03:56:39.583Z | Checking escape8259 v0.5.2 |
2276 | 2024-08-03T03:56:39.732Z | Checking nested v0.1.1 |
2277 | 2024-08-03T03:56:39.774Z | Checking libtest-mimic v0.7.3 |
2278 | 2024-08-03T03:56:39.959Z | Checking guppy v0.17.7 |
2279 | 2024-08-03T03:56:40.368Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2280 | 2024-08-03T03:56:40.692Z | Checking similar-asserts v1.5.0 |
2281 | 2024-08-03T03:56:40.932Z | Checking fancy-regex v0.13.0 |
2282 | 2024-08-03T03:56:41.216Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2283 | 2024-08-03T03:56:41.682Z | Compiling relative-path v1.9.3 |
2284 | 2024-08-03T03:56:42.115Z | Compiling trybuild v1.0.97 |
2285 | 2024-08-03T03:56:42.684Z | Checking datatest-stable v0.2.9 |
2286 | 2024-08-03T03:56:43.008Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2287 | 2024-08-03T03:56:44.362Z | Checking blake2b_simd v1.0.2 |
2288 | 2024-08-03T03:56:44.615Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2289 | 2024-08-03T03:56:44.940Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2290 | 2024-08-03T03:56:45.226Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2291 | 2024-08-03T03:56:45.262Z | Checking serde_tokenstream v0.2.1 |
2292 | 2024-08-03T03:56:45.536Z | Checking uzers v0.11.3 |
2293 | 2024-08-03T03:56:45.636Z | Checking futures-timer v3.0.3 |
2294 | 2024-08-03T03:56:45.861Z | Checking indent_write v2.2.0 |
2295 | 2024-08-03T03:56:46.017Z | Checking rust-argon2 v2.1.0 |
2296 | 2024-08-03T03:56:46.436Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2297 | 2024-08-03T03:56:51.485Z | Checking rstest v0.19.0 |
2298 | 2024-08-03T03:56:51.712Z | Checking multimap v0.10.0 |
2299 | 2024-08-03T03:56:52.022Z | Checking rand_distr v0.4.3 |
2300 | 2024-08-03T03:56:52.848Z | Checking approx v0.5.1 |
2301 | 2024-08-03T03:56:52.995Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2302 | 2024-08-03T03:56:54.137Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2303 | 2024-08-03T03:56:54.350Z | Checking partial-io v0.5.4 |
2304 | 2024-08-03T03:56:54.747Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2305 | 2024-08-03T03:56:55.045Z | Checking cargo_toml v0.20.4 |
2306 | 2024-08-03T03:56:56.114Z | Checking termios v0.3.3 |
2307 | 2024-08-03T03:56:56.330Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2308 | 2024-08-03T03:56:57.112Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2309 | 2024-08-03T03:56:58.161Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2310 | 2024-08-03T03:56:59.387Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2311 | 2024-08-03T03:57:09.097Z | Compiling samael v0.0.15 |
2312 | 2024-08-03T03:57:13.108Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2313 | 2024-08-03T03:57:48.557Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2314 | 2024-08-03T03:57:50.203Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2315 | 2024-08-03T03:57:57.942Z | Compiling polar-core v0.27.3 |
2316 | 2024-08-03T03:58:07.439Z | Checking oso v0.27.3 |
2317 | 2024-08-03T03:58:39.393Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2318 | 2024-08-03T03:58:39.393Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2319 | 2024-08-03T03:58:39.396Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2320 | 2024-08-03T03:59:58.706Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 11s |
2321 | 2024-08-03T03:59:59.030Z | |
2322 | 2024-08-03T03:59:59.030Z | real 6:16.293567724 |
2323 | 2024-08-03T03:59:59.030Z | user 32:54.373019801 |
2324 | 2024-08-03T03:59:59.030Z | sys 5:35.878107900 |
2325 | 2024-08-03T03:59:59.030Z | trap 0.787843783 |
2326 | 2024-08-03T03:59:59.030Z | tflt 1.790793618 |
2327 | 2024-08-03T03:59:59.030Z | dflt 0.422238450 |
2328 | 2024-08-03T03:59:59.030Z | kflt 0.001030517 |
2329 | 2024-08-03T03:59:59.030Z | lock 52:29.639491681 |
2330 | 2024-08-03T03:59:59.030Z | slp 1:54:47.221074189 |
2331 | 2024-08-03T03:59:59.034Z | lat 1:31.055040161 |
2332 | 2024-08-03T03:59:59.034Z | stop 5:09.774226807 |
2333 | 2024-08-03T03:59:59.034Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2334 | 2024-08-03T03:59:59.034Z | + ptime -m cargo doc --workspace --no-deps |
2335 | 2024-08-03T04:00:00.153Z | warning: output filename collision. |
2336 | 2024-08-03T04:00:00.153Z | 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)`. |
2337 | 2024-08-03T04:00:00.153Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2338 | 2024-08-03T04:00:00.153Z | The targets should have unique names. |
2339 | 2024-08-03T04:00:00.153Z | This is a known bug where multiple crates with the same name use |
2340 | 2024-08-03T04:00:00.153Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2341 | 2024-08-03T04:00:00.452Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2342 | 2024-08-03T04:00:00.506Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2343 | 2024-08-03T04:00:00.522Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2344 | 2024-08-03T04:00:00.554Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2345 | 2024-08-03T04:00:00.586Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2346 | 2024-08-03T04:00:00.610Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2347 | 2024-08-03T04:00:00.611Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2348 | 2024-08-03T04:00:00.821Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2349 | 2024-08-03T04:00:00.855Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2350 | 2024-08-03T04:00:00.871Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2351 | 2024-08-03T04:00:00.906Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2352 | 2024-08-03T04:00:00.916Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2353 | 2024-08-03T04:00:01.075Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2354 | 2024-08-03T04:00:01.140Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2355 | 2024-08-03T04:00:01.157Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2356 | 2024-08-03T04:00:01.343Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2357 | 2024-08-03T04:00:01.609Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2358 | 2024-08-03T04:00:02.488Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2359 | 2024-08-03T04:00:05.461Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2360 | 2024-08-03T04:00:05.722Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2361 | 2024-08-03T04:00:05.805Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2362 | 2024-08-03T04:00:05.888Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2363 | 2024-08-03T04:00:06.150Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2364 | 2024-08-03T04:00:06.223Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2365 | 2024-08-03T04:00:06.494Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2366 | 2024-08-03T04:00:06.828Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2367 | 2024-08-03T04:00:07.377Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2368 | 2024-08-03T04:00:07.494Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2369 | 2024-08-03T04:00:07.562Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2370 | 2024-08-03T04:00:07.863Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2371 | 2024-08-03T04:00:07.923Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2372 | 2024-08-03T04:00:08.246Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2373 | 2024-08-03T04:00:08.263Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2374 | 2024-08-03T04:00:08.655Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2375 | 2024-08-03T04:00:08.977Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2376 | 2024-08-03T04:00:09.188Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2377 | 2024-08-03T04:00:09.314Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2378 | 2024-08-03T04:00:09.334Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2379 | 2024-08-03T04:00:09.373Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2380 | 2024-08-03T04:00:13.376Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2381 | 2024-08-03T04:00:13.963Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2382 | 2024-08-03T04:00:14.045Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2383 | 2024-08-03T04:00:15.308Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2384 | 2024-08-03T04:00:15.446Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2385 | 2024-08-03T04:00:16.268Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2386 | 2024-08-03T04:00:22.544Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2387 | 2024-08-03T04:00:22.588Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2388 | 2024-08-03T04:00:22.588Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2389 | 2024-08-03T04:00:22.588Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2390 | 2024-08-03T04:00:22.654Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2391 | 2024-08-03T04:00:23.981Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2392 | 2024-08-03T04:00:24.594Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2393 | 2024-08-03T04:00:26.597Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2394 | 2024-08-03T04:00:26.616Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2395 | 2024-08-03T04:00:27.563Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2396 | 2024-08-03T04:00:28.330Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2397 | 2024-08-03T04:00:28.438Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2398 | 2024-08-03T04:00:28.441Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2399 | 2024-08-03T04:00:29.026Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2400 | 2024-08-03T04:00:29.066Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2401 | 2024-08-03T04:00:29.501Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2402 | 2024-08-03T04:00:30.079Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2403 | 2024-08-03T04:00:30.848Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2404 | 2024-08-03T04:00:31.839Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2405 | 2024-08-03T04:00:32.035Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2406 | 2024-08-03T04:00:32.086Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2407 | 2024-08-03T04:00:32.127Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2408 | 2024-08-03T04:00:32.431Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2409 | 2024-08-03T04:00:32.539Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2410 | 2024-08-03T04:00:32.674Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2411 | 2024-08-03T04:00:33.003Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2412 | 2024-08-03T04:00:33.349Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2413 | 2024-08-03T04:00:33.538Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2414 | 2024-08-03T04:00:33.954Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2415 | 2024-08-03T04:00:34.438Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2416 | 2024-08-03T04:00:34.496Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2417 | 2024-08-03T04:00:34.843Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2418 | 2024-08-03T04:00:35.810Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2419 | 2024-08-03T04:00:36.790Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2420 | 2024-08-03T04:00:36.951Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2421 | 2024-08-03T04:00:37.195Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2422 | 2024-08-03T04:00:37.270Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2423 | 2024-08-03T04:00:37.526Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2424 | 2024-08-03T04:00:37.975Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2425 | 2024-08-03T04:00:38.288Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2426 | 2024-08-03T04:00:38.464Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2427 | 2024-08-03T04:00:38.579Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2428 | 2024-08-03T04:00:38.640Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2429 | 2024-08-03T04:00:41.065Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2430 | 2024-08-03T04:00:41.572Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2431 | 2024-08-03T04:00:41.616Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2432 | 2024-08-03T04:00:42.973Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2433 | 2024-08-03T04:00:44.041Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2434 | 2024-08-03T04:01:00.958Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2435 | 2024-08-03T04:01:06.840Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2436 | 2024-08-03T04:01:16.225Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2437 | 2024-08-03T04:01:30.649Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2438 | 2024-08-03T04:01:33.133Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2439 | 2024-08-03T04:01:34.285Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2440 | 2024-08-03T04:01:43.943Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2441 | 2024-08-03T04:01:47.846Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2442 | 2024-08-03T04:02:05.065Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2443 | 2024-08-03T04:02:07.346Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2444 | 2024-08-03T04:02:07.393Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2445 | 2024-08-03T04:02:07.846Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2446 | 2024-08-03T04:02:08.785Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2447 | 2024-08-03T04:02:10.445Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2448 | 2024-08-03T04:02:10.807Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2449 | 2024-08-03T04:02:11.045Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2450 | 2024-08-03T04:02:24.009Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2451 | 2024-08-03T04:02:30.145Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2452 | 2024-08-03T04:02:45.143Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2453 | 2024-08-03T04:02:46.512Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2454 | 2024-08-03T04:02:51.298Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2455 | 2024-08-03T04:02:52.257Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2456 | 2024-08-03T04:03:11.852Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2457 | 2024-08-03T04:03:14.709Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2458 | 2024-08-03T04:03:20.648Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2459 | 2024-08-03T04:03:23.965Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2460 | 2024-08-03T04:03:25.408Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2461 | 2024-08-03T04:03:26.654Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2462 | 2024-08-03T04:03:29.818Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2463 | 2024-08-03T04:03:31.410Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2464 | 2024-08-03T04:03:39.660Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2465 | 2024-08-03T04:03:41.072Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2466 | 2024-08-03T04:03:42.737Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2467 | 2024-08-03T04:03:43.809Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2468 | 2024-08-03T04:03:44.751Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2469 | 2024-08-03T04:03:49.227Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2470 | 2024-08-03T04:03:57.455Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2471 | 2024-08-03T04:03:58.308Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2472 | 2024-08-03T04:03:59.506Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2473 | 2024-08-03T04:04:00.538Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2474 | 2024-08-03T04:04:01.935Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2475 | 2024-08-03T04:04:03.969Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2476 | 2024-08-03T04:04:14.500Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2477 | 2024-08-03T04:04:16.208Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2478 | 2024-08-03T04:04:18.812Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2479 | 2024-08-03T04:04:24.149Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2480 | 2024-08-03T04:04:25.228Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2481 | 2024-08-03T04:04:28.492Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2482 | 2024-08-03T04:04:30.468Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2483 | 2024-08-03T04:04:31.236Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2484 | 2024-08-03T04:04:31.579Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2485 | 2024-08-03T04:04:31.762Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2486 | 2024-08-03T04:04:40.841Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2487 | 2024-08-03T04:04:41.701Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2488 | 2024-08-03T04:04:43.660Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2489 | 2024-08-03T04:04:45.495Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2490 | 2024-08-03T04:04:47.907Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2491 | 2024-08-03T04:04:55.387Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2492 | 2024-08-03T04:04:58.526Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2493 | 2024-08-03T04:04:59.951Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2494 | 2024-08-03T04:05:01.675Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2495 | 2024-08-03T04:05:03.294Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2496 | 2024-08-03T04:05:05.931Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2497 | 2024-08-03T04:05:10.643Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2498 | 2024-08-03T04:05:15.026Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2499 | 2024-08-03T04:05:17.048Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2500 | 2024-08-03T04:05:18.208Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2501 | 2024-08-03T04:05:19.762Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2502 | 2024-08-03T04:05:21.131Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2503 | 2024-08-03T04:05:22.551Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2504 | 2024-08-03T04:05:29.411Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2505 | 2024-08-03T04:05:29.663Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2506 | 2024-08-03T04:05:31.645Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2507 | 2024-08-03T04:05:32.572Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2508 | 2024-08-03T04:05:34.407Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2509 | 2024-08-03T04:05:35.192Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2510 | 2024-08-03T04:05:36.714Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2511 | 2024-08-03T04:05:36.791Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2512 | 2024-08-03T04:05:37.972Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2513 | 2024-08-03T04:05:42.344Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2514 | 2024-08-03T04:05:42.974Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2515 | 2024-08-03T04:05:46.131Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2516 | 2024-08-03T04:05:47.008Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2517 | 2024-08-03T04:05:47.145Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2518 | 2024-08-03T04:05:47.322Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2519 | 2024-08-03T04:05:47.477Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2520 | 2024-08-03T04:05:48.987Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2521 | 2024-08-03T04:06:11.509Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 12s |
2522 | 2024-08-03T04:06:11.644Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 110 other files |
2523 | 2024-08-03T04:06:11.700Z | |
2524 | 2024-08-03T04:06:11.700Z | real 6:12.606493941 |
2525 | 2024-08-03T04:06:11.700Z | user 19:24.050006437 |
2526 | 2024-08-03T04:06:11.700Z | sys 27:36.142046557 |
2527 | 2024-08-03T04:06:11.700Z | trap 0.314230635 |
2528 | 2024-08-03T04:06:11.700Z | tflt 0.183304370 |
2529 | 2024-08-03T04:06:11.700Z | dflt 0.175076171 |
2530 | 2024-08-03T04:06:11.700Z | kflt 0.000016218 |
2531 | 2024-08-03T04:06:11.703Z | lock 1:00:11.518098307 |
2532 | 2024-08-03T04:06:11.703Z | slp 1:47:13.644373568 |
2533 | 2024-08-03T04:06:11.703Z | lat 1:03.408243045 |
2534 | 2024-08-03T04:06:11.703Z | stop 51.083674926 |
2535 | 2024-08-03T04:06:11.703Z | process exited: duration 1106127 ms, exit code 0 |
|
2536 | 2024-08-03T04:06:11.709Z | found 0 output files |