|
|
|
1 | 2024-08-29T16:20:45.757Z | job assigned to worker 01J6FEZB3Y8W9VJ0BTZM83G5RE (queued for 57 s) |
|
2 | 2024-08-29T16:20:54.315Z | starting task 0: "setup" |
3 | 2024-08-29T16:20:54.322Z | ++ uname -s |
4 | 2024-08-29T16:20:54.324Z | + kern=SunOS |
5 | 2024-08-29T16:20:54.325Z | + case "$kern" in |
6 | 2024-08-29T16:20:54.325Z | + groupadd -g 12345 build |
7 | 2024-08-29T16:20:54.327Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-29T16:20:56.336Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-29T16:20:56.437Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-29T16:20:56.439Z | + home_fs=zfs |
11 | 2024-08-29T16:20:56.439Z | + [[ zfs == autofs ]] |
12 | 2024-08-29T16:20:56.439Z | + mkdir -p /home/build |
13 | 2024-08-29T16:20:56.442Z | + chown build:build /home/build /work |
14 | 2024-08-29T16:20:58.444Z | + chmod 0700 /home/build /work |
15 | 2024-08-29T16:20:58.448Z | process exited: duration 4132 ms, exit code 0 |
|
16 | 2024-08-29T16:20:58.453Z | starting task 1: "rust-toolchain" |
17 | 2024-08-29T16:20:58.458Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-29T16:20:58.458Z | ' 1.80.1 |
19 | 2024-08-29T16:20:58.458Z | * toolchain channel = "1.80.1" |
20 | 2024-08-29T16:20:58.458Z | * toolchain profile = "default" |
21 | 2024-08-29T16:20:58.458Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-29T16:20:58.458Z | ' default |
23 | 2024-08-29T16:20:58.461Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-29T16:20:58.461Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-29T16:20:58.651Z | info: downloading installer |
26 | 2024-08-29T16:20:59.944Z | info: profile set to 'default' |
27 | 2024-08-29T16:20:59.945Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-29T16:20:59.948Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-29T16:21:00.106Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-29T16:21:00.106Z | info: downloading component 'cargo' |
31 | 2024-08-29T16:21:01.020Z | info: downloading component 'clippy' |
32 | 2024-08-29T16:21:01.347Z | info: downloading component 'rust-docs' |
33 | 2024-08-29T16:21:02.627Z | info: downloading component 'rust-std' |
34 | 2024-08-29T16:21:04.405Z | info: downloading component 'rustc' |
35 | 2024-08-29T16:21:09.297Z | info: downloading component 'rustfmt' |
36 | 2024-08-29T16:21:09.558Z | info: installing component 'cargo' |
37 | 2024-08-29T16:21:10.388Z | info: installing component 'clippy' |
38 | 2024-08-29T16:21:10.752Z | info: installing component 'rust-docs' |
39 | 2024-08-29T16:21:12.358Z | info: installing component 'rust-std' |
40 | 2024-08-29T16:21:14.026Z | info: installing component 'rustc' |
41 | 2024-08-29T16:21:18.183Z | info: installing component 'rustfmt' |
42 | 2024-08-29T16:21:18.522Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
43 | 2024-08-29T16:21:18.522Z | |
44 | 2024-08-29T16:21:18.778Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-29T16:21:18.778Z | |
46 | 2024-08-29T16:21:18.781Z | |
47 | 2024-08-29T16:21:18.781Z | Rust is installed now. Great! |
48 | 2024-08-29T16:21:18.781Z | |
49 | 2024-08-29T16:21:18.781Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-29T16:21:18.781Z | environment variable. This has not been done automatically. |
51 | 2024-08-29T16:21:18.781Z | |
52 | 2024-08-29T16:21:18.781Z | To configure your current shell, you need to source |
53 | 2024-08-29T16:21:18.781Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-29T16:21:18.781Z | |
55 | 2024-08-29T16:21:18.781Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-29T16:21:18.781Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-29T16:21:18.781Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-29T16:21:18.833Z | + rustc --version |
59 | 2024-08-29T16:21:18.896Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-29T16:21:18.899Z | process exited: duration 20437 ms, exit code 0 |
|
61 | 2024-08-29T16:21:18.904Z | starting task 2: "authentication" |
62 | 2024-08-29T16:21:19.041Z | process exited: duration 135 ms, exit code 0 |
|
63 | 2024-08-29T16:21:19.048Z | starting task 3: "clone repository" |
64 | 2024-08-29T16:21:19.053Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-29T16:21:19.057Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-29T16:21:19.328Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-29T16:21:25.623Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-29T16:21:25.623Z | + git fetch origin 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 |
69 | 2024-08-29T16:21:25.955Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-29T16:21:25.955Z | * branch 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 -> FETCH_HEAD |
71 | 2024-08-29T16:21:25.966Z | + [[ -n eliza/fix-zone-bundle-on-nixos ]] |
72 | 2024-08-29T16:21:25.968Z | ++ git branch --show-current |
73 | 2024-08-29T16:21:25.970Z | + current=main |
74 | 2024-08-29T16:21:25.970Z | + [[ main != eliza/fix-zone-bundle-on-nixos ]] |
75 | 2024-08-29T16:21:25.970Z | + git branch -f eliza/fix-zone-bundle-on-nixos 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 |
76 | 2024-08-29T16:21:25.973Z | + git checkout -f eliza/fix-zone-bundle-on-nixos |
77 | 2024-08-29T16:21:26.132Z | Switched to branch 'eliza/fix-zone-bundle-on-nixos' |
78 | 2024-08-29T16:21:26.134Z | + git reset --hard 5c9ca44f89b2fda75fcde4c96f3391bce8a85110 |
79 | 2024-08-29T16:21:26.150Z | HEAD is now at 5c9ca44f8 Skip `test_disk_usage` if there's no `/usr/bin/du` |
80 | 2024-08-29T16:21:26.153Z | process exited: duration 7100 ms, exit code 0 |
|
81 | 2024-08-29T16:21:26.158Z | starting task 4: "build" |
82 | 2024-08-29T16:21:26.163Z | + cargo --version |
83 | 2024-08-29T16:21:26.219Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-29T16:21:26.221Z | + rustc --version |
85 | 2024-08-29T16:21:26.283Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-29T16:21:26.286Z | + WORK=/work |
87 | 2024-08-29T16:21:26.286Z | + pfexec mkdir -p /work |
88 | 2024-08-29T16:21:26.290Z | + pfexec chown build /work |
89 | 2024-08-29T16:21:26.293Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-29T16:21:49.710Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-29T16:21:52.221Z | Startup: Caching catalogs ... Done |
92 | 2024-08-29T16:21:54.210Z | Planning: Solver setup ... Done (1.416s) |
93 | 2024-08-29T16:21:54.233Z | Planning: Running solver ... Done (0.022s) |
94 | 2024-08-29T16:21:54.321Z | Planning: Finding local manifests ... Done (0.050s) |
95 | 2024-08-29T16:21:54.353Z | Planning: Fetching manifests: 0/5 0% complete |
96 | 2024-08-29T16:21:54.986Z | Planning: Fetching manifests: 5/5 100% complete |
97 | 2024-08-29T16:21:55.223Z | Planning: Package planning ... Done (0.236s) |
98 | 2024-08-29T16:21:55.279Z | Planning: Merging actions ... Done (0.056s) |
99 | 2024-08-29T16:21:56.092Z | Planning: Checking for conflicting actions ... Done (0.813s) |
100 | 2024-08-29T16:22:01.470Z | Planning: Consolidating action changes ... Done (5.375s) |
101 | 2024-08-29T16:22:01.873Z | Planning: Evaluating mediators ... Done (0.402s) |
102 | 2024-08-29T16:22:02.001Z | Planning: Planning completed in 9.70 seconds |
103 | 2024-08-29T16:22:02.316Z | Packages to install: 4 |
104 | 2024-08-29T16:22:02.317Z | Packages to update: 1 |
105 | 2024-08-29T16:22:02.322Z | Mediators to change: 2 |
106 | 2024-08-29T16:22:02.322Z | Services to change: 1 |
107 | 2024-08-29T16:22:02.322Z | Estimated space available: 155.72 GB |
108 | 2024-08-29T16:22:02.322Z | Estimated space to be consumed: 1.53 GB |
109 | 2024-08-29T16:22:02.322Z | Create boot environment: No |
110 | 2024-08-29T16:22:02.322Z | Create backup boot environment: Yes |
111 | 2024-08-29T16:22:02.322Z | Rebuild boot archive: No |
112 | 2024-08-29T16:22:02.322Z | |
113 | 2024-08-29T16:22:02.322Z | Changed mediators: |
114 | 2024-08-29T16:22:02.323Z | mediator clang: |
115 | 2024-08-29T16:22:02.323Z | version: None -> 15 (system default) |
116 | 2024-08-29T16:22:02.323Z | |
117 | 2024-08-29T16:22:02.323Z | mediator llvm: |
118 | 2024-08-29T16:22:02.323Z | version: 14 (system default) -> 15 (system default) |
119 | 2024-08-29T16:22:02.323Z | |
120 | 2024-08-29T16:22:02.323Z | Changed packages: |
121 | 2024-08-29T16:22:02.323Z | helios-dev |
122 | 2024-08-29T16:22:02.323Z | developer/build-essential |
123 | 2024-08-29T16:22:02.324Z | None -> 11-2.0 |
124 | 2024-08-29T16:22:02.324Z | library/libxmlsec1 |
125 | 2024-08-29T16:22:02.324Z | None -> 1.2.35-2.0 |
126 | 2024-08-29T16:22:02.324Z | ooce/developer/clang-15 |
127 | 2024-08-29T16:22:02.324Z | None -> 15.0.7-2.0 |
128 | 2024-08-29T16:22:02.324Z | ooce/developer/llvm-15 |
129 | 2024-08-29T16:22:02.324Z | None -> 15.0.7-2.0 |
130 | 2024-08-29T16:22:02.324Z | package/pkg |
131 | 2024-08-29T16:22:02.325Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
132 | 2024-08-29T16:22:02.325Z | |
133 | 2024-08-29T16:22:02.325Z | Services: |
134 | 2024-08-29T16:22:02.325Z | restart_fmri: |
135 | 2024-08-29T16:22:02.325Z | svc:/system/update-man-index:default |
136 | 2024-08-29T16:22:02.325Z | |
137 | 2024-08-29T16:22:02.325Z | Editable files to change: |
138 | 2024-08-29T16:22:02.325Z | Update: |
139 | 2024-08-29T16:22:02.325Z | usr/share/lib/pkg/web/config.shtml |
140 | 2024-08-29T16:22:02.580Z | |
141 | 2024-08-29T16:22:02.581Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
142 | 2024-08-29T16:22:09.313Z | Download: 213/4281 items 1.3/220.6MB 0% complete (866k/s) |
143 | 2024-08-29T16:22:14.316Z | Download: 1176/4281 items 63.0/220.6MB 28% complete (6.4M/s) |
144 | 2024-08-29T16:22:19.323Z | Download: 1283/4281 items 113.6/220.6MB 51% complete (11.3M/s) |
145 | 2024-08-29T16:22:24.325Z | Download: 2392/4281 items 120.0/220.6MB 54% complete (5.8M/s) |
146 | 2024-08-29T16:22:29.329Z | Download: 3398/4281 items 213.1/220.6MB 96% complete (10.0M/s) |
147 | 2024-08-29T16:22:31.652Z | Download: Completed 220.60 MB in 29.07 seconds (7.6M/s) |
148 | 2024-08-29T16:22:33.795Z | Actions: 1/5063 actions (Removing old actions) |
149 | 2024-08-29T16:22:33.813Z | Actions: 194/5063 actions (Installing new actions) |
150 | 2024-08-29T16:22:38.944Z | Actions: 4078/5063 actions (Installing new actions) |
151 | 2024-08-29T16:22:39.689Z | Actions: 4226/5063 actions (Updating modified actions) |
152 | 2024-08-29T16:22:40.139Z | Actions: Completed 5063 actions in 6.34 seconds. |
153 | 2024-08-29T16:22:40.423Z | Done (0.275s) |
154 | 2024-08-29T16:22:40.426Z | Done (0.000s) |
155 | 2024-08-29T16:22:40.798Z | Done (0.374s) |
156 | 2024-08-29T16:22:46.788Z | Done (5.811s) |
157 | 2024-08-29T16:22:47.135Z | Done (0.271s) |
158 | 2024-08-29T16:22:47.138Z | Done (0.000s) |
159 | 2024-08-29T16:22:47.306Z | Done (0.000s) |
160 | 2024-08-29T16:22:47.896Z | Planning: Evaluating mediator changes ... Done |
161 | 2024-08-29T16:22:48.056Z | Planning: Checking for conflicting actions ... Done |
162 | 2024-08-29T16:22:48.059Z | Planning: Consolidating action changes ... Done |
163 | 2024-08-29T16:22:48.321Z | Planning: Evaluating mediators ... Done |
164 | 2024-08-29T16:22:48.323Z | Planning: Planning completed in 0.43 seconds |
165 | 2024-08-29T16:22:48.360Z | Mediators to change: 2 |
166 | 2024-08-29T16:22:48.363Z | Create boot environment: No |
167 | 2024-08-29T16:22:48.363Z | Create backup boot environment: No |
168 | 2024-08-29T16:22:48.445Z | Done |
169 | 2024-08-29T16:22:48.445Z | Done |
170 | 2024-08-29T16:22:48.677Z | Done |
171 | 2024-08-29T16:22:52.260Z | Done |
172 | 2024-08-29T16:22:52.352Z | Done |
173 | 2024-08-29T16:22:52.355Z | Done |
174 | 2024-08-29T16:22:52.454Z | Done |
175 | 2024-08-29T16:22:53.068Z | Planning: Evaluating mediator changes ... Done |
176 | 2024-08-29T16:22:53.070Z | Planning: Merging actions ... Done |
177 | 2024-08-29T16:22:53.273Z | Planning: Checking for conflicting actions ... Done |
178 | 2024-08-29T16:22:53.279Z | Planning: Consolidating action changes ... Done |
179 | 2024-08-29T16:22:53.531Z | Planning: Evaluating mediators ... Done |
180 | 2024-08-29T16:22:53.587Z | Planning: Planning completed in 0.76 seconds |
181 | 2024-08-29T16:22:53.627Z | Packages to change: 1 |
182 | 2024-08-29T16:22:53.627Z | Mediators to change: 1 |
183 | 2024-08-29T16:22:53.631Z | Services to change: 1 |
184 | 2024-08-29T16:22:53.631Z | Create boot environment: No |
185 | 2024-08-29T16:22:53.631Z | Create backup boot environment: Yes |
186 | 2024-08-29T16:22:55.520Z | Actions: 1/6 actions (Updating modified actions) |
187 | 2024-08-29T16:22:55.562Z | Actions: Completed 6 actions in 0.04 seconds. |
188 | 2024-08-29T16:22:55.562Z | Done |
189 | 2024-08-29T16:22:55.562Z | Done |
190 | 2024-08-29T16:22:55.644Z | Done |
191 | 2024-08-29T16:22:59.262Z | Done |
192 | 2024-08-29T16:22:59.354Z | Done |
193 | 2024-08-29T16:22:59.357Z | Done |
194 | 2024-08-29T16:22:59.461Z | Done |
195 | 2024-08-29T16:22:59.894Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
196 | 2024-08-29T16:22:59.895Z | clang system 15 system |
197 | 2024-08-29T16:22:59.895Z | csh system system illumos |
198 | 2024-08-29T16:22:59.895Z | ctags system system illumos |
199 | 2024-08-29T16:22:59.895Z | gcc vendor 12 vendor |
200 | 2024-08-29T16:22:59.895Z | gcc system 10 system |
201 | 2024-08-29T16:22:59.895Z | gcc system 7 system |
202 | 2024-08-29T16:22:59.895Z | go system 1.20 system |
203 | 2024-08-29T16:22:59.895Z | go system 1.19 system |
204 | 2024-08-29T16:22:59.895Z | llvm system 15 system |
205 | 2024-08-29T16:22:59.895Z | llvm system 14 system |
206 | 2024-08-29T16:22:59.895Z | mariadb system 10.6 system |
207 | 2024-08-29T16:22:59.895Z | mta vendor vendor dma |
208 | 2024-08-29T16:22:59.895Z | openjdk system 17 system |
209 | 2024-08-29T16:22:59.895Z | openjdk system 11 system |
210 | 2024-08-29T16:22:59.895Z | openjdk system 1.8 system |
211 | 2024-08-29T16:22:59.895Z | openssl vendor 3 vendor |
212 | 2024-08-29T16:22:59.895Z | perl system 5.36 system |
213 | 2024-08-29T16:22:59.895Z | postgresql system 15 system |
214 | 2024-08-29T16:22:59.895Z | postgresql system 13 system |
215 | 2024-08-29T16:22:59.895Z | python vendor 3 vendor |
216 | 2024-08-29T16:22:59.895Z | python system 2 system |
217 | 2024-08-29T16:22:59.895Z | python3 system 3.11 system |
218 | 2024-08-29T16:22:59.895Z | ruby system 3.0 system |
219 | 2024-08-29T16:22:59.895Z | words vendor vendor american-english |
220 | 2024-08-29T16:22:59.895Z | words system system australian-english |
221 | 2024-08-29T16:22:59.895Z | words system system british-english |
222 | 2024-08-29T16:22:59.895Z | words system system canadian-english |
223 | 2024-08-29T16:22:59.895Z | words system system french |
224 | 2024-08-29T16:22:59.895Z | words system system italian |
225 | 2024-08-29T16:22:59.895Z | words system system ngerman |
226 | 2024-08-29T16:22:59.895Z | words system system ogerman |
227 | 2024-08-29T16:22:59.895Z | words system system spanish |
228 | 2024-08-29T16:23:00.240Z | PUBLISHER TYPE STATUS P LOCATION |
229 | 2024-08-29T16:23:00.240Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
230 | 2024-08-29T16:23:02.083Z | FMRI IFO |
231 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
232 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
233 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
234 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
235 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
236 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
237 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
238 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
239 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
240 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
241 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
242 | 2024-08-29T16:23:02.083Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
243 | 2024-08-29T16:23:02.084Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
244 | 2024-08-29T16:23:02.703Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
245 | 2024-08-29T16:23:02.980Z | Updating git repository `https://github.com/oxidecomputer/zone` |
246 | 2024-08-29T16:23:03.237Z | Updating crates.io index |
247 | 2024-08-29T16:23:03.239Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
248 | 2024-08-29T16:23:04.116Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
249 | 2024-08-29T16:23:04.944Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
250 | 2024-08-29T16:23:05.182Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
251 | 2024-08-29T16:23:06.680Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
252 | 2024-08-29T16:23:06.938Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
253 | 2024-08-29T16:23:07.205Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
254 | 2024-08-29T16:23:08.294Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
255 | 2024-08-29T16:23:10.283Z | Updating git repository `https://github.com/oxidecomputer/opte` |
256 | 2024-08-29T16:23:11.792Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
257 | 2024-08-29T16:23:12.602Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
258 | 2024-08-29T16:23:12.921Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
259 | 2024-08-29T16:23:13.461Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
260 | 2024-08-29T16:23:13.991Z | Updating git repository `https://github.com/oxidecomputer/qorb` |
261 | 2024-08-29T16:23:14.279Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
262 | 2024-08-29T16:23:14.573Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
263 | 2024-08-29T16:23:14.969Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
264 | 2024-08-29T16:23:15.218Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
265 | 2024-08-29T16:23:15.581Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
266 | 2024-08-29T16:23:16.024Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
267 | 2024-08-29T16:23:16.442Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
268 | 2024-08-29T16:23:16.860Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
269 | 2024-08-29T16:23:17.263Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
270 | 2024-08-29T16:23:17.715Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
271 | 2024-08-29T16:23:18.074Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
272 | 2024-08-29T16:23:18.533Z | Updating git repository `https://github.com/oxidecomputer/typify` |
273 | 2024-08-29T16:23:20.698Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
274 | 2024-08-29T16:23:20.980Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
275 | 2024-08-29T16:23:21.266Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
276 | 2024-08-29T16:23:21.603Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
277 | 2024-08-29T16:23:22.815Z | Downloading crates ... |
278 | 2024-08-29T16:23:22.913Z | Downloaded anstyle v1.0.8 |
279 | 2024-08-29T16:23:22.916Z | Downloaded anstream v0.6.14 |
280 | 2024-08-29T16:23:22.933Z | Downloaded scroll_derive v0.12.0 |
281 | 2024-08-29T16:23:22.936Z | Downloaded equivalent v1.0.1 |
282 | 2024-08-29T16:23:22.943Z | Downloaded dtrace-parser v0.2.0 |
283 | 2024-08-29T16:23:22.945Z | Downloaded pretty-hex v0.4.1 |
284 | 2024-08-29T16:23:22.952Z | Downloaded usdt-attr-macro v0.5.0 |
285 | 2024-08-29T16:23:22.954Z | Downloaded usdt-macro v0.5.0 |
286 | 2024-08-29T16:23:22.969Z | Downloaded heck v0.4.1 |
287 | 2024-08-29T16:23:22.969Z | Downloaded fastrand v2.1.0 |
288 | 2024-08-29T16:23:22.969Z | Downloaded pest_generator v2.7.10 |
289 | 2024-08-29T16:23:22.969Z | Downloaded byteorder v1.5.0 |
290 | 2024-08-29T16:23:22.972Z | Downloaded block-buffer v0.10.4 |
291 | 2024-08-29T16:23:22.972Z | Downloaded cpufeatures v0.2.12 |
292 | 2024-08-29T16:23:22.972Z | Downloaded camino-tempfile v1.1.1 |
293 | 2024-08-29T16:23:22.974Z | Downloaded plain v0.2.3 |
294 | 2024-08-29T16:23:22.974Z | Downloaded autocfg v1.3.0 |
295 | 2024-08-29T16:23:22.976Z | Downloaded proc-macro-error-attr v1.0.4 |
296 | 2024-08-29T16:23:22.978Z | Downloaded unicode-linebreak v0.1.5 |
297 | 2024-08-29T16:23:22.978Z | Downloaded thiserror-impl v1.0.63 |
298 | 2024-08-29T16:23:22.980Z | Downloaded strsim v0.11.1 |
299 | 2024-08-29T16:23:22.980Z | Downloaded serde_spanned v0.6.7 |
300 | 2024-08-29T16:23:22.983Z | Downloaded fs-err v2.11.0 |
301 | 2024-08-29T16:23:22.985Z | Downloaded clap_lex v0.7.0 |
302 | 2024-08-29T16:23:22.985Z | Downloaded memmap v0.7.0 |
303 | 2024-08-29T16:23:22.987Z | Downloaded macaddr v1.0.1 |
304 | 2024-08-29T16:23:22.987Z | Downloaded digest v0.10.7 |
305 | 2024-08-29T16:23:22.990Z | Downloaded cfg-if v1.0.0 |
306 | 2024-08-29T16:23:22.993Z | Downloaded anstyle-query v1.0.3 |
307 | 2024-08-29T16:23:22.995Z | Downloaded version_check v0.9.5 |
308 | 2024-08-29T16:23:23.006Z | Downloaded is_terminal_polyfill v1.70.0 |
309 | 2024-08-29T16:23:23.015Z | Downloaded dof v0.3.0 |
310 | 2024-08-29T16:23:23.018Z | Downloaded swrite v0.1.0 |
311 | 2024-08-29T16:23:23.022Z | Downloaded quote v1.0.36 |
312 | 2024-08-29T16:23:23.025Z | Downloaded cargo_metadata v0.18.1 |
313 | 2024-08-29T16:23:23.027Z | Downloaded usdt v0.5.0 |
314 | 2024-08-29T16:23:23.036Z | Downloaded sha2 v0.10.8 |
315 | 2024-08-29T16:23:23.042Z | Downloaded zerocopy-derive v0.7.34 |
316 | 2024-08-29T16:23:23.046Z | Downloaded clap_builder v4.5.15 |
317 | 2024-08-29T16:23:23.053Z | Downloaded generic-array v0.14.7 |
318 | 2024-08-29T16:23:23.055Z | Downloaded fnv v1.0.7 |
319 | 2024-08-29T16:23:23.057Z | Downloaded itoa v1.0.11 |
320 | 2024-08-29T16:23:23.057Z | Downloaded anstyle-parse v0.2.4 |
321 | 2024-08-29T16:23:23.059Z | Downloaded errno v0.3.9 |
322 | 2024-08-29T16:23:23.059Z | Downloaded crypto-common v0.1.6 |
323 | 2024-08-29T16:23:23.062Z | Downloaded cargo-platform v0.1.8 |
324 | 2024-08-29T16:23:23.062Z | Downloaded bytecount v0.6.8 |
325 | 2024-08-29T16:23:23.064Z | Downloaded cargo_toml v0.20.4 |
326 | 2024-08-29T16:23:23.070Z | Downloaded colorchoice v1.0.1 |
327 | 2024-08-29T16:23:23.072Z | Downloaded smawk v0.3.2 |
328 | 2024-08-29T16:23:23.072Z | Downloaded tabled_derive v0.7.0 |
329 | 2024-08-29T16:23:23.075Z | Downloaded thread-id v4.2.1 |
330 | 2024-08-29T16:23:23.075Z | Downloaded ryu v1.0.18 |
331 | 2024-08-29T16:23:23.078Z | Downloaded heck v0.5.0 |
332 | 2024-08-29T16:23:23.081Z | Downloaded toml_datetime v0.6.8 |
333 | 2024-08-29T16:23:23.083Z | Downloaded terminal_size v0.3.0 |
334 | 2024-08-29T16:23:23.086Z | Downloaded toml v0.8.19 |
335 | 2024-08-29T16:23:23.088Z | Downloaded textwrap v0.16.1 |
336 | 2024-08-29T16:23:23.091Z | Downloaded ucd-trie v0.1.6 |
337 | 2024-08-29T16:23:23.094Z | Downloaded camino v1.1.9 |
338 | 2024-08-29T16:23:23.097Z | Downloaded proc-macro-error v1.0.4 |
339 | 2024-08-29T16:23:23.101Z | Downloaded once_cell v1.19.0 |
340 | 2024-08-29T16:23:23.104Z | Downloaded pest_derive v2.7.10 |
341 | 2024-08-29T16:23:23.111Z | Downloaded utf8parse v0.2.1 |
342 | 2024-08-29T16:23:23.113Z | Downloaded thiserror v1.0.63 |
343 | 2024-08-29T16:23:23.117Z | Downloaded semver v1.0.23 |
344 | 2024-08-29T16:23:23.119Z | Downloaded papergrid v0.11.0 |
345 | 2024-08-29T16:23:23.123Z | Downloaded scroll v0.12.0 |
346 | 2024-08-29T16:23:23.126Z | Downloaded usdt-impl v0.5.0 |
347 | 2024-08-29T16:23:23.128Z | Downloaded tempfile v3.10.1 |
348 | 2024-08-29T16:23:23.130Z | Downloaded serde_derive v1.0.208 |
349 | 2024-08-29T16:23:23.132Z | Downloaded clap_derive v4.5.13 |
350 | 2024-08-29T16:23:23.135Z | Downloaded bitflags v2.6.0 |
351 | 2024-08-29T16:23:23.137Z | Downloaded serde_tokenstream v0.2.2 |
352 | 2024-08-29T16:23:23.139Z | Downloaded proc-macro2 v1.0.86 |
353 | 2024-08-29T16:23:23.142Z | Downloaded pest_meta v2.7.10 |
354 | 2024-08-29T16:23:23.144Z | Downloaded log v0.4.21 |
355 | 2024-08-29T16:23:23.146Z | Downloaded indexmap v2.4.0 |
356 | 2024-08-29T16:23:23.150Z | Downloaded typenum v1.17.0 |
357 | 2024-08-29T16:23:23.153Z | Downloaded anyhow v1.0.86 |
358 | 2024-08-29T16:23:23.158Z | Downloaded clap v4.5.16 |
359 | 2024-08-29T16:23:23.170Z | Downloaded unicode-ident v1.0.12 |
360 | 2024-08-29T16:23:23.173Z | Downloaded serde v1.0.208 |
361 | 2024-08-29T16:23:23.186Z | Downloaded toml_edit v0.22.20 |
362 | 2024-08-29T16:23:23.210Z | Downloaded zerocopy v0.7.34 |
363 | 2024-08-29T16:23:23.223Z | Downloaded pest v2.7.10 |
364 | 2024-08-29T16:23:23.229Z | Downloaded memchr v2.7.2 |
365 | 2024-08-29T16:23:23.234Z | Downloaded hashbrown v0.14.5 |
366 | 2024-08-29T16:23:23.248Z | Downloaded goblin v0.8.2 |
367 | 2024-08-29T16:23:23.258Z | Downloaded serde_json v1.0.125 |
368 | 2024-08-29T16:23:23.266Z | Downloaded winnow v0.6.18 |
369 | 2024-08-29T16:23:23.274Z | Downloaded tabled v0.15.0 |
370 | 2024-08-29T16:23:23.290Z | Downloaded syn v1.0.109 |
371 | 2024-08-29T16:23:23.305Z | Downloaded syn v2.0.74 |
372 | 2024-08-29T16:23:23.325Z | Downloaded rustix v0.38.34 |
373 | 2024-08-29T16:23:23.347Z | Downloaded unicode-width v0.1.13 |
374 | 2024-08-29T16:23:23.374Z | Downloaded libc v0.2.158 |
375 | 2024-08-29T16:23:23.674Z | Compiling proc-macro2 v1.0.86 |
376 | 2024-08-29T16:23:23.674Z | Compiling unicode-ident v1.0.12 |
377 | 2024-08-29T16:23:23.676Z | Compiling serde v1.0.208 |
378 | 2024-08-29T16:23:23.676Z | Compiling version_check v0.9.5 |
379 | 2024-08-29T16:23:23.676Z | Compiling memchr v2.7.2 |
380 | 2024-08-29T16:23:23.676Z | Compiling thiserror v1.0.63 |
381 | 2024-08-29T16:23:23.676Z | Compiling libc v0.2.158 |
382 | 2024-08-29T16:23:23.676Z | Compiling itoa v1.0.11 |
383 | 2024-08-29T16:23:23.914Z | Compiling ryu v1.0.18 |
384 | 2024-08-29T16:23:23.939Z | Compiling ucd-trie v0.1.6 |
385 | 2024-08-29T16:23:24.242Z | Compiling once_cell v1.19.0 |
386 | 2024-08-29T16:23:24.582Z | Compiling byteorder v1.5.0 |
387 | 2024-08-29T16:23:24.585Z | Compiling serde_json v1.0.125 |
388 | 2024-08-29T16:23:24.958Z | Compiling rustix v0.38.34 |
389 | 2024-08-29T16:23:25.393Z | Compiling bitflags v2.6.0 |
390 | 2024-08-29T16:23:25.466Z | Compiling usdt-impl v0.5.0 |
391 | 2024-08-29T16:23:25.469Z | Compiling proc-macro-error-attr v1.0.4 |
392 | 2024-08-29T16:23:25.810Z | Compiling syn v1.0.109 |
393 | 2024-08-29T16:23:25.872Z | Compiling proc-macro-error v1.0.4 |
394 | 2024-08-29T16:23:25.874Z | Compiling equivalent v1.0.1 |
395 | 2024-08-29T16:23:25.926Z | Compiling camino v1.1.9 |
396 | 2024-08-29T16:23:25.964Z | Compiling plain v0.2.3 |
397 | 2024-08-29T16:23:26.019Z | Compiling hashbrown v0.14.5 |
398 | 2024-08-29T16:23:26.144Z | Compiling utf8parse v0.2.1 |
399 | 2024-08-29T16:23:26.180Z | Compiling log v0.4.21 |
400 | 2024-08-29T16:23:26.311Z | Compiling quote v1.0.36 |
401 | 2024-08-29T16:23:26.548Z | Compiling errno v0.3.9 |
402 | 2024-08-29T16:23:26.588Z | Compiling anstyle-parse v0.2.4 |
403 | 2024-08-29T16:23:26.706Z | Compiling syn v2.0.74 |
404 | 2024-08-29T16:23:26.872Z | Compiling thread-id v4.2.1 |
405 | 2024-08-29T16:23:27.058Z | Compiling unicode-width v0.1.13 |
406 | 2024-08-29T16:23:27.096Z | Compiling winnow v0.6.18 |
407 | 2024-08-29T16:23:27.303Z | Compiling anstyle-query v1.0.3 |
408 | 2024-08-29T16:23:27.351Z | Compiling indexmap v2.4.0 |
409 | 2024-08-29T16:23:27.420Z | Compiling autocfg v1.3.0 |
410 | 2024-08-29T16:23:27.457Z | Compiling is_terminal_polyfill v1.70.0 |
411 | 2024-08-29T16:23:27.592Z | Compiling semver v1.0.23 |
412 | 2024-08-29T16:23:28.120Z | Compiling colorchoice v1.0.1 |
413 | 2024-08-29T16:23:28.281Z | Compiling pretty-hex v0.4.1 |
414 | 2024-08-29T16:23:28.284Z | Compiling anstyle v1.0.8 |
415 | 2024-08-29T16:23:28.379Z | Compiling fs-err v2.11.0 |
416 | 2024-08-29T16:23:28.689Z | Compiling anstream v0.6.14 |
417 | 2024-08-29T16:23:28.770Z | Compiling strsim v0.11.1 |
418 | 2024-08-29T16:23:28.831Z | Compiling fnv v1.0.7 |
419 | 2024-08-29T16:23:28.856Z | Compiling heck v0.4.1 |
420 | 2024-08-29T16:23:28.985Z | Compiling terminal_size v0.3.0 |
421 | 2024-08-29T16:23:29.192Z | Compiling heck v0.5.0 |
422 | 2024-08-29T16:23:29.374Z | Compiling fastrand v2.1.0 |
423 | 2024-08-29T16:23:29.457Z | Compiling clap_lex v0.7.0 |
424 | 2024-08-29T16:23:29.780Z | Compiling cfg-if v1.0.0 |
425 | 2024-08-29T16:23:29.831Z | Compiling bytecount v0.6.8 |
426 | 2024-08-29T16:23:29.890Z | Compiling anyhow v1.0.86 |
427 | 2024-08-29T16:23:29.993Z | Compiling papergrid v0.11.0 |
428 | 2024-08-29T16:23:30.018Z | Compiling tempfile v3.10.1 |
429 | 2024-08-29T16:23:30.071Z | Compiling clap_builder v4.5.15 |
430 | 2024-08-29T16:23:30.702Z | Compiling memmap v0.7.0 |
431 | 2024-08-29T16:23:30.725Z | Compiling smawk v0.3.2 |
432 | 2024-08-29T16:23:30.859Z | Compiling unicode-linebreak v0.1.5 |
433 | 2024-08-29T16:23:31.073Z | Compiling swrite v0.1.0 |
434 | 2024-08-29T16:23:31.309Z | Compiling textwrap v0.16.1 |
435 | 2024-08-29T16:23:32.647Z | Compiling tabled_derive v0.7.0 |
436 | 2024-08-29T16:23:34.117Z | Compiling tabled v0.15.0 |
437 | 2024-08-29T16:23:35.669Z | Compiling serde_derive v1.0.208 |
438 | 2024-08-29T16:23:35.669Z | Compiling thiserror-impl v1.0.63 |
439 | 2024-08-29T16:23:35.671Z | Compiling zerocopy-derive v0.7.34 |
440 | 2024-08-29T16:23:35.671Z | Compiling scroll_derive v0.12.0 |
441 | 2024-08-29T16:23:35.671Z | Compiling clap_derive v4.5.13 |
442 | 2024-08-29T16:23:37.000Z | Compiling scroll v0.12.0 |
443 | 2024-08-29T16:23:37.423Z | Compiling zerocopy v0.7.34 |
444 | 2024-08-29T16:23:37.459Z | Compiling goblin v0.8.2 |
445 | 2024-08-29T16:23:38.176Z | Compiling pest v2.7.10 |
446 | 2024-08-29T16:23:39.482Z | Compiling clap v4.5.16 |
447 | 2024-08-29T16:23:40.418Z | Compiling pest_meta v2.7.10 |
448 | 2024-08-29T16:23:41.266Z | Compiling pest_generator v2.7.10 |
449 | 2024-08-29T16:23:43.086Z | Compiling pest_derive v2.7.10 |
450 | 2024-08-29T16:23:43.844Z | Compiling dtrace-parser v0.2.0 |
451 | 2024-08-29T16:23:45.845Z | Compiling serde_tokenstream v0.2.2 |
452 | 2024-08-29T16:23:45.882Z | Compiling toml_datetime v0.6.8 |
453 | 2024-08-29T16:23:45.885Z | Compiling serde_spanned v0.6.7 |
454 | 2024-08-29T16:23:46.194Z | Compiling toml_edit v0.22.20 |
455 | 2024-08-29T16:23:46.232Z | Compiling cargo-platform v0.1.8 |
456 | 2024-08-29T16:23:46.416Z | Compiling macaddr v1.0.1 |
457 | 2024-08-29T16:23:46.558Z | Compiling camino-tempfile v1.1.1 |
458 | 2024-08-29T16:23:47.297Z | Compiling dof v0.3.0 |
459 | 2024-08-29T16:23:47.300Z | Compiling cargo_metadata v0.18.1 |
460 | 2024-08-29T16:23:49.049Z | Compiling usdt-macro v0.5.0 |
461 | 2024-08-29T16:23:49.049Z | Compiling usdt-attr-macro v0.5.0 |
462 | 2024-08-29T16:23:49.102Z | Compiling toml v0.8.19 |
463 | 2024-08-29T16:23:49.989Z | Compiling cargo_toml v0.20.4 |
464 | 2024-08-29T16:23:50.488Z | Compiling usdt v0.5.0 |
465 | 2024-08-29T16:23:53.693Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
466 | 2024-08-29T16:23:58.006Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 55.51s |
467 | 2024-08-29T16:23:58.256Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
468 | 2024-08-29T16:23:58.818Z | Downloading crates ... |
469 | 2024-08-29T16:23:58.954Z | Downloaded ascii-canvas v3.0.0 |
470 | 2024-08-29T16:23:58.961Z | Downloaded array-init v0.0.4 |
471 | 2024-08-29T16:23:58.963Z | Downloaded is-terminal v0.4.12 |
472 | 2024-08-29T16:23:58.966Z | Downloaded hubpack_derive v0.1.1 |
473 | 2024-08-29T16:23:58.969Z | Downloaded defmt-macros v0.3.9 |
474 | 2024-08-29T16:23:58.972Z | Downloaded ciborium-io v0.2.2 |
475 | 2024-08-29T16:23:58.984Z | Downloaded bitstruct_derive v0.1.0 |
476 | 2024-08-29T16:23:58.987Z | Downloaded atomicwrites v0.4.3 |
477 | 2024-08-29T16:23:58.990Z | Downloaded crunchy v0.2.2 |
478 | 2024-08-29T16:23:58.993Z | Downloaded nodrop v0.1.14 |
479 | 2024-08-29T16:23:58.996Z | Downloaded cstr-argument v0.1.2 |
480 | 2024-08-29T16:23:58.999Z | Downloaded ahash v0.8.11 |
481 | 2024-08-29T16:23:59.001Z | Downloaded openssl-macros v0.1.1 |
482 | 2024-08-29T16:23:59.004Z | Downloaded number_prefix v0.4.0 |
483 | 2024-08-29T16:23:59.005Z | Downloaded colored v2.1.0 |
484 | 2024-08-29T16:23:59.011Z | Downloaded instability v0.3.2 |
485 | 2024-08-29T16:23:59.011Z | Downloaded indoc v1.0.9 |
486 | 2024-08-29T16:23:59.015Z | Downloaded ipnet v2.9.0 |
487 | 2024-08-29T16:23:59.015Z | Downloaded instant v0.1.12 |
488 | 2024-08-29T16:23:59.019Z | Downloaded ident_case v1.0.1 |
489 | 2024-08-29T16:23:59.019Z | Downloaded maplit v1.0.2 |
490 | 2024-08-29T16:23:59.022Z | Downloaded lru-cache v0.1.2 |
491 | 2024-08-29T16:23:59.022Z | Downloaded mockall v0.13.0 |
492 | 2024-08-29T16:23:59.022Z | Downloaded keccak v0.1.5 |
493 | 2024-08-29T16:23:59.029Z | Downloaded linear-map v1.2.0 |
494 | 2024-08-29T16:23:59.029Z | Downloaded cexpr v0.6.0 |
495 | 2024-08-29T16:23:59.032Z | Downloaded num_enum_derive v0.5.11 |
496 | 2024-08-29T16:23:59.032Z | Downloaded mime v0.3.17 |
497 | 2024-08-29T16:23:59.032Z | Downloaded num-iter v0.1.45 |
498 | 2024-08-29T16:23:59.035Z | Downloaded block-padding v0.3.3 |
499 | 2024-08-29T16:23:59.035Z | Downloaded num-derive v0.4.2 |
500 | 2024-08-29T16:23:59.037Z | Downloaded newline-converter v0.3.0 |
501 | 2024-08-29T16:23:59.040Z | Downloaded iana-time-zone v0.1.60 |
502 | 2024-08-29T16:23:59.044Z | Downloaded data-encoding v2.6.0 |
503 | 2024-08-29T16:23:59.044Z | Downloaded curve25519-dalek-derive v0.1.1 |
504 | 2024-08-29T16:23:59.047Z | Downloaded defmt v0.3.8 |
505 | 2024-08-29T16:23:59.059Z | Downloaded semver v0.1.20 |
506 | 2024-08-29T16:23:59.059Z | Downloaded bitstruct v0.1.1 |
507 | 2024-08-29T16:23:59.063Z | Downloaded multer v3.1.0 |
508 | 2024-08-29T16:23:59.063Z | Downloaded hyper-rustls v0.24.2 |
509 | 2024-08-29T16:23:59.063Z | Downloaded libloading v0.8.3 |
510 | 2024-08-29T16:23:59.063Z | Downloaded num-complex v0.4.6 |
511 | 2024-08-29T16:23:59.070Z | Downloaded convert_case v0.4.0 |
512 | 2024-08-29T16:23:59.070Z | Downloaded is_ci v1.2.0 |
513 | 2024-08-29T16:23:59.070Z | Downloaded cfg_aliases v0.1.1 |
514 | 2024-08-29T16:23:59.073Z | Downloaded lock_api v0.4.12 |
515 | 2024-08-29T16:23:59.073Z | Downloaded atty v0.2.14 |
516 | 2024-08-29T16:23:59.073Z | Downloaded num-conv v0.1.0 |
517 | 2024-08-29T16:23:59.073Z | Downloaded darling_macro v0.20.9 |
518 | 2024-08-29T16:23:59.076Z | Downloaded async-bb8-diesel v0.2.1 |
519 | 2024-08-29T16:23:59.076Z | Downloaded new_debug_unreachable v1.0.6 |
520 | 2024-08-29T16:23:59.078Z | Downloaded arrayref v0.3.7 |
521 | 2024-08-29T16:23:59.081Z | Downloaded indexmap v1.9.3 |
522 | 2024-08-29T16:23:59.083Z | Downloaded serde-big-array v0.5.1 |
523 | 2024-08-29T16:23:59.087Z | Downloaded cancel-safe-futures v0.1.5 |
524 | 2024-08-29T16:23:59.090Z | Downloaded constant_time_eq v0.3.0 |
525 | 2024-08-29T16:23:59.093Z | Downloaded async-trait v0.1.81 |
526 | 2024-08-29T16:23:59.096Z | Downloaded sigpipe v0.1.3 |
527 | 2024-08-29T16:23:59.099Z | Downloaded vte_generate_state_changes v0.1.1 |
528 | 2024-08-29T16:23:59.099Z | Downloaded tower-service v0.3.2 |
529 | 2024-08-29T16:23:59.099Z | Downloaded take_mut v0.2.2 |
530 | 2024-08-29T16:23:59.101Z | Downloaded sync_wrapper v0.1.2 |
531 | 2024-08-29T16:23:59.101Z | Downloaded csv-core v0.1.11 |
532 | 2024-08-29T16:23:59.103Z | Downloaded bitfield v0.14.0 |
533 | 2024-08-29T16:23:59.106Z | Downloaded assert_matches v1.5.0 |
534 | 2024-08-29T16:23:59.108Z | Downloaded scopeguard v1.2.0 |
535 | 2024-08-29T16:23:59.108Z | Downloaded num-traits v0.2.19 |
536 | 2024-08-29T16:23:59.112Z | Downloaded memmap2 v0.9.4 |
537 | 2024-08-29T16:23:59.115Z | Downloaded lalrpop-util v0.19.12 |
538 | 2024-08-29T16:23:59.117Z | Downloaded multimap v0.10.0 |
539 | 2024-08-29T16:23:59.117Z | Downloaded crc v3.2.1 |
540 | 2024-08-29T16:23:59.120Z | Downloaded md-5 v0.10.6 |
541 | 2024-08-29T16:23:59.122Z | Downloaded lru v0.12.3 |
542 | 2024-08-29T16:23:59.125Z | Downloaded newtype-uuid v1.1.0 |
543 | 2024-08-29T16:23:59.127Z | Downloaded memoffset v0.9.1 |
544 | 2024-08-29T16:23:59.127Z | Downloaded crc-catalog v2.4.0 |
545 | 2024-08-29T16:23:59.131Z | Downloaded const_format_proc_macros v0.2.32 |
546 | 2024-08-29T16:23:59.136Z | Downloaded bitfield-struct v0.6.1 |
547 | 2024-08-29T16:23:59.136Z | Downloaded downcast v0.11.0 |
548 | 2024-08-29T16:23:59.136Z | Downloaded jobserver v0.1.32 |
549 | 2024-08-29T16:23:59.139Z | Downloaded ipnetwork v0.20.0 |
550 | 2024-08-29T16:23:59.145Z | Downloaded foreign-types v0.5.0 |
551 | 2024-08-29T16:23:59.145Z | Downloaded num_enum v0.5.11 |
552 | 2024-08-29T16:23:59.148Z | Downloaded foreign-types v0.3.2 |
553 | 2024-08-29T16:23:59.148Z | Downloaded shlex v1.3.0 |
554 | 2024-08-29T16:23:59.154Z | Downloaded tap v1.0.1 |
555 | 2024-08-29T16:23:59.154Z | Downloaded structmeta-derive v0.2.0 |
556 | 2024-08-29T16:23:59.157Z | Downloaded tabwriter v1.4.0 |
557 | 2024-08-29T16:23:59.157Z | Downloaded clang-sys v1.7.0 |
558 | 2024-08-29T16:23:59.157Z | Downloaded structmeta v0.3.0 |
559 | 2024-08-29T16:23:59.159Z | Downloaded psl-types v2.0.11 |
560 | 2024-08-29T16:23:59.159Z | Downloaded portpicker v0.1.1 |
561 | 2024-08-29T16:23:59.162Z | Downloaded oso-derive v0.27.3 |
562 | 2024-08-29T16:23:59.162Z | Downloaded argon2 v0.5.3 |
563 | 2024-08-29T16:23:59.164Z | Downloaded serde_with_macros v3.9.0 |
564 | 2024-08-29T16:23:59.167Z | Downloaded slog-envlogger v2.2.0 |
565 | 2024-08-29T16:23:59.169Z | Downloaded http-range v0.1.5 |
566 | 2024-08-29T16:23:59.169Z | Downloaded hex v0.4.3 |
567 | 2024-08-29T16:23:59.172Z | Downloaded wyz v0.5.1 |
568 | 2024-08-29T16:23:59.174Z | Downloaded signature v2.2.0 |
569 | 2024-08-29T16:23:59.177Z | Downloaded linked-hash-map v0.5.6 |
570 | 2024-08-29T16:23:59.177Z | Downloaded mime_guess v2.0.4 |
571 | 2024-08-29T16:23:59.180Z | Downloaded bcs v0.1.6 |
572 | 2024-08-29T16:23:59.185Z | Downloaded supports-color v3.0.0 |
573 | 2024-08-29T16:23:59.185Z | Downloaded radium v0.7.0 |
574 | 2024-08-29T16:23:59.188Z | Downloaded lazycell v1.3.0 |
575 | 2024-08-29T16:23:59.188Z | Downloaded cipher v0.4.4 |
576 | 2024-08-29T16:23:59.188Z | Downloaded olpc-cjson v0.1.3 |
577 | 2024-08-29T16:23:59.191Z | Downloaded ciborium v0.2.2 |
578 | 2024-08-29T16:23:59.194Z | Downloaded num-integer v0.1.46 |
579 | 2024-08-29T16:23:59.194Z | Downloaded fixedbitset v0.4.2 |
580 | 2024-08-29T16:23:59.196Z | Downloaded futures-core v0.3.30 |
581 | 2024-08-29T16:23:59.199Z | Downloaded dyn-clone v1.0.17 |
582 | 2024-08-29T16:23:59.199Z | Downloaded dsl_auto_type v0.1.2 |
583 | 2024-08-29T16:23:59.203Z | Downloaded httpdate v1.0.3 |
584 | 2024-08-29T16:23:59.206Z | Downloaded dropshot_endpoint v0.10.1 |
585 | 2024-08-29T16:23:59.206Z | Downloaded sqlparser_derive v0.2.2 |
586 | 2024-08-29T16:23:59.206Z | Downloaded nu-ansi-term v0.50.0 |
587 | 2024-08-29T16:23:59.209Z | Downloaded try-lock v0.2.5 |
588 | 2024-08-29T16:23:59.209Z | Downloaded unicode-truncate v1.0.0 |
589 | 2024-08-29T16:23:59.213Z | Downloaded smallvec v0.6.14 |
590 | 2024-08-29T16:23:59.213Z | Downloaded native-tls v0.2.11 |
591 | 2024-08-29T16:23:59.218Z | Downloaded blake2 v0.10.6 |
592 | 2024-08-29T16:23:59.220Z | Downloaded float-ord v0.3.2 |
593 | 2024-08-29T16:23:59.220Z | Downloaded headers-core v0.2.0 |
594 | 2024-08-29T16:23:59.220Z | Downloaded foreign-types-macros v0.2.3 |
595 | 2024-08-29T16:23:59.223Z | Downloaded deranged v0.3.11 |
596 | 2024-08-29T16:23:59.223Z | Downloaded darling v0.20.9 |
597 | 2024-08-29T16:23:59.229Z | Downloaded predicates-tree v1.0.9 |
598 | 2024-08-29T16:23:59.234Z | Downloaded toolchain_find v0.4.0 |
599 | 2024-08-29T16:23:59.234Z | Downloaded indicatif v0.17.8 |
600 | 2024-08-29T16:23:59.237Z | Downloaded home v0.5.9 |
601 | 2024-08-29T16:23:59.240Z | Downloaded num-rational v0.4.2 |
602 | 2024-08-29T16:23:59.243Z | Downloaded mockall_derive v0.13.0 |
603 | 2024-08-29T16:23:59.245Z | Downloaded heck v0.3.3 |
604 | 2024-08-29T16:23:59.245Z | Downloaded sec1 v0.7.3 |
605 | 2024-08-29T16:23:59.248Z | Downloaded getopts v0.2.21 |
606 | 2024-08-29T16:23:59.250Z | Downloaded gethostname v0.5.0 |
607 | 2024-08-29T16:23:59.250Z | Downloaded pin-utils v0.1.0 |
608 | 2024-08-29T16:23:59.253Z | Downloaded percent-encoding v2.3.1 |
609 | 2024-08-29T16:23:59.253Z | Downloaded serde_plain v1.0.2 |
610 | 2024-08-29T16:23:59.256Z | Downloaded serde_path_to_error v0.1.16 |
611 | 2024-08-29T16:23:59.258Z | Downloaded rustls-pemfile v1.0.4 |
612 | 2024-08-29T16:23:59.260Z | Downloaded http-body v0.4.6 |
613 | 2024-08-29T16:23:59.263Z | Downloaded serde_repr v0.1.19 |
614 | 2024-08-29T16:23:59.266Z | Downloaded owo-colors v4.0.0 |
615 | 2024-08-29T16:23:59.268Z | Downloaded httparse v1.8.0 |
616 | 2024-08-29T16:23:59.271Z | Downloaded getrandom v0.2.14 |
617 | 2024-08-29T16:23:59.273Z | Downloaded crossbeam-epoch v0.9.18 |
618 | 2024-08-29T16:23:59.276Z | Downloaded cookie v0.18.1 |
619 | 2024-08-29T16:23:59.280Z | Downloaded const-oid v0.9.6 |
620 | 2024-08-29T16:23:59.282Z | Downloaded stable_deref_trait v1.2.0 |
621 | 2024-08-29T16:23:59.285Z | Downloaded slog-stdlog v4.1.1 |
622 | 2024-08-29T16:23:59.288Z | Downloaded fallible-streaming-iterator v0.1.9 |
623 | 2024-08-29T16:23:59.288Z | Downloaded const_format v0.2.32 |
624 | 2024-08-29T16:23:59.291Z | Downloaded base64 v0.22.1 |
625 | 2024-08-29T16:23:59.300Z | Downloaded termcolor v1.4.1 |
626 | 2024-08-29T16:23:59.306Z | Downloaded subtle v2.5.0 |
627 | 2024-08-29T16:23:59.306Z | Downloaded tinyvec_macros v0.1.1 |
628 | 2024-08-29T16:23:59.306Z | Downloaded termtree v0.4.1 |
629 | 2024-08-29T16:23:59.306Z | Downloaded backtrace v0.3.71 |
630 | 2024-08-29T16:23:59.309Z | Downloaded socket2 v0.5.7 |
631 | 2024-08-29T16:23:59.312Z | Downloaded strum_macros v0.24.3 |
632 | 2024-08-29T16:23:59.315Z | Downloaded zeroize_derive v1.4.2 |
633 | 2024-08-29T16:23:59.324Z | Downloaded snafu-derive v0.8.2 |
634 | 2024-08-29T16:23:59.327Z | Downloaded parse-size v1.0.0 |
635 | 2024-08-29T16:23:59.330Z | Downloaded rustc_version v0.4.0 |
636 | 2024-08-29T16:23:59.333Z | Downloaded shell-words v1.1.0 |
637 | 2024-08-29T16:23:59.333Z | Downloaded pin-project-lite v0.2.14 |
638 | 2024-08-29T16:23:59.337Z | Downloaded rustc_version v0.1.7 |
639 | 2024-08-29T16:23:59.340Z | Downloaded topological-sort v0.2.2 |
640 | 2024-08-29T16:23:59.342Z | Downloaded bytes v1.7.1 |
641 | 2024-08-29T16:23:59.345Z | Downloaded rustc-hash v1.1.0 |
642 | 2024-08-29T16:23:59.348Z | Downloaded slog-dtrace v0.3.0 |
643 | 2024-08-29T16:23:59.348Z | Downloaded compact_str v0.8.0 |
644 | 2024-08-29T16:23:59.351Z | Downloaded tar v0.4.41 |
645 | 2024-08-29T16:23:59.354Z | Downloaded r2d2 v0.8.10 |
646 | 2024-08-29T16:23:59.357Z | Downloaded xattr v1.3.1 |
647 | 2024-08-29T16:23:59.360Z | Downloaded postgres-types v0.2.7 |
648 | 2024-08-29T16:23:59.362Z | Downloaded slog-scope v4.4.0 |
649 | 2024-08-29T16:23:59.367Z | Downloaded tls_codec v0.4.1 |
650 | 2024-08-29T16:23:59.367Z | Downloaded float-cmp v0.9.0 |
651 | 2024-08-29T16:23:59.370Z | Downloaded minimal-lexical v0.2.1 |
652 | 2024-08-29T16:23:59.376Z | Downloaded ppv-lite86 v0.2.17 |
653 | 2024-08-29T16:23:59.376Z | Downloaded term v0.7.0 |
654 | 2024-08-29T16:23:59.379Z | Downloaded strum_macros v0.26.4 |
655 | 2024-08-29T16:23:59.382Z | Downloaded socket2 v0.4.10 |
656 | 2024-08-29T16:23:59.385Z | Downloaded embedded-io v0.4.0 |
657 | 2024-08-29T16:23:59.385Z | Downloaded untrusted v0.9.0 |
658 | 2024-08-29T16:23:59.389Z | Downloaded snafu v0.8.2 |
659 | 2024-08-29T16:23:59.395Z | Downloaded zeroize v1.7.0 |
660 | 2024-08-29T16:23:59.399Z | Downloaded fallible-iterator v0.2.0 |
661 | 2024-08-29T16:23:59.399Z | Downloaded dirs-next v2.0.0 |
662 | 2024-08-29T16:23:59.402Z | Downloaded predicates-core v1.0.6 |
663 | 2024-08-29T16:23:59.402Z | Downloaded difflib v0.4.0 |
664 | 2024-08-29T16:23:59.402Z | Downloaded parse-display-derive v0.10.0 |
665 | 2024-08-29T16:23:59.405Z | Downloaded rustfmt-wrapper v0.2.1 |
666 | 2024-08-29T16:23:59.405Z | Downloaded ron v0.7.1 |
667 | 2024-08-29T16:23:59.417Z | Downloaded openssl-sys v0.9.103 |
668 | 2024-08-29T16:23:59.425Z | Downloaded quick-error v1.2.3 |
669 | 2024-08-29T16:23:59.429Z | Downloaded signal-hook-tokio v0.3.1 |
670 | 2024-08-29T16:23:59.432Z | Downloaded cc v1.0.97 |
671 | 2024-08-29T16:23:59.435Z | Downloaded chacha20poly1305 v0.10.1 |
672 | 2024-08-29T16:23:59.439Z | Downloaded half v2.4.1 |
673 | 2024-08-29T16:23:59.442Z | Downloaded rusty-fork v0.3.0 |
674 | 2024-08-29T16:23:59.446Z | Downloaded slog-async v2.8.0 |
675 | 2024-08-29T16:23:59.449Z | Downloaded slab v0.4.9 |
676 | 2024-08-29T16:23:59.449Z | Downloaded libxml v0.3.3 |
677 | 2024-08-29T16:23:59.456Z | Downloaded hash32 v0.3.1 |
678 | 2024-08-29T16:23:59.459Z | Downloaded diesel_table_macro_syntax v0.2.0 |
679 | 2024-08-29T16:23:59.459Z | Downloaded env_logger v0.10.2 |
680 | 2024-08-29T16:23:59.462Z | Downloaded dirs-sys-next v0.1.2 |
681 | 2024-08-29T16:23:59.465Z | Downloaded tui-tree-widget v0.22.0 |
682 | 2024-08-29T16:23:59.465Z | Downloaded walkdir v2.5.0 |
683 | 2024-08-29T16:23:59.467Z | Downloaded slog-bunyan v2.5.0 |
684 | 2024-08-29T16:23:59.469Z | Downloaded ena v0.14.3 |
685 | 2024-08-29T16:23:59.472Z | Downloaded glob v0.3.1 |
686 | 2024-08-29T16:23:59.472Z | Downloaded packed_struct v0.10.1 |
687 | 2024-08-29T16:23:59.475Z | Downloaded group v0.13.0 |
688 | 2024-08-29T16:23:59.475Z | Downloaded tokio-tungstenite v0.20.1 |
689 | 2024-08-29T16:23:59.478Z | Downloaded utf-8 v0.7.6 |
690 | 2024-08-29T16:23:59.480Z | Downloaded strum v0.26.3 |
691 | 2024-08-29T16:23:59.483Z | Downloaded predicates v3.1.2 |
692 | 2024-08-29T16:23:59.486Z | Downloaded ref-cast v1.0.23 |
693 | 2024-08-29T16:23:59.488Z | Downloaded tracing v0.1.40 |
694 | 2024-08-29T16:23:59.493Z | Downloaded fd-lock v4.0.2 |
695 | 2024-08-29T16:23:59.495Z | Downloaded same-file v1.0.6 |
696 | 2024-08-29T16:23:59.498Z | Downloaded parking_lot v0.12.2 |
697 | 2024-08-29T16:23:59.500Z | Downloaded flume v0.11.0 |
698 | 2024-08-29T16:23:59.504Z | Downloaded mio v1.0.2 |
699 | 2024-08-29T16:23:59.517Z | Downloaded tokio-native-tls v0.3.1 |
700 | 2024-08-29T16:23:59.522Z | Downloaded paste v1.0.15 |
701 | 2024-08-29T16:23:59.522Z | Downloaded ff v0.13.0 |
702 | 2024-08-29T16:23:59.522Z | Downloaded enum-as-inner v0.6.0 |
703 | 2024-08-29T16:23:59.525Z | Downloaded want v0.3.1 |
704 | 2024-08-29T16:23:59.525Z | Downloaded thiserror-impl-no-std v2.0.2 |
705 | 2024-08-29T16:23:59.525Z | Downloaded sqlformat v0.2.4 |
706 | 2024-08-29T16:23:59.529Z | Downloaded foreign-types-shared v0.3.1 |
707 | 2024-08-29T16:23:59.529Z | Downloaded pkg-config v0.3.30 |
708 | 2024-08-29T16:23:59.533Z | Downloaded signal-hook-registry v1.4.2 |
709 | 2024-08-29T16:23:59.534Z | Downloaded foreign-types-shared v0.1.1 |
710 | 2024-08-29T16:23:59.534Z | Downloaded resolv-conf v0.7.0 |
711 | 2024-08-29T16:23:59.536Z | Downloaded tiny-keccak v2.0.2 |
712 | 2024-08-29T16:23:59.539Z | Downloaded tokio-macros v2.4.0 |
713 | 2024-08-29T16:23:59.539Z | Downloaded hashbrown v0.13.2 |
714 | 2024-08-29T16:23:59.544Z | Downloaded similar v2.6.0 |
715 | 2024-08-29T16:23:59.548Z | Downloaded packed_struct_codegen v0.10.1 |
716 | 2024-08-29T16:23:59.550Z | Downloaded parking_lot v0.11.2 |
717 | 2024-08-29T16:23:59.553Z | Downloaded sha1 v0.10.6 |
718 | 2024-08-29T16:23:59.558Z | Downloaded url v2.5.2 |
719 | 2024-08-29T16:23:59.561Z | Downloaded globset v0.4.14 |
720 | 2024-08-29T16:23:59.561Z | Downloaded pretty-hex v0.2.1 |
721 | 2024-08-29T16:23:59.563Z | Downloaded time-core v0.1.2 |
722 | 2024-08-29T16:23:59.563Z | Downloaded hash32 v0.2.1 |
723 | 2024-08-29T16:23:59.566Z | Downloaded form_urlencoded v1.2.1 |
724 | 2024-08-29T16:23:59.566Z | Downloaded universal-hash v0.5.1 |
725 | 2024-08-29T16:23:59.569Z | Downloaded x509-cert v0.2.5 |
726 | 2024-08-29T16:23:59.574Z | Downloaded strip-ansi-escapes v0.2.0 |
727 | 2024-08-29T16:23:59.576Z | Downloaded peg-runtime v0.8.3 |
728 | 2024-08-29T16:23:59.576Z | Downloaded headers v0.3.9 |
729 | 2024-08-29T16:23:59.582Z | Downloaded rayon-core v1.12.1 |
730 | 2024-08-29T16:23:59.586Z | Downloaded pem v3.0.4 |
731 | 2024-08-29T16:23:59.589Z | Downloaded phf_shared v0.10.0 |
732 | 2024-08-29T16:23:59.589Z | Downloaded slog v2.7.0 |
733 | 2024-08-29T16:23:59.593Z | Downloaded hostname v0.4.0 |
734 | 2024-08-29T16:23:59.595Z | Downloaded precomputed-hash v0.1.1 |
735 | 2024-08-29T16:23:59.595Z | Downloaded pkcs8 v0.10.2 |
736 | 2024-08-29T16:23:59.600Z | Downloaded num-bigint-dig v0.8.4 |
737 | 2024-08-29T16:23:59.605Z | Downloaded rpassword v7.3.1 |
738 | 2024-08-29T16:23:59.609Z | Downloaded siphasher v0.3.11 |
739 | 2024-08-29T16:23:59.609Z | Downloaded serde_arrays v0.1.0 |
740 | 2024-08-29T16:23:59.609Z | Downloaded filetime v0.2.24 |
741 | 2024-08-29T16:23:59.612Z | Downloaded smf v0.2.3 |
742 | 2024-08-29T16:23:59.612Z | Downloaded signal-hook-mio v0.2.4 |
743 | 2024-08-29T16:23:59.615Z | Downloaded password-hash v0.5.0 |
744 | 2024-08-29T16:23:59.623Z | Downloaded crossterm v0.28.1 |
745 | 2024-08-29T16:23:59.625Z | Downloaded funty v2.0.0 |
746 | 2024-08-29T16:23:59.625Z | Downloaded flagset v0.4.5 |
747 | 2024-08-29T16:23:59.628Z | Downloaded which v4.4.2 |
748 | 2024-08-29T16:23:59.628Z | Downloaded waitgroup v0.1.2 |
749 | 2024-08-29T16:23:59.631Z | Downloaded rand_core v0.6.4 |
750 | 2024-08-29T16:23:59.631Z | Downloaded futures-task v0.3.30 |
751 | 2024-08-29T16:23:59.634Z | Downloaded rand_seeder v0.3.0 |
752 | 2024-08-29T16:23:59.634Z | Downloaded proc-macro-crate v1.3.1 |
753 | 2024-08-29T16:23:59.637Z | Downloaded serde-hex v0.1.0 |
754 | 2024-08-29T16:23:59.637Z | Downloaded spki v0.7.3 |
755 | 2024-08-29T16:23:59.640Z | Downloaded scrypt v0.11.0 |
756 | 2024-08-29T16:23:59.640Z | Downloaded itertools v0.12.1 |
757 | 2024-08-29T16:23:59.647Z | Downloaded futures-sink v0.3.30 |
758 | 2024-08-29T16:23:59.650Z | Downloaded elliptic-curve v0.13.8 |
759 | 2024-08-29T16:23:59.653Z | Downloaded rcgen v0.12.1 |
760 | 2024-08-29T16:23:59.657Z | Downloaded hyper v0.14.30 |
761 | 2024-08-29T16:23:59.663Z | Downloaded unicode-segmentation v1.11.0 |
762 | 2024-08-29T16:23:59.667Z | Downloaded fxhash v0.2.1 |
763 | 2024-08-29T16:23:59.669Z | Downloaded futures-io v0.3.30 |
764 | 2024-08-29T16:23:59.669Z | Downloaded spin v0.5.2 |
765 | 2024-08-29T16:23:59.673Z | Downloaded fragile v2.0.0 |
766 | 2024-08-29T16:23:59.673Z | Downloaded nom v7.1.3 |
767 | 2024-08-29T16:23:59.677Z | Downloaded futures-executor v0.3.30 |
768 | 2024-08-29T16:23:59.679Z | Downloaded rand_chacha v0.3.1 |
769 | 2024-08-29T16:23:59.679Z | Downloaded toml_edit v0.19.15 |
770 | 2024-08-29T16:23:59.695Z | Downloaded tokio-util v0.7.11 |
771 | 2024-08-29T16:23:59.702Z | Downloaded static_assertions v1.1.0 |
772 | 2024-08-29T16:23:59.707Z | Downloaded secrecy v0.8.0 |
773 | 2024-08-29T16:23:59.707Z | Downloaded expectorate v1.1.0 |
774 | 2024-08-29T16:23:59.711Z | Downloaded unicase v2.7.0 |
775 | 2024-08-29T16:23:59.711Z | Downloaded untrusted v0.7.1 |
776 | 2024-08-29T16:23:59.711Z | Downloaded tungstenite v0.20.1 |
777 | 2024-08-29T16:23:59.718Z | Downloaded schemars_derive v0.8.21 |
778 | 2024-08-29T16:23:59.718Z | Downloaded parse-display v0.10.0 |
779 | 2024-08-29T16:23:59.721Z | Downloaded peg v0.8.4 |
780 | 2024-08-29T16:23:59.721Z | Downloaded spin v0.9.8 |
781 | 2024-08-29T16:23:59.721Z | Downloaded time-macros v0.2.18 |
782 | 2024-08-29T16:23:59.727Z | Downloaded sct v0.7.1 |
783 | 2024-08-29T16:23:59.727Z | Downloaded thread_local v1.1.8 |
784 | 2024-08-29T16:23:59.731Z | Downloaded signal-hook v0.3.17 |
785 | 2024-08-29T16:23:59.732Z | Downloaded http v1.1.0 |
786 | 2024-08-29T16:23:59.741Z | Downloaded termios v0.3.3 |
787 | 2024-08-29T16:23:59.763Z | Downloaded string_cache v0.8.7 |
788 | 2024-08-29T16:23:59.763Z | Downloaded unarray v0.1.4 |
789 | 2024-08-29T16:23:59.763Z | Downloaded tough v0.17.1 |
790 | 2024-08-29T16:23:59.763Z | Downloaded rustls-pki-types v1.7.0 |
791 | 2024-08-29T16:23:59.763Z | Downloaded hostname v0.3.1 |
792 | 2024-08-29T16:23:59.763Z | Downloaded unicode-xid v0.2.4 |
793 | 2024-08-29T16:23:59.763Z | Downloaded pem-rfc7468 v0.7.0 |
794 | 2024-08-29T16:23:59.763Z | Downloaded rustls-pemfile v2.1.3 |
795 | 2024-08-29T16:23:59.763Z | Downloaded derive_builder_core v0.20.0 |
796 | 2024-08-29T16:23:59.767Z | Downloaded derive_more v0.99.18 |
797 | 2024-08-29T16:23:59.767Z | Downloaded hickory-client v0.24.1 |
798 | 2024-08-29T16:23:59.767Z | Downloaded hashlink v0.9.1 |
799 | 2024-08-29T16:23:59.771Z | Downloaded serde_yaml v0.9.34+deprecated |
800 | 2024-08-29T16:23:59.780Z | Downloaded hashbrown v0.12.3 |
801 | 2024-08-29T16:23:59.784Z | Downloaded vsss-rs v3.3.4 |
802 | 2024-08-29T16:23:59.784Z | Downloaded postgres-protocol v0.6.7 |
803 | 2024-08-29T16:23:59.784Z | Downloaded publicsuffix v2.2.3 |
804 | 2024-08-29T16:23:59.787Z | Downloaded prettyplease v0.2.20 |
805 | 2024-08-29T16:23:59.791Z | Downloaded tungstenite v0.23.0 |
806 | 2024-08-29T16:23:59.795Z | Downloaded aho-corasick v1.1.3 |
807 | 2024-08-29T16:23:59.798Z | Downloaded pkcs5 v0.7.1 |
808 | 2024-08-29T16:23:59.802Z | Downloaded serde_with v3.9.0 |
809 | 2024-08-29T16:23:59.811Z | Downloaded winnow v0.5.40 |
810 | 2024-08-29T16:23:59.821Z | Downloaded whoami v1.5.1 |
811 | 2024-08-29T16:23:59.823Z | Downloaded yasna v0.5.2 |
812 | 2024-08-29T16:23:59.827Z | Downloaded lalrpop v0.19.12 |
813 | 2024-08-29T16:23:59.839Z | Downloaded rand v0.8.5 |
814 | 2024-08-29T16:23:59.843Z | Downloaded wait-timeout v0.2.0 |
815 | 2024-08-29T16:23:59.843Z | Downloaded unicode_categories v0.1.1 |
816 | 2024-08-29T16:23:59.849Z | Downloaded reedline v0.33.0 |
817 | 2024-08-29T16:23:59.852Z | Downloaded tungstenite v0.21.0 |
818 | 2024-08-29T16:23:59.856Z | Downloaded hickory-resolver v0.24.1 |
819 | 2024-08-29T16:23:59.861Z | Downloaded blake3 v1.5.1 |
820 | 2024-08-29T16:23:59.869Z | Downloaded futures v0.3.30 |
821 | 2024-08-29T16:23:59.876Z | Downloaded zerocopy v0.6.6 |
822 | 2024-08-29T16:23:59.879Z | Downloaded vergen v8.3.2 |
823 | 2024-08-29T16:23:59.882Z | Downloaded unsafe-libyaml v0.2.11 |
824 | 2024-08-29T16:23:59.886Z | Downloaded flate2 v1.0.31 |
825 | 2024-08-29T16:23:59.891Z | Downloaded hickory-server v0.24.1 |
826 | 2024-08-29T16:23:59.898Z | Downloaded http v0.2.12 |
827 | 2024-08-29T16:23:59.902Z | Downloaded unicode-normalization v0.1.23 |
828 | 2024-08-29T16:23:59.906Z | Downloaded rustyline v14.0.0 |
829 | 2024-08-29T16:23:59.913Z | Downloaded time v0.3.36 |
830 | 2024-08-29T16:23:59.919Z | Downloaded schemars v0.8.21 |
831 | 2024-08-29T16:23:59.936Z | Downloaded der v0.7.9 |
832 | 2024-08-29T16:23:59.939Z | Downloaded quick-xml v0.31.0 |
833 | 2024-08-29T16:23:59.944Z | Downloaded idna v0.5.0 |
834 | 2024-08-29T16:23:59.950Z | Downloaded rusqlite v0.31.0 |
835 | 2024-08-29T16:23:59.958Z | Downloaded object v0.30.4 |
836 | 2024-08-29T16:23:59.970Z | Downloaded rsa v0.9.6 |
837 | 2024-08-29T16:23:59.977Z | Downloaded h2 v0.3.26 |
838 | 2024-08-29T16:23:59.982Z | Downloaded steno v0.4.1 |
839 | 2024-08-29T16:23:59.987Z | Downloaded openssl v0.10.66 |
840 | 2024-08-29T16:23:59.998Z | Downloaded git2 v0.19.0 |
841 | 2024-08-29T16:24:00.008Z | Downloaded radix_trie v0.2.1 |
842 | 2024-08-29T16:24:00.014Z | Downloaded rayon v1.10.0 |
843 | 2024-08-29T16:24:00.025Z | Downloaded hkdf v0.12.4 |
844 | 2024-08-29T16:24:00.027Z | Downloaded reqwest v0.11.27 |
845 | 2024-08-29T16:24:00.035Z | Downloaded nix v0.28.0 |
846 | 2024-08-29T16:24:00.047Z | Downloaded rustls v0.21.12 |
847 | 2024-08-29T16:24:00.059Z | Downloaded chrono v0.4.38 |
848 | 2024-08-29T16:24:00.066Z | Downloaded rustls-webpki v0.101.7 |
849 | 2024-08-29T16:24:00.081Z | Downloaded polar-core v0.27.3 |
850 | 2024-08-29T16:24:00.090Z | Downloaded sqlparser v0.45.0 |
851 | 2024-08-29T16:24:00.099Z | Downloaded portable-atomic v1.6.0 |
852 | 2024-08-29T16:24:00.102Z | Downloaded regex-syntax v0.6.29 |
853 | 2024-08-29T16:24:00.109Z | Downloaded proptest v1.5.0 |
854 | 2024-08-29T16:24:00.118Z | Downloaded openapiv3 v2.0.0 |
855 | 2024-08-29T16:24:00.131Z | Downloaded regex-syntax v0.8.4 |
856 | 2024-08-29T16:24:00.140Z | Downloaded rustls-webpki v0.102.4 |
857 | 2024-08-29T16:24:00.158Z | Downloaded bitvec v1.0.1 |
858 | 2024-08-29T16:24:00.182Z | Downloaded futures-util v0.3.30 |
859 | 2024-08-29T16:24:00.185Z | Downloaded diesel v2.2.3 |
860 | 2024-08-29T16:24:00.204Z | Downloaded gimli v0.28.1 |
861 | 2024-08-29T16:24:00.212Z | Downloaded vcpkg v0.2.15 |
862 | 2024-08-29T16:24:00.252Z | Downloaded curve25519-dalek v4.1.3 |
863 | 2024-08-29T16:24:00.263Z | Downloaded webpki-roots v0.25.4 |
864 | 2024-08-29T16:24:00.265Z | Downloaded dropshot v0.10.1 |
865 | 2024-08-29T16:24:00.275Z | Downloaded regex v1.10.6 |
866 | 2024-08-29T16:24:00.288Z | Downloaded object v0.32.2 |
867 | 2024-08-29T16:24:00.298Z | Downloaded rustls v0.22.4 |
868 | 2024-08-29T16:24:00.313Z | Downloaded smoltcp v0.9.1 |
869 | 2024-08-29T16:24:00.323Z | Downloaded bstr v1.9.1 |
870 | 2024-08-29T16:24:00.333Z | Downloaded regress v0.9.1 |
871 | 2024-08-29T16:24:00.343Z | Downloaded petgraph v0.6.5 |
872 | 2024-08-29T16:24:00.361Z | Downloaded finl_unicode v1.2.0 |
873 | 2024-08-29T16:24:00.373Z | Downloaded smoltcp v0.11.0 |
874 | 2024-08-29T16:24:00.385Z | Downloaded nix v0.27.1 |
875 | 2024-08-29T16:24:00.396Z | Downloaded hickory-proto v0.24.1 |
876 | 2024-08-29T16:24:00.412Z | Downloaded bindgen v0.69.4 |
877 | 2024-08-29T16:24:00.419Z | Downloaded idna v0.4.0 |
878 | 2024-08-29T16:24:00.426Z | Downloaded idna v0.3.0 |
879 | 2024-08-29T16:24:00.433Z | Downloaded poly1305 v0.8.0 |
880 | 2024-08-29T16:24:00.436Z | Downloaded ratatui v0.28.0 |
881 | 2024-08-29T16:24:00.456Z | Downloaded hmac v0.12.1 |
882 | 2024-08-29T16:24:00.460Z | Downloaded sled v0.34.7 |
883 | 2024-08-29T16:24:00.468Z | Downloaded zerocopy-derive v0.6.6 |
884 | 2024-08-29T16:24:00.478Z | Downloaded diesel_derives v2.2.2 |
885 | 2024-08-29T16:24:00.482Z | Downloaded ref-cast-impl v1.0.23 |
886 | 2024-08-29T16:24:00.484Z | Downloaded rand_xorshift v0.3.0 |
887 | 2024-08-29T16:24:00.484Z | Downloaded pbkdf2 v0.12.2 |
888 | 2024-08-29T16:24:00.487Z | Downloaded peg-macros v0.8.4 |
889 | 2024-08-29T16:24:00.487Z | Downloaded typed-path v0.7.1 |
890 | 2024-08-29T16:24:00.493Z | Downloaded itertools v0.13.0 |
891 | 2024-08-29T16:24:00.500Z | Downloaded crossterm v0.27.0 |
892 | 2024-08-29T16:24:00.506Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
893 | 2024-08-29T16:24:00.519Z | Downloaded thiserror-no-std v2.0.2 |
894 | 2024-08-29T16:24:00.522Z | Downloaded regex-automata v0.4.6 |
895 | 2024-08-29T16:24:00.540Z | Downloaded aes v0.8.4 |
896 | 2024-08-29T16:24:00.542Z | Downloaded futures-macro v0.3.30 |
897 | 2024-08-29T16:24:00.545Z | Downloaded zip v0.6.6 |
898 | 2024-08-29T16:24:00.547Z | Downloaded stringprep v0.1.4 |
899 | 2024-08-29T16:24:00.551Z | Downloaded tokio-stream v0.1.15 |
900 | 2024-08-29T16:24:00.554Z | Downloaded diff v0.1.13 |
901 | 2024-08-29T16:24:00.557Z | Downloaded test-strategy v0.3.1 |
902 | 2024-08-29T16:24:00.560Z | Downloaded path-slash v0.1.5 |
903 | 2024-08-29T16:24:00.562Z | Downloaded pin-project v1.1.5 |
904 | 2024-08-29T16:24:00.572Z | Downloaded tokio-rustls v0.25.0 |
905 | 2024-08-29T16:24:00.574Z | Downloaded fatfs v0.3.6 |
906 | 2024-08-29T16:24:00.577Z | Downloaded tokio-postgres v0.7.11 |
907 | 2024-08-29T16:24:00.582Z | Downloaded libm v0.2.8 |
908 | 2024-08-29T16:24:00.591Z | Downloaded sha3 v0.10.8 |
909 | 2024-08-29T16:24:00.594Z | Downloaded tokio v1.39.3 |
910 | 2024-08-29T16:24:00.632Z | Downloaded csv v1.3.0 |
911 | 2024-08-29T16:24:00.653Z | Downloaded serde_derive_internals v0.29.1 |
912 | 2024-08-29T16:24:00.655Z | Downloaded heapless v0.8.0 |
913 | 2024-08-29T16:24:00.658Z | Downloaded encoding_rs v0.8.34 |
914 | 2024-08-29T16:24:00.679Z | Downloaded heapless v0.7.17 |
915 | 2024-08-29T16:24:00.683Z | Downloaded tokio-rustls v0.24.1 |
916 | 2024-08-29T16:24:00.685Z | Downloaded uuid v1.10.0 |
917 | 2024-08-29T16:24:00.688Z | Downloaded derive_builder v0.20.0 |
918 | 2024-08-29T16:24:00.692Z | Downloaded tokio-tungstenite v0.21.0 |
919 | 2024-08-29T16:24:00.695Z | Downloaded tinyvec v1.6.0 |
920 | 2024-08-29T16:24:00.697Z | Downloaded either v1.13.0 |
921 | 2024-08-29T16:24:00.700Z | Downloaded crypto-bigint v0.5.5 |
922 | 2024-08-29T16:24:00.705Z | Downloaded crossbeam-channel v0.5.12 |
923 | 2024-08-29T16:24:00.709Z | Downloaded base64 v0.21.7 |
924 | 2024-08-29T16:24:00.715Z | Downloaded highway v1.2.0 |
925 | 2024-08-29T16:24:00.718Z | Downloaded pkcs1 v0.7.5 |
926 | 2024-08-29T16:24:00.718Z | Downloaded tracing-core v0.1.32 |
927 | 2024-08-29T16:24:00.723Z | Downloaded erased-serde v0.3.31 |
928 | 2024-08-29T16:24:00.725Z | Downloaded env_logger v0.9.3 |
929 | 2024-08-29T16:24:00.725Z | Downloaded endian-type v0.1.2 |
930 | 2024-08-29T16:24:00.725Z | Downloaded uzers v0.11.3 |
931 | 2024-08-29T16:24:00.728Z | Downloaded toml v0.7.8 |
932 | 2024-08-29T16:24:00.731Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
933 | 2024-08-29T16:24:00.788Z | Downloaded subprocess v0.2.9 |
934 | 2024-08-29T16:24:00.792Z | Downloaded unicode-bidi v0.3.15 |
935 | 2024-08-29T16:24:00.794Z | Downloaded itertools v0.10.5 |
936 | 2024-08-29T16:24:00.799Z | Downloaded rustversion v1.0.17 |
937 | 2024-08-29T16:24:00.802Z | Downloaded tls_codec_derive v0.4.1 |
938 | 2024-08-29T16:24:00.805Z | Downloaded structmeta-derive v0.3.0 |
939 | 2024-08-29T16:24:00.805Z | Downloaded structmeta v0.2.0 |
940 | 2024-08-29T16:24:00.809Z | Downloaded salsa20 v0.10.2 |
941 | 2024-08-29T16:24:00.809Z | Downloaded rtoolbox v0.0.2 |
942 | 2024-08-29T16:24:00.809Z | Downloaded pin-project-internal v1.1.5 |
943 | 2024-08-29T16:24:00.809Z | Downloaded twox-hash v1.6.3 |
944 | 2024-08-29T16:24:00.812Z | Downloaded postcard v1.0.8 |
945 | 2024-08-29T16:24:00.814Z | Downloaded phf_shared v0.11.2 |
946 | 2024-08-29T16:24:00.814Z | Downloaded smallvec v1.13.2 |
947 | 2024-08-29T16:24:00.817Z | Downloaded slog-term v2.9.1 |
948 | 2024-08-29T16:24:00.820Z | Downloaded rustc-demangle v0.1.24 |
949 | 2024-08-29T16:24:00.820Z | Downloaded parking_lot_core v0.9.10 |
950 | 2024-08-29T16:24:00.823Z | Downloaded parking_lot_core v0.8.6 |
951 | 2024-08-29T16:24:00.828Z | Downloaded tracing-attributes v0.1.27 |
952 | 2024-08-29T16:24:00.830Z | Downloaded oso v0.27.3 |
953 | 2024-08-29T16:24:00.830Z | Downloaded mio v0.8.11 |
954 | 2024-08-29T16:24:00.834Z | Downloaded tokio-tungstenite v0.23.1 |
955 | 2024-08-29T16:24:00.836Z | Downloaded ron v0.8.1 |
956 | 2024-08-29T16:24:00.841Z | Downloaded samael v0.0.15 |
957 | 2024-08-29T16:24:00.846Z | Downloaded strum_macros v0.25.3 |
958 | 2024-08-29T16:24:00.849Z | Downloaded powerfmt v0.2.0 |
959 | 2024-08-29T16:24:00.851Z | Downloaded derive_builder_macro v0.20.0 |
960 | 2024-08-29T16:24:00.852Z | Downloaded phf v0.11.2 |
961 | 2024-08-29T16:24:00.855Z | Downloaded fallible-iterator v0.3.0 |
962 | 2024-08-29T16:24:00.855Z | Downloaded zone v0.1.8 |
963 | 2024-08-29T16:24:00.855Z | Downloaded serde_urlencoded v0.7.1 |
964 | 2024-08-29T16:24:00.858Z | Downloaded derive-where v1.2.7 |
965 | 2024-08-29T16:24:00.860Z | Downloaded vte v0.11.1 |
966 | 2024-08-29T16:24:00.862Z | Downloaded miniz_oxide v0.7.2 |
967 | 2024-08-29T16:24:00.865Z | Downloaded der_derive v0.7.2 |
968 | 2024-08-29T16:24:00.865Z | Downloaded slog-json v2.6.1 |
969 | 2024-08-29T16:24:00.868Z | Downloaded scheduled-thread-pool v0.2.7 |
970 | 2024-08-29T16:24:00.868Z | Downloaded futures-channel v0.3.30 |
971 | 2024-08-29T16:24:00.870Z | Downloaded base64ct v1.6.0 |
972 | 2024-08-29T16:24:00.872Z | Downloaded crossbeam-utils v0.8.19 |
973 | 2024-08-29T16:24:00.874Z | Downloaded darling_core v0.20.9 |
974 | 2024-08-29T16:24:00.878Z | Downloaded crc-any v2.5.0 |
975 | 2024-08-29T16:24:00.881Z | Downloaded base64 v0.13.1 |
976 | 2024-08-29T16:24:00.883Z | Downloaded defmt-parser v0.3.4 |
977 | 2024-08-29T16:24:00.886Z | Downloaded zone_cfg_derive v0.1.2 |
978 | 2024-08-29T16:24:00.886Z | Downloaded ascii v1.1.0 |
979 | 2024-08-29T16:24:00.889Z | Downloaded omicron-zone-package v0.11.0 |
980 | 2024-08-29T16:24:00.891Z | Downloaded debug-ignore v1.0.5 |
981 | 2024-08-29T16:24:00.891Z | Downloaded console v0.15.8 |
982 | 2024-08-29T16:24:00.894Z | Downloaded display-error-chain v0.2.1 |
983 | 2024-08-29T16:24:00.894Z | Downloaded kstat-rs v0.2.4 |
984 | 2024-08-29T16:24:00.897Z | Downloaded castaway v0.2.3 |
985 | 2024-08-29T16:24:00.897Z | Downloaded managed v0.8.0 |
986 | 2024-08-29T16:24:00.899Z | Downloaded libsw v3.3.1 |
987 | 2024-08-29T16:24:00.899Z | Downloaded base16ct v0.2.0 |
988 | 2024-08-29T16:24:00.902Z | Downloaded cobs v0.2.3 |
989 | 2024-08-29T16:24:00.902Z | Downloaded bit-set v0.5.3 |
990 | 2024-08-29T16:24:00.904Z | Downloaded atomic-waker v1.1.2 |
991 | 2024-08-29T16:24:00.904Z | Downloaded async-recursion v1.1.1 |
992 | 2024-08-29T16:24:00.907Z | Downloaded arrayvec v0.7.4 |
993 | 2024-08-29T16:24:00.909Z | Downloaded crucible-workspace-hack v0.1.0 |
994 | 2024-08-29T16:24:00.909Z | Downloaded crc32fast v1.4.0 |
995 | 2024-08-29T16:24:00.912Z | Downloaded cookie_store v0.20.0 |
996 | 2024-08-29T16:24:00.914Z | Downloaded cookie v0.17.0 |
997 | 2024-08-29T16:24:00.918Z | Downloaded buf-list v1.0.3 |
998 | 2024-08-29T16:24:00.922Z | Downloaded adler v1.0.2 |
999 | 2024-08-29T16:24:00.922Z | Downloaded bzip2 v0.4.4 |
1000 | 2024-08-29T16:24:00.922Z | Downloaded backoff v0.4.0 |
1001 | 2024-08-29T16:24:00.922Z | Downloaded openssl-probe v0.1.5 |
1002 | 2024-08-29T16:24:00.926Z | Downloaded opaque-debug v0.3.1 |
1003 | 2024-08-29T16:24:00.926Z | Downloaded num_threads v0.1.7 |
1004 | 2024-08-29T16:24:00.926Z | Downloaded nibble_vec v0.1.0 |
1005 | 2024-08-29T16:24:00.929Z | Downloaded match_cfg v0.1.0 |
1006 | 2024-08-29T16:24:00.929Z | Downloaded nanorand v0.7.0 |
1007 | 2024-08-29T16:24:00.929Z | Downloaded inout v0.1.3 |
1008 | 2024-08-29T16:24:00.934Z | Downloaded indent_write v2.2.0 |
1009 | 2024-08-29T16:24:00.934Z | Downloaded hyper-tls v0.5.0 |
1010 | 2024-08-29T16:24:00.934Z | Downloaded humantime v2.1.0 |
1011 | 2024-08-29T16:24:00.937Z | Downloaded async-stream-impl v0.3.5 |
1012 | 2024-08-29T16:24:00.937Z | Downloaded allocator-api2 v0.2.18 |
1013 | 2024-08-29T16:24:00.941Z | Downloaded bit-vec v0.6.3 |
1014 | 2024-08-29T16:24:00.941Z | Downloaded crossbeam-deque v0.8.5 |
1015 | 2024-08-29T16:24:00.941Z | Downloaded num v0.4.3 |
1016 | 2024-08-29T16:24:00.943Z | Downloaded arc-swap v1.7.1 |
1017 | 2024-08-29T16:24:00.945Z | Downloaded newtype_derive v0.1.6 |
1018 | 2024-08-29T16:24:00.947Z | Downloaded maybe-uninit v2.0.0 |
1019 | 2024-08-29T16:24:00.947Z | Downloaded lazy_static v1.5.0 |
1020 | 2024-08-29T16:24:00.950Z | Downloaded chacha20 v0.9.1 |
1021 | 2024-08-29T16:24:00.953Z | Downloaded cassowary v0.3.0 |
1022 | 2024-08-29T16:24:00.953Z | Downloaded hubpack v0.1.2 |
1023 | 2024-08-29T16:24:00.953Z | Downloaded libefi-sys v0.1.0 |
1024 | 2024-08-29T16:24:00.956Z | Downloaded cbc v0.1.2 |
1025 | 2024-08-29T16:24:00.956Z | Downloaded bitflags v1.3.2 |
1026 | 2024-08-29T16:24:00.959Z | Downloaded bb8 v0.8.5 |
1027 | 2024-08-29T16:24:00.959Z | Downloaded async-stream v0.3.5 |
1028 | 2024-08-29T16:24:00.961Z | Downloaded impl-trait-for-tuples v0.2.2 |
1029 | 2024-08-29T16:24:00.963Z | Downloaded hyper-staticfile v0.9.5 |
1030 | 2024-08-29T16:24:00.965Z | Downloaded ciborium-ll v0.2.2 |
1031 | 2024-08-29T16:24:00.968Z | Downloaded normalize-line-endings v0.3.0 |
1032 | 2024-08-29T16:24:00.968Z | Downloaded aead v0.5.2 |
1033 | 2024-08-29T16:24:00.968Z | Downloaded addr2line v0.21.0 |
1034 | 2024-08-29T16:24:01.388Z | Downloaded libz-sys v1.1.16 |
1035 | 2024-08-29T16:24:01.491Z | Downloaded ring v0.17.8 |
1036 | 2024-08-29T16:24:01.641Z | Downloaded libsqlite3-sys v0.28.0 |
1037 | 2024-08-29T16:24:01.719Z | Downloaded ring v0.16.20 |
1038 | 2024-08-29T16:24:01.886Z | Compiling serde v1.0.208 |
1039 | 2024-08-29T16:24:01.889Z | Compiling typenum v1.17.0 |
1040 | 2024-08-29T16:24:01.889Z | Compiling lock_api v0.4.12 |
1041 | 2024-08-29T16:24:01.889Z | Compiling generic-array v0.14.7 |
1042 | 2024-08-29T16:24:01.889Z | Compiling scopeguard v1.2.0 |
1043 | 2024-08-29T16:24:02.030Z | Compiling log v0.4.21 |
1044 | 2024-08-29T16:24:02.043Z | Compiling syn v2.0.74 |
1045 | 2024-08-29T16:24:02.046Z | Compiling getrandom v0.2.14 |
1046 | 2024-08-29T16:24:02.214Z | Compiling jobserver v0.1.32 |
1047 | 2024-08-29T16:24:02.376Z | Compiling rand_core v0.6.4 |
1048 | 2024-08-29T16:24:02.548Z | Compiling cc v1.0.97 |
1049 | 2024-08-29T16:24:02.585Z | Compiling subtle v2.5.0 |
1050 | 2024-08-29T16:24:02.604Z | Compiling const-oid v0.9.6 |
1051 | 2024-08-29T16:24:02.928Z | Compiling pin-project-lite v0.2.14 |
1052 | 2024-08-29T16:24:02.947Z | Compiling smallvec v1.13.2 |
1053 | 2024-08-29T16:24:03.016Z | Compiling parking_lot_core v0.9.10 |
1054 | 2024-08-29T16:24:03.058Z | Compiling signal-hook-registry v1.4.2 |
1055 | 2024-08-29T16:24:03.096Z | Compiling spin v0.9.8 |
1056 | 2024-08-29T16:24:03.365Z | Compiling mio v1.0.2 |
1057 | 2024-08-29T16:24:03.461Z | Compiling ahash v0.8.11 |
1058 | 2024-08-29T16:24:03.857Z | Compiling tinyvec_macros v0.1.1 |
1059 | 2024-08-29T16:24:03.957Z | Compiling parking_lot v0.12.2 |
1060 | 2024-08-29T16:24:03.983Z | Compiling tinyvec v1.6.0 |
1061 | 2024-08-29T16:24:04.229Z | Compiling socket2 v0.5.7 |
1062 | 2024-08-29T16:24:04.614Z | Compiling serde_json v1.0.125 |
1063 | 2024-08-29T16:24:04.778Z | Compiling futures-core v0.3.30 |
1064 | 2024-08-29T16:24:04.819Z | Compiling cpufeatures v0.2.12 |
1065 | 2024-08-29T16:24:04.930Z | Compiling futures-sink v0.3.30 |
1066 | 2024-08-29T16:24:04.992Z | Compiling libm v0.2.8 |
1067 | 2024-08-29T16:24:05.085Z | Compiling num-traits v0.2.19 |
1068 | 2024-08-29T16:24:05.116Z | Compiling slab v0.4.9 |
1069 | 2024-08-29T16:24:05.133Z | Compiling unicode-bidi v0.3.15 |
1070 | 2024-08-29T16:24:05.376Z | Compiling allocator-api2 v0.2.18 |
1071 | 2024-08-29T16:24:05.585Z | Compiling unicode-normalization v0.1.23 |
1072 | 2024-08-29T16:24:05.676Z | Compiling futures-channel v0.3.30 |
1073 | 2024-08-29T16:24:05.977Z | Compiling vcpkg v0.2.15 |
1074 | 2024-08-29T16:24:06.164Z | Compiling pin-utils v0.1.0 |
1075 | 2024-08-29T16:24:06.214Z | Compiling futures-task v0.3.30 |
1076 | 2024-08-29T16:24:06.269Z | Compiling pkg-config v0.3.30 |
1077 | 2024-08-29T16:24:06.723Z | Compiling futures-io v0.3.30 |
1078 | 2024-08-29T16:24:06.811Z | Compiling base64ct v1.6.0 |
1079 | 2024-08-29T16:24:06.899Z | Compiling ppv-lite86 v0.2.17 |
1080 | 2024-08-29T16:24:06.945Z | Compiling ring v0.17.8 |
1081 | 2024-08-29T16:24:07.042Z | Compiling flagset v0.4.5 |
1082 | 2024-08-29T16:24:07.254Z | Compiling percent-encoding v2.3.1 |
1083 | 2024-08-29T16:24:07.427Z | Compiling pem-rfc7468 v0.7.0 |
1084 | 2024-08-29T16:24:07.641Z | Compiling rand_chacha v0.3.1 |
1085 | 2024-08-29T16:24:07.689Z | Compiling tracing-core v0.1.32 |
1086 | 2024-08-29T16:24:07.968Z | Compiling untrusted v0.9.0 |
1087 | 2024-08-29T16:24:08.137Z | Compiling rustix v0.38.34 |
1088 | 2024-08-29T16:24:08.265Z | Compiling rand v0.8.5 |
1089 | 2024-08-29T16:24:08.293Z | Compiling openssl-sys v0.9.103 |
1090 | 2024-08-29T16:24:08.631Z | Compiling openssl v0.10.66 |
1091 | 2024-08-29T16:24:08.932Z | Compiling httparse v1.8.0 |
1092 | 2024-08-29T16:24:09.022Z | Compiling foreign-types-shared v0.1.1 |
1093 | 2024-08-29T16:24:09.072Z | Compiling time-core v0.1.2 |
1094 | 2024-08-29T16:24:09.124Z | Compiling rustversion v1.0.17 |
1095 | 2024-08-29T16:24:09.234Z | Compiling num-conv v0.1.0 |
1096 | 2024-08-29T16:24:09.351Z | Compiling powerfmt v0.2.0 |
1097 | 2024-08-29T16:24:09.529Z | Compiling time-macros v0.2.18 |
1098 | 2024-08-29T16:24:09.766Z | Compiling deranged v0.3.11 |
1099 | 2024-08-29T16:24:09.905Z | Compiling foreign-types v0.3.2 |
1100 | 2024-08-29T16:24:09.924Z | Compiling form_urlencoded v1.2.1 |
1101 | 2024-08-29T16:24:09.986Z | Compiling aho-corasick v1.1.3 |
1102 | 2024-08-29T16:24:10.008Z | Compiling rustls v0.21.12 |
1103 | 2024-08-29T16:24:10.219Z | Compiling native-tls v0.2.11 |
1104 | 2024-08-29T16:24:10.274Z | Compiling num_threads v0.1.7 |
1105 | 2024-08-29T16:24:10.429Z | Compiling regex-syntax v0.8.4 |
1106 | 2024-08-29T16:24:10.497Z | Compiling syn v1.0.109 |
1107 | 2024-08-29T16:24:11.161Z | Compiling crossbeam-utils v0.8.19 |
1108 | 2024-08-29T16:24:11.478Z | Compiling siphasher v0.3.11 |
1109 | 2024-08-29T16:24:11.784Z | Compiling try-lock v0.2.5 |
1110 | 2024-08-29T16:24:15.493Z | Compiling want v0.3.1 |
1111 | 2024-08-29T16:24:15.514Z | Compiling idna v0.5.0 |
1112 | 2024-08-29T16:24:15.514Z | Compiling time v0.3.36 |
1113 | 2024-08-29T16:24:15.514Z | Compiling cookie v0.17.0 |
1114 | 2024-08-29T16:24:15.514Z | Compiling iana-time-zone v0.1.60 |
1115 | 2024-08-29T16:24:15.514Z | Compiling slog v2.7.0 |
1116 | 2024-08-29T16:24:15.514Z | Compiling finl_unicode v1.2.0 |
1117 | 2024-08-29T16:24:15.514Z | Compiling regex-automata v0.4.6 |
1118 | 2024-08-29T16:24:15.514Z | Compiling adler v1.0.2 |
1119 | 2024-08-29T16:24:15.514Z | Compiling openssl-probe v0.1.5 |
1120 | 2024-08-29T16:24:15.514Z | Compiling tower-service v0.3.2 |
1121 | 2024-08-29T16:24:15.514Z | Compiling httpdate v1.0.3 |
1122 | 2024-08-29T16:24:15.514Z | Compiling stringprep v0.1.4 |
1123 | 2024-08-29T16:24:15.514Z | Compiling miniz_oxide v0.7.2 |
1124 | 2024-08-29T16:24:15.514Z | Compiling url v2.5.2 |
1125 | 2024-08-29T16:24:16.339Z | Compiling serde_derive v1.0.208 |
1126 | 2024-08-29T16:24:16.749Z | Compiling zeroize_derive v1.4.2 |
1127 | 2024-08-29T16:24:17.113Z | Compiling zerocopy-derive v0.7.34 |
1128 | 2024-08-29T16:24:17.375Z | Compiling tokio-macros v2.4.0 |
1129 | 2024-08-29T16:24:17.624Z | Compiling thiserror-impl v1.0.63 |
1130 | 2024-08-29T16:24:18.299Z | Compiling zeroize v1.7.0 |
1131 | 2024-08-29T16:24:19.014Z | Compiling futures-macro v0.3.30 |
1132 | 2024-08-29T16:24:19.302Z | Compiling der_derive v0.7.2 |
1133 | 2024-08-29T16:24:19.329Z | Compiling zerocopy v0.7.34 |
1134 | 2024-08-29T16:24:20.127Z | Compiling crypto-common v0.1.6 |
1135 | 2024-08-29T16:24:20.376Z | Compiling block-buffer v0.10.4 |
1136 | 2024-08-29T16:24:20.645Z | Compiling digest v0.10.7 |
1137 | 2024-08-29T16:24:20.858Z | Compiling block-padding v0.3.3 |
1138 | 2024-08-29T16:24:21.081Z | Compiling hmac v0.12.1 |
1139 | 2024-08-29T16:24:21.109Z | Compiling inout v0.1.3 |
1140 | 2024-08-29T16:24:21.128Z | Compiling thiserror v1.0.63 |
1141 | 2024-08-29T16:24:21.272Z | Compiling sha2 v0.10.8 |
1142 | 2024-08-29T16:24:21.331Z | Compiling futures-util v0.3.30 |
1143 | 2024-08-29T16:24:21.398Z | Compiling cipher v0.4.4 |
1144 | 2024-08-29T16:24:21.622Z | Compiling hashbrown v0.14.5 |
1145 | 2024-08-29T16:24:21.879Z | Compiling pest v2.7.10 |
1146 | 2024-08-29T16:24:21.907Z | Compiling der v0.7.9 |
1147 | 2024-08-29T16:24:23.048Z | Compiling salsa20 v0.10.2 |
1148 | 2024-08-29T16:24:23.288Z | Compiling pbkdf2 v0.12.2 |
1149 | 2024-08-29T16:24:23.474Z | Compiling tracing-attributes v0.1.27 |
1150 | 2024-08-29T16:24:24.918Z | Compiling pest_meta v2.7.10 |
1151 | 2024-08-29T16:24:24.979Z | Compiling scroll_derive v0.12.0 |
1152 | 2024-08-29T16:24:25.347Z | Compiling spki v0.7.3 |
1153 | 2024-08-29T16:24:25.724Z | Compiling scrypt v0.11.0 |
1154 | 2024-08-29T16:24:26.299Z | Compiling pest_generator v2.7.10 |
1155 | 2024-08-29T16:24:26.447Z | Compiling scroll v0.12.0 |
1156 | 2024-08-29T16:24:26.738Z | Compiling cbc v0.1.2 |
1157 | 2024-08-29T16:24:26.961Z | Compiling aes v0.8.4 |
1158 | 2024-08-29T16:24:27.564Z | Compiling tracing v0.1.40 |
1159 | 2024-08-29T16:24:27.636Z | Compiling goblin v0.8.2 |
1160 | 2024-08-29T16:24:27.987Z | Compiling pkcs5 v0.7.1 |
1161 | 2024-08-29T16:24:28.340Z | Compiling openssl-macros v0.1.1 |
1162 | 2024-08-29T16:24:29.154Z | Compiling sct v0.7.1 |
1163 | 2024-08-29T16:24:29.330Z | Compiling rustls-webpki v0.101.7 |
1164 | 2024-08-29T16:24:29.531Z | Compiling pkcs8 v0.10.2 |
1165 | 2024-08-29T16:24:29.738Z | Compiling md-5 v0.10.6 |
1166 | 2024-08-29T16:24:29.869Z | Compiling num-integer v0.1.46 |
1167 | 2024-08-29T16:24:29.986Z | Compiling backtrace v0.3.71 |
1168 | 2024-08-29T16:24:30.054Z | Compiling pest_derive v2.7.10 |
1169 | 2024-08-29T16:24:30.462Z | Compiling idna v0.3.0 |
1170 | 2024-08-29T16:24:30.634Z | Compiling bytes v1.7.1 |
1171 | 2024-08-29T16:24:30.849Z | Compiling bitflags v2.6.0 |
1172 | 2024-08-29T16:24:31.018Z | Compiling indexmap v2.4.0 |
1173 | 2024-08-29T16:24:31.287Z | Compiling semver v1.0.23 |
1174 | 2024-08-29T16:24:31.956Z | Compiling tokio v1.39.3 |
1175 | 2024-08-29T16:24:32.032Z | Compiling http v0.2.12 |
1176 | 2024-08-29T16:24:32.073Z | Compiling rustc_version v0.4.0 |
1177 | 2024-08-29T16:24:32.865Z | Compiling heapless v0.7.17 |
1178 | 2024-08-29T16:24:33.317Z | Compiling dtrace-parser v0.2.0 |
1179 | 2024-08-29T16:24:34.057Z | Compiling http-body v0.4.6 |
1180 | 2024-08-29T16:24:34.376Z | Compiling dof v0.3.0 |
1181 | 2024-08-29T16:24:34.564Z | Compiling uuid v1.10.0 |
1182 | 2024-08-29T16:24:34.668Z | Compiling serde_spanned v0.6.7 |
1183 | 2024-08-29T16:24:34.916Z | Compiling serde_tokenstream v0.2.2 |
1184 | 2024-08-29T16:24:35.539Z | Compiling usdt-impl v0.5.0 |
1185 | 2024-08-29T16:24:35.558Z | Compiling chrono v0.4.38 |
1186 | 2024-08-29T16:24:36.039Z | Compiling toml_datetime v0.6.8 |
1187 | 2024-08-29T16:24:36.569Z | Compiling lazy_static v1.5.0 |
1188 | 2024-08-29T16:24:36.668Z | Compiling hash32 v0.2.1 |
1189 | 2024-08-29T16:24:36.695Z | Compiling stable_deref_trait v1.2.0 |
1190 | 2024-08-29T16:24:36.804Z | Compiling cfg_aliases v0.1.1 |
1191 | 2024-08-29T16:24:36.910Z | Compiling fallible-iterator v0.2.0 |
1192 | 2024-08-29T16:24:37.057Z | Compiling base64 v0.22.1 |
1193 | 2024-08-29T16:24:37.119Z | Compiling gimli v0.28.1 |
1194 | 2024-08-29T16:24:37.664Z | Compiling signal-hook v0.3.17 |
1195 | 2024-08-29T16:24:37.807Z | Compiling crc32fast v1.4.0 |
1196 | 2024-08-29T16:24:37.933Z | Compiling num-bigint-dig v0.8.4 |
1197 | 2024-08-29T16:24:38.231Z | Compiling psl-types v2.0.11 |
1198 | 2024-08-29T16:24:38.260Z | Compiling smoltcp v0.9.1 |
1199 | 2024-08-29T16:24:38.405Z | Compiling publicsuffix v2.2.3 |
1200 | 2024-08-29T16:24:38.484Z | Compiling postgres-protocol v0.6.7 |
1201 | 2024-08-29T16:24:39.317Z | Compiling nix v0.28.0 |
1202 | 2024-08-29T16:24:39.342Z | Compiling terminal_size v0.3.0 |
1203 | 2024-08-29T16:24:39.389Z | Compiling num-iter v0.1.45 |
1204 | 2024-08-29T16:24:39.556Z | Compiling hubpack_derive v0.1.1 |
1205 | 2024-08-29T16:24:39.591Z | Compiling async-trait v0.1.81 |
1206 | 2024-08-29T16:24:39.820Z | Compiling zerocopy-derive v0.6.6 |
1207 | 2024-08-29T16:24:40.169Z | Compiling tokio-util v0.7.11 |
1208 | 2024-08-29T16:24:40.226Z | Compiling tokio-native-tls v0.3.1 |
1209 | 2024-08-29T16:24:40.480Z | Compiling tokio-rustls v0.24.1 |
1210 | 2024-08-29T16:24:41.267Z | Compiling h2 v0.3.26 |
1211 | 2024-08-29T16:24:41.550Z | Compiling addr2line v0.21.0 |
1212 | 2024-08-29T16:24:41.614Z | Compiling phf_shared v0.11.2 |
1213 | 2024-08-29T16:24:41.706Z | Compiling serde_derive_internals v0.29.1 |
1214 | 2024-08-29T16:24:42.013Z | Compiling ff v0.13.0 |
1215 | 2024-08-29T16:24:42.038Z | Compiling object v0.32.2 |
1216 | 2024-08-29T16:24:42.167Z | Compiling fs-err v2.11.0 |
1217 | 2024-08-29T16:24:42.189Z | Compiling base64 v0.21.7 |
1218 | 2024-08-29T16:24:42.244Z | Compiling base16ct v0.2.0 |
1219 | 2024-08-29T16:24:42.354Z | Compiling anyhow v1.0.86 |
1220 | 2024-08-29T16:24:42.478Z | Compiling winnow v0.5.40 |
1221 | 2024-08-29T16:24:42.569Z | Compiling bitflags v1.3.2 |
1222 | 2024-08-29T16:24:42.670Z | Compiling managed v0.8.0 |
1223 | 2024-08-29T16:24:42.936Z | Compiling schemars v0.8.21 |
1224 | 2024-08-29T16:24:42.960Z | Compiling either v1.13.0 |
1225 | 2024-08-29T16:24:43.100Z | Compiling rustc-demangle v0.1.24 |
1226 | 2024-08-29T16:24:43.296Z | Compiling ipnet v2.9.0 |
1227 | 2024-08-29T16:24:43.382Z | Compiling clap_builder v4.5.15 |
1228 | 2024-08-29T16:24:44.524Z | Compiling schemars_derive v0.8.21 |
1229 | 2024-08-29T16:24:44.771Z | Compiling rustls-pemfile v1.0.4 |
1230 | 2024-08-29T16:24:45.410Z | Compiling sec1 v0.7.3 |
1231 | 2024-08-29T16:24:46.005Z | Compiling toml_edit v0.19.15 |
1232 | 2024-08-29T16:24:46.357Z | Compiling group v0.13.0 |
1233 | 2024-08-29T16:24:46.391Z | Compiling zerocopy v0.6.6 |
1234 | 2024-08-29T16:24:46.695Z | Compiling phf v0.11.2 |
1235 | 2024-08-29T16:24:47.004Z | Compiling cookie_store v0.20.0 |
1236 | 2024-08-29T16:24:47.145Z | Compiling hubpack v0.1.2 |
1237 | 2024-08-29T16:24:47.593Z | Compiling postgres-types v0.2.7 |
1238 | 2024-08-29T16:24:48.511Z | Compiling hyper v0.14.30 |
1239 | 2024-08-29T16:24:49.381Z | Compiling usdt-attr-macro v0.5.0 |
1240 | 2024-08-29T16:24:49.410Z | Compiling usdt-macro v0.5.0 |
1241 | 2024-08-29T16:24:50.930Z | Compiling serde_urlencoded v0.7.1 |
1242 | 2024-08-29T16:24:51.031Z | Compiling pkcs1 v0.7.5 |
1243 | 2024-08-29T16:24:51.464Z | Compiling futures-executor v0.3.30 |
1244 | 2024-08-29T16:24:51.820Z | Compiling hkdf v0.12.4 |
1245 | 2024-08-29T16:24:52.044Z | Compiling signature v2.2.0 |
1246 | 2024-08-29T16:24:52.079Z | Compiling crypto-bigint v0.5.5 |
1247 | 2024-08-29T16:24:52.098Z | Compiling regex v1.10.6 |
1248 | 2024-08-29T16:24:52.339Z | Compiling bstr v1.9.1 |
1249 | 2024-08-29T16:24:52.467Z | Compiling strum_macros v0.25.3 |
1250 | 2024-08-29T16:24:52.694Z | Compiling clap_derive v4.5.13 |
1251 | 2024-08-29T16:24:53.210Z | Compiling serde_repr v0.1.19 |
1252 | 2024-08-29T16:24:54.134Z | Compiling enum-as-inner v0.6.0 |
1253 | 2024-08-29T16:24:54.159Z | Compiling phf_shared v0.10.0 |
1254 | 2024-08-29T16:24:54.432Z | Compiling float-cmp v0.9.0 |
1255 | 2024-08-29T16:24:54.592Z | Compiling idna v0.4.0 |
1256 | 2024-08-29T16:24:54.676Z | Compiling mio v0.8.11 |
1257 | 2024-08-29T16:24:55.279Z | Compiling encoding_rs v0.8.34 |
1258 | 2024-08-29T16:24:55.994Z | Compiling hyper-tls v0.5.0 |
1259 | 2024-08-29T16:24:56.191Z | Compiling hyper-rustls v0.24.2 |
1260 | 2024-08-29T16:24:56.339Z | Compiling webpki-roots v0.25.4 |
1261 | 2024-08-29T16:24:56.511Z | Compiling unicode-segmentation v1.11.0 |
1262 | 2024-08-29T16:24:56.534Z | Compiling new_debug_unreachable v1.0.6 |
1263 | 2024-08-29T16:24:56.625Z | Compiling bit-vec v0.6.3 |
1264 | 2024-08-29T16:24:56.693Z | Compiling fixedbitset v0.4.2 |
1265 | 2024-08-29T16:24:57.114Z | Compiling sync_wrapper v0.1.2 |
1266 | 2024-08-29T16:24:57.164Z | Compiling difflib v0.4.0 |
1267 | 2024-08-29T16:24:57.247Z | Compiling predicates-core v1.0.6 |
1268 | 2024-08-29T16:24:57.336Z | Compiling dyn-clone v1.0.17 |
1269 | 2024-08-29T16:24:57.552Z | Compiling static_assertions v1.1.0 |
1270 | 2024-08-29T16:24:57.593Z | Compiling minimal-lexical v0.2.1 |
1271 | 2024-08-29T16:24:57.648Z | Compiling precomputed-hash v0.1.1 |
1272 | 2024-08-29T16:24:57.753Z | Compiling normalize-line-endings v0.3.0 |
1273 | 2024-08-29T16:24:57.772Z | Compiling mime v0.3.17 |
1274 | 2024-08-29T16:24:57.871Z | Compiling data-encoding v2.6.0 |
1275 | 2024-08-29T16:24:58.120Z | Compiling whoami v1.5.1 |
1276 | 2024-08-29T16:24:58.160Z | Compiling reqwest v0.11.27 |
1277 | 2024-08-29T16:24:58.383Z | Compiling nom v7.1.3 |
1278 | 2024-08-29T16:24:58.596Z | Compiling hickory-proto v0.24.1 |
1279 | 2024-08-29T16:24:58.729Z | Compiling tokio-postgres v0.7.11 |
1280 | 2024-08-29T16:24:58.758Z | Compiling predicates v3.1.2 |
1281 | 2024-08-29T16:24:59.814Z | Compiling toml_edit v0.22.20 |
1282 | 2024-08-29T16:25:00.366Z | Compiling clap v4.5.16 |
1283 | 2024-08-29T16:25:00.504Z | Compiling string_cache v0.8.7 |
1284 | 2024-08-29T16:25:00.586Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1285 | 2024-08-29T16:25:01.788Z | Compiling similar v2.6.0 |
1286 | 2024-08-29T16:25:02.166Z | Compiling console v0.15.8 |
1287 | 2024-08-29T16:25:03.715Z | Compiling bit-set v0.5.3 |
1288 | 2024-08-29T16:25:04.007Z | Compiling petgraph v0.6.5 |
1289 | 2024-08-29T16:25:04.189Z | Compiling signal-hook-mio v0.2.4 |
1290 | 2024-08-29T16:25:04.366Z | Compiling usdt v0.5.0 |
1291 | 2024-08-29T16:25:04.544Z | Compiling elliptic-curve v0.13.8 |
1292 | 2024-08-29T16:25:04.845Z | Compiling rsa v0.9.6 |
1293 | 2024-08-29T16:25:04.894Z | Compiling futures v0.3.30 |
1294 | 2024-08-29T16:25:05.405Z | Compiling flate2 v1.0.31 |
1295 | 2024-08-29T16:25:05.984Z | Compiling toml v0.7.8 |
1296 | 2024-08-29T16:25:07.735Z | Compiling itertools v0.10.5 |
1297 | 2024-08-29T16:25:07.969Z | Compiling itertools v0.12.1 |
1298 | 2024-08-29T16:25:08.142Z | Compiling tokio-stream v0.1.15 |
1299 | 2024-08-29T16:25:08.311Z | Compiling openapiv3 v2.0.0 |
1300 | 2024-08-29T16:25:09.087Z | Compiling hex v0.4.3 |
1301 | 2024-08-29T16:25:09.163Z | Compiling sha1 v0.10.6 |
1302 | 2024-08-29T16:25:09.621Z | Compiling crossbeam-epoch v0.9.18 |
1303 | 2024-08-29T16:25:09.744Z | Compiling dirs-sys-next v0.1.2 |
1304 | 2024-08-29T16:25:10.413Z | Compiling peg-runtime v0.8.3 |
1305 | 2024-08-29T16:25:10.431Z | Compiling lalrpop-util v0.19.12 |
1306 | 2024-08-29T16:25:10.548Z | Compiling unicode-xid v0.2.4 |
1307 | 2024-08-29T16:25:10.592Z | Compiling dirs-next v2.0.0 |
1308 | 2024-08-29T16:25:10.730Z | Compiling thread_local v1.1.8 |
1309 | 2024-08-29T16:25:10.777Z | Compiling slog-async v2.8.0 |
1310 | 2024-08-29T16:25:10.797Z | Compiling term v0.7.0 |
1311 | 2024-08-29T16:25:11.065Z | Compiling xattr v1.3.1 |
1312 | 2024-08-29T16:25:11.088Z | Compiling crossbeam-channel v0.5.12 |
1313 | 2024-08-29T16:25:11.289Z | Compiling strum_macros v0.26.4 |
1314 | 2024-08-29T16:25:11.324Z | Compiling filetime v0.2.24 |
1315 | 2024-08-29T16:25:11.367Z | Compiling is-terminal v0.4.12 |
1316 | 2024-08-29T16:25:11.507Z | Compiling take_mut v0.2.2 |
1317 | 2024-08-29T16:25:11.639Z | Compiling tar v0.4.41 |
1318 | 2024-08-29T16:25:11.674Z | Compiling slog-term v2.9.1 |
1319 | 2024-08-29T16:25:12.368Z | Compiling camino v1.1.9 |
1320 | 2024-08-29T16:25:13.554Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1321 | 2024-08-29T16:25:14.423Z | Compiling strum v0.26.3 |
1322 | 2024-08-29T16:25:14.509Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1323 | 2024-08-29T16:25:19.554Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 21s |
1324 | 2024-08-29T16:25:19.694Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1325 | 2024-08-29T16:25:19.742Z | Aug 29 16:25:18.873 INFO Starting download, target: Console |
1326 | 2024-08-29T16:25:19.742Z | Aug 29 16:25:18.873 INFO Starting download, target: Clickhouse |
1327 | 2024-08-29T16:25:19.742Z | Aug 29 16:25:18.873 INFO Starting download, target: Cockroach |
1328 | 2024-08-29T16:25:19.742Z | Aug 29 16:25:18.873 INFO Starting download, target: DendriteOpenapi |
1329 | 2024-08-29T16:25:19.744Z | Aug 29 16:25:18.873 INFO Starting download, target: DendriteStub |
1330 | 2024-08-29T16:25:19.744Z | Aug 29 16:25:18.873 INFO Starting download, target: MaghemiteMgd |
1331 | 2024-08-29T16:25:19.744Z | Aug 29 16:25:18.873 INFO Starting download, target: TransceiverControl |
1332 | 2024-08-29T16:25:19.745Z | Aug 29 16:25:18.874 INFO Downloading out/downloads/dpd-76c735d472e3badaeca08982e22496fccb1ce210.json (attempt 1/3), target: DendriteOpenapi |
1333 | 2024-08-29T16:25:19.745Z | Aug 29 16:25:18.874 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1334 | 2024-08-29T16:25:19.745Z | Aug 29 16:25:18.874 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1335 | 2024-08-29T16:25:19.745Z | Aug 29 16:25:18.874 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1336 | 2024-08-29T16:25:19.745Z | Aug 29 16:25:18.874 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1337 | 2024-08-29T16:25:19.745Z | Aug 29 16:25:18.874 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1338 | 2024-08-29T16:25:19.745Z | Aug 29 16:25:18.874 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1339 | 2024-08-29T16:25:19.898Z | Aug 29 16:25:19.027 INFO Download complete, target: DendriteOpenapi |
1340 | 2024-08-29T16:25:20.033Z | Aug 29 16:25:19.161 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1341 | 2024-08-29T16:25:20.440Z | Aug 29 16:25:19.569 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1342 | 2024-08-29T16:25:20.503Z | Aug 29 16:25:19.634 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1343 | 2024-08-29T16:25:20.575Z | Aug 29 16:25:19.706 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1344 | 2024-08-29T16:25:20.851Z | Aug 29 16:25:19.982 INFO Download complete, target: TransceiverControl |
1345 | 2024-08-29T16:25:20.892Z | Aug 29 16:25:20.023 INFO Download complete, target: Console |
1346 | 2024-08-29T16:25:20.922Z | Aug 29 16:25:20.053 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1347 | 2024-08-29T16:25:20.922Z | Aug 29 16:25:20.053 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1348 | 2024-08-29T16:25:21.713Z | Aug 29 16:25:20.843 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1349 | 2024-08-29T16:25:23.575Z | Aug 29 16:25:22.705 INFO Download complete, target: DendriteStub |
1350 | 2024-08-29T16:25:23.732Z | Aug 29 16:25:22.862 INFO Download complete, target: MaghemiteMgd |
1351 | 2024-08-29T16:25:29.045Z | Aug 29 16:25:28.173 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1352 | 2024-08-29T16:25:29.337Z | Aug 29 16:25:28.464 INFO Checking that binary works, target: Cockroach |
1353 | 2024-08-29T16:25:29.500Z | Aug 29 16:25:28.628 INFO Download complete, target: Cockroach |
1354 | 2024-08-29T16:25:35.489Z | Aug 29 16:25:34.613 INFO Checking that binary works, target: Clickhouse |
1355 | 2024-08-29T16:25:36.053Z | Aug 29 16:25:35.177 INFO Download complete, target: Clickhouse |
1356 | 2024-08-29T16:25:36.061Z | All prerequisites installed successfully |
1357 | 2024-08-29T16:25:36.064Z | |
1358 | 2024-08-29T16:25:36.064Z | real 4:09.662269600 |
1359 | 2024-08-29T16:25:36.064Z | user 11:29.337652790 |
1360 | 2024-08-29T16:25:36.064Z | sys 2:26.943653767 |
1361 | 2024-08-29T16:25:36.064Z | trap 0.403029089 |
1362 | 2024-08-29T16:25:36.064Z | tflt 5.748138522 |
1363 | 2024-08-29T16:25:36.064Z | dflt 4.307096093 |
1364 | 2024-08-29T16:25:36.064Z | kflt 0.640521513 |
1365 | 2024-08-29T16:25:36.064Z | lock 23:02.399511178 |
1366 | 2024-08-29T16:25:36.064Z | slp 45:44.063207489 |
1367 | 2024-08-29T16:25:36.064Z | lat 39.679366135 |
1368 | 2024-08-29T16:25:36.064Z | stop 1:49.791265098 |
1369 | 2024-08-29T16:25:36.064Z | + ptime -m cargo xtask download softnpu |
1370 | 2024-08-29T16:25:36.629Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
1371 | 2024-08-29T16:25:36.645Z | Running `target/debug/xtask download softnpu` |
1372 | 2024-08-29T16:25:37.461Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.78s |
1373 | 2024-08-29T16:25:37.506Z | Running `target/debug/xtask-downloader softnpu` |
1374 | 2024-08-29T16:25:37.539Z | Aug 29 16:25:36.663 INFO Starting download, target: Softnpu |
1375 | 2024-08-29T16:25:37.542Z | Aug 29 16:25:36.664 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1376 | 2024-08-29T16:25:39.466Z | Aug 29 16:25:38.589 INFO Download complete, target: Softnpu |
1377 | 2024-08-29T16:25:39.470Z | |
1378 | 2024-08-29T16:25:39.473Z | real 3.400640328 |
1379 | 2024-08-29T16:25:39.473Z | user 1.223744840 |
1380 | 2024-08-29T16:25:39.473Z | sys 0.568646624 |
1381 | 2024-08-29T16:25:39.473Z | trap 0.000456525 |
1382 | 2024-08-29T16:25:39.473Z | tflt 0.000012984 |
1383 | 2024-08-29T16:25:39.473Z | dflt 0.000000000 |
1384 | 2024-08-29T16:25:39.473Z | kflt 0.000000000 |
1385 | 2024-08-29T16:25:39.473Z | lock 21.434074003 |
1386 | 2024-08-29T16:25:39.473Z | slp 1.949272765 |
1387 | 2024-08-29T16:25:39.473Z | lat 0.076616528 |
1388 | 2024-08-29T16:25:39.473Z | stop 0.000393623 |
1389 | 2024-08-29T16:25:39.473Z | + export CARGO_INCREMENTAL=0 |
1390 | 2024-08-29T16:25:39.473Z | + CARGO_INCREMENTAL=0 |
1391 | 2024-08-29T16:25:39.473Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1392 | 2024-08-29T16:25:40.393Z | Compiling proc-macro2 v1.0.86 |
1393 | 2024-08-29T16:25:40.393Z | Compiling unicode-ident v1.0.12 |
1394 | 2024-08-29T16:25:40.395Z | Compiling libc v0.2.158 |
1395 | 2024-08-29T16:25:40.395Z | Compiling serde v1.0.208 |
1396 | 2024-08-29T16:25:40.395Z | Compiling version_check v0.9.5 |
1397 | 2024-08-29T16:25:40.395Z | Compiling autocfg v1.3.0 |
1398 | 2024-08-29T16:25:40.395Z | Compiling cfg-if v1.0.0 |
1399 | 2024-08-29T16:25:40.511Z | Compiling once_cell v1.19.0 |
1400 | 2024-08-29T16:25:40.659Z | Compiling typenum v1.17.0 |
1401 | 2024-08-29T16:25:40.702Z | Compiling memchr v2.7.2 |
1402 | 2024-08-29T16:25:41.204Z | Compiling generic-array v0.14.7 |
1403 | 2024-08-29T16:25:41.274Z | Compiling lock_api v0.4.12 |
1404 | 2024-08-29T16:25:41.494Z | Compiling ahash v0.8.11 |
1405 | 2024-08-29T16:25:41.556Z | Compiling byteorder v1.5.0 |
1406 | 2024-08-29T16:25:41.572Z | Compiling serde_json v1.0.125 |
1407 | 2024-08-29T16:25:41.830Z | Compiling libm v0.2.8 |
1408 | 2024-08-29T16:25:41.910Z | Compiling num-traits v0.2.19 |
1409 | 2024-08-29T16:25:42.045Z | Compiling quote v1.0.36 |
1410 | 2024-08-29T16:25:42.171Z | Compiling parking_lot_core v0.9.10 |
1411 | 2024-08-29T16:25:42.215Z | Compiling thiserror v1.0.63 |
1412 | 2024-08-29T16:25:42.447Z | Compiling syn v2.0.74 |
1413 | 2024-08-29T16:25:42.571Z | Compiling getrandom v0.2.14 |
1414 | 2024-08-29T16:25:42.625Z | Compiling jobserver v0.1.32 |
1415 | 2024-08-29T16:25:42.772Z | Compiling scopeguard v1.2.0 |
1416 | 2024-08-29T16:25:42.940Z | Compiling itoa v1.0.11 |
1417 | 2024-08-29T16:25:43.046Z | Compiling cc v1.0.97 |
1418 | 2024-08-29T16:25:43.078Z | Compiling log v0.4.21 |
1419 | 2024-08-29T16:25:43.461Z | Compiling allocator-api2 v0.2.18 |
1420 | 2024-08-29T16:25:43.461Z | Compiling rand_core v0.6.4 |
1421 | 2024-08-29T16:25:43.501Z | Compiling slab v0.4.9 |
1422 | 2024-08-29T16:25:43.864Z | Compiling pin-project-lite v0.2.14 |
1423 | 2024-08-29T16:25:43.883Z | Compiling semver v1.0.23 |
1424 | 2024-08-29T16:25:44.183Z | Compiling ryu v1.0.18 |
1425 | 2024-08-29T16:25:44.430Z | Compiling equivalent v1.0.1 |
1426 | 2024-08-29T16:25:44.447Z | Compiling smallvec v1.13.2 |
1427 | 2024-08-29T16:25:44.516Z | Compiling pkg-config v0.3.30 |
1428 | 2024-08-29T16:25:44.537Z | Compiling schemars v0.8.21 |
1429 | 2024-08-29T16:25:44.852Z | Compiling vcpkg v0.2.15 |
1430 | 2024-08-29T16:25:44.915Z | Compiling spin v0.9.8 |
1431 | 2024-08-29T16:25:45.401Z | Compiling signal-hook-registry v1.4.2 |
1432 | 2024-08-29T16:25:45.757Z | Compiling subtle v2.5.0 |
1433 | 2024-08-29T16:25:46.158Z | Compiling parking_lot v0.12.2 |
1434 | 2024-08-29T16:25:46.328Z | Compiling ring v0.17.8 |
1435 | 2024-08-29T16:25:46.518Z | Compiling openssl-sys v0.9.103 |
1436 | 2024-08-29T16:25:46.943Z | Compiling mio v1.0.2 |
1437 | 2024-08-29T16:25:47.233Z | Compiling const-oid v0.9.6 |
1438 | 2024-08-29T16:25:47.521Z | Compiling socket2 v0.5.7 |
1439 | 2024-08-29T16:25:47.723Z | Compiling syn v1.0.109 |
1440 | 2024-08-29T16:25:48.502Z | Compiling heck v0.5.0 |
1441 | 2024-08-29T16:25:48.517Z | Compiling httparse v1.8.0 |
1442 | 2024-08-29T16:25:48.916Z | Compiling time-core v0.1.2 |
1443 | 2024-08-29T16:25:48.949Z | Compiling num-conv v0.1.0 |
1444 | 2024-08-29T16:25:49.109Z | Compiling openssl v0.10.66 |
1445 | 2024-08-29T16:25:49.125Z | Compiling fnv v1.0.7 |
1446 | 2024-08-29T16:25:49.140Z | Compiling rustix v0.38.34 |
1447 | 2024-08-29T16:25:49.201Z | Compiling time-macros v0.2.18 |
1448 | 2024-08-29T16:25:49.373Z | Compiling futures-core v0.3.30 |
1449 | 2024-08-29T16:25:49.743Z | Compiling crossbeam-utils v0.8.19 |
1450 | 2024-08-29T16:25:50.074Z | Compiling serde_derive_internals v0.29.1 |
1451 | 2024-08-29T16:25:50.284Z | Compiling rustls v0.21.12 |
1452 | 2024-08-29T16:25:50.587Z | Compiling futures-sink v0.3.30 |
1453 | 2024-08-29T16:25:50.759Z | Compiling tinyvec_macros v0.1.1 |
1454 | 2024-08-29T16:25:50.856Z | Compiling native-tls v0.2.11 |
1455 | 2024-08-29T16:25:50.957Z | Compiling iana-time-zone v0.1.60 |
1456 | 2024-08-29T16:25:51.202Z | Compiling tinyvec v1.6.0 |
1457 | 2024-08-29T16:25:51.631Z | Compiling cpufeatures v0.2.12 |
1458 | 2024-08-29T16:25:52.223Z | Compiling ucd-trie v0.1.6 |
1459 | 2024-08-29T16:25:52.357Z | Compiling backtrace v0.3.71 |
1460 | 2024-08-29T16:25:52.535Z | Compiling cookie v0.17.0 |
1461 | 2024-08-29T16:25:52.652Z | Compiling unicode-normalization v0.1.23 |
1462 | 2024-08-29T16:25:52.698Z | Compiling unicode-bidi v0.3.15 |
1463 | 2024-08-29T16:25:52.823Z | Compiling slog v2.7.0 |
1464 | 2024-08-29T16:25:53.211Z | Compiling futures-channel v0.3.30 |
1465 | 2024-08-29T16:25:53.434Z | Compiling aho-corasick v1.1.3 |
1466 | 2024-08-29T16:25:53.675Z | Compiling futures-task v0.3.30 |
1467 | 2024-08-29T16:25:53.739Z | Compiling regex-syntax v0.8.4 |
1468 | 2024-08-29T16:25:53.980Z | Compiling pin-utils v0.1.0 |
1469 | 2024-08-29T16:25:54.072Z | Compiling futures-io v0.3.30 |
1470 | 2024-08-29T16:25:55.159Z | Compiling untrusted v0.9.0 |
1471 | 2024-08-29T16:25:55.301Z | Compiling serde_derive v1.0.208 |
1472 | 2024-08-29T16:25:55.304Z | Compiling zeroize_derive v1.4.2 |
1473 | 2024-08-29T16:25:55.338Z | Compiling zerocopy-derive v0.7.34 |
1474 | 2024-08-29T16:25:56.648Z | Compiling thiserror-impl v1.0.63 |
1475 | 2024-08-29T16:25:56.825Z | Compiling tokio-macros v2.4.0 |
1476 | 2024-08-29T16:25:57.286Z | Compiling zerocopy v0.7.34 |
1477 | 2024-08-29T16:25:57.787Z | Compiling zeroize v1.7.0 |
1478 | 2024-08-29T16:25:58.597Z | Compiling futures-macro v0.3.30 |
1479 | 2024-08-29T16:25:59.455Z | Compiling hashbrown v0.14.5 |
1480 | 2024-08-29T16:25:59.626Z | Compiling crypto-common v0.1.6 |
1481 | 2024-08-29T16:25:59.829Z | Compiling tracing-attributes v0.1.27 |
1482 | 2024-08-29T16:26:00.303Z | Compiling schemars_derive v0.8.21 |
1483 | 2024-08-29T16:26:00.770Z | Compiling block-buffer v0.10.4 |
1484 | 2024-08-29T16:26:01.001Z | Compiling digest v0.10.7 |
1485 | 2024-08-29T16:26:01.217Z | Compiling der_derive v0.7.2 |
1486 | 2024-08-29T16:26:01.405Z | Compiling openssl-macros v0.1.1 |
1487 | 2024-08-29T16:26:02.053Z | Compiling scroll_derive v0.12.0 |
1488 | 2024-08-29T16:26:02.146Z | Compiling hmac v0.12.1 |
1489 | 2024-08-29T16:26:02.380Z | Compiling block-padding v0.3.3 |
1490 | 2024-08-29T16:26:03.058Z | Compiling pest v2.7.10 |
1491 | 2024-08-29T16:26:03.201Z | Compiling inout v0.1.3 |
1492 | 2024-08-29T16:26:03.360Z | Compiling sha2 v0.10.8 |
1493 | 2024-08-29T16:26:03.377Z | Compiling futures-util v0.3.30 |
1494 | 2024-08-29T16:26:03.408Z | Compiling cipher v0.4.4 |
1495 | 2024-08-29T16:26:03.429Z | Compiling regex-automata v0.4.6 |
1496 | 2024-08-29T16:26:03.863Z | Compiling dyn-clone v1.0.17 |
1497 | 2024-08-29T16:26:04.047Z | Compiling anyhow v1.0.86 |
1498 | 2024-08-29T16:26:04.097Z | Compiling winnow v0.5.40 |
1499 | 2024-08-29T16:26:05.983Z | Compiling pest_meta v2.7.10 |
1500 | 2024-08-29T16:26:08.024Z | Compiling pest_generator v2.7.10 |
1501 | 2024-08-29T16:26:08.913Z | Compiling bytes v1.7.1 |
1502 | 2024-08-29T16:26:10.112Z | Compiling indexmap v2.4.0 |
1503 | 2024-08-29T16:26:10.788Z | Compiling tokio v1.39.3 |
1504 | 2024-08-29T16:26:11.118Z | Compiling bitflags v2.6.0 |
1505 | 2024-08-29T16:26:11.155Z | Compiling uuid v1.10.0 |
1506 | 2024-08-29T16:26:11.644Z | Compiling serde_tokenstream v0.2.2 |
1507 | 2024-08-29T16:26:11.714Z | Compiling chrono v0.4.38 |
1508 | 2024-08-29T16:26:13.085Z | Compiling toml_datetime v0.6.8 |
1509 | 2024-08-29T16:26:13.995Z | Compiling serde_spanned v0.6.7 |
1510 | 2024-08-29T16:26:14.229Z | Compiling http v0.2.12 |
1511 | 2024-08-29T16:26:14.248Z | Compiling toml_edit v0.19.15 |
1512 | 2024-08-29T16:26:16.624Z | Compiling rustc_version v0.4.0 |
1513 | 2024-08-29T16:26:16.767Z | Compiling pest_derive v2.7.10 |
1514 | 2024-08-29T16:26:17.239Z | Compiling tracing-core v0.1.32 |
1515 | 2024-08-29T16:26:17.559Z | Compiling usdt-impl v0.5.0 |
1516 | 2024-08-29T16:26:18.057Z | Compiling rustversion v1.0.17 |
1517 | 2024-08-29T16:26:18.692Z | Compiling base64ct v1.6.0 |
1518 | 2024-08-29T16:26:19.242Z | Compiling pem-rfc7468 v0.7.0 |
1519 | 2024-08-29T16:26:19.607Z | Compiling tracing v0.1.40 |
1520 | 2024-08-29T16:26:19.842Z | Compiling heapless v0.7.17 |
1521 | 2024-08-29T16:26:19.993Z | Compiling scroll v0.12.0 |
1522 | 2024-08-29T16:26:20.405Z | Compiling heck v0.4.1 |
1523 | 2024-08-29T16:26:20.429Z | Compiling percent-encoding v2.3.1 |
1524 | 2024-08-29T16:26:20.805Z | Compiling plain v0.2.3 |
1525 | 2024-08-29T16:26:20.870Z | Compiling ppv-lite86 v0.2.17 |
1526 | 2024-08-29T16:26:20.886Z | Compiling flagset v0.4.5 |
1527 | 2024-08-29T16:26:20.963Z | Compiling powerfmt v0.2.0 |
1528 | 2024-08-29T16:26:21.064Z | Compiling der v0.7.9 |
1529 | 2024-08-29T16:26:21.081Z | Compiling goblin v0.8.2 |
1530 | 2024-08-29T16:26:21.394Z | Compiling deranged v0.3.11 |
1531 | 2024-08-29T16:26:21.596Z | Compiling rand_chacha v0.3.1 |
1532 | 2024-08-29T16:26:22.573Z | Compiling tokio-util v0.7.11 |
1533 | 2024-08-29T16:26:25.013Z | Compiling regex v1.10.6 |
1534 | 2024-08-29T16:26:25.122Z | Compiling salsa20 v0.10.2 |
1535 | 2024-08-29T16:26:25.357Z | Compiling pbkdf2 v0.12.2 |
1536 | 2024-08-29T16:26:25.711Z | Compiling crc32fast v1.4.0 |
1537 | 2024-08-29T16:26:25.776Z | Compiling num_threads v0.1.7 |
1538 | 2024-08-29T16:26:25.917Z | Compiling pretty-hex v0.4.1 |
1539 | 2024-08-29T16:26:26.140Z | Compiling strsim v0.11.1 |
1540 | 2024-08-29T16:26:26.280Z | Compiling time v0.3.36 |
1541 | 2024-08-29T16:26:26.815Z | Compiling scrypt v0.11.0 |
1542 | 2024-08-29T16:26:26.876Z | Compiling dof v0.3.0 |
1543 | 2024-08-29T16:26:27.327Z | Compiling spki v0.7.3 |
1544 | 2024-08-29T16:26:27.348Z | Compiling rand v0.8.5 |
1545 | 2024-08-29T16:26:27.886Z | Compiling dtrace-parser v0.2.0 |
1546 | 2024-08-29T16:26:28.751Z | Compiling aes v0.8.4 |
1547 | 2024-08-29T16:26:28.972Z | Compiling cbc v0.1.2 |
1548 | 2024-08-29T16:26:29.072Z | Compiling async-trait v0.1.81 |
1549 | 2024-08-29T16:26:29.259Z | Compiling thread-id v4.2.1 |
1550 | 2024-08-29T16:26:29.560Z | Compiling foreign-types-shared v0.1.1 |
1551 | 2024-08-29T16:26:29.674Z | Compiling smoltcp v0.9.1 |
1552 | 2024-08-29T16:26:29.738Z | Compiling num-bigint-dig v0.8.4 |
1553 | 2024-08-29T16:26:29.863Z | Compiling signal-hook v0.3.17 |
1554 | 2024-08-29T16:26:29.968Z | Compiling unicode-width v0.1.13 |
1555 | 2024-08-29T16:26:30.140Z | Compiling foreign-types v0.3.2 |
1556 | 2024-08-29T16:26:30.203Z | Compiling pkcs5 v0.7.1 |
1557 | 2024-08-29T16:26:31.345Z | Compiling form_urlencoded v1.2.1 |
1558 | 2024-08-29T16:26:32.024Z | Compiling errno v0.3.9 |
1559 | 2024-08-29T16:26:32.150Z | Compiling siphasher v0.3.11 |
1560 | 2024-08-29T16:26:32.293Z | Compiling cfg_aliases v0.1.1 |
1561 | 2024-08-29T16:26:32.334Z | Compiling try-lock v0.2.5 |
1562 | 2024-08-29T16:26:32.400Z | Compiling adler v1.0.2 |
1563 | 2024-08-29T16:26:32.696Z | Compiling want v0.3.1 |
1564 | 2024-08-29T16:26:32.789Z | Compiling miniz_oxide v0.7.2 |
1565 | 2024-08-29T16:26:33.343Z | Compiling nix v0.28.0 |
1566 | 2024-08-29T16:26:35.169Z | Compiling pkcs8 v0.10.2 |
1567 | 2024-08-29T16:26:35.401Z | Compiling rustls-webpki v0.101.7 |
1568 | 2024-08-29T16:26:35.861Z | Compiling sct v0.7.1 |
1569 | 2024-08-29T16:26:36.139Z | Compiling h2 v0.3.26 |
1570 | 2024-08-29T16:26:36.184Z | Compiling http-body v0.4.6 |
1571 | 2024-08-29T16:26:37.504Z | Compiling openapiv3 v2.0.0 |
1572 | 2024-08-29T16:26:38.041Z | Compiling hubpack_derive v0.1.1 |
1573 | 2024-08-29T16:26:38.245Z | Compiling zerocopy-derive v0.6.6 |
1574 | 2024-08-29T16:26:38.810Z | Compiling idna v0.5.0 |
1575 | 2024-08-29T16:26:39.324Z | Compiling fs-err v2.11.0 |
1576 | 2024-08-29T16:26:39.646Z | Compiling stable_deref_trait v1.2.0 |
1577 | 2024-08-29T16:26:39.755Z | Compiling tower-service v0.3.2 |
1578 | 2024-08-29T16:26:40.193Z | Compiling gimli v0.28.1 |
1579 | 2024-08-29T16:26:40.196Z | Compiling httpdate v1.0.3 |
1580 | 2024-08-29T16:26:40.740Z | Compiling anstyle v1.0.8 |
1581 | 2024-08-29T16:26:41.193Z | Compiling finl_unicode v1.2.0 |
1582 | 2024-08-29T16:26:41.495Z | Compiling utf8parse v0.2.1 |
1583 | 2024-08-29T16:26:41.767Z | Compiling openssl-probe v0.1.5 |
1584 | 2024-08-29T16:26:42.593Z | Compiling stringprep v0.1.4 |
1585 | 2024-08-29T16:26:43.385Z | Compiling hyper v0.14.30 |
1586 | 2024-08-29T16:26:43.409Z | Compiling anstyle-parse v0.2.4 |
1587 | 2024-08-29T16:26:45.465Z | Compiling addr2line v0.21.0 |
1588 | 2024-08-29T16:26:46.894Z | Compiling url v2.5.2 |
1589 | 2024-08-29T16:26:53.265Z | Compiling usdt-macro v0.5.0 |
1590 | 2024-08-29T16:26:54.639Z | Compiling usdt-attr-macro v0.5.0 |
1591 | 2024-08-29T16:26:57.220Z | Compiling md-5 v0.10.6 |
1592 | 2024-08-29T16:26:58.223Z | Compiling idna v0.3.0 |
1593 | 2024-08-29T16:26:59.248Z | Compiling lazy_static v1.5.0 |
1594 | 2024-08-29T16:26:59.374Z | Compiling num-integer v0.1.46 |
1595 | 2024-08-29T16:26:59.683Z | Compiling hash32 v0.2.1 |
1596 | 2024-08-29T16:27:00.058Z | Compiling object v0.32.2 |
1597 | 2024-08-29T16:27:00.082Z | Compiling anstyle-query v1.0.3 |
1598 | 2024-08-29T16:27:00.462Z | Compiling colorchoice v1.0.1 |
1599 | 2024-08-29T16:27:00.616Z | Compiling is_terminal_polyfill v1.70.0 |
1600 | 2024-08-29T16:27:00.687Z | Compiling base64 v0.22.1 |
1601 | 2024-08-29T16:27:00.745Z | Compiling fallible-iterator v0.2.0 |
1602 | 2024-08-29T16:27:01.493Z | Compiling psl-types v2.0.11 |
1603 | 2024-08-29T16:27:01.676Z | Compiling rustc-demangle v0.1.24 |
1604 | 2024-08-29T16:27:01.965Z | Compiling publicsuffix v2.2.3 |
1605 | 2024-08-29T16:27:04.168Z | Compiling postgres-protocol v0.6.7 |
1606 | 2024-08-29T16:27:04.593Z | Compiling anstream v0.6.14 |
1607 | 2024-08-29T16:27:05.314Z | Compiling num-iter v0.1.45 |
1608 | 2024-08-29T16:27:06.492Z | Compiling tokio-rustls v0.24.1 |
1609 | 2024-08-29T16:27:06.893Z | Compiling terminal_size v0.3.0 |
1610 | 2024-08-29T16:27:07.083Z | Compiling tokio-native-tls v0.3.1 |
1611 | 2024-08-29T16:27:08.544Z | Compiling phf_shared v0.11.2 |
1612 | 2024-08-29T16:27:09.088Z | Compiling strum_macros v0.25.3 |
1613 | 2024-08-29T16:27:09.236Z | Compiling enum-as-inner v0.6.0 |
1614 | 2024-08-29T16:27:10.480Z | Compiling regress v0.9.1 |
1615 | 2024-08-29T16:27:11.072Z | Compiling clap_derive v4.5.13 |
1616 | 2024-08-29T16:27:12.642Z | Compiling serde_repr v0.1.19 |
1617 | 2024-08-29T16:27:13.884Z | Compiling ff v0.13.0 |
1618 | 2024-08-29T16:27:15.421Z | Compiling encoding_rs v0.8.34 |
1619 | 2024-08-29T16:27:15.714Z | Compiling bitflags v1.3.2 |
1620 | 2024-08-29T16:27:15.829Z | Compiling base16ct v0.2.0 |
1621 | 2024-08-29T16:27:16.143Z | Compiling managed v0.8.0 |
1622 | 2024-08-29T16:27:16.610Z | Compiling base64 v0.21.7 |
1623 | 2024-08-29T16:27:17.209Z | Compiling mime v0.3.17 |
1624 | 2024-08-29T16:27:17.285Z | Compiling either v1.13.0 |
1625 | 2024-08-29T16:27:18.188Z | Compiling ipnet v2.9.0 |
1626 | 2024-08-29T16:27:18.329Z | Compiling clap_lex v0.7.0 |
1627 | 2024-08-29T16:27:18.363Z | Compiling rustls-pemfile v1.0.4 |
1628 | 2024-08-29T16:27:18.744Z | Compiling clap_builder v4.5.15 |
1629 | 2024-08-29T16:27:19.490Z | Compiling sec1 v0.7.3 |
1630 | 2024-08-29T16:27:20.022Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1631 | 2024-08-29T16:27:20.803Z | Compiling group v0.13.0 |
1632 | 2024-08-29T16:27:26.297Z | Compiling phf v0.11.2 |
1633 | 2024-08-29T16:27:26.617Z | Compiling hyper-tls v0.5.0 |
1634 | 2024-08-29T16:27:26.875Z | Compiling hyper-rustls v0.24.2 |
1635 | 2024-08-29T16:27:26.981Z | Compiling cookie_store v0.20.0 |
1636 | 2024-08-29T16:27:27.088Z | Compiling postgres-types v0.2.7 |
1637 | 2024-08-29T16:27:27.556Z | Compiling zerocopy v0.6.6 |
1638 | 2024-08-29T16:27:28.437Z | Compiling hubpack v0.1.2 |
1639 | 2024-08-29T16:27:28.455Z | Compiling pkcs1 v0.7.5 |
1640 | 2024-08-29T16:27:28.499Z | Compiling phf_shared v0.10.0 |
1641 | 2024-08-29T16:27:29.118Z | Compiling serde_urlencoded v0.7.1 |
1642 | 2024-08-29T16:27:29.250Z | Compiling crossbeam-epoch v0.9.18 |
1643 | 2024-08-29T16:27:29.370Z | Compiling futures-executor v0.3.30 |
1644 | 2024-08-29T16:27:29.859Z | Compiling bstr v1.9.1 |
1645 | 2024-08-29T16:27:30.175Z | Compiling hkdf v0.12.4 |
1646 | 2024-08-29T16:27:30.421Z | Compiling signature v2.2.0 |
1647 | 2024-08-29T16:27:30.439Z | Compiling crypto-bigint v0.5.5 |
1648 | 2024-08-29T16:27:30.456Z | Compiling idna v0.4.0 |
1649 | 2024-08-29T16:27:30.730Z | Compiling float-cmp v0.9.0 |
1650 | 2024-08-29T16:27:30.947Z | Compiling mio v0.8.11 |
1651 | 2024-08-29T16:27:31.337Z | Compiling memmap v0.7.0 |
1652 | 2024-08-29T16:27:31.674Z | Compiling normalize-line-endings v0.3.0 |
1653 | 2024-08-29T16:27:31.794Z | Compiling webpki-roots v0.25.4 |
1654 | 2024-08-29T16:27:31.858Z | Compiling sync_wrapper v0.1.2 |
1655 | 2024-08-29T16:27:31.994Z | Compiling bit-vec v0.6.3 |
1656 | 2024-08-29T16:27:32.069Z | Compiling unicode-segmentation v1.11.0 |
1657 | 2024-08-29T16:27:32.427Z | Compiling new_debug_unreachable v1.0.6 |
1658 | 2024-08-29T16:27:32.521Z | Compiling precomputed-hash v0.1.1 |
1659 | 2024-08-29T16:27:32.593Z | Compiling data-encoding v2.6.0 |
1660 | 2024-08-29T16:27:32.638Z | Compiling winnow v0.6.18 |
1661 | 2024-08-29T16:27:32.828Z | Compiling static_assertions v1.1.0 |
1662 | 2024-08-29T16:27:32.934Z | Compiling minimal-lexical v0.2.1 |
1663 | 2024-08-29T16:27:33.464Z | Compiling whoami v1.5.1 |
1664 | 2024-08-29T16:27:33.616Z | Compiling predicates-core v1.0.6 |
1665 | 2024-08-29T16:27:33.942Z | Compiling difflib v0.4.0 |
1666 | 2024-08-29T16:27:34.045Z | Compiling fixedbitset v0.4.2 |
1667 | 2024-08-29T16:27:34.178Z | Compiling reqwest v0.11.27 |
1668 | 2024-08-29T16:27:34.281Z | Compiling tokio-postgres v0.7.11 |
1669 | 2024-08-29T16:27:34.459Z | Compiling predicates v3.1.2 |
1670 | 2024-08-29T16:27:34.700Z | Compiling petgraph v0.6.5 |
1671 | 2024-08-29T16:27:35.056Z | Compiling elliptic-curve v0.13.8 |
1672 | 2024-08-29T16:27:35.152Z | Compiling nom v7.1.3 |
1673 | 2024-08-29T16:27:35.820Z | Compiling hickory-proto v0.24.1 |
1674 | 2024-08-29T16:27:36.124Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1675 | 2024-08-29T16:27:36.558Z | Compiling toml_edit v0.22.20 |
1676 | 2024-08-29T16:27:38.859Z | Compiling similar v2.6.0 |
1677 | 2024-08-29T16:27:38.886Z | Compiling string_cache v0.8.7 |
1678 | 2024-08-29T16:27:39.336Z | Compiling bit-set v0.5.3 |
1679 | 2024-08-29T16:27:39.631Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1680 | 2024-08-29T16:27:40.029Z | Compiling signal-hook-mio v0.2.4 |
1681 | 2024-08-29T16:27:40.207Z | Compiling usdt v0.5.0 |
1682 | 2024-08-29T16:27:40.843Z | Compiling rsa v0.9.6 |
1683 | 2024-08-29T16:27:42.209Z | Compiling futures v0.3.30 |
1684 | 2024-08-29T16:27:43.438Z | Compiling flate2 v1.0.31 |
1685 | 2024-08-29T16:27:43.988Z | Compiling clap v4.5.16 |
1686 | 2024-08-29T16:27:44.404Z | Compiling itertools v0.10.5 |
1687 | 2024-08-29T16:27:44.850Z | Compiling itertools v0.12.1 |
1688 | 2024-08-29T16:27:44.964Z | Compiling console v0.15.8 |
1689 | 2024-08-29T16:27:45.466Z | Compiling tokio-stream v0.1.15 |
1690 | 2024-08-29T16:27:46.200Z | Compiling toml v0.7.8 |
1691 | 2024-08-29T16:27:46.263Z | Compiling hex v0.4.3 |
1692 | 2024-08-29T16:27:46.908Z | Compiling sha1 v0.10.6 |
1693 | 2024-08-29T16:27:47.144Z | Compiling camino v1.1.9 |
1694 | 2024-08-29T16:27:47.350Z | Compiling unicode-xid v0.2.4 |
1695 | 2024-08-29T16:27:47.733Z | Compiling lalrpop-util v0.19.12 |
1696 | 2024-08-29T16:27:47.936Z | Compiling peg-runtime v0.8.3 |
1697 | 2024-08-29T16:27:48.331Z | Compiling proc-macro-crate v1.3.1 |
1698 | 2024-08-29T16:27:48.459Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1699 | 2024-08-29T16:27:49.141Z | Compiling heapless v0.8.0 |
1700 | 2024-08-29T16:27:49.578Z | Compiling num_enum_derive v0.5.11 |
1701 | 2024-08-29T16:27:51.606Z | Compiling ipnetwork v0.20.0 |
1702 | 2024-08-29T16:27:54.322Z | Compiling hash32 v0.3.1 |
1703 | 2024-08-29T16:27:54.701Z | Compiling smoltcp v0.11.0 |
1704 | 2024-08-29T16:27:55.361Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1705 | 2024-08-29T16:27:55.634Z | Compiling rustls-pki-types v1.7.0 |
1706 | 2024-08-29T16:27:56.613Z | Compiling ident_case v1.0.1 |
1707 | 2024-08-29T16:27:57.008Z | Compiling darling_core v0.20.9 |
1708 | 2024-08-29T16:28:04.848Z | Compiling num_enum v0.5.11 |
1709 | 2024-08-29T16:28:05.650Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1710 | 2024-08-29T16:28:06.052Z | Compiling getopts v0.2.21 |
1711 | 2024-08-29T16:28:06.863Z | Compiling dirs-sys-next v0.1.2 |
1712 | 2024-08-29T16:28:07.619Z | Compiling proc-macro-error-attr v1.0.4 |
1713 | 2024-08-29T16:28:07.960Z | Compiling rustls v0.22.4 |
1714 | 2024-08-29T16:28:07.978Z | Compiling cobs v0.2.3 |
1715 | 2024-08-29T16:28:08.422Z | Compiling paste v1.0.15 |
1716 | 2024-08-29T16:28:09.683Z | Compiling unsafe-libyaml v0.2.11 |
1717 | 2024-08-29T16:28:10.290Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1718 | 2024-08-29T16:28:10.531Z | Compiling embedded-io v0.4.0 |
1719 | 2024-08-29T16:28:10.783Z | Compiling postcard v1.0.8 |
1720 | 2024-08-29T16:28:11.498Z | Compiling serde_yaml v0.9.34+deprecated |
1721 | 2024-08-29T16:28:13.361Z | Compiling dirs-next v2.0.0 |
1722 | 2024-08-29T16:28:13.440Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1723 | 2024-08-29T16:28:21.754Z | Compiling darling_macro v0.20.9 |
1724 | 2024-08-29T16:28:23.816Z | Compiling rustls-webpki v0.102.4 |
1725 | 2024-08-29T16:28:29.863Z | Compiling strum_macros v0.26.4 |
1726 | 2024-08-29T16:28:31.535Z | Compiling structmeta-derive v0.3.0 |
1727 | 2024-08-29T16:28:31.777Z | Compiling foreign-types-macros v0.2.3 |
1728 | 2024-08-29T16:28:33.338Z | Compiling thread_local v1.1.8 |
1729 | 2024-08-29T16:28:34.274Z | Compiling multer v3.1.0 |
1730 | 2024-08-29T16:28:34.611Z | Compiling proc-macro-error v1.0.4 |
1731 | 2024-08-29T16:28:34.741Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1732 | 2024-08-29T16:28:36.099Z | Compiling match_cfg v0.1.0 |
1733 | 2024-08-29T16:28:36.390Z | Compiling slog-async v2.8.0 |
1734 | 2024-08-29T16:28:36.565Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1735 | 2024-08-29T16:28:36.842Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1736 | 2024-08-29T16:28:37.112Z | Compiling foreign-types-shared v0.3.1 |
1737 | 2024-08-29T16:28:37.239Z | Compiling foreign-types v0.5.0 |
1738 | 2024-08-29T16:28:37.509Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1739 | 2024-08-29T16:28:38.049Z | Compiling hostname v0.3.1 |
1740 | 2024-08-29T16:28:42.416Z | Compiling strum v0.26.3 |
1741 | 2024-08-29T16:28:42.909Z | Compiling structmeta v0.3.0 |
1742 | 2024-08-29T16:28:48.954Z | Compiling darling v0.20.9 |
1743 | 2024-08-29T16:28:49.082Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1744 | 2024-08-29T16:28:49.956Z | Compiling term v0.7.0 |
1745 | 2024-08-29T16:28:52.634Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1746 | 2024-08-29T16:28:54.122Z | Compiling slog-json v2.6.1 |
1747 | 2024-08-29T16:28:54.356Z | Compiling tabwriter v1.4.0 |
1748 | 2024-08-29T16:28:54.562Z | Compiling crossbeam-channel v0.5.12 |
1749 | 2024-08-29T16:28:56.122Z | Compiling http v1.1.0 |
1750 | 2024-08-29T16:28:56.440Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1751 | 2024-08-29T16:28:56.626Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1752 | 2024-08-29T16:28:57.259Z | Compiling async-stream-impl v0.3.5 |
1753 | 2024-08-29T16:28:57.486Z | Compiling is-terminal v0.4.12 |
1754 | 2024-08-29T16:28:57.627Z | Compiling cstr-argument v0.1.2 |
1755 | 2024-08-29T16:28:57.901Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1756 | 2024-08-29T16:28:58.241Z | Compiling crucible-workspace-hack v0.1.0 |
1757 | 2024-08-29T16:28:58.484Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1758 | 2024-08-29T16:28:58.521Z | Compiling rayon-core v1.12.1 |
1759 | 2024-08-29T16:28:58.829Z | Compiling fastrand v2.1.0 |
1760 | 2024-08-29T16:28:59.833Z | Compiling atomic-waker v1.1.2 |
1761 | 2024-08-29T16:28:59.949Z | Compiling take_mut v0.2.2 |
1762 | 2024-08-29T16:29:00.036Z | Compiling pretty-hex v0.2.1 |
1763 | 2024-08-29T16:29:00.249Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1764 | 2024-08-29T16:29:00.650Z | Compiling waitgroup v0.1.2 |
1765 | 2024-08-29T16:29:00.895Z | Compiling tempfile v3.10.1 |
1766 | 2024-08-29T16:29:00.996Z | Compiling async-stream v0.3.5 |
1767 | 2024-08-29T16:29:02.263Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1768 | 2024-08-29T16:29:02.566Z | Compiling slog-term v2.9.1 |
1769 | 2024-08-29T16:29:03.286Z | Compiling slog-bunyan v2.5.0 |
1770 | 2024-08-29T16:29:03.372Z | Compiling tokio-rustls v0.25.0 |
1771 | 2024-08-29T16:29:03.858Z | Compiling serde_with_macros v3.9.0 |
1772 | 2024-08-29T16:29:04.013Z | Compiling parse-display-derive v0.10.0 |
1773 | 2024-08-29T16:29:04.168Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1774 | 2024-08-29T16:29:04.296Z | Compiling toml v0.8.19 |
1775 | 2024-08-29T16:29:04.402Z | Compiling rustls-pemfile v2.1.3 |
1776 | 2024-08-29T16:29:05.137Z | Compiling crossbeam-deque v0.8.5 |
1777 | 2024-08-29T16:29:05.170Z | Compiling colored v2.1.0 |
1778 | 2024-08-29T16:29:05.534Z | Compiling newtype-uuid v1.1.0 |
1779 | 2024-08-29T16:29:05.883Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1780 | 2024-08-29T16:29:06.463Z | Compiling serde_path_to_error v0.1.16 |
1781 | 2024-08-29T16:29:06.498Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1782 | 2024-08-29T16:29:06.523Z | Compiling hostname v0.4.0 |
1783 | 2024-08-29T16:29:06.780Z | Compiling socket2 v0.4.10 |
1784 | 2024-08-29T16:29:07.229Z | Compiling instant v0.1.12 |
1785 | 2024-08-29T16:29:07.394Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1786 | 2024-08-29T16:29:07.458Z | Compiling debug-ignore v1.0.5 |
1787 | 2024-08-29T16:29:07.627Z | Compiling backoff v0.4.0 |
1788 | 2024-08-29T16:29:07.783Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1789 | 2024-08-29T16:29:07.838Z | Compiling parse-display v0.10.0 |
1790 | 2024-08-29T16:29:08.265Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1791 | 2024-08-29T16:29:08.481Z | Compiling serde_with v3.9.0 |
1792 | 2024-08-29T16:29:09.806Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1793 | 2024-08-29T16:29:10.846Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1794 | 2024-08-29T16:29:11.265Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1795 | 2024-08-29T16:29:12.664Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1796 | 2024-08-29T16:29:13.014Z | Compiling camino-tempfile v1.1.1 |
1797 | 2024-08-29T16:29:13.611Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1798 | 2024-08-29T16:29:13.787Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1799 | 2024-08-29T16:29:13.880Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1800 | 2024-08-29T16:29:13.980Z | Compiling macaddr v1.0.1 |
1801 | 2024-08-29T16:29:14.088Z | Compiling num-derive v0.4.2 |
1802 | 2024-08-29T16:29:14.628Z | Compiling sigpipe v0.1.3 |
1803 | 2024-08-29T16:29:14.769Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1804 | 2024-08-29T16:29:15.073Z | Compiling libefi-sys v0.1.0 |
1805 | 2024-08-29T16:29:15.449Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1806 | 2024-08-29T16:29:16.392Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1807 | 2024-08-29T16:29:16.951Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1808 | 2024-08-29T16:29:17.491Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1809 | 2024-08-29T16:29:18.002Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1810 | 2024-08-29T16:29:18.083Z | Compiling rayon v1.10.0 |
1811 | 2024-08-29T16:29:18.920Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1812 | 2024-08-29T16:29:19.071Z | Compiling smf v0.2.3 |
1813 | 2024-08-29T16:29:21.406Z | Compiling bitfield-struct v0.6.1 |
1814 | 2024-08-29T16:29:21.683Z | Compiling ring v0.16.20 |
1815 | 2024-08-29T16:29:21.903Z | Compiling blake3 v1.5.1 |
1816 | 2024-08-29T16:29:22.488Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1817 | 2024-08-29T16:29:22.715Z | Compiling portable-atomic v1.6.0 |
1818 | 2024-08-29T16:29:22.785Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1819 | 2024-08-29T16:29:23.647Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1820 | 2024-08-29T16:29:23.816Z | Compiling xattr v1.3.1 |
1821 | 2024-08-29T16:29:23.981Z | Compiling memmap2 v0.9.4 |
1822 | 2024-08-29T16:29:24.006Z | Compiling filetime v0.2.24 |
1823 | 2024-08-29T16:29:24.128Z | Compiling arrayvec v0.7.4 |
1824 | 2024-08-29T16:29:24.328Z | Compiling same-file v1.0.6 |
1825 | 2024-08-29T16:29:24.551Z | Compiling constant_time_eq v0.3.0 |
1826 | 2024-08-29T16:29:24.584Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1827 | 2024-08-29T16:29:24.603Z | Compiling spin v0.5.2 |
1828 | 2024-08-29T16:29:24.712Z | Compiling untrusted v0.7.1 |
1829 | 2024-08-29T16:29:24.727Z | Compiling arrayref v0.3.7 |
1830 | 2024-08-29T16:29:24.809Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1831 | 2024-08-29T16:29:24.853Z | Compiling walkdir v2.5.0 |
1832 | 2024-08-29T16:29:24.895Z | Compiling tar v0.4.41 |
1833 | 2024-08-29T16:29:26.325Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1834 | 2024-08-29T16:29:27.394Z | Compiling gethostname v0.5.0 |
1835 | 2024-08-29T16:29:27.449Z | Compiling cargo-platform v0.1.8 |
1836 | 2024-08-29T16:29:27.606Z | Compiling number_prefix v0.4.0 |
1837 | 2024-08-29T16:29:27.862Z | Compiling topological-sort v0.2.2 |
1838 | 2024-08-29T16:29:28.146Z | Compiling indicatif v0.17.8 |
1839 | 2024-08-29T16:29:28.572Z | Compiling cargo_metadata v0.18.1 |
1840 | 2024-08-29T16:29:32.558Z | Compiling omicron-zone-package v0.11.0 |
1841 | 2024-08-29T16:29:33.009Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1842 | 2024-08-29T16:29:33.711Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1843 | 2024-08-29T16:29:35.462Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1844 | 2024-08-29T16:29:58.597Z | Finished `release` profile [optimized] target(s) in 4m 18s |
1845 | 2024-08-29T16:29:58.736Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1846 | 2024-08-29T16:29:58.776Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1847 | 2024-08-29T16:29:58.778Z | Created new build target 'test' and set it as active |
1848 | 2024-08-29T16:29:58.778Z | |
1849 | 2024-08-29T16:29:58.778Z | real 4:19.195784889 |
1850 | 2024-08-29T16:29:58.778Z | user 29:17.748348632 |
1851 | 2024-08-29T16:29:58.778Z | sys 3:38.740881089 |
1852 | 2024-08-29T16:29:58.778Z | trap 0.863914393 |
1853 | 2024-08-29T16:29:58.778Z | tflt 3.018105637 |
1854 | 2024-08-29T16:29:58.778Z | dflt 0.675990502 |
1855 | 2024-08-29T16:29:58.778Z | kflt 0.006732560 |
1856 | 2024-08-29T16:29:58.778Z | lock 1:05:13.466745278 |
1857 | 2024-08-29T16:29:58.778Z | slp 1:53:23.266980243 |
1858 | 2024-08-29T16:29:58.781Z | lat 1:58.644703353 |
1859 | 2024-08-29T16:29:58.781Z | stop 3:32.657111913 |
1860 | 2024-08-29T16:29:58.781Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1861 | 2024-08-29T16:29:59.723Z | Finished `release` profile [optimized] target(s) in 0.89s |
1862 | 2024-08-29T16:29:59.771Z | Running `target/release/omicron-package -t test package` |
1863 | 2024-08-29T16:29:59.813Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1864 | 2024-08-29T16:30:00.922Z | Compiling camino v1.1.9 |
1865 | 2024-08-29T16:30:00.925Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1866 | 2024-08-29T16:30:00.926Z | Compiling newline-converter v0.3.0 |
1867 | 2024-08-29T16:30:00.926Z | Compiling password-hash v0.5.0 |
1868 | 2024-08-29T16:30:01.039Z | Compiling blake2 v0.10.6 |
1869 | 2024-08-29T16:30:01.042Z | Compiling derive-where v1.2.7 |
1870 | 2024-08-29T16:30:01.042Z | Compiling convert_case v0.4.0 |
1871 | 2024-08-29T16:30:01.052Z | Compiling humantime v2.1.0 |
1872 | 2024-08-29T16:30:01.326Z | Compiling expectorate v1.1.0 |
1873 | 2024-08-29T16:30:01.361Z | Compiling toml v0.8.19 |
1874 | 2024-08-29T16:30:01.518Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1875 | 2024-08-29T16:30:01.844Z | Compiling argon2 v0.5.3 |
1876 | 2024-08-29T16:30:01.889Z | Compiling derive_more v0.99.18 |
1877 | 2024-08-29T16:30:01.947Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1878 | 2024-08-29T16:30:02.018Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1879 | 2024-08-29T16:30:02.148Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1880 | 2024-08-29T16:30:02.331Z | Compiling num-rational v0.4.2 |
1881 | 2024-08-29T16:30:02.964Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1882 | 2024-08-29T16:30:03.168Z | Compiling num-complex v0.4.6 |
1883 | 2024-08-29T16:30:03.564Z | Compiling dirs-sys-next v0.1.2 |
1884 | 2024-08-29T16:30:04.085Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1885 | 2024-08-29T16:30:04.259Z | Compiling num v0.4.3 |
1886 | 2024-08-29T16:30:04.347Z | Compiling dirs-next v2.0.0 |
1887 | 2024-08-29T16:30:04.383Z | Compiling float-ord v0.3.2 |
1888 | 2024-08-29T16:30:04.488Z | Compiling term v0.7.0 |
1889 | 2024-08-29T16:30:04.535Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1890 | 2024-08-29T16:30:04.552Z | Compiling prettyplease v0.2.20 |
1891 | 2024-08-29T16:30:04.743Z | Compiling semver v0.1.20 |
1892 | 2024-08-29T16:30:04.857Z | Compiling is-terminal v0.4.12 |
1893 | 2024-08-29T16:30:04.990Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1894 | 2024-08-29T16:30:05.266Z | Compiling rustc_version v0.1.7 |
1895 | 2024-08-29T16:30:05.663Z | Compiling newtype_derive v0.1.6 |
1896 | 2024-08-29T16:30:05.677Z | Compiling cookie v0.18.1 |
1897 | 2024-08-29T16:30:05.763Z | Compiling highway v1.2.0 |
1898 | 2024-08-29T16:30:06.114Z | Compiling linked-hash-map v0.5.6 |
1899 | 2024-08-29T16:30:06.177Z | Compiling rustls-pki-types v1.7.0 |
1900 | 2024-08-29T16:30:06.539Z | Compiling lru-cache v0.1.2 |
1901 | 2024-08-29T16:30:06.763Z | Compiling steno v0.4.1 |
1902 | 2024-08-29T16:30:07.170Z | Compiling home v0.5.9 |
1903 | 2024-08-29T16:30:07.406Z | Compiling utf-8 v0.7.6 |
1904 | 2024-08-29T16:30:07.769Z | Compiling quick-error v1.2.3 |
1905 | 2024-08-29T16:30:07.949Z | Compiling resolv-conf v0.7.0 |
1906 | 2024-08-29T16:30:08.171Z | Compiling rustls-webpki v0.102.4 |
1907 | 2024-08-29T16:30:09.431Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1908 | 2024-08-29T16:30:09.498Z | Compiling rustls v0.22.4 |
1909 | 2024-08-29T16:30:09.525Z | Compiling thread_local v1.1.8 |
1910 | 2024-08-29T16:30:09.993Z | Compiling match_cfg v0.1.0 |
1911 | 2024-08-29T16:30:10.101Z | Compiling hostname v0.3.1 |
1912 | 2024-08-29T16:30:10.327Z | Compiling hickory-resolver v0.24.1 |
1913 | 2024-08-29T16:30:11.075Z | Compiling multer v3.1.0 |
1914 | 2024-08-29T16:30:11.150Z | Compiling slog-async v2.8.0 |
1915 | 2024-08-29T16:30:11.227Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1916 | 2024-08-29T16:30:11.722Z | Compiling slog-json v2.6.1 |
1917 | 2024-08-29T16:30:12.103Z | Compiling crossbeam-channel v0.5.12 |
1918 | 2024-08-29T16:30:13.167Z | Compiling http v1.1.0 |
1919 | 2024-08-29T16:30:15.512Z | Compiling take_mut v0.2.2 |
1920 | 2024-08-29T16:30:15.696Z | Compiling atomic-waker v1.1.2 |
1921 | 2024-08-29T16:30:15.892Z | Compiling waitgroup v0.1.2 |
1922 | 2024-08-29T16:30:17.091Z | Compiling tokio-rustls v0.25.0 |
1923 | 2024-08-29T16:30:17.188Z | Compiling slog-bunyan v2.5.0 |
1924 | 2024-08-29T16:30:17.411Z | Compiling slog-term v2.9.1 |
1925 | 2024-08-29T16:30:17.564Z | Compiling rustls-pemfile v2.1.3 |
1926 | 2024-08-29T16:30:18.008Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1927 | 2024-08-29T16:30:18.085Z | Compiling async-stream v0.3.5 |
1928 | 2024-08-29T16:30:18.373Z | Compiling ipnetwork v0.20.0 |
1929 | 2024-08-29T16:30:18.523Z | Compiling newtype-uuid v1.1.0 |
1930 | 2024-08-29T16:30:18.869Z | Compiling serde_path_to_error v0.1.16 |
1931 | 2024-08-29T16:30:19.175Z | Compiling hostname v0.4.0 |
1932 | 2024-08-29T16:30:19.198Z | Compiling instant v0.1.12 |
1933 | 2024-08-29T16:30:19.362Z | Compiling debug-ignore v1.0.5 |
1934 | 2024-08-29T16:30:19.415Z | Compiling backoff v0.4.0 |
1935 | 2024-08-29T16:30:19.527Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1936 | 2024-08-29T16:30:19.790Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1937 | 2024-08-29T16:30:20.160Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1938 | 2024-08-29T16:30:20.222Z | Compiling parse-display v0.10.0 |
1939 | 2024-08-29T16:30:20.785Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1940 | 2024-08-29T16:30:20.980Z | Compiling serde_with v3.9.0 |
1941 | 2024-08-29T16:30:24.976Z | Compiling strum v0.26.3 |
1942 | 2024-08-29T16:30:25.101Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1943 | 2024-08-29T16:30:26.307Z | Compiling macaddr v1.0.1 |
1944 | 2024-08-29T16:30:26.747Z | Compiling slog-dtrace v0.3.0 |
1945 | 2024-08-29T16:30:26.771Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1946 | 2024-08-29T16:30:27.990Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1947 | 2024-08-29T16:30:28.467Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1948 | 2024-08-29T16:30:28.982Z | Compiling swrite v0.1.0 |
1949 | 2024-08-29T16:30:29.124Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1950 | 2024-08-29T16:30:29.385Z | Compiling rayon-core v1.12.1 |
1951 | 2024-08-29T16:30:29.414Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1952 | 2024-08-29T16:30:29.541Z | Compiling crossbeam-deque v0.8.5 |
1953 | 2024-08-29T16:30:29.894Z | Compiling half v2.4.1 |
1954 | 2024-08-29T16:30:30.617Z | Compiling termcolor v1.4.1 |
1955 | 2024-08-29T16:30:31.749Z | Compiling fastrand v2.1.0 |
1956 | 2024-08-29T16:30:32.307Z | Compiling ciborium-io v0.2.2 |
1957 | 2024-08-29T16:30:32.458Z | Compiling same-file v1.0.6 |
1958 | 2024-08-29T16:30:32.715Z | Compiling display-error-chain v0.2.1 |
1959 | 2024-08-29T16:30:32.921Z | Compiling walkdir v2.5.0 |
1960 | 2024-08-29T16:30:33.137Z | Compiling ciborium-ll v0.2.2 |
1961 | 2024-08-29T16:30:33.569Z | Compiling tempfile v3.10.1 |
1962 | 2024-08-29T16:30:34.344Z | Compiling blake3 v1.5.1 |
1963 | 2024-08-29T16:30:34.970Z | Compiling rayon v1.10.0 |
1964 | 2024-08-29T16:30:35.261Z | Compiling ring v0.16.20 |
1965 | 2024-08-29T16:30:35.808Z | Compiling ciborium v0.2.2 |
1966 | 2024-08-29T16:30:38.054Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1967 | 2024-08-29T16:30:38.085Z | Compiling xattr v1.3.1 |
1968 | 2024-08-29T16:30:38.367Z | Compiling memmap2 v0.9.4 |
1969 | 2024-08-29T16:30:38.802Z | Compiling filetime v0.2.24 |
1970 | 2024-08-29T16:30:39.835Z | Compiling arrayvec v0.7.4 |
1971 | 2024-08-29T16:30:40.263Z | Compiling arrayref v0.3.7 |
1972 | 2024-08-29T16:30:40.375Z | Compiling constant_time_eq v0.3.0 |
1973 | 2024-08-29T16:30:40.534Z | Compiling spin v0.5.2 |
1974 | 2024-08-29T16:30:40.783Z | Compiling cancel-safe-futures v0.1.5 |
1975 | 2024-08-29T16:30:41.150Z | Compiling untrusted v0.7.1 |
1976 | 2024-08-29T16:30:44.704Z | Compiling tar v0.4.41 |
1977 | 2024-08-29T16:30:45.141Z | Compiling camino-tempfile v1.1.1 |
1978 | 2024-08-29T16:30:45.591Z | Compiling toolchain_find v0.4.0 |
1979 | 2024-08-29T16:30:46.178Z | Compiling nibble_vec v0.1.0 |
1980 | 2024-08-29T16:30:46.239Z | Compiling atty v0.2.14 |
1981 | 2024-08-29T16:30:46.408Z | Compiling endian-type v0.1.2 |
1982 | 2024-08-29T16:30:46.429Z | Compiling crunchy v0.2.2 |
1983 | 2024-08-29T16:30:46.530Z | Compiling glob v0.3.1 |
1984 | 2024-08-29T16:30:46.672Z | Compiling topological-sort v0.2.2 |
1985 | 2024-08-29T16:30:46.919Z | Compiling maplit v1.0.2 |
1986 | 2024-08-29T16:30:46.921Z | Compiling radium v0.7.0 |
1987 | 2024-08-29T16:30:47.085Z | Compiling omicron-zone-package v0.11.0 |
1988 | 2024-08-29T16:30:47.317Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1989 | 2024-08-29T16:30:47.333Z | Compiling clang-sys v1.7.0 |
1990 | 2024-08-29T16:30:47.413Z | Compiling radix_trie v0.2.1 |
1991 | 2024-08-29T16:30:48.014Z | Compiling rustfmt-wrapper v0.2.1 |
1992 | 2024-08-29T16:30:48.629Z | Compiling tungstenite v0.21.0 |
1993 | 2024-08-29T16:30:49.051Z | Compiling maybe-uninit v2.0.0 |
1994 | 2024-08-29T16:30:49.471Z | Compiling tiny-keccak v2.0.2 |
1995 | 2024-08-29T16:30:49.551Z | Compiling tap v1.0.1 |
1996 | 2024-08-29T16:30:49.749Z | Compiling tokio-tungstenite v0.21.0 |
1997 | 2024-08-29T16:30:49.797Z | Compiling wyz v0.5.1 |
1998 | 2024-08-29T16:30:50.527Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1999 | 2024-08-29T16:30:50.720Z | Compiling dsl_auto_type v0.1.2 |
2000 | 2024-08-29T16:30:50.930Z | Compiling itertools v0.13.0 |
2001 | 2024-08-29T16:30:51.710Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2002 | 2024-08-29T16:30:52.065Z | Compiling scheduled-thread-pool v0.2.7 |
2003 | 2024-08-29T16:30:52.150Z | Compiling bzip2-sys v0.1.11+1.0.8 |
2004 | 2024-08-29T16:30:52.323Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2005 | 2024-08-29T16:30:52.711Z | Compiling diesel_table_macro_syntax v0.2.0 |
2006 | 2024-08-29T16:30:53.147Z | Compiling funty v2.0.0 |
2007 | 2024-08-29T16:30:53.358Z | Compiling arc-swap v1.7.1 |
2008 | 2024-08-29T16:30:53.680Z | Compiling packed_struct v0.10.1 |
2009 | 2024-08-29T16:30:54.046Z | Compiling crc-catalog v2.4.0 |
2010 | 2024-08-29T16:30:54.153Z | Compiling slog-scope v4.4.0 |
2011 | 2024-08-29T16:30:54.202Z | Compiling crc v3.2.1 |
2012 | 2024-08-29T16:30:54.811Z | Compiling bitvec v1.0.1 |
2013 | 2024-08-29T16:30:54.994Z | Compiling diesel_derives v2.2.2 |
2014 | 2024-08-29T16:30:56.229Z | Compiling r2d2 v0.8.10 |
2015 | 2024-08-29T16:30:57.192Z | Compiling ascii-canvas v3.0.0 |
2016 | 2024-08-29T16:30:57.684Z | Compiling packed_struct_codegen v0.10.1 |
2017 | 2024-08-29T16:30:59.554Z | Compiling ena v0.14.3 |
2018 | 2024-08-29T16:30:59.940Z | Compiling libloading v0.8.3 |
2019 | 2024-08-29T16:31:00.117Z | Compiling indexmap v1.9.3 |
2020 | 2024-08-29T16:31:00.345Z | Compiling nodrop v0.1.14 |
2021 | 2024-08-29T16:31:00.500Z | Compiling bindgen v0.69.4 |
2022 | 2024-08-29T16:31:00.551Z | Compiling regex-syntax v0.6.29 |
2023 | 2024-08-29T16:31:00.948Z | Compiling diff v0.1.13 |
2024 | 2024-08-29T16:31:01.512Z | Compiling array-init v0.0.4 |
2025 | 2024-08-29T16:31:05.926Z | Compiling lalrpop v0.19.12 |
2026 | 2024-08-29T16:31:06.453Z | Compiling diesel v2.2.3 |
2027 | 2024-08-29T16:31:06.953Z | Compiling smallvec v0.6.14 |
2028 | 2024-08-29T16:31:07.470Z | Compiling slog-stdlog v4.1.1 |
2029 | 2024-08-29T16:31:08.288Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2030 | 2024-08-29T16:31:09.430Z | Compiling which v4.4.2 |
2031 | 2024-08-29T16:31:09.985Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2032 | 2024-08-29T16:31:10.197Z | Compiling cexpr v0.6.0 |
2033 | 2024-08-29T16:31:11.841Z | Compiling libsw v3.3.1 |
2034 | 2024-08-29T16:31:12.187Z | Compiling owo-colors v4.0.0 |
2035 | 2024-08-29T16:31:12.768Z | Compiling ref-cast v1.0.23 |
2036 | 2024-08-29T16:31:13.258Z | Compiling bitfield v0.14.0 |
2037 | 2024-08-29T16:31:13.553Z | Compiling shlex v1.3.0 |
2038 | 2024-08-29T16:31:13.945Z | Compiling hashbrown v0.12.3 |
2039 | 2024-08-29T16:31:15.080Z | Compiling lazycell v1.3.0 |
2040 | 2024-08-29T16:31:15.203Z | Compiling rustc-hash v1.1.0 |
2041 | 2024-08-29T16:31:15.263Z | Compiling linear-map v1.2.0 |
2042 | 2024-08-29T16:31:15.689Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2043 | 2024-08-29T16:31:21.462Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2044 | 2024-08-29T16:31:22.827Z | Compiling slog-envlogger v2.2.0 |
2045 | 2024-08-29T16:31:23.379Z | Compiling serde-hex v0.1.0 |
2046 | 2024-08-29T16:31:25.457Z | Compiling bzip2 v0.4.4 |
2047 | 2024-08-29T16:31:25.925Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2048 | 2024-08-29T16:31:26.258Z | Compiling env_logger v0.10.2 |
2049 | 2024-08-29T16:31:28.649Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2050 | 2024-08-29T16:31:28.976Z | Compiling derive_builder_core v0.20.0 |
2051 | 2024-08-29T16:31:29.209Z | Compiling x509-cert v0.2.5 |
2052 | 2024-08-29T16:31:29.232Z | Compiling ron v0.8.1 |
2053 | 2024-08-29T16:31:31.191Z | Compiling headers-core v0.2.0 |
2054 | 2024-08-29T16:31:31.357Z | Compiling hashbrown v0.13.2 |
2055 | 2024-08-29T16:31:32.031Z | Compiling polar-core v0.27.3 |
2056 | 2024-08-29T16:31:32.749Z | Compiling fxhash v0.2.1 |
2057 | 2024-08-29T16:31:33.005Z | Compiling libxml v0.3.3 |
2058 | 2024-08-29T16:31:33.332Z | Compiling ref-cast-impl v1.0.23 |
2059 | 2024-08-29T16:31:33.405Z | Compiling crc-any v2.5.0 |
2060 | 2024-08-29T16:31:34.631Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2061 | 2024-08-29T16:31:35.312Z | Compiling object v0.30.4 |
2062 | 2024-08-29T16:31:40.587Z | Compiling headers v0.3.9 |
2063 | 2024-08-29T16:31:40.869Z | Compiling derive_builder_macro v0.20.0 |
2064 | 2024-08-29T16:31:41.768Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2065 | 2024-08-29T16:31:43.390Z | Compiling samael v0.0.15 |
2066 | 2024-08-29T16:31:44.151Z | Compiling zip v0.6.6 |
2067 | 2024-08-29T16:31:44.853Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2068 | 2024-08-29T16:31:45.006Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2069 | 2024-08-29T16:31:45.331Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2070 | 2024-08-29T16:31:45.975Z | Compiling strum_macros v0.24.3 |
2071 | 2024-08-29T16:31:46.827Z | Compiling kstat-rs v0.2.4 |
2072 | 2024-08-29T16:31:47.775Z | Compiling async-recursion v1.1.1 |
2073 | 2024-08-29T16:31:47.884Z | Compiling unicase v2.7.0 |
2074 | 2024-08-29T16:31:48.249Z | Compiling dropshot v0.10.1 |
2075 | 2024-08-29T16:31:48.444Z | Compiling path-slash v0.1.5 |
2076 | 2024-08-29T16:31:48.559Z | Compiling indoc v1.0.9 |
2077 | 2024-08-29T16:31:48.687Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2078 | 2024-08-29T16:31:49.259Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2079 | 2024-08-29T16:31:52.080Z | Compiling derive_builder v0.20.0 |
2080 | 2024-08-29T16:31:54.980Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2081 | 2024-08-29T16:31:57.093Z | Compiling tungstenite v0.23.0 |
2082 | 2024-08-29T16:31:57.255Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2083 | 2024-08-29T16:31:57.570Z | Compiling crossterm v0.28.1 |
2084 | 2024-08-29T16:32:02.770Z | Compiling pem v3.0.4 |
2085 | 2024-08-29T16:32:04.094Z | Compiling curve25519-dalek v4.1.3 |
2086 | 2024-08-29T16:32:04.267Z | Compiling impl-trait-for-tuples v0.2.2 |
2087 | 2024-08-29T16:32:04.543Z | Compiling oso-derive v0.27.3 |
2088 | 2024-08-29T16:32:04.735Z | Compiling dropshot_endpoint v0.10.1 |
2089 | 2024-08-29T16:32:04.775Z | Compiling libz-sys v1.1.16 |
2090 | 2024-08-29T16:32:05.408Z | Compiling quick-xml v0.31.0 |
2091 | 2024-08-29T16:32:05.496Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2092 | 2024-08-29T16:32:05.609Z | Compiling keccak v0.1.5 |
2093 | 2024-08-29T16:32:05.820Z | Compiling parking_lot_core v0.8.6 |
2094 | 2024-08-29T16:32:06.301Z | Compiling sha3 v0.10.8 |
2095 | 2024-08-29T16:32:06.923Z | Compiling tokio-tungstenite v0.23.1 |
2096 | 2024-08-29T16:32:07.190Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2097 | 2024-08-29T16:32:07.518Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2098 | 2024-08-29T16:32:09.087Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2099 | 2024-08-29T16:32:11.437Z | Compiling oso v0.27.3 |
2100 | 2024-08-29T16:32:12.529Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2101 | 2024-08-29T16:32:12.864Z | Compiling bb8 v0.8.5 |
2102 | 2024-08-29T16:32:13.496Z | Compiling const_format_proc_macros v0.2.32 |
2103 | 2024-08-29T16:32:15.410Z | Compiling universal-hash v0.5.1 |
2104 | 2024-08-29T16:32:15.674Z | Compiling secrecy v0.8.0 |
2105 | 2024-08-29T16:32:15.985Z | Compiling thiserror-impl-no-std v2.0.2 |
2106 | 2024-08-29T16:32:18.886Z | Compiling curve25519-dalek-derive v0.1.1 |
2107 | 2024-08-29T16:32:20.222Z | Compiling vte_generate_state_changes v0.1.1 |
2108 | 2024-08-29T16:32:20.837Z | Compiling opaque-debug v0.3.1 |
2109 | 2024-08-29T16:32:20.993Z | Compiling buf-list v1.0.3 |
2110 | 2024-08-29T16:32:21.652Z | Compiling poly1305 v0.8.0 |
2111 | 2024-08-29T16:32:23.225Z | Compiling vte v0.11.1 |
2112 | 2024-08-29T16:32:27.708Z | Compiling thiserror-no-std v2.0.2 |
2113 | 2024-08-29T16:32:27.851Z | Compiling const_format v0.2.32 |
2114 | 2024-08-29T16:32:29.126Z | Compiling async-bb8-diesel v0.2.1 |
2115 | 2024-08-29T16:32:29.378Z | Compiling qorb v0.0.1 (https://github.com/oxidecomputer/qorb?branch=master#163a7783) |
2116 | 2024-08-29T16:32:31.379Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2117 | 2024-08-29T16:32:31.693Z | Compiling chacha20 v0.9.1 |
2118 | 2024-08-29T16:32:31.923Z | Compiling fd-lock v4.0.2 |
2119 | 2024-08-29T16:32:32.153Z | Compiling aead v0.5.2 |
2120 | 2024-08-29T16:32:32.172Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2121 | 2024-08-29T16:32:32.500Z | Compiling pin-project-internal v1.1.5 |
2122 | 2024-08-29T16:32:32.980Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2123 | 2024-08-29T16:32:33.307Z | Compiling bytecount v0.6.8 |
2124 | 2024-08-29T16:32:33.626Z | Compiling papergrid v0.11.0 |
2125 | 2024-08-29T16:32:35.325Z | Compiling pin-project v1.1.5 |
2126 | 2024-08-29T16:32:36.756Z | Compiling chacha20poly1305 v0.10.1 |
2127 | 2024-08-29T16:32:37.391Z | Compiling parking_lot v0.11.2 |
2128 | 2024-08-29T16:32:39.383Z | Compiling vsss-rs v3.3.4 |
2129 | 2024-08-29T16:32:43.997Z | Compiling strip-ansi-escapes v0.2.0 |
2130 | 2024-08-29T16:32:45.422Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2131 | 2024-08-29T16:32:45.502Z | Compiling tabled_derive v0.7.0 |
2132 | 2024-08-29T16:32:47.781Z | Compiling crossterm v0.27.0 |
2133 | 2024-08-29T16:32:50.350Z | Compiling peg-macros v0.8.4 |
2134 | 2024-08-29T16:32:53.698Z | Compiling snafu-derive v0.8.2 |
2135 | 2024-08-29T16:32:54.297Z | Compiling sqlparser_derive v0.2.2 |
2136 | 2024-08-29T16:32:54.530Z | Compiling unicode_categories v0.1.1 |
2137 | 2024-08-29T16:32:54.860Z | Compiling nu-ansi-term v0.50.0 |
2138 | 2024-08-29T16:32:55.566Z | Compiling rustyline v14.0.0 |
2139 | 2024-08-29T16:32:56.042Z | Compiling sqlparser v0.45.0 |
2140 | 2024-08-29T16:32:58.430Z | Compiling snafu v0.8.2 |
2141 | 2024-08-29T16:32:59.626Z | Compiling reedline v0.33.0 |
2142 | 2024-08-29T16:33:01.211Z | Compiling sqlformat v0.2.4 |
2143 | 2024-08-29T16:33:02.678Z | Compiling peg v0.8.4 |
2144 | 2024-08-29T16:33:02.768Z | Compiling tabled v0.15.0 |
2145 | 2024-08-29T16:33:22.002Z | Compiling sled v0.34.7 |
2146 | 2024-08-29T16:33:22.121Z | Compiling mime_guess v2.0.4 |
2147 | 2024-08-29T16:33:23.302Z | Compiling hickory-client v0.24.1 |
2148 | 2024-08-29T16:33:25.382Z | Compiling env_logger v0.9.3 |
2149 | 2024-08-29T16:33:25.772Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2150 | 2024-08-29T16:33:28.710Z | Compiling tungstenite v0.20.1 |
2151 | 2024-08-29T16:33:29.732Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2152 | 2024-08-29T16:33:32.490Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2153 | 2024-08-29T16:33:33.867Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2154 | 2024-08-29T16:33:34.338Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2155 | 2024-08-29T16:33:35.877Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2156 | 2024-08-29T16:33:36.394Z | Compiling globset v0.4.14 |
2157 | 2024-08-29T16:33:41.235Z | Compiling hickory-server v0.24.1 |
2158 | 2024-08-29T16:33:41.654Z | Compiling olpc-cjson v0.1.3 |
2159 | 2024-08-29T16:33:41.990Z | Compiling bcs v0.1.6 |
2160 | 2024-08-29T16:33:42.915Z | Compiling vergen v8.3.2 |
2161 | 2024-08-29T16:33:43.274Z | Compiling bitstruct_derive v0.1.0 |
2162 | 2024-08-29T16:33:44.310Z | Compiling cargo-platform v0.1.8 |
2163 | 2024-08-29T16:33:44.682Z | Compiling serde_plain v1.0.2 |
2164 | 2024-08-29T16:33:44.798Z | Compiling nanorand v0.7.0 |
2165 | 2024-08-29T16:33:45.203Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2166 | 2024-08-29T16:33:45.358Z | Compiling memoffset v0.9.1 |
2167 | 2024-08-29T16:33:45.482Z | Compiling ascii v1.1.0 |
2168 | 2024-08-29T16:33:45.694Z | Compiling typed-path v0.7.1 |
2169 | 2024-08-29T16:33:46.235Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2170 | 2024-08-29T16:33:48.198Z | Compiling tough v0.17.1 |
2171 | 2024-08-29T16:33:48.851Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2172 | 2024-08-29T16:33:49.139Z | Compiling flume v0.11.0 |
2173 | 2024-08-29T16:33:49.937Z | Compiling bitstruct v0.1.1 |
2174 | 2024-08-29T16:33:50.076Z | Compiling cargo_metadata v0.18.1 |
2175 | 2024-08-29T16:33:50.691Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2176 | 2024-08-29T16:33:52.601Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2177 | 2024-08-29T16:33:53.484Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2178 | 2024-08-29T16:33:53.682Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2179 | 2024-08-29T16:33:54.037Z | Compiling tokio-tungstenite v0.20.1 |
2180 | 2024-08-29T16:33:54.627Z | Compiling git2 v0.19.0 |
2181 | 2024-08-29T16:33:55.960Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2182 | 2024-08-29T16:34:03.978Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2183 | 2024-08-29T16:34:03.992Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2184 | 2024-08-29T16:34:05.161Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2185 | 2024-08-29T16:34:07.174Z | Compiling libsqlite3-sys v0.28.0 |
2186 | 2024-08-29T16:34:07.319Z | Compiling serde_arrays v0.1.0 |
2187 | 2024-08-29T16:34:07.541Z | Compiling erased-serde v0.3.31 |
2188 | 2024-08-29T16:34:07.691Z | Compiling parse-size v1.0.0 |
2189 | 2024-08-29T16:34:07.996Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2190 | 2024-08-29T16:34:09.320Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2191 | 2024-08-29T16:34:15.431Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2192 | 2024-08-29T16:34:16.234Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2193 | 2024-08-29T16:34:16.759Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2194 | 2024-08-29T16:34:17.086Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2195 | 2024-08-29T16:34:19.103Z | Compiling heck v0.3.3 |
2196 | 2024-08-29T16:34:19.502Z | Compiling castaway v0.2.3 |
2197 | 2024-08-29T16:34:19.708Z | Compiling rand_seeder v0.3.0 |
2198 | 2024-08-29T16:34:20.105Z | Compiling csv-core v0.1.11 |
2199 | 2024-08-29T16:34:21.020Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2200 | 2024-08-29T16:34:23.228Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2201 | 2024-08-29T16:34:23.563Z | Compiling http-range v0.1.5 |
2202 | 2024-08-29T16:34:24.142Z | Compiling hyper-staticfile v0.9.5 |
2203 | 2024-08-29T16:34:24.404Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2204 | 2024-08-29T16:34:27.235Z | Compiling csv v1.3.0 |
2205 | 2024-08-29T16:34:29.409Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2206 | 2024-08-29T16:34:30.014Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2207 | 2024-08-29T16:34:30.261Z | Compiling compact_str v0.8.0 |
2208 | 2024-08-29T16:34:31.192Z | Compiling zone_cfg_derive v0.1.2 |
2209 | 2024-08-29T16:34:32.750Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2210 | 2024-08-29T16:34:33.021Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2211 | 2024-08-29T16:34:33.308Z | Compiling nix v0.27.1 |
2212 | 2024-08-29T16:34:34.935Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2213 | 2024-08-29T16:34:36.271Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2214 | 2024-08-29T16:34:38.047Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2215 | 2024-08-29T16:34:40.958Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2216 | 2024-08-29T16:34:41.309Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2217 | 2024-08-29T16:34:41.647Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2218 | 2024-08-29T16:34:41.993Z | Compiling unicode-truncate v1.0.0 |
2219 | 2024-08-29T16:34:42.281Z | Compiling hashlink v0.9.1 |
2220 | 2024-08-29T16:34:43.103Z | Compiling lru v0.12.3 |
2221 | 2024-08-29T16:34:43.491Z | Compiling serde-big-array v0.5.1 |
2222 | 2024-08-29T16:34:43.768Z | Compiling instability v0.3.2 |
2223 | 2024-08-29T16:34:44.810Z | Compiling cassowary v0.3.0 |
2224 | 2024-08-29T16:34:45.501Z | Compiling base64 v0.13.1 |
2225 | 2024-08-29T16:34:46.312Z | Compiling fallible-streaming-iterator v0.1.9 |
2226 | 2024-08-29T16:34:46.628Z | Compiling fallible-iterator v0.3.0 |
2227 | 2024-08-29T16:34:47.500Z | Compiling rusqlite v0.31.0 |
2228 | 2024-08-29T16:34:48.542Z | Compiling ron v0.7.1 |
2229 | 2024-08-29T16:34:49.874Z | Compiling ratatui v0.28.0 |
2230 | 2024-08-29T16:34:52.813Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2231 | 2024-08-29T16:35:07.542Z | Compiling zone v0.1.8 |
2232 | 2024-08-29T16:35:10.261Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2233 | 2024-08-29T16:35:11.103Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2234 | 2024-08-29T16:35:12.325Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2235 | 2024-08-29T16:35:12.568Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2236 | 2024-08-29T16:35:12.957Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2237 | 2024-08-29T16:35:16.971Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2238 | 2024-08-29T16:35:18.563Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2239 | 2024-08-29T16:35:20.815Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2240 | 2024-08-29T16:35:21.149Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2241 | 2024-08-29T16:35:21.485Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2242 | 2024-08-29T16:35:21.667Z | Compiling twox-hash v1.6.3 |
2243 | 2024-08-29T16:35:22.676Z | Compiling signal-hook-tokio v0.3.1 |
2244 | 2024-08-29T16:35:22.925Z | Compiling yasna v0.5.2 |
2245 | 2024-08-29T16:35:25.673Z | Compiling portpicker v0.1.1 |
2246 | 2024-08-29T16:35:26.107Z | Compiling smawk v0.3.2 |
2247 | 2024-08-29T16:35:26.230Z | Compiling unicode-linebreak v0.1.5 |
2248 | 2024-08-29T16:35:26.378Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2249 | 2024-08-29T16:35:26.381Z | Compiling rcgen v0.12.1 |
2250 | 2024-08-29T16:35:26.816Z | Compiling textwrap v0.16.1 |
2251 | 2024-08-29T16:35:30.017Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2252 | 2024-08-29T16:35:35.505Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2253 | 2024-08-29T16:35:36.402Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2254 | 2024-08-29T16:35:42.964Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2255 | 2024-08-29T16:35:46.834Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2256 | 2024-08-29T16:35:48.072Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2257 | 2024-08-29T16:35:48.681Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2258 | 2024-08-29T16:35:52.505Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2259 | 2024-08-29T16:35:52.710Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2260 | 2024-08-29T16:35:52.833Z | Compiling atomicwrites v0.4.3 |
2261 | 2024-08-29T16:35:53.389Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2262 | 2024-08-29T16:35:59.737Z | Compiling fatfs v0.3.6 |
2263 | 2024-08-29T16:36:01.006Z | Compiling subprocess v0.2.9 |
2264 | 2024-08-29T16:36:02.629Z | Compiling rtoolbox v0.0.2 |
2265 | 2024-08-29T16:36:02.718Z | Compiling assert_matches v1.5.0 |
2266 | 2024-08-29T16:36:02.833Z | Compiling is_ci v1.2.0 |
2267 | 2024-08-29T16:36:03.066Z | Compiling supports-color v3.0.0 |
2268 | 2024-08-29T16:36:03.509Z | Compiling rpassword v7.3.1 |
2269 | 2024-08-29T16:36:03.720Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2270 | 2024-08-29T16:36:03.956Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2271 | 2024-08-29T16:36:05.836Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2272 | 2024-08-29T16:36:07.613Z | Compiling tui-tree-widget v0.22.0 |
2273 | 2024-08-29T16:36:08.066Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2274 | 2024-08-29T16:36:10.815Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2275 | 2024-08-29T16:36:12.912Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2276 | 2024-08-29T16:36:18.859Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2277 | 2024-08-29T16:36:19.185Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2278 | 2024-08-29T16:36:24.331Z | Compiling uzers v0.11.3 |
2279 | 2024-08-29T16:36:25.376Z | Compiling shell-words v1.1.0 |
2280 | 2024-08-29T16:36:25.826Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2281 | 2024-08-29T16:36:27.045Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2282 | 2024-08-29T16:36:29.042Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2283 | 2024-08-29T16:36:29.352Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2284 | 2024-08-29T16:36:43.110Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2285 | 2024-08-29T16:36:54.318Z | Compiling multimap v0.10.0 |
2286 | 2024-08-29T16:38:30.584Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2287 | 2024-08-29T16:38:55.554Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2288 | 2024-08-29T16:45:35.365Z | Finished `release` profile [optimized] target(s) in 15m 35s |
2289 | 2024-08-29T16:46:33.687Z | |
2290 | 2024-08-29T16:46:33.687Z | real 16:34.482765318 |
2291 | 2024-08-29T16:46:33.687Z | user 1:53:11.677449527 |
2292 | 2024-08-29T16:46:33.687Z | sys 5:38.293790306 |
2293 | 2024-08-29T16:46:33.687Z | trap 2.897637495 |
2294 | 2024-08-29T16:46:33.687Z | tflt 3.446462307 |
2295 | 2024-08-29T16:46:33.687Z | dflt 4.296350416 |
2296 | 2024-08-29T16:46:33.690Z | kflt 0.014471353 |
2297 | 2024-08-29T16:46:33.690Z | lock 6:57:53.481992614 |
2298 | 2024-08-29T16:46:33.690Z | slp 5:57:28.924240371 |
2299 | 2024-08-29T16:46:33.690Z | lat 2:52.069265362 |
2300 | 2024-08-29T16:46:33.690Z | stop 2:36.579897702 |
2301 | 2024-08-29T16:46:33.690Z | + mapfile -t packages |
2302 | 2024-08-29T16:46:33.690Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2303 | 2024-08-29T16:46:34.690Z | Finished `release` profile [optimized] target(s) in 0.95s |
2304 | 2024-08-29T16:46:34.740Z | Running `target/release/omicron-package -t test list-outputs` |
2305 | 2024-08-29T16:46:34.783Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2306 | 2024-08-29T16:46:34.786Z | + ptime -m cargo build --locked --release -p xtask |
2307 | 2024-08-29T16:46:35.386Z | Compiling serde v1.0.208 |
2308 | 2024-08-29T16:46:35.389Z | Compiling rustix v0.38.34 |
2309 | 2024-08-29T16:46:35.389Z | Compiling libc v0.2.158 |
2310 | 2024-08-29T16:46:35.389Z | Compiling serde_json v1.0.125 |
2311 | 2024-08-29T16:46:35.389Z | Compiling syn v2.0.74 |
2312 | 2024-08-29T16:46:35.471Z | Compiling bitflags v2.6.0 |
2313 | 2024-08-29T16:46:35.866Z | Compiling usdt-impl v0.5.0 |
2314 | 2024-08-29T16:46:35.899Z | Compiling syn v1.0.109 |
2315 | 2024-08-29T16:46:35.976Z | Compiling log v0.4.21 |
2316 | 2024-08-29T16:46:36.027Z | Compiling hashbrown v0.14.5 |
2317 | 2024-08-29T16:46:36.054Z | Compiling fs-err v2.11.0 |
2318 | 2024-08-29T16:46:36.380Z | Compiling anyhow v1.0.86 |
2319 | 2024-08-29T16:46:36.936Z | Compiling thread-id v4.2.1 |
2320 | 2024-08-29T16:46:37.413Z | Compiling indexmap v2.4.0 |
2321 | 2024-08-29T16:46:38.371Z | Compiling terminal_size v0.3.0 |
2322 | 2024-08-29T16:46:38.371Z | Compiling tempfile v3.10.1 |
2323 | 2024-08-29T16:46:38.612Z | Compiling clap_builder v4.5.15 |
2324 | 2024-08-29T16:46:39.333Z | Compiling proc-macro-error v1.0.4 |
2325 | 2024-08-29T16:46:40.618Z | Compiling tabled_derive v0.7.0 |
2326 | 2024-08-29T16:46:41.969Z | Compiling tabled v0.15.0 |
2327 | 2024-08-29T16:46:43.090Z | Compiling serde_derive v1.0.208 |
2328 | 2024-08-29T16:46:44.396Z | Compiling thiserror-impl v1.0.63 |
2329 | 2024-08-29T16:46:44.513Z | Compiling zerocopy-derive v0.7.34 |
2330 | 2024-08-29T16:46:44.560Z | Compiling scroll_derive v0.12.0 |
2331 | 2024-08-29T16:46:45.978Z | Compiling scroll v0.12.0 |
2332 | 2024-08-29T16:46:46.465Z | Compiling zerocopy v0.7.34 |
2333 | 2024-08-29T16:46:46.660Z | Compiling goblin v0.8.2 |
2334 | 2024-08-29T16:46:47.337Z | Compiling thiserror v1.0.63 |
2335 | 2024-08-29T16:46:47.497Z | Compiling pest v2.7.10 |
2336 | 2024-08-29T16:46:50.527Z | Compiling pest_meta v2.7.10 |
2337 | 2024-08-29T16:46:52.197Z | Compiling pest_generator v2.7.10 |
2338 | 2024-08-29T16:46:54.757Z | Compiling pest_derive v2.7.10 |
2339 | 2024-08-29T16:46:55.574Z | Compiling dtrace-parser v0.2.0 |
2340 | 2024-08-29T16:46:57.913Z | Compiling toml_datetime v0.6.8 |
2341 | 2024-08-29T16:46:58.644Z | Compiling serde_spanned v0.6.7 |
2342 | 2024-08-29T16:46:58.924Z | Compiling toml_edit v0.22.20 |
2343 | 2024-08-29T16:47:01.678Z | Compiling serde_tokenstream v0.2.2 |
2344 | 2024-08-29T16:47:02.302Z | Compiling dof v0.3.0 |
2345 | 2024-08-29T16:47:03.207Z | Compiling camino v1.1.9 |
2346 | 2024-08-29T16:47:04.654Z | Compiling toml v0.8.19 |
2347 | 2024-08-29T16:47:05.057Z | Compiling usdt-attr-macro v0.5.0 |
2348 | 2024-08-29T16:47:06.550Z | Compiling usdt-macro v0.5.0 |
2349 | 2024-08-29T16:47:07.841Z | Compiling cargo-platform v0.1.8 |
2350 | 2024-08-29T16:47:08.174Z | Compiling semver v1.0.23 |
2351 | 2024-08-29T16:47:08.982Z | Compiling clap_derive v4.5.13 |
2352 | 2024-08-29T16:47:09.675Z | Compiling cargo_metadata v0.18.1 |
2353 | 2024-08-29T16:47:10.122Z | Compiling usdt v0.5.0 |
2354 | 2024-08-29T16:47:10.626Z | Compiling cargo_toml v0.20.4 |
2355 | 2024-08-29T16:47:11.657Z | Compiling camino-tempfile v1.1.1 |
2356 | 2024-08-29T16:47:11.675Z | Compiling macaddr v1.0.1 |
2357 | 2024-08-29T16:47:13.650Z | Compiling clap v4.5.16 |
2358 | 2024-08-29T16:47:21.316Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2359 | 2024-08-29T16:47:32.493Z | Finished `release` profile [optimized] target(s) in 57.63s |
2360 | 2024-08-29T16:47:32.596Z | |
2361 | 2024-08-29T16:47:32.596Z | real 57.759361138 |
2362 | 2024-08-29T16:47:32.596Z | user 5:47.584698423 |
2363 | 2024-08-29T16:47:32.596Z | sys 32.889798802 |
2364 | 2024-08-29T16:47:32.596Z | trap 0.156838448 |
2365 | 2024-08-29T16:47:32.596Z | tflt 0.365533835 |
2366 | 2024-08-29T16:47:32.599Z | dflt 0.684489026 |
2367 | 2024-08-29T16:47:32.599Z | kflt 0.000000000 |
2368 | 2024-08-29T16:47:32.599Z | lock 10:43.564345081 |
2369 | 2024-08-29T16:47:32.599Z | slp 16:16.647397966 |
2370 | 2024-08-29T16:47:32.599Z | lat 13.739562384 |
2371 | 2024-08-29T16:47:32.599Z | stop 14.605916033 |
2372 | 2024-08-29T16:47:32.599Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2373 | 2024-08-29T16:47:32.599Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2374 | 2024-08-29T16:47:32.599Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2375 | 2024-08-29T16:47:32.599Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2376 | 2024-08-29T16:47:32.599Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2377 | 2024-08-29T16:47:33.182Z | Downloading crates ... |
2378 | 2024-08-29T16:47:33.449Z | Downloaded option-ext v0.2.0 |
2379 | 2024-08-29T16:47:33.452Z | Downloaded md5 v0.7.0 |
2380 | 2024-08-29T16:47:33.452Z | Downloaded dhcproto-macros v0.1.0 |
2381 | 2024-08-29T16:47:33.455Z | Downloaded russh-cryptovec v0.7.2 |
2382 | 2024-08-29T16:47:33.458Z | Downloaded bcrypt-pbkdf v0.10.0 |
2383 | 2024-08-29T16:47:33.458Z | Downloaded primeorder v0.13.6 |
2384 | 2024-08-29T16:47:33.458Z | Downloaded blowfish v0.9.1 |
2385 | 2024-08-29T16:47:33.460Z | Downloaded ed25519 v2.2.3 |
2386 | 2024-08-29T16:47:33.463Z | Downloaded aes-gcm v0.10.3 |
2387 | 2024-08-29T16:47:33.466Z | Downloaded rfc6979 v0.4.0 |
2388 | 2024-08-29T16:47:33.466Z | Downloaded polyval v0.6.2 |
2389 | 2024-08-29T16:47:33.469Z | Downloaded pbkdf2 v0.11.0 |
2390 | 2024-08-29T16:47:33.471Z | Downloaded ssh-encoding v0.2.0 |
2391 | 2024-08-29T16:47:33.473Z | Downloaded ssh-cipher v0.2.0 |
2392 | 2024-08-29T16:47:33.473Z | Downloaded ecdsa v0.16.9 |
2393 | 2024-08-29T16:47:33.476Z | Downloaded internet-checksum v0.2.1 |
2394 | 2024-08-29T16:47:33.476Z | Downloaded hex-literal v0.4.1 |
2395 | 2024-08-29T16:47:33.476Z | Downloaded ghash v0.5.1 |
2396 | 2024-08-29T16:47:33.478Z | Downloaded dirs-sys v0.4.1 |
2397 | 2024-08-29T16:47:33.478Z | Downloaded russh-keys v0.44.0 |
2398 | 2024-08-29T16:47:33.481Z | Downloaded password-hash v0.4.2 |
2399 | 2024-08-29T16:47:33.483Z | Downloaded dhcproto v0.12.0 |
2400 | 2024-08-29T16:47:33.486Z | Downloaded dirs v5.0.1 |
2401 | 2024-08-29T16:47:33.491Z | Downloaded p256 v0.13.2 |
2402 | 2024-08-29T16:47:33.494Z | Downloaded ed25519-dalek v2.1.1 |
2403 | 2024-08-29T16:47:33.500Z | Downloaded ssh-key v0.6.6 |
2404 | 2024-08-29T16:47:33.507Z | Downloaded p521 v0.13.3 |
2405 | 2024-08-29T16:47:33.511Z | Downloaded russh v0.44.1 |
2406 | 2024-08-29T16:47:33.516Z | Downloaded p384 v0.13.0 |
2407 | 2024-08-29T16:47:33.522Z | Downloaded num-bigint v0.4.5 |
2408 | 2024-08-29T16:47:33.673Z | Compiling regress v0.9.1 |
2409 | 2024-08-29T16:47:33.789Z | Compiling getopts v0.2.21 |
2410 | 2024-08-29T16:47:33.792Z | Compiling unsafe-libyaml v0.2.11 |
2411 | 2024-08-29T16:47:33.792Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2412 | 2024-08-29T16:47:33.792Z | Compiling http v1.1.0 |
2413 | 2024-08-29T16:47:33.808Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2414 | 2024-08-29T16:47:33.846Z | Compiling match_cfg v0.1.0 |
2415 | 2024-08-29T16:47:33.849Z | Compiling toml v0.8.19 |
2416 | 2024-08-29T16:47:33.937Z | Compiling hostname v0.3.1 |
2417 | 2024-08-29T16:47:34.193Z | Compiling rustls-pki-types v1.7.0 |
2418 | 2024-08-29T16:47:34.228Z | Compiling ident_case v1.0.1 |
2419 | 2024-08-29T16:47:34.254Z | Compiling paste v1.0.15 |
2420 | 2024-08-29T16:47:34.431Z | Compiling rustls v0.22.4 |
2421 | 2024-08-29T16:47:34.735Z | Compiling rustls-webpki v0.102.4 |
2422 | 2024-08-29T16:47:34.778Z | Compiling darling_core v0.20.9 |
2423 | 2024-08-29T16:47:34.887Z | Compiling ipnetwork v0.20.0 |
2424 | 2024-08-29T16:47:35.046Z | Compiling serde_yaml v0.9.34+deprecated |
2425 | 2024-08-29T16:47:35.608Z | Compiling multer v3.1.0 |
2426 | 2024-08-29T16:47:35.988Z | Compiling slog-json v2.6.1 |
2427 | 2024-08-29T16:47:36.346Z | Compiling async-stream-impl v0.3.5 |
2428 | 2024-08-29T16:47:36.395Z | Compiling instant v0.1.12 |
2429 | 2024-08-29T16:47:36.566Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2430 | 2024-08-29T16:47:36.850Z | Compiling debug-ignore v1.0.5 |
2431 | 2024-08-29T16:47:36.891Z | Compiling atomic-waker v1.1.2 |
2432 | 2024-08-29T16:47:37.009Z | Compiling waitgroup v0.1.2 |
2433 | 2024-08-29T16:47:37.122Z | Compiling slog-bunyan v2.5.0 |
2434 | 2024-08-29T16:47:37.273Z | Compiling rustls-pemfile v2.1.3 |
2435 | 2024-08-29T16:47:37.346Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2436 | 2024-08-29T16:47:37.717Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2437 | 2024-08-29T16:47:37.793Z | Compiling async-stream v0.3.5 |
2438 | 2024-08-29T16:47:38.132Z | Compiling serde_path_to_error v0.1.16 |
2439 | 2024-08-29T16:47:38.273Z | Compiling hostname v0.4.0 |
2440 | 2024-08-29T16:47:38.554Z | Compiling structmeta-derive v0.3.0 |
2441 | 2024-08-29T16:47:39.013Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2442 | 2024-08-29T16:47:39.031Z | Compiling newtype-uuid v1.1.0 |
2443 | 2024-08-29T16:47:39.352Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2444 | 2024-08-29T16:47:39.501Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2445 | 2024-08-29T16:47:39.770Z | Compiling backoff v0.4.0 |
2446 | 2024-08-29T16:47:39.834Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2447 | 2024-08-29T16:47:40.124Z | Compiling tokio-rustls v0.25.0 |
2448 | 2024-08-29T16:47:40.152Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2449 | 2024-08-29T16:47:40.336Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2450 | 2024-08-29T16:47:40.511Z | Compiling macaddr v1.0.1 |
2451 | 2024-08-29T16:47:40.562Z | Compiling proc-macro-crate v1.3.1 |
2452 | 2024-08-29T16:47:40.630Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2453 | 2024-08-29T16:47:40.978Z | Compiling tempfile v3.10.1 |
2454 | 2024-08-29T16:47:41.051Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2455 | 2024-08-29T16:47:41.384Z | Compiling foreign-types-macros v0.2.3 |
2456 | 2024-08-29T16:47:41.573Z | Compiling structmeta v0.3.0 |
2457 | 2024-08-29T16:47:41.618Z | Compiling num_enum_derive v0.5.11 |
2458 | 2024-08-29T16:47:41.844Z | Compiling darling_macro v0.20.9 |
2459 | 2024-08-29T16:47:41.862Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2460 | 2024-08-29T16:47:42.013Z | Compiling parse-display-derive v0.10.0 |
2461 | 2024-08-29T16:47:42.206Z | Compiling foreign-types-shared v0.3.1 |
2462 | 2024-08-29T16:47:42.335Z | Compiling heapless v0.8.0 |
2463 | 2024-08-29T16:47:42.808Z | Compiling foreign-types v0.5.0 |
2464 | 2024-08-29T16:47:42.888Z | Compiling darling v0.20.9 |
2465 | 2024-08-29T16:47:42.965Z | Compiling proc-macro-error v1.0.4 |
2466 | 2024-08-29T16:47:43.007Z | Compiling serde_with_macros v3.9.0 |
2467 | 2024-08-29T16:47:43.583Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2468 | 2024-08-29T16:47:43.655Z | Compiling hash32 v0.3.1 |
2469 | 2024-08-29T16:47:43.914Z | Compiling cstr-argument v0.1.2 |
2470 | 2024-08-29T16:47:44.173Z | Compiling pretty-hex v0.2.1 |
2471 | 2024-08-29T16:47:44.314Z | Compiling num_enum v0.5.11 |
2472 | 2024-08-29T16:47:44.360Z | Compiling smoltcp v0.11.0 |
2473 | 2024-08-29T16:47:44.496Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2474 | 2024-08-29T16:47:44.632Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2475 | 2024-08-29T16:47:45.206Z | Compiling camino-tempfile v1.1.1 |
2476 | 2024-08-29T16:47:45.284Z | Compiling tabwriter v1.4.0 |
2477 | 2024-08-29T16:47:45.684Z | Compiling colored v2.1.0 |
2478 | 2024-08-29T16:47:45.829Z | Compiling socket2 v0.4.10 |
2479 | 2024-08-29T16:47:45.903Z | Compiling embedded-io v0.4.0 |
2480 | 2024-08-29T16:47:46.032Z | Compiling cobs v0.2.3 |
2481 | 2024-08-29T16:47:46.053Z | Compiling serde_with v3.9.0 |
2482 | 2024-08-29T16:47:46.339Z | Compiling postcard v1.0.8 |
2483 | 2024-08-29T16:47:46.455Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2484 | 2024-08-29T16:47:46.726Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2485 | 2024-08-29T16:47:46.786Z | Compiling crucible-workspace-hack v0.1.0 |
2486 | 2024-08-29T16:47:46.873Z | Compiling parse-display v0.10.0 |
2487 | 2024-08-29T16:47:46.976Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2488 | 2024-08-29T16:47:47.104Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2489 | 2024-08-29T16:47:47.299Z | Compiling smf v0.2.3 |
2490 | 2024-08-29T16:47:47.443Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2491 | 2024-08-29T16:47:47.814Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2492 | 2024-08-29T16:47:47.970Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2493 | 2024-08-29T16:47:48.464Z | Compiling num-derive v0.4.2 |
2494 | 2024-08-29T16:47:48.758Z | Compiling sigpipe v0.1.3 |
2495 | 2024-08-29T16:47:48.893Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2496 | 2024-08-29T16:47:49.237Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2497 | 2024-08-29T16:47:49.354Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2498 | 2024-08-29T16:47:49.962Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2499 | 2024-08-29T16:47:50.446Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2500 | 2024-08-29T16:47:50.924Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2501 | 2024-08-29T16:47:50.943Z | Compiling universal-hash v0.5.1 |
2502 | 2024-08-29T16:47:51.030Z | Compiling opaque-debug v0.3.1 |
2503 | 2024-08-29T16:47:51.136Z | Compiling utf-8 v0.7.6 |
2504 | 2024-08-29T16:47:51.154Z | Compiling num-rational v0.4.2 |
2505 | 2024-08-29T16:47:51.171Z | Compiling curve25519-dalek v4.1.3 |
2506 | 2024-08-29T16:47:51.189Z | Compiling num-complex v0.4.6 |
2507 | 2024-08-29T16:47:51.603Z | Compiling humantime v2.1.0 |
2508 | 2024-08-29T16:47:51.732Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2509 | 2024-08-29T16:47:51.867Z | Compiling password-hash v0.5.0 |
2510 | 2024-08-29T16:47:51.936Z | Compiling blake2 v0.10.6 |
2511 | 2024-08-29T16:47:52.134Z | Compiling aead v0.5.2 |
2512 | 2024-08-29T16:47:52.174Z | Compiling curve25519-dalek-derive v0.1.1 |
2513 | 2024-08-29T16:47:52.307Z | Compiling num v0.4.3 |
2514 | 2024-08-29T16:47:52.430Z | Compiling float-ord v0.3.2 |
2515 | 2024-08-29T16:47:52.543Z | Compiling argon2 v0.5.3 |
2516 | 2024-08-29T16:47:52.608Z | Compiling poly1305 v0.8.0 |
2517 | 2024-08-29T16:47:52.928Z | Compiling chacha20 v0.9.1 |
2518 | 2024-08-29T16:47:52.931Z | Compiling semver v0.1.20 |
2519 | 2024-08-29T16:47:53.392Z | Compiling convert_case v0.4.0 |
2520 | 2024-08-29T16:47:53.528Z | Compiling rustc_version v0.1.7 |
2521 | 2024-08-29T16:47:53.615Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2522 | 2024-08-29T16:47:53.794Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
2523 | 2024-08-29T16:47:54.066Z | Compiling tungstenite v0.21.0 |
2524 | 2024-08-29T16:47:54.068Z | Compiling newline-converter v0.3.0 |
2525 | 2024-08-29T16:47:54.243Z | Compiling atty v0.2.14 |
2526 | 2024-08-29T16:47:54.291Z | Compiling rayon-core v1.12.1 |
2527 | 2024-08-29T16:47:54.391Z | Compiling same-file v1.0.6 |
2528 | 2024-08-29T16:47:54.419Z | Compiling derive_more v0.99.18 |
2529 | 2024-08-29T16:47:54.633Z | Compiling walkdir v2.5.0 |
2530 | 2024-08-29T16:47:54.724Z | Compiling expectorate v1.1.0 |
2531 | 2024-08-29T16:47:54.913Z | Compiling newtype_derive v0.1.6 |
2532 | 2024-08-29T16:47:55.169Z | Compiling crossbeam-deque v0.8.5 |
2533 | 2024-08-29T16:47:55.238Z | Compiling tokio-tungstenite v0.21.0 |
2534 | 2024-08-29T16:47:55.382Z | Compiling prettyplease v0.2.20 |
2535 | 2024-08-29T16:47:55.420Z | Compiling keccak v0.1.5 |
2536 | 2024-08-29T16:47:55.524Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2537 | 2024-08-29T16:47:55.723Z | Compiling sha3 v0.10.8 |
2538 | 2024-08-29T16:47:56.401Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2539 | 2024-08-29T16:47:56.439Z | Compiling thiserror-impl-no-std v2.0.2 |
2540 | 2024-08-29T16:47:56.475Z | Compiling secrecy v0.8.0 |
2541 | 2024-08-29T16:47:56.523Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2542 | 2024-08-29T16:47:56.731Z | Compiling blake3 v1.5.1 |
2543 | 2024-08-29T16:47:56.751Z | Compiling ring v0.16.20 |
2544 | 2024-08-29T16:47:56.767Z | Compiling derive-where v1.2.7 |
2545 | 2024-08-29T16:47:57.440Z | Compiling unicase v2.7.0 |
2546 | 2024-08-29T16:47:57.619Z | Compiling half v2.4.1 |
2547 | 2024-08-29T16:47:57.767Z | Compiling cookie v0.18.1 |
2548 | 2024-08-29T16:47:57.959Z | Compiling quick-error v1.2.3 |
2549 | 2024-08-29T16:47:58.091Z | Compiling ciborium-io v0.2.2 |
2550 | 2024-08-29T16:47:58.109Z | Compiling arc-swap v1.7.1 |
2551 | 2024-08-29T16:47:58.212Z | Compiling termcolor v1.4.1 |
2552 | 2024-08-29T16:47:58.230Z | Compiling linked-hash-map v0.5.6 |
2553 | 2024-08-29T16:47:58.626Z | Compiling lru-cache v0.1.2 |
2554 | 2024-08-29T16:47:58.781Z | Compiling env_logger v0.9.3 |
2555 | 2024-08-29T16:47:58.841Z | Compiling slog-scope v4.4.0 |
2556 | 2024-08-29T16:47:59.143Z | Compiling ciborium-ll v0.2.2 |
2557 | 2024-08-29T16:47:59.488Z | Compiling resolv-conf v0.7.0 |
2558 | 2024-08-29T16:47:59.770Z | Compiling thiserror-no-std v2.0.2 |
2559 | 2024-08-29T16:48:00.169Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2560 | 2024-08-29T16:48:00.250Z | Compiling rayon v1.10.0 |
2561 | 2024-08-29T16:48:00.594Z | Compiling polyval v0.6.2 |
2562 | 2024-08-29T16:48:00.733Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2563 | 2024-08-29T16:48:01.036Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2564 | 2024-08-29T16:48:01.064Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2565 | 2024-08-29T16:48:01.097Z | Compiling rfc6979 v0.4.0 |
2566 | 2024-08-29T16:48:01.184Z | Compiling bitstruct_derive v0.1.0 |
2567 | 2024-08-29T16:48:01.293Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2568 | 2024-08-29T16:48:01.442Z | Compiling memmap2 v0.9.4 |
2569 | 2024-08-29T16:48:01.894Z | Compiling parking_lot_core v0.8.6 |
2570 | 2024-08-29T16:48:02.168Z | Compiling spin v0.5.2 |
2571 | 2024-08-29T16:48:02.187Z | Compiling untrusted v0.7.1 |
2572 | 2024-08-29T16:48:02.277Z | Compiling arrayvec v0.7.4 |
2573 | 2024-08-29T16:48:02.388Z | Compiling libefi-sys v0.1.0 |
2574 | 2024-08-29T16:48:02.415Z | Compiling home v0.5.9 |
2575 | 2024-08-29T16:48:02.434Z | Compiling constant_time_eq v0.3.0 |
2576 | 2024-08-29T16:48:02.635Z | Compiling highway v1.2.0 |
2577 | 2024-08-29T16:48:02.638Z | Compiling arrayref v0.3.7 |
2578 | 2024-08-29T16:48:02.688Z | Compiling ascii v1.1.0 |
2579 | 2024-08-29T16:48:02.707Z | Compiling bitstruct v0.1.1 |
2580 | 2024-08-29T16:48:02.745Z | Compiling toolchain_find v0.4.0 |
2581 | 2024-08-29T16:48:02.836Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-08-29T16:48:03.175Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2583 | 2024-08-29T16:48:03.311Z | Compiling ecdsa v0.16.9 |
2584 | 2024-08-29T16:48:03.423Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2585 | 2024-08-29T16:48:03.444Z | Compiling ghash v0.5.1 |
2586 | 2024-08-29T16:48:03.611Z | Compiling steno v0.4.1 |
2587 | 2024-08-29T16:48:03.916Z | Compiling vsss-rs v3.3.4 |
2588 | 2024-08-29T16:48:04.096Z | Compiling hickory-resolver v0.24.1 |
2589 | 2024-08-29T16:48:04.735Z | Compiling ciborium v0.2.2 |
2590 | 2024-08-29T16:48:05.306Z | Compiling slog-stdlog v4.1.1 |
2591 | 2024-08-29T16:48:06.097Z | Compiling chacha20poly1305 v0.10.1 |
2592 | 2024-08-29T16:48:06.332Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2593 | 2024-08-29T16:48:06.355Z | Compiling primeorder v0.13.6 |
2594 | 2024-08-29T16:48:06.544Z | Compiling ctr v0.9.2 |
2595 | 2024-08-29T16:48:06.582Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2596 | 2024-08-29T16:48:06.920Z | Compiling serde_arrays v0.1.0 |
2597 | 2024-08-29T16:48:06.949Z | Compiling erased-serde v0.3.31 |
2598 | 2024-08-29T16:48:07.014Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2599 | 2024-08-29T16:48:07.147Z | Compiling bitfield-struct v0.6.1 |
2600 | 2024-08-29T16:48:07.165Z | Compiling slog-dtrace v0.3.0 |
2601 | 2024-08-29T16:48:07.527Z | Compiling topological-sort v0.2.2 |
2602 | 2024-08-29T16:48:07.550Z | Compiling cancel-safe-futures v0.1.5 |
2603 | 2024-08-29T16:48:07.790Z | Compiling omicron-zone-package v0.11.0 |
2604 | 2024-08-29T16:48:08.220Z | Compiling aes-gcm v0.10.3 |
2605 | 2024-08-29T16:48:08.540Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2606 | 2024-08-29T16:48:08.581Z | Compiling slog-envlogger v2.2.0 |
2607 | 2024-08-29T16:48:08.790Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2608 | 2024-08-29T16:48:08.863Z | Compiling mime_guess v2.0.4 |
2609 | 2024-08-29T16:48:09.454Z | Compiling rustfmt-wrapper v0.2.1 |
2610 | 2024-08-29T16:48:09.624Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2611 | 2024-08-29T16:48:10.303Z | Compiling tungstenite v0.20.1 |
2612 | 2024-08-29T16:48:10.339Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2613 | 2024-08-29T16:48:10.524Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2614 | 2024-08-29T16:48:11.093Z | Compiling heck v0.3.3 |
2615 | 2024-08-29T16:48:11.165Z | Compiling ed25519 v2.2.3 |
2616 | 2024-08-29T16:48:11.572Z | Compiling ssh-encoding v0.2.0 |
2617 | 2024-08-29T16:48:11.653Z | Compiling blowfish v0.9.1 |
2618 | 2024-08-29T16:48:11.688Z | Compiling nibble_vec v0.1.0 |
2619 | 2024-08-29T16:48:11.914Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2620 | 2024-08-29T16:48:12.044Z | Compiling option-ext v0.2.0 |
2621 | 2024-08-29T16:48:12.095Z | Compiling endian-type v0.1.2 |
2622 | 2024-08-29T16:48:12.171Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2623 | 2024-08-29T16:48:12.209Z | Compiling dirs-sys v0.4.1 |
2624 | 2024-08-29T16:48:12.351Z | Compiling radix_trie v0.2.1 |
2625 | 2024-08-29T16:48:12.516Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2626 | 2024-08-29T16:48:12.570Z | Compiling ssh-cipher v0.2.0 |
2627 | 2024-08-29T16:48:12.964Z | Compiling bcrypt-pbkdf v0.10.0 |
2628 | 2024-08-29T16:48:13.108Z | Compiling zone_cfg_derive v0.1.2 |
2629 | 2024-08-29T16:48:13.224Z | Compiling ed25519-dalek v2.1.1 |
2630 | 2024-08-29T16:48:13.579Z | Compiling tokio-tungstenite v0.20.1 |
2631 | 2024-08-29T16:48:14.195Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2632 | 2024-08-29T16:48:14.271Z | Compiling parking_lot v0.11.2 |
2633 | 2024-08-29T16:48:14.586Z | Compiling gethostname v0.5.0 |
2634 | 2024-08-29T16:48:14.610Z | Compiling password-hash v0.4.2 |
2635 | 2024-08-29T16:48:14.744Z | Compiling libsw v3.3.1 |
2636 | 2024-08-29T16:48:14.823Z | Compiling fxhash v0.2.1 |
2637 | 2024-08-29T16:48:14.995Z | Compiling base64 v0.13.1 |
2638 | 2024-08-29T16:48:15.039Z | Compiling linear-map v1.2.0 |
2639 | 2024-08-29T16:48:15.090Z | Compiling owo-colors v4.0.0 |
2640 | 2024-08-29T16:48:15.139Z | Compiling matches v0.1.10 |
2641 | 2024-08-29T16:48:15.250Z | Compiling idna v0.2.3 |
2642 | 2024-08-29T16:48:15.267Z | Compiling pbkdf2 v0.11.0 |
2643 | 2024-08-29T16:48:15.418Z | Compiling sled v0.34.7 |
2644 | 2024-08-29T16:48:15.569Z | Compiling ron v0.7.1 |
2645 | 2024-08-29T16:48:15.655Z | Compiling zone v0.1.8 |
2646 | 2024-08-29T16:48:16.700Z | Compiling ssh-key v0.6.6 |
2647 | 2024-08-29T16:48:16.876Z | Compiling hickory-client v0.24.1 |
2648 | 2024-08-29T16:48:17.273Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2649 | 2024-08-29T16:48:17.978Z | Compiling dirs v5.0.1 |
2650 | 2024-08-29T16:48:18.197Z | Compiling p256 v0.13.2 |
2651 | 2024-08-29T16:48:18.354Z | Compiling p384 v0.13.0 |
2652 | 2024-08-29T16:48:19.055Z | Compiling p521 v0.13.3 |
2653 | 2024-08-29T16:48:19.933Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2654 | 2024-08-29T16:48:21.168Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2655 | 2024-08-29T16:48:21.411Z | Compiling hickory-server v0.24.1 |
2656 | 2024-08-29T16:48:21.614Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2657 | 2024-08-29T16:48:21.661Z | Compiling pem v3.0.4 |
2658 | 2024-08-29T16:48:21.748Z | Compiling enum-as-inner v0.5.1 |
2659 | 2024-08-29T16:48:21.993Z | Compiling yasna v0.5.2 |
2660 | 2024-08-29T16:48:22.377Z | Compiling portpicker v0.1.1 |
2661 | 2024-08-29T16:48:22.534Z | Compiling headers-core v0.2.0 |
2662 | 2024-08-29T16:48:22.711Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2663 | 2024-08-29T16:48:22.750Z | Compiling kstat-rs v0.2.4 |
2664 | 2024-08-29T16:48:22.905Z | Compiling nanorand v0.7.0 |
2665 | 2024-08-29T16:48:23.117Z | Compiling russh-cryptovec v0.7.2 |
2666 | 2024-08-29T16:48:23.424Z | Compiling md5 v0.7.0 |
2667 | 2024-08-29T16:48:23.445Z | Compiling glob v0.3.1 |
2668 | 2024-08-29T16:48:23.509Z | Compiling http-range v0.1.5 |
2669 | 2024-08-29T16:48:23.757Z | Compiling hyper-staticfile v0.9.5 |
2670 | 2024-08-29T16:48:23.896Z | Compiling russh-keys v0.44.0 |
2671 | 2024-08-29T16:48:23.929Z | Compiling flume v0.11.0 |
2672 | 2024-08-29T16:48:24.481Z | Compiling rcgen v0.12.1 |
2673 | 2024-08-29T16:48:24.673Z | Compiling trust-dns-proto v0.22.0 |
2674 | 2024-08-29T16:48:24.732Z | Compiling headers v0.3.9 |
2675 | 2024-08-29T16:48:26.015Z | Compiling atomicwrites v0.4.3 |
2676 | 2024-08-29T16:48:26.412Z | Compiling num-bigint v0.4.5 |
2677 | 2024-08-29T16:48:26.724Z | Compiling itertools v0.13.0 |
2678 | 2024-08-29T16:48:26.897Z | Compiling subprocess v0.2.9 |
2679 | 2024-08-29T16:48:27.109Z | Compiling display-error-chain v0.2.1 |
2680 | 2024-08-29T16:48:27.304Z | Compiling dhcproto-macros v0.1.0 |
2681 | 2024-08-29T16:48:28.245Z | Compiling hex-literal v0.4.1 |
2682 | 2024-08-29T16:48:28.279Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2683 | 2024-08-29T16:48:28.333Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2684 | 2024-08-29T16:48:28.409Z | Compiling internet-checksum v0.2.1 |
2685 | 2024-08-29T16:48:28.506Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2686 | 2024-08-29T16:48:28.629Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2687 | 2024-08-29T16:48:28.815Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2688 | 2024-08-29T16:48:28.930Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2689 | 2024-08-29T16:48:30.012Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2690 | 2024-08-29T16:48:30.682Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2691 | 2024-08-29T16:48:32.168Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2692 | 2024-08-29T16:48:33.007Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2693 | 2024-08-29T16:48:35.366Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2694 | 2024-08-29T16:48:36.429Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2695 | 2024-08-29T16:48:36.447Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2696 | 2024-08-29T16:48:37.545Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2697 | 2024-08-29T16:48:38.204Z | Compiling russh v0.44.1 |
2698 | 2024-08-29T16:48:38.823Z | Compiling dhcproto v0.12.0 |
2699 | 2024-08-29T16:48:39.318Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2700 | 2024-08-29T16:48:46.880Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2701 | 2024-08-29T16:48:46.883Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2702 | 2024-08-29T16:48:46.883Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2703 | 2024-08-29T16:48:47.031Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2704 | 2024-08-29T16:48:49.849Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2705 | 2024-08-29T16:48:50.108Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2706 | 2024-08-29T16:48:50.263Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2707 | 2024-08-29T16:48:51.088Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2708 | 2024-08-29T16:48:51.592Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2709 | 2024-08-29T16:48:52.209Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2710 | 2024-08-29T16:48:53.360Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2711 | 2024-08-29T16:48:54.667Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2712 | 2024-08-29T16:48:55.022Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2713 | 2024-08-29T16:48:56.061Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2714 | 2024-08-29T16:48:57.075Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2715 | 2024-08-29T16:48:57.388Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2716 | 2024-08-29T16:49:00.872Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2717 | 2024-08-29T16:49:01.037Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2718 | 2024-08-29T16:49:01.328Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2719 | 2024-08-29T16:49:03.830Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2720 | 2024-08-29T16:49:04.292Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2721 | 2024-08-29T16:49:11.432Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2722 | 2024-08-29T16:49:19.169Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2723 | 2024-08-29T16:49:19.169Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2724 | 2024-08-29T16:49:21.125Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2725 | 2024-08-29T16:49:38.542Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2726 | 2024-08-29T16:50:15.271Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 42s |
2727 | 2024-08-29T16:50:15.465Z | |
2728 | 2024-08-29T16:50:15.468Z | real 2:42.760405946 |
2729 | 2024-08-29T16:50:15.468Z | user 13:00.689575182 |
2730 | 2024-08-29T16:50:15.468Z | sys 2:47.463403541 |
2731 | 2024-08-29T16:50:15.468Z | trap 0.367862666 |
2732 | 2024-08-29T16:50:15.468Z | tflt 1.658077740 |
2733 | 2024-08-29T16:50:15.468Z | dflt 1.786168793 |
2734 | 2024-08-29T16:50:15.468Z | kflt 0.000015423 |
2735 | 2024-08-29T16:50:15.468Z | lock 27:32.760365249 |
2736 | 2024-08-29T16:50:15.468Z | slp 48:44.923169137 |
2737 | 2024-08-29T16:50:15.468Z | lat 39.743669371 |
2738 | 2024-08-29T16:50:15.468Z | stop 1:31.327635948 |
2739 | 2024-08-29T16:50:15.468Z | + mkdir tests |
2740 | 2024-08-29T16:50:15.471Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2741 | 2024-08-29T16:50:15.471Z | + xargs -I '{}' -t cp '{}' tests/ |
2742 | 2024-08-29T16:50:16.813Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-82cd9ab04f7dbff1 tests/ |
2743 | 2024-08-29T16:50:16.840Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-db9e153f5b2a2e51 tests/ |
2744 | 2024-08-29T16:50:16.865Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-e516de881cf97987 tests/ |
2745 | 2024-08-29T16:50:16.891Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-9caa2faadc1f4b91 tests/ |
2746 | 2024-08-29T16:50:17.101Z | + 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/*) |
2747 | 2024-08-29T16:50:17.104Z | + 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-db9e153f5b2a2e51 tests/commtest-e516de881cf97987 tests/dhcp_server-82cd9ab04f7dbff1 tests/end_to_end_tests-9caa2faadc1f4b91 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 |
2748 | 2024-08-29T16:51:20.168Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2749 | 2024-08-29T16:51:20.168Z | a out/target/test 1K |
2750 | 2024-08-29T16:51:20.168Z | a out/npuzone/npuzone 23144K |
2751 | 2024-08-29T16:51:20.168Z | a package-manifest.toml 32K |
2752 | 2024-08-29T16:51:20.168Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2753 | 2024-08-29T16:51:20.168Z | a target/release/omicron-package 32365K |
2754 | 2024-08-29T16:51:20.168Z | a target/release/xtask 11988K |
2755 | 2024-08-29T16:51:20.168Z | a target/debug/bootstrap 193100K |
2756 | 2024-08-29T16:51:20.168Z | a tests/bootstrap-db9e153f5b2a2e51 23740K |
2757 | 2024-08-29T16:51:20.168Z | a tests/commtest-e516de881cf97987 24002K |
2758 | 2024-08-29T16:51:20.168Z | a tests/dhcp_server-82cd9ab04f7dbff1 23740K |
2759 | 2024-08-29T16:51:20.168Z | a tests/end_to_end_tests-9caa2faadc1f4b91 205434K |
2760 | 2024-08-29T16:51:20.168Z | a out/clickhouse.tar.gz 232447K |
2761 | 2024-08-29T16:51:20.168Z | a out/clickhouse_keeper.tar.gz 232429K |
2762 | 2024-08-29T16:51:20.168Z | a out/clickhouse_server.tar.gz 232430K |
2763 | 2024-08-29T16:51:20.168Z | a out/cockroachdb.tar.gz 131962K |
2764 | 2024-08-29T16:51:20.168Z | a out/crucible-dtrace.tar 84K |
2765 | 2024-08-29T16:51:20.168Z | a out/crucible-pantry-zone.tar.gz 27843K |
2766 | 2024-08-29T16:51:20.169Z | a out/crucible-zone.tar.gz 38169K |
2767 | 2024-08-29T16:51:20.169Z | a out/external-dns.tar.gz 24902K |
2768 | 2024-08-29T16:51:20.169Z | a out/internal-dns.tar.gz 24902K |
2769 | 2024-08-29T16:51:20.169Z | a out/mg-ddm-gz.tar 62160K |
2770 | 2024-08-29T16:51:20.169Z | a out/nexus.tar.gz 89785K |
2771 | 2024-08-29T16:51:20.169Z | a out/ntp.tar.gz 8989K |
2772 | 2024-08-29T16:51:20.169Z | a out/omicron-gateway-softnpu.tar.gz 20647K |
2773 | 2024-08-29T16:51:20.169Z | a out/omicron-sled-agent.tar 98059K |
2774 | 2024-08-29T16:51:20.169Z | a out/overlay.tar.gz 3K |
2775 | 2024-08-29T16:51:20.169Z | a out/oximeter.tar.gz 42263K |
2776 | 2024-08-29T16:51:20.169Z | a out/oxlog.tar 2947K |
2777 | 2024-08-29T16:51:20.169Z | a out/probe.tar.gz 2764K |
2778 | 2024-08-29T16:51:20.169Z | a out/propolis-server.tar.gz 65291K |
2779 | 2024-08-29T16:51:20.169Z | a out/pumpkind-gz.tar 26665K |
2780 | 2024-08-29T16:51:20.169Z | a out/switch-softnpu.tar.gz 214675K |
2781 | 2024-08-29T16:51:20.172Z | |
2782 | 2024-08-29T16:51:20.172Z | real 1:03.038301479 |
2783 | 2024-08-29T16:51:20.172Z | user 1:00.109350073 |
2784 | 2024-08-29T16:51:20.172Z | sys 4.157853252 |
2785 | 2024-08-29T16:51:20.172Z | trap 0.016281300 |
2786 | 2024-08-29T16:51:20.172Z | tflt 0.000000000 |
2787 | 2024-08-29T16:51:20.172Z | dflt 0.000000000 |
2788 | 2024-08-29T16:51:20.172Z | kflt 0.000000000 |
2789 | 2024-08-29T16:51:20.172Z | lock 0.000000000 |
2790 | 2024-08-29T16:51:20.172Z | slp 59.987110341 |
2791 | 2024-08-29T16:51:20.172Z | lat 1.800230428 |
2792 | 2024-08-29T16:51:20.172Z | stop 0.000545644 |
2793 | 2024-08-29T16:51:20.175Z | process exited: duration 1793266 ms, exit code 0 |
|
2794 | 2024-08-29T16:51:20.189Z | found 1 output files |
2795 | 2024-08-29T16:51:20.190Z | uploading: /work/package.tar.gz (1622697942 bytes) |
2796 | 2024-08-29T16:51:46.506Z | uploaded: /work/package.tar.gz |