|
|
|
1 | 2024-06-12T21:17:20.723Z | job assigned to worker 01J074Y2F5BXX8508RW5R8SXQ3 (queued for 7 m 36 s) |
|
2 | 2024-06-12T21:17:28.686Z | starting task 0: "setup" |
3 | 2024-06-12T21:17:28.745Z | ++ uname -s |
4 | 2024-06-12T21:17:28.766Z | + kern=SunOS |
5 | 2024-06-12T21:17:28.766Z | + case "$kern" in |
6 | 2024-06-12T21:17:28.766Z | + groupadd -g 12345 build |
7 | 2024-06-12T21:17:28.766Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-12T21:17:30.762Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-12T21:17:30.887Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-12T21:17:30.918Z | + home_fs=zfs |
11 | 2024-06-12T21:17:30.918Z | + [[ zfs == autofs ]] |
12 | 2024-06-12T21:17:30.918Z | + mkdir -p /home/build |
13 | 2024-06-12T21:17:30.918Z | + chown build:build /home/build /work |
14 | 2024-06-12T21:17:32.874Z | + chmod 0700 /home/build /work |
15 | 2024-06-12T21:17:33.323Z | process exited: duration 4190 ms, exit code 0 |
|
16 | 2024-06-12T21:17:33.398Z | starting task 1: "rust-toolchain" |
17 | 2024-06-12T21:17:33.415Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-12T21:17:33.415Z | * toolchain channel = "1.78.0" |
19 | 2024-06-12T21:17:33.416Z | ' 1.78.0 |
20 | 2024-06-12T21:17:33.416Z | + printf ' * toolchain profile = "%s" |
21 | 2024-06-12T21:17:33.416Z | ' default |
22 | 2024-06-12T21:17:33.416Z | * toolchain profile = "default" |
23 | 2024-06-12T21:17:33.417Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-12T21:17:33.417Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-12T21:17:33.500Z | info: downloading installer |
26 | 2024-06-12T21:17:34.833Z | info: profile set to 'default' |
27 | 2024-06-12T21:17:34.834Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-12T21:17:34.859Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-12T21:17:34.982Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-12T21:17:34.982Z | info: downloading component 'cargo' |
31 | 2024-06-12T21:17:35.851Z | info: downloading component 'clippy' |
32 | 2024-06-12T21:17:36.158Z | info: downloading component 'rust-docs' |
33 | 2024-06-12T21:17:37.337Z | info: downloading component 'rust-std' |
34 | 2024-06-12T21:17:39.171Z | info: downloading component 'rustc' |
35 | 2024-06-12T21:17:43.911Z | info: downloading component 'rustfmt' |
36 | 2024-06-12T21:17:44.188Z | info: installing component 'cargo' |
37 | 2024-06-12T21:17:45.109Z | info: installing component 'clippy' |
38 | 2024-06-12T21:17:45.364Z | info: installing component 'rust-docs' |
39 | 2024-06-12T21:17:46.869Z | info: installing component 'rust-std' |
40 | 2024-06-12T21:17:48.573Z | info: installing component 'rustc' |
41 | 2024-06-12T21:17:52.810Z | info: installing component 'rustfmt' |
42 | 2024-06-12T21:17:53.162Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-12T21:17:53.162Z | |
44 | 2024-06-12T21:17:53.437Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-12T21:17:53.438Z | |
46 | 2024-06-12T21:17:53.439Z | |
47 | 2024-06-12T21:17:53.439Z | Rust is installed now. Great! |
48 | 2024-06-12T21:17:53.439Z | |
49 | 2024-06-12T21:17:53.439Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-12T21:17:53.439Z | environment variable. This has not been done automatically. |
51 | 2024-06-12T21:17:53.439Z | |
52 | 2024-06-12T21:17:53.440Z | To configure your current shell, you need to source |
53 | 2024-06-12T21:17:53.440Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-12T21:17:53.440Z | |
55 | 2024-06-12T21:17:53.440Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-12T21:17:53.440Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-12T21:17:53.440Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-12T21:17:53.878Z | + rustc --version |
59 | 2024-06-12T21:17:53.878Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-12T21:17:53.878Z | process exited: duration 20232 ms, exit code 0 |
|
61 | 2024-06-12T21:17:53.930Z | starting task 2: "authentication" |
62 | 2024-06-12T21:17:53.965Z | WARNING: job store has no value for "GITHUB_TOKEN"; waiting for a value... |
63 | 2024-06-12T21:18:04.100Z | process exited: duration 10179 ms, exit code 0 |
|
64 | 2024-06-12T21:18:04.130Z | starting task 3: "clone repository" |
65 | 2024-06-12T21:18:04.142Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-06-12T21:18:04.142Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-06-12T21:18:04.715Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-06-12T21:18:12.852Z | + cd /work/oxidecomputer/omicron |
69 | 2024-06-12T21:18:12.853Z | + git fetch origin adea7f741f608bc613c66828db8e87e0b063d064 |
70 | 2024-06-12T21:18:13.310Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-06-12T21:18:13.311Z | * branch adea7f741f608bc613c66828db8e87e0b063d064 -> FETCH_HEAD |
72 | 2024-06-12T21:18:13.311Z | + [[ -n eliza/instance-fetch-all ]] |
73 | 2024-06-12T21:18:13.311Z | ++ git branch --show-current |
74 | 2024-06-12T21:18:13.311Z | + current=main |
75 | 2024-06-12T21:18:13.311Z | + [[ main != eliza/instance-fetch-all ]] |
76 | 2024-06-12T21:18:13.311Z | + git branch -f eliza/instance-fetch-all adea7f741f608bc613c66828db8e87e0b063d064 |
77 | 2024-06-12T21:18:13.311Z | + git checkout -f eliza/instance-fetch-all |
78 | 2024-06-12T21:18:13.327Z | Switched to branch 'eliza/instance-fetch-all' |
79 | 2024-06-12T21:18:13.333Z | + git reset --hard adea7f741f608bc613c66828db8e87e0b063d064 |
80 | 2024-06-12T21:18:13.333Z | HEAD is now at adea7f741 oh THAT's what the mut was for |
81 | 2024-06-12T21:18:13.344Z | process exited: duration 9209 ms, exit code 0 |
|
82 | 2024-06-12T21:18:13.357Z | starting task 4: "build" |
83 | 2024-06-12T21:18:13.800Z | + cargo --version |
84 | 2024-06-12T21:18:13.860Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
85 | 2024-06-12T21:18:13.861Z | + rustc --version |
86 | 2024-06-12T21:18:13.861Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
87 | 2024-06-12T21:18:13.861Z | + source ./env.sh |
88 | 2024-06-12T21:18:13.861Z | ++ set -o xtrace |
89 | 2024-06-12T21:18:13.861Z | ++++ dirname ./env.sh |
90 | 2024-06-12T21:18:13.861Z | +++ readlink -f . |
91 | 2024-06-12T21:18:13.862Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
92 | 2024-06-12T21:18:13.862Z | ++ 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-06-12T21:18:13.862Z | ++ 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-06-12T21:18:13.862Z | ++ 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-06-12T21:18:13.862Z | ++ 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-06-12T21:18:13.862Z | ++ 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-06-12T21:18:13.862Z | ++ 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-06-12T21:18:13.862Z | ++ 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-06-12T21:18:13.862Z | ++ 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-06-12T21:18:13.863Z | ++ unset OMICRON_WS |
101 | 2024-06-12T21:18:13.863Z | ++ set +o xtrace |
102 | 2024-06-12T21:18:13.863Z | |
103 | 2024-06-12T21:18:13.863Z | ##### ##### ###### ##### ###### #### # # # #### # |
104 | 2024-06-12T21:18:13.863Z | # # # # # # # # # # # # # # # |
105 | 2024-06-12T21:18:13.863Z | # # # # ##### # # ##### # # # # # #### # |
106 | 2024-06-12T21:18:13.863Z | ##### ##### # ##### # # # # # # # # # |
107 | 2024-06-12T21:18:13.863Z | # # # # # # # # # # # # # # # |
108 | 2024-06-12T21:18:13.863Z | # # # ###### # # ###### ### # #### # #### # |
109 | 2024-06-12T21:18:13.863Z | |
110 | 2024-06-12T21:18:26.614Z | Startup: Refreshing catalog 'helios-dev' ... Done |
111 | 2024-06-12T21:18:28.643Z | Startup: Caching catalogs ... Done |
112 | 2024-06-12T21:18:30.798Z | Planning: Solver setup ... Done (1.693s) |
113 | 2024-06-12T21:18:30.832Z | Planning: Running solver ... Done (0.034s) |
114 | 2024-06-12T21:18:30.868Z | Planning: Finding local manifests ... Done (0.003s) |
115 | 2024-06-12T21:18:30.879Z | Planning: Fetching manifests: 0/4 0% complete |
116 | 2024-06-12T21:18:31.578Z | Planning: Fetching manifests: 4/4 100% complete |
117 | 2024-06-12T21:18:31.626Z | Planning: Package planning ... Done (0.048s) |
118 | 2024-06-12T21:18:31.676Z | Planning: Merging actions ... Done (0.050s) |
119 | 2024-06-12T21:18:32.727Z | Planning: Checking for conflicting actions ... Done (1.041s) |
120 | 2024-06-12T21:18:32.742Z | Planning: Consolidating action changes ... Done (0.011s) |
121 | 2024-06-12T21:18:38.656Z | Planning: Evaluating mediators ... Done (5.917s) |
122 | 2024-06-12T21:18:38.670Z | Planning: Planning completed in 9.95 seconds |
123 | 2024-06-12T21:18:39.204Z | Packages to install: 4 |
124 | 2024-06-12T21:18:39.204Z | Mediators to change: 2 |
125 | 2024-06-12T21:18:39.204Z | Services to change: 1 |
126 | 2024-06-12T21:18:39.204Z | Estimated space available: 155.77 GB |
127 | 2024-06-12T21:18:39.204Z | Estimated space to be consumed: 1.45 GB |
128 | 2024-06-12T21:18:39.211Z | Create boot environment: No |
129 | 2024-06-12T21:18:39.211Z | Create backup boot environment: No |
130 | 2024-06-12T21:18:39.211Z | Rebuild boot archive: No |
131 | 2024-06-12T21:18:39.211Z | |
132 | 2024-06-12T21:18:39.211Z | Changed mediators: |
133 | 2024-06-12T21:18:39.211Z | mediator clang: |
134 | 2024-06-12T21:18:39.212Z | version: None -> 15 (system default) |
135 | 2024-06-12T21:18:39.212Z | |
136 | 2024-06-12T21:18:39.212Z | mediator llvm: |
137 | 2024-06-12T21:18:39.212Z | version: 14 (system default) -> 15 (system default) |
138 | 2024-06-12T21:18:39.212Z | |
139 | 2024-06-12T21:18:39.212Z | Changed packages: |
140 | 2024-06-12T21:18:39.212Z | helios-dev |
141 | 2024-06-12T21:18:39.212Z | developer/build-essential |
142 | 2024-06-12T21:18:39.212Z | None -> 11-2.0 |
143 | 2024-06-12T21:18:39.212Z | library/libxmlsec1 |
144 | 2024-06-12T21:18:39.213Z | None -> 1.2.35-2.0 |
145 | 2024-06-12T21:18:39.213Z | ooce/developer/clang-15 |
146 | 2024-06-12T21:18:39.213Z | None -> 15.0.7-2.0 |
147 | 2024-06-12T21:18:39.213Z | ooce/developer/llvm-15 |
148 | 2024-06-12T21:18:39.213Z | None -> 15.0.7-2.0 |
149 | 2024-06-12T21:18:39.213Z | |
150 | 2024-06-12T21:18:39.213Z | Services: |
151 | 2024-06-12T21:18:39.213Z | restart_fmri: |
152 | 2024-06-12T21:18:39.214Z | svc:/system/update-man-index:default |
153 | 2024-06-12T21:18:39.356Z | |
154 | 2024-06-12T21:18:39.356Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
155 | 2024-06-12T21:18:44.359Z | Download: 1461/3290 items 113.3/212.6MB 53% complete (22.7M/s) |
156 | 2024-06-12T21:18:49.374Z | Download: 3237/3290 items 177.0/212.6MB 83% complete (17.8M/s) |
157 | 2024-06-12T21:18:51.291Z | Download: Completed 212.60 MB in 11.92 seconds (17.8M/s) |
158 | 2024-06-12T21:18:51.900Z | Actions: 1/3689 actions (Installing new actions) |
159 | 2024-06-12T21:18:56.925Z | Actions: 3580/3689 actions (Installing new actions) |
160 | 2024-06-12T21:18:57.500Z | Actions: Completed 3689 actions in 5.60 seconds. |
161 | 2024-06-12T21:18:57.729Z | Done (0.224s) |
162 | 2024-06-12T21:18:57.729Z | Done (0.000s) |
163 | 2024-06-12T21:18:58.031Z | Done (0.301s) |
164 | 2024-06-12T21:19:03.675Z | Done (5.487s) |
165 | 2024-06-12T21:19:03.947Z | Done (0.195s) |
166 | 2024-06-12T21:19:03.951Z | Done (0.000s) |
167 | 2024-06-12T21:19:04.180Z | Done (0.000s) |
168 | 2024-06-12T21:19:04.771Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-06-12T21:19:04.939Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-06-12T21:19:04.947Z | Planning: Consolidating action changes ... Done |
171 | 2024-06-12T21:19:05.224Z | Planning: Evaluating mediators ... Done |
172 | 2024-06-12T21:19:05.230Z | Planning: Planning completed in 0.45 seconds |
173 | 2024-06-12T21:19:05.258Z | Mediators to change: 2 |
174 | 2024-06-12T21:19:05.258Z | Create boot environment: No |
175 | 2024-06-12T21:19:05.258Z | Create backup boot environment: No |
176 | 2024-06-12T21:19:05.332Z | Done |
177 | 2024-06-12T21:19:05.332Z | Done |
178 | 2024-06-12T21:19:05.542Z | Done |
179 | 2024-06-12T21:19:09.020Z | Done |
180 | 2024-06-12T21:19:09.110Z | Done |
181 | 2024-06-12T21:19:09.110Z | Done |
182 | 2024-06-12T21:19:09.643Z | Done |
183 | 2024-06-12T21:19:09.829Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-06-12T21:19:09.833Z | Planning: Merging actions ... Done |
185 | 2024-06-12T21:19:10.021Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-06-12T21:19:10.024Z | Planning: Consolidating action changes ... Done |
187 | 2024-06-12T21:19:10.290Z | Planning: Evaluating mediators ... Done |
188 | 2024-06-12T21:19:10.362Z | Planning: Planning completed in 0.74 seconds |
189 | 2024-06-12T21:19:10.391Z | Packages to change: 1 |
190 | 2024-06-12T21:19:10.392Z | Mediators to change: 1 |
191 | 2024-06-12T21:19:10.392Z | Services to change: 1 |
192 | 2024-06-12T21:19:10.392Z | Create boot environment: No |
193 | 2024-06-12T21:19:10.414Z | Create backup boot environment: Yes |
194 | 2024-06-12T21:19:12.365Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2024-06-12T21:19:12.430Z | Actions: Completed 6 actions in 0.07 seconds. |
196 | 2024-06-12T21:19:12.430Z | Done |
197 | 2024-06-12T21:19:12.430Z | Done |
198 | 2024-06-12T21:19:12.493Z | Done |
199 | 2024-06-12T21:19:15.997Z | Done |
200 | 2024-06-12T21:19:16.091Z | Done |
201 | 2024-06-12T21:19:16.108Z | Done |
202 | 2024-06-12T21:19:16.206Z | Done |
203 | 2024-06-12T21:19:16.646Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2024-06-12T21:19:16.647Z | clang system 15 system |
205 | 2024-06-12T21:19:16.647Z | csh system system illumos |
206 | 2024-06-12T21:19:16.647Z | ctags system system illumos |
207 | 2024-06-12T21:19:16.648Z | gcc vendor 12 vendor |
208 | 2024-06-12T21:19:16.648Z | gcc system 10 system |
209 | 2024-06-12T21:19:16.648Z | gcc system 7 system |
210 | 2024-06-12T21:19:16.648Z | go system 1.20 system |
211 | 2024-06-12T21:19:16.649Z | go system 1.19 system |
212 | 2024-06-12T21:19:16.649Z | llvm system 15 system |
213 | 2024-06-12T21:19:16.649Z | llvm system 14 system |
214 | 2024-06-12T21:19:16.649Z | mariadb system 10.6 system |
215 | 2024-06-12T21:19:16.650Z | mta vendor vendor dma |
216 | 2024-06-12T21:19:16.650Z | openjdk system 17 system |
217 | 2024-06-12T21:19:16.650Z | openjdk system 11 system |
218 | 2024-06-12T21:19:16.650Z | openjdk system 1.8 system |
219 | 2024-06-12T21:19:16.650Z | openssl vendor 3 vendor |
220 | 2024-06-12T21:19:16.650Z | perl system 5.36 system |
221 | 2024-06-12T21:19:16.650Z | postgresql system 15 system |
222 | 2024-06-12T21:19:16.650Z | postgresql system 13 system |
223 | 2024-06-12T21:19:16.651Z | python vendor 3 vendor |
224 | 2024-06-12T21:19:16.651Z | python system 2 system |
225 | 2024-06-12T21:19:16.651Z | python3 system 3.11 system |
226 | 2024-06-12T21:19:16.651Z | ruby system 3.0 system |
227 | 2024-06-12T21:19:16.651Z | words vendor vendor american-english |
228 | 2024-06-12T21:19:16.651Z | words system system australian-english |
229 | 2024-06-12T21:19:16.651Z | words system system british-english |
230 | 2024-06-12T21:19:16.651Z | words system system canadian-english |
231 | 2024-06-12T21:19:16.651Z | words system system french |
232 | 2024-06-12T21:19:16.651Z | words system system italian |
233 | 2024-06-12T21:19:16.651Z | words system system ngerman |
234 | 2024-06-12T21:19:16.651Z | words system system ogerman |
235 | 2024-06-12T21:19:16.652Z | words system system spanish |
236 | 2024-06-12T21:19:16.960Z | PUBLISHER TYPE STATUS P LOCATION |
237 | 2024-06-12T21:19:16.960Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
238 | 2024-06-12T21:19:18.408Z | FMRI IFO |
239 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
244 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
246 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
247 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
248 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
249 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
250 | 2024-06-12T21:19:18.408Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
251 | 2024-06-12T21:19:18.954Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
252 | 2024-06-12T21:19:19.227Z | Updating git repository `https://github.com/oxidecomputer/zone` |
253 | 2024-06-12T21:19:19.554Z | Updating crates.io index |
254 | 2024-06-12T21:19:19.606Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
255 | 2024-06-12T21:19:20.378Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
256 | 2024-06-12T21:19:21.140Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
257 | 2024-06-12T21:19:21.412Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
258 | 2024-06-12T21:19:23.368Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
259 | 2024-06-12T21:19:23.894Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
260 | 2024-06-12T21:19:24.178Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
261 | 2024-06-12T21:19:25.323Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
262 | 2024-06-12T21:19:27.330Z | Updating git repository `https://github.com/oxidecomputer/opte` |
263 | 2024-06-12T21:19:28.408Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
264 | 2024-06-12T21:19:29.209Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
265 | 2024-06-12T21:19:29.798Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
266 | 2024-06-12T21:19:30.129Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
267 | 2024-06-12T21:19:30.516Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
268 | 2024-06-12T21:19:30.806Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
269 | 2024-06-12T21:19:31.117Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
270 | 2024-06-12T21:19:31.645Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
271 | 2024-06-12T21:19:31.892Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
272 | 2024-06-12T21:19:32.176Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
273 | 2024-06-12T21:19:32.489Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
274 | 2024-06-12T21:19:32.897Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
275 | 2024-06-12T21:19:33.315Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
276 | 2024-06-12T21:19:33.651Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
277 | 2024-06-12T21:19:34.400Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
278 | 2024-06-12T21:19:34.703Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
279 | 2024-06-12T21:19:34.989Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
280 | 2024-06-12T21:19:35.392Z | Updating git repository `https://github.com/oxidecomputer/typify` |
281 | 2024-06-12T21:19:37.512Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
282 | 2024-06-12T21:19:37.903Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
283 | 2024-06-12T21:19:38.160Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
284 | 2024-06-12T21:19:38.601Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
285 | 2024-06-12T21:19:39.872Z | Downloading crates ... |
286 | 2024-06-12T21:19:39.999Z | Downloaded autocfg v1.3.0 |
287 | 2024-06-12T21:19:40.005Z | Downloaded adler v1.0.2 |
288 | 2024-06-12T21:19:40.010Z | Downloaded anstyle v1.0.7 |
289 | 2024-06-12T21:19:40.013Z | Downloaded bitflags v2.5.0 |
290 | 2024-06-12T21:19:40.020Z | Downloaded anstyle-query v1.0.3 |
291 | 2024-06-12T21:19:40.024Z | Downloaded anstream v0.6.14 |
292 | 2024-06-12T21:19:40.024Z | Downloaded anyhow v1.0.86 |
293 | 2024-06-12T21:19:40.029Z | Downloaded slog-json v2.6.1 |
294 | 2024-06-12T21:19:40.032Z | Downloaded base64 v0.21.7 |
295 | 2024-06-12T21:19:40.033Z | Downloaded anstyle-parse v0.2.4 |
296 | 2024-06-12T21:19:40.054Z | Downloaded serde_json v1.0.117 |
297 | 2024-06-12T21:19:40.059Z | Downloaded flate2 v1.0.30 |
298 | 2024-06-12T21:19:40.064Z | Downloaded want v0.3.1 |
299 | 2024-06-12T21:19:40.068Z | Downloaded slog-async v2.8.0 |
300 | 2024-06-12T21:19:40.068Z | Downloaded slab v0.4.9 |
301 | 2024-06-12T21:19:40.068Z | Downloaded time-core v0.1.2 |
302 | 2024-06-12T21:19:40.072Z | Downloaded strum v0.26.2 |
303 | 2024-06-12T21:19:40.072Z | Downloaded sync_wrapper v0.1.2 |
304 | 2024-06-12T21:19:40.072Z | Downloaded generic-array v0.14.7 |
305 | 2024-06-12T21:19:40.073Z | Downloaded digest v0.10.7 |
306 | 2024-06-12T21:19:40.076Z | Downloaded sha2 v0.10.8 |
307 | 2024-06-12T21:19:40.076Z | Downloaded slog-term v2.9.1 |
308 | 2024-06-12T21:19:40.080Z | Downloaded slog-bunyan v2.5.0 |
309 | 2024-06-12T21:19:40.080Z | Downloaded take_mut v0.2.2 |
310 | 2024-06-12T21:19:40.080Z | Downloaded dirs-sys-next v0.1.2 |
311 | 2024-06-12T21:19:40.081Z | Downloaded serde_spanned v0.6.6 |
312 | 2024-06-12T21:19:40.085Z | Downloaded itoa v1.0.11 |
313 | 2024-06-12T21:19:40.085Z | Downloaded signal-hook-registry v1.4.2 |
314 | 2024-06-12T21:19:40.085Z | Downloaded tinyvec_macros v0.1.1 |
315 | 2024-06-12T21:19:40.085Z | Downloaded serde_urlencoded v0.7.1 |
316 | 2024-06-12T21:19:40.089Z | Downloaded ipnet v2.9.0 |
317 | 2024-06-12T21:19:40.089Z | Downloaded try-lock v0.2.5 |
318 | 2024-06-12T21:19:40.089Z | Downloaded clap v4.5.4 |
319 | 2024-06-12T21:19:40.096Z | Downloaded tower-service v0.3.2 |
320 | 2024-06-12T21:19:40.100Z | Downloaded utf8parse v0.2.1 |
321 | 2024-06-12T21:19:40.100Z | Downloaded thiserror-impl v1.0.60 |
322 | 2024-06-12T21:19:40.100Z | Downloaded match_cfg v0.1.0 |
323 | 2024-06-12T21:19:40.100Z | Downloaded idna v0.5.0 |
324 | 2024-06-12T21:19:40.105Z | Downloaded httpdate v1.0.3 |
325 | 2024-06-12T21:19:40.112Z | Downloaded swrite v0.1.0 |
326 | 2024-06-12T21:19:40.112Z | Downloaded heck v0.4.1 |
327 | 2024-06-12T21:19:40.112Z | Downloaded futures-macro v0.3.30 |
328 | 2024-06-12T21:19:40.112Z | Downloaded deranged v0.3.11 |
329 | 2024-06-12T21:19:40.113Z | Downloaded strsim v0.11.1 |
330 | 2024-06-12T21:19:40.116Z | Downloaded camino v1.1.7 |
331 | 2024-06-12T21:19:40.117Z | Downloaded tokio-macros v2.2.0 |
332 | 2024-06-12T21:19:40.117Z | Downloaded futures-task v0.3.30 |
333 | 2024-06-12T21:19:40.117Z | Downloaded cpufeatures v0.2.12 |
334 | 2024-06-12T21:19:40.117Z | Downloaded is-terminal v0.4.12 |
335 | 2024-06-12T21:19:40.121Z | Downloaded indexmap v2.2.6 |
336 | 2024-06-12T21:19:40.121Z | Downloaded terminal_size v0.3.0 |
337 | 2024-06-12T21:19:40.132Z | Downloaded serde_derive v1.0.203 |
338 | 2024-06-12T21:19:40.132Z | Downloaded toml_datetime v0.6.6 |
339 | 2024-06-12T21:19:40.136Z | Downloaded time-macros v0.2.18 |
340 | 2024-06-12T21:19:40.136Z | Downloaded cargo-platform v0.1.8 |
341 | 2024-06-12T21:19:40.136Z | Downloaded thread_local v1.1.8 |
342 | 2024-06-12T21:19:40.136Z | Downloaded xattr v1.3.1 |
343 | 2024-06-12T21:19:40.136Z | Downloaded thiserror v1.0.60 |
344 | 2024-06-12T21:19:40.140Z | Downloaded strum_macros v0.26.2 |
345 | 2024-06-12T21:19:40.140Z | Downloaded foreign-types-shared v0.1.1 |
346 | 2024-06-12T21:19:40.140Z | Downloaded term v0.7.0 |
347 | 2024-06-12T21:19:40.145Z | Downloaded md5 v0.7.0 |
348 | 2024-06-12T21:19:40.145Z | Downloaded semver v1.0.23 |
349 | 2024-06-12T21:19:40.152Z | Downloaded equivalent v1.0.1 |
350 | 2024-06-12T21:19:40.152Z | Downloaded version_check v0.9.4 |
351 | 2024-06-12T21:19:40.152Z | Downloaded slog v2.7.0 |
352 | 2024-06-12T21:19:40.165Z | Downloaded num-conv v0.1.0 |
353 | 2024-06-12T21:19:40.165Z | Downloaded openssl-probe v0.1.5 |
354 | 2024-06-12T21:19:40.166Z | Downloaded tokio-native-tls v0.3.1 |
355 | 2024-06-12T21:19:40.166Z | Downloaded smallvec v1.13.2 |
356 | 2024-06-12T21:19:40.166Z | Downloaded ryu v1.0.18 |
357 | 2024-06-12T21:19:40.166Z | Downloaded hostname v0.3.1 |
358 | 2024-06-12T21:19:40.601Z | Downloaded num_threads v0.1.7 |
359 | 2024-06-12T21:19:40.601Z | Downloaded openssl-macros v0.1.1 |
360 | 2024-06-12T21:19:40.601Z | Downloaded socket2 v0.5.7 |
361 | 2024-06-12T21:19:40.601Z | Downloaded errno v0.3.9 |
362 | 2024-06-12T21:19:40.601Z | Downloaded typenum v1.17.0 |
363 | 2024-06-12T21:19:40.601Z | Downloaded toml v0.8.13 |
364 | 2024-06-12T21:19:40.601Z | Downloaded tracing-core v0.1.32 |
365 | 2024-06-12T21:19:40.601Z | Downloaded tar v0.4.40 |
366 | 2024-06-12T21:19:40.601Z | Downloaded futures-sink v0.3.30 |
367 | 2024-06-12T21:19:40.602Z | Downloaded fs-err v2.11.0 |
368 | 2024-06-12T21:19:40.617Z | Downloaded unicode-ident v1.0.12 |
369 | 2024-06-12T21:19:40.617Z | Downloaded tinyvec v1.6.0 |
370 | 2024-06-12T21:19:40.617Z | Downloaded cargo_toml v0.20.2 |
371 | 2024-06-12T21:19:40.617Z | Downloaded colorchoice v1.0.1 |
372 | 2024-06-12T21:19:40.617Z | Downloaded futures-core v0.3.30 |
373 | 2024-06-12T21:19:40.617Z | Downloaded dirs-next v2.0.0 |
374 | 2024-06-12T21:19:40.617Z | Downloaded url v2.5.0 |
375 | 2024-06-12T21:19:40.617Z | Downloaded crypto-common v0.1.6 |
376 | 2024-06-12T21:19:40.617Z | Downloaded unicode-bidi v0.3.15 |
377 | 2024-06-12T21:19:40.618Z | Downloaded mime v0.3.17 |
378 | 2024-06-12T21:19:40.618Z | Downloaded tracing v0.1.40 |
379 | 2024-06-12T21:19:40.618Z | Downloaded rustversion v1.0.17 |
380 | 2024-06-12T21:19:40.618Z | Downloaded serde v1.0.203 |
381 | 2024-06-12T21:19:40.618Z | Downloaded powerfmt v0.2.0 |
382 | 2024-06-12T21:19:40.618Z | Downloaded pin-utils v0.1.0 |
383 | 2024-06-12T21:19:40.618Z | Downloaded toml_edit v0.22.13 |
384 | 2024-06-12T21:19:40.618Z | Downloaded is_terminal_polyfill v1.70.0 |
385 | 2024-06-12T21:19:40.619Z | Downloaded winnow v0.6.8 |
386 | 2024-06-12T21:19:40.619Z | Downloaded unicode-normalization v0.1.23 |
387 | 2024-06-12T21:19:40.619Z | Downloaded tokio-util v0.7.11 |
388 | 2024-06-12T21:19:40.619Z | Downloaded native-tls v0.2.11 |
389 | 2024-06-12T21:19:40.619Z | Downloaded httparse v1.8.0 |
390 | 2024-06-12T21:19:40.619Z | Downloaded vcpkg v0.2.15 |
391 | 2024-06-12T21:19:40.619Z | Downloaded pin-project-lite v0.2.14 |
392 | 2024-06-12T21:19:40.619Z | Downloaded quote v1.0.36 |
393 | 2024-06-12T21:19:40.619Z | Downloaded parking_lot_core v0.9.10 |
394 | 2024-06-12T21:19:40.619Z | Downloaded once_cell v1.19.0 |
395 | 2024-06-12T21:19:40.620Z | Downloaded lock_api v0.4.12 |
396 | 2024-06-12T21:19:40.620Z | Downloaded crossbeam-utils v0.8.19 |
397 | 2024-06-12T21:19:40.620Z | Downloaded parking_lot v0.12.2 |
398 | 2024-06-12T21:19:40.620Z | Downloaded heck v0.5.0 |
399 | 2024-06-12T21:19:40.620Z | Downloaded syn v2.0.64 |
400 | 2024-06-12T21:19:40.620Z | Downloaded futures-channel v0.3.30 |
401 | 2024-06-12T21:19:40.620Z | Downloaded tokio v1.37.0 |
402 | 2024-06-12T21:19:40.620Z | Downloaded log v0.4.21 |
403 | 2024-06-12T21:19:40.621Z | Downloaded proc-macro2 v1.0.82 |
404 | 2024-06-12T21:19:40.621Z | Downloaded miniz_oxide v0.7.2 |
405 | 2024-06-12T21:19:40.621Z | Downloaded futures v0.3.30 |
406 | 2024-06-12T21:19:40.621Z | Downloaded crc32fast v1.4.0 |
407 | 2024-06-12T21:19:40.621Z | Downloaded clap_derive v4.5.4 |
408 | 2024-06-12T21:19:40.621Z | Downloaded openssl-sys v0.9.102 |
409 | 2024-06-12T21:19:40.621Z | Downloaded cc v1.0.97 |
410 | 2024-06-12T21:19:40.622Z | Downloaded bytes v1.6.0 |
411 | 2024-06-12T21:19:40.622Z | Downloaded time v0.3.36 |
412 | 2024-06-12T21:19:40.622Z | Downloaded scopeguard v1.2.0 |
413 | 2024-06-12T21:19:40.622Z | Downloaded rustls-pemfile v1.0.4 |
414 | 2024-06-12T21:19:40.622Z | Downloaded pkg-config v0.3.30 |
415 | 2024-06-12T21:19:40.622Z | Downloaded mio v0.8.11 |
416 | 2024-06-12T21:19:40.622Z | Downloaded crossbeam-channel v0.5.12 |
417 | 2024-06-12T21:19:40.622Z | Downloaded percent-encoding v2.3.1 |
418 | 2024-06-12T21:19:40.622Z | Downloaded memchr v2.7.2 |
419 | 2024-06-12T21:19:40.623Z | Downloaded num_cpus v1.16.0 |
420 | 2024-06-12T21:19:40.623Z | Downloaded futures-executor v0.3.30 |
421 | 2024-06-12T21:19:40.623Z | Downloaded fnv v1.0.7 |
422 | 2024-06-12T21:19:40.623Z | Downloaded filetime v0.2.23 |
423 | 2024-06-12T21:19:40.623Z | Downloaded cargo_metadata v0.18.1 |
424 | 2024-06-12T21:19:40.623Z | Downloaded http v0.2.12 |
425 | 2024-06-12T21:19:40.623Z | Downloaded block-buffer v0.10.4 |
426 | 2024-06-12T21:19:40.623Z | Downloaded futures-io v0.3.30 |
427 | 2024-06-12T21:19:40.623Z | Downloaded form_urlencoded v1.2.1 |
428 | 2024-06-12T21:19:40.624Z | Downloaded macaddr v1.0.1 |
429 | 2024-06-12T21:19:40.624Z | Downloaded hyper-tls v0.5.0 |
430 | 2024-06-12T21:19:40.624Z | Downloaded http-body v0.4.6 |
431 | 2024-06-12T21:19:40.624Z | Downloaded clap_lex v0.7.0 |
432 | 2024-06-12T21:19:40.624Z | Downloaded cfg-if v1.0.0 |
433 | 2024-06-12T21:19:40.624Z | Downloaded foreign-types v0.3.2 |
434 | 2024-06-12T21:19:40.624Z | Downloaded clap_builder v4.5.2 |
435 | 2024-06-12T21:19:40.625Z | Downloaded hashbrown v0.14.5 |
436 | 2024-06-12T21:19:40.625Z | Downloaded reqwest v0.11.27 |
437 | 2024-06-12T21:19:40.625Z | Downloaded futures-util v0.3.30 |
438 | 2024-06-12T21:19:40.625Z | Downloaded h2 v0.3.26 |
439 | 2024-06-12T21:19:40.625Z | Downloaded hyper v0.14.28 |
440 | 2024-06-12T21:19:40.625Z | Downloaded openssl v0.10.64 |
441 | 2024-06-12T21:19:40.625Z | Downloaded rustix v0.38.34 |
442 | 2024-06-12T21:19:40.625Z | Downloaded libc v0.2.155 |
443 | 2024-06-12T21:19:40.636Z | Downloaded encoding_rs v0.8.34 |
444 | 2024-06-12T21:19:40.922Z | Compiling proc-macro2 v1.0.82 |
445 | 2024-06-12T21:19:40.922Z | Compiling unicode-ident v1.0.12 |
446 | 2024-06-12T21:19:40.923Z | Compiling libc v0.2.155 |
447 | 2024-06-12T21:19:40.923Z | Compiling cfg-if v1.0.0 |
448 | 2024-06-12T21:19:40.930Z | Compiling autocfg v1.3.0 |
449 | 2024-06-12T21:19:40.931Z | Compiling serde v1.0.203 |
450 | 2024-06-12T21:19:40.931Z | Compiling itoa v1.0.11 |
451 | 2024-06-12T21:19:40.946Z | Compiling once_cell v1.19.0 |
452 | 2024-06-12T21:19:41.077Z | Compiling pin-project-lite v0.2.14 |
453 | 2024-06-12T21:19:41.149Z | Compiling bitflags v2.5.0 |
454 | 2024-06-12T21:19:41.214Z | Compiling cc v1.0.97 |
455 | 2024-06-12T21:19:41.253Z | Compiling pkg-config v0.3.30 |
456 | 2024-06-12T21:19:41.480Z | Compiling vcpkg v0.2.15 |
457 | 2024-06-12T21:19:41.908Z | Compiling parking_lot_core v0.9.10 |
458 | 2024-06-12T21:19:41.979Z | Compiling lock_api v0.4.12 |
459 | 2024-06-12T21:19:42.497Z | Compiling slab v0.4.9 |
460 | 2024-06-12T21:19:43.022Z | Compiling futures-core v0.3.30 |
461 | 2024-06-12T21:19:43.193Z | Compiling scopeguard v1.2.0 |
462 | 2024-06-12T21:19:43.290Z | Compiling futures-sink v0.3.30 |
463 | 2024-06-12T21:19:43.439Z | Compiling bytes v1.6.0 |
464 | 2024-06-12T21:19:43.453Z | Compiling smallvec v1.13.2 |
465 | 2024-06-12T21:19:43.563Z | Compiling equivalent v1.0.1 |
466 | 2024-06-12T21:19:43.663Z | Compiling hashbrown v0.14.5 |
467 | 2024-06-12T21:19:43.878Z | Compiling futures-channel v0.3.30 |
468 | 2024-06-12T21:19:43.943Z | Compiling openssl-sys v0.9.102 |
469 | 2024-06-12T21:19:43.960Z | Compiling futures-io v0.3.30 |
470 | 2024-06-12T21:19:44.051Z | Compiling rustix v0.38.34 |
471 | 2024-06-12T21:19:44.289Z | Compiling pin-utils v0.1.0 |
472 | 2024-06-12T21:19:44.312Z | Compiling version_check v0.9.4 |
473 | 2024-06-12T21:19:44.402Z | Compiling quote v1.0.36 |
474 | 2024-06-12T21:19:44.649Z | Compiling futures-task v0.3.30 |
475 | 2024-06-12T21:19:44.791Z | Compiling syn v2.0.64 |
476 | 2024-06-12T21:19:44.971Z | Compiling indexmap v2.2.6 |
477 | 2024-06-12T21:19:45.040Z | Compiling num_cpus v1.16.0 |
478 | 2024-06-12T21:19:45.081Z | Compiling signal-hook-registry v1.4.2 |
479 | 2024-06-12T21:19:45.148Z | Compiling socket2 v0.5.7 |
480 | 2024-06-12T21:19:45.166Z | Compiling mio v0.8.11 |
481 | 2024-06-12T21:19:45.346Z | Compiling parking_lot v0.12.2 |
482 | 2024-06-12T21:19:45.521Z | Compiling typenum v1.17.0 |
483 | 2024-06-12T21:19:45.864Z | Compiling memchr v2.7.2 |
484 | 2024-06-12T21:19:46.209Z | Compiling generic-array v0.14.7 |
485 | 2024-06-12T21:19:46.271Z | Compiling errno v0.3.9 |
486 | 2024-06-12T21:19:46.361Z | Compiling ryu v1.0.18 |
487 | 2024-06-12T21:19:46.398Z | Compiling slog v2.7.0 |
488 | 2024-06-12T21:19:46.496Z | Compiling foreign-types-shared v0.1.1 |
489 | 2024-06-12T21:19:46.499Z | Compiling fnv v1.0.7 |
490 | 2024-06-12T21:19:46.612Z | Compiling openssl v0.10.64 |
491 | 2024-06-12T21:19:46.656Z | Compiling foreign-types v0.3.2 |
492 | 2024-06-12T21:19:46.673Z | Compiling http v0.2.12 |
493 | 2024-06-12T21:19:46.940Z | Compiling tracing-core v0.1.32 |
494 | 2024-06-12T21:19:46.989Z | Compiling powerfmt v0.2.0 |
495 | 2024-06-12T21:19:47.305Z | Compiling time-core v0.1.2 |
496 | 2024-06-12T21:19:47.450Z | Compiling httparse v1.8.0 |
497 | 2024-06-12T21:19:47.496Z | Compiling native-tls v0.2.11 |
498 | 2024-06-12T21:19:47.811Z | Compiling num-conv v0.1.0 |
499 | 2024-06-12T21:19:47.898Z | Compiling serde_json v1.0.117 |
500 | 2024-06-12T21:19:47.939Z | Compiling tinyvec_macros v0.1.1 |
501 | 2024-06-12T21:19:48.037Z | Compiling tinyvec v1.6.0 |
502 | 2024-06-12T21:19:48.060Z | Compiling time-macros v0.2.18 |
503 | 2024-06-12T21:19:48.273Z | Compiling tracing v0.1.40 |
504 | 2024-06-12T21:19:48.656Z | Compiling deranged v0.3.11 |
505 | 2024-06-12T21:19:49.459Z | Compiling try-lock v0.2.5 |
506 | 2024-06-12T21:19:49.603Z | Compiling utf8parse v0.2.1 |
507 | 2024-06-12T21:19:49.626Z | Compiling percent-encoding v2.3.1 |
508 | 2024-06-12T21:19:49.649Z | Compiling crossbeam-utils v0.8.19 |
509 | 2024-06-12T21:19:49.764Z | Compiling rustversion v1.0.17 |
510 | 2024-06-12T21:19:49.805Z | Compiling openssl-probe v0.1.5 |
511 | 2024-06-12T21:19:50.008Z | Compiling log v0.4.21 |
512 | 2024-06-12T21:19:50.172Z | Compiling num_threads v0.1.7 |
513 | 2024-06-12T21:19:50.316Z | Compiling form_urlencoded v1.2.1 |
514 | 2024-06-12T21:19:50.338Z | Compiling anstyle-parse v0.2.4 |
515 | 2024-06-12T21:19:50.758Z | Compiling want v0.3.1 |
516 | 2024-06-12T21:19:50.758Z | Compiling unicode-normalization v0.1.23 |
517 | 2024-06-12T21:19:50.758Z | Compiling http-body v0.4.6 |
518 | 2024-06-12T21:19:50.758Z | Compiling dirs-sys-next v0.1.2 |
519 | 2024-06-12T21:19:50.758Z | Compiling anstyle v1.0.7 |
520 | 2024-06-12T21:19:50.758Z | Compiling thiserror v1.0.60 |
521 | 2024-06-12T21:19:51.017Z | Compiling crc32fast v1.4.0 |
522 | 2024-06-12T21:19:51.205Z | Compiling is_terminal_polyfill v1.70.0 |
523 | 2024-06-12T21:19:51.217Z | Compiling unicode-bidi v0.3.15 |
524 | 2024-06-12T21:19:51.237Z | Compiling colorchoice v1.0.1 |
525 | 2024-06-12T21:19:51.270Z | Compiling winnow v0.6.8 |
526 | 2024-06-12T21:19:51.317Z | Compiling tower-service v0.3.2 |
527 | 2024-06-12T21:19:51.415Z | Compiling httpdate v1.0.3 |
528 | 2024-06-12T21:19:51.435Z | Compiling time v0.3.36 |
529 | 2024-06-12T21:19:51.448Z | Compiling camino v1.1.7 |
530 | 2024-06-12T21:19:51.536Z | Compiling anstyle-query v1.0.3 |
531 | 2024-06-12T21:19:51.561Z | Compiling semver v1.0.23 |
532 | 2024-06-12T21:19:51.687Z | Compiling anstream v0.6.14 |
533 | 2024-06-12T21:19:51.867Z | Compiling idna v0.5.0 |
534 | 2024-06-12T21:19:52.227Z | Compiling dirs-next v2.0.0 |
535 | 2024-06-12T21:19:52.457Z | Compiling block-buffer v0.10.4 |
536 | 2024-06-12T21:19:52.674Z | Compiling crypto-common v0.1.6 |
537 | 2024-06-12T21:19:52.699Z | Compiling terminal_size v0.3.0 |
538 | 2024-06-12T21:19:53.305Z | Compiling fs-err v2.11.0 |
539 | 2024-06-12T21:19:53.310Z | Compiling thread_local v1.1.8 |
540 | 2024-06-12T21:19:53.310Z | Compiling adler v1.0.2 |
541 | 2024-06-12T21:19:53.394Z | Compiling anyhow v1.0.86 |
542 | 2024-06-12T21:19:53.452Z | Compiling slog-async v2.8.0 |
543 | 2024-06-12T21:19:53.515Z | Compiling heck v0.5.0 |
544 | 2024-06-12T21:19:53.647Z | Compiling match_cfg v0.1.0 |
545 | 2024-06-12T21:19:53.749Z | Compiling base64 v0.21.7 |
546 | 2024-06-12T21:19:53.878Z | Compiling clap_lex v0.7.0 |
547 | 2024-06-12T21:19:53.946Z | Compiling strsim v0.11.1 |
548 | 2024-06-12T21:19:53.974Z | Compiling heck v0.4.1 |
549 | 2024-06-12T21:19:54.285Z | Compiling clap_builder v4.5.2 |
550 | 2024-06-12T21:19:54.395Z | Compiling rustls-pemfile v1.0.4 |
551 | 2024-06-12T21:19:54.454Z | Compiling hostname v0.3.1 |
552 | 2024-06-12T21:19:54.530Z | Compiling miniz_oxide v0.7.2 |
553 | 2024-06-12T21:19:54.852Z | Compiling crossbeam-channel v0.5.12 |
554 | 2024-06-12T21:19:54.885Z | Compiling digest v0.10.7 |
555 | 2024-06-12T21:19:54.890Z | Compiling url v2.5.0 |
556 | 2024-06-12T21:19:54.978Z | Compiling term v0.7.0 |
557 | 2024-06-12T21:19:55.280Z | Compiling xattr v1.3.1 |
558 | 2024-06-12T21:19:55.968Z | Compiling is-terminal v0.4.12 |
559 | 2024-06-12T21:19:55.972Z | Compiling filetime v0.2.23 |
560 | 2024-06-12T21:19:55.973Z | Compiling encoding_rs v0.8.34 |
561 | 2024-06-12T21:19:55.973Z | Compiling cpufeatures v0.2.12 |
562 | 2024-06-12T21:19:55.979Z | Compiling take_mut v0.2.2 |
563 | 2024-06-12T21:19:56.045Z | Compiling mime v0.3.17 |
564 | 2024-06-12T21:19:56.068Z | Compiling sync_wrapper v0.1.2 |
565 | 2024-06-12T21:19:56.161Z | Compiling ipnet v2.9.0 |
566 | 2024-06-12T21:19:56.609Z | Compiling sha2 v0.10.8 |
567 | 2024-06-12T21:19:56.714Z | Compiling tar v0.4.40 |
568 | 2024-06-12T21:19:56.848Z | Compiling slog-term v2.9.1 |
569 | 2024-06-12T21:19:57.457Z | Compiling flate2 v1.0.30 |
570 | 2024-06-12T21:19:58.059Z | Compiling serde_derive v1.0.203 |
571 | 2024-06-12T21:19:58.128Z | Compiling tokio-macros v2.2.0 |
572 | 2024-06-12T21:19:58.159Z | Compiling futures-macro v0.3.30 |
573 | 2024-06-12T21:19:58.409Z | Compiling openssl-macros v0.1.1 |
574 | 2024-06-12T21:19:58.846Z | Compiling thiserror-impl v1.0.60 |
575 | 2024-06-12T21:19:59.836Z | Compiling tokio v1.37.0 |
576 | 2024-06-12T21:20:00.042Z | Compiling clap_derive v4.5.4 |
577 | 2024-06-12T21:20:00.271Z | Compiling futures-util v0.3.30 |
578 | 2024-06-12T21:20:00.336Z | Compiling strum_macros v0.26.2 |
579 | 2024-06-12T21:20:03.432Z | Compiling md5 v0.7.0 |
580 | 2024-06-12T21:20:03.952Z | Compiling swrite v0.1.0 |
581 | 2024-06-12T21:20:05.266Z | Compiling strum v0.26.2 |
582 | 2024-06-12T21:20:05.287Z | Compiling clap v4.5.4 |
583 | 2024-06-12T21:20:05.909Z | Compiling futures-executor v0.3.30 |
584 | 2024-06-12T21:20:06.157Z | Compiling futures v0.3.30 |
585 | 2024-06-12T21:20:07.072Z | Compiling tokio-util v0.7.11 |
586 | 2024-06-12T21:20:07.072Z | Compiling tokio-native-tls v0.3.1 |
587 | 2024-06-12T21:20:07.695Z | Compiling h2 v0.3.26 |
588 | 2024-06-12T21:20:10.339Z | Compiling serde_spanned v0.6.6 |
589 | 2024-06-12T21:20:10.339Z | Compiling toml_datetime v0.6.6 |
590 | 2024-06-12T21:20:10.344Z | Compiling serde_urlencoded v0.7.1 |
591 | 2024-06-12T21:20:10.344Z | Compiling cargo-platform v0.1.8 |
592 | 2024-06-12T21:20:10.725Z | Compiling toml_edit v0.22.13 |
593 | 2024-06-12T21:20:10.859Z | Compiling macaddr v1.0.1 |
594 | 2024-06-12T21:20:10.898Z | Compiling hyper v0.14.28 |
595 | 2024-06-12T21:20:12.008Z | Compiling slog-json v2.6.1 |
596 | 2024-06-12T21:20:12.008Z | Compiling cargo_metadata v0.18.1 |
597 | 2024-06-12T21:20:12.317Z | Compiling slog-bunyan v2.5.0 |
598 | 2024-06-12T21:20:13.174Z | Compiling toml v0.8.13 |
599 | 2024-06-12T21:20:13.949Z | Compiling cargo_toml v0.20.2 |
600 | 2024-06-12T21:20:14.097Z | Compiling hyper-tls v0.5.0 |
601 | 2024-06-12T21:20:14.847Z | Compiling reqwest v0.11.27 |
602 | 2024-06-12T21:20:19.547Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
603 | 2024-06-12T21:20:26.396Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 07s |
604 | 2024-06-12T21:20:26.634Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
605 | 2024-06-12T21:20:26.691Z | Jun 12 21:20:25.713 INFO Starting download, target: Cockroach |
606 | 2024-06-12T21:20:26.691Z | Jun 12 21:20:25.713 INFO Starting download, target: Console |
607 | 2024-06-12T21:20:26.691Z | Jun 12 21:20:25.713 INFO Starting download, target: Clickhouse |
608 | 2024-06-12T21:20:26.695Z | Jun 12 21:20:25.713 INFO Starting download, target: DendriteOpenapi |
609 | 2024-06-12T21:20:26.695Z | Jun 12 21:20:25.713 INFO Starting download, target: DendriteStub |
610 | 2024-06-12T21:20:26.695Z | Jun 12 21:20:25.713 INFO Starting download, target: MaghemiteMgd |
611 | 2024-06-12T21:20:26.695Z | Jun 12 21:20:25.713 INFO Starting download, target: TransceiverControl |
612 | 2024-06-12T21:20:26.695Z | Jun 12 21:20:25.714 INFO Downloading out/downloads/console.tar.gz, target: Console |
613 | 2024-06-12T21:20:26.695Z | Jun 12 21:20:25.714 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi |
614 | 2024-06-12T21:20:26.695Z | Jun 12 21:20:25.714 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
615 | 2024-06-12T21:20:26.696Z | Jun 12 21:20:25.714 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
616 | 2024-06-12T21:20:26.696Z | Jun 12 21:20:25.714 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
617 | 2024-06-12T21:20:26.696Z | Jun 12 21:20:25.714 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
618 | 2024-06-12T21:20:26.696Z | Jun 12 21:20:25.714 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
619 | 2024-06-12T21:20:27.172Z | Jun 12 21:20:26.190 INFO Download complete, target: DendriteOpenapi |
620 | 2024-06-12T21:20:27.501Z | Jun 12 21:20:26.515 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
621 | 2024-06-12T21:20:27.852Z | Jun 12 21:20:26.860 INFO Download complete, target: Console |
622 | 2024-06-12T21:20:28.592Z | Jun 12 21:20:27.610 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
623 | 2024-06-12T21:20:29.143Z | Jun 12 21:20:28.098 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
624 | 2024-06-12T21:20:29.228Z | Jun 12 21:20:28.248 INFO Download complete, target: TransceiverControl |
625 | 2024-06-12T21:20:31.585Z | Jun 12 21:20:30.606 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
626 | 2024-06-12T21:20:31.585Z | Jun 12 21:20:30.606 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
627 | 2024-06-12T21:20:35.287Z | Jun 12 21:20:34.307 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
628 | 2024-06-12T21:20:36.411Z | Jun 12 21:20:35.427 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
629 | 2024-06-12T21:20:38.417Z | Jun 12 21:20:37.436 INFO Download complete, target: DendriteStub |
630 | 2024-06-12T21:20:39.633Z | Jun 12 21:20:38.647 INFO Download complete, target: MaghemiteMgd |
631 | 2024-06-12T21:20:40.653Z | Jun 12 21:20:39.672 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
632 | 2024-06-12T21:20:40.974Z | Jun 12 21:20:39.990 INFO Checking that binary works, target: Cockroach |
633 | 2024-06-12T21:20:41.181Z | Jun 12 21:20:40.196 INFO Download complete, target: Cockroach |
634 | 2024-06-12T21:20:44.567Z | Jun 12 21:20:43.586 INFO Checking that binary works, target: Clickhouse |
635 | 2024-06-12T21:20:45.002Z | Jun 12 21:20:44.020 INFO Download complete, target: Clickhouse |
636 | 2024-06-12T21:20:45.240Z | All builder prerequisites installed successfully, and PATH looks valid |
637 | 2024-06-12T21:20:45.254Z | |
638 | 2024-06-12T21:20:45.254Z | real 2:31.560062184 |
639 | 2024-06-12T21:20:45.254Z | user 4:40.815323806 |
640 | 2024-06-12T21:20:45.254Z | sys 1:04.586508873 |
641 | 2024-06-12T21:20:45.254Z | trap 0.150579635 |
642 | 2024-06-12T21:20:45.254Z | tflt 3.829728427 |
643 | 2024-06-12T21:20:45.254Z | dflt 5.770724494 |
644 | 2024-06-12T21:20:45.254Z | kflt 0.221014632 |
645 | 2024-06-12T21:20:45.254Z | lock 11:01.562410406 |
646 | 2024-06-12T21:20:45.254Z | slp 13:13.889621520 |
647 | 2024-06-12T21:20:45.254Z | lat 13.817821390 |
648 | 2024-06-12T21:20:45.254Z | stop 44.923473189 |
649 | 2024-06-12T21:20:45.254Z | |
650 | 2024-06-12T21:20:45.254Z | #### # # ##### ##### # # |
651 | 2024-06-12T21:20:45.254Z | # # # # # # # # # # |
652 | 2024-06-12T21:20:45.254Z | # # # # # # # # |
653 | 2024-06-12T21:20:45.255Z | # # # ##### ##### # |
654 | 2024-06-12T21:20:45.255Z | # # # # # # # |
655 | 2024-06-12T21:20:45.255Z | #### ###### # # # # |
656 | 2024-06-12T21:20:45.255Z | |
657 | 2024-06-12T21:20:45.776Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
658 | 2024-06-12T21:20:51.538Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.24s |
659 | 2024-06-12T21:20:51.593Z | Running `target/debug/xtask clippy` |
660 | 2024-06-12T21:20:51.615Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
661 | 2024-06-12T21:20:52.202Z | Downloading crates ... |
662 | 2024-06-12T21:20:52.340Z | Downloaded async-stream-impl v0.3.5 |
663 | 2024-06-12T21:20:52.350Z | Downloaded atomicwrites v0.4.3 |
664 | 2024-06-12T21:20:52.354Z | Downloaded addr2line v0.21.0 |
665 | 2024-06-12T21:20:52.354Z | Downloaded atty v0.2.14 |
666 | 2024-06-12T21:20:52.358Z | Downloaded async-recursion v1.1.1 |
667 | 2024-06-12T21:20:52.358Z | Downloaded assert_matches v1.5.0 |
668 | 2024-06-12T21:20:52.362Z | Downloaded ascii v1.1.0 |
669 | 2024-06-12T21:20:52.363Z | Downloaded atomic-waker v1.1.2 |
670 | 2024-06-12T21:20:52.363Z | Downloaded ascii-canvas v3.0.0 |
671 | 2024-06-12T21:20:52.368Z | Downloaded approx v0.5.1 |
672 | 2024-06-12T21:20:52.368Z | Downloaded ahash v0.8.11 |
673 | 2024-06-12T21:20:52.385Z | Downloaded assert_cmd v2.0.14 |
674 | 2024-06-12T21:20:52.391Z | Downloaded arrayvec v0.7.4 |
675 | 2024-06-12T21:20:52.391Z | Downloaded argon2 v0.5.3 |
676 | 2024-06-12T21:20:52.391Z | Downloaded arrayref v0.3.7 |
677 | 2024-06-12T21:20:52.392Z | Downloaded array-init v0.0.4 |
678 | 2024-06-12T21:20:52.392Z | Downloaded anes v0.1.6 |
679 | 2024-06-12T21:20:52.392Z | Downloaded allocator-api2 v0.2.18 |
680 | 2024-06-12T21:20:52.392Z | Downloaded async-trait v0.1.80 |
681 | 2024-06-12T21:20:52.392Z | Downloaded itertools v0.10.5 |
682 | 2024-06-12T21:20:52.397Z | Downloaded lalrpop-util v0.19.12 |
683 | 2024-06-12T21:20:52.397Z | Downloaded nibble_vec v0.1.0 |
684 | 2024-06-12T21:20:52.397Z | Downloaded keccak v0.1.5 |
685 | 2024-06-12T21:20:52.401Z | Downloaded num v0.4.3 |
686 | 2024-06-12T21:20:52.401Z | Downloaded lru v0.12.3 |
687 | 2024-06-12T21:20:52.401Z | Downloaded maybe-uninit v2.0.0 |
688 | 2024-06-12T21:20:52.402Z | Downloaded libefi-sys v0.1.0 |
689 | 2024-06-12T21:20:52.402Z | Downloaded is_ci v1.2.0 |
690 | 2024-06-12T21:20:52.410Z | Downloaded lazycell v1.3.0 |
691 | 2024-06-12T21:20:52.410Z | Downloaded mockall v0.12.1 |
692 | 2024-06-12T21:20:52.410Z | Downloaded lru-cache v0.1.2 |
693 | 2024-06-12T21:20:52.410Z | Downloaded libsw v3.3.1 |
694 | 2024-06-12T21:20:52.410Z | Downloaded lazy_static v1.4.0 |
695 | 2024-06-12T21:20:52.415Z | Downloaded debug-ignore v1.0.5 |
696 | 2024-06-12T21:20:52.415Z | Downloaded async-stream v0.3.5 |
697 | 2024-06-12T21:20:52.415Z | Downloaded cfg-expr v0.15.8 |
698 | 2024-06-12T21:20:52.431Z | Downloaded bitstruct_derive v0.1.0 |
699 | 2024-06-12T21:20:52.431Z | Downloaded nom v7.1.3 |
700 | 2024-06-12T21:20:52.431Z | Downloaded libtest-mimic v0.7.3 |
701 | 2024-06-12T21:20:52.431Z | Downloaded lalrpop v0.19.12 |
702 | 2024-06-12T21:20:52.437Z | Downloaded maplit v1.0.2 |
703 | 2024-06-12T21:20:52.437Z | Downloaded blake2b_simd v1.0.2 |
704 | 2024-06-12T21:20:52.437Z | Downloaded bcs v0.1.6 |
705 | 2024-06-12T21:20:52.441Z | Downloaded base64ct v1.6.0 |
706 | 2024-06-12T21:20:52.446Z | Downloaded bit-set v0.5.3 |
707 | 2024-06-12T21:20:52.446Z | Downloaded managed v0.8.0 |
708 | 2024-06-12T21:20:52.446Z | Downloaded newtype_derive v0.1.6 |
709 | 2024-06-12T21:20:52.446Z | Downloaded new_debug_unreachable v1.0.6 |
710 | 2024-06-12T21:20:52.450Z | Downloaded cfg_aliases v0.1.1 |
711 | 2024-06-12T21:20:52.450Z | Downloaded cast v0.3.0 |
712 | 2024-06-12T21:20:52.450Z | Downloaded bitvec v1.0.1 |
713 | 2024-06-12T21:20:52.466Z | Downloaded newline-converter v0.3.0 |
714 | 2024-06-12T21:20:52.469Z | Downloaded path-slash v0.1.5 |
715 | 2024-06-12T21:20:52.470Z | Downloaded parse-display-derive v0.9.0 |
716 | 2024-06-12T21:20:52.470Z | Downloaded oorandom v11.1.3 |
717 | 2024-06-12T21:20:52.474Z | Downloaded number_prefix v0.4.0 |
718 | 2024-06-12T21:20:52.474Z | Downloaded crunchy v0.2.2 |
719 | 2024-06-12T21:20:52.474Z | Downloaded bytecount v0.6.8 |
720 | 2024-06-12T21:20:52.481Z | Downloaded linked-hash-map v0.5.6 |
721 | 2024-06-12T21:20:52.481Z | Downloaded pathdiff v0.2.1 |
722 | 2024-06-12T21:20:52.481Z | Downloaded parse-size v1.0.0 |
723 | 2024-06-12T21:20:52.487Z | Downloaded crc-catalog v2.4.0 |
724 | 2024-06-12T21:20:52.487Z | Downloaded chacha20 v0.9.1 |
725 | 2024-06-12T21:20:52.487Z | Downloaded num_enum v0.5.11 |
726 | 2024-06-12T21:20:52.494Z | Downloaded nanorand v0.7.0 |
727 | 2024-06-12T21:20:52.495Z | Downloaded sigpipe v0.1.3 |
728 | 2024-06-12T21:20:52.495Z | Downloaded peg-runtime v0.8.3 |
729 | 2024-06-12T21:20:52.499Z | Downloaded crossbeam-deque v0.8.5 |
730 | 2024-06-12T21:20:52.499Z | Downloaded colored v2.1.0 |
731 | 2024-06-12T21:20:52.499Z | Downloaded camino-tempfile v1.1.1 |
732 | 2024-06-12T21:20:52.499Z | Downloaded downcast v0.11.0 |
733 | 2024-06-12T21:20:52.499Z | Downloaded cipher v0.4.4 |
734 | 2024-06-12T21:20:52.503Z | Downloaded termtree v0.4.1 |
735 | 2024-06-12T21:20:52.503Z | Downloaded castaway v0.2.2 |
736 | 2024-06-12T21:20:52.506Z | Downloaded num-derive v0.4.2 |
737 | 2024-06-12T21:20:52.506Z | Downloaded newtype-uuid v1.1.0 |
738 | 2024-06-12T21:20:52.509Z | Downloaded toolchain_find v0.4.0 |
739 | 2024-06-12T21:20:52.509Z | Downloaded stability v0.2.0 |
740 | 2024-06-12T21:20:52.509Z | Downloaded multer v3.1.0 |
741 | 2024-06-12T21:20:52.513Z | Downloaded dtrace-parser v0.2.0 |
742 | 2024-06-12T21:20:52.513Z | Downloaded ident_case v1.0.1 |
743 | 2024-06-12T21:20:52.516Z | Downloaded criterion-plot v0.5.0 |
744 | 2024-06-12T21:20:52.516Z | Downloaded convert_case v0.4.0 |
745 | 2024-06-12T21:20:52.516Z | Downloaded parse-display v0.9.0 |
746 | 2024-06-12T21:20:52.522Z | Downloaded olpc-cjson v0.1.3 |
747 | 2024-06-12T21:20:52.522Z | Downloaded num_enum_derive v0.5.11 |
748 | 2024-06-12T21:20:52.527Z | Downloaded crc v3.2.1 |
749 | 2024-06-12T21:20:52.527Z | Downloaded cexpr v0.6.0 |
750 | 2024-06-12T21:20:52.527Z | Downloaded pem v3.0.4 |
751 | 2024-06-12T21:20:52.528Z | Downloaded peg v0.8.3 |
752 | 2024-06-12T21:20:52.531Z | Downloaded pretty-hex v0.2.1 |
753 | 2024-06-12T21:20:52.531Z | Downloaded phf_shared v0.11.2 |
754 | 2024-06-12T21:20:52.536Z | Downloaded packed_struct v0.10.1 |
755 | 2024-06-12T21:20:52.536Z | Downloaded paste v1.0.15 |
756 | 2024-06-12T21:20:52.539Z | Downloaded num-integer v0.1.46 |
757 | 2024-06-12T21:20:52.540Z | Downloaded plain v0.2.3 |
758 | 2024-06-12T21:20:52.543Z | Downloaded phf v0.11.2 |
759 | 2024-06-12T21:20:52.543Z | Downloaded tiny-keccak v2.0.2 |
760 | 2024-06-12T21:20:52.547Z | Downloaded darling v0.20.9 |
761 | 2024-06-12T21:20:52.550Z | Downloaded fallible-iterator v0.2.0 |
762 | 2024-06-12T21:20:52.551Z | Downloaded structmeta v0.2.0 |
763 | 2024-06-12T21:20:52.554Z | Downloaded dyn-clone v1.0.17 |
764 | 2024-06-12T21:20:52.554Z | Downloaded strip-ansi-escapes v0.2.0 |
765 | 2024-06-12T21:20:52.554Z | Downloaded topological-sort v0.2.2 |
766 | 2024-06-12T21:20:52.559Z | Downloaded usdt v0.5.0 |
767 | 2024-06-12T21:20:52.559Z | Downloaded untrusted v0.9.0 |
768 | 2024-06-12T21:20:52.559Z | Downloaded thread-id v4.2.1 |
769 | 2024-06-12T21:20:52.563Z | Downloaded slog-stdlog v4.1.1 |
770 | 2024-06-12T21:20:52.563Z | Downloaded signature v2.2.0 |
771 | 2024-06-12T21:20:52.563Z | Downloaded cookie_store v0.20.0 |
772 | 2024-06-12T21:20:52.568Z | Downloaded const_format_proc_macros v0.2.32 |
773 | 2024-06-12T21:20:52.568Z | Downloaded stringprep v0.1.4 |
774 | 2024-06-12T21:20:52.572Z | Downloaded num-complex v0.4.6 |
775 | 2024-06-12T21:20:52.572Z | Downloaded zone_cfg_derive v0.1.2 |
776 | 2024-06-12T21:20:52.572Z | Downloaded usdt-macro v0.5.0 |
777 | 2024-06-12T21:20:52.572Z | Downloaded tower-layer v0.3.2 |
778 | 2024-06-12T21:20:52.579Z | Downloaded mockall_derive v0.12.1 |
779 | 2024-06-12T21:20:52.579Z | Downloaded foreign-types-shared v0.3.1 |
780 | 2024-06-12T21:20:52.583Z | Downloaded predicates-tree v1.0.9 |
781 | 2024-06-12T21:20:52.583Z | Downloaded hyper-staticfile v0.9.5 |
782 | 2024-06-12T21:20:52.583Z | Downloaded hash32 v0.3.1 |
783 | 2024-06-12T21:20:52.583Z | Downloaded pem-rfc7468 v0.7.0 |
784 | 2024-06-12T21:20:52.583Z | Downloaded parking_lot_core v0.8.6 |
785 | 2024-06-12T21:20:52.587Z | Downloaded compact_str v0.7.1 |
786 | 2024-06-12T21:20:52.590Z | Downloaded yansi v0.5.1 |
787 | 2024-06-12T21:20:52.590Z | Downloaded ref-cast v1.0.23 |
788 | 2024-06-12T21:20:52.594Z | Downloaded headers-core v0.2.0 |
789 | 2024-06-12T21:20:52.594Z | Downloaded rustc_version v0.1.7 |
790 | 2024-06-12T21:20:52.594Z | Downloaded rand_chacha v0.3.1 |
791 | 2024-06-12T21:20:52.597Z | Downloaded rustc-hash v1.1.0 |
792 | 2024-06-12T21:20:52.598Z | Downloaded structmeta-derive v0.2.0 |
793 | 2024-06-12T21:20:52.598Z | Downloaded rustc_version v0.4.0 |
794 | 2024-06-12T21:20:52.605Z | Downloaded unicode-xid v0.2.4 |
795 | 2024-06-12T21:20:52.605Z | Downloaded threadpool v1.8.1 |
796 | 2024-06-12T21:20:52.605Z | Downloaded ref-cast-impl v1.0.23 |
797 | 2024-06-12T21:20:52.609Z | Downloaded crc-any v2.5.0 |
798 | 2024-06-12T21:20:52.609Z | Downloaded const-oid v0.9.6 |
799 | 2024-06-12T21:20:52.609Z | Downloaded yasna v0.5.2 |
800 | 2024-06-12T21:20:52.612Z | Downloaded rusty-fork v0.3.0 |
801 | 2024-06-12T21:20:52.612Z | Downloaded sqlparser_derive v0.2.2 |
802 | 2024-06-12T21:20:52.612Z | Downloaded escape8259 v0.5.2 |
803 | 2024-06-12T21:20:52.612Z | Downloaded rustfmt-wrapper v0.2.1 |
804 | 2024-06-12T21:20:52.615Z | Downloaded target-lexicon v0.12.14 |
805 | 2024-06-12T21:20:52.616Z | Downloaded termios v0.3.3 |
806 | 2024-06-12T21:20:52.619Z | Downloaded termcolor v1.4.1 |
807 | 2024-06-12T21:20:52.619Z | Downloaded zone v0.1.8 |
808 | 2024-06-12T21:20:52.629Z | Downloaded zeroize v1.7.0 |
809 | 2024-06-12T21:20:52.629Z | Downloaded tabled_derive v0.7.0 |
810 | 2024-06-12T21:20:52.629Z | Downloaded derive_builder_macro v0.20.0 |
811 | 2024-06-12T21:20:52.632Z | Downloaded hex v0.4.3 |
812 | 2024-06-12T21:20:52.633Z | Downloaded hyper-rustls v0.26.0 |
813 | 2024-06-12T21:20:52.633Z | Downloaded cookie v0.18.1 |
814 | 2024-06-12T21:20:52.633Z | Downloaded group v0.13.0 |
815 | 2024-06-12T21:20:52.633Z | Downloaded hubpack_derive v0.1.1 |
816 | 2024-06-12T21:20:52.637Z | Downloaded structmeta v0.3.0 |
817 | 2024-06-12T21:20:52.637Z | Downloaded rustc-demangle v0.1.24 |
818 | 2024-06-12T21:20:52.637Z | Downloaded toml v0.7.8 |
819 | 2024-06-12T21:20:52.640Z | Downloaded iana-time-zone v0.1.60 |
820 | 2024-06-12T21:20:52.645Z | Downloaded proc-macro-crate v1.3.1 |
821 | 2024-06-12T21:20:52.645Z | Downloaded inout v0.1.3 |
822 | 2024-06-12T21:20:52.649Z | Downloaded indoc v2.0.5 |
823 | 2024-06-12T21:20:52.649Z | Downloaded crossbeam-epoch v0.9.18 |
824 | 2024-06-12T21:20:52.654Z | Downloaded clang-sys v1.7.0 |
825 | 2024-06-12T21:20:52.654Z | Downloaded plotters-svg v0.3.5 |
826 | 2024-06-12T21:20:52.657Z | Downloaded stable_deref_trait v1.2.0 |
827 | 2024-06-12T21:20:52.657Z | Downloaded spki v0.7.3 |
828 | 2024-06-12T21:20:52.657Z | Downloaded guppy-workspace-hack v0.1.0 |
829 | 2024-06-12T21:20:52.657Z | Downloaded scroll_derive v0.12.0 |
830 | 2024-06-12T21:20:52.658Z | Downloaded zerocopy v0.6.6 |
831 | 2024-06-12T21:20:52.661Z | Downloaded minimal-lexical v0.2.1 |
832 | 2024-06-12T21:20:52.676Z | Downloaded sqlformat v0.2.3 |
833 | 2024-06-12T21:20:53.085Z | Downloaded rustls-pki-types v1.7.0 |
834 | 2024-06-12T21:20:53.085Z | Downloaded ff v0.13.0 |
835 | 2024-06-12T21:20:53.085Z | Downloaded unicase v2.7.0 |
836 | 2024-06-12T21:20:53.085Z | Downloaded vte_generate_state_changes v0.1.1 |
837 | 2024-06-12T21:20:53.085Z | Downloaded tls_codec v0.4.1 |
838 | 2024-06-12T21:20:53.085Z | Downloaded signature v1.6.4 |
839 | 2024-06-12T21:20:53.085Z | Downloaded signal-hook-tokio v0.3.1 |
840 | 2024-06-12T21:20:53.085Z | Downloaded dof v0.3.0 |
841 | 2024-06-12T21:20:53.085Z | Downloaded signal-hook-mio v0.2.3 |
842 | 2024-06-12T21:20:53.085Z | Downloaded unarray v0.1.4 |
843 | 2024-06-12T21:20:53.085Z | Downloaded pretty-hex v0.4.1 |
844 | 2024-06-12T21:20:53.085Z | Downloaded proc-macro-error-attr v1.0.4 |
845 | 2024-06-12T21:20:53.085Z | Downloaded ppv-lite86 v0.2.17 |
846 | 2024-06-12T21:20:53.085Z | Downloaded hash32 v0.2.1 |
847 | 2024-06-12T21:20:53.086Z | Downloaded env_logger v0.9.3 |
848 | 2024-06-12T21:20:53.086Z | Downloaded snafu v0.8.2 |
849 | 2024-06-12T21:20:53.086Z | Downloaded vte v0.11.1 |
850 | 2024-06-12T21:20:53.086Z | Downloaded const_format v0.2.32 |
851 | 2024-06-12T21:20:53.086Z | Downloaded chacha20poly1305 v0.10.1 |
852 | 2024-06-12T21:20:53.086Z | Downloaded smawk v0.3.2 |
853 | 2024-06-12T21:20:53.086Z | Downloaded slog-envlogger v2.2.0 |
854 | 2024-06-12T21:20:53.086Z | Downloaded slog-dtrace v0.3.0 |
855 | 2024-06-12T21:20:53.086Z | Downloaded serde_arrays v0.1.0 |
856 | 2024-06-12T21:20:53.086Z | Downloaded waitgroup v0.1.2 |
857 | 2024-06-12T21:20:53.086Z | Downloaded precomputed-hash v0.1.1 |
858 | 2024-06-12T21:20:53.086Z | Downloaded test-strategy v0.3.1 |
859 | 2024-06-12T21:20:53.086Z | Downloaded fxhash v0.2.1 |
860 | 2024-06-12T21:20:53.086Z | Downloaded serde-hex v0.1.0 |
861 | 2024-06-12T21:20:53.086Z | Downloaded serde-big-array v0.5.1 |
862 | 2024-06-12T21:20:53.086Z | Downloaded fatfs v0.3.6 |
863 | 2024-06-12T21:20:53.086Z | Downloaded serde-big-array v0.4.1 |
864 | 2024-06-12T21:20:53.086Z | Downloaded float-cmp v0.9.0 |
865 | 2024-06-12T21:20:53.086Z | Downloaded flagset v0.4.5 |
866 | 2024-06-12T21:20:53.086Z | Downloaded hostname v0.4.0 |
867 | 2024-06-12T21:20:53.086Z | Downloaded home v0.5.9 |
868 | 2024-06-12T21:20:53.086Z | Downloaded unicode-width v0.1.12 |
869 | 2024-06-12T21:20:53.086Z | Downloaded ed25519 v1.5.3 |
870 | 2024-06-12T21:20:53.086Z | Downloaded derive_builder_core v0.20.0 |
871 | 2024-06-12T21:20:53.087Z | Downloaded derive_builder v0.20.0 |
872 | 2024-06-12T21:20:53.087Z | Downloaded der_derive v0.7.2 |
873 | 2024-06-12T21:20:53.087Z | Downloaded same-file v1.0.6 |
874 | 2024-06-12T21:20:53.087Z | Downloaded predicates v3.1.0 |
875 | 2024-06-12T21:20:53.087Z | Downloaded proc-macro-error v1.0.4 |
876 | 2024-06-12T21:20:53.087Z | Downloaded usdt-attr-macro v0.5.0 |
877 | 2024-06-12T21:20:53.087Z | Downloaded shell-words v1.1.0 |
878 | 2024-06-12T21:20:53.087Z | Downloaded tui-tree-widget v0.19.0 |
879 | 2024-06-12T21:20:53.087Z | Downloaded tinytemplate v1.2.1 |
880 | 2024-06-12T21:20:53.087Z | Downloaded heapless v0.8.0 |
881 | 2024-06-12T21:20:53.087Z | Downloaded supports-color v3.0.0 |
882 | 2024-06-12T21:20:53.087Z | Downloaded serde_tokenstream v0.2.0 |
883 | 2024-06-12T21:20:53.087Z | Downloaded walkdir v2.5.0 |
884 | 2024-06-12T21:20:53.087Z | Downloaded which v4.4.2 |
885 | 2024-06-12T21:20:53.087Z | Downloaded futures-timer v3.0.3 |
886 | 2024-06-12T21:20:53.087Z | Downloaded radium v0.7.0 |
887 | 2024-06-12T21:20:53.087Z | Downloaded quick-error v1.2.3 |
888 | 2024-06-12T21:20:53.087Z | Downloaded ucd-trie v0.1.6 |
889 | 2024-06-12T21:20:53.087Z | Downloaded signal-hook v0.3.17 |
890 | 2024-06-12T21:20:53.087Z | Downloaded sec1 v0.7.3 |
891 | 2024-06-12T21:20:53.087Z | Downloaded endian-type v0.1.2 |
892 | 2024-06-12T21:20:53.087Z | Downloaded serde_path_to_error v0.1.16 |
893 | 2024-06-12T21:20:53.087Z | Downloaded serde_plain v1.0.2 |
894 | 2024-06-12T21:20:53.087Z | Downloaded foreign-types v0.5.0 |
895 | 2024-06-12T21:20:53.087Z | Downloaded heapless v0.7.17 |
896 | 2024-06-12T21:20:53.087Z | Downloaded vsss-rs v3.3.4 |
897 | 2024-06-12T21:20:53.088Z | Downloaded derive-where v1.2.7 |
898 | 2024-06-12T21:20:53.088Z | Downloaded rpassword v7.3.1 |
899 | 2024-06-12T21:20:53.088Z | Downloaded indicatif v0.17.8 |
900 | 2024-06-12T21:20:53.088Z | Downloaded toml_edit v0.19.15 |
901 | 2024-06-12T21:20:53.088Z | Downloaded wyz v0.5.1 |
902 | 2024-06-12T21:20:53.088Z | Downloaded rtoolbox v0.0.2 |
903 | 2024-06-12T21:20:53.088Z | Downloaded display-error-chain v0.2.0 |
904 | 2024-06-12T21:20:53.088Z | Downloaded target-spec v3.1.0 |
905 | 2024-06-12T21:20:53.088Z | Downloaded tap v1.0.1 |
906 | 2024-06-12T21:20:53.088Z | Downloaded trust-dns-client v0.22.0 |
907 | 2024-06-12T21:20:53.088Z | Downloaded usdt-impl v0.5.0 |
908 | 2024-06-12T21:20:53.088Z | Downloaded getopts v0.2.21 |
909 | 2024-06-12T21:20:53.088Z | Downloaded instant v0.1.12 |
910 | 2024-06-12T21:20:53.088Z | Downloaded doc-comment v0.3.3 |
911 | 2024-06-12T21:20:53.088Z | Downloaded samael v0.0.15 |
912 | 2024-06-12T21:20:53.088Z | Downloaded tokio-stream v0.1.15 |
913 | 2024-06-12T21:20:53.088Z | Downloaded tabwriter v1.4.0 |
914 | 2024-06-12T21:20:53.088Z | Downloaded zerocopy-derive v0.7.34 |
915 | 2024-06-12T21:20:53.088Z | Downloaded serde_repr v0.1.19 |
916 | 2024-06-12T21:20:53.088Z | Downloaded diesel_table_macro_syntax v0.1.0 |
917 | 2024-06-12T21:20:53.088Z | Downloaded indexmap v1.9.3 |
918 | 2024-06-12T21:20:53.088Z | Downloaded fancy-regex v0.13.0 |
919 | 2024-06-12T21:20:53.088Z | Downloaded rand_xorshift v0.3.0 |
920 | 2024-06-12T21:20:53.088Z | Downloaded rand_core v0.6.4 |
921 | 2024-06-12T21:20:53.088Z | Downloaded itertools v0.12.1 |
922 | 2024-06-12T21:20:53.088Z | Downloaded strum_macros v0.25.3 |
923 | 2024-06-12T21:20:53.089Z | Downloaded siphasher v0.3.11 |
924 | 2024-06-12T21:20:53.089Z | Downloaded plotters-backend v0.3.5 |
925 | 2024-06-12T21:20:53.089Z | Downloaded spin v0.5.2 |
926 | 2024-06-12T21:20:53.089Z | Downloaded structmeta-derive v0.3.0 |
927 | 2024-06-12T21:20:53.089Z | Downloaded similar v2.5.0 |
928 | 2024-06-12T21:20:53.089Z | Downloaded expectorate v1.1.0 |
929 | 2024-06-12T21:20:53.089Z | Downloaded ipnetwork v0.20.0 |
930 | 2024-06-12T21:20:53.089Z | Downloaded tower v0.4.13 |
931 | 2024-06-12T21:20:53.089Z | Downloaded globset v0.4.14 |
932 | 2024-06-12T21:20:53.089Z | Downloaded difflib v0.4.0 |
933 | 2024-06-12T21:20:53.095Z | Downloaded pest v2.7.10 |
934 | 2024-06-12T21:20:53.095Z | Downloaded defmt-parser v0.3.4 |
935 | 2024-06-12T21:20:53.095Z | Downloaded universal-hash v0.5.1 |
936 | 2024-06-12T21:20:53.095Z | Downloaded schemars_derive v0.8.20 |
937 | 2024-06-12T21:20:53.095Z | Downloaded ena v0.14.3 |
938 | 2024-06-12T21:20:53.095Z | Downloaded embedded-io v0.4.0 |
939 | 2024-06-12T21:20:53.095Z | Downloaded untrusted v0.7.1 |
940 | 2024-06-12T21:20:53.095Z | Downloaded rand_seeder v0.2.3 |
941 | 2024-06-12T21:20:53.095Z | Downloaded serde_yaml v0.9.34+deprecated |
942 | 2024-06-12T21:20:53.095Z | Downloaded tokio-postgres v0.7.10 |
943 | 2024-06-12T21:20:53.095Z | Downloaded serde_with_macros v3.8.1 |
944 | 2024-06-12T21:20:53.095Z | Downloaded strum_macros v0.24.3 |
945 | 2024-06-12T21:20:53.095Z | Downloaded platforms v3.4.0 |
946 | 2024-06-12T21:20:53.095Z | Downloaded unicode-segmentation v1.11.0 |
947 | 2024-06-12T21:20:53.096Z | Downloaded x509-cert v0.2.5 |
948 | 2024-06-12T21:20:53.096Z | Downloaded either v1.12.0 |
949 | 2024-06-12T21:20:53.096Z | Downloaded publicsuffix v2.2.3 |
950 | 2024-06-12T21:20:53.096Z | Downloaded hyper-rustls v0.24.2 |
951 | 2024-06-12T21:20:53.096Z | Downloaded headers v0.3.9 |
952 | 2024-06-12T21:20:53.096Z | Downloaded postgres-protocol v0.6.6 |
953 | 2024-06-12T21:20:53.096Z | Downloaded rstest v0.19.0 |
954 | 2024-06-12T21:20:53.096Z | Downloaded poly1305 v0.8.0 |
955 | 2024-06-12T21:20:53.096Z | Downloaded socket2 v0.4.10 |
956 | 2024-06-12T21:20:53.096Z | Downloaded rcgen v0.12.1 |
957 | 2024-06-12T21:20:53.096Z | Downloaded tungstenite v0.21.0 |
958 | 2024-06-12T21:20:53.096Z | Downloaded rustyline v14.0.0 |
959 | 2024-06-12T21:20:53.096Z | Downloaded blake3 v1.5.1 |
960 | 2024-06-12T21:20:53.096Z | Downloaded tungstenite v0.20.1 |
961 | 2024-06-12T21:20:53.096Z | Downloaded postcard v1.0.8 |
962 | 2024-06-12T21:20:53.096Z | Downloaded subprocess v0.2.9 |
963 | 2024-06-12T21:20:53.096Z | Downloaded trust-dns-resolver v0.22.0 |
964 | 2024-06-12T21:20:53.096Z | Downloaded elliptic-curve v0.13.8 |
965 | 2024-06-12T21:20:53.096Z | Downloaded regex-automata v0.1.10 |
966 | 2024-06-12T21:20:53.096Z | Downloaded unsafe-libyaml v0.2.11 |
967 | 2024-06-12T21:20:53.096Z | Downloaded derive_more v0.99.17 |
968 | 2024-06-12T21:20:53.097Z | Downloaded ron v0.8.1 |
969 | 2024-06-12T21:20:53.097Z | Downloaded hashbrown v0.13.2 |
970 | 2024-06-12T21:20:53.097Z | Downloaded zerocopy v0.7.34 |
971 | 2024-06-12T21:20:53.097Z | Downloaded nix v0.27.1 |
972 | 2024-06-12T21:20:53.097Z | Downloaded quick-xml v0.31.0 |
973 | 2024-06-12T21:20:53.097Z | Downloaded unicode_categories v0.1.1 |
974 | 2024-06-12T21:20:53.097Z | Downloaded der v0.7.9 |
975 | 2024-06-12T21:20:53.097Z | Downloaded steno v0.4.0 |
976 | 2024-06-12T21:20:53.097Z | Downloaded chrono v0.4.38 |
977 | 2024-06-12T21:20:53.097Z | Downloaded rsa v0.9.6 |
978 | 2024-06-12T21:20:53.097Z | Downloaded sqlparser v0.45.0 |
979 | 2024-06-12T21:20:53.097Z | Downloaded rayon v1.10.0 |
980 | 2024-06-12T21:20:53.097Z | Downloaded guppy v0.17.5 |
981 | 2024-06-12T21:20:53.107Z | Downloaded plotters v0.3.5 |
982 | 2024-06-12T21:20:53.116Z | Downloaded hyper v1.3.1 |
983 | 2024-06-12T21:20:53.120Z | Downloaded winnow v0.5.40 |
984 | 2024-06-12T21:20:53.126Z | Downloaded object v0.30.4 |
985 | 2024-06-12T21:20:53.132Z | Downloaded gimli v0.28.1 |
986 | 2024-06-12T21:20:53.158Z | Downloaded webpki-roots v0.25.4 |
987 | 2024-06-12T21:20:53.170Z | Downloaded regex v1.10.4 |
988 | 2024-06-12T21:20:53.170Z | Downloaded bstr v0.2.17 |
989 | 2024-06-12T21:20:53.179Z | Downloaded tabled v0.15.0 |
990 | 2024-06-12T21:20:53.186Z | Downloaded smoltcp v0.11.0 |
991 | 2024-06-12T21:20:53.197Z | Downloaded smoltcp v0.9.1 |
992 | 2024-06-12T21:20:53.209Z | Downloaded rustls v0.22.4 |
993 | 2024-06-12T21:20:53.221Z | Downloaded regex-syntax v0.6.29 |
994 | 2024-06-12T21:20:53.228Z | Downloaded diesel v2.1.6 |
995 | 2024-06-12T21:20:53.246Z | Downloaded regress v0.9.1 |
996 | 2024-06-12T21:20:53.254Z | Downloaded trust-dns-proto v0.22.0 |
997 | 2024-06-12T21:20:53.266Z | Downloaded idna v0.3.0 |
998 | 2024-06-12T21:20:53.272Z | Downloaded sled v0.34.7 |
999 | 2024-06-12T21:20:53.288Z | Downloaded zerocopy-derive v0.6.6 |
1000 | 2024-06-12T21:20:53.293Z | Downloaded regex-syntax v0.8.3 |
1001 | 2024-06-12T21:20:53.299Z | Downloaded petgraph v0.6.5 |
1002 | 2024-06-12T21:20:53.316Z | Downloaded bstr v1.9.1 |
1003 | 2024-06-12T21:20:53.327Z | Downloaded openapiv3 v2.0.0 |
1004 | 2024-06-12T21:20:53.338Z | Downloaded ratatui v0.26.2 |
1005 | 2024-06-12T21:20:53.355Z | Downloaded idna v0.2.3 |
1006 | 2024-06-12T21:20:53.361Z | Downloaded polar-core v0.27.3 |
1007 | 2024-06-12T21:20:53.369Z | Downloaded radix_trie v0.2.1 |
1008 | 2024-06-12T21:20:53.375Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1009 | 2024-06-12T21:20:53.388Z | Downloaded syn v1.0.109 |
1010 | 2024-06-12T21:20:53.396Z | Downloaded regex-automata v0.4.6 |
1011 | 2024-06-12T21:20:53.416Z | Downloaded finl_unicode v1.2.0 |
1012 | 2024-06-12T21:20:53.441Z | Downloaded rustls v0.21.12 |
1013 | 2024-06-12T21:20:53.446Z | Downloaded object v0.32.2 |
1014 | 2024-06-12T21:20:53.453Z | Downloaded curve25519-dalek v4.1.2 |
1015 | 2024-06-12T21:20:53.458Z | Downloaded rustls-webpki v0.102.4 |
1016 | 2024-06-12T21:20:53.474Z | Downloaded sha3 v0.10.8 |
1017 | 2024-06-12T21:20:53.478Z | Downloaded csv v1.3.0 |
1018 | 2024-06-12T21:20:53.498Z | Downloaded proptest v1.4.0 |
1019 | 2024-06-12T21:20:53.506Z | Downloaded hkdf v0.12.4 |
1020 | 2024-06-12T21:20:53.510Z | Downloaded goblin v0.8.2 |
1021 | 2024-06-12T21:20:53.515Z | Downloaded rustls-webpki v0.101.7 |
1022 | 2024-06-12T21:20:53.529Z | Downloaded typed-path v0.7.1 |
1023 | 2024-06-12T21:20:53.535Z | Downloaded hashbrown v0.12.3 |
1024 | 2024-06-12T21:20:53.539Z | Downloaded rand v0.8.5 |
1025 | 2024-06-12T21:20:53.542Z | Downloaded serde_with v3.8.1 |
1026 | 2024-06-12T21:20:53.550Z | Downloaded trust-dns-server v0.22.1 |
1027 | 2024-06-12T21:20:53.557Z | Downloaded reedline v0.31.0 |
1028 | 2024-06-12T21:20:53.562Z | Downloaded portable-atomic v1.6.0 |
1029 | 2024-06-12T21:20:53.579Z | Downloaded schemars v0.8.20 |
1030 | 2024-06-12T21:20:53.994Z | Downloaded rstest_macros v0.19.0 |
1031 | 2024-06-12T21:20:53.994Z | Downloaded getrandom v0.2.14 |
1032 | 2024-06-12T21:20:53.994Z | Downloaded env_logger v0.10.2 |
1033 | 2024-06-12T21:20:53.999Z | Downloaded pretty_assertions v1.4.0 |
1034 | 2024-06-12T21:20:53.999Z | Downloaded tough v0.17.1 |
1035 | 2024-06-12T21:20:53.999Z | Downloaded bindgen v0.69.4 |
1036 | 2024-06-12T21:20:53.999Z | Downloaded flume v0.11.0 |
1037 | 2024-06-12T21:20:53.999Z | Downloaded impl-trait-for-tuples v0.2.2 |
1038 | 2024-06-12T21:20:53.999Z | Downloaded similar-asserts v1.5.0 |
1039 | 2024-06-12T21:20:53.999Z | Downloaded diesel_derives v2.1.4 |
1040 | 2024-06-12T21:20:54.000Z | Downloaded half v2.4.1 |
1041 | 2024-06-12T21:20:54.000Z | Downloaded string_cache v0.8.7 |
1042 | 2024-06-12T21:20:54.000Z | Downloaded rust-argon2 v2.1.0 |
1043 | 2024-06-12T21:20:54.000Z | Downloaded funty v2.0.0 |
1044 | 2024-06-12T21:20:54.000Z | Downloaded tempfile v3.10.1 |
1045 | 2024-06-12T21:20:54.000Z | Downloaded postgres-types v0.2.6 |
1046 | 2024-06-12T21:20:54.000Z | Downloaded tokio-tungstenite v0.20.1 |
1047 | 2024-06-12T21:20:54.000Z | Downloaded snafu-derive v0.8.2 |
1048 | 2024-06-12T21:20:54.000Z | Downloaded trybuild v1.0.96 |
1049 | 2024-06-12T21:20:54.000Z | Downloaded textwrap v0.16.1 |
1050 | 2024-06-12T21:20:54.000Z | Downloaded sha1 v0.10.6 |
1051 | 2024-06-12T21:20:54.000Z | Downloaded nix v0.28.0 |
1052 | 2024-06-12T21:20:54.000Z | Downloaded crossterm v0.27.0 |
1053 | 2024-06-12T21:20:54.000Z | Downloaded tokio-rustls v0.25.0 |
1054 | 2024-06-12T21:20:54.000Z | Downloaded tokio-rustls v0.24.1 |
1055 | 2024-06-12T21:20:54.000Z | Downloaded libm v0.2.8 |
1056 | 2024-06-12T21:20:54.001Z | Downloaded salty v0.2.0 |
1057 | 2024-06-12T21:20:54.001Z | Downloaded gethostname v0.4.3 |
1058 | 2024-06-12T21:20:54.001Z | Downloaded fragile v2.0.0 |
1059 | 2024-06-12T21:20:54.001Z | Downloaded enum-as-inner v0.5.1 |
1060 | 2024-06-12T21:20:54.001Z | Downloaded whoami v1.5.1 |
1061 | 2024-06-12T21:20:54.001Z | Downloaded hmac v0.12.1 |
1062 | 2024-06-12T21:20:54.001Z | Downloaded http v1.1.0 |
1063 | 2024-06-12T21:20:54.001Z | Downloaded relative-path v1.9.3 |
1064 | 2024-06-12T21:20:54.001Z | Downloaded rayon-core v1.12.1 |
1065 | 2024-06-12T21:20:54.001Z | Downloaded num-bigint-dig v0.8.4 |
1066 | 2024-06-12T21:20:54.001Z | Downloaded libxml v0.3.3 |
1067 | 2024-06-12T21:20:54.001Z | Downloaded num-bigint v0.4.5 |
1068 | 2024-06-12T21:20:54.002Z | Downloaded prettyplease v0.2.20 |
1069 | 2024-06-12T21:20:54.002Z | Downloaded secrecy v0.8.0 |
1070 | 2024-06-12T21:20:54.002Z | Downloaded wait-timeout v0.2.0 |
1071 | 2024-06-12T21:20:54.002Z | Downloaded highway v1.1.0 |
1072 | 2024-06-12T21:20:54.002Z | Downloaded hex-literal v0.4.1 |
1073 | 2024-06-12T21:20:54.002Z | Downloaded predicates-core v1.0.6 |
1074 | 2024-06-12T21:20:54.002Z | Downloaded erased-serde v0.3.31 |
1075 | 2024-06-12T21:20:54.002Z | Downloaded zip v0.6.6 |
1076 | 2024-06-12T21:20:54.002Z | Downloaded uuid v1.8.0 |
1077 | 2024-06-12T21:20:54.002Z | Downloaded uzers v0.11.3 |
1078 | 2024-06-12T21:20:54.002Z | Downloaded toml v0.5.11 |
1079 | 2024-06-12T21:20:54.002Z | Downloaded subtle v2.5.0 |
1080 | 2024-06-12T21:20:54.002Z | Downloaded thiserror-impl-no-std v2.0.2 |
1081 | 2024-06-12T21:20:54.003Z | Downloaded serde_derive_internals v0.29.1 |
1082 | 2024-06-12T21:20:54.003Z | Downloaded static_assertions v1.1.0 |
1083 | 2024-06-12T21:20:54.003Z | Downloaded semver v0.1.20 |
1084 | 2024-06-12T21:20:54.003Z | Downloaded resolv-conf v0.7.0 |
1085 | 2024-06-12T21:20:54.003Z | Downloaded criterion v0.5.1 |
1086 | 2024-06-12T21:20:54.003Z | Downloaded ron v0.7.1 |
1087 | 2024-06-12T21:20:54.003Z | Downloaded psl-types v2.0.11 |
1088 | 2024-06-12T21:20:54.003Z | Downloaded httptest v0.15.5 |
1089 | 2024-06-12T21:20:54.003Z | Downloaded crypto-bigint v0.5.5 |
1090 | 2024-06-12T21:20:54.003Z | Downloaded smf v0.2.3 |
1091 | 2024-06-12T21:20:54.003Z | Downloaded smallvec v0.6.14 |
1092 | 2024-06-12T21:20:54.003Z | Downloaded slog-scope v4.4.0 |
1093 | 2024-06-12T21:20:54.003Z | Downloaded hyper-util v0.1.3 |
1094 | 2024-06-12T21:20:54.004Z | Downloaded http-range v0.1.5 |
1095 | 2024-06-12T21:20:54.004Z | Downloaded fixedbitset v0.4.2 |
1096 | 2024-06-12T21:20:54.004Z | Downloaded thiserror-no-std v2.0.2 |
1097 | 2024-06-12T21:20:54.004Z | Downloaded fastrand v2.1.0 |
1098 | 2024-06-12T21:20:54.004Z | Downloaded tls_codec_derive v0.4.1 |
1099 | 2024-06-12T21:20:54.004Z | Downloaded scheduled-thread-pool v0.2.7 |
1100 | 2024-06-12T21:20:54.004Z | Downloaded unicode-linebreak v0.1.5 |
1101 | 2024-06-12T21:20:54.004Z | Downloaded spin v0.9.8 |
1102 | 2024-06-12T21:20:54.004Z | Downloaded scroll v0.12.0 |
1103 | 2024-06-12T21:20:54.004Z | Downloaded backtrace v0.3.71 |
1104 | 2024-06-12T21:20:54.004Z | Downloaded base64 v0.22.1 |
1105 | 2024-06-12T21:20:54.004Z | Downloaded hubpack v0.1.2 |
1106 | 2024-06-12T21:20:54.004Z | Downloaded sct v0.7.1 |
1107 | 2024-06-12T21:20:54.004Z | Downloaded tracing-attributes v0.1.27 |
1108 | 2024-06-12T21:20:54.004Z | Downloaded tokio-tungstenite v0.21.0 |
1109 | 2024-06-12T21:20:54.004Z | Downloaded rustls-pemfile v2.1.2 |
1110 | 2024-06-12T21:20:54.004Z | Downloaded rustls-native-certs v0.7.0 |
1111 | 2024-06-12T21:20:54.004Z | Downloaded indoc v1.0.9 |
1112 | 2024-06-12T21:20:54.004Z | Downloaded diff v0.1.13 |
1113 | 2024-06-12T21:20:54.004Z | Downloaded humantime v2.1.0 |
1114 | 2024-06-12T21:20:54.004Z | Downloaded heck v0.3.3 |
1115 | 2024-06-12T21:20:54.004Z | Downloaded pin-project-internal v1.1.5 |
1116 | 2024-06-12T21:20:54.004Z | Downloaded pin-project v1.1.5 |
1117 | 2024-06-12T21:20:54.004Z | Downloaded pest_meta v2.7.10 |
1118 | 2024-06-12T21:20:54.004Z | Downloaded peg-macros v0.8.3 |
1119 | 2024-06-12T21:20:54.005Z | Downloaded password-hash v0.5.0 |
1120 | 2024-06-12T21:20:54.005Z | Downloaded papergrid v0.11.0 |
1121 | 2024-06-12T21:20:54.005Z | Downloaded darling_core v0.20.9 |
1122 | 2024-06-12T21:20:54.005Z | Downloaded defmt-macros v0.3.9 |
1123 | 2024-06-12T21:20:54.005Z | Downloaded defmt v0.3.8 |
1124 | 2024-06-12T21:20:54.005Z | Downloaded utf-8 v0.7.6 |
1125 | 2024-06-12T21:20:54.005Z | Downloaded foreign-types-macros v0.2.3 |
1126 | 2024-06-12T21:20:54.005Z | Downloaded fd-lock v4.0.2 |
1127 | 2024-06-12T21:20:54.005Z | Downloaded ring v0.17.8 |
1128 | 2024-06-12T21:20:54.005Z | Downloaded zeroize_derive v1.4.2 |
1129 | 2024-06-12T21:20:54.005Z | Downloaded oso v0.27.3 |
1130 | 2024-06-12T21:20:54.005Z | Downloaded pkcs1 v0.7.5 |
1131 | 2024-06-12T21:20:54.005Z | Downloaded pest_derive v2.7.10 |
1132 | 2024-06-12T21:20:54.005Z | Downloaded pkcs8 v0.10.2 |
1133 | 2024-06-12T21:20:54.009Z | Downloaded num-rational v0.4.2 |
1134 | 2024-06-12T21:20:54.009Z | Downloaded glob v0.3.1 |
1135 | 2024-06-12T21:20:54.009Z | Downloaded curve25519-dalek-derive v0.1.1 |
1136 | 2024-06-12T21:20:54.010Z | Downloaded r2d2 v0.8.10 |
1137 | 2024-06-12T21:20:54.010Z | Downloaded partial-io v0.5.4 |
1138 | 2024-06-12T21:20:54.010Z | Downloaded parking_lot v0.11.2 |
1139 | 2024-06-12T21:20:54.010Z | Downloaded owo-colors v4.0.0 |
1140 | 2024-06-12T21:20:54.010Z | Downloaded num-traits v0.2.19 |
1141 | 2024-06-12T21:20:54.010Z | Downloaded csv-core v0.1.11 |
1142 | 2024-06-12T21:20:54.010Z | Downloaded cookie v0.17.0 |
1143 | 2024-06-12T21:20:54.010Z | Downloaded pest_generator v2.7.10 |
1144 | 2024-06-12T21:20:54.010Z | Downloaded packed_struct_codegen v0.10.1 |
1145 | 2024-06-12T21:20:54.010Z | Downloaded omicron-zone-package v0.11.0 |
1146 | 2024-06-12T21:20:54.010Z | Downloaded datatest-stable v0.2.9 |
1147 | 2024-06-12T21:20:54.010Z | Downloaded data-encoding v2.6.0 |
1148 | 2024-06-12T21:20:54.010Z | Downloaded ring v0.16.20 |
1149 | 2024-06-12T21:20:54.026Z | Downloaded constant_time_eq v0.3.0 |
1150 | 2024-06-12T21:20:54.029Z | Downloaded console v0.15.8 |
1151 | 2024-06-12T21:20:54.032Z | Downloaded cancel-safe-futures v0.1.5 |
1152 | 2024-06-12T21:20:54.032Z | Downloaded portpicker v0.1.1 |
1153 | 2024-06-12T21:20:54.036Z | Downloaded shlex v1.3.0 |
1154 | 2024-06-12T21:20:54.036Z | Downloaded corncobs v0.1.3 |
1155 | 2024-06-12T21:20:54.036Z | Downloaded blake2 v0.10.6 |
1156 | 2024-06-12T21:20:54.039Z | Downloaded base64 v0.13.1 |
1157 | 2024-06-12T21:20:54.042Z | Downloaded num-iter v0.1.45 |
1158 | 2024-06-12T21:20:54.042Z | Downloaded libloading v0.8.3 |
1159 | 2024-06-12T21:20:54.042Z | Downloaded http-body v1.0.0 |
1160 | 2024-06-12T21:20:54.045Z | Downloaded mime_guess v2.0.4 |
1161 | 2024-06-12T21:20:54.046Z | Downloaded memmap2 v0.9.4 |
1162 | 2024-06-12T21:20:54.048Z | Downloaded buf-list v1.0.3 |
1163 | 2024-06-12T21:20:54.049Z | Downloaded nu-ansi-term v0.50.0 |
1164 | 2024-06-12T21:20:54.052Z | Downloaded cobs v0.2.3 |
1165 | 2024-06-12T21:20:54.052Z | Downloaded phf_shared v0.10.0 |
1166 | 2024-06-12T21:20:54.052Z | Downloaded oso-derive v0.27.3 |
1167 | 2024-06-12T21:20:54.052Z | Downloaded darling_macro v0.20.9 |
1168 | 2024-06-12T21:20:54.055Z | Downloaded crucible-workspace-hack v0.1.0 |
1169 | 2024-06-12T21:20:54.055Z | Downloaded ciborium v0.2.2 |
1170 | 2024-06-12T21:20:54.055Z | Downloaded backoff v0.4.0 |
1171 | 2024-06-12T21:20:54.067Z | Downloaded ciborium-ll v0.2.2 |
1172 | 2024-06-12T21:20:54.067Z | Downloaded cassowary v0.3.0 |
1173 | 2024-06-12T21:20:54.067Z | Downloaded byteorder v1.5.0 |
1174 | 2024-06-12T21:20:54.070Z | Downloaded block-padding v0.3.3 |
1175 | 2024-06-12T21:20:54.070Z | Downloaded bitfield v0.14.0 |
1176 | 2024-06-12T21:20:54.070Z | Downloaded opaque-debug v0.3.1 |
1177 | 2024-06-12T21:20:54.070Z | Downloaded normalize-line-endings v0.3.0 |
1178 | 2024-06-12T21:20:54.070Z | Downloaded nodrop v0.1.14 |
1179 | 2024-06-12T21:20:54.070Z | Downloaded nested v0.1.1 |
1180 | 2024-06-12T21:20:54.070Z | Downloaded memoffset v0.9.1 |
1181 | 2024-06-12T21:20:54.070Z | Downloaded memmap v0.7.0 |
1182 | 2024-06-12T21:20:54.071Z | Downloaded md-5 v0.10.6 |
1183 | 2024-06-12T21:20:54.071Z | Downloaded matches v0.1.10 |
1184 | 2024-06-12T21:20:54.071Z | Downloaded linear-map v1.2.0 |
1185 | 2024-06-12T21:20:54.071Z | Downloaded cstr-argument v0.1.2 |
1186 | 2024-06-12T21:20:54.074Z | Downloaded bitflags v1.3.2 |
1187 | 2024-06-12T21:20:54.074Z | Downloaded bit-vec v0.6.3 |
1188 | 2024-06-12T21:20:54.074Z | Downloaded base16ct v0.2.0 |
1189 | 2024-06-12T21:20:54.077Z | Downloaded multimap v0.10.0 |
1190 | 2024-06-12T21:20:54.077Z | Downloaded kstat-rs v0.2.3 |
1191 | 2024-06-12T21:20:54.078Z | Downloaded ciborium-io v0.2.2 |
1192 | 2024-06-12T21:20:54.081Z | Downloaded bitstruct v0.1.1 |
1193 | 2024-06-12T21:20:54.081Z | Downloaded bb8 v0.8.3 |
1194 | 2024-06-12T21:20:54.081Z | Downloaded bzip2 v0.4.4 |
1195 | 2024-06-12T21:20:54.085Z | Downloaded aho-corasick v1.1.3 |
1196 | 2024-06-12T21:20:54.088Z | Downloaded aead v0.5.2 |
1197 | 2024-06-12T21:20:54.088Z | Downloaded arc-swap v1.7.1 |
1198 | 2024-06-12T21:20:54.666Z | Compiling serde v1.0.203 |
1199 | 2024-06-12T21:20:54.666Z | Checking cfg-if v1.0.0 |
1200 | 2024-06-12T21:20:54.717Z | Compiling libm v0.2.8 |
1201 | 2024-06-12T21:20:54.746Z | Checking libc v0.2.155 |
1202 | 2024-06-12T21:20:54.754Z | Compiling syn v2.0.64 |
1203 | 2024-06-12T21:20:54.758Z | Compiling ahash v0.8.11 |
1204 | 2024-06-12T21:20:54.758Z | Compiling num-traits v0.2.19 |
1205 | 2024-06-12T21:20:54.758Z | Compiling getrandom v0.2.14 |
1206 | 2024-06-12T21:20:54.810Z | Compiling serde_json v1.0.117 |
1207 | 2024-06-12T21:20:55.044Z | Compiling byteorder v1.5.0 |
1208 | 2024-06-12T21:20:55.131Z | Compiling log v0.4.21 |
1209 | 2024-06-12T21:20:55.154Z | Compiling generic-array v0.14.7 |
1210 | 2024-06-12T21:20:55.565Z | Checking memchr v2.7.2 |
1211 | 2024-06-12T21:20:55.565Z | Checking itoa v1.0.11 |
1212 | 2024-06-12T21:20:55.565Z | Compiling syn v1.0.109 |
1213 | 2024-06-12T21:20:55.566Z | Compiling allocator-api2 v0.2.18 |
1214 | 2024-06-12T21:20:55.566Z | Checking scopeguard v1.2.0 |
1215 | 2024-06-12T21:20:55.566Z | Checking smallvec v1.13.2 |
1216 | 2024-06-12T21:20:55.634Z | Checking lock_api v0.4.12 |
1217 | 2024-06-12T21:20:55.850Z | Compiling schemars v0.8.20 |
1218 | 2024-06-12T21:20:55.898Z | Compiling ring v0.17.8 |
1219 | 2024-06-12T21:20:56.059Z | Checking once_cell v1.19.0 |
1220 | 2024-06-12T21:20:56.062Z | Compiling time-macros v0.2.18 |
1221 | 2024-06-12T21:20:56.214Z | Checking parking_lot_core v0.9.10 |
1222 | 2024-06-12T21:20:56.253Z | Compiling aho-corasick v1.1.3 |
1223 | 2024-06-12T21:20:56.549Z | Checking parking_lot v0.12.2 |
1224 | 2024-06-12T21:20:56.629Z | Compiling regex-syntax v0.8.3 |
1225 | 2024-06-12T21:20:56.906Z | Checking pin-project-lite v0.2.14 |
1226 | 2024-06-12T21:20:59.669Z | Checking signal-hook-registry v1.4.2 |
1227 | 2024-06-12T21:20:59.914Z | Checking mio v0.8.11 |
1228 | 2024-06-12T21:21:00.075Z | Compiling regex-automata v0.4.6 |
1229 | 2024-06-12T21:21:00.527Z | Compiling slog v2.7.0 |
1230 | 2024-06-12T21:21:01.069Z | Checking num_cpus v1.16.0 |
1231 | 2024-06-12T21:21:01.179Z | Compiling crossbeam-utils v0.8.19 |
1232 | 2024-06-12T21:21:01.315Z | Checking ryu v1.0.18 |
1233 | 2024-06-12T21:21:01.547Z | Checking rand_core v0.6.4 |
1234 | 2024-06-12T21:21:01.814Z | Compiling iana-time-zone v0.1.60 |
1235 | 2024-06-12T21:21:01.835Z | Compiling rustls v0.21.12 |
1236 | 2024-06-12T21:21:01.854Z | Checking futures-core v0.3.30 |
1237 | 2024-06-12T21:21:01.966Z | Checking socket2 v0.5.7 |
1238 | 2024-06-12T21:21:02.030Z | Compiling serde_derive_internals v0.29.1 |
1239 | 2024-06-12T21:21:02.113Z | Compiling cookie v0.17.0 |
1240 | 2024-06-12T21:21:02.274Z | Compiling backtrace v0.3.71 |
1241 | 2024-06-12T21:21:02.437Z | Compiling dyn-clone v1.0.17 |
1242 | 2024-06-12T21:21:02.457Z | Compiling anyhow v1.0.86 |
1243 | 2024-06-12T21:21:02.670Z | Compiling ucd-trie v0.1.6 |
1244 | 2024-06-12T21:21:03.313Z | Compiling unicode-normalization v0.1.23 |
1245 | 2024-06-12T21:21:03.512Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-06-12T21:21:03.760Z | Compiling either v1.12.0 |
1247 | 2024-06-12T21:21:04.080Z | Compiling usdt-impl v0.5.0 |
1248 | 2024-06-12T21:21:04.187Z | Compiling plain v0.2.3 |
1249 | 2024-06-12T21:21:04.345Z | Compiling unicode-width v0.1.12 |
1250 | 2024-06-12T21:21:04.383Z | Checking futures-sink v0.3.30 |
1251 | 2024-06-12T21:21:04.522Z | Compiling spin v0.9.8 |
1252 | 2024-06-12T21:21:04.544Z | Compiling winnow v0.5.40 |
1253 | 2024-06-12T21:21:04.575Z | Compiling pretty-hex v0.4.1 |
1254 | 2024-06-12T21:21:04.774Z | Compiling thread-id v4.2.1 |
1255 | 2024-06-12T21:21:04.892Z | Checking futures-channel v0.3.30 |
1256 | 2024-06-12T21:21:04.926Z | Checking slab v0.4.9 |
1257 | 2024-06-12T21:21:04.946Z | Checking pin-utils v0.1.0 |
1258 | 2024-06-12T21:21:05.036Z | Checking futures-task v0.3.30 |
1259 | 2024-06-12T21:21:05.055Z | Compiling const-oid v0.9.6 |
1260 | 2024-06-12T21:21:05.177Z | Compiling regex v1.10.4 |
1261 | 2024-06-12T21:21:05.254Z | Checking futures-io v0.3.30 |
1262 | 2024-06-12T21:21:05.311Z | Compiling subtle v2.5.0 |
1263 | 2024-06-12T21:21:05.441Z | Compiling untrusted v0.9.0 |
1264 | 2024-06-12T21:21:05.622Z | Compiling spin v0.5.2 |
1265 | 2024-06-12T21:21:05.854Z | Compiling signal-hook v0.3.17 |
1266 | 2024-06-12T21:21:06.129Z | Compiling siphasher v0.3.11 |
1267 | 2024-06-12T21:21:06.515Z | Compiling time v0.3.36 |
1268 | 2024-06-12T21:21:06.515Z | Compiling idna v0.5.0 |
1269 | 2024-06-12T21:21:06.971Z | Checking typenum v1.17.0 |
1270 | 2024-06-12T21:21:08.198Z | Compiling rustls-webpki v0.101.7 |
1271 | 2024-06-12T21:21:08.325Z | Compiling sct v0.7.1 |
1272 | 2024-06-12T21:21:08.644Z | Compiling url v2.5.0 |
1273 | 2024-06-12T21:21:09.551Z | Compiling idna v0.3.0 |
1274 | 2024-06-12T21:21:09.689Z | Compiling serde_derive v1.0.203 |
1275 | 2024-06-12T21:21:10.145Z | Compiling zerocopy-derive v0.7.34 |
1276 | 2024-06-12T21:21:10.508Z | Compiling thiserror-impl v1.0.60 |
1277 | 2024-06-12T21:21:10.847Z | Compiling zeroize_derive v1.4.2 |
1278 | 2024-06-12T21:21:11.541Z | Compiling tokio-macros v2.2.0 |
1279 | 2024-06-12T21:21:12.000Z | Compiling futures-macro v0.3.30 |
1280 | 2024-06-12T21:21:12.456Z | Compiling tracing-attributes v0.1.27 |
1281 | 2024-06-12T21:21:12.499Z | Compiling zerocopy v0.7.34 |
1282 | 2024-06-12T21:21:12.867Z | Compiling schemars_derive v0.8.20 |
1283 | 2024-06-12T21:21:13.542Z | Compiling openssl-macros v0.1.1 |
1284 | 2024-06-12T21:21:13.941Z | Compiling thiserror v1.0.60 |
1285 | 2024-06-12T21:21:14.074Z | Compiling async-trait v0.1.80 |
1286 | 2024-06-12T21:21:14.217Z | Checking zeroize v1.7.0 |
1287 | 2024-06-12T21:21:14.388Z | Compiling scroll_derive v0.12.0 |
1288 | 2024-06-12T21:21:14.494Z | Compiling pest v2.7.10 |
1289 | 2024-06-12T21:21:14.827Z | Compiling hashbrown v0.14.5 |
1290 | 2024-06-12T21:21:16.323Z | Compiling der_derive v0.7.2 |
1291 | 2024-06-12T21:21:16.623Z | Compiling scroll v0.12.0 |
1292 | 2024-06-12T21:21:16.954Z | Compiling pest_meta v2.7.10 |
1293 | 2024-06-12T21:21:17.181Z | Compiling goblin v0.8.2 |
1294 | 2024-06-12T21:21:17.359Z | Compiling futures-util v0.3.30 |
1295 | 2024-06-12T21:21:18.097Z | Compiling tracing v0.1.40 |
1296 | 2024-06-12T21:21:18.559Z | Compiling pest_generator v2.7.10 |
1297 | 2024-06-12T21:21:19.057Z | Compiling clap_derive v4.5.4 |
1298 | 2024-06-12T21:21:20.614Z | Compiling crypto-common v0.1.6 |
1299 | 2024-06-12T21:21:20.843Z | Compiling zerocopy-derive v0.6.6 |
1300 | 2024-06-12T21:21:22.454Z | Compiling pest_derive v2.7.10 |
1301 | 2024-06-12T21:21:22.588Z | Compiling block-buffer v0.10.4 |
1302 | 2024-06-12T21:21:22.857Z | Compiling digest v0.10.7 |
1303 | 2024-06-12T21:21:23.241Z | Compiling dtrace-parser v0.2.0 |
1304 | 2024-06-12T21:21:23.786Z | Checking bytes v1.6.0 |
1305 | 2024-06-12T21:21:24.305Z | Checking bitflags v2.5.0 |
1306 | 2024-06-12T21:21:24.505Z | Compiling ppv-lite86 v0.2.17 |
1307 | 2024-06-12T21:21:24.557Z | Checking tokio v1.37.0 |
1308 | 2024-06-12T21:21:24.610Z | Compiling psl-types v2.0.11 |
1309 | 2024-06-12T21:21:24.801Z | Compiling indexmap v2.2.6 |
1310 | 2024-06-12T21:21:25.467Z | Compiling semver v1.0.23 |
1311 | 2024-06-12T21:21:25.471Z | Compiling serde_tokenstream v0.2.0 |
1312 | 2024-06-12T21:21:25.990Z | Compiling uuid v1.8.0 |
1313 | 2024-06-12T21:21:26.040Z | Compiling chrono v0.4.38 |
1314 | 2024-06-12T21:21:26.169Z | Compiling http v0.2.12 |
1315 | 2024-06-12T21:21:26.240Z | Compiling toml_datetime v0.6.6 |
1316 | 2024-06-12T21:21:26.577Z | Compiling serde_spanned v0.6.6 |
1317 | 2024-06-12T21:21:26.788Z | Compiling rustc_version v0.4.0 |
1318 | 2024-06-12T21:21:27.456Z | Compiling rustix v0.38.34 |
1319 | 2024-06-12T21:21:27.550Z | Compiling openapiv3 v2.0.0 |
1320 | 2024-06-12T21:21:27.815Z | Compiling dof v0.3.0 |
1321 | 2024-06-12T21:21:28.318Z | Compiling toml_edit v0.19.15 |
1322 | 2024-06-12T21:21:30.224Z | Compiling http-body v0.4.6 |
1323 | 2024-06-12T21:21:30.538Z | Compiling openssl v0.10.64 |
1324 | 2024-06-12T21:21:30.656Z | Compiling heapless v0.7.17 |
1325 | 2024-06-12T21:21:31.123Z | Compiling rand_chacha v0.3.1 |
1326 | 2024-06-12T21:21:31.412Z | Compiling crossbeam-epoch v0.9.18 |
1327 | 2024-06-12T21:21:31.773Z | Compiling usdt-attr-macro v0.5.0 |
1328 | 2024-06-12T21:21:31.847Z | Compiling usdt-macro v0.5.0 |
1329 | 2024-06-12T21:21:32.204Z | Compiling publicsuffix v2.2.3 |
1330 | 2024-06-12T21:21:32.687Z | Compiling bit-vec v0.6.3 |
1331 | 2024-06-12T21:21:33.308Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1332 | 2024-06-12T21:21:33.332Z | Compiling unicode-xid v0.2.4 |
1333 | 2024-06-12T21:21:33.496Z | Compiling cookie_store v0.20.0 |
1334 | 2024-06-12T21:21:33.497Z | Compiling rand v0.8.5 |
1335 | 2024-06-12T21:21:33.580Z | Compiling serde_urlencoded v0.7.1 |
1336 | 2024-06-12T21:21:34.098Z | Compiling phf_shared v0.10.0 |
1337 | 2024-06-12T21:21:34.487Z | Compiling tokio-util v0.7.11 |
1338 | 2024-06-12T21:21:34.508Z | Compiling tokio-rustls v0.24.1 |
1339 | 2024-06-12T21:21:34.908Z | Compiling lazy_static v1.4.0 |
1340 | 2024-06-12T21:21:35.034Z | Compiling smoltcp v0.9.1 |
1341 | 2024-06-12T21:21:35.066Z | Compiling gimli v0.28.1 |
1342 | 2024-06-12T21:21:35.490Z | Compiling h2 v0.3.26 |
1343 | 2024-06-12T21:21:35.600Z | Checking fnv v1.0.7 |
1344 | 2024-06-12T21:21:35.727Z | Compiling minimal-lexical v0.2.1 |
1345 | 2024-06-12T21:21:35.768Z | Compiling webpki-roots v0.25.4 |
1346 | 2024-06-12T21:21:35.879Z | Compiling new_debug_unreachable v1.0.6 |
1347 | 2024-06-12T21:21:35.912Z | Compiling base64ct v1.6.0 |
1348 | 2024-06-12T21:21:35.964Z | Compiling fixedbitset v0.4.2 |
1349 | 2024-06-12T21:21:36.225Z | Compiling precomputed-hash v0.1.1 |
1350 | 2024-06-12T21:21:36.343Z | Compiling string_cache v0.8.7 |
1351 | 2024-06-12T21:21:36.825Z | Compiling native-tls v0.2.11 |
1352 | 2024-06-12T21:21:36.829Z | Compiling pem-rfc7468 v0.7.0 |
1353 | 2024-06-12T21:21:36.830Z | Compiling petgraph v0.6.5 |
1354 | 2024-06-12T21:21:36.830Z | Compiling tokio-native-tls v0.3.1 |
1355 | 2024-06-12T21:21:37.055Z | Compiling nom v7.1.3 |
1356 | 2024-06-12T21:21:37.123Z | Compiling bit-set v0.5.3 |
1357 | 2024-06-12T21:21:37.226Z | Compiling hmac v0.12.1 |
1358 | 2024-06-12T21:21:37.383Z | Compiling hubpack_derive v0.1.1 |
1359 | 2024-06-12T21:21:37.488Z | Compiling enum-as-inner v0.5.1 |
1360 | 2024-06-12T21:21:38.340Z | Compiling itertools v0.10.5 |
1361 | 2024-06-12T21:21:38.576Z | Compiling diesel_table_macro_syntax v0.1.0 |
1362 | 2024-06-12T21:21:39.021Z | Compiling object v0.32.2 |
1363 | 2024-06-12T21:21:39.347Z | Compiling addr2line v0.21.0 |
1364 | 2024-06-12T21:21:40.010Z | Compiling rustc-demangle v0.1.24 |
1365 | 2024-06-12T21:21:40.075Z | Compiling flagset v0.4.5 |
1366 | 2024-06-12T21:21:40.296Z | Compiling lalrpop-util v0.19.12 |
1367 | 2024-06-12T21:21:40.501Z | Compiling unicode-segmentation v1.11.0 |
1368 | 2024-06-12T21:21:40.634Z | Compiling toml_edit v0.22.13 |
1369 | 2024-06-12T21:21:40.807Z | Compiling der v0.7.9 |
1370 | 2024-06-12T21:21:40.965Z | Compiling diesel_derives v2.1.4 |
1371 | 2024-06-12T21:21:41.332Z | Compiling futures-executor v0.3.30 |
1372 | 2024-06-12T21:21:41.739Z | Compiling itertools v0.12.1 |
1373 | 2024-06-12T21:21:41.931Z | Compiling finl_unicode v1.2.0 |
1374 | 2024-06-12T21:21:42.053Z | Compiling sha2 v0.10.8 |
1375 | 2024-06-12T21:21:42.493Z | Compiling hyper v0.14.28 |
1376 | 2024-06-12T21:21:44.288Z | Compiling spki v0.7.3 |
1377 | 2024-06-12T21:21:44.667Z | Compiling stringprep v0.1.4 |
1378 | 2024-06-12T21:21:44.874Z | Compiling futures v0.3.30 |
1379 | 2024-06-12T21:21:44.995Z | Compiling toml v0.7.8 |
1380 | 2024-06-12T21:21:45.568Z | Compiling hex v0.4.3 |
1381 | 2024-06-12T21:21:46.179Z | Compiling md-5 v0.10.6 |
1382 | 2024-06-12T21:21:46.209Z | Compiling serde_repr v0.1.19 |
1383 | 2024-06-12T21:21:46.338Z | Compiling strum_macros v0.25.3 |
1384 | 2024-06-12T21:21:47.268Z | Compiling num-integer v0.1.46 |
1385 | 2024-06-12T21:21:47.398Z | Compiling hash32 v0.2.1 |
1386 | 2024-06-12T21:21:47.709Z | Compiling fs-err v2.11.0 |
1387 | 2024-06-12T21:21:47.765Z | Compiling stable_deref_trait v1.2.0 |
1388 | 2024-06-12T21:21:47.873Z | Checking tinyvec_macros v0.1.1 |
1389 | 2024-06-12T21:21:47.960Z | Compiling fallible-iterator v0.2.0 |
1390 | 2024-06-12T21:21:48.060Z | Checking tinyvec v1.6.0 |
1391 | 2024-06-12T21:21:48.694Z | Compiling postgres-protocol v0.6.6 |
1392 | 2024-06-12T21:21:49.306Z | Compiling pkcs8 v0.10.2 |
1393 | 2024-06-12T21:21:49.376Z | Compiling hyper-tls v0.5.0 |
1394 | 2024-06-12T21:21:49.415Z | Compiling hyper-rustls v0.24.2 |
1395 | 2024-06-12T21:21:49.602Z | Compiling terminal_size v0.3.0 |
1396 | 2024-06-12T21:21:49.736Z | Compiling reqwest v0.11.27 |
1397 | 2024-06-12T21:21:49.806Z | Compiling block-padding v0.3.3 |
1398 | 2024-06-12T21:21:49.857Z | Compiling phf_shared v0.11.2 |
1399 | 2024-06-12T21:21:50.049Z | Compiling ff v0.13.0 |
1400 | 2024-06-12T21:21:50.069Z | Compiling scheduled-thread-pool v0.2.7 |
1401 | 2024-06-12T21:21:50.233Z | Compiling peg-runtime v0.8.3 |
1402 | 2024-06-12T21:21:50.283Z | Compiling base16ct v0.2.0 |
1403 | 2024-06-12T21:21:50.620Z | Compiling managed v0.8.0 |
1404 | 2024-06-12T21:21:50.773Z | Checking equivalent v1.0.1 |
1405 | 2024-06-12T21:21:50.900Z | Compiling matches v0.1.10 |
1406 | 2024-06-12T21:21:50.980Z | Compiling bitflags v1.3.2 |
1407 | 2024-06-12T21:21:50.997Z | Compiling idna v0.2.3 |
1408 | 2024-06-12T21:21:51.072Z | Compiling clap_builder v4.5.2 |
1409 | 2024-06-12T21:21:52.299Z | Compiling sec1 v0.7.3 |
1410 | 2024-06-12T21:21:52.576Z | Compiling signal-hook-mio v0.2.3 |
1411 | 2024-06-12T21:21:52.599Z | Compiling r2d2 v0.8.10 |
1412 | 2024-06-12T21:21:52.744Z | Compiling group v0.13.0 |
1413 | 2024-06-12T21:21:52.772Z | Compiling phf v0.11.2 |
1414 | 2024-06-12T21:21:52.860Z | Compiling inout v0.1.3 |
1415 | 2024-06-12T21:21:52.952Z | Compiling postgres-types v0.2.6 |
1416 | 2024-06-12T21:21:53.066Z | Compiling num-bigint v0.4.5 |
1417 | 2024-06-12T21:21:53.070Z | Compiling hubpack v0.1.2 |
1418 | 2024-06-12T21:21:53.172Z | Compiling hkdf v0.12.4 |
1419 | 2024-06-12T21:21:53.434Z | Compiling ipnetwork v0.20.0 |
1420 | 2024-06-12T21:21:53.526Z | Compiling zerocopy v0.6.6 |
1421 | 2024-06-12T21:21:53.554Z | Compiling crypto-bigint v0.5.5 |
1422 | 2024-06-12T21:21:54.365Z | Compiling float-cmp v0.9.0 |
1423 | 2024-06-12T21:21:54.401Z | Compiling memmap v0.7.0 |
1424 | 2024-06-12T21:21:54.551Z | Compiling static_assertions v1.1.0 |
1425 | 2024-06-12T21:21:54.593Z | Compiling normalize-line-endings v0.3.0 |
1426 | 2024-06-12T21:21:54.662Z | Compiling whoami v1.5.1 |
1427 | 2024-06-12T21:21:54.728Z | Compiling predicates-core v1.0.6 |
1428 | 2024-06-12T21:21:54.772Z | Compiling data-encoding v2.6.0 |
1429 | 2024-06-12T21:21:55.109Z | Compiling difflib v0.4.0 |
1430 | 2024-06-12T21:21:55.392Z | Compiling tokio-postgres v0.7.10 |
1431 | 2024-06-12T21:21:56.823Z | Compiling elliptic-curve v0.13.8 |
1432 | 2024-06-12T21:21:57.207Z | Compiling diesel v2.1.6 |
1433 | 2024-06-12T21:21:57.333Z | Compiling yasna v0.5.2 |
1434 | 2024-06-12T21:21:57.632Z | Compiling predicates v3.1.0 |
1435 | 2024-06-12T21:21:59.255Z | Compiling trust-dns-proto v0.22.0 |
1436 | 2024-06-12T21:21:59.477Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1437 | 2024-06-12T21:21:59.652Z | Compiling clap v4.5.4 |
1438 | 2024-06-12T21:21:59.779Z | Compiling usdt v0.5.0 |
1439 | 2024-06-12T21:22:00.301Z | Compiling cipher v0.4.4 |
1440 | 2024-06-12T21:22:00.550Z | Compiling crossterm v0.27.0 |
1441 | 2024-06-12T21:22:01.696Z | Compiling num-iter v0.1.45 |
1442 | 2024-06-12T21:22:01.733Z | Compiling similar v2.5.0 |
1443 | 2024-06-12T21:22:01.883Z | Compiling console v0.15.8 |
1444 | 2024-06-12T21:22:03.426Z | Compiling tokio-stream v0.1.15 |
1445 | 2024-06-12T21:22:04.012Z | Compiling bstr v1.9.1 |
1446 | 2024-06-12T21:22:04.637Z | Checking tracing-core v0.1.32 |
1447 | 2024-06-12T21:22:05.835Z | Checking percent-encoding v2.3.1 |
1448 | 2024-06-12T21:22:06.039Z | Checking form_urlencoded v1.2.1 |
1449 | 2024-06-12T21:22:06.225Z | Checking unicode-ident v1.0.12 |
1450 | 2024-06-12T21:22:06.382Z | Checking httparse v1.8.0 |
1451 | 2024-06-12T21:22:06.515Z | Checking powerfmt v0.2.0 |
1452 | 2024-06-12T21:22:06.791Z | Checking deranged v0.3.11 |
1453 | 2024-06-12T21:22:06.795Z | Checking errno v0.3.9 |
1454 | 2024-06-12T21:22:07.135Z | Checking num-conv v0.1.0 |
1455 | 2024-06-12T21:22:07.316Z | Checking time-core v0.1.2 |
1456 | 2024-06-12T21:22:07.380Z | Checking num_threads v0.1.7 |
1457 | 2024-06-12T21:22:07.502Z | Checking proc-macro2 v1.0.82 |
1458 | 2024-06-12T21:22:08.146Z | Checking cpufeatures v0.2.12 |
1459 | 2024-06-12T21:22:08.206Z | Checking quote v1.0.36 |
1460 | 2024-06-12T21:22:08.245Z | Checking adler v1.0.2 |
1461 | 2024-06-12T21:22:08.401Z | Checking try-lock v0.2.5 |
1462 | 2024-06-12T21:22:08.533Z | Checking base64 v0.21.7 |
1463 | 2024-06-12T21:22:08.986Z | Checking want v0.3.1 |
1464 | 2024-06-12T21:22:09.174Z | Checking miniz_oxide v0.7.2 |
1465 | 2024-06-12T21:22:09.426Z | Checking tower-service v0.3.2 |
1466 | 2024-06-12T21:22:09.677Z | Checking httpdate v1.0.3 |
1467 | 2024-06-12T21:22:09.947Z | Checking foreign-types-shared v0.1.1 |
1468 | 2024-06-12T21:22:10.054Z | Checking openssl-probe v0.1.5 |
1469 | 2024-06-12T21:22:10.157Z | Checking foreign-types v0.3.2 |
1470 | 2024-06-12T21:22:10.190Z | Checking openssl-sys v0.9.102 |
1471 | 2024-06-12T21:22:10.248Z | Checking mime v0.3.17 |
1472 | 2024-06-12T21:22:11.001Z | Checking ipnet v2.9.0 |
1473 | 2024-06-12T21:22:11.839Z | Checking utf8parse v0.2.1 |
1474 | 2024-06-12T21:22:14.775Z | Checking encoding_rs v0.8.34 |
1475 | 2024-06-12T21:22:15.239Z | Checking anstyle v1.0.7 |
1476 | 2024-06-12T21:22:15.597Z | Checking rustls-pemfile v1.0.4 |
1477 | 2024-06-12T21:22:16.811Z | Checking sync_wrapper v0.1.2 |
1478 | 2024-06-12T21:22:17.315Z | Checking anstyle-parse v0.2.4 |
1479 | 2024-06-12T21:22:17.458Z | Checking anstyle-query v1.0.3 |
1480 | 2024-06-12T21:22:17.581Z | Checking colorchoice v1.0.1 |
1481 | 2024-06-12T21:22:17.680Z | Checking is_terminal_polyfill v1.70.0 |
1482 | 2024-06-12T21:22:17.796Z | Checking anstream v0.6.14 |
1483 | 2024-06-12T21:22:18.305Z | Checking strsim v0.11.1 |
1484 | 2024-06-12T21:22:18.380Z | Checking clap_lex v0.7.0 |
1485 | 2024-06-12T21:22:19.678Z | Checking crc32fast v1.4.0 |
1486 | 2024-06-12T21:22:21.635Z | Checking flate2 v1.0.30 |
1487 | 2024-06-12T21:22:21.951Z | Checking winnow v0.6.8 |
1488 | 2024-06-12T21:22:30.383Z | Compiling regress v0.9.1 |
1489 | 2024-06-12T21:22:30.837Z | Compiling getopts v0.2.21 |
1490 | 2024-06-12T21:22:30.960Z | Compiling unsafe-libyaml v0.2.11 |
1491 | 2024-06-12T21:22:31.132Z | Checking heck v0.5.0 |
1492 | 2024-06-12T21:22:31.871Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1493 | 2024-06-12T21:22:32.202Z | Compiling serde_yaml v0.9.34+deprecated |
1494 | 2024-06-12T21:22:32.614Z | Checking camino v1.1.7 |
1495 | 2024-06-12T21:22:32.874Z | Checking is-terminal v0.4.12 |
1496 | 2024-06-12T21:22:32.997Z | Checking base64 v0.22.1 |
1497 | 2024-06-12T21:22:33.172Z | Checking sha1 v0.10.6 |
1498 | 2024-06-12T21:22:33.276Z | Checking http v1.1.0 |
1499 | 2024-06-12T21:22:33.456Z | Compiling ident_case v1.0.1 |
1500 | 2024-06-12T21:22:33.470Z | Compiling paste v1.0.15 |
1501 | 2024-06-12T21:22:33.629Z | Compiling darling_core v0.20.9 |
1502 | 2024-06-12T21:22:34.002Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1503 | 2024-06-12T21:22:34.431Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1504 | 2024-06-12T21:22:34.754Z | Compiling strum_macros v0.26.2 |
1505 | 2024-06-12T21:22:34.860Z | Checking rustls-pki-types v1.7.0 |
1506 | 2024-06-12T21:22:35.276Z | Checking fastrand v2.1.0 |
1507 | 2024-06-12T21:22:35.580Z | Checking match_cfg v0.1.0 |
1508 | 2024-06-12T21:22:35.600Z | Checking tempfile v3.10.1 |
1509 | 2024-06-12T21:22:35.681Z | Checking hostname v0.3.1 |
1510 | 2024-06-12T21:22:35.933Z | Checking dirs-sys-next v0.1.2 |
1511 | 2024-06-12T21:22:36.113Z | Checking quick-error v1.2.3 |
1512 | 2024-06-12T21:22:36.254Z | Checking dirs-next v2.0.0 |
1513 | 2024-06-12T21:22:36.419Z | Checking crossbeam-channel v0.5.12 |
1514 | 2024-06-12T21:22:36.618Z | Checking thread_local v1.1.8 |
1515 | 2024-06-12T21:22:36.907Z | Compiling rustls v0.22.4 |
1516 | 2024-06-12T21:22:36.943Z | Checking term v0.7.0 |
1517 | 2024-06-12T21:22:37.038Z | Checking rustls-webpki v0.102.4 |
1518 | 2024-06-12T21:22:37.146Z | Checking instant v0.1.12 |
1519 | 2024-06-12T21:22:37.249Z | Checking take_mut v0.2.2 |
1520 | 2024-06-12T21:22:37.269Z | Checking rustls-pemfile v2.1.2 |
1521 | 2024-06-12T21:22:37.357Z | Checking slog-term v2.9.1 |
1522 | 2024-06-12T21:22:37.402Z | Checking slog-async v2.8.0 |
1523 | 2024-06-12T21:22:37.500Z | Compiling multer v3.1.0 |
1524 | 2024-06-12T21:22:37.687Z | Checking debug-ignore v1.0.5 |
1525 | 2024-06-12T21:22:37.831Z | Checking toml v0.8.13 |
1526 | 2024-06-12T21:22:37.846Z | Checking slog-json v2.6.1 |
1527 | 2024-06-12T21:22:37.871Z | Compiling async-stream-impl v0.3.5 |
1528 | 2024-06-12T21:22:38.143Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1529 | 2024-06-12T21:22:38.439Z | Checking atomic-waker v1.1.2 |
1530 | 2024-06-12T21:22:38.581Z | Checking waitgroup v0.1.2 |
1531 | 2024-06-12T21:22:38.682Z | Checking slog-bunyan v2.5.0 |
1532 | 2024-06-12T21:22:38.838Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1533 | 2024-06-12T21:22:39.137Z | Checking serde_path_to_error v0.1.16 |
1534 | 2024-06-12T21:22:39.321Z | Checking async-stream v0.3.5 |
1535 | 2024-06-12T21:22:39.525Z | Checking hostname v0.4.0 |
1536 | 2024-06-12T21:22:39.670Z | Checking newtype-uuid v1.1.0 |
1537 | 2024-06-12T21:22:39.748Z | Checking wait-timeout v0.2.0 |
1538 | 2024-06-12T21:22:39.921Z | Compiling structmeta-derive v0.3.0 |
1539 | 2024-06-12T21:22:39.942Z | Checking rusty-fork v0.3.0 |
1540 | 2024-06-12T21:22:40.204Z | Checking strum v0.26.2 |
1541 | 2024-06-12T21:22:40.257Z | Compiling structmeta-derive v0.2.0 |
1542 | 2024-06-12T21:22:40.361Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1543 | 2024-06-12T21:22:41.135Z | Checking rand_xorshift v0.3.0 |
1544 | 2024-06-12T21:22:41.138Z | Checking unarray v0.1.4 |
1545 | 2024-06-12T21:22:41.211Z | Compiling darling_macro v0.20.9 |
1546 | 2024-06-12T21:22:41.300Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1547 | 2024-06-12T21:22:41.303Z | Checking proptest v1.4.0 |
1548 | 2024-06-12T21:22:41.396Z | Checking tokio-rustls v0.25.0 |
1549 | 2024-06-12T21:22:41.600Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1550 | 2024-06-12T21:22:41.746Z | Checking backoff v0.4.0 |
1551 | 2024-06-12T21:22:42.024Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1552 | 2024-06-12T21:22:42.254Z | Compiling darling v0.20.9 |
1553 | 2024-06-12T21:22:42.292Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1554 | 2024-06-12T21:22:42.368Z | Compiling serde_with_macros v3.8.1 |
1555 | 2024-06-12T21:22:43.051Z | Compiling structmeta v0.3.0 |
1556 | 2024-06-12T21:22:43.093Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1557 | 2024-06-12T21:22:43.255Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1558 | 2024-06-12T21:22:43.366Z | Compiling structmeta v0.2.0 |
1559 | 2024-06-12T21:22:43.512Z | Compiling parse-display-derive v0.9.0 |
1560 | 2024-06-12T21:22:43.615Z | Checking macaddr v1.0.1 |
1561 | 2024-06-12T21:22:43.842Z | Compiling test-strategy v0.3.1 |
1562 | 2024-06-12T21:22:43.968Z | Compiling proc-macro-error-attr v1.0.4 |
1563 | 2024-06-12T21:22:44.302Z | Compiling proc-macro-error v1.0.4 |
1564 | 2024-06-12T21:22:45.463Z | Checking camino-tempfile v1.1.1 |
1565 | 2024-06-12T21:22:45.614Z | Checking serde_with v3.8.1 |
1566 | 2024-06-12T21:22:45.741Z | Compiling proc-macro-crate v1.3.1 |
1567 | 2024-06-12T21:22:45.846Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1568 | 2024-06-12T21:22:46.302Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1569 | 2024-06-12T21:22:46.324Z | Compiling foreign-types-macros v0.2.3 |
1570 | 2024-06-12T21:22:46.514Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1571 | 2024-06-12T21:22:46.783Z | Checking foreign-types-shared v0.3.1 |
1572 | 2024-06-12T21:22:46.852Z | Compiling num_enum_derive v0.5.11 |
1573 | 2024-06-12T21:22:47.258Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1574 | 2024-06-12T21:22:47.620Z | Checking foreign-types v0.5.0 |
1575 | 2024-06-12T21:22:47.743Z | Checking cstr-argument v0.1.2 |
1576 | 2024-06-12T21:22:47.913Z | Checking pretty-hex v0.2.1 |
1577 | 2024-06-12T21:22:47.940Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1578 | 2024-06-12T21:22:48.086Z | Checking tabwriter v1.4.0 |
1579 | 2024-06-12T21:22:48.292Z | Checking colored v2.1.0 |
1580 | 2024-06-12T21:22:48.320Z | Checking socket2 v0.4.10 |
1581 | 2024-06-12T21:22:48.341Z | Checking smf v0.2.3 |
1582 | 2024-06-12T21:22:48.537Z | Checking parse-display v0.9.0 |
1583 | 2024-06-12T21:22:48.584Z | Checking humantime v2.1.0 |
1584 | 2024-06-12T21:22:48.715Z | Checking termcolor v1.4.1 |
1585 | 2024-06-12T21:22:48.746Z | Checking arc-swap v1.7.1 |
1586 | 2024-06-12T21:22:48.830Z | Checking newline-converter v0.3.0 |
1587 | 2024-06-12T21:22:48.884Z | Checking same-file v1.0.6 |
1588 | 2024-06-12T21:22:49.001Z | Checking expectorate v1.1.0 |
1589 | 2024-06-12T21:22:49.041Z | Checking walkdir v2.5.0 |
1590 | 2024-06-12T21:22:49.065Z | Checking xattr v1.3.1 |
1591 | 2024-06-12T21:22:49.127Z | Checking filetime v0.2.23 |
1592 | 2024-06-12T21:22:49.143Z | Checking utf-8 v0.7.6 |
1593 | 2024-06-12T21:22:49.159Z | Checking slog-scope v4.4.0 |
1594 | 2024-06-12T21:22:49.244Z | Checking termtree v0.4.1 |
1595 | 2024-06-12T21:22:49.306Z | Compiling heapless v0.8.0 |
1596 | 2024-06-12T21:22:49.763Z | Checking tungstenite v0.20.1 |
1597 | 2024-06-12T21:22:49.763Z | Checking slog-stdlog v4.1.1 |
1598 | 2024-06-12T21:22:49.763Z | Checking tar v0.4.40 |
1599 | 2024-06-12T21:22:49.763Z | Checking predicates-tree v1.0.9 |
1600 | 2024-06-12T21:22:49.763Z | Checking slog-envlogger v2.2.0 |
1601 | 2024-06-12T21:22:49.763Z | Checking num_enum v0.5.11 |
1602 | 2024-06-12T21:22:49.763Z | Checking hash32 v0.3.1 |
1603 | 2024-06-12T21:22:49.763Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1604 | 2024-06-12T21:22:49.764Z | Compiling smoltcp v0.11.0 |
1605 | 2024-06-12T21:22:49.773Z | Checking cobs v0.2.3 |
1606 | 2024-06-12T21:22:49.955Z | Compiling crucible-workspace-hack v0.1.0 |
1607 | 2024-06-12T21:22:49.986Z | Checking embedded-io v0.4.0 |
1608 | 2024-06-12T21:22:50.073Z | Checking sigpipe v0.1.3 |
1609 | 2024-06-12T21:22:50.127Z | Checking tokio-tungstenite v0.20.1 |
1610 | 2024-06-12T21:22:50.171Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1611 | 2024-06-12T21:22:50.182Z | Checking postcard v1.0.8 |
1612 | 2024-06-12T21:22:50.240Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1613 | 2024-06-12T21:22:50.494Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1614 | 2024-06-12T21:22:50.509Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1615 | 2024-06-12T21:22:50.534Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1616 | 2024-06-12T21:22:50.586Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1617 | 2024-06-12T21:22:50.757Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1618 | 2024-06-12T21:22:50.856Z | Checking pem v3.0.4 |
1619 | 2024-06-12T21:22:51.100Z | Compiling mockall_derive v0.12.1 |
1620 | 2024-06-12T21:22:51.105Z | Compiling num-derive v0.4.2 |
1621 | 2024-06-12T21:22:51.407Z | Checking atty v0.2.14 |
1622 | 2024-06-12T21:22:51.527Z | Checking fragile v2.0.0 |
1623 | 2024-06-12T21:22:51.788Z | Checking downcast v0.11.0 |
1624 | 2024-06-12T21:22:51.977Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1625 | 2024-06-12T21:22:52.144Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1626 | 2024-06-12T21:22:52.252Z | Compiling derive-where v1.2.7 |
1627 | 2024-06-12T21:22:52.466Z | Checking env_logger v0.9.3 |
1628 | 2024-06-12T21:22:52.872Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1629 | 2024-06-12T21:22:52.913Z | Compiling bitstruct_derive v0.1.0 |
1630 | 2024-06-12T21:22:53.679Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1631 | 2024-06-12T21:22:53.702Z | Checking ascii v1.1.0 |
1632 | 2024-06-12T21:22:53.748Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1633 | 2024-06-12T21:22:53.820Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1634 | 2024-06-12T21:22:53.878Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1635 | 2024-06-12T21:22:53.960Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1636 | 2024-06-12T21:22:54.170Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1637 | 2024-06-12T21:22:54.689Z | Checking bitstruct v0.1.1 |
1638 | 2024-06-12T21:22:54.692Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1639 | 2024-06-12T21:22:54.692Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1640 | 2024-06-12T21:22:54.692Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1641 | 2024-06-12T21:22:54.692Z | Checking serde_arrays v0.1.0 |
1642 | 2024-06-12T21:22:54.692Z | Checking erased-serde v0.3.31 |
1643 | 2024-06-12T21:22:54.811Z | Compiling heck v0.3.3 |
1644 | 2024-06-12T21:22:54.840Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1645 | 2024-06-12T21:22:55.134Z | Checking tungstenite v0.21.0 |
1646 | 2024-06-12T21:22:55.231Z | Compiling zone_cfg_derive v0.1.2 |
1647 | 2024-06-12T21:22:55.372Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1648 | 2024-06-12T21:22:55.711Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1649 | 2024-06-12T21:22:55.965Z | Checking headers-core v0.2.0 |
1650 | 2024-06-12T21:22:55.993Z | Checking base64 v0.13.1 |
1651 | 2024-06-12T21:22:56.112Z | Checking headers v0.3.9 |
1652 | 2024-06-12T21:22:56.395Z | Checking ron v0.7.1 |
1653 | 2024-06-12T21:22:56.766Z | Checking zone v0.1.8 |
1654 | 2024-06-12T21:22:56.992Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1655 | 2024-06-12T21:22:57.227Z | Checking tokio-tungstenite v0.21.0 |
1656 | 2024-06-12T21:22:57.425Z | Checking portpicker v0.1.1 |
1657 | 2024-06-12T21:22:57.458Z | Checking rcgen v0.12.1 |
1658 | 2024-06-12T21:22:57.584Z | Checking atomicwrites v0.4.3 |
1659 | 2024-06-12T21:22:57.693Z | Checking subprocess v0.2.9 |
1660 | 2024-06-12T21:22:57.743Z | Compiling convert_case v0.4.0 |
1661 | 2024-06-12T21:22:58.136Z | Checking password-hash v0.5.0 |
1662 | 2024-06-12T21:22:58.311Z | Checking blake2 v0.10.6 |
1663 | 2024-06-12T21:22:58.470Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1664 | 2024-06-12T21:22:58.611Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1665 | 2024-06-12T21:22:58.746Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1666 | 2024-06-12T21:22:58.778Z | Checking argon2 v0.5.3 |
1667 | 2024-06-12T21:22:58.812Z | Compiling derive_more v0.99.17 |
1668 | 2024-06-12T21:22:58.982Z | Checking linked-hash-map v0.5.6 |
1669 | 2024-06-12T21:22:59.038Z | Checking swrite v0.1.0 |
1670 | 2024-06-12T21:22:59.154Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1671 | 2024-06-12T21:22:59.289Z | Checking lru-cache v0.1.2 |
1672 | 2024-06-12T21:22:59.428Z | Checking mockall v0.12.1 |
1673 | 2024-06-12T21:22:59.458Z | Compiling rayon-core v1.12.1 |
1674 | 2024-06-12T21:22:59.486Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1675 | 2024-06-12T21:22:59.527Z | Checking resolv-conf v0.7.0 |
1676 | 2024-06-12T21:22:59.663Z | Checking half v2.4.1 |
1677 | 2024-06-12T21:22:59.744Z | Checking ciborium-io v0.2.2 |
1678 | 2024-06-12T21:22:59.809Z | Compiling cancel-safe-futures v0.1.5 |
1679 | 2024-06-12T21:22:59.865Z | Compiling semver v0.1.20 |
1680 | 2024-06-12T21:22:59.881Z | Checking trust-dns-resolver v0.22.0 |
1681 | 2024-06-12T21:23:00.121Z | Checking ciborium-ll v0.2.2 |
1682 | 2024-06-12T21:23:00.403Z | Checking ciborium v0.2.2 |
1683 | 2024-06-12T21:23:00.490Z | Compiling rustc_version v0.1.7 |
1684 | 2024-06-12T21:23:00.538Z | Compiling slog-dtrace v0.3.0 |
1685 | 2024-06-12T21:23:00.609Z | Checking libsw v3.3.1 |
1686 | 2024-06-12T21:23:00.875Z | Checking linear-map v1.2.0 |
1687 | 2024-06-12T21:23:00.984Z | Compiling newtype_derive v0.1.6 |
1688 | 2024-06-12T21:23:01.214Z | Checking owo-colors v4.0.0 |
1689 | 2024-06-12T21:23:01.277Z | Compiling radium v0.7.0 |
1690 | 2024-06-12T21:23:01.308Z | Checking num-rational v0.4.2 |
1691 | 2024-06-12T21:23:01.369Z | Checking num-complex v0.4.6 |
1692 | 2024-06-12T21:23:01.440Z | Checking steno v0.4.0 |
1693 | 2024-06-12T21:23:01.734Z | Checking nibble_vec v0.1.0 |
1694 | 2024-06-12T21:23:01.920Z | Compiling maybe-uninit v2.0.0 |
1695 | 2024-06-12T21:23:01.988Z | Checking endian-type v0.1.2 |
1696 | 2024-06-12T21:23:02.194Z | Checking tap v1.0.1 |
1697 | 2024-06-12T21:23:02.226Z | Checking num v0.4.3 |
1698 | 2024-06-12T21:23:02.336Z | Checking radix_trie v0.2.1 |
1699 | 2024-06-12T21:23:02.363Z | Checking wyz v0.5.1 |
1700 | 2024-06-12T21:23:02.745Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1701 | 2024-06-12T21:23:02.765Z | Checking fxhash v0.2.1 |
1702 | 2024-06-12T21:23:02.912Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1703 | 2024-06-12T21:23:02.940Z | Compiling num-bigint-dig v0.8.4 |
1704 | 2024-06-12T21:23:03.082Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1705 | 2024-06-12T21:23:03.241Z | Checking display-error-chain v0.2.0 |
1706 | 2024-06-12T21:23:03.393Z | Checking crc-catalog v2.4.0 |
1707 | 2024-06-12T21:23:03.411Z | Compiling packed_struct v0.10.1 |
1708 | 2024-06-12T21:23:03.536Z | Checking funty v2.0.0 |
1709 | 2024-06-12T21:23:03.729Z | Checking crc v3.2.1 |
1710 | 2024-06-12T21:23:04.143Z | Compiling packed_struct_codegen v0.10.1 |
1711 | 2024-06-12T21:23:04.175Z | Compiling indexmap v1.9.3 |
1712 | 2024-06-12T21:23:04.454Z | Compiling home v0.5.9 |
1713 | 2024-06-12T21:23:04.486Z | Checking bitvec v1.0.1 |
1714 | 2024-06-12T21:23:04.513Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1715 | 2024-06-12T21:23:04.654Z | Checking nodrop v0.1.14 |
1716 | 2024-06-12T21:23:04.769Z | Checking array-init v0.0.4 |
1717 | 2024-06-12T21:23:04.806Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1718 | 2024-06-12T21:23:04.879Z | Checking smallvec v0.6.14 |
1719 | 2024-06-12T21:23:05.287Z | Checking pkcs1 v0.7.5 |
1720 | 2024-06-12T21:23:05.690Z | Checking signature v2.2.0 |
1721 | 2024-06-12T21:23:05.768Z | Checking bitfield v0.14.0 |
1722 | 2024-06-12T21:23:05.891Z | Checking hashbrown v0.12.3 |
1723 | 2024-06-12T21:23:06.043Z | Checking serde-hex v0.1.0 |
1724 | 2024-06-12T21:23:07.112Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1725 | 2024-06-12T21:23:07.129Z | Checking bzip2 v0.4.4 |
1726 | 2024-06-12T21:23:07.274Z | Checking rsa v0.9.6 |
1727 | 2024-06-12T21:23:07.414Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1728 | 2024-06-12T21:23:07.453Z | Checking env_logger v0.10.2 |
1729 | 2024-06-12T21:23:07.508Z | Checking x509-cert v0.2.5 |
1730 | 2024-06-12T21:23:07.632Z | Checking ron v0.8.1 |
1731 | 2024-06-12T21:23:07.645Z | Checking hashbrown v0.13.2 |
1732 | 2024-06-12T21:23:07.855Z | Checking crc-any v2.5.0 |
1733 | 2024-06-12T21:23:08.206Z | Checking zip v0.6.6 |
1734 | 2024-06-12T21:23:08.294Z | Checking path-slash v0.1.5 |
1735 | 2024-06-12T21:23:08.443Z | Compiling async-recursion v1.1.1 |
1736 | 2024-06-12T21:23:08.672Z | Checking object v0.30.4 |
1737 | 2024-06-12T21:23:08.897Z | Checking maplit v1.0.2 |
1738 | 2024-06-12T21:23:08.916Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1739 | 2024-06-12T21:23:09.005Z | Compiling ring v0.16.20 |
1740 | 2024-06-12T21:23:09.166Z | Compiling blake3 v1.5.1 |
1741 | 2024-06-12T21:23:09.174Z | Compiling buf-list v1.0.3 |
1742 | 2024-06-12T21:23:09.966Z | Checking gethostname v0.4.3 |
1743 | 2024-06-12T21:23:10.110Z | Compiling libefi-sys v0.1.0 |
1744 | 2024-06-12T21:23:10.153Z | Compiling parking_lot_core v0.8.6 |
1745 | 2024-06-12T21:23:10.176Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1746 | 2024-06-12T21:23:10.190Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1747 | 2024-06-12T21:23:10.498Z | Compiling crossbeam-deque v0.8.5 |
1748 | 2024-06-12T21:23:10.689Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1749 | 2024-06-12T21:23:10.803Z | Checking keccak v0.1.5 |
1750 | 2024-06-12T21:23:10.896Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1751 | 2024-06-12T21:23:10.971Z | Checking parking_lot v0.11.2 |
1752 | 2024-06-12T21:23:11.131Z | Checking sha3 v0.10.8 |
1753 | 2024-06-12T21:23:11.366Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1754 | 2024-06-12T21:23:11.548Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1755 | 2024-06-12T21:23:11.898Z | Checking trust-dns-client v0.22.0 |
1756 | 2024-06-12T21:23:12.044Z | Checking toml v0.5.11 |
1757 | 2024-06-12T21:23:12.201Z | Checking secrecy v0.8.0 |
1758 | 2024-06-12T21:23:12.419Z | Compiling pin-project-internal v1.1.5 |
1759 | 2024-06-12T21:23:12.578Z | Compiling rayon v1.10.0 |
1760 | 2024-06-12T21:23:13.197Z | Checking sled v0.34.7 |
1761 | 2024-06-12T21:23:13.539Z | Checking trust-dns-server v0.22.1 |
1762 | 2024-06-12T21:23:15.099Z | Compiling memmap2 v0.9.4 |
1763 | 2024-06-12T21:23:15.115Z | Compiling arrayvec v0.7.4 |
1764 | 2024-06-12T21:23:15.163Z | Compiling constant_time_eq v0.3.0 |
1765 | 2024-06-12T21:23:15.268Z | Compiling untrusted v0.7.1 |
1766 | 2024-06-12T21:23:15.340Z | Compiling arrayref v0.3.7 |
1767 | 2024-06-12T21:23:15.440Z | Compiling glob v0.3.1 |
1768 | 2024-06-12T21:23:15.757Z | Checking pin-project v1.1.5 |
1769 | 2024-06-12T21:23:16.082Z | Compiling toolchain_find v0.4.0 |
1770 | 2024-06-12T21:23:16.769Z | Compiling vte_generate_state_changes v0.1.1 |
1771 | 2024-06-12T21:23:17.265Z | Compiling topological-sort v0.2.2 |
1772 | 2024-06-12T21:23:17.435Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1773 | 2024-06-12T21:23:17.485Z | Checking vte v0.11.1 |
1774 | 2024-06-12T21:23:17.740Z | Compiling omicron-zone-package v0.11.0 |
1775 | 2024-06-12T21:23:17.976Z | Compiling rustfmt-wrapper v0.2.1 |
1776 | 2024-06-12T21:23:18.340Z | Checking fd-lock v4.0.2 |
1777 | 2024-06-12T21:23:18.537Z | Compiling prettyplease v0.2.20 |
1778 | 2024-06-12T21:23:18.792Z | Checking nu-ansi-term v0.50.0 |
1779 | 2024-06-12T21:23:18.844Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1780 | 2024-06-12T21:23:18.875Z | Checking strip-ansi-escapes v0.2.0 |
1781 | 2024-06-12T21:23:18.941Z | Compiling crunchy v0.2.2 |
1782 | 2024-06-12T21:23:19.013Z | Compiling clang-sys v1.7.0 |
1783 | 2024-06-12T21:23:19.156Z | Checking reedline v0.31.0 |
1784 | 2024-06-12T21:23:19.325Z | Compiling snafu-derive v0.8.2 |
1785 | 2024-06-12T21:23:19.451Z | Compiling tiny-keccak v2.0.2 |
1786 | 2024-06-12T21:23:19.779Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1787 | 2024-06-12T21:23:19.838Z | Checking globset v0.4.14 |
1788 | 2024-06-12T21:23:20.042Z | Checking olpc-cjson v0.1.3 |
1789 | 2024-06-12T21:23:20.159Z | Checking serde_plain v1.0.2 |
1790 | 2024-06-12T21:23:20.252Z | Compiling memoffset v0.9.1 |
1791 | 2024-06-12T21:23:20.289Z | Compiling platforms v3.4.0 |
1792 | 2024-06-12T21:23:20.385Z | Compiling ref-cast v1.0.23 |
1793 | 2024-06-12T21:23:20.538Z | Checking typed-path v0.7.1 |
1794 | 2024-06-12T21:23:20.937Z | Compiling curve25519-dalek v4.1.2 |
1795 | 2024-06-12T21:23:21.872Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1796 | 2024-06-12T21:23:21.893Z | Compiling ascii-canvas v3.0.0 |
1797 | 2024-06-12T21:23:22.213Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1798 | 2024-06-12T21:23:22.449Z | Compiling ref-cast-impl v1.0.23 |
1799 | 2024-06-12T21:23:22.474Z | Compiling ena v0.14.3 |
1800 | 2024-06-12T21:23:22.483Z | Compiling unicase v2.7.0 |
1801 | 2024-06-12T21:23:23.182Z | Compiling libloading v0.8.3 |
1802 | 2024-06-12T21:23:23.188Z | Checking parse-size v1.0.0 |
1803 | 2024-06-12T21:23:23.188Z | Compiling diff v0.1.13 |
1804 | 2024-06-12T21:23:23.263Z | Compiling regex-syntax v0.6.29 |
1805 | 2024-06-12T21:23:23.664Z | Compiling bindgen v0.69.4 |
1806 | 2024-06-12T21:23:23.945Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1807 | 2024-06-12T21:23:24.583Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1808 | 2024-06-12T21:23:24.636Z | Compiling which v4.4.2 |
1809 | 2024-06-12T21:23:25.124Z | Checking universal-hash v0.5.1 |
1810 | 2024-06-12T21:23:25.261Z | Checking snafu v0.8.2 |
1811 | 2024-06-12T21:23:25.290Z | Compiling cexpr v0.6.0 |
1812 | 2024-06-12T21:23:25.309Z | Compiling thiserror-impl-no-std v2.0.2 |
1813 | 2024-06-12T21:23:25.753Z | Checking tough v0.17.1 |
1814 | 2024-06-12T21:23:26.444Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1815 | 2024-06-12T21:23:27.182Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1816 | 2024-06-12T21:23:27.762Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1817 | 2024-06-12T21:23:28.718Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1818 | 2024-06-12T21:23:29.257Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1819 | 2024-06-12T21:23:29.922Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1820 | 2024-06-12T21:23:30.423Z | Compiling lalrpop v0.19.12 |
1821 | 2024-06-12T21:23:30.525Z | Compiling curve25519-dalek-derive v0.1.1 |
1822 | 2024-06-12T21:23:31.186Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1823 | 2024-06-12T21:23:31.413Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1824 | 2024-06-12T21:23:31.801Z | Checking nanorand v0.7.0 |
1825 | 2024-06-12T21:23:32.100Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1826 | 2024-06-12T21:23:32.197Z | Compiling rustc-hash v1.1.0 |
1827 | 2024-06-12T21:23:32.352Z | Compiling lazycell v1.3.0 |
1828 | 2024-06-12T21:23:32.424Z | Compiling cfg_aliases v0.1.1 |
1829 | 2024-06-12T21:23:32.511Z | Compiling salty v0.2.0 |
1830 | 2024-06-12T21:23:32.519Z | Checking opaque-debug v0.3.1 |
1831 | 2024-06-12T21:23:32.620Z | Compiling shlex v1.3.0 |
1832 | 2024-06-12T21:23:33.049Z | Checking bytecount v0.6.8 |
1833 | 2024-06-12T21:23:33.080Z | Checking signature v1.6.4 |
1834 | 2024-06-12T21:23:33.926Z | Checking ed25519 v1.5.3 |
1835 | 2024-06-12T21:23:33.961Z | Checking papergrid v0.11.0 |
1836 | 2024-06-12T21:23:33.961Z | Checking poly1305 v0.8.0 |
1837 | 2024-06-12T21:23:34.384Z | Compiling nix v0.28.0 |
1838 | 2024-06-12T21:23:34.408Z | Checking flume v0.11.0 |
1839 | 2024-06-12T21:23:34.718Z | Checking thiserror-no-std v2.0.2 |
1840 | 2024-06-12T21:23:34.844Z | Checking nix v0.27.1 |
1841 | 2024-06-12T21:23:34.886Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1842 | 2024-06-12T21:23:35.129Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1843 | 2024-06-12T21:23:35.418Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1844 | 2024-06-12T21:23:35.697Z | Compiling tabled_derive v0.7.0 |
1845 | 2024-06-12T21:23:36.187Z | Compiling derive_builder_core v0.20.0 |
1846 | 2024-06-12T21:23:36.583Z | Checking chacha20 v0.9.1 |
1847 | 2024-06-12T21:23:36.929Z | Checking aead v0.5.2 |
1848 | 2024-06-12T21:23:37.157Z | Checking serde-big-array v0.5.1 |
1849 | 2024-06-12T21:23:37.418Z | Checking kstat-rs v0.2.3 |
1850 | 2024-06-12T21:23:37.489Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1851 | 2024-06-12T21:23:37.718Z | Compiling libxml v0.3.3 |
1852 | 2024-06-12T21:23:38.297Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1853 | 2024-06-12T21:23:38.384Z | Checking tabled v0.15.0 |
1854 | 2024-06-12T21:23:38.667Z | Checking chacha20poly1305 v0.10.1 |
1855 | 2024-06-12T21:23:38.749Z | Compiling derive_builder_macro v0.20.0 |
1856 | 2024-06-12T21:23:38.827Z | Checking vsss-rs v3.3.4 |
1857 | 2024-06-12T21:23:40.237Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1858 | 2024-06-12T21:23:40.720Z | Checking signal-hook-tokio v0.3.1 |
1859 | 2024-06-12T21:23:40.911Z | Checking serde-big-array v0.4.1 |
1860 | 2024-06-12T21:23:41.086Z | Compiling strum_macros v0.24.3 |
1861 | 2024-06-12T21:23:41.311Z | Compiling cookie v0.18.1 |
1862 | 2024-06-12T21:23:41.333Z | Compiling indoc v1.0.9 |
1863 | 2024-06-12T21:23:41.665Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1864 | 2024-06-12T21:23:42.073Z | Compiling mime_guess v2.0.4 |
1865 | 2024-06-12T21:23:42.655Z | Checking derive_builder v0.20.0 |
1866 | 2024-06-12T21:23:43.452Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1867 | 2024-06-12T21:23:44.601Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1868 | 2024-06-12T21:23:44.701Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1869 | 2024-06-12T21:23:44.995Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1870 | 2024-06-12T21:23:45.089Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1871 | 2024-06-12T21:23:47.525Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1872 | 2024-06-12T21:23:47.723Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1873 | 2024-06-12T21:23:48.776Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1874 | 2024-06-12T21:23:49.371Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1875 | 2024-06-12T21:23:49.459Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1876 | 2024-06-12T21:23:49.908Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1877 | 2024-06-12T21:23:50.074Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1878 | 2024-06-12T21:23:50.193Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1879 | 2024-06-12T21:23:50.466Z | Compiling peg-macros v0.8.3 |
1880 | 2024-06-12T21:23:51.668Z | Checking quick-xml v0.31.0 |
1881 | 2024-06-12T21:23:52.413Z | Compiling oso-derive v0.27.3 |
1882 | 2024-06-12T21:23:53.494Z | Compiling impl-trait-for-tuples v0.2.2 |
1883 | 2024-06-12T21:23:53.698Z | Compiling sqlparser_derive v0.2.2 |
1884 | 2024-06-12T21:23:54.335Z | Checking corncobs v0.1.3 |
1885 | 2024-06-12T21:23:54.679Z | Checking heck v0.4.1 |
1886 | 2024-06-12T21:23:54.837Z | Checking unicode_categories v0.1.1 |
1887 | 2024-06-12T21:23:54.897Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1888 | 2024-06-12T21:23:55.131Z | Checking sqlformat v0.2.3 |
1889 | 2024-06-12T21:23:55.293Z | Checking sqlparser v0.45.0 |
1890 | 2024-06-12T21:23:56.975Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1891 | 2024-06-12T21:23:57.986Z | Checking rustyline v14.0.0 |
1892 | 2024-06-12T21:24:00.081Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1893 | 2024-06-12T21:24:00.090Z | Checking peg v0.8.3 |
1894 | 2024-06-12T21:24:00.328Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1895 | 2024-06-12T21:24:00.352Z | Checking bcs v0.1.6 |
1896 | 2024-06-12T21:24:00.838Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1897 | 2024-06-12T21:24:01.120Z | Checking highway v1.1.0 |
1898 | 2024-06-12T21:24:01.770Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1899 | 2024-06-12T21:24:02.193Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1900 | 2024-06-12T21:24:02.220Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1901 | 2024-06-12T21:24:02.598Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1902 | 2024-06-12T21:24:03.926Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1903 | 2024-06-12T21:24:04.489Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1904 | 2024-06-12T21:24:04.541Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1905 | 2024-06-12T21:24:04.892Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1906 | 2024-06-12T21:24:05.179Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1907 | 2024-06-12T21:24:05.440Z | Compiling const_format_proc_macros v0.2.32 |
1908 | 2024-06-12T21:24:07.531Z | Checking bb8 v0.8.3 |
1909 | 2024-06-12T21:24:07.797Z | Checking http-range v0.1.5 |
1910 | 2024-06-12T21:24:07.973Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1911 | 2024-06-12T21:24:07.990Z | Checking hyper-staticfile v0.9.5 |
1912 | 2024-06-12T21:24:08.097Z | Checking const_format v0.2.32 |
1913 | 2024-06-12T21:24:08.268Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1914 | 2024-06-12T21:24:08.504Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1915 | 2024-06-12T21:24:08.603Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1916 | 2024-06-12T21:24:08.926Z | Checking assert_matches v1.5.0 |
1917 | 2024-06-12T21:24:09.025Z | Compiling portable-atomic v1.6.0 |
1918 | 2024-06-12T21:24:09.870Z | Checking rand_seeder v0.2.3 |
1919 | 2024-06-12T21:24:09.887Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1920 | 2024-06-12T21:24:10.085Z | Checking number_prefix v0.4.0 |
1921 | 2024-06-12T21:24:10.281Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1922 | 2024-06-12T21:24:10.528Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1923 | 2024-06-12T21:24:11.186Z | Checking indicatif v0.17.8 |
1924 | 2024-06-12T21:24:11.935Z | Checking castaway v0.2.2 |
1925 | 2024-06-12T21:24:11.972Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1926 | 2024-06-12T21:24:12.097Z | Checking compact_str v0.7.1 |
1927 | 2024-06-12T21:24:12.255Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1928 | 2024-06-12T21:24:12.533Z | Checking lru v0.12.3 |
1929 | 2024-06-12T21:24:12.554Z | Compiling stability v0.2.0 |
1930 | 2024-06-12T21:24:12.820Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1931 | 2024-06-12T21:24:12.844Z | Compiling indoc v2.0.5 |
1932 | 2024-06-12T21:24:12.864Z | Checking cassowary v0.3.0 |
1933 | 2024-06-12T21:24:13.356Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1934 | 2024-06-12T21:24:13.615Z | Checking smawk v0.3.2 |
1935 | 2024-06-12T21:24:13.766Z | Checking unicode-linebreak v0.1.5 |
1936 | 2024-06-12T21:24:13.837Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1937 | 2024-06-12T21:24:13.962Z | Checking ratatui v0.26.2 |
1938 | 2024-06-12T21:24:14.095Z | Checking is_ci v1.2.0 |
1939 | 2024-06-12T21:24:14.148Z | Checking textwrap v0.16.1 |
1940 | 2024-06-12T21:24:14.241Z | Checking supports-color v3.0.0 |
1941 | 2024-06-12T21:24:14.461Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1942 | 2024-06-12T21:24:14.554Z | Checking fatfs v0.3.6 |
1943 | 2024-06-12T21:24:15.611Z | Checking shell-words v1.1.0 |
1944 | 2024-06-12T21:24:15.791Z | Checking rtoolbox v0.0.2 |
1945 | 2024-06-12T21:24:15.983Z | Checking rpassword v7.3.1 |
1946 | 2024-06-12T21:24:16.114Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1947 | 2024-06-12T21:24:16.131Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
1948 | 2024-06-12T21:24:16.399Z | Checking yansi v0.5.1 |
1949 | 2024-06-12T21:24:16.853Z | Checking tui-tree-widget v0.19.0 |
1950 | 2024-06-12T21:24:17.193Z | Checking pretty_assertions v1.4.0 |
1951 | 2024-06-12T21:24:17.226Z | Checking plotters-backend v0.3.5 |
1952 | 2024-06-12T21:24:17.252Z | Compiling target-lexicon v0.12.14 |
1953 | 2024-06-12T21:24:17.375Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
1954 | 2024-06-12T21:24:17.571Z | Checking plotters-svg v0.3.5 |
1955 | 2024-06-12T21:24:17.767Z | Checking cargo-platform v0.1.8 |
1956 | 2024-06-12T21:24:17.828Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1957 | 2024-06-12T21:24:18.259Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1958 | 2024-06-12T21:24:18.715Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1959 | 2024-06-12T21:24:18.941Z | Checking cast v0.3.0 |
1960 | 2024-06-12T21:24:19.244Z | Compiling doc-comment v0.3.3 |
1961 | 2024-06-12T21:24:19.812Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1962 | 2024-06-12T21:24:19.830Z | Compiling guppy-workspace-hack v0.1.0 |
1963 | 2024-06-12T21:24:20.109Z | Checking criterion-plot v0.5.0 |
1964 | 2024-06-12T21:24:20.578Z | Checking cargo_metadata v0.18.1 |
1965 | 2024-06-12T21:24:20.653Z | Checking plotters v0.3.5 |
1966 | 2024-06-12T21:24:21.376Z | Checking http-body v1.0.0 |
1967 | 2024-06-12T21:24:21.600Z | Checking tinytemplate v1.2.1 |
1968 | 2024-06-12T21:24:22.000Z | Checking regex-automata v0.1.10 |
1969 | 2024-06-12T21:24:22.221Z | Compiling target-spec v3.1.0 |
1970 | 2024-06-12T21:24:22.441Z | Compiling assert_cmd v2.0.14 |
1971 | 2024-06-12T21:24:22.504Z | Checking anes v0.1.6 |
1972 | 2024-06-12T21:24:22.781Z | Checking tower-layer v0.3.2 |
1973 | 2024-06-12T21:24:22.812Z | Checking oorandom v11.1.3 |
1974 | 2024-06-12T21:24:22.940Z | Checking bstr v0.2.17 |
1975 | 2024-06-12T21:24:22.959Z | Checking criterion v0.5.1 |
1976 | 2024-06-12T21:24:23.050Z | Checking tower v0.4.13 |
1977 | 2024-06-12T21:24:23.807Z | Checking hyper v1.3.1 |
1978 | 2024-06-12T21:24:23.810Z | Checking cfg-expr v0.15.8 |
1979 | 2024-06-12T21:24:24.809Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1980 | 2024-06-12T21:24:25.008Z | Checking csv-core v0.1.11 |
1981 | 2024-06-12T21:24:25.819Z | Checking csv v1.3.0 |
1982 | 2024-06-12T21:24:26.241Z | Checking hyper-util v0.1.3 |
1983 | 2024-06-12T21:24:26.244Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1984 | 2024-06-12T21:24:27.476Z | Checking httptest v0.15.5 |
1985 | 2024-06-12T21:24:27.728Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
1986 | 2024-06-12T21:24:27.747Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1987 | 2024-06-12T21:24:28.204Z | Checking rustls-native-certs v0.7.0 |
1988 | 2024-06-12T21:24:28.354Z | Checking pathdiff v0.2.1 |
1989 | 2024-06-12T21:24:28.715Z | Checking nested v0.1.1 |
1990 | 2024-06-12T21:24:28.923Z | Checking guppy v0.17.5 |
1991 | 2024-06-12T21:24:30.516Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1992 | 2024-06-12T21:24:30.878Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1993 | 2024-06-12T21:24:31.628Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1994 | 2024-06-12T21:24:33.009Z | Checking hyper-rustls v0.26.0 |
1995 | 2024-06-12T21:24:33.303Z | Checking escape8259 v0.5.2 |
1996 | 2024-06-12T21:24:33.342Z | Checking threadpool v1.8.1 |
1997 | 2024-06-12T21:24:33.500Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
1998 | 2024-06-12T21:24:33.546Z | Checking libtest-mimic v0.7.3 |
1999 | 2024-06-12T21:24:33.988Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2000 | 2024-06-12T21:24:34.072Z | Checking similar-asserts v1.5.0 |
2001 | 2024-06-12T21:24:34.266Z | Checking fancy-regex v0.13.0 |
2002 | 2024-06-12T21:24:34.308Z | Compiling rstest_macros v0.19.0 |
2003 | 2024-06-12T21:24:34.974Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2004 | 2024-06-12T21:24:35.065Z | Checking datatest-stable v0.2.9 |
2005 | 2024-06-12T21:24:35.368Z | Checking blake2b_simd v1.0.2 |
2006 | 2024-06-12T21:24:36.588Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2007 | 2024-06-12T21:24:36.595Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2008 | 2024-06-12T21:24:36.595Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2009 | 2024-06-12T21:24:36.741Z | Compiling trybuild v1.0.96 |
2010 | 2024-06-12T21:24:36.761Z | Compiling relative-path v1.9.3 |
2011 | 2024-06-12T21:24:37.063Z | Checking rust-argon2 v2.1.0 |
2012 | 2024-06-12T21:24:37.254Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2013 | 2024-06-12T21:24:37.496Z | Checking multimap v0.10.0 |
2014 | 2024-06-12T21:24:37.785Z | Checking futures-timer v3.0.3 |
2015 | 2024-06-12T21:24:40.741Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2016 | 2024-06-12T21:24:42.781Z | Checking partial-io v0.5.4 |
2017 | 2024-06-12T21:24:43.171Z | Checking approx v0.5.1 |
2018 | 2024-06-12T21:24:43.411Z | Checking uzers v0.11.3 |
2019 | 2024-06-12T21:24:43.758Z | Checking termios v0.3.3 |
2020 | 2024-06-12T21:24:43.988Z | Checking hex-literal v0.4.1 |
2021 | 2024-06-12T21:24:47.553Z | Checking rstest v0.19.0 |
2022 | 2024-06-12T21:24:48.470Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2023 | 2024-06-12T21:24:50.375Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2024 | 2024-06-12T21:24:59.240Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2025 | 2024-06-12T21:25:07.114Z | Compiling samael v0.0.15 |
2026 | 2024-06-12T21:25:38.273Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2027 | 2024-06-12T21:25:39.848Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2028 | 2024-06-12T21:25:49.193Z | Compiling polar-core v0.27.3 |
2029 | 2024-06-12T21:25:59.398Z | Checking oso v0.27.3 |
2030 | 2024-06-12T21:26:27.491Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2031 | 2024-06-12T21:26:27.492Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2032 | 2024-06-12T21:26:27.498Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2033 | 2024-06-12T21:27:38.003Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
2034 | 2024-06-12T21:27:38.269Z | |
2035 | 2024-06-12T21:27:38.270Z | real 6:52.964935450 |
2036 | 2024-06-12T21:27:38.270Z | user 37:22.720853424 |
2037 | 2024-06-12T21:27:38.270Z | sys 6:29.618640313 |
2038 | 2024-06-12T21:27:38.270Z | trap 0.985479086 |
2039 | 2024-06-12T21:27:38.273Z | tflt 1.267189735 |
2040 | 2024-06-12T21:27:38.273Z | dflt 1.153252717 |
2041 | 2024-06-12T21:27:38.273Z | kflt 0.003605993 |
2042 | 2024-06-12T21:27:38.273Z | lock 1:46:54.399457896 |
2043 | 2024-06-12T21:27:38.273Z | slp 1:59:45.234373579 |
2044 | 2024-06-12T21:27:38.273Z | lat 1:46.156815342 |
2045 | 2024-06-12T21:27:38.273Z | stop 4:58.768680476 |
2046 | 2024-06-12T21:27:39.274Z | warning: output filename collision. |
2047 | 2024-06-12T21:27:39.274Z | The lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api` in package `bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2048 | 2024-06-12T21:27:39.274Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2049 | 2024-06-12T21:27:39.274Z | The targets should have unique names. |
2050 | 2024-06-12T21:27:39.274Z | This is a known bug where multiple crates with the same name use |
2051 | 2024-06-12T21:27:39.274Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2052 | 2024-06-12T21:27:39.274Z | warning: output filename collision. |
2053 | 2024-06-12T21:27:39.274Z | The lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `bhyve_api_sys` in package `bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2054 | 2024-06-12T21:27:39.274Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2055 | 2024-06-12T21:27:39.274Z | The targets should have unique names. |
2056 | 2024-06-12T21:27:39.274Z | This is a known bug where multiple crates with the same name use |
2057 | 2024-06-12T21:27:39.274Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2058 | 2024-06-12T21:27:39.279Z | warning: output filename collision. |
2059 | 2024-06-12T21:27:39.279Z | The lib target `hubpack` in package `hubpack v0.1.2` has the same output filename as the lib target `hubpack` in package `hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a)`. |
2060 | 2024-06-12T21:27:39.279Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2061 | 2024-06-12T21:27:39.279Z | The targets should have unique names. |
2062 | 2024-06-12T21:27:39.279Z | This is a known bug where multiple crates with the same name use |
2063 | 2024-06-12T21:27:39.279Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2064 | 2024-06-12T21:27:39.279Z | warning: output filename collision. |
2065 | 2024-06-12T21:27:39.279Z | The lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e)` has the same output filename as the lib target `libnet` in package `libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e)`. |
2066 | 2024-06-12T21:27:39.279Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2067 | 2024-06-12T21:27:39.279Z | The targets should have unique names. |
2068 | 2024-06-12T21:27:39.279Z | This is a known bug where multiple crates with the same name use |
2069 | 2024-06-12T21:27:39.279Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2070 | 2024-06-12T21:27:39.279Z | warning: output filename collision. |
2071 | 2024-06-12T21:27:39.280Z | 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)`. |
2072 | 2024-06-12T21:27:39.280Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2073 | 2024-06-12T21:27:39.280Z | The targets should have unique names. |
2074 | 2024-06-12T21:27:39.280Z | This is a known bug where multiple crates with the same name use |
2075 | 2024-06-12T21:27:39.280Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2076 | 2024-06-12T21:27:39.280Z | warning: output filename collision. |
2077 | 2024-06-12T21:27:39.280Z | The lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef)` has the same output filename as the lib target `propolis-client` in package `propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0)`. |
2078 | 2024-06-12T21:27:39.280Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2079 | 2024-06-12T21:27:39.280Z | The targets should have unique names. |
2080 | 2024-06-12T21:27:39.280Z | This is a known bug where multiple crates with the same name use |
2081 | 2024-06-12T21:27:39.280Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2082 | 2024-06-12T21:27:39.280Z | warning: output filename collision. |
2083 | 2024-06-12T21:27:39.280Z | The lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a)` has the same output filename as the lib target `tlvc` in package `tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a)`. |
2084 | 2024-06-12T21:27:39.280Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2085 | 2024-06-12T21:27:39.280Z | The targets should have unique names. |
2086 | 2024-06-12T21:27:39.280Z | This is a known bug where multiple crates with the same name use |
2087 | 2024-06-12T21:27:39.280Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2088 | 2024-06-12T21:27:39.280Z | warning: output filename collision. |
2089 | 2024-06-12T21:27:39.280Z | The lib target `zone` in package `zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56)` has the same output filename as the lib target `zone` in package `zone v0.1.8`. |
2090 | 2024-06-12T21:27:39.280Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2091 | 2024-06-12T21:27:39.280Z | The targets should have unique names. |
2092 | 2024-06-12T21:27:39.280Z | This is a known bug where multiple crates with the same name use |
2093 | 2024-06-12T21:27:39.280Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2094 | 2024-06-12T21:27:39.810Z | Documenting libc v0.2.155 |
2095 | 2024-06-12T21:27:39.863Z | Documenting cfg-if v1.0.0 |
2096 | 2024-06-12T21:27:39.876Z | Documenting serde_derive v1.0.203 |
2097 | 2024-06-12T21:27:39.907Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2098 | 2024-06-12T21:27:39.926Z | Documenting log v0.4.21 |
2099 | 2024-06-12T21:27:39.941Z | Documenting memchr v2.7.2 |
2100 | 2024-06-12T21:27:39.957Z | Documenting itoa v1.0.11 |
2101 | 2024-06-12T21:27:39.960Z | Documenting byteorder v1.5.0 |
2102 | 2024-06-12T21:27:40.186Z | Documenting scopeguard v1.2.0 |
2103 | 2024-06-12T21:27:42.979Z | Documenting smallvec v1.13.2 |
2104 | 2024-06-12T21:27:43.328Z | Documenting pin-project-lite v0.2.14 |
2105 | 2024-06-12T21:27:43.932Z | Documenting getrandom v0.2.14 |
2106 | 2024-06-12T21:27:44.139Z | Documenting libm v0.2.8 |
2107 | 2024-06-12T21:27:44.266Z | Documenting signal-hook-registry v1.4.2 |
2108 | 2024-06-12T21:27:44.730Z | Documenting mio v0.8.11 |
2109 | 2024-06-12T21:27:44.919Z | Documenting lock_api v0.4.12 |
2110 | 2024-06-12T21:27:46.172Z | Documenting once_cell v1.19.0 |
2111 | 2024-06-12T21:27:46.271Z | Documenting parking_lot_core v0.9.10 |
2112 | 2024-06-12T21:27:47.767Z | Documenting serde v1.0.203 |
2113 | 2024-06-12T21:27:47.856Z | Documenting num-traits v0.2.19 |
2114 | 2024-06-12T21:27:48.636Z | Documenting thiserror-impl v1.0.60 |
2115 | 2024-06-12T21:27:48.792Z | Documenting rand_core v0.6.4 |
2116 | 2024-06-12T21:27:50.024Z | Documenting ryu v1.0.18 |
2117 | 2024-06-12T21:27:50.208Z | Documenting zeroize_derive v1.4.2 |
2118 | 2024-06-12T21:27:50.529Z | Documenting futures-core v0.3.30 |
2119 | 2024-06-12T21:27:51.425Z | Documenting parking_lot v0.12.2 |
2120 | 2024-06-12T21:27:52.860Z | Documenting num_cpus v1.16.0 |
2121 | 2024-06-12T21:27:53.248Z | Documenting socket2 v0.5.7 |
2122 | 2024-06-12T21:27:53.674Z | Documenting tokio-macros v2.2.0 |
2123 | 2024-06-12T21:27:55.035Z | Documenting thiserror v1.0.60 |
2124 | 2024-06-12T21:27:55.263Z | Documenting zerocopy v0.7.34 |
2125 | 2024-06-12T21:27:55.402Z | Documenting zeroize v1.7.0 |
2126 | 2024-06-12T21:27:56.552Z | Checking syn v1.0.109 |
2127 | 2024-06-12T21:27:57.134Z | Documenting futures-sink v0.3.30 |
2128 | 2024-06-12T21:27:58.450Z | Documenting typenum v1.17.0 |
2129 | 2024-06-12T21:27:59.784Z | Documenting iana-time-zone v0.1.60 |
2130 | 2024-06-12T21:27:59.956Z | Documenting subtle v2.5.0 |
2131 | 2024-06-12T21:28:00.029Z | Documenting slab v0.4.9 |
2132 | 2024-06-12T21:28:02.232Z | Documenting futures-macro v0.3.30 |
2133 | 2024-06-12T21:28:02.372Z | Documenting futures-channel v0.3.30 |
2134 | 2024-06-12T21:28:09.052Z | Documenting bytes v1.6.0 |
2135 | 2024-06-12T21:28:11.572Z | Documenting bitflags v2.5.0 |
2136 | 2024-06-12T21:28:11.586Z | Documenting serde_json v1.0.117 |
2137 | 2024-06-12T21:28:11.611Z | Documenting chrono v0.4.38 |
2138 | 2024-06-12T21:28:11.660Z | Documenting futures-task v0.3.30 |
2139 | 2024-06-12T21:28:11.665Z | Documenting pin-utils v0.1.0 |
2140 | 2024-06-12T21:28:11.960Z | Documenting futures-io v0.3.30 |
2141 | 2024-06-12T21:28:12.579Z | Documenting generic-array v0.14.7 |
2142 | 2024-06-12T21:28:13.677Z | Documenting tokio v1.37.0 |
2143 | 2024-06-12T21:28:16.598Z | Documenting uuid v1.8.0 |
2144 | 2024-06-12T21:28:16.932Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2145 | 2024-06-12T21:28:16.982Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2146 | 2024-06-12T21:28:17.132Z | Documenting ahash v0.8.11 |
2147 | 2024-06-12T21:28:17.232Z | Documenting futures-util v0.3.30 |
2148 | 2024-06-12T21:28:17.675Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2149 | 2024-06-12T21:28:18.339Z | Documenting allocator-api2 v0.2.18 |
2150 | 2024-06-12T21:28:18.370Z | Documenting crypto-common v0.1.6 |
2151 | 2024-06-12T21:28:19.162Z | Documenting const-oid v0.9.6 |
2152 | 2024-06-12T21:28:21.442Z | Documenting tinyvec_macros v0.1.1 |
2153 | 2024-06-12T21:28:21.554Z | Checking serde_derive_internals v0.29.1 |
2154 | 2024-06-12T21:28:21.924Z | Documenting hashbrown v0.14.5 |
2155 | 2024-06-12T21:28:22.154Z | Documenting serde_derive_internals v0.29.1 |
2156 | 2024-06-12T21:28:23.332Z | Documenting dyn-clone v1.0.17 |
2157 | 2024-06-12T21:28:24.305Z | Documenting tinyvec v1.6.0 |
2158 | 2024-06-12T21:28:25.383Z | Documenting ppv-lite86 v0.2.17 |
2159 | 2024-06-12T21:28:25.630Z | Documenting tracing-core v0.1.32 |
2160 | 2024-06-12T21:28:26.015Z | Documenting tracing-attributes v0.1.27 |
2161 | 2024-06-12T21:28:27.066Z | Documenting unicode-bidi v0.3.15 |
2162 | 2024-06-12T21:28:27.495Z | Documenting lazy_static v1.4.0 |
2163 | 2024-06-12T21:28:28.038Z | Documenting unicode-normalization v0.1.23 |
2164 | 2024-06-12T21:28:28.251Z | Documenting percent-encoding v2.3.1 |
2165 | 2024-06-12T21:28:29.107Z | Documenting rand_chacha v0.3.1 |
2166 | 2024-06-12T21:28:29.240Z | Documenting schemars_derive v0.8.20 |
2167 | 2024-06-12T21:28:30.825Z | Documenting block-buffer v0.10.4 |
2168 | 2024-06-12T21:28:32.059Z | Documenting serde_tokenstream v0.2.0 |
2169 | 2024-06-12T21:28:32.343Z | Documenting equivalent v1.0.1 |
2170 | 2024-06-12T21:28:32.907Z | Documenting powerfmt v0.2.0 |
2171 | 2024-06-12T21:28:32.924Z | Documenting form_urlencoded v1.2.1 |
2172 | 2024-06-12T21:28:34.212Z | Documenting rand v0.8.5 |
2173 | 2024-06-12T21:28:35.103Z | Documenting schemars v0.8.20 |
2174 | 2024-06-12T21:28:35.193Z | Documenting indexmap v2.2.6 |
2175 | 2024-06-12T21:28:35.832Z | Documenting deranged v0.3.11 |
2176 | 2024-06-12T21:28:38.041Z | Documenting digest v0.10.7 |
2177 | 2024-06-12T21:28:38.130Z | Documenting time-macros v0.2.18 |
2178 | 2024-06-12T21:28:38.187Z | Documenting unicode-width v0.1.12 |
2179 | 2024-06-12T21:28:39.540Z | Documenting num-conv v0.1.0 |
2180 | 2024-06-12T21:28:41.042Z | Documenting time-core v0.1.2 |
2181 | 2024-06-12T21:28:41.582Z | Documenting fnv v1.0.7 |
2182 | 2024-06-12T21:28:42.007Z | Documenting num_threads v0.1.7 |
2183 | 2024-06-12T21:28:42.156Z | Documenting unicode-ident v1.0.12 |
2184 | 2024-06-12T21:28:43.009Z | Documenting idna v0.5.0 |
2185 | 2024-06-12T21:28:43.244Z | Documenting adler v1.0.2 |
2186 | 2024-06-12T21:28:45.369Z | Documenting tracing v0.1.40 |
2187 | 2024-06-12T21:28:52.103Z | Documenting slog v2.7.0 |
2188 | 2024-06-12T21:28:52.117Z | Documenting proc-macro2 v1.0.82 |
2189 | 2024-06-12T21:28:52.164Z | Documenting miniz_oxide v0.7.2 |
2190 | 2024-06-12T21:28:52.247Z | Documenting httparse v1.8.0 |
2191 | 2024-06-12T21:28:52.280Z | Documenting time v0.3.36 |
2192 | 2024-06-12T21:28:52.366Z | Documenting url v2.5.0 |
2193 | 2024-06-12T21:28:52.958Z | Documenting cpufeatures v0.2.12 |
2194 | 2024-06-12T21:28:55.704Z | Documenting tokio-util v0.7.11 |
2195 | 2024-06-12T21:28:55.869Z | Documenting errno v0.3.9 |
2196 | 2024-06-12T21:28:56.767Z | Documenting async-trait v0.1.80 |
2197 | 2024-06-12T21:28:57.081Z | Documenting try-lock v0.2.5 |
2198 | 2024-06-12T21:28:57.187Z | Documenting httpdate v1.0.3 |
2199 | 2024-06-12T21:28:57.624Z | Documenting quote v1.0.36 |
2200 | 2024-06-12T21:28:58.832Z | Documenting http-body v0.4.6 |
2201 | 2024-06-12T21:29:00.239Z | Documenting want v0.3.1 |
2202 | 2024-06-12T21:29:00.326Z | Documenting rustix v0.38.34 |
2203 | 2024-06-12T21:29:01.944Z | Documenting aho-corasick v1.1.3 |
2204 | 2024-06-12T21:29:02.078Z | Documenting openssl-sys v0.9.102 |
2205 | 2024-06-12T21:29:02.351Z | Documenting h2 v0.3.26 |
2206 | 2024-06-12T21:29:02.770Z | Documenting syn v2.0.64 |
2207 | 2024-06-12T21:29:02.940Z | Documenting openssl-macros v0.1.1 |
2208 | 2024-06-12T21:29:03.817Z | Documenting mime v0.3.17 |
2209 | 2024-06-12T21:29:05.190Z | Documenting gimli v0.28.1 |
2210 | 2024-06-12T21:29:08.185Z | Documenting regex-syntax v0.8.3 |
2211 | 2024-06-12T21:29:08.209Z | Documenting tower-service v0.3.2 |
2212 | 2024-06-12T21:29:08.280Z | Documenting object v0.32.2 |
2213 | 2024-06-12T21:29:08.857Z | Documenting ipnet v2.9.0 |
2214 | 2024-06-12T21:29:09.359Z | Documenting openssl v0.10.64 |
2215 | 2024-06-12T21:29:12.134Z | Documenting addr2line v0.21.0 |
2216 | 2024-06-12T21:29:13.019Z | Documenting rustc-demangle v0.1.24 |
2217 | 2024-06-12T21:29:13.172Z | Documenting hyper v0.14.28 |
2218 | 2024-06-12T21:29:13.880Z | Documenting openssl-probe v0.1.5 |
2219 | 2024-06-12T21:29:15.513Z | Documenting regex-automata v0.4.6 |
2220 | 2024-06-12T21:29:16.204Z | Documenting base64ct v1.6.0 |
2221 | 2024-06-12T21:29:16.477Z | Documenting futures-executor v0.3.30 |
2222 | 2024-06-12T21:29:18.519Z | Documenting encoding_rs v0.8.34 |
2223 | 2024-06-12T21:29:18.737Z | Documenting native-tls v0.2.11 |
2224 | 2024-06-12T21:29:21.402Z | Checking pest_meta v2.7.10 |
2225 | 2024-06-12T21:29:21.476Z | Documenting psl-types v2.0.11 |
2226 | 2024-06-12T21:29:22.091Z | Documenting backtrace v0.3.71 |
2227 | 2024-06-12T21:29:22.346Z | Documenting serde_urlencoded v0.7.1 |
2228 | 2024-06-12T21:29:23.343Z | Documenting semver v1.0.23 |
2229 | 2024-06-12T21:29:24.484Z | Documenting publicsuffix v2.2.3 |
2230 | 2024-06-12T21:29:24.621Z | Documenting pest_meta v2.7.10 |
2231 | 2024-06-12T21:29:24.644Z | Documenting tokio-native-tls v0.3.1 |
2232 | 2024-06-12T21:29:26.509Z | Documenting crossbeam-utils v0.8.19 |
2233 | 2024-06-12T21:29:26.826Z | Documenting scroll_derive v0.12.0 |
2234 | 2024-06-12T21:29:27.713Z | Documenting anyhow v1.0.86 |
2235 | 2024-06-12T21:29:27.995Z | Documenting utf8parse v0.2.1 |
2236 | 2024-06-12T21:29:28.843Z | Documenting hyper-rustls v0.24.2 |
2237 | 2024-06-12T21:29:29.647Z | Documenting cookie_store v0.20.0 |
2238 | 2024-06-12T21:29:29.973Z | Documenting pest_generator v2.7.10 |
2239 | 2024-06-12T21:29:30.899Z | Documenting hyper-tls v0.5.0 |
2240 | 2024-06-12T21:29:31.353Z | Documenting regex v1.10.4 |
2241 | 2024-06-12T21:29:32.020Z | Checking pest_generator v2.7.10 |
2242 | 2024-06-12T21:29:32.526Z | Documenting scroll v0.12.0 |
2243 | 2024-06-12T21:29:32.746Z | Documenting futures v0.3.30 |
2244 | 2024-06-12T21:29:32.841Z | Documenting pem-rfc7468 v0.7.0 |
2245 | 2024-06-12T21:29:35.487Z | Documenting der_derive v0.7.2 |
2246 | 2024-06-12T21:29:35.779Z | Documenting webpki-roots v0.25.4 |
2247 | 2024-06-12T21:29:36.208Z | Documenting flagset v0.4.5 |
2248 | 2024-06-12T21:29:37.459Z | Documenting plain v0.2.3 |
2249 | 2024-06-12T21:29:37.786Z | Documenting ucd-trie v0.1.6 |
2250 | 2024-06-12T21:29:37.801Z | Documenting sync_wrapper v0.1.2 |
2251 | 2024-06-12T21:29:38.105Z | Documenting pest_derive v2.7.10 |
2252 | 2024-06-12T21:29:39.462Z | Documenting num-integer v0.1.46 |
2253 | 2024-06-12T21:29:40.420Z | Documenting goblin v0.8.2 |
2254 | 2024-06-12T21:29:40.703Z | Documenting pretty-hex v0.4.1 |
2255 | 2024-06-12T21:29:40.745Z | Documenting reqwest v0.11.27 |
2256 | 2024-06-12T21:29:41.035Z | Documenting openapiv3 v2.0.0 |
2257 | 2024-06-12T21:29:42.114Z | Documenting der v0.7.9 |
2258 | 2024-06-12T21:29:42.197Z | Documenting pest v2.7.10 |
2259 | 2024-06-12T21:29:43.062Z | Documenting thread-id v4.2.1 |
2260 | 2024-06-12T21:29:44.434Z | Documenting usdt-macro v0.5.0 |
2261 | 2024-06-12T21:29:44.857Z | Documenting usdt-attr-macro v0.5.0 |
2262 | 2024-06-12T21:29:48.152Z | Documenting spin v0.9.8 |
2263 | 2024-06-12T21:29:48.226Z | Documenting spki v0.7.3 |
2264 | 2024-06-12T21:29:48.570Z | Documenting dtrace-parser v0.2.0 |
2265 | 2024-06-12T21:29:49.031Z | Documenting memmap v0.7.0 |
2266 | 2024-06-12T21:29:49.107Z | Documenting dof v0.3.0 |
2267 | 2024-06-12T21:29:50.876Z | Documenting anstyle v1.0.7 |
2268 | 2024-06-12T21:29:52.487Z | Documenting either v1.12.0 |
2269 | 2024-06-12T21:29:52.509Z | Documenting anstyle-parse v0.2.4 |
2270 | 2024-06-12T21:29:53.181Z | Documenting pkcs8 v0.10.2 |
2271 | 2024-06-12T21:29:53.271Z | Documenting ipnetwork v0.20.0 |
2272 | 2024-06-12T21:29:53.626Z | Documenting data-encoding v2.6.0 |
2273 | 2024-06-12T21:29:54.137Z | Documenting colorchoice v1.0.1 |
2274 | 2024-06-12T21:29:54.769Z | Documenting usdt-impl v0.5.0 |
2275 | 2024-06-12T21:29:55.780Z | Documenting anstyle-query v1.0.3 |
2276 | 2024-06-12T21:29:56.197Z | Documenting is_terminal_polyfill v1.70.0 |
2277 | 2024-06-12T21:29:57.211Z | Documenting crossbeam-epoch v0.9.18 |
2278 | 2024-06-12T21:29:57.368Z | Documenting terminal_size v0.3.0 |
2279 | 2024-06-12T21:29:58.294Z | Documenting sha2 v0.10.8 |
2280 | 2024-06-12T21:29:58.416Z | Documenting hex v0.4.3 |
2281 | 2024-06-12T21:29:59.911Z | Documenting crc32fast v1.4.0 |
2282 | 2024-06-12T21:30:00.500Z | Documenting untrusted v0.9.0 |
2283 | 2024-06-12T21:30:00.997Z | Documenting anstream v0.6.14 |
2284 | 2024-06-12T21:30:02.470Z | Documenting strsim v0.11.1 |
2285 | 2024-06-12T21:30:02.636Z | Documenting usdt v0.5.0 |
2286 | 2024-06-12T21:30:02.898Z | Documenting unicode-segmentation v1.11.0 |
2287 | 2024-06-12T21:30:03.023Z | Documenting clap_lex v0.7.0 |
2288 | 2024-06-12T21:30:03.450Z | Documenting ring v0.17.8 |
2289 | 2024-06-12T21:30:03.689Z | Documenting num-iter v0.1.45 |
2290 | 2024-06-12T21:30:04.737Z | Documenting hmac v0.12.1 |
2291 | 2024-06-12T21:30:06.069Z | Documenting signal-hook v0.3.17 |
2292 | 2024-06-12T21:30:06.715Z | Documenting clap_derive v4.5.4 |
2293 | 2024-06-12T21:30:06.741Z | Documenting flate2 v1.0.30 |
2294 | 2024-06-12T21:30:07.296Z | Documenting clap_builder v4.5.2 |
2295 | 2024-06-12T21:30:08.838Z | Documenting static_assertions v1.1.0 |
2296 | 2024-06-12T21:30:08.948Z | Documenting managed v0.8.0 |
2297 | 2024-06-12T21:30:09.362Z | Documenting itertools v0.12.1 |
2298 | 2024-06-12T21:30:09.481Z | Documenting enum-as-inner v0.5.1 |
2299 | 2024-06-12T21:30:11.253Z | Documenting signal-hook-mio v0.2.3 |
2300 | 2024-06-12T21:30:11.810Z | Documenting regress v0.9.1 |
2301 | 2024-06-12T21:30:11.914Z | Documenting block-padding v0.3.3 |
2302 | 2024-06-12T21:30:12.307Z | Documenting scheduled-thread-pool v0.2.7 |
2303 | 2024-06-12T21:30:13.398Z | Checking diesel_table_macro_syntax v0.1.0 |
2304 | 2024-06-12T21:30:13.580Z | Documenting diesel_table_macro_syntax v0.1.0 |
2305 | 2024-06-12T21:30:14.439Z | Documenting clap v4.5.4 |
2306 | 2024-06-12T21:30:15.206Z | Documenting finl_unicode v1.2.0 |
2307 | 2024-06-12T21:30:15.778Z | Documenting crossterm v0.27.0 |
2308 | 2024-06-12T21:30:17.247Z | Documenting inout v0.1.3 |
2309 | 2024-06-12T21:30:17.457Z | Documenting r2d2 v0.8.10 |
2310 | 2024-06-12T21:30:17.842Z | Documenting trust-dns-proto v0.22.0 |
2311 | 2024-06-12T21:30:19.463Z | Documenting md-5 v0.10.6 |
2312 | 2024-06-12T21:30:19.611Z | Documenting diesel_derives v2.1.4 |
2313 | 2024-06-12T21:30:20.416Z | Documenting ff v0.13.0 |
2314 | 2024-06-12T21:30:20.514Z | Documenting stringprep v0.1.4 |
2315 | 2024-06-12T21:30:21.394Z | Documenting serde_spanned v0.6.6 |
2316 | 2024-06-12T21:30:22.039Z | Documenting toml_datetime v0.6.6 |
2317 | 2024-06-12T21:30:22.277Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2318 | 2024-06-12T21:30:24.152Z | Documenting base16ct v0.2.0 |
2319 | 2024-06-12T21:30:24.874Z | Documenting bit-vec v0.6.3 |
2320 | 2024-06-12T21:30:25.531Z | Documenting siphasher v0.3.11 |
2321 | 2024-06-12T21:30:26.564Z | Documenting heck v0.5.0 |
2322 | 2024-06-12T21:30:27.227Z | Checking unsafe-libyaml v0.2.11 |
2323 | 2024-06-12T21:30:27.303Z | Documenting winnow v0.6.8 |
2324 | 2024-06-12T21:30:27.441Z | Documenting fallible-iterator v0.2.0 |
2325 | 2024-06-12T21:30:27.745Z | Documenting sec1 v0.7.3 |
2326 | 2024-06-12T21:30:28.180Z | Documenting diesel v2.1.6 |
2327 | 2024-06-12T21:30:28.450Z | Documenting group v0.13.0 |
2328 | 2024-06-12T21:30:28.567Z | Documenting phf_shared v0.11.2 |
2329 | 2024-06-12T21:30:29.654Z | Documenting cipher v0.4.4 |
2330 | 2024-06-12T21:30:29.886Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2331 | 2024-06-12T21:30:33.211Z | Documenting postgres-protocol v0.6.6 |
2332 | 2024-06-12T21:30:41.455Z | Documenting hkdf v0.12.4 |
2333 | 2024-06-12T21:30:41.458Z | Documenting num-bigint v0.4.5 |
2334 | 2024-06-12T21:30:41.458Z | Documenting toml_edit v0.22.13 |
2335 | 2024-06-12T21:30:41.528Z | Documenting bstr v1.9.1 |
2336 | 2024-06-12T21:30:50.092Z | Documenting console v0.15.8 |
2337 | 2024-06-12T21:30:50.099Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2338 | 2024-06-12T21:30:50.099Z | Documenting crypto-bigint v0.5.5 |
2339 | 2024-06-12T21:30:50.202Z | Documenting hubpack v0.1.2 |
2340 | 2024-06-12T21:30:50.588Z | Documenting serde_repr v0.1.19 |
2341 | 2024-06-12T21:30:51.000Z | Documenting fixedbitset v0.4.2 |
2342 | 2024-06-12T21:30:51.136Z | Documenting unsafe-libyaml v0.2.11 |
2343 | 2024-06-12T21:30:51.992Z | Documenting new_debug_unreachable v1.0.6 |
2344 | 2024-06-12T21:30:54.662Z | Documenting minimal-lexical v0.2.1 |
2345 | 2024-06-12T21:30:55.353Z | Documenting precomputed-hash v0.1.1 |
2346 | 2024-06-12T21:30:55.374Z | Documenting lalrpop-util v0.19.12 |
2347 | 2024-06-12T21:30:55.374Z | Documenting petgraph v0.6.5 |
2348 | 2024-06-12T21:30:56.053Z | Documenting serde_yaml v0.9.34+deprecated |
2349 | 2024-06-12T21:30:56.424Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2350 | 2024-06-12T21:30:56.960Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2351 | 2024-06-12T21:31:06.544Z | Documenting yasna v0.5.2 |
2352 | 2024-06-12T21:31:06.619Z | Documenting nom v7.1.3 |
2353 | 2024-06-12T21:31:06.668Z | Documenting string_cache v0.8.7 |
2354 | 2024-06-12T21:31:07.112Z | Documenting postgres-types v0.2.6 |
2355 | 2024-06-12T21:31:07.246Z | Documenting phf v0.11.2 |
2356 | 2024-06-12T21:31:07.368Z | Checking serde_yaml v0.9.34+deprecated |
2357 | 2024-06-12T21:31:07.502Z | Documenting elliptic-curve v0.13.8 |
2358 | 2024-06-12T21:31:08.268Z | Documenting similar v2.5.0 |
2359 | 2024-06-12T21:31:09.308Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2360 | 2024-06-12T21:31:11.604Z | Documenting getopts v0.2.21 |
2361 | 2024-06-12T21:31:12.332Z | Documenting float-cmp v0.9.0 |
2362 | 2024-06-12T21:31:12.917Z | Documenting difflib v0.4.0 |
2363 | 2024-06-12T21:31:13.635Z | Documenting whoami v1.5.1 |
2364 | 2024-06-12T21:31:13.752Z | Documenting normalize-line-endings v0.3.0 |
2365 | 2024-06-12T21:31:23.846Z | Documenting peg-runtime v0.8.3 |
2366 | 2024-06-12T21:31:23.869Z | Documenting predicates-core v1.0.6 |
2367 | 2024-06-12T21:31:23.956Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2368 | 2024-06-12T21:31:24.060Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2369 | 2024-06-12T21:31:24.217Z | Documenting tokio-postgres v0.7.10 |
2370 | 2024-06-12T21:31:24.378Z | Documenting bit-set v0.5.3 |
2371 | 2024-06-12T21:31:24.402Z | Documenting fs-err v2.11.0 |
2372 | 2024-06-12T21:31:24.643Z | Documenting tokio-stream v0.1.15 |
2373 | 2024-06-12T21:31:28.678Z | Checking ident_case v1.0.1 |
2374 | 2024-06-12T21:31:28.843Z | Checking darling_core v0.20.9 |
2375 | 2024-06-12T21:31:28.874Z | Documenting predicates v3.1.0 |
2376 | 2024-06-12T21:31:29.497Z | Documenting is-terminal v0.4.12 |
2377 | 2024-06-12T21:31:29.836Z | Documenting strum v0.26.2 |
2378 | 2024-06-12T21:31:30.821Z | Documenting base64 v0.22.1 |
2379 | 2024-06-12T21:31:30.839Z | Documenting ident_case v1.0.1 |
2380 | 2024-06-12T21:31:31.969Z | Documenting camino v1.1.7 |
2381 | 2024-06-12T21:31:32.614Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2382 | 2024-06-12T21:31:33.536Z | Documenting dirs-sys-next v0.1.2 |
2383 | 2024-06-12T21:31:33.979Z | Checking darling v0.20.9 |
2384 | 2024-06-12T21:31:34.101Z | Documenting sha1 v0.10.6 |
2385 | 2024-06-12T21:31:34.753Z | Documenting http v1.1.0 |
2386 | 2024-06-12T21:31:35.058Z | Documenting darling_core v0.20.9 |
2387 | 2024-06-12T21:31:35.381Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2388 | 2024-06-12T21:31:35.925Z | Documenting thread_local v1.1.8 |
2389 | 2024-06-12T21:31:36.883Z | Documenting paste v1.0.15 |
2390 | 2024-06-12T21:31:38.586Z | Documenting dirs-next v2.0.0 |
2391 | 2024-06-12T21:31:39.072Z | Documenting rustls-pki-types v1.7.0 |
2392 | 2024-06-12T21:31:40.526Z | Documenting crossbeam-channel v0.5.12 |
2393 | 2024-06-12T21:31:40.547Z | Documenting take_mut v0.2.2 |
2394 | 2024-06-12T21:31:40.744Z | Documenting slog-json v2.6.1 |
2395 | 2024-06-12T21:31:41.278Z | Documenting async-stream-impl v0.3.5 |
2396 | 2024-06-12T21:31:43.003Z | Documenting atomic-waker v1.1.2 |
2397 | 2024-06-12T21:31:43.603Z | Documenting term v0.7.0 |
2398 | 2024-06-12T21:31:44.213Z | Documenting rustls-webpki v0.102.4 |
2399 | 2024-06-12T21:31:45.463Z | Documenting debug-ignore v1.0.5 |
2400 | 2024-06-12T21:31:45.521Z | Documenting darling_macro v0.20.9 |
2401 | 2024-06-12T21:31:45.779Z | Documenting slog-async v2.8.0 |
2402 | 2024-06-12T21:31:45.977Z | Documenting waitgroup v0.1.2 |
2403 | 2024-06-12T21:31:46.135Z | Documenting slog-bunyan v2.5.0 |
2404 | 2024-06-12T21:31:47.131Z | Documenting async-stream v0.3.5 |
2405 | 2024-06-12T21:31:48.808Z | Documenting rustls-pemfile v2.1.2 |
2406 | 2024-06-12T21:31:49.018Z | Documenting slog-term v2.9.1 |
2407 | 2024-06-12T21:31:49.891Z | Documenting rustls v0.22.4 |
2408 | 2024-06-12T21:31:50.230Z | Documenting multer v3.1.0 |
2409 | 2024-06-12T21:31:50.977Z | Documenting toml v0.8.13 |
2410 | 2024-06-12T21:31:51.341Z | Documenting darling v0.20.9 |
2411 | 2024-06-12T21:31:51.454Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2412 | 2024-06-12T21:31:52.137Z | Documenting serde_path_to_error v0.1.16 |
2413 | 2024-06-12T21:31:53.793Z | Documenting hostname v0.4.0 |
2414 | 2024-06-12T21:31:54.373Z | Documenting structmeta-derive v0.3.0 |
2415 | 2024-06-12T21:31:56.638Z | Documenting newtype-uuid v1.1.0 |
2416 | 2024-06-12T21:31:56.884Z | Documenting serde_with_macros v3.8.1 |
2417 | 2024-06-12T21:31:56.994Z | Checking structmeta v0.3.0 |
2418 | 2024-06-12T21:31:57.222Z | Documenting instant v0.1.12 |
2419 | 2024-06-12T21:31:57.698Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2420 | 2024-06-12T21:31:58.108Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2421 | 2024-06-12T21:31:59.066Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2422 | 2024-06-12T21:31:59.692Z | Documenting tokio-rustls v0.25.0 |
2423 | 2024-06-12T21:32:01.007Z | Documenting structmeta v0.3.0 |
2424 | 2024-06-12T21:32:02.185Z | Documenting backoff v0.4.0 |
2425 | 2024-06-12T21:32:03.545Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2426 | 2024-06-12T21:32:03.548Z | Documenting serde_with v3.8.1 |
2427 | 2024-06-12T21:32:03.551Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2428 | 2024-06-12T21:32:03.722Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2429 | 2024-06-12T21:32:05.791Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2430 | 2024-06-12T21:32:06.989Z | Documenting parse-display-derive v0.9.0 |
2431 | 2024-06-12T21:32:07.978Z | Documenting macaddr v1.0.1 |
2432 | 2024-06-12T21:32:08.146Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2433 | 2024-06-12T21:32:08.589Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2434 | 2024-06-12T21:32:09.544Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2435 | 2024-06-12T21:32:09.778Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2436 | 2024-06-12T21:32:10.739Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2437 | 2024-06-12T21:32:11.378Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2438 | 2024-06-12T21:32:11.683Z | Documenting fastrand v2.1.0 |
2439 | 2024-06-12T21:32:12.426Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2440 | 2024-06-12T21:32:12.720Z | Documenting proc-macro-crate v1.3.1 |
2441 | 2024-06-12T21:32:13.015Z | Checking proc-macro-crate v1.3.1 |
2442 | 2024-06-12T21:32:13.285Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2443 | 2024-06-12T21:32:13.322Z | Documenting foreign-types-macros v0.2.3 |
2444 | 2024-06-12T21:32:13.405Z | Documenting foreign-types-shared v0.3.1 |
2445 | 2024-06-12T21:32:13.639Z | Documenting parse-display v0.9.0 |
2446 | 2024-06-12T21:32:14.225Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2447 | 2024-06-12T21:32:16.444Z | Documenting tempfile v3.10.1 |
2448 | 2024-06-12T21:32:16.833Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2449 | 2024-06-12T21:32:18.486Z | Documenting num_enum_derive v0.5.11 |
2450 | 2024-06-12T21:32:18.606Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2451 | 2024-06-12T21:32:19.189Z | Documenting cstr-argument v0.1.2 |
2452 | 2024-06-12T21:32:19.334Z | Documenting foreign-types v0.5.0 |
2453 | 2024-06-12T21:32:20.036Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2454 | 2024-06-12T21:32:21.434Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2455 | 2024-06-12T21:32:21.489Z | Documenting camino-tempfile v1.1.1 |
2456 | 2024-06-12T21:32:22.185Z | Documenting tabwriter v1.4.0 |
2457 | 2024-06-12T21:32:23.828Z | Documenting colored v2.1.0 |
2458 | 2024-06-12T21:32:24.110Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2459 | 2024-06-12T21:32:24.725Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2460 | 2024-06-12T21:32:26.371Z | Documenting num_enum v0.5.11 |
2461 | 2024-06-12T21:32:26.776Z | Documenting hash32 v0.3.1 |
2462 | 2024-06-12T21:32:27.223Z | Documenting stable_deref_trait v1.2.0 |
2463 | 2024-06-12T21:32:28.304Z | Documenting smf v0.2.3 |
2464 | 2024-06-12T21:32:28.689Z | Documenting cobs v0.2.3 |
2465 | 2024-06-12T21:32:28.884Z | Documenting embedded-io v0.4.0 |
2466 | 2024-06-12T21:32:30.516Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2467 | 2024-06-12T21:32:31.214Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2468 | 2024-06-12T21:32:31.770Z | Documenting heapless v0.8.0 |
2469 | 2024-06-12T21:32:32.190Z | Documenting derive-where v1.2.7 |
2470 | 2024-06-12T21:32:32.316Z | Documenting postcard v1.0.8 |
2471 | 2024-06-12T21:32:32.550Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2472 | 2024-06-12T21:32:33.610Z | Documenting crucible-workspace-hack v0.1.0 |
2473 | 2024-06-12T21:32:34.791Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2474 | 2024-06-12T21:32:35.607Z | Documenting newline-converter v0.3.0 |
2475 | 2024-06-12T21:32:36.680Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2476 | 2024-06-12T21:32:37.872Z | Documenting smoltcp v0.11.0 |
2477 | 2024-06-12T21:32:37.916Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2478 | 2024-06-12T21:32:38.215Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2479 | 2024-06-12T21:32:38.454Z | Documenting sigpipe v0.1.3 |
2480 | 2024-06-12T21:32:39.235Z | Documenting num-derive v0.4.2 |
2481 | 2024-06-12T21:32:39.969Z | Checking convert_case v0.4.0 |
2482 | 2024-06-12T21:32:40.184Z | Documenting convert_case v0.4.0 |
2483 | 2024-06-12T21:32:40.530Z | Documenting expectorate v1.1.0 |
2484 | 2024-06-12T21:32:40.636Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2485 | 2024-06-12T21:32:43.521Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2486 | 2024-06-12T21:32:43.792Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2487 | 2024-06-12T21:32:44.521Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2488 | 2024-06-12T21:32:44.597Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2489 | 2024-06-12T21:32:45.006Z | Documenting derive_more v0.99.17 |
2490 | 2024-06-12T21:32:45.360Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2491 | 2024-06-12T21:32:46.058Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2492 | 2024-06-12T21:32:47.428Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2493 | 2024-06-12T21:32:48.602Z | Documenting password-hash v0.5.0 |
2494 | 2024-06-12T21:32:49.125Z | Documenting blake2 v0.10.6 |
2495 | 2024-06-12T21:32:49.276Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2496 | 2024-06-12T21:32:51.315Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2497 | 2024-06-12T21:32:51.488Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2498 | 2024-06-12T21:32:52.189Z | Documenting humantime v2.1.0 |
2499 | 2024-06-12T21:32:52.222Z | Documenting linked-hash-map v0.5.6 |
2500 | 2024-06-12T21:32:52.340Z | Documenting newtype_derive v0.1.6 |
2501 | 2024-06-12T21:32:53.724Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2502 | 2024-06-12T21:32:53.945Z | Documenting argon2 v0.5.3 |
2503 | 2024-06-12T21:32:56.721Z | Documenting lru-cache v0.1.2 |
2504 | 2024-06-12T21:32:56.966Z | Documenting swrite v0.1.0 |
2505 | 2024-06-12T21:32:57.203Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2506 | 2024-06-12T21:32:57.257Z | Documenting steno v0.4.0 |
2507 | 2024-06-12T21:32:57.776Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2508 | 2024-06-12T21:32:59.267Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2509 | 2024-06-12T21:32:59.496Z | Documenting arc-swap v1.7.1 |
2510 | 2024-06-12T21:33:00.157Z | Documenting quick-error v1.2.3 |
2511 | 2024-06-12T21:33:00.177Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2512 | 2024-06-12T21:33:01.825Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2513 | 2024-06-12T21:33:01.881Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2514 | 2024-06-12T21:33:02.341Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2515 | 2024-06-12T21:33:03.041Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2516 | 2024-06-12T21:33:04.706Z | Documenting slog-scope v4.4.0 |
2517 | 2024-06-12T21:33:05.097Z | Documenting resolv-conf v0.7.0 |
2518 | 2024-06-12T21:33:05.204Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2519 | 2024-06-12T21:33:06.354Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2520 | 2024-06-12T21:33:06.737Z | Documenting xattr v1.3.1 |
2521 | 2024-06-12T21:33:06.779Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2522 | 2024-06-12T21:33:07.158Z | Documenting filetime v0.2.23 |
2523 | 2024-06-12T21:33:07.174Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2524 | 2024-06-12T21:33:07.429Z | Documenting num-rational v0.4.2 |
2525 | 2024-06-12T21:33:09.827Z | Documenting slog-stdlog v4.1.1 |
2526 | 2024-06-12T21:33:10.305Z | Documenting trust-dns-resolver v0.22.0 |
2527 | 2024-06-12T21:33:11.510Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2528 | 2024-06-12T21:33:12.159Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2529 | 2024-06-12T21:33:12.335Z | Documenting num-complex v0.4.6 |
2530 | 2024-06-12T21:33:12.501Z | Documenting tar v0.4.40 |
2531 | 2024-06-12T21:33:12.963Z | Documenting tap v1.0.1 |
2532 | 2024-06-12T21:33:15.027Z | Documenting slog-envlogger v2.2.0 |
2533 | 2024-06-12T21:33:15.944Z | Documenting wyz v0.5.1 |
2534 | 2024-06-12T21:33:17.467Z | Documenting num v0.4.3 |
2535 | 2024-06-12T21:33:18.560Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2536 | 2024-06-12T21:33:19.264Z | Documenting radium v0.7.0 |
2537 | 2024-06-12T21:33:19.704Z | Documenting nibble_vec v0.1.0 |
2538 | 2024-06-12T21:33:19.792Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2539 | 2024-06-12T21:33:20.751Z | Documenting display-error-chain v0.2.0 |
2540 | 2024-06-12T21:33:22.935Z | Documenting funty v2.0.0 |
2541 | 2024-06-12T21:33:23.429Z | Documenting endian-type v0.1.2 |
2542 | 2024-06-12T21:33:24.239Z | Documenting crc-catalog v2.4.0 |
2543 | 2024-06-12T21:33:24.913Z | Documenting same-file v1.0.6 |
2544 | 2024-06-12T21:33:25.693Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2545 | 2024-06-12T21:33:26.941Z | Documenting bitvec v1.0.1 |
2546 | 2024-06-12T21:33:27.651Z | Documenting crc v3.2.1 |
2547 | 2024-06-12T21:33:28.343Z | Documenting radix_trie v0.2.1 |
2548 | 2024-06-12T21:33:29.052Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2549 | 2024-06-12T21:33:29.390Z | Documenting walkdir v2.5.0 |
2550 | 2024-06-12T21:33:30.761Z | Documenting slog-dtrace v0.3.0 |
2551 | 2024-06-12T21:33:32.910Z | Documenting cancel-safe-futures v0.1.5 |
2552 | 2024-06-12T21:33:33.920Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2553 | 2024-06-12T21:33:34.068Z | Documenting packed_struct_codegen v0.10.1 |
2554 | 2024-06-12T21:33:34.185Z | Documenting nodrop v0.1.14 |
2555 | 2024-06-12T21:33:34.226Z | warning: unresolved link to `Blueprints` |
2556 | 2024-06-12T21:33:34.226Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2557 | 2024-06-12T21:33:34.226Z | | |
2558 | 2024-06-12T21:33:34.227Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2559 | 2024-06-12T21:33:34.227Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2560 | 2024-06-12T21:33:34.227Z | | |
2561 | 2024-06-12T21:33:34.227Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2562 | 2024-06-12T21:33:34.227Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2563 | 2024-06-12T21:33:34.227Z | |
2564 | 2024-06-12T21:33:34.236Z | warning: unresolved link to `Blueprints` |
2565 | 2024-06-12T21:33:34.236Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2566 | 2024-06-12T21:33:34.236Z | | |
2567 | 2024-06-12T21:33:34.236Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2568 | 2024-06-12T21:33:34.236Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2569 | 2024-06-12T21:33:34.237Z | | |
2570 | 2024-06-12T21:33:34.237Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2571 | 2024-06-12T21:33:34.237Z | |
2572 | 2024-06-12T21:33:34.237Z | warning: unresolved link to `BpSledTable` |
2573 | 2024-06-12T21:33:34.237Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
2574 | 2024-06-12T21:33:34.237Z | | |
2575 | 2024-06-12T21:33:34.238Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2576 | 2024-06-12T21:33:34.238Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2577 | 2024-06-12T21:33:34.238Z | | |
2578 | 2024-06-12T21:33:34.238Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2579 | 2024-06-12T21:33:34.238Z | |
2580 | 2024-06-12T21:33:36.586Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2581 | 2024-06-12T21:33:36.616Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2582 | 2024-06-12T21:33:37.573Z | Documenting array-init v0.0.4 |
2583 | 2024-06-12T21:33:38.451Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2584 | 2024-06-12T21:33:39.526Z | Documenting num-bigint-dig v0.8.4 |
2585 | 2024-06-12T21:33:40.167Z | Documenting pem v3.0.4 |
2586 | 2024-06-12T21:33:40.210Z | Documenting packed_struct v0.10.1 |
2587 | 2024-06-12T21:33:41.391Z | Documenting pkcs1 v0.7.5 |
2588 | 2024-06-12T21:33:43.963Z | Documenting signature v2.2.0 |
2589 | 2024-06-12T21:33:44.060Z | Documenting termcolor v1.4.1 |
2590 | 2024-06-12T21:33:44.430Z | Documenting maplit v1.0.2 |
2591 | 2024-06-12T21:33:45.328Z | Documenting bitfield v0.14.0 |
2592 | 2024-06-12T21:33:46.126Z | Documenting bzip2 v0.4.4 |
2593 | 2024-06-12T21:33:46.889Z | Documenting serde-hex v0.1.0 |
2594 | 2024-06-12T21:33:48.689Z | Documenting env_logger v0.10.2 |
2595 | 2024-06-12T21:33:48.824Z | Documenting rsa v0.9.6 |
2596 | 2024-06-12T21:33:49.110Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2597 | 2024-06-12T21:33:49.544Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2598 | 2024-06-12T21:33:49.701Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2599 | 2024-06-12T21:33:49.801Z | Documenting x509-cert v0.2.5 |
2600 | 2024-06-12T21:33:51.465Z | Documenting libsw v3.3.1 |
2601 | 2024-06-12T21:33:53.069Z | Documenting ron v0.8.1 |
2602 | 2024-06-12T21:33:54.233Z | Documenting half v2.4.1 |
2603 | 2024-06-12T21:33:54.297Z | Documenting headers-core v0.2.0 |
2604 | 2024-06-12T21:33:56.558Z | Documenting ciborium-io v0.2.2 |
2605 | 2024-06-12T21:33:56.979Z | Documenting crc-any v2.5.0 |
2606 | 2024-06-12T21:33:57.814Z | Documenting linear-map v1.2.0 |
2607 | 2024-06-12T21:33:57.910Z | Documenting owo-colors v4.0.0 |
2608 | 2024-06-12T21:33:58.259Z | Documenting zip v0.6.6 |
2609 | 2024-06-12T21:33:59.048Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2610 | 2024-06-12T21:33:59.547Z | Documenting headers v0.3.9 |
2611 | 2024-06-12T21:34:00.255Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2612 | 2024-06-12T21:34:01.507Z | Documenting ciborium-ll v0.2.2 |
2613 | 2024-06-12T21:34:02.650Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2614 | 2024-06-12T21:34:02.818Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2615 | 2024-06-12T21:34:03.748Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2616 | 2024-06-12T21:34:04.071Z | Documenting async-recursion v1.1.1 |
2617 | 2024-06-12T21:34:06.355Z | Documenting path-slash v0.1.5 |
2618 | 2024-06-12T21:34:06.706Z | Documenting ciborium v0.2.2 |
2619 | 2024-06-12T21:34:09.950Z | Documenting fxhash v0.2.1 |
2620 | 2024-06-12T21:34:10.482Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2621 | 2024-06-12T21:34:11.437Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2622 | 2024-06-12T21:34:11.865Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2623 | 2024-06-12T21:34:12.251Z | Documenting buf-list v1.0.3 |
2624 | 2024-06-12T21:34:14.824Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2625 | 2024-06-12T21:34:14.970Z | Documenting derive_builder_core v0.20.0 |
2626 | 2024-06-12T21:34:17.669Z | Checking derive_builder_core v0.20.0 |
2627 | 2024-06-12T21:34:18.562Z | Documenting pin-project-internal v1.1.5 |
2628 | 2024-06-12T21:34:20.445Z | Documenting ref-cast-impl v1.0.23 |
2629 | 2024-06-12T21:34:21.820Z | Documenting vte_generate_state_changes v0.1.1 |
2630 | 2024-06-12T21:34:25.099Z | Documenting pin-project v1.1.5 |
2631 | 2024-06-12T21:34:25.977Z | Documenting derive_builder_macro v0.20.0 |
2632 | 2024-06-12T21:34:26.014Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2633 | 2024-06-12T21:34:26.014Z | Documenting ref-cast v1.0.23 |
2634 | 2024-06-12T21:34:26.014Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2635 | 2024-06-12T21:34:26.729Z | Documenting vte v0.11.1 |
2636 | 2024-06-12T21:34:28.100Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2637 | 2024-06-12T21:34:28.811Z | Documenting crossbeam-deque v0.8.5 |
2638 | 2024-06-12T21:34:30.088Z | Documenting snafu-derive v0.8.2 |
2639 | 2024-06-12T21:34:30.799Z | Documenting fd-lock v4.0.2 |
2640 | 2024-06-12T21:34:31.446Z | Documenting bitstruct_derive v0.1.0 |
2641 | 2024-06-12T21:34:31.604Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2642 | 2024-06-12T21:34:33.613Z | Documenting ascii v1.1.0 |
2643 | 2024-06-12T21:34:33.878Z | Documenting rayon-core v1.12.1 |
2644 | 2024-06-12T21:34:36.524Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2645 | 2024-06-12T21:34:36.679Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2646 | 2024-06-12T21:34:36.830Z | Documenting bitstruct v0.1.1 |
2647 | 2024-06-12T21:34:37.233Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2648 | 2024-06-12T21:34:37.906Z | Documenting snafu v0.8.2 |
2649 | 2024-06-12T21:34:39.353Z | Documenting strip-ansi-escapes v0.2.0 |
2650 | 2024-06-12T21:34:40.285Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2651 | 2024-06-12T21:34:40.297Z | Documenting derive_builder v0.20.0 |
2652 | 2024-06-12T21:34:41.565Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2653 | 2024-06-12T21:34:42.042Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2654 | 2024-06-12T21:34:42.505Z | Documenting polar-core v0.27.3 |
2655 | 2024-06-12T21:34:49.547Z | Documenting libxml v0.3.3 |
2656 | 2024-06-12T21:34:49.699Z | Documenting proc-macro-error-attr v1.0.4 |
2657 | 2024-06-12T21:34:49.805Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2658 | 2024-06-12T21:34:49.828Z | Documenting globset v0.4.14 |
2659 | 2024-06-12T21:34:49.905Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2660 | 2024-06-12T21:34:50.306Z | Documenting olpc-cjson v0.1.3 |
2661 | 2024-06-12T21:34:51.765Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2662 | 2024-06-12T21:34:52.806Z | Documenting quick-xml v0.31.0 |
2663 | 2024-06-12T21:34:52.946Z | Documenting erased-serde v0.3.31 |
2664 | 2024-06-12T21:34:54.236Z | Documenting serde_arrays v0.1.0 |
2665 | 2024-06-12T21:34:55.212Z | Documenting serde_plain v1.0.2 |
2666 | 2024-06-12T21:34:55.785Z | Documenting oso-derive v0.27.3 |
2667 | 2024-06-12T21:34:55.999Z | Documenting impl-trait-for-tuples v0.2.2 |
2668 | 2024-06-12T21:34:59.203Z | Documenting unicode-xid v0.2.4 |
2669 | 2024-06-12T21:34:59.248Z | Documenting typed-path v0.7.1 |
2670 | 2024-06-12T21:34:59.916Z | Documenting nu-ansi-term v0.50.0 |
2671 | 2024-06-12T21:35:00.521Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2672 | 2024-06-12T21:35:00.785Z | Checking unicode-xid v0.2.4 |
2673 | 2024-06-12T21:35:00.967Z | Documenting samael v0.0.15 |
2674 | 2024-06-12T21:35:02.025Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2675 | 2024-06-12T21:35:02.151Z | Documenting oso v0.27.3 |
2676 | 2024-06-12T21:35:02.275Z | Documenting const_format_proc_macros v0.2.32 |
2677 | 2024-06-12T21:35:02.463Z | Documenting proc-macro-error v1.0.4 |
2678 | 2024-06-12T21:35:05.481Z | Documenting reedline v0.31.0 |
2679 | 2024-06-12T21:35:05.949Z | Documenting tough v0.17.1 |
2680 | 2024-06-12T21:35:07.684Z | Documenting rayon v1.10.0 |
2681 | 2024-06-12T21:35:07.883Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2682 | 2024-06-12T21:35:09.171Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2683 | 2024-06-12T21:35:13.110Z | Documenting libefi-sys v0.1.0 |
2684 | 2024-06-12T21:35:13.788Z | Documenting trust-dns-client v0.22.0 |
2685 | 2024-06-12T21:35:15.450Z | Documenting cookie v0.18.1 |
2686 | 2024-06-12T21:35:16.328Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2687 | 2024-06-12T21:35:17.755Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2688 | 2024-06-12T21:35:18.288Z | Checking proc-macro-error v1.0.4 |
2689 | 2024-06-12T21:35:18.305Z | Documenting bb8 v0.8.3 |
2690 | 2024-06-12T21:35:18.583Z | Documenting keccak v0.1.5 |
2691 | 2024-06-12T21:35:18.714Z | Documenting utf-8 v0.7.6 |
2692 | 2024-06-12T21:35:20.775Z | Documenting parse-size v1.0.0 |
2693 | 2024-06-12T21:35:21.535Z | Documenting bytecount v0.6.8 |
2694 | 2024-06-12T21:35:21.649Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2695 | 2024-06-12T21:35:22.489Z | Documenting trust-dns-server v0.22.1 |
2696 | 2024-06-12T21:35:23.140Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2697 | 2024-06-12T21:35:23.856Z | Documenting tungstenite v0.21.0 |
2698 | 2024-06-12T21:35:24.363Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2699 | 2024-06-12T21:35:25.318Z | Documenting papergrid v0.11.0 |
2700 | 2024-06-12T21:35:25.441Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2701 | 2024-06-12T21:35:26.701Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2702 | 2024-06-12T21:35:27.808Z | Documenting sha3 v0.10.8 |
2703 | 2024-06-12T21:35:30.592Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2704 | 2024-06-12T21:35:31.022Z | Documenting tabled_derive v0.7.0 |
2705 | 2024-06-12T21:35:31.207Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2706 | 2024-06-12T21:35:31.866Z | Documenting const_format v0.2.32 |
2707 | 2024-06-12T21:35:32.829Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2708 | 2024-06-12T21:35:34.067Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2709 | 2024-06-12T21:35:34.250Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2710 | 2024-06-12T21:35:35.261Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2711 | 2024-06-12T21:35:35.383Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2712 | 2024-06-12T21:35:35.688Z | Documenting sled v0.34.7 |
2713 | 2024-06-12T21:35:35.957Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2714 | 2024-06-12T21:35:36.428Z | Documenting nix v0.28.0 |
2715 | 2024-06-12T21:35:36.672Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2716 | 2024-06-12T21:35:36.867Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2717 | 2024-06-12T21:35:36.871Z | Documenting secrecy v0.8.0 |
2718 | 2024-06-12T21:35:37.147Z | Documenting gethostname v0.4.3 |
2719 | 2024-06-12T21:35:40.418Z | Documenting peg-macros v0.8.3 |
2720 | 2024-06-12T21:35:42.118Z | Documenting rustversion v1.0.17 |
2721 | 2024-06-12T21:35:42.257Z | Documenting sqlparser_derive v0.2.2 |
2722 | 2024-06-12T21:35:42.511Z | Documenting unicode_categories v0.1.1 |
2723 | 2024-06-12T21:35:42.786Z | Documenting home v0.5.9 |
2724 | 2024-06-12T21:35:44.376Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2725 | 2024-06-12T21:35:45.445Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2726 | 2024-06-12T21:35:46.231Z | Documenting peg v0.8.3 |
2727 | 2024-06-12T21:35:47.149Z | Documenting castaway v0.2.2 |
2728 | 2024-06-12T21:35:47.392Z | Documenting sqlparser v0.45.0 |
2729 | 2024-06-12T21:35:47.576Z | Documenting sqlformat v0.2.3 |
2730 | 2024-06-12T21:35:47.836Z | Documenting rustyline v14.0.0 |
2731 | 2024-06-12T21:35:51.257Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2732 | 2024-06-12T21:35:52.159Z | Documenting tabled v0.15.0 |
2733 | 2024-06-12T21:35:53.183Z | Documenting tokio-tungstenite v0.21.0 |
2734 | 2024-06-12T21:35:55.058Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2735 | 2024-06-12T21:35:58.076Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2736 | 2024-06-12T21:35:59.348Z | Documenting zone v0.1.8 |
2737 | 2024-06-12T21:35:59.363Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2738 | 2024-06-12T21:35:59.823Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2739 | 2024-06-12T21:36:00.222Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2740 | 2024-06-12T21:36:00.765Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2741 | 2024-06-12T21:36:01.579Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2742 | 2024-06-12T21:36:04.619Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2743 | 2024-06-12T21:36:04.871Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2744 | 2024-06-12T21:36:05.113Z | Documenting portpicker v0.1.1 |
2745 | 2024-06-12T21:36:05.926Z | Documenting universal-hash v0.5.1 |
2746 | 2024-06-12T21:36:07.144Z | Documenting bcs v0.1.6 |
2747 | 2024-06-12T21:36:10.587Z | Documenting thiserror-impl-no-std v2.0.2 |
2748 | 2024-06-12T21:36:12.288Z | Documenting kstat-rs v0.2.3 |
2749 | 2024-06-12T21:36:15.833Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2750 | 2024-06-12T21:36:21.115Z | Documenting curve25519-dalek-derive v0.1.1 |
2751 | 2024-06-12T21:36:21.347Z | Documenting opaque-debug v0.3.1 |
2752 | 2024-06-12T21:36:21.404Z | Documenting highway v1.1.0 |
2753 | 2024-06-12T21:36:21.629Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2754 | 2024-06-12T21:36:21.661Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2755 | 2024-06-12T21:36:21.689Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2756 | 2024-06-12T21:36:21.843Z | Documenting thiserror-no-std v2.0.2 |
2757 | 2024-06-12T21:36:24.761Z | Documenting poly1305 v0.8.0 |
2758 | 2024-06-12T21:36:25.307Z | Documenting compact_str v0.7.1 |
2759 | 2024-06-12T21:36:26.540Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2760 | 2024-06-12T21:36:26.999Z | Documenting curve25519-dalek v4.1.2 |
2761 | 2024-06-12T21:36:30.636Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2762 | 2024-06-12T21:36:30.773Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2763 | 2024-06-12T21:36:32.579Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2764 | 2024-06-12T21:36:32.598Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2024-06-12T21:36:33.412Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2766 | 2024-06-12T21:36:34.303Z | Documenting portable-atomic v1.6.0 |
2767 | 2024-06-12T21:36:35.174Z | Documenting ed25519 v1.5.3 |
2768 | 2024-06-12T21:36:36.346Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2769 | 2024-06-12T21:36:36.700Z | Documenting unicase v2.7.0 |
2770 | 2024-06-12T21:36:38.190Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2771 | 2024-06-12T21:36:38.580Z | Documenting rcgen v0.12.1 |
2772 | 2024-06-12T21:36:38.608Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2773 | 2024-06-12T21:36:40.062Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2774 | 2024-06-12T21:36:42.537Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2775 | 2024-06-12T21:36:46.853Z | Documenting atomicwrites v0.4.3 |
2776 | 2024-06-12T21:36:47.964Z | warning: could not parse code block as Rust code |
2777 | 2024-06-12T21:36:47.965Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
2778 | 2024-06-12T21:36:47.965Z | | |
2779 | 2024-06-12T21:36:47.965Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
2780 | 2024-06-12T21:36:47.965Z | 247 | | /// |
2781 | 2024-06-12T21:36:47.965Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
2782 | 2024-06-12T21:36:47.965Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
2783 | 2024-06-12T21:36:47.965Z | ... | |
2784 | 2024-06-12T21:36:47.965Z | 277 | | /// |
2785 | 2024-06-12T21:36:47.966Z | 278 | | /// Will be parsed as `this string has " in it`. |
2786 | 2024-06-12T21:36:47.966Z | | |________________________________________________________^ |
2787 | 2024-06-12T21:36:47.966Z | | |
2788 | 2024-06-12T21:36:47.966Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
2789 | 2024-06-12T21:36:47.966Z | = note: error from rustc: unknown start of token: \ |
2790 | 2024-06-12T21:36:47.966Z | = note: error from rustc: unknown start of token: \ |
2791 | 2024-06-12T21:36:47.966Z | = note: error from rustc: unknown start of token: \ |
2792 | 2024-06-12T21:36:47.967Z | = note: error from rustc: unknown start of token: \ |
2793 | 2024-06-12T21:36:47.967Z | = note: error from rustc: unknown start of token: \ |
2794 | 2024-06-12T21:36:47.967Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
2795 | 2024-06-12T21:36:47.967Z | |
2796 | 2024-06-12T21:36:48.162Z | Documenting chacha20 v0.9.1 |
2797 | 2024-06-12T21:36:49.370Z | warning: `oximeter-db` (lib doc) generated 1 warning |
2798 | 2024-06-12T21:36:49.371Z | Documenting lru v0.12.3 |
2799 | 2024-06-12T21:36:49.826Z | Documenting aead v0.5.2 |
2800 | 2024-06-12T21:36:51.918Z | Documenting rand_seeder v0.2.3 |
2801 | 2024-06-12T21:36:53.211Z | Documenting nanorand v0.7.0 |
2802 | 2024-06-12T21:36:53.452Z | Documenting subprocess v0.2.9 |
2803 | 2024-06-12T21:36:53.625Z | Documenting stability v0.2.0 |
2804 | 2024-06-12T21:36:54.427Z | Documenting number_prefix v0.4.0 |
2805 | 2024-06-12T21:37:02.604Z | warning: unresolved link to `crate::db::lookup::LookupPath` |
2806 | 2024-06-12T21:37:02.604Z | --> nexus/auth/src/authz/api_resources.rs:8:12 |
2807 | 2024-06-12T21:37:02.604Z | | |
2808 | 2024-06-12T21:37:02.604Z | 8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz` |
2809 | 2024-06-12T21:37:02.604Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth` |
2810 | 2024-06-12T21:37:02.604Z | | |
2811 | 2024-06-12T21:37:02.605Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2812 | 2024-06-12T21:37:02.605Z | |
2813 | 2024-06-12T21:37:04.274Z | Documenting glob v0.3.1 |
2814 | 2024-06-12T21:37:04.299Z | Documenting cassowary v0.3.0 |
2815 | 2024-06-12T21:37:04.371Z | Documenting chacha20poly1305 v0.10.1 |
2816 | 2024-06-12T21:37:04.391Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2817 | 2024-06-12T21:37:04.503Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2818 | 2024-06-12T21:37:04.661Z | Documenting indicatif v0.17.8 |
2819 | 2024-06-12T21:37:04.871Z | Documenting flume v0.11.0 |
2820 | 2024-06-12T21:37:05.868Z | warning: `nexus-auth` (lib doc) generated 1 warning |
2821 | 2024-06-12T21:37:05.875Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2822 | 2024-06-12T21:37:08.146Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2823 | 2024-06-12T21:37:09.526Z | Documenting ratatui v0.26.2 |
2824 | 2024-06-12T21:37:18.759Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2825 | 2024-06-12T21:37:19.080Z | Documenting mime_guess v2.0.4 |
2826 | 2024-06-12T21:37:19.314Z | Documenting salty v0.2.0 |
2827 | 2024-06-12T21:37:19.845Z | Documenting vsss-rs v3.3.4 |
2828 | 2024-06-12T21:37:20.037Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2829 | 2024-06-12T21:37:21.337Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2830 | 2024-06-12T21:37:21.396Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2831 | 2024-06-12T21:37:23.731Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2832 | 2024-06-12T21:37:23.950Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2833 | 2024-06-12T21:37:24.703Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2834 | 2024-06-12T21:37:24.753Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2835 | 2024-06-12T21:37:24.879Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2836 | 2024-06-12T21:37:25.008Z | Documenting serde-big-array v0.5.1 |
2837 | 2024-06-12T21:37:25.137Z | Documenting memmap2 v0.9.4 |
2838 | 2024-06-12T21:37:26.204Z | Documenting rtoolbox v0.0.2 |
2839 | 2024-06-12T21:37:29.364Z | Documenting shell-words v1.1.0 |
2840 | 2024-06-12T21:37:29.594Z | Documenting arrayvec v0.7.4 |
2841 | 2024-06-12T21:37:29.788Z | Documenting smawk v0.3.2 |
2842 | 2024-06-12T21:37:30.036Z | Documenting constant_time_eq v0.3.0 |
2843 | 2024-06-12T21:37:31.341Z | Documenting is_ci v1.2.0 |
2844 | 2024-06-12T21:37:32.821Z | Documenting unicode-linebreak v0.1.5 |
2845 | 2024-06-12T21:37:33.486Z | Documenting arrayref v0.3.7 |
2846 | 2024-06-12T21:37:33.763Z | Documenting http-range v0.1.5 |
2847 | 2024-06-12T21:37:34.171Z | Documenting rpassword v7.3.1 |
2848 | 2024-06-12T21:37:35.107Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2849 | 2024-06-12T21:37:36.371Z | Documenting textwrap v0.16.1 |
2850 | 2024-06-12T21:37:36.514Z | Documenting supports-color v3.0.0 |
2851 | 2024-06-12T21:37:36.774Z | Documenting blake3 v1.5.1 |
2852 | 2024-06-12T21:37:38.677Z | Documenting hyper-staticfile v0.9.5 |
2853 | 2024-06-12T21:37:38.872Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2854 | 2024-06-12T21:37:39.907Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2855 | 2024-06-12T21:37:40.932Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2856 | 2024-06-12T21:37:41.502Z | Documenting tui-tree-widget v0.19.0 |
2857 | 2024-06-12T21:37:41.833Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2858 | 2024-06-12T21:37:45.685Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2859 | 2024-06-12T21:37:46.544Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2860 | 2024-06-12T21:37:47.188Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2861 | 2024-06-12T21:37:47.933Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2862 | 2024-06-12T21:37:47.956Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2863 | 2024-06-12T21:37:48.263Z | Documenting signal-hook-tokio v0.3.1 |
2864 | 2024-06-12T21:37:48.421Z | Documenting csv-core v0.1.11 |
2865 | 2024-06-12T21:37:50.223Z | Documenting corncobs v0.1.3 |
2866 | 2024-06-12T21:37:50.778Z | Documenting topological-sort v0.2.2 |
2867 | 2024-06-12T21:37:53.356Z | Documenting csv v1.3.0 |
2868 | 2024-06-12T21:37:53.885Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2869 | 2024-06-12T21:37:53.896Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2870 | 2024-06-12T21:37:55.159Z | Documenting omicron-zone-package v0.11.0 |
2871 | 2024-06-12T21:37:56.802Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2872 | 2024-06-12T21:37:57.708Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2873 | 2024-06-12T21:37:58.203Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2874 | 2024-06-12T21:37:58.685Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2875 | 2024-06-12T21:38:06.512Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2876 | 2024-06-12T21:38:07.773Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2877 | 2024-06-12T21:38:08.820Z | warning: unresolved link to `test_sled_transitions` |
2878 | 2024-06-12T21:38:08.820Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
2879 | 2024-06-12T21:38:08.820Z | | |
2880 | 2024-06-12T21:38:08.820Z | 698 | /// [`test_sled_transitions`]. |
2881 | 2024-06-12T21:38:08.820Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2882 | 2024-06-12T21:38:08.820Z | | |
2883 | 2024-06-12T21:38:08.821Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2884 | 2024-06-12T21:38:08.821Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2885 | 2024-06-12T21:38:08.821Z | |
2886 | 2024-06-12T21:38:08.827Z | warning: unresolved link to `test_sled_transitions` |
2887 | 2024-06-12T21:38:08.827Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
2888 | 2024-06-12T21:38:08.828Z | | |
2889 | 2024-06-12T21:38:08.828Z | 734 | /// [`test_sled_transitions`]. |
2890 | 2024-06-12T21:38:08.828Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2891 | 2024-06-12T21:38:08.828Z | | |
2892 | 2024-06-12T21:38:08.828Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2893 | 2024-06-12T21:38:08.828Z | |
2894 | 2024-06-12T21:38:08.828Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
2895 | 2024-06-12T21:38:08.829Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
2896 | 2024-06-12T21:38:08.829Z | | |
2897 | 2024-06-12T21:38:08.829Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
2898 | 2024-06-12T21:38:08.829Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
2899 | 2024-06-12T21:38:08.830Z | |
2900 | 2024-06-12T21:38:09.639Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2901 | 2024-06-12T21:38:16.873Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2902 | 2024-06-12T21:38:18.049Z | warning: unclosed HTML tag `usize` |
2903 | 2024-06-12T21:38:18.049Z | --> wicket/src/ui/panes/update.rs:153:19 |
2904 | 2024-06-12T21:38:18.049Z | | |
2905 | 2024-06-12T21:38:18.049Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
2906 | 2024-06-12T21:38:18.049Z | | ^^^^^^^ |
2907 | 2024-06-12T21:38:18.049Z | | |
2908 | 2024-06-12T21:38:18.049Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
2909 | 2024-06-12T21:38:18.049Z | |
2910 | 2024-06-12T21:38:24.322Z | warning: `wicket` (lib doc) generated 1 warning |
2911 | 2024-06-12T21:38:24.322Z | Documenting fatfs v0.3.6 |
2912 | 2024-06-12T21:38:24.322Z | warning: unresolved link to `BlueprintDisksConfig` |
2913 | 2024-06-12T21:38:24.322Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1074:55 |
2914 | 2024-06-12T21:38:24.322Z | | |
2915 | 2024-06-12T21:38:24.323Z | 1074 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
2916 | 2024-06-12T21:38:24.323Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
2917 | 2024-06-12T21:38:24.323Z | | |
2918 | 2024-06-12T21:38:24.323Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2919 | 2024-06-12T21:38:24.323Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2920 | 2024-06-12T21:38:24.323Z | |
2921 | 2024-06-12T21:38:24.323Z | Documenting cargo-platform v0.1.8 |
2922 | 2024-06-12T21:38:24.323Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
2923 | 2024-06-12T21:38:24.323Z | Documenting assert_matches v1.5.0 |
2924 | 2024-06-12T21:38:25.425Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2925 | 2024-06-12T21:38:25.576Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2926 | 2024-06-12T21:38:25.802Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2927 | 2024-06-12T21:38:26.891Z | Documenting cargo_metadata v0.18.1 |
2928 | 2024-06-12T21:38:28.021Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
2929 | 2024-06-12T21:38:28.025Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2930 | 2024-06-12T21:38:29.635Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2931 | 2024-06-12T21:38:32.405Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2932 | 2024-06-12T21:38:35.577Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2933 | 2024-06-12T21:38:35.577Z | --> sled-agent/src/sim/instance.rs:45:7 |
2934 | 2024-06-12T21:38:35.577Z | | |
2935 | 2024-06-12T21:38:35.577Z | 45 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2936 | 2024-06-12T21:38:35.577Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2937 | 2024-06-12T21:38:35.577Z | | |
2938 | 2024-06-12T21:38:35.577Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2939 | 2024-06-12T21:38:35.577Z | |
2940 | 2024-06-12T21:38:39.172Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2941 | 2024-06-12T21:38:39.176Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2942 | 2024-06-12T21:38:40.211Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2943 | 2024-06-12T21:38:41.860Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2944 | 2024-06-12T21:38:42.260Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2945 | 2024-06-12T21:38:46.284Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2946 | 2024-06-12T21:38:49.457Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2947 | 2024-06-12T21:38:50.221Z | Documenting uzers v0.11.3 |
2948 | 2024-06-12T21:38:51.518Z | Documenting termios v0.3.3 |
2949 | 2024-06-12T21:38:55.145Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2950 | 2024-06-12T21:38:55.654Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2951 | 2024-06-12T21:38:56.995Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2952 | 2024-06-12T21:38:57.761Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2953 | 2024-06-12T21:39:04.416Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2954 | 2024-06-12T21:39:08.478Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2955 | 2024-06-12T21:39:12.062Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2956 | 2024-06-12T21:39:28.899Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2957 | 2024-06-12T21:39:31.699Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2958 | 2024-06-12T21:39:38.352Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2959 | 2024-06-12T21:39:48.111Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2960 | 2024-06-12T21:39:49.308Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2961 | 2024-06-12T21:39:51.157Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2962 | 2024-06-12T21:39:53.131Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2963 | 2024-06-12T21:39:53.343Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2964 | 2024-06-12T21:40:20.596Z | warning: unresolved link to `Nexus` |
2965 | 2024-06-12T21:40:20.597Z | --> nexus/src/app/instance_network.rs:241:34 |
2966 | 2024-06-12T21:40:20.597Z | | |
2967 | 2024-06-12T21:40:20.597Z | 241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
2968 | 2024-06-12T21:40:20.597Z | | ^^^^^ no item named `Nexus` in scope |
2969 | 2024-06-12T21:40:20.597Z | | |
2970 | 2024-06-12T21:40:20.598Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2971 | 2024-06-12T21:40:20.598Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2972 | 2024-06-12T21:40:20.598Z | |
2973 | 2024-06-12T21:40:20.617Z | warning: unresolved link to `Nexus` |
2974 | 2024-06-12T21:40:20.617Z | --> nexus/src/app/instance_network.rs:419:34 |
2975 | 2024-06-12T21:40:20.617Z | | |
2976 | 2024-06-12T21:40:20.617Z | 419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
2977 | 2024-06-12T21:40:20.617Z | | ^^^^^ no item named `Nexus` in scope |
2978 | 2024-06-12T21:40:20.617Z | | |
2979 | 2024-06-12T21:40:20.617Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2980 | 2024-06-12T21:40:20.618Z | |
2981 | 2024-06-12T21:40:20.618Z | warning: unresolved link to `VolumeConstructionRequest` |
2982 | 2024-06-12T21:40:20.618Z | --> nexus/src/app/sagas/volume_delete.rs:335:7 |
2983 | 2024-06-12T21:40:20.618Z | | |
2984 | 2024-06-12T21:40:20.618Z | 335 | /// [`VolumeConstructionRequest`] is shown here): |
2985 | 2024-06-12T21:40:20.618Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2986 | 2024-06-12T21:40:20.618Z | | |
2987 | 2024-06-12T21:40:20.618Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2988 | 2024-06-12T21:40:20.618Z | |
2989 | 2024-06-12T21:40:20.619Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2990 | 2024-06-12T21:40:20.619Z | --> nexus/src/app/sagas/volume_delete.rs:345:17 |
2991 | 2024-06-12T21:40:20.619Z | | |
2992 | 2024-06-12T21:40:20.619Z | 345 | /// "[fd00:1122:3344:101::5]:1000", |
2993 | 2024-06-12T21:40:20.619Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2994 | 2024-06-12T21:40:20.619Z | |
2995 | 2024-06-12T21:40:20.619Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2996 | 2024-06-12T21:40:20.619Z | --> nexus/src/app/sagas/volume_delete.rs:346:17 |
2997 | 2024-06-12T21:40:20.619Z | | |
2998 | 2024-06-12T21:40:20.619Z | 346 | /// "[fd00:1122:3344:102::9]:1000", |
2999 | 2024-06-12T21:40:20.619Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3000 | 2024-06-12T21:40:20.620Z | |
3001 | 2024-06-12T21:40:20.620Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3002 | 2024-06-12T21:40:20.620Z | --> nexus/src/app/sagas/volume_delete.rs:347:17 |
3003 | 2024-06-12T21:40:20.620Z | | |
3004 | 2024-06-12T21:40:20.620Z | 347 | /// "[fd00:1122:3344:103::2]:1000" |
3005 | 2024-06-12T21:40:20.620Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3006 | 2024-06-12T21:40:20.620Z | |
3007 | 2024-06-12T21:40:20.620Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3008 | 2024-06-12T21:40:20.620Z | --> nexus/src/app/sagas/volume_delete.rs:366:17 |
3009 | 2024-06-12T21:40:20.620Z | | |
3010 | 2024-06-12T21:40:20.620Z | 366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3011 | 2024-06-12T21:40:20.620Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3012 | 2024-06-12T21:40:20.620Z | |
3013 | 2024-06-12T21:40:20.620Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3014 | 2024-06-12T21:40:20.621Z | --> nexus/src/app/sagas/volume_delete.rs:367:17 |
3015 | 2024-06-12T21:40:20.621Z | | |
3016 | 2024-06-12T21:40:20.621Z | 367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3017 | 2024-06-12T21:40:20.621Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3018 | 2024-06-12T21:40:20.621Z | |
3019 | 2024-06-12T21:40:20.621Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3020 | 2024-06-12T21:40:20.621Z | --> nexus/src/app/sagas/volume_delete.rs:368:17 |
3021 | 2024-06-12T21:40:20.621Z | | |
3022 | 2024-06-12T21:40:20.621Z | 368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3023 | 2024-06-12T21:40:20.621Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3024 | 2024-06-12T21:40:20.621Z | |
3025 | 2024-06-12T21:40:23.566Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3026 | 2024-06-12T21:40:40.604Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 02s |
3027 | 2024-06-12T21:40:40.706Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 84 other files |
3028 | 2024-06-12T21:40:40.755Z | |
3029 | 2024-06-12T21:40:40.758Z | real 13:02.342805940 |
3030 | 2024-06-12T21:40:40.758Z | user 37:17.836855657 |
3031 | 2024-06-12T21:40:40.758Z | sys 54:59.405883115 |
3032 | 2024-06-12T21:40:40.758Z | trap 0.972924823 |
3033 | 2024-06-12T21:40:40.758Z | tflt 0.165582396 |
3034 | 2024-06-12T21:40:40.759Z | dflt 0.740420111 |
3035 | 2024-06-12T21:40:40.759Z | kflt 0.000033715 |
3036 | 2024-06-12T21:40:40.759Z | lock 3:17:53.551132432 |
3037 | 2024-06-12T21:40:40.759Z | slp 3:34:23.951863036 |
3038 | 2024-06-12T21:40:40.759Z | lat 4:36.960646185 |
3039 | 2024-06-12T21:40:40.759Z | stop 2:39.742524192 |
3040 | 2024-06-12T21:40:40.759Z | process exited: duration 1347214 ms, exit code 0 |
|
3041 | 2024-06-12T21:40:40.766Z | found 0 output files |