|
|
|
1 | 2024-07-18T21:08:47.870Z | job assigned to worker 01J33TREX1S96RDH7AFM8B387F (queued for 1 m 1 s) |
|
2 | 2024-07-18T21:08:55.924Z | starting task 0: "setup" |
3 | 2024-07-18T21:08:55.982Z | ++ uname -s |
4 | 2024-07-18T21:08:55.985Z | + kern=SunOS |
5 | 2024-07-18T21:08:55.985Z | + case "$kern" in |
6 | 2024-07-18T21:08:55.985Z | + groupadd -g 12345 build |
7 | 2024-07-18T21:08:55.987Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-07-18T21:08:57.997Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-07-18T21:08:58.120Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-07-18T21:08:58.123Z | + home_fs=zfs |
11 | 2024-07-18T21:08:58.123Z | + [[ zfs == autofs ]] |
12 | 2024-07-18T21:08:58.123Z | + mkdir -p /home/build |
13 | 2024-07-18T21:08:58.126Z | + chown build:build /home/build /work |
14 | 2024-07-18T21:09:00.127Z | + chmod 0700 /home/build /work |
15 | 2024-07-18T21:09:00.131Z | process exited: duration 4205 ms, exit code 0 |
|
16 | 2024-07-18T21:09:00.137Z | starting task 1: "rust-toolchain" |
17 | 2024-07-18T21:09:00.143Z | + printf ' * toolchain channel = "%s" |
18 | 2024-07-18T21:09:00.143Z | ' 1.78.0 |
19 | 2024-07-18T21:09:00.143Z | + printf ' * toolchain profile = "%s" |
20 | 2024-07-18T21:09:00.143Z | * toolchain channel = "1.78.0" |
21 | 2024-07-18T21:09:00.143Z | ' default |
22 | 2024-07-18T21:09:00.143Z | * toolchain profile = "default" |
23 | 2024-07-18T21:09:00.146Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-07-18T21:09:00.146Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.78.0 --profile default |
25 | 2024-07-18T21:09:00.281Z | info: downloading installer |
26 | 2024-07-18T21:09:01.781Z | info: profile set to 'default' |
27 | 2024-07-18T21:09:01.781Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-07-18T21:09:01.784Z | info: syncing channel updates for '1.78.0-x86_64-unknown-illumos' |
29 | 2024-07-18T21:09:01.956Z | info: latest update on 2024-05-02, rust version 1.78.0 (9b00956e5 2024-04-29) |
30 | 2024-07-18T21:09:01.957Z | info: downloading component 'cargo' |
31 | 2024-07-18T21:09:02.972Z | info: downloading component 'clippy' |
32 | 2024-07-18T21:09:03.312Z | info: downloading component 'rust-docs' |
33 | 2024-07-18T21:09:04.662Z | info: downloading component 'rust-std' |
34 | 2024-07-18T21:09:06.823Z | info: downloading component 'rustc' |
35 | 2024-07-18T21:09:12.281Z | info: downloading component 'rustfmt' |
36 | 2024-07-18T21:09:12.575Z | info: installing component 'cargo' |
37 | 2024-07-18T21:09:13.435Z | info: installing component 'clippy' |
38 | 2024-07-18T21:09:13.806Z | info: installing component 'rust-docs' |
39 | 2024-07-18T21:09:15.326Z | info: installing component 'rust-std' |
40 | 2024-07-18T21:09:17.155Z | info: installing component 'rustc' |
41 | 2024-07-18T21:09:21.672Z | info: installing component 'rustfmt' |
42 | 2024-07-18T21:09:22.043Z | info: default toolchain set to '1.78.0-x86_64-unknown-illumos' |
43 | 2024-07-18T21:09:22.043Z | |
44 | 2024-07-18T21:09:22.320Z | 1.78.0-x86_64-unknown-illumos installed - rustc 1.78.0 (9b00956e5 2024-04-29) |
45 | 2024-07-18T21:09:22.320Z | |
46 | 2024-07-18T21:09:22.323Z | |
47 | 2024-07-18T21:09:22.323Z | Rust is installed now. Great! |
48 | 2024-07-18T21:09:22.323Z | |
49 | 2024-07-18T21:09:22.323Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-07-18T21:09:22.323Z | environment variable. This has not been done automatically. |
51 | 2024-07-18T21:09:22.323Z | |
52 | 2024-07-18T21:09:22.323Z | To configure your current shell, you need to source |
53 | 2024-07-18T21:09:22.323Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-07-18T21:09:22.323Z | |
55 | 2024-07-18T21:09:22.323Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-07-18T21:09:22.323Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-07-18T21:09:22.323Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-07-18T21:09:22.392Z | + rustc --version |
59 | 2024-07-18T21:09:22.455Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
60 | 2024-07-18T21:09:22.460Z | process exited: duration 22320 ms, exit code 0 |
|
61 | 2024-07-18T21:09:22.466Z | starting task 2: "authentication" |
62 | 2024-07-18T21:09:22.489Z | process exited: duration 22 ms, exit code 0 |
|
63 | 2024-07-18T21:09:22.496Z | starting task 3: "clone repository" |
64 | 2024-07-18T21:09:22.501Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-07-18T21:09:22.504Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-07-18T21:09:22.646Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-07-18T21:09:34.796Z | + cd /work/oxidecomputer/omicron |
68 | 2024-07-18T21:09:34.797Z | + git fetch origin 173c3a298cee5cebe17ef7bf130b1ef50b50e754 |
69 | 2024-07-18T21:09:35.113Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-07-18T21:09:35.113Z | * branch 173c3a298cee5cebe17ef7bf130b1ef50b50e754 -> FETCH_HEAD |
71 | 2024-07-18T21:09:35.124Z | + [[ -n sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent ]] |
72 | 2024-07-18T21:09:35.127Z | ++ git branch --show-current |
73 | 2024-07-18T21:09:35.129Z | + current=main |
74 | 2024-07-18T21:09:35.129Z | + [[ main != sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent ]] |
75 | 2024-07-18T21:09:35.129Z | + git branch -f sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent 173c3a298cee5cebe17ef7bf130b1ef50b50e754 |
76 | 2024-07-18T21:09:35.132Z | + git checkout -f sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent |
77 | 2024-07-18T21:09:35.269Z | Switched to branch 'sunshowers/spr/nexus-db-queries-make-saga_update-more-resilient-record_event-idempotent' |
78 | 2024-07-18T21:09:35.272Z | + git reset --hard 173c3a298cee5cebe17ef7bf130b1ef50b50e754 |
79 | 2024-07-18T21:09:35.283Z | HEAD is now at 173c3a298 mut |
80 | 2024-07-18T21:09:35.286Z | process exited: duration 12787 ms, exit code 0 |
|
81 | 2024-07-18T21:09:35.291Z | starting task 4: "build" |
82 | 2024-07-18T21:09:35.297Z | + cargo --version |
83 | 2024-07-18T21:09:35.350Z | cargo 1.78.0 (54d8815d0 2024-03-26) |
84 | 2024-07-18T21:09:35.353Z | + rustc --version |
85 | 2024-07-18T21:09:35.408Z | rustc 1.78.0 (9b00956e5 2024-04-29) |
86 | 2024-07-18T21:09:35.411Z | + WORK=/work |
87 | 2024-07-18T21:09:35.411Z | + pfexec mkdir -p /work |
88 | 2024-07-18T21:09:35.414Z | + pfexec chown build /work |
89 | 2024-07-18T21:09:35.417Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-07-18T21:09:49.612Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-07-18T21:09:52.027Z | Startup: Caching catalogs ... Done |
92 | 2024-07-18T21:09:55.240Z | Planning: Solver setup ... Done (2.712s) |
93 | 2024-07-18T21:09:55.294Z | Planning: Running solver ... Done (0.054s) |
94 | 2024-07-18T21:09:55.343Z | Planning: Finding local manifests ... Done (0.003s) |
95 | 2024-07-18T21:09:55.371Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-07-18T21:09:55.638Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-07-18T21:09:55.686Z | Planning: Package planning ... Done (0.049s) |
98 | 2024-07-18T21:09:55.736Z | Planning: Merging actions ... Done (0.050s) |
99 | 2024-07-18T21:09:56.495Z | Planning: Checking for conflicting actions ... Done (0.758s) |
100 | 2024-07-18T21:09:56.506Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-07-18T21:10:00.550Z | Planning: Evaluating mediators ... Done (4.044s) |
102 | 2024-07-18T21:10:00.560Z | Planning: Planning completed in 8.46 seconds |
103 | 2024-07-18T21:10:00.723Z | Packages to install: 4 |
104 | 2024-07-18T21:10:00.723Z | Mediators to change: 2 |
105 | 2024-07-18T21:10:00.726Z | Services to change: 1 |
106 | 2024-07-18T21:10:00.727Z | Estimated space available: 155.77 GB |
107 | 2024-07-18T21:10:00.727Z | Estimated space to be consumed: 1.47 GB |
108 | 2024-07-18T21:10:00.727Z | Create boot environment: No |
109 | 2024-07-18T21:10:00.727Z | Create backup boot environment: No |
110 | 2024-07-18T21:10:00.727Z | Rebuild boot archive: No |
111 | 2024-07-18T21:10:00.727Z | |
112 | 2024-07-18T21:10:00.727Z | Changed mediators: |
113 | 2024-07-18T21:10:00.727Z | mediator clang: |
114 | 2024-07-18T21:10:00.727Z | version: None -> 15 (system default) |
115 | 2024-07-18T21:10:00.727Z | |
116 | 2024-07-18T21:10:00.727Z | mediator llvm: |
117 | 2024-07-18T21:10:00.727Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-07-18T21:10:00.727Z | |
119 | 2024-07-18T21:10:00.727Z | Changed packages: |
120 | 2024-07-18T21:10:00.727Z | helios-dev |
121 | 2024-07-18T21:10:00.727Z | developer/build-essential |
122 | 2024-07-18T21:10:00.727Z | None -> 11-2.0 |
123 | 2024-07-18T21:10:00.727Z | library/libxmlsec1 |
124 | 2024-07-18T21:10:00.727Z | None -> 1.2.35-2.0 |
125 | 2024-07-18T21:10:00.727Z | ooce/developer/clang-15 |
126 | 2024-07-18T21:10:00.727Z | None -> 15.0.7-2.0 |
127 | 2024-07-18T21:10:00.727Z | ooce/developer/llvm-15 |
128 | 2024-07-18T21:10:00.727Z | None -> 15.0.7-2.0 |
129 | 2024-07-18T21:10:00.727Z | |
130 | 2024-07-18T21:10:00.727Z | Services: |
131 | 2024-07-18T21:10:00.727Z | restart_fmri: |
132 | 2024-07-18T21:10:00.727Z | svc:/system/update-man-index:default |
133 | 2024-07-18T21:10:00.844Z | |
134 | 2024-07-18T21:10:00.844Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-07-18T21:10:05.845Z | Download: 765/3290 items 18.4/212.6MB 8% complete (3.7M/s) |
136 | 2024-07-18T21:10:10.849Z | Download: 1570/3290 items 117.6/212.6MB 55% complete (11.9M/s) |
137 | 2024-07-18T21:10:15.849Z | Download: 2225/3290 items 119.2/212.6MB 56% complete (10.1M/s) |
138 | 2024-07-18T21:10:20.686Z | Download: Completed 212.60 MB in 19.84 seconds (10.7M/s) |
139 | 2024-07-18T21:10:21.676Z | Actions: 1/3689 actions (Installing new actions) |
140 | 2024-07-18T21:10:26.739Z | Actions: 3581/3689 actions (Installing new actions) |
141 | 2024-07-18T21:10:27.123Z | Actions: Completed 3689 actions in 5.45 seconds. |
142 | 2024-07-18T21:10:27.369Z | Done (0.241s) |
143 | 2024-07-18T21:10:27.369Z | Done (0.000s) |
144 | 2024-07-18T21:10:27.707Z | Done (0.337s) |
145 | 2024-07-18T21:10:33.445Z | Done (5.579s) |
146 | 2024-07-18T21:10:33.628Z | Done (0.112s) |
147 | 2024-07-18T21:10:33.632Z | Done (0.000s) |
148 | 2024-07-18T21:10:33.850Z | Done (0.000s) |
149 | 2024-07-18T21:10:34.430Z | Planning: Evaluating mediator changes ... Done |
150 | 2024-07-18T21:10:34.595Z | Planning: Checking for conflicting actions ... Done |
151 | 2024-07-18T21:10:34.598Z | Planning: Consolidating action changes ... Done |
152 | 2024-07-18T21:10:34.866Z | Planning: Evaluating mediators ... Done |
153 | 2024-07-18T21:10:34.870Z | Planning: Planning completed in 0.44 seconds |
154 | 2024-07-18T21:10:34.900Z | Mediators to change: 2 |
155 | 2024-07-18T21:10:34.900Z | Create boot environment: No |
156 | 2024-07-18T21:10:34.904Z | Create backup boot environment: No |
157 | 2024-07-18T21:10:34.985Z | Done |
158 | 2024-07-18T21:10:34.985Z | Done |
159 | 2024-07-18T21:10:35.199Z | Done |
160 | 2024-07-18T21:10:38.785Z | Done |
161 | 2024-07-18T21:10:38.874Z | Done |
162 | 2024-07-18T21:10:38.877Z | Done |
163 | 2024-07-18T21:10:39.023Z | Done |
164 | 2024-07-18T21:10:39.640Z | Planning: Evaluating mediator changes ... Done |
165 | 2024-07-18T21:10:39.645Z | Planning: Merging actions ... Done |
166 | 2024-07-18T21:10:39.831Z | Planning: Checking for conflicting actions ... Done |
167 | 2024-07-18T21:10:39.835Z | Planning: Consolidating action changes ... Done |
168 | 2024-07-18T21:10:40.105Z | Planning: Evaluating mediators ... Done |
169 | 2024-07-18T21:10:40.163Z | Planning: Planning completed in 0.77 seconds |
170 | 2024-07-18T21:10:40.198Z | Packages to change: 1 |
171 | 2024-07-18T21:10:40.198Z | Mediators to change: 1 |
172 | 2024-07-18T21:10:40.204Z | Services to change: 1 |
173 | 2024-07-18T21:10:40.204Z | Create boot environment: No |
174 | 2024-07-18T21:10:40.204Z | Create backup boot environment: Yes |
175 | 2024-07-18T21:10:42.224Z | Actions: 1/6 actions (Updating modified actions) |
176 | 2024-07-18T21:10:42.255Z | Actions: Completed 6 actions in 0.04 seconds. |
177 | 2024-07-18T21:10:42.268Z | Done |
178 | 2024-07-18T21:10:42.268Z | Done |
179 | 2024-07-18T21:10:42.331Z | Done |
180 | 2024-07-18T21:10:45.892Z | Done |
181 | 2024-07-18T21:10:45.982Z | Done |
182 | 2024-07-18T21:10:45.988Z | Done |
183 | 2024-07-18T21:10:46.133Z | Done |
184 | 2024-07-18T21:10:46.571Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
185 | 2024-07-18T21:10:46.571Z | clang system 15 system |
186 | 2024-07-18T21:10:46.571Z | csh system system illumos |
187 | 2024-07-18T21:10:46.571Z | ctags system system illumos |
188 | 2024-07-18T21:10:46.571Z | gcc vendor 12 vendor |
189 | 2024-07-18T21:10:46.571Z | gcc system 10 system |
190 | 2024-07-18T21:10:46.571Z | gcc system 7 system |
191 | 2024-07-18T21:10:46.571Z | go system 1.20 system |
192 | 2024-07-18T21:10:46.571Z | go system 1.19 system |
193 | 2024-07-18T21:10:46.571Z | llvm system 15 system |
194 | 2024-07-18T21:10:46.571Z | llvm system 14 system |
195 | 2024-07-18T21:10:46.571Z | mariadb system 10.6 system |
196 | 2024-07-18T21:10:46.571Z | mta vendor vendor dma |
197 | 2024-07-18T21:10:46.571Z | openjdk system 17 system |
198 | 2024-07-18T21:10:46.571Z | openjdk system 11 system |
199 | 2024-07-18T21:10:46.571Z | openjdk system 1.8 system |
200 | 2024-07-18T21:10:46.571Z | openssl vendor 3 vendor |
201 | 2024-07-18T21:10:46.571Z | perl system 5.36 system |
202 | 2024-07-18T21:10:46.571Z | postgresql system 15 system |
203 | 2024-07-18T21:10:46.571Z | postgresql system 13 system |
204 | 2024-07-18T21:10:46.571Z | python vendor 3 vendor |
205 | 2024-07-18T21:10:46.572Z | python system 2 system |
206 | 2024-07-18T21:10:46.572Z | python3 system 3.11 system |
207 | 2024-07-18T21:10:46.572Z | ruby system 3.0 system |
208 | 2024-07-18T21:10:46.572Z | words vendor vendor american-english |
209 | 2024-07-18T21:10:46.572Z | words system system australian-english |
210 | 2024-07-18T21:10:46.572Z | words system system british-english |
211 | 2024-07-18T21:10:46.572Z | words system system canadian-english |
212 | 2024-07-18T21:10:46.572Z | words system system french |
213 | 2024-07-18T21:10:46.572Z | words system system italian |
214 | 2024-07-18T21:10:46.572Z | words system system ngerman |
215 | 2024-07-18T21:10:46.572Z | words system system ogerman |
216 | 2024-07-18T21:10:46.572Z | words system system spanish |
217 | 2024-07-18T21:10:46.908Z | PUBLISHER TYPE STATUS P LOCATION |
218 | 2024-07-18T21:10:46.908Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
219 | 2024-07-18T21:10:48.513Z | FMRI IFO |
220 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
221 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
222 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
223 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
224 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
225 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
226 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
227 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
228 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
229 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
230 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
231 | 2024-07-18T21:10:48.513Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
232 | 2024-07-18T21:10:49.039Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
233 | 2024-07-18T21:10:49.328Z | Updating git repository `https://github.com/oxidecomputer/zone` |
234 | 2024-07-18T21:10:49.631Z | Updating crates.io index |
235 | 2024-07-18T21:10:49.635Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
236 | 2024-07-18T21:10:50.634Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
237 | 2024-07-18T21:10:51.423Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
238 | 2024-07-18T21:10:51.690Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
239 | 2024-07-18T21:10:54.026Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
240 | 2024-07-18T21:10:54.488Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
241 | 2024-07-18T21:10:54.800Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
242 | 2024-07-18T21:10:55.903Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
243 | 2024-07-18T21:10:57.902Z | Updating git repository `https://github.com/oxidecomputer/opte` |
244 | 2024-07-18T21:10:58.923Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
245 | 2024-07-18T21:10:59.731Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
246 | 2024-07-18T21:11:00.300Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
247 | 2024-07-18T21:11:00.687Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
248 | 2024-07-18T21:11:00.904Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
249 | 2024-07-18T21:11:01.217Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
250 | 2024-07-18T21:11:01.584Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
251 | 2024-07-18T21:11:01.819Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
252 | 2024-07-18T21:11:02.175Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
253 | 2024-07-18T21:11:02.398Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
254 | 2024-07-18T21:11:02.755Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
255 | 2024-07-18T21:11:03.198Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
256 | 2024-07-18T21:11:03.553Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
257 | 2024-07-18T21:11:04.196Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
258 | 2024-07-18T21:11:07.649Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
259 | 2024-07-18T21:11:07.699Z | Updating git repository `https://github.com/oxidecomputer/typify` |
260 | 2024-07-18T21:11:07.708Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
261 | 2024-07-18T21:11:07.708Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
262 | 2024-07-18T21:11:07.759Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
263 | 2024-07-18T21:11:08.267Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
264 | 2024-07-18T21:11:09.335Z | Downloading crates ... |
265 | 2024-07-18T21:11:09.450Z | Downloaded crypto-common v0.1.6 |
266 | 2024-07-18T21:11:09.453Z | Downloaded cfg-if v1.0.0 |
267 | 2024-07-18T21:11:09.453Z | Downloaded cpufeatures v0.2.12 |
268 | 2024-07-18T21:11:09.456Z | Downloaded anstyle v1.0.7 |
269 | 2024-07-18T21:11:09.459Z | Downloaded pin-utils v0.1.0 |
270 | 2024-07-18T21:11:09.459Z | Downloaded pkg-config v0.3.30 |
271 | 2024-07-18T21:11:09.462Z | Downloaded pin-project-lite v0.2.14 |
272 | 2024-07-18T21:11:09.466Z | Downloaded powerfmt v0.2.0 |
273 | 2024-07-18T21:11:09.469Z | Downloaded foreign-types v0.3.2 |
274 | 2024-07-18T21:11:09.469Z | Downloaded strum v0.26.3 |
275 | 2024-07-18T21:11:09.472Z | Downloaded scroll_derive v0.12.0 |
276 | 2024-07-18T21:11:09.472Z | Downloaded num-conv v0.1.0 |
277 | 2024-07-18T21:11:09.472Z | Downloaded want v0.3.1 |
278 | 2024-07-18T21:11:09.475Z | Downloaded try-lock v0.2.5 |
279 | 2024-07-18T21:11:09.475Z | Downloaded futures-sink v0.3.30 |
280 | 2024-07-18T21:11:09.475Z | Downloaded sync_wrapper v0.1.2 |
281 | 2024-07-18T21:11:09.478Z | Downloaded time-core v0.1.2 |
282 | 2024-07-18T21:11:09.478Z | Downloaded openssl-macros v0.1.1 |
283 | 2024-07-18T21:11:09.478Z | Downloaded is_terminal_polyfill v1.70.0 |
284 | 2024-07-18T21:11:09.484Z | Downloaded tinyvec_macros v0.1.1 |
285 | 2024-07-18T21:11:09.484Z | Downloaded num_threads v0.1.7 |
286 | 2024-07-18T21:11:09.484Z | Downloaded proc-macro-error v1.0.4 |
287 | 2024-07-18T21:11:09.488Z | Downloaded pretty-hex v0.4.1 |
288 | 2024-07-18T21:11:09.488Z | Downloaded bitflags v2.5.0 |
289 | 2024-07-18T21:11:09.491Z | Downloaded digest v0.10.7 |
290 | 2024-07-18T21:11:09.496Z | Downloaded serde_tokenstream v0.2.1 |
291 | 2024-07-18T21:11:09.500Z | Downloaded bytes v1.6.0 |
292 | 2024-07-18T21:11:09.500Z | Downloaded xattr v1.3.1 |
293 | 2024-07-18T21:11:09.504Z | Downloaded dirs-next v2.0.0 |
294 | 2024-07-18T21:11:09.504Z | Downloaded is-terminal v0.4.12 |
295 | 2024-07-18T21:11:09.504Z | Downloaded usdt v0.5.0 |
296 | 2024-07-18T21:11:09.513Z | Downloaded tokio-native-tls v0.3.1 |
297 | 2024-07-18T21:11:09.513Z | Downloaded thiserror v1.0.62 |
298 | 2024-07-18T21:11:09.513Z | Downloaded dof v0.3.0 |
299 | 2024-07-18T21:11:09.513Z | Downloaded usdt-impl v0.5.0 |
300 | 2024-07-18T21:11:09.515Z | Downloaded mime v0.3.17 |
301 | 2024-07-18T21:11:09.516Z | Downloaded futures-io v0.3.30 |
302 | 2024-07-18T21:11:09.520Z | Downloaded proc-macro-error-attr v1.0.4 |
303 | 2024-07-18T21:11:09.520Z | Downloaded usdt-attr-macro v0.5.0 |
304 | 2024-07-18T21:11:09.520Z | Downloaded take_mut v0.2.2 |
305 | 2024-07-18T21:11:09.520Z | Downloaded slog-json v2.6.1 |
306 | 2024-07-18T21:11:09.523Z | Downloaded serde_spanned v0.6.6 |
307 | 2024-07-18T21:11:09.524Z | Downloaded rustversion v1.0.17 |
308 | 2024-07-18T21:11:09.526Z | Downloaded slog-term v2.9.1 |
309 | 2024-07-18T21:11:09.526Z | Downloaded zerocopy-derive v0.7.34 |
310 | 2024-07-18T21:11:09.530Z | Downloaded openssl-probe v0.1.5 |
311 | 2024-07-18T21:11:09.533Z | Downloaded tower-service v0.3.2 |
312 | 2024-07-18T21:11:09.533Z | Downloaded term v0.7.0 |
313 | 2024-07-18T21:11:09.536Z | Downloaded match_cfg v0.1.0 |
314 | 2024-07-18T21:11:09.537Z | Downloaded usdt-macro v0.5.0 |
315 | 2024-07-18T21:11:09.539Z | Downloaded foreign-types-shared v0.1.1 |
316 | 2024-07-18T21:11:09.539Z | Downloaded dtrace-parser v0.2.0 |
317 | 2024-07-18T21:11:09.539Z | Downloaded thread-id v4.2.1 |
318 | 2024-07-18T21:11:09.542Z | Downloaded slab v0.4.9 |
319 | 2024-07-18T21:11:09.542Z | Downloaded rustls-pemfile v1.0.4 |
320 | 2024-07-18T21:11:09.545Z | Downloaded serde_urlencoded v0.7.1 |
321 | 2024-07-18T21:11:09.545Z | Downloaded form_urlencoded v1.2.1 |
322 | 2024-07-18T21:11:09.547Z | Downloaded errno v0.3.9 |
323 | 2024-07-18T21:11:09.548Z | Downloaded futures-core v0.3.30 |
324 | 2024-07-18T21:11:09.550Z | Downloaded macaddr v1.0.1 |
325 | 2024-07-18T21:11:09.550Z | Downloaded strum_macros v0.26.4 |
326 | 2024-07-18T21:11:09.554Z | Downloaded socket2 v0.4.10 |
327 | 2024-07-18T21:11:09.554Z | Downloaded thread_local v1.1.8 |
328 | 2024-07-18T21:11:09.557Z | Downloaded deranged v0.3.11 |
329 | 2024-07-18T21:11:09.557Z | Downloaded slog v2.7.0 |
330 | 2024-07-18T21:11:09.560Z | Downloaded byteorder v1.5.0 |
331 | 2024-07-18T21:11:09.563Z | Downloaded toml v0.8.14 |
332 | 2024-07-18T21:11:09.566Z | Downloaded anstyle-parse v0.2.4 |
333 | 2024-07-18T21:11:09.566Z | Downloaded toml_datetime v0.6.6 |
334 | 2024-07-18T21:11:09.569Z | Downloaded lock_api v0.4.12 |
335 | 2024-07-18T21:11:09.569Z | Downloaded hostname v0.3.1 |
336 | 2024-07-18T21:11:09.571Z | Downloaded generic-array v0.14.7 |
337 | 2024-07-18T21:11:09.571Z | Downloaded version_check v0.9.4 |
338 | 2024-07-18T21:11:09.575Z | Downloaded ucd-trie v0.1.6 |
339 | 2024-07-18T21:11:09.575Z | Downloaded camino v1.1.7 |
340 | 2024-07-18T21:11:09.578Z | Downloaded swrite v0.1.0 |
341 | 2024-07-18T21:11:09.578Z | Downloaded typenum v1.17.0 |
342 | 2024-07-18T21:11:09.581Z | Downloaded serde_derive v1.0.204 |
343 | 2024-07-18T21:11:09.584Z | Downloaded proc-macro2 v1.0.86 |
344 | 2024-07-18T21:11:09.587Z | Downloaded ipnet v2.9.0 |
345 | 2024-07-18T21:11:09.587Z | Downloaded unicode-ident v1.0.12 |
346 | 2024-07-18T21:11:09.592Z | Downloaded http-body v0.4.6 |
347 | 2024-07-18T21:11:09.595Z | Downloaded filetime v0.2.23 |
348 | 2024-07-18T21:11:09.595Z | Downloaded heck v0.4.1 |
349 | 2024-07-18T21:11:09.595Z | Downloaded serde v1.0.204 |
350 | 2024-07-18T21:11:09.599Z | Downloaded ryu v1.0.18 |
351 | 2024-07-18T21:11:09.603Z | Downloaded socket2 v0.5.7 |
352 | 2024-07-18T21:11:09.603Z | Downloaded tracing v0.1.40 |
353 | 2024-07-18T21:11:09.605Z | Downloaded itoa v1.0.11 |
354 | 2024-07-18T21:11:09.609Z | Downloaded unicode-bidi v0.3.15 |
355 | 2024-07-18T21:11:09.612Z | Downloaded pest_generator v2.7.10 |
356 | 2024-07-18T21:11:09.612Z | Downloaded percent-encoding v2.3.1 |
357 | 2024-07-18T21:11:09.612Z | Downloaded parking_lot_core v0.9.10 |
358 | 2024-07-18T21:11:09.619Z | Downloaded hyper-tls v0.5.0 |
359 | 2024-07-18T21:11:09.619Z | Downloaded fs-err v2.11.0 |
360 | 2024-07-18T21:11:09.619Z | Downloaded crc32fast v1.4.0 |
361 | 2024-07-18T21:11:09.619Z | Downloaded futures v0.3.30 |
362 | 2024-07-18T21:11:09.623Z | Downloaded toml_edit v0.22.14 |
363 | 2024-07-18T21:11:09.644Z | Downloaded tinyvec v1.6.0 |
364 | 2024-07-18T21:11:09.647Z | Downloaded tracing-core v0.1.32 |
365 | 2024-07-18T21:11:09.651Z | Downloaded num_cpus v1.16.0 |
366 | 2024-07-18T21:11:09.654Z | Downloaded native-tls v0.2.11 |
367 | 2024-07-18T21:11:09.659Z | Downloaded futures-channel v0.3.30 |
368 | 2024-07-18T21:11:09.659Z | Downloaded pest_derive v2.7.10 |
369 | 2024-07-18T21:11:09.662Z | Downloaded parking_lot v0.12.2 |
370 | 2024-07-18T21:11:09.662Z | Downloaded url v2.5.0 |
371 | 2024-07-18T21:11:09.665Z | Downloaded crossbeam-utils v0.8.19 |
372 | 2024-07-18T21:11:09.671Z | Downloaded clap_derive v4.5.8 |
373 | 2024-07-18T21:11:09.675Z | Downloaded clap v4.5.9 |
374 | 2024-07-18T21:11:09.681Z | Downloaded anyhow v1.0.86 |
375 | 2024-07-18T21:11:09.684Z | Downloaded unicode-normalization v0.1.23 |
376 | 2024-07-18T21:11:09.687Z | Downloaded time v0.3.36 |
377 | 2024-07-18T21:11:09.691Z | Downloaded pest_meta v2.7.10 |
378 | 2024-07-18T21:11:09.697Z | Downloaded zerocopy v0.7.34 |
379 | 2024-07-18T21:11:09.710Z | Downloaded openssl-sys v0.9.102 |
380 | 2024-07-18T21:11:09.714Z | Downloaded winnow v0.6.8 |
381 | 2024-07-18T21:11:09.723Z | Downloaded syn v1.0.109 |
382 | 2024-07-18T21:11:09.737Z | Downloaded vcpkg v0.2.15 |
383 | 2024-07-18T21:11:09.774Z | Downloaded syn v2.0.71 |
384 | 2024-07-18T21:11:09.784Z | Downloaded rustix v0.38.34 |
385 | 2024-07-18T21:11:09.806Z | Downloaded unicode-width v0.1.13 |
386 | 2024-07-18T21:11:09.818Z | Downloaded futures-util v0.3.30 |
387 | 2024-07-18T21:11:09.824Z | Downloaded tokio v1.38.1 |
388 | 2024-07-18T21:11:09.860Z | Downloaded h2 v0.3.26 |
389 | 2024-07-18T21:11:09.867Z | Downloaded hyper v0.14.28 |
390 | 2024-07-18T21:11:09.874Z | Downloaded goblin v0.8.2 |
391 | 2024-07-18T21:11:09.880Z | Downloaded openssl v0.10.64 |
392 | 2024-07-18T21:11:09.889Z | Downloaded idna v0.5.0 |
393 | 2024-07-18T21:11:09.895Z | Downloaded clap_builder v4.5.9 |
394 | 2024-07-18T21:11:09.901Z | Downloaded pest v2.7.10 |
395 | 2024-07-18T21:11:09.906Z | Downloaded hashbrown v0.14.5 |
396 | 2024-07-18T21:11:09.911Z | Downloaded mio v0.8.11 |
397 | 2024-07-18T21:11:09.916Z | Downloaded flate2 v1.0.30 |
398 | 2024-07-18T21:11:09.920Z | Downloaded crossbeam-channel v0.5.12 |
399 | 2024-07-18T21:11:09.924Z | Downloaded cc v1.0.97 |
400 | 2024-07-18T21:11:09.928Z | Downloaded tabled v0.15.0 |
401 | 2024-07-18T21:11:09.948Z | Downloaded indexmap v2.2.6 |
402 | 2024-07-18T21:11:09.952Z | Downloaded libc v0.2.155 |
403 | 2024-07-18T21:11:09.975Z | Downloaded http v0.2.12 |
404 | 2024-07-18T21:11:09.979Z | Downloaded papergrid v0.11.0 |
405 | 2024-07-18T21:11:09.983Z | Downloaded memchr v2.7.2 |
406 | 2024-07-18T21:11:09.988Z | Downloaded base64 v0.21.7 |
407 | 2024-07-18T21:11:09.991Z | Downloaded tokio-util v0.7.11 |
408 | 2024-07-18T21:11:09.997Z | Downloaded serde_json v1.0.120 |
409 | 2024-07-18T21:11:10.004Z | Downloaded reqwest v0.11.27 |
410 | 2024-07-18T21:11:10.011Z | Downloaded once_cell v1.19.0 |
411 | 2024-07-18T21:11:10.014Z | Downloaded encoding_rs v0.8.34 |
412 | 2024-07-18T21:11:10.033Z | Downloaded miniz_oxide v0.7.2 |
413 | 2024-07-18T21:11:10.036Z | Downloaded log v0.4.21 |
414 | 2024-07-18T21:11:10.038Z | Downloaded fnv v1.0.7 |
415 | 2024-07-18T21:11:10.038Z | Downloaded quote v1.0.36 |
416 | 2024-07-18T21:11:10.041Z | Downloaded memmap v0.7.0 |
417 | 2024-07-18T21:11:10.044Z | Downloaded httpdate v1.0.3 |
418 | 2024-07-18T21:11:10.044Z | Downloaded futures-executor v0.3.30 |
419 | 2024-07-18T21:11:10.044Z | Downloaded futures-task v0.3.30 |
420 | 2024-07-18T21:11:10.048Z | Downloaded futures-macro v0.3.30 |
421 | 2024-07-18T21:11:10.048Z | Downloaded equivalent v1.0.1 |
422 | 2024-07-18T21:11:10.048Z | Downloaded time-macros v0.2.18 |
423 | 2024-07-18T21:11:10.052Z | Downloaded tar v0.4.41 |
424 | 2024-07-18T21:11:10.052Z | Downloaded httparse v1.8.0 |
425 | 2024-07-18T21:11:10.055Z | Downloaded smallvec v1.13.2 |
426 | 2024-07-18T21:11:10.055Z | Downloaded sha2 v0.10.8 |
427 | 2024-07-18T21:11:10.059Z | Downloaded dirs-sys-next v0.1.2 |
428 | 2024-07-18T21:11:10.059Z | Downloaded tokio-macros v2.3.0 |
429 | 2024-07-18T21:11:10.059Z | Downloaded thiserror-impl v1.0.62 |
430 | 2024-07-18T21:11:10.063Z | Downloaded terminal_size v0.3.0 |
431 | 2024-07-18T21:11:10.063Z | Downloaded cargo_toml v0.20.3 |
432 | 2024-07-18T21:11:10.063Z | Downloaded anstream v0.6.14 |
433 | 2024-07-18T21:11:10.066Z | Downloaded adler v1.0.2 |
434 | 2024-07-18T21:11:10.066Z | Downloaded semver v1.0.23 |
435 | 2024-07-18T21:11:10.068Z | Downloaded cargo_metadata v0.18.1 |
436 | 2024-07-18T21:11:10.069Z | Downloaded colorchoice v1.0.1 |
437 | 2024-07-18T21:11:10.074Z | Downloaded scroll v0.12.0 |
438 | 2024-07-18T21:11:10.074Z | Downloaded plain v0.2.3 |
439 | 2024-07-18T21:11:10.074Z | Downloaded heck v0.5.0 |
440 | 2024-07-18T21:11:10.074Z | Downloaded block-buffer v0.10.4 |
441 | 2024-07-18T21:11:10.074Z | Downloaded slog-async v2.8.0 |
442 | 2024-07-18T21:11:10.074Z | Downloaded clap_lex v0.7.0 |
443 | 2024-07-18T21:11:10.078Z | Downloaded bytecount v0.6.8 |
444 | 2024-07-18T21:11:10.078Z | Downloaded tabled_derive v0.7.0 |
445 | 2024-07-18T21:11:10.081Z | Downloaded utf8parse v0.2.1 |
446 | 2024-07-18T21:11:10.081Z | Downloaded strsim v0.11.1 |
447 | 2024-07-18T21:11:10.081Z | Downloaded slog-bunyan v2.5.0 |
448 | 2024-07-18T21:11:10.081Z | Downloaded signal-hook-registry v1.4.2 |
449 | 2024-07-18T21:11:10.081Z | Downloaded anstyle-query v1.0.3 |
450 | 2024-07-18T21:11:10.084Z | Downloaded scopeguard v1.2.0 |
451 | 2024-07-18T21:11:10.085Z | Downloaded cargo-platform v0.1.8 |
452 | 2024-07-18T21:11:10.085Z | Downloaded autocfg v1.3.0 |
453 | 2024-07-18T21:11:10.378Z | Compiling proc-macro2 v1.0.86 |
454 | 2024-07-18T21:11:10.378Z | Compiling unicode-ident v1.0.12 |
455 | 2024-07-18T21:11:10.381Z | Compiling libc v0.2.155 |
456 | 2024-07-18T21:11:10.381Z | Compiling version_check v0.9.4 |
457 | 2024-07-18T21:11:10.381Z | Compiling cfg-if v1.0.0 |
458 | 2024-07-18T21:11:10.381Z | Compiling once_cell v1.19.0 |
459 | 2024-07-18T21:11:10.381Z | Compiling itoa v1.0.11 |
460 | 2024-07-18T21:11:10.414Z | Compiling autocfg v1.3.0 |
461 | 2024-07-18T21:11:10.578Z | Compiling serde v1.0.204 |
462 | 2024-07-18T21:11:10.626Z | Compiling memchr v2.7.2 |
463 | 2024-07-18T21:11:10.731Z | Compiling thiserror v1.0.62 |
464 | 2024-07-18T21:11:10.812Z | Compiling ryu v1.0.18 |
465 | 2024-07-18T21:11:11.166Z | Compiling pin-project-lite v0.2.14 |
466 | 2024-07-18T21:11:11.274Z | Compiling bitflags v2.5.0 |
467 | 2024-07-18T21:11:11.296Z | Compiling parking_lot_core v0.9.10 |
468 | 2024-07-18T21:11:11.456Z | Compiling lock_api v0.4.12 |
469 | 2024-07-18T21:11:11.636Z | Compiling cc v1.0.97 |
470 | 2024-07-18T21:11:12.033Z | Compiling ucd-trie v0.1.6 |
471 | 2024-07-18T21:11:12.410Z | Compiling vcpkg v0.2.15 |
472 | 2024-07-18T21:11:12.410Z | Compiling pkg-config v0.3.30 |
473 | 2024-07-18T21:11:12.599Z | Compiling slab v0.4.9 |
474 | 2024-07-18T21:11:12.620Z | Compiling futures-sink v0.3.30 |
475 | 2024-07-18T21:11:12.688Z | Compiling scopeguard v1.2.0 |
476 | 2024-07-18T21:11:12.824Z | Compiling bytes v1.6.0 |
477 | 2024-07-18T21:11:12.888Z | Compiling smallvec v1.13.2 |
478 | 2024-07-18T21:11:13.306Z | Compiling futures-core v0.3.30 |
479 | 2024-07-18T21:11:13.398Z | Compiling quote v1.0.36 |
480 | 2024-07-18T21:11:14.034Z | Compiling syn v2.0.71 |
481 | 2024-07-18T21:11:14.112Z | Compiling equivalent v1.0.1 |
482 | 2024-07-18T21:11:14.151Z | Compiling byteorder v1.5.0 |
483 | 2024-07-18T21:11:14.174Z | Compiling hashbrown v0.14.5 |
484 | 2024-07-18T21:11:14.231Z | Compiling serde_json v1.0.120 |
485 | 2024-07-18T21:11:14.409Z | Compiling fnv v1.0.7 |
486 | 2024-07-18T21:11:14.553Z | Compiling log v0.4.21 |
487 | 2024-07-18T21:11:14.610Z | Compiling parking_lot v0.12.2 |
488 | 2024-07-18T21:11:14.633Z | Compiling mio v0.8.11 |
489 | 2024-07-18T21:11:14.655Z | Compiling num_cpus v1.16.0 |
490 | 2024-07-18T21:11:14.745Z | Compiling socket2 v0.5.7 |
491 | 2024-07-18T21:11:14.780Z | Compiling signal-hook-registry v1.4.2 |
492 | 2024-07-18T21:11:14.816Z | Compiling openssl-sys v0.9.102 |
493 | 2024-07-18T21:11:15.212Z | Compiling futures-channel v0.3.30 |
494 | 2024-07-18T21:11:15.545Z | Compiling indexmap v2.2.6 |
495 | 2024-07-18T21:11:15.578Z | Compiling futures-io v0.3.30 |
496 | 2024-07-18T21:11:15.660Z | Compiling typenum v1.17.0 |
497 | 2024-07-18T21:11:15.884Z | Compiling pin-utils v0.1.0 |
498 | 2024-07-18T21:11:15.948Z | Compiling futures-task v0.3.30 |
499 | 2024-07-18T21:11:15.972Z | Compiling rustix v0.38.34 |
500 | 2024-07-18T21:11:16.114Z | Compiling errno v0.3.9 |
501 | 2024-07-18T21:11:16.384Z | Compiling generic-array v0.14.7 |
502 | 2024-07-18T21:11:16.436Z | Compiling openssl v0.10.64 |
503 | 2024-07-18T21:11:16.491Z | Compiling slog v2.7.0 |
504 | 2024-07-18T21:11:16.596Z | Compiling foreign-types-shared v0.1.1 |
505 | 2024-07-18T21:11:16.643Z | Compiling foreign-types v0.3.2 |
506 | 2024-07-18T21:11:20.197Z | Compiling http v0.2.12 |
507 | 2024-07-18T21:11:20.197Z | Compiling proc-macro-error-attr v1.0.4 |
508 | 2024-07-18T21:11:20.197Z | Compiling usdt-impl v0.5.0 |
509 | 2024-07-18T21:11:20.197Z | Compiling tracing-core v0.1.32 |
510 | 2024-07-18T21:11:20.197Z | Compiling time-core v0.1.2 |
511 | 2024-07-18T21:11:20.197Z | Compiling tinyvec_macros v0.1.1 |
512 | 2024-07-18T21:11:20.197Z | Compiling syn v1.0.109 |
513 | 2024-07-18T21:11:20.197Z | Compiling httparse v1.8.0 |
514 | 2024-07-18T21:11:20.197Z | Compiling num-conv v0.1.0 |
515 | 2024-07-18T21:11:20.198Z | Compiling native-tls v0.2.11 |
516 | 2024-07-18T21:11:20.198Z | Compiling powerfmt v0.2.0 |
517 | 2024-07-18T21:11:20.198Z | Compiling time-macros v0.2.18 |
518 | 2024-07-18T21:11:20.198Z | Compiling deranged v0.3.11 |
519 | 2024-07-18T21:11:20.198Z | Compiling tracing v0.1.40 |
520 | 2024-07-18T21:11:20.198Z | Compiling tinyvec v1.6.0 |
521 | 2024-07-18T21:11:20.198Z | Compiling thread-id v4.2.1 |
522 | 2024-07-18T21:11:20.198Z | Compiling proc-macro-error v1.0.4 |
523 | 2024-07-18T21:11:20.198Z | Compiling plain v0.2.3 |
524 | 2024-07-18T21:11:20.198Z | Compiling rustversion v1.0.17 |
525 | 2024-07-18T21:11:20.198Z | Compiling crossbeam-utils v0.8.19 |
526 | 2024-07-18T21:11:20.240Z | Compiling try-lock v0.2.5 |
527 | 2024-07-18T21:11:20.306Z | Compiling openssl-probe v0.1.5 |
528 | 2024-07-18T21:11:20.326Z | Compiling heck v0.5.0 |
529 | 2024-07-18T21:11:20.358Z | Compiling utf8parse v0.2.1 |
530 | 2024-07-18T21:11:20.525Z | Compiling num_threads v0.1.7 |
531 | 2024-07-18T21:11:20.589Z | Compiling percent-encoding v2.3.1 |
532 | 2024-07-18T21:11:20.654Z | Compiling unicode-normalization v0.1.23 |
533 | 2024-07-18T21:11:20.673Z | Compiling anstyle-parse v0.2.4 |
534 | 2024-07-18T21:11:20.697Z | Compiling want v0.3.1 |
535 | 2024-07-18T21:11:20.810Z | Compiling form_urlencoded v1.2.1 |
536 | 2024-07-18T21:11:21.093Z | Compiling http-body v0.4.6 |
537 | 2024-07-18T21:11:21.152Z | Compiling socket2 v0.4.10 |
538 | 2024-07-18T21:11:21.549Z | Compiling dirs-sys-next v0.1.2 |
539 | 2024-07-18T21:11:21.696Z | Compiling time v0.3.36 |
540 | 2024-07-18T21:11:21.731Z | Compiling camino v1.1.7 |
541 | 2024-07-18T21:11:21.757Z | Compiling unicode-bidi v0.3.15 |
542 | 2024-07-18T21:11:21.936Z | Compiling anstyle v1.0.7 |
543 | 2024-07-18T21:11:22.067Z | Compiling semver v1.0.23 |
544 | 2024-07-18T21:11:22.213Z | Compiling anstyle-query v1.0.3 |
545 | 2024-07-18T21:11:22.377Z | Compiling crc32fast v1.4.0 |
546 | 2024-07-18T21:11:22.389Z | Compiling winnow v0.6.8 |
547 | 2024-07-18T21:11:22.417Z | Compiling is_terminal_polyfill v1.70.0 |
548 | 2024-07-18T21:11:22.531Z | Compiling tower-service v0.3.2 |
549 | 2024-07-18T21:11:22.555Z | Compiling colorchoice v1.0.1 |
550 | 2024-07-18T21:11:22.653Z | Compiling pretty-hex v0.4.1 |
551 | 2024-07-18T21:11:22.707Z | Compiling httpdate v1.0.3 |
552 | 2024-07-18T21:11:22.865Z | Compiling anstream v0.6.14 |
553 | 2024-07-18T21:11:22.989Z | Compiling idna v0.5.0 |
554 | 2024-07-18T21:11:23.294Z | Compiling dirs-next v2.0.0 |
555 | 2024-07-18T21:11:23.599Z | Compiling block-buffer v0.10.4 |
556 | 2024-07-18T21:11:24.562Z | Compiling crypto-common v0.1.6 |
557 | 2024-07-18T21:11:24.587Z | Compiling terminal_size v0.3.0 |
558 | 2024-07-18T21:11:24.809Z | Compiling fs-err v2.11.0 |
559 | 2024-07-18T21:11:24.815Z | Compiling thread_local v1.1.8 |
560 | 2024-07-18T21:11:24.907Z | Compiling clap_lex v0.7.0 |
561 | 2024-07-18T21:11:24.989Z | Compiling adler v1.0.2 |
562 | 2024-07-18T21:11:25.070Z | Compiling strsim v0.11.1 |
563 | 2024-07-18T21:11:25.213Z | Compiling bytecount v0.6.8 |
564 | 2024-07-18T21:11:25.410Z | Compiling match_cfg v0.1.0 |
565 | 2024-07-18T21:11:25.439Z | Compiling heck v0.4.1 |
566 | 2024-07-18T21:11:25.442Z | Compiling base64 v0.21.7 |
567 | 2024-07-18T21:11:25.515Z | Compiling unicode-width v0.1.13 |
568 | 2024-07-18T21:11:25.651Z | Compiling slog-async v2.8.0 |
569 | 2024-07-18T21:11:25.756Z | Compiling anyhow v1.0.86 |
570 | 2024-07-18T21:11:25.915Z | Compiling rustls-pemfile v1.0.4 |
571 | 2024-07-18T21:11:26.013Z | Compiling papergrid v0.11.0 |
572 | 2024-07-18T21:11:26.213Z | Compiling hostname v0.3.1 |
573 | 2024-07-18T21:11:26.213Z | Compiling clap_builder v4.5.9 |
574 | 2024-07-18T21:11:26.266Z | Compiling miniz_oxide v0.7.2 |
575 | 2024-07-18T21:11:26.482Z | Compiling digest v0.10.7 |
576 | 2024-07-18T21:11:26.548Z | Compiling crossbeam-channel v0.5.12 |
577 | 2024-07-18T21:11:26.555Z | Compiling url v2.5.0 |
578 | 2024-07-18T21:11:26.886Z | Compiling term v0.7.0 |
579 | 2024-07-18T21:11:27.059Z | Compiling serde_derive v1.0.204 |
580 | 2024-07-18T21:11:27.659Z | Compiling thiserror-impl v1.0.62 |
581 | 2024-07-18T21:11:27.843Z | Compiling zerocopy-derive v0.7.34 |
582 | 2024-07-18T21:11:27.972Z | Compiling tokio-macros v2.3.0 |
583 | 2024-07-18T21:11:28.510Z | Compiling futures-macro v0.3.30 |
584 | 2024-07-18T21:11:28.549Z | Compiling scroll_derive v0.12.0 |
585 | 2024-07-18T21:11:29.738Z | Compiling tokio v1.38.1 |
586 | 2024-07-18T21:11:30.098Z | Compiling openssl-macros v0.1.1 |
587 | 2024-07-18T21:11:30.218Z | Compiling zerocopy v0.7.34 |
588 | 2024-07-18T21:11:30.323Z | Compiling scroll v0.12.0 |
589 | 2024-07-18T21:11:30.642Z | Compiling futures-util v0.3.30 |
590 | 2024-07-18T21:11:30.902Z | Compiling goblin v0.8.2 |
591 | 2024-07-18T21:11:31.271Z | Compiling pest v2.7.10 |
592 | 2024-07-18T21:11:31.941Z | Compiling tabled_derive v0.7.0 |
593 | 2024-07-18T21:11:34.235Z | Compiling pest_meta v2.7.10 |
594 | 2024-07-18T21:11:34.528Z | Compiling clap_derive v4.5.8 |
595 | 2024-07-18T21:11:36.879Z | Compiling pest_generator v2.7.10 |
596 | 2024-07-18T21:11:39.004Z | Compiling tokio-util v0.7.11 |
597 | 2024-07-18T21:11:39.597Z | Compiling pest_derive v2.7.10 |
598 | 2024-07-18T21:11:39.765Z | Compiling futures-executor v0.3.30 |
599 | 2024-07-18T21:11:40.299Z | Compiling h2 v0.3.26 |
600 | 2024-07-18T21:11:40.331Z | Compiling tokio-native-tls v0.3.1 |
601 | 2024-07-18T21:11:40.367Z | Compiling strum_macros v0.26.4 |
602 | 2024-07-18T21:11:40.370Z | Compiling dtrace-parser v0.2.0 |
603 | 2024-07-18T21:11:40.953Z | Compiling xattr v1.3.1 |
604 | 2024-07-18T21:11:41.272Z | Compiling memmap v0.7.0 |
605 | 2024-07-18T21:11:41.525Z | Compiling is-terminal v0.4.12 |
606 | 2024-07-18T21:11:41.647Z | Compiling filetime v0.2.23 |
607 | 2024-07-18T21:11:41.671Z | Compiling encoding_rs v0.8.34 |
608 | 2024-07-18T21:11:42.579Z | Compiling serde_tokenstream v0.2.1 |
609 | 2024-07-18T21:11:42.604Z | Compiling toml_datetime v0.6.6 |
610 | 2024-07-18T21:11:43.130Z | Compiling serde_spanned v0.6.6 |
611 | 2024-07-18T21:11:43.156Z | Compiling cargo-platform v0.1.8 |
612 | 2024-07-18T21:11:43.371Z | Compiling toml_edit v0.22.14 |
613 | 2024-07-18T21:11:43.762Z | Compiling dof v0.3.0 |
614 | 2024-07-18T21:11:44.956Z | Compiling hyper v0.14.28 |
615 | 2024-07-18T21:11:45.884Z | Compiling slog-json v2.6.1 |
616 | 2024-07-18T21:11:45.991Z | Compiling serde_urlencoded v0.7.1 |
617 | 2024-07-18T21:11:46.558Z | Compiling toml v0.8.14 |
618 | 2024-07-18T21:11:46.878Z | Compiling cpufeatures v0.2.12 |
619 | 2024-07-18T21:11:46.986Z | Compiling sync_wrapper v0.1.2 |
620 | 2024-07-18T21:11:47.131Z | Compiling take_mut v0.2.2 |
621 | 2024-07-18T21:11:47.157Z | Compiling mime v0.3.17 |
622 | 2024-07-18T21:11:47.287Z | Compiling ipnet v2.9.0 |
623 | 2024-07-18T21:11:47.711Z | Compiling usdt-attr-macro v0.5.0 |
624 | 2024-07-18T21:11:47.787Z | Compiling usdt-macro v0.5.0 |
625 | 2024-07-18T21:11:47.894Z | Compiling cargo_toml v0.20.3 |
626 | 2024-07-18T21:11:48.382Z | Compiling sha2 v0.10.8 |
627 | 2024-07-18T21:11:48.550Z | Compiling cargo_metadata v0.18.1 |
628 | 2024-07-18T21:11:48.575Z | Compiling slog-bunyan v2.5.0 |
629 | 2024-07-18T21:11:48.781Z | Compiling hyper-tls v0.5.0 |
630 | 2024-07-18T21:11:49.099Z | Compiling reqwest v0.11.27 |
631 | 2024-07-18T21:11:49.124Z | Compiling strum v0.26.3 |
632 | 2024-07-18T21:11:49.189Z | Compiling usdt v0.5.0 |
633 | 2024-07-18T21:11:49.304Z | Compiling macaddr v1.0.1 |
634 | 2024-07-18T21:11:49.708Z | Compiling tar v0.4.41 |
635 | 2024-07-18T21:11:49.773Z | Compiling slog-term v2.9.1 |
636 | 2024-07-18T21:11:51.033Z | Compiling flate2 v1.0.30 |
637 | 2024-07-18T21:11:51.338Z | Compiling futures v0.3.30 |
638 | 2024-07-18T21:11:51.466Z | Compiling clap v4.5.9 |
639 | 2024-07-18T21:11:51.591Z | Compiling tabled v0.15.0 |
640 | 2024-07-18T21:11:52.042Z | Compiling swrite v0.1.0 |
641 | 2024-07-18T21:11:56.325Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
642 | 2024-07-18T21:12:04.579Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 15s |
643 | 2024-07-18T21:12:04.831Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
644 | 2024-07-18T21:12:04.892Z | Jul 18 21:12:03.983 INFO Starting download, target: Clickhouse |
645 | 2024-07-18T21:12:04.892Z | Jul 18 21:12:03.983 INFO Starting download, target: Cockroach |
646 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.983 INFO Starting download, target: Console |
647 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.983 INFO Starting download, target: DendriteOpenapi |
648 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.983 INFO Starting download, target: DendriteStub |
649 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.983 INFO Starting download, target: MaghemiteMgd |
650 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.983 INFO Starting download, target: TransceiverControl |
651 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.984 INFO Downloading out/downloads/dpd-e83f4f164fd3dbb2100989a399a4fa087232ac36.json (attempt 1/3), target: DendriteOpenapi |
652 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.984 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
653 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.984 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
654 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.984 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
655 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.984 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
656 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.984 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
657 | 2024-07-18T21:12:04.895Z | Jul 18 21:12:03.984 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
658 | 2024-07-18T21:12:05.085Z | Jul 18 21:12:04.171 INFO Download complete, target: DendriteOpenapi |
659 | 2024-07-18T21:12:05.174Z | Jul 18 21:12:04.256 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
660 | 2024-07-18T21:12:05.487Z | Jul 18 21:12:04.574 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
661 | 2024-07-18T21:12:05.628Z | Jul 18 21:12:04.718 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
662 | 2024-07-18T21:12:05.659Z | Jul 18 21:12:04.750 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
663 | 2024-07-18T21:12:05.944Z | Jul 18 21:12:05.035 INFO Download complete, target: Console |
664 | 2024-07-18T21:12:06.027Z | Jul 18 21:12:05.116 INFO Download complete, target: TransceiverControl |
665 | 2024-07-18T21:12:06.932Z | Jul 18 21:12:06.022 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
666 | 2024-07-18T21:12:08.761Z | Jul 18 21:12:07.851 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
667 | 2024-07-18T21:12:08.761Z | Jul 18 21:12:07.851 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
668 | 2024-07-18T21:12:08.978Z | Jul 18 21:12:08.068 INFO Download complete, target: DendriteStub |
669 | 2024-07-18T21:12:09.125Z | Jul 18 21:12:08.215 INFO Download complete, target: MaghemiteMgd |
670 | 2024-07-18T21:12:17.233Z | Jul 18 21:12:16.323 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
671 | 2024-07-18T21:12:17.563Z | Jul 18 21:12:16.653 INFO Checking that binary works, target: Cockroach |
672 | 2024-07-18T21:12:17.855Z | Jul 18 21:12:16.944 INFO Download complete, target: Cockroach |
673 | 2024-07-18T21:12:21.718Z | Jul 18 21:12:20.808 INFO Checking that binary works, target: Clickhouse |
674 | 2024-07-18T21:12:22.090Z | Jul 18 21:12:21.180 INFO Download complete, target: Clickhouse |
675 | 2024-07-18T21:12:22.098Z | All prerequisites installed successfully |
676 | 2024-07-18T21:12:22.101Z | |
677 | 2024-07-18T21:12:22.101Z | real 2:46.632589652 |
678 | 2024-07-18T21:12:22.101Z | user 5:53.981525111 |
679 | 2024-07-18T21:12:22.101Z | sys 1:20.433765328 |
680 | 2024-07-18T21:12:22.101Z | trap 0.223956188 |
681 | 2024-07-18T21:12:22.102Z | tflt 2.749623475 |
682 | 2024-07-18T21:12:22.102Z | dflt 4.944803126 |
683 | 2024-07-18T21:12:22.102Z | kflt 0.289773633 |
684 | 2024-07-18T21:12:22.102Z | lock 13:40.266127714 |
685 | 2024-07-18T21:12:22.102Z | slp 17:48.160880430 |
686 | 2024-07-18T21:12:22.102Z | lat 19.510596762 |
687 | 2024-07-18T21:12:22.102Z | stop 1:06.402113631 |
688 | 2024-07-18T21:12:22.102Z | + ptime -m cargo xtask download softnpu |
689 | 2024-07-18T21:12:22.659Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.51s |
690 | 2024-07-18T21:12:22.676Z | Running `target/debug/xtask download softnpu` |
691 | 2024-07-18T21:12:22.700Z | Jul 18 21:12:21.790 INFO Starting download, target: Softnpu |
692 | 2024-07-18T21:12:22.703Z | Jul 18 21:12:21.791 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
693 | 2024-07-18T21:12:23.709Z | Jul 18 21:12:22.798 INFO Download complete, target: Softnpu |
694 | 2024-07-18T21:12:23.712Z | |
695 | 2024-07-18T21:12:23.712Z | real 1.607357753 |
696 | 2024-07-18T21:12:23.712Z | user 0.655783292 |
697 | 2024-07-18T21:12:23.712Z | sys 0.297476796 |
698 | 2024-07-18T21:12:23.712Z | trap 0.001724865 |
699 | 2024-07-18T21:12:23.712Z | tflt 0.000060707 |
700 | 2024-07-18T21:12:23.712Z | dflt 0.000078996 |
701 | 2024-07-18T21:12:23.712Z | kflt 0.000000000 |
702 | 2024-07-18T21:12:23.712Z | lock 10.478483978 |
703 | 2024-07-18T21:12:23.712Z | slp 0.876410951 |
704 | 2024-07-18T21:12:23.712Z | lat 0.092640941 |
705 | 2024-07-18T21:12:23.712Z | stop 0.000262517 |
706 | 2024-07-18T21:12:23.716Z | + export CARGO_INCREMENTAL=0 |
707 | 2024-07-18T21:12:23.716Z | + CARGO_INCREMENTAL=0 |
708 | 2024-07-18T21:12:23.716Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
709 | 2024-07-18T21:12:24.276Z | Downloading crates ... |
710 | 2024-07-18T21:12:24.414Z | Downloaded bitstruct v0.1.1 |
711 | 2024-07-18T21:12:24.417Z | Downloaded atomicwrites v0.4.3 |
712 | 2024-07-18T21:12:24.421Z | Downloaded aead v0.5.2 |
713 | 2024-07-18T21:12:24.426Z | Downloaded cfg_aliases v0.1.1 |
714 | 2024-07-18T21:12:24.428Z | Downloaded ciborium-io v0.2.2 |
715 | 2024-07-18T21:12:24.429Z | Downloaded darling_macro v0.20.9 |
716 | 2024-07-18T21:12:24.432Z | Downloaded crucible-workspace-hack v0.1.0 |
717 | 2024-07-18T21:12:24.435Z | Downloaded async-stream-impl v0.3.5 |
718 | 2024-07-18T21:12:24.441Z | Downloaded bit-vec v0.6.3 |
719 | 2024-07-18T21:12:24.445Z | Downloaded bb8 v0.8.5 |
720 | 2024-07-18T21:12:24.445Z | Downloaded oso-derive v0.27.3 |
721 | 2024-07-18T21:12:24.445Z | Downloaded number_prefix v0.4.0 |
722 | 2024-07-18T21:12:24.451Z | Downloaded normalize-line-endings v0.3.0 |
723 | 2024-07-18T21:12:24.451Z | Downloaded newtype_derive v0.1.6 |
724 | 2024-07-18T21:12:24.451Z | Downloaded new_debug_unreachable v1.0.6 |
725 | 2024-07-18T21:12:24.454Z | Downloaded nodrop v0.1.14 |
726 | 2024-07-18T21:12:24.454Z | Downloaded bitfield-struct v0.6.1 |
727 | 2024-07-18T21:12:24.454Z | Downloaded bitstruct_derive v0.1.0 |
728 | 2024-07-18T21:12:24.454Z | Downloaded base16ct v0.2.0 |
729 | 2024-07-18T21:12:24.458Z | Downloaded ascii-canvas v3.0.0 |
730 | 2024-07-18T21:12:24.458Z | Downloaded atty v0.2.14 |
731 | 2024-07-18T21:12:24.463Z | Downloaded array-init v0.0.4 |
732 | 2024-07-18T21:12:24.463Z | Downloaded newline-converter v0.3.0 |
733 | 2024-07-18T21:12:24.463Z | Downloaded crc-catalog v2.4.0 |
734 | 2024-07-18T21:12:24.469Z | Downloaded colored v2.1.0 |
735 | 2024-07-18T21:12:24.469Z | Downloaded castaway v0.2.2 |
736 | 2024-07-18T21:12:24.469Z | Downloaded constant_time_eq v0.3.0 |
737 | 2024-07-18T21:12:24.469Z | Downloaded chacha20 v0.9.1 |
738 | 2024-07-18T21:12:24.472Z | Downloaded async-recursion v1.1.1 |
739 | 2024-07-18T21:12:24.475Z | Downloaded portpicker v0.1.1 |
740 | 2024-07-18T21:12:24.475Z | Downloaded pretty-hex v0.2.1 |
741 | 2024-07-18T21:12:24.478Z | Downloaded defmt-macros v0.3.9 |
742 | 2024-07-18T21:12:24.481Z | Downloaded buf-list v1.0.3 |
743 | 2024-07-18T21:12:24.484Z | Downloaded parse-display v0.9.1 |
744 | 2024-07-18T21:12:24.484Z | Downloaded atomic-waker v1.1.2 |
745 | 2024-07-18T21:12:24.487Z | Downloaded async-trait v0.1.81 |
746 | 2024-07-18T21:12:24.490Z | Downloaded assert_matches v1.5.0 |
747 | 2024-07-18T21:12:24.490Z | Downloaded packed_struct v0.10.1 |
748 | 2024-07-18T21:12:24.494Z | Downloaded num_enum v0.5.11 |
749 | 2024-07-18T21:12:24.497Z | Downloaded num-derive v0.4.2 |
750 | 2024-07-18T21:12:24.501Z | Downloaded crunchy v0.2.2 |
751 | 2024-07-18T21:12:24.501Z | Downloaded multimap v0.10.0 |
752 | 2024-07-18T21:12:24.503Z | Downloaded mime_guess v2.0.4 |
753 | 2024-07-18T21:12:24.503Z | Downloaded cookie v0.17.0 |
754 | 2024-07-18T21:12:24.508Z | Downloaded ppv-lite86 v0.2.17 |
755 | 2024-07-18T21:12:24.511Z | Downloaded rand_chacha v0.3.1 |
756 | 2024-07-18T21:12:24.511Z | Downloaded num-iter v0.1.45 |
757 | 2024-07-18T21:12:24.511Z | Downloaded bitfield v0.14.0 |
758 | 2024-07-18T21:12:24.532Z | Downloaded quick-error v1.2.3 |
759 | 2024-07-18T21:12:24.532Z | Downloaded num_enum_derive v0.5.11 |
760 | 2024-07-18T21:12:24.532Z | Downloaded cancel-safe-futures v0.1.5 |
761 | 2024-07-18T21:12:24.532Z | Downloaded parse-size v1.0.0 |
762 | 2024-07-18T21:12:24.532Z | Downloaded cookie_store v0.20.0 |
763 | 2024-07-18T21:12:24.532Z | Downloaded derive_builder_macro v0.20.0 |
764 | 2024-07-18T21:12:24.532Z | Downloaded pem v3.0.4 |
765 | 2024-07-18T21:12:24.532Z | Downloaded bcs v0.1.6 |
766 | 2024-07-18T21:12:24.537Z | Downloaded ref-cast v1.0.23 |
767 | 2024-07-18T21:12:24.538Z | Downloaded ascii v1.1.0 |
768 | 2024-07-18T21:12:24.538Z | Downloaded num-rational v0.4.2 |
769 | 2024-07-18T21:12:24.538Z | Downloaded cexpr v0.6.0 |
770 | 2024-07-18T21:12:24.538Z | Downloaded precomputed-hash v0.1.1 |
771 | 2024-07-18T21:12:24.541Z | Downloaded phf_shared v0.10.0 |
772 | 2024-07-18T21:12:24.541Z | Downloaded cassowary v0.3.0 |
773 | 2024-07-18T21:12:24.541Z | Downloaded convert_case v0.4.0 |
774 | 2024-07-18T21:12:24.541Z | Downloaded ciborium-ll v0.2.2 |
775 | 2024-07-18T21:12:24.544Z | Downloaded crossbeam-deque v0.8.5 |
776 | 2024-07-18T21:12:24.544Z | Downloaded foreign-types-shared v0.3.1 |
777 | 2024-07-18T21:12:24.547Z | Downloaded ref-cast-impl v1.0.23 |
778 | 2024-07-18T21:12:24.547Z | Downloaded data-encoding v2.6.0 |
779 | 2024-07-18T21:12:24.547Z | Downloaded curve25519-dalek-derive v0.1.1 |
780 | 2024-07-18T21:12:24.554Z | Downloaded difflib v0.4.0 |
781 | 2024-07-18T21:12:24.554Z | Downloaded downcast v0.11.0 |
782 | 2024-07-18T21:12:24.554Z | Downloaded cobs v0.2.3 |
783 | 2024-07-18T21:12:24.558Z | Downloaded pkcs8 v0.10.2 |
784 | 2024-07-18T21:12:24.558Z | Downloaded parking_lot v0.11.2 |
785 | 2024-07-18T21:12:24.558Z | Downloaded defmt v0.3.8 |
786 | 2024-07-18T21:12:24.561Z | Downloaded predicates-core v1.0.6 |
787 | 2024-07-18T21:12:24.564Z | Downloaded password-hash v0.5.0 |
788 | 2024-07-18T21:12:24.567Z | Downloaded console v0.15.8 |
789 | 2024-07-18T21:12:24.570Z | Downloaded crossbeam-epoch v0.9.18 |
790 | 2024-07-18T21:12:24.572Z | Downloaded predicates-tree v1.0.9 |
791 | 2024-07-18T21:12:24.572Z | Downloaded r2d2 v0.8.10 |
792 | 2024-07-18T21:12:24.575Z | Downloaded untrusted v0.7.1 |
793 | 2024-07-18T21:12:24.575Z | Downloaded parking_lot_core v0.8.6 |
794 | 2024-07-18T21:12:24.578Z | Downloaded derive-where v1.2.7 |
795 | 2024-07-18T21:12:24.581Z | Downloaded hubpack_derive v0.1.1 |
796 | 2024-07-18T21:12:24.584Z | Downloaded http-range v0.1.5 |
797 | 2024-07-18T21:12:24.584Z | Downloaded rand_seeder v0.2.3 |
798 | 2024-07-18T21:12:24.587Z | Downloaded multer v3.1.0 |
799 | 2024-07-18T21:12:24.590Z | Downloaded const_format_proc_macros v0.2.32 |
800 | 2024-07-18T21:12:24.590Z | Downloaded which v4.4.2 |
801 | 2024-07-18T21:12:24.593Z | Downloaded walkdir v2.5.0 |
802 | 2024-07-18T21:12:24.596Z | Downloaded dyn-clone v1.0.17 |
803 | 2024-07-18T21:12:24.596Z | Downloaded rand_xorshift v0.3.0 |
804 | 2024-07-18T21:12:24.601Z | Downloaded termtree v0.4.1 |
805 | 2024-07-18T21:12:24.601Z | Downloaded radium v0.7.0 |
806 | 2024-07-18T21:12:24.601Z | Downloaded rand_core v0.6.4 |
807 | 2024-07-18T21:12:24.604Z | Downloaded display-error-chain v0.2.0 |
808 | 2024-07-18T21:12:24.605Z | Downloaded topological-sort v0.2.2 |
809 | 2024-07-18T21:12:24.605Z | Downloaded zone_cfg_derive v0.1.2 |
810 | 2024-07-18T21:12:24.608Z | Downloaded toolchain_find v0.4.0 |
811 | 2024-07-18T21:12:24.608Z | Downloaded tokio-tungstenite v0.21.0 |
812 | 2024-07-18T21:12:24.612Z | Downloaded derive_builder v0.20.0 |
813 | 2024-07-18T21:12:24.615Z | Downloaded blake2 v0.10.6 |
814 | 2024-07-18T21:12:24.621Z | Downloaded humantime v2.1.0 |
815 | 2024-07-18T21:12:24.621Z | Downloaded foreign-types-macros v0.2.3 |
816 | 2024-07-18T21:12:24.621Z | Downloaded omicron-zone-package v0.11.0 |
817 | 2024-07-18T21:12:24.628Z | Downloaded flagset v0.4.5 |
818 | 2024-07-18T21:12:24.628Z | Downloaded lru-cache v0.1.2 |
819 | 2024-07-18T21:12:24.628Z | Downloaded pkcs1 v0.7.5 |
820 | 2024-07-18T21:12:24.628Z | Downloaded ciborium v0.2.2 |
821 | 2024-07-18T21:12:24.652Z | Downloaded lru v0.12.3 |
822 | 2024-07-18T21:12:24.652Z | Downloaded oso v0.27.3 |
823 | 2024-07-18T21:12:24.652Z | Downloaded keccak v0.1.5 |
824 | 2024-07-18T21:12:24.652Z | Downloaded shlex v1.3.0 |
825 | 2024-07-18T21:12:24.669Z | Downloaded sigpipe v0.1.3 |
826 | 2024-07-18T21:12:24.669Z | Downloaded pem-rfc7468 v0.7.0 |
827 | 2024-07-18T21:12:24.669Z | Downloaded rusty-fork v0.3.0 |
828 | 2024-07-18T21:12:24.669Z | Downloaded rpassword v7.3.1 |
829 | 2024-07-18T21:12:24.669Z | Downloaded crc-any v2.5.0 |
830 | 2024-07-18T21:12:24.669Z | Downloaded cookie v0.18.1 |
831 | 2024-07-18T21:12:24.669Z | Downloaded spin v0.5.2 |
832 | 2024-07-18T21:12:24.669Z | Downloaded tls_codec_derive v0.4.1 |
833 | 2024-07-18T21:12:24.669Z | Downloaded const-oid v0.9.6 |
834 | 2024-07-18T21:12:24.669Z | Downloaded vsss-rs v3.3.4 |
835 | 2024-07-18T21:12:24.669Z | Downloaded postgres-types v0.2.6 |
836 | 2024-07-18T21:12:24.669Z | Downloaded endian-type v0.1.2 |
837 | 2024-07-18T21:12:24.669Z | Downloaded either v1.12.0 |
838 | 2024-07-18T21:12:24.669Z | Downloaded clang-sys v1.7.0 |
839 | 2024-07-18T21:12:24.675Z | Downloaded diesel_table_macro_syntax v0.1.0 |
840 | 2024-07-18T21:12:24.675Z | Downloaded embedded-io v0.4.0 |
841 | 2024-07-18T21:12:24.675Z | Downloaded tabwriter v1.4.0 |
842 | 2024-07-18T21:12:24.675Z | Downloaded glob v0.3.1 |
843 | 2024-07-18T21:12:24.675Z | Downloaded fastrand v2.1.0 |
844 | 2024-07-18T21:12:24.676Z | Downloaded base64 v0.22.1 |
845 | 2024-07-18T21:12:24.679Z | Downloaded fd-lock v4.0.2 |
846 | 2024-07-18T21:12:24.684Z | Downloaded matches v0.1.10 |
847 | 2024-07-18T21:12:24.684Z | Downloaded instant v0.1.12 |
848 | 2024-07-18T21:12:24.684Z | Downloaded globset v0.4.14 |
849 | 2024-07-18T21:12:24.687Z | Downloaded num-traits v0.2.19 |
850 | 2024-07-18T21:12:24.687Z | Downloaded uzers v0.11.3 |
851 | 2024-07-18T21:12:24.690Z | Downloaded utf-8 v0.7.6 |
852 | 2024-07-18T21:12:24.690Z | Downloaded kstat-rs v0.2.4 |
853 | 2024-07-18T21:12:24.693Z | Downloaded libsw v3.3.1 |
854 | 2024-07-18T21:12:24.693Z | Downloaded rustls-pemfile v2.1.2 |
855 | 2024-07-18T21:12:24.696Z | Downloaded chacha20poly1305 v0.10.1 |
856 | 2024-07-18T21:12:24.702Z | Downloaded rcgen v0.12.1 |
857 | 2024-07-18T21:12:24.702Z | Downloaded spki v0.7.3 |
858 | 2024-07-18T21:12:24.705Z | Downloaded signature v2.2.0 |
859 | 2024-07-18T21:12:24.705Z | Downloaded structmeta-derive v0.2.0 |
860 | 2024-07-18T21:12:24.709Z | Downloaded structmeta v0.3.0 |
861 | 2024-07-18T21:12:24.709Z | Downloaded rustls-pki-types v1.7.0 |
862 | 2024-07-18T21:12:24.713Z | Downloaded signal-hook-tokio v0.3.1 |
863 | 2024-07-18T21:12:24.713Z | Downloaded serde_path_to_error v0.1.16 |
864 | 2024-07-18T21:12:24.718Z | Downloaded snafu-derive v0.8.2 |
865 | 2024-07-18T21:12:24.718Z | Downloaded derive_more v0.99.18 |
866 | 2024-07-18T21:12:24.722Z | Downloaded crypto-bigint v0.5.5 |
867 | 2024-07-18T21:12:24.726Z | Downloaded is_ci v1.2.0 |
868 | 2024-07-18T21:12:24.729Z | Downloaded unarray v0.1.4 |
869 | 2024-07-18T21:12:24.729Z | Downloaded iana-time-zone v0.1.60 |
870 | 2024-07-18T21:12:24.732Z | Downloaded indent_write v2.2.0 |
871 | 2024-07-18T21:12:24.738Z | Downloaded half v2.4.1 |
872 | 2024-07-18T21:12:24.738Z | Downloaded universal-hash v0.5.1 |
873 | 2024-07-18T21:12:24.742Z | Downloaded fxhash v0.2.1 |
874 | 2024-07-18T21:12:24.742Z | Downloaded rustfmt-wrapper v0.2.1 |
875 | 2024-07-18T21:12:24.742Z | Downloaded lalrpop-util v0.19.12 |
876 | 2024-07-18T21:12:24.742Z | Downloaded libloading v0.8.3 |
877 | 2024-07-18T21:12:24.746Z | Downloaded hash32 v0.3.1 |
878 | 2024-07-18T21:12:24.746Z | Downloaded hash32 v0.2.1 |
879 | 2024-07-18T21:12:24.747Z | Downloaded darling_core v0.20.9 |
880 | 2024-07-18T21:12:24.751Z | Downloaded rustc_version v0.4.0 |
881 | 2024-07-18T21:12:24.754Z | Downloaded supports-color v3.0.0 |
882 | 2024-07-18T21:12:24.754Z | Downloaded sqlparser_derive v0.2.2 |
883 | 2024-07-18T21:12:24.757Z | Downloaded minimal-lexical v0.2.1 |
884 | 2024-07-18T21:12:24.761Z | Downloaded subtle v2.5.0 |
885 | 2024-07-18T21:12:24.770Z | Downloaded hostname v0.4.0 |
886 | 2024-07-18T21:12:24.773Z | Downloaded toml v0.5.11 |
887 | 2024-07-18T21:12:24.776Z | Downloaded trust-dns-resolver v0.22.0 |
888 | 2024-07-18T21:12:24.779Z | Downloaded enum-as-inner v0.5.1 |
889 | 2024-07-18T21:12:24.782Z | Downloaded waitgroup v0.1.2 |
890 | 2024-07-18T21:12:24.782Z | Downloaded ident_case v1.0.1 |
891 | 2024-07-18T21:12:24.785Z | Downloaded prettyplease v0.2.20 |
892 | 2024-07-18T21:12:24.788Z | Downloaded lazy_static v1.5.0 |
893 | 2024-07-18T21:12:24.788Z | Downloaded schemars_derive v0.8.21 |
894 | 2024-07-18T21:12:24.792Z | Downloaded rayon-core v1.12.1 |
895 | 2024-07-18T21:12:24.796Z | Downloaded pin-project v1.1.5 |
896 | 2024-07-18T21:12:24.805Z | Downloaded stability v0.2.0 |
897 | 2024-07-18T21:12:24.808Z | Downloaded libefi-sys v0.1.0 |
898 | 2024-07-18T21:12:24.808Z | Downloaded slog-stdlog v4.1.1 |
899 | 2024-07-18T21:12:24.808Z | Downloaded slog-scope v4.4.0 |
900 | 2024-07-18T21:12:24.812Z | Downloaded tokio-tungstenite v0.20.1 |
901 | 2024-07-18T21:12:24.812Z | Downloaded thiserror-no-std v2.0.2 |
902 | 2024-07-18T21:12:24.816Z | Downloaded smallvec v0.6.14 |
903 | 2024-07-18T21:12:24.819Z | Downloaded textwrap v0.16.1 |
904 | 2024-07-18T21:12:24.819Z | Downloaded vte v0.11.1 |
905 | 2024-07-18T21:12:24.823Z | Downloaded maplit v1.0.2 |
906 | 2024-07-18T21:12:24.823Z | Downloaded tokio-rustls v0.25.0 |
907 | 2024-07-18T21:12:24.827Z | Downloaded tokio-rustls v0.24.1 |
908 | 2024-07-18T21:12:24.830Z | Downloaded tls_codec v0.4.1 |
909 | 2024-07-18T21:12:24.830Z | Downloaded same-file v1.0.6 |
910 | 2024-07-18T21:12:24.834Z | Downloaded heapless v0.8.0 |
911 | 2024-07-18T21:12:24.838Z | Downloaded serde_arrays v0.1.0 |
912 | 2024-07-18T21:12:24.838Z | Downloaded headers-core v0.2.0 |
913 | 2024-07-18T21:12:24.838Z | Downloaded env_logger v0.9.3 |
914 | 2024-07-18T21:12:24.841Z | Downloaded zeroize_derive v1.4.2 |
915 | 2024-07-18T21:12:24.841Z | Downloaded whoami v1.5.1 |
916 | 2024-07-18T21:12:24.844Z | Downloaded env_logger v0.10.2 |
917 | 2024-07-18T21:12:24.849Z | Downloaded rand v0.8.5 |
918 | 2024-07-18T21:12:24.852Z | Downloaded ron v0.8.1 |
919 | 2024-07-18T21:12:24.855Z | Downloaded scheduled-thread-pool v0.2.7 |
920 | 2024-07-18T21:12:24.858Z | Downloaded wyz v0.5.1 |
921 | 2024-07-18T21:12:24.858Z | Downloaded publicsuffix v2.2.3 |
922 | 2024-07-18T21:12:24.861Z | Downloaded smf v0.2.3 |
923 | 2024-07-18T21:12:24.861Z | Downloaded vte_generate_state_changes v0.1.1 |
924 | 2024-07-18T21:12:24.864Z | Downloaded fixedbitset v0.4.2 |
925 | 2024-07-18T21:12:24.864Z | Downloaded tap v1.0.1 |
926 | 2024-07-18T21:12:24.864Z | Downloaded strum_macros v0.24.3 |
927 | 2024-07-18T21:12:24.868Z | Downloaded typed-path v0.7.1 |
928 | 2024-07-18T21:12:24.872Z | Downloaded resolv-conf v0.7.0 |
929 | 2024-07-18T21:12:24.875Z | Downloaded sqlformat v0.2.4 |
930 | 2024-07-18T21:12:24.879Z | Downloaded heapless v0.7.17 |
931 | 2024-07-18T21:12:24.883Z | Downloaded serde-hex v0.1.0 |
932 | 2024-07-18T21:12:24.883Z | Downloaded unicode-linebreak v0.1.5 |
933 | 2024-07-18T21:12:24.883Z | Downloaded erased-serde v0.3.31 |
934 | 2024-07-18T21:12:24.887Z | Downloaded unicase v2.7.0 |
935 | 2024-07-18T21:12:24.887Z | Downloaded sec1 v0.7.3 |
936 | 2024-07-18T21:12:24.889Z | Downloaded tui-tree-widget v0.21.0 |
937 | 2024-07-18T21:12:24.890Z | Downloaded termcolor v1.4.1 |
938 | 2024-07-18T21:12:24.892Z | Downloaded signal-hook v0.3.17 |
939 | 2024-07-18T21:12:24.895Z | Downloaded gethostname v0.4.3 |
940 | 2024-07-18T21:12:24.895Z | Downloaded float-cmp v0.9.0 |
941 | 2024-07-18T21:12:24.898Z | Downloaded linear-map v1.2.0 |
942 | 2024-07-18T21:12:24.898Z | Downloaded funty v2.0.0 |
943 | 2024-07-18T21:12:24.901Z | Downloaded strum_macros v0.25.3 |
944 | 2024-07-18T21:12:24.901Z | Downloaded serde_yaml v0.9.34+deprecated |
945 | 2024-07-18T21:12:24.904Z | Downloaded tracing-attributes v0.1.27 |
946 | 2024-07-18T21:12:24.906Z | Downloaded num-bigint-dig v0.8.4 |
947 | 2024-07-18T21:12:24.911Z | Downloaded stable_deref_trait v1.2.0 |
948 | 2024-07-18T21:12:24.915Z | Downloaded untrusted v0.9.0 |
949 | 2024-07-18T21:12:24.915Z | Downloaded float-ord v0.3.2 |
950 | 2024-07-18T21:12:24.918Z | Downloaded fallible-iterator v0.2.0 |
951 | 2024-07-18T21:12:24.918Z | Downloaded getrandom v0.2.14 |
952 | 2024-07-18T21:12:24.923Z | Downloaded unicode-truncate v1.0.0 |
953 | 2024-07-18T21:12:24.923Z | Downloaded string_cache v0.8.7 |
954 | 2024-07-18T21:12:24.926Z | Downloaded static_assertions v1.1.0 |
955 | 2024-07-18T21:12:24.926Z | Downloaded smawk v0.3.2 |
956 | 2024-07-18T21:12:24.926Z | Downloaded elliptic-curve v0.13.8 |
957 | 2024-07-18T21:12:24.929Z | Downloaded impl-trait-for-tuples v0.2.2 |
958 | 2024-07-18T21:12:24.933Z | Downloaded memoffset v0.9.1 |
959 | 2024-07-18T21:12:24.936Z | Downloaded md-5 v0.10.6 |
960 | 2024-07-18T21:12:24.936Z | Downloaded memmap2 v0.9.4 |
961 | 2024-07-18T21:12:24.940Z | Downloaded unicode-xid v0.2.4 |
962 | 2024-07-18T21:12:24.940Z | Downloaded samael v0.0.15 |
963 | 2024-07-18T21:12:24.945Z | Downloaded similar v2.5.0 |
964 | 2024-07-18T21:12:24.948Z | Downloaded serde_plain v1.0.2 |
965 | 2024-07-18T21:12:24.951Z | Downloaded rtoolbox v0.0.2 |
966 | 2024-07-18T21:12:24.951Z | Downloaded subprocess v0.2.9 |
967 | 2024-07-18T21:12:24.954Z | Downloaded nom v7.1.3 |
968 | 2024-07-18T21:12:24.958Z | Downloaded tungstenite v0.21.0 |
969 | 2024-07-18T21:12:24.961Z | Downloaded serde_repr v0.1.19 |
970 | 2024-07-18T21:12:24.964Z | Downloaded aho-corasick v1.1.3 |
971 | 2024-07-18T21:12:24.969Z | Downloaded diesel_derives v2.1.4 |
972 | 2024-07-18T21:12:24.973Z | Downloaded termios v0.3.3 |
973 | 2024-07-18T21:12:24.978Z | Downloaded steno v0.4.1 |
974 | 2024-07-18T21:12:24.981Z | Downloaded spin v0.9.8 |
975 | 2024-07-18T21:12:24.983Z | Downloaded num-bigint v0.4.5 |
976 | 2024-07-18T21:12:24.986Z | Downloaded structmeta v0.2.0 |
977 | 2024-07-18T21:12:24.989Z | Downloaded crossterm v0.27.0 |
978 | 2024-07-18T21:12:24.993Z | Downloaded strip-ansi-escapes v0.2.0 |
979 | 2024-07-18T21:12:24.996Z | Downloaded zerocopy v0.6.6 |
980 | 2024-07-18T21:12:25.000Z | Downloaded wait-timeout v0.2.0 |
981 | 2024-07-18T21:12:25.000Z | Downloaded hmac v0.12.1 |
982 | 2024-07-18T21:12:25.005Z | Downloaded itertools v0.12.1 |
983 | 2024-07-18T21:12:25.010Z | Downloaded test-strategy v0.3.1 |
984 | 2024-07-18T21:12:25.014Z | Downloaded schemars v0.8.21 |
985 | 2024-07-18T21:12:25.022Z | Downloaded blake3 v1.5.1 |
986 | 2024-07-18T21:12:25.028Z | Downloaded tungstenite v0.20.1 |
987 | 2024-07-18T21:12:25.032Z | Downloaded indicatif v0.17.8 |
988 | 2024-07-18T21:12:25.036Z | Downloaded headers v0.3.9 |
989 | 2024-07-18T21:12:25.041Z | Downloaded rustyline v14.0.0 |
990 | 2024-07-18T21:12:25.047Z | Downloaded hashbrown v0.13.2 |
991 | 2024-07-18T21:12:25.050Z | Downloaded tough v0.17.1 |
992 | 2024-07-18T21:12:25.058Z | Downloaded bindgen v0.69.4 |
993 | 2024-07-18T21:12:25.065Z | Downloaded unicode_categories v0.1.1 |
994 | 2024-07-18T21:12:25.068Z | Downloaded trust-dns-server v0.22.1 |
995 | 2024-07-18T21:12:25.072Z | Downloaded itertools v0.10.5 |
996 | 2024-07-18T21:12:25.078Z | Downloaded reedline v0.31.0 |
997 | 2024-07-18T21:12:25.085Z | Downloaded rsa v0.9.6 |
998 | 2024-07-18T21:12:25.090Z | Downloaded serde_with v3.8.3 |
999 | 2024-07-18T21:12:25.099Z | Downloaded libxml v0.3.3 |
1000 | 2024-07-18T21:12:25.105Z | Downloaded x509-cert v0.2.5 |
1001 | 2024-07-18T21:12:25.111Z | Downloaded bitvec v1.0.1 |
1002 | 2024-07-18T21:12:25.126Z | Downloaded expectorate v1.1.0 |
1003 | 2024-07-18T21:12:25.130Z | Downloaded quick-xml v0.31.0 |
1004 | 2024-07-18T21:12:25.133Z | Downloaded chrono v0.4.38 |
1005 | 2024-07-18T21:12:25.140Z | Downloaded hashbrown v0.12.3 |
1006 | 2024-07-18T21:12:25.146Z | Downloaded rustls-webpki v0.101.7 |
1007 | 2024-07-18T21:12:25.159Z | Downloaded webpki-roots v0.25.4 |
1008 | 2024-07-18T21:12:25.163Z | Downloaded hkdf v0.12.4 |
1009 | 2024-07-18T21:12:25.168Z | Downloaded proptest v1.4.0 |
1010 | 2024-07-18T21:12:25.174Z | Downloaded curve25519-dalek v4.1.3 |
1011 | 2024-07-18T21:12:25.182Z | Downloaded lalrpop v0.19.12 |
1012 | 2024-07-18T21:12:25.194Z | Downloaded winnow v0.5.40 |
1013 | 2024-07-18T21:12:25.202Z | Downloaded smoltcp v0.9.1 |
1014 | 2024-07-18T21:12:25.213Z | Downloaded object v0.30.4 |
1015 | 2024-07-18T21:12:25.221Z | Downloaded sqlparser v0.45.0 |
1016 | 2024-07-18T21:12:25.228Z | Downloaded nix v0.27.1 |
1017 | 2024-07-18T21:12:25.236Z | Downloaded regex v1.10.5 |
1018 | 2024-07-18T21:12:25.250Z | Downloaded trust-dns-proto v0.22.0 |
1019 | 2024-07-18T21:12:25.261Z | Downloaded gimli v0.28.1 |
1020 | 2024-07-18T21:12:25.271Z | Downloaded smoltcp v0.11.0 |
1021 | 2024-07-18T21:12:25.286Z | Downloaded idna v0.2.3 |
1022 | 2024-07-18T21:12:25.290Z | Downloaded idna v0.3.0 |
1023 | 2024-07-18T21:12:25.294Z | Downloaded rustls v0.22.4 |
1024 | 2024-07-18T21:12:25.308Z | Downloaded openapiv3 v2.0.0 |
1025 | 2024-07-18T21:12:25.318Z | Downloaded regress v0.9.1 |
1026 | 2024-07-18T21:12:25.326Z | Downloaded regex-syntax v0.8.3 |
1027 | 2024-07-18T21:12:25.334Z | Downloaded ratatui v0.27.0 |
1028 | 2024-07-18T21:12:25.353Z | Downloaded sled v0.34.7 |
1029 | 2024-07-18T21:12:25.362Z | Downloaded rustls v0.21.12 |
1030 | 2024-07-18T21:12:25.373Z | Downloaded zerocopy-derive v0.6.6 |
1031 | 2024-07-18T21:12:25.382Z | Downloaded regex-automata v0.4.6 |
1032 | 2024-07-18T21:12:25.398Z | Downloaded petgraph v0.6.5 |
1033 | 2024-07-18T21:12:25.417Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
1034 | 2024-07-18T21:12:25.427Z | Downloaded finl_unicode v1.2.0 |
1035 | 2024-07-18T21:12:25.438Z | Downloaded bstr v1.9.1 |
1036 | 2024-07-18T21:12:25.450Z | Downloaded csv v1.3.0 |
1037 | 2024-07-18T21:12:25.468Z | Downloaded sha3 v0.10.8 |
1038 | 2024-07-18T21:12:25.472Z | Downloaded regex-syntax v0.6.29 |
1039 | 2024-07-18T21:12:25.479Z | Downloaded polar-core v0.27.3 |
1040 | 2024-07-18T21:12:25.488Z | Downloaded nix v0.28.0 |
1041 | 2024-07-18T21:12:25.498Z | Downloaded object v0.32.2 |
1042 | 2024-07-18T21:12:25.507Z | Downloaded diesel v2.1.6 |
1043 | 2024-07-18T21:12:25.524Z | Downloaded radix_trie v0.2.1 |
1044 | 2024-07-18T21:12:25.529Z | Downloaded bstr v0.2.17 |
1045 | 2024-07-18T21:12:25.538Z | Downloaded rustls-webpki v0.102.4 |
1046 | 2024-07-18T21:12:25.556Z | Downloaded rayon v1.10.0 |
1047 | 2024-07-18T21:12:25.565Z | Downloaded regex-automata v0.1.10 |
1048 | 2024-07-18T21:12:25.570Z | Downloaded trust-dns-client v0.22.0 |
1049 | 2024-07-18T21:12:25.575Z | Downloaded libm v0.2.8 |
1050 | 2024-07-18T21:12:25.582Z | Downloaded itertools v0.13.0 |
1051 | 2024-07-18T21:12:25.589Z | Downloaded portable-atomic v1.6.0 |
1052 | 2024-07-18T21:12:25.595Z | Downloaded ron v0.7.1 |
1053 | 2024-07-18T21:12:25.599Z | Downloaded flume v0.11.0 |
1054 | 2024-07-18T21:12:25.603Z | Downloaded http v1.1.0 |
1055 | 2024-07-18T21:12:25.606Z | Downloaded toml_edit v0.19.15 |
1056 | 2024-07-18T21:12:25.623Z | Downloaded siphasher v0.3.11 |
1057 | 2024-07-18T21:12:25.627Z | Downloaded tiny-keccak v2.0.2 |
1058 | 2024-07-18T21:12:25.627Z | Downloaded unsafe-libyaml v0.2.11 |
1059 | 2024-07-18T21:12:25.630Z | Downloaded tempfile v3.10.1 |
1060 | 2024-07-18T21:12:25.634Z | Downloaded fragile v2.0.0 |
1061 | 2024-07-18T21:12:25.634Z | Downloaded zip v0.6.6 |
1062 | 2024-07-18T21:12:25.641Z | Downloaded diff v0.1.13 |
1063 | 2024-07-18T21:12:25.645Z | Downloaded unicode-segmentation v1.11.0 |
1064 | 2024-07-18T21:12:25.645Z | Downloaded foreign-types v0.5.0 |
1065 | 2024-07-18T21:12:25.645Z | Downloaded rustc-demangle v0.1.24 |
1066 | 2024-07-18T21:12:25.648Z | Downloaded snafu v0.8.2 |
1067 | 2024-07-18T21:12:25.652Z | Downloaded postcard v1.0.8 |
1068 | 2024-07-18T21:12:25.655Z | Downloaded sct v0.7.1 |
1069 | 2024-07-18T21:12:25.658Z | Downloaded hyper-rustls v0.24.2 |
1070 | 2024-07-18T21:12:25.659Z | Downloaded serde_derive_internals v0.29.1 |
1071 | 2024-07-18T21:12:25.662Z | Downloaded serde-big-array v0.5.1 |
1072 | 2024-07-18T21:12:25.662Z | Downloaded maybe-uninit v2.0.0 |
1073 | 2024-07-18T21:12:25.666Z | Downloaded ipnetwork v0.20.0 |
1074 | 2024-07-18T21:12:25.666Z | Downloaded inout v0.1.3 |
1075 | 2024-07-18T21:12:25.666Z | Downloaded indoc v1.0.9 |
1076 | 2024-07-18T21:12:25.670Z | Downloaded slog-envlogger v2.2.0 |
1077 | 2024-07-18T21:12:25.670Z | Downloaded slog-dtrace v0.3.0 |
1078 | 2024-07-18T21:12:25.673Z | Downloaded tokio-stream v0.1.15 |
1079 | 2024-07-18T21:12:25.676Z | Downloaded serde_with_macros v3.8.3 |
1080 | 2024-07-18T21:12:25.676Z | Downloaded ring v0.17.8 |
1081 | 2024-07-18T21:12:25.744Z | Downloaded uuid v1.10.0 |
1082 | 2024-07-18T21:12:25.747Z | Downloaded lazycell v1.3.0 |
1083 | 2024-07-18T21:12:25.747Z | Downloaded highway v1.1.0 |
1084 | 2024-07-18T21:12:25.747Z | Downloaded hex v0.4.3 |
1085 | 2024-07-18T21:12:25.751Z | Downloaded heck v0.3.3 |
1086 | 2024-07-18T21:12:25.751Z | Downloaded stringprep v0.1.4 |
1087 | 2024-07-18T21:12:25.751Z | Downloaded rustc_version v0.1.7 |
1088 | 2024-07-18T21:12:25.754Z | Downloaded rustc-hash v1.1.0 |
1089 | 2024-07-18T21:12:25.754Z | Downloaded zeroize v1.7.0 |
1090 | 2024-07-18T21:12:25.754Z | Downloaded yasna v0.5.2 |
1091 | 2024-07-18T21:12:25.757Z | Downloaded indexmap v1.9.3 |
1092 | 2024-07-18T21:12:25.760Z | Downloaded tokio-postgres v0.7.10 |
1093 | 2024-07-18T21:12:25.763Z | Downloaded getopts v0.2.21 |
1094 | 2024-07-18T21:12:25.767Z | Downloaded signal-hook-mio v0.2.3 |
1095 | 2024-07-18T21:12:25.768Z | Downloaded fatfs v0.3.6 |
1096 | 2024-07-18T21:12:25.771Z | Downloaded toml v0.7.8 |
1097 | 2024-07-18T21:12:25.771Z | Downloaded const_format v0.2.32 |
1098 | 2024-07-18T21:12:25.774Z | Downloaded semver v0.1.20 |
1099 | 2024-07-18T21:12:25.779Z | Downloaded ring v0.16.20 |
1100 | 2024-07-18T21:12:25.852Z | Downloaded managed v0.8.0 |
1101 | 2024-07-18T21:12:25.855Z | Downloaded linked-hash-map v0.5.6 |
1102 | 2024-07-18T21:12:25.855Z | Downloaded hyper-staticfile v0.9.5 |
1103 | 2024-07-18T21:12:25.858Z | Downloaded thiserror-impl-no-std v2.0.2 |
1104 | 2024-07-18T21:12:25.858Z | Downloaded structmeta-derive v0.3.0 |
1105 | 2024-07-18T21:12:25.858Z | Downloaded backtrace v0.3.71 |
1106 | 2024-07-18T21:12:25.864Z | Downloaded compact_str v0.7.1 |
1107 | 2024-07-18T21:12:25.868Z | Downloaded secrecy v0.8.0 |
1108 | 2024-07-18T21:12:25.868Z | Downloaded home v0.5.9 |
1109 | 2024-07-18T21:12:25.868Z | Downloaded group v0.13.0 |
1110 | 2024-07-18T21:12:25.873Z | Downloaded ff v0.13.0 |
1111 | 2024-07-18T21:12:25.873Z | Downloaded ena v0.14.3 |
1112 | 2024-07-18T21:12:25.873Z | Downloaded der v0.7.9 |
1113 | 2024-07-18T21:12:25.877Z | Downloaded shell-words v1.1.0 |
1114 | 2024-07-18T21:12:25.877Z | Downloaded sha1 v0.10.6 |
1115 | 2024-07-18T21:12:25.880Z | Downloaded hubpack v0.1.2 |
1116 | 2024-07-18T21:12:25.880Z | Downloaded zone v0.1.8 |
1117 | 2024-07-18T21:12:25.880Z | Downloaded owo-colors v4.0.0 |
1118 | 2024-07-18T21:12:25.885Z | Downloaded nu-ansi-term v0.50.0 |
1119 | 2024-07-18T21:12:25.885Z | Downloaded base64 v0.13.1 |
1120 | 2024-07-18T21:12:25.888Z | Downloaded der_derive v0.7.2 |
1121 | 2024-07-18T21:12:25.888Z | Downloaded packed_struct_codegen v0.10.1 |
1122 | 2024-07-18T21:12:25.891Z | Downloaded paste v1.0.15 |
1123 | 2024-07-18T21:12:25.891Z | Downloaded csv-core v0.1.11 |
1124 | 2024-07-18T21:12:25.894Z | Downloaded crc v3.2.1 |
1125 | 2024-07-18T21:12:25.894Z | Downloaded camino-tempfile v1.1.1 |
1126 | 2024-07-18T21:12:25.897Z | Downloaded bzip2 v0.4.4 |
1127 | 2024-07-18T21:12:25.897Z | Downloaded mockall_derive v0.12.1 |
1128 | 2024-07-18T21:12:25.901Z | Downloaded allocator-api2 v0.2.18 |
1129 | 2024-07-18T21:12:25.903Z | Downloaded poly1305 v0.8.0 |
1130 | 2024-07-18T21:12:25.906Z | Downloaded peg v0.8.3 |
1131 | 2024-07-18T21:12:25.909Z | Downloaded arc-swap v1.7.1 |
1132 | 2024-07-18T21:12:25.912Z | Downloaded base64ct v1.6.0 |
1133 | 2024-07-18T21:12:25.915Z | Downloaded parse-display-derive v0.9.1 |
1134 | 2024-07-18T21:12:25.915Z | Downloaded num-complex v0.4.6 |
1135 | 2024-07-18T21:12:25.915Z | Downloaded postgres-protocol v0.6.6 |
1136 | 2024-07-18T21:12:25.918Z | Downloaded pin-project-internal v1.1.5 |
1137 | 2024-07-18T21:12:25.918Z | Downloaded peg-macros v0.8.3 |
1138 | 2024-07-18T21:12:25.920Z | Downloaded nibble_vec v0.1.0 |
1139 | 2024-07-18T21:12:25.920Z | Downloaded defmt-parser v0.3.4 |
1140 | 2024-07-18T21:12:25.923Z | Downloaded peg-runtime v0.8.3 |
1141 | 2024-07-18T21:12:25.923Z | Downloaded newtype-uuid v1.1.0 |
1142 | 2024-07-18T21:12:25.924Z | Downloaded addr2line v0.21.0 |
1143 | 2024-07-18T21:12:25.926Z | Downloaded psl-types v2.0.11 |
1144 | 2024-07-18T21:12:25.927Z | Downloaded derive_builder_core v0.20.0 |
1145 | 2024-07-18T21:12:25.931Z | Downloaded argon2 v0.5.3 |
1146 | 2024-07-18T21:12:25.931Z | Downloaded bit-set v0.5.3 |
1147 | 2024-07-18T21:12:25.935Z | Downloaded phf_shared v0.11.2 |
1148 | 2024-07-18T21:12:25.935Z | Downloaded darling v0.20.9 |
1149 | 2024-07-18T21:12:25.935Z | Downloaded cipher v0.4.4 |
1150 | 2024-07-18T21:12:25.938Z | Downloaded arrayref v0.3.7 |
1151 | 2024-07-18T21:12:25.938Z | Downloaded proc-macro-crate v1.3.1 |
1152 | 2024-07-18T21:12:25.938Z | Downloaded predicates v3.1.0 |
1153 | 2024-07-18T21:12:25.941Z | Downloaded olpc-cjson v0.1.3 |
1154 | 2024-07-18T21:12:25.941Z | Downloaded phf v0.11.2 |
1155 | 2024-07-18T21:12:25.944Z | Downloaded nanorand v0.7.0 |
1156 | 2024-07-18T21:12:25.944Z | Downloaded block-padding v0.3.3 |
1157 | 2024-07-18T21:12:25.949Z | Downloaded bitflags v1.3.2 |
1158 | 2024-07-18T21:12:25.949Z | Downloaded cstr-argument v0.1.2 |
1159 | 2024-07-18T21:12:25.949Z | Downloaded ahash v0.8.11 |
1160 | 2024-07-18T21:12:25.954Z | Downloaded arrayvec v0.7.4 |
1161 | 2024-07-18T21:12:25.954Z | Downloaded opaque-debug v0.3.1 |
1162 | 2024-07-18T21:12:25.954Z | Downloaded num-integer v0.1.46 |
1163 | 2024-07-18T21:12:25.957Z | Downloaded num v0.4.3 |
1164 | 2024-07-18T21:12:25.957Z | Downloaded mockall v0.12.1 |
1165 | 2024-07-18T21:12:25.957Z | Downloaded debug-ignore v1.0.5 |
1166 | 2024-07-18T21:12:25.960Z | Downloaded backoff v0.4.0 |
1167 | 2024-07-18T21:12:25.960Z | Downloaded path-slash v0.1.5 |
1168 | 2024-07-18T21:12:25.960Z | Downloaded async-stream v0.3.5 |
1169 | 2024-07-18T21:12:26.095Z | Compiling proc-macro2 v1.0.86 |
1170 | 2024-07-18T21:12:26.095Z | Compiling unicode-ident v1.0.12 |
1171 | 2024-07-18T21:12:26.095Z | Compiling libc v0.2.155 |
1172 | 2024-07-18T21:12:26.099Z | Compiling serde v1.0.204 |
1173 | 2024-07-18T21:12:26.099Z | Compiling autocfg v1.3.0 |
1174 | 2024-07-18T21:12:26.099Z | Compiling version_check v0.9.4 |
1175 | 2024-07-18T21:12:26.099Z | Compiling cfg-if v1.0.0 |
1176 | 2024-07-18T21:12:26.310Z | Compiling cc v1.0.97 |
1177 | 2024-07-18T21:12:26.354Z | Compiling parking_lot_core v0.9.10 |
1178 | 2024-07-18T21:12:26.370Z | Compiling once_cell v1.19.0 |
1179 | 2024-07-18T21:12:26.735Z | Compiling serde_json v1.0.120 |
1180 | 2024-07-18T21:12:26.784Z | Compiling libm v0.2.8 |
1181 | 2024-07-18T21:12:26.979Z | Compiling lock_api v0.4.12 |
1182 | 2024-07-18T21:12:27.007Z | Compiling ahash v0.8.11 |
1183 | 2024-07-18T21:12:27.022Z | Compiling byteorder v1.5.0 |
1184 | 2024-07-18T21:12:27.063Z | Compiling num-traits v0.2.19 |
1185 | 2024-07-18T21:12:27.241Z | Compiling memchr v2.7.2 |
1186 | 2024-07-18T21:12:27.333Z | Compiling scopeguard v1.2.0 |
1187 | 2024-07-18T21:12:27.479Z | Compiling thiserror v1.0.62 |
1188 | 2024-07-18T21:12:27.492Z | Compiling typenum v1.17.0 |
1189 | 2024-07-18T21:12:27.965Z | Compiling quote v1.0.36 |
1190 | 2024-07-18T21:12:27.965Z | Compiling itoa v1.0.11 |
1191 | 2024-07-18T21:12:28.287Z | Compiling getrandom v0.2.14 |
1192 | 2024-07-18T21:12:28.511Z | Compiling syn v2.0.71 |
1193 | 2024-07-18T21:12:28.653Z | Compiling log v0.4.21 |
1194 | 2024-07-18T21:12:28.696Z | Compiling generic-array v0.14.7 |
1195 | 2024-07-18T21:12:29.069Z | Compiling allocator-api2 v0.2.18 |
1196 | 2024-07-18T21:12:29.256Z | Compiling slab v0.4.9 |
1197 | 2024-07-18T21:12:29.287Z | Compiling ring v0.17.8 |
1198 | 2024-07-18T21:12:29.400Z | Compiling ryu v1.0.18 |
1199 | 2024-07-18T21:12:29.576Z | Compiling pin-project-lite v0.2.14 |
1200 | 2024-07-18T21:12:29.746Z | Compiling smallvec v1.13.2 |
1201 | 2024-07-18T21:12:29.766Z | Compiling schemars v0.8.21 |
1202 | 2024-07-18T21:12:29.775Z | Compiling semver v1.0.23 |
1203 | 2024-07-18T21:12:30.112Z | Compiling equivalent v1.0.1 |
1204 | 2024-07-18T21:12:30.221Z | Compiling spin v0.9.8 |
1205 | 2024-07-18T21:12:30.311Z | Compiling vcpkg v0.2.15 |
1206 | 2024-07-18T21:12:30.327Z | Compiling pkg-config v0.3.30 |
1207 | 2024-07-18T21:12:30.653Z | Compiling parking_lot v0.12.2 |
1208 | 2024-07-18T21:12:34.603Z | Compiling signal-hook-registry v1.4.2 |
1209 | 2024-07-18T21:12:34.620Z | Compiling syn v1.0.109 |
1210 | 2024-07-18T21:12:34.620Z | Compiling openssl-sys v0.9.102 |
1211 | 2024-07-18T21:12:34.620Z | Compiling mio v0.8.11 |
1212 | 2024-07-18T21:12:34.620Z | Compiling rand_core v0.6.4 |
1213 | 2024-07-18T21:12:34.620Z | Compiling socket2 v0.5.7 |
1214 | 2024-07-18T21:12:34.620Z | Compiling num_cpus v1.16.0 |
1215 | 2024-07-18T21:12:34.620Z | Compiling time-core v0.1.2 |
1216 | 2024-07-18T21:12:34.620Z | Compiling num-conv v0.1.0 |
1217 | 2024-07-18T21:12:34.620Z | Compiling time-macros v0.2.18 |
1218 | 2024-07-18T21:12:34.621Z | Compiling httparse v1.8.0 |
1219 | 2024-07-18T21:12:34.621Z | Compiling heck v0.5.0 |
1220 | 2024-07-18T21:12:34.675Z | Compiling futures-core v0.3.30 |
1221 | 2024-07-18T21:12:34.917Z | Compiling openssl v0.10.64 |
1222 | 2024-07-18T21:12:35.063Z | Compiling fnv v1.0.7 |
1223 | 2024-07-18T21:12:35.514Z | Compiling crossbeam-utils v0.8.19 |
1224 | 2024-07-18T21:12:35.531Z | Compiling iana-time-zone v0.1.60 |
1225 | 2024-07-18T21:12:35.783Z | Compiling rustix v0.38.34 |
1226 | 2024-07-18T21:12:36.038Z | Compiling serde_derive_internals v0.29.1 |
1227 | 2024-07-18T21:12:36.396Z | Compiling rustls v0.21.12 |
1228 | 2024-07-18T21:12:36.418Z | Compiling native-tls v0.2.11 |
1229 | 2024-07-18T21:12:36.585Z | Compiling tinyvec_macros v0.1.1 |
1230 | 2024-07-18T21:12:36.666Z | Compiling tinyvec v1.6.0 |
1231 | 2024-07-18T21:12:36.973Z | Compiling const-oid v0.9.6 |
1232 | 2024-07-18T21:12:37.450Z | Compiling subtle v2.5.0 |
1233 | 2024-07-18T21:12:37.540Z | Compiling ucd-trie v0.1.6 |
1234 | 2024-07-18T21:12:37.721Z | Compiling futures-sink v0.3.30 |
1235 | 2024-07-18T21:12:37.992Z | Compiling unicode-normalization v0.1.23 |
1236 | 2024-07-18T21:12:38.230Z | Compiling backtrace v0.3.71 |
1237 | 2024-07-18T21:12:38.329Z | Compiling cookie v0.17.0 |
1238 | 2024-07-18T21:12:38.589Z | Compiling slog v2.7.0 |
1239 | 2024-07-18T21:12:38.628Z | Compiling unicode-bidi v0.3.15 |
1240 | 2024-07-18T21:12:38.914Z | Compiling dyn-clone v1.0.17 |
1241 | 2024-07-18T21:12:39.077Z | Compiling futures-channel v0.3.30 |
1242 | 2024-07-18T21:12:39.382Z | Compiling futures-io v0.3.30 |
1243 | 2024-07-18T21:12:39.538Z | Compiling pin-utils v0.1.0 |
1244 | 2024-07-18T21:12:39.619Z | Compiling futures-task v0.3.30 |
1245 | 2024-07-18T21:12:39.940Z | Compiling aho-corasick v1.1.3 |
1246 | 2024-07-18T21:12:40.232Z | Compiling anyhow v1.0.86 |
1247 | 2024-07-18T21:12:40.441Z | Compiling winnow v0.5.40 |
1248 | 2024-07-18T21:12:40.548Z | Compiling untrusted v0.9.0 |
1249 | 2024-07-18T21:12:40.750Z | Compiling regex-syntax v0.8.3 |
1250 | 2024-07-18T21:12:41.833Z | Compiling serde_derive v1.0.204 |
1251 | 2024-07-18T21:12:42.603Z | Compiling zerocopy-derive v0.7.34 |
1252 | 2024-07-18T21:12:43.320Z | Compiling zeroize_derive v1.4.2 |
1253 | 2024-07-18T21:12:44.274Z | Compiling thiserror-impl v1.0.62 |
1254 | 2024-07-18T21:12:44.457Z | Compiling tokio-macros v2.3.0 |
1255 | 2024-07-18T21:12:44.579Z | Compiling zerocopy v0.7.34 |
1256 | 2024-07-18T21:12:44.748Z | Compiling futures-macro v0.3.30 |
1257 | 2024-07-18T21:12:45.575Z | Compiling schemars_derive v0.8.21 |
1258 | 2024-07-18T21:12:46.527Z | Compiling tracing-attributes v0.1.27 |
1259 | 2024-07-18T21:12:46.615Z | Compiling zeroize v1.7.0 |
1260 | 2024-07-18T21:12:46.770Z | Compiling hashbrown v0.14.5 |
1261 | 2024-07-18T21:12:47.399Z | Compiling openssl-macros v0.1.1 |
1262 | 2024-07-18T21:12:48.183Z | Compiling scroll_derive v0.12.0 |
1263 | 2024-07-18T21:12:48.497Z | Compiling pest v2.7.10 |
1264 | 2024-07-18T21:12:48.653Z | Compiling crypto-common v0.1.6 |
1265 | 2024-07-18T21:12:48.844Z | Compiling futures-util v0.3.30 |
1266 | 2024-07-18T21:12:49.570Z | Compiling der_derive v0.7.2 |
1267 | 2024-07-18T21:12:50.061Z | Compiling block-buffer v0.10.4 |
1268 | 2024-07-18T21:12:50.293Z | Compiling regex-automata v0.4.6 |
1269 | 2024-07-18T21:12:51.317Z | Compiling pest_meta v2.7.10 |
1270 | 2024-07-18T21:12:51.935Z | Compiling tracing-core v0.1.32 |
1271 | 2024-07-18T21:12:54.409Z | Compiling pest_generator v2.7.10 |
1272 | 2024-07-18T21:12:55.685Z | Compiling bytes v1.6.0 |
1273 | 2024-07-18T21:12:56.212Z | Compiling indexmap v2.2.6 |
1274 | 2024-07-18T21:12:56.890Z | Compiling tokio v1.38.1 |
1275 | 2024-07-18T21:12:56.914Z | Compiling bitflags v2.5.0 |
1276 | 2024-07-18T21:12:57.497Z | Compiling uuid v1.10.0 |
1277 | 2024-07-18T21:12:57.705Z | Compiling chrono v0.4.38 |
1278 | 2024-07-18T21:12:57.733Z | Compiling serde_tokenstream v0.2.1 |
1279 | 2024-07-18T21:12:59.369Z | Compiling toml_datetime v0.6.6 |
1280 | 2024-07-18T21:12:59.816Z | Compiling serde_spanned v0.6.6 |
1281 | 2024-07-18T21:13:00.016Z | Compiling http v0.2.12 |
1282 | 2024-07-18T21:13:01.791Z | Compiling toml_edit v0.19.15 |
1283 | 2024-07-18T21:13:02.353Z | Compiling rustc_version v0.4.0 |
1284 | 2024-07-18T21:13:02.997Z | Compiling pest_derive v2.7.10 |
1285 | 2024-07-18T21:13:03.112Z | Compiling usdt-impl v0.5.0 |
1286 | 2024-07-18T21:13:03.429Z | Compiling powerfmt v0.2.0 |
1287 | 2024-07-18T21:13:03.775Z | Compiling rustversion v1.0.17 |
1288 | 2024-07-18T21:13:03.942Z | Compiling deranged v0.3.11 |
1289 | 2024-07-18T21:13:04.223Z | Compiling heapless v0.7.17 |
1290 | 2024-07-18T21:13:04.436Z | Compiling tracing v0.1.40 |
1291 | 2024-07-18T21:13:04.619Z | Compiling digest v0.10.7 |
1292 | 2024-07-18T21:13:05.067Z | Compiling scroll v0.12.0 |
1293 | 2024-07-18T21:13:05.621Z | Compiling percent-encoding v2.3.1 |
1294 | 2024-07-18T21:13:06.106Z | Compiling plain v0.2.3 |
1295 | 2024-07-18T21:13:06.224Z | Compiling heck v0.4.1 |
1296 | 2024-07-18T21:13:06.450Z | Compiling ppv-lite86 v0.2.17 |
1297 | 2024-07-18T21:13:06.477Z | Compiling num_threads v0.1.7 |
1298 | 2024-07-18T21:13:06.627Z | Compiling signal-hook v0.3.17 |
1299 | 2024-07-18T21:13:06.941Z | Compiling goblin v0.8.2 |
1300 | 2024-07-18T21:13:07.141Z | Compiling time v0.3.36 |
1301 | 2024-07-18T21:13:07.231Z | Compiling rand_chacha v0.3.1 |
1302 | 2024-07-18T21:13:08.940Z | Compiling regex v1.10.5 |
1303 | 2024-07-18T21:13:09.953Z | Compiling crc32fast v1.4.0 |
1304 | 2024-07-18T21:13:10.392Z | Compiling strsim v0.11.1 |
1305 | 2024-07-18T21:13:11.252Z | Compiling pretty-hex v0.4.1 |
1306 | 2024-07-18T21:13:11.961Z | Compiling rand v0.8.5 |
1307 | 2024-07-18T21:13:12.757Z | Compiling dof v0.3.0 |
1308 | 2024-07-18T21:13:13.047Z | Compiling tokio-util v0.7.11 |
1309 | 2024-07-18T21:13:13.560Z | Compiling dtrace-parser v0.2.0 |
1310 | 2024-07-18T21:13:14.699Z | Compiling async-trait v0.1.81 |
1311 | 2024-07-18T21:13:14.860Z | Compiling socket2 v0.4.10 |
1312 | 2024-07-18T21:13:14.942Z | Compiling thread-id v4.2.1 |
1313 | 2024-07-18T21:13:15.223Z | Compiling unicode-width v0.1.13 |
1314 | 2024-07-18T21:13:15.405Z | Compiling base64ct v1.6.0 |
1315 | 2024-07-18T21:13:15.591Z | Compiling foreign-types-shared v0.1.1 |
1316 | 2024-07-18T21:13:15.704Z | Compiling smoltcp v0.9.1 |
1317 | 2024-07-18T21:13:15.825Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1318 | 2024-07-18T21:13:15.985Z | Compiling pem-rfc7468 v0.7.0 |
1319 | 2024-07-18T21:13:16.365Z | Compiling foreign-types v0.3.2 |
1320 | 2024-07-18T21:13:17.532Z | Compiling form_urlencoded v1.2.1 |
1321 | 2024-07-18T21:13:17.859Z | Compiling hmac v0.12.1 |
1322 | 2024-07-18T21:13:18.241Z | Compiling adler v1.0.2 |
1323 | 2024-07-18T21:13:18.272Z | Compiling base64 v0.21.7 |
1324 | 2024-07-18T21:13:18.433Z | Compiling flagset v0.4.5 |
1325 | 2024-07-18T21:13:18.627Z | Compiling try-lock v0.2.5 |
1326 | 2024-07-18T21:13:18.649Z | Compiling siphasher v0.3.11 |
1327 | 2024-07-18T21:13:18.774Z | Compiling want v0.3.1 |
1328 | 2024-07-18T21:13:19.025Z | Compiling der v0.7.9 |
1329 | 2024-07-18T21:13:19.038Z | Compiling miniz_oxide v0.7.2 |
1330 | 2024-07-18T21:13:20.853Z | Compiling h2 v0.3.26 |
1331 | 2024-07-18T21:13:22.242Z | Compiling rustls-webpki v0.101.7 |
1332 | 2024-07-18T21:13:22.278Z | Compiling sct v0.7.1 |
1333 | 2024-07-18T21:13:22.570Z | Compiling http-body v0.4.6 |
1334 | 2024-07-18T21:13:23.598Z | Compiling openapiv3 v2.0.0 |
1335 | 2024-07-18T21:13:23.916Z | Compiling hubpack_derive v0.1.1 |
1336 | 2024-07-18T21:13:23.946Z | Compiling zerocopy-derive v0.6.6 |
1337 | 2024-07-18T21:13:23.979Z | Compiling idna v0.5.0 |
1338 | 2024-07-18T21:13:24.505Z | Compiling lazy_static v1.5.0 |
1339 | 2024-07-18T21:13:24.634Z | Compiling errno v0.3.9 |
1340 | 2024-07-18T21:13:24.973Z | Compiling fs-err v2.11.0 |
1341 | 2024-07-18T21:13:25.256Z | Compiling httpdate v1.0.3 |
1342 | 2024-07-18T21:13:25.667Z | Compiling tower-service v0.3.2 |
1343 | 2024-07-18T21:13:25.696Z | Compiling utf8parse v0.2.1 |
1344 | 2024-07-18T21:13:25.795Z | Compiling openssl-probe v0.1.5 |
1345 | 2024-07-18T21:13:26.086Z | Compiling cpufeatures v0.2.12 |
1346 | 2024-07-18T21:13:26.316Z | Compiling gimli v0.28.1 |
1347 | 2024-07-18T21:13:26.646Z | Compiling anstyle v1.0.7 |
1348 | 2024-07-18T21:13:26.678Z | Compiling finl_unicode v1.2.0 |
1349 | 2024-07-18T21:13:26.712Z | Compiling stable_deref_trait v1.2.0 |
1350 | 2024-07-18T21:13:27.077Z | Compiling sha2 v0.10.8 |
1351 | 2024-07-18T21:13:27.256Z | Compiling stringprep v0.1.4 |
1352 | 2024-07-18T21:13:27.825Z | Compiling hyper v0.14.28 |
1353 | 2024-07-18T21:13:27.845Z | Compiling anstyle-parse v0.2.4 |
1354 | 2024-07-18T21:13:28.339Z | Compiling url v2.5.0 |
1355 | 2024-07-18T21:13:31.097Z | Compiling addr2line v0.21.0 |
1356 | 2024-07-18T21:13:31.987Z | Compiling spki v0.7.3 |
1357 | 2024-07-18T21:13:33.052Z | Compiling usdt-macro v0.5.0 |
1358 | 2024-07-18T21:13:34.067Z | Compiling usdt-attr-macro v0.5.0 |
1359 | 2024-07-18T21:13:34.543Z | Compiling md-5 v0.10.6 |
1360 | 2024-07-18T21:13:37.212Z | Compiling idna v0.3.0 |
1361 | 2024-07-18T21:13:38.775Z | Compiling diesel_table_macro_syntax v0.1.0 |
1362 | 2024-07-18T21:13:38.860Z | Compiling num-integer v0.1.46 |
1363 | 2024-07-18T21:13:39.344Z | Compiling object v0.32.2 |
1364 | 2024-07-18T21:13:39.571Z | Compiling hash32 v0.2.1 |
1365 | 2024-07-18T21:13:39.589Z | Compiling anstyle-query v1.0.3 |
1366 | 2024-07-18T21:13:40.358Z | Compiling fallible-iterator v0.2.0 |
1367 | 2024-07-18T21:13:41.087Z | Compiling colorchoice v1.0.1 |
1368 | 2024-07-18T21:13:41.396Z | Compiling is_terminal_polyfill v1.70.0 |
1369 | 2024-07-18T21:13:41.528Z | Compiling rustc-demangle v0.1.24 |
1370 | 2024-07-18T21:13:43.805Z | Compiling psl-types v2.0.11 |
1371 | 2024-07-18T21:13:43.998Z | Compiling publicsuffix v2.2.3 |
1372 | 2024-07-18T21:13:44.244Z | Compiling anstream v0.6.14 |
1373 | 2024-07-18T21:13:45.594Z | Compiling postgres-protocol v0.6.6 |
1374 | 2024-07-18T21:13:48.907Z | Compiling diesel_derives v2.1.4 |
1375 | 2024-07-18T21:13:53.473Z | Compiling tokio-rustls v0.24.1 |
1376 | 2024-07-18T21:13:54.735Z | Compiling pkcs8 v0.10.2 |
1377 | 2024-07-18T21:13:55.007Z | Compiling terminal_size v0.3.0 |
1378 | 2024-07-18T21:13:55.209Z | Compiling tokio-native-tls v0.3.1 |
1379 | 2024-07-18T21:13:55.485Z | Compiling phf_shared v0.11.2 |
1380 | 2024-07-18T21:13:56.879Z | Compiling strum_macros v0.25.3 |
1381 | 2024-07-18T21:13:57.063Z | Compiling enum-as-inner v0.5.1 |
1382 | 2024-07-18T21:13:57.596Z | Compiling block-padding v0.3.3 |
1383 | 2024-07-18T21:13:57.725Z | Compiling regress v0.9.1 |
1384 | 2024-07-18T21:13:57.820Z | Compiling serde_repr v0.1.19 |
1385 | 2024-07-18T21:13:58.011Z | Compiling clap_derive v4.5.8 |
1386 | 2024-07-18T21:14:00.808Z | Compiling ff v0.13.0 |
1387 | 2024-07-18T21:14:00.874Z | Compiling scheduled-thread-pool v0.2.7 |
1388 | 2024-07-18T21:14:01.385Z | Compiling encoding_rs v0.8.34 |
1389 | 2024-07-18T21:14:02.316Z | Compiling either v1.12.0 |
1390 | 2024-07-18T21:14:02.430Z | Compiling mime v0.3.17 |
1391 | 2024-07-18T21:14:02.713Z | Compiling bit-vec v0.6.3 |
1392 | 2024-07-18T21:14:03.152Z | Compiling bitflags v1.3.2 |
1393 | 2024-07-18T21:14:03.264Z | Compiling managed v0.8.0 |
1394 | 2024-07-18T21:14:03.484Z | Compiling base16ct v0.2.0 |
1395 | 2024-07-18T21:14:03.754Z | Compiling ipnet v2.9.0 |
1396 | 2024-07-18T21:14:04.011Z | Compiling regex-automata v0.1.10 |
1397 | 2024-07-18T21:14:04.516Z | Compiling clap_lex v0.7.0 |
1398 | 2024-07-18T21:14:04.555Z | Compiling matches v0.1.10 |
1399 | 2024-07-18T21:14:04.828Z | Compiling clap_builder v4.5.9 |
1400 | 2024-07-18T21:14:04.982Z | Compiling idna v0.2.3 |
1401 | 2024-07-18T21:14:06.407Z | Compiling bstr v0.2.17 |
1402 | 2024-07-18T21:14:07.072Z | Compiling sec1 v0.7.3 |
1403 | 2024-07-18T21:14:07.638Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1404 | 2024-07-18T21:14:08.347Z | Compiling r2d2 v0.8.10 |
1405 | 2024-07-18T21:14:08.717Z | Compiling group v0.13.0 |
1406 | 2024-07-18T21:14:12.087Z | Compiling inout v0.1.3 |
1407 | 2024-07-18T21:14:12.372Z | Compiling phf v0.11.2 |
1408 | 2024-07-18T21:14:12.658Z | Compiling hyper-tls v0.5.0 |
1409 | 2024-07-18T21:14:12.661Z | Compiling signal-hook-mio v0.2.3 |
1410 | 2024-07-18T21:14:12.837Z | Compiling hyper-rustls v0.24.2 |
1411 | 2024-07-18T21:14:13.009Z | Compiling cookie_store v0.20.0 |
1412 | 2024-07-18T21:14:13.164Z | Compiling postgres-types v0.2.6 |
1413 | 2024-07-18T21:14:13.206Z | Compiling num-bigint v0.4.5 |
1414 | 2024-07-18T21:14:13.416Z | Compiling zerocopy v0.6.6 |
1415 | 2024-07-18T21:14:14.421Z | Compiling hubpack v0.1.2 |
1416 | 2024-07-18T21:14:14.435Z | Compiling phf_shared v0.10.0 |
1417 | 2024-07-18T21:14:14.539Z | Compiling rustls-pemfile v1.0.4 |
1418 | 2024-07-18T21:14:14.827Z | Compiling hkdf v0.12.4 |
1419 | 2024-07-18T21:14:14.857Z | Compiling serde_urlencoded v0.7.1 |
1420 | 2024-07-18T21:14:15.046Z | Compiling crossbeam-epoch v0.9.18 |
1421 | 2024-07-18T21:14:15.441Z | Compiling ipnetwork v0.20.0 |
1422 | 2024-07-18T21:14:16.610Z | Compiling futures-executor v0.3.30 |
1423 | 2024-07-18T21:14:16.721Z | Compiling crypto-bigint v0.5.5 |
1424 | 2024-07-18T21:14:17.000Z | Compiling float-cmp v0.9.0 |
1425 | 2024-07-18T21:14:17.050Z | Compiling memmap v0.7.0 |
1426 | 2024-07-18T21:14:17.199Z | Compiling webpki-roots v0.25.4 |
1427 | 2024-07-18T21:14:17.353Z | Compiling data-encoding v2.6.0 |
1428 | 2024-07-18T21:14:18.029Z | Compiling fixedbitset v0.4.2 |
1429 | 2024-07-18T21:14:18.435Z | Compiling unicode-segmentation v1.11.0 |
1430 | 2024-07-18T21:14:19.240Z | Compiling difflib v0.4.0 |
1431 | 2024-07-18T21:14:19.331Z | Compiling static_assertions v1.1.0 |
1432 | 2024-07-18T21:14:19.427Z | Compiling predicates-core v1.0.6 |
1433 | 2024-07-18T21:14:19.610Z | Compiling new_debug_unreachable v1.0.6 |
1434 | 2024-07-18T21:14:19.704Z | Compiling minimal-lexical v0.2.1 |
1435 | 2024-07-18T21:14:19.733Z | Compiling sync_wrapper v0.1.2 |
1436 | 2024-07-18T21:14:19.866Z | Compiling winnow v0.6.8 |
1437 | 2024-07-18T21:14:20.284Z | Compiling precomputed-hash v0.1.1 |
1438 | 2024-07-18T21:14:20.331Z | Compiling normalize-line-endings v0.3.0 |
1439 | 2024-07-18T21:14:20.409Z | Compiling whoami v1.5.1 |
1440 | 2024-07-18T21:14:20.546Z | Compiling predicates v3.1.0 |
1441 | 2024-07-18T21:14:20.602Z | Compiling string_cache v0.8.7 |
1442 | 2024-07-18T21:14:20.681Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1443 | 2024-07-18T21:14:20.997Z | Compiling tokio-postgres v0.7.10 |
1444 | 2024-07-18T21:14:21.023Z | Compiling nom v7.1.3 |
1445 | 2024-07-18T21:14:22.075Z | Compiling reqwest v0.11.27 |
1446 | 2024-07-18T21:14:23.127Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-07-18T21:14:23.687Z | Compiling toml_edit v0.22.14 |
1448 | 2024-07-18T21:14:23.870Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1449 | 2024-07-18T21:14:24.620Z | Compiling similar v2.5.0 |
1450 | 2024-07-18T21:14:24.729Z | Compiling petgraph v0.6.5 |
1451 | 2024-07-18T21:14:25.700Z | Compiling trust-dns-proto v0.22.0 |
1452 | 2024-07-18T21:14:27.817Z | Compiling usdt v0.5.0 |
1453 | 2024-07-18T21:14:28.797Z | Compiling futures v0.3.30 |
1454 | 2024-07-18T21:14:28.918Z | Compiling yasna v0.5.2 |
1455 | 2024-07-18T21:14:29.080Z | Compiling diesel v2.1.6 |
1456 | 2024-07-18T21:14:29.969Z | Compiling crossterm v0.27.0 |
1457 | 2024-07-18T21:14:30.019Z | Compiling flate2 v1.0.30 |
1458 | 2024-07-18T21:14:30.249Z | Compiling cipher v0.4.4 |
1459 | 2024-07-18T21:14:30.949Z | Compiling clap v4.5.9 |
1460 | 2024-07-18T21:14:31.064Z | Compiling bit-set v0.5.3 |
1461 | 2024-07-18T21:14:31.265Z | Compiling itertools v0.12.1 |
1462 | 2024-07-18T21:14:31.338Z | Compiling itertools v0.10.5 |
1463 | 2024-07-18T21:14:33.250Z | Compiling num-iter v0.1.45 |
1464 | 2024-07-18T21:14:33.469Z | Compiling console v0.15.8 |
1465 | 2024-07-18T21:14:34.246Z | Compiling tokio-stream v0.1.15 |
1466 | 2024-07-18T21:14:34.400Z | Compiling toml v0.7.8 |
1467 | 2024-07-18T21:14:34.417Z | Compiling hex v0.4.3 |
1468 | 2024-07-18T21:14:34.487Z | Compiling bstr v1.9.1 |
1469 | 2024-07-18T21:14:34.745Z | Compiling unicode-xid v0.2.4 |
1470 | 2024-07-18T21:14:34.915Z | Compiling lalrpop-util v0.19.12 |
1471 | 2024-07-18T21:14:35.249Z | Compiling camino v1.1.7 |
1472 | 2024-07-18T21:14:35.353Z | Compiling peg-runtime v0.8.3 |
1473 | 2024-07-18T21:14:35.951Z | Compiling proc-macro-crate v1.3.1 |
1474 | 2024-07-18T21:14:36.777Z | Compiling heapless v0.8.0 |
1475 | 2024-07-18T21:14:37.836Z | Compiling num_enum_derive v0.5.11 |
1476 | 2024-07-18T21:14:45.333Z | Compiling hash32 v0.3.1 |
1477 | 2024-07-18T21:14:45.605Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1478 | 2024-07-18T21:14:45.826Z | Compiling rustls-pki-types v1.7.0 |
1479 | 2024-07-18T21:14:45.922Z | Compiling smoltcp v0.11.0 |
1480 | 2024-07-18T21:14:47.987Z | Compiling ident_case v1.0.1 |
1481 | 2024-07-18T21:14:49.559Z | Compiling darling_core v0.20.9 |
1482 | 2024-07-18T21:15:00.565Z | Compiling num_enum v0.5.11 |
1483 | 2024-07-18T21:15:01.247Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1484 | 2024-07-18T21:15:01.674Z | Compiling getopts v0.2.21 |
1485 | 2024-07-18T21:15:03.082Z | Compiling dirs-sys-next v0.1.2 |
1486 | 2024-07-18T21:15:04.264Z | Compiling proc-macro-error-attr v1.0.4 |
1487 | 2024-07-18T21:15:04.550Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1488 | 2024-07-18T21:15:04.818Z | Compiling cobs v0.2.3 |
1489 | 2024-07-18T21:15:05.255Z | Compiling unsafe-libyaml v0.2.11 |
1490 | 2024-07-18T21:15:05.503Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1491 | 2024-07-18T21:15:05.545Z | Compiling paste v1.0.15 |
1492 | 2024-07-18T21:15:05.869Z | Compiling rustls v0.22.4 |
1493 | 2024-07-18T21:15:06.289Z | Compiling embedded-io v0.4.0 |
1494 | 2024-07-18T21:15:06.532Z | Compiling postcard v1.0.8 |
1495 | 2024-07-18T21:15:06.639Z | Compiling serde_yaml v0.9.34+deprecated |
1496 | 2024-07-18T21:15:11.506Z | Compiling dirs-next v2.0.0 |
1497 | 2024-07-18T21:15:12.228Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1498 | 2024-07-18T21:15:14.490Z | Compiling darling_macro v0.20.9 |
1499 | 2024-07-18T21:15:15.590Z | Compiling rustls-webpki v0.102.4 |
1500 | 2024-07-18T21:15:22.391Z | Compiling strum_macros v0.26.4 |
1501 | 2024-07-18T21:15:23.998Z | Compiling structmeta-derive v0.3.0 |
1502 | 2024-07-18T21:15:24.016Z | Compiling foreign-types-macros v0.2.3 |
1503 | 2024-07-18T21:15:24.959Z | Compiling thread_local v1.1.8 |
1504 | 2024-07-18T21:15:25.236Z | Compiling proc-macro-error v1.0.4 |
1505 | 2024-07-18T21:15:25.522Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1506 | 2024-07-18T21:15:25.721Z | Compiling multer v3.1.0 |
1507 | 2024-07-18T21:15:26.225Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1508 | 2024-07-18T21:15:27.400Z | Compiling slog-async v2.8.0 |
1509 | 2024-07-18T21:15:28.491Z | Compiling foreign-types-shared v0.3.1 |
1510 | 2024-07-18T21:15:28.616Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1511 | 2024-07-18T21:15:28.699Z | Compiling match_cfg v0.1.0 |
1512 | 2024-07-18T21:15:28.716Z | Compiling foreign-types v0.5.0 |
1513 | 2024-07-18T21:15:28.801Z | Compiling hostname v0.3.1 |
1514 | 2024-07-18T21:15:32.989Z | Compiling strum v0.26.3 |
1515 | 2024-07-18T21:15:34.377Z | Compiling structmeta v0.3.0 |
1516 | 2024-07-18T21:15:34.794Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1517 | 2024-07-18T21:15:38.254Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1518 | 2024-07-18T21:15:40.164Z | Compiling darling v0.20.9 |
1519 | 2024-07-18T21:15:46.986Z | Compiling term v0.7.0 |
1520 | 2024-07-18T21:15:50.958Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1521 | 2024-07-18T21:15:52.551Z | Compiling slog-json v2.6.1 |
1522 | 2024-07-18T21:15:53.075Z | Compiling tabwriter v1.4.0 |
1523 | 2024-07-18T21:15:53.803Z | Compiling crossbeam-channel v0.5.12 |
1524 | 2024-07-18T21:15:54.945Z | Compiling http v1.1.0 |
1525 | 2024-07-18T21:15:55.077Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1526 | 2024-07-18T21:15:55.248Z | Compiling async-stream-impl v0.3.5 |
1527 | 2024-07-18T21:15:55.453Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1528 | 2024-07-18T21:15:55.509Z | Compiling cstr-argument v0.1.2 |
1529 | 2024-07-18T21:15:55.788Z | Compiling is-terminal v0.4.12 |
1530 | 2024-07-18T21:15:55.877Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1531 | 2024-07-18T21:15:55.922Z | Compiling take_mut v0.2.2 |
1532 | 2024-07-18T21:15:56.094Z | Compiling pretty-hex v0.2.1 |
1533 | 2024-07-18T21:15:56.162Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1534 | 2024-07-18T21:15:56.307Z | Compiling rayon-core v1.12.1 |
1535 | 2024-07-18T21:15:56.531Z | Compiling crucible-workspace-hack v0.1.0 |
1536 | 2024-07-18T21:15:56.573Z | Compiling atomic-waker v1.1.2 |
1537 | 2024-07-18T21:15:56.710Z | Compiling fastrand v2.1.0 |
1538 | 2024-07-18T21:15:56.772Z | Compiling base64 v0.22.1 |
1539 | 2024-07-18T21:15:56.821Z | Compiling waitgroup v0.1.2 |
1540 | 2024-07-18T21:15:57.399Z | Compiling rustls-pemfile v2.1.2 |
1541 | 2024-07-18T21:15:57.549Z | Compiling tempfile v3.10.1 |
1542 | 2024-07-18T21:15:57.899Z | Compiling async-stream v0.3.5 |
1543 | 2024-07-18T21:15:58.231Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1544 | 2024-07-18T21:15:58.629Z | Compiling slog-term v2.9.1 |
1545 | 2024-07-18T21:15:59.592Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1546 | 2024-07-18T21:15:59.609Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1547 | 2024-07-18T21:15:59.837Z | Compiling slog-bunyan v2.5.0 |
1548 | 2024-07-18T21:16:00.110Z | Compiling tokio-rustls v0.25.0 |
1549 | 2024-07-18T21:16:00.515Z | Compiling serde_with_macros v3.8.3 |
1550 | 2024-07-18T21:16:00.585Z | Compiling parse-display-derive v0.9.1 |
1551 | 2024-07-18T21:16:00.637Z | Compiling toml v0.8.14 |
1552 | 2024-07-18T21:16:01.388Z | Compiling sha1 v0.10.6 |
1553 | 2024-07-18T21:16:01.615Z | Compiling crossbeam-deque v0.8.5 |
1554 | 2024-07-18T21:16:02.007Z | Compiling colored v2.1.0 |
1555 | 2024-07-18T21:16:02.211Z | Compiling newtype-uuid v1.1.0 |
1556 | 2024-07-18T21:16:02.559Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1557 | 2024-07-18T21:16:03.272Z | Compiling serde_path_to_error v0.1.16 |
1558 | 2024-07-18T21:16:03.301Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1559 | 2024-07-18T21:16:04.012Z | Compiling hostname v0.4.0 |
1560 | 2024-07-18T21:16:04.273Z | Compiling instant v0.1.12 |
1561 | 2024-07-18T21:16:04.300Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1562 | 2024-07-18T21:16:04.454Z | Compiling debug-ignore v1.0.5 |
1563 | 2024-07-18T21:16:04.617Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1564 | 2024-07-18T21:16:04.687Z | Compiling backoff v0.4.0 |
1565 | 2024-07-18T21:16:04.716Z | Compiling parse-display v0.9.1 |
1566 | 2024-07-18T21:16:05.039Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1567 | 2024-07-18T21:16:05.257Z | Compiling serde_with v3.8.3 |
1568 | 2024-07-18T21:16:06.646Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1569 | 2024-07-18T21:16:07.680Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1570 | 2024-07-18T21:16:09.078Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1571 | 2024-07-18T21:16:09.348Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1572 | 2024-07-18T21:16:09.752Z | Compiling camino-tempfile v1.1.1 |
1573 | 2024-07-18T21:16:10.020Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1574 | 2024-07-18T21:16:10.520Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1575 | 2024-07-18T21:16:10.523Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1576 | 2024-07-18T21:16:10.705Z | Compiling macaddr v1.0.1 |
1577 | 2024-07-18T21:16:11.344Z | Compiling num-derive v0.4.2 |
1578 | 2024-07-18T21:16:11.360Z | Compiling sigpipe v0.1.3 |
1579 | 2024-07-18T21:16:11.495Z | Compiling libefi-sys v0.1.0 |
1580 | 2024-07-18T21:16:11.792Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1581 | 2024-07-18T21:16:12.352Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1582 | 2024-07-18T21:16:13.704Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1583 | 2024-07-18T21:16:14.568Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1584 | 2024-07-18T21:16:15.286Z | Compiling rayon v1.10.0 |
1585 | 2024-07-18T21:16:15.930Z | Compiling smf v0.2.3 |
1586 | 2024-07-18T21:16:15.998Z | Compiling bitfield-struct v0.6.1 |
1587 | 2024-07-18T21:16:16.429Z | Compiling ring v0.16.20 |
1588 | 2024-07-18T21:16:17.327Z | Compiling blake3 v1.5.1 |
1589 | 2024-07-18T21:16:17.519Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1590 | 2024-07-18T21:16:17.871Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1591 | 2024-07-18T21:16:17.902Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1592 | 2024-07-18T21:16:18.273Z | Compiling portable-atomic v1.6.0 |
1593 | 2024-07-18T21:16:19.267Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1594 | 2024-07-18T21:16:20.567Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1595 | 2024-07-18T21:16:21.275Z | Compiling xattr v1.3.1 |
1596 | 2024-07-18T21:16:21.301Z | Compiling filetime v0.2.23 |
1597 | 2024-07-18T21:16:21.598Z | Compiling memmap2 v0.9.4 |
1598 | 2024-07-18T21:16:21.679Z | Compiling untrusted v0.7.1 |
1599 | 2024-07-18T21:16:21.804Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1600 | 2024-07-18T21:16:21.871Z | Compiling constant_time_eq v0.3.0 |
1601 | 2024-07-18T21:16:21.932Z | Compiling spin v0.5.2 |
1602 | 2024-07-18T21:16:22.054Z | Compiling arrayref v0.3.7 |
1603 | 2024-07-18T21:16:22.149Z | Compiling arrayvec v0.7.4 |
1604 | 2024-07-18T21:16:22.165Z | Compiling same-file v1.0.6 |
1605 | 2024-07-18T21:16:22.198Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1606 | 2024-07-18T21:16:22.437Z | Compiling walkdir v2.5.0 |
1607 | 2024-07-18T21:16:23.857Z | Compiling tar v0.4.41 |
1608 | 2024-07-18T21:16:25.196Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1609 | 2024-07-18T21:16:25.250Z | Compiling cargo-platform v0.1.8 |
1610 | 2024-07-18T21:16:25.609Z | Compiling gethostname v0.4.3 |
1611 | 2024-07-18T21:16:25.895Z | Compiling number_prefix v0.4.0 |
1612 | 2024-07-18T21:16:26.143Z | Compiling topological-sort v0.2.2 |
1613 | 2024-07-18T21:16:26.379Z | Compiling cargo_metadata v0.18.1 |
1614 | 2024-07-18T21:16:27.129Z | Compiling indicatif v0.17.8 |
1615 | 2024-07-18T21:16:27.764Z | Compiling omicron-zone-package v0.11.0 |
1616 | 2024-07-18T21:16:29.315Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1617 | 2024-07-18T21:16:32.452Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1618 | 2024-07-18T21:16:33.596Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1619 | 2024-07-18T21:16:35.454Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1620 | 2024-07-18T21:16:57.105Z | Finished `release` profile [optimized] target(s) in 4m 33s |
1621 | 2024-07-18T21:16:57.224Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1622 | 2024-07-18T21:16:57.268Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1623 | 2024-07-18T21:16:57.271Z | Created new build target 'test' and set it as active |
1624 | 2024-07-18T21:16:57.271Z | |
1625 | 2024-07-18T21:16:57.271Z | real 4:33.547505501 |
1626 | 2024-07-18T21:16:57.271Z | user 30:47.392900542 |
1627 | 2024-07-18T21:16:57.271Z | sys 3:58.654590939 |
1628 | 2024-07-18T21:16:57.271Z | trap 0.923822202 |
1629 | 2024-07-18T21:16:57.271Z | tflt 3.447267981 |
1630 | 2024-07-18T21:16:57.271Z | dflt 1.664828192 |
1631 | 2024-07-18T21:16:57.271Z | kflt 0.038691461 |
1632 | 2024-07-18T21:16:57.271Z | lock 1:05:27.521483912 |
1633 | 2024-07-18T21:16:57.271Z | slp 1:27:53.520869039 |
1634 | 2024-07-18T21:16:57.271Z | lat 2:01.612426145 |
1635 | 2024-07-18T21:16:57.271Z | stop 2:53.822303159 |
1636 | 2024-07-18T21:16:57.271Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1637 | 2024-07-18T21:16:58.167Z | Finished `release` profile [optimized] target(s) in 0.85s |
1638 | 2024-07-18T21:16:58.210Z | Running `target/release/omicron-package -t test package` |
1639 | 2024-07-18T21:16:58.248Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1640 | 2024-07-18T21:16:59.281Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1641 | 2024-07-18T21:16:59.380Z | Compiling camino v1.1.7 |
1642 | 2024-07-18T21:16:59.390Z | Compiling derive-where v1.2.7 |
1643 | 2024-07-18T21:16:59.392Z | Compiling humantime v2.1.0 |
1644 | 2024-07-18T21:16:59.392Z | Compiling newline-converter v0.3.0 |
1645 | 2024-07-18T21:16:59.402Z | Compiling toml v0.8.14 |
1646 | 2024-07-18T21:16:59.405Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1647 | 2024-07-18T21:16:59.408Z | Compiling dirs-sys-next v0.1.2 |
1648 | 2024-07-18T21:16:59.580Z | Compiling expectorate v1.1.0 |
1649 | 2024-07-18T21:16:59.609Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1650 | 2024-07-18T21:16:59.760Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1651 | 2024-07-18T21:16:59.823Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1652 | 2024-07-18T21:16:59.960Z | Compiling dirs-next v2.0.0 |
1653 | 2024-07-18T21:16:59.976Z | Compiling password-hash v0.5.0 |
1654 | 2024-07-18T21:17:00.135Z | Compiling blake2 v0.10.6 |
1655 | 2024-07-18T21:17:00.233Z | Compiling prettyplease v0.2.20 |
1656 | 2024-07-18T21:17:00.332Z | Compiling term v0.7.0 |
1657 | 2024-07-18T21:17:00.497Z | Compiling is-terminal v0.4.12 |
1658 | 2024-07-18T21:17:00.628Z | Compiling argon2 v0.5.3 |
1659 | 2024-07-18T21:17:00.969Z | Compiling home v0.5.9 |
1660 | 2024-07-18T21:17:01.217Z | Compiling semver v0.1.20 |
1661 | 2024-07-18T21:17:01.341Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1662 | 2024-07-18T21:17:01.629Z | Compiling rustc_version v0.1.7 |
1663 | 2024-07-18T21:17:01.826Z | Compiling convert_case v0.4.0 |
1664 | 2024-07-18T21:17:01.960Z | Compiling linked-hash-map v0.5.6 |
1665 | 2024-07-18T21:17:02.072Z | Compiling newtype_derive v0.1.6 |
1666 | 2024-07-18T21:17:02.262Z | Compiling rustls-pki-types v1.7.0 |
1667 | 2024-07-18T21:17:02.337Z | Compiling lru-cache v0.1.2 |
1668 | 2024-07-18T21:17:02.562Z | Compiling steno v0.4.1 |
1669 | 2024-07-18T21:17:02.609Z | Compiling derive_more v0.99.18 |
1670 | 2024-07-18T21:17:02.667Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1671 | 2024-07-18T21:17:02.999Z | Compiling rustls-webpki v0.102.4 |
1672 | 2024-07-18T21:17:03.053Z | Compiling rustls v0.22.4 |
1673 | 2024-07-18T21:17:03.079Z | Compiling thread_local v1.1.8 |
1674 | 2024-07-18T21:17:03.591Z | Compiling match_cfg v0.1.0 |
1675 | 2024-07-18T21:17:03.689Z | Compiling hostname v0.3.1 |
1676 | 2024-07-18T21:17:04.850Z | Compiling multer v3.1.0 |
1677 | 2024-07-18T21:17:04.919Z | Compiling slog-async v2.8.0 |
1678 | 2024-07-18T21:17:04.987Z | Compiling slog-json v2.6.1 |
1679 | 2024-07-18T21:17:05.208Z | Compiling crossbeam-channel v0.5.12 |
1680 | 2024-07-18T21:17:05.342Z | Compiling http v1.1.0 |
1681 | 2024-07-18T21:17:06.187Z | Compiling base64 v0.22.1 |
1682 | 2024-07-18T21:17:06.254Z | Compiling atomic-waker v1.1.2 |
1683 | 2024-07-18T21:17:06.444Z | Compiling take_mut v0.2.2 |
1684 | 2024-07-18T21:17:06.908Z | Compiling rustls-pemfile v2.1.2 |
1685 | 2024-07-18T21:17:07.695Z | Compiling waitgroup v0.1.2 |
1686 | 2024-07-18T21:17:07.712Z | Compiling slog-bunyan v2.5.0 |
1687 | 2024-07-18T21:17:07.909Z | Compiling slog-term v2.9.1 |
1688 | 2024-07-18T21:17:07.923Z | Compiling async-stream v0.3.5 |
1689 | 2024-07-18T21:17:08.231Z | Compiling tokio-rustls v0.25.0 |
1690 | 2024-07-18T21:17:08.325Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
1691 | 2024-07-18T21:17:08.387Z | Compiling sha1 v0.10.6 |
1692 | 2024-07-18T21:17:08.657Z | Compiling newtype-uuid v1.1.0 |
1693 | 2024-07-18T21:17:08.796Z | Compiling serde_path_to_error v0.1.16 |
1694 | 2024-07-18T21:17:08.961Z | Compiling hostname v0.4.0 |
1695 | 2024-07-18T21:17:09.041Z | Compiling slog-dtrace v0.3.0 |
1696 | 2024-07-18T21:17:09.189Z | Compiling instant v0.1.12 |
1697 | 2024-07-18T21:17:09.333Z | Compiling debug-ignore v1.0.5 |
1698 | 2024-07-18T21:17:09.348Z | Compiling termcolor v1.4.1 |
1699 | 2024-07-18T21:17:09.627Z | Compiling backoff v0.4.0 |
1700 | 2024-07-18T21:17:09.978Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1701 | 2024-07-18T21:17:10.087Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1702 | 2024-07-18T21:17:10.259Z | Compiling parse-display v0.9.1 |
1703 | 2024-07-18T21:17:10.442Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1704 | 2024-07-18T21:17:10.622Z | Compiling serde_with v3.8.3 |
1705 | 2024-07-18T21:17:10.820Z | Compiling strum v0.26.3 |
1706 | 2024-07-18T21:17:11.014Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1707 | 2024-07-18T21:17:12.074Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1708 | 2024-07-18T21:17:12.758Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1709 | 2024-07-18T21:17:12.908Z | Compiling num-rational v0.4.2 |
1710 | 2024-07-18T21:17:12.957Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1711 | 2024-07-18T21:17:14.094Z | Compiling num-complex v0.4.6 |
1712 | 2024-07-18T21:17:14.605Z | Compiling macaddr v1.0.1 |
1713 | 2024-07-18T21:17:14.777Z | Compiling swrite v0.1.0 |
1714 | 2024-07-18T21:17:15.033Z | Compiling num v0.4.3 |
1715 | 2024-07-18T21:17:16.441Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1716 | 2024-07-18T21:17:16.476Z | Compiling quick-error v1.2.3 |
1717 | 2024-07-18T21:17:16.630Z | Compiling float-ord v0.3.2 |
1718 | 2024-07-18T21:17:16.793Z | Compiling resolv-conf v0.7.0 |
1719 | 2024-07-18T21:17:17.550Z | Compiling radium v0.7.0 |
1720 | 2024-07-18T21:17:17.785Z | Compiling utf-8 v0.7.6 |
1721 | 2024-07-18T21:17:18.013Z | Compiling trust-dns-resolver v0.22.0 |
1722 | 2024-07-18T21:17:18.156Z | Compiling rayon-core v1.12.1 |
1723 | 2024-07-18T21:17:18.184Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1724 | 2024-07-18T21:17:18.324Z | Compiling crossbeam-deque v0.8.5 |
1725 | 2024-07-18T21:17:18.679Z | Compiling tap v1.0.1 |
1726 | 2024-07-18T21:17:18.865Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
1727 | 2024-07-18T21:17:24.475Z | Compiling fastrand v2.1.0 |
1728 | 2024-07-18T21:17:25.018Z | Compiling same-file v1.0.6 |
1729 | 2024-07-18T21:17:25.257Z | Compiling display-error-chain v0.2.0 |
1730 | 2024-07-18T21:17:25.345Z | Compiling maybe-uninit v2.0.0 |
1731 | 2024-07-18T21:17:25.438Z | Compiling walkdir v2.5.0 |
1732 | 2024-07-18T21:17:25.898Z | Compiling tempfile v3.10.1 |
1733 | 2024-07-18T21:17:26.119Z | Compiling wyz v0.5.1 |
1734 | 2024-07-18T21:17:28.777Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1735 | 2024-07-18T21:17:29.212Z | Compiling glob v0.3.1 |
1736 | 2024-07-18T21:17:30.036Z | Compiling crunchy v0.2.2 |
1737 | 2024-07-18T21:17:30.490Z | Compiling crc-catalog v2.4.0 |
1738 | 2024-07-18T21:17:30.637Z | Compiling maplit v1.0.2 |
1739 | 2024-07-18T21:17:30.760Z | Compiling num-bigint-dig v0.8.4 |
1740 | 2024-07-18T21:17:31.038Z | Compiling funty v2.0.0 |
1741 | 2024-07-18T21:17:31.381Z | Compiling packed_struct v0.10.1 |
1742 | 2024-07-18T21:17:31.847Z | Compiling crc v3.2.1 |
1743 | 2024-07-18T21:17:33.614Z | Compiling bitvec v1.0.1 |
1744 | 2024-07-18T21:17:33.799Z | Compiling clang-sys v1.7.0 |
1745 | 2024-07-18T21:17:34.503Z | Compiling ring v0.16.20 |
1746 | 2024-07-18T21:17:37.153Z | Compiling blake3 v1.5.1 |
1747 | 2024-07-18T21:17:37.524Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1748 | 2024-07-18T21:17:38.162Z | Compiling rayon v1.10.0 |
1749 | 2024-07-18T21:17:39.702Z | Compiling xattr v1.3.1 |
1750 | 2024-07-18T21:17:39.967Z | Compiling nibble_vec v0.1.0 |
1751 | 2024-07-18T21:17:40.199Z | Compiling packed_struct_codegen v0.10.1 |
1752 | 2024-07-18T21:17:40.925Z | Compiling memmap2 v0.9.4 |
1753 | 2024-07-18T21:17:41.362Z | Compiling filetime v0.2.23 |
1754 | 2024-07-18T21:17:41.677Z | Compiling indexmap v1.9.3 |
1755 | 2024-07-18T21:17:41.948Z | Compiling endian-type v0.1.2 |
1756 | 2024-07-18T21:17:41.972Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1757 | 2024-07-18T21:17:42.198Z | Compiling arrayvec v0.7.4 |
1758 | 2024-07-18T21:17:42.383Z | Compiling spin v0.5.2 |
1759 | 2024-07-18T21:17:42.609Z | Compiling cancel-safe-futures v0.1.5 |
1760 | 2024-07-18T21:17:42.627Z | Compiling constant_time_eq v0.3.0 |
1761 | 2024-07-18T21:17:42.686Z | Compiling arrayref v0.3.7 |
1762 | 2024-07-18T21:17:42.701Z | Compiling nodrop v0.1.14 |
1763 | 2024-07-18T21:17:42.775Z | Compiling untrusted v0.7.1 |
1764 | 2024-07-18T21:17:42.790Z | Compiling tiny-keccak v2.0.2 |
1765 | 2024-07-18T21:17:42.829Z | Compiling array-init v0.0.4 |
1766 | 2024-07-18T21:17:43.149Z | Compiling radix_trie v0.2.1 |
1767 | 2024-07-18T21:17:44.130Z | Compiling tar v0.4.41 |
1768 | 2024-07-18T21:17:44.149Z | Compiling smallvec v0.6.14 |
1769 | 2024-07-18T21:17:44.625Z | Compiling camino-tempfile v1.1.1 |
1770 | 2024-07-18T21:17:45.058Z | Compiling toolchain_find v0.4.0 |
1771 | 2024-07-18T21:17:45.644Z | Compiling pkcs1 v0.7.5 |
1772 | 2024-07-18T21:17:45.779Z | Compiling signature v2.2.0 |
1773 | 2024-07-18T21:17:45.979Z | Compiling hashbrown v0.12.3 |
1774 | 2024-07-18T21:17:46.070Z | Compiling bitfield v0.14.0 |
1775 | 2024-07-18T21:17:46.376Z | Compiling topological-sort v0.2.2 |
1776 | 2024-07-18T21:17:46.458Z | Compiling rustfmt-wrapper v0.2.1 |
1777 | 2024-07-18T21:17:46.593Z | Compiling omicron-zone-package v0.11.0 |
1778 | 2024-07-18T21:17:47.058Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1779 | 2024-07-18T21:17:47.291Z | Compiling rsa v0.9.6 |
1780 | 2024-07-18T21:17:48.798Z | Compiling serde-hex v0.1.0 |
1781 | 2024-07-18T21:17:49.647Z | Compiling bzip2 v0.4.4 |
1782 | 2024-07-18T21:17:50.856Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1783 | 2024-07-18T21:17:51.177Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1784 | 2024-07-18T21:17:52.405Z | Compiling env_logger v0.10.2 |
1785 | 2024-07-18T21:17:52.821Z | Compiling ascii-canvas v3.0.0 |
1786 | 2024-07-18T21:17:53.336Z | Compiling x509-cert v0.2.5 |
1787 | 2024-07-18T21:17:53.966Z | Compiling ron v0.8.1 |
1788 | 2024-07-18T21:17:54.645Z | Compiling hashbrown v0.13.2 |
1789 | 2024-07-18T21:17:55.564Z | Compiling ena v0.14.3 |
1790 | 2024-07-18T21:17:55.977Z | Compiling libloading v0.8.3 |
1791 | 2024-07-18T21:17:55.992Z | Compiling diff v0.1.13 |
1792 | 2024-07-18T21:17:56.360Z | Compiling crc-any v2.5.0 |
1793 | 2024-07-18T21:17:56.548Z | Compiling regex-syntax v0.6.29 |
1794 | 2024-07-18T21:17:57.289Z | Compiling bindgen v0.69.4 |
1795 | 2024-07-18T21:18:00.269Z | Compiling lalrpop v0.19.12 |
1796 | 2024-07-18T21:18:01.191Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
1797 | 2024-07-18T21:18:01.990Z | Compiling object v0.30.4 |
1798 | 2024-07-18T21:18:05.449Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
1799 | 2024-07-18T21:18:07.118Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1800 | 2024-07-18T21:18:08.940Z | Compiling zip v0.6.6 |
1801 | 2024-07-18T21:18:11.796Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
1802 | 2024-07-18T21:18:12.380Z | Compiling which v4.4.2 |
1803 | 2024-07-18T21:18:12.914Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
1804 | 2024-07-18T21:18:12.932Z | Compiling cexpr v0.6.0 |
1805 | 2024-07-18T21:18:13.131Z | Compiling half v2.4.1 |
1806 | 2024-07-18T21:18:13.854Z | Compiling ref-cast v1.0.23 |
1807 | 2024-07-18T21:18:14.299Z | Compiling lazycell v1.3.0 |
1808 | 2024-07-18T21:18:14.473Z | Compiling ciborium-io v0.2.2 |
1809 | 2024-07-18T21:18:14.609Z | Compiling arc-swap v1.7.1 |
1810 | 2024-07-18T21:18:14.612Z | Compiling shlex v1.3.0 |
1811 | 2024-07-18T21:18:15.015Z | Compiling rustc-hash v1.1.0 |
1812 | 2024-07-18T21:18:15.175Z | Compiling path-slash v0.1.5 |
1813 | 2024-07-18T21:18:15.311Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
1814 | 2024-07-18T21:18:15.419Z | Compiling slog-scope v4.4.0 |
1815 | 2024-07-18T21:18:16.311Z | Compiling ciborium-ll v0.2.2 |
1816 | 2024-07-18T21:18:16.858Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
1817 | 2024-07-18T21:18:17.137Z | Compiling derive_builder_core v0.20.0 |
1818 | 2024-07-18T21:18:18.921Z | Compiling headers-core v0.2.0 |
1819 | 2024-07-18T21:18:19.100Z | Compiling fxhash v0.2.1 |
1820 | 2024-07-18T21:18:19.304Z | Compiling libxml v0.3.3 |
1821 | 2024-07-18T21:18:19.318Z | Compiling ref-cast-impl v1.0.23 |
1822 | 2024-07-18T21:18:19.678Z | Compiling derive_builder_macro v0.20.0 |
1823 | 2024-07-18T21:18:20.475Z | Compiling headers v0.3.9 |
1824 | 2024-07-18T21:18:20.586Z | Compiling ciborium v0.2.2 |
1825 | 2024-07-18T21:18:22.685Z | Compiling slog-stdlog v4.1.1 |
1826 | 2024-07-18T21:18:23.001Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
1827 | 2024-07-18T21:18:23.591Z | Compiling tungstenite v0.21.0 |
1828 | 2024-07-18T21:18:24.353Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
1829 | 2024-07-18T21:18:24.622Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
1830 | 2024-07-18T21:18:26.353Z | Compiling libsw v3.3.1 |
1831 | 2024-07-18T21:18:26.707Z | Compiling strum_macros v0.24.3 |
1832 | 2024-07-18T21:18:27.374Z | Compiling polar-core v0.27.3 |
1833 | 2024-07-18T21:18:28.776Z | Compiling async-recursion v1.1.1 |
1834 | 2024-07-18T21:18:29.626Z | Compiling atty v0.2.14 |
1835 | 2024-07-18T21:18:29.727Z | Compiling samael v0.0.15 |
1836 | 2024-07-18T21:18:29.773Z | Compiling cookie v0.18.1 |
1837 | 2024-07-18T21:18:30.049Z | Compiling linear-map v1.2.0 |
1838 | 2024-07-18T21:18:30.113Z | Compiling owo-colors v4.0.0 |
1839 | 2024-07-18T21:18:30.171Z | Compiling indoc v1.0.9 |
1840 | 2024-07-18T21:18:30.459Z | Compiling tokio-tungstenite v0.21.0 |
1841 | 2024-07-18T21:18:31.060Z | Compiling slog-envlogger v2.2.0 |
1842 | 2024-07-18T21:18:31.072Z | Compiling derive_builder v0.20.0 |
1843 | 2024-07-18T21:18:31.261Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
1844 | 2024-07-18T21:18:31.525Z | Compiling pem v3.0.4 |
1845 | 2024-07-18T21:18:32.772Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
1846 | 2024-07-18T21:18:33.035Z | Compiling impl-trait-for-tuples v0.2.2 |
1847 | 2024-07-18T21:18:33.492Z | Compiling oso-derive v0.27.3 |
1848 | 2024-07-18T21:18:34.434Z | Compiling quick-xml v0.31.0 |
1849 | 2024-07-18T21:18:35.896Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#62ef5ca0) |
1850 | 2024-07-18T21:18:36.184Z | Compiling cfg_aliases v0.1.1 |
1851 | 2024-07-18T21:18:36.291Z | Compiling nix v0.28.0 |
1852 | 2024-07-18T21:18:36.999Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
1853 | 2024-07-18T21:18:38.579Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
1854 | 2024-07-18T21:18:39.070Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
1855 | 2024-07-18T21:18:39.342Z | Compiling bb8 v0.8.5 |
1856 | 2024-07-18T21:18:39.934Z | Compiling const_format_proc_macros v0.2.32 |
1857 | 2024-07-18T21:18:40.245Z | Compiling vte_generate_state_changes v0.1.1 |
1858 | 2024-07-18T21:18:40.795Z | Compiling unicase v2.7.0 |
1859 | 2024-07-18T21:18:41.075Z | Compiling buf-list v1.0.3 |
1860 | 2024-07-18T21:18:41.757Z | Compiling vte v0.11.1 |
1861 | 2024-07-18T21:18:41.959Z | Compiling const_format v0.2.32 |
1862 | 2024-07-18T21:18:42.414Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
1863 | 2024-07-18T21:18:43.148Z | Compiling tungstenite v0.20.1 |
1864 | 2024-07-18T21:18:43.281Z | Compiling fd-lock v4.0.2 |
1865 | 2024-07-18T21:18:43.491Z | Compiling pin-project-internal v1.1.5 |
1866 | 2024-07-18T21:18:43.549Z | Compiling memoffset v0.9.1 |
1867 | 2024-07-18T21:18:43.864Z | Compiling parking_lot_core v0.8.6 |
1868 | 2024-07-18T21:18:44.282Z | Compiling bytecount v0.6.8 |
1869 | 2024-07-18T21:18:44.602Z | Compiling papergrid v0.11.0 |
1870 | 2024-07-18T21:18:46.331Z | Compiling pin-project v1.1.5 |
1871 | 2024-07-18T21:18:46.523Z | Compiling tokio-tungstenite v0.20.1 |
1872 | 2024-07-18T21:18:48.425Z | Compiling strip-ansi-escapes v0.2.0 |
1873 | 2024-07-18T21:18:50.159Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
1874 | 2024-07-18T21:18:53.688Z | Compiling oso v0.27.3 |
1875 | 2024-07-18T21:18:55.992Z | Compiling tabled_derive v0.7.0 |
1876 | 2024-07-18T21:18:56.339Z | Compiling peg-macros v0.8.3 |
1877 | 2024-07-18T21:18:56.890Z | Compiling snafu-derive v0.8.2 |
1878 | 2024-07-18T21:18:58.248Z | Compiling sqlparser_derive v0.2.2 |
1879 | 2024-07-18T21:18:59.620Z | Compiling unicode_categories v0.1.1 |
1880 | 2024-07-18T21:18:59.711Z | Compiling nu-ansi-term v0.50.0 |
1881 | 2024-07-18T21:18:59.999Z | Compiling sqlformat v0.2.4 |
1882 | 2024-07-18T21:19:01.001Z | Compiling reedline v0.31.0 |
1883 | 2024-07-18T21:19:01.938Z | Compiling snafu v0.8.2 |
1884 | 2024-07-18T21:19:03.406Z | Compiling peg v0.8.3 |
1885 | 2024-07-18T21:19:03.413Z | Compiling rustyline v14.0.0 |
1886 | 2024-07-18T21:19:10.999Z | Compiling sqlparser v0.45.0 |
1887 | 2024-07-18T21:19:12.071Z | Compiling tabled v0.15.0 |
1888 | 2024-07-18T21:19:16.919Z | Compiling env_logger v0.9.3 |
1889 | 2024-07-18T21:19:21.448Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
1890 | 2024-07-18T21:19:24.253Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1891 | 2024-07-18T21:19:24.733Z | Compiling globset v0.4.14 |
1892 | 2024-07-18T21:19:25.949Z | Compiling olpc-cjson v0.1.3 |
1893 | 2024-07-18T21:19:26.299Z | Compiling bcs v0.1.6 |
1894 | 2024-07-18T21:19:27.217Z | Compiling bitstruct_derive v0.1.0 |
1895 | 2024-07-18T21:19:28.539Z | Compiling serde_plain v1.0.2 |
1896 | 2024-07-18T21:19:29.086Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1897 | 2024-07-18T21:19:29.239Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
1898 | 2024-07-18T21:19:29.525Z | Compiling ascii v1.1.0 |
1899 | 2024-07-18T21:19:29.819Z | Compiling highway v1.1.0 |
1900 | 2024-07-18T21:19:30.293Z | Compiling typed-path v0.7.1 |
1901 | 2024-07-18T21:19:31.162Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
1902 | 2024-07-18T21:19:31.483Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
1903 | 2024-07-18T21:19:32.512Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
1904 | 2024-07-18T21:19:32.842Z | Compiling tough v0.17.1 |
1905 | 2024-07-18T21:19:33.352Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1906 | 2024-07-18T21:19:33.648Z | Compiling bitstruct v0.1.1 |
1907 | 2024-07-18T21:19:33.781Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1908 | 2024-07-18T21:19:34.790Z | Compiling parking_lot v0.11.2 |
1909 | 2024-07-18T21:19:35.063Z | Compiling nix v0.27.1 |
1910 | 2024-07-18T21:19:36.955Z | Compiling trust-dns-client v0.22.0 |
1911 | 2024-07-18T21:19:37.186Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
1912 | 2024-07-18T21:19:37.522Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
1913 | 2024-07-18T21:19:38.161Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1914 | 2024-07-18T21:19:39.379Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1915 | 2024-07-18T21:19:41.558Z | Compiling curve25519-dalek v4.1.3 |
1916 | 2024-07-18T21:19:41.981Z | Compiling kstat-rs v0.2.4 |
1917 | 2024-07-18T21:19:42.685Z | Compiling serde_arrays v0.1.0 |
1918 | 2024-07-18T21:19:42.894Z | Compiling toml v0.5.11 |
1919 | 2024-07-18T21:19:42.941Z | Compiling erased-serde v0.3.31 |
1920 | 2024-07-18T21:19:44.681Z | Compiling serde-big-array v0.5.1 |
1921 | 2024-07-18T21:19:44.945Z | Compiling keccak v0.1.5 |
1922 | 2024-07-18T21:19:51.614Z | Compiling parse-size v1.0.0 |
1923 | 2024-07-18T21:19:51.735Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
1924 | 2024-07-18T21:20:01.978Z | Compiling sha3 v0.10.8 |
1925 | 2024-07-18T21:20:08.789Z | Compiling trust-dns-server v0.22.1 |
1926 | 2024-07-18T21:20:17.449Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1927 | 2024-07-18T21:20:19.088Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
1928 | 2024-07-18T21:20:21.098Z | Compiling sled v0.34.7 |
1929 | 2024-07-18T21:20:30.050Z | Compiling mime_guess v2.0.4 |
1930 | 2024-07-18T21:20:30.712Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
1931 | 2024-07-18T21:20:31.385Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
1932 | 2024-07-18T21:20:33.116Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1933 | 2024-07-18T21:20:35.787Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
1934 | 2024-07-18T21:20:48.619Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
1935 | 2024-07-18T21:20:48.897Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
1936 | 2024-07-18T21:20:51.880Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
1937 | 2024-07-18T21:20:53.370Z | Compiling signal-hook-tokio v0.3.1 |
1938 | 2024-07-18T21:20:53.588Z | Compiling universal-hash v0.5.1 |
1939 | 2024-07-18T21:20:53.833Z | Compiling heck v0.3.3 |
1940 | 2024-07-18T21:20:54.212Z | Compiling secrecy v0.8.0 |
1941 | 2024-07-18T21:20:54.485Z | Compiling rand_seeder v0.2.3 |
1942 | 2024-07-18T21:20:54.892Z | Compiling castaway v0.2.2 |
1943 | 2024-07-18T21:20:55.081Z | Compiling thiserror-impl-no-std v2.0.2 |
1944 | 2024-07-18T21:20:55.862Z | Compiling nanorand v0.7.0 |
1945 | 2024-07-18T21:20:56.412Z | Compiling curve25519-dalek-derive v0.1.1 |
1946 | 2024-07-18T21:20:56.623Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
1947 | 2024-07-18T21:20:56.678Z | Compiling opaque-debug v0.3.1 |
1948 | 2024-07-18T21:20:56.785Z | Compiling poly1305 v0.8.0 |
1949 | 2024-07-18T21:20:56.941Z | Compiling flume v0.11.0 |
1950 | 2024-07-18T21:20:57.668Z | Compiling compact_str v0.7.1 |
1951 | 2024-07-18T21:20:57.893Z | Compiling thiserror-no-std v2.0.2 |
1952 | 2024-07-18T21:20:58.022Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
1953 | 2024-07-18T21:20:58.262Z | Compiling zone_cfg_derive v0.1.2 |
1954 | 2024-07-18T21:20:58.289Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
1955 | 2024-07-18T21:20:59.240Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
1956 | 2024-07-18T21:20:59.662Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
1957 | 2024-07-18T21:21:03.293Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1958 | 2024-07-18T21:21:04.025Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
1959 | 2024-07-18T21:21:06.144Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
1960 | 2024-07-18T21:21:06.434Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
1961 | 2024-07-18T21:21:06.710Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
1962 | 2024-07-18T21:21:06.993Z | Compiling chacha20 v0.9.1 |
1963 | 2024-07-18T21:21:07.474Z | Compiling unicode-truncate v1.0.0 |
1964 | 2024-07-18T21:21:07.741Z | Compiling itertools v0.13.0 |
1965 | 2024-07-18T21:21:08.934Z | Compiling aead v0.5.2 |
1966 | 2024-07-18T21:21:09.290Z | Compiling lru v0.12.3 |
1967 | 2024-07-18T21:21:09.663Z | Compiling stability v0.2.0 |
1968 | 2024-07-18T21:21:10.407Z | Compiling cassowary v0.3.0 |
1969 | 2024-07-18T21:21:10.645Z | Compiling base64 v0.13.1 |
1970 | 2024-07-18T21:21:11.412Z | Compiling ratatui v0.27.0 |
1971 | 2024-07-18T21:21:11.672Z | Compiling ron v0.7.1 |
1972 | 2024-07-18T21:21:13.741Z | Compiling chacha20poly1305 v0.10.1 |
1973 | 2024-07-18T21:21:14.072Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1974 | 2024-07-18T21:21:15.863Z | Compiling vsss-rs v3.3.4 |
1975 | 2024-07-18T21:21:17.073Z | Compiling zone v0.1.8 |
1976 | 2024-07-18T21:21:20.340Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
1977 | 2024-07-18T21:21:20.415Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
1978 | 2024-07-18T21:21:21.147Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
1979 | 2024-07-18T21:21:24.500Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
1980 | 2024-07-18T21:21:26.054Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
1981 | 2024-07-18T21:21:28.011Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
1982 | 2024-07-18T21:21:29.042Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
1983 | 2024-07-18T21:21:29.228Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
1984 | 2024-07-18T21:21:29.313Z | Compiling portpicker v0.1.1 |
1985 | 2024-07-18T21:21:29.844Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1986 | 2024-07-18T21:21:32.078Z | Compiling csv-core v0.1.11 |
1987 | 2024-07-18T21:21:32.952Z | Compiling smawk v0.3.2 |
1988 | 2024-07-18T21:21:33.215Z | Compiling http-range v0.1.5 |
1989 | 2024-07-18T21:21:34.284Z | Compiling unicode-linebreak v0.1.5 |
1990 | 2024-07-18T21:21:34.812Z | Compiling textwrap v0.16.1 |
1991 | 2024-07-18T21:21:35.712Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
1992 | 2024-07-18T21:21:38.576Z | Compiling hyper-staticfile v0.9.5 |
1993 | 2024-07-18T21:21:38.714Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
1994 | 2024-07-18T21:21:39.421Z | Compiling csv v1.3.0 |
1995 | 2024-07-18T21:21:41.675Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
1996 | 2024-07-18T21:21:45.968Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
1997 | 2024-07-18T21:21:48.033Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
1998 | 2024-07-18T21:21:55.303Z | Compiling rcgen v0.12.1 |
1999 | 2024-07-18T21:22:01.691Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2000 | 2024-07-18T21:22:02.444Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2001 | 2024-07-18T21:22:02.942Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2002 | 2024-07-18T21:22:03.225Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2003 | 2024-07-18T21:22:04.784Z | Compiling atomicwrites v0.4.3 |
2004 | 2024-07-18T21:22:04.807Z | Compiling fatfs v0.3.6 |
2005 | 2024-07-18T21:22:05.304Z | Compiling subprocess v0.2.9 |
2006 | 2024-07-18T21:22:05.564Z | Compiling rtoolbox v0.0.2 |
2007 | 2024-07-18T21:22:05.992Z | Compiling assert_matches v1.5.0 |
2008 | 2024-07-18T21:22:06.102Z | Compiling is_ci v1.2.0 |
2009 | 2024-07-18T21:22:06.397Z | Compiling supports-color v3.0.0 |
2010 | 2024-07-18T21:22:07.584Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2011 | 2024-07-18T21:22:10.072Z | Compiling rpassword v7.3.1 |
2012 | 2024-07-18T21:22:10.470Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2013 | 2024-07-18T21:22:10.529Z | Compiling tui-tree-widget v0.21.0 |
2014 | 2024-07-18T21:22:10.955Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2015 | 2024-07-18T21:22:11.226Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2016 | 2024-07-18T21:22:15.025Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2017 | 2024-07-18T21:22:19.692Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2018 | 2024-07-18T21:22:19.982Z | Compiling shell-words v1.1.0 |
2019 | 2024-07-18T21:22:20.430Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2020 | 2024-07-18T21:22:26.058Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2021 | 2024-07-18T21:22:32.638Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2022 | 2024-07-18T21:22:42.652Z | Compiling uzers v0.11.3 |
2023 | 2024-07-18T21:22:45.573Z | Compiling multimap v0.10.0 |
2024 | 2024-07-18T21:22:45.966Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2025 | 2024-07-18T21:24:49.553Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2026 | 2024-07-18T21:24:53.295Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2027 | 2024-07-18T21:31:22.791Z | Finished `release` profile [optimized] target(s) in 14m 24s |
2028 | 2024-07-18T21:32:10.348Z | |
2029 | 2024-07-18T21:32:10.351Z | real 15:13.043617058 |
2030 | 2024-07-18T21:32:10.351Z | user 1:46:15.159233909 |
2031 | 2024-07-18T21:32:10.351Z | sys 5:52.799808013 |
2032 | 2024-07-18T21:32:10.351Z | trap 2.478086889 |
2033 | 2024-07-18T21:32:10.351Z | tflt 2.346786292 |
2034 | 2024-07-18T21:32:10.351Z | dflt 3.717118627 |
2035 | 2024-07-18T21:32:10.351Z | kflt 0.003405842 |
2036 | 2024-07-18T21:32:10.351Z | lock 6:27:17.594269243 |
2037 | 2024-07-18T21:32:10.351Z | slp 4:05:14.493342948 |
2038 | 2024-07-18T21:32:10.351Z | lat 2:36.506777815 |
2039 | 2024-07-18T21:32:10.351Z | stop 1:55.499439140 |
2040 | 2024-07-18T21:32:10.351Z | + mapfile -t packages |
2041 | 2024-07-18T21:32:10.351Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2042 | 2024-07-18T21:32:11.240Z | Finished `release` profile [optimized] target(s) in 0.84s |
2043 | 2024-07-18T21:32:11.280Z | Running `target/release/omicron-package -t test list-outputs` |
2044 | 2024-07-18T21:32:11.318Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2045 | 2024-07-18T21:32:11.321Z | + ptime -m cargo build --locked --release -p xtask |
2046 | 2024-07-18T21:32:11.926Z | Compiling serde v1.0.204 |
2047 | 2024-07-18T21:32:11.931Z | Compiling bitflags v2.5.0 |
2048 | 2024-07-18T21:32:11.931Z | Compiling syn v2.0.71 |
2049 | 2024-07-18T21:32:12.022Z | Compiling bytes v1.6.0 |
2050 | 2024-07-18T21:32:12.027Z | Compiling scopeguard v1.2.0 |
2051 | 2024-07-18T21:32:12.027Z | Compiling smallvec v1.13.2 |
2052 | 2024-07-18T21:32:12.052Z | Compiling serde_json v1.0.120 |
2053 | 2024-07-18T21:32:12.171Z | Compiling lock_api v0.4.12 |
2054 | 2024-07-18T21:32:12.384Z | Compiling log v0.4.21 |
2055 | 2024-07-18T21:32:12.511Z | Compiling parking_lot_core v0.9.10 |
2056 | 2024-07-18T21:32:12.526Z | Compiling hashbrown v0.14.5 |
2057 | 2024-07-18T21:32:12.552Z | Compiling mio v0.8.11 |
2058 | 2024-07-18T21:32:12.664Z | Compiling libc v0.2.155 |
2059 | 2024-07-18T21:32:12.820Z | Compiling generic-array v0.14.7 |
2060 | 2024-07-18T21:32:12.877Z | Compiling parking_lot v0.12.2 |
2061 | 2024-07-18T21:32:13.118Z | Compiling slog v2.7.0 |
2062 | 2024-07-18T21:32:13.493Z | Compiling http v0.2.12 |
2063 | 2024-07-18T21:32:13.664Z | Compiling rustix v0.38.34 |
2064 | 2024-07-18T21:32:13.806Z | Compiling usdt-impl v0.5.0 |
2065 | 2024-07-18T21:32:14.136Z | Compiling indexmap v2.2.6 |
2066 | 2024-07-18T21:32:14.150Z | Compiling syn v1.0.109 |
2067 | 2024-07-18T21:32:14.227Z | Compiling time-macros v0.2.18 |
2068 | 2024-07-18T21:32:14.693Z | Compiling thread-id v4.2.1 |
2069 | 2024-07-18T21:32:14.781Z | Compiling tracing v0.1.40 |
2070 | 2024-07-18T21:32:15.521Z | Compiling crossbeam-utils v0.8.19 |
2071 | 2024-07-18T21:32:15.754Z | Compiling http-body v0.4.6 |
2072 | 2024-07-18T21:32:16.212Z | Compiling unicode-normalization v0.1.23 |
2073 | 2024-07-18T21:32:16.280Z | Compiling unicode-bidi v0.3.15 |
2074 | 2024-07-18T21:32:16.302Z | Compiling block-buffer v0.10.4 |
2075 | 2024-07-18T21:32:16.546Z | Compiling crypto-common v0.1.6 |
2076 | 2024-07-18T21:32:17.320Z | Compiling time v0.3.36 |
2077 | 2024-07-18T21:32:17.472Z | Compiling idna v0.5.0 |
2078 | 2024-07-18T21:32:18.327Z | Compiling terminal_size v0.3.0 |
2079 | 2024-07-18T21:32:18.556Z | Compiling fs-err v2.11.0 |
2080 | 2024-07-18T21:32:18.846Z | Compiling anyhow v1.0.86 |
2081 | 2024-07-18T21:32:19.290Z | Compiling proc-macro-error v1.0.4 |
2082 | 2024-07-18T21:32:19.401Z | Compiling clap_builder v4.5.9 |
2083 | 2024-07-18T21:32:20.103Z | Compiling crossbeam-channel v0.5.12 |
2084 | 2024-07-18T21:32:20.259Z | Compiling url v2.5.0 |
2085 | 2024-07-18T21:32:20.799Z | Compiling digest v0.10.7 |
2086 | 2024-07-18T21:32:21.238Z | Compiling xattr v1.3.1 |
2087 | 2024-07-18T21:32:21.583Z | Compiling sha2 v0.10.8 |
2088 | 2024-07-18T21:32:21.784Z | Compiling slog-async v2.8.0 |
2089 | 2024-07-18T21:32:22.031Z | Compiling tabled_derive v0.7.0 |
2090 | 2024-07-18T21:32:23.908Z | Compiling serde_derive v1.0.204 |
2091 | 2024-07-18T21:32:24.253Z | Compiling thiserror-impl v1.0.62 |
2092 | 2024-07-18T21:32:24.650Z | Compiling zerocopy-derive v0.7.34 |
2093 | 2024-07-18T21:32:24.887Z | Compiling futures-macro v0.3.30 |
2094 | 2024-07-18T21:32:25.920Z | Compiling tokio-macros v2.3.0 |
2095 | 2024-07-18T21:32:26.686Z | Compiling scroll_derive v0.12.0 |
2096 | 2024-07-18T21:32:26.787Z | Compiling zerocopy v0.7.34 |
2097 | 2024-07-18T21:32:26.870Z | Compiling futures-util v0.3.30 |
2098 | 2024-07-18T21:32:27.194Z | Compiling thiserror v1.0.62 |
2099 | 2024-07-18T21:32:27.354Z | Compiling pest v2.7.10 |
2100 | 2024-07-18T21:32:27.493Z | Compiling tokio v1.38.1 |
2101 | 2024-07-18T21:32:28.335Z | Compiling openssl-macros v0.1.1 |
2102 | 2024-07-18T21:32:28.496Z | Compiling scroll v0.12.0 |
2103 | 2024-07-18T21:32:29.079Z | Compiling openssl v0.10.64 |
2104 | 2024-07-18T21:32:29.138Z | Compiling goblin v0.8.2 |
2105 | 2024-07-18T21:32:30.280Z | Compiling pest_meta v2.7.10 |
2106 | 2024-07-18T21:32:33.913Z | Compiling pest_generator v2.7.10 |
2107 | 2024-07-18T21:32:35.801Z | Compiling pest_derive v2.7.10 |
2108 | 2024-07-18T21:32:36.595Z | Compiling dtrace-parser v0.2.0 |
2109 | 2024-07-18T21:32:38.685Z | Compiling tokio-util v0.7.11 |
2110 | 2024-07-18T21:32:40.831Z | Compiling h2 v0.3.26 |
2111 | 2024-07-18T21:32:45.630Z | Compiling dof v0.3.0 |
2112 | 2024-07-18T21:32:45.652Z | Compiling serde_tokenstream v0.2.1 |
2113 | 2024-07-18T21:32:45.652Z | Compiling serde_spanned v0.6.6 |
2114 | 2024-07-18T21:32:45.652Z | Compiling toml_datetime v0.6.6 |
2115 | 2024-07-18T21:32:45.652Z | Compiling native-tls v0.2.11 |
2116 | 2024-07-18T21:32:46.384Z | Compiling tokio-native-tls v0.3.1 |
2117 | 2024-07-18T21:32:46.697Z | Compiling hyper v0.14.28 |
2118 | 2024-07-18T21:32:46.711Z | Compiling toml_edit v0.22.14 |
2119 | 2024-07-18T21:32:53.232Z | Compiling hyper-tls v0.5.0 |
2120 | 2024-07-18T21:32:53.680Z | Compiling toml v0.8.14 |
2121 | 2024-07-18T21:32:54.162Z | Compiling usdt-macro v0.5.0 |
2122 | 2024-07-18T21:32:55.378Z | Compiling usdt-attr-macro v0.5.0 |
2123 | 2024-07-18T21:32:55.435Z | Compiling slog-json v2.6.1 |
2124 | 2024-07-18T21:32:55.740Z | Compiling camino v1.1.7 |
2125 | 2024-07-18T21:32:55.973Z | Compiling cargo-platform v0.1.8 |
2126 | 2024-07-18T21:32:56.819Z | Compiling serde_urlencoded v0.7.1 |
2127 | 2024-07-18T21:32:57.096Z | Compiling semver v1.0.23 |
2128 | 2024-07-18T21:32:57.140Z | Compiling futures-executor v0.3.30 |
2129 | 2024-07-18T21:32:57.467Z | Compiling clap_derive v4.5.8 |
2130 | 2024-07-18T21:32:58.256Z | Compiling strum_macros v0.26.4 |
2131 | 2024-07-18T21:32:58.710Z | Compiling cargo_metadata v0.18.1 |
2132 | 2024-07-18T21:32:59.531Z | Compiling futures v0.3.30 |
2133 | 2024-07-18T21:32:59.662Z | Compiling reqwest v0.11.27 |
2134 | 2024-07-18T21:33:00.816Z | Compiling usdt v0.5.0 |
2135 | 2024-07-18T21:33:02.225Z | Compiling clap v4.5.9 |
2136 | 2024-07-18T21:33:02.352Z | Compiling slog-bunyan v2.5.0 |
2137 | 2024-07-18T21:33:02.366Z | Compiling cargo_toml v0.20.3 |
2138 | 2024-07-18T21:33:02.636Z | Compiling macaddr v1.0.1 |
2139 | 2024-07-18T21:33:03.134Z | Compiling strum v0.26.3 |
2140 | 2024-07-18T21:33:03.268Z | Compiling tabled v0.15.0 |
2141 | 2024-07-18T21:33:03.362Z | Compiling slog-term v2.9.1 |
2142 | 2024-07-18T21:33:03.376Z | Compiling tar v0.4.41 |
2143 | 2024-07-18T21:33:19.366Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2144 | 2024-07-18T21:33:33.688Z | Finished `release` profile [optimized] target(s) in 1m 22s |
2145 | 2024-07-18T21:33:33.782Z | |
2146 | 2024-07-18T21:33:33.782Z | real 1:22.436706840 |
2147 | 2024-07-18T21:33:33.782Z | user 8:59.306499779 |
2148 | 2024-07-18T21:33:33.783Z | sys 51.091664534 |
2149 | 2024-07-18T21:33:33.783Z | trap 0.250265746 |
2150 | 2024-07-18T21:33:33.783Z | tflt 0.569676095 |
2151 | 2024-07-18T21:33:33.787Z | dflt 0.227795619 |
2152 | 2024-07-18T21:33:33.787Z | kflt 0.000022429 |
2153 | 2024-07-18T21:33:33.787Z | lock 20:00.202672111 |
2154 | 2024-07-18T21:33:33.787Z | slp 22:41.343551804 |
2155 | 2024-07-18T21:33:33.787Z | lat 24.163475022 |
2156 | 2024-07-18T21:33:33.787Z | stop 24.603243596 |
2157 | 2024-07-18T21:33:33.787Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2158 | 2024-07-18T21:33:33.787Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2159 | 2024-07-18T21:33:33.787Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2160 | 2024-07-18T21:33:33.787Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2161 | 2024-07-18T21:33:33.787Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2162 | 2024-07-18T21:33:34.327Z | Downloading crates ... |
2163 | 2024-07-18T21:33:34.571Z | Downloaded blowfish v0.9.1 |
2164 | 2024-07-18T21:33:34.575Z | Downloaded dirs-sys v0.4.1 |
2165 | 2024-07-18T21:33:34.575Z | Downloaded ghash v0.5.1 |
2166 | 2024-07-18T21:33:34.583Z | Downloaded ctr v0.9.2 |
2167 | 2024-07-18T21:33:34.595Z | Downloaded option-ext v0.2.0 |
2168 | 2024-07-18T21:33:34.599Z | Downloaded dhcproto-macros v0.1.0 |
2169 | 2024-07-18T21:33:34.603Z | Downloaded md5 v0.7.0 |
2170 | 2024-07-18T21:33:34.606Z | Downloaded russh-cryptovec v0.7.2 |
2171 | 2024-07-18T21:33:34.609Z | Downloaded aes v0.8.4 |
2172 | 2024-07-18T21:33:34.613Z | Downloaded rand_core v0.5.1 |
2173 | 2024-07-18T21:33:34.616Z | Downloaded primeorder v0.13.6 |
2174 | 2024-07-18T21:33:34.616Z | Downloaded internet-checksum v0.2.1 |
2175 | 2024-07-18T21:33:34.616Z | Downloaded rand_chacha v0.2.2 |
2176 | 2024-07-18T21:33:34.616Z | Downloaded ed25519 v2.2.3 |
2177 | 2024-07-18T21:33:34.619Z | Downloaded hex-literal v0.4.1 |
2178 | 2024-07-18T21:33:34.619Z | Downloaded cbc v0.1.2 |
2179 | 2024-07-18T21:33:34.623Z | Downloaded bcrypt-pbkdf v0.10.0 |
2180 | 2024-07-18T21:33:34.626Z | Downloaded rfc6979 v0.4.0 |
2181 | 2024-07-18T21:33:34.626Z | Downloaded polyval v0.6.2 |
2182 | 2024-07-18T21:33:34.629Z | Downloaded pbkdf2 v0.11.0 |
2183 | 2024-07-18T21:33:34.629Z | Downloaded russh-keys v0.43.0 |
2184 | 2024-07-18T21:33:34.633Z | Downloaded password-hash v0.4.2 |
2185 | 2024-07-18T21:33:34.634Z | Downloaded getrandom v0.1.16 |
2186 | 2024-07-18T21:33:34.637Z | Downloaded pbkdf2 v0.12.2 |
2187 | 2024-07-18T21:33:34.637Z | Downloaded dirs v5.0.1 |
2188 | 2024-07-18T21:33:34.639Z | Downloaded ecdsa v0.16.9 |
2189 | 2024-07-18T21:33:34.643Z | Downloaded dhcproto v0.11.0 |
2190 | 2024-07-18T21:33:34.649Z | Downloaded p256 v0.13.2 |
2191 | 2024-07-18T21:33:34.653Z | Downloaded ed25519-dalek v2.1.1 |
2192 | 2024-07-18T21:33:34.658Z | Downloaded russh v0.43.0 |
2193 | 2024-07-18T21:33:34.663Z | Downloaded rand v0.7.3 |
2194 | 2024-07-18T21:33:34.668Z | Downloaded p521 v0.13.3 |
2195 | 2024-07-18T21:33:34.672Z | Downloaded aes-gcm v0.10.3 |
2196 | 2024-07-18T21:33:34.812Z | Compiling serde v1.0.204 |
2197 | 2024-07-18T21:33:34.815Z | Compiling scopeguard v1.2.0 |
2198 | 2024-07-18T21:33:34.908Z | Compiling log v0.4.21 |
2199 | 2024-07-18T21:33:34.930Z | Compiling smallvec v1.13.2 |
2200 | 2024-07-18T21:33:34.933Z | Compiling syn v2.0.71 |
2201 | 2024-07-18T21:33:34.936Z | Compiling getrandom v0.2.14 |
2202 | 2024-07-18T21:33:34.936Z | Compiling generic-array v0.14.7 |
2203 | 2024-07-18T21:33:34.936Z | Compiling libm v0.2.8 |
2204 | 2024-07-18T21:33:35.023Z | Compiling lock_api v0.4.12 |
2205 | 2024-07-18T21:33:35.283Z | Compiling rand_core v0.6.4 |
2206 | 2024-07-18T21:33:35.356Z | Compiling parking_lot_core v0.9.10 |
2207 | 2024-07-18T21:33:35.391Z | Compiling num-traits v0.2.19 |
2208 | 2024-07-18T21:33:35.407Z | Compiling subtle v2.5.0 |
2209 | 2024-07-18T21:33:35.470Z | Compiling mio v0.8.11 |
2210 | 2024-07-18T21:33:35.486Z | Compiling spin v0.9.8 |
2211 | 2024-07-18T21:33:35.744Z | Compiling parking_lot v0.12.2 |
2212 | 2024-07-18T21:33:35.788Z | Compiling ahash v0.8.11 |
2213 | 2024-07-18T21:33:35.890Z | Compiling serde_json v1.0.120 |
2214 | 2024-07-18T21:33:35.908Z | Compiling allocator-api2 v0.2.18 |
2215 | 2024-07-18T21:33:36.025Z | Compiling const-oid v0.9.6 |
2216 | 2024-07-18T21:33:36.173Z | Compiling iana-time-zone v0.1.60 |
2217 | 2024-07-18T21:33:36.231Z | Compiling syn v1.0.109 |
2218 | 2024-07-18T21:33:36.724Z | Compiling unicode-normalization v0.1.23 |
2219 | 2024-07-18T21:33:36.744Z | Compiling unicode-bidi v0.3.15 |
2220 | 2024-07-18T21:33:36.810Z | Compiling schemars v0.8.21 |
2221 | 2024-07-18T21:33:36.887Z | Compiling dyn-clone v1.0.17 |
2222 | 2024-07-18T21:33:37.121Z | Compiling ppv-lite86 v0.2.17 |
2223 | 2024-07-18T21:33:37.174Z | Compiling time-macros v0.2.18 |
2224 | 2024-07-18T21:33:37.763Z | Compiling ring v0.17.8 |
2225 | 2024-07-18T21:33:37.907Z | Compiling rand_chacha v0.3.1 |
2226 | 2024-07-18T21:33:38.014Z | Compiling aho-corasick v1.1.3 |
2227 | 2024-07-18T21:33:38.349Z | Compiling regex-syntax v0.8.3 |
2228 | 2024-07-18T21:33:38.937Z | Compiling rand v0.8.5 |
2229 | 2024-07-18T21:33:40.346Z | Compiling idna v0.5.0 |
2230 | 2024-07-18T21:33:40.809Z | Compiling time v0.3.36 |
2231 | 2024-07-18T21:33:41.049Z | Compiling slog v2.7.0 |
2232 | 2024-07-18T21:33:41.637Z | Compiling url v2.5.0 |
2233 | 2024-07-18T21:33:41.948Z | Compiling regex-automata v0.4.6 |
2234 | 2024-07-18T21:33:41.966Z | Compiling untrusted v0.9.0 |
2235 | 2024-07-18T21:33:43.626Z | Compiling serde_derive_internals v0.29.1 |
2236 | 2024-07-18T21:33:44.766Z | Compiling lazy_static v1.5.0 |
2237 | 2024-07-18T21:33:44.899Z | Compiling backtrace v0.3.71 |
2238 | 2024-07-18T21:33:45.156Z | Compiling gimli v0.28.1 |
2239 | 2024-07-18T21:33:45.388Z | Compiling object v0.32.2 |
2240 | 2024-07-18T21:33:46.205Z | Compiling anyhow v1.0.86 |
2241 | 2024-07-18T21:33:46.433Z | Compiling rustc-demangle v0.1.24 |
2242 | 2024-07-18T21:33:46.560Z | Compiling winnow v0.5.40 |
2243 | 2024-07-18T21:33:47.027Z | Compiling base64ct v1.6.0 |
2244 | 2024-07-18T21:33:47.423Z | Compiling regex v1.10.5 |
2245 | 2024-07-18T21:33:47.667Z | Compiling rustls v0.21.12 |
2246 | 2024-07-18T21:33:47.940Z | Compiling crossbeam-utils v0.8.19 |
2247 | 2024-07-18T21:33:48.560Z | Compiling rustls-webpki v0.101.7 |
2248 | 2024-07-18T21:33:48.646Z | Compiling sct v0.7.1 |
2249 | 2024-07-18T21:33:48.980Z | Compiling cookie v0.17.0 |
2250 | 2024-07-18T21:33:50.045Z | Compiling serde_derive v1.0.204 |
2251 | 2024-07-18T21:33:50.294Z | Compiling zeroize_derive v1.4.2 |
2252 | 2024-07-18T21:33:50.574Z | Compiling zerocopy-derive v0.7.34 |
2253 | 2024-07-18T21:33:50.646Z | Compiling thiserror-impl v1.0.62 |
2254 | 2024-07-18T21:33:51.965Z | Compiling tokio-macros v2.3.0 |
2255 | 2024-07-18T21:33:52.036Z | Compiling zeroize v1.7.0 |
2256 | 2024-07-18T21:33:52.685Z | Compiling futures-macro v0.3.30 |
2257 | 2024-07-18T21:33:53.003Z | Compiling zerocopy v0.7.34 |
2258 | 2024-07-18T21:33:53.753Z | Compiling schemars_derive v0.8.21 |
2259 | 2024-07-18T21:33:54.038Z | Compiling crypto-common v0.1.6 |
2260 | 2024-07-18T21:33:54.167Z | Compiling thiserror v1.0.62 |
2261 | 2024-07-18T21:33:54.263Z | Compiling block-buffer v0.10.4 |
2262 | 2024-07-18T21:33:54.307Z | Compiling tracing-attributes v0.1.27 |
2263 | 2024-07-18T21:33:54.542Z | Compiling digest v0.10.7 |
2264 | 2024-07-18T21:33:54.907Z | Compiling futures-util v0.3.30 |
2265 | 2024-07-18T21:33:55.054Z | Compiling async-trait v0.1.81 |
2266 | 2024-07-18T21:33:55.355Z | Compiling hashbrown v0.14.5 |
2267 | 2024-07-18T21:33:55.521Z | Compiling addr2line v0.21.0 |
2268 | 2024-07-18T21:33:56.772Z | Compiling openssl-macros v0.1.1 |
2269 | 2024-07-18T21:33:57.570Z | Compiling pest v2.7.10 |
2270 | 2024-07-18T21:33:58.284Z | Compiling idna v0.3.0 |
2271 | 2024-07-18T21:33:58.406Z | Compiling tracing v0.1.40 |
2272 | 2024-07-18T21:33:58.587Z | Compiling psl-types v2.0.11 |
2273 | 2024-07-18T21:33:58.786Z | Compiling data-encoding v2.6.0 |
2274 | 2024-07-18T21:33:58.925Z | Compiling hmac v0.12.1 |
2275 | 2024-07-18T21:33:59.185Z | Compiling publicsuffix v2.2.3 |
2276 | 2024-07-18T21:33:59.389Z | Compiling scroll_derive v0.12.0 |
2277 | 2024-07-18T21:33:59.967Z | Compiling webpki-roots v0.25.4 |
2278 | 2024-07-18T21:33:59.970Z | Compiling bitflags v1.3.2 |
2279 | 2024-07-18T21:34:00.080Z | Compiling pest_meta v2.7.10 |
2280 | 2024-07-18T21:34:00.114Z | Compiling block-padding v0.3.3 |
2281 | 2024-07-18T21:34:00.373Z | Compiling der_derive v0.7.2 |
2282 | 2024-07-18T21:34:00.557Z | Compiling pem-rfc7468 v0.7.0 |
2283 | 2024-07-18T21:34:00.574Z | Compiling flagset v0.4.5 |
2284 | 2024-07-18T21:34:00.806Z | Compiling futures-executor v0.3.30 |
2285 | 2024-07-18T21:34:01.031Z | Compiling scroll v0.12.0 |
2286 | 2024-07-18T21:34:01.180Z | Compiling futures v0.3.30 |
2287 | 2024-07-18T21:34:01.242Z | Compiling pest_generator v2.7.10 |
2288 | 2024-07-18T21:34:01.307Z | Compiling inout v0.1.3 |
2289 | 2024-07-18T21:34:01.359Z | Compiling sha2 v0.10.8 |
2290 | 2024-07-18T21:34:01.433Z | Compiling either v1.12.0 |
2291 | 2024-07-18T21:34:01.597Z | Compiling goblin v0.8.2 |
2292 | 2024-07-18T21:34:01.615Z | Compiling cipher v0.4.4 |
2293 | 2024-07-18T21:34:01.865Z | Compiling ff v0.13.0 |
2294 | 2024-07-18T21:34:02.101Z | Compiling stable_deref_trait v1.2.0 |
2295 | 2024-07-18T21:34:02.155Z | Compiling base16ct v0.2.0 |
2296 | 2024-07-18T21:34:02.204Z | Compiling group v0.13.0 |
2297 | 2024-07-18T21:34:02.484Z | Compiling hkdf v0.12.4 |
2298 | 2024-07-18T21:34:02.552Z | Compiling crossbeam-epoch v0.9.18 |
2299 | 2024-07-18T21:34:02.756Z | Compiling crypto-bigint v0.5.5 |
2300 | 2024-07-18T21:34:03.001Z | Compiling der v0.7.9 |
2301 | 2024-07-18T21:34:03.311Z | Compiling num-integer v0.1.46 |
2302 | 2024-07-18T21:34:03.374Z | Compiling unicode-segmentation v1.11.0 |
2303 | 2024-07-18T21:34:04.165Z | Compiling managed v0.8.0 |
2304 | 2024-07-18T21:34:04.263Z | Compiling matches v0.1.10 |
2305 | 2024-07-18T21:34:04.360Z | Compiling idna v0.2.3 |
2306 | 2024-07-18T21:34:04.617Z | Compiling enum-as-inner v0.5.1 |
2307 | 2024-07-18T21:34:04.895Z | Compiling bit-vec v0.6.3 |
2308 | 2024-07-18T21:34:05.347Z | Compiling bytes v1.6.0 |
2309 | 2024-07-18T21:34:05.429Z | Compiling indexmap v2.2.6 |
2310 | 2024-07-18T21:34:05.673Z | Compiling uuid v1.10.0 |
2311 | 2024-07-18T21:34:05.940Z | Compiling chrono v0.4.38 |
2312 | 2024-07-18T21:34:06.608Z | Compiling tokio v1.38.1 |
2313 | 2024-07-18T21:34:06.680Z | Compiling bitflags v2.5.0 |
2314 | 2024-07-18T21:34:06.845Z | Compiling semver v1.0.23 |
2315 | 2024-07-18T21:34:07.163Z | Compiling http v0.2.12 |
2316 | 2024-07-18T21:34:07.254Z | Compiling serde_tokenstream v0.2.1 |
2317 | 2024-07-18T21:34:07.656Z | Compiling serde_spanned v0.6.6 |
2318 | 2024-07-18T21:34:07.802Z | Compiling toml_datetime v0.6.6 |
2319 | 2024-07-18T21:34:07.898Z | Compiling openssl v0.10.64 |
2320 | 2024-07-18T21:34:08.685Z | Compiling toml_edit v0.19.15 |
2321 | 2024-07-18T21:34:09.053Z | Compiling http-body v0.4.6 |
2322 | 2024-07-18T21:34:09.543Z | Compiling rustix v0.38.34 |
2323 | 2024-07-18T21:34:09.821Z | Compiling serde_urlencoded v0.7.1 |
2324 | 2024-07-18T21:34:09.932Z | Compiling openapiv3 v2.0.0 |
2325 | 2024-07-18T21:34:10.390Z | Compiling cookie_store v0.20.0 |
2326 | 2024-07-18T21:34:12.014Z | Compiling rustc_version v0.4.0 |
2327 | 2024-07-18T21:34:12.354Z | Compiling pest_derive v2.7.10 |
2328 | 2024-07-18T21:34:12.438Z | Compiling dof v0.3.0 |
2329 | 2024-07-18T21:34:12.634Z | Compiling spki v0.7.3 |
2330 | 2024-07-18T21:34:12.815Z | Compiling ipnetwork v0.20.0 |
2331 | 2024-07-18T21:34:13.030Z | Compiling pkcs8 v0.10.2 |
2332 | 2024-07-18T21:34:13.184Z | Compiling dtrace-parser v0.2.0 |
2333 | 2024-07-18T21:34:13.645Z | Compiling sec1 v0.7.3 |
2334 | 2024-07-18T21:34:13.768Z | Compiling toml v0.7.8 |
2335 | 2024-07-18T21:34:14.237Z | Compiling native-tls v0.2.11 |
2336 | 2024-07-18T21:34:14.464Z | Compiling usdt-impl v0.5.0 |
2337 | 2024-07-18T21:34:14.733Z | Compiling tokio-util v0.7.11 |
2338 | 2024-07-18T21:34:14.893Z | Compiling tokio-native-tls v0.3.1 |
2339 | 2024-07-18T21:34:15.187Z | Compiling tokio-rustls v0.24.1 |
2340 | 2024-07-18T21:34:15.459Z | Compiling elliptic-curve v0.13.8 |
2341 | 2024-07-18T21:34:15.551Z | Compiling toml_edit v0.22.14 |
2342 | 2024-07-18T21:34:15.593Z | Compiling hex v0.4.3 |
2343 | 2024-07-18T21:34:16.172Z | Compiling h2 v0.3.26 |
2344 | 2024-07-18T21:34:16.196Z | Compiling usdt-attr-macro v0.5.0 |
2345 | 2024-07-18T21:34:16.222Z | Compiling usdt-macro v0.5.0 |
2346 | 2024-07-18T21:34:16.297Z | Compiling siphasher v0.3.11 |
2347 | 2024-07-18T21:34:16.699Z | Compiling trust-dns-proto v0.22.0 |
2348 | 2024-07-18T21:34:16.905Z | Compiling heapless v0.7.17 |
2349 | 2024-07-18T21:34:17.027Z | Compiling terminal_size v0.3.0 |
2350 | 2024-07-18T21:34:17.228Z | Compiling num-bigint v0.4.5 |
2351 | 2024-07-18T21:34:17.359Z | Compiling signal-hook v0.3.17 |
2352 | 2024-07-18T21:34:17.620Z | Compiling finl_unicode v1.2.0 |
2353 | 2024-07-18T21:34:17.720Z | Compiling clap_builder v4.5.9 |
2354 | 2024-07-18T21:34:17.847Z | Compiling usdt v0.5.0 |
2355 | 2024-07-18T21:34:18.252Z | Compiling stringprep v0.1.4 |
2356 | 2024-07-18T21:34:18.493Z | Compiling itertools v0.10.5 |
2357 | 2024-07-18T21:34:19.563Z | Compiling regress v0.9.1 |
2358 | 2024-07-18T21:34:21.367Z | Compiling yasna v0.5.2 |
2359 | 2024-07-18T21:34:22.573Z | Compiling md-5 v0.10.6 |
2360 | 2024-07-18T21:34:22.857Z | Compiling hyper v0.14.28 |
2361 | 2024-07-18T21:34:23.407Z | Compiling clap_derive v4.5.8 |
2362 | 2024-07-18T21:34:24.332Z | Compiling hash32 v0.2.1 |
2363 | 2024-07-18T21:34:24.746Z | Compiling fallible-iterator v0.2.0 |
2364 | 2024-07-18T21:34:24.842Z | Compiling smoltcp v0.9.1 |
2365 | 2024-07-18T21:34:25.460Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2366 | 2024-07-18T21:34:25.510Z | Compiling regex-automata v0.1.10 |
2367 | 2024-07-18T21:34:25.628Z | Compiling postgres-protocol v0.6.6 |
2368 | 2024-07-18T21:34:26.029Z | Compiling bstr v0.2.17 |
2369 | 2024-07-18T21:34:26.818Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2370 | 2024-07-18T21:34:27.554Z | Compiling phf_shared v0.11.2 |
2371 | 2024-07-18T21:34:27.584Z | Compiling tokio-stream v0.1.15 |
2372 | 2024-07-18T21:34:27.668Z | Compiling hubpack_derive v0.1.1 |
2373 | 2024-07-18T21:34:27.963Z | Compiling zerocopy-derive v0.6.6 |
2374 | 2024-07-18T21:34:28.131Z | Compiling diesel_table_macro_syntax v0.1.0 |
2375 | 2024-07-18T21:34:28.134Z | Compiling scheduled-thread-pool v0.2.7 |
2376 | 2024-07-18T21:34:28.559Z | Compiling fs-err v2.11.0 |
2377 | 2024-07-18T21:34:28.614Z | Compiling fixedbitset v0.4.2 |
2378 | 2024-07-18T21:34:28.642Z | Compiling hubpack v0.1.2 |
2379 | 2024-07-18T21:34:28.663Z | Compiling clap v4.5.9 |
2380 | 2024-07-18T21:34:28.768Z | Compiling diesel_derives v2.1.4 |
2381 | 2024-07-18T21:34:28.794Z | Compiling r2d2 v0.8.10 |
2382 | 2024-07-18T21:34:28.989Z | Compiling petgraph v0.6.5 |
2383 | 2024-07-18T21:34:29.070Z | Compiling phf v0.11.2 |
2384 | 2024-07-18T21:34:29.115Z | Compiling signal-hook-mio v0.2.3 |
2385 | 2024-07-18T21:34:29.274Z | Compiling similar v2.5.0 |
2386 | 2024-07-18T21:34:29.369Z | Compiling postgres-types v0.2.6 |
2387 | 2024-07-18T21:34:30.289Z | Compiling hyper-tls v0.5.0 |
2388 | 2024-07-18T21:34:30.670Z | Compiling hyper-rustls v0.24.2 |
2389 | 2024-07-18T21:34:30.928Z | Compiling zerocopy v0.6.6 |
2390 | 2024-07-18T21:34:31.037Z | Compiling reqwest v0.11.27 |
2391 | 2024-07-18T21:34:31.689Z | Compiling phf_shared v0.10.0 |
2392 | 2024-07-18T21:34:31.792Z | Compiling num-iter v0.1.45 |
2393 | 2024-07-18T21:34:31.961Z | Compiling strum_macros v0.25.3 |
2394 | 2024-07-18T21:34:31.996Z | Compiling serde_repr v0.1.19 |
2395 | 2024-07-18T21:34:32.135Z | Compiling console v0.15.8 |
2396 | 2024-07-18T21:34:33.036Z | Compiling float-cmp v0.9.0 |
2397 | 2024-07-18T21:34:33.053Z | Compiling static_assertions v1.1.0 |
2398 | 2024-07-18T21:34:33.160Z | Compiling whoami v1.5.1 |
2399 | 2024-07-18T21:34:33.244Z | Compiling new_debug_unreachable v1.0.6 |
2400 | 2024-07-18T21:34:33.274Z | Compiling precomputed-hash v0.1.1 |
2401 | 2024-07-18T21:34:33.345Z | Compiling minimal-lexical v0.2.1 |
2402 | 2024-07-18T21:34:33.395Z | Compiling normalize-line-endings v0.3.0 |
2403 | 2024-07-18T21:34:33.532Z | Compiling difflib v0.4.0 |
2404 | 2024-07-18T21:34:33.736Z | Compiling predicates-core v1.0.6 |
2405 | 2024-07-18T21:34:33.859Z | Compiling nom v7.1.3 |
2406 | 2024-07-18T21:34:33.901Z | Compiling tokio-postgres v0.7.10 |
2407 | 2024-07-18T21:34:34.134Z | Compiling predicates v3.1.0 |
2408 | 2024-07-18T21:34:35.225Z | Compiling string_cache v0.8.7 |
2409 | 2024-07-18T21:34:35.738Z | Compiling crossterm v0.27.0 |
2410 | 2024-07-18T21:34:36.318Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=c85a4ca043aaa389df12aac5348d8a3feda28762#c85a4ca0) |
2411 | 2024-07-18T21:34:36.733Z | Compiling bit-set v0.5.3 |
2412 | 2024-07-18T21:34:37.034Z | Compiling itertools v0.12.1 |
2413 | 2024-07-18T21:34:37.651Z | Compiling bstr v1.9.1 |
2414 | 2024-07-18T21:34:39.116Z | Compiling getopts v0.2.21 |
2415 | 2024-07-18T21:34:39.606Z | Compiling unsafe-libyaml v0.2.11 |
2416 | 2024-07-18T21:34:39.702Z | Compiling lalrpop-util v0.19.12 |
2417 | 2024-07-18T21:34:40.085Z | Compiling peg-runtime v0.8.3 |
2418 | 2024-07-18T21:34:40.137Z | Compiling unicode-xid v0.2.4 |
2419 | 2024-07-18T21:34:40.293Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2420 | 2024-07-18T21:34:40.319Z | Compiling sha1 v0.10.6 |
2421 | 2024-07-18T21:34:40.759Z | Compiling camino v1.1.7 |
2422 | 2024-07-18T21:34:40.775Z | Compiling strum_macros v0.26.4 |
2423 | 2024-07-18T21:34:40.804Z | Compiling http v1.1.0 |
2424 | 2024-07-18T21:34:41.575Z | Compiling serde_yaml v0.9.34+deprecated |
2425 | 2024-07-18T21:34:41.720Z | Compiling base64 v0.22.1 |
2426 | 2024-07-18T21:34:42.344Z | Compiling diesel v2.1.6 |
2427 | 2024-07-18T21:34:42.532Z | Compiling toml v0.8.14 |
2428 | 2024-07-18T21:34:42.812Z | Compiling rustls-pki-types v1.7.0 |
2429 | 2024-07-18T21:34:43.314Z | Compiling crossbeam-channel v0.5.12 |
2430 | 2024-07-18T21:34:43.752Z | Compiling ident_case v1.0.1 |
2431 | 2024-07-18T21:34:43.938Z | Compiling rustls v0.22.4 |
2432 | 2024-07-18T21:34:44.196Z | Compiling paste v1.0.15 |
2433 | 2024-07-18T21:34:44.394Z | Compiling slog-async v2.8.0 |
2434 | 2024-07-18T21:34:44.466Z | Compiling darling_core v0.20.9 |
2435 | 2024-07-18T21:34:44.802Z | Compiling slog-term v2.9.1 |
2436 | 2024-07-18T21:34:45.636Z | Compiling rustls-webpki v0.102.4 |
2437 | 2024-07-18T21:34:46.051Z | Compiling multer v3.1.0 |
2438 | 2024-07-18T21:34:46.351Z | Compiling strum v0.26.3 |
2439 | 2024-07-18T21:34:46.440Z | Compiling slog-json v2.6.1 |
2440 | 2024-07-18T21:34:46.828Z | Compiling async-stream-impl v0.3.5 |
2441 | 2024-07-18T21:34:47.139Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2442 | 2024-07-18T21:34:47.185Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2443 | 2024-07-18T21:34:47.255Z | Compiling instant v0.1.12 |
2444 | 2024-07-18T21:34:47.419Z | Compiling debug-ignore v1.0.5 |
2445 | 2024-07-18T21:34:47.434Z | Compiling atomic-waker v1.1.2 |
2446 | 2024-07-18T21:34:47.566Z | Compiling waitgroup v0.1.2 |
2447 | 2024-07-18T21:34:47.696Z | Compiling slog-bunyan v2.5.0 |
2448 | 2024-07-18T21:34:47.840Z | Compiling rustls-pemfile v2.1.2 |
2449 | 2024-07-18T21:34:47.908Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#7b594d01) |
2450 | 2024-07-18T21:34:48.250Z | Compiling async-stream v0.3.5 |
2451 | 2024-07-18T21:34:48.338Z | Compiling serde_path_to_error v0.1.16 |
2452 | 2024-07-18T21:34:48.621Z | Compiling hostname v0.4.0 |
2453 | 2024-07-18T21:34:48.894Z | Compiling structmeta-derive v0.3.0 |
2454 | 2024-07-18T21:34:48.945Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2455 | 2024-07-18T21:34:49.243Z | Compiling newtype-uuid v1.1.0 |
2456 | 2024-07-18T21:34:49.566Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2457 | 2024-07-18T21:34:49.718Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2458 | 2024-07-18T21:34:50.030Z | Compiling backoff v0.4.0 |
2459 | 2024-07-18T21:34:50.353Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2460 | 2024-07-18T21:34:50.386Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2461 | 2024-07-18T21:34:50.546Z | Compiling macaddr v1.0.1 |
2462 | 2024-07-18T21:34:50.563Z | Compiling proc-macro-crate v1.3.1 |
2463 | 2024-07-18T21:34:51.018Z | Compiling tokio-rustls v0.25.0 |
2464 | 2024-07-18T21:34:51.424Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2465 | 2024-07-18T21:34:51.681Z | Compiling fastrand v2.1.0 |
2466 | 2024-07-18T21:34:51.789Z | Compiling num_enum_derive v0.5.11 |
2467 | 2024-07-18T21:34:51.894Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2468 | 2024-07-18T21:34:51.965Z | Compiling darling_macro v0.20.9 |
2469 | 2024-07-18T21:34:52.018Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2470 | 2024-07-18T21:34:52.039Z | Compiling structmeta v0.3.0 |
2471 | 2024-07-18T21:34:52.236Z | Compiling tempfile v3.10.1 |
2472 | 2024-07-18T21:34:52.497Z | Compiling parse-display-derive v0.9.1 |
2473 | 2024-07-18T21:34:53.017Z | Compiling darling v0.20.9 |
2474 | 2024-07-18T21:34:53.145Z | Compiling serde_with_macros v3.8.3 |
2475 | 2024-07-18T21:34:53.193Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2476 | 2024-07-18T21:34:53.528Z | Compiling foreign-types-macros v0.2.3 |
2477 | 2024-07-18T21:34:54.679Z | Compiling num_enum v0.5.11 |
2478 | 2024-07-18T21:34:54.804Z | Compiling heapless v0.8.0 |
2479 | 2024-07-18T21:34:54.845Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2480 | 2024-07-18T21:34:55.122Z | Compiling foreign-types-shared v0.3.1 |
2481 | 2024-07-18T21:34:55.251Z | Compiling foreign-types v0.5.0 |
2482 | 2024-07-18T21:34:55.417Z | Compiling proc-macro-error v1.0.4 |
2483 | 2024-07-18T21:34:56.045Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2484 | 2024-07-18T21:34:56.101Z | Compiling hash32 v0.3.1 |
2485 | 2024-07-18T21:34:56.357Z | Compiling cstr-argument v0.1.2 |
2486 | 2024-07-18T21:34:56.446Z | Compiling serde_with v3.8.3 |
2487 | 2024-07-18T21:34:56.635Z | Compiling smoltcp v0.11.0 |
2488 | 2024-07-18T21:34:56.857Z | Compiling pretty-hex v0.2.1 |
2489 | 2024-07-18T21:34:57.051Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2490 | 2024-07-18T21:34:57.340Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2491 | 2024-07-18T21:34:57.466Z | Compiling camino-tempfile v1.1.1 |
2492 | 2024-07-18T21:34:57.675Z | Compiling parse-display v0.9.1 |
2493 | 2024-07-18T21:34:57.957Z | Compiling tabwriter v1.4.0 |
2494 | 2024-07-18T21:34:57.973Z | Compiling colored v2.1.0 |
2495 | 2024-07-18T21:34:58.412Z | Compiling cobs v0.2.3 |
2496 | 2024-07-18T21:34:58.518Z | Compiling embedded-io v0.4.0 |
2497 | 2024-07-18T21:34:58.727Z | Compiling postcard v1.0.8 |
2498 | 2024-07-18T21:34:58.755Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2499 | 2024-07-18T21:34:58.836Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2500 | 2024-07-18T21:34:59.013Z | Compiling crucible-workspace-hack v0.1.0 |
2501 | 2024-07-18T21:34:59.113Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2502 | 2024-07-18T21:34:59.300Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2503 | 2024-07-18T21:34:59.617Z | Compiling smf v0.2.3 |
2504 | 2024-07-18T21:34:59.707Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2505 | 2024-07-18T21:35:00.028Z | Compiling humantime v2.1.0 |
2506 | 2024-07-18T21:35:00.569Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2507 | 2024-07-18T21:35:00.594Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2508 | 2024-07-18T21:35:00.881Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2509 | 2024-07-18T21:35:01.039Z | Compiling num-derive v0.4.2 |
2510 | 2024-07-18T21:35:01.106Z | Compiling sigpipe v0.1.3 |
2511 | 2024-07-18T21:35:01.248Z | Compiling utf-8 v0.7.6 |
2512 | 2024-07-18T21:35:01.265Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2513 | 2024-07-18T21:35:01.597Z | Compiling atty v0.2.14 |
2514 | 2024-07-18T21:35:01.713Z | Compiling semver v0.1.20 |
2515 | 2024-07-18T21:35:01.748Z | Compiling rayon-core v1.12.1 |
2516 | 2024-07-18T21:35:02.024Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2517 | 2024-07-18T21:35:02.122Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2518 | 2024-07-18T21:35:02.402Z | Compiling same-file v1.0.6 |
2519 | 2024-07-18T21:35:02.651Z | Compiling walkdir v2.5.0 |
2520 | 2024-07-18T21:35:03.587Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2521 | 2024-07-18T21:35:03.638Z | Compiling rustc_version v0.1.7 |
2522 | 2024-07-18T21:35:03.748Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2523 | 2024-07-18T21:35:03.867Z | Compiling curve25519-dalek v4.1.3 |
2524 | 2024-07-18T21:35:03.945Z | Compiling newline-converter v0.3.0 |
2525 | 2024-07-18T21:35:04.127Z | Compiling crossbeam-deque v0.8.5 |
2526 | 2024-07-18T21:35:04.144Z | Compiling universal-hash v0.5.1 |
2527 | 2024-07-18T21:35:04.181Z | Compiling opaque-debug v0.3.1 |
2528 | 2024-07-18T21:35:04.286Z | Compiling prettyplease v0.2.20 |
2529 | 2024-07-18T21:35:04.353Z | Compiling newtype_derive v0.1.6 |
2530 | 2024-07-18T21:35:04.576Z | Compiling expectorate v1.1.0 |
2531 | 2024-07-18T21:35:04.599Z | Compiling xattr v1.3.1 |
2532 | 2024-07-18T21:35:04.624Z | Compiling num-rational v0.4.2 |
2533 | 2024-07-18T21:35:04.639Z | Compiling signature v2.2.0 |
2534 | 2024-07-18T21:35:04.750Z | Compiling curve25519-dalek-derive v0.1.1 |
2535 | 2024-07-18T21:35:04.892Z | Compiling num-complex v0.4.6 |
2536 | 2024-07-18T21:35:04.945Z | Compiling blake3 v1.5.1 |
2537 | 2024-07-18T21:35:05.541Z | Compiling ring v0.16.20 |
2538 | 2024-07-18T21:35:05.976Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2539 | 2024-07-18T21:35:06.004Z | Compiling unicase v2.7.0 |
2540 | 2024-07-18T21:35:06.307Z | Compiling convert_case v0.4.0 |
2541 | 2024-07-18T21:35:06.322Z | Compiling quick-error v1.2.3 |
2542 | 2024-07-18T21:35:06.340Z | Compiling arc-swap v1.7.1 |
2543 | 2024-07-18T21:35:06.458Z | Compiling linked-hash-map v0.5.6 |
2544 | 2024-07-18T21:35:06.474Z | Compiling getrandom v0.1.16 |
2545 | 2024-07-18T21:35:06.678Z | Compiling termcolor v1.4.1 |
2546 | 2024-07-18T21:35:06.830Z | Compiling slog-scope v4.4.0 |
2547 | 2024-07-18T21:35:07.025Z | Compiling lru-cache v0.1.2 |
2548 | 2024-07-18T21:35:07.231Z | Compiling env_logger v0.9.3 |
2549 | 2024-07-18T21:35:07.304Z | Compiling derive_more v0.99.18 |
2550 | 2024-07-18T21:35:07.380Z | Compiling resolv-conf v0.7.0 |
2551 | 2024-07-18T21:35:07.820Z | Compiling tar v0.4.41 |
2552 | 2024-07-18T21:35:08.271Z | Compiling num v0.4.3 |
2553 | 2024-07-18T21:35:08.727Z | Compiling rayon v1.10.0 |
2554 | 2024-07-18T21:35:10.005Z | Compiling tungstenite v0.21.0 |
2555 | 2024-07-18T21:35:10.056Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2556 | 2024-07-18T21:35:10.561Z | Compiling blake2 v0.10.6 |
2557 | 2024-07-18T21:35:11.954Z | Compiling bitstruct_derive v0.1.0 |
2558 | 2024-07-18T21:35:12.033Z | Compiling derive-where v1.2.7 |
2559 | 2024-07-18T21:35:12.214Z | Compiling password-hash v0.5.0 |
2560 | 2024-07-18T21:35:13.286Z | Compiling memmap2 v0.9.4 |
2561 | 2024-07-18T21:35:13.358Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-07-18T21:35:13.503Z | Compiling constant_time_eq v0.3.0 |
2563 | 2024-07-18T21:35:13.695Z | Compiling parking_lot_core v0.8.6 |
2564 | 2024-07-18T21:35:13.731Z | Compiling arrayvec v0.7.4 |
2565 | 2024-07-18T21:35:13.765Z | Compiling home v0.5.9 |
2566 | 2024-07-18T21:35:14.058Z | Compiling arrayref v0.3.7 |
2567 | 2024-07-18T21:35:14.136Z | Compiling ascii v1.1.0 |
2568 | 2024-07-18T21:35:14.158Z | Compiling libefi-sys v0.1.0 |
2569 | 2024-07-18T21:35:14.174Z | Compiling untrusted v0.7.1 |
2570 | 2024-07-18T21:35:14.355Z | Compiling float-ord v0.3.2 |
2571 | 2024-07-18T21:35:14.418Z | Compiling spin v0.5.2 |
2572 | 2024-07-18T21:35:14.532Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2573 | 2024-07-18T21:35:15.785Z | Compiling toolchain_find v0.4.0 |
2574 | 2024-07-18T21:35:16.018Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2575 | 2024-07-18T21:35:16.294Z | Compiling bitstruct v0.1.1 |
2576 | 2024-07-18T21:35:16.339Z | Compiling argon2 v0.5.3 |
2577 | 2024-07-18T21:35:16.383Z | Compiling tokio-tungstenite v0.21.0 |
2578 | 2024-07-18T21:35:16.419Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2579 | 2024-07-18T21:35:16.596Z | Compiling trust-dns-resolver v0.22.0 |
2580 | 2024-07-18T21:35:16.920Z | Compiling slog-stdlog v4.1.1 |
2581 | 2024-07-18T21:35:16.940Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2582 | 2024-07-18T21:35:17.330Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2583 | 2024-07-18T21:35:17.397Z | Compiling serde_arrays v0.1.0 |
2584 | 2024-07-18T21:35:17.576Z | Compiling erased-serde v0.3.31 |
2585 | 2024-07-18T21:35:17.705Z | Compiling rfc6979 v0.4.0 |
2586 | 2024-07-18T21:35:17.722Z | Compiling aead v0.5.2 |
2587 | 2024-07-18T21:35:17.910Z | Compiling bitfield-struct v0.6.1 |
2588 | 2024-07-18T21:35:18.103Z | Compiling nibble_vec v0.1.0 |
2589 | 2024-07-18T21:35:18.358Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2590 | 2024-07-18T21:35:18.460Z | Compiling slog-dtrace v0.3.0 |
2591 | 2024-07-18T21:35:18.723Z | Compiling keccak v0.1.5 |
2592 | 2024-07-18T21:35:18.749Z | Compiling cancel-safe-futures v0.1.5 |
2593 | 2024-07-18T21:35:19.028Z | Compiling endian-type v0.1.2 |
2594 | 2024-07-18T21:35:19.104Z | Compiling topological-sort v0.2.2 |
2595 | 2024-07-18T21:35:19.248Z | Compiling radix_trie v0.2.1 |
2596 | 2024-07-18T21:35:19.290Z | Compiling omicron-zone-package v0.11.0 |
2597 | 2024-07-18T21:35:19.314Z | Compiling sha3 v0.10.8 |
2598 | 2024-07-18T21:35:19.368Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2599 | 2024-07-18T21:35:19.405Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2600 | 2024-07-18T21:35:19.710Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2601 | 2024-07-18T21:35:19.846Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2602 | 2024-07-18T21:35:19.967Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2603 | 2024-07-18T21:35:20.115Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2604 | 2024-07-18T21:35:20.187Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2605 | 2024-07-18T21:35:20.342Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2606 | 2024-07-18T21:35:20.410Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2607 | 2024-07-18T21:35:20.631Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2608 | 2024-07-18T21:35:20.688Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2609 | 2024-07-18T21:35:21.157Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2610 | 2024-07-18T21:35:21.487Z | Compiling ecdsa v0.16.9 |
2611 | 2024-07-18T21:35:21.565Z | Compiling slog-envlogger v2.2.0 |
2612 | 2024-07-18T21:35:22.356Z | Compiling rand_core v0.5.1 |
2613 | 2024-07-18T21:35:22.403Z | Compiling mime_guess v2.0.4 |
2614 | 2024-07-18T21:35:22.707Z | Compiling steno v0.4.1 |
2615 | 2024-07-18T21:35:22.899Z | Compiling rustfmt-wrapper v0.2.1 |
2616 | 2024-07-18T21:35:23.848Z | Compiling poly1305 v0.8.0 |
2617 | 2024-07-18T21:35:24.020Z | Compiling tungstenite v0.20.1 |
2618 | 2024-07-18T21:35:24.039Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2619 | 2024-07-18T21:35:24.796Z | Compiling primeorder v0.13.6 |
2620 | 2024-07-18T21:35:25.304Z | Compiling heck v0.3.3 |
2621 | 2024-07-18T21:35:25.687Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2622 | 2024-07-18T21:35:25.763Z | Compiling chacha20 v0.9.1 |
2623 | 2024-07-18T21:35:26.166Z | Compiling secrecy v0.8.0 |
2624 | 2024-07-18T21:35:26.216Z | Compiling thiserror-impl-no-std v2.0.2 |
2625 | 2024-07-18T21:35:26.232Z | Compiling half v2.4.1 |
2626 | 2024-07-18T21:35:26.436Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2627 | 2024-07-18T21:35:26.718Z | Compiling option-ext v0.2.0 |
2628 | 2024-07-18T21:35:26.801Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2629 | 2024-07-18T21:35:26.859Z | Compiling ciborium-io v0.2.2 |
2630 | 2024-07-18T21:35:26.935Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2631 | 2024-07-18T21:35:27.008Z | Compiling ciborium-ll v0.2.2 |
2632 | 2024-07-18T21:35:27.196Z | Compiling dirs-sys v0.4.1 |
2633 | 2024-07-18T21:35:27.488Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2634 | 2024-07-18T21:35:27.861Z | Compiling zone_cfg_derive v0.1.2 |
2635 | 2024-07-18T21:35:27.963Z | Compiling tokio-tungstenite v0.20.1 |
2636 | 2024-07-18T21:35:28.561Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2637 | 2024-07-18T21:35:29.004Z | Compiling parking_lot v0.11.2 |
2638 | 2024-07-18T21:35:29.063Z | Compiling rand_chacha v0.2.2 |
2639 | 2024-07-18T21:35:29.717Z | Compiling thiserror-no-std v2.0.2 |
2640 | 2024-07-18T21:35:29.841Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2641 | 2024-07-18T21:35:30.002Z | Compiling trust-dns-client v0.22.0 |
2642 | 2024-07-18T21:35:30.122Z | Compiling ed25519 v2.2.3 |
2643 | 2024-07-18T21:35:30.648Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2644 | 2024-07-18T21:35:30.665Z | Compiling polyval v0.6.2 |
2645 | 2024-07-18T21:35:31.059Z | Compiling libsw v3.3.1 |
2646 | 2024-07-18T21:35:31.075Z | Compiling toml v0.5.11 |
2647 | 2024-07-18T21:35:31.091Z | Compiling blowfish v0.9.1 |
2648 | 2024-07-18T21:35:31.106Z | Compiling aes v0.8.4 |
2649 | 2024-07-18T21:35:31.381Z | Compiling ctr v0.9.2 |
2650 | 2024-07-18T21:35:31.546Z | Compiling pbkdf2 v0.12.2 |
2651 | 2024-07-18T21:35:31.739Z | Compiling password-hash v0.4.2 |
2652 | 2024-07-18T21:35:31.755Z | Compiling gethostname v0.4.3 |
2653 | 2024-07-18T21:35:32.062Z | Compiling fxhash v0.2.1 |
2654 | 2024-07-18T21:35:32.266Z | Compiling linear-map v1.2.0 |
2655 | 2024-07-18T21:35:32.651Z | Compiling owo-colors v4.0.0 |
2656 | 2024-07-18T21:35:32.706Z | Compiling base64 v0.13.1 |
2657 | 2024-07-18T21:35:33.375Z | Compiling ron v0.7.1 |
2658 | 2024-07-18T21:35:33.422Z | Compiling trust-dns-server v0.22.1 |
2659 | 2024-07-18T21:35:34.015Z | Compiling sled v0.34.7 |
2660 | 2024-07-18T21:35:34.893Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2661 | 2024-07-18T21:35:35.035Z | Compiling pbkdf2 v0.11.0 |
2662 | 2024-07-18T21:35:35.421Z | Compiling bcrypt-pbkdf v0.10.0 |
2663 | 2024-07-18T21:35:35.791Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2664 | 2024-07-18T21:35:36.023Z | Compiling ghash v0.5.1 |
2665 | 2024-07-18T21:35:36.229Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2666 | 2024-07-18T21:35:36.539Z | Compiling oximeter-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/impl) |
2667 | 2024-07-18T21:35:38.864Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2668 | 2024-07-18T21:35:40.631Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2669 | 2024-07-18T21:35:41.617Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2670 | 2024-07-18T21:35:41.918Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2671 | 2024-07-18T21:35:42.756Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2672 | 2024-07-18T21:35:42.965Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2673 | 2024-07-18T21:35:44.612Z | Compiling ed25519-dalek v2.1.1 |
2674 | 2024-07-18T21:35:45.718Z | Compiling vsss-rs v3.3.4 |
2675 | 2024-07-18T21:35:45.783Z | Compiling zone v0.1.8 |
2676 | 2024-07-18T21:35:45.826Z | Compiling rand v0.7.3 |
2677 | 2024-07-18T21:35:46.203Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2678 | 2024-07-18T21:35:47.375Z | Compiling dirs v5.0.1 |
2679 | 2024-07-18T21:35:47.587Z | Compiling ciborium v0.2.2 |
2680 | 2024-07-18T21:35:48.433Z | Compiling chacha20poly1305 v0.10.1 |
2681 | 2024-07-18T21:35:48.662Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2682 | 2024-07-18T21:35:49.201Z | Compiling p521 v0.13.3 |
2683 | 2024-07-18T21:35:49.222Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2684 | 2024-07-18T21:35:50.507Z | Compiling p256 v0.13.2 |
2685 | 2024-07-18T21:35:50.887Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=220dd026e83142b83bd93123f465a64dd4600201#220dd026) |
2686 | 2024-07-18T21:35:51.403Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2687 | 2024-07-18T21:35:51.618Z | Compiling pem v3.0.4 |
2688 | 2024-07-18T21:35:52.253Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2689 | 2024-07-18T21:35:52.488Z | Compiling headers-core v0.2.0 |
2690 | 2024-07-18T21:35:52.648Z | Compiling cbc v0.1.2 |
2691 | 2024-07-18T21:35:52.667Z | Compiling kstat-rs v0.2.4 |
2692 | 2024-07-18T21:35:52.915Z | Compiling portpicker v0.1.1 |
2693 | 2024-07-18T21:35:53.339Z | Compiling nanorand v0.7.0 |
2694 | 2024-07-18T21:35:53.364Z | Compiling russh-cryptovec v0.7.2 |
2695 | 2024-07-18T21:35:53.435Z | Compiling http-range v0.1.5 |
2696 | 2024-07-18T21:35:53.548Z | Compiling glob v0.3.1 |
2697 | 2024-07-18T21:35:53.678Z | Compiling md5 v0.7.0 |
2698 | 2024-07-18T21:35:53.829Z | Compiling flume v0.11.0 |
2699 | 2024-07-18T21:35:53.956Z | Compiling russh-keys v0.43.0 |
2700 | 2024-07-18T21:35:53.987Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2701 | 2024-07-18T21:35:54.091Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2702 | 2024-07-18T21:35:54.225Z | Compiling hyper-staticfile v0.9.5 |
2703 | 2024-07-18T21:35:54.520Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2704 | 2024-07-18T21:35:54.538Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2705 | 2024-07-18T21:35:54.542Z | Compiling headers v0.3.9 |
2706 | 2024-07-18T21:35:55.240Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2707 | 2024-07-18T21:35:56.596Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2708 | 2024-07-18T21:35:57.470Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2709 | 2024-07-18T21:35:58.360Z | Compiling rcgen v0.12.1 |
2710 | 2024-07-18T21:36:00.694Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2711 | 2024-07-18T21:36:01.014Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2712 | 2024-07-18T21:36:01.712Z | Compiling aes-gcm v0.10.3 |
2713 | 2024-07-18T21:36:02.044Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e10f8793f8414fdb9a165219f17e45fa014d088b#e10f8793) |
2714 | 2024-07-18T21:36:02.754Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=66d1ee7d4a5829dbbf02a152091ea051023b5b8b#66d1ee7d) |
2715 | 2024-07-18T21:36:02.991Z | Compiling atomicwrites v0.4.3 |
2716 | 2024-07-18T21:36:03.380Z | Compiling subprocess v0.2.9 |
2717 | 2024-07-18T21:36:03.792Z | Compiling hex-literal v0.4.1 |
2718 | 2024-07-18T21:36:03.968Z | Compiling dhcproto-macros v0.1.0 |
2719 | 2024-07-18T21:36:04.997Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2720 | 2024-07-18T21:36:05.584Z | Compiling display-error-chain v0.2.0 |
2721 | 2024-07-18T21:36:05.609Z | Compiling dhcproto v0.11.0 |
2722 | 2024-07-18T21:36:05.765Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2723 | 2024-07-18T21:36:08.681Z | Compiling russh v0.43.0 |
2724 | 2024-07-18T21:36:09.162Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2725 | 2024-07-18T21:36:09.418Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2726 | 2024-07-18T21:36:09.914Z | Compiling internet-checksum v0.2.1 |
2727 | 2024-07-18T21:36:14.506Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2728 | 2024-07-18T21:36:16.291Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2729 | 2024-07-18T21:36:37.414Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2730 | 2024-07-18T21:37:23.874Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 50s |
2731 | 2024-07-18T21:37:24.036Z | |
2732 | 2024-07-18T21:37:24.036Z | real 3:50.210634604 |
2733 | 2024-07-18T21:37:24.036Z | user 20:11.285659770 |
2734 | 2024-07-18T21:37:24.036Z | sys 4:20.896705232 |
2735 | 2024-07-18T21:37:24.039Z | trap 0.598684871 |
2736 | 2024-07-18T21:37:24.039Z | tflt 0.595415501 |
2737 | 2024-07-18T21:37:24.039Z | dflt 2.300731747 |
2738 | 2024-07-18T21:37:24.039Z | kflt 0.000008419 |
2739 | 2024-07-18T21:37:24.039Z | lock 42:59.140639696 |
2740 | 2024-07-18T21:37:24.039Z | slp 57:22.157005251 |
2741 | 2024-07-18T21:37:24.039Z | lat 1:06.194528496 |
2742 | 2024-07-18T21:37:24.039Z | stop 2:26.608780073 |
2743 | 2024-07-18T21:37:24.039Z | + mkdir tests |
2744 | 2024-07-18T21:37:24.042Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2745 | 2024-07-18T21:37:24.042Z | + xargs -I '{}' -t cp '{}' tests/ |
2746 | 2024-07-18T21:37:25.498Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e40b7faea9b44323 tests/ |
2747 | 2024-07-18T21:37:25.519Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-6b066ac9ad3a4cf9 tests/ |
2748 | 2024-07-18T21:37:25.539Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-27415ed0c06e3ab3 tests/ |
2749 | 2024-07-18T21:37:25.560Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-1cbf32bea00c6e49 tests/ |
2750 | 2024-07-18T21:37:25.865Z | + 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/*) |
2751 | 2024-07-18T21:37:25.868Z | + 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-6b066ac9ad3a4cf9 tests/commtest-27415ed0c06e3ab3 tests/dhcp_server-e40b7faea9b44323 tests/end_to_end_tests-1cbf32bea00c6e49 out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2752 | 2024-07-18T21:38:30.498Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2753 | 2024-07-18T21:38:30.498Z | a out/target/test 1K |
2754 | 2024-07-18T21:38:30.498Z | a out/npuzone/npuzone 23144K |
2755 | 2024-07-18T21:38:30.499Z | a package-manifest.toml 29K |
2756 | 2024-07-18T21:38:30.499Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2757 | 2024-07-18T21:38:30.499Z | a target/release/omicron-package 32422K |
2758 | 2024-07-18T21:38:30.499Z | a target/release/xtask 18193K |
2759 | 2024-07-18T21:38:30.499Z | a target/debug/bootstrap 361028K |
2760 | 2024-07-18T21:38:30.499Z | a tests/bootstrap-6b066ac9ad3a4cf9 23985K |
2761 | 2024-07-18T21:38:30.499Z | a tests/commtest-27415ed0c06e3ab3 23985K |
2762 | 2024-07-18T21:38:30.499Z | a tests/dhcp_server-e40b7faea9b44323 23985K |
2763 | 2024-07-18T21:38:30.499Z | a tests/end_to_end_tests-1cbf32bea00c6e49 370624K |
2764 | 2024-07-18T21:38:30.499Z | a out/clickhouse.tar.gz 223056K |
2765 | 2024-07-18T21:38:30.499Z | a out/clickhouse_keeper.tar.gz 223041K |
2766 | 2024-07-18T21:38:30.499Z | a out/cockroachdb.tar.gz 131867K |
2767 | 2024-07-18T21:38:30.499Z | a out/crucible-dtrace.tar 85K |
2768 | 2024-07-18T21:38:30.499Z | a out/crucible-pantry-zone.tar.gz 27006K |
2769 | 2024-07-18T21:38:30.499Z | a out/crucible-zone.tar.gz 37378K |
2770 | 2024-07-18T21:38:30.499Z | a out/external-dns.tar.gz 25196K |
2771 | 2024-07-18T21:38:30.499Z | a out/internal-dns.tar.gz 25195K |
2772 | 2024-07-18T21:38:30.499Z | a out/mg-ddm-gz.tar 60627K |
2773 | 2024-07-18T21:38:30.499Z | a out/nexus.tar.gz 84743K |
2774 | 2024-07-18T21:38:30.499Z | a out/ntp.tar.gz 8884K |
2775 | 2024-07-18T21:38:30.499Z | a out/omicron-gateway-softnpu.tar.gz 13780K |
2776 | 2024-07-18T21:38:30.499Z | a out/omicron-sled-agent.tar 94721K |
2777 | 2024-07-18T21:38:30.499Z | a out/overlay.tar.gz 3K |
2778 | 2024-07-18T21:38:30.499Z | a out/oximeter.tar.gz 42095K |
2779 | 2024-07-18T21:38:30.499Z | a out/oxlog.tar 2947K |
2780 | 2024-07-18T21:38:30.499Z | a out/probe.tar.gz 2764K |
2781 | 2024-07-18T21:38:30.499Z | a out/propolis-server.tar.gz 64643K |
2782 | 2024-07-18T21:38:30.499Z | a out/pumpkind-gz.tar 26665K |
2783 | 2024-07-18T21:38:30.499Z | a out/switch-softnpu.tar.gz 198423K |
2784 | 2024-07-18T21:38:30.503Z | |
2785 | 2024-07-18T21:38:30.503Z | real 1:04.629939427 |
2786 | 2024-07-18T21:38:30.503Z | user 1:01.820923739 |
2787 | 2024-07-18T21:38:30.503Z | sys 3.848661871 |
2788 | 2024-07-18T21:38:30.503Z | trap 0.015579347 |
2789 | 2024-07-18T21:38:30.503Z | tflt 0.000000000 |
2790 | 2024-07-18T21:38:30.504Z | dflt 0.000000000 |
2791 | 2024-07-18T21:38:30.504Z | kflt 0.000000000 |
2792 | 2024-07-18T21:38:30.504Z | lock 0.000000000 |
2793 | 2024-07-18T21:38:30.504Z | slp 1:01.755291856 |
2794 | 2024-07-18T21:38:30.504Z | lat 1.815028535 |
2795 | 2024-07-18T21:38:30.504Z | stop 0.000215557 |
2796 | 2024-07-18T21:38:30.504Z | process exited: duration 1735166 ms, exit code 0 |
|
2797 | 2024-07-18T21:38:30.519Z | found 1 output files |
2798 | 2024-07-18T21:38:30.519Z | uploading: /work/package.tar.gz (1407498042 bytes) |
2799 | 2024-07-18T21:38:59.824Z | uploaded: /work/package.tar.gz |