|
|
|
1 | 2024-11-06T23:14:03.290Z | job assigned to worker 01JC1W1NNMAQXHQGP6RHNF3FZE (queued for 52 s) |
|
2 | 2024-11-06T23:14:10.866Z | starting task 0: "setup" |
3 | 2024-11-06T23:14:10.877Z | ++ uname -s |
4 | 2024-11-06T23:14:10.880Z | + kern=SunOS |
5 | 2024-11-06T23:14:10.880Z | + case "$kern" in |
6 | 2024-11-06T23:14:10.880Z | + groupadd -g 12345 build |
7 | 2024-11-06T23:14:10.882Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-06T23:14:12.890Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-06T23:14:13.009Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-06T23:14:13.011Z | + home_fs=zfs |
11 | 2024-11-06T23:14:13.011Z | + [[ zfs == autofs ]] |
12 | 2024-11-06T23:14:13.011Z | + mkdir -p /home/build |
13 | 2024-11-06T23:14:13.014Z | + chown build:build /home/build /work |
14 | 2024-11-06T23:14:15.015Z | + chmod 0700 /home/build /work |
15 | 2024-11-06T23:14:15.018Z | process exited: duration 4153 ms, exit code 0 |
|
16 | 2024-11-06T23:14:15.024Z | starting task 1: "rust-toolchain" |
17 | 2024-11-06T23:14:15.029Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-06T23:14:15.029Z | ' 1.82.0 |
19 | 2024-11-06T23:14:15.032Z | + printf ' * toolchain profile = "%s" |
20 | 2024-11-06T23:14:15.032Z | * toolchain channel = "1.82.0" |
21 | 2024-11-06T23:14:15.032Z | * toolchain profile = "default" |
22 | 2024-11-06T23:14:15.032Z | ' default |
23 | 2024-11-06T23:14:15.032Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-06T23:14:15.032Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
25 | 2024-11-06T23:14:15.146Z | info: downloading installer |
26 | 2024-11-06T23:14:16.565Z | info: profile set to 'default' |
27 | 2024-11-06T23:14:16.565Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-06T23:14:16.567Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
29 | 2024-11-06T23:14:16.733Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-06T23:14:16.733Z | info: downloading component 'cargo' |
31 | 2024-11-06T23:14:17.708Z | info: downloading component 'clippy' |
32 | 2024-11-06T23:14:18.078Z | info: downloading component 'rust-docs' |
33 | 2024-11-06T23:14:19.448Z | info: downloading component 'rust-std' |
34 | 2024-11-06T23:14:21.613Z | info: downloading component 'rustc' |
35 | 2024-11-06T23:14:29.389Z | info: downloading component 'rustfmt' |
36 | 2024-11-06T23:14:29.671Z | info: installing component 'cargo' |
37 | 2024-11-06T23:14:30.493Z | info: installing component 'clippy' |
38 | 2024-11-06T23:14:30.883Z | info: installing component 'rust-docs' |
39 | 2024-11-06T23:14:32.575Z | info: installing component 'rust-std' |
40 | 2024-11-06T23:14:34.648Z | info: installing component 'rustc' |
41 | 2024-11-06T23:14:40.512Z | info: installing component 'rustfmt' |
42 | 2024-11-06T23:14:40.848Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
43 | 2024-11-06T23:14:40.848Z | |
44 | 2024-11-06T23:14:41.228Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-06T23:14:41.229Z | |
46 | 2024-11-06T23:14:41.231Z | |
47 | 2024-11-06T23:14:41.231Z | Rust is installed now. Great! |
48 | 2024-11-06T23:14:41.231Z | |
49 | 2024-11-06T23:14:41.231Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-06T23:14:41.231Z | environment variable. This has not been done automatically. |
51 | 2024-11-06T23:14:41.231Z | |
52 | 2024-11-06T23:14:41.231Z | To configure your current shell, you need to source |
53 | 2024-11-06T23:14:41.231Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-06T23:14:41.231Z | |
55 | 2024-11-06T23:14:41.231Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-06T23:14:41.231Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-06T23:14:41.231Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-06T23:14:41.302Z | + rustc --version |
59 | 2024-11-06T23:14:41.367Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-06T23:14:41.370Z | process exited: duration 26342 ms, exit code 0 |
|
61 | 2024-11-06T23:14:41.375Z | starting task 2: "authentication" |
62 | 2024-11-06T23:14:41.395Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-11-06T23:14:41.400Z | starting task 3: "clone repository" |
64 | 2024-11-06T23:14:41.406Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-06T23:14:41.408Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-06T23:14:41.448Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-06T23:14:48.265Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-06T23:14:48.265Z | + git fetch origin 1c1bd7603a37475614e108e723e55453f8816026 |
69 | 2024-11-06T23:14:48.564Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-06T23:14:48.564Z | * branch 1c1bd7603a37475614e108e723e55453f8816026 -> FETCH_HEAD |
71 | 2024-11-06T23:14:48.574Z | + [[ -n manipulate-schema-with-native-client ]] |
72 | 2024-11-06T23:14:48.576Z | ++ git branch --show-current |
73 | 2024-11-06T23:14:48.579Z | + current=main |
74 | 2024-11-06T23:14:48.579Z | + [[ main != manipulate-schema-with-native-client ]] |
75 | 2024-11-06T23:14:48.579Z | + git branch -f manipulate-schema-with-native-client 1c1bd7603a37475614e108e723e55453f8816026 |
76 | 2024-11-06T23:14:48.581Z | + git checkout -f manipulate-schema-with-native-client |
77 | 2024-11-06T23:14:48.665Z | Switched to branch 'manipulate-schema-with-native-client' |
78 | 2024-11-06T23:14:48.667Z | + git reset --hard 1c1bd7603a37475614e108e723e55453f8816026 |
79 | 2024-11-06T23:14:48.747Z | HEAD is now at 1c1bd7603 Merge remote-tracking branch 'origin/main' into manipulate-schema-with-native-client |
80 | 2024-11-06T23:14:48.749Z | process exited: duration 7346 ms, exit code 0 |
|
81 | 2024-11-06T23:14:48.757Z | starting task 4: "build" |
82 | 2024-11-06T23:14:48.762Z | + source ./env.sh |
83 | 2024-11-06T23:14:48.762Z | ++ OLD_SHELL_OPTS=ehxB |
84 | 2024-11-06T23:14:48.762Z | ++ set -o xtrace |
85 | 2024-11-06T23:14:48.765Z | ++++ dirname ./env.sh |
86 | 2024-11-06T23:14:48.767Z | +++ readlink -f . |
87 | 2024-11-06T23:14:48.769Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
88 | 2024-11-06T23:14:48.770Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
89 | 2024-11-06T23:14:48.770Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
90 | 2024-11-06T23:14:48.770Z | ++ 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 |
91 | 2024-11-06T23:14:48.770Z | ++ 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 |
92 | 2024-11-06T23:14:48.770Z | ++ 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 |
93 | 2024-11-06T23:14:48.770Z | ++ 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 |
94 | 2024-11-06T23:14:48.770Z | ++ 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 |
95 | 2024-11-06T23:14:48.770Z | ++ 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 |
96 | 2024-11-06T23:14:48.770Z | ++ case $OLD_SHELL_OPTS in |
97 | 2024-11-06T23:14:48.770Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
98 | 2024-11-06T23:14:48.770Z | + source .github/buildomat/ci-env.sh |
99 | 2024-11-06T23:14:48.770Z | ++ export CARGO_TERM_COLOR=always |
100 | 2024-11-06T23:14:48.770Z | ++ CARGO_TERM_COLOR=always |
101 | 2024-11-06T23:14:48.770Z | + cargo --version |
102 | 2024-11-06T23:14:48.824Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
103 | 2024-11-06T23:14:48.827Z | + rustc --version |
104 | 2024-11-06T23:14:48.885Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
105 | 2024-11-06T23:14:48.889Z | + banner prerequisites |
106 | 2024-11-06T23:14:48.891Z | |
107 | 2024-11-06T23:14:48.891Z | ##### ##### ###### ##### ###### #### # # # #### # |
108 | 2024-11-06T23:14:48.891Z | # # # # # # # # # # # # # # # |
109 | 2024-11-06T23:14:48.891Z | # # # # ##### # # ##### # # # # # #### # |
110 | 2024-11-06T23:14:48.891Z | ##### ##### # ##### # # # # # # # # # |
111 | 2024-11-06T23:14:48.891Z | # # # # # # # # # # # # # # # |
112 | 2024-11-06T23:14:48.892Z | # # # ###### # # ###### ### # #### # #### # |
113 | 2024-11-06T23:14:48.892Z | |
114 | 2024-11-06T23:14:48.894Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
115 | 2024-11-06T23:14:57.514Z | Startup: Refreshing catalog 'helios-dev' ... Done |
116 | 2024-11-06T23:15:01.205Z | Startup: Caching catalogs ... Done |
117 | 2024-11-06T23:15:09.292Z | Planning: Solver setup ... Done (7.376s) |
118 | 2024-11-06T23:15:09.394Z | Planning: Running solver ... Done (0.102s) |
119 | 2024-11-06T23:15:09.480Z | Planning: Finding local manifests ... Done (0.003s) |
120 | 2024-11-06T23:15:09.509Z | Planning: Fetching manifests: 0/5 0% complete |
121 | 2024-11-06T23:15:09.735Z | Planning: Fetching manifests: 5/5 100% complete |
122 | 2024-11-06T23:15:09.835Z | Planning: Package planning ... Done (0.100s) |
123 | 2024-11-06T23:15:09.891Z | Planning: Merging actions ... Done (0.056s) |
124 | 2024-11-06T23:15:10.078Z | Planning: Checking for conflicting actions ... Done (0.187s) |
125 | 2024-11-06T23:15:12.055Z | Planning: Consolidating action changes ... Done (1.977s) |
126 | 2024-11-06T23:15:12.471Z | Planning: Evaluating mediators ... Done (0.415s) |
127 | 2024-11-06T23:15:12.552Z | Planning: Planning completed in 11.26 seconds |
128 | 2024-11-06T23:15:12.586Z | Packages to install: 4 |
129 | 2024-11-06T23:15:12.586Z | Packages to update: 1 |
130 | 2024-11-06T23:15:12.589Z | Mediators to change: 2 |
131 | 2024-11-06T23:15:12.589Z | Services to change: 1 |
132 | 2024-11-06T23:15:12.589Z | Estimated space available: 155.61 GB |
133 | 2024-11-06T23:15:12.589Z | Estimated space to be consumed: 1.59 GB |
134 | 2024-11-06T23:15:12.589Z | Create boot environment: No |
135 | 2024-11-06T23:15:12.589Z | Create backup boot environment: Yes |
136 | 2024-11-06T23:15:12.589Z | Rebuild boot archive: No |
137 | 2024-11-06T23:15:12.589Z | |
138 | 2024-11-06T23:15:12.589Z | Changed mediators: |
139 | 2024-11-06T23:15:12.589Z | mediator clang: |
140 | 2024-11-06T23:15:12.589Z | version: None -> 15 (system default) |
141 | 2024-11-06T23:15:12.589Z | |
142 | 2024-11-06T23:15:12.589Z | mediator llvm: |
143 | 2024-11-06T23:15:12.589Z | version: 14 (system default) -> 15 (system default) |
144 | 2024-11-06T23:15:12.589Z | |
145 | 2024-11-06T23:15:12.589Z | Changed packages: |
146 | 2024-11-06T23:15:12.589Z | helios-dev |
147 | 2024-11-06T23:15:12.589Z | developer/build-essential |
148 | 2024-11-06T23:15:12.589Z | None -> 11-2.0 |
149 | 2024-11-06T23:15:12.589Z | library/libxmlsec1 |
150 | 2024-11-06T23:15:12.589Z | None -> 1.2.35-2.0 |
151 | 2024-11-06T23:15:12.589Z | ooce/developer/clang-15 |
152 | 2024-11-06T23:15:12.589Z | None -> 15.0.7-2.0 |
153 | 2024-11-06T23:15:12.589Z | ooce/developer/llvm-15 |
154 | 2024-11-06T23:15:12.589Z | None -> 15.0.7-2.0 |
155 | 2024-11-06T23:15:12.589Z | package/pkg |
156 | 2024-11-06T23:15:12.589Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
157 | 2024-11-06T23:15:12.590Z | |
158 | 2024-11-06T23:15:12.590Z | Services: |
159 | 2024-11-06T23:15:12.590Z | restart_fmri: |
160 | 2024-11-06T23:15:12.590Z | svc:/system/update-man-index:default |
161 | 2024-11-06T23:15:12.590Z | |
162 | 2024-11-06T23:15:12.590Z | Editable files to change: |
163 | 2024-11-06T23:15:12.591Z | Update: |
164 | 2024-11-06T23:15:12.591Z | usr/share/lib/pkg/web/config.shtml |
165 | 2024-11-06T23:15:12.663Z | |
166 | 2024-11-06T23:15:12.663Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
167 | 2024-11-06T23:15:17.672Z | Download: 704/4281 items 18.1/220.6MB 8% complete (3.7M/s) |
168 | 2024-11-06T23:15:23.528Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (11.1M/s) |
169 | 2024-11-06T23:15:28.599Z | Download: 2217/4281 items 119.1/220.6MB 54% complete (10.0M/s) |
170 | 2024-11-06T23:15:33.601Z | Download: 3096/4281 items 126.1/220.6MB 57% complete (4.2M/s) |
171 | 2024-11-06T23:15:38.863Z | Download: 3277/4281 items 208.9/220.6MB 94% complete (8.9M/s) |
172 | 2024-11-06T23:15:45.471Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (9.8M/s) |
173 | 2024-11-06T23:15:45.575Z | Download: Completed 220.60 MB in 32.91 seconds (6.7M/s) |
174 | 2024-11-06T23:15:47.631Z | Actions: 1/5063 actions (Removing old actions) |
175 | 2024-11-06T23:15:47.650Z | Actions: 194/5063 actions (Installing new actions) |
176 | 2024-11-06T23:15:52.357Z | Actions: 4226/5063 actions (Updating modified actions) |
177 | 2024-11-06T23:15:52.667Z | Actions: Completed 5063 actions in 5.04 seconds. |
178 | 2024-11-06T23:15:53.037Z | Done (0.362s) |
179 | 2024-11-06T23:15:53.040Z | Done (0.000s) |
180 | 2024-11-06T23:15:53.559Z | Done (0.520s) |
181 | 2024-11-06T23:15:57.879Z | Done (4.105s) |
182 | 2024-11-06T23:15:57.967Z | Done (0.017s) |
183 | 2024-11-06T23:15:57.970Z | Done (0.000s) |
184 | 2024-11-06T23:15:58.140Z | Done (0.000s) |
185 | 2024-11-06T23:15:58.821Z | Planning: Evaluating mediator changes ... Done |
186 | 2024-11-06T23:15:58.967Z | Planning: Checking for conflicting actions ... Done |
187 | 2024-11-06T23:15:58.971Z | Planning: Consolidating action changes ... Done |
188 | 2024-11-06T23:15:59.242Z | Planning: Evaluating mediators ... Done |
189 | 2024-11-06T23:15:59.246Z | Planning: Planning completed in 0.44 seconds |
190 | 2024-11-06T23:15:59.289Z | Mediators to change: 2 |
191 | 2024-11-06T23:15:59.290Z | Create boot environment: No |
192 | 2024-11-06T23:15:59.295Z | Create backup boot environment: No |
193 | 2024-11-06T23:15:59.387Z | Done |
194 | 2024-11-06T23:15:59.387Z | Done |
195 | 2024-11-06T23:15:59.748Z | Done |
196 | 2024-11-06T23:16:03.225Z | Done |
197 | 2024-11-06T23:16:03.320Z | Done |
198 | 2024-11-06T23:16:03.322Z | Done |
199 | 2024-11-06T23:16:03.440Z | Done |
200 | 2024-11-06T23:16:04.051Z | Planning: Evaluating mediator changes ... Done |
201 | 2024-11-06T23:16:04.054Z | Planning: Merging actions ... Done |
202 | 2024-11-06T23:16:04.243Z | Planning: Checking for conflicting actions ... Done |
203 | 2024-11-06T23:16:04.245Z | Planning: Consolidating action changes ... Done |
204 | 2024-11-06T23:16:04.511Z | Planning: Evaluating mediators ... Done |
205 | 2024-11-06T23:16:04.566Z | Planning: Planning completed in 0.76 seconds |
206 | 2024-11-06T23:16:04.607Z | Packages to change: 1 |
207 | 2024-11-06T23:16:04.611Z | Mediators to change: 1 |
208 | 2024-11-06T23:16:04.611Z | Services to change: 1 |
209 | 2024-11-06T23:16:04.611Z | Create boot environment: No |
210 | 2024-11-06T23:16:04.611Z | Create backup boot environment: Yes |
211 | 2024-11-06T23:16:06.691Z | Actions: 1/6 actions (Updating modified actions) |
212 | 2024-11-06T23:16:06.694Z | Actions: Completed 6 actions in 0.00 seconds. |
213 | 2024-11-06T23:16:06.694Z | Done |
214 | 2024-11-06T23:16:06.694Z | Done |
215 | 2024-11-06T23:16:06.799Z | Done |
216 | 2024-11-06T23:16:10.420Z | Done |
217 | 2024-11-06T23:16:10.509Z | Done |
218 | 2024-11-06T23:16:10.512Z | Done |
219 | 2024-11-06T23:16:10.633Z | Done |
220 | 2024-11-06T23:16:11.061Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
221 | 2024-11-06T23:16:11.061Z | clang system 15 system |
222 | 2024-11-06T23:16:11.062Z | csh system system illumos |
223 | 2024-11-06T23:16:11.062Z | ctags system system illumos |
224 | 2024-11-06T23:16:11.062Z | gcc vendor 12 vendor |
225 | 2024-11-06T23:16:11.062Z | gcc system 10 system |
226 | 2024-11-06T23:16:11.062Z | gcc system 7 system |
227 | 2024-11-06T23:16:11.062Z | go system 1.20 system |
228 | 2024-11-06T23:16:11.062Z | go system 1.19 system |
229 | 2024-11-06T23:16:11.062Z | llvm system 15 system |
230 | 2024-11-06T23:16:11.062Z | llvm system 14 system |
231 | 2024-11-06T23:16:11.062Z | mariadb system 10.6 system |
232 | 2024-11-06T23:16:11.062Z | mta vendor vendor dma |
233 | 2024-11-06T23:16:11.062Z | openjdk system 17 system |
234 | 2024-11-06T23:16:11.062Z | openjdk system 11 system |
235 | 2024-11-06T23:16:11.062Z | openjdk system 1.8 system |
236 | 2024-11-06T23:16:11.063Z | openssl vendor 3 vendor |
237 | 2024-11-06T23:16:11.063Z | perl system 5.36 system |
238 | 2024-11-06T23:16:11.063Z | postgresql system 15 system |
239 | 2024-11-06T23:16:11.063Z | postgresql system 13 system |
240 | 2024-11-06T23:16:11.063Z | python vendor 3 vendor |
241 | 2024-11-06T23:16:11.063Z | python system 2 system |
242 | 2024-11-06T23:16:11.063Z | python3 system 3.11 system |
243 | 2024-11-06T23:16:11.063Z | ruby system 3.0 system |
244 | 2024-11-06T23:16:11.063Z | words vendor vendor american-english |
245 | 2024-11-06T23:16:11.063Z | words system system australian-english |
246 | 2024-11-06T23:16:11.063Z | words system system british-english |
247 | 2024-11-06T23:16:11.063Z | words system system canadian-english |
248 | 2024-11-06T23:16:11.063Z | words system system french |
249 | 2024-11-06T23:16:11.063Z | words system system italian |
250 | 2024-11-06T23:16:11.063Z | words system system ngerman |
251 | 2024-11-06T23:16:11.063Z | words system system ogerman |
252 | 2024-11-06T23:16:11.063Z | words system system spanish |
253 | 2024-11-06T23:16:11.388Z | PUBLISHER TYPE STATUS P LOCATION |
254 | 2024-11-06T23:16:11.388Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
255 | 2024-11-06T23:16:13.886Z | FMRI IFO |
256 | 2024-11-06T23:16:13.886Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
257 | 2024-11-06T23:16:13.886Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
258 | 2024-11-06T23:16:13.886Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
259 | 2024-11-06T23:16:13.886Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
260 | 2024-11-06T23:16:13.886Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
261 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
262 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
263 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
264 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
265 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
266 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
267 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
268 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
269 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
270 | 2024-11-06T23:16:13.887Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
271 | 2024-11-06T23:16:14.568Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
272 | 2024-11-06T23:16:14.815Z | Updating crates.io index |
273 | 2024-11-06T23:16:14.847Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
274 | 2024-11-06T23:16:15.674Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
275 | 2024-11-06T23:16:15.946Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
276 | 2024-11-06T23:16:16.176Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
277 | 2024-11-06T23:16:16.414Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
278 | 2024-11-06T23:16:17.234Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
279 | 2024-11-06T23:16:19.447Z | Updating git repository `https://github.com/oxidecomputer/opte` |
280 | 2024-11-06T23:16:20.437Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
281 | 2024-11-06T23:16:21.131Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
282 | 2024-11-06T23:16:21.411Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
283 | 2024-11-06T23:16:21.635Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
284 | 2024-11-06T23:16:22.153Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
285 | 2024-11-06T23:16:22.509Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
286 | 2024-11-06T23:16:22.903Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
287 | 2024-11-06T23:16:23.123Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
288 | 2024-11-06T23:16:23.335Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
289 | 2024-11-06T23:16:23.584Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
290 | 2024-11-06T23:16:23.904Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
291 | 2024-11-06T23:16:24.149Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
292 | 2024-11-06T23:16:24.447Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
293 | 2024-11-06T23:16:24.804Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
294 | 2024-11-06T23:16:25.205Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
295 | 2024-11-06T23:16:25.502Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
296 | 2024-11-06T23:16:27.181Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
297 | 2024-11-06T23:16:27.580Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
298 | 2024-11-06T23:16:27.850Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
299 | 2024-11-06T23:16:28.090Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
300 | 2024-11-06T23:16:29.400Z | Downloading crates ... |
301 | 2024-11-06T23:16:29.504Z | Downloaded is_terminal_polyfill v1.70.1 |
302 | 2024-11-06T23:16:29.509Z | Downloaded papergrid v0.11.0 |
303 | 2024-11-06T23:16:29.532Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-11-06T23:16:29.537Z | Downloaded terminal_size v0.4.0 |
305 | 2024-11-06T23:16:29.540Z | Downloaded proc-macro-error-attr v1.0.4 |
306 | 2024-11-06T23:16:29.540Z | Downloaded colorchoice v1.0.2 |
307 | 2024-11-06T23:16:29.543Z | Downloaded equivalent v1.0.1 |
308 | 2024-11-06T23:16:29.545Z | Downloaded byteorder v1.5.0 |
309 | 2024-11-06T23:16:29.545Z | Downloaded scroll v0.12.0 |
310 | 2024-11-06T23:16:29.545Z | Downloaded plain v0.2.3 |
311 | 2024-11-06T23:16:29.547Z | Downloaded pest_generator v2.7.14 |
312 | 2024-11-06T23:16:29.547Z | Downloaded thiserror v1.0.64 |
313 | 2024-11-06T23:16:29.552Z | Downloaded digest v0.10.7 |
314 | 2024-11-06T23:16:29.554Z | Downloaded heck v0.4.1 |
315 | 2024-11-06T23:16:29.556Z | Downloaded anstyle-query v1.1.1 |
316 | 2024-11-06T23:16:29.556Z | Downloaded fnv v1.0.7 |
317 | 2024-11-06T23:16:29.559Z | Downloaded utf8parse v0.2.2 |
318 | 2024-11-06T23:16:29.559Z | Downloaded smawk v0.3.2 |
319 | 2024-11-06T23:16:29.564Z | Downloaded serde_spanned v0.6.8 |
320 | 2024-11-06T23:16:29.566Z | Downloaded cfg-if v1.0.0 |
321 | 2024-11-06T23:16:29.566Z | Downloaded anstyle-parse v0.2.5 |
322 | 2024-11-06T23:16:29.569Z | Downloaded tabled_derive v0.7.0 |
323 | 2024-11-06T23:16:29.569Z | Downloaded clap_derive v4.5.18 |
324 | 2024-11-06T23:16:29.571Z | Downloaded anstyle v1.0.8 |
325 | 2024-11-06T23:16:29.579Z | Downloaded cargo_metadata v0.18.1 |
326 | 2024-11-06T23:16:29.587Z | Downloaded anstream v0.6.15 |
327 | 2024-11-06T23:16:29.595Z | Downloaded bitflags v2.6.0 |
328 | 2024-11-06T23:16:29.595Z | Downloaded pretty-hex v0.4.1 |
329 | 2024-11-06T23:16:29.606Z | Downloaded dtrace-parser v0.2.0 |
330 | 2024-11-06T23:16:29.615Z | Downloaded scroll_derive v0.12.0 |
331 | 2024-11-06T23:16:29.615Z | Downloaded swrite v0.1.0 |
332 | 2024-11-06T23:16:29.623Z | Downloaded ucd-trie v0.1.7 |
333 | 2024-11-06T23:16:29.628Z | Downloaded unicode-linebreak v0.1.5 |
334 | 2024-11-06T23:16:29.633Z | Downloaded usdt-macro v0.5.0 |
335 | 2024-11-06T23:16:29.637Z | Downloaded block-buffer v0.10.4 |
336 | 2024-11-06T23:16:29.640Z | Downloaded crypto-common v0.1.6 |
337 | 2024-11-06T23:16:29.645Z | Downloaded errno v0.3.9 |
338 | 2024-11-06T23:16:29.648Z | Downloaded cpufeatures v0.2.14 |
339 | 2024-11-06T23:16:29.648Z | Downloaded generic-array v0.14.7 |
340 | 2024-11-06T23:16:29.651Z | Downloaded memmap v0.7.0 |
341 | 2024-11-06T23:16:29.651Z | Downloaded itoa v1.0.11 |
342 | 2024-11-06T23:16:29.653Z | Downloaded clap_lex v0.7.2 |
343 | 2024-11-06T23:16:29.653Z | Downloaded cargo-platform v0.1.8 |
344 | 2024-11-06T23:16:29.656Z | Downloaded macaddr v1.0.1 |
345 | 2024-11-06T23:16:29.659Z | Downloaded heck v0.5.0 |
346 | 2024-11-06T23:16:29.659Z | Downloaded autocfg v1.4.0 |
347 | 2024-11-06T23:16:29.661Z | Downloaded strsim v0.11.1 |
348 | 2024-11-06T23:16:29.661Z | Downloaded bytecount v0.6.8 |
349 | 2024-11-06T23:16:29.664Z | Downloaded dof v0.3.0 |
350 | 2024-11-06T23:16:29.680Z | Downloaded thiserror-impl v1.0.64 |
351 | 2024-11-06T23:16:29.682Z | Downloaded thread-id v4.2.2 |
352 | 2024-11-06T23:16:29.686Z | Downloaded toml_datetime v0.6.8 |
353 | 2024-11-06T23:16:29.688Z | Downloaded serde_tokenstream v0.2.2 |
354 | 2024-11-06T23:16:29.690Z | Downloaded version_check v0.9.5 |
355 | 2024-11-06T23:16:29.693Z | Downloaded usdt v0.5.0 |
356 | 2024-11-06T23:16:29.697Z | Downloaded semver v1.0.23 |
357 | 2024-11-06T23:16:29.699Z | Downloaded cargo_toml v0.20.5 |
358 | 2024-11-06T23:16:29.702Z | Downloaded fs-err v2.11.0 |
359 | 2024-11-06T23:16:29.706Z | Downloaded sha2 v0.10.8 |
360 | 2024-11-06T23:16:29.708Z | Downloaded camino-tempfile v1.1.1 |
361 | 2024-11-06T23:16:29.710Z | Downloaded proc-macro-error v1.0.4 |
362 | 2024-11-06T23:16:29.716Z | Downloaded quote v1.0.37 |
363 | 2024-11-06T23:16:29.718Z | Downloaded fastrand v2.1.1 |
364 | 2024-11-06T23:16:29.721Z | Downloaded serde v1.0.210 |
365 | 2024-11-06T23:16:29.731Z | Downloaded zerocopy-derive v0.7.35 |
366 | 2024-11-06T23:16:29.735Z | Downloaded usdt-impl v0.5.0 |
367 | 2024-11-06T23:16:29.737Z | Downloaded memchr v2.7.4 |
368 | 2024-11-06T23:16:29.742Z | Downloaded pest_meta v2.7.14 |
369 | 2024-11-06T23:16:29.745Z | Downloaded anyhow v1.0.92 |
370 | 2024-11-06T23:16:29.749Z | Downloaded typenum v1.17.0 |
371 | 2024-11-06T23:16:29.752Z | Downloaded proc-macro2 v1.0.87 |
372 | 2024-11-06T23:16:29.754Z | Downloaded toml_edit v0.22.22 |
373 | 2024-11-06T23:16:29.775Z | Downloaded unicode-ident v1.0.13 |
374 | 2024-11-06T23:16:29.778Z | Downloaded camino v1.1.9 |
375 | 2024-11-06T23:16:29.784Z | Downloaded textwrap v0.16.1 |
376 | 2024-11-06T23:16:29.788Z | Downloaded serde_derive v1.0.210 |
377 | 2024-11-06T23:16:29.788Z | Downloaded goblin v0.8.2 |
378 | 2024-11-06T23:16:29.791Z | Downloaded toml v0.8.19 |
379 | 2024-11-06T23:16:29.793Z | Downloaded clap v4.5.20 |
380 | 2024-11-06T23:16:29.801Z | Downloaded tempfile v3.13.0 |
381 | 2024-11-06T23:16:29.804Z | Downloaded indexmap v2.6.0 |
382 | 2024-11-06T23:16:29.808Z | Downloaded ryu v1.0.18 |
383 | 2024-11-06T23:16:29.810Z | Downloaded pest_derive v2.7.14 |
384 | 2024-11-06T23:16:29.813Z | Downloaded once_cell v1.20.2 |
385 | 2024-11-06T23:16:29.816Z | Downloaded log v0.4.22 |
386 | 2024-11-06T23:16:29.825Z | Downloaded zerocopy v0.7.35 |
387 | 2024-11-06T23:16:29.854Z | Downloaded pest v2.7.14 |
388 | 2024-11-06T23:16:29.860Z | Downloaded hashbrown v0.15.0 |
389 | 2024-11-06T23:16:29.865Z | Downloaded serde_json v1.0.128 |
390 | 2024-11-06T23:16:29.872Z | Downloaded clap_builder v4.5.20 |
391 | 2024-11-06T23:16:29.879Z | Downloaded winnow v0.6.20 |
392 | 2024-11-06T23:16:29.887Z | Downloaded unicode-width v0.1.14 |
393 | 2024-11-06T23:16:29.893Z | Downloaded syn v1.0.109 |
394 | 2024-11-06T23:16:29.902Z | Downloaded tabled v0.15.0 |
395 | 2024-11-06T23:16:29.918Z | Downloaded syn v2.0.79 |
396 | 2024-11-06T23:16:29.927Z | Downloaded rustix v0.38.37 |
397 | 2024-11-06T23:16:29.980Z | Downloaded libc v0.2.161 |
398 | 2024-11-06T23:16:30.284Z | Compiling proc-macro2 v1.0.87 |
399 | 2024-11-06T23:16:30.284Z | Compiling unicode-ident v1.0.13 |
400 | 2024-11-06T23:16:30.286Z | Compiling version_check v0.9.5 |
401 | 2024-11-06T23:16:30.286Z | Compiling serde v1.0.210 |
402 | 2024-11-06T23:16:30.286Z | Compiling thiserror v1.0.64 |
403 | 2024-11-06T23:16:30.286Z | Compiling memchr v2.7.4 |
404 | 2024-11-06T23:16:30.286Z | Compiling libc v0.2.161 |
405 | 2024-11-06T23:16:30.286Z | Compiling ucd-trie v0.1.7 |
406 | 2024-11-06T23:16:30.540Z | Compiling ryu v1.0.18 |
407 | 2024-11-06T23:16:30.905Z | Compiling itoa v1.0.11 |
408 | 2024-11-06T23:16:30.958Z | Compiling once_cell v1.20.2 |
409 | 2024-11-06T23:16:31.145Z | Compiling byteorder v1.5.0 |
410 | 2024-11-06T23:16:31.292Z | Compiling rustix v0.38.37 |
411 | 2024-11-06T23:16:31.336Z | Compiling serde_json v1.0.128 |
412 | 2024-11-06T23:16:31.701Z | Compiling bitflags v2.6.0 |
413 | 2024-11-06T23:16:31.725Z | Compiling usdt-impl v0.5.0 |
414 | 2024-11-06T23:16:31.942Z | Compiling proc-macro-error-attr v1.0.4 |
415 | 2024-11-06T23:16:31.972Z | Compiling syn v1.0.109 |
416 | 2024-11-06T23:16:32.088Z | Compiling proc-macro-error v1.0.4 |
417 | 2024-11-06T23:16:32.147Z | Compiling hashbrown v0.15.0 |
418 | 2024-11-06T23:16:32.205Z | Compiling log v0.4.22 |
419 | 2024-11-06T23:16:32.273Z | Compiling quote v1.0.37 |
420 | 2024-11-06T23:16:32.370Z | Compiling utf8parse v0.2.2 |
421 | 2024-11-06T23:16:32.548Z | Compiling errno v0.3.9 |
422 | 2024-11-06T23:16:32.596Z | Compiling camino v1.1.9 |
423 | 2024-11-06T23:16:32.639Z | Compiling syn v2.0.79 |
424 | 2024-11-06T23:16:32.819Z | Compiling equivalent v1.0.1 |
425 | 2024-11-06T23:16:32.936Z | Compiling plain v0.2.3 |
426 | 2024-11-06T23:16:33.098Z | Compiling thread-id v4.2.2 |
427 | 2024-11-06T23:16:33.147Z | Compiling anstyle-parse v0.2.5 |
428 | 2024-11-06T23:16:33.274Z | Compiling indexmap v2.6.0 |
429 | 2024-11-06T23:16:33.370Z | Compiling is_terminal_polyfill v1.70.1 |
430 | 2024-11-06T23:16:33.467Z | Compiling unicode-width v0.1.14 |
431 | 2024-11-06T23:16:33.502Z | Compiling semver v1.0.23 |
432 | 2024-11-06T23:16:33.674Z | Compiling autocfg v1.4.0 |
433 | 2024-11-06T23:16:33.881Z | Compiling colorchoice v1.0.2 |
434 | 2024-11-06T23:16:34.009Z | Compiling anstyle-query v1.1.1 |
435 | 2024-11-06T23:16:34.037Z | Compiling pretty-hex v0.4.1 |
436 | 2024-11-06T23:16:34.060Z | Compiling winnow v0.6.20 |
437 | 2024-11-06T23:16:34.175Z | Compiling anstyle v1.0.8 |
438 | 2024-11-06T23:16:34.593Z | Compiling anstream v0.6.15 |
439 | 2024-11-06T23:16:34.620Z | Compiling bytecount v0.6.8 |
440 | 2024-11-06T23:16:34.623Z | Compiling clap_lex v0.7.2 |
441 | 2024-11-06T23:16:34.756Z | Compiling fs-err v2.11.0 |
442 | 2024-11-06T23:16:35.056Z | Compiling terminal_size v0.4.0 |
443 | 2024-11-06T23:16:35.143Z | Compiling anyhow v1.0.92 |
444 | 2024-11-06T23:16:35.252Z | Compiling cfg-if v1.0.0 |
445 | 2024-11-06T23:16:35.276Z | Compiling strsim v0.11.1 |
446 | 2024-11-06T23:16:35.343Z | Compiling fnv v1.0.7 |
447 | 2024-11-06T23:16:35.368Z | Compiling heck v0.4.1 |
448 | 2024-11-06T23:16:35.476Z | Compiling fastrand v2.1.1 |
449 | 2024-11-06T23:16:35.771Z | Compiling heck v0.5.0 |
450 | 2024-11-06T23:16:35.853Z | Compiling tempfile v3.13.0 |
451 | 2024-11-06T23:16:36.207Z | Compiling clap_builder v4.5.20 |
452 | 2024-11-06T23:16:36.298Z | Compiling papergrid v0.11.0 |
453 | 2024-11-06T23:16:36.431Z | Compiling memmap v0.7.0 |
454 | 2024-11-06T23:16:36.558Z | Compiling unicode-linebreak v0.1.5 |
455 | 2024-11-06T23:16:36.687Z | Compiling smawk v0.3.2 |
456 | 2024-11-06T23:16:37.055Z | Compiling textwrap v0.16.1 |
457 | 2024-11-06T23:16:37.375Z | Compiling swrite v0.1.0 |
458 | 2024-11-06T23:16:38.264Z | Compiling tabled_derive v0.7.0 |
459 | 2024-11-06T23:16:39.867Z | Compiling tabled v0.15.0 |
460 | 2024-11-06T23:16:40.669Z | Compiling serde_derive v1.0.210 |
461 | 2024-11-06T23:16:40.669Z | Compiling thiserror-impl v1.0.64 |
462 | 2024-11-06T23:16:40.672Z | Compiling zerocopy-derive v0.7.35 |
463 | 2024-11-06T23:16:40.672Z | Compiling scroll_derive v0.12.0 |
464 | 2024-11-06T23:16:40.903Z | Compiling clap_derive v4.5.18 |
465 | 2024-11-06T23:16:41.990Z | Compiling scroll v0.12.0 |
466 | 2024-11-06T23:16:42.480Z | Compiling goblin v0.8.2 |
467 | 2024-11-06T23:16:42.798Z | Compiling zerocopy v0.7.35 |
468 | 2024-11-06T23:16:43.378Z | Compiling pest v2.7.14 |
469 | 2024-11-06T23:16:44.305Z | Compiling clap v4.5.20 |
470 | 2024-11-06T23:16:45.660Z | Compiling pest_meta v2.7.14 |
471 | 2024-11-06T23:16:46.508Z | Compiling pest_generator v2.7.14 |
472 | 2024-11-06T23:16:48.080Z | Compiling pest_derive v2.7.14 |
473 | 2024-11-06T23:16:48.768Z | Compiling dtrace-parser v0.2.0 |
474 | 2024-11-06T23:16:50.433Z | Compiling serde_spanned v0.6.8 |
475 | 2024-11-06T23:16:50.436Z | Compiling toml_datetime v0.6.8 |
476 | 2024-11-06T23:16:50.436Z | Compiling cargo-platform v0.1.8 |
477 | 2024-11-06T23:16:50.817Z | Compiling serde_tokenstream v0.2.2 |
478 | 2024-11-06T23:16:50.831Z | Compiling macaddr v1.0.1 |
479 | 2024-11-06T23:16:51.035Z | Compiling toml_edit v0.22.22 |
480 | 2024-11-06T23:16:51.109Z | Compiling camino-tempfile v1.1.1 |
481 | 2024-11-06T23:16:51.906Z | Compiling dof v0.3.0 |
482 | 2024-11-06T23:16:51.906Z | Compiling cargo_metadata v0.18.1 |
483 | 2024-11-06T23:16:53.734Z | Compiling usdt-attr-macro v0.5.0 |
484 | 2024-11-06T23:16:53.734Z | Compiling usdt-macro v0.5.0 |
485 | 2024-11-06T23:16:53.752Z | Compiling toml v0.8.19 |
486 | 2024-11-06T23:16:54.586Z | Compiling cargo_toml v0.20.5 |
487 | 2024-11-06T23:16:54.992Z | Compiling usdt v0.5.0 |
488 | 2024-11-06T23:16:58.006Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
489 | 2024-11-06T23:17:01.759Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.39s |
490 | 2024-11-06T23:17:02.020Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
491 | 2024-11-06T23:17:02.524Z | Downloading crates ... |
492 | 2024-11-06T23:17:02.684Z | Downloaded aead v0.5.2 |
493 | 2024-11-06T23:17:02.727Z | Downloaded argon2 v0.5.3 |
494 | 2024-11-06T23:17:02.728Z | Downloaded atomicwrites v0.4.4 |
495 | 2024-11-06T23:17:02.728Z | Downloaded hickory-client v0.24.1 |
496 | 2024-11-06T23:17:02.728Z | Downloaded http-body v0.4.6 |
497 | 2024-11-06T23:17:02.728Z | Downloaded highway v1.2.0 |
498 | 2024-11-06T23:17:02.728Z | Downloaded matches v0.1.10 |
499 | 2024-11-06T23:17:02.728Z | Downloaded instant v0.1.13 |
500 | 2024-11-06T23:17:02.728Z | Downloaded md5 v0.7.0 |
501 | 2024-11-06T23:17:02.728Z | Downloaded assert_matches v1.5.0 |
502 | 2024-11-06T23:17:02.728Z | Downloaded ident_case v1.0.1 |
503 | 2024-11-06T23:17:02.728Z | Downloaded is_ci v1.2.0 |
504 | 2024-11-06T23:17:02.729Z | Downloaded home v0.5.9 |
505 | 2024-11-06T23:17:02.729Z | Downloaded adler2 v2.0.0 |
506 | 2024-11-06T23:17:02.729Z | Downloaded cassowary v0.3.0 |
507 | 2024-11-06T23:17:02.729Z | Downloaded darling_macro v0.20.10 |
508 | 2024-11-06T23:17:02.730Z | Downloaded indent_write v2.2.0 |
509 | 2024-11-06T23:17:02.730Z | Downloaded libefi-sys v0.1.0 |
510 | 2024-11-06T23:17:02.730Z | Downloaded memoffset v0.9.1 |
511 | 2024-11-06T23:17:02.730Z | Downloaded indoc v1.0.9 |
512 | 2024-11-06T23:17:02.730Z | Downloaded hyper-tls v0.6.0 |
513 | 2024-11-06T23:17:02.730Z | Downloaded curve25519-dalek-derive v0.1.1 |
514 | 2024-11-06T23:17:02.730Z | Downloaded bitfield v0.14.0 |
515 | 2024-11-06T23:17:02.730Z | Downloaded nibble_vec v0.1.0 |
516 | 2024-11-06T23:17:02.730Z | Downloaded managed v0.8.0 |
517 | 2024-11-06T23:17:02.731Z | Downloaded lock_api v0.4.12 |
518 | 2024-11-06T23:17:02.731Z | Downloaded crc-catalog v2.4.0 |
519 | 2024-11-06T23:17:02.731Z | Downloaded const_format_proc_macros v0.2.33 |
520 | 2024-11-06T23:17:02.731Z | Downloaded arrayref v0.3.9 |
521 | 2024-11-06T23:17:02.731Z | Downloaded buf-list v1.0.3 |
522 | 2024-11-06T23:17:02.731Z | Downloaded cookie_store v0.21.0 |
523 | 2024-11-06T23:17:02.750Z | Downloaded native-tls v0.2.12 |
524 | 2024-11-06T23:17:02.750Z | Downloaded atty v0.2.14 |
525 | 2024-11-06T23:17:02.750Z | Downloaded mockall_derive v0.13.0 |
526 | 2024-11-06T23:17:02.750Z | Downloaded bzip2 v0.4.4 |
527 | 2024-11-06T23:17:02.750Z | Downloaded mio v1.0.2 |
528 | 2024-11-06T23:17:02.751Z | Downloaded rfc6979 v0.4.0 |
529 | 2024-11-06T23:17:02.751Z | Downloaded http-body v1.0.1 |
530 | 2024-11-06T23:17:02.751Z | Downloaded console v0.15.8 |
531 | 2024-11-06T23:17:02.751Z | Downloaded rustc_version v0.1.7 |
532 | 2024-11-06T23:17:02.751Z | Downloaded atomic-waker v1.1.2 |
533 | 2024-11-06T23:17:02.751Z | Downloaded async-stream v0.3.6 |
534 | 2024-11-06T23:17:02.758Z | Downloaded hostname v0.3.1 |
535 | 2024-11-06T23:17:02.758Z | Downloaded http-body-util v0.1.2 |
536 | 2024-11-06T23:17:02.759Z | Downloaded data-encoding v2.6.0 |
537 | 2024-11-06T23:17:02.759Z | Downloaded async-bb8-diesel v0.2.1 |
538 | 2024-11-06T23:17:02.759Z | Downloaded http-range v0.1.5 |
539 | 2024-11-06T23:17:02.759Z | Downloaded array-init v0.0.4 |
540 | 2024-11-06T23:17:02.759Z | Downloaded aes-gcm v0.10.3 |
541 | 2024-11-06T23:17:02.765Z | Downloaded tinyvec_macros v0.1.1 |
542 | 2024-11-06T23:17:02.765Z | Downloaded libm v0.2.8 |
543 | 2024-11-06T23:17:02.808Z | Downloaded rustls-pki-types v1.9.0 |
544 | 2024-11-06T23:17:02.818Z | Downloaded httpdate v1.0.3 |
545 | 2024-11-06T23:17:02.818Z | Downloaded slab v0.4.9 |
546 | 2024-11-06T23:17:02.818Z | Downloaded lru-cache v0.1.2 |
547 | 2024-11-06T23:17:02.818Z | Downloaded inout v0.1.3 |
548 | 2024-11-06T23:17:02.818Z | Downloaded cobs v0.2.3 |
549 | 2024-11-06T23:17:02.818Z | Downloaded crunchy v0.2.2 |
550 | 2024-11-06T23:17:02.819Z | Downloaded chrono-tz-build v0.4.0 |
551 | 2024-11-06T23:17:02.819Z | Downloaded crucible-workspace-hack v0.1.0 |
552 | 2024-11-06T23:17:02.819Z | Downloaded hmac v0.12.1 |
553 | 2024-11-06T23:17:02.819Z | Downloaded tls_codec_derive v0.4.1 |
554 | 2024-11-06T23:17:02.819Z | Downloaded serde-big-array v0.5.1 |
555 | 2024-11-06T23:17:02.819Z | Downloaded cexpr v0.6.0 |
556 | 2024-11-06T23:17:02.819Z | Downloaded blowfish v0.9.1 |
557 | 2024-11-06T23:17:02.819Z | Downloaded linear-map v1.2.0 |
558 | 2024-11-06T23:17:02.819Z | Downloaded bitfield-struct v0.6.2 |
559 | 2024-11-06T23:17:02.819Z | Downloaded ipnetwork v0.20.0 |
560 | 2024-11-06T23:17:02.819Z | Downloaded signal-hook-tokio v0.3.1 |
561 | 2024-11-06T23:17:02.819Z | Downloaded bit-vec v0.6.3 |
562 | 2024-11-06T23:17:02.819Z | Downloaded newtype_derive v0.1.6 |
563 | 2024-11-06T23:17:02.819Z | Downloaded newline-converter v0.3.0 |
564 | 2024-11-06T23:17:02.819Z | Downloaded cipher v0.4.4 |
565 | 2024-11-06T23:17:02.819Z | Downloaded slog-envlogger v2.2.0 |
566 | 2024-11-06T23:17:02.819Z | Downloaded ciborium-ll v0.2.2 |
567 | 2024-11-06T23:17:02.819Z | Downloaded tap v1.0.1 |
568 | 2024-11-06T23:17:02.819Z | Downloaded mime_guess v2.0.5 |
569 | 2024-11-06T23:17:02.819Z | Downloaded cc v1.1.30 |
570 | 2024-11-06T23:17:02.823Z | Downloaded diesel_table_macro_syntax v0.2.0 |
571 | 2024-11-06T23:17:02.824Z | Downloaded time-core v0.1.2 |
572 | 2024-11-06T23:17:02.824Z | Downloaded take_mut v0.2.2 |
573 | 2024-11-06T23:17:02.824Z | Downloaded structmeta v0.2.0 |
574 | 2024-11-06T23:17:02.824Z | Downloaded zone_cfg_derive v0.1.2 |
575 | 2024-11-06T23:17:02.830Z | Downloaded strip-ansi-escapes v0.2.0 |
576 | 2024-11-06T23:17:02.830Z | Downloaded multimap v0.10.0 |
577 | 2024-11-06T23:17:02.830Z | Downloaded convert_case v0.4.0 |
578 | 2024-11-06T23:17:02.830Z | Downloaded memmap2 v0.9.5 |
579 | 2024-11-06T23:17:02.864Z | Downloaded mockall v0.13.0 |
580 | 2024-11-06T23:17:02.865Z | Downloaded is-terminal v0.4.13 |
581 | 2024-11-06T23:17:02.865Z | Downloaded crc v3.2.1 |
582 | 2024-11-06T23:17:02.873Z | Downloaded cbc v0.1.2 |
583 | 2024-11-06T23:17:02.873Z | Downloaded hickory-resolver v0.24.1 |
584 | 2024-11-06T23:17:02.873Z | Downloaded resolv-conf v0.7.0 |
585 | 2024-11-06T23:17:02.873Z | Downloaded num_threads v0.1.7 |
586 | 2024-11-06T23:17:02.873Z | Downloaded maplit v1.0.2 |
587 | 2024-11-06T23:17:02.873Z | Downloaded bitflags v1.3.2 |
588 | 2024-11-06T23:17:02.873Z | Downloaded rustc-hash v2.0.0 |
589 | 2024-11-06T23:17:02.874Z | Downloaded scheduled-thread-pool v0.2.7 |
590 | 2024-11-06T23:17:02.874Z | Downloaded bcs v0.1.6 |
591 | 2024-11-06T23:17:02.875Z | Downloaded dhcproto-macros v0.1.0 |
592 | 2024-11-06T23:17:02.875Z | Downloaded serde_urlencoded v0.7.1 |
593 | 2024-11-06T23:17:02.875Z | Downloaded enum-as-inner v0.5.1 |
594 | 2024-11-06T23:17:02.875Z | Downloaded diesel-dtrace v0.3.0 |
595 | 2024-11-06T23:17:02.875Z | Downloaded structmeta v0.3.0 |
596 | 2024-11-06T23:17:02.875Z | Downloaded deranged v0.3.11 |
597 | 2024-11-06T23:17:02.875Z | Downloaded which v4.4.2 |
598 | 2024-11-06T23:17:02.902Z | Downloaded sqlformat v0.2.6 |
599 | 2024-11-06T23:17:02.902Z | Downloaded fallible-iterator v0.2.0 |
600 | 2024-11-06T23:17:02.902Z | Downloaded compact_str v0.8.0 |
601 | 2024-11-06T23:17:02.902Z | Downloaded utf-8 v0.7.6 |
602 | 2024-11-06T23:17:02.902Z | Downloaded twox-hash v1.6.3 |
603 | 2024-11-06T23:17:02.903Z | Downloaded multer v3.1.0 |
604 | 2024-11-06T23:17:02.903Z | Downloaded indexmap v1.9.3 |
605 | 2024-11-06T23:17:02.903Z | Downloaded zone v0.3.0 |
606 | 2024-11-06T23:17:02.903Z | Downloaded jobserver v0.1.32 |
607 | 2024-11-06T23:17:02.940Z | Downloaded maybe-uninit v2.0.0 |
608 | 2024-11-06T23:17:02.941Z | Downloaded ciborium v0.2.2 |
609 | 2024-11-06T23:17:02.941Z | Downloaded chacha20 v0.9.1 |
610 | 2024-11-06T23:17:02.941Z | Downloaded iana-time-zone v0.1.61 |
611 | 2024-11-06T23:17:02.941Z | Downloaded num_enum v0.5.11 |
612 | 2024-11-06T23:17:02.941Z | Downloaded num_enum_derive v0.5.11 |
613 | 2024-11-06T23:17:02.941Z | Downloaded hex v0.4.3 |
614 | 2024-11-06T23:17:02.941Z | Downloaded der_derive v0.7.3 |
615 | 2024-11-06T23:17:02.941Z | Downloaded base64ct v1.6.0 |
616 | 2024-11-06T23:17:02.942Z | Downloaded hyper-util v0.1.9 |
617 | 2024-11-06T23:17:03.020Z | Downloaded whoami v1.5.2 |
618 | 2024-11-06T23:17:03.020Z | Downloaded spin v0.9.8 |
619 | 2024-11-06T23:17:03.020Z | Downloaded progenitor-macro v0.8.0 |
620 | 2024-11-06T23:17:03.020Z | Downloaded float-ord v0.3.2 |
621 | 2024-11-06T23:17:03.020Z | Downloaded float-cmp v0.9.0 |
622 | 2024-11-06T23:17:03.020Z | Downloaded heck v0.3.3 |
623 | 2024-11-06T23:17:03.020Z | Downloaded miniz_oxide v0.8.0 |
624 | 2024-11-06T23:17:03.020Z | Downloaded flagset v0.4.6 |
625 | 2024-11-06T23:17:03.021Z | Downloaded typify v0.2.0 |
626 | 2024-11-06T23:17:03.021Z | Downloaded foreign-types-shared v0.3.1 |
627 | 2024-11-06T23:17:03.022Z | Downloaded foreign-types-shared v0.1.1 |
628 | 2024-11-06T23:17:03.023Z | Downloaded foreign-types-macros v0.2.3 |
629 | 2024-11-06T23:17:03.023Z | Downloaded want v0.3.1 |
630 | 2024-11-06T23:17:03.023Z | Downloaded pem v3.0.4 |
631 | 2024-11-06T23:17:03.023Z | Downloaded num-iter v0.1.45 |
632 | 2024-11-06T23:17:03.023Z | Downloaded psl-types v2.0.11 |
633 | 2024-11-06T23:17:03.023Z | Downloaded vsss-rs v3.3.4 |
634 | 2024-11-06T23:17:03.023Z | Downloaded cookie v0.18.1 |
635 | 2024-11-06T23:17:03.024Z | Downloaded path-slash v0.1.5 |
636 | 2024-11-06T23:17:03.024Z | Downloaded structmeta-derive v0.3.0 |
637 | 2024-11-06T23:17:03.024Z | Downloaded string_cache v0.8.7 |
638 | 2024-11-06T23:17:03.024Z | Downloaded crc-any v2.5.0 |
639 | 2024-11-06T23:17:03.024Z | Downloaded headers-core v0.3.0 |
640 | 2024-11-06T23:17:03.024Z | Downloaded parking_lot_core v0.8.6 |
641 | 2024-11-06T23:17:03.024Z | Downloaded parse-size v1.1.0 |
642 | 2024-11-06T23:17:03.024Z | Downloaded openssl-probe v0.1.5 |
643 | 2024-11-06T23:17:03.024Z | Downloaded openssl-macros v0.1.1 |
644 | 2024-11-06T23:17:03.025Z | Downloaded stringprep v0.1.5 |
645 | 2024-11-06T23:17:03.025Z | Downloaded predicates-tree v1.0.11 |
646 | 2024-11-06T23:17:03.025Z | Downloaded percent-encoding v2.3.1 |
647 | 2024-11-06T23:17:03.025Z | Downloaded salsa20 v0.10.2 |
648 | 2024-11-06T23:17:03.025Z | Downloaded diff v0.1.13 |
649 | 2024-11-06T23:17:03.121Z | Downloaded parking_lot_core v0.9.10 |
650 | 2024-11-06T23:17:03.123Z | Downloaded signature v2.2.0 |
651 | 2024-11-06T23:17:03.123Z | Downloaded hyper v0.14.30 |
652 | 2024-11-06T23:17:03.123Z | Downloaded smallvec v0.6.14 |
653 | 2024-11-06T23:17:03.123Z | Downloaded signal-hook-registry v1.4.2 |
654 | 2024-11-06T23:17:03.123Z | Downloaded signal-hook-mio v0.2.4 |
655 | 2024-11-06T23:17:03.124Z | Downloaded ecdsa v0.16.9 |
656 | 2024-11-06T23:17:03.124Z | Downloaded either v1.13.0 |
657 | 2024-11-06T23:17:03.124Z | Downloaded ed25519 v2.2.3 |
658 | 2024-11-06T23:17:03.124Z | Downloaded display-error-chain v0.2.2 |
659 | 2024-11-06T23:17:03.124Z | Downloaded wyz v0.5.1 |
660 | 2024-11-06T23:17:03.124Z | Downloaded tinyvec v1.8.0 |
661 | 2024-11-06T23:17:03.124Z | Downloaded foreign-types v0.5.0 |
662 | 2024-11-06T23:17:03.125Z | Downloaded structmeta-derive v0.2.0 |
663 | 2024-11-06T23:17:03.125Z | Downloaded powerfmt v0.2.0 |
664 | 2024-11-06T23:17:03.125Z | Downloaded tokio-native-tls v0.3.1 |
665 | 2024-11-06T23:17:03.125Z | Downloaded crossbeam-utils v0.8.20 |
666 | 2024-11-06T23:17:03.125Z | Downloaded smallvec v1.13.2 |
667 | 2024-11-06T23:17:03.125Z | Downloaded strum v0.26.3 |
668 | 2024-11-06T23:17:03.125Z | Downloaded darling_core v0.20.10 |
669 | 2024-11-06T23:17:03.126Z | Downloaded dyn-clone v1.0.17 |
670 | 2024-11-06T23:17:03.126Z | Downloaded dsl_auto_type v0.1.2 |
671 | 2024-11-06T23:17:03.126Z | Downloaded postgres-types v0.2.8 |
672 | 2024-11-06T23:17:03.126Z | Downloaded downcast v0.11.0 |
673 | 2024-11-06T23:17:03.126Z | Downloaded progenitor-impl v0.8.0 |
674 | 2024-11-06T23:17:03.126Z | Downloaded tokio-rustls v0.25.0 |
675 | 2024-11-06T23:17:03.126Z | Downloaded rustc_version v0.4.1 |
676 | 2024-11-06T23:17:03.126Z | Downloaded bytes v1.7.2 |
677 | 2024-11-06T23:17:03.126Z | Downloaded rcgen v0.12.1 |
678 | 2024-11-06T23:17:03.126Z | Downloaded schemars v0.8.21 |
679 | 2024-11-06T23:17:03.127Z | Downloaded opaque-debug v0.3.1 |
680 | 2024-11-06T23:17:03.127Z | Downloaded strum_macros v0.24.3 |
681 | 2024-11-06T23:17:03.127Z | Downloaded vergen v8.3.2 |
682 | 2024-11-06T23:17:03.127Z | Downloaded crossterm v0.28.1 |
683 | 2024-11-06T23:17:03.209Z | Downloaded siphasher v0.3.11 |
684 | 2024-11-06T23:17:03.209Z | Downloaded precomputed-hash v0.1.1 |
685 | 2024-11-06T23:17:03.209Z | Downloaded tokio-rustls v0.24.1 |
686 | 2024-11-06T23:17:03.209Z | Downloaded tower-service v0.3.3 |
687 | 2024-11-06T23:17:03.209Z | Downloaded num-conv v0.1.0 |
688 | 2024-11-06T23:17:03.210Z | Downloaded crypto-bigint v0.5.5 |
689 | 2024-11-06T23:17:03.210Z | Downloaded group v0.13.0 |
690 | 2024-11-06T23:17:03.210Z | Downloaded unicode-xid v0.2.6 |
691 | 2024-11-06T23:17:03.210Z | Downloaded unicode-properties v0.1.3 |
692 | 2024-11-06T23:17:03.210Z | Downloaded backtrace v0.3.74 |
693 | 2024-11-06T23:17:03.210Z | Downloaded same-file v1.0.6 |
694 | 2024-11-06T23:17:03.210Z | Downloaded num-integer v0.1.46 |
695 | 2024-11-06T23:17:03.210Z | Downloaded waitgroup v0.1.2 |
696 | 2024-11-06T23:17:03.211Z | Downloaded futures-sink v0.3.31 |
697 | 2024-11-06T23:17:03.211Z | Downloaded dirs-sys-next v0.1.2 |
698 | 2024-11-06T23:17:03.211Z | Downloaded endian-type v0.1.2 |
699 | 2024-11-06T23:17:03.211Z | Downloaded radium v0.7.0 |
700 | 2024-11-06T23:17:03.211Z | Downloaded predicates-core v1.0.8 |
701 | 2024-11-06T23:17:03.211Z | Downloaded rayon-core v1.12.1 |
702 | 2024-11-06T23:17:03.211Z | Downloaded strum_macros v0.26.4 |
703 | 2024-11-06T23:17:03.211Z | Downloaded strum_macros v0.25.3 |
704 | 2024-11-06T23:17:03.211Z | Downloaded nodrop v0.1.14 |
705 | 2024-11-06T23:17:03.211Z | Downloaded ssh-encoding v0.2.0 |
706 | 2024-11-06T23:17:03.212Z | Downloaded slog-async v2.8.0 |
707 | 2024-11-06T23:17:03.212Z | Downloaded shell-words v1.1.0 |
708 | 2024-11-06T23:17:03.212Z | Downloaded derive-where v1.2.7 |
709 | 2024-11-06T23:17:03.212Z | Downloaded normalize-line-endings v0.3.0 |
710 | 2024-11-06T23:17:03.231Z | Downloaded ppv-lite86 v0.2.20 |
711 | 2024-11-06T23:17:03.232Z | Downloaded crossbeam-channel v0.5.13 |
712 | 2024-11-06T23:17:03.232Z | Downloaded rusty-fork v0.3.0 |
713 | 2024-11-06T23:17:03.232Z | Downloaded expectorate v1.1.0 |
714 | 2024-11-06T23:17:03.232Z | Downloaded uuid v1.10.0 |
715 | 2024-11-06T23:17:03.232Z | Downloaded rpassword v7.3.1 |
716 | 2024-11-06T23:17:03.232Z | Downloaded supports-color v3.0.1 |
717 | 2024-11-06T23:17:03.232Z | Downloaded minimal-lexical v0.2.1 |
718 | 2024-11-06T23:17:03.232Z | Downloaded subtle v2.6.1 |
719 | 2024-11-06T23:17:03.232Z | Downloaded diesel_derives v2.2.3 |
720 | 2024-11-06T23:17:03.233Z | Downloaded olpc-cjson v0.1.4 |
721 | 2024-11-06T23:17:03.233Z | Downloaded xattr v1.3.1 |
722 | 2024-11-06T23:17:03.233Z | Downloaded thread_local v1.1.8 |
723 | 2024-11-06T23:17:03.233Z | Downloaded hash32 v0.3.1 |
724 | 2024-11-06T23:17:03.233Z | Downloaded hash32 v0.2.1 |
725 | 2024-11-06T23:17:03.233Z | Downloaded env_filter v0.1.2 |
726 | 2024-11-06T23:17:03.233Z | Downloaded globset v0.4.15 |
727 | 2024-11-06T23:17:03.233Z | Downloaded toml v0.7.8 |
728 | 2024-11-06T23:17:03.233Z | Downloaded pkg-config v0.3.31 |
729 | 2024-11-06T23:17:03.233Z | Downloaded typify-macro v0.2.0 |
730 | 2024-11-06T23:17:03.234Z | Downloaded aes v0.8.4 |
731 | 2024-11-06T23:17:03.234Z | Downloaded tungstenite v0.23.0 |
732 | 2024-11-06T23:17:03.234Z | Downloaded futures-channel v0.3.31 |
733 | 2024-11-06T23:17:03.234Z | Downloaded fxhash v0.2.1 |
734 | 2024-11-06T23:17:03.234Z | Downloaded yasna v0.5.2 |
735 | 2024-11-06T23:17:03.234Z | Downloaded tokio-tungstenite v0.21.0 |
736 | 2024-11-06T23:17:03.234Z | Downloaded parse-display-derive v0.10.0 |
737 | 2024-11-06T23:17:03.234Z | Downloaded enum-as-inner v0.6.1 |
738 | 2024-11-06T23:17:03.234Z | Downloaded scopeguard v1.2.0 |
739 | 2024-11-06T23:17:03.234Z | Downloaded dropshot_endpoint v0.12.0 |
740 | 2024-11-06T23:17:03.234Z | Downloaded russh-cryptovec v0.7.3 |
741 | 2024-11-06T23:17:03.276Z | Downloaded quick-error v1.2.3 |
742 | 2024-11-06T23:17:03.276Z | Downloaded sqlparser_derive v0.2.2 |
743 | 2024-11-06T23:17:03.276Z | Downloaded r2d2 v0.8.10 |
744 | 2024-11-06T23:17:03.277Z | Downloaded parse-display v0.10.0 |
745 | 2024-11-06T23:17:03.277Z | Downloaded packed_struct_codegen v0.10.1 |
746 | 2024-11-06T23:17:03.277Z | Downloaded omicron-zone-package v0.11.1 |
747 | 2024-11-06T23:17:03.277Z | Downloaded walkdir v2.5.0 |
748 | 2024-11-06T23:17:03.277Z | Downloaded schemars_derive v0.8.21 |
749 | 2024-11-06T23:17:03.278Z | Downloaded zeroize_derive v1.4.2 |
750 | 2024-11-06T23:17:03.278Z | Downloaded wait-timeout v0.2.0 |
751 | 2024-11-06T23:17:03.278Z | Downloaded scrypt v0.11.0 |
752 | 2024-11-06T23:17:03.278Z | Downloaded termtree v0.4.1 |
753 | 2024-11-06T23:17:03.278Z | Downloaded peg-runtime v0.8.3 |
754 | 2024-11-06T23:17:03.278Z | Downloaded futures-task v0.3.31 |
755 | 2024-11-06T23:17:03.280Z | Downloaded gethostname v0.5.0 |
756 | 2024-11-06T23:17:03.302Z | Downloaded derive_builder_macro v0.20.2 |
757 | 2024-11-06T23:17:03.302Z | Downloaded sync_wrapper v1.0.1 |
758 | 2024-11-06T23:17:03.302Z | Downloaded thiserror-no-std v2.0.2 |
759 | 2024-11-06T23:17:03.302Z | Downloaded unarray v0.1.4 |
760 | 2024-11-06T23:17:03.303Z | Downloaded zeroize v1.8.1 |
761 | 2024-11-06T23:17:03.303Z | Downloaded xz2 v0.1.7 |
762 | 2024-11-06T23:17:03.303Z | Downloaded toolchain_find v0.4.0 |
763 | 2024-11-06T23:17:03.303Z | Downloaded pin-project-lite v0.2.14 |
764 | 2024-11-06T23:17:03.304Z | Downloaded num-complex v0.4.6 |
765 | 2024-11-06T23:17:03.304Z | Downloaded termios v0.3.3 |
766 | 2024-11-06T23:17:03.304Z | Downloaded pin-utils v0.1.0 |
767 | 2024-11-06T23:17:03.304Z | Downloaded serde_derive_internals v0.29.1 |
768 | 2024-11-06T23:17:03.304Z | Downloaded x509-cert v0.2.5 |
769 | 2024-11-06T23:17:03.304Z | Downloaded oso-derive v0.27.3 |
770 | 2024-11-06T23:17:03.304Z | Downloaded ed25519-dalek v2.1.1 |
771 | 2024-11-06T23:17:03.304Z | Downloaded termcolor v1.4.1 |
772 | 2024-11-06T23:17:03.304Z | Downloaded nu-ansi-term v0.50.1 |
773 | 2024-11-06T23:17:03.328Z | Downloaded phf_codegen v0.11.2 |
774 | 2024-11-06T23:17:03.328Z | Downloaded paste v1.0.15 |
775 | 2024-11-06T23:17:03.328Z | Downloaded num v0.4.3 |
776 | 2024-11-06T23:17:03.328Z | Downloaded phf v0.11.2 |
777 | 2024-11-06T23:17:03.328Z | Downloaded tracing-core v0.1.32 |
778 | 2024-11-06T23:17:03.329Z | Downloaded sct v0.7.1 |
779 | 2024-11-06T23:17:03.329Z | Downloaded subprocess v0.2.9 |
780 | 2024-11-06T23:17:03.329Z | Downloaded quinn v0.11.5 |
781 | 2024-11-06T23:17:03.346Z | Downloaded try-lock v0.2.5 |
782 | 2024-11-06T23:17:03.346Z | Downloaded serde_path_to_error v0.1.16 |
783 | 2024-11-06T23:17:03.346Z | Downloaded rustfmt-wrapper v0.2.1 |
784 | 2024-11-06T23:17:03.346Z | Downloaded itertools v0.12.1 |
785 | 2024-11-06T23:17:03.347Z | Downloaded defmt v0.3.8 |
786 | 2024-11-06T23:17:03.347Z | Downloaded futures-macro v0.3.31 |
787 | 2024-11-06T23:17:03.347Z | Downloaded foldhash v0.1.3 |
788 | 2024-11-06T23:17:03.347Z | Downloaded rand_seeder v0.3.0 |
789 | 2024-11-06T23:17:03.347Z | Downloaded futures v0.3.31 |
790 | 2024-11-06T23:17:03.364Z | Downloaded term v0.7.0 |
791 | 2024-11-06T23:17:03.365Z | Downloaded des v0.8.1 |
792 | 2024-11-06T23:17:03.365Z | Downloaded slog-json v2.6.1 |
793 | 2024-11-06T23:17:03.365Z | Downloaded fallible-streaming-iterator v0.1.9 |
794 | 2024-11-06T23:17:03.365Z | Downloaded tokio-rustls v0.26.0 |
795 | 2024-11-06T23:17:03.365Z | Downloaded pin-project-internal v1.1.6 |
796 | 2024-11-06T23:17:03.365Z | Downloaded vte v0.11.1 |
797 | 2024-11-06T23:17:03.377Z | Downloaded zone_cfg_derive v0.3.0 |
798 | 2024-11-06T23:17:03.377Z | Downloaded sigpipe v0.1.3 |
799 | 2024-11-06T23:17:03.377Z | Downloaded debug-ignore v1.0.5 |
800 | 2024-11-06T23:17:03.378Z | Downloaded hashlink v0.9.1 |
801 | 2024-11-06T23:17:03.378Z | Downloaded rustls-pemfile v2.2.0 |
802 | 2024-11-06T23:17:03.378Z | Downloaded filetime v0.2.25 |
803 | 2024-11-06T23:17:03.378Z | Downloaded serde_repr v0.1.19 |
804 | 2024-11-06T23:17:03.378Z | Downloaded serde_plain v1.0.2 |
805 | 2024-11-06T23:17:03.379Z | Downloaded static_assertions v1.1.0 |
806 | 2024-11-06T23:17:03.400Z | Downloaded unicode_categories v0.1.1 |
807 | 2024-11-06T23:17:03.401Z | Downloaded hyper v1.4.1 |
808 | 2024-11-06T23:17:03.401Z | Downloaded fragile v2.0.0 |
809 | 2024-11-06T23:17:03.401Z | Downloaded foreign-types v0.3.2 |
810 | 2024-11-06T23:17:03.401Z | Downloaded hex-literal v0.4.1 |
811 | 2024-11-06T23:17:03.401Z | Downloaded tracing-attributes v0.1.27 |
812 | 2024-11-06T23:17:03.412Z | Downloaded flate2 v1.0.34 |
813 | 2024-11-06T23:17:03.413Z | Downloaded embedded-io v0.6.1 |
814 | 2024-11-06T23:17:03.413Z | Downloaded derive_builder_core v0.20.2 |
815 | 2024-11-06T23:17:03.413Z | Downloaded samael v0.0.17 |
816 | 2024-11-06T23:17:03.413Z | Downloaded owo-colors v4.1.0 |
817 | 2024-11-06T23:17:03.413Z | Downloaded derive_more v0.99.18 |
818 | 2024-11-06T23:17:03.420Z | Downloaded progenitor-client v0.8.0 |
819 | 2024-11-06T23:17:03.420Z | Downloaded stable_deref_trait v1.2.0 |
820 | 2024-11-06T23:17:03.420Z | Downloaded primeorder v0.13.6 |
821 | 2024-11-06T23:17:03.420Z | Downloaded ref-cast-impl v1.0.23 |
822 | 2024-11-06T23:17:03.420Z | Downloaded polyval v0.6.2 |
823 | 2024-11-06T23:17:03.421Z | Downloaded spin v0.5.2 |
824 | 2024-11-06T23:17:03.421Z | Downloaded proc-macro-crate v1.3.1 |
825 | 2024-11-06T23:17:03.425Z | Downloaded itertools v0.13.0 |
826 | 2024-11-06T23:17:03.432Z | Downloaded zone v0.1.8 |
827 | 2024-11-06T23:17:03.432Z | Downloaded fatfs v0.3.6 |
828 | 2024-11-06T23:17:03.442Z | Downloaded untrusted v0.9.0 |
829 | 2024-11-06T23:17:03.442Z | Downloaded embedded-io v0.4.0 |
830 | 2024-11-06T23:17:03.447Z | Downloaded phf_generator v0.11.2 |
831 | 2024-11-06T23:17:03.447Z | Downloaded ref-cast v1.0.23 |
832 | 2024-11-06T23:17:03.447Z | Downloaded russh-keys v0.45.0 |
833 | 2024-11-06T23:17:03.447Z | Downloaded phf_shared v0.11.2 |
834 | 2024-11-06T23:17:03.448Z | Downloaded shlex v1.3.0 |
835 | 2024-11-06T23:17:03.448Z | Downloaded unicode-segmentation v1.12.0 |
836 | 2024-11-06T23:17:03.455Z | Downloaded futures-io v0.3.31 |
837 | 2024-11-06T23:17:03.455Z | Downloaded value-bag v1.9.0 |
838 | 2024-11-06T23:17:03.456Z | Downloaded rustyline v14.0.0 |
839 | 2024-11-06T23:17:03.466Z | Downloaded ena v0.14.3 |
840 | 2024-11-06T23:17:03.466Z | Downloaded untrusted v0.7.1 |
841 | 2024-11-06T23:17:03.466Z | Downloaded simd-adler32 v0.3.7 |
842 | 2024-11-06T23:17:03.476Z | Downloaded futures-executor v0.3.31 |
843 | 2024-11-06T23:17:03.478Z | Downloaded zip v0.6.6 |
844 | 2024-11-06T23:17:03.479Z | Downloaded universal-hash v0.5.1 |
845 | 2024-11-06T23:17:03.500Z | Downloaded socket2 v0.5.7 |
846 | 2024-11-06T23:17:03.501Z | Downloaded tar v0.4.42 |
847 | 2024-11-06T23:17:03.501Z | Downloaded tokio-tungstenite v0.24.0 |
848 | 2024-11-06T23:17:03.501Z | Downloaded tui-tree-widget v0.22.0 |
849 | 2024-11-06T23:17:03.501Z | Downloaded thiserror-impl-no-std v2.0.2 |
850 | 2024-11-06T23:17:03.502Z | Downloaded slog-bunyan v2.5.0 |
851 | 2024-11-06T23:17:03.502Z | Downloaded futures-core v0.3.31 |
852 | 2024-11-06T23:17:03.502Z | Downloaded env_logger v0.10.2 |
853 | 2024-11-06T23:17:03.511Z | Downloaded fixedbitset v0.4.2 |
854 | 2024-11-06T23:17:03.511Z | Downloaded ff v0.13.0 |
855 | 2024-11-06T23:17:03.512Z | Downloaded ron v0.7.1 |
856 | 2024-11-06T23:17:03.512Z | Downloaded dhcproto v0.12.0 |
857 | 2024-11-06T23:17:03.512Z | Downloaded futures-util v0.3.31 |
858 | 2024-11-06T23:17:03.522Z | Downloaded unicase v2.7.0 |
859 | 2024-11-06T23:17:03.522Z | Downloaded quinn-udp v0.5.5 |
860 | 2024-11-06T23:17:03.522Z | Downloaded password-hash v0.5.0 |
861 | 2024-11-06T23:17:03.523Z | Downloaded oso v0.27.3 |
862 | 2024-11-06T23:17:03.537Z | Downloaded env_logger v0.11.5 |
863 | 2024-11-06T23:17:03.538Z | Downloaded p256 v0.13.2 |
864 | 2024-11-06T23:17:03.538Z | Downloaded progenitor v0.8.0 |
865 | 2024-11-06T23:17:03.538Z | Downloaded openssl-sys v0.9.103 |
866 | 2024-11-06T23:17:03.551Z | Downloaded password-hash v0.4.2 |
867 | 2024-11-06T23:17:03.551Z | Downloaded parse-zoneinfo v0.3.1 |
868 | 2024-11-06T23:17:03.551Z | Downloaded rustls-webpki v0.101.7 |
869 | 2024-11-06T23:17:03.563Z | Downloaded getrandom v0.2.15 |
870 | 2024-11-06T23:17:03.563Z | Downloaded time v0.3.36 |
871 | 2024-11-06T23:17:03.574Z | Downloaded pkcs1 v0.7.5 |
872 | 2024-11-06T23:17:03.574Z | Downloaded zopfli v0.8.1 |
873 | 2024-11-06T23:17:03.574Z | Downloaded tokio-util v0.7.12 |
874 | 2024-11-06T23:17:03.585Z | Downloaded heapless v0.8.0 |
875 | 2024-11-06T23:17:03.586Z | Downloaded tokio-tungstenite v0.23.1 |
876 | 2024-11-06T23:17:03.610Z | Downloaded tokio-stream v0.1.16 |
877 | 2024-11-06T23:17:03.610Z | Downloaded pin-project v1.1.6 |
878 | 2024-11-06T23:17:03.621Z | Downloaded similar v2.6.0 |
879 | 2024-11-06T23:17:03.622Z | Downloaded blake3 v1.5.4 |
880 | 2024-11-06T23:17:03.622Z | Downloaded slog v2.7.0 |
881 | 2024-11-06T23:17:03.622Z | Downloaded proptest v1.5.0 |
882 | 2024-11-06T23:17:03.630Z | Downloaded publicsuffix v2.2.3 |
883 | 2024-11-06T23:17:03.647Z | Downloaded url v2.5.2 |
884 | 2024-11-06T23:17:03.647Z | Downloaded lalrpop v0.19.12 |
885 | 2024-11-06T23:17:03.655Z | Downloaded toml_edit v0.19.15 |
886 | 2024-11-06T23:17:03.675Z | Downloaded tungstenite v0.21.0 |
887 | 2024-11-06T23:17:03.696Z | Downloaded der v0.7.9 |
888 | 2024-11-06T23:17:03.696Z | Downloaded portable-atomic v1.9.0 |
889 | 2024-11-06T23:17:03.697Z | Downloaded ssh-key v0.6.6 |
890 | 2024-11-06T23:17:03.704Z | Downloaded p521 v0.13.3 |
891 | 2024-11-06T23:17:03.705Z | Downloaded steno v0.4.1 |
892 | 2024-11-06T23:17:03.705Z | Downloaded radix_trie v0.2.1 |
893 | 2024-11-06T23:17:03.705Z | Downloaded idna v0.5.0 |
894 | 2024-11-06T23:17:03.717Z | Downloaded hickory-proto v0.24.1 |
895 | 2024-11-06T23:17:03.728Z | Downloaded russh v0.45.0 |
896 | 2024-11-06T23:17:03.750Z | Downloaded idna v0.2.3 |
897 | 2024-11-06T23:17:03.770Z | Downloaded bitvec v1.0.1 |
898 | 2024-11-06T23:17:03.770Z | Downloaded hashbrown v0.14.5 |
899 | 2024-11-06T23:17:03.770Z | Downloaded salty v0.3.0 |
900 | 2024-11-06T23:17:03.779Z | Downloaded nix v0.28.0 |
901 | 2024-11-06T23:17:03.789Z | Downloaded rustls-webpki v0.102.8 |
902 | 2024-11-06T23:17:03.807Z | Downloaded quick-xml v0.33.0 |
903 | 2024-11-06T23:17:03.818Z | Downloaded object v0.30.4 |
904 | 2024-11-06T23:17:03.830Z | Downloaded sqlparser v0.45.0 |
905 | 2024-11-06T23:17:03.830Z | Downloaded quinn-proto v0.11.8 |
906 | 2024-11-06T23:17:03.840Z | Downloaded webpki-roots v0.26.6 |
907 | 2024-11-06T23:17:03.841Z | Downloaded object v0.36.5 |
908 | 2024-11-06T23:17:03.880Z | Downloaded p384 v0.13.0 |
909 | 2024-11-06T23:17:03.900Z | Downloaded dropshot v0.12.0 |
910 | 2024-11-06T23:17:03.900Z | Downloaded regex v1.11.0 |
911 | 2024-11-06T23:17:03.911Z | Downloaded openssl v0.10.66 |
912 | 2024-11-06T23:17:03.911Z | Downloaded vcpkg v0.2.15 |
913 | 2024-11-06T23:17:03.944Z | Downloaded trust-dns-proto v0.22.0 |
914 | 2024-11-06T23:17:03.953Z | Downloaded diesel v2.2.4 |
915 | 2024-11-06T23:17:03.976Z | Downloaded smoltcp v0.11.0 |
916 | 2024-11-06T23:17:03.988Z | Downloaded bstr v1.10.0 |
917 | 2024-11-06T23:17:04.001Z | Downloaded chrono-tz v0.10.0 |
918 | 2024-11-06T23:17:04.015Z | Downloaded regress v0.10.1 |
919 | 2024-11-06T23:17:04.022Z | Downloaded openapiv3 v2.0.0 |
920 | 2024-11-06T23:17:04.030Z | Downloaded regress v0.9.1 |
921 | 2024-11-06T23:17:04.050Z | Downloaded regex-syntax v0.8.5 |
922 | 2024-11-06T23:17:04.053Z | Downloaded rustls v0.22.4 |
923 | 2024-11-06T23:17:04.061Z | Downloaded typify-impl v0.2.0 |
924 | 2024-11-06T23:17:04.078Z | Downloaded rustls v0.21.12 |
925 | 2024-11-06T23:17:04.095Z | Downloaded ratatui v0.28.1 |
926 | 2024-11-06T23:17:04.120Z | Downloaded zerocopy-derive v0.6.6 |
927 | 2024-11-06T23:17:04.125Z | Downloaded rustls v0.23.14 |
928 | 2024-11-06T23:17:04.133Z | Downloaded curve25519-dalek v4.1.3 |
929 | 2024-11-06T23:17:04.141Z | Downloaded nix v0.29.0 |
930 | 2024-11-06T23:17:04.152Z | Downloaded polar-core v0.27.3 |
931 | 2024-11-06T23:17:04.163Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
932 | 2024-11-06T23:17:04.176Z | Downloaded gimli v0.31.1 |
933 | 2024-11-06T23:17:04.183Z | Downloaded sled v0.34.7 |
934 | 2024-11-06T23:17:04.193Z | Downloaded nix v0.27.1 |
935 | 2024-11-06T23:17:04.204Z | Downloaded regex-automata v0.4.8 |
936 | 2024-11-06T23:17:04.221Z | Downloaded petgraph v0.6.5 |
937 | 2024-11-06T23:17:04.242Z | Downloaded chrono v0.4.38 |
938 | 2024-11-06T23:17:04.247Z | Downloaded lzma-sys v0.1.20 |
939 | 2024-11-06T23:17:04.277Z | Downloaded unicode-bidi v0.3.17 |
940 | 2024-11-06T23:17:04.283Z | Downloaded snafu v0.8.5 |
941 | 2024-11-06T23:17:04.288Z | Downloaded tokio v1.40.0 |
942 | 2024-11-06T23:17:04.323Z | Downloaded sha3 v0.10.8 |
943 | 2024-11-06T23:17:04.327Z | Downloaded libz-sys v1.1.20 |
944 | 2024-11-06T23:17:04.348Z | Downloaded h2 v0.4.6 |
945 | 2024-11-06T23:17:04.354Z | Downloaded smoltcp v0.9.1 |
946 | 2024-11-06T23:17:04.365Z | Downloaded hashbrown v0.12.3 |
947 | 2024-11-06T23:17:04.369Z | Downloaded csv v1.3.0 |
948 | 2024-11-06T23:17:04.389Z | Downloaded num-bigint v0.4.6 |
949 | 2024-11-06T23:17:04.393Z | Downloaded serde_with v3.11.0 |
950 | 2024-11-06T23:17:04.401Z | Downloaded h2 v0.3.26 |
951 | 2024-11-06T23:17:04.408Z | Downloaded winnow v0.5.40 |
952 | 2024-11-06T23:17:04.417Z | Downloaded idna v0.3.0 |
953 | 2024-11-06T23:17:04.424Z | Downloaded unsafe-libyaml v0.2.11 |
954 | 2024-11-06T23:17:04.427Z | Downloaded elliptic-curve v0.13.8 |
955 | 2024-11-06T23:17:04.432Z | Downloaded prettyplease v0.2.22 |
956 | 2024-11-06T23:17:04.435Z | Downloaded rusqlite v0.32.1 |
957 | 2024-11-06T23:17:04.441Z | Downloaded reqwest v0.12.8 |
958 | 2024-11-06T23:17:04.452Z | Downloaded regex-syntax v0.6.29 |
959 | 2024-11-06T23:17:04.462Z | Downloaded git2 v0.19.0 |
960 | 2024-11-06T23:17:04.466Z | Downloaded heapless v0.7.17 |
961 | 2024-11-06T23:17:04.470Z | Downloaded headers v0.4.0 |
962 | 2024-11-06T23:17:04.475Z | Downloaded signal-hook v0.3.17 |
963 | 2024-11-06T23:17:04.482Z | Downloaded rsa v0.9.6 |
964 | 2024-11-06T23:17:04.485Z | Downloaded packed_struct v0.10.1 |
965 | 2024-11-06T23:17:04.485Z | Downloaded serde_yaml v0.9.34+deprecated |
966 | 2024-11-06T23:17:04.489Z | Downloaded ron v0.8.1 |
967 | 2024-11-06T23:17:04.493Z | Downloaded half v2.4.1 |
968 | 2024-11-06T23:17:04.497Z | Downloaded tough v0.17.1 |
969 | 2024-11-06T23:17:04.504Z | Downloaded unicode-normalization v0.1.24 |
970 | 2024-11-06T23:17:04.507Z | Downloaded rayon v1.10.0 |
971 | 2024-11-06T23:17:04.518Z | Downloaded bindgen v0.69.5 |
972 | 2024-11-06T23:17:04.525Z | Downloaded rand v0.8.5 |
973 | 2024-11-06T23:17:04.530Z | Downloaded pkcs8 v0.10.2 |
974 | 2024-11-06T23:17:04.534Z | Downloaded reedline v0.35.0 |
975 | 2024-11-06T23:17:04.537Z | Downloaded reqwest v0.11.27 |
976 | 2024-11-06T23:17:04.545Z | Downloaded qorb v0.2.0 |
977 | 2024-11-06T23:17:04.550Z | Downloaded nom v7.1.3 |
978 | 2024-11-06T23:17:04.556Z | Downloaded funty v2.0.0 |
979 | 2024-11-06T23:17:04.561Z | Downloaded fallible-iterator v0.3.0 |
980 | 2024-11-06T23:17:04.561Z | Downloaded zerocopy v0.6.6 |
981 | 2024-11-06T23:17:04.561Z | Downloaded tracing v0.1.40 |
982 | 2024-11-06T23:17:04.566Z | Downloaded zip v2.1.3 |
983 | 2024-11-06T23:17:04.569Z | Downloaded pretty-hex v0.2.1 |
984 | 2024-11-06T23:17:04.569Z | Downloaded phf_shared v0.10.0 |
985 | 2024-11-06T23:17:04.570Z | Downloaded idna v0.4.0 |
986 | 2024-11-06T23:17:04.575Z | Downloaded num-bigint-dig v0.8.4 |
987 | 2024-11-06T23:17:04.580Z | Downloaded libxml v0.3.3 |
988 | 2024-11-06T23:17:04.586Z | Downloaded rustversion v1.0.17 |
989 | 2024-11-06T23:17:04.590Z | Downloaded hashbrown v0.13.2 |
990 | 2024-11-06T23:17:04.594Z | Downloaded itertools v0.10.5 |
991 | 2024-11-06T23:17:04.599Z | Downloaded encoding_rs v0.8.34 |
992 | 2024-11-06T23:17:04.621Z | Downloaded aho-corasick v1.1.3 |
993 | 2024-11-06T23:17:04.627Z | Downloaded pkcs5 v0.7.1 |
994 | 2024-11-06T23:17:04.631Z | Downloaded tokio-postgres v0.7.12 |
995 | 2024-11-06T23:17:04.636Z | Downloaded rustls-pemfile v1.0.4 |
996 | 2024-11-06T23:17:04.643Z | Downloaded typed-path v0.7.1 |
997 | 2024-11-06T23:17:04.646Z | Downloaded sync_wrapper v0.1.2 |
998 | 2024-11-06T23:17:04.646Z | Downloaded fd-lock v4.0.2 |
999 | 2024-11-06T23:17:04.646Z | Downloaded poly1305 v0.8.0 |
1000 | 2024-11-06T23:17:04.651Z | Downloaded tungstenite v0.24.0 |
1001 | 2024-11-06T23:17:04.655Z | Downloaded snafu-derive v0.8.5 |
1002 | 2024-11-06T23:17:04.655Z | Downloaded hkdf v0.12.4 |
1003 | 2024-11-06T23:17:04.659Z | Downloaded difflib v0.4.0 |
1004 | 2024-11-06T23:17:04.659Z | Downloaded topological-sort v0.2.2 |
1005 | 2024-11-06T23:17:04.659Z | Downloaded displaydoc v0.2.5 |
1006 | 2024-11-06T23:17:04.664Z | Downloaded sha1 v0.10.6 |
1007 | 2024-11-06T23:17:04.664Z | Downloaded num-derive v0.4.2 |
1008 | 2024-11-06T23:17:04.664Z | Downloaded rustc-demangle v0.1.24 |
1009 | 2024-11-06T23:17:04.668Z | Downloaded peg-macros v0.8.4 |
1010 | 2024-11-06T23:17:04.668Z | Downloaded postcard v1.0.10 |
1011 | 2024-11-06T23:17:04.672Z | Downloaded test-strategy v0.3.1 |
1012 | 2024-11-06T23:17:04.676Z | Downloaded slog-term v2.9.1 |
1013 | 2024-11-06T23:17:04.676Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1014 | 2024-11-06T23:17:04.732Z | Downloaded flume v0.11.0 |
1015 | 2024-11-06T23:17:04.736Z | Downloaded predicates v3.1.2 |
1016 | 2024-11-06T23:17:04.738Z | Downloaded glob v0.3.1 |
1017 | 2024-11-06T23:17:04.741Z | Downloaded ghash v0.5.1 |
1018 | 2024-11-06T23:17:04.741Z | Downloaded ssh-cipher v0.2.0 |
1019 | 2024-11-06T23:17:04.743Z | Downloaded dirs-next v2.0.0 |
1020 | 2024-11-06T23:17:04.743Z | Downloaded defmt-parser v0.3.4 |
1021 | 2024-11-06T23:17:04.743Z | Downloaded defmt-macros v0.3.9 |
1022 | 2024-11-06T23:17:04.746Z | Downloaded vte_generate_state_changes v0.1.2 |
1023 | 2024-11-06T23:17:04.746Z | Downloaded unicode-truncate v1.1.0 |
1024 | 2024-11-06T23:17:04.749Z | Downloaded serde_with_macros v3.11.0 |
1025 | 2024-11-06T23:17:04.752Z | Downloaded rustc-hash v1.1.0 |
1026 | 2024-11-06T23:17:04.752Z | Downloaded postgres-protocol v0.6.7 |
1027 | 2024-11-06T23:17:04.755Z | Downloaded derive_builder v0.20.2 |
1028 | 2024-11-06T23:17:04.757Z | Downloaded parking_lot v0.12.3 |
1029 | 2024-11-06T23:17:04.759Z | Downloaded parking_lot v0.11.2 |
1030 | 2024-11-06T23:17:04.762Z | Downloaded bumpalo v3.16.0 |
1031 | 2024-11-06T23:17:04.764Z | Downloaded base64 v0.21.7 |
1032 | 2024-11-06T23:17:04.768Z | Downloaded number_prefix v0.4.0 |
1033 | 2024-11-06T23:17:04.770Z | Downloaded smf v0.2.3 |
1034 | 2024-11-06T23:17:04.773Z | Downloaded slog-scope v4.4.0 |
1035 | 2024-11-06T23:17:04.773Z | Downloaded sec1 v0.7.3 |
1036 | 2024-11-06T23:17:04.773Z | Downloaded rand_core v0.6.4 |
1037 | 2024-11-06T23:17:04.775Z | Downloaded rand_chacha v0.3.1 |
1038 | 2024-11-06T23:17:04.775Z | Downloaded form_urlencoded v1.2.1 |
1039 | 2024-11-06T23:17:04.777Z | Downloaded uzers v0.12.1 |
1040 | 2024-11-06T23:17:04.780Z | Downloaded slog-stdlog v4.1.1 |
1041 | 2024-11-06T23:17:04.780Z | Downloaded const_format v0.2.33 |
1042 | 2024-11-06T23:17:04.784Z | Downloaded num-traits v0.2.19 |
1043 | 2024-11-06T23:17:04.786Z | Downloaded peg v0.8.4 |
1044 | 2024-11-06T23:17:04.790Z | Downloaded pbkdf2 v0.12.2 |
1045 | 2024-11-06T23:17:04.792Z | Downloaded pbkdf2 v0.11.0 |
1046 | 2024-11-06T23:17:04.795Z | Downloaded tokio-macros v2.4.0 |
1047 | 2024-11-06T23:17:04.795Z | Downloaded pem-rfc7468 v0.7.0 |
1048 | 2024-11-06T23:17:04.797Z | Downloaded num-rational v0.4.2 |
1049 | 2024-11-06T23:17:04.801Z | Downloaded internet-checksum v0.2.1 |
1050 | 2024-11-06T23:17:04.801Z | Downloaded rtoolbox v0.0.2 |
1051 | 2024-11-06T23:17:04.801Z | Downloaded base64 v0.13.1 |
1052 | 2024-11-06T23:17:04.803Z | Downloaded serde-hex v0.1.0 |
1053 | 2024-11-06T23:17:04.805Z | Downloaded semver v0.1.20 |
1054 | 2024-11-06T23:17:04.805Z | Downloaded secrecy v0.8.0 |
1055 | 2024-11-06T23:17:04.817Z | Downloaded darling v0.20.10 |
1056 | 2024-11-06T23:17:04.817Z | Downloaded crossbeam-epoch v0.9.18 |
1057 | 2024-11-06T23:17:04.817Z | Downloaded const-oid v0.9.6 |
1058 | 2024-11-06T23:17:04.817Z | Downloaded http v1.1.0 |
1059 | 2024-11-06T23:17:04.821Z | Downloaded cancel-safe-futures v0.1.5 |
1060 | 2024-11-06T23:17:04.824Z | Downloaded time-macros v0.2.18 |
1061 | 2024-11-06T23:17:04.826Z | Downloaded tiny-keccak v2.0.2 |
1062 | 2024-11-06T23:17:04.830Z | Downloaded indicatif v0.17.8 |
1063 | 2024-11-06T23:17:04.832Z | Downloaded hyper-rustls v0.27.3 |
1064 | 2024-11-06T23:17:04.835Z | Downloaded csv-core v0.1.11 |
1065 | 2024-11-06T23:17:04.838Z | Downloaded crc32fast v1.4.2 |
1066 | 2024-11-06T23:17:04.838Z | Downloaded humantime v2.1.0 |
1067 | 2024-11-06T23:17:04.838Z | Downloaded allocator-api2 v0.2.18 |
1068 | 2024-11-06T23:17:04.840Z | Downloaded tls_codec v0.4.1 |
1069 | 2024-11-06T23:17:04.843Z | Downloaded slog-dtrace v0.3.0 |
1070 | 2024-11-06T23:17:04.845Z | Downloaded newtype-uuid v1.1.2 |
1071 | 2024-11-06T23:17:04.845Z | Downloaded nanorand v0.7.0 |
1072 | 2024-11-06T23:17:04.847Z | Downloaded base64 v0.22.1 |
1073 | 2024-11-06T23:17:04.851Z | Downloaded linked-hash-map v0.5.6 |
1074 | 2024-11-06T23:17:04.853Z | Downloaded lazy_static v1.5.0 |
1075 | 2024-11-06T23:17:04.856Z | Downloaded kstat-rs v0.2.4 |
1076 | 2024-11-06T23:17:04.856Z | Downloaded mime v0.3.17 |
1077 | 2024-11-06T23:17:04.856Z | Downloaded md-5 v0.10.6 |
1078 | 2024-11-06T23:17:04.859Z | Downloaded lru v0.12.5 |
1079 | 2024-11-06T23:17:04.859Z | Downloaded lockfree-object-pool v0.1.6 |
1080 | 2024-11-06T23:17:04.862Z | Downloaded crossbeam-deque v0.8.5 |
1081 | 2024-11-06T23:17:04.862Z | Downloaded instability v0.3.2 |
1082 | 2024-11-06T23:17:04.865Z | Downloaded colored v2.1.0 |
1083 | 2024-11-06T23:17:04.867Z | Downloaded block-padding v0.3.3 |
1084 | 2024-11-06T23:17:04.868Z | Downloaded bb8 v0.8.5 |
1085 | 2024-11-06T23:17:04.868Z | Downloaded lazycell v1.3.0 |
1086 | 2024-11-06T23:17:04.870Z | Downloaded libloading v0.8.5 |
1087 | 2024-11-06T23:17:04.872Z | Downloaded castaway v0.2.3 |
1088 | 2024-11-06T23:17:04.872Z | Downloaded bit-set v0.5.3 |
1089 | 2024-11-06T23:17:04.875Z | Downloaded async-recursion v1.1.1 |
1090 | 2024-11-06T23:17:04.877Z | Downloaded arc-swap v1.7.1 |
1091 | 2024-11-06T23:17:04.880Z | Downloaded match_cfg v0.1.0 |
1092 | 2024-11-06T23:17:04.883Z | Downloaded impl-trait-for-tuples v0.2.2 |
1093 | 2024-11-06T23:17:04.883Z | Downloaded tabwriter v1.4.0 |
1094 | 2024-11-06T23:17:04.885Z | Downloaded spki v0.7.3 |
1095 | 2024-11-06T23:17:04.887Z | Downloaded hyper-staticfile v0.10.1 |
1096 | 2024-11-06T23:17:04.887Z | Downloaded cfg_aliases v0.1.1 |
1097 | 2024-11-06T23:17:04.890Z | Downloaded ahash v0.8.11 |
1098 | 2024-11-06T23:17:04.892Z | Downloaded rand_xorshift v0.3.0 |
1099 | 2024-11-06T23:17:04.892Z | Downloaded new_debug_unreachable v1.0.6 |
1100 | 2024-11-06T23:17:04.894Z | Downloaded hubpack_derive v0.1.1 |
1101 | 2024-11-06T23:17:04.894Z | Downloaded httparse v1.9.5 |
1102 | 2024-11-06T23:17:04.896Z | Downloaded chacha20poly1305 v0.10.1 |
1103 | 2024-11-06T23:17:04.898Z | Downloaded async-trait v0.1.83 |
1104 | 2024-11-06T23:17:04.900Z | Downloaded hostname v0.4.0 |
1105 | 2024-11-06T23:17:04.903Z | Downloaded clang-sys v1.8.1 |
1106 | 2024-11-06T23:17:04.905Z | Downloaded blake2 v0.10.6 |
1107 | 2024-11-06T23:17:04.907Z | Downloaded base16ct v0.2.0 |
1108 | 2024-11-06T23:17:04.909Z | Downloaded ascii-canvas v3.0.0 |
1109 | 2024-11-06T23:17:04.909Z | Downloaded hickory-server v0.24.1 |
1110 | 2024-11-06T23:17:04.914Z | Downloaded async-stream-impl v0.3.6 |
1111 | 2024-11-06T23:17:04.917Z | Downloaded backoff v0.4.0 |
1112 | 2024-11-06T23:17:04.917Z | Downloaded addr2line v0.24.2 |
1113 | 2024-11-06T23:17:04.919Z | Downloaded libsw v3.3.1 |
1114 | 2024-11-06T23:17:04.928Z | Downloaded lalrpop-util v0.19.12 |
1115 | 2024-11-06T23:17:04.928Z | Downloaded ipnet v2.10.1 |
1116 | 2024-11-06T23:17:04.928Z | Downloaded ctr v0.9.2 |
1117 | 2024-11-06T23:17:04.928Z | Downloaded ciborium-io v0.2.2 |
1118 | 2024-11-06T23:17:04.928Z | Downloaded bcrypt-pbkdf v0.10.0 |
1119 | 2024-11-06T23:17:04.928Z | Downloaded keccak v0.1.5 |
1120 | 2024-11-06T23:17:04.928Z | Downloaded hubpack v0.1.2 |
1121 | 2024-11-06T23:17:04.942Z | Downloaded arrayvec v0.7.6 |
1122 | 2024-11-06T23:17:04.942Z | Downloaded http v0.2.12 |
1123 | 2024-11-06T23:17:04.942Z | Downloaded constant_time_eq v0.3.1 |
1124 | 2024-11-06T23:17:04.942Z | Downloaded cstr-argument v0.1.2 |
1125 | 2024-11-06T23:17:04.942Z | Downloaded cfg_aliases v0.2.1 |
1126 | 2024-11-06T23:17:05.153Z | Downloaded ring v0.17.8 |
1127 | 2024-11-06T23:17:05.318Z | Downloaded libsqlite3-sys v0.30.1 |
1128 | 2024-11-06T23:17:05.396Z | Downloaded ring v0.16.20 |
1129 | 2024-11-06T23:17:05.613Z | Compiling serde v1.0.210 |
1130 | 2024-11-06T23:17:05.615Z | Compiling typenum v1.17.0 |
1131 | 2024-11-06T23:17:05.616Z | Compiling lock_api v0.4.12 |
1132 | 2024-11-06T23:17:05.616Z | Compiling generic-array v0.14.7 |
1133 | 2024-11-06T23:17:05.616Z | Compiling scopeguard v1.2.0 |
1134 | 2024-11-06T23:17:05.616Z | Compiling subtle v2.6.1 |
1135 | 2024-11-06T23:17:05.616Z | Compiling syn v2.0.79 |
1136 | 2024-11-06T23:17:05.616Z | Compiling getrandom v0.2.15 |
1137 | 2024-11-06T23:17:05.952Z | Compiling value-bag v1.9.0 |
1138 | 2024-11-06T23:17:06.123Z | Compiling rand_core v0.6.4 |
1139 | 2024-11-06T23:17:06.207Z | Compiling const-oid v0.9.6 |
1140 | 2024-11-06T23:17:06.246Z | Compiling jobserver v0.1.32 |
1141 | 2024-11-06T23:17:06.359Z | Compiling shlex v1.3.0 |
1142 | 2024-11-06T23:17:06.537Z | Compiling log v0.4.22 |
1143 | 2024-11-06T23:17:06.650Z | Compiling cc v1.1.30 |
1144 | 2024-11-06T23:17:06.782Z | Compiling pin-project-lite v0.2.14 |
1145 | 2024-11-06T23:17:06.822Z | Compiling smallvec v1.13.2 |
1146 | 2024-11-06T23:17:06.940Z | Compiling parking_lot_core v0.9.10 |
1147 | 2024-11-06T23:17:07.167Z | Compiling futures-core v0.3.31 |
1148 | 2024-11-06T23:17:07.265Z | Compiling signal-hook-registry v1.4.2 |
1149 | 2024-11-06T23:17:07.454Z | Compiling mio v1.0.2 |
1150 | 2024-11-06T23:17:07.482Z | Compiling cpufeatures v0.2.14 |
1151 | 2024-11-06T23:17:07.587Z | Compiling futures-sink v0.3.31 |
1152 | 2024-11-06T23:17:07.751Z | Compiling spin v0.9.8 |
1153 | 2024-11-06T23:17:08.072Z | Compiling parking_lot v0.12.3 |
1154 | 2024-11-06T23:17:08.128Z | Compiling socket2 v0.5.7 |
1155 | 2024-11-06T23:17:08.178Z | Compiling slab v0.4.9 |
1156 | 2024-11-06T23:17:08.197Z | Compiling serde_json v1.0.128 |
1157 | 2024-11-06T23:17:08.469Z | Compiling futures-channel v0.3.31 |
1158 | 2024-11-06T23:17:08.560Z | Compiling futures-io v0.3.31 |
1159 | 2024-11-06T23:17:08.652Z | Compiling futures-task v0.3.31 |
1160 | 2024-11-06T23:17:08.914Z | Compiling allocator-api2 v0.2.18 |
1161 | 2024-11-06T23:17:08.959Z | Compiling foldhash v0.1.3 |
1162 | 2024-11-06T23:17:09.013Z | Compiling pin-utils v0.1.0 |
1163 | 2024-11-06T23:17:09.048Z | Compiling tinyvec_macros v0.1.1 |
1164 | 2024-11-06T23:17:09.068Z | Compiling libm v0.2.8 |
1165 | 2024-11-06T23:17:09.115Z | Compiling pkg-config v0.3.31 |
1166 | 2024-11-06T23:17:09.136Z | Compiling tinyvec v1.8.0 |
1167 | 2024-11-06T23:17:09.155Z | Compiling num-traits v0.2.19 |
1168 | 2024-11-06T23:17:09.284Z | Compiling unicode-bidi v0.3.17 |
1169 | 2024-11-06T23:17:09.658Z | Compiling hashbrown v0.15.0 |
1170 | 2024-11-06T23:17:09.717Z | Compiling base64ct v1.6.0 |
1171 | 2024-11-06T23:17:10.315Z | Compiling pem-rfc7468 v0.7.0 |
1172 | 2024-11-06T23:17:10.709Z | Compiling unicode-normalization v0.1.24 |
1173 | 2024-11-06T23:17:10.785Z | Compiling flagset v0.4.6 |
1174 | 2024-11-06T23:17:10.838Z | Compiling ring v0.17.8 |
1175 | 2024-11-06T23:17:10.856Z | Compiling httparse v1.9.5 |
1176 | 2024-11-06T23:17:10.993Z | Compiling tracing-core v0.1.32 |
1177 | 2024-11-06T23:17:11.030Z | Compiling rustls-pki-types v1.9.0 |
1178 | 2024-11-06T23:17:11.084Z | Compiling percent-encoding v2.3.1 |
1179 | 2024-11-06T23:17:11.456Z | Compiling crossbeam-utils v0.8.20 |
1180 | 2024-11-06T23:17:11.815Z | Compiling num-conv v0.1.0 |
1181 | 2024-11-06T23:17:12.072Z | Compiling time-core v0.1.2 |
1182 | 2024-11-06T23:17:12.091Z | Compiling untrusted v0.9.0 |
1183 | 2024-11-06T23:17:12.110Z | Compiling powerfmt v0.2.0 |
1184 | 2024-11-06T23:17:12.216Z | Compiling vcpkg v0.2.15 |
1185 | 2024-11-06T23:17:12.256Z | Compiling time-macros v0.2.18 |
1186 | 2024-11-06T23:17:12.321Z | Compiling num_threads v0.1.7 |
1187 | 2024-11-06T23:17:12.443Z | Compiling deranged v0.3.11 |
1188 | 2024-11-06T23:17:12.462Z | Compiling atomic-waker v1.1.2 |
1189 | 2024-11-06T23:17:12.479Z | Compiling form_urlencoded v1.2.1 |
1190 | 2024-11-06T23:17:12.635Z | Compiling slog v2.7.0 |
1191 | 2024-11-06T23:17:12.784Z | Compiling rustix v0.38.37 |
1192 | 2024-11-06T23:17:13.168Z | Compiling try-lock v0.2.5 |
1193 | 2024-11-06T23:17:13.296Z | Compiling want v0.3.1 |
1194 | 2024-11-06T23:17:13.544Z | Compiling httpdate v1.0.3 |
1195 | 2024-11-06T23:17:13.647Z | Compiling idna v0.5.0 |
1196 | 2024-11-06T23:17:13.936Z | Compiling openssl-sys v0.9.103 |
1197 | 2024-11-06T23:17:13.983Z | Compiling rustversion v1.0.17 |
1198 | 2024-11-06T23:17:14.151Z | Compiling tower-service v0.3.3 |
1199 | 2024-11-06T23:17:14.276Z | Compiling iana-time-zone v0.1.61 |
1200 | 2024-11-06T23:17:14.298Z | Compiling openssl v0.10.66 |
1201 | 2024-11-06T23:17:14.643Z | Compiling match_cfg v0.1.0 |
1202 | 2024-11-06T23:17:14.676Z | Compiling base64 v0.22.1 |
1203 | 2024-11-06T23:17:14.695Z | Compiling adler2 v2.0.0 |
1204 | 2024-11-06T23:17:14.731Z | Compiling foreign-types-shared v0.1.1 |
1205 | 2024-11-06T23:17:14.829Z | Compiling miniz_oxide v0.8.0 |
1206 | 2024-11-06T23:17:14.878Z | Compiling foreign-types v0.3.2 |
1207 | 2024-11-06T23:17:14.983Z | Compiling hostname v0.3.1 |
1208 | 2024-11-06T23:17:15.038Z | Compiling time v0.3.36 |
1209 | 2024-11-06T23:17:15.147Z | Compiling url v2.5.2 |
1210 | 2024-11-06T23:17:15.212Z | Compiling dirs-sys-next v0.1.2 |
1211 | 2024-11-06T23:17:15.350Z | Compiling aho-corasick v1.1.3 |
1212 | 2024-11-06T23:17:15.878Z | Compiling native-tls v0.2.12 |
1213 | 2024-11-06T23:17:16.204Z | Compiling data-encoding v2.6.0 |
1214 | 2024-11-06T23:17:16.278Z | Compiling regex-syntax v0.8.5 |
1215 | 2024-11-06T23:17:16.383Z | Compiling rustls v0.22.4 |
1216 | 2024-11-06T23:17:16.655Z | Compiling syn v1.0.109 |
1217 | 2024-11-06T23:17:16.876Z | Compiling rustls v0.23.14 |
1218 | 2024-11-06T23:17:17.148Z | Compiling siphasher v0.3.11 |
1219 | 2024-11-06T23:17:17.352Z | Compiling dirs-next v2.0.0 |
1220 | 2024-11-06T23:17:17.530Z | Compiling serde_derive_internals v0.29.1 |
1221 | 2024-11-06T23:17:18.370Z | Compiling crossbeam-epoch v0.9.18 |
1222 | 2024-11-06T23:17:18.854Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1223 | 2024-11-06T23:17:19.040Z | Compiling lazy_static v1.5.0 |
1224 | 2024-11-06T23:17:19.162Z | Compiling thread_local v1.1.8 |
1225 | 2024-11-06T23:17:19.193Z | Compiling serde_derive v1.0.210 |
1226 | 2024-11-06T23:17:19.275Z | Compiling zeroize_derive v1.4.2 |
1227 | 2024-11-06T23:17:19.676Z | Compiling zerocopy-derive v0.7.35 |
1228 | 2024-11-06T23:17:19.930Z | Compiling tokio-macros v2.4.0 |
1229 | 2024-11-06T23:17:19.985Z | Compiling thiserror-impl v1.0.64 |
1230 | 2024-11-06T23:17:20.282Z | Compiling futures-macro v0.3.31 |
1231 | 2024-11-06T23:17:20.680Z | Compiling zeroize v1.8.1 |
1232 | 2024-11-06T23:17:21.119Z | Compiling der_derive v0.7.3 |
1233 | 2024-11-06T23:17:21.463Z | Compiling tracing-attributes v0.1.27 |
1234 | 2024-11-06T23:17:21.797Z | Compiling zerocopy v0.7.35 |
1235 | 2024-11-06T23:17:22.287Z | Compiling futures-util v0.3.31 |
1236 | 2024-11-06T23:17:22.512Z | Compiling crypto-common v0.1.6 |
1237 | 2024-11-06T23:17:22.556Z | Compiling block-buffer v0.10.4 |
1238 | 2024-11-06T23:17:22.760Z | Compiling block-padding v0.3.3 |
1239 | 2024-11-06T23:17:22.818Z | Compiling digest v0.10.7 |
1240 | 2024-11-06T23:17:22.991Z | Compiling inout v0.1.3 |
1241 | 2024-11-06T23:17:23.164Z | Compiling thiserror v1.0.64 |
1242 | 2024-11-06T23:17:23.267Z | Compiling hmac v0.12.1 |
1243 | 2024-11-06T23:17:23.307Z | Compiling sha2 v0.10.8 |
1244 | 2024-11-06T23:17:23.310Z | Compiling cipher v0.4.4 |
1245 | 2024-11-06T23:17:23.412Z | Compiling ppv-lite86 v0.2.20 |
1246 | 2024-11-06T23:17:23.475Z | Compiling der v0.7.9 |
1247 | 2024-11-06T23:17:23.502Z | Compiling pbkdf2 v0.12.2 |
1248 | 2024-11-06T23:17:23.675Z | Compiling pest v2.7.14 |
1249 | 2024-11-06T23:17:23.856Z | Compiling salsa20 v0.10.2 |
1250 | 2024-11-06T23:17:24.081Z | Compiling scrypt v0.11.0 |
1251 | 2024-11-06T23:17:24.330Z | Compiling rand_chacha v0.3.1 |
1252 | 2024-11-06T23:17:24.665Z | Compiling aes v0.8.4 |
1253 | 2024-11-06T23:17:24.943Z | Compiling tracing v0.1.40 |
1254 | 2024-11-06T23:17:25.419Z | Compiling rand v0.8.5 |
1255 | 2024-11-06T23:17:26.669Z | Compiling spki v0.7.3 |
1256 | 2024-11-06T23:17:26.791Z | Compiling pest_meta v2.7.14 |
1257 | 2024-11-06T23:17:26.810Z | Compiling cbc v0.1.2 |
1258 | 2024-11-06T23:17:27.014Z | Compiling scroll_derive v0.12.0 |
1259 | 2024-11-06T23:17:27.047Z | Compiling pkcs5 v0.7.1 |
1260 | 2024-11-06T23:17:27.477Z | Compiling openssl-macros v0.1.1 |
1261 | 2024-11-06T23:17:27.659Z | Compiling pkcs8 v0.10.2 |
1262 | 2024-11-06T23:17:28.202Z | Compiling pest_generator v2.7.14 |
1263 | 2024-11-06T23:17:28.280Z | Compiling async-trait v0.1.83 |
1264 | 2024-11-06T23:17:28.349Z | Compiling signature v2.2.0 |
1265 | 2024-11-06T23:17:28.416Z | Compiling scroll v0.12.0 |
1266 | 2024-11-06T23:17:28.634Z | Compiling sha1 v0.10.6 |
1267 | 2024-11-06T23:17:28.719Z | Compiling regex-automata v0.4.8 |
1268 | 2024-11-06T23:17:28.963Z | Compiling rustls-webpki v0.102.8 |
1269 | 2024-11-06T23:17:29.061Z | Compiling goblin v0.8.2 |
1270 | 2024-11-06T23:17:30.085Z | Compiling multer v3.1.0 |
1271 | 2024-11-06T23:17:30.385Z | Compiling cookie v0.18.1 |
1272 | 2024-11-06T23:17:30.681Z | Compiling encoding_rs v0.8.34 |
1273 | 2024-11-06T23:17:30.712Z | Compiling mime v0.3.17 |
1274 | 2024-11-06T23:17:30.948Z | Compiling signal-hook v0.3.17 |
1275 | 2024-11-06T23:17:30.996Z | Compiling paste v1.0.15 |
1276 | 2024-11-06T23:17:31.232Z | Compiling gimli v0.31.1 |
1277 | 2024-11-06T23:17:31.331Z | Compiling rayon-core v1.12.1 |
1278 | 2024-11-06T23:17:31.431Z | Compiling pest_derive v2.7.14 |
1279 | 2024-11-06T23:17:31.520Z | Compiling ipnet v2.10.1 |
1280 | 2024-11-06T23:17:31.612Z | Compiling slog-async v2.8.0 |
1281 | 2024-11-06T23:17:32.113Z | Compiling unicode-properties v0.1.3 |
1282 | 2024-11-06T23:17:32.240Z | Compiling dtrace-parser v0.2.0 |
1283 | 2024-11-06T23:17:32.494Z | Compiling openssl-probe v0.1.5 |
1284 | 2024-11-06T23:17:32.748Z | Compiling schemars v0.8.21 |
1285 | 2024-11-06T23:17:32.854Z | Compiling either v1.13.0 |
1286 | 2024-11-06T23:17:33.110Z | Compiling bytes v1.7.2 |
1287 | 2024-11-06T23:17:33.281Z | Compiling indexmap v2.6.0 |
1288 | 2024-11-06T23:17:34.262Z | Compiling tokio v1.40.0 |
1289 | 2024-11-06T23:17:34.375Z | Compiling http v1.1.0 |
1290 | 2024-11-06T23:17:34.853Z | Compiling bitflags v2.6.0 |
1291 | 2024-11-06T23:17:34.910Z | Compiling semver v1.0.23 |
1292 | 2024-11-06T23:17:35.269Z | Compiling dof v0.3.0 |
1293 | 2024-11-06T23:17:35.671Z | Compiling rustc_version v0.4.1 |
1294 | 2024-11-06T23:17:36.370Z | Compiling http-body v1.0.1 |
1295 | 2024-11-06T23:17:36.449Z | Compiling serde_spanned v0.6.8 |
1296 | 2024-11-06T23:17:36.599Z | Compiling toml_datetime v0.6.8 |
1297 | 2024-11-06T23:17:36.682Z | Compiling serde_tokenstream v0.2.2 |
1298 | 2024-11-06T23:17:36.856Z | Compiling uuid v1.10.0 |
1299 | 2024-11-06T23:17:37.095Z | Compiling usdt-impl v0.5.0 |
1300 | 2024-11-06T23:17:37.313Z | Compiling chrono v0.4.38 |
1301 | 2024-11-06T23:17:37.315Z | Compiling http-body-util v0.1.2 |
1302 | 2024-11-06T23:17:37.846Z | Compiling heapless v0.7.17 |
1303 | 2024-11-06T23:17:38.410Z | Compiling toml_edit v0.22.22 |
1304 | 2024-11-06T23:17:38.507Z | Compiling curve25519-dalek v4.1.3 |
1305 | 2024-11-06T23:17:38.932Z | Compiling usdt-macro v0.5.0 |
1306 | 2024-11-06T23:17:39.191Z | Compiling usdt-attr-macro v0.5.0 |
1307 | 2024-11-06T23:17:40.414Z | Compiling addr2line v0.24.2 |
1308 | 2024-11-06T23:17:40.641Z | Compiling slog-json v2.6.1 |
1309 | 2024-11-06T23:17:40.851Z | Compiling serde_urlencoded v0.7.1 |
1310 | 2024-11-06T23:17:40.953Z | Compiling stringprep v0.1.5 |
1311 | 2024-11-06T23:17:41.366Z | Compiling futures-executor v0.3.31 |
1312 | 2024-11-06T23:17:41.692Z | Compiling md-5 v0.10.6 |
1313 | 2024-11-06T23:17:41.908Z | Compiling schemars_derive v0.8.21 |
1314 | 2024-11-06T23:17:42.038Z | Compiling enum-as-inner v0.6.1 |
1315 | 2024-11-06T23:17:43.092Z | Compiling tokio-util v0.7.12 |
1316 | 2024-11-06T23:17:43.413Z | Compiling async-stream-impl v0.3.6 |
1317 | 2024-11-06T23:17:44.444Z | Compiling h2 v0.4.6 |
1318 | 2024-11-06T23:17:45.067Z | Compiling crossbeam-deque v0.8.5 |
1319 | 2024-11-06T23:17:45.327Z | Compiling term v0.7.0 |
1320 | 2024-11-06T23:17:46.175Z | Compiling crossbeam-channel v0.5.13 |
1321 | 2024-11-06T23:17:46.719Z | Compiling num-integer v0.1.46 |
1322 | 2024-11-06T23:17:46.834Z | Compiling rustls-pemfile v2.2.0 |
1323 | 2024-11-06T23:17:47.168Z | Compiling idna v0.4.0 |
1324 | 2024-11-06T23:17:47.265Z | Compiling idna v0.3.0 |
1325 | 2024-11-06T23:17:47.488Z | Compiling hash32 v0.2.1 |
1326 | 2024-11-06T23:17:47.886Z | Compiling ff v0.13.0 |
1327 | 2024-11-06T23:17:48.114Z | Compiling is-terminal v0.4.13 |
1328 | 2024-11-06T23:17:48.246Z | Compiling dropshot v0.12.0 |
1329 | 2024-11-06T23:17:48.533Z | Compiling object v0.36.5 |
1330 | 2024-11-06T23:17:48.697Z | Compiling smoltcp v0.9.1 |
1331 | 2024-11-06T23:17:48.763Z | Compiling quick-error v1.2.3 |
1332 | 2024-11-06T23:17:48.853Z | Compiling utf-8 v0.7.6 |
1333 | 2024-11-06T23:17:48.911Z | Compiling base16ct v0.2.0 |
1334 | 2024-11-06T23:17:49.167Z | Compiling fallible-iterator v0.2.0 |
1335 | 2024-11-06T23:17:49.249Z | Compiling num-bigint-dig v0.8.4 |
1336 | 2024-11-06T23:17:49.404Z | Compiling rustc-demangle v0.1.24 |
1337 | 2024-11-06T23:17:49.552Z | Compiling dyn-clone v1.0.17 |
1338 | 2024-11-06T23:17:49.774Z | Compiling psl-types v2.0.11 |
1339 | 2024-11-06T23:17:49.875Z | Compiling take_mut v0.2.2 |
1340 | 2024-11-06T23:17:49.952Z | Compiling anyhow v1.0.92 |
1341 | 2024-11-06T23:17:50.038Z | Compiling linked-hash-map v0.5.6 |
1342 | 2024-11-06T23:17:50.342Z | Compiling stable_deref_trait v1.2.0 |
1343 | 2024-11-06T23:17:50.422Z | Compiling portable-atomic v1.9.0 |
1344 | 2024-11-06T23:17:50.957Z | Compiling lru-cache v0.1.2 |
1345 | 2024-11-06T23:17:51.147Z | Compiling publicsuffix v2.2.3 |
1346 | 2024-11-06T23:17:51.405Z | Compiling postgres-protocol v0.6.7 |
1347 | 2024-11-06T23:17:51.476Z | Compiling hyper v1.4.1 |
1348 | 2024-11-06T23:17:52.196Z | Compiling sec1 v0.7.3 |
1349 | 2024-11-06T23:17:52.729Z | Compiling tungstenite v0.24.0 |
1350 | 2024-11-06T23:17:52.776Z | Compiling resolv-conf v0.7.0 |
1351 | 2024-11-06T23:17:53.610Z | Compiling usdt v0.5.0 |
1352 | 2024-11-06T23:17:54.100Z | Compiling hyper-util v0.1.9 |
1353 | 2024-11-06T23:17:54.257Z | Compiling slog-term v2.9.1 |
1354 | 2024-11-06T23:17:54.755Z | Compiling group v0.13.0 |
1355 | 2024-11-06T23:17:54.988Z | Compiling hickory-proto v0.24.1 |
1356 | 2024-11-06T23:17:55.069Z | Compiling tokio-rustls v0.26.0 |
1357 | 2024-11-06T23:17:55.317Z | Compiling num-iter v0.1.45 |
1358 | 2024-11-06T23:17:55.444Z | Compiling tokio-rustls v0.25.0 |
1359 | 2024-11-06T23:17:55.511Z | Compiling tokio-native-tls v0.3.1 |
1360 | 2024-11-06T23:17:55.528Z | Compiling async-stream v0.3.6 |
1361 | 2024-11-06T23:17:55.832Z | Compiling futures v0.3.31 |
1362 | 2024-11-06T23:17:55.871Z | Compiling toml v0.8.19 |
1363 | 2024-11-06T23:17:55.956Z | Compiling backtrace v0.3.74 |
1364 | 2024-11-06T23:17:57.248Z | Compiling camino v1.1.9 |
1365 | 2024-11-06T23:17:57.565Z | Compiling slog-bunyan v2.5.0 |
1366 | 2024-11-06T23:17:57.757Z | Compiling terminal_size v0.4.0 |
1367 | 2024-11-06T23:17:57.890Z | Compiling dropshot_endpoint v0.12.0 |
1368 | 2024-11-06T23:17:57.975Z | Compiling openapiv3 v2.0.0 |
1369 | 2024-11-06T23:17:58.140Z | Compiling serde_path_to_error v0.1.16 |
1370 | 2024-11-06T23:17:58.205Z | Compiling hkdf v0.12.4 |
1371 | 2024-11-06T23:17:58.303Z | Compiling crypto-bigint v0.5.5 |
1372 | 2024-11-06T23:17:58.473Z | Compiling curve25519-dalek-derive v0.1.1 |
1373 | 2024-11-06T23:17:58.695Z | Compiling hubpack_derive v0.1.1 |
1374 | 2024-11-06T23:17:59.008Z | Compiling zerocopy-derive v0.6.6 |
1375 | 2024-11-06T23:17:59.246Z | Compiling phf_shared v0.11.2 |
1376 | 2024-11-06T23:17:59.583Z | Compiling waitgroup v0.1.2 |
1377 | 2024-11-06T23:17:59.630Z | Compiling webpki-roots v0.26.6 |
1378 | 2024-11-06T23:17:59.815Z | Compiling hostname v0.4.0 |
1379 | 2024-11-06T23:17:59.835Z | Compiling fs-err v2.11.0 |
1380 | 2024-11-06T23:17:59.927Z | Compiling ahash v0.8.11 |
1381 | 2024-11-06T23:18:00.087Z | Compiling crc32fast v1.4.2 |
1382 | 2024-11-06T23:18:00.115Z | Compiling bitflags v1.3.2 |
1383 | 2024-11-06T23:18:00.222Z | Compiling debug-ignore v1.0.5 |
1384 | 2024-11-06T23:18:00.265Z | Compiling winnow v0.5.40 |
1385 | 2024-11-06T23:18:00.366Z | Compiling managed v0.8.0 |
1386 | 2024-11-06T23:18:00.422Z | Compiling flate2 v1.0.34 |
1387 | 2024-11-06T23:18:01.036Z | Compiling zerocopy v0.6.6 |
1388 | 2024-11-06T23:18:01.437Z | Compiling elliptic-curve v0.13.8 |
1389 | 2024-11-06T23:18:01.919Z | Compiling hickory-resolver v0.24.1 |
1390 | 2024-11-06T23:18:02.312Z | Compiling strum_macros v0.25.3 |
1391 | 2024-11-06T23:18:02.364Z | Compiling clap_builder v4.5.20 |
1392 | 2024-11-06T23:18:02.958Z | Compiling console v0.15.8 |
1393 | 2024-11-06T23:18:04.180Z | Compiling toml_edit v0.19.15 |
1394 | 2024-11-06T23:18:04.615Z | Compiling hyper-rustls v0.27.3 |
1395 | 2024-11-06T23:18:05.137Z | Compiling hubpack v0.1.2 |
1396 | 2024-11-06T23:18:05.232Z | Compiling phf v0.11.2 |
1397 | 2024-11-06T23:18:05.529Z | Compiling signal-hook-mio v0.2.4 |
1398 | 2024-11-06T23:18:05.604Z | Compiling cookie_store v0.21.0 |
1399 | 2024-11-06T23:18:06.161Z | Compiling hyper-tls v0.6.0 |
1400 | 2024-11-06T23:18:06.576Z | Compiling rayon v1.10.0 |
1401 | 2024-11-06T23:18:06.613Z | Compiling bzip2 v0.4.4 |
1402 | 2024-11-06T23:18:07.055Z | Compiling tokio-tungstenite v0.24.0 |
1403 | 2024-11-06T23:18:07.606Z | Compiling postgres-types v0.2.8 |
1404 | 2024-11-06T23:18:09.086Z | Compiling tokio-stream v0.1.16 |
1405 | 2024-11-06T23:18:09.637Z | Compiling regex v1.11.0 |
1406 | 2024-11-06T23:18:10.149Z | Compiling bstr v1.10.0 |
1407 | 2024-11-06T23:18:10.770Z | Compiling serde-big-array v0.5.1 |
1408 | 2024-11-06T23:18:11.012Z | Compiling ed25519 v2.2.3 |
1409 | 2024-11-06T23:18:11.270Z | Compiling pkcs1 v0.7.5 |
1410 | 2024-11-06T23:18:11.390Z | Compiling rfc6979 v0.4.0 |
1411 | 2024-11-06T23:18:11.521Z | Compiling serde_repr v0.1.19 |
1412 | 2024-11-06T23:18:11.579Z | Compiling clap_derive v4.5.18 |
1413 | 2024-11-06T23:18:11.866Z | Compiling derive-where v1.2.7 |
1414 | 2024-11-06T23:18:11.897Z | Compiling phf_shared v0.10.0 |
1415 | 2024-11-06T23:18:12.233Z | Compiling float-cmp v0.9.0 |
1416 | 2024-11-06T23:18:12.301Z | Compiling sync_wrapper v1.0.1 |
1417 | 2024-11-06T23:18:12.459Z | Compiling normalize-line-endings v0.3.0 |
1418 | 2024-11-06T23:18:12.459Z | Compiling whoami v1.5.2 |
1419 | 2024-11-06T23:18:12.590Z | Compiling predicates-core v1.0.8 |
1420 | 2024-11-06T23:18:12.611Z | Compiling fixedbitset v0.4.2 |
1421 | 2024-11-06T23:18:12.653Z | Compiling difflib v0.4.0 |
1422 | 2024-11-06T23:18:12.867Z | Compiling static_assertions v1.1.0 |
1423 | 2024-11-06T23:18:12.952Z | Compiling bit-vec v0.6.3 |
1424 | 2024-11-06T23:18:12.971Z | Compiling new_debug_unreachable v1.0.6 |
1425 | 2024-11-06T23:18:13.067Z | Compiling number_prefix v0.4.0 |
1426 | 2024-11-06T23:18:13.086Z | Compiling minimal-lexical v0.2.1 |
1427 | 2024-11-06T23:18:13.088Z | Compiling precomputed-hash v0.1.1 |
1428 | 2024-11-06T23:18:13.222Z | Compiling unicode-segmentation v1.12.0 |
1429 | 2024-11-06T23:18:13.294Z | Compiling bit-set v0.5.3 |
1430 | 2024-11-06T23:18:13.409Z | Compiling indicatif v0.17.8 |
1431 | 2024-11-06T23:18:13.581Z | Compiling nom v7.1.3 |
1432 | 2024-11-06T23:18:13.600Z | Compiling string_cache v0.8.7 |
1433 | 2024-11-06T23:18:14.040Z | Compiling similar v2.6.0 |
1434 | 2024-11-06T23:18:14.121Z | Compiling predicates v3.1.2 |
1435 | 2024-11-06T23:18:14.164Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1436 | 2024-11-06T23:18:15.260Z | Compiling qorb v0.2.0 |
1437 | 2024-11-06T23:18:15.515Z | Compiling petgraph v0.6.5 |
1438 | 2024-11-06T23:18:15.793Z | Compiling tokio-postgres v0.7.12 |
1439 | 2024-11-06T23:18:16.078Z | Compiling clap v4.5.20 |
1440 | 2024-11-06T23:18:16.208Z | Compiling reqwest v0.12.8 |
1441 | 2024-11-06T23:18:16.328Z | Compiling rsa v0.9.6 |
1442 | 2024-11-06T23:18:17.310Z | Compiling ecdsa v0.16.9 |
1443 | 2024-11-06T23:18:18.175Z | Compiling ed25519-dalek v2.1.1 |
1444 | 2024-11-06T23:18:19.473Z | Compiling toml v0.7.8 |
1445 | 2024-11-06T23:18:19.498Z | Compiling zip v0.6.6 |
1446 | 2024-11-06T23:18:20.876Z | Compiling crossterm v0.28.1 |
1447 | 2024-11-06T23:18:21.123Z | Compiling itertools v0.12.1 |
1448 | 2024-11-06T23:18:21.467Z | Compiling itertools v0.10.5 |
1449 | 2024-11-06T23:18:21.638Z | Compiling hex v0.4.3 |
1450 | 2024-11-06T23:18:21.746Z | Compiling x509-cert v0.2.5 |
1451 | 2024-11-06T23:18:21.791Z | Compiling unicode-xid v0.2.6 |
1452 | 2024-11-06T23:18:21.978Z | Compiling lalrpop-util v0.19.12 |
1453 | 2024-11-06T23:18:22.226Z | Compiling peg-runtime v0.8.3 |
1454 | 2024-11-06T23:18:22.340Z | Compiling xattr v1.3.1 |
1455 | 2024-11-06T23:18:22.623Z | Compiling strum_macros v0.26.4 |
1456 | 2024-11-06T23:18:22.873Z | Compiling filetime v0.2.25 |
1457 | 2024-11-06T23:18:23.189Z | Compiling tar v0.4.42 |
1458 | 2024-11-06T23:18:25.934Z | Compiling strum v0.26.3 |
1459 | 2024-11-06T23:18:26.040Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1460 | 2024-11-06T23:18:26.284Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1461 | 2024-11-06T23:18:31.726Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 29s |
1462 | 2024-11-06T23:18:31.878Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1463 | 2024-11-06T23:18:31.922Z | Nov 06 23:18:30.720 INFO Starting download, target: Console |
1464 | 2024-11-06T23:18:31.922Z | Nov 06 23:18:30.721 INFO Starting download, target: Clickhouse |
1465 | 2024-11-06T23:18:31.922Z | Nov 06 23:18:30.721 INFO Starting download, target: Cockroach |
1466 | 2024-11-06T23:18:31.922Z | Nov 06 23:18:30.721 INFO Starting download, target: DendriteOpenapi |
1467 | 2024-11-06T23:18:31.927Z | Nov 06 23:18:30.721 INFO Starting download, target: DendriteStub |
1468 | 2024-11-06T23:18:31.927Z | Nov 06 23:18:30.721 INFO Starting download, target: MaghemiteMgd |
1469 | 2024-11-06T23:18:31.927Z | Nov 06 23:18:30.721 INFO Starting download, target: TransceiverControl |
1470 | 2024-11-06T23:18:31.927Z | Nov 06 23:18:30.721 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1471 | 2024-11-06T23:18:31.928Z | Nov 06 23:18:30.722 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1472 | 2024-11-06T23:18:31.928Z | Nov 06 23:18:30.722 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1473 | 2024-11-06T23:18:31.928Z | Nov 06 23:18:30.722 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1474 | 2024-11-06T23:18:31.928Z | Nov 06 23:18:30.722 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1475 | 2024-11-06T23:18:31.928Z | Nov 06 23:18:30.722 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1476 | 2024-11-06T23:18:31.928Z | Nov 06 23:18:30.722 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1477 | 2024-11-06T23:18:32.083Z | Nov 06 23:18:30.875 INFO Download complete, target: DendriteOpenapi |
1478 | 2024-11-06T23:18:32.291Z | Nov 06 23:18:31.046 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1479 | 2024-11-06T23:18:32.437Z | Nov 06 23:18:31.223 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1480 | 2024-11-06T23:18:32.727Z | Nov 06 23:18:31.523 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1481 | 2024-11-06T23:18:32.785Z | Nov 06 23:18:31.576 INFO Download complete, target: Console |
1482 | 2024-11-06T23:18:32.954Z | Nov 06 23:18:31.751 INFO Download complete, target: TransceiverControl |
1483 | 2024-11-06T23:18:32.960Z | Nov 06 23:18:31.757 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1484 | 2024-11-06T23:18:33.600Z | Nov 06 23:18:32.399 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1485 | 2024-11-06T23:18:33.600Z | Nov 06 23:18:32.399 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1486 | 2024-11-06T23:18:33.840Z | Nov 06 23:18:32.638 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1487 | 2024-11-06T23:18:35.432Z | Nov 06 23:18:34.230 INFO Download complete, target: DendriteStub |
1488 | 2024-11-06T23:18:35.692Z | Nov 06 23:18:34.489 INFO Download complete, target: MaghemiteMgd |
1489 | 2024-11-06T23:18:40.825Z | Nov 06 23:18:39.622 INFO Checking that binary works, target: Cockroach |
1490 | 2024-11-06T23:18:40.979Z | Nov 06 23:18:39.776 INFO Download complete, target: Cockroach |
1491 | 2024-11-06T23:18:45.971Z | Nov 06 23:18:44.768 INFO Checking that binary works, target: Clickhouse |
1492 | 2024-11-06T23:18:46.148Z | Nov 06 23:18:44.944 INFO Download complete, target: Clickhouse |
1493 | 2024-11-06T23:18:46.169Z | All builder prerequisites installed successfully, and PATH looks valid |
1494 | 2024-11-06T23:18:46.171Z | |
1495 | 2024-11-06T23:18:46.171Z | real 3:57.240842349 |
1496 | 2024-11-06T23:18:46.171Z | user 12:11.683218957 |
1497 | 2024-11-06T23:18:46.171Z | sys 2:41.159906695 |
1498 | 2024-11-06T23:18:46.171Z | trap 0.436504150 |
1499 | 2024-11-06T23:18:46.171Z | tflt 3.691451972 |
1500 | 2024-11-06T23:18:46.171Z | dflt 1.986085264 |
1501 | 2024-11-06T23:18:46.171Z | kflt 0.025948619 |
1502 | 2024-11-06T23:18:46.172Z | lock 22:01.555748094 |
1503 | 2024-11-06T23:18:46.172Z | slp 47:32.969854521 |
1504 | 2024-11-06T23:18:46.172Z | lat 45.602356931 |
1505 | 2024-11-06T23:18:46.172Z | stop 2:01.491273937 |
1506 | 2024-11-06T23:18:46.172Z | + banner clippy |
1507 | 2024-11-06T23:18:46.174Z | |
1508 | 2024-11-06T23:18:46.174Z | #### # # ##### ##### # # |
1509 | 2024-11-06T23:18:46.174Z | # # # # # # # # # # |
1510 | 2024-11-06T23:18:46.174Z | # # # # # # # # |
1511 | 2024-11-06T23:18:46.174Z | # # # ##### ##### # |
1512 | 2024-11-06T23:18:46.174Z | # # # # # # # |
1513 | 2024-11-06T23:18:46.174Z | #### ###### # # # # |
1514 | 2024-11-06T23:18:46.174Z | |
1515 | 2024-11-06T23:18:46.174Z | + export CARGO_INCREMENTAL=0 |
1516 | 2024-11-06T23:18:46.174Z | + CARGO_INCREMENTAL=0 |
1517 | 2024-11-06T23:18:46.174Z | + ptime -m cargo xtask clippy |
1518 | 2024-11-06T23:18:46.680Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1519 | 2024-11-06T23:18:50.055Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.83s |
1520 | 2024-11-06T23:18:50.119Z | Running `target/debug/xtask clippy` |
1521 | 2024-11-06T23:18:50.141Z | running: /home/build/.rustup/toolchains/1.82.0-x86_64-unknown-illumos/bin/cargo "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
1522 | 2024-11-06T23:18:50.768Z | Downloading crates ... |
1523 | 2024-11-06T23:18:51.048Z | Downloaded approx v0.5.1 |
1524 | 2024-11-06T23:18:51.052Z | Downloaded assert_cmd v2.0.16 |
1525 | 2024-11-06T23:18:51.059Z | Downloaded async-attributes v1.1.2 |
1526 | 2024-11-06T23:18:51.065Z | Downloaded criterion v0.5.1 |
1527 | 2024-11-06T23:18:51.070Z | Downloaded threadpool v1.8.1 |
1528 | 2024-11-06T23:18:51.070Z | Downloaded blocking v1.6.1 |
1529 | 2024-11-06T23:18:51.070Z | Downloaded async-channel v2.3.1 |
1530 | 2024-11-06T23:18:51.079Z | Downloaded num_cpus v1.16.0 |
1531 | 2024-11-06T23:18:51.079Z | Downloaded tinytemplate v1.2.1 |
1532 | 2024-11-06T23:18:51.079Z | Downloaded piper v0.2.4 |
1533 | 2024-11-06T23:18:51.079Z | Downloaded event-listener v2.5.3 |
1534 | 2024-11-06T23:18:51.088Z | Downloaded async-process v2.3.0 |
1535 | 2024-11-06T23:18:51.088Z | Downloaded futures-lite v2.3.0 |
1536 | 2024-11-06T23:18:51.088Z | Downloaded async-lock v3.4.0 |
1537 | 2024-11-06T23:18:51.088Z | Downloaded async-executor v1.13.1 |
1538 | 2024-11-06T23:18:51.089Z | Downloaded polling v3.7.3 |
1539 | 2024-11-06T23:18:51.097Z | Downloaded async-io v2.3.4 |
1540 | 2024-11-06T23:18:51.097Z | Downloaded rand_distr v0.4.3 |
1541 | 2024-11-06T23:18:51.102Z | Downloaded event-listener v5.3.1 |
1542 | 2024-11-06T23:18:51.102Z | Downloaded fancy-regex v0.13.0 |
1543 | 2024-11-06T23:18:51.103Z | Downloaded kv-log-macro v1.0.7 |
1544 | 2024-11-06T23:18:51.103Z | Downloaded guppy-workspace-hack v0.1.0 |
1545 | 2024-11-06T23:18:51.108Z | Downloaded guppy v0.17.8 |
1546 | 2024-11-06T23:18:51.115Z | Downloaded criterion-plot v0.5.0 |
1547 | 2024-11-06T23:18:51.116Z | Downloaded assert-json-diff v2.0.2 |
1548 | 2024-11-06T23:18:51.126Z | Downloaded anes v0.1.6 |
1549 | 2024-11-06T23:18:51.126Z | Downloaded serde_regex v1.1.0 |
1550 | 2024-11-06T23:18:51.126Z | Downloaded parking v2.2.1 |
1551 | 2024-11-06T23:18:51.126Z | Downloaded oorandom v11.1.4 |
1552 | 2024-11-06T23:18:51.126Z | Downloaded escape8259 v0.5.3 |
1553 | 2024-11-06T23:18:51.126Z | Downloaded doc-comment v0.3.3 |
1554 | 2024-11-06T23:18:51.129Z | Downloaded datatest-stable v0.2.9 |
1555 | 2024-11-06T23:18:51.140Z | Downloaded async-object-pool v0.1.5 |
1556 | 2024-11-06T23:18:51.140Z | Downloaded async-global-executor v2.4.1 |
1557 | 2024-11-06T23:18:51.145Z | Downloaded async-channel v1.9.0 |
1558 | 2024-11-06T23:18:51.145Z | Downloaded event-listener-strategy v0.5.2 |
1559 | 2024-11-06T23:18:51.145Z | Downloaded async-task v4.7.1 |
1560 | 2024-11-06T23:18:51.149Z | Downloaded concurrent-queue v2.5.0 |
1561 | 2024-11-06T23:18:51.150Z | Downloaded async-signal v0.2.10 |
1562 | 2024-11-06T23:18:51.157Z | Downloaded async-std v1.13.0 |
1563 | 2024-11-06T23:18:51.175Z | Downloaded target-lexicon v0.12.16 |
1564 | 2024-11-06T23:18:51.180Z | Downloaded futures-timer v3.0.3 |
1565 | 2024-11-06T23:18:51.180Z | Downloaded cast v0.3.0 |
1566 | 2024-11-06T23:18:51.180Z | Downloaded blake2b_simd v1.0.2 |
1567 | 2024-11-06T23:18:51.184Z | Downloaded pretty_assertions v1.4.1 |
1568 | 2024-11-06T23:18:51.184Z | Downloaded yansi v1.0.1 |
1569 | 2024-11-06T23:18:51.187Z | Downloaded plotters-backend v0.3.7 |
1570 | 2024-11-06T23:18:51.187Z | Downloaded pathdiff v0.2.2 |
1571 | 2024-11-06T23:18:51.191Z | Downloaded plotters-svg v0.3.7 |
1572 | 2024-11-06T23:18:51.192Z | Downloaded plotters v0.3.7 |
1573 | 2024-11-06T23:18:51.201Z | Downloaded trybuild v1.0.100 |
1574 | 2024-11-06T23:18:51.206Z | Downloaded cfg-expr v0.17.0 |
1575 | 2024-11-06T23:18:51.209Z | Downloaded target-spec v3.2.2 |
1576 | 2024-11-06T23:18:51.209Z | Downloaded stringmetrics v2.2.2 |
1577 | 2024-11-06T23:18:51.214Z | Downloaded similar-asserts v1.6.0 |
1578 | 2024-11-06T23:18:51.219Z | Downloaded rustls-native-certs v0.7.3 |
1579 | 2024-11-06T23:18:51.219Z | Downloaded rust-argon2 v2.1.0 |
1580 | 2024-11-06T23:18:51.219Z | Downloaded rstest_macros v0.23.0 |
1581 | 2024-11-06T23:18:51.224Z | Downloaded rstest v0.23.0 |
1582 | 2024-11-06T23:18:51.231Z | Downloaded relative-path v1.9.3 |
1583 | 2024-11-06T23:18:51.231Z | Downloaded proc-macro-crate v3.2.0 |
1584 | 2024-11-06T23:18:51.243Z | Downloaded path-tree v0.8.1 |
1585 | 2024-11-06T23:18:51.250Z | Downloaded partial-io v0.5.4 |
1586 | 2024-11-06T23:18:51.250Z | Downloaded nested v0.1.1 |
1587 | 2024-11-06T23:18:51.250Z | Downloaded libtest-mimic v0.7.3 |
1588 | 2024-11-06T23:18:51.258Z | Downloaded indoc v2.0.5 |
1589 | 2024-11-06T23:18:51.258Z | Downloaded hyper-rustls v0.26.0 |
1590 | 2024-11-06T23:18:51.258Z | Downloaded httptest v0.16.1 |
1591 | 2024-11-06T23:18:51.285Z | Downloaded httpmock v0.8.0-alpha.1 |
1592 | 2024-11-06T23:18:51.995Z | Checking cfg-if v1.0.0 |
1593 | 2024-11-06T23:18:52.069Z | Checking libc v0.2.161 |
1594 | 2024-11-06T23:18:52.087Z | Checking serde v1.0.210 |
1595 | 2024-11-06T23:18:52.107Z | Checking memchr v2.7.4 |
1596 | 2024-11-06T23:18:52.127Z | Checking value-bag v1.9.0 |
1597 | 2024-11-06T23:18:52.147Z | Checking scopeguard v1.2.0 |
1598 | 2024-11-06T23:18:52.170Z | Checking itoa v1.0.11 |
1599 | 2024-11-06T23:18:52.170Z | Checking zeroize v1.8.1 |
1600 | 2024-11-06T23:18:52.217Z | Checking smallvec v1.13.2 |
1601 | 2024-11-06T23:18:52.290Z | Checking lock_api v0.4.12 |
1602 | 2024-11-06T23:18:52.372Z | Checking pin-project-lite v0.2.14 |
1603 | 2024-11-06T23:18:52.478Z | Checking byteorder v1.5.0 |
1604 | 2024-11-06T23:18:52.502Z | Checking once_cell v1.20.2 |
1605 | 2024-11-06T23:18:52.527Z | Checking log v0.4.22 |
1606 | 2024-11-06T23:18:52.582Z | Checking subtle v2.6.1 |
1607 | 2024-11-06T23:18:52.710Z | Checking typenum v1.17.0 |
1608 | 2024-11-06T23:18:52.825Z | Checking futures-core v0.3.31 |
1609 | 2024-11-06T23:18:52.862Z | Checking libm v0.2.8 |
1610 | 2024-11-06T23:18:52.866Z | Checking thiserror v1.0.64 |
1611 | 2024-11-06T23:18:52.933Z | Checking zerocopy v0.7.35 |
1612 | 2024-11-06T23:18:53.016Z | Checking ryu v1.0.18 |
1613 | 2024-11-06T23:18:53.046Z | Checking spin v0.9.8 |
1614 | 2024-11-06T23:18:53.235Z | Checking getrandom v0.2.15 |
1615 | 2024-11-06T23:18:53.258Z | Checking parking_lot_core v0.9.10 |
1616 | 2024-11-06T23:18:53.398Z | Checking signal-hook-registry v1.4.2 |
1617 | 2024-11-06T23:18:53.474Z | Checking rand_core v0.6.4 |
1618 | 2024-11-06T23:18:53.599Z | Checking parking_lot v0.12.3 |
1619 | 2024-11-06T23:18:53.624Z | Checking mio v1.0.2 |
1620 | 2024-11-06T23:18:53.650Z | Checking socket2 v0.5.7 |
1621 | 2024-11-06T23:18:53.653Z | Checking num-traits v0.2.19 |
1622 | 2024-11-06T23:18:53.768Z | Checking const-oid v0.9.6 |
1623 | 2024-11-06T23:18:53.873Z | Checking generic-array v0.14.7 |
1624 | 2024-11-06T23:18:53.958Z | Checking futures-io v0.3.31 |
1625 | 2024-11-06T23:18:54.132Z | Checking slab v0.4.9 |
1626 | 2024-11-06T23:18:54.157Z | Checking allocator-api2 v0.2.18 |
1627 | 2024-11-06T23:18:54.262Z | Checking futures-sink v0.3.31 |
1628 | 2024-11-06T23:18:54.333Z | Checking cpufeatures v0.2.14 |
1629 | 2024-11-06T23:18:54.413Z | Checking pin-utils v0.1.0 |
1630 | 2024-11-06T23:18:54.440Z | Checking equivalent v1.0.1 |
1631 | 2024-11-06T23:18:54.462Z | Checking foldhash v0.1.3 |
1632 | 2024-11-06T23:18:54.522Z | Checking futures-channel v0.3.31 |
1633 | 2024-11-06T23:18:54.560Z | Checking futures-task v0.3.31 |
1634 | 2024-11-06T23:18:54.693Z | Checking fnv v1.0.7 |
1635 | 2024-11-06T23:18:54.818Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1636 | 2024-11-06T23:18:54.844Z | Checking tracing-core v0.1.32 |
1637 | 2024-11-06T23:18:54.869Z | Checking hashbrown v0.15.0 |
1638 | 2024-11-06T23:18:54.920Z | Checking futures-util v0.3.31 |
1639 | 2024-11-06T23:18:55.100Z | Checking crypto-common v0.1.6 |
1640 | 2024-11-06T23:18:55.144Z | Checking block-buffer v0.10.4 |
1641 | 2024-11-06T23:18:55.334Z | Checking iana-time-zone v0.1.61 |
1642 | 2024-11-06T23:18:55.376Z | Checking ppv-lite86 v0.2.20 |
1643 | 2024-11-06T23:18:55.439Z | Checking errno v0.3.9 |
1644 | 2024-11-06T23:18:55.483Z | Checking tinyvec_macros v0.1.1 |
1645 | 2024-11-06T23:18:55.485Z | Checking tracing v0.1.40 |
1646 | 2024-11-06T23:18:55.575Z | Checking tinyvec v1.8.0 |
1647 | 2024-11-06T23:18:55.610Z | Checking unicode-bidi v0.3.17 |
1648 | 2024-11-06T23:18:55.635Z | Checking digest v0.10.7 |
1649 | 2024-11-06T23:18:55.859Z | Checking block-padding v0.3.3 |
1650 | 2024-11-06T23:18:55.976Z | Checking dyn-clone v1.0.17 |
1651 | 2024-11-06T23:18:56.002Z | Checking percent-encoding v2.3.1 |
1652 | 2024-11-06T23:18:56.070Z | Checking inout v0.1.3 |
1653 | 2024-11-06T23:18:56.121Z | Checking crossbeam-utils v0.8.20 |
1654 | 2024-11-06T23:18:56.144Z | Checking rand_chacha v0.3.1 |
1655 | 2024-11-06T23:18:56.204Z | Checking httparse v1.9.5 |
1656 | 2024-11-06T23:18:56.267Z | Checking form_urlencoded v1.2.1 |
1657 | 2024-11-06T23:18:56.313Z | Checking cipher v0.4.4 |
1658 | 2024-11-06T23:18:56.468Z | Checking regex-syntax v0.8.5 |
1659 | 2024-11-06T23:18:56.521Z | Checking rand v0.8.5 |
1660 | 2024-11-06T23:18:56.638Z | Checking base64ct v1.6.0 |
1661 | 2024-11-06T23:18:56.720Z | Checking hmac v0.12.1 |
1662 | 2024-11-06T23:18:56.794Z | Checking sha2 v0.10.8 |
1663 | 2024-11-06T23:18:56.862Z | Checking unicode-normalization v0.1.24 |
1664 | 2024-11-06T23:18:56.939Z | Checking aho-corasick v1.1.3 |
1665 | 2024-11-06T23:18:56.976Z | Checking bytes v1.7.2 |
1666 | 2024-11-06T23:18:57.085Z | Checking bitflags v2.6.0 |
1667 | 2024-11-06T23:18:57.373Z | Checking serde_json v1.0.128 |
1668 | 2024-11-06T23:18:57.399Z | Checking indexmap v2.6.0 |
1669 | 2024-11-06T23:18:57.794Z | Checking chrono v0.4.38 |
1670 | 2024-11-06T23:18:57.820Z | Checking rustix v0.38.37 |
1671 | 2024-11-06T23:18:57.845Z | Checking tokio v1.40.0 |
1672 | 2024-11-06T23:18:58.552Z | Checking uuid v1.10.0 |
1673 | 2024-11-06T23:18:58.683Z | Checking http v1.1.0 |
1674 | 2024-11-06T23:18:59.138Z | Checking untrusted v0.9.0 |
1675 | 2024-11-06T23:18:59.176Z | Checking atomic-waker v1.1.2 |
1676 | 2024-11-06T23:18:59.321Z | Checking lazy_static v1.5.0 |
1677 | 2024-11-06T23:18:59.344Z | Checking ring v0.17.8 |
1678 | 2024-11-06T23:18:59.446Z | Checking adler2 v2.0.0 |
1679 | 2024-11-06T23:18:59.611Z | Checking unicode-ident v1.0.13 |
1680 | 2024-11-06T23:18:59.696Z | Checking regex-automata v0.4.8 |
1681 | 2024-11-06T23:18:59.781Z | Checking miniz_oxide v0.8.0 |
1682 | 2024-11-06T23:18:59.908Z | Checking schemars v0.8.21 |
1683 | 2024-11-06T23:19:00.144Z | Checking idna v0.5.0 |
1684 | 2024-11-06T23:19:00.175Z | Checking pem-rfc7468 v0.7.0 |
1685 | 2024-11-06T23:19:00.455Z | Checking try-lock v0.2.5 |
1686 | 2024-11-06T23:19:00.483Z | Checking httpdate v1.0.3 |
1687 | 2024-11-06T23:19:00.605Z | Checking powerfmt v0.2.0 |
1688 | 2024-11-06T23:19:00.718Z | Checking want v0.3.1 |
1689 | 2024-11-06T23:19:00.894Z | Checking deranged v0.3.11 |
1690 | 2024-11-06T23:19:00.921Z | Checking proc-macro2 v1.0.87 |
1691 | 2024-11-06T23:19:01.003Z | Checking url v2.5.2 |
1692 | 2024-11-06T23:19:01.226Z | Checking num_threads v0.1.7 |
1693 | 2024-11-06T23:19:01.276Z | Checking rustls-pki-types v1.9.0 |
1694 | 2024-11-06T23:19:01.354Z | Checking time-core v0.1.2 |
1695 | 2024-11-06T23:19:01.528Z | Checking num-conv v0.1.0 |
1696 | 2024-11-06T23:19:01.580Z | Checking quote v1.0.37 |
1697 | 2024-11-06T23:19:01.603Z | Checking flagset v0.4.6 |
1698 | 2024-11-06T23:19:01.798Z | Checking base64 v0.22.1 |
1699 | 2024-11-06T23:19:01.800Z | Checking http-body v1.0.1 |
1700 | 2024-11-06T23:19:01.842Z | Checking der v0.7.9 |
1701 | 2024-11-06T23:19:01.866Z | Checking pbkdf2 v0.12.2 |
1702 | 2024-11-06T23:19:01.917Z | Checking syn v2.0.79 |
1703 | 2024-11-06T23:19:02.020Z | Checking aes v0.8.4 |
1704 | 2024-11-06T23:19:02.045Z | Checking tower-service v0.3.3 |
1705 | 2024-11-06T23:19:02.174Z | Checking salsa20 v0.10.2 |
1706 | 2024-11-06T23:19:02.259Z | Checking cbc v0.1.2 |
1707 | 2024-11-06T23:19:02.400Z | Checking ahash v0.8.11 |
1708 | 2024-11-06T23:19:02.479Z | Checking scrypt v0.11.0 |
1709 | 2024-11-06T23:19:02.639Z | Checking time v0.3.36 |
1710 | 2024-11-06T23:19:02.709Z | Checking rustls-webpki v0.102.8 |
1711 | 2024-11-06T23:19:02.921Z | Checking slog v2.7.0 |
1712 | 2024-11-06T23:19:02.989Z | Checking gimli v0.31.1 |
1713 | 2024-11-06T23:19:03.433Z | Checking mime v0.3.17 |
1714 | 2024-11-06T23:19:03.490Z | Checking object v0.36.5 |
1715 | 2024-11-06T23:19:03.752Z | Checking spki v0.7.3 |
1716 | 2024-11-06T23:19:03.755Z | Checking ipnet v2.10.1 |
1717 | 2024-11-06T23:19:04.051Z | Checking pkcs5 v0.7.1 |
1718 | 2024-11-06T23:19:04.195Z | Checking utf8parse v0.2.2 |
1719 | 2024-11-06T23:19:04.267Z | Checking rustc-demangle v0.1.24 |
1720 | 2024-11-06T23:19:04.356Z | Checking regex v1.11.0 |
1721 | 2024-11-06T23:19:04.609Z | Checking pkcs8 v0.10.2 |
1722 | 2024-11-06T23:19:04.729Z | Checking data-encoding v2.6.0 |
1723 | 2024-11-06T23:19:04.900Z | Checking unicode-width v0.1.14 |
1724 | 2024-11-06T23:19:04.936Z | Checking tokio-util v0.7.12 |
1725 | 2024-11-06T23:19:04.984Z | Checking futures-executor v0.3.31 |
1726 | 2024-11-06T23:19:05.129Z | Checking serde_spanned v0.6.8 |
1727 | 2024-11-06T23:19:05.219Z | Checking toml_datetime v0.6.8 |
1728 | 2024-11-06T23:19:05.336Z | Checking anstyle v1.0.8 |
1729 | 2024-11-06T23:19:05.377Z | Checking futures v0.3.31 |
1730 | 2024-11-06T23:19:05.402Z | Checking http-body-util v0.1.2 |
1731 | 2024-11-06T23:19:05.491Z | Checking serde_urlencoded v0.7.1 |
1732 | 2024-11-06T23:19:05.518Z | Checking encoding_rs v0.8.34 |
1733 | 2024-11-06T23:19:05.709Z | Checking foreign-types-shared v0.1.1 |
1734 | 2024-11-06T23:19:05.760Z | Checking h2 v0.4.6 |
1735 | 2024-11-06T23:19:05.816Z | Checking openssl-probe v0.1.5 |
1736 | 2024-11-06T23:19:05.886Z | Checking foreign-types v0.3.2 |
1737 | 2024-11-06T23:19:05.911Z | Checking rustls-pemfile v2.2.0 |
1738 | 2024-11-06T23:19:05.979Z | Checking semver v1.0.23 |
1739 | 2024-11-06T23:19:06.004Z | Checking sha1 v0.10.6 |
1740 | 2024-11-06T23:19:06.134Z | Checking openssl-sys v0.9.103 |
1741 | 2024-11-06T23:19:06.275Z | Checking anstyle-parse v0.2.5 |
1742 | 2024-11-06T23:19:06.429Z | Checking anstyle-query v1.1.1 |
1743 | 2024-11-06T23:19:06.566Z | Checking is_terminal_polyfill v1.70.1 |
1744 | 2024-11-06T23:19:06.591Z | Checking colorchoice v1.0.2 |
1745 | 2024-11-06T23:19:06.703Z | Checking rustls v0.23.14 |
1746 | 2024-11-06T23:19:06.743Z | Checking anstream v0.6.15 |
1747 | 2024-11-06T23:19:07.130Z | Checking terminal_size v0.4.0 |
1748 | 2024-11-06T23:19:07.139Z | Checking addr2line v0.24.2 |
1749 | 2024-11-06T23:19:07.290Z | Checking camino v1.1.9 |
1750 | 2024-11-06T23:19:07.519Z | Checking openssl v0.10.66 |
1751 | 2024-11-06T23:19:07.682Z | Checking signature v2.2.0 |
1752 | 2024-11-06T23:19:07.804Z | Checking clap_lex v0.7.2 |
1753 | 2024-11-06T23:19:07.851Z | Checking either v1.13.0 |
1754 | 2024-11-06T23:19:07.879Z | Checking strsim v0.11.1 |
1755 | 2024-11-06T23:19:08.025Z | Checking winnow v0.6.20 |
1756 | 2024-11-06T23:19:08.172Z | Checking clap_builder v4.5.20 |
1757 | 2024-11-06T23:19:08.259Z | Checking openapiv3 v2.0.0 |
1758 | 2024-11-06T23:19:08.290Z | Checking idna v0.3.0 |
1759 | 2024-11-06T23:19:09.123Z | Checking psl-types v2.0.11 |
1760 | 2024-11-06T23:19:09.327Z | Checking publicsuffix v2.2.3 |
1761 | 2024-11-06T23:19:09.587Z | Checking cookie v0.18.1 |
1762 | 2024-11-06T23:19:10.078Z | Checking webpki-roots v0.26.6 |
1763 | 2024-11-06T23:19:10.235Z | Checking backtrace v0.3.74 |
1764 | 2024-11-06T23:19:10.307Z | Checking is-terminal v0.4.13 |
1765 | 2024-11-06T23:19:10.440Z | Checking scroll v0.12.0 |
1766 | 2024-11-06T23:19:10.810Z | Checking anyhow v1.0.92 |
1767 | 2024-11-06T23:19:10.918Z | Checking base16ct v0.2.0 |
1768 | 2024-11-06T23:19:11.010Z | Checking plain v0.2.3 |
1769 | 2024-11-06T23:19:11.092Z | Checking ucd-trie v0.1.7 |
1770 | 2024-11-06T23:19:11.154Z | Checking goblin v0.8.2 |
1771 | 2024-11-06T23:19:11.228Z | Checking sec1 v0.7.3 |
1772 | 2024-11-06T23:19:11.249Z | Checking clap v4.5.20 |
1773 | 2024-11-06T23:19:11.297Z | Checking pest v2.7.14 |
1774 | 2024-11-06T23:19:11.371Z | Checking cookie_store v0.21.0 |
1775 | 2024-11-06T23:19:11.644Z | Checking num-integer v0.1.46 |
1776 | 2024-11-06T23:19:11.671Z | Checking ff v0.13.0 |
1777 | 2024-11-06T23:19:11.697Z | Checking tokio-rustls v0.26.0 |
1778 | 2024-11-06T23:19:11.890Z | Checking sync_wrapper v1.0.1 |
1779 | 2024-11-06T23:19:11.980Z | Checking pretty-hex v0.4.1 |
1780 | 2024-11-06T23:19:12.042Z | Checking group v0.13.0 |
1781 | 2024-11-06T23:19:12.044Z | Checking hyper v1.4.1 |
1782 | 2024-11-06T23:19:12.091Z | Checking hkdf v0.12.4 |
1783 | 2024-11-06T23:19:12.117Z | Checking crypto-bigint v0.5.5 |
1784 | 2024-11-06T23:19:12.157Z | Checking thread-id v4.2.2 |
1785 | 2024-11-06T23:19:12.273Z | Checking crc32fast v1.4.2 |
1786 | 2024-11-06T23:19:12.299Z | Checking utf-8 v0.7.6 |
1787 | 2024-11-06T23:19:12.322Z | Checking bitflags v1.3.2 |
1788 | 2024-11-06T23:19:12.431Z | Checking static_assertions v1.1.0 |
1789 | 2024-11-06T23:19:12.496Z | Checking toml_edit v0.22.22 |
1790 | 2024-11-06T23:19:12.498Z | Checking memmap v0.7.0 |
1791 | 2024-11-06T23:19:12.545Z | Checking dirs-sys-next v0.1.2 |
1792 | 2024-11-06T23:19:12.722Z | Checking unicode-segmentation v1.12.0 |
1793 | 2024-11-06T23:19:12.749Z | Checking stable_deref_trait v1.2.0 |
1794 | 2024-11-06T23:19:12.776Z | Checking native-tls v0.2.12 |
1795 | 2024-11-06T23:19:12.858Z | Checking dirs-next v2.0.0 |
1796 | 2024-11-06T23:19:13.002Z | Checking num-iter v0.1.45 |
1797 | 2024-11-06T23:19:13.090Z | Checking tokio-native-tls v0.3.1 |
1798 | 2024-11-06T23:19:13.186Z | Checking crossbeam-channel v0.5.13 |
1799 | 2024-11-06T23:19:13.353Z | Checking crossbeam-epoch v0.9.18 |
1800 | 2024-11-06T23:19:13.405Z | Checking thread_local v1.1.8 |
1801 | 2024-11-06T23:19:13.698Z | Checking term v0.7.0 |
1802 | 2024-11-06T23:19:13.775Z | Checking dtrace-parser v0.2.0 |
1803 | 2024-11-06T23:19:13.795Z | Checking bstr v1.10.0 |
1804 | 2024-11-06T23:19:13.914Z | Checking hex v0.4.3 |
1805 | 2024-11-06T23:19:14.131Z | Checking rfc6979 v0.4.0 |
1806 | 2024-11-06T23:19:14.157Z | Checking hyper-util v0.1.9 |
1807 | 2024-11-06T23:19:14.252Z | Checking managed v0.8.0 |
1808 | 2024-11-06T23:19:14.313Z | Checking match_cfg v0.1.0 |
1809 | 2024-11-06T23:19:14.421Z | Checking winnow v0.5.40 |
1810 | 2024-11-06T23:19:14.463Z | Checking take_mut v0.2.2 |
1811 | 2024-11-06T23:19:14.618Z | Checking slog-async v2.8.0 |
1812 | 2024-11-06T23:19:14.642Z | Checking hostname v0.3.1 |
1813 | 2024-11-06T23:19:14.688Z | Checking slog-term v2.9.1 |
1814 | 2024-11-06T23:19:14.784Z | Checking crossbeam-deque v0.8.5 |
1815 | 2024-11-06T23:19:14.899Z | Checking num-bigint-dig v0.8.4 |
1816 | 2024-11-06T23:19:14.902Z | Checking elliptic-curve v0.13.8 |
1817 | 2024-11-06T23:19:15.108Z | Checking flate2 v1.0.34 |
1818 | 2024-11-06T23:19:15.176Z | Checking toml v0.8.19 |
1819 | 2024-11-06T23:19:15.179Z | Checking pkcs1 v0.7.5 |
1820 | 2024-11-06T23:19:15.613Z | Checking ecdsa v0.16.9 |
1821 | 2024-11-06T23:19:15.634Z | Checking curve25519-dalek v4.1.3 |
1822 | 2024-11-06T23:19:15.777Z | Checking zerocopy v0.6.6 |
1823 | 2024-11-06T23:19:15.932Z | Checking siphasher v0.3.11 |
1824 | 2024-11-06T23:19:16.034Z | Checking dof v0.3.0 |
1825 | 2024-11-06T23:19:16.229Z | Checking rayon-core v1.12.1 |
1826 | 2024-11-06T23:19:16.305Z | Checking hyper-tls v0.6.0 |
1827 | 2024-11-06T23:19:16.348Z | Checking hyper-rustls v0.27.3 |
1828 | 2024-11-06T23:19:16.485Z | Checking ed25519 v2.2.3 |
1829 | 2024-11-06T23:19:16.587Z | Checking rustls v0.22.4 |
1830 | 2024-11-06T23:19:16.646Z | Checking usdt-impl v0.5.0 |
1831 | 2024-11-06T23:19:16.702Z | Checking reqwest v0.12.8 |
1832 | 2024-11-06T23:19:16.790Z | Checking signal-hook v0.3.17 |
1833 | 2024-11-06T23:19:16.886Z | Checking quick-error v1.2.3 |
1834 | 2024-11-06T23:19:17.031Z | Checking itertools v0.10.5 |
1835 | 2024-11-06T23:19:17.079Z | Checking rsa v0.9.6 |
1836 | 2024-11-06T23:19:17.123Z | Checking slog-json v2.6.1 |
1837 | 2024-11-06T23:19:17.181Z | Checking usdt v0.5.0 |
1838 | 2024-11-06T23:19:17.387Z | Checking x509-cert v0.2.5 |
1839 | 2024-11-06T23:19:17.431Z | Checking toml_edit v0.19.15 |
1840 | 2024-11-06T23:19:17.456Z | Checking idna v0.4.0 |
1841 | 2024-11-06T23:19:17.562Z | Checking ed25519-dalek v2.1.1 |
1842 | 2024-11-06T23:19:18.003Z | Checking hubpack v0.1.2 |
1843 | 2024-11-06T23:19:18.041Z | Checking bzip2-sys v0.1.11+1.0.8 |
1844 | 2024-11-06T23:19:18.179Z | Checking bit-vec v0.6.3 |
1845 | 2024-11-06T23:19:18.292Z | Checking debug-ignore v1.0.5 |
1846 | 2024-11-06T23:19:18.315Z | Checking hickory-proto v0.24.1 |
1847 | 2024-11-06T23:19:18.438Z | Checking bzip2 v0.4.4 |
1848 | 2024-11-06T23:19:18.534Z | Checking slog-bunyan v2.5.0 |
1849 | 2024-11-06T23:19:18.538Z | Checking bit-set v0.5.3 |
1850 | 2024-11-06T23:19:18.730Z | Checking signal-hook-mio v0.2.4 |
1851 | 2024-11-06T23:19:18.746Z | Checking multer v3.1.0 |
1852 | 2024-11-06T23:19:18.834Z | Checking console v0.15.8 |
1853 | 2024-11-06T23:19:18.869Z | Checking waitgroup v0.1.2 |
1854 | 2024-11-06T23:19:19.009Z | Checking serde_path_to_error v0.1.16 |
1855 | 2024-11-06T23:19:19.035Z | Checking async-stream v0.3.6 |
1856 | 2024-11-06T23:19:19.139Z | Checking hostname v0.4.0 |
1857 | 2024-11-06T23:19:19.227Z | Checking hash32 v0.2.1 |
1858 | 2024-11-06T23:19:19.251Z | Checking linked-hash-map v0.5.6 |
1859 | 2024-11-06T23:19:19.293Z | Checking predicates-core v1.0.8 |
1860 | 2024-11-06T23:19:19.422Z | Checking unicode-properties v0.1.3 |
1861 | 2024-11-06T23:19:19.482Z | Checking crossterm v0.28.1 |
1862 | 2024-11-06T23:19:19.539Z | Checking heapless v0.7.17 |
1863 | 2024-11-06T23:19:19.587Z | Checking lru-cache v0.1.2 |
1864 | 2024-11-06T23:19:19.642Z | Checking rayon v1.10.0 |
1865 | 2024-11-06T23:19:19.769Z | Checking stringprep v0.1.5 |
1866 | 2024-11-06T23:19:19.772Z | Checking phf_shared v0.11.2 |
1867 | 2024-11-06T23:19:20.037Z | Checking toml v0.7.8 |
1868 | 2024-11-06T23:19:20.062Z | Checking similar v2.6.0 |
1869 | 2024-11-06T23:19:20.091Z | Checking tokio-stream v0.1.16 |
1870 | 2024-11-06T23:19:20.127Z | Checking tokio-rustls v0.25.0 |
1871 | 2024-11-06T23:19:20.499Z | Checking dropshot v0.12.0 |
1872 | 2024-11-06T23:19:20.610Z | Checking md-5 v0.10.6 |
1873 | 2024-11-06T23:19:20.796Z | Checking float-cmp v0.9.0 |
1874 | 2024-11-06T23:19:20.841Z | Checking normalize-line-endings v0.3.0 |
1875 | 2024-11-06T23:19:20.921Z | Checking fallible-iterator v0.2.0 |
1876 | 2024-11-06T23:19:20.947Z | Checking fixedbitset v0.4.2 |
1877 | 2024-11-06T23:19:20.972Z | Checking difflib v0.4.0 |
1878 | 2024-11-06T23:19:20.997Z | Checking smoltcp v0.9.1 |
1879 | 2024-11-06T23:19:21.219Z | Checking petgraph v0.6.5 |
1880 | 2024-11-06T23:19:21.300Z | Checking phf v0.11.2 |
1881 | 2024-11-06T23:19:21.318Z | Checking predicates v3.1.2 |
1882 | 2024-11-06T23:19:21.540Z | Checking postgres-protocol v0.6.7 |
1883 | 2024-11-06T23:19:21.567Z | Checking zip v0.6.6 |
1884 | 2024-11-06T23:19:21.965Z | Checking resolv-conf v0.7.0 |
1885 | 2024-11-06T23:19:22.241Z | Checking phf_shared v0.10.0 |
1886 | 2024-11-06T23:19:22.300Z | Checking tungstenite v0.24.0 |
1887 | 2024-11-06T23:19:22.323Z | Checking fs-err v2.11.0 |
1888 | 2024-11-06T23:19:22.474Z | Checking serde-big-array v0.5.1 |
1889 | 2024-11-06T23:19:22.536Z | Checking portable-atomic v1.9.0 |
1890 | 2024-11-06T23:19:22.698Z | Checking new_debug_unreachable v1.0.6 |
1891 | 2024-11-06T23:19:22.796Z | Checking minimal-lexical v0.2.1 |
1892 | 2024-11-06T23:19:22.894Z | Checking lalrpop-util v0.19.12 |
1893 | 2024-11-06T23:19:22.921Z | Checking precomputed-hash v0.1.1 |
1894 | 2024-11-06T23:19:23.044Z | Checking number_prefix v0.4.0 |
1895 | 2024-11-06T23:19:23.195Z | Checking string_cache v0.8.7 |
1896 | 2024-11-06T23:19:23.198Z | Checking nom v7.1.3 |
1897 | 2024-11-06T23:19:23.241Z | Checking tokio-tungstenite v0.24.0 |
1898 | 2024-11-06T23:19:23.244Z | Checking hickory-resolver v0.24.1 |
1899 | 2024-11-06T23:19:23.455Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1900 | 2024-11-06T23:19:23.517Z | Checking postgres-types v0.2.8 |
1901 | 2024-11-06T23:19:23.546Z | Checking indicatif v0.17.8 |
1902 | 2024-11-06T23:19:23.743Z | Checking itertools v0.12.1 |
1903 | 2024-11-06T23:19:24.198Z | Checking whoami v1.5.2 |
1904 | 2024-11-06T23:19:24.294Z | Checking peg-runtime v0.8.3 |
1905 | 2024-11-06T23:19:24.444Z | Compiling hashbrown v0.14.5 |
1906 | 2024-11-06T23:19:24.523Z | Checking tokio-postgres v0.7.12 |
1907 | 2024-11-06T23:19:24.547Z | Compiling unsafe-libyaml v0.2.11 |
1908 | 2024-11-06T23:19:24.824Z | Checking qorb v0.2.0 |
1909 | 2024-11-06T23:19:25.713Z | Compiling regress v0.10.1 |
1910 | 2024-11-06T23:19:25.804Z | Compiling ident_case v1.0.1 |
1911 | 2024-11-06T23:19:25.986Z | Compiling serde_yaml v0.9.34+deprecated |
1912 | 2024-11-06T23:19:26.051Z | Compiling darling_core v0.20.10 |
1913 | 2024-11-06T23:19:26.338Z | Checking heck v0.5.0 |
1914 | 2024-11-06T23:19:26.532Z | Checking progenitor-client v0.8.0 |
1915 | 2024-11-06T23:19:26.877Z | Checking fastrand v2.1.1 |
1916 | 2024-11-06T23:19:27.206Z | Compiling newtype-uuid v1.1.2 |
1917 | 2024-11-06T23:19:27.454Z | Checking ipnetwork v0.20.0 |
1918 | 2024-11-06T23:19:27.524Z | Compiling structmeta-derive v0.3.0 |
1919 | 2024-11-06T23:19:27.716Z | Checking strum v0.26.3 |
1920 | 2024-11-06T23:19:27.819Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1921 | 2024-11-06T23:19:28.138Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
1922 | 2024-11-06T23:19:28.470Z | Checking tempfile v3.13.0 |
1923 | 2024-11-06T23:19:28.581Z | Checking instant v0.1.13 |
1924 | 2024-11-06T23:19:28.710Z | Checking regress v0.9.1 |
1925 | 2024-11-06T23:19:28.859Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1926 | 2024-11-06T23:19:28.955Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1927 | 2024-11-06T23:19:29.293Z | Checking macaddr v1.0.1 |
1928 | 2024-11-06T23:19:29.659Z | Compiling typify-impl v0.2.0 |
1929 | 2024-11-06T23:19:29.684Z | Checking backoff v0.4.0 |
1930 | 2024-11-06T23:19:29.921Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1931 | 2024-11-06T23:19:29.981Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1932 | 2024-11-06T23:19:30.071Z | Checking wait-timeout v0.2.0 |
1933 | 2024-11-06T23:19:30.138Z | Checking rand_xorshift v0.3.0 |
1934 | 2024-11-06T23:19:30.264Z | Compiling structmeta v0.3.0 |
1935 | 2024-11-06T23:19:30.267Z | Checking rusty-fork v0.3.0 |
1936 | 2024-11-06T23:19:30.318Z | Compiling structmeta-derive v0.2.0 |
1937 | 2024-11-06T23:19:30.581Z | Checking unarray v0.1.4 |
1938 | 2024-11-06T23:19:30.584Z | Checking camino-tempfile v1.1.1 |
1939 | 2024-11-06T23:19:30.688Z | Compiling parse-display-derive v0.10.0 |
1940 | 2024-11-06T23:19:30.756Z | Checking proptest v1.5.0 |
1941 | 2024-11-06T23:19:30.874Z | Compiling proc-macro-error v1.0.4 |
1942 | 2024-11-06T23:19:31.556Z | Compiling proc-macro-crate v1.3.1 |
1943 | 2024-11-06T23:19:32.278Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1944 | 2024-11-06T23:19:32.390Z | Compiling darling_macro v0.20.10 |
1945 | 2024-11-06T23:19:32.423Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1946 | 2024-11-06T23:19:32.606Z | Compiling num_enum_derive v0.5.11 |
1947 | 2024-11-06T23:19:32.687Z | Compiling foreign-types-macros v0.2.3 |
1948 | 2024-11-06T23:19:32.752Z | Checking foreign-types-shared v0.3.1 |
1949 | 2024-11-06T23:19:33.041Z | Compiling structmeta v0.2.0 |
1950 | 2024-11-06T23:19:33.218Z | Checking tabwriter v1.4.0 |
1951 | 2024-11-06T23:19:33.315Z | Compiling darling v0.20.10 |
1952 | 2024-11-06T23:19:33.450Z | Compiling serde_with_macros v3.11.0 |
1953 | 2024-11-06T23:19:33.476Z | Checking cstr-argument v0.1.2 |
1954 | 2024-11-06T23:19:33.478Z | Compiling test-strategy v0.3.1 |
1955 | 2024-11-06T23:19:33.676Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1956 | 2024-11-06T23:19:33.918Z | Checking foreign-types v0.5.0 |
1957 | 2024-11-06T23:19:34.033Z | Checking pretty-hex v0.2.1 |
1958 | 2024-11-06T23:19:34.212Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1959 | 2024-11-06T23:19:34.561Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1960 | 2024-11-06T23:19:34.585Z | Checking colored v2.1.0 |
1961 | 2024-11-06T23:19:34.729Z | Checking smf v0.2.3 |
1962 | 2024-11-06T23:19:34.912Z | Checking parse-display v0.10.0 |
1963 | 2024-11-06T23:19:34.914Z | Checking base64 v0.21.7 |
1964 | 2024-11-06T23:19:35.015Z | Checking num_enum v0.5.11 |
1965 | 2024-11-06T23:19:35.168Z | Compiling crucible-workspace-hack v0.1.0 |
1966 | 2024-11-06T23:19:35.170Z | Checking termtree v0.4.1 |
1967 | 2024-11-06T23:19:35.212Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1968 | 2024-11-06T23:19:35.395Z | Compiling heapless v0.8.0 |
1969 | 2024-11-06T23:19:35.398Z | Checking predicates-tree v1.0.11 |
1970 | 2024-11-06T23:19:35.487Z | Checking hash32 v0.3.1 |
1971 | 2024-11-06T23:19:35.508Z | Compiling smoltcp v0.11.0 |
1972 | 2024-11-06T23:19:35.557Z | Checking cobs v0.2.3 |
1973 | 2024-11-06T23:19:35.637Z | Checking sigpipe v0.1.3 |
1974 | 2024-11-06T23:19:35.665Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1975 | 2024-11-06T23:19:35.749Z | Checking postcard v1.0.10 |
1976 | 2024-11-06T23:19:35.772Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1977 | 2024-11-06T23:19:35.936Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
1978 | 2024-11-06T23:19:36.061Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1979 | 2024-11-06T23:19:36.139Z | Checking serde_with v3.11.0 |
1980 | 2024-11-06T23:19:36.231Z | Compiling mockall_derive v0.13.0 |
1981 | 2024-11-06T23:19:36.274Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1982 | 2024-11-06T23:19:36.390Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1983 | 2024-11-06T23:19:36.628Z | Compiling zone_cfg_derive v0.3.0 |
1984 | 2024-11-06T23:19:36.748Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1985 | 2024-11-06T23:19:37.037Z | Compiling num-derive v0.4.2 |
1986 | 2024-11-06T23:19:37.104Z | Checking fragile v2.0.0 |
1987 | 2024-11-06T23:19:37.383Z | Checking downcast v0.11.0 |
1988 | 2024-11-06T23:19:37.606Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1989 | 2024-11-06T23:19:37.960Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
1990 | 2024-11-06T23:19:38.022Z | Checking zone v0.3.0 |
1991 | 2024-11-06T23:19:38.211Z | Checking atomicwrites v0.4.4 |
1992 | 2024-11-06T23:19:38.438Z | Compiling convert_case v0.4.0 |
1993 | 2024-11-06T23:19:38.610Z | Checking tungstenite v0.21.0 |
1994 | 2024-11-06T23:19:38.836Z | Checking newline-converter v0.3.0 |
1995 | 2024-11-06T23:19:39.003Z | Checking expectorate v1.1.0 |
1996 | 2024-11-06T23:19:39.183Z | Checking itertools v0.13.0 |
1997 | 2024-11-06T23:19:39.354Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
1998 | 2024-11-06T23:19:39.379Z | Compiling derive_more v0.99.18 |
1999 | 2024-11-06T23:19:39.534Z | Checking same-file v1.0.6 |
2000 | 2024-11-06T23:19:39.631Z | Checking tokio-tungstenite v0.21.0 |
2001 | 2024-11-06T23:19:39.730Z | Checking walkdir v2.5.0 |
2002 | 2024-11-06T23:19:39.820Z | Checking arc-swap v1.7.1 |
2003 | 2024-11-06T23:19:40.020Z | Checking xattr v1.3.1 |
2004 | 2024-11-06T23:19:40.159Z | Checking filetime v0.2.25 |
2005 | 2024-11-06T23:19:40.227Z | Checking swrite v0.1.0 |
2006 | 2024-11-06T23:19:40.285Z | Checking slog-scope v4.4.0 |
2007 | 2024-11-06T23:19:40.314Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2008 | 2024-11-06T23:19:40.359Z | Compiling owo-colors v4.1.0 |
2009 | 2024-11-06T23:19:40.381Z | Checking tar v0.4.42 |
2010 | 2024-11-06T23:19:40.489Z | Checking slog-stdlog v4.1.1 |
2011 | 2024-11-06T23:19:40.658Z | Compiling cancel-safe-futures v0.1.5 |
2012 | 2024-11-06T23:19:40.681Z | Checking slog-envlogger v2.2.0 |
2013 | 2024-11-06T23:19:41.145Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2014 | 2024-11-06T23:19:41.495Z | Checking libsw v3.3.1 |
2015 | 2024-11-06T23:19:41.497Z | Checking password-hash v0.5.0 |
2016 | 2024-11-06T23:19:41.775Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2017 | 2024-11-06T23:19:41.797Z | Checking blake2 v0.10.6 |
2018 | 2024-11-06T23:19:41.882Z | Checking linear-map v1.2.0 |
2019 | 2024-11-06T23:19:41.951Z | Checking indent_write v2.2.0 |
2020 | 2024-11-06T23:19:42.161Z | Checking num-rational v0.4.2 |
2021 | 2024-11-06T23:19:42.233Z | Checking pem v3.0.4 |
2022 | 2024-11-06T23:19:42.275Z | Checking argon2 v0.5.3 |
2023 | 2024-11-06T23:19:42.494Z | Checking num-complex v0.4.6 |
2024 | 2024-11-06T23:19:42.823Z | Checking float-ord v0.3.2 |
2025 | 2024-11-06T23:19:42.842Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2026 | 2024-11-06T23:19:42.973Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2027 | 2024-11-06T23:19:42.994Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2028 | 2024-11-06T23:19:43.453Z | Checking num v0.4.3 |
2029 | 2024-11-06T23:19:43.556Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=f3002b356da7d0e4ca15beb66a5566a92919baaa#f3002b35) |
2030 | 2024-11-06T23:19:43.581Z | Compiling lzma-sys v0.1.20 |
2031 | 2024-11-06T23:19:43.812Z | Checking humantime v2.1.0 |
2032 | 2024-11-06T23:19:43.837Z | Checking headers-core v0.3.0 |
2033 | 2024-11-06T23:19:43.882Z | Compiling heck v0.3.3 |
2034 | 2024-11-06T23:19:43.978Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2035 | 2024-11-06T23:19:44.122Z | Checking headers v0.4.0 |
2036 | 2024-11-06T23:19:44.146Z | Checking mockall v0.13.0 |
2037 | 2024-11-06T23:19:44.323Z | Compiling zone_cfg_derive v0.1.2 |
2038 | 2024-11-06T23:19:44.347Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2039 | 2024-11-06T23:19:44.416Z | Checking yasna v0.5.2 |
2040 | 2024-11-06T23:19:44.618Z | Checking base64 v0.13.1 |
2041 | 2024-11-06T23:19:44.651Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2042 | 2024-11-06T23:19:45.033Z | Checking ron v0.7.1 |
2043 | 2024-11-06T23:19:45.124Z | Checking xz2 v0.1.7 |
2044 | 2024-11-06T23:19:45.318Z | Checking rcgen v0.12.1 |
2045 | 2024-11-06T23:19:45.429Z | Checking subprocess v0.2.9 |
2046 | 2024-11-06T23:19:45.798Z | Checking zone v0.1.8 |
2047 | 2024-11-06T23:19:45.976Z | Checking half v2.4.1 |
2048 | 2024-11-06T23:19:46.003Z | Compiling typify-macro v0.2.0 |
2049 | 2024-11-06T23:19:46.006Z | Checking ciborium-io v0.2.2 |
2050 | 2024-11-06T23:19:46.125Z | Compiling semver v0.1.20 |
2051 | 2024-11-06T23:19:46.150Z | Checking highway v1.2.0 |
2052 | 2024-11-06T23:19:46.413Z | Compiling prettyplease v0.2.22 |
2053 | 2024-11-06T23:19:46.436Z | Checking ciborium-ll v0.2.2 |
2054 | 2024-11-06T23:19:46.463Z | Compiling rustc_version v0.1.7 |
2055 | 2024-11-06T23:19:46.732Z | Checking ciborium v0.2.2 |
2056 | 2024-11-06T23:19:46.757Z | Compiling home v0.5.9 |
2057 | 2024-11-06T23:19:46.931Z | Compiling newtype_derive v0.1.6 |
2058 | 2024-11-06T23:19:47.203Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2059 | 2024-11-06T23:19:47.424Z | Checking steno v0.4.1 |
2060 | 2024-11-06T23:19:49.440Z | Compiling slog-dtrace v0.3.0 |
2061 | 2024-11-06T23:19:49.754Z | Checking display-error-chain v0.2.2 |
2062 | 2024-11-06T23:19:49.757Z | Compiling blake3 v1.5.4 |
2063 | 2024-11-06T23:19:49.870Z | Compiling ring v0.16.20 |
2064 | 2024-11-06T23:19:49.920Z | Checking keccak v0.1.5 |
2065 | 2024-11-06T23:19:50.076Z | Compiling typify v0.2.0 |
2066 | 2024-11-06T23:19:50.235Z | Compiling progenitor-impl v0.8.0 |
2067 | 2024-11-06T23:19:50.274Z | Checking sha3 v0.10.8 |
2068 | 2024-11-06T23:19:50.276Z | Checking universal-hash v0.5.1 |
2069 | 2024-11-06T23:19:50.481Z | Checking secrecy v0.8.0 |
2070 | 2024-11-06T23:19:50.687Z | Checking opaque-debug v0.3.1 |
2071 | 2024-11-06T23:19:50.707Z | Checking aead v0.5.2 |
2072 | 2024-11-06T23:19:50.784Z | Checking poly1305 v0.8.0 |
2073 | 2024-11-06T23:19:50.916Z | Checking chacha20 v0.9.1 |
2074 | 2024-11-06T23:19:51.393Z | Checking gethostname v0.5.0 |
2075 | 2024-11-06T23:19:51.527Z | Compiling memmap2 v0.9.5 |
2076 | 2024-11-06T23:19:51.672Z | Compiling arrayvec v0.7.6 |
2077 | 2024-11-06T23:19:51.994Z | Compiling spin v0.5.2 |
2078 | 2024-11-06T23:19:52.017Z | Compiling untrusted v0.7.1 |
2079 | 2024-11-06T23:19:52.102Z | Compiling arrayref v0.3.9 |
2080 | 2024-11-06T23:19:52.166Z | Compiling constant_time_eq v0.3.1 |
2081 | 2024-11-06T23:19:52.220Z | Compiling toolchain_find v0.4.0 |
2082 | 2024-11-06T23:19:52.220Z | Compiling thiserror-impl-no-std v2.0.2 |
2083 | 2024-11-06T23:19:52.259Z | Compiling topological-sort v0.2.2 |
2084 | 2024-11-06T23:19:52.476Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2085 | 2024-11-06T23:19:52.630Z | Compiling rustfmt-wrapper v0.2.1 |
2086 | 2024-11-06T23:19:52.824Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2087 | 2024-11-06T23:19:53.088Z | Checking chacha20poly1305 v0.10.1 |
2088 | 2024-11-06T23:19:53.178Z | Checking nibble_vec v0.1.0 |
2089 | 2024-11-06T23:19:53.221Z | Checking endian-type v0.1.2 |
2090 | 2024-11-06T23:19:53.290Z | Checking fxhash v0.2.1 |
2091 | 2024-11-06T23:19:53.368Z | Checking termcolor v1.4.1 |
2092 | 2024-11-06T23:19:53.391Z | Checking maplit v1.0.2 |
2093 | 2024-11-06T23:19:53.459Z | Checking radix_trie v0.2.1 |
2094 | 2024-11-06T23:19:53.481Z | Compiling radium v0.7.0 |
2095 | 2024-11-06T23:19:53.503Z | Checking tap v1.0.1 |
2096 | 2024-11-06T23:19:53.526Z | Compiling maybe-uninit v2.0.0 |
2097 | 2024-11-06T23:19:53.667Z | Checking wyz v0.5.1 |
2098 | 2024-11-06T23:19:53.806Z | Compiling packed_struct v0.10.1 |
2099 | 2024-11-06T23:19:53.874Z | Checking funty v2.0.0 |
2100 | 2024-11-06T23:19:54.049Z | Checking crc-catalog v2.4.0 |
2101 | 2024-11-06T23:19:54.265Z | Checking crc v3.2.1 |
2102 | 2024-11-06T23:19:54.269Z | Checking kstat-rs v0.2.4 |
2103 | 2024-11-06T23:19:54.338Z | Compiling packed_struct_codegen v0.10.1 |
2104 | 2024-11-06T23:19:54.413Z | Compiling indexmap v1.9.3 |
2105 | 2024-11-06T23:19:54.637Z | Compiling libefi-sys v0.1.0 |
2106 | 2024-11-06T23:19:54.667Z | Checking nodrop v0.1.14 |
2107 | 2024-11-06T23:19:54.768Z | Checking smallvec v0.6.14 |
2108 | 2024-11-06T23:19:54.805Z | Checking array-init v0.0.4 |
2109 | 2024-11-06T23:19:54.922Z | Checking bitvec v1.0.1 |
2110 | 2024-11-06T23:19:54.973Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2111 | 2024-11-06T23:19:55.153Z | Compiling bitfield-struct v0.6.2 |
2112 | 2024-11-06T23:19:55.239Z | Checking thiserror-no-std v2.0.2 |
2113 | 2024-11-06T23:19:55.360Z | Checking vsss-rs v3.3.4 |
2114 | 2024-11-06T23:19:55.386Z | Compiling async-recursion v1.1.1 |
2115 | 2024-11-06T23:19:55.795Z | Compiling omicron-zone-package v0.11.1 |
2116 | 2024-11-06T23:19:56.571Z | Checking hashbrown v0.12.3 |
2117 | 2024-11-06T23:19:56.898Z | Checking bitfield v0.14.0 |
2118 | 2024-11-06T23:19:56.961Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2119 | 2024-11-06T23:19:56.986Z | Checking serde-hex v0.1.0 |
2120 | 2024-11-06T23:19:57.579Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2121 | 2024-11-06T23:19:57.698Z | Checking env_logger v0.10.2 |
2122 | 2024-11-06T23:19:57.730Z | Compiling progenitor-macro v0.8.0 |
2123 | 2024-11-06T23:19:57.825Z | Checking ron v0.8.1 |
2124 | 2024-11-06T23:19:58.127Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2125 | 2024-11-06T23:19:58.345Z | Checking hashbrown v0.13.2 |
2126 | 2024-11-06T23:19:58.450Z | Checking crc-any v2.5.0 |
2127 | 2024-11-06T23:19:58.641Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2128 | 2024-11-06T23:19:58.774Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2129 | 2024-11-06T23:19:59.079Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2130 | 2024-11-06T23:19:59.102Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2131 | 2024-11-06T23:19:59.288Z | Checking path-slash v0.1.5 |
2132 | 2024-11-06T23:19:59.326Z | Compiling parking_lot_core v0.8.6 |
2133 | 2024-11-06T23:19:59.373Z | Checking object v0.30.4 |
2134 | 2024-11-06T23:19:59.394Z | Checking glob v0.3.1 |
2135 | 2024-11-06T23:19:59.444Z | Checking hickory-client v0.24.1 |
2136 | 2024-11-06T23:19:59.714Z | Checking hickory-server v0.24.1 |
2137 | 2024-11-06T23:20:00.148Z | Checking primeorder v0.13.6 |
2138 | 2024-11-06T23:20:00.243Z | Checking parking_lot v0.11.2 |
2139 | 2024-11-06T23:20:00.612Z | Checking sled v0.34.7 |
2140 | 2024-11-06T23:20:00.666Z | Compiling unicase v2.7.0 |
2141 | 2024-11-06T23:20:01.006Z | Checking nanorand v0.7.0 |
2142 | 2024-11-06T23:20:01.388Z | Compiling buf-list v1.0.3 |
2143 | 2024-11-06T23:20:01.696Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2144 | 2024-11-06T23:20:01.922Z | Checking flume v0.11.0 |
2145 | 2024-11-06T23:20:02.095Z | Compiling const_format_proc_macros v0.2.33 |
2146 | 2024-11-06T23:20:02.134Z | Checking atty v0.2.14 |
2147 | 2024-11-06T23:20:02.259Z | Compiling vte_generate_state_changes v0.1.2 |
2148 | 2024-11-06T23:20:02.427Z | Compiling salty v0.3.0 |
2149 | 2024-11-06T23:20:02.902Z | Checking p384 v0.13.0 |
2150 | 2024-11-06T23:20:02.923Z | Checking vte v0.11.1 |
2151 | 2024-11-06T23:20:03.253Z | Checking fd-lock v4.0.2 |
2152 | 2024-11-06T23:20:03.447Z | Compiling mime_guess v2.0.5 |
2153 | 2024-11-06T23:20:04.048Z | Checking env_filter v0.1.2 |
2154 | 2024-11-06T23:20:04.051Z | Checking nu-ansi-term v0.50.1 |
2155 | 2024-11-06T23:20:04.085Z | Checking const_format v0.2.33 |
2156 | 2024-11-06T23:20:04.277Z | Checking env_logger v0.11.5 |
2157 | 2024-11-06T23:20:04.280Z | Checking strip-ansi-escapes v0.2.0 |
2158 | 2024-11-06T23:20:04.472Z | Checking attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2159 | 2024-11-06T23:20:04.518Z | Checking reedline v0.35.0 |
2160 | 2024-11-06T23:20:04.612Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2161 | 2024-11-06T23:20:04.796Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2162 | 2024-11-06T23:20:05.026Z | Checking crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2163 | 2024-11-06T23:20:05.089Z | Checking dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2164 | 2024-11-06T23:20:05.161Z | Compiling dsl_auto_type v0.1.2 |
2165 | 2024-11-06T23:20:05.411Z | Checking scheduled-thread-pool v0.2.7 |
2166 | 2024-11-06T23:20:05.591Z | Compiling diesel_table_macro_syntax v0.2.0 |
2167 | 2024-11-06T23:20:05.615Z | Checking http-range v0.1.5 |
2168 | 2024-11-06T23:20:05.637Z | Compiling crunchy v0.2.2 |
2169 | 2024-11-06T23:20:05.762Z | Checking r2d2 v0.8.10 |
2170 | 2024-11-06T23:20:05.798Z | Checking hyper-staticfile v0.10.1 |
2171 | 2024-11-06T23:20:06.003Z | Checking propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2172 | 2024-11-06T23:20:06.191Z | Compiling clang-sys v1.8.1 |
2173 | 2024-11-06T23:20:06.291Z | Compiling phf_generator v0.11.2 |
2174 | 2024-11-06T23:20:06.499Z | Compiling tiny-keccak v2.0.2 |
2175 | 2024-11-06T23:20:06.770Z | Compiling diesel_derives v2.2.3 |
2176 | 2024-11-06T23:20:06.795Z | Checking bytecount v0.6.8 |
2177 | 2024-11-06T23:20:06.860Z | Compiling phf_codegen v0.11.2 |
2178 | 2024-11-06T23:20:06.959Z | Checking papergrid v0.11.0 |
2179 | 2024-11-06T23:20:07.054Z | Compiling tabled_derive v0.7.0 |
2180 | 2024-11-06T23:20:07.075Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2181 | 2024-11-06T23:20:07.158Z | Compiling parse-zoneinfo v0.3.1 |
2182 | 2024-11-06T23:20:07.340Z | Compiling cfg_aliases v0.1.1 |
2183 | 2024-11-06T23:20:07.463Z | Compiling ref-cast v1.0.23 |
2184 | 2024-11-06T23:20:08.099Z | Compiling chrono-tz-build v0.4.0 |
2185 | 2024-11-06T23:20:08.425Z | Compiling nix v0.28.0 |
2186 | 2024-11-06T23:20:09.036Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2187 | 2024-11-06T23:20:09.274Z | Compiling ascii-canvas v3.0.0 |
2188 | 2024-11-06T23:20:09.334Z | Checking tabled v0.15.0 |
2189 | 2024-11-06T23:20:09.357Z | Compiling ena v0.14.3 |
2190 | 2024-11-06T23:20:09.511Z | Compiling ref-cast-impl v1.0.23 |
2191 | 2024-11-06T23:20:09.554Z | Compiling libloading v0.8.5 |
2192 | 2024-11-06T23:20:09.784Z | Compiling bindgen v0.69.5 |
2193 | 2024-11-06T23:20:09.808Z | Compiling regex-syntax v0.6.29 |
2194 | 2024-11-06T23:20:09.970Z | Compiling diff v0.1.13 |
2195 | 2024-11-06T23:20:10.689Z | Compiling chrono-tz v0.10.0 |
2196 | 2024-11-06T23:20:10.924Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2197 | 2024-11-06T23:20:11.370Z | Compiling which v4.4.2 |
2198 | 2024-11-06T23:20:11.939Z | Checking clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2199 | 2024-11-06T23:20:12.425Z | Checking signal-hook-tokio v0.3.1 |
2200 | 2024-11-06T23:20:12.610Z | Compiling cexpr v0.6.0 |
2201 | 2024-11-06T23:20:12.687Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2202 | 2024-11-06T23:20:13.045Z | Compiling lalrpop v0.19.12 |
2203 | 2024-11-06T23:20:13.597Z | Checking progenitor v0.8.0 |
2204 | 2024-11-06T23:20:13.830Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2205 | 2024-11-06T23:20:14.301Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2206 | 2024-11-06T23:20:14.975Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2207 | 2024-11-06T23:20:15.431Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2208 | 2024-11-06T23:20:18.724Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2209 | 2024-11-06T23:20:18.871Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2210 | 2024-11-06T23:20:19.291Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2211 | 2024-11-06T23:20:21.747Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2212 | 2024-11-06T23:20:21.792Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2213 | 2024-11-06T23:20:22.440Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2214 | 2024-11-06T23:20:22.616Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2215 | 2024-11-06T23:20:22.983Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=86101eaf80b55e7f405b5cafe9b0de0e9f331656#86101eaf) |
2216 | 2024-11-06T23:20:23.177Z | Checking diesel v2.2.4 |
2217 | 2024-11-06T23:20:23.282Z | Compiling lazycell v1.3.0 |
2218 | 2024-11-06T23:20:23.455Z | Compiling rustc-hash v1.1.0 |
2219 | 2024-11-06T23:20:27.361Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2220 | 2024-11-06T23:20:27.530Z | Compiling derive_builder_core v0.20.2 |
2221 | 2024-11-06T23:20:27.641Z | Checking http v0.2.12 |
2222 | 2024-11-06T23:20:29.020Z | Compiling peg-macros v0.8.4 |
2223 | 2024-11-06T23:20:29.868Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2224 | 2024-11-06T23:20:31.052Z | Compiling libxml v0.3.3 |
2225 | 2024-11-06T23:20:31.429Z | Compiling sqlparser_derive v0.2.2 |
2226 | 2024-11-06T23:20:32.529Z | Compiling memoffset v0.9.1 |
2227 | 2024-11-06T23:20:32.585Z | Checking unicode_categories v0.1.1 |
2228 | 2024-11-06T23:20:32.906Z | Checking sqlformat v0.2.6 |
2229 | 2024-11-06T23:20:33.025Z | Checking peg v0.8.4 |
2230 | 2024-11-06T23:20:33.139Z | Checking sqlparser v0.45.0 |
2231 | 2024-11-06T23:20:37.280Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2232 | 2024-11-06T23:20:41.079Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2233 | 2024-11-06T23:20:42.388Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2234 | 2024-11-06T23:20:42.684Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2235 | 2024-11-06T23:20:44.938Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2236 | 2024-11-06T23:20:46.420Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2237 | 2024-11-06T23:20:47.314Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2238 | 2024-11-06T23:20:47.504Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2239 | 2024-11-06T23:20:47.742Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2240 | 2024-11-06T23:20:48.217Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2241 | 2024-11-06T23:20:49.129Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2242 | 2024-11-06T23:20:49.200Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2243 | 2024-11-06T23:20:49.589Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2244 | 2024-11-06T23:20:49.960Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2245 | 2024-11-06T23:20:50.272Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2246 | 2024-11-06T23:20:50.743Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2247 | 2024-11-06T23:20:51.333Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2248 | 2024-11-06T23:20:51.868Z | Compiling derive_builder_macro v0.20.2 |
2249 | 2024-11-06T23:20:52.630Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2250 | 2024-11-06T23:20:52.768Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2251 | 2024-11-06T23:20:53.488Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2252 | 2024-11-06T23:20:54.360Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2253 | 2024-11-06T23:20:54.686Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2254 | 2024-11-06T23:20:54.889Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2255 | 2024-11-06T23:20:55.650Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2256 | 2024-11-06T23:20:56.208Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2257 | 2024-11-06T23:20:57.463Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2258 | 2024-11-06T23:20:58.722Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2259 | 2024-11-06T23:20:58.843Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2260 | 2024-11-06T23:20:59.522Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2261 | 2024-11-06T23:20:59.548Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2262 | 2024-11-06T23:20:59.957Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2263 | 2024-11-06T23:21:00.890Z | Checking rustyline v14.0.0 |
2264 | 2024-11-06T23:21:01.894Z | Checking tungstenite v0.23.0 |
2265 | 2024-11-06T23:21:02.612Z | Checking bcs v0.1.6 |
2266 | 2024-11-06T23:21:02.822Z | Compiling strum_macros v0.24.3 |
2267 | 2024-11-06T23:21:02.967Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2268 | 2024-11-06T23:21:03.102Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2269 | 2024-11-06T23:21:03.686Z | Compiling pin-project-internal v1.1.6 |
2270 | 2024-11-06T23:21:04.689Z | Compiling indoc v1.0.9 |
2271 | 2024-11-06T23:21:05.693Z | Checking tokio-tungstenite v0.23.1 |
2272 | 2024-11-06T23:21:06.189Z | Checking derive_builder v0.20.2 |
2273 | 2024-11-06T23:21:06.493Z | Checking http-body v0.4.6 |
2274 | 2024-11-06T23:21:06.719Z | Checking pin-project v1.1.6 |
2275 | 2024-11-06T23:21:06.866Z | Checking h2 v0.3.26 |
2276 | 2024-11-06T23:21:06.933Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2277 | 2024-11-06T23:21:07.255Z | Checking quick-xml v0.33.0 |
2278 | 2024-11-06T23:21:08.120Z | Compiling oso-derive v0.27.3 |
2279 | 2024-11-06T23:21:08.700Z | Compiling impl-trait-for-tuples v0.2.2 |
2280 | 2024-11-06T23:21:09.132Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2281 | 2024-11-06T23:21:09.574Z | Checking nix v0.27.1 |
2282 | 2024-11-06T23:21:09.605Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2283 | 2024-11-06T23:21:10.965Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2284 | 2024-11-06T23:21:11.244Z | Compiling snafu-derive v0.8.5 |
2285 | 2024-11-06T23:21:11.426Z | Compiling diesel-dtrace v0.3.0 |
2286 | 2024-11-06T23:21:11.747Z | Checking lockfree-object-pool v0.1.6 |
2287 | 2024-11-06T23:21:12.030Z | Checking simd-adler32 v0.3.7 |
2288 | 2024-11-06T23:21:12.410Z | Checking bumpalo v3.16.0 |
2289 | 2024-11-06T23:21:12.781Z | Compiling zip v2.1.3 |
2290 | 2024-11-06T23:21:13.109Z | Checking sync_wrapper v0.1.2 |
2291 | 2024-11-06T23:21:13.279Z | Checking hyper v0.14.30 |
2292 | 2024-11-06T23:21:13.309Z | Checking zopfli v0.8.1 |
2293 | 2024-11-06T23:21:16.189Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2294 | 2024-11-06T23:21:16.583Z | Checking snafu v0.8.5 |
2295 | 2024-11-06T23:21:16.704Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2296 | 2024-11-06T23:21:17.029Z | Checking globset v0.4.15 |
2297 | 2024-11-06T23:21:17.056Z | Checking bb8 v0.8.5 |
2298 | 2024-11-06T23:21:17.547Z | Checking olpc-cjson v0.1.4 |
2299 | 2024-11-06T23:21:17.568Z | Checking serde_plain v1.0.2 |
2300 | 2024-11-06T23:21:17.791Z | Compiling displaydoc v0.2.5 |
2301 | 2024-11-06T23:21:17.826Z | Checking typed-path v0.7.1 |
2302 | 2024-11-06T23:21:18.158Z | Checking reqwest v0.11.27 |
2303 | 2024-11-06T23:21:19.200Z | Checking async-bb8-diesel v0.2.1 |
2304 | 2024-11-06T23:21:19.777Z | Checking tough v0.17.1 |
2305 | 2024-11-06T23:21:19.971Z | Checking parse-size v1.1.0 |
2306 | 2024-11-06T23:21:20.010Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2307 | 2024-11-06T23:21:20.160Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2308 | 2024-11-06T23:21:20.613Z | Checking heck v0.4.1 |
2309 | 2024-11-06T23:21:20.833Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
2310 | 2024-11-06T23:21:20.883Z | Checking assert_matches v1.5.0 |
2311 | 2024-11-06T23:21:20.994Z | Checking rand_seeder v0.3.0 |
2312 | 2024-11-06T23:21:21.130Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2313 | 2024-11-06T23:21:21.253Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2314 | 2024-11-06T23:21:21.397Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2315 | 2024-11-06T23:21:21.912Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2316 | 2024-11-06T23:21:23.382Z | Compiling libz-sys v1.1.20 |
2317 | 2024-11-06T23:21:24.320Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2318 | 2024-11-06T23:21:24.384Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2319 | 2024-11-06T23:21:24.574Z | Checking is_ci v1.2.0 |
2320 | 2024-11-06T23:21:24.725Z | Checking supports-color v3.0.1 |
2321 | 2024-11-06T23:21:24.877Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2322 | 2024-11-06T23:21:24.937Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2323 | 2024-11-06T23:21:27.506Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2324 | 2024-11-06T23:21:27.931Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2325 | 2024-11-06T23:21:28.065Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2326 | 2024-11-06T23:21:28.085Z | Compiling vergen v8.3.2 |
2327 | 2024-11-06T23:21:28.344Z | Compiling cargo-platform v0.1.8 |
2328 | 2024-11-06T23:21:28.796Z | Checking unicode-linebreak v0.1.5 |
2329 | 2024-11-06T23:21:28.961Z | Checking smawk v0.3.2 |
2330 | 2024-11-06T23:21:29.151Z | Compiling cargo_metadata v0.18.1 |
2331 | 2024-11-06T23:21:29.201Z | Checking textwrap v0.16.1 |
2332 | 2024-11-06T23:21:29.640Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2333 | 2024-11-06T23:21:29.664Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2334 | 2024-11-06T23:21:31.341Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2335 | 2024-11-06T23:21:31.935Z | Checking castaway v0.2.3 |
2336 | 2024-11-06T23:21:31.990Z | Compiling libsqlite3-sys v0.30.1 |
2337 | 2024-11-06T23:21:32.078Z | Compiling cfg_aliases v0.2.1 |
2338 | 2024-11-06T23:21:32.192Z | Compiling rustls v0.21.12 |
2339 | 2024-11-06T23:21:32.400Z | Compiling nix v0.29.0 |
2340 | 2024-11-06T23:21:32.489Z | Checking compact_str v0.8.0 |
2341 | 2024-11-06T23:21:33.325Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2342 | 2024-11-06T23:21:33.358Z | Checking unicode-truncate v1.1.0 |
2343 | 2024-11-06T23:21:33.579Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2344 | 2024-11-06T23:21:33.903Z | Checking sct v0.7.1 |
2345 | 2024-11-06T23:21:34.127Z | Checking rustls-webpki v0.101.7 |
2346 | 2024-11-06T23:21:34.222Z | Checking lru v0.12.5 |
2347 | 2024-11-06T23:21:34.523Z | Compiling instability v0.3.2 |
2348 | 2024-11-06T23:21:34.825Z | Checking cassowary v0.3.0 |
2349 | 2024-11-06T23:21:34.889Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2350 | 2024-11-06T23:21:35.215Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2351 | 2024-11-06T23:21:35.539Z | Checking ratatui v0.28.1 |
2352 | 2024-11-06T23:21:36.127Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2353 | 2024-11-06T23:21:38.454Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2354 | 2024-11-06T23:21:39.155Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2355 | 2024-11-06T23:21:39.178Z | Checking hashlink v0.9.1 |
2356 | 2024-11-06T23:21:39.482Z | Checking concurrent-queue v2.5.0 |
2357 | 2024-11-06T23:21:39.834Z | Checking fallible-streaming-iterator v0.1.9 |
2358 | 2024-11-06T23:21:39.837Z | Checking plotters-backend v0.3.7 |
2359 | 2024-11-06T23:21:40.085Z | Checking fallible-iterator v0.3.0 |
2360 | 2024-11-06T23:21:40.196Z | Checking parking v2.2.1 |
2361 | 2024-11-06T23:21:40.384Z | Checking plotters-svg v0.3.7 |
2362 | 2024-11-06T23:21:40.741Z | Checking rusqlite v0.32.1 |
2363 | 2024-11-06T23:21:41.165Z | Checking tokio-rustls v0.24.1 |
2364 | 2024-11-06T23:21:41.564Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2365 | 2024-11-06T23:21:42.463Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2366 | 2024-11-06T23:21:42.729Z | Checking rustls-pemfile v1.0.4 |
2367 | 2024-11-06T23:21:42.786Z | Checking twox-hash v1.6.3 |
2368 | 2024-11-06T23:21:42.925Z | Checking cast v0.3.0 |
2369 | 2024-11-06T23:21:43.189Z | Checking criterion-plot v0.5.0 |
2370 | 2024-11-06T23:21:43.328Z | Checking plotters v0.3.7 |
2371 | 2024-11-06T23:21:43.703Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2372 | 2024-11-06T23:21:44.741Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2373 | 2024-11-06T23:21:45.086Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2374 | 2024-11-06T23:21:45.825Z | Checking fatfs v0.3.6 |
2375 | 2024-11-06T23:21:46.830Z | Checking tinytemplate v1.2.1 |
2376 | 2024-11-06T23:21:46.832Z | Checking csv-core v0.1.11 |
2377 | 2024-11-06T23:21:47.227Z | Checking shell-words v1.1.0 |
2378 | 2024-11-06T23:21:47.263Z | Checking anes v0.1.6 |
2379 | 2024-11-06T23:21:47.414Z | Checking hex-literal v0.4.1 |
2380 | 2024-11-06T23:21:47.576Z | Checking oorandom v11.1.4 |
2381 | 2024-11-06T23:21:47.640Z | Checking csv v1.3.0 |
2382 | 2024-11-06T23:21:47.752Z | Checking criterion v0.5.1 |
2383 | 2024-11-06T23:21:48.450Z | Checking event-listener v5.3.1 |
2384 | 2024-11-06T23:21:48.894Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2385 | 2024-11-06T23:21:50.686Z | Checking rtoolbox v0.0.2 |
2386 | 2024-11-06T23:21:50.896Z | Checking rpassword v7.3.1 |
2387 | 2024-11-06T23:21:51.068Z | Checking event-listener-strategy v0.5.2 |
2388 | 2024-11-06T23:21:51.294Z | Checking tui-tree-widget v0.22.0 |
2389 | 2024-11-06T23:21:51.636Z | Checking polyval v0.6.2 |
2390 | 2024-11-06T23:21:51.931Z | Checking ghash v0.5.1 |
2391 | 2024-11-06T23:21:52.063Z | Checking futures-lite v2.3.0 |
2392 | 2024-11-06T23:21:53.375Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2393 | 2024-11-06T23:21:53.493Z | Checking ctr v0.9.2 |
2394 | 2024-11-06T23:21:54.197Z | Checking yansi v1.0.1 |
2395 | 2024-11-06T23:21:54.863Z | Checking aes-gcm v0.10.3 |
2396 | 2024-11-06T23:21:54.990Z | Checking pretty_assertions v1.4.1 |
2397 | 2024-11-06T23:21:55.111Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2398 | 2024-11-06T23:21:55.170Z | Checking ssh-encoding v0.2.0 |
2399 | 2024-11-06T23:21:55.215Z | Compiling samael v0.0.17 |
2400 | 2024-11-06T23:21:55.516Z | Checking blowfish v0.9.1 |
2401 | 2024-11-06T23:21:55.762Z | Checking bcrypt-pbkdf v0.10.0 |
2402 | 2024-11-06T23:21:56.040Z | Checking ssh-cipher v0.2.0 |
2403 | 2024-11-06T23:21:56.365Z | Checking async-lock v3.4.0 |
2404 | 2024-11-06T23:21:57.348Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2405 | 2024-11-06T23:21:57.876Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2406 | 2024-11-06T23:21:59.282Z | Checking polling v3.7.3 |
2407 | 2024-11-06T23:21:59.683Z | Checking password-hash v0.4.2 |
2408 | 2024-11-06T23:22:00.082Z | Checking matches v0.1.10 |
2409 | 2024-11-06T23:22:00.191Z | Checking idna v0.2.3 |
2410 | 2024-11-06T23:22:01.106Z | Checking pbkdf2 v0.11.0 |
2411 | 2024-11-06T23:22:01.406Z | Checking async-io v2.3.4 |
2412 | 2024-11-06T23:22:02.330Z | Checking ssh-key v0.6.6 |
2413 | 2024-11-06T23:22:02.629Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2414 | 2024-11-06T23:22:03.458Z | Checking p521 v0.13.3 |
2415 | 2024-11-06T23:22:04.034Z | Checking p256 v0.13.2 |
2416 | 2024-11-06T23:22:04.585Z | Compiling enum-as-inner v0.5.1 |
2417 | 2024-11-06T23:22:04.825Z | Checking russh-cryptovec v0.7.3 |
2418 | 2024-11-06T23:22:05.049Z | Checking async-task v4.7.1 |
2419 | 2024-11-06T23:22:05.213Z | Compiling target-lexicon v0.12.16 |
2420 | 2024-11-06T23:22:05.418Z | Compiling doc-comment v0.3.3 |
2421 | 2024-11-06T23:22:05.608Z | Checking md5 v0.7.0 |
2422 | 2024-11-06T23:22:05.903Z | Checking russh-keys v0.45.0 |
2423 | 2024-11-06T23:22:06.140Z | Checking trust-dns-proto v0.22.0 |
2424 | 2024-11-06T23:22:06.297Z | Checking async-channel v2.3.1 |
2425 | 2024-11-06T23:22:06.637Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2426 | 2024-11-06T23:22:07.263Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2427 | 2024-11-06T23:22:08.100Z | Checking piper v0.2.4 |
2428 | 2024-11-06T23:22:08.261Z | Checking num-bigint v0.4.6 |
2429 | 2024-11-06T23:22:08.340Z | Checking des v0.8.1 |
2430 | 2024-11-06T23:22:08.629Z | Compiling guppy-workspace-hack v0.1.0 |
2431 | 2024-11-06T23:22:08.926Z | Compiling assert_cmd v2.0.16 |
2432 | 2024-11-06T23:22:09.379Z | Checking futures-timer v3.0.3 |
2433 | 2024-11-06T23:22:09.693Z | Compiling dhcproto-macros v0.1.0 |
2434 | 2024-11-06T23:22:09.966Z | Checking blocking v1.6.1 |
2435 | 2024-11-06T23:22:10.546Z | Checking dhcproto v0.12.0 |
2436 | 2024-11-06T23:22:10.812Z | Checking russh v0.45.0 |
2437 | 2024-11-06T23:22:10.846Z | Checking async-executor v1.13.1 |
2438 | 2024-11-06T23:22:11.199Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2439 | 2024-11-06T23:22:11.792Z | Checking async-signal v0.2.10 |
2440 | 2024-11-06T23:22:12.059Z | Checking oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2441 | 2024-11-06T23:22:12.086Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2442 | 2024-11-06T23:22:12.823Z | Compiling target-spec v3.2.2 |
2443 | 2024-11-06T23:22:13.036Z | Checking internet-checksum v0.2.1 |
2444 | 2024-11-06T23:22:13.225Z | Checking event-listener v2.5.3 |
2445 | 2024-11-06T23:22:13.455Z | Checking async-channel v1.9.0 |
2446 | 2024-11-06T23:22:14.385Z | Checking async-process v2.3.0 |
2447 | 2024-11-06T23:22:14.837Z | Checking async-global-executor v2.4.1 |
2448 | 2024-11-06T23:22:15.293Z | Checking cfg-expr v0.17.0 |
2449 | 2024-11-06T23:22:15.532Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2450 | 2024-11-06T23:22:15.555Z | Checking httptest v0.16.1 |
2451 | 2024-11-06T23:22:16.133Z | Checking rustls-native-certs v0.7.3 |
2452 | 2024-11-06T23:22:16.318Z | Checking num_cpus v1.16.0 |
2453 | 2024-11-06T23:22:16.358Z | Checking kv-log-macro v1.0.7 |
2454 | 2024-11-06T23:22:16.465Z | Compiling async-attributes v1.1.2 |
2455 | 2024-11-06T23:22:17.295Z | Checking async-std v1.13.0 |
2456 | 2024-11-06T23:22:17.779Z | Compiling git2 v0.19.0 |
2457 | 2024-11-06T23:22:18.511Z | Checking threadpool v1.8.1 |
2458 | 2024-11-06T23:22:18.723Z | Checking hyper-rustls v0.26.0 |
2459 | 2024-11-06T23:22:19.513Z | Checking pathdiff v0.2.2 |
2460 | 2024-11-06T23:22:19.697Z | Compiling rstest_macros v0.23.0 |
2461 | 2024-11-06T23:22:20.220Z | Checking nested v0.1.1 |
2462 | 2024-11-06T23:22:20.250Z | Checking escape8259 v0.5.3 |
2463 | 2024-11-06T23:22:20.455Z | Checking guppy v0.17.8 |
2464 | 2024-11-06T23:22:20.476Z | Checking libtest-mimic v0.7.3 |
2465 | 2024-11-06T23:22:21.094Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2466 | 2024-11-06T23:22:21.250Z | Checking async-object-pool v0.1.5 |
2467 | 2024-11-06T23:22:21.467Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2468 | 2024-11-06T23:22:22.621Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2469 | 2024-11-06T23:22:22.667Z | Checking similar-asserts v1.6.0 |
2470 | 2024-11-06T23:22:22.928Z | Checking fancy-regex v0.13.0 |
2471 | 2024-11-06T23:22:22.949Z | Checking serde_regex v1.1.0 |
2472 | 2024-11-06T23:22:23.732Z | Checking assert-json-diff v2.0.2 |
2473 | 2024-11-06T23:22:24.038Z | Compiling proc-macro-crate v3.2.0 |
2474 | 2024-11-06T23:22:24.650Z | Checking path-tree v0.8.1 |
2475 | 2024-11-06T23:22:25.013Z | Compiling trybuild v1.0.100 |
2476 | 2024-11-06T23:22:25.016Z | Checking stringmetrics v2.2.2 |
2477 | 2024-11-06T23:22:25.295Z | Compiling relative-path v1.9.3 |
2478 | 2024-11-06T23:22:25.472Z | Checking httpmock v0.8.0-alpha.1 |
2479 | 2024-11-06T23:22:25.550Z | Checking datatest-stable v0.2.9 |
2480 | 2024-11-06T23:22:25.878Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2481 | 2024-11-06T23:22:27.269Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2482 | 2024-11-06T23:22:27.291Z | Checking blake2b_simd v1.0.2 |
2483 | 2024-11-06T23:22:28.168Z | Checking omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2484 | 2024-11-06T23:22:31.159Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2485 | 2024-11-06T23:22:31.475Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2486 | 2024-11-06T23:22:31.804Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2487 | 2024-11-06T23:22:32.133Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2488 | 2024-11-06T23:22:32.660Z | Checking serde_tokenstream v0.2.2 |
2489 | 2024-11-06T23:22:33.070Z | Checking uzers v0.12.1 |
2490 | 2024-11-06T23:22:33.627Z | Checking rust-argon2 v2.1.0 |
2491 | 2024-11-06T23:22:35.429Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2492 | 2024-11-06T23:22:35.749Z | Checking rstest v0.23.0 |
2493 | 2024-11-06T23:22:35.962Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2494 | 2024-11-06T23:22:36.382Z | Compiling polar-core v0.27.3 |
2495 | 2024-11-06T23:22:37.049Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2496 | 2024-11-06T23:22:37.387Z | Checking rand_distr v0.4.3 |
2497 | 2024-11-06T23:22:38.191Z | Checking multimap v0.10.0 |
2498 | 2024-11-06T23:22:38.490Z | Checking approx v0.5.1 |
2499 | 2024-11-06T23:22:39.891Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2500 | 2024-11-06T23:22:40.889Z | Checking openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2501 | 2024-11-06T23:22:42.415Z | Checking partial-io v0.5.4 |
2502 | 2024-11-06T23:22:42.830Z | Compiling omicron-live-tests v0.1.0 (/work/oxidecomputer/omicron/live-tests) |
2503 | 2024-11-06T23:22:43.142Z | Checking xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2504 | 2024-11-06T23:22:44.486Z | Checking cargo_toml v0.20.5 |
2505 | 2024-11-06T23:22:44.789Z | Checking termios v0.3.3 |
2506 | 2024-11-06T23:22:45.024Z | Compiling indoc v2.0.5 |
2507 | 2024-11-06T23:22:46.094Z | Compiling live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2508 | 2024-11-06T23:22:46.618Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2509 | 2024-11-06T23:22:47.979Z | Checking oso v0.27.3 |
2510 | 2024-11-06T23:22:48.249Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2511 | 2024-11-06T23:23:01.344Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2512 | 2024-11-06T23:23:08.061Z | Checking mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2513 | 2024-11-06T23:23:12.262Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2514 | 2024-11-06T23:23:12.290Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2515 | 2024-11-06T23:23:45.418Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2516 | 2024-11-06T23:23:45.926Z | Checking cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2517 | 2024-11-06T23:23:46.561Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2518 | 2024-11-06T23:24:33.046Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2519 | 2024-11-06T23:24:33.046Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2520 | 2024-11-06T23:24:33.049Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2521 | 2024-11-06T23:28:42.838Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 52s |
2522 | 2024-11-06T23:28:43.230Z | |
2523 | 2024-11-06T23:28:43.230Z | real 9:56.968977324 |
2524 | 2024-11-06T23:28:43.230Z | user 46:17.109077709 |
2525 | 2024-11-06T23:28:43.230Z | sys 6:25.994838312 |
2526 | 2024-11-06T23:28:43.230Z | trap 1.091762457 |
2527 | 2024-11-06T23:28:43.230Z | tflt 1.806709446 |
2528 | 2024-11-06T23:28:43.230Z | dflt 0.858451438 |
2529 | 2024-11-06T23:28:43.230Z | kflt 0.003101192 |
2530 | 2024-11-06T23:28:43.232Z | lock 1:13:53.356603710 |
2531 | 2024-11-06T23:28:43.232Z | slp 2:33:35.332792041 |
2532 | 2024-11-06T23:28:43.232Z | lat 1:41.555062605 |
2533 | 2024-11-06T23:28:43.232Z | stop 5:56.611023797 |
2534 | 2024-11-06T23:28:43.232Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2535 | 2024-11-06T23:28:43.232Z | + ptime -m cargo doc --workspace --no-deps |
2536 | 2024-11-06T23:28:44.351Z | warning: output filename collision. |
2537 | 2024-11-06T23:28:44.351Z | 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)`. |
2538 | 2024-11-06T23:28:44.351Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2539 | 2024-11-06T23:28:44.351Z | The targets should have unique names. |
2540 | 2024-11-06T23:28:44.351Z | This is a known bug where multiple crates with the same name use |
2541 | 2024-11-06T23:28:44.351Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2542 | 2024-11-06T23:28:44.761Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2543 | 2024-11-06T23:28:44.826Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2544 | 2024-11-06T23:28:44.844Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2545 | 2024-11-06T23:28:44.881Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2546 | 2024-11-06T23:28:44.908Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2547 | 2024-11-06T23:28:44.935Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2548 | 2024-11-06T23:28:44.935Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2549 | 2024-11-06T23:28:45.136Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2550 | 2024-11-06T23:28:45.165Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2551 | 2024-11-06T23:28:45.189Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2552 | 2024-11-06T23:28:45.210Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2553 | 2024-11-06T23:28:45.419Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2554 | 2024-11-06T23:28:45.482Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2555 | 2024-11-06T23:28:45.708Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2556 | 2024-11-06T23:28:45.940Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2557 | 2024-11-06T23:28:48.429Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2558 | 2024-11-06T23:28:49.602Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2559 | 2024-11-06T23:28:49.975Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2560 | 2024-11-06T23:28:50.211Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2561 | 2024-11-06T23:28:50.230Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2562 | 2024-11-06T23:28:50.437Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2563 | 2024-11-06T23:28:50.539Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2564 | 2024-11-06T23:28:50.773Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2565 | 2024-11-06T23:28:50.865Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2566 | 2024-11-06T23:28:51.245Z | Checking repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2567 | 2024-11-06T23:28:51.749Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2568 | 2024-11-06T23:28:51.956Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2569 | 2024-11-06T23:28:52.277Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2570 | 2024-11-06T23:28:52.385Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2571 | 2024-11-06T23:28:52.447Z | Checking openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2572 | 2024-11-06T23:28:52.628Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2573 | 2024-11-06T23:28:52.644Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2574 | 2024-11-06T23:28:52.714Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2575 | 2024-11-06T23:28:52.958Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2576 | 2024-11-06T23:28:53.290Z | Compiling db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2577 | 2024-11-06T23:28:53.525Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2578 | 2024-11-06T23:28:53.528Z | Compiling ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2579 | 2024-11-06T23:28:53.687Z | Checking omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2580 | 2024-11-06T23:28:53.822Z | Documenting omicron-ls-apis v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ls-apis) |
2581 | 2024-11-06T23:28:53.893Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2582 | 2024-11-06T23:28:53.919Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2583 | 2024-11-06T23:28:54.455Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2584 | 2024-11-06T23:28:56.892Z | Checking internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2585 | 2024-11-06T23:28:57.889Z | Checking oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2586 | 2024-11-06T23:28:58.999Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2587 | 2024-11-06T23:28:59.241Z | Checking clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2588 | 2024-11-06T23:28:59.697Z | Checking nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2589 | 2024-11-06T23:29:00.052Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2590 | 2024-11-06T23:29:01.226Z | Checking internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2591 | 2024-11-06T23:29:01.229Z | Checking oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2592 | 2024-11-06T23:29:01.406Z | Checking oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2593 | 2024-11-06T23:29:02.041Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2594 | 2024-11-06T23:29:02.624Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2595 | 2024-11-06T23:29:02.691Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2596 | 2024-11-06T23:29:07.368Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2597 | 2024-11-06T23:29:08.056Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2598 | 2024-11-06T23:29:08.541Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2599 | 2024-11-06T23:29:09.095Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2600 | 2024-11-06T23:29:09.513Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2601 | 2024-11-06T23:29:09.645Z | Checking sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2602 | 2024-11-06T23:29:10.210Z | Checking dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2603 | 2024-11-06T23:29:10.609Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2604 | 2024-11-06T23:29:10.695Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2605 | 2024-11-06T23:29:12.064Z | Checking ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2606 | 2024-11-06T23:29:12.672Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2607 | 2024-11-06T23:29:12.694Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2608 | 2024-11-06T23:29:13.099Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2609 | 2024-11-06T23:29:13.263Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2610 | 2024-11-06T23:29:13.329Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2611 | 2024-11-06T23:29:13.511Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2612 | 2024-11-06T23:29:13.813Z | Checking bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2613 | 2024-11-06T23:29:14.086Z | Checking sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2614 | 2024-11-06T23:29:14.533Z | Checking gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2615 | 2024-11-06T23:29:14.574Z | Checking repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2616 | 2024-11-06T23:29:14.612Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2617 | 2024-11-06T23:29:15.071Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2618 | 2024-11-06T23:29:15.319Z | Checking clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2619 | 2024-11-06T23:29:15.466Z | Checking clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2620 | 2024-11-06T23:29:15.789Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2621 | 2024-11-06T23:29:16.841Z | Checking oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2622 | 2024-11-06T23:29:17.162Z | Checking cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2623 | 2024-11-06T23:29:17.445Z | Checking clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2624 | 2024-11-06T23:29:17.447Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2625 | 2024-11-06T23:29:17.529Z | Checking gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2626 | 2024-11-06T23:29:17.682Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2627 | 2024-11-06T23:29:17.702Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2628 | 2024-11-06T23:29:17.877Z | Checking cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2629 | 2024-11-06T23:29:18.391Z | Documenting omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2630 | 2024-11-06T23:29:18.461Z | Checking omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2631 | 2024-11-06T23:29:18.902Z | Checking wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2632 | 2024-11-06T23:29:19.427Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2633 | 2024-11-06T23:29:19.664Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2634 | 2024-11-06T23:29:20.199Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2635 | 2024-11-06T23:29:21.192Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2636 | 2024-11-06T23:29:21.735Z | Checking nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2637 | 2024-11-06T23:29:23.122Z | Checking nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2638 | 2024-11-06T23:29:24.189Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2639 | 2024-11-06T23:29:24.985Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2640 | 2024-11-06T23:29:25.034Z | Checking installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2641 | 2024-11-06T23:29:25.715Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2642 | 2024-11-06T23:29:26.938Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2643 | 2024-11-06T23:29:29.433Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2644 | 2024-11-06T23:29:29.792Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2645 | 2024-11-06T23:29:30.554Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2646 | 2024-11-06T23:29:32.849Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2647 | 2024-11-06T23:29:33.013Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2648 | 2024-11-06T23:29:33.246Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2649 | 2024-11-06T23:29:33.285Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2650 | 2024-11-06T23:29:34.397Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2651 | 2024-11-06T23:29:38.151Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2652 | 2024-11-06T23:29:39.169Z | Checking installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2653 | 2024-11-06T23:29:42.257Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2654 | 2024-11-06T23:30:07.814Z | Documenting mgs-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/mgs-dev) |
2655 | 2024-11-06T23:30:09.608Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2656 | 2024-11-06T23:30:28.114Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2657 | 2024-11-06T23:30:30.549Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2658 | 2024-11-06T23:30:36.536Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2659 | 2024-11-06T23:30:40.546Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2660 | 2024-11-06T23:30:46.886Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2661 | 2024-11-06T23:30:49.174Z | Documenting openapi-manager v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager) |
2662 | 2024-11-06T23:30:54.234Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2663 | 2024-11-06T23:30:57.324Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2664 | 2024-11-06T23:31:13.911Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2665 | 2024-11-06T23:31:15.131Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2666 | 2024-11-06T23:31:19.885Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2667 | 2024-11-06T23:31:22.421Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2668 | 2024-11-06T23:31:41.562Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2669 | 2024-11-06T23:31:44.119Z | Documenting nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2670 | 2024-11-06T23:31:44.643Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2671 | 2024-11-06T23:31:48.353Z | Documenting nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2672 | 2024-11-06T23:31:48.964Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2673 | 2024-11-06T23:31:53.392Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2674 | 2024-11-06T23:32:05.729Z | Documenting cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2675 | 2024-11-06T23:32:10.630Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2676 | 2024-11-06T23:32:14.226Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2677 | 2024-11-06T23:32:14.572Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2678 | 2024-11-06T23:32:17.163Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2679 | 2024-11-06T23:32:17.466Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2680 | 2024-11-06T23:32:18.608Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2681 | 2024-11-06T23:32:19.675Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2682 | 2024-11-06T23:32:23.479Z | Documenting nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2683 | 2024-11-06T23:32:29.545Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2684 | 2024-11-06T23:32:42.511Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2685 | 2024-11-06T23:32:44.534Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2686 | 2024-11-06T23:32:50.590Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2687 | 2024-11-06T23:32:51.650Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2688 | 2024-11-06T23:32:59.875Z | Documenting gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2689 | 2024-11-06T23:33:17.473Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2690 | 2024-11-06T23:33:17.603Z | Documenting wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2691 | 2024-11-06T23:33:25.788Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2692 | 2024-11-06T23:33:27.687Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2693 | 2024-11-06T23:33:32.307Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2694 | 2024-11-06T23:33:33.816Z | Documenting sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2695 | 2024-11-06T23:33:37.008Z | Documenting bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2696 | 2024-11-06T23:33:40.851Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2697 | 2024-11-06T23:33:44.416Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2698 | 2024-11-06T23:33:51.038Z | Documenting gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2699 | 2024-11-06T23:33:52.756Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2700 | 2024-11-06T23:33:53.780Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2701 | 2024-11-06T23:33:55.202Z | Documenting sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2702 | 2024-11-06T23:34:02.478Z | Documenting installinator-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-client) |
2703 | 2024-11-06T23:34:02.534Z | Documenting installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2704 | 2024-11-06T23:34:04.629Z | Documenting ch-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/ch-dev) |
2705 | 2024-11-06T23:34:07.222Z | Documenting omicron-dev-lib v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev-lib) |
2706 | 2024-11-06T23:34:09.544Z | Documenting db-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/db-dev) |
2707 | 2024-11-06T23:34:16.930Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2708 | 2024-11-06T23:34:18.854Z | Documenting oximeter-test-utils v0.1.0 (/work/oxidecomputer/omicron/oximeter/test-utils) |
2709 | 2024-11-06T23:34:19.030Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2710 | 2024-11-06T23:34:23.458Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2711 | 2024-11-06T23:34:23.893Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2712 | 2024-11-06T23:34:26.336Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2713 | 2024-11-06T23:34:30.097Z | Documenting clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2714 | 2024-11-06T23:34:31.350Z | Documenting clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2715 | 2024-11-06T23:34:33.080Z | Documenting clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2716 | 2024-11-06T23:34:37.426Z | Documenting oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2717 | 2024-11-06T23:34:39.806Z | Documenting oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2718 | 2024-11-06T23:34:48.479Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2719 | 2024-11-06T23:34:50.415Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2720 | 2024-11-06T23:34:56.103Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2721 | 2024-11-06T23:34:56.940Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2722 | 2024-11-06T23:34:57.572Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2723 | 2024-11-06T23:35:00.746Z | Documenting nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2724 | 2024-11-06T23:35:05.239Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2725 | 2024-11-06T23:35:06.737Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2726 | 2024-11-06T23:35:10.398Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2727 | 2024-11-06T23:35:14.293Z | Documenting internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2728 | 2024-11-06T23:35:17.466Z | Documenting dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2729 | 2024-11-06T23:35:19.061Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2730 | 2024-11-06T23:35:20.693Z | Documenting repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2731 | 2024-11-06T23:35:22.424Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2732 | 2024-11-06T23:35:27.462Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2733 | 2024-11-06T23:35:30.093Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2734 | 2024-11-06T23:35:31.897Z | Documenting cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2735 | 2024-11-06T23:35:35.861Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2736 | 2024-11-06T23:35:37.248Z | Documenting clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2737 | 2024-11-06T23:35:37.587Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2738 | 2024-11-06T23:35:38.399Z | Documenting internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2739 | 2024-11-06T23:35:43.276Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2740 | 2024-11-06T23:35:44.040Z | Documenting oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2741 | 2024-11-06T23:35:49.706Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2742 | 2024-11-06T23:35:51.743Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2743 | 2024-11-06T23:35:55.445Z | Documenting oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2744 | 2024-11-06T23:35:56.563Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2745 | 2024-11-06T23:35:58.526Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2746 | 2024-11-06T23:36:04.830Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2747 | 2024-11-06T23:36:04.913Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2748 | 2024-11-06T23:36:05.132Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2749 | 2024-11-06T23:36:05.946Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2750 | 2024-11-06T23:36:09.117Z | Documenting live-tests-macros v0.1.0 (/work/oxidecomputer/omicron/live-tests/macros) |
2751 | 2024-11-06T23:36:09.317Z | Documenting repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2752 | 2024-11-06T23:36:09.761Z | Documenting cert-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/cert-dev) |
2753 | 2024-11-06T23:36:10.735Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2754 | 2024-11-06T23:36:12.273Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2755 | 2024-11-06T23:36:13.666Z | Documenting openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2756 | 2024-11-06T23:36:15.304Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2757 | 2024-11-06T23:36:16.513Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2758 | 2024-11-06T23:36:18.046Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2759 | 2024-11-06T23:36:18.430Z | Documenting xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
2760 | 2024-11-06T23:36:18.584Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2761 | 2024-11-06T23:37:27.970Z | Documenting omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2762 | 2024-11-06T23:38:02.015Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 9m 18s |
2763 | 2024-11-06T23:38:02.181Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 134 other files |
2764 | 2024-11-06T23:38:02.241Z | |
2765 | 2024-11-06T23:38:02.244Z | real 9:18.891762151 |
2766 | 2024-11-06T23:38:02.244Z | user 35:00.826668314 |
2767 | 2024-11-06T23:38:02.244Z | sys 29:12.973862245 |
2768 | 2024-11-06T23:38:02.244Z | trap 0.620170382 |
2769 | 2024-11-06T23:38:02.244Z | tflt 0.116719100 |
2770 | 2024-11-06T23:38:02.244Z | dflt 0.240213577 |
2771 | 2024-11-06T23:38:02.244Z | kflt 0.000059642 |
2772 | 2024-11-06T23:38:02.244Z | lock 1:24:25.613335931 |
2773 | 2024-11-06T23:38:02.244Z | slp 2:30:31.243050932 |
2774 | 2024-11-06T23:38:02.244Z | lat 1:12.425532751 |
2775 | 2024-11-06T23:38:02.244Z | stop 1:03.668995700 |
2776 | 2024-11-06T23:38:02.244Z | process exited: duration 1393288 ms, exit code 0 |
|
2777 | 2024-11-06T23:38:02.250Z | found 0 output files |