|
|
|
1 | 2024-08-16T04:57:55.520Z | job assigned to worker 01J5CRQPTGW572H992XJWXMS5J (queued for 1 m 0 s) |
|
2 | 2024-08-16T04:58:03.627Z | starting task 0: "setup" |
3 | 2024-08-16T04:58:03.658Z | ++ uname -s |
4 | 2024-08-16T04:58:03.661Z | + kern=SunOS |
5 | 2024-08-16T04:58:03.661Z | + case "$kern" in |
6 | 2024-08-16T04:58:03.661Z | + groupadd -g 12345 build |
7 | 2024-08-16T04:58:03.663Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-16T04:58:05.673Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-16T04:58:05.789Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-16T04:58:05.792Z | + home_fs=zfs |
11 | 2024-08-16T04:58:05.792Z | + [[ zfs == autofs ]] |
12 | 2024-08-16T04:58:05.792Z | + mkdir -p /home/build |
13 | 2024-08-16T04:58:05.795Z | + chown build:build /home/build /work |
14 | 2024-08-16T04:58:07.796Z | + chmod 0700 /home/build /work |
15 | 2024-08-16T04:58:07.798Z | process exited: duration 4170 ms, exit code 0 |
|
16 | 2024-08-16T04:58:07.804Z | starting task 1: "rust-toolchain" |
17 | 2024-08-16T04:58:07.810Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-16T04:58:07.810Z | ' 1.80.1 |
19 | 2024-08-16T04:58:07.810Z | + printf ' * toolchain profile = "%s" |
20 | 2024-08-16T04:58:07.810Z | ' default |
21 | 2024-08-16T04:58:07.810Z | * toolchain channel = "1.80.1" |
22 | 2024-08-16T04:58:07.810Z | * toolchain profile = "default" |
23 | 2024-08-16T04:58:07.813Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-16T04:58:07.813Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-16T04:58:07.926Z | info: downloading installer |
26 | 2024-08-16T04:58:09.250Z | info: profile set to 'default' |
27 | 2024-08-16T04:58:09.250Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-16T04:58:09.253Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-16T04:58:09.380Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-16T04:58:09.380Z | info: downloading component 'cargo' |
31 | 2024-08-16T04:58:10.012Z | info: downloading component 'clippy' |
32 | 2024-08-16T04:58:10.239Z | info: downloading component 'rust-docs' |
33 | 2024-08-16T04:58:11.116Z | info: downloading component 'rust-std' |
34 | 2024-08-16T04:58:12.351Z | info: downloading component 'rustc' |
35 | 2024-08-16T04:58:15.759Z | info: downloading component 'rustfmt' |
36 | 2024-08-16T04:58:15.946Z | info: installing component 'cargo' |
37 | 2024-08-16T04:58:16.769Z | info: installing component 'clippy' |
38 | 2024-08-16T04:58:17.137Z | info: installing component 'rust-docs' |
39 | 2024-08-16T04:58:18.734Z | info: installing component 'rust-std' |
40 | 2024-08-16T04:58:20.342Z | info: installing component 'rustc' |
41 | 2024-08-16T04:58:24.820Z | info: installing component 'rustfmt' |
42 | 2024-08-16T04:58:25.166Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-16T04:58:25.166Z | |
44 | 2024-08-16T04:58:25.422Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-16T04:58:25.422Z | |
46 | 2024-08-16T04:58:25.425Z | |
47 | 2024-08-16T04:58:25.425Z | Rust is installed now. Great! |
48 | 2024-08-16T04:58:25.425Z | |
49 | 2024-08-16T04:58:25.425Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-16T04:58:25.425Z | environment variable. This has not been done automatically. |
51 | 2024-08-16T04:58:25.425Z | |
52 | 2024-08-16T04:58:25.425Z | To configure your current shell, you need to source |
53 | 2024-08-16T04:58:25.425Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-16T04:58:25.425Z | |
55 | 2024-08-16T04:58:25.425Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-16T04:58:25.425Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-16T04:58:25.425Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-16T04:58:25.491Z | + rustc --version |
59 | 2024-08-16T04:58:25.557Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-16T04:58:25.560Z | process exited: duration 17753 ms, exit code 0 |
|
61 | 2024-08-16T04:58:25.569Z | starting task 2: "authentication" |
62 | 2024-08-16T04:58:25.587Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-16T04:58:25.592Z | starting task 3: "clone repository" |
64 | 2024-08-16T04:58:25.597Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-16T04:58:25.600Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-16T04:58:25.814Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-16T04:58:33.355Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-16T04:58:33.358Z | + git fetch origin b927580f518ded71630e936d7c2ef13a91cd0ded |
69 | 2024-08-16T04:58:33.650Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-16T04:58:33.650Z | * branch b927580f518ded71630e936d7c2ef13a91cd0ded -> FETCH_HEAD |
71 | 2024-08-16T04:58:33.659Z | + [[ -n sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
72 | 2024-08-16T04:58:33.661Z | ++ git branch --show-current |
73 | 2024-08-16T04:58:33.664Z | + current=main |
74 | 2024-08-16T04:58:33.664Z | + [[ main != sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 ]] |
75 | 2024-08-16T04:58:33.664Z | + git branch -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 b927580f518ded71630e936d7c2ef13a91cd0ded |
76 | 2024-08-16T04:58:33.667Z | + git checkout -f sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249 |
77 | 2024-08-16T04:58:33.814Z | Switched to branch 'sunshowers/spr/rfc-back-out-update-rust-crate-tokio-to-1392-6249' |
78 | 2024-08-16T04:58:33.816Z | + git reset --hard b927580f518ded71630e936d7c2ef13a91cd0ded |
79 | 2024-08-16T04:58:33.961Z | HEAD is now at b927580f5 [spr] initial version |
80 | 2024-08-16T04:58:33.963Z | process exited: duration 8368 ms, exit code 0 |
|
81 | 2024-08-16T04:58:33.969Z | starting task 4: "build" |
82 | 2024-08-16T04:58:33.975Z | + cargo --version |
83 | 2024-08-16T04:58:34.030Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-16T04:58:34.032Z | + rustc --version |
85 | 2024-08-16T04:58:34.090Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-16T04:58:34.092Z | + WORK=/work |
87 | 2024-08-16T04:58:34.092Z | + pfexec mkdir -p /work |
88 | 2024-08-16T04:58:34.097Z | + pfexec chown build /work |
89 | 2024-08-16T04:58:34.100Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-16T04:58:48.452Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-16T04:58:50.783Z | Startup: Caching catalogs ... Done |
92 | 2024-08-16T04:58:52.680Z | Planning: Solver setup ... Done (1.234s) |
93 | 2024-08-16T04:58:52.701Z | Planning: Running solver ... Done (0.020s) |
94 | 2024-08-16T04:58:52.739Z | Planning: Finding local manifests ... Done (0.002s) |
95 | 2024-08-16T04:58:52.764Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-16T04:58:53.099Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-16T04:58:53.245Z | Planning: Package planning ... Done (0.154s) |
98 | 2024-08-16T04:58:53.313Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-08-16T04:58:55.252Z | Planning: Checking for conflicting actions ... Done (1.955s) |
100 | 2024-08-16T04:58:55.262Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-16T04:59:04.368Z | Planning: Evaluating mediators ... Done (9.105s) |
102 | 2024-08-16T04:59:04.378Z | Planning: Planning completed in 13.52 seconds |
103 | 2024-08-16T04:59:07.072Z | Packages to install: 4 |
104 | 2024-08-16T04:59:07.073Z | Mediators to change: 2 |
105 | 2024-08-16T04:59:07.073Z | Services to change: 1 |
106 | 2024-08-16T04:59:07.079Z | Estimated space available: 155.72 GB |
107 | 2024-08-16T04:59:07.079Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-16T04:59:07.079Z | Create boot environment: No |
109 | 2024-08-16T04:59:07.079Z | Create backup boot environment: No |
110 | 2024-08-16T04:59:07.079Z | Rebuild boot archive: No |
111 | 2024-08-16T04:59:07.079Z | |
112 | 2024-08-16T04:59:07.079Z | Changed mediators: |
113 | 2024-08-16T04:59:07.080Z | mediator clang: |
114 | 2024-08-16T04:59:07.080Z | version: None -> 15 (system default) |
115 | 2024-08-16T04:59:07.080Z | |
116 | 2024-08-16T04:59:07.080Z | mediator llvm: |
117 | 2024-08-16T04:59:07.080Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-16T04:59:07.080Z | |
119 | 2024-08-16T04:59:07.080Z | Changed packages: |
120 | 2024-08-16T04:59:07.081Z | helios-dev |
121 | 2024-08-16T04:59:07.081Z | developer/build-essential |
122 | 2024-08-16T04:59:07.081Z | None -> 11-2.0 |
123 | 2024-08-16T04:59:07.081Z | library/libxmlsec1 |
124 | 2024-08-16T04:59:07.081Z | None -> 1.2.35-2.0 |
125 | 2024-08-16T04:59:07.081Z | ooce/developer/clang-15 |
126 | 2024-08-16T04:59:07.082Z | None -> 15.0.7-2.0 |
127 | 2024-08-16T04:59:07.082Z | ooce/developer/llvm-15 |
128 | 2024-08-16T04:59:07.082Z | None -> 15.0.7-2.0 |
129 | 2024-08-16T04:59:07.082Z | |
130 | 2024-08-16T04:59:07.082Z | Services: |
131 | 2024-08-16T04:59:07.082Z | restart_fmri: |
132 | 2024-08-16T04:59:07.082Z | svc:/system/update-man-index:default |
133 | 2024-08-16T04:59:07.342Z | |
134 | 2024-08-16T04:59:07.342Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-16T04:59:12.352Z | Download: 557/3290 items 17.1/212.6MB 8% complete (3.5M/s) |
136 | 2024-08-16T04:59:17.821Z | Download: 1194/3290 items 83.4/212.6MB 39% complete (9.1M/s) |
137 | 2024-08-16T04:59:22.895Z | Download: 1197/3290 items 83.4/212.6MB 39% complete (9.0M/s) |
138 | 2024-08-16T04:59:30.682Z | Download: 1198/3290 items 83.5/212.6MB 39% complete (8.5M/s) |
139 | 2024-08-16T04:59:35.681Z | Download: 1720/3290 items 117.5/212.6MB 55% complete (7.1M/s) |
140 | 2024-08-16T04:59:41.950Z | Download: 2218/3290 items 119.2/212.6MB 56% complete (4.1M/s) |
141 | 2024-08-16T04:59:48.010Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (3.4M/s) |
142 | 2024-08-16T04:59:53.034Z | Download: 2901/3290 items 121.1/212.6MB 56% complete (305k/s) |
143 | 2024-08-16T04:59:58.049Z | Download: 3246/3290 items 201.6/212.6MB 94% complete (8.8M/s) |
144 | 2024-08-16T05:00:03.075Z | Download: 3249/3290 items 203.1/212.6MB 95% complete (8.2M/s) |
145 | 2024-08-16T05:00:11.105Z | Download: 3284/3290 items 211.7/212.6MB 99% complete (2.0M/s) |
146 | 2024-08-16T05:00:11.206Z | Download: Completed 212.60 MB in 63.85 seconds (3.3M/s) |
147 | 2024-08-16T05:00:11.373Z | Actions: 1/3689 actions (Installing new actions) |
148 | 2024-08-16T05:00:16.418Z | Actions: 3561/3689 actions (Installing new actions) |
149 | 2024-08-16T05:00:17.866Z | Actions: Completed 3689 actions in 6.50 seconds. |
150 | 2024-08-16T05:00:18.139Z | Done (0.267s) |
151 | 2024-08-16T05:00:18.139Z | Done (0.000s) |
152 | 2024-08-16T05:00:18.509Z | Done (0.370s) |
153 | 2024-08-16T05:00:25.948Z | Done (7.265s) |
154 | 2024-08-16T05:00:26.131Z | Done (0.113s) |
155 | 2024-08-16T05:00:26.133Z | Done (0.000s) |
156 | 2024-08-16T05:00:26.364Z | Done (0.000s) |
157 | 2024-08-16T05:00:26.944Z | Planning: Evaluating mediator changes ... Done |
158 | 2024-08-16T05:00:27.103Z | Planning: Checking for conflicting actions ... Done |
159 | 2024-08-16T05:00:27.106Z | Planning: Consolidating action changes ... Done |
160 | 2024-08-16T05:00:27.373Z | Planning: Evaluating mediators ... Done |
161 | 2024-08-16T05:00:27.375Z | Planning: Planning completed in 0.43 seconds |
162 | 2024-08-16T05:00:27.406Z | Mediators to change: 2 |
163 | 2024-08-16T05:00:27.406Z | Create boot environment: No |
164 | 2024-08-16T05:00:27.409Z | Create backup boot environment: No |
165 | 2024-08-16T05:00:27.477Z | Done |
166 | 2024-08-16T05:00:27.477Z | Done |
167 | 2024-08-16T05:00:27.706Z | Done |
168 | 2024-08-16T05:00:31.224Z | Done |
169 | 2024-08-16T05:00:31.319Z | Done |
170 | 2024-08-16T05:00:31.324Z | Done |
171 | 2024-08-16T05:00:31.476Z | Done |
172 | 2024-08-16T05:00:32.081Z | Planning: Evaluating mediator changes ... Done |
173 | 2024-08-16T05:00:32.083Z | Planning: Merging actions ... Done |
174 | 2024-08-16T05:00:32.272Z | Planning: Checking for conflicting actions ... Done |
175 | 2024-08-16T05:00:32.275Z | Planning: Consolidating action changes ... Done |
176 | 2024-08-16T05:00:32.537Z | Planning: Evaluating mediators ... Done |
177 | 2024-08-16T05:00:32.594Z | Planning: Planning completed in 0.75 seconds |
178 | 2024-08-16T05:00:32.627Z | Packages to change: 1 |
179 | 2024-08-16T05:00:32.627Z | Mediators to change: 1 |
180 | 2024-08-16T05:00:32.630Z | Services to change: 1 |
181 | 2024-08-16T05:00:32.630Z | Create boot environment: No |
182 | 2024-08-16T05:00:32.630Z | Create backup boot environment: Yes |
183 | 2024-08-16T05:00:34.670Z | Actions: 1/6 actions (Updating modified actions) |
184 | 2024-08-16T05:00:34.673Z | Actions: Completed 6 actions in 0.00 seconds. |
185 | 2024-08-16T05:00:34.673Z | Done |
186 | 2024-08-16T05:00:34.673Z | Done |
187 | 2024-08-16T05:00:34.749Z | Done |
188 | 2024-08-16T05:00:38.384Z | Done |
189 | 2024-08-16T05:00:38.476Z | Done |
190 | 2024-08-16T05:00:38.478Z | Done |
191 | 2024-08-16T05:00:38.605Z | Done |
192 | 2024-08-16T05:00:39.040Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
193 | 2024-08-16T05:00:39.040Z | clang system 15 system |
194 | 2024-08-16T05:00:39.040Z | csh system system illumos |
195 | 2024-08-16T05:00:39.040Z | ctags system system illumos |
196 | 2024-08-16T05:00:39.040Z | gcc vendor 12 vendor |
197 | 2024-08-16T05:00:39.040Z | gcc system 10 system |
198 | 2024-08-16T05:00:39.040Z | gcc system 7 system |
199 | 2024-08-16T05:00:39.040Z | go system 1.20 system |
200 | 2024-08-16T05:00:39.040Z | go system 1.19 system |
201 | 2024-08-16T05:00:39.040Z | llvm system 15 system |
202 | 2024-08-16T05:00:39.040Z | llvm system 14 system |
203 | 2024-08-16T05:00:39.040Z | mariadb system 10.6 system |
204 | 2024-08-16T05:00:39.040Z | mta vendor vendor dma |
205 | 2024-08-16T05:00:39.040Z | openjdk system 17 system |
206 | 2024-08-16T05:00:39.040Z | openjdk system 11 system |
207 | 2024-08-16T05:00:39.040Z | openjdk system 1.8 system |
208 | 2024-08-16T05:00:39.040Z | openssl vendor 3 vendor |
209 | 2024-08-16T05:00:39.040Z | perl system 5.36 system |
210 | 2024-08-16T05:00:39.041Z | postgresql system 15 system |
211 | 2024-08-16T05:00:39.041Z | postgresql system 13 system |
212 | 2024-08-16T05:00:39.041Z | python vendor 3 vendor |
213 | 2024-08-16T05:00:39.041Z | python system 2 system |
214 | 2024-08-16T05:00:39.041Z | python3 system 3.11 system |
215 | 2024-08-16T05:00:39.041Z | ruby system 3.0 system |
216 | 2024-08-16T05:00:39.041Z | words vendor vendor american-english |
217 | 2024-08-16T05:00:39.041Z | words system system australian-english |
218 | 2024-08-16T05:00:39.041Z | words system system british-english |
219 | 2024-08-16T05:00:39.041Z | words system system canadian-english |
220 | 2024-08-16T05:00:39.041Z | words system system french |
221 | 2024-08-16T05:00:39.041Z | words system system italian |
222 | 2024-08-16T05:00:39.041Z | words system system ngerman |
223 | 2024-08-16T05:00:39.041Z | words system system ogerman |
224 | 2024-08-16T05:00:39.041Z | words system system spanish |
225 | 2024-08-16T05:00:39.372Z | PUBLISHER TYPE STATUS P LOCATION |
226 | 2024-08-16T05:00:39.372Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
227 | 2024-08-16T05:00:41.082Z | FMRI IFO |
228 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
229 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
230 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
231 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
232 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
233 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
234 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
235 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
236 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
237 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
238 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
239 | 2024-08-16T05:00:41.082Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
240 | 2024-08-16T05:00:41.676Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
241 | 2024-08-16T05:00:41.906Z | Updating git repository `https://github.com/oxidecomputer/zone` |
242 | 2024-08-16T05:00:42.164Z | Updating crates.io index |
243 | 2024-08-16T05:00:42.274Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
244 | 2024-08-16T05:00:42.975Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
245 | 2024-08-16T05:00:43.679Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
246 | 2024-08-16T05:00:43.915Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
247 | 2024-08-16T05:00:45.372Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
248 | 2024-08-16T05:00:45.580Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
249 | 2024-08-16T05:00:45.840Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
250 | 2024-08-16T05:00:46.885Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
251 | 2024-08-16T05:00:48.713Z | Updating git repository `https://github.com/oxidecomputer/opte` |
252 | 2024-08-16T05:00:49.669Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
253 | 2024-08-16T05:00:50.435Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
254 | 2024-08-16T05:00:50.648Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
255 | 2024-08-16T05:00:51.130Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
256 | 2024-08-16T05:00:51.347Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
257 | 2024-08-16T05:00:51.647Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
258 | 2024-08-16T05:00:51.921Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
259 | 2024-08-16T05:00:52.119Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
260 | 2024-08-16T05:00:52.318Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
261 | 2024-08-16T05:00:52.555Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
262 | 2024-08-16T05:00:52.858Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
263 | 2024-08-16T05:00:53.109Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
264 | 2024-08-16T05:00:53.472Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
265 | 2024-08-16T05:00:53.707Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
266 | 2024-08-16T05:00:54.094Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
267 | 2024-08-16T05:00:54.407Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
268 | 2024-08-16T05:00:54.798Z | Updating git repository `https://github.com/oxidecomputer/typify` |
269 | 2024-08-16T05:00:56.928Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
270 | 2024-08-16T05:00:57.157Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
271 | 2024-08-16T05:00:57.408Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
272 | 2024-08-16T05:00:57.694Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
273 | 2024-08-16T05:00:58.739Z | Downloading crates ... |
274 | 2024-08-16T05:00:58.819Z | Downloaded digest v0.10.7 |
275 | 2024-08-16T05:00:58.825Z | Downloaded anstream v0.6.14 |
276 | 2024-08-16T05:00:58.828Z | Downloaded cpufeatures v0.2.12 |
277 | 2024-08-16T05:00:58.831Z | Downloaded cargo-platform v0.1.8 |
278 | 2024-08-16T05:00:58.831Z | Downloaded byteorder v1.5.0 |
279 | 2024-08-16T05:00:58.834Z | Downloaded cargo_toml v0.20.4 |
280 | 2024-08-16T05:00:58.834Z | Downloaded anstyle-parse v0.2.4 |
281 | 2024-08-16T05:00:58.839Z | Downloaded is_terminal_polyfill v1.70.0 |
282 | 2024-08-16T05:00:58.842Z | Downloaded serde_spanned v0.6.7 |
283 | 2024-08-16T05:00:58.845Z | Downloaded equivalent v1.0.1 |
284 | 2024-08-16T05:00:58.848Z | Downloaded anstyle-query v1.0.3 |
285 | 2024-08-16T05:00:58.848Z | Downloaded memmap v0.7.0 |
286 | 2024-08-16T05:00:58.851Z | Downloaded macaddr v1.0.1 |
287 | 2024-08-16T05:00:58.851Z | Downloaded fnv v1.0.7 |
288 | 2024-08-16T05:00:58.853Z | Downloaded block-buffer v0.10.4 |
289 | 2024-08-16T05:00:58.854Z | Downloaded autocfg v1.3.0 |
290 | 2024-08-16T05:00:58.856Z | Downloaded utf8parse v0.2.1 |
291 | 2024-08-16T05:00:58.856Z | Downloaded usdt v0.5.0 |
292 | 2024-08-16T05:00:58.858Z | Downloaded terminal_size v0.3.0 |
293 | 2024-08-16T05:00:58.859Z | Downloaded generic-array v0.14.7 |
294 | 2024-08-16T05:00:58.861Z | Downloaded clap_lex v0.7.0 |
295 | 2024-08-16T05:00:58.861Z | Downloaded strsim v0.11.1 |
296 | 2024-08-16T05:00:58.864Z | Downloaded heck v0.5.0 |
297 | 2024-08-16T05:00:58.864Z | Downloaded version_check v0.9.5 |
298 | 2024-08-16T05:00:58.866Z | Downloaded scroll v0.12.0 |
299 | 2024-08-16T05:00:58.866Z | Downloaded dof v0.3.0 |
300 | 2024-08-16T05:00:58.869Z | Downloaded thiserror-impl v1.0.63 |
301 | 2024-08-16T05:00:58.871Z | Downloaded semver v1.0.23 |
302 | 2024-08-16T05:00:58.875Z | Downloaded usdt-impl v0.5.0 |
303 | 2024-08-16T05:00:58.878Z | Downloaded unicode-ident v1.0.12 |
304 | 2024-08-16T05:00:58.880Z | Downloaded typenum v1.17.0 |
305 | 2024-08-16T05:00:58.883Z | Downloaded plain v0.2.3 |
306 | 2024-08-16T05:00:58.885Z | Downloaded proc-macro2 v1.0.86 |
307 | 2024-08-16T05:00:58.888Z | Downloaded proc-macro-error v1.0.4 |
308 | 2024-08-16T05:00:58.890Z | Downloaded clap v4.5.15 |
309 | 2024-08-16T05:00:58.899Z | Downloaded serde_derive v1.0.207 |
310 | 2024-08-16T05:00:58.901Z | Downloaded colorchoice v1.0.1 |
311 | 2024-08-16T05:00:58.904Z | Downloaded crypto-common v0.1.6 |
312 | 2024-08-16T05:00:58.904Z | Downloaded anstyle v1.0.8 |
313 | 2024-08-16T05:00:58.906Z | Downloaded bytecount v0.6.8 |
314 | 2024-08-16T05:00:58.909Z | Downloaded pest_generator v2.7.10 |
315 | 2024-08-16T05:00:58.909Z | Downloaded toml v0.8.19 |
316 | 2024-08-16T05:00:58.917Z | Downloaded cfg-if v1.0.0 |
317 | 2024-08-16T05:00:58.920Z | Downloaded bitflags v2.6.0 |
318 | 2024-08-16T05:00:58.922Z | Downloaded cargo_metadata v0.18.1 |
319 | 2024-08-16T05:00:58.925Z | Downloaded toml_edit v0.22.20 |
320 | 2024-08-16T05:00:58.946Z | Downloaded usdt-macro v0.5.0 |
321 | 2024-08-16T05:00:58.949Z | Downloaded usdt-attr-macro v0.5.0 |
322 | 2024-08-16T05:00:58.949Z | Downloaded pretty-hex v0.4.1 |
323 | 2024-08-16T05:00:58.949Z | Downloaded heck v0.4.1 |
324 | 2024-08-16T05:00:58.952Z | Downloaded fs-err v2.11.0 |
325 | 2024-08-16T05:00:58.952Z | Downloaded dtrace-parser v0.2.0 |
326 | 2024-08-16T05:00:58.954Z | Downloaded swrite v0.1.0 |
327 | 2024-08-16T05:00:58.955Z | Downloaded clap_derive v4.5.13 |
328 | 2024-08-16T05:00:58.957Z | Downloaded scroll_derive v0.12.0 |
329 | 2024-08-16T05:00:58.957Z | Downloaded errno v0.3.9 |
330 | 2024-08-16T05:00:58.960Z | Downloaded thread-id v4.2.1 |
331 | 2024-08-16T05:00:58.963Z | Downloaded tabled_derive v0.7.0 |
332 | 2024-08-16T05:00:58.965Z | Downloaded thiserror v1.0.63 |
333 | 2024-08-16T05:00:58.968Z | Downloaded toml_datetime v0.6.8 |
334 | 2024-08-16T05:00:58.971Z | Downloaded serde_tokenstream v0.2.2 |
335 | 2024-08-16T05:00:58.976Z | Downloaded pest v2.7.10 |
336 | 2024-08-16T05:00:58.980Z | Downloaded proc-macro-error-attr v1.0.4 |
337 | 2024-08-16T05:00:58.980Z | Downloaded sha2 v0.10.8 |
338 | 2024-08-16T05:00:58.980Z | Downloaded once_cell v1.19.0 |
339 | 2024-08-16T05:00:58.983Z | Downloaded camino v1.1.7 |
340 | 2024-08-16T05:00:58.985Z | Downloaded itoa v1.0.11 |
341 | 2024-08-16T05:00:58.986Z | Downloaded quote v1.0.36 |
342 | 2024-08-16T05:00:58.988Z | Downloaded anyhow v1.0.86 |
343 | 2024-08-16T05:00:58.991Z | Downloaded zerocopy-derive v0.7.34 |
344 | 2024-08-16T05:00:58.995Z | Downloaded log v0.4.21 |
345 | 2024-08-16T05:00:59.002Z | Downloaded ryu v1.0.18 |
346 | 2024-08-16T05:00:59.005Z | Downloaded pest_derive v2.7.10 |
347 | 2024-08-16T05:00:59.010Z | Downloaded papergrid v0.11.0 |
348 | 2024-08-16T05:00:59.015Z | Downloaded ucd-trie v0.1.6 |
349 | 2024-08-16T05:00:59.018Z | Downloaded pest_meta v2.7.10 |
350 | 2024-08-16T05:00:59.027Z | Downloaded serde v1.0.207 |
351 | 2024-08-16T05:00:59.031Z | Downloaded indexmap v2.4.0 |
352 | 2024-08-16T05:00:59.035Z | Downloaded zerocopy v0.7.34 |
353 | 2024-08-16T05:00:59.052Z | Downloaded winnow v0.6.18 |
354 | 2024-08-16T05:00:59.060Z | Downloaded hashbrown v0.14.5 |
355 | 2024-08-16T05:00:59.066Z | Downloaded clap_builder v4.5.15 |
356 | 2024-08-16T05:00:59.072Z | Downloaded tabled v0.15.0 |
357 | 2024-08-16T05:00:59.088Z | Downloaded memchr v2.7.2 |
358 | 2024-08-16T05:00:59.094Z | Downloaded serde_json v1.0.125 |
359 | 2024-08-16T05:00:59.100Z | Downloaded goblin v0.8.2 |
360 | 2024-08-16T05:00:59.107Z | Downloaded syn v1.0.109 |
361 | 2024-08-16T05:00:59.118Z | Downloaded syn v2.0.74 |
362 | 2024-08-16T05:00:59.129Z | Downloaded rustix v0.38.34 |
363 | 2024-08-16T05:00:59.151Z | Downloaded unicode-width v0.1.13 |
364 | 2024-08-16T05:00:59.159Z | Downloaded libc v0.2.155 |
365 | 2024-08-16T05:00:59.462Z | Compiling proc-macro2 v1.0.86 |
366 | 2024-08-16T05:00:59.462Z | Compiling unicode-ident v1.0.12 |
367 | 2024-08-16T05:00:59.464Z | Compiling version_check v0.9.5 |
368 | 2024-08-16T05:00:59.464Z | Compiling serde v1.0.207 |
369 | 2024-08-16T05:00:59.465Z | Compiling memchr v2.7.2 |
370 | 2024-08-16T05:00:59.465Z | Compiling thiserror v1.0.63 |
371 | 2024-08-16T05:00:59.465Z | Compiling libc v0.2.155 |
372 | 2024-08-16T05:00:59.465Z | Compiling ryu v1.0.18 |
373 | 2024-08-16T05:00:59.696Z | Compiling itoa v1.0.11 |
374 | 2024-08-16T05:00:59.927Z | Compiling ucd-trie v0.1.6 |
375 | 2024-08-16T05:01:00.267Z | Compiling once_cell v1.19.0 |
376 | 2024-08-16T05:01:00.436Z | Compiling byteorder v1.5.0 |
377 | 2024-08-16T05:01:00.580Z | Compiling serde_json v1.0.125 |
378 | 2024-08-16T05:01:01.414Z | Compiling proc-macro-error-attr v1.0.4 |
379 | 2024-08-16T05:01:01.489Z | Compiling usdt-impl v0.5.0 |
380 | 2024-08-16T05:01:01.492Z | Compiling rustix v0.38.34 |
381 | 2024-08-16T05:01:01.511Z | Compiling syn v1.0.109 |
382 | 2024-08-16T05:01:01.571Z | Compiling proc-macro-error v1.0.4 |
383 | 2024-08-16T05:01:01.791Z | Compiling bitflags v2.6.0 |
384 | 2024-08-16T05:01:01.863Z | Compiling utf8parse v0.2.1 |
385 | 2024-08-16T05:01:01.961Z | Compiling log v0.4.21 |
386 | 2024-08-16T05:01:02.013Z | Compiling plain v0.2.3 |
387 | 2024-08-16T05:01:02.159Z | Compiling hashbrown v0.14.5 |
388 | 2024-08-16T05:01:02.236Z | Compiling equivalent v1.0.1 |
389 | 2024-08-16T05:01:02.262Z | Compiling anstyle-parse v0.2.4 |
390 | 2024-08-16T05:01:02.353Z | Compiling quote v1.0.36 |
391 | 2024-08-16T05:01:02.362Z | Compiling thread-id v4.2.1 |
392 | 2024-08-16T05:01:02.471Z | Compiling autocfg v1.3.0 |
393 | 2024-08-16T05:01:02.538Z | Compiling semver v1.0.23 |
394 | 2024-08-16T05:01:02.581Z | Compiling winnow v0.6.18 |
395 | 2024-08-16T05:01:02.771Z | Compiling syn v2.0.74 |
396 | 2024-08-16T05:01:02.960Z | Compiling errno v0.3.9 |
397 | 2024-08-16T05:01:03.084Z | Compiling pretty-hex v0.4.1 |
398 | 2024-08-16T05:01:03.298Z | Compiling is_terminal_polyfill v1.70.0 |
399 | 2024-08-16T05:01:03.384Z | Compiling indexmap v2.4.0 |
400 | 2024-08-16T05:01:03.433Z | Compiling anstyle-query v1.0.3 |
401 | 2024-08-16T05:01:03.461Z | Compiling camino v1.1.7 |
402 | 2024-08-16T05:01:03.602Z | Compiling colorchoice v1.0.1 |
403 | 2024-08-16T05:01:03.769Z | Compiling anstyle v1.0.8 |
404 | 2024-08-16T05:01:04.255Z | Compiling anstream v0.6.14 |
405 | 2024-08-16T05:01:04.278Z | Compiling fs-err v2.11.0 |
406 | 2024-08-16T05:01:04.305Z | Compiling terminal_size v0.3.0 |
407 | 2024-08-16T05:01:04.704Z | Compiling bytecount v0.6.8 |
408 | 2024-08-16T05:01:04.727Z | Compiling unicode-width v0.1.13 |
409 | 2024-08-16T05:01:04.789Z | Compiling heck v0.4.1 |
410 | 2024-08-16T05:01:04.840Z | Compiling anyhow v1.0.86 |
411 | 2024-08-16T05:01:04.898Z | Compiling strsim v0.11.1 |
412 | 2024-08-16T05:01:04.964Z | Compiling heck v0.5.0 |
413 | 2024-08-16T05:01:04.996Z | Compiling clap_lex v0.7.0 |
414 | 2024-08-16T05:01:05.366Z | Compiling fnv v1.0.7 |
415 | 2024-08-16T05:01:05.507Z | Compiling papergrid v0.11.0 |
416 | 2024-08-16T05:01:05.507Z | Compiling clap_builder v4.5.15 |
417 | 2024-08-16T05:01:05.648Z | Compiling memmap v0.7.0 |
418 | 2024-08-16T05:01:05.990Z | Compiling swrite v0.1.0 |
419 | 2024-08-16T05:01:08.003Z | Compiling tabled_derive v0.7.0 |
420 | 2024-08-16T05:01:09.537Z | Compiling tabled v0.15.0 |
421 | 2024-08-16T05:01:11.281Z | Compiling serde_derive v1.0.207 |
422 | 2024-08-16T05:01:11.281Z | Compiling thiserror-impl v1.0.63 |
423 | 2024-08-16T05:01:11.281Z | Compiling zerocopy-derive v0.7.34 |
424 | 2024-08-16T05:01:11.287Z | Compiling scroll_derive v0.12.0 |
425 | 2024-08-16T05:01:11.287Z | Compiling clap_derive v4.5.13 |
426 | 2024-08-16T05:01:12.483Z | Compiling scroll v0.12.0 |
427 | 2024-08-16T05:01:13.022Z | Compiling goblin v0.8.2 |
428 | 2024-08-16T05:01:13.568Z | Compiling zerocopy v0.7.34 |
429 | 2024-08-16T05:01:13.752Z | Compiling pest v2.7.10 |
430 | 2024-08-16T05:01:15.305Z | Compiling clap v4.5.15 |
431 | 2024-08-16T05:01:16.024Z | Compiling pest_meta v2.7.10 |
432 | 2024-08-16T05:01:16.805Z | Compiling pest_generator v2.7.10 |
433 | 2024-08-16T05:01:18.491Z | Compiling pest_derive v2.7.10 |
434 | 2024-08-16T05:01:19.197Z | Compiling dtrace-parser v0.2.0 |
435 | 2024-08-16T05:01:21.304Z | Compiling serde_tokenstream v0.2.2 |
436 | 2024-08-16T05:01:21.379Z | Compiling toml_datetime v0.6.8 |
437 | 2024-08-16T05:01:21.381Z | Compiling serde_spanned v0.6.7 |
438 | 2024-08-16T05:01:21.474Z | Compiling cargo-platform v0.1.8 |
439 | 2024-08-16T05:01:21.757Z | Compiling toml_edit v0.22.20 |
440 | 2024-08-16T05:01:21.903Z | Compiling macaddr v1.0.1 |
441 | 2024-08-16T05:01:22.689Z | Compiling dof v0.3.0 |
442 | 2024-08-16T05:01:22.849Z | Compiling cargo_metadata v0.18.1 |
443 | 2024-08-16T05:01:24.403Z | Compiling usdt-macro v0.5.0 |
444 | 2024-08-16T05:01:24.403Z | Compiling usdt-attr-macro v0.5.0 |
445 | 2024-08-16T05:01:24.648Z | Compiling toml v0.8.19 |
446 | 2024-08-16T05:01:25.511Z | Compiling cargo_toml v0.20.4 |
447 | 2024-08-16T05:01:25.695Z | Compiling usdt v0.5.0 |
448 | 2024-08-16T05:01:29.280Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
449 | 2024-08-16T05:01:33.100Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 51.65s |
450 | 2024-08-16T05:01:33.350Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
451 | 2024-08-16T05:01:33.922Z | Downloading crates ... |
452 | 2024-08-16T05:01:34.044Z | Downloaded assert_matches v1.5.0 |
453 | 2024-08-16T05:01:34.047Z | Downloaded arrayref v0.3.7 |
454 | 2024-08-16T05:01:34.050Z | Downloaded bitstruct_derive v0.1.0 |
455 | 2024-08-16T05:01:34.066Z | Downloaded ascii v1.1.0 |
456 | 2024-08-16T05:01:34.066Z | Downloaded atty v0.2.14 |
457 | 2024-08-16T05:01:34.066Z | Downloaded ciborium-io v0.2.2 |
458 | 2024-08-16T05:01:34.066Z | Downloaded crucible-workspace-hack v0.1.0 |
459 | 2024-08-16T05:01:34.070Z | Downloaded hubpack_derive v0.1.1 |
460 | 2024-08-16T05:01:34.070Z | Downloaded async-stream-impl v0.3.5 |
461 | 2024-08-16T05:01:34.073Z | Downloaded crc-catalog v2.4.0 |
462 | 2024-08-16T05:01:34.073Z | Downloaded block-padding v0.3.3 |
463 | 2024-08-16T05:01:34.073Z | Downloaded bitflags v1.3.2 |
464 | 2024-08-16T05:01:34.075Z | Downloaded const_format_proc_macros v0.2.32 |
465 | 2024-08-16T05:01:34.083Z | Downloaded curve25519-dalek-derive v0.1.1 |
466 | 2024-08-16T05:01:34.085Z | Downloaded castaway v0.2.3 |
467 | 2024-08-16T05:01:34.088Z | Downloaded is-terminal v0.4.12 |
468 | 2024-08-16T05:01:34.088Z | Downloaded bb8 v0.8.5 |
469 | 2024-08-16T05:01:34.090Z | Downloaded chacha20 v0.9.1 |
470 | 2024-08-16T05:01:34.093Z | Downloaded cexpr v0.6.0 |
471 | 2024-08-16T05:01:34.095Z | Downloaded crc v3.2.1 |
472 | 2024-08-16T05:01:34.098Z | Downloaded data-encoding v2.6.0 |
473 | 2024-08-16T05:01:34.098Z | Downloaded adler v1.0.2 |
474 | 2024-08-16T05:01:34.101Z | Downloaded hyper-staticfile v0.9.5 |
475 | 2024-08-16T05:01:34.103Z | Downloaded cancel-safe-futures v0.1.5 |
476 | 2024-08-16T05:01:34.106Z | Downloaded opaque-debug v0.3.1 |
477 | 2024-08-16T05:01:34.109Z | Downloaded num-conv v0.1.0 |
478 | 2024-08-16T05:01:34.109Z | Downloaded num_threads v0.1.7 |
479 | 2024-08-16T05:01:34.112Z | Downloaded convert_case v0.4.0 |
480 | 2024-08-16T05:01:34.112Z | Downloaded defmt v0.3.8 |
481 | 2024-08-16T05:01:34.115Z | Downloaded cstr-argument v0.1.2 |
482 | 2024-08-16T05:01:34.117Z | Downloaded cookie v0.18.1 |
483 | 2024-08-16T05:01:34.120Z | Downloaded hubpack v0.1.2 |
484 | 2024-08-16T05:01:34.120Z | Downloaded multimap v0.10.0 |
485 | 2024-08-16T05:01:34.123Z | Downloaded mime v0.3.17 |
486 | 2024-08-16T05:01:34.123Z | Downloaded lazy_static v1.5.0 |
487 | 2024-08-16T05:01:34.126Z | Downloaded arc-swap v1.7.1 |
488 | 2024-08-16T05:01:34.129Z | Downloaded bitfield v0.14.0 |
489 | 2024-08-16T05:01:34.131Z | Downloaded num_cpus v1.16.0 |
490 | 2024-08-16T05:01:34.134Z | Downloaded maybe-uninit v2.0.0 |
491 | 2024-08-16T05:01:34.139Z | Downloaded libefi-sys v0.1.0 |
492 | 2024-08-16T05:01:34.139Z | Downloaded olpc-cjson v0.1.3 |
493 | 2024-08-16T05:01:34.141Z | Downloaded nibble_vec v0.1.0 |
494 | 2024-08-16T05:01:34.141Z | Downloaded kstat-rs v0.2.4 |
495 | 2024-08-16T05:01:34.141Z | Downloaded num_enum_derive v0.5.11 |
496 | 2024-08-16T05:01:34.144Z | Downloaded blake2 v0.10.6 |
497 | 2024-08-16T05:01:34.146Z | Downloaded num-rational v0.4.2 |
498 | 2024-08-16T05:01:34.149Z | Downloaded lock_api v0.4.12 |
499 | 2024-08-16T05:01:34.151Z | Downloaded jobserver v0.1.32 |
500 | 2024-08-16T05:01:34.153Z | Downloaded serde_repr v0.1.19 |
501 | 2024-08-16T05:01:34.156Z | Downloaded num-integer v0.1.46 |
502 | 2024-08-16T05:01:34.156Z | Downloaded newtype-uuid v1.1.0 |
503 | 2024-08-16T05:01:34.159Z | Downloaded cfg_aliases v0.1.1 |
504 | 2024-08-16T05:01:34.159Z | Downloaded bitstruct v0.1.1 |
505 | 2024-08-16T05:01:34.162Z | Downloaded newline-converter v0.3.0 |
506 | 2024-08-16T05:01:34.162Z | Downloaded nu-ansi-term v0.50.0 |
507 | 2024-08-16T05:01:34.167Z | Downloaded memmap2 v0.9.4 |
508 | 2024-08-16T05:01:34.169Z | Downloaded sec1 v0.7.3 |
509 | 2024-08-16T05:01:34.169Z | Downloaded smallvec v0.6.14 |
510 | 2024-08-16T05:01:34.172Z | Downloaded maplit v1.0.2 |
511 | 2024-08-16T05:01:34.172Z | Downloaded slog-stdlog v4.1.1 |
512 | 2024-08-16T05:01:34.174Z | Downloaded base64 v0.22.1 |
513 | 2024-08-16T05:01:34.177Z | Downloaded darling_macro v0.20.9 |
514 | 2024-08-16T05:01:34.179Z | Downloaded is_ci v1.2.0 |
515 | 2024-08-16T05:01:34.179Z | Downloaded indent_write v2.2.0 |
516 | 2024-08-16T05:01:34.182Z | Downloaded crunchy v0.2.2 |
517 | 2024-08-16T05:01:34.182Z | Downloaded bit-vec v0.6.3 |
518 | 2024-08-16T05:01:34.184Z | Downloaded subtle v2.5.0 |
519 | 2024-08-16T05:01:34.184Z | Downloaded secrecy v0.8.0 |
520 | 2024-08-16T05:01:34.187Z | Downloaded allocator-api2 v0.2.18 |
521 | 2024-08-16T05:01:34.190Z | Downloaded native-tls v0.2.11 |
522 | 2024-08-16T05:01:34.192Z | Downloaded num-iter v0.1.45 |
523 | 2024-08-16T05:01:34.195Z | Downloaded structmeta v0.3.0 |
524 | 2024-08-16T05:01:34.195Z | Downloaded newtype_derive v0.1.6 |
525 | 2024-08-16T05:01:34.197Z | Downloaded normalize-line-endings v0.3.0 |
526 | 2024-08-16T05:01:34.197Z | Downloaded nodrop v0.1.14 |
527 | 2024-08-16T05:01:34.200Z | Downloaded crossbeam-deque v0.8.5 |
528 | 2024-08-16T05:01:34.200Z | Downloaded constant_time_eq v0.3.0 |
529 | 2024-08-16T05:01:34.204Z | Downloaded match_cfg v0.1.0 |
530 | 2024-08-16T05:01:34.204Z | Downloaded mockall_derive v0.13.0 |
531 | 2024-08-16T05:01:34.206Z | Downloaded openssl-macros v0.1.1 |
532 | 2024-08-16T05:01:34.208Z | Downloaded miniz_oxide v0.7.2 |
533 | 2024-08-16T05:01:34.208Z | Downloaded darling_core v0.20.9 |
534 | 2024-08-16T05:01:34.214Z | Downloaded crossbeam-channel v0.5.12 |
535 | 2024-08-16T05:01:34.218Z | Downloaded number_prefix v0.4.0 |
536 | 2024-08-16T05:01:34.221Z | Downloaded sqlformat v0.2.4 |
537 | 2024-08-16T05:01:34.224Z | Downloaded tower-service v0.3.2 |
538 | 2024-08-16T05:01:34.224Z | Downloaded linked-hash-map v0.5.6 |
539 | 2024-08-16T05:01:34.227Z | Downloaded keccak v0.1.5 |
540 | 2024-08-16T05:01:34.227Z | Downloaded inout v0.1.3 |
541 | 2024-08-16T05:01:34.230Z | Downloaded camino-tempfile v1.1.1 |
542 | 2024-08-16T05:01:34.230Z | Downloaded ciborium-ll v0.2.2 |
543 | 2024-08-16T05:01:34.232Z | Downloaded ascii-canvas v3.0.0 |
544 | 2024-08-16T05:01:34.232Z | Downloaded unicode-xid v0.2.4 |
545 | 2024-08-16T05:01:34.235Z | Downloaded tiny-keccak v2.0.2 |
546 | 2024-08-16T05:01:34.237Z | Downloaded structmeta-derive v0.2.0 |
547 | 2024-08-16T05:01:34.240Z | Downloaded managed v0.8.0 |
548 | 2024-08-16T05:01:34.240Z | Downloaded foreign-types-shared v0.3.1 |
549 | 2024-08-16T05:01:34.242Z | Downloaded md-5 v0.10.6 |
550 | 2024-08-16T05:01:34.242Z | Downloaded lazycell v1.3.0 |
551 | 2024-08-16T05:01:34.244Z | Downloaded base64ct v1.6.0 |
552 | 2024-08-16T05:01:34.247Z | Downloaded async-trait v0.1.81 |
553 | 2024-08-16T05:01:34.250Z | Downloaded tempfile v3.10.1 |
554 | 2024-08-16T05:01:34.253Z | Downloaded num-derive v0.4.2 |
555 | 2024-08-16T05:01:34.255Z | Downloaded unicode-truncate v1.0.0 |
556 | 2024-08-16T05:01:34.257Z | Downloaded schemars v0.8.21 |
557 | 2024-08-16T05:01:34.270Z | Downloaded num_enum v0.5.11 |
558 | 2024-08-16T05:01:34.274Z | Downloaded dirs-sys-next v0.1.2 |
559 | 2024-08-16T05:01:34.277Z | Downloaded slab v0.4.9 |
560 | 2024-08-16T05:01:34.280Z | Downloaded uzers v0.11.3 |
561 | 2024-08-16T05:01:34.283Z | Downloaded funty v2.0.0 |
562 | 2024-08-16T05:01:34.283Z | Downloaded fallible-iterator v0.2.0 |
563 | 2024-08-16T05:01:34.283Z | Downloaded paste v1.0.15 |
564 | 2024-08-16T05:01:34.286Z | Downloaded erased-serde v0.3.31 |
565 | 2024-08-16T05:01:34.288Z | Downloaded strum v0.26.3 |
566 | 2024-08-16T05:01:34.291Z | Downloaded percent-encoding v2.3.1 |
567 | 2024-08-16T05:01:34.291Z | Downloaded derive_builder_macro v0.20.0 |
568 | 2024-08-16T05:01:34.294Z | Downloaded untrusted v0.9.0 |
569 | 2024-08-16T05:01:34.298Z | Downloaded clang-sys v1.7.0 |
570 | 2024-08-16T05:01:34.298Z | Downloaded try-lock v0.2.5 |
571 | 2024-08-16T05:01:34.301Z | Downloaded hostname v0.4.0 |
572 | 2024-08-16T05:01:34.301Z | Downloaded hostname v0.3.1 |
573 | 2024-08-16T05:01:34.304Z | Downloaded yasna v0.5.2 |
574 | 2024-08-16T05:01:34.304Z | Downloaded cookie v0.17.0 |
575 | 2024-08-16T05:01:34.306Z | Downloaded pkg-config v0.3.30 |
576 | 2024-08-16T05:01:34.310Z | Downloaded foreign-types-shared v0.1.1 |
577 | 2024-08-16T05:01:34.310Z | Downloaded foreign-types v0.3.2 |
578 | 2024-08-16T05:01:34.313Z | Downloaded serde-hex v0.1.0 |
579 | 2024-08-16T05:01:34.313Z | Downloaded rustfmt-wrapper v0.2.1 |
580 | 2024-08-16T05:01:34.315Z | Downloaded rustc_version v0.4.0 |
581 | 2024-08-16T05:01:34.315Z | Downloaded slog-async v2.8.0 |
582 | 2024-08-16T05:01:34.317Z | Downloaded shlex v1.3.0 |
583 | 2024-08-16T05:01:34.320Z | Downloaded num-complex v0.4.6 |
584 | 2024-08-16T05:01:34.320Z | Downloaded tinyvec v1.6.0 |
585 | 2024-08-16T05:01:34.323Z | Downloaded openssl-probe v0.1.5 |
586 | 2024-08-16T05:01:34.326Z | Downloaded hashlink v0.9.1 |
587 | 2024-08-16T05:01:34.329Z | Downloaded mio v1.0.2 |
588 | 2024-08-16T05:01:34.334Z | Downloaded rpassword v7.3.1 |
589 | 2024-08-16T05:01:34.336Z | Downloaded topological-sort v0.2.2 |
590 | 2024-08-16T05:01:34.339Z | Downloaded tokio-macros v2.3.0 |
591 | 2024-08-16T05:01:34.339Z | Downloaded salsa20 v0.10.2 |
592 | 2024-08-16T05:01:34.341Z | Downloaded thread_local v1.1.8 |
593 | 2024-08-16T05:01:34.341Z | Downloaded universal-hash v0.5.1 |
594 | 2024-08-16T05:01:34.344Z | Downloaded zerocopy v0.6.6 |
595 | 2024-08-16T05:01:34.346Z | Downloaded tracing-attributes v0.1.27 |
596 | 2024-08-16T05:01:34.348Z | Downloaded pretty-hex v0.2.1 |
597 | 2024-08-16T05:01:34.351Z | Downloaded fallible-streaming-iterator v0.1.9 |
598 | 2024-08-16T05:01:34.351Z | Downloaded endian-type v0.1.2 |
599 | 2024-08-16T05:01:34.353Z | Downloaded strum_macros v0.24.3 |
600 | 2024-08-16T05:01:34.356Z | Downloaded structmeta-derive v0.3.0 |
601 | 2024-08-16T05:01:34.356Z | Downloaded sync_wrapper v0.1.2 |
602 | 2024-08-16T05:01:34.359Z | Downloaded untrusted v0.7.1 |
603 | 2024-08-16T05:01:34.359Z | Downloaded hyper v0.14.30 |
604 | 2024-08-16T05:01:34.366Z | Downloaded base64 v0.21.7 |
605 | 2024-08-16T05:01:34.371Z | Downloaded tinyvec_macros v0.1.1 |
606 | 2024-08-16T05:01:34.378Z | Downloaded sigpipe v0.1.3 |
607 | 2024-08-16T05:01:34.378Z | Downloaded multer v3.1.0 |
608 | 2024-08-16T05:01:34.382Z | Downloaded heck v0.3.3 |
609 | 2024-08-16T05:01:34.383Z | Downloaded proc-macro-crate v1.3.1 |
610 | 2024-08-16T05:01:34.383Z | Downloaded foreign-types v0.5.0 |
611 | 2024-08-16T05:01:34.383Z | Downloaded smallvec v1.13.2 |
612 | 2024-08-16T05:01:34.386Z | Downloaded serde_urlencoded v0.7.1 |
613 | 2024-08-16T05:01:34.386Z | Downloaded pkcs5 v0.7.1 |
614 | 2024-08-16T05:01:34.388Z | Downloaded futures-executor v0.3.30 |
615 | 2024-08-16T05:01:34.391Z | Downloaded diesel_table_macro_syntax v0.2.0 |
616 | 2024-08-16T05:01:34.391Z | Downloaded vte_generate_state_changes v0.1.1 |
617 | 2024-08-16T05:01:34.394Z | Downloaded signal-hook v0.3.17 |
618 | 2024-08-16T05:01:34.396Z | Downloaded poly1305 v0.8.0 |
619 | 2024-08-16T05:01:34.399Z | Downloaded signature v2.2.0 |
620 | 2024-08-16T05:01:34.401Z | Downloaded packed_struct v0.10.1 |
621 | 2024-08-16T05:01:34.404Z | Downloaded ref-cast-impl v1.0.23 |
622 | 2024-08-16T05:01:34.404Z | Downloaded hex v0.4.3 |
623 | 2024-08-16T05:01:34.406Z | Downloaded signal-hook-tokio v0.3.1 |
624 | 2024-08-16T05:01:34.407Z | Downloaded futures v0.3.30 |
625 | 2024-08-16T05:01:34.421Z | Downloaded rusty-fork v0.3.0 |
626 | 2024-08-16T05:01:34.424Z | Downloaded scopeguard v1.2.0 |
627 | 2024-08-16T05:01:34.426Z | Downloaded minimal-lexical v0.2.1 |
628 | 2024-08-16T05:01:34.431Z | Downloaded unicode-linebreak v0.1.5 |
629 | 2024-08-16T05:01:34.433Z | Downloaded structmeta v0.2.0 |
630 | 2024-08-16T05:01:34.433Z | Downloaded steno v0.4.1 |
631 | 2024-08-16T05:01:34.436Z | Downloaded unicase v2.7.0 |
632 | 2024-08-16T05:01:34.440Z | Downloaded tls_codec v0.4.1 |
633 | 2024-08-16T05:01:34.443Z | Downloaded tabwriter v1.4.0 |
634 | 2024-08-16T05:01:34.443Z | Downloaded tls_codec_derive v0.4.1 |
635 | 2024-08-16T05:01:34.445Z | Downloaded rustc-hash v1.1.0 |
636 | 2024-08-16T05:01:34.445Z | Downloaded fixedbitset v0.4.2 |
637 | 2024-08-16T05:01:34.449Z | Downloaded nom v7.1.3 |
638 | 2024-08-16T05:01:34.452Z | Downloaded portpicker v0.1.1 |
639 | 2024-08-16T05:01:34.455Z | Downloaded rand_chacha v0.3.1 |
640 | 2024-08-16T05:01:34.457Z | Downloaded tracing v0.1.40 |
641 | 2024-08-16T05:01:34.460Z | Downloaded time-macros v0.2.18 |
642 | 2024-08-16T05:01:34.463Z | Downloaded pin-project-internal v1.1.5 |
643 | 2024-08-16T05:01:34.466Z | Downloaded rustyline v14.0.0 |
644 | 2024-08-16T05:01:34.471Z | Downloaded vergen v8.3.2 |
645 | 2024-08-16T05:01:34.474Z | Downloaded toolchain_find v0.4.0 |
646 | 2024-08-16T05:01:34.476Z | Downloaded glob v0.3.1 |
647 | 2024-08-16T05:01:34.479Z | Downloaded vsss-rs v3.3.4 |
648 | 2024-08-16T05:01:34.481Z | Downloaded sqlparser_derive v0.2.2 |
649 | 2024-08-16T05:01:34.481Z | Downloaded wyz v0.5.1 |
650 | 2024-08-16T05:01:34.484Z | Downloaded num-traits v0.2.19 |
651 | 2024-08-16T05:01:34.486Z | Downloaded tui-tree-widget v0.22.0 |
652 | 2024-08-16T05:01:34.489Z | Downloaded scrypt v0.11.0 |
653 | 2024-08-16T05:01:34.491Z | Downloaded schemars_derive v0.8.21 |
654 | 2024-08-16T05:01:34.494Z | Downloaded strip-ansi-escapes v0.2.0 |
655 | 2024-08-16T05:01:34.494Z | Downloaded vte v0.11.1 |
656 | 2024-08-16T05:01:34.497Z | Downloaded derive_more v0.99.18 |
657 | 2024-08-16T05:01:34.500Z | Downloaded libm v0.2.8 |
658 | 2024-08-16T05:01:34.509Z | Downloaded peg-runtime v0.8.3 |
659 | 2024-08-16T05:01:34.511Z | Downloaded precomputed-hash v0.1.1 |
660 | 2024-08-16T05:01:34.514Z | Downloaded resolv-conf v0.7.0 |
661 | 2024-08-16T05:01:34.514Z | Downloaded predicates v3.1.2 |
662 | 2024-08-16T05:01:34.517Z | Downloaded pem v3.0.4 |
663 | 2024-08-16T05:01:34.519Z | Downloaded openssl-sys v0.9.103 |
664 | 2024-08-16T05:01:34.524Z | Downloaded filetime v0.2.24 |
665 | 2024-08-16T05:01:34.528Z | Downloaded stable_deref_trait v1.2.0 |
666 | 2024-08-16T05:01:34.530Z | Downloaded termtree v0.4.1 |
667 | 2024-08-16T05:01:34.530Z | Downloaded slog-json v2.6.1 |
668 | 2024-08-16T05:01:34.533Z | Downloaded derive_builder_core v0.20.0 |
669 | 2024-08-16T05:01:34.535Z | Downloaded want v0.3.1 |
670 | 2024-08-16T05:01:34.535Z | Downloaded waitgroup v0.1.2 |
671 | 2024-08-16T05:01:34.538Z | Downloaded tokio-native-tls v0.3.1 |
672 | 2024-08-16T05:01:34.540Z | Downloaded stringprep v0.1.4 |
673 | 2024-08-16T05:01:34.542Z | Downloaded enum-as-inner v0.6.0 |
674 | 2024-08-16T05:01:34.542Z | Downloaded diesel_derives v2.2.2 |
675 | 2024-08-16T05:01:34.547Z | Downloaded defmt-parser v0.3.4 |
676 | 2024-08-16T05:01:34.550Z | Downloaded der_derive v0.7.2 |
677 | 2024-08-16T05:01:34.552Z | Downloaded strum_macros v0.26.4 |
678 | 2024-08-16T05:01:34.555Z | Downloaded hickory-client v0.24.1 |
679 | 2024-08-16T05:01:34.557Z | Downloaded time-core v0.1.2 |
680 | 2024-08-16T05:01:34.557Z | Downloaded pkcs1 v0.7.5 |
681 | 2024-08-16T05:01:34.560Z | Downloaded fatfs v0.3.6 |
682 | 2024-08-16T05:01:34.564Z | Downloaded ppv-lite86 v0.2.17 |
683 | 2024-08-16T05:01:34.566Z | Downloaded predicates-core v1.0.6 |
684 | 2024-08-16T05:01:34.569Z | Downloaded take_mut v0.2.2 |
685 | 2024-08-16T05:01:34.569Z | Downloaded rustls-pki-types v1.7.0 |
686 | 2024-08-16T05:01:34.571Z | Downloaded postcard v1.0.8 |
687 | 2024-08-16T05:01:34.574Z | Downloaded powerfmt v0.2.0 |
688 | 2024-08-16T05:01:34.576Z | Downloaded thiserror-impl-no-std v2.0.2 |
689 | 2024-08-16T05:01:34.576Z | Downloaded termcolor v1.4.1 |
690 | 2024-08-16T05:01:34.579Z | Downloaded slog-dtrace v0.3.0 |
691 | 2024-08-16T05:01:34.581Z | Downloaded parking_lot_core v0.8.6 |
692 | 2024-08-16T05:01:34.584Z | Downloaded spin v0.5.2 |
693 | 2024-08-16T05:01:34.584Z | Downloaded tokio-rustls v0.25.0 |
694 | 2024-08-16T05:01:34.587Z | Downloaded unicode_categories v0.1.1 |
695 | 2024-08-16T05:01:34.589Z | Downloaded tokio-tungstenite v0.21.0 |
696 | 2024-08-16T05:01:34.591Z | Downloaded downcast v0.11.0 |
697 | 2024-08-16T05:01:34.594Z | Downloaded rtoolbox v0.0.2 |
698 | 2024-08-16T05:01:34.594Z | Downloaded globset v0.4.14 |
699 | 2024-08-16T05:01:34.597Z | Downloaded tokio-util v0.7.11 |
700 | 2024-08-16T05:01:34.603Z | Downloaded dirs-next v2.0.0 |
701 | 2024-08-16T05:01:34.605Z | Downloaded which v4.4.2 |
702 | 2024-08-16T05:01:34.608Z | Downloaded wait-timeout v0.2.0 |
703 | 2024-08-16T05:01:34.608Z | Downloaded mio v0.8.11 |
704 | 2024-08-16T05:01:34.614Z | Downloaded twox-hash v1.6.3 |
705 | 2024-08-16T05:01:34.617Z | Downloaded whoami v1.5.1 |
706 | 2024-08-16T05:01:34.619Z | Downloaded termios v0.3.3 |
707 | 2024-08-16T05:01:34.622Z | Downloaded serde_path_to_error v0.1.16 |
708 | 2024-08-16T05:01:34.622Z | Downloaded sha1 v0.10.6 |
709 | 2024-08-16T05:01:34.624Z | Downloaded chrono v0.4.38 |
710 | 2024-08-16T05:01:34.631Z | Downloaded rand_xorshift v0.3.0 |
711 | 2024-08-16T05:01:34.633Z | Downloaded path-slash v0.1.5 |
712 | 2024-08-16T05:01:34.636Z | Downloaded signal-hook-mio v0.2.4 |
713 | 2024-08-16T05:01:34.636Z | Downloaded flume v0.11.0 |
714 | 2024-08-16T05:01:34.639Z | Downloaded shell-words v1.1.0 |
715 | 2024-08-16T05:01:34.642Z | Downloaded peg v0.8.4 |
716 | 2024-08-16T05:01:34.645Z | Downloaded dsl_auto_type v0.1.2 |
717 | 2024-08-16T05:01:34.647Z | Downloaded crossterm v0.28.1 |
718 | 2024-08-16T05:01:34.653Z | Downloaded defmt-macros v0.3.9 |
719 | 2024-08-16T05:01:34.656Z | Downloaded phf_shared v0.10.0 |
720 | 2024-08-16T05:01:34.659Z | Downloaded tap v1.0.1 |
721 | 2024-08-16T05:01:34.659Z | Downloaded rand_seeder v0.3.0 |
722 | 2024-08-16T05:01:34.661Z | Downloaded zone v0.1.8 |
723 | 2024-08-16T05:01:34.661Z | Downloaded headers-core v0.2.0 |
724 | 2024-08-16T05:01:34.661Z | Downloaded fxhash v0.2.1 |
725 | 2024-08-16T05:01:34.664Z | Downloaded hash32 v0.2.1 |
726 | 2024-08-16T05:01:34.666Z | Downloaded parse-size v1.0.0 |
727 | 2024-08-16T05:01:34.666Z | Downloaded walkdir v2.5.0 |
728 | 2024-08-16T05:01:34.669Z | Downloaded peg-macros v0.8.4 |
729 | 2024-08-16T05:01:34.669Z | Downloaded url v2.5.2 |
730 | 2024-08-16T05:01:34.672Z | Downloaded parse-display-derive v0.10.0 |
731 | 2024-08-16T05:01:34.675Z | Downloaded parse-display v0.10.0 |
732 | 2024-08-16T05:01:34.675Z | Downloaded snafu-derive v0.8.2 |
733 | 2024-08-16T05:01:34.677Z | Downloaded fastrand v2.1.0 |
734 | 2024-08-16T05:01:34.679Z | Downloaded textwrap v0.16.1 |
735 | 2024-08-16T05:01:34.682Z | Downloaded http-range v0.1.5 |
736 | 2024-08-16T05:01:34.682Z | Downloaded serde-big-array v0.5.1 |
737 | 2024-08-16T05:01:34.684Z | Downloaded toml v0.7.8 |
738 | 2024-08-16T05:01:34.687Z | Downloaded ff v0.13.0 |
739 | 2024-08-16T05:01:34.689Z | Downloaded psl-types v2.0.11 |
740 | 2024-08-16T05:01:34.692Z | Downloaded pbkdf2 v0.12.2 |
741 | 2024-08-16T05:01:34.692Z | Downloaded test-strategy v0.3.1 |
742 | 2024-08-16T05:01:34.694Z | Downloaded der v0.7.9 |
743 | 2024-08-16T05:01:34.700Z | Downloaded packed_struct_codegen v0.10.1 |
744 | 2024-08-16T05:01:34.703Z | Downloaded embedded-io v0.4.0 |
745 | 2024-08-16T05:01:34.708Z | Downloaded either v1.13.0 |
746 | 2024-08-16T05:01:34.708Z | Downloaded predicates-tree v1.0.9 |
747 | 2024-08-16T05:01:34.708Z | Downloaded parking_lot v0.11.2 |
748 | 2024-08-16T05:01:34.713Z | Downloaded httparse v1.8.0 |
749 | 2024-08-16T05:01:34.715Z | Downloaded spin v0.9.8 |
750 | 2024-08-16T05:01:34.715Z | Downloaded env_logger v0.10.2 |
751 | 2024-08-16T05:01:34.718Z | Downloaded env_logger v0.9.3 |
752 | 2024-08-16T05:01:34.720Z | Downloaded dyn-clone v1.0.17 |
753 | 2024-08-16T05:01:34.723Z | Downloaded rustls-pemfile v1.0.4 |
754 | 2024-08-16T05:01:34.726Z | Downloaded quick-error v1.2.3 |
755 | 2024-08-16T05:01:34.726Z | Downloaded tokio-postgres v0.7.11 |
756 | 2024-08-16T05:01:34.731Z | Downloaded heapless v0.7.17 |
757 | 2024-08-16T05:01:34.734Z | Downloaded group v0.13.0 |
758 | 2024-08-16T05:01:34.736Z | Downloaded zeroize_derive v1.4.2 |
759 | 2024-08-16T05:01:34.739Z | Downloaded zeroize v1.7.0 |
760 | 2024-08-16T05:01:34.740Z | Downloaded semver v0.1.20 |
761 | 2024-08-16T05:01:34.742Z | Downloaded serde_with_macros v3.8.3 |
762 | 2024-08-16T05:01:34.742Z | Downloaded subprocess v0.2.9 |
763 | 2024-08-16T05:01:34.745Z | Downloaded pem-rfc7468 v0.7.0 |
764 | 2024-08-16T05:01:34.748Z | Downloaded ena v0.14.3 |
765 | 2024-08-16T05:01:34.750Z | Downloaded hickory-resolver v0.24.1 |
766 | 2024-08-16T05:01:34.754Z | Downloaded blake3 v1.5.1 |
767 | 2024-08-16T05:01:34.761Z | Downloaded parking_lot v0.12.2 |
768 | 2024-08-16T05:01:34.764Z | Downloaded rcgen v0.12.1 |
769 | 2024-08-16T05:01:34.769Z | Downloaded getopts v0.2.21 |
770 | 2024-08-16T05:01:34.771Z | Downloaded ron v0.8.1 |
771 | 2024-08-16T05:01:34.774Z | Downloaded rsa v0.9.6 |
772 | 2024-08-16T05:01:34.779Z | Downloaded rand v0.8.5 |
773 | 2024-08-16T05:01:34.783Z | Downloaded headers v0.3.9 |
774 | 2024-08-16T05:01:34.790Z | Downloaded snafu v0.8.2 |
775 | 2024-08-16T05:01:34.795Z | Downloaded rayon-core v1.12.1 |
776 | 2024-08-16T05:01:34.801Z | Downloaded regex-automata v0.1.10 |
777 | 2024-08-16T05:01:34.804Z | Downloaded bitvec v1.0.1 |
778 | 2024-08-16T05:01:34.821Z | Downloaded http v1.1.0 |
779 | 2024-08-16T05:01:34.824Z | Downloaded elliptic-curve v0.13.8 |
780 | 2024-08-16T05:01:34.828Z | Downloaded serde_yaml v0.9.34+deprecated |
781 | 2024-08-16T05:01:34.832Z | Downloaded reedline v0.33.0 |
782 | 2024-08-16T05:01:34.839Z | Downloaded http v0.2.12 |
783 | 2024-08-16T05:01:34.843Z | Downloaded zip v0.6.6 |
784 | 2024-08-16T05:01:34.849Z | Downloaded bindgen v0.69.4 |
785 | 2024-08-16T05:01:34.856Z | Downloaded time v0.3.36 |
786 | 2024-08-16T05:01:34.864Z | Downloaded x509-cert v0.2.5 |
787 | 2024-08-16T05:01:34.870Z | Downloaded proptest v1.5.0 |
788 | 2024-08-16T05:01:34.880Z | Downloaded rustls-webpki v0.101.7 |
789 | 2024-08-16T05:01:34.895Z | Downloaded publicsuffix v2.2.3 |
790 | 2024-08-16T05:01:34.898Z | Downloaded typed-path v0.7.1 |
791 | 2024-08-16T05:01:34.904Z | Downloaded reqwest v0.11.27 |
792 | 2024-08-16T05:01:34.912Z | Downloaded winnow v0.5.40 |
793 | 2024-08-16T05:01:34.921Z | Downloaded serde_with v3.8.3 |
794 | 2024-08-16T05:01:34.930Z | Downloaded openssl v0.10.66 |
795 | 2024-08-16T05:01:34.939Z | Downloaded object v0.30.4 |
796 | 2024-08-16T05:01:34.949Z | Downloaded futures-util v0.3.30 |
797 | 2024-08-16T05:01:34.961Z | Downloaded h2 v0.3.26 |
798 | 2024-08-16T05:01:34.968Z | Downloaded nix v0.28.0 |
799 | 2024-08-16T05:01:34.980Z | Downloaded curve25519-dalek v4.1.3 |
800 | 2024-08-16T05:01:34.989Z | Downloaded regex-syntax v0.6.29 |
801 | 2024-08-16T05:01:34.996Z | Downloaded regex v1.10.6 |
802 | 2024-08-16T05:01:35.010Z | Downloaded git2 v0.19.0 |
803 | 2024-08-16T05:01:35.021Z | Downloaded radix_trie v0.2.1 |
804 | 2024-08-16T05:01:35.028Z | Downloaded rayon v1.10.0 |
805 | 2024-08-16T05:01:35.039Z | Downloaded sqlparser v0.45.0 |
806 | 2024-08-16T05:01:35.044Z | Downloaded smoltcp v0.9.1 |
807 | 2024-08-16T05:01:35.052Z | Downloaded object v0.32.2 |
808 | 2024-08-16T05:01:35.061Z | Downloaded regress v0.9.1 |
809 | 2024-08-16T05:01:35.071Z | Downloaded gimli v0.28.1 |
810 | 2024-08-16T05:01:35.081Z | Downloaded rustls v0.21.12 |
811 | 2024-08-16T05:01:35.091Z | Downloaded rustls v0.22.4 |
812 | 2024-08-16T05:01:35.104Z | Downloaded diesel v2.2.2 |
813 | 2024-08-16T05:01:35.124Z | Downloaded openapiv3 v2.0.0 |
814 | 2024-08-16T05:01:35.135Z | Downloaded sled v0.34.7 |
815 | 2024-08-16T05:01:35.146Z | Downloaded hickory-proto v0.24.1 |
816 | 2024-08-16T05:01:35.161Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
817 | 2024-08-16T05:01:35.173Z | Downloaded smoltcp v0.11.0 |
818 | 2024-08-16T05:01:35.185Z | Downloaded regex-automata v0.4.6 |
819 | 2024-08-16T05:01:35.202Z | Downloaded webpki-roots v0.25.4 |
820 | 2024-08-16T05:01:35.206Z | Downloaded zerocopy-derive v0.6.6 |
821 | 2024-08-16T05:01:35.215Z | Downloaded sha3 v0.10.8 |
822 | 2024-08-16T05:01:35.219Z | Downloaded regex-syntax v0.8.4 |
823 | 2024-08-16T05:01:35.228Z | Downloaded polar-core v0.27.3 |
824 | 2024-08-16T05:01:35.237Z | Downloaded tokio v1.38.1 |
825 | 2024-08-16T05:01:35.275Z | Downloaded ratatui v0.28.0 |
826 | 2024-08-16T05:01:35.296Z | Downloaded csv v1.3.0 |
827 | 2024-08-16T05:01:35.317Z | Downloaded nix v0.27.1 |
828 | 2024-08-16T05:01:35.327Z | Downloaded idna v0.5.0 |
829 | 2024-08-16T05:01:35.335Z | Downloaded idna v0.3.0 |
830 | 2024-08-16T05:01:35.342Z | Downloaded bstr v0.2.17 |
831 | 2024-08-16T05:01:35.353Z | Downloaded bstr v1.9.1 |
832 | 2024-08-16T05:01:35.364Z | Downloaded finl_unicode v1.2.0 |
833 | 2024-08-16T05:01:35.378Z | Downloaded rustls-webpki v0.102.4 |
834 | 2024-08-16T05:01:35.397Z | Downloaded petgraph v0.6.5 |
835 | 2024-08-16T05:01:35.415Z | Downloaded vcpkg v0.2.15 |
836 | 2024-08-16T05:01:35.454Z | Downloaded lalrpop v0.19.12 |
837 | 2024-08-16T05:01:35.467Z | Downloaded rusqlite v0.31.0 |
838 | 2024-08-16T05:01:35.474Z | Downloaded idna v0.4.0 |
839 | 2024-08-16T05:01:35.481Z | Downloaded portable-atomic v1.6.0 |
840 | 2024-08-16T05:01:35.488Z | Downloaded toml_edit v0.19.15 |
841 | 2024-08-16T05:01:35.505Z | Downloaded flate2 v1.0.31 |
842 | 2024-08-16T05:01:35.510Z | Downloaded unicode-normalization v0.1.23 |
843 | 2024-08-16T05:01:35.514Z | Downloaded socket2 v0.4.10 |
844 | 2024-08-16T05:01:35.516Z | Downloaded socket2 v0.5.7 |
845 | 2024-08-16T05:01:35.519Z | Downloaded quick-xml v0.31.0 |
846 | 2024-08-16T05:01:35.524Z | Downloaded itertools v0.12.1 |
847 | 2024-08-16T05:01:35.532Z | Downloaded hkdf v0.12.4 |
848 | 2024-08-16T05:01:35.534Z | Downloaded rustc-demangle v0.1.24 |
849 | 2024-08-16T05:01:35.536Z | Downloaded hickory-server v0.24.1 |
850 | 2024-08-16T05:01:35.541Z | Downloaded phf_shared v0.11.2 |
851 | 2024-08-16T05:01:35.544Z | Downloaded serde_derive_internals v0.29.1 |
852 | 2024-08-16T05:01:35.544Z | Downloaded gethostname v0.5.0 |
853 | 2024-08-16T05:01:35.547Z | Downloaded xattr v1.3.1 |
854 | 2024-08-16T05:01:35.549Z | Downloaded string_cache v0.8.7 |
855 | 2024-08-16T05:01:35.549Z | Downloaded slog-scope v4.4.0 |
856 | 2024-08-16T05:01:35.554Z | Downloaded serde_arrays v0.1.0 |
857 | 2024-08-16T05:01:35.554Z | Downloaded half v2.4.1 |
858 | 2024-08-16T05:01:35.558Z | Downloaded phf v0.11.2 |
859 | 2024-08-16T05:01:35.558Z | Downloaded ron v0.7.1 |
860 | 2024-08-16T05:01:35.560Z | Downloaded getrandom v0.2.14 |
861 | 2024-08-16T05:01:35.563Z | Downloaded rand_core v0.6.4 |
862 | 2024-08-16T05:01:35.566Z | Downloaded libxml v0.3.3 |
863 | 2024-08-16T05:01:35.571Z | Downloaded fallible-iterator v0.3.0 |
864 | 2024-08-16T05:01:35.573Z | Downloaded ring v0.16.20 |
865 | 2024-08-16T05:01:35.655Z | Downloaded zone_cfg_derive v0.1.2 |
866 | 2024-08-16T05:01:35.658Z | Downloaded encoding_rs v0.8.34 |
867 | 2024-08-16T05:01:35.677Z | Downloaded expectorate v1.1.0 |
868 | 2024-08-16T05:01:35.695Z | Downloaded serde_plain v1.0.2 |
869 | 2024-08-16T05:01:35.695Z | Downloaded tungstenite v0.21.0 |
870 | 2024-08-16T05:01:35.695Z | Downloaded tungstenite v0.20.1 |
871 | 2024-08-16T05:01:35.700Z | Downloaded unarray v0.1.4 |
872 | 2024-08-16T05:01:35.700Z | Downloaded derive_builder v0.20.0 |
873 | 2024-08-16T05:01:35.700Z | Downloaded pin-project-lite v0.2.14 |
874 | 2024-08-16T05:01:35.700Z | Downloaded static_assertions v1.1.0 |
875 | 2024-08-16T05:01:35.703Z | Downloaded unicode-bidi v0.3.15 |
876 | 2024-08-16T05:01:35.703Z | Downloaded tough v0.17.1 |
877 | 2024-08-16T05:01:35.709Z | Downloaded itertools v0.13.0 |
878 | 2024-08-16T05:01:35.716Z | Downloaded spki v0.7.3 |
879 | 2024-08-16T05:01:35.718Z | Downloaded hashbrown v0.13.2 |
880 | 2024-08-16T05:01:35.722Z | Downloaded hashbrown v0.12.3 |
881 | 2024-08-16T05:01:35.726Z | Downloaded unicode-segmentation v1.11.0 |
882 | 2024-08-16T05:01:35.730Z | Downloaded httpdate v1.0.3 |
883 | 2024-08-16T05:01:35.732Z | Downloaded hash32 v0.3.1 |
884 | 2024-08-16T05:01:35.732Z | Downloaded parking_lot_core v0.9.10 |
885 | 2024-08-16T05:01:35.735Z | Downloaded diff v0.1.13 |
886 | 2024-08-16T05:01:35.737Z | Downloaded pin-utils v0.1.0 |
887 | 2024-08-16T05:01:35.740Z | Downloaded heapless v0.8.0 |
888 | 2024-08-16T05:01:35.743Z | Downloaded rustls-pemfile v2.1.3 |
889 | 2024-08-16T05:01:35.746Z | Downloaded prettyplease v0.2.20 |
890 | 2024-08-16T05:01:35.748Z | Downloaded slog-envlogger v2.2.0 |
891 | 2024-08-16T05:01:35.750Z | Downloaded tokio-stream v0.1.15 |
892 | 2024-08-16T05:01:35.753Z | Downloaded sct v0.7.1 |
893 | 2024-08-16T05:01:35.756Z | Downloaded postgres-protocol v0.6.7 |
894 | 2024-08-16T05:01:35.759Z | Downloaded samael v0.0.15 |
895 | 2024-08-16T05:01:35.763Z | Downloaded futures-task v0.3.30 |
896 | 2024-08-16T05:01:35.766Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
897 | 2024-08-16T05:01:35.823Z | Downloaded futures-sink v0.3.30 |
898 | 2024-08-16T05:01:35.826Z | Downloaded deranged v0.3.11 |
899 | 2024-08-16T05:01:35.826Z | Downloaded slog v2.7.0 |
900 | 2024-08-16T05:01:35.829Z | Downloaded similar v2.5.0 |
901 | 2024-08-16T05:01:35.832Z | Downloaded num-bigint-dig v0.8.4 |
902 | 2024-08-16T05:01:35.839Z | Downloaded itertools v0.10.5 |
903 | 2024-08-16T05:01:35.843Z | Downloaded float-cmp v0.9.0 |
904 | 2024-08-16T05:01:35.846Z | Downloaded flagset v0.4.5 |
905 | 2024-08-16T05:01:35.846Z | Downloaded oso v0.27.3 |
906 | 2024-08-16T05:01:35.849Z | Downloaded unsafe-libyaml v0.2.11 |
907 | 2024-08-16T05:01:35.852Z | Downloaded tracing-core v0.1.32 |
908 | 2024-08-16T05:01:35.855Z | Downloaded aho-corasick v1.1.3 |
909 | 2024-08-16T05:01:35.861Z | Downloaded owo-colors v4.0.0 |
910 | 2024-08-16T05:01:35.863Z | Downloaded http-body v0.4.6 |
911 | 2024-08-16T05:01:35.865Z | Downloaded crypto-bigint v0.5.5 |
912 | 2024-08-16T05:01:35.871Z | Downloaded futures-macro v0.3.30 |
913 | 2024-08-16T05:01:35.874Z | Downloaded futures-io v0.3.30 |
914 | 2024-08-16T05:01:35.874Z | Downloaded fd-lock v4.0.2 |
915 | 2024-08-16T05:01:35.876Z | Downloaded difflib v0.4.0 |
916 | 2024-08-16T05:01:35.876Z | Downloaded slog-bunyan v2.5.0 |
917 | 2024-08-16T05:01:35.879Z | Downloaded supports-color v3.0.0 |
918 | 2024-08-16T05:01:35.879Z | Downloaded scheduled-thread-pool v0.2.7 |
919 | 2024-08-16T05:01:35.881Z | Downloaded same-file v1.0.6 |
920 | 2024-08-16T05:01:35.881Z | Downloaded postgres-types v0.2.7 |
921 | 2024-08-16T05:01:35.884Z | Downloaded utf-8 v0.7.6 |
922 | 2024-08-16T05:01:35.886Z | Downloaded tokio-tungstenite v0.20.1 |
923 | 2024-08-16T05:01:35.886Z | Downloaded strum_macros v0.25.3 |
924 | 2024-08-16T05:01:35.889Z | Downloaded smf v0.2.3 |
925 | 2024-08-16T05:01:35.892Z | Downloaded pkcs8 v0.10.2 |
926 | 2024-08-16T05:01:35.895Z | Downloaded pin-project v1.1.5 |
927 | 2024-08-16T05:01:35.902Z | Downloaded hmac v0.12.1 |
928 | 2024-08-16T05:01:35.905Z | Downloaded const_format v0.2.32 |
929 | 2024-08-16T05:01:35.908Z | Downloaded cc v1.0.97 |
930 | 2024-08-16T05:01:35.912Z | Downloaded rustversion v1.0.17 |
931 | 2024-08-16T05:01:35.914Z | Downloaded rustc_version v0.1.7 |
932 | 2024-08-16T05:01:35.917Z | Downloaded indicatif v0.17.8 |
933 | 2024-08-16T05:01:35.919Z | Downloaded chacha20poly1305 v0.10.1 |
934 | 2024-08-16T05:01:35.922Z | Downloaded derive-where v1.2.7 |
935 | 2024-08-16T05:01:35.924Z | Downloaded futures-core v0.3.30 |
936 | 2024-08-16T05:01:35.927Z | Downloaded foreign-types-macros v0.2.3 |
937 | 2024-08-16T05:01:35.927Z | Downloaded crossterm v0.27.0 |
938 | 2024-08-16T05:01:35.932Z | Downloaded futures-channel v0.3.30 |
939 | 2024-08-16T05:01:35.934Z | Downloaded omicron-zone-package v0.11.0 |
940 | 2024-08-16T05:01:35.937Z | Downloaded thiserror-no-std v2.0.2 |
941 | 2024-08-16T05:01:35.940Z | Downloaded ref-cast v1.0.23 |
942 | 2024-08-16T05:01:35.943Z | Downloaded radium v0.7.0 |
943 | 2024-08-16T05:01:35.945Z | Downloaded password-hash v0.5.0 |
944 | 2024-08-16T05:01:35.945Z | Downloaded oso-derive v0.27.3 |
945 | 2024-08-16T05:01:35.948Z | Downloaded smawk v0.3.2 |
946 | 2024-08-16T05:01:35.948Z | Downloaded highway v1.2.0 |
947 | 2024-08-16T05:01:35.951Z | Downloaded term v0.7.0 |
948 | 2024-08-16T05:01:35.955Z | Downloaded uuid v1.10.0 |
949 | 2024-08-16T05:01:35.957Z | Downloaded tar v0.4.41 |
950 | 2024-08-16T05:01:35.959Z | Downloaded crossbeam-utils v0.8.19 |
951 | 2024-08-16T05:01:35.961Z | Downloaded r2d2 v0.8.10 |
952 | 2024-08-16T05:01:35.961Z | Downloaded float-ord v0.3.2 |
953 | 2024-08-16T05:01:35.964Z | Downloaded crc-any v2.5.0 |
954 | 2024-08-16T05:01:35.966Z | Downloaded home v0.5.9 |
955 | 2024-08-16T05:01:35.966Z | Downloaded fragile v2.0.0 |
956 | 2024-08-16T05:01:35.969Z | Downloaded form_urlencoded v1.2.1 |
957 | 2024-08-16T05:01:35.969Z | Downloaded display-error-chain v0.2.0 |
958 | 2024-08-16T05:01:35.969Z | Downloaded slog-term v2.9.1 |
959 | 2024-08-16T05:01:35.971Z | Downloaded mime_guess v2.0.4 |
960 | 2024-08-16T05:01:35.975Z | Downloaded ipnetwork v0.20.0 |
961 | 2024-08-16T05:01:35.977Z | Downloaded iana-time-zone v0.1.60 |
962 | 2024-08-16T05:01:35.977Z | Downloaded tokio-rustls v0.24.1 |
963 | 2024-08-16T05:01:35.980Z | Downloaded mockall v0.13.0 |
964 | 2024-08-16T05:01:35.980Z | Downloaded darling v0.20.9 |
965 | 2024-08-16T05:01:35.984Z | Downloaded ciborium v0.2.2 |
966 | 2024-08-16T05:01:35.986Z | Downloaded arrayvec v0.7.4 |
967 | 2024-08-16T05:01:35.989Z | Downloaded aes v0.8.4 |
968 | 2024-08-16T05:01:35.991Z | Downloaded linear-map v1.2.0 |
969 | 2024-08-16T05:01:35.994Z | Downloaded num v0.4.3 |
970 | 2024-08-16T05:01:35.994Z | Downloaded memoffset v0.9.1 |
971 | 2024-08-16T05:01:35.997Z | Downloaded nanorand v0.7.0 |
972 | 2024-08-16T05:01:35.999Z | Downloaded crc32fast v1.4.0 |
973 | 2024-08-16T05:01:35.999Z | Downloaded cookie_store v0.20.0 |
974 | 2024-08-16T05:01:36.002Z | Downloaded console v0.15.8 |
975 | 2024-08-16T05:01:36.004Z | Downloaded bzip2 v0.4.4 |
976 | 2024-08-16T05:01:36.007Z | Downloaded backoff v0.4.0 |
977 | 2024-08-16T05:01:36.011Z | Downloaded backtrace v0.3.71 |
978 | 2024-08-16T05:01:36.016Z | Downloaded siphasher v0.3.11 |
979 | 2024-08-16T05:01:36.016Z | Downloaded signal-hook-registry v1.4.2 |
980 | 2024-08-16T05:01:36.016Z | Downloaded cbc v0.1.2 |
981 | 2024-08-16T05:01:36.019Z | Downloaded async-recursion v1.1.1 |
982 | 2024-08-16T05:01:36.027Z | Downloaded array-init v0.0.4 |
983 | 2024-08-16T05:01:36.027Z | Downloaded cassowary v0.3.0 |
984 | 2024-08-16T05:01:36.027Z | Downloaded bytes v1.7.1 |
985 | 2024-08-16T05:01:36.030Z | Downloaded buf-list v1.0.3 |
986 | 2024-08-16T05:01:36.030Z | Downloaded lru v0.12.3 |
987 | 2024-08-16T05:01:36.030Z | Downloaded instant v0.1.12 |
988 | 2024-08-16T05:01:36.030Z | Downloaded colored v2.1.0 |
989 | 2024-08-16T05:01:36.033Z | Downloaded bitfield-struct v0.6.1 |
990 | 2024-08-16T05:01:36.033Z | Downloaded base16ct v0.2.0 |
991 | 2024-08-16T05:01:36.035Z | Downloaded csv-core v0.1.11 |
992 | 2024-08-16T05:01:36.035Z | Downloaded compact_str v0.8.0 |
993 | 2024-08-16T05:01:36.038Z | Downloaded debug-ignore v1.0.5 |
994 | 2024-08-16T05:01:36.041Z | Downloaded new_debug_unreachable v1.0.6 |
995 | 2024-08-16T05:01:36.041Z | Downloaded libloading v0.8.3 |
996 | 2024-08-16T05:01:36.043Z | Downloaded indexmap v1.9.3 |
997 | 2024-08-16T05:01:36.046Z | Downloaded lalrpop-util v0.19.12 |
998 | 2024-08-16T05:01:36.049Z | Downloaded libsw v3.3.1 |
999 | 2024-08-16T05:01:36.052Z | Downloaded async-stream v0.3.5 |
1000 | 2024-08-16T05:01:36.052Z | Downloaded ipnet v2.9.0 |
1001 | 2024-08-16T05:01:36.054Z | Downloaded atomicwrites v0.4.3 |
1002 | 2024-08-16T05:01:36.054Z | Downloaded base64 v0.13.1 |
1003 | 2024-08-16T05:01:36.057Z | Downloaded lru-cache v0.1.2 |
1004 | 2024-08-16T05:01:36.057Z | Downloaded impl-trait-for-tuples v0.2.2 |
1005 | 2024-08-16T05:01:36.060Z | Downloaded ahash v0.8.11 |
1006 | 2024-08-16T05:01:36.063Z | Downloaded aead v0.5.2 |
1007 | 2024-08-16T05:01:36.065Z | Downloaded indoc v1.0.9 |
1008 | 2024-08-16T05:01:36.065Z | Downloaded hyper-tls v0.5.0 |
1009 | 2024-08-16T05:01:36.068Z | Downloaded instability v0.3.2 |
1010 | 2024-08-16T05:01:36.068Z | Downloaded crossbeam-epoch v0.9.18 |
1011 | 2024-08-16T05:01:36.070Z | Downloaded const-oid v0.9.6 |
1012 | 2024-08-16T05:01:36.073Z | Downloaded argon2 v0.5.3 |
1013 | 2024-08-16T05:01:36.075Z | Downloaded cipher v0.4.4 |
1014 | 2024-08-16T05:01:36.078Z | Downloaded ident_case v1.0.1 |
1015 | 2024-08-16T05:01:36.078Z | Downloaded addr2line v0.21.0 |
1016 | 2024-08-16T05:01:36.081Z | Downloaded bcs v0.1.6 |
1017 | 2024-08-16T05:01:36.081Z | Downloaded hyper-rustls v0.24.2 |
1018 | 2024-08-16T05:01:36.083Z | Downloaded humantime v2.1.0 |
1019 | 2024-08-16T05:01:36.085Z | Downloaded cobs v0.2.3 |
1020 | 2024-08-16T05:01:36.085Z | Downloaded bit-set v0.5.3 |
1021 | 2024-08-16T05:01:36.088Z | Downloaded atomic-waker v1.1.2 |
1022 | 2024-08-16T05:01:36.226Z | Downloaded libz-sys v1.1.16 |
1023 | 2024-08-16T05:01:36.311Z | Downloaded ring v0.17.8 |
1024 | 2024-08-16T05:01:36.432Z | Downloaded libsqlite3-sys v0.28.0 |
1025 | 2024-08-16T05:01:36.592Z | Compiling cfg-if v1.0.0 |
1026 | 2024-08-16T05:01:36.593Z | Compiling serde v1.0.207 |
1027 | 2024-08-16T05:01:36.595Z | Compiling lock_api v0.4.12 |
1028 | 2024-08-16T05:01:36.595Z | Compiling scopeguard v1.2.0 |
1029 | 2024-08-16T05:01:36.595Z | Compiling typenum v1.17.0 |
1030 | 2024-08-16T05:01:36.743Z | Compiling generic-array v0.14.7 |
1031 | 2024-08-16T05:01:36.781Z | Compiling syn v2.0.74 |
1032 | 2024-08-16T05:01:36.808Z | Compiling getrandom v0.2.14 |
1033 | 2024-08-16T05:01:36.810Z | Compiling log v0.4.21 |
1034 | 2024-08-16T05:01:36.850Z | Compiling jobserver v0.1.32 |
1035 | 2024-08-16T05:01:37.057Z | Compiling rand_core v0.6.4 |
1036 | 2024-08-16T05:01:37.264Z | Compiling cc v1.0.97 |
1037 | 2024-08-16T05:01:37.299Z | Compiling subtle v2.5.0 |
1038 | 2024-08-16T05:01:37.317Z | Compiling const-oid v0.9.6 |
1039 | 2024-08-16T05:01:37.601Z | Compiling pin-project-lite v0.2.14 |
1040 | 2024-08-16T05:01:37.627Z | Compiling smallvec v1.13.2 |
1041 | 2024-08-16T05:01:37.647Z | Compiling parking_lot_core v0.9.10 |
1042 | 2024-08-16T05:01:37.730Z | Compiling spin v0.9.8 |
1043 | 2024-08-16T05:01:37.766Z | Compiling signal-hook-registry v1.4.2 |
1044 | 2024-08-16T05:01:38.015Z | Compiling mio v0.8.11 |
1045 | 2024-08-16T05:01:38.119Z | Compiling ahash v0.8.11 |
1046 | 2024-08-16T05:01:38.476Z | Compiling tinyvec_macros v0.1.1 |
1047 | 2024-08-16T05:01:38.708Z | Compiling parking_lot v0.12.2 |
1048 | 2024-08-16T05:01:38.725Z | Compiling tinyvec v1.6.0 |
1049 | 2024-08-16T05:01:39.022Z | Compiling num_cpus v1.16.0 |
1050 | 2024-08-16T05:01:39.153Z | Compiling socket2 v0.5.7 |
1051 | 2024-08-16T05:01:39.332Z | Compiling cpufeatures v0.2.12 |
1052 | 2024-08-16T05:01:39.427Z | Compiling libm v0.2.8 |
1053 | 2024-08-16T05:01:39.430Z | Compiling serde_json v1.0.125 |
1054 | 2024-08-16T05:01:39.589Z | Compiling futures-core v0.3.30 |
1055 | 2024-08-16T05:01:39.709Z | Compiling num-traits v0.2.19 |
1056 | 2024-08-16T05:01:39.812Z | Compiling slab v0.4.9 |
1057 | 2024-08-16T05:01:39.845Z | Compiling allocator-api2 v0.2.18 |
1058 | 2024-08-16T05:01:39.867Z | Compiling unicode-bidi v0.3.15 |
1059 | 2024-08-16T05:01:40.007Z | Compiling futures-sink v0.3.30 |
1060 | 2024-08-16T05:01:40.349Z | Compiling unicode-normalization v0.1.23 |
1061 | 2024-08-16T05:01:40.389Z | Compiling futures-channel v0.3.30 |
1062 | 2024-08-16T05:01:40.583Z | Compiling vcpkg v0.2.15 |
1063 | 2024-08-16T05:01:40.631Z | Compiling futures-task v0.3.30 |
1064 | 2024-08-16T05:01:40.830Z | Compiling pin-utils v0.1.0 |
1065 | 2024-08-16T05:01:40.931Z | Compiling pkg-config v0.3.30 |
1066 | 2024-08-16T05:01:40.951Z | Compiling futures-io v0.3.30 |
1067 | 2024-08-16T05:01:41.481Z | Compiling base64ct v1.6.0 |
1068 | 2024-08-16T05:01:41.518Z | Compiling flagset v0.4.5 |
1069 | 2024-08-16T05:01:41.535Z | Compiling ring v0.17.8 |
1070 | 2024-08-16T05:01:41.675Z | Compiling ppv-lite86 v0.2.17 |
1071 | 2024-08-16T05:01:41.721Z | Compiling percent-encoding v2.3.1 |
1072 | 2024-08-16T05:01:42.077Z | Compiling pem-rfc7468 v0.7.0 |
1073 | 2024-08-16T05:01:42.095Z | Compiling tracing-core v0.1.32 |
1074 | 2024-08-16T05:01:42.465Z | Compiling rand_chacha v0.3.1 |
1075 | 2024-08-16T05:01:42.700Z | Compiling untrusted v0.9.0 |
1076 | 2024-08-16T05:01:42.806Z | Compiling rustix v0.38.34 |
1077 | 2024-08-16T05:01:42.824Z | Compiling openssl-sys v0.9.103 |
1078 | 2024-08-16T05:01:42.857Z | Compiling rand v0.8.5 |
1079 | 2024-08-16T05:01:43.275Z | Compiling rustversion v1.0.17 |
1080 | 2024-08-16T05:01:43.393Z | Compiling openssl v0.10.66 |
1081 | 2024-08-16T05:01:43.671Z | Compiling powerfmt v0.2.0 |
1082 | 2024-08-16T05:01:43.861Z | Compiling httparse v1.8.0 |
1083 | 2024-08-16T05:01:43.939Z | Compiling foreign-types-shared v0.1.1 |
1084 | 2024-08-16T05:01:44.038Z | Compiling time-core v0.1.2 |
1085 | 2024-08-16T05:01:44.056Z | Compiling num-conv v0.1.0 |
1086 | 2024-08-16T05:01:44.201Z | Compiling foreign-types v0.3.2 |
1087 | 2024-08-16T05:01:44.292Z | Compiling deranged v0.3.11 |
1088 | 2024-08-16T05:01:44.295Z | Compiling time-macros v0.2.18 |
1089 | 2024-08-16T05:01:44.332Z | Compiling form_urlencoded v1.2.1 |
1090 | 2024-08-16T05:01:44.545Z | Compiling lazy_static v1.5.0 |
1091 | 2024-08-16T05:01:44.615Z | Compiling syn v1.0.109 |
1092 | 2024-08-16T05:01:44.655Z | Compiling siphasher v0.3.11 |
1093 | 2024-08-16T05:01:44.669Z | Compiling crossbeam-utils v0.8.19 |
1094 | 2024-08-16T05:01:44.964Z | Compiling num_threads v0.1.7 |
1095 | 2024-08-16T05:01:45.060Z | Compiling rustls v0.21.12 |
1096 | 2024-08-16T05:01:45.212Z | Compiling native-tls v0.2.11 |
1097 | 2024-08-16T05:01:45.230Z | Compiling try-lock v0.2.5 |
1098 | 2024-08-16T05:01:45.368Z | Compiling want v0.3.1 |
1099 | 2024-08-16T05:01:45.606Z | Compiling idna v0.5.0 |
1100 | 2024-08-16T05:01:45.816Z | Compiling aho-corasick v1.1.3 |
1101 | 2024-08-16T05:01:46.290Z | Compiling cookie v0.17.0 |
1102 | 2024-08-16T05:01:46.549Z | Compiling tower-service v0.3.2 |
1103 | 2024-08-16T05:01:46.666Z | Compiling iana-time-zone v0.1.60 |
1104 | 2024-08-16T05:01:46.669Z | Compiling finl_unicode v1.2.0 |
1105 | 2024-08-16T05:01:46.911Z | Compiling openssl-probe v0.1.5 |
1106 | 2024-08-16T05:01:47.089Z | Compiling httpdate v1.0.3 |
1107 | 2024-08-16T05:01:47.180Z | Compiling regex-syntax v0.8.4 |
1108 | 2024-08-16T05:01:47.246Z | Compiling adler v1.0.2 |
1109 | 2024-08-16T05:01:47.265Z | Compiling slog v2.7.0 |
1110 | 2024-08-16T05:01:47.301Z | Compiling time v0.3.36 |
1111 | 2024-08-16T05:01:47.480Z | Compiling miniz_oxide v0.7.2 |
1112 | 2024-08-16T05:01:47.517Z | Compiling stringprep v0.1.4 |
1113 | 2024-08-16T05:01:47.902Z | Compiling url v2.5.2 |
1114 | 2024-08-16T05:01:49.757Z | Compiling num-integer v0.1.46 |
1115 | 2024-08-16T05:01:50.069Z | Compiling backtrace v0.3.71 |
1116 | 2024-08-16T05:01:50.505Z | Compiling idna v0.3.0 |
1117 | 2024-08-16T05:01:50.540Z | Compiling regex-automata v0.4.6 |
1118 | 2024-08-16T05:01:50.861Z | Compiling hash32 v0.2.1 |
1119 | 2024-08-16T05:01:50.934Z | Compiling serde_derive v1.0.207 |
1120 | 2024-08-16T05:01:51.244Z | Compiling zeroize_derive v1.4.2 |
1121 | 2024-08-16T05:01:52.066Z | Compiling zerocopy-derive v0.7.34 |
1122 | 2024-08-16T05:01:52.477Z | Compiling tokio-macros v2.3.0 |
1123 | 2024-08-16T05:01:52.877Z | Compiling zeroize v1.7.0 |
1124 | 2024-08-16T05:01:53.471Z | Compiling thiserror-impl v1.0.63 |
1125 | 2024-08-16T05:01:54.040Z | Compiling futures-macro v0.3.30 |
1126 | 2024-08-16T05:01:54.266Z | Compiling zerocopy v0.7.34 |
1127 | 2024-08-16T05:01:54.578Z | Compiling crypto-common v0.1.6 |
1128 | 2024-08-16T05:01:54.837Z | Compiling block-buffer v0.10.4 |
1129 | 2024-08-16T05:01:54.874Z | Compiling block-padding v0.3.3 |
1130 | 2024-08-16T05:01:55.055Z | Compiling digest v0.10.7 |
1131 | 2024-08-16T05:01:55.058Z | Compiling inout v0.1.3 |
1132 | 2024-08-16T05:01:55.347Z | Compiling cipher v0.4.4 |
1133 | 2024-08-16T05:01:55.533Z | Compiling hmac v0.12.1 |
1134 | 2024-08-16T05:01:55.846Z | Compiling sha2 v0.10.8 |
1135 | 2024-08-16T05:01:55.851Z | Compiling der_derive v0.7.2 |
1136 | 2024-08-16T05:01:56.064Z | Compiling futures-util v0.3.30 |
1137 | 2024-08-16T05:01:56.389Z | Compiling hashbrown v0.14.5 |
1138 | 2024-08-16T05:01:56.698Z | Compiling thiserror v1.0.63 |
1139 | 2024-08-16T05:01:56.835Z | Compiling pest v2.7.10 |
1140 | 2024-08-16T05:01:57.769Z | Compiling salsa20 v0.10.2 |
1141 | 2024-08-16T05:01:57.993Z | Compiling pbkdf2 v0.12.2 |
1142 | 2024-08-16T05:01:58.156Z | Compiling scroll_derive v0.12.0 |
1143 | 2024-08-16T05:01:58.370Z | Compiling der v0.7.9 |
1144 | 2024-08-16T05:01:59.541Z | Compiling pest_meta v2.7.10 |
1145 | 2024-08-16T05:01:59.629Z | Compiling tracing-attributes v0.1.27 |
1146 | 2024-08-16T05:01:59.870Z | Compiling scroll v0.12.0 |
1147 | 2024-08-16T05:02:00.433Z | Compiling scrypt v0.11.0 |
1148 | 2024-08-16T05:02:01.018Z | Compiling pest_generator v2.7.10 |
1149 | 2024-08-16T05:02:01.716Z | Compiling spki v0.7.3 |
1150 | 2024-08-16T05:02:02.103Z | Compiling cbc v0.1.2 |
1151 | 2024-08-16T05:02:02.330Z | Compiling aes v0.8.4 |
1152 | 2024-08-16T05:02:02.658Z | Compiling goblin v0.8.2 |
1153 | 2024-08-16T05:02:03.039Z | Compiling openssl-macros v0.1.1 |
1154 | 2024-08-16T05:02:03.203Z | Compiling pkcs5 v0.7.1 |
1155 | 2024-08-16T05:02:03.454Z | Compiling tracing v0.1.40 |
1156 | 2024-08-16T05:02:03.856Z | Compiling md-5 v0.10.6 |
1157 | 2024-08-16T05:02:04.003Z | Compiling pkcs8 v0.10.2 |
1158 | 2024-08-16T05:02:04.127Z | Compiling stable_deref_trait v1.2.0 |
1159 | 2024-08-16T05:02:04.234Z | Compiling cfg_aliases v0.1.1 |
1160 | 2024-08-16T05:02:04.337Z | Compiling gimli v0.28.1 |
1161 | 2024-08-16T05:02:04.504Z | Compiling rustls-webpki v0.101.7 |
1162 | 2024-08-16T05:02:04.680Z | Compiling pest_derive v2.7.10 |
1163 | 2024-08-16T05:02:04.719Z | Compiling sct v0.7.1 |
1164 | 2024-08-16T05:02:04.984Z | Compiling bytes v1.7.1 |
1165 | 2024-08-16T05:02:05.022Z | Compiling bitflags v2.6.0 |
1166 | 2024-08-16T05:02:05.444Z | Compiling indexmap v2.4.0 |
1167 | 2024-08-16T05:02:05.474Z | Compiling semver v1.0.23 |
1168 | 2024-08-16T05:02:06.209Z | Compiling tokio v1.38.1 |
1169 | 2024-08-16T05:02:06.212Z | Compiling http v0.2.12 |
1170 | 2024-08-16T05:02:06.246Z | Compiling rustc_version v0.4.0 |
1171 | 2024-08-16T05:02:06.927Z | Compiling dtrace-parser v0.2.0 |
1172 | 2024-08-16T05:02:07.019Z | Compiling heapless v0.7.17 |
1173 | 2024-08-16T05:02:08.437Z | Compiling dof v0.3.0 |
1174 | 2024-08-16T05:02:08.689Z | Compiling http-body v0.4.6 |
1175 | 2024-08-16T05:02:09.074Z | Compiling uuid v1.10.0 |
1176 | 2024-08-16T05:02:09.224Z | Compiling usdt-impl v0.5.0 |
1177 | 2024-08-16T05:02:09.437Z | Compiling serde_tokenstream v0.2.2 |
1178 | 2024-08-16T05:02:10.037Z | Compiling serde_spanned v0.6.7 |
1179 | 2024-08-16T05:02:10.272Z | Compiling chrono v0.4.38 |
1180 | 2024-08-16T05:02:10.559Z | Compiling toml_datetime v0.6.8 |
1181 | 2024-08-16T05:02:10.711Z | Compiling fallible-iterator v0.2.0 |
1182 | 2024-08-16T05:02:10.842Z | Compiling psl-types v2.0.11 |
1183 | 2024-08-16T05:02:11.037Z | Compiling smoltcp v0.9.1 |
1184 | 2024-08-16T05:02:11.076Z | Compiling crc32fast v1.4.0 |
1185 | 2024-08-16T05:02:11.436Z | Compiling signal-hook v0.3.17 |
1186 | 2024-08-16T05:02:11.592Z | Compiling base64 v0.22.1 |
1187 | 2024-08-16T05:02:11.714Z | Compiling num-bigint-dig v0.8.4 |
1188 | 2024-08-16T05:02:11.867Z | Compiling publicsuffix v2.2.3 |
1189 | 2024-08-16T05:02:12.115Z | Compiling postgres-protocol v0.6.7 |
1190 | 2024-08-16T05:02:12.343Z | Compiling terminal_size v0.3.0 |
1191 | 2024-08-16T05:02:12.535Z | Compiling addr2line v0.21.0 |
1192 | 2024-08-16T05:02:12.985Z | Compiling nix v0.28.0 |
1193 | 2024-08-16T05:02:13.194Z | Compiling hubpack_derive v0.1.1 |
1194 | 2024-08-16T05:02:13.256Z | Compiling zerocopy-derive v0.6.6 |
1195 | 2024-08-16T05:02:13.404Z | Compiling async-trait v0.1.81 |
1196 | 2024-08-16T05:02:14.078Z | Compiling num-iter v0.1.45 |
1197 | 2024-08-16T05:02:14.460Z | Compiling tokio-util v0.7.11 |
1198 | 2024-08-16T05:02:15.094Z | Compiling tokio-native-tls v0.3.1 |
1199 | 2024-08-16T05:02:15.253Z | Compiling tokio-rustls v0.24.1 |
1200 | 2024-08-16T05:02:15.378Z | Compiling phf_shared v0.11.2 |
1201 | 2024-08-16T05:02:15.458Z | Compiling h2 v0.3.26 |
1202 | 2024-08-16T05:02:15.640Z | Compiling serde_derive_internals v0.29.1 |
1203 | 2024-08-16T05:02:15.740Z | Compiling ff v0.13.0 |
1204 | 2024-08-16T05:02:15.844Z | Compiling object v0.32.2 |
1205 | 2024-08-16T05:02:15.972Z | Compiling fs-err v2.11.0 |
1206 | 2024-08-16T05:02:16.149Z | Compiling regex-automata v0.1.10 |
1207 | 2024-08-16T05:02:16.213Z | Compiling bitflags v1.3.2 |
1208 | 2024-08-16T05:02:16.273Z | Compiling base64 v0.21.7 |
1209 | 2024-08-16T05:02:16.318Z | Compiling rustc-demangle v0.1.24 |
1210 | 2024-08-16T05:02:16.628Z | Compiling winnow v0.5.40 |
1211 | 2024-08-16T05:02:17.001Z | Compiling ipnet v2.9.0 |
1212 | 2024-08-16T05:02:17.298Z | Compiling either v1.13.0 |
1213 | 2024-08-16T05:02:17.731Z | Compiling managed v0.8.0 |
1214 | 2024-08-16T05:02:18.185Z | Compiling schemars v0.8.21 |
1215 | 2024-08-16T05:02:18.213Z | Compiling base16ct v0.2.0 |
1216 | 2024-08-16T05:02:18.260Z | Compiling anyhow v1.0.86 |
1217 | 2024-08-16T05:02:18.378Z | Compiling schemars_derive v0.8.21 |
1218 | 2024-08-16T05:02:18.586Z | Compiling sec1 v0.7.3 |
1219 | 2024-08-16T05:02:19.085Z | Compiling clap_builder v4.5.15 |
1220 | 2024-08-16T05:02:19.169Z | Compiling rustls-pemfile v1.0.4 |
1221 | 2024-08-16T05:02:19.620Z | Compiling bstr v0.2.17 |
1222 | 2024-08-16T05:02:20.420Z | Compiling toml_edit v0.19.15 |
1223 | 2024-08-16T05:02:21.021Z | Compiling group v0.13.0 |
1224 | 2024-08-16T05:02:21.085Z | Compiling phf v0.11.2 |
1225 | 2024-08-16T05:02:21.234Z | Compiling zerocopy v0.6.6 |
1226 | 2024-08-16T05:02:21.362Z | Compiling cookie_store v0.20.0 |
1227 | 2024-08-16T05:02:21.851Z | Compiling hubpack v0.1.2 |
1228 | 2024-08-16T05:02:22.031Z | Compiling usdt-attr-macro v0.5.0 |
1229 | 2024-08-16T05:02:22.298Z | Compiling hyper v0.14.30 |
1230 | 2024-08-16T05:02:23.248Z | Compiling usdt-macro v0.5.0 |
1231 | 2024-08-16T05:02:23.683Z | Compiling postgres-types v0.2.7 |
1232 | 2024-08-16T05:02:25.221Z | Compiling serde_urlencoded v0.7.1 |
1233 | 2024-08-16T05:02:25.771Z | Compiling pkcs1 v0.7.5 |
1234 | 2024-08-16T05:02:25.906Z | Compiling futures-executor v0.3.30 |
1235 | 2024-08-16T05:02:26.044Z | Compiling hkdf v0.12.4 |
1236 | 2024-08-16T05:02:26.299Z | Compiling regex v1.10.6 |
1237 | 2024-08-16T05:02:26.317Z | Compiling signature v2.2.0 |
1238 | 2024-08-16T05:02:26.487Z | Compiling crypto-bigint v0.5.5 |
1239 | 2024-08-16T05:02:26.610Z | Compiling strum_macros v0.25.3 |
1240 | 2024-08-16T05:02:26.815Z | Compiling clap_derive v4.5.13 |
1241 | 2024-08-16T05:02:27.373Z | Compiling enum-as-inner v0.6.0 |
1242 | 2024-08-16T05:02:28.403Z | Compiling serde_repr v0.1.19 |
1243 | 2024-08-16T05:02:28.428Z | Compiling phf_shared v0.10.0 |
1244 | 2024-08-16T05:02:28.463Z | Compiling float-cmp v0.9.0 |
1245 | 2024-08-16T05:02:28.691Z | Compiling idna v0.4.0 |
1246 | 2024-08-16T05:02:28.861Z | Compiling mio v1.0.2 |
1247 | 2024-08-16T05:02:29.591Z | Compiling hyper-rustls v0.24.2 |
1248 | 2024-08-16T05:02:29.951Z | Compiling hyper-tls v0.5.0 |
1249 | 2024-08-16T05:02:30.078Z | Compiling encoding_rs v0.8.34 |
1250 | 2024-08-16T05:02:30.256Z | Compiling minimal-lexical v0.2.1 |
1251 | 2024-08-16T05:02:30.316Z | Compiling predicates-core v1.0.6 |
1252 | 2024-08-16T05:02:30.648Z | Compiling fixedbitset v0.4.2 |
1253 | 2024-08-16T05:02:30.757Z | Compiling static_assertions v1.1.0 |
1254 | 2024-08-16T05:02:30.777Z | Compiling bit-vec v0.6.3 |
1255 | 2024-08-16T05:02:30.861Z | Compiling sync_wrapper v0.1.2 |
1256 | 2024-08-16T05:02:30.994Z | Compiling mime v0.3.17 |
1257 | 2024-08-16T05:02:31.101Z | Compiling unicode-segmentation v1.11.0 |
1258 | 2024-08-16T05:02:31.230Z | Compiling data-encoding v2.6.0 |
1259 | 2024-08-16T05:02:31.627Z | Compiling difflib v0.4.0 |
1260 | 2024-08-16T05:02:31.878Z | Compiling normalize-line-endings v0.3.0 |
1261 | 2024-08-16T05:02:31.928Z | Compiling webpki-roots v0.25.4 |
1262 | 2024-08-16T05:02:31.998Z | Compiling precomputed-hash v0.1.1 |
1263 | 2024-08-16T05:02:32.091Z | Compiling dyn-clone v1.0.17 |
1264 | 2024-08-16T05:02:32.120Z | Compiling whoami v1.5.1 |
1265 | 2024-08-16T05:02:32.308Z | Compiling new_debug_unreachable v1.0.6 |
1266 | 2024-08-16T05:02:32.373Z | Compiling toml_edit v0.22.20 |
1267 | 2024-08-16T05:02:32.403Z | Compiling string_cache v0.8.7 |
1268 | 2024-08-16T05:02:32.609Z | Compiling reqwest v0.11.27 |
1269 | 2024-08-16T05:02:32.712Z | Compiling tokio-postgres v0.7.11 |
1270 | 2024-08-16T05:02:32.872Z | Compiling console v0.15.8 |
1271 | 2024-08-16T05:02:33.631Z | Compiling predicates v3.1.2 |
1272 | 2024-08-16T05:02:34.412Z | Compiling hickory-proto v0.24.1 |
1273 | 2024-08-16T05:02:34.589Z | Compiling clap v4.5.15 |
1274 | 2024-08-16T05:02:34.711Z | Compiling similar v2.5.0 |
1275 | 2024-08-16T05:02:35.384Z | Compiling bit-set v0.5.3 |
1276 | 2024-08-16T05:02:35.662Z | Compiling petgraph v0.6.5 |
1277 | 2024-08-16T05:02:36.223Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1278 | 2024-08-16T05:02:37.045Z | Compiling nom v7.1.3 |
1279 | 2024-08-16T05:02:37.236Z | Compiling usdt v0.5.0 |
1280 | 2024-08-16T05:02:37.761Z | Compiling signal-hook-mio v0.2.4 |
1281 | 2024-08-16T05:02:37.943Z | Compiling elliptic-curve v0.13.8 |
1282 | 2024-08-16T05:02:38.476Z | Compiling rsa v0.9.6 |
1283 | 2024-08-16T05:02:38.795Z | Compiling futures v0.3.30 |
1284 | 2024-08-16T05:02:38.909Z | Compiling flate2 v1.0.31 |
1285 | 2024-08-16T05:02:39.889Z | Compiling toml v0.7.8 |
1286 | 2024-08-16T05:02:40.855Z | Compiling itertools v0.12.1 |
1287 | 2024-08-16T05:02:41.596Z | Compiling itertools v0.10.5 |
1288 | 2024-08-16T05:02:41.666Z | Compiling tokio-stream v0.1.15 |
1289 | 2024-08-16T05:02:42.649Z | Compiling openapiv3 v2.0.0 |
1290 | 2024-08-16T05:02:42.667Z | Compiling hex v0.4.3 |
1291 | 2024-08-16T05:02:43.294Z | Compiling bstr v1.9.1 |
1292 | 2024-08-16T05:02:44.070Z | Compiling sha1 v0.10.6 |
1293 | 2024-08-16T05:02:44.434Z | Compiling crossbeam-epoch v0.9.18 |
1294 | 2024-08-16T05:02:44.495Z | Compiling dirs-sys-next v0.1.2 |
1295 | 2024-08-16T05:02:44.662Z | Compiling unicode-xid v0.2.4 |
1296 | 2024-08-16T05:02:44.682Z | Compiling peg-runtime v0.8.3 |
1297 | 2024-08-16T05:02:44.841Z | Compiling lalrpop-util v0.19.12 |
1298 | 2024-08-16T05:02:45.123Z | Compiling dirs-next v2.0.0 |
1299 | 2024-08-16T05:02:45.159Z | Compiling thread_local v1.1.8 |
1300 | 2024-08-16T05:02:45.177Z | Compiling slog-async v2.8.0 |
1301 | 2024-08-16T05:02:45.196Z | Compiling xattr v1.3.1 |
1302 | 2024-08-16T05:02:45.313Z | Compiling term v0.7.0 |
1303 | 2024-08-16T05:02:45.316Z | Compiling strum_macros v0.26.4 |
1304 | 2024-08-16T05:02:45.468Z | Compiling crossbeam-channel v0.5.12 |
1305 | 2024-08-16T05:02:45.714Z | Compiling filetime v0.2.24 |
1306 | 2024-08-16T05:02:45.798Z | Compiling is-terminal v0.4.12 |
1307 | 2024-08-16T05:02:45.926Z | Compiling take_mut v0.2.2 |
1308 | 2024-08-16T05:02:46.015Z | Compiling slog-term v2.9.1 |
1309 | 2024-08-16T05:02:46.086Z | Compiling tar v0.4.41 |
1310 | 2024-08-16T05:02:46.717Z | Compiling camino v1.1.7 |
1311 | 2024-08-16T05:02:47.592Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1312 | 2024-08-16T05:02:48.462Z | Compiling strum v0.26.3 |
1313 | 2024-08-16T05:02:48.540Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1314 | 2024-08-16T05:02:53.553Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1315 | 2024-08-16T05:02:53.695Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1316 | 2024-08-16T05:02:53.741Z | Aug 16 05:02:52.542 INFO Starting download, target: Clickhouse |
1317 | 2024-08-16T05:02:53.741Z | Aug 16 05:02:52.542 INFO Starting download, target: Console |
1318 | 2024-08-16T05:02:53.741Z | Aug 16 05:02:52.542 INFO Starting download, target: Cockroach |
1319 | 2024-08-16T05:02:53.743Z | Aug 16 05:02:52.542 INFO Starting download, target: DendriteOpenapi |
1320 | 2024-08-16T05:02:53.743Z | Aug 16 05:02:52.542 INFO Starting download, target: DendriteStub |
1321 | 2024-08-16T05:02:53.743Z | Aug 16 05:02:52.542 INFO Starting download, target: MaghemiteMgd |
1322 | 2024-08-16T05:02:53.743Z | Aug 16 05:02:52.542 INFO Starting download, target: TransceiverControl |
1323 | 2024-08-16T05:02:53.743Z | Aug 16 05:02:52.543 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1324 | 2024-08-16T05:02:53.743Z | Aug 16 05:02:52.543 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1325 | 2024-08-16T05:02:53.743Z | Aug 16 05:02:52.543 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1326 | 2024-08-16T05:02:53.744Z | Aug 16 05:02:52.543 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1327 | 2024-08-16T05:02:53.744Z | Aug 16 05:02:52.543 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1328 | 2024-08-16T05:02:53.744Z | Aug 16 05:02:52.543 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1329 | 2024-08-16T05:02:53.744Z | Aug 16 05:02:52.543 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1330 | 2024-08-16T05:02:53.950Z | Aug 16 05:02:52.734 INFO Download complete, target: DendriteOpenapi |
1331 | 2024-08-16T05:02:53.979Z | Aug 16 05:02:52.773 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1332 | 2024-08-16T05:02:54.352Z | Aug 16 05:02:53.152 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1333 | 2024-08-16T05:02:54.424Z | Aug 16 05:02:53.225 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1334 | 2024-08-16T05:02:54.441Z | Aug 16 05:02:53.242 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1335 | 2024-08-16T05:02:54.786Z | Aug 16 05:02:53.587 INFO Download complete, target: TransceiverControl |
1336 | 2024-08-16T05:02:54.790Z | Aug 16 05:02:53.591 INFO Download complete, target: Console |
1337 | 2024-08-16T05:02:55.615Z | Aug 16 05:02:54.416 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1338 | 2024-08-16T05:02:55.615Z | Aug 16 05:02:54.416 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1339 | 2024-08-16T05:02:56.147Z | Aug 16 05:02:54.948 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1340 | 2024-08-16T05:02:57.485Z | Aug 16 05:02:56.286 INFO Download complete, target: DendriteStub |
1341 | 2024-08-16T05:02:57.597Z | Aug 16 05:02:56.393 INFO Download complete, target: MaghemiteMgd |
1342 | 2024-08-16T05:03:03.731Z | Aug 16 05:03:02.530 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1343 | 2024-08-16T05:03:04.019Z | Aug 16 05:03:02.816 INFO Checking that binary works, target: Cockroach |
1344 | 2024-08-16T05:03:04.175Z | Aug 16 05:03:02.974 INFO Download complete, target: Cockroach |
1345 | 2024-08-16T05:03:09.729Z | Aug 16 05:03:08.515 INFO Checking that binary works, target: Clickhouse |
1346 | 2024-08-16T05:03:10.015Z | Aug 16 05:03:08.810 INFO Download complete, target: Clickhouse |
1347 | 2024-08-16T05:03:10.021Z | All prerequisites installed successfully |
1348 | 2024-08-16T05:03:10.030Z | |
1349 | 2024-08-16T05:03:10.030Z | real 4:35.869932103 |
1350 | 2024-08-16T05:03:10.030Z | user 11:16.831552193 |
1351 | 2024-08-16T05:03:10.031Z | sys 2:23.599154369 |
1352 | 2024-08-16T05:03:10.031Z | trap 0.419706810 |
1353 | 2024-08-16T05:03:10.031Z | tflt 5.834289581 |
1354 | 2024-08-16T05:03:10.031Z | dflt 6.012627736 |
1355 | 2024-08-16T05:03:10.031Z | kflt 0.537690396 |
1356 | 2024-08-16T05:03:10.031Z | lock 22:06.600436226 |
1357 | 2024-08-16T05:03:10.032Z | slp 46:10.484238145 |
1358 | 2024-08-16T05:03:10.032Z | lat 38.890580309 |
1359 | 2024-08-16T05:03:10.032Z | stop 1:43.912314979 |
1360 | 2024-08-16T05:03:10.032Z | + ptime -m cargo xtask download softnpu |
1361 | 2024-08-16T05:03:10.569Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.50s |
1362 | 2024-08-16T05:03:10.585Z | Running `target/debug/xtask download softnpu` |
1363 | 2024-08-16T05:03:11.398Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1364 | 2024-08-16T05:03:11.447Z | Running `target/debug/xtask-downloader softnpu` |
1365 | 2024-08-16T05:03:11.480Z | Aug 16 05:03:10.279 INFO Starting download, target: Softnpu |
1366 | 2024-08-16T05:03:11.484Z | Aug 16 05:03:10.279 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1367 | 2024-08-16T05:03:12.069Z | Aug 16 05:03:10.867 INFO Download complete, target: Softnpu |
1368 | 2024-08-16T05:03:12.073Z | |
1369 | 2024-08-16T05:03:12.075Z | real 2.046484109 |
1370 | 2024-08-16T05:03:12.075Z | user 1.210114341 |
1371 | 2024-08-16T05:03:12.075Z | sys 0.560307021 |
1372 | 2024-08-16T05:03:12.075Z | trap 0.000560994 |
1373 | 2024-08-16T05:03:12.075Z | tflt 0.000027564 |
1374 | 2024-08-16T05:03:12.075Z | dflt 0.000035786 |
1375 | 2024-08-16T05:03:12.075Z | kflt 0.000000000 |
1376 | 2024-08-16T05:03:12.075Z | lock 6.066661113 |
1377 | 2024-08-16T05:03:12.075Z | slp 0.577387164 |
1378 | 2024-08-16T05:03:12.075Z | lat 0.070032983 |
1379 | 2024-08-16T05:03:12.075Z | stop 0.000382002 |
1380 | 2024-08-16T05:03:12.076Z | + export CARGO_INCREMENTAL=0 |
1381 | 2024-08-16T05:03:12.076Z | + CARGO_INCREMENTAL=0 |
1382 | 2024-08-16T05:03:12.076Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1383 | 2024-08-16T05:03:12.991Z | Compiling proc-macro2 v1.0.86 |
1384 | 2024-08-16T05:03:12.991Z | Compiling unicode-ident v1.0.12 |
1385 | 2024-08-16T05:03:12.991Z | Compiling libc v0.2.155 |
1386 | 2024-08-16T05:03:12.995Z | Compiling serde v1.0.207 |
1387 | 2024-08-16T05:03:12.995Z | Compiling version_check v0.9.5 |
1388 | 2024-08-16T05:03:12.995Z | Compiling autocfg v1.3.0 |
1389 | 2024-08-16T05:03:12.995Z | Compiling cfg-if v1.0.0 |
1390 | 2024-08-16T05:03:12.995Z | Compiling once_cell v1.19.0 |
1391 | 2024-08-16T05:03:13.295Z | Compiling typenum v1.17.0 |
1392 | 2024-08-16T05:03:13.365Z | Compiling memchr v2.7.2 |
1393 | 2024-08-16T05:03:13.633Z | Compiling byteorder v1.5.0 |
1394 | 2024-08-16T05:03:13.689Z | Compiling generic-array v0.14.7 |
1395 | 2024-08-16T05:03:13.979Z | Compiling lock_api v0.4.12 |
1396 | 2024-08-16T05:03:14.084Z | Compiling ahash v0.8.11 |
1397 | 2024-08-16T05:03:14.224Z | Compiling serde_json v1.0.125 |
1398 | 2024-08-16T05:03:14.281Z | Compiling libm v0.2.8 |
1399 | 2024-08-16T05:03:14.423Z | Compiling num-traits v0.2.19 |
1400 | 2024-08-16T05:03:14.535Z | Compiling quote v1.0.36 |
1401 | 2024-08-16T05:03:14.602Z | Compiling parking_lot_core v0.9.10 |
1402 | 2024-08-16T05:03:14.735Z | Compiling thiserror v1.0.63 |
1403 | 2024-08-16T05:03:15.016Z | Compiling syn v2.0.74 |
1404 | 2024-08-16T05:03:15.020Z | Compiling getrandom v0.2.14 |
1405 | 2024-08-16T05:03:15.157Z | Compiling jobserver v0.1.32 |
1406 | 2024-08-16T05:03:15.239Z | Compiling scopeguard v1.2.0 |
1407 | 2024-08-16T05:03:15.397Z | Compiling log v0.4.21 |
1408 | 2024-08-16T05:03:15.529Z | Compiling cc v1.0.97 |
1409 | 2024-08-16T05:03:15.705Z | Compiling itoa v1.0.11 |
1410 | 2024-08-16T05:03:15.948Z | Compiling allocator-api2 v0.2.18 |
1411 | 2024-08-16T05:03:15.963Z | Compiling rand_core v0.6.4 |
1412 | 2024-08-16T05:03:16.075Z | Compiling slab v0.4.9 |
1413 | 2024-08-16T05:03:16.387Z | Compiling semver v1.0.23 |
1414 | 2024-08-16T05:03:16.422Z | Compiling pin-project-lite v0.2.14 |
1415 | 2024-08-16T05:03:16.710Z | Compiling ryu v1.0.18 |
1416 | 2024-08-16T05:03:16.835Z | Compiling spin v0.9.8 |
1417 | 2024-08-16T05:03:16.950Z | Compiling smallvec v1.13.2 |
1418 | 2024-08-16T05:03:16.993Z | Compiling equivalent v1.0.1 |
1419 | 2024-08-16T05:03:17.148Z | Compiling pkg-config v0.3.30 |
1420 | 2024-08-16T05:03:17.266Z | Compiling schemars v0.8.21 |
1421 | 2024-08-16T05:03:17.353Z | Compiling vcpkg v0.2.15 |
1422 | 2024-08-16T05:03:17.956Z | Compiling signal-hook-registry v1.4.2 |
1423 | 2024-08-16T05:03:18.322Z | Compiling subtle v2.5.0 |
1424 | 2024-08-16T05:03:18.633Z | Compiling parking_lot v0.12.2 |
1425 | 2024-08-16T05:03:18.834Z | Compiling ring v0.17.8 |
1426 | 2024-08-16T05:03:19.022Z | Compiling openssl-sys v0.9.103 |
1427 | 2024-08-16T05:03:19.489Z | Compiling mio v0.8.11 |
1428 | 2024-08-16T05:03:19.789Z | Compiling const-oid v0.9.6 |
1429 | 2024-08-16T05:03:19.963Z | Compiling num_cpus v1.16.0 |
1430 | 2024-08-16T05:03:20.064Z | Compiling socket2 v0.5.7 |
1431 | 2024-08-16T05:03:20.436Z | Compiling syn v1.0.109 |
1432 | 2024-08-16T05:03:21.029Z | Compiling httparse v1.8.0 |
1433 | 2024-08-16T05:03:21.064Z | Compiling heck v0.5.0 |
1434 | 2024-08-16T05:03:21.467Z | Compiling time-core v0.1.2 |
1435 | 2024-08-16T05:03:21.489Z | Compiling num-conv v0.1.0 |
1436 | 2024-08-16T05:03:21.719Z | Compiling rustix v0.38.34 |
1437 | 2024-08-16T05:03:21.749Z | Compiling time-macros v0.2.18 |
1438 | 2024-08-16T05:03:21.853Z | Compiling openssl v0.10.66 |
1439 | 2024-08-16T05:03:22.021Z | Compiling fnv v1.0.7 |
1440 | 2024-08-16T05:03:22.152Z | Compiling futures-core v0.3.30 |
1441 | 2024-08-16T05:03:22.390Z | Compiling serde_derive_internals v0.29.1 |
1442 | 2024-08-16T05:03:22.406Z | Compiling crossbeam-utils v0.8.19 |
1443 | 2024-08-16T05:03:22.931Z | Compiling tinyvec_macros v0.1.1 |
1444 | 2024-08-16T05:03:23.020Z | Compiling iana-time-zone v0.1.60 |
1445 | 2024-08-16T05:03:23.600Z | Compiling native-tls v0.2.11 |
1446 | 2024-08-16T05:03:23.691Z | Compiling rustls v0.21.12 |
1447 | 2024-08-16T05:03:23.921Z | Compiling tinyvec v1.6.0 |
1448 | 2024-08-16T05:03:24.243Z | Compiling ucd-trie v0.1.6 |
1449 | 2024-08-16T05:03:24.603Z | Compiling futures-sink v0.3.30 |
1450 | 2024-08-16T05:03:24.703Z | Compiling cpufeatures v0.2.12 |
1451 | 2024-08-16T05:03:24.791Z | Compiling backtrace v0.3.71 |
1452 | 2024-08-16T05:03:25.008Z | Compiling cookie v0.17.0 |
1453 | 2024-08-16T05:03:25.108Z | Compiling unicode-bidi v0.3.15 |
1454 | 2024-08-16T05:03:25.295Z | Compiling unicode-normalization v0.1.23 |
1455 | 2024-08-16T05:03:25.344Z | Compiling slog v2.7.0 |
1456 | 2024-08-16T05:03:25.702Z | Compiling futures-channel v0.3.30 |
1457 | 2024-08-16T05:03:25.935Z | Compiling futures-task v0.3.30 |
1458 | 2024-08-16T05:03:26.206Z | Compiling futures-io v0.3.30 |
1459 | 2024-08-16T05:03:26.329Z | Compiling pin-utils v0.1.0 |
1460 | 2024-08-16T05:03:26.590Z | Compiling aho-corasick v1.1.3 |
1461 | 2024-08-16T05:03:26.816Z | Compiling anyhow v1.0.86 |
1462 | 2024-08-16T05:03:26.948Z | Compiling regex-syntax v0.8.4 |
1463 | 2024-08-16T05:03:27.495Z | Compiling untrusted v0.9.0 |
1464 | 2024-08-16T05:03:27.654Z | Compiling dyn-clone v1.0.17 |
1465 | 2024-08-16T05:03:27.669Z | Compiling winnow v0.5.40 |
1466 | 2024-08-16T05:03:27.759Z | Compiling serde_derive v1.0.207 |
1467 | 2024-08-16T05:03:27.834Z | Compiling zeroize_derive v1.4.2 |
1468 | 2024-08-16T05:03:29.384Z | Compiling zerocopy-derive v0.7.34 |
1469 | 2024-08-16T05:03:29.415Z | Compiling thiserror-impl v1.0.63 |
1470 | 2024-08-16T05:03:30.884Z | Compiling tokio-macros v2.3.0 |
1471 | 2024-08-16T05:03:31.084Z | Compiling zerocopy v0.7.34 |
1472 | 2024-08-16T05:03:31.349Z | Compiling zeroize v1.7.0 |
1473 | 2024-08-16T05:03:32.089Z | Compiling futures-macro v0.3.30 |
1474 | 2024-08-16T05:03:33.182Z | Compiling hashbrown v0.14.5 |
1475 | 2024-08-16T05:03:33.272Z | Compiling crypto-common v0.1.6 |
1476 | 2024-08-16T05:03:33.456Z | Compiling schemars_derive v0.8.21 |
1477 | 2024-08-16T05:03:33.834Z | Compiling tracing-attributes v0.1.27 |
1478 | 2024-08-16T05:03:33.865Z | Compiling block-buffer v0.10.4 |
1479 | 2024-08-16T05:03:34.080Z | Compiling digest v0.10.7 |
1480 | 2024-08-16T05:03:34.283Z | Compiling der_derive v0.7.2 |
1481 | 2024-08-16T05:03:34.476Z | Compiling openssl-macros v0.1.1 |
1482 | 2024-08-16T05:03:35.184Z | Compiling scroll_derive v0.12.0 |
1483 | 2024-08-16T05:03:36.273Z | Compiling hmac v0.12.1 |
1484 | 2024-08-16T05:03:36.483Z | Compiling block-padding v0.3.3 |
1485 | 2024-08-16T05:03:36.488Z | Compiling pest v2.7.10 |
1486 | 2024-08-16T05:03:36.515Z | Compiling sha2 v0.10.8 |
1487 | 2024-08-16T05:03:36.639Z | Compiling futures-util v0.3.30 |
1488 | 2024-08-16T05:03:36.685Z | Compiling inout v0.1.3 |
1489 | 2024-08-16T05:03:36.932Z | Compiling cipher v0.4.4 |
1490 | 2024-08-16T05:03:37.254Z | Compiling regex-automata v0.4.6 |
1491 | 2024-08-16T05:03:37.379Z | Compiling tracing-core v0.1.32 |
1492 | 2024-08-16T05:03:39.381Z | Compiling pest_meta v2.7.10 |
1493 | 2024-08-16T05:03:39.682Z | Compiling usdt-impl v0.5.0 |
1494 | 2024-08-16T05:03:40.135Z | Compiling base64ct v1.6.0 |
1495 | 2024-08-16T05:03:40.711Z | Compiling pest_generator v2.7.10 |
1496 | 2024-08-16T05:03:41.073Z | Compiling bytes v1.7.1 |
1497 | 2024-08-16T05:03:42.745Z | Compiling indexmap v2.4.0 |
1498 | 2024-08-16T05:03:43.436Z | Compiling tokio v1.38.1 |
1499 | 2024-08-16T05:03:43.515Z | Compiling bitflags v2.6.0 |
1500 | 2024-08-16T05:03:43.801Z | Compiling uuid v1.10.0 |
1501 | 2024-08-16T05:03:44.087Z | Compiling serde_tokenstream v0.2.2 |
1502 | 2024-08-16T05:03:44.247Z | Compiling chrono v0.4.38 |
1503 | 2024-08-16T05:03:46.163Z | Compiling toml_datetime v0.6.8 |
1504 | 2024-08-16T05:03:46.611Z | Compiling serde_spanned v0.6.7 |
1505 | 2024-08-16T05:03:46.834Z | Compiling http v0.2.12 |
1506 | 2024-08-16T05:03:48.860Z | Compiling toml_edit v0.19.15 |
1507 | 2024-08-16T05:03:49.188Z | Compiling rustc_version v0.4.0 |
1508 | 2024-08-16T05:03:49.308Z | Compiling pest_derive v2.7.10 |
1509 | 2024-08-16T05:03:49.765Z | Compiling rustversion v1.0.17 |
1510 | 2024-08-16T05:03:50.062Z | Compiling heapless v0.7.17 |
1511 | 2024-08-16T05:03:50.470Z | Compiling pem-rfc7468 v0.7.0 |
1512 | 2024-08-16T05:03:50.493Z | Compiling tracing v0.1.40 |
1513 | 2024-08-16T05:03:51.105Z | Compiling scroll v0.12.0 |
1514 | 2024-08-16T05:03:51.532Z | Compiling plain v0.2.3 |
1515 | 2024-08-16T05:03:51.682Z | Compiling percent-encoding v2.3.1 |
1516 | 2024-08-16T05:03:51.682Z | Compiling flagset v0.4.5 |
1517 | 2024-08-16T05:03:51.893Z | Compiling ppv-lite86 v0.2.17 |
1518 | 2024-08-16T05:03:52.140Z | Compiling powerfmt v0.2.0 |
1519 | 2024-08-16T05:03:52.588Z | Compiling heck v0.4.1 |
1520 | 2024-08-16T05:03:52.824Z | Compiling rand_chacha v0.3.1 |
1521 | 2024-08-16T05:03:52.956Z | Compiling deranged v0.3.11 |
1522 | 2024-08-16T05:03:53.010Z | Compiling der v0.7.9 |
1523 | 2024-08-16T05:03:53.766Z | Compiling goblin v0.8.2 |
1524 | 2024-08-16T05:03:55.760Z | Compiling regex v1.10.6 |
1525 | 2024-08-16T05:03:56.436Z | Compiling salsa20 v0.10.2 |
1526 | 2024-08-16T05:03:56.657Z | Compiling pbkdf2 v0.12.2 |
1527 | 2024-08-16T05:03:57.134Z | Compiling crc32fast v1.4.0 |
1528 | 2024-08-16T05:03:57.377Z | Compiling pretty-hex v0.4.1 |
1529 | 2024-08-16T05:03:57.517Z | Compiling num_threads v0.1.7 |
1530 | 2024-08-16T05:03:57.582Z | Compiling strsim v0.11.1 |
1531 | 2024-08-16T05:03:57.684Z | Compiling time v0.3.36 |
1532 | 2024-08-16T05:03:58.185Z | Compiling scrypt v0.11.0 |
1533 | 2024-08-16T05:03:58.304Z | Compiling spki v0.7.3 |
1534 | 2024-08-16T05:03:58.428Z | Compiling rand v0.8.5 |
1535 | 2024-08-16T05:03:58.685Z | Compiling tokio-util v0.7.11 |
1536 | 2024-08-16T05:04:00.048Z | Compiling dof v0.3.0 |
1537 | 2024-08-16T05:04:00.081Z | Compiling dtrace-parser v0.2.0 |
1538 | 2024-08-16T05:04:00.766Z | Compiling aes v0.8.4 |
1539 | 2024-08-16T05:04:00.802Z | Compiling cbc v0.1.2 |
1540 | 2024-08-16T05:04:01.044Z | Compiling async-trait v0.1.81 |
1541 | 2024-08-16T05:04:01.167Z | Compiling thread-id v4.2.1 |
1542 | 2024-08-16T05:04:01.476Z | Compiling smoltcp v0.9.1 |
1543 | 2024-08-16T05:04:01.827Z | Compiling num-bigint-dig v0.8.4 |
1544 | 2024-08-16T05:04:01.847Z | Compiling foreign-types-shared v0.1.1 |
1545 | 2024-08-16T05:04:01.955Z | Compiling signal-hook v0.3.17 |
1546 | 2024-08-16T05:04:01.989Z | Compiling unicode-width v0.1.13 |
1547 | 2024-08-16T05:04:02.124Z | Compiling foreign-types v0.3.2 |
1548 | 2024-08-16T05:04:02.220Z | Compiling pkcs5 v0.7.1 |
1549 | 2024-08-16T05:04:03.325Z | Compiling form_urlencoded v1.2.1 |
1550 | 2024-08-16T05:04:03.935Z | Compiling lazy_static v1.5.0 |
1551 | 2024-08-16T05:04:04.011Z | Compiling errno v0.3.9 |
1552 | 2024-08-16T05:04:04.064Z | Compiling adler v1.0.2 |
1553 | 2024-08-16T05:04:04.271Z | Compiling cfg_aliases v0.1.1 |
1554 | 2024-08-16T05:04:04.357Z | Compiling siphasher v0.3.11 |
1555 | 2024-08-16T05:04:04.758Z | Compiling try-lock v0.2.5 |
1556 | 2024-08-16T05:04:05.064Z | Compiling want v0.3.1 |
1557 | 2024-08-16T05:04:05.349Z | Compiling nix v0.28.0 |
1558 | 2024-08-16T05:04:05.378Z | Compiling miniz_oxide v0.7.2 |
1559 | 2024-08-16T05:04:07.309Z | Compiling pkcs8 v0.10.2 |
1560 | 2024-08-16T05:04:07.552Z | Compiling sct v0.7.1 |
1561 | 2024-08-16T05:04:07.868Z | Compiling rustls-webpki v0.101.7 |
1562 | 2024-08-16T05:04:07.992Z | Compiling h2 v0.3.26 |
1563 | 2024-08-16T05:04:09.034Z | Compiling http-body v0.4.6 |
1564 | 2024-08-16T05:04:10.075Z | Compiling openapiv3 v2.0.0 |
1565 | 2024-08-16T05:04:10.663Z | Compiling hubpack_derive v0.1.1 |
1566 | 2024-08-16T05:04:10.832Z | Compiling zerocopy-derive v0.6.6 |
1567 | 2024-08-16T05:04:10.960Z | Compiling idna v0.5.0 |
1568 | 2024-08-16T05:04:11.513Z | Compiling fs-err v2.11.0 |
1569 | 2024-08-16T05:04:11.576Z | Compiling httpdate v1.0.3 |
1570 | 2024-08-16T05:04:11.946Z | Compiling utf8parse v0.2.1 |
1571 | 2024-08-16T05:04:12.114Z | Compiling anstyle v1.0.8 |
1572 | 2024-08-16T05:04:12.296Z | Compiling stable_deref_trait v1.2.0 |
1573 | 2024-08-16T05:04:12.545Z | Compiling openssl-probe v0.1.5 |
1574 | 2024-08-16T05:04:12.669Z | Compiling tower-service v0.3.2 |
1575 | 2024-08-16T05:04:12.802Z | Compiling gimli v0.28.1 |
1576 | 2024-08-16T05:04:12.974Z | Compiling finl_unicode v1.2.0 |
1577 | 2024-08-16T05:04:13.576Z | Compiling stringprep v0.1.4 |
1578 | 2024-08-16T05:04:14.476Z | Compiling anstyle-parse v0.2.4 |
1579 | 2024-08-16T05:04:14.772Z | Compiling url v2.5.2 |
1580 | 2024-08-16T05:04:16.318Z | Compiling hyper v0.14.30 |
1581 | 2024-08-16T05:04:17.745Z | Compiling addr2line v0.21.0 |
1582 | 2024-08-16T05:04:19.158Z | Compiling usdt-attr-macro v0.5.0 |
1583 | 2024-08-16T05:04:19.396Z | Compiling usdt-macro v0.5.0 |
1584 | 2024-08-16T05:04:21.307Z | Compiling md-5 v0.10.6 |
1585 | 2024-08-16T05:04:24.727Z | Compiling idna v0.3.0 |
1586 | 2024-08-16T05:04:24.843Z | Compiling num-integer v0.1.46 |
1587 | 2024-08-16T05:04:25.594Z | Compiling object v0.32.2 |
1588 | 2024-08-16T05:04:26.110Z | Compiling hash32 v0.2.1 |
1589 | 2024-08-16T05:04:26.331Z | Compiling is_terminal_polyfill v1.70.0 |
1590 | 2024-08-16T05:04:26.461Z | Compiling colorchoice v1.0.1 |
1591 | 2024-08-16T05:04:26.463Z | Compiling rustc-demangle v0.1.24 |
1592 | 2024-08-16T05:04:28.110Z | Compiling fallible-iterator v0.2.0 |
1593 | 2024-08-16T05:04:29.366Z | Compiling anstyle-query v1.0.3 |
1594 | 2024-08-16T05:04:29.756Z | Compiling base64 v0.22.1 |
1595 | 2024-08-16T05:04:30.574Z | Compiling psl-types v2.0.11 |
1596 | 2024-08-16T05:04:30.770Z | Compiling publicsuffix v2.2.3 |
1597 | 2024-08-16T05:04:32.240Z | Compiling postgres-protocol v0.6.7 |
1598 | 2024-08-16T05:04:34.166Z | Compiling anstream v0.6.14 |
1599 | 2024-08-16T05:04:35.934Z | Compiling num-iter v0.1.45 |
1600 | 2024-08-16T05:04:37.063Z | Compiling tokio-rustls v0.24.1 |
1601 | 2024-08-16T05:04:39.653Z | Compiling terminal_size v0.3.0 |
1602 | 2024-08-16T05:04:39.858Z | Compiling tokio-native-tls v0.3.1 |
1603 | 2024-08-16T05:04:41.563Z | Compiling phf_shared v0.11.2 |
1604 | 2024-08-16T05:04:42.123Z | Compiling strum_macros v0.25.3 |
1605 | 2024-08-16T05:04:42.196Z | Compiling enum-as-inner v0.6.0 |
1606 | 2024-08-16T05:04:42.278Z | Compiling regress v0.9.1 |
1607 | 2024-08-16T05:04:42.648Z | Compiling clap_derive v4.5.13 |
1608 | 2024-08-16T05:04:43.208Z | Compiling serde_repr v0.1.19 |
1609 | 2024-08-16T05:04:44.417Z | Compiling ff v0.13.0 |
1610 | 2024-08-16T05:04:45.703Z | Compiling encoding_rs v0.8.34 |
1611 | 2024-08-16T05:04:47.006Z | Compiling bitflags v1.3.2 |
1612 | 2024-08-16T05:04:47.116Z | Compiling base16ct v0.2.0 |
1613 | 2024-08-16T05:04:47.148Z | Compiling base64 v0.21.7 |
1614 | 2024-08-16T05:04:47.409Z | Compiling ipnet v2.9.0 |
1615 | 2024-08-16T05:04:47.849Z | Compiling either v1.13.0 |
1616 | 2024-08-16T05:04:48.292Z | Compiling managed v0.8.0 |
1617 | 2024-08-16T05:04:48.331Z | Compiling clap_lex v0.7.0 |
1618 | 2024-08-16T05:04:48.411Z | Compiling regex-automata v0.1.10 |
1619 | 2024-08-16T05:04:48.810Z | Compiling mime v0.3.17 |
1620 | 2024-08-16T05:04:49.822Z | Compiling bstr v0.2.17 |
1621 | 2024-08-16T05:04:49.952Z | Compiling clap_builder v4.5.15 |
1622 | 2024-08-16T05:04:51.199Z | Compiling rustls-pemfile v1.0.4 |
1623 | 2024-08-16T05:04:51.574Z | Compiling sec1 v0.7.3 |
1624 | 2024-08-16T05:04:51.837Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1625 | 2024-08-16T05:04:52.109Z | Compiling group v0.13.0 |
1626 | 2024-08-16T05:04:56.700Z | Compiling phf v0.11.2 |
1627 | 2024-08-16T05:04:57.116Z | Compiling hyper-tls v0.5.0 |
1628 | 2024-08-16T05:04:57.304Z | Compiling hyper-rustls v0.24.2 |
1629 | 2024-08-16T05:04:57.453Z | Compiling cookie_store v0.20.0 |
1630 | 2024-08-16T05:04:57.961Z | Compiling postgres-types v0.2.7 |
1631 | 2024-08-16T05:04:57.987Z | Compiling zerocopy v0.6.6 |
1632 | 2024-08-16T05:04:58.847Z | Compiling hubpack v0.1.2 |
1633 | 2024-08-16T05:04:58.984Z | Compiling pkcs1 v0.7.5 |
1634 | 2024-08-16T05:04:59.297Z | Compiling phf_shared v0.10.0 |
1635 | 2024-08-16T05:04:59.313Z | Compiling crossbeam-epoch v0.9.18 |
1636 | 2024-08-16T05:04:59.741Z | Compiling serde_urlencoded v0.7.1 |
1637 | 2024-08-16T05:05:00.376Z | Compiling futures-executor v0.3.30 |
1638 | 2024-08-16T05:05:00.697Z | Compiling hkdf v0.12.4 |
1639 | 2024-08-16T05:05:00.865Z | Compiling signature v2.2.0 |
1640 | 2024-08-16T05:05:00.934Z | Compiling crypto-bigint v0.5.5 |
1641 | 2024-08-16T05:05:01.132Z | Compiling idna v0.4.0 |
1642 | 2024-08-16T05:05:01.370Z | Compiling float-cmp v0.9.0 |
1643 | 2024-08-16T05:05:01.550Z | Compiling mio v1.0.2 |
1644 | 2024-08-16T05:05:02.121Z | Compiling memmap v0.7.0 |
1645 | 2024-08-16T05:05:02.560Z | Compiling data-encoding v2.6.0 |
1646 | 2024-08-16T05:05:03.052Z | Compiling minimal-lexical v0.2.1 |
1647 | 2024-08-16T05:05:03.531Z | Compiling precomputed-hash v0.1.1 |
1648 | 2024-08-16T05:05:03.640Z | Compiling normalize-line-endings v0.3.0 |
1649 | 2024-08-16T05:05:03.947Z | Compiling whoami v1.5.1 |
1650 | 2024-08-16T05:05:03.947Z | Compiling fixedbitset v0.4.2 |
1651 | 2024-08-16T05:05:04.202Z | Compiling predicates-core v1.0.6 |
1652 | 2024-08-16T05:05:04.267Z | Compiling bit-vec v0.6.3 |
1653 | 2024-08-16T05:05:04.299Z | Compiling winnow v0.6.18 |
1654 | 2024-08-16T05:05:04.512Z | Compiling sync_wrapper v0.1.2 |
1655 | 2024-08-16T05:05:04.647Z | Compiling difflib v0.4.0 |
1656 | 2024-08-16T05:05:04.689Z | Compiling webpki-roots v0.25.4 |
1657 | 2024-08-16T05:05:04.710Z | Compiling new_debug_unreachable v1.0.6 |
1658 | 2024-08-16T05:05:04.806Z | Compiling unicode-segmentation v1.11.0 |
1659 | 2024-08-16T05:05:04.866Z | Compiling static_assertions v1.1.0 |
1660 | 2024-08-16T05:05:04.967Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1661 | 2024-08-16T05:05:05.613Z | Compiling similar v2.5.0 |
1662 | 2024-08-16T05:05:05.900Z | Compiling predicates v3.1.2 |
1663 | 2024-08-16T05:05:05.967Z | Compiling reqwest v0.11.27 |
1664 | 2024-08-16T05:05:07.059Z | Compiling string_cache v0.8.7 |
1665 | 2024-08-16T05:05:07.380Z | Compiling bit-set v0.5.3 |
1666 | 2024-08-16T05:05:07.609Z | Compiling tokio-postgres v0.7.11 |
1667 | 2024-08-16T05:05:07.661Z | Compiling petgraph v0.6.5 |
1668 | 2024-08-16T05:05:08.049Z | Compiling toml_edit v0.22.20 |
1669 | 2024-08-16T05:05:08.197Z | Compiling elliptic-curve v0.13.8 |
1670 | 2024-08-16T05:05:08.938Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1671 | 2024-08-16T05:05:11.292Z | Compiling nom v7.1.3 |
1672 | 2024-08-16T05:05:11.632Z | Compiling hickory-proto v0.24.1 |
1673 | 2024-08-16T05:05:12.627Z | Compiling usdt v0.5.0 |
1674 | 2024-08-16T05:05:12.746Z | Compiling signal-hook-mio v0.2.4 |
1675 | 2024-08-16T05:05:13.080Z | Compiling rsa v0.9.6 |
1676 | 2024-08-16T05:05:13.695Z | Compiling futures v0.3.30 |
1677 | 2024-08-16T05:05:15.065Z | Compiling flate2 v1.0.31 |
1678 | 2024-08-16T05:05:15.272Z | Compiling clap v4.5.15 |
1679 | 2024-08-16T05:05:15.395Z | Compiling itertools v0.10.5 |
1680 | 2024-08-16T05:05:15.998Z | Compiling itertools v0.12.1 |
1681 | 2024-08-16T05:05:16.952Z | Compiling console v0.15.8 |
1682 | 2024-08-16T05:05:16.968Z | Compiling tokio-stream v0.1.15 |
1683 | 2024-08-16T05:05:17.506Z | Compiling toml v0.7.8 |
1684 | 2024-08-16T05:05:17.925Z | Compiling bstr v1.9.1 |
1685 | 2024-08-16T05:05:18.203Z | Compiling hex v0.4.3 |
1686 | 2024-08-16T05:05:18.823Z | Compiling sha1 v0.10.6 |
1687 | 2024-08-16T05:05:19.002Z | Compiling unicode-xid v0.2.4 |
1688 | 2024-08-16T05:05:19.316Z | Compiling camino v1.1.7 |
1689 | 2024-08-16T05:05:19.345Z | Compiling peg-runtime v0.8.3 |
1690 | 2024-08-16T05:05:19.377Z | Compiling lalrpop-util v0.19.12 |
1691 | 2024-08-16T05:05:19.940Z | Compiling proc-macro-crate v1.3.1 |
1692 | 2024-08-16T05:05:20.785Z | Compiling heapless v0.8.0 |
1693 | 2024-08-16T05:05:20.811Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1694 | 2024-08-16T05:05:21.703Z | Compiling num_enum_derive v0.5.11 |
1695 | 2024-08-16T05:05:23.134Z | Compiling ipnetwork v0.20.0 |
1696 | 2024-08-16T05:05:26.010Z | Compiling hash32 v0.3.1 |
1697 | 2024-08-16T05:05:26.589Z | Compiling rustls-pki-types v1.7.0 |
1698 | 2024-08-16T05:05:27.692Z | Compiling smoltcp v0.11.0 |
1699 | 2024-08-16T05:05:28.329Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1700 | 2024-08-16T05:05:29.004Z | Compiling ident_case v1.0.1 |
1701 | 2024-08-16T05:05:29.125Z | Compiling darling_core v0.20.9 |
1702 | 2024-08-16T05:05:35.350Z | Compiling num_enum v0.5.11 |
1703 | 2024-08-16T05:05:36.044Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1704 | 2024-08-16T05:05:36.218Z | Compiling getopts v0.2.21 |
1705 | 2024-08-16T05:05:37.047Z | Compiling dirs-sys-next v0.1.2 |
1706 | 2024-08-16T05:05:37.709Z | Compiling proc-macro-error-attr v1.0.4 |
1707 | 2024-08-16T05:05:38.640Z | Compiling paste v1.0.15 |
1708 | 2024-08-16T05:05:39.119Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1709 | 2024-08-16T05:05:39.433Z | Compiling cobs v0.2.3 |
1710 | 2024-08-16T05:05:39.878Z | Compiling unsafe-libyaml v0.2.11 |
1711 | 2024-08-16T05:05:40.060Z | Compiling embedded-io v0.4.0 |
1712 | 2024-08-16T05:05:41.465Z | Compiling rustls v0.22.4 |
1713 | 2024-08-16T05:05:41.786Z | Compiling serde_yaml v0.9.34+deprecated |
1714 | 2024-08-16T05:05:43.095Z | Compiling postcard v1.0.8 |
1715 | 2024-08-16T05:05:45.718Z | Compiling dirs-next v2.0.0 |
1716 | 2024-08-16T05:05:45.909Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1717 | 2024-08-16T05:05:52.658Z | Compiling darling_macro v0.20.9 |
1718 | 2024-08-16T05:05:54.405Z | Compiling rustls-webpki v0.102.4 |
1719 | 2024-08-16T05:06:01.144Z | Compiling strum_macros v0.26.4 |
1720 | 2024-08-16T05:06:02.062Z | Compiling structmeta-derive v0.3.0 |
1721 | 2024-08-16T05:06:02.094Z | Compiling foreign-types-macros v0.2.3 |
1722 | 2024-08-16T05:06:03.495Z | Compiling thread_local v1.1.8 |
1723 | 2024-08-16T05:06:04.740Z | Compiling multer v3.1.0 |
1724 | 2024-08-16T05:06:05.070Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1725 | 2024-08-16T05:06:05.365Z | Compiling proc-macro-error v1.0.4 |
1726 | 2024-08-16T05:06:05.682Z | Compiling slog-async v2.8.0 |
1727 | 2024-08-16T05:06:05.852Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1728 | 2024-08-16T05:06:05.945Z | Compiling match_cfg v0.1.0 |
1729 | 2024-08-16T05:06:07.276Z | Compiling foreign-types-shared v0.3.1 |
1730 | 2024-08-16T05:06:07.564Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1731 | 2024-08-16T05:06:07.697Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1732 | 2024-08-16T05:06:08.795Z | Compiling foreign-types v0.5.0 |
1733 | 2024-08-16T05:06:13.705Z | Compiling hostname v0.3.1 |
1734 | 2024-08-16T05:06:13.969Z | Compiling strum v0.26.3 |
1735 | 2024-08-16T05:06:14.437Z | Compiling structmeta v0.3.0 |
1736 | 2024-08-16T05:06:18.406Z | Compiling darling v0.20.9 |
1737 | 2024-08-16T05:06:18.534Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1738 | 2024-08-16T05:06:20.706Z | Compiling term v0.7.0 |
1739 | 2024-08-16T05:06:23.232Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1740 | 2024-08-16T05:06:25.105Z | Compiling slog-json v2.6.1 |
1741 | 2024-08-16T05:06:25.561Z | Compiling tabwriter v1.4.0 |
1742 | 2024-08-16T05:06:26.348Z | Compiling crossbeam-channel v0.5.12 |
1743 | 2024-08-16T05:06:27.909Z | Compiling http v1.1.0 |
1744 | 2024-08-16T05:06:28.280Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1745 | 2024-08-16T05:06:28.801Z | Compiling async-stream-impl v0.3.5 |
1746 | 2024-08-16T05:06:29.079Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1747 | 2024-08-16T05:06:29.928Z | Compiling is-terminal v0.4.12 |
1748 | 2024-08-16T05:06:30.071Z | Compiling cstr-argument v0.1.2 |
1749 | 2024-08-16T05:06:30.087Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1750 | 2024-08-16T05:06:30.332Z | Compiling crucible-workspace-hack v0.1.0 |
1751 | 2024-08-16T05:06:30.632Z | Compiling rayon-core v1.12.1 |
1752 | 2024-08-16T05:06:30.787Z | Compiling pretty-hex v0.2.1 |
1753 | 2024-08-16T05:06:30.974Z | Compiling take_mut v0.2.2 |
1754 | 2024-08-16T05:06:31.158Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1755 | 2024-08-16T05:06:31.466Z | Compiling fastrand v2.1.0 |
1756 | 2024-08-16T05:06:32.015Z | Compiling atomic-waker v1.1.2 |
1757 | 2024-08-16T05:06:32.115Z | Compiling tempfile v3.10.1 |
1758 | 2024-08-16T05:06:32.206Z | Compiling waitgroup v0.1.2 |
1759 | 2024-08-16T05:06:32.636Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1760 | 2024-08-16T05:06:33.127Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1761 | 2024-08-16T05:06:33.695Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1762 | 2024-08-16T05:06:33.717Z | Compiling async-stream v0.3.5 |
1763 | 2024-08-16T05:06:33.909Z | Compiling slog-term v2.9.1 |
1764 | 2024-08-16T05:06:34.433Z | Compiling slog-bunyan v2.5.0 |
1765 | 2024-08-16T05:06:35.408Z | Compiling tokio-rustls v0.25.0 |
1766 | 2024-08-16T05:06:35.540Z | Compiling serde_with_macros v3.8.3 |
1767 | 2024-08-16T05:06:35.794Z | Compiling parse-display-derive v0.10.0 |
1768 | 2024-08-16T05:06:35.882Z | Compiling toml v0.8.19 |
1769 | 2024-08-16T05:06:36.583Z | Compiling rustls-pemfile v2.1.3 |
1770 | 2024-08-16T05:06:36.682Z | Compiling crossbeam-deque v0.8.5 |
1771 | 2024-08-16T05:06:37.016Z | Compiling colored v2.1.0 |
1772 | 2024-08-16T05:06:37.064Z | Compiling newtype-uuid v1.1.0 |
1773 | 2024-08-16T05:06:37.275Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1774 | 2024-08-16T05:06:37.398Z | Compiling serde_path_to_error v0.1.16 |
1775 | 2024-08-16T05:06:38.171Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1776 | 2024-08-16T05:06:38.565Z | Compiling socket2 v0.4.10 |
1777 | 2024-08-16T05:06:38.602Z | Compiling hostname v0.4.0 |
1778 | 2024-08-16T05:06:38.702Z | Compiling instant v0.1.12 |
1779 | 2024-08-16T05:06:38.851Z | Compiling debug-ignore v1.0.5 |
1780 | 2024-08-16T05:06:38.900Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1781 | 2024-08-16T05:06:39.006Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1782 | 2024-08-16T05:06:39.241Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1783 | 2024-08-16T05:06:39.685Z | Compiling parse-display v0.10.0 |
1784 | 2024-08-16T05:06:39.801Z | Compiling backoff v0.4.0 |
1785 | 2024-08-16T05:06:40.161Z | Compiling serde_with v3.8.3 |
1786 | 2024-08-16T05:06:41.634Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1787 | 2024-08-16T05:06:42.272Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1788 | 2024-08-16T05:06:42.809Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1789 | 2024-08-16T05:06:43.542Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1790 | 2024-08-16T05:06:43.754Z | Compiling camino-tempfile v1.1.1 |
1791 | 2024-08-16T05:06:44.512Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1792 | 2024-08-16T05:06:44.598Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1793 | 2024-08-16T05:06:44.778Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1794 | 2024-08-16T05:06:44.979Z | Compiling macaddr v1.0.1 |
1795 | 2024-08-16T05:06:45.618Z | Compiling num-derive v0.4.2 |
1796 | 2024-08-16T05:06:45.742Z | Compiling sigpipe v0.1.3 |
1797 | 2024-08-16T05:06:45.892Z | Compiling libefi-sys v0.1.0 |
1798 | 2024-08-16T05:06:46.200Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1799 | 2024-08-16T05:06:46.568Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1800 | 2024-08-16T05:06:47.566Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1801 | 2024-08-16T05:06:47.921Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1802 | 2024-08-16T05:06:48.119Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1803 | 2024-08-16T05:06:48.134Z | Compiling rayon v1.10.0 |
1804 | 2024-08-16T05:06:48.427Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1805 | 2024-08-16T05:06:49.473Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1806 | 2024-08-16T05:06:49.842Z | Compiling smf v0.2.3 |
1807 | 2024-08-16T05:06:51.511Z | Compiling bitfield-struct v0.6.1 |
1808 | 2024-08-16T05:06:52.401Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1809 | 2024-08-16T05:06:52.459Z | Compiling ring v0.16.20 |
1810 | 2024-08-16T05:06:52.769Z | Compiling blake3 v1.5.1 |
1811 | 2024-08-16T05:06:52.809Z | Compiling portable-atomic v1.6.0 |
1812 | 2024-08-16T05:06:52.851Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1813 | 2024-08-16T05:06:53.837Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1814 | 2024-08-16T05:06:53.991Z | Compiling xattr v1.3.1 |
1815 | 2024-08-16T05:06:54.116Z | Compiling filetime v0.2.24 |
1816 | 2024-08-16T05:06:54.176Z | Compiling memmap2 v0.9.4 |
1817 | 2024-08-16T05:06:54.295Z | Compiling untrusted v0.7.1 |
1818 | 2024-08-16T05:06:54.476Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1819 | 2024-08-16T05:06:54.491Z | Compiling same-file v1.0.6 |
1820 | 2024-08-16T05:06:54.609Z | Compiling arrayvec v0.7.4 |
1821 | 2024-08-16T05:06:54.719Z | Compiling constant_time_eq v0.3.0 |
1822 | 2024-08-16T05:06:54.758Z | Compiling spin v0.5.2 |
1823 | 2024-08-16T05:06:54.894Z | Compiling arrayref v0.3.7 |
1824 | 2024-08-16T05:06:54.966Z | Compiling walkdir v2.5.0 |
1825 | 2024-08-16T05:06:55.015Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1826 | 2024-08-16T05:06:55.034Z | Compiling tar v0.4.41 |
1827 | 2024-08-16T05:06:56.574Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1828 | 2024-08-16T05:06:57.575Z | Compiling gethostname v0.5.0 |
1829 | 2024-08-16T05:06:57.655Z | Compiling cargo-platform v0.1.8 |
1830 | 2024-08-16T05:06:57.782Z | Compiling number_prefix v0.4.0 |
1831 | 2024-08-16T05:06:58.056Z | Compiling topological-sort v0.2.2 |
1832 | 2024-08-16T05:06:58.333Z | Compiling indicatif v0.17.8 |
1833 | 2024-08-16T05:06:58.722Z | Compiling cargo_metadata v0.18.1 |
1834 | 2024-08-16T05:07:02.988Z | Compiling omicron-zone-package v0.11.0 |
1835 | 2024-08-16T05:07:06.315Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1836 | 2024-08-16T05:07:07.470Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1837 | 2024-08-16T05:07:09.154Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1838 | 2024-08-16T05:07:28.844Z | Finished `release` profile [optimized] target(s) in 4m 16s |
1839 | 2024-08-16T05:07:28.981Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1840 | 2024-08-16T05:07:29.031Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1841 | 2024-08-16T05:07:29.034Z | Created new build target 'test' and set it as active |
1842 | 2024-08-16T05:07:29.034Z | |
1843 | 2024-08-16T05:07:29.034Z | real 4:16.904072784 |
1844 | 2024-08-16T05:07:29.034Z | user 29:05.351761764 |
1845 | 2024-08-16T05:07:29.035Z | sys 3:38.596929434 |
1846 | 2024-08-16T05:07:29.035Z | trap 0.856034340 |
1847 | 2024-08-16T05:07:29.035Z | tflt 2.452450154 |
1848 | 2024-08-16T05:07:29.035Z | dflt 0.824777886 |
1849 | 2024-08-16T05:07:29.035Z | kflt 0.000041313 |
1850 | 2024-08-16T05:07:29.035Z | lock 1:04:46.426893412 |
1851 | 2024-08-16T05:07:29.035Z | slp 1:52:17.833001122 |
1852 | 2024-08-16T05:07:29.035Z | lat 1:59.049343372 |
1853 | 2024-08-16T05:07:29.035Z | stop 3:24.255454131 |
1854 | 2024-08-16T05:07:29.035Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1855 | 2024-08-16T05:07:29.957Z | Finished `release` profile [optimized] target(s) in 0.88s |
1856 | 2024-08-16T05:07:30.004Z | Running `target/release/omicron-package -t test package` |
1857 | 2024-08-16T05:07:30.043Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1858 | 2024-08-16T05:07:31.144Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1859 | 2024-08-16T05:07:31.144Z | Compiling camino v1.1.7 |
1860 | 2024-08-16T05:07:31.146Z | Compiling password-hash v0.5.0 |
1861 | 2024-08-16T05:07:31.146Z | Compiling blake2 v0.10.6 |
1862 | 2024-08-16T05:07:31.146Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1863 | 2024-08-16T05:07:31.146Z | Compiling derive-where v1.2.7 |
1864 | 2024-08-16T05:07:31.259Z | Compiling humantime v2.1.0 |
1865 | 2024-08-16T05:07:31.262Z | Compiling newline-converter v0.3.0 |
1866 | 2024-08-16T05:07:31.452Z | Compiling expectorate v1.1.0 |
1867 | 2024-08-16T05:07:31.471Z | Compiling toml v0.8.19 |
1868 | 2024-08-16T05:07:31.698Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1869 | 2024-08-16T05:07:32.116Z | Compiling argon2 v0.5.3 |
1870 | 2024-08-16T05:07:32.162Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1871 | 2024-08-16T05:07:32.222Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1872 | 2024-08-16T05:07:32.365Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1873 | 2024-08-16T05:07:32.394Z | Compiling dirs-sys-next v0.1.2 |
1874 | 2024-08-16T05:07:32.529Z | Compiling convert_case v0.4.0 |
1875 | 2024-08-16T05:07:32.878Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1876 | 2024-08-16T05:07:32.965Z | Compiling dirs-next v2.0.0 |
1877 | 2024-08-16T05:07:33.149Z | Compiling prettyplease v0.2.20 |
1878 | 2024-08-16T05:07:33.328Z | Compiling derive_more v0.99.18 |
1879 | 2024-08-16T05:07:33.450Z | Compiling term v0.7.0 |
1880 | 2024-08-16T05:07:33.479Z | Compiling semver v0.1.20 |
1881 | 2024-08-16T05:07:33.482Z | Compiling is-terminal v0.4.12 |
1882 | 2024-08-16T05:07:33.606Z | Compiling home v0.5.9 |
1883 | 2024-08-16T05:07:33.845Z | Compiling rustc_version v0.1.7 |
1884 | 2024-08-16T05:07:34.015Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1885 | 2024-08-16T05:07:34.245Z | Compiling newtype_derive v0.1.6 |
1886 | 2024-08-16T05:07:34.462Z | Compiling rustls-pki-types v1.7.0 |
1887 | 2024-08-16T05:07:34.662Z | Compiling slog-dtrace v0.3.0 |
1888 | 2024-08-16T05:07:34.759Z | Compiling steno v0.4.1 |
1889 | 2024-08-16T05:07:35.061Z | Compiling rustls-webpki v0.102.4 |
1890 | 2024-08-16T05:07:35.203Z | Compiling rustls v0.22.4 |
1891 | 2024-08-16T05:07:35.231Z | Compiling thread_local v1.1.8 |
1892 | 2024-08-16T05:07:35.720Z | Compiling linked-hash-map v0.5.6 |
1893 | 2024-08-16T05:07:36.166Z | Compiling match_cfg v0.1.0 |
1894 | 2024-08-16T05:07:36.270Z | Compiling hostname v0.3.1 |
1895 | 2024-08-16T05:07:36.493Z | Compiling lru-cache v0.1.2 |
1896 | 2024-08-16T05:07:37.390Z | Compiling multer v3.1.0 |
1897 | 2024-08-16T05:07:37.462Z | Compiling slog-async v2.8.0 |
1898 | 2024-08-16T05:07:37.554Z | Compiling slog-json v2.6.1 |
1899 | 2024-08-16T05:07:37.926Z | Compiling crossbeam-channel v0.5.12 |
1900 | 2024-08-16T05:07:38.297Z | Compiling http v1.1.0 |
1901 | 2024-08-16T05:07:38.420Z | Compiling take_mut v0.2.2 |
1902 | 2024-08-16T05:07:38.583Z | Compiling atomic-waker v1.1.2 |
1903 | 2024-08-16T05:07:38.967Z | Compiling waitgroup v0.1.2 |
1904 | 2024-08-16T05:07:39.167Z | Compiling slog-bunyan v2.5.0 |
1905 | 2024-08-16T05:07:39.383Z | Compiling slog-term v2.9.1 |
1906 | 2024-08-16T05:07:39.793Z | Compiling rustls-pemfile v2.1.3 |
1907 | 2024-08-16T05:07:40.051Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1908 | 2024-08-16T05:07:40.502Z | Compiling async-stream v0.3.5 |
1909 | 2024-08-16T05:07:40.518Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
1910 | 2024-08-16T05:07:40.587Z | Compiling newtype-uuid v1.1.0 |
1911 | 2024-08-16T05:07:40.775Z | Compiling ipnetwork v0.20.0 |
1912 | 2024-08-16T05:07:40.800Z | Compiling serde_path_to_error v0.1.16 |
1913 | 2024-08-16T05:07:40.890Z | Compiling hostname v0.4.0 |
1914 | 2024-08-16T05:07:41.123Z | Compiling tokio-rustls v0.25.0 |
1915 | 2024-08-16T05:07:41.143Z | Compiling instant v0.1.12 |
1916 | 2024-08-16T05:07:41.291Z | Compiling debug-ignore v1.0.5 |
1917 | 2024-08-16T05:07:41.441Z | Compiling backoff v0.4.0 |
1918 | 2024-08-16T05:07:41.584Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1919 | 2024-08-16T05:07:41.611Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1920 | 2024-08-16T05:07:41.795Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1921 | 2024-08-16T05:07:41.951Z | Compiling parse-display v0.10.0 |
1922 | 2024-08-16T05:07:42.243Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1923 | 2024-08-16T05:07:42.427Z | Compiling serde_with v3.8.3 |
1924 | 2024-08-16T05:07:42.483Z | Compiling strum v0.26.3 |
1925 | 2024-08-16T05:07:42.668Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1926 | 2024-08-16T05:07:43.782Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1927 | 2024-08-16T05:07:43.927Z | Compiling num-rational v0.4.2 |
1928 | 2024-08-16T05:07:45.398Z | Compiling num-complex v0.4.6 |
1929 | 2024-08-16T05:07:45.563Z | Compiling macaddr v1.0.1 |
1930 | 2024-08-16T05:07:46.018Z | Compiling swrite v0.1.0 |
1931 | 2024-08-16T05:07:46.423Z | Compiling num v0.4.3 |
1932 | 2024-08-16T05:07:46.439Z | Compiling float-ord v0.3.2 |
1933 | 2024-08-16T05:07:46.530Z | Compiling quick-error v1.2.3 |
1934 | 2024-08-16T05:07:46.607Z | Compiling utf-8 v0.7.6 |
1935 | 2024-08-16T05:07:46.688Z | Compiling resolv-conf v0.7.0 |
1936 | 2024-08-16T05:07:46.976Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1937 | 2024-08-16T05:07:48.441Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-08-16T05:07:48.685Z | Compiling rayon-core v1.12.1 |
1939 | 2024-08-16T05:07:48.714Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1940 | 2024-08-16T05:07:49.220Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1941 | 2024-08-16T05:07:49.488Z | Compiling crossbeam-deque v0.8.5 |
1942 | 2024-08-16T05:07:49.832Z | Compiling half v2.4.1 |
1943 | 2024-08-16T05:07:50.565Z | Compiling fastrand v2.1.0 |
1944 | 2024-08-16T05:07:51.098Z | Compiling ciborium-io v0.2.2 |
1945 | 2024-08-16T05:07:51.248Z | Compiling termcolor v1.4.1 |
1946 | 2024-08-16T05:07:52.280Z | Compiling same-file v1.0.6 |
1947 | 2024-08-16T05:07:52.525Z | Compiling display-error-chain v0.2.0 |
1948 | 2024-08-16T05:07:52.714Z | Compiling walkdir v2.5.0 |
1949 | 2024-08-16T05:07:53.362Z | Compiling ciborium-ll v0.2.2 |
1950 | 2024-08-16T05:07:53.881Z | Compiling tempfile v3.10.1 |
1951 | 2024-08-16T05:07:54.793Z | Compiling blake3 v1.5.1 |
1952 | 2024-08-16T05:07:55.412Z | Compiling rayon v1.10.0 |
1953 | 2024-08-16T05:07:56.182Z | Compiling ring v0.16.20 |
1954 | 2024-08-16T05:07:57.042Z | Compiling ciborium v0.2.2 |
1955 | 2024-08-16T05:07:59.145Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1956 | 2024-08-16T05:08:00.093Z | Compiling xattr v1.3.1 |
1957 | 2024-08-16T05:08:00.368Z | Compiling memmap2 v0.9.4 |
1958 | 2024-08-16T05:08:00.799Z | Compiling filetime v0.2.24 |
1959 | 2024-08-16T05:08:01.107Z | Compiling arrayvec v0.7.4 |
1960 | 2024-08-16T05:08:01.531Z | Compiling spin v0.5.2 |
1961 | 2024-08-16T05:08:01.774Z | Compiling constant_time_eq v0.3.0 |
1962 | 2024-08-16T05:08:01.937Z | Compiling untrusted v0.7.1 |
1963 | 2024-08-16T05:08:02.136Z | Compiling arrayref v0.3.7 |
1964 | 2024-08-16T05:08:02.247Z | Compiling cancel-safe-futures v0.1.5 |
1965 | 2024-08-16T05:08:03.504Z | Compiling tar v0.4.41 |
1966 | 2024-08-16T05:08:05.290Z | Compiling camino-tempfile v1.1.1 |
1967 | 2024-08-16T05:08:05.725Z | Compiling toolchain_find v0.4.0 |
1968 | 2024-08-16T05:08:05.827Z | Compiling nibble_vec v0.1.0 |
1969 | 2024-08-16T05:08:06.064Z | Compiling atty v0.2.14 |
1970 | 2024-08-16T05:08:06.224Z | Compiling crunchy v0.2.2 |
1971 | 2024-08-16T05:08:06.296Z | Compiling topological-sort v0.2.2 |
1972 | 2024-08-16T05:08:06.518Z | Compiling glob v0.3.1 |
1973 | 2024-08-16T05:08:06.692Z | Compiling endian-type v0.1.2 |
1974 | 2024-08-16T05:08:06.939Z | Compiling maplit v1.0.2 |
1975 | 2024-08-16T05:08:07.074Z | Compiling radium v0.7.0 |
1976 | 2024-08-16T05:08:07.316Z | Compiling clang-sys v1.7.0 |
1977 | 2024-08-16T05:08:07.551Z | Compiling radix_trie v0.2.1 |
1978 | 2024-08-16T05:08:08.039Z | Compiling omicron-zone-package v0.11.0 |
1979 | 2024-08-16T05:08:08.466Z | Compiling rustfmt-wrapper v0.2.1 |
1980 | 2024-08-16T05:08:09.580Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1981 | 2024-08-16T05:08:09.760Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1982 | 2024-08-16T05:08:10.286Z | Compiling tungstenite v0.21.0 |
1983 | 2024-08-16T05:08:10.790Z | Compiling maybe-uninit v2.0.0 |
1984 | 2024-08-16T05:08:11.298Z | Compiling tap v1.0.1 |
1985 | 2024-08-16T05:08:11.493Z | Compiling tiny-keccak v2.0.2 |
1986 | 2024-08-16T05:08:11.823Z | Compiling wyz v0.5.1 |
1987 | 2024-08-16T05:08:12.306Z | Compiling tokio-tungstenite v0.21.0 |
1988 | 2024-08-16T05:08:13.321Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1989 | 2024-08-16T05:08:13.672Z | Compiling dsl_auto_type v0.1.2 |
1990 | 2024-08-16T05:08:13.816Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1991 | 2024-08-16T05:08:14.265Z | Compiling itertools v0.13.0 |
1992 | 2024-08-16T05:08:15.106Z | Compiling scheduled-thread-pool v0.2.7 |
1993 | 2024-08-16T05:08:15.366Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1994 | 2024-08-16T05:08:15.927Z | Compiling diesel_table_macro_syntax v0.2.0 |
1995 | 2024-08-16T05:08:16.348Z | Compiling packed_struct v0.10.1 |
1996 | 2024-08-16T05:08:16.490Z | Compiling funty v2.0.0 |
1997 | 2024-08-16T05:08:16.772Z | Compiling crc-catalog v2.4.0 |
1998 | 2024-08-16T05:08:16.926Z | Compiling arc-swap v1.7.1 |
1999 | 2024-08-16T05:08:17.591Z | Compiling bitvec v1.0.1 |
2000 | 2024-08-16T05:08:18.049Z | Compiling slog-scope v4.4.0 |
2001 | 2024-08-16T05:08:18.892Z | Compiling crc v3.2.1 |
2002 | 2024-08-16T05:08:18.973Z | Compiling diesel_derives v2.2.2 |
2003 | 2024-08-16T05:08:22.183Z | Compiling r2d2 v0.8.10 |
2004 | 2024-08-16T05:08:23.178Z | Compiling ascii-canvas v3.0.0 |
2005 | 2024-08-16T05:08:23.659Z | Compiling packed_struct_codegen v0.10.1 |
2006 | 2024-08-16T05:08:25.291Z | Compiling ena v0.14.3 |
2007 | 2024-08-16T05:08:25.634Z | Compiling libloading v0.8.3 |
2008 | 2024-08-16T05:08:25.983Z | Compiling indexmap v1.9.3 |
2009 | 2024-08-16T05:08:26.154Z | Compiling bindgen v0.69.4 |
2010 | 2024-08-16T05:08:26.323Z | Compiling diff v0.1.13 |
2011 | 2024-08-16T05:08:26.622Z | Compiling nodrop v0.1.14 |
2012 | 2024-08-16T05:08:26.764Z | Compiling regex-syntax v0.6.29 |
2013 | 2024-08-16T05:08:26.854Z | Compiling array-init v0.0.4 |
2014 | 2024-08-16T05:08:30.229Z | Compiling diesel v2.2.2 |
2015 | 2024-08-16T05:08:30.867Z | Compiling lalrpop v0.19.12 |
2016 | 2024-08-16T05:08:31.951Z | Compiling smallvec v0.6.14 |
2017 | 2024-08-16T05:08:32.048Z | Compiling slog-stdlog v4.1.1 |
2018 | 2024-08-16T05:08:32.446Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2019 | 2024-08-16T05:08:32.869Z | Compiling which v4.4.2 |
2020 | 2024-08-16T05:08:33.421Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2021 | 2024-08-16T05:08:33.485Z | Compiling cexpr v0.6.0 |
2022 | 2024-08-16T05:08:33.650Z | Compiling libsw v3.3.1 |
2023 | 2024-08-16T05:08:34.002Z | Compiling rustc-hash v1.1.0 |
2024 | 2024-08-16T05:08:34.158Z | Compiling ref-cast v1.0.23 |
2025 | 2024-08-16T05:08:34.652Z | Compiling hashbrown v0.12.3 |
2026 | 2024-08-16T05:08:35.112Z | Compiling owo-colors v4.0.0 |
2027 | 2024-08-16T05:08:35.977Z | Compiling shlex v1.3.0 |
2028 | 2024-08-16T05:08:36.352Z | Compiling linear-map v1.2.0 |
2029 | 2024-08-16T05:08:36.764Z | Compiling lazycell v1.3.0 |
2030 | 2024-08-16T05:08:36.937Z | Compiling bitfield v0.14.0 |
2031 | 2024-08-16T05:08:37.234Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2032 | 2024-08-16T05:08:37.962Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2033 | 2024-08-16T05:08:39.629Z | Compiling serde-hex v0.1.0 |
2034 | 2024-08-16T05:08:44.737Z | Compiling slog-envlogger v2.2.0 |
2035 | 2024-08-16T05:08:44.756Z | Compiling bzip2 v0.4.4 |
2036 | 2024-08-16T05:08:45.215Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2037 | 2024-08-16T05:08:45.556Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2038 | 2024-08-16T05:08:47.291Z | Compiling env_logger v0.10.2 |
2039 | 2024-08-16T05:08:47.947Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2040 | 2024-08-16T05:08:48.260Z | Compiling derive_builder_core v0.20.0 |
2041 | 2024-08-16T05:08:50.295Z | Compiling x509-cert v0.2.5 |
2042 | 2024-08-16T05:08:50.489Z | Compiling ron v0.8.1 |
2043 | 2024-08-16T05:08:52.120Z | Compiling headers-core v0.2.0 |
2044 | 2024-08-16T05:08:52.304Z | Compiling hashbrown v0.13.2 |
2045 | 2024-08-16T05:08:53.668Z | Compiling fxhash v0.2.1 |
2046 | 2024-08-16T05:08:53.906Z | Compiling libxml v0.3.3 |
2047 | 2024-08-16T05:08:54.305Z | Compiling ref-cast-impl v1.0.23 |
2048 | 2024-08-16T05:08:55.445Z | Compiling crc-any v2.5.0 |
2049 | 2024-08-16T05:08:56.414Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2050 | 2024-08-16T05:08:56.797Z | Compiling object v0.30.4 |
2051 | 2024-08-16T05:08:56.881Z | Compiling polar-core v0.27.3 |
2052 | 2024-08-16T05:09:01.575Z | Compiling headers v0.3.9 |
2053 | 2024-08-16T05:09:05.189Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2054 | 2024-08-16T05:09:05.246Z | Compiling samael v0.0.15 |
2055 | 2024-08-16T05:09:06.861Z | Compiling derive_builder_macro v0.20.0 |
2056 | 2024-08-16T05:09:06.954Z | Compiling zip v0.6.6 |
2057 | 2024-08-16T05:09:07.679Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2058 | 2024-08-16T05:09:09.551Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2059 | 2024-08-16T05:09:09.554Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2060 | 2024-08-16T05:09:09.855Z | Compiling strum_macros v0.24.3 |
2061 | 2024-08-16T05:09:10.056Z | Compiling async-recursion v1.1.1 |
2062 | 2024-08-16T05:09:10.735Z | Compiling unicase v2.7.0 |
2063 | 2024-08-16T05:09:11.074Z | Compiling cookie v0.18.1 |
2064 | 2024-08-16T05:09:11.447Z | Compiling path-slash v0.1.5 |
2065 | 2024-08-16T05:09:11.554Z | Compiling indoc v1.0.9 |
2066 | 2024-08-16T05:09:11.708Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2067 | 2024-08-16T05:09:12.574Z | Compiling derive_builder v0.20.0 |
2068 | 2024-08-16T05:09:18.179Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2069 | 2024-08-16T05:09:18.494Z | Compiling crossterm v0.28.1 |
2070 | 2024-08-16T05:09:19.209Z | Compiling pem v3.0.4 |
2071 | 2024-08-16T05:09:20.487Z | Compiling curve25519-dalek v4.1.3 |
2072 | 2024-08-16T05:09:20.735Z | Compiling impl-trait-for-tuples v0.2.2 |
2073 | 2024-08-16T05:09:20.946Z | Compiling oso-derive v0.27.3 |
2074 | 2024-08-16T05:09:21.222Z | Compiling libz-sys v1.1.16 |
2075 | 2024-08-16T05:09:21.905Z | Compiling quick-xml v0.31.0 |
2076 | 2024-08-16T05:09:21.945Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2077 | 2024-08-16T05:09:22.283Z | Compiling parking_lot_core v0.8.6 |
2078 | 2024-08-16T05:09:22.729Z | Compiling keccak v0.1.5 |
2079 | 2024-08-16T05:09:23.725Z | Compiling sha3 v0.10.8 |
2080 | 2024-08-16T05:09:26.713Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2081 | 2024-08-16T05:09:27.115Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2082 | 2024-08-16T05:09:27.851Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2083 | 2024-08-16T05:09:27.869Z | Compiling oso v0.27.3 |
2084 | 2024-08-16T05:09:28.636Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2085 | 2024-08-16T05:09:28.963Z | Compiling bb8 v0.8.5 |
2086 | 2024-08-16T05:09:29.606Z | Compiling const_format_proc_macros v0.2.32 |
2087 | 2024-08-16T05:09:31.605Z | Compiling universal-hash v0.5.1 |
2088 | 2024-08-16T05:09:31.852Z | Compiling secrecy v0.8.0 |
2089 | 2024-08-16T05:09:32.057Z | Compiling thiserror-impl-no-std v2.0.2 |
2090 | 2024-08-16T05:09:32.146Z | Compiling curve25519-dalek-derive v0.1.1 |
2091 | 2024-08-16T05:09:33.577Z | Compiling vte_generate_state_changes v0.1.1 |
2092 | 2024-08-16T05:09:34.219Z | Compiling buf-list v1.0.3 |
2093 | 2024-08-16T05:09:34.802Z | Compiling opaque-debug v0.3.1 |
2094 | 2024-08-16T05:09:34.914Z | Compiling poly1305 v0.8.0 |
2095 | 2024-08-16T05:09:34.972Z | Compiling thiserror-no-std v2.0.2 |
2096 | 2024-08-16T05:09:35.107Z | Compiling vte v0.11.1 |
2097 | 2024-08-16T05:09:36.587Z | Compiling const_format v0.2.32 |
2098 | 2024-08-16T05:09:37.764Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2099 | 2024-08-16T05:09:38.628Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2100 | 2024-08-16T05:09:38.939Z | Compiling chacha20 v0.9.1 |
2101 | 2024-08-16T05:09:39.122Z | Compiling fd-lock v4.0.2 |
2102 | 2024-08-16T05:09:39.359Z | Compiling aead v0.5.2 |
2103 | 2024-08-16T05:09:39.393Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2104 | 2024-08-16T05:09:39.710Z | Compiling pin-project-internal v1.1.5 |
2105 | 2024-08-16T05:09:40.227Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2106 | 2024-08-16T05:09:40.553Z | Compiling bytecount v0.6.8 |
2107 | 2024-08-16T05:09:40.896Z | Compiling papergrid v0.11.0 |
2108 | 2024-08-16T05:09:42.540Z | Compiling pin-project v1.1.5 |
2109 | 2024-08-16T05:09:43.254Z | Compiling chacha20poly1305 v0.10.1 |
2110 | 2024-08-16T05:09:43.521Z | Compiling parking_lot v0.11.2 |
2111 | 2024-08-16T05:09:45.547Z | Compiling vsss-rs v3.3.4 |
2112 | 2024-08-16T05:09:45.891Z | Compiling strip-ansi-escapes v0.2.0 |
2113 | 2024-08-16T05:09:46.795Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2114 | 2024-08-16T05:09:47.425Z | Compiling tabled_derive v0.7.0 |
2115 | 2024-08-16T05:09:49.623Z | Compiling crossterm v0.27.0 |
2116 | 2024-08-16T05:09:50.074Z | Compiling peg-macros v0.8.4 |
2117 | 2024-08-16T05:09:51.538Z | Compiling kstat-rs v0.2.4 |
2118 | 2024-08-16T05:09:52.268Z | Compiling snafu-derive v0.8.2 |
2119 | 2024-08-16T05:09:52.460Z | Compiling sqlparser_derive v0.2.2 |
2120 | 2024-08-16T05:09:53.285Z | Compiling unicode_categories v0.1.1 |
2121 | 2024-08-16T05:09:53.521Z | Compiling nu-ansi-term v0.50.0 |
2122 | 2024-08-16T05:09:53.975Z | Compiling reedline v0.33.0 |
2123 | 2024-08-16T05:09:54.698Z | Compiling rustyline v14.0.0 |
2124 | 2024-08-16T05:09:56.101Z | Compiling sqlformat v0.2.4 |
2125 | 2024-08-16T05:09:56.824Z | Compiling snafu v0.8.2 |
2126 | 2024-08-16T05:09:58.123Z | Compiling sqlparser v0.45.0 |
2127 | 2024-08-16T05:10:07.173Z | Compiling peg v0.8.4 |
2128 | 2024-08-16T05:10:07.176Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2129 | 2024-08-16T05:10:10.899Z | Compiling tabled v0.15.0 |
2130 | 2024-08-16T05:10:16.132Z | Compiling mime_guess v2.0.4 |
2131 | 2024-08-16T05:10:17.245Z | Compiling sled v0.34.7 |
2132 | 2024-08-16T05:10:21.957Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2133 | 2024-08-16T05:10:23.498Z | Compiling hickory-client v0.24.1 |
2134 | 2024-08-16T05:10:28.318Z | Compiling env_logger v0.9.3 |
2135 | 2024-08-16T05:10:28.691Z | Compiling tungstenite v0.20.1 |
2136 | 2024-08-16T05:10:30.658Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2137 | 2024-08-16T05:10:32.383Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2138 | 2024-08-16T05:10:33.533Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2139 | 2024-08-16T05:10:37.245Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2140 | 2024-08-16T05:10:44.814Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2141 | 2024-08-16T05:10:46.311Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2142 | 2024-08-16T05:10:46.812Z | Compiling globset v0.4.14 |
2143 | 2024-08-16T05:10:49.762Z | Compiling hickory-server v0.24.1 |
2144 | 2024-08-16T05:10:52.262Z | Compiling olpc-cjson v0.1.3 |
2145 | 2024-08-16T05:10:52.601Z | Compiling bcs v0.1.6 |
2146 | 2024-08-16T05:10:53.457Z | Compiling vergen v8.3.2 |
2147 | 2024-08-16T05:10:53.806Z | Compiling bitstruct_derive v0.1.0 |
2148 | 2024-08-16T05:10:54.415Z | Compiling cargo-platform v0.1.8 |
2149 | 2024-08-16T05:10:54.926Z | Compiling serde_plain v1.0.2 |
2150 | 2024-08-16T05:10:55.114Z | Compiling nanorand v0.7.0 |
2151 | 2024-08-16T05:10:55.452Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-08-16T05:10:55.603Z | Compiling memoffset v0.9.1 |
2153 | 2024-08-16T05:10:55.804Z | Compiling typed-path v0.7.1 |
2154 | 2024-08-16T05:10:55.949Z | Compiling highway v1.2.0 |
2155 | 2024-08-16T05:10:57.403Z | Compiling ascii v1.1.0 |
2156 | 2024-08-16T05:10:58.175Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2157 | 2024-08-16T05:11:00.628Z | Compiling tough v0.17.1 |
2158 | 2024-08-16T05:11:02.146Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2159 | 2024-08-16T05:11:02.641Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2160 | 2024-08-16T05:11:02.936Z | Compiling flume v0.11.0 |
2161 | 2024-08-16T05:11:03.716Z | Compiling bitstruct v0.1.1 |
2162 | 2024-08-16T05:11:03.733Z | Compiling cargo_metadata v0.18.1 |
2163 | 2024-08-16T05:11:03.888Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2164 | 2024-08-16T05:11:07.076Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2165 | 2024-08-16T05:11:07.664Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2166 | 2024-08-16T05:11:14.337Z | Compiling git2 v0.19.0 |
2167 | 2024-08-16T05:11:16.630Z | Compiling tokio-tungstenite v0.20.1 |
2168 | 2024-08-16T05:11:17.248Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2169 | 2024-08-16T05:11:17.771Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2170 | 2024-08-16T05:11:23.659Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2171 | 2024-08-16T05:11:24.864Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2172 | 2024-08-16T05:11:26.883Z | Compiling libsqlite3-sys v0.28.0 |
2173 | 2024-08-16T05:11:27.397Z | Compiling serde_arrays v0.1.0 |
2174 | 2024-08-16T05:11:27.426Z | Compiling erased-serde v0.3.31 |
2175 | 2024-08-16T05:11:27.600Z | Compiling parse-size v1.0.0 |
2176 | 2024-08-16T05:11:27.912Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2177 | 2024-08-16T05:11:28.755Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2178 | 2024-08-16T05:11:30.060Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2179 | 2024-08-16T05:11:30.707Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2180 | 2024-08-16T05:11:30.806Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2181 | 2024-08-16T05:11:31.131Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2182 | 2024-08-16T05:11:33.183Z | Compiling heck v0.3.3 |
2183 | 2024-08-16T05:11:33.568Z | Compiling castaway v0.2.3 |
2184 | 2024-08-16T05:11:33.760Z | Compiling rand_seeder v0.3.0 |
2185 | 2024-08-16T05:11:34.167Z | Compiling csv-core v0.1.11 |
2186 | 2024-08-16T05:11:35.049Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2187 | 2024-08-16T05:11:35.394Z | Compiling http-range v0.1.5 |
2188 | 2024-08-16T05:11:35.977Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2189 | 2024-08-16T05:11:36.645Z | Compiling hyper-staticfile v0.9.5 |
2190 | 2024-08-16T05:11:38.190Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2191 | 2024-08-16T05:11:39.618Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2192 | 2024-08-16T05:11:40.316Z | Compiling csv v1.3.0 |
2193 | 2024-08-16T05:11:42.468Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2194 | 2024-08-16T05:11:42.692Z | Compiling compact_str v0.8.0 |
2195 | 2024-08-16T05:11:45.361Z | Compiling zone_cfg_derive v0.1.2 |
2196 | 2024-08-16T05:11:46.753Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2197 | 2024-08-16T05:11:46.899Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2198 | 2024-08-16T05:11:47.303Z | Compiling nix v0.27.1 |
2199 | 2024-08-16T05:11:50.284Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2200 | 2024-08-16T05:11:51.937Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2201 | 2024-08-16T05:11:53.090Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2202 | 2024-08-16T05:11:57.559Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2203 | 2024-08-16T05:11:57.897Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2204 | 2024-08-16T05:11:58.244Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2205 | 2024-08-16T05:11:58.562Z | Compiling unicode-truncate v1.0.0 |
2206 | 2024-08-16T05:11:58.852Z | Compiling hashlink v0.9.1 |
2207 | 2024-08-16T05:11:59.675Z | Compiling lru v0.12.3 |
2208 | 2024-08-16T05:12:00.061Z | Compiling serde-big-array v0.5.1 |
2209 | 2024-08-16T05:12:00.281Z | Compiling instability v0.3.2 |
2210 | 2024-08-16T05:12:00.335Z | Compiling base64 v0.13.1 |
2211 | 2024-08-16T05:12:01.094Z | Compiling fallible-iterator v0.3.0 |
2212 | 2024-08-16T05:12:01.288Z | Compiling cassowary v0.3.0 |
2213 | 2024-08-16T05:12:01.891Z | Compiling fallible-streaming-iterator v0.1.9 |
2214 | 2024-08-16T05:12:02.189Z | Compiling rusqlite v0.31.0 |
2215 | 2024-08-16T05:12:04.771Z | Compiling ratatui v0.28.0 |
2216 | 2024-08-16T05:12:04.948Z | Compiling ron v0.7.1 |
2217 | 2024-08-16T05:12:07.515Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2218 | 2024-08-16T05:12:21.956Z | Compiling zone v0.1.8 |
2219 | 2024-08-16T05:12:23.165Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2220 | 2024-08-16T05:12:24.314Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2221 | 2024-08-16T05:12:25.320Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2222 | 2024-08-16T05:12:28.104Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2223 | 2024-08-16T05:12:29.697Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2224 | 2024-08-16T05:12:30.020Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2225 | 2024-08-16T05:12:32.666Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2226 | 2024-08-16T05:12:32.668Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2227 | 2024-08-16T05:12:33.003Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2228 | 2024-08-16T05:12:34.220Z | Compiling twox-hash v1.6.3 |
2229 | 2024-08-16T05:12:35.207Z | Compiling signal-hook-tokio v0.3.1 |
2230 | 2024-08-16T05:12:35.443Z | Compiling yasna v0.5.2 |
2231 | 2024-08-16T05:12:38.014Z | Compiling portpicker v0.1.1 |
2232 | 2024-08-16T05:12:38.454Z | Compiling smawk v0.3.2 |
2233 | 2024-08-16T05:12:38.724Z | Compiling unicode-linebreak v0.1.5 |
2234 | 2024-08-16T05:12:38.851Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2235 | 2024-08-16T05:12:39.283Z | Compiling textwrap v0.16.1 |
2236 | 2024-08-16T05:12:42.659Z | Compiling rcgen v0.12.1 |
2237 | 2024-08-16T05:12:42.677Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2238 | 2024-08-16T05:12:52.468Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2239 | 2024-08-16T05:12:54.876Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2240 | 2024-08-16T05:12:55.166Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2241 | 2024-08-16T05:12:58.854Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2242 | 2024-08-16T05:13:00.048Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2243 | 2024-08-16T05:13:00.616Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2244 | 2024-08-16T05:13:00.947Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2245 | 2024-08-16T05:13:04.253Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2246 | 2024-08-16T05:13:07.556Z | Compiling atomicwrites v0.4.3 |
2247 | 2024-08-16T05:13:08.084Z | Compiling fatfs v0.3.6 |
2248 | 2024-08-16T05:13:08.100Z | Compiling subprocess v0.2.9 |
2249 | 2024-08-16T05:13:10.413Z | Compiling rtoolbox v0.0.2 |
2250 | 2024-08-16T05:13:10.830Z | Compiling assert_matches v1.5.0 |
2251 | 2024-08-16T05:13:10.890Z | Compiling is_ci v1.2.0 |
2252 | 2024-08-16T05:13:11.195Z | Compiling supports-color v3.0.0 |
2253 | 2024-08-16T05:13:11.851Z | Compiling rpassword v7.3.1 |
2254 | 2024-08-16T05:13:12.318Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2255 | 2024-08-16T05:13:12.920Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2256 | 2024-08-16T05:13:13.962Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2257 | 2024-08-16T05:13:17.176Z | Compiling tui-tree-widget v0.22.0 |
2258 | 2024-08-16T05:13:17.629Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2259 | 2024-08-16T05:13:19.148Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2260 | 2024-08-16T05:13:19.516Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2261 | 2024-08-16T05:13:19.846Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2262 | 2024-08-16T05:13:21.010Z | Compiling uzers v0.11.3 |
2263 | 2024-08-16T05:13:23.674Z | Compiling shell-words v1.1.0 |
2264 | 2024-08-16T05:13:24.122Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2265 | 2024-08-16T05:13:26.259Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2266 | 2024-08-16T05:13:28.262Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2267 | 2024-08-16T05:13:32.572Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2268 | 2024-08-16T05:13:42.328Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2269 | 2024-08-16T05:13:51.705Z | Compiling multimap v0.10.0 |
2270 | 2024-08-16T05:15:51.767Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2271 | 2024-08-16T05:15:59.330Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2272 | 2024-08-16T05:22:33.127Z | Finished `release` profile [optimized] target(s) in 15m 02s |
2273 | 2024-08-16T05:23:20.407Z | |
2274 | 2024-08-16T05:23:20.411Z | real 15:51.210588839 |
2275 | 2024-08-16T05:23:20.411Z | user 1:48:58.376599430 |
2276 | 2024-08-16T05:23:20.411Z | sys 5:36.057266604 |
2277 | 2024-08-16T05:23:20.411Z | trap 2.625749302 |
2278 | 2024-08-16T05:23:20.411Z | tflt 2.633448809 |
2279 | 2024-08-16T05:23:20.411Z | dflt 3.809164601 |
2280 | 2024-08-16T05:23:20.411Z | kflt 0.066499129 |
2281 | 2024-08-16T05:23:20.411Z | lock 6:34:04.015632308 |
2282 | 2024-08-16T05:23:20.411Z | slp 5:38:01.817895185 |
2283 | 2024-08-16T05:23:20.411Z | lat 2:40.477460899 |
2284 | 2024-08-16T05:23:20.411Z | stop 2:34.109683191 |
2285 | 2024-08-16T05:23:20.411Z | + mapfile -t packages |
2286 | 2024-08-16T05:23:20.411Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2287 | 2024-08-16T05:23:21.397Z | Finished `release` profile [optimized] target(s) in 0.93s |
2288 | 2024-08-16T05:23:21.445Z | Running `target/release/omicron-package -t test list-outputs` |
2289 | 2024-08-16T05:23:21.496Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2290 | 2024-08-16T05:23:21.506Z | + ptime -m cargo build --locked --release -p xtask |
2291 | 2024-08-16T05:23:22.090Z | Compiling serde v1.0.207 |
2292 | 2024-08-16T05:23:22.093Z | Compiling serde_json v1.0.125 |
2293 | 2024-08-16T05:23:22.093Z | Compiling libc v0.2.155 |
2294 | 2024-08-16T05:23:22.174Z | Compiling syn v2.0.74 |
2295 | 2024-08-16T05:23:22.187Z | Compiling usdt-impl v0.5.0 |
2296 | 2024-08-16T05:23:22.204Z | Compiling syn v1.0.109 |
2297 | 2024-08-16T05:23:22.545Z | Compiling rustix v0.38.34 |
2298 | 2024-08-16T05:23:22.594Z | Compiling log v0.4.21 |
2299 | 2024-08-16T05:23:22.690Z | Compiling bitflags v2.6.0 |
2300 | 2024-08-16T05:23:22.730Z | Compiling hashbrown v0.14.5 |
2301 | 2024-08-16T05:23:22.750Z | Compiling fs-err v2.11.0 |
2302 | 2024-08-16T05:23:23.072Z | Compiling anyhow v1.0.86 |
2303 | 2024-08-16T05:23:23.640Z | Compiling thread-id v4.2.1 |
2304 | 2024-08-16T05:23:24.138Z | Compiling indexmap v2.4.0 |
2305 | 2024-08-16T05:23:24.267Z | Compiling terminal_size v0.3.0 |
2306 | 2024-08-16T05:23:24.487Z | Compiling clap_builder v4.5.15 |
2307 | 2024-08-16T05:23:25.531Z | Compiling proc-macro-error v1.0.4 |
2308 | 2024-08-16T05:23:26.849Z | Compiling tabled_derive v0.7.0 |
2309 | 2024-08-16T05:23:28.073Z | Compiling tabled v0.15.0 |
2310 | 2024-08-16T05:23:30.228Z | Compiling serde_derive v1.0.207 |
2311 | 2024-08-16T05:23:30.577Z | Compiling thiserror-impl v1.0.63 |
2312 | 2024-08-16T05:23:31.458Z | Compiling zerocopy-derive v0.7.34 |
2313 | 2024-08-16T05:23:33.440Z | Compiling zerocopy v0.7.34 |
2314 | 2024-08-16T05:23:33.489Z | Compiling thiserror v1.0.63 |
2315 | 2024-08-16T05:23:33.639Z | Compiling pest v2.7.10 |
2316 | 2024-08-16T05:23:35.257Z | Compiling scroll_derive v0.12.0 |
2317 | 2024-08-16T05:23:36.688Z | Compiling pest_meta v2.7.10 |
2318 | 2024-08-16T05:23:36.732Z | Compiling scroll v0.12.0 |
2319 | 2024-08-16T05:23:37.337Z | Compiling goblin v0.8.2 |
2320 | 2024-08-16T05:23:40.770Z | Compiling pest_generator v2.7.10 |
2321 | 2024-08-16T05:23:42.589Z | Compiling pest_derive v2.7.10 |
2322 | 2024-08-16T05:23:43.381Z | Compiling dtrace-parser v0.2.0 |
2323 | 2024-08-16T05:23:45.141Z | Compiling toml_datetime v0.6.8 |
2324 | 2024-08-16T05:23:45.869Z | Compiling serde_spanned v0.6.7 |
2325 | 2024-08-16T05:23:47.826Z | Compiling serde_tokenstream v0.2.2 |
2326 | 2024-08-16T05:23:47.897Z | Compiling dof v0.3.0 |
2327 | 2024-08-16T05:23:47.975Z | Compiling toml_edit v0.22.20 |
2328 | 2024-08-16T05:23:48.485Z | Compiling cargo-platform v0.1.8 |
2329 | 2024-08-16T05:23:50.545Z | Compiling camino v1.1.7 |
2330 | 2024-08-16T05:23:50.884Z | Compiling semver v1.0.23 |
2331 | 2024-08-16T05:23:51.703Z | Compiling usdt-attr-macro v0.5.0 |
2332 | 2024-08-16T05:23:51.977Z | Compiling usdt-macro v0.5.0 |
2333 | 2024-08-16T05:23:52.422Z | Compiling toml v0.8.19 |
2334 | 2024-08-16T05:23:53.093Z | Compiling clap_derive v4.5.13 |
2335 | 2024-08-16T05:23:53.195Z | Compiling usdt v0.5.0 |
2336 | 2024-08-16T05:23:53.632Z | Compiling cargo_toml v0.20.4 |
2337 | 2024-08-16T05:23:54.402Z | Compiling cargo_metadata v0.18.1 |
2338 | 2024-08-16T05:23:54.680Z | Compiling macaddr v1.0.1 |
2339 | 2024-08-16T05:23:57.735Z | Compiling clap v4.5.15 |
2340 | 2024-08-16T05:24:06.255Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2341 | 2024-08-16T05:24:17.039Z | Finished `release` profile [optimized] target(s) in 55.49s |
2342 | 2024-08-16T05:24:17.140Z | |
2343 | 2024-08-16T05:24:17.140Z | real 55.614998035 |
2344 | 2024-08-16T05:24:17.140Z | user 5:39.552712721 |
2345 | 2024-08-16T05:24:17.140Z | sys 31.349879027 |
2346 | 2024-08-16T05:24:17.140Z | trap 0.144781148 |
2347 | 2024-08-16T05:24:17.140Z | tflt 0.259410473 |
2348 | 2024-08-16T05:24:17.140Z | dflt 0.376783246 |
2349 | 2024-08-16T05:24:17.143Z | kflt 0.000032766 |
2350 | 2024-08-16T05:24:17.143Z | lock 10:15.242317087 |
2351 | 2024-08-16T05:24:17.143Z | slp 15:17.865103440 |
2352 | 2024-08-16T05:24:17.143Z | lat 12.158656763 |
2353 | 2024-08-16T05:24:17.143Z | stop 14.658864714 |
2354 | 2024-08-16T05:24:17.143Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2355 | 2024-08-16T05:24:17.143Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2356 | 2024-08-16T05:24:17.143Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2357 | 2024-08-16T05:24:17.143Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2358 | 2024-08-16T05:24:17.143Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2359 | 2024-08-16T05:24:17.711Z | Downloading crates ... |
2360 | 2024-08-16T05:24:17.957Z | Downloaded option-ext v0.2.0 |
2361 | 2024-08-16T05:24:17.961Z | Downloaded md5 v0.7.0 |
2362 | 2024-08-16T05:24:17.963Z | Downloaded hex-literal v0.4.1 |
2363 | 2024-08-16T05:24:17.963Z | Downloaded dirs v5.0.1 |
2364 | 2024-08-16T05:24:17.966Z | Downloaded ssh-encoding v0.2.0 |
2365 | 2024-08-16T05:24:17.968Z | Downloaded primeorder v0.13.6 |
2366 | 2024-08-16T05:24:17.968Z | Downloaded pbkdf2 v0.11.0 |
2367 | 2024-08-16T05:24:17.970Z | Downloaded ecdsa v0.16.9 |
2368 | 2024-08-16T05:24:17.973Z | Downloaded aes-gcm v0.10.3 |
2369 | 2024-08-16T05:24:17.976Z | Downloaded dhcproto v0.12.0 |
2370 | 2024-08-16T05:24:17.979Z | Downloaded russh-keys v0.44.0 |
2371 | 2024-08-16T05:24:17.985Z | Downloaded russh v0.44.1 |
2372 | 2024-08-16T05:24:17.991Z | Downloaded p521 v0.13.3 |
2373 | 2024-08-16T05:24:17.995Z | Downloaded p384 v0.13.0 |
2374 | 2024-08-16T05:24:18.002Z | Downloaded internet-checksum v0.2.1 |
2375 | 2024-08-16T05:24:18.005Z | Downloaded ed25519 v2.2.3 |
2376 | 2024-08-16T05:24:18.005Z | Downloaded dirs-sys v0.4.1 |
2377 | 2024-08-16T05:24:18.007Z | Downloaded dhcproto-macros v0.1.0 |
2378 | 2024-08-16T05:24:18.007Z | Downloaded russh-cryptovec v0.7.2 |
2379 | 2024-08-16T05:24:18.007Z | Downloaded num-bigint v0.4.5 |
2380 | 2024-08-16T05:24:18.012Z | Downloaded blowfish v0.9.1 |
2381 | 2024-08-16T05:24:18.015Z | Downloaded ssh-cipher v0.2.0 |
2382 | 2024-08-16T05:24:18.017Z | Downloaded polyval v0.6.2 |
2383 | 2024-08-16T05:24:18.017Z | Downloaded p256 v0.13.2 |
2384 | 2024-08-16T05:24:18.020Z | Downloaded rfc6979 v0.4.0 |
2385 | 2024-08-16T05:24:18.022Z | Downloaded password-hash v0.4.2 |
2386 | 2024-08-16T05:24:18.025Z | Downloaded ssh-key v0.6.6 |
2387 | 2024-08-16T05:24:18.030Z | Downloaded ed25519-dalek v2.1.1 |
2388 | 2024-08-16T05:24:18.033Z | Downloaded ghash v0.5.1 |
2389 | 2024-08-16T05:24:18.043Z | Downloaded bcrypt-pbkdf v0.10.0 |
2390 | 2024-08-16T05:24:18.169Z | Compiling regress v0.9.1 |
2391 | 2024-08-16T05:24:18.287Z | Compiling getopts v0.2.21 |
2392 | 2024-08-16T05:24:18.290Z | Compiling unsafe-libyaml v0.2.11 |
2393 | 2024-08-16T05:24:18.290Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2394 | 2024-08-16T05:24:18.304Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2395 | 2024-08-16T05:24:18.317Z | Compiling http v1.1.0 |
2396 | 2024-08-16T05:24:18.319Z | Compiling match_cfg v0.1.0 |
2397 | 2024-08-16T05:24:18.319Z | Compiling toml v0.8.19 |
2398 | 2024-08-16T05:24:18.465Z | Compiling hostname v0.3.1 |
2399 | 2024-08-16T05:24:18.714Z | Compiling rustls-pki-types v1.7.0 |
2400 | 2024-08-16T05:24:18.735Z | Compiling ident_case v1.0.1 |
2401 | 2024-08-16T05:24:18.855Z | Compiling rustls v0.22.4 |
2402 | 2024-08-16T05:24:18.906Z | Compiling paste v1.0.15 |
2403 | 2024-08-16T05:24:19.184Z | Compiling rustls-webpki v0.102.4 |
2404 | 2024-08-16T05:24:19.202Z | Compiling darling_core v0.20.9 |
2405 | 2024-08-16T05:24:19.546Z | Compiling serde_yaml v0.9.34+deprecated |
2406 | 2024-08-16T05:24:19.579Z | Compiling ipnetwork v0.20.0 |
2407 | 2024-08-16T05:24:20.109Z | Compiling multer v3.1.0 |
2408 | 2024-08-16T05:24:20.516Z | Compiling slog-json v2.6.1 |
2409 | 2024-08-16T05:24:20.865Z | Compiling async-stream-impl v0.3.5 |
2410 | 2024-08-16T05:24:20.910Z | Compiling instant v0.1.12 |
2411 | 2024-08-16T05:24:21.091Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2412 | 2024-08-16T05:24:21.391Z | Compiling debug-ignore v1.0.5 |
2413 | 2024-08-16T05:24:21.420Z | Compiling atomic-waker v1.1.2 |
2414 | 2024-08-16T05:24:21.553Z | Compiling waitgroup v0.1.2 |
2415 | 2024-08-16T05:24:21.699Z | Compiling slog-bunyan v2.5.0 |
2416 | 2024-08-16T05:24:21.805Z | Compiling rustls-pemfile v2.1.3 |
2417 | 2024-08-16T05:24:21.909Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2418 | 2024-08-16T05:24:22.291Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#52d900a4) |
2419 | 2024-08-16T05:24:22.293Z | Compiling async-stream v0.3.5 |
2420 | 2024-08-16T05:24:22.626Z | Compiling serde_path_to_error v0.1.16 |
2421 | 2024-08-16T05:24:22.869Z | Compiling hostname v0.4.0 |
2422 | 2024-08-16T05:24:23.141Z | Compiling structmeta-derive v0.3.0 |
2423 | 2024-08-16T05:24:23.411Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2424 | 2024-08-16T05:24:23.526Z | Compiling proc-macro-crate v1.3.1 |
2425 | 2024-08-16T05:24:23.829Z | Compiling newtype-uuid v1.1.0 |
2426 | 2024-08-16T05:24:24.144Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2427 | 2024-08-16T05:24:24.162Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2428 | 2024-08-16T05:24:24.533Z | Compiling tokio-rustls v0.25.0 |
2429 | 2024-08-16T05:24:24.624Z | Compiling fastrand v2.1.0 |
2430 | 2024-08-16T05:24:24.943Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2431 | 2024-08-16T05:24:24.962Z | Compiling num_enum_derive v0.5.11 |
2432 | 2024-08-16T05:24:25.130Z | Compiling tempfile v3.10.1 |
2433 | 2024-08-16T05:24:25.216Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2434 | 2024-08-16T05:24:25.569Z | Compiling backoff v0.4.0 |
2435 | 2024-08-16T05:24:25.950Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2436 | 2024-08-16T05:24:26.002Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2437 | 2024-08-16T05:24:26.180Z | Compiling darling_macro v0.20.9 |
2438 | 2024-08-16T05:24:26.200Z | Compiling macaddr v1.0.1 |
2439 | 2024-08-16T05:24:26.268Z | Compiling structmeta v0.3.0 |
2440 | 2024-08-16T05:24:26.648Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2441 | 2024-08-16T05:24:26.735Z | Compiling parse-display-derive v0.10.0 |
2442 | 2024-08-16T05:24:26.739Z | Compiling foreign-types-macros v0.2.3 |
2443 | 2024-08-16T05:24:26.971Z | Compiling heapless v0.8.0 |
2444 | 2024-08-16T05:24:27.153Z | Compiling darling v0.20.9 |
2445 | 2024-08-16T05:24:27.281Z | Compiling serde_with_macros v3.8.3 |
2446 | 2024-08-16T05:24:27.558Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2447 | 2024-08-16T05:24:27.615Z | Compiling num_enum v0.5.11 |
2448 | 2024-08-16T05:24:27.790Z | Compiling foreign-types-shared v0.3.1 |
2449 | 2024-08-16T05:24:28.008Z | Compiling foreign-types v0.5.0 |
2450 | 2024-08-16T05:24:28.097Z | Compiling proc-macro-error v1.0.4 |
2451 | 2024-08-16T05:24:28.172Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2452 | 2024-08-16T05:24:28.305Z | Compiling hash32 v0.3.1 |
2453 | 2024-08-16T05:24:28.569Z | Compiling cstr-argument v0.1.2 |
2454 | 2024-08-16T05:24:28.796Z | Compiling smoltcp v0.11.0 |
2455 | 2024-08-16T05:24:28.880Z | Compiling pretty-hex v0.2.1 |
2456 | 2024-08-16T05:24:29.089Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2457 | 2024-08-16T05:24:29.223Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2458 | 2024-08-16T05:24:29.624Z | Compiling camino-tempfile v1.1.1 |
2459 | 2024-08-16T05:24:29.835Z | Compiling tabwriter v1.4.0 |
2460 | 2024-08-16T05:24:30.109Z | Compiling colored v2.1.0 |
2461 | 2024-08-16T05:24:30.200Z | Compiling serde_with v3.8.3 |
2462 | 2024-08-16T05:24:30.308Z | Compiling socket2 v0.4.10 |
2463 | 2024-08-16T05:24:30.339Z | Compiling embedded-io v0.4.0 |
2464 | 2024-08-16T05:24:30.550Z | Compiling cobs v0.2.3 |
2465 | 2024-08-16T05:24:30.844Z | Compiling postcard v1.0.8 |
2466 | 2024-08-16T05:24:30.878Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2467 | 2024-08-16T05:24:31.230Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2468 | 2024-08-16T05:24:31.261Z | Compiling crucible-workspace-hack v0.1.0 |
2469 | 2024-08-16T05:24:31.401Z | Compiling parse-display v0.10.0 |
2470 | 2024-08-16T05:24:31.492Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2471 | 2024-08-16T05:24:31.590Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2472 | 2024-08-16T05:24:31.834Z | Compiling smf v0.2.3 |
2473 | 2024-08-16T05:24:31.925Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2474 | 2024-08-16T05:24:32.289Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2475 | 2024-08-16T05:24:32.451Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2476 | 2024-08-16T05:24:32.946Z | Compiling num-derive v0.4.2 |
2477 | 2024-08-16T05:24:33.238Z | Compiling sigpipe v0.1.3 |
2478 | 2024-08-16T05:24:33.364Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2479 | 2024-08-16T05:24:33.703Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2480 | 2024-08-16T05:24:33.831Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2481 | 2024-08-16T05:24:34.141Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2482 | 2024-08-16T05:24:34.889Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2483 | 2024-08-16T05:24:35.320Z | Compiling universal-hash v0.5.1 |
2484 | 2024-08-16T05:24:35.341Z | Compiling opaque-debug v0.3.1 |
2485 | 2024-08-16T05:24:35.359Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2486 | 2024-08-16T05:24:35.433Z | Compiling utf-8 v0.7.6 |
2487 | 2024-08-16T05:24:35.466Z | Compiling curve25519-dalek v4.1.3 |
2488 | 2024-08-16T05:24:35.506Z | Compiling humantime v2.1.0 |
2489 | 2024-08-16T05:24:35.750Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2490 | 2024-08-16T05:24:35.765Z | Compiling password-hash v0.5.0 |
2491 | 2024-08-16T05:24:35.935Z | Compiling blake2 v0.10.6 |
2492 | 2024-08-16T05:24:36.068Z | Compiling aead v0.5.2 |
2493 | 2024-08-16T05:24:36.274Z | Compiling curve25519-dalek-derive v0.1.1 |
2494 | 2024-08-16T05:24:36.293Z | Compiling poly1305 v0.8.0 |
2495 | 2024-08-16T05:24:36.321Z | Compiling chacha20 v0.9.1 |
2496 | 2024-08-16T05:24:36.489Z | Compiling argon2 v0.5.3 |
2497 | 2024-08-16T05:24:36.775Z | Compiling semver v0.1.20 |
2498 | 2024-08-16T05:24:36.854Z | Compiling convert_case v0.4.0 |
2499 | 2024-08-16T05:24:37.485Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2500 | 2024-08-16T05:24:37.504Z | Compiling rustc_version v0.1.7 |
2501 | 2024-08-16T05:24:37.863Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2502 | 2024-08-16T05:24:37.903Z | Compiling derive_more v0.99.18 |
2503 | 2024-08-16T05:24:38.010Z | Compiling tungstenite v0.21.0 |
2504 | 2024-08-16T05:24:38.026Z | Compiling newline-converter v0.3.0 |
2505 | 2024-08-16T05:24:38.029Z | Compiling atty v0.2.14 |
2506 | 2024-08-16T05:24:38.197Z | Compiling same-file v1.0.6 |
2507 | 2024-08-16T05:24:38.207Z | Compiling rayon-core v1.12.1 |
2508 | 2024-08-16T05:24:38.533Z | Compiling walkdir v2.5.0 |
2509 | 2024-08-16T05:24:38.552Z | Compiling expectorate v1.1.0 |
2510 | 2024-08-16T05:24:38.737Z | Compiling newtype_derive v0.1.6 |
2511 | 2024-08-16T05:24:39.054Z | Compiling tokio-tungstenite v0.21.0 |
2512 | 2024-08-16T05:24:39.232Z | Compiling crossbeam-deque v0.8.5 |
2513 | 2024-08-16T05:24:39.317Z | Compiling prettyplease v0.2.20 |
2514 | 2024-08-16T05:24:39.377Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2515 | 2024-08-16T05:24:39.573Z | Compiling keccak v0.1.5 |
2516 | 2024-08-16T05:24:39.739Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2517 | 2024-08-16T05:24:40.070Z | Compiling sha3 v0.10.8 |
2518 | 2024-08-16T05:24:40.185Z | Compiling num-rational v0.4.2 |
2519 | 2024-08-16T05:24:40.267Z | Compiling thiserror-impl-no-std v2.0.2 |
2520 | 2024-08-16T05:24:40.537Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2521 | 2024-08-16T05:24:40.638Z | Compiling num-complex v0.4.6 |
2522 | 2024-08-16T05:24:41.197Z | Compiling secrecy v0.8.0 |
2523 | 2024-08-16T05:24:41.452Z | Compiling blake3 v1.5.1 |
2524 | 2024-08-16T05:24:41.473Z | Compiling ring v0.16.20 |
2525 | 2024-08-16T05:24:41.821Z | Compiling derive-where v1.2.7 |
2526 | 2024-08-16T05:24:42.038Z | Compiling unicase v2.7.0 |
2527 | 2024-08-16T05:24:42.118Z | Compiling half v2.4.1 |
2528 | 2024-08-16T05:24:42.359Z | Compiling quick-error v1.2.3 |
2529 | 2024-08-16T05:24:42.523Z | Compiling termcolor v1.4.1 |
2530 | 2024-08-16T05:24:42.620Z | Compiling ciborium-io v0.2.2 |
2531 | 2024-08-16T05:24:42.695Z | Compiling linked-hash-map v0.5.6 |
2532 | 2024-08-16T05:24:42.758Z | Compiling arc-swap v1.7.1 |
2533 | 2024-08-16T05:24:43.083Z | Compiling lru-cache v0.1.2 |
2534 | 2024-08-16T05:24:43.294Z | Compiling slog-scope v4.4.0 |
2535 | 2024-08-16T05:24:43.432Z | Compiling env_logger v0.9.3 |
2536 | 2024-08-16T05:24:43.434Z | Compiling ciborium-ll v0.2.2 |
2537 | 2024-08-16T05:24:43.602Z | Compiling thiserror-no-std v2.0.2 |
2538 | 2024-08-16T05:24:43.833Z | Compiling resolv-conf v0.7.0 |
2539 | 2024-08-16T05:24:44.627Z | Compiling num v0.4.3 |
2540 | 2024-08-16T05:24:44.703Z | Compiling rayon v1.10.0 |
2541 | 2024-08-16T05:24:44.740Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2542 | 2024-08-16T05:24:45.010Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2543 | 2024-08-16T05:24:45.056Z | Compiling polyval v0.6.2 |
2544 | 2024-08-16T05:24:45.157Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2545 | 2024-08-16T05:24:45.405Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2546 | 2024-08-16T05:24:45.507Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2547 | 2024-08-16T05:24:45.757Z | Compiling rfc6979 v0.4.0 |
2548 | 2024-08-16T05:24:45.950Z | Compiling bitstruct_derive v0.1.0 |
2549 | 2024-08-16T05:24:45.969Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2550 | 2024-08-16T05:24:45.969Z | Compiling memmap2 v0.9.4 |
2551 | 2024-08-16T05:24:46.159Z | Compiling parking_lot_core v0.8.6 |
2552 | 2024-08-16T05:24:46.355Z | Compiling float-ord v0.3.2 |
2553 | 2024-08-16T05:24:46.486Z | Compiling spin v0.5.2 |
2554 | 2024-08-16T05:24:46.539Z | Compiling arrayvec v0.7.4 |
2555 | 2024-08-16T05:24:46.653Z | Compiling home v0.5.9 |
2556 | 2024-08-16T05:24:46.655Z | Compiling arrayref v0.3.7 |
2557 | 2024-08-16T05:24:46.713Z | Compiling untrusted v0.7.1 |
2558 | 2024-08-16T05:24:46.786Z | Compiling ascii v1.1.0 |
2559 | 2024-08-16T05:24:46.908Z | Compiling constant_time_eq v0.3.0 |
2560 | 2024-08-16T05:24:46.941Z | Compiling libefi-sys v0.1.0 |
2561 | 2024-08-16T05:24:47.092Z | Compiling toolchain_find v0.4.0 |
2562 | 2024-08-16T05:24:47.273Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2563 | 2024-08-16T05:24:47.305Z | Compiling bitstruct v0.1.1 |
2564 | 2024-08-16T05:24:47.429Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-08-16T05:24:47.432Z | Compiling ecdsa v0.16.9 |
2566 | 2024-08-16T05:24:47.770Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2567 | 2024-08-16T05:24:47.790Z | Compiling ghash v0.5.1 |
2568 | 2024-08-16T05:24:47.991Z | Compiling steno v0.4.1 |
2569 | 2024-08-16T05:24:48.017Z | Compiling hickory-resolver v0.24.1 |
2570 | 2024-08-16T05:24:48.307Z | Compiling ciborium v0.2.2 |
2571 | 2024-08-16T05:24:48.850Z | Compiling vsss-rs v3.3.4 |
2572 | 2024-08-16T05:24:48.855Z | Compiling slog-stdlog v4.1.1 |
2573 | 2024-08-16T05:24:49.837Z | Compiling chacha20poly1305 v0.10.1 |
2574 | 2024-08-16T05:24:49.866Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2575 | 2024-08-16T05:24:50.078Z | Compiling primeorder v0.13.6 |
2576 | 2024-08-16T05:24:50.421Z | Compiling ctr v0.9.2 |
2577 | 2024-08-16T05:24:50.620Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2578 | 2024-08-16T05:24:50.643Z | Compiling serde_arrays v0.1.0 |
2579 | 2024-08-16T05:24:50.693Z | Compiling erased-serde v0.3.31 |
2580 | 2024-08-16T05:24:50.787Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2581 | 2024-08-16T05:24:50.807Z | Compiling bitfield-struct v0.6.1 |
2582 | 2024-08-16T05:24:50.992Z | Compiling slog-dtrace v0.3.0 |
2583 | 2024-08-16T05:24:51.193Z | Compiling topological-sort v0.2.2 |
2584 | 2024-08-16T05:24:51.348Z | Compiling cancel-safe-futures v0.1.5 |
2585 | 2024-08-16T05:24:51.441Z | Compiling omicron-zone-package v0.11.0 |
2586 | 2024-08-16T05:24:51.961Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2587 | 2024-08-16T05:24:52.196Z | Compiling aes-gcm v0.10.3 |
2588 | 2024-08-16T05:24:52.298Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2589 | 2024-08-16T05:24:52.496Z | Compiling slog-envlogger v2.2.0 |
2590 | 2024-08-16T05:24:53.072Z | Compiling mime_guess v2.0.4 |
2591 | 2024-08-16T05:24:53.370Z | Compiling rustfmt-wrapper v0.2.1 |
2592 | 2024-08-16T05:24:53.515Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2593 | 2024-08-16T05:24:53.983Z | Compiling tungstenite v0.20.1 |
2594 | 2024-08-16T05:24:54.362Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2595 | 2024-08-16T05:24:54.480Z | Compiling heck v0.3.3 |
2596 | 2024-08-16T05:24:54.688Z | Compiling ed25519 v2.2.3 |
2597 | 2024-08-16T05:24:54.928Z | Compiling ssh-encoding v0.2.0 |
2598 | 2024-08-16T05:24:55.086Z | Compiling blowfish v0.9.1 |
2599 | 2024-08-16T05:24:55.480Z | Compiling nibble_vec v0.1.0 |
2600 | 2024-08-16T05:24:55.554Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2601 | 2024-08-16T05:24:55.704Z | Compiling option-ext v0.2.0 |
2602 | 2024-08-16T05:24:55.706Z | Compiling endian-type v0.1.2 |
2603 | 2024-08-16T05:24:55.835Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2604 | 2024-08-16T05:24:55.881Z | Compiling dirs-sys v0.4.1 |
2605 | 2024-08-16T05:24:55.959Z | Compiling radix_trie v0.2.1 |
2606 | 2024-08-16T05:24:55.961Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2607 | 2024-08-16T05:24:56.209Z | Compiling bcrypt-pbkdf v0.10.0 |
2608 | 2024-08-16T05:24:56.626Z | Compiling ssh-cipher v0.2.0 |
2609 | 2024-08-16T05:24:56.727Z | Compiling tokio-tungstenite v0.20.1 |
2610 | 2024-08-16T05:24:56.765Z | Compiling ed25519-dalek v2.1.1 |
2611 | 2024-08-16T05:24:56.846Z | Compiling zone_cfg_derive v0.1.2 |
2612 | 2024-08-16T05:24:57.301Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2613 | 2024-08-16T05:24:57.516Z | Compiling parking_lot v0.11.2 |
2614 | 2024-08-16T05:24:58.015Z | Compiling gethostname v0.5.0 |
2615 | 2024-08-16T05:24:58.250Z | Compiling password-hash v0.4.2 |
2616 | 2024-08-16T05:24:58.322Z | Compiling libsw v3.3.1 |
2617 | 2024-08-16T05:24:58.377Z | Compiling fxhash v0.2.1 |
2618 | 2024-08-16T05:24:58.397Z | Compiling linear-map v1.2.0 |
2619 | 2024-08-16T05:24:58.454Z | Compiling matches v0.1.10 |
2620 | 2024-08-16T05:24:58.553Z | Compiling base64 v0.13.1 |
2621 | 2024-08-16T05:24:58.560Z | Compiling owo-colors v4.0.0 |
2622 | 2024-08-16T05:24:58.587Z | Compiling idna v0.2.3 |
2623 | 2024-08-16T05:24:58.634Z | Compiling sled v0.34.7 |
2624 | 2024-08-16T05:24:58.788Z | Compiling pbkdf2 v0.11.0 |
2625 | 2024-08-16T05:24:59.133Z | Compiling ron v0.7.1 |
2626 | 2024-08-16T05:24:59.152Z | Compiling zone v0.1.8 |
2627 | 2024-08-16T05:25:00.534Z | Compiling ssh-key v0.6.6 |
2628 | 2024-08-16T05:25:00.557Z | Compiling hickory-client v0.24.1 |
2629 | 2024-08-16T05:25:00.761Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2630 | 2024-08-16T05:25:00.877Z | Compiling dirs v5.0.1 |
2631 | 2024-08-16T05:25:01.574Z | Compiling p256 v0.13.2 |
2632 | 2024-08-16T05:25:01.653Z | Compiling p384 v0.13.0 |
2633 | 2024-08-16T05:25:02.465Z | Compiling p521 v0.13.3 |
2634 | 2024-08-16T05:25:03.199Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2635 | 2024-08-16T05:25:05.312Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2636 | 2024-08-16T05:25:05.339Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2637 | 2024-08-16T05:25:05.339Z | Compiling hickory-server v0.24.1 |
2638 | 2024-08-16T05:25:05.340Z | Compiling pem v3.0.4 |
2639 | 2024-08-16T05:25:05.340Z | Compiling enum-as-inner v0.5.1 |
2640 | 2024-08-16T05:25:05.340Z | Compiling yasna v0.5.2 |
2641 | 2024-08-16T05:25:05.654Z | Compiling portpicker v0.1.1 |
2642 | 2024-08-16T05:25:05.867Z | Compiling headers-core v0.2.0 |
2643 | 2024-08-16T05:25:06.009Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2644 | 2024-08-16T05:25:06.035Z | Compiling kstat-rs v0.2.4 |
2645 | 2024-08-16T05:25:06.186Z | Compiling nanorand v0.7.0 |
2646 | 2024-08-16T05:25:06.425Z | Compiling russh-cryptovec v0.7.2 |
2647 | 2024-08-16T05:25:06.730Z | Compiling md5 v0.7.0 |
2648 | 2024-08-16T05:25:06.750Z | Compiling http-range v0.1.5 |
2649 | 2024-08-16T05:25:06.815Z | Compiling glob v0.3.1 |
2650 | 2024-08-16T05:25:06.922Z | Compiling flume v0.11.0 |
2651 | 2024-08-16T05:25:07.124Z | Compiling russh-keys v0.44.0 |
2652 | 2024-08-16T05:25:07.241Z | Compiling hyper-staticfile v0.9.5 |
2653 | 2024-08-16T05:25:07.628Z | Compiling rcgen v0.12.1 |
2654 | 2024-08-16T05:25:07.844Z | Compiling trust-dns-proto v0.22.0 |
2655 | 2024-08-16T05:25:08.195Z | Compiling headers v0.3.9 |
2656 | 2024-08-16T05:25:09.577Z | Compiling atomicwrites v0.4.3 |
2657 | 2024-08-16T05:25:09.974Z | Compiling num-bigint v0.4.5 |
2658 | 2024-08-16T05:25:10.181Z | Compiling itertools v0.13.0 |
2659 | 2024-08-16T05:25:10.219Z | Compiling subprocess v0.2.9 |
2660 | 2024-08-16T05:25:10.256Z | Compiling hex-literal v0.4.1 |
2661 | 2024-08-16T05:25:10.428Z | Compiling display-error-chain v0.2.0 |
2662 | 2024-08-16T05:25:10.611Z | Compiling dhcproto-macros v0.1.0 |
2663 | 2024-08-16T05:25:11.396Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2664 | 2024-08-16T05:25:11.682Z | Compiling internet-checksum v0.2.1 |
2665 | 2024-08-16T05:25:11.871Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2666 | 2024-08-16T05:25:12.059Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2667 | 2024-08-16T05:25:12.103Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2668 | 2024-08-16T05:25:12.123Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2669 | 2024-08-16T05:25:13.630Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2670 | 2024-08-16T05:25:14.144Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2671 | 2024-08-16T05:25:16.221Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2672 | 2024-08-16T05:25:18.935Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2673 | 2024-08-16T05:25:19.064Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2674 | 2024-08-16T05:25:20.254Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2675 | 2024-08-16T05:25:20.606Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2676 | 2024-08-16T05:25:21.330Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2677 | 2024-08-16T05:25:23.267Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2678 | 2024-08-16T05:25:23.675Z | Compiling russh v0.44.1 |
2679 | 2024-08-16T05:25:24.856Z | Compiling dhcproto v0.12.0 |
2680 | 2024-08-16T05:25:25.080Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2681 | 2024-08-16T05:25:30.195Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2682 | 2024-08-16T05:25:30.215Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2683 | 2024-08-16T05:25:30.296Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2684 | 2024-08-16T05:25:30.548Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2685 | 2024-08-16T05:25:34.125Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2686 | 2024-08-16T05:25:34.180Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2687 | 2024-08-16T05:25:34.180Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2688 | 2024-08-16T05:25:34.324Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2689 | 2024-08-16T05:25:35.256Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2690 | 2024-08-16T05:25:36.278Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2691 | 2024-08-16T05:25:36.469Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2692 | 2024-08-16T05:25:37.866Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2693 | 2024-08-16T05:25:39.189Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2694 | 2024-08-16T05:25:42.660Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2695 | 2024-08-16T05:25:43.064Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2696 | 2024-08-16T05:25:47.020Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2697 | 2024-08-16T05:25:47.423Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2698 | 2024-08-16T05:25:47.885Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2699 | 2024-08-16T05:25:48.613Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2700 | 2024-08-16T05:25:52.711Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2701 | 2024-08-16T05:25:59.362Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2702 | 2024-08-16T05:25:59.362Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2703 | 2024-08-16T05:26:01.064Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2704 | 2024-08-16T05:26:19.151Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2705 | 2024-08-16T05:26:48.294Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 31s |
2706 | 2024-08-16T05:26:48.482Z | |
2707 | 2024-08-16T05:26:48.483Z | real 2:31.279055072 |
2708 | 2024-08-16T05:26:48.485Z | user 12:45.795604881 |
2709 | 2024-08-16T05:26:48.485Z | sys 2:39.178652192 |
2710 | 2024-08-16T05:26:48.485Z | trap 0.362846799 |
2711 | 2024-08-16T05:26:48.485Z | tflt 0.817608420 |
2712 | 2024-08-16T05:26:48.485Z | dflt 1.479998368 |
2713 | 2024-08-16T05:26:48.485Z | kflt 0.000003449 |
2714 | 2024-08-16T05:26:48.485Z | lock 26:11.210053723 |
2715 | 2024-08-16T05:26:48.485Z | slp 46:57.094085542 |
2716 | 2024-08-16T05:26:48.485Z | lat 39.666690201 |
2717 | 2024-08-16T05:26:48.485Z | stop 1:31.696804609 |
2718 | 2024-08-16T05:26:48.485Z | + mkdir tests |
2719 | 2024-08-16T05:26:48.489Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2720 | 2024-08-16T05:26:48.489Z | + xargs -I '{}' -t cp '{}' tests/ |
2721 | 2024-08-16T05:26:50.005Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-3555418a76676643 tests/ |
2722 | 2024-08-16T05:26:50.032Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-ffa6ea3af646688c tests/ |
2723 | 2024-08-16T05:26:50.058Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-84f4677be345736f tests/ |
2724 | 2024-08-16T05:26:50.084Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-fc9d465f899f69f1 tests/ |
2725 | 2024-08-16T05:26:50.298Z | + files=(out/target/test out/npuzone/* package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/*) |
2726 | 2024-08-16T05:26:50.300Z | + ptime -m tar cvzf /work/package.tar.gz out/target/test out/npuzone/npuzone package-manifest.toml smf/sled-agent/non-gimlet/config.toml target/release/omicron-package target/release/xtask target/debug/bootstrap tests/bootstrap-ffa6ea3af646688c tests/commtest-84f4677be345736f tests/dhcp_server-3555418a76676643 tests/end_to_end_tests-fc9d465f899f69f1 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2727 | 2024-08-16T05:27:46.720Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2728 | 2024-08-16T05:27:46.720Z | a out/target/test 1K |
2729 | 2024-08-16T05:27:46.720Z | a out/npuzone/npuzone 23144K |
2730 | 2024-08-16T05:27:46.720Z | a package-manifest.toml 30K |
2731 | 2024-08-16T05:27:46.720Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2732 | 2024-08-16T05:27:46.721Z | a target/release/omicron-package 32255K |
2733 | 2024-08-16T05:27:46.721Z | a target/release/xtask 11617K |
2734 | 2024-08-16T05:27:46.721Z | a target/debug/bootstrap 192053K |
2735 | 2024-08-16T05:27:46.721Z | a tests/bootstrap-ffa6ea3af646688c 23533K |
2736 | 2024-08-16T05:27:46.721Z | a tests/commtest-84f4677be345736f 24155K |
2737 | 2024-08-16T05:27:46.721Z | a tests/dhcp_server-3555418a76676643 23533K |
2738 | 2024-08-16T05:27:46.721Z | a tests/end_to_end_tests-fc9d465f899f69f1 209696K |
2739 | 2024-08-16T05:27:46.721Z | a out/clickhouse.tar.gz 232358K |
2740 | 2024-08-16T05:27:46.721Z | a out/clickhouse_keeper.tar.gz 232331K |
2741 | 2024-08-16T05:27:46.721Z | a out/cockroachdb.tar.gz 131878K |
2742 | 2024-08-16T05:27:46.721Z | a out/crucible-dtrace.tar 84K |
2743 | 2024-08-16T05:27:46.721Z | a out/crucible-pantry-zone.tar.gz 27818K |
2744 | 2024-08-16T05:27:46.721Z | a out/crucible-zone.tar.gz 38139K |
2745 | 2024-08-16T05:27:46.721Z | a out/external-dns.tar.gz 24876K |
2746 | 2024-08-16T05:27:46.721Z | a out/internal-dns.tar.gz 24876K |
2747 | 2024-08-16T05:27:46.721Z | a out/mg-ddm-gz.tar 61944K |
2748 | 2024-08-16T05:27:46.721Z | a out/nexus.tar.gz 87201K |
2749 | 2024-08-16T05:27:46.721Z | a out/ntp.tar.gz 8969K |
2750 | 2024-08-16T05:27:46.721Z | a out/omicron-gateway-softnpu.tar.gz 13605K |
2751 | 2024-08-16T05:27:46.721Z | a out/omicron-sled-agent.tar 96885K |
2752 | 2024-08-16T05:27:46.721Z | a out/overlay.tar.gz 3K |
2753 | 2024-08-16T05:27:46.721Z | a out/oximeter.tar.gz 42719K |
2754 | 2024-08-16T05:27:46.721Z | a out/oxlog.tar 2946K |
2755 | 2024-08-16T05:27:46.721Z | a out/probe.tar.gz 2764K |
2756 | 2024-08-16T05:27:46.721Z | a out/propolis-server.tar.gz 65291K |
2757 | 2024-08-16T05:27:46.721Z | a out/pumpkind-gz.tar 26665K |
2758 | 2024-08-16T05:27:46.721Z | a out/switch-softnpu.tar.gz 206522K |
2759 | 2024-08-16T05:27:46.724Z | |
2760 | 2024-08-16T05:27:46.724Z | real 56.411056415 |
2761 | 2024-08-16T05:27:46.724Z | user 53.886831739 |
2762 | 2024-08-16T05:27:46.724Z | sys 3.573645786 |
2763 | 2024-08-16T05:27:46.724Z | trap 0.013713668 |
2764 | 2024-08-16T05:27:46.724Z | tflt 0.000000000 |
2765 | 2024-08-16T05:27:46.724Z | dflt 0.000000000 |
2766 | 2024-08-16T05:27:46.724Z | kflt 0.000000000 |
2767 | 2024-08-16T05:27:46.724Z | lock 0.000000000 |
2768 | 2024-08-16T05:27:46.724Z | slp 53.732092368 |
2769 | 2024-08-16T05:27:46.724Z | lat 1.609326423 |
2770 | 2024-08-16T05:27:46.724Z | stop 0.000192818 |
2771 | 2024-08-16T05:27:46.727Z | process exited: duration 1752458 ms, exit code 0 |
|
2772 | 2024-08-16T05:27:46.740Z | found 1 output files |
2773 | 2024-08-16T05:27:46.740Z | uploading: /work/package.tar.gz (1369445880 bytes) |
2774 | 2024-08-16T05:28:14.161Z | uploaded: /work/package.tar.gz |