|
|
|
1 | 2024-07-11T15:53:39.320Z | job assigned to worker 01J2H7YZS038BR0KR47M66Q906 (queued for 35 s) |
|
2 | 2024-07-11T15:53:39.815Z | starting task 0: "setup" |
3 | 2024-07-11T15:53:39.839Z | ++ uname -s |
4 | 2024-07-11T15:53:39.840Z | + kern=SunOS |
5 | 2024-07-11T15:53:39.840Z | + case "$kern" in |
6 | 2024-07-11T15:53:39.840Z | + groupadd -g 12345 build |
7 | 2024-07-11T15:53:39.840Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-11T15:53:41.845Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-11T15:53:41.892Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-11T15:53:41.919Z | + home_fs=zfs |
11 | 2024-07-11T15:53:41.919Z | + [[ zfs == autofs ]] |
12 | 2024-07-11T15:53:41.919Z | + mkdir -p /home/build |
13 | 2024-07-11T15:53:41.919Z | + chown build:build /home/build /work |
14 | 2024-07-11T15:53:43.902Z | + chmod 0700 /home/build /work |
15 | 2024-07-11T15:53:43.927Z | process exited: duration 4092 ms, exit code 0 |
|
16 | 2024-07-11T15:53:43.979Z | starting task 1: "rust-toolchain" |
17 | 2024-07-11T15:53:44.006Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-11T15:53:44.006Z | ' 1.78.0 |
19 | 2024-07-11T15:53:44.006Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-11T15:53:44.006Z | ' default |
21 | 2024-07-11T15:53:44.006Z | * toolchain channel = "1.78.0" |
22 | 2024-07-11T15:53:44.006Z | * toolchain profile = "default" |
23 | 2024-07-11T15:53:44.006Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-11T15:53:44.006Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-11T15:53:44.139Z | info: downloading installer |
26 | 2024-07-11T15:53:44.657Z | info: profile set to 'default' |
27 | 2024-07-11T15:53:44.657Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-11T15:53:44.682Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-11T15:53:44.748Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-11T15:53:44.748Z | info: downloading component 'cargo' |
31 | 2024-07-11T15:53:44.929Z | info: downloading component 'clippy' |
32 | 2024-07-11T15:53:44.989Z | info: downloading component 'rust-docs' |
33 | 2024-07-11T15:53:45.207Z | info: downloading component 'rust-std' |
34 | 2024-07-11T15:53:45.595Z | info: downloading component 'rustc' |
35 | 2024-07-11T15:53:46.561Z | info: downloading component 'rustfmt' |
36 | 2024-07-11T15:53:46.631Z | info: installing component 'cargo' |
37 | 2024-07-11T15:53:47.724Z | info: installing component 'clippy' |
38 | 2024-07-11T15:53:48.145Z | info: installing component 'rust-docs' |
39 | 2024-07-11T15:53:50.760Z | info: installing component 'rust-std' |
40 | 2024-07-11T15:53:52.672Z | info: installing component 'rustc' |
41 | 2024-07-11T15:53:58.196Z | info: installing component 'rustfmt' |
42 | 2024-07-11T15:53:58.196Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-11T15:53:58.196Z | |
44 | 2024-07-11T15:53:58.265Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-11T15:53:58.265Z | |
46 | 2024-07-11T15:53:58.290Z | |
47 | 2024-07-11T15:53:58.290Z | Rust is installed now. Great! |
48 | 2024-07-11T15:53:58.290Z | |
49 | 2024-07-11T15:53:58.290Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-11T15:53:58.290Z | environment variable. This has not been done automatically. |
51 | 2024-07-11T15:53:58.290Z | |
52 | 2024-07-11T15:53:58.290Z | To configure your current shell, you need to source |
53 | 2024-07-11T15:53:58.290Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-11T15:53:58.290Z | |
55 | 2024-07-11T15:53:58.290Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-11T15:53:58.290Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-11T15:53:58.290Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-11T15:53:58.349Z | + rustc --version |
59 | 2024-07-11T15:53:58.479Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-11T15:53:58.504Z | process exited: duration 14505 ms, exit code 0 |
|
61 | 2024-07-11T15:53:59.581Z | starting task 2: "authentication" |
62 | 2024-07-11T15:53:59.607Z | process exited: duration 64 ms, exit code 0 |
|
63 | 2024-07-11T15:53:59.658Z | starting task 3: "clone repository" |
64 | 2024-07-11T15:53:59.684Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-11T15:53:59.684Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-11T15:53:59.709Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-11T15:54:05.148Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-11T15:54:05.149Z | + git fetch origin c9bd27c108e87ddb496f552f1a7570a9f47a2c54 |
69 | 2024-07-11T15:54:05.550Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-11T15:54:05.550Z | * branch c9bd27c108e87ddb496f552f1a7570a9f47a2c54 -> FETCH_HEAD |
71 | 2024-07-11T15:54:05.575Z | + [[ -n delete-specific-timeseries-during-upgrade ]] |
72 | 2024-07-11T15:54:05.575Z | ++ git branch --show-current |
73 | 2024-07-11T15:54:05.575Z | + current=main |
74 | 2024-07-11T15:54:05.575Z | + [[ main != delete-specific-timeseries-during-upgrade ]] |
75 | 2024-07-11T15:54:05.575Z | + git branch -f delete-specific-timeseries-during-upgrade c9bd27c108e87ddb496f552f1a7570a9f47a2c54 |
76 | 2024-07-11T15:54:05.575Z | + git checkout -f delete-specific-timeseries-during-upgrade |
77 | 2024-07-11T15:54:05.764Z | Switched to branch 'delete-specific-timeseries-during-upgrade' |
78 | 2024-07-11T15:54:05.789Z | + git reset --hard c9bd27c108e87ddb496f552f1a7570a9f47a2c54 |
79 | 2024-07-11T15:54:05.789Z | HEAD is now at c9bd27c10 Review feedback |
80 | 2024-07-11T15:54:05.789Z | process exited: duration 6130 ms, exit code 0 |
|
81 | 2024-07-11T15:54:05.840Z | starting task 4: "build" |
82 | 2024-07-11T15:54:05.865Z | + cargo --version |
83 | 2024-07-11T15:54:05.921Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-11T15:54:05.946Z | + rustc --version |
85 | 2024-07-11T15:54:05.995Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-11T15:54:06.020Z | + source ./env.sh |
87 | 2024-07-11T15:54:06.021Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-11T15:54:06.021Z | ++ set -o xtrace |
89 | 2024-07-11T15:54:06.021Z | ++++ dirname ./env.sh |
90 | 2024-07-11T15:54:06.021Z | +++ readlink -f . |
91 | 2024-07-11T15:54:06.021Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-11T15:54:06.021Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
93 | 2024-07-11T15:54:06.021Z | ++ PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
94 | 2024-07-11T15:54:06.021Z | ++ export PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
95 | 2024-07-11T15:54:06.021Z | ++ PATH=/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
96 | 2024-07-11T15:54:06.021Z | ++ export PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
97 | 2024-07-11T15:54:06.021Z | ++ PATH=/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
98 | 2024-07-11T15:54:06.021Z | ++ export PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
99 | 2024-07-11T15:54:06.021Z | ++ PATH=/work/oxidecomputer/omicron/out/mgd/root/opt/oxide/mgd/bin:/work/oxidecomputer/omicron/out/dendrite-stub/bin:/work/oxidecomputer/omicron/out/clickhouse:/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
100 | 2024-07-11T15:54:06.021Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-11T15:54:06.021Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-11T15:54:06.021Z | + banner prerequisites |
103 | 2024-07-11T15:54:06.021Z | |
104 | 2024-07-11T15:54:06.021Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-11T15:54:06.021Z | # # # # # # # # # # # # # # # |
106 | 2024-07-11T15:54:06.021Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-11T15:54:06.021Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-11T15:54:06.021Z | # # # # # # # # # # # # # # # |
109 | 2024-07-11T15:54:06.021Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-11T15:54:06.021Z | |
111 | 2024-07-11T15:54:06.021Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-11T15:54:12.042Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-11T15:54:14.343Z | Startup: Caching catalogs ... Done |
114 | 2024-07-11T15:54:17.937Z | Planning: Solver setup ... Done (2.919s) |
115 | 2024-07-11T15:54:17.997Z | Planning: Running solver ... Done (0.060s) |
116 | 2024-07-11T15:54:18.043Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-11T15:54:18.137Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-11T15:54:18.525Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-11T15:54:18.581Z | Planning: Package planning ... Done (0.065s) |
120 | 2024-07-11T15:54:18.681Z | Planning: Merging actions ... Done (0.059s) |
121 | 2024-07-11T15:54:18.992Z | Planning: Checking for conflicting actions ... Done (0.344s) |
122 | 2024-07-11T15:54:19.034Z | Planning: Consolidating action changes ... Done (0.013s) |
123 | 2024-07-11T15:54:19.658Z | Planning: Evaluating mediators ... Done (0.654s) |
124 | 2024-07-11T15:54:19.687Z | Planning: Planning completed in 5.25 seconds |
125 | 2024-07-11T15:54:19.687Z | Packages to install: 4 |
126 | 2024-07-11T15:54:19.687Z | Mediators to change: 2 |
127 | 2024-07-11T15:54:19.687Z | Services to change: 1 |
128 | 2024-07-11T15:54:19.687Z | Estimated space available: 148.89 GB |
129 | 2024-07-11T15:54:19.687Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-11T15:54:19.687Z | Create boot environment: No |
131 | 2024-07-11T15:54:19.687Z | Create backup boot environment: No |
132 | 2024-07-11T15:54:19.687Z | Rebuild boot archive: No |
133 | 2024-07-11T15:54:19.687Z | |
134 | 2024-07-11T15:54:19.687Z | Changed mediators: |
135 | 2024-07-11T15:54:19.687Z | mediator clang: |
136 | 2024-07-11T15:54:19.687Z | version: None -> 15 (system default) |
137 | 2024-07-11T15:54:19.688Z | |
138 | 2024-07-11T15:54:19.688Z | mediator llvm: |
139 | 2024-07-11T15:54:19.688Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-11T15:54:19.688Z | |
141 | 2024-07-11T15:54:19.688Z | Changed packages: |
142 | 2024-07-11T15:54:19.688Z | helios-dev |
143 | 2024-07-11T15:54:19.688Z | developer/build-essential |
144 | 2024-07-11T15:54:19.688Z | None -> 11-2.0 |
145 | 2024-07-11T15:54:19.688Z | library/libxmlsec1 |
146 | 2024-07-11T15:54:19.688Z | None -> 1.2.35-2.0 |
147 | 2024-07-11T15:54:19.688Z | ooce/developer/clang-15 |
148 | 2024-07-11T15:54:19.688Z | None -> 15.0.7-2.0 |
149 | 2024-07-11T15:54:19.688Z | ooce/developer/llvm-15 |
150 | 2024-07-11T15:54:19.688Z | None -> 15.0.7-2.0 |
151 | 2024-07-11T15:54:19.688Z | |
152 | 2024-07-11T15:54:19.688Z | Services: |
153 | 2024-07-11T15:54:19.688Z | restart_fmri: |
154 | 2024-07-11T15:54:19.688Z | svc:/system/update-man-index:default |
155 | 2024-07-11T15:54:19.732Z | |
156 | 2024-07-11T15:54:19.732Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-11T15:54:25.920Z | Download: 210/3290 items 1.3/212.6MB 0% complete (595k/s) |
158 | 2024-07-11T15:54:30.922Z | Download: 839/3290 items 18.8/212.6MB 8% complete (1.8M/s) |
159 | 2024-07-11T15:54:35.944Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.3M/s) |
160 | 2024-07-11T15:54:43.955Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (10.0M/s) |
161 | 2024-07-11T15:54:48.956Z | Download: 3151/3290 items 139.1/212.6MB 65% complete (2.0M/s) |
162 | 2024-07-11T15:54:54.069Z | Download: 3286/3290 items 212.0/212.6MB 99% complete (9.8M/s) |
163 | 2024-07-11T15:54:54.269Z | Download: Completed 212.60 MB in 34.54 seconds (6.2M/s) |
164 | 2024-07-11T15:54:54.474Z | Actions: 1/3689 actions (Installing new actions) |
165 | 2024-07-11T15:54:59.475Z | Actions: 2531/3689 actions (Installing new actions) |
166 | 2024-07-11T15:55:00.290Z | Actions: Completed 3689 actions in 5.81 seconds. |
167 | 2024-07-11T15:55:00.658Z | Done (0.364s) |
168 | 2024-07-11T15:55:00.658Z | Done (0.000s) |
169 | 2024-07-11T15:55:01.051Z | Done (0.393s) |
170 | 2024-07-11T15:55:08.891Z | Done (5.293s) |
171 | 2024-07-11T15:55:08.934Z | Done (0.018s) |
172 | 2024-07-11T15:55:08.934Z | Done (0.000s) |
173 | 2024-07-11T15:55:08.934Z | Done (0.000s) |
174 | 2024-07-11T15:55:08.934Z | Planning: Evaluating mediator changes ... Done |
175 | 2024-07-11T15:55:08.934Z | Planning: Checking for conflicting actions ... Done |
176 | 2024-07-11T15:55:08.934Z | Planning: Consolidating action changes ... Done |
177 | 2024-07-11T15:55:08.934Z | Planning: Evaluating mediators ... Done |
178 | 2024-07-11T15:55:08.934Z | Planning: Planning completed in 0.66 seconds |
179 | 2024-07-11T15:55:08.934Z | Mediators to change: 2 |
180 | 2024-07-11T15:55:08.934Z | Create boot environment: No |
181 | 2024-07-11T15:55:08.934Z | Create backup boot environment: No |
182 | 2024-07-11T15:55:08.934Z | Done |
183 | 2024-07-11T15:55:08.934Z | Done |
184 | 2024-07-11T15:55:08.934Z | Done |
185 | 2024-07-11T15:55:13.104Z | Done |
186 | 2024-07-11T15:55:13.202Z | Done |
187 | 2024-07-11T15:55:13.227Z | Done |
188 | 2024-07-11T15:55:13.255Z | Done |
189 | 2024-07-11T15:55:14.047Z | Planning: Evaluating mediator changes ... Done |
190 | 2024-07-11T15:55:14.072Z | Planning: Merging actions ... Done |
191 | 2024-07-11T15:55:14.340Z | Planning: Checking for conflicting actions ... Done |
192 | 2024-07-11T15:55:14.367Z | Planning: Consolidating action changes ... Done |
193 | 2024-07-11T15:55:14.667Z | Planning: Evaluating mediators ... Done |
194 | 2024-07-11T15:55:14.735Z | Planning: Planning completed in 0.99 seconds |
195 | 2024-07-11T15:55:14.777Z | Packages to change: 1 |
196 | 2024-07-11T15:55:14.777Z | Mediators to change: 1 |
197 | 2024-07-11T15:55:14.777Z | Services to change: 1 |
198 | 2024-07-11T15:55:14.777Z | Create boot environment: No |
199 | 2024-07-11T15:55:14.777Z | Create backup boot environment: Yes |
200 | 2024-07-11T15:55:16.374Z | Actions: 1/6 actions (Updating modified actions) |
201 | 2024-07-11T15:55:16.398Z | Actions: Completed 6 actions in 0.00 seconds. |
202 | 2024-07-11T15:55:16.398Z | Done |
203 | 2024-07-11T15:55:16.398Z | Done |
204 | 2024-07-11T15:55:16.460Z | Done |
205 | 2024-07-11T15:55:21.003Z | Done |
206 | 2024-07-11T15:55:21.103Z | Done |
207 | 2024-07-11T15:55:21.127Z | Done |
208 | 2024-07-11T15:55:21.179Z | Done |
209 | 2024-07-11T15:55:21.710Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
210 | 2024-07-11T15:55:21.710Z | clang system 15 system |
211 | 2024-07-11T15:55:21.710Z | csh system system illumos |
212 | 2024-07-11T15:55:21.710Z | ctags system system illumos |
213 | 2024-07-11T15:55:21.710Z | gcc vendor 12 vendor |
214 | 2024-07-11T15:55:21.710Z | gcc system 10 system |
215 | 2024-07-11T15:55:21.710Z | gcc system 7 system |
216 | 2024-07-11T15:55:21.710Z | go system 1.20 system |
217 | 2024-07-11T15:55:21.710Z | go system 1.19 system |
218 | 2024-07-11T15:55:21.710Z | llvm system 15 system |
219 | 2024-07-11T15:55:21.710Z | llvm system 14 system |
220 | 2024-07-11T15:55:21.710Z | mariadb system 10.6 system |
221 | 2024-07-11T15:55:21.710Z | mta vendor vendor dma |
222 | 2024-07-11T15:55:21.710Z | openjdk system 17 system |
223 | 2024-07-11T15:55:21.710Z | openjdk system 11 system |
224 | 2024-07-11T15:55:21.710Z | openjdk system 1.8 system |
225 | 2024-07-11T15:55:21.710Z | openssl vendor 3 vendor |
226 | 2024-07-11T15:55:21.710Z | perl system 5.36 system |
227 | 2024-07-11T15:55:21.710Z | postgresql system 15 system |
228 | 2024-07-11T15:55:21.710Z | postgresql system 13 system |
229 | 2024-07-11T15:55:21.710Z | python vendor 3 vendor |
230 | 2024-07-11T15:55:21.710Z | python system 2 system |
231 | 2024-07-11T15:55:21.710Z | python3 system 3.11 system |
232 | 2024-07-11T15:55:21.710Z | ruby system 3.0 system |
233 | 2024-07-11T15:55:21.710Z | words vendor vendor american-english |
234 | 2024-07-11T15:55:21.710Z | words system system australian-english |
235 | 2024-07-11T15:55:21.710Z | words system system british-english |
236 | 2024-07-11T15:55:21.710Z | words system system canadian-english |
237 | 2024-07-11T15:55:21.710Z | words system system french |
238 | 2024-07-11T15:55:21.710Z | words system system italian |
239 | 2024-07-11T15:55:21.710Z | words system system ngerman |
240 | 2024-07-11T15:55:21.710Z | words system system ogerman |
241 | 2024-07-11T15:55:21.710Z | words system system spanish |
242 | 2024-07-11T15:55:22.137Z | PUBLISHER TYPE STATUS P LOCATION |
243 | 2024-07-11T15:55:22.137Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
244 | 2024-07-11T15:55:24.117Z | FMRI IFO |
245 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
246 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
247 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
248 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
249 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
250 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
251 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
252 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
253 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
254 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
255 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
256 | 2024-07-11T15:55:24.117Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
257 | 2024-07-11T15:55:24.704Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
258 | 2024-07-11T15:55:25.162Z | Updating git repository `https://github.com/oxidecomputer/zone` |
259 | 2024-07-11T15:55:25.589Z | Updating crates.io index |
260 | 2024-07-11T15:55:25.664Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
261 | 2024-07-11T15:55:26.792Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
262 | 2024-07-11T15:55:27.696Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
263 | 2024-07-11T15:55:28.067Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
264 | 2024-07-11T15:55:30.289Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
265 | 2024-07-11T15:55:30.891Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
266 | 2024-07-11T15:55:31.256Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
267 | 2024-07-11T15:55:32.408Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
268 | 2024-07-11T15:55:34.749Z | Updating git repository `https://github.com/oxidecomputer/opte` |
269 | 2024-07-11T15:55:35.901Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
270 | 2024-07-11T15:55:36.673Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
271 | 2024-07-11T15:55:37.441Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
272 | 2024-07-11T15:55:37.821Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
273 | 2024-07-11T15:55:38.371Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
274 | 2024-07-11T15:55:38.799Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
275 | 2024-07-11T15:55:39.222Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
276 | 2024-07-11T15:55:39.685Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
277 | 2024-07-11T15:55:40.035Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
278 | 2024-07-11T15:55:40.365Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
279 | 2024-07-11T15:55:40.932Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
280 | 2024-07-11T15:55:41.515Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
281 | 2024-07-11T15:55:41.947Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
282 | 2024-07-11T15:55:42.289Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
283 | 2024-07-11T15:55:43.027Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
284 | 2024-07-11T15:55:43.412Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
285 | 2024-07-11T15:55:43.802Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
286 | 2024-07-11T15:55:44.443Z | Updating git repository `https://github.com/oxidecomputer/typify` |
287 | 2024-07-11T15:55:46.550Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
288 | 2024-07-11T15:55:47.013Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
289 | 2024-07-11T15:55:47.395Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
290 | 2024-07-11T15:55:48.028Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
291 | 2024-07-11T15:55:49.524Z | Downloading crates ... |
292 | 2024-07-11T15:55:49.594Z | Downloaded foreign-types v0.3.2 |
293 | 2024-07-11T15:55:49.620Z | Downloaded openssl-macros v0.1.1 |
294 | 2024-07-11T15:55:49.620Z | Downloaded num-conv v0.1.0 |
295 | 2024-07-11T15:55:49.620Z | Downloaded memmap v0.7.0 |
296 | 2024-07-11T15:55:49.620Z | Downloaded itoa v1.0.11 |
297 | 2024-07-11T15:55:49.620Z | Downloaded hyper-tls v0.5.0 |
298 | 2024-07-11T15:55:49.620Z | Downloaded lock_api v0.4.12 |
299 | 2024-07-11T15:55:49.620Z | Downloaded pretty-hex v0.4.1 |
300 | 2024-07-11T15:55:49.620Z | Downloaded foreign-types-shared v0.1.1 |
301 | 2024-07-11T15:55:49.620Z | Downloaded pest_meta v2.7.10 |
302 | 2024-07-11T15:55:49.645Z | Downloaded scroll_derive v0.12.0 |
303 | 2024-07-11T15:55:49.645Z | Downloaded tower-service v0.3.2 |
304 | 2024-07-11T15:55:49.645Z | Downloaded ipnet v2.9.0 |
305 | 2024-07-11T15:55:49.645Z | Downloaded rustls-pemfile v1.0.4 |
306 | 2024-07-11T15:55:49.645Z | Downloaded serde_urlencoded v0.7.1 |
307 | 2024-07-11T15:55:49.646Z | Downloaded swrite v0.1.0 |
308 | 2024-07-11T15:55:49.646Z | Downloaded idna v0.5.0 |
309 | 2024-07-11T15:55:49.670Z | Downloaded want v0.3.1 |
310 | 2024-07-11T15:55:49.670Z | Downloaded usdt-macro v0.5.0 |
311 | 2024-07-11T15:55:49.671Z | Downloaded libc v0.2.155 |
312 | 2024-07-11T15:55:49.695Z | Downloaded toml_datetime v0.6.6 |
313 | 2024-07-11T15:55:49.720Z | Downloaded version_check v0.9.4 |
314 | 2024-07-11T15:55:49.720Z | Downloaded xattr v1.3.1 |
315 | 2024-07-11T15:55:49.720Z | Downloaded encoding_rs v0.8.34 |
316 | 2024-07-11T15:55:49.745Z | Downloaded unicode-ident v1.0.12 |
317 | 2024-07-11T15:55:49.745Z | Downloaded zerocopy-derive v0.7.34 |
318 | 2024-07-11T15:55:49.745Z | Downloaded usdt-impl v0.5.0 |
319 | 2024-07-11T15:55:49.745Z | Downloaded tinyvec v1.6.0 |
320 | 2024-07-11T15:55:49.745Z | Downloaded time-macros v0.2.18 |
321 | 2024-07-11T15:55:49.745Z | Downloaded url v2.5.0 |
322 | 2024-07-11T15:55:49.770Z | Downloaded tracing v0.1.40 |
323 | 2024-07-11T15:55:49.770Z | Downloaded serde v1.0.204 |
324 | 2024-07-11T15:55:49.770Z | Downloaded unicode-normalization v0.1.23 |
325 | 2024-07-11T15:55:49.770Z | Downloaded toml_edit v0.22.14 |
326 | 2024-07-11T15:55:49.795Z | Downloaded tokio-util v0.7.11 |
327 | 2024-07-11T15:55:49.845Z | Downloaded zerocopy v0.7.34 |
328 | 2024-07-11T15:55:49.869Z | Downloaded winnow v0.6.8 |
329 | 2024-07-11T15:55:49.869Z | Downloaded unicode-width v0.1.13 |
330 | 2024-07-11T15:55:49.869Z | Downloaded tokio v1.38.0 |
331 | 2024-07-11T15:55:49.895Z | Downloaded rustix v0.38.34 |
332 | 2024-07-11T15:55:49.920Z | Downloaded vcpkg v0.2.15 |
333 | 2024-07-11T15:55:49.954Z | Downloaded serde_json v1.0.120 |
334 | 2024-07-11T15:55:49.979Z | Downloaded reqwest v0.11.27 |
335 | 2024-07-11T15:55:49.979Z | Downloaded tabled v0.15.0 |
336 | 2024-07-11T15:55:50.004Z | Downloaded syn v2.0.68 |
337 | 2024-07-11T15:55:50.005Z | Downloaded syn v1.0.109 |
338 | 2024-07-11T15:55:50.029Z | Downloaded time v0.3.36 |
339 | 2024-07-11T15:55:50.029Z | Downloaded tar v0.4.40 |
340 | 2024-07-11T15:55:50.029Z | Downloaded slog v2.7.0 |
341 | 2024-07-11T15:55:50.029Z | Downloaded ryu v1.0.18 |
342 | 2024-07-11T15:55:50.056Z | Downloaded unicode-bidi v0.3.15 |
343 | 2024-07-11T15:55:50.056Z | Downloaded ucd-trie v0.1.6 |
344 | 2024-07-11T15:55:50.056Z | Downloaded typenum v1.17.0 |
345 | 2024-07-11T15:55:50.056Z | Downloaded tracing-core v0.1.32 |
346 | 2024-07-11T15:55:50.056Z | Downloaded toml v0.8.14 |
347 | 2024-07-11T15:55:50.056Z | Downloaded term v0.7.0 |
348 | 2024-07-11T15:55:50.056Z | Downloaded strum_macros v0.26.4 |
349 | 2024-07-11T15:55:50.056Z | Downloaded socket2 v0.5.7 |
350 | 2024-07-11T15:55:50.056Z | Downloaded smallvec v1.13.2 |
351 | 2024-07-11T15:55:50.081Z | Downloaded slog-term v2.9.1 |
352 | 2024-07-11T15:55:50.081Z | Downloaded slog-json v2.6.1 |
353 | 2024-07-11T15:55:50.081Z | Downloaded utf8parse v0.2.1 |
354 | 2024-07-11T15:55:50.081Z | Downloaded usdt-attr-macro v0.5.0 |
355 | 2024-07-11T15:55:50.081Z | Downloaded usdt v0.5.0 |
356 | 2024-07-11T15:55:50.081Z | Downloaded tokio-native-tls v0.3.1 |
357 | 2024-07-11T15:55:50.081Z | Downloaded tabled_derive v0.7.0 |
358 | 2024-07-11T15:55:50.081Z | Downloaded strsim v0.11.1 |
359 | 2024-07-11T15:55:50.081Z | Downloaded slog-bunyan v2.5.0 |
360 | 2024-07-11T15:55:50.081Z | Downloaded slog-async v2.8.0 |
361 | 2024-07-11T15:55:50.081Z | Downloaded slab v0.4.9 |
362 | 2024-07-11T15:55:50.081Z | Downloaded signal-hook-registry v1.4.2 |
363 | 2024-07-11T15:55:50.081Z | Downloaded sha2 v0.10.8 |
364 | 2024-07-11T15:55:50.081Z | Downloaded serde_derive v1.0.204 |
365 | 2024-07-11T15:55:50.081Z | Downloaded semver v1.0.23 |
366 | 2024-07-11T15:55:50.081Z | Downloaded quote v1.0.36 |
367 | 2024-07-11T15:55:50.106Z | Downloaded proc-macro2 v1.0.86 |
368 | 2024-07-11T15:55:50.106Z | Downloaded proc-macro-error v1.0.4 |
369 | 2024-07-11T15:55:50.106Z | Downloaded powerfmt v0.2.0 |
370 | 2024-07-11T15:55:50.106Z | Downloaded pin-project-lite v0.2.14 |
371 | 2024-07-11T15:55:50.106Z | Downloaded tokio-macros v2.3.0 |
372 | 2024-07-11T15:55:50.106Z | Downloaded thread_local v1.1.8 |
373 | 2024-07-11T15:55:50.106Z | Downloaded thread-id v4.2.1 |
374 | 2024-07-11T15:55:50.106Z | Downloaded thiserror-impl v1.0.60 |
375 | 2024-07-11T15:55:50.106Z | Downloaded thiserror v1.0.60 |
376 | 2024-07-11T15:55:50.131Z | Downloaded terminal_size v0.3.0 |
377 | 2024-07-11T15:55:50.131Z | Downloaded try-lock v0.2.5 |
378 | 2024-07-11T15:55:50.131Z | Downloaded time-core v0.1.2 |
379 | 2024-07-11T15:55:50.131Z | Downloaded serde_tokenstream v0.2.1 |
380 | 2024-07-11T15:55:50.131Z | Downloaded serde_spanned v0.6.6 |
381 | 2024-07-11T15:55:50.131Z | Downloaded scroll v0.12.0 |
382 | 2024-07-11T15:55:50.131Z | Downloaded scopeguard v1.2.0 |
383 | 2024-07-11T15:55:50.131Z | Downloaded rustversion v1.0.17 |
384 | 2024-07-11T15:55:50.131Z | Downloaded sync_wrapper v0.1.2 |
385 | 2024-07-11T15:55:50.131Z | Downloaded anstyle v1.0.7 |
386 | 2024-07-11T15:55:50.131Z | Downloaded hyper v0.14.28 |
387 | 2024-07-11T15:55:50.156Z | Downloaded plain v0.2.3 |
388 | 2024-07-11T15:55:50.156Z | Downloaded pin-utils v0.1.0 |
389 | 2024-07-11T15:55:50.156Z | Downloaded pest v2.7.10 |
390 | 2024-07-11T15:55:50.156Z | Downloaded openssl v0.10.64 |
391 | 2024-07-11T15:55:50.156Z | Downloaded memchr v2.7.2 |
392 | 2024-07-11T15:55:50.181Z | Downloaded h2 v0.3.26 |
393 | 2024-07-11T15:55:50.181Z | Downloaded goblin v0.8.2 |
394 | 2024-07-11T15:55:50.181Z | Downloaded futures-util v0.3.30 |
395 | 2024-07-11T15:55:50.206Z | Downloaded proc-macro-error-attr v1.0.4 |
396 | 2024-07-11T15:55:50.206Z | Downloaded pkg-config v0.3.30 |
397 | 2024-07-11T15:55:50.206Z | Downloaded papergrid v0.11.0 |
398 | 2024-07-11T15:55:50.206Z | Downloaded mio v0.8.11 |
399 | 2024-07-11T15:55:50.206Z | Downloaded hostname v0.3.1 |
400 | 2024-07-11T15:55:50.206Z | Downloaded hashbrown v0.14.5 |
401 | 2024-07-11T15:55:50.231Z | Downloaded crossbeam-utils v0.8.19 |
402 | 2024-07-11T15:55:50.231Z | Downloaded clap_builder v4.5.2 |
403 | 2024-07-11T15:55:50.231Z | Downloaded parking_lot_core v0.9.10 |
404 | 2024-07-11T15:55:50.231Z | Downloaded once_cell v1.19.0 |
405 | 2024-07-11T15:55:50.231Z | Downloaded log v0.4.21 |
406 | 2024-07-11T15:55:50.231Z | Downloaded fnv v1.0.7 |
407 | 2024-07-11T15:55:50.231Z | Downloaded dirs-sys-next v0.1.2 |
408 | 2024-07-11T15:55:50.232Z | Downloaded tinyvec_macros v0.1.1 |
409 | 2024-07-11T15:55:50.232Z | Downloaded take_mut v0.2.2 |
410 | 2024-07-11T15:55:50.232Z | Downloaded strum v0.26.2 |
411 | 2024-07-11T15:55:50.232Z | Downloaded openssl-probe v0.1.5 |
412 | 2024-07-11T15:55:50.257Z | Downloaded num_cpus v1.16.0 |
413 | 2024-07-11T15:55:50.257Z | Downloaded native-tls v0.2.11 |
414 | 2024-07-11T15:55:50.257Z | Downloaded macaddr v1.0.1 |
415 | 2024-07-11T15:55:50.257Z | Downloaded is_terminal_polyfill v1.70.0 |
416 | 2024-07-11T15:55:50.257Z | Downloaded indexmap v2.2.6 |
417 | 2024-07-11T15:55:50.257Z | Downloaded http-body v0.4.6 |
418 | 2024-07-11T15:55:50.257Z | Downloaded http v0.2.12 |
419 | 2024-07-11T15:55:50.257Z | Downloaded futures-task v0.3.30 |
420 | 2024-07-11T15:55:50.257Z | Downloaded futures-macro v0.3.30 |
421 | 2024-07-11T15:55:50.257Z | Downloaded futures-executor v0.3.30 |
422 | 2024-07-11T15:55:50.282Z | Downloaded futures-channel v0.3.30 |
423 | 2024-07-11T15:55:50.282Z | Downloaded fs-err v2.11.0 |
424 | 2024-07-11T15:55:50.282Z | Downloaded dtrace-parser v0.2.0 |
425 | 2024-07-11T15:55:50.282Z | Downloaded digest v0.10.7 |
426 | 2024-07-11T15:55:50.282Z | Downloaded deranged v0.3.11 |
427 | 2024-07-11T15:55:50.282Z | Downloaded crc32fast v1.4.0 |
428 | 2024-07-11T15:55:50.282Z | Downloaded colorchoice v1.0.1 |
429 | 2024-07-11T15:55:50.282Z | Downloaded base64 v0.21.7 |
430 | 2024-07-11T15:55:50.282Z | Downloaded pest_generator v2.7.10 |
431 | 2024-07-11T15:55:50.282Z | Downloaded openssl-sys v0.9.102 |
432 | 2024-07-11T15:55:50.282Z | Downloaded mime v0.3.17 |
433 | 2024-07-11T15:55:50.307Z | Downloaded heck v0.4.1 |
434 | 2024-07-11T15:55:50.308Z | Downloaded generic-array v0.14.7 |
435 | 2024-07-11T15:55:50.308Z | Downloaded futures v0.3.30 |
436 | 2024-07-11T15:55:50.308Z | Downloaded flate2 v1.0.30 |
437 | 2024-07-11T15:55:50.308Z | Downloaded crossbeam-channel v0.5.12 |
438 | 2024-07-11T15:55:50.308Z | Downloaded cc v1.0.97 |
439 | 2024-07-11T15:55:50.308Z | Downloaded parking_lot v0.12.2 |
440 | 2024-07-11T15:55:50.333Z | Downloaded miniz_oxide v0.7.2 |
441 | 2024-07-11T15:55:50.333Z | Downloaded equivalent v1.0.1 |
442 | 2024-07-11T15:55:50.333Z | Downloaded bytes v1.6.0 |
443 | 2024-07-11T15:55:50.333Z | Downloaded filetime v0.2.23 |
444 | 2024-07-11T15:55:50.333Z | Downloaded bitflags v2.5.0 |
445 | 2024-07-11T15:55:50.333Z | Downloaded anyhow v1.0.86 |
446 | 2024-07-11T15:55:50.333Z | Downloaded pest_derive v2.7.10 |
447 | 2024-07-11T15:55:50.333Z | Downloaded percent-encoding v2.3.1 |
448 | 2024-07-11T15:55:50.333Z | Downloaded httparse v1.8.0 |
449 | 2024-07-11T15:55:50.333Z | Downloaded futures-sink v0.3.30 |
450 | 2024-07-11T15:55:50.333Z | Downloaded dirs-next v2.0.0 |
451 | 2024-07-11T15:55:50.359Z | Downloaded cpufeatures v0.2.12 |
452 | 2024-07-11T15:55:50.359Z | Downloaded clap_derive v4.5.4 |
453 | 2024-07-11T15:55:50.359Z | Downloaded clap v4.5.4 |
454 | 2024-07-11T15:55:50.359Z | Downloaded cargo_toml v0.20.3 |
455 | 2024-07-11T15:55:50.359Z | Downloaded cargo_metadata v0.18.1 |
456 | 2024-07-11T15:55:50.360Z | Downloaded camino v1.1.7 |
457 | 2024-07-11T15:55:50.360Z | Downloaded httpdate v1.0.3 |
458 | 2024-07-11T15:55:50.360Z | Downloaded heck v0.5.0 |
459 | 2024-07-11T15:55:50.360Z | Downloaded futures-io v0.3.30 |
460 | 2024-07-11T15:55:50.360Z | Downloaded futures-core v0.3.30 |
461 | 2024-07-11T15:55:50.360Z | Downloaded form_urlencoded v1.2.1 |
462 | 2024-07-11T15:55:50.385Z | Downloaded dof v0.3.0 |
463 | 2024-07-11T15:55:50.385Z | Downloaded match_cfg v0.1.0 |
464 | 2024-07-11T15:55:50.385Z | Downloaded is-terminal v0.4.12 |
465 | 2024-07-11T15:55:50.385Z | Downloaded errno v0.3.9 |
466 | 2024-07-11T15:55:50.385Z | Downloaded crypto-common v0.1.6 |
467 | 2024-07-11T15:55:50.385Z | Downloaded cfg-if v1.0.0 |
468 | 2024-07-11T15:55:50.385Z | Downloaded cargo-platform v0.1.8 |
469 | 2024-07-11T15:55:50.385Z | Downloaded byteorder v1.5.0 |
470 | 2024-07-11T15:55:50.385Z | Downloaded bytecount v0.6.8 |
471 | 2024-07-11T15:55:50.385Z | Downloaded block-buffer v0.10.4 |
472 | 2024-07-11T15:55:50.385Z | Downloaded anstyle-parse v0.2.4 |
473 | 2024-07-11T15:55:50.385Z | Downloaded anstream v0.6.14 |
474 | 2024-07-11T15:55:50.385Z | Downloaded adler v1.0.2 |
475 | 2024-07-11T15:55:50.385Z | Downloaded num_threads v0.1.7 |
476 | 2024-07-11T15:55:50.385Z | Downloaded clap_lex v0.7.0 |
477 | 2024-07-11T15:55:50.385Z | Downloaded autocfg v1.3.0 |
478 | 2024-07-11T15:55:50.385Z | Downloaded anstyle-query v1.0.3 |
479 | 2024-07-11T15:55:50.532Z | Compiling proc-macro2 v1.0.86 |
480 | 2024-07-11T15:55:50.532Z | Compiling unicode-ident v1.0.12 |
481 | 2024-07-11T15:55:50.557Z | Compiling libc v0.2.155 |
482 | 2024-07-11T15:55:50.557Z | Compiling version_check v0.9.4 |
483 | 2024-07-11T15:55:50.557Z | Compiling cfg-if v1.0.0 |
484 | 2024-07-11T15:55:50.557Z | Compiling itoa v1.0.11 |
485 | 2024-07-11T15:55:50.557Z | Compiling once_cell v1.19.0 |
486 | 2024-07-11T15:55:50.557Z | Compiling serde v1.0.204 |
487 | 2024-07-11T15:55:50.762Z | Compiling autocfg v1.3.0 |
488 | 2024-07-11T15:55:50.824Z | Compiling memchr v2.7.2 |
489 | 2024-07-11T15:55:50.850Z | Compiling thiserror v1.0.60 |
490 | 2024-07-11T15:55:50.994Z | Compiling ryu v1.0.18 |
491 | 2024-07-11T15:55:51.351Z | Compiling pin-project-lite v0.2.14 |
492 | 2024-07-11T15:55:51.469Z | Compiling bitflags v2.5.0 |
493 | 2024-07-11T15:55:51.594Z | Compiling vcpkg v0.2.15 |
494 | 2024-07-11T15:55:51.595Z | Compiling cc v1.0.97 |
495 | 2024-07-11T15:55:51.690Z | Compiling pkg-config v0.3.30 |
496 | 2024-07-11T15:55:51.748Z | Compiling lock_api v0.4.12 |
497 | 2024-07-11T15:55:51.788Z | Compiling ucd-trie v0.1.6 |
498 | 2024-07-11T15:55:52.039Z | Compiling parking_lot_core v0.9.10 |
499 | 2024-07-11T15:55:52.394Z | Compiling quote v1.0.36 |
500 | 2024-07-11T15:55:52.497Z | Compiling slab v0.4.9 |
501 | 2024-07-11T15:55:52.601Z | Compiling futures-sink v0.3.30 |
502 | 2024-07-11T15:55:52.732Z | Compiling bytes v1.6.0 |
503 | 2024-07-11T15:55:52.759Z | Compiling syn v2.0.68 |
504 | 2024-07-11T15:55:52.759Z | Compiling futures-core v0.3.30 |
505 | 2024-07-11T15:55:52.997Z | Compiling smallvec v1.13.2 |
506 | 2024-07-11T15:55:53.022Z | Compiling scopeguard v1.2.0 |
507 | 2024-07-11T15:55:53.249Z | Compiling hashbrown v0.14.5 |
508 | 2024-07-11T15:55:53.457Z | Compiling log v0.4.21 |
509 | 2024-07-11T15:55:53.551Z | Compiling equivalent v1.0.1 |
510 | 2024-07-11T15:55:53.583Z | Compiling serde_json v1.0.120 |
511 | 2024-07-11T15:55:53.659Z | Compiling fnv v1.0.7 |
512 | 2024-07-11T15:55:53.785Z | Compiling byteorder v1.5.0 |
513 | 2024-07-11T15:55:53.810Z | Compiling parking_lot v0.12.2 |
514 | 2024-07-11T15:55:53.900Z | Compiling futures-channel v0.3.30 |
515 | 2024-07-11T15:55:53.976Z | Compiling signal-hook-registry v1.4.2 |
516 | 2024-07-11T15:55:54.098Z | Compiling num_cpus v1.16.0 |
517 | 2024-07-11T15:55:54.195Z | Compiling mio v0.8.11 |
518 | 2024-07-11T15:55:54.226Z | Compiling socket2 v0.5.7 |
519 | 2024-07-11T15:55:54.267Z | Compiling futures-io v0.3.30 |
520 | 2024-07-11T15:55:54.392Z | Compiling indexmap v2.2.6 |
521 | 2024-07-11T15:55:54.553Z | Compiling pin-utils v0.1.0 |
522 | 2024-07-11T15:55:54.637Z | Compiling openssl-sys v0.9.102 |
523 | 2024-07-11T15:55:54.662Z | Compiling typenum v1.17.0 |
524 | 2024-07-11T15:55:54.712Z | Compiling rustix v0.38.34 |
525 | 2024-07-11T15:55:55.107Z | Compiling futures-task v0.3.30 |
526 | 2024-07-11T15:55:55.389Z | Compiling errno v0.3.9 |
527 | 2024-07-11T15:55:55.448Z | Compiling generic-array v0.14.7 |
528 | 2024-07-11T15:55:55.542Z | Compiling foreign-types-shared v0.1.1 |
529 | 2024-07-11T15:55:55.568Z | Compiling openssl v0.10.64 |
530 | 2024-07-11T15:55:55.652Z | Compiling slog v2.7.0 |
531 | 2024-07-11T15:55:55.677Z | Compiling foreign-types v0.3.2 |
532 | 2024-07-11T15:55:55.833Z | Compiling http v0.2.12 |
533 | 2024-07-11T15:55:56.099Z | Compiling usdt-impl v0.5.0 |
534 | 2024-07-11T15:55:56.251Z | Compiling proc-macro-error-attr v1.0.4 |
535 | 2024-07-11T15:55:56.313Z | Compiling tracing-core v0.1.32 |
536 | 2024-07-11T15:55:56.527Z | Compiling syn v1.0.109 |
537 | 2024-07-11T15:55:56.570Z | Compiling native-tls v0.2.11 |
538 | 2024-07-11T15:55:56.884Z | Compiling num-conv v0.1.0 |
539 | 2024-07-11T15:55:57.095Z | Compiling httparse v1.8.0 |
540 | 2024-07-11T15:55:57.126Z | Compiling time-core v0.1.2 |
541 | 2024-07-11T15:55:57.151Z | Compiling tinyvec_macros v0.1.1 |
542 | 2024-07-11T15:55:57.188Z | Compiling powerfmt v0.2.0 |
543 | 2024-07-11T15:55:57.257Z | Compiling tinyvec v1.6.0 |
544 | 2024-07-11T15:55:57.312Z | Compiling time-macros v0.2.18 |
545 | 2024-07-11T15:55:57.534Z | Compiling deranged v0.3.11 |
546 | 2024-07-11T15:55:57.703Z | Compiling tracing v0.1.40 |
547 | 2024-07-11T15:55:58.232Z | Compiling thread-id v4.2.1 |
548 | 2024-07-11T15:55:58.395Z | Compiling proc-macro-error v1.0.4 |
549 | 2024-07-11T15:55:58.431Z | Compiling utf8parse v0.2.1 |
550 | 2024-07-11T15:55:58.539Z | Compiling crossbeam-utils v0.8.19 |
551 | 2024-07-11T15:55:58.587Z | Compiling heck v0.5.0 |
552 | 2024-07-11T15:55:58.646Z | Compiling num_threads v0.1.7 |
553 | 2024-07-11T15:55:58.762Z | Compiling plain v0.2.3 |
554 | 2024-07-11T15:55:58.913Z | Compiling percent-encoding v2.3.1 |
555 | 2024-07-11T15:55:58.942Z | Compiling openssl-probe v0.1.5 |
556 | 2024-07-11T15:55:59.041Z | Compiling rustversion v1.0.17 |
557 | 2024-07-11T15:55:59.072Z | Compiling try-lock v0.2.5 |
558 | 2024-07-11T15:55:59.134Z | Compiling form_urlencoded v1.2.1 |
559 | 2024-07-11T15:55:59.204Z | Compiling want v0.3.1 |
560 | 2024-07-11T15:55:59.259Z | Compiling anstyle-parse v0.2.4 |
561 | 2024-07-11T15:55:59.284Z | Compiling unicode-normalization v0.1.23 |
562 | 2024-07-11T15:55:59.554Z | Compiling http-body v0.4.6 |
563 | 2024-07-11T15:55:59.722Z | Compiling dirs-sys-next v0.1.2 |
564 | 2024-07-11T15:56:00.059Z | Compiling httpdate v1.0.3 |
565 | 2024-07-11T15:56:00.086Z | Compiling colorchoice v1.0.1 |
566 | 2024-07-11T15:56:00.119Z | Compiling time v0.3.36 |
567 | 2024-07-11T15:56:00.169Z | Compiling is_terminal_polyfill v1.70.0 |
568 | 2024-07-11T15:56:00.195Z | Compiling anstyle-query v1.0.3 |
569 | 2024-07-11T15:56:00.253Z | Compiling pretty-hex v0.4.1 |
570 | 2024-07-11T15:56:00.280Z | Compiling camino v1.1.7 |
571 | 2024-07-11T15:56:00.305Z | Compiling semver v1.0.23 |
572 | 2024-07-11T15:56:00.331Z | Compiling tower-service v0.3.2 |
573 | 2024-07-11T15:56:00.462Z | Compiling anstyle v1.0.7 |
574 | 2024-07-11T15:56:00.488Z | Compiling crc32fast v1.4.0 |
575 | 2024-07-11T15:56:00.488Z | Compiling unicode-bidi v0.3.15 |
576 | 2024-07-11T15:56:00.731Z | Compiling winnow v0.6.8 |
577 | 2024-07-11T15:56:00.872Z | Compiling anstream v0.6.14 |
578 | 2024-07-11T15:56:01.000Z | Compiling dirs-next v2.0.0 |
579 | 2024-07-11T15:56:01.204Z | Compiling idna v0.5.0 |
580 | 2024-07-11T15:56:02.524Z | Compiling crypto-common v0.1.6 |
581 | 2024-07-11T15:56:02.550Z | Compiling block-buffer v0.10.4 |
582 | 2024-07-11T15:56:02.550Z | Compiling terminal_size v0.3.0 |
583 | 2024-07-11T15:56:02.766Z | Compiling fs-err v2.11.0 |
584 | 2024-07-11T15:56:02.792Z | Compiling thread_local v1.1.8 |
585 | 2024-07-11T15:56:02.833Z | Compiling strsim v0.11.1 |
586 | 2024-07-11T15:56:02.861Z | Compiling slog-async v2.8.0 |
587 | 2024-07-11T15:56:03.026Z | Compiling bytecount v0.6.8 |
588 | 2024-07-11T15:56:03.231Z | Compiling clap_lex v0.7.0 |
589 | 2024-07-11T15:56:03.287Z | Compiling match_cfg v0.1.0 |
590 | 2024-07-11T15:56:03.344Z | Compiling base64 v0.21.7 |
591 | 2024-07-11T15:56:03.399Z | Compiling heck v0.4.1 |
592 | 2024-07-11T15:56:03.539Z | Compiling unicode-width v0.1.13 |
593 | 2024-07-11T15:56:03.662Z | Compiling adler v1.0.2 |
594 | 2024-07-11T15:56:03.714Z | Compiling anyhow v1.0.86 |
595 | 2024-07-11T15:56:03.763Z | Compiling rustls-pemfile v1.0.4 |
596 | 2024-07-11T15:56:03.836Z | Compiling miniz_oxide v0.7.2 |
597 | 2024-07-11T15:56:03.886Z | Compiling papergrid v0.11.0 |
598 | 2024-07-11T15:56:03.923Z | Compiling serde_derive v1.0.204 |
599 | 2024-07-11T15:56:03.961Z | Compiling thiserror-impl v1.0.60 |
600 | 2024-07-11T15:56:04.000Z | Compiling zerocopy-derive v0.7.34 |
601 | 2024-07-11T15:56:04.178Z | Compiling futures-macro v0.3.30 |
602 | 2024-07-11T15:56:04.233Z | Compiling tokio-macros v2.3.0 |
603 | 2024-07-11T15:56:05.099Z | Compiling scroll_derive v0.12.0 |
604 | 2024-07-11T15:56:05.172Z | Compiling openssl-macros v0.1.1 |
605 | 2024-07-11T15:56:05.707Z | Compiling tokio v1.38.0 |
606 | 2024-07-11T15:56:05.944Z | Compiling futures-util v0.3.30 |
607 | 2024-07-11T15:56:05.970Z | Compiling zerocopy v0.7.34 |
608 | 2024-07-11T15:56:06.428Z | Compiling scroll v0.12.0 |
609 | 2024-07-11T15:56:06.907Z | Compiling goblin v0.8.2 |
610 | 2024-07-11T15:56:06.973Z | Compiling pest v2.7.10 |
611 | 2024-07-11T15:56:07.327Z | Compiling tabled_derive v0.7.0 |
612 | 2024-07-11T15:56:07.783Z | Compiling clap_derive v4.5.4 |
613 | 2024-07-11T15:56:09.435Z | Compiling pest_meta v2.7.10 |
614 | 2024-07-11T15:56:09.519Z | Compiling strum_macros v0.26.4 |
615 | 2024-07-11T15:56:11.922Z | Compiling pest_generator v2.7.10 |
616 | 2024-07-11T15:56:13.315Z | Compiling tokio-util v0.7.11 |
617 | 2024-07-11T15:56:14.086Z | Compiling pest_derive v2.7.10 |
618 | 2024-07-11T15:56:14.113Z | Compiling h2 v0.3.26 |
619 | 2024-07-11T15:56:14.219Z | Compiling tokio-native-tls v0.3.1 |
620 | 2024-07-11T15:56:14.457Z | Compiling futures-executor v0.3.30 |
621 | 2024-07-11T15:56:14.502Z | Compiling clap_builder v4.5.2 |
622 | 2024-07-11T15:56:14.765Z | Compiling dtrace-parser v0.2.0 |
623 | 2024-07-11T15:56:14.971Z | Compiling hostname v0.3.1 |
624 | 2024-07-11T15:56:15.430Z | Compiling digest v0.10.7 |
625 | 2024-07-11T15:56:15.800Z | Compiling crossbeam-channel v0.5.12 |
626 | 2024-07-11T15:56:15.935Z | Compiling url v2.5.0 |
627 | 2024-07-11T15:56:16.800Z | Compiling serde_tokenstream v0.2.1 |
628 | 2024-07-11T15:56:16.839Z | Compiling serde_spanned v0.6.6 |
629 | 2024-07-11T15:56:17.052Z | Compiling toml_datetime v0.6.6 |
630 | 2024-07-11T15:56:17.505Z | Compiling toml_edit v0.22.14 |
631 | 2024-07-11T15:56:17.570Z | Compiling serde_urlencoded v0.7.1 |
632 | 2024-07-11T15:56:18.075Z | Compiling dof v0.3.0 |
633 | 2024-07-11T15:56:18.970Z | Compiling hyper v0.14.28 |
634 | 2024-07-11T15:56:19.078Z | Compiling slog-json v2.6.1 |
635 | 2024-07-11T15:56:19.733Z | Compiling cargo-platform v0.1.8 |
636 | 2024-07-11T15:56:19.940Z | Compiling term v0.7.0 |
637 | 2024-07-11T15:56:20.255Z | Compiling toml v0.8.14 |
638 | 2024-07-11T15:56:20.489Z | Compiling xattr v1.3.1 |
639 | 2024-07-11T15:56:20.718Z | Compiling filetime v0.2.23 |
640 | 2024-07-11T15:56:20.748Z | Compiling memmap v0.7.0 |
641 | 2024-07-11T15:56:20.958Z | Compiling usdt-macro v0.5.0 |
642 | 2024-07-11T15:56:21.051Z | Compiling usdt-attr-macro v0.5.0 |
643 | 2024-07-11T15:56:21.088Z | Compiling is-terminal v0.4.12 |
644 | 2024-07-11T15:56:21.253Z | Compiling encoding_rs v0.8.34 |
645 | 2024-07-11T15:56:21.382Z | Compiling ipnet v2.9.0 |
646 | 2024-07-11T15:56:25.177Z | Compiling take_mut v0.2.2 |
647 | 2024-07-11T15:56:25.212Z | Compiling sync_wrapper v0.1.2 |
648 | 2024-07-11T15:56:25.212Z | Compiling cpufeatures v0.2.12 |
649 | 2024-07-11T15:56:25.212Z | Compiling mime v0.3.17 |
650 | 2024-07-11T15:56:25.212Z | Compiling sha2 v0.10.8 |
651 | 2024-07-11T15:56:25.212Z | Compiling hyper-tls v0.5.0 |
652 | 2024-07-11T15:56:25.212Z | Compiling usdt v0.5.0 |
653 | 2024-07-11T15:56:25.213Z | Compiling slog-term v2.9.1 |
654 | 2024-07-11T15:56:25.213Z | Compiling cargo_toml v0.20.3 |
655 | 2024-07-11T15:56:25.213Z | Compiling tar v0.4.40 |
656 | 2024-07-11T15:56:25.213Z | Compiling reqwest v0.11.27 |
657 | 2024-07-11T15:56:25.213Z | Compiling flate2 v1.0.30 |
658 | 2024-07-11T15:56:25.213Z | Compiling cargo_metadata v0.18.1 |
659 | 2024-07-11T15:56:25.213Z | Compiling slog-bunyan v2.5.0 |
660 | 2024-07-11T15:56:25.213Z | Compiling clap v4.5.4 |
661 | 2024-07-11T15:56:25.213Z | Compiling macaddr v1.0.1 |
662 | 2024-07-11T15:56:25.213Z | Compiling futures v0.3.30 |
663 | 2024-07-11T15:56:25.213Z | Compiling strum v0.26.2 |
664 | 2024-07-11T15:56:25.213Z | Compiling tabled v0.15.0 |
665 | 2024-07-11T15:56:25.213Z | Compiling swrite v0.1.0 |
666 | 2024-07-11T15:56:29.988Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
667 | 2024-07-11T15:56:40.424Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
668 | 2024-07-11T15:56:40.662Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
669 | 2024-07-11T15:56:40.742Z | Jul 11 15:56:40.558 INFO Starting download, target: Clickhouse |
670 | 2024-07-11T15:56:40.742Z | Jul 11 15:56:40.559 INFO Starting download, target: Cockroach |
671 | 2024-07-11T15:56:40.742Z | Jul 11 15:56:40.559 INFO Starting download, target: Console |
672 | 2024-07-11T15:56:40.743Z | Jul 11 15:56:40.559 INFO Starting download, target: DendriteOpenapi |
673 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.559 INFO Starting download, target: DendriteStub |
674 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.559 INFO Starting download, target: MaghemiteMgd |
675 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.559 INFO Starting download, target: TransceiverControl |
676 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.560 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
677 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.560 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
678 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.560 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
679 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.560 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
680 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.561 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
681 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.561 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
682 | 2024-07-11T15:56:40.770Z | Jul 11 15:56:40.561 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
683 | 2024-07-11T15:56:41.084Z | Jul 11 15:56:40.892 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
684 | 2024-07-11T15:56:41.140Z | Jul 11 15:56:40.951 INFO Download complete, target: DendriteOpenapi |
685 | 2024-07-11T15:56:41.448Z | Jul 11 15:56:41.264 INFO Download complete, target: Console |
686 | 2024-07-11T15:56:41.490Z | Jul 11 15:56:41.304 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
687 | 2024-07-11T15:56:42.220Z | Jul 11 15:56:42.036 INFO Download complete, target: TransceiverControl |
688 | 2024-07-11T15:56:42.497Z | Jul 11 15:56:42.314 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
689 | 2024-07-11T15:56:43.600Z | Jul 11 15:56:43.409 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
690 | 2024-07-11T15:56:45.915Z | Jul 11 15:56:45.732 INFO Download complete, target: DendriteStub |
691 | 2024-07-11T15:56:46.859Z | Jul 11 15:56:46.675 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
692 | 2024-07-11T15:56:46.859Z | Jul 11 15:56:46.676 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
693 | 2024-07-11T15:56:47.165Z | Jul 11 15:56:46.981 INFO Download complete, target: MaghemiteMgd |
694 | 2024-07-11T15:56:57.247Z | Jul 11 15:56:57.064 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
695 | 2024-07-11T15:56:57.678Z | Jul 11 15:56:57.495 INFO Checking that binary works, target: Cockroach |
696 | 2024-07-11T15:56:57.931Z | Jul 11 15:56:57.748 INFO Download complete, target: Cockroach |
697 | 2024-07-11T15:56:59.105Z | Jul 11 15:56:58.922 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
698 | 2024-07-11T15:57:16.238Z | Jul 11 15:57:16.056 INFO Checking that binary works, target: Clickhouse |
699 | 2024-07-11T15:57:16.371Z | Jul 11 15:57:16.187 INFO Download complete, target: Clickhouse |
700 | 2024-07-11T15:57:16.395Z | All builder prerequisites installed successfully, and PATH looks valid |
701 | 2024-07-11T15:57:16.420Z | |
702 | 2024-07-11T15:57:16.420Z | real 3:10.387107158 |
703 | 2024-07-11T15:57:16.420Z | user 5:32.985359560 |
704 | 2024-07-11T15:57:16.420Z | sys 1:21.632290575 |
705 | 2024-07-11T15:57:16.420Z | trap 0.205027479 |
706 | 2024-07-11T15:57:16.420Z | tflt 0.109424886 |
707 | 2024-07-11T15:57:16.420Z | dflt 0.645939974 |
708 | 2024-07-11T15:57:16.420Z | kflt 0.007243502 |
709 | 2024-07-11T15:57:16.420Z | lock 16:25.475584502 |
710 | 2024-07-11T15:57:16.420Z | slp 15:51.692317833 |
711 | 2024-07-11T15:57:16.421Z | lat 24.652062332 |
712 | 2024-07-11T15:57:16.421Z | stop 1:02.877154250 |
713 | 2024-07-11T15:57:16.421Z | + banner clippy |
714 | 2024-07-11T15:57:16.421Z | |
715 | 2024-07-11T15:57:16.421Z | #### # # ##### ##### # # |
716 | 2024-07-11T15:57:16.421Z | # # # # # # # # # # |
717 | 2024-07-11T15:57:16.421Z | # # # # # # # # |
718 | 2024-07-11T15:57:16.421Z | # # # ##### ##### # |
719 | 2024-07-11T15:57:16.421Z | # # # # # # # |
720 | 2024-07-11T15:57:16.421Z | #### ###### # # # # |
721 | 2024-07-11T15:57:16.421Z | |
722 | 2024-07-11T15:57:16.421Z | + export CARGO_INCREMENTAL=0 |
723 | 2024-07-11T15:57:16.421Z | + CARGO_INCREMENTAL=0 |
724 | 2024-07-11T15:57:16.421Z | + ptime -m cargo xtask clippy |
725 | 2024-07-11T15:57:17.178Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
726 | 2024-07-11T15:57:27.349Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.88s |
727 | 2024-07-11T15:57:27.400Z | Running `target/debug/xtask clippy` |
728 | 2024-07-11T15:57:27.436Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
729 | 2024-07-11T15:57:28.473Z | Downloading crates ... |
730 | 2024-07-11T15:57:33.716Z | Downloaded async-stream-impl v0.3.5 |
731 | 2024-07-11T15:57:33.775Z | Downloaded pathdiff v0.2.1 |
732 | 2024-07-11T15:57:33.851Z | Downloaded serde_repr v0.1.19 |
733 | 2024-07-11T15:57:33.951Z | Downloaded erased-serde v0.3.31 |
734 | 2024-07-11T15:57:34.010Z | Downloaded precomputed-hash v0.1.1 |
735 | 2024-07-11T15:57:34.086Z | Downloaded slog-dtrace v0.3.0 |
736 | 2024-07-11T15:57:34.111Z | Downloaded toml v0.7.8 |
737 | 2024-07-11T15:57:34.136Z | Downloaded sqlparser v0.45.0 |
738 | 2024-07-11T15:57:34.136Z | Downloaded tower-layer v0.3.2 |
739 | 2024-07-11T15:57:34.165Z | Downloaded tracing-attributes v0.1.27 |
740 | 2024-07-11T15:57:34.165Z | Downloaded russh v0.43.0 |
741 | 2024-07-11T15:57:34.190Z | Downloaded reedline v0.31.0 |
742 | 2024-07-11T15:57:34.190Z | Downloaded trust-dns-server v0.22.1 |
743 | 2024-07-11T15:57:34.221Z | Downloaded trust-dns-proto v0.22.0 |
744 | 2024-07-11T15:57:34.252Z | Downloaded rustls v0.21.12 |
745 | 2024-07-11T15:57:34.279Z | Downloaded regex-automata v0.4.6 |
746 | 2024-07-11T15:57:34.308Z | Downloaded ratatui v0.27.0 |
747 | 2024-07-11T15:57:34.333Z | Downloaded petgraph v0.6.5 |
748 | 2024-07-11T15:57:34.360Z | Downloaded csv v1.3.0 |
749 | 2024-07-11T15:57:34.391Z | Downloaded regex v1.10.5 |
750 | 2024-07-11T15:57:34.416Z | Downloaded radix_trie v0.2.1 |
751 | 2024-07-11T15:57:34.441Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
752 | 2024-07-11T15:57:34.441Z | Downloaded tower v0.4.13 |
753 | 2024-07-11T15:57:34.466Z | Downloaded tough v0.17.1 |
754 | 2024-07-11T15:57:34.491Z | Downloaded toml_edit v0.19.15 |
755 | 2024-07-11T15:57:34.518Z | Downloaded rustls v0.22.4 |
756 | 2024-07-11T15:57:34.543Z | Downloaded regress v0.9.1 |
757 | 2024-07-11T15:57:34.543Z | Downloaded regex-syntax v0.8.3 |
758 | 2024-07-11T15:57:34.568Z | Downloaded regex-syntax v0.6.29 |
759 | 2024-07-11T15:57:34.568Z | Downloaded rayon v1.10.0 |
760 | 2024-07-11T15:57:34.594Z | Downloaded proptest v1.4.0 |
761 | 2024-07-11T15:57:34.618Z | Downloaded trust-dns-resolver v0.22.0 |
762 | 2024-07-11T15:57:34.618Z | Downloaded trust-dns-client v0.22.0 |
763 | 2024-07-11T15:57:34.619Z | Downloaded regex-automata v0.1.10 |
764 | 2024-07-11T15:57:34.643Z | Downloaded rand v0.7.3 |
765 | 2024-07-11T15:57:34.643Z | Downloaded quick-xml v0.31.0 |
766 | 2024-07-11T15:57:34.674Z | Downloaded ring v0.17.8 |
767 | 2024-07-11T15:57:34.729Z | Downloaded topological-sort v0.2.2 |
768 | 2024-07-11T15:57:34.753Z | Downloaded rstest_macros v0.19.0 |
769 | 2024-07-11T15:57:34.753Z | Downloaded rsa v0.9.6 |
770 | 2024-07-11T15:57:34.753Z | Downloaded toolchain_find v0.4.0 |
771 | 2024-07-11T15:57:34.753Z | Downloaded ring v0.16.20 |
772 | 2024-07-11T15:57:34.848Z | Downloaded ron v0.8.1 |
773 | 2024-07-11T15:57:34.874Z | Downloaded rcgen v0.12.1 |
774 | 2024-07-11T15:57:34.874Z | Downloaded rand_distr v0.4.3 |
775 | 2024-07-11T15:57:34.874Z | Downloaded finl_unicode v1.2.0 |
776 | 2024-07-11T15:57:34.906Z | Downloaded smoltcp v0.11.0 |
777 | 2024-07-11T15:57:34.907Z | Downloaded smoltcp v0.9.1 |
778 | 2024-07-11T15:57:34.932Z | Downloaded salty v0.2.0 |
779 | 2024-07-11T15:57:34.932Z | Downloaded rustls-webpki v0.102.4 |
780 | 2024-07-11T15:57:34.960Z | Downloaded rustls-webpki v0.101.7 |
781 | 2024-07-11T15:57:34.960Z | Downloaded rustls-pki-types v1.7.0 |
782 | 2024-07-11T15:57:34.985Z | Downloaded rustls-pemfile v2.1.2 |
783 | 2024-07-11T15:57:34.985Z | Downloaded rustls-native-certs v0.7.0 |
784 | 2024-07-11T15:57:34.985Z | Downloaded rstest v0.19.0 |
785 | 2024-07-11T15:57:34.985Z | Downloaded ron v0.7.1 |
786 | 2024-07-11T15:57:34.985Z | Downloaded rfc6979 v0.4.0 |
787 | 2024-07-11T15:57:34.985Z | Downloaded relative-path v1.9.3 |
788 | 2024-07-11T15:57:34.985Z | Downloaded ref-cast v1.0.23 |
789 | 2024-07-11T15:57:34.985Z | Downloaded rayon-core v1.12.1 |
790 | 2024-07-11T15:57:35.011Z | Downloaded rand_xorshift v0.3.0 |
791 | 2024-07-11T15:57:35.011Z | Downloaded rand_core v0.5.1 |
792 | 2024-07-11T15:57:35.011Z | Downloaded rand_chacha v0.2.2 |
793 | 2024-07-11T15:57:35.011Z | Downloaded rand v0.8.5 |
794 | 2024-07-11T15:57:35.011Z | Downloaded publicsuffix v2.2.3 |
795 | 2024-07-11T15:57:35.011Z | Downloaded sha3 v0.10.8 |
796 | 2024-07-11T15:57:35.011Z | Downloaded toml v0.5.11 |
797 | 2024-07-11T15:57:35.011Z | Downloaded tokio-tungstenite v0.21.0 |
798 | 2024-07-11T15:57:35.036Z | Downloaded tokio-tungstenite v0.20.1 |
799 | 2024-07-11T15:57:35.036Z | Downloaded tokio-stream v0.1.15 |
800 | 2024-07-11T15:57:35.036Z | Downloaded tokio-rustls v0.25.0 |
801 | 2024-07-11T15:57:35.036Z | Downloaded tokio-rustls v0.24.1 |
802 | 2024-07-11T15:57:35.036Z | Downloaded tokio-postgres v0.7.10 |
803 | 2024-07-11T15:57:35.036Z | Downloaded tls_codec_derive v0.4.1 |
804 | 2024-07-11T15:57:35.036Z | Downloaded tls_codec v0.4.1 |
805 | 2024-07-11T15:57:35.062Z | Downloaded tinytemplate v1.2.1 |
806 | 2024-07-11T15:57:35.062Z | Downloaded tiny-keccak v2.0.2 |
807 | 2024-07-11T15:57:35.062Z | Downloaded threadpool v1.8.1 |
808 | 2024-07-11T15:57:35.062Z | Downloaded thiserror-no-std v2.0.2 |
809 | 2024-07-11T15:57:35.062Z | Downloaded thiserror-impl-no-std v2.0.2 |
810 | 2024-07-11T15:57:35.062Z | Downloaded textwrap v0.16.1 |
811 | 2024-07-11T15:57:35.062Z | Downloaded test-strategy v0.3.1 |
812 | 2024-07-11T15:57:35.062Z | Downloaded termtree v0.4.1 |
813 | 2024-07-11T15:57:35.062Z | Downloaded termios v0.3.3 |
814 | 2024-07-11T15:57:35.087Z | Downloaded termcolor v1.4.1 |
815 | 2024-07-11T15:57:35.087Z | Downloaded tempfile v3.10.1 |
816 | 2024-07-11T15:57:35.087Z | Downloaded target-spec v3.1.0 |
817 | 2024-07-11T15:57:35.087Z | Downloaded target-lexicon v0.12.14 |
818 | 2024-07-11T15:57:35.087Z | Downloaded tap v1.0.1 |
819 | 2024-07-11T15:57:35.087Z | Downloaded tabwriter v1.4.0 |
820 | 2024-07-11T15:57:35.087Z | Downloaded supports-color v3.0.0 |
821 | 2024-07-11T15:57:35.088Z | Downloaded subtle v2.5.0 |
822 | 2024-07-11T15:57:35.088Z | Downloaded subprocess v0.2.9 |
823 | 2024-07-11T15:57:35.088Z | Downloaded strum_macros v0.25.3 |
824 | 2024-07-11T15:57:35.088Z | Downloaded strum_macros v0.24.3 |
825 | 2024-07-11T15:57:35.113Z | Downloaded structmeta-derive v0.3.0 |
826 | 2024-07-11T15:57:35.113Z | Downloaded structmeta-derive v0.2.0 |
827 | 2024-07-11T15:57:35.113Z | Downloaded structmeta v0.3.0 |
828 | 2024-07-11T15:57:35.113Z | Downloaded structmeta v0.2.0 |
829 | 2024-07-11T15:57:35.113Z | Downloaded strip-ansi-escapes v0.2.0 |
830 | 2024-07-11T15:57:35.113Z | Downloaded stringprep v0.1.4 |
831 | 2024-07-11T15:57:35.113Z | Downloaded string_cache v0.8.7 |
832 | 2024-07-11T15:57:35.113Z | Downloaded steno v0.4.1 |
833 | 2024-07-11T15:57:35.113Z | Downloaded static_assertions v1.1.0 |
834 | 2024-07-11T15:57:35.113Z | Downloaded stable_deref_trait v1.2.0 |
835 | 2024-07-11T15:57:35.113Z | Downloaded stability v0.2.0 |
836 | 2024-07-11T15:57:35.113Z | Downloaded sqlparser_derive v0.2.2 |
837 | 2024-07-11T15:57:35.113Z | Downloaded sqlformat v0.2.3 |
838 | 2024-07-11T15:57:35.113Z | Downloaded spki v0.7.3 |
839 | 2024-07-11T15:57:35.113Z | Downloaded spin v0.9.8 |
840 | 2024-07-11T15:57:35.138Z | Downloaded spin v0.5.2 |
841 | 2024-07-11T15:57:35.138Z | Downloaded socket2 v0.4.10 |
842 | 2024-07-11T15:57:35.138Z | Downloaded snafu-derive v0.8.2 |
843 | 2024-07-11T15:57:35.138Z | Downloaded snafu v0.8.2 |
844 | 2024-07-11T15:57:35.139Z | Downloaded smf v0.2.3 |
845 | 2024-07-11T15:57:35.139Z | Downloaded smawk v0.3.2 |
846 | 2024-07-11T15:57:35.139Z | Downloaded smallvec v0.6.14 |
847 | 2024-07-11T15:57:35.139Z | Downloaded slog-stdlog v4.1.1 |
848 | 2024-07-11T15:57:35.139Z | Downloaded slog-scope v4.4.0 |
849 | 2024-07-11T15:57:35.139Z | Downloaded slog-envlogger v2.2.0 |
850 | 2024-07-11T15:57:35.164Z | Downloaded scheduled-thread-pool v0.2.7 |
851 | 2024-07-11T15:57:35.164Z | Downloaded same-file v1.0.6 |
852 | 2024-07-11T15:57:35.164Z | Downloaded samael v0.0.15 |
853 | 2024-07-11T15:57:35.164Z | Downloaded rustyline v14.0.0 |
854 | 2024-07-11T15:57:35.164Z | Downloaded rusty-fork v0.3.0 |
855 | 2024-07-11T15:57:35.164Z | Downloaded rustfmt-wrapper v0.2.1 |
856 | 2024-07-11T15:57:35.164Z | Downloaded rustc_version v0.4.0 |
857 | 2024-07-11T15:57:35.164Z | Downloaded rustc_version v0.1.7 |
858 | 2024-07-11T15:57:35.164Z | Downloaded rustc-hash v1.1.0 |
859 | 2024-07-11T15:57:35.164Z | Downloaded rustc-demangle v0.1.24 |
860 | 2024-07-11T15:57:35.190Z | Downloaded rust-argon2 v2.1.0 |
861 | 2024-07-11T15:57:35.190Z | Downloaded russh-keys v0.43.0 |
862 | 2024-07-11T15:57:35.190Z | Downloaded russh-cryptovec v0.7.2 |
863 | 2024-07-11T15:57:35.190Z | Downloaded rtoolbox v0.0.2 |
864 | 2024-07-11T15:57:35.190Z | Downloaded rpassword v7.3.1 |
865 | 2024-07-11T15:57:35.190Z | Downloaded rand_seeder v0.2.3 |
866 | 2024-07-11T15:57:35.190Z | Downloaded rand_core v0.6.4 |
867 | 2024-07-11T15:57:35.190Z | Downloaded rand_chacha v0.3.1 |
868 | 2024-07-11T15:57:35.190Z | Downloaded radium v0.7.0 |
869 | 2024-07-11T15:57:35.190Z | Downloaded r2d2 v0.8.10 |
870 | 2024-07-11T15:57:35.190Z | Downloaded quick-error v1.2.3 |
871 | 2024-07-11T15:57:35.190Z | Downloaded webpki-roots v0.25.4 |
872 | 2024-07-11T15:57:35.190Z | Downloaded chrono v0.4.38 |
873 | 2024-07-11T15:57:35.215Z | Downloaded bstr v1.9.1 |
874 | 2024-07-11T15:57:35.215Z | Downloaded bstr v0.2.17 |
875 | 2024-07-11T15:57:35.241Z | Downloaded serde-big-array v0.5.1 |
876 | 2024-07-11T15:57:35.241Z | Downloaded serde-big-array v0.4.1 |
877 | 2024-07-11T15:57:35.241Z | Downloaded semver v0.1.20 |
878 | 2024-07-11T15:57:35.241Z | Downloaded sec1 v0.7.3 |
879 | 2024-07-11T15:57:35.241Z | Downloaded sct v0.7.1 |
880 | 2024-07-11T15:57:35.241Z | Downloaded schemars_derive v0.8.21 |
881 | 2024-07-11T15:57:35.241Z | Downloaded schemars v0.8.21 |
882 | 2024-07-11T15:57:35.267Z | Downloaded resolv-conf v0.7.0 |
883 | 2024-07-11T15:57:35.267Z | Downloaded ref-cast-impl v1.0.23 |
884 | 2024-07-11T15:57:35.267Z | Downloaded psl-types v2.0.11 |
885 | 2024-07-11T15:57:35.267Z | Downloaded proc-macro-crate v1.3.1 |
886 | 2024-07-11T15:57:35.267Z | Downloaded primeorder v0.13.6 |
887 | 2024-07-11T15:57:35.267Z | Downloaded prettyplease v0.2.20 |
888 | 2024-07-11T15:57:35.267Z | Downloaded pretty_assertions v1.4.0 |
889 | 2024-07-11T15:57:35.267Z | Downloaded pretty-hex v0.2.1 |
890 | 2024-07-11T15:57:35.267Z | Downloaded predicates-tree v1.0.9 |
891 | 2024-07-11T15:57:35.267Z | Downloaded predicates-core v1.0.6 |
892 | 2024-07-11T15:57:35.268Z | Downloaded predicates v3.1.0 |
893 | 2024-07-11T15:57:35.294Z | Downloaded ppv-lite86 v0.2.17 |
894 | 2024-07-11T15:57:35.294Z | Downloaded postgres-types v0.2.6 |
895 | 2024-07-11T15:57:35.294Z | Downloaded postgres-protocol v0.6.6 |
896 | 2024-07-11T15:57:35.294Z | Downloaded postcard v1.0.8 |
897 | 2024-07-11T15:57:35.294Z | Downloaded portpicker v0.1.1 |
898 | 2024-07-11T15:57:35.294Z | Downloaded portable-atomic v1.6.0 |
899 | 2024-07-11T15:57:35.294Z | Downloaded polyval v0.6.2 |
900 | 2024-07-11T15:57:35.294Z | Downloaded poly1305 v0.8.0 |
901 | 2024-07-11T15:57:35.294Z | Downloaded polar-core v0.27.3 |
902 | 2024-07-11T15:57:35.319Z | Downloaded plotters-svg v0.3.5 |
903 | 2024-07-11T15:57:35.319Z | Downloaded plotters-backend v0.3.5 |
904 | 2024-07-11T15:57:35.319Z | Downloaded plotters v0.3.5 |
905 | 2024-07-11T15:57:35.319Z | Downloaded phf_shared v0.11.2 |
906 | 2024-07-11T15:57:35.319Z | Downloaded phf_shared v0.10.0 |
907 | 2024-07-11T15:57:35.344Z | Downloaded phf v0.11.2 |
908 | 2024-07-11T15:57:35.344Z | Downloaded peg v0.8.3 |
909 | 2024-07-11T15:57:35.344Z | Downloaded hyper-util v0.1.3 |
910 | 2024-07-11T15:57:35.344Z | Downloaded hyper v1.3.1 |
911 | 2024-07-11T15:57:35.344Z | Downloaded humantime v2.1.0 |
912 | 2024-07-11T15:57:35.344Z | Downloaded hubpack_derive v0.1.1 |
913 | 2024-07-11T15:57:35.345Z | Downloaded hubpack v0.1.2 |
914 | 2024-07-11T15:57:35.345Z | Downloaded httptest v0.15.5 |
915 | 2024-07-11T15:57:35.370Z | Downloaded http-range v0.1.5 |
916 | 2024-07-11T15:57:35.370Z | Downloaded http-body v1.0.0 |
917 | 2024-07-11T15:57:35.370Z | Downloaded http v1.1.0 |
918 | 2024-07-11T15:57:35.370Z | Downloaded hostname v0.4.0 |
919 | 2024-07-11T15:57:35.370Z | Downloaded home v0.5.9 |
920 | 2024-07-11T15:57:35.370Z | Downloaded hmac v0.12.1 |
921 | 2024-07-11T15:57:35.370Z | Downloaded hkdf v0.12.4 |
922 | 2024-07-11T15:57:35.370Z | Downloaded heapless v0.8.0 |
923 | 2024-07-11T15:57:35.370Z | Downloaded heapless v0.7.17 |
924 | 2024-07-11T15:57:35.395Z | Downloaded headers-core v0.2.0 |
925 | 2024-07-11T15:57:35.395Z | Downloaded headers v0.3.9 |
926 | 2024-07-11T15:57:35.395Z | Downloaded hashbrown v0.13.2 |
927 | 2024-07-11T15:57:35.395Z | Downloaded hashbrown v0.12.3 |
928 | 2024-07-11T15:57:35.395Z | Downloaded half v2.4.1 |
929 | 2024-07-11T15:57:35.395Z | Downloaded guppy-workspace-hack v0.1.0 |
930 | 2024-07-11T15:57:35.395Z | Downloaded guppy v0.17.5 |
931 | 2024-07-11T15:57:35.421Z | Downloaded group v0.13.0 |
932 | 2024-07-11T15:57:35.421Z | Downloaded globset v0.4.14 |
933 | 2024-07-11T15:57:35.421Z | Downloaded gimli v0.28.1 |
934 | 2024-07-11T15:57:35.421Z | Downloaded diesel v2.1.6 |
935 | 2024-07-11T15:57:35.445Z | Downloaded zerocopy-derive v0.6.6 |
936 | 2024-07-11T15:57:35.475Z | Downloaded x509-cert v0.2.5 |
937 | 2024-07-11T15:57:35.475Z | Downloaded winnow v0.5.40 |
938 | 2024-07-11T15:57:35.476Z | Downloaded whoami v1.5.1 |
939 | 2024-07-11T15:57:35.500Z | Downloaded sled v0.34.7 |
940 | 2024-07-11T15:57:35.500Z | Downloaded serde_with v3.8.1 |
941 | 2024-07-11T15:57:35.500Z | Downloaded curve25519-dalek v4.1.3 |
942 | 2024-07-11T15:57:35.526Z | Downloaded blake3 v1.5.1 |
943 | 2024-07-11T15:57:35.526Z | Downloaded bitvec v1.0.1 |
944 | 2024-07-11T15:57:35.551Z | Downloaded bindgen v0.69.4 |
945 | 2024-07-11T15:57:35.551Z | Downloaded aho-corasick v1.1.3 |
946 | 2024-07-11T15:57:35.576Z | Downloaded pkcs8 v0.10.2 |
947 | 2024-07-11T15:57:35.576Z | Downloaded pkcs1 v0.7.5 |
948 | 2024-07-11T15:57:35.576Z | Downloaded pin-project-internal v1.1.5 |
949 | 2024-07-11T15:57:35.576Z | Downloaded pin-project v1.1.5 |
950 | 2024-07-11T15:57:35.576Z | Downloaded pem-rfc7468 v0.7.0 |
951 | 2024-07-11T15:57:35.601Z | Downloaded pem v3.0.4 |
952 | 2024-07-11T15:57:35.601Z | Downloaded peg-runtime v0.8.3 |
953 | 2024-07-11T15:57:35.601Z | Downloaded peg-macros v0.8.3 |
954 | 2024-07-11T15:57:35.601Z | Downloaded hyper-staticfile v0.9.5 |
955 | 2024-07-11T15:57:35.601Z | Downloaded hyper-rustls v0.26.0 |
956 | 2024-07-11T15:57:35.601Z | Downloaded hyper-rustls v0.24.2 |
957 | 2024-07-11T15:57:35.601Z | Downloaded highway v1.1.0 |
958 | 2024-07-11T15:57:35.601Z | Downloaded hex-literal v0.4.1 |
959 | 2024-07-11T15:57:35.601Z | Downloaded hex v0.4.3 |
960 | 2024-07-11T15:57:35.601Z | Downloaded heck v0.3.3 |
961 | 2024-07-11T15:57:35.601Z | Downloaded hash32 v0.3.1 |
962 | 2024-07-11T15:57:35.601Z | Downloaded hash32 v0.2.1 |
963 | 2024-07-11T15:57:35.601Z | Downloaded glob v0.3.1 |
964 | 2024-07-11T15:57:35.626Z | Downloaded ghash v0.5.1 |
965 | 2024-07-11T15:57:35.626Z | Downloaded getrandom v0.2.14 |
966 | 2024-07-11T15:57:35.626Z | Downloaded getrandom v0.1.16 |
967 | 2024-07-11T15:57:35.626Z | Downloaded getopts v0.2.21 |
968 | 2024-07-11T15:57:35.626Z | Downloaded gethostname v0.4.3 |
969 | 2024-07-11T15:57:35.626Z | Downloaded fxhash v0.2.1 |
970 | 2024-07-11T15:57:35.626Z | Downloaded futures-timer v3.0.3 |
971 | 2024-07-11T15:57:35.626Z | Downloaded funty v2.0.0 |
972 | 2024-07-11T15:57:35.626Z | Downloaded fragile v2.0.0 |
973 | 2024-07-11T15:57:35.626Z | Downloaded foreign-types-shared v0.3.1 |
974 | 2024-07-11T15:57:35.626Z | Downloaded foreign-types-macros v0.2.3 |
975 | 2024-07-11T15:57:35.626Z | Downloaded foreign-types v0.5.0 |
976 | 2024-07-11T15:57:35.626Z | Downloaded flume v0.11.0 |
977 | 2024-07-11T15:57:35.652Z | Downloaded float-ord v0.3.2 |
978 | 2024-07-11T15:57:35.652Z | Downloaded float-cmp v0.9.0 |
979 | 2024-07-11T15:57:35.652Z | Downloaded flagset v0.4.5 |
980 | 2024-07-11T15:57:35.652Z | Downloaded fixedbitset v0.4.2 |
981 | 2024-07-11T15:57:35.652Z | Downloaded ff v0.13.0 |
982 | 2024-07-11T15:57:35.652Z | Downloaded fd-lock v4.0.2 |
983 | 2024-07-11T15:57:35.652Z | Downloaded fatfs v0.3.6 |
984 | 2024-07-11T15:57:35.653Z | Downloaded fastrand v2.1.0 |
985 | 2024-07-11T15:57:35.653Z | Downloaded fancy-regex v0.13.0 |
986 | 2024-07-11T15:57:35.653Z | Downloaded fallible-iterator v0.2.0 |
987 | 2024-07-11T15:57:35.653Z | Downloaded expectorate v1.1.0 |
988 | 2024-07-11T15:57:35.654Z | Downloaded escape8259 v0.5.2 |
989 | 2024-07-11T15:57:35.679Z | Downloaded env_logger v0.10.2 |
990 | 2024-07-11T15:57:35.679Z | Downloaded enum-as-inner v0.5.1 |
991 | 2024-07-11T15:57:35.679Z | Downloaded endian-type v0.1.2 |
992 | 2024-07-11T15:57:35.679Z | Downloaded ena v0.14.3 |
993 | 2024-07-11T15:57:35.679Z | Downloaded embedded-io v0.4.0 |
994 | 2024-07-11T15:57:35.679Z | Downloaded elliptic-curve v0.13.8 |
995 | 2024-07-11T15:57:35.679Z | Downloaded either v1.12.0 |
996 | 2024-07-11T15:57:35.679Z | Downloaded ed25519-dalek v2.1.1 |
997 | 2024-07-11T15:57:35.679Z | Downloaded ed25519 v2.2.3 |
998 | 2024-07-11T15:57:35.679Z | Downloaded ed25519 v1.5.3 |
999 | 2024-07-11T15:57:35.679Z | Downloaded ecdsa v0.16.9 |
1000 | 2024-07-11T15:57:35.679Z | Downloaded dyn-clone v1.0.17 |
1001 | 2024-07-11T15:57:35.705Z | Downloaded downcast v0.11.0 |
1002 | 2024-07-11T15:57:35.705Z | Downloaded doc-comment v0.3.3 |
1003 | 2024-07-11T15:57:35.705Z | Downloaded display-error-chain v0.2.0 |
1004 | 2024-07-11T15:57:35.705Z | Downloaded dirs-sys v0.4.1 |
1005 | 2024-07-11T15:57:35.705Z | Downloaded dirs v5.0.1 |
1006 | 2024-07-11T15:57:35.705Z | Downloaded difflib v0.4.0 |
1007 | 2024-07-11T15:57:35.705Z | Downloaded diff v0.1.13 |
1008 | 2024-07-11T15:57:35.705Z | Downloaded diesel_table_macro_syntax v0.1.0 |
1009 | 2024-07-11T15:57:35.705Z | Downloaded diesel_derives v2.1.4 |
1010 | 2024-07-11T15:57:35.705Z | Downloaded dhcproto-macros v0.1.0 |
1011 | 2024-07-11T15:57:35.705Z | Downloaded dhcproto v0.11.0 |
1012 | 2024-07-11T15:57:35.705Z | Downloaded derive_more v0.99.18 |
1013 | 2024-07-11T15:57:35.742Z | Downloaded derive_builder_macro v0.20.0 |
1014 | 2024-07-11T15:57:35.742Z | Downloaded derive_builder v0.20.0 |
1015 | 2024-07-11T15:57:35.742Z | Downloaded der_derive v0.7.2 |
1016 | 2024-07-11T15:57:35.742Z | Downloaded der v0.7.9 |
1017 | 2024-07-11T15:57:35.742Z | Downloaded defmt-parser v0.3.4 |
1018 | 2024-07-11T15:57:35.742Z | Downloaded defmt-macros v0.3.9 |
1019 | 2024-07-11T15:57:35.742Z | Downloaded defmt v0.3.8 |
1020 | 2024-07-11T15:57:35.768Z | Downloaded debug-ignore v1.0.5 |
1021 | 2024-07-11T15:57:35.768Z | Downloaded datatest-stable v0.2.9 |
1022 | 2024-07-11T15:57:35.768Z | Downloaded data-encoding v2.6.0 |
1023 | 2024-07-11T15:57:35.768Z | Downloaded darling_macro v0.20.9 |
1024 | 2024-07-11T15:57:35.768Z | Downloaded darling_core v0.20.9 |
1025 | 2024-07-11T15:57:35.768Z | Downloaded zone_cfg_derive v0.1.2 |
1026 | 2024-07-11T15:57:35.768Z | Downloaded zone v0.1.8 |
1027 | 2024-07-11T15:57:35.768Z | Downloaded zip v0.6.6 |
1028 | 2024-07-11T15:57:35.768Z | Downloaded zeroize_derive v1.4.2 |
1029 | 2024-07-11T15:57:35.769Z | Downloaded zeroize v1.7.0 |
1030 | 2024-07-11T15:57:35.769Z | Downloaded zerocopy v0.6.6 |
1031 | 2024-07-11T15:57:35.769Z | Downloaded yasna v0.5.2 |
1032 | 2024-07-11T15:57:35.769Z | Downloaded yansi v0.5.1 |
1033 | 2024-07-11T15:57:35.769Z | Downloaded wyz v0.5.1 |
1034 | 2024-07-11T15:57:35.769Z | Downloaded walkdir v2.5.0 |
1035 | 2024-07-11T15:57:35.769Z | Downloaded waitgroup v0.1.2 |
1036 | 2024-07-11T15:57:35.769Z | Downloaded wait-timeout v0.2.0 |
1037 | 2024-07-11T15:57:35.803Z | Downloaded vte_generate_state_changes v0.1.1 |
1038 | 2024-07-11T15:57:35.803Z | Downloaded vte v0.11.1 |
1039 | 2024-07-11T15:57:35.803Z | Downloaded vsss-rs v3.3.4 |
1040 | 2024-07-11T15:57:35.803Z | Downloaded uzers v0.11.3 |
1041 | 2024-07-11T15:57:35.803Z | Downloaded uuid v1.9.1 |
1042 | 2024-07-11T15:57:35.804Z | Downloaded utf-8 v0.7.6 |
1043 | 2024-07-11T15:57:35.804Z | Downloaded untrusted v0.9.0 |
1044 | 2024-07-11T15:57:35.804Z | Downloaded untrusted v0.7.1 |
1045 | 2024-07-11T15:57:35.804Z | Downloaded unsafe-libyaml v0.2.11 |
1046 | 2024-07-11T15:57:35.804Z | Downloaded universal-hash v0.5.1 |
1047 | 2024-07-11T15:57:35.804Z | Downloaded unicode_categories v0.1.1 |
1048 | 2024-07-11T15:57:35.804Z | Downloaded unicode-xid v0.2.4 |
1049 | 2024-07-11T15:57:35.804Z | Downloaded unicode-truncate v1.0.0 |
1050 | 2024-07-11T15:57:35.804Z | Downloaded unicode-segmentation v1.11.0 |
1051 | 2024-07-11T15:57:35.804Z | Downloaded unicode-linebreak v0.1.5 |
1052 | 2024-07-11T15:57:35.804Z | Downloaded unicase v2.7.0 |
1053 | 2024-07-11T15:57:35.804Z | Downloaded unarray v0.1.4 |
1054 | 2024-07-11T15:57:35.850Z | Downloaded typed-path v0.7.1 |
1055 | 2024-07-11T15:57:35.850Z | Downloaded tungstenite v0.21.0 |
1056 | 2024-07-11T15:57:35.850Z | Downloaded tungstenite v0.20.1 |
1057 | 2024-07-11T15:57:35.851Z | Downloaded serde_yaml v0.9.34+deprecated |
1058 | 2024-07-11T15:57:35.851Z | Downloaded serde_with_macros v3.8.1 |
1059 | 2024-07-11T15:57:35.851Z | Downloaded crc-any v2.5.0 |
1060 | 2024-07-11T15:57:35.851Z | Downloaded cookie v0.18.1 |
1061 | 2024-07-11T15:57:35.877Z | Downloaded const_format_proc_macros v0.2.32 |
1062 | 2024-07-11T15:57:35.877Z | Downloaded const_format v0.2.32 |
1063 | 2024-07-11T15:57:35.877Z | Downloaded const-oid v0.9.6 |
1064 | 2024-07-11T15:57:35.877Z | Downloaded compact_str v0.7.1 |
1065 | 2024-07-11T15:57:35.877Z | Downloaded clang-sys v1.7.0 |
1066 | 2024-07-11T15:57:35.877Z | Downloaded camino-tempfile v1.1.1 |
1067 | 2024-07-11T15:57:35.877Z | Downloaded bzip2 v0.4.4 |
1068 | 2024-07-11T15:57:35.877Z | Downloaded blake2 v0.10.6 |
1069 | 2024-07-11T15:57:35.877Z | Downloaded base64 v0.22.1 |
1070 | 2024-07-11T15:57:35.877Z | Downloaded base64 v0.13.1 |
1071 | 2024-07-11T15:57:35.877Z | Downloaded backtrace v0.3.71 |
1072 | 2024-07-11T15:57:35.877Z | Downloaded arc-swap v1.7.1 |
1073 | 2024-07-11T15:57:35.877Z | Downloaded aes-gcm v0.10.3 |
1074 | 2024-07-11T15:57:35.904Z | Downloaded aes v0.8.4 |
1075 | 2024-07-11T15:57:35.904Z | Downloaded env_logger v0.9.3 |
1076 | 2024-07-11T15:57:35.904Z | Downloaded derive_builder_core v0.20.0 |
1077 | 2024-07-11T15:57:35.904Z | Downloaded derive-where v1.2.7 |
1078 | 2024-07-11T15:57:35.904Z | Downloaded which v4.4.2 |
1079 | 2024-07-11T15:57:35.904Z | Downloaded tui-tree-widget v0.21.0 |
1080 | 2024-07-11T15:57:35.904Z | Downloaded trybuild v1.0.96 |
1081 | 2024-07-11T15:57:35.904Z | Downloaded siphasher v0.3.11 |
1082 | 2024-07-11T15:57:35.904Z | Downloaded similar-asserts v1.5.0 |
1083 | 2024-07-11T15:57:35.933Z | Downloaded similar v2.5.0 |
1084 | 2024-07-11T15:57:35.933Z | Downloaded sigpipe v0.1.3 |
1085 | 2024-07-11T15:57:35.933Z | Downloaded signature v2.2.0 |
1086 | 2024-07-11T15:57:35.933Z | Downloaded signature v1.6.4 |
1087 | 2024-07-11T15:57:35.933Z | Downloaded signal-hook-tokio v0.3.1 |
1088 | 2024-07-11T15:57:35.933Z | Downloaded signal-hook-mio v0.2.3 |
1089 | 2024-07-11T15:57:35.933Z | Downloaded signal-hook v0.3.17 |
1090 | 2024-07-11T15:57:35.933Z | Downloaded shlex v1.3.0 |
1091 | 2024-07-11T15:57:35.934Z | Downloaded shell-words v1.1.0 |
1092 | 2024-07-11T15:57:35.934Z | Downloaded sha1 v0.10.6 |
1093 | 2024-07-11T15:57:35.934Z | Downloaded serde_path_to_error v0.1.16 |
1094 | 2024-07-11T15:57:35.934Z | Downloaded serde_derive_internals v0.29.1 |
1095 | 2024-07-11T15:57:35.987Z | Downloaded serde_arrays v0.1.0 |
1096 | 2024-07-11T15:57:35.987Z | Downloaded serde-hex v0.1.0 |
1097 | 2024-07-11T15:57:35.988Z | Downloaded openapiv3 v2.0.0 |
1098 | 2024-07-11T15:57:35.988Z | Downloaded object v0.32.2 |
1099 | 2024-07-11T15:57:35.988Z | Downloaded object v0.30.4 |
1100 | 2024-07-11T15:57:35.988Z | Downloaded nix v0.28.0 |
1101 | 2024-07-11T15:57:36.016Z | Downloaded nix v0.27.1 |
1102 | 2024-07-11T15:57:36.016Z | Downloaded lalrpop v0.19.12 |
1103 | 2024-07-11T15:57:36.044Z | Downloaded indicatif v0.17.8 |
1104 | 2024-07-11T15:57:36.044Z | Downloaded indexmap v1.9.3 |
1105 | 2024-07-11T15:57:36.044Z | Downloaded idna v0.3.0 |
1106 | 2024-07-11T15:57:36.044Z | Downloaded idna v0.2.3 |
1107 | 2024-07-11T15:57:36.078Z | Downloaded curve25519-dalek-derive v0.1.1 |
1108 | 2024-07-11T15:57:36.078Z | Downloaded ctr v0.9.2 |
1109 | 2024-07-11T15:57:36.078Z | Downloaded csv-core v0.1.11 |
1110 | 2024-07-11T15:57:36.078Z | Downloaded crypto-bigint v0.5.5 |
1111 | 2024-07-11T15:57:36.079Z | Downloaded crossterm v0.27.0 |
1112 | 2024-07-11T15:57:36.079Z | Downloaded crossbeam-epoch v0.9.18 |
1113 | 2024-07-11T15:57:36.079Z | Downloaded crossbeam-deque v0.8.5 |
1114 | 2024-07-11T15:57:36.113Z | Downloaded criterion-plot v0.5.0 |
1115 | 2024-07-11T15:57:36.113Z | Downloaded criterion v0.5.1 |
1116 | 2024-07-11T15:57:36.113Z | Downloaded corncobs v0.1.3 |
1117 | 2024-07-11T15:57:36.113Z | Downloaded cookie_store v0.20.0 |
1118 | 2024-07-11T15:57:36.113Z | Downloaded cookie v0.17.0 |
1119 | 2024-07-11T15:57:36.113Z | Downloaded convert_case v0.4.0 |
1120 | 2024-07-11T15:57:36.113Z | Downloaded constant_time_eq v0.3.0 |
1121 | 2024-07-11T15:57:36.113Z | Downloaded colored v2.1.0 |
1122 | 2024-07-11T15:57:36.113Z | Downloaded cobs v0.2.3 |
1123 | 2024-07-11T15:57:36.113Z | Downloaded cipher v0.4.4 |
1124 | 2024-07-11T15:57:36.113Z | Downloaded ciborium-ll v0.2.2 |
1125 | 2024-07-11T15:57:36.113Z | Downloaded ciborium v0.2.2 |
1126 | 2024-07-11T15:57:36.113Z | Downloaded chacha20poly1305 v0.10.1 |
1127 | 2024-07-11T15:57:36.141Z | Downloaded chacha20 v0.9.1 |
1128 | 2024-07-11T15:57:36.141Z | Downloaded cfg-expr v0.15.8 |
1129 | 2024-07-11T15:57:36.141Z | Downloaded buf-list v1.0.3 |
1130 | 2024-07-11T15:57:36.141Z | Downloaded block-padding v0.3.3 |
1131 | 2024-07-11T15:57:36.141Z | Downloaded blake2b_simd v1.0.2 |
1132 | 2024-07-11T15:57:36.141Z | Downloaded bitflags v1.3.2 |
1133 | 2024-07-11T15:57:36.141Z | Downloaded bitfield v0.14.0 |
1134 | 2024-07-11T15:57:36.141Z | Downloaded bit-vec v0.6.3 |
1135 | 2024-07-11T15:57:36.141Z | Downloaded bit-set v0.5.3 |
1136 | 2024-07-11T15:57:36.141Z | Downloaded base64ct v1.6.0 |
1137 | 2024-07-11T15:57:36.141Z | Downloaded argon2 v0.5.3 |
1138 | 2024-07-11T15:57:36.141Z | Downloaded approx v0.5.1 |
1139 | 2024-07-11T15:57:36.141Z | Downloaded allocator-api2 v0.2.18 |
1140 | 2024-07-11T15:57:36.141Z | Downloaded ahash v0.8.11 |
1141 | 2024-07-11T15:57:36.168Z | Downloaded serde_plain v1.0.2 |
1142 | 2024-07-11T15:57:36.168Z | Downloaded secrecy v0.8.0 |
1143 | 2024-07-11T15:57:36.168Z | Downloaded pbkdf2 v0.12.2 |
1144 | 2024-07-11T15:57:36.168Z | Downloaded pbkdf2 v0.11.0 |
1145 | 2024-07-11T15:57:36.196Z | Downloaded password-hash v0.5.0 |
1146 | 2024-07-11T15:57:36.197Z | Downloaded password-hash v0.4.2 |
1147 | 2024-07-11T15:57:36.197Z | Downloaded parse-size v1.0.0 |
1148 | 2024-07-11T15:57:36.197Z | Downloaded parse-display-derive v0.9.1 |
1149 | 2024-07-11T15:57:36.197Z | Downloaded parse-display v0.9.1 |
1150 | 2024-07-11T15:57:36.197Z | Downloaded parking_lot v0.11.2 |
1151 | 2024-07-11T15:57:36.197Z | Downloaded packed_struct v0.10.1 |
1152 | 2024-07-11T15:57:36.198Z | Downloaded p521 v0.13.3 |
1153 | 2024-07-11T15:57:36.198Z | Downloaded p256 v0.13.2 |
1154 | 2024-07-11T15:57:36.228Z | Downloaded owo-colors v4.0.0 |
1155 | 2024-07-11T15:57:36.228Z | Downloaded oso-derive v0.27.3 |
1156 | 2024-07-11T15:57:36.228Z | Downloaded option-ext v0.2.0 |
1157 | 2024-07-11T15:57:36.228Z | Downloaded opaque-debug v0.3.1 |
1158 | 2024-07-11T15:57:36.228Z | Downloaded oorandom v11.1.3 |
1159 | 2024-07-11T15:57:36.228Z | Downloaded omicron-zone-package v0.11.0 |
1160 | 2024-07-11T15:57:36.228Z | Downloaded olpc-cjson v0.1.3 |
1161 | 2024-07-11T15:57:36.228Z | Downloaded number_prefix v0.4.0 |
1162 | 2024-07-11T15:57:36.228Z | Downloaded num_enum_derive v0.5.11 |
1163 | 2024-07-11T15:57:36.228Z | Downloaded num_enum v0.5.11 |
1164 | 2024-07-11T15:57:36.228Z | Downloaded num-traits v0.2.19 |
1165 | 2024-07-11T15:57:36.228Z | Downloaded num-rational v0.4.2 |
1166 | 2024-07-11T15:57:36.256Z | Downloaded num-iter v0.1.45 |
1167 | 2024-07-11T15:57:36.256Z | Downloaded num-integer v0.1.46 |
1168 | 2024-07-11T15:57:36.256Z | Downloaded num-derive v0.4.2 |
1169 | 2024-07-11T15:57:36.256Z | Downloaded num-complex v0.4.6 |
1170 | 2024-07-11T15:57:36.256Z | Downloaded num-bigint-dig v0.8.4 |
1171 | 2024-07-11T15:57:36.256Z | Downloaded num-bigint v0.4.5 |
1172 | 2024-07-11T15:57:36.256Z | Downloaded num v0.4.3 |
1173 | 2024-07-11T15:57:36.256Z | Downloaded nu-ansi-term v0.50.0 |
1174 | 2024-07-11T15:57:36.256Z | Downloaded normalize-line-endings v0.3.0 |
1175 | 2024-07-11T15:57:36.256Z | Downloaded nom v7.1.3 |
1176 | 2024-07-11T15:57:36.282Z | Downloaded nodrop v0.1.14 |
1177 | 2024-07-11T15:57:36.282Z | Downloaded nibble_vec v0.1.0 |
1178 | 2024-07-11T15:57:36.282Z | Downloaded newtype_derive v0.1.6 |
1179 | 2024-07-11T15:57:36.282Z | Downloaded newtype-uuid v1.1.0 |
1180 | 2024-07-11T15:57:36.282Z | Downloaded newline-converter v0.3.0 |
1181 | 2024-07-11T15:57:36.282Z | Downloaded new_debug_unreachable v1.0.6 |
1182 | 2024-07-11T15:57:36.282Z | Downloaded nested v0.1.1 |
1183 | 2024-07-11T15:57:36.282Z | Downloaded nanorand v0.7.0 |
1184 | 2024-07-11T15:57:36.282Z | Downloaded multimap v0.10.0 |
1185 | 2024-07-11T15:57:36.282Z | Downloaded multer v3.1.0 |
1186 | 2024-07-11T15:57:36.282Z | Downloaded mockall_derive v0.12.1 |
1187 | 2024-07-11T15:57:36.282Z | Downloaded mockall v0.12.1 |
1188 | 2024-07-11T15:57:36.282Z | Downloaded minimal-lexical v0.2.1 |
1189 | 2024-07-11T15:57:36.282Z | Downloaded mime_guess v2.0.4 |
1190 | 2024-07-11T15:57:36.308Z | Downloaded memoffset v0.9.1 |
1191 | 2024-07-11T15:57:36.308Z | Downloaded memmap2 v0.9.4 |
1192 | 2024-07-11T15:57:36.308Z | Downloaded md5 v0.7.0 |
1193 | 2024-07-11T15:57:36.308Z | Downloaded md-5 v0.10.6 |
1194 | 2024-07-11T15:57:36.308Z | Downloaded maybe-uninit v2.0.0 |
1195 | 2024-07-11T15:57:36.308Z | Downloaded maplit v1.0.2 |
1196 | 2024-07-11T15:57:36.308Z | Downloaded managed v0.8.0 |
1197 | 2024-07-11T15:57:36.308Z | Downloaded lru-cache v0.1.2 |
1198 | 2024-07-11T15:57:36.308Z | Downloaded lru v0.12.3 |
1199 | 2024-07-11T15:57:36.308Z | Downloaded linked-hash-map v0.5.6 |
1200 | 2024-07-11T15:57:36.308Z | Downloaded linear-map v1.2.0 |
1201 | 2024-07-11T15:57:36.308Z | Downloaded libxml v0.3.3 |
1202 | 2024-07-11T15:57:36.333Z | Downloaded libtest-mimic v0.7.3 |
1203 | 2024-07-11T15:57:36.333Z | Downloaded libsw v3.3.1 |
1204 | 2024-07-11T15:57:36.333Z | Downloaded libm v0.2.8 |
1205 | 2024-07-11T15:57:36.358Z | Downloaded kstat-rs v0.2.4 |
1206 | 2024-07-11T15:57:36.358Z | Downloaded keccak v0.1.5 |
1207 | 2024-07-11T15:57:36.358Z | Downloaded itertools v0.13.0 |
1208 | 2024-07-11T15:57:36.358Z | Downloaded itertools v0.12.1 |
1209 | 2024-07-11T15:57:36.384Z | Downloaded itertools v0.10.5 |
1210 | 2024-07-11T15:57:36.384Z | Downloaded is_ci v1.2.0 |
1211 | 2024-07-11T15:57:36.385Z | Downloaded ipnetwork v0.20.0 |
1212 | 2024-07-11T15:57:36.385Z | Downloaded internet-checksum v0.2.1 |
1213 | 2024-07-11T15:57:36.385Z | Downloaded instant v0.1.12 |
1214 | 2024-07-11T15:57:36.385Z | Downloaded inout v0.1.3 |
1215 | 2024-07-11T15:57:36.385Z | Downloaded indoc v1.0.9 |
1216 | 2024-07-11T15:57:36.411Z | Downloaded impl-trait-for-tuples v0.2.2 |
1217 | 2024-07-11T15:57:36.411Z | Downloaded ident_case v1.0.1 |
1218 | 2024-07-11T15:57:36.411Z | Downloaded iana-time-zone v0.1.60 |
1219 | 2024-07-11T15:57:36.411Z | Downloaded darling v0.20.9 |
1220 | 2024-07-11T15:57:36.411Z | Downloaded cstr-argument v0.1.2 |
1221 | 2024-07-11T15:57:36.411Z | Downloaded crunchy v0.2.2 |
1222 | 2024-07-11T15:57:36.441Z | Downloaded crc-catalog v2.4.0 |
1223 | 2024-07-11T15:57:36.441Z | Downloaded crc v3.2.1 |
1224 | 2024-07-11T15:57:36.441Z | Downloaded console v0.15.8 |
1225 | 2024-07-11T15:57:36.441Z | Downloaded ciborium-io v0.2.2 |
1226 | 2024-07-11T15:57:36.442Z | Downloaded cexpr v0.6.0 |
1227 | 2024-07-11T15:57:36.442Z | Downloaded cbc v0.1.2 |
1228 | 2024-07-11T15:57:36.442Z | Downloaded castaway v0.2.2 |
1229 | 2024-07-11T15:57:36.442Z | Downloaded cast v0.3.0 |
1230 | 2024-07-11T15:57:36.442Z | Downloaded cassowary v0.3.0 |
1231 | 2024-07-11T15:57:36.474Z | Downloaded cancel-safe-futures v0.1.5 |
1232 | 2024-07-11T15:57:36.474Z | Downloaded blowfish v0.9.1 |
1233 | 2024-07-11T15:57:36.474Z | Downloaded bitstruct_derive v0.1.0 |
1234 | 2024-07-11T15:57:36.474Z | Downloaded bitfield-struct v0.6.1 |
1235 | 2024-07-11T15:57:36.474Z | Downloaded bcs v0.1.6 |
1236 | 2024-07-11T15:57:36.474Z | Downloaded bcrypt-pbkdf v0.10.0 |
1237 | 2024-07-11T15:57:36.474Z | Downloaded bb8 v0.8.5 |
1238 | 2024-07-11T15:57:36.474Z | Downloaded base16ct v0.2.0 |
1239 | 2024-07-11T15:57:36.474Z | Downloaded backoff v0.4.0 |
1240 | 2024-07-11T15:57:36.474Z | Downloaded async-trait v0.1.81 |
1241 | 2024-07-11T15:57:36.501Z | Downloaded async-stream v0.3.5 |
1242 | 2024-07-11T15:57:36.501Z | Downloaded async-recursion v1.1.1 |
1243 | 2024-07-11T15:57:36.501Z | Downloaded assert_matches v1.5.0 |
1244 | 2024-07-11T15:57:36.501Z | Downloaded assert_cmd v2.0.14 |
1245 | 2024-07-11T15:57:36.501Z | Downloaded ascii-canvas v3.0.0 |
1246 | 2024-07-11T15:57:36.501Z | Downloaded ascii v1.1.0 |
1247 | 2024-07-11T15:57:36.501Z | Downloaded arrayvec v0.7.4 |
1248 | 2024-07-11T15:57:36.501Z | Downloaded addr2line v0.21.0 |
1249 | 2024-07-11T15:57:36.501Z | Downloaded path-slash v0.1.5 |
1250 | 2024-07-11T15:57:36.501Z | Downloaded paste v1.0.15 |
1251 | 2024-07-11T15:57:36.529Z | Downloaded partial-io v0.5.4 |
1252 | 2024-07-11T15:57:36.529Z | Downloaded parking_lot_core v0.8.6 |
1253 | 2024-07-11T15:57:36.529Z | Downloaded packed_struct_codegen v0.10.1 |
1254 | 2024-07-11T15:57:36.529Z | Downloaded oso v0.27.3 |
1255 | 2024-07-11T15:57:36.556Z | Downloaded matches v0.1.10 |
1256 | 2024-07-11T15:57:36.556Z | Downloaded libloading v0.8.3 |
1257 | 2024-07-11T15:57:36.556Z | Downloaded libefi-sys v0.1.0 |
1258 | 2024-07-11T15:57:36.556Z | Downloaded lazycell v1.3.0 |
1259 | 2024-07-11T15:57:36.557Z | Downloaded lazy_static v1.5.0 |
1260 | 2024-07-11T15:57:36.557Z | Downloaded lalrpop-util v0.19.12 |
1261 | 2024-07-11T15:57:36.557Z | Downloaded crucible-workspace-hack v0.1.0 |
1262 | 2024-07-11T15:57:36.557Z | Downloaded cfg_aliases v0.1.1 |
1263 | 2024-07-11T15:57:36.557Z | Downloaded bitstruct v0.1.1 |
1264 | 2024-07-11T15:57:36.557Z | Downloaded atty v0.2.14 |
1265 | 2024-07-11T15:57:36.557Z | Downloaded atomicwrites v0.4.3 |
1266 | 2024-07-11T15:57:36.557Z | Downloaded atomic-waker v1.1.2 |
1267 | 2024-07-11T15:57:36.557Z | Downloaded arrayref v0.3.7 |
1268 | 2024-07-11T15:57:36.557Z | Downloaded array-init v0.0.4 |
1269 | 2024-07-11T15:57:36.593Z | Downloaded anes v0.1.6 |
1270 | 2024-07-11T15:57:36.593Z | Downloaded aead v0.5.2 |
1271 | 2024-07-11T15:57:37.329Z | Compiling serde v1.0.204 |
1272 | 2024-07-11T15:57:37.329Z | Checking cfg-if v1.0.0 |
1273 | 2024-07-11T15:57:37.370Z | Compiling libm v0.2.8 |
1274 | 2024-07-11T15:57:37.370Z | Compiling num-traits v0.2.19 |
1275 | 2024-07-11T15:57:37.413Z | Checking libc v0.2.155 |
1276 | 2024-07-11T15:57:37.440Z | Compiling syn v2.0.68 |
1277 | 2024-07-11T15:57:37.466Z | Compiling ahash v0.8.11 |
1278 | 2024-07-11T15:57:37.466Z | Compiling getrandom v0.2.14 |
1279 | 2024-07-11T15:57:37.492Z | Compiling serde_json v1.0.120 |
1280 | 2024-07-11T15:57:37.715Z | Compiling generic-array v0.14.7 |
1281 | 2024-07-11T15:57:37.847Z | Compiling log v0.4.21 |
1282 | 2024-07-11T15:57:37.882Z | Checking scopeguard v1.2.0 |
1283 | 2024-07-11T15:57:37.883Z | Checking memchr v2.7.2 |
1284 | 2024-07-11T15:57:37.943Z | Checking itoa v1.0.11 |
1285 | 2024-07-11T15:57:38.018Z | Checking lock_api v0.4.12 |
1286 | 2024-07-11T15:57:38.053Z | Compiling syn v1.0.109 |
1287 | 2024-07-11T15:57:38.133Z | Checking byteorder v1.5.0 |
1288 | 2024-07-11T15:57:38.159Z | Compiling allocator-api2 v0.2.18 |
1289 | 2024-07-11T15:57:38.422Z | Checking smallvec v1.13.2 |
1290 | 2024-07-11T15:57:38.501Z | Compiling schemars v0.8.21 |
1291 | 2024-07-11T15:57:38.686Z | Checking rand_core v0.6.4 |
1292 | 2024-07-11T15:57:38.713Z | Compiling ring v0.17.8 |
1293 | 2024-07-11T15:57:38.739Z | Compiling time-macros v0.2.18 |
1294 | 2024-07-11T15:57:38.850Z | Checking once_cell v1.19.0 |
1295 | 2024-07-11T15:57:38.883Z | Compiling slog v2.7.0 |
1296 | 2024-07-11T15:57:38.967Z | Checking parking_lot_core v0.9.10 |
1297 | 2024-07-11T15:57:39.125Z | Compiling aho-corasick v1.1.3 |
1298 | 2024-07-11T15:57:39.276Z | Checking parking_lot v0.12.2 |
1299 | 2024-07-11T15:57:39.381Z | Compiling regex-syntax v0.8.3 |
1300 | 2024-07-11T15:57:39.594Z | Checking pin-project-lite v0.2.14 |
1301 | 2024-07-11T15:57:41.562Z | Checking signal-hook-registry v1.4.2 |
1302 | 2024-07-11T15:57:41.658Z | Compiling crossbeam-utils v0.8.19 |
1303 | 2024-07-11T15:57:41.796Z | Checking mio v0.8.11 |
1304 | 2024-07-11T15:57:42.278Z | Compiling iana-time-zone v0.1.60 |
1305 | 2024-07-11T15:57:42.378Z | Compiling regex-automata v0.4.6 |
1306 | 2024-07-11T15:57:42.563Z | Checking num_cpus v1.16.0 |
1307 | 2024-07-11T15:57:42.665Z | Checking spin v0.9.8 |
1308 | 2024-07-11T15:57:42.723Z | Compiling rustls v0.21.12 |
1309 | 2024-07-11T15:57:43.009Z | Checking typenum v1.17.0 |
1310 | 2024-07-11T15:57:43.324Z | Compiling cookie v0.17.0 |
1311 | 2024-07-11T15:57:43.548Z | Checking futures-core v0.3.30 |
1312 | 2024-07-11T15:57:43.716Z | Compiling serde_derive_internals v0.29.1 |
1313 | 2024-07-11T15:57:43.982Z | Compiling dyn-clone v1.0.17 |
1314 | 2024-07-11T15:57:44.083Z | Checking socket2 v0.5.7 |
1315 | 2024-07-11T15:57:44.184Z | Compiling backtrace v0.3.71 |
1316 | 2024-07-11T15:57:44.211Z | Checking ryu v1.0.18 |
1317 | 2024-07-11T15:57:44.420Z | Checking subtle v2.5.0 |
1318 | 2024-07-11T15:57:44.583Z | Compiling anyhow v1.0.86 |
1319 | 2024-07-11T15:57:45.134Z | Compiling unicode-normalization v0.1.23 |
1320 | 2024-07-11T15:57:45.215Z | Checking futures-sink v0.3.30 |
1321 | 2024-07-11T15:57:45.253Z | Compiling unicode-bidi v0.3.15 |
1322 | 2024-07-11T15:57:45.649Z | Compiling either v1.12.0 |
1323 | 2024-07-11T15:57:45.674Z | Compiling untrusted v0.9.0 |
1324 | 2024-07-11T15:57:46.007Z | Checking futures-channel v0.3.30 |
1325 | 2024-07-11T15:57:46.042Z | Checking slab v0.4.9 |
1326 | 2024-07-11T15:57:46.149Z | Compiling winnow v0.5.40 |
1327 | 2024-07-11T15:57:46.300Z | Checking pin-utils v0.1.0 |
1328 | 2024-07-11T15:57:46.363Z | Compiling const-oid v0.9.6 |
1329 | 2024-07-11T15:57:46.388Z | Checking futures-task v0.3.30 |
1330 | 2024-07-11T15:57:46.586Z | Checking futures-io v0.3.30 |
1331 | 2024-07-11T15:57:46.617Z | Compiling time v0.3.36 |
1332 | 2024-07-11T15:57:47.913Z | Compiling regex v1.10.5 |
1333 | 2024-07-11T15:57:48.829Z | Compiling signal-hook v0.3.17 |
1334 | 2024-07-11T15:57:49.075Z | Compiling sct v0.7.1 |
1335 | 2024-07-11T15:57:49.222Z | Compiling rustls-webpki v0.101.7 |
1336 | 2024-07-11T15:57:49.295Z | Compiling idna v0.5.0 |
1337 | 2024-07-11T15:57:49.401Z | Compiling siphasher v0.3.11 |
1338 | 2024-07-11T15:57:49.726Z | Compiling idna v0.3.0 |
1339 | 2024-07-11T15:57:49.940Z | Compiling serde_derive v1.0.204 |
1340 | 2024-07-11T15:57:50.127Z | Compiling zerocopy-derive v0.7.34 |
1341 | 2024-07-11T15:57:50.596Z | Compiling zeroize_derive v1.4.2 |
1342 | 2024-07-11T15:57:50.899Z | Compiling tokio-macros v2.3.0 |
1343 | 2024-07-11T15:57:51.062Z | Compiling thiserror-impl v1.0.60 |
1344 | 2024-07-11T15:57:51.102Z | Compiling futures-macro v0.3.30 |
1345 | 2024-07-11T15:57:51.299Z | Compiling tracing-attributes v0.1.27 |
1346 | 2024-07-11T15:57:52.025Z | Compiling schemars_derive v0.8.21 |
1347 | 2024-07-11T15:57:52.152Z | Compiling zerocopy v0.7.34 |
1348 | 2024-07-11T15:57:52.450Z | Checking zeroize v1.7.0 |
1349 | 2024-07-11T15:57:52.690Z | Compiling openssl-macros v0.1.1 |
1350 | 2024-07-11T15:57:52.906Z | Compiling async-trait v0.1.81 |
1351 | 2024-07-11T15:57:53.930Z | Compiling thiserror v1.0.60 |
1352 | 2024-07-11T15:57:54.068Z | Compiling hashbrown v0.14.5 |
1353 | 2024-07-11T15:57:54.094Z | Compiling scroll_derive v0.12.0 |
1354 | 2024-07-11T15:57:54.155Z | Compiling pest v2.7.10 |
1355 | 2024-07-11T15:57:54.467Z | Compiling der_derive v0.7.2 |
1356 | 2024-07-11T15:57:54.595Z | Checking crypto-common v0.1.6 |
1357 | 2024-07-11T15:57:55.234Z | Compiling futures-util v0.3.30 |
1358 | 2024-07-11T15:57:55.368Z | Compiling scroll v0.12.0 |
1359 | 2024-07-11T15:57:55.859Z | Compiling goblin v0.8.2 |
1360 | 2024-07-11T15:57:55.976Z | Compiling tracing v0.1.40 |
1361 | 2024-07-11T15:57:56.100Z | Compiling clap_derive v4.5.4 |
1362 | 2024-07-11T15:57:56.487Z | Compiling pest_meta v2.7.10 |
1363 | 2024-07-11T15:57:56.750Z | Compiling block-buffer v0.10.4 |
1364 | 2024-07-11T15:57:57.297Z | Compiling digest v0.10.7 |
1365 | 2024-07-11T15:57:57.740Z | Compiling pest_generator v2.7.10 |
1366 | 2024-07-11T15:57:59.419Z | Compiling zerocopy-derive v0.6.6 |
1367 | 2024-07-11T15:57:59.764Z | Compiling url v2.5.0 |
1368 | 2024-07-11T15:58:00.566Z | Compiling ppv-lite86 v0.2.17 |
1369 | 2024-07-11T15:58:00.880Z | Compiling pest_derive v2.7.10 |
1370 | 2024-07-11T15:58:01.418Z | Checking bytes v1.6.0 |
1371 | 2024-07-11T15:58:01.443Z | Checking bitflags v2.5.0 |
1372 | 2024-07-11T15:58:01.443Z | Compiling psl-types v2.0.11 |
1373 | 2024-07-11T15:58:01.619Z | Compiling dtrace-parser v0.2.0 |
1374 | 2024-07-11T15:58:01.682Z | Compiling publicsuffix v2.2.3 |
1375 | 2024-07-11T15:58:02.140Z | Compiling indexmap v2.2.6 |
1376 | 2024-07-11T15:58:02.172Z | Compiling semver v1.0.23 |
1377 | 2024-07-11T15:58:02.737Z | Compiling serde_tokenstream v0.2.1 |
1378 | 2024-07-11T15:58:02.864Z | Compiling uuid v1.9.1 |
1379 | 2024-07-11T15:58:03.042Z | Compiling chrono v0.4.38 |
1380 | 2024-07-11T15:58:03.387Z | Checking tokio v1.38.0 |
1381 | 2024-07-11T15:58:03.520Z | Compiling http v0.2.12 |
1382 | 2024-07-11T15:58:04.109Z | Compiling rustc_version v0.4.0 |
1383 | 2024-07-11T15:58:04.514Z | Compiling serde_spanned v0.6.6 |
1384 | 2024-07-11T15:58:04.727Z | Compiling toml_datetime v0.6.6 |
1385 | 2024-07-11T15:58:04.798Z | Compiling dof v0.3.0 |
1386 | 2024-07-11T15:58:05.177Z | Compiling rustix v0.38.34 |
1387 | 2024-07-11T15:58:11.737Z | Compiling usdt-impl v0.5.0 |
1388 | 2024-07-11T15:58:11.775Z | Compiling openapiv3 v2.0.0 |
1389 | 2024-07-11T15:58:11.775Z | Compiling toml_edit v0.19.15 |
1390 | 2024-07-11T15:58:11.775Z | Compiling usdt-macro v0.5.0 |
1391 | 2024-07-11T15:58:11.775Z | Compiling usdt-attr-macro v0.5.0 |
1392 | 2024-07-11T15:58:11.775Z | Compiling http-body v0.4.6 |
1393 | 2024-07-11T15:58:11.775Z | Compiling openssl v0.10.64 |
1394 | 2024-07-11T15:58:11.775Z | Compiling heapless v0.7.17 |
1395 | 2024-07-11T15:58:11.775Z | Compiling serde_urlencoded v0.7.1 |
1396 | 2024-07-11T15:58:11.775Z | Compiling rand_chacha v0.3.1 |
1397 | 2024-07-11T15:58:11.775Z | Compiling rand v0.8.5 |
1398 | 2024-07-11T15:58:11.775Z | Compiling cookie_store v0.20.0 |
1399 | 2024-07-11T15:58:11.822Z | Compiling crossbeam-epoch v0.9.18 |
1400 | 2024-07-11T15:58:11.822Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1401 | 2024-07-11T15:58:11.822Z | Compiling tokio-util v0.7.11 |
1402 | 2024-07-11T15:58:11.822Z | Compiling tokio-rustls v0.24.1 |
1403 | 2024-07-11T15:58:11.822Z | Compiling unicode-xid v0.2.4 |
1404 | 2024-07-11T15:58:11.822Z | Compiling gimli v0.28.1 |
1405 | 2024-07-11T15:58:11.823Z | Compiling bit-vec v0.6.3 |
1406 | 2024-07-11T15:58:11.823Z | Compiling webpki-roots v0.25.4 |
1407 | 2024-07-11T15:58:11.823Z | Compiling enum-as-inner v0.5.1 |
1408 | 2024-07-11T15:58:11.823Z | Compiling phf_shared v0.10.0 |
1409 | 2024-07-11T15:58:11.823Z | Compiling h2 v0.3.26 |
1410 | 2024-07-11T15:58:11.948Z | Compiling lazy_static v1.5.0 |
1411 | 2024-07-11T15:58:12.064Z | Compiling object v0.32.2 |
1412 | 2024-07-11T15:58:12.157Z | Compiling new_debug_unreachable v1.0.6 |
1413 | 2024-07-11T15:58:12.258Z | Compiling minimal-lexical v0.2.1 |
1414 | 2024-07-11T15:58:12.356Z | Compiling smoltcp v0.9.1 |
1415 | 2024-07-11T15:58:12.725Z | Compiling precomputed-hash v0.1.1 |
1416 | 2024-07-11T15:58:12.856Z | Compiling base64ct v1.6.0 |
1417 | 2024-07-11T15:58:13.034Z | Compiling rustc-demangle v0.1.24 |
1418 | 2024-07-11T15:58:13.467Z | Compiling native-tls v0.2.11 |
1419 | 2024-07-11T15:58:13.846Z | Compiling tokio-native-tls v0.3.1 |
1420 | 2024-07-11T15:58:13.956Z | Compiling fixedbitset v0.4.2 |
1421 | 2024-07-11T15:58:14.097Z | Compiling pem-rfc7468 v0.7.0 |
1422 | 2024-07-11T15:58:14.171Z | Compiling string_cache v0.8.7 |
1423 | 2024-07-11T15:58:14.417Z | Compiling petgraph v0.6.5 |
1424 | 2024-07-11T15:58:14.656Z | Compiling addr2line v0.21.0 |
1425 | 2024-07-11T15:58:14.846Z | Compiling nom v7.1.3 |
1426 | 2024-07-11T15:58:15.281Z | Compiling toml_edit v0.22.14 |
1427 | 2024-07-11T15:58:15.349Z | Compiling bit-set v0.5.3 |
1428 | 2024-07-11T15:58:15.615Z | Compiling futures-executor v0.3.30 |
1429 | 2024-07-11T15:58:15.983Z | Compiling hmac v0.12.1 |
1430 | 2024-07-11T15:58:16.171Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-07-11T15:58:16.218Z | Compiling itertools v0.10.5 |
1432 | 2024-07-11T15:58:16.901Z | Compiling diesel_table_macro_syntax v0.1.0 |
1433 | 2024-07-11T15:58:17.000Z | Compiling num-integer v0.1.46 |
1434 | 2024-07-11T15:58:17.268Z | Compiling fs-err v2.11.0 |
1435 | 2024-07-11T15:58:17.524Z | Compiling unicode-segmentation v1.11.0 |
1436 | 2024-07-11T15:58:17.770Z | Compiling hyper v0.14.28 |
1437 | 2024-07-11T15:58:17.964Z | Compiling flagset v0.4.5 |
1438 | 2024-07-11T15:58:18.145Z | Compiling lalrpop-util v0.19.12 |
1439 | 2024-07-11T15:58:18.257Z | Checking fnv v1.0.7 |
1440 | 2024-07-11T15:58:18.376Z | Compiling der v0.7.9 |
1441 | 2024-07-11T15:58:18.479Z | Compiling diesel_derives v2.1.4 |
1442 | 2024-07-11T15:58:18.561Z | Compiling futures v0.3.30 |
1443 | 2024-07-11T15:58:18.598Z | Compiling hex v0.4.3 |
1444 | 2024-07-11T15:58:19.116Z | Compiling itertools v0.12.1 |
1445 | 2024-07-11T15:58:19.460Z | Compiling finl_unicode v1.2.0 |
1446 | 2024-07-11T15:58:20.932Z | Compiling spki v0.7.3 |
1447 | 2024-07-11T15:58:21.016Z | Compiling stringprep v0.1.4 |
1448 | 2024-07-11T15:58:21.314Z | Compiling sha2 v0.10.8 |
1449 | 2024-07-11T15:58:21.363Z | Compiling toml v0.7.8 |
1450 | 2024-07-11T15:58:21.816Z | Compiling md-5 v0.10.6 |
1451 | 2024-07-11T15:58:21.842Z | Compiling serde_repr v0.1.19 |
1452 | 2024-07-11T15:58:22.056Z | Compiling strum_macros v0.25.3 |
1453 | 2024-07-11T15:58:22.098Z | Compiling hash32 v0.2.1 |
1454 | 2024-07-11T15:58:22.435Z | Compiling fallible-iterator v0.2.0 |
1455 | 2024-07-11T15:58:22.836Z | Compiling stable_deref_trait v1.2.0 |
1456 | 2024-07-11T15:58:22.876Z | Checking tinyvec_macros v0.1.1 |
1457 | 2024-07-11T15:58:22.979Z | Checking tinyvec v1.6.0 |
1458 | 2024-07-11T15:58:23.004Z | Compiling pkcs8 v0.10.2 |
1459 | 2024-07-11T15:58:23.075Z | Compiling postgres-protocol v0.6.6 |
1460 | 2024-07-11T15:58:23.491Z | Compiling hyper-rustls v0.24.2 |
1461 | 2024-07-11T15:58:23.795Z | Compiling hyper-tls v0.5.0 |
1462 | 2024-07-11T15:58:23.907Z | Compiling terminal_size v0.3.0 |
1463 | 2024-07-11T15:58:23.964Z | Compiling ipnetwork v0.20.0 |
1464 | 2024-07-11T15:58:24.063Z | Compiling reqwest v0.11.27 |
1465 | 2024-07-11T15:58:24.091Z | Compiling block-padding v0.3.3 |
1466 | 2024-07-11T15:58:24.139Z | Compiling phf_shared v0.11.2 |
1467 | 2024-07-11T15:58:24.323Z | Compiling ff v0.13.0 |
1468 | 2024-07-11T15:58:24.462Z | Compiling scheduled-thread-pool v0.2.7 |
1469 | 2024-07-11T15:58:24.539Z | Checking equivalent v1.0.1 |
1470 | 2024-07-11T15:58:24.640Z | Compiling matches v0.1.10 |
1471 | 2024-07-11T15:58:24.737Z | Compiling bitflags v1.3.2 |
1472 | 2024-07-11T15:58:24.771Z | Compiling base16ct v0.2.0 |
1473 | 2024-07-11T15:58:24.996Z | Compiling peg-runtime v0.8.3 |
1474 | 2024-07-11T15:58:25.075Z | Compiling managed v0.8.0 |
1475 | 2024-07-11T15:58:25.117Z | Compiling sec1 v0.7.3 |
1476 | 2024-07-11T15:58:25.474Z | Compiling clap_builder v4.5.2 |
1477 | 2024-07-11T15:58:25.625Z | Compiling idna v0.2.3 |
1478 | 2024-07-11T15:58:25.662Z | Compiling r2d2 v0.8.10 |
1479 | 2024-07-11T15:58:25.975Z | Compiling signal-hook-mio v0.2.3 |
1480 | 2024-07-11T15:58:26.125Z | Compiling usdt v0.5.0 |
1481 | 2024-07-11T15:58:26.192Z | Compiling group v0.13.0 |
1482 | 2024-07-11T15:58:26.497Z | Compiling phf v0.11.2 |
1483 | 2024-07-11T15:58:26.613Z | Compiling inout v0.1.3 |
1484 | 2024-07-11T15:58:26.784Z | Compiling postgres-types v0.2.6 |
1485 | 2024-07-11T15:58:26.810Z | Compiling num-bigint v0.4.5 |
1486 | 2024-07-11T15:58:26.867Z | Compiling num-iter v0.1.45 |
1487 | 2024-07-11T15:58:26.985Z | Compiling hubpack v0.1.2 |
1488 | 2024-07-11T15:58:27.037Z | Compiling hkdf v0.12.4 |
1489 | 2024-07-11T15:58:27.303Z | Compiling zerocopy v0.6.6 |
1490 | 2024-07-11T15:58:27.535Z | Compiling crypto-bigint v0.5.5 |
1491 | 2024-07-11T15:58:27.928Z | Compiling float-cmp v0.9.0 |
1492 | 2024-07-11T15:58:28.077Z | Compiling difflib v0.4.0 |
1493 | 2024-07-11T15:58:28.112Z | Checking cpufeatures v0.2.12 |
1494 | 2024-07-11T15:58:28.139Z | Compiling whoami v1.5.1 |
1495 | 2024-07-11T15:58:28.207Z | Compiling predicates-core v1.0.6 |
1496 | 2024-07-11T15:58:28.540Z | Compiling static_assertions v1.1.0 |
1497 | 2024-07-11T15:58:28.639Z | Compiling normalize-line-endings v0.3.0 |
1498 | 2024-07-11T15:58:28.713Z | Compiling data-encoding v2.6.0 |
1499 | 2024-07-11T15:58:28.759Z | Compiling predicates v3.1.0 |
1500 | 2024-07-11T15:58:29.132Z | Compiling diesel v2.1.6 |
1501 | 2024-07-11T15:58:29.479Z | Compiling yasna v0.5.2 |
1502 | 2024-07-11T15:58:30.289Z | Compiling elliptic-curve v0.13.8 |
1503 | 2024-07-11T15:58:30.726Z | Compiling trust-dns-proto v0.22.0 |
1504 | 2024-07-11T15:58:30.985Z | Compiling clap v4.5.4 |
1505 | 2024-07-11T15:58:31.100Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1506 | 2024-07-11T15:58:31.126Z | Compiling tokio-postgres v0.7.10 |
1507 | 2024-07-11T15:58:32.511Z | Compiling cipher v0.4.4 |
1508 | 2024-07-11T15:58:32.996Z | Compiling crossterm v0.27.0 |
1509 | 2024-07-11T15:58:35.171Z | Compiling similar v2.5.0 |
1510 | 2024-07-11T15:58:35.409Z | Compiling console v0.15.8 |
1511 | 2024-07-11T15:58:35.726Z | Compiling tokio-stream v0.1.15 |
1512 | 2024-07-11T15:58:36.173Z | Compiling bstr v1.9.1 |
1513 | 2024-07-11T15:58:36.756Z | Checking tracing-core v0.1.32 |
1514 | 2024-07-11T15:58:37.262Z | Checking percent-encoding v2.3.1 |
1515 | 2024-07-11T15:58:37.465Z | Checking form_urlencoded v1.2.1 |
1516 | 2024-07-11T15:58:37.661Z | Checking powerfmt v0.2.0 |
1517 | 2024-07-11T15:58:37.770Z | Checking num_threads v0.1.7 |
1518 | 2024-07-11T15:58:37.880Z | Checking time-core v0.1.2 |
1519 | 2024-07-11T15:58:37.913Z | Checking deranged v0.3.11 |
1520 | 2024-07-11T15:58:37.938Z | Checking unicode-ident v1.0.12 |
1521 | 2024-07-11T15:58:38.004Z | Checking num-conv v0.1.0 |
1522 | 2024-07-11T15:58:38.037Z | Checking httparse v1.8.0 |
1523 | 2024-07-11T15:58:38.090Z | Checking unicode-width v0.1.13 |
1524 | 2024-07-11T15:58:38.373Z | Checking errno v0.3.9 |
1525 | 2024-07-11T15:58:38.819Z | Checking proc-macro2 v1.0.86 |
1526 | 2024-07-11T15:58:39.394Z | Checking adler v1.0.2 |
1527 | 2024-07-11T15:58:39.419Z | Checking quote v1.0.36 |
1528 | 2024-07-11T15:58:39.550Z | Checking base64 v0.21.7 |
1529 | 2024-07-11T15:58:39.575Z | Checking miniz_oxide v0.7.2 |
1530 | 2024-07-11T15:58:39.962Z | Checking try-lock v0.2.5 |
1531 | 2024-07-11T15:58:40.093Z | Checking want v0.3.1 |
1532 | 2024-07-11T15:58:40.263Z | Checking tower-service v0.3.2 |
1533 | 2024-07-11T15:58:40.613Z | Checking httpdate v1.0.3 |
1534 | 2024-07-11T15:58:40.920Z | Checking foreign-types-shared v0.1.1 |
1535 | 2024-07-11T15:58:40.971Z | Checking openssl-probe v0.1.5 |
1536 | 2024-07-11T15:58:41.026Z | Checking foreign-types v0.3.2 |
1537 | 2024-07-11T15:58:41.101Z | Checking openssl-sys v0.9.102 |
1538 | 2024-07-11T15:58:41.126Z | Checking mime v0.3.17 |
1539 | 2024-07-11T15:58:41.431Z | Checking ipnet v2.9.0 |
1540 | 2024-07-11T15:58:41.843Z | Checking utf8parse v0.2.1 |
1541 | 2024-07-11T15:58:45.540Z | Checking encoding_rs v0.8.34 |
1542 | 2024-07-11T15:58:45.698Z | Checking anstyle v1.0.7 |
1543 | 2024-07-11T15:58:47.263Z | Checking rustls-pemfile v1.0.4 |
1544 | 2024-07-11T15:58:47.459Z | Checking ucd-trie v0.1.6 |
1545 | 2024-07-11T15:58:47.551Z | Checking plain v0.2.3 |
1546 | 2024-07-11T15:58:47.592Z | Checking sync_wrapper v0.1.2 |
1547 | 2024-07-11T15:58:47.716Z | Checking anstyle-parse v0.2.4 |
1548 | 2024-07-11T15:58:47.787Z | Checking pretty-hex v0.4.1 |
1549 | 2024-07-11T15:58:47.953Z | Checking is_terminal_polyfill v1.70.0 |
1550 | 2024-07-11T15:58:47.978Z | Checking colorchoice v1.0.1 |
1551 | 2024-07-11T15:58:48.006Z | Checking anstyle-query v1.0.3 |
1552 | 2024-07-11T15:58:48.101Z | Checking thread-id v4.2.1 |
1553 | 2024-07-11T15:58:48.136Z | Checking anstream v0.6.14 |
1554 | 2024-07-11T15:58:48.161Z | Checking strsim v0.11.1 |
1555 | 2024-07-11T15:58:48.201Z | Checking clap_lex v0.7.0 |
1556 | 2024-07-11T15:58:48.501Z | Checking memmap v0.7.0 |
1557 | 2024-07-11T15:58:48.683Z | Checking crc32fast v1.4.0 |
1558 | 2024-07-11T15:58:49.780Z | Checking flate2 v1.0.30 |
1559 | 2024-07-11T15:58:50.771Z | Checking winnow v0.6.8 |
1560 | 2024-07-11T15:58:58.066Z | Compiling regress v0.9.1 |
1561 | 2024-07-11T15:58:58.093Z | Compiling getopts v0.2.21 |
1562 | 2024-07-11T15:58:58.990Z | Compiling unsafe-libyaml v0.2.11 |
1563 | 2024-07-11T15:58:59.096Z | Checking heck v0.5.0 |
1564 | 2024-07-11T15:58:59.902Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1565 | 2024-07-11T15:59:00.207Z | Compiling serde_yaml v0.9.34+deprecated |
1566 | 2024-07-11T15:59:00.352Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1567 | 2024-07-11T15:59:00.671Z | Compiling paste v1.0.15 |
1568 | 2024-07-11T15:59:00.696Z | Checking camino v1.1.7 |
1569 | 2024-07-11T15:59:00.893Z | Checking is-terminal v0.4.12 |
1570 | 2024-07-11T15:59:01.006Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1571 | 2024-07-11T15:59:01.217Z | Compiling strum_macros v0.26.4 |
1572 | 2024-07-11T15:59:02.176Z | Compiling ident_case v1.0.1 |
1573 | 2024-07-11T15:59:02.270Z | Checking base64 v0.22.1 |
1574 | 2024-07-11T15:59:02.356Z | Compiling darling_core v0.20.9 |
1575 | 2024-07-11T15:59:02.393Z | Checking sha1 v0.10.6 |
1576 | 2024-07-11T15:59:02.631Z | Compiling rustls v0.22.4 |
1577 | 2024-07-11T15:59:02.724Z | Checking http v1.1.0 |
1578 | 2024-07-11T15:59:02.910Z | Checking match_cfg v0.1.0 |
1579 | 2024-07-11T15:59:03.004Z | Checking hostname v0.3.1 |
1580 | 2024-07-11T15:59:03.130Z | Checking dirs-sys-next v0.1.2 |
1581 | 2024-07-11T15:59:03.289Z | Compiling multer v3.1.0 |
1582 | 2024-07-11T15:59:03.588Z | Checking dirs-next v2.0.0 |
1583 | 2024-07-11T15:59:03.706Z | Checking crossbeam-channel v0.5.12 |
1584 | 2024-07-11T15:59:03.938Z | Compiling async-stream-impl v0.3.5 |
1585 | 2024-07-11T15:59:03.962Z | Checking thread_local v1.1.8 |
1586 | 2024-07-11T15:59:04.199Z | Checking rustls-pki-types v1.7.0 |
1587 | 2024-07-11T15:59:04.224Z | Checking term v0.7.0 |
1588 | 2024-07-11T15:59:04.347Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1589 | 2024-07-11T15:59:04.585Z | Checking take_mut v0.2.2 |
1590 | 2024-07-11T15:59:04.609Z | Checking slog-term v2.9.1 |
1591 | 2024-07-11T15:59:04.695Z | Checking toml v0.8.14 |
1592 | 2024-07-11T15:59:04.728Z | Checking slog-async v2.8.0 |
1593 | 2024-07-11T15:59:05.009Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1594 | 2024-07-11T15:59:05.038Z | Checking rustls-webpki v0.102.4 |
1595 | 2024-07-11T15:59:05.148Z | Checking slog-json v2.6.1 |
1596 | 2024-07-11T15:59:05.379Z | Checking instant v0.1.12 |
1597 | 2024-07-11T15:59:05.404Z | Checking slog-bunyan v2.5.0 |
1598 | 2024-07-11T15:59:05.501Z | Checking rustls-pemfile v2.1.2 |
1599 | 2024-07-11T15:59:05.558Z | Checking debug-ignore v1.0.5 |
1600 | 2024-07-11T15:59:05.704Z | Checking fastrand v2.1.0 |
1601 | 2024-07-11T15:59:05.750Z | Checking atomic-waker v1.1.2 |
1602 | 2024-07-11T15:59:05.865Z | Checking strum v0.26.2 |
1603 | 2024-07-11T15:59:05.889Z | Checking quick-error v1.2.3 |
1604 | 2024-07-11T15:59:06.015Z | Checking waitgroup v0.1.2 |
1605 | 2024-07-11T15:59:06.041Z | Checking tempfile v3.10.1 |
1606 | 2024-07-11T15:59:06.041Z | Checking async-stream v0.3.5 |
1607 | 2024-07-11T15:59:06.310Z | Checking serde_path_to_error v0.1.16 |
1608 | 2024-07-11T15:59:06.405Z | Compiling structmeta-derive v0.3.0 |
1609 | 2024-07-11T15:59:06.551Z | Checking hostname v0.4.0 |
1610 | 2024-07-11T15:59:06.678Z | Checking newtype-uuid v1.1.0 |
1611 | 2024-07-11T15:59:06.857Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1612 | 2024-07-11T15:59:06.894Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1613 | 2024-07-11T15:59:07.504Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1614 | 2024-07-11T15:59:07.554Z | Checking macaddr v1.0.1 |
1615 | 2024-07-11T15:59:07.765Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1616 | 2024-07-11T15:59:07.891Z | Checking backoff v0.4.0 |
1617 | 2024-07-11T15:59:07.917Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1618 | 2024-07-11T15:59:08.167Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1619 | 2024-07-11T15:59:08.220Z | Checking wait-timeout v0.2.0 |
1620 | 2024-07-11T15:59:08.302Z | Compiling structmeta-derive v0.2.0 |
1621 | 2024-07-11T15:59:08.384Z | Checking rusty-fork v0.3.0 |
1622 | 2024-07-11T15:59:08.473Z | Checking rand_xorshift v0.3.0 |
1623 | 2024-07-11T15:59:08.601Z | Compiling darling_macro v0.20.9 |
1624 | 2024-07-11T15:59:08.636Z | Checking unarray v0.1.4 |
1625 | 2024-07-11T15:59:08.661Z | Compiling proc-macro-error v1.0.4 |
1626 | 2024-07-11T15:59:08.783Z | Checking proptest v1.4.0 |
1627 | 2024-07-11T15:59:08.893Z | Checking tokio-rustls v0.25.0 |
1628 | 2024-07-11T15:59:08.977Z | Compiling structmeta v0.3.0 |
1629 | 2024-07-11T15:59:09.290Z | Checking camino-tempfile v1.1.1 |
1630 | 2024-07-11T15:59:09.376Z | Compiling parse-display-derive v0.9.1 |
1631 | 2024-07-11T15:59:09.489Z | Compiling darling v0.20.9 |
1632 | 2024-07-11T15:59:09.538Z | Compiling proc-macro-crate v1.3.1 |
1633 | 2024-07-11T15:59:09.604Z | Compiling serde_with_macros v3.8.1 |
1634 | 2024-07-11T15:59:10.500Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1635 | 2024-07-11T15:59:10.828Z | Compiling num_enum_derive v0.5.11 |
1636 | 2024-07-11T15:59:10.854Z | Compiling structmeta v0.2.0 |
1637 | 2024-07-11T15:59:11.308Z | Compiling test-strategy v0.3.1 |
1638 | 2024-07-11T15:59:12.266Z | Checking serde_with v3.8.1 |
1639 | 2024-07-11T15:59:12.480Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1640 | 2024-07-11T15:59:12.754Z | Compiling foreign-types-macros v0.2.3 |
1641 | 2024-07-11T15:59:12.863Z | Checking foreign-types-shared v0.3.1 |
1642 | 2024-07-11T15:59:12.974Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1643 | 2024-07-11T15:59:13.315Z | Checking num_enum v0.5.11 |
1644 | 2024-07-11T15:59:13.465Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1645 | 2024-07-11T15:59:13.548Z | Checking parse-display v0.9.1 |
1646 | 2024-07-11T15:59:13.574Z | Checking cstr-argument v0.1.2 |
1647 | 2024-07-11T15:59:13.739Z | Checking pretty-hex v0.2.1 |
1648 | 2024-07-11T15:59:13.768Z | Checking tabwriter v1.4.0 |
1649 | 2024-07-11T15:59:13.861Z | Checking foreign-types v0.5.0 |
1650 | 2024-07-11T15:59:13.900Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1651 | 2024-07-11T15:59:13.979Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1652 | 2024-07-11T15:59:14.005Z | Checking colored v2.1.0 |
1653 | 2024-07-11T15:59:14.155Z | Checking socket2 v0.4.10 |
1654 | 2024-07-11T15:59:14.261Z | Checking smf v0.2.3 |
1655 | 2024-07-11T15:59:14.290Z | Checking humantime v2.1.0 |
1656 | 2024-07-11T15:59:14.355Z | Checking termcolor v1.4.1 |
1657 | 2024-07-11T15:59:14.539Z | Checking arc-swap v1.7.1 |
1658 | 2024-07-11T15:59:14.564Z | Checking newline-converter v0.3.0 |
1659 | 2024-07-11T15:59:14.672Z | Checking xattr v1.3.1 |
1660 | 2024-07-11T15:59:14.709Z | Checking filetime v0.2.23 |
1661 | 2024-07-11T15:59:14.734Z | Checking same-file v1.0.6 |
1662 | 2024-07-11T15:59:14.781Z | Checking expectorate v1.1.0 |
1663 | 2024-07-11T15:59:14.861Z | Checking utf-8 v0.7.6 |
1664 | 2024-07-11T15:59:14.898Z | Checking walkdir v2.5.0 |
1665 | 2024-07-11T15:59:14.925Z | Checking tar v0.4.40 |
1666 | 2024-07-11T15:59:14.949Z | Checking slog-scope v4.4.0 |
1667 | 2024-07-11T15:59:14.950Z | Checking termtree v0.4.1 |
1668 | 2024-07-11T15:59:15.059Z | Compiling heapless v0.8.0 |
1669 | 2024-07-11T15:59:15.152Z | Checking predicates-tree v1.0.9 |
1670 | 2024-07-11T15:59:15.177Z | Checking slog-stdlog v4.1.1 |
1671 | 2024-07-11T15:59:15.201Z | Checking hash32 v0.3.1 |
1672 | 2024-07-11T15:59:15.201Z | Compiling smoltcp v0.11.0 |
1673 | 2024-07-11T15:59:15.305Z | Checking cobs v0.2.3 |
1674 | 2024-07-11T15:59:15.336Z | Checking slog-envlogger v2.2.0 |
1675 | 2024-07-11T15:59:15.380Z | Compiling crucible-workspace-hack v0.1.0 |
1676 | 2024-07-11T15:59:15.475Z | Checking embedded-io v0.4.0 |
1677 | 2024-07-11T15:59:15.548Z | Checking sigpipe v0.1.3 |
1678 | 2024-07-11T15:59:15.595Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1679 | 2024-07-11T15:59:15.648Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1680 | 2024-07-11T15:59:15.673Z | Checking postcard v1.0.8 |
1681 | 2024-07-11T15:59:15.780Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1682 | 2024-07-11T15:59:15.806Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1683 | 2024-07-11T15:59:15.916Z | Checking pem v3.0.4 |
1684 | 2024-07-11T15:59:15.941Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1685 | 2024-07-11T15:59:16.164Z | Checking tungstenite v0.20.1 |
1686 | 2024-07-11T15:59:16.237Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1687 | 2024-07-11T15:59:16.385Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1688 | 2024-07-11T15:59:16.614Z | Compiling derive-where v1.2.7 |
1689 | 2024-07-11T15:59:16.697Z | Compiling num-derive v0.4.2 |
1690 | 2024-07-11T15:59:17.011Z | Compiling mockall_derive v0.12.1 |
1691 | 2024-07-11T15:59:17.547Z | Checking atty v0.2.14 |
1692 | 2024-07-11T15:59:17.572Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1693 | 2024-07-11T15:59:17.685Z | Checking downcast v0.11.0 |
1694 | 2024-07-11T15:59:17.709Z | Checking fragile v2.0.0 |
1695 | 2024-07-11T15:59:17.902Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1696 | 2024-07-11T15:59:17.968Z | Checking tokio-tungstenite v0.20.1 |
1697 | 2024-07-11T15:59:18.379Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1698 | 2024-07-11T15:59:18.543Z | Checking tungstenite v0.21.0 |
1699 | 2024-07-11T15:59:18.610Z | Checking env_logger v0.9.3 |
1700 | 2024-07-11T15:59:18.644Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1701 | 2024-07-11T15:59:19.005Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1702 | 2024-07-11T15:59:19.033Z | Compiling bitstruct_derive v0.1.0 |
1703 | 2024-07-11T15:59:19.298Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1704 | 2024-07-11T15:59:19.326Z | Checking tokio-tungstenite v0.21.0 |
1705 | 2024-07-11T15:59:19.350Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1706 | 2024-07-11T15:59:19.475Z | Checking ascii v1.1.0 |
1707 | 2024-07-11T15:59:19.743Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-07-11T15:59:19.772Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-07-11T15:59:19.831Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1710 | 2024-07-11T15:59:19.901Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1711 | 2024-07-11T15:59:20.005Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1712 | 2024-07-11T15:59:20.165Z | Checking serde_arrays v0.1.0 |
1713 | 2024-07-11T15:59:20.216Z | Checking bitstruct v0.1.1 |
1714 | 2024-07-11T15:59:20.247Z | Checking erased-serde v0.3.31 |
1715 | 2024-07-11T15:59:20.316Z | Compiling heck v0.3.3 |
1716 | 2024-07-11T15:59:20.341Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1717 | 2024-07-11T15:59:20.523Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1718 | 2024-07-11T15:59:20.604Z | Checking headers-core v0.2.0 |
1719 | 2024-07-11T15:59:20.660Z | Checking base64 v0.13.1 |
1720 | 2024-07-11T15:59:20.734Z | Compiling zone_cfg_derive v0.1.2 |
1721 | 2024-07-11T15:59:20.759Z | Checking headers v0.3.9 |
1722 | 2024-07-11T15:59:21.026Z | Checking ron v0.7.1 |
1723 | 2024-07-11T15:59:21.251Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1724 | 2024-07-11T15:59:21.463Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1725 | 2024-07-11T15:59:21.602Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1726 | 2024-07-11T15:59:22.056Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1727 | 2024-07-11T15:59:22.108Z | Checking zone v0.1.8 |
1728 | 2024-07-11T15:59:22.332Z | Checking portpicker v0.1.1 |
1729 | 2024-07-11T15:59:22.464Z | Checking rcgen v0.12.1 |
1730 | 2024-07-11T15:59:22.685Z | Checking atomicwrites v0.4.3 |
1731 | 2024-07-11T15:59:22.881Z | Checking subprocess v0.2.9 |
1732 | 2024-07-11T15:59:23.070Z | Compiling convert_case v0.4.0 |
1733 | 2024-07-11T15:59:23.370Z | Checking password-hash v0.5.0 |
1734 | 2024-07-11T15:59:23.502Z | Checking blake2 v0.10.6 |
1735 | 2024-07-11T15:59:23.627Z | Checking linked-hash-map v0.5.6 |
1736 | 2024-07-11T15:59:23.663Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1737 | 2024-07-11T15:59:23.783Z | Checking mockall v0.12.1 |
1738 | 2024-07-11T15:59:23.808Z | Compiling prettyplease v0.2.20 |
1739 | 2024-07-11T15:59:23.917Z | Checking argon2 v0.5.3 |
1740 | 2024-07-11T15:59:23.945Z | Checking lru-cache v0.1.2 |
1741 | 2024-07-11T15:59:23.945Z | Checking swrite v0.1.0 |
1742 | 2024-07-11T15:59:23.987Z | Compiling derive_more v0.99.18 |
1743 | 2024-07-11T15:59:24.014Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1744 | 2024-07-11T15:59:24.347Z | Compiling rayon-core v1.12.1 |
1745 | 2024-07-11T15:59:24.515Z | Checking resolv-conf v0.7.0 |
1746 | 2024-07-11T15:59:24.544Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1747 | 2024-07-11T15:59:24.629Z | Checking half v2.4.1 |
1748 | 2024-07-11T15:59:24.836Z | Checking trust-dns-resolver v0.22.0 |
1749 | 2024-07-11T15:59:24.867Z | Checking ciborium-io v0.2.2 |
1750 | 2024-07-11T15:59:24.961Z | Compiling semver v0.1.20 |
1751 | 2024-07-11T15:59:24.986Z | Compiling cancel-safe-futures v0.1.5 |
1752 | 2024-07-11T15:59:25.075Z | Checking ciborium-ll v0.2.2 |
1753 | 2024-07-11T15:59:25.295Z | Compiling rustc_version v0.1.7 |
1754 | 2024-07-11T15:59:25.344Z | Checking ciborium v0.2.2 |
1755 | 2024-07-11T15:59:25.761Z | Compiling newtype_derive v0.1.6 |
1756 | 2024-07-11T15:59:26.008Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1757 | 2024-07-11T15:59:26.559Z | Checking num-rational v0.4.2 |
1758 | 2024-07-11T15:59:26.709Z | Checking num-complex v0.4.6 |
1759 | 2024-07-11T15:59:26.950Z | Compiling slog-dtrace v0.3.0 |
1760 | 2024-07-11T15:59:27.261Z | Checking signature v2.2.0 |
1761 | 2024-07-11T15:59:27.286Z | Checking float-ord v0.3.2 |
1762 | 2024-07-11T15:59:27.443Z | Checking steno v0.4.1 |
1763 | 2024-07-11T15:59:27.500Z | Checking num v0.4.3 |
1764 | 2024-07-11T15:59:28.734Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1765 | 2024-07-11T15:59:28.990Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1766 | 2024-07-11T15:59:29.288Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1767 | 2024-07-11T15:59:30.327Z | Checking libsw v3.3.1 |
1768 | 2024-07-11T15:59:30.792Z | Checking linear-map v1.2.0 |
1769 | 2024-07-11T15:59:30.819Z | Checking owo-colors v4.0.0 |
1770 | 2024-07-11T15:59:32.337Z | Checking nibble_vec v0.1.0 |
1771 | 2024-07-11T15:59:32.390Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1772 | 2024-07-11T15:59:32.516Z | Checking endian-type v0.1.2 |
1773 | 2024-07-11T15:59:32.718Z | Checking radix_trie v0.2.1 |
1774 | 2024-07-11T15:59:33.089Z | Checking fxhash v0.2.1 |
1775 | 2024-07-11T15:59:33.138Z | Checking display-error-chain v0.2.0 |
1776 | 2024-07-11T15:59:33.163Z | Compiling home v0.5.9 |
1777 | 2024-07-11T15:59:33.259Z | Compiling radium v0.7.0 |
1778 | 2024-07-11T15:59:33.288Z | Compiling maybe-uninit v2.0.0 |
1779 | 2024-07-11T15:59:33.420Z | Checking tap v1.0.1 |
1780 | 2024-07-11T15:59:33.577Z | Checking wyz v0.5.1 |
1781 | 2024-07-11T15:59:33.791Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1782 | 2024-07-11T15:59:33.928Z | Compiling num-bigint-dig v0.8.4 |
1783 | 2024-07-11T15:59:34.028Z | Checking funty v2.0.0 |
1784 | 2024-07-11T15:59:34.196Z | Compiling packed_struct v0.10.1 |
1785 | 2024-07-11T15:59:34.221Z | Checking crc-catalog v2.4.0 |
1786 | 2024-07-11T15:59:34.360Z | Checking crc v3.2.1 |
1787 | 2024-07-11T15:59:34.742Z | Compiling packed_struct_codegen v0.10.1 |
1788 | 2024-07-11T15:59:34.783Z | Compiling indexmap v1.9.3 |
1789 | 2024-07-11T15:59:34.857Z | Checking bitvec v1.0.1 |
1790 | 2024-07-11T15:59:35.037Z | Checking nodrop v0.1.14 |
1791 | 2024-07-11T15:59:35.154Z | Checking array-init v0.0.4 |
1792 | 2024-07-11T15:59:35.445Z | Checking smallvec v0.6.14 |
1793 | 2024-07-11T15:59:36.006Z | Checking pkcs1 v0.7.5 |
1794 | 2024-07-11T15:59:36.110Z | Compiling blake3 v1.5.1 |
1795 | 2024-07-11T15:59:36.376Z | Compiling ring v0.16.20 |
1796 | 2024-07-11T15:59:36.671Z | Checking bitfield v0.14.0 |
1797 | 2024-07-11T15:59:36.918Z | Checking hashbrown v0.12.3 |
1798 | 2024-07-11T15:59:37.195Z | Checking serde-hex v0.1.0 |
1799 | 2024-07-11T15:59:37.328Z | Checking bzip2 v0.4.4 |
1800 | 2024-07-11T15:59:37.599Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1801 | 2024-07-11T15:59:37.663Z | Checking rsa v0.9.6 |
1802 | 2024-07-11T15:59:37.878Z | Checking env_logger v0.10.2 |
1803 | 2024-07-11T15:59:38.268Z | Checking x509-cert v0.2.5 |
1804 | 2024-07-11T15:59:38.513Z | Checking ron v0.8.1 |
1805 | 2024-07-11T15:59:38.553Z | Checking hashbrown v0.13.2 |
1806 | 2024-07-11T15:59:39.441Z | Checking crc-any v2.5.0 |
1807 | 2024-07-11T15:59:39.565Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1808 | 2024-07-11T15:59:39.597Z | Checking object v0.30.4 |
1809 | 2024-07-11T15:59:39.622Z | Checking zip v0.6.6 |
1810 | 2024-07-11T15:59:39.769Z | Checking path-slash v0.1.5 |
1811 | 2024-07-11T15:59:39.831Z | Compiling async-recursion v1.1.1 |
1812 | 2024-07-11T15:59:39.894Z | Checking gethostname v0.4.3 |
1813 | 2024-07-11T15:59:39.918Z | Compiling libefi-sys v0.1.0 |
1814 | 2024-07-11T15:59:40.032Z | Checking maplit v1.0.2 |
1815 | 2024-07-11T15:59:40.152Z | Compiling parking_lot_core v0.8.6 |
1816 | 2024-07-11T15:59:40.206Z | Compiling bitfield-struct v0.6.1 |
1817 | 2024-07-11T15:59:40.230Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1818 | 2024-07-11T15:59:40.379Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1819 | 2024-07-11T15:59:40.662Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1820 | 2024-07-11T15:59:40.857Z | Compiling crossbeam-deque v0.8.5 |
1821 | 2024-07-11T15:59:41.128Z | Checking keccak v0.1.5 |
1822 | 2024-07-11T15:59:41.204Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1823 | 2024-07-11T15:59:41.431Z | Checking sha3 v0.10.8 |
1824 | 2024-07-11T15:59:41.492Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1825 | 2024-07-11T15:59:41.982Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-07-11T15:59:42.015Z | Checking parking_lot v0.11.2 |
1827 | 2024-07-11T15:59:42.104Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1828 | 2024-07-11T15:59:42.206Z | Checking trust-dns-client v0.22.0 |
1829 | 2024-07-11T15:59:42.317Z | Checking toml v0.5.11 |
1830 | 2024-07-11T15:59:42.345Z | Checking secrecy v0.8.0 |
1831 | 2024-07-11T15:59:42.396Z | Checking sled v0.34.7 |
1832 | 2024-07-11T15:59:42.531Z | Compiling rayon v1.10.0 |
1833 | 2024-07-11T15:59:43.210Z | Compiling memmap2 v0.9.4 |
1834 | 2024-07-11T15:59:43.247Z | Compiling arrayvec v0.7.4 |
1835 | 2024-07-11T15:59:43.579Z | Checking trust-dns-server v0.22.1 |
1836 | 2024-07-11T15:59:43.605Z | Compiling untrusted v0.7.1 |
1837 | 2024-07-11T15:59:43.630Z | Compiling spin v0.5.2 |
1838 | 2024-07-11T15:59:43.782Z | Compiling buf-list v1.0.3 |
1839 | 2024-07-11T15:59:43.840Z | Compiling constant_time_eq v0.3.0 |
1840 | 2024-07-11T15:59:44.015Z | Compiling arrayref v0.3.7 |
1841 | 2024-07-11T15:59:44.835Z | Compiling toolchain_find v0.4.0 |
1842 | 2024-07-11T15:59:44.861Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1843 | 2024-07-11T15:59:45.053Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1844 | 2024-07-11T15:59:45.080Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1845 | 2024-07-11T15:59:45.429Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1846 | 2024-07-11T15:59:45.775Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1847 | 2024-07-11T15:59:47.095Z | Compiling topological-sort v0.2.2 |
1848 | 2024-07-11T15:59:47.284Z | Compiling omicron-zone-package v0.11.0 |
1849 | 2024-07-11T15:59:47.444Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1850 | 2024-07-11T15:59:48.021Z | Compiling rustfmt-wrapper v0.2.1 |
1851 | 2024-07-11T15:59:48.617Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1852 | 2024-07-11T15:59:48.793Z | Checking glob v0.3.1 |
1853 | 2024-07-11T15:59:49.000Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1854 | 2024-07-11T15:59:49.075Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1855 | 2024-07-11T15:59:49.134Z | Compiling curve25519-dalek v4.1.3 |
1856 | 2024-07-11T15:59:49.648Z | Checking universal-hash v0.5.1 |
1857 | 2024-07-11T15:59:49.830Z | Checking opaque-debug v0.3.1 |
1858 | 2024-07-11T15:59:49.954Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1859 | 2024-07-11T15:59:50.023Z | Compiling curve25519-dalek-derive v0.1.1 |
1860 | 2024-07-11T15:59:50.408Z | Checking aead v0.5.2 |
1861 | 2024-07-11T15:59:50.880Z | Compiling pin-project-internal v1.1.5 |
1862 | 2024-07-11T15:59:51.194Z | Compiling vte_generate_state_changes v0.1.1 |
1863 | 2024-07-11T15:59:51.639Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1864 | 2024-07-11T15:59:51.784Z | Compiling unicase v2.7.0 |
1865 | 2024-07-11T15:59:52.218Z | Checking vte v0.11.1 |
1866 | 2024-07-11T15:59:52.245Z | Checking poly1305 v0.8.0 |
1867 | 2024-07-11T15:59:52.672Z | Checking chacha20 v0.9.1 |
1868 | 2024-07-11T15:59:52.873Z | Checking fd-lock v4.0.2 |
1869 | 2024-07-11T15:59:52.948Z | Compiling thiserror-impl-no-std v2.0.2 |
1870 | 2024-07-11T15:59:52.972Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1871 | 2024-07-11T15:59:53.022Z | Checking nanorand v0.7.0 |
1872 | 2024-07-11T15:59:53.060Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1873 | 2024-07-11T15:59:53.304Z | Checking kstat-rs v0.2.4 |
1874 | 2024-07-11T15:59:53.341Z | Checking strip-ansi-escapes v0.2.0 |
1875 | 2024-07-11T15:59:53.365Z | Checking flume v0.11.0 |
1876 | 2024-07-11T15:59:53.485Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1877 | 2024-07-11T15:59:53.611Z | Checking pin-project v1.1.5 |
1878 | 2024-07-11T15:59:53.636Z | Checking nu-ansi-term v0.50.0 |
1879 | 2024-07-11T15:59:53.799Z | Checking chacha20poly1305 v0.10.1 |
1880 | 2024-07-11T15:59:53.823Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1881 | 2024-07-11T15:59:53.983Z | Compiling crunchy v0.2.2 |
1882 | 2024-07-11T15:59:54.022Z | Checking reedline v0.31.0 |
1883 | 2024-07-11T15:59:54.202Z | Compiling mime_guess v2.0.4 |
1884 | 2024-07-11T15:59:54.429Z | Compiling clang-sys v1.7.0 |
1885 | 2024-07-11T15:59:54.716Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1886 | 2024-07-11T15:59:55.045Z | Compiling tiny-keccak v2.0.2 |
1887 | 2024-07-11T15:59:55.486Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1888 | 2024-07-11T15:59:55.643Z | Compiling memoffset v0.9.1 |
1889 | 2024-07-11T15:59:55.724Z | Compiling ref-cast v1.0.23 |
1890 | 2024-07-11T15:59:55.794Z | Checking thiserror-no-std v2.0.2 |
1891 | 2024-07-11T15:59:55.900Z | Checking bytecount v0.6.8 |
1892 | 2024-07-11T15:59:55.924Z | Checking vsss-rs v3.3.4 |
1893 | 2024-07-11T15:59:56.053Z | Checking papergrid v0.11.0 |
1894 | 2024-07-11T15:59:56.856Z | Compiling ascii-canvas v3.0.0 |
1895 | 2024-07-11T15:59:57.007Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1896 | 2024-07-11T15:59:57.254Z | Compiling tabled_derive v0.7.0 |
1897 | 2024-07-11T15:59:57.360Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1898 | 2024-07-11T15:59:57.616Z | Compiling ref-cast-impl v1.0.23 |
1899 | 2024-07-11T15:59:57.647Z | Compiling snafu-derive v0.8.2 |
1900 | 2024-07-11T15:59:58.626Z | Compiling ena v0.14.3 |
1901 | 2024-07-11T15:59:58.775Z | Compiling libloading v0.8.3 |
1902 | 2024-07-11T15:59:58.839Z | Compiling cfg_aliases v0.1.1 |
1903 | 2024-07-11T15:59:58.959Z | Compiling regex-syntax v0.6.29 |
1904 | 2024-07-11T15:59:59.041Z | Checking http-range v0.1.5 |
1905 | 2024-07-11T15:59:59.234Z | Compiling bindgen v0.69.4 |
1906 | 2024-07-11T15:59:59.260Z | Compiling diff v0.1.13 |
1907 | 2024-07-11T15:59:59.682Z | Checking tabled v0.15.0 |
1908 | 2024-07-11T15:59:59.955Z | Checking hyper-staticfile v0.9.5 |
1909 | 2024-07-11T16:00:00.373Z | Compiling nix v0.28.0 |
1910 | 2024-07-11T16:00:00.641Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1911 | 2024-07-11T16:00:01.102Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1912 | 2024-07-11T16:00:02.344Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1913 | 2024-07-11T16:00:02.938Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1914 | 2024-07-11T16:00:03.300Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1915 | 2024-07-11T16:00:05.020Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1916 | 2024-07-11T16:00:05.717Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1917 | 2024-07-11T16:00:06.464Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1918 | 2024-07-11T16:00:07.126Z | Checking snafu v0.8.2 |
1919 | 2024-07-11T16:00:07.570Z | Compiling lalrpop v0.19.12 |
1920 | 2024-07-11T16:00:07.639Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1921 | 2024-07-11T16:00:08.778Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1922 | 2024-07-11T16:00:09.657Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1923 | 2024-07-11T16:00:11.207Z | Compiling which v4.4.2 |
1924 | 2024-07-11T16:00:11.776Z | Checking globset v0.4.14 |
1925 | 2024-07-11T16:00:12.221Z | Checking olpc-cjson v0.1.3 |
1926 | 2024-07-11T16:00:12.317Z | Compiling cexpr v0.6.0 |
1927 | 2024-07-11T16:00:12.428Z | Checking serde_plain v1.0.2 |
1928 | 2024-07-11T16:00:12.663Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1929 | 2024-07-11T16:00:12.935Z | Compiling rustc-hash v1.1.0 |
1930 | 2024-07-11T16:00:13.027Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1931 | 2024-07-11T16:00:13.094Z | Checking signature v1.6.4 |
1932 | 2024-07-11T16:00:13.119Z | Compiling shlex v1.3.0 |
1933 | 2024-07-11T16:00:13.232Z | Checking typed-path v0.7.1 |
1934 | 2024-07-11T16:00:13.512Z | Compiling lazycell v1.3.0 |
1935 | 2024-07-11T16:00:13.664Z | Compiling salty v0.2.0 |
1936 | 2024-07-11T16:00:14.142Z | Checking ed25519 v1.5.3 |
1937 | 2024-07-11T16:00:14.380Z | Checking nix v0.27.1 |
1938 | 2024-07-11T16:00:14.887Z | Checking tough v0.17.1 |
1939 | 2024-07-11T16:00:15.065Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1940 | 2024-07-11T16:00:16.143Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1941 | 2024-07-11T16:00:16.884Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1942 | 2024-07-11T16:00:17.594Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1943 | 2024-07-11T16:00:18.309Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1944 | 2024-07-11T16:00:18.921Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1945 | 2024-07-11T16:00:19.054Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1946 | 2024-07-11T16:00:19.296Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1947 | 2024-07-11T16:00:19.338Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1948 | 2024-07-11T16:00:19.420Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1949 | 2024-07-11T16:00:19.553Z | Compiling derive_builder_core v0.20.0 |
1950 | 2024-07-11T16:00:19.806Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1951 | 2024-07-11T16:00:21.484Z | Checking serde-big-array v0.5.1 |
1952 | 2024-07-11T16:00:21.696Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1953 | 2024-07-11T16:00:21.720Z | Compiling libxml v0.3.3 |
1954 | 2024-07-11T16:00:21.978Z | Checking parse-size v1.0.0 |
1955 | 2024-07-11T16:00:22.004Z | Compiling derive_builder_macro v0.20.0 |
1956 | 2024-07-11T16:00:22.459Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1957 | 2024-07-11T16:00:22.729Z | Checking signal-hook-tokio v0.3.1 |
1958 | 2024-07-11T16:00:22.759Z | Compiling peg-macros v0.8.3 |
1959 | 2024-07-11T16:00:22.786Z | Checking serde-big-array v0.4.1 |
1960 | 2024-07-11T16:00:22.915Z | Compiling strum_macros v0.24.3 |
1961 | 2024-07-11T16:00:22.944Z | Compiling sqlparser_derive v0.2.2 |
1962 | 2024-07-11T16:00:23.850Z | Compiling cookie v0.18.1 |
1963 | 2024-07-11T16:00:24.092Z | Compiling indoc v1.0.9 |
1964 | 2024-07-11T16:00:24.116Z | Checking unicode_categories v0.1.1 |
1965 | 2024-07-11T16:00:24.387Z | Checking sqlformat v0.2.3 |
1966 | 2024-07-11T16:00:24.411Z | Checking rustyline v14.0.0 |
1967 | 2024-07-11T16:00:25.099Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1968 | 2024-07-11T16:00:25.848Z | Checking sqlparser v0.45.0 |
1969 | 2024-07-11T16:00:25.900Z | Checking peg v0.8.3 |
1970 | 2024-07-11T16:00:26.013Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1971 | 2024-07-11T16:00:26.107Z | Checking derive_builder v0.20.0 |
1972 | 2024-07-11T16:00:26.286Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1973 | 2024-07-11T16:00:28.317Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1974 | 2024-07-11T16:00:28.357Z | Checking bcs v0.1.6 |
1975 | 2024-07-11T16:00:28.495Z | Checking quick-xml v0.31.0 |
1976 | 2024-07-11T16:00:28.583Z | Compiling impl-trait-for-tuples v0.2.2 |
1977 | 2024-07-11T16:00:28.784Z | Compiling oso-derive v0.27.3 |
1978 | 2024-07-11T16:00:29.723Z | Checking heck v0.4.1 |
1979 | 2024-07-11T16:00:29.917Z | Checking corncobs v0.1.3 |
1980 | 2024-07-11T16:00:30.095Z | Checking highway v1.1.0 |
1981 | 2024-07-11T16:00:30.261Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1982 | 2024-07-11T16:00:30.430Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1983 | 2024-07-11T16:00:30.809Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1984 | 2024-07-11T16:00:30.881Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1985 | 2024-07-11T16:00:31.713Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1986 | 2024-07-11T16:00:32.039Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1987 | 2024-07-11T16:00:32.287Z | Compiling const_format_proc_macros v0.2.32 |
1988 | 2024-07-11T16:00:32.381Z | Checking bb8 v0.8.5 |
1989 | 2024-07-11T16:00:32.799Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1990 | 2024-07-11T16:00:33.653Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1991 | 2024-07-11T16:00:33.679Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1992 | 2024-07-11T16:00:34.268Z | Checking const_format v0.2.32 |
1993 | 2024-07-11T16:00:34.701Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1994 | 2024-07-11T16:00:35.751Z | Checking assert_matches v1.5.0 |
1995 | 2024-07-11T16:00:35.857Z | Compiling portable-atomic v1.6.0 |
1996 | 2024-07-11T16:00:36.237Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1997 | 2024-07-11T16:00:37.006Z | Checking rand_seeder v0.2.3 |
1998 | 2024-07-11T16:00:37.216Z | Checking number_prefix v0.4.0 |
1999 | 2024-07-11T16:00:37.388Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2000 | 2024-07-11T16:00:37.744Z | Checking indicatif v0.17.8 |
2001 | 2024-07-11T16:00:37.887Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2002 | 2024-07-11T16:00:37.983Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2003 | 2024-07-11T16:00:38.134Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2004 | 2024-07-11T16:00:38.493Z | Checking castaway v0.2.2 |
2005 | 2024-07-11T16:00:38.675Z | Checking compact_str v0.7.1 |
2006 | 2024-07-11T16:00:39.193Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2007 | 2024-07-11T16:00:39.451Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2008 | 2024-07-11T16:00:39.475Z | Checking unicode-truncate v1.0.0 |
2009 | 2024-07-11T16:00:39.499Z | Checking itertools v0.13.0 |
2010 | 2024-07-11T16:00:39.589Z | Checking lru v0.12.3 |
2011 | 2024-07-11T16:00:39.634Z | Compiling stability v0.2.0 |
2012 | 2024-07-11T16:00:39.874Z | Checking cassowary v0.3.0 |
2013 | 2024-07-11T16:00:40.321Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2014 | 2024-07-11T16:00:40.515Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2015 | 2024-07-11T16:00:41.460Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2016 | 2024-07-11T16:00:41.781Z | Checking ratatui v0.27.0 |
2017 | 2024-07-11T16:00:41.805Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2018 | 2024-07-11T16:00:42.495Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2019 | 2024-07-11T16:00:42.813Z | Checking unicode-linebreak v0.1.5 |
2020 | 2024-07-11T16:00:42.874Z | Checking smawk v0.3.2 |
2021 | 2024-07-11T16:00:43.067Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2022 | 2024-07-11T16:00:43.170Z | Checking textwrap v0.16.1 |
2023 | 2024-07-11T16:00:43.315Z | Checking is_ci v1.2.0 |
2024 | 2024-07-11T16:00:43.442Z | Checking supports-color v3.0.0 |
2025 | 2024-07-11T16:00:43.555Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2026 | 2024-07-11T16:00:43.616Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2027 | 2024-07-11T16:00:44.335Z | Checking fatfs v0.3.6 |
2028 | 2024-07-11T16:00:44.591Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2029 | 2024-07-11T16:00:45.097Z | Checking shell-words v1.1.0 |
2030 | 2024-07-11T16:00:45.234Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2031 | 2024-07-11T16:00:45.282Z | Checking cargo-platform v0.1.8 |
2032 | 2024-07-11T16:00:45.544Z | Checking rtoolbox v0.0.2 |
2033 | 2024-07-11T16:00:45.731Z | Compiling getrandom v0.1.16 |
2034 | 2024-07-11T16:00:46.381Z | Checking rpassword v7.3.1 |
2035 | 2024-07-11T16:00:46.523Z | Checking cargo_metadata v0.18.1 |
2036 | 2024-07-11T16:00:46.844Z | Checking tui-tree-widget v0.21.0 |
2037 | 2024-07-11T16:00:47.352Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2038 | 2024-07-11T16:00:47.935Z | Checking rfc6979 v0.4.0 |
2039 | 2024-07-11T16:00:48.445Z | Checking ecdsa v0.16.9 |
2040 | 2024-07-11T16:00:48.528Z | Checking rand_core v0.5.1 |
2041 | 2024-07-11T16:00:48.811Z | Checking primeorder v0.13.6 |
2042 | 2024-07-11T16:00:49.075Z | Checking option-ext v0.2.0 |
2043 | 2024-07-11T16:00:49.200Z | Checking yansi v0.5.1 |
2044 | 2024-07-11T16:00:49.449Z | Checking dirs-sys v0.4.1 |
2045 | 2024-07-11T16:00:49.486Z | Checking pretty_assertions v1.4.0 |
2046 | 2024-07-11T16:00:49.625Z | Checking rand_chacha v0.2.2 |
2047 | 2024-07-11T16:00:49.675Z | Checking polyval v0.6.2 |
2048 | 2024-07-11T16:00:49.929Z | Checking ed25519 v2.2.3 |
2049 | 2024-07-11T16:00:49.953Z | Checking aes v0.8.4 |
2050 | 2024-07-11T16:00:50.152Z | Checking ctr v0.9.2 |
2051 | 2024-07-11T16:00:50.413Z | Checking blowfish v0.9.1 |
2052 | 2024-07-11T16:00:50.633Z | Checking password-hash v0.4.2 |
2053 | 2024-07-11T16:00:50.699Z | Checking pbkdf2 v0.12.2 |
2054 | 2024-07-11T16:00:50.858Z | Checking hex-literal v0.4.1 |
2055 | 2024-07-11T16:00:50.981Z | Checking plotters-backend v0.3.5 |
2056 | 2024-07-11T16:00:51.021Z | Checking pbkdf2 v0.11.0 |
2057 | 2024-07-11T16:00:51.307Z | Checking bcrypt-pbkdf v0.10.0 |
2058 | 2024-07-11T16:00:51.332Z | Checking plotters-svg v0.3.5 |
2059 | 2024-07-11T16:00:51.533Z | Checking ed25519-dalek v2.1.1 |
2060 | 2024-07-11T16:00:51.557Z | Checking rand v0.7.3 |
2061 | 2024-07-11T16:00:51.847Z | Checking ghash v0.5.1 |
2062 | 2024-07-11T16:00:52.012Z | Checking dirs v5.0.1 |
2063 | 2024-07-11T16:00:52.036Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2064 | 2024-07-11T16:00:52.147Z | Checking p521 v0.13.3 |
2065 | 2024-07-11T16:00:52.815Z | Checking p256 v0.13.2 |
2066 | 2024-07-11T16:00:53.264Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2067 | 2024-07-11T16:00:53.302Z | Checking cbc v0.1.2 |
2068 | 2024-07-11T16:00:53.515Z | Checking russh-cryptovec v0.7.2 |
2069 | 2024-07-11T16:00:53.708Z | Compiling doc-comment v0.3.3 |
2070 | 2024-07-11T16:00:54.255Z | Checking cast v0.3.0 |
2071 | 2024-07-11T16:00:54.567Z | Compiling target-lexicon v0.12.14 |
2072 | 2024-07-11T16:00:54.610Z | Checking md5 v0.7.0 |
2073 | 2024-07-11T16:00:54.898Z | Checking russh-keys v0.43.0 |
2074 | 2024-07-11T16:00:55.575Z | Checking criterion-plot v0.5.0 |
2075 | 2024-07-11T16:00:56.072Z | Checking aes-gcm v0.10.3 |
2076 | 2024-07-11T16:00:56.221Z | Checking plotters v0.3.5 |
2077 | 2024-07-11T16:00:56.341Z | Checking http-body v1.0.0 |
2078 | 2024-07-11T16:00:56.562Z | Checking tinytemplate v1.2.1 |
2079 | 2024-07-11T16:00:56.939Z | Checking csv-core v0.1.11 |
2080 | 2024-07-11T16:00:57.270Z | Checking regex-automata v0.1.10 |
2081 | 2024-07-11T16:00:57.658Z | Compiling guppy-workspace-hack v0.1.0 |
2082 | 2024-07-11T16:00:57.856Z | Checking oorandom v11.1.3 |
2083 | 2024-07-11T16:00:57.960Z | Compiling dhcproto-macros v0.1.0 |
2084 | 2024-07-11T16:00:58.037Z | Checking anes v0.1.6 |
2085 | 2024-07-11T16:00:58.192Z | Checking tower-layer v0.3.2 |
2086 | 2024-07-11T16:00:58.395Z | Compiling assert_cmd v2.0.14 |
2087 | 2024-07-11T16:00:58.452Z | Checking tower v0.4.13 |
2088 | 2024-07-11T16:00:58.784Z | Checking criterion v0.5.1 |
2089 | 2024-07-11T16:00:58.840Z | Checking dhcproto v0.11.0 |
2090 | 2024-07-11T16:00:59.150Z | Checking bstr v0.2.17 |
2091 | 2024-07-11T16:00:59.867Z | Checking csv v1.3.0 |
2092 | 2024-07-11T16:01:00.041Z | Checking hyper v1.3.1 |
2093 | 2024-07-11T16:01:00.602Z | Checking russh v0.43.0 |
2094 | 2024-07-11T16:01:01.193Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2095 | 2024-07-11T16:01:01.573Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2096 | 2024-07-11T16:01:02.187Z | Checking internet-checksum v0.2.1 |
2097 | 2024-07-11T16:01:02.223Z | Compiling target-spec v3.1.0 |
2098 | 2024-07-11T16:01:03.304Z | Checking cfg-expr v0.15.8 |
2099 | 2024-07-11T16:01:03.982Z | Checking hyper-util v0.1.3 |
2100 | 2024-07-11T16:01:04.087Z | Checking httptest v0.15.5 |
2101 | 2024-07-11T16:01:04.447Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2102 | 2024-07-11T16:01:04.734Z | Checking rustls-native-certs v0.7.0 |
2103 | 2024-07-11T16:01:05.277Z | Checking hyper-rustls v0.26.0 |
2104 | 2024-07-11T16:01:05.915Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2105 | 2024-07-11T16:01:06.174Z | Checking pathdiff v0.2.1 |
2106 | 2024-07-11T16:01:06.326Z | Checking threadpool v1.8.1 |
2107 | 2024-07-11T16:01:06.550Z | Checking escape8259 v0.5.2 |
2108 | 2024-07-11T16:01:06.600Z | Checking nested v0.1.1 |
2109 | 2024-07-11T16:01:06.731Z | Checking libtest-mimic v0.7.3 |
2110 | 2024-07-11T16:01:06.803Z | Checking guppy v0.17.5 |
2111 | 2024-07-11T16:01:07.170Z | Checking similar-asserts v1.5.0 |
2112 | 2024-07-11T16:01:07.375Z | Checking fancy-regex v0.13.0 |
2113 | 2024-07-11T16:01:08.044Z | Compiling rstest_macros v0.19.0 |
2114 | 2024-07-11T16:01:08.314Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2115 | 2024-07-11T16:01:08.606Z | Checking datatest-stable v0.2.9 |
2116 | 2024-07-11T16:01:08.677Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2117 | 2024-07-11T16:01:08.886Z | Checking blake2b_simd v1.0.2 |
2118 | 2024-07-11T16:01:09.615Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2119 | 2024-07-11T16:01:09.833Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2120 | 2024-07-11T16:01:09.877Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2121 | 2024-07-11T16:01:10.263Z | Compiling trybuild v1.0.96 |
2122 | 2024-07-11T16:01:10.468Z | Compiling relative-path v1.9.3 |
2123 | 2024-07-11T16:01:10.785Z | Checking rust-argon2 v2.1.0 |
2124 | 2024-07-11T16:01:11.166Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2125 | 2024-07-11T16:01:12.560Z | Checking multimap v0.10.0 |
2126 | 2024-07-11T16:01:12.877Z | Checking futures-timer v3.0.3 |
2127 | 2024-07-11T16:01:14.321Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2128 | 2024-07-11T16:01:15.090Z | Checking partial-io v0.5.4 |
2129 | 2024-07-11T16:01:15.428Z | Checking cargo_toml v0.20.3 |
2130 | 2024-07-11T16:01:17.085Z | Checking rand_distr v0.4.3 |
2131 | 2024-07-11T16:01:17.775Z | Checking approx v0.5.1 |
2132 | 2024-07-11T16:01:17.986Z | Checking uzers v0.11.3 |
2133 | 2024-07-11T16:01:18.284Z | Checking termios v0.3.3 |
2134 | 2024-07-11T16:01:18.479Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2135 | 2024-07-11T16:01:19.276Z | Checking rstest v0.19.0 |
2136 | 2024-07-11T16:01:21.006Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2137 | 2024-07-11T16:01:22.598Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2138 | 2024-07-11T16:01:23.387Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2139 | 2024-07-11T16:01:30.448Z | Compiling samael v0.0.15 |
2140 | 2024-07-11T16:01:33.309Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2141 | 2024-07-11T16:01:56.414Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2142 | 2024-07-11T16:01:58.357Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2143 | 2024-07-11T16:02:05.030Z | Compiling polar-core v0.27.3 |
2144 | 2024-07-11T16:02:14.923Z | Checking oso v0.27.3 |
2145 | 2024-07-11T16:02:57.994Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2146 | 2024-07-11T16:02:57.994Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2147 | 2024-07-11T16:02:58.018Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2148 | 2024-07-11T16:04:41.267Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 13s |
2149 | 2024-07-11T16:04:41.621Z | |
2150 | 2024-07-11T16:04:41.621Z | real 7:25.210046222 |
2151 | 2024-07-11T16:04:41.621Z | user 36:07.325467648 |
2152 | 2024-07-11T16:04:41.622Z | sys 6:31.614888565 |
2153 | 2024-07-11T16:04:41.622Z | trap 1.136068231 |
2154 | 2024-07-11T16:04:41.647Z | tflt 0.535994415 |
2155 | 2024-07-11T16:04:41.647Z | dflt 0.691441125 |
2156 | 2024-07-11T16:04:41.647Z | kflt 0.005303395 |
2157 | 2024-07-11T16:04:41.647Z | lock 1:51:57.863175785 |
2158 | 2024-07-11T16:04:41.647Z | slp 1:56:22.801524721 |
2159 | 2024-07-11T16:04:41.647Z | lat 1:50.481082993 |
2160 | 2024-07-11T16:04:41.647Z | stop 5:50.683695442 |
2161 | 2024-07-11T16:04:41.647Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2162 | 2024-07-11T16:04:41.647Z | + ptime -m cargo doc --workspace --no-deps |
2163 | 2024-07-11T16:04:43.043Z | warning: output filename collision. |
2164 | 2024-07-11T16:04:43.043Z | 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)`. |
2165 | 2024-07-11T16:04:43.043Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2166 | 2024-07-11T16:04:43.043Z | The targets should have unique names. |
2167 | 2024-07-11T16:04:43.043Z | This is a known bug where multiple crates with the same name use |
2168 | 2024-07-11T16:04:43.043Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2169 | 2024-07-11T16:04:43.708Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2170 | 2024-07-11T16:04:43.739Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2171 | 2024-07-11T16:04:43.789Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2172 | 2024-07-11T16:04:43.835Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2173 | 2024-07-11T16:04:43.860Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2174 | 2024-07-11T16:04:43.860Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2175 | 2024-07-11T16:04:44.002Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2176 | 2024-07-11T16:04:44.118Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2177 | 2024-07-11T16:04:44.143Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2178 | 2024-07-11T16:04:44.167Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2179 | 2024-07-11T16:04:44.195Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2180 | 2024-07-11T16:04:44.384Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2181 | 2024-07-11T16:04:44.427Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2182 | 2024-07-11T16:04:44.698Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2183 | 2024-07-11T16:04:44.847Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2184 | 2024-07-11T16:04:45.672Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2185 | 2024-07-11T16:04:47.605Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2186 | 2024-07-11T16:04:47.798Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2187 | 2024-07-11T16:04:47.832Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2188 | 2024-07-11T16:04:48.068Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2189 | 2024-07-11T16:04:48.196Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2190 | 2024-07-11T16:04:48.339Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2191 | 2024-07-11T16:04:48.478Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2192 | 2024-07-11T16:04:48.749Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2193 | 2024-07-11T16:04:49.785Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2194 | 2024-07-11T16:04:50.043Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2195 | 2024-07-11T16:04:50.089Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2196 | 2024-07-11T16:04:50.224Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2197 | 2024-07-11T16:04:50.364Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2198 | 2024-07-11T16:04:50.514Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2199 | 2024-07-11T16:04:50.796Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2200 | 2024-07-11T16:04:51.048Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2201 | 2024-07-11T16:04:51.285Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2202 | 2024-07-11T16:04:51.547Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2203 | 2024-07-11T16:04:52.621Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2204 | 2024-07-11T16:04:53.960Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2205 | 2024-07-11T16:04:54.084Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2206 | 2024-07-11T16:04:54.992Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2207 | 2024-07-11T16:04:55.899Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2208 | 2024-07-11T16:04:56.347Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2209 | 2024-07-11T16:04:56.569Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2210 | 2024-07-11T16:04:57.094Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2211 | 2024-07-11T16:05:01.294Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2212 | 2024-07-11T16:05:01.472Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2213 | 2024-07-11T16:05:01.472Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2214 | 2024-07-11T16:05:01.472Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2215 | 2024-07-11T16:05:01.472Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2216 | 2024-07-11T16:05:01.472Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2217 | 2024-07-11T16:05:01.570Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2218 | 2024-07-11T16:05:01.570Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2219 | 2024-07-11T16:05:01.570Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2220 | 2024-07-11T16:05:01.570Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2221 | 2024-07-11T16:05:02.011Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2222 | 2024-07-11T16:05:02.989Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2223 | 2024-07-11T16:05:03.367Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-07-11T16:05:03.416Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2225 | 2024-07-11T16:05:03.746Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2226 | 2024-07-11T16:05:03.927Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2227 | 2024-07-11T16:05:05.601Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2228 | 2024-07-11T16:05:05.881Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2229 | 2024-07-11T16:05:10.644Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2230 | 2024-07-11T16:05:10.691Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2231 | 2024-07-11T16:05:10.691Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2232 | 2024-07-11T16:05:10.691Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2024-07-11T16:05:10.716Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2234 | 2024-07-11T16:05:10.716Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2024-07-11T16:05:10.716Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2236 | 2024-07-11T16:05:10.716Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2237 | 2024-07-11T16:05:11.679Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2238 | 2024-07-11T16:05:13.758Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2239 | 2024-07-11T16:05:16.459Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2240 | 2024-07-11T16:05:16.572Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2241 | 2024-07-11T16:05:16.986Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2242 | 2024-07-11T16:05:17.267Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2243 | 2024-07-11T16:05:17.861Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2244 | 2024-07-11T16:05:17.965Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2245 | 2024-07-11T16:05:21.174Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2246 | 2024-07-11T16:05:22.081Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2247 | 2024-07-11T16:05:23.563Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2248 | 2024-07-11T16:05:25.307Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2249 | 2024-07-11T16:05:27.520Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2250 | 2024-07-11T16:05:35.229Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2251 | 2024-07-11T16:05:42.777Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2252 | 2024-07-11T16:05:47.602Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2253 | 2024-07-11T16:05:50.607Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2254 | 2024-07-11T16:05:55.513Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2255 | 2024-07-11T16:06:00.328Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2256 | 2024-07-11T16:06:03.696Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2257 | 2024-07-11T16:06:10.166Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2258 | 2024-07-11T16:06:19.835Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2259 | 2024-07-11T16:06:25.059Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2260 | 2024-07-11T16:06:35.565Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2261 | 2024-07-11T16:06:36.687Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2262 | 2024-07-11T16:06:37.485Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2263 | 2024-07-11T16:06:39.450Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2264 | 2024-07-11T16:06:41.666Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2265 | 2024-07-11T16:06:43.281Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2266 | 2024-07-11T16:06:48.553Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2267 | 2024-07-11T16:06:52.369Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2268 | 2024-07-11T16:06:55.304Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2269 | 2024-07-11T16:06:58.575Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2270 | 2024-07-11T16:07:11.370Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2271 | 2024-07-11T16:07:21.939Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2272 | 2024-07-11T16:07:24.974Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2273 | 2024-07-11T16:07:26.080Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2274 | 2024-07-11T16:07:30.951Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2275 | 2024-07-11T16:07:43.065Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2276 | 2024-07-11T16:07:43.236Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2277 | 2024-07-11T16:07:43.564Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2278 | 2024-07-11T16:07:46.226Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2279 | 2024-07-11T16:08:00.468Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2280 | 2024-07-11T16:08:01.252Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2281 | 2024-07-11T16:08:01.282Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2282 | 2024-07-11T16:08:02.654Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2283 | 2024-07-11T16:08:03.744Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2284 | 2024-07-11T16:08:05.170Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2285 | 2024-07-11T16:08:05.662Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2286 | 2024-07-11T16:08:09.460Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2287 | 2024-07-11T16:08:12.626Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2288 | 2024-07-11T16:08:14.463Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2289 | 2024-07-11T16:08:15.200Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2290 | 2024-07-11T16:08:16.885Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2291 | 2024-07-11T16:08:19.018Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2292 | 2024-07-11T16:08:19.874Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2293 | 2024-07-11T16:08:22.483Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2294 | 2024-07-11T16:08:24.922Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2295 | 2024-07-11T16:08:30.261Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2296 | 2024-07-11T16:08:30.303Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2297 | 2024-07-11T16:08:30.365Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2298 | 2024-07-11T16:08:30.765Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2299 | 2024-07-11T16:08:34.119Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2300 | 2024-07-11T16:08:37.880Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2301 | 2024-07-11T16:08:38.358Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2302 | 2024-07-11T16:08:39.974Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2303 | 2024-07-11T16:08:45.077Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2304 | 2024-07-11T16:08:45.185Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2305 | 2024-07-11T16:08:45.215Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2306 | 2024-07-11T16:08:46.093Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2307 | 2024-07-11T16:08:51.826Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2308 | 2024-07-11T16:08:54.337Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2309 | 2024-07-11T16:08:55.174Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2310 | 2024-07-11T16:08:58.108Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2311 | 2024-07-11T16:08:59.617Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2312 | 2024-07-11T16:08:59.720Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2313 | 2024-07-11T16:09:00.250Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2314 | 2024-07-11T16:09:00.767Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2315 | 2024-07-11T16:09:01.167Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2316 | 2024-07-11T16:09:03.646Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2317 | 2024-07-11T16:09:04.110Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2318 | 2024-07-11T16:09:04.301Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2319 | 2024-07-11T16:09:06.192Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2320 | 2024-07-11T16:09:07.971Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2321 | 2024-07-11T16:09:08.890Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2322 | 2024-07-11T16:09:09.866Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2323 | 2024-07-11T16:09:37.700Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 4m 56s |
2324 | 2024-07-11T16:09:37.867Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2325 | 2024-07-11T16:09:37.926Z | |
2326 | 2024-07-11T16:09:37.926Z | real 4:56.280116737 |
2327 | 2024-07-11T16:09:37.926Z | user 16:21.999709448 |
2328 | 2024-07-11T16:09:37.926Z | sys 19:18.230004245 |
2329 | 2024-07-11T16:09:37.926Z | trap 0.354711273 |
2330 | 2024-07-11T16:09:37.926Z | tflt 0.066132815 |
2331 | 2024-07-11T16:09:37.926Z | dflt 0.328327987 |
2332 | 2024-07-11T16:09:37.926Z | kflt 0.000097220 |
2333 | 2024-07-11T16:09:37.926Z | lock 44:47.907103941 |
2334 | 2024-07-11T16:09:37.926Z | slp 1:16:45.736311696 |
2335 | 2024-07-11T16:09:37.951Z | lat 57.353651858 |
2336 | 2024-07-11T16:09:37.951Z | stop 37.016210482 |
2337 | 2024-07-11T16:09:37.951Z | process exited: duration 932111 ms, exit code 0 |
|
2338 | 2024-07-11T16:09:38.002Z | found 0 output files |