|
|
|
1 | 2024-06-12T20:00:47.929Z | job assigned to worker 01J070J24PZ4ZMV5R1HV2GTK65 (queued for 58 s) |
|
2 | 2024-06-12T20:00:55.637Z | starting task 0: "setup" |
3 | 2024-06-12T20:00:55.653Z | ++ uname -s |
4 | 2024-06-12T20:00:55.654Z | + kern=SunOS |
5 | 2024-06-12T20:00:55.654Z | + case "$kern" in |
6 | 2024-06-12T20:00:55.654Z | + groupadd -g 12345 build |
7 | 2024-06-12T20:00:55.654Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-06-12T20:00:57.304Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-06-12T20:00:57.365Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-06-12T20:00:57.379Z | + home_fs=zfs |
11 | 2024-06-12T20:00:57.379Z | + [[ zfs == autofs ]] |
12 | 2024-06-12T20:00:57.379Z | + mkdir -p /home/build |
13 | 2024-06-12T20:00:57.379Z | + chown build:build /home/build /work |
14 | 2024-06-12T20:00:59.375Z | + chmod 0700 /home/build /work |
15 | 2024-06-12T20:00:59.387Z | process exited: duration 4144 ms, exit code 0 |
|
16 | 2024-06-12T20:00:59.450Z | starting task 1: "rust-toolchain" |
17 | 2024-06-12T20:00:59.464Z | + printf ' * toolchain channel = "%s" |
18 | 2024-06-12T20:00:59.464Z | ' 1.78.0 |
19 | 2024-06-12T20:00:59.464Z | + printf ' * toolchain profile = "%s" |
20 | 2024-06-12T20:00:59.464Z | ' default |
21 | 2024-06-12T20:00:59.465Z | * toolchain channel = "1.78.0" |
22 | 2024-06-12T20:00:59.465Z | * toolchain profile = "default" |
23 | 2024-06-12T20:00:59.465Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-06-12T20:00:59.465Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-06-12T20:00:59.557Z | info: downloading installer |
26 | 2024-06-12T20:01:01.587Z | info: profile set to 'default' |
27 | 2024-06-12T20:01:01.588Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-06-12T20:01:01.625Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-06-12T20:01:01.627Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-06-12T20:01:01.627Z | info: downloading component 'cargo' |
31 | 2024-06-12T20:01:02.380Z | info: downloading component 'clippy' |
32 | 2024-06-12T20:01:02.741Z | info: downloading component 'rust-docs' |
33 | 2024-06-12T20:01:04.115Z | info: downloading component 'rust-std' |
34 | 2024-06-12T20:01:06.312Z | info: downloading component 'rustc' |
35 | 2024-06-12T20:01:11.861Z | info: downloading component 'rustfmt' |
36 | 2024-06-12T20:01:12.571Z | info: installing component 'cargo' |
37 | 2024-06-12T20:01:13.000Z | info: installing component 'clippy' |
38 | 2024-06-12T20:01:13.358Z | info: installing component 'rust-docs' |
39 | 2024-06-12T20:01:14.887Z | info: installing component 'rust-std' |
40 | 2024-06-12T20:01:16.652Z | info: installing component 'rustc' |
41 | 2024-06-12T20:01:20.830Z | info: installing component 'rustfmt' |
42 | 2024-06-12T20:01:21.150Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-06-12T20:01:21.150Z | |
44 | 2024-06-12T20:01:21.422Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-06-12T20:01:21.422Z | |
46 | 2024-06-12T20:01:21.443Z | |
47 | 2024-06-12T20:01:21.443Z | Rust is installed now. Great! |
48 | 2024-06-12T20:01:21.443Z | |
49 | 2024-06-12T20:01:21.443Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-06-12T20:01:21.443Z | environment variable. This has not been done automatically. |
51 | 2024-06-12T20:01:21.444Z | |
52 | 2024-06-12T20:01:21.444Z | To configure your current shell, you need to source |
53 | 2024-06-12T20:01:21.444Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-06-12T20:01:21.444Z | |
55 | 2024-06-12T20:01:21.444Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-06-12T20:01:21.444Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-06-12T20:01:21.444Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-06-12T20:01:21.480Z | + rustc --version |
59 | 2024-06-12T20:01:21.537Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-06-12T20:01:21.563Z | process exited: duration 22120 ms, exit code 0 |
|
61 | 2024-06-12T20:01:21.607Z | starting task 2: "authentication" |
62 | 2024-06-12T20:01:22.040Z | process exited: duration 439 ms, exit code 0 |
|
63 | 2024-06-12T20:01:22.499Z | starting task 3: "clone repository" |
64 | 2024-06-12T20:01:22.518Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-06-12T20:01:22.518Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-06-12T20:01:22.518Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-06-12T20:01:30.096Z | + cd /work/oxidecomputer/omicron |
68 | 2024-06-12T20:01:30.097Z | + git fetch origin 7478ae990fca438db6b705aa237a9635eb5d8fac |
69 | 2024-06-12T20:01:30.100Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-06-12T20:01:30.101Z | * branch 7478ae990fca438db6b705aa237a9635eb5d8fac -> FETCH_HEAD |
71 | 2024-06-12T20:01:30.101Z | + [[ -n john/crdb-node-id-rpw ]] |
72 | 2024-06-12T20:01:30.101Z | ++ git branch --show-current |
73 | 2024-06-12T20:01:30.101Z | + current=main |
74 | 2024-06-12T20:01:30.101Z | + [[ main != john/crdb-node-id-rpw ]] |
75 | 2024-06-12T20:01:30.101Z | + git branch -f john/crdb-node-id-rpw 7478ae990fca438db6b705aa237a9635eb5d8fac |
76 | 2024-06-12T20:01:30.101Z | + git checkout -f john/crdb-node-id-rpw |
77 | 2024-06-12T20:01:30.189Z | Switched to branch 'john/crdb-node-id-rpw' |
78 | 2024-06-12T20:01:30.192Z | + git reset --hard 7478ae990fca438db6b705aa237a9635eb5d8fac |
79 | 2024-06-12T20:01:30.321Z | HEAD is now at 7478ae990 typo fix |
80 | 2024-06-12T20:01:30.325Z | process exited: duration 8263 ms, exit code 0 |
|
81 | 2024-06-12T20:01:30.332Z | starting task 4: "build" |
82 | 2024-06-12T20:01:30.337Z | + cargo --version |
83 | 2024-06-12T20:01:30.393Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-06-12T20:01:30.398Z | + rustc --version |
85 | 2024-06-12T20:01:30.452Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-06-12T20:01:30.458Z | + source ./env.sh |
87 | 2024-06-12T20:01:30.458Z | ++ set -o xtrace |
88 | 2024-06-12T20:01:30.463Z | ++++ dirname ./env.sh |
89 | 2024-06-12T20:01:30.464Z | +++ readlink -f . |
90 | 2024-06-12T20:01:30.464Z | ++ OMICRON_WS=/work/oxidecomputer/omicron |
91 | 2024-06-12T20:01:30.464Z | ++ export PATH=/work/oxidecomputer/omicron/out/cockroachdb/bin:/home/build/.cargo/bin:/usr/bin:/bin:/usr/sbin:/sbin:/opt/ooce/bin:/opt/ooce/sbin |
92 | 2024-06-12T20:01:30.464Z | ++ 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-12T20:01:30.464Z | ++ 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 |
94 | 2024-06-12T20:01:30.464Z | ++ 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-12T20:01:30.464Z | ++ 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 |
96 | 2024-06-12T20:01:30.464Z | ++ 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-12T20:01:30.485Z | ++ 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 |
98 | 2024-06-12T20:01:30.485Z | ++ 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-12T20:01:30.485Z | ++ unset OMICRON_WS |
100 | 2024-06-12T20:01:30.485Z | ++ set +o xtrace |
101 | 2024-06-12T20:01:30.485Z | |
102 | 2024-06-12T20:01:30.485Z | ##### ##### ###### ##### ###### #### # # # #### # |
103 | 2024-06-12T20:01:30.485Z | # # # # # # # # # # # # # # # |
104 | 2024-06-12T20:01:30.485Z | # # # # ##### # # ##### # # # # # #### # |
105 | 2024-06-12T20:01:30.486Z | ##### ##### # ##### # # # # # # # # # |
106 | 2024-06-12T20:01:30.486Z | # # # # # # # # # # # # # # # |
107 | 2024-06-12T20:01:30.486Z | # # # ###### # # ###### ### # #### # #### # |
108 | 2024-06-12T20:01:30.486Z | |
109 | 2024-06-12T20:01:34.783Z | Startup: Refreshing catalog 'helios-dev' ... Done |
110 | 2024-06-12T20:01:36.556Z | Startup: Caching catalogs ... Done |
111 | 2024-06-12T20:01:38.742Z | Planning: Solver setup ... Done (1.711s) |
112 | 2024-06-12T20:01:38.773Z | Planning: Running solver ... Done (0.034s) |
113 | 2024-06-12T20:01:38.812Z | Planning: Finding local manifests ... Done (0.004s) |
114 | 2024-06-12T20:01:38.821Z | Planning: Fetching manifests: 0/4 0% complete |
115 | 2024-06-12T20:01:38.977Z | Planning: Fetching manifests: 4/4 100% complete |
116 | 2024-06-12T20:01:39.017Z | Planning: Package planning ... Done (0.049s) |
117 | 2024-06-12T20:01:39.078Z | Planning: Merging actions ... Done (0.061s) |
118 | 2024-06-12T20:01:39.402Z | Planning: Checking for conflicting actions ... Done (0.306s) |
119 | 2024-06-12T20:01:39.428Z | Planning: Consolidating action changes ... Done (0.011s) |
120 | 2024-06-12T20:01:41.450Z | Planning: Evaluating mediators ... Done (0.949s) |
121 | 2024-06-12T20:01:41.450Z | Planning: Planning completed in 3.73 seconds |
122 | 2024-06-12T20:01:41.450Z | Packages to install: 4 |
123 | 2024-06-12T20:01:41.450Z | Mediators to change: 2 |
124 | 2024-06-12T20:01:41.450Z | Services to change: 1 |
125 | 2024-06-12T20:01:41.450Z | Estimated space available: 155.77 GB |
126 | 2024-06-12T20:01:41.450Z | Estimated space to be consumed: 1.45 GB |
127 | 2024-06-12T20:01:41.450Z | Create boot environment: No |
128 | 2024-06-12T20:01:41.450Z | Create backup boot environment: No |
129 | 2024-06-12T20:01:41.450Z | Rebuild boot archive: No |
130 | 2024-06-12T20:01:41.450Z | |
131 | 2024-06-12T20:01:41.450Z | Changed mediators: |
132 | 2024-06-12T20:01:41.450Z | mediator clang: |
133 | 2024-06-12T20:01:41.450Z | version: None -> 15 (system default) |
134 | 2024-06-12T20:01:41.450Z | |
135 | 2024-06-12T20:01:41.451Z | mediator llvm: |
136 | 2024-06-12T20:01:41.451Z | version: 14 (system default) -> 15 (system default) |
137 | 2024-06-12T20:01:41.451Z | |
138 | 2024-06-12T20:01:41.451Z | Changed packages: |
139 | 2024-06-12T20:01:41.451Z | helios-dev |
140 | 2024-06-12T20:01:41.451Z | developer/build-essential |
141 | 2024-06-12T20:01:41.451Z | None -> 11-2.0 |
142 | 2024-06-12T20:01:41.451Z | library/libxmlsec1 |
143 | 2024-06-12T20:01:41.451Z | None -> 1.2.35-2.0 |
144 | 2024-06-12T20:01:41.451Z | ooce/developer/clang-15 |
145 | 2024-06-12T20:01:41.451Z | None -> 15.0.7-2.0 |
146 | 2024-06-12T20:01:41.451Z | ooce/developer/llvm-15 |
147 | 2024-06-12T20:01:41.451Z | None -> 15.0.7-2.0 |
148 | 2024-06-12T20:01:41.451Z | |
149 | 2024-06-12T20:01:41.451Z | Services: |
150 | 2024-06-12T20:01:41.451Z | restart_fmri: |
151 | 2024-06-12T20:01:41.451Z | svc:/system/update-man-index:default |
152 | 2024-06-12T20:01:41.476Z | |
153 | 2024-06-12T20:01:41.476Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
154 | 2024-06-12T20:01:45.415Z | Download: 1286/3290 items 104.6/212.6MB 49% complete (21.1M/s) |
155 | 2024-06-12T20:01:50.414Z | Download: 3095/3290 items 122.8/212.6MB 57% complete (12.2M/s) |
156 | 2024-06-12T20:01:55.619Z | Download: 3286/3290 items 212.5/212.6MB 99% complete (15.7M/s) |
157 | 2024-06-12T20:01:55.682Z | Download: Completed 212.60 MB in 15.27 seconds (13.9M/s) |
158 | 2024-06-12T20:01:55.856Z | Actions: 1/3689 actions (Installing new actions) |
159 | 2024-06-12T20:02:00.647Z | Actions: Completed 3689 actions in 4.66 seconds. |
160 | 2024-06-12T20:02:00.755Z | Done (0.234s) |
161 | 2024-06-12T20:02:00.755Z | Done (0.000s) |
162 | 2024-06-12T20:02:01.074Z | Done (0.314s) |
163 | 2024-06-12T20:02:05.659Z | Done (4.014s) |
164 | 2024-06-12T20:02:05.659Z | Done (0.017s) |
165 | 2024-06-12T20:02:05.659Z | Done (0.000s) |
166 | 2024-06-12T20:02:05.659Z | Done (0.000s) |
167 | 2024-06-12T20:02:06.052Z | Planning: Evaluating mediator changes ... Done |
168 | 2024-06-12T20:02:06.217Z | Planning: Checking for conflicting actions ... Done |
169 | 2024-06-12T20:02:06.262Z | Planning: Consolidating action changes ... Done |
170 | 2024-06-12T20:02:06.481Z | Planning: Evaluating mediators ... Done |
171 | 2024-06-12T20:02:06.504Z | Planning: Planning completed in 0.43 seconds |
172 | 2024-06-12T20:02:06.517Z | Mediators to change: 2 |
173 | 2024-06-12T20:02:06.517Z | Create boot environment: No |
174 | 2024-06-12T20:02:06.526Z | Create backup boot environment: No |
175 | 2024-06-12T20:02:06.598Z | Done |
176 | 2024-06-12T20:02:06.598Z | Done |
177 | 2024-06-12T20:02:06.797Z | Done |
178 | 2024-06-12T20:02:10.318Z | Done |
179 | 2024-06-12T20:02:10.429Z | Done |
180 | 2024-06-12T20:02:10.437Z | Done |
181 | 2024-06-12T20:02:10.482Z | Done |
182 | 2024-06-12T20:02:11.193Z | Planning: Evaluating mediator changes ... Done |
183 | 2024-06-12T20:02:11.231Z | Planning: Merging actions ... Done |
184 | 2024-06-12T20:02:11.316Z | Planning: Checking for conflicting actions ... Done |
185 | 2024-06-12T20:02:11.326Z | Planning: Consolidating action changes ... Done |
186 | 2024-06-12T20:02:11.555Z | Planning: Evaluating mediators ... Done |
187 | 2024-06-12T20:02:11.611Z | Planning: Planning completed in 0.76 seconds |
188 | 2024-06-12T20:02:11.646Z | Packages to change: 1 |
189 | 2024-06-12T20:02:11.646Z | Mediators to change: 1 |
190 | 2024-06-12T20:02:11.652Z | Services to change: 1 |
191 | 2024-06-12T20:02:11.652Z | Create boot environment: No |
192 | 2024-06-12T20:02:11.652Z | Create backup boot environment: Yes |
193 | 2024-06-12T20:02:13.572Z | Actions: 1/6 actions (Updating modified actions) |
194 | 2024-06-12T20:02:13.579Z | Actions: Completed 6 actions in 0.00 seconds. |
195 | 2024-06-12T20:02:13.579Z | Done |
196 | 2024-06-12T20:02:13.579Z | Done |
197 | 2024-06-12T20:02:13.647Z | Done |
198 | 2024-06-12T20:02:17.208Z | Done |
199 | 2024-06-12T20:02:17.298Z | Done |
200 | 2024-06-12T20:02:17.306Z | Done |
201 | 2024-06-12T20:02:17.453Z | Done |
202 | 2024-06-12T20:02:17.863Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
203 | 2024-06-12T20:02:17.863Z | clang system 15 system |
204 | 2024-06-12T20:02:17.863Z | csh system system illumos |
205 | 2024-06-12T20:02:17.863Z | ctags system system illumos |
206 | 2024-06-12T20:02:17.863Z | gcc vendor 12 vendor |
207 | 2024-06-12T20:02:17.863Z | gcc system 10 system |
208 | 2024-06-12T20:02:17.863Z | gcc system 7 system |
209 | 2024-06-12T20:02:17.863Z | go system 1.20 system |
210 | 2024-06-12T20:02:17.863Z | go system 1.19 system |
211 | 2024-06-12T20:02:17.863Z | llvm system 15 system |
212 | 2024-06-12T20:02:17.863Z | llvm system 14 system |
213 | 2024-06-12T20:02:17.863Z | mariadb system 10.6 system |
214 | 2024-06-12T20:02:17.863Z | mta vendor vendor dma |
215 | 2024-06-12T20:02:17.863Z | openjdk system 17 system |
216 | 2024-06-12T20:02:17.863Z | openjdk system 11 system |
217 | 2024-06-12T20:02:17.864Z | openjdk system 1.8 system |
218 | 2024-06-12T20:02:17.864Z | openssl vendor 3 vendor |
219 | 2024-06-12T20:02:17.864Z | perl system 5.36 system |
220 | 2024-06-12T20:02:17.864Z | postgresql system 15 system |
221 | 2024-06-12T20:02:17.864Z | postgresql system 13 system |
222 | 2024-06-12T20:02:17.864Z | python vendor 3 vendor |
223 | 2024-06-12T20:02:17.864Z | python system 2 system |
224 | 2024-06-12T20:02:17.864Z | python3 system 3.11 system |
225 | 2024-06-12T20:02:17.864Z | ruby system 3.0 system |
226 | 2024-06-12T20:02:17.864Z | words vendor vendor american-english |
227 | 2024-06-12T20:02:17.865Z | words system system australian-english |
228 | 2024-06-12T20:02:17.865Z | words system system british-english |
229 | 2024-06-12T20:02:17.865Z | words system system canadian-english |
230 | 2024-06-12T20:02:17.865Z | words system system french |
231 | 2024-06-12T20:02:17.865Z | words system system italian |
232 | 2024-06-12T20:02:17.865Z | words system system ngerman |
233 | 2024-06-12T20:02:17.865Z | words system system ogerman |
234 | 2024-06-12T20:02:17.865Z | words system system spanish |
235 | 2024-06-12T20:02:18.203Z | PUBLISHER TYPE STATUS P LOCATION |
236 | 2024-06-12T20:02:18.203Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
237 | 2024-06-12T20:02:24.478Z | FMRI IFO |
238 | 2024-06-12T20:02:24.478Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
239 | 2024-06-12T20:02:24.478Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
240 | 2024-06-12T20:02:24.478Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
241 | 2024-06-12T20:02:24.478Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
242 | 2024-06-12T20:02:24.478Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
243 | 2024-06-12T20:02:24.478Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
244 | 2024-06-12T20:02:24.478Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
245 | 2024-06-12T20:02:24.478Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
246 | 2024-06-12T20:02:24.478Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
247 | 2024-06-12T20:02:24.479Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
248 | 2024-06-12T20:02:24.479Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
249 | 2024-06-12T20:02:24.479Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
250 | 2024-06-12T20:02:26.276Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
251 | 2024-06-12T20:02:26.641Z | Updating git repository `https://github.com/oxidecomputer/zone` |
252 | 2024-06-12T20:02:26.641Z | Updating crates.io index |
253 | 2024-06-12T20:02:26.641Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
254 | 2024-06-12T20:02:26.641Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
255 | 2024-06-12T20:02:26.641Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
256 | 2024-06-12T20:02:26.641Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
257 | 2024-06-12T20:02:26.642Z | Updating git repository `http://github.com/oxidecomputer/serde_human_bytes` |
258 | 2024-06-12T20:02:26.642Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
259 | 2024-06-12T20:02:26.642Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
260 | 2024-06-12T20:02:27.190Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
261 | 2024-06-12T20:02:28.606Z | Updating git repository `https://github.com/oxidecomputer/opte` |
262 | 2024-06-12T20:02:29.688Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
263 | 2024-06-12T20:02:30.515Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
264 | 2024-06-12T20:02:31.131Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
265 | 2024-06-12T20:02:31.421Z | Updating git repository `http://github.com/oxidecomputer/sprockets` |
266 | 2024-06-12T20:02:31.999Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
267 | 2024-06-12T20:02:32.224Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
268 | 2024-06-12T20:02:32.427Z | Updating git repository `http://github.com/oxidecomputer/tofino` |
269 | 2024-06-12T20:02:32.734Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
270 | 2024-06-12T20:02:33.239Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
271 | 2024-06-12T20:02:33.507Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
272 | 2024-06-12T20:02:33.960Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
273 | 2024-06-12T20:02:45.559Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
274 | 2024-06-12T20:02:45.560Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
275 | 2024-06-12T20:02:45.560Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
276 | 2024-06-12T20:02:45.964Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
277 | 2024-06-12T20:02:45.964Z | Updating git repository `https://github.com/cbiffle/hubpack.git` |
278 | 2024-06-12T20:02:45.964Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
279 | 2024-06-12T20:02:45.964Z | Updating git repository `https://github.com/oxidecomputer/typify` |
280 | 2024-06-12T20:02:45.964Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
281 | 2024-06-12T20:02:45.964Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
282 | 2024-06-12T20:02:45.964Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
283 | 2024-06-12T20:02:45.964Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
284 | 2024-06-12T20:02:45.964Z | Downloading crates ... |
285 | 2024-06-12T20:02:45.964Z | Downloaded anstyle v1.0.7 |
286 | 2024-06-12T20:02:45.964Z | Downloaded anstyle-parse v0.2.4 |
287 | 2024-06-12T20:02:45.964Z | Downloaded anstream v0.6.14 |
288 | 2024-06-12T20:02:45.964Z | Downloaded autocfg v1.3.0 |
289 | 2024-06-12T20:02:45.964Z | Downloaded anyhow v1.0.86 |
290 | 2024-06-12T20:02:45.964Z | Downloaded anstyle-query v1.0.3 |
291 | 2024-06-12T20:02:45.964Z | Downloaded adler v1.0.2 |
292 | 2024-06-12T20:02:45.964Z | Downloaded scopeguard v1.2.0 |
293 | 2024-06-12T20:02:45.965Z | Downloaded ryu v1.0.18 |
294 | 2024-06-12T20:02:45.965Z | Downloaded strum v0.26.2 |
295 | 2024-06-12T20:02:45.965Z | Downloaded serde v1.0.203 |
296 | 2024-06-12T20:02:45.965Z | Downloaded serde_derive v1.0.203 |
297 | 2024-06-12T20:02:45.965Z | Downloaded camino v1.1.7 |
298 | 2024-06-12T20:02:45.965Z | Downloaded signal-hook-registry v1.4.2 |
299 | 2024-06-12T20:02:45.965Z | Downloaded cargo-platform v0.1.8 |
300 | 2024-06-12T20:02:45.965Z | Downloaded dirs-sys-next v0.1.2 |
301 | 2024-06-12T20:02:45.965Z | Downloaded sha2 v0.10.8 |
302 | 2024-06-12T20:02:45.965Z | Downloaded powerfmt v0.2.0 |
303 | 2024-06-12T20:02:45.965Z | Downloaded semver v1.0.23 |
304 | 2024-06-12T20:02:45.965Z | Downloaded base64 v0.21.7 |
305 | 2024-06-12T20:02:45.965Z | Downloaded crossbeam-utils v0.8.19 |
306 | 2024-06-12T20:02:45.965Z | Downloaded clap v4.5.4 |
307 | 2024-06-12T20:02:45.965Z | Downloaded cpufeatures v0.2.12 |
308 | 2024-06-12T20:02:45.966Z | Downloaded socket2 v0.5.7 |
309 | 2024-06-12T20:02:45.966Z | Downloaded clap_derive v4.5.4 |
310 | 2024-06-12T20:02:45.966Z | Downloaded cfg-if v1.0.0 |
311 | 2024-06-12T20:02:45.966Z | Downloaded tower-service v0.3.2 |
312 | 2024-06-12T20:02:45.966Z | Downloaded sync_wrapper v0.1.2 |
313 | 2024-06-12T20:02:45.966Z | Downloaded thread_local v1.1.8 |
314 | 2024-06-12T20:02:45.966Z | Downloaded serde_urlencoded v0.7.1 |
315 | 2024-06-12T20:02:45.966Z | Downloaded crypto-common v0.1.6 |
316 | 2024-06-12T20:02:45.966Z | Downloaded swrite v0.1.0 |
317 | 2024-06-12T20:02:45.966Z | Downloaded slab v0.4.9 |
318 | 2024-06-12T20:02:45.966Z | Downloaded utf8parse v0.2.1 |
319 | 2024-06-12T20:02:45.966Z | Downloaded toml_datetime v0.6.6 |
320 | 2024-06-12T20:02:45.966Z | Downloaded time-core v0.1.2 |
321 | 2024-06-12T20:02:45.966Z | Downloaded terminal_size v0.3.0 |
322 | 2024-06-12T20:02:45.966Z | Downloaded want v0.3.1 |
323 | 2024-06-12T20:02:45.966Z | Downloaded equivalent v1.0.1 |
324 | 2024-06-12T20:02:45.966Z | Downloaded match_cfg v0.1.0 |
325 | 2024-06-12T20:02:45.966Z | Downloaded try-lock v0.2.5 |
326 | 2024-06-12T20:02:45.966Z | Downloaded tinyvec_macros v0.1.1 |
327 | 2024-06-12T20:02:45.966Z | Downloaded block-buffer v0.10.4 |
328 | 2024-06-12T20:02:45.966Z | Downloaded slog-term v2.9.1 |
329 | 2024-06-12T20:02:45.966Z | Downloaded foreign-types v0.3.2 |
330 | 2024-06-12T20:02:45.967Z | Downloaded serde_spanned v0.6.6 |
331 | 2024-06-12T20:02:45.967Z | Downloaded strsim v0.11.1 |
332 | 2024-06-12T20:02:45.967Z | Downloaded strum_macros v0.26.2 |
333 | 2024-06-12T20:02:45.967Z | Downloaded thiserror-impl v1.0.60 |
334 | 2024-06-12T20:02:45.967Z | Downloaded take_mut v0.2.2 |
335 | 2024-06-12T20:02:45.967Z | Downloaded num_threads v0.1.7 |
336 | 2024-06-12T20:02:45.967Z | Downloaded tokio-macros v2.2.0 |
337 | 2024-06-12T20:02:45.967Z | Downloaded tokio-native-tls v0.3.1 |
338 | 2024-06-12T20:02:45.967Z | Downloaded thiserror v1.0.60 |
339 | 2024-06-12T20:02:45.967Z | Downloaded is-terminal v0.4.12 |
340 | 2024-06-12T20:02:45.967Z | Downloaded hyper-tls v0.5.0 |
341 | 2024-06-12T20:02:45.967Z | Downloaded clap_lex v0.7.0 |
342 | 2024-06-12T20:02:45.967Z | Downloaded version_check v0.9.4 |
343 | 2024-06-12T20:02:45.967Z | Downloaded slog-bunyan v2.5.0 |
344 | 2024-06-12T20:02:45.967Z | Downloaded pkg-config v0.3.30 |
345 | 2024-06-12T20:02:45.967Z | Downloaded num_cpus v1.16.0 |
346 | 2024-06-12T20:02:45.967Z | Downloaded md5 v0.7.0 |
347 | 2024-06-12T20:02:45.967Z | Downloaded is_terminal_polyfill v1.70.0 |
348 | 2024-06-12T20:02:45.967Z | Downloaded slog-async v2.8.0 |
349 | 2024-06-12T20:02:45.967Z | Downloaded httpdate v1.0.3 |
350 | 2024-06-12T20:02:45.967Z | Downloaded term v0.7.0 |
351 | 2024-06-12T20:02:45.967Z | Downloaded smallvec v1.13.2 |
352 | 2024-06-12T20:02:45.967Z | Downloaded time-macros v0.2.18 |
353 | 2024-06-12T20:02:45.967Z | Downloaded http-body v0.4.6 |
354 | 2024-06-12T20:02:45.967Z | Downloaded heck v0.5.0 |
355 | 2024-06-12T20:02:45.968Z | Downloaded futures-macro v0.3.30 |
356 | 2024-06-12T20:02:45.968Z | Downloaded filetime v0.2.23 |
357 | 2024-06-12T20:02:45.968Z | Downloaded foreign-types-shared v0.1.1 |
358 | 2024-06-12T20:02:45.968Z | Downloaded xattr v1.3.1 |
359 | 2024-06-12T20:02:45.968Z | Downloaded cargo_metadata v0.18.1 |
360 | 2024-06-12T20:02:45.968Z | Downloaded percent-encoding v2.3.1 |
361 | 2024-06-12T20:02:45.968Z | Downloaded form_urlencoded v1.2.1 |
362 | 2024-06-12T20:02:45.968Z | Downloaded deranged v0.3.11 |
363 | 2024-06-12T20:02:45.968Z | Downloaded slog-json v2.6.1 |
364 | 2024-06-12T20:02:45.968Z | Downloaded macaddr v1.0.1 |
365 | 2024-06-12T20:02:45.968Z | Downloaded generic-array v0.14.7 |
366 | 2024-06-12T20:02:45.968Z | Downloaded futures-task v0.3.30 |
367 | 2024-06-12T20:02:45.968Z | Downloaded tinyvec v1.6.0 |
368 | 2024-06-12T20:02:45.968Z | Downloaded tar v0.4.40 |
369 | 2024-06-12T20:02:45.968Z | Downloaded pin-utils v0.1.0 |
370 | 2024-06-12T20:02:45.968Z | Downloaded futures-executor v0.3.30 |
371 | 2024-06-12T20:02:45.968Z | Downloaded errno v0.3.9 |
372 | 2024-06-12T20:02:45.968Z | Downloaded cargo_toml v0.20.2 |
373 | 2024-06-12T20:02:45.968Z | Downloaded futures-io v0.3.30 |
374 | 2024-06-12T20:02:45.968Z | Downloaded crc32fast v1.4.0 |
375 | 2024-06-12T20:02:45.968Z | Downloaded bitflags v2.5.0 |
376 | 2024-06-12T20:02:46.007Z | Downloaded openssl-macros v0.1.1 |
377 | 2024-06-12T20:02:46.007Z | Downloaded unicode-ident v1.0.12 |
378 | 2024-06-12T20:02:46.007Z | Downloaded typenum v1.17.0 |
379 | 2024-06-12T20:02:46.007Z | Downloaded toml v0.8.13 |
380 | 2024-06-12T20:02:46.008Z | Downloaded mime v0.3.17 |
381 | 2024-06-12T20:02:46.008Z | Downloaded tracing-core v0.1.32 |
382 | 2024-06-12T20:02:46.008Z | Downloaded rustls-pemfile v1.0.4 |
383 | 2024-06-12T20:02:46.008Z | Downloaded itoa v1.0.11 |
384 | 2024-06-12T20:02:46.008Z | Downloaded rustversion v1.0.17 |
385 | 2024-06-12T20:02:46.008Z | Downloaded fnv v1.0.7 |
386 | 2024-06-12T20:02:46.008Z | Downloaded pin-project-lite v0.2.14 |
387 | 2024-06-12T20:02:46.009Z | Downloaded unicode-bidi v0.3.15 |
388 | 2024-06-12T20:02:46.009Z | Downloaded tracing v0.1.40 |
389 | 2024-06-12T20:02:46.009Z | Downloaded url v2.5.0 |
390 | 2024-06-12T20:02:46.009Z | Downloaded once_cell v1.19.0 |
391 | 2024-06-12T20:02:46.009Z | Downloaded serde_json v1.0.117 |
392 | 2024-06-12T20:02:46.009Z | Downloaded heck v0.4.1 |
393 | 2024-06-12T20:02:46.009Z | Downloaded parking_lot_core v0.9.10 |
394 | 2024-06-12T20:02:46.010Z | Downloaded toml_edit v0.22.13 |
395 | 2024-06-12T20:02:46.010Z | Downloaded time v0.3.36 |
396 | 2024-06-12T20:02:46.010Z | Downloaded winnow v0.6.8 |
397 | 2024-06-12T20:02:46.010Z | Downloaded unicode-normalization v0.1.23 |
398 | 2024-06-12T20:02:46.010Z | Downloaded vcpkg v0.2.15 |
399 | 2024-06-12T20:02:46.010Z | Downloaded tokio-util v0.7.11 |
400 | 2024-06-12T20:02:46.010Z | Downloaded syn v2.0.64 |
401 | 2024-06-12T20:02:46.010Z | Downloaded openssl-sys v0.9.102 |
402 | 2024-06-12T20:02:46.010Z | Downloaded tokio v1.37.0 |
403 | 2024-06-12T20:02:46.011Z | Downloaded mio v0.8.11 |
404 | 2024-06-12T20:02:46.011Z | Downloaded memchr v2.7.2 |
405 | 2024-06-12T20:02:46.011Z | Downloaded hashbrown v0.14.5 |
406 | 2024-06-12T20:02:46.011Z | Downloaded crossbeam-channel v0.5.12 |
407 | 2024-06-12T20:02:46.011Z | Downloaded indexmap v2.2.6 |
408 | 2024-06-12T20:02:46.011Z | Downloaded http v0.2.12 |
409 | 2024-06-12T20:02:46.011Z | Downloaded flate2 v1.0.30 |
410 | 2024-06-12T20:02:46.011Z | Downloaded digest v0.10.7 |
411 | 2024-06-12T20:02:46.011Z | Downloaded reqwest v0.11.27 |
412 | 2024-06-12T20:02:46.012Z | Downloaded h2 v0.3.26 |
413 | 2024-06-12T20:02:46.012Z | Downloaded futures-util v0.3.30 |
414 | 2024-06-12T20:02:46.012Z | Downloaded hyper v0.14.28 |
415 | 2024-06-12T20:02:46.012Z | Downloaded clap_builder v4.5.2 |
416 | 2024-06-12T20:02:46.012Z | Downloaded cc v1.0.97 |
417 | 2024-06-12T20:02:46.012Z | Downloaded proc-macro2 v1.0.82 |
418 | 2024-06-12T20:02:46.012Z | Downloaded parking_lot v0.12.2 |
419 | 2024-06-12T20:02:46.012Z | Downloaded miniz_oxide v0.7.2 |
420 | 2024-06-12T20:02:46.012Z | Downloaded openssl v0.10.64 |
421 | 2024-06-12T20:02:46.012Z | Downloaded idna v0.5.0 |
422 | 2024-06-12T20:02:46.012Z | Downloaded rustix v0.38.34 |
423 | 2024-06-12T20:02:46.012Z | Downloaded log v0.4.21 |
424 | 2024-06-12T20:02:46.012Z | Downloaded futures-channel v0.3.30 |
425 | 2024-06-12T20:02:46.012Z | Downloaded futures v0.3.30 |
426 | 2024-06-12T20:02:46.013Z | Downloaded bytes v1.6.0 |
427 | 2024-06-12T20:02:46.013Z | Downloaded lock_api v0.4.12 |
428 | 2024-06-12T20:02:46.013Z | Downloaded quote v1.0.36 |
429 | 2024-06-12T20:02:46.013Z | Downloaded native-tls v0.2.11 |
430 | 2024-06-12T20:02:46.013Z | Downloaded httparse v1.8.0 |
431 | 2024-06-12T20:02:46.013Z | Downloaded slog v2.7.0 |
432 | 2024-06-12T20:02:46.013Z | Downloaded ipnet v2.9.0 |
433 | 2024-06-12T20:02:46.014Z | Downloaded fs-err v2.11.0 |
434 | 2024-06-12T20:02:46.014Z | Downloaded dirs-next v2.0.0 |
435 | 2024-06-12T20:02:46.014Z | Downloaded colorchoice v1.0.1 |
436 | 2024-06-12T20:02:46.014Z | Downloaded openssl-probe v0.1.5 |
437 | 2024-06-12T20:02:46.014Z | Downloaded num-conv v0.1.0 |
438 | 2024-06-12T20:02:46.014Z | Downloaded futures-sink v0.3.30 |
439 | 2024-06-12T20:02:46.014Z | Downloaded hostname v0.3.1 |
440 | 2024-06-12T20:02:46.015Z | Downloaded futures-core v0.3.30 |
441 | 2024-06-12T20:02:46.015Z | Downloaded libc v0.2.155 |
442 | 2024-06-12T20:02:46.015Z | Downloaded encoding_rs v0.8.34 |
443 | 2024-06-12T20:02:46.015Z | Compiling proc-macro2 v1.0.82 |
444 | 2024-06-12T20:02:46.015Z | Compiling unicode-ident v1.0.12 |
445 | 2024-06-12T20:02:46.016Z | Compiling libc v0.2.155 |
446 | 2024-06-12T20:02:46.016Z | Compiling cfg-if v1.0.0 |
447 | 2024-06-12T20:02:46.016Z | Compiling autocfg v1.3.0 |
448 | 2024-06-12T20:02:46.016Z | Compiling serde v1.0.203 |
449 | 2024-06-12T20:02:46.016Z | Compiling itoa v1.0.11 |
450 | 2024-06-12T20:02:46.016Z | Compiling pin-project-lite v0.2.14 |
451 | 2024-06-12T20:02:46.017Z | Compiling once_cell v1.19.0 |
452 | 2024-06-12T20:02:46.017Z | Compiling bitflags v2.5.0 |
453 | 2024-06-12T20:02:46.017Z | Compiling parking_lot_core v0.9.10 |
454 | 2024-06-12T20:02:46.017Z | Compiling vcpkg v0.2.15 |
455 | 2024-06-12T20:02:46.017Z | Compiling cc v1.0.97 |
456 | 2024-06-12T20:02:46.017Z | Compiling pkg-config v0.3.30 |
457 | 2024-06-12T20:02:46.017Z | Compiling bytes v1.6.0 |
458 | 2024-06-12T20:02:46.017Z | Compiling futures-sink v0.3.30 |
459 | 2024-06-12T20:02:46.018Z | Compiling smallvec v1.13.2 |
460 | 2024-06-12T20:02:46.018Z | Compiling lock_api v0.4.12 |
461 | 2024-06-12T20:02:46.018Z | Compiling slab v0.4.9 |
462 | 2024-06-12T20:02:46.018Z | Compiling scopeguard v1.2.0 |
463 | 2024-06-12T20:02:46.018Z | Compiling futures-core v0.3.30 |
464 | 2024-06-12T20:02:46.019Z | Compiling quote v1.0.36 |
465 | 2024-06-12T20:02:46.019Z | Compiling hashbrown v0.14.5 |
466 | 2024-06-12T20:02:46.019Z | Compiling syn v2.0.64 |
467 | 2024-06-12T20:02:46.019Z | Compiling equivalent v1.0.1 |
468 | 2024-06-12T20:02:46.019Z | Compiling signal-hook-registry v1.4.2 |
469 | 2024-06-12T20:02:46.019Z | Compiling num_cpus v1.16.0 |
470 | 2024-06-12T20:02:46.020Z | Compiling mio v0.8.11 |
471 | 2024-06-12T20:02:46.020Z | Compiling parking_lot v0.12.2 |
472 | 2024-06-12T20:02:46.020Z | Compiling socket2 v0.5.7 |
473 | 2024-06-12T20:02:46.020Z | Compiling futures-channel v0.3.30 |
474 | 2024-06-12T20:02:46.020Z | Compiling indexmap v2.2.6 |
475 | 2024-06-12T20:02:46.021Z | Compiling futures-task v0.3.30 |
476 | 2024-06-12T20:02:46.446Z | Compiling rustix v0.38.34 |
477 | 2024-06-12T20:02:46.447Z | Compiling version_check v0.9.4 |
478 | 2024-06-12T20:02:46.447Z | Compiling memchr v2.7.2 |
479 | 2024-06-12T20:02:46.447Z | Compiling typenum v1.17.0 |
480 | 2024-06-12T20:02:46.447Z | Compiling pin-utils v0.1.0 |
481 | 2024-06-12T20:02:46.448Z | Compiling futures-io v0.3.30 |
482 | 2024-06-12T20:02:46.463Z | Compiling openssl-sys v0.9.102 |
483 | 2024-06-12T20:02:46.463Z | Compiling errno v0.3.9 |
484 | 2024-06-12T20:02:46.463Z | Compiling generic-array v0.14.7 |
485 | 2024-06-12T20:02:46.464Z | Compiling ryu v1.0.18 |
486 | 2024-06-12T20:02:46.498Z | Compiling foreign-types-shared v0.1.1 |
487 | 2024-06-12T20:02:46.565Z | Compiling openssl v0.10.64 |
488 | 2024-06-12T20:02:46.607Z | Compiling fnv v1.0.7 |
489 | 2024-06-12T20:02:46.696Z | Compiling slog v2.7.0 |
490 | 2024-06-12T20:02:46.753Z | Compiling http v0.2.12 |
491 | 2024-06-12T20:02:46.895Z | Compiling foreign-types v0.3.2 |
492 | 2024-06-12T20:02:46.994Z | Compiling tracing-core v0.1.32 |
493 | 2024-06-12T20:02:47.266Z | Compiling tinyvec_macros v0.1.1 |
494 | 2024-06-12T20:02:47.377Z | Compiling num-conv v0.1.0 |
495 | 2024-06-12T20:02:47.400Z | Compiling native-tls v0.2.11 |
496 | 2024-06-12T20:02:47.744Z | Compiling time-core v0.1.2 |
497 | 2024-06-12T20:02:47.759Z | Compiling serde_json v1.0.117 |
498 | 2024-06-12T20:02:47.919Z | Compiling httparse v1.8.0 |
499 | 2024-06-12T20:02:48.090Z | Compiling powerfmt v0.2.0 |
500 | 2024-06-12T20:02:48.379Z | Compiling deranged v0.3.11 |
501 | 2024-06-12T20:02:48.506Z | Compiling time-macros v0.2.18 |
502 | 2024-06-12T20:02:48.548Z | Compiling tracing v0.1.40 |
503 | 2024-06-12T20:02:48.892Z | Compiling tinyvec v1.6.0 |
504 | 2024-06-12T20:02:49.355Z | Compiling try-lock v0.2.5 |
505 | 2024-06-12T20:02:49.497Z | Compiling utf8parse v0.2.1 |
506 | 2024-06-12T20:02:49.666Z | Compiling num_threads v0.1.7 |
507 | 2024-06-12T20:02:49.811Z | Compiling openssl-probe v0.1.5 |
508 | 2024-06-12T20:02:49.840Z | Compiling rustversion v1.0.17 |
509 | 2024-06-12T20:02:49.865Z | Compiling crossbeam-utils v0.8.19 |
510 | 2024-06-12T20:02:49.893Z | Compiling percent-encoding v2.3.1 |
511 | 2024-06-12T20:02:50.169Z | Compiling log v0.4.21 |
512 | 2024-06-12T20:02:50.551Z | Compiling form_urlencoded v1.2.1 |
513 | 2024-06-12T20:02:50.552Z | Compiling unicode-normalization v0.1.23 |
514 | 2024-06-12T20:02:50.552Z | Compiling anstyle-parse v0.2.4 |
515 | 2024-06-12T20:02:50.552Z | Compiling want v0.3.1 |
516 | 2024-06-12T20:02:50.994Z | Compiling http-body v0.4.6 |
517 | 2024-06-12T20:02:51.003Z | Compiling dirs-sys-next v0.1.2 |
518 | 2024-06-12T20:02:51.003Z | Compiling crc32fast v1.4.0 |
519 | 2024-06-12T20:02:51.003Z | Compiling anstyle v1.0.7 |
520 | 2024-06-12T20:02:51.049Z | Compiling anstyle-query v1.0.3 |
521 | 2024-06-12T20:02:51.175Z | Compiling is_terminal_polyfill v1.70.0 |
522 | 2024-06-12T20:02:51.208Z | Compiling semver v1.0.23 |
523 | 2024-06-12T20:02:51.242Z | Compiling thiserror v1.0.60 |
524 | 2024-06-12T20:02:51.691Z | Compiling unicode-bidi v0.3.15 |
525 | 2024-06-12T20:02:52.155Z | Compiling winnow v0.6.8 |
526 | 2024-06-12T20:02:52.156Z | Compiling camino v1.1.7 |
527 | 2024-06-12T20:02:52.156Z | Compiling httpdate v1.0.3 |
528 | 2024-06-12T20:02:52.170Z | Compiling tower-service v0.3.2 |
529 | 2024-06-12T20:02:52.170Z | Compiling colorchoice v1.0.1 |
530 | 2024-06-12T20:02:52.170Z | Compiling idna v0.5.0 |
531 | 2024-06-12T20:02:52.170Z | Compiling anstream v0.6.14 |
532 | 2024-06-12T20:02:52.170Z | Compiling time v0.3.36 |
533 | 2024-06-12T20:02:52.170Z | Compiling dirs-next v2.0.0 |
534 | 2024-06-12T20:02:52.831Z | Compiling block-buffer v0.10.4 |
535 | 2024-06-12T20:02:52.891Z | Compiling crypto-common v0.1.6 |
536 | 2024-06-12T20:02:53.067Z | Compiling terminal_size v0.3.0 |
537 | 2024-06-12T20:02:53.113Z | Compiling fs-err v2.11.0 |
538 | 2024-06-12T20:02:53.282Z | Compiling thread_local v1.1.8 |
539 | 2024-06-12T20:02:53.398Z | Compiling base64 v0.21.7 |
540 | 2024-06-12T20:02:53.637Z | Compiling slog-async v2.8.0 |
541 | 2024-06-12T20:02:54.133Z | Compiling heck v0.4.1 |
542 | 2024-06-12T20:02:54.133Z | Compiling clap_lex v0.7.0 |
543 | 2024-06-12T20:02:54.134Z | Compiling match_cfg v0.1.0 |
544 | 2024-06-12T20:02:54.134Z | Compiling heck v0.5.0 |
545 | 2024-06-12T20:02:54.147Z | Compiling anyhow v1.0.86 |
546 | 2024-06-12T20:02:54.148Z | Compiling adler v1.0.2 |
547 | 2024-06-12T20:02:54.176Z | Compiling strsim v0.11.1 |
548 | 2024-06-12T20:02:54.309Z | Compiling miniz_oxide v0.7.2 |
549 | 2024-06-12T20:02:54.402Z | Compiling hostname v0.3.1 |
550 | 2024-06-12T20:02:54.468Z | Compiling rustls-pemfile v1.0.4 |
551 | 2024-06-12T20:02:54.648Z | Compiling clap_builder v4.5.2 |
552 | 2024-06-12T20:02:54.905Z | Compiling crossbeam-channel v0.5.12 |
553 | 2024-06-12T20:02:55.016Z | Compiling digest v0.10.7 |
554 | 2024-06-12T20:02:55.163Z | Compiling url v2.5.0 |
555 | 2024-06-12T20:02:55.176Z | Compiling term v0.7.0 |
556 | 2024-06-12T20:02:55.783Z | Compiling xattr v1.3.1 |
557 | 2024-06-12T20:02:55.922Z | Compiling is-terminal v0.4.12 |
558 | 2024-06-12T20:02:55.954Z | Compiling filetime v0.2.23 |
559 | 2024-06-12T20:02:56.039Z | Compiling encoding_rs v0.8.34 |
560 | 2024-06-12T20:02:56.064Z | Compiling mime v0.3.17 |
561 | 2024-06-12T20:02:56.102Z | Compiling take_mut v0.2.2 |
562 | 2024-06-12T20:02:56.255Z | Compiling cpufeatures v0.2.12 |
563 | 2024-06-12T20:02:56.299Z | Compiling ipnet v2.9.0 |
564 | 2024-06-12T20:02:56.374Z | Compiling sync_wrapper v0.1.2 |
565 | 2024-06-12T20:02:56.503Z | Compiling sha2 v0.10.8 |
566 | 2024-06-12T20:02:56.795Z | Compiling tar v0.4.40 |
567 | 2024-06-12T20:02:57.089Z | Compiling slog-term v2.9.1 |
568 | 2024-06-12T20:02:57.475Z | Compiling serde_derive v1.0.203 |
569 | 2024-06-12T20:02:57.612Z | Compiling futures-macro v0.3.30 |
570 | 2024-06-12T20:02:57.933Z | Compiling tokio-macros v2.2.0 |
571 | 2024-06-12T20:02:58.418Z | Compiling openssl-macros v0.1.1 |
572 | 2024-06-12T20:02:58.999Z | Compiling thiserror-impl v1.0.60 |
573 | 2024-06-12T20:02:59.638Z | Compiling tokio v1.37.0 |
574 | 2024-06-12T20:02:59.822Z | Compiling futures-util v0.3.30 |
575 | 2024-06-12T20:02:59.949Z | Compiling clap_derive v4.5.4 |
576 | 2024-06-12T20:03:00.769Z | Compiling strum_macros v0.26.2 |
577 | 2024-06-12T20:03:02.598Z | Compiling flate2 v1.0.30 |
578 | 2024-06-12T20:03:04.496Z | Compiling md5 v0.7.0 |
579 | 2024-06-12T20:03:05.005Z | Compiling swrite v0.1.0 |
580 | 2024-06-12T20:03:05.156Z | Compiling clap v4.5.4 |
581 | 2024-06-12T20:03:05.435Z | Compiling futures-executor v0.3.30 |
582 | 2024-06-12T20:03:05.710Z | Compiling futures v0.3.30 |
583 | 2024-06-12T20:03:05.989Z | Compiling strum v0.26.2 |
584 | 2024-06-12T20:03:06.815Z | Compiling tokio-util v0.7.11 |
585 | 2024-06-12T20:03:06.815Z | Compiling tokio-native-tls v0.3.1 |
586 | 2024-06-12T20:03:07.512Z | Compiling h2 v0.3.26 |
587 | 2024-06-12T20:03:10.357Z | Compiling serde_spanned v0.6.6 |
588 | 2024-06-12T20:03:10.358Z | Compiling toml_datetime v0.6.6 |
589 | 2024-06-12T20:03:10.363Z | Compiling serde_urlencoded v0.7.1 |
590 | 2024-06-12T20:03:10.363Z | Compiling cargo-platform v0.1.8 |
591 | 2024-06-12T20:03:10.622Z | Compiling toml_edit v0.22.13 |
592 | 2024-06-12T20:03:10.750Z | Compiling hyper v0.14.28 |
593 | 2024-06-12T20:03:10.959Z | Compiling macaddr v1.0.1 |
594 | 2024-06-12T20:03:12.123Z | Compiling slog-json v2.6.1 |
595 | 2024-06-12T20:03:12.147Z | Compiling cargo_metadata v0.18.1 |
596 | 2024-06-12T20:03:12.363Z | Compiling slog-bunyan v2.5.0 |
597 | 2024-06-12T20:03:13.281Z | Compiling toml v0.8.13 |
598 | 2024-06-12T20:03:13.850Z | Compiling hyper-tls v0.5.0 |
599 | 2024-06-12T20:03:14.189Z | Compiling reqwest v0.11.27 |
600 | 2024-06-12T20:03:14.395Z | Compiling cargo_toml v0.20.2 |
601 | 2024-06-12T20:03:19.550Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
602 | 2024-06-12T20:03:26.641Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 06s |
603 | 2024-06-12T20:03:26.884Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
604 | 2024-06-12T20:03:26.943Z | Jun 12 20:03:26.409 INFO Starting download, target: Clickhouse |
605 | 2024-06-12T20:03:26.943Z | Jun 12 20:03:26.409 INFO Starting download, target: Cockroach |
606 | 2024-06-12T20:03:26.943Z | Jun 12 20:03:26.409 INFO Starting download, target: Console |
607 | 2024-06-12T20:03:26.944Z | Jun 12 20:03:26.409 INFO Starting download, target: DendriteStub |
608 | 2024-06-12T20:03:26.949Z | Jun 12 20:03:26.409 INFO Starting download, target: DendriteOpenapi |
609 | 2024-06-12T20:03:26.950Z | Jun 12 20:03:26.409 INFO Starting download, target: MaghemiteMgd |
610 | 2024-06-12T20:03:26.950Z | Jun 12 20:03:26.410 INFO Starting download, target: TransceiverControl |
611 | 2024-06-12T20:03:26.950Z | Jun 12 20:03:26.410 INFO Downloading out/downloads/console.tar.gz, target: Console |
612 | 2024-06-12T20:03:26.950Z | Jun 12 20:03:26.410 INFO Downloading out/downloads/xcvradm.gz, target: TransceiverControl |
613 | 2024-06-12T20:03:26.950Z | Jun 12 20:03:26.410 INFO Downloading out/downloads/mgd.tar.gz, target: MaghemiteMgd |
614 | 2024-06-12T20:03:26.950Z | Jun 12 20:03:26.411 INFO Downloading out/downloads/dpd-861c00bacbdf7a6e22471f0dabd8f926409b5292.json, target: DendriteOpenapi |
615 | 2024-06-12T20:03:26.950Z | Jun 12 20:03:26.411 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz, target: Clickhouse |
616 | 2024-06-12T20:03:26.950Z | Jun 12 20:03:26.411 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
617 | 2024-06-12T20:03:26.951Z | Jun 12 20:03:26.411 INFO Downloading out/downloads/dendrite-stub.tar.gz, target: DendriteStub |
618 | 2024-06-12T20:03:27.453Z | Jun 12 20:03:26.915 INFO Download complete, target: DendriteOpenapi |
619 | 2024-06-12T20:03:27.649Z | Jun 12 20:03:27.108 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
620 | 2024-06-12T20:03:27.988Z | Jun 12 20:03:27.449 INFO Download complete, target: Console |
621 | 2024-06-12T20:03:29.506Z | Jun 12 20:03:28.972 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
622 | 2024-06-12T20:03:30.638Z | Jun 12 20:03:29.802 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
623 | 2024-06-12T20:03:30.759Z | Jun 12 20:03:30.221 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
624 | 2024-06-12T20:03:30.759Z | Jun 12 20:03:30.221 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
625 | 2024-06-12T20:03:31.029Z | Jun 12 20:03:30.495 INFO Download complete, target: TransceiverControl |
626 | 2024-06-12T20:03:34.009Z | Jun 12 20:03:33.475 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
627 | 2024-06-12T20:03:36.062Z | Jun 12 20:03:35.527 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
628 | 2024-06-12T20:03:37.133Z | Jun 12 20:03:36.594 INFO Download complete, target: MaghemiteMgd |
629 | 2024-06-12T20:03:39.060Z | Jun 12 20:03:38.526 INFO Download complete, target: DendriteStub |
630 | 2024-06-12T20:03:39.906Z | Jun 12 20:03:39.373 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
631 | 2024-06-12T20:03:40.364Z | Jun 12 20:03:39.830 INFO Checking that binary works, target: Cockroach |
632 | 2024-06-12T20:03:40.538Z | Jun 12 20:03:40.005 INFO Download complete, target: Cockroach |
633 | 2024-06-12T20:03:45.191Z | Jun 12 20:03:44.656 INFO Checking that binary works, target: Clickhouse |
634 | 2024-06-12T20:03:45.381Z | Jun 12 20:03:44.847 INFO Download complete, target: Clickhouse |
635 | 2024-06-12T20:03:45.405Z | All builder prerequisites installed successfully, and PATH looks valid |
636 | 2024-06-12T20:03:45.409Z | |
637 | 2024-06-12T20:03:45.409Z | real 2:14.939329930 |
638 | 2024-06-12T20:03:45.410Z | user 4:47.072147351 |
639 | 2024-06-12T20:03:45.410Z | sys 1:06.430998728 |
640 | 2024-06-12T20:03:45.410Z | trap 0.163197055 |
641 | 2024-06-12T20:03:45.410Z | tflt 0.292264043 |
642 | 2024-06-12T20:03:45.410Z | dflt 1.169266578 |
643 | 2024-06-12T20:03:45.411Z | kflt 0.023264641 |
644 | 2024-06-12T20:03:45.411Z | lock 11:16.195879973 |
645 | 2024-06-12T20:03:45.411Z | slp 12:05.428690046 |
646 | 2024-06-12T20:03:45.411Z | lat 16.635360430 |
647 | 2024-06-12T20:03:45.411Z | stop 49.081992671 |
648 | 2024-06-12T20:03:45.411Z | |
649 | 2024-06-12T20:03:45.411Z | #### # # ##### ##### # # |
650 | 2024-06-12T20:03:45.411Z | # # # # # # # # # # |
651 | 2024-06-12T20:03:45.411Z | # # # # # # # # |
652 | 2024-06-12T20:03:45.411Z | # # # ##### ##### # |
653 | 2024-06-12T20:03:45.412Z | # # # # # # # |
654 | 2024-06-12T20:03:45.412Z | #### ###### # # # # |
655 | 2024-06-12T20:03:45.412Z | |
656 | 2024-06-12T20:03:45.957Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
657 | 2024-06-12T20:03:52.363Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6.90s |
658 | 2024-06-12T20:03:52.412Z | Running `target/debug/xtask clippy` |
659 | 2024-06-12T20:03:52.437Z | running: "/home/build/.rustup/toolchains/1.78.0-x86_64-unknown-illumos/bin/cargo" "clippy" "--all-targets" "--" "--deny" "warnings" |
660 | 2024-06-12T20:03:53.043Z | Downloading crates ... |
661 | 2024-06-12T20:03:53.236Z | Downloaded ahash v0.8.11 |
662 | 2024-06-12T20:03:53.248Z | Downloaded aead v0.5.2 |
663 | 2024-06-12T20:03:53.251Z | Downloaded addr2line v0.21.0 |
664 | 2024-06-12T20:03:53.255Z | Downloaded allocator-api2 v0.2.18 |
665 | 2024-06-12T20:03:53.258Z | Downloaded aho-corasick v1.1.3 |
666 | 2024-06-12T20:03:53.270Z | Downloaded itertools v0.12.1 |
667 | 2024-06-12T20:03:53.690Z | Downloaded bitstruct v0.1.1 |
668 | 2024-06-12T20:03:53.690Z | Downloaded itertools v0.10.5 |
669 | 2024-06-12T20:03:53.697Z | Downloaded libloading v0.8.3 |
670 | 2024-06-12T20:03:53.697Z | Downloaded lazy_static v1.4.0 |
671 | 2024-06-12T20:03:53.697Z | Downloaded libm v0.2.8 |
672 | 2024-06-12T20:03:53.697Z | Downloaded kstat-rs v0.2.3 |
673 | 2024-06-12T20:03:53.697Z | Downloaded lazycell v1.3.0 |
674 | 2024-06-12T20:03:53.697Z | Downloaded base16ct v0.2.0 |
675 | 2024-06-12T20:03:53.697Z | Downloaded backtrace v0.3.71 |
676 | 2024-06-12T20:03:53.697Z | Downloaded array-init v0.0.4 |
677 | 2024-06-12T20:03:53.697Z | Downloaded lalrpop-util v0.19.12 |
678 | 2024-06-12T20:03:53.697Z | Downloaded libefi-sys v0.1.0 |
679 | 2024-06-12T20:03:53.698Z | Downloaded maybe-uninit v2.0.0 |
680 | 2024-06-12T20:03:53.698Z | Downloaded lru-cache v0.1.2 |
681 | 2024-06-12T20:03:53.698Z | Downloaded peg-runtime v0.8.3 |
682 | 2024-06-12T20:03:53.698Z | Downloaded num-derive v0.4.2 |
683 | 2024-06-12T20:03:53.698Z | Downloaded mockall v0.12.1 |
684 | 2024-06-12T20:03:53.698Z | Downloaded pkcs8 v0.10.2 |
685 | 2024-06-12T20:03:53.698Z | Downloaded maplit v1.0.2 |
686 | 2024-06-12T20:03:53.698Z | Downloaded libtest-mimic v0.7.3 |
687 | 2024-06-12T20:03:53.698Z | Downloaded linked-hash-map v0.5.6 |
688 | 2024-06-12T20:03:53.699Z | Downloaded cobs v0.2.3 |
689 | 2024-06-12T20:03:53.699Z | Downloaded memmap2 v0.9.4 |
690 | 2024-06-12T20:03:53.699Z | Downloaded lalrpop v0.19.12 |
691 | 2024-06-12T20:03:53.699Z | Downloaded cfg_aliases v0.1.1 |
692 | 2024-06-12T20:03:53.699Z | Downloaded pest v2.7.10 |
693 | 2024-06-12T20:03:53.699Z | Downloaded managed v0.8.0 |
694 | 2024-06-12T20:03:53.699Z | Downloaded minimal-lexical v0.2.1 |
695 | 2024-06-12T20:03:53.700Z | Downloaded bb8 v0.8.3 |
696 | 2024-06-12T20:03:53.700Z | Downloaded plain v0.2.3 |
697 | 2024-06-12T20:03:53.700Z | Downloaded data-encoding v2.6.0 |
698 | 2024-06-12T20:03:53.700Z | Downloaded matches v0.1.10 |
699 | 2024-06-12T20:03:53.700Z | Downloaded arrayref v0.3.7 |
700 | 2024-06-12T20:03:53.700Z | Downloaded constant_time_eq v0.3.0 |
701 | 2024-06-12T20:03:53.700Z | Downloaded cast v0.3.0 |
702 | 2024-06-12T20:03:53.700Z | Downloaded bit-set v0.5.3 |
703 | 2024-06-12T20:03:53.701Z | Downloaded colored v2.1.0 |
704 | 2024-06-12T20:03:53.701Z | Downloaded number_prefix v0.4.0 |
705 | 2024-06-12T20:03:53.701Z | Downloaded pest_derive v2.7.10 |
706 | 2024-06-12T20:03:53.701Z | Downloaded phf_shared v0.11.2 |
707 | 2024-06-12T20:03:53.701Z | Downloaded md-5 v0.10.6 |
708 | 2024-06-12T20:03:53.701Z | Downloaded stability v0.2.0 |
709 | 2024-06-12T20:03:53.701Z | Downloaded num-integer v0.1.46 |
710 | 2024-06-12T20:03:53.701Z | Downloaded untrusted v0.7.1 |
711 | 2024-06-12T20:03:53.701Z | Downloaded parse-size v1.0.0 |
712 | 2024-06-12T20:03:53.702Z | Downloaded bit-vec v0.6.3 |
713 | 2024-06-12T20:03:53.702Z | Downloaded memoffset v0.9.1 |
714 | 2024-06-12T20:03:53.702Z | Downloaded newtype_derive v0.1.6 |
715 | 2024-06-12T20:03:53.702Z | Downloaded oso-derive v0.27.3 |
716 | 2024-06-12T20:03:53.702Z | Downloaded byteorder v1.5.0 |
717 | 2024-06-12T20:03:53.702Z | Downloaded normalize-line-endings v0.3.0 |
718 | 2024-06-12T20:03:53.702Z | Downloaded crossbeam-deque v0.8.5 |
719 | 2024-06-12T20:03:53.702Z | Downloaded nodrop v0.1.14 |
720 | 2024-06-12T20:03:53.702Z | Downloaded paste v1.0.15 |
721 | 2024-06-12T20:03:53.703Z | Downloaded olpc-cjson v0.1.3 |
722 | 2024-06-12T20:03:53.703Z | Downloaded phf v0.11.2 |
723 | 2024-06-12T20:03:53.703Z | Downloaded num-iter v0.1.45 |
724 | 2024-06-12T20:03:53.703Z | Downloaded dtrace-parser v0.2.0 |
725 | 2024-06-12T20:03:53.703Z | Downloaded pest_generator v2.7.10 |
726 | 2024-06-12T20:03:53.703Z | Downloaded multimap v0.10.0 |
727 | 2024-06-12T20:03:53.703Z | Downloaded csv-core v0.1.11 |
728 | 2024-06-12T20:03:53.703Z | Downloaded criterion-plot v0.5.0 |
729 | 2024-06-12T20:03:53.703Z | Downloaded ciborium-ll v0.2.2 |
730 | 2024-06-12T20:03:53.704Z | Downloaded peg v0.8.3 |
731 | 2024-06-12T20:03:53.704Z | Downloaded nibble_vec v0.1.0 |
732 | 2024-06-12T20:03:53.704Z | Downloaded headers-core v0.2.0 |
733 | 2024-06-12T20:03:53.704Z | Downloaded fxhash v0.2.1 |
734 | 2024-06-12T20:03:53.704Z | Downloaded http-range v0.1.5 |
735 | 2024-06-12T20:03:53.704Z | Downloaded password-hash v0.5.0 |
736 | 2024-06-12T20:03:53.704Z | Downloaded multer v3.1.0 |
737 | 2024-06-12T20:03:53.704Z | Downloaded smallvec v0.6.14 |
738 | 2024-06-12T20:03:53.705Z | Downloaded signature v2.2.0 |
739 | 2024-06-12T20:03:53.705Z | Downloaded tui-tree-widget v0.19.0 |
740 | 2024-06-12T20:03:53.705Z | Downloaded darling v0.20.9 |
741 | 2024-06-12T20:03:53.705Z | Downloaded stable_deref_trait v1.2.0 |
742 | 2024-06-12T20:03:53.705Z | Downloaded bzip2 v0.4.4 |
743 | 2024-06-12T20:03:53.705Z | Downloaded parse-display-derive v0.9.0 |
744 | 2024-06-12T20:03:53.705Z | Downloaded thiserror-impl-no-std v2.0.2 |
745 | 2024-06-12T20:03:53.705Z | Downloaded untrusted v0.9.0 |
746 | 2024-06-12T20:03:53.705Z | Downloaded parse-display v0.9.0 |
747 | 2024-06-12T20:03:53.705Z | Downloaded sqlformat v0.2.3 |
748 | 2024-06-12T20:03:53.705Z | Downloaded usdt v0.5.0 |
749 | 2024-06-12T20:03:53.705Z | Downloaded pkcs1 v0.7.5 |
750 | 2024-06-12T20:03:53.705Z | Downloaded nu-ansi-term v0.50.0 |
751 | 2024-06-12T20:03:53.705Z | Downloaded pin-project-internal v1.1.5 |
752 | 2024-06-12T20:03:53.706Z | Downloaded sigpipe v0.1.3 |
753 | 2024-06-12T20:03:53.706Z | Downloaded instant v0.1.12 |
754 | 2024-06-12T20:03:53.706Z | Downloaded tower-layer v0.3.2 |
755 | 2024-06-12T20:03:53.706Z | Downloaded peg-macros v0.8.3 |
756 | 2024-06-12T20:03:53.706Z | Downloaded num-rational v0.4.2 |
757 | 2024-06-12T20:03:53.706Z | Downloaded defmt v0.3.8 |
758 | 2024-06-12T20:03:53.706Z | Downloaded wyz v0.5.1 |
759 | 2024-06-12T20:03:53.706Z | Downloaded funty v2.0.0 |
760 | 2024-06-12T20:03:53.706Z | Downloaded fragile v2.0.0 |
761 | 2024-06-12T20:03:53.706Z | Downloaded chacha20 v0.9.1 |
762 | 2024-06-12T20:03:53.706Z | Downloaded ff v0.13.0 |
763 | 2024-06-12T20:03:53.706Z | Downloaded fd-lock v4.0.2 |
764 | 2024-06-12T20:03:53.706Z | Downloaded futures-timer v3.0.3 |
765 | 2024-06-12T20:03:53.706Z | Downloaded packed_struct_codegen v0.10.1 |
766 | 2024-06-12T20:03:53.706Z | Downloaded doc-comment v0.3.3 |
767 | 2024-06-12T20:03:53.706Z | Downloaded clang-sys v1.7.0 |
768 | 2024-06-12T20:03:53.706Z | Downloaded arc-swap v1.7.1 |
769 | 2024-06-12T20:03:53.714Z | Downloaded parking_lot v0.11.2 |
770 | 2024-06-12T20:03:53.714Z | Downloaded display-error-chain v0.2.0 |
771 | 2024-06-12T20:03:53.714Z | Downloaded precomputed-hash v0.1.1 |
772 | 2024-06-12T20:03:53.714Z | Downloaded hubpack_derive v0.1.1 |
773 | 2024-06-12T20:03:53.714Z | Downloaded partial-io v0.5.4 |
774 | 2024-06-12T20:03:53.714Z | Downloaded parking_lot_core v0.8.6 |
775 | 2024-06-12T20:03:53.714Z | Downloaded pin-project v1.1.5 |
776 | 2024-06-12T20:03:53.714Z | Downloaded rustc_version v0.4.0 |
777 | 2024-06-12T20:03:53.714Z | Downloaded termtree v0.4.1 |
778 | 2024-06-12T20:03:53.714Z | Downloaded radium v0.7.0 |
779 | 2024-06-12T20:03:53.714Z | Downloaded quick-error v1.2.3 |
780 | 2024-06-12T20:03:53.715Z | Downloaded indoc v2.0.5 |
781 | 2024-06-12T20:03:53.715Z | Downloaded crossbeam-epoch v0.9.18 |
782 | 2024-06-12T20:03:53.715Z | Downloaded predicates-core v1.0.6 |
783 | 2024-06-12T20:03:53.715Z | Downloaded universal-hash v0.5.1 |
784 | 2024-06-12T20:03:53.715Z | Downloaded unicode-xid v0.2.4 |
785 | 2024-06-12T20:03:53.715Z | Downloaded unicode-width v0.1.12 |
786 | 2024-06-12T20:03:53.715Z | Downloaded serde_plain v1.0.2 |
787 | 2024-06-12T20:03:53.715Z | Downloaded pest_meta v2.7.10 |
788 | 2024-06-12T20:03:53.715Z | Downloaded downcast v0.11.0 |
789 | 2024-06-12T20:03:53.715Z | Downloaded escape8259 v0.5.2 |
790 | 2024-06-12T20:03:53.716Z | Downloaded zone v0.1.8 |
791 | 2024-06-12T20:03:53.716Z | Downloaded slog-stdlog v4.1.1 |
792 | 2024-06-12T20:03:53.716Z | Downloaded serde_tokenstream v0.2.0 |
793 | 2024-06-12T20:03:53.716Z | Downloaded plotters-backend v0.3.5 |
794 | 2024-06-12T20:03:53.716Z | Downloaded foreign-types-shared v0.3.1 |
795 | 2024-06-12T20:03:53.716Z | Downloaded hubpack v0.1.2 |
796 | 2024-06-12T20:03:53.716Z | Downloaded glob v0.3.1 |
797 | 2024-06-12T20:03:53.716Z | Downloaded strum_macros v0.25.3 |
798 | 2024-06-12T20:03:53.716Z | Downloaded strum_macros v0.24.3 |
799 | 2024-06-12T20:03:53.716Z | Downloaded portpicker v0.1.1 |
800 | 2024-06-12T20:03:53.716Z | Downloaded yansi v0.5.1 |
801 | 2024-06-12T20:03:53.716Z | Downloaded humantime v2.1.0 |
802 | 2024-06-12T20:03:53.717Z | Downloaded rustc-demangle v0.1.24 |
803 | 2024-06-12T20:03:53.717Z | Downloaded predicates-tree v1.0.9 |
804 | 2024-06-12T20:03:53.717Z | Downloaded signal-hook-tokio v0.3.1 |
805 | 2024-06-12T20:03:53.717Z | Downloaded ref-cast v1.0.23 |
806 | 2024-06-12T20:03:53.717Z | Downloaded ident_case v1.0.1 |
807 | 2024-06-12T20:03:53.717Z | Downloaded serde_with_macros v3.8.1 |
808 | 2024-06-12T20:03:53.717Z | Downloaded rpassword v7.3.1 |
809 | 2024-06-12T20:03:53.717Z | Downloaded spin v0.5.2 |
810 | 2024-06-12T20:03:53.717Z | Downloaded serde_path_to_error v0.1.16 |
811 | 2024-06-12T20:03:53.717Z | Downloaded rusty-fork v0.3.0 |
812 | 2024-06-12T20:03:53.717Z | Downloaded predicates v3.1.0 |
813 | 2024-06-12T20:03:53.717Z | Downloaded topological-sort v0.2.2 |
814 | 2024-06-12T20:03:53.717Z | Downloaded usdt-macro v0.5.0 |
815 | 2024-06-12T20:03:53.718Z | Downloaded sha1 v0.10.6 |
816 | 2024-06-12T20:03:53.718Z | Downloaded r2d2 v0.8.10 |
817 | 2024-06-12T20:03:53.718Z | Downloaded waitgroup v0.1.2 |
818 | 2024-06-12T20:03:53.718Z | Downloaded compact_str v0.7.1 |
819 | 2024-06-12T20:03:53.718Z | Downloaded unicode-linebreak v0.1.5 |
820 | 2024-06-12T20:03:53.718Z | Downloaded unarray v0.1.4 |
821 | 2024-06-12T20:03:53.718Z | Downloaded termios v0.3.3 |
822 | 2024-06-12T20:03:53.718Z | Downloaded pretty-hex v0.4.1 |
823 | 2024-06-12T20:03:53.718Z | Downloaded pretty-hex v0.2.1 |
824 | 2024-06-12T20:03:53.718Z | Downloaded group v0.13.0 |
825 | 2024-06-12T20:03:53.718Z | Downloaded darling_core v0.20.9 |
826 | 2024-06-12T20:03:53.718Z | Downloaded papergrid v0.11.0 |
827 | 2024-06-12T20:03:53.719Z | Downloaded chacha20poly1305 v0.10.1 |
828 | 2024-06-12T20:03:53.719Z | Downloaded getrandom v0.2.14 |
829 | 2024-06-12T20:03:53.719Z | Downloaded slog-scope v4.4.0 |
830 | 2024-06-12T20:03:53.719Z | Downloaded hostname v0.4.0 |
831 | 2024-06-12T20:03:53.719Z | Downloaded hex v0.4.3 |
832 | 2024-06-12T20:03:53.719Z | Downloaded rand_seeder v0.2.3 |
833 | 2024-06-12T20:03:53.719Z | Downloaded dof v0.3.0 |
834 | 2024-06-12T20:03:53.719Z | Downloaded difflib v0.4.0 |
835 | 2024-06-12T20:03:53.719Z | Downloaded scroll_derive v0.12.0 |
836 | 2024-06-12T20:03:53.719Z | Downloaded ppv-lite86 v0.2.17 |
837 | 2024-06-12T20:03:53.720Z | Downloaded erased-serde v0.3.31 |
838 | 2024-06-12T20:03:53.720Z | Downloaded env_logger v0.10.2 |
839 | 2024-06-12T20:03:53.720Z | Downloaded fallible-iterator v0.2.0 |
840 | 2024-06-12T20:03:53.720Z | Downloaded endian-type v0.1.2 |
841 | 2024-06-12T20:03:53.720Z | Downloaded structmeta v0.3.0 |
842 | 2024-06-12T20:03:53.720Z | Downloaded structmeta v0.2.0 |
843 | 2024-06-12T20:03:53.720Z | Downloaded strip-ansi-escapes v0.2.0 |
844 | 2024-06-12T20:03:53.720Z | Downloaded stringprep v0.1.4 |
845 | 2024-06-12T20:03:53.720Z | Downloaded snafu-derive v0.8.2 |
846 | 2024-06-12T20:03:53.720Z | Downloaded string_cache v0.8.7 |
847 | 2024-06-12T20:03:53.720Z | Downloaded const-oid v0.9.6 |
848 | 2024-06-12T20:03:53.720Z | Downloaded secrecy v0.8.0 |
849 | 2024-06-12T20:03:53.720Z | Downloaded tracing-attributes v0.1.27 |
850 | 2024-06-12T20:03:53.720Z | Downloaded plotters-svg v0.3.5 |
851 | 2024-06-12T20:03:53.721Z | Downloaded slog-envlogger v2.2.0 |
852 | 2024-06-12T20:03:53.721Z | Downloaded slog-dtrace v0.3.0 |
853 | 2024-06-12T20:03:53.721Z | Downloaded unicase v2.7.0 |
854 | 2024-06-12T20:03:53.721Z | Downloaded serde_derive_internals v0.29.1 |
855 | 2024-06-12T20:03:53.721Z | Downloaded zerocopy-derive v0.7.34 |
856 | 2024-06-12T20:03:53.721Z | Downloaded diesel_table_macro_syntax v0.1.0 |
857 | 2024-06-12T20:03:53.721Z | Downloaded base64 v0.22.1 |
858 | 2024-06-12T20:03:53.721Z | Downloaded poly1305 v0.8.0 |
859 | 2024-06-12T20:03:53.721Z | Downloaded hash32 v0.3.1 |
860 | 2024-06-12T20:03:53.721Z | Downloaded postgres-protocol v0.6.6 |
861 | 2024-06-12T20:03:53.721Z | Downloaded const_format v0.2.32 |
862 | 2024-06-12T20:03:53.721Z | Downloaded either v1.12.0 |
863 | 2024-06-12T20:03:53.721Z | Downloaded http-body v1.0.0 |
864 | 2024-06-12T20:03:53.721Z | Downloaded hash32 v0.2.1 |
865 | 2024-06-12T20:03:53.721Z | Downloaded fastrand v2.1.0 |
866 | 2024-06-12T20:03:53.721Z | Downloaded rustls-pki-types v1.7.0 |
867 | 2024-06-12T20:03:53.722Z | Downloaded same-file v1.0.6 |
868 | 2024-06-12T20:03:53.722Z | Downloaded rand_chacha v0.3.1 |
869 | 2024-06-12T20:03:53.737Z | Downloaded semver v0.1.20 |
870 | 2024-06-12T20:03:53.737Z | Downloaded scroll v0.12.0 |
871 | 2024-06-12T20:03:53.737Z | Downloaded vte_generate_state_changes v0.1.1 |
872 | 2024-06-12T20:03:53.737Z | Downloaded rand_xorshift v0.3.0 |
873 | 2024-06-12T20:03:53.737Z | Downloaded utf-8 v0.7.6 |
874 | 2024-06-12T20:03:53.737Z | Downloaded scheduled-thread-pool v0.2.7 |
875 | 2024-06-12T20:03:53.737Z | Downloaded rtoolbox v0.0.2 |
876 | 2024-06-12T20:03:53.737Z | Downloaded smf v0.2.3 |
877 | 2024-06-12T20:03:53.737Z | Downloaded enum-as-inner v0.5.1 |
878 | 2024-06-12T20:03:53.737Z | Downloaded uzers v0.11.3 |
879 | 2024-06-12T20:03:53.737Z | Downloaded trust-dns-resolver v0.22.0 |
880 | 2024-06-12T20:03:53.737Z | Downloaded crypto-bigint v0.5.5 |
881 | 2024-06-12T20:03:53.749Z | Downloaded ena v0.14.3 |
882 | 2024-06-12T20:03:53.749Z | Downloaded indoc v1.0.9 |
883 | 2024-06-12T20:03:53.749Z | Downloaded embedded-io v0.4.0 |
884 | 2024-06-12T20:03:53.749Z | Downloaded impl-trait-for-tuples v0.2.2 |
885 | 2024-06-12T20:03:53.761Z | Downloaded derive_builder v0.20.0 |
886 | 2024-06-12T20:03:53.761Z | Downloaded signal-hook-mio v0.2.3 |
887 | 2024-06-12T20:03:53.761Z | Downloaded postcard v1.0.8 |
888 | 2024-06-12T20:03:53.761Z | Downloaded wait-timeout v0.2.0 |
889 | 2024-06-12T20:03:53.786Z | Downloaded tap v1.0.1 |
890 | 2024-06-12T20:03:53.786Z | Downloaded target-spec v3.1.0 |
891 | 2024-06-12T20:03:53.786Z | Downloaded der_derive v0.7.2 |
892 | 2024-06-12T20:03:53.786Z | Downloaded tabled_derive v0.7.0 |
893 | 2024-06-12T20:03:53.786Z | Downloaded tabwriter v1.4.0 |
894 | 2024-06-12T20:03:53.786Z | Downloaded num-bigint v0.4.5 |
895 | 2024-06-12T20:03:53.786Z | Downloaded rcgen v0.12.1 |
896 | 2024-06-12T20:03:53.786Z | Downloaded ref-cast-impl v1.0.23 |
897 | 2024-06-12T20:03:53.786Z | Downloaded schemars_derive v0.8.20 |
898 | 2024-06-12T20:03:53.802Z | Downloaded rand_core v0.6.4 |
899 | 2024-06-12T20:03:53.802Z | Downloaded tokio-tungstenite v0.20.1 |
900 | 2024-06-12T20:03:53.802Z | Downloaded toolchain_find v0.4.0 |
901 | 2024-06-12T20:03:53.803Z | Downloaded trust-dns-server v0.22.1 |
902 | 2024-06-12T20:03:53.803Z | Downloaded fixedbitset v0.4.2 |
903 | 2024-06-12T20:03:53.803Z | Downloaded supports-color v3.0.0 |
904 | 2024-06-12T20:03:53.803Z | Downloaded env_logger v0.9.3 |
905 | 2024-06-12T20:03:53.803Z | Downloaded sct v0.7.1 |
906 | 2024-06-12T20:03:53.821Z | Downloaded postgres-types v0.2.6 |
907 | 2024-06-12T20:03:53.821Z | Downloaded hyper-rustls v0.26.0 |
908 | 2024-06-12T20:03:53.822Z | Downloaded spin v0.9.8 |
909 | 2024-06-12T20:03:53.822Z | Downloaded guppy-workspace-hack v0.1.0 |
910 | 2024-06-12T20:03:53.822Z | Downloaded ucd-trie v0.1.6 |
911 | 2024-06-12T20:03:53.822Z | Downloaded zip v0.6.6 |
912 | 2024-06-12T20:03:53.822Z | Downloaded subtle v2.5.0 |
913 | 2024-06-12T20:03:53.822Z | Downloaded foreign-types v0.5.0 |
914 | 2024-06-12T20:03:53.823Z | Downloaded resolv-conf v0.7.0 |
915 | 2024-06-12T20:03:53.823Z | Downloaded fatfs v0.3.6 |
916 | 2024-06-12T20:03:53.840Z | Downloaded siphasher v0.3.11 |
917 | 2024-06-12T20:03:53.840Z | Downloaded shell-words v1.1.0 |
918 | 2024-06-12T20:03:53.840Z | Downloaded serde_arrays v0.1.0 |
919 | 2024-06-12T20:03:53.841Z | Downloaded hex-literal v0.4.1 |
920 | 2024-06-12T20:03:53.841Z | Downloaded thread-id v4.2.1 |
921 | 2024-06-12T20:03:53.841Z | Downloaded thiserror-no-std v2.0.2 |
922 | 2024-06-12T20:03:53.841Z | Downloaded termcolor v1.4.1 |
923 | 2024-06-12T20:03:53.841Z | Downloaded tls_codec v0.4.1 |
924 | 2024-06-12T20:03:53.841Z | Downloaded serde-big-array v0.5.1 |
925 | 2024-06-12T20:03:53.842Z | Downloaded derive-where v1.2.7 |
926 | 2024-06-12T20:03:53.861Z | Downloaded half v2.4.1 |
927 | 2024-06-12T20:03:53.861Z | Downloaded zeroize_derive v1.4.2 |
928 | 2024-06-12T20:03:53.862Z | Downloaded tls_codec_derive v0.4.1 |
929 | 2024-06-12T20:03:53.862Z | Downloaded target-lexicon v0.12.14 |
930 | 2024-06-12T20:03:53.862Z | Downloaded serde-hex v0.1.0 |
931 | 2024-06-12T20:03:53.862Z | Downloaded globset v0.4.14 |
932 | 2024-06-12T20:03:53.862Z | Downloaded httptest v0.15.5 |
933 | 2024-06-12T20:03:53.863Z | Downloaded zeroize v1.7.0 |
934 | 2024-06-12T20:03:53.894Z | Downloaded walkdir v2.5.0 |
935 | 2024-06-12T20:03:53.894Z | Downloaded expectorate v1.1.0 |
936 | 2024-06-12T20:03:53.894Z | Downloaded tempfile v3.10.1 |
937 | 2024-06-12T20:03:53.894Z | Downloaded signal-hook v0.3.17 |
938 | 2024-06-12T20:03:53.894Z | Downloaded salty v0.2.0 |
939 | 2024-06-12T20:03:53.894Z | Downloaded proc-macro-error-attr v1.0.4 |
940 | 2024-06-12T20:03:53.895Z | Downloaded indexmap v1.9.3 |
941 | 2024-06-12T20:03:53.895Z | Downloaded which v4.4.2 |
942 | 2024-06-12T20:03:53.895Z | Downloaded snafu v0.8.2 |
943 | 2024-06-12T20:03:53.910Z | Downloaded highway v1.1.0 |
944 | 2024-06-12T20:03:53.910Z | Downloaded typed-path v0.7.1 |
945 | 2024-06-12T20:03:53.910Z | Downloaded criterion v0.5.1 |
946 | 2024-06-12T20:03:53.910Z | Downloaded proc-macro-crate v1.3.1 |
947 | 2024-06-12T20:03:53.910Z | Downloaded foreign-types-macros v0.2.3 |
948 | 2024-06-12T20:03:53.910Z | Downloaded rstest v0.19.0 |
949 | 2024-06-12T20:03:53.911Z | Downloaded derive_more v0.99.17 |
950 | 2024-06-12T20:03:53.924Z | Downloaded uuid v1.8.0 |
951 | 2024-06-12T20:03:53.924Z | Downloaded getopts v0.2.21 |
952 | 2024-06-12T20:03:53.924Z | Downloaded yasna v0.5.2 |
953 | 2024-06-12T20:03:53.924Z | Downloaded ron v0.7.1 |
954 | 2024-06-12T20:03:53.924Z | Downloaded vsss-rs v3.3.4 |
955 | 2024-06-12T20:03:53.936Z | Downloaded indicatif v0.17.8 |
956 | 2024-06-12T20:03:53.936Z | Downloaded pretty_assertions v1.4.0 |
957 | 2024-06-12T20:03:53.936Z | Downloaded vte v0.11.1 |
958 | 2024-06-12T20:03:53.945Z | Downloaded rayon-core v1.12.1 |
959 | 2024-06-12T20:03:53.945Z | Downloaded tokio-tungstenite v0.21.0 |
960 | 2024-06-12T20:03:53.945Z | Downloaded tungstenite v0.21.0 |
961 | 2024-06-12T20:03:53.945Z | Downloaded tungstenite v0.20.1 |
962 | 2024-06-12T20:03:53.950Z | Downloaded similar v2.5.0 |
963 | 2024-06-12T20:03:53.950Z | Downloaded serde_yaml v0.9.34+deprecated |
964 | 2024-06-12T20:03:53.953Z | Downloaded derive_builder_core v0.20.0 |
965 | 2024-06-12T20:03:53.957Z | Downloaded toml v0.7.8 |
966 | 2024-06-12T20:03:53.960Z | Downloaded zerocopy v0.6.6 |
967 | 2024-06-12T20:03:53.963Z | Downloaded elliptic-curve v0.13.8 |
968 | 2024-06-12T20:03:53.967Z | Downloaded hashbrown v0.13.2 |
969 | 2024-06-12T20:03:53.970Z | Downloaded crossterm v0.27.0 |
970 | 2024-06-12T20:03:53.977Z | Downloaded publicsuffix v2.2.3 |
971 | 2024-06-12T20:03:53.980Z | Downloaded toml v0.5.11 |
972 | 2024-06-12T20:03:53.983Z | Downloaded hyper-util v0.1.3 |
973 | 2024-06-12T20:03:53.986Z | Downloaded fancy-regex v0.13.0 |
974 | 2024-06-12T20:03:53.991Z | Downloaded winnow v0.5.40 |
975 | 2024-06-12T20:03:54.007Z | Downloaded hashbrown v0.12.3 |
976 | 2024-06-12T20:03:54.018Z | Downloaded unsafe-libyaml v0.2.11 |
977 | 2024-06-12T20:03:54.018Z | Downloaded rustyline v14.0.0 |
978 | 2024-06-12T20:03:54.018Z | Downloaded trust-dns-client v0.22.0 |
979 | 2024-06-12T20:03:54.024Z | Downloaded prettyplease v0.2.20 |
980 | 2024-06-12T20:03:54.024Z | Downloaded rsa v0.9.6 |
981 | 2024-06-12T20:03:54.029Z | Downloaded flume v0.11.0 |
982 | 2024-06-12T20:03:54.033Z | Downloaded portable-atomic v1.6.0 |
983 | 2024-06-12T20:03:54.039Z | Downloaded guppy v0.17.5 |
984 | 2024-06-12T20:03:54.045Z | Downloaded regex-automata v0.1.10 |
985 | 2024-06-12T20:03:54.050Z | Downloaded toml_edit v0.19.15 |
986 | 2024-06-12T20:03:54.073Z | Downloaded unicode-segmentation v1.11.0 |
987 | 2024-06-12T20:03:54.497Z | Downloaded rstest_macros v0.19.0 |
988 | 2024-06-12T20:03:54.498Z | Downloaded sqlparser v0.45.0 |
989 | 2024-06-12T20:03:54.498Z | Downloaded serde_with v3.8.1 |
990 | 2024-06-12T20:03:54.498Z | Downloaded der v0.7.9 |
991 | 2024-06-12T20:03:54.498Z | Downloaded quick-xml v0.31.0 |
992 | 2024-06-12T20:03:54.498Z | Downloaded tough v0.17.1 |
993 | 2024-06-12T20:03:54.498Z | Downloaded reedline v0.31.0 |
994 | 2024-06-12T20:03:54.498Z | Downloaded object v0.30.4 |
995 | 2024-06-12T20:03:54.498Z | Downloaded http v1.1.0 |
996 | 2024-06-12T20:03:54.499Z | Downloaded zerocopy v0.7.34 |
997 | 2024-06-12T20:03:54.499Z | Downloaded hyper v1.3.1 |
998 | 2024-06-12T20:03:54.499Z | Downloaded radix_trie v0.2.1 |
999 | 2024-06-12T20:03:54.499Z | Downloaded chrono v0.4.38 |
1000 | 2024-06-12T20:03:54.499Z | Downloaded goblin v0.8.2 |
1001 | 2024-06-12T20:03:54.499Z | Downloaded object v0.32.2 |
1002 | 2024-06-12T20:03:54.499Z | Downloaded nix v0.28.0 |
1003 | 2024-06-12T20:03:54.500Z | Downloaded rustls v0.21.12 |
1004 | 2024-06-12T20:03:54.500Z | Downloaded syn v1.0.109 |
1005 | 2024-06-12T20:03:54.500Z | Downloaded gimli v0.28.1 |
1006 | 2024-06-12T20:03:54.500Z | Downloaded hkdf v0.12.4 |
1007 | 2024-06-12T20:03:54.500Z | Downloaded polar-core v0.27.3 |
1008 | 2024-06-12T20:03:54.500Z | Downloaded rustls-webpki v0.102.4 |
1009 | 2024-06-12T20:03:54.500Z | Downloaded tabled v0.15.0 |
1010 | 2024-06-12T20:03:54.500Z | Downloaded regex-syntax v0.6.29 |
1011 | 2024-06-12T20:03:54.500Z | Downloaded rayon v1.10.0 |
1012 | 2024-06-12T20:03:54.500Z | Downloaded regex-syntax v0.8.3 |
1013 | 2024-06-12T20:03:54.500Z | Downloaded proptest v1.4.0 |
1014 | 2024-06-12T20:03:54.500Z | Downloaded regex v1.10.4 |
1015 | 2024-06-12T20:03:54.501Z | Downloaded smoltcp v0.9.1 |
1016 | 2024-06-12T20:03:54.501Z | Downloaded idna v0.3.0 |
1017 | 2024-06-12T20:03:54.501Z | Downloaded webpki-roots v0.25.4 |
1018 | 2024-06-12T20:03:54.501Z | Downloaded regex-automata v0.4.6 |
1019 | 2024-06-12T20:03:54.501Z | Downloaded petgraph v0.6.5 |
1020 | 2024-06-12T20:03:54.501Z | Downloaded idna v0.2.3 |
1021 | 2024-06-12T20:03:54.501Z | Downloaded sha3 v0.10.8 |
1022 | 2024-06-12T20:03:54.501Z | Downloaded trust-dns-proto v0.22.0 |
1023 | 2024-06-12T20:03:54.501Z | Downloaded finl_unicode v1.2.0 |
1024 | 2024-06-12T20:03:54.501Z | Downloaded regress v0.9.1 |
1025 | 2024-06-12T20:03:54.502Z | Downloaded diesel v2.1.6 |
1026 | 2024-06-12T20:03:54.502Z | Downloaded sled v0.34.7 |
1027 | 2024-06-12T20:03:54.502Z | Downloaded bstr v1.9.1 |
1028 | 2024-06-12T20:03:54.502Z | Downloaded smoltcp v0.11.0 |
1029 | 2024-06-12T20:03:54.502Z | Downloaded bstr v0.2.17 |
1030 | 2024-06-12T20:03:54.503Z | Downloaded ratatui v0.26.2 |
1031 | 2024-06-12T20:03:54.503Z | Downloaded zerocopy-derive v0.6.6 |
1032 | 2024-06-12T20:03:54.503Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1033 | 2024-06-12T20:03:54.514Z | Downloaded curve25519-dalek v4.1.2 |
1034 | 2024-06-12T20:03:54.514Z | Downloaded rustls v0.22.4 |
1035 | 2024-06-12T20:03:54.525Z | Downloaded openapiv3 v2.0.0 |
1036 | 2024-06-12T20:03:54.534Z | Downloaded rustls-webpki v0.101.7 |
1037 | 2024-06-12T20:03:54.554Z | Downloaded nix v0.27.1 |
1038 | 2024-06-12T20:03:54.559Z | Downloaded csv v1.3.0 |
1039 | 2024-06-12T20:03:54.576Z | Downloaded bitvec v1.0.1 |
1040 | 2024-06-12T20:03:54.590Z | Downloaded blake3 v1.5.1 |
1041 | 2024-06-12T20:03:54.598Z | Downloaded plotters v0.3.5 |
1042 | 2024-06-12T20:03:54.606Z | Downloaded tower v0.4.13 |
1043 | 2024-06-12T20:03:54.619Z | Downloaded rand v0.8.5 |
1044 | 2024-06-12T20:03:54.622Z | Downloaded diesel_derives v2.1.4 |
1045 | 2024-06-12T20:03:54.622Z | Downloaded schemars v0.8.20 |
1046 | 2024-06-12T20:03:54.635Z | Downloaded num-bigint-dig v0.8.4 |
1047 | 2024-06-12T20:03:54.640Z | Downloaded samael v0.0.15 |
1048 | 2024-06-12T20:03:54.643Z | Downloaded heapless v0.8.0 |
1049 | 2024-06-12T20:03:54.648Z | Downloaded x509-cert v0.2.5 |
1050 | 2024-06-12T20:03:54.672Z | Downloaded unicode_categories v0.1.1 |
1051 | 2024-06-12T20:03:54.679Z | Downloaded heck v0.3.3 |
1052 | 2024-06-12T20:03:54.679Z | Downloaded proc-macro-error v1.0.4 |
1053 | 2024-06-12T20:03:54.679Z | Downloaded similar-asserts v1.5.0 |
1054 | 2024-06-12T20:03:54.679Z | Downloaded relative-path v1.9.3 |
1055 | 2024-06-12T20:03:54.679Z | Downloaded nom v7.1.3 |
1056 | 2024-06-12T20:03:54.680Z | Downloaded home v0.5.9 |
1057 | 2024-06-12T20:03:54.680Z | Downloaded signature v1.6.4 |
1058 | 2024-06-12T20:03:54.680Z | Downloaded hyper-staticfile v0.9.5 |
1059 | 2024-06-12T20:03:54.680Z | Downloaded float-cmp v0.9.0 |
1060 | 2024-06-12T20:03:54.680Z | Downloaded flagset v0.4.5 |
1061 | 2024-06-12T20:03:54.680Z | Downloaded tokio-postgres v0.7.10 |
1062 | 2024-06-12T20:03:54.680Z | Downloaded ron v0.8.1 |
1063 | 2024-06-12T20:03:54.684Z | Downloaded steno v0.4.0 |
1064 | 2024-06-12T20:03:54.688Z | Downloaded psl-types v2.0.11 |
1065 | 2024-06-12T20:03:54.688Z | Downloaded diff v0.1.13 |
1066 | 2024-06-12T20:03:54.692Z | Downloaded heapless v0.7.17 |
1067 | 2024-06-12T20:03:54.718Z | Downloaded rustls-native-certs v0.7.0 |
1068 | 2024-06-12T20:03:54.719Z | Downloaded usdt-impl v0.5.0 |
1069 | 2024-06-12T20:03:54.719Z | Downloaded serde-big-array v0.4.1 |
1070 | 2024-06-12T20:03:54.719Z | Downloaded sec1 v0.7.3 |
1071 | 2024-06-12T20:03:54.719Z | Downloaded test-strategy v0.3.1 |
1072 | 2024-06-12T20:03:54.725Z | Downloaded socket2 v0.4.10 |
1073 | 2024-06-12T20:03:54.726Z | Downloaded headers v0.3.9 |
1074 | 2024-06-12T20:03:54.726Z | Downloaded iana-time-zone v0.1.60 |
1075 | 2024-06-12T20:03:54.726Z | Downloaded gethostname v0.4.3 |
1076 | 2024-06-12T20:03:54.726Z | Downloaded hmac v0.12.1 |
1077 | 2024-06-12T20:03:54.726Z | Downloaded rustls-pemfile v2.1.2 |
1078 | 2024-06-12T20:03:54.726Z | Downloaded derive_builder_macro v0.20.0 |
1079 | 2024-06-12T20:03:54.727Z | Downloaded subprocess v0.2.9 |
1080 | 2024-06-12T20:03:54.727Z | Downloaded tinytemplate v1.2.1 |
1081 | 2024-06-12T20:03:54.727Z | Downloaded trybuild v1.0.96 |
1082 | 2024-06-12T20:03:54.734Z | Downloaded hyper-rustls v0.24.2 |
1083 | 2024-06-12T20:03:54.734Z | Downloaded textwrap v0.16.1 |
1084 | 2024-06-12T20:03:54.734Z | Downloaded blake2 v0.10.6 |
1085 | 2024-06-12T20:03:54.742Z | Downloaded rust-argon2 v2.1.0 |
1086 | 2024-06-12T20:03:54.743Z | Downloaded static_assertions v1.1.0 |
1087 | 2024-06-12T20:03:54.743Z | Downloaded structmeta-derive v0.3.0 |
1088 | 2024-06-12T20:03:54.743Z | Downloaded structmeta-derive v0.2.0 |
1089 | 2024-06-12T20:03:54.743Z | Downloaded smawk v0.3.2 |
1090 | 2024-06-12T20:03:54.743Z | Downloaded platforms v3.4.0 |
1091 | 2024-06-12T20:03:54.809Z | Downloaded serde_repr v0.1.19 |
1092 | 2024-06-12T20:03:54.809Z | Downloaded omicron-zone-package v0.11.0 |
1093 | 2024-06-12T20:03:54.809Z | Downloaded num-traits v0.2.19 |
1094 | 2024-06-12T20:03:54.809Z | Downloaded tiny-keccak v2.0.2 |
1095 | 2024-06-12T20:03:54.809Z | Downloaded threadpool v1.8.1 |
1096 | 2024-06-12T20:03:54.809Z | Downloaded rustfmt-wrapper v0.2.1 |
1097 | 2024-06-12T20:03:54.823Z | Downloaded ipnetwork v0.20.0 |
1098 | 2024-06-12T20:03:54.823Z | Downloaded inout v0.1.3 |
1099 | 2024-06-12T20:03:54.823Z | Downloaded whoami v1.5.1 |
1100 | 2024-06-12T20:03:54.823Z | Downloaded tokio-stream v0.1.15 |
1101 | 2024-06-12T20:03:54.824Z | Downloaded tokio-rustls v0.25.0 |
1102 | 2024-06-12T20:03:54.824Z | Downloaded tokio-rustls v0.24.1 |
1103 | 2024-06-12T20:03:54.824Z | Downloaded crc-any v2.5.0 |
1104 | 2024-06-12T20:03:54.825Z | Downloaded cfg-expr v0.15.8 |
1105 | 2024-06-12T20:03:54.825Z | Downloaded rustc_version v0.1.7 |
1106 | 2024-06-12T20:03:54.825Z | Downloaded rustc-hash v1.1.0 |
1107 | 2024-06-12T20:03:54.825Z | Downloaded mockall_derive v0.12.1 |
1108 | 2024-06-12T20:03:54.826Z | Downloaded oso v0.27.3 |
1109 | 2024-06-12T20:03:54.826Z | Downloaded owo-colors v4.0.0 |
1110 | 2024-06-12T20:03:54.826Z | Downloaded bindgen v0.69.4 |
1111 | 2024-06-12T20:03:54.826Z | Downloaded ed25519 v1.5.3 |
1112 | 2024-06-12T20:03:54.827Z | Downloaded dyn-clone v1.0.17 |
1113 | 2024-06-12T20:03:54.827Z | Downloaded defmt-parser v0.3.4 |
1114 | 2024-06-12T20:03:54.827Z | Downloaded defmt-macros v0.3.9 |
1115 | 2024-06-12T20:03:54.827Z | Downloaded cookie_store v0.20.0 |
1116 | 2024-06-12T20:03:54.827Z | Downloaded cookie v0.17.0 |
1117 | 2024-06-12T20:03:54.827Z | Downloaded blake2b_simd v1.0.2 |
1118 | 2024-06-12T20:03:54.827Z | Downloaded pem-rfc7468 v0.7.0 |
1119 | 2024-06-12T20:03:54.827Z | Downloaded num-complex v0.4.6 |
1120 | 2024-06-12T20:03:54.828Z | Downloaded console v0.15.8 |
1121 | 2024-06-12T20:03:54.828Z | Downloaded spki v0.7.3 |
1122 | 2024-06-12T20:03:54.828Z | Downloaded packed_struct v0.10.1 |
1123 | 2024-06-12T20:03:54.828Z | Downloaded num v0.4.3 |
1124 | 2024-06-12T20:03:54.828Z | Downloaded assert_cmd v2.0.14 |
1125 | 2024-06-12T20:03:54.828Z | Downloaded shlex v1.3.0 |
1126 | 2024-06-12T20:03:54.828Z | Downloaded num_enum_derive v0.5.11 |
1127 | 2024-06-12T20:03:54.828Z | Downloaded num_enum v0.5.11 |
1128 | 2024-06-12T20:03:54.828Z | Downloaded ciborium v0.2.2 |
1129 | 2024-06-12T20:03:54.829Z | Downloaded usdt-attr-macro v0.5.0 |
1130 | 2024-06-12T20:03:54.834Z | Downloaded camino-tempfile v1.1.1 |
1131 | 2024-06-12T20:03:54.834Z | Downloaded argon2 v0.5.3 |
1132 | 2024-06-12T20:03:54.834Z | Downloaded newtype-uuid v1.1.0 |
1133 | 2024-06-12T20:03:54.835Z | Downloaded corncobs v0.1.3 |
1134 | 2024-06-12T20:03:54.835Z | Downloaded arrayvec v0.7.4 |
1135 | 2024-06-12T20:03:54.835Z | Downloaded zone_cfg_derive v0.1.2 |
1136 | 2024-06-12T20:03:54.835Z | Downloaded crc v3.2.1 |
1137 | 2024-06-12T20:03:54.835Z | Downloaded nanorand v0.7.0 |
1138 | 2024-06-12T20:03:54.836Z | Downloaded crc-catalog v2.4.0 |
1139 | 2024-06-12T20:03:54.836Z | Downloaded cipher v0.4.4 |
1140 | 2024-06-12T20:03:54.836Z | Downloaded curve25519-dalek-derive v0.1.1 |
1141 | 2024-06-12T20:03:54.836Z | Downloaded castaway v0.2.2 |
1142 | 2024-06-12T20:03:54.836Z | Downloaded buf-list v1.0.3 |
1143 | 2024-06-12T20:03:54.842Z | Downloaded new_debug_unreachable v1.0.6 |
1144 | 2024-06-12T20:03:54.842Z | Downloaded datatest-stable v0.2.9 |
1145 | 2024-06-12T20:03:54.842Z | Downloaded block-padding v0.3.3 |
1146 | 2024-06-12T20:03:54.842Z | Downloaded sqlparser_derive v0.2.2 |
1147 | 2024-06-12T20:03:54.842Z | Downloaded linear-map v1.2.0 |
1148 | 2024-06-12T20:03:54.850Z | Downloaded libsw v3.3.1 |
1149 | 2024-06-12T20:03:54.850Z | Downloaded lru v0.12.3 |
1150 | 2024-06-12T20:03:54.850Z | Downloaded cancel-safe-futures v0.1.5 |
1151 | 2024-06-12T20:03:54.850Z | Downloaded newline-converter v0.3.0 |
1152 | 2024-06-12T20:03:54.857Z | Downloaded nested v0.1.1 |
1153 | 2024-06-12T20:03:54.857Z | Downloaded cexpr v0.6.0 |
1154 | 2024-06-12T20:03:54.857Z | Downloaded bytecount v0.6.8 |
1155 | 2024-06-12T20:03:54.858Z | Downloaded bitflags v1.3.2 |
1156 | 2024-06-12T20:03:54.858Z | Downloaded async-stream v0.3.5 |
1157 | 2024-06-12T20:03:54.862Z | Downloaded anes v0.1.6 |
1158 | 2024-06-12T20:03:54.862Z | Downloaded phf_shared v0.10.0 |
1159 | 2024-06-12T20:03:54.862Z | Downloaded pem v3.0.4 |
1160 | 2024-06-12T20:03:54.862Z | Downloaded pathdiff v0.2.1 |
1161 | 2024-06-12T20:03:54.862Z | Downloaded path-slash v0.1.5 |
1162 | 2024-06-12T20:03:54.863Z | Downloaded opaque-debug v0.3.1 |
1163 | 2024-06-12T20:03:54.867Z | Downloaded oorandom v11.1.3 |
1164 | 2024-06-12T20:03:54.868Z | Downloaded memmap v0.7.0 |
1165 | 2024-06-12T20:03:54.868Z | Downloaded approx v0.5.1 |
1166 | 2024-06-12T20:03:54.868Z | Downloaded mime_guess v2.0.4 |
1167 | 2024-06-12T20:03:54.900Z | Downloaded crunchy v0.2.2 |
1168 | 2024-06-12T20:03:54.900Z | Downloaded crucible-workspace-hack v0.1.0 |
1169 | 2024-06-12T20:03:54.901Z | Downloaded const_format_proc_macros v0.2.32 |
1170 | 2024-06-12T20:03:54.901Z | Downloaded bitfield v0.14.0 |
1171 | 2024-06-12T20:03:54.901Z | Downloaded libxml v0.3.3 |
1172 | 2024-06-12T20:03:54.929Z | Downloaded darling_macro v0.20.9 |
1173 | 2024-06-12T20:03:54.929Z | Downloaded cstr-argument v0.1.2 |
1174 | 2024-06-12T20:03:54.929Z | Downloaded ciborium-io v0.2.2 |
1175 | 2024-06-12T20:03:54.929Z | Downloaded bitstruct_derive v0.1.0 |
1176 | 2024-06-12T20:03:54.929Z | Downloaded assert_matches v1.5.0 |
1177 | 2024-06-12T20:03:54.929Z | Downloaded ascii v1.1.0 |
1178 | 2024-06-12T20:03:54.929Z | Downloaded convert_case v0.4.0 |
1179 | 2024-06-12T20:03:54.929Z | Downloaded cassowary v0.3.0 |
1180 | 2024-06-12T20:03:54.929Z | Downloaded base64 v0.13.1 |
1181 | 2024-06-12T20:03:54.929Z | Downloaded keccak v0.1.5 |
1182 | 2024-06-12T20:03:54.930Z | Downloaded is_ci v1.2.0 |
1183 | 2024-06-12T20:03:54.930Z | Downloaded atomic-waker v1.1.2 |
1184 | 2024-06-12T20:03:54.930Z | Downloaded debug-ignore v1.0.5 |
1185 | 2024-06-12T20:03:54.930Z | Downloaded cookie v0.18.1 |
1186 | 2024-06-12T20:03:54.930Z | Downloaded async-recursion v1.1.1 |
1187 | 2024-06-12T20:03:54.930Z | Downloaded base64ct v1.6.0 |
1188 | 2024-06-12T20:03:54.930Z | Downloaded bcs v0.1.6 |
1189 | 2024-06-12T20:03:54.930Z | Downloaded backoff v0.4.0 |
1190 | 2024-06-12T20:03:54.930Z | Downloaded atty v0.2.14 |
1191 | 2024-06-12T20:03:54.930Z | Downloaded atomicwrites v0.4.3 |
1192 | 2024-06-12T20:03:54.930Z | Downloaded async-trait v0.1.80 |
1193 | 2024-06-12T20:03:54.930Z | Downloaded async-stream-impl v0.3.5 |
1194 | 2024-06-12T20:03:54.931Z | Downloaded ascii-canvas v3.0.0 |
1195 | 2024-06-12T20:03:55.037Z | Downloaded ring v0.17.8 |
1196 | 2024-06-12T20:03:55.135Z | Downloaded ring v0.16.20 |
1197 | 2024-06-12T20:03:55.837Z | Compiling serde v1.0.203 |
1198 | 2024-06-12T20:03:55.851Z | Checking cfg-if v1.0.0 |
1199 | 2024-06-12T20:03:55.900Z | Compiling libm v0.2.8 |
1200 | 2024-06-12T20:03:55.916Z | Checking libc v0.2.155 |
1201 | 2024-06-12T20:03:55.927Z | Compiling syn v2.0.64 |
1202 | 2024-06-12T20:03:55.927Z | Compiling num-traits v0.2.19 |
1203 | 2024-06-12T20:03:55.933Z | Compiling ahash v0.8.11 |
1204 | 2024-06-12T20:03:55.933Z | Compiling getrandom v0.2.14 |
1205 | 2024-06-12T20:03:56.217Z | Compiling serde_json v1.0.117 |
1206 | 2024-06-12T20:03:56.322Z | Compiling byteorder v1.5.0 |
1207 | 2024-06-12T20:03:56.332Z | Compiling log v0.4.21 |
1208 | 2024-06-12T20:03:56.418Z | Compiling generic-array v0.14.7 |
1209 | 2024-06-12T20:03:56.450Z | Checking memchr v2.7.2 |
1210 | 2024-06-12T20:03:56.558Z | Checking itoa v1.0.11 |
1211 | 2024-06-12T20:03:56.736Z | Compiling syn v1.0.109 |
1212 | 2024-06-12T20:03:56.757Z | Compiling allocator-api2 v0.2.18 |
1213 | 2024-06-12T20:03:56.792Z | Checking scopeguard v1.2.0 |
1214 | 2024-06-12T20:03:56.821Z | Checking smallvec v1.13.2 |
1215 | 2024-06-12T20:03:56.932Z | Checking lock_api v0.4.12 |
1216 | 2024-06-12T20:03:57.144Z | Compiling schemars v0.8.20 |
1217 | 2024-06-12T20:03:57.169Z | Compiling ring v0.17.8 |
1218 | 2024-06-12T20:03:57.322Z | Compiling time-macros v0.2.18 |
1219 | 2024-06-12T20:03:57.367Z | Checking once_cell v1.19.0 |
1220 | 2024-06-12T20:03:57.527Z | Checking parking_lot_core v0.9.10 |
1221 | 2024-06-12T20:03:57.547Z | Compiling aho-corasick v1.1.3 |
1222 | 2024-06-12T20:03:57.842Z | Checking parking_lot v0.12.2 |
1223 | 2024-06-12T20:03:57.917Z | Checking pin-project-lite v0.2.14 |
1224 | 2024-06-12T20:03:58.018Z | Compiling regex-syntax v0.8.3 |
1225 | 2024-06-12T20:04:00.860Z | Checking signal-hook-registry v1.4.2 |
1226 | 2024-06-12T20:04:01.092Z | Checking mio v0.8.11 |
1227 | 2024-06-12T20:04:01.270Z | Compiling slog v2.7.0 |
1228 | 2024-06-12T20:04:01.406Z | Compiling regex-automata v0.4.6 |
1229 | 2024-06-12T20:04:01.834Z | Checking num_cpus v1.16.0 |
1230 | 2024-06-12T20:04:01.927Z | Checking ryu v1.0.18 |
1231 | 2024-06-12T20:04:01.945Z | Compiling crossbeam-utils v0.8.19 |
1232 | 2024-06-12T20:04:02.141Z | Checking rand_core v0.6.4 |
1233 | 2024-06-12T20:04:02.438Z | Compiling iana-time-zone v0.1.60 |
1234 | 2024-06-12T20:04:02.580Z | Compiling rustls v0.21.12 |
1235 | 2024-06-12T20:04:02.617Z | Checking futures-core v0.3.30 |
1236 | 2024-06-12T20:04:02.809Z | Checking socket2 v0.5.7 |
1237 | 2024-06-12T20:04:02.859Z | Compiling cookie v0.17.0 |
1238 | 2024-06-12T20:04:02.881Z | Compiling backtrace v0.3.71 |
1239 | 2024-06-12T20:04:03.176Z | Compiling serde_derive_internals v0.29.1 |
1240 | 2024-06-12T20:04:03.263Z | Compiling dyn-clone v1.0.17 |
1241 | 2024-06-12T20:04:03.288Z | Compiling ucd-trie v0.1.6 |
1242 | 2024-06-12T20:04:03.342Z | Compiling anyhow v1.0.86 |
1243 | 2024-06-12T20:04:04.113Z | Compiling unicode-normalization v0.1.23 |
1244 | 2024-06-12T20:04:04.464Z | Compiling either v1.12.0 |
1245 | 2024-06-12T20:04:04.692Z | Compiling unicode-bidi v0.3.15 |
1246 | 2024-06-12T20:04:04.785Z | Compiling usdt-impl v0.5.0 |
1247 | 2024-06-12T20:04:04.850Z | Checking futures-sink v0.3.30 |
1248 | 2024-06-12T20:04:05.001Z | Compiling plain v0.2.3 |
1249 | 2024-06-12T20:04:05.093Z | Compiling unicode-width v0.1.12 |
1250 | 2024-06-12T20:04:05.205Z | Compiling spin v0.9.8 |
1251 | 2024-06-12T20:04:05.322Z | Compiling pretty-hex v0.4.1 |
1252 | 2024-06-12T20:04:05.340Z | Compiling winnow v0.5.40 |
1253 | 2024-06-12T20:04:05.547Z | Compiling thread-id v4.2.1 |
1254 | 2024-06-12T20:04:05.583Z | Checking futures-channel v0.3.30 |
1255 | 2024-06-12T20:04:05.654Z | Checking slab v0.4.9 |
1256 | 2024-06-12T20:04:05.907Z | Checking futures-task v0.3.30 |
1257 | 2024-06-12T20:04:05.928Z | Compiling const-oid v0.9.6 |
1258 | 2024-06-12T20:04:06.045Z | Compiling subtle v2.5.0 |
1259 | 2024-06-12T20:04:06.132Z | Checking futures-io v0.3.30 |
1260 | 2024-06-12T20:04:06.289Z | Checking pin-utils v0.1.0 |
1261 | 2024-06-12T20:04:06.310Z | Compiling untrusted v0.9.0 |
1262 | 2024-06-12T20:04:06.374Z | Compiling signal-hook v0.3.17 |
1263 | 2024-06-12T20:04:06.394Z | Compiling spin v0.5.2 |
1264 | 2024-06-12T20:04:06.621Z | Compiling regex v1.10.4 |
1265 | 2024-06-12T20:04:06.677Z | Compiling siphasher v0.3.11 |
1266 | 2024-06-12T20:04:07.347Z | Compiling time v0.3.36 |
1267 | 2024-06-12T20:04:07.716Z | Compiling idna v0.5.0 |
1268 | 2024-06-12T20:04:07.871Z | Checking typenum v1.17.0 |
1269 | 2024-06-12T20:04:09.094Z | Compiling sct v0.7.1 |
1270 | 2024-06-12T20:04:09.243Z | Compiling rustls-webpki v0.101.7 |
1271 | 2024-06-12T20:04:09.404Z | Compiling url v2.5.0 |
1272 | 2024-06-12T20:04:10.472Z | Compiling idna v0.3.0 |
1273 | 2024-06-12T20:04:10.737Z | Compiling serde_derive v1.0.203 |
1274 | 2024-06-12T20:04:11.241Z | Compiling zerocopy-derive v0.7.34 |
1275 | 2024-06-12T20:04:11.369Z | Compiling thiserror-impl v1.0.60 |
1276 | 2024-06-12T20:04:11.752Z | Compiling zeroize_derive v1.4.2 |
1277 | 2024-06-12T20:04:12.011Z | Compiling tokio-macros v2.2.0 |
1278 | 2024-06-12T20:04:12.980Z | Compiling futures-macro v0.3.30 |
1279 | 2024-06-12T20:04:13.397Z | Compiling tracing-attributes v0.1.27 |
1280 | 2024-06-12T20:04:13.550Z | Compiling zerocopy v0.7.34 |
1281 | 2024-06-12T20:04:13.718Z | Compiling schemars_derive v0.8.20 |
1282 | 2024-06-12T20:04:14.724Z | Compiling thiserror v1.0.60 |
1283 | 2024-06-12T20:04:14.831Z | Compiling openssl-macros v0.1.1 |
1284 | 2024-06-12T20:04:14.871Z | Compiling async-trait v0.1.80 |
1285 | 2024-06-12T20:04:15.218Z | Checking zeroize v1.7.0 |
1286 | 2024-06-12T20:04:15.625Z | Compiling scroll_derive v0.12.0 |
1287 | 2024-06-12T20:04:15.645Z | Compiling pest v2.7.10 |
1288 | 2024-06-12T20:04:15.795Z | Compiling hashbrown v0.14.5 |
1289 | 2024-06-12T20:04:17.232Z | Compiling der_derive v0.7.2 |
1290 | 2024-06-12T20:04:17.371Z | Compiling scroll v0.12.0 |
1291 | 2024-06-12T20:04:17.753Z | Compiling futures-util v0.3.30 |
1292 | 2024-06-12T20:04:17.910Z | Compiling goblin v0.8.2 |
1293 | 2024-06-12T20:04:18.551Z | Compiling pest_meta v2.7.10 |
1294 | 2024-06-12T20:04:19.207Z | Compiling tracing v0.1.40 |
1295 | 2024-06-12T20:04:19.730Z | Compiling pest_generator v2.7.10 |
1296 | 2024-06-12T20:04:19.812Z | Compiling clap_derive v4.5.4 |
1297 | 2024-06-12T20:04:21.927Z | Compiling crypto-common v0.1.6 |
1298 | 2024-06-12T20:04:22.340Z | Compiling zerocopy-derive v0.6.6 |
1299 | 2024-06-12T20:04:23.838Z | Compiling block-buffer v0.10.4 |
1300 | 2024-06-12T20:04:24.468Z | Compiling pest_derive v2.7.10 |
1301 | 2024-06-12T20:04:24.474Z | Compiling digest v0.10.7 |
1302 | 2024-06-12T20:04:24.514Z | Checking bytes v1.6.0 |
1303 | 2024-06-12T20:04:24.852Z | Checking bitflags v2.5.0 |
1304 | 2024-06-12T20:04:24.982Z | Compiling dtrace-parser v0.2.0 |
1305 | 2024-06-12T20:04:25.281Z | Checking tokio v1.37.0 |
1306 | 2024-06-12T20:04:25.398Z | Compiling psl-types v2.0.11 |
1307 | 2024-06-12T20:04:25.584Z | Compiling indexmap v2.2.6 |
1308 | 2024-06-12T20:04:26.250Z | Compiling semver v1.0.23 |
1309 | 2024-06-12T20:04:26.431Z | Compiling serde_tokenstream v0.2.0 |
1310 | 2024-06-12T20:04:26.991Z | Compiling uuid v1.8.0 |
1311 | 2024-06-12T20:04:27.011Z | Compiling chrono v0.4.38 |
1312 | 2024-06-12T20:04:27.125Z | Compiling http v0.2.12 |
1313 | 2024-06-12T20:04:27.239Z | Compiling serde_spanned v0.6.6 |
1314 | 2024-06-12T20:04:27.383Z | Compiling toml_datetime v0.6.6 |
1315 | 2024-06-12T20:04:27.455Z | Compiling rustc_version v0.4.0 |
1316 | 2024-06-12T20:04:28.267Z | Compiling rustix v0.38.34 |
1317 | 2024-06-12T20:04:28.430Z | Compiling toml_edit v0.19.15 |
1318 | 2024-06-12T20:04:28.546Z | Compiling openapiv3 v2.0.0 |
1319 | 2024-06-12T20:04:28.841Z | Compiling dof v0.3.0 |
1320 | 2024-06-12T20:04:31.290Z | Compiling http-body v0.4.6 |
1321 | 2024-06-12T20:04:31.311Z | Compiling openssl v0.10.64 |
1322 | 2024-06-12T20:04:31.729Z | Compiling heapless v0.7.17 |
1323 | 2024-06-12T20:04:32.148Z | Compiling ppv-lite86 v0.2.17 |
1324 | 2024-06-12T20:04:32.302Z | Compiling crossbeam-epoch v0.9.18 |
1325 | 2024-06-12T20:04:32.650Z | Compiling usdt-attr-macro v0.5.0 |
1326 | 2024-06-12T20:04:32.886Z | Compiling usdt-macro v0.5.0 |
1327 | 2024-06-12T20:04:32.990Z | Compiling rand_chacha v0.3.1 |
1328 | 2024-06-12T20:04:33.081Z | Compiling publicsuffix v2.2.3 |
1329 | 2024-06-12T20:04:33.629Z | Compiling unicode-xid v0.2.4 |
1330 | 2024-06-12T20:04:33.793Z | Compiling bit-vec v0.6.3 |
1331 | 2024-06-12T20:04:34.278Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1332 | 2024-06-12T20:04:34.336Z | Compiling cookie_store v0.20.0 |
1333 | 2024-06-12T20:04:34.464Z | Compiling rand v0.8.5 |
1334 | 2024-06-12T20:04:35.126Z | Compiling serde_urlencoded v0.7.1 |
1335 | 2024-06-12T20:04:35.542Z | Compiling phf_shared v0.10.0 |
1336 | 2024-06-12T20:04:35.677Z | Compiling tokio-util v0.7.11 |
1337 | 2024-06-12T20:04:35.749Z | Compiling tokio-rustls v0.24.1 |
1338 | 2024-06-12T20:04:35.993Z | Compiling lazy_static v1.4.0 |
1339 | 2024-06-12T20:04:36.421Z | Compiling fixedbitset v0.4.2 |
1340 | 2024-06-12T20:04:36.421Z | Compiling webpki-roots v0.25.4 |
1341 | 2024-06-12T20:04:36.421Z | Compiling new_debug_unreachable v1.0.6 |
1342 | 2024-06-12T20:04:36.421Z | Compiling smoltcp v0.9.1 |
1343 | 2024-06-12T20:04:36.487Z | Compiling minimal-lexical v0.2.1 |
1344 | 2024-06-12T20:04:36.556Z | Compiling precomputed-hash v0.1.1 |
1345 | 2024-06-12T20:04:36.577Z | Compiling gimli v0.28.1 |
1346 | 2024-06-12T20:04:36.670Z | Compiling h2 v0.3.26 |
1347 | 2024-06-12T20:04:36.769Z | Compiling base64ct v1.6.0 |
1348 | 2024-06-12T20:04:37.003Z | Checking fnv v1.0.7 |
1349 | 2024-06-12T20:04:37.047Z | Compiling nom v7.1.3 |
1350 | 2024-06-12T20:04:37.099Z | Compiling string_cache v0.8.7 |
1351 | 2024-06-12T20:04:37.127Z | Compiling petgraph v0.6.5 |
1352 | 2024-06-12T20:04:37.351Z | Compiling native-tls v0.2.11 |
1353 | 2024-06-12T20:04:37.578Z | Compiling pem-rfc7468 v0.7.0 |
1354 | 2024-06-12T20:04:38.001Z | Compiling tokio-native-tls v0.3.1 |
1355 | 2024-06-12T20:04:38.323Z | Compiling bit-set v0.5.3 |
1356 | 2024-06-12T20:04:38.330Z | Compiling hmac v0.12.1 |
1357 | 2024-06-12T20:04:38.568Z | Compiling hubpack_derive v0.1.1 |
1358 | 2024-06-12T20:04:38.590Z | Compiling enum-as-inner v0.5.1 |
1359 | 2024-06-12T20:04:39.490Z | Compiling itertools v0.10.5 |
1360 | 2024-06-12T20:04:39.899Z | Compiling diesel_table_macro_syntax v0.1.0 |
1361 | 2024-06-12T20:04:40.084Z | Compiling object v0.32.2 |
1362 | 2024-06-12T20:04:40.119Z | Compiling rustc-demangle v0.1.24 |
1363 | 2024-06-12T20:04:40.740Z | Compiling addr2line v0.21.0 |
1364 | 2024-06-12T20:04:41.097Z | Compiling flagset v0.4.5 |
1365 | 2024-06-12T20:04:41.263Z | Compiling unicode-segmentation v1.11.0 |
1366 | 2024-06-12T20:04:41.305Z | Compiling lalrpop-util v0.19.12 |
1367 | 2024-06-12T20:04:41.410Z | Compiling toml_edit v0.22.13 |
1368 | 2024-06-12T20:04:41.528Z | Compiling der v0.7.9 |
1369 | 2024-06-12T20:04:41.664Z | Compiling diesel_derives v2.1.4 |
1370 | 2024-06-12T20:04:42.309Z | Compiling futures-executor v0.3.30 |
1371 | 2024-06-12T20:04:42.681Z | Compiling itertools v0.12.1 |
1372 | 2024-06-12T20:04:42.933Z | Compiling finl_unicode v1.2.0 |
1373 | 2024-06-12T20:04:43.053Z | Compiling sha2 v0.10.8 |
1374 | 2024-06-12T20:04:43.502Z | Compiling hyper v0.14.28 |
1375 | 2024-06-12T20:04:44.876Z | Compiling spki v0.7.3 |
1376 | 2024-06-12T20:04:45.289Z | Compiling stringprep v0.1.4 |
1377 | 2024-06-12T20:04:45.779Z | Compiling futures v0.3.30 |
1378 | 2024-06-12T20:04:45.902Z | Compiling toml v0.7.8 |
1379 | 2024-06-12T20:04:46.469Z | Compiling hex v0.4.3 |
1380 | 2024-06-12T20:04:46.544Z | Compiling md-5 v0.10.6 |
1381 | 2024-06-12T20:04:47.079Z | Compiling serde_repr v0.1.19 |
1382 | 2024-06-12T20:04:47.242Z | Compiling strum_macros v0.25.3 |
1383 | 2024-06-12T20:04:48.251Z | Compiling num-integer v0.1.46 |
1384 | 2024-06-12T20:04:48.288Z | Compiling hash32 v0.2.1 |
1385 | 2024-06-12T20:04:48.564Z | Compiling fs-err v2.11.0 |
1386 | 2024-06-12T20:04:48.665Z | Compiling fallible-iterator v0.2.0 |
1387 | 2024-06-12T20:04:48.821Z | Checking tinyvec_macros v0.1.1 |
1388 | 2024-06-12T20:04:48.914Z | Compiling stable_deref_trait v1.2.0 |
1389 | 2024-06-12T20:04:49.050Z | Checking tinyvec v1.6.0 |
1390 | 2024-06-12T20:04:49.357Z | Compiling postgres-protocol v0.6.6 |
1391 | 2024-06-12T20:04:50.203Z | Compiling hyper-tls v0.5.0 |
1392 | 2024-06-12T20:04:50.237Z | Compiling hyper-rustls v0.24.2 |
1393 | 2024-06-12T20:04:50.359Z | Compiling pkcs8 v0.10.2 |
1394 | 2024-06-12T20:04:50.580Z | Compiling reqwest v0.11.27 |
1395 | 2024-06-12T20:04:50.603Z | Compiling terminal_size v0.3.0 |
1396 | 2024-06-12T20:04:50.763Z | Compiling block-padding v0.3.3 |
1397 | 2024-06-12T20:04:50.805Z | Compiling phf_shared v0.11.2 |
1398 | 2024-06-12T20:04:50.924Z | Compiling ff v0.13.0 |
1399 | 2024-06-12T20:04:51.014Z | Compiling scheduled-thread-pool v0.2.7 |
1400 | 2024-06-12T20:04:51.185Z | Compiling managed v0.8.0 |
1401 | 2024-06-12T20:04:51.340Z | Compiling matches v0.1.10 |
1402 | 2024-06-12T20:04:51.588Z | Checking equivalent v1.0.1 |
1403 | 2024-06-12T20:04:51.593Z | Compiling base16ct v0.2.0 |
1404 | 2024-06-12T20:04:51.653Z | Compiling bitflags v1.3.2 |
1405 | 2024-06-12T20:04:51.696Z | Compiling peg-runtime v0.8.3 |
1406 | 2024-06-12T20:04:51.796Z | Compiling sec1 v0.7.3 |
1407 | 2024-06-12T20:04:52.348Z | Compiling idna v0.2.3 |
1408 | 2024-06-12T20:04:52.369Z | Compiling r2d2 v0.8.10 |
1409 | 2024-06-12T20:04:52.717Z | Compiling signal-hook-mio v0.2.3 |
1410 | 2024-06-12T20:04:52.868Z | Compiling clap_builder v4.5.2 |
1411 | 2024-06-12T20:04:53.159Z | Compiling group v0.13.0 |
1412 | 2024-06-12T20:04:53.212Z | Compiling phf v0.11.2 |
1413 | 2024-06-12T20:04:53.484Z | Compiling inout v0.1.3 |
1414 | 2024-06-12T20:04:53.504Z | Compiling postgres-types v0.2.6 |
1415 | 2024-06-12T20:04:53.545Z | Compiling num-bigint v0.4.5 |
1416 | 2024-06-12T20:04:53.769Z | Compiling hubpack v0.1.2 |
1417 | 2024-06-12T20:04:53.898Z | Compiling hkdf v0.12.4 |
1418 | 2024-06-12T20:04:54.166Z | Compiling ipnetwork v0.20.0 |
1419 | 2024-06-12T20:04:54.192Z | Compiling zerocopy v0.6.6 |
1420 | 2024-06-12T20:04:54.232Z | Compiling crypto-bigint v0.5.5 |
1421 | 2024-06-12T20:04:55.023Z | Compiling float-cmp v0.9.0 |
1422 | 2024-06-12T20:04:55.095Z | Compiling memmap v0.7.0 |
1423 | 2024-06-12T20:04:55.100Z | Compiling static_assertions v1.1.0 |
1424 | 2024-06-12T20:04:55.221Z | Compiling predicates-core v1.0.6 |
1425 | 2024-06-12T20:04:55.242Z | Compiling data-encoding v2.6.0 |
1426 | 2024-06-12T20:04:55.501Z | Compiling whoami v1.5.1 |
1427 | 2024-06-12T20:04:55.592Z | Compiling normalize-line-endings v0.3.0 |
1428 | 2024-06-12T20:04:55.720Z | Compiling difflib v0.4.0 |
1429 | 2024-06-12T20:04:56.125Z | Compiling predicates v3.1.0 |
1430 | 2024-06-12T20:04:57.419Z | Compiling elliptic-curve v0.13.8 |
1431 | 2024-06-12T20:04:57.767Z | Compiling diesel v2.1.6 |
1432 | 2024-06-12T20:04:57.784Z | Compiling yasna v0.5.2 |
1433 | 2024-06-12T20:04:57.956Z | Compiling clap v4.5.4 |
1434 | 2024-06-12T20:04:58.086Z | Compiling trust-dns-proto v0.22.0 |
1435 | 2024-06-12T20:04:58.287Z | Compiling tokio-postgres v0.7.10 |
1436 | 2024-06-12T20:04:59.719Z | Compiling usdt v0.5.0 |
1437 | 2024-06-12T20:05:00.290Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1438 | 2024-06-12T20:05:00.773Z | Compiling cipher v0.4.4 |
1439 | 2024-06-12T20:05:00.923Z | Compiling crossterm v0.27.0 |
1440 | 2024-06-12T20:05:03.719Z | Compiling num-iter v0.1.45 |
1441 | 2024-06-12T20:05:03.912Z | Compiling similar v2.5.0 |
1442 | 2024-06-12T20:05:04.225Z | Compiling console v0.15.8 |
1443 | 2024-06-12T20:05:04.262Z | Compiling tokio-stream v0.1.15 |
1444 | 2024-06-12T20:05:04.728Z | Compiling bstr v1.9.1 |
1445 | 2024-06-12T20:05:06.123Z | Checking tracing-core v0.1.32 |
1446 | 2024-06-12T20:05:06.681Z | Checking percent-encoding v2.3.1 |
1447 | 2024-06-12T20:05:06.907Z | Checking form_urlencoded v1.2.1 |
1448 | 2024-06-12T20:05:07.091Z | Checking unicode-ident v1.0.12 |
1449 | 2024-06-12T20:05:07.112Z | Checking httparse v1.8.0 |
1450 | 2024-06-12T20:05:07.252Z | Checking powerfmt v0.2.0 |
1451 | 2024-06-12T20:05:07.499Z | Checking errno v0.3.9 |
1452 | 2024-06-12T20:05:07.526Z | Checking deranged v0.3.11 |
1453 | 2024-06-12T20:05:07.658Z | Checking num_threads v0.1.7 |
1454 | 2024-06-12T20:05:07.767Z | Checking time-core v0.1.2 |
1455 | 2024-06-12T20:05:07.915Z | Checking num-conv v0.1.0 |
1456 | 2024-06-12T20:05:08.161Z | Checking proc-macro2 v1.0.82 |
1457 | 2024-06-12T20:05:08.488Z | Checking cpufeatures v0.2.12 |
1458 | 2024-06-12T20:05:08.648Z | Checking base64 v0.21.7 |
1459 | 2024-06-12T20:05:09.082Z | Checking quote v1.0.36 |
1460 | 2024-06-12T20:05:09.519Z | Checking try-lock v0.2.5 |
1461 | 2024-06-12T20:05:09.529Z | Checking adler v1.0.2 |
1462 | 2024-06-12T20:05:09.530Z | Checking miniz_oxide v0.7.2 |
1463 | 2024-06-12T20:05:09.813Z | Checking want v0.3.1 |
1464 | 2024-06-12T20:05:09.985Z | Checking tower-service v0.3.2 |
1465 | 2024-06-12T20:05:10.175Z | Checking httpdate v1.0.3 |
1466 | 2024-06-12T20:05:10.605Z | Checking foreign-types-shared v0.1.1 |
1467 | 2024-06-12T20:05:10.700Z | Checking openssl-probe v0.1.5 |
1468 | 2024-06-12T20:05:10.714Z | Checking foreign-types v0.3.2 |
1469 | 2024-06-12T20:05:10.788Z | Checking openssl-sys v0.9.102 |
1470 | 2024-06-12T20:05:10.806Z | Checking mime v0.3.17 |
1471 | 2024-06-12T20:05:11.802Z | Checking ipnet v2.9.0 |
1472 | 2024-06-12T20:05:12.705Z | Checking utf8parse v0.2.1 |
1473 | 2024-06-12T20:05:15.530Z | Checking encoding_rs v0.8.34 |
1474 | 2024-06-12T20:05:15.882Z | Checking anstyle v1.0.7 |
1475 | 2024-06-12T20:05:16.511Z | Checking rustls-pemfile v1.0.4 |
1476 | 2024-06-12T20:05:17.625Z | Checking sync_wrapper v0.1.2 |
1477 | 2024-06-12T20:05:18.140Z | Checking anstyle-parse v0.2.4 |
1478 | 2024-06-12T20:05:18.188Z | Checking anstyle-query v1.0.3 |
1479 | 2024-06-12T20:05:18.206Z | Checking is_terminal_polyfill v1.70.0 |
1480 | 2024-06-12T20:05:18.299Z | Checking colorchoice v1.0.1 |
1481 | 2024-06-12T20:05:18.430Z | Checking anstream v0.6.14 |
1482 | 2024-06-12T20:05:18.888Z | Checking clap_lex v0.7.0 |
1483 | 2024-06-12T20:05:19.131Z | Checking strsim v0.11.1 |
1484 | 2024-06-12T20:05:20.239Z | Checking crc32fast v1.4.0 |
1485 | 2024-06-12T20:05:22.405Z | Checking flate2 v1.0.30 |
1486 | 2024-06-12T20:05:22.644Z | Checking winnow v0.6.8 |
1487 | 2024-06-12T20:05:31.413Z | Compiling regress v0.9.1 |
1488 | 2024-06-12T20:05:31.796Z | Compiling getopts v0.2.21 |
1489 | 2024-06-12T20:05:31.851Z | Checking heck v0.5.0 |
1490 | 2024-06-12T20:05:31.953Z | Compiling unsafe-libyaml v0.2.11 |
1491 | 2024-06-12T20:05:32.810Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1492 | 2024-06-12T20:05:33.109Z | Checking camino v1.1.7 |
1493 | 2024-06-12T20:05:33.232Z | Compiling serde_yaml v0.9.34+deprecated |
1494 | 2024-06-12T20:05:33.655Z | Checking is-terminal v0.4.12 |
1495 | 2024-06-12T20:05:33.786Z | Checking base64 v0.22.1 |
1496 | 2024-06-12T20:05:33.895Z | Compiling paste v1.0.15 |
1497 | 2024-06-12T20:05:34.208Z | Checking sha1 v0.10.6 |
1498 | 2024-06-12T20:05:34.234Z | Checking http v1.1.0 |
1499 | 2024-06-12T20:05:34.499Z | Compiling ident_case v1.0.1 |
1500 | 2024-06-12T20:05:34.679Z | Compiling darling_core v0.20.9 |
1501 | 2024-06-12T20:05:35.371Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1502 | 2024-06-12T20:05:35.497Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1503 | 2024-06-12T20:05:35.696Z | Compiling strum_macros v0.26.2 |
1504 | 2024-06-12T20:05:35.933Z | Checking rustls-pki-types v1.7.0 |
1505 | 2024-06-12T20:05:36.329Z | Checking fastrand v2.1.0 |
1506 | 2024-06-12T20:05:36.604Z | Checking match_cfg v0.1.0 |
1507 | 2024-06-12T20:05:36.652Z | Checking tempfile v3.10.1 |
1508 | 2024-06-12T20:05:36.701Z | Checking hostname v0.3.1 |
1509 | 2024-06-12T20:05:36.833Z | Checking dirs-sys-next v0.1.2 |
1510 | 2024-06-12T20:05:36.992Z | Checking quick-error v1.2.3 |
1511 | 2024-06-12T20:05:37.036Z | Checking dirs-next v2.0.0 |
1512 | 2024-06-12T20:05:37.137Z | Checking crossbeam-channel v0.5.12 |
1513 | 2024-06-12T20:05:37.159Z | Checking thread_local v1.1.8 |
1514 | 2024-06-12T20:05:37.438Z | Compiling rustls v0.22.4 |
1515 | 2024-06-12T20:05:37.486Z | Checking term v0.7.0 |
1516 | 2024-06-12T20:05:37.731Z | Checking rustls-webpki v0.102.4 |
1517 | 2024-06-12T20:05:37.882Z | Checking instant v0.1.12 |
1518 | 2024-06-12T20:05:37.936Z | Checking take_mut v0.2.2 |
1519 | 2024-06-12T20:05:37.958Z | Checking slog-term v2.9.1 |
1520 | 2024-06-12T20:05:38.001Z | Checking rustls-pemfile v2.1.2 |
1521 | 2024-06-12T20:05:38.061Z | Checking slog-async v2.8.0 |
1522 | 2024-06-12T20:05:38.241Z | Compiling multer v3.1.0 |
1523 | 2024-06-12T20:05:38.350Z | Checking debug-ignore v1.0.5 |
1524 | 2024-06-12T20:05:38.444Z | Checking toml v0.8.13 |
1525 | 2024-06-12T20:05:38.492Z | Checking slog-json v2.6.1 |
1526 | 2024-06-12T20:05:38.587Z | Compiling async-stream-impl v0.3.5 |
1527 | 2024-06-12T20:05:38.755Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1528 | 2024-06-12T20:05:39.049Z | Checking atomic-waker v1.1.2 |
1529 | 2024-06-12T20:05:39.188Z | Checking waitgroup v0.1.2 |
1530 | 2024-06-12T20:05:39.280Z | Checking slog-bunyan v2.5.0 |
1531 | 2024-06-12T20:05:39.442Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
1532 | 2024-06-12T20:05:39.720Z | Checking serde_path_to_error v0.1.16 |
1533 | 2024-06-12T20:05:39.989Z | Checking async-stream v0.3.5 |
1534 | 2024-06-12T20:05:40.217Z | Checking hostname v0.4.0 |
1535 | 2024-06-12T20:05:40.360Z | Checking newtype-uuid v1.1.0 |
1536 | 2024-06-12T20:05:40.381Z | Checking wait-timeout v0.2.0 |
1537 | 2024-06-12T20:05:40.557Z | Compiling structmeta-derive v0.3.0 |
1538 | 2024-06-12T20:05:40.596Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1539 | 2024-06-12T20:05:40.841Z | Checking rusty-fork v0.3.0 |
1540 | 2024-06-12T20:05:41.123Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1541 | 2024-06-12T20:05:41.143Z | Checking strum v0.26.2 |
1542 | 2024-06-12T20:05:41.308Z | Compiling structmeta-derive v0.2.0 |
1543 | 2024-06-12T20:05:41.787Z | Checking rand_xorshift v0.3.0 |
1544 | 2024-06-12T20:05:41.912Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1545 | 2024-06-12T20:05:41.964Z | Checking unarray v0.1.4 |
1546 | 2024-06-12T20:05:42.100Z | Checking tokio-rustls v0.25.0 |
1547 | 2024-06-12T20:05:42.129Z | Checking proptest v1.4.0 |
1548 | 2024-06-12T20:05:42.205Z | Checking slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1549 | 2024-06-12T20:05:42.232Z | Compiling darling_macro v0.20.9 |
1550 | 2024-06-12T20:05:42.763Z | Checking backoff v0.4.0 |
1551 | 2024-06-12T20:05:42.770Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1552 | 2024-06-12T20:05:43.260Z | Compiling darling v0.20.9 |
1553 | 2024-06-12T20:05:43.384Z | Compiling serde_with_macros v3.8.1 |
1554 | 2024-06-12T20:05:43.467Z | Checking serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1555 | 2024-06-12T20:05:43.618Z | Checking oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
1556 | 2024-06-12T20:05:43.690Z | Compiling structmeta v0.3.0 |
1557 | 2024-06-12T20:05:43.997Z | Checking macaddr v1.0.1 |
1558 | 2024-06-12T20:05:44.122Z | Compiling parse-display-derive v0.9.0 |
1559 | 2024-06-12T20:05:44.296Z | Compiling proc-macro-error-attr v1.0.4 |
1560 | 2024-06-12T20:05:44.412Z | Compiling structmeta v0.2.0 |
1561 | 2024-06-12T20:05:44.656Z | Compiling proc-macro-error v1.0.4 |
1562 | 2024-06-12T20:05:44.853Z | Compiling test-strategy v0.3.1 |
1563 | 2024-06-12T20:05:46.217Z | Checking camino-tempfile v1.1.1 |
1564 | 2024-06-12T20:05:46.497Z | Compiling proc-macro-crate v1.3.1 |
1565 | 2024-06-12T20:05:46.676Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1566 | 2024-06-12T20:05:46.707Z | Checking serde_with v3.8.1 |
1567 | 2024-06-12T20:05:46.767Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1568 | 2024-06-12T20:05:47.017Z | Compiling foreign-types-macros v0.2.3 |
1569 | 2024-06-12T20:05:47.033Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1570 | 2024-06-12T20:05:47.298Z | Checking foreign-types-shared v0.3.1 |
1571 | 2024-06-12T20:05:47.603Z | Compiling num_enum_derive v0.5.11 |
1572 | 2024-06-12T20:05:47.767Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1573 | 2024-06-12T20:05:48.310Z | Checking foreign-types v0.5.0 |
1574 | 2024-06-12T20:05:48.410Z | Checking cstr-argument v0.1.2 |
1575 | 2024-06-12T20:05:48.597Z | Checking pretty-hex v0.2.1 |
1576 | 2024-06-12T20:05:48.782Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1577 | 2024-06-12T20:05:48.795Z | Checking tabwriter v1.4.0 |
1578 | 2024-06-12T20:05:49.010Z | Checking colored v2.1.0 |
1579 | 2024-06-12T20:05:49.041Z | Checking socket2 v0.4.10 |
1580 | 2024-06-12T20:05:49.084Z | Checking smf v0.2.3 |
1581 | 2024-06-12T20:05:49.099Z | Checking parse-display v0.9.0 |
1582 | 2024-06-12T20:05:49.274Z | Checking humantime v2.1.0 |
1583 | 2024-06-12T20:05:49.328Z | Checking termcolor v1.4.1 |
1584 | 2024-06-12T20:05:49.450Z | Checking arc-swap v1.7.1 |
1585 | 2024-06-12T20:05:49.542Z | Checking newline-converter v0.3.0 |
1586 | 2024-06-12T20:05:49.556Z | Checking same-file v1.0.6 |
1587 | 2024-06-12T20:05:49.704Z | Checking expectorate v1.1.0 |
1588 | 2024-06-12T20:05:49.738Z | Checking walkdir v2.5.0 |
1589 | 2024-06-12T20:05:49.756Z | Checking xattr v1.3.1 |
1590 | 2024-06-12T20:05:49.850Z | Checking slog-scope v4.4.0 |
1591 | 2024-06-12T20:05:49.867Z | Checking filetime v0.2.23 |
1592 | 2024-06-12T20:05:49.926Z | Checking utf-8 v0.7.6 |
1593 | 2024-06-12T20:05:49.999Z | Compiling heapless v0.8.0 |
1594 | 2024-06-12T20:05:50.042Z | Checking slog-stdlog v4.1.1 |
1595 | 2024-06-12T20:05:50.075Z | Checking tar v0.4.40 |
1596 | 2024-06-12T20:05:50.100Z | Checking termtree v0.4.1 |
1597 | 2024-06-12T20:05:50.128Z | Checking tungstenite v0.20.1 |
1598 | 2024-06-12T20:05:50.231Z | Checking slog-envlogger v2.2.0 |
1599 | 2024-06-12T20:05:50.348Z | Checking predicates-tree v1.0.9 |
1600 | 2024-06-12T20:05:50.422Z | Checking hash32 v0.3.1 |
1601 | 2024-06-12T20:05:50.470Z | Checking num_enum v0.5.11 |
1602 | 2024-06-12T20:05:50.500Z | Compiling smoltcp v0.11.0 |
1603 | 2024-06-12T20:05:50.613Z | Checking embedded-io v0.4.0 |
1604 | 2024-06-12T20:05:50.633Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1605 | 2024-06-12T20:05:50.825Z | Compiling crucible-workspace-hack v0.1.0 |
1606 | 2024-06-12T20:05:50.889Z | Checking cobs v0.2.3 |
1607 | 2024-06-12T20:05:50.897Z | Checking sigpipe v0.1.3 |
1608 | 2024-06-12T20:05:51.411Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1609 | 2024-06-12T20:05:51.422Z | Checking tokio-tungstenite v0.20.1 |
1610 | 2024-06-12T20:05:51.422Z | Checking postcard v1.0.8 |
1611 | 2024-06-12T20:05:51.422Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1612 | 2024-06-12T20:05:51.422Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1613 | 2024-06-12T20:05:51.422Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1614 | 2024-06-12T20:05:51.422Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1615 | 2024-06-12T20:05:51.467Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1616 | 2024-06-12T20:05:51.580Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1617 | 2024-06-12T20:05:51.764Z | Checking pem v3.0.4 |
1618 | 2024-06-12T20:05:51.908Z | Compiling mockall_derive v0.12.1 |
1619 | 2024-06-12T20:05:52.013Z | Compiling num-derive v0.4.2 |
1620 | 2024-06-12T20:05:52.138Z | Checking atty v0.2.14 |
1621 | 2024-06-12T20:05:52.264Z | Checking downcast v0.11.0 |
1622 | 2024-06-12T20:05:52.488Z | Checking fragile v2.0.0 |
1623 | 2024-06-12T20:05:52.726Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1624 | 2024-06-12T20:05:52.972Z | Compiling derive-where v1.2.7 |
1625 | 2024-06-12T20:05:52.992Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1626 | 2024-06-12T20:05:53.427Z | Checking env_logger v0.9.3 |
1627 | 2024-06-12T20:05:53.691Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1628 | 2024-06-12T20:05:53.880Z | Compiling bitstruct_derive v0.1.0 |
1629 | 2024-06-12T20:05:54.047Z | Checking viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1630 | 2024-06-12T20:05:54.171Z | Checking ascii v1.1.0 |
1631 | 2024-06-12T20:05:54.427Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1632 | 2024-06-12T20:05:54.971Z | Checking rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1633 | 2024-06-12T20:05:54.977Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1634 | 2024-06-12T20:05:54.977Z | Checking viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1635 | 2024-06-12T20:05:55.049Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1636 | 2024-06-12T20:05:55.291Z | Checking bitstruct v0.1.1 |
1637 | 2024-06-12T20:05:55.337Z | Checking dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1638 | 2024-06-12T20:05:55.401Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1639 | 2024-06-12T20:05:55.439Z | Checking erased-serde v0.3.31 |
1640 | 2024-06-12T20:05:55.490Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1641 | 2024-06-12T20:05:55.633Z | Checking serde_arrays v0.1.0 |
1642 | 2024-06-12T20:05:55.670Z | Compiling heck v0.3.3 |
1643 | 2024-06-12T20:05:55.780Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1644 | 2024-06-12T20:05:56.082Z | Checking tungstenite v0.21.0 |
1645 | 2024-06-12T20:05:56.089Z | Compiling zone_cfg_derive v0.1.2 |
1646 | 2024-06-12T20:05:56.269Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1647 | 2024-06-12T20:05:56.462Z | Checking propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1648 | 2024-06-12T20:05:56.703Z | Checking headers-core v0.2.0 |
1649 | 2024-06-12T20:05:56.844Z | Checking base64 v0.13.1 |
1650 | 2024-06-12T20:05:56.891Z | Checking tokio-tungstenite v0.21.0 |
1651 | 2024-06-12T20:05:57.395Z | Checking ron v0.7.1 |
1652 | 2024-06-12T20:05:57.395Z | Checking headers v0.3.9 |
1653 | 2024-06-12T20:05:57.597Z | Checking zone v0.1.8 |
1654 | 2024-06-12T20:05:57.801Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
1655 | 2024-06-12T20:05:58.252Z | Checking portpicker v0.1.1 |
1656 | 2024-06-12T20:05:58.353Z | Checking rcgen v0.12.1 |
1657 | 2024-06-12T20:05:58.385Z | Checking atomicwrites v0.4.3 |
1658 | 2024-06-12T20:05:58.413Z | Checking subprocess v0.2.9 |
1659 | 2024-06-12T20:05:58.572Z | Compiling convert_case v0.4.0 |
1660 | 2024-06-12T20:05:58.935Z | Checking password-hash v0.5.0 |
1661 | 2024-06-12T20:05:59.001Z | Checking blake2 v0.10.6 |
1662 | 2024-06-12T20:05:59.377Z | Checking linked-hash-map v0.5.6 |
1663 | 2024-06-12T20:05:59.458Z | Checking argon2 v0.5.3 |
1664 | 2024-06-12T20:05:59.559Z | Compiling derive_more v0.99.17 |
1665 | 2024-06-12T20:05:59.681Z | Checking lru-cache v0.1.2 |
1666 | 2024-06-12T20:05:59.760Z | Checking swrite v0.1.0 |
1667 | 2024-06-12T20:05:59.857Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1668 | 2024-06-12T20:05:59.874Z | Compiling rayon-core v1.12.1 |
1669 | 2024-06-12T20:05:59.895Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1670 | 2024-06-12T20:06:00.066Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1671 | 2024-06-12T20:06:00.146Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1672 | 2024-06-12T20:06:00.637Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1673 | 2024-06-12T20:06:00.638Z | Checking resolv-conf v0.7.0 |
1674 | 2024-06-12T20:06:00.638Z | Checking half v2.4.1 |
1675 | 2024-06-12T20:06:00.638Z | Checking mockall v0.12.1 |
1676 | 2024-06-12T20:06:00.638Z | Checking ciborium-io v0.2.2 |
1677 | 2024-06-12T20:06:00.638Z | Compiling cancel-safe-futures v0.1.5 |
1678 | 2024-06-12T20:06:00.638Z | Checking trust-dns-resolver v0.22.0 |
1679 | 2024-06-12T20:06:00.663Z | Compiling semver v0.1.20 |
1680 | 2024-06-12T20:06:00.770Z | Checking ciborium-ll v0.2.2 |
1681 | 2024-06-12T20:06:01.056Z | Checking ciborium v0.2.2 |
1682 | 2024-06-12T20:06:01.342Z | Compiling rustc_version v0.1.7 |
1683 | 2024-06-12T20:06:01.367Z | Compiling slog-dtrace v0.3.0 |
1684 | 2024-06-12T20:06:01.864Z | Compiling newtype_derive v0.1.6 |
1685 | 2024-06-12T20:06:02.035Z | Checking libsw v3.3.1 |
1686 | 2024-06-12T20:06:02.061Z | Checking owo-colors v4.0.0 |
1687 | 2024-06-12T20:06:02.099Z | Checking linear-map v1.2.0 |
1688 | 2024-06-12T20:06:02.118Z | Compiling radium v0.7.0 |
1689 | 2024-06-12T20:06:02.304Z | Checking num-rational v0.4.2 |
1690 | 2024-06-12T20:06:02.321Z | Checking steno v0.4.0 |
1691 | 2024-06-12T20:06:02.421Z | Checking num-complex v0.4.6 |
1692 | 2024-06-12T20:06:02.590Z | Checking nibble_vec v0.1.0 |
1693 | 2024-06-12T20:06:02.783Z | Checking endian-type v0.1.2 |
1694 | 2024-06-12T20:06:02.939Z | Compiling maybe-uninit v2.0.0 |
1695 | 2024-06-12T20:06:02.988Z | Checking tap v1.0.1 |
1696 | 2024-06-12T20:06:03.168Z | Checking wyz v0.5.1 |
1697 | 2024-06-12T20:06:03.316Z | Checking num v0.4.3 |
1698 | 2024-06-12T20:06:03.429Z | Checking radix_trie v0.2.1 |
1699 | 2024-06-12T20:06:03.529Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1700 | 2024-06-12T20:06:03.789Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1701 | 2024-06-12T20:06:03.836Z | Checking fxhash v0.2.1 |
1702 | 2024-06-12T20:06:03.898Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1703 | 2024-06-12T20:06:04.021Z | Checking funty v2.0.0 |
1704 | 2024-06-12T20:06:04.349Z | Compiling packed_struct v0.10.1 |
1705 | 2024-06-12T20:06:04.513Z | Compiling num-bigint-dig v0.8.4 |
1706 | 2024-06-12T20:06:04.748Z | Checking crc-catalog v2.4.0 |
1707 | 2024-06-12T20:06:04.753Z | Checking display-error-chain v0.2.0 |
1708 | 2024-06-12T20:06:04.892Z | Checking crc v3.2.1 |
1709 | 2024-06-12T20:06:04.994Z | Compiling packed_struct_codegen v0.10.1 |
1710 | 2024-06-12T20:06:05.010Z | Checking bitvec v1.0.1 |
1711 | 2024-06-12T20:06:05.109Z | Checking cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1712 | 2024-06-12T20:06:05.388Z | Compiling indexmap v1.9.3 |
1713 | 2024-06-12T20:06:05.451Z | Checking propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1714 | 2024-06-12T20:06:05.643Z | Compiling home v0.5.9 |
1715 | 2024-06-12T20:06:05.670Z | Checking nodrop v0.1.14 |
1716 | 2024-06-12T20:06:05.795Z | Checking array-init v0.0.4 |
1717 | 2024-06-12T20:06:05.962Z | Checking smallvec v0.6.14 |
1718 | 2024-06-12T20:06:06.349Z | Checking pkcs1 v0.7.5 |
1719 | 2024-06-12T20:06:06.733Z | Checking signature v2.2.0 |
1720 | 2024-06-12T20:06:06.828Z | Checking hashbrown v0.12.3 |
1721 | 2024-06-12T20:06:06.921Z | Checking bitfield v0.14.0 |
1722 | 2024-06-12T20:06:07.191Z | Checking serde-hex v0.1.0 |
1723 | 2024-06-12T20:06:08.068Z | Checking bzip2 v0.4.4 |
1724 | 2024-06-12T20:06:08.092Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1725 | 2024-06-12T20:06:08.126Z | Checking env_logger v0.10.2 |
1726 | 2024-06-12T20:06:08.154Z | Checking rsa v0.9.6 |
1727 | 2024-06-12T20:06:08.336Z | Checking x509-cert v0.2.5 |
1728 | 2024-06-12T20:06:08.358Z | Checking ron v0.8.1 |
1729 | 2024-06-12T20:06:08.512Z | Checking hashbrown v0.13.2 |
1730 | 2024-06-12T20:06:08.515Z | Checking crc-any v2.5.0 |
1731 | 2024-06-12T20:06:08.644Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1732 | 2024-06-12T20:06:08.867Z | Checking zip v0.6.6 |
1733 | 2024-06-12T20:06:09.183Z | Checking path-slash v0.1.5 |
1734 | 2024-06-12T20:06:09.328Z | Compiling async-recursion v1.1.1 |
1735 | 2024-06-12T20:06:09.522Z | Checking object v0.30.4 |
1736 | 2024-06-12T20:06:09.569Z | Checking maplit v1.0.2 |
1737 | 2024-06-12T20:06:09.598Z | Checking tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1738 | 2024-06-12T20:06:09.670Z | Compiling blake3 v1.5.1 |
1739 | 2024-06-12T20:06:09.847Z | Compiling ring v0.16.20 |
1740 | 2024-06-12T20:06:09.901Z | Compiling buf-list v1.0.3 |
1741 | 2024-06-12T20:06:10.671Z | Checking gethostname v0.4.3 |
1742 | 2024-06-12T20:06:10.797Z | Compiling libefi-sys v0.1.0 |
1743 | 2024-06-12T20:06:10.921Z | Compiling parking_lot_core v0.8.6 |
1744 | 2024-06-12T20:06:11.033Z | Compiling tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1745 | 2024-06-12T20:06:11.099Z | Checking illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1746 | 2024-06-12T20:06:11.381Z | Compiling crossbeam-deque v0.8.5 |
1747 | 2024-06-12T20:06:11.431Z | Checking lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1748 | 2024-06-12T20:06:11.507Z | Checking libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1749 | 2024-06-12T20:06:11.678Z | Checking keccak v0.1.5 |
1750 | 2024-06-12T20:06:11.698Z | Checking libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
1751 | 2024-06-12T20:06:11.815Z | Checking parking_lot v0.11.2 |
1752 | 2024-06-12T20:06:11.999Z | Checking sha3 v0.10.8 |
1753 | 2024-06-12T20:06:12.609Z | Checking libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1754 | 2024-06-12T20:06:12.847Z | Checking trust-dns-client v0.22.0 |
1755 | 2024-06-12T20:06:12.952Z | Checking toml v0.5.11 |
1756 | 2024-06-12T20:06:13.002Z | Checking secrecy v0.8.0 |
1757 | 2024-06-12T20:06:13.204Z | Compiling rayon v1.10.0 |
1758 | 2024-06-12T20:06:13.622Z | Checking sled v0.34.7 |
1759 | 2024-06-12T20:06:14.393Z | Compiling pin-project-internal v1.1.5 |
1760 | 2024-06-12T20:06:14.460Z | Checking trust-dns-server v0.22.1 |
1761 | 2024-06-12T20:06:15.111Z | Compiling memmap2 v0.9.4 |
1762 | 2024-06-12T20:06:15.621Z | Compiling arrayvec v0.7.4 |
1763 | 2024-06-12T20:06:15.699Z | Compiling glob v0.3.1 |
1764 | 2024-06-12T20:06:16.046Z | Compiling untrusted v0.7.1 |
1765 | 2024-06-12T20:06:16.240Z | Compiling arrayref v0.3.7 |
1766 | 2024-06-12T20:06:16.345Z | Compiling constant_time_eq v0.3.0 |
1767 | 2024-06-12T20:06:17.126Z | Compiling toolchain_find v0.4.0 |
1768 | 2024-06-12T20:06:17.692Z | Checking pin-project v1.1.5 |
1769 | 2024-06-12T20:06:17.820Z | Compiling vte_generate_state_changes v0.1.1 |
1770 | 2024-06-12T20:06:17.983Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
1771 | 2024-06-12T20:06:18.255Z | Compiling topological-sort v0.2.2 |
1772 | 2024-06-12T20:06:18.456Z | Checking vte v0.11.1 |
1773 | 2024-06-12T20:06:18.473Z | Compiling omicron-zone-package v0.11.0 |
1774 | 2024-06-12T20:06:18.692Z | Checking fd-lock v4.0.2 |
1775 | 2024-06-12T20:06:18.886Z | Compiling rustfmt-wrapper v0.2.1 |
1776 | 2024-06-12T20:06:19.332Z | Compiling prettyplease v0.2.20 |
1777 | 2024-06-12T20:06:19.639Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1778 | 2024-06-12T20:06:19.686Z | Checking nu-ansi-term v0.50.0 |
1779 | 2024-06-12T20:06:19.783Z | Compiling crunchy v0.2.2 |
1780 | 2024-06-12T20:06:19.829Z | Checking strip-ansi-escapes v0.2.0 |
1781 | 2024-06-12T20:06:19.972Z | Compiling clang-sys v1.7.0 |
1782 | 2024-06-12T20:06:19.986Z | Compiling tiny-keccak v2.0.2 |
1783 | 2024-06-12T20:06:20.106Z | Checking reedline v0.31.0 |
1784 | 2024-06-12T20:06:20.264Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1785 | 2024-06-12T20:06:20.444Z | Compiling snafu-derive v0.8.2 |
1786 | 2024-06-12T20:06:20.528Z | Compiling memoffset v0.9.1 |
1787 | 2024-06-12T20:06:20.743Z | Compiling ref-cast v1.0.23 |
1788 | 2024-06-12T20:06:20.761Z | Compiling platforms v3.4.0 |
1789 | 2024-06-12T20:06:21.402Z | Compiling curve25519-dalek v4.1.2 |
1790 | 2024-06-12T20:06:21.632Z | Compiling ascii-canvas v3.0.0 |
1791 | 2024-06-12T20:06:21.897Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1792 | 2024-06-12T20:06:22.021Z | Checking globset v0.4.14 |
1793 | 2024-06-12T20:06:22.162Z | Checking olpc-cjson v0.1.3 |
1794 | 2024-06-12T20:06:22.204Z | Checking serde_plain v1.0.2 |
1795 | 2024-06-12T20:06:22.380Z | Compiling ref-cast-impl v1.0.23 |
1796 | 2024-06-12T20:06:22.401Z | Checking lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
1797 | 2024-06-12T20:06:22.441Z | Compiling ena v0.14.3 |
1798 | 2024-06-12T20:06:22.483Z | Compiling libloading v0.8.3 |
1799 | 2024-06-12T20:06:22.718Z | Compiling unicase v2.7.0 |
1800 | 2024-06-12T20:06:22.854Z | Compiling bindgen v0.69.4 |
1801 | 2024-06-12T20:06:22.880Z | Compiling diff v0.1.13 |
1802 | 2024-06-12T20:06:23.007Z | Checking typed-path v0.7.1 |
1803 | 2024-06-12T20:06:23.593Z | Compiling regex-syntax v0.6.29 |
1804 | 2024-06-12T20:06:24.511Z | Checking hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
1805 | 2024-06-12T20:06:24.996Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1806 | 2024-06-12T20:06:25.215Z | Compiling which v4.4.2 |
1807 | 2024-06-12T20:06:25.868Z | Checking universal-hash v0.5.1 |
1808 | 2024-06-12T20:06:26.047Z | Compiling cexpr v0.6.0 |
1809 | 2024-06-12T20:06:26.333Z | Checking snafu v0.8.2 |
1810 | 2024-06-12T20:06:26.814Z | Checking tough v0.17.1 |
1811 | 2024-06-12T20:06:27.685Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1812 | 2024-06-12T20:06:27.945Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1813 | 2024-06-12T20:06:28.060Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1814 | 2024-06-12T20:06:28.395Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1815 | 2024-06-12T20:06:29.332Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1816 | 2024-06-12T20:06:29.636Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1817 | 2024-06-12T20:06:30.871Z | Compiling lalrpop v0.19.12 |
1818 | 2024-06-12T20:06:31.314Z | Compiling thiserror-impl-no-std v2.0.2 |
1819 | 2024-06-12T20:06:31.528Z | Compiling curve25519-dalek-derive v0.1.1 |
1820 | 2024-06-12T20:06:32.153Z | Checking libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1821 | 2024-06-12T20:06:32.686Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1822 | 2024-06-12T20:06:33.096Z | Checking nanorand v0.7.0 |
1823 | 2024-06-12T20:06:33.491Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1824 | 2024-06-12T20:06:33.783Z | Compiling cfg_aliases v0.1.1 |
1825 | 2024-06-12T20:06:33.895Z | Compiling shlex v1.3.0 |
1826 | 2024-06-12T20:06:34.330Z | Compiling lazycell v1.3.0 |
1827 | 2024-06-12T20:06:34.349Z | Compiling salty v0.2.0 |
1828 | 2024-06-12T20:06:34.509Z | Compiling rustc-hash v1.1.0 |
1829 | 2024-06-12T20:06:34.592Z | Checking parse-size v1.0.0 |
1830 | 2024-06-12T20:06:34.657Z | Checking bytecount v0.6.8 |
1831 | 2024-06-12T20:06:34.760Z | Checking opaque-debug v0.3.1 |
1832 | 2024-06-12T20:06:34.803Z | Checking signature v1.6.4 |
1833 | 2024-06-12T20:06:34.846Z | Checking papergrid v0.11.0 |
1834 | 2024-06-12T20:06:34.864Z | Checking poly1305 v0.8.0 |
1835 | 2024-06-12T20:06:34.929Z | Checking ed25519 v1.5.3 |
1836 | 2024-06-12T20:06:35.111Z | Checking thiserror-no-std v2.0.2 |
1837 | 2024-06-12T20:06:35.255Z | Compiling nix v0.28.0 |
1838 | 2024-06-12T20:06:35.420Z | Checking flume v0.11.0 |
1839 | 2024-06-12T20:06:36.095Z | Checking nix v0.27.1 |
1840 | 2024-06-12T20:06:36.400Z | Checking tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1841 | 2024-06-12T20:06:36.649Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1842 | 2024-06-12T20:06:36.892Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1843 | 2024-06-12T20:06:36.950Z | Compiling tabled_derive v0.7.0 |
1844 | 2024-06-12T20:06:37.167Z | Compiling derive_builder_core v0.20.0 |
1845 | 2024-06-12T20:06:37.457Z | Checking chacha20 v0.9.1 |
1846 | 2024-06-12T20:06:37.735Z | Checking aead v0.5.2 |
1847 | 2024-06-12T20:06:37.805Z | Checking serde-big-array v0.5.1 |
1848 | 2024-06-12T20:06:37.942Z | Checking kstat-rs v0.2.3 |
1849 | 2024-06-12T20:06:38.016Z | Compiling hubpack_derive v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1850 | 2024-06-12T20:06:38.264Z | Compiling libxml v0.3.3 |
1851 | 2024-06-12T20:06:38.616Z | Checking heck v0.4.1 |
1852 | 2024-06-12T20:06:38.826Z | Checking openapi-lint v0.4.0 (https://github.com/oxidecomputer/openapi-lint?branch=main#ef442ee4) |
1853 | 2024-06-12T20:06:38.912Z | Checking hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
1854 | 2024-06-12T20:06:39.267Z | Checking chacha20poly1305 v0.10.1 |
1855 | 2024-06-12T20:06:39.456Z | Checking vsss-rs v3.3.4 |
1856 | 2024-06-12T20:06:39.648Z | Checking tabled v0.15.0 |
1857 | 2024-06-12T20:06:39.788Z | Compiling derive_builder_macro v0.20.0 |
1858 | 2024-06-12T20:06:41.382Z | Checking crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1859 | 2024-06-12T20:06:41.804Z | Checking signal-hook-tokio v0.3.1 |
1860 | 2024-06-12T20:06:41.978Z | Checking serde-big-array v0.4.1 |
1861 | 2024-06-12T20:06:42.141Z | Compiling strum_macros v0.24.3 |
1862 | 2024-06-12T20:06:42.432Z | Compiling cookie v0.18.1 |
1863 | 2024-06-12T20:06:42.537Z | Compiling indoc v1.0.9 |
1864 | 2024-06-12T20:06:42.795Z | Checking sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1865 | 2024-06-12T20:06:42.815Z | Compiling mime_guess v2.0.4 |
1866 | 2024-06-12T20:06:43.700Z | Checking derive_builder v0.20.0 |
1867 | 2024-06-12T20:06:44.239Z | Checking propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1868 | 2024-06-12T20:06:45.721Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1869 | 2024-06-12T20:06:45.739Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1870 | 2024-06-12T20:06:46.006Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1871 | 2024-06-12T20:06:46.111Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1872 | 2024-06-12T20:06:46.200Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1873 | 2024-06-12T20:06:49.078Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1874 | 2024-06-12T20:06:49.091Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
1875 | 2024-06-12T20:06:49.758Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1876 | 2024-06-12T20:06:50.663Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1877 | 2024-06-12T20:06:50.676Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1878 | 2024-06-12T20:06:51.067Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1879 | 2024-06-12T20:06:51.088Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1880 | 2024-06-12T20:06:51.298Z | Compiling peg-macros v0.8.3 |
1881 | 2024-06-12T20:06:52.643Z | Checking quick-xml v0.31.0 |
1882 | 2024-06-12T20:06:53.528Z | Compiling oso-derive v0.27.3 |
1883 | 2024-06-12T20:06:54.621Z | Compiling impl-trait-for-tuples v0.2.2 |
1884 | 2024-06-12T20:06:54.721Z | Compiling sqlparser_derive v0.2.2 |
1885 | 2024-06-12T20:06:55.203Z | Checking unicode_categories v0.1.1 |
1886 | 2024-06-12T20:06:55.638Z | Checking corncobs v0.1.3 |
1887 | 2024-06-12T20:06:56.255Z | Checking rustyline v14.0.0 |
1888 | 2024-06-12T20:06:56.271Z | Checking sqlparser v0.45.0 |
1889 | 2024-06-12T20:06:57.581Z | Checking sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
1890 | 2024-06-12T20:06:57.781Z | Checking sqlformat v0.2.3 |
1891 | 2024-06-12T20:06:58.490Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1892 | 2024-06-12T20:06:59.068Z | Checking peg v0.8.3 |
1893 | 2024-06-12T20:06:59.952Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1894 | 2024-06-12T20:07:01.824Z | Checking bcs v0.1.6 |
1895 | 2024-06-12T20:07:02.280Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1896 | 2024-06-12T20:07:02.329Z | Checking highway v1.1.0 |
1897 | 2024-06-12T20:07:02.732Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1898 | 2024-06-12T20:07:03.021Z | Checking propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1899 | 2024-06-12T20:07:03.249Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1900 | 2024-06-12T20:07:03.264Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1901 | 2024-06-12T20:07:03.283Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1902 | 2024-06-12T20:07:04.070Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1903 | 2024-06-12T20:07:04.971Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1904 | 2024-06-12T20:07:05.011Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1905 | 2024-06-12T20:07:05.972Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1906 | 2024-06-12T20:07:06.007Z | Compiling const_format_proc_macros v0.2.32 |
1907 | 2024-06-12T20:07:08.368Z | Checking bb8 v0.8.3 |
1908 | 2024-06-12T20:07:08.655Z | Checking http-range v0.1.5 |
1909 | 2024-06-12T20:07:08.818Z | Checking async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1910 | 2024-06-12T20:07:08.838Z | Checking hyper-staticfile v0.9.5 |
1911 | 2024-06-12T20:07:09.093Z | Checking const_format v0.2.32 |
1912 | 2024-06-12T20:07:09.213Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1913 | 2024-06-12T20:07:09.240Z | Checking propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
1914 | 2024-06-12T20:07:09.566Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1915 | 2024-06-12T20:07:09.789Z | Checking assert_matches v1.5.0 |
1916 | 2024-06-12T20:07:09.880Z | Compiling portable-atomic v1.6.0 |
1917 | 2024-06-12T20:07:10.874Z | Checking rand_seeder v0.2.3 |
1918 | 2024-06-12T20:07:11.080Z | Checking number_prefix v0.4.0 |
1919 | 2024-06-12T20:07:11.135Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1920 | 2024-06-12T20:07:11.282Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1921 | 2024-06-12T20:07:11.520Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1922 | 2024-06-12T20:07:12.097Z | Checking indicatif v0.17.8 |
1923 | 2024-06-12T20:07:12.840Z | Checking castaway v0.2.2 |
1924 | 2024-06-12T20:07:12.926Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1925 | 2024-06-12T20:07:13.020Z | Checking compact_str v0.7.1 |
1926 | 2024-06-12T20:07:13.191Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1927 | 2024-06-12T20:07:13.383Z | Checking lru v0.12.3 |
1928 | 2024-06-12T20:07:13.475Z | Compiling stability v0.2.0 |
1929 | 2024-06-12T20:07:13.668Z | Checking cassowary v0.3.0 |
1930 | 2024-06-12T20:07:13.780Z | Compiling indoc v2.0.5 |
1931 | 2024-06-12T20:07:14.202Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1932 | 2024-06-12T20:07:14.202Z | Checking gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
1933 | 2024-06-12T20:07:14.493Z | Checking unicode-linebreak v0.1.5 |
1934 | 2024-06-12T20:07:16.118Z | Checking smawk v0.3.2 |
1935 | 2024-06-12T20:07:16.127Z | Checking ratatui v0.26.2 |
1936 | 2024-06-12T20:07:16.127Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1937 | 2024-06-12T20:07:16.127Z | Checking textwrap v0.16.1 |
1938 | 2024-06-12T20:07:16.127Z | Checking is_ci v1.2.0 |
1939 | 2024-06-12T20:07:16.127Z | Checking supports-color v3.0.0 |
1940 | 2024-06-12T20:07:16.127Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1941 | 2024-06-12T20:07:16.127Z | Checking crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
1942 | 2024-06-12T20:07:16.435Z | Checking fatfs v0.3.6 |
1943 | 2024-06-12T20:07:16.785Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1944 | 2024-06-12T20:07:17.451Z | Checking shell-words v1.1.0 |
1945 | 2024-06-12T20:07:17.461Z | Checking rtoolbox v0.0.2 |
1946 | 2024-06-12T20:07:17.621Z | Checking tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
1947 | 2024-06-12T20:07:17.669Z | Checking rpassword v7.3.1 |
1948 | 2024-06-12T20:07:18.008Z | Checking tui-tree-widget v0.19.0 |
1949 | 2024-06-12T20:07:18.172Z | Checking yansi v0.5.1 |
1950 | 2024-06-12T20:07:18.584Z | Checking pretty_assertions v1.4.0 |
1951 | 2024-06-12T20:07:18.623Z | Checking plotters-backend v0.3.5 |
1952 | 2024-06-12T20:07:18.754Z | Compiling target-lexicon v0.12.14 |
1953 | 2024-06-12T20:07:18.785Z | Compiling nexus-test-utils-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils-macros) |
1954 | 2024-06-12T20:07:18.983Z | Checking plotters-svg v0.3.5 |
1955 | 2024-06-12T20:07:19.205Z | Checking cargo-platform v0.1.8 |
1956 | 2024-06-12T20:07:19.399Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1957 | 2024-06-12T20:07:19.756Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
1958 | 2024-06-12T20:07:20.193Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1959 | 2024-06-12T20:07:20.313Z | Checking cast v0.3.0 |
1960 | 2024-06-12T20:07:20.651Z | Compiling doc-comment v0.3.3 |
1961 | 2024-06-12T20:07:20.755Z | Compiling guppy-workspace-hack v0.1.0 |
1962 | 2024-06-12T20:07:21.055Z | Checking criterion-plot v0.5.0 |
1963 | 2024-06-12T20:07:21.326Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1964 | 2024-06-12T20:07:21.536Z | Checking cargo_metadata v0.18.1 |
1965 | 2024-06-12T20:07:21.841Z | Checking plotters v0.3.5 |
1966 | 2024-06-12T20:07:22.927Z | Checking http-body v1.0.0 |
1967 | 2024-06-12T20:07:23.145Z | Checking tinytemplate v1.2.1 |
1968 | 2024-06-12T20:07:23.294Z | Checking csv-core v0.1.11 |
1969 | 2024-06-12T20:07:23.518Z | Compiling assert_cmd v2.0.14 |
1970 | 2024-06-12T20:07:23.639Z | Checking regex-automata v0.1.10 |
1971 | 2024-06-12T20:07:23.677Z | Checking tower-layer v0.3.2 |
1972 | 2024-06-12T20:07:23.902Z | Compiling target-spec v3.1.0 |
1973 | 2024-06-12T20:07:23.932Z | Checking oorandom v11.1.3 |
1974 | 2024-06-12T20:07:24.075Z | Checking anes v0.1.6 |
1975 | 2024-06-12T20:07:24.096Z | Checking bstr v0.2.17 |
1976 | 2024-06-12T20:07:24.429Z | Checking criterion v0.5.1 |
1977 | 2024-06-12T20:07:24.544Z | Checking tower v0.4.13 |
1978 | 2024-06-12T20:07:24.949Z | Checking csv v1.3.0 |
1979 | 2024-06-12T20:07:25.391Z | Checking hyper v1.3.1 |
1980 | 2024-06-12T20:07:25.860Z | Checking cfg-expr v0.15.8 |
1981 | 2024-06-12T20:07:26.725Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
1982 | 2024-06-12T20:07:26.979Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
1983 | 2024-06-12T20:07:28.012Z | Checking hyper-util v0.1.3 |
1984 | 2024-06-12T20:07:28.212Z | Checking httptest v0.15.5 |
1985 | 2024-06-12T20:07:28.975Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
1986 | 2024-06-12T20:07:29.021Z | Checking oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
1987 | 2024-06-12T20:07:29.566Z | Checking rustls-native-certs v0.7.0 |
1988 | 2024-06-12T20:07:29.706Z | Checking pathdiff v0.2.1 |
1989 | 2024-06-12T20:07:30.071Z | Checking nested v0.1.1 |
1990 | 2024-06-12T20:07:30.621Z | Checking guppy v0.17.5 |
1991 | 2024-06-12T20:07:31.979Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1992 | 2024-06-12T20:07:32.212Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
1993 | 2024-06-12T20:07:33.091Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
1994 | 2024-06-12T20:07:33.748Z | Checking hyper-rustls v0.26.0 |
1995 | 2024-06-12T20:07:34.106Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
1996 | 2024-06-12T20:07:34.404Z | Checking escape8259 v0.5.2 |
1997 | 2024-06-12T20:07:34.593Z | Checking threadpool v1.8.1 |
1998 | 2024-06-12T20:07:34.756Z | Checking installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
1999 | 2024-06-12T20:07:34.825Z | Checking libtest-mimic v0.7.3 |
2000 | 2024-06-12T20:07:35.261Z | Checking similar-asserts v1.5.0 |
2001 | 2024-06-12T20:07:35.273Z | Checking fancy-regex v0.13.0 |
2002 | 2024-06-12T20:07:35.443Z | Compiling rstest_macros v0.19.0 |
2003 | 2024-06-12T20:07:36.036Z | Checking datatest-stable v0.2.9 |
2004 | 2024-06-12T20:07:36.093Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2005 | 2024-06-12T20:07:36.505Z | Checking blake2b_simd v1.0.2 |
2006 | 2024-06-12T20:07:37.177Z | Compiling omicron-dev v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omicron-dev) |
2007 | 2024-06-12T20:07:37.416Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2008 | 2024-06-12T20:07:37.455Z | Compiling reconfigurator-cli v0.1.0 (/work/oxidecomputer/omicron/dev-tools/reconfigurator-cli) |
2009 | 2024-06-12T20:07:37.738Z | Compiling trybuild v1.0.96 |
2010 | 2024-06-12T20:07:37.893Z | Compiling relative-path v1.9.3 |
2011 | 2024-06-12T20:07:38.194Z | Checking rust-argon2 v2.1.0 |
2012 | 2024-06-12T20:07:38.623Z | Checking wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2013 | 2024-06-12T20:07:39.832Z | Checking multimap v0.10.0 |
2014 | 2024-06-12T20:07:40.139Z | Checking futures-timer v3.0.3 |
2015 | 2024-06-12T20:07:41.910Z | Checking omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2016 | 2024-06-12T20:07:43.955Z | Checking partial-io v0.5.4 |
2017 | 2024-06-12T20:07:44.335Z | Checking approx v0.5.1 |
2018 | 2024-06-12T20:07:44.581Z | Checking termios v0.3.3 |
2019 | 2024-06-12T20:07:44.801Z | Checking uzers v0.11.3 |
2020 | 2024-06-12T20:07:45.158Z | Checking hex-literal v0.4.1 |
2021 | 2024-06-12T20:07:48.550Z | Checking rstest v0.19.0 |
2022 | 2024-06-12T20:07:50.616Z | Checking zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2023 | 2024-06-12T20:07:51.759Z | Checking gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2024 | 2024-06-12T20:08:00.832Z | Checking omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2025 | 2024-06-12T20:08:08.732Z | Compiling samael v0.0.15 |
2026 | 2024-06-12T20:08:35.161Z | Checking crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2027 | 2024-06-12T20:08:41.245Z | Checking internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2028 | 2024-06-12T20:08:50.031Z | Compiling polar-core v0.27.3 |
2029 | 2024-06-12T20:09:00.023Z | Checking oso v0.27.3 |
2030 | 2024-06-12T20:09:29.011Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2031 | 2024-06-12T20:09:29.015Z | Checking nexus-test-utils v0.1.0 (/work/oxidecomputer/omicron/nexus/test-utils) |
2032 | 2024-06-12T20:09:29.015Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2033 | 2024-06-12T20:10:39.105Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 6m 46s |
2034 | 2024-06-12T20:10:39.372Z | |
2035 | 2024-06-12T20:10:39.372Z | real 6:53.963366327 |
2036 | 2024-06-12T20:10:39.372Z | user 37:32.425579839 |
2037 | 2024-06-12T20:10:39.372Z | sys 6:31.626380839 |
2038 | 2024-06-12T20:10:39.372Z | trap 0.987678981 |
2039 | 2024-06-12T20:10:39.377Z | tflt 1.080535669 |
2040 | 2024-06-12T20:10:39.377Z | dflt 0.853442607 |
2041 | 2024-06-12T20:10:39.377Z | kflt 0.002690375 |
2042 | 2024-06-12T20:10:39.378Z | lock 1:51:08.896855098 |
2043 | 2024-06-12T20:10:39.378Z | slp 1:59:55.608512204 |
2044 | 2024-06-12T20:10:39.378Z | lat 1:48.260875527 |
2045 | 2024-06-12T20:10:39.378Z | stop 5:30.643939006 |
2046 | 2024-06-12T20:10:40.405Z | warning: output filename collision. |
2047 | 2024-06-12T20:10:40.405Z | 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-12T20:10:40.405Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api/index.html |
2049 | 2024-06-12T20:10:40.405Z | The targets should have unique names. |
2050 | 2024-06-12T20:10:40.405Z | This is a known bug where multiple crates with the same name use |
2051 | 2024-06-12T20:10:40.405Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2052 | 2024-06-12T20:10:40.405Z | warning: output filename collision. |
2053 | 2024-06-12T20:10:40.405Z | 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-12T20:10:40.405Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/bhyve_api_sys/index.html |
2055 | 2024-06-12T20:10:40.405Z | The targets should have unique names. |
2056 | 2024-06-12T20:10:40.405Z | This is a known bug where multiple crates with the same name use |
2057 | 2024-06-12T20:10:40.406Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2058 | 2024-06-12T20:10:40.411Z | warning: output filename collision. |
2059 | 2024-06-12T20:10:40.411Z | 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-12T20:10:40.411Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/hubpack/index.html |
2061 | 2024-06-12T20:10:40.411Z | The targets should have unique names. |
2062 | 2024-06-12T20:10:40.411Z | This is a known bug where multiple crates with the same name use |
2063 | 2024-06-12T20:10:40.411Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2064 | 2024-06-12T20:10:40.411Z | warning: output filename collision. |
2065 | 2024-06-12T20:10:40.411Z | 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-12T20:10:40.411Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/libnet/index.html |
2067 | 2024-06-12T20:10:40.411Z | The targets should have unique names. |
2068 | 2024-06-12T20:10:40.411Z | This is a known bug where multiple crates with the same name use |
2069 | 2024-06-12T20:10:40.411Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2070 | 2024-06-12T20:10:40.411Z | warning: output filename collision. |
2071 | 2024-06-12T20:10:40.411Z | 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-12T20:10:40.411Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/oximeter/index.html |
2073 | 2024-06-12T20:10:40.411Z | The targets should have unique names. |
2074 | 2024-06-12T20:10:40.412Z | This is a known bug where multiple crates with the same name use |
2075 | 2024-06-12T20:10:40.412Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2076 | 2024-06-12T20:10:40.412Z | warning: output filename collision. |
2077 | 2024-06-12T20:10:40.412Z | 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-12T20:10:40.412Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/propolis_client/index.html |
2079 | 2024-06-12T20:10:40.412Z | The targets should have unique names. |
2080 | 2024-06-12T20:10:40.412Z | This is a known bug where multiple crates with the same name use |
2081 | 2024-06-12T20:10:40.412Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2082 | 2024-06-12T20:10:40.412Z | warning: output filename collision. |
2083 | 2024-06-12T20:10:40.412Z | 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-12T20:10:40.412Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/tlvc/index.html |
2085 | 2024-06-12T20:10:40.412Z | The targets should have unique names. |
2086 | 2024-06-12T20:10:40.412Z | This is a known bug where multiple crates with the same name use |
2087 | 2024-06-12T20:10:40.412Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2088 | 2024-06-12T20:10:40.412Z | warning: output filename collision. |
2089 | 2024-06-12T20:10:40.412Z | 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-12T20:10:40.412Z | Colliding filename is: /work/oxidecomputer/omicron/target/doc/zone/index.html |
2091 | 2024-06-12T20:10:40.412Z | The targets should have unique names. |
2092 | 2024-06-12T20:10:40.412Z | This is a known bug where multiple crates with the same name use |
2093 | 2024-06-12T20:10:40.412Z | the same path; see <https://github.com/rust-lang/cargo/issues/6313>. |
2094 | 2024-06-12T20:10:40.968Z | Documenting libc v0.2.155 |
2095 | 2024-06-12T20:10:41.022Z | Documenting cfg-if v1.0.0 |
2096 | 2024-06-12T20:10:41.037Z | Documenting serde_derive v1.0.203 |
2097 | 2024-06-12T20:10:41.068Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2098 | 2024-06-12T20:10:41.088Z | Documenting log v0.4.21 |
2099 | 2024-06-12T20:10:41.101Z | Documenting memchr v2.7.2 |
2100 | 2024-06-12T20:10:41.116Z | Documenting itoa v1.0.11 |
2101 | 2024-06-12T20:10:41.134Z | Documenting byteorder v1.5.0 |
2102 | 2024-06-12T20:10:41.336Z | Documenting scopeguard v1.2.0 |
2103 | 2024-06-12T20:10:43.783Z | Documenting smallvec v1.13.2 |
2104 | 2024-06-12T20:10:44.177Z | Documenting pin-project-lite v0.2.14 |
2105 | 2024-06-12T20:10:45.424Z | Documenting libm v0.2.8 |
2106 | 2024-06-12T20:10:45.443Z | Documenting once_cell v1.19.0 |
2107 | 2024-06-12T20:10:45.749Z | Documenting getrandom v0.2.14 |
2108 | 2024-06-12T20:10:46.160Z | Documenting lock_api v0.4.12 |
2109 | 2024-06-12T20:10:46.639Z | Documenting signal-hook-registry v1.4.2 |
2110 | 2024-06-12T20:10:46.981Z | Documenting parking_lot_core v0.9.10 |
2111 | 2024-06-12T20:10:47.440Z | Documenting mio v0.8.11 |
2112 | 2024-06-12T20:10:48.982Z | Documenting serde v1.0.203 |
2113 | 2024-06-12T20:10:49.192Z | Documenting num-traits v0.2.19 |
2114 | 2024-06-12T20:10:49.706Z | Documenting thiserror-impl v1.0.60 |
2115 | 2024-06-12T20:10:50.059Z | Documenting rand_core v0.6.4 |
2116 | 2024-06-12T20:10:51.162Z | Documenting ryu v1.0.18 |
2117 | 2024-06-12T20:10:51.323Z | Documenting zeroize_derive v1.4.2 |
2118 | 2024-06-12T20:10:52.275Z | Documenting parking_lot v0.12.2 |
2119 | 2024-06-12T20:10:52.878Z | Documenting futures-core v0.3.30 |
2120 | 2024-06-12T20:10:54.443Z | Documenting socket2 v0.5.7 |
2121 | 2024-06-12T20:10:54.454Z | Documenting num_cpus v1.16.0 |
2122 | 2024-06-12T20:10:55.024Z | Documenting tokio-macros v2.2.0 |
2123 | 2024-06-12T20:10:56.195Z | Documenting thiserror v1.0.60 |
2124 | 2024-06-12T20:10:56.604Z | Documenting zeroize v1.7.0 |
2125 | 2024-06-12T20:10:57.602Z | Documenting zerocopy v0.7.34 |
2126 | 2024-06-12T20:10:57.675Z | Checking syn v1.0.109 |
2127 | 2024-06-12T20:10:58.745Z | Documenting futures-sink v0.3.30 |
2128 | 2024-06-12T20:10:59.658Z | Documenting typenum v1.17.0 |
2129 | 2024-06-12T20:11:00.940Z | Documenting iana-time-zone v0.1.60 |
2130 | 2024-06-12T20:11:01.117Z | Documenting subtle v2.5.0 |
2131 | 2024-06-12T20:11:01.359Z | Documenting slab v0.4.9 |
2132 | 2024-06-12T20:11:03.402Z | Documenting futures-macro v0.3.30 |
2133 | 2024-06-12T20:11:03.574Z | Documenting futures-channel v0.3.30 |
2134 | 2024-06-12T20:11:10.170Z | Documenting bytes v1.6.0 |
2135 | 2024-06-12T20:11:13.019Z | Documenting serde_json v1.0.117 |
2136 | 2024-06-12T20:11:13.216Z | Documenting bitflags v2.5.0 |
2137 | 2024-06-12T20:11:13.267Z | Documenting chrono v0.4.38 |
2138 | 2024-06-12T20:11:13.323Z | Documenting futures-task v0.3.30 |
2139 | 2024-06-12T20:11:13.324Z | Documenting futures-io v0.3.30 |
2140 | 2024-06-12T20:11:13.632Z | Documenting pin-utils v0.1.0 |
2141 | 2024-06-12T20:11:14.297Z | Documenting generic-array v0.14.7 |
2142 | 2024-06-12T20:11:14.919Z | Documenting tokio v1.37.0 |
2143 | 2024-06-12T20:11:18.286Z | Documenting uuid v1.8.0 |
2144 | 2024-06-12T20:11:18.417Z | Checking omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2145 | 2024-06-12T20:11:18.623Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2146 | 2024-06-12T20:11:18.700Z | Documenting ahash v0.8.11 |
2147 | 2024-06-12T20:11:18.899Z | Documenting futures-util v0.3.30 |
2148 | 2024-06-12T20:11:19.346Z | Documenting allocator-api2 v0.2.18 |
2149 | 2024-06-12T20:11:19.940Z | Checking omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2150 | 2024-06-12T20:11:19.994Z | Documenting crypto-common v0.1.6 |
2151 | 2024-06-12T20:11:20.683Z | Documenting tinyvec_macros v0.1.1 |
2152 | 2024-06-12T20:11:23.320Z | Documenting const-oid v0.9.6 |
2153 | 2024-06-12T20:11:23.485Z | Documenting serde_derive_internals v0.29.1 |
2154 | 2024-06-12T20:11:23.530Z | Documenting tinyvec v1.6.0 |
2155 | 2024-06-12T20:11:23.590Z | Documenting hashbrown v0.14.5 |
2156 | 2024-06-12T20:11:25.929Z | Checking serde_derive_internals v0.29.1 |
2157 | 2024-06-12T20:11:26.545Z | Documenting dyn-clone v1.0.17 |
2158 | 2024-06-12T20:11:27.355Z | Documenting ppv-lite86 v0.2.17 |
2159 | 2024-06-12T20:11:27.785Z | Documenting unicode-normalization v0.1.23 |
2160 | 2024-06-12T20:11:28.224Z | Documenting tracing-core v0.1.32 |
2161 | 2024-06-12T20:11:28.899Z | Documenting tracing-attributes v0.1.27 |
2162 | 2024-06-12T20:11:29.932Z | Documenting unicode-bidi v0.3.15 |
2163 | 2024-06-12T20:11:30.120Z | Documenting lazy_static v1.4.0 |
2164 | 2024-06-12T20:11:30.213Z | Documenting percent-encoding v2.3.1 |
2165 | 2024-06-12T20:11:30.672Z | Documenting schemars_derive v0.8.20 |
2166 | 2024-06-12T20:11:31.215Z | Documenting rand_chacha v0.3.1 |
2167 | 2024-06-12T20:11:32.911Z | Documenting block-buffer v0.10.4 |
2168 | 2024-06-12T20:11:33.493Z | Documenting serde_tokenstream v0.2.0 |
2169 | 2024-06-12T20:11:35.053Z | Documenting equivalent v1.0.1 |
2170 | 2024-06-12T20:11:35.207Z | Documenting powerfmt v0.2.0 |
2171 | 2024-06-12T20:11:35.254Z | Documenting form_urlencoded v1.2.1 |
2172 | 2024-06-12T20:11:36.421Z | Documenting rand v0.8.5 |
2173 | 2024-06-12T20:11:36.645Z | Documenting schemars v0.8.20 |
2174 | 2024-06-12T20:11:38.246Z | Documenting digest v0.10.7 |
2175 | 2024-06-12T20:11:38.262Z | Documenting deranged v0.3.11 |
2176 | 2024-06-12T20:11:38.265Z | Documenting indexmap v2.2.6 |
2177 | 2024-06-12T20:11:38.460Z | Documenting time-macros v0.2.18 |
2178 | 2024-06-12T20:11:40.630Z | Documenting time-core v0.1.2 |
2179 | 2024-06-12T20:11:42.148Z | Documenting fnv v1.0.7 |
2180 | 2024-06-12T20:11:43.426Z | Documenting num-conv v0.1.0 |
2181 | 2024-06-12T20:11:46.768Z | Documenting tracing v0.1.40 |
2182 | 2024-06-12T20:11:51.784Z | Documenting num_threads v0.1.7 |
2183 | 2024-06-12T20:11:51.919Z | Documenting unicode-width v0.1.12 |
2184 | 2024-06-12T20:11:51.992Z | Documenting unicode-ident v1.0.12 |
2185 | 2024-06-12T20:11:51.996Z | Documenting idna v0.5.0 |
2186 | 2024-06-12T20:11:52.031Z | Documenting adler v1.0.2 |
2187 | 2024-06-12T20:11:52.290Z | Documenting slog v2.7.0 |
2188 | 2024-06-12T20:11:52.548Z | Documenting httparse v1.8.0 |
2189 | 2024-06-12T20:11:54.816Z | Documenting cpufeatures v0.2.12 |
2190 | 2024-06-12T20:11:54.911Z | Documenting proc-macro2 v1.0.82 |
2191 | 2024-06-12T20:11:56.522Z | Documenting miniz_oxide v0.7.2 |
2192 | 2024-06-12T20:11:56.580Z | Documenting time v0.3.36 |
2193 | 2024-06-12T20:11:56.684Z | Documenting url v2.5.0 |
2194 | 2024-06-12T20:11:56.970Z | Documenting tokio-util v0.7.11 |
2195 | 2024-06-12T20:11:57.356Z | Documenting errno v0.3.9 |
2196 | 2024-06-12T20:11:58.107Z | Documenting async-trait v0.1.80 |
2197 | 2024-06-12T20:12:00.255Z | Documenting quote v1.0.36 |
2198 | 2024-06-12T20:12:00.808Z | Documenting try-lock v0.2.5 |
2199 | 2024-06-12T20:12:01.491Z | Documenting httpdate v1.0.3 |
2200 | 2024-06-12T20:12:02.011Z | Documenting rustix v0.38.34 |
2201 | 2024-06-12T20:12:02.966Z | Documenting http-body v0.4.6 |
2202 | 2024-06-12T20:12:03.709Z | Documenting want v0.3.1 |
2203 | 2024-06-12T20:12:03.724Z | Documenting aho-corasick v1.1.3 |
2204 | 2024-06-12T20:12:03.860Z | Documenting h2 v0.3.26 |
2205 | 2024-06-12T20:12:04.596Z | Documenting openssl-sys v0.9.102 |
2206 | 2024-06-12T20:12:05.261Z | Documenting syn v2.0.64 |
2207 | 2024-06-12T20:12:06.498Z | Documenting openssl-macros v0.1.1 |
2208 | 2024-06-12T20:12:07.883Z | Documenting gimli v0.28.1 |
2209 | 2024-06-12T20:12:08.587Z | Documenting tower-service v0.3.2 |
2210 | 2024-06-12T20:12:09.358Z | Documenting regex-syntax v0.8.3 |
2211 | 2024-06-12T20:12:10.012Z | Documenting mime v0.3.17 |
2212 | 2024-06-12T20:12:11.844Z | Documenting object v0.32.2 |
2213 | 2024-06-12T20:12:12.371Z | Documenting openssl v0.10.64 |
2214 | 2024-06-12T20:12:13.657Z | Documenting openssl-probe v0.1.5 |
2215 | 2024-06-12T20:12:14.587Z | Documenting addr2line v0.21.0 |
2216 | 2024-06-12T20:12:14.713Z | Documenting rustc-demangle v0.1.24 |
2217 | 2024-06-12T20:12:14.802Z | Documenting hyper v0.14.28 |
2218 | 2024-06-12T20:12:17.541Z | Documenting regex-automata v0.4.6 |
2219 | 2024-06-12T20:12:18.389Z | Documenting ipnet v2.9.0 |
2220 | 2024-06-12T20:12:18.580Z | Documenting base64ct v1.6.0 |
2221 | 2024-06-12T20:12:18.777Z | Documenting futures-executor v0.3.30 |
2222 | 2024-06-12T20:12:21.611Z | Documenting native-tls v0.2.11 |
2223 | 2024-06-12T20:12:23.573Z | Documenting encoding_rs v0.8.34 |
2224 | 2024-06-12T20:12:23.618Z | Checking pest_meta v2.7.10 |
2225 | 2024-06-12T20:12:23.643Z | Documenting psl-types v2.0.11 |
2226 | 2024-06-12T20:12:24.653Z | Documenting serde_urlencoded v0.7.1 |
2227 | 2024-06-12T20:12:25.679Z | Documenting backtrace v0.3.71 |
2228 | 2024-06-12T20:12:27.347Z | Documenting publicsuffix v2.2.3 |
2229 | 2024-06-12T20:12:27.532Z | Documenting tokio-native-tls v0.3.1 |
2230 | 2024-06-12T20:12:27.688Z | Documenting semver v1.0.23 |
2231 | 2024-06-12T20:12:28.234Z | Documenting pest_meta v2.7.10 |
2232 | 2024-06-12T20:12:28.515Z | Documenting crossbeam-utils v0.8.19 |
2233 | 2024-06-12T20:12:29.240Z | Documenting scroll_derive v0.12.0 |
2234 | 2024-06-12T20:12:30.211Z | Documenting utf8parse v0.2.1 |
2235 | 2024-06-12T20:12:31.668Z | Documenting anyhow v1.0.86 |
2236 | 2024-06-12T20:12:32.516Z | Documenting cookie_store v0.20.0 |
2237 | 2024-06-12T20:12:33.199Z | Documenting regex v1.10.4 |
2238 | 2024-06-12T20:12:33.482Z | Documenting pest_generator v2.7.10 |
2239 | 2024-06-12T20:12:33.610Z | Documenting hyper-tls v0.5.0 |
2240 | 2024-06-12T20:12:33.677Z | Documenting hyper-rustls v0.24.2 |
2241 | 2024-06-12T20:12:34.014Z | Checking pest_generator v2.7.10 |
2242 | 2024-06-12T20:12:34.699Z | Documenting futures v0.3.30 |
2243 | 2024-06-12T20:12:34.995Z | Documenting scroll v0.12.0 |
2244 | 2024-06-12T20:12:36.854Z | Documenting pem-rfc7468 v0.7.0 |
2245 | 2024-06-12T20:12:39.232Z | Documenting der_derive v0.7.2 |
2246 | 2024-06-12T20:12:39.250Z | Documenting flagset v0.4.5 |
2247 | 2024-06-12T20:12:39.656Z | Documenting ucd-trie v0.1.6 |
2248 | 2024-06-12T20:12:40.026Z | Documenting sync_wrapper v0.1.2 |
2249 | 2024-06-12T20:12:40.690Z | Documenting webpki-roots v0.25.4 |
2250 | 2024-06-12T20:12:40.898Z | Documenting plain v0.2.3 |
2251 | 2024-06-12T20:12:41.864Z | Documenting pest_derive v2.7.10 |
2252 | 2024-06-12T20:12:42.142Z | Documenting num-integer v0.1.46 |
2253 | 2024-06-12T20:12:43.020Z | Documenting pretty-hex v0.4.1 |
2254 | 2024-06-12T20:12:43.370Z | Documenting openapiv3 v2.0.0 |
2255 | 2024-06-12T20:12:43.972Z | Documenting pest v2.7.10 |
2256 | 2024-06-12T20:12:44.022Z | Documenting goblin v0.8.2 |
2257 | 2024-06-12T20:12:45.825Z | Documenting der v0.7.9 |
2258 | 2024-06-12T20:12:45.872Z | Documenting reqwest v0.11.27 |
2259 | 2024-06-12T20:12:46.246Z | Documenting thread-id v4.2.1 |
2260 | 2024-06-12T20:12:46.869Z | Documenting usdt-attr-macro v0.5.0 |
2261 | 2024-06-12T20:12:47.089Z | Documenting usdt-macro v0.5.0 |
2262 | 2024-06-12T20:12:50.868Z | Documenting dtrace-parser v0.2.0 |
2263 | 2024-06-12T20:12:51.259Z | Documenting spin v0.9.8 |
2264 | 2024-06-12T20:12:51.275Z | Documenting memmap v0.7.0 |
2265 | 2024-06-12T20:12:52.081Z | Documenting spki v0.7.3 |
2266 | 2024-06-12T20:12:52.912Z | Documenting dof v0.3.0 |
2267 | 2024-06-12T20:12:53.549Z | Documenting anstyle v1.0.7 |
2268 | 2024-06-12T20:12:54.476Z | Documenting either v1.12.0 |
2269 | 2024-06-12T20:12:55.698Z | Documenting anstyle-parse v0.2.4 |
2270 | 2024-06-12T20:12:56.405Z | Documenting ipnetwork v0.20.0 |
2271 | 2024-06-12T20:12:56.507Z | Documenting is_terminal_polyfill v1.70.0 |
2272 | 2024-06-12T20:12:57.327Z | Documenting pkcs8 v0.10.2 |
2273 | 2024-06-12T20:12:57.594Z | Documenting colorchoice v1.0.1 |
2274 | 2024-06-12T20:12:58.486Z | Documenting anstyle-query v1.0.3 |
2275 | 2024-06-12T20:12:58.779Z | Documenting usdt-impl v0.5.0 |
2276 | 2024-06-12T20:12:59.791Z | Documenting data-encoding v2.6.0 |
2277 | 2024-06-12T20:12:59.795Z | Documenting crossbeam-epoch v0.9.18 |
2278 | 2024-06-12T20:13:00.933Z | Documenting terminal_size v0.3.0 |
2279 | 2024-06-12T20:13:01.387Z | Documenting sha2 v0.10.8 |
2280 | 2024-06-12T20:13:02.642Z | Documenting hex v0.4.3 |
2281 | 2024-06-12T20:13:03.065Z | Documenting crc32fast v1.4.0 |
2282 | 2024-06-12T20:13:03.487Z | Documenting anstream v0.6.14 |
2283 | 2024-06-12T20:13:04.252Z | Documenting clap_lex v0.7.0 |
2284 | 2024-06-12T20:13:04.647Z | Documenting strsim v0.11.1 |
2285 | 2024-06-12T20:13:06.233Z | Documenting untrusted v0.9.0 |
2286 | 2024-06-12T20:13:06.451Z | Documenting unicode-segmentation v1.11.0 |
2287 | 2024-06-12T20:13:06.672Z | Documenting usdt v0.5.0 |
2288 | 2024-06-12T20:13:07.858Z | Documenting num-iter v0.1.45 |
2289 | 2024-06-12T20:13:07.994Z | Documenting hmac v0.12.1 |
2290 | 2024-06-12T20:13:08.531Z | Documenting signal-hook v0.3.17 |
2291 | 2024-06-12T20:13:08.690Z | Documenting clap_derive v4.5.4 |
2292 | 2024-06-12T20:13:08.886Z | Documenting clap_builder v4.5.2 |
2293 | 2024-06-12T20:13:09.128Z | Documenting ring v0.17.8 |
2294 | 2024-06-12T20:13:10.304Z | Documenting flate2 v1.0.30 |
2295 | 2024-06-12T20:13:12.725Z | Documenting static_assertions v1.1.0 |
2296 | 2024-06-12T20:13:12.832Z | Documenting managed v0.8.0 |
2297 | 2024-06-12T20:13:13.170Z | Documenting itertools v0.12.1 |
2298 | 2024-06-12T20:13:13.796Z | Documenting signal-hook-mio v0.2.3 |
2299 | 2024-06-12T20:13:15.090Z | Documenting enum-as-inner v0.5.1 |
2300 | 2024-06-12T20:13:15.378Z | Documenting regress v0.9.1 |
2301 | 2024-06-12T20:13:15.490Z | Documenting block-padding v0.3.3 |
2302 | 2024-06-12T20:13:15.905Z | Documenting clap v4.5.4 |
2303 | 2024-06-12T20:13:16.036Z | Documenting scheduled-thread-pool v0.2.7 |
2304 | 2024-06-12T20:13:16.794Z | Checking diesel_table_macro_syntax v0.1.0 |
2305 | 2024-06-12T20:13:16.966Z | Documenting diesel_table_macro_syntax v0.1.0 |
2306 | 2024-06-12T20:13:18.384Z | Documenting finl_unicode v1.2.0 |
2307 | 2024-06-12T20:13:20.263Z | Documenting inout v0.1.3 |
2308 | 2024-06-12T20:13:20.966Z | Documenting trust-dns-proto v0.22.0 |
2309 | 2024-06-12T20:13:21.291Z | Documenting r2d2 v0.8.10 |
2310 | 2024-06-12T20:13:21.600Z | Documenting crossterm v0.27.0 |
2311 | 2024-06-12T20:13:21.864Z | Documenting md-5 v0.10.6 |
2312 | 2024-06-12T20:13:22.905Z | Documenting ff v0.13.0 |
2313 | 2024-06-12T20:13:23.315Z | Documenting diesel_derives v2.1.4 |
2314 | 2024-06-12T20:13:23.725Z | Documenting stringprep v0.1.4 |
2315 | 2024-06-12T20:13:25.759Z | Documenting serde_spanned v0.6.6 |
2316 | 2024-06-12T20:13:26.024Z | Documenting toml_datetime v0.6.6 |
2317 | 2024-06-12T20:13:26.834Z | Documenting pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2318 | 2024-06-12T20:13:27.212Z | Documenting base16ct v0.2.0 |
2319 | 2024-06-12T20:13:27.943Z | Documenting bit-vec v0.6.3 |
2320 | 2024-06-12T20:13:28.867Z | Checking unsafe-libyaml v0.2.11 |
2321 | 2024-06-12T20:13:30.049Z | Documenting heck v0.5.0 |
2322 | 2024-06-12T20:13:30.451Z | Documenting fallible-iterator v0.2.0 |
2323 | 2024-06-12T20:13:30.749Z | Documenting siphasher v0.3.11 |
2324 | 2024-06-12T20:13:30.948Z | Documenting winnow v0.6.8 |
2325 | 2024-06-12T20:13:31.361Z | Documenting sec1 v0.7.3 |
2326 | 2024-06-12T20:13:31.819Z | Documenting group v0.13.0 |
2327 | 2024-06-12T20:13:31.881Z | Documenting diesel v2.1.6 |
2328 | 2024-06-12T20:13:32.957Z | Documenting cipher v0.4.4 |
2329 | 2024-06-12T20:13:33.760Z | Documenting typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2330 | 2024-06-12T20:13:34.184Z | Documenting phf_shared v0.11.2 |
2331 | 2024-06-12T20:13:36.460Z | Documenting postgres-protocol v0.6.6 |
2332 | 2024-06-12T20:13:36.484Z | Documenting hkdf v0.12.4 |
2333 | 2024-06-12T20:13:45.509Z | Documenting num-bigint v0.4.5 |
2334 | 2024-06-12T20:13:45.715Z | Documenting toml_edit v0.22.13 |
2335 | 2024-06-12T20:13:45.968Z | Documenting bstr v1.9.1 |
2336 | 2024-06-12T20:13:53.553Z | Documenting console v0.15.8 |
2337 | 2024-06-12T20:13:53.772Z | Documenting typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2338 | 2024-06-12T20:13:53.888Z | Documenting crypto-bigint v0.5.5 |
2339 | 2024-06-12T20:13:54.198Z | Documenting hubpack v0.1.2 |
2340 | 2024-06-12T20:13:54.588Z | Documenting serde_repr v0.1.19 |
2341 | 2024-06-12T20:13:55.049Z | Documenting precomputed-hash v0.1.1 |
2342 | 2024-06-12T20:13:55.072Z | Documenting unsafe-libyaml v0.2.11 |
2343 | 2024-06-12T20:13:56.262Z | Documenting new_debug_unreachable v1.0.6 |
2344 | 2024-06-12T20:13:59.027Z | Documenting minimal-lexical v0.2.1 |
2345 | 2024-06-12T20:13:59.109Z | Documenting lalrpop-util v0.19.12 |
2346 | 2024-06-12T20:13:59.507Z | Documenting fixedbitset v0.4.2 |
2347 | 2024-06-12T20:13:59.617Z | Documenting serde_yaml v0.9.34+deprecated |
2348 | 2024-06-12T20:13:59.993Z | Documenting string_cache v0.8.7 |
2349 | 2024-06-12T20:14:00.478Z | Documenting gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2350 | 2024-06-12T20:14:09.964Z | Documenting typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2351 | 2024-06-12T20:14:10.075Z | Documenting petgraph v0.6.5 |
2352 | 2024-06-12T20:14:10.174Z | Documenting yasna v0.5.2 |
2353 | 2024-06-12T20:14:10.259Z | Documenting nom v7.1.3 |
2354 | 2024-06-12T20:14:10.424Z | Documenting postgres-types v0.2.6 |
2355 | 2024-06-12T20:14:10.988Z | Documenting phf v0.11.2 |
2356 | 2024-06-12T20:14:11.004Z | Documenting elliptic-curve v0.13.8 |
2357 | 2024-06-12T20:14:11.126Z | Checking serde_yaml v0.9.34+deprecated |
2358 | 2024-06-12T20:14:13.004Z | Documenting similar v2.5.0 |
2359 | 2024-06-12T20:14:16.376Z | Documenting progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2360 | 2024-06-12T20:14:16.736Z | Documenting getopts v0.2.21 |
2361 | 2024-06-12T20:14:16.905Z | Documenting float-cmp v0.9.0 |
2362 | 2024-06-12T20:14:17.331Z | Documenting predicates-core v1.0.6 |
2363 | 2024-06-12T20:14:18.344Z | Documenting whoami v1.5.1 |
2364 | 2024-06-12T20:14:27.745Z | Documenting normalize-line-endings v0.3.0 |
2365 | 2024-06-12T20:14:28.019Z | Documenting peg-runtime v0.8.3 |
2366 | 2024-06-12T20:14:28.148Z | Documenting difflib v0.4.0 |
2367 | 2024-06-12T20:14:28.269Z | Documenting progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2368 | 2024-06-12T20:14:28.415Z | Documenting tokio-postgres v0.7.10 |
2369 | 2024-06-12T20:14:28.546Z | Documenting progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2370 | 2024-06-12T20:14:28.566Z | Documenting bit-set v0.5.3 |
2371 | 2024-06-12T20:14:28.732Z | Documenting fs-err v2.11.0 |
2372 | 2024-06-12T20:14:32.669Z | Documenting tokio-stream v0.1.15 |
2373 | 2024-06-12T20:14:32.915Z | Checking ident_case v1.0.1 |
2374 | 2024-06-12T20:14:33.051Z | Documenting predicates v3.1.0 |
2375 | 2024-06-12T20:14:33.069Z | Checking darling_core v0.20.9 |
2376 | 2024-06-12T20:14:33.646Z | Documenting is-terminal v0.4.12 |
2377 | 2024-06-12T20:14:34.398Z | Documenting strum v0.26.2 |
2378 | 2024-06-12T20:14:35.021Z | Documenting base64 v0.22.1 |
2379 | 2024-06-12T20:14:36.672Z | Documenting ident_case v1.0.1 |
2380 | 2024-06-12T20:14:37.158Z | Documenting progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2381 | 2024-06-12T20:14:37.800Z | Documenting camino v1.1.7 |
2382 | 2024-06-12T20:14:38.060Z | Documenting dirs-sys-next v0.1.2 |
2383 | 2024-06-12T20:14:38.442Z | Documenting paste v1.0.15 |
2384 | 2024-06-12T20:14:39.264Z | Checking darling v0.20.9 |
2385 | 2024-06-12T20:14:39.382Z | Documenting sha1 v0.10.6 |
2386 | 2024-06-12T20:14:39.587Z | Documenting omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2387 | 2024-06-12T20:14:40.052Z | Documenting http v1.1.0 |
2388 | 2024-06-12T20:14:41.018Z | Documenting darling_core v0.20.9 |
2389 | 2024-06-12T20:14:42.699Z | Documenting thread_local v1.1.8 |
2390 | 2024-06-12T20:14:42.917Z | Documenting rustls-pki-types v1.7.0 |
2391 | 2024-06-12T20:14:43.218Z | Documenting dirs-next v2.0.0 |
2392 | 2024-06-12T20:14:44.287Z | Documenting crossbeam-channel v0.5.12 |
2393 | 2024-06-12T20:14:44.521Z | Documenting take_mut v0.2.2 |
2394 | 2024-06-12T20:14:46.043Z | Documenting slog-json v2.6.1 |
2395 | 2024-06-12T20:14:47.183Z | Documenting async-stream-impl v0.3.5 |
2396 | 2024-06-12T20:14:47.627Z | Documenting debug-ignore v1.0.5 |
2397 | 2024-06-12T20:14:48.033Z | Documenting rustls-webpki v0.102.4 |
2398 | 2024-06-12T20:14:48.339Z | Documenting term v0.7.0 |
2399 | 2024-06-12T20:14:49.396Z | Documenting atomic-waker v1.1.2 |
2400 | 2024-06-12T20:14:49.886Z | Documenting slog-async v2.8.0 |
2401 | 2024-06-12T20:14:50.893Z | Documenting rustls-pemfile v2.1.2 |
2402 | 2024-06-12T20:14:51.418Z | Documenting slog-bunyan v2.5.0 |
2403 | 2024-06-12T20:14:51.481Z | Documenting darling_macro v0.20.9 |
2404 | 2024-06-12T20:14:52.365Z | Documenting waitgroup v0.1.2 |
2405 | 2024-06-12T20:14:53.190Z | Documenting async-stream v0.3.5 |
2406 | 2024-06-12T20:14:53.671Z | Documenting slog-term v2.9.1 |
2407 | 2024-06-12T20:14:53.924Z | Documenting rustls v0.22.4 |
2408 | 2024-06-12T20:14:54.418Z | Documenting multer v3.1.0 |
2409 | 2024-06-12T20:14:55.967Z | Documenting toml v0.8.13 |
2410 | 2024-06-12T20:14:56.671Z | Documenting dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2411 | 2024-06-12T20:14:57.262Z | Documenting serde_path_to_error v0.1.16 |
2412 | 2024-06-12T20:14:57.375Z | Documenting darling v0.20.9 |
2413 | 2024-06-12T20:14:58.273Z | Documenting hostname v0.4.0 |
2414 | 2024-06-12T20:14:58.742Z | Documenting newtype-uuid v1.1.0 |
2415 | 2024-06-12T20:14:59.927Z | Documenting structmeta-derive v0.3.0 |
2416 | 2024-06-12T20:15:02.210Z | Checking structmeta v0.3.0 |
2417 | 2024-06-12T20:15:02.435Z | Documenting instant v0.1.12 |
2418 | 2024-06-12T20:15:02.811Z | Documenting serde_with_macros v3.8.1 |
2419 | 2024-06-12T20:15:02.844Z | Documenting slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2420 | 2024-06-12T20:15:03.147Z | Documenting mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2421 | 2024-06-12T20:15:03.401Z | Documenting serde_human_bytes v0.1.0 (http://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2422 | 2024-06-12T20:15:03.928Z | Documenting tokio-rustls v0.25.0 |
2423 | 2024-06-12T20:15:04.450Z | Documenting omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2424 | 2024-06-12T20:15:06.518Z | Documenting structmeta v0.3.0 |
2425 | 2024-06-12T20:15:07.348Z | Documenting backoff v0.4.0 |
2426 | 2024-06-12T20:15:08.119Z | Documenting oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet?branch=main#42b4d3c7) |
2427 | 2024-06-12T20:15:08.246Z | Documenting serde_with v3.8.1 |
2428 | 2024-06-12T20:15:08.578Z | Documenting slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2429 | 2024-06-12T20:15:09.948Z | Documenting dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#0cd0e828) |
2430 | 2024-06-12T20:15:10.290Z | Documenting macaddr v1.0.1 |
2431 | 2024-06-12T20:15:11.586Z | Documenting parse-display-derive v0.9.0 |
2432 | 2024-06-12T20:15:13.086Z | Documenting api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2433 | 2024-06-12T20:15:13.642Z | Checking gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2434 | 2024-06-12T20:15:13.959Z | Checking oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2435 | 2024-06-12T20:15:14.368Z | Checking dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2436 | 2024-06-12T20:15:15.094Z | Checking illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2437 | 2024-06-12T20:15:15.678Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2438 | 2024-06-12T20:15:16.002Z | Documenting fastrand v2.1.0 |
2439 | 2024-06-12T20:15:17.087Z | Checking omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2440 | 2024-06-12T20:15:17.255Z | Checking proc-macro-crate v1.3.1 |
2441 | 2024-06-12T20:15:17.366Z | Documenting proc-macro-crate v1.3.1 |
2442 | 2024-06-12T20:15:17.503Z | Checking sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2443 | 2024-06-12T20:15:17.704Z | Documenting foreign-types-macros v0.2.3 |
2444 | 2024-06-12T20:15:18.005Z | Documenting foreign-types-shared v0.3.1 |
2445 | 2024-06-12T20:15:18.348Z | Documenting parse-display v0.9.0 |
2446 | 2024-06-12T20:15:18.799Z | Documenting libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2447 | 2024-06-12T20:15:20.849Z | Documenting tempfile v3.10.1 |
2448 | 2024-06-12T20:15:21.173Z | Documenting nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2449 | 2024-06-12T20:15:23.040Z | Documenting num_enum_derive v0.5.11 |
2450 | 2024-06-12T20:15:23.663Z | Documenting rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2451 | 2024-06-12T20:15:23.814Z | Documenting foreign-types v0.5.0 |
2452 | 2024-06-12T20:15:23.938Z | Documenting cstr-argument v0.1.2 |
2453 | 2024-06-12T20:15:23.954Z | Documenting omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2454 | 2024-06-12T20:15:25.456Z | Checking nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2455 | 2024-06-12T20:15:26.070Z | Documenting tabwriter v1.4.0 |
2456 | 2024-06-12T20:15:26.718Z | Documenting camino-tempfile v1.1.1 |
2457 | 2024-06-12T20:15:28.930Z | Documenting colored v2.1.0 |
2458 | 2024-06-12T20:15:29.015Z | Documenting nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2459 | 2024-06-12T20:15:29.380Z | Documenting rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2460 | 2024-06-12T20:15:30.994Z | Documenting num_enum v0.5.11 |
2461 | 2024-06-12T20:15:31.114Z | Documenting hash32 v0.3.1 |
2462 | 2024-06-12T20:15:31.970Z | Documenting stable_deref_trait v1.2.0 |
2463 | 2024-06-12T20:15:33.235Z | Documenting smf v0.2.3 |
2464 | 2024-06-12T20:15:33.873Z | Documenting cobs v0.2.3 |
2465 | 2024-06-12T20:15:34.062Z | Documenting embedded-io v0.4.0 |
2466 | 2024-06-12T20:15:35.296Z | Checking nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2467 | 2024-06-12T20:15:35.843Z | Documenting dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2468 | 2024-06-12T20:15:36.059Z | Documenting heapless v0.8.0 |
2469 | 2024-06-12T20:15:36.938Z | Documenting derive-where v1.2.7 |
2470 | 2024-06-12T20:15:37.377Z | Documenting postcard v1.0.8 |
2471 | 2024-06-12T20:15:37.439Z | Documenting illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2472 | 2024-06-12T20:15:38.609Z | Documenting crucible-workspace-hack v0.1.0 |
2473 | 2024-06-12T20:15:38.715Z | Documenting kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2474 | 2024-06-12T20:15:40.436Z | Documenting newline-converter v0.3.0 |
2475 | 2024-06-12T20:15:41.323Z | Documenting poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2476 | 2024-06-12T20:15:41.866Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2477 | 2024-06-12T20:15:42.356Z | Documenting smoltcp v0.11.0 |
2478 | 2024-06-12T20:15:43.132Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2479 | 2024-06-12T20:15:43.405Z | Documenting sigpipe v0.1.3 |
2480 | 2024-06-12T20:15:43.591Z | Documenting num-derive v0.4.2 |
2481 | 2024-06-12T20:15:44.486Z | Documenting convert_case v0.4.0 |
2482 | 2024-06-12T20:15:44.603Z | Checking convert_case v0.4.0 |
2483 | 2024-06-12T20:15:44.813Z | Documenting zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2484 | 2024-06-12T20:15:45.364Z | Documenting expectorate v1.1.0 |
2485 | 2024-06-12T20:15:48.636Z | Documenting opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2486 | 2024-06-12T20:15:48.646Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2487 | 2024-06-12T20:15:48.712Z | Documenting oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2488 | 2024-06-12T20:15:48.917Z | Documenting gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2489 | 2024-06-12T20:15:49.388Z | Documenting derive_more v0.99.17 |
2490 | 2024-06-12T20:15:49.658Z | Documenting crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2491 | 2024-06-12T20:15:50.677Z | Documenting dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2492 | 2024-06-12T20:15:51.555Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2493 | 2024-06-12T20:15:52.736Z | Documenting password-hash v0.5.0 |
2494 | 2024-06-12T20:15:53.545Z | Documenting blake2 v0.10.6 |
2495 | 2024-06-12T20:15:54.227Z | Checking oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2496 | 2024-06-12T20:15:55.426Z | Documenting opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2497 | 2024-06-12T20:15:55.861Z | Checking sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2498 | 2024-06-12T20:15:56.551Z | Documenting humantime v2.1.0 |
2499 | 2024-06-12T20:15:56.819Z | Documenting linked-hash-map v0.5.6 |
2500 | 2024-06-12T20:15:57.043Z | Documenting newtype_derive v0.1.6 |
2501 | 2024-06-12T20:15:58.121Z | Documenting sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2502 | 2024-06-12T20:15:58.418Z | Documenting argon2 v0.5.3 |
2503 | 2024-06-12T20:16:01.427Z | Documenting swrite v0.1.0 |
2504 | 2024-06-12T20:16:01.627Z | Checking update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2505 | 2024-06-12T20:16:01.728Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2506 | 2024-06-12T20:16:01.780Z | Documenting lru-cache v0.1.2 |
2507 | 2024-06-12T20:16:01.932Z | Documenting steno v0.4.0 |
2508 | 2024-06-12T20:16:01.951Z | Documenting quick-error v1.2.3 |
2509 | 2024-06-12T20:16:02.021Z | Documenting oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2510 | 2024-06-12T20:16:04.367Z | Documenting arc-swap v1.7.1 |
2511 | 2024-06-12T20:16:04.478Z | Documenting omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2512 | 2024-06-12T20:16:06.390Z | Checking omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2513 | 2024-06-12T20:16:06.707Z | Documenting nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2514 | 2024-06-12T20:16:06.893Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2515 | 2024-06-12T20:16:07.061Z | Documenting resolv-conf v0.7.0 |
2516 | 2024-06-12T20:16:07.182Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2517 | 2024-06-12T20:16:09.393Z | Documenting opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=417f74e94978c23f3892ac328c3387f3ecd9bb29#417f74e9) |
2518 | 2024-06-12T20:16:09.455Z | Documenting slog-scope v4.4.0 |
2519 | 2024-06-12T20:16:10.770Z | Checking internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2520 | 2024-06-12T20:16:11.007Z | Documenting xattr v1.3.1 |
2521 | 2024-06-12T20:16:11.400Z | Checking nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2522 | 2024-06-12T20:16:11.593Z | Documenting filetime v0.2.23 |
2523 | 2024-06-12T20:16:11.780Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2524 | 2024-06-12T20:16:12.038Z | Documenting num-rational v0.4.2 |
2525 | 2024-06-12T20:16:12.262Z | Documenting trust-dns-resolver v0.22.0 |
2526 | 2024-06-12T20:16:14.459Z | Documenting slog-stdlog v4.1.1 |
2527 | 2024-06-12T20:16:16.526Z | Documenting nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2528 | 2024-06-12T20:16:16.674Z | Documenting num-complex v0.4.6 |
2529 | 2024-06-12T20:16:16.777Z | Documenting tar v0.4.40 |
2530 | 2024-06-12T20:16:17.010Z | Documenting tap v1.0.1 |
2531 | 2024-06-12T20:16:17.145Z | Documenting illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2532 | 2024-06-12T20:16:19.604Z | Documenting slog-envlogger v2.2.0 |
2533 | 2024-06-12T20:16:20.374Z | Documenting wyz v0.5.1 |
2534 | 2024-06-12T20:16:21.296Z | Checking installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2535 | 2024-06-12T20:16:22.470Z | Documenting radium v0.7.0 |
2536 | 2024-06-12T20:16:22.714Z | Documenting nibble_vec v0.1.0 |
2537 | 2024-06-12T20:16:22.921Z | Documenting num v0.4.3 |
2538 | 2024-06-12T20:16:23.589Z | Documenting oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2539 | 2024-06-12T20:16:25.228Z | Documenting same-file v1.0.6 |
2540 | 2024-06-12T20:16:26.321Z | Documenting display-error-chain v0.2.0 |
2541 | 2024-06-12T20:16:27.079Z | Documenting crc-catalog v2.4.0 |
2542 | 2024-06-12T20:16:28.623Z | Documenting endian-type v0.1.2 |
2543 | 2024-06-12T20:16:28.808Z | Documenting funty v2.0.0 |
2544 | 2024-06-12T20:16:29.533Z | Documenting walkdir v2.5.0 |
2545 | 2024-06-12T20:16:30.081Z | Documenting crc v3.2.1 |
2546 | 2024-06-12T20:16:31.318Z | Documenting oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2547 | 2024-06-12T20:16:32.713Z | Documenting bitvec v1.0.1 |
2548 | 2024-06-12T20:16:33.583Z | Documenting radix_trie v0.2.1 |
2549 | 2024-06-12T20:16:33.737Z | Documenting slog-dtrace v0.3.0 |
2550 | 2024-06-12T20:16:33.902Z | Documenting sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2551 | 2024-06-12T20:16:34.336Z | Documenting cancel-safe-futures v0.1.5 |
2552 | 2024-06-12T20:16:38.437Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2553 | 2024-06-12T20:16:38.710Z | Documenting packed_struct_codegen v0.10.1 |
2554 | 2024-06-12T20:16:38.904Z | warning: unresolved link to `Blueprints` |
2555 | 2024-06-12T20:16:38.904Z | --> nexus/types/src/deployment/blueprint_diff.rs:5:33 |
2556 | 2024-06-12T20:16:38.904Z | | |
2557 | 2024-06-12T20:16:38.904Z | 5 | //! Types helpful for diffing [`Blueprints`]. |
2558 | 2024-06-12T20:16:38.904Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2559 | 2024-06-12T20:16:38.904Z | | |
2560 | 2024-06-12T20:16:38.904Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2561 | 2024-06-12T20:16:38.905Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2562 | 2024-06-12T20:16:38.905Z | |
2563 | 2024-06-12T20:16:38.909Z | warning: unresolved link to `Blueprints` |
2564 | 2024-06-12T20:16:38.910Z | --> nexus/types/src/deployment/blueprint_display.rs:5:35 |
2565 | 2024-06-12T20:16:38.910Z | | |
2566 | 2024-06-12T20:16:38.910Z | 5 | //! Types helpful for rendering [`Blueprints`]. |
2567 | 2024-06-12T20:16:38.910Z | | ^^^^^^^^^^ no item named `Blueprints` in scope |
2568 | 2024-06-12T20:16:38.910Z | | |
2569 | 2024-06-12T20:16:38.910Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2570 | 2024-06-12T20:16:38.910Z | |
2571 | 2024-06-12T20:16:38.910Z | warning: unresolved link to `BpSledTable` |
2572 | 2024-06-12T20:16:38.910Z | --> nexus/types/src/deployment/blueprint_display.rs:179:49 |
2573 | 2024-06-12T20:16:38.910Z | | |
2574 | 2024-06-12T20:16:38.910Z | 179 | /// `BpSledSubtable`s are always nested under [`BpSledTable`]s. |
2575 | 2024-06-12T20:16:38.910Z | | ^^^^^^^^^^^ no item named `BpSledTable` in scope |
2576 | 2024-06-12T20:16:38.910Z | | |
2577 | 2024-06-12T20:16:38.910Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2578 | 2024-06-12T20:16:38.910Z | |
2579 | 2024-06-12T20:16:38.984Z | Documenting nodrop v0.1.14 |
2580 | 2024-06-12T20:16:41.263Z | warning: `nexus-types` (lib doc) generated 3 warnings |
2581 | 2024-06-12T20:16:41.304Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2582 | 2024-06-12T20:16:41.536Z | Documenting bzip2-sys v0.1.11+1.0.8 |
2583 | 2024-06-12T20:16:42.271Z | Documenting num-bigint-dig v0.8.4 |
2584 | 2024-06-12T20:16:42.449Z | Documenting array-init v0.0.4 |
2585 | 2024-06-12T20:16:42.952Z | Documenting pem v3.0.4 |
2586 | 2024-06-12T20:16:45.336Z | Documenting packed_struct v0.10.1 |
2587 | 2024-06-12T20:16:46.569Z | Documenting pkcs1 v0.7.5 |
2588 | 2024-06-12T20:16:46.942Z | Documenting signature v2.2.0 |
2589 | 2024-06-12T20:16:48.110Z | Documenting termcolor v1.4.1 |
2590 | 2024-06-12T20:16:49.151Z | Documenting bitfield v0.14.0 |
2591 | 2024-06-12T20:16:49.212Z | Documenting maplit v1.0.2 |
2592 | 2024-06-12T20:16:50.021Z | Documenting bzip2 v0.4.4 |
2593 | 2024-06-12T20:16:51.577Z | Documenting serde-hex v0.1.0 |
2594 | 2024-06-12T20:16:51.776Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2595 | 2024-06-12T20:16:51.962Z | Documenting rsa v0.9.6 |
2596 | 2024-06-12T20:16:52.793Z | Documenting env_logger v0.10.2 |
2597 | 2024-06-12T20:16:54.080Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2598 | 2024-06-12T20:16:54.347Z | Documenting x509-cert v0.2.5 |
2599 | 2024-06-12T20:16:55.541Z | Documenting libsw v3.3.1 |
2600 | 2024-06-12T20:16:55.678Z | Documenting lpc55_areas v0.2.4 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2601 | 2024-06-12T20:16:56.770Z | Documenting ron v0.8.1 |
2602 | 2024-06-12T20:16:57.652Z | Documenting half v2.4.1 |
2603 | 2024-06-12T20:16:58.405Z | Documenting headers-core v0.2.0 |
2604 | 2024-06-12T20:17:00.925Z | Documenting owo-colors v4.0.0 |
2605 | 2024-06-12T20:17:01.156Z | Documenting linear-map v1.2.0 |
2606 | 2024-06-12T20:17:01.208Z | Documenting ciborium-io v0.2.2 |
2607 | 2024-06-12T20:17:01.321Z | Documenting crc-any v2.5.0 |
2608 | 2024-06-12T20:17:02.739Z | Documenting tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2609 | 2024-06-12T20:17:03.768Z | Documenting headers v0.3.9 |
2610 | 2024-06-12T20:17:04.021Z | Documenting zip v0.6.6 |
2611 | 2024-06-12T20:17:04.887Z | Documenting lpc55_sign v0.3.3 (https://github.com/oxidecomputer/lpc55_support#96f064ea) |
2612 | 2024-06-12T20:17:05.714Z | Documenting internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2613 | 2024-06-12T20:17:06.552Z | Documenting ciborium-ll v0.2.2 |
2614 | 2024-06-12T20:17:06.573Z | Documenting update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2615 | 2024-06-12T20:17:07.544Z | Checking nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2616 | 2024-06-12T20:17:09.866Z | Documenting async-recursion v1.1.1 |
2617 | 2024-06-12T20:17:11.429Z | Documenting path-slash v0.1.5 |
2618 | 2024-06-12T20:17:11.429Z | Documenting ciborium v0.2.2 |
2619 | 2024-06-12T20:17:14.528Z | Documenting fxhash v0.2.1 |
2620 | 2024-06-12T20:17:15.644Z | Documenting hubtools v0.4.1 (https://github.com/oxidecomputer/hubtools.git?branch=main#73cd5a84) |
2621 | 2024-06-12T20:17:15.843Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2622 | 2024-06-12T20:17:15.869Z | Documenting omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2623 | 2024-06-12T20:17:16.391Z | Documenting buf-list v1.0.3 |
2624 | 2024-06-12T20:17:17.491Z | Documenting installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2625 | 2024-06-12T20:17:19.675Z | Documenting derive_builder_core v0.20.0 |
2626 | 2024-06-12T20:17:21.762Z | Checking derive_builder_core v0.20.0 |
2627 | 2024-06-12T20:17:22.609Z | Documenting ref-cast-impl v1.0.23 |
2628 | 2024-06-12T20:17:23.666Z | Documenting pin-project-internal v1.1.5 |
2629 | 2024-06-12T20:17:26.507Z | Documenting vte_generate_state_changes v0.1.1 |
2630 | 2024-06-12T20:17:27.856Z | Documenting ref-cast v1.0.23 |
2631 | 2024-06-12T20:17:29.766Z | Documenting derive_builder_macro v0.20.0 |
2632 | 2024-06-12T20:17:29.921Z | Documenting db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2633 | 2024-06-12T20:17:30.366Z | Documenting pin-project v1.1.5 |
2634 | 2024-06-12T20:17:30.407Z | Documenting nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2635 | 2024-06-12T20:17:31.225Z | Documenting bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2636 | 2024-06-12T20:17:31.441Z | Documenting vte v0.11.1 |
2637 | 2024-06-12T20:17:33.340Z | Documenting crossbeam-deque v0.8.5 |
2638 | 2024-06-12T20:17:34.788Z | Documenting snafu-derive v0.8.2 |
2639 | 2024-06-12T20:17:36.009Z | Documenting fd-lock v4.0.2 |
2640 | 2024-06-12T20:17:36.163Z | Documenting bitstruct_derive v0.1.0 |
2641 | 2024-06-12T20:17:36.930Z | Documenting viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2642 | 2024-06-12T20:17:38.543Z | Documenting ascii v1.1.0 |
2643 | 2024-06-12T20:17:38.674Z | Documenting rayon-core v1.12.1 |
2644 | 2024-06-12T20:17:41.509Z | Documenting bitstruct v0.1.1 |
2645 | 2024-06-12T20:17:41.688Z | Documenting bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2646 | 2024-06-12T20:17:41.898Z | Documenting viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2647 | 2024-06-12T20:17:42.149Z | Documenting rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2648 | 2024-06-12T20:17:42.450Z | Documenting snafu v0.8.2 |
2649 | 2024-06-12T20:17:44.182Z | Documenting strip-ansi-escapes v0.2.0 |
2650 | 2024-06-12T20:17:44.669Z | Documenting nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2651 | 2024-06-12T20:17:44.825Z | Documenting derive_builder v0.20.0 |
2652 | 2024-06-12T20:17:46.655Z | Checking tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2653 | 2024-06-12T20:17:47.235Z | Documenting nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2654 | 2024-06-12T20:17:47.299Z | Documenting polar-core v0.27.3 |
2655 | 2024-06-12T20:17:48.368Z | Documenting libxml v0.3.3 |
2656 | 2024-06-12T20:17:48.536Z | Documenting proc-macro-error-attr v1.0.4 |
2657 | 2024-06-12T20:17:49.470Z | Documenting dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2658 | 2024-06-12T20:17:53.749Z | Documenting globset v0.4.14 |
2659 | 2024-06-12T20:17:54.719Z | Documenting propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2660 | 2024-06-12T20:17:55.125Z | Documenting olpc-cjson v0.1.3 |
2661 | 2024-06-12T20:17:55.804Z | Checking oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2662 | 2024-06-12T20:17:56.597Z | Documenting quick-xml v0.31.0 |
2663 | 2024-06-12T20:17:56.887Z | Documenting serde_plain v1.0.2 |
2664 | 2024-06-12T20:17:58.052Z | Documenting serde_arrays v0.1.0 |
2665 | 2024-06-12T20:18:00.185Z | Documenting erased-serde v0.3.31 |
2666 | 2024-06-12T20:18:00.716Z | Documenting oso-derive v0.27.3 |
2667 | 2024-06-12T20:18:00.741Z | Documenting impl-trait-for-tuples v0.2.2 |
2668 | 2024-06-12T20:18:02.635Z | Documenting unicode-xid v0.2.4 |
2669 | 2024-06-12T20:18:03.468Z | Documenting nu-ansi-term v0.50.0 |
2670 | 2024-06-12T20:18:03.564Z | Documenting typed-path v0.7.1 |
2671 | 2024-06-12T20:18:06.216Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2672 | 2024-06-12T20:18:06.216Z | Checking unicode-xid v0.2.4 |
2673 | 2024-06-12T20:18:06.216Z | Documenting samael v0.0.15 |
2674 | 2024-06-12T20:18:06.267Z | Documenting const_format_proc_macros v0.2.32 |
2675 | 2024-06-12T20:18:06.883Z | Documenting oso v0.27.3 |
2676 | 2024-06-12T20:18:06.969Z | Documenting propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2677 | 2024-06-12T20:18:08.052Z | Documenting proc-macro-error v1.0.4 |
2678 | 2024-06-12T20:18:08.587Z | Documenting reedline v0.31.0 |
2679 | 2024-06-12T20:18:10.383Z | Documenting tough v0.17.1 |
2680 | 2024-06-12T20:18:12.041Z | Documenting rayon v1.10.0 |
2681 | 2024-06-12T20:18:12.958Z | Checking sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2682 | 2024-06-12T20:18:14.247Z | Documenting authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2683 | 2024-06-12T20:18:17.977Z | Documenting libefi-sys v0.1.0 |
2684 | 2024-06-12T20:18:18.490Z | Documenting trust-dns-client v0.22.0 |
2685 | 2024-06-12T20:18:20.540Z | Documenting cookie v0.18.1 |
2686 | 2024-06-12T20:18:20.641Z | Checking wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2687 | 2024-06-12T20:18:22.050Z | Documenting illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2688 | 2024-06-12T20:18:22.596Z | Checking proc-macro-error v1.0.4 |
2689 | 2024-06-12T20:18:22.851Z | Documenting bb8 v0.8.3 |
2690 | 2024-06-12T20:18:23.465Z | Documenting keccak v0.1.5 |
2691 | 2024-06-12T20:18:23.546Z | Documenting parse-size v1.0.0 |
2692 | 2024-06-12T20:18:25.907Z | Documenting bytecount v0.6.8 |
2693 | 2024-06-12T20:18:26.030Z | Documenting libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2694 | 2024-06-12T20:18:26.647Z | Documenting utf-8 v0.7.6 |
2695 | 2024-06-12T20:18:27.019Z | Documenting sha3 v0.10.8 |
2696 | 2024-06-12T20:18:27.468Z | Documenting tofino v0.1.0 (http://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2697 | 2024-06-12T20:18:29.289Z | Documenting papergrid v0.11.0 |
2698 | 2024-06-12T20:18:29.378Z | Documenting trust-dns-server v0.22.1 |
2699 | 2024-06-12T20:18:29.876Z | Documenting async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2700 | 2024-06-12T20:18:31.260Z | Documenting libnvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=6fffcc81d2c423ed2d2e6c5c2827485554c4ecbe#6fffcc81) |
2701 | 2024-06-12T20:18:31.780Z | Documenting tungstenite v0.21.0 |
2702 | 2024-06-12T20:18:32.182Z | Documenting tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2703 | 2024-06-12T20:18:32.325Z | Documenting libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2704 | 2024-06-12T20:18:35.176Z | Documenting cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2705 | 2024-06-12T20:18:36.452Z | Documenting tabled_derive v0.7.0 |
2706 | 2024-06-12T20:18:37.336Z | Documenting const_format v0.2.32 |
2707 | 2024-06-12T20:18:38.342Z | Checking oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2708 | 2024-06-12T20:18:38.658Z | Checking typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2709 | 2024-06-12T20:18:38.713Z | Checking oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2710 | 2024-06-12T20:18:38.840Z | Checking dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2711 | 2024-06-12T20:18:39.866Z | Checking key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2712 | 2024-06-12T20:18:40.198Z | Documenting sled v0.34.7 |
2713 | 2024-06-12T20:18:40.482Z | Checking oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2714 | 2024-06-12T20:18:40.646Z | Documenting nix v0.28.0 |
2715 | 2024-06-12T20:18:41.052Z | Documenting diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
2716 | 2024-06-12T20:18:41.398Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2717 | 2024-06-12T20:18:41.677Z | Documenting secrecy v0.8.0 |
2718 | 2024-06-12T20:18:41.928Z | Documenting gethostname v0.4.3 |
2719 | 2024-06-12T20:18:45.868Z | Documenting peg-macros v0.8.3 |
2720 | 2024-06-12T20:18:46.566Z | Documenting rustversion v1.0.17 |
2721 | 2024-06-12T20:18:46.716Z | Documenting sqlparser_derive v0.2.2 |
2722 | 2024-06-12T20:18:47.139Z | Documenting home v0.5.9 |
2723 | 2024-06-12T20:18:47.174Z | Documenting unicode_categories v0.1.1 |
2724 | 2024-06-12T20:18:50.066Z | Documenting sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2725 | 2024-06-12T20:18:51.730Z | Documenting castaway v0.2.2 |
2726 | 2024-06-12T20:18:51.888Z | Documenting peg v0.8.3 |
2727 | 2024-06-12T20:18:52.232Z | Documenting sqlparser v0.45.0 |
2728 | 2024-06-12T20:18:52.385Z | Documenting rustyline v14.0.0 |
2729 | 2024-06-12T20:18:52.503Z | Documenting sqlformat v0.2.3 |
2730 | 2024-06-12T20:18:52.506Z | Documenting dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2731 | 2024-06-12T20:18:56.724Z | Documenting tabled v0.15.0 |
2732 | 2024-06-12T20:18:56.892Z | Documenting propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2733 | 2024-06-12T20:18:58.494Z | Documenting tokio-tungstenite v0.21.0 |
2734 | 2024-06-12T20:18:59.630Z | Checking wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2735 | 2024-06-12T20:19:02.868Z | Checking omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2736 | 2024-06-12T20:19:04.122Z | Documenting dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2737 | 2024-06-12T20:19:04.807Z | Documenting zone v0.1.8 |
2738 | 2024-06-12T20:19:05.590Z | Documenting ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=5630887d0373857f77cb264f84aa19bdec720ce3#5630887d) |
2739 | 2024-06-12T20:19:05.800Z | Documenting libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2740 | 2024-06-12T20:19:06.584Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2741 | 2024-06-12T20:19:07.392Z | Documenting oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2742 | 2024-06-12T20:19:09.477Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2743 | 2024-06-12T20:19:09.737Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2744 | 2024-06-12T20:19:10.010Z | Documenting portpicker v0.1.1 |
2745 | 2024-06-12T20:19:11.513Z | Documenting universal-hash v0.5.1 |
2746 | 2024-06-12T20:19:12.826Z | Documenting bcs v0.1.6 |
2747 | 2024-06-12T20:19:15.472Z | Documenting thiserror-impl-no-std v2.0.2 |
2748 | 2024-06-12T20:19:16.355Z | Documenting kstat-rs v0.2.3 |
2749 | 2024-06-12T20:19:18.220Z | Documenting curve25519-dalek-derive v0.1.1 |
2750 | 2024-06-12T20:19:21.815Z | Documenting nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2751 | 2024-06-12T20:19:26.860Z | Documenting highway v1.1.0 |
2752 | 2024-06-12T20:19:27.057Z | Documenting opaque-debug v0.3.1 |
2753 | 2024-06-12T20:19:27.329Z | Documenting oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2754 | 2024-06-12T20:19:27.592Z | Documenting thiserror-no-std v2.0.2 |
2755 | 2024-06-12T20:19:27.612Z | Documenting omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2756 | 2024-06-12T20:19:27.652Z | Documenting libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2757 | 2024-06-12T20:19:27.764Z | Documenting curve25519-dalek v4.1.2 |
2758 | 2024-06-12T20:19:30.382Z | Documenting poly1305 v0.8.0 |
2759 | 2024-06-12T20:19:31.037Z | Documenting compact_str v0.7.1 |
2760 | 2024-06-12T20:19:31.944Z | Documenting oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2761 | 2024-06-12T20:19:33.494Z | Checking sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2762 | 2024-06-12T20:19:35.519Z | Documenting key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2763 | 2024-06-12T20:19:36.318Z | Checking nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2764 | 2024-06-12T20:19:36.471Z | Documenting oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2765 | 2024-06-12T20:19:37.136Z | Checking nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2766 | 2024-06-12T20:19:38.056Z | Documenting portable-atomic v1.6.0 |
2767 | 2024-06-12T20:19:41.349Z | Documenting ed25519 v1.5.3 |
2768 | 2024-06-12T20:19:41.837Z | Documenting wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2769 | 2024-06-12T20:19:42.249Z | Documenting unicase v2.7.0 |
2770 | 2024-06-12T20:19:42.442Z | Documenting rcgen v0.12.1 |
2771 | 2024-06-12T20:19:44.372Z | Documenting propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6d7ed9a033babc054db9eff5b59dee978d2b0d76#6d7ed9a0) |
2772 | 2024-06-12T20:19:44.940Z | Documenting nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2773 | 2024-06-12T20:19:46.030Z | Checking bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2774 | 2024-06-12T20:19:48.488Z | Documenting crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2775 | 2024-06-12T20:19:48.630Z | Documenting atomicwrites v0.4.3 |
2776 | 2024-06-12T20:19:50.940Z | Documenting chacha20 v0.9.1 |
2777 | 2024-06-12T20:19:53.637Z | warning: could not parse code block as Rust code |
2778 | 2024-06-12T20:19:53.637Z | --> oximeter/db/src/oxql/ast/grammar.rs:246:9 |
2779 | 2024-06-12T20:19:53.637Z | | |
2780 | 2024-06-12T20:19:53.637Z | 246 | / /// Parse a string literal, either single- or double-quoted. |
2781 | 2024-06-12T20:19:53.637Z | 247 | | /// |
2782 | 2024-06-12T20:19:53.637Z | 248 | | /// Parsing string literals is pretty tricky, but we add several |
2783 | 2024-06-12T20:19:53.637Z | 249 | | /// constraints to simplify things. First strings must be quoted, either |
2784 | 2024-06-12T20:19:53.637Z | ... | |
2785 | 2024-06-12T20:19:53.637Z | 277 | | /// |
2786 | 2024-06-12T20:19:53.637Z | 278 | | /// Will be parsed as `this string has " in it`. |
2787 | 2024-06-12T20:19:53.637Z | | |________________________________________________________^ |
2788 | 2024-06-12T20:19:53.637Z | | |
2789 | 2024-06-12T20:19:53.637Z | = help: `ignore` code blocks require valid Rust code for syntax highlighting; mark blocks that do not contain Rust code as text: ```text |
2790 | 2024-06-12T20:19:53.637Z | = note: error from rustc: unknown start of token: \ |
2791 | 2024-06-12T20:19:53.637Z | = note: error from rustc: unknown start of token: \ |
2792 | 2024-06-12T20:19:53.637Z | = note: error from rustc: unknown start of token: \ |
2793 | 2024-06-12T20:19:53.637Z | = note: error from rustc: unknown start of token: \ |
2794 | 2024-06-12T20:19:53.638Z | = note: error from rustc: unknown start of token: \ |
2795 | 2024-06-12T20:19:53.638Z | = note: `#[warn(rustdoc::invalid_rust_codeblocks)]` on by default |
2796 | 2024-06-12T20:19:53.638Z | |
2797 | 2024-06-12T20:19:53.746Z | Documenting lru v0.12.3 |
2798 | 2024-06-12T20:19:53.792Z | Documenting aead v0.5.2 |
2799 | 2024-06-12T20:19:55.024Z | warning: `oximeter-db` (lib doc) generated 1 warning |
2800 | 2024-06-12T20:19:55.027Z | Documenting rand_seeder v0.2.3 |
2801 | 2024-06-12T20:19:56.925Z | Documenting nanorand v0.7.0 |
2802 | 2024-06-12T20:19:59.287Z | Documenting subprocess v0.2.9 |
2803 | 2024-06-12T20:19:59.300Z | Documenting stability v0.2.0 |
2804 | 2024-06-12T20:20:08.297Z | Documenting glob v0.3.1 |
2805 | 2024-06-12T20:20:08.338Z | warning: unresolved link to `crate::db::lookup::LookupPath` |
2806 | 2024-06-12T20:20:08.338Z | --> nexus/auth/src/authz/api_resources.rs:8:12 |
2807 | 2024-06-12T20:20:08.338Z | | |
2808 | 2024-06-12T20:20:08.338Z | 8 | //! (see [`crate::db::lookup::LookupPath`]) and get back a so-called `authz` |
2809 | 2024-06-12T20:20:08.338Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `db` in module `nexus_auth` |
2810 | 2024-06-12T20:20:08.338Z | | |
2811 | 2024-06-12T20:20:08.338Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2812 | 2024-06-12T20:20:08.338Z | |
2813 | 2024-06-12T20:20:08.430Z | Documenting cassowary v0.3.0 |
2814 | 2024-06-12T20:20:08.620Z | Documenting number_prefix v0.4.0 |
2815 | 2024-06-12T20:20:08.740Z | Documenting chacha20poly1305 v0.10.1 |
2816 | 2024-06-12T20:20:09.121Z | Documenting omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2817 | 2024-06-12T20:20:09.200Z | Documenting wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2818 | 2024-06-12T20:20:09.255Z | Documenting flume v0.11.0 |
2819 | 2024-06-12T20:20:10.274Z | warning: `nexus-auth` (lib doc) generated 1 warning |
2820 | 2024-06-12T20:20:10.278Z | Documenting nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2821 | 2024-06-12T20:20:12.835Z | Documenting sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2822 | 2024-06-12T20:20:13.652Z | Documenting ratatui v0.26.2 |
2823 | 2024-06-12T20:20:13.833Z | Documenting indicatif v0.17.8 |
2824 | 2024-06-12T20:20:24.987Z | Documenting typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2825 | 2024-06-12T20:20:25.273Z | Documenting mime_guess v2.0.4 |
2826 | 2024-06-12T20:20:25.378Z | Documenting salty v0.2.0 |
2827 | 2024-06-12T20:20:25.915Z | Documenting vsss-rs v3.3.4 |
2828 | 2024-06-12T20:20:26.105Z | Checking omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2829 | 2024-06-12T20:20:26.552Z | Documenting ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2830 | 2024-06-12T20:20:27.433Z | Documenting hubpack v0.1.0 (https://github.com/cbiffle/hubpack.git?rev=df08cc3a6e1f97381cd0472ae348e310f0119e25#df08cc3a) |
2831 | 2024-06-12T20:20:28.802Z | Checking update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2832 | 2024-06-12T20:20:29.834Z | Documenting bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2833 | 2024-06-12T20:20:29.952Z | Documenting tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2834 | 2024-06-12T20:20:30.633Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2835 | 2024-06-12T20:20:30.900Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2836 | 2024-06-12T20:20:31.042Z | Documenting serde-big-array v0.5.1 |
2837 | 2024-06-12T20:20:31.146Z | Documenting memmap2 v0.9.4 |
2838 | 2024-06-12T20:20:32.353Z | Documenting rtoolbox v0.0.2 |
2839 | 2024-06-12T20:20:34.239Z | Documenting http-range v0.1.5 |
2840 | 2024-06-12T20:20:34.963Z | Documenting arrayvec v0.7.4 |
2841 | 2024-06-12T20:20:35.700Z | Documenting constant_time_eq v0.3.0 |
2842 | 2024-06-12T20:20:35.956Z | Documenting unicode-linebreak v0.1.5 |
2843 | 2024-06-12T20:20:37.743Z | Documenting shell-words v1.1.0 |
2844 | 2024-06-12T20:20:38.738Z | Documenting smawk v0.3.2 |
2845 | 2024-06-12T20:20:39.133Z | Documenting is_ci v1.2.0 |
2846 | 2024-06-12T20:20:39.263Z | Documenting arrayref v0.3.7 |
2847 | 2024-06-12T20:20:39.542Z | Documenting hyper-staticfile v0.9.5 |
2848 | 2024-06-12T20:20:40.865Z | Documenting rpassword v7.3.1 |
2849 | 2024-06-12T20:20:42.222Z | Documenting gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2850 | 2024-06-12T20:20:42.763Z | Documenting blake3 v1.5.1 |
2851 | 2024-06-12T20:20:43.043Z | Documenting textwrap v0.16.1 |
2852 | 2024-06-12T20:20:44.191Z | Documenting supports-color v3.0.0 |
2853 | 2024-06-12T20:20:45.519Z | Documenting bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2854 | 2024-06-12T20:20:46.113Z | Documenting sprockets-common v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2855 | 2024-06-12T20:20:46.562Z | Documenting nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2856 | 2024-06-12T20:20:47.956Z | Documenting tui-tree-widget v0.19.0 |
2857 | 2024-06-12T20:20:48.375Z | Checking omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2858 | 2024-06-12T20:20:50.000Z | Checking nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2859 | 2024-06-12T20:20:51.177Z | Checking wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2860 | 2024-06-12T20:20:52.384Z | Documenting update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2861 | 2024-06-12T20:20:53.492Z | Checking nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2862 | 2024-06-12T20:20:54.021Z | Checking nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2863 | 2024-06-12T20:20:54.281Z | Documenting signal-hook-tokio v0.3.1 |
2864 | 2024-06-12T20:20:54.487Z | Checking cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2865 | 2024-06-12T20:20:55.144Z | Documenting csv-core v0.1.11 |
2866 | 2024-06-12T20:20:55.399Z | Documenting corncobs v0.1.3 |
2867 | 2024-06-12T20:20:57.411Z | Documenting topological-sort v0.2.2 |
2868 | 2024-06-12T20:20:58.491Z | Documenting sprockets-rot v0.1.0 (http://github.com/oxidecomputer/sprockets?rev=77df31efa5619d0767ffc837ef7468101608aee9#77df31ef) |
2869 | 2024-06-12T20:20:59.576Z | Documenting csv v1.3.0 |
2870 | 2024-06-12T20:20:59.763Z | Documenting omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2871 | 2024-06-12T20:21:01.952Z | Documenting omicron-zone-package v0.11.0 |
2872 | 2024-06-12T20:21:03.388Z | Documenting omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2873 | 2024-06-12T20:21:03.406Z | Documenting wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2874 | 2024-06-12T20:21:03.449Z | Documenting nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2875 | 2024-06-12T20:21:04.698Z | Checking omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2876 | 2024-06-12T20:21:12.135Z | Documenting oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2877 | 2024-06-12T20:21:12.800Z | warning: unresolved link to `test_sled_transitions` |
2878 | 2024-06-12T20:21:12.800Z | --> nexus/db-queries/src/db/datastore/sled.rs:698:11 |
2879 | 2024-06-12T20:21:12.800Z | | |
2880 | 2024-06-12T20:21:12.800Z | 698 | /// [`test_sled_transitions`]. |
2881 | 2024-06-12T20:21:12.800Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2882 | 2024-06-12T20:21:12.800Z | | |
2883 | 2024-06-12T20:21:12.800Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2884 | 2024-06-12T20:21:12.800Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2885 | 2024-06-12T20:21:12.800Z | |
2886 | 2024-06-12T20:21:12.807Z | warning: unresolved link to `test_sled_transitions` |
2887 | 2024-06-12T20:21:12.808Z | --> nexus/db-queries/src/db/datastore/sled.rs:734:11 |
2888 | 2024-06-12T20:21:12.808Z | | |
2889 | 2024-06-12T20:21:12.808Z | 734 | /// [`test_sled_transitions`]. |
2890 | 2024-06-12T20:21:12.808Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `test_sled_transitions` in scope |
2891 | 2024-06-12T20:21:12.808Z | | |
2892 | 2024-06-12T20:21:12.808Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2893 | 2024-06-12T20:21:12.808Z | |
2894 | 2024-06-12T20:21:12.808Z | warning: unresolved link to `DataStore::update_tuf_repo_description_insert` |
2895 | 2024-06-12T20:21:12.808Z | --> nexus/db-queries/src/db/datastore/update.rs:28:27 |
2896 | 2024-06-12T20:21:12.808Z | | |
2897 | 2024-06-12T20:21:12.808Z | 28 | /// The return value of [`DataStore::update_tuf_repo_description_insert`]. |
2898 | 2024-06-12T20:21:12.808Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the struct `DataStore` has no field or associated item named `update_tuf_repo_description_insert` |
2899 | 2024-06-12T20:21:12.808Z | |
2900 | 2024-06-12T20:21:14.445Z | Checking oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2901 | 2024-06-12T20:21:16.368Z | Documenting nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2902 | 2024-06-12T20:21:22.030Z | Documenting crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=8c6d485110ecfae5409575246b986a145c386dc4#8c6d4851) |
2903 | 2024-06-12T20:21:23.614Z | warning: unclosed HTML tag `usize` |
2904 | 2024-06-12T20:21:23.614Z | --> wicket/src/ui/panes/update.rs:153:19 |
2905 | 2024-06-12T20:21:23.615Z | | |
2906 | 2024-06-12T20:21:23.615Z | 153 | /// TODO: The <usize> generic parameter is carried over from earlier versions |
2907 | 2024-06-12T20:21:23.615Z | | ^^^^^^^ |
2908 | 2024-06-12T20:21:23.615Z | | |
2909 | 2024-06-12T20:21:23.616Z | = note: `#[warn(rustdoc::invalid_html_tags)]` on by default |
2910 | 2024-06-12T20:21:23.616Z | |
2911 | 2024-06-12T20:21:25.014Z | warning: `wicket` (lib doc) generated 1 warning |
2912 | 2024-06-12T20:21:27.852Z | Documenting cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2913 | 2024-06-12T20:21:27.860Z | warning: unresolved link to `BlueprintDisksConfig` |
2914 | 2024-06-12T20:21:27.860Z | --> nexus/reconfigurator/planning/src/blueprint_builder/builder.rs:1074:55 |
2915 | 2024-06-12T20:21:27.861Z | | |
2916 | 2024-06-12T20:21:27.861Z | 1074 | /// blueprint. We do this by keeping a copy of any [`BlueprintDisksConfig`] |
2917 | 2024-06-12T20:21:27.861Z | | ^^^^^^^^^^^^^^^^^^^^ no item named `BlueprintDisksConfig` in scope |
2918 | 2024-06-12T20:21:27.861Z | | |
2919 | 2024-06-12T20:21:27.861Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2920 | 2024-06-12T20:21:27.861Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2921 | 2024-06-12T20:21:27.862Z | |
2922 | 2024-06-12T20:21:27.862Z | Documenting fatfs v0.3.6 |
2923 | 2024-06-12T20:21:27.862Z | warning: `nexus-reconfigurator-planning` (lib doc) generated 1 warning |
2924 | 2024-06-12T20:21:27.862Z | Documenting cargo-platform v0.1.8 |
2925 | 2024-06-12T20:21:31.071Z | Documenting assert_matches v1.5.0 |
2926 | 2024-06-12T20:21:32.482Z | warning: `nexus-db-queries` (lib doc) generated 3 warnings |
2927 | 2024-06-12T20:21:32.488Z | Documenting nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2928 | 2024-06-12T20:21:32.885Z | Documenting nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2929 | 2024-06-12T20:21:33.262Z | Documenting nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2930 | 2024-06-12T20:21:33.571Z | Documenting cargo_metadata v0.18.1 |
2931 | 2024-06-12T20:21:34.382Z | Documenting wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2932 | 2024-06-12T20:21:35.097Z | Documenting sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2933 | 2024-06-12T20:21:36.048Z | Documenting omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2934 | 2024-06-12T20:21:42.383Z | warning: unresolved link to `propolis_client::api::InstanceStateMonitorResponse` |
2935 | 2024-06-12T20:21:42.384Z | --> sled-agent/src/sim/instance.rs:45:7 |
2936 | 2024-06-12T20:21:42.384Z | | |
2937 | 2024-06-12T20:21:42.384Z | 45 | /// [`propolis_client::api::InstanceStateMonitorResponse`]. Transition requests |
2938 | 2024-06-12T20:21:42.384Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `api` in module `propolis_client` |
2939 | 2024-06-12T20:21:42.384Z | | |
2940 | 2024-06-12T20:21:42.385Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2941 | 2024-06-12T20:21:42.385Z | |
2942 | 2024-06-12T20:21:45.894Z | warning: `omicron-sled-agent` (lib doc) generated 1 warning |
2943 | 2024-06-12T20:21:45.905Z | Checking wicket-dbg v0.1.0 (/work/oxidecomputer/omicron/wicket-dbg) |
2944 | 2024-06-12T20:21:46.705Z | Checking sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2945 | 2024-06-12T20:21:49.746Z | Documenting installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2946 | 2024-06-12T20:21:59.696Z | Documenting installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2947 | 2024-06-12T20:21:59.744Z | Checking installinator-artifactd v0.1.0 (/work/oxidecomputer/omicron/installinator-artifactd) |
2948 | 2024-06-12T20:21:59.744Z | Checking installinator-artifact-client v0.1.0 (/work/oxidecomputer/omicron/clients/installinator-artifact-client) |
2949 | 2024-06-12T20:21:59.744Z | Documenting uzers v0.11.3 |
2950 | 2024-06-12T20:21:59.987Z | Documenting termios v0.3.3 |
2951 | 2024-06-12T20:22:04.503Z | Documenting zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2952 | 2024-06-12T20:22:05.113Z | Documenting wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2953 | 2024-06-12T20:22:05.191Z | Documenting gateway-cli v0.1.0 (/work/oxidecomputer/omicron/gateway-cli) |
2954 | 2024-06-12T20:22:09.887Z | Documenting nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2955 | 2024-06-12T20:22:11.246Z | Documenting gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2956 | 2024-06-12T20:22:13.804Z | Documenting installinator v0.1.0 (/work/oxidecomputer/omicron/installinator) |
2957 | 2024-06-12T20:22:19.878Z | Documenting omicron-releng v0.1.0 (/work/oxidecomputer/omicron/dev-tools/releng) |
2958 | 2024-06-12T20:22:35.860Z | Documenting omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2959 | 2024-06-12T20:22:48.268Z | Documenting omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2960 | 2024-06-12T20:22:49.213Z | Documenting crdb-seed v0.1.0 (/work/oxidecomputer/omicron/dev-tools/crdb-seed) |
2961 | 2024-06-12T20:22:54.981Z | Documenting tufaceous v0.1.0 (/work/oxidecomputer/omicron/tufaceous) |
2962 | 2024-06-12T20:22:57.017Z | Documenting internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2963 | 2024-06-12T20:22:59.438Z | Documenting oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2964 | 2024-06-12T20:23:01.561Z | Documenting omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2965 | 2024-06-12T20:23:04.549Z | Documenting nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2966 | 2024-06-12T20:23:33.363Z | warning: unresolved link to `Nexus` |
2967 | 2024-06-12T20:23:33.363Z | --> nexus/src/app/instance_network.rs:241:34 |
2968 | 2024-06-12T20:23:33.363Z | | |
2969 | 2024-06-12T20:23:33.363Z | 241 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
2970 | 2024-06-12T20:23:33.364Z | | ^^^^^ no item named `Nexus` in scope |
2971 | 2024-06-12T20:23:33.364Z | | |
2972 | 2024-06-12T20:23:33.364Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2973 | 2024-06-12T20:23:33.364Z | = note: `#[warn(rustdoc::broken_intra_doc_links)]` on by default |
2974 | 2024-06-12T20:23:33.364Z | |
2975 | 2024-06-12T20:23:33.380Z | warning: unresolved link to `Nexus` |
2976 | 2024-06-12T20:23:33.380Z | --> nexus/src/app/instance_network.rs:419:34 |
2977 | 2024-06-12T20:23:33.381Z | | |
2978 | 2024-06-12T20:23:33.381Z | 419 | /// called by methods on the [`Nexus`] type, this is the `OpContext` used for |
2979 | 2024-06-12T20:23:33.381Z | | ^^^^^ no item named `Nexus` in scope |
2980 | 2024-06-12T20:23:33.381Z | | |
2981 | 2024-06-12T20:23:33.381Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2982 | 2024-06-12T20:23:33.381Z | |
2983 | 2024-06-12T20:23:33.381Z | warning: unresolved link to `VolumeConstructionRequest` |
2984 | 2024-06-12T20:23:33.381Z | --> nexus/src/app/sagas/volume_delete.rs:335:7 |
2985 | 2024-06-12T20:23:33.381Z | | |
2986 | 2024-06-12T20:23:33.381Z | 335 | /// [`VolumeConstructionRequest`] is shown here): |
2987 | 2024-06-12T20:23:33.381Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ no item named `VolumeConstructionRequest` in scope |
2988 | 2024-06-12T20:23:33.381Z | | |
2989 | 2024-06-12T20:23:33.381Z | = help: to escape `[` and `]` characters, add '\' before them like `\[` or `\]` |
2990 | 2024-06-12T20:23:33.381Z | |
2991 | 2024-06-12T20:23:33.381Z | warning: unresolved link to `fd00:1122:3344:101::5` |
2992 | 2024-06-12T20:23:33.381Z | --> nexus/src/app/sagas/volume_delete.rs:345:17 |
2993 | 2024-06-12T20:23:33.381Z | | |
2994 | 2024-06-12T20:23:33.381Z | 345 | /// "[fd00:1122:3344:101::5]:1000", |
2995 | 2024-06-12T20:23:33.381Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
2996 | 2024-06-12T20:23:33.381Z | |
2997 | 2024-06-12T20:23:33.381Z | warning: unresolved link to `fd00:1122:3344:102::9` |
2998 | 2024-06-12T20:23:33.381Z | --> nexus/src/app/sagas/volume_delete.rs:346:17 |
2999 | 2024-06-12T20:23:33.381Z | | |
3000 | 2024-06-12T20:23:33.382Z | 346 | /// "[fd00:1122:3344:102::9]:1000", |
3001 | 2024-06-12T20:23:33.382Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3002 | 2024-06-12T20:23:33.382Z | |
3003 | 2024-06-12T20:23:33.382Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3004 | 2024-06-12T20:23:33.382Z | --> nexus/src/app/sagas/volume_delete.rs:347:17 |
3005 | 2024-06-12T20:23:33.382Z | | |
3006 | 2024-06-12T20:23:33.382Z | 347 | /// "[fd00:1122:3344:103::2]:1000" |
3007 | 2024-06-12T20:23:33.382Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3008 | 2024-06-12T20:23:33.382Z | |
3009 | 2024-06-12T20:23:33.382Z | warning: unresolved link to `fd00:1122:3344:101::5` |
3010 | 2024-06-12T20:23:33.382Z | --> nexus/src/app/sagas/volume_delete.rs:366:17 |
3011 | 2024-06-12T20:23:33.382Z | | |
3012 | 2024-06-12T20:23:33.382Z | 366 | /// "[fd00:1122:3344:101::5]:1001", <-- port changed |
3013 | 2024-06-12T20:23:33.382Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:101` in scope |
3014 | 2024-06-12T20:23:33.382Z | |
3015 | 2024-06-12T20:23:33.382Z | warning: unresolved link to `fd00:1122:3344:102::9` |
3016 | 2024-06-12T20:23:33.382Z | --> nexus/src/app/sagas/volume_delete.rs:367:17 |
3017 | 2024-06-12T20:23:33.382Z | | |
3018 | 2024-06-12T20:23:33.382Z | 367 | /// "[fd00:1122:3344:102::9]:1001", <-- port changed |
3019 | 2024-06-12T20:23:33.382Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:102` in scope |
3020 | 2024-06-12T20:23:33.382Z | |
3021 | 2024-06-12T20:23:33.382Z | warning: unresolved link to `fd00:1122:3344:103::2` |
3022 | 2024-06-12T20:23:33.382Z | --> nexus/src/app/sagas/volume_delete.rs:368:17 |
3023 | 2024-06-12T20:23:33.382Z | | |
3024 | 2024-06-12T20:23:33.383Z | 368 | /// "[fd00:1122:3344:103::2]:1001" <-- port changed |
3025 | 2024-06-12T20:23:33.383Z | | ^^^^^^^^^^^^^^^^^^^^^ no item named `fd00:1122:3344:103` in scope |
3026 | 2024-06-12T20:23:33.383Z | |
3027 | 2024-06-12T20:23:36.406Z | warning: `omicron-nexus` (lib doc) generated 9 warnings |
3028 | 2024-06-12T20:23:53.750Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 13m 14s |
3029 | 2024-06-12T20:23:53.894Z | Generated /work/oxidecomputer/omicron/target/doc/authz_macros/index.html and 85 other files |
3030 | 2024-06-12T20:23:53.926Z | |
3031 | 2024-06-12T20:23:53.936Z | real 13:14.528360825 |
3032 | 2024-06-12T20:23:53.936Z | user 37:06.643403763 |
3033 | 2024-06-12T20:23:53.937Z | sys 55:54.541395505 |
3034 | 2024-06-12T20:23:53.937Z | trap 0.913854223 |
3035 | 2024-06-12T20:23:53.937Z | tflt 0.121543822 |
3036 | 2024-06-12T20:23:53.937Z | dflt 0.740706001 |
3037 | 2024-06-12T20:23:53.937Z | kflt 0.000537782 |
3038 | 2024-06-12T20:23:53.937Z | lock 3:22:47.301078579 |
3039 | 2024-06-12T20:23:53.938Z | slp 3:36:36.592953400 |
3040 | 2024-06-12T20:23:53.938Z | lat 4:31.500301973 |
3041 | 2024-06-12T20:23:53.938Z | stop 2:41.614958203 |
3042 | 2024-06-12T20:23:53.938Z | process exited: duration 1343609 ms, exit code 0 |
|
3043 | 2024-06-12T20:23:53.951Z | found 0 output files |