|
|
|
1 | 2024-07-10T21:44:34.696Z | job assigned to worker 01J2F9MT63KSAWZJAHJN523FF3 (queued for 38 s) |
|
2 | 2024-07-10T21:44:35.681Z | starting task 0: "setup" |
3 | 2024-07-10T21:44:35.706Z | ++ uname -s |
4 | 2024-07-10T21:44:35.706Z | + kern=SunOS |
5 | 2024-07-10T21:44:35.706Z | + case "$kern" in |
6 | 2024-07-10T21:44:35.706Z | + groupadd -g 12345 build |
7 | 2024-07-10T21:44:35.706Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-10T21:44:37.712Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-10T21:44:37.762Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-10T21:44:37.788Z | + home_fs=zfs |
11 | 2024-07-10T21:44:37.788Z | + [[ zfs == autofs ]] |
12 | 2024-07-10T21:44:37.788Z | + mkdir -p /home/build |
13 | 2024-07-10T21:44:37.788Z | + chown build:build /home/build /work |
14 | 2024-07-10T21:44:39.772Z | + chmod 0700 /home/build /work |
15 | 2024-07-10T21:44:39.797Z | process exited: duration 4096 ms, exit code 0 |
|
16 | 2024-07-10T21:44:39.848Z | starting task 1: "rust-toolchain" |
17 | 2024-07-10T21:44:39.873Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-10T21:44:39.873Z | ' 1.78.0 |
19 | 2024-07-10T21:44:39.873Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-10T21:44:39.873Z | ' default |
21 | 2024-07-10T21:44:39.873Z | * toolchain channel = "1.78.0" |
22 | 2024-07-10T21:44:39.873Z | * toolchain profile = "default" |
23 | 2024-07-10T21:44:39.873Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-10T21:44:39.873Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-10T21:44:39.985Z | info: downloading installer |
26 | 2024-07-10T21:44:40.431Z | info: profile set to 'default' |
27 | 2024-07-10T21:44:40.431Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-10T21:44:40.456Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-10T21:44:40.524Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-10T21:44:40.524Z | info: downloading component 'cargo' |
31 | 2024-07-10T21:44:40.651Z | info: downloading component 'clippy' |
32 | 2024-07-10T21:44:40.707Z | info: downloading component 'rust-docs' |
33 | 2024-07-10T21:44:40.866Z | info: downloading component 'rust-std' |
34 | 2024-07-10T21:44:41.123Z | info: downloading component 'rustc' |
35 | 2024-07-10T21:44:41.758Z | info: downloading component 'rustfmt' |
36 | 2024-07-10T21:44:41.811Z | info: installing component 'cargo' |
37 | 2024-07-10T21:44:42.958Z | info: installing component 'clippy' |
38 | 2024-07-10T21:44:43.405Z | info: installing component 'rust-docs' |
39 | 2024-07-10T21:44:46.105Z | info: installing component 'rust-std' |
40 | 2024-07-10T21:44:48.101Z | info: installing component 'rustc' |
41 | 2024-07-10T21:44:53.201Z | info: installing component 'rustfmt' |
42 | 2024-07-10T21:44:53.586Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-10T21:44:53.586Z | |
44 | 2024-07-10T21:44:53.717Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-10T21:44:53.717Z | |
46 | 2024-07-10T21:44:53.717Z | |
47 | 2024-07-10T21:44:53.717Z | Rust is installed now. Great! |
48 | 2024-07-10T21:44:53.742Z | |
49 | 2024-07-10T21:44:53.742Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-10T21:44:53.743Z | environment variable. This has not been done automatically. |
51 | 2024-07-10T21:44:53.743Z | |
52 | 2024-07-10T21:44:53.743Z | To configure your current shell, you need to source |
53 | 2024-07-10T21:44:53.743Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-10T21:44:53.743Z | |
55 | 2024-07-10T21:44:53.743Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-10T21:44:53.743Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-10T21:44:53.743Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-10T21:44:53.789Z | + rustc --version |
59 | 2024-07-10T21:44:53.905Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-10T21:44:53.930Z | process exited: duration 14062 ms, exit code 0 |
|
61 | 2024-07-10T21:44:53.989Z | starting task 2: "authentication" |
62 | 2024-07-10T21:44:54.047Z | process exited: duration 60 ms, exit code 0 |
|
63 | 2024-07-10T21:44:54.097Z | starting task 3: "clone repository" |
64 | 2024-07-10T21:44:54.122Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-10T21:44:54.122Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-10T21:44:54.147Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-10T21:44:59.821Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-10T21:44:59.821Z | + git fetch origin a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af |
69 | 2024-07-10T21:45:00.193Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-10T21:45:00.194Z | * branch a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af -> FETCH_HEAD |
71 | 2024-07-10T21:45:00.221Z | + [[ -n move-oximeter-collector-timeseries-to-toml ]] |
72 | 2024-07-10T21:45:00.221Z | ++ git branch --show-current |
73 | 2024-07-10T21:45:00.221Z | + current=main |
74 | 2024-07-10T21:45:00.221Z | + [[ main != move-oximeter-collector-timeseries-to-toml ]] |
75 | 2024-07-10T21:45:00.222Z | + git branch -f move-oximeter-collector-timeseries-to-toml a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af |
76 | 2024-07-10T21:45:00.222Z | + git checkout -f move-oximeter-collector-timeseries-to-toml |
77 | 2024-07-10T21:45:00.346Z | Switched to branch 'move-oximeter-collector-timeseries-to-toml' |
78 | 2024-07-10T21:45:00.373Z | + git reset --hard a9024e8d7ff30f1ef3ef9aad83d9e71a059ef5af |
79 | 2024-07-10T21:45:00.467Z | HEAD is now at a9024e8d7 Move oximeter-collector timeseries definitions to TOML |
80 | 2024-07-10T21:45:00.493Z | process exited: duration 6371 ms, exit code 0 |
|
81 | 2024-07-10T21:45:00.546Z | starting task 4: "build" |
82 | 2024-07-10T21:45:00.572Z | + cargo --version |
83 | 2024-07-10T21:45:00.625Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-10T21:45:00.654Z | + rustc --version |
85 | 2024-07-10T21:45:00.719Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-10T21:45:00.744Z | + source ./env.sh |
87 | 2024-07-10T21:45:00.744Z | ++ OLD_SHELL_OPTS=ehxB |
88 | 2024-07-10T21:45:00.744Z | ++ set -o xtrace |
89 | 2024-07-10T21:45:00.744Z | ++++ dirname ./env.sh |
90 | 2024-07-10T21:45:00.744Z | +++ readlink -f . |
91 | 2024-07-10T21:45:00.744Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-07-10T21:45:00.744Z | ++ 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-10T21:45:00.744Z | ++ 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-10T21:45:00.744Z | ++ 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-10T21:45:00.744Z | ++ 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-10T21:45:00.745Z | ++ 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-10T21:45:00.745Z | ++ 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-10T21:45:00.745Z | ++ 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-10T21:45:00.745Z | ++ 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-10T21:45:00.745Z | ++ case $OLD_SHELL_OPTS in |
101 | 2024-07-10T21:45:00.745Z | ++ unset OLD_SHELL_OPTS OMICRON_WS |
102 | 2024-07-10T21:45:00.745Z | + banner prerequisites |
103 | 2024-07-10T21:45:00.745Z | |
104 | 2024-07-10T21:45:00.745Z | ##### ##### ###### ##### ###### #### # # # #### # |
105 | 2024-07-10T21:45:00.745Z | # # # # # # # # # # # # # # # |
106 | 2024-07-10T21:45:00.745Z | # # # # ##### # # ##### # # # # # #### # |
107 | 2024-07-10T21:45:00.745Z | ##### ##### # ##### # # # # # # # # # |
108 | 2024-07-10T21:45:00.745Z | # # # # # # # # # # # # # # # |
109 | 2024-07-10T21:45:00.745Z | # # # ###### # # ###### ### # #### # #### # |
110 | 2024-07-10T21:45:00.745Z | |
111 | 2024-07-10T21:45:00.745Z | + ptime -m bash ./tools/install_builder_prerequisites.sh -y |
112 | 2024-07-10T21:45:07.086Z | Startup: Refreshing catalog 'helios-dev' ... Done |
113 | 2024-07-10T21:45:09.420Z | Startup: Caching catalogs ... Done |
114 | 2024-07-10T21:45:13.198Z | Planning: Solver setup ... Done (3.105s) |
115 | 2024-07-10T21:45:13.260Z | Planning: Running solver ... Done (0.063s) |
116 | 2024-07-10T21:45:13.314Z | Planning: Finding local manifests ... Done (0.002s) |
117 | 2024-07-10T21:45:13.398Z | Planning: Fetching manifests: 0/4 0% complete |
118 | 2024-07-10T21:45:13.766Z | Planning: Fetching manifests: 4/4 100% complete |
119 | 2024-07-10T21:45:13.835Z | Planning: Package planning ... Done (0.067s) |
120 | 2024-07-10T21:45:13.904Z | Planning: Merging actions ... Done (0.071s) |
121 | 2024-07-10T21:45:14.276Z | Planning: Checking for conflicting actions ... Done (0.372s) |
122 | 2024-07-10T21:45:14.301Z | Planning: Consolidating action changes ... Done (0.015s) |
123 | 2024-07-10T21:45:15.023Z | Planning: Evaluating mediators ... Done (0.730s) |
124 | 2024-07-10T21:45:15.048Z | Planning: Planning completed in 5.55 seconds |
125 | 2024-07-10T21:45:15.073Z | Packages to install: 4 |
126 | 2024-07-10T21:45:15.073Z | Mediators to change: 2 |
127 | 2024-07-10T21:45:15.073Z | Services to change: 1 |
128 | 2024-07-10T21:45:15.073Z | Estimated space available: 148.89 GB |
129 | 2024-07-10T21:45:15.073Z | Estimated space to be consumed: 1.46 GB |
130 | 2024-07-10T21:45:15.073Z | Create boot environment: No |
131 | 2024-07-10T21:45:15.073Z | Create backup boot environment: No |
132 | 2024-07-10T21:45:15.073Z | Rebuild boot archive: No |
133 | 2024-07-10T21:45:15.073Z | |
134 | 2024-07-10T21:45:15.073Z | Changed mediators: |
135 | 2024-07-10T21:45:15.073Z | mediator clang: |
136 | 2024-07-10T21:45:15.074Z | version: None -> 15 (system default) |
137 | 2024-07-10T21:45:15.074Z | |
138 | 2024-07-10T21:45:15.074Z | mediator llvm: |
139 | 2024-07-10T21:45:15.074Z | version: 14 (system default) -> 15 (system default) |
140 | 2024-07-10T21:45:15.074Z | |
141 | 2024-07-10T21:45:15.074Z | Changed packages: |
142 | 2024-07-10T21:45:15.074Z | helios-dev |
143 | 2024-07-10T21:45:15.074Z | developer/build-essential |
144 | 2024-07-10T21:45:15.074Z | None -> 11-2.0 |
145 | 2024-07-10T21:45:15.074Z | library/libxmlsec1 |
146 | 2024-07-10T21:45:15.074Z | None -> 1.2.35-2.0 |
147 | 2024-07-10T21:45:15.074Z | ooce/developer/clang-15 |
148 | 2024-07-10T21:45:15.074Z | None -> 15.0.7-2.0 |
149 | 2024-07-10T21:45:15.074Z | ooce/developer/llvm-15 |
150 | 2024-07-10T21:45:15.074Z | None -> 15.0.7-2.0 |
151 | 2024-07-10T21:45:15.074Z | |
152 | 2024-07-10T21:45:15.074Z | Services: |
153 | 2024-07-10T21:45:15.074Z | restart_fmri: |
154 | 2024-07-10T21:45:15.074Z | svc:/system/update-man-index:default |
155 | 2024-07-10T21:45:15.116Z | |
156 | 2024-07-10T21:45:15.116Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
157 | 2024-07-10T21:45:20.118Z | Download: 942/3290 items 19.0/212.6MB 8% complete (3.9M/s) |
158 | 2024-07-10T21:45:25.120Z | Download: 1199/3290 items 83.5/212.6MB 39% complete (8.5M/s) |
159 | 2024-07-10T21:45:30.128Z | Download: 2395/3290 items 120.1/212.6MB 56% complete (10.1M/s) |
160 | 2024-07-10T21:45:35.131Z | Download: 3242/3290 items 170.6/212.6MB 80% complete (8.5M/s) |
161 | 2024-07-10T21:45:38.404Z | Download: Completed 212.60 MB in 23.29 seconds (9.1M/s) |
162 | 2024-07-10T21:45:38.621Z | Actions: 1/3689 actions (Installing new actions) |
163 | 2024-07-10T21:45:43.850Z | Actions: 3019/3689 actions (Installing new actions) |
164 | 2024-07-10T21:45:48.568Z | Actions: Completed 3689 actions in 6.02 seconds. |
165 | 2024-07-10T21:45:48.613Z | Done (0.346s) |
166 | 2024-07-10T21:45:48.613Z | Done (0.000s) |
167 | 2024-07-10T21:45:48.613Z | Done (0.398s) |
168 | 2024-07-10T21:45:51.268Z | Done (5.745s) |
169 | 2024-07-10T21:45:51.374Z | Done (0.020s) |
170 | 2024-07-10T21:45:51.398Z | Done (0.000s) |
171 | 2024-07-10T21:45:51.542Z | Done (0.000s) |
172 | 2024-07-10T21:45:52.267Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-07-10T21:45:52.529Z | Planning: Checking for conflicting actions ... Done |
174 | 2024-07-10T21:45:52.554Z | Planning: Consolidating action changes ... Done |
175 | 2024-07-10T21:45:52.864Z | Planning: Evaluating mediators ... Done |
176 | 2024-07-10T21:45:52.889Z | Planning: Planning completed in 0.60 seconds |
177 | 2024-07-10T21:45:52.914Z | Mediators to change: 2 |
178 | 2024-07-10T21:45:52.914Z | Create boot environment: No |
179 | 2024-07-10T21:45:52.914Z | Create backup boot environment: No |
180 | 2024-07-10T21:45:52.973Z | Done |
181 | 2024-07-10T21:45:52.973Z | Done |
182 | 2024-07-10T21:45:53.339Z | Done |
183 | 2024-07-10T21:45:57.973Z | Done |
184 | 2024-07-10T21:45:58.076Z | Done |
185 | 2024-07-10T21:45:58.076Z | Done |
186 | 2024-07-10T21:45:58.130Z | Done |
187 | 2024-07-10T21:45:58.876Z | Planning: Evaluating mediator changes ... Done |
188 | 2024-07-10T21:45:58.902Z | Planning: Merging actions ... Done |
189 | 2024-07-10T21:45:59.123Z | Planning: Checking for conflicting actions ... Done |
190 | 2024-07-10T21:45:59.147Z | Planning: Consolidating action changes ... Done |
191 | 2024-07-10T21:45:59.473Z | Planning: Evaluating mediators ... Done |
192 | 2024-07-10T21:45:59.545Z | Planning: Planning completed in 0.97 seconds |
193 | 2024-07-10T21:45:59.595Z | Packages to change: 1 |
194 | 2024-07-10T21:45:59.595Z | Mediators to change: 1 |
195 | 2024-07-10T21:45:59.595Z | Services to change: 1 |
196 | 2024-07-10T21:45:59.595Z | Create boot environment: No |
197 | 2024-07-10T21:45:59.595Z | Create backup boot environment: Yes |
198 | 2024-07-10T21:46:01.204Z | Actions: 1/6 actions (Updating modified actions) |
199 | 2024-07-10T21:46:01.229Z | Actions: Completed 6 actions in 0.00 seconds. |
200 | 2024-07-10T21:46:01.230Z | Done |
201 | 2024-07-10T21:46:01.230Z | Done |
202 | 2024-07-10T21:46:01.289Z | Done |
203 | 2024-07-10T21:46:06.118Z | Done |
204 | 2024-07-10T21:46:06.239Z | Done |
205 | 2024-07-10T21:46:06.266Z | Done |
206 | 2024-07-10T21:46:06.291Z | Done |
207 | 2024-07-10T21:46:06.863Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
208 | 2024-07-10T21:46:06.863Z | clang system 15 system |
209 | 2024-07-10T21:46:06.863Z | csh system system illumos |
210 | 2024-07-10T21:46:06.863Z | ctags system system illumos |
211 | 2024-07-10T21:46:06.863Z | gcc vendor 12 vendor |
212 | 2024-07-10T21:46:06.863Z | gcc system 10 system |
213 | 2024-07-10T21:46:06.863Z | gcc system 7 system |
214 | 2024-07-10T21:46:06.863Z | go system 1.20 system |
215 | 2024-07-10T21:46:06.863Z | go system 1.19 system |
216 | 2024-07-10T21:46:06.864Z | llvm system 15 system |
217 | 2024-07-10T21:46:06.864Z | llvm system 14 system |
218 | 2024-07-10T21:46:06.864Z | mariadb system 10.6 system |
219 | 2024-07-10T21:46:06.864Z | mta vendor vendor dma |
220 | 2024-07-10T21:46:06.864Z | openjdk system 17 system |
221 | 2024-07-10T21:46:06.864Z | openjdk system 11 system |
222 | 2024-07-10T21:46:06.864Z | openjdk system 1.8 system |
223 | 2024-07-10T21:46:06.864Z | openssl vendor 3 vendor |
224 | 2024-07-10T21:46:06.864Z | perl system 5.36 system |
225 | 2024-07-10T21:46:06.864Z | postgresql system 15 system |
226 | 2024-07-10T21:46:06.864Z | postgresql system 13 system |
227 | 2024-07-10T21:46:06.864Z | python vendor 3 vendor |
228 | 2024-07-10T21:46:06.864Z | python system 2 system |
229 | 2024-07-10T21:46:06.864Z | python3 system 3.11 system |
230 | 2024-07-10T21:46:06.864Z | ruby system 3.0 system |
231 | 2024-07-10T21:46:06.864Z | words vendor vendor american-english |
232 | 2024-07-10T21:46:06.864Z | words system system australian-english |
233 | 2024-07-10T21:46:06.864Z | words system system british-english |
234 | 2024-07-10T21:46:06.864Z | words system system canadian-english |
235 | 2024-07-10T21:46:06.864Z | words system system french |
236 | 2024-07-10T21:46:06.864Z | words system system italian |
237 | 2024-07-10T21:46:06.865Z | words system system ngerman |
238 | 2024-07-10T21:46:06.865Z | words system system ogerman |
239 | 2024-07-10T21:46:06.865Z | words system system spanish |
240 | 2024-07-10T21:46:07.319Z | PUBLISHER TYPE STATUS P LOCATION |
241 | 2024-07-10T21:46:07.319Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
242 | 2024-07-10T21:46:09.334Z | FMRI IFO |
243 | 2024-07-10T21:46:09.334Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
244 | 2024-07-10T21:46:09.334Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
245 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
246 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
247 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
248 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
249 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
250 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
251 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
252 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
253 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
254 | 2024-07-10T21:46:09.335Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
255 | 2024-07-10T21:46:09.951Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
256 | 2024-07-10T21:46:10.378Z | Updating git repository `https://github.com/oxidecomputer/zone` |
257 | 2024-07-10T21:46:10.777Z | Updating crates.io index |
258 | 2024-07-10T21:46:10.802Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
259 | 2024-07-10T21:46:11.596Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
260 | 2024-07-10T21:46:12.445Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
261 | 2024-07-10T21:46:12.802Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
262 | 2024-07-10T21:46:15.195Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
263 | 2024-07-10T21:46:15.518Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
264 | 2024-07-10T21:46:15.857Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
265 | 2024-07-10T21:46:17.060Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
266 | 2024-07-10T21:46:19.153Z | Updating git repository `https://github.com/oxidecomputer/opte` |
267 | 2024-07-10T21:46:20.279Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
268 | 2024-07-10T21:46:21.379Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
269 | 2024-07-10T21:46:22.065Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
270 | 2024-07-10T21:46:22.477Z | Updating git repository `https://github.com/oxidecomputer/sprockets` |
271 | 2024-07-10T21:46:22.993Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
272 | 2024-07-10T21:46:23.447Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
273 | 2024-07-10T21:46:23.962Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
274 | 2024-07-10T21:46:24.480Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
275 | 2024-07-10T21:46:24.931Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
276 | 2024-07-10T21:46:25.352Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
277 | 2024-07-10T21:46:25.841Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
278 | 2024-07-10T21:46:26.475Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
279 | 2024-07-10T21:46:27.088Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
280 | 2024-07-10T21:46:27.542Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
281 | 2024-07-10T21:46:28.213Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
282 | 2024-07-10T21:46:28.659Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
283 | 2024-07-10T21:46:29.188Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
284 | 2024-07-10T21:46:29.825Z | Updating git repository `https://github.com/oxidecomputer/typify` |
285 | 2024-07-10T21:46:31.997Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
286 | 2024-07-10T21:46:32.420Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
287 | 2024-07-10T21:46:32.795Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
288 | 2024-07-10T21:46:33.394Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
289 | 2024-07-10T21:46:34.717Z | Downloading crates ... |
290 | 2024-07-10T21:46:34.808Z | Downloaded num-conv v0.1.0 |
291 | 2024-07-10T21:46:34.843Z | Downloaded slab v0.4.9 |
292 | 2024-07-10T21:46:34.843Z | Downloaded want v0.3.1 |
293 | 2024-07-10T21:46:34.843Z | Downloaded usdt-attr-macro v0.5.0 |
294 | 2024-07-10T21:46:34.843Z | Downloaded xattr v1.3.1 |
295 | 2024-07-10T21:46:34.843Z | Downloaded toml_datetime v0.6.6 |
296 | 2024-07-10T21:46:34.843Z | Downloaded tokio-macros v2.3.0 |
297 | 2024-07-10T21:46:34.843Z | Downloaded thread_local v1.1.8 |
298 | 2024-07-10T21:46:34.843Z | Downloaded semver v1.0.23 |
299 | 2024-07-10T21:46:34.870Z | Downloaded thiserror-impl v1.0.60 |
300 | 2024-07-10T21:46:34.870Z | Downloaded unicode-bidi v0.3.15 |
301 | 2024-07-10T21:46:34.870Z | Downloaded powerfmt v0.2.0 |
302 | 2024-07-10T21:46:34.870Z | Downloaded scroll_derive v0.12.0 |
303 | 2024-07-10T21:46:34.870Z | Downloaded indexmap v2.2.6 |
304 | 2024-07-10T21:46:34.870Z | Downloaded scopeguard v1.2.0 |
305 | 2024-07-10T21:46:34.870Z | Downloaded swrite v0.1.0 |
306 | 2024-07-10T21:46:34.870Z | Downloaded openssl-sys v0.9.102 |
307 | 2024-07-10T21:46:34.870Z | Downloaded try-lock v0.2.5 |
308 | 2024-07-10T21:46:34.870Z | Downloaded utf8parse v0.2.1 |
309 | 2024-07-10T21:46:34.870Z | Downloaded usdt v0.5.0 |
310 | 2024-07-10T21:46:34.896Z | Downloaded tracing-core v0.1.32 |
311 | 2024-07-10T21:46:34.897Z | Downloaded thread-id v4.2.1 |
312 | 2024-07-10T21:46:34.897Z | Downloaded thiserror v1.0.60 |
313 | 2024-07-10T21:46:34.897Z | Downloaded openssl v0.10.64 |
314 | 2024-07-10T21:46:34.923Z | Downloaded version_check v0.9.4 |
315 | 2024-07-10T21:46:34.923Z | Downloaded zerocopy-derive v0.7.34 |
316 | 2024-07-10T21:46:34.923Z | Downloaded unicode-normalization v0.1.23 |
317 | 2024-07-10T21:46:34.923Z | Downloaded ucd-trie v0.1.6 |
318 | 2024-07-10T21:46:34.923Z | Downloaded toml v0.8.14 |
319 | 2024-07-10T21:46:34.949Z | Downloaded tracing v0.1.40 |
320 | 2024-07-10T21:46:34.949Z | Downloaded encoding_rs v0.8.34 |
321 | 2024-07-10T21:46:34.974Z | Downloaded toml_edit v0.22.14 |
322 | 2024-07-10T21:46:35.000Z | Downloaded zerocopy v0.7.34 |
323 | 2024-07-10T21:46:35.027Z | Downloaded unicode-width v0.1.13 |
324 | 2024-07-10T21:46:35.027Z | Downloaded winnow v0.6.8 |
325 | 2024-07-10T21:46:35.027Z | Downloaded vcpkg v0.2.15 |
326 | 2024-07-10T21:46:35.073Z | Downloaded tokio v1.38.0 |
327 | 2024-07-10T21:46:35.118Z | Downloaded time v0.3.36 |
328 | 2024-07-10T21:46:35.143Z | Downloaded tabled v0.15.0 |
329 | 2024-07-10T21:46:35.169Z | Downloaded syn v2.0.68 |
330 | 2024-07-10T21:46:35.169Z | Downloaded rustix v0.38.34 |
331 | 2024-07-10T21:46:35.195Z | Downloaded syn v1.0.109 |
332 | 2024-07-10T21:46:35.222Z | Downloaded serde_json v1.0.120 |
333 | 2024-07-10T21:46:35.222Z | Downloaded tokio-util v0.7.11 |
334 | 2024-07-10T21:46:35.248Z | Downloaded serde v1.0.204 |
335 | 2024-07-10T21:46:35.248Z | Downloaded reqwest v0.11.27 |
336 | 2024-07-10T21:46:35.248Z | Downloaded unicode-ident v1.0.12 |
337 | 2024-07-10T21:46:35.248Z | Downloaded term v0.7.0 |
338 | 2024-07-10T21:46:35.249Z | Downloaded slog v2.7.0 |
339 | 2024-07-10T21:46:35.249Z | Downloaded sha2 v0.10.8 |
340 | 2024-07-10T21:46:35.249Z | Downloaded libc v0.2.155 |
341 | 2024-07-10T21:46:35.279Z | Downloaded usdt-impl v0.5.0 |
342 | 2024-07-10T21:46:35.306Z | Downloaded time-macros v0.2.18 |
343 | 2024-07-10T21:46:35.306Z | Downloaded socket2 v0.5.7 |
344 | 2024-07-10T21:46:35.306Z | Downloaded slog-term v2.9.1 |
345 | 2024-07-10T21:46:35.306Z | Downloaded proc-macro2 v1.0.86 |
346 | 2024-07-10T21:46:35.306Z | Downloaded idna v0.5.0 |
347 | 2024-07-10T21:46:35.338Z | Downloaded h2 v0.3.26 |
348 | 2024-07-10T21:46:35.338Z | Downloaded goblin v0.8.2 |
349 | 2024-07-10T21:46:35.338Z | Downloaded futures-util v0.3.30 |
350 | 2024-07-10T21:46:35.363Z | Downloaded hyper v0.14.28 |
351 | 2024-07-10T21:46:35.363Z | Downloaded rustversion v1.0.17 |
352 | 2024-07-10T21:46:35.363Z | Downloaded http v0.2.12 |
353 | 2024-07-10T21:46:35.363Z | Downloaded hashbrown v0.14.5 |
354 | 2024-07-10T21:46:35.388Z | Downloaded clap_builder v4.5.2 |
355 | 2024-07-10T21:46:35.388Z | Downloaded tokio-native-tls v0.3.1 |
356 | 2024-07-10T21:46:35.389Z | Downloaded url v2.5.0 |
357 | 2024-07-10T21:46:35.389Z | Downloaded tinyvec_macros v0.1.1 |
358 | 2024-07-10T21:46:35.389Z | Downloaded take_mut v0.2.2 |
359 | 2024-07-10T21:46:35.389Z | Downloaded slog-bunyan v2.5.0 |
360 | 2024-07-10T21:46:35.389Z | Downloaded serde_tokenstream v0.2.1 |
361 | 2024-07-10T21:46:35.389Z | Downloaded pest v2.7.10 |
362 | 2024-07-10T21:46:35.414Z | Downloaded papergrid v0.11.0 |
363 | 2024-07-10T21:46:35.414Z | Downloaded mio v0.8.11 |
364 | 2024-07-10T21:46:35.414Z | Downloaded miniz_oxide v0.7.2 |
365 | 2024-07-10T21:46:35.414Z | Downloaded mime v0.3.17 |
366 | 2024-07-10T21:46:35.414Z | Downloaded memchr v2.7.2 |
367 | 2024-07-10T21:46:35.414Z | Downloaded cargo_toml v0.20.3 |
368 | 2024-07-10T21:46:35.414Z | Downloaded strum v0.26.2 |
369 | 2024-07-10T21:46:35.439Z | Downloaded parking_lot_core v0.9.10 |
370 | 2024-07-10T21:46:35.440Z | Downloaded once_cell v1.19.0 |
371 | 2024-07-10T21:46:35.440Z | Downloaded native-tls v0.2.11 |
372 | 2024-07-10T21:46:35.440Z | Downloaded itoa v1.0.11 |
373 | 2024-07-10T21:46:35.440Z | Downloaded futures-channel v0.3.30 |
374 | 2024-07-10T21:46:35.440Z | Downloaded flate2 v1.0.30 |
375 | 2024-07-10T21:46:35.440Z | Downloaded crossbeam-channel v0.5.12 |
376 | 2024-07-10T21:46:35.440Z | Downloaded base64 v0.21.7 |
377 | 2024-07-10T21:46:35.465Z | Downloaded percent-encoding v2.3.1 |
378 | 2024-07-10T21:46:35.465Z | Downloaded bytes v1.6.0 |
379 | 2024-07-10T21:46:35.465Z | Downloaded cc v1.0.97 |
380 | 2024-07-10T21:46:35.466Z | Downloaded lock_api v0.4.12 |
381 | 2024-07-10T21:46:35.466Z | Downloaded ipnet v2.9.0 |
382 | 2024-07-10T21:46:35.466Z | Downloaded heck v0.4.1 |
383 | 2024-07-10T21:46:35.466Z | Downloaded generic-array v0.14.7 |
384 | 2024-07-10T21:46:35.466Z | Downloaded futures-macro v0.3.30 |
385 | 2024-07-10T21:46:35.466Z | Downloaded typenum v1.17.0 |
386 | 2024-07-10T21:46:35.466Z | Downloaded tinyvec v1.6.0 |
387 | 2024-07-10T21:46:35.466Z | Downloaded pest_generator v2.7.10 |
388 | 2024-07-10T21:46:35.466Z | Downloaded memmap v0.7.0 |
389 | 2024-07-10T21:46:35.491Z | Downloaded httparse v1.8.0 |
390 | 2024-07-10T21:46:35.491Z | Downloaded terminal_size v0.3.0 |
391 | 2024-07-10T21:46:35.492Z | Downloaded tar v0.4.40 |
392 | 2024-07-10T21:46:35.492Z | Downloaded strum_macros v0.26.4 |
393 | 2024-07-10T21:46:35.492Z | Downloaded smallvec v1.13.2 |
394 | 2024-07-10T21:46:35.492Z | Downloaded serde_derive v1.0.204 |
395 | 2024-07-10T21:46:35.492Z | Downloaded ryu v1.0.18 |
396 | 2024-07-10T21:46:35.492Z | Downloaded pkg-config v0.3.30 |
397 | 2024-07-10T21:46:35.492Z | Downloaded pin-project-lite v0.2.14 |
398 | 2024-07-10T21:46:35.492Z | Downloaded scroll v0.12.0 |
399 | 2024-07-10T21:46:35.519Z | Downloaded proc-macro-error v1.0.4 |
400 | 2024-07-10T21:46:35.519Z | Downloaded openssl-probe v0.1.5 |
401 | 2024-07-10T21:46:35.519Z | Downloaded clap v4.5.4 |
402 | 2024-07-10T21:46:35.519Z | Downloaded tower-service v0.3.2 |
403 | 2024-07-10T21:46:35.519Z | Downloaded time-core v0.1.2 |
404 | 2024-07-10T21:46:35.519Z | Downloaded tabled_derive v0.7.0 |
405 | 2024-07-10T21:46:35.519Z | Downloaded strsim v0.11.1 |
406 | 2024-07-10T21:46:35.519Z | Downloaded slog-json v2.6.1 |
407 | 2024-07-10T21:46:35.519Z | Downloaded slog-async v2.8.0 |
408 | 2024-07-10T21:46:35.519Z | Downloaded signal-hook-registry v1.4.2 |
409 | 2024-07-10T21:46:35.519Z | Downloaded serde_urlencoded v0.7.1 |
410 | 2024-07-10T21:46:35.545Z | Downloaded quote v1.0.36 |
411 | 2024-07-10T21:46:35.545Z | Downloaded pest_meta v2.7.10 |
412 | 2024-07-10T21:46:35.545Z | Downloaded parking_lot v0.12.2 |
413 | 2024-07-10T21:46:35.545Z | Downloaded log v0.4.21 |
414 | 2024-07-10T21:46:35.545Z | Downloaded futures v0.3.30 |
415 | 2024-07-10T21:46:35.545Z | Downloaded crc32fast v1.4.0 |
416 | 2024-07-10T21:46:35.545Z | Downloaded clap_derive v4.5.4 |
417 | 2024-07-10T21:46:35.545Z | Downloaded usdt-macro v0.5.0 |
418 | 2024-07-10T21:46:35.545Z | Downloaded sync_wrapper v0.1.2 |
419 | 2024-07-10T21:46:35.545Z | Downloaded serde_spanned v0.6.6 |
420 | 2024-07-10T21:46:35.545Z | Downloaded proc-macro-error-attr v1.0.4 |
421 | 2024-07-10T21:46:35.545Z | Downloaded pretty-hex v0.4.1 |
422 | 2024-07-10T21:46:35.570Z | Downloaded plain v0.2.3 |
423 | 2024-07-10T21:46:35.570Z | Downloaded pin-utils v0.1.0 |
424 | 2024-07-10T21:46:35.570Z | Downloaded pest_derive v2.7.10 |
425 | 2024-07-10T21:46:35.571Z | Downloaded num_cpus v1.16.0 |
426 | 2024-07-10T21:46:35.571Z | Downloaded futures-io v0.3.30 |
427 | 2024-07-10T21:46:35.571Z | Downloaded futures-executor v0.3.30 |
428 | 2024-07-10T21:46:35.571Z | Downloaded fs-err v2.11.0 |
429 | 2024-07-10T21:46:35.571Z | Downloaded form_urlencoded v1.2.1 |
430 | 2024-07-10T21:46:35.571Z | Downloaded crossbeam-utils v0.8.19 |
431 | 2024-07-10T21:46:35.571Z | Downloaded camino v1.1.7 |
432 | 2024-07-10T21:46:35.571Z | Downloaded rustls-pemfile v1.0.4 |
433 | 2024-07-10T21:46:35.596Z | Downloaded openssl-macros v0.1.1 |
434 | 2024-07-10T21:46:35.596Z | Downloaded num_threads v0.1.7 |
435 | 2024-07-10T21:46:35.596Z | Downloaded hyper-tls v0.5.0 |
436 | 2024-07-10T21:46:35.597Z | Downloaded http-body v0.4.6 |
437 | 2024-07-10T21:46:35.597Z | Downloaded hostname v0.3.1 |
438 | 2024-07-10T21:46:35.597Z | Downloaded heck v0.5.0 |
439 | 2024-07-10T21:46:35.597Z | Downloaded futures-task v0.3.30 |
440 | 2024-07-10T21:46:35.597Z | Downloaded errno v0.3.9 |
441 | 2024-07-10T21:46:35.597Z | Downloaded dof v0.3.0 |
442 | 2024-07-10T21:46:35.597Z | Downloaded digest v0.10.7 |
443 | 2024-07-10T21:46:35.597Z | Downloaded deranged v0.3.11 |
444 | 2024-07-10T21:46:35.597Z | Downloaded crypto-common v0.1.6 |
445 | 2024-07-10T21:46:35.597Z | Downloaded cpufeatures v0.2.12 |
446 | 2024-07-10T21:46:35.597Z | Downloaded colorchoice v1.0.1 |
447 | 2024-07-10T21:46:35.597Z | Downloaded clap_lex v0.7.0 |
448 | 2024-07-10T21:46:35.597Z | Downloaded cfg-if v1.0.0 |
449 | 2024-07-10T21:46:35.597Z | Downloaded cargo-platform v0.1.8 |
450 | 2024-07-10T21:46:35.597Z | Downloaded byteorder v1.5.0 |
451 | 2024-07-10T21:46:35.597Z | Downloaded bytecount v0.6.8 |
452 | 2024-07-10T21:46:35.623Z | Downloaded block-buffer v0.10.4 |
453 | 2024-07-10T21:46:35.623Z | Downloaded bitflags v2.5.0 |
454 | 2024-07-10T21:46:35.623Z | Downloaded autocfg v1.3.0 |
455 | 2024-07-10T21:46:35.623Z | Downloaded anyhow v1.0.86 |
456 | 2024-07-10T21:46:35.623Z | Downloaded anstream v0.6.14 |
457 | 2024-07-10T21:46:35.623Z | Downloaded adler v1.0.2 |
458 | 2024-07-10T21:46:35.623Z | Downloaded match_cfg v0.1.0 |
459 | 2024-07-10T21:46:35.623Z | Downloaded macaddr v1.0.1 |
460 | 2024-07-10T21:46:35.623Z | Downloaded is_terminal_polyfill v1.70.0 |
461 | 2024-07-10T21:46:35.623Z | Downloaded is-terminal v0.4.12 |
462 | 2024-07-10T21:46:35.623Z | Downloaded httpdate v1.0.3 |
463 | 2024-07-10T21:46:35.623Z | Downloaded futures-sink v0.3.30 |
464 | 2024-07-10T21:46:35.623Z | Downloaded futures-core v0.3.30 |
465 | 2024-07-10T21:46:35.649Z | Downloaded foreign-types-shared v0.1.1 |
466 | 2024-07-10T21:46:35.649Z | Downloaded foreign-types v0.3.2 |
467 | 2024-07-10T21:46:35.649Z | Downloaded fnv v1.0.7 |
468 | 2024-07-10T21:46:35.649Z | Downloaded filetime v0.2.23 |
469 | 2024-07-10T21:46:35.649Z | Downloaded equivalent v1.0.1 |
470 | 2024-07-10T21:46:35.649Z | Downloaded dtrace-parser v0.2.0 |
471 | 2024-07-10T21:46:35.649Z | Downloaded dirs-sys-next v0.1.2 |
472 | 2024-07-10T21:46:35.649Z | Downloaded dirs-next v2.0.0 |
473 | 2024-07-10T21:46:35.649Z | Downloaded cargo_metadata v0.18.1 |
474 | 2024-07-10T21:46:35.649Z | Downloaded anstyle-query v1.0.3 |
475 | 2024-07-10T21:46:35.649Z | Downloaded anstyle-parse v0.2.4 |
476 | 2024-07-10T21:46:35.649Z | Downloaded anstyle v1.0.7 |
477 | 2024-07-10T21:46:35.801Z | Compiling proc-macro2 v1.0.86 |
478 | 2024-07-10T21:46:35.801Z | Compiling unicode-ident v1.0.12 |
479 | 2024-07-10T21:46:35.801Z | Compiling libc v0.2.155 |
480 | 2024-07-10T21:46:35.826Z | Compiling version_check v0.9.4 |
481 | 2024-07-10T21:46:35.826Z | Compiling cfg-if v1.0.0 |
482 | 2024-07-10T21:46:35.826Z | Compiling itoa v1.0.11 |
483 | 2024-07-10T21:46:35.826Z | Compiling once_cell v1.19.0 |
484 | 2024-07-10T21:46:35.827Z | Compiling serde v1.0.204 |
485 | 2024-07-10T21:46:36.083Z | Compiling autocfg v1.3.0 |
486 | 2024-07-10T21:46:36.108Z | Compiling memchr v2.7.2 |
487 | 2024-07-10T21:46:36.142Z | Compiling thiserror v1.0.60 |
488 | 2024-07-10T21:46:36.389Z | Compiling ryu v1.0.18 |
489 | 2024-07-10T21:46:36.735Z | Compiling pin-project-lite v0.2.14 |
490 | 2024-07-10T21:46:36.929Z | Compiling bitflags v2.5.0 |
491 | 2024-07-10T21:46:36.957Z | Compiling ucd-trie v0.1.6 |
492 | 2024-07-10T21:46:36.957Z | Compiling parking_lot_core v0.9.10 |
493 | 2024-07-10T21:46:37.056Z | Compiling pkg-config v0.3.30 |
494 | 2024-07-10T21:46:37.223Z | Compiling lock_api v0.4.12 |
495 | 2024-07-10T21:46:37.343Z | Compiling vcpkg v0.2.15 |
496 | 2024-07-10T21:46:37.396Z | Compiling cc v1.0.97 |
497 | 2024-07-10T21:46:37.575Z | Compiling quote v1.0.36 |
498 | 2024-07-10T21:46:37.623Z | Compiling slab v0.4.9 |
499 | 2024-07-10T21:46:37.903Z | Compiling scopeguard v1.2.0 |
500 | 2024-07-10T21:46:38.027Z | Compiling syn v2.0.68 |
501 | 2024-07-10T21:46:38.140Z | Compiling futures-core v0.3.30 |
502 | 2024-07-10T21:46:38.240Z | Compiling futures-sink v0.3.30 |
503 | 2024-07-10T21:46:38.348Z | Compiling smallvec v1.13.2 |
504 | 2024-07-10T21:46:38.383Z | Compiling bytes v1.6.0 |
505 | 2024-07-10T21:46:38.568Z | Compiling log v0.4.21 |
506 | 2024-07-10T21:46:38.639Z | Compiling hashbrown v0.14.5 |
507 | 2024-07-10T21:46:38.905Z | Compiling byteorder v1.5.0 |
508 | 2024-07-10T21:46:38.931Z | Compiling serde_json v1.0.120 |
509 | 2024-07-10T21:46:39.266Z | Compiling fnv v1.0.7 |
510 | 2024-07-10T21:46:39.345Z | Compiling equivalent v1.0.1 |
511 | 2024-07-10T21:46:39.413Z | Compiling parking_lot v0.12.2 |
512 | 2024-07-10T21:46:39.476Z | Compiling futures-channel v0.3.30 |
513 | 2024-07-10T21:46:39.502Z | Compiling signal-hook-registry v1.4.2 |
514 | 2024-07-10T21:46:39.533Z | Compiling mio v0.8.11 |
515 | 2024-07-10T21:46:39.715Z | Compiling num_cpus v1.16.0 |
516 | 2024-07-10T21:46:39.837Z | Compiling indexmap v2.2.6 |
517 | 2024-07-10T21:46:39.866Z | Compiling socket2 v0.5.7 |
518 | 2024-07-10T21:46:39.902Z | Compiling futures-io v0.3.30 |
519 | 2024-07-10T21:46:40.267Z | Compiling rustix v0.38.34 |
520 | 2024-07-10T21:46:40.336Z | Compiling futures-task v0.3.30 |
521 | 2024-07-10T21:46:40.702Z | Compiling openssl-sys v0.9.102 |
522 | 2024-07-10T21:46:40.840Z | Compiling typenum v1.17.0 |
523 | 2024-07-10T21:46:40.892Z | Compiling pin-utils v0.1.0 |
524 | 2024-07-10T21:46:40.977Z | Compiling errno v0.3.9 |
525 | 2024-07-10T21:46:41.002Z | Compiling generic-array v0.14.7 |
526 | 2024-07-10T21:46:41.142Z | Compiling foreign-types-shared v0.1.1 |
527 | 2024-07-10T21:46:41.170Z | Compiling openssl v0.10.64 |
528 | 2024-07-10T21:46:41.213Z | Compiling slog v2.7.0 |
529 | 2024-07-10T21:46:41.330Z | Compiling foreign-types v0.3.2 |
530 | 2024-07-10T21:46:41.461Z | Compiling http v0.2.12 |
531 | 2024-07-10T21:46:41.574Z | Compiling proc-macro-error-attr v1.0.4 |
532 | 2024-07-10T21:46:41.855Z | Compiling usdt-impl v0.5.0 |
533 | 2024-07-10T21:46:41.932Z | Compiling tracing-core v0.1.32 |
534 | 2024-07-10T21:46:42.149Z | Compiling powerfmt v0.2.0 |
535 | 2024-07-10T21:46:42.192Z | Compiling num-conv v0.1.0 |
536 | 2024-07-10T21:46:42.481Z | Compiling syn v1.0.109 |
537 | 2024-07-10T21:46:42.566Z | Compiling httparse v1.8.0 |
538 | 2024-07-10T21:46:42.986Z | Compiling time-core v0.1.2 |
539 | 2024-07-10T21:46:43.107Z | Compiling native-tls v0.2.11 |
540 | 2024-07-10T21:46:43.196Z | Compiling tinyvec_macros v0.1.1 |
541 | 2024-07-10T21:46:43.221Z | Compiling time-macros v0.2.18 |
542 | 2024-07-10T21:46:43.294Z | Compiling tinyvec v1.6.0 |
543 | 2024-07-10T21:46:43.517Z | Compiling tracing v0.1.40 |
544 | 2024-07-10T21:46:43.553Z | Compiling deranged v0.3.11 |
545 | 2024-07-10T21:46:43.957Z | Compiling thread-id v4.2.1 |
546 | 2024-07-10T21:46:44.096Z | Compiling proc-macro-error v1.0.4 |
547 | 2024-07-10T21:46:44.176Z | Compiling heck v0.5.0 |
548 | 2024-07-10T21:46:44.389Z | Compiling openssl-probe v0.1.5 |
549 | 2024-07-10T21:46:44.642Z | Compiling num_threads v0.1.7 |
550 | 2024-07-10T21:46:44.670Z | Compiling utf8parse v0.2.1 |
551 | 2024-07-10T21:46:44.705Z | Compiling plain v0.2.3 |
552 | 2024-07-10T21:46:44.731Z | Compiling crossbeam-utils v0.8.19 |
553 | 2024-07-10T21:46:44.767Z | Compiling rustversion v1.0.17 |
554 | 2024-07-10T21:46:44.838Z | Compiling percent-encoding v2.3.1 |
555 | 2024-07-10T21:46:44.870Z | Compiling try-lock v0.2.5 |
556 | 2024-07-10T21:46:44.908Z | Compiling anstyle-parse v0.2.4 |
557 | 2024-07-10T21:46:45.036Z | Compiling want v0.3.1 |
558 | 2024-07-10T21:46:45.238Z | Compiling form_urlencoded v1.2.1 |
559 | 2024-07-10T21:46:45.267Z | Compiling unicode-normalization v0.1.23 |
560 | 2024-07-10T21:46:45.607Z | Compiling http-body v0.4.6 |
561 | 2024-07-10T21:46:45.633Z | Compiling dirs-sys-next v0.1.2 |
562 | 2024-07-10T21:46:46.117Z | Compiling unicode-bidi v0.3.15 |
563 | 2024-07-10T21:46:46.175Z | Compiling httpdate v1.0.3 |
564 | 2024-07-10T21:46:46.224Z | Compiling winnow v0.6.8 |
565 | 2024-07-10T21:46:46.288Z | Compiling anstyle-query v1.0.3 |
566 | 2024-07-10T21:46:46.380Z | Compiling pretty-hex v0.4.1 |
567 | 2024-07-10T21:46:46.462Z | Compiling time v0.3.36 |
568 | 2024-07-10T21:46:46.513Z | Compiling is_terminal_polyfill v1.70.0 |
569 | 2024-07-10T21:46:46.596Z | Compiling tower-service v0.3.2 |
570 | 2024-07-10T21:46:46.635Z | Compiling colorchoice v1.0.1 |
571 | 2024-07-10T21:46:46.695Z | Compiling camino v1.1.7 |
572 | 2024-07-10T21:46:46.727Z | Compiling crc32fast v1.4.0 |
573 | 2024-07-10T21:46:46.792Z | Compiling anstyle v1.0.7 |
574 | 2024-07-10T21:46:47.142Z | Compiling semver v1.0.23 |
575 | 2024-07-10T21:46:47.298Z | Compiling anstream v0.6.14 |
576 | 2024-07-10T21:46:47.347Z | Compiling idna v0.5.0 |
577 | 2024-07-10T21:46:47.692Z | Compiling dirs-next v2.0.0 |
578 | 2024-07-10T21:46:47.995Z | Compiling crypto-common v0.1.6 |
579 | 2024-07-10T21:46:48.740Z | Compiling block-buffer v0.10.4 |
580 | 2024-07-10T21:46:48.831Z | Compiling terminal_size v0.3.0 |
581 | 2024-07-10T21:46:49.018Z | Compiling fs-err v2.11.0 |
582 | 2024-07-10T21:46:49.087Z | Compiling thread_local v1.1.8 |
583 | 2024-07-10T21:46:49.121Z | Compiling match_cfg v0.1.0 |
584 | 2024-07-10T21:46:49.210Z | Compiling clap_lex v0.7.0 |
585 | 2024-07-10T21:46:49.238Z | Compiling base64 v0.21.7 |
586 | 2024-07-10T21:46:49.264Z | Compiling strsim v0.11.1 |
587 | 2024-07-10T21:46:49.610Z | Compiling slog-async v2.8.0 |
588 | 2024-07-10T21:46:49.637Z | Compiling anyhow v1.0.86 |
589 | 2024-07-10T21:46:49.743Z | Compiling bytecount v0.6.8 |
590 | 2024-07-10T21:46:49.940Z | Compiling heck v0.4.1 |
591 | 2024-07-10T21:46:49.966Z | Compiling unicode-width v0.1.13 |
592 | 2024-07-10T21:46:49.994Z | Compiling adler v1.0.2 |
593 | 2024-07-10T21:46:50.173Z | Compiling miniz_oxide v0.7.2 |
594 | 2024-07-10T21:46:50.204Z | Compiling papergrid v0.11.0 |
595 | 2024-07-10T21:46:50.241Z | Compiling rustls-pemfile v1.0.4 |
596 | 2024-07-10T21:46:50.280Z | Compiling clap_builder v4.5.2 |
597 | 2024-07-10T21:46:50.399Z | Compiling serde_derive v1.0.204 |
598 | 2024-07-10T21:46:50.465Z | Compiling thiserror-impl v1.0.60 |
599 | 2024-07-10T21:46:50.495Z | Compiling zerocopy-derive v0.7.34 |
600 | 2024-07-10T21:46:50.745Z | Compiling tokio-macros v2.3.0 |
601 | 2024-07-10T21:46:51.796Z | Compiling futures-macro v0.3.30 |
602 | 2024-07-10T21:46:51.822Z | Compiling openssl-macros v0.1.1 |
603 | 2024-07-10T21:46:52.352Z | Compiling tokio v1.38.0 |
604 | 2024-07-10T21:46:52.475Z | Compiling scroll_derive v0.12.0 |
605 | 2024-07-10T21:46:52.730Z | Compiling zerocopy v0.7.34 |
606 | 2024-07-10T21:46:53.595Z | Compiling pest v2.7.10 |
607 | 2024-07-10T21:46:53.855Z | Compiling futures-util v0.3.30 |
608 | 2024-07-10T21:46:53.881Z | Compiling scroll v0.12.0 |
609 | 2024-07-10T21:46:54.185Z | Compiling tabled_derive v0.7.0 |
610 | 2024-07-10T21:46:54.294Z | Compiling goblin v0.8.2 |
611 | 2024-07-10T21:46:56.462Z | Compiling pest_meta v2.7.10 |
612 | 2024-07-10T21:46:56.726Z | Compiling strum_macros v0.26.4 |
613 | 2024-07-10T21:46:59.659Z | Compiling pest_generator v2.7.10 |
614 | 2024-07-10T21:47:04.145Z | Compiling tokio-util v0.7.11 |
615 | 2024-07-10T21:47:04.145Z | Compiling pest_derive v2.7.10 |
616 | 2024-07-10T21:47:04.145Z | Compiling dtrace-parser v0.2.0 |
617 | 2024-07-10T21:47:04.145Z | Compiling h2 v0.3.26 |
618 | 2024-07-10T21:47:04.145Z | Compiling tokio-native-tls v0.3.1 |
619 | 2024-07-10T21:47:04.145Z | Compiling futures-executor v0.3.30 |
620 | 2024-07-10T21:47:04.145Z | Compiling clap_derive v4.5.4 |
621 | 2024-07-10T21:47:04.145Z | Compiling hostname v0.3.1 |
622 | 2024-07-10T21:47:04.145Z | Compiling digest v0.10.7 |
623 | 2024-07-10T21:47:04.145Z | Compiling serde_spanned v0.6.6 |
624 | 2024-07-10T21:47:04.218Z | Compiling toml_datetime v0.6.6 |
625 | 2024-07-10T21:47:04.265Z | Compiling cargo-platform v0.1.8 |
626 | 2024-07-10T21:47:04.320Z | Compiling serde_urlencoded v0.7.1 |
627 | 2024-07-10T21:47:04.725Z | Compiling toml_edit v0.22.14 |
628 | 2024-07-10T21:47:04.850Z | Compiling serde_tokenstream v0.2.1 |
629 | 2024-07-10T21:47:05.962Z | Compiling dof v0.3.0 |
630 | 2024-07-10T21:47:06.372Z | Compiling slog-json v2.6.1 |
631 | 2024-07-10T21:47:06.741Z | Compiling hyper v0.14.28 |
632 | 2024-07-10T21:47:07.436Z | Compiling crossbeam-channel v0.5.12 |
633 | 2024-07-10T21:47:07.471Z | Compiling url v2.5.0 |
634 | 2024-07-10T21:47:07.949Z | Compiling toml v0.8.14 |
635 | 2024-07-10T21:47:08.480Z | Compiling term v0.7.0 |
636 | 2024-07-10T21:47:08.695Z | Compiling usdt-attr-macro v0.5.0 |
637 | 2024-07-10T21:47:08.985Z | Compiling usdt-macro v0.5.0 |
638 | 2024-07-10T21:47:09.229Z | Compiling xattr v1.3.1 |
639 | 2024-07-10T21:47:09.284Z | Compiling is-terminal v0.4.12 |
640 | 2024-07-10T21:47:09.416Z | Compiling filetime v0.2.23 |
641 | 2024-07-10T21:47:09.508Z | Compiling memmap v0.7.0 |
642 | 2024-07-10T21:47:09.624Z | Compiling encoding_rs v0.8.34 |
643 | 2024-07-10T21:47:09.775Z | Compiling sync_wrapper v0.1.2 |
644 | 2024-07-10T21:47:09.863Z | Compiling take_mut v0.2.2 |
645 | 2024-07-10T21:47:09.917Z | Compiling cpufeatures v0.2.12 |
646 | 2024-07-10T21:47:09.992Z | Compiling mime v0.3.17 |
647 | 2024-07-10T21:47:10.050Z | Compiling ipnet v2.9.0 |
648 | 2024-07-10T21:47:10.129Z | Compiling sha2 v0.10.8 |
649 | 2024-07-10T21:47:10.286Z | Compiling hyper-tls v0.5.0 |
650 | 2024-07-10T21:47:10.626Z | Compiling usdt v0.5.0 |
651 | 2024-07-10T21:47:10.651Z | Compiling tar v0.4.40 |
652 | 2024-07-10T21:47:11.105Z | Compiling slog-term v2.9.1 |
653 | 2024-07-10T21:47:11.296Z | Compiling flate2 v1.0.30 |
654 | 2024-07-10T21:47:11.362Z | Compiling cargo_toml v0.20.3 |
655 | 2024-07-10T21:47:12.186Z | Compiling reqwest v0.11.27 |
656 | 2024-07-10T21:47:12.330Z | Compiling clap v4.5.4 |
657 | 2024-07-10T21:47:12.441Z | Compiling slog-bunyan v2.5.0 |
658 | 2024-07-10T21:47:12.605Z | Compiling cargo_metadata v0.18.1 |
659 | 2024-07-10T21:47:12.638Z | Compiling macaddr v1.0.1 |
660 | 2024-07-10T21:47:12.833Z | Compiling futures v0.3.30 |
661 | 2024-07-10T21:47:12.929Z | Compiling strum v0.26.2 |
662 | 2024-07-10T21:47:12.956Z | Compiling tabled v0.15.0 |
663 | 2024-07-10T21:47:13.129Z | Compiling swrite v0.1.0 |
664 | 2024-07-10T21:47:18.817Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
665 | 2024-07-10T21:47:30.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
666 | 2024-07-10T21:47:30.262Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
667 | 2024-07-10T21:47:30.353Z | Jul 10 21:47:29.678 INFO Starting download, target: Clickhouse |
668 | 2024-07-10T21:47:30.353Z | Jul 10 21:47:29.679 INFO Starting download, target: Cockroach |
669 | 2024-07-10T21:47:30.353Z | Jul 10 21:47:29.679 INFO Starting download, target: Console |
670 | 2024-07-10T21:47:30.353Z | Jul 10 21:47:29.679 INFO Starting download, target: DendriteOpenapi |
671 | 2024-07-10T21:47:30.353Z | Jul 10 21:47:29.679 INFO Starting download, target: DendriteStub |
672 | 2024-07-10T21:47:30.353Z | Jul 10 21:47:29.679 INFO Starting download, target: TransceiverControl |
673 | 2024-07-10T21:47:30.379Z | Jul 10 21:47:29.679 INFO Starting download, target: MaghemiteMgd |
674 | 2024-07-10T21:47:30.379Z | Jul 10 21:47:29.680 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
675 | 2024-07-10T21:47:30.379Z | Jul 10 21:47:29.680 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
676 | 2024-07-10T21:47:30.379Z | Jul 10 21:47:29.681 INFO Downloading out/downloads/dpd-a262fe770c173f7879cd942c98ab28a829890661.json (attempt 1/3), target: DendriteOpenapi |
677 | 2024-07-10T21:47:30.379Z | Jul 10 21:47:29.681 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
678 | 2024-07-10T21:47:30.379Z | Jul 10 21:47:29.681 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
679 | 2024-07-10T21:47:30.379Z | Jul 10 21:47:29.681 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
680 | 2024-07-10T21:47:30.379Z | Jul 10 21:47:29.681 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
681 | 2024-07-10T21:47:30.846Z | Jul 10 21:47:30.032 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
682 | 2024-07-10T21:47:31.142Z | Jul 10 21:47:30.392 INFO Download complete, target: Console |
683 | 2024-07-10T21:47:31.212Z | Jul 10 21:47:30.512 INFO Download complete, target: DendriteOpenapi |
684 | 2024-07-10T21:47:32.337Z | Jul 10 21:47:31.663 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
685 | 2024-07-10T21:47:32.975Z | Jul 10 21:47:32.300 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
686 | 2024-07-10T21:47:33.099Z | Jul 10 21:47:32.424 INFO Download complete, target: TransceiverControl |
687 | 2024-07-10T21:47:36.253Z | Jul 10 21:47:35.579 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
688 | 2024-07-10T21:47:36.475Z | Jul 10 21:47:35.801 INFO Download complete, target: MaghemiteMgd |
689 | 2024-07-10T21:47:39.854Z | Jul 10 21:47:39.179 INFO Download complete, target: DendriteStub |
690 | 2024-07-10T21:47:41.054Z | Jul 10 21:47:40.380 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
691 | 2024-07-10T21:47:41.054Z | Jul 10 21:47:40.380 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
692 | 2024-07-10T21:47:46.856Z | Jul 10 21:47:46.182 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
693 | 2024-07-10T21:47:51.786Z | Jul 10 21:47:51.112 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
694 | 2024-07-10T21:47:52.241Z | Jul 10 21:47:51.566 INFO Checking that binary works, target: Cockroach |
695 | 2024-07-10T21:47:52.448Z | Jul 10 21:47:51.774 INFO Download complete, target: Cockroach |
696 | 2024-07-10T21:48:04.792Z | Jul 10 21:48:04.119 INFO Checking that binary works, target: Clickhouse |
697 | 2024-07-10T21:48:04.985Z | Jul 10 21:48:04.312 INFO Download complete, target: Clickhouse |
698 | 2024-07-10T21:48:05.011Z | All builder prerequisites installed successfully, and PATH looks valid |
699 | 2024-07-10T21:48:05.036Z | |
700 | 2024-07-10T21:48:05.036Z | real 3:04.280832699 |
701 | 2024-07-10T21:48:05.036Z | user 5:57.811900028 |
702 | 2024-07-10T21:48:05.036Z | sys 1:26.932384595 |
703 | 2024-07-10T21:48:05.036Z | trap 0.222890634 |
704 | 2024-07-10T21:48:05.036Z | tflt 0.121189178 |
705 | 2024-07-10T21:48:05.036Z | dflt 0.700800585 |
706 | 2024-07-10T21:48:05.036Z | kflt 0.008363446 |
707 | 2024-07-10T21:48:05.036Z | lock 17:17.689383307 |
708 | 2024-07-10T21:48:05.036Z | slp 16:35.238285903 |
709 | 2024-07-10T21:48:05.036Z | lat 24.777928209 |
710 | 2024-07-10T21:48:05.036Z | stop 1:06.195132170 |
711 | 2024-07-10T21:48:05.036Z | + banner clippy |
712 | 2024-07-10T21:48:05.036Z | |
713 | 2024-07-10T21:48:05.036Z | #### # # ##### ##### # # |
714 | 2024-07-10T21:48:05.036Z | # # # # # # # # # # |
715 | 2024-07-10T21:48:05.036Z | # # # # # # # # |
716 | 2024-07-10T21:48:05.036Z | # # # ##### ##### # |
717 | 2024-07-10T21:48:05.036Z | # # # # # # # |
718 | 2024-07-10T21:48:05.036Z | #### ###### # # # # |
719 | 2024-07-10T21:48:05.036Z | |
720 | 2024-07-10T21:48:05.036Z | + export CARGO_INCREMENTAL=0 |
721 | 2024-07-10T21:48:05.036Z | + CARGO_INCREMENTAL=0 |
722 | 2024-07-10T21:48:05.036Z | + ptime -m cargo xtask clippy |
723 | 2024-07-10T21:48:05.821Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
724 | 2024-07-10T21:48:16.541Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 11.45s |
725 | 2024-07-10T21:48:16.609Z | Running `target/debug/xtask clippy` |
726 | 2024-07-10T21:48:16.649Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--workspace" "--" "--deny" "warnings" |
727 | 2024-07-10T21:48:17.628Z | Downloading crates ... |
728 | 2024-07-10T21:48:17.836Z | Downloaded cstr-argument v0.1.2 |
729 | 2024-07-10T21:48:17.862Z | Downloaded newtype_derive v0.1.6 |
730 | 2024-07-10T21:48:17.887Z | Downloaded serde_arrays v0.1.0 |
731 | 2024-07-10T21:48:17.912Z | Downloaded tabwriter v1.4.0 |
732 | 2024-07-10T21:48:17.938Z | Downloaded hash32 v0.3.1 |
733 | 2024-07-10T21:48:17.964Z | Downloaded tls_codec v0.4.1 |
734 | 2024-07-10T21:48:17.964Z | Downloaded tower-layer v0.3.2 |
735 | 2024-07-10T21:48:17.964Z | Downloaded toolchain_find v0.4.0 |
736 | 2024-07-10T21:48:17.991Z | Downloaded vte_generate_state_changes v0.1.1 |
737 | 2024-07-10T21:48:17.991Z | Downloaded darling_macro v0.20.9 |
738 | 2024-07-10T21:48:17.991Z | Downloaded which v4.4.2 |
739 | 2024-07-10T21:48:17.991Z | Downloaded downcast v0.11.0 |
740 | 2024-07-10T21:48:18.017Z | Downloaded escape8259 v0.5.2 |
741 | 2024-07-10T21:48:18.017Z | Downloaded phf_shared v0.10.0 |
742 | 2024-07-10T21:48:18.017Z | Downloaded plotters-svg v0.3.5 |
743 | 2024-07-10T21:48:18.017Z | Downloaded precomputed-hash v0.1.1 |
744 | 2024-07-10T21:48:18.017Z | Downloaded pretty-hex v0.2.1 |
745 | 2024-07-10T21:48:18.043Z | Downloaded rfc6979 v0.4.0 |
746 | 2024-07-10T21:48:18.093Z | Downloaded rpassword v7.3.1 |
747 | 2024-07-10T21:48:18.117Z | Downloaded rsa v0.9.6 |
748 | 2024-07-10T21:48:18.142Z | Downloaded regress v0.9.1 |
749 | 2024-07-10T21:48:18.167Z | Downloaded regex-syntax v0.8.3 |
750 | 2024-07-10T21:48:18.167Z | Downloaded petgraph v0.6.5 |
751 | 2024-07-10T21:48:18.191Z | Downloaded regex-automata v0.4.6 |
752 | 2024-07-10T21:48:18.216Z | Downloaded sha3 v0.10.8 |
753 | 2024-07-10T21:48:18.242Z | Downloaded finl_unicode v1.2.0 |
754 | 2024-07-10T21:48:18.242Z | Downloaded diesel v2.1.6 |
755 | 2024-07-10T21:48:18.267Z | Downloaded ratatui v0.27.0 |
756 | 2024-07-10T21:48:18.291Z | Downloaded zerocopy-derive v0.6.6 |
757 | 2024-07-10T21:48:18.316Z | Downloaded regex-syntax v0.6.29 |
758 | 2024-07-10T21:48:18.316Z | Downloaded regex v1.10.5 |
759 | 2024-07-10T21:48:18.341Z | Downloaded polar-core v0.27.3 |
760 | 2024-07-10T21:48:18.341Z | Downloaded webpki-roots v0.25.4 |
761 | 2024-07-10T21:48:18.365Z | Downloaded rustls v0.22.4 |
762 | 2024-07-10T21:48:18.365Z | Downloaded csv v1.3.0 |
763 | 2024-07-10T21:48:18.390Z | Downloaded ron v0.8.1 |
764 | 2024-07-10T21:48:18.415Z | Downloaded ron v0.7.1 |
765 | 2024-07-10T21:48:18.415Z | Downloaded regex-automata v0.1.10 |
766 | 2024-07-10T21:48:18.415Z | Downloaded rand v0.8.5 |
767 | 2024-07-10T21:48:18.415Z | Downloaded rand v0.7.3 |
768 | 2024-07-10T21:48:18.440Z | Downloaded radix_trie v0.2.1 |
769 | 2024-07-10T21:48:18.440Z | Downloaded quick-xml v0.31.0 |
770 | 2024-07-10T21:48:18.440Z | Downloaded proptest v1.4.0 |
771 | 2024-07-10T21:48:18.464Z | Downloaded ring v0.17.8 |
772 | 2024-07-10T21:48:18.527Z | Downloaded hkdf v0.12.4 |
773 | 2024-07-10T21:48:18.552Z | Downloaded expectorate v1.1.0 |
774 | 2024-07-10T21:48:18.552Z | Downloaded elliptic-curve v0.13.8 |
775 | 2024-07-10T21:48:18.552Z | Downloaded ed25519-dalek v2.1.1 |
776 | 2024-07-10T21:48:18.552Z | Downloaded ring v0.16.20 |
777 | 2024-07-10T21:48:18.637Z | Downloaded der v0.7.9 |
778 | 2024-07-10T21:48:18.662Z | Downloaded darling_core v0.20.9 |
779 | 2024-07-10T21:48:18.662Z | Downloaded x509-cert v0.2.5 |
780 | 2024-07-10T21:48:18.662Z | Downloaded winnow v0.5.40 |
781 | 2024-07-10T21:48:18.687Z | Downloaded trust-dns-proto v0.22.0 |
782 | 2024-07-10T21:48:18.687Z | Downloaded p521 v0.13.3 |
783 | 2024-07-10T21:48:18.687Z | Downloaded openapiv3 v2.0.0 |
784 | 2024-07-10T21:48:18.713Z | Downloaded object v0.32.2 |
785 | 2024-07-10T21:48:18.713Z | Downloaded object v0.30.4 |
786 | 2024-07-10T21:48:18.740Z | Downloaded num-bigint-dig v0.8.4 |
787 | 2024-07-10T21:48:18.740Z | Downloaded nom v7.1.3 |
788 | 2024-07-10T21:48:18.740Z | Downloaded nix v0.28.0 |
789 | 2024-07-10T21:48:18.765Z | Downloaded nix v0.27.1 |
790 | 2024-07-10T21:48:18.790Z | Downloaded libxml v0.3.3 |
791 | 2024-07-10T21:48:18.790Z | Downloaded lalrpop v0.19.12 |
792 | 2024-07-10T21:48:18.815Z | Downloaded itertools v0.12.1 |
793 | 2024-07-10T21:48:18.815Z | Downloaded itertools v0.10.5 |
794 | 2024-07-10T21:48:18.815Z | Downloaded idna v0.3.0 |
795 | 2024-07-10T21:48:18.840Z | Downloaded idna v0.2.3 |
796 | 2024-07-10T21:48:18.840Z | Downloaded relative-path v1.9.3 |
797 | 2024-07-10T21:48:18.840Z | Downloaded ref-cast-impl v1.0.23 |
798 | 2024-07-10T21:48:18.840Z | Downloaded ref-cast v1.0.23 |
799 | 2024-07-10T21:48:18.840Z | Downloaded reedline v0.31.0 |
800 | 2024-07-10T21:48:18.840Z | Downloaded rcgen v0.12.1 |
801 | 2024-07-10T21:48:18.864Z | Downloaded rayon-core v1.12.1 |
802 | 2024-07-10T21:48:18.865Z | Downloaded rayon v1.10.0 |
803 | 2024-07-10T21:48:18.865Z | Downloaded rand_xorshift v0.3.0 |
804 | 2024-07-10T21:48:18.865Z | Downloaded rand_seeder v0.2.3 |
805 | 2024-07-10T21:48:18.865Z | Downloaded rand_distr v0.4.3 |
806 | 2024-07-10T21:48:18.865Z | Downloaded rand_core v0.6.4 |
807 | 2024-07-10T21:48:18.890Z | Downloaded rand_core v0.5.1 |
808 | 2024-07-10T21:48:18.890Z | Downloaded rand_chacha v0.3.1 |
809 | 2024-07-10T21:48:18.890Z | Downloaded rand_chacha v0.2.2 |
810 | 2024-07-10T21:48:18.890Z | Downloaded quick-error v1.2.3 |
811 | 2024-07-10T21:48:18.890Z | Downloaded publicsuffix v2.2.3 |
812 | 2024-07-10T21:48:18.890Z | Downloaded russh-keys v0.43.0 |
813 | 2024-07-10T21:48:18.890Z | Downloaded russh-cryptovec v0.7.2 |
814 | 2024-07-10T21:48:18.890Z | Downloaded russh v0.43.0 |
815 | 2024-07-10T21:48:18.890Z | Downloaded psl-types v2.0.11 |
816 | 2024-07-10T21:48:18.890Z | Downloaded proc-macro-crate v1.3.1 |
817 | 2024-07-10T21:48:18.890Z | Downloaded primeorder v0.13.6 |
818 | 2024-07-10T21:48:18.890Z | Downloaded pretty_assertions v1.4.0 |
819 | 2024-07-10T21:48:18.915Z | Downloaded postgres-protocol v0.6.6 |
820 | 2024-07-10T21:48:18.915Z | Downloaded postcard v1.0.8 |
821 | 2024-07-10T21:48:18.915Z | Downloaded portable-atomic v1.6.0 |
822 | 2024-07-10T21:48:18.915Z | Downloaded plotters v0.3.5 |
823 | 2024-07-10T21:48:18.915Z | Downloaded pem-rfc7468 v0.7.0 |
824 | 2024-07-10T21:48:18.940Z | Downloaded pem v3.0.4 |
825 | 2024-07-10T21:48:18.940Z | Downloaded peg-macros v0.8.3 |
826 | 2024-07-10T21:48:18.940Z | Downloaded peg v0.8.3 |
827 | 2024-07-10T21:48:18.940Z | Downloaded hyper-util v0.1.3 |
828 | 2024-07-10T21:48:18.940Z | Downloaded hyper-staticfile v0.9.5 |
829 | 2024-07-10T21:48:18.940Z | Downloaded hyper-rustls v0.26.0 |
830 | 2024-07-10T21:48:18.940Z | Downloaded hyper-rustls v0.24.2 |
831 | 2024-07-10T21:48:18.940Z | Downloaded hyper v1.3.1 |
832 | 2024-07-10T21:48:18.965Z | Downloaded humantime v2.1.0 |
833 | 2024-07-10T21:48:18.965Z | Downloaded hubpack v0.1.2 |
834 | 2024-07-10T21:48:18.965Z | Downloaded httptest v0.15.5 |
835 | 2024-07-10T21:48:18.965Z | Downloaded http v1.1.0 |
836 | 2024-07-10T21:48:18.965Z | Downloaded hmac v0.12.1 |
837 | 2024-07-10T21:48:18.965Z | Downloaded fd-lock v4.0.2 |
838 | 2024-07-10T21:48:18.965Z | Downloaded fatfs v0.3.6 |
839 | 2024-07-10T21:48:18.991Z | Downloaded fancy-regex v0.13.0 |
840 | 2024-07-10T21:48:18.991Z | Downloaded env_logger v0.10.2 |
841 | 2024-07-10T21:48:18.991Z | Downloaded env_logger v0.9.3 |
842 | 2024-07-10T21:48:18.991Z | Downloaded embedded-io v0.4.0 |
843 | 2024-07-10T21:48:18.991Z | Downloaded either v1.12.0 |
844 | 2024-07-10T21:48:18.991Z | Downloaded derive-where v1.2.7 |
845 | 2024-07-10T21:48:18.991Z | Downloaded zip v0.6.6 |
846 | 2024-07-10T21:48:19.017Z | Downloaded zerocopy v0.6.6 |
847 | 2024-07-10T21:48:19.017Z | Downloaded trust-dns-client v0.22.0 |
848 | 2024-07-10T21:48:19.017Z | Downloaded tower v0.4.13 |
849 | 2024-07-10T21:48:19.017Z | Downloaded tough v0.17.1 |
850 | 2024-07-10T21:48:19.042Z | Downloaded toml_edit v0.19.15 |
851 | 2024-07-10T21:48:19.042Z | Downloaded rustls v0.21.12 |
852 | 2024-07-10T21:48:19.067Z | Downloaded itertools v0.13.0 |
853 | 2024-07-10T21:48:19.067Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
854 | 2024-07-10T21:48:19.091Z | Downloaded resolv-conf v0.7.0 |
855 | 2024-07-10T21:48:19.092Z | Downloaded radium v0.7.0 |
856 | 2024-07-10T21:48:19.092Z | Downloaded r2d2 v0.8.10 |
857 | 2024-07-10T21:48:19.092Z | Downloaded rtoolbox v0.0.2 |
858 | 2024-07-10T21:48:19.092Z | Downloaded rstest_macros v0.19.0 |
859 | 2024-07-10T21:48:19.092Z | Downloaded rstest v0.19.0 |
860 | 2024-07-10T21:48:19.117Z | Downloaded prettyplease v0.2.20 |
861 | 2024-07-10T21:48:19.117Z | Downloaded predicates-tree v1.0.9 |
862 | 2024-07-10T21:48:19.117Z | Downloaded predicates-core v1.0.6 |
863 | 2024-07-10T21:48:19.117Z | Downloaded predicates v3.1.0 |
864 | 2024-07-10T21:48:19.117Z | Downloaded ppv-lite86 v0.2.17 |
865 | 2024-07-10T21:48:19.117Z | Downloaded postgres-types v0.2.6 |
866 | 2024-07-10T21:48:19.117Z | Downloaded polyval v0.6.2 |
867 | 2024-07-10T21:48:19.117Z | Downloaded poly1305 v0.8.0 |
868 | 2024-07-10T21:48:19.117Z | Downloaded pkcs8 v0.10.2 |
869 | 2024-07-10T21:48:19.142Z | Downloaded pkcs1 v0.7.5 |
870 | 2024-07-10T21:48:19.142Z | Downloaded pin-project-internal v1.1.5 |
871 | 2024-07-10T21:48:19.142Z | Downloaded pin-project v1.1.5 |
872 | 2024-07-10T21:48:19.142Z | Downloaded phf_shared v0.11.2 |
873 | 2024-07-10T21:48:19.142Z | Downloaded phf v0.11.2 |
874 | 2024-07-10T21:48:19.142Z | Downloaded rustc_version v0.1.7 |
875 | 2024-07-10T21:48:19.167Z | Downloaded rustc-hash v1.1.0 |
876 | 2024-07-10T21:48:19.167Z | Downloaded rustc-demangle v0.1.24 |
877 | 2024-07-10T21:48:19.167Z | Downloaded rust-argon2 v2.1.0 |
878 | 2024-07-10T21:48:19.167Z | Downloaded home v0.5.9 |
879 | 2024-07-10T21:48:19.167Z | Downloaded fastrand v2.1.0 |
880 | 2024-07-10T21:48:19.167Z | Downloaded fallible-iterator v0.2.0 |
881 | 2024-07-10T21:48:19.167Z | Downloaded erased-serde v0.3.31 |
882 | 2024-07-10T21:48:19.167Z | Downloaded diesel_derives v2.1.4 |
883 | 2024-07-10T21:48:19.167Z | Downloaded unicode_categories v0.1.1 |
884 | 2024-07-10T21:48:19.167Z | Downloaded rustls-webpki v0.101.7 |
885 | 2024-07-10T21:48:19.192Z | Downloaded sled v0.34.7 |
886 | 2024-07-10T21:48:19.192Z | Downloaded plotters-backend v0.3.5 |
887 | 2024-07-10T21:48:19.217Z | Downloaded fixedbitset v0.4.2 |
888 | 2024-07-10T21:48:19.217Z | Downloaded derive_builder_core v0.20.0 |
889 | 2024-07-10T21:48:19.217Z | Downloaded derive_builder v0.20.0 |
890 | 2024-07-10T21:48:19.217Z | Downloaded der_derive v0.7.2 |
891 | 2024-07-10T21:48:19.217Z | Downloaded portpicker v0.1.1 |
892 | 2024-07-10T21:48:19.217Z | Downloaded ff v0.13.0 |
893 | 2024-07-10T21:48:19.217Z | Downloaded diff v0.1.13 |
894 | 2024-07-10T21:48:19.217Z | Downloaded zeroize v1.7.0 |
895 | 2024-07-10T21:48:19.218Z | Downloaded unicode-segmentation v1.11.0 |
896 | 2024-07-10T21:48:19.218Z | Downloaded typed-path v0.7.1 |
897 | 2024-07-10T21:48:19.242Z | Downloaded sct v0.7.1 |
898 | 2024-07-10T21:48:19.242Z | Downloaded rustls-webpki v0.102.4 |
899 | 2024-07-10T21:48:19.267Z | Downloaded hubpack_derive v0.1.1 |
900 | 2024-07-10T21:48:19.267Z | Downloaded hostname v0.4.0 |
901 | 2024-07-10T21:48:19.267Z | Downloaded highway v1.1.0 |
902 | 2024-07-10T21:48:19.267Z | Downloaded flagset v0.4.5 |
903 | 2024-07-10T21:48:19.267Z | Downloaded ena v0.14.3 |
904 | 2024-07-10T21:48:19.268Z | Downloaded ecdsa v0.16.9 |
905 | 2024-07-10T21:48:19.268Z | Downloaded dhcproto v0.11.0 |
906 | 2024-07-10T21:48:19.268Z | Downloaded derive_more v0.99.18 |
907 | 2024-07-10T21:48:19.294Z | Downloaded yasna v0.5.2 |
908 | 2024-07-10T21:48:19.294Z | Downloaded trust-dns-server v0.22.1 |
909 | 2024-07-10T21:48:19.294Z | Downloaded trust-dns-resolver v0.22.0 |
910 | 2024-07-10T21:48:19.294Z | Downloaded serde_with v3.8.1 |
911 | 2024-07-10T21:48:19.319Z | Downloaded minimal-lexical v0.2.1 |
912 | 2024-07-10T21:48:19.319Z | Downloaded peg-runtime v0.8.3 |
913 | 2024-07-10T21:48:19.319Z | Downloaded http-range v0.1.5 |
914 | 2024-07-10T21:48:19.319Z | Downloaded http-body v1.0.0 |
915 | 2024-07-10T21:48:19.319Z | Downloaded enum-as-inner v0.5.1 |
916 | 2024-07-10T21:48:19.319Z | Downloaded ed25519 v2.2.3 |
917 | 2024-07-10T21:48:19.319Z | Downloaded unsafe-libyaml v0.2.11 |
918 | 2024-07-10T21:48:19.319Z | Downloaded heapless v0.8.0 |
919 | 2024-07-10T21:48:19.319Z | Downloaded gimli v0.28.1 |
920 | 2024-07-10T21:48:19.346Z | Downloaded endian-type v0.1.2 |
921 | 2024-07-10T21:48:19.346Z | Downloaded ed25519 v1.5.3 |
922 | 2024-07-10T21:48:19.346Z | Downloaded dyn-clone v1.0.17 |
923 | 2024-07-10T21:48:19.346Z | Downloaded dirs-sys v0.4.1 |
924 | 2024-07-10T21:48:19.346Z | Downloaded dirs v5.0.1 |
925 | 2024-07-10T21:48:19.346Z | Downloaded difflib v0.4.0 |
926 | 2024-07-10T21:48:19.346Z | Downloaded diesel_table_macro_syntax v0.1.0 |
927 | 2024-07-10T21:48:19.346Z | Downloaded dhcproto-macros v0.1.0 |
928 | 2024-07-10T21:48:19.346Z | Downloaded derive_builder_macro v0.20.0 |
929 | 2024-07-10T21:48:19.346Z | Downloaded defmt-parser v0.3.4 |
930 | 2024-07-10T21:48:19.346Z | Downloaded defmt-macros v0.3.9 |
931 | 2024-07-10T21:48:19.346Z | Downloaded defmt v0.3.8 |
932 | 2024-07-10T21:48:19.346Z | Downloaded debug-ignore v1.0.5 |
933 | 2024-07-10T21:48:19.371Z | Downloaded datatest-stable v0.2.9 |
934 | 2024-07-10T21:48:19.371Z | Downloaded data-encoding v2.6.0 |
935 | 2024-07-10T21:48:19.371Z | Downloaded zone v0.1.8 |
936 | 2024-07-10T21:48:19.371Z | Downloaded zeroize_derive v1.4.2 |
937 | 2024-07-10T21:48:19.371Z | Downloaded yansi v0.5.1 |
938 | 2024-07-10T21:48:19.371Z | Downloaded whoami v1.5.1 |
939 | 2024-07-10T21:48:19.371Z | Downloaded tungstenite v0.21.0 |
940 | 2024-07-10T21:48:19.371Z | Downloaded tungstenite v0.20.1 |
941 | 2024-07-10T21:48:19.371Z | Downloaded trybuild v1.0.96 |
942 | 2024-07-10T21:48:19.371Z | Downloaded toml v0.7.8 |
943 | 2024-07-10T21:48:19.396Z | Downloaded toml v0.5.11 |
944 | 2024-07-10T21:48:19.396Z | Downloaded num-bigint v0.4.5 |
945 | 2024-07-10T21:48:19.396Z | Downloaded libm v0.2.8 |
946 | 2024-07-10T21:48:19.396Z | Downloaded doc-comment v0.3.3 |
947 | 2024-07-10T21:48:19.396Z | Downloaded display-error-chain v0.2.0 |
948 | 2024-07-10T21:48:19.396Z | Downloaded wyz v0.5.1 |
949 | 2024-07-10T21:48:19.396Z | Downloaded walkdir v2.5.0 |
950 | 2024-07-10T21:48:19.422Z | Downloaded wait-timeout v0.2.0 |
951 | 2024-07-10T21:48:19.422Z | Downloaded vte v0.11.1 |
952 | 2024-07-10T21:48:19.422Z | Downloaded vsss-rs v3.3.4 |
953 | 2024-07-10T21:48:19.422Z | Downloaded uuid v1.9.1 |
954 | 2024-07-10T21:48:19.422Z | Downloaded unicode-xid v0.2.4 |
955 | 2024-07-10T21:48:19.422Z | Downloaded tracing-attributes v0.1.27 |
956 | 2024-07-10T21:48:19.422Z | Downloaded textwrap v0.16.1 |
957 | 2024-07-10T21:48:19.422Z | Downloaded rustyline v14.0.0 |
958 | 2024-07-10T21:48:19.447Z | Downloaded slog-scope v4.4.0 |
959 | 2024-07-10T21:48:19.447Z | Downloaded uzers v0.11.3 |
960 | 2024-07-10T21:48:19.447Z | Downloaded untrusted v0.9.0 |
961 | 2024-07-10T21:48:19.447Z | Downloaded untrusted v0.7.1 |
962 | 2024-07-10T21:48:19.447Z | Downloaded universal-hash v0.5.1 |
963 | 2024-07-10T21:48:19.447Z | Downloaded unicode-truncate v1.0.0 |
964 | 2024-07-10T21:48:19.448Z | Downloaded tui-tree-widget v0.21.0 |
965 | 2024-07-10T21:48:19.448Z | Downloaded tokio-tungstenite v0.20.1 |
966 | 2024-07-10T21:48:19.448Z | Downloaded tokio-stream v0.1.15 |
967 | 2024-07-10T21:48:19.448Z | Downloaded similar v2.5.0 |
968 | 2024-07-10T21:48:19.472Z | Downloaded salty v0.2.0 |
969 | 2024-07-10T21:48:19.472Z | Downloaded zone_cfg_derive v0.1.2 |
970 | 2024-07-10T21:48:19.473Z | Downloaded waitgroup v0.1.2 |
971 | 2024-07-10T21:48:19.473Z | Downloaded utf-8 v0.7.6 |
972 | 2024-07-10T21:48:19.473Z | Downloaded unicode-linebreak v0.1.5 |
973 | 2024-07-10T21:48:19.473Z | Downloaded unicase v2.7.0 |
974 | 2024-07-10T21:48:19.473Z | Downloaded unarray v0.1.4 |
975 | 2024-07-10T21:48:19.473Z | Downloaded tokio-tungstenite v0.21.0 |
976 | 2024-07-10T21:48:19.473Z | Downloaded tokio-postgres v0.7.10 |
977 | 2024-07-10T21:48:19.473Z | Downloaded tinytemplate v1.2.1 |
978 | 2024-07-10T21:48:19.498Z | Downloaded signal-hook v0.3.17 |
979 | 2024-07-10T21:48:19.498Z | Downloaded serde_with_macros v3.8.1 |
980 | 2024-07-10T21:48:19.498Z | Downloaded topological-sort v0.2.2 |
981 | 2024-07-10T21:48:19.498Z | Downloaded tokio-rustls v0.25.0 |
982 | 2024-07-10T21:48:19.498Z | Downloaded tokio-rustls v0.24.1 |
983 | 2024-07-10T21:48:19.498Z | Downloaded tls_codec_derive v0.4.1 |
984 | 2024-07-10T21:48:19.498Z | Downloaded tiny-keccak v2.0.2 |
985 | 2024-07-10T21:48:19.498Z | Downloaded thiserror-no-std v2.0.2 |
986 | 2024-07-10T21:48:19.498Z | Downloaded termcolor v1.4.1 |
987 | 2024-07-10T21:48:19.523Z | Downloaded signature v2.2.0 |
988 | 2024-07-10T21:48:19.523Z | Downloaded shell-words v1.1.0 |
989 | 2024-07-10T21:48:19.523Z | Downloaded serde_yaml v0.9.34+deprecated |
990 | 2024-07-10T21:48:19.523Z | Downloaded p256 v0.13.2 |
991 | 2024-07-10T21:48:19.523Z | Downloaded threadpool v1.8.1 |
992 | 2024-07-10T21:48:19.523Z | Downloaded thiserror-impl-no-std v2.0.2 |
993 | 2024-07-10T21:48:19.523Z | Downloaded termtree v0.4.1 |
994 | 2024-07-10T21:48:19.523Z | Downloaded termios v0.3.3 |
995 | 2024-07-10T21:48:19.523Z | Downloaded signature v1.6.4 |
996 | 2024-07-10T21:48:19.523Z | Downloaded signal-hook-tokio v0.3.1 |
997 | 2024-07-10T21:48:19.523Z | Downloaded signal-hook-mio v0.2.3 |
998 | 2024-07-10T21:48:19.523Z | Downloaded sha1 v0.10.6 |
999 | 2024-07-10T21:48:19.523Z | Downloaded serde_repr v0.1.19 |
1000 | 2024-07-10T21:48:19.523Z | Downloaded serde_path_to_error v0.1.16 |
1001 | 2024-07-10T21:48:19.548Z | Downloaded sec1 v0.7.3 |
1002 | 2024-07-10T21:48:19.548Z | Downloaded schemars_derive v0.8.21 |
1003 | 2024-07-10T21:48:19.548Z | Downloaded schemars v0.8.21 |
1004 | 2024-07-10T21:48:19.548Z | Downloaded scheduled-thread-pool v0.2.7 |
1005 | 2024-07-10T21:48:19.548Z | Downloaded same-file v1.0.6 |
1006 | 2024-07-10T21:48:19.548Z | Downloaded samael v0.0.15 |
1007 | 2024-07-10T21:48:19.574Z | Downloaded rusty-fork v0.3.0 |
1008 | 2024-07-10T21:48:19.574Z | Downloaded rustls-pemfile v2.1.2 |
1009 | 2024-07-10T21:48:19.574Z | Downloaded target-spec v3.1.0 |
1010 | 2024-07-10T21:48:19.574Z | Downloaded smoltcp v0.11.0 |
1011 | 2024-07-10T21:48:19.598Z | Downloaded omicron-zone-package v0.11.0 |
1012 | 2024-07-10T21:48:19.598Z | Downloaded test-strategy v0.3.1 |
1013 | 2024-07-10T21:48:19.599Z | Downloaded tempfile v3.10.1 |
1014 | 2024-07-10T21:48:19.599Z | Downloaded serde_derive_internals v0.29.1 |
1015 | 2024-07-10T21:48:19.599Z | Downloaded rustls-pki-types v1.7.0 |
1016 | 2024-07-10T21:48:19.624Z | Downloaded rustls-native-certs v0.7.0 |
1017 | 2024-07-10T21:48:19.624Z | Downloaded hex-literal v0.4.1 |
1018 | 2024-07-10T21:48:19.624Z | Downloaded hex v0.4.3 |
1019 | 2024-07-10T21:48:19.624Z | Downloaded heck v0.3.3 |
1020 | 2024-07-10T21:48:19.624Z | Downloaded flume v0.11.0 |
1021 | 2024-07-10T21:48:19.624Z | Downloaded target-lexicon v0.12.14 |
1022 | 2024-07-10T21:48:19.624Z | Downloaded password-hash v0.4.2 |
1023 | 2024-07-10T21:48:19.624Z | Downloaded partial-io v0.5.4 |
1024 | 2024-07-10T21:48:19.650Z | Downloaded parse-display-derive v0.9.1 |
1025 | 2024-07-10T21:48:19.650Z | Downloaded parking_lot_core v0.8.6 |
1026 | 2024-07-10T21:48:19.650Z | Downloaded parking_lot v0.11.2 |
1027 | 2024-07-10T21:48:19.650Z | Downloaded num-traits v0.2.19 |
1028 | 2024-07-10T21:48:19.650Z | Downloaded num-derive v0.4.2 |
1029 | 2024-07-10T21:48:19.650Z | Downloaded nu-ansi-term v0.50.0 |
1030 | 2024-07-10T21:48:19.650Z | Downloaded multer v3.1.0 |
1031 | 2024-07-10T21:48:19.675Z | Downloaded mockall_derive v0.12.1 |
1032 | 2024-07-10T21:48:19.675Z | Downloaded libsw v3.3.1 |
1033 | 2024-07-10T21:48:19.675Z | Downloaded indicatif v0.17.8 |
1034 | 2024-07-10T21:48:19.675Z | Downloaded indexmap v1.9.3 |
1035 | 2024-07-10T21:48:19.675Z | Downloaded sigpipe v0.1.3 |
1036 | 2024-07-10T21:48:19.675Z | Downloaded shlex v1.3.0 |
1037 | 2024-07-10T21:48:19.675Z | Downloaded serde_plain v1.0.2 |
1038 | 2024-07-10T21:48:19.675Z | Downloaded rustfmt-wrapper v0.2.1 |
1039 | 2024-07-10T21:48:19.675Z | Downloaded rustc_version v0.4.0 |
1040 | 2024-07-10T21:48:19.675Z | Downloaded heapless v0.7.17 |
1041 | 2024-07-10T21:48:19.700Z | Downloaded headers-core v0.2.0 |
1042 | 2024-07-10T21:48:19.700Z | Downloaded headers v0.3.9 |
1043 | 2024-07-10T21:48:19.700Z | Downloaded hashbrown v0.13.2 |
1044 | 2024-07-10T21:48:19.700Z | Downloaded hashbrown v0.12.3 |
1045 | 2024-07-10T21:48:19.700Z | Downloaded hash32 v0.2.1 |
1046 | 2024-07-10T21:48:19.700Z | Downloaded half v2.4.1 |
1047 | 2024-07-10T21:48:19.700Z | Downloaded guppy-workspace-hack v0.1.0 |
1048 | 2024-07-10T21:48:19.727Z | Downloaded guppy v0.17.5 |
1049 | 2024-07-10T21:48:19.727Z | Downloaded tap v1.0.1 |
1050 | 2024-07-10T21:48:19.727Z | Downloaded smoltcp v0.9.1 |
1051 | 2024-07-10T21:48:19.727Z | Downloaded password-hash v0.5.0 |
1052 | 2024-07-10T21:48:19.752Z | Downloaded parse-display v0.9.1 |
1053 | 2024-07-10T21:48:19.752Z | Downloaded packed_struct v0.10.1 |
1054 | 2024-07-10T21:48:19.752Z | Downloaded owo-colors v4.0.0 |
1055 | 2024-07-10T21:48:19.752Z | Downloaded oso v0.27.3 |
1056 | 2024-07-10T21:48:19.752Z | Downloaded oorandom v11.1.3 |
1057 | 2024-07-10T21:48:19.752Z | Downloaded olpc-cjson v0.1.3 |
1058 | 2024-07-10T21:48:19.752Z | Downloaded num_enum v0.5.11 |
1059 | 2024-07-10T21:48:19.752Z | Downloaded num-rational v0.4.2 |
1060 | 2024-07-10T21:48:19.752Z | Downloaded num-iter v0.1.45 |
1061 | 2024-07-10T21:48:19.752Z | Downloaded nanorand v0.7.0 |
1062 | 2024-07-10T21:48:19.777Z | Downloaded mime_guess v2.0.4 |
1063 | 2024-07-10T21:48:19.777Z | Downloaded memoffset v0.9.1 |
1064 | 2024-07-10T21:48:19.777Z | Downloaded memmap2 v0.9.4 |
1065 | 2024-07-10T21:48:19.777Z | Downloaded maybe-uninit v2.0.0 |
1066 | 2024-07-10T21:48:19.777Z | Downloaded maplit v1.0.2 |
1067 | 2024-07-10T21:48:19.777Z | Downloaded lru-cache v0.1.2 |
1068 | 2024-07-10T21:48:19.777Z | Downloaded linked-hash-map v0.5.6 |
1069 | 2024-07-10T21:48:19.777Z | Downloaded libtest-mimic v0.7.3 |
1070 | 2024-07-10T21:48:19.777Z | Downloaded iana-time-zone v0.1.60 |
1071 | 2024-07-10T21:48:19.777Z | Downloaded bstr v1.9.1 |
1072 | 2024-07-10T21:48:19.803Z | Downloaded group v0.13.0 |
1073 | 2024-07-10T21:48:19.803Z | Downloaded globset v0.4.14 |
1074 | 2024-07-10T21:48:19.803Z | Downloaded glob v0.3.1 |
1075 | 2024-07-10T21:48:19.803Z | Downloaded ghash v0.5.1 |
1076 | 2024-07-10T21:48:19.803Z | Downloaded getrandom v0.2.14 |
1077 | 2024-07-10T21:48:19.803Z | Downloaded getrandom v0.1.16 |
1078 | 2024-07-10T21:48:19.803Z | Downloaded getopts v0.2.21 |
1079 | 2024-07-10T21:48:19.803Z | Downloaded gethostname v0.4.3 |
1080 | 2024-07-10T21:48:19.803Z | Downloaded fxhash v0.2.1 |
1081 | 2024-07-10T21:48:19.803Z | Downloaded futures-timer v3.0.3 |
1082 | 2024-07-10T21:48:19.829Z | Downloaded funty v2.0.0 |
1083 | 2024-07-10T21:48:19.829Z | Downloaded fragile v2.0.0 |
1084 | 2024-07-10T21:48:19.829Z | Downloaded foreign-types-shared v0.3.1 |
1085 | 2024-07-10T21:48:19.829Z | Downloaded foreign-types-macros v0.2.3 |
1086 | 2024-07-10T21:48:19.829Z | Downloaded foreign-types v0.5.0 |
1087 | 2024-07-10T21:48:19.829Z | Downloaded float-ord v0.3.2 |
1088 | 2024-07-10T21:48:19.829Z | Downloaded float-cmp v0.9.0 |
1089 | 2024-07-10T21:48:19.829Z | Downloaded string_cache v0.8.7 |
1090 | 2024-07-10T21:48:19.829Z | Downloaded steno v0.4.1 |
1091 | 2024-07-10T21:48:19.829Z | Downloaded sqlparser v0.45.0 |
1092 | 2024-07-10T21:48:19.829Z | Downloaded spki v0.7.3 |
1093 | 2024-07-10T21:48:19.854Z | Downloaded spin v0.9.8 |
1094 | 2024-07-10T21:48:19.854Z | Downloaded spin v0.5.2 |
1095 | 2024-07-10T21:48:19.854Z | Downloaded socket2 v0.4.10 |
1096 | 2024-07-10T21:48:19.854Z | Downloaded snafu-derive v0.8.2 |
1097 | 2024-07-10T21:48:19.854Z | Downloaded snafu v0.8.2 |
1098 | 2024-07-10T21:48:19.854Z | Downloaded pbkdf2 v0.12.2 |
1099 | 2024-07-10T21:48:19.854Z | Downloaded pbkdf2 v0.11.0 |
1100 | 2024-07-10T21:48:19.854Z | Downloaded pathdiff v0.2.1 |
1101 | 2024-07-10T21:48:19.879Z | Downloaded paste v1.0.15 |
1102 | 2024-07-10T21:48:19.879Z | Downloaded parse-size v1.0.0 |
1103 | 2024-07-10T21:48:19.879Z | Downloaded packed_struct_codegen v0.10.1 |
1104 | 2024-07-10T21:48:19.879Z | Downloaded oso-derive v0.27.3 |
1105 | 2024-07-10T21:48:19.879Z | Downloaded option-ext v0.2.0 |
1106 | 2024-07-10T21:48:19.879Z | Downloaded opaque-debug v0.3.1 |
1107 | 2024-07-10T21:48:19.879Z | Downloaded num_enum_derive v0.5.11 |
1108 | 2024-07-10T21:48:19.879Z | Downloaded num-integer v0.1.46 |
1109 | 2024-07-10T21:48:19.880Z | Downloaded num-complex v0.4.6 |
1110 | 2024-07-10T21:48:19.880Z | Downloaded num v0.4.3 |
1111 | 2024-07-10T21:48:19.880Z | Downloaded nodrop v0.1.14 |
1112 | 2024-07-10T21:48:19.880Z | Downloaded nibble_vec v0.1.0 |
1113 | 2024-07-10T21:48:19.880Z | Downloaded newtype-uuid v1.1.0 |
1114 | 2024-07-10T21:48:19.880Z | Downloaded newline-converter v0.3.0 |
1115 | 2024-07-10T21:48:19.880Z | Downloaded managed v0.8.0 |
1116 | 2024-07-10T21:48:19.880Z | Downloaded linear-map v1.2.0 |
1117 | 2024-07-10T21:48:19.880Z | Downloaded lazycell v1.3.0 |
1118 | 2024-07-10T21:48:19.905Z | Downloaded lazy_static v1.5.0 |
1119 | 2024-07-10T21:48:19.905Z | Downloaded lalrpop-util v0.19.12 |
1120 | 2024-07-10T21:48:19.905Z | Downloaded keccak v0.1.5 |
1121 | 2024-07-10T21:48:19.905Z | Downloaded ipnetwork v0.20.0 |
1122 | 2024-07-10T21:48:19.905Z | Downloaded curve25519-dalek v4.1.3 |
1123 | 2024-07-10T21:48:19.905Z | Downloaded chrono v0.4.38 |
1124 | 2024-07-10T21:48:19.930Z | Downloaded bstr v0.2.17 |
1125 | 2024-07-10T21:48:19.930Z | Downloaded bindgen v0.69.4 |
1126 | 2024-07-10T21:48:19.930Z | Downloaded supports-color v3.0.0 |
1127 | 2024-07-10T21:48:19.930Z | Downloaded subtle v2.5.0 |
1128 | 2024-07-10T21:48:19.955Z | Downloaded subprocess v0.2.9 |
1129 | 2024-07-10T21:48:19.955Z | Downloaded strum_macros v0.25.3 |
1130 | 2024-07-10T21:48:19.955Z | Downloaded strum_macros v0.24.3 |
1131 | 2024-07-10T21:48:19.955Z | Downloaded structmeta-derive v0.3.0 |
1132 | 2024-07-10T21:48:19.955Z | Downloaded structmeta-derive v0.2.0 |
1133 | 2024-07-10T21:48:19.955Z | Downloaded structmeta v0.3.0 |
1134 | 2024-07-10T21:48:19.955Z | Downloaded structmeta v0.2.0 |
1135 | 2024-07-10T21:48:19.955Z | Downloaded strip-ansi-escapes v0.2.0 |
1136 | 2024-07-10T21:48:19.955Z | Downloaded stringprep v0.1.4 |
1137 | 2024-07-10T21:48:19.955Z | Downloaded static_assertions v1.1.0 |
1138 | 2024-07-10T21:48:19.955Z | Downloaded stable_deref_trait v1.2.0 |
1139 | 2024-07-10T21:48:19.955Z | Downloaded stability v0.2.0 |
1140 | 2024-07-10T21:48:19.955Z | Downloaded sqlparser_derive v0.2.2 |
1141 | 2024-07-10T21:48:19.955Z | Downloaded sqlformat v0.2.3 |
1142 | 2024-07-10T21:48:19.955Z | Downloaded smf v0.2.3 |
1143 | 2024-07-10T21:48:19.980Z | Downloaded smawk v0.3.2 |
1144 | 2024-07-10T21:48:19.981Z | Downloaded smallvec v0.6.14 |
1145 | 2024-07-10T21:48:19.981Z | Downloaded slog-stdlog v4.1.1 |
1146 | 2024-07-10T21:48:19.981Z | Downloaded slog-envlogger v2.2.0 |
1147 | 2024-07-10T21:48:19.981Z | Downloaded slog-dtrace v0.3.0 |
1148 | 2024-07-10T21:48:19.981Z | Downloaded siphasher v0.3.11 |
1149 | 2024-07-10T21:48:19.981Z | Downloaded similar-asserts v1.5.0 |
1150 | 2024-07-10T21:48:19.981Z | Downloaded path-slash v0.1.5 |
1151 | 2024-07-10T21:48:19.981Z | Downloaded number_prefix v0.4.0 |
1152 | 2024-07-10T21:48:19.981Z | Downloaded normalize-line-endings v0.3.0 |
1153 | 2024-07-10T21:48:19.981Z | Downloaded new_debug_unreachable v1.0.6 |
1154 | 2024-07-10T21:48:19.981Z | Downloaded multimap v0.10.0 |
1155 | 2024-07-10T21:48:19.981Z | Downloaded mockall v0.12.1 |
1156 | 2024-07-10T21:48:19.981Z | Downloaded md5 v0.7.0 |
1157 | 2024-07-10T21:48:19.981Z | Downloaded md-5 v0.10.6 |
1158 | 2024-07-10T21:48:19.981Z | Downloaded lru v0.12.3 |
1159 | 2024-07-10T21:48:19.981Z | Downloaded libloading v0.8.3 |
1160 | 2024-07-10T21:48:20.006Z | Downloaded libefi-sys v0.1.0 |
1161 | 2024-07-10T21:48:20.006Z | Downloaded internet-checksum v0.2.1 |
1162 | 2024-07-10T21:48:20.006Z | Downloaded inout v0.1.3 |
1163 | 2024-07-10T21:48:20.006Z | Downloaded indoc v1.0.9 |
1164 | 2024-07-10T21:48:20.006Z | Downloaded impl-trait-for-tuples v0.2.2 |
1165 | 2024-07-10T21:48:20.006Z | Downloaded darling v0.20.9 |
1166 | 2024-07-10T21:48:20.006Z | Downloaded ctr v0.9.2 |
1167 | 2024-07-10T21:48:20.006Z | Downloaded crypto-bigint v0.5.5 |
1168 | 2024-07-10T21:48:20.006Z | Downloaded crucible-workspace-hack v0.1.0 |
1169 | 2024-07-10T21:48:20.006Z | Downloaded crossterm v0.27.0 |
1170 | 2024-07-10T21:48:20.031Z | Downloaded crossbeam-epoch v0.9.18 |
1171 | 2024-07-10T21:48:20.031Z | Downloaded const-oid v0.9.6 |
1172 | 2024-07-10T21:48:20.031Z | Downloaded colored v2.1.0 |
1173 | 2024-07-10T21:48:20.031Z | Downloaded clang-sys v1.7.0 |
1174 | 2024-07-10T21:48:20.031Z | Downloaded chacha20poly1305 v0.10.1 |
1175 | 2024-07-10T21:48:20.031Z | Downloaded castaway v0.2.2 |
1176 | 2024-07-10T21:48:20.031Z | Downloaded cancel-safe-futures v0.1.5 |
1177 | 2024-07-10T21:48:20.031Z | Downloaded bzip2 v0.4.4 |
1178 | 2024-07-10T21:48:20.056Z | Downloaded blake3 v1.5.1 |
1179 | 2024-07-10T21:48:20.056Z | Downloaded bitvec v1.0.1 |
1180 | 2024-07-10T21:48:20.081Z | Downloaded base64 v0.22.1 |
1181 | 2024-07-10T21:48:20.081Z | Downloaded base64 v0.13.1 |
1182 | 2024-07-10T21:48:20.082Z | Downloaded base16ct v0.2.0 |
1183 | 2024-07-10T21:48:20.082Z | Downloaded backtrace v0.3.71 |
1184 | 2024-07-10T21:48:20.082Z | Downloaded backoff v0.4.0 |
1185 | 2024-07-10T21:48:20.082Z | Downloaded atomicwrites v0.4.3 |
1186 | 2024-07-10T21:48:20.082Z | Downloaded async-trait v0.1.81 |
1187 | 2024-07-10T21:48:20.107Z | Downloaded arc-swap v1.7.1 |
1188 | 2024-07-10T21:48:20.107Z | Downloaded allocator-api2 v0.2.18 |
1189 | 2024-07-10T21:48:20.107Z | Downloaded aho-corasick v1.1.3 |
1190 | 2024-07-10T21:48:20.107Z | Downloaded aes-gcm v0.10.3 |
1191 | 2024-07-10T21:48:20.107Z | Downloaded aes v0.8.4 |
1192 | 2024-07-10T21:48:20.107Z | Downloaded serde-hex v0.1.0 |
1193 | 2024-07-10T21:48:20.132Z | Downloaded serde-big-array v0.5.1 |
1194 | 2024-07-10T21:48:20.132Z | Downloaded serde-big-array v0.4.1 |
1195 | 2024-07-10T21:48:20.132Z | Downloaded semver v0.1.20 |
1196 | 2024-07-10T21:48:20.132Z | Downloaded secrecy v0.8.0 |
1197 | 2024-07-10T21:48:20.132Z | Downloaded nested v0.1.1 |
1198 | 2024-07-10T21:48:20.132Z | Downloaded matches v0.1.10 |
1199 | 2024-07-10T21:48:20.132Z | Downloaded kstat-rs v0.2.4 |
1200 | 2024-07-10T21:48:20.132Z | Downloaded instant v0.1.12 |
1201 | 2024-07-10T21:48:20.132Z | Downloaded curve25519-dalek-derive v0.1.1 |
1202 | 2024-07-10T21:48:20.132Z | Downloaded csv-core v0.1.11 |
1203 | 2024-07-10T21:48:20.132Z | Downloaded criterion v0.5.1 |
1204 | 2024-07-10T21:48:20.132Z | Downloaded crc-any v2.5.0 |
1205 | 2024-07-10T21:48:20.132Z | Downloaded crc v3.2.1 |
1206 | 2024-07-10T21:48:20.157Z | Downloaded cookie_store v0.20.0 |
1207 | 2024-07-10T21:48:20.158Z | Downloaded cookie v0.17.0 |
1208 | 2024-07-10T21:48:20.158Z | Downloaded const_format v0.2.32 |
1209 | 2024-07-10T21:48:20.158Z | Downloaded ciborium-ll v0.2.2 |
1210 | 2024-07-10T21:48:20.158Z | Downloaded cfg-expr v0.15.8 |
1211 | 2024-07-10T21:48:20.158Z | Downloaded cexpr v0.6.0 |
1212 | 2024-07-10T21:48:20.158Z | Downloaded cbc v0.1.2 |
1213 | 2024-07-10T21:48:20.158Z | Downloaded cast v0.3.0 |
1214 | 2024-07-10T21:48:20.158Z | Downloaded buf-list v1.0.3 |
1215 | 2024-07-10T21:48:20.158Z | Downloaded blowfish v0.9.1 |
1216 | 2024-07-10T21:48:20.158Z | Downloaded blake2 v0.10.6 |
1217 | 2024-07-10T21:48:20.182Z | Downloaded bitflags v1.3.2 |
1218 | 2024-07-10T21:48:20.183Z | Downloaded bitfield v0.14.0 |
1219 | 2024-07-10T21:48:20.183Z | Downloaded bit-set v0.5.3 |
1220 | 2024-07-10T21:48:20.183Z | Downloaded bcs v0.1.6 |
1221 | 2024-07-10T21:48:20.183Z | Downloaded bb8 v0.8.5 |
1222 | 2024-07-10T21:48:20.183Z | Downloaded base64ct v1.6.0 |
1223 | 2024-07-10T21:48:20.183Z | Downloaded addr2line v0.21.0 |
1224 | 2024-07-10T21:48:20.183Z | Downloaded is_ci v1.2.0 |
1225 | 2024-07-10T21:48:20.208Z | Downloaded ident_case v1.0.1 |
1226 | 2024-07-10T21:48:20.208Z | Downloaded crunchy v0.2.2 |
1227 | 2024-07-10T21:48:20.208Z | Downloaded criterion-plot v0.5.0 |
1228 | 2024-07-10T21:48:20.208Z | Downloaded crc-catalog v2.4.0 |
1229 | 2024-07-10T21:48:20.208Z | Downloaded cookie v0.18.1 |
1230 | 2024-07-10T21:48:20.208Z | Downloaded constant_time_eq v0.3.0 |
1231 | 2024-07-10T21:48:20.208Z | Downloaded const_format_proc_macros v0.2.32 |
1232 | 2024-07-10T21:48:20.208Z | Downloaded console v0.15.8 |
1233 | 2024-07-10T21:48:20.208Z | Downloaded compact_str v0.7.1 |
1234 | 2024-07-10T21:48:20.208Z | Downloaded cobs v0.2.3 |
1235 | 2024-07-10T21:48:20.208Z | Downloaded cipher v0.4.4 |
1236 | 2024-07-10T21:48:20.208Z | Downloaded ciborium v0.2.2 |
1237 | 2024-07-10T21:48:20.234Z | Downloaded cfg_aliases v0.1.1 |
1238 | 2024-07-10T21:48:20.234Z | Downloaded cassowary v0.3.0 |
1239 | 2024-07-10T21:48:20.234Z | Downloaded camino-tempfile v1.1.1 |
1240 | 2024-07-10T21:48:20.234Z | Downloaded block-padding v0.3.3 |
1241 | 2024-07-10T21:48:20.234Z | Downloaded blake2b_simd v1.0.2 |
1242 | 2024-07-10T21:48:20.234Z | Downloaded bitstruct_derive v0.1.0 |
1243 | 2024-07-10T21:48:20.234Z | Downloaded bitstruct v0.1.1 |
1244 | 2024-07-10T21:48:20.234Z | Downloaded bitfield-struct v0.6.1 |
1245 | 2024-07-10T21:48:20.234Z | Downloaded bit-vec v0.6.3 |
1246 | 2024-07-10T21:48:20.234Z | Downloaded bcrypt-pbkdf v0.10.0 |
1247 | 2024-07-10T21:48:20.234Z | Downloaded atty v0.2.14 |
1248 | 2024-07-10T21:48:20.234Z | Downloaded atomic-waker v1.1.2 |
1249 | 2024-07-10T21:48:20.234Z | Downloaded async-stream-impl v0.3.5 |
1250 | 2024-07-10T21:48:20.234Z | Downloaded async-stream v0.3.5 |
1251 | 2024-07-10T21:48:20.234Z | Downloaded async-recursion v1.1.1 |
1252 | 2024-07-10T21:48:20.234Z | Downloaded assert_matches v1.5.0 |
1253 | 2024-07-10T21:48:20.234Z | Downloaded assert_cmd v2.0.14 |
1254 | 2024-07-10T21:48:20.260Z | Downloaded ascii-canvas v3.0.0 |
1255 | 2024-07-10T21:48:20.261Z | Downloaded ascii v1.1.0 |
1256 | 2024-07-10T21:48:20.261Z | Downloaded arrayvec v0.7.4 |
1257 | 2024-07-10T21:48:20.261Z | Downloaded arrayref v0.3.7 |
1258 | 2024-07-10T21:48:20.261Z | Downloaded array-init v0.0.4 |
1259 | 2024-07-10T21:48:20.261Z | Downloaded argon2 v0.5.3 |
1260 | 2024-07-10T21:48:20.261Z | Downloaded approx v0.5.1 |
1261 | 2024-07-10T21:48:20.261Z | Downloaded anes v0.1.6 |
1262 | 2024-07-10T21:48:20.261Z | Downloaded ahash v0.8.11 |
1263 | 2024-07-10T21:48:20.261Z | Downloaded aead v0.5.2 |
1264 | 2024-07-10T21:48:20.261Z | Downloaded crossbeam-deque v0.8.5 |
1265 | 2024-07-10T21:48:20.261Z | Downloaded corncobs v0.1.3 |
1266 | 2024-07-10T21:48:20.261Z | Downloaded convert_case v0.4.0 |
1267 | 2024-07-10T21:48:20.261Z | Downloaded ciborium-io v0.2.2 |
1268 | 2024-07-10T21:48:20.261Z | Downloaded chacha20 v0.9.1 |
1269 | 2024-07-10T21:48:21.023Z | Compiling serde v1.0.204 |
1270 | 2024-07-10T21:48:21.023Z | Checking cfg-if v1.0.0 |
1271 | 2024-07-10T21:48:21.048Z | Compiling libm v0.2.8 |
1272 | 2024-07-10T21:48:21.048Z | Compiling num-traits v0.2.19 |
1273 | 2024-07-10T21:48:21.111Z | Checking libc v0.2.155 |
1274 | 2024-07-10T21:48:21.137Z | Compiling syn v2.0.68 |
1275 | 2024-07-10T21:48:21.162Z | Compiling ahash v0.8.11 |
1276 | 2024-07-10T21:48:21.186Z | Compiling getrandom v0.2.14 |
1277 | 2024-07-10T21:48:21.211Z | Compiling serde_json v1.0.120 |
1278 | 2024-07-10T21:48:21.575Z | Compiling generic-array v0.14.7 |
1279 | 2024-07-10T21:48:21.733Z | Compiling log v0.4.21 |
1280 | 2024-07-10T21:48:21.789Z | Checking scopeguard v1.2.0 |
1281 | 2024-07-10T21:48:21.820Z | Checking memchr v2.7.2 |
1282 | 2024-07-10T21:48:21.987Z | Checking lock_api v0.4.12 |
1283 | 2024-07-10T21:48:22.065Z | Compiling syn v1.0.109 |
1284 | 2024-07-10T21:48:22.127Z | Checking itoa v1.0.11 |
1285 | 2024-07-10T21:48:22.357Z | Checking byteorder v1.5.0 |
1286 | 2024-07-10T21:48:22.382Z | Compiling allocator-api2 v0.2.18 |
1287 | 2024-07-10T21:48:22.497Z | Checking smallvec v1.13.2 |
1288 | 2024-07-10T21:48:22.855Z | Compiling schemars v0.8.21 |
1289 | 2024-07-10T21:48:22.914Z | Compiling ring v0.17.8 |
1290 | 2024-07-10T21:48:22.939Z | Compiling time-macros v0.2.18 |
1291 | 2024-07-10T21:48:22.995Z | Checking rand_core v0.6.4 |
1292 | 2024-07-10T21:48:23.238Z | Checking once_cell v1.19.0 |
1293 | 2024-07-10T21:48:23.262Z | Compiling slog v2.7.0 |
1294 | 2024-07-10T21:48:23.299Z | Checking parking_lot_core v0.9.10 |
1295 | 2024-07-10T21:48:23.526Z | Compiling aho-corasick v1.1.3 |
1296 | 2024-07-10T21:48:23.616Z | Checking parking_lot v0.12.2 |
1297 | 2024-07-10T21:48:23.789Z | Checking pin-project-lite v0.2.14 |
1298 | 2024-07-10T21:48:23.914Z | Compiling regex-syntax v0.8.3 |
1299 | 2024-07-10T21:48:26.087Z | Checking signal-hook-registry v1.4.2 |
1300 | 2024-07-10T21:48:26.115Z | Compiling crossbeam-utils v0.8.19 |
1301 | 2024-07-10T21:48:26.262Z | Checking mio v0.8.11 |
1302 | 2024-07-10T21:48:26.891Z | Compiling iana-time-zone v0.1.60 |
1303 | 2024-07-10T21:48:26.983Z | Checking num_cpus v1.16.0 |
1304 | 2024-07-10T21:48:27.107Z | Checking spin v0.9.8 |
1305 | 2024-07-10T21:48:27.220Z | Compiling regex-automata v0.4.6 |
1306 | 2024-07-10T21:48:27.406Z | Compiling rustls v0.21.12 |
1307 | 2024-07-10T21:48:27.696Z | Checking typenum v1.17.0 |
1308 | 2024-07-10T21:48:27.859Z | Compiling cookie v0.17.0 |
1309 | 2024-07-10T21:48:28.191Z | Checking futures-core v0.3.30 |
1310 | 2024-07-10T21:48:28.276Z | Compiling dyn-clone v1.0.17 |
1311 | 2024-07-10T21:48:28.493Z | Compiling serde_derive_internals v0.29.1 |
1312 | 2024-07-10T21:48:28.915Z | Checking socket2 v0.5.7 |
1313 | 2024-07-10T21:48:28.942Z | Compiling backtrace v0.3.71 |
1314 | 2024-07-10T21:48:28.966Z | Checking ryu v1.0.18 |
1315 | 2024-07-10T21:48:29.170Z | Checking subtle v2.5.0 |
1316 | 2024-07-10T21:48:29.385Z | Compiling anyhow v1.0.86 |
1317 | 2024-07-10T21:48:29.915Z | Compiling unicode-normalization v0.1.23 |
1318 | 2024-07-10T21:48:30.059Z | Compiling unicode-bidi v0.3.15 |
1319 | 2024-07-10T21:48:30.116Z | Checking futures-sink v0.3.30 |
1320 | 2024-07-10T21:48:30.588Z | Compiling untrusted v0.9.0 |
1321 | 2024-07-10T21:48:30.615Z | Compiling either v1.12.0 |
1322 | 2024-07-10T21:48:30.852Z | Checking futures-channel v0.3.30 |
1323 | 2024-07-10T21:48:30.981Z | Checking slab v0.4.9 |
1324 | 2024-07-10T21:48:31.136Z | Compiling const-oid v0.9.6 |
1325 | 2024-07-10T21:48:31.175Z | Checking futures-task v0.3.30 |
1326 | 2024-07-10T21:48:31.219Z | Compiling winnow v0.5.40 |
1327 | 2024-07-10T21:48:31.452Z | Checking pin-utils v0.1.0 |
1328 | 2024-07-10T21:48:31.519Z | Checking futures-io v0.3.30 |
1329 | 2024-07-10T21:48:31.553Z | Compiling time v0.3.36 |
1330 | 2024-07-10T21:48:32.811Z | Compiling regex v1.10.5 |
1331 | 2024-07-10T21:48:33.797Z | Compiling signal-hook v0.3.17 |
1332 | 2024-07-10T21:48:34.055Z | Compiling sct v0.7.1 |
1333 | 2024-07-10T21:48:34.352Z | Compiling rustls-webpki v0.101.7 |
1334 | 2024-07-10T21:48:34.418Z | Compiling idna v0.5.0 |
1335 | 2024-07-10T21:48:34.890Z | Compiling siphasher v0.3.11 |
1336 | 2024-07-10T21:48:35.069Z | Compiling serde_derive v1.0.204 |
1337 | 2024-07-10T21:48:35.240Z | Compiling zerocopy-derive v0.7.34 |
1338 | 2024-07-10T21:48:35.267Z | Compiling zeroize_derive v1.4.2 |
1339 | 2024-07-10T21:48:35.859Z | Compiling thiserror-impl v1.0.60 |
1340 | 2024-07-10T21:48:36.063Z | Compiling tokio-macros v2.3.0 |
1341 | 2024-07-10T21:48:36.180Z | Compiling futures-macro v0.3.30 |
1342 | 2024-07-10T21:48:36.383Z | Compiling tracing-attributes v0.1.27 |
1343 | 2024-07-10T21:48:36.777Z | Compiling schemars_derive v0.8.21 |
1344 | 2024-07-10T21:48:37.440Z | Compiling zerocopy v0.7.34 |
1345 | 2024-07-10T21:48:37.736Z | Checking zeroize v1.7.0 |
1346 | 2024-07-10T21:48:37.977Z | Compiling openssl-macros v0.1.1 |
1347 | 2024-07-10T21:48:38.085Z | Compiling async-trait v0.1.81 |
1348 | 2024-07-10T21:48:38.940Z | Compiling thiserror v1.0.60 |
1349 | 2024-07-10T21:48:39.490Z | Compiling hashbrown v0.14.5 |
1350 | 2024-07-10T21:48:39.532Z | Compiling scroll_derive v0.12.0 |
1351 | 2024-07-10T21:48:39.655Z | Compiling pest v2.7.10 |
1352 | 2024-07-10T21:48:39.850Z | Compiling der_derive v0.7.2 |
1353 | 2024-07-10T21:48:39.874Z | Checking crypto-common v0.1.6 |
1354 | 2024-07-10T21:48:40.637Z | Compiling futures-util v0.3.30 |
1355 | 2024-07-10T21:48:40.935Z | Compiling scroll v0.12.0 |
1356 | 2024-07-10T21:48:41.206Z | Compiling tracing v0.1.40 |
1357 | 2024-07-10T21:48:41.403Z | Compiling clap_derive v4.5.4 |
1358 | 2024-07-10T21:48:41.510Z | Compiling goblin v0.8.2 |
1359 | 2024-07-10T21:48:42.007Z | Compiling pest_meta v2.7.10 |
1360 | 2024-07-10T21:48:42.283Z | Compiling block-buffer v0.10.4 |
1361 | 2024-07-10T21:48:42.552Z | Compiling digest v0.10.7 |
1362 | 2024-07-10T21:48:43.004Z | Compiling zerocopy-derive v0.6.6 |
1363 | 2024-07-10T21:48:44.945Z | Compiling pest_generator v2.7.10 |
1364 | 2024-07-10T21:48:45.624Z | Compiling url v2.5.0 |
1365 | 2024-07-10T21:48:46.232Z | Compiling idna v0.3.0 |
1366 | 2024-07-10T21:48:46.720Z | Compiling psl-types v2.0.11 |
1367 | 2024-07-10T21:48:46.759Z | Compiling pest_derive v2.7.10 |
1368 | 2024-07-10T21:48:46.923Z | Compiling ppv-lite86 v0.2.17 |
1369 | 2024-07-10T21:48:47.434Z | Checking bytes v1.6.0 |
1370 | 2024-07-10T21:48:47.498Z | Checking bitflags v2.5.0 |
1371 | 2024-07-10T21:48:47.597Z | Compiling dtrace-parser v0.2.0 |
1372 | 2024-07-10T21:48:47.781Z | Compiling rand_chacha v0.3.1 |
1373 | 2024-07-10T21:48:48.349Z | Compiling indexmap v2.2.6 |
1374 | 2024-07-10T21:48:48.998Z | Compiling semver v1.0.23 |
1375 | 2024-07-10T21:48:49.451Z | Compiling serde_tokenstream v0.2.1 |
1376 | 2024-07-10T21:48:49.547Z | Compiling chrono v0.4.38 |
1377 | 2024-07-10T21:48:49.595Z | Compiling uuid v1.9.1 |
1378 | 2024-07-10T21:48:49.748Z | Checking tokio v1.38.0 |
1379 | 2024-07-10T21:48:49.952Z | Compiling http v0.2.12 |
1380 | 2024-07-10T21:48:50.863Z | Compiling rustc_version v0.4.0 |
1381 | 2024-07-10T21:48:50.938Z | Compiling serde_spanned v0.6.6 |
1382 | 2024-07-10T21:48:51.095Z | Compiling toml_datetime v0.6.6 |
1383 | 2024-07-10T21:48:51.143Z | Compiling dof v0.3.0 |
1384 | 2024-07-10T21:48:51.597Z | Compiling rustix v0.38.34 |
1385 | 2024-07-10T21:48:51.646Z | Compiling openapiv3 v2.0.0 |
1386 | 2024-07-10T21:48:52.981Z | Compiling usdt-impl v0.5.0 |
1387 | 2024-07-10T21:48:53.263Z | Compiling toml_edit v0.19.15 |
1388 | 2024-07-10T21:48:54.173Z | Compiling http-body v0.4.6 |
1389 | 2024-07-10T21:48:54.302Z | Compiling openssl v0.10.64 |
1390 | 2024-07-10T21:48:54.468Z | Compiling usdt-attr-macro v0.5.0 |
1391 | 2024-07-10T21:48:54.577Z | Compiling usdt-macro v0.5.0 |
1392 | 2024-07-10T21:48:55.460Z | Compiling heapless v0.7.17 |
1393 | 2024-07-10T21:48:55.833Z | Compiling serde_urlencoded v0.7.1 |
1394 | 2024-07-10T21:48:55.914Z | Compiling publicsuffix v2.2.3 |
1395 | 2024-07-10T21:48:56.240Z | Compiling rand v0.8.5 |
1396 | 2024-07-10T21:48:56.433Z | Compiling crossbeam-epoch v0.9.18 |
1397 | 2024-07-10T21:48:56.587Z | Compiling cookie_store v0.20.0 |
1398 | 2024-07-10T21:48:56.967Z | Compiling unicode-xid v0.2.4 |
1399 | 2024-07-10T21:48:57.109Z | Compiling gimli v0.28.1 |
1400 | 2024-07-10T21:48:57.138Z | Compiling bit-vec v0.6.3 |
1401 | 2024-07-10T21:48:57.215Z | Compiling webpki-roots v0.25.4 |
1402 | 2024-07-10T21:48:57.364Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1403 | 2024-07-10T21:48:57.922Z | Compiling tokio-util v0.7.11 |
1404 | 2024-07-10T21:48:58.040Z | Compiling tokio-rustls v0.24.1 |
1405 | 2024-07-10T21:48:58.126Z | Compiling enum-as-inner v0.5.1 |
1406 | 2024-07-10T21:48:58.205Z | Compiling phf_shared v0.10.0 |
1407 | 2024-07-10T21:48:58.406Z | Compiling lazy_static v1.5.0 |
1408 | 2024-07-10T21:48:58.533Z | Compiling object v0.32.2 |
1409 | 2024-07-10T21:48:58.594Z | Compiling new_debug_unreachable v1.0.6 |
1410 | 2024-07-10T21:48:58.690Z | Compiling fixedbitset v0.4.2 |
1411 | 2024-07-10T21:48:59.034Z | Compiling h2 v0.3.26 |
1412 | 2024-07-10T21:48:59.118Z | Compiling smoltcp v0.9.1 |
1413 | 2024-07-10T21:48:59.229Z | Compiling precomputed-hash v0.1.1 |
1414 | 2024-07-10T21:48:59.336Z | Compiling rustc-demangle v0.1.24 |
1415 | 2024-07-10T21:48:59.779Z | Compiling native-tls v0.2.11 |
1416 | 2024-07-10T21:49:00.233Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-07-10T21:49:00.362Z | Compiling minimal-lexical v0.2.1 |
1418 | 2024-07-10T21:49:00.529Z | Compiling base64ct v1.6.0 |
1419 | 2024-07-10T21:49:00.696Z | Compiling string_cache v0.8.7 |
1420 | 2024-07-10T21:49:00.908Z | Compiling nom v7.1.3 |
1421 | 2024-07-10T21:49:01.135Z | Compiling addr2line v0.21.0 |
1422 | 2024-07-10T21:49:01.220Z | Compiling pem-rfc7468 v0.7.0 |
1423 | 2024-07-10T21:49:01.743Z | Compiling toml_edit v0.22.14 |
1424 | 2024-07-10T21:49:01.820Z | Compiling petgraph v0.6.5 |
1425 | 2024-07-10T21:49:02.072Z | Compiling bit-set v0.5.3 |
1426 | 2024-07-10T21:49:02.351Z | Compiling futures-executor v0.3.30 |
1427 | 2024-07-10T21:49:02.550Z | Compiling hmac v0.12.1 |
1428 | 2024-07-10T21:49:02.803Z | Compiling hubpack_derive v0.1.1 |
1429 | 2024-07-10T21:49:02.948Z | Compiling itertools v0.10.5 |
1430 | 2024-07-10T21:49:03.628Z | Compiling diesel_table_macro_syntax v0.1.0 |
1431 | 2024-07-10T21:49:04.006Z | Compiling num-integer v0.1.46 |
1432 | 2024-07-10T21:49:04.284Z | Compiling fs-err v2.11.0 |
1433 | 2024-07-10T21:49:04.539Z | Compiling lalrpop-util v0.19.12 |
1434 | 2024-07-10T21:49:04.733Z | Compiling unicode-segmentation v1.11.0 |
1435 | 2024-07-10T21:49:04.920Z | Compiling flagset v0.4.5 |
1436 | 2024-07-10T21:49:05.112Z | Compiling hyper v0.14.28 |
1437 | 2024-07-10T21:49:05.232Z | Checking fnv v1.0.7 |
1438 | 2024-07-10T21:49:05.391Z | Compiling der v0.7.9 |
1439 | 2024-07-10T21:49:05.506Z | Compiling diesel_derives v2.1.4 |
1440 | 2024-07-10T21:49:05.644Z | Compiling futures v0.3.30 |
1441 | 2024-07-10T21:49:05.753Z | Compiling hex v0.4.3 |
1442 | 2024-07-10T21:49:06.184Z | Compiling itertools v0.12.1 |
1443 | 2024-07-10T21:49:06.499Z | Compiling finl_unicode v1.2.0 |
1444 | 2024-07-10T21:49:07.023Z | Compiling stringprep v0.1.4 |
1445 | 2024-07-10T21:49:07.890Z | Compiling spki v0.7.3 |
1446 | 2024-07-10T21:49:08.232Z | Compiling sha2 v0.10.8 |
1447 | 2024-07-10T21:49:08.423Z | Compiling toml v0.7.8 |
1448 | 2024-07-10T21:49:08.488Z | Compiling md-5 v0.10.6 |
1449 | 2024-07-10T21:49:08.746Z | Compiling strum_macros v0.25.3 |
1450 | 2024-07-10T21:49:09.018Z | Compiling serde_repr v0.1.19 |
1451 | 2024-07-10T21:49:09.526Z | Compiling hash32 v0.2.1 |
1452 | 2024-07-10T21:49:09.857Z | Checking tinyvec_macros v0.1.1 |
1453 | 2024-07-10T21:49:09.892Z | Compiling stable_deref_trait v1.2.0 |
1454 | 2024-07-10T21:49:09.942Z | Compiling fallible-iterator v0.2.0 |
1455 | 2024-07-10T21:49:09.966Z | Checking tinyvec v1.6.0 |
1456 | 2024-07-10T21:49:10.107Z | Compiling pkcs8 v0.10.2 |
1457 | 2024-07-10T21:49:10.582Z | Compiling postgres-protocol v0.6.6 |
1458 | 2024-07-10T21:49:10.622Z | Compiling ipnetwork v0.20.0 |
1459 | 2024-07-10T21:49:10.803Z | Compiling terminal_size v0.3.0 |
1460 | 2024-07-10T21:49:10.989Z | Compiling block-padding v0.3.3 |
1461 | 2024-07-10T21:49:11.058Z | Compiling phf_shared v0.11.2 |
1462 | 2024-07-10T21:49:11.223Z | Compiling hyper-tls v0.5.0 |
1463 | 2024-07-10T21:49:11.434Z | Compiling hyper-rustls v0.24.2 |
1464 | 2024-07-10T21:49:11.518Z | Compiling ff v0.13.0 |
1465 | 2024-07-10T21:49:11.615Z | Compiling scheduled-thread-pool v0.2.7 |
1466 | 2024-07-10T21:49:11.749Z | Compiling reqwest v0.11.27 |
1467 | 2024-07-10T21:49:11.777Z | Compiling managed v0.8.0 |
1468 | 2024-07-10T21:49:11.865Z | Checking equivalent v1.0.1 |
1469 | 2024-07-10T21:49:11.964Z | Compiling base16ct v0.2.0 |
1470 | 2024-07-10T21:49:12.097Z | Compiling peg-runtime v0.8.3 |
1471 | 2024-07-10T21:49:12.187Z | Compiling matches v0.1.10 |
1472 | 2024-07-10T21:49:12.211Z | Compiling bitflags v1.3.2 |
1473 | 2024-07-10T21:49:12.323Z | Compiling idna v0.2.3 |
1474 | 2024-07-10T21:49:12.512Z | Compiling sec1 v0.7.3 |
1475 | 2024-07-10T21:49:12.719Z | Compiling clap_builder v4.5.2 |
1476 | 2024-07-10T21:49:13.030Z | Compiling r2d2 v0.8.10 |
1477 | 2024-07-10T21:49:13.358Z | Compiling usdt v0.5.0 |
1478 | 2024-07-10T21:49:13.656Z | Compiling group v0.13.0 |
1479 | 2024-07-10T21:49:13.792Z | Compiling signal-hook-mio v0.2.3 |
1480 | 2024-07-10T21:49:13.931Z | Compiling phf v0.11.2 |
1481 | 2024-07-10T21:49:13.955Z | Compiling postgres-types v0.2.6 |
1482 | 2024-07-10T21:49:13.979Z | Compiling inout v0.1.3 |
1483 | 2024-07-10T21:49:14.078Z | Compiling num-bigint v0.4.5 |
1484 | 2024-07-10T21:49:14.169Z | Compiling num-iter v0.1.45 |
1485 | 2024-07-10T21:49:14.225Z | Compiling hubpack v0.1.2 |
1486 | 2024-07-10T21:49:14.249Z | Compiling hkdf v0.12.4 |
1487 | 2024-07-10T21:49:14.588Z | Compiling zerocopy v0.6.6 |
1488 | 2024-07-10T21:49:14.634Z | Compiling crypto-bigint v0.5.5 |
1489 | 2024-07-10T21:49:15.033Z | Compiling float-cmp v0.9.0 |
1490 | 2024-07-10T21:49:15.372Z | Checking cpufeatures v0.2.12 |
1491 | 2024-07-10T21:49:15.396Z | Compiling predicates-core v1.0.6 |
1492 | 2024-07-10T21:49:15.396Z | Compiling difflib v0.4.0 |
1493 | 2024-07-10T21:49:15.396Z | Compiling whoami v1.5.1 |
1494 | 2024-07-10T21:49:15.643Z | Compiling normalize-line-endings v0.3.0 |
1495 | 2024-07-10T21:49:15.766Z | Compiling static_assertions v1.1.0 |
1496 | 2024-07-10T21:49:15.865Z | Compiling data-encoding v2.6.0 |
1497 | 2024-07-10T21:49:15.936Z | Compiling clap v4.5.4 |
1498 | 2024-07-10T21:49:16.050Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1499 | 2024-07-10T21:49:16.436Z | Compiling diesel v2.1.6 |
1500 | 2024-07-10T21:49:16.845Z | Compiling yasna v0.5.2 |
1501 | 2024-07-10T21:49:17.983Z | Compiling elliptic-curve v0.13.8 |
1502 | 2024-07-10T21:49:18.479Z | Compiling trust-dns-proto v0.22.0 |
1503 | 2024-07-10T21:49:18.701Z | Compiling predicates v3.1.0 |
1504 | 2024-07-10T21:49:19.737Z | Compiling tokio-postgres v0.7.10 |
1505 | 2024-07-10T21:49:20.224Z | Compiling cipher v0.4.4 |
1506 | 2024-07-10T21:49:20.723Z | Compiling crossterm v0.27.0 |
1507 | 2024-07-10T21:49:21.858Z | Compiling similar v2.5.0 |
1508 | 2024-07-10T21:49:22.442Z | Compiling console v0.15.8 |
1509 | 2024-07-10T21:49:23.129Z | Compiling tokio-stream v0.1.15 |
1510 | 2024-07-10T21:49:23.775Z | Compiling bstr v1.9.1 |
1511 | 2024-07-10T21:49:24.096Z | Checking tracing-core v0.1.32 |
1512 | 2024-07-10T21:49:24.272Z | Checking percent-encoding v2.3.1 |
1513 | 2024-07-10T21:49:25.017Z | Checking form_urlencoded v1.2.1 |
1514 | 2024-07-10T21:49:25.198Z | Checking powerfmt v0.2.0 |
1515 | 2024-07-10T21:49:25.446Z | Checking deranged v0.3.11 |
1516 | 2024-07-10T21:49:25.471Z | Checking num_threads v0.1.7 |
1517 | 2024-07-10T21:49:25.499Z | Checking unicode-ident v1.0.12 |
1518 | 2024-07-10T21:49:25.589Z | Checking num-conv v0.1.0 |
1519 | 2024-07-10T21:49:25.692Z | Checking time-core v0.1.2 |
1520 | 2024-07-10T21:49:25.824Z | Checking httparse v1.8.0 |
1521 | 2024-07-10T21:49:25.848Z | Checking unicode-width v0.1.13 |
1522 | 2024-07-10T21:49:26.028Z | Checking errno v0.3.9 |
1523 | 2024-07-10T21:49:26.172Z | Checking proc-macro2 v1.0.86 |
1524 | 2024-07-10T21:49:26.938Z | Checking quote v1.0.36 |
1525 | 2024-07-10T21:49:27.242Z | Checking adler v1.0.2 |
1526 | 2024-07-10T21:49:27.388Z | Checking miniz_oxide v0.7.2 |
1527 | 2024-07-10T21:49:27.431Z | Checking try-lock v0.2.5 |
1528 | 2024-07-10T21:49:27.554Z | Checking base64 v0.21.7 |
1529 | 2024-07-10T21:49:27.970Z | Checking want v0.3.1 |
1530 | 2024-07-10T21:49:28.140Z | Checking tower-service v0.3.2 |
1531 | 2024-07-10T21:49:28.506Z | Checking httpdate v1.0.3 |
1532 | 2024-07-10T21:49:28.720Z | Checking foreign-types-shared v0.1.1 |
1533 | 2024-07-10T21:49:28.843Z | Checking openssl-probe v0.1.5 |
1534 | 2024-07-10T21:49:28.868Z | Checking foreign-types v0.3.2 |
1535 | 2024-07-10T21:49:28.962Z | Checking openssl-sys v0.9.102 |
1536 | 2024-07-10T21:49:29.047Z | Checking mime v0.3.17 |
1537 | 2024-07-10T21:49:29.227Z | Checking ipnet v2.9.0 |
1538 | 2024-07-10T21:49:30.009Z | Checking utf8parse v0.2.1 |
1539 | 2024-07-10T21:49:33.481Z | Checking encoding_rs v0.8.34 |
1540 | 2024-07-10T21:49:33.691Z | Checking anstyle v1.0.7 |
1541 | 2024-07-10T21:49:35.219Z | Checking rustls-pemfile v1.0.4 |
1542 | 2024-07-10T21:49:35.422Z | Checking sync_wrapper v0.1.2 |
1543 | 2024-07-10T21:49:35.484Z | Checking plain v0.2.3 |
1544 | 2024-07-10T21:49:35.577Z | Checking ucd-trie v0.1.6 |
1545 | 2024-07-10T21:49:35.624Z | Checking anstyle-parse v0.2.4 |
1546 | 2024-07-10T21:49:35.715Z | Checking pretty-hex v0.4.1 |
1547 | 2024-07-10T21:49:35.875Z | Checking colorchoice v1.0.1 |
1548 | 2024-07-10T21:49:35.900Z | Checking anstyle-query v1.0.3 |
1549 | 2024-07-10T21:49:35.900Z | Checking is_terminal_polyfill v1.70.0 |
1550 | 2024-07-10T21:49:36.030Z | Checking thread-id v4.2.1 |
1551 | 2024-07-10T21:49:36.061Z | Checking anstream v0.6.14 |
1552 | 2024-07-10T21:49:36.095Z | Checking strsim v0.11.1 |
1553 | 2024-07-10T21:49:36.148Z | Checking clap_lex v0.7.0 |
1554 | 2024-07-10T21:49:36.485Z | Checking memmap v0.7.0 |
1555 | 2024-07-10T21:49:36.699Z | Checking crc32fast v1.4.0 |
1556 | 2024-07-10T21:49:37.871Z | Checking flate2 v1.0.30 |
1557 | 2024-07-10T21:49:38.824Z | Checking winnow v0.6.8 |
1558 | 2024-07-10T21:49:46.638Z | Compiling regress v0.9.1 |
1559 | 2024-07-10T21:49:46.805Z | Compiling getopts v0.2.21 |
1560 | 2024-07-10T21:49:47.536Z | Compiling unsafe-libyaml v0.2.11 |
1561 | 2024-07-10T21:49:47.740Z | Checking heck v0.5.0 |
1562 | 2024-07-10T21:49:48.377Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1563 | 2024-07-10T21:49:48.838Z | Compiling serde_yaml v0.9.34+deprecated |
1564 | 2024-07-10T21:49:48.998Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1565 | 2024-07-10T21:49:49.346Z | Compiling paste v1.0.15 |
1566 | 2024-07-10T21:49:49.432Z | Checking camino v1.1.7 |
1567 | 2024-07-10T21:49:49.490Z | Checking is-terminal v0.4.12 |
1568 | 2024-07-10T21:49:49.620Z | Compiling strum_macros v0.26.4 |
1569 | 2024-07-10T21:49:49.852Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1570 | 2024-07-10T21:49:51.002Z | Compiling ident_case v1.0.1 |
1571 | 2024-07-10T21:49:51.150Z | Checking base64 v0.22.1 |
1572 | 2024-07-10T21:49:51.185Z | Compiling darling_core v0.20.9 |
1573 | 2024-07-10T21:49:51.210Z | Checking sha1 v0.10.6 |
1574 | 2024-07-10T21:49:51.520Z | Compiling rustls v0.22.4 |
1575 | 2024-07-10T21:49:51.630Z | Checking http v1.1.0 |
1576 | 2024-07-10T21:49:51.804Z | Checking match_cfg v0.1.0 |
1577 | 2024-07-10T21:49:51.900Z | Checking hostname v0.3.1 |
1578 | 2024-07-10T21:49:52.025Z | Checking dirs-sys-next v0.1.2 |
1579 | 2024-07-10T21:49:52.196Z | Compiling multer v3.1.0 |
1580 | 2024-07-10T21:49:52.520Z | Checking dirs-next v2.0.0 |
1581 | 2024-07-10T21:49:52.640Z | Checking crossbeam-channel v0.5.12 |
1582 | 2024-07-10T21:49:52.802Z | Compiling async-stream-impl v0.3.5 |
1583 | 2024-07-10T21:49:52.908Z | Checking thread_local v1.1.8 |
1584 | 2024-07-10T21:49:53.185Z | Checking rustls-pki-types v1.7.0 |
1585 | 2024-07-10T21:49:53.277Z | Checking term v0.7.0 |
1586 | 2024-07-10T21:49:53.335Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1587 | 2024-07-10T21:49:53.589Z | Checking take_mut v0.2.2 |
1588 | 2024-07-10T21:49:53.658Z | Checking slog-term v2.9.1 |
1589 | 2024-07-10T21:49:53.685Z | Checking toml v0.8.14 |
1590 | 2024-07-10T21:49:53.737Z | Checking slog-async v2.8.0 |
1591 | 2024-07-10T21:49:54.012Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#6a3f84ca) |
1592 | 2024-07-10T21:49:54.068Z | Checking rustls-webpki v0.102.4 |
1593 | 2024-07-10T21:49:54.101Z | Checking slog-json v2.6.1 |
1594 | 2024-07-10T21:49:54.330Z | Checking instant v0.1.12 |
1595 | 2024-07-10T21:49:54.363Z | Checking slog-bunyan v2.5.0 |
1596 | 2024-07-10T21:49:54.464Z | Checking rustls-pemfile v2.1.2 |
1597 | 2024-07-10T21:49:54.515Z | Checking strum v0.26.2 |
1598 | 2024-07-10T21:49:54.541Z | Checking debug-ignore v1.0.5 |
1599 | 2024-07-10T21:49:54.658Z | Checking fastrand v2.1.0 |
1600 | 2024-07-10T21:49:54.683Z | Checking quick-error v1.2.3 |
1601 | 2024-07-10T21:49:54.708Z | Checking atomic-waker v1.1.2 |
1602 | 2024-07-10T21:49:54.825Z | Checking async-stream v0.3.5 |
1603 | 2024-07-10T21:49:54.850Z | Checking waitgroup v0.1.2 |
1604 | 2024-07-10T21:49:54.963Z | Checking tempfile v3.10.1 |
1605 | 2024-07-10T21:49:55.014Z | Checking serde_path_to_error v0.1.16 |
1606 | 2024-07-10T21:49:55.286Z | Compiling structmeta-derive v0.3.0 |
1607 | 2024-07-10T21:49:55.357Z | Checking hostname v0.4.0 |
1608 | 2024-07-10T21:49:55.481Z | Checking newtype-uuid v1.1.0 |
1609 | 2024-07-10T21:49:55.589Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1610 | 2024-07-10T21:49:55.713Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1611 | 2024-07-10T21:49:56.242Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1612 | 2024-07-10T21:49:56.446Z | Checking macaddr v1.0.1 |
1613 | 2024-07-10T21:49:56.555Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1614 | 2024-07-10T21:49:56.712Z | Checking backoff v0.4.0 |
1615 | 2024-07-10T21:49:56.782Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1616 | 2024-07-10T21:49:57.008Z | Checking serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1617 | 2024-07-10T21:49:57.130Z | Checking wait-timeout v0.2.0 |
1618 | 2024-07-10T21:49:57.155Z | Compiling structmeta-derive v0.2.0 |
1619 | 2024-07-10T21:49:57.303Z | Checking rusty-fork v0.3.0 |
1620 | 2024-07-10T21:49:57.566Z | Checking rand_xorshift v0.3.0 |
1621 | 2024-07-10T21:49:57.736Z | Checking unarray v0.1.4 |
1622 | 2024-07-10T21:49:57.762Z | Compiling proc-macro-error v1.0.4 |
1623 | 2024-07-10T21:49:57.892Z | Checking proptest v1.4.0 |
1624 | 2024-07-10T21:49:57.919Z | Compiling darling_macro v0.20.9 |
1625 | 2024-07-10T21:49:58.114Z | Compiling structmeta v0.3.0 |
1626 | 2024-07-10T21:49:58.204Z | Checking tokio-rustls v0.25.0 |
1627 | 2024-07-10T21:49:58.467Z | Checking camino-tempfile v1.1.1 |
1628 | 2024-07-10T21:49:58.532Z | Compiling parse-display-derive v0.9.1 |
1629 | 2024-07-10T21:49:58.722Z | Compiling proc-macro-crate v1.3.1 |
1630 | 2024-07-10T21:49:58.846Z | Compiling darling v0.20.9 |
1631 | 2024-07-10T21:49:58.961Z | Compiling serde_with_macros v3.8.1 |
1632 | 2024-07-10T21:49:59.703Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1633 | 2024-07-10T21:49:59.892Z | Compiling structmeta v0.2.0 |
1634 | 2024-07-10T21:50:00.031Z | Compiling num_enum_derive v0.5.11 |
1635 | 2024-07-10T21:50:00.302Z | Compiling test-strategy v0.3.1 |
1636 | 2024-07-10T21:50:01.852Z | Checking serde_with v3.8.1 |
1637 | 2024-07-10T21:50:02.100Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1638 | 2024-07-10T21:50:02.168Z | Compiling foreign-types-macros v0.2.3 |
1639 | 2024-07-10T21:50:02.560Z | Checking foreign-types-shared v0.3.1 |
1640 | 2024-07-10T21:50:02.585Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1641 | 2024-07-10T21:50:02.611Z | Checking num_enum v0.5.11 |
1642 | 2024-07-10T21:50:02.937Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1643 | 2024-07-10T21:50:02.977Z | Checking parse-display v0.9.1 |
1644 | 2024-07-10T21:50:03.003Z | Checking cstr-argument v0.1.2 |
1645 | 2024-07-10T21:50:03.170Z | Checking pretty-hex v0.2.1 |
1646 | 2024-07-10T21:50:03.217Z | Checking tabwriter v1.4.0 |
1647 | 2024-07-10T21:50:03.340Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1648 | 2024-07-10T21:50:03.365Z | Checking foreign-types v0.5.0 |
1649 | 2024-07-10T21:50:03.451Z | Checking colored v2.1.0 |
1650 | 2024-07-10T21:50:03.478Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1651 | 2024-07-10T21:50:03.600Z | Checking socket2 v0.4.10 |
1652 | 2024-07-10T21:50:03.727Z | Checking smf v0.2.3 |
1653 | 2024-07-10T21:50:03.773Z | Checking humantime v2.1.0 |
1654 | 2024-07-10T21:50:03.868Z | Checking termcolor v1.4.1 |
1655 | 2024-07-10T21:50:04.009Z | Checking arc-swap v1.7.1 |
1656 | 2024-07-10T21:50:04.045Z | Checking newline-converter v0.3.0 |
1657 | 2024-07-10T21:50:04.104Z | Checking xattr v1.3.1 |
1658 | 2024-07-10T21:50:04.198Z | Checking filetime v0.2.23 |
1659 | 2024-07-10T21:50:04.224Z | Checking same-file v1.0.6 |
1660 | 2024-07-10T21:50:04.249Z | Checking expectorate v1.1.0 |
1661 | 2024-07-10T21:50:04.307Z | Checking utf-8 v0.7.6 |
1662 | 2024-07-10T21:50:04.393Z | Checking tar v0.4.40 |
1663 | 2024-07-10T21:50:04.418Z | Checking termtree v0.4.1 |
1664 | 2024-07-10T21:50:04.443Z | Checking slog-scope v4.4.0 |
1665 | 2024-07-10T21:50:04.443Z | Checking walkdir v2.5.0 |
1666 | 2024-07-10T21:50:04.505Z | Compiling heapless v0.8.0 |
1667 | 2024-07-10T21:50:04.619Z | Checking predicates-tree v1.0.9 |
1668 | 2024-07-10T21:50:04.650Z | Checking slog-stdlog v4.1.1 |
1669 | 2024-07-10T21:50:04.730Z | Checking hash32 v0.3.1 |
1670 | 2024-07-10T21:50:04.777Z | Compiling smoltcp v0.11.0 |
1671 | 2024-07-10T21:50:04.823Z | Checking slog-envlogger v2.2.0 |
1672 | 2024-07-10T21:50:04.922Z | Checking cobs v0.2.3 |
1673 | 2024-07-10T21:50:05.016Z | Checking embedded-io v0.4.0 |
1674 | 2024-07-10T21:50:05.042Z | Compiling crucible-workspace-hack v0.1.0 |
1675 | 2024-07-10T21:50:05.102Z | Checking sigpipe v0.1.3 |
1676 | 2024-07-10T21:50:05.127Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1677 | 2024-07-10T21:50:05.209Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1678 | 2024-07-10T21:50:05.239Z | Checking postcard v1.0.8 |
1679 | 2024-07-10T21:50:05.369Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1680 | 2024-07-10T21:50:05.426Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1681 | 2024-07-10T21:50:05.485Z | Checking pem v3.0.4 |
1682 | 2024-07-10T21:50:05.510Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1683 | 2024-07-10T21:50:05.727Z | Checking tungstenite v0.20.1 |
1684 | 2024-07-10T21:50:05.754Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1685 | 2024-07-10T21:50:05.891Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1686 | 2024-07-10T21:50:06.191Z | Compiling num-derive v0.4.2 |
1687 | 2024-07-10T21:50:06.233Z | Compiling mockall_derive v0.12.1 |
1688 | 2024-07-10T21:50:06.641Z | Compiling derive-where v1.2.7 |
1689 | 2024-07-10T21:50:07.237Z | Checking atty v0.2.14 |
1690 | 2024-07-10T21:50:07.372Z | Checking fragile v2.0.0 |
1691 | 2024-07-10T21:50:07.403Z | Checking downcast v0.11.0 |
1692 | 2024-07-10T21:50:07.595Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1693 | 2024-07-10T21:50:07.626Z | Checking tokio-tungstenite v0.20.1 |
1694 | 2024-07-10T21:50:07.761Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1695 | 2024-07-10T21:50:08.035Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1696 | 2024-07-10T21:50:08.253Z | Checking tungstenite v0.21.0 |
1697 | 2024-07-10T21:50:08.292Z | Checking env_logger v0.9.3 |
1698 | 2024-07-10T21:50:08.447Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1699 | 2024-07-10T21:50:08.688Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1700 | 2024-07-10T21:50:08.839Z | Compiling bitstruct_derive v0.1.0 |
1701 | 2024-07-10T21:50:09.000Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1702 | 2024-07-10T21:50:09.078Z | Checking tokio-tungstenite v0.21.0 |
1703 | 2024-07-10T21:50:09.103Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1704 | 2024-07-10T21:50:09.131Z | Checking ascii v1.1.0 |
1705 | 2024-07-10T21:50:09.496Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1706 | 2024-07-10T21:50:09.543Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1707 | 2024-07-10T21:50:09.704Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1708 | 2024-07-10T21:50:09.944Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1709 | 2024-07-10T21:50:09.974Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1710 | 2024-07-10T21:50:10.086Z | Checking bitstruct v0.1.1 |
1711 | 2024-07-10T21:50:10.212Z | Checking serde_arrays v0.1.0 |
1712 | 2024-07-10T21:50:10.238Z | Checking erased-serde v0.3.31 |
1713 | 2024-07-10T21:50:10.263Z | Compiling heck v0.3.3 |
1714 | 2024-07-10T21:50:10.331Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1715 | 2024-07-10T21:50:10.371Z | Checking headers-core v0.2.0 |
1716 | 2024-07-10T21:50:10.397Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1717 | 2024-07-10T21:50:10.530Z | Checking base64 v0.13.1 |
1718 | 2024-07-10T21:50:10.668Z | Compiling zone_cfg_derive v0.1.2 |
1719 | 2024-07-10T21:50:10.893Z | Checking ron v0.7.1 |
1720 | 2024-07-10T21:50:11.250Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1721 | 2024-07-10T21:50:11.821Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1722 | 2024-07-10T21:50:11.994Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1723 | 2024-07-10T21:50:12.114Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=915975f6d1729db95619f752148974016912412f#915975f6) |
1724 | 2024-07-10T21:50:12.139Z | Checking zone v0.1.8 |
1725 | 2024-07-10T21:50:12.325Z | Checking headers v0.3.9 |
1726 | 2024-07-10T21:50:12.408Z | Checking portpicker v0.1.1 |
1727 | 2024-07-10T21:50:12.542Z | Checking rcgen v0.12.1 |
1728 | 2024-07-10T21:50:12.764Z | Checking atomicwrites v0.4.3 |
1729 | 2024-07-10T21:50:12.939Z | Checking subprocess v0.2.9 |
1730 | 2024-07-10T21:50:13.175Z | Compiling convert_case v0.4.0 |
1731 | 2024-07-10T21:50:13.410Z | Checking password-hash v0.5.0 |
1732 | 2024-07-10T21:50:13.439Z | Checking blake2 v0.10.6 |
1733 | 2024-07-10T21:50:13.769Z | Checking mockall v0.12.1 |
1734 | 2024-07-10T21:50:13.802Z | Checking linked-hash-map v0.5.6 |
1735 | 2024-07-10T21:50:13.837Z | Compiling prettyplease v0.2.20 |
1736 | 2024-07-10T21:50:13.866Z | Checking argon2 v0.5.3 |
1737 | 2024-07-10T21:50:13.995Z | Checking swrite v0.1.0 |
1738 | 2024-07-10T21:50:14.129Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1739 | 2024-07-10T21:50:14.154Z | Compiling derive_more v0.99.18 |
1740 | 2024-07-10T21:50:14.154Z | Checking lru-cache v0.1.2 |
1741 | 2024-07-10T21:50:14.432Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1742 | 2024-07-10T21:50:14.545Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1743 | 2024-07-10T21:50:14.720Z | Compiling rayon-core v1.12.1 |
1744 | 2024-07-10T21:50:14.759Z | Checking resolv-conf v0.7.0 |
1745 | 2024-07-10T21:50:14.865Z | Checking half v2.4.1 |
1746 | 2024-07-10T21:50:14.990Z | Checking ciborium-io v0.2.2 |
1747 | 2024-07-10T21:50:15.074Z | Checking trust-dns-resolver v0.22.0 |
1748 | 2024-07-10T21:50:15.111Z | Compiling semver v0.1.20 |
1749 | 2024-07-10T21:50:15.137Z | Compiling cancel-safe-futures v0.1.5 |
1750 | 2024-07-10T21:50:15.292Z | Checking ciborium-ll v0.2.2 |
1751 | 2024-07-10T21:50:15.429Z | Compiling rustc_version v0.1.7 |
1752 | 2024-07-10T21:50:15.581Z | Checking ciborium v0.2.2 |
1753 | 2024-07-10T21:50:15.920Z | Compiling newtype_derive v0.1.6 |
1754 | 2024-07-10T21:50:16.199Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1755 | 2024-07-10T21:50:16.835Z | Checking num-rational v0.4.2 |
1756 | 2024-07-10T21:50:17.099Z | Checking num-complex v0.4.6 |
1757 | 2024-07-10T21:50:17.339Z | Compiling slog-dtrace v0.3.0 |
1758 | 2024-07-10T21:50:17.550Z | Checking signature v2.2.0 |
1759 | 2024-07-10T21:50:17.679Z | Checking float-ord v0.3.2 |
1760 | 2024-07-10T21:50:17.815Z | Checking steno v0.4.1 |
1761 | 2024-07-10T21:50:17.882Z | Checking num v0.4.3 |
1762 | 2024-07-10T21:50:19.595Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1763 | 2024-07-10T21:50:19.635Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1764 | 2024-07-10T21:50:19.886Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1765 | 2024-07-10T21:50:20.878Z | Checking libsw v3.3.1 |
1766 | 2024-07-10T21:50:21.468Z | Checking owo-colors v4.0.0 |
1767 | 2024-07-10T21:50:21.468Z | Checking linear-map v1.2.0 |
1768 | 2024-07-10T21:50:23.018Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1769 | 2024-07-10T21:50:23.050Z | Checking nibble_vec v0.1.0 |
1770 | 2024-07-10T21:50:23.242Z | Checking endian-type v0.1.2 |
1771 | 2024-07-10T21:50:23.439Z | Checking radix_trie v0.2.1 |
1772 | 2024-07-10T21:50:23.796Z | Checking fxhash v0.2.1 |
1773 | 2024-07-10T21:50:23.829Z | Checking display-error-chain v0.2.0 |
1774 | 2024-07-10T21:50:23.961Z | Compiling home v0.5.9 |
1775 | 2024-07-10T21:50:23.986Z | Compiling radium v0.7.0 |
1776 | 2024-07-10T21:50:24.013Z | Checking tap v1.0.1 |
1777 | 2024-07-10T21:50:24.178Z | Compiling maybe-uninit v2.0.0 |
1778 | 2024-07-10T21:50:24.241Z | Checking wyz v0.5.1 |
1779 | 2024-07-10T21:50:24.602Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1780 | 2024-07-10T21:50:24.694Z | Checking crc-catalog v2.4.0 |
1781 | 2024-07-10T21:50:24.776Z | Compiling num-bigint-dig v0.8.4 |
1782 | 2024-07-10T21:50:24.830Z | Checking funty v2.0.0 |
1783 | 2024-07-10T21:50:24.983Z | Compiling packed_struct v0.10.1 |
1784 | 2024-07-10T21:50:25.443Z | Checking crc v3.2.1 |
1785 | 2024-07-10T21:50:25.608Z | Compiling packed_struct_codegen v0.10.1 |
1786 | 2024-07-10T21:50:25.700Z | Checking bitvec v1.0.1 |
1787 | 2024-07-10T21:50:25.725Z | Compiling indexmap v1.9.3 |
1788 | 2024-07-10T21:50:25.837Z | Checking nodrop v0.1.14 |
1789 | 2024-07-10T21:50:25.960Z | Checking array-init v0.0.4 |
1790 | 2024-07-10T21:50:26.151Z | Checking smallvec v0.6.14 |
1791 | 2024-07-10T21:50:26.946Z | Checking pkcs1 v0.7.5 |
1792 | 2024-07-10T21:50:27.117Z | Compiling ring v0.16.20 |
1793 | 2024-07-10T21:50:27.330Z | Compiling blake3 v1.5.1 |
1794 | 2024-07-10T21:50:27.882Z | Checking bitfield v0.14.0 |
1795 | 2024-07-10T21:50:27.939Z | Checking hashbrown v0.12.3 |
1796 | 2024-07-10T21:50:28.351Z | Checking serde-hex v0.1.0 |
1797 | 2024-07-10T21:50:28.583Z | Checking rsa v0.9.6 |
1798 | 2024-07-10T21:50:28.608Z | Checking bzip2 v0.4.4 |
1799 | 2024-07-10T21:50:28.913Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1800 | 2024-07-10T21:50:29.161Z | Checking env_logger v0.10.2 |
1801 | 2024-07-10T21:50:29.534Z | Checking x509-cert v0.2.5 |
1802 | 2024-07-10T21:50:29.576Z | Checking ron v0.8.1 |
1803 | 2024-07-10T21:50:29.626Z | Checking hashbrown v0.13.2 |
1804 | 2024-07-10T21:50:30.552Z | Checking crc-any v2.5.0 |
1805 | 2024-07-10T21:50:30.615Z | Checking object v0.30.4 |
1806 | 2024-07-10T21:50:30.690Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1807 | 2024-07-10T21:50:30.857Z | Checking zip v0.6.6 |
1808 | 2024-07-10T21:50:30.923Z | Checking path-slash v0.1.5 |
1809 | 2024-07-10T21:50:30.948Z | Compiling async-recursion v1.1.1 |
1810 | 2024-07-10T21:50:30.973Z | Checking gethostname v0.4.3 |
1811 | 2024-07-10T21:50:31.066Z | Checking maplit v1.0.2 |
1812 | 2024-07-10T21:50:31.117Z | Compiling parking_lot_core v0.8.6 |
1813 | 2024-07-10T21:50:31.188Z | Compiling libefi-sys v0.1.0 |
1814 | 2024-07-10T21:50:31.535Z | Compiling bitfield-struct v0.6.1 |
1815 | 2024-07-10T21:50:31.561Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1816 | 2024-07-10T21:50:31.682Z | Checking lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1817 | 2024-07-10T21:50:32.006Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1818 | 2024-07-10T21:50:32.040Z | Compiling crossbeam-deque v0.8.5 |
1819 | 2024-07-10T21:50:32.347Z | Checking nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1820 | 2024-07-10T21:50:32.474Z | Checking keccak v0.1.5 |
1821 | 2024-07-10T21:50:32.750Z | Checking sha3 v0.10.8 |
1822 | 2024-07-10T21:50:32.852Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1823 | 2024-07-10T21:50:32.877Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1824 | 2024-07-10T21:50:33.338Z | Checking parking_lot v0.11.2 |
1825 | 2024-07-10T21:50:33.367Z | Checking trust-dns-client v0.22.0 |
1826 | 2024-07-10T21:50:33.393Z | Checking libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1827 | 2024-07-10T21:50:33.480Z | Checking toml v0.5.11 |
1828 | 2024-07-10T21:50:33.663Z | Checking secrecy v0.8.0 |
1829 | 2024-07-10T21:50:33.856Z | Compiling rayon v1.10.0 |
1830 | 2024-07-10T21:50:33.884Z | Checking sled v0.34.7 |
1831 | 2024-07-10T21:50:34.676Z | Compiling memmap2 v0.9.4 |
1832 | 2024-07-10T21:50:34.740Z | Compiling spin v0.5.2 |
1833 | 2024-07-10T21:50:34.764Z | Checking trust-dns-server v0.22.1 |
1834 | 2024-07-10T21:50:34.959Z | Compiling buf-list v1.0.3 |
1835 | 2024-07-10T21:50:35.073Z | Compiling untrusted v0.7.1 |
1836 | 2024-07-10T21:50:35.258Z | Compiling constant_time_eq v0.3.0 |
1837 | 2024-07-10T21:50:35.432Z | Compiling arrayvec v0.7.4 |
1838 | 2024-07-10T21:50:35.510Z | Compiling arrayref v0.3.7 |
1839 | 2024-07-10T21:50:36.306Z | Compiling toolchain_find v0.4.0 |
1840 | 2024-07-10T21:50:36.632Z | Compiling topological-sort v0.2.2 |
1841 | 2024-07-10T21:50:36.843Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1842 | 2024-07-10T21:50:36.983Z | Compiling rustfmt-wrapper v0.2.1 |
1843 | 2024-07-10T21:50:37.076Z | Checking mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1844 | 2024-07-10T21:50:37.103Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1845 | 2024-07-10T21:50:37.165Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1846 | 2024-07-10T21:50:37.514Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1847 | 2024-07-10T21:50:38.604Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1848 | 2024-07-10T21:50:39.138Z | Compiling omicron-zone-package v0.11.0 |
1849 | 2024-07-10T21:50:39.970Z | Checking glob v0.3.1 |
1850 | 2024-07-10T21:50:40.263Z | Checking ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=d1686c86f92ead77e07ddc6024837dee4a401d6d#d1686c86) |
1851 | 2024-07-10T21:50:40.296Z | Compiling curve25519-dalek v4.1.3 |
1852 | 2024-07-10T21:50:40.705Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1853 | 2024-07-10T21:50:40.843Z | Checking universal-hash v0.5.1 |
1854 | 2024-07-10T21:50:41.034Z | Checking opaque-debug v0.3.1 |
1855 | 2024-07-10T21:50:41.214Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1856 | 2024-07-10T21:50:41.252Z | Compiling curve25519-dalek-derive v0.1.1 |
1857 | 2024-07-10T21:50:41.718Z | Checking lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1858 | 2024-07-10T21:50:42.213Z | Checking aead v0.5.2 |
1859 | 2024-07-10T21:50:42.766Z | Compiling pin-project-internal v1.1.5 |
1860 | 2024-07-10T21:50:43.061Z | Compiling vte_generate_state_changes v0.1.1 |
1861 | 2024-07-10T21:50:43.521Z | Checking hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1862 | 2024-07-10T21:50:43.646Z | Compiling unicase v2.7.0 |
1863 | 2024-07-10T21:50:44.066Z | Checking vte v0.11.1 |
1864 | 2024-07-10T21:50:44.099Z | Checking poly1305 v0.8.0 |
1865 | 2024-07-10T21:50:44.341Z | Checking chacha20 v0.9.1 |
1866 | 2024-07-10T21:50:44.540Z | Checking fd-lock v4.0.2 |
1867 | 2024-07-10T21:50:44.646Z | Compiling thiserror-impl-no-std v2.0.2 |
1868 | 2024-07-10T21:50:44.712Z | Checking nanorand v0.7.0 |
1869 | 2024-07-10T21:50:44.863Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1870 | 2024-07-10T21:50:45.077Z | Checking flume v0.11.0 |
1871 | 2024-07-10T21:50:45.140Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1872 | 2024-07-10T21:50:45.165Z | Checking kstat-rs v0.2.4 |
1873 | 2024-07-10T21:50:45.189Z | Checking strip-ansi-escapes v0.2.0 |
1874 | 2024-07-10T21:50:45.332Z | Checking nu-ansi-term v0.50.0 |
1875 | 2024-07-10T21:50:45.491Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1876 | 2024-07-10T21:50:45.587Z | Checking chacha20poly1305 v0.10.1 |
1877 | 2024-07-10T21:50:45.613Z | Checking pin-project v1.1.5 |
1878 | 2024-07-10T21:50:45.740Z | Checking reedline v0.31.0 |
1879 | 2024-07-10T21:50:45.793Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1880 | 2024-07-10T21:50:45.844Z | Compiling crunchy v0.2.2 |
1881 | 2024-07-10T21:50:46.155Z | Compiling mime_guess v2.0.4 |
1882 | 2024-07-10T21:50:46.300Z | Compiling clang-sys v1.7.0 |
1883 | 2024-07-10T21:50:46.877Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1884 | 2024-07-10T21:50:47.008Z | Compiling tiny-keccak v2.0.2 |
1885 | 2024-07-10T21:50:47.441Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1886 | 2024-07-10T21:50:47.627Z | Checking thiserror-no-std v2.0.2 |
1887 | 2024-07-10T21:50:47.711Z | Compiling memoffset v0.9.1 |
1888 | 2024-07-10T21:50:47.736Z | Checking bytecount v0.6.8 |
1889 | 2024-07-10T21:50:47.761Z | Checking vsss-rs v3.3.4 |
1890 | 2024-07-10T21:50:47.885Z | Compiling ref-cast v1.0.23 |
1891 | 2024-07-10T21:50:48.132Z | Checking papergrid v0.11.0 |
1892 | 2024-07-10T21:50:48.763Z | Compiling ascii-canvas v3.0.0 |
1893 | 2024-07-10T21:50:48.975Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1894 | 2024-07-10T21:50:49.222Z | Compiling tabled_derive v0.7.0 |
1895 | 2024-07-10T21:50:49.465Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1896 | 2024-07-10T21:50:49.758Z | Compiling ref-cast-impl v1.0.23 |
1897 | 2024-07-10T21:50:49.783Z | Compiling snafu-derive v0.8.2 |
1898 | 2024-07-10T21:50:50.605Z | Compiling ena v0.14.3 |
1899 | 2024-07-10T21:50:50.632Z | Compiling libloading v0.8.3 |
1900 | 2024-07-10T21:50:50.692Z | Compiling diff v0.1.13 |
1901 | 2024-07-10T21:50:50.978Z | Compiling cfg_aliases v0.1.1 |
1902 | 2024-07-10T21:50:51.022Z | Compiling bindgen v0.69.4 |
1903 | 2024-07-10T21:50:51.097Z | Checking http-range v0.1.5 |
1904 | 2024-07-10T21:50:51.266Z | Compiling regex-syntax v0.6.29 |
1905 | 2024-07-10T21:50:51.379Z | Checking hyper-staticfile v0.9.5 |
1906 | 2024-07-10T21:50:51.614Z | Checking tabled v0.15.0 |
1907 | 2024-07-10T21:50:51.806Z | Compiling nix v0.28.0 |
1908 | 2024-07-10T21:50:52.671Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=5ebf9626e0ad274eb515d206d102cb09d2d51f15#5ebf9626) |
1909 | 2024-07-10T21:50:53.780Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1910 | 2024-07-10T21:50:54.559Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1911 | 2024-07-10T21:50:55.148Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1912 | 2024-07-10T21:50:56.401Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1913 | 2024-07-10T21:50:56.717Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1914 | 2024-07-10T21:50:58.056Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1915 | 2024-07-10T21:50:59.086Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1916 | 2024-07-10T21:50:59.735Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1917 | 2024-07-10T21:51:00.301Z | Checking snafu v0.8.2 |
1918 | 2024-07-10T21:51:00.515Z | Compiling lalrpop v0.19.12 |
1919 | 2024-07-10T21:51:00.775Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1920 | 2024-07-10T21:51:02.122Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1921 | 2024-07-10T21:51:02.347Z | Compiling which v4.4.2 |
1922 | 2024-07-10T21:51:02.934Z | Checking globset v0.4.14 |
1923 | 2024-07-10T21:51:03.393Z | Checking olpc-cjson v0.1.3 |
1924 | 2024-07-10T21:51:03.583Z | Compiling cexpr v0.6.0 |
1925 | 2024-07-10T21:51:03.986Z | Checking serde_plain v1.0.2 |
1926 | 2024-07-10T21:51:04.205Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1927 | 2024-07-10T21:51:04.455Z | Compiling shlex v1.3.0 |
1928 | 2024-07-10T21:51:04.848Z | Compiling salty v0.2.0 |
1929 | 2024-07-10T21:51:05.211Z | Checking typed-path v0.7.1 |
1930 | 2024-07-10T21:51:05.305Z | Compiling lazycell v1.3.0 |
1931 | 2024-07-10T21:51:05.470Z | Checking signature v1.6.4 |
1932 | 2024-07-10T21:51:05.615Z | Compiling rustc-hash v1.1.0 |
1933 | 2024-07-10T21:51:05.772Z | Checking ed25519 v1.5.3 |
1934 | 2024-07-10T21:51:06.049Z | Checking nix v0.27.1 |
1935 | 2024-07-10T21:51:06.176Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1936 | 2024-07-10T21:51:07.017Z | Checking tough v0.17.1 |
1937 | 2024-07-10T21:51:09.249Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1938 | 2024-07-10T21:51:10.370Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1939 | 2024-07-10T21:51:10.867Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1940 | 2024-07-10T21:51:11.138Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1941 | 2024-07-10T21:51:11.237Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1942 | 2024-07-10T21:51:11.386Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1943 | 2024-07-10T21:51:12.492Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1944 | 2024-07-10T21:51:12.800Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1945 | 2024-07-10T21:51:12.937Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1946 | 2024-07-10T21:51:13.156Z | Compiling derive_builder_core v0.20.0 |
1947 | 2024-07-10T21:51:13.950Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1948 | 2024-07-10T21:51:14.322Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1949 | 2024-07-10T21:51:14.752Z | Checking serde-big-array v0.5.1 |
1950 | 2024-07-10T21:51:14.977Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1951 | 2024-07-10T21:51:15.164Z | Compiling libxml v0.3.3 |
1952 | 2024-07-10T21:51:15.459Z | Checking parse-size v1.0.0 |
1953 | 2024-07-10T21:51:15.516Z | Compiling derive_builder_macro v0.20.0 |
1954 | 2024-07-10T21:51:15.803Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1955 | 2024-07-10T21:51:16.104Z | Checking signal-hook-tokio v0.3.1 |
1956 | 2024-07-10T21:51:16.271Z | Compiling peg-macros v0.8.3 |
1957 | 2024-07-10T21:51:16.389Z | Checking serde-big-array v0.4.1 |
1958 | 2024-07-10T21:51:16.573Z | Compiling strum_macros v0.24.3 |
1959 | 2024-07-10T21:51:16.658Z | Compiling sqlparser_derive v0.2.2 |
1960 | 2024-07-10T21:51:17.603Z | Compiling cookie v0.18.1 |
1961 | 2024-07-10T21:51:17.743Z | Compiling indoc v1.0.9 |
1962 | 2024-07-10T21:51:17.998Z | Checking unicode_categories v0.1.1 |
1963 | 2024-07-10T21:51:18.276Z | Checking sqlformat v0.2.3 |
1964 | 2024-07-10T21:51:18.371Z | Checking rustyline v14.0.0 |
1965 | 2024-07-10T21:51:18.797Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1966 | 2024-07-10T21:51:19.838Z | Checking peg v0.8.3 |
1967 | 2024-07-10T21:51:19.881Z | Checking sqlparser v0.45.0 |
1968 | 2024-07-10T21:51:19.947Z | Checking sprockets-common v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1969 | 2024-07-10T21:51:20.016Z | Checking derive_builder v0.20.0 |
1970 | 2024-07-10T21:51:20.156Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1971 | 2024-07-10T21:51:22.453Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1972 | 2024-07-10T21:51:22.505Z | Checking bcs v0.1.6 |
1973 | 2024-07-10T21:51:22.530Z | Checking quick-xml v0.31.0 |
1974 | 2024-07-10T21:51:22.718Z | Compiling impl-trait-for-tuples v0.2.2 |
1975 | 2024-07-10T21:51:22.968Z | Compiling oso-derive v0.27.3 |
1976 | 2024-07-10T21:51:23.934Z | Checking highway v1.1.0 |
1977 | 2024-07-10T21:51:24.356Z | Checking corncobs v0.1.3 |
1978 | 2024-07-10T21:51:24.421Z | Checking heck v0.4.1 |
1979 | 2024-07-10T21:51:24.547Z | Checking sprockets-rot v0.1.0 (https://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1980 | 2024-07-10T21:51:24.633Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1981 | 2024-07-10T21:51:24.671Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1982 | 2024-07-10T21:51:25.467Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1983 | 2024-07-10T21:51:26.035Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1984 | 2024-07-10T21:51:26.387Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1985 | 2024-07-10T21:51:26.651Z | Compiling const_format_proc_macros v0.2.32 |
1986 | 2024-07-10T21:51:27.203Z | Checking bb8 v0.8.5 |
1987 | 2024-07-10T21:51:27.663Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1988 | 2024-07-10T21:51:28.284Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1989 | 2024-07-10T21:51:28.700Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1990 | 2024-07-10T21:51:28.771Z | Checking const_format v0.2.32 |
1991 | 2024-07-10T21:51:29.227Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1992 | 2024-07-10T21:51:30.340Z | Checking assert_matches v1.5.0 |
1993 | 2024-07-10T21:51:30.433Z | Compiling portable-atomic v1.6.0 |
1994 | 2024-07-10T21:51:31.516Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1995 | 2024-07-10T21:51:32.369Z | Checking rand_seeder v0.2.3 |
1996 | 2024-07-10T21:51:32.503Z | Checking number_prefix v0.4.0 |
1997 | 2024-07-10T21:51:32.610Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1998 | 2024-07-10T21:51:32.701Z | Checking indicatif v0.17.8 |
1999 | 2024-07-10T21:51:32.806Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2000 | 2024-07-10T21:51:33.014Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2001 | 2024-07-10T21:51:33.040Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2002 | 2024-07-10T21:51:33.418Z | Checking castaway v0.2.2 |
2003 | 2024-07-10T21:51:33.568Z | Checking compact_str v0.7.1 |
2004 | 2024-07-10T21:51:34.014Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2005 | 2024-07-10T21:51:34.240Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2006 | 2024-07-10T21:51:34.266Z | Checking unicode-truncate v1.0.0 |
2007 | 2024-07-10T21:51:34.328Z | Checking itertools v0.13.0 |
2008 | 2024-07-10T21:51:34.492Z | Checking lru v0.12.3 |
2009 | 2024-07-10T21:51:34.517Z | Compiling stability v0.2.0 |
2010 | 2024-07-10T21:51:34.823Z | Checking cassowary v0.3.0 |
2011 | 2024-07-10T21:51:35.326Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2012 | 2024-07-10T21:51:35.583Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2013 | 2024-07-10T21:51:36.122Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2014 | 2024-07-10T21:51:36.972Z | Checking ratatui v0.27.0 |
2015 | 2024-07-10T21:51:36.997Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2016 | 2024-07-10T21:51:37.368Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2017 | 2024-07-10T21:51:38.173Z | Checking smawk v0.3.2 |
2018 | 2024-07-10T21:51:38.198Z | Checking unicode-linebreak v0.1.5 |
2019 | 2024-07-10T21:51:38.403Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2020 | 2024-07-10T21:51:38.605Z | Checking textwrap v0.16.1 |
2021 | 2024-07-10T21:51:38.718Z | Checking is_ci v1.2.0 |
2022 | 2024-07-10T21:51:38.867Z | Checking supports-color v3.0.0 |
2023 | 2024-07-10T21:51:39.043Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2024 | 2024-07-10T21:51:39.068Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2025 | 2024-07-10T21:51:39.657Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2026 | 2024-07-10T21:51:39.760Z | Checking fatfs v0.3.6 |
2027 | 2024-07-10T21:51:40.595Z | Checking shell-words v1.1.0 |
2028 | 2024-07-10T21:51:40.722Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2029 | 2024-07-10T21:51:40.776Z | Checking cargo-platform v0.1.8 |
2030 | 2024-07-10T21:51:41.055Z | Checking rtoolbox v0.0.2 |
2031 | 2024-07-10T21:51:41.237Z | Compiling getrandom v0.1.16 |
2032 | 2024-07-10T21:51:41.987Z | Checking rpassword v7.3.1 |
2033 | 2024-07-10T21:51:42.131Z | Checking cargo_metadata v0.18.1 |
2034 | 2024-07-10T21:51:42.156Z | Checking tui-tree-widget v0.21.0 |
2035 | 2024-07-10T21:51:42.749Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2036 | 2024-07-10T21:51:43.625Z | Checking rfc6979 v0.4.0 |
2037 | 2024-07-10T21:51:43.934Z | Checking ecdsa v0.16.9 |
2038 | 2024-07-10T21:51:44.252Z | Checking rand_core v0.5.1 |
2039 | 2024-07-10T21:51:44.532Z | Checking primeorder v0.13.6 |
2040 | 2024-07-10T21:51:44.822Z | Checking yansi v0.5.1 |
2041 | 2024-07-10T21:51:44.994Z | Checking option-ext v0.2.0 |
2042 | 2024-07-10T21:51:45.093Z | Checking pretty_assertions v1.4.0 |
2043 | 2024-07-10T21:51:45.121Z | Checking dirs-sys v0.4.1 |
2044 | 2024-07-10T21:51:45.275Z | Checking rand_chacha v0.2.2 |
2045 | 2024-07-10T21:51:45.300Z | Checking polyval v0.6.2 |
2046 | 2024-07-10T21:51:45.538Z | Checking ed25519 v2.2.3 |
2047 | 2024-07-10T21:51:45.589Z | Checking blowfish v0.9.1 |
2048 | 2024-07-10T21:51:45.799Z | Checking aes v0.8.4 |
2049 | 2024-07-10T21:51:45.824Z | Checking ctr v0.9.2 |
2050 | 2024-07-10T21:51:46.103Z | Checking password-hash v0.4.2 |
2051 | 2024-07-10T21:51:46.554Z | Checking pbkdf2 v0.12.2 |
2052 | 2024-07-10T21:51:46.667Z | Checking plotters-backend v0.3.5 |
2053 | 2024-07-10T21:51:46.737Z | Checking hex-literal v0.4.1 |
2054 | 2024-07-10T21:51:46.879Z | Checking bcrypt-pbkdf v0.10.0 |
2055 | 2024-07-10T21:51:47.063Z | Checking plotters-svg v0.3.5 |
2056 | 2024-07-10T21:51:47.144Z | Checking pbkdf2 v0.11.0 |
2057 | 2024-07-10T21:51:47.272Z | Checking ed25519-dalek v2.1.1 |
2058 | 2024-07-10T21:51:47.390Z | Checking rand v0.7.3 |
2059 | 2024-07-10T21:51:47.572Z | Checking ghash v0.5.1 |
2060 | 2024-07-10T21:51:47.728Z | Checking dirs v5.0.1 |
2061 | 2024-07-10T21:51:47.870Z | Checking p256 v0.13.2 |
2062 | 2024-07-10T21:51:48.324Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2063 | 2024-07-10T21:51:48.349Z | Checking p521 v0.13.3 |
2064 | 2024-07-10T21:51:48.694Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2065 | 2024-07-10T21:51:49.575Z | Checking cbc v0.1.2 |
2066 | 2024-07-10T21:51:49.784Z | Checking russh-cryptovec v0.7.2 |
2067 | 2024-07-10T21:51:49.975Z | Checking md5 v0.7.0 |
2068 | 2024-07-10T21:51:50.049Z | Compiling doc-comment v0.3.3 |
2069 | 2024-07-10T21:51:50.237Z | Compiling target-lexicon v0.12.14 |
2070 | 2024-07-10T21:51:50.561Z | Checking cast v0.3.0 |
2071 | 2024-07-10T21:51:50.854Z | Checking criterion-plot v0.5.0 |
2072 | 2024-07-10T21:51:51.353Z | Checking russh-keys v0.43.0 |
2073 | 2024-07-10T21:51:51.386Z | Checking aes-gcm v0.10.3 |
2074 | 2024-07-10T21:51:51.637Z | Checking plotters v0.3.5 |
2075 | 2024-07-10T21:51:52.528Z | Checking http-body v1.0.0 |
2076 | 2024-07-10T21:51:52.766Z | Checking tinytemplate v1.2.1 |
2077 | 2024-07-10T21:51:53.196Z | Checking csv-core v0.1.11 |
2078 | 2024-07-10T21:51:53.483Z | Checking regex-automata v0.1.10 |
2079 | 2024-07-10T21:51:53.551Z | Checking anes v0.1.6 |
2080 | 2024-07-10T21:51:53.903Z | Checking tower-layer v0.3.2 |
2081 | 2024-07-10T21:51:53.940Z | Compiling guppy-workspace-hack v0.1.0 |
2082 | 2024-07-10T21:51:54.214Z | Compiling assert_cmd v2.0.14 |
2083 | 2024-07-10T21:51:54.240Z | Compiling dhcproto-macros v0.1.0 |
2084 | 2024-07-10T21:51:54.655Z | Checking oorandom v11.1.3 |
2085 | 2024-07-10T21:51:54.832Z | Checking criterion v0.5.1 |
2086 | 2024-07-10T21:51:55.041Z | Checking tower v0.4.13 |
2087 | 2024-07-10T21:51:55.233Z | Checking dhcproto v0.11.0 |
2088 | 2024-07-10T21:51:55.778Z | Checking bstr v0.2.17 |
2089 | 2024-07-10T21:51:56.678Z | Checking csv v1.3.0 |
2090 | 2024-07-10T21:51:56.703Z | Checking hyper v1.3.1 |
2091 | 2024-07-10T21:51:57.491Z | Checking russh v0.43.0 |
2092 | 2024-07-10T21:51:57.880Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2093 | 2024-07-10T21:51:58.174Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2094 | 2024-07-10T21:51:58.800Z | Compiling target-spec v3.1.0 |
2095 | 2024-07-10T21:51:58.973Z | Checking internet-checksum v0.2.1 |
2096 | 2024-07-10T21:51:59.813Z | Checking cfg-expr v0.15.8 |
2097 | 2024-07-10T21:52:00.549Z | Checking hyper-util v0.1.3 |
2098 | 2024-07-10T21:52:01.032Z | Checking httptest v0.15.5 |
2099 | 2024-07-10T21:52:01.525Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2100 | 2024-07-10T21:52:01.781Z | Checking rustls-native-certs v0.7.0 |
2101 | 2024-07-10T21:52:02.055Z | Checking hyper-rustls v0.26.0 |
2102 | 2024-07-10T21:52:02.698Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2103 | 2024-07-10T21:52:02.974Z | Checking pathdiff v0.2.1 |
2104 | 2024-07-10T21:52:03.136Z | Checking threadpool v1.8.1 |
2105 | 2024-07-10T21:52:03.339Z | Checking escape8259 v0.5.2 |
2106 | 2024-07-10T21:52:03.527Z | Checking nested v0.1.1 |
2107 | 2024-07-10T21:52:03.770Z | Checking guppy v0.17.5 |
2108 | 2024-07-10T21:52:03.795Z | Checking libtest-mimic v0.7.3 |
2109 | 2024-07-10T21:52:04.248Z | Checking similar-asserts v1.5.0 |
2110 | 2024-07-10T21:52:04.466Z | Checking fancy-regex v0.13.0 |
2111 | 2024-07-10T21:52:05.166Z | Compiling rstest_macros v0.19.0 |
2112 | 2024-07-10T21:52:05.637Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2113 | 2024-07-10T21:52:05.695Z | Checking datatest-stable v0.2.9 |
2114 | 2024-07-10T21:52:05.762Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2115 | 2024-07-10T21:52:05.956Z | Checking blake2b_simd v1.0.2 |
2116 | 2024-07-10T21:52:06.777Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2117 | 2024-07-10T21:52:06.966Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2118 | 2024-07-10T21:52:07.056Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2119 | 2024-07-10T21:52:07.429Z | Compiling relative-path v1.9.3 |
2120 | 2024-07-10T21:52:07.687Z | Compiling trybuild v1.0.96 |
2121 | 2024-07-10T21:52:08.249Z | Checking rust-argon2 v2.1.0 |
2122 | 2024-07-10T21:52:08.651Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2123 | 2024-07-10T21:52:10.164Z | Checking multimap v0.10.0 |
2124 | 2024-07-10T21:52:10.440Z | Checking futures-timer v3.0.3 |
2125 | 2024-07-10T21:52:12.047Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2126 | 2024-07-10T21:52:12.861Z | Checking partial-io v0.5.4 |
2127 | 2024-07-10T21:52:13.225Z | Checking cargo_toml v0.20.3 |
2128 | 2024-07-10T21:52:15.049Z | Checking rand_distr v0.4.3 |
2129 | 2024-07-10T21:52:15.750Z | Checking approx v0.5.1 |
2130 | 2024-07-10T21:52:15.967Z | Checking uzers v0.11.3 |
2131 | 2024-07-10T21:52:16.304Z | Checking termios v0.3.3 |
2132 | 2024-07-10T21:52:16.540Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2133 | 2024-07-10T21:52:16.796Z | Checking rstest v0.19.0 |
2134 | 2024-07-10T21:52:19.513Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2135 | 2024-07-10T21:52:20.640Z | Checking xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2136 | 2024-07-10T21:52:22.428Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2137 | 2024-07-10T21:52:28.326Z | Compiling samael v0.0.15 |
2138 | 2024-07-10T21:52:32.948Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2139 | 2024-07-10T21:52:58.253Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2140 | 2024-07-10T21:52:59.690Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2141 | 2024-07-10T21:53:09.933Z | Compiling polar-core v0.27.3 |
2142 | 2024-07-10T21:53:20.276Z | Checking oso v0.27.3 |
2143 | 2024-07-10T21:54:05.076Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2144 | 2024-07-10T21:54:05.076Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2145 | 2024-07-10T21:54:05.100Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2146 | 2024-07-10T21:55:54.566Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 7m 37s |
2147 | 2024-07-10T21:55:54.905Z | |
2148 | 2024-07-10T21:55:54.905Z | real 7:49.907549016 |
2149 | 2024-07-10T21:55:54.905Z | user 38:32.464631389 |
2150 | 2024-07-10T21:55:54.905Z | sys 6:52.881665040 |
2151 | 2024-07-10T21:55:54.905Z | trap 1.230657562 |
2152 | 2024-07-10T21:55:54.905Z | tflt 0.401011394 |
2153 | 2024-07-10T21:55:54.905Z | dflt 0.656313329 |
2154 | 2024-07-10T21:55:54.905Z | kflt 0.001068792 |
2155 | 2024-07-10T21:55:54.905Z | lock 1:59:19.376136490 |
2156 | 2024-07-10T21:55:54.905Z | slp 2:03:34.735351166 |
2157 | 2024-07-10T21:55:54.929Z | lat 1:56.317422734 |
2158 | 2024-07-10T21:55:54.929Z | stop 6:25.015976698 |
2159 | 2024-07-10T21:55:54.929Z | + RUSTDOCFLAGS='--document-private-items -D warnings' |
2160 | 2024-07-10T21:55:54.930Z | + ptime -m cargo doc --workspace --no-deps |
2161 | 2024-07-10T21:55:56.371Z | warning: output filename collision. |
2162 | 2024-07-10T21:55:56.371Z | 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)`. |
2163 | 2024-07-10T21:55:56.371Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2164 | 2024-07-10T21:55:56.371Z | The targets should have unique names. |
2165 | 2024-07-10T21:55:56.371Z | This is a known bug where multiple crates with the same name use |
2166 | 2024-07-10T21:55:56.371Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2167 | 2024-07-10T21:55:57.167Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2168 | 2024-07-10T21:55:57.198Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-07-10T21:55:57.250Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2170 | 2024-07-10T21:55:57.274Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2171 | 2024-07-10T21:55:57.299Z | Documenting xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2172 | 2024-07-10T21:55:57.324Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2173 | 2024-07-10T21:55:57.453Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2174 | 2024-07-10T21:55:57.570Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2175 | 2024-07-10T21:55:57.570Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2176 | 2024-07-10T21:55:57.610Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2177 | 2024-07-10T21:55:57.635Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2178 | 2024-07-10T21:55:57.811Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2179 | 2024-07-10T21:55:58.151Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2180 | 2024-07-10T21:55:58.349Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2181 | 2024-07-10T21:55:58.432Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2182 | 2024-07-10T21:55:59.499Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2183 | 2024-07-10T21:56:01.489Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2184 | 2024-07-10T21:56:01.739Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2185 | 2024-07-10T21:56:01.763Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2186 | 2024-07-10T21:56:02.035Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2187 | 2024-07-10T21:56:02.303Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2188 | 2024-07-10T21:56:02.333Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2189 | 2024-07-10T21:56:02.597Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2190 | 2024-07-10T21:56:02.766Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2191 | 2024-07-10T21:56:02.909Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2192 | 2024-07-10T21:56:03.202Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2193 | 2024-07-10T21:56:03.394Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2194 | 2024-07-10T21:56:03.658Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2195 | 2024-07-10T21:56:03.871Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2196 | 2024-07-10T21:56:03.959Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2197 | 2024-07-10T21:56:04.138Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2198 | 2024-07-10T21:56:04.381Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2199 | 2024-07-10T21:56:04.698Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2200 | 2024-07-10T21:56:05.009Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2201 | 2024-07-10T21:56:05.042Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2202 | 2024-07-10T21:56:06.866Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2203 | 2024-07-10T21:56:08.224Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2204 | 2024-07-10T21:56:09.425Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2205 | 2024-07-10T21:56:10.428Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2206 | 2024-07-10T21:56:10.609Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2207 | 2024-07-10T21:56:11.313Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2208 | 2024-07-10T21:56:11.576Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2209 | 2024-07-10T21:56:12.274Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2210 | 2024-07-10T21:56:12.756Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2211 | 2024-07-10T21:56:13.158Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2212 | 2024-07-10T21:56:13.488Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2213 | 2024-07-10T21:56:14.075Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2214 | 2024-07-10T21:56:14.449Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2215 | 2024-07-10T21:56:14.476Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2216 | 2024-07-10T21:56:15.100Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2217 | 2024-07-10T21:56:15.392Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2218 | 2024-07-10T21:56:16.126Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2219 | 2024-07-10T21:56:16.418Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2220 | 2024-07-10T21:56:17.636Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2221 | 2024-07-10T21:56:18.146Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2222 | 2024-07-10T21:56:18.320Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2223 | 2024-07-10T21:56:18.889Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2224 | 2024-07-10T21:56:19.148Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2225 | 2024-07-10T21:56:19.442Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2226 | 2024-07-10T21:56:21.692Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2227 | 2024-07-10T21:56:22.138Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2228 | 2024-07-10T21:56:22.499Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2229 | 2024-07-10T21:56:23.459Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2230 | 2024-07-10T21:56:23.498Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2231 | 2024-07-10T21:56:25.446Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2232 | 2024-07-10T21:56:25.676Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2233 | 2024-07-10T21:56:26.424Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2234 | 2024-07-10T21:56:27.142Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2235 | 2024-07-10T21:56:27.540Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2236 | 2024-07-10T21:56:28.841Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2237 | 2024-07-10T21:56:30.235Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2238 | 2024-07-10T21:56:32.529Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2239 | 2024-07-10T21:56:32.874Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2240 | 2024-07-10T21:56:33.316Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2241 | 2024-07-10T21:56:33.341Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2242 | 2024-07-10T21:56:34.564Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2243 | 2024-07-10T21:56:35.525Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2244 | 2024-07-10T21:56:36.826Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2245 | 2024-07-10T21:56:38.588Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2246 | 2024-07-10T21:56:39.575Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2247 | 2024-07-10T21:56:41.460Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2248 | 2024-07-10T21:56:42.415Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2249 | 2024-07-10T21:56:43.477Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2250 | 2024-07-10T21:56:54.002Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2251 | 2024-07-10T21:57:01.938Z | Documenting end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2252 | 2024-07-10T21:57:08.110Z | Checking end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2253 | 2024-07-10T21:57:13.566Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2254 | 2024-07-10T21:57:23.336Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2255 | 2024-07-10T21:57:25.293Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2256 | 2024-07-10T21:57:25.546Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2257 | 2024-07-10T21:57:32.948Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2258 | 2024-07-10T21:57:35.881Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2259 | 2024-07-10T21:57:38.759Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2260 | 2024-07-10T21:58:01.032Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2261 | 2024-07-10T21:58:02.507Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2262 | 2024-07-10T21:58:02.709Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2263 | 2024-07-10T21:58:04.677Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2264 | 2024-07-10T21:58:06.982Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2265 | 2024-07-10T21:58:09.116Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2266 | 2024-07-10T21:58:13.939Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2267 | 2024-07-10T21:58:15.944Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2268 | 2024-07-10T21:58:19.393Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2269 | 2024-07-10T21:58:27.164Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2270 | 2024-07-10T21:58:37.791Z | Documenting nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2271 | 2024-07-10T21:58:48.761Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2272 | 2024-07-10T21:58:49.341Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2273 | 2024-07-10T21:58:52.899Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2274 | 2024-07-10T21:58:53.160Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2275 | 2024-07-10T21:58:55.013Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2276 | 2024-07-10T21:59:08.014Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2277 | 2024-07-10T21:59:08.179Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2278 | 2024-07-10T21:59:14.105Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2279 | 2024-07-10T21:59:15.456Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2280 | 2024-07-10T21:59:25.635Z | Documenting oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2281 | 2024-07-10T21:59:26.102Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2282 | 2024-07-10T21:59:26.266Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2283 | 2024-07-10T21:59:29.104Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2284 | 2024-07-10T21:59:29.375Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2285 | 2024-07-10T21:59:39.223Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2286 | 2024-07-10T21:59:39.307Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2287 | 2024-07-10T21:59:39.307Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2288 | 2024-07-10T21:59:39.901Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2289 | 2024-07-10T21:59:40.981Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2290 | 2024-07-10T21:59:41.126Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2291 | 2024-07-10T21:59:42.180Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2292 | 2024-07-10T21:59:49.560Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2293 | 2024-07-10T21:59:51.551Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2294 | 2024-07-10T21:59:54.319Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2295 | 2024-07-10T21:59:55.114Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2296 | 2024-07-10T21:59:58.006Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2297 | 2024-07-10T21:59:58.062Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2298 | 2024-07-10T22:00:00.963Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2299 | 2024-07-10T22:00:01.364Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2300 | 2024-07-10T22:00:04.149Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2301 | 2024-07-10T22:00:05.298Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2302 | 2024-07-10T22:00:10.519Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2303 | 2024-07-10T22:00:11.093Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2304 | 2024-07-10T22:00:12.398Z | Documenting oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2305 | 2024-07-10T22:00:13.855Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2306 | 2024-07-10T22:00:15.155Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2307 | 2024-07-10T22:00:17.583Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2308 | 2024-07-10T22:00:19.719Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2309 | 2024-07-10T22:00:21.666Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2310 | 2024-07-10T22:00:24.452Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2311 | 2024-07-10T22:00:27.764Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2312 | 2024-07-10T22:00:28.115Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2313 | 2024-07-10T22:00:28.638Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2314 | 2024-07-10T22:00:28.766Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2315 | 2024-07-10T22:00:29.569Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2316 | 2024-07-10T22:00:29.624Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2317 | 2024-07-10T22:00:33.402Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2318 | 2024-07-10T22:00:33.649Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2319 | 2024-07-10T22:00:34.491Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2320 | 2024-07-10T22:00:35.485Z | Documenting nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
2321 | 2024-07-10T22:01:04.184Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 5m 09s |
2322 | 2024-07-10T22:01:04.296Z | Generated /work/oxidecomputer/omicron/target/doc/api_identity/index.html and 97 other files |
2323 | 2024-07-10T22:01:04.351Z | |
2324 | 2024-07-10T22:01:04.351Z | real 5:09.414649968 |
2325 | 2024-07-10T22:01:04.351Z | user 17:31.621743874 |
2326 | 2024-07-10T22:01:04.351Z | sys 19:57.893693856 |
2327 | 2024-07-10T22:01:04.351Z | trap 0.390418783 |
2328 | 2024-07-10T22:01:04.351Z | tflt 0.088054379 |
2329 | 2024-07-10T22:01:04.351Z | dflt 0.408714233 |
2330 | 2024-07-10T22:01:04.351Z | kflt 0.000163296 |
2331 | 2024-07-10T22:01:04.351Z | lock 45:52.853517191 |
2332 | 2024-07-10T22:01:04.351Z | slp 1:20:35.132283528 |
2333 | 2024-07-10T22:01:04.351Z | lat 59.038386340 |
2334 | 2024-07-10T22:01:04.351Z | stop 37.729812071 |
2335 | 2024-07-10T22:01:04.376Z | process exited: duration 963857 ms, exit code 0 |
|
2336 | 2024-07-10T22:01:04.431Z | found 0 output files |