|
|
|
1 | 2024-08-26T19:34:55.941Z | job assigned to worker 01J682WQ2HKPDTS0N2D660EBYF (queued for 56 s) |
|
2 | 2024-08-26T19:35:03.722Z | starting task 0: "setup" |
3 | 2024-08-26T19:35:03.732Z | ++ uname -s |
4 | 2024-08-26T19:35:03.735Z | + kern=SunOS |
5 | 2024-08-26T19:35:03.735Z | + case "$kern" in |
6 | 2024-08-26T19:35:03.735Z | + groupadd -g 12345 build |
7 | 2024-08-26T19:35:03.738Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-26T19:35:05.747Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-26T19:35:05.843Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-26T19:35:05.845Z | + home_fs=zfs |
11 | 2024-08-26T19:35:05.845Z | + [[ zfs == autofs ]] |
12 | 2024-08-26T19:35:05.846Z | + mkdir -p /home/build |
13 | 2024-08-26T19:35:05.849Z | + chown build:build /home/build /work |
14 | 2024-08-26T19:35:07.849Z | + chmod 0700 /home/build /work |
15 | 2024-08-26T19:35:07.852Z | process exited: duration 4131 ms, exit code 0 |
|
16 | 2024-08-26T19:35:07.859Z | starting task 1: "rust-toolchain" |
17 | 2024-08-26T19:35:07.864Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-26T19:35:07.865Z | ' 1.80.1 |
19 | 2024-08-26T19:35:07.869Z | * toolchain channel = "1.80.1" |
20 | 2024-08-26T19:35:07.869Z | + printf ' * toolchain profile = "%s" |
21 | 2024-08-26T19:35:07.869Z | ' default |
22 | 2024-08-26T19:35:07.870Z | * toolchain profile = "default" |
23 | 2024-08-26T19:35:07.870Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-26T19:35:07.870Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-26T19:35:07.981Z | info: downloading installer |
26 | 2024-08-26T19:35:09.166Z | info: profile set to 'default' |
27 | 2024-08-26T19:35:09.167Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-26T19:35:09.176Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-26T19:35:09.346Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-26T19:35:09.346Z | info: downloading component 'cargo' |
31 | 2024-08-26T19:35:10.277Z | info: downloading component 'clippy' |
32 | 2024-08-26T19:35:10.611Z | info: downloading component 'rust-docs' |
33 | 2024-08-26T19:35:11.933Z | info: downloading component 'rust-std' |
34 | 2024-08-26T19:35:13.839Z | info: downloading component 'rustc' |
35 | 2024-08-26T19:35:19.063Z | info: downloading component 'rustfmt' |
36 | 2024-08-26T19:35:19.340Z | info: installing component 'cargo' |
37 | 2024-08-26T19:35:20.182Z | info: installing component 'clippy' |
38 | 2024-08-26T19:35:20.573Z | info: installing component 'rust-docs' |
39 | 2024-08-26T19:35:22.356Z | info: installing component 'rust-std' |
40 | 2024-08-26T19:35:23.965Z | info: installing component 'rustc' |
41 | 2024-08-26T19:35:28.159Z | info: installing component 'rustfmt' |
42 | 2024-08-26T19:35:28.485Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-26T19:35:28.485Z | |
44 | 2024-08-26T19:35:28.736Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-26T19:35:28.736Z | |
46 | 2024-08-26T19:35:28.739Z | |
47 | 2024-08-26T19:35:28.739Z | Rust is installed now. Great! |
48 | 2024-08-26T19:35:28.739Z | |
49 | 2024-08-26T19:35:28.739Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-26T19:35:28.739Z | environment variable. This has not been done automatically. |
51 | 2024-08-26T19:35:28.739Z | |
52 | 2024-08-26T19:35:28.739Z | To configure your current shell, you need to source |
53 | 2024-08-26T19:35:28.739Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-26T19:35:28.739Z | |
55 | 2024-08-26T19:35:28.739Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-26T19:35:28.739Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-26T19:35:28.740Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-26T19:35:28.786Z | + rustc --version |
59 | 2024-08-26T19:35:28.850Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-26T19:35:28.853Z | process exited: duration 20994 ms, exit code 0 |
|
61 | 2024-08-26T19:35:28.858Z | starting task 2: "authentication" |
62 | 2024-08-26T19:35:28.879Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-08-26T19:35:28.886Z | starting task 3: "clone repository" |
64 | 2024-08-26T19:35:28.892Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-26T19:35:28.894Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-26T19:35:28.931Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-26T19:35:35.325Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-26T19:35:35.326Z | + git fetch origin 11c5f13755ceefcb282d4daf1b091977164a2b7f |
69 | 2024-08-26T19:35:35.804Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-26T19:35:35.804Z | * branch 11c5f13755ceefcb282d4daf1b091977164a2b7f -> FETCH_HEAD |
71 | 2024-08-26T19:35:35.813Z | + [[ -n '' ]] |
72 | 2024-08-26T19:35:35.813Z | + git reset --hard 11c5f13755ceefcb282d4daf1b091977164a2b7f |
73 | 2024-08-26T19:35:35.962Z | HEAD is now at 11c5f1375 Merge branch 'main' into snapshot_replacement_part_5 |
74 | 2024-08-26T19:35:35.966Z | process exited: duration 7077 ms, exit code 0 |
|
75 | 2024-08-26T19:35:35.973Z | starting task 4: "build" |
76 | 2024-08-26T19:35:35.978Z | + cargo --version |
77 | 2024-08-26T19:35:36.035Z | cargo 1.80.1 (376290515 2024-07-16) |
78 | 2024-08-26T19:35:36.038Z | + rustc --version |
79 | 2024-08-26T19:35:36.091Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
80 | 2024-08-26T19:35:36.095Z | + WORK=/work |
81 | 2024-08-26T19:35:36.095Z | + pfexec mkdir -p /work |
82 | 2024-08-26T19:35:36.100Z | + pfexec chown build /work |
83 | 2024-08-26T19:35:36.104Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
84 | 2024-08-26T19:35:40.658Z | Startup: Refreshing catalog 'helios-dev' ... Done |
85 | 2024-08-26T19:35:42.917Z | Startup: Caching catalogs ... Done |
86 | 2024-08-26T19:35:44.741Z | Planning: Solver setup ... Done (1.273s) |
87 | 2024-08-26T19:35:44.762Z | Planning: Running solver ... Done (0.021s) |
88 | 2024-08-26T19:35:44.803Z | Planning: Finding local manifests ... Done (0.004s) |
89 | 2024-08-26T19:35:44.816Z | Planning: Fetching manifests: 0/5 0% complete |
90 | 2024-08-26T19:35:45.031Z | Planning: Fetching manifests: 5/5 100% complete |
91 | 2024-08-26T19:35:45.132Z | Planning: Package planning ... Done (0.101s) |
92 | 2024-08-26T19:35:45.188Z | Planning: Merging actions ... Done (0.056s) |
93 | 2024-08-26T19:35:45.400Z | Planning: Checking for conflicting actions ... Done (0.213s) |
94 | 2024-08-26T19:35:47.433Z | Planning: Consolidating action changes ... Done (2.032s) |
95 | 2024-08-26T19:35:47.871Z | Planning: Evaluating mediators ... Done (0.438s) |
96 | 2024-08-26T19:35:47.949Z | Planning: Planning completed in 4.96 seconds |
97 | 2024-08-26T19:35:47.964Z | Packages to install: 4 |
98 | 2024-08-26T19:35:47.964Z | Packages to update: 1 |
99 | 2024-08-26T19:35:47.967Z | Mediators to change: 2 |
100 | 2024-08-26T19:35:47.967Z | Services to change: 1 |
101 | 2024-08-26T19:35:47.967Z | Estimated space available: 155.72 GB |
102 | 2024-08-26T19:35:47.967Z | Estimated space to be consumed: 1.53 GB |
103 | 2024-08-26T19:35:47.967Z | Create boot environment: No |
104 | 2024-08-26T19:35:47.967Z | Create backup boot environment: Yes |
105 | 2024-08-26T19:35:47.967Z | Rebuild boot archive: No |
106 | 2024-08-26T19:35:47.967Z | |
107 | 2024-08-26T19:35:47.967Z | Changed mediators: |
108 | 2024-08-26T19:35:47.967Z | mediator clang: |
109 | 2024-08-26T19:35:47.967Z | version: None -> 15 (system default) |
110 | 2024-08-26T19:35:47.967Z | |
111 | 2024-08-26T19:35:47.967Z | mediator llvm: |
112 | 2024-08-26T19:35:47.967Z | version: 14 (system default) -> 15 (system default) |
113 | 2024-08-26T19:35:47.967Z | |
114 | 2024-08-26T19:35:47.967Z | Changed packages: |
115 | 2024-08-26T19:35:47.967Z | helios-dev |
116 | 2024-08-26T19:35:47.967Z | developer/build-essential |
117 | 2024-08-26T19:35:47.967Z | None -> 11-2.0 |
118 | 2024-08-26T19:35:47.967Z | library/libxmlsec1 |
119 | 2024-08-26T19:35:47.967Z | None -> 1.2.35-2.0 |
120 | 2024-08-26T19:35:47.967Z | ooce/developer/clang-15 |
121 | 2024-08-26T19:35:47.967Z | None -> 15.0.7-2.0 |
122 | 2024-08-26T19:35:47.967Z | ooce/developer/llvm-15 |
123 | 2024-08-26T19:35:47.967Z | None -> 15.0.7-2.0 |
124 | 2024-08-26T19:35:47.967Z | package/pkg |
125 | 2024-08-26T19:35:47.967Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
126 | 2024-08-26T19:35:47.967Z | |
127 | 2024-08-26T19:35:47.967Z | Services: |
128 | 2024-08-26T19:35:47.967Z | restart_fmri: |
129 | 2024-08-26T19:35:47.967Z | svc:/system/update-man-index:default |
130 | 2024-08-26T19:35:47.967Z | |
131 | 2024-08-26T19:35:47.968Z | Editable files to change: |
132 | 2024-08-26T19:35:47.968Z | Update: |
133 | 2024-08-26T19:35:47.968Z | usr/share/lib/pkg/web/config.shtml |
134 | 2024-08-26T19:35:48.041Z | |
135 | 2024-08-26T19:35:48.041Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
136 | 2024-08-26T19:35:53.042Z | Download: 1110/4281 items 22.9/220.6MB 10% complete (4.4M/s) |
137 | 2024-08-26T19:35:58.043Z | Download: 1610/4281 items 117.7/220.6MB 53% complete (11.9M/s) |
138 | 2024-08-26T19:36:03.104Z | Download: 2220/4281 items 119.2/220.6MB 54% complete (10.0M/s) |
139 | 2024-08-26T19:36:08.104Z | Download: 3112/4281 items 141.8/220.6MB 64% complete (2.3M/s) |
140 | 2024-08-26T19:36:13.109Z | Download: 3723/4281 items 217.1/220.6MB 98% complete (9.8M/s) |
141 | 2024-08-26T19:36:15.633Z | Download: Completed 220.60 MB in 27.59 seconds (8.0M/s) |
142 | 2024-08-26T19:36:17.628Z | Actions: 1/5063 actions (Removing old actions) |
143 | 2024-08-26T19:36:17.645Z | Actions: 194/5063 actions (Installing new actions) |
144 | 2024-08-26T19:36:22.390Z | Actions: 4226/5063 actions (Updating modified actions) |
145 | 2024-08-26T19:36:22.715Z | Actions: Completed 5063 actions in 5.09 seconds. |
146 | 2024-08-26T19:36:23.005Z | Done (0.282s) |
147 | 2024-08-26T19:36:23.008Z | Done (0.000s) |
148 | 2024-08-26T19:36:23.386Z | Done (0.379s) |
149 | 2024-08-26T19:36:27.674Z | Done (4.107s) |
150 | 2024-08-26T19:36:27.768Z | Done (0.017s) |
151 | 2024-08-26T19:36:27.770Z | Done (0.000s) |
152 | 2024-08-26T19:36:27.987Z | Done (0.000s) |
153 | 2024-08-26T19:36:28.572Z | Planning: Evaluating mediator changes ... Done |
154 | 2024-08-26T19:36:28.736Z | Planning: Checking for conflicting actions ... Done |
155 | 2024-08-26T19:36:28.739Z | Planning: Consolidating action changes ... Done |
156 | 2024-08-26T19:36:29.013Z | Planning: Evaluating mediators ... Done |
157 | 2024-08-26T19:36:29.017Z | Planning: Planning completed in 0.44 seconds |
158 | 2024-08-26T19:36:29.053Z | Mediators to change: 2 |
159 | 2024-08-26T19:36:29.053Z | Create boot environment: No |
160 | 2024-08-26T19:36:29.055Z | Create backup boot environment: No |
161 | 2024-08-26T19:36:29.145Z | Done |
162 | 2024-08-26T19:36:29.145Z | Done |
163 | 2024-08-26T19:36:29.373Z | Done |
164 | 2024-08-26T19:36:32.953Z | Done |
165 | 2024-08-26T19:36:33.045Z | Done |
166 | 2024-08-26T19:36:33.048Z | Done |
167 | 2024-08-26T19:36:33.133Z | Done |
168 | 2024-08-26T19:36:33.757Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-08-26T19:36:33.759Z | Planning: Merging actions ... Done |
170 | 2024-08-26T19:36:33.954Z | Planning: Checking for conflicting actions ... Done |
171 | 2024-08-26T19:36:33.956Z | Planning: Consolidating action changes ... Done |
172 | 2024-08-26T19:36:34.236Z | Planning: Evaluating mediators ... Done |
173 | 2024-08-26T19:36:34.297Z | Planning: Planning completed in 0.79 seconds |
174 | 2024-08-26T19:36:34.341Z | Packages to change: 1 |
175 | 2024-08-26T19:36:34.341Z | Mediators to change: 1 |
176 | 2024-08-26T19:36:34.343Z | Services to change: 1 |
177 | 2024-08-26T19:36:34.343Z | Create boot environment: No |
178 | 2024-08-26T19:36:34.343Z | Create backup boot environment: Yes |
179 | 2024-08-26T19:36:36.352Z | Actions: 1/6 actions (Updating modified actions) |
180 | 2024-08-26T19:36:36.354Z | Actions: Completed 6 actions in 0.00 seconds. |
181 | 2024-08-26T19:36:36.354Z | Done |
182 | 2024-08-26T19:36:36.354Z | Done |
183 | 2024-08-26T19:36:36.433Z | Done |
184 | 2024-08-26T19:36:40.083Z | Done |
185 | 2024-08-26T19:36:40.173Z | Done |
186 | 2024-08-26T19:36:40.176Z | Done |
187 | 2024-08-26T19:36:40.293Z | Done |
188 | 2024-08-26T19:36:40.727Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
189 | 2024-08-26T19:36:40.727Z | clang system 15 system |
190 | 2024-08-26T19:36:40.727Z | csh system system illumos |
191 | 2024-08-26T19:36:40.727Z | ctags system system illumos |
192 | 2024-08-26T19:36:40.727Z | gcc vendor 12 vendor |
193 | 2024-08-26T19:36:40.727Z | gcc system 10 system |
194 | 2024-08-26T19:36:40.727Z | gcc system 7 system |
195 | 2024-08-26T19:36:40.727Z | go system 1.20 system |
196 | 2024-08-26T19:36:40.727Z | go system 1.19 system |
197 | 2024-08-26T19:36:40.727Z | llvm system 15 system |
198 | 2024-08-26T19:36:40.728Z | llvm system 14 system |
199 | 2024-08-26T19:36:40.731Z | mariadb system 10.6 system |
200 | 2024-08-26T19:36:40.731Z | mta vendor vendor dma |
201 | 2024-08-26T19:36:40.731Z | openjdk system 17 system |
202 | 2024-08-26T19:36:40.731Z | openjdk system 11 system |
203 | 2024-08-26T19:36:40.731Z | openjdk system 1.8 system |
204 | 2024-08-26T19:36:40.731Z | openssl vendor 3 vendor |
205 | 2024-08-26T19:36:40.731Z | perl system 5.36 system |
206 | 2024-08-26T19:36:40.731Z | postgresql system 15 system |
207 | 2024-08-26T19:36:40.731Z | postgresql system 13 system |
208 | 2024-08-26T19:36:40.731Z | python vendor 3 vendor |
209 | 2024-08-26T19:36:40.731Z | python system 2 system |
210 | 2024-08-26T19:36:40.731Z | python3 system 3.11 system |
211 | 2024-08-26T19:36:40.731Z | ruby system 3.0 system |
212 | 2024-08-26T19:36:40.731Z | words vendor vendor american-english |
213 | 2024-08-26T19:36:40.731Z | words system system australian-english |
214 | 2024-08-26T19:36:40.731Z | words system system british-english |
215 | 2024-08-26T19:36:40.731Z | words system system canadian-english |
216 | 2024-08-26T19:36:40.731Z | words system system french |
217 | 2024-08-26T19:36:40.731Z | words system system italian |
218 | 2024-08-26T19:36:40.731Z | words system system ngerman |
219 | 2024-08-26T19:36:40.732Z | words system system ogerman |
220 | 2024-08-26T19:36:40.732Z | words system system spanish |
221 | 2024-08-26T19:36:41.058Z | PUBLISHER TYPE STATUS P LOCATION |
222 | 2024-08-26T19:36:41.058Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
223 | 2024-08-26T19:36:42.827Z | FMRI IFO |
224 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
225 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
226 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
227 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
228 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
229 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
230 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
231 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
232 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
233 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
234 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
235 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
236 | 2024-08-26T19:36:42.827Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
237 | 2024-08-26T19:36:43.428Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
238 | 2024-08-26T19:36:43.703Z | Updating git repository `https://github.com/oxidecomputer/zone` |
239 | 2024-08-26T19:36:44.037Z | Updating crates.io index |
240 | 2024-08-26T19:36:44.039Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
241 | 2024-08-26T19:36:44.844Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
242 | 2024-08-26T19:36:45.592Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
243 | 2024-08-26T19:36:45.851Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
244 | 2024-08-26T19:36:47.471Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
245 | 2024-08-26T19:36:47.690Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
246 | 2024-08-26T19:36:47.967Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
247 | 2024-08-26T19:36:49.081Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
248 | 2024-08-26T19:36:50.978Z | Updating git repository `https://github.com/oxidecomputer/opte` |
249 | 2024-08-26T19:36:52.026Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
250 | 2024-08-26T19:36:52.689Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
251 | 2024-08-26T19:36:52.945Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
252 | 2024-08-26T19:36:53.463Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
253 | 2024-08-26T19:36:54.011Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
254 | 2024-08-26T19:36:54.455Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
255 | 2024-08-26T19:36:54.758Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
256 | 2024-08-26T19:36:54.988Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
257 | 2024-08-26T19:36:55.240Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
258 | 2024-08-26T19:36:55.601Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
259 | 2024-08-26T19:36:55.905Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
260 | 2024-08-26T19:36:56.153Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
261 | 2024-08-26T19:36:56.461Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
262 | 2024-08-26T19:36:56.851Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
263 | 2024-08-26T19:36:57.311Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
264 | 2024-08-26T19:36:57.597Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
265 | 2024-08-26T19:36:58.066Z | Updating git repository `https://github.com/oxidecomputer/typify` |
266 | 2024-08-26T19:37:00.133Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
267 | 2024-08-26T19:37:00.424Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
268 | 2024-08-26T19:37:00.715Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
269 | 2024-08-26T19:37:01.283Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
270 | 2024-08-26T19:37:02.588Z | Downloading crates ... |
271 | 2024-08-26T19:37:02.723Z | Downloaded pretty-hex v0.4.1 |
272 | 2024-08-26T19:37:02.729Z | Downloaded swrite v0.1.0 |
273 | 2024-08-26T19:37:02.738Z | Downloaded usdt v0.5.0 |
274 | 2024-08-26T19:37:02.740Z | Downloaded dof v0.3.0 |
275 | 2024-08-26T19:37:02.740Z | Downloaded thiserror v1.0.63 |
276 | 2024-08-26T19:37:02.745Z | Downloaded usdt-impl v0.5.0 |
277 | 2024-08-26T19:37:02.748Z | Downloaded thread-id v4.2.1 |
278 | 2024-08-26T19:37:02.748Z | Downloaded terminal_size v0.3.0 |
279 | 2024-08-26T19:37:02.750Z | Downloaded serde_spanned v0.6.7 |
280 | 2024-08-26T19:37:02.750Z | Downloaded proc-macro-error-attr v1.0.4 |
281 | 2024-08-26T19:37:02.753Z | Downloaded byteorder v1.5.0 |
282 | 2024-08-26T19:37:02.753Z | Downloaded block-buffer v0.10.4 |
283 | 2024-08-26T19:37:02.755Z | Downloaded anstyle v1.0.8 |
284 | 2024-08-26T19:37:02.755Z | Downloaded strsim v0.11.1 |
285 | 2024-08-26T19:37:02.757Z | Downloaded pest_generator v2.7.10 |
286 | 2024-08-26T19:37:02.757Z | Downloaded utf8parse v0.2.1 |
287 | 2024-08-26T19:37:02.759Z | Downloaded memmap v0.7.0 |
288 | 2024-08-26T19:37:02.760Z | Downloaded semver v1.0.23 |
289 | 2024-08-26T19:37:02.762Z | Downloaded cargo_toml v0.20.4 |
290 | 2024-08-26T19:37:02.764Z | Downloaded macaddr v1.0.1 |
291 | 2024-08-26T19:37:02.766Z | Downloaded fs-err v2.11.0 |
292 | 2024-08-26T19:37:02.766Z | Downloaded anstyle-query v1.0.3 |
293 | 2024-08-26T19:37:02.769Z | Downloaded quote v1.0.36 |
294 | 2024-08-26T19:37:02.771Z | Downloaded cfg-if v1.0.0 |
295 | 2024-08-26T19:37:02.771Z | Downloaded autocfg v1.3.0 |
296 | 2024-08-26T19:37:02.775Z | Downloaded unicode-ident v1.0.12 |
297 | 2024-08-26T19:37:02.778Z | Downloaded ryu v1.0.18 |
298 | 2024-08-26T19:37:02.781Z | Downloaded serde_derive v1.0.208 |
299 | 2024-08-26T19:37:02.783Z | Downloaded pest_meta v2.7.10 |
300 | 2024-08-26T19:37:02.785Z | Downloaded typenum v1.17.0 |
301 | 2024-08-26T19:37:02.788Z | Downloaded indexmap v2.4.0 |
302 | 2024-08-26T19:37:02.792Z | Downloaded papergrid v0.11.0 |
303 | 2024-08-26T19:37:02.807Z | Downloaded cargo-platform v0.1.8 |
304 | 2024-08-26T19:37:02.810Z | Downloaded usdt-attr-macro v0.5.0 |
305 | 2024-08-26T19:37:02.823Z | Downloaded clap_derive v4.5.13 |
306 | 2024-08-26T19:37:02.826Z | Downloaded pest_derive v2.7.10 |
307 | 2024-08-26T19:37:02.829Z | Downloaded colorchoice v1.0.1 |
308 | 2024-08-26T19:37:02.835Z | Downloaded equivalent v1.0.1 |
309 | 2024-08-26T19:37:02.841Z | Downloaded version_check v0.9.5 |
310 | 2024-08-26T19:37:02.844Z | Downloaded cargo_metadata v0.18.1 |
311 | 2024-08-26T19:37:02.850Z | Downloaded digest v0.10.7 |
312 | 2024-08-26T19:37:02.852Z | Downloaded tabled_derive v0.7.0 |
313 | 2024-08-26T19:37:02.856Z | Downloaded scroll_derive v0.12.0 |
314 | 2024-08-26T19:37:02.859Z | Downloaded dtrace-parser v0.2.0 |
315 | 2024-08-26T19:37:02.859Z | Downloaded winnow v0.6.18 |
316 | 2024-08-26T19:37:02.867Z | Downloaded cpufeatures v0.2.12 |
317 | 2024-08-26T19:37:02.870Z | Downloaded is_terminal_polyfill v1.70.0 |
318 | 2024-08-26T19:37:02.876Z | Downloaded toml v0.8.19 |
319 | 2024-08-26T19:37:02.879Z | Downloaded usdt-macro v0.5.0 |
320 | 2024-08-26T19:37:02.883Z | Downloaded heck v0.4.1 |
321 | 2024-08-26T19:37:02.883Z | Downloaded fnv v1.0.7 |
322 | 2024-08-26T19:37:02.883Z | Downloaded bytecount v0.6.8 |
323 | 2024-08-26T19:37:02.887Z | Downloaded clap_lex v0.7.0 |
324 | 2024-08-26T19:37:02.889Z | Downloaded serde_tokenstream v0.2.2 |
325 | 2024-08-26T19:37:02.893Z | Downloaded proc-macro2 v1.0.86 |
326 | 2024-08-26T19:37:02.896Z | Downloaded generic-array v0.14.7 |
327 | 2024-08-26T19:37:02.899Z | Downloaded log v0.4.21 |
328 | 2024-08-26T19:37:02.903Z | Downloaded thiserror-impl v1.0.63 |
329 | 2024-08-26T19:37:02.906Z | Downloaded errno v0.3.9 |
330 | 2024-08-26T19:37:02.906Z | Downloaded heck v0.5.0 |
331 | 2024-08-26T19:37:02.909Z | Downloaded anstyle-parse v0.2.4 |
332 | 2024-08-26T19:37:02.909Z | Downloaded itoa v1.0.11 |
333 | 2024-08-26T19:37:02.912Z | Downloaded plain v0.2.3 |
334 | 2024-08-26T19:37:02.912Z | Downloaded goblin v0.8.2 |
335 | 2024-08-26T19:37:02.917Z | Downloaded camino v1.1.9 |
336 | 2024-08-26T19:37:02.921Z | Downloaded sha2 v0.10.8 |
337 | 2024-08-26T19:37:02.928Z | Downloaded scroll v0.12.0 |
338 | 2024-08-26T19:37:02.928Z | Downloaded crypto-common v0.1.6 |
339 | 2024-08-26T19:37:02.931Z | Downloaded zerocopy v0.7.34 |
340 | 2024-08-26T19:37:02.940Z | Downloaded zerocopy-derive v0.7.34 |
341 | 2024-08-26T19:37:02.944Z | Downloaded ucd-trie v0.1.6 |
342 | 2024-08-26T19:37:02.948Z | Downloaded proc-macro-error v1.0.4 |
343 | 2024-08-26T19:37:02.952Z | Downloaded serde v1.0.208 |
344 | 2024-08-26T19:37:02.952Z | Downloaded tabled v0.15.0 |
345 | 2024-08-26T19:37:02.966Z | Downloaded anyhow v1.0.86 |
346 | 2024-08-26T19:37:02.969Z | Downloaded toml_datetime v0.6.8 |
347 | 2024-08-26T19:37:02.974Z | Downloaded once_cell v1.19.0 |
348 | 2024-08-26T19:37:02.979Z | Downloaded clap v4.5.16 |
349 | 2024-08-26T19:37:02.983Z | Downloaded bitflags v2.6.0 |
350 | 2024-08-26T19:37:02.986Z | Downloaded pest v2.7.10 |
351 | 2024-08-26T19:37:02.990Z | Downloaded toml_edit v0.22.20 |
352 | 2024-08-26T19:37:03.012Z | Downloaded memchr v2.7.2 |
353 | 2024-08-26T19:37:03.017Z | Downloaded hashbrown v0.14.5 |
354 | 2024-08-26T19:37:03.021Z | Downloaded clap_builder v4.5.15 |
355 | 2024-08-26T19:37:03.028Z | Downloaded serde_json v1.0.125 |
356 | 2024-08-26T19:37:03.035Z | Downloaded anstream v0.6.14 |
357 | 2024-08-26T19:37:03.047Z | Downloaded syn v1.0.109 |
358 | 2024-08-26T19:37:03.057Z | Downloaded syn v2.0.74 |
359 | 2024-08-26T19:37:03.081Z | Downloaded rustix v0.38.34 |
360 | 2024-08-26T19:37:03.102Z | Downloaded unicode-width v0.1.13 |
361 | 2024-08-26T19:37:03.110Z | Downloaded libc v0.2.156 |
362 | 2024-08-26T19:37:03.411Z | Compiling proc-macro2 v1.0.86 |
363 | 2024-08-26T19:37:03.411Z | Compiling unicode-ident v1.0.12 |
364 | 2024-08-26T19:37:03.414Z | Compiling version_check v0.9.5 |
365 | 2024-08-26T19:37:03.414Z | Compiling serde v1.0.208 |
366 | 2024-08-26T19:37:03.414Z | Compiling memchr v2.7.2 |
367 | 2024-08-26T19:37:03.414Z | Compiling thiserror v1.0.63 |
368 | 2024-08-26T19:37:03.414Z | Compiling libc v0.2.156 |
369 | 2024-08-26T19:37:03.444Z | Compiling ryu v1.0.18 |
370 | 2024-08-26T19:37:03.715Z | Compiling itoa v1.0.11 |
371 | 2024-08-26T19:37:03.828Z | Compiling ucd-trie v0.1.6 |
372 | 2024-08-26T19:37:04.196Z | Compiling once_cell v1.19.0 |
373 | 2024-08-26T19:37:04.247Z | Compiling byteorder v1.5.0 |
374 | 2024-08-26T19:37:04.272Z | Compiling serde_json v1.0.125 |
375 | 2024-08-26T19:37:04.627Z | Compiling usdt-impl v0.5.0 |
376 | 2024-08-26T19:37:04.660Z | Compiling proc-macro-error-attr v1.0.4 |
377 | 2024-08-26T19:37:04.714Z | Compiling syn v1.0.109 |
378 | 2024-08-26T19:37:04.949Z | Compiling rustix v0.38.34 |
379 | 2024-08-26T19:37:05.043Z | Compiling proc-macro-error v1.0.4 |
380 | 2024-08-26T19:37:05.160Z | Compiling quote v1.0.36 |
381 | 2024-08-26T19:37:05.184Z | Compiling utf8parse v0.2.1 |
382 | 2024-08-26T19:37:05.376Z | Compiling equivalent v1.0.1 |
383 | 2024-08-26T19:37:05.426Z | Compiling hashbrown v0.14.5 |
384 | 2024-08-26T19:37:05.493Z | Compiling errno v0.3.9 |
385 | 2024-08-26T19:37:05.525Z | Compiling log v0.4.21 |
386 | 2024-08-26T19:37:05.776Z | Compiling syn v2.0.74 |
387 | 2024-08-26T19:37:05.825Z | Compiling plain v0.2.3 |
388 | 2024-08-26T19:37:05.909Z | Compiling bitflags v2.6.0 |
389 | 2024-08-26T19:37:05.968Z | Compiling anstyle-parse v0.2.4 |
390 | 2024-08-26T19:37:06.079Z | Compiling thread-id v4.2.1 |
391 | 2024-08-26T19:37:06.331Z | Compiling anstyle-query v1.0.3 |
392 | 2024-08-26T19:37:06.357Z | Compiling winnow v0.6.18 |
393 | 2024-08-26T19:37:06.475Z | Compiling colorchoice v1.0.1 |
394 | 2024-08-26T19:37:06.500Z | Compiling pretty-hex v0.4.1 |
395 | 2024-08-26T19:37:06.643Z | Compiling is_terminal_polyfill v1.70.0 |
396 | 2024-08-26T19:37:06.727Z | Compiling indexmap v2.4.0 |
397 | 2024-08-26T19:37:06.772Z | Compiling semver v1.0.23 |
398 | 2024-08-26T19:37:06.796Z | Compiling anstyle v1.0.8 |
399 | 2024-08-26T19:37:06.951Z | Compiling camino v1.1.9 |
400 | 2024-08-26T19:37:07.254Z | Compiling autocfg v1.3.0 |
401 | 2024-08-26T19:37:07.456Z | Compiling terminal_size v0.3.0 |
402 | 2024-08-26T19:37:07.655Z | Compiling anstream v0.6.14 |
403 | 2024-08-26T19:37:07.906Z | Compiling unicode-width v0.1.13 |
404 | 2024-08-26T19:37:07.930Z | Compiling anyhow v1.0.86 |
405 | 2024-08-26T19:37:08.108Z | Compiling heck v0.4.1 |
406 | 2024-08-26T19:37:08.155Z | Compiling clap_lex v0.7.0 |
407 | 2024-08-26T19:37:08.211Z | Compiling fs-err v2.11.0 |
408 | 2024-08-26T19:37:08.389Z | Compiling fnv v1.0.7 |
409 | 2024-08-26T19:37:08.531Z | Compiling strsim v0.11.1 |
410 | 2024-08-26T19:37:08.533Z | Compiling bytecount v0.6.8 |
411 | 2024-08-26T19:37:08.581Z | Compiling heck v0.5.0 |
412 | 2024-08-26T19:37:08.806Z | Compiling papergrid v0.11.0 |
413 | 2024-08-26T19:37:08.828Z | Compiling memmap v0.7.0 |
414 | 2024-08-26T19:37:09.089Z | Compiling clap_builder v4.5.15 |
415 | 2024-08-26T19:37:09.506Z | Compiling swrite v0.1.0 |
416 | 2024-08-26T19:37:11.036Z | Compiling tabled_derive v0.7.0 |
417 | 2024-08-26T19:37:12.625Z | Compiling tabled v0.15.0 |
418 | 2024-08-26T19:37:14.219Z | Compiling serde_derive v1.0.208 |
419 | 2024-08-26T19:37:14.219Z | Compiling thiserror-impl v1.0.63 |
420 | 2024-08-26T19:37:14.225Z | Compiling zerocopy-derive v0.7.34 |
421 | 2024-08-26T19:37:14.225Z | Compiling scroll_derive v0.12.0 |
422 | 2024-08-26T19:37:14.309Z | Compiling clap_derive v4.5.13 |
423 | 2024-08-26T19:37:15.762Z | Compiling scroll v0.12.0 |
424 | 2024-08-26T19:37:16.257Z | Compiling goblin v0.8.2 |
425 | 2024-08-26T19:37:16.414Z | Compiling zerocopy v0.7.34 |
426 | 2024-08-26T19:37:17.118Z | Compiling pest v2.7.10 |
427 | 2024-08-26T19:37:18.425Z | Compiling clap v4.5.16 |
428 | 2024-08-26T19:37:19.245Z | Compiling pest_meta v2.7.10 |
429 | 2024-08-26T19:37:20.049Z | Compiling pest_generator v2.7.10 |
430 | 2024-08-26T19:37:21.754Z | Compiling pest_derive v2.7.10 |
431 | 2024-08-26T19:37:22.490Z | Compiling dtrace-parser v0.2.0 |
432 | 2024-08-26T19:37:24.409Z | Compiling serde_spanned v0.6.7 |
433 | 2024-08-26T19:37:24.411Z | Compiling toml_datetime v0.6.8 |
434 | 2024-08-26T19:37:24.411Z | Compiling cargo-platform v0.1.8 |
435 | 2024-08-26T19:37:24.800Z | Compiling serde_tokenstream v0.2.2 |
436 | 2024-08-26T19:37:24.827Z | Compiling toml_edit v0.22.20 |
437 | 2024-08-26T19:37:24.975Z | Compiling macaddr v1.0.1 |
438 | 2024-08-26T19:37:25.902Z | Compiling dof v0.3.0 |
439 | 2024-08-26T19:37:25.902Z | Compiling cargo_metadata v0.18.1 |
440 | 2024-08-26T19:37:27.631Z | Compiling toml v0.8.19 |
441 | 2024-08-26T19:37:27.755Z | Compiling usdt-attr-macro v0.5.0 |
442 | 2024-08-26T19:37:27.761Z | Compiling usdt-macro v0.5.0 |
443 | 2024-08-26T19:37:28.579Z | Compiling cargo_toml v0.20.4 |
444 | 2024-08-26T19:37:29.222Z | Compiling usdt v0.5.0 |
445 | 2024-08-26T19:37:32.302Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
446 | 2024-08-26T19:37:36.131Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.93s |
447 | 2024-08-26T19:37:36.385Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
448 | 2024-08-26T19:37:36.947Z | Downloading crates ... |
449 | 2024-08-26T19:37:37.069Z | Downloaded ahash v0.8.11 |
450 | 2024-08-26T19:37:37.074Z | Downloaded bit-set v0.5.3 |
451 | 2024-08-26T19:37:37.077Z | Downloaded crunchy v0.2.2 |
452 | 2024-08-26T19:37:37.083Z | Downloaded atomicwrites v0.4.3 |
453 | 2024-08-26T19:37:37.085Z | Downloaded bitstruct v0.1.1 |
454 | 2024-08-26T19:37:37.089Z | Downloaded iana-time-zone v0.1.60 |
455 | 2024-08-26T19:37:37.093Z | Downloaded bitfield-struct v0.6.1 |
456 | 2024-08-26T19:37:37.095Z | Downloaded addr2line v0.21.0 |
457 | 2024-08-26T19:37:37.098Z | Downloaded cstr-argument v0.1.2 |
458 | 2024-08-26T19:37:37.101Z | Downloaded async-recursion v1.1.1 |
459 | 2024-08-26T19:37:37.104Z | Downloaded chacha20 v0.9.1 |
460 | 2024-08-26T19:37:37.106Z | Downloaded data-encoding v2.6.0 |
461 | 2024-08-26T19:37:37.108Z | Downloaded curve25519-dalek-derive v0.1.1 |
462 | 2024-08-26T19:37:37.111Z | Downloaded convert_case v0.4.0 |
463 | 2024-08-26T19:37:37.111Z | Downloaded constant_time_eq v0.3.0 |
464 | 2024-08-26T19:37:37.115Z | Downloaded castaway v0.2.3 |
465 | 2024-08-26T19:37:37.118Z | Downloaded assert_matches v1.5.0 |
466 | 2024-08-26T19:37:37.118Z | Downloaded is_ci v1.2.0 |
467 | 2024-08-26T19:37:37.118Z | Downloaded normalize-line-endings v0.3.0 |
468 | 2024-08-26T19:37:37.121Z | Downloaded colored v2.1.0 |
469 | 2024-08-26T19:37:37.123Z | Downloaded number_prefix v0.4.0 |
470 | 2024-08-26T19:37:37.124Z | Downloaded ident_case v1.0.1 |
471 | 2024-08-26T19:37:37.124Z | Downloaded cancel-safe-futures v0.1.5 |
472 | 2024-08-26T19:37:37.127Z | Downloaded backoff v0.4.0 |
473 | 2024-08-26T19:37:37.130Z | Downloaded match_cfg v0.1.0 |
474 | 2024-08-26T19:37:37.132Z | Downloaded hyper-staticfile v0.9.5 |
475 | 2024-08-26T19:37:37.135Z | Downloaded console v0.15.8 |
476 | 2024-08-26T19:37:37.137Z | Downloaded crc-catalog v2.4.0 |
477 | 2024-08-26T19:37:37.139Z | Downloaded md-5 v0.10.6 |
478 | 2024-08-26T19:37:37.142Z | Downloaded ascii v1.1.0 |
479 | 2024-08-26T19:37:37.144Z | Downloaded num_enum_derive v0.5.11 |
480 | 2024-08-26T19:37:37.144Z | Downloaded crossbeam-utils v0.8.19 |
481 | 2024-08-26T19:37:37.147Z | Downloaded clang-sys v1.7.0 |
482 | 2024-08-26T19:37:37.150Z | Downloaded nodrop v0.1.14 |
483 | 2024-08-26T19:37:37.153Z | Downloaded num_cpus v1.16.0 |
484 | 2024-08-26T19:37:37.155Z | Downloaded csv-core v0.1.11 |
485 | 2024-08-26T19:37:37.157Z | Downloaded signal-hook-tokio v0.3.1 |
486 | 2024-08-26T19:37:37.160Z | Downloaded lock_api v0.4.12 |
487 | 2024-08-26T19:37:37.162Z | Downloaded humantime v2.1.0 |
488 | 2024-08-26T19:37:37.162Z | Downloaded multer v3.1.0 |
489 | 2024-08-26T19:37:37.165Z | Downloaded async-stream v0.3.5 |
490 | 2024-08-26T19:37:37.167Z | Downloaded hyper-rustls v0.24.2 |
491 | 2024-08-26T19:37:37.170Z | Downloaded opaque-debug v0.3.1 |
492 | 2024-08-26T19:37:37.172Z | Downloaded num-derive v0.4.2 |
493 | 2024-08-26T19:37:37.175Z | Downloaded darling_core v0.20.9 |
494 | 2024-08-26T19:37:37.179Z | Downloaded mime v0.3.17 |
495 | 2024-08-26T19:37:37.183Z | Downloaded num-complex v0.4.6 |
496 | 2024-08-26T19:37:37.185Z | Downloaded ciborium-ll v0.2.2 |
497 | 2024-08-26T19:37:37.185Z | Downloaded libloading v0.8.3 |
498 | 2024-08-26T19:37:37.188Z | Downloaded libefi-sys v0.1.0 |
499 | 2024-08-26T19:37:37.190Z | Downloaded num-traits v0.2.19 |
500 | 2024-08-26T19:37:37.192Z | Downloaded slab v0.4.9 |
501 | 2024-08-26T19:37:37.195Z | Downloaded instant v0.1.12 |
502 | 2024-08-26T19:37:37.197Z | Downloaded slog-json v2.6.1 |
503 | 2024-08-26T19:37:37.201Z | Downloaded slog-dtrace v0.3.0 |
504 | 2024-08-26T19:37:37.203Z | Downloaded serde_with_macros v3.9.0 |
505 | 2024-08-26T19:37:37.204Z | Downloaded num-conv v0.1.0 |
506 | 2024-08-26T19:37:37.204Z | Downloaded defmt v0.3.8 |
507 | 2024-08-26T19:37:37.207Z | Downloaded base64 v0.21.7 |
508 | 2024-08-26T19:37:37.212Z | Downloaded lru-cache v0.1.2 |
509 | 2024-08-26T19:37:37.214Z | Downloaded defmt-macros v0.3.9 |
510 | 2024-08-26T19:37:37.217Z | Downloaded kstat-rs v0.2.4 |
511 | 2024-08-26T19:37:37.220Z | Downloaded darling_macro v0.20.9 |
512 | 2024-08-26T19:37:37.220Z | Downloaded tinyvec_macros v0.1.1 |
513 | 2024-08-26T19:37:37.223Z | Downloaded openssl-macros v0.1.1 |
514 | 2024-08-26T19:37:37.223Z | Downloaded tap v1.0.1 |
515 | 2024-08-26T19:37:37.226Z | Downloaded hubpack_derive v0.1.1 |
516 | 2024-08-26T19:37:37.226Z | Downloaded openssl-probe v0.1.5 |
517 | 2024-08-26T19:37:37.226Z | Downloaded bitfield v0.14.0 |
518 | 2024-08-26T19:37:37.228Z | Downloaded base16ct v0.2.0 |
519 | 2024-08-26T19:37:37.231Z | Downloaded cbc v0.1.2 |
520 | 2024-08-26T19:37:37.234Z | Downloaded ipnet v2.9.0 |
521 | 2024-08-26T19:37:37.234Z | Downloaded cookie v0.18.1 |
522 | 2024-08-26T19:37:37.238Z | Downloaded indoc v1.0.9 |
523 | 2024-08-26T19:37:37.241Z | Downloaded zone_cfg_derive v0.1.2 |
524 | 2024-08-26T19:37:37.241Z | Downloaded lazycell v1.3.0 |
525 | 2024-08-26T19:37:37.243Z | Downloaded jobserver v0.1.32 |
526 | 2024-08-26T19:37:37.245Z | Downloaded adler v1.0.2 |
527 | 2024-08-26T19:37:37.245Z | Downloaded bytes v1.7.1 |
528 | 2024-08-26T19:37:37.250Z | Downloaded ipnetwork v0.20.0 |
529 | 2024-08-26T19:37:37.252Z | Downloaded multimap v0.10.0 |
530 | 2024-08-26T19:37:37.254Z | Downloaded memoffset v0.9.1 |
531 | 2024-08-26T19:37:37.257Z | Downloaded managed v0.8.0 |
532 | 2024-08-26T19:37:37.257Z | Downloaded lru v0.12.3 |
533 | 2024-08-26T19:37:37.259Z | Downloaded atomic-waker v1.1.2 |
534 | 2024-08-26T19:37:37.261Z | Downloaded lalrpop-util v0.19.12 |
535 | 2024-08-26T19:37:37.261Z | Downloaded oso-derive v0.27.3 |
536 | 2024-08-26T19:37:37.261Z | Downloaded inout v0.1.3 |
537 | 2024-08-26T19:37:37.264Z | Downloaded indent_write v2.2.0 |
538 | 2024-08-26T19:37:37.267Z | Downloaded cobs v0.2.3 |
539 | 2024-08-26T19:37:37.267Z | Downloaded ciborium-io v0.2.2 |
540 | 2024-08-26T19:37:37.269Z | Downloaded block-padding v0.3.3 |
541 | 2024-08-26T19:37:37.269Z | Downloaded fixedbitset v0.4.2 |
542 | 2024-08-26T19:37:37.272Z | Downloaded nibble_vec v0.1.0 |
543 | 2024-08-26T19:37:37.272Z | Downloaded flagset v0.4.5 |
544 | 2024-08-26T19:37:37.274Z | Downloaded num-integer v0.1.46 |
545 | 2024-08-26T19:37:37.277Z | Downloaded bitflags v1.3.2 |
546 | 2024-08-26T19:37:37.280Z | Downloaded num_threads v0.1.7 |
547 | 2024-08-26T19:37:37.282Z | Downloaded hex v0.4.3 |
548 | 2024-08-26T19:37:37.282Z | Downloaded cexpr v0.6.0 |
549 | 2024-08-26T19:37:37.284Z | Downloaded array-init v0.0.4 |
550 | 2024-08-26T19:37:37.287Z | Downloaded serde-big-array v0.5.1 |
551 | 2024-08-26T19:37:37.287Z | Downloaded newtype-uuid v1.1.0 |
552 | 2024-08-26T19:37:37.289Z | Downloaded crossbeam-channel v0.5.12 |
553 | 2024-08-26T19:37:37.293Z | Downloaded olpc-cjson v0.1.3 |
554 | 2024-08-26T19:37:37.296Z | Downloaded num_enum v0.5.11 |
555 | 2024-08-26T19:37:37.300Z | Downloaded tls_codec v0.4.1 |
556 | 2024-08-26T19:37:37.302Z | Downloaded darling v0.20.9 |
557 | 2024-08-26T19:37:37.309Z | Downloaded parse-display-derive v0.10.0 |
558 | 2024-08-26T19:37:37.312Z | Downloaded whoami v1.5.1 |
559 | 2024-08-26T19:37:37.312Z | Downloaded precomputed-hash v0.1.1 |
560 | 2024-08-26T19:37:37.315Z | Downloaded scopeguard v1.2.0 |
561 | 2024-08-26T19:37:37.315Z | Downloaded ena v0.14.3 |
562 | 2024-08-26T19:37:37.319Z | Downloaded mime_guess v2.0.4 |
563 | 2024-08-26T19:37:37.322Z | Downloaded memmap2 v0.9.4 |
564 | 2024-08-26T19:37:37.322Z | Downloaded embedded-io v0.4.0 |
565 | 2024-08-26T19:37:37.324Z | Downloaded ciborium v0.2.2 |
566 | 2024-08-26T19:37:37.327Z | Downloaded cookie v0.17.0 |
567 | 2024-08-26T19:37:37.329Z | Downloaded hostname v0.4.0 |
568 | 2024-08-26T19:37:37.332Z | Downloaded buf-list v1.0.3 |
569 | 2024-08-26T19:37:37.334Z | Downloaded twox-hash v1.6.3 |
570 | 2024-08-26T19:37:37.337Z | Downloaded impl-trait-for-tuples v0.2.2 |
571 | 2024-08-26T19:37:37.339Z | Downloaded indexmap v1.9.3 |
572 | 2024-08-26T19:37:37.341Z | Downloaded string_cache v0.8.7 |
573 | 2024-08-26T19:37:37.344Z | Downloaded vergen v8.3.2 |
574 | 2024-08-26T19:37:37.346Z | Downloaded crossterm v0.28.1 |
575 | 2024-08-26T19:37:37.354Z | Downloaded slog-scope v4.4.0 |
576 | 2024-08-26T19:37:37.356Z | Downloaded ref-cast-impl v1.0.23 |
577 | 2024-08-26T19:37:37.359Z | Downloaded zone v0.1.8 |
578 | 2024-08-26T19:37:37.359Z | Downloaded shlex v1.3.0 |
579 | 2024-08-26T19:37:37.361Z | Downloaded peg v0.8.4 |
580 | 2024-08-26T19:37:37.364Z | Downloaded fatfs v0.3.6 |
581 | 2024-08-26T19:37:37.368Z | Downloaded sha1 v0.10.6 |
582 | 2024-08-26T19:37:37.370Z | Downloaded path-slash v0.1.5 |
583 | 2024-08-26T19:37:37.373Z | Downloaded minimal-lexical v0.2.1 |
584 | 2024-08-26T19:37:37.376Z | Downloaded tabwriter v1.4.0 |
585 | 2024-08-26T19:37:37.379Z | Downloaded endian-type v0.1.2 |
586 | 2024-08-26T19:37:37.382Z | Downloaded powerfmt v0.2.0 |
587 | 2024-08-26T19:37:37.382Z | Downloaded const_format_proc_macros v0.2.32 |
588 | 2024-08-26T19:37:37.392Z | Downloaded vsss-rs v3.3.4 |
589 | 2024-08-26T19:37:37.392Z | Downloaded keccak v0.1.5 |
590 | 2024-08-26T19:37:37.392Z | Downloaded mockall_derive v0.13.0 |
591 | 2024-08-26T19:37:37.392Z | Downloaded rustls-pki-types v1.7.0 |
592 | 2024-08-26T19:37:37.396Z | Downloaded rustls-pemfile v2.1.3 |
593 | 2024-08-26T19:37:37.396Z | Downloaded serde-hex v0.1.0 |
594 | 2024-08-26T19:37:37.399Z | Downloaded native-tls v0.2.11 |
595 | 2024-08-26T19:37:37.402Z | Downloaded hostname v0.3.1 |
596 | 2024-08-26T19:37:37.402Z | Downloaded miniz_oxide v0.7.2 |
597 | 2024-08-26T19:37:37.404Z | Downloaded universal-hash v0.5.1 |
598 | 2024-08-26T19:37:37.407Z | Downloaded pretty-hex v0.2.1 |
599 | 2024-08-26T19:37:37.409Z | Downloaded blake2 v0.10.6 |
600 | 2024-08-26T19:37:37.412Z | Downloaded sync_wrapper v0.1.2 |
601 | 2024-08-26T19:37:37.412Z | Downloaded shell-words v1.1.0 |
602 | 2024-08-26T19:37:37.414Z | Downloaded take_mut v0.2.2 |
603 | 2024-08-26T19:37:37.414Z | Downloaded futures-io v0.3.30 |
604 | 2024-08-26T19:37:37.416Z | Downloaded structmeta-derive v0.2.0 |
605 | 2024-08-26T19:37:37.417Z | Downloaded rustls-pemfile v1.0.4 |
606 | 2024-08-26T19:37:37.420Z | Downloaded funty v2.0.0 |
607 | 2024-08-26T19:37:37.420Z | Downloaded rand_core v0.6.4 |
608 | 2024-08-26T19:37:37.422Z | Downloaded owo-colors v4.0.0 |
609 | 2024-08-26T19:37:37.424Z | Downloaded test-strategy v0.3.1 |
610 | 2024-08-26T19:37:37.428Z | Downloaded scrypt v0.11.0 |
611 | 2024-08-26T19:37:37.431Z | Downloaded termtree v0.4.1 |
612 | 2024-08-26T19:37:37.433Z | Downloaded base64 v0.13.1 |
613 | 2024-08-26T19:37:37.439Z | Downloaded tower-service v0.3.2 |
614 | 2024-08-26T19:37:37.443Z | Downloaded peg-macros v0.8.4 |
615 | 2024-08-26T19:37:37.443Z | Downloaded sigpipe v0.1.3 |
616 | 2024-08-26T19:37:37.443Z | Downloaded pkg-config v0.3.30 |
617 | 2024-08-26T19:37:37.451Z | Downloaded hickory-client v0.24.1 |
618 | 2024-08-26T19:37:37.455Z | Downloaded serde_path_to_error v0.1.16 |
619 | 2024-08-26T19:37:37.463Z | Downloaded serde_derive_internals v0.29.1 |
620 | 2024-08-26T19:37:37.466Z | Downloaded either v1.13.0 |
621 | 2024-08-26T19:37:37.466Z | Downloaded diesel_table_macro_syntax v0.2.0 |
622 | 2024-08-26T19:37:37.467Z | Downloaded toml_edit v0.19.15 |
623 | 2024-08-26T19:37:37.480Z | Downloaded dyn-clone v1.0.17 |
624 | 2024-08-26T19:37:37.482Z | Downloaded smallvec v0.6.14 |
625 | 2024-08-26T19:37:37.484Z | Downloaded predicates-tree v1.0.9 |
626 | 2024-08-26T19:37:37.484Z | Downloaded home v0.5.9 |
627 | 2024-08-26T19:37:37.487Z | Downloaded der_derive v0.7.2 |
628 | 2024-08-26T19:37:37.490Z | Downloaded uzers v0.11.3 |
629 | 2024-08-26T19:37:37.490Z | Downloaded which v4.4.2 |
630 | 2024-08-26T19:37:37.493Z | Downloaded tokio-native-tls v0.3.1 |
631 | 2024-08-26T19:37:37.495Z | Downloaded fallible-iterator v0.2.0 |
632 | 2024-08-26T19:37:37.495Z | Downloaded rpassword v7.3.1 |
633 | 2024-08-26T19:37:37.497Z | Downloaded tracing-attributes v0.1.27 |
634 | 2024-08-26T19:37:37.501Z | Downloaded yasna v0.5.2 |
635 | 2024-08-26T19:37:37.503Z | Downloaded time-macros v0.2.18 |
636 | 2024-08-26T19:37:37.506Z | Downloaded openssl-sys v0.9.103 |
637 | 2024-08-26T19:37:37.510Z | Downloaded rtoolbox v0.0.2 |
638 | 2024-08-26T19:37:37.512Z | Downloaded futures-executor v0.3.30 |
639 | 2024-08-26T19:37:37.515Z | Downloaded try-lock v0.2.5 |
640 | 2024-08-26T19:37:37.515Z | Downloaded sqlformat v0.2.4 |
641 | 2024-08-26T19:37:37.517Z | Downloaded r2d2 v0.8.10 |
642 | 2024-08-26T19:37:37.519Z | Downloaded salsa20 v0.10.2 |
643 | 2024-08-26T19:37:37.522Z | Downloaded tungstenite v0.21.0 |
644 | 2024-08-26T19:37:37.524Z | Downloaded zip v0.6.6 |
645 | 2024-08-26T19:37:37.528Z | Downloaded zeroize v1.7.0 |
646 | 2024-08-26T19:37:37.530Z | Downloaded deranged v0.3.11 |
647 | 2024-08-26T19:37:37.533Z | Downloaded foreign-types v0.3.2 |
648 | 2024-08-26T19:37:37.533Z | Downloaded rustc_version v0.1.7 |
649 | 2024-08-26T19:37:37.535Z | Downloaded portpicker v0.1.1 |
650 | 2024-08-26T19:37:37.535Z | Downloaded pbkdf2 v0.12.2 |
651 | 2024-08-26T19:37:37.538Z | Downloaded uuid v1.10.0 |
652 | 2024-08-26T19:37:37.540Z | Downloaded indicatif v0.17.8 |
653 | 2024-08-26T19:37:37.544Z | Downloaded untrusted v0.9.0 |
654 | 2024-08-26T19:37:37.547Z | Downloaded toolchain_find v0.4.0 |
655 | 2024-08-26T19:37:37.550Z | Downloaded thiserror-impl-no-std v2.0.2 |
656 | 2024-08-26T19:37:37.550Z | Downloaded dirs-sys-next v0.1.2 |
657 | 2024-08-26T19:37:37.552Z | Downloaded structmeta v0.3.0 |
658 | 2024-08-26T19:37:37.553Z | Downloaded unsafe-libyaml v0.2.11 |
659 | 2024-08-26T19:37:37.555Z | Downloaded textwrap v0.16.1 |
660 | 2024-08-26T19:37:37.558Z | Downloaded toml v0.7.8 |
661 | 2024-08-26T19:37:37.562Z | Downloaded headers-core v0.2.0 |
662 | 2024-08-26T19:37:37.564Z | Downloaded proc-macro-crate v1.3.1 |
663 | 2024-08-26T19:37:37.564Z | Downloaded hashlink v0.9.1 |
664 | 2024-08-26T19:37:37.567Z | Downloaded futures-channel v0.3.30 |
665 | 2024-08-26T19:37:37.572Z | Downloaded float-ord v0.3.2 |
666 | 2024-08-26T19:37:37.574Z | Downloaded libxml v0.3.3 |
667 | 2024-08-26T19:37:37.577Z | Downloaded pin-project v1.1.5 |
668 | 2024-08-26T19:37:37.589Z | Downloaded unicode-xid v0.2.4 |
669 | 2024-08-26T19:37:37.591Z | Downloaded slog-bunyan v2.5.0 |
670 | 2024-08-26T19:37:37.593Z | Downloaded waitgroup v0.1.2 |
671 | 2024-08-26T19:37:37.596Z | Downloaded smallvec v1.13.2 |
672 | 2024-08-26T19:37:37.596Z | Downloaded ron v0.8.1 |
673 | 2024-08-26T19:37:37.602Z | Downloaded diff v0.1.13 |
674 | 2024-08-26T19:37:37.605Z | Downloaded pin-utils v0.1.0 |
675 | 2024-08-26T19:37:37.608Z | Downloaded untrusted v0.7.1 |
676 | 2024-08-26T19:37:37.608Z | Downloaded topological-sort v0.2.2 |
677 | 2024-08-26T19:37:37.610Z | Downloaded aes v0.8.4 |
678 | 2024-08-26T19:37:37.613Z | Downloaded strum v0.26.3 |
679 | 2024-08-26T19:37:37.616Z | Downloaded foreign-types v0.5.0 |
680 | 2024-08-26T19:37:37.616Z | Downloaded enum-as-inner v0.6.0 |
681 | 2024-08-26T19:37:37.618Z | Downloaded tokio-macros v2.3.0 |
682 | 2024-08-26T19:37:37.621Z | Downloaded rustfmt-wrapper v0.2.1 |
683 | 2024-08-26T19:37:37.621Z | Downloaded tui-tree-widget v0.22.0 |
684 | 2024-08-26T19:37:37.623Z | Downloaded hmac v0.12.1 |
685 | 2024-08-26T19:37:37.626Z | Downloaded serde_plain v1.0.2 |
686 | 2024-08-26T19:37:37.628Z | Downloaded unicode-bidi v0.3.15 |
687 | 2024-08-26T19:37:37.631Z | Downloaded unicode-linebreak v0.1.5 |
688 | 2024-08-26T19:37:37.631Z | Downloaded futures-core v0.3.30 |
689 | 2024-08-26T19:37:37.633Z | Downloaded float-cmp v0.9.0 |
690 | 2024-08-26T19:37:37.635Z | Downloaded tokio-rustls v0.25.0 |
691 | 2024-08-26T19:37:37.638Z | Downloaded ron v0.7.1 |
692 | 2024-08-26T19:37:37.641Z | Downloaded percent-encoding v2.3.1 |
693 | 2024-08-26T19:37:37.644Z | Downloaded strum_macros v0.25.3 |
694 | 2024-08-26T19:37:37.647Z | Downloaded rustc_version v0.4.0 |
695 | 2024-08-26T19:37:37.650Z | Downloaded time-core v0.1.2 |
696 | 2024-08-26T19:37:37.650Z | Downloaded same-file v1.0.6 |
697 | 2024-08-26T19:37:37.650Z | Downloaded smawk v0.3.2 |
698 | 2024-08-26T19:37:37.653Z | Downloaded unicode-truncate v1.0.0 |
699 | 2024-08-26T19:37:37.655Z | Downloaded pem v3.0.4 |
700 | 2024-08-26T19:37:37.655Z | Downloaded slog-term v2.9.1 |
701 | 2024-08-26T19:37:37.658Z | Downloaded thread_local v1.1.8 |
702 | 2024-08-26T19:37:37.660Z | Downloaded strum_macros v0.26.4 |
703 | 2024-08-26T19:37:37.662Z | Downloaded snafu-derive v0.8.2 |
704 | 2024-08-26T19:37:37.665Z | Downloaded bitvec v1.0.1 |
705 | 2024-08-26T19:37:37.680Z | Downloaded elliptic-curve v0.13.8 |
706 | 2024-08-26T19:37:37.684Z | Downloaded phf v0.11.2 |
707 | 2024-08-26T19:37:37.687Z | Downloaded password-hash v0.5.0 |
708 | 2024-08-26T19:37:37.691Z | Downloaded utf-8 v0.7.6 |
709 | 2024-08-26T19:37:37.691Z | Downloaded thiserror-no-std v2.0.2 |
710 | 2024-08-26T19:37:37.693Z | Downloaded unicase v2.7.0 |
711 | 2024-08-26T19:37:37.696Z | Downloaded parse-size v1.0.0 |
712 | 2024-08-26T19:37:37.698Z | Downloaded termios v0.3.3 |
713 | 2024-08-26T19:37:37.701Z | Downloaded slog-stdlog v4.1.1 |
714 | 2024-08-26T19:37:37.701Z | Downloaded chrono v0.4.38 |
715 | 2024-08-26T19:37:37.709Z | Downloaded mio v1.0.2 |
716 | 2024-08-26T19:37:37.714Z | Downloaded parking_lot_core v0.8.6 |
717 | 2024-08-26T19:37:37.718Z | Downloaded xattr v1.3.1 |
718 | 2024-08-26T19:37:37.721Z | Downloaded parking_lot v0.11.2 |
719 | 2024-08-26T19:37:37.723Z | Downloaded env_logger v0.9.3 |
720 | 2024-08-26T19:37:37.725Z | Downloaded derive_builder_macro v0.20.0 |
721 | 2024-08-26T19:37:37.728Z | Downloaded radium v0.7.0 |
722 | 2024-08-26T19:37:37.728Z | Downloaded gethostname v0.5.0 |
723 | 2024-08-26T19:37:37.730Z | Downloaded fastrand v2.1.0 |
724 | 2024-08-26T19:37:37.730Z | Downloaded defmt-parser v0.3.4 |
725 | 2024-08-26T19:37:37.733Z | Downloaded pkcs5 v0.7.1 |
726 | 2024-08-26T19:37:37.736Z | Downloaded tracing v0.1.40 |
727 | 2024-08-26T19:37:37.740Z | Downloaded strum_macros v0.24.3 |
728 | 2024-08-26T19:37:37.743Z | Downloaded ff v0.13.0 |
729 | 2024-08-26T19:37:37.746Z | Downloaded want v0.3.1 |
730 | 2024-08-26T19:37:37.746Z | Downloaded fxhash v0.2.1 |
731 | 2024-08-26T19:37:37.748Z | Downloaded fallible-streaming-iterator v0.1.9 |
732 | 2024-08-26T19:37:37.748Z | Downloaded fd-lock v4.0.2 |
733 | 2024-08-26T19:37:37.751Z | Downloaded rcgen v0.12.1 |
734 | 2024-08-26T19:37:37.754Z | Downloaded rand_chacha v0.3.1 |
735 | 2024-08-26T19:37:37.756Z | Downloaded http-body v0.4.6 |
736 | 2024-08-26T19:37:37.759Z | Downloaded tls_codec_derive v0.4.1 |
737 | 2024-08-26T19:37:37.759Z | Downloaded subprocess v0.2.9 |
738 | 2024-08-26T19:37:37.761Z | Downloaded paste v1.0.15 |
739 | 2024-08-26T19:37:37.764Z | Downloaded packed_struct v0.10.1 |
740 | 2024-08-26T19:37:37.767Z | Downloaded wait-timeout v0.2.0 |
741 | 2024-08-26T19:37:37.769Z | Downloaded zerocopy v0.6.6 |
742 | 2024-08-26T19:37:37.772Z | Downloaded hubpack v0.1.2 |
743 | 2024-08-26T19:37:37.772Z | Downloaded psl-types v2.0.11 |
744 | 2024-08-26T19:37:37.775Z | Downloaded signal-hook-registry v1.4.2 |
745 | 2024-08-26T19:37:37.775Z | Downloaded structmeta-derive v0.3.0 |
746 | 2024-08-26T19:37:37.777Z | Downloaded pin-project-lite v0.2.14 |
747 | 2024-08-26T19:37:37.781Z | Downloaded pin-project-internal v1.1.5 |
748 | 2024-08-26T19:37:37.784Z | Downloaded serde_urlencoded v0.7.1 |
749 | 2024-08-26T19:37:37.786Z | Downloaded schemars_derive v0.8.21 |
750 | 2024-08-26T19:37:37.789Z | Downloaded aho-corasick v1.1.3 |
751 | 2024-08-26T19:37:37.793Z | Downloaded foreign-types-shared v0.1.1 |
752 | 2024-08-26T19:37:37.795Z | Downloaded filetime v0.2.24 |
753 | 2024-08-26T19:37:37.798Z | Downloaded postcard v1.0.8 |
754 | 2024-08-26T19:37:37.800Z | Downloaded http-range v0.1.5 |
755 | 2024-08-26T19:37:37.800Z | Downloaded getrandom v0.2.14 |
756 | 2024-08-26T19:37:37.803Z | Downloaded unicode_categories v0.1.1 |
757 | 2024-08-26T19:37:37.806Z | Downloaded term v0.7.0 |
758 | 2024-08-26T19:37:37.809Z | Downloaded tiny-keccak v2.0.2 |
759 | 2024-08-26T19:37:37.812Z | Downloaded foreign-types-shared v0.3.1 |
760 | 2024-08-26T19:37:37.815Z | Downloaded sct v0.7.1 |
761 | 2024-08-26T19:37:37.817Z | Downloaded signal-hook-mio v0.2.4 |
762 | 2024-08-26T19:37:37.821Z | Downloaded snafu v0.8.2 |
763 | 2024-08-26T19:37:37.824Z | Downloaded parse-display v0.10.0 |
764 | 2024-08-26T19:37:37.826Z | Downloaded spin v0.5.2 |
765 | 2024-08-26T19:37:37.829Z | Downloaded slog-async v2.8.0 |
766 | 2024-08-26T19:37:37.829Z | Downloaded structmeta v0.2.0 |
767 | 2024-08-26T19:37:37.831Z | Downloaded rustc-hash v1.1.0 |
768 | 2024-08-26T19:37:37.831Z | Downloaded stable_deref_trait v1.2.0 |
769 | 2024-08-26T19:37:37.834Z | Downloaded schemars v0.8.21 |
770 | 2024-08-26T19:37:37.847Z | Downloaded siphasher v0.3.11 |
771 | 2024-08-26T19:37:37.849Z | Downloaded flume v0.11.0 |
772 | 2024-08-26T19:37:37.851Z | Downloaded scheduled-thread-pool v0.2.7 |
773 | 2024-08-26T19:37:37.851Z | Downloaded idna v0.5.0 |
774 | 2024-08-26T19:37:37.859Z | Downloaded http v0.2.12 |
775 | 2024-08-26T19:37:37.863Z | Downloaded quick-error v1.2.3 |
776 | 2024-08-26T19:37:37.865Z | Downloaded packed_struct_codegen v0.10.1 |
777 | 2024-08-26T19:37:37.868Z | Downloaded heapless v0.7.17 |
778 | 2024-08-26T19:37:37.871Z | Downloaded expectorate v1.1.0 |
779 | 2024-08-26T19:37:37.874Z | Downloaded fragile v2.0.0 |
780 | 2024-08-26T19:37:37.876Z | Downloaded tokio-stream v0.1.15 |
781 | 2024-08-26T19:37:37.879Z | Downloaded serde_with v3.9.0 |
782 | 2024-08-26T19:37:37.888Z | Downloaded glob v0.3.1 |
783 | 2024-08-26T19:37:37.890Z | Downloaded unarray v0.1.4 |
784 | 2024-08-26T19:37:37.893Z | Downloaded hickory-server v0.24.1 |
785 | 2024-08-26T19:37:37.896Z | Downloaded hickory-resolver v0.24.1 |
786 | 2024-08-26T19:37:37.901Z | Downloaded itertools v0.13.0 |
787 | 2024-08-26T19:37:37.909Z | Downloaded hash32 v0.3.1 |
788 | 2024-08-26T19:37:37.911Z | Downloaded sec1 v0.7.3 |
789 | 2024-08-26T19:37:37.915Z | Downloaded rusty-fork v0.3.0 |
790 | 2024-08-26T19:37:37.915Z | Downloaded form_urlencoded v1.2.1 |
791 | 2024-08-26T19:37:37.918Z | Downloaded derive-where v1.2.7 |
792 | 2024-08-26T19:37:37.921Z | Downloaded wyz v0.5.1 |
793 | 2024-08-26T19:37:37.921Z | Downloaded tempfile v3.10.1 |
794 | 2024-08-26T19:37:37.923Z | Downloaded socket2 v0.4.10 |
795 | 2024-08-26T19:37:37.925Z | Downloaded slog v2.7.0 |
796 | 2024-08-26T19:37:37.928Z | Downloaded hash32 v0.2.1 |
797 | 2024-08-26T19:37:37.930Z | Downloaded url v2.5.2 |
798 | 2024-08-26T19:37:37.933Z | Downloaded resolv-conf v0.7.0 |
799 | 2024-08-26T19:37:37.937Z | Downloaded walkdir v2.5.0 |
800 | 2024-08-26T19:37:37.939Z | Downloaded hashbrown v0.13.2 |
801 | 2024-08-26T19:37:37.942Z | Downloaded tough v0.17.1 |
802 | 2024-08-26T19:37:37.951Z | Downloaded predicates-core v1.0.6 |
803 | 2024-08-26T19:37:37.953Z | Downloaded derive_builder v0.20.0 |
804 | 2024-08-26T19:37:37.957Z | Downloaded tokio-tungstenite v0.21.0 |
805 | 2024-08-26T19:37:37.959Z | Downloaded rayon-core v1.12.1 |
806 | 2024-08-26T19:37:37.963Z | Downloaded oso v0.27.3 |
807 | 2024-08-26T19:37:37.967Z | Downloaded rand v0.8.5 |
808 | 2024-08-26T19:37:37.971Z | Downloaded rustls-webpki v0.101.7 |
809 | 2024-08-26T19:37:37.986Z | Downloaded futures-util v0.3.30 |
810 | 2024-08-26T19:37:37.998Z | Downloaded erased-serde v0.3.31 |
811 | 2024-08-26T19:37:38.001Z | Downloaded publicsuffix v2.2.3 |
812 | 2024-08-26T19:37:38.004Z | Downloaded unicode-segmentation v1.11.0 |
813 | 2024-08-26T19:37:38.007Z | Downloaded hyper v0.14.30 |
814 | 2024-08-26T19:37:38.015Z | Downloaded sqlparser v0.45.0 |
815 | 2024-08-26T19:37:38.021Z | Downloaded bindgen v0.69.4 |
816 | 2024-08-26T19:37:38.030Z | Downloaded lalrpop v0.19.12 |
817 | 2024-08-26T19:37:38.040Z | Downloaded samael v0.0.15 |
818 | 2024-08-26T19:37:38.046Z | Downloaded http v1.1.0 |
819 | 2024-08-26T19:37:38.050Z | Downloaded der v0.7.9 |
820 | 2024-08-26T19:37:38.055Z | Downloaded unicode-normalization v0.1.23 |
821 | 2024-08-26T19:37:38.060Z | Downloaded socket2 v0.5.7 |
822 | 2024-08-26T19:37:38.062Z | Downloaded rsa v0.9.6 |
823 | 2024-08-26T19:37:38.067Z | Downloaded rayon v1.10.0 |
824 | 2024-08-26T19:37:38.077Z | Downloaded reedline v0.33.0 |
825 | 2024-08-26T19:37:38.088Z | Downloaded typed-path v0.7.1 |
826 | 2024-08-26T19:37:38.091Z | Downloaded quick-xml v0.31.0 |
827 | 2024-08-26T19:37:38.097Z | Downloaded smoltcp v0.9.1 |
828 | 2024-08-26T19:37:38.109Z | Downloaded nix v0.27.1 |
829 | 2024-08-26T19:37:38.120Z | Downloaded rustyline v14.0.0 |
830 | 2024-08-26T19:37:38.126Z | Downloaded regex v1.10.6 |
831 | 2024-08-26T19:37:38.140Z | Downloaded openssl v0.10.66 |
832 | 2024-08-26T19:37:38.150Z | Downloaded time v0.3.36 |
833 | 2024-08-26T19:37:38.157Z | Downloaded vcpkg v0.2.15 |
834 | 2024-08-26T19:37:38.197Z | Downloaded git2 v0.19.0 |
835 | 2024-08-26T19:37:38.205Z | Downloaded h2 v0.3.26 |
836 | 2024-08-26T19:37:38.212Z | Downloaded object v0.30.4 |
837 | 2024-08-26T19:37:38.223Z | Downloaded bstr v1.9.1 |
838 | 2024-08-26T19:37:38.234Z | Downloaded reqwest v0.11.27 |
839 | 2024-08-26T19:37:38.242Z | Downloaded regress v0.9.1 |
840 | 2024-08-26T19:37:38.251Z | Downloaded rustls-webpki v0.102.4 |
841 | 2024-08-26T19:37:38.270Z | Downloaded regex-syntax v0.6.29 |
842 | 2024-08-26T19:37:38.276Z | Downloaded gimli v0.28.1 |
843 | 2024-08-26T19:37:38.285Z | Downloaded webpki-roots v0.25.4 |
844 | 2024-08-26T19:37:38.289Z | Downloaded proptest v1.5.0 |
845 | 2024-08-26T19:37:38.299Z | Downloaded hickory-proto v0.24.1 |
846 | 2024-08-26T19:37:38.315Z | Downloaded nix v0.28.0 |
847 | 2024-08-26T19:37:38.328Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
848 | 2024-08-26T19:37:38.339Z | Downloaded polar-core v0.27.3 |
849 | 2024-08-26T19:37:38.348Z | Downloaded rustls v0.21.12 |
850 | 2024-08-26T19:37:38.360Z | Downloaded smoltcp v0.11.0 |
851 | 2024-08-26T19:37:38.373Z | Downloaded ratatui v0.28.0 |
852 | 2024-08-26T19:37:38.394Z | Downloaded rustls v0.22.4 |
853 | 2024-08-26T19:37:38.407Z | Downloaded sled v0.34.7 |
854 | 2024-08-26T19:37:38.417Z | Downloaded regex-syntax v0.8.4 |
855 | 2024-08-26T19:37:38.426Z | Downloaded openapiv3 v2.0.0 |
856 | 2024-08-26T19:37:38.438Z | Downloaded object v0.32.2 |
857 | 2024-08-26T19:37:38.449Z | Downloaded petgraph v0.6.5 |
858 | 2024-08-26T19:37:38.468Z | Downloaded diesel v2.2.2 |
859 | 2024-08-26T19:37:38.487Z | Downloaded csv v1.3.0 |
860 | 2024-08-26T19:37:38.509Z | Downloaded idna v0.4.0 |
861 | 2024-08-26T19:37:38.514Z | Downloaded radix_trie v0.2.1 |
862 | 2024-08-26T19:37:38.520Z | Downloaded curve25519-dalek v4.1.3 |
863 | 2024-08-26T19:37:38.530Z | Downloaded zerocopy-derive v0.6.6 |
864 | 2024-08-26T19:37:38.542Z | Downloaded portable-atomic v1.6.0 |
865 | 2024-08-26T19:37:38.548Z | Downloaded idna v0.3.0 |
866 | 2024-08-26T19:37:38.555Z | Downloaded x509-cert v0.2.5 |
867 | 2024-08-26T19:37:38.560Z | Downloaded regex-automata v0.4.6 |
868 | 2024-08-26T19:37:38.579Z | Downloaded subtle v2.5.0 |
869 | 2024-08-26T19:37:38.585Z | Downloaded signal-hook v0.3.17 |
870 | 2024-08-26T19:37:38.585Z | Downloaded hkdf v0.12.4 |
871 | 2024-08-26T19:37:38.585Z | Downloaded winnow v0.5.40 |
872 | 2024-08-26T19:37:38.593Z | Downloaded rustc-demangle v0.1.24 |
873 | 2024-08-26T19:37:38.599Z | Downloaded fallible-iterator v0.3.0 |
874 | 2024-08-26T19:37:38.599Z | Downloaded group v0.13.0 |
875 | 2024-08-26T19:37:38.599Z | Downloaded predicates v3.1.2 |
876 | 2024-08-26T19:37:38.603Z | Downloaded env_logger v0.10.2 |
877 | 2024-08-26T19:37:38.604Z | Downloaded derive_builder_core v0.20.0 |
878 | 2024-08-26T19:37:38.607Z | Downloaded termcolor v1.4.1 |
879 | 2024-08-26T19:37:38.607Z | Downloaded tar v0.4.41 |
880 | 2024-08-26T19:37:38.612Z | Downloaded derive_more v0.99.18 |
881 | 2024-08-26T19:37:38.618Z | Downloaded itertools v0.10.5 |
882 | 2024-08-26T19:37:38.621Z | Downloaded tokio-rustls v0.24.1 |
883 | 2024-08-26T19:37:38.624Z | Downloaded vte v0.11.1 |
884 | 2024-08-26T19:37:38.625Z | Downloaded strip-ansi-escapes v0.2.0 |
885 | 2024-08-26T19:37:38.625Z | Downloaded rand_xorshift v0.3.0 |
886 | 2024-08-26T19:37:38.627Z | Downloaded getopts v0.2.21 |
887 | 2024-08-26T19:37:38.628Z | Downloaded hashbrown v0.12.3 |
888 | 2024-08-26T19:37:38.631Z | Downloaded num-bigint-dig v0.8.4 |
889 | 2024-08-26T19:37:38.636Z | Downloaded nom v7.1.3 |
890 | 2024-08-26T19:37:38.642Z | Downloaded pem-rfc7468 v0.7.0 |
891 | 2024-08-26T19:37:38.646Z | Downloaded futures v0.3.30 |
892 | 2024-08-26T19:37:38.649Z | Downloaded diesel_derives v2.2.2 |
893 | 2024-08-26T19:37:38.653Z | Downloaded prettyplease v0.2.20 |
894 | 2024-08-26T19:37:38.657Z | Downloaded rusqlite v0.31.0 |
895 | 2024-08-26T19:37:38.662Z | Downloaded libm v0.2.8 |
896 | 2024-08-26T19:37:38.671Z | Downloaded httpdate v1.0.3 |
897 | 2024-08-26T19:37:38.674Z | Downloaded finl_unicode v1.2.0 |
898 | 2024-08-26T19:37:38.686Z | Downloaded tokio v1.38.1 |
899 | 2024-08-26T19:37:38.723Z | Downloaded tokio-tungstenite v0.20.1 |
900 | 2024-08-26T19:37:38.727Z | Downloaded sha3 v0.10.8 |
901 | 2024-08-26T19:37:38.733Z | Downloaded heapless v0.8.0 |
902 | 2024-08-26T19:37:38.735Z | Downloaded tungstenite v0.20.1 |
903 | 2024-08-26T19:37:38.737Z | Downloaded tracing-core v0.1.32 |
904 | 2024-08-26T19:37:38.740Z | Downloaded postgres-protocol v0.6.7 |
905 | 2024-08-26T19:37:38.749Z | Downloaded smf v0.2.3 |
906 | 2024-08-26T19:37:38.752Z | Downloaded parking_lot_core v0.9.10 |
907 | 2024-08-26T19:37:38.752Z | Downloaded pkcs1 v0.7.5 |
908 | 2024-08-26T19:37:38.752Z | Downloaded phf_shared v0.10.0 |
909 | 2024-08-26T19:37:38.752Z | Downloaded rustversion v1.0.17 |
910 | 2024-08-26T19:37:38.752Z | Downloaded parking_lot v0.12.2 |
911 | 2024-08-26T19:37:38.755Z | Downloaded httparse v1.8.0 |
912 | 2024-08-26T19:37:38.755Z | Downloaded serde_arrays v0.1.0 |
913 | 2024-08-26T19:37:38.760Z | Downloaded foreign-types-macros v0.2.3 |
914 | 2024-08-26T19:37:38.760Z | Downloaded mio v0.8.11 |
915 | 2024-08-26T19:37:38.762Z | Downloaded serde_repr v0.1.19 |
916 | 2024-08-26T19:37:38.765Z | Downloaded crossterm v0.27.0 |
917 | 2024-08-26T19:37:38.770Z | Downloaded half v2.4.1 |
918 | 2024-08-26T19:37:38.773Z | Downloaded ref-cast v1.0.23 |
919 | 2024-08-26T19:37:38.776Z | Downloaded similar v2.6.0 |
920 | 2024-08-26T19:37:38.780Z | Downloaded flate2 v1.0.31 |
921 | 2024-08-26T19:37:38.786Z | Downloaded secrecy v0.8.0 |
922 | 2024-08-26T19:37:38.788Z | Downloaded heck v0.3.3 |
923 | 2024-08-26T19:37:38.788Z | Downloaded tokio-util v0.7.11 |
924 | 2024-08-26T19:37:38.797Z | Downloaded tokio-postgres v0.7.11 |
925 | 2024-08-26T19:37:38.799Z | Downloaded serde_yaml v0.9.34+deprecated |
926 | 2024-08-26T19:37:38.803Z | Downloaded vte_generate_state_changes v0.1.1 |
927 | 2024-08-26T19:37:38.806Z | Downloaded spin v0.9.8 |
928 | 2024-08-26T19:37:38.808Z | Downloaded itertools v0.12.1 |
929 | 2024-08-26T19:37:38.813Z | Downloaded signature v2.2.0 |
930 | 2024-08-26T19:37:38.816Z | Downloaded supports-color v3.0.0 |
931 | 2024-08-26T19:37:38.816Z | Downloaded highway v1.2.0 |
932 | 2024-08-26T19:37:38.819Z | Downloaded rand_seeder v0.3.0 |
933 | 2024-08-26T19:37:38.821Z | Downloaded globset v0.4.14 |
934 | 2024-08-26T19:37:38.824Z | Downloaded pkcs8 v0.10.2 |
935 | 2024-08-26T19:37:38.826Z | Downloaded steno v0.4.1 |
936 | 2024-08-26T19:37:38.831Z | Downloaded crypto-bigint v0.5.5 |
937 | 2024-08-26T19:37:38.838Z | Downloaded blake3 v1.5.1 |
938 | 2024-08-26T19:37:38.846Z | Downloaded dsl_auto_type v0.1.2 |
939 | 2024-08-26T19:37:38.848Z | Downloaded downcast v0.11.0 |
940 | 2024-08-26T19:37:38.849Z | Downloaded ppv-lite86 v0.2.17 |
941 | 2024-08-26T19:37:38.851Z | Downloaded postgres-types v0.2.7 |
942 | 2024-08-26T19:37:38.853Z | Downloaded poly1305 v0.8.0 |
943 | 2024-08-26T19:37:38.855Z | Downloaded compact_str v0.8.0 |
944 | 2024-08-26T19:37:38.858Z | Downloaded chacha20poly1305 v0.10.1 |
945 | 2024-08-26T19:37:38.860Z | Downloaded tinyvec v1.6.0 |
946 | 2024-08-26T19:37:38.863Z | Downloaded base64 v0.22.1 |
947 | 2024-08-26T19:37:38.867Z | Downloaded sqlparser_derive v0.2.2 |
948 | 2024-08-26T19:37:38.869Z | Downloaded peg-runtime v0.8.3 |
949 | 2024-08-26T19:37:38.869Z | Downloaded headers v0.3.9 |
950 | 2024-08-26T19:37:38.874Z | Downloaded backtrace v0.3.71 |
951 | 2024-08-26T19:37:38.879Z | Downloaded dirs-next v2.0.0 |
952 | 2024-08-26T19:37:38.881Z | Downloaded arc-swap v1.7.1 |
953 | 2024-08-26T19:37:38.884Z | Downloaded display-error-chain v0.2.0 |
954 | 2024-08-26T19:37:38.887Z | Downloaded encoding_rs v0.8.34 |
955 | 2024-08-26T19:37:38.907Z | Downloaded omicron-zone-package v0.11.0 |
956 | 2024-08-26T19:37:38.910Z | Downloaded static_assertions v1.1.0 |
957 | 2024-08-26T19:37:38.913Z | Downloaded spki v0.7.3 |
958 | 2024-08-26T19:37:38.915Z | Downloaded slog-envlogger v2.2.0 |
959 | 2024-08-26T19:37:38.915Z | Downloaded linear-map v1.2.0 |
960 | 2024-08-26T19:37:38.918Z | Downloaded phf_shared v0.11.2 |
961 | 2024-08-26T19:37:38.918Z | Downloaded zeroize_derive v1.4.2 |
962 | 2024-08-26T19:37:38.921Z | Downloaded camino-tempfile v1.1.1 |
963 | 2024-08-26T19:37:38.921Z | Downloaded num-rational v0.4.2 |
964 | 2024-08-26T19:37:38.923Z | Downloaded stringprep v0.1.4 |
965 | 2024-08-26T19:37:38.923Z | Downloaded nu-ansi-term v0.50.0 |
966 | 2024-08-26T19:37:38.925Z | Downloaded crc32fast v1.4.0 |
967 | 2024-08-26T19:37:38.927Z | Downloaded const-oid v0.9.6 |
968 | 2024-08-26T19:37:38.930Z | Downloaded bzip2 v0.4.4 |
969 | 2024-08-26T19:37:38.936Z | Downloaded arrayvec v0.7.4 |
970 | 2024-08-26T19:37:38.936Z | Downloaded crossbeam-epoch v0.9.18 |
971 | 2024-08-26T19:37:38.936Z | Downloaded cookie_store v0.20.0 |
972 | 2024-08-26T19:37:38.939Z | Downloaded bb8 v0.8.5 |
973 | 2024-08-26T19:37:38.939Z | Downloaded crc-any v2.5.0 |
974 | 2024-08-26T19:37:38.941Z | Downloaded futures-task v0.3.30 |
975 | 2024-08-26T19:37:38.945Z | Downloaded futures-sink v0.3.30 |
976 | 2024-08-26T19:37:38.945Z | Downloaded futures-macro v0.3.30 |
977 | 2024-08-26T19:37:38.945Z | Downloaded difflib v0.4.0 |
978 | 2024-08-26T19:37:38.945Z | Downloaded debug-ignore v1.0.5 |
979 | 2024-08-26T19:37:38.948Z | Downloaded crossbeam-deque v0.8.5 |
980 | 2024-08-26T19:37:38.948Z | Downloaded cassowary v0.3.0 |
981 | 2024-08-26T19:37:38.950Z | Downloaded libsw v3.3.1 |
982 | 2024-08-26T19:37:38.953Z | Downloaded allocator-api2 v0.2.18 |
983 | 2024-08-26T19:37:38.955Z | Downloaded ascii-canvas v3.0.0 |
984 | 2024-08-26T19:37:38.955Z | Downloaded maybe-uninit v2.0.0 |
985 | 2024-08-26T19:37:38.958Z | Downloaded linked-hash-map v0.5.6 |
986 | 2024-08-26T19:37:38.958Z | Downloaded cipher v0.4.4 |
987 | 2024-08-26T19:37:38.960Z | Downloaded crucible-workspace-hack v0.1.0 |
988 | 2024-08-26T19:37:38.960Z | Downloaded async-stream-impl v0.3.5 |
989 | 2024-08-26T19:37:38.960Z | Downloaded const_format v0.2.32 |
990 | 2024-08-26T19:37:38.964Z | Downloaded bitstruct_derive v0.1.0 |
991 | 2024-08-26T19:37:38.966Z | Downloaded atty v0.2.14 |
992 | 2024-08-26T19:37:38.966Z | Downloaded aead v0.5.2 |
993 | 2024-08-26T19:37:38.969Z | Downloaded cc v1.0.97 |
994 | 2024-08-26T19:37:38.971Z | Downloaded cfg_aliases v0.1.1 |
995 | 2024-08-26T19:37:38.971Z | Downloaded newtype_derive v0.1.6 |
996 | 2024-08-26T19:37:38.974Z | Downloaded semver v0.1.20 |
997 | 2024-08-26T19:37:38.974Z | Downloaded num-iter v0.1.45 |
998 | 2024-08-26T19:37:38.974Z | Downloaded num v0.4.3 |
999 | 2024-08-26T19:37:38.976Z | Downloaded nanorand v0.7.0 |
1000 | 2024-08-26T19:37:38.978Z | Downloaded instability v0.3.2 |
1001 | 2024-08-26T19:37:38.978Z | Downloaded ring v0.17.8 |
1002 | 2024-08-26T19:37:39.050Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1003 | 2024-08-26T19:37:39.111Z | Downloaded bcs v0.1.6 |
1004 | 2024-08-26T19:37:39.113Z | Downloaded base64ct v1.6.0 |
1005 | 2024-08-26T19:37:39.116Z | Downloaded mockall v0.13.0 |
1006 | 2024-08-26T19:37:39.120Z | Downloaded hyper-tls v0.5.0 |
1007 | 2024-08-26T19:37:39.120Z | Downloaded argon2 v0.5.3 |
1008 | 2024-08-26T19:37:39.122Z | Downloaded maplit v1.0.2 |
1009 | 2024-08-26T19:37:39.123Z | Downloaded lazy_static v1.5.0 |
1010 | 2024-08-26T19:37:39.123Z | Downloaded async-trait v0.1.81 |
1011 | 2024-08-26T19:37:39.125Z | Downloaded crc v3.2.1 |
1012 | 2024-08-26T19:37:39.128Z | Downloaded bit-vec v0.6.3 |
1013 | 2024-08-26T19:37:39.130Z | Downloaded newline-converter v0.3.0 |
1014 | 2024-08-26T19:37:39.130Z | Downloaded new_debug_unreachable v1.0.6 |
1015 | 2024-08-26T19:37:39.130Z | Downloaded is-terminal v0.4.12 |
1016 | 2024-08-26T19:37:39.134Z | Downloaded arrayref v0.3.7 |
1017 | 2024-08-26T19:37:39.137Z | Downloaded ring v0.16.20 |
1018 | 2024-08-26T19:37:39.476Z | Downloaded libz-sys v1.1.16 |
1019 | 2024-08-26T19:37:39.615Z | Downloaded libsqlite3-sys v0.28.0 |
1020 | 2024-08-26T19:37:39.777Z | Compiling cfg-if v1.0.0 |
1021 | 2024-08-26T19:37:39.777Z | Compiling serde v1.0.208 |
1022 | 2024-08-26T19:37:39.779Z | Compiling typenum v1.17.0 |
1023 | 2024-08-26T19:37:39.779Z | Compiling generic-array v0.14.7 |
1024 | 2024-08-26T19:37:39.779Z | Compiling lock_api v0.4.12 |
1025 | 2024-08-26T19:37:39.946Z | Compiling syn v2.0.74 |
1026 | 2024-08-26T19:37:39.949Z | Compiling scopeguard v1.2.0 |
1027 | 2024-08-26T19:37:39.949Z | Compiling log v0.4.21 |
1028 | 2024-08-26T19:37:40.007Z | Compiling getrandom v0.2.14 |
1029 | 2024-08-26T19:37:40.129Z | Compiling jobserver v0.1.32 |
1030 | 2024-08-26T19:37:40.233Z | Compiling rand_core v0.6.4 |
1031 | 2024-08-26T19:37:40.537Z | Compiling subtle v2.5.0 |
1032 | 2024-08-26T19:37:40.571Z | Compiling cc v1.0.97 |
1033 | 2024-08-26T19:37:40.589Z | Compiling const-oid v0.9.6 |
1034 | 2024-08-26T19:37:40.845Z | Compiling pin-project-lite v0.2.14 |
1035 | 2024-08-26T19:37:40.900Z | Compiling smallvec v1.13.2 |
1036 | 2024-08-26T19:37:40.975Z | Compiling parking_lot_core v0.9.10 |
1037 | 2024-08-26T19:37:40.991Z | Compiling signal-hook-registry v1.4.2 |
1038 | 2024-08-26T19:37:41.202Z | Compiling spin v0.9.8 |
1039 | 2024-08-26T19:37:41.341Z | Compiling mio v0.8.11 |
1040 | 2024-08-26T19:37:41.639Z | Compiling ahash v0.8.11 |
1041 | 2024-08-26T19:37:41.933Z | Compiling parking_lot v0.12.2 |
1042 | 2024-08-26T19:37:42.030Z | Compiling tinyvec_macros v0.1.1 |
1043 | 2024-08-26T19:37:42.128Z | Compiling tinyvec v1.6.0 |
1044 | 2024-08-26T19:37:42.264Z | Compiling socket2 v0.5.7 |
1045 | 2024-08-26T19:37:42.703Z | Compiling num_cpus v1.16.0 |
1046 | 2024-08-26T19:37:42.821Z | Compiling futures-core v0.3.30 |
1047 | 2024-08-26T19:37:42.842Z | Compiling libm v0.2.8 |
1048 | 2024-08-26T19:37:42.912Z | Compiling cpufeatures v0.2.12 |
1049 | 2024-08-26T19:37:42.912Z | Compiling serde_json v1.0.125 |
1050 | 2024-08-26T19:37:43.026Z | Compiling slab v0.4.9 |
1051 | 2024-08-26T19:37:43.077Z | Compiling num-traits v0.2.19 |
1052 | 2024-08-26T19:37:43.234Z | Compiling futures-sink v0.3.30 |
1053 | 2024-08-26T19:37:43.298Z | Compiling unicode-bidi v0.3.15 |
1054 | 2024-08-26T19:37:43.319Z | Compiling allocator-api2 v0.2.18 |
1055 | 2024-08-26T19:37:43.593Z | Compiling futures-channel v0.3.30 |
1056 | 2024-08-26T19:37:43.735Z | Compiling unicode-normalization v0.1.23 |
1057 | 2024-08-26T19:37:43.929Z | Compiling futures-task v0.3.30 |
1058 | 2024-08-26T19:37:43.985Z | Compiling pin-utils v0.1.0 |
1059 | 2024-08-26T19:37:44.067Z | Compiling vcpkg v0.2.15 |
1060 | 2024-08-26T19:37:44.094Z | Compiling pkg-config v0.3.30 |
1061 | 2024-08-26T19:37:44.104Z | Compiling futures-io v0.3.30 |
1062 | 2024-08-26T19:37:44.723Z | Compiling base64ct v1.6.0 |
1063 | 2024-08-26T19:37:44.822Z | Compiling ppv-lite86 v0.2.17 |
1064 | 2024-08-26T19:37:44.838Z | Compiling percent-encoding v2.3.1 |
1065 | 2024-08-26T19:37:44.921Z | Compiling ring v0.17.8 |
1066 | 2024-08-26T19:37:45.213Z | Compiling pem-rfc7468 v0.7.0 |
1067 | 2024-08-26T19:37:45.351Z | Compiling flagset v0.4.5 |
1068 | 2024-08-26T19:37:45.560Z | Compiling tracing-core v0.1.32 |
1069 | 2024-08-26T19:37:45.630Z | Compiling rand_chacha v0.3.1 |
1070 | 2024-08-26T19:37:45.655Z | Compiling rustix v0.38.34 |
1071 | 2024-08-26T19:37:45.981Z | Compiling untrusted v0.9.0 |
1072 | 2024-08-26T19:37:46.150Z | Compiling rand v0.8.5 |
1073 | 2024-08-26T19:37:46.281Z | Compiling openssl-sys v0.9.103 |
1074 | 2024-08-26T19:37:46.453Z | Compiling powerfmt v0.2.0 |
1075 | 2024-08-26T19:37:46.559Z | Compiling openssl v0.10.66 |
1076 | 2024-08-26T19:37:46.837Z | Compiling httparse v1.8.0 |
1077 | 2024-08-26T19:37:46.880Z | Compiling num-conv v0.1.0 |
1078 | 2024-08-26T19:37:46.985Z | Compiling foreign-types-shared v0.1.1 |
1079 | 2024-08-26T19:37:47.094Z | Compiling time-core v0.1.2 |
1080 | 2024-08-26T19:37:47.169Z | Compiling rustversion v1.0.17 |
1081 | 2024-08-26T19:37:47.283Z | Compiling time-macros v0.2.18 |
1082 | 2024-08-26T19:37:47.305Z | Compiling foreign-types v0.3.2 |
1083 | 2024-08-26T19:37:47.387Z | Compiling deranged v0.3.11 |
1084 | 2024-08-26T19:37:47.919Z | Compiling form_urlencoded v1.2.1 |
1085 | 2024-08-26T19:37:47.936Z | Compiling aho-corasick v1.1.3 |
1086 | 2024-08-26T19:37:48.057Z | Compiling regex-syntax v0.8.4 |
1087 | 2024-08-26T19:37:48.227Z | Compiling try-lock v0.2.5 |
1088 | 2024-08-26T19:37:48.367Z | Compiling native-tls v0.2.11 |
1089 | 2024-08-26T19:37:48.710Z | Compiling siphasher v0.3.11 |
1090 | 2024-08-26T19:37:48.725Z | Compiling num_threads v0.1.7 |
1091 | 2024-08-26T19:37:48.846Z | Compiling rustls v0.21.12 |
1092 | 2024-08-26T19:37:49.090Z | Compiling crossbeam-utils v0.8.19 |
1093 | 2024-08-26T19:37:49.125Z | Compiling syn v1.0.109 |
1094 | 2024-08-26T19:37:49.249Z | Compiling want v0.3.1 |
1095 | 2024-08-26T19:37:49.818Z | Compiling idna v0.5.0 |
1096 | 2024-08-26T19:37:50.438Z | Compiling socket2 v0.4.10 |
1097 | 2024-08-26T19:37:50.605Z | Compiling time v0.3.36 |
1098 | 2024-08-26T19:37:50.901Z | Compiling cookie v0.17.0 |
1099 | 2024-08-26T19:37:51.183Z | Compiling finl_unicode v1.2.0 |
1100 | 2024-08-26T19:37:51.301Z | Compiling slog v2.7.0 |
1101 | 2024-08-26T19:37:51.386Z | Compiling iana-time-zone v0.1.60 |
1102 | 2024-08-26T19:37:51.740Z | Compiling regex-automata v0.4.6 |
1103 | 2024-08-26T19:37:51.818Z | Compiling tower-service v0.3.2 |
1104 | 2024-08-26T19:37:51.841Z | Compiling adler v1.0.2 |
1105 | 2024-08-26T19:37:51.961Z | Compiling openssl-probe v0.1.5 |
1106 | 2024-08-26T19:37:52.057Z | Compiling httpdate v1.0.3 |
1107 | 2024-08-26T19:37:52.308Z | Compiling miniz_oxide v0.7.2 |
1108 | 2024-08-26T19:37:52.614Z | Compiling stringprep v0.1.4 |
1109 | 2024-08-26T19:37:53.320Z | Compiling url v2.5.2 |
1110 | 2024-08-26T19:37:54.167Z | Compiling serde_derive v1.0.208 |
1111 | 2024-08-26T19:37:54.563Z | Compiling zeroize_derive v1.4.2 |
1112 | 2024-08-26T19:37:55.193Z | Compiling zerocopy-derive v0.7.34 |
1113 | 2024-08-26T19:37:55.239Z | Compiling tokio-macros v2.3.0 |
1114 | 2024-08-26T19:37:55.731Z | Compiling thiserror-impl v1.0.63 |
1115 | 2024-08-26T19:37:55.872Z | Compiling futures-macro v0.3.30 |
1116 | 2024-08-26T19:37:56.218Z | Compiling zeroize v1.7.0 |
1117 | 2024-08-26T19:37:56.855Z | Compiling der_derive v0.7.2 |
1118 | 2024-08-26T19:37:57.524Z | Compiling zerocopy v0.7.34 |
1119 | 2024-08-26T19:37:57.929Z | Compiling futures-util v0.3.30 |
1120 | 2024-08-26T19:37:58.051Z | Compiling crypto-common v0.1.6 |
1121 | 2024-08-26T19:37:58.280Z | Compiling block-buffer v0.10.4 |
1122 | 2024-08-26T19:37:58.546Z | Compiling digest v0.10.7 |
1123 | 2024-08-26T19:37:59.015Z | Compiling hmac v0.12.1 |
1124 | 2024-08-26T19:37:59.150Z | Compiling block-padding v0.3.3 |
1125 | 2024-08-26T19:37:59.272Z | Compiling thiserror v1.0.63 |
1126 | 2024-08-26T19:37:59.395Z | Compiling inout v0.1.3 |
1127 | 2024-08-26T19:37:59.415Z | Compiling sha2 v0.10.8 |
1128 | 2024-08-26T19:37:59.432Z | Compiling pest v2.7.10 |
1129 | 2024-08-26T19:37:59.656Z | Compiling hashbrown v0.14.5 |
1130 | 2024-08-26T19:37:59.675Z | Compiling cipher v0.4.4 |
1131 | 2024-08-26T19:38:00.194Z | Compiling salsa20 v0.10.2 |
1132 | 2024-08-26T19:38:00.472Z | Compiling der v0.7.9 |
1133 | 2024-08-26T19:38:01.174Z | Compiling pbkdf2 v0.12.2 |
1134 | 2024-08-26T19:38:01.347Z | Compiling tracing-attributes v0.1.27 |
1135 | 2024-08-26T19:38:02.475Z | Compiling pest_meta v2.7.10 |
1136 | 2024-08-26T19:38:03.031Z | Compiling scroll_derive v0.12.0 |
1137 | 2024-08-26T19:38:03.759Z | Compiling pest_generator v2.7.10 |
1138 | 2024-08-26T19:38:04.050Z | Compiling spki v0.7.3 |
1139 | 2024-08-26T19:38:04.423Z | Compiling scrypt v0.11.0 |
1140 | 2024-08-26T19:38:04.539Z | Compiling scroll v0.12.0 |
1141 | 2024-08-26T19:38:04.622Z | Compiling aes v0.8.4 |
1142 | 2024-08-26T19:38:05.000Z | Compiling cbc v0.1.2 |
1143 | 2024-08-26T19:38:05.083Z | Compiling goblin v0.8.2 |
1144 | 2024-08-26T19:38:05.203Z | Compiling tracing v0.1.40 |
1145 | 2024-08-26T19:38:05.277Z | Compiling openssl-macros v0.1.1 |
1146 | 2024-08-26T19:38:05.754Z | Compiling pkcs5 v0.7.1 |
1147 | 2024-08-26T19:38:05.792Z | Compiling rustls-webpki v0.101.7 |
1148 | 2024-08-26T19:38:06.062Z | Compiling sct v0.7.1 |
1149 | 2024-08-26T19:38:06.382Z | Compiling pkcs8 v0.10.2 |
1150 | 2024-08-26T19:38:07.106Z | Compiling md-5 v0.10.6 |
1151 | 2024-08-26T19:38:07.372Z | Compiling num-integer v0.1.46 |
1152 | 2024-08-26T19:38:07.523Z | Compiling backtrace v0.3.71 |
1153 | 2024-08-26T19:38:07.656Z | Compiling pest_derive v2.7.10 |
1154 | 2024-08-26T19:38:07.752Z | Compiling idna v0.3.0 |
1155 | 2024-08-26T19:38:07.838Z | Compiling lazy_static v1.5.0 |
1156 | 2024-08-26T19:38:07.961Z | Compiling hash32 v0.2.1 |
1157 | 2024-08-26T19:38:07.986Z | Compiling stable_deref_trait v1.2.0 |
1158 | 2024-08-26T19:38:08.095Z | Compiling gimli v0.28.1 |
1159 | 2024-08-26T19:38:08.138Z | Compiling signal-hook v0.3.17 |
1160 | 2024-08-26T19:38:08.353Z | Compiling cfg_aliases v0.1.1 |
1161 | 2024-08-26T19:38:08.422Z | Compiling bytes v1.7.1 |
1162 | 2024-08-26T19:38:08.456Z | Compiling bitflags v2.6.0 |
1163 | 2024-08-26T19:38:08.766Z | Compiling indexmap v2.4.0 |
1164 | 2024-08-26T19:38:08.873Z | Compiling semver v1.0.23 |
1165 | 2024-08-26T19:38:09.354Z | Compiling tokio v1.38.1 |
1166 | 2024-08-26T19:38:09.652Z | Compiling http v0.2.12 |
1167 | 2024-08-26T19:38:09.694Z | Compiling rustc_version v0.4.0 |
1168 | 2024-08-26T19:38:10.478Z | Compiling heapless v0.7.17 |
1169 | 2024-08-26T19:38:10.946Z | Compiling dof v0.3.0 |
1170 | 2024-08-26T19:38:11.704Z | Compiling http-body v0.4.6 |
1171 | 2024-08-26T19:38:12.283Z | Compiling dtrace-parser v0.2.0 |
1172 | 2024-08-26T19:38:13.087Z | Compiling uuid v1.10.0 |
1173 | 2024-08-26T19:38:13.183Z | Compiling usdt-impl v0.5.0 |
1174 | 2024-08-26T19:38:13.384Z | Compiling serde_spanned v0.6.7 |
1175 | 2024-08-26T19:38:13.620Z | Compiling serde_tokenstream v0.2.2 |
1176 | 2024-08-26T19:38:14.245Z | Compiling toml_datetime v0.6.8 |
1177 | 2024-08-26T19:38:14.472Z | Compiling chrono v0.4.38 |
1178 | 2024-08-26T19:38:14.557Z | Compiling smoltcp v0.9.1 |
1179 | 2024-08-26T19:38:14.756Z | Compiling fallible-iterator v0.2.0 |
1180 | 2024-08-26T19:38:14.772Z | Compiling num-bigint-dig v0.8.4 |
1181 | 2024-08-26T19:38:15.076Z | Compiling crc32fast v1.4.0 |
1182 | 2024-08-26T19:38:15.327Z | Compiling psl-types v2.0.11 |
1183 | 2024-08-26T19:38:15.485Z | Compiling base64 v0.22.1 |
1184 | 2024-08-26T19:38:15.537Z | Compiling publicsuffix v2.2.3 |
1185 | 2024-08-26T19:38:15.732Z | Compiling terminal_size v0.3.0 |
1186 | 2024-08-26T19:38:15.783Z | Compiling addr2line v0.21.0 |
1187 | 2024-08-26T19:38:15.818Z | Compiling nix v0.28.0 |
1188 | 2024-08-26T19:38:15.977Z | Compiling num-iter v0.1.45 |
1189 | 2024-08-26T19:38:16.166Z | Compiling postgres-protocol v0.6.7 |
1190 | 2024-08-26T19:38:16.268Z | Compiling hubpack_derive v0.1.1 |
1191 | 2024-08-26T19:38:16.456Z | Compiling zerocopy-derive v0.6.6 |
1192 | 2024-08-26T19:38:16.662Z | Compiling async-trait v0.1.81 |
1193 | 2024-08-26T19:38:17.429Z | Compiling tokio-util v0.7.11 |
1194 | 2024-08-26T19:38:17.974Z | Compiling tokio-rustls v0.24.1 |
1195 | 2024-08-26T19:38:18.040Z | Compiling phf_shared v0.11.2 |
1196 | 2024-08-26T19:38:18.347Z | Compiling serde_derive_internals v0.29.1 |
1197 | 2024-08-26T19:38:18.422Z | Compiling h2 v0.3.26 |
1198 | 2024-08-26T19:38:18.609Z | Compiling tokio-native-tls v0.3.1 |
1199 | 2024-08-26T19:38:18.843Z | Compiling ff v0.13.0 |
1200 | 2024-08-26T19:38:18.874Z | Compiling object v0.32.2 |
1201 | 2024-08-26T19:38:18.892Z | Compiling fs-err v2.11.0 |
1202 | 2024-08-26T19:38:19.055Z | Compiling rustc-demangle v0.1.24 |
1203 | 2024-08-26T19:38:19.181Z | Compiling base64 v0.21.7 |
1204 | 2024-08-26T19:38:19.415Z | Compiling winnow v0.5.40 |
1205 | 2024-08-26T19:38:19.947Z | Compiling anyhow v1.0.86 |
1206 | 2024-08-26T19:38:20.021Z | Compiling base16ct v0.2.0 |
1207 | 2024-08-26T19:38:20.418Z | Compiling schemars v0.8.21 |
1208 | 2024-08-26T19:38:20.632Z | Compiling bitflags v1.3.2 |
1209 | 2024-08-26T19:38:20.748Z | Compiling either v1.13.0 |
1210 | 2024-08-26T19:38:20.798Z | Compiling ipnet v2.9.0 |
1211 | 2024-08-26T19:38:20.999Z | Compiling managed v0.8.0 |
1212 | 2024-08-26T19:38:21.151Z | Compiling schemars_derive v0.8.21 |
1213 | 2024-08-26T19:38:21.374Z | Compiling sec1 v0.7.3 |
1214 | 2024-08-26T19:38:21.954Z | Compiling clap_builder v4.5.15 |
1215 | 2024-08-26T19:38:22.060Z | Compiling rustls-pemfile v1.0.4 |
1216 | 2024-08-26T19:38:22.632Z | Compiling group v0.13.0 |
1217 | 2024-08-26T19:38:22.957Z | Compiling toml_edit v0.19.15 |
1218 | 2024-08-26T19:38:23.296Z | Compiling zerocopy v0.6.6 |
1219 | 2024-08-26T19:38:23.561Z | Compiling phf v0.11.2 |
1220 | 2024-08-26T19:38:23.858Z | Compiling cookie_store v0.20.0 |
1221 | 2024-08-26T19:38:24.181Z | Compiling hubpack v0.1.2 |
1222 | 2024-08-26T19:38:24.593Z | Compiling postgres-types v0.2.7 |
1223 | 2024-08-26T19:38:25.402Z | Compiling hyper v0.14.30 |
1224 | 2024-08-26T19:38:26.295Z | Compiling usdt-macro v0.5.0 |
1225 | 2024-08-26T19:38:26.437Z | Compiling usdt-attr-macro v0.5.0 |
1226 | 2024-08-26T19:38:27.792Z | Compiling serde_urlencoded v0.7.1 |
1227 | 2024-08-26T19:38:28.106Z | Compiling pkcs1 v0.7.5 |
1228 | 2024-08-26T19:38:28.332Z | Compiling futures-executor v0.3.30 |
1229 | 2024-08-26T19:38:28.947Z | Compiling hkdf v0.12.4 |
1230 | 2024-08-26T19:38:28.999Z | Compiling signature v2.2.0 |
1231 | 2024-08-26T19:38:29.113Z | Compiling crypto-bigint v0.5.5 |
1232 | 2024-08-26T19:38:29.205Z | Compiling regex v1.10.6 |
1233 | 2024-08-26T19:38:29.223Z | Compiling bstr v1.9.1 |
1234 | 2024-08-26T19:38:29.290Z | Compiling strum_macros v0.25.3 |
1235 | 2024-08-26T19:38:30.315Z | Compiling enum-as-inner v0.6.0 |
1236 | 2024-08-26T19:38:31.076Z | Compiling clap_derive v4.5.13 |
1237 | 2024-08-26T19:38:31.083Z | Compiling serde_repr v0.1.19 |
1238 | 2024-08-26T19:38:31.282Z | Compiling phf_shared v0.10.0 |
1239 | 2024-08-26T19:38:31.430Z | Compiling float-cmp v0.9.0 |
1240 | 2024-08-26T19:38:31.659Z | Compiling idna v0.4.0 |
1241 | 2024-08-26T19:38:31.659Z | Compiling mio v1.0.2 |
1242 | 2024-08-26T19:38:32.258Z | Compiling encoding_rs v0.8.34 |
1243 | 2024-08-26T19:38:32.892Z | Compiling hyper-tls v0.5.0 |
1244 | 2024-08-26T19:38:33.204Z | Compiling hyper-rustls v0.24.2 |
1245 | 2024-08-26T19:38:33.242Z | Compiling dyn-clone v1.0.17 |
1246 | 2024-08-26T19:38:33.467Z | Compiling whoami v1.5.1 |
1247 | 2024-08-26T19:38:33.515Z | Compiling precomputed-hash v0.1.1 |
1248 | 2024-08-26T19:38:33.557Z | Compiling normalize-line-endings v0.3.0 |
1249 | 2024-08-26T19:38:33.633Z | Compiling bit-vec v0.6.3 |
1250 | 2024-08-26T19:38:33.687Z | Compiling new_debug_unreachable v1.0.6 |
1251 | 2024-08-26T19:38:33.781Z | Compiling data-encoding v2.6.0 |
1252 | 2024-08-26T19:38:34.104Z | Compiling difflib v0.4.0 |
1253 | 2024-08-26T19:38:34.136Z | Compiling webpki-roots v0.25.4 |
1254 | 2024-08-26T19:38:34.311Z | Compiling minimal-lexical v0.2.1 |
1255 | 2024-08-26T19:38:34.825Z | Compiling sync_wrapper v0.1.2 |
1256 | 2024-08-26T19:38:34.962Z | Compiling fixedbitset v0.4.2 |
1257 | 2024-08-26T19:38:35.089Z | Compiling mime v0.3.17 |
1258 | 2024-08-26T19:38:35.456Z | Compiling static_assertions v1.1.0 |
1259 | 2024-08-26T19:38:35.474Z | Compiling unicode-segmentation v1.11.0 |
1260 | 2024-08-26T19:38:35.559Z | Compiling predicates-core v1.0.6 |
1261 | 2024-08-26T19:38:35.730Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1262 | 2024-08-26T19:38:35.772Z | Compiling predicates v3.1.2 |
1263 | 2024-08-26T19:38:35.911Z | Compiling reqwest v0.11.27 |
1264 | 2024-08-26T19:38:36.016Z | Compiling clap v4.5.16 |
1265 | 2024-08-26T19:38:36.138Z | Compiling similar v2.6.0 |
1266 | 2024-08-26T19:38:36.193Z | Compiling petgraph v0.6.5 |
1267 | 2024-08-26T19:38:36.323Z | Compiling toml_edit v0.22.20 |
1268 | 2024-08-26T19:38:36.797Z | Compiling nom v7.1.3 |
1269 | 2024-08-26T19:38:37.542Z | Compiling hickory-proto v0.24.1 |
1270 | 2024-08-26T19:38:38.618Z | Compiling bit-set v0.5.3 |
1271 | 2024-08-26T19:38:38.911Z | Compiling string_cache v0.8.7 |
1272 | 2024-08-26T19:38:39.403Z | Compiling tokio-postgres v0.7.11 |
1273 | 2024-08-26T19:38:39.540Z | Compiling console v0.15.8 |
1274 | 2024-08-26T19:38:40.596Z | Compiling usdt v0.5.0 |
1275 | 2024-08-26T19:38:41.047Z | Compiling signal-hook-mio v0.2.4 |
1276 | 2024-08-26T19:38:41.081Z | Compiling elliptic-curve v0.13.8 |
1277 | 2024-08-26T19:38:41.220Z | Compiling rsa v0.9.6 |
1278 | 2024-08-26T19:38:41.916Z | Compiling futures v0.3.30 |
1279 | 2024-08-26T19:38:42.141Z | Compiling flate2 v1.0.31 |
1280 | 2024-08-26T19:38:42.918Z | Compiling toml v0.7.8 |
1281 | 2024-08-26T19:38:44.641Z | Compiling itertools v0.12.1 |
1282 | 2024-08-26T19:38:44.709Z | Compiling itertools v0.10.5 |
1283 | 2024-08-26T19:38:44.890Z | Compiling tokio-stream v0.1.15 |
1284 | 2024-08-26T19:38:45.073Z | Compiling openapiv3 v2.0.0 |
1285 | 2024-08-26T19:38:45.953Z | Compiling hex v0.4.3 |
1286 | 2024-08-26T19:38:46.582Z | Compiling sha1 v0.10.6 |
1287 | 2024-08-26T19:38:47.028Z | Compiling crossbeam-epoch v0.9.18 |
1288 | 2024-08-26T19:38:47.237Z | Compiling dirs-sys-next v0.1.2 |
1289 | 2024-08-26T19:38:47.553Z | Compiling lalrpop-util v0.19.12 |
1290 | 2024-08-26T19:38:47.812Z | Compiling peg-runtime v0.8.3 |
1291 | 2024-08-26T19:38:47.812Z | Compiling unicode-xid v0.2.4 |
1292 | 2024-08-26T19:38:47.907Z | Compiling dirs-next v2.0.0 |
1293 | 2024-08-26T19:38:47.909Z | Compiling thread_local v1.1.8 |
1294 | 2024-08-26T19:38:47.943Z | Compiling slog-async v2.8.0 |
1295 | 2024-08-26T19:38:47.973Z | Compiling xattr v1.3.1 |
1296 | 2024-08-26T19:38:48.111Z | Compiling term v0.7.0 |
1297 | 2024-08-26T19:38:48.248Z | Compiling crossbeam-channel v0.5.12 |
1298 | 2024-08-26T19:38:48.455Z | Compiling strum_macros v0.26.4 |
1299 | 2024-08-26T19:38:48.493Z | Compiling filetime v0.2.24 |
1300 | 2024-08-26T19:38:48.544Z | Compiling is-terminal v0.4.12 |
1301 | 2024-08-26T19:38:48.674Z | Compiling take_mut v0.2.2 |
1302 | 2024-08-26T19:38:48.788Z | Compiling tar v0.4.41 |
1303 | 2024-08-26T19:38:48.828Z | Compiling slog-term v2.9.1 |
1304 | 2024-08-26T19:38:49.452Z | Compiling camino v1.1.9 |
1305 | 2024-08-26T19:38:50.478Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1306 | 2024-08-26T19:38:51.481Z | Compiling strum v0.26.3 |
1307 | 2024-08-26T19:38:51.558Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1308 | 2024-08-26T19:38:56.852Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 20s |
1309 | 2024-08-26T19:38:56.988Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1310 | 2024-08-26T19:38:57.033Z | Aug 26 19:38:56.031 INFO Starting download, target: Cockroach |
1311 | 2024-08-26T19:38:57.033Z | Aug 26 19:38:56.031 INFO Starting download, target: Console |
1312 | 2024-08-26T19:38:57.033Z | Aug 26 19:38:56.031 INFO Starting download, target: Clickhouse |
1313 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.031 INFO Starting download, target: DendriteOpenapi |
1314 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.031 INFO Starting download, target: DendriteStub |
1315 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.031 INFO Starting download, target: MaghemiteMgd |
1316 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.031 INFO Starting download, target: TransceiverControl |
1317 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.032 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1318 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.032 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1319 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.032 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1320 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.032 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1321 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.032 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1322 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.032 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1323 | 2024-08-26T19:38:57.035Z | Aug 26 19:38:56.032 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1324 | 2024-08-26T19:38:57.304Z | Aug 26 19:38:56.288 INFO Download complete, target: DendriteOpenapi |
1325 | 2024-08-26T19:38:57.405Z | Aug 26 19:38:56.360 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1326 | 2024-08-26T19:38:57.624Z | Aug 26 19:38:56.622 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1327 | 2024-08-26T19:38:57.718Z | Aug 26 19:38:56.716 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1328 | 2024-08-26T19:38:57.805Z | Aug 26 19:38:56.804 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1329 | 2024-08-26T19:38:58.023Z | Aug 26 19:38:57.021 INFO Download complete, target: Console |
1330 | 2024-08-26T19:38:58.188Z | Aug 26 19:38:57.187 INFO Download complete, target: TransceiverControl |
1331 | 2024-08-26T19:38:58.232Z | Aug 26 19:38:57.230 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1332 | 2024-08-26T19:38:58.232Z | Aug 26 19:38:57.230 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1333 | 2024-08-26T19:38:58.970Z | Aug 26 19:38:57.968 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1334 | 2024-08-26T19:39:01.002Z | Aug 26 19:39:00.000 INFO Download complete, target: DendriteStub |
1335 | 2024-08-26T19:39:01.004Z | Aug 26 19:39:00.001 INFO Download complete, target: MaghemiteMgd |
1336 | 2024-08-26T19:39:06.938Z | Aug 26 19:39:05.935 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1337 | 2024-08-26T19:39:07.274Z | Aug 26 19:39:06.272 INFO Checking that binary works, target: Cockroach |
1338 | 2024-08-26T19:39:07.429Z | Aug 26 19:39:06.427 INFO Download complete, target: Cockroach |
1339 | 2024-08-26T19:39:13.545Z | Aug 26 19:39:12.542 INFO Checking that binary works, target: Clickhouse |
1340 | 2024-08-26T19:39:13.720Z | Aug 26 19:39:12.718 INFO Download complete, target: Clickhouse |
1341 | 2024-08-26T19:39:13.733Z | All prerequisites installed successfully |
1342 | 2024-08-26T19:39:13.733Z | |
1343 | 2024-08-26T19:39:13.733Z | real 3:37.617682240 |
1344 | 2024-08-26T19:39:13.733Z | user 11:24.519683885 |
1345 | 2024-08-26T19:39:13.733Z | sys 2:26.257020356 |
1346 | 2024-08-26T19:39:13.733Z | trap 0.417356426 |
1347 | 2024-08-26T19:39:13.733Z | tflt 1.428980530 |
1348 | 2024-08-26T19:39:13.733Z | dflt 1.698706964 |
1349 | 2024-08-26T19:39:13.733Z | kflt 0.020772663 |
1350 | 2024-08-26T19:39:13.733Z | lock 22:19.916098037 |
1351 | 2024-08-26T19:39:13.733Z | slp 43:43.530380740 |
1352 | 2024-08-26T19:39:13.733Z | lat 42.417784214 |
1353 | 2024-08-26T19:39:13.733Z | stop 1:46.602220261 |
1354 | 2024-08-26T19:39:13.733Z | + ptime -m cargo xtask download softnpu |
1355 | 2024-08-26T19:39:14.313Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1356 | 2024-08-26T19:39:14.329Z | Running `target/debug/xtask download softnpu` |
1357 | 2024-08-26T19:39:15.127Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.77s |
1358 | 2024-08-26T19:39:15.172Z | Running `target/debug/xtask-downloader softnpu` |
1359 | 2024-08-26T19:39:15.203Z | Aug 26 19:39:14.201 INFO Starting download, target: Softnpu |
1360 | 2024-08-26T19:39:15.207Z | Aug 26 19:39:14.202 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1361 | 2024-08-26T19:39:16.111Z | Aug 26 19:39:15.109 INFO Download complete, target: Softnpu |
1362 | 2024-08-26T19:39:16.114Z | |
1363 | 2024-08-26T19:39:16.117Z | real 2.376942197 |
1364 | 2024-08-26T19:39:16.117Z | user 1.223205435 |
1365 | 2024-08-26T19:39:16.117Z | sys 0.555878787 |
1366 | 2024-08-26T19:39:16.117Z | trap 0.000684814 |
1367 | 2024-08-26T19:39:16.117Z | tflt 0.000003170 |
1368 | 2024-08-26T19:39:16.117Z | dflt 0.000000000 |
1369 | 2024-08-26T19:39:16.117Z | kflt 0.000000000 |
1370 | 2024-08-26T19:39:16.117Z | lock 9.543096376 |
1371 | 2024-08-26T19:39:16.117Z | slp 0.919224864 |
1372 | 2024-08-26T19:39:16.117Z | lat 0.071539704 |
1373 | 2024-08-26T19:39:16.117Z | stop 0.000574735 |
1374 | 2024-08-26T19:39:16.117Z | + export CARGO_INCREMENTAL=0 |
1375 | 2024-08-26T19:39:16.117Z | + CARGO_INCREMENTAL=0 |
1376 | 2024-08-26T19:39:16.117Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1377 | 2024-08-26T19:39:17.039Z | Compiling proc-macro2 v1.0.86 |
1378 | 2024-08-26T19:39:17.039Z | Compiling unicode-ident v1.0.12 |
1379 | 2024-08-26T19:39:17.039Z | Compiling libc v0.2.156 |
1380 | 2024-08-26T19:39:17.042Z | Compiling serde v1.0.208 |
1381 | 2024-08-26T19:39:17.042Z | Compiling version_check v0.9.5 |
1382 | 2024-08-26T19:39:17.042Z | Compiling autocfg v1.3.0 |
1383 | 2024-08-26T19:39:17.042Z | Compiling cfg-if v1.0.0 |
1384 | 2024-08-26T19:39:17.042Z | Compiling once_cell v1.19.0 |
1385 | 2024-08-26T19:39:17.320Z | Compiling typenum v1.17.0 |
1386 | 2024-08-26T19:39:17.337Z | Compiling memchr v2.7.2 |
1387 | 2024-08-26T19:39:17.777Z | Compiling byteorder v1.5.0 |
1388 | 2024-08-26T19:39:17.860Z | Compiling lock_api v0.4.12 |
1389 | 2024-08-26T19:39:18.234Z | Compiling generic-array v0.14.7 |
1390 | 2024-08-26T19:39:18.238Z | Compiling ahash v0.8.11 |
1391 | 2024-08-26T19:39:18.238Z | Compiling serde_json v1.0.125 |
1392 | 2024-08-26T19:39:18.473Z | Compiling libm v0.2.8 |
1393 | 2024-08-26T19:39:18.533Z | Compiling num-traits v0.2.19 |
1394 | 2024-08-26T19:39:18.536Z | Compiling parking_lot_core v0.9.10 |
1395 | 2024-08-26T19:39:18.845Z | Compiling quote v1.0.36 |
1396 | 2024-08-26T19:39:18.862Z | Compiling thiserror v1.0.63 |
1397 | 2024-08-26T19:39:19.051Z | Compiling scopeguard v1.2.0 |
1398 | 2024-08-26T19:39:19.235Z | Compiling syn v2.0.74 |
1399 | 2024-08-26T19:39:19.323Z | Compiling getrandom v0.2.14 |
1400 | 2024-08-26T19:39:19.383Z | Compiling jobserver v0.1.32 |
1401 | 2024-08-26T19:39:19.524Z | Compiling itoa v1.0.11 |
1402 | 2024-08-26T19:39:19.655Z | Compiling log v0.4.21 |
1403 | 2024-08-26T19:39:19.760Z | Compiling cc v1.0.97 |
1404 | 2024-08-26T19:39:20.043Z | Compiling allocator-api2 v0.2.18 |
1405 | 2024-08-26T19:39:20.068Z | Compiling rand_core v0.6.4 |
1406 | 2024-08-26T19:39:20.083Z | Compiling slab v0.4.9 |
1407 | 2024-08-26T19:39:20.459Z | Compiling semver v1.0.23 |
1408 | 2024-08-26T19:39:20.522Z | Compiling pin-project-lite v0.2.14 |
1409 | 2024-08-26T19:39:20.812Z | Compiling ryu v1.0.18 |
1410 | 2024-08-26T19:39:21.004Z | Compiling smallvec v1.13.2 |
1411 | 2024-08-26T19:39:21.033Z | Compiling equivalent v1.0.1 |
1412 | 2024-08-26T19:39:21.179Z | Compiling pkg-config v0.3.30 |
1413 | 2024-08-26T19:39:21.201Z | Compiling schemars v0.8.21 |
1414 | 2024-08-26T19:39:21.352Z | Compiling vcpkg v0.2.15 |
1415 | 2024-08-26T19:39:21.548Z | Compiling spin v0.9.8 |
1416 | 2024-08-26T19:39:22.011Z | Compiling signal-hook-registry v1.4.2 |
1417 | 2024-08-26T19:39:22.429Z | Compiling subtle v2.5.0 |
1418 | 2024-08-26T19:39:22.735Z | Compiling parking_lot v0.12.2 |
1419 | 2024-08-26T19:39:22.951Z | Compiling ring v0.17.8 |
1420 | 2024-08-26T19:39:23.040Z | Compiling openssl-sys v0.9.103 |
1421 | 2024-08-26T19:39:23.543Z | Compiling mio v0.8.11 |
1422 | 2024-08-26T19:39:23.969Z | Compiling const-oid v0.9.6 |
1423 | 2024-08-26T19:39:24.043Z | Compiling num_cpus v1.16.0 |
1424 | 2024-08-26T19:39:24.182Z | Compiling socket2 v0.5.7 |
1425 | 2024-08-26T19:39:24.536Z | Compiling syn v1.0.109 |
1426 | 2024-08-26T19:39:24.917Z | Compiling heck v0.5.0 |
1427 | 2024-08-26T19:39:25.287Z | Compiling httparse v1.8.0 |
1428 | 2024-08-26T19:39:25.576Z | Compiling time-core v0.1.2 |
1429 | 2024-08-26T19:39:25.686Z | Compiling num-conv v0.1.0 |
1430 | 2024-08-26T19:39:25.764Z | Compiling rustix v0.38.34 |
1431 | 2024-08-26T19:39:25.806Z | Compiling fnv v1.0.7 |
1432 | 2024-08-26T19:39:25.928Z | Compiling futures-core v0.3.30 |
1433 | 2024-08-26T19:39:25.952Z | Compiling time-macros v0.2.18 |
1434 | 2024-08-26T19:39:26.085Z | Compiling openssl v0.10.66 |
1435 | 2024-08-26T19:39:26.412Z | Compiling crossbeam-utils v0.8.19 |
1436 | 2024-08-26T19:39:26.726Z | Compiling serde_derive_internals v0.29.1 |
1437 | 2024-08-26T19:39:26.964Z | Compiling iana-time-zone v0.1.60 |
1438 | 2024-08-26T19:39:27.632Z | Compiling tinyvec_macros v0.1.1 |
1439 | 2024-08-26T19:39:27.704Z | Compiling native-tls v0.2.11 |
1440 | 2024-08-26T19:39:27.726Z | Compiling rustls v0.21.12 |
1441 | 2024-08-26T19:39:28.026Z | Compiling tinyvec v1.6.0 |
1442 | 2024-08-26T19:39:28.211Z | Compiling cpufeatures v0.2.12 |
1443 | 2024-08-26T19:39:28.309Z | Compiling ucd-trie v0.1.6 |
1444 | 2024-08-26T19:39:28.842Z | Compiling futures-sink v0.3.30 |
1445 | 2024-08-26T19:39:29.116Z | Compiling backtrace v0.3.71 |
1446 | 2024-08-26T19:39:29.313Z | Compiling cookie v0.17.0 |
1447 | 2024-08-26T19:39:29.363Z | Compiling unicode-bidi v0.3.15 |
1448 | 2024-08-26T19:39:29.534Z | Compiling unicode-normalization v0.1.23 |
1449 | 2024-08-26T19:39:29.618Z | Compiling slog v2.7.0 |
1450 | 2024-08-26T19:39:30.065Z | Compiling futures-channel v0.3.30 |
1451 | 2024-08-26T19:39:30.222Z | Compiling aho-corasick v1.1.3 |
1452 | 2024-08-26T19:39:30.578Z | Compiling regex-syntax v0.8.4 |
1453 | 2024-08-26T19:39:30.595Z | Compiling pin-utils v0.1.0 |
1454 | 2024-08-26T19:39:30.695Z | Compiling futures-task v0.3.30 |
1455 | 2024-08-26T19:39:31.191Z | Compiling futures-io v0.3.30 |
1456 | 2024-08-26T19:39:31.864Z | Compiling dyn-clone v1.0.17 |
1457 | 2024-08-26T19:39:32.150Z | Compiling serde_derive v1.0.208 |
1458 | 2024-08-26T19:39:32.366Z | Compiling zeroize_derive v1.4.2 |
1459 | 2024-08-26T19:39:32.384Z | Compiling zerocopy-derive v0.7.34 |
1460 | 2024-08-26T19:39:33.466Z | Compiling thiserror-impl v1.0.63 |
1461 | 2024-08-26T19:39:33.788Z | Compiling tokio-macros v2.3.0 |
1462 | 2024-08-26T19:39:34.312Z | Compiling zerocopy v0.7.34 |
1463 | 2024-08-26T19:39:34.489Z | Compiling zeroize v1.7.0 |
1464 | 2024-08-26T19:39:35.259Z | Compiling futures-macro v0.3.30 |
1465 | 2024-08-26T19:39:36.471Z | Compiling hashbrown v0.14.5 |
1466 | 2024-08-26T19:39:36.492Z | Compiling crypto-common v0.1.6 |
1467 | 2024-08-26T19:39:36.684Z | Compiling tracing-attributes v0.1.27 |
1468 | 2024-08-26T19:39:37.040Z | Compiling schemars_derive v0.8.21 |
1469 | 2024-08-26T19:39:37.763Z | Compiling block-buffer v0.10.4 |
1470 | 2024-08-26T19:39:37.956Z | Compiling digest v0.10.7 |
1471 | 2024-08-26T19:39:38.017Z | Compiling der_derive v0.7.2 |
1472 | 2024-08-26T19:39:38.350Z | Compiling openssl-macros v0.1.1 |
1473 | 2024-08-26T19:39:38.918Z | Compiling scroll_derive v0.12.0 |
1474 | 2024-08-26T19:39:39.080Z | Compiling hmac v0.12.1 |
1475 | 2024-08-26T19:39:39.837Z | Compiling block-padding v0.3.3 |
1476 | 2024-08-26T19:39:39.861Z | Compiling pest v2.7.10 |
1477 | 2024-08-26T19:39:40.045Z | Compiling inout v0.1.3 |
1478 | 2024-08-26T19:39:40.174Z | Compiling sha2 v0.10.8 |
1479 | 2024-08-26T19:39:40.243Z | Compiling cipher v0.4.4 |
1480 | 2024-08-26T19:39:40.259Z | Compiling futures-util v0.3.30 |
1481 | 2024-08-26T19:39:40.274Z | Compiling regex-automata v0.4.6 |
1482 | 2024-08-26T19:39:40.898Z | Compiling winnow v0.5.40 |
1483 | 2024-08-26T19:39:40.958Z | Compiling anyhow v1.0.86 |
1484 | 2024-08-26T19:39:41.081Z | Compiling untrusted v0.9.0 |
1485 | 2024-08-26T19:39:42.736Z | Compiling pest_meta v2.7.10 |
1486 | 2024-08-26T19:39:44.724Z | Compiling pest_generator v2.7.10 |
1487 | 2024-08-26T19:39:45.530Z | Compiling bytes v1.7.1 |
1488 | 2024-08-26T19:39:46.717Z | Compiling indexmap v2.4.0 |
1489 | 2024-08-26T19:39:47.666Z | Compiling tokio v1.38.1 |
1490 | 2024-08-26T19:39:47.796Z | Compiling bitflags v2.6.0 |
1491 | 2024-08-26T19:39:47.893Z | Compiling uuid v1.10.0 |
1492 | 2024-08-26T19:39:48.239Z | Compiling serde_tokenstream v0.2.2 |
1493 | 2024-08-26T19:39:48.374Z | Compiling chrono v0.4.38 |
1494 | 2024-08-26T19:39:49.627Z | Compiling toml_datetime v0.6.8 |
1495 | 2024-08-26T19:39:50.498Z | Compiling serde_spanned v0.6.7 |
1496 | 2024-08-26T19:39:50.737Z | Compiling http v0.2.12 |
1497 | 2024-08-26T19:39:50.998Z | Compiling toml_edit v0.19.15 |
1498 | 2024-08-26T19:39:53.077Z | Compiling rustc_version v0.4.0 |
1499 | 2024-08-26T19:39:53.330Z | Compiling pest_derive v2.7.10 |
1500 | 2024-08-26T19:39:53.685Z | Compiling tracing-core v0.1.32 |
1501 | 2024-08-26T19:39:54.123Z | Compiling usdt-impl v0.5.0 |
1502 | 2024-08-26T19:39:54.484Z | Compiling rustversion v1.0.17 |
1503 | 2024-08-26T19:39:55.222Z | Compiling base64ct v1.6.0 |
1504 | 2024-08-26T19:39:55.800Z | Compiling pem-rfc7468 v0.7.0 |
1505 | 2024-08-26T19:39:56.075Z | Compiling tracing v0.1.40 |
1506 | 2024-08-26T19:39:56.387Z | Compiling heapless v0.7.17 |
1507 | 2024-08-26T19:39:56.430Z | Compiling scroll v0.12.0 |
1508 | 2024-08-26T19:39:56.909Z | Compiling percent-encoding v2.3.1 |
1509 | 2024-08-26T19:39:56.911Z | Compiling ppv-lite86 v0.2.17 |
1510 | 2024-08-26T19:39:56.965Z | Compiling plain v0.2.3 |
1511 | 2024-08-26T19:39:57.125Z | Compiling powerfmt v0.2.0 |
1512 | 2024-08-26T19:39:57.225Z | Compiling flagset v0.4.5 |
1513 | 2024-08-26T19:39:57.601Z | Compiling heck v0.4.1 |
1514 | 2024-08-26T19:39:57.689Z | Compiling rand_chacha v0.3.1 |
1515 | 2024-08-26T19:39:57.858Z | Compiling der v0.7.9 |
1516 | 2024-08-26T19:39:57.880Z | Compiling deranged v0.3.11 |
1517 | 2024-08-26T19:39:58.024Z | Compiling goblin v0.8.2 |
1518 | 2024-08-26T19:40:00.124Z | Compiling regex v1.10.6 |
1519 | 2024-08-26T19:40:00.939Z | Compiling salsa20 v0.10.2 |
1520 | 2024-08-26T19:40:01.100Z | Compiling pbkdf2 v0.12.2 |
1521 | 2024-08-26T19:40:01.486Z | Compiling pretty-hex v0.4.1 |
1522 | 2024-08-26T19:40:01.873Z | Compiling strsim v0.11.1 |
1523 | 2024-08-26T19:40:01.908Z | Compiling num_threads v0.1.7 |
1524 | 2024-08-26T19:40:02.148Z | Compiling crc32fast v1.4.0 |
1525 | 2024-08-26T19:40:02.187Z | Compiling time v0.3.36 |
1526 | 2024-08-26T19:40:02.621Z | Compiling scrypt v0.11.0 |
1527 | 2024-08-26T19:40:02.877Z | Compiling spki v0.7.3 |
1528 | 2024-08-26T19:40:03.095Z | Compiling rand v0.8.5 |
1529 | 2024-08-26T19:40:03.114Z | Compiling tokio-util v0.7.11 |
1530 | 2024-08-26T19:40:04.410Z | Compiling dof v0.3.0 |
1531 | 2024-08-26T19:40:04.571Z | Compiling dtrace-parser v0.2.0 |
1532 | 2024-08-26T19:40:04.637Z | Compiling aes v0.8.4 |
1533 | 2024-08-26T19:40:05.397Z | Compiling cbc v0.1.2 |
1534 | 2024-08-26T19:40:05.618Z | Compiling async-trait v0.1.81 |
1535 | 2024-08-26T19:40:05.891Z | Compiling socket2 v0.4.10 |
1536 | 2024-08-26T19:40:06.077Z | Compiling thread-id v4.2.1 |
1537 | 2024-08-26T19:40:06.192Z | Compiling smoltcp v0.9.1 |
1538 | 2024-08-26T19:40:06.298Z | Compiling unicode-width v0.1.13 |
1539 | 2024-08-26T19:40:06.523Z | Compiling signal-hook v0.3.17 |
1540 | 2024-08-26T19:40:06.538Z | Compiling num-bigint-dig v0.8.4 |
1541 | 2024-08-26T19:40:06.801Z | Compiling foreign-types-shared v0.1.1 |
1542 | 2024-08-26T19:40:06.914Z | Compiling foreign-types v0.3.2 |
1543 | 2024-08-26T19:40:07.373Z | Compiling pkcs5 v0.7.1 |
1544 | 2024-08-26T19:40:08.027Z | Compiling form_urlencoded v1.2.1 |
1545 | 2024-08-26T19:40:08.569Z | Compiling errno v0.3.9 |
1546 | 2024-08-26T19:40:08.656Z | Compiling try-lock v0.2.5 |
1547 | 2024-08-26T19:40:08.876Z | Compiling cfg_aliases v0.1.1 |
1548 | 2024-08-26T19:40:09.126Z | Compiling siphasher v0.3.11 |
1549 | 2024-08-26T19:40:09.142Z | Compiling adler v1.0.2 |
1550 | 2024-08-26T19:40:09.422Z | Compiling want v0.3.1 |
1551 | 2024-08-26T19:40:09.440Z | Compiling miniz_oxide v0.7.2 |
1552 | 2024-08-26T19:40:09.879Z | Compiling nix v0.28.0 |
1553 | 2024-08-26T19:40:11.650Z | Compiling pkcs8 v0.10.2 |
1554 | 2024-08-26T19:40:12.185Z | Compiling sct v0.7.1 |
1555 | 2024-08-26T19:40:12.324Z | Compiling rustls-webpki v0.101.7 |
1556 | 2024-08-26T19:40:12.483Z | Compiling h2 v0.3.26 |
1557 | 2024-08-26T19:40:14.039Z | Compiling http-body v0.4.6 |
1558 | 2024-08-26T19:40:14.521Z | Compiling openapiv3 v2.0.0 |
1559 | 2024-08-26T19:40:14.798Z | Compiling hubpack_derive v0.1.1 |
1560 | 2024-08-26T19:40:14.909Z | Compiling zerocopy-derive v0.6.6 |
1561 | 2024-08-26T19:40:15.156Z | Compiling idna v0.5.0 |
1562 | 2024-08-26T19:40:16.422Z | Compiling fs-err v2.11.0 |
1563 | 2024-08-26T19:40:16.573Z | Compiling httpdate v1.0.3 |
1564 | 2024-08-26T19:40:16.745Z | Compiling stable_deref_trait v1.2.0 |
1565 | 2024-08-26T19:40:17.255Z | Compiling openssl-probe v0.1.5 |
1566 | 2024-08-26T19:40:17.327Z | Compiling utf8parse v0.2.1 |
1567 | 2024-08-26T19:40:17.704Z | Compiling tower-service v0.3.2 |
1568 | 2024-08-26T19:40:17.835Z | Compiling anstyle v1.0.8 |
1569 | 2024-08-26T19:40:18.273Z | Compiling finl_unicode v1.2.0 |
1570 | 2024-08-26T19:40:18.337Z | Compiling gimli v0.28.1 |
1571 | 2024-08-26T19:40:18.890Z | Compiling stringprep v0.1.4 |
1572 | 2024-08-26T19:40:19.876Z | Compiling hyper v0.14.30 |
1573 | 2024-08-26T19:40:23.391Z | Compiling addr2line v0.21.0 |
1574 | 2024-08-26T19:40:25.042Z | Compiling anstyle-parse v0.2.4 |
1575 | 2024-08-26T19:40:25.961Z | Compiling url v2.5.2 |
1576 | 2024-08-26T19:40:29.989Z | Compiling usdt-attr-macro v0.5.0 |
1577 | 2024-08-26T19:40:31.542Z | Compiling usdt-macro v0.5.0 |
1578 | 2024-08-26T19:40:33.008Z | Compiling md-5 v0.10.6 |
1579 | 2024-08-26T19:40:33.523Z | Compiling idna v0.3.0 |
1580 | 2024-08-26T19:40:35.050Z | Compiling lazy_static v1.5.0 |
1581 | 2024-08-26T19:40:35.186Z | Compiling num-integer v0.1.46 |
1582 | 2024-08-26T19:40:35.995Z | Compiling object v0.32.2 |
1583 | 2024-08-26T19:40:36.507Z | Compiling hash32 v0.2.1 |
1584 | 2024-08-26T19:40:36.888Z | Compiling fallible-iterator v0.2.0 |
1585 | 2024-08-26T19:40:37.179Z | Compiling psl-types v2.0.11 |
1586 | 2024-08-26T19:40:37.196Z | Compiling rustc-demangle v0.1.24 |
1587 | 2024-08-26T19:40:37.380Z | Compiling colorchoice v1.0.1 |
1588 | 2024-08-26T19:40:37.600Z | Compiling is_terminal_polyfill v1.70.0 |
1589 | 2024-08-26T19:40:37.832Z | Compiling anstyle-query v1.0.3 |
1590 | 2024-08-26T19:40:37.987Z | Compiling base64 v0.22.1 |
1591 | 2024-08-26T19:40:38.844Z | Compiling postgres-protocol v0.6.7 |
1592 | 2024-08-26T19:40:39.651Z | Compiling anstream v0.6.14 |
1593 | 2024-08-26T19:40:40.281Z | Compiling publicsuffix v2.2.3 |
1594 | 2024-08-26T19:40:41.238Z | Compiling num-iter v0.1.45 |
1595 | 2024-08-26T19:40:42.651Z | Compiling tokio-rustls v0.24.1 |
1596 | 2024-08-26T19:40:43.055Z | Compiling terminal_size v0.3.0 |
1597 | 2024-08-26T19:40:44.365Z | Compiling tokio-native-tls v0.3.1 |
1598 | 2024-08-26T19:40:44.645Z | Compiling phf_shared v0.11.2 |
1599 | 2024-08-26T19:40:45.661Z | Compiling strum_macros v0.25.3 |
1600 | 2024-08-26T19:40:46.322Z | Compiling enum-as-inner v0.6.0 |
1601 | 2024-08-26T19:40:47.505Z | Compiling regress v0.9.1 |
1602 | 2024-08-26T19:40:47.750Z | Compiling clap_derive v4.5.13 |
1603 | 2024-08-26T19:40:47.898Z | Compiling serde_repr v0.1.19 |
1604 | 2024-08-26T19:40:49.373Z | Compiling ff v0.13.0 |
1605 | 2024-08-26T19:40:52.183Z | Compiling encoding_rs v0.8.34 |
1606 | 2024-08-26T19:40:52.302Z | Compiling bitflags v1.3.2 |
1607 | 2024-08-26T19:40:52.349Z | Compiling clap_lex v0.7.0 |
1608 | 2024-08-26T19:40:52.589Z | Compiling base16ct v0.2.0 |
1609 | 2024-08-26T19:40:53.026Z | Compiling managed v0.8.0 |
1610 | 2024-08-26T19:40:53.478Z | Compiling base64 v0.21.7 |
1611 | 2024-08-26T19:40:53.551Z | Compiling either v1.13.0 |
1612 | 2024-08-26T19:40:54.170Z | Compiling ipnet v2.9.0 |
1613 | 2024-08-26T19:40:54.204Z | Compiling mime v0.3.17 |
1614 | 2024-08-26T19:40:54.385Z | Compiling rustls-pemfile v1.0.4 |
1615 | 2024-08-26T19:40:55.345Z | Compiling clap_builder v4.5.15 |
1616 | 2024-08-26T19:40:55.430Z | Compiling sec1 v0.7.3 |
1617 | 2024-08-26T19:40:55.968Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1618 | 2024-08-26T19:40:57.079Z | Compiling group v0.13.0 |
1619 | 2024-08-26T19:41:02.532Z | Compiling phf v0.11.2 |
1620 | 2024-08-26T19:41:02.713Z | Compiling hyper-tls v0.5.0 |
1621 | 2024-08-26T19:41:02.853Z | Compiling hyper-rustls v0.24.2 |
1622 | 2024-08-26T19:41:03.065Z | Compiling cookie_store v0.20.0 |
1623 | 2024-08-26T19:41:03.219Z | Compiling postgres-types v0.2.7 |
1624 | 2024-08-26T19:41:03.757Z | Compiling zerocopy v0.6.6 |
1625 | 2024-08-26T19:41:04.562Z | Compiling hubpack v0.1.2 |
1626 | 2024-08-26T19:41:04.593Z | Compiling pkcs1 v0.7.5 |
1627 | 2024-08-26T19:41:04.660Z | Compiling phf_shared v0.10.0 |
1628 | 2024-08-26T19:41:05.115Z | Compiling serde_urlencoded v0.7.1 |
1629 | 2024-08-26T19:41:05.368Z | Compiling crossbeam-epoch v0.9.18 |
1630 | 2024-08-26T19:41:05.501Z | Compiling futures-executor v0.3.30 |
1631 | 2024-08-26T19:41:05.975Z | Compiling bstr v1.9.1 |
1632 | 2024-08-26T19:41:06.251Z | Compiling hkdf v0.12.4 |
1633 | 2024-08-26T19:41:06.309Z | Compiling signature v2.2.0 |
1634 | 2024-08-26T19:41:06.475Z | Compiling crypto-bigint v0.5.5 |
1635 | 2024-08-26T19:41:06.517Z | Compiling idna v0.4.0 |
1636 | 2024-08-26T19:41:06.607Z | Compiling float-cmp v0.9.0 |
1637 | 2024-08-26T19:41:06.823Z | Compiling mio v1.0.2 |
1638 | 2024-08-26T19:41:07.521Z | Compiling memmap v0.7.0 |
1639 | 2024-08-26T19:41:07.803Z | Compiling bit-vec v0.6.3 |
1640 | 2024-08-26T19:41:07.926Z | Compiling minimal-lexical v0.2.1 |
1641 | 2024-08-26T19:41:07.943Z | Compiling winnow v0.6.18 |
1642 | 2024-08-26T19:41:08.228Z | Compiling whoami v1.5.1 |
1643 | 2024-08-26T19:41:08.369Z | Compiling difflib v0.4.0 |
1644 | 2024-08-26T19:41:08.514Z | Compiling precomputed-hash v0.1.1 |
1645 | 2024-08-26T19:41:08.634Z | Compiling sync_wrapper v0.1.2 |
1646 | 2024-08-26T19:41:08.787Z | Compiling data-encoding v2.6.0 |
1647 | 2024-08-26T19:41:08.812Z | Compiling static_assertions v1.1.0 |
1648 | 2024-08-26T19:41:08.921Z | Compiling unicode-segmentation v1.11.0 |
1649 | 2024-08-26T19:41:08.977Z | Compiling webpki-roots v0.25.4 |
1650 | 2024-08-26T19:41:09.147Z | Compiling fixedbitset v0.4.2 |
1651 | 2024-08-26T19:41:09.567Z | Compiling predicates-core v1.0.6 |
1652 | 2024-08-26T19:41:09.617Z | Compiling normalize-line-endings v0.3.0 |
1653 | 2024-08-26T19:41:09.716Z | Compiling new_debug_unreachable v1.0.6 |
1654 | 2024-08-26T19:41:09.866Z | Compiling string_cache v0.8.7 |
1655 | 2024-08-26T19:41:10.028Z | Compiling predicates v3.1.2 |
1656 | 2024-08-26T19:41:10.288Z | Compiling reqwest v0.11.27 |
1657 | 2024-08-26T19:41:10.341Z | Compiling similar v2.6.0 |
1658 | 2024-08-26T19:41:10.436Z | Compiling hickory-proto v0.24.1 |
1659 | 2024-08-26T19:41:10.984Z | Compiling petgraph v0.6.5 |
1660 | 2024-08-26T19:41:11.526Z | Compiling toml_edit v0.22.20 |
1661 | 2024-08-26T19:41:11.771Z | Compiling elliptic-curve v0.13.8 |
1662 | 2024-08-26T19:41:12.302Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1663 | 2024-08-26T19:41:12.351Z | Compiling tokio-postgres v0.7.11 |
1664 | 2024-08-26T19:41:13.311Z | Compiling nom v7.1.3 |
1665 | 2024-08-26T19:41:15.095Z | Compiling bit-set v0.5.3 |
1666 | 2024-08-26T19:41:15.368Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1667 | 2024-08-26T19:41:16.952Z | Compiling usdt v0.5.0 |
1668 | 2024-08-26T19:41:17.397Z | Compiling signal-hook-mio v0.2.4 |
1669 | 2024-08-26T19:41:17.564Z | Compiling rsa v0.9.6 |
1670 | 2024-08-26T19:41:18.756Z | Compiling futures v0.3.30 |
1671 | 2024-08-26T19:41:19.201Z | Compiling flate2 v1.0.31 |
1672 | 2024-08-26T19:41:19.680Z | Compiling clap v4.5.16 |
1673 | 2024-08-26T19:41:19.810Z | Compiling itertools v0.12.1 |
1674 | 2024-08-26T19:41:20.112Z | Compiling itertools v0.10.5 |
1675 | 2024-08-26T19:41:20.537Z | Compiling console v0.15.8 |
1676 | 2024-08-26T19:41:21.658Z | Compiling tokio-stream v0.1.15 |
1677 | 2024-08-26T19:41:21.871Z | Compiling toml v0.7.8 |
1678 | 2024-08-26T19:41:22.627Z | Compiling hex v0.4.3 |
1679 | 2024-08-26T19:41:22.946Z | Compiling sha1 v0.10.6 |
1680 | 2024-08-26T19:41:23.326Z | Compiling lalrpop-util v0.19.12 |
1681 | 2024-08-26T19:41:23.479Z | Compiling peg-runtime v0.8.3 |
1682 | 2024-08-26T19:41:23.574Z | Compiling camino v1.1.9 |
1683 | 2024-08-26T19:41:23.711Z | Compiling unicode-xid v0.2.4 |
1684 | 2024-08-26T19:41:24.023Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1685 | 2024-08-26T19:41:24.172Z | Compiling proc-macro-crate v1.3.1 |
1686 | 2024-08-26T19:41:24.702Z | Compiling heapless v0.8.0 |
1687 | 2024-08-26T19:41:25.550Z | Compiling num_enum_derive v0.5.11 |
1688 | 2024-08-26T19:41:27.517Z | Compiling ipnetwork v0.20.0 |
1689 | 2024-08-26T19:41:29.890Z | Compiling hash32 v0.3.1 |
1690 | 2024-08-26T19:41:31.336Z | Compiling ident_case v1.0.1 |
1691 | 2024-08-26T19:41:31.529Z | Compiling rustls-pki-types v1.7.0 |
1692 | 2024-08-26T19:41:32.343Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1693 | 2024-08-26T19:41:32.945Z | Compiling smoltcp v0.11.0 |
1694 | 2024-08-26T19:41:36.431Z | Compiling darling_core v0.20.9 |
1695 | 2024-08-26T19:41:39.228Z | Compiling num_enum v0.5.11 |
1696 | 2024-08-26T19:41:40.571Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1697 | 2024-08-26T19:41:41.026Z | Compiling getopts v0.2.21 |
1698 | 2024-08-26T19:41:42.825Z | Compiling dirs-sys-next v0.1.2 |
1699 | 2024-08-26T19:41:43.054Z | Compiling proc-macro-error-attr v1.0.4 |
1700 | 2024-08-26T19:41:43.381Z | Compiling paste v1.0.15 |
1701 | 2024-08-26T19:41:43.881Z | Compiling embedded-io v0.4.0 |
1702 | 2024-08-26T19:41:45.033Z | Compiling rustls v0.22.4 |
1703 | 2024-08-26T19:41:45.335Z | Compiling cobs v0.2.3 |
1704 | 2024-08-26T19:41:45.783Z | Compiling unsafe-libyaml v0.2.11 |
1705 | 2024-08-26T19:41:46.076Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1706 | 2024-08-26T19:41:46.201Z | Compiling postcard v1.0.8 |
1707 | 2024-08-26T19:41:47.170Z | Compiling serde_yaml v0.9.34+deprecated |
1708 | 2024-08-26T19:41:47.717Z | Compiling dirs-next v2.0.0 |
1709 | 2024-08-26T19:41:49.428Z | Compiling darling_macro v0.20.9 |
1710 | 2024-08-26T19:41:49.496Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1711 | 2024-08-26T19:41:57.930Z | Compiling rustls-webpki v0.102.4 |
1712 | 2024-08-26T19:42:05.688Z | Compiling strum_macros v0.26.4 |
1713 | 2024-08-26T19:42:06.078Z | Compiling structmeta-derive v0.3.0 |
1714 | 2024-08-26T19:42:06.551Z | Compiling foreign-types-macros v0.2.3 |
1715 | 2024-08-26T19:42:08.014Z | Compiling thread_local v1.1.8 |
1716 | 2024-08-26T19:42:08.666Z | Compiling multer v3.1.0 |
1717 | 2024-08-26T19:42:09.013Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1718 | 2024-08-26T19:42:09.343Z | Compiling proc-macro-error v1.0.4 |
1719 | 2024-08-26T19:42:09.662Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1720 | 2024-08-26T19:42:10.445Z | Compiling slog-async v2.8.0 |
1721 | 2024-08-26T19:42:10.538Z | Compiling match_cfg v0.1.0 |
1722 | 2024-08-26T19:42:10.716Z | Compiling foreign-types-shared v0.3.1 |
1723 | 2024-08-26T19:42:11.782Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1724 | 2024-08-26T19:42:16.698Z | Compiling foreign-types v0.5.0 |
1725 | 2024-08-26T19:42:16.818Z | Compiling hostname v0.3.1 |
1726 | 2024-08-26T19:42:17.079Z | Compiling strum v0.26.3 |
1727 | 2024-08-26T19:42:17.283Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1728 | 2024-08-26T19:42:18.103Z | Compiling structmeta v0.3.0 |
1729 | 2024-08-26T19:42:24.229Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1730 | 2024-08-26T19:42:25.438Z | Compiling darling v0.20.9 |
1731 | 2024-08-26T19:42:25.453Z | Compiling term v0.7.0 |
1732 | 2024-08-26T19:42:26.669Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1733 | 2024-08-26T19:42:28.182Z | Compiling slog-json v2.6.1 |
1734 | 2024-08-26T19:42:28.646Z | Compiling tabwriter v1.4.0 |
1735 | 2024-08-26T19:42:29.441Z | Compiling crossbeam-channel v0.5.12 |
1736 | 2024-08-26T19:42:30.966Z | Compiling http v1.1.0 |
1737 | 2024-08-26T19:42:31.013Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1738 | 2024-08-26T19:42:31.029Z | Compiling async-stream-impl v0.3.5 |
1739 | 2024-08-26T19:42:31.851Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1740 | 2024-08-26T19:42:32.310Z | Compiling is-terminal v0.4.12 |
1741 | 2024-08-26T19:42:32.451Z | Compiling cstr-argument v0.1.2 |
1742 | 2024-08-26T19:42:32.671Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1743 | 2024-08-26T19:42:32.714Z | Compiling crucible-workspace-hack v0.1.0 |
1744 | 2024-08-26T19:42:32.975Z | Compiling pretty-hex v0.2.1 |
1745 | 2024-08-26T19:42:32.995Z | Compiling take_mut v0.2.2 |
1746 | 2024-08-26T19:42:33.165Z | Compiling rayon-core v1.12.1 |
1747 | 2024-08-26T19:42:33.481Z | Compiling fastrand v2.1.0 |
1748 | 2024-08-26T19:42:33.629Z | Compiling atomic-waker v1.1.2 |
1749 | 2024-08-26T19:42:34.145Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1750 | 2024-08-26T19:42:34.674Z | Compiling tempfile v3.10.1 |
1751 | 2024-08-26T19:42:34.859Z | Compiling waitgroup v0.1.2 |
1752 | 2024-08-26T19:42:35.140Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1753 | 2024-08-26T19:42:36.543Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1754 | 2024-08-26T19:42:37.459Z | Compiling slog-term v2.9.1 |
1755 | 2024-08-26T19:42:38.392Z | Compiling async-stream v0.3.5 |
1756 | 2024-08-26T19:42:38.658Z | Compiling slog-bunyan v2.5.0 |
1757 | 2024-08-26T19:42:38.936Z | Compiling tokio-rustls v0.25.0 |
1758 | 2024-08-26T19:42:39.281Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1759 | 2024-08-26T19:42:39.399Z | Compiling serde_with_macros v3.9.0 |
1760 | 2024-08-26T19:42:39.420Z | Compiling parse-display-derive v0.10.0 |
1761 | 2024-08-26T19:42:39.514Z | Compiling toml v0.8.19 |
1762 | 2024-08-26T19:42:39.821Z | Compiling rustls-pemfile v2.1.3 |
1763 | 2024-08-26T19:42:40.034Z | Compiling crossbeam-deque v0.8.5 |
1764 | 2024-08-26T19:42:40.428Z | Compiling colored v2.1.0 |
1765 | 2024-08-26T19:42:40.547Z | Compiling newtype-uuid v1.1.0 |
1766 | 2024-08-26T19:42:40.564Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1767 | 2024-08-26T19:42:40.890Z | Compiling serde_path_to_error v0.1.16 |
1768 | 2024-08-26T19:42:41.719Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1769 | 2024-08-26T19:42:41.916Z | Compiling hostname v0.4.0 |
1770 | 2024-08-26T19:42:41.967Z | Compiling instant v0.1.12 |
1771 | 2024-08-26T19:42:42.138Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1772 | 2024-08-26T19:42:42.172Z | Compiling debug-ignore v1.0.5 |
1773 | 2024-08-26T19:42:42.325Z | Compiling backoff v0.4.0 |
1774 | 2024-08-26T19:42:42.468Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1775 | 2024-08-26T19:42:42.493Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1776 | 2024-08-26T19:42:42.672Z | Compiling serde_with v3.9.0 |
1777 | 2024-08-26T19:42:42.690Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1778 | 2024-08-26T19:42:43.316Z | Compiling parse-display v0.10.0 |
1779 | 2024-08-26T19:42:45.427Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1780 | 2024-08-26T19:42:46.305Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1781 | 2024-08-26T19:42:47.132Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1782 | 2024-08-26T19:42:47.847Z | Compiling camino-tempfile v1.1.1 |
1783 | 2024-08-26T19:42:47.863Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1784 | 2024-08-26T19:42:48.389Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1785 | 2024-08-26T19:42:48.580Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1786 | 2024-08-26T19:42:48.612Z | Compiling macaddr v1.0.1 |
1787 | 2024-08-26T19:42:48.836Z | Compiling num-derive v0.4.2 |
1788 | 2024-08-26T19:42:49.270Z | Compiling sigpipe v0.1.3 |
1789 | 2024-08-26T19:42:49.401Z | Compiling libefi-sys v0.1.0 |
1790 | 2024-08-26T19:42:49.717Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1791 | 2024-08-26T19:42:50.079Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1792 | 2024-08-26T19:42:51.159Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1793 | 2024-08-26T19:42:51.609Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1794 | 2024-08-26T19:42:52.112Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1795 | 2024-08-26T19:42:52.152Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1796 | 2024-08-26T19:42:52.671Z | Compiling rayon v1.10.0 |
1797 | 2024-08-26T19:42:52.708Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1798 | 2024-08-26T19:42:53.407Z | Compiling smf v0.2.3 |
1799 | 2024-08-26T19:42:55.520Z | Compiling bitfield-struct v0.6.1 |
1800 | 2024-08-26T19:42:56.019Z | Compiling blake3 v1.5.1 |
1801 | 2024-08-26T19:42:56.623Z | Compiling ring v0.16.20 |
1802 | 2024-08-26T19:42:56.647Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1803 | 2024-08-26T19:42:56.734Z | Compiling portable-atomic v1.6.0 |
1804 | 2024-08-26T19:42:56.937Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1805 | 2024-08-26T19:42:57.700Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1806 | 2024-08-26T19:42:57.848Z | Compiling xattr v1.3.1 |
1807 | 2024-08-26T19:42:58.086Z | Compiling filetime v0.2.24 |
1808 | 2024-08-26T19:42:58.163Z | Compiling memmap2 v0.9.4 |
1809 | 2024-08-26T19:42:58.476Z | Compiling same-file v1.0.6 |
1810 | 2024-08-26T19:42:58.658Z | Compiling arrayref v0.3.7 |
1811 | 2024-08-26T19:42:58.749Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1812 | 2024-08-26T19:42:58.772Z | Compiling arrayvec v0.7.4 |
1813 | 2024-08-26T19:42:58.775Z | Compiling spin v0.5.2 |
1814 | 2024-08-26T19:42:58.848Z | Compiling untrusted v0.7.1 |
1815 | 2024-08-26T19:42:58.878Z | Compiling constant_time_eq v0.3.0 |
1816 | 2024-08-26T19:42:59.055Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1817 | 2024-08-26T19:42:59.057Z | Compiling walkdir v2.5.0 |
1818 | 2024-08-26T19:42:59.083Z | Compiling tar v0.4.41 |
1819 | 2024-08-26T19:43:00.463Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1820 | 2024-08-26T19:43:01.754Z | Compiling gethostname v0.5.0 |
1821 | 2024-08-26T19:43:01.848Z | Compiling cargo-platform v0.1.8 |
1822 | 2024-08-26T19:43:01.948Z | Compiling number_prefix v0.4.0 |
1823 | 2024-08-26T19:43:02.209Z | Compiling topological-sort v0.2.2 |
1824 | 2024-08-26T19:43:02.490Z | Compiling cargo_metadata v0.18.1 |
1825 | 2024-08-26T19:43:02.756Z | Compiling indicatif v0.17.8 |
1826 | 2024-08-26T19:43:07.186Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1827 | 2024-08-26T19:43:07.745Z | Compiling omicron-zone-package v0.11.0 |
1828 | 2024-08-26T19:43:08.215Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1829 | 2024-08-26T19:43:10.816Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1830 | 2024-08-26T19:43:31.457Z | Finished `release` profile [optimized] target(s) in 4m 15s |
1831 | 2024-08-26T19:43:31.592Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1832 | 2024-08-26T19:43:31.631Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1833 | 2024-08-26T19:43:31.634Z | Created new build target 'test' and set it as active |
1834 | 2024-08-26T19:43:31.634Z | |
1835 | 2024-08-26T19:43:31.634Z | real 4:15.505474036 |
1836 | 2024-08-26T19:43:31.634Z | user 29:00.135802834 |
1837 | 2024-08-26T19:43:31.634Z | sys 3:38.171158551 |
1838 | 2024-08-26T19:43:31.634Z | trap 0.827107918 |
1839 | 2024-08-26T19:43:31.634Z | tflt 2.969888626 |
1840 | 2024-08-26T19:43:31.634Z | dflt 0.612214702 |
1841 | 2024-08-26T19:43:31.634Z | kflt 0.010425707 |
1842 | 2024-08-26T19:43:31.634Z | lock 1:04:52.927427388 |
1843 | 2024-08-26T19:43:31.634Z | slp 1:52:35.785644531 |
1844 | 2024-08-26T19:43:31.634Z | lat 1:58.828795016 |
1845 | 2024-08-26T19:43:31.634Z | stop 3:26.198981738 |
1846 | 2024-08-26T19:43:31.637Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1847 | 2024-08-26T19:43:32.582Z | Finished `release` profile [optimized] target(s) in 0.90s |
1848 | 2024-08-26T19:43:32.633Z | Running `target/release/omicron-package -t test package` |
1849 | 2024-08-26T19:43:32.674Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1850 | 2024-08-26T19:43:33.785Z | Compiling camino v1.1.9 |
1851 | 2024-08-26T19:43:33.785Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1852 | 2024-08-26T19:43:33.788Z | Compiling password-hash v0.5.0 |
1853 | 2024-08-26T19:43:33.788Z | Compiling blake2 v0.10.6 |
1854 | 2024-08-26T19:43:33.788Z | Compiling derive-where v1.2.7 |
1855 | 2024-08-26T19:43:33.788Z | Compiling newline-converter v0.3.0 |
1856 | 2024-08-26T19:43:33.788Z | Compiling toml v0.8.19 |
1857 | 2024-08-26T19:43:33.788Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1858 | 2024-08-26T19:43:34.129Z | Compiling humantime v2.1.0 |
1859 | 2024-08-26T19:43:34.152Z | Compiling expectorate v1.1.0 |
1860 | 2024-08-26T19:43:34.331Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1861 | 2024-08-26T19:43:34.351Z | Compiling dirs-sys-next v0.1.2 |
1862 | 2024-08-26T19:43:34.549Z | Compiling argon2 v0.5.3 |
1863 | 2024-08-26T19:43:34.842Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1864 | 2024-08-26T19:43:34.861Z | Compiling dirs-next v2.0.0 |
1865 | 2024-08-26T19:43:34.949Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1866 | 2024-08-26T19:43:35.050Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1867 | 2024-08-26T19:43:35.132Z | Compiling num-rational v0.4.2 |
1868 | 2024-08-26T19:43:35.432Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1869 | 2024-08-26T19:43:35.595Z | Compiling num-complex v0.4.6 |
1870 | 2024-08-26T19:43:36.004Z | Compiling convert_case v0.4.0 |
1871 | 2024-08-26T19:43:36.024Z | Compiling term v0.7.0 |
1872 | 2024-08-26T19:43:36.796Z | Compiling derive_more v0.99.18 |
1873 | 2024-08-26T19:43:36.900Z | Compiling num v0.4.3 |
1874 | 2024-08-26T19:43:37.024Z | Compiling prettyplease v0.2.20 |
1875 | 2024-08-26T19:43:37.052Z | Compiling float-ord v0.3.2 |
1876 | 2024-08-26T19:43:37.134Z | Compiling is-terminal v0.4.12 |
1877 | 2024-08-26T19:43:37.208Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1878 | 2024-08-26T19:43:37.269Z | Compiling semver v0.1.20 |
1879 | 2024-08-26T19:43:37.294Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1880 | 2024-08-26T19:43:37.353Z | Compiling cookie v0.18.1 |
1881 | 2024-08-26T19:43:37.489Z | Compiling highway v1.2.0 |
1882 | 2024-08-26T19:43:37.688Z | Compiling rustc_version v0.1.7 |
1883 | 2024-08-26T19:43:37.821Z | Compiling rustls-pki-types v1.7.0 |
1884 | 2024-08-26T19:43:38.106Z | Compiling newtype_derive v0.1.6 |
1885 | 2024-08-26T19:43:38.645Z | Compiling home v0.5.9 |
1886 | 2024-08-26T19:43:38.854Z | Compiling steno v0.4.1 |
1887 | 2024-08-26T19:43:38.900Z | Compiling rustls-webpki v0.102.4 |
1888 | 2024-08-26T19:43:41.083Z | Compiling rustls v0.22.4 |
1889 | 2024-08-26T19:43:41.113Z | Compiling thread_local v1.1.8 |
1890 | 2024-08-26T19:43:41.261Z | Compiling match_cfg v0.1.0 |
1891 | 2024-08-26T19:43:41.361Z | Compiling hostname v0.3.1 |
1892 | 2024-08-26T19:43:41.578Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1893 | 2024-08-26T19:43:43.344Z | Compiling multer v3.1.0 |
1894 | 2024-08-26T19:43:43.415Z | Compiling slog-async v2.8.0 |
1895 | 2024-08-26T19:43:43.487Z | Compiling slog-json v2.6.1 |
1896 | 2024-08-26T19:43:43.509Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1897 | 2024-08-26T19:43:43.830Z | Compiling crossbeam-channel v0.5.12 |
1898 | 2024-08-26T19:43:44.169Z | Compiling http v1.1.0 |
1899 | 2024-08-26T19:43:44.898Z | Compiling atomic-waker v1.1.2 |
1900 | 2024-08-26T19:43:45.087Z | Compiling take_mut v0.2.2 |
1901 | 2024-08-26T19:43:46.285Z | Compiling tokio-rustls v0.25.0 |
1902 | 2024-08-26T19:43:46.707Z | Compiling waitgroup v0.1.2 |
1903 | 2024-08-26T19:43:46.921Z | Compiling slog-bunyan v2.5.0 |
1904 | 2024-08-26T19:43:47.132Z | Compiling slog-term v2.9.1 |
1905 | 2024-08-26T19:43:47.384Z | Compiling rustls-pemfile v2.1.3 |
1906 | 2024-08-26T19:43:47.818Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1907 | 2024-08-26T19:43:47.903Z | Compiling async-stream v0.3.5 |
1908 | 2024-08-26T19:43:48.200Z | Compiling ipnetwork v0.20.0 |
1909 | 2024-08-26T19:43:48.263Z | Compiling newtype-uuid v1.1.0 |
1910 | 2024-08-26T19:43:48.606Z | Compiling serde_path_to_error v0.1.16 |
1911 | 2024-08-26T19:43:48.958Z | Compiling hostname v0.4.0 |
1912 | 2024-08-26T19:43:49.002Z | Compiling instant v0.1.12 |
1913 | 2024-08-26T19:43:49.161Z | Compiling debug-ignore v1.0.5 |
1914 | 2024-08-26T19:43:49.186Z | Compiling backoff v0.4.0 |
1915 | 2024-08-26T19:43:49.422Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1916 | 2024-08-26T19:43:49.541Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1917 | 2024-08-26T19:43:49.889Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1918 | 2024-08-26T19:43:50.076Z | Compiling parse-display v0.10.0 |
1919 | 2024-08-26T19:43:50.357Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1920 | 2024-08-26T19:43:50.539Z | Compiling serde_with v3.9.0 |
1921 | 2024-08-26T19:43:50.628Z | Compiling strum v0.26.3 |
1922 | 2024-08-26T19:43:50.813Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1923 | 2024-08-26T19:43:53.719Z | Compiling macaddr v1.0.1 |
1924 | 2024-08-26T19:43:54.174Z | Compiling slog-dtrace v0.3.0 |
1925 | 2024-08-26T19:43:54.585Z | Compiling linked-hash-map v0.5.6 |
1926 | 2024-08-26T19:43:55.036Z | Compiling lru-cache v0.1.2 |
1927 | 2024-08-26T19:43:55.594Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1928 | 2024-08-26T19:43:56.430Z | Compiling quick-error v1.2.3 |
1929 | 2024-08-26T19:43:56.589Z | Compiling resolv-conf v0.7.0 |
1930 | 2024-08-26T19:43:57.148Z | Compiling hickory-resolver v0.24.1 |
1931 | 2024-08-26T19:43:57.547Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1932 | 2024-08-26T19:43:58.140Z | Compiling swrite v0.1.0 |
1933 | 2024-08-26T19:43:58.291Z | Compiling utf-8 v0.7.6 |
1934 | 2024-08-26T19:43:58.623Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1935 | 2024-08-26T19:43:58.641Z | Compiling rayon-core v1.12.1 |
1936 | 2024-08-26T19:43:58.668Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1937 | 2024-08-26T19:44:00.710Z | Compiling crossbeam-deque v0.8.5 |
1938 | 2024-08-26T19:44:01.162Z | Compiling half v2.4.1 |
1939 | 2024-08-26T19:44:01.802Z | Compiling termcolor v1.4.1 |
1940 | 2024-08-26T19:44:02.182Z | Compiling display-error-chain v0.2.0 |
1941 | 2024-08-26T19:44:02.373Z | Compiling ciborium-io v0.2.2 |
1942 | 2024-08-26T19:44:02.515Z | Compiling fastrand v2.1.0 |
1943 | 2024-08-26T19:44:02.866Z | Compiling same-file v1.0.6 |
1944 | 2024-08-26T19:44:03.019Z | Compiling walkdir v2.5.0 |
1945 | 2024-08-26T19:44:03.138Z | Compiling tempfile v3.10.1 |
1946 | 2024-08-26T19:44:03.659Z | Compiling ciborium-ll v0.2.2 |
1947 | 2024-08-26T19:44:04.196Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1948 | 2024-08-26T19:44:04.893Z | Compiling ring v0.16.20 |
1949 | 2024-08-26T19:44:05.514Z | Compiling blake3 v1.5.1 |
1950 | 2024-08-26T19:44:06.099Z | Compiling rayon v1.10.0 |
1951 | 2024-08-26T19:44:10.910Z | Compiling ciborium v0.2.2 |
1952 | 2024-08-26T19:44:12.976Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1953 | 2024-08-26T19:44:13.030Z | Compiling xattr v1.3.1 |
1954 | 2024-08-26T19:44:13.301Z | Compiling filetime v0.2.24 |
1955 | 2024-08-26T19:44:13.600Z | Compiling memmap2 v0.9.4 |
1956 | 2024-08-26T19:44:14.050Z | Compiling constant_time_eq v0.3.0 |
1957 | 2024-08-26T19:44:14.209Z | Compiling cancel-safe-futures v0.1.5 |
1958 | 2024-08-26T19:44:14.583Z | Compiling arrayref v0.3.7 |
1959 | 2024-08-26T19:44:14.694Z | Compiling arrayvec v0.7.4 |
1960 | 2024-08-26T19:44:14.764Z | Compiling spin v0.5.2 |
1961 | 2024-08-26T19:44:15.013Z | Compiling untrusted v0.7.1 |
1962 | 2024-08-26T19:44:15.436Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1963 | 2024-08-26T19:44:16.277Z | Compiling tar v0.4.41 |
1964 | 2024-08-26T19:44:18.099Z | Compiling camino-tempfile v1.1.1 |
1965 | 2024-08-26T19:44:18.442Z | Compiling toolchain_find v0.4.0 |
1966 | 2024-08-26T19:44:18.528Z | Compiling nibble_vec v0.1.0 |
1967 | 2024-08-26T19:44:18.773Z | Compiling atty v0.2.14 |
1968 | 2024-08-26T19:44:18.936Z | Compiling radium v0.7.0 |
1969 | 2024-08-26T19:44:19.018Z | Compiling topological-sort v0.2.2 |
1970 | 2024-08-26T19:44:19.248Z | Compiling maplit v1.0.2 |
1971 | 2024-08-26T19:44:19.268Z | Compiling glob v0.3.1 |
1972 | 2024-08-26T19:44:19.378Z | Compiling crunchy v0.2.2 |
1973 | 2024-08-26T19:44:19.398Z | Compiling endian-type v0.1.2 |
1974 | 2024-08-26T19:44:19.528Z | Compiling omicron-zone-package v0.11.0 |
1975 | 2024-08-26T19:44:19.636Z | Compiling radix_trie v0.2.1 |
1976 | 2024-08-26T19:44:19.863Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1977 | 2024-08-26T19:44:19.885Z | Compiling rustfmt-wrapper v0.2.1 |
1978 | 2024-08-26T19:44:20.041Z | Compiling clang-sys v1.7.0 |
1979 | 2024-08-26T19:44:20.465Z | Compiling tungstenite v0.21.0 |
1980 | 2024-08-26T19:44:20.531Z | Compiling maybe-uninit v2.0.0 |
1981 | 2024-08-26T19:44:20.713Z | Compiling tap v1.0.1 |
1982 | 2024-08-26T19:44:20.908Z | Compiling tiny-keccak v2.0.2 |
1983 | 2024-08-26T19:44:20.995Z | Compiling wyz v0.5.1 |
1984 | 2024-08-26T19:44:21.248Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1985 | 2024-08-26T19:44:21.465Z | Compiling dsl_auto_type v0.1.2 |
1986 | 2024-08-26T19:44:21.790Z | Compiling tokio-tungstenite v0.21.0 |
1987 | 2024-08-26T19:44:22.414Z | Compiling itertools v0.13.0 |
1988 | 2024-08-26T19:44:22.871Z | Compiling scheduled-thread-pool v0.2.7 |
1989 | 2024-08-26T19:44:24.244Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1990 | 2024-08-26T19:44:24.763Z | Compiling diesel_table_macro_syntax v0.2.0 |
1991 | 2024-08-26T19:44:24.868Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1992 | 2024-08-26T19:44:25.158Z | Compiling funty v2.0.0 |
1993 | 2024-08-26T19:44:25.554Z | Compiling arc-swap v1.7.1 |
1994 | 2024-08-26T19:44:25.605Z | Compiling packed_struct v0.10.1 |
1995 | 2024-08-26T19:44:26.077Z | Compiling crc-catalog v2.4.0 |
1996 | 2024-08-26T19:44:26.198Z | Compiling crc v3.2.1 |
1997 | 2024-08-26T19:44:26.255Z | Compiling bitvec v1.0.1 |
1998 | 2024-08-26T19:44:26.273Z | Compiling slog-scope v4.4.0 |
1999 | 2024-08-26T19:44:27.130Z | Compiling diesel_derives v2.2.2 |
2000 | 2024-08-26T19:44:28.107Z | Compiling r2d2 v0.8.10 |
2001 | 2024-08-26T19:44:29.125Z | Compiling ascii-canvas v3.0.0 |
2002 | 2024-08-26T19:44:29.580Z | Compiling packed_struct_codegen v0.10.1 |
2003 | 2024-08-26T19:44:30.837Z | Compiling ena v0.14.3 |
2004 | 2024-08-26T19:44:31.230Z | Compiling libloading v0.8.3 |
2005 | 2024-08-26T19:44:31.650Z | Compiling indexmap v1.9.3 |
2006 | 2024-08-26T19:44:31.925Z | Compiling bindgen v0.69.4 |
2007 | 2024-08-26T19:44:31.993Z | Compiling nodrop v0.1.14 |
2008 | 2024-08-26T19:44:32.131Z | Compiling diff v0.1.13 |
2009 | 2024-08-26T19:44:32.374Z | Compiling regex-syntax v0.6.29 |
2010 | 2024-08-26T19:44:32.694Z | Compiling array-init v0.0.4 |
2011 | 2024-08-26T19:44:37.586Z | Compiling lalrpop v0.19.12 |
2012 | 2024-08-26T19:44:38.039Z | Compiling smallvec v0.6.14 |
2013 | 2024-08-26T19:44:38.420Z | Compiling diesel v2.2.2 |
2014 | 2024-08-26T19:44:38.506Z | Compiling slog-stdlog v4.1.1 |
2015 | 2024-08-26T19:44:39.347Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2016 | 2024-08-26T19:44:40.466Z | Compiling which v4.4.2 |
2017 | 2024-08-26T19:44:41.022Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2018 | 2024-08-26T19:44:41.252Z | Compiling cexpr v0.6.0 |
2019 | 2024-08-26T19:44:42.869Z | Compiling libsw v3.3.1 |
2020 | 2024-08-26T19:44:43.248Z | Compiling bitfield v0.14.0 |
2021 | 2024-08-26T19:44:43.568Z | Compiling rustc-hash v1.1.0 |
2022 | 2024-08-26T19:44:43.740Z | Compiling ref-cast v1.0.23 |
2023 | 2024-08-26T19:44:44.242Z | Compiling lazycell v1.3.0 |
2024 | 2024-08-26T19:44:44.426Z | Compiling linear-map v1.2.0 |
2025 | 2024-08-26T19:44:44.743Z | Compiling owo-colors v4.0.0 |
2026 | 2024-08-26T19:44:44.839Z | Compiling hashbrown v0.12.3 |
2027 | 2024-08-26T19:44:46.139Z | Compiling shlex v1.3.0 |
2028 | 2024-08-26T19:44:47.520Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2029 | 2024-08-26T19:44:52.281Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2030 | 2024-08-26T19:44:52.861Z | Compiling slog-envlogger v2.2.0 |
2031 | 2024-08-26T19:44:54.852Z | Compiling serde-hex v0.1.0 |
2032 | 2024-08-26T19:44:55.460Z | Compiling bzip2 v0.4.4 |
2033 | 2024-08-26T19:44:55.927Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2034 | 2024-08-26T19:44:56.266Z | Compiling env_logger v0.10.2 |
2035 | 2024-08-26T19:44:59.266Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2036 | 2024-08-26T19:44:59.603Z | Compiling derive_builder_core v0.20.0 |
2037 | 2024-08-26T19:45:00.050Z | Compiling x509-cert v0.2.5 |
2038 | 2024-08-26T19:45:00.165Z | Compiling ron v0.8.1 |
2039 | 2024-08-26T19:45:01.764Z | Compiling headers-core v0.2.0 |
2040 | 2024-08-26T19:45:01.945Z | Compiling hashbrown v0.13.2 |
2041 | 2024-08-26T19:45:03.247Z | Compiling fxhash v0.2.1 |
2042 | 2024-08-26T19:45:03.482Z | Compiling libxml v0.3.3 |
2043 | 2024-08-26T19:45:03.873Z | Compiling ref-cast-impl v1.0.23 |
2044 | 2024-08-26T19:45:04.024Z | Compiling polar-core v0.27.3 |
2045 | 2024-08-26T19:45:05.011Z | Compiling crc-any v2.5.0 |
2046 | 2024-08-26T19:45:05.918Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2047 | 2024-08-26T19:45:06.271Z | Compiling object v0.30.4 |
2048 | 2024-08-26T19:45:11.273Z | Compiling headers v0.3.9 |
2049 | 2024-08-26T19:45:12.670Z | Compiling derive_builder_macro v0.20.0 |
2050 | 2024-08-26T19:45:13.515Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2051 | 2024-08-26T19:45:14.791Z | Compiling samael v0.0.15 |
2052 | 2024-08-26T19:45:14.973Z | Compiling zip v0.6.6 |
2053 | 2024-08-26T19:45:15.162Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2054 | 2024-08-26T19:45:16.410Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2055 | 2024-08-26T19:45:16.729Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2056 | 2024-08-26T19:45:17.232Z | Compiling strum_macros v0.24.3 |
2057 | 2024-08-26T19:45:17.551Z | Compiling async-recursion v1.1.1 |
2058 | 2024-08-26T19:45:18.305Z | Compiling unicase v2.7.0 |
2059 | 2024-08-26T19:45:18.641Z | Compiling path-slash v0.1.5 |
2060 | 2024-08-26T19:45:18.778Z | Compiling indoc v1.0.9 |
2061 | 2024-08-26T19:45:18.886Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2062 | 2024-08-26T19:45:21.732Z | Compiling derive_builder v0.20.0 |
2063 | 2024-08-26T19:45:22.993Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2064 | 2024-08-26T19:45:23.071Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2065 | 2024-08-26T19:45:23.401Z | Compiling crossterm v0.28.1 |
2066 | 2024-08-26T19:45:26.905Z | Compiling pem v3.0.4 |
2067 | 2024-08-26T19:45:27.811Z | Compiling curve25519-dalek v4.1.3 |
2068 | 2024-08-26T19:45:28.257Z | Compiling impl-trait-for-tuples v0.2.2 |
2069 | 2024-08-26T19:45:28.439Z | Compiling oso-derive v0.27.3 |
2070 | 2024-08-26T19:45:29.415Z | Compiling libz-sys v1.1.16 |
2071 | 2024-08-26T19:45:30.086Z | Compiling quick-xml v0.31.0 |
2072 | 2024-08-26T19:45:31.493Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2073 | 2024-08-26T19:45:31.830Z | Compiling parking_lot_core v0.8.6 |
2074 | 2024-08-26T19:45:32.265Z | Compiling keccak v0.1.5 |
2075 | 2024-08-26T19:45:33.289Z | Compiling sha3 v0.10.8 |
2076 | 2024-08-26T19:45:34.409Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2077 | 2024-08-26T19:45:34.432Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2078 | 2024-08-26T19:45:34.489Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2079 | 2024-08-26T19:45:35.137Z | Compiling oso v0.27.3 |
2080 | 2024-08-26T19:45:36.014Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2081 | 2024-08-26T19:45:36.337Z | Compiling bb8 v0.8.5 |
2082 | 2024-08-26T19:45:36.929Z | Compiling const_format_proc_macros v0.2.32 |
2083 | 2024-08-26T19:45:38.860Z | Compiling universal-hash v0.5.1 |
2084 | 2024-08-26T19:45:39.109Z | Compiling secrecy v0.8.0 |
2085 | 2024-08-26T19:45:39.398Z | Compiling thiserror-impl-no-std v2.0.2 |
2086 | 2024-08-26T19:45:39.694Z | Compiling curve25519-dalek-derive v0.1.1 |
2087 | 2024-08-26T19:45:41.094Z | Compiling vte_generate_state_changes v0.1.1 |
2088 | 2024-08-26T19:45:41.779Z | Compiling buf-list v1.0.3 |
2089 | 2024-08-26T19:45:42.218Z | Compiling opaque-debug v0.3.1 |
2090 | 2024-08-26T19:45:42.325Z | Compiling poly1305 v0.8.0 |
2091 | 2024-08-26T19:45:42.411Z | Compiling thiserror-no-std v2.0.2 |
2092 | 2024-08-26T19:45:42.540Z | Compiling vte v0.11.1 |
2093 | 2024-08-26T19:45:44.033Z | Compiling const_format v0.2.32 |
2094 | 2024-08-26T19:45:45.283Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2095 | 2024-08-26T19:45:47.461Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2096 | 2024-08-26T19:45:47.780Z | Compiling chacha20 v0.9.1 |
2097 | 2024-08-26T19:45:48.240Z | Compiling fd-lock v4.0.2 |
2098 | 2024-08-26T19:45:48.480Z | Compiling aead v0.5.2 |
2099 | 2024-08-26T19:45:48.827Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2100 | 2024-08-26T19:45:49.612Z | Compiling pin-project-internal v1.1.5 |
2101 | 2024-08-26T19:45:50.803Z | Compiling bytecount v0.6.8 |
2102 | 2024-08-26T19:45:51.126Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2103 | 2024-08-26T19:45:51.483Z | Compiling papergrid v0.11.0 |
2104 | 2024-08-26T19:45:52.406Z | Compiling pin-project v1.1.5 |
2105 | 2024-08-26T19:45:52.554Z | Compiling chacha20poly1305 v0.10.1 |
2106 | 2024-08-26T19:45:52.804Z | Compiling parking_lot v0.11.2 |
2107 | 2024-08-26T19:45:53.045Z | Compiling vsss-rs v3.3.4 |
2108 | 2024-08-26T19:45:54.815Z | Compiling strip-ansi-escapes v0.2.0 |
2109 | 2024-08-26T19:45:56.546Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2110 | 2024-08-26T19:45:57.440Z | Compiling tabled_derive v0.7.0 |
2111 | 2024-08-26T19:45:59.589Z | Compiling crossterm v0.27.0 |
2112 | 2024-08-26T19:46:01.403Z | Compiling peg-macros v0.8.4 |
2113 | 2024-08-26T19:46:02.912Z | Compiling kstat-rs v0.2.4 |
2114 | 2024-08-26T19:46:03.840Z | Compiling snafu-derive v0.8.2 |
2115 | 2024-08-26T19:46:04.564Z | Compiling sqlparser_derive v0.2.2 |
2116 | 2024-08-26T19:46:05.604Z | Compiling unicode_categories v0.1.1 |
2117 | 2024-08-26T19:46:06.018Z | Compiling nu-ansi-term v0.50.0 |
2118 | 2024-08-26T19:46:06.234Z | Compiling rustyline v14.0.0 |
2119 | 2024-08-26T19:46:07.236Z | Compiling reedline v0.33.0 |
2120 | 2024-08-26T19:46:08.632Z | Compiling snafu v0.8.2 |
2121 | 2024-08-26T19:46:09.942Z | Compiling sqlformat v0.2.4 |
2122 | 2024-08-26T19:46:17.969Z | Compiling sqlparser v0.45.0 |
2123 | 2024-08-26T19:46:18.764Z | Compiling peg v0.8.4 |
2124 | 2024-08-26T19:46:18.873Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2125 | 2024-08-26T19:46:20.340Z | Compiling tabled v0.15.0 |
2126 | 2024-08-26T19:46:29.232Z | Compiling sled v0.34.7 |
2127 | 2024-08-26T19:46:34.431Z | Compiling mime_guess v2.0.4 |
2128 | 2024-08-26T19:46:35.700Z | Compiling hickory-client v0.24.1 |
2129 | 2024-08-26T19:46:37.360Z | Compiling env_logger v0.9.3 |
2130 | 2024-08-26T19:46:41.007Z | Compiling tungstenite v0.20.1 |
2131 | 2024-08-26T19:46:41.529Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2132 | 2024-08-26T19:46:42.451Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2133 | 2024-08-26T19:46:42.710Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2134 | 2024-08-26T19:46:48.108Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2135 | 2024-08-26T19:46:51.118Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2136 | 2024-08-26T19:46:52.608Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2137 | 2024-08-26T19:46:53.088Z | Compiling hickory-server v0.24.1 |
2138 | 2024-08-26T19:46:55.717Z | Compiling globset v0.4.14 |
2139 | 2024-08-26T19:47:02.024Z | Compiling olpc-cjson v0.1.3 |
2140 | 2024-08-26T19:47:02.349Z | Compiling bcs v0.1.6 |
2141 | 2024-08-26T19:47:02.855Z | Compiling vergen v8.3.2 |
2142 | 2024-08-26T19:47:03.187Z | Compiling bitstruct_derive v0.1.0 |
2143 | 2024-08-26T19:47:03.249Z | Compiling cargo-platform v0.1.8 |
2144 | 2024-08-26T19:47:03.340Z | Compiling serde_plain v1.0.2 |
2145 | 2024-08-26T19:47:03.733Z | Compiling nanorand v0.7.0 |
2146 | 2024-08-26T19:47:03.867Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2147 | 2024-08-26T19:47:04.022Z | Compiling memoffset v0.9.1 |
2148 | 2024-08-26T19:47:04.349Z | Compiling ascii v1.1.0 |
2149 | 2024-08-26T19:47:04.388Z | Compiling typed-path v0.7.1 |
2150 | 2024-08-26T19:47:04.467Z | Compiling bitstruct v0.1.1 |
2151 | 2024-08-26T19:47:04.751Z | Compiling flume v0.11.0 |
2152 | 2024-08-26T19:47:05.138Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2153 | 2024-08-26T19:47:05.293Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2154 | 2024-08-26T19:47:05.546Z | Compiling cargo_metadata v0.18.1 |
2155 | 2024-08-26T19:47:05.624Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2156 | 2024-08-26T19:47:07.581Z | Compiling tough v0.17.1 |
2157 | 2024-08-26T19:47:08.699Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2158 | 2024-08-26T19:47:08.870Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2159 | 2024-08-26T19:47:09.441Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2160 | 2024-08-26T19:47:11.218Z | Compiling git2 v0.19.0 |
2161 | 2024-08-26T19:47:19.083Z | Compiling tokio-tungstenite v0.20.1 |
2162 | 2024-08-26T19:47:20.319Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2163 | 2024-08-26T19:47:20.343Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2164 | 2024-08-26T19:47:21.584Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2165 | 2024-08-26T19:47:22.828Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2166 | 2024-08-26T19:47:24.832Z | Compiling libsqlite3-sys v0.28.0 |
2167 | 2024-08-26T19:47:25.374Z | Compiling erased-serde v0.3.31 |
2168 | 2024-08-26T19:47:27.114Z | Compiling serde_arrays v0.1.0 |
2169 | 2024-08-26T19:47:27.323Z | Compiling parse-size v1.0.0 |
2170 | 2024-08-26T19:47:27.625Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2171 | 2024-08-26T19:47:31.652Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2172 | 2024-08-26T19:47:34.880Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2173 | 2024-08-26T19:47:35.621Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2174 | 2024-08-26T19:47:36.228Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2175 | 2024-08-26T19:47:36.569Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2176 | 2024-08-26T19:47:38.583Z | Compiling heck v0.3.3 |
2177 | 2024-08-26T19:47:38.968Z | Compiling rand_seeder v0.3.0 |
2178 | 2024-08-26T19:47:39.381Z | Compiling castaway v0.2.3 |
2179 | 2024-08-26T19:47:39.582Z | Compiling csv-core v0.1.11 |
2180 | 2024-08-26T19:47:40.473Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2181 | 2024-08-26T19:47:42.698Z | Compiling http-range v0.1.5 |
2182 | 2024-08-26T19:47:43.280Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2183 | 2024-08-26T19:47:43.283Z | Compiling hyper-staticfile v0.9.5 |
2184 | 2024-08-26T19:47:43.627Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2185 | 2024-08-26T19:47:44.284Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2186 | 2024-08-26T19:47:46.378Z | Compiling csv v1.3.0 |
2187 | 2024-08-26T19:47:48.498Z | Compiling compact_str v0.8.0 |
2188 | 2024-08-26T19:47:51.142Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2189 | 2024-08-26T19:47:51.366Z | Compiling zone_cfg_derive v0.1.2 |
2190 | 2024-08-26T19:47:52.715Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2191 | 2024-08-26T19:47:52.832Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2192 | 2024-08-26T19:47:52.958Z | Compiling nix v0.27.1 |
2193 | 2024-08-26T19:47:54.485Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2194 | 2024-08-26T19:47:55.895Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2195 | 2024-08-26T19:47:57.393Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2196 | 2024-08-26T19:48:00.558Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2197 | 2024-08-26T19:48:00.949Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2198 | 2024-08-26T19:48:01.275Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2199 | 2024-08-26T19:48:01.612Z | Compiling unicode-truncate v1.0.0 |
2200 | 2024-08-26T19:48:01.906Z | Compiling hashlink v0.9.1 |
2201 | 2024-08-26T19:48:02.728Z | Compiling lru v0.12.3 |
2202 | 2024-08-26T19:48:03.110Z | Compiling serde-big-array v0.5.1 |
2203 | 2024-08-26T19:48:03.386Z | Compiling instability v0.3.2 |
2204 | 2024-08-26T19:48:04.386Z | Compiling fallible-iterator v0.3.0 |
2205 | 2024-08-26T19:48:04.845Z | Compiling fallible-streaming-iterator v0.1.9 |
2206 | 2024-08-26T19:48:05.129Z | Compiling cassowary v0.3.0 |
2207 | 2024-08-26T19:48:05.211Z | Compiling base64 v0.13.1 |
2208 | 2024-08-26T19:48:05.970Z | Compiling ron v0.7.1 |
2209 | 2024-08-26T19:48:08.792Z | Compiling ratatui v0.28.0 |
2210 | 2024-08-26T19:48:09.987Z | Compiling rusqlite v0.31.0 |
2211 | 2024-08-26T19:48:11.642Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2212 | 2024-08-26T19:48:24.374Z | Compiling zone v0.1.8 |
2213 | 2024-08-26T19:48:26.139Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2214 | 2024-08-26T19:48:27.709Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2215 | 2024-08-26T19:48:28.377Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2216 | 2024-08-26T19:48:29.058Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2217 | 2024-08-26T19:48:30.666Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2218 | 2024-08-26T19:48:32.503Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2219 | 2024-08-26T19:48:33.559Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2220 | 2024-08-26T19:48:36.640Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2221 | 2024-08-26T19:48:36.964Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2222 | 2024-08-26T19:48:37.139Z | Compiling signal-hook-tokio v0.3.1 |
2223 | 2024-08-26T19:48:37.363Z | Compiling twox-hash v1.6.3 |
2224 | 2024-08-26T19:48:38.415Z | Compiling yasna v0.5.2 |
2225 | 2024-08-26T19:48:41.897Z | Compiling portpicker v0.1.1 |
2226 | 2024-08-26T19:48:41.973Z | Compiling unicode-linebreak v0.1.5 |
2227 | 2024-08-26T19:48:42.310Z | Compiling smawk v0.3.2 |
2228 | 2024-08-26T19:48:42.535Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2229 | 2024-08-26T19:48:42.585Z | Compiling textwrap v0.16.1 |
2230 | 2024-08-26T19:48:45.526Z | Compiling rcgen v0.12.1 |
2231 | 2024-08-26T19:48:49.902Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2232 | 2024-08-26T19:48:51.899Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2233 | 2024-08-26T19:48:56.499Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2234 | 2024-08-26T19:48:57.363Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2235 | 2024-08-26T19:49:01.621Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2236 | 2024-08-26T19:49:02.170Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2237 | 2024-08-26T19:49:02.486Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2238 | 2024-08-26T19:49:02.802Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2239 | 2024-08-26T19:49:08.624Z | Compiling atomicwrites v0.4.3 |
2240 | 2024-08-26T19:49:09.197Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2241 | 2024-08-26T19:49:09.772Z | Compiling fatfs v0.3.6 |
2242 | 2024-08-26T19:49:11.388Z | Compiling rtoolbox v0.0.2 |
2243 | 2024-08-26T19:49:11.826Z | Compiling subprocess v0.2.9 |
2244 | 2024-08-26T19:49:12.588Z | Compiling is_ci v1.2.0 |
2245 | 2024-08-26T19:49:12.899Z | Compiling assert_matches v1.5.0 |
2246 | 2024-08-26T19:49:13.146Z | Compiling supports-color v3.0.0 |
2247 | 2024-08-26T19:49:13.843Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2248 | 2024-08-26T19:49:16.720Z | Compiling rpassword v7.3.1 |
2249 | 2024-08-26T19:49:17.178Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2250 | 2024-08-26T19:49:18.461Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2251 | 2024-08-26T19:49:18.747Z | Compiling tui-tree-widget v0.22.0 |
2252 | 2024-08-26T19:49:19.207Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2253 | 2024-08-26T19:49:20.442Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2254 | 2024-08-26T19:49:20.919Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2255 | 2024-08-26T19:49:21.251Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2256 | 2024-08-26T19:49:25.583Z | Compiling uzers v0.11.3 |
2257 | 2024-08-26T19:49:27.616Z | Compiling shell-words v1.1.0 |
2258 | 2024-08-26T19:49:28.054Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2259 | 2024-08-26T19:49:28.214Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2260 | 2024-08-26T19:49:30.134Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2261 | 2024-08-26T19:49:33.887Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2262 | 2024-08-26T19:49:44.059Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2263 | 2024-08-26T19:49:55.070Z | Compiling multimap v0.10.0 |
2264 | 2024-08-26T19:51:36.921Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2265 | 2024-08-26T19:52:04.625Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2266 | 2024-08-26T19:58:44.123Z | Finished `release` profile [optimized] target(s) in 15m 11s |
2267 | 2024-08-26T19:59:41.446Z | |
2268 | 2024-08-26T19:59:41.448Z | real 16:09.765051202 |
2269 | 2024-08-26T19:59:41.448Z | user 1:51:13.394973608 |
2270 | 2024-08-26T19:59:41.448Z | sys 5:37.291921516 |
2271 | 2024-08-26T19:59:41.448Z | trap 2.678898186 |
2272 | 2024-08-26T19:59:41.449Z | tflt 3.268406483 |
2273 | 2024-08-26T19:59:41.449Z | dflt 3.477064325 |
2274 | 2024-08-26T19:59:41.449Z | kflt 0.041819028 |
2275 | 2024-08-26T19:59:41.449Z | lock 6:42:05.008965035 |
2276 | 2024-08-26T19:59:41.449Z | slp 5:41:28.209207066 |
2277 | 2024-08-26T19:59:41.449Z | lat 2:42.363794305 |
2278 | 2024-08-26T19:59:41.449Z | stop 2:29.546952970 |
2279 | 2024-08-26T19:59:41.449Z | + mapfile -t packages |
2280 | 2024-08-26T19:59:41.449Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2281 | 2024-08-26T19:59:42.442Z | Finished `release` profile [optimized] target(s) in 0.94s |
2282 | 2024-08-26T19:59:42.491Z | Running `target/release/omicron-package -t test list-outputs` |
2283 | 2024-08-26T19:59:42.538Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2284 | 2024-08-26T19:59:42.542Z | + ptime -m cargo build --locked --release -p xtask |
2285 | 2024-08-26T19:59:43.132Z | Compiling serde v1.0.208 |
2286 | 2024-08-26T19:59:43.134Z | Compiling libc v0.2.156 |
2287 | 2024-08-26T19:59:43.134Z | Compiling serde_json v1.0.125 |
2288 | 2024-08-26T19:59:43.224Z | Compiling syn v2.0.74 |
2289 | 2024-08-26T19:59:43.242Z | Compiling usdt-impl v0.5.0 |
2290 | 2024-08-26T19:59:43.252Z | Compiling rustix v0.38.34 |
2291 | 2024-08-26T19:59:43.587Z | Compiling syn v1.0.109 |
2292 | 2024-08-26T19:59:43.635Z | Compiling log v0.4.21 |
2293 | 2024-08-26T19:59:43.719Z | Compiling hashbrown v0.14.5 |
2294 | 2024-08-26T19:59:43.735Z | Compiling bitflags v2.6.0 |
2295 | 2024-08-26T19:59:43.751Z | Compiling fs-err v2.11.0 |
2296 | 2024-08-26T19:59:44.140Z | Compiling anyhow v1.0.86 |
2297 | 2024-08-26T19:59:44.688Z | Compiling thread-id v4.2.1 |
2298 | 2024-08-26T19:59:45.141Z | Compiling indexmap v2.4.0 |
2299 | 2024-08-26T19:59:45.171Z | Compiling terminal_size v0.3.0 |
2300 | 2024-08-26T19:59:45.352Z | Compiling clap_builder v4.5.15 |
2301 | 2024-08-26T19:59:46.626Z | Compiling proc-macro-error v1.0.4 |
2302 | 2024-08-26T19:59:47.942Z | Compiling tabled_derive v0.7.0 |
2303 | 2024-08-26T19:59:49.263Z | Compiling tabled v0.15.0 |
2304 | 2024-08-26T19:59:51.365Z | Compiling serde_derive v1.0.208 |
2305 | 2024-08-26T19:59:51.385Z | Compiling thiserror-impl v1.0.63 |
2306 | 2024-08-26T19:59:53.533Z | Compiling zerocopy-derive v0.7.34 |
2307 | 2024-08-26T19:59:54.213Z | Compiling thiserror v1.0.63 |
2308 | 2024-08-26T19:59:54.368Z | Compiling pest v2.7.10 |
2309 | 2024-08-26T19:59:54.831Z | Compiling scroll_derive v0.12.0 |
2310 | 2024-08-26T19:59:55.552Z | Compiling zerocopy v0.7.34 |
2311 | 2024-08-26T19:59:56.182Z | Compiling scroll v0.12.0 |
2312 | 2024-08-26T19:59:56.853Z | Compiling goblin v0.8.2 |
2313 | 2024-08-26T19:59:57.177Z | Compiling pest_meta v2.7.10 |
2314 | 2024-08-26T19:59:58.892Z | Compiling pest_generator v2.7.10 |
2315 | 2024-08-26T20:00:00.682Z | Compiling clap_derive v4.5.13 |
2316 | 2024-08-26T20:00:01.289Z | Compiling pest_derive v2.7.10 |
2317 | 2024-08-26T20:00:02.106Z | Compiling dtrace-parser v0.2.0 |
2318 | 2024-08-26T20:00:05.310Z | Compiling clap v4.5.16 |
2319 | 2024-08-26T20:00:05.802Z | Compiling serde_tokenstream v0.2.2 |
2320 | 2024-08-26T20:00:05.819Z | Compiling toml_datetime v0.6.8 |
2321 | 2024-08-26T20:00:06.385Z | Compiling serde_spanned v0.6.7 |
2322 | 2024-08-26T20:00:06.529Z | Compiling semver v1.0.23 |
2323 | 2024-08-26T20:00:06.654Z | Compiling toml_edit v0.22.20 |
2324 | 2024-08-26T20:00:08.046Z | Compiling dof v0.3.0 |
2325 | 2024-08-26T20:00:09.723Z | Compiling camino v1.1.9 |
2326 | 2024-08-26T20:00:10.440Z | Compiling usdt-macro v0.5.0 |
2327 | 2024-08-26T20:00:11.075Z | Compiling usdt-attr-macro v0.5.0 |
2328 | 2024-08-26T20:00:11.720Z | Compiling toml v0.8.19 |
2329 | 2024-08-26T20:00:11.736Z | Compiling cargo-platform v0.1.8 |
2330 | 2024-08-26T20:00:12.483Z | Compiling usdt v0.5.0 |
2331 | 2024-08-26T20:00:12.845Z | Compiling cargo_toml v0.20.4 |
2332 | 2024-08-26T20:00:13.888Z | Compiling cargo_metadata v0.18.1 |
2333 | 2024-08-26T20:00:13.936Z | Compiling macaddr v1.0.1 |
2334 | 2024-08-26T20:00:27.366Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2335 | 2024-08-26T20:00:38.430Z | Finished `release` profile [optimized] target(s) in 55.84s |
2336 | 2024-08-26T20:00:38.529Z | |
2337 | 2024-08-26T20:00:38.529Z | real 55.963580630 |
2338 | 2024-08-26T20:00:38.530Z | user 5:38.303156526 |
2339 | 2024-08-26T20:00:38.530Z | sys 31.595152811 |
2340 | 2024-08-26T20:00:38.530Z | trap 0.147447009 |
2341 | 2024-08-26T20:00:38.530Z | tflt 0.381395297 |
2342 | 2024-08-26T20:00:38.530Z | dflt 0.421431731 |
2343 | 2024-08-26T20:00:38.530Z | kflt 0.008384166 |
2344 | 2024-08-26T20:00:38.532Z | lock 11:42.197059967 |
2345 | 2024-08-26T20:00:38.532Z | slp 17:06.118772548 |
2346 | 2024-08-26T20:00:38.532Z | lat 13.637181540 |
2347 | 2024-08-26T20:00:38.533Z | stop 16.396595914 |
2348 | 2024-08-26T20:00:38.533Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2349 | 2024-08-26T20:00:38.533Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2350 | 2024-08-26T20:00:38.533Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2351 | 2024-08-26T20:00:38.533Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2352 | 2024-08-26T20:00:38.533Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2353 | 2024-08-26T20:00:39.107Z | Downloading crates ... |
2354 | 2024-08-26T20:00:39.347Z | Downloaded md5 v0.7.0 |
2355 | 2024-08-26T20:00:39.350Z | Downloaded hex-literal v0.4.1 |
2356 | 2024-08-26T20:00:39.352Z | Downloaded polyval v0.6.2 |
2357 | 2024-08-26T20:00:39.361Z | Downloaded rfc6979 v0.4.0 |
2358 | 2024-08-26T20:00:39.363Z | Downloaded blowfish v0.9.1 |
2359 | 2024-08-26T20:00:39.366Z | Downloaded russh-cryptovec v0.7.2 |
2360 | 2024-08-26T20:00:39.368Z | Downloaded option-ext v0.2.0 |
2361 | 2024-08-26T20:00:39.377Z | Downloaded ecdsa v0.16.9 |
2362 | 2024-08-26T20:00:39.380Z | Downloaded dhcproto-macros v0.1.0 |
2363 | 2024-08-26T20:00:39.384Z | Downloaded ssh-cipher v0.2.0 |
2364 | 2024-08-26T20:00:39.387Z | Downloaded password-hash v0.4.2 |
2365 | 2024-08-26T20:00:39.389Z | Downloaded ed25519-dalek v2.1.1 |
2366 | 2024-08-26T20:00:39.393Z | Downloaded dirs v5.0.1 |
2367 | 2024-08-26T20:00:39.401Z | Downloaded ssh-key v0.6.6 |
2368 | 2024-08-26T20:00:39.408Z | Downloaded russh-keys v0.44.0 |
2369 | 2024-08-26T20:00:39.411Z | Downloaded p384 v0.13.0 |
2370 | 2024-08-26T20:00:39.416Z | Downloaded p256 v0.13.2 |
2371 | 2024-08-26T20:00:39.419Z | Downloaded dhcproto v0.12.0 |
2372 | 2024-08-26T20:00:39.422Z | Downloaded ghash v0.5.1 |
2373 | 2024-08-26T20:00:39.425Z | Downloaded internet-checksum v0.2.1 |
2374 | 2024-08-26T20:00:39.425Z | Downloaded dirs-sys v0.4.1 |
2375 | 2024-08-26T20:00:39.427Z | Downloaded p521 v0.13.3 |
2376 | 2024-08-26T20:00:39.430Z | Downloaded ssh-encoding v0.2.0 |
2377 | 2024-08-26T20:00:39.432Z | Downloaded primeorder v0.13.6 |
2378 | 2024-08-26T20:00:39.432Z | Downloaded bcrypt-pbkdf v0.10.0 |
2379 | 2024-08-26T20:00:39.434Z | Downloaded pbkdf2 v0.11.0 |
2380 | 2024-08-26T20:00:39.435Z | Downloaded ed25519 v2.2.3 |
2381 | 2024-08-26T20:00:39.445Z | Downloaded russh v0.44.1 |
2382 | 2024-08-26T20:00:39.451Z | Downloaded num-bigint v0.4.5 |
2383 | 2024-08-26T20:00:39.454Z | Downloaded aes-gcm v0.10.3 |
2384 | 2024-08-26T20:00:39.602Z | Compiling regress v0.9.1 |
2385 | 2024-08-26T20:00:39.716Z | Compiling getopts v0.2.21 |
2386 | 2024-08-26T20:00:39.719Z | Compiling unsafe-libyaml v0.2.11 |
2387 | 2024-08-26T20:00:39.719Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2388 | 2024-08-26T20:00:39.727Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2389 | 2024-08-26T20:00:39.748Z | Compiling http v1.1.0 |
2390 | 2024-08-26T20:00:39.776Z | Compiling match_cfg v0.1.0 |
2391 | 2024-08-26T20:00:39.779Z | Compiling toml v0.8.19 |
2392 | 2024-08-26T20:00:39.869Z | Compiling hostname v0.3.1 |
2393 | 2024-08-26T20:00:40.111Z | Compiling rustls-pki-types v1.7.0 |
2394 | 2024-08-26T20:00:40.173Z | Compiling rustls v0.22.4 |
2395 | 2024-08-26T20:00:40.204Z | Compiling paste v1.0.15 |
2396 | 2024-08-26T20:00:40.471Z | Compiling ident_case v1.0.1 |
2397 | 2024-08-26T20:00:40.630Z | Compiling darling_core v0.20.9 |
2398 | 2024-08-26T20:00:40.657Z | Compiling rustls-webpki v0.102.4 |
2399 | 2024-08-26T20:00:40.866Z | Compiling ipnetwork v0.20.0 |
2400 | 2024-08-26T20:00:40.957Z | Compiling multer v3.1.0 |
2401 | 2024-08-26T20:00:41.283Z | Compiling serde_yaml v0.9.34+deprecated |
2402 | 2024-08-26T20:00:41.776Z | Compiling slog-json v2.6.1 |
2403 | 2024-08-26T20:00:42.145Z | Compiling async-stream-impl v0.3.5 |
2404 | 2024-08-26T20:00:42.313Z | Compiling instant v0.1.12 |
2405 | 2024-08-26T20:00:42.477Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2406 | 2024-08-26T20:00:42.804Z | Compiling atomic-waker v1.1.2 |
2407 | 2024-08-26T20:00:42.823Z | Compiling debug-ignore v1.0.5 |
2408 | 2024-08-26T20:00:42.982Z | Compiling waitgroup v0.1.2 |
2409 | 2024-08-26T20:00:43.019Z | Compiling slog-bunyan v2.5.0 |
2410 | 2024-08-26T20:00:43.208Z | Compiling rustls-pemfile v2.1.3 |
2411 | 2024-08-26T20:00:43.230Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2412 | 2024-08-26T20:00:43.580Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2413 | 2024-08-26T20:00:43.667Z | Compiling async-stream v0.3.5 |
2414 | 2024-08-26T20:00:44.010Z | Compiling serde_path_to_error v0.1.16 |
2415 | 2024-08-26T20:00:44.214Z | Compiling hostname v0.4.0 |
2416 | 2024-08-26T20:00:44.506Z | Compiling structmeta-derive v0.3.0 |
2417 | 2024-08-26T20:00:44.898Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2418 | 2024-08-26T20:00:44.900Z | Compiling newtype-uuid v1.1.0 |
2419 | 2024-08-26T20:00:45.219Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2420 | 2024-08-26T20:00:45.551Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2421 | 2024-08-26T20:00:45.661Z | Compiling backoff v0.4.0 |
2422 | 2024-08-26T20:00:45.904Z | Compiling tokio-rustls v0.25.0 |
2423 | 2024-08-26T20:00:46.016Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2424 | 2024-08-26T20:00:46.037Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2425 | 2024-08-26T20:00:46.200Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2426 | 2024-08-26T20:00:46.323Z | Compiling macaddr v1.0.1 |
2427 | 2024-08-26T20:00:46.376Z | Compiling proc-macro-crate v1.3.1 |
2428 | 2024-08-26T20:00:46.786Z | Compiling fastrand v2.1.0 |
2429 | 2024-08-26T20:00:46.818Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2430 | 2024-08-26T20:00:47.222Z | Compiling tempfile v3.10.1 |
2431 | 2024-08-26T20:00:47.355Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2432 | 2024-08-26T20:00:47.475Z | Compiling num_enum_derive v0.5.11 |
2433 | 2024-08-26T20:00:47.564Z | Compiling structmeta v0.3.0 |
2434 | 2024-08-26T20:00:47.683Z | Compiling foreign-types-macros v0.2.3 |
2435 | 2024-08-26T20:00:47.894Z | Compiling darling_macro v0.20.9 |
2436 | 2024-08-26T20:00:47.998Z | Compiling parse-display-derive v0.10.0 |
2437 | 2024-08-26T20:00:48.078Z | Compiling foreign-types-shared v0.3.1 |
2438 | 2024-08-26T20:00:48.205Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2439 | 2024-08-26T20:00:48.511Z | Compiling heapless v0.8.0 |
2440 | 2024-08-26T20:00:48.905Z | Compiling darling v0.20.9 |
2441 | 2024-08-26T20:00:49.036Z | Compiling serde_with_macros v3.9.0 |
2442 | 2024-08-26T20:00:49.110Z | Compiling foreign-types v0.5.0 |
2443 | 2024-08-26T20:00:49.265Z | Compiling proc-macro-error v1.0.4 |
2444 | 2024-08-26T20:00:49.811Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2445 | 2024-08-26T20:00:50.006Z | Compiling cstr-argument v0.1.2 |
2446 | 2024-08-26T20:00:50.141Z | Compiling num_enum v0.5.11 |
2447 | 2024-08-26T20:00:50.267Z | Compiling hash32 v0.3.1 |
2448 | 2024-08-26T20:00:50.309Z | Compiling pretty-hex v0.2.1 |
2449 | 2024-08-26T20:00:50.493Z | Compiling smoltcp v0.11.0 |
2450 | 2024-08-26T20:00:50.516Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2451 | 2024-08-26T20:00:50.907Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2452 | 2024-08-26T20:00:51.292Z | Compiling camino-tempfile v1.1.1 |
2453 | 2024-08-26T20:00:51.533Z | Compiling tabwriter v1.4.0 |
2454 | 2024-08-26T20:00:51.755Z | Compiling colored v2.1.0 |
2455 | 2024-08-26T20:00:51.773Z | Compiling embedded-io v0.4.0 |
2456 | 2024-08-26T20:00:51.976Z | Compiling cobs v0.2.3 |
2457 | 2024-08-26T20:00:52.021Z | Compiling serde_with v3.9.0 |
2458 | 2024-08-26T20:00:52.060Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2459 | 2024-08-26T20:00:52.280Z | Compiling postcard v1.0.8 |
2460 | 2024-08-26T20:00:52.382Z | Compiling crucible-workspace-hack v0.1.0 |
2461 | 2024-08-26T20:00:52.507Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2462 | 2024-08-26T20:00:52.720Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2463 | 2024-08-26T20:00:52.739Z | Compiling parse-display v0.10.0 |
2464 | 2024-08-26T20:00:52.768Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2465 | 2024-08-26T20:00:53.138Z | Compiling smf v0.2.3 |
2466 | 2024-08-26T20:00:53.215Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2467 | 2024-08-26T20:00:53.572Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2468 | 2024-08-26T20:00:53.624Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2469 | 2024-08-26T20:00:54.181Z | Compiling num-derive v0.4.2 |
2470 | 2024-08-26T20:00:54.562Z | Compiling sigpipe v0.1.3 |
2471 | 2024-08-26T20:00:54.698Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2472 | 2024-08-26T20:00:55.072Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2473 | 2024-08-26T20:00:55.212Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2474 | 2024-08-26T20:00:56.007Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2475 | 2024-08-26T20:00:56.273Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2476 | 2024-08-26T20:00:56.617Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2477 | 2024-08-26T20:00:56.699Z | Compiling universal-hash v0.5.1 |
2478 | 2024-08-26T20:00:56.785Z | Compiling opaque-debug v0.3.1 |
2479 | 2024-08-26T20:00:56.787Z | Compiling utf-8 v0.7.6 |
2480 | 2024-08-26T20:00:56.837Z | Compiling num-rational v0.4.2 |
2481 | 2024-08-26T20:00:56.891Z | Compiling curve25519-dalek v4.1.3 |
2482 | 2024-08-26T20:00:56.893Z | Compiling num-complex v0.4.6 |
2483 | 2024-08-26T20:00:57.132Z | Compiling humantime v2.1.0 |
2484 | 2024-08-26T20:00:57.586Z | Compiling password-hash v0.5.0 |
2485 | 2024-08-26T20:00:57.662Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2486 | 2024-08-26T20:00:57.681Z | Compiling blake2 v0.10.6 |
2487 | 2024-08-26T20:00:57.681Z | Compiling aead v0.5.2 |
2488 | 2024-08-26T20:00:57.988Z | Compiling num v0.4.3 |
2489 | 2024-08-26T20:00:58.052Z | Compiling curve25519-dalek-derive v0.1.1 |
2490 | 2024-08-26T20:00:58.072Z | Compiling float-ord v0.3.2 |
2491 | 2024-08-26T20:00:58.103Z | Compiling poly1305 v0.8.0 |
2492 | 2024-08-26T20:00:58.251Z | Compiling argon2 v0.5.3 |
2493 | 2024-08-26T20:00:58.609Z | Compiling chacha20 v0.9.1 |
2494 | 2024-08-26T20:00:58.659Z | Compiling convert_case v0.4.0 |
2495 | 2024-08-26T20:00:59.083Z | Compiling semver v0.1.20 |
2496 | 2024-08-26T20:00:59.249Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2497 | 2024-08-26T20:00:59.617Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2498 | 2024-08-26T20:00:59.717Z | Compiling derive_more v0.99.18 |
2499 | 2024-08-26T20:00:59.787Z | Compiling rustc_version v0.1.7 |
2500 | 2024-08-26T20:00:59.866Z | Compiling tungstenite v0.21.0 |
2501 | 2024-08-26T20:00:59.885Z | Compiling newline-converter v0.3.0 |
2502 | 2024-08-26T20:01:00.053Z | Compiling atty v0.2.14 |
2503 | 2024-08-26T20:01:00.207Z | Compiling same-file v1.0.6 |
2504 | 2024-08-26T20:01:00.324Z | Compiling rayon-core v1.12.1 |
2505 | 2024-08-26T20:01:00.512Z | Compiling walkdir v2.5.0 |
2506 | 2024-08-26T20:01:00.672Z | Compiling newtype_derive v0.1.6 |
2507 | 2024-08-26T20:01:00.926Z | Compiling expectorate v1.1.0 |
2508 | 2024-08-26T20:01:00.987Z | Compiling tokio-tungstenite v0.21.0 |
2509 | 2024-08-26T20:01:01.110Z | Compiling crossbeam-deque v0.8.5 |
2510 | 2024-08-26T20:01:01.233Z | Compiling prettyplease v0.2.20 |
2511 | 2024-08-26T20:01:01.276Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2512 | 2024-08-26T20:01:01.479Z | Compiling keccak v0.1.5 |
2513 | 2024-08-26T20:01:01.666Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2514 | 2024-08-26T20:01:02.003Z | Compiling sha3 v0.10.8 |
2515 | 2024-08-26T20:01:02.111Z | Compiling thiserror-impl-no-std v2.0.2 |
2516 | 2024-08-26T20:01:02.177Z | Compiling secrecy v0.8.0 |
2517 | 2024-08-26T20:01:02.235Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2518 | 2024-08-26T20:01:02.456Z | Compiling blake3 v1.5.1 |
2519 | 2024-08-26T20:01:02.478Z | Compiling ring v0.16.20 |
2520 | 2024-08-26T20:01:03.057Z | Compiling derive-where v1.2.7 |
2521 | 2024-08-26T20:01:03.140Z | Compiling half v2.4.1 |
2522 | 2024-08-26T20:01:03.358Z | Compiling cookie v0.18.1 |
2523 | 2024-08-26T20:01:03.667Z | Compiling unicase v2.7.0 |
2524 | 2024-08-26T20:01:03.745Z | Compiling quick-error v1.2.3 |
2525 | 2024-08-26T20:01:03.764Z | Compiling ciborium-io v0.2.2 |
2526 | 2024-08-26T20:01:03.940Z | Compiling linked-hash-map v0.5.6 |
2527 | 2024-08-26T20:01:03.960Z | Compiling termcolor v1.4.1 |
2528 | 2024-08-26T20:01:04.033Z | Compiling arc-swap v1.7.1 |
2529 | 2024-08-26T20:01:04.338Z | Compiling lru-cache v0.1.2 |
2530 | 2024-08-26T20:01:04.554Z | Compiling slog-scope v4.4.0 |
2531 | 2024-08-26T20:01:04.704Z | Compiling env_logger v0.9.3 |
2532 | 2024-08-26T20:01:05.109Z | Compiling resolv-conf v0.7.0 |
2533 | 2024-08-26T20:01:05.136Z | Compiling ciborium-ll v0.2.2 |
2534 | 2024-08-26T20:01:05.465Z | Compiling thiserror-no-std v2.0.2 |
2535 | 2024-08-26T20:01:05.921Z | Compiling rayon v1.10.0 |
2536 | 2024-08-26T20:01:06.048Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2537 | 2024-08-26T20:01:06.411Z | Compiling polyval v0.6.2 |
2538 | 2024-08-26T20:01:06.647Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2539 | 2024-08-26T20:01:06.766Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2540 | 2024-08-26T20:01:06.838Z | Compiling rfc6979 v0.4.0 |
2541 | 2024-08-26T20:01:06.915Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2542 | 2024-08-26T20:01:07.041Z | Compiling bitstruct_derive v0.1.0 |
2543 | 2024-08-26T20:01:07.094Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2544 | 2024-08-26T20:01:07.243Z | Compiling memmap2 v0.9.4 |
2545 | 2024-08-26T20:01:07.564Z | Compiling home v0.5.9 |
2546 | 2024-08-26T20:01:07.613Z | Compiling constant_time_eq v0.3.0 |
2547 | 2024-08-26T20:01:07.697Z | Compiling arrayref v0.3.7 |
2548 | 2024-08-26T20:01:07.806Z | Compiling highway v1.2.0 |
2549 | 2024-08-26T20:01:07.827Z | Compiling ascii v1.1.0 |
2550 | 2024-08-26T20:01:07.845Z | Compiling spin v0.5.2 |
2551 | 2024-08-26T20:01:08.101Z | Compiling libefi-sys v0.1.0 |
2552 | 2024-08-26T20:01:08.127Z | Compiling untrusted v0.7.1 |
2553 | 2024-08-26T20:01:08.318Z | Compiling parking_lot_core v0.8.6 |
2554 | 2024-08-26T20:01:08.432Z | Compiling arrayvec v0.7.4 |
2555 | 2024-08-26T20:01:08.469Z | Compiling bitstruct v0.1.1 |
2556 | 2024-08-26T20:01:08.590Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2557 | 2024-08-26T20:01:08.593Z | Compiling toolchain_find v0.4.0 |
2558 | 2024-08-26T20:01:08.872Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2559 | 2024-08-26T20:01:08.899Z | Compiling ecdsa v0.16.9 |
2560 | 2024-08-26T20:01:09.221Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2561 | 2024-08-26T20:01:09.314Z | Compiling ghash v0.5.1 |
2562 | 2024-08-26T20:01:09.514Z | Compiling steno v0.4.1 |
2563 | 2024-08-26T20:01:09.709Z | Compiling vsss-rs v3.3.4 |
2564 | 2024-08-26T20:01:09.781Z | Compiling hickory-resolver v0.24.1 |
2565 | 2024-08-26T20:01:10.220Z | Compiling ciborium v0.2.2 |
2566 | 2024-08-26T20:01:11.335Z | Compiling slog-stdlog v4.1.1 |
2567 | 2024-08-26T20:01:11.795Z | Compiling chacha20poly1305 v0.10.1 |
2568 | 2024-08-26T20:01:11.915Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2569 | 2024-08-26T20:01:12.022Z | Compiling primeorder v0.13.6 |
2570 | 2024-08-26T20:01:12.044Z | Compiling ctr v0.9.2 |
2571 | 2024-08-26T20:01:12.282Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2572 | 2024-08-26T20:01:12.413Z | Compiling serde_arrays v0.1.0 |
2573 | 2024-08-26T20:01:12.585Z | Compiling erased-serde v0.3.31 |
2574 | 2024-08-26T20:01:12.604Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2575 | 2024-08-26T20:01:12.661Z | Compiling bitfield-struct v0.6.1 |
2576 | 2024-08-26T20:01:12.680Z | Compiling slog-dtrace v0.3.0 |
2577 | 2024-08-26T20:01:13.006Z | Compiling cancel-safe-futures v0.1.5 |
2578 | 2024-08-26T20:01:13.025Z | Compiling topological-sort v0.2.2 |
2579 | 2024-08-26T20:01:13.261Z | Compiling omicron-zone-package v0.11.0 |
2580 | 2024-08-26T20:01:13.606Z | Compiling aes-gcm v0.10.3 |
2581 | 2024-08-26T20:01:13.949Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-08-26T20:01:14.109Z | Compiling slog-envlogger v2.2.0 |
2583 | 2024-08-26T20:01:14.158Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2584 | 2024-08-26T20:01:14.343Z | Compiling mime_guess v2.0.4 |
2585 | 2024-08-26T20:01:14.943Z | Compiling rustfmt-wrapper v0.2.1 |
2586 | 2024-08-26T20:01:15.105Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2587 | 2024-08-26T20:01:15.553Z | Compiling tungstenite v0.20.1 |
2588 | 2024-08-26T20:01:15.712Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2589 | 2024-08-26T20:01:15.964Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2590 | 2024-08-26T20:01:16.394Z | Compiling heck v0.3.3 |
2591 | 2024-08-26T20:01:16.476Z | Compiling ed25519 v2.2.3 |
2592 | 2024-08-26T20:01:16.848Z | Compiling ssh-encoding v0.2.0 |
2593 | 2024-08-26T20:01:17.181Z | Compiling blowfish v0.9.1 |
2594 | 2024-08-26T20:01:17.376Z | Compiling nibble_vec v0.1.0 |
2595 | 2024-08-26T20:01:17.408Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2596 | 2024-08-26T20:01:17.612Z | Compiling option-ext v0.2.0 |
2597 | 2024-08-26T20:01:17.636Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2598 | 2024-08-26T20:01:17.716Z | Compiling endian-type v0.1.2 |
2599 | 2024-08-26T20:01:17.739Z | Compiling dirs-sys v0.4.1 |
2600 | 2024-08-26T20:01:17.757Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2601 | 2024-08-26T20:01:17.805Z | Compiling bcrypt-pbkdf v0.10.0 |
2602 | 2024-08-26T20:01:17.963Z | Compiling radix_trie v0.2.1 |
2603 | 2024-08-26T20:01:18.435Z | Compiling ssh-cipher v0.2.0 |
2604 | 2024-08-26T20:01:18.477Z | Compiling zone_cfg_derive v0.1.2 |
2605 | 2024-08-26T20:01:18.501Z | Compiling ed25519-dalek v2.1.1 |
2606 | 2024-08-26T20:01:18.696Z | Compiling tokio-tungstenite v0.20.1 |
2607 | 2024-08-26T20:01:19.294Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2608 | 2024-08-26T20:01:19.368Z | Compiling parking_lot v0.11.2 |
2609 | 2024-08-26T20:01:19.848Z | Compiling gethostname v0.5.0 |
2610 | 2024-08-26T20:01:20.084Z | Compiling password-hash v0.4.2 |
2611 | 2024-08-26T20:01:20.103Z | Compiling libsw v3.3.1 |
2612 | 2024-08-26T20:01:20.227Z | Compiling fxhash v0.2.1 |
2613 | 2024-08-26T20:01:20.319Z | Compiling owo-colors v4.0.0 |
2614 | 2024-08-26T20:01:20.338Z | Compiling matches v0.1.10 |
2615 | 2024-08-26T20:01:20.341Z | Compiling linear-map v1.2.0 |
2616 | 2024-08-26T20:01:20.402Z | Compiling base64 v0.13.1 |
2617 | 2024-08-26T20:01:20.730Z | Compiling idna v0.2.3 |
2618 | 2024-08-26T20:01:20.741Z | Compiling sled v0.34.7 |
2619 | 2024-08-26T20:01:20.741Z | Compiling pbkdf2 v0.11.0 |
2620 | 2024-08-26T20:01:20.991Z | Compiling ron v0.7.1 |
2621 | 2024-08-26T20:01:21.079Z | Compiling zone v0.1.8 |
2622 | 2024-08-26T20:01:22.028Z | Compiling ssh-key v0.6.6 |
2623 | 2024-08-26T20:01:22.099Z | Compiling hickory-client v0.24.1 |
2624 | 2024-08-26T20:01:22.722Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2625 | 2024-08-26T20:01:22.742Z | Compiling dirs v5.0.1 |
2626 | 2024-08-26T20:01:23.370Z | Compiling p256 v0.13.2 |
2627 | 2024-08-26T20:01:23.488Z | Compiling p521 v0.13.3 |
2628 | 2024-08-26T20:01:24.251Z | Compiling p384 v0.13.0 |
2629 | 2024-08-26T20:01:25.785Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2630 | 2024-08-26T20:01:25.907Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2631 | 2024-08-26T20:01:26.231Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2632 | 2024-08-26T20:01:26.540Z | Compiling hickory-server v0.24.1 |
2633 | 2024-08-26T20:01:26.839Z | Compiling pem v3.0.4 |
2634 | 2024-08-26T20:01:26.953Z | Compiling enum-as-inner v0.5.1 |
2635 | 2024-08-26T20:01:26.986Z | Compiling yasna v0.5.2 |
2636 | 2024-08-26T20:01:27.678Z | Compiling portpicker v0.1.1 |
2637 | 2024-08-26T20:01:27.975Z | Compiling headers-core v0.2.0 |
2638 | 2024-08-26T20:01:28.027Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2639 | 2024-08-26T20:01:28.076Z | Compiling kstat-rs v0.2.4 |
2640 | 2024-08-26T20:01:28.156Z | Compiling nanorand v0.7.0 |
2641 | 2024-08-26T20:01:28.433Z | Compiling russh-cryptovec v0.7.2 |
2642 | 2024-08-26T20:01:28.709Z | Compiling md5 v0.7.0 |
2643 | 2024-08-26T20:01:28.730Z | Compiling glob v0.3.1 |
2644 | 2024-08-26T20:01:28.760Z | Compiling http-range v0.1.5 |
2645 | 2024-08-26T20:01:28.778Z | Compiling flume v0.11.0 |
2646 | 2024-08-26T20:01:29.139Z | Compiling russh-keys v0.44.0 |
2647 | 2024-08-26T20:01:29.244Z | Compiling hyper-staticfile v0.9.5 |
2648 | 2024-08-26T20:01:29.519Z | Compiling headers v0.3.9 |
2649 | 2024-08-26T20:01:29.796Z | Compiling trust-dns-proto v0.22.0 |
2650 | 2024-08-26T20:01:30.289Z | Compiling rcgen v0.12.1 |
2651 | 2024-08-26T20:01:31.102Z | Compiling atomicwrites v0.4.3 |
2652 | 2024-08-26T20:01:31.500Z | Compiling num-bigint v0.4.5 |
2653 | 2024-08-26T20:01:31.523Z | Compiling itertools v0.13.0 |
2654 | 2024-08-26T20:01:32.040Z | Compiling subprocess v0.2.9 |
2655 | 2024-08-26T20:01:32.761Z | Compiling hex-literal v0.4.1 |
2656 | 2024-08-26T20:01:32.916Z | Compiling display-error-chain v0.2.0 |
2657 | 2024-08-26T20:01:33.115Z | Compiling dhcproto-macros v0.1.0 |
2658 | 2024-08-26T20:01:33.339Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2659 | 2024-08-26T20:01:33.491Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2660 | 2024-08-26T20:01:33.581Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2661 | 2024-08-26T20:01:33.998Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2662 | 2024-08-26T20:01:34.069Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2663 | 2024-08-26T20:01:34.158Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2664 | 2024-08-26T20:01:34.836Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2665 | 2024-08-26T20:01:36.003Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2666 | 2024-08-26T20:01:37.449Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2667 | 2024-08-26T20:01:38.016Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2668 | 2024-08-26T20:01:40.757Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2669 | 2024-08-26T20:01:41.503Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2670 | 2024-08-26T20:01:41.783Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2671 | 2024-08-26T20:01:42.550Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2672 | 2024-08-26T20:01:43.190Z | Compiling russh v0.44.1 |
2673 | 2024-08-26T20:01:43.703Z | Compiling dhcproto v0.12.0 |
2674 | 2024-08-26T20:01:44.592Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2675 | 2024-08-26T20:01:47.329Z | Compiling internet-checksum v0.2.1 |
2676 | 2024-08-26T20:01:51.692Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2677 | 2024-08-26T20:01:51.793Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2678 | 2024-08-26T20:01:52.089Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2679 | 2024-08-26T20:01:52.385Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2680 | 2024-08-26T20:01:57.862Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2681 | 2024-08-26T20:01:57.920Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2682 | 2024-08-26T20:01:57.920Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2683 | 2024-08-26T20:01:57.920Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2684 | 2024-08-26T20:01:57.920Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2685 | 2024-08-26T20:01:57.920Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2686 | 2024-08-26T20:01:58.191Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2687 | 2024-08-26T20:01:59.373Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2688 | 2024-08-26T20:01:59.722Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2689 | 2024-08-26T20:02:00.495Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2690 | 2024-08-26T20:02:01.593Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2691 | 2024-08-26T20:02:03.278Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2692 | 2024-08-26T20:02:05.725Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2693 | 2024-08-26T20:02:06.393Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2694 | 2024-08-26T20:02:06.841Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2695 | 2024-08-26T20:02:08.846Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2696 | 2024-08-26T20:02:09.491Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2697 | 2024-08-26T20:02:14.087Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2698 | 2024-08-26T20:02:21.233Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2699 | 2024-08-26T20:02:21.236Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2700 | 2024-08-26T20:02:23.162Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2701 | 2024-08-26T20:02:40.987Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2702 | 2024-08-26T20:03:12.678Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
2703 | 2024-08-26T20:03:12.865Z | |
2704 | 2024-08-26T20:03:12.865Z | real 2:34.291952764 |
2705 | 2024-08-26T20:03:12.865Z | user 12:46.735354402 |
2706 | 2024-08-26T20:03:12.865Z | sys 2:42.503759316 |
2707 | 2024-08-26T20:03:12.865Z | trap 0.354624936 |
2708 | 2024-08-26T20:03:12.865Z | tflt 1.465470169 |
2709 | 2024-08-26T20:03:12.865Z | dflt 1.304596904 |
2710 | 2024-08-26T20:03:12.865Z | kflt 0.000014450 |
2711 | 2024-08-26T20:03:12.865Z | lock 26:41.250082025 |
2712 | 2024-08-26T20:03:12.876Z | slp 47:45.153259812 |
2713 | 2024-08-26T20:03:12.876Z | lat 39.646333761 |
2714 | 2024-08-26T20:03:12.876Z | stop 1:34.289555097 |
2715 | 2024-08-26T20:03:12.876Z | + mkdir tests |
2716 | 2024-08-26T20:03:12.876Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2717 | 2024-08-26T20:03:12.877Z | + xargs -I '{}' -t cp '{}' tests/ |
2718 | 2024-08-26T20:03:12.910Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-a71c0e43cde62edd tests/ |
2719 | 2024-08-26T20:03:12.936Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-a5517760de320bdc tests/ |
2720 | 2024-08-26T20:03:12.961Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-4fd72a57c880b0c1 tests/ |
2721 | 2024-08-26T20:03:12.985Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-04ab9a298b132bca tests/ |
2722 | 2024-08-26T20:03:13.187Z | + 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/*) |
2723 | 2024-08-26T20:03:13.190Z | + 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-a71c0e43cde62edd tests/commtest-4fd72a57c880b0c1 tests/dhcp_server-a5517760de320bdc tests/end_to_end_tests-04ab9a298b132bca out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.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 |
2724 | 2024-08-26T20:04:16.099Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2725 | 2024-08-26T20:04:16.100Z | a out/target/test 1K |
2726 | 2024-08-26T20:04:16.100Z | a out/npuzone/npuzone 23144K |
2727 | 2024-08-26T20:04:16.100Z | a package-manifest.toml 32K |
2728 | 2024-08-26T20:04:16.100Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2729 | 2024-08-26T20:04:16.100Z | a target/release/omicron-package 32306K |
2730 | 2024-08-26T20:04:16.100Z | a target/release/xtask 11627K |
2731 | 2024-08-26T20:04:16.100Z | a target/debug/bootstrap 192162K |
2732 | 2024-08-26T20:04:16.100Z | a tests/bootstrap-a71c0e43cde62edd 23739K |
2733 | 2024-08-26T20:04:16.100Z | a tests/commtest-4fd72a57c880b0c1 23966K |
2734 | 2024-08-26T20:04:16.100Z | a tests/dhcp_server-a5517760de320bdc 23739K |
2735 | 2024-08-26T20:04:16.100Z | a tests/end_to_end_tests-04ab9a298b132bca 205046K |
2736 | 2024-08-26T20:04:16.100Z | a out/clickhouse.tar.gz 232435K |
2737 | 2024-08-26T20:04:16.100Z | a out/clickhouse_keeper.tar.gz 232433K |
2738 | 2024-08-26T20:04:16.100Z | a out/clickhouse_server.tar.gz 232434K |
2739 | 2024-08-26T20:04:16.100Z | a out/cockroachdb.tar.gz 131947K |
2740 | 2024-08-26T20:04:16.100Z | a out/crucible-dtrace.tar 84K |
2741 | 2024-08-26T20:04:16.100Z | a out/crucible-pantry-zone.tar.gz 27828K |
2742 | 2024-08-26T20:04:16.100Z | a out/crucible-zone.tar.gz 38156K |
2743 | 2024-08-26T20:04:16.100Z | a out/external-dns.tar.gz 24953K |
2744 | 2024-08-26T20:04:16.100Z | a out/internal-dns.tar.gz 24951K |
2745 | 2024-08-26T20:04:16.100Z | a out/mg-ddm-gz.tar 62160K |
2746 | 2024-08-26T20:04:16.100Z | a out/nexus.tar.gz 88146K |
2747 | 2024-08-26T20:04:16.100Z | a out/ntp.tar.gz 8979K |
2748 | 2024-08-26T20:04:16.100Z | a out/omicron-gateway-softnpu.tar.gz 20407K |
2749 | 2024-08-26T20:04:16.100Z | a out/omicron-sled-agent.tar 97459K |
2750 | 2024-08-26T20:04:16.100Z | a out/overlay.tar.gz 3K |
2751 | 2024-08-26T20:04:16.100Z | a out/oximeter.tar.gz 42202K |
2752 | 2024-08-26T20:04:16.100Z | a out/oxlog.tar 2946K |
2753 | 2024-08-26T20:04:16.100Z | a out/probe.tar.gz 2764K |
2754 | 2024-08-26T20:04:16.100Z | a out/propolis-server.tar.gz 65291K |
2755 | 2024-08-26T20:04:16.100Z | a out/pumpkind-gz.tar 26665K |
2756 | 2024-08-26T20:04:16.100Z | a out/switch-softnpu.tar.gz 213495K |
2757 | 2024-08-26T20:04:16.103Z | |
2758 | 2024-08-26T20:04:16.103Z | real 1:02.907082200 |
2759 | 2024-08-26T20:04:16.103Z | user 1:00.004625333 |
2760 | 2024-08-26T20:04:16.103Z | sys 4.150597103 |
2761 | 2024-08-26T20:04:16.103Z | trap 0.016459597 |
2762 | 2024-08-26T20:04:16.103Z | tflt 0.000000000 |
2763 | 2024-08-26T20:04:16.103Z | dflt 0.000000000 |
2764 | 2024-08-26T20:04:16.103Z | kflt 0.000000000 |
2765 | 2024-08-26T20:04:16.104Z | lock 0.000000000 |
2766 | 2024-08-26T20:04:16.104Z | slp 59.789837808 |
2767 | 2024-08-26T20:04:16.104Z | lat 1.847086302 |
2768 | 2024-08-26T20:04:16.104Z | stop 0.000546015 |
2769 | 2024-08-26T20:04:16.104Z | process exited: duration 1720066 ms, exit code 0 |
|
2770 | 2024-08-26T20:04:16.117Z | found 1 output files |
2771 | 2024-08-26T20:04:16.118Z | uploading: /work/package.tar.gz (1618799906 bytes) |
2772 | 2024-08-26T20:04:48.980Z | uploaded: /work/package.tar.gz |