|
|
|
1 | 2024-08-22T02:33:27.978Z | job assigned to worker 01J5VYVHW9KDDDDMP57B1ZXW1K (queued for 55 s) |
|
2 | 2024-08-22T02:33:34.755Z | starting task 0: "setup" |
3 | 2024-08-22T02:33:34.763Z | ++ uname -s |
4 | 2024-08-22T02:33:34.765Z | + kern=SunOS |
5 | 2024-08-22T02:33:34.765Z | + case "$kern" in |
6 | 2024-08-22T02:33:34.765Z | + groupadd -g 12345 build |
7 | 2024-08-22T02:33:34.768Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-08-22T02:33:36.779Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-08-22T02:33:36.889Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-08-22T02:33:36.891Z | + home_fs=zfs |
11 | 2024-08-22T02:33:36.891Z | + [[ zfs == autofs ]] |
12 | 2024-08-22T02:33:36.891Z | + mkdir -p /home/build |
13 | 2024-08-22T02:33:36.895Z | + chown build:build /home/build /work |
14 | 2024-08-22T02:33:37.895Z | + chmod 0700 /home/build /work |
15 | 2024-08-22T02:33:37.898Z | process exited: duration 3143 ms, exit code 0 |
|
16 | 2024-08-22T02:33:37.903Z | starting task 1: "rust-toolchain" |
17 | 2024-08-22T02:33:37.908Z | + printf ' * toolchain channel = "%s" |
18 | 2024-08-22T02:33:37.908Z | * toolchain channel = "1.80.1" |
19 | 2024-08-22T02:33:37.908Z | * toolchain profile = "default" |
20 | 2024-08-22T02:33:37.908Z | ' 1.80.1 |
21 | 2024-08-22T02:33:37.908Z | + printf ' * toolchain profile = "%s" |
22 | 2024-08-22T02:33:37.908Z | ' default |
23 | 2024-08-22T02:33:37.911Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-08-22T02:33:37.911Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.80.1 --profile default |
25 | 2024-08-22T02:33:38.024Z | info: downloading installer |
26 | 2024-08-22T02:33:39.386Z | info: profile set to 'default' |
27 | 2024-08-22T02:33:39.386Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-08-22T02:33:39.389Z | info: syncing channel updates for '1.80.1-x86_64-unknown-illumos' |
29 | 2024-08-22T02:33:39.517Z | info: latest update on 2024-08-08, rust version 1.80.1 (3f5fd8dd4 2024-08-06) |
30 | 2024-08-22T02:33:39.517Z | info: downloading component 'cargo' |
31 | 2024-08-22T02:33:40.182Z | info: downloading component 'clippy' |
32 | 2024-08-22T02:33:40.417Z | info: downloading component 'rust-docs' |
33 | 2024-08-22T02:33:41.347Z | info: downloading component 'rust-std' |
34 | 2024-08-22T02:33:42.648Z | info: downloading component 'rustc' |
35 | 2024-08-22T02:33:46.246Z | info: downloading component 'rustfmt' |
36 | 2024-08-22T02:33:46.440Z | info: installing component 'cargo' |
37 | 2024-08-22T02:33:47.269Z | info: installing component 'clippy' |
38 | 2024-08-22T02:33:47.643Z | info: installing component 'rust-docs' |
39 | 2024-08-22T02:33:49.246Z | info: installing component 'rust-std' |
40 | 2024-08-22T02:33:50.888Z | info: installing component 'rustc' |
41 | 2024-08-22T02:33:55.048Z | info: installing component 'rustfmt' |
42 | 2024-08-22T02:33:55.386Z | |
43 | 2024-08-22T02:33:55.386Z | info: default toolchain set to '1.80.1-x86_64-unknown-illumos' |
44 | 2024-08-22T02:33:55.630Z | 1.80.1-x86_64-unknown-illumos installed - rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
45 | 2024-08-22T02:33:55.630Z | |
46 | 2024-08-22T02:33:55.633Z | |
47 | 2024-08-22T02:33:55.633Z | Rust is installed now. Great! |
48 | 2024-08-22T02:33:55.633Z | |
49 | 2024-08-22T02:33:55.633Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-08-22T02:33:55.633Z | environment variable. This has not been done automatically. |
51 | 2024-08-22T02:33:55.633Z | |
52 | 2024-08-22T02:33:55.633Z | To configure your current shell, you need to source |
53 | 2024-08-22T02:33:55.633Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-08-22T02:33:55.633Z | |
55 | 2024-08-22T02:33:55.633Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-08-22T02:33:55.633Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-08-22T02:33:55.633Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-08-22T02:33:55.674Z | + rustc --version |
59 | 2024-08-22T02:33:55.737Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
60 | 2024-08-22T02:33:55.740Z | process exited: duration 17834 ms, exit code 0 |
|
61 | 2024-08-22T02:33:55.746Z | starting task 2: "authentication" |
62 | 2024-08-22T02:33:55.766Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-08-22T02:33:55.772Z | starting task 3: "clone repository" |
64 | 2024-08-22T02:33:55.776Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-08-22T02:33:55.778Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-08-22T02:33:55.816Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-08-22T02:34:01.751Z | + cd /work/oxidecomputer/omicron |
68 | 2024-08-22T02:34:01.751Z | + git fetch origin ebbee8e5d5351d194663de6dc90b94ad1655ce65 |
69 | 2024-08-22T02:34:01.994Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-08-22T02:34:01.994Z | * branch ebbee8e5d5351d194663de6dc90b94ad1655ce65 -> FETCH_HEAD |
71 | 2024-08-22T02:34:02.002Z | + [[ -n bugfix-6244 ]] |
72 | 2024-08-22T02:34:02.005Z | ++ git branch --show-current |
73 | 2024-08-22T02:34:02.007Z | + current=main |
74 | 2024-08-22T02:34:02.007Z | + [[ main != bugfix-6244 ]] |
75 | 2024-08-22T02:34:02.007Z | + git branch -f bugfix-6244 ebbee8e5d5351d194663de6dc90b94ad1655ce65 |
76 | 2024-08-22T02:34:02.009Z | + git checkout -f bugfix-6244 |
77 | 2024-08-22T02:34:02.160Z | Switched to branch 'bugfix-6244' |
78 | 2024-08-22T02:34:02.162Z | + git reset --hard ebbee8e5d5351d194663de6dc90b94ad1655ce65 |
79 | 2024-08-22T02:34:02.183Z | HEAD is now at ebbee8e5d fixup! Merge branch 'main' into bugfix-6244 |
80 | 2024-08-22T02:34:02.186Z | process exited: duration 6411 ms, exit code 0 |
|
81 | 2024-08-22T02:34:02.191Z | starting task 4: "build" |
82 | 2024-08-22T02:34:02.196Z | + cargo --version |
83 | 2024-08-22T02:34:02.248Z | cargo 1.80.1 (376290515 2024-07-16) |
84 | 2024-08-22T02:34:02.251Z | + rustc --version |
85 | 2024-08-22T02:34:02.306Z | rustc 1.80.1 (3f5fd8dd4 2024-08-06) |
86 | 2024-08-22T02:34:02.308Z | + WORK=/work |
87 | 2024-08-22T02:34:02.309Z | + pfexec mkdir -p /work |
88 | 2024-08-22T02:34:02.312Z | + pfexec chown build /work |
89 | 2024-08-22T02:34:02.315Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
90 | 2024-08-22T02:34:06.603Z | Startup: Refreshing catalog 'helios-dev' ... Done |
91 | 2024-08-22T02:34:08.721Z | Startup: Caching catalogs ... Done |
92 | 2024-08-22T02:34:10.386Z | Planning: Solver setup ... Done (1.029s) |
93 | 2024-08-22T02:34:10.404Z | Planning: Running solver ... Done (0.017s) |
94 | 2024-08-22T02:34:10.441Z | Planning: Finding local manifests ... Done (0.004s) |
95 | 2024-08-22T02:34:10.454Z | Planning: Fetching manifests: 0/4 0% complete |
96 | 2024-08-22T02:34:11.013Z | Planning: Fetching manifests: 4/4 100% complete |
97 | 2024-08-22T02:34:11.167Z | Planning: Package planning ... Done (0.153s) |
98 | 2024-08-22T02:34:11.221Z | Planning: Merging actions ... Done (0.054s) |
99 | 2024-08-22T02:34:11.513Z | Planning: Checking for conflicting actions ... Done (0.292s) |
100 | 2024-08-22T02:34:11.524Z | Planning: Consolidating action changes ... Done (0.011s) |
101 | 2024-08-22T02:34:12.396Z | Planning: Evaluating mediators ... Done (0.871s) |
102 | 2024-08-22T02:34:12.405Z | Planning: Planning completed in 3.62 seconds |
103 | 2024-08-22T02:34:12.420Z | Packages to install: 4 |
104 | 2024-08-22T02:34:12.420Z | Mediators to change: 2 |
105 | 2024-08-22T02:34:12.420Z | Services to change: 1 |
106 | 2024-08-22T02:34:12.423Z | Estimated space available: 155.72 GB |
107 | 2024-08-22T02:34:12.423Z | Estimated space to be consumed: 1.48 GB |
108 | 2024-08-22T02:34:12.423Z | Create boot environment: No |
109 | 2024-08-22T02:34:12.423Z | Create backup boot environment: No |
110 | 2024-08-22T02:34:12.423Z | Rebuild boot archive: No |
111 | 2024-08-22T02:34:12.423Z | |
112 | 2024-08-22T02:34:12.423Z | Changed mediators: |
113 | 2024-08-22T02:34:12.423Z | mediator clang: |
114 | 2024-08-22T02:34:12.423Z | version: None -> 15 (system default) |
115 | 2024-08-22T02:34:12.423Z | |
116 | 2024-08-22T02:34:12.423Z | mediator llvm: |
117 | 2024-08-22T02:34:12.423Z | version: 14 (system default) -> 15 (system default) |
118 | 2024-08-22T02:34:12.423Z | |
119 | 2024-08-22T02:34:12.423Z | Changed packages: |
120 | 2024-08-22T02:34:12.423Z | helios-dev |
121 | 2024-08-22T02:34:12.423Z | developer/build-essential |
122 | 2024-08-22T02:34:12.423Z | None -> 11-2.0 |
123 | 2024-08-22T02:34:12.423Z | library/libxmlsec1 |
124 | 2024-08-22T02:34:12.424Z | None -> 1.2.35-2.0 |
125 | 2024-08-22T02:34:12.424Z | ooce/developer/clang-15 |
126 | 2024-08-22T02:34:12.424Z | None -> 15.0.7-2.0 |
127 | 2024-08-22T02:34:12.424Z | ooce/developer/llvm-15 |
128 | 2024-08-22T02:34:12.424Z | None -> 15.0.7-2.0 |
129 | 2024-08-22T02:34:12.424Z | |
130 | 2024-08-22T02:34:12.424Z | Services: |
131 | 2024-08-22T02:34:12.424Z | restart_fmri: |
132 | 2024-08-22T02:34:12.424Z | svc:/system/update-man-index:default |
133 | 2024-08-22T02:34:12.465Z | |
134 | 2024-08-22T02:34:12.465Z | Download: 0/3290 items 0.0/212.6MB 0% complete |
135 | 2024-08-22T02:34:17.466Z | Download: 1212/3290 items 85.9/212.6MB 40% complete (17.2M/s) |
136 | 2024-08-22T02:34:23.096Z | Download: 2223/3290 items 119.2/212.6MB 56% complete (13.0M/s) |
137 | 2024-08-22T02:34:27.793Z | Download: Completed 212.60 MB in 15.33 seconds (13.9M/s) |
138 | 2024-08-22T02:34:28.018Z | Actions: 1/3689 actions (Installing new actions) |
139 | 2024-08-22T02:34:32.520Z | Actions: Completed 3689 actions in 4.50 seconds. |
140 | 2024-08-22T02:34:32.805Z | Done (0.280s) |
141 | 2024-08-22T02:34:32.805Z | Done (0.000s) |
142 | 2024-08-22T02:34:33.173Z | Done (0.368s) |
143 | 2024-08-22T02:34:37.242Z | Done (3.899s) |
144 | 2024-08-22T02:34:37.326Z | Done (0.016s) |
145 | 2024-08-22T02:34:37.328Z | Done (0.000s) |
146 | 2024-08-22T02:34:37.481Z | Done (0.000s) |
147 | 2024-08-22T02:34:38.058Z | Planning: Evaluating mediator changes ... Done |
148 | 2024-08-22T02:34:38.218Z | Planning: Checking for conflicting actions ... Done |
149 | 2024-08-22T02:34:38.221Z | Planning: Consolidating action changes ... Done |
150 | 2024-08-22T02:34:38.482Z | Planning: Evaluating mediators ... Done |
151 | 2024-08-22T02:34:38.484Z | Planning: Planning completed in 0.42 seconds |
152 | 2024-08-22T02:34:38.515Z | Mediators to change: 2 |
153 | 2024-08-22T02:34:38.515Z | Create boot environment: No |
154 | 2024-08-22T02:34:38.517Z | Create backup boot environment: No |
155 | 2024-08-22T02:34:38.588Z | Done |
156 | 2024-08-22T02:34:38.589Z | Done |
157 | 2024-08-22T02:34:38.816Z | Done |
158 | 2024-08-22T02:34:42.370Z | Done |
159 | 2024-08-22T02:34:42.453Z | Done |
160 | 2024-08-22T02:34:42.453Z | Done |
161 | 2024-08-22T02:34:42.569Z | Done |
162 | 2024-08-22T02:34:43.165Z | Planning: Evaluating mediator changes ... Done |
163 | 2024-08-22T02:34:43.167Z | Planning: Merging actions ... Done |
164 | 2024-08-22T02:34:43.352Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-08-22T02:34:43.355Z | Planning: Consolidating action changes ... Done |
166 | 2024-08-22T02:34:43.612Z | Planning: Evaluating mediators ... Done |
167 | 2024-08-22T02:34:43.665Z | Planning: Planning completed in 0.73 seconds |
168 | 2024-08-22T02:34:43.699Z | Packages to change: 1 |
169 | 2024-08-22T02:34:43.699Z | Mediators to change: 1 |
170 | 2024-08-22T02:34:43.699Z | Services to change: 1 |
171 | 2024-08-22T02:34:43.702Z | Create boot environment: No |
172 | 2024-08-22T02:34:43.702Z | Create backup boot environment: Yes |
173 | 2024-08-22T02:34:44.750Z | Actions: 1/6 actions (Updating modified actions) |
174 | 2024-08-22T02:34:44.756Z | Actions: Completed 6 actions in 0.00 seconds. |
175 | 2024-08-22T02:34:44.757Z | Done |
176 | 2024-08-22T02:34:44.757Z | Done |
177 | 2024-08-22T02:34:44.829Z | Done |
178 | 2024-08-22T02:34:48.341Z | Done |
179 | 2024-08-22T02:34:48.428Z | Done |
180 | 2024-08-22T02:34:48.428Z | Done |
181 | 2024-08-22T02:34:48.537Z | Done |
182 | 2024-08-22T02:34:48.957Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
183 | 2024-08-22T02:34:48.957Z | clang system 15 system |
184 | 2024-08-22T02:34:48.957Z | csh system system illumos |
185 | 2024-08-22T02:34:48.957Z | ctags system system illumos |
186 | 2024-08-22T02:34:48.957Z | gcc vendor 12 vendor |
187 | 2024-08-22T02:34:48.957Z | gcc system 10 system |
188 | 2024-08-22T02:34:48.957Z | gcc system 7 system |
189 | 2024-08-22T02:34:48.958Z | go system 1.20 system |
190 | 2024-08-22T02:34:48.958Z | go system 1.19 system |
191 | 2024-08-22T02:34:48.958Z | llvm system 15 system |
192 | 2024-08-22T02:34:48.958Z | llvm system 14 system |
193 | 2024-08-22T02:34:48.958Z | mariadb system 10.6 system |
194 | 2024-08-22T02:34:48.958Z | mta vendor vendor dma |
195 | 2024-08-22T02:34:48.958Z | openjdk system 17 system |
196 | 2024-08-22T02:34:48.958Z | openjdk system 11 system |
197 | 2024-08-22T02:34:48.958Z | openjdk system 1.8 system |
198 | 2024-08-22T02:34:48.958Z | openssl vendor 3 vendor |
199 | 2024-08-22T02:34:48.958Z | perl system 5.36 system |
200 | 2024-08-22T02:34:48.958Z | postgresql system 15 system |
201 | 2024-08-22T02:34:48.958Z | postgresql system 13 system |
202 | 2024-08-22T02:34:48.958Z | python vendor 3 vendor |
203 | 2024-08-22T02:34:48.958Z | python system 2 system |
204 | 2024-08-22T02:34:48.958Z | python3 system 3.11 system |
205 | 2024-08-22T02:34:48.958Z | ruby system 3.0 system |
206 | 2024-08-22T02:34:48.958Z | words vendor vendor american-english |
207 | 2024-08-22T02:34:48.958Z | words system system australian-english |
208 | 2024-08-22T02:34:48.958Z | words system system british-english |
209 | 2024-08-22T02:34:48.958Z | words system system canadian-english |
210 | 2024-08-22T02:34:48.958Z | words system system french |
211 | 2024-08-22T02:34:48.958Z | words system system italian |
212 | 2024-08-22T02:34:48.958Z | words system system ngerman |
213 | 2024-08-22T02:34:48.958Z | words system system ogerman |
214 | 2024-08-22T02:34:48.958Z | words system system spanish |
215 | 2024-08-22T02:34:49.280Z | PUBLISHER TYPE STATUS P LOCATION |
216 | 2024-08-22T02:34:49.280Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
217 | 2024-08-22T02:34:50.985Z | FMRI IFO |
218 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
219 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
220 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
221 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
222 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
223 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
224 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z i-- |
225 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
226 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
227 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
228 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
229 | 2024-08-22T02:34:50.985Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
230 | 2024-08-22T02:34:51.569Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
231 | 2024-08-22T02:34:51.809Z | Updating git repository `https://github.com/oxidecomputer/zone` |
232 | 2024-08-22T02:34:52.058Z | Updating crates.io index |
233 | 2024-08-22T02:34:52.153Z | Updating git repository `https://github.com/oxidecomputer/dropshot` |
234 | 2024-08-22T02:34:52.831Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
235 | 2024-08-22T02:34:53.516Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
236 | 2024-08-22T02:34:53.735Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
237 | 2024-08-22T02:34:55.184Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
238 | 2024-08-22T02:34:55.382Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
239 | 2024-08-22T02:34:55.601Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
240 | 2024-08-22T02:34:56.635Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
241 | 2024-08-22T02:34:58.342Z | Updating git repository `https://github.com/oxidecomputer/opte` |
242 | 2024-08-22T02:34:59.257Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
243 | 2024-08-22T02:35:00.000Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
244 | 2024-08-22T02:35:00.269Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
245 | 2024-08-22T02:35:00.773Z | Updating git repository `https://github.com/oxidecomputer/async-bb8-diesel` |
246 | 2024-08-22T02:35:01.011Z | Updating git repository `https://github.com/oxidecomputer/diesel-dtrace` |
247 | 2024-08-22T02:35:01.381Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
248 | 2024-08-22T02:35:01.690Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
249 | 2024-08-22T02:35:01.922Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
250 | 2024-08-22T02:35:02.198Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
251 | 2024-08-22T02:35:02.438Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
252 | 2024-08-22T02:35:02.736Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
253 | 2024-08-22T02:35:02.987Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
254 | 2024-08-22T02:35:03.297Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
255 | 2024-08-22T02:35:03.656Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
256 | 2024-08-22T02:35:04.074Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
257 | 2024-08-22T02:35:04.517Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
258 | 2024-08-22T02:35:04.993Z | Updating git repository `https://github.com/oxidecomputer/typify` |
259 | 2024-08-22T02:35:07.354Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
260 | 2024-08-22T02:35:07.577Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
261 | 2024-08-22T02:35:07.876Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
262 | 2024-08-22T02:35:08.248Z | Updating git repository `https://github.com/oxidecomputer/rfb` |
263 | 2024-08-22T02:35:09.193Z | Downloading crates ... |
264 | 2024-08-22T02:35:09.302Z | Downloaded bitflags v2.6.0 |
265 | 2024-08-22T02:35:09.307Z | Downloaded plain v0.2.3 |
266 | 2024-08-22T02:35:09.310Z | Downloaded equivalent v1.0.1 |
267 | 2024-08-22T02:35:09.310Z | Downloaded cfg-if v1.0.0 |
268 | 2024-08-22T02:35:09.310Z | Downloaded is_terminal_polyfill v1.70.0 |
269 | 2024-08-22T02:35:09.315Z | Downloaded usdt-attr-macro v0.5.0 |
270 | 2024-08-22T02:35:09.317Z | Downloaded anstream v0.6.14 |
271 | 2024-08-22T02:35:09.320Z | Downloaded scroll_derive v0.12.0 |
272 | 2024-08-22T02:35:09.327Z | Downloaded bytecount v0.6.8 |
273 | 2024-08-22T02:35:09.329Z | Downloaded crypto-common v0.1.6 |
274 | 2024-08-22T02:35:09.332Z | Downloaded colorchoice v1.0.1 |
275 | 2024-08-22T02:35:09.332Z | Downloaded cargo_metadata v0.18.1 |
276 | 2024-08-22T02:35:09.335Z | Downloaded anstyle-parse v0.2.4 |
277 | 2024-08-22T02:35:09.338Z | Downloaded strsim v0.11.1 |
278 | 2024-08-22T02:35:09.341Z | Downloaded heck v0.5.0 |
279 | 2024-08-22T02:35:09.341Z | Downloaded thiserror v1.0.63 |
280 | 2024-08-22T02:35:09.344Z | Downloaded serde_tokenstream v0.2.2 |
281 | 2024-08-22T02:35:09.346Z | Downloaded tabled_derive v0.7.0 |
282 | 2024-08-22T02:35:09.352Z | Downloaded version_check v0.9.5 |
283 | 2024-08-22T02:35:09.352Z | Downloaded proc-macro-error-attr v1.0.4 |
284 | 2024-08-22T02:35:09.355Z | Downloaded pest_generator v2.7.10 |
285 | 2024-08-22T02:35:09.356Z | Downloaded fnv v1.0.7 |
286 | 2024-08-22T02:35:09.358Z | Downloaded thiserror-impl v1.0.63 |
287 | 2024-08-22T02:35:09.358Z | Downloaded once_cell v1.19.0 |
288 | 2024-08-22T02:35:09.363Z | Downloaded usdt-macro v0.5.0 |
289 | 2024-08-22T02:35:09.366Z | Downloaded quote v1.0.36 |
290 | 2024-08-22T02:35:09.368Z | Downloaded dof v0.3.0 |
291 | 2024-08-22T02:35:09.380Z | Downloaded generic-array v0.14.7 |
292 | 2024-08-22T02:35:09.384Z | Downloaded toml v0.8.19 |
293 | 2024-08-22T02:35:09.393Z | Downloaded camino v1.1.9 |
294 | 2024-08-22T02:35:09.395Z | Downloaded ryu v1.0.18 |
295 | 2024-08-22T02:35:09.398Z | Downloaded anyhow v1.0.86 |
296 | 2024-08-22T02:35:09.401Z | Downloaded dtrace-parser v0.2.0 |
297 | 2024-08-22T02:35:09.410Z | Downloaded ucd-trie v0.1.6 |
298 | 2024-08-22T02:35:09.416Z | Downloaded pretty-hex v0.4.1 |
299 | 2024-08-22T02:35:09.419Z | Downloaded swrite v0.1.0 |
300 | 2024-08-22T02:35:09.422Z | Downloaded autocfg v1.3.0 |
301 | 2024-08-22T02:35:09.425Z | Downloaded anstyle v1.0.8 |
302 | 2024-08-22T02:35:09.427Z | Downloaded cargo-platform v0.1.8 |
303 | 2024-08-22T02:35:09.431Z | Downloaded cpufeatures v0.2.12 |
304 | 2024-08-22T02:35:09.435Z | Downloaded byteorder v1.5.0 |
305 | 2024-08-22T02:35:09.437Z | Downloaded heck v0.4.1 |
306 | 2024-08-22T02:35:09.439Z | Downloaded errno v0.3.9 |
307 | 2024-08-22T02:35:09.439Z | Downloaded clap_lex v0.7.0 |
308 | 2024-08-22T02:35:09.440Z | Downloaded block-buffer v0.10.4 |
309 | 2024-08-22T02:35:09.442Z | Downloaded itoa v1.0.11 |
310 | 2024-08-22T02:35:09.442Z | Downloaded toml_datetime v0.6.8 |
311 | 2024-08-22T02:35:09.445Z | Downloaded anstyle-query v1.0.3 |
312 | 2024-08-22T02:35:09.456Z | Downloaded thread-id v4.2.1 |
313 | 2024-08-22T02:35:09.458Z | Downloaded terminal_size v0.3.0 |
314 | 2024-08-22T02:35:09.458Z | Downloaded serde_spanned v0.6.7 |
315 | 2024-08-22T02:35:09.460Z | Downloaded macaddr v1.0.1 |
316 | 2024-08-22T02:35:09.460Z | Downloaded memmap v0.7.0 |
317 | 2024-08-22T02:35:09.463Z | Downloaded usdt v0.5.0 |
318 | 2024-08-22T02:35:09.463Z | Downloaded scroll v0.12.0 |
319 | 2024-08-22T02:35:09.465Z | Downloaded serde v1.0.208 |
320 | 2024-08-22T02:35:09.467Z | Downloaded memchr v2.7.2 |
321 | 2024-08-22T02:35:09.471Z | Downloaded usdt-impl v0.5.0 |
322 | 2024-08-22T02:35:09.473Z | Downloaded pest_derive v2.7.10 |
323 | 2024-08-22T02:35:09.476Z | Downloaded digest v0.10.7 |
324 | 2024-08-22T02:35:09.478Z | Downloaded clap_derive v4.5.13 |
325 | 2024-08-22T02:35:09.485Z | Downloaded semver v1.0.23 |
326 | 2024-08-22T02:35:09.487Z | Downloaded proc-macro-error v1.0.4 |
327 | 2024-08-22T02:35:09.490Z | Downloaded zerocopy-derive v0.7.34 |
328 | 2024-08-22T02:35:09.494Z | Downloaded utf8parse v0.2.1 |
329 | 2024-08-22T02:35:09.497Z | Downloaded pest_meta v2.7.10 |
330 | 2024-08-22T02:35:09.497Z | Downloaded log v0.4.21 |
331 | 2024-08-22T02:35:09.500Z | Downloaded clap v4.5.16 |
332 | 2024-08-22T02:35:09.506Z | Downloaded papergrid v0.11.0 |
333 | 2024-08-22T02:35:09.511Z | Downloaded unicode-ident v1.0.12 |
334 | 2024-08-22T02:35:09.513Z | Downloaded serde_derive v1.0.208 |
335 | 2024-08-22T02:35:09.515Z | Downloaded pest v2.7.10 |
336 | 2024-08-22T02:35:09.520Z | Downloaded proc-macro2 v1.0.86 |
337 | 2024-08-22T02:35:09.522Z | Downloaded cargo_toml v0.20.4 |
338 | 2024-08-22T02:35:09.525Z | Downloaded typenum v1.17.0 |
339 | 2024-08-22T02:35:09.527Z | Downloaded indexmap v2.4.0 |
340 | 2024-08-22T02:35:09.530Z | Downloaded sha2 v0.10.8 |
341 | 2024-08-22T02:35:09.532Z | Downloaded fs-err v2.11.0 |
342 | 2024-08-22T02:35:09.546Z | Downloaded serde_json v1.0.125 |
343 | 2024-08-22T02:35:09.553Z | Downloaded clap_builder v4.5.15 |
344 | 2024-08-22T02:35:09.558Z | Downloaded zerocopy v0.7.34 |
345 | 2024-08-22T02:35:09.573Z | Downloaded toml_edit v0.22.20 |
346 | 2024-08-22T02:35:09.592Z | Downloaded hashbrown v0.14.5 |
347 | 2024-08-22T02:35:09.597Z | Downloaded winnow v0.6.18 |
348 | 2024-08-22T02:35:09.605Z | Downloaded goblin v0.8.2 |
349 | 2024-08-22T02:35:09.610Z | Downloaded syn v1.0.109 |
350 | 2024-08-22T02:35:09.620Z | Downloaded tabled v0.15.0 |
351 | 2024-08-22T02:35:09.634Z | Downloaded syn v2.0.74 |
352 | 2024-08-22T02:35:09.644Z | Downloaded rustix v0.38.34 |
353 | 2024-08-22T02:35:09.664Z | Downloaded unicode-width v0.1.13 |
354 | 2024-08-22T02:35:09.675Z | Downloaded libc v0.2.156 |
355 | 2024-08-22T02:35:09.967Z | Compiling proc-macro2 v1.0.86 |
356 | 2024-08-22T02:35:09.967Z | Compiling unicode-ident v1.0.12 |
357 | 2024-08-22T02:35:09.970Z | Compiling version_check v0.9.5 |
358 | 2024-08-22T02:35:09.970Z | Compiling serde v1.0.208 |
359 | 2024-08-22T02:35:09.970Z | Compiling memchr v2.7.2 |
360 | 2024-08-22T02:35:09.970Z | Compiling thiserror v1.0.63 |
361 | 2024-08-22T02:35:09.970Z | Compiling libc v0.2.156 |
362 | 2024-08-22T02:35:09.970Z | Compiling ryu v1.0.18 |
363 | 2024-08-22T02:35:10.299Z | Compiling itoa v1.0.11 |
364 | 2024-08-22T02:35:10.425Z | Compiling ucd-trie v0.1.6 |
365 | 2024-08-22T02:35:10.521Z | Compiling once_cell v1.19.0 |
366 | 2024-08-22T02:35:10.814Z | Compiling byteorder v1.5.0 |
367 | 2024-08-22T02:35:10.904Z | Compiling serde_json v1.0.125 |
368 | 2024-08-22T02:35:11.276Z | Compiling proc-macro-error-attr v1.0.4 |
369 | 2024-08-22T02:35:11.304Z | Compiling usdt-impl v0.5.0 |
370 | 2024-08-22T02:35:11.433Z | Compiling syn v1.0.109 |
371 | 2024-08-22T02:35:11.456Z | Compiling rustix v0.38.34 |
372 | 2024-08-22T02:35:11.637Z | Compiling quote v1.0.36 |
373 | 2024-08-22T02:35:11.694Z | Compiling proc-macro-error v1.0.4 |
374 | 2024-08-22T02:35:11.798Z | Compiling log v0.4.21 |
375 | 2024-08-22T02:35:12.028Z | Compiling syn v2.0.74 |
376 | 2024-08-22T02:35:12.135Z | Compiling errno v0.3.9 |
377 | 2024-08-22T02:35:12.203Z | Compiling hashbrown v0.14.5 |
378 | 2024-08-22T02:35:12.301Z | Compiling bitflags v2.6.0 |
379 | 2024-08-22T02:35:12.335Z | Compiling equivalent v1.0.1 |
380 | 2024-08-22T02:35:12.360Z | Compiling utf8parse v0.2.1 |
381 | 2024-08-22T02:35:12.382Z | Compiling plain v0.2.3 |
382 | 2024-08-22T02:35:12.445Z | Compiling thread-id v4.2.1 |
383 | 2024-08-22T02:35:12.513Z | Compiling anstyle-parse v0.2.4 |
384 | 2024-08-22T02:35:12.705Z | Compiling colorchoice v1.0.1 |
385 | 2024-08-22T02:35:12.811Z | Compiling winnow v0.6.18 |
386 | 2024-08-22T02:35:12.864Z | Compiling semver v1.0.23 |
387 | 2024-08-22T02:35:13.019Z | Compiling anstyle v1.0.8 |
388 | 2024-08-22T02:35:13.432Z | Compiling indexmap v2.4.0 |
389 | 2024-08-22T02:35:13.456Z | Compiling anstyle-query v1.0.3 |
390 | 2024-08-22T02:35:13.492Z | Compiling is_terminal_polyfill v1.70.0 |
391 | 2024-08-22T02:35:13.492Z | Compiling camino v1.1.9 |
392 | 2024-08-22T02:35:13.625Z | Compiling pretty-hex v0.4.1 |
393 | 2024-08-22T02:35:13.666Z | Compiling autocfg v1.3.0 |
394 | 2024-08-22T02:35:13.841Z | Compiling terminal_size v0.3.0 |
395 | 2024-08-22T02:35:14.062Z | Compiling anstream v0.6.14 |
396 | 2024-08-22T02:35:14.460Z | Compiling strsim v0.11.1 |
397 | 2024-08-22T02:35:14.484Z | Compiling bytecount v0.6.8 |
398 | 2024-08-22T02:35:14.694Z | Compiling fs-err v2.11.0 |
399 | 2024-08-22T02:35:14.717Z | Compiling unicode-width v0.1.13 |
400 | 2024-08-22T02:35:14.851Z | Compiling heck v0.4.1 |
401 | 2024-08-22T02:35:14.900Z | Compiling clap_lex v0.7.0 |
402 | 2024-08-22T02:35:14.956Z | Compiling heck v0.5.0 |
403 | 2024-08-22T02:35:14.989Z | Compiling fnv v1.0.7 |
404 | 2024-08-22T02:35:15.129Z | Compiling anyhow v1.0.86 |
405 | 2024-08-22T02:35:15.350Z | Compiling clap_builder v4.5.15 |
406 | 2024-08-22T02:35:15.385Z | Compiling papergrid v0.11.0 |
407 | 2024-08-22T02:35:15.556Z | Compiling memmap v0.7.0 |
408 | 2024-08-22T02:35:16.170Z | Compiling swrite v0.1.0 |
409 | 2024-08-22T02:35:17.826Z | Compiling tabled_derive v0.7.0 |
410 | 2024-08-22T02:35:19.318Z | Compiling tabled v0.15.0 |
411 | 2024-08-22T02:35:20.576Z | Compiling serde_derive v1.0.208 |
412 | 2024-08-22T02:35:20.579Z | Compiling thiserror-impl v1.0.63 |
413 | 2024-08-22T02:35:20.579Z | Compiling zerocopy-derive v0.7.34 |
414 | 2024-08-22T02:35:20.621Z | Compiling scroll_derive v0.12.0 |
415 | 2024-08-22T02:35:20.681Z | Compiling clap_derive v4.5.13 |
416 | 2024-08-22T02:35:22.167Z | Compiling scroll v0.12.0 |
417 | 2024-08-22T02:35:22.634Z | Compiling goblin v0.8.2 |
418 | 2024-08-22T02:35:22.706Z | Compiling zerocopy v0.7.34 |
419 | 2024-08-22T02:35:23.302Z | Compiling pest v2.7.10 |
420 | 2024-08-22T02:35:24.400Z | Compiling clap v4.5.16 |
421 | 2024-08-22T02:35:25.500Z | Compiling pest_meta v2.7.10 |
422 | 2024-08-22T02:35:26.291Z | Compiling pest_generator v2.7.10 |
423 | 2024-08-22T02:35:28.080Z | Compiling pest_derive v2.7.10 |
424 | 2024-08-22T02:35:28.852Z | Compiling dtrace-parser v0.2.0 |
425 | 2024-08-22T02:35:30.585Z | Compiling serde_tokenstream v0.2.2 |
426 | 2024-08-22T02:35:30.846Z | Compiling toml_datetime v0.6.8 |
427 | 2024-08-22T02:35:30.846Z | Compiling serde_spanned v0.6.7 |
428 | 2024-08-22T02:35:30.848Z | Compiling cargo-platform v0.1.8 |
429 | 2024-08-22T02:35:31.130Z | Compiling macaddr v1.0.1 |
430 | 2024-08-22T02:35:31.252Z | Compiling toml_edit v0.22.20 |
431 | 2024-08-22T02:35:31.918Z | Compiling dof v0.3.0 |
432 | 2024-08-22T02:35:32.348Z | Compiling cargo_metadata v0.18.1 |
433 | 2024-08-22T02:35:33.504Z | Compiling usdt-macro v0.5.0 |
434 | 2024-08-22T02:35:33.506Z | Compiling usdt-attr-macro v0.5.0 |
435 | 2024-08-22T02:35:34.088Z | Compiling toml v0.8.19 |
436 | 2024-08-22T02:35:34.808Z | Compiling usdt v0.5.0 |
437 | 2024-08-22T02:35:35.019Z | Compiling cargo_toml v0.20.4 |
438 | 2024-08-22T02:35:38.477Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
439 | 2024-08-22T02:35:42.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 50.84s |
440 | 2024-08-22T02:35:42.441Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
441 | 2024-08-22T02:35:42.971Z | Downloading crates ... |
442 | 2024-08-22T02:35:43.100Z | Downloaded addr2line v0.21.0 |
443 | 2024-08-22T02:35:43.104Z | Downloaded aead v0.5.2 |
444 | 2024-08-22T02:35:43.106Z | Downloaded arrayvec v0.7.4 |
445 | 2024-08-22T02:35:43.108Z | Downloaded argon2 v0.5.3 |
446 | 2024-08-22T02:35:43.111Z | Downloaded atomicwrites v0.4.3 |
447 | 2024-08-22T02:35:43.113Z | Downloaded ident_case v1.0.1 |
448 | 2024-08-22T02:35:43.116Z | Downloaded cfg_aliases v0.1.1 |
449 | 2024-08-22T02:35:43.116Z | Downloaded hyper-staticfile v0.9.5 |
450 | 2024-08-22T02:35:43.124Z | Downloaded instant v0.1.12 |
451 | 2024-08-22T02:35:43.127Z | Downloaded atty v0.2.14 |
452 | 2024-08-22T02:35:43.130Z | Downloaded normalize-line-endings v0.3.0 |
453 | 2024-08-22T02:35:43.135Z | Downloaded ascii-canvas v3.0.0 |
454 | 2024-08-22T02:35:43.137Z | Downloaded newline-converter v0.3.0 |
455 | 2024-08-22T02:35:43.140Z | Downloaded ciborium-ll v0.2.2 |
456 | 2024-08-22T02:35:43.142Z | Downloaded const_format_proc_macros v0.2.32 |
457 | 2024-08-22T02:35:43.144Z | Downloaded number_prefix v0.4.0 |
458 | 2024-08-22T02:35:43.147Z | Downloaded maplit v1.0.2 |
459 | 2024-08-22T02:35:43.147Z | Downloaded lru-cache v0.1.2 |
460 | 2024-08-22T02:35:43.150Z | Downloaded backoff v0.4.0 |
461 | 2024-08-22T02:35:43.152Z | Downloaded num_enum v0.5.11 |
462 | 2024-08-22T02:35:43.154Z | Downloaded memoffset v0.9.1 |
463 | 2024-08-22T02:35:43.156Z | Downloaded openssl-macros v0.1.1 |
464 | 2024-08-22T02:35:43.158Z | Downloaded cbc v0.1.2 |
465 | 2024-08-22T02:35:43.158Z | Downloaded cassowary v0.3.0 |
466 | 2024-08-22T02:35:43.161Z | Downloaded num-iter v0.1.45 |
467 | 2024-08-22T02:35:43.163Z | Downloaded lock_api v0.4.12 |
468 | 2024-08-22T02:35:43.163Z | Downloaded md-5 v0.10.6 |
469 | 2024-08-22T02:35:43.165Z | Downloaded curve25519-dalek-derive v0.1.1 |
470 | 2024-08-22T02:35:43.168Z | Downloaded bitfield v0.14.0 |
471 | 2024-08-22T02:35:43.168Z | Downloaded colored v2.1.0 |
472 | 2024-08-22T02:35:43.170Z | Downloaded async-stream-impl v0.3.5 |
473 | 2024-08-22T02:35:43.170Z | Downloaded num v0.4.3 |
474 | 2024-08-22T02:35:43.172Z | Downloaded native-tls v0.2.11 |
475 | 2024-08-22T02:35:43.175Z | Downloaded mime_guess v2.0.4 |
476 | 2024-08-22T02:35:43.177Z | Downloaded hubpack_derive v0.1.1 |
477 | 2024-08-22T02:35:43.177Z | Downloaded num-derive v0.4.2 |
478 | 2024-08-22T02:35:43.179Z | Downloaded num-complex v0.4.6 |
479 | 2024-08-22T02:35:43.182Z | Downloaded kstat-rs v0.2.4 |
480 | 2024-08-22T02:35:43.182Z | Downloaded newtype_derive v0.1.6 |
481 | 2024-08-22T02:35:43.184Z | Downloaded indicatif v0.17.8 |
482 | 2024-08-22T02:35:43.187Z | Downloaded bitstruct_derive v0.1.0 |
483 | 2024-08-22T02:35:43.189Z | Downloaded async-recursion v1.1.1 |
484 | 2024-08-22T02:35:43.191Z | Downloaded shell-words v1.1.0 |
485 | 2024-08-22T02:35:43.194Z | Downloaded num-traits v0.2.19 |
486 | 2024-08-22T02:35:43.196Z | Downloaded defmt v0.3.8 |
487 | 2024-08-22T02:35:43.198Z | Downloaded data-encoding v2.6.0 |
488 | 2024-08-22T02:35:43.214Z | Downloaded ciborium v0.2.2 |
489 | 2024-08-22T02:35:43.214Z | Downloaded arrayref v0.3.7 |
490 | 2024-08-22T02:35:43.214Z | Downloaded omicron-zone-package v0.11.0 |
491 | 2024-08-22T02:35:43.214Z | Downloaded assert_matches v1.5.0 |
492 | 2024-08-22T02:35:43.214Z | Downloaded camino-tempfile v1.1.1 |
493 | 2024-08-22T02:35:43.216Z | Downloaded bzip2 v0.4.4 |
494 | 2024-08-22T02:35:43.217Z | Downloaded array-init v0.0.4 |
495 | 2024-08-22T02:35:43.217Z | Downloaded ahash v0.8.11 |
496 | 2024-08-22T02:35:43.217Z | Downloaded num-conv v0.1.0 |
497 | 2024-08-22T02:35:43.219Z | Downloaded bitstruct v0.1.1 |
498 | 2024-08-22T02:35:43.219Z | Downloaded miniz_oxide v0.7.2 |
499 | 2024-08-22T02:35:43.222Z | Downloaded is-terminal v0.4.12 |
500 | 2024-08-22T02:35:43.224Z | Downloaded opaque-debug v0.3.1 |
501 | 2024-08-22T02:35:43.224Z | Downloaded crunchy v0.2.2 |
502 | 2024-08-22T02:35:43.227Z | Downloaded ciborium-io v0.2.2 |
503 | 2024-08-22T02:35:43.227Z | Downloaded num_threads v0.1.7 |
504 | 2024-08-22T02:35:43.227Z | Downloaded semver v0.1.20 |
505 | 2024-08-22T02:35:43.230Z | Downloaded new_debug_unreachable v1.0.6 |
506 | 2024-08-22T02:35:43.230Z | Downloaded crucible-workspace-hack v0.1.0 |
507 | 2024-08-22T02:35:43.230Z | Downloaded humantime v2.1.0 |
508 | 2024-08-22T02:35:43.232Z | Downloaded crossbeam-deque v0.8.5 |
509 | 2024-08-22T02:35:43.234Z | Downloaded crc32fast v1.4.0 |
510 | 2024-08-22T02:35:43.237Z | Downloaded async-trait v0.1.81 |
511 | 2024-08-22T02:35:43.240Z | Downloaded time-core v0.1.2 |
512 | 2024-08-22T02:35:43.240Z | Downloaded csv-core v0.1.11 |
513 | 2024-08-22T02:35:43.242Z | Downloaded adler v1.0.2 |
514 | 2024-08-22T02:35:43.245Z | Downloaded toolchain_find v0.4.0 |
515 | 2024-08-22T02:35:43.245Z | Downloaded waitgroup v0.1.2 |
516 | 2024-08-22T02:35:43.246Z | Downloaded vte_generate_state_changes v0.1.1 |
517 | 2024-08-22T02:35:43.248Z | Downloaded sqlparser_derive v0.2.2 |
518 | 2024-08-22T02:35:43.248Z | Downloaded crc-catalog v2.4.0 |
519 | 2024-08-22T02:35:43.248Z | Downloaded ascii v1.1.0 |
520 | 2024-08-22T02:35:43.251Z | Downloaded blake2 v0.10.6 |
521 | 2024-08-22T02:35:43.253Z | Downloaded indoc v1.0.9 |
522 | 2024-08-22T02:35:43.256Z | Downloaded darling_macro v0.20.9 |
523 | 2024-08-22T02:35:43.256Z | Downloaded num_cpus v1.16.0 |
524 | 2024-08-22T02:35:43.259Z | Downloaded const-oid v0.9.6 |
525 | 2024-08-22T02:35:43.263Z | Downloaded chacha20poly1305 v0.10.1 |
526 | 2024-08-22T02:35:43.267Z | Downloaded fxhash v0.2.1 |
527 | 2024-08-22T02:35:43.267Z | Downloaded num-integer v0.1.46 |
528 | 2024-08-22T02:35:43.267Z | Downloaded lru v0.12.3 |
529 | 2024-08-22T02:35:43.270Z | Downloaded foreign-types-shared v0.3.1 |
530 | 2024-08-22T02:35:43.270Z | Downloaded mime v0.3.17 |
531 | 2024-08-22T02:35:43.270Z | Downloaded newtype-uuid v1.1.0 |
532 | 2024-08-22T02:35:43.272Z | Downloaded topological-sort v0.2.2 |
533 | 2024-08-22T02:35:43.273Z | Downloaded shlex v1.3.0 |
534 | 2024-08-22T02:35:43.279Z | Downloaded smallvec v0.6.14 |
535 | 2024-08-22T02:35:43.279Z | Downloaded siphasher v0.3.11 |
536 | 2024-08-22T02:35:43.279Z | Downloaded supports-color v3.0.0 |
537 | 2024-08-22T02:35:43.282Z | Downloaded olpc-cjson v0.1.3 |
538 | 2024-08-22T02:35:43.282Z | Downloaded num_enum_derive v0.5.11 |
539 | 2024-08-22T02:35:43.282Z | Downloaded cexpr v0.6.0 |
540 | 2024-08-22T02:35:43.282Z | Downloaded castaway v0.2.3 |
541 | 2024-08-22T02:35:43.285Z | Downloaded linked-hash-map v0.5.6 |
542 | 2024-08-22T02:35:43.285Z | Downloaded display-error-chain v0.2.0 |
543 | 2024-08-22T02:35:43.288Z | Downloaded difflib v0.4.0 |
544 | 2024-08-22T02:35:43.288Z | Downloaded buf-list v1.0.3 |
545 | 2024-08-22T02:35:43.291Z | Downloaded bitfield-struct v0.6.1 |
546 | 2024-08-22T02:35:43.291Z | Downloaded futures-sink v0.3.30 |
547 | 2024-08-22T02:35:43.293Z | Downloaded chacha20 v0.9.1 |
548 | 2024-08-22T02:35:43.293Z | Downloaded fd-lock v4.0.2 |
549 | 2024-08-22T02:35:43.296Z | Downloaded dirs-sys-next v0.1.2 |
550 | 2024-08-22T02:35:43.298Z | Downloaded foreign-types-shared v0.1.1 |
551 | 2024-08-22T02:35:43.299Z | Downloaded strum_macros v0.26.4 |
552 | 2024-08-22T02:35:43.301Z | Downloaded mockall v0.13.0 |
553 | 2024-08-22T02:35:43.304Z | Downloaded iana-time-zone v0.1.60 |
554 | 2024-08-22T02:35:43.307Z | Downloaded num-rational v0.4.2 |
555 | 2024-08-22T02:35:43.307Z | Downloaded parse-size v1.0.0 |
556 | 2024-08-22T02:35:43.310Z | Downloaded clang-sys v1.7.0 |
557 | 2024-08-22T02:35:43.310Z | Downloaded mio v1.0.2 |
558 | 2024-08-22T02:35:43.315Z | Downloaded nibble_vec v0.1.0 |
559 | 2024-08-22T02:35:43.318Z | Downloaded thiserror-no-std v2.0.2 |
560 | 2024-08-22T02:35:43.321Z | Downloaded slog-envlogger v2.2.0 |
561 | 2024-08-22T02:35:43.323Z | Downloaded backtrace v0.3.71 |
562 | 2024-08-22T02:35:43.328Z | Downloaded take_mut v0.2.2 |
563 | 2024-08-22T02:35:43.330Z | Downloaded unarray v0.1.4 |
564 | 2024-08-22T02:35:43.333Z | Downloaded rand_xorshift v0.3.0 |
565 | 2024-08-22T02:35:43.333Z | Downloaded httpdate v1.0.3 |
566 | 2024-08-22T02:35:43.333Z | Downloaded hubpack v0.1.2 |
567 | 2024-08-22T02:35:43.335Z | Downloaded heck v0.3.3 |
568 | 2024-08-22T02:35:43.338Z | Downloaded futures-task v0.3.30 |
569 | 2024-08-22T02:35:43.338Z | Downloaded scopeguard v1.2.0 |
570 | 2024-08-22T02:35:43.341Z | Downloaded time-macros v0.2.18 |
571 | 2024-08-22T02:35:43.341Z | Downloaded ipnet v2.9.0 |
572 | 2024-08-22T02:35:43.344Z | Downloaded indexmap v1.9.3 |
573 | 2024-08-22T02:35:43.346Z | Downloaded constant_time_eq v0.3.0 |
574 | 2024-08-22T02:35:43.348Z | Downloaded float-ord v0.3.2 |
575 | 2024-08-22T02:35:43.348Z | Downloaded console v0.15.8 |
576 | 2024-08-22T02:35:43.351Z | Downloaded httparse v1.8.0 |
577 | 2024-08-22T02:35:43.353Z | Downloaded foreign-types v0.3.2 |
578 | 2024-08-22T02:35:43.356Z | Downloaded sha1 v0.10.6 |
579 | 2024-08-22T02:35:43.356Z | Downloaded bcs v0.1.6 |
580 | 2024-08-22T02:35:43.358Z | Downloaded thread_local v1.1.8 |
581 | 2024-08-22T02:35:43.360Z | Downloaded cancel-safe-futures v0.1.5 |
582 | 2024-08-22T02:35:43.363Z | Downloaded sync_wrapper v0.1.2 |
583 | 2024-08-22T02:35:43.366Z | Downloaded twox-hash v1.6.3 |
584 | 2024-08-22T02:35:43.366Z | Downloaded strum_macros v0.25.3 |
585 | 2024-08-22T02:35:43.368Z | Downloaded utf-8 v0.7.6 |
586 | 2024-08-22T02:35:43.371Z | Downloaded deranged v0.3.11 |
587 | 2024-08-22T02:35:43.371Z | Downloaded postgres-types v0.2.7 |
588 | 2024-08-22T02:35:43.373Z | Downloaded dyn-clone v1.0.17 |
589 | 2024-08-22T02:35:43.376Z | Downloaded percent-encoding v2.3.1 |
590 | 2024-08-22T02:35:43.376Z | Downloaded futures-macro v0.3.30 |
591 | 2024-08-22T02:35:43.378Z | Downloaded fastrand v2.1.0 |
592 | 2024-08-22T02:35:43.381Z | Downloaded oso-derive v0.27.3 |
593 | 2024-08-22T02:35:43.381Z | Downloaded tabwriter v1.4.0 |
594 | 2024-08-22T02:35:43.381Z | Downloaded rand_seeder v0.3.0 |
595 | 2024-08-22T02:35:43.383Z | Downloaded poly1305 v0.8.0 |
596 | 2024-08-22T02:35:43.387Z | Downloaded password-hash v0.5.0 |
597 | 2024-08-22T02:35:43.389Z | Downloaded try-lock v0.2.5 |
598 | 2024-08-22T02:35:43.389Z | Downloaded darling_core v0.20.9 |
599 | 2024-08-22T02:35:43.392Z | Downloaded cookie v0.17.0 |
600 | 2024-08-22T02:35:43.395Z | Downloaded predicates-tree v1.0.9 |
601 | 2024-08-22T02:35:43.397Z | Downloaded predicates-core v1.0.6 |
602 | 2024-08-22T02:35:43.397Z | Downloaded peg-runtime v0.8.3 |
603 | 2024-08-22T02:35:43.399Z | Downloaded hash32 v0.2.1 |
604 | 2024-08-22T02:35:43.402Z | Downloaded vsss-rs v3.3.4 |
605 | 2024-08-22T02:35:43.404Z | Downloaded cobs v0.2.3 |
606 | 2024-08-22T02:35:43.404Z | Downloaded strum v0.26.3 |
607 | 2024-08-22T02:35:43.408Z | Downloaded diff v0.1.13 |
608 | 2024-08-22T02:35:43.412Z | Downloaded packed_struct v0.10.1 |
609 | 2024-08-22T02:35:43.412Z | Downloaded slog-json v2.6.1 |
610 | 2024-08-22T02:35:43.415Z | Downloaded serde_with_macros v3.9.0 |
611 | 2024-08-22T02:35:43.415Z | Downloaded path-slash v0.1.5 |
612 | 2024-08-22T02:35:43.415Z | Downloaded crossbeam-epoch v0.9.18 |
613 | 2024-08-22T02:35:43.418Z | Downloaded rustc_version v0.4.0 |
614 | 2024-08-22T02:35:43.420Z | Downloaded crossbeam-utils v0.8.19 |
615 | 2024-08-22T02:35:43.423Z | Downloaded serde_path_to_error v0.1.16 |
616 | 2024-08-22T02:35:43.426Z | Downloaded libm v0.2.8 |
617 | 2024-08-22T02:35:43.430Z | Downloaded itertools v0.12.1 |
618 | 2024-08-22T02:35:43.437Z | Downloaded crc-any v2.5.0 |
619 | 2024-08-22T02:35:43.440Z | Downloaded tap v1.0.1 |
620 | 2024-08-22T02:35:43.442Z | Downloaded signal-hook-registry v1.4.2 |
621 | 2024-08-22T02:35:43.442Z | Downloaded signal-hook-mio v0.2.4 |
622 | 2024-08-22T02:35:43.444Z | Downloaded serde_repr v0.1.19 |
623 | 2024-08-22T02:35:43.447Z | Downloaded serde_plain v1.0.2 |
624 | 2024-08-22T02:35:43.449Z | Downloaded unicode_categories v0.1.1 |
625 | 2024-08-22T02:35:43.449Z | Downloaded crypto-bigint v0.5.5 |
626 | 2024-08-22T02:35:43.455Z | Downloaded getopts v0.2.21 |
627 | 2024-08-22T02:35:43.458Z | Downloaded flagset v0.4.5 |
628 | 2024-08-22T02:35:43.461Z | Downloaded erased-serde v0.3.31 |
629 | 2024-08-22T02:35:43.463Z | Downloaded postgres-protocol v0.6.7 |
630 | 2024-08-22T02:35:43.463Z | Downloaded derive_builder_core v0.20.0 |
631 | 2024-08-22T02:35:43.465Z | Downloaded headers-core v0.2.0 |
632 | 2024-08-22T02:35:43.473Z | Downloaded defmt-parser v0.3.4 |
633 | 2024-08-22T02:35:43.473Z | Downloaded http-range v0.1.5 |
634 | 2024-08-22T02:35:43.474Z | Downloaded want v0.3.1 |
635 | 2024-08-22T02:35:43.476Z | Downloaded hash32 v0.3.1 |
636 | 2024-08-22T02:35:43.479Z | Downloaded fixedbitset v0.4.2 |
637 | 2024-08-22T02:35:43.481Z | Downloaded bytes v1.7.1 |
638 | 2024-08-22T02:35:43.486Z | Downloaded powerfmt v0.2.0 |
639 | 2024-08-22T02:35:43.489Z | Downloaded pbkdf2 v0.12.2 |
640 | 2024-08-22T02:35:43.491Z | Downloaded toml_edit v0.19.15 |
641 | 2024-08-22T02:35:43.521Z | Downloaded compact_str v0.8.0 |
642 | 2024-08-22T02:35:43.525Z | Downloaded tui-tree-widget v0.22.0 |
643 | 2024-08-22T02:35:43.527Z | Downloaded stable_deref_trait v1.2.0 |
644 | 2024-08-22T02:35:43.530Z | Downloaded same-file v1.0.6 |
645 | 2024-08-22T02:35:43.530Z | Downloaded tinyvec_macros v0.1.1 |
646 | 2024-08-22T02:35:43.532Z | Downloaded foreign-types-macros v0.2.3 |
647 | 2024-08-22T02:35:43.532Z | Downloaded env_logger v0.9.3 |
648 | 2024-08-22T02:35:43.535Z | Downloaded owo-colors v4.0.0 |
649 | 2024-08-22T02:35:43.538Z | Downloaded slog-async v2.8.0 |
650 | 2024-08-22T02:35:43.540Z | Downloaded termcolor v1.4.1 |
651 | 2024-08-22T02:35:43.542Z | Downloaded termtree v0.4.1 |
652 | 2024-08-22T02:35:43.544Z | Downloaded portpicker v0.1.1 |
653 | 2024-08-22T02:35:43.544Z | Downloaded highway v1.2.0 |
654 | 2024-08-22T02:35:43.547Z | Downloaded uuid v1.10.0 |
655 | 2024-08-22T02:35:43.549Z | Downloaded form_urlencoded v1.2.1 |
656 | 2024-08-22T02:35:43.551Z | Downloaded wyz v0.5.1 |
657 | 2024-08-22T02:35:43.554Z | Downloaded socket2 v0.4.10 |
658 | 2024-08-22T02:35:43.554Z | Downloaded ron v0.7.1 |
659 | 2024-08-22T02:35:43.559Z | Downloaded uzers v0.11.3 |
660 | 2024-08-22T02:35:43.563Z | Downloaded mio v0.8.11 |
661 | 2024-08-22T02:35:43.567Z | Downloaded scheduled-thread-pool v0.2.7 |
662 | 2024-08-22T02:35:43.569Z | Downloaded downcast v0.11.0 |
663 | 2024-08-22T02:35:43.572Z | Downloaded diesel_table_macro_syntax v0.2.0 |
664 | 2024-08-22T02:35:43.575Z | Downloaded signal-hook-tokio v0.3.1 |
665 | 2024-08-22T02:35:43.575Z | Downloaded rand_chacha v0.3.1 |
666 | 2024-08-22T02:35:43.577Z | Downloaded flume v0.11.0 |
667 | 2024-08-22T02:35:43.580Z | Downloaded toml v0.7.8 |
668 | 2024-08-22T02:35:43.583Z | Downloaded whoami v1.5.1 |
669 | 2024-08-22T02:35:43.586Z | Downloaded tls_codec_derive v0.4.1 |
670 | 2024-08-22T02:35:43.588Z | Downloaded tempfile v3.10.1 |
671 | 2024-08-22T02:35:43.591Z | Downloaded peg-macros v0.8.4 |
672 | 2024-08-22T02:35:43.594Z | Downloaded filetime v0.2.24 |
673 | 2024-08-22T02:35:43.596Z | Downloaded zerocopy v0.6.6 |
674 | 2024-08-22T02:35:43.599Z | Downloaded tokio-tungstenite v0.20.1 |
675 | 2024-08-22T02:35:43.601Z | Downloaded tokio-stream v0.1.15 |
676 | 2024-08-22T02:35:43.605Z | Downloaded fragile v2.0.0 |
677 | 2024-08-22T02:35:43.607Z | Downloaded der v0.7.9 |
678 | 2024-08-22T02:35:43.612Z | Downloaded proc-macro-crate v1.3.1 |
679 | 2024-08-22T02:35:43.614Z | Downloaded hostname v0.3.1 |
680 | 2024-08-22T02:35:43.617Z | Downloaded home v0.5.9 |
681 | 2024-08-22T02:35:43.617Z | Downloaded paste v1.0.15 |
682 | 2024-08-22T02:35:43.621Z | Downloaded parse-display-derive v0.10.0 |
683 | 2024-08-22T02:35:43.623Z | Downloaded parking_lot_core v0.8.6 |
684 | 2024-08-22T02:35:43.626Z | Downloaded getrandom v0.2.14 |
685 | 2024-08-22T02:35:43.628Z | Downloaded rustc_version v0.1.7 |
686 | 2024-08-22T02:35:43.630Z | Downloaded tls_codec v0.4.1 |
687 | 2024-08-22T02:35:43.632Z | Downloaded slab v0.4.9 |
688 | 2024-08-22T02:35:43.635Z | Downloaded derive_builder_macro v0.20.0 |
689 | 2024-08-22T02:35:43.635Z | Downloaded sigpipe v0.1.3 |
690 | 2024-08-22T02:35:43.637Z | Downloaded crossbeam-channel v0.5.12 |
691 | 2024-08-22T02:35:43.640Z | Downloaded rustversion v1.0.17 |
692 | 2024-08-22T02:35:43.643Z | Downloaded zeroize_derive v1.4.2 |
693 | 2024-08-22T02:35:43.645Z | Downloaded termios v0.3.3 |
694 | 2024-08-22T02:35:43.647Z | Downloaded endian-type v0.1.2 |
695 | 2024-08-22T02:35:43.647Z | Downloaded phf v0.11.2 |
696 | 2024-08-22T02:35:43.650Z | Downloaded float-cmp v0.9.0 |
697 | 2024-08-22T02:35:43.650Z | Downloaded heapless v0.8.0 |
698 | 2024-08-22T02:35:43.653Z | Downloaded tungstenite v0.21.0 |
699 | 2024-08-22T02:35:43.658Z | Downloaded resolv-conf v0.7.0 |
700 | 2024-08-22T02:35:43.661Z | Downloaded parse-display v0.10.0 |
701 | 2024-08-22T02:35:43.661Z | Downloaded hostname v0.4.0 |
702 | 2024-08-22T02:35:43.663Z | Downloaded tokio-rustls v0.25.0 |
703 | 2024-08-22T02:35:43.666Z | Downloaded nom v7.1.3 |
704 | 2024-08-22T02:35:43.670Z | Downloaded const_format v0.2.32 |
705 | 2024-08-22T02:35:43.674Z | Downloaded phf_shared v0.10.0 |
706 | 2024-08-22T02:35:43.677Z | Downloaded tower-service v0.3.2 |
707 | 2024-08-22T02:35:43.677Z | Downloaded num-bigint-dig v0.8.4 |
708 | 2024-08-22T02:35:43.681Z | Downloaded scrypt v0.11.0 |
709 | 2024-08-22T02:35:43.686Z | Downloaded rpassword v7.3.1 |
710 | 2024-08-22T02:35:43.686Z | Downloaded serde-hex v0.1.0 |
711 | 2024-08-22T02:35:43.686Z | Downloaded http v1.1.0 |
712 | 2024-08-22T02:35:43.693Z | Downloaded slog-scope v4.4.0 |
713 | 2024-08-22T02:35:43.693Z | Downloaded hickory-resolver v0.24.1 |
714 | 2024-08-22T02:35:43.695Z | Downloaded slog-bunyan v2.5.0 |
715 | 2024-08-22T02:35:43.698Z | Downloaded enum-as-inner v0.6.0 |
716 | 2024-08-22T02:35:43.701Z | Downloaded serde_derive_internals v0.29.1 |
717 | 2024-08-22T02:35:43.701Z | Downloaded tinyvec v1.6.0 |
718 | 2024-08-22T02:35:43.703Z | Downloaded ena v0.14.3 |
719 | 2024-08-22T02:35:43.706Z | Downloaded sec1 v0.7.3 |
720 | 2024-08-22T02:35:43.708Z | Downloaded rustls-pki-types v1.7.0 |
721 | 2024-08-22T02:35:43.711Z | Downloaded radium v0.7.0 |
722 | 2024-08-22T02:35:43.711Z | Downloaded socket2 v0.5.7 |
723 | 2024-08-22T02:35:43.714Z | Downloaded prettyplease v0.2.20 |
724 | 2024-08-22T02:35:43.716Z | Downloaded hmac v0.12.1 |
725 | 2024-08-22T02:35:43.719Z | Downloaded ppv-lite86 v0.2.17 |
726 | 2024-08-22T02:35:43.722Z | Downloaded crossterm v0.27.0 |
727 | 2024-08-22T02:35:43.727Z | Downloaded sct v0.7.1 |
728 | 2024-08-22T02:35:43.731Z | Downloaded slog-stdlog v4.1.1 |
729 | 2024-08-22T02:35:43.734Z | Downloaded schemars_derive v0.8.21 |
730 | 2024-08-22T02:35:43.734Z | Downloaded fallible-iterator v0.3.0 |
731 | 2024-08-22T02:35:43.737Z | Downloaded pkcs8 v0.10.2 |
732 | 2024-08-22T02:35:43.741Z | Downloaded serde_arrays v0.1.0 |
733 | 2024-08-22T02:35:43.743Z | Downloaded futures-executor v0.3.30 |
734 | 2024-08-22T02:35:43.743Z | Downloaded rusty-fork v0.3.0 |
735 | 2024-08-22T02:35:43.743Z | Downloaded embedded-io v0.4.0 |
736 | 2024-08-22T02:35:43.746Z | Downloaded ref-cast-impl v1.0.23 |
737 | 2024-08-22T02:35:43.749Z | Downloaded untrusted v0.7.1 |
738 | 2024-08-22T02:35:43.749Z | Downloaded publicsuffix v2.2.3 |
739 | 2024-08-22T02:35:43.752Z | Downloaded smawk v0.3.2 |
740 | 2024-08-22T02:35:43.755Z | Downloaded spki v0.7.3 |
741 | 2024-08-22T02:35:43.755Z | Downloaded ref-cast v1.0.23 |
742 | 2024-08-22T02:35:43.757Z | Downloaded sqlformat v0.2.4 |
743 | 2024-08-22T02:35:43.760Z | Downloaded smf v0.2.3 |
744 | 2024-08-22T02:35:43.762Z | Downloaded parking_lot_core v0.9.10 |
745 | 2024-08-22T02:35:43.766Z | Downloaded itertools v0.13.0 |
746 | 2024-08-22T02:35:43.771Z | Downloaded tokio-tungstenite v0.21.0 |
747 | 2024-08-22T02:35:43.773Z | Downloaded foreign-types v0.5.0 |
748 | 2024-08-22T02:35:43.777Z | Downloaded group v0.13.0 |
749 | 2024-08-22T02:35:43.781Z | Downloaded flate2 v1.0.31 |
750 | 2024-08-22T02:35:43.784Z | Downloaded parking_lot v0.12.2 |
751 | 2024-08-22T02:35:43.787Z | Downloaded globset v0.4.14 |
752 | 2024-08-22T02:35:43.787Z | Downloaded untrusted v0.9.0 |
753 | 2024-08-22T02:35:43.789Z | Downloaded similar v2.6.0 |
754 | 2024-08-22T02:35:43.794Z | Downloaded unicode-linebreak v0.1.5 |
755 | 2024-08-22T02:35:43.796Z | Downloaded precomputed-hash v0.1.1 |
756 | 2024-08-22T02:35:43.796Z | Downloaded phf_shared v0.11.2 |
757 | 2024-08-22T02:35:43.799Z | Downloaded pin-utils v0.1.0 |
758 | 2024-08-22T02:35:43.799Z | Downloaded x509-cert v0.2.5 |
759 | 2024-08-22T02:35:43.805Z | Downloaded typed-path v0.7.1 |
760 | 2024-08-22T02:35:43.810Z | Downloaded glob v0.3.1 |
761 | 2024-08-22T02:35:43.813Z | Downloaded r2d2 v0.8.10 |
762 | 2024-08-22T02:35:43.815Z | Downloaded predicates v3.1.2 |
763 | 2024-08-22T02:35:43.818Z | Downloaded string_cache v0.8.7 |
764 | 2024-08-22T02:35:43.818Z | Downloaded spin v0.9.8 |
765 | 2024-08-22T02:35:43.821Z | Downloaded rcgen v0.12.1 |
766 | 2024-08-22T02:35:43.824Z | Downloaded rand v0.8.5 |
767 | 2024-08-22T02:35:43.827Z | Downloaded futures-channel v0.3.30 |
768 | 2024-08-22T02:35:43.830Z | Downloaded slog-term v2.9.1 |
769 | 2024-08-22T02:35:43.832Z | Downloaded tungstenite v0.20.1 |
770 | 2024-08-22T02:35:43.836Z | Downloaded static_assertions v1.1.0 |
771 | 2024-08-22T02:35:43.838Z | Downloaded unicode-truncate v1.0.0 |
772 | 2024-08-22T02:35:43.841Z | Downloaded futures-util v0.3.30 |
773 | 2024-08-22T02:35:43.852Z | Downloaded pkcs1 v0.7.5 |
774 | 2024-08-22T02:35:43.854Z | Downloaded futures-core v0.3.30 |
775 | 2024-08-22T02:35:43.857Z | Downloaded tiny-keccak v2.0.2 |
776 | 2024-08-22T02:35:43.859Z | Downloaded headers v0.3.9 |
777 | 2024-08-22T02:35:43.864Z | Downloaded fallible-iterator v0.2.0 |
778 | 2024-08-22T02:35:43.866Z | Downloaded snafu v0.8.2 |
779 | 2024-08-22T02:35:43.872Z | Downloaded rustyline v14.0.0 |
780 | 2024-08-22T02:35:43.878Z | Downloaded futures v0.3.30 |
781 | 2024-08-22T02:35:43.883Z | Downloaded parking_lot v0.11.2 |
782 | 2024-08-22T02:35:43.886Z | Downloaded rayon v1.10.0 |
783 | 2024-08-22T02:35:43.896Z | Downloaded steno v0.4.1 |
784 | 2024-08-22T02:35:43.900Z | Downloaded http v0.2.12 |
785 | 2024-08-22T02:35:43.903Z | Downloaded half v2.4.1 |
786 | 2024-08-22T02:35:43.906Z | Downloaded winnow v0.5.40 |
787 | 2024-08-22T02:35:43.914Z | Downloaded time v0.3.36 |
788 | 2024-08-22T02:35:43.921Z | Downloaded unicode-bidi v0.3.15 |
789 | 2024-08-22T02:35:43.924Z | Downloaded test-strategy v0.3.1 |
790 | 2024-08-22T02:35:43.928Z | Downloaded tracing v0.1.40 |
791 | 2024-08-22T02:35:43.933Z | Downloaded zip v0.6.6 |
792 | 2024-08-22T02:35:43.938Z | Downloaded object v0.32.2 |
793 | 2024-08-22T02:35:43.949Z | Downloaded url v2.5.2 |
794 | 2024-08-22T02:35:43.953Z | Downloaded textwrap v0.16.1 |
795 | 2024-08-22T02:35:43.956Z | Downloaded smallvec v1.13.2 |
796 | 2024-08-22T02:35:43.959Z | Downloaded elliptic-curve v0.13.8 |
797 | 2024-08-22T02:35:43.962Z | Downloaded rayon-core v1.12.1 |
798 | 2024-08-22T02:35:43.967Z | Downloaded unicode-segmentation v1.11.0 |
799 | 2024-08-22T02:35:43.971Z | Downloaded idna v0.5.0 |
800 | 2024-08-22T02:35:43.979Z | Downloaded nix v0.27.1 |
801 | 2024-08-22T02:35:43.990Z | Downloaded expectorate v1.1.0 |
802 | 2024-08-22T02:35:43.992Z | Downloaded rsa v0.9.6 |
803 | 2024-08-22T02:35:43.997Z | Downloaded lalrpop v0.19.12 |
804 | 2024-08-22T02:35:44.009Z | Downloaded postcard v1.0.8 |
805 | 2024-08-22T02:35:44.012Z | Downloaded unicode-normalization v0.1.23 |
806 | 2024-08-22T02:35:44.016Z | Downloaded serde_with v3.9.0 |
807 | 2024-08-22T02:35:44.025Z | Downloaded object v0.30.4 |
808 | 2024-08-22T02:35:44.036Z | Downloaded pkcs5 v0.7.1 |
809 | 2024-08-22T02:35:44.040Z | Downloaded rusqlite v0.31.0 |
810 | 2024-08-22T02:35:44.047Z | Downloaded idna v0.4.0 |
811 | 2024-08-22T02:35:44.054Z | Downloaded rustls-webpki v0.102.4 |
812 | 2024-08-22T02:35:44.073Z | Downloaded openssl v0.10.66 |
813 | 2024-08-22T02:35:44.082Z | Downloaded tough v0.17.1 |
814 | 2024-08-22T02:35:44.091Z | Downloaded openapiv3 v2.0.0 |
815 | 2024-08-22T02:35:44.102Z | Downloaded proptest v1.5.0 |
816 | 2024-08-22T02:35:44.111Z | Downloaded webpki-roots v0.25.4 |
817 | 2024-08-22T02:35:44.115Z | Downloaded chrono v0.4.38 |
818 | 2024-08-22T02:35:44.122Z | Downloaded reedline v0.33.0 |
819 | 2024-08-22T02:35:44.130Z | Downloaded git2 v0.19.0 |
820 | 2024-08-22T02:35:44.139Z | Downloaded hkdf v0.12.4 |
821 | 2024-08-22T02:35:44.141Z | Downloaded rustls-webpki v0.101.7 |
822 | 2024-08-22T02:35:44.155Z | Downloaded radix_trie v0.2.1 |
823 | 2024-08-22T02:35:44.159Z | Downloaded reqwest v0.11.27 |
824 | 2024-08-22T02:35:44.167Z | Downloaded h2 v0.3.26 |
825 | 2024-08-22T02:35:44.173Z | Downloaded regex-syntax v0.6.29 |
826 | 2024-08-22T02:35:44.180Z | Downloaded smoltcp v0.11.0 |
827 | 2024-08-22T02:35:44.193Z | Downloaded regex-syntax v0.8.4 |
828 | 2024-08-22T02:35:44.201Z | Downloaded hickory-proto v0.24.1 |
829 | 2024-08-22T02:35:44.215Z | Downloaded curve25519-dalek v4.1.3 |
830 | 2024-08-22T02:35:44.224Z | Downloaded diesel v2.2.2 |
831 | 2024-08-22T02:35:44.243Z | Downloaded regex v1.10.6 |
832 | 2024-08-22T02:35:44.255Z | Downloaded polar-core v0.27.3 |
833 | 2024-08-22T02:35:44.264Z | Downloaded gimli v0.28.1 |
834 | 2024-08-22T02:35:44.271Z | Downloaded rustls v0.22.4 |
835 | 2024-08-22T02:35:44.284Z | Downloaded rustls v0.21.12 |
836 | 2024-08-22T02:35:44.295Z | Downloaded smoltcp v0.9.1 |
837 | 2024-08-22T02:35:44.306Z | Downloaded regress v0.9.1 |
838 | 2024-08-22T02:35:44.314Z | Downloaded ratatui v0.28.0 |
839 | 2024-08-22T02:35:44.334Z | Downloaded bstr v1.9.1 |
840 | 2024-08-22T02:35:44.344Z | Downloaded nix v0.28.0 |
841 | 2024-08-22T02:35:44.356Z | Downloaded sled v0.34.7 |
842 | 2024-08-22T02:35:44.366Z | Downloaded zerocopy-derive v0.6.6 |
843 | 2024-08-22T02:35:44.375Z | Downloaded bitvec v1.0.1 |
844 | 2024-08-22T02:35:44.390Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
845 | 2024-08-22T02:35:44.405Z | Downloaded regex-automata v0.4.6 |
846 | 2024-08-22T02:35:44.423Z | Downloaded vcpkg v0.2.15 |
847 | 2024-08-22T02:35:44.462Z | Downloaded petgraph v0.6.5 |
848 | 2024-08-22T02:35:44.481Z | Downloaded finl_unicode v1.2.0 |
849 | 2024-08-22T02:35:44.496Z | Downloaded csv v1.3.0 |
850 | 2024-08-22T02:35:44.517Z | Downloaded tokio v1.38.1 |
851 | 2024-08-22T02:35:44.555Z | Downloaded sha3 v0.10.8 |
852 | 2024-08-22T02:35:44.559Z | Downloaded sqlparser v0.45.0 |
853 | 2024-08-22T02:35:44.566Z | Downloaded quick-xml v0.31.0 |
854 | 2024-08-22T02:35:44.573Z | Downloaded tokio-util v0.7.11 |
855 | 2024-08-22T02:35:44.578Z | Downloaded portable-atomic v1.6.0 |
856 | 2024-08-22T02:35:44.584Z | Downloaded hashbrown v0.12.3 |
857 | 2024-08-22T02:35:44.589Z | Downloaded bindgen v0.69.4 |
858 | 2024-08-22T02:35:44.598Z | Downloaded idna v0.3.0 |
859 | 2024-08-22T02:35:44.605Z | Downloaded aho-corasick v1.1.3 |
860 | 2024-08-22T02:35:44.612Z | Downloaded rustc-demangle v0.1.24 |
861 | 2024-08-22T02:35:44.614Z | Downloaded tracing-core v0.1.32 |
862 | 2024-08-22T02:35:44.617Z | Downloaded funty v2.0.0 |
863 | 2024-08-22T02:35:44.620Z | Downloaded crossterm v0.28.1 |
864 | 2024-08-22T02:35:44.624Z | Downloaded diesel_derives v2.2.2 |
865 | 2024-08-22T02:35:44.628Z | Downloaded oso v0.27.3 |
866 | 2024-08-22T02:35:44.633Z | Downloaded rustls-pemfile v2.1.3 |
867 | 2024-08-22T02:35:44.636Z | Downloaded openssl-sys v0.9.103 |
868 | 2024-08-22T02:35:44.640Z | Downloaded thiserror-impl-no-std v2.0.2 |
869 | 2024-08-22T02:35:44.643Z | Downloaded pin-project-lite v0.2.14 |
870 | 2024-08-22T02:35:44.647Z | Downloaded structmeta v0.3.0 |
871 | 2024-08-22T02:35:44.650Z | Downloaded structmeta v0.2.0 |
872 | 2024-08-22T02:35:44.650Z | Downloaded strip-ansi-escapes v0.2.0 |
873 | 2024-08-22T02:35:44.652Z | Downloaded unicode-xid v0.2.4 |
874 | 2024-08-22T02:35:44.652Z | Downloaded rand_core v0.6.4 |
875 | 2024-08-22T02:35:44.658Z | Downloaded hashbrown v0.13.2 |
876 | 2024-08-22T02:35:44.662Z | Downloaded blake3 v1.5.1 |
877 | 2024-08-22T02:35:44.666Z | Downloaded encoding_rs v0.8.34 |
878 | 2024-08-22T02:35:44.689Z | Downloaded derive-where v1.2.7 |
879 | 2024-08-22T02:35:44.693Z | Downloaded hashlink v0.9.1 |
880 | 2024-08-22T02:35:44.695Z | Downloaded tokio-postgres v0.7.11 |
881 | 2024-08-22T02:35:44.700Z | Downloaded packed_struct_codegen v0.10.1 |
882 | 2024-08-22T02:35:44.702Z | Downloaded unsafe-libyaml v0.2.11 |
883 | 2024-08-22T02:35:44.705Z | Downloaded pkg-config v0.3.30 |
884 | 2024-08-22T02:35:44.707Z | Downloaded base64 v0.21.7 |
885 | 2024-08-22T02:35:44.710Z | Downloaded rustc-hash v1.1.0 |
886 | 2024-08-22T02:35:44.713Z | Downloaded aes v0.8.4 |
887 | 2024-08-22T02:35:44.716Z | Downloaded yasna v0.5.2 |
888 | 2024-08-22T02:35:44.718Z | Downloaded fallible-streaming-iterator v0.1.9 |
889 | 2024-08-22T02:35:44.719Z | Downloaded ff v0.13.0 |
890 | 2024-08-22T02:35:44.721Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
891 | 2024-08-22T02:35:44.778Z | Downloaded walkdir v2.5.0 |
892 | 2024-08-22T02:35:44.780Z | Downloaded libxml v0.3.3 |
893 | 2024-08-22T02:35:44.785Z | Downloaded either v1.13.0 |
894 | 2024-08-22T02:35:44.788Z | Downloaded zeroize v1.7.0 |
895 | 2024-08-22T02:35:44.790Z | Downloaded tokio-rustls v0.24.1 |
896 | 2024-08-22T02:35:44.794Z | Downloaded signature v2.2.0 |
897 | 2024-08-22T02:35:44.794Z | Downloaded snafu-derive v0.8.2 |
898 | 2024-08-22T02:35:44.797Z | Downloaded slog v2.7.0 |
899 | 2024-08-22T02:35:44.797Z | Downloaded hickory-server v0.24.1 |
900 | 2024-08-22T02:35:44.802Z | Downloaded heapless v0.7.17 |
901 | 2024-08-22T02:35:44.806Z | Downloaded http-body v0.4.6 |
902 | 2024-08-22T02:35:44.809Z | Downloaded fatfs v0.3.6 |
903 | 2024-08-22T02:35:44.812Z | Downloaded env_logger v0.10.2 |
904 | 2024-08-22T02:35:44.814Z | Downloaded ron v0.8.1 |
905 | 2024-08-22T02:35:44.821Z | Downloaded samael v0.0.15 |
906 | 2024-08-22T02:35:44.825Z | Downloaded term v0.7.0 |
907 | 2024-08-22T02:35:44.828Z | Downloaded derive_more v0.99.18 |
908 | 2024-08-22T02:35:44.834Z | Downloaded tracing-attributes v0.1.27 |
909 | 2024-08-22T02:35:44.836Z | Downloaded pin-project v1.1.5 |
910 | 2024-08-22T02:35:44.848Z | Downloaded tar v0.4.41 |
911 | 2024-08-22T02:35:44.850Z | Downloaded itertools v0.10.5 |
912 | 2024-08-22T02:35:44.856Z | Downloaded signal-hook v0.3.17 |
913 | 2024-08-22T02:35:44.860Z | Downloaded cc v1.0.97 |
914 | 2024-08-22T02:35:44.863Z | Downloaded hickory-client v0.24.1 |
915 | 2024-08-22T02:35:44.866Z | Downloaded which v4.4.2 |
916 | 2024-08-22T02:35:44.868Z | Downloaded futures-io v0.3.30 |
917 | 2024-08-22T02:35:44.871Z | Downloaded zone v0.1.8 |
918 | 2024-08-22T02:35:44.871Z | Downloaded pem-rfc7468 v0.7.0 |
919 | 2024-08-22T02:35:44.873Z | Downloaded base64 v0.22.1 |
920 | 2024-08-22T02:35:44.876Z | Downloaded derive_builder v0.20.0 |
921 | 2024-08-22T02:35:44.880Z | Downloaded structmeta-derive v0.2.0 |
922 | 2024-08-22T02:35:44.882Z | Downloaded salsa20 v0.10.2 |
923 | 2024-08-22T02:35:44.883Z | Downloaded pem v3.0.4 |
924 | 2024-08-22T02:35:45.888Z | Downloaded tokio-native-tls v0.3.1 |
925 | 2024-08-22T02:35:45.892Z | Downloaded serde_yaml v0.9.34+deprecated |
926 | 2024-08-22T02:35:45.892Z | Downloaded schemars v0.8.21 |
927 | 2024-08-22T02:35:45.892Z | Downloaded vergen v8.3.2 |
928 | 2024-08-22T02:35:45.892Z | Downloaded peg v0.8.4 |
929 | 2024-08-22T02:35:45.892Z | Downloaded rustfmt-wrapper v0.2.1 |
930 | 2024-08-22T02:35:45.892Z | Downloaded minimal-lexical v0.2.1 |
931 | 2024-08-22T02:35:45.892Z | Downloaded psl-types v2.0.11 |
932 | 2024-08-22T02:35:45.892Z | Downloaded dsl_auto_type v0.1.2 |
933 | 2024-08-22T02:35:45.892Z | Downloaded zone_cfg_derive v0.1.2 |
934 | 2024-08-22T02:35:45.892Z | Downloaded darling v0.20.9 |
935 | 2024-08-22T02:35:45.892Z | Downloaded xattr v1.3.1 |
936 | 2024-08-22T02:35:45.892Z | Downloaded tokio-macros v2.3.0 |
937 | 2024-08-22T02:35:45.892Z | Downloaded stringprep v0.1.4 |
938 | 2024-08-22T02:35:45.892Z | Downloaded pin-project-internal v1.1.5 |
939 | 2024-08-22T02:35:45.892Z | Downloaded cookie_store v0.20.0 |
940 | 2024-08-22T02:35:45.892Z | Downloaded rtoolbox v0.0.2 |
941 | 2024-08-22T02:35:45.892Z | Downloaded quick-error v1.2.3 |
942 | 2024-08-22T02:35:45.892Z | Downloaded unicase v2.7.0 |
943 | 2024-08-22T02:35:45.892Z | Downloaded slog-dtrace v0.3.0 |
944 | 2024-08-22T02:35:45.892Z | Downloaded serde_urlencoded v0.7.1 |
945 | 2024-08-22T02:35:45.892Z | Downloaded secrecy v0.8.0 |
946 | 2024-08-22T02:35:45.892Z | Downloaded rustls-pemfile v1.0.4 |
947 | 2024-08-22T02:35:45.892Z | Downloaded der_derive v0.7.2 |
948 | 2024-08-22T02:35:45.892Z | Downloaded gethostname v0.5.0 |
949 | 2024-08-22T02:35:45.892Z | Downloaded subprocess v0.2.9 |
950 | 2024-08-22T02:35:45.892Z | Downloaded mockall_derive v0.13.0 |
951 | 2024-08-22T02:35:45.892Z | Downloaded spin v0.5.2 |
952 | 2024-08-22T02:35:45.892Z | Downloaded strum_macros v0.24.3 |
953 | 2024-08-22T02:35:45.892Z | Downloaded pretty-hex v0.2.1 |
954 | 2024-08-22T02:35:45.892Z | Downloaded vte v0.11.1 |
955 | 2024-08-22T02:35:45.892Z | Downloaded arc-swap v1.7.1 |
956 | 2024-08-22T02:35:45.892Z | Downloaded allocator-api2 v0.2.18 |
957 | 2024-08-22T02:35:45.892Z | Downloaded nu-ansi-term v0.50.0 |
958 | 2024-08-22T02:35:45.892Z | Downloaded multer v3.1.0 |
959 | 2024-08-22T02:35:45.892Z | Downloaded subtle v2.5.0 |
960 | 2024-08-22T02:35:45.892Z | Downloaded structmeta-derive v0.3.0 |
961 | 2024-08-22T02:35:45.893Z | Downloaded libloading v0.8.3 |
962 | 2024-08-22T02:35:45.893Z | Downloaded debug-ignore v1.0.5 |
963 | 2024-08-22T02:35:45.893Z | Downloaded cookie v0.18.1 |
964 | 2024-08-22T02:35:45.893Z | Downloaded memmap2 v0.9.4 |
965 | 2024-08-22T02:35:45.893Z | Downloaded hex v0.4.3 |
966 | 2024-08-22T02:35:45.893Z | Downloaded hyper-rustls v0.24.2 |
967 | 2024-08-22T02:35:45.893Z | Downloaded dirs-next v2.0.0 |
968 | 2024-08-22T02:35:45.893Z | Downloaded wait-timeout v0.2.0 |
969 | 2024-08-22T02:35:45.893Z | Downloaded universal-hash v0.5.1 |
970 | 2024-08-22T02:35:45.893Z | Downloaded hyper v0.14.30 |
971 | 2024-08-22T02:35:45.893Z | Downloaded block-padding v0.3.3 |
972 | 2024-08-22T02:35:45.893Z | Downloaded base16ct v0.2.0 |
973 | 2024-08-22T02:35:45.893Z | Downloaded cipher v0.4.4 |
974 | 2024-08-22T02:35:45.893Z | Downloaded bit-vec v0.6.3 |
975 | 2024-08-22T02:35:45.893Z | Downloaded libefi-sys v0.1.0 |
976 | 2024-08-22T02:35:45.893Z | Downloaded maybe-uninit v2.0.0 |
977 | 2024-08-22T02:35:45.893Z | Downloaded serde-big-array v0.5.1 |
978 | 2024-08-22T02:35:45.893Z | Downloaded nanorand v0.7.0 |
979 | 2024-08-22T02:35:45.893Z | Downloaded libz-sys v1.1.16 |
980 | 2024-08-22T02:35:45.893Z | Downloaded keccak v0.1.5 |
981 | 2024-08-22T02:35:45.893Z | Downloaded base64 v0.13.1 |
982 | 2024-08-22T02:35:45.893Z | Downloaded lazy_static v1.5.0 |
983 | 2024-08-22T02:35:45.893Z | Downloaded base64ct v1.6.0 |
984 | 2024-08-22T02:35:45.893Z | Downloaded atomic-waker v1.1.2 |
985 | 2024-08-22T02:35:45.893Z | Downloaded openssl-probe v0.1.5 |
986 | 2024-08-22T02:35:45.893Z | Downloaded managed v0.8.0 |
987 | 2024-08-22T02:35:45.893Z | Downloaded instability v0.3.2 |
988 | 2024-08-22T02:35:45.893Z | Downloaded impl-trait-for-tuples v0.2.2 |
989 | 2024-08-22T02:35:45.893Z | Downloaded ipnetwork v0.20.0 |
990 | 2024-08-22T02:35:45.893Z | Downloaded indent_write v2.2.0 |
991 | 2024-08-22T02:35:45.893Z | Downloaded cstr-argument v0.1.2 |
992 | 2024-08-22T02:35:45.893Z | Downloaded linear-map v1.2.0 |
993 | 2024-08-22T02:35:45.893Z | Downloaded jobserver v0.1.32 |
994 | 2024-08-22T02:35:45.893Z | Downloaded defmt-macros v0.3.9 |
995 | 2024-08-22T02:35:45.893Z | Downloaded nodrop v0.1.14 |
996 | 2024-08-22T02:35:45.893Z | Downloaded multimap v0.10.0 |
997 | 2024-08-22T02:35:45.893Z | Downloaded inout v0.1.3 |
998 | 2024-08-22T02:35:45.893Z | Downloaded bitflags v1.3.2 |
999 | 2024-08-22T02:35:45.893Z | Downloaded bit-set v0.5.3 |
1000 | 2024-08-22T02:35:45.893Z | Downloaded async-stream v0.3.5 |
1001 | 2024-08-22T02:35:45.894Z | Downloaded lalrpop-util v0.19.12 |
1002 | 2024-08-22T02:35:45.894Z | Downloaded hyper-tls v0.5.0 |
1003 | 2024-08-22T02:35:45.894Z | Downloaded libsw v3.3.1 |
1004 | 2024-08-22T02:35:45.894Z | Downloaded crc v3.2.1 |
1005 | 2024-08-22T02:35:45.894Z | Downloaded libsqlite3-sys v0.28.0 |
1006 | 2024-08-22T02:35:45.894Z | Downloaded convert_case v0.4.0 |
1007 | 2024-08-22T02:35:45.894Z | Downloaded ring v0.17.8 |
1008 | 2024-08-22T02:35:45.894Z | Downloaded bb8 v0.8.5 |
1009 | 2024-08-22T02:35:45.894Z | Downloaded match_cfg v0.1.0 |
1010 | 2024-08-22T02:35:45.894Z | Downloaded lazycell v1.3.0 |
1011 | 2024-08-22T02:35:45.894Z | Downloaded is_ci v1.2.0 |
1012 | 2024-08-22T02:35:45.894Z | Downloaded ring v0.16.20 |
1013 | 2024-08-22T02:35:45.894Z | Compiling cfg-if v1.0.0 |
1014 | 2024-08-22T02:35:45.894Z | Compiling serde v1.0.208 |
1015 | 2024-08-22T02:35:45.894Z | Compiling typenum v1.17.0 |
1016 | 2024-08-22T02:35:45.894Z | Compiling lock_api v0.4.12 |
1017 | 2024-08-22T02:35:45.894Z | Compiling generic-array v0.14.7 |
1018 | 2024-08-22T02:35:45.894Z | Compiling syn v2.0.74 |
1019 | 2024-08-22T02:35:45.894Z | Compiling scopeguard v1.2.0 |
1020 | 2024-08-22T02:35:45.894Z | Compiling log v0.4.21 |
1021 | 2024-08-22T02:35:45.894Z | Compiling getrandom v0.2.14 |
1022 | 2024-08-22T02:35:45.894Z | Compiling jobserver v0.1.32 |
1023 | 2024-08-22T02:35:45.961Z | Compiling rand_core v0.6.4 |
1024 | 2024-08-22T02:35:46.107Z | Compiling subtle v2.5.0 |
1025 | 2024-08-22T02:35:46.157Z | Compiling cc v1.0.97 |
1026 | 2024-08-22T02:35:46.203Z | Compiling const-oid v0.9.6 |
1027 | 2024-08-22T02:35:46.441Z | Compiling pin-project-lite v0.2.14 |
1028 | 2024-08-22T02:35:46.501Z | Compiling smallvec v1.13.2 |
1029 | 2024-08-22T02:35:46.539Z | Compiling parking_lot_core v0.9.10 |
1030 | 2024-08-22T02:35:46.564Z | Compiling signal-hook-registry v1.4.2 |
1031 | 2024-08-22T02:35:46.755Z | Compiling spin v0.9.8 |
1032 | 2024-08-22T02:35:46.891Z | Compiling mio v0.8.11 |
1033 | 2024-08-22T02:35:47.119Z | Compiling ahash v0.8.11 |
1034 | 2024-08-22T02:35:47.300Z | Compiling tinyvec_macros v0.1.1 |
1035 | 2024-08-22T02:35:47.384Z | Compiling parking_lot v0.12.2 |
1036 | 2024-08-22T02:35:47.528Z | Compiling tinyvec v1.6.0 |
1037 | 2024-08-22T02:35:47.684Z | Compiling num_cpus v1.16.0 |
1038 | 2024-08-22T02:35:47.811Z | Compiling socket2 v0.5.7 |
1039 | 2024-08-22T02:35:48.134Z | Compiling futures-core v0.3.30 |
1040 | 2024-08-22T02:35:48.188Z | Compiling libm v0.2.8 |
1041 | 2024-08-22T02:35:48.217Z | Compiling serde_json v1.0.125 |
1042 | 2024-08-22T02:35:48.303Z | Compiling cpufeatures v0.2.12 |
1043 | 2024-08-22T02:35:48.355Z | Compiling num-traits v0.2.19 |
1044 | 2024-08-22T02:35:48.403Z | Compiling slab v0.4.9 |
1045 | 2024-08-22T02:35:48.656Z | Compiling allocator-api2 v0.2.18 |
1046 | 2024-08-22T02:35:48.700Z | Compiling futures-sink v0.3.30 |
1047 | 2024-08-22T02:35:48.761Z | Compiling unicode-bidi v0.3.15 |
1048 | 2024-08-22T02:35:49.063Z | Compiling unicode-normalization v0.1.23 |
1049 | 2024-08-22T02:35:49.122Z | Compiling futures-channel v0.3.30 |
1050 | 2024-08-22T02:35:49.237Z | Compiling vcpkg v0.2.15 |
1051 | 2024-08-22T02:35:49.500Z | Compiling pin-utils v0.1.0 |
1052 | 2024-08-22T02:35:49.561Z | Compiling futures-task v0.3.30 |
1053 | 2024-08-22T02:35:49.597Z | Compiling futures-io v0.3.30 |
1054 | 2024-08-22T02:35:49.863Z | Compiling pkg-config v0.3.30 |
1055 | 2024-08-22T02:35:50.247Z | Compiling base64ct v1.6.0 |
1056 | 2024-08-22T02:35:50.306Z | Compiling ring v0.17.8 |
1057 | 2024-08-22T02:35:50.370Z | Compiling ppv-lite86 v0.2.17 |
1058 | 2024-08-22T02:35:50.390Z | Compiling flagset v0.4.5 |
1059 | 2024-08-22T02:35:50.599Z | Compiling percent-encoding v2.3.1 |
1060 | 2024-08-22T02:35:50.855Z | Compiling pem-rfc7468 v0.7.0 |
1061 | 2024-08-22T02:35:50.995Z | Compiling tracing-core v0.1.32 |
1062 | 2024-08-22T02:35:51.183Z | Compiling rand_chacha v0.3.1 |
1063 | 2024-08-22T02:35:51.520Z | Compiling rustix v0.38.34 |
1064 | 2024-08-22T02:35:51.577Z | Compiling openssl-sys v0.9.103 |
1065 | 2024-08-22T02:35:51.610Z | Compiling untrusted v0.9.0 |
1066 | 2024-08-22T02:35:51.795Z | Compiling rand v0.8.5 |
1067 | 2024-08-22T02:35:52.178Z | Compiling httparse v1.8.0 |
1068 | 2024-08-22T02:35:52.407Z | Compiling foreign-types-shared v0.1.1 |
1069 | 2024-08-22T02:35:52.453Z | Compiling rustversion v1.0.17 |
1070 | 2024-08-22T02:35:52.497Z | Compiling powerfmt v0.2.0 |
1071 | 2024-08-22T02:35:52.586Z | Compiling time-core v0.1.2 |
1072 | 2024-08-22T02:35:52.735Z | Compiling openssl v0.10.66 |
1073 | 2024-08-22T02:35:52.784Z | Compiling num-conv v0.1.0 |
1074 | 2024-08-22T02:35:53.072Z | Compiling time-macros v0.2.18 |
1075 | 2024-08-22T02:35:53.172Z | Compiling deranged v0.3.11 |
1076 | 2024-08-22T02:35:53.238Z | Compiling foreign-types v0.3.2 |
1077 | 2024-08-22T02:35:53.327Z | Compiling form_urlencoded v1.2.1 |
1078 | 2024-08-22T02:35:53.362Z | Compiling aho-corasick v1.1.3 |
1079 | 2024-08-22T02:35:53.666Z | Compiling regex-syntax v0.8.4 |
1080 | 2024-08-22T02:35:53.706Z | Compiling num_threads v0.1.7 |
1081 | 2024-08-22T02:35:53.827Z | Compiling rustls v0.21.12 |
1082 | 2024-08-22T02:35:54.100Z | Compiling siphasher v0.3.11 |
1083 | 2024-08-22T02:35:54.257Z | Compiling crossbeam-utils v0.8.19 |
1084 | 2024-08-22T02:35:54.481Z | Compiling native-tls v0.2.11 |
1085 | 2024-08-22T02:35:54.825Z | Compiling try-lock v0.2.5 |
1086 | 2024-08-22T02:35:54.892Z | Compiling syn v1.0.109 |
1087 | 2024-08-22T02:35:54.953Z | Compiling want v0.3.1 |
1088 | 2024-08-22T02:35:55.581Z | Compiling idna v0.5.0 |
1089 | 2024-08-22T02:35:55.734Z | Compiling socket2 v0.4.10 |
1090 | 2024-08-22T02:35:56.305Z | Compiling time v0.3.36 |
1091 | 2024-08-22T02:35:56.575Z | Compiling cookie v0.17.0 |
1092 | 2024-08-22T02:35:56.594Z | Compiling finl_unicode v1.2.0 |
1093 | 2024-08-22T02:35:56.835Z | Compiling slog v2.7.0 |
1094 | 2024-08-22T02:35:57.055Z | Compiling regex-automata v0.4.6 |
1095 | 2024-08-22T02:35:57.188Z | Compiling tower-service v0.3.2 |
1096 | 2024-08-22T02:35:57.339Z | Compiling httpdate v1.0.3 |
1097 | 2024-08-22T02:35:57.361Z | Compiling openssl-probe v0.1.5 |
1098 | 2024-08-22T02:35:57.700Z | Compiling iana-time-zone v0.1.60 |
1099 | 2024-08-22T02:35:57.776Z | Compiling adler v1.0.2 |
1100 | 2024-08-22T02:35:58.001Z | Compiling miniz_oxide v0.7.2 |
1101 | 2024-08-22T02:35:58.235Z | Compiling stringprep v0.1.4 |
1102 | 2024-08-22T02:35:58.790Z | Compiling url v2.5.2 |
1103 | 2024-08-22T02:35:59.507Z | Compiling rustls-webpki v0.101.7 |
1104 | 2024-08-22T02:35:59.589Z | Compiling sct v0.7.1 |
1105 | 2024-08-22T02:36:00.182Z | Compiling serde_derive v1.0.208 |
1106 | 2024-08-22T02:36:00.660Z | Compiling zeroize_derive v1.4.2 |
1107 | 2024-08-22T02:36:01.117Z | Compiling zerocopy-derive v0.7.34 |
1108 | 2024-08-22T02:36:01.400Z | Compiling tokio-macros v2.3.0 |
1109 | 2024-08-22T02:36:01.428Z | Compiling thiserror-impl v1.0.63 |
1110 | 2024-08-22T02:36:01.612Z | Compiling futures-macro v0.3.30 |
1111 | 2024-08-22T02:36:02.303Z | Compiling zeroize v1.7.0 |
1112 | 2024-08-22T02:36:03.031Z | Compiling der_derive v0.7.2 |
1113 | 2024-08-22T02:36:03.425Z | Compiling zerocopy v0.7.34 |
1114 | 2024-08-22T02:36:03.653Z | Compiling futures-util v0.3.30 |
1115 | 2024-08-22T02:36:04.070Z | Compiling crypto-common v0.1.6 |
1116 | 2024-08-22T02:36:04.314Z | Compiling block-buffer v0.10.4 |
1117 | 2024-08-22T02:36:04.584Z | Compiling digest v0.10.7 |
1118 | 2024-08-22T02:36:04.782Z | Compiling block-padding v0.3.3 |
1119 | 2024-08-22T02:36:05.034Z | Compiling hmac v0.12.1 |
1120 | 2024-08-22T02:36:05.100Z | Compiling inout v0.1.3 |
1121 | 2024-08-22T02:36:05.277Z | Compiling thiserror v1.0.63 |
1122 | 2024-08-22T02:36:05.373Z | Compiling cipher v0.4.4 |
1123 | 2024-08-22T02:36:05.413Z | Compiling sha2 v0.10.8 |
1124 | 2024-08-22T02:36:05.615Z | Compiling hashbrown v0.14.5 |
1125 | 2024-08-22T02:36:05.655Z | Compiling pest v2.7.10 |
1126 | 2024-08-22T02:36:05.866Z | Compiling salsa20 v0.10.2 |
1127 | 2024-08-22T02:36:06.101Z | Compiling der v0.7.9 |
1128 | 2024-08-22T02:36:06.985Z | Compiling pbkdf2 v0.12.2 |
1129 | 2024-08-22T02:36:07.155Z | Compiling scroll_derive v0.12.0 |
1130 | 2024-08-22T02:36:08.652Z | Compiling pest_meta v2.7.10 |
1131 | 2024-08-22T02:36:08.669Z | Compiling tracing-attributes v0.1.27 |
1132 | 2024-08-22T02:36:09.099Z | Compiling scroll v0.12.0 |
1133 | 2024-08-22T02:36:09.360Z | Compiling spki v0.7.3 |
1134 | 2024-08-22T02:36:09.679Z | Compiling scrypt v0.11.0 |
1135 | 2024-08-22T02:36:09.711Z | Compiling aes v0.8.4 |
1136 | 2024-08-22T02:36:09.824Z | Compiling cbc v0.1.2 |
1137 | 2024-08-22T02:36:09.964Z | Compiling pest_generator v2.7.10 |
1138 | 2024-08-22T02:36:10.040Z | Compiling goblin v0.8.2 |
1139 | 2024-08-22T02:36:10.244Z | Compiling openssl-macros v0.1.1 |
1140 | 2024-08-22T02:36:11.010Z | Compiling pkcs5 v0.7.1 |
1141 | 2024-08-22T02:36:11.927Z | Compiling pkcs8 v0.10.2 |
1142 | 2024-08-22T02:36:12.239Z | Compiling md-5 v0.10.6 |
1143 | 2024-08-22T02:36:12.539Z | Compiling num-integer v0.1.46 |
1144 | 2024-08-22T02:36:12.631Z | Compiling tracing v0.1.40 |
1145 | 2024-08-22T02:36:12.651Z | Compiling backtrace v0.3.71 |
1146 | 2024-08-22T02:36:13.138Z | Compiling idna v0.3.0 |
1147 | 2024-08-22T02:36:13.158Z | Compiling lazy_static v1.5.0 |
1148 | 2024-08-22T02:36:13.273Z | Compiling hash32 v0.2.1 |
1149 | 2024-08-22T02:36:13.309Z | Compiling smoltcp v0.9.1 |
1150 | 2024-08-22T02:36:13.700Z | Compiling signal-hook v0.3.17 |
1151 | 2024-08-22T02:36:13.830Z | Compiling pest_derive v2.7.10 |
1152 | 2024-08-22T02:36:13.952Z | Compiling gimli v0.28.1 |
1153 | 2024-08-22T02:36:13.971Z | Compiling cfg_aliases v0.1.1 |
1154 | 2024-08-22T02:36:14.068Z | Compiling psl-types v2.0.11 |
1155 | 2024-08-22T02:36:14.084Z | Compiling base64 v0.22.1 |
1156 | 2024-08-22T02:36:14.260Z | Compiling stable_deref_trait v1.2.0 |
1157 | 2024-08-22T02:36:14.368Z | Compiling fallible-iterator v0.2.0 |
1158 | 2024-08-22T02:36:14.603Z | Compiling bytes v1.7.1 |
1159 | 2024-08-22T02:36:14.706Z | Compiling bitflags v2.6.0 |
1160 | 2024-08-22T02:36:14.850Z | Compiling indexmap v2.4.0 |
1161 | 2024-08-22T02:36:15.080Z | Compiling semver v1.0.23 |
1162 | 2024-08-22T02:36:15.854Z | Compiling tokio v1.38.1 |
1163 | 2024-08-22T02:36:15.910Z | Compiling http v0.2.12 |
1164 | 2024-08-22T02:36:16.273Z | Compiling rustc_version v0.4.0 |
1165 | 2024-08-22T02:36:17.069Z | Compiling heapless v0.7.17 |
1166 | 2024-08-22T02:36:17.510Z | Compiling http-body v0.4.6 |
1167 | 2024-08-22T02:36:17.863Z | Compiling dof v0.3.0 |
1168 | 2024-08-22T02:36:18.207Z | Compiling dtrace-parser v0.2.0 |
1169 | 2024-08-22T02:36:18.362Z | Compiling uuid v1.10.0 |
1170 | 2024-08-22T02:36:18.951Z | Compiling usdt-impl v0.5.0 |
1171 | 2024-08-22T02:36:19.941Z | Compiling serde_spanned v0.6.7 |
1172 | 2024-08-22T02:36:20.108Z | Compiling serde_tokenstream v0.2.2 |
1173 | 2024-08-22T02:36:20.178Z | Compiling toml_datetime v0.6.8 |
1174 | 2024-08-22T02:36:20.343Z | Compiling chrono v0.4.38 |
1175 | 2024-08-22T02:36:20.403Z | Compiling num-bigint-dig v0.8.4 |
1176 | 2024-08-22T02:36:20.511Z | Compiling crc32fast v1.4.0 |
1177 | 2024-08-22T02:36:20.704Z | Compiling addr2line v0.21.0 |
1178 | 2024-08-22T02:36:20.744Z | Compiling terminal_size v0.3.0 |
1179 | 2024-08-22T02:36:20.926Z | Compiling postgres-protocol v0.6.7 |
1180 | 2024-08-22T02:36:21.083Z | Compiling publicsuffix v2.2.3 |
1181 | 2024-08-22T02:36:21.360Z | Compiling nix v0.28.0 |
1182 | 2024-08-22T02:36:21.413Z | Compiling hubpack_derive v0.1.1 |
1183 | 2024-08-22T02:36:21.462Z | Compiling num-iter v0.1.45 |
1184 | 2024-08-22T02:36:21.639Z | Compiling async-trait v0.1.81 |
1185 | 2024-08-22T02:36:21.818Z | Compiling zerocopy-derive v0.6.6 |
1186 | 2024-08-22T02:36:22.357Z | Compiling phf_shared v0.11.2 |
1187 | 2024-08-22T02:36:22.732Z | Compiling serde_derive_internals v0.29.1 |
1188 | 2024-08-22T02:36:23.019Z | Compiling ff v0.13.0 |
1189 | 2024-08-22T02:36:23.234Z | Compiling object v0.32.2 |
1190 | 2024-08-22T02:36:23.265Z | Compiling fs-err v2.11.0 |
1191 | 2024-08-22T02:36:23.587Z | Compiling winnow v0.5.40 |
1192 | 2024-08-22T02:36:24.014Z | Compiling tokio-util v0.7.11 |
1193 | 2024-08-22T02:36:24.508Z | Compiling tokio-native-tls v0.3.1 |
1194 | 2024-08-22T02:36:24.647Z | Compiling tokio-rustls v0.24.1 |
1195 | 2024-08-22T02:36:24.771Z | Compiling base16ct v0.2.0 |
1196 | 2024-08-22T02:36:25.032Z | Compiling h2 v0.3.26 |
1197 | 2024-08-22T02:36:25.099Z | Compiling ipnet v2.9.0 |
1198 | 2024-08-22T02:36:25.365Z | Compiling bitflags v1.3.2 |
1199 | 2024-08-22T02:36:25.450Z | Compiling rustc-demangle v0.1.24 |
1200 | 2024-08-22T02:36:25.472Z | Compiling anyhow v1.0.86 |
1201 | 2024-08-22T02:36:26.089Z | Compiling base64 v0.21.7 |
1202 | 2024-08-22T02:36:26.341Z | Compiling either v1.13.0 |
1203 | 2024-08-22T02:36:26.442Z | Compiling schemars v0.8.21 |
1204 | 2024-08-22T02:36:26.661Z | Compiling managed v0.8.0 |
1205 | 2024-08-22T02:36:26.702Z | Compiling rustls-pemfile v1.0.4 |
1206 | 2024-08-22T02:36:26.812Z | Compiling clap_builder v4.5.15 |
1207 | 2024-08-22T02:36:27.001Z | Compiling schemars_derive v0.8.21 |
1208 | 2024-08-22T02:36:27.093Z | Compiling toml_edit v0.19.15 |
1209 | 2024-08-22T02:36:27.479Z | Compiling sec1 v0.7.3 |
1210 | 2024-08-22T02:36:32.282Z | Compiling zerocopy v0.6.6 |
1211 | 2024-08-22T02:36:32.325Z | Compiling group v0.13.0 |
1212 | 2024-08-22T02:36:32.325Z | Compiling cookie_store v0.20.0 |
1213 | 2024-08-22T02:36:32.325Z | Compiling phf v0.11.2 |
1214 | 2024-08-22T02:36:32.325Z | Compiling postgres-types v0.2.7 |
1215 | 2024-08-22T02:36:32.358Z | Compiling hubpack v0.1.2 |
1216 | 2024-08-22T02:36:32.358Z | Compiling usdt-macro v0.5.0 |
1217 | 2024-08-22T02:36:32.358Z | Compiling usdt-attr-macro v0.5.0 |
1218 | 2024-08-22T02:36:32.358Z | Compiling hyper v0.14.30 |
1219 | 2024-08-22T02:36:32.700Z | Compiling serde_urlencoded v0.7.1 |
1220 | 2024-08-22T02:36:33.176Z | Compiling pkcs1 v0.7.5 |
1221 | 2024-08-22T02:36:33.219Z | Compiling futures-executor v0.3.30 |
1222 | 2024-08-22T02:36:33.800Z | Compiling hkdf v0.12.4 |
1223 | 2024-08-22T02:36:33.917Z | Compiling signature v2.2.0 |
1224 | 2024-08-22T02:36:34.075Z | Compiling crypto-bigint v0.5.5 |
1225 | 2024-08-22T02:36:34.224Z | Compiling bstr v1.9.1 |
1226 | 2024-08-22T02:36:34.227Z | Compiling regex v1.10.6 |
1227 | 2024-08-22T02:36:34.928Z | Compiling serde_repr v0.1.19 |
1228 | 2024-08-22T02:36:35.342Z | Compiling strum_macros v0.25.3 |
1229 | 2024-08-22T02:36:35.663Z | Compiling clap_derive v4.5.13 |
1230 | 2024-08-22T02:36:36.059Z | Compiling enum-as-inner v0.6.0 |
1231 | 2024-08-22T02:36:36.063Z | Compiling phf_shared v0.10.0 |
1232 | 2024-08-22T02:36:36.114Z | Compiling float-cmp v0.9.0 |
1233 | 2024-08-22T02:36:36.331Z | Compiling idna v0.4.0 |
1234 | 2024-08-22T02:36:36.463Z | Compiling mio v1.0.2 |
1235 | 2024-08-22T02:36:37.156Z | Compiling encoding_rs v0.8.34 |
1236 | 2024-08-22T02:36:37.675Z | Compiling precomputed-hash v0.1.1 |
1237 | 2024-08-22T02:36:37.795Z | Compiling predicates-core v1.0.6 |
1238 | 2024-08-22T02:36:37.915Z | Compiling data-encoding v2.6.0 |
1239 | 2024-08-22T02:36:38.160Z | Compiling webpki-roots v0.25.4 |
1240 | 2024-08-22T02:36:38.324Z | Compiling difflib v0.4.0 |
1241 | 2024-08-22T02:36:39.363Z | Compiling hyper-rustls v0.24.2 |
1242 | 2024-08-22T02:36:39.713Z | Compiling hyper-tls v0.5.0 |
1243 | 2024-08-22T02:36:39.917Z | Compiling sync_wrapper v0.1.2 |
1244 | 2024-08-22T02:36:40.052Z | Compiling dyn-clone v1.0.17 |
1245 | 2024-08-22T02:36:40.055Z | Compiling new_debug_unreachable v1.0.6 |
1246 | 2024-08-22T02:36:40.086Z | Compiling bit-vec v0.6.3 |
1247 | 2024-08-22T02:36:40.143Z | Compiling normalize-line-endings v0.3.0 |
1248 | 2024-08-22T02:36:40.258Z | Compiling static_assertions v1.1.0 |
1249 | 2024-08-22T02:36:40.284Z | Compiling minimal-lexical v0.2.1 |
1250 | 2024-08-22T02:36:40.362Z | Compiling whoami v1.5.1 |
1251 | 2024-08-22T02:36:40.413Z | Compiling unicode-segmentation v1.11.0 |
1252 | 2024-08-22T02:36:40.535Z | Compiling fixedbitset v0.4.2 |
1253 | 2024-08-22T02:36:40.708Z | Compiling mime v0.3.17 |
1254 | 2024-08-22T02:36:40.776Z | Compiling clap v4.5.16 |
1255 | 2024-08-22T02:36:40.903Z | Compiling petgraph v0.6.5 |
1256 | 2024-08-22T02:36:41.004Z | Compiling tokio-postgres v0.7.11 |
1257 | 2024-08-22T02:36:41.006Z | Compiling nom v7.1.3 |
1258 | 2024-08-22T02:36:41.247Z | Compiling similar v2.6.0 |
1259 | 2024-08-22T02:36:41.303Z | Compiling reqwest v0.11.27 |
1260 | 2024-08-22T02:36:41.619Z | Compiling bit-set v0.5.3 |
1261 | 2024-08-22T02:36:41.780Z | Compiling toml_edit v0.22.20 |
1262 | 2024-08-22T02:36:41.905Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1263 | 2024-08-22T02:36:43.702Z | Compiling predicates v3.1.2 |
1264 | 2024-08-22T02:36:45.276Z | Compiling console v0.15.8 |
1265 | 2024-08-22T02:36:45.335Z | Compiling string_cache v0.8.7 |
1266 | 2024-08-22T02:36:45.800Z | Compiling hickory-proto v0.24.1 |
1267 | 2024-08-22T02:36:46.452Z | Compiling usdt v0.5.0 |
1268 | 2024-08-22T02:36:46.508Z | Compiling signal-hook-mio v0.2.4 |
1269 | 2024-08-22T02:36:46.682Z | Compiling elliptic-curve v0.13.8 |
1270 | 2024-08-22T02:36:46.710Z | Compiling rsa v0.9.6 |
1271 | 2024-08-22T02:36:46.943Z | Compiling futures v0.3.30 |
1272 | 2024-08-22T02:36:47.065Z | Compiling flate2 v1.0.31 |
1273 | 2024-08-22T02:36:48.104Z | Compiling toml v0.7.8 |
1274 | 2024-08-22T02:36:48.488Z | Compiling itertools v0.12.1 |
1275 | 2024-08-22T02:36:49.322Z | Compiling itertools v0.10.5 |
1276 | 2024-08-22T02:36:49.870Z | Compiling tokio-stream v0.1.15 |
1277 | 2024-08-22T02:36:49.937Z | Compiling openapiv3 v2.0.0 |
1278 | 2024-08-22T02:36:50.828Z | Compiling hex v0.4.3 |
1279 | 2024-08-22T02:36:51.435Z | Compiling sha1 v0.10.6 |
1280 | 2024-08-22T02:36:51.662Z | Compiling crossbeam-epoch v0.9.18 |
1281 | 2024-08-22T02:36:51.871Z | Compiling dirs-sys-next v0.1.2 |
1282 | 2024-08-22T02:36:52.072Z | Compiling unicode-xid v0.2.4 |
1283 | 2024-08-22T02:36:52.181Z | Compiling lalrpop-util v0.19.12 |
1284 | 2024-08-22T02:36:52.248Z | Compiling peg-runtime v0.8.3 |
1285 | 2024-08-22T02:36:52.405Z | Compiling dirs-next v2.0.0 |
1286 | 2024-08-22T02:36:52.529Z | Compiling thread_local v1.1.8 |
1287 | 2024-08-22T02:36:52.547Z | Compiling slog-async v2.8.0 |
1288 | 2024-08-22T02:36:52.597Z | Compiling term v0.7.0 |
1289 | 2024-08-22T02:36:52.899Z | Compiling xattr v1.3.1 |
1290 | 2024-08-22T02:36:53.097Z | Compiling crossbeam-channel v0.5.12 |
1291 | 2024-08-22T02:36:53.149Z | Compiling strum_macros v0.26.4 |
1292 | 2024-08-22T02:36:53.163Z | Compiling filetime v0.2.24 |
1293 | 2024-08-22T02:36:53.475Z | Compiling is-terminal v0.4.12 |
1294 | 2024-08-22T02:36:53.636Z | Compiling take_mut v0.2.2 |
1295 | 2024-08-22T02:36:53.794Z | Compiling slog-term v2.9.1 |
1296 | 2024-08-22T02:36:54.211Z | Compiling tar v0.4.41 |
1297 | 2024-08-22T02:36:54.351Z | Compiling camino v1.1.9 |
1298 | 2024-08-22T02:36:55.774Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1299 | 2024-08-22T02:36:56.496Z | Compiling strum v0.26.3 |
1300 | 2024-08-22T02:36:56.576Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1301 | 2024-08-22T02:37:01.441Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s |
1302 | 2024-08-22T02:37:01.573Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1303 | 2024-08-22T02:37:01.615Z | Aug 22 02:37:00.707 INFO Starting download, target: Clickhouse |
1304 | 2024-08-22T02:37:01.615Z | Aug 22 02:37:00.707 INFO Starting download, target: Cockroach |
1305 | 2024-08-22T02:37:01.615Z | Aug 22 02:37:00.707 INFO Starting download, target: Console |
1306 | 2024-08-22T02:37:01.615Z | Aug 22 02:37:00.707 INFO Starting download, target: DendriteOpenapi |
1307 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.707 INFO Starting download, target: DendriteStub |
1308 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.707 INFO Starting download, target: MaghemiteMgd |
1309 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.707 INFO Starting download, target: TransceiverControl |
1310 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.708 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1311 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.708 INFO Downloading out/downloads/dpd-21b16567f28e103f145cd18d53fac6958429c4ff.json (attempt 1/3), target: DendriteOpenapi |
1312 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.708 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1313 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.708 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1314 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.708 INFO Downloading out/downloads/cockroach-v22.1.9.illumos.tar.gz (attempt 1/3), target: Cockroach |
1315 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.708 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1316 | 2024-08-22T02:37:01.618Z | Aug 22 02:37:00.708 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1317 | 2024-08-22T02:37:01.804Z | Aug 22 02:37:00.891 INFO Download complete, target: DendriteOpenapi |
1318 | 2024-08-22T02:37:02.062Z | Aug 22 02:37:01.149 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1319 | 2024-08-22T02:37:02.163Z | Aug 22 02:37:01.253 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1320 | 2024-08-22T02:37:02.203Z | Aug 22 02:37:01.294 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1321 | 2024-08-22T02:37:02.322Z | Aug 22 02:37:01.414 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1322 | 2024-08-22T02:37:02.591Z | Aug 22 02:37:01.682 INFO Download complete, target: Console |
1323 | 2024-08-22T02:37:02.849Z | Aug 22 02:37:01.941 INFO Download complete, target: TransceiverControl |
1324 | 2024-08-22T02:37:04.186Z | Aug 22 02:37:03.278 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1325 | 2024-08-22T02:37:05.034Z | Aug 22 02:37:04.125 INFO tarball path: out/downloads/cockroach-v22.1.9.illumos.tar.gz, target: Cockroach |
1326 | 2024-08-22T02:37:05.034Z | Aug 22 02:37:04.125 INFO Unpacking out/downloads/cockroach-v22.1.9.illumos.tar.gz to out/downloads, target: Cockroach |
1327 | 2024-08-22T02:37:05.610Z | Aug 22 02:37:04.701 INFO Download complete, target: DendriteStub |
1328 | 2024-08-22T02:37:05.897Z | Aug 22 02:37:04.988 INFO Download complete, target: MaghemiteMgd |
1329 | 2024-08-22T02:37:13.822Z | Aug 22 02:37:12.912 INFO Copying from out/downloads/cockroach-v22.1.9 to out/cockroachdb, target: Cockroach |
1330 | 2024-08-22T02:37:14.184Z | Aug 22 02:37:13.267 INFO Checking that binary works, target: Cockroach |
1331 | 2024-08-22T02:37:14.322Z | Aug 22 02:37:13.412 INFO Download complete, target: Cockroach |
1332 | 2024-08-22T02:37:19.351Z | Aug 22 02:37:18.440 INFO Checking that binary works, target: Clickhouse |
1333 | 2024-08-22T02:37:19.513Z | Aug 22 02:37:18.602 INFO Download complete, target: Clickhouse |
1334 | 2024-08-22T02:37:19.520Z | All prerequisites installed successfully |
1335 | 2024-08-22T02:37:19.523Z | |
1336 | 2024-08-22T02:37:19.523Z | real 3:17.173590199 |
1337 | 2024-08-22T02:37:19.523Z | user 11:18.057595163 |
1338 | 2024-08-22T02:37:19.523Z | sys 2:22.804341888 |
1339 | 2024-08-22T02:37:19.523Z | trap 0.436753257 |
1340 | 2024-08-22T02:37:19.523Z | tflt 1.530021954 |
1341 | 2024-08-22T02:37:19.523Z | dflt 1.755421579 |
1342 | 2024-08-22T02:37:19.523Z | kflt 0.026251000 |
1343 | 2024-08-22T02:37:19.523Z | lock 22:13.664392537 |
1344 | 2024-08-22T02:37:19.523Z | slp 42:39.229266096 |
1345 | 2024-08-22T02:37:19.523Z | lat 42.866684158 |
1346 | 2024-08-22T02:37:19.523Z | stop 1:48.508098012 |
1347 | 2024-08-22T02:37:19.524Z | + ptime -m cargo xtask download softnpu |
1348 | 2024-08-22T02:37:20.045Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1349 | 2024-08-22T02:37:20.059Z | Running `target/debug/xtask download softnpu` |
1350 | 2024-08-22T02:37:20.832Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.74s |
1351 | 2024-08-22T02:37:20.876Z | Running `target/debug/xtask-downloader softnpu` |
1352 | 2024-08-22T02:37:20.909Z | Aug 22 02:37:19.998 INFO Starting download, target: Softnpu |
1353 | 2024-08-22T02:37:20.913Z | Aug 22 02:37:19.998 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1354 | 2024-08-22T02:37:21.579Z | Aug 22 02:37:20.667 INFO Download complete, target: Softnpu |
1355 | 2024-08-22T02:37:21.582Z | |
1356 | 2024-08-22T02:37:21.585Z | real 2.055450862 |
1357 | 2024-08-22T02:37:21.585Z | user 1.178129857 |
1358 | 2024-08-22T02:37:21.585Z | sys 0.513187445 |
1359 | 2024-08-22T02:37:21.586Z | trap 0.000185346 |
1360 | 2024-08-22T02:37:21.586Z | tflt 0.000001659 |
1361 | 2024-08-22T02:37:21.586Z | dflt 0.000000000 |
1362 | 2024-08-22T02:37:21.586Z | kflt 0.000000000 |
1363 | 2024-08-22T02:37:21.586Z | lock 6.760843849 |
1364 | 2024-08-22T02:37:21.586Z | slp 0.630212395 |
1365 | 2024-08-22T02:37:21.586Z | lat 0.068781569 |
1366 | 2024-08-22T02:37:21.586Z | stop 0.000355884 |
1367 | 2024-08-22T02:37:21.586Z | + export CARGO_INCREMENTAL=0 |
1368 | 2024-08-22T02:37:21.586Z | + CARGO_INCREMENTAL=0 |
1369 | 2024-08-22T02:37:21.586Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1370 | 2024-08-22T02:37:22.506Z | Compiling proc-macro2 v1.0.86 |
1371 | 2024-08-22T02:37:22.506Z | Compiling unicode-ident v1.0.12 |
1372 | 2024-08-22T02:37:22.508Z | Compiling libc v0.2.156 |
1373 | 2024-08-22T02:37:22.508Z | Compiling serde v1.0.208 |
1374 | 2024-08-22T02:37:22.508Z | Compiling version_check v0.9.5 |
1375 | 2024-08-22T02:37:22.509Z | Compiling autocfg v1.3.0 |
1376 | 2024-08-22T02:37:22.509Z | Compiling cfg-if v1.0.0 |
1377 | 2024-08-22T02:37:22.509Z | Compiling once_cell v1.19.0 |
1378 | 2024-08-22T02:37:22.759Z | Compiling typenum v1.17.0 |
1379 | 2024-08-22T02:37:22.809Z | Compiling memchr v2.7.2 |
1380 | 2024-08-22T02:37:23.222Z | Compiling generic-array v0.14.7 |
1381 | 2024-08-22T02:37:23.239Z | Compiling ahash v0.8.11 |
1382 | 2024-08-22T02:37:23.513Z | Compiling lock_api v0.4.12 |
1383 | 2024-08-22T02:37:23.563Z | Compiling byteorder v1.5.0 |
1384 | 2024-08-22T02:37:23.695Z | Compiling serde_json v1.0.125 |
1385 | 2024-08-22T02:37:23.798Z | Compiling libm v0.2.8 |
1386 | 2024-08-22T02:37:24.022Z | Compiling num-traits v0.2.19 |
1387 | 2024-08-22T02:37:24.024Z | Compiling parking_lot_core v0.9.10 |
1388 | 2024-08-22T02:37:24.151Z | Compiling quote v1.0.36 |
1389 | 2024-08-22T02:37:24.322Z | Compiling thiserror v1.0.63 |
1390 | 2024-08-22T02:37:24.593Z | Compiling syn v2.0.74 |
1391 | 2024-08-22T02:37:24.740Z | Compiling getrandom v0.2.14 |
1392 | 2024-08-22T02:37:24.801Z | Compiling jobserver v0.1.32 |
1393 | 2024-08-22T02:37:24.843Z | Compiling scopeguard v1.2.0 |
1394 | 2024-08-22T02:37:24.954Z | Compiling log v0.4.21 |
1395 | 2024-08-22T02:37:25.065Z | Compiling itoa v1.0.11 |
1396 | 2024-08-22T02:37:25.198Z | Compiling cc v1.0.97 |
1397 | 2024-08-22T02:37:25.482Z | Compiling allocator-api2 v0.2.18 |
1398 | 2024-08-22T02:37:25.503Z | Compiling rand_core v0.6.4 |
1399 | 2024-08-22T02:37:25.545Z | Compiling slab v0.4.9 |
1400 | 2024-08-22T02:37:25.921Z | Compiling pin-project-lite v0.2.14 |
1401 | 2024-08-22T02:37:25.937Z | Compiling semver v1.0.23 |
1402 | 2024-08-22T02:37:26.242Z | Compiling ryu v1.0.18 |
1403 | 2024-08-22T02:37:26.478Z | Compiling smallvec v1.13.2 |
1404 | 2024-08-22T02:37:26.495Z | Compiling equivalent v1.0.1 |
1405 | 2024-08-22T02:37:26.561Z | Compiling schemars v0.8.21 |
1406 | 2024-08-22T02:37:26.601Z | Compiling vcpkg v0.2.15 |
1407 | 2024-08-22T02:37:26.939Z | Compiling pkg-config v0.3.30 |
1408 | 2024-08-22T02:37:26.992Z | Compiling spin v0.9.8 |
1409 | 2024-08-22T02:37:27.428Z | Compiling signal-hook-registry v1.4.2 |
1410 | 2024-08-22T02:37:27.827Z | Compiling subtle v2.5.0 |
1411 | 2024-08-22T02:37:28.191Z | Compiling parking_lot v0.12.2 |
1412 | 2024-08-22T02:37:28.375Z | Compiling mio v0.8.11 |
1413 | 2024-08-22T02:37:28.428Z | Compiling ring v0.17.8 |
1414 | 2024-08-22T02:37:28.867Z | Compiling openssl-sys v0.9.103 |
1415 | 2024-08-22T02:37:29.451Z | Compiling const-oid v0.9.6 |
1416 | 2024-08-22T02:37:29.666Z | Compiling socket2 v0.5.7 |
1417 | 2024-08-22T02:37:29.860Z | Compiling num_cpus v1.16.0 |
1418 | 2024-08-22T02:37:30.004Z | Compiling syn v1.0.109 |
1419 | 2024-08-22T02:37:30.438Z | Compiling httparse v1.8.0 |
1420 | 2024-08-22T02:37:30.486Z | Compiling heck v0.5.0 |
1421 | 2024-08-22T02:37:30.830Z | Compiling time-core v0.1.2 |
1422 | 2024-08-22T02:37:30.905Z | Compiling num-conv v0.1.0 |
1423 | 2024-08-22T02:37:31.040Z | Compiling futures-core v0.3.30 |
1424 | 2024-08-22T02:37:31.187Z | Compiling time-macros v0.2.18 |
1425 | 2024-08-22T02:37:31.282Z | Compiling fnv v1.0.7 |
1426 | 2024-08-22T02:37:31.319Z | Compiling openssl v0.10.66 |
1427 | 2024-08-22T02:37:31.406Z | Compiling rustix v0.38.34 |
1428 | 2024-08-22T02:37:31.828Z | Compiling crossbeam-utils v0.8.19 |
1429 | 2024-08-22T02:37:32.067Z | Compiling serde_derive_internals v0.29.1 |
1430 | 2024-08-22T02:37:32.779Z | Compiling iana-time-zone v0.1.60 |
1431 | 2024-08-22T02:37:32.838Z | Compiling native-tls v0.2.11 |
1432 | 2024-08-22T02:37:33.178Z | Compiling tinyvec_macros v0.1.1 |
1433 | 2024-08-22T02:37:33.272Z | Compiling rustls v0.21.12 |
1434 | 2024-08-22T02:37:33.420Z | Compiling tinyvec v1.6.0 |
1435 | 2024-08-22T02:37:33.685Z | Compiling ucd-trie v0.1.6 |
1436 | 2024-08-22T02:37:34.020Z | Compiling futures-sink v0.3.30 |
1437 | 2024-08-22T02:37:34.182Z | Compiling cpufeatures v0.2.12 |
1438 | 2024-08-22T02:37:34.434Z | Compiling backtrace v0.3.71 |
1439 | 2024-08-22T02:37:34.695Z | Compiling cookie v0.17.0 |
1440 | 2024-08-22T02:37:34.697Z | Compiling slog v2.7.0 |
1441 | 2024-08-22T02:37:34.868Z | Compiling unicode-normalization v0.1.23 |
1442 | 2024-08-22T02:37:34.887Z | Compiling unicode-bidi v0.3.15 |
1443 | 2024-08-22T02:37:35.098Z | Compiling futures-channel v0.3.30 |
1444 | 2024-08-22T02:37:35.519Z | Compiling aho-corasick v1.1.3 |
1445 | 2024-08-22T02:37:35.862Z | Compiling regex-syntax v0.8.4 |
1446 | 2024-08-22T02:37:36.087Z | Compiling futures-task v0.3.30 |
1447 | 2024-08-22T02:37:36.368Z | Compiling pin-utils v0.1.0 |
1448 | 2024-08-22T02:37:36.463Z | Compiling futures-io v0.3.30 |
1449 | 2024-08-22T02:37:37.378Z | Compiling anyhow v1.0.86 |
1450 | 2024-08-22T02:37:37.525Z | Compiling dyn-clone v1.0.17 |
1451 | 2024-08-22T02:37:37.546Z | Compiling serde_derive v1.0.208 |
1452 | 2024-08-22T02:37:37.758Z | Compiling zeroize_derive v1.4.2 |
1453 | 2024-08-22T02:37:37.965Z | Compiling zerocopy-derive v0.7.34 |
1454 | 2024-08-22T02:37:38.509Z | Compiling thiserror-impl v1.0.63 |
1455 | 2024-08-22T02:37:39.181Z | Compiling tokio-macros v2.3.0 |
1456 | 2024-08-22T02:37:39.794Z | Compiling zeroize v1.7.0 |
1457 | 2024-08-22T02:37:39.824Z | Compiling zerocopy v0.7.34 |
1458 | 2024-08-22T02:37:40.591Z | Compiling futures-macro v0.3.30 |
1459 | 2024-08-22T02:37:41.824Z | Compiling hashbrown v0.14.5 |
1460 | 2024-08-22T02:37:41.875Z | Compiling crypto-common v0.1.6 |
1461 | 2024-08-22T02:37:42.065Z | Compiling schemars_derive v0.8.21 |
1462 | 2024-08-22T02:37:42.381Z | Compiling tracing-attributes v0.1.27 |
1463 | 2024-08-22T02:37:43.129Z | Compiling block-buffer v0.10.4 |
1464 | 2024-08-22T02:37:43.220Z | Compiling der_derive v0.7.2 |
1465 | 2024-08-22T02:37:43.343Z | Compiling digest v0.10.7 |
1466 | 2024-08-22T02:37:43.594Z | Compiling openssl-macros v0.1.1 |
1467 | 2024-08-22T02:37:44.304Z | Compiling scroll_derive v0.12.0 |
1468 | 2024-08-22T02:37:44.309Z | Compiling hmac v0.12.1 |
1469 | 2024-08-22T02:37:44.520Z | Compiling block-padding v0.3.3 |
1470 | 2024-08-22T02:37:44.833Z | Compiling pest v2.7.10 |
1471 | 2024-08-22T02:37:45.265Z | Compiling inout v0.1.3 |
1472 | 2024-08-22T02:37:45.425Z | Compiling sha2 v0.10.8 |
1473 | 2024-08-22T02:37:45.485Z | Compiling cipher v0.4.4 |
1474 | 2024-08-22T02:37:45.502Z | Compiling futures-util v0.3.30 |
1475 | 2024-08-22T02:37:45.638Z | Compiling regex-automata v0.4.6 |
1476 | 2024-08-22T02:37:46.380Z | Compiling untrusted v0.9.0 |
1477 | 2024-08-22T02:37:46.398Z | Compiling winnow v0.5.40 |
1478 | 2024-08-22T02:37:47.597Z | Compiling pest_meta v2.7.10 |
1479 | 2024-08-22T02:37:50.377Z | Compiling pest_generator v2.7.10 |
1480 | 2024-08-22T02:37:50.947Z | Compiling bytes v1.7.1 |
1481 | 2024-08-22T02:37:52.178Z | Compiling indexmap v2.4.0 |
1482 | 2024-08-22T02:37:52.659Z | Compiling tokio v1.38.1 |
1483 | 2024-08-22T02:37:52.882Z | Compiling bitflags v2.6.0 |
1484 | 2024-08-22T02:37:53.273Z | Compiling uuid v1.10.0 |
1485 | 2024-08-22T02:37:53.477Z | Compiling serde_tokenstream v0.2.2 |
1486 | 2024-08-22T02:37:53.622Z | Compiling chrono v0.4.38 |
1487 | 2024-08-22T02:37:55.440Z | Compiling serde_spanned v0.6.7 |
1488 | 2024-08-22T02:37:55.649Z | Compiling toml_datetime v0.6.8 |
1489 | 2024-08-22T02:37:56.078Z | Compiling http v0.2.12 |
1490 | 2024-08-22T02:37:56.317Z | Compiling toml_edit v0.19.15 |
1491 | 2024-08-22T02:37:58.408Z | Compiling rustc_version v0.4.0 |
1492 | 2024-08-22T02:37:58.684Z | Compiling pest_derive v2.7.10 |
1493 | 2024-08-22T02:37:59.012Z | Compiling tracing-core v0.1.32 |
1494 | 2024-08-22T02:37:59.468Z | Compiling usdt-impl v0.5.0 |
1495 | 2024-08-22T02:37:59.832Z | Compiling rustversion v1.0.17 |
1496 | 2024-08-22T02:38:00.449Z | Compiling base64ct v1.6.0 |
1497 | 2024-08-22T02:38:01.131Z | Compiling pem-rfc7468 v0.7.0 |
1498 | 2024-08-22T02:38:01.346Z | Compiling tracing v0.1.40 |
1499 | 2024-08-22T02:38:01.493Z | Compiling heapless v0.7.17 |
1500 | 2024-08-22T02:38:01.762Z | Compiling scroll v0.12.0 |
1501 | 2024-08-22T02:38:02.071Z | Compiling heck v0.4.1 |
1502 | 2024-08-22T02:38:02.208Z | Compiling ppv-lite86 v0.2.17 |
1503 | 2024-08-22T02:38:02.337Z | Compiling flagset v0.4.5 |
1504 | 2024-08-22T02:38:02.496Z | Compiling percent-encoding v2.3.1 |
1505 | 2024-08-22T02:38:02.552Z | Compiling plain v0.2.3 |
1506 | 2024-08-22T02:38:02.694Z | Compiling powerfmt v0.2.0 |
1507 | 2024-08-22T02:38:02.988Z | Compiling rand_chacha v0.3.1 |
1508 | 2024-08-22T02:38:03.107Z | Compiling deranged v0.3.11 |
1509 | 2024-08-22T02:38:03.242Z | Compiling goblin v0.8.2 |
1510 | 2024-08-22T02:38:03.259Z | Compiling der v0.7.9 |
1511 | 2024-08-22T02:38:05.425Z | Compiling regex v1.10.6 |
1512 | 2024-08-22T02:38:06.343Z | Compiling salsa20 v0.10.2 |
1513 | 2024-08-22T02:38:06.363Z | Compiling pbkdf2 v0.12.2 |
1514 | 2024-08-22T02:38:06.918Z | Compiling pretty-hex v0.4.1 |
1515 | 2024-08-22T02:38:07.058Z | Compiling num_threads v0.1.7 |
1516 | 2024-08-22T02:38:07.126Z | Compiling strsim v0.11.1 |
1517 | 2024-08-22T02:38:07.163Z | Compiling crc32fast v1.4.0 |
1518 | 2024-08-22T02:38:07.448Z | Compiling time v0.3.36 |
1519 | 2024-08-22T02:38:08.028Z | Compiling scrypt v0.11.0 |
1520 | 2024-08-22T02:38:08.079Z | Compiling spki v0.7.3 |
1521 | 2024-08-22T02:38:08.106Z | Compiling rand v0.8.5 |
1522 | 2024-08-22T02:38:08.463Z | Compiling tokio-util v0.7.11 |
1523 | 2024-08-22T02:38:09.592Z | Compiling dof v0.3.0 |
1524 | 2024-08-22T02:38:09.748Z | Compiling dtrace-parser v0.2.0 |
1525 | 2024-08-22T02:38:09.886Z | Compiling aes v0.8.4 |
1526 | 2024-08-22T02:38:10.635Z | Compiling cbc v0.1.2 |
1527 | 2024-08-22T02:38:10.858Z | Compiling async-trait v0.1.81 |
1528 | 2024-08-22T02:38:11.053Z | Compiling socket2 v0.4.10 |
1529 | 2024-08-22T02:38:11.090Z | Compiling thread-id v4.2.1 |
1530 | 2024-08-22T02:38:11.330Z | Compiling foreign-types-shared v0.1.1 |
1531 | 2024-08-22T02:38:11.436Z | Compiling signal-hook v0.3.17 |
1532 | 2024-08-22T02:38:11.454Z | Compiling smoltcp v0.9.1 |
1533 | 2024-08-22T02:38:11.577Z | Compiling num-bigint-dig v0.8.4 |
1534 | 2024-08-22T02:38:11.722Z | Compiling unicode-width v0.1.13 |
1535 | 2024-08-22T02:38:11.978Z | Compiling foreign-types v0.3.2 |
1536 | 2024-08-22T02:38:12.567Z | Compiling pkcs5 v0.7.1 |
1537 | 2024-08-22T02:38:13.192Z | Compiling form_urlencoded v1.2.1 |
1538 | 2024-08-22T02:38:13.747Z | Compiling errno v0.3.9 |
1539 | 2024-08-22T02:38:13.821Z | Compiling try-lock v0.2.5 |
1540 | 2024-08-22T02:38:14.282Z | Compiling siphasher v0.3.11 |
1541 | 2024-08-22T02:38:14.302Z | Compiling adler v1.0.2 |
1542 | 2024-08-22T02:38:14.369Z | Compiling cfg_aliases v0.1.1 |
1543 | 2024-08-22T02:38:14.480Z | Compiling nix v0.28.0 |
1544 | 2024-08-22T02:38:14.580Z | Compiling miniz_oxide v0.7.2 |
1545 | 2024-08-22T02:38:15.222Z | Compiling want v0.3.1 |
1546 | 2024-08-22T02:38:16.808Z | Compiling pkcs8 v0.10.2 |
1547 | 2024-08-22T02:38:17.279Z | Compiling sct v0.7.1 |
1548 | 2024-08-22T02:38:17.485Z | Compiling rustls-webpki v0.101.7 |
1549 | 2024-08-22T02:38:17.566Z | Compiling h2 v0.3.26 |
1550 | 2024-08-22T02:38:19.147Z | Compiling http-body v0.4.6 |
1551 | 2024-08-22T02:38:19.677Z | Compiling openapiv3 v2.0.0 |
1552 | 2024-08-22T02:38:19.814Z | Compiling hubpack_derive v0.1.1 |
1553 | 2024-08-22T02:38:20.047Z | Compiling zerocopy-derive v0.6.6 |
1554 | 2024-08-22T02:38:20.222Z | Compiling idna v0.5.0 |
1555 | 2024-08-22T02:38:21.426Z | Compiling fs-err v2.11.0 |
1556 | 2024-08-22T02:38:21.787Z | Compiling stable_deref_trait v1.2.0 |
1557 | 2024-08-22T02:38:21.846Z | Compiling httpdate v1.0.3 |
1558 | 2024-08-22T02:38:22.247Z | Compiling gimli v0.28.1 |
1559 | 2024-08-22T02:38:23.321Z | Compiling tower-service v0.3.2 |
1560 | 2024-08-22T02:38:23.716Z | Compiling finl_unicode v1.2.0 |
1561 | 2024-08-22T02:38:23.927Z | Compiling anstyle v1.0.8 |
1562 | 2024-08-22T02:38:24.103Z | Compiling openssl-probe v0.1.5 |
1563 | 2024-08-22T02:38:24.322Z | Compiling utf8parse v0.2.1 |
1564 | 2024-08-22T02:38:24.405Z | Compiling stringprep v0.1.4 |
1565 | 2024-08-22T02:38:24.474Z | Compiling anstyle-parse v0.2.4 |
1566 | 2024-08-22T02:38:24.806Z | Compiling hyper v0.14.30 |
1567 | 2024-08-22T02:38:27.457Z | Compiling addr2line v0.21.0 |
1568 | 2024-08-22T02:38:31.589Z | Compiling url v2.5.2 |
1569 | 2024-08-22T02:38:35.914Z | Compiling usdt-macro v0.5.0 |
1570 | 2024-08-22T02:38:37.291Z | Compiling usdt-attr-macro v0.5.0 |
1571 | 2024-08-22T02:38:38.518Z | Compiling md-5 v0.10.6 |
1572 | 2024-08-22T02:38:38.802Z | Compiling idna v0.3.0 |
1573 | 2024-08-22T02:38:40.272Z | Compiling lazy_static v1.5.0 |
1574 | 2024-08-22T02:38:40.401Z | Compiling num-integer v0.1.46 |
1575 | 2024-08-22T02:38:41.199Z | Compiling hash32 v0.2.1 |
1576 | 2024-08-22T02:38:41.574Z | Compiling object v0.32.2 |
1577 | 2024-08-22T02:38:41.745Z | Compiling base64 v0.22.1 |
1578 | 2024-08-22T02:38:41.954Z | Compiling fallible-iterator v0.2.0 |
1579 | 2024-08-22T02:38:42.460Z | Compiling rustc-demangle v0.1.24 |
1580 | 2024-08-22T02:38:42.630Z | Compiling anstyle-query v1.0.3 |
1581 | 2024-08-22T02:38:42.687Z | Compiling colorchoice v1.0.1 |
1582 | 2024-08-22T02:38:43.014Z | Compiling psl-types v2.0.11 |
1583 | 2024-08-22T02:38:43.216Z | Compiling is_terminal_polyfill v1.70.0 |
1584 | 2024-08-22T02:38:43.339Z | Compiling anstream v0.6.14 |
1585 | 2024-08-22T02:38:44.016Z | Compiling publicsuffix v2.2.3 |
1586 | 2024-08-22T02:38:44.279Z | Compiling postgres-protocol v0.6.7 |
1587 | 2024-08-22T02:38:46.643Z | Compiling num-iter v0.1.45 |
1588 | 2024-08-22T02:38:48.128Z | Compiling tokio-rustls v0.24.1 |
1589 | 2024-08-22T02:38:48.520Z | Compiling terminal_size v0.3.0 |
1590 | 2024-08-22T02:38:49.965Z | Compiling tokio-native-tls v0.3.1 |
1591 | 2024-08-22T02:38:50.240Z | Compiling phf_shared v0.11.2 |
1592 | 2024-08-22T02:38:51.224Z | Compiling strum_macros v0.25.3 |
1593 | 2024-08-22T02:38:51.447Z | Compiling enum-as-inner v0.6.0 |
1594 | 2024-08-22T02:38:51.711Z | Compiling regress v0.9.1 |
1595 | 2024-08-22T02:38:52.700Z | Compiling serde_repr v0.1.19 |
1596 | 2024-08-22T02:38:53.159Z | Compiling clap_derive v4.5.13 |
1597 | 2024-08-22T02:38:54.903Z | Compiling ff v0.13.0 |
1598 | 2024-08-22T02:38:56.514Z | Compiling encoding_rs v0.8.34 |
1599 | 2024-08-22T02:38:57.128Z | Compiling bitflags v1.3.2 |
1600 | 2024-08-22T02:38:57.243Z | Compiling base16ct v0.2.0 |
1601 | 2024-08-22T02:38:57.526Z | Compiling clap_lex v0.7.0 |
1602 | 2024-08-22T02:38:57.717Z | Compiling either v1.13.0 |
1603 | 2024-08-22T02:38:57.962Z | Compiling ipnet v2.9.0 |
1604 | 2024-08-22T02:38:58.157Z | Compiling mime v0.3.17 |
1605 | 2024-08-22T02:38:58.973Z | Compiling managed v0.8.0 |
1606 | 2024-08-22T02:38:59.708Z | Compiling base64 v0.21.7 |
1607 | 2024-08-22T02:39:00.398Z | Compiling rustls-pemfile v1.0.4 |
1608 | 2024-08-22T02:39:00.488Z | Compiling clap_builder v4.5.15 |
1609 | 2024-08-22T02:39:00.784Z | Compiling sec1 v0.7.3 |
1610 | 2024-08-22T02:39:01.370Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1611 | 2024-08-22T02:39:01.866Z | Compiling group v0.13.0 |
1612 | 2024-08-22T02:39:07.400Z | Compiling phf v0.11.2 |
1613 | 2024-08-22T02:39:07.714Z | Compiling hyper-tls v0.5.0 |
1614 | 2024-08-22T02:39:07.717Z | Compiling hyper-rustls v0.24.2 |
1615 | 2024-08-22T02:39:08.018Z | Compiling cookie_store v0.20.0 |
1616 | 2024-08-22T02:39:08.375Z | Compiling postgres-types v0.2.7 |
1617 | 2024-08-22T02:39:08.560Z | Compiling zerocopy v0.6.6 |
1618 | 2024-08-22T02:39:09.429Z | Compiling hubpack v0.1.2 |
1619 | 2024-08-22T02:39:09.492Z | Compiling pkcs1 v0.7.5 |
1620 | 2024-08-22T02:39:09.758Z | Compiling phf_shared v0.10.0 |
1621 | 2024-08-22T02:39:09.822Z | Compiling serde_urlencoded v0.7.1 |
1622 | 2024-08-22T02:39:10.362Z | Compiling crossbeam-epoch v0.9.18 |
1623 | 2024-08-22T02:39:10.378Z | Compiling futures-executor v0.3.30 |
1624 | 2024-08-22T02:39:10.951Z | Compiling bstr v1.9.1 |
1625 | 2024-08-22T02:39:11.043Z | Compiling hkdf v0.12.4 |
1626 | 2024-08-22T02:39:11.078Z | Compiling signature v2.2.0 |
1627 | 2024-08-22T02:39:11.267Z | Compiling crypto-bigint v0.5.5 |
1628 | 2024-08-22T02:39:11.474Z | Compiling idna v0.4.0 |
1629 | 2024-08-22T02:39:11.559Z | Compiling float-cmp v0.9.0 |
1630 | 2024-08-22T02:39:11.763Z | Compiling mio v1.0.2 |
1631 | 2024-08-22T02:39:12.339Z | Compiling memmap v0.7.0 |
1632 | 2024-08-22T02:39:12.656Z | Compiling normalize-line-endings v0.3.0 |
1633 | 2024-08-22T02:39:12.738Z | Compiling precomputed-hash v0.1.1 |
1634 | 2024-08-22T02:39:12.779Z | Compiling whoami v1.5.1 |
1635 | 2024-08-22T02:39:12.821Z | Compiling predicates-core v1.0.6 |
1636 | 2024-08-22T02:39:12.846Z | Compiling minimal-lexical v0.2.1 |
1637 | 2024-08-22T02:39:13.139Z | Compiling difflib v0.4.0 |
1638 | 2024-08-22T02:39:13.342Z | Compiling winnow v0.6.18 |
1639 | 2024-08-22T02:39:13.345Z | Compiling sync_wrapper v0.1.2 |
1640 | 2024-08-22T02:39:13.477Z | Compiling bit-vec v0.6.3 |
1641 | 2024-08-22T02:39:13.909Z | Compiling data-encoding v2.6.0 |
1642 | 2024-08-22T02:39:13.912Z | Compiling new_debug_unreachable v1.0.6 |
1643 | 2024-08-22T02:39:14.015Z | Compiling webpki-roots v0.25.4 |
1644 | 2024-08-22T02:39:14.183Z | Compiling static_assertions v1.1.0 |
1645 | 2024-08-22T02:39:14.317Z | Compiling fixedbitset v0.4.2 |
1646 | 2024-08-22T02:39:14.814Z | Compiling unicode-segmentation v1.11.0 |
1647 | 2024-08-22T02:39:14.839Z | Compiling hickory-proto v0.24.1 |
1648 | 2024-08-22T02:39:15.625Z | Compiling similar v2.6.0 |
1649 | 2024-08-22T02:39:15.829Z | Compiling reqwest v0.11.27 |
1650 | 2024-08-22T02:39:15.860Z | Compiling petgraph v0.6.5 |
1651 | 2024-08-22T02:39:16.057Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
1652 | 2024-08-22T02:39:16.388Z | Compiling elliptic-curve v0.13.8 |
1653 | 2024-08-22T02:39:17.064Z | Compiling toml_edit v0.22.20 |
1654 | 2024-08-22T02:39:17.183Z | Compiling string_cache v0.8.7 |
1655 | 2024-08-22T02:39:17.570Z | Compiling bit-set v0.5.3 |
1656 | 2024-08-22T02:39:17.603Z | Compiling predicates v3.1.2 |
1657 | 2024-08-22T02:39:17.854Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1658 | 2024-08-22T02:39:19.117Z | Compiling nom v7.1.3 |
1659 | 2024-08-22T02:39:19.977Z | Compiling tokio-postgres v0.7.11 |
1660 | 2024-08-22T02:39:21.556Z | Compiling usdt v0.5.0 |
1661 | 2024-08-22T02:39:22.053Z | Compiling signal-hook-mio v0.2.4 |
1662 | 2024-08-22T02:39:22.681Z | Compiling rsa v0.9.6 |
1663 | 2024-08-22T02:39:22.994Z | Compiling futures v0.3.30 |
1664 | 2024-08-22T02:39:24.297Z | Compiling flate2 v1.0.31 |
1665 | 2024-08-22T02:39:24.904Z | Compiling clap v4.5.16 |
1666 | 2024-08-22T02:39:25.027Z | Compiling itertools v0.10.5 |
1667 | 2024-08-22T02:39:25.213Z | Compiling itertools v0.12.1 |
1668 | 2024-08-22T02:39:25.650Z | Compiling console v0.15.8 |
1669 | 2024-08-22T02:39:26.671Z | Compiling tokio-stream v0.1.15 |
1670 | 2024-08-22T02:39:26.926Z | Compiling toml v0.7.8 |
1671 | 2024-08-22T02:39:26.966Z | Compiling hex v0.4.3 |
1672 | 2024-08-22T02:39:27.642Z | Compiling sha1 v0.10.6 |
1673 | 2024-08-22T02:39:28.032Z | Compiling peg-runtime v0.8.3 |
1674 | 2024-08-22T02:39:28.423Z | Compiling lalrpop-util v0.19.12 |
1675 | 2024-08-22T02:39:28.544Z | Compiling camino v1.1.9 |
1676 | 2024-08-22T02:39:28.803Z | Compiling unicode-xid v0.2.4 |
1677 | 2024-08-22T02:39:28.974Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1678 | 2024-08-22T02:39:29.165Z | Compiling proc-macro-crate v1.3.1 |
1679 | 2024-08-22T02:39:30.012Z | Compiling heapless v0.8.0 |
1680 | 2024-08-22T02:39:30.057Z | Compiling num_enum_derive v0.5.11 |
1681 | 2024-08-22T02:39:32.578Z | Compiling ipnetwork v0.20.0 |
1682 | 2024-08-22T02:39:34.366Z | Compiling hash32 v0.3.1 |
1683 | 2024-08-22T02:39:35.309Z | Compiling rustls-pki-types v1.7.0 |
1684 | 2024-08-22T02:39:35.948Z | Compiling ident_case v1.0.1 |
1685 | 2024-08-22T02:39:36.137Z | Compiling smoltcp v0.11.0 |
1686 | 2024-08-22T02:39:36.975Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1687 | 2024-08-22T02:39:38.797Z | Compiling darling_core v0.20.9 |
1688 | 2024-08-22T02:39:46.209Z | Compiling num_enum v0.5.11 |
1689 | 2024-08-22T02:39:46.411Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
1690 | 2024-08-22T02:39:46.824Z | Compiling getopts v0.2.21 |
1691 | 2024-08-22T02:39:47.897Z | Compiling dirs-sys-next v0.1.2 |
1692 | 2024-08-22T02:39:48.112Z | Compiling proc-macro-error-attr v1.0.4 |
1693 | 2024-08-22T02:39:49.680Z | Compiling embedded-io v0.4.0 |
1694 | 2024-08-22T02:39:49.929Z | Compiling rustls v0.22.4 |
1695 | 2024-08-22T02:39:50.235Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1696 | 2024-08-22T02:39:50.541Z | Compiling unsafe-libyaml v0.2.11 |
1697 | 2024-08-22T02:39:50.813Z | Compiling cobs v0.2.3 |
1698 | 2024-08-22T02:39:51.141Z | Compiling paste v1.0.15 |
1699 | 2024-08-22T02:39:51.256Z | Compiling postcard v1.0.8 |
1700 | 2024-08-22T02:39:52.165Z | Compiling serde_yaml v0.9.34+deprecated |
1701 | 2024-08-22T02:39:52.371Z | Compiling dirs-next v2.0.0 |
1702 | 2024-08-22T02:39:54.199Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1703 | 2024-08-22T02:40:02.238Z | Compiling darling_macro v0.20.9 |
1704 | 2024-08-22T02:40:03.314Z | Compiling rustls-webpki v0.102.4 |
1705 | 2024-08-22T02:40:10.883Z | Compiling strum_macros v0.26.4 |
1706 | 2024-08-22T02:40:11.564Z | Compiling foreign-types-macros v0.2.3 |
1707 | 2024-08-22T02:40:11.646Z | Compiling structmeta-derive v0.3.0 |
1708 | 2024-08-22T02:40:13.005Z | Compiling thread_local v1.1.8 |
1709 | 2024-08-22T02:40:14.183Z | Compiling multer v3.1.0 |
1710 | 2024-08-22T02:40:14.506Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1711 | 2024-08-22T02:40:14.828Z | Compiling proc-macro-error v1.0.4 |
1712 | 2024-08-22T02:40:14.981Z | Compiling foreign-types-shared v0.3.1 |
1713 | 2024-08-22T02:40:15.109Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1714 | 2024-08-22T02:40:15.537Z | Compiling match_cfg v0.1.0 |
1715 | 2024-08-22T02:40:15.643Z | Compiling slog-async v2.8.0 |
1716 | 2024-08-22T02:40:16.913Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1717 | 2024-08-22T02:40:17.277Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1718 | 2024-08-22T02:40:21.665Z | Compiling hostname v0.3.1 |
1719 | 2024-08-22T02:40:21.962Z | Compiling strum v0.26.3 |
1720 | 2024-08-22T02:40:22.139Z | Compiling foreign-types v0.5.0 |
1721 | 2024-08-22T02:40:23.428Z | Compiling structmeta v0.3.0 |
1722 | 2024-08-22T02:40:29.106Z | Compiling darling v0.20.9 |
1723 | 2024-08-22T02:40:29.238Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1724 | 2024-08-22T02:40:30.949Z | Compiling term v0.7.0 |
1725 | 2024-08-22T02:40:33.002Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1726 | 2024-08-22T02:40:34.501Z | Compiling slog-json v2.6.1 |
1727 | 2024-08-22T02:40:34.963Z | Compiling tabwriter v1.4.0 |
1728 | 2024-08-22T02:40:35.249Z | Compiling crossbeam-channel v0.5.12 |
1729 | 2024-08-22T02:40:36.883Z | Compiling http v1.1.0 |
1730 | 2024-08-22T02:40:36.967Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
1731 | 2024-08-22T02:40:37.372Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1732 | 2024-08-22T02:40:37.778Z | Compiling async-stream-impl v0.3.5 |
1733 | 2024-08-22T02:40:38.214Z | Compiling is-terminal v0.4.12 |
1734 | 2024-08-22T02:40:38.356Z | Compiling cstr-argument v0.1.2 |
1735 | 2024-08-22T02:40:38.627Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1736 | 2024-08-22T02:40:38.957Z | Compiling take_mut v0.2.2 |
1737 | 2024-08-22T02:40:39.135Z | Compiling atomic-waker v1.1.2 |
1738 | 2024-08-22T02:40:39.336Z | Compiling crucible-workspace-hack v0.1.0 |
1739 | 2024-08-22T02:40:39.416Z | Compiling rayon-core v1.12.1 |
1740 | 2024-08-22T02:40:39.722Z | Compiling fastrand v2.1.0 |
1741 | 2024-08-22T02:40:40.390Z | Compiling pretty-hex v0.2.1 |
1742 | 2024-08-22T02:40:40.664Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
1743 | 2024-08-22T02:40:40.681Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1744 | 2024-08-22T02:40:40.996Z | Compiling tempfile v3.10.1 |
1745 | 2024-08-22T02:40:41.244Z | Compiling waitgroup v0.1.2 |
1746 | 2024-08-22T02:40:41.567Z | Compiling async-stream v0.3.5 |
1747 | 2024-08-22T02:40:41.910Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1748 | 2024-08-22T02:40:42.663Z | Compiling slog-term v2.9.1 |
1749 | 2024-08-22T02:40:43.258Z | Compiling slog-bunyan v2.5.0 |
1750 | 2024-08-22T02:40:43.539Z | Compiling tokio-rustls v0.25.0 |
1751 | 2024-08-22T02:40:44.007Z | Compiling serde_with_macros v3.9.0 |
1752 | 2024-08-22T02:40:44.186Z | Compiling parse-display-derive v0.10.0 |
1753 | 2024-08-22T02:40:44.255Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1754 | 2024-08-22T02:40:44.385Z | Compiling toml v0.8.19 |
1755 | 2024-08-22T02:40:44.428Z | Compiling rustls-pemfile v2.1.3 |
1756 | 2024-08-22T02:40:44.482Z | Compiling crossbeam-deque v0.8.5 |
1757 | 2024-08-22T02:40:44.869Z | Compiling colored v2.1.0 |
1758 | 2024-08-22T02:40:45.174Z | Compiling newtype-uuid v1.1.0 |
1759 | 2024-08-22T02:40:45.286Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1760 | 2024-08-22T02:40:45.527Z | Compiling serde_path_to_error v0.1.16 |
1761 | 2024-08-22T02:40:46.226Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1762 | 2024-08-22T02:40:46.565Z | Compiling hostname v0.4.0 |
1763 | 2024-08-22T02:40:46.598Z | Compiling instant v0.1.12 |
1764 | 2024-08-22T02:40:46.803Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1765 | 2024-08-22T02:40:46.847Z | Compiling debug-ignore v1.0.5 |
1766 | 2024-08-22T02:40:46.977Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1767 | 2024-08-22T02:40:47.001Z | Compiling backoff v0.4.0 |
1768 | 2024-08-22T02:40:47.194Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1769 | 2024-08-22T02:40:47.211Z | Compiling serde_with v3.9.0 |
1770 | 2024-08-22T02:40:47.366Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1771 | 2024-08-22T02:40:48.070Z | Compiling parse-display v0.10.0 |
1772 | 2024-08-22T02:40:50.134Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1773 | 2024-08-22T02:40:51.379Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1774 | 2024-08-22T02:40:51.536Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
1775 | 2024-08-22T02:40:52.313Z | Compiling camino-tempfile v1.1.1 |
1776 | 2024-08-22T02:40:52.895Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1777 | 2024-08-22T02:40:53.077Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1778 | 2024-08-22T02:40:53.266Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1779 | 2024-08-22T02:40:53.394Z | Compiling macaddr v1.0.1 |
1780 | 2024-08-22T02:40:53.580Z | Compiling num-derive v0.4.2 |
1781 | 2024-08-22T02:40:54.000Z | Compiling sigpipe v0.1.3 |
1782 | 2024-08-22T02:40:54.146Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
1783 | 2024-08-22T02:40:54.466Z | Compiling libefi-sys v0.1.0 |
1784 | 2024-08-22T02:40:54.834Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
1785 | 2024-08-22T02:40:55.779Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
1786 | 2024-08-22T02:40:56.740Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1787 | 2024-08-22T02:40:56.858Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
1788 | 2024-08-22T02:40:57.359Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
1789 | 2024-08-22T02:40:57.417Z | Compiling rayon v1.10.0 |
1790 | 2024-08-22T02:40:58.163Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1791 | 2024-08-22T02:40:58.343Z | Compiling smf v0.2.3 |
1792 | 2024-08-22T02:41:00.734Z | Compiling bitfield-struct v0.6.1 |
1793 | 2024-08-22T02:41:00.996Z | Compiling ring v0.16.20 |
1794 | 2024-08-22T02:41:01.587Z | Compiling blake3 v1.5.1 |
1795 | 2024-08-22T02:41:02.045Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
1796 | 2024-08-22T02:41:02.104Z | Compiling portable-atomic v1.6.0 |
1797 | 2024-08-22T02:41:02.120Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1798 | 2024-08-22T02:41:02.907Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
1799 | 2024-08-22T02:41:03.066Z | Compiling xattr v1.3.1 |
1800 | 2024-08-22T02:41:03.181Z | Compiling memmap2 v0.9.4 |
1801 | 2024-08-22T02:41:03.265Z | Compiling filetime v0.2.24 |
1802 | 2024-08-22T02:41:03.393Z | Compiling same-file v1.0.6 |
1803 | 2024-08-22T02:41:03.620Z | Compiling arrayref v0.3.7 |
1804 | 2024-08-22T02:41:03.675Z | Compiling spin v0.5.2 |
1805 | 2024-08-22T02:41:03.733Z | Compiling constant_time_eq v0.3.0 |
1806 | 2024-08-22T02:41:03.769Z | Compiling arrayvec v0.7.4 |
1807 | 2024-08-22T02:41:03.921Z | Compiling untrusted v0.7.1 |
1808 | 2024-08-22T02:41:03.940Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1809 | 2024-08-22T02:41:04.035Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
1810 | 2024-08-22T02:41:04.068Z | Compiling walkdir v2.5.0 |
1811 | 2024-08-22T02:41:04.111Z | Compiling tar v0.4.41 |
1812 | 2024-08-22T02:41:05.557Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
1813 | 2024-08-22T02:41:06.601Z | Compiling gethostname v0.5.0 |
1814 | 2024-08-22T02:41:06.822Z | Compiling cargo-platform v0.1.8 |
1815 | 2024-08-22T02:41:06.858Z | Compiling topological-sort v0.2.2 |
1816 | 2024-08-22T02:41:07.123Z | Compiling number_prefix v0.4.0 |
1817 | 2024-08-22T02:41:07.382Z | Compiling indicatif v0.17.8 |
1818 | 2024-08-22T02:41:07.928Z | Compiling cargo_metadata v0.18.1 |
1819 | 2024-08-22T02:41:11.962Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
1820 | 2024-08-22T02:41:12.213Z | Compiling omicron-zone-package v0.11.0 |
1821 | 2024-08-22T02:41:13.092Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
1822 | 2024-08-22T02:41:14.619Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
1823 | 2024-08-22T02:41:36.084Z | Finished `release` profile [optimized] target(s) in 4m 14s |
1824 | 2024-08-22T02:41:36.219Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
1825 | 2024-08-22T02:41:36.259Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1826 | 2024-08-22T02:41:36.262Z | Created new build target 'test' and set it as active |
1827 | 2024-08-22T02:41:36.262Z | |
1828 | 2024-08-22T02:41:36.262Z | real 4:14.637157071 |
1829 | 2024-08-22T02:41:36.262Z | user 28:57.323193957 |
1830 | 2024-08-22T02:41:36.262Z | sys 3:35.979559120 |
1831 | 2024-08-22T02:41:36.262Z | trap 0.825784390 |
1832 | 2024-08-22T02:41:36.262Z | tflt 2.869517177 |
1833 | 2024-08-22T02:41:36.262Z | dflt 0.489400774 |
1834 | 2024-08-22T02:41:36.263Z | kflt 0.000205212 |
1835 | 2024-08-22T02:41:36.263Z | lock 1:04:38.224379988 |
1836 | 2024-08-22T02:41:36.263Z | slp 1:52:22.026604117 |
1837 | 2024-08-22T02:41:36.263Z | lat 1:59.005659205 |
1838 | 2024-08-22T02:41:36.263Z | stop 3:23.358442969 |
1839 | 2024-08-22T02:41:36.263Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
1840 | 2024-08-22T02:41:37.178Z | Finished `release` profile [optimized] target(s) in 0.87s |
1841 | 2024-08-22T02:41:37.224Z | Running `target/release/omicron-package -t test package` |
1842 | 2024-08-22T02:41:37.262Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
1843 | 2024-08-22T02:41:38.308Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
1844 | 2024-08-22T02:41:38.308Z | Compiling camino v1.1.9 |
1845 | 2024-08-22T02:41:38.310Z | Compiling password-hash v0.5.0 |
1846 | 2024-08-22T02:41:38.310Z | Compiling blake2 v0.10.6 |
1847 | 2024-08-22T02:41:38.310Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
1848 | 2024-08-22T02:41:38.310Z | Compiling derive-where v1.2.7 |
1849 | 2024-08-22T02:41:38.310Z | Compiling humantime v2.1.0 |
1850 | 2024-08-22T02:41:38.310Z | Compiling newline-converter v0.3.0 |
1851 | 2024-08-22T02:41:38.632Z | Compiling toml v0.8.19 |
1852 | 2024-08-22T02:41:38.653Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1853 | 2024-08-22T02:41:39.078Z | Compiling argon2 v0.5.3 |
1854 | 2024-08-22T02:41:39.118Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
1855 | 2024-08-22T02:41:39.302Z | Compiling expectorate v1.1.0 |
1856 | 2024-08-22T02:41:39.346Z | Compiling dirs-sys-next v0.1.2 |
1857 | 2024-08-22T02:41:39.383Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
1858 | 2024-08-22T02:41:39.482Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
1859 | 2024-08-22T02:41:39.592Z | Compiling dirs-next v2.0.0 |
1860 | 2024-08-22T02:41:39.777Z | Compiling num-rational v0.4.2 |
1861 | 2024-08-22T02:41:39.829Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
1862 | 2024-08-22T02:41:40.155Z | Compiling num-complex v0.4.6 |
1863 | 2024-08-22T02:41:40.421Z | Compiling convert_case v0.4.0 |
1864 | 2024-08-22T02:41:40.566Z | Compiling term v0.7.0 |
1865 | 2024-08-22T02:41:41.214Z | Compiling derive_more v0.99.18 |
1866 | 2024-08-22T02:41:41.469Z | Compiling num v0.4.3 |
1867 | 2024-08-22T02:41:41.497Z | Compiling prettyplease v0.2.20 |
1868 | 2024-08-22T02:41:41.590Z | Compiling float-ord v0.3.2 |
1869 | 2024-08-22T02:41:41.685Z | Compiling is-terminal v0.4.12 |
1870 | 2024-08-22T02:41:41.743Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
1871 | 2024-08-22T02:41:41.815Z | Compiling semver v0.1.20 |
1872 | 2024-08-22T02:41:41.837Z | Compiling home v0.5.9 |
1873 | 2024-08-22T02:41:41.874Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
1874 | 2024-08-22T02:41:42.112Z | Compiling cookie v0.18.1 |
1875 | 2024-08-22T02:41:42.233Z | Compiling rustc_version v0.1.7 |
1876 | 2024-08-22T02:41:42.405Z | Compiling highway v1.2.0 |
1877 | 2024-08-22T02:41:42.428Z | Compiling rustls-pki-types v1.7.0 |
1878 | 2024-08-22T02:41:42.627Z | Compiling newtype_derive v0.1.6 |
1879 | 2024-08-22T02:41:43.156Z | Compiling steno v0.4.1 |
1880 | 2024-08-22T02:41:43.845Z | Compiling rustls-webpki v0.102.4 |
1881 | 2024-08-22T02:41:45.726Z | Compiling rustls v0.22.4 |
1882 | 2024-08-22T02:41:45.754Z | Compiling thread_local v1.1.8 |
1883 | 2024-08-22T02:41:45.770Z | Compiling slog-dtrace v0.3.0 |
1884 | 2024-08-22T02:41:46.095Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
1885 | 2024-08-22T02:41:46.225Z | Compiling match_cfg v0.1.0 |
1886 | 2024-08-22T02:41:46.332Z | Compiling hostname v0.3.1 |
1887 | 2024-08-22T02:41:47.887Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
1888 | 2024-08-22T02:41:48.200Z | Compiling multer v3.1.0 |
1889 | 2024-08-22T02:41:48.273Z | Compiling slog-async v2.8.0 |
1890 | 2024-08-22T02:41:48.342Z | Compiling slog-json v2.6.1 |
1891 | 2024-08-22T02:41:48.406Z | Compiling crossbeam-channel v0.5.12 |
1892 | 2024-08-22T02:41:48.710Z | Compiling http v1.1.0 |
1893 | 2024-08-22T02:41:49.466Z | Compiling take_mut v0.2.2 |
1894 | 2024-08-22T02:41:49.634Z | Compiling atomic-waker v1.1.2 |
1895 | 2024-08-22T02:41:49.820Z | Compiling linked-hash-map v0.5.6 |
1896 | 2024-08-22T02:41:50.918Z | Compiling lru-cache v0.1.2 |
1897 | 2024-08-22T02:41:51.137Z | Compiling tokio-rustls v0.25.0 |
1898 | 2024-08-22T02:41:51.139Z | Compiling waitgroup v0.1.2 |
1899 | 2024-08-22T02:41:51.560Z | Compiling slog-bunyan v2.5.0 |
1900 | 2024-08-22T02:41:52.420Z | Compiling slog-term v2.9.1 |
1901 | 2024-08-22T02:41:53.307Z | Compiling rustls-pemfile v2.1.3 |
1902 | 2024-08-22T02:41:53.593Z | Compiling async-stream v0.3.5 |
1903 | 2024-08-22T02:41:53.653Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
1904 | 2024-08-22T02:41:53.725Z | Compiling ipnetwork v0.20.0 |
1905 | 2024-08-22T02:41:53.743Z | Compiling newtype-uuid v1.1.0 |
1906 | 2024-08-22T02:41:53.875Z | Compiling serde_path_to_error v0.1.16 |
1907 | 2024-08-22T02:41:54.046Z | Compiling hostname v0.4.0 |
1908 | 2024-08-22T02:41:54.295Z | Compiling instant v0.1.12 |
1909 | 2024-08-22T02:41:54.449Z | Compiling debug-ignore v1.0.5 |
1910 | 2024-08-22T02:41:54.508Z | Compiling backoff v0.4.0 |
1911 | 2024-08-22T02:41:54.697Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
1912 | 2024-08-22T02:41:54.847Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
1913 | 2024-08-22T02:41:55.188Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
1914 | 2024-08-22T02:41:55.342Z | Compiling parse-display v0.10.0 |
1915 | 2024-08-22T02:41:55.426Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1916 | 2024-08-22T02:41:55.600Z | Compiling serde_with v3.9.0 |
1917 | 2024-08-22T02:41:55.908Z | Compiling strum v0.26.3 |
1918 | 2024-08-22T02:41:56.096Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1919 | 2024-08-22T02:41:58.978Z | Compiling macaddr v1.0.1 |
1920 | 2024-08-22T02:41:59.529Z | Compiling swrite v0.1.0 |
1921 | 2024-08-22T02:41:59.700Z | Compiling quick-error v1.2.3 |
1922 | 2024-08-22T02:41:59.719Z | Compiling utf-8 v0.7.6 |
1923 | 2024-08-22T02:41:59.860Z | Compiling resolv-conf v0.7.0 |
1924 | 2024-08-22T02:42:01.421Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
1925 | 2024-08-22T02:42:01.727Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
1926 | 2024-08-22T02:42:02.384Z | Compiling hickory-resolver v0.24.1 |
1927 | 2024-08-22T02:42:02.585Z | Compiling rayon-core v1.12.1 |
1928 | 2024-08-22T02:42:02.614Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
1929 | 2024-08-22T02:42:05.011Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
1930 | 2024-08-22T02:42:06.101Z | Compiling crossbeam-deque v0.8.5 |
1931 | 2024-08-22T02:42:06.457Z | Compiling half v2.4.1 |
1932 | 2024-08-22T02:42:06.531Z | Compiling same-file v1.0.6 |
1933 | 2024-08-22T02:42:06.776Z | Compiling display-error-chain v0.2.0 |
1934 | 2024-08-22T02:42:06.997Z | Compiling fastrand v2.1.0 |
1935 | 2024-08-22T02:42:07.200Z | Compiling termcolor v1.4.1 |
1936 | 2024-08-22T02:42:07.492Z | Compiling ciborium-io v0.2.2 |
1937 | 2024-08-22T02:42:07.637Z | Compiling ciborium-ll v0.2.2 |
1938 | 2024-08-22T02:42:08.145Z | Compiling tempfile v3.10.1 |
1939 | 2024-08-22T02:42:08.273Z | Compiling walkdir v2.5.0 |
1940 | 2024-08-22T02:42:08.907Z | Compiling ring v0.16.20 |
1941 | 2024-08-22T02:42:08.951Z | Compiling blake3 v1.5.1 |
1942 | 2024-08-22T02:42:09.584Z | Compiling rayon v1.10.0 |
1943 | 2024-08-22T02:42:10.352Z | Compiling ciborium v0.2.2 |
1944 | 2024-08-22T02:42:11.532Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
1945 | 2024-08-22T02:42:12.548Z | Compiling xattr v1.3.1 |
1946 | 2024-08-22T02:42:14.287Z | Compiling filetime v0.2.24 |
1947 | 2024-08-22T02:42:14.599Z | Compiling memmap2 v0.9.4 |
1948 | 2024-08-22T02:42:15.041Z | Compiling cancel-safe-futures v0.1.5 |
1949 | 2024-08-22T02:42:15.408Z | Compiling constant_time_eq v0.3.0 |
1950 | 2024-08-22T02:42:15.570Z | Compiling untrusted v0.7.1 |
1951 | 2024-08-22T02:42:15.773Z | Compiling spin v0.5.2 |
1952 | 2024-08-22T02:42:16.024Z | Compiling arrayvec v0.7.4 |
1953 | 2024-08-22T02:42:16.250Z | Compiling arrayref v0.3.7 |
1954 | 2024-08-22T02:42:17.723Z | Compiling tar v0.4.41 |
1955 | 2024-08-22T02:42:19.532Z | Compiling toolchain_find v0.4.0 |
1956 | 2024-08-22T02:42:19.655Z | Compiling camino-tempfile v1.1.1 |
1957 | 2024-08-22T02:42:20.013Z | Compiling nibble_vec v0.1.0 |
1958 | 2024-08-22T02:42:20.090Z | Compiling atty v0.2.14 |
1959 | 2024-08-22T02:42:20.108Z | Compiling glob v0.3.1 |
1960 | 2024-08-22T02:42:20.245Z | Compiling radium v0.7.0 |
1961 | 2024-08-22T02:42:20.247Z | Compiling topological-sort v0.2.2 |
1962 | 2024-08-22T02:42:20.482Z | Compiling maplit v1.0.2 |
1963 | 2024-08-22T02:42:20.611Z | Compiling crunchy v0.2.2 |
1964 | 2024-08-22T02:42:20.708Z | Compiling endian-type v0.1.2 |
1965 | 2024-08-22T02:42:20.878Z | Compiling clang-sys v1.7.0 |
1966 | 2024-08-22T02:42:20.953Z | Compiling radix_trie v0.2.1 |
1967 | 2024-08-22T02:42:21.050Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
1968 | 2024-08-22T02:42:21.122Z | Compiling omicron-zone-package v0.11.0 |
1969 | 2024-08-22T02:42:21.524Z | Compiling rustfmt-wrapper v0.2.1 |
1970 | 2024-08-22T02:42:22.149Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
1971 | 2024-08-22T02:42:22.585Z | Compiling tungstenite v0.21.0 |
1972 | 2024-08-22T02:42:22.622Z | Compiling tap v1.0.1 |
1973 | 2024-08-22T02:42:22.814Z | Compiling maybe-uninit v2.0.0 |
1974 | 2024-08-22T02:42:23.340Z | Compiling tiny-keccak v2.0.2 |
1975 | 2024-08-22T02:42:23.753Z | Compiling tokio-tungstenite v0.21.0 |
1976 | 2024-08-22T02:42:24.357Z | Compiling wyz v0.5.1 |
1977 | 2024-08-22T02:42:24.984Z | Compiling dsl_auto_type v0.1.2 |
1978 | 2024-08-22T02:42:25.383Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
1979 | 2024-08-22T02:42:25.400Z | Compiling itertools v0.13.0 |
1980 | 2024-08-22T02:42:25.804Z | Compiling scheduled-thread-pool v0.2.7 |
1981 | 2024-08-22T02:42:26.280Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
1982 | 2024-08-22T02:42:26.363Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1983 | 2024-08-22T02:42:26.902Z | Compiling diesel_table_macro_syntax v0.2.0 |
1984 | 2024-08-22T02:42:27.169Z | Compiling packed_struct v0.10.1 |
1985 | 2024-08-22T02:42:27.299Z | Compiling arc-swap v1.7.1 |
1986 | 2024-08-22T02:42:27.610Z | Compiling crc-catalog v2.4.0 |
1987 | 2024-08-22T02:42:27.695Z | Compiling funty v2.0.0 |
1988 | 2024-08-22T02:42:27.763Z | Compiling slog-scope v4.4.0 |
1989 | 2024-08-22T02:42:27.957Z | Compiling crc v3.2.1 |
1990 | 2024-08-22T02:42:28.623Z | Compiling diesel_derives v2.2.2 |
1991 | 2024-08-22T02:42:29.063Z | Compiling bitvec v1.0.1 |
1992 | 2024-08-22T02:42:30.143Z | Compiling r2d2 v0.8.10 |
1993 | 2024-08-22T02:42:31.113Z | Compiling ascii-canvas v3.0.0 |
1994 | 2024-08-22T02:42:31.598Z | Compiling packed_struct_codegen v0.10.1 |
1995 | 2024-08-22T02:42:33.592Z | Compiling ena v0.14.3 |
1996 | 2024-08-22T02:42:34.015Z | Compiling libloading v0.8.3 |
1997 | 2024-08-22T02:42:34.032Z | Compiling indexmap v1.9.3 |
1998 | 2024-08-22T02:42:34.363Z | Compiling nodrop v0.1.14 |
1999 | 2024-08-22T02:42:34.403Z | Compiling bindgen v0.69.4 |
2000 | 2024-08-22T02:42:34.496Z | Compiling diff v0.1.13 |
2001 | 2024-08-22T02:42:34.866Z | Compiling regex-syntax v0.6.29 |
2002 | 2024-08-22T02:42:35.068Z | Compiling array-init v0.0.4 |
2003 | 2024-08-22T02:42:39.664Z | Compiling diesel v2.2.2 |
2004 | 2024-08-22T02:42:40.063Z | Compiling lalrpop v0.19.12 |
2005 | 2024-08-22T02:42:40.680Z | Compiling smallvec v0.6.14 |
2006 | 2024-08-22T02:42:41.185Z | Compiling slog-stdlog v4.1.1 |
2007 | 2024-08-22T02:42:42.037Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2008 | 2024-08-22T02:42:42.868Z | Compiling which v4.4.2 |
2009 | 2024-08-22T02:42:43.133Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2010 | 2024-08-22T02:42:43.365Z | Compiling cexpr v0.6.0 |
2011 | 2024-08-22T02:42:43.408Z | Compiling libsw v3.3.1 |
2012 | 2024-08-22T02:42:43.771Z | Compiling shlex v1.3.0 |
2013 | 2024-08-22T02:42:44.168Z | Compiling ref-cast v1.0.23 |
2014 | 2024-08-22T02:42:44.676Z | Compiling linear-map v1.2.0 |
2015 | 2024-08-22T02:42:44.935Z | Compiling bitfield v0.14.0 |
2016 | 2024-08-22T02:42:45.098Z | Compiling lazycell v1.3.0 |
2017 | 2024-08-22T02:42:45.219Z | Compiling rustc-hash v1.1.0 |
2018 | 2024-08-22T02:42:45.278Z | Compiling owo-colors v4.0.0 |
2019 | 2024-08-22T02:42:45.367Z | Compiling hashbrown v0.12.3 |
2020 | 2024-08-22T02:42:47.738Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2021 | 2024-08-22T02:42:48.169Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2022 | 2024-08-22T02:42:51.409Z | Compiling slog-envlogger v2.2.0 |
2023 | 2024-08-22T02:42:53.904Z | Compiling serde-hex v0.1.0 |
2024 | 2024-08-22T02:42:55.184Z | Compiling bzip2 v0.4.4 |
2025 | 2024-08-22T02:42:55.659Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2026 | 2024-08-22T02:42:55.984Z | Compiling env_logger v0.10.2 |
2027 | 2024-08-22T02:42:56.979Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2028 | 2024-08-22T02:42:58.921Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2029 | 2024-08-22T02:42:59.143Z | Compiling derive_builder_core v0.20.0 |
2030 | 2024-08-22T02:42:59.240Z | Compiling x509-cert v0.2.5 |
2031 | 2024-08-22T02:43:00.443Z | Compiling ron v0.8.1 |
2032 | 2024-08-22T02:43:01.401Z | Compiling headers-core v0.2.0 |
2033 | 2024-08-22T02:43:01.580Z | Compiling hashbrown v0.13.2 |
2034 | 2024-08-22T02:43:02.955Z | Compiling fxhash v0.2.1 |
2035 | 2024-08-22T02:43:03.194Z | Compiling libxml v0.3.3 |
2036 | 2024-08-22T02:43:03.570Z | Compiling ref-cast-impl v1.0.23 |
2037 | 2024-08-22T02:43:04.739Z | Compiling crc-any v2.5.0 |
2038 | 2024-08-22T02:43:05.646Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2039 | 2024-08-22T02:43:06.080Z | Compiling polar-core v0.27.3 |
2040 | 2024-08-22T02:43:06.572Z | Compiling object v0.30.4 |
2041 | 2024-08-22T02:43:10.922Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2042 | 2024-08-22T02:43:12.648Z | Compiling headers v0.3.9 |
2043 | 2024-08-22T02:43:13.901Z | Compiling derive_builder_macro v0.20.0 |
2044 | 2024-08-22T02:43:14.739Z | Compiling samael v0.0.15 |
2045 | 2024-08-22T02:43:16.273Z | Compiling zip v0.6.6 |
2046 | 2024-08-22T02:43:16.286Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2047 | 2024-08-22T02:43:18.913Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2048 | 2024-08-22T02:43:19.111Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2049 | 2024-08-22T02:43:19.211Z | Compiling strum_macros v0.24.3 |
2050 | 2024-08-22T02:43:19.347Z | Compiling async-recursion v1.1.1 |
2051 | 2024-08-22T02:43:19.420Z | Compiling unicase v2.7.0 |
2052 | 2024-08-22T02:43:19.744Z | Compiling indoc v1.0.9 |
2053 | 2024-08-22T02:43:20.616Z | Compiling path-slash v0.1.5 |
2054 | 2024-08-22T02:43:20.842Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#943c4bbe) |
2055 | 2024-08-22T02:43:24.081Z | Compiling derive_builder v0.20.0 |
2056 | 2024-08-22T02:43:25.025Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2057 | 2024-08-22T02:43:25.330Z | Compiling crossterm v0.28.1 |
2058 | 2024-08-22T02:43:29.237Z | Compiling pem v3.0.4 |
2059 | 2024-08-22T02:43:29.949Z | Compiling curve25519-dalek v4.1.3 |
2060 | 2024-08-22T02:43:30.437Z | Compiling oso-derive v0.27.3 |
2061 | 2024-08-22T02:43:30.585Z | Compiling impl-trait-for-tuples v0.2.2 |
2062 | 2024-08-22T02:43:30.603Z | Compiling libz-sys v1.1.16 |
2063 | 2024-08-22T02:43:31.193Z | Compiling quick-xml v0.31.0 |
2064 | 2024-08-22T02:43:31.410Z | Compiling diesel-dtrace v0.3.0 (https://github.com/oxidecomputer/diesel-dtrace?branch=main#8fcc2bb3) |
2065 | 2024-08-22T02:43:31.740Z | Compiling parking_lot_core v0.8.6 |
2066 | 2024-08-22T02:43:32.226Z | Compiling keccak v0.1.5 |
2067 | 2024-08-22T02:43:33.221Z | Compiling sha3 v0.10.8 |
2068 | 2024-08-22T02:43:33.749Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2069 | 2024-08-22T02:43:34.086Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2070 | 2024-08-22T02:43:35.625Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2071 | 2024-08-22T02:43:36.067Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2072 | 2024-08-22T02:43:36.383Z | Compiling bb8 v0.8.5 |
2073 | 2024-08-22T02:43:37.035Z | Compiling const_format_proc_macros v0.2.32 |
2074 | 2024-08-22T02:43:37.406Z | Compiling oso v0.27.3 |
2075 | 2024-08-22T02:43:38.939Z | Compiling universal-hash v0.5.1 |
2076 | 2024-08-22T02:43:39.139Z | Compiling secrecy v0.8.0 |
2077 | 2024-08-22T02:43:39.188Z | Compiling thiserror-impl-no-std v2.0.2 |
2078 | 2024-08-22T02:43:39.414Z | Compiling curve25519-dalek-derive v0.1.1 |
2079 | 2024-08-22T02:43:40.808Z | Compiling vte_generate_state_changes v0.1.1 |
2080 | 2024-08-22T02:43:41.428Z | Compiling buf-list v1.0.3 |
2081 | 2024-08-22T02:43:41.869Z | Compiling opaque-debug v0.3.1 |
2082 | 2024-08-22T02:43:41.993Z | Compiling poly1305 v0.8.0 |
2083 | 2024-08-22T02:43:42.123Z | Compiling thiserror-no-std v2.0.2 |
2084 | 2024-08-22T02:43:42.259Z | Compiling vte v0.11.1 |
2085 | 2024-08-22T02:43:43.683Z | Compiling const_format v0.2.32 |
2086 | 2024-08-22T02:43:45.026Z | Compiling async-bb8-diesel v0.1.0 (https://github.com/oxidecomputer/async-bb8-diesel?rev=ed7ab5ef0513ba303d33efd41d3e9e381169d59b#ed7ab5ef) |
2087 | 2024-08-22T02:43:47.242Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2088 | 2024-08-22T02:43:47.562Z | Compiling chacha20 v0.9.1 |
2089 | 2024-08-22T02:43:48.030Z | Compiling fd-lock v4.0.2 |
2090 | 2024-08-22T02:43:48.267Z | Compiling aead v0.5.2 |
2091 | 2024-08-22T02:43:48.633Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2092 | 2024-08-22T02:43:49.429Z | Compiling pin-project-internal v1.1.5 |
2093 | 2024-08-22T02:43:49.500Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2094 | 2024-08-22T02:43:49.842Z | Compiling bytecount v0.6.8 |
2095 | 2024-08-22T02:43:50.164Z | Compiling papergrid v0.11.0 |
2096 | 2024-08-22T02:43:52.044Z | Compiling pin-project v1.1.5 |
2097 | 2024-08-22T02:43:52.188Z | Compiling chacha20poly1305 v0.10.1 |
2098 | 2024-08-22T02:43:52.819Z | Compiling parking_lot v0.11.2 |
2099 | 2024-08-22T02:43:53.545Z | Compiling vsss-rs v3.3.4 |
2100 | 2024-08-22T02:43:54.786Z | Compiling strip-ansi-escapes v0.2.0 |
2101 | 2024-08-22T02:43:55.664Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2102 | 2024-08-22T02:43:55.687Z | Compiling tabled_derive v0.7.0 |
2103 | 2024-08-22T02:43:57.582Z | Compiling crossterm v0.27.0 |
2104 | 2024-08-22T02:43:57.796Z | Compiling peg-macros v0.8.4 |
2105 | 2024-08-22T02:44:00.405Z | Compiling kstat-rs v0.2.4 |
2106 | 2024-08-22T02:44:01.076Z | Compiling snafu-derive v0.8.2 |
2107 | 2024-08-22T02:44:01.305Z | Compiling sqlparser_derive v0.2.2 |
2108 | 2024-08-22T02:44:01.618Z | Compiling unicode_categories v0.1.1 |
2109 | 2024-08-22T02:44:01.997Z | Compiling nu-ansi-term v0.50.0 |
2110 | 2024-08-22T02:44:02.636Z | Compiling rustyline v14.0.0 |
2111 | 2024-08-22T02:44:03.160Z | Compiling reedline v0.33.0 |
2112 | 2024-08-22T02:44:03.942Z | Compiling sqlparser v0.45.0 |
2113 | 2024-08-22T02:44:05.834Z | Compiling snafu v0.8.2 |
2114 | 2024-08-22T02:44:07.137Z | Compiling sqlformat v0.2.4 |
2115 | 2024-08-22T02:44:14.226Z | Compiling peg v0.8.4 |
2116 | 2024-08-22T02:44:14.334Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2117 | 2024-08-22T02:44:17.305Z | Compiling tabled v0.15.0 |
2118 | 2024-08-22T02:44:25.309Z | Compiling sled v0.34.7 |
2119 | 2024-08-22T02:44:29.407Z | Compiling mime_guess v2.0.4 |
2120 | 2024-08-22T02:44:33.126Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2121 | 2024-08-22T02:44:33.797Z | Compiling hickory-client v0.24.1 |
2122 | 2024-08-22T02:44:36.929Z | Compiling env_logger v0.9.3 |
2123 | 2024-08-22T02:44:37.471Z | Compiling tungstenite v0.20.1 |
2124 | 2024-08-22T02:44:38.954Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=ceec762e6a87d2a22bf56792a3025e145caa095e#ceec762e) |
2125 | 2024-08-22T02:44:40.223Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2126 | 2024-08-22T02:44:41.063Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2127 | 2024-08-22T02:44:45.516Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2128 | 2024-08-22T02:44:47.068Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2129 | 2024-08-22T02:44:54.633Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2130 | 2024-08-22T02:44:55.136Z | Compiling hickory-server v0.24.1 |
2131 | 2024-08-22T02:44:57.608Z | Compiling globset v0.4.14 |
2132 | 2024-08-22T02:45:00.677Z | Compiling olpc-cjson v0.1.3 |
2133 | 2024-08-22T02:45:01.042Z | Compiling bcs v0.1.6 |
2134 | 2024-08-22T02:45:01.981Z | Compiling vergen v8.3.2 |
2135 | 2024-08-22T02:45:02.308Z | Compiling bitstruct_derive v0.1.0 |
2136 | 2024-08-22T02:45:03.632Z | Compiling cargo-platform v0.1.8 |
2137 | 2024-08-22T02:45:04.185Z | Compiling serde_plain v1.0.2 |
2138 | 2024-08-22T02:45:04.742Z | Compiling nanorand v0.7.0 |
2139 | 2024-08-22T02:45:05.371Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2140 | 2024-08-22T02:45:05.452Z | Compiling memoffset v0.9.1 |
2141 | 2024-08-22T02:45:05.536Z | Compiling ascii v1.1.0 |
2142 | 2024-08-22T02:45:05.814Z | Compiling typed-path v0.7.1 |
2143 | 2024-08-22T02:45:06.298Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2144 | 2024-08-22T02:45:07.701Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2145 | 2024-08-22T02:45:07.999Z | Compiling flume v0.11.0 |
2146 | 2024-08-22T02:45:08.679Z | Compiling tough v0.17.1 |
2147 | 2024-08-22T02:45:08.744Z | Compiling cargo_metadata v0.18.1 |
2148 | 2024-08-22T02:45:11.500Z | Compiling bitstruct v0.1.1 |
2149 | 2024-08-22T02:45:11.662Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2150 | 2024-08-22T02:45:12.110Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2151 | 2024-08-22T02:45:12.493Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2152 | 2024-08-22T02:45:13.061Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2153 | 2024-08-22T02:45:19.918Z | Compiling git2 v0.19.0 |
2154 | 2024-08-22T02:45:22.759Z | Compiling tokio-tungstenite v0.20.1 |
2155 | 2024-08-22T02:45:23.942Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2156 | 2024-08-22T02:45:24.763Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2157 | 2024-08-22T02:45:29.182Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2158 | 2024-08-22T02:45:30.334Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2159 | 2024-08-22T02:45:32.298Z | Compiling libsqlite3-sys v0.28.0 |
2160 | 2024-08-22T02:45:32.826Z | Compiling erased-serde v0.3.31 |
2161 | 2024-08-22T02:45:34.554Z | Compiling serde_arrays v0.1.0 |
2162 | 2024-08-22T02:45:34.761Z | Compiling parse-size v1.0.0 |
2163 | 2024-08-22T02:45:35.063Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2164 | 2024-08-22T02:45:35.372Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2165 | 2024-08-22T02:45:39.725Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2166 | 2024-08-22T02:45:39.741Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2167 | 2024-08-22T02:45:40.447Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2168 | 2024-08-22T02:45:40.766Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2169 | 2024-08-22T02:45:42.809Z | Compiling heck v0.3.3 |
2170 | 2024-08-22T02:45:43.201Z | Compiling rand_seeder v0.3.0 |
2171 | 2024-08-22T02:45:43.610Z | Compiling castaway v0.2.3 |
2172 | 2024-08-22T02:45:43.808Z | Compiling csv-core v0.1.11 |
2173 | 2024-08-22T02:45:44.673Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=319e7b92db69792ab8efa4c68554ad0cf83adf93#319e7b92) |
2174 | 2024-08-22T02:45:44.690Z | Compiling http-range v0.1.5 |
2175 | 2024-08-22T02:45:45.009Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2176 | 2024-08-22T02:45:45.427Z | Compiling hyper-staticfile v0.9.5 |
2177 | 2024-08-22T02:45:47.130Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2178 | 2024-08-22T02:45:47.740Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2179 | 2024-08-22T02:45:48.362Z | Compiling csv v1.3.0 |
2180 | 2024-08-22T02:45:50.576Z | Compiling compact_str v0.8.0 |
2181 | 2024-08-22T02:45:53.177Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2182 | 2024-08-22T02:45:53.404Z | Compiling zone_cfg_derive v0.1.2 |
2183 | 2024-08-22T02:45:54.836Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2184 | 2024-08-22T02:45:56.465Z | Compiling nix v0.27.1 |
2185 | 2024-08-22T02:45:56.547Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2186 | 2024-08-22T02:45:57.663Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2187 | 2024-08-22T02:45:59.964Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2188 | 2024-08-22T02:46:03.724Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2189 | 2024-08-22T02:46:04.654Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2190 | 2024-08-22T02:46:04.987Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2191 | 2024-08-22T02:46:05.306Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2192 | 2024-08-22T02:46:05.629Z | Compiling unicode-truncate v1.0.0 |
2193 | 2024-08-22T02:46:05.921Z | Compiling hashlink v0.9.1 |
2194 | 2024-08-22T02:46:06.729Z | Compiling lru v0.12.3 |
2195 | 2024-08-22T02:46:07.112Z | Compiling serde-big-array v0.5.1 |
2196 | 2024-08-22T02:46:07.266Z | Compiling instability v0.3.2 |
2197 | 2024-08-22T02:46:07.393Z | Compiling base64 v0.13.1 |
2198 | 2024-08-22T02:46:08.146Z | Compiling fallible-streaming-iterator v0.1.9 |
2199 | 2024-08-22T02:46:08.270Z | Compiling fallible-iterator v0.3.0 |
2200 | 2024-08-22T02:46:08.449Z | Compiling cassowary v0.3.0 |
2201 | 2024-08-22T02:46:09.083Z | Compiling rusqlite v0.31.0 |
2202 | 2024-08-22T02:46:12.101Z | Compiling ratatui v0.28.0 |
2203 | 2024-08-22T02:46:13.271Z | Compiling ron v0.7.1 |
2204 | 2024-08-22T02:46:18.591Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2205 | 2024-08-22T02:46:29.144Z | Compiling zone v0.1.8 |
2206 | 2024-08-22T02:46:30.502Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2207 | 2024-08-22T02:46:31.807Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2208 | 2024-08-22T02:46:32.546Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2209 | 2024-08-22T02:46:32.695Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2210 | 2024-08-22T02:46:34.267Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2211 | 2024-08-22T02:46:37.291Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2212 | 2024-08-22T02:46:37.314Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2213 | 2024-08-22T02:46:37.789Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2214 | 2024-08-22T02:46:38.137Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2215 | 2024-08-22T02:46:41.476Z | Compiling twox-hash v1.6.3 |
2216 | 2024-08-22T02:46:42.478Z | Compiling signal-hook-tokio v0.3.1 |
2217 | 2024-08-22T02:46:42.706Z | Compiling yasna v0.5.2 |
2218 | 2024-08-22T02:46:43.327Z | Compiling portpicker v0.1.1 |
2219 | 2024-08-22T02:46:43.768Z | Compiling unicode-linebreak v0.1.5 |
2220 | 2024-08-22T02:46:44.332Z | Compiling smawk v0.3.2 |
2221 | 2024-08-22T02:46:44.611Z | Compiling textwrap v0.16.1 |
2222 | 2024-08-22T02:46:46.212Z | Compiling rcgen v0.12.1 |
2223 | 2024-08-22T02:46:48.243Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2224 | 2024-08-22T02:46:50.078Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2225 | 2024-08-22T02:46:56.046Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2226 | 2024-08-22T02:47:01.083Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2227 | 2024-08-22T02:47:01.240Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2228 | 2024-08-22T02:47:06.174Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2229 | 2024-08-22T02:47:06.230Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2230 | 2024-08-22T02:47:06.714Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2231 | 2024-08-22T02:47:07.042Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2232 | 2024-08-22T02:47:13.451Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2233 | 2024-08-22T02:47:13.905Z | Compiling atomicwrites v0.4.3 |
2234 | 2024-08-22T02:47:14.435Z | Compiling fatfs v0.3.6 |
2235 | 2024-08-22T02:47:15.246Z | Compiling rtoolbox v0.0.2 |
2236 | 2024-08-22T02:47:15.697Z | Compiling subprocess v0.2.9 |
2237 | 2024-08-22T02:47:16.883Z | Compiling assert_matches v1.5.0 |
2238 | 2024-08-22T02:47:16.990Z | Compiling is_ci v1.2.0 |
2239 | 2024-08-22T02:47:17.284Z | Compiling supports-color v3.0.0 |
2240 | 2024-08-22T02:47:17.935Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2241 | 2024-08-22T02:47:20.603Z | Compiling rpassword v7.3.1 |
2242 | 2024-08-22T02:47:21.050Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2243 | 2024-08-22T02:47:22.572Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2244 | 2024-08-22T02:47:22.982Z | Compiling tui-tree-widget v0.22.0 |
2245 | 2024-08-22T02:47:23.410Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2246 | 2024-08-22T02:47:24.410Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2247 | 2024-08-22T02:47:25.114Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2248 | 2024-08-22T02:47:25.440Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2249 | 2024-08-22T02:47:29.666Z | Compiling uzers v0.11.3 |
2250 | 2024-08-22T02:47:31.887Z | Compiling shell-words v1.1.0 |
2251 | 2024-08-22T02:47:32.319Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2252 | 2024-08-22T02:47:32.340Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2253 | 2024-08-22T02:47:34.218Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2254 | 2024-08-22T02:47:37.665Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2255 | 2024-08-22T02:47:47.999Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2256 | 2024-08-22T02:47:58.867Z | Compiling multimap v0.10.0 |
2257 | 2024-08-22T02:49:41.433Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns-cli) |
2258 | 2024-08-22T02:50:06.055Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2259 | 2024-08-22T02:56:32.360Z | Finished `release` profile [optimized] target(s) in 14m 54s |
2260 | 2024-08-22T02:57:28.916Z | |
2261 | 2024-08-22T02:57:28.916Z | real 15:52.502383773 |
2262 | 2024-08-22T02:57:28.916Z | user 1:49:55.939395523 |
2263 | 2024-08-22T02:57:28.916Z | sys 5:34.748424700 |
2264 | 2024-08-22T02:57:28.916Z | trap 2.598424775 |
2265 | 2024-08-22T02:57:28.919Z | tflt 3.090432596 |
2266 | 2024-08-22T02:57:28.919Z | dflt 3.305622059 |
2267 | 2024-08-22T02:57:28.919Z | kflt 0.123846554 |
2268 | 2024-08-22T02:57:28.919Z | lock 6:39:48.529410191 |
2269 | 2024-08-22T02:57:28.919Z | slp 5:48:59.733282590 |
2270 | 2024-08-22T02:57:28.919Z | lat 2:45.834861876 |
2271 | 2024-08-22T02:57:28.919Z | stop 2:32.639234249 |
2272 | 2024-08-22T02:57:28.919Z | + mapfile -t packages |
2273 | 2024-08-22T02:57:28.919Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2274 | 2024-08-22T02:57:29.854Z | Finished `release` profile [optimized] target(s) in 0.89s |
2275 | 2024-08-22T02:57:29.902Z | Running `target/release/omicron-package -t test list-outputs` |
2276 | 2024-08-22T02:57:29.943Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2277 | 2024-08-22T02:57:29.949Z | + ptime -m cargo build --locked --release -p xtask |
2278 | 2024-08-22T02:57:30.510Z | Compiling serde v1.0.208 |
2279 | 2024-08-22T02:57:30.513Z | Compiling libc v0.2.156 |
2280 | 2024-08-22T02:57:30.513Z | Compiling serde_json v1.0.125 |
2281 | 2024-08-22T02:57:30.513Z | Compiling syn v2.0.74 |
2282 | 2024-08-22T02:57:30.592Z | Compiling usdt-impl v0.5.0 |
2283 | 2024-08-22T02:57:30.608Z | Compiling syn v1.0.109 |
2284 | 2024-08-22T02:57:30.953Z | Compiling rustix v0.38.34 |
2285 | 2024-08-22T02:57:30.980Z | Compiling log v0.4.21 |
2286 | 2024-08-22T02:57:31.091Z | Compiling bitflags v2.6.0 |
2287 | 2024-08-22T02:57:31.109Z | Compiling hashbrown v0.14.5 |
2288 | 2024-08-22T02:57:31.124Z | Compiling fs-err v2.11.0 |
2289 | 2024-08-22T02:57:31.462Z | Compiling anyhow v1.0.86 |
2290 | 2024-08-22T02:57:32.025Z | Compiling thread-id v4.2.1 |
2291 | 2024-08-22T02:57:32.512Z | Compiling indexmap v2.4.0 |
2292 | 2024-08-22T02:57:32.867Z | Compiling terminal_size v0.3.0 |
2293 | 2024-08-22T02:57:33.092Z | Compiling clap_builder v4.5.15 |
2294 | 2024-08-22T02:57:33.893Z | Compiling proc-macro-error v1.0.4 |
2295 | 2024-08-22T02:57:35.225Z | Compiling tabled_derive v0.7.0 |
2296 | 2024-08-22T02:57:36.486Z | Compiling tabled v0.15.0 |
2297 | 2024-08-22T02:57:38.536Z | Compiling serde_derive v1.0.208 |
2298 | 2024-08-22T02:57:38.908Z | Compiling thiserror-impl v1.0.63 |
2299 | 2024-08-22T02:57:39.814Z | Compiling zerocopy-derive v0.7.34 |
2300 | 2024-08-22T02:57:41.773Z | Compiling thiserror v1.0.63 |
2301 | 2024-08-22T02:57:41.932Z | Compiling pest v2.7.10 |
2302 | 2024-08-22T02:57:42.018Z | Compiling zerocopy v0.7.34 |
2303 | 2024-08-22T02:57:43.002Z | Compiling scroll_derive v0.12.0 |
2304 | 2024-08-22T02:57:44.463Z | Compiling scroll v0.12.0 |
2305 | 2024-08-22T02:57:44.927Z | Compiling pest_meta v2.7.10 |
2306 | 2024-08-22T02:57:45.142Z | Compiling goblin v0.8.2 |
2307 | 2024-08-22T02:57:47.069Z | Compiling pest_generator v2.7.10 |
2308 | 2024-08-22T02:57:49.019Z | Compiling pest_derive v2.7.10 |
2309 | 2024-08-22T02:57:49.825Z | Compiling dtrace-parser v0.2.0 |
2310 | 2024-08-22T02:57:51.583Z | Compiling clap_derive v4.5.13 |
2311 | 2024-08-22T02:57:56.313Z | Compiling dof v0.3.0 |
2312 | 2024-08-22T02:57:56.377Z | Compiling serde_tokenstream v0.2.2 |
2313 | 2024-08-22T02:57:56.713Z | Compiling serde_spanned v0.6.7 |
2314 | 2024-08-22T02:57:57.010Z | Compiling toml_datetime v0.6.8 |
2315 | 2024-08-22T02:57:57.219Z | Compiling camino v1.1.9 |
2316 | 2024-08-22T02:57:57.695Z | Compiling toml_edit v0.22.20 |
2317 | 2024-08-22T02:57:58.409Z | Compiling usdt-macro v0.5.0 |
2318 | 2024-08-22T02:57:58.559Z | Compiling usdt-attr-macro v0.5.0 |
2319 | 2024-08-22T02:57:59.650Z | Compiling semver v1.0.23 |
2320 | 2024-08-22T02:57:59.944Z | Compiling cargo-platform v0.1.8 |
2321 | 2024-08-22T02:58:01.046Z | Compiling cargo_metadata v0.18.1 |
2322 | 2024-08-22T02:58:01.145Z | Compiling toml v0.8.19 |
2323 | 2024-08-22T02:58:02.381Z | Compiling cargo_toml v0.20.4 |
2324 | 2024-08-22T02:58:02.607Z | Compiling usdt v0.5.0 |
2325 | 2024-08-22T02:58:04.083Z | Compiling clap v4.5.16 |
2326 | 2024-08-22T02:58:04.223Z | Compiling macaddr v1.0.1 |
2327 | 2024-08-22T02:58:14.861Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2328 | 2024-08-22T02:58:25.764Z | Finished `release` profile [optimized] target(s) in 55.76s |
2329 | 2024-08-22T02:58:25.860Z | |
2330 | 2024-08-22T02:58:25.861Z | real 55.882978525 |
2331 | 2024-08-22T02:58:25.861Z | user 5:37.906038098 |
2332 | 2024-08-22T02:58:25.861Z | sys 31.756640434 |
2333 | 2024-08-22T02:58:25.861Z | trap 0.148691404 |
2334 | 2024-08-22T02:58:25.863Z | tflt 0.312975197 |
2335 | 2024-08-22T02:58:25.863Z | dflt 0.529264629 |
2336 | 2024-08-22T02:58:25.863Z | kflt 0.000000000 |
2337 | 2024-08-22T02:58:25.863Z | lock 10:08.087915659 |
2338 | 2024-08-22T02:58:25.863Z | slp 15:21.900730359 |
2339 | 2024-08-22T02:58:25.863Z | lat 12.294867793 |
2340 | 2024-08-22T02:58:25.863Z | stop 14.496338017 |
2341 | 2024-08-22T02:58:25.863Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2342 | 2024-08-22T02:58:25.863Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2343 | 2024-08-22T02:58:25.863Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2344 | 2024-08-22T02:58:25.863Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2345 | 2024-08-22T02:58:25.863Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2346 | 2024-08-22T02:58:26.415Z | Downloading crates ... |
2347 | 2024-08-22T02:58:26.662Z | Downloaded bcrypt-pbkdf v0.10.0 |
2348 | 2024-08-22T02:58:26.681Z | Downloaded dhcproto-macros v0.1.0 |
2349 | 2024-08-22T02:58:26.684Z | Downloaded ghash v0.5.1 |
2350 | 2024-08-22T02:58:26.687Z | Downloaded blowfish v0.9.1 |
2351 | 2024-08-22T02:58:26.687Z | Downloaded pbkdf2 v0.11.0 |
2352 | 2024-08-22T02:58:26.690Z | Downloaded ed25519 v2.2.3 |
2353 | 2024-08-22T02:58:26.693Z | Downloaded dirs v5.0.1 |
2354 | 2024-08-22T02:58:26.693Z | Downloaded primeorder v0.13.6 |
2355 | 2024-08-22T02:58:26.696Z | Downloaded ssh-encoding v0.2.0 |
2356 | 2024-08-22T02:58:26.696Z | Downloaded dirs-sys v0.4.1 |
2357 | 2024-08-22T02:58:26.699Z | Downloaded internet-checksum v0.2.1 |
2358 | 2024-08-22T02:58:26.699Z | Downloaded aes-gcm v0.10.3 |
2359 | 2024-08-22T02:58:26.702Z | Downloaded russh-keys v0.44.0 |
2360 | 2024-08-22T02:58:26.704Z | Downloaded md5 v0.7.0 |
2361 | 2024-08-22T02:58:26.704Z | Downloaded option-ext v0.2.0 |
2362 | 2024-08-22T02:58:26.707Z | Downloaded dhcproto v0.12.0 |
2363 | 2024-08-22T02:58:26.710Z | Downloaded ssh-cipher v0.2.0 |
2364 | 2024-08-22T02:58:26.710Z | Downloaded russh-cryptovec v0.7.2 |
2365 | 2024-08-22T02:58:26.710Z | Downloaded p256 v0.13.2 |
2366 | 2024-08-22T02:58:26.713Z | Downloaded hex-literal v0.4.1 |
2367 | 2024-08-22T02:58:26.715Z | Downloaded polyval v0.6.2 |
2368 | 2024-08-22T02:58:26.718Z | Downloaded rfc6979 v0.4.0 |
2369 | 2024-08-22T02:58:26.721Z | Downloaded ecdsa v0.16.9 |
2370 | 2024-08-22T02:58:26.724Z | Downloaded password-hash v0.4.2 |
2371 | 2024-08-22T02:58:26.729Z | Downloaded num-bigint v0.4.5 |
2372 | 2024-08-22T02:58:26.733Z | Downloaded russh v0.44.1 |
2373 | 2024-08-22T02:58:26.738Z | Downloaded ssh-key v0.6.6 |
2374 | 2024-08-22T02:58:26.746Z | Downloaded p521 v0.13.3 |
2375 | 2024-08-22T02:58:26.748Z | Downloaded p384 v0.13.0 |
2376 | 2024-08-22T02:58:26.753Z | Downloaded ed25519-dalek v2.1.1 |
2377 | 2024-08-22T02:58:26.886Z | Compiling regress v0.9.1 |
2378 | 2024-08-22T02:58:27.000Z | Compiling getopts v0.2.21 |
2379 | 2024-08-22T02:58:27.004Z | Compiling unsafe-libyaml v0.2.11 |
2380 | 2024-08-22T02:58:27.004Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2381 | 2024-08-22T02:58:27.004Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2382 | 2024-08-22T02:58:27.004Z | Compiling http v1.1.0 |
2383 | 2024-08-22T02:58:27.004Z | Compiling match_cfg v0.1.0 |
2384 | 2024-08-22T02:58:27.004Z | Compiling toml v0.8.19 |
2385 | 2024-08-22T02:58:27.131Z | Compiling hostname v0.3.1 |
2386 | 2024-08-22T02:58:27.392Z | Compiling rustls-pki-types v1.7.0 |
2387 | 2024-08-22T02:58:27.445Z | Compiling rustls v0.22.4 |
2388 | 2024-08-22T02:58:27.485Z | Compiling ident_case v1.0.1 |
2389 | 2024-08-22T02:58:27.684Z | Compiling paste v1.0.15 |
2390 | 2024-08-22T02:58:27.775Z | Compiling darling_core v0.20.9 |
2391 | 2024-08-22T02:58:27.928Z | Compiling rustls-webpki v0.102.4 |
2392 | 2024-08-22T02:58:28.207Z | Compiling ipnetwork v0.20.0 |
2393 | 2024-08-22T02:58:28.325Z | Compiling multer v3.1.0 |
2394 | 2024-08-22T02:58:28.633Z | Compiling serde_yaml v0.9.34+deprecated |
2395 | 2024-08-22T02:58:29.163Z | Compiling slog-json v2.6.1 |
2396 | 2024-08-22T02:58:29.547Z | Compiling async-stream-impl v0.3.5 |
2397 | 2024-08-22T02:58:29.560Z | Compiling instant v0.1.12 |
2398 | 2024-08-22T02:58:29.712Z | Compiling dropshot v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2399 | 2024-08-22T02:58:30.014Z | Compiling debug-ignore v1.0.5 |
2400 | 2024-08-22T02:58:30.031Z | Compiling atomic-waker v1.1.2 |
2401 | 2024-08-22T02:58:30.176Z | Compiling waitgroup v0.1.2 |
2402 | 2024-08-22T02:58:30.302Z | Compiling slog-bunyan v2.5.0 |
2403 | 2024-08-22T02:58:30.411Z | Compiling rustls-pemfile v2.1.3 |
2404 | 2024-08-22T02:58:30.516Z | Compiling dropshot_endpoint v0.10.2-dev (https://github.com/oxidecomputer/dropshot?branch=main#06c8dab4) |
2405 | 2024-08-22T02:58:30.838Z | Compiling typify-impl v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2406 | 2024-08-22T02:58:30.898Z | Compiling async-stream v0.3.5 |
2407 | 2024-08-22T02:58:31.217Z | Compiling serde_path_to_error v0.1.16 |
2408 | 2024-08-22T02:58:31.499Z | Compiling hostname v0.4.0 |
2409 | 2024-08-22T02:58:31.785Z | Compiling structmeta-derive v0.3.0 |
2410 | 2024-08-22T02:58:32.079Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#2612d220) |
2411 | 2024-08-22T02:58:32.131Z | Compiling newtype-uuid v1.1.0 |
2412 | 2024-08-22T02:58:32.446Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2413 | 2024-08-22T02:58:32.818Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2414 | 2024-08-22T02:58:32.908Z | Compiling backoff v0.4.0 |
2415 | 2024-08-22T02:58:33.147Z | Compiling tokio-rustls v0.25.0 |
2416 | 2024-08-22T02:58:33.269Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2417 | 2024-08-22T02:58:33.272Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2418 | 2024-08-22T02:58:33.440Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2419 | 2024-08-22T02:58:33.563Z | Compiling macaddr v1.0.1 |
2420 | 2024-08-22T02:58:33.603Z | Compiling proc-macro-crate v1.3.1 |
2421 | 2024-08-22T02:58:34.034Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2422 | 2024-08-22T02:58:34.073Z | Compiling fastrand v2.1.0 |
2423 | 2024-08-22T02:58:34.433Z | Compiling tempfile v3.10.1 |
2424 | 2024-08-22T02:58:34.630Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2425 | 2024-08-22T02:58:34.728Z | Compiling num_enum_derive v0.5.11 |
2426 | 2024-08-22T02:58:34.815Z | Compiling structmeta v0.3.0 |
2427 | 2024-08-22T02:58:34.903Z | Compiling darling_macro v0.20.9 |
2428 | 2024-08-22T02:58:34.948Z | Compiling foreign-types-macros v0.2.3 |
2429 | 2024-08-22T02:58:35.262Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2430 | 2024-08-22T02:58:35.292Z | Compiling parse-display-derive v0.10.0 |
2431 | 2024-08-22T02:58:35.574Z | Compiling heapless v0.8.0 |
2432 | 2024-08-22T02:58:35.879Z | Compiling darling v0.20.9 |
2433 | 2024-08-22T02:58:36.004Z | Compiling serde_with_macros v3.9.0 |
2434 | 2024-08-22T02:58:36.201Z | Compiling foreign-types-shared v0.3.1 |
2435 | 2024-08-22T02:58:36.383Z | Compiling foreign-types v0.5.0 |
2436 | 2024-08-22T02:58:36.567Z | Compiling proc-macro-error v1.0.4 |
2437 | 2024-08-22T02:58:37.028Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#42ad0104) |
2438 | 2024-08-22T02:58:37.296Z | Compiling cstr-argument v0.1.2 |
2439 | 2024-08-22T02:58:37.375Z | Compiling num_enum v0.5.11 |
2440 | 2024-08-22T02:58:37.541Z | Compiling hash32 v0.3.1 |
2441 | 2024-08-22T02:58:37.544Z | Compiling smoltcp v0.11.0 |
2442 | 2024-08-22T02:58:37.789Z | Compiling pretty-hex v0.2.1 |
2443 | 2024-08-22T02:58:37.980Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2444 | 2024-08-22T02:58:38.349Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2445 | 2024-08-22T02:58:38.371Z | Compiling camino-tempfile v1.1.1 |
2446 | 2024-08-22T02:58:38.794Z | Compiling tabwriter v1.4.0 |
2447 | 2024-08-22T02:58:38.893Z | Compiling colored v2.1.0 |
2448 | 2024-08-22T02:58:38.954Z | Compiling embedded-io v0.4.0 |
2449 | 2024-08-22T02:58:39.058Z | Compiling serde_with v3.9.0 |
2450 | 2024-08-22T02:58:39.105Z | Compiling cobs v0.2.3 |
2451 | 2024-08-22T02:58:39.311Z | Compiling postcard v1.0.8 |
2452 | 2024-08-22T02:58:39.397Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2453 | 2024-08-22T02:58:39.655Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2454 | 2024-08-22T02:58:39.708Z | Compiling crucible-workspace-hack v0.1.0 |
2455 | 2024-08-22T02:58:39.904Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2456 | 2024-08-22T02:58:39.959Z | Compiling parse-display v0.10.0 |
2457 | 2024-08-22T02:58:40.038Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#4ceaf96e) |
2458 | 2024-08-22T02:58:40.166Z | Compiling smf v0.2.3 |
2459 | 2024-08-22T02:58:40.393Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2460 | 2024-08-22T02:58:40.722Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2461 | 2024-08-22T02:58:40.814Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2462 | 2024-08-22T02:58:41.283Z | Compiling num-derive v0.4.2 |
2463 | 2024-08-22T02:58:41.680Z | Compiling sigpipe v0.1.3 |
2464 | 2024-08-22T02:58:41.806Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2465 | 2024-08-22T02:58:42.148Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2466 | 2024-08-22T02:58:42.271Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone?branch=state-derive-eq-hash#f1920d56) |
2467 | 2024-08-22T02:58:42.980Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2468 | 2024-08-22T02:58:43.291Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2469 | 2024-08-22T02:58:43.760Z | Compiling universal-hash v0.5.1 |
2470 | 2024-08-22T02:58:43.814Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2471 | 2024-08-22T02:58:43.880Z | Compiling opaque-debug v0.3.1 |
2472 | 2024-08-22T02:58:43.948Z | Compiling utf-8 v0.7.6 |
2473 | 2024-08-22T02:58:43.981Z | Compiling num-rational v0.4.2 |
2474 | 2024-08-22T02:58:43.993Z | Compiling curve25519-dalek v4.1.3 |
2475 | 2024-08-22T02:58:44.394Z | Compiling num-complex v0.4.6 |
2476 | 2024-08-22T02:58:44.433Z | Compiling humantime v2.1.0 |
2477 | 2024-08-22T02:58:44.520Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2478 | 2024-08-22T02:58:44.723Z | Compiling password-hash v0.5.0 |
2479 | 2024-08-22T02:58:44.764Z | Compiling blake2 v0.10.6 |
2480 | 2024-08-22T02:58:44.972Z | Compiling aead v0.5.2 |
2481 | 2024-08-22T02:58:45.012Z | Compiling curve25519-dalek-derive v0.1.1 |
2482 | 2024-08-22T02:58:45.346Z | Compiling num v0.4.3 |
2483 | 2024-08-22T02:58:45.434Z | Compiling float-ord v0.3.2 |
2484 | 2024-08-22T02:58:45.461Z | Compiling argon2 v0.5.3 |
2485 | 2024-08-22T02:58:45.605Z | Compiling poly1305 v0.8.0 |
2486 | 2024-08-22T02:58:45.720Z | Compiling chacha20 v0.9.1 |
2487 | 2024-08-22T02:58:45.739Z | Compiling semver v0.1.20 |
2488 | 2024-08-22T02:58:46.175Z | Compiling convert_case v0.4.0 |
2489 | 2024-08-22T02:58:46.320Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2490 | 2024-08-22T02:58:46.433Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
2491 | 2024-08-22T02:58:46.756Z | Compiling rustc_version v0.1.7 |
2492 | 2024-08-22T02:58:46.774Z | Compiling tungstenite v0.21.0 |
2493 | 2024-08-22T02:58:47.227Z | Compiling derive_more v0.99.18 |
2494 | 2024-08-22T02:58:47.282Z | Compiling newline-converter v0.3.0 |
2495 | 2024-08-22T02:58:47.318Z | Compiling atty v0.2.14 |
2496 | 2024-08-22T02:58:47.456Z | Compiling same-file v1.0.6 |
2497 | 2024-08-22T02:58:47.474Z | Compiling rayon-core v1.12.1 |
2498 | 2024-08-22T02:58:47.749Z | Compiling walkdir v2.5.0 |
2499 | 2024-08-22T02:58:47.793Z | Compiling expectorate v1.1.0 |
2500 | 2024-08-22T02:58:47.816Z | Compiling tokio-tungstenite v0.21.0 |
2501 | 2024-08-22T02:58:47.974Z | Compiling newtype_derive v0.1.6 |
2502 | 2024-08-22T02:58:48.293Z | Compiling crossbeam-deque v0.8.5 |
2503 | 2024-08-22T02:58:48.332Z | Compiling keccak v0.1.5 |
2504 | 2024-08-22T02:58:48.410Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2505 | 2024-08-22T02:58:48.516Z | Compiling prettyplease v0.2.20 |
2506 | 2024-08-22T02:58:48.647Z | Compiling sha3 v0.10.8 |
2507 | 2024-08-22T02:58:49.041Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2508 | 2024-08-22T02:58:49.274Z | Compiling thiserror-impl-no-std v2.0.2 |
2509 | 2024-08-22T02:58:49.306Z | Compiling typify-macro v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2510 | 2024-08-22T02:58:49.358Z | Compiling secrecy v0.8.0 |
2511 | 2024-08-22T02:58:49.361Z | Compiling ring v0.16.20 |
2512 | 2024-08-22T02:58:49.638Z | Compiling blake3 v1.5.1 |
2513 | 2024-08-22T02:58:49.704Z | Compiling derive-where v1.2.7 |
2514 | 2024-08-22T02:58:50.311Z | Compiling cookie v0.18.1 |
2515 | 2024-08-22T02:58:50.542Z | Compiling unicase v2.7.0 |
2516 | 2024-08-22T02:58:50.649Z | Compiling half v2.4.1 |
2517 | 2024-08-22T02:58:50.651Z | Compiling arc-swap v1.7.1 |
2518 | 2024-08-22T02:58:50.862Z | Compiling quick-error v1.2.3 |
2519 | 2024-08-22T02:58:51.016Z | Compiling ciborium-io v0.2.2 |
2520 | 2024-08-22T02:58:51.154Z | Compiling linked-hash-map v0.5.6 |
2521 | 2024-08-22T02:58:51.219Z | Compiling termcolor v1.4.1 |
2522 | 2024-08-22T02:58:51.334Z | Compiling ciborium-ll v0.2.2 |
2523 | 2024-08-22T02:58:51.580Z | Compiling lru-cache v0.1.2 |
2524 | 2024-08-22T02:58:51.803Z | Compiling env_logger v0.9.3 |
2525 | 2024-08-22T02:58:51.803Z | Compiling slog-scope v4.4.0 |
2526 | 2024-08-22T02:58:52.200Z | Compiling resolv-conf v0.7.0 |
2527 | 2024-08-22T02:58:52.583Z | Compiling thiserror-no-std v2.0.2 |
2528 | 2024-08-22T02:58:52.952Z | Compiling rayon v1.10.0 |
2529 | 2024-08-22T02:58:53.115Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2530 | 2024-08-22T02:58:53.374Z | Compiling polyval v0.6.2 |
2531 | 2024-08-22T02:58:53.430Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2532 | 2024-08-22T02:58:53.747Z | Compiling typify v0.1.0 (https://github.com/oxidecomputer/typify#ad1296f6) |
2533 | 2024-08-22T02:58:53.827Z | Compiling rfc6979 v0.4.0 |
2534 | 2024-08-22T02:58:53.864Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2535 | 2024-08-22T02:58:53.898Z | Compiling bitstruct_derive v0.1.0 |
2536 | 2024-08-22T02:58:54.022Z | Compiling viona_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2537 | 2024-08-22T02:58:54.171Z | Compiling memmap2 v0.9.4 |
2538 | 2024-08-22T02:58:54.615Z | Compiling highway v1.2.0 |
2539 | 2024-08-22T02:58:54.637Z | Compiling ascii v1.1.0 |
2540 | 2024-08-22T02:58:55.122Z | Compiling home v0.5.9 |
2541 | 2024-08-22T02:58:55.227Z | Compiling parking_lot_core v0.8.6 |
2542 | 2024-08-22T02:58:55.293Z | Compiling spin v0.5.2 |
2543 | 2024-08-22T02:58:55.382Z | Compiling arrayvec v0.7.4 |
2544 | 2024-08-22T02:58:55.399Z | Compiling untrusted v0.7.1 |
2545 | 2024-08-22T02:58:55.416Z | Compiling arrayref v0.3.7 |
2546 | 2024-08-22T02:58:55.522Z | Compiling constant_time_eq v0.3.0 |
2547 | 2024-08-22T02:58:55.537Z | Compiling libefi-sys v0.1.0 |
2548 | 2024-08-22T02:58:55.708Z | Compiling bitstruct v0.1.1 |
2549 | 2024-08-22T02:58:55.754Z | Compiling toolchain_find v0.4.0 |
2550 | 2024-08-22T02:58:55.772Z | Compiling rfb v0.1.0 (https://github.com/oxidecomputer/rfb?rev=0cac8d9c25eb27acfa35df80f3b9d371de98ab3b#0cac8d9c) |
2551 | 2024-08-22T02:58:55.832Z | Compiling viona_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2552 | 2024-08-22T02:58:55.876Z | Compiling ecdsa v0.16.9 |
2553 | 2024-08-22T02:58:56.160Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2554 | 2024-08-22T02:58:56.296Z | Compiling ghash v0.5.1 |
2555 | 2024-08-22T02:58:56.514Z | Compiling steno v0.4.1 |
2556 | 2024-08-22T02:58:56.531Z | Compiling vsss-rs v3.3.4 |
2557 | 2024-08-22T02:58:57.157Z | Compiling hickory-resolver v0.24.1 |
2558 | 2024-08-22T02:58:57.362Z | Compiling slog-stdlog v4.1.1 |
2559 | 2024-08-22T02:58:57.755Z | Compiling ciborium v0.2.2 |
2560 | 2024-08-22T02:58:58.207Z | Compiling chacha20poly1305 v0.10.1 |
2561 | 2024-08-22T02:58:58.448Z | Compiling dladm v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2562 | 2024-08-22T02:58:59.010Z | Compiling primeorder v0.13.6 |
2563 | 2024-08-22T02:58:59.187Z | Compiling ctr v0.9.2 |
2564 | 2024-08-22T02:58:59.251Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2565 | 2024-08-22T02:58:59.299Z | Compiling erased-serde v0.3.31 |
2566 | 2024-08-22T02:58:59.536Z | Compiling serde_arrays v0.1.0 |
2567 | 2024-08-22T02:58:59.553Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2568 | 2024-08-22T02:58:59.627Z | Compiling bitfield-struct v0.6.1 |
2569 | 2024-08-22T02:58:59.710Z | Compiling slog-dtrace v0.3.0 |
2570 | 2024-08-22T02:58:59.970Z | Compiling cancel-safe-futures v0.1.5 |
2571 | 2024-08-22T02:59:00.024Z | Compiling topological-sort v0.2.2 |
2572 | 2024-08-22T02:59:00.260Z | Compiling omicron-zone-package v0.11.0 |
2573 | 2024-08-22T02:59:00.560Z | Compiling propolis v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2574 | 2024-08-22T02:59:00.758Z | Compiling aes-gcm v0.10.3 |
2575 | 2024-08-22T02:59:01.053Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2576 | 2024-08-22T02:59:01.075Z | Compiling slog-envlogger v2.2.0 |
2577 | 2024-08-22T02:59:01.143Z | Compiling mime_guess v2.0.4 |
2578 | 2024-08-22T02:59:01.853Z | Compiling rustfmt-wrapper v0.2.1 |
2579 | 2024-08-22T02:59:02.082Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2580 | 2024-08-22T02:59:02.442Z | Compiling tungstenite v0.20.1 |
2581 | 2024-08-22T02:59:02.546Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2582 | 2024-08-22T02:59:02.965Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2583 | 2024-08-22T02:59:03.274Z | Compiling heck v0.3.3 |
2584 | 2024-08-22T02:59:03.734Z | Compiling ed25519 v2.2.3 |
2585 | 2024-08-22T02:59:03.806Z | Compiling ssh-encoding v0.2.0 |
2586 | 2024-08-22T02:59:04.157Z | Compiling blowfish v0.9.1 |
2587 | 2024-08-22T02:59:04.174Z | Compiling nibble_vec v0.1.0 |
2588 | 2024-08-22T02:59:04.357Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2589 | 2024-08-22T02:59:04.392Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#4ceaf96e) |
2590 | 2024-08-22T02:59:04.490Z | Compiling option-ext v0.2.0 |
2591 | 2024-08-22T02:59:04.589Z | Compiling endian-type v0.1.2 |
2592 | 2024-08-22T02:59:04.606Z | Compiling dirs-sys v0.4.1 |
2593 | 2024-08-22T02:59:04.628Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2594 | 2024-08-22T02:59:04.728Z | Compiling bcrypt-pbkdf v0.10.0 |
2595 | 2024-08-22T02:59:04.817Z | Compiling radix_trie v0.2.1 |
2596 | 2024-08-22T02:59:05.289Z | Compiling ssh-cipher v0.2.0 |
2597 | 2024-08-22T02:59:05.375Z | Compiling ed25519-dalek v2.1.1 |
2598 | 2024-08-22T02:59:05.549Z | Compiling zone_cfg_derive v0.1.2 |
2599 | 2024-08-22T02:59:05.628Z | Compiling tokio-tungstenite v0.20.1 |
2600 | 2024-08-22T02:59:06.190Z | Compiling parking_lot v0.11.2 |
2601 | 2024-08-22T02:59:06.387Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2602 | 2024-08-22T02:59:06.793Z | Compiling gethostname v0.5.0 |
2603 | 2024-08-22T02:59:07.008Z | Compiling password-hash v0.4.2 |
2604 | 2024-08-22T02:59:07.070Z | Compiling libsw v3.3.1 |
2605 | 2024-08-22T02:59:07.109Z | Compiling fxhash v0.2.1 |
2606 | 2024-08-22T02:59:07.216Z | Compiling owo-colors v4.0.0 |
2607 | 2024-08-22T02:59:07.247Z | Compiling linear-map v1.2.0 |
2608 | 2024-08-22T02:59:07.316Z | Compiling matches v0.1.10 |
2609 | 2024-08-22T02:59:07.371Z | Compiling base64 v0.13.1 |
2610 | 2024-08-22T02:59:07.389Z | Compiling sled v0.34.7 |
2611 | 2024-08-22T02:59:07.413Z | Compiling idna v0.2.3 |
2612 | 2024-08-22T02:59:07.617Z | Compiling pbkdf2 v0.11.0 |
2613 | 2024-08-22T02:59:07.933Z | Compiling ron v0.7.1 |
2614 | 2024-08-22T02:59:07.990Z | Compiling zone v0.1.8 |
2615 | 2024-08-22T02:59:08.965Z | Compiling ssh-key v0.6.6 |
2616 | 2024-08-22T02:59:09.044Z | Compiling hickory-client v0.24.1 |
2617 | 2024-08-22T02:59:09.545Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2618 | 2024-08-22T02:59:09.559Z | Compiling dirs v5.0.1 |
2619 | 2024-08-22T02:59:10.343Z | Compiling p256 v0.13.2 |
2620 | 2024-08-22T02:59:10.418Z | Compiling p521 v0.13.3 |
2621 | 2024-08-22T02:59:11.212Z | Compiling p384 v0.13.0 |
2622 | 2024-08-22T02:59:12.764Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2623 | 2024-08-22T02:59:12.839Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2624 | 2024-08-22T02:59:13.201Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2625 | 2024-08-22T02:59:13.333Z | Compiling hickory-server v0.24.1 |
2626 | 2024-08-22T02:59:13.664Z | Compiling pem v3.0.4 |
2627 | 2024-08-22T02:59:13.788Z | Compiling enum-as-inner v0.5.1 |
2628 | 2024-08-22T02:59:13.945Z | Compiling yasna v0.5.2 |
2629 | 2024-08-22T02:59:14.466Z | Compiling portpicker v0.1.1 |
2630 | 2024-08-22T02:59:14.833Z | Compiling headers-core v0.2.0 |
2631 | 2024-08-22T02:59:14.858Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2632 | 2024-08-22T02:59:14.890Z | Compiling kstat-rs v0.2.4 |
2633 | 2024-08-22T02:59:15.008Z | Compiling nanorand v0.7.0 |
2634 | 2024-08-22T02:59:15.221Z | Compiling russh-cryptovec v0.7.2 |
2635 | 2024-08-22T02:59:15.548Z | Compiling glob v0.3.1 |
2636 | 2024-08-22T02:59:15.551Z | Compiling md5 v0.7.0 |
2637 | 2024-08-22T02:59:15.582Z | Compiling http-range v0.1.5 |
2638 | 2024-08-22T02:59:15.636Z | Compiling flume v0.11.0 |
2639 | 2024-08-22T02:59:15.958Z | Compiling russh-keys v0.44.0 |
2640 | 2024-08-22T02:59:16.080Z | Compiling hyper-staticfile v0.9.5 |
2641 | 2024-08-22T02:59:16.315Z | Compiling headers v0.3.9 |
2642 | 2024-08-22T02:59:16.579Z | Compiling trust-dns-proto v0.22.0 |
2643 | 2024-08-22T02:59:17.120Z | Compiling rcgen v0.12.1 |
2644 | 2024-08-22T02:59:17.930Z | Compiling atomicwrites v0.4.3 |
2645 | 2024-08-22T02:59:18.319Z | Compiling num-bigint v0.4.5 |
2646 | 2024-08-22T02:59:18.336Z | Compiling itertools v0.13.0 |
2647 | 2024-08-22T02:59:18.744Z | Compiling subprocess v0.2.9 |
2648 | 2024-08-22T02:59:19.598Z | Compiling display-error-chain v0.2.0 |
2649 | 2024-08-22T02:59:19.788Z | Compiling dhcproto-macros v0.1.0 |
2650 | 2024-08-22T02:59:20.287Z | Compiling hex-literal v0.4.1 |
2651 | 2024-08-22T02:59:20.328Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#c59c6d64) |
2652 | 2024-08-22T02:59:20.454Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2653 | 2024-08-22T02:59:20.555Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2654 | 2024-08-22T02:59:20.714Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2655 | 2024-08-22T02:59:20.732Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2656 | 2024-08-22T02:59:20.924Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2657 | 2024-08-22T02:59:21.742Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2658 | 2024-08-22T02:59:22.791Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6dceb9ef69c217cb78a2018bbedafbc19f6ec1af#6dceb9ef) |
2659 | 2024-08-22T02:59:24.726Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=9e0fe45ca3862176dc31ad8cc83f605f8a7e1a42#9e0fe45c) |
2660 | 2024-08-22T02:59:26.176Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2661 | 2024-08-22T02:59:27.279Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2662 | 2024-08-22T02:59:28.334Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?rev=e69694a1f7cc9fe31fab27f321017280531fb5f7#e69694a1) |
2663 | 2024-08-22T02:59:28.503Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=24a74d0c76b6a63961ecef76acb1516b6e66c5c9#24a74d0c) |
2664 | 2024-08-22T02:59:29.086Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=e58ca3693cb9ce0438947beba10e97ee38a0966b#e58ca369) |
2665 | 2024-08-22T02:59:29.806Z | Compiling russh v0.44.1 |
2666 | 2024-08-22T02:59:30.776Z | Compiling dhcproto v0.12.0 |
2667 | 2024-08-22T02:59:33.049Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2668 | 2024-08-22T02:59:34.255Z | Compiling internet-checksum v0.2.1 |
2669 | 2024-08-22T02:59:37.561Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2670 | 2024-08-22T02:59:37.875Z | Compiling internal-dns v0.1.0 (/work/oxidecomputer/omicron/internal-dns) |
2671 | 2024-08-22T02:59:38.490Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2672 | 2024-08-22T02:59:38.887Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2673 | 2024-08-22T02:59:40.672Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2674 | 2024-08-22T02:59:40.891Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2675 | 2024-08-22T02:59:41.644Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2676 | 2024-08-22T02:59:41.668Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2677 | 2024-08-22T02:59:42.744Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2678 | 2024-08-22T02:59:43.824Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2679 | 2024-08-22T02:59:45.113Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2680 | 2024-08-22T02:59:45.313Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2681 | 2024-08-22T02:59:46.286Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2682 | 2024-08-22T02:59:47.043Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2683 | 2024-08-22T02:59:49.097Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2684 | 2024-08-22T02:59:51.778Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2685 | 2024-08-22T02:59:52.239Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2686 | 2024-08-22T02:59:52.945Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2687 | 2024-08-22T02:59:55.496Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2688 | 2024-08-22T02:59:56.803Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2689 | 2024-08-22T02:59:58.213Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2690 | 2024-08-22T03:00:00.388Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2691 | 2024-08-22T03:00:07.126Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2692 | 2024-08-22T03:00:07.126Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2693 | 2024-08-22T03:00:08.946Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2694 | 2024-08-22T03:00:26.517Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2695 | 2024-08-22T03:01:00.821Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
2696 | 2024-08-22T03:01:01.003Z | |
2697 | 2024-08-22T03:01:01.003Z | real 2:35.082281581 |
2698 | 2024-08-22T03:01:01.003Z | user 12:41.269970561 |
2699 | 2024-08-22T03:01:01.003Z | sys 2:44.486878805 |
2700 | 2024-08-22T03:01:01.003Z | trap 0.345755190 |
2701 | 2024-08-22T03:01:01.003Z | tflt 1.424997213 |
2702 | 2024-08-22T03:01:01.003Z | dflt 1.524895036 |
2703 | 2024-08-22T03:01:01.003Z | kflt 0.000014917 |
2704 | 2024-08-22T03:01:01.003Z | lock 27:08.609216293 |
2705 | 2024-08-22T03:01:01.003Z | slp 47:45.084181181 |
2706 | 2024-08-22T03:01:01.003Z | lat 39.308728850 |
2707 | 2024-08-22T03:01:01.003Z | stop 1:32.895984874 |
2708 | 2024-08-22T03:01:01.007Z | + mkdir tests |
2709 | 2024-08-22T03:01:01.007Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2710 | 2024-08-22T03:01:01.007Z | + xargs -I '{}' -t cp '{}' tests/ |
2711 | 2024-08-22T03:01:01.046Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-e0128309962c4ebd tests/ |
2712 | 2024-08-22T03:01:01.072Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-d7ee09d49cc3686e tests/ |
2713 | 2024-08-22T03:01:01.097Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-87ae71e169f0c059 tests/ |
2714 | 2024-08-22T03:01:01.122Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-63dd52a5b21ab84f tests/ |
2715 | 2024-08-22T03:01:01.330Z | + 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/*) |
2716 | 2024-08-22T03:01:01.334Z | + 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-d7ee09d49cc3686e tests/commtest-87ae71e169f0c059 tests/dhcp_server-e0128309962c4ebd tests/end_to_end_tests-63dd52a5b21ab84f out/clickhouse.tar.gz out/clickhouse_keeper.tar.gz out/clickhouse_server.tar.gz out/cockroachdb.tar.gz out/crucible-dtrace.tar out/crucible-pantry-zone.tar.gz out/crucible-zone.tar.gz out/external-dns.tar.gz out/internal-dns.tar.gz out/mg-ddm-gz.tar out/nexus.tar.gz out/ntp.tar.gz out/omicron-gateway-softnpu.tar.gz out/omicron-sled-agent.tar out/overlay.tar.gz out/oximeter.tar.gz out/oxlog.tar out/probe.tar.gz out/propolis-server.tar.gz out/pumpkind-gz.tar out/switch-softnpu.tar.gz |
2717 | 2024-08-22T03:02:03.682Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2718 | 2024-08-22T03:02:03.683Z | a out/target/test 1K |
2719 | 2024-08-22T03:02:03.683Z | a out/npuzone/npuzone 23144K |
2720 | 2024-08-22T03:02:03.683Z | a package-manifest.toml 32K |
2721 | 2024-08-22T03:02:03.683Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2722 | 2024-08-22T03:02:03.683Z | a target/release/omicron-package 32306K |
2723 | 2024-08-22T03:02:03.683Z | a target/release/xtask 11627K |
2724 | 2024-08-22T03:02:03.683Z | a target/debug/bootstrap 192154K |
2725 | 2024-08-22T03:02:03.683Z | a tests/bootstrap-d7ee09d49cc3686e 23739K |
2726 | 2024-08-22T03:02:03.683Z | a tests/commtest-87ae71e169f0c059 23966K |
2727 | 2024-08-22T03:02:03.683Z | a tests/dhcp_server-e0128309962c4ebd 23739K |
2728 | 2024-08-22T03:02:03.683Z | a tests/end_to_end_tests-63dd52a5b21ab84f 205033K |
2729 | 2024-08-22T03:02:03.683Z | a out/clickhouse.tar.gz 232436K |
2730 | 2024-08-22T03:02:03.683Z | a out/clickhouse_keeper.tar.gz 232434K |
2731 | 2024-08-22T03:02:03.683Z | a out/clickhouse_server.tar.gz 232432K |
2732 | 2024-08-22T03:02:03.683Z | a out/cockroachdb.tar.gz 131946K |
2733 | 2024-08-22T03:02:03.683Z | a out/crucible-dtrace.tar 84K |
2734 | 2024-08-22T03:02:03.683Z | a out/crucible-pantry-zone.tar.gz 27828K |
2735 | 2024-08-22T03:02:03.683Z | a out/crucible-zone.tar.gz 38157K |
2736 | 2024-08-22T03:02:03.683Z | a out/external-dns.tar.gz 24953K |
2737 | 2024-08-22T03:02:03.683Z | a out/internal-dns.tar.gz 24951K |
2738 | 2024-08-22T03:02:03.683Z | a out/mg-ddm-gz.tar 62160K |
2739 | 2024-08-22T03:02:03.683Z | a out/nexus.tar.gz 86960K |
2740 | 2024-08-22T03:02:03.683Z | a out/ntp.tar.gz 8978K |
2741 | 2024-08-22T03:02:03.683Z | a out/omicron-gateway-softnpu.tar.gz 13620K |
2742 | 2024-08-22T03:02:03.683Z | a out/omicron-sled-agent.tar 97387K |
2743 | 2024-08-22T03:02:03.683Z | a out/overlay.tar.gz 3K |
2744 | 2024-08-22T03:02:03.683Z | a out/oximeter.tar.gz 42211K |
2745 | 2024-08-22T03:02:03.683Z | a out/oxlog.tar 2946K |
2746 | 2024-08-22T03:02:03.683Z | a out/probe.tar.gz 2764K |
2747 | 2024-08-22T03:02:03.683Z | a out/propolis-server.tar.gz 65291K |
2748 | 2024-08-22T03:02:03.683Z | a out/pumpkind-gz.tar 26665K |
2749 | 2024-08-22T03:02:03.683Z | a out/switch-softnpu.tar.gz 206721K |
2750 | 2024-08-22T03:02:03.686Z | |
2751 | 2024-08-22T03:02:03.686Z | real 1:02.341188901 |
2752 | 2024-08-22T03:02:03.686Z | user 59.608409974 |
2753 | 2024-08-22T03:02:03.686Z | sys 3.713619068 |
2754 | 2024-08-22T03:02:03.687Z | trap 0.015706952 |
2755 | 2024-08-22T03:02:03.687Z | tflt 0.000000000 |
2756 | 2024-08-22T03:02:03.687Z | dflt 0.000000000 |
2757 | 2024-08-22T03:02:03.687Z | kflt 0.000000000 |
2758 | 2024-08-22T03:02:03.687Z | lock 0.000000000 |
2759 | 2024-08-22T03:02:03.687Z | slp 59.585651168 |
2760 | 2024-08-22T03:02:03.687Z | lat 1.753750958 |
2761 | 2024-08-22T03:02:03.687Z | stop 0.000486037 |
2762 | 2024-08-22T03:02:03.687Z | process exited: duration 1681244 ms, exit code 0 |
|
2763 | 2024-08-22T03:02:03.702Z | found 1 output files |
2764 | 2024-08-22T03:02:03.702Z | uploading: /work/package.tar.gz (1603757137 bytes) |
2765 | 2024-08-22T03:02:35.016Z | uploaded: /work/package.tar.gz |