|
|
|
1 | 2024-11-26T04:37:35.411Z | job assigned to worker 01JDKC3DSVQ3XW8HK3XK1SWS62 [factory aws, i-0c8153d9baf7c8511] (queued for 1 m 10 s) |
|
2 | 2024-11-26T04:37:43.526Z | starting task 0: "setup" |
3 | 2024-11-26T04:37:43.535Z | ++ uname -s |
4 | 2024-11-26T04:37:43.537Z | + kern=SunOS |
5 | 2024-11-26T04:37:43.537Z | + case "$kern" in |
6 | 2024-11-26T04:37:43.537Z | + groupadd -g 12345 build |
7 | 2024-11-26T04:37:43.539Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T04:37:45.545Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T04:37:45.618Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T04:37:45.620Z | + home_fs=zfs |
11 | 2024-11-26T04:37:45.620Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T04:37:45.620Z | + mkdir -p /home/build |
13 | 2024-11-26T04:37:45.623Z | + chown build:build /home/build /work |
14 | 2024-11-26T04:37:47.625Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T04:37:47.627Z | process exited: duration 4100 ms, exit code 0 |
|
16 | 2024-11-26T04:37:47.633Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T04:37:47.638Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T04:37:47.638Z | ' 1.81.0 |
19 | 2024-11-26T04:37:47.638Z | * toolchain channel = "1.81.0" |
20 | 2024-11-26T04:37:47.638Z | * toolchain profile = "default" |
21 | 2024-11-26T04:37:47.638Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-26T04:37:47.638Z | ' default |
23 | 2024-11-26T04:37:47.640Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T04:37:47.640Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-11-26T04:37:47.743Z | info: downloading installer |
26 | 2024-11-26T04:37:49.453Z | info: profile set to 'default' |
27 | 2024-11-26T04:37:49.454Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T04:37:49.456Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-11-26T04:37:49.592Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-11-26T04:37:49.592Z | info: downloading component 'cargo' |
31 | 2024-11-26T04:37:50.325Z | info: downloading component 'clippy' |
32 | 2024-11-26T04:37:50.598Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T04:37:51.618Z | info: downloading component 'rust-std' |
34 | 2024-11-26T04:37:53.199Z | info: downloading component 'rustc' |
35 | 2024-11-26T04:37:58.861Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T04:37:59.080Z | info: installing component 'cargo' |
37 | 2024-11-26T04:37:59.871Z | info: installing component 'clippy' |
38 | 2024-11-26T04:38:00.226Z | info: installing component 'rust-docs' |
39 | 2024-11-26T04:38:01.838Z | info: installing component 'rust-std' |
40 | 2024-11-26T04:38:03.597Z | info: installing component 'rustc' |
41 | 2024-11-26T04:38:09.153Z | info: installing component 'rustfmt' |
42 | 2024-11-26T04:38:09.501Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-11-26T04:38:09.501Z | |
44 | 2024-11-26T04:38:09.865Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-11-26T04:38:09.865Z | |
46 | 2024-11-26T04:38:09.868Z | |
47 | 2024-11-26T04:38:09.868Z | Rust is installed now. Great! |
48 | 2024-11-26T04:38:09.868Z | |
49 | 2024-11-26T04:38:09.868Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T04:38:09.868Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T04:38:09.868Z | |
52 | 2024-11-26T04:38:09.868Z | To configure your current shell, you need to source |
53 | 2024-11-26T04:38:09.868Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T04:38:09.868Z | |
55 | 2024-11-26T04:38:09.868Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T04:38:09.868Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T04:38:09.868Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T04:38:09.915Z | + rustc --version |
59 | 2024-11-26T04:38:09.981Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-11-26T04:38:09.984Z | process exited: duration 22346 ms, exit code 0 |
|
61 | 2024-11-26T04:38:09.989Z | starting task 2: "authentication" |
62 | 2024-11-26T04:38:10.030Z | process exited: duration 40 ms, exit code 0 |
|
63 | 2024-11-26T04:38:10.035Z | starting task 3: "clone repository" |
64 | 2024-11-26T04:38:10.041Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-11-26T04:38:10.043Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-11-26T04:38:10.623Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-11-26T04:38:17.296Z | + cd /work/oxidecomputer/omicron |
68 | 2024-11-26T04:38:17.298Z | + git fetch origin 73f89b3221c75d4cb24f5b5d77de796008e031ec |
69 | 2024-11-26T04:38:17.620Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-11-26T04:38:17.620Z | * branch 73f89b3221c75d4cb24f5b5d77de796008e031ec -> FETCH_HEAD |
71 | 2024-11-26T04:38:17.628Z | + [[ -n disk-generation-in-inventory ]] |
72 | 2024-11-26T04:38:17.630Z | ++ git branch --show-current |
73 | 2024-11-26T04:38:17.633Z | + current=main |
74 | 2024-11-26T04:38:17.633Z | + [[ main != disk-generation-in-inventory ]] |
75 | 2024-11-26T04:38:17.633Z | + git branch -f disk-generation-in-inventory 73f89b3221c75d4cb24f5b5d77de796008e031ec |
76 | 2024-11-26T04:38:17.636Z | + git checkout -f disk-generation-in-inventory |
77 | 2024-11-26T04:38:17.808Z | Switched to branch 'disk-generation-in-inventory' |
78 | 2024-11-26T04:38:17.811Z | + git reset --hard 73f89b3221c75d4cb24f5b5d77de796008e031ec |
79 | 2024-11-26T04:38:17.834Z | HEAD is now at 73f89b322 openapi |
80 | 2024-11-26T04:38:17.836Z | process exited: duration 7798 ms, exit code 0 |
|
81 | 2024-11-26T04:38:17.841Z | starting task 4: "build" |
82 | 2024-11-26T04:38:17.846Z | + source .github/buildomat/ci-env.sh |
83 | 2024-11-26T04:38:17.846Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-11-26T04:38:17.846Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-11-26T04:38:17.846Z | + cargo --version |
86 | 2024-11-26T04:38:17.905Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-11-26T04:38:17.909Z | + rustc --version |
88 | 2024-11-26T04:38:17.969Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-11-26T04:38:17.972Z | + WORK=/work |
90 | 2024-11-26T04:38:17.975Z | + pfexec mkdir -p /work |
91 | 2024-11-26T04:38:17.977Z | + pfexec chown build /work |
92 | 2024-11-26T04:38:17.979Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-11-26T04:38:30.300Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-11-26T04:38:34.101Z | Startup: Caching catalogs ... Done |
95 | 2024-11-26T04:38:43.060Z | Planning: Solver setup ... Done (8.195s) |
96 | 2024-11-26T04:38:43.172Z | Planning: Running solver ... Done (0.112s) |
97 | 2024-11-26T04:38:43.349Z | Planning: Finding local manifests ... Done (0.086s) |
98 | 2024-11-26T04:38:43.361Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-11-26T04:38:43.575Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-11-26T04:38:43.773Z | Planning: Package planning ... Done (0.198s) |
101 | 2024-11-26T04:38:43.829Z | Planning: Merging actions ... Done (0.055s) |
102 | 2024-11-26T04:38:44.438Z | Planning: Checking for conflicting actions ... Done (0.609s) |
103 | 2024-11-26T04:38:48.594Z | Planning: Consolidating action changes ... Done (4.154s) |
104 | 2024-11-26T04:38:48.978Z | Planning: Evaluating mediators ... Done (0.384s) |
105 | 2024-11-26T04:38:49.106Z | Planning: Planning completed in 14.91 seconds |
106 | 2024-11-26T04:38:49.121Z | Packages to install: 4 |
107 | 2024-11-26T04:38:49.121Z | Packages to update: 1 |
108 | 2024-11-26T04:38:49.123Z | Mediators to change: 2 |
109 | 2024-11-26T04:38:49.123Z | Services to change: 1 |
110 | 2024-11-26T04:38:49.123Z | Estimated space available: 155.64 GB |
111 | 2024-11-26T04:38:49.123Z | Estimated space to be consumed: 1.60 GB |
112 | 2024-11-26T04:38:49.123Z | Create boot environment: No |
113 | 2024-11-26T04:38:49.123Z | Create backup boot environment: Yes |
114 | 2024-11-26T04:38:49.123Z | Rebuild boot archive: No |
115 | 2024-11-26T04:38:49.123Z | |
116 | 2024-11-26T04:38:49.123Z | Changed mediators: |
117 | 2024-11-26T04:38:49.123Z | mediator clang: |
118 | 2024-11-26T04:38:49.123Z | version: None -> 15 (system default) |
119 | 2024-11-26T04:38:49.123Z | |
120 | 2024-11-26T04:38:49.123Z | mediator llvm: |
121 | 2024-11-26T04:38:49.123Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-11-26T04:38:49.123Z | |
123 | 2024-11-26T04:38:49.123Z | Changed packages: |
124 | 2024-11-26T04:38:49.123Z | helios-dev |
125 | 2024-11-26T04:38:49.123Z | developer/build-essential |
126 | 2024-11-26T04:38:49.123Z | None -> 11-2.0 |
127 | 2024-11-26T04:38:49.123Z | library/libxmlsec1 |
128 | 2024-11-26T04:38:49.123Z | None -> 1.2.35-2.0 |
129 | 2024-11-26T04:38:49.123Z | ooce/developer/clang-15 |
130 | 2024-11-26T04:38:49.124Z | None -> 15.0.7-2.0 |
131 | 2024-11-26T04:38:49.124Z | ooce/developer/llvm-15 |
132 | 2024-11-26T04:38:49.124Z | None -> 15.0.7-2.0 |
133 | 2024-11-26T04:38:49.124Z | package/pkg |
134 | 2024-11-26T04:38:49.124Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-11-26T04:38:49.124Z | |
136 | 2024-11-26T04:38:49.124Z | Services: |
137 | 2024-11-26T04:38:49.124Z | restart_fmri: |
138 | 2024-11-26T04:38:49.124Z | svc:/system/update-man-index:default |
139 | 2024-11-26T04:38:49.124Z | |
140 | 2024-11-26T04:38:49.124Z | Editable files to change: |
141 | 2024-11-26T04:38:49.124Z | Update: |
142 | 2024-11-26T04:38:49.124Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-11-26T04:38:49.348Z | |
144 | 2024-11-26T04:38:49.348Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-11-26T04:38:54.352Z | Download: 797/4281 items 18.6/220.6MB 8% complete (3.8M/s) |
146 | 2024-11-26T04:38:59.810Z | Download: 1197/4281 items 83.5/220.6MB 37% complete (10.6M/s) |
147 | 2024-11-26T04:39:05.020Z | Download: 2222/4281 items 119.2/220.6MB 54% complete (10.2M/s) |
148 | 2024-11-26T04:39:10.038Z | Download: 3277/4281 items 211.0/220.6MB 95% complete (12.9M/s) |
149 | 2024-11-26T04:39:15.040Z | Download: 4108/4281 items 219.4/220.6MB 99% complete (10.1M/s) |
150 | 2024-11-26T04:39:18.956Z | Download: Completed 220.60 MB in 29.59 seconds (7.5M/s) |
151 | 2024-11-26T04:39:20.827Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-11-26T04:39:20.841Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-11-26T04:39:26.030Z | Actions: 4091/5063 actions (Installing new actions) |
154 | 2024-11-26T04:39:26.189Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-11-26T04:39:26.536Z | Actions: Completed 5063 actions in 5.71 seconds. |
156 | 2024-11-26T04:39:26.932Z | Done (0.389s) |
157 | 2024-11-26T04:39:26.935Z | Done (0.000s) |
158 | 2024-11-26T04:39:27.468Z | Done (0.535s) |
159 | 2024-11-26T04:39:33.128Z | Done (5.440s) |
160 | 2024-11-26T04:39:33.440Z | Done (0.241s) |
161 | 2024-11-26T04:39:33.442Z | Done (0.000s) |
162 | 2024-11-26T04:39:33.602Z | Done (0.000s) |
163 | 2024-11-26T04:39:34.274Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-11-26T04:39:34.436Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-11-26T04:39:34.439Z | Planning: Consolidating action changes ... Done |
166 | 2024-11-26T04:39:34.710Z | Planning: Evaluating mediators ... Done |
167 | 2024-11-26T04:39:34.713Z | Planning: Planning completed in 0.44 seconds |
168 | 2024-11-26T04:39:34.748Z | Mediators to change: 2 |
169 | 2024-11-26T04:39:34.748Z | Create boot environment: No |
170 | 2024-11-26T04:39:34.757Z | Create backup boot environment: No |
171 | 2024-11-26T04:39:34.869Z | Done |
172 | 2024-11-26T04:39:34.869Z | Done |
173 | 2024-11-26T04:39:35.213Z | Done |
174 | 2024-11-26T04:39:38.889Z | Done |
175 | 2024-11-26T04:39:38.979Z | Done |
176 | 2024-11-26T04:39:38.981Z | Done |
177 | 2024-11-26T04:39:39.102Z | Done |
178 | 2024-11-26T04:39:39.734Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-11-26T04:39:39.736Z | Planning: Merging actions ... Done |
180 | 2024-11-26T04:39:39.925Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-11-26T04:39:39.928Z | Planning: Consolidating action changes ... Done |
182 | 2024-11-26T04:39:40.206Z | Planning: Evaluating mediators ... Done |
183 | 2024-11-26T04:39:40.270Z | Planning: Planning completed in 0.79 seconds |
184 | 2024-11-26T04:39:40.306Z | Packages to change: 1 |
185 | 2024-11-26T04:39:40.306Z | Mediators to change: 1 |
186 | 2024-11-26T04:39:40.312Z | Services to change: 1 |
187 | 2024-11-26T04:39:40.312Z | Create boot environment: No |
188 | 2024-11-26T04:39:40.312Z | Create backup boot environment: Yes |
189 | 2024-11-26T04:39:42.281Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-11-26T04:39:42.348Z | Actions: Completed 6 actions in 0.07 seconds. |
191 | 2024-11-26T04:39:42.351Z | Done |
192 | 2024-11-26T04:39:42.351Z | Done |
193 | 2024-11-26T04:39:42.460Z | Done |
194 | 2024-11-26T04:39:46.160Z | Done |
195 | 2024-11-26T04:39:46.248Z | Done |
196 | 2024-11-26T04:39:46.251Z | Done |
197 | 2024-11-26T04:39:46.362Z | Done |
198 | 2024-11-26T04:39:46.799Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-11-26T04:39:46.799Z | clang system 15 system |
200 | 2024-11-26T04:39:46.799Z | csh system system illumos |
201 | 2024-11-26T04:39:46.799Z | ctags system system illumos |
202 | 2024-11-26T04:39:46.799Z | gcc vendor 12 vendor |
203 | 2024-11-26T04:39:46.799Z | gcc system 10 system |
204 | 2024-11-26T04:39:46.799Z | gcc system 7 system |
205 | 2024-11-26T04:39:46.799Z | go system 1.20 system |
206 | 2024-11-26T04:39:46.799Z | go system 1.19 system |
207 | 2024-11-26T04:39:46.799Z | llvm system 15 system |
208 | 2024-11-26T04:39:46.799Z | llvm system 14 system |
209 | 2024-11-26T04:39:46.799Z | mariadb system 10.6 system |
210 | 2024-11-26T04:39:46.799Z | mta vendor vendor dma |
211 | 2024-11-26T04:39:46.800Z | openjdk system 17 system |
212 | 2024-11-26T04:39:46.800Z | openjdk system 11 system |
213 | 2024-11-26T04:39:46.800Z | openjdk system 1.8 system |
214 | 2024-11-26T04:39:46.800Z | openssl vendor 3 vendor |
215 | 2024-11-26T04:39:46.800Z | perl system 5.36 system |
216 | 2024-11-26T04:39:46.800Z | postgresql system 15 system |
217 | 2024-11-26T04:39:46.800Z | postgresql system 13 system |
218 | 2024-11-26T04:39:46.800Z | python vendor 3 vendor |
219 | 2024-11-26T04:39:46.800Z | python system 2 system |
220 | 2024-11-26T04:39:46.800Z | python3 system 3.11 system |
221 | 2024-11-26T04:39:46.800Z | ruby system 3.0 system |
222 | 2024-11-26T04:39:46.800Z | words vendor vendor american-english |
223 | 2024-11-26T04:39:46.800Z | words system system australian-english |
224 | 2024-11-26T04:39:46.800Z | words system system british-english |
225 | 2024-11-26T04:39:46.800Z | words system system canadian-english |
226 | 2024-11-26T04:39:46.800Z | words system system french |
227 | 2024-11-26T04:39:46.800Z | words system system italian |
228 | 2024-11-26T04:39:46.800Z | words system system ngerman |
229 | 2024-11-26T04:39:46.800Z | words system system ogerman |
230 | 2024-11-26T04:39:46.800Z | words system system spanish |
231 | 2024-11-26T04:39:47.125Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-11-26T04:39:47.125Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-11-26T04:39:49.725Z | FMRI IFO |
234 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-11-26T04:39:49.725Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-11-26T04:39:50.461Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-11-26T04:39:50.733Z | Updating crates.io index |
251 | 2024-11-26T04:39:50.795Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-11-26T04:39:51.555Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-11-26T04:39:51.789Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-11-26T04:39:52.009Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-11-26T04:39:52.250Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-11-26T04:39:53.129Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-11-26T04:39:55.566Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-11-26T04:39:56.647Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-11-26T04:39:57.504Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-11-26T04:39:57.743Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-11-26T04:39:58.045Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-11-26T04:39:58.525Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-11-26T04:39:58.887Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-11-26T04:39:59.153Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-11-26T04:39:59.391Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-11-26T04:39:59.637Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-11-26T04:39:59.860Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-11-26T04:40:00.113Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-11-26T04:40:00.376Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-11-26T04:40:00.672Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-11-26T04:40:00.987Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-11-26T04:40:01.498Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-11-26T04:40:01.813Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
274 | 2024-11-26T04:40:02.288Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
275 | 2024-11-26T04:40:02.612Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
276 | 2024-11-26T04:40:03.077Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
277 | 2024-11-26T04:40:03.358Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
278 | 2024-11-26T04:40:03.553Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
279 | 2024-11-26T04:40:03.828Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
280 | 2024-11-26T04:40:05.186Z | Downloading crates ... |
281 | 2024-11-26T04:40:05.370Z | Downloaded anyhow v1.0.93 |
282 | 2024-11-26T04:40:05.374Z | Downloaded once_cell v1.20.2 |
283 | 2024-11-26T04:40:05.378Z | Downloaded digest v0.10.7 |
284 | 2024-11-26T04:40:05.380Z | Downloaded toml v0.8.19 |
285 | 2024-11-26T04:40:05.383Z | Downloaded plain v0.2.3 |
286 | 2024-11-26T04:40:05.385Z | Downloaded camino v1.1.9 |
287 | 2024-11-26T04:40:05.387Z | Downloaded equivalent v1.0.1 |
288 | 2024-11-26T04:40:05.390Z | Downloaded anstyle v1.0.10 |
289 | 2024-11-26T04:40:05.401Z | Downloaded unicode-width v0.1.14 |
290 | 2024-11-26T04:40:05.407Z | Downloaded bitflags v2.6.0 |
291 | 2024-11-26T04:40:05.410Z | Downloaded anstyle-query v1.1.1 |
292 | 2024-11-26T04:40:05.412Z | Downloaded bytecount v0.6.8 |
293 | 2024-11-26T04:40:05.415Z | Downloaded autocfg v1.4.0 |
294 | 2024-11-26T04:40:05.415Z | Downloaded anstyle-parse v0.2.5 |
295 | 2024-11-26T04:40:05.424Z | Downloaded anstream v0.6.15 |
296 | 2024-11-26T04:40:05.426Z | Downloaded byteorder v1.5.0 |
297 | 2024-11-26T04:40:05.435Z | Downloaded block-buffer v0.10.4 |
298 | 2024-11-26T04:40:05.441Z | Downloaded ryu v1.0.18 |
299 | 2024-11-26T04:40:05.444Z | Downloaded crypto-common v0.1.6 |
300 | 2024-11-26T04:40:05.447Z | Downloaded clap_lex v0.7.2 |
301 | 2024-11-26T04:40:05.449Z | Downloaded cfg-if v1.0.0 |
302 | 2024-11-26T04:40:05.449Z | Downloaded fs-err v2.11.0 |
303 | 2024-11-26T04:40:05.457Z | Downloaded cargo_toml v0.20.5 |
304 | 2024-11-26T04:40:05.459Z | Downloaded proc-macro2 v1.0.89 |
305 | 2024-11-26T04:40:05.462Z | Downloaded generic-array v0.14.7 |
306 | 2024-11-26T04:40:05.465Z | Downloaded errno v0.3.9 |
307 | 2024-11-26T04:40:05.473Z | Downloaded camino-tempfile v1.1.1 |
308 | 2024-11-26T04:40:05.479Z | Downloaded heck v0.5.0 |
309 | 2024-11-26T04:40:05.481Z | Downloaded heck v0.4.1 |
310 | 2024-11-26T04:40:05.483Z | Downloaded cargo_metadata v0.18.1 |
311 | 2024-11-26T04:40:05.488Z | Downloaded dof v0.3.0 |
312 | 2024-11-26T04:40:05.495Z | Downloaded usdt-macro v0.5.0 |
313 | 2024-11-26T04:40:05.498Z | Downloaded swrite v0.1.0 |
314 | 2024-11-26T04:40:05.498Z | Downloaded colorchoice v1.0.2 |
315 | 2024-11-26T04:40:05.511Z | Downloaded scroll_derive v0.12.0 |
316 | 2024-11-26T04:40:05.516Z | Downloaded dtrace-parser v0.2.0 |
317 | 2024-11-26T04:40:05.518Z | Downloaded serde_tokenstream v0.2.2 |
318 | 2024-11-26T04:40:05.519Z | Downloaded fnv v1.0.7 |
319 | 2024-11-26T04:40:05.521Z | Downloaded cargo-platform v0.1.8 |
320 | 2024-11-26T04:40:05.521Z | Downloaded itoa v1.0.11 |
321 | 2024-11-26T04:40:05.525Z | Downloaded macaddr v1.0.1 |
322 | 2024-11-26T04:40:05.527Z | Downloaded pretty-hex v0.4.1 |
323 | 2024-11-26T04:40:05.529Z | Downloaded fastrand v2.1.1 |
324 | 2024-11-26T04:40:05.529Z | Downloaded proc-macro-error-attr v1.0.4 |
325 | 2024-11-26T04:40:05.534Z | Downloaded quote v1.0.37 |
326 | 2024-11-26T04:40:05.536Z | Downloaded serde_spanned v0.6.8 |
327 | 2024-11-26T04:40:05.538Z | Downloaded cpufeatures v0.2.14 |
328 | 2024-11-26T04:40:05.541Z | Downloaded tabled_derive v0.7.0 |
329 | 2024-11-26T04:40:05.541Z | Downloaded memmap v0.7.0 |
330 | 2024-11-26T04:40:05.543Z | Downloaded usdt-attr-macro v0.5.0 |
331 | 2024-11-26T04:40:05.543Z | Downloaded pest_generator v2.7.14 |
332 | 2024-11-26T04:40:05.546Z | Downloaded strsim v0.11.1 |
333 | 2024-11-26T04:40:05.548Z | Downloaded utf8parse v0.2.2 |
334 | 2024-11-26T04:40:05.551Z | Downloaded usdt v0.5.0 |
335 | 2024-11-26T04:40:05.551Z | Downloaded scroll v0.12.0 |
336 | 2024-11-26T04:40:05.555Z | Downloaded clap_derive v4.5.18 |
337 | 2024-11-26T04:40:05.557Z | Downloaded unicode-linebreak v0.1.5 |
338 | 2024-11-26T04:40:05.560Z | Downloaded is_terminal_polyfill v1.70.1 |
339 | 2024-11-26T04:40:05.562Z | Downloaded thiserror-impl v1.0.69 |
340 | 2024-11-26T04:40:05.565Z | Downloaded smawk v0.3.2 |
341 | 2024-11-26T04:40:05.565Z | Downloaded version_check v0.9.5 |
342 | 2024-11-26T04:40:05.567Z | Downloaded usdt-impl v0.5.0 |
343 | 2024-11-26T04:40:05.567Z | Downloaded toml_datetime v0.6.8 |
344 | 2024-11-26T04:40:05.569Z | Downloaded thread-id v4.2.2 |
345 | 2024-11-26T04:40:05.569Z | Downloaded thiserror v1.0.69 |
346 | 2024-11-26T04:40:05.578Z | Downloaded semver v1.0.23 |
347 | 2024-11-26T04:40:05.581Z | Downloaded proc-macro-error v1.0.4 |
348 | 2024-11-26T04:40:05.586Z | Downloaded terminal_size v0.4.0 |
349 | 2024-11-26T04:40:05.589Z | Downloaded zerocopy-derive v0.7.35 |
350 | 2024-11-26T04:40:05.592Z | Downloaded pest_derive v2.7.14 |
351 | 2024-11-26T04:40:05.594Z | Downloaded serde_derive v1.0.215 |
352 | 2024-11-26T04:40:05.597Z | Downloaded ucd-trie v0.1.7 |
353 | 2024-11-26T04:40:05.599Z | Downloaded rustix v0.38.37 |
354 | 2024-11-26T04:40:05.619Z | Downloaded unicode-ident v1.0.13 |
355 | 2024-11-26T04:40:05.621Z | Downloaded clap v4.5.21 |
356 | 2024-11-26T04:40:05.628Z | Downloaded typenum v1.17.0 |
357 | 2024-11-26T04:40:05.631Z | Downloaded tempfile v3.13.0 |
358 | 2024-11-26T04:40:05.633Z | Downloaded textwrap v0.16.1 |
359 | 2024-11-26T04:40:05.636Z | Downloaded serde v1.0.215 |
360 | 2024-11-26T04:40:05.638Z | Downloaded pest v2.7.14 |
361 | 2024-11-26T04:40:05.643Z | Downloaded indexmap v2.6.0 |
362 | 2024-11-26T04:40:05.647Z | Downloaded sha2 v0.10.8 |
363 | 2024-11-26T04:40:05.649Z | Downloaded pest_meta v2.7.14 |
364 | 2024-11-26T04:40:05.651Z | Downloaded memchr v2.7.4 |
365 | 2024-11-26T04:40:05.655Z | Downloaded log v0.4.22 |
366 | 2024-11-26T04:40:05.658Z | Downloaded toml_edit v0.22.22 |
367 | 2024-11-26T04:40:05.678Z | Downloaded goblin v0.8.2 |
368 | 2024-11-26T04:40:05.683Z | Downloaded papergrid v0.11.0 |
369 | 2024-11-26T04:40:05.688Z | Downloaded clap_builder v4.5.21 |
370 | 2024-11-26T04:40:05.694Z | Downloaded serde_json v1.0.132 |
371 | 2024-11-26T04:40:05.700Z | Downloaded zerocopy v0.7.35 |
372 | 2024-11-26T04:40:05.715Z | Downloaded winnow v0.6.20 |
373 | 2024-11-26T04:40:05.723Z | Downloaded tabled v0.15.0 |
374 | 2024-11-26T04:40:05.737Z | Downloaded hashbrown v0.15.0 |
375 | 2024-11-26T04:40:05.746Z | Downloaded syn v1.0.109 |
376 | 2024-11-26T04:40:05.751Z | Downloaded syn v2.0.87 |
377 | 2024-11-26T04:40:05.781Z | Downloaded libc v0.2.162 |
378 | 2024-11-26T04:40:06.088Z | Compiling proc-macro2 v1.0.89 |
379 | 2024-11-26T04:40:06.088Z | Compiling unicode-ident v1.0.13 |
380 | 2024-11-26T04:40:06.088Z | Compiling serde v1.0.215 |
381 | 2024-11-26T04:40:06.090Z | Compiling version_check v0.9.5 |
382 | 2024-11-26T04:40:06.090Z | Compiling memchr v2.7.4 |
383 | 2024-11-26T04:40:06.090Z | Compiling thiserror v1.0.69 |
384 | 2024-11-26T04:40:06.090Z | Compiling libc v0.2.162 |
385 | 2024-11-26T04:40:06.090Z | Compiling itoa v1.0.11 |
386 | 2024-11-26T04:40:06.371Z | Compiling ucd-trie v0.1.7 |
387 | 2024-11-26T04:40:06.493Z | Compiling ryu v1.0.18 |
388 | 2024-11-26T04:40:06.972Z | Compiling once_cell v1.20.2 |
389 | 2024-11-26T04:40:06.974Z | Compiling byteorder v1.5.0 |
390 | 2024-11-26T04:40:07.289Z | Compiling serde_json v1.0.132 |
391 | 2024-11-26T04:40:07.527Z | Compiling rustix v0.38.37 |
392 | 2024-11-26T04:40:07.633Z | Compiling bitflags v2.6.0 |
393 | 2024-11-26T04:40:07.660Z | Compiling proc-macro-error-attr v1.0.4 |
394 | 2024-11-26T04:40:07.786Z | Compiling usdt-impl v0.5.0 |
395 | 2024-11-26T04:40:07.970Z | Compiling syn v1.0.109 |
396 | 2024-11-26T04:40:08.075Z | Compiling proc-macro-error v1.0.4 |
397 | 2024-11-26T04:40:08.119Z | Compiling equivalent v1.0.1 |
398 | 2024-11-26T04:40:08.240Z | Compiling hashbrown v0.15.0 |
399 | 2024-11-26T04:40:08.348Z | Compiling plain v0.2.3 |
400 | 2024-11-26T04:40:08.377Z | Compiling camino v1.1.9 |
401 | 2024-11-26T04:40:08.502Z | Compiling utf8parse v0.2.2 |
402 | 2024-11-26T04:40:08.532Z | Compiling log v0.4.22 |
403 | 2024-11-26T04:40:08.653Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-11-26T04:40:08.680Z | Compiling quote v1.0.37 |
405 | 2024-11-26T04:40:08.921Z | Compiling errno v0.3.9 |
406 | 2024-11-26T04:40:08.946Z | Compiling thread-id v4.2.2 |
407 | 2024-11-26T04:40:09.075Z | Compiling syn v2.0.87 |
408 | 2024-11-26T04:40:09.183Z | Compiling semver v1.0.23 |
409 | 2024-11-26T04:40:09.366Z | Compiling unicode-width v0.1.14 |
410 | 2024-11-26T04:40:09.482Z | Compiling indexmap v2.6.0 |
411 | 2024-11-26T04:40:09.512Z | Compiling anstyle-query v1.1.1 |
412 | 2024-11-26T04:40:09.666Z | Compiling autocfg v1.4.0 |
413 | 2024-11-26T04:40:09.726Z | Compiling pretty-hex v0.4.1 |
414 | 2024-11-26T04:40:09.878Z | Compiling winnow v0.6.20 |
415 | 2024-11-26T04:40:09.958Z | Compiling colorchoice v1.0.2 |
416 | 2024-11-26T04:40:10.134Z | Compiling anstyle v1.0.10 |
417 | 2024-11-26T04:40:10.628Z | Compiling is_terminal_polyfill v1.70.1 |
418 | 2024-11-26T04:40:10.765Z | Compiling anstream v0.6.15 |
419 | 2024-11-26T04:40:10.819Z | Compiling fs-err v2.11.0 |
420 | 2024-11-26T04:40:10.999Z | Compiling anyhow v1.0.93 |
421 | 2024-11-26T04:40:11.088Z | Compiling fnv v1.0.7 |
422 | 2024-11-26T04:40:11.238Z | Compiling strsim v0.11.1 |
423 | 2024-11-26T04:40:11.405Z | Compiling terminal_size v0.4.0 |
424 | 2024-11-26T04:40:11.542Z | Compiling heck v0.4.1 |
425 | 2024-11-26T04:40:11.636Z | Compiling bytecount v0.6.8 |
426 | 2024-11-26T04:40:11.677Z | Compiling clap_lex v0.7.2 |
427 | 2024-11-26T04:40:11.876Z | Compiling cfg-if v1.0.0 |
428 | 2024-11-26T04:40:11.992Z | Compiling heck v0.5.0 |
429 | 2024-11-26T04:40:12.134Z | Compiling fastrand v2.1.1 |
430 | 2024-11-26T04:40:12.200Z | Compiling clap_builder v4.5.21 |
431 | 2024-11-26T04:40:12.226Z | Compiling papergrid v0.11.0 |
432 | 2024-11-26T04:40:12.546Z | Compiling tempfile v3.13.0 |
433 | 2024-11-26T04:40:12.942Z | Compiling memmap v0.7.0 |
434 | 2024-11-26T04:40:13.086Z | Compiling smawk v0.3.2 |
435 | 2024-11-26T04:40:13.298Z | Compiling unicode-linebreak v0.1.5 |
436 | 2024-11-26T04:40:13.776Z | Compiling textwrap v0.16.1 |
437 | 2024-11-26T04:40:13.800Z | Compiling swrite v0.1.0 |
438 | 2024-11-26T04:40:14.917Z | Compiling tabled_derive v0.7.0 |
439 | 2024-11-26T04:40:16.446Z | Compiling tabled v0.15.0 |
440 | 2024-11-26T04:40:18.086Z | Compiling serde_derive v1.0.215 |
441 | 2024-11-26T04:40:18.086Z | Compiling thiserror-impl v1.0.69 |
442 | 2024-11-26T04:40:18.089Z | Compiling zerocopy-derive v0.7.35 |
443 | 2024-11-26T04:40:18.089Z | Compiling scroll_derive v0.12.0 |
444 | 2024-11-26T04:40:18.089Z | Compiling clap_derive v4.5.18 |
445 | 2024-11-26T04:40:19.276Z | Compiling scroll v0.12.0 |
446 | 2024-11-26T04:40:19.715Z | Compiling goblin v0.8.2 |
447 | 2024-11-26T04:40:19.824Z | Compiling zerocopy v0.7.35 |
448 | 2024-11-26T04:40:20.650Z | Compiling pest v2.7.14 |
449 | 2024-11-26T04:40:21.742Z | Compiling clap v4.5.21 |
450 | 2024-11-26T04:40:22.899Z | Compiling pest_meta v2.7.14 |
451 | 2024-11-26T04:40:23.741Z | Compiling pest_generator v2.7.14 |
452 | 2024-11-26T04:40:25.411Z | Compiling pest_derive v2.7.14 |
453 | 2024-11-26T04:40:26.055Z | Compiling dtrace-parser v0.2.0 |
454 | 2024-11-26T04:40:28.221Z | Compiling serde_spanned v0.6.8 |
455 | 2024-11-26T04:40:28.223Z | Compiling toml_datetime v0.6.8 |
456 | 2024-11-26T04:40:28.223Z | Compiling cargo-platform v0.1.8 |
457 | 2024-11-26T04:40:28.618Z | Compiling serde_tokenstream v0.2.2 |
458 | 2024-11-26T04:40:28.825Z | Compiling toml_edit v0.22.22 |
459 | 2024-11-26T04:40:28.853Z | Compiling macaddr v1.0.1 |
460 | 2024-11-26T04:40:28.879Z | Compiling camino-tempfile v1.1.1 |
461 | 2024-11-26T04:40:29.727Z | Compiling dof v0.3.0 |
462 | 2024-11-26T04:40:29.727Z | Compiling cargo_metadata v0.18.1 |
463 | 2024-11-26T04:40:31.655Z | Compiling toml v0.8.19 |
464 | 2024-11-26T04:40:31.733Z | Compiling usdt-macro v0.5.0 |
465 | 2024-11-26T04:40:31.733Z | Compiling usdt-attr-macro v0.5.0 |
466 | 2024-11-26T04:40:32.492Z | Compiling cargo_toml v0.20.5 |
467 | 2024-11-26T04:40:33.084Z | Compiling usdt v0.5.0 |
468 | 2024-11-26T04:40:35.974Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
469 | 2024-11-26T04:40:40.163Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 49.93s |
470 | 2024-11-26T04:40:40.434Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
471 | 2024-11-26T04:40:40.973Z | Downloading crates ... |
472 | 2024-11-26T04:40:41.100Z | Downloaded async-stream-impl v0.3.6 |
473 | 2024-11-26T04:40:41.108Z | Downloaded crucible-workspace-hack v0.1.0 |
474 | 2024-11-26T04:40:41.111Z | Downloaded array-init v0.0.4 |
475 | 2024-11-26T04:40:41.113Z | Downloaded cstr-argument v0.1.2 |
476 | 2024-11-26T04:40:41.113Z | Downloaded bitflags v1.3.2 |
477 | 2024-11-26T04:40:41.116Z | Downloaded ascii-canvas v3.0.0 |
478 | 2024-11-26T04:40:41.118Z | Downloaded bit-vec v0.6.3 |
479 | 2024-11-26T04:40:41.118Z | Downloaded aead v0.5.2 |
480 | 2024-11-26T04:40:41.121Z | Downloaded ciborium-ll v0.2.2 |
481 | 2024-11-26T04:40:41.121Z | Downloaded cexpr v0.6.0 |
482 | 2024-11-26T04:40:41.123Z | Downloaded chacha20 v0.9.1 |
483 | 2024-11-26T04:40:41.125Z | Downloaded cmake v0.1.51 |
484 | 2024-11-26T04:40:41.128Z | Downloaded castaway v0.2.3 |
485 | 2024-11-26T04:40:41.128Z | Downloaded blowfish v0.9.1 |
486 | 2024-11-26T04:40:41.130Z | Downloaded adler2 v2.0.0 |
487 | 2024-11-26T04:40:41.130Z | Downloaded bb8 v0.8.5 |
488 | 2024-11-26T04:40:41.133Z | Downloaded constant_time_eq v0.3.1 |
489 | 2024-11-26T04:40:41.133Z | Downloaded cancel-safe-futures v0.1.5 |
490 | 2024-11-26T04:40:41.136Z | Downloaded cookie v0.18.1 |
491 | 2024-11-26T04:40:41.139Z | Downloaded const-oid v0.9.6 |
492 | 2024-11-26T04:40:41.141Z | Downloaded crc-any v2.5.0 |
493 | 2024-11-26T04:40:41.144Z | Downloaded blake2 v0.10.6 |
494 | 2024-11-26T04:40:41.148Z | Downloaded allocator-api2 v0.2.18 |
495 | 2024-11-26T04:40:41.151Z | Downloaded aes-gcm v0.10.3 |
496 | 2024-11-26T04:40:41.155Z | Downloaded darling v0.20.10 |
497 | 2024-11-26T04:40:41.159Z | Downloaded ctr v0.9.2 |
498 | 2024-11-26T04:40:41.162Z | Downloaded hex v0.4.3 |
499 | 2024-11-26T04:40:41.165Z | Downloaded colored v2.1.0 |
500 | 2024-11-26T04:40:41.167Z | Downloaded bumpalo v3.16.0 |
501 | 2024-11-26T04:40:41.170Z | Downloaded heck v0.3.3 |
502 | 2024-11-26T04:40:41.172Z | Downloaded hex-literal v0.4.1 |
503 | 2024-11-26T04:40:41.172Z | Downloaded atomicwrites v0.4.4 |
504 | 2024-11-26T04:40:41.175Z | Downloaded heapless v0.8.0 |
505 | 2024-11-26T04:40:41.178Z | Downloaded heapless v0.7.17 |
506 | 2024-11-26T04:40:41.182Z | Downloaded hickory-client v0.24.1 |
507 | 2024-11-26T04:40:41.185Z | Downloaded async-trait v0.1.83 |
508 | 2024-11-26T04:40:41.188Z | Downloaded rand_core v0.6.4 |
509 | 2024-11-26T04:40:41.191Z | Downloaded atomic-waker v1.1.2 |
510 | 2024-11-26T04:40:41.193Z | Downloaded async-recursion v1.1.1 |
511 | 2024-11-26T04:40:41.195Z | Downloaded async-stream v0.3.6 |
512 | 2024-11-26T04:40:41.198Z | Downloaded atty v0.2.14 |
513 | 2024-11-26T04:40:41.198Z | Downloaded addr2line v0.24.2 |
514 | 2024-11-26T04:40:41.200Z | Downloaded headers-core v0.3.0 |
515 | 2024-11-26T04:40:41.203Z | Downloaded arrayref v0.3.9 |
516 | 2024-11-26T04:40:41.203Z | Downloaded assert_matches v1.5.0 |
517 | 2024-11-26T04:40:41.205Z | Downloaded async-bb8-diesel v0.2.1 |
518 | 2024-11-26T04:40:41.208Z | Downloaded hmac v0.12.1 |
519 | 2024-11-26T04:40:41.215Z | Downloaded cfg_aliases v0.2.1 |
520 | 2024-11-26T04:40:41.218Z | Downloaded highway v1.2.0 |
521 | 2024-11-26T04:40:41.220Z | Downloaded http-body v1.0.1 |
522 | 2024-11-26T04:40:41.223Z | Downloaded crunchy v0.2.2 |
523 | 2024-11-26T04:40:41.225Z | Downloaded ciborium-io v0.2.2 |
524 | 2024-11-26T04:40:41.227Z | Downloaded home v0.5.9 |
525 | 2024-11-26T04:40:41.227Z | Downloaded rustls-pemfile v2.2.0 |
526 | 2024-11-26T04:40:41.230Z | Downloaded humantime v2.1.0 |
527 | 2024-11-26T04:40:41.232Z | Downloaded rusty-fork v0.3.0 |
528 | 2024-11-26T04:40:41.234Z | Downloaded bit-set v0.5.3 |
529 | 2024-11-26T04:40:41.234Z | Downloaded bcrypt-pbkdf v0.10.0 |
530 | 2024-11-26T04:40:41.237Z | Downloaded hyper-rustls v0.27.3 |
531 | 2024-11-26T04:40:41.239Z | Downloaded http-body-util v0.1.2 |
532 | 2024-11-26T04:40:41.242Z | Downloaded cfg_aliases v0.1.1 |
533 | 2024-11-26T04:40:41.242Z | Downloaded http v1.1.0 |
534 | 2024-11-26T04:40:41.248Z | Downloaded icu_provider_macros v1.5.0 |
535 | 2024-11-26T04:40:41.248Z | Downloaded icu_locid_transform_data v1.5.0 |
536 | 2024-11-26T04:40:41.248Z | Downloaded bitfield v0.14.0 |
537 | 2024-11-26T04:40:41.252Z | Downloaded cobs v0.2.3 |
538 | 2024-11-26T04:40:41.252Z | Downloaded bitfield-struct v0.6.2 |
539 | 2024-11-26T04:40:41.254Z | Downloaded hubpack v0.1.2 |
540 | 2024-11-26T04:40:41.254Z | Downloaded hyper-staticfile v0.10.1 |
541 | 2024-11-26T04:40:41.257Z | Downloaded is_ci v1.2.0 |
542 | 2024-11-26T04:40:41.259Z | Downloaded cassowary v0.3.0 |
543 | 2024-11-26T04:40:41.259Z | Downloaded httpdate v1.0.3 |
544 | 2024-11-26T04:40:41.262Z | Downloaded hkdf v0.12.4 |
545 | 2024-11-26T04:40:41.265Z | Downloaded chrono-tz-build v0.4.0 |
546 | 2024-11-26T04:40:41.265Z | Downloaded icu_properties v1.5.1 |
547 | 2024-11-26T04:40:41.267Z | Downloaded ahash v0.8.11 |
548 | 2024-11-26T04:40:41.270Z | Downloaded convert_case v0.4.0 |
549 | 2024-11-26T04:40:41.272Z | Downloaded crossbeam-deque v0.8.5 |
550 | 2024-11-26T04:40:41.275Z | Downloaded base64ct v1.6.0 |
551 | 2024-11-26T04:40:41.277Z | Downloaded arrayvec v0.7.6 |
552 | 2024-11-26T04:40:41.279Z | Downloaded block-padding v0.3.3 |
553 | 2024-11-26T04:40:41.279Z | Downloaded hubpack_derive v0.1.1 |
554 | 2024-11-26T04:40:41.282Z | Downloaded httparse v1.9.5 |
555 | 2024-11-26T04:40:41.284Z | Downloaded instant v0.1.13 |
556 | 2024-11-26T04:40:41.284Z | Downloaded ident_case v1.0.1 |
557 | 2024-11-26T04:40:41.286Z | Downloaded hostname v0.3.1 |
558 | 2024-11-26T04:40:41.289Z | Downloaded argon2 v0.5.3 |
559 | 2024-11-26T04:40:41.293Z | Downloaded hostname v0.4.0 |
560 | 2024-11-26T04:40:41.296Z | Downloaded instability v0.3.2 |
561 | 2024-11-26T04:40:41.296Z | Downloaded crc-catalog v2.4.0 |
562 | 2024-11-26T04:40:41.299Z | Downloaded cipher v0.4.4 |
563 | 2024-11-26T04:40:41.303Z | Downloaded bcs v0.1.6 |
564 | 2024-11-26T04:40:41.306Z | Downloaded matches v0.1.10 |
565 | 2024-11-26T04:40:41.306Z | Downloaded http-range v0.1.5 |
566 | 2024-11-26T04:40:41.306Z | Downloaded cbc v0.1.2 |
567 | 2024-11-26T04:40:41.310Z | Downloaded hickory-server v0.24.1 |
568 | 2024-11-26T04:40:41.316Z | Downloaded toolchain_find v0.4.0 |
569 | 2024-11-26T04:40:41.319Z | Downloaded stable_deref_trait v1.2.0 |
570 | 2024-11-26T04:40:41.321Z | Downloaded maybe-uninit v2.0.0 |
571 | 2024-11-26T04:40:41.321Z | Downloaded curve25519-dalek-derive v0.1.1 |
572 | 2024-11-26T04:40:41.323Z | Downloaded bzip2 v0.4.4 |
573 | 2024-11-26T04:40:41.326Z | Downloaded ron v0.8.1 |
574 | 2024-11-26T04:40:41.330Z | Downloaded match_cfg v0.1.0 |
575 | 2024-11-26T04:40:41.335Z | Downloaded lazycell v1.3.0 |
576 | 2024-11-26T04:40:41.338Z | Downloaded topological-sort v0.2.2 |
577 | 2024-11-26T04:40:41.338Z | Downloaded quinn-udp v0.5.5 |
578 | 2024-11-26T04:40:41.338Z | Downloaded tinyvec_macros v0.1.1 |
579 | 2024-11-26T04:40:41.342Z | Downloaded linked-hash-map v0.5.6 |
580 | 2024-11-26T04:40:41.342Z | Downloaded serde_with_macros v3.11.0 |
581 | 2024-11-26T04:40:41.344Z | Downloaded new_debug_unreachable v1.0.6 |
582 | 2024-11-26T04:40:41.345Z | Downloaded secrecy v0.8.0 |
583 | 2024-11-26T04:40:41.348Z | Downloaded progenitor-macro v0.8.0 |
584 | 2024-11-26T04:40:41.348Z | Downloaded mime v0.3.17 |
585 | 2024-11-26T04:40:41.351Z | Downloaded hyper-tls v0.6.0 |
586 | 2024-11-26T04:40:41.351Z | Downloaded termios v0.3.3 |
587 | 2024-11-26T04:40:41.354Z | Downloaded slog-json v2.6.1 |
588 | 2024-11-26T04:40:41.357Z | Downloaded slog-envlogger v2.2.0 |
589 | 2024-11-26T04:40:41.357Z | Downloaded vte_generate_state_changes v0.1.2 |
590 | 2024-11-26T04:40:41.359Z | Downloaded clang-sys v1.8.1 |
591 | 2024-11-26T04:40:41.365Z | Downloaded memoffset v0.9.1 |
592 | 2024-11-26T04:40:41.365Z | Downloaded md-5 v0.10.6 |
593 | 2024-11-26T04:40:41.366Z | Downloaded crossbeam-utils v0.8.20 |
594 | 2024-11-26T04:40:41.368Z | Downloaded const_format_proc_macros v0.2.33 |
595 | 2024-11-26T04:40:41.371Z | Downloaded oso-derive v0.27.3 |
596 | 2024-11-26T04:40:41.371Z | Downloaded iana-time-zone v0.1.61 |
597 | 2024-11-26T04:40:41.374Z | Downloaded foreign-types-shared v0.1.1 |
598 | 2024-11-26T04:40:41.376Z | Downloaded untrusted v0.9.0 |
599 | 2024-11-26T04:40:41.379Z | Downloaded tokio-tungstenite v0.23.1 |
600 | 2024-11-26T04:40:41.381Z | Downloaded lru v0.12.5 |
601 | 2024-11-26T04:40:41.381Z | Downloaded libefi-sys v0.1.0 |
602 | 2024-11-26T04:40:41.384Z | Downloaded md5 v0.7.0 |
603 | 2024-11-26T04:40:41.386Z | Downloaded dyn-clone v1.0.17 |
604 | 2024-11-26T04:40:41.386Z | Downloaded dunce v1.0.5 |
605 | 2024-11-26T04:40:41.388Z | Downloaded newline-converter v0.3.0 |
606 | 2024-11-26T04:40:41.389Z | Downloaded foreign-types-shared v0.3.1 |
607 | 2024-11-26T04:40:41.391Z | Downloaded lru-cache v0.1.2 |
608 | 2024-11-26T04:40:41.391Z | Downloaded aho-corasick v1.1.3 |
609 | 2024-11-26T04:40:41.397Z | Downloaded parse-size v1.1.0 |
610 | 2024-11-26T04:40:41.399Z | Downloaded hash32 v0.3.1 |
611 | 2024-11-26T04:40:41.401Z | Downloaded hash32 v0.2.1 |
612 | 2024-11-26T04:40:41.404Z | Downloaded pretty-hex v0.2.1 |
613 | 2024-11-26T04:40:41.404Z | Downloaded maplit v1.0.2 |
614 | 2024-11-26T04:40:41.406Z | Downloaded lock_api v0.4.12 |
615 | 2024-11-26T04:40:41.406Z | Downloaded glob v0.3.1 |
616 | 2024-11-26T04:40:41.408Z | Downloaded foreign-types-macros v0.2.3 |
617 | 2024-11-26T04:40:41.411Z | Downloaded csv-core v0.1.11 |
618 | 2024-11-26T04:40:41.411Z | Downloaded jobserver v0.1.32 |
619 | 2024-11-26T04:40:41.413Z | Downloaded tls_codec v0.4.1 |
620 | 2024-11-26T04:40:41.416Z | Downloaded icu_normalizer_data v1.5.0 |
621 | 2024-11-26T04:40:41.418Z | Downloaded icu_locid v1.5.0 |
622 | 2024-11-26T04:40:41.423Z | Downloaded xz2 v0.1.7 |
623 | 2024-11-26T04:40:41.425Z | Downloaded bytes v1.8.0 |
624 | 2024-11-26T04:40:41.429Z | Downloaded olpc-cjson v0.1.4 |
625 | 2024-11-26T04:40:41.432Z | Downloaded chacha20poly1305 v0.10.1 |
626 | 2024-11-26T04:40:41.434Z | Downloaded aes v0.8.4 |
627 | 2024-11-26T04:40:41.437Z | Downloaded bindgen v0.69.5 |
628 | 2024-11-26T04:40:41.445Z | Downloaded try-lock v0.2.5 |
629 | 2024-11-26T04:40:41.447Z | Downloaded percent-encoding v2.3.1 |
630 | 2024-11-26T04:40:41.449Z | Downloaded strum_macros v0.26.4 |
631 | 2024-11-26T04:40:41.452Z | Downloaded env_logger v0.10.2 |
632 | 2024-11-26T04:40:41.455Z | Downloaded primeorder v0.13.6 |
633 | 2024-11-26T04:40:41.457Z | Downloaded snafu-derive v0.8.5 |
634 | 2024-11-26T04:40:41.459Z | Downloaded zerofrom v0.1.4 |
635 | 2024-11-26T04:40:41.459Z | Downloaded phf v0.11.2 |
636 | 2024-11-26T04:40:41.462Z | Downloaded hyper-util v0.1.10 |
637 | 2024-11-26T04:40:41.466Z | Downloaded sec1 v0.7.3 |
638 | 2024-11-26T04:40:41.469Z | Downloaded icu_provider v1.5.0 |
639 | 2024-11-26T04:40:41.471Z | Downloaded const_format v0.2.33 |
640 | 2024-11-26T04:40:41.477Z | Downloaded sigpipe v0.1.3 |
641 | 2024-11-26T04:40:41.479Z | Downloaded rand_xorshift v0.3.0 |
642 | 2024-11-26T04:40:41.481Z | Downloaded tinyvec v1.8.0 |
643 | 2024-11-26T04:40:41.484Z | Downloaded float-ord v0.3.2 |
644 | 2024-11-26T04:40:41.488Z | Downloaded fxhash v0.2.1 |
645 | 2024-11-26T04:40:41.488Z | Downloaded fragile v2.0.0 |
646 | 2024-11-26T04:40:41.490Z | Downloaded owo-colors v4.1.0 |
647 | 2024-11-26T04:40:41.493Z | Downloaded env_logger v0.11.5 |
648 | 2024-11-26T04:40:41.495Z | Downloaded diesel_table_macro_syntax v0.2.0 |
649 | 2024-11-26T04:40:41.497Z | Downloaded tui-tree-widget v0.22.0 |
650 | 2024-11-26T04:40:41.509Z | Downloaded zeroize v1.8.1 |
651 | 2024-11-26T04:40:41.511Z | Downloaded zerofrom-derive v0.1.4 |
652 | 2024-11-26T04:40:41.513Z | Downloaded icu_collections v1.5.0 |
653 | 2024-11-26T04:40:41.519Z | Downloaded zeroize_derive v1.4.2 |
654 | 2024-11-26T04:40:41.521Z | Downloaded opaque-debug v0.3.1 |
655 | 2024-11-26T04:40:41.524Z | Downloaded num-conv v0.1.0 |
656 | 2024-11-26T04:40:41.524Z | Downloaded phf_codegen v0.11.2 |
657 | 2024-11-26T04:40:41.528Z | Downloaded fallible-streaming-iterator v0.1.9 |
658 | 2024-11-26T04:40:41.528Z | Downloaded backtrace v0.3.74 |
659 | 2024-11-26T04:40:41.532Z | Downloaded path-slash v0.1.5 |
660 | 2024-11-26T04:40:41.534Z | Downloaded sct v0.7.1 |
661 | 2024-11-26T04:40:41.537Z | Downloaded unicode-bidi v0.3.17 |
662 | 2024-11-26T04:40:41.541Z | Downloaded gethostname v0.5.0 |
663 | 2024-11-26T04:40:41.543Z | Downloaded simd-adler32 v0.3.7 |
664 | 2024-11-26T04:40:41.545Z | Downloaded omicron-zone-package v0.11.1 |
665 | 2024-11-26T04:40:41.548Z | Downloaded tabwriter v1.4.0 |
666 | 2024-11-26T04:40:41.550Z | Downloaded utf-8 v0.7.6 |
667 | 2024-11-26T04:40:41.550Z | Downloaded tokio-rustls v0.25.0 |
668 | 2024-11-26T04:40:41.553Z | Downloaded signal-hook-registry v1.4.2 |
669 | 2024-11-26T04:40:41.555Z | Downloaded synstructure v0.13.1 |
670 | 2024-11-26T04:40:41.555Z | Downloaded rand v0.8.5 |
671 | 2024-11-26T04:40:41.559Z | Downloaded wyz v0.5.1 |
672 | 2024-11-26T04:40:41.561Z | Downloaded siphasher v0.3.11 |
673 | 2024-11-26T04:40:41.564Z | Downloaded pkg-config v0.3.31 |
674 | 2024-11-26T04:40:41.566Z | Downloaded pin-utils v0.1.0 |
675 | 2024-11-26T04:40:41.566Z | Downloaded utf8_iter v1.0.4 |
676 | 2024-11-26T04:40:41.568Z | Downloaded signal-hook-mio v0.2.4 |
677 | 2024-11-26T04:40:41.569Z | Downloaded zerocopy-derive v0.8.10 |
678 | 2024-11-26T04:40:41.575Z | Downloaded endian-type v0.1.2 |
679 | 2024-11-26T04:40:41.577Z | Downloaded darling_core v0.20.10 |
680 | 2024-11-26T04:40:41.580Z | Downloaded termcolor v1.4.1 |
681 | 2024-11-26T04:40:41.583Z | Downloaded fs_extra v1.3.0 |
682 | 2024-11-26T04:40:41.586Z | Downloaded crossbeam-channel v0.5.13 |
683 | 2024-11-26T04:40:41.589Z | Downloaded globset v0.4.15 |
684 | 2024-11-26T04:40:41.591Z | Downloaded ghash v0.5.1 |
685 | 2024-11-26T04:40:41.594Z | Downloaded funty v2.0.0 |
686 | 2024-11-26T04:40:41.594Z | Downloaded number_prefix v0.4.0 |
687 | 2024-11-26T04:40:41.596Z | Downloaded pbkdf2 v0.11.0 |
688 | 2024-11-26T04:40:41.599Z | Downloaded packed_struct_codegen v0.10.1 |
689 | 2024-11-26T04:40:41.599Z | Downloaded num_threads v0.1.7 |
690 | 2024-11-26T04:40:41.601Z | Downloaded unicase v2.7.0 |
691 | 2024-11-26T04:40:41.604Z | Downloaded num-complex v0.4.6 |
692 | 2024-11-26T04:40:41.606Z | Downloaded dirs-next v2.0.0 |
693 | 2024-11-26T04:40:41.606Z | Downloaded polyval v0.6.2 |
694 | 2024-11-26T04:40:41.609Z | Downloaded crossbeam-epoch v0.9.18 |
695 | 2024-11-26T04:40:41.611Z | Downloaded termtree v0.4.1 |
696 | 2024-11-26T04:40:41.613Z | Downloaded tokio-stream v0.1.16 |
697 | 2024-11-26T04:40:41.618Z | Downloaded difflib v0.4.0 |
698 | 2024-11-26T04:40:41.620Z | Downloaded data-encoding v2.6.0 |
699 | 2024-11-26T04:40:41.620Z | Downloaded pkcs8 v0.10.2 |
700 | 2024-11-26T04:40:41.624Z | Downloaded phf_shared v0.10.0 |
701 | 2024-11-26T04:40:41.626Z | Downloaded spin v0.5.2 |
702 | 2024-11-26T04:40:41.627Z | Downloaded slog-bunyan v2.5.0 |
703 | 2024-11-26T04:40:41.629Z | Downloaded serde_plain v1.0.2 |
704 | 2024-11-26T04:40:41.632Z | Downloaded serde_path_to_error v0.1.16 |
705 | 2024-11-26T04:40:41.634Z | Downloaded downcast v0.11.0 |
706 | 2024-11-26T04:40:41.634Z | Downloaded hickory-resolver v0.24.1 |
707 | 2024-11-26T04:40:41.639Z | Downloaded futures-task v0.3.31 |
708 | 2024-11-26T04:40:41.641Z | Downloaded thiserror-impl-no-std v2.0.2 |
709 | 2024-11-26T04:40:41.643Z | Downloaded dhcproto v0.12.0 |
710 | 2024-11-26T04:40:41.645Z | Downloaded minimal-lexical v0.2.1 |
711 | 2024-11-26T04:40:41.650Z | Downloaded normalize-line-endings v0.3.0 |
712 | 2024-11-26T04:40:41.653Z | Downloaded smf v0.2.3 |
713 | 2024-11-26T04:40:41.653Z | Downloaded serde_yaml v0.9.34+deprecated |
714 | 2024-11-26T04:40:41.656Z | Downloaded time-core v0.1.2 |
715 | 2024-11-26T04:40:41.659Z | Downloaded waitgroup v0.1.2 |
716 | 2024-11-26T04:40:41.661Z | Downloaded hyper v1.5.0 |
717 | 2024-11-26T04:40:41.667Z | Downloaded phf_generator v0.11.2 |
718 | 2024-11-26T04:40:41.669Z | Downloaded mirai-annotations v1.12.0 |
719 | 2024-11-26T04:40:41.671Z | Downloaded group v0.13.0 |
720 | 2024-11-26T04:40:41.674Z | Downloaded rustc_version v0.4.1 |
721 | 2024-11-26T04:40:41.674Z | Downloaded rustc-hash v2.0.0 |
722 | 2024-11-26T04:40:41.676Z | Downloaded value-bag v1.9.0 |
723 | 2024-11-26T04:40:41.679Z | Downloaded russh-cryptovec v0.7.3 |
724 | 2024-11-26T04:40:41.681Z | Downloaded ssh-encoding v0.2.0 |
725 | 2024-11-26T04:40:41.681Z | Downloaded ssh-cipher v0.2.0 |
726 | 2024-11-26T04:40:41.684Z | Downloaded nu-ansi-term v0.50.1 |
727 | 2024-11-26T04:40:41.686Z | Downloaded phf_shared v0.11.2 |
728 | 2024-11-26T04:40:41.689Z | Downloaded parse-display v0.10.0 |
729 | 2024-11-26T04:40:41.689Z | Downloaded serde_derive_internals v0.29.1 |
730 | 2024-11-26T04:40:41.691Z | Downloaded sqlparser_derive v0.2.2 |
731 | 2024-11-26T04:40:41.694Z | Downloaded unicode-xid v0.2.6 |
732 | 2024-11-26T04:40:41.696Z | Downloaded defmt v0.3.8 |
733 | 2024-11-26T04:40:41.698Z | Downloaded debug-ignore v1.0.5 |
734 | 2024-11-26T04:40:41.701Z | Downloaded diff v0.1.13 |
735 | 2024-11-26T04:40:41.704Z | Downloaded embedded-io v0.6.1 |
736 | 2024-11-26T04:40:41.706Z | Downloaded mockall v0.13.0 |
737 | 2024-11-26T04:40:41.709Z | Downloaded rustversion v1.0.17 |
738 | 2024-11-26T04:40:41.711Z | Downloaded parking_lot_core v0.9.10 |
739 | 2024-11-26T04:40:41.714Z | Downloaded thread_local v1.1.8 |
740 | 2024-11-26T04:40:41.716Z | Downloaded filetime v0.2.25 |
741 | 2024-11-26T04:40:41.718Z | Downloaded rustc-demangle v0.1.24 |
742 | 2024-11-26T04:40:41.721Z | Downloaded expectorate v1.1.0 |
743 | 2024-11-26T04:40:41.723Z | Downloaded dirs-sys-next v0.1.2 |
744 | 2024-11-26T04:40:41.723Z | Downloaded tap v1.0.1 |
745 | 2024-11-26T04:40:41.725Z | Downloaded num-integer v0.1.46 |
746 | 2024-11-26T04:40:41.728Z | Downloaded russh-keys v0.45.0 |
747 | 2024-11-26T04:40:41.730Z | Downloaded pkcs5 v0.7.1 |
748 | 2024-11-26T04:40:41.733Z | Downloaded proc-macro-crate v1.3.1 |
749 | 2024-11-26T04:40:41.736Z | Downloaded predicates v3.1.2 |
750 | 2024-11-26T04:40:41.739Z | Downloaded predicates-tree v1.0.11 |
751 | 2024-11-26T04:40:41.739Z | Downloaded flagset v0.4.6 |
752 | 2024-11-26T04:40:41.741Z | Downloaded wait-timeout v0.2.0 |
753 | 2024-11-26T04:40:41.741Z | Downloaded yoke-derive v0.7.4 |
754 | 2024-11-26T04:40:41.744Z | Downloaded fixedbitset v0.4.2 |
755 | 2024-11-26T04:40:41.744Z | Downloaded rustc_version v0.1.7 |
756 | 2024-11-26T04:40:41.746Z | Downloaded psl-types v2.0.11 |
757 | 2024-11-26T04:40:41.746Z | Downloaded uuid v1.11.0 |
758 | 2024-11-26T04:40:41.750Z | Downloaded pin-project-internal v1.1.6 |
759 | 2024-11-26T04:40:41.752Z | Downloaded socket2 v0.5.7 |
760 | 2024-11-26T04:40:41.755Z | Downloaded predicates-core v1.0.8 |
761 | 2024-11-26T04:40:41.758Z | Downloaded displaydoc v0.2.5 |
762 | 2024-11-26T04:40:41.760Z | Downloaded parse-zoneinfo v0.3.1 |
763 | 2024-11-26T04:40:41.763Z | Downloaded typed-path v0.9.3 |
764 | 2024-11-26T04:40:41.772Z | Downloaded tokio-macros v2.4.0 |
765 | 2024-11-26T04:40:41.775Z | Downloaded typify-macro v0.2.0 |
766 | 2024-11-26T04:40:41.775Z | Downloaded shell-words v1.1.0 |
767 | 2024-11-26T04:40:41.775Z | Downloaded sha1 v0.10.6 |
768 | 2024-11-26T04:40:41.778Z | Downloaded peg-runtime v0.8.3 |
769 | 2024-11-26T04:40:41.780Z | Downloaded time-macros v0.2.18 |
770 | 2024-11-26T04:40:41.782Z | Downloaded walkdir v2.5.0 |
771 | 2024-11-26T04:40:41.785Z | Downloaded ed25519 v2.2.3 |
772 | 2024-11-26T04:40:41.788Z | Downloaded zerocopy v0.6.6 |
773 | 2024-11-26T04:40:41.790Z | Downloaded libm v0.2.8 |
774 | 2024-11-26T04:40:41.797Z | Downloaded want v0.3.1 |
775 | 2024-11-26T04:40:41.799Z | Downloaded multer v3.1.0 |
776 | 2024-11-26T04:40:41.802Z | Downloaded pbkdf2 v0.12.2 |
777 | 2024-11-26T04:40:41.804Z | Downloaded rustls-pki-types v1.9.0 |
778 | 2024-11-26T04:40:41.807Z | Downloaded precomputed-hash v0.1.1 |
779 | 2024-11-26T04:40:41.809Z | Downloaded radium v0.7.0 |
780 | 2024-11-26T04:40:41.809Z | Downloaded r2d2 v0.8.10 |
781 | 2024-11-26T04:40:41.811Z | Downloaded num-bigint v0.4.6 |
782 | 2024-11-26T04:40:41.816Z | Downloaded smallvec v0.6.14 |
783 | 2024-11-26T04:40:41.819Z | Downloaded nanorand v0.7.0 |
784 | 2024-11-26T04:40:41.821Z | Downloaded scheduled-thread-pool v0.2.7 |
785 | 2024-11-26T04:40:41.824Z | Downloaded tls_codec_derive v0.4.1 |
786 | 2024-11-26T04:40:41.826Z | Downloaded test-strategy v0.3.1 |
787 | 2024-11-26T04:40:41.828Z | Downloaded itertools v0.12.1 |
788 | 2024-11-26T04:40:41.835Z | Downloaded scrypt v0.11.0 |
789 | 2024-11-26T04:40:41.837Z | Downloaded scopeguard v1.2.0 |
790 | 2024-11-26T04:40:41.839Z | Downloaded num-iter v0.1.45 |
791 | 2024-11-26T04:40:41.839Z | Downloaded num-derive v0.4.2 |
792 | 2024-11-26T04:40:41.842Z | Downloaded libxml v0.3.3 |
793 | 2024-11-26T04:40:41.850Z | Downloaded ecdsa v0.16.9 |
794 | 2024-11-26T04:40:41.853Z | Downloaded vte v0.11.1 |
795 | 2024-11-26T04:40:41.853Z | Downloaded darling_macro v0.20.10 |
796 | 2024-11-26T04:40:41.856Z | Downloaded xattr v1.3.1 |
797 | 2024-11-26T04:40:41.856Z | Downloaded paste v1.0.15 |
798 | 2024-11-26T04:40:41.858Z | Downloaded url v2.5.3 |
799 | 2024-11-26T04:40:41.862Z | Downloaded serde-big-array v0.5.1 |
800 | 2024-11-26T04:40:41.864Z | Downloaded defmt-parser v0.3.4 |
801 | 2024-11-26T04:40:41.866Z | Downloaded untrusted v0.7.1 |
802 | 2024-11-26T04:40:41.867Z | Downloaded peg-macros v0.8.4 |
803 | 2024-11-26T04:40:41.869Z | Downloaded der v0.7.9 |
804 | 2024-11-26T04:40:41.873Z | Downloaded progenitor-client v0.8.0 |
805 | 2024-11-26T04:40:41.875Z | Downloaded ff v0.13.0 |
806 | 2024-11-26T04:40:41.878Z | Downloaded slog-term v2.9.1 |
807 | 2024-11-26T04:40:41.881Z | Downloaded serde_urlencoded v0.7.1 |
808 | 2024-11-26T04:40:41.881Z | Downloaded pin-project v1.1.6 |
809 | 2024-11-26T04:40:41.892Z | Downloaded openssl-probe v0.1.5 |
810 | 2024-11-26T04:40:41.894Z | Downloaded openssl-macros v0.1.1 |
811 | 2024-11-26T04:40:41.894Z | Downloaded futures-sink v0.3.31 |
812 | 2024-11-26T04:40:41.897Z | Downloaded fd-lock v4.0.2 |
813 | 2024-11-26T04:40:41.899Z | Downloaded tough v0.19.0 |
814 | 2024-11-26T04:40:41.905Z | Downloaded quick-error v1.2.3 |
815 | 2024-11-26T04:40:41.908Z | Downloaded string_cache v0.8.7 |
816 | 2024-11-26T04:40:41.911Z | Downloaded postgres-protocol v0.6.7 |
817 | 2024-11-26T04:40:41.911Z | Downloaded password-hash v0.4.2 |
818 | 2024-11-26T04:40:41.914Z | Downloaded static_assertions v1.1.0 |
819 | 2024-11-26T04:40:41.914Z | Downloaded sqlformat v0.2.6 |
820 | 2024-11-26T04:40:41.916Z | Downloaded universal-hash v0.5.1 |
821 | 2024-11-26T04:40:41.920Z | Downloaded serde-hex v0.1.0 |
822 | 2024-11-26T04:40:41.920Z | Downloaded smallvec v1.13.2 |
823 | 2024-11-26T04:40:41.923Z | Downloaded password-hash v0.5.0 |
824 | 2024-11-26T04:40:41.926Z | Downloaded dropshot_endpoint v0.12.0 |
825 | 2024-11-26T04:40:41.928Z | Downloaded newtype_derive v0.1.6 |
826 | 2024-11-26T04:40:41.928Z | Downloaded nibble_vec v0.1.0 |
827 | 2024-11-26T04:40:41.932Z | Downloaded zone v0.3.0 |
828 | 2024-11-26T04:40:41.932Z | Downloaded time v0.3.36 |
829 | 2024-11-26T04:40:41.938Z | Downloaded miniz_oxide v0.8.0 |
830 | 2024-11-26T04:40:41.941Z | Downloaded yoke v0.7.4 |
831 | 2024-11-26T04:40:41.943Z | Downloaded powerfmt v0.2.0 |
832 | 2024-11-26T04:40:41.945Z | Downloaded foreign-types v0.5.0 |
833 | 2024-11-26T04:40:41.945Z | Downloaded unicode-properties v0.1.3 |
834 | 2024-11-26T04:40:41.948Z | Downloaded strum_macros v0.24.3 |
835 | 2024-11-26T04:40:41.950Z | Downloaded mio v1.0.2 |
836 | 2024-11-26T04:40:41.955Z | Downloaded twox-hash v1.6.3 |
837 | 2024-11-26T04:40:41.958Z | Downloaded strum v0.26.3 |
838 | 2024-11-26T04:40:41.960Z | Downloaded slog-stdlog v4.1.1 |
839 | 2024-11-26T04:40:41.960Z | Downloaded packed_struct v0.10.1 |
840 | 2024-11-26T04:40:41.963Z | Downloaded futures-macro v0.3.31 |
841 | 2024-11-26T04:40:41.966Z | Downloaded num_enum_derive v0.5.11 |
842 | 2024-11-26T04:40:41.966Z | Downloaded num_enum v0.5.11 |
843 | 2024-11-26T04:40:41.970Z | Downloaded which v4.4.2 |
844 | 2024-11-26T04:40:41.972Z | Downloaded unicode-truncate v1.1.0 |
845 | 2024-11-26T04:40:41.975Z | Downloaded same-file v1.0.6 |
846 | 2024-11-26T04:40:41.975Z | Downloaded yasna v0.5.2 |
847 | 2024-11-26T04:40:41.977Z | Downloaded toml v0.7.8 |
848 | 2024-11-26T04:40:41.980Z | Downloaded foreign-types v0.3.2 |
849 | 2024-11-26T04:40:41.983Z | Downloaded futures-channel v0.3.31 |
850 | 2024-11-26T04:40:41.987Z | Downloaded newtype-uuid v1.1.3 |
851 | 2024-11-26T04:40:41.987Z | Downloaded serde_repr v0.1.19 |
852 | 2024-11-26T04:40:41.990Z | Downloaded postgres-types v0.2.8 |
853 | 2024-11-26T04:40:41.990Z | Downloaded tinystr v0.7.6 |
854 | 2024-11-26T04:40:41.992Z | Downloaded ref-cast-impl v1.0.23 |
855 | 2024-11-26T04:40:41.992Z | Downloaded der_derive v0.7.3 |
856 | 2024-11-26T04:40:41.995Z | Downloaded derive_builder_macro v0.20.2 |
857 | 2024-11-26T04:40:41.995Z | Downloaded slog-async v2.8.0 |
858 | 2024-11-26T04:40:41.997Z | Downloaded rtoolbox v0.0.2 |
859 | 2024-11-26T04:40:42.000Z | Downloaded tiny-keccak v2.0.2 |
860 | 2024-11-26T04:40:42.003Z | Downloaded slog-dtrace v0.3.0 |
861 | 2024-11-26T04:40:42.003Z | Downloaded display-error-chain v0.2.2 |
862 | 2024-11-26T04:40:42.006Z | Downloaded tracing v0.1.40 |
863 | 2024-11-26T04:40:42.008Z | Downloaded zone_cfg_derive v0.3.0 |
864 | 2024-11-26T04:40:42.011Z | Downloaded zone_cfg_derive v0.1.2 |
865 | 2024-11-26T04:40:42.011Z | Downloaded foldhash v0.1.3 |
866 | 2024-11-26T04:40:42.015Z | Downloaded fatfs v0.3.6 |
867 | 2024-11-26T04:40:42.017Z | Downloaded hashlink v0.9.1 |
868 | 2024-11-26T04:40:42.017Z | Downloaded structmeta v0.3.0 |
869 | 2024-11-26T04:40:42.017Z | Downloaded parking_lot v0.12.3 |
870 | 2024-11-26T04:40:42.020Z | Downloaded icu_properties_data v1.5.0 |
871 | 2024-11-26T04:40:42.034Z | Downloaded futures-io v0.3.31 |
872 | 2024-11-26T04:40:42.036Z | Downloaded spki v0.7.3 |
873 | 2024-11-26T04:40:42.037Z | Downloaded ed25519-dalek v2.1.1 |
874 | 2024-11-26T04:40:42.039Z | Downloaded stringprep v0.1.5 |
875 | 2024-11-26T04:40:42.039Z | Downloaded futures-executor v0.3.31 |
876 | 2024-11-26T04:40:42.042Z | Downloaded zerovec v0.10.4 |
877 | 2024-11-26T04:40:42.046Z | Downloaded shlex v1.3.0 |
878 | 2024-11-26T04:40:42.049Z | Downloaded parse-display-derive v0.10.0 |
879 | 2024-11-26T04:40:42.049Z | Downloaded parking_lot_core v0.8.6 |
880 | 2024-11-26T04:40:42.052Z | Downloaded futures-core v0.3.31 |
881 | 2024-11-26T04:40:42.055Z | Downloaded nodrop v0.1.14 |
882 | 2024-11-26T04:40:42.055Z | Downloaded structmeta v0.2.0 |
883 | 2024-11-26T04:40:42.055Z | Downloaded tokio-tungstenite v0.24.0 |
884 | 2024-11-26T04:40:42.058Z | Downloaded tokio-rustls v0.24.1 |
885 | 2024-11-26T04:40:42.061Z | Downloaded unsafe-libyaml v0.2.11 |
886 | 2024-11-26T04:40:42.064Z | Downloaded half v2.4.1 |
887 | 2024-11-26T04:40:42.066Z | Downloaded futures v0.3.31 |
888 | 2024-11-26T04:40:42.071Z | Downloaded whoami v1.5.2 |
889 | 2024-11-26T04:40:42.073Z | Downloaded ref-cast v1.0.23 |
890 | 2024-11-26T04:40:42.076Z | Downloaded oso v0.27.3 |
891 | 2024-11-26T04:40:42.080Z | Downloaded hashbrown v0.12.3 |
892 | 2024-11-26T04:40:42.084Z | Downloaded bitvec v1.0.1 |
893 | 2024-11-26T04:40:42.099Z | Downloaded slog-scope v4.4.0 |
894 | 2024-11-26T04:40:42.102Z | Downloaded elliptic-curve v0.13.8 |
895 | 2024-11-26T04:40:42.105Z | Downloaded flate2 v1.0.34 |
896 | 2024-11-26T04:40:42.109Z | Downloaded derive_builder v0.20.2 |
897 | 2024-11-26T04:40:42.114Z | Downloaded slog v2.7.0 |
898 | 2024-11-26T04:40:42.117Z | Downloaded hashbrown v0.13.2 |
899 | 2024-11-26T04:40:42.122Z | Downloaded zip v2.1.3 |
900 | 2024-11-26T04:40:42.127Z | Downloaded samael v0.0.17 |
901 | 2024-11-26T04:40:42.134Z | Downloaded tungstenite v0.24.0 |
902 | 2024-11-26T04:40:42.141Z | Downloaded p256 v0.13.2 |
903 | 2024-11-26T04:40:42.141Z | Downloaded quinn v0.11.5 |
904 | 2024-11-26T04:40:42.151Z | Downloaded futures-util v0.3.31 |
905 | 2024-11-26T04:40:42.164Z | Downloaded num-rational v0.4.2 |
906 | 2024-11-26T04:40:42.164Z | Downloaded derive_more v0.99.18 |
907 | 2024-11-26T04:40:42.167Z | Downloaded rustyline v14.0.0 |
908 | 2024-11-26T04:40:42.167Z | Downloaded ssh-key v0.6.6 |
909 | 2024-11-26T04:40:42.174Z | Downloaded unicode-normalization v0.1.24 |
910 | 2024-11-26T04:40:42.177Z | Downloaded portable-atomic v1.9.0 |
911 | 2024-11-26T04:40:42.185Z | Downloaded tokio-postgres v0.7.12 |
912 | 2024-11-26T04:40:42.189Z | Downloaded lalrpop v0.19.12 |
913 | 2024-11-26T04:40:42.201Z | Downloaded unicode_categories v0.1.1 |
914 | 2024-11-26T04:40:42.204Z | Downloaded russh v0.45.0 |
915 | 2024-11-26T04:40:42.208Z | Downloaded openssl-sys v0.9.103 |
916 | 2024-11-26T04:40:42.213Z | Downloaded flume v0.11.1 |
917 | 2024-11-26T04:40:42.217Z | Downloaded idna v0.2.3 |
918 | 2024-11-26T04:40:42.224Z | Downloaded num-bigint-dig v0.8.4 |
919 | 2024-11-26T04:40:42.230Z | Downloaded p521 v0.13.3 |
920 | 2024-11-26T04:40:42.234Z | Downloaded derive_builder_core v0.20.2 |
921 | 2024-11-26T04:40:42.236Z | Downloaded typify v0.2.0 |
922 | 2024-11-26T04:40:42.239Z | Downloaded hashbrown v0.14.5 |
923 | 2024-11-26T04:40:42.245Z | Downloaded qorb v0.2.0 |
924 | 2024-11-26T04:40:42.250Z | Downloaded idna v0.5.0 |
925 | 2024-11-26T04:40:42.258Z | Downloaded quick-xml v0.33.0 |
926 | 2024-11-26T04:40:42.265Z | Downloaded nom v7.1.3 |
927 | 2024-11-26T04:40:42.271Z | Downloaded serde_with v3.11.0 |
928 | 2024-11-26T04:40:42.280Z | Downloaded publicsuffix v2.2.3 |
929 | 2024-11-26T04:40:42.284Z | Downloaded rustls-webpki v0.102.8 |
930 | 2024-11-26T04:40:42.304Z | Downloaded x509-cert v0.2.5 |
931 | 2024-11-26T04:40:42.310Z | Downloaded idna v0.3.0 |
932 | 2024-11-26T04:40:42.318Z | Downloaded rusqlite v0.32.1 |
933 | 2024-11-26T04:40:42.325Z | Downloaded petname v2.0.2 |
934 | 2024-11-26T04:40:42.331Z | Downloaded rayon v1.10.0 |
935 | 2024-11-26T04:40:42.341Z | Downloaded git2 v0.19.0 |
936 | 2024-11-26T04:40:42.351Z | Downloaded tokio-util v0.7.12 |
937 | 2024-11-26T04:40:42.358Z | Downloaded winnow v0.5.40 |
938 | 2024-11-26T04:40:42.367Z | Downloaded zerocopy v0.8.10 |
939 | 2024-11-26T04:40:42.392Z | Downloaded smoltcp v0.9.1 |
940 | 2024-11-26T04:40:42.404Z | Downloaded object v0.30.4 |
941 | 2024-11-26T04:40:42.414Z | Downloaded proptest v1.5.0 |
942 | 2024-11-26T04:40:42.425Z | Downloaded quinn-proto v0.11.8 |
943 | 2024-11-26T04:40:42.432Z | Downloaded gimli v0.31.1 |
944 | 2024-11-26T04:40:42.441Z | Downloaded salty v0.3.0 |
945 | 2024-11-26T04:40:42.448Z | Downloaded dropshot v0.12.0 |
946 | 2024-11-26T04:40:42.470Z | Downloaded p384 v0.13.0 |
947 | 2024-11-26T04:40:42.476Z | Downloaded rustls v0.23.14 |
948 | 2024-11-26T04:40:42.489Z | Downloaded object v0.36.5 |
949 | 2024-11-26T04:40:42.502Z | Downloaded regress v0.9.1 |
950 | 2024-11-26T04:40:42.512Z | Downloaded openapiv3 v2.0.0 |
951 | 2024-11-26T04:40:42.524Z | Downloaded reqwest v0.12.9 |
952 | 2024-11-26T04:40:42.533Z | Downloaded chrono-tz v0.10.0 |
953 | 2024-11-26T04:40:42.542Z | Downloaded bstr v1.10.0 |
954 | 2024-11-26T04:40:42.554Z | Downloaded regex v1.11.1 |
955 | 2024-11-26T04:40:42.568Z | Downloaded nix v0.29.0 |
956 | 2024-11-26T04:40:42.580Z | Downloaded dropshot v0.13.0 |
957 | 2024-11-26T04:40:42.601Z | Downloaded diesel v2.2.4 |
958 | 2024-11-26T04:40:42.621Z | Downloaded nix v0.27.1 |
959 | 2024-11-26T04:40:42.632Z | Downloaded trust-dns-proto v0.22.0 |
960 | 2024-11-26T04:40:42.644Z | Downloaded hickory-proto v0.24.1 |
961 | 2024-11-26T04:40:42.660Z | Downloaded nix v0.28.0 |
962 | 2024-11-26T04:40:42.672Z | Downloaded regress v0.10.1 |
963 | 2024-11-26T04:40:42.682Z | Downloaded regex-syntax v0.8.5 |
964 | 2024-11-26T04:40:42.691Z | Downloaded typify-impl v0.2.0 |
965 | 2024-11-26T04:40:42.707Z | Downloaded openssl v0.10.66 |
966 | 2024-11-26T04:40:42.718Z | Downloaded zerocopy-derive v0.6.6 |
967 | 2024-11-26T04:40:42.728Z | Downloaded polar-core v0.27.3 |
968 | 2024-11-26T04:40:42.737Z | Downloaded rustls v0.22.4 |
969 | 2024-11-26T04:40:42.751Z | Downloaded lzma-sys v0.1.20 |
970 | 2024-11-26T04:40:42.780Z | Downloaded h2 v0.4.6 |
971 | 2024-11-26T04:40:42.787Z | Downloaded regex-syntax v0.6.29 |
972 | 2024-11-26T04:40:42.794Z | Downloaded ratatui v0.28.1 |
973 | 2024-11-26T04:40:42.815Z | Downloaded smoltcp v0.11.0 |
974 | 2024-11-26T04:40:42.828Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
975 | 2024-11-26T04:40:42.840Z | Downloaded vcpkg v0.2.15 |
976 | 2024-11-26T04:40:42.879Z | Downloaded sled v0.34.7 |
977 | 2024-11-26T04:40:42.889Z | Downloaded curve25519-dalek v4.1.3 |
978 | 2024-11-26T04:40:42.898Z | Downloaded libz-sys v1.1.20 |
979 | 2024-11-26T04:40:42.918Z | Downloaded sqlparser v0.45.0 |
980 | 2024-11-26T04:40:42.923Z | Downloaded petgraph v0.6.5 |
981 | 2024-11-26T04:40:42.940Z | Downloaded sha3 v0.10.8 |
982 | 2024-11-26T04:40:42.944Z | Downloaded regex-automata v0.4.8 |
983 | 2024-11-26T04:40:42.961Z | Downloaded rustls v0.21.12 |
984 | 2024-11-26T04:40:42.972Z | Downloaded radix_trie v0.2.1 |
985 | 2024-11-26T04:40:42.977Z | Downloaded unicode-width v0.2.0 |
986 | 2024-11-26T04:40:42.983Z | Downloaded rustls-webpki v0.101.7 |
987 | 2024-11-26T04:40:42.996Z | Downloaded webpki-roots v0.26.6 |
988 | 2024-11-26T04:40:42.999Z | Downloaded reedline v0.35.0 |
989 | 2024-11-26T04:40:43.006Z | Downloaded idna v0.4.0 |
990 | 2024-11-26T04:40:43.013Z | Downloaded csv v1.3.0 |
991 | 2024-11-26T04:40:43.033Z | Downloaded tokio v1.40.0 |
992 | 2024-11-26T04:40:43.069Z | Downloaded zip v0.6.6 |
993 | 2024-11-26T04:40:43.073Z | Downloaded tungstenite v0.23.0 |
994 | 2024-11-26T04:40:43.076Z | Downloaded toml_edit v0.19.15 |
995 | 2024-11-26T04:40:43.091Z | Downloaded thiserror-no-std v2.0.2 |
996 | 2024-11-26T04:40:43.094Z | Downloaded salsa20 v0.10.2 |
997 | 2024-11-26T04:40:43.097Z | Downloaded native-tls v0.2.12 |
998 | 2024-11-26T04:40:43.097Z | Downloaded blake3 v1.5.4 |
999 | 2024-11-26T04:40:43.104Z | Downloaded aws-lc-rs v1.10.0 |
1000 | 2024-11-26T04:40:43.112Z | Downloaded headers v0.4.0 |
1001 | 2024-11-26T04:40:43.118Z | Downloaded fallible-iterator v0.2.0 |
1002 | 2024-11-26T04:40:43.120Z | Downloaded embedded-io v0.4.0 |
1003 | 2024-11-26T04:40:43.122Z | Downloaded tokio-native-tls v0.3.1 |
1004 | 2024-11-26T04:40:43.122Z | Downloaded unarray v0.1.4 |
1005 | 2024-11-26T04:40:43.125Z | Downloaded unicode-segmentation v1.12.0 |
1006 | 2024-11-26T04:40:43.127Z | Downloaded itertools v0.13.0 |
1007 | 2024-11-26T04:40:43.133Z | Downloaded rcgen v0.12.1 |
1008 | 2024-11-26T04:40:43.136Z | Downloaded rayon-core v1.12.1 |
1009 | 2024-11-26T04:40:43.139Z | Downloaded defmt-macros v0.3.9 |
1010 | 2024-11-26T04:40:43.142Z | Downloaded either v1.13.0 |
1011 | 2024-11-26T04:40:43.144Z | Downloaded tokio-tungstenite v0.21.0 |
1012 | 2024-11-26T04:40:43.146Z | Downloaded spin v0.9.8 |
1013 | 2024-11-26T04:40:43.149Z | Downloaded multimap v0.10.0 |
1014 | 2024-11-26T04:40:43.149Z | Downloaded zerovec-derive v0.10.3 |
1015 | 2024-11-26T04:40:43.151Z | Downloaded itertools v0.10.5 |
1016 | 2024-11-26T04:40:43.156Z | Downloaded vergen v8.3.2 |
1017 | 2024-11-26T04:40:43.158Z | Downloaded idna v1.0.3 |
1018 | 2024-11-26T04:40:43.162Z | Downloaded strum_macros v0.25.3 |
1019 | 2024-11-26T04:40:43.164Z | Downloaded steno v0.4.1 |
1020 | 2024-11-26T04:40:43.168Z | Downloaded progenitor v0.8.0 |
1021 | 2024-11-26T04:40:43.170Z | Downloaded peg v0.8.4 |
1022 | 2024-11-26T04:40:43.173Z | Downloaded base64 v0.21.7 |
1023 | 2024-11-26T04:40:43.176Z | Downloaded crossterm v0.28.1 |
1024 | 2024-11-26T04:40:43.182Z | Downloaded vsss-rs v3.3.4 |
1025 | 2024-11-26T04:40:43.185Z | Downloaded rustfmt-wrapper v0.2.1 |
1026 | 2024-11-26T04:40:43.187Z | Downloaded tracing-core v0.1.32 |
1027 | 2024-11-26T04:40:43.190Z | Downloaded tar v0.4.42 |
1028 | 2024-11-26T04:40:43.192Z | Downloaded tungstenite v0.21.0 |
1029 | 2024-11-26T04:40:43.195Z | Downloaded rsa v0.9.6 |
1030 | 2024-11-26T04:40:43.199Z | Downloaded similar v2.6.0 |
1031 | 2024-11-26T04:40:43.203Z | Downloaded env_filter v0.1.2 |
1032 | 2024-11-26T04:40:43.205Z | Downloaded enum-as-inner v0.6.1 |
1033 | 2024-11-26T04:40:43.208Z | Downloaded rustc-hash v1.1.0 |
1034 | 2024-11-26T04:40:43.208Z | Downloaded poly1305 v0.8.0 |
1035 | 2024-11-26T04:40:43.210Z | Downloaded postcard v1.0.10 |
1036 | 2024-11-26T04:40:43.212Z | Downloaded encoding_rs v0.8.34 |
1037 | 2024-11-26T04:40:43.232Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1038 | 2024-11-26T04:40:43.288Z | Downloaded parking_lot v0.11.2 |
1039 | 2024-11-26T04:40:43.290Z | Downloaded pem v3.0.4 |
1040 | 2024-11-26T04:40:43.293Z | Downloaded tracing-attributes v0.1.27 |
1041 | 2024-11-26T04:40:43.296Z | Downloaded getrandom v0.2.15 |
1042 | 2024-11-26T04:40:43.298Z | Downloaded enum-as-inner v0.5.1 |
1043 | 2024-11-26T04:40:43.299Z | Downloaded term v0.7.0 |
1044 | 2024-11-26T04:40:43.301Z | Downloaded des v0.8.1 |
1045 | 2024-11-26T04:40:43.303Z | Downloaded tower-service v0.3.3 |
1046 | 2024-11-26T04:40:43.305Z | Downloaded utf16_iter v1.0.5 |
1047 | 2024-11-26T04:40:43.305Z | Downloaded diesel_derives v2.2.3 |
1048 | 2024-11-26T04:40:43.308Z | Downloaded pkcs1 v0.7.5 |
1049 | 2024-11-26T04:40:43.310Z | Downloaded pin-project-lite v0.2.14 |
1050 | 2024-11-26T04:40:43.315Z | Downloaded tokio-rustls v0.26.0 |
1051 | 2024-11-26T04:40:43.317Z | Downloaded num-traits v0.2.19 |
1052 | 2024-11-26T04:40:43.319Z | Downloaded mockall_derive v0.13.0 |
1053 | 2024-11-26T04:40:43.321Z | Downloaded structmeta-derive v0.3.0 |
1054 | 2024-11-26T04:40:43.324Z | Downloaded schemars_derive v0.8.21 |
1055 | 2024-11-26T04:40:43.324Z | Downloaded cc v1.1.30 |
1056 | 2024-11-26T04:40:43.326Z | Downloaded dropshot_endpoint v0.13.0 |
1057 | 2024-11-26T04:40:43.329Z | Downloaded indicatif v0.17.9 |
1058 | 2024-11-26T04:40:43.333Z | Downloaded indexmap v1.9.3 |
1059 | 2024-11-26T04:40:43.336Z | Downloaded crypto-bigint v0.5.5 |
1060 | 2024-11-26T04:40:43.341Z | Downloaded fallible-iterator v0.3.0 |
1061 | 2024-11-26T04:40:43.344Z | Downloaded ena v0.14.3 |
1062 | 2024-11-26T04:40:43.346Z | Downloaded snafu v0.8.5 |
1063 | 2024-11-26T04:40:43.349Z | Downloaded compact_str v0.8.0 |
1064 | 2024-11-26T04:40:43.353Z | Downloaded rustls-pemfile v1.0.4 |
1065 | 2024-11-26T04:40:43.355Z | Downloaded derive-where v1.2.7 |
1066 | 2024-11-26T04:40:43.358Z | Downloaded zopfli v0.8.1 |
1067 | 2024-11-26T04:40:43.360Z | Downloaded subprocess v0.2.9 |
1068 | 2024-11-26T04:40:43.362Z | Downloaded schemars v0.8.21 |
1069 | 2024-11-26T04:40:43.372Z | Downloaded prettyplease v0.2.25 |
1070 | 2024-11-26T04:40:43.375Z | Downloaded supports-color v3.0.1 |
1071 | 2024-11-26T04:40:43.378Z | Downloaded structmeta-derive v0.2.0 |
1072 | 2024-11-26T04:40:43.378Z | Downloaded pem-rfc7468 v0.7.0 |
1073 | 2024-11-26T04:40:43.380Z | Downloaded dhcproto-macros v0.1.0 |
1074 | 2024-11-26T04:40:43.380Z | Downloaded write16 v1.0.0 |
1075 | 2024-11-26T04:40:43.380Z | Downloaded sync_wrapper v1.0.1 |
1076 | 2024-11-26T04:40:43.383Z | Downloaded sync-ptr v0.1.1 |
1077 | 2024-11-26T04:40:43.383Z | Downloaded subtle v2.6.1 |
1078 | 2024-11-26T04:40:43.383Z | Downloaded base64 v0.22.1 |
1079 | 2024-11-26T04:40:43.387Z | Downloaded signal-hook-tokio v0.3.1 |
1080 | 2024-11-26T04:40:43.389Z | Downloaded rpassword v7.3.1 |
1081 | 2024-11-26T04:40:43.389Z | Downloaded resolv-conf v0.7.0 |
1082 | 2024-11-26T04:40:43.389Z | Downloaded rand_seeder v0.3.0 |
1083 | 2024-11-26T04:40:43.391Z | Downloaded ppv-lite86 v0.2.20 |
1084 | 2024-11-26T04:40:43.394Z | Downloaded signal-hook v0.3.17 |
1085 | 2024-11-26T04:40:43.396Z | Downloaded form_urlencoded v1.2.1 |
1086 | 2024-11-26T04:40:43.396Z | Downloaded ron v0.7.1 |
1087 | 2024-11-26T04:40:43.400Z | Downloaded base64 v0.13.1 |
1088 | 2024-11-26T04:40:43.404Z | Downloaded num v0.4.3 |
1089 | 2024-11-26T04:40:43.406Z | Downloaded dsl_auto_type v0.1.2 |
1090 | 2024-11-26T04:40:43.406Z | Downloaded zone v0.1.8 |
1091 | 2024-11-26T04:40:43.408Z | Downloaded uzers v0.12.1 |
1092 | 2024-11-26T04:40:43.411Z | Downloaded litemap v0.7.3 |
1093 | 2024-11-26T04:40:43.411Z | Downloaded writeable v0.5.5 |
1094 | 2024-11-26T04:40:43.413Z | Downloaded mime_guess v2.0.5 |
1095 | 2024-11-26T04:40:43.416Z | Downloaded memmap2 v0.9.5 |
1096 | 2024-11-26T04:40:43.416Z | Downloaded float-cmp v0.9.0 |
1097 | 2024-11-26T04:40:43.418Z | Downloaded diesel-dtrace v0.3.0 |
1098 | 2024-11-26T04:40:43.418Z | Downloaded deranged v0.3.11 |
1099 | 2024-11-26T04:40:43.421Z | Downloaded strip-ansi-escapes v0.2.0 |
1100 | 2024-11-26T04:40:43.421Z | Downloaded semver v0.1.20 |
1101 | 2024-11-26T04:40:43.421Z | Downloaded keccak v0.1.5 |
1102 | 2024-11-26T04:40:43.423Z | Downloaded linear-map v1.2.0 |
1103 | 2024-11-26T04:40:43.423Z | Downloaded libloading v0.8.5 |
1104 | 2024-11-26T04:40:43.426Z | Downloaded icu_normalizer v1.5.0 |
1105 | 2024-11-26T04:40:43.428Z | Downloaded ciborium v0.2.2 |
1106 | 2024-11-26T04:40:43.431Z | Downloaded arc-swap v1.7.1 |
1107 | 2024-11-26T04:40:43.434Z | Downloaded console v0.15.8 |
1108 | 2024-11-26T04:40:43.438Z | Downloaded crc32fast v1.4.2 |
1109 | 2024-11-26T04:40:43.440Z | Downloaded backoff v0.4.0 |
1110 | 2024-11-26T04:40:43.442Z | Downloaded slab v0.4.9 |
1111 | 2024-11-26T04:40:43.442Z | Downloaded signature v2.2.0 |
1112 | 2024-11-26T04:40:43.444Z | Downloaded cookie_store v0.21.0 |
1113 | 2024-11-26T04:40:43.444Z | Downloaded libsw v3.3.1 |
1114 | 2024-11-26T04:40:43.447Z | Downloaded lalrpop-util v0.19.12 |
1115 | 2024-11-26T04:40:43.447Z | Downloaded indoc v1.0.9 |
1116 | 2024-11-26T04:40:43.449Z | Downloaded kstat-rs v0.2.4 |
1117 | 2024-11-26T04:40:43.452Z | Downloaded inout v0.1.3 |
1118 | 2024-11-26T04:40:43.452Z | Downloaded take_mut v0.2.2 |
1119 | 2024-11-26T04:40:43.454Z | Downloaded rfc6979 v0.4.0 |
1120 | 2024-11-26T04:40:43.454Z | Downloaded rand_chacha v0.3.1 |
1121 | 2024-11-26T04:40:43.454Z | Downloaded ipnetwork v0.20.0 |
1122 | 2024-11-26T04:40:43.457Z | Downloaded idna_adapter v1.2.0 |
1123 | 2024-11-26T04:40:43.457Z | Downloaded lazy_static v1.5.0 |
1124 | 2024-11-26T04:40:43.459Z | Downloaded ipnet v2.10.1 |
1125 | 2024-11-26T04:40:43.459Z | Downloaded indent_write v2.2.0 |
1126 | 2024-11-26T04:40:43.461Z | Downloaded impl-trait-for-tuples v0.2.2 |
1127 | 2024-11-26T04:40:43.464Z | Downloaded icu_locid_transform v1.5.0 |
1128 | 2024-11-26T04:40:43.466Z | Downloaded managed v0.8.0 |
1129 | 2024-11-26T04:40:43.466Z | Downloaded lockfree-object-pool v0.1.6 |
1130 | 2024-11-26T04:40:43.469Z | Downloaded is-terminal v0.4.13 |
1131 | 2024-11-26T04:40:43.469Z | Downloaded internet-checksum v0.2.1 |
1132 | 2024-11-26T04:40:43.469Z | Downloaded crc v3.2.1 |
1133 | 2024-11-26T04:40:43.471Z | Downloaded chrono v0.4.38 |
1134 | 2024-11-26T04:40:43.478Z | Downloaded buf-list v1.0.3 |
1135 | 2024-11-26T04:40:43.480Z | Downloaded base16ct v0.2.0 |
1136 | 2024-11-26T04:40:43.483Z | Downloaded progenitor-impl v0.8.0 |
1137 | 2024-11-26T04:40:43.605Z | Downloaded libsqlite3-sys v0.30.1 |
1138 | 2024-11-26T04:40:43.830Z | Downloaded ring v0.17.8 |
1139 | 2024-11-26T04:40:44.007Z | Downloaded ring v0.16.20 |
1140 | 2024-11-26T04:40:44.243Z | Downloaded aws-lc-sys v0.22.0 |
1141 | 2024-11-26T04:40:44.551Z | Compiling serde v1.0.215 |
1142 | 2024-11-26T04:40:44.554Z | Compiling lock_api v0.4.12 |
1143 | 2024-11-26T04:40:44.554Z | Compiling scopeguard v1.2.0 |
1144 | 2024-11-26T04:40:44.554Z | Compiling value-bag v1.9.0 |
1145 | 2024-11-26T04:40:44.554Z | Compiling typenum v1.17.0 |
1146 | 2024-11-26T04:40:44.709Z | Compiling generic-array v0.14.7 |
1147 | 2024-11-26T04:40:44.752Z | Compiling syn v2.0.87 |
1148 | 2024-11-26T04:40:44.769Z | Compiling getrandom v0.2.15 |
1149 | 2024-11-26T04:40:44.839Z | Compiling subtle v2.6.1 |
1150 | 2024-11-26T04:40:45.027Z | Compiling rand_core v0.6.4 |
1151 | 2024-11-26T04:40:45.184Z | Compiling log v0.4.22 |
1152 | 2024-11-26T04:40:45.282Z | Compiling shlex v1.3.0 |
1153 | 2024-11-26T04:40:45.304Z | Compiling jobserver v0.1.32 |
1154 | 2024-11-26T04:40:45.320Z | Compiling const-oid v0.9.6 |
1155 | 2024-11-26T04:40:45.545Z | Compiling smallvec v1.13.2 |
1156 | 2024-11-26T04:40:45.602Z | Compiling spin v0.9.8 |
1157 | 2024-11-26T04:40:45.698Z | Compiling cc v1.1.30 |
1158 | 2024-11-26T04:40:45.963Z | Compiling pin-project-lite v0.2.14 |
1159 | 2024-11-26T04:40:45.982Z | Compiling rustix v0.38.37 |
1160 | 2024-11-26T04:40:46.028Z | Compiling parking_lot_core v0.9.10 |
1161 | 2024-11-26T04:40:46.092Z | Compiling futures-core v0.3.31 |
1162 | 2024-11-26T04:40:46.234Z | Compiling signal-hook-registry v1.4.2 |
1163 | 2024-11-26T04:40:46.441Z | Compiling mio v1.0.2 |
1164 | 2024-11-26T04:40:47.003Z | Compiling parking_lot v0.12.3 |
1165 | 2024-11-26T04:40:47.241Z | Compiling aho-corasick v1.1.3 |
1166 | 2024-11-26T04:40:47.311Z | Compiling either v1.13.0 |
1167 | 2024-11-26T04:40:47.459Z | Compiling cpufeatures v0.2.14 |
1168 | 2024-11-26T04:40:47.566Z | Compiling regex-syntax v0.8.5 |
1169 | 2024-11-26T04:40:47.602Z | Compiling lazy_static v1.5.0 |
1170 | 2024-11-26T04:40:47.696Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-11-26T04:40:47.732Z | Compiling glob v0.3.1 |
1172 | 2024-11-26T04:40:47.761Z | Compiling futures-sink v0.3.31 |
1173 | 2024-11-26T04:40:47.812Z | Compiling socket2 v0.5.7 |
1174 | 2024-11-26T04:40:47.920Z | Compiling slab v0.4.9 |
1175 | 2024-11-26T04:40:47.974Z | Compiling prettyplease v0.2.25 |
1176 | 2024-11-26T04:40:48.311Z | Compiling minimal-lexical v0.2.1 |
1177 | 2024-11-26T04:40:48.717Z | Compiling libloading v0.8.5 |
1178 | 2024-11-26T04:40:48.822Z | Compiling clang-sys v1.8.1 |
1179 | 2024-11-26T04:40:48.878Z | Compiling nom v7.1.3 |
1180 | 2024-11-26T04:40:48.899Z | Compiling serde_json v1.0.132 |
1181 | 2024-11-26T04:40:49.144Z | Compiling home v0.5.9 |
1182 | 2024-11-26T04:40:49.225Z | Compiling bindgen v0.69.5 |
1183 | 2024-11-26T04:40:49.437Z | Compiling futures-channel v0.3.31 |
1184 | 2024-11-26T04:40:49.909Z | Compiling itertools v0.12.1 |
1185 | 2024-11-26T04:40:50.074Z | Compiling rustc-hash v1.1.0 |
1186 | 2024-11-26T04:40:50.238Z | Compiling futures-task v0.3.31 |
1187 | 2024-11-26T04:40:50.304Z | Compiling foldhash v0.1.3 |
1188 | 2024-11-26T04:40:50.556Z | Compiling allocator-api2 v0.2.18 |
1189 | 2024-11-26T04:40:50.633Z | Compiling pin-utils v0.1.0 |
1190 | 2024-11-26T04:40:50.734Z | Compiling futures-io v0.3.31 |
1191 | 2024-11-26T04:40:51.055Z | Compiling lazycell v1.3.0 |
1192 | 2024-11-26T04:40:51.227Z | Compiling cmake v0.1.51 |
1193 | 2024-11-26T04:40:51.389Z | Compiling regex-automata v0.4.8 |
1194 | 2024-11-26T04:40:52.296Z | Compiling hashbrown v0.15.0 |
1195 | 2024-11-26T04:40:52.712Z | Compiling synstructure v0.13.1 |
1196 | 2024-11-26T04:40:53.132Z | Compiling cexpr v0.6.0 |
1197 | 2024-11-26T04:40:53.657Z | Compiling tinyvec_macros v0.1.1 |
1198 | 2024-11-26T04:40:53.760Z | Compiling dunce v1.0.5 |
1199 | 2024-11-26T04:40:53.898Z | Compiling pkg-config v0.3.31 |
1200 | 2024-11-26T04:40:54.434Z | Compiling fs_extra v1.3.0 |
1201 | 2024-11-26T04:40:54.644Z | Compiling libm v0.2.8 |
1202 | 2024-11-26T04:40:54.933Z | Compiling tinyvec v1.8.0 |
1203 | 2024-11-26T04:40:55.025Z | Compiling num-traits v0.2.19 |
1204 | 2024-11-26T04:40:55.441Z | Compiling ring v0.17.8 |
1205 | 2024-11-26T04:40:55.552Z | Compiling writeable v0.5.5 |
1206 | 2024-11-26T04:40:56.121Z | Compiling litemap v0.7.3 |
1207 | 2024-11-26T04:40:56.178Z | Compiling paste v1.0.15 |
1208 | 2024-11-26T04:40:56.479Z | Compiling unicode-normalization v0.1.24 |
1209 | 2024-11-26T04:40:56.508Z | Compiling base64ct v1.6.0 |
1210 | 2024-11-26T04:40:56.548Z | Compiling unicode-bidi v0.3.17 |
1211 | 2024-11-26T04:40:57.097Z | Compiling regex v1.11.1 |
1212 | 2024-11-26T04:40:57.539Z | Compiling pem-rfc7468 v0.7.0 |
1213 | 2024-11-26T04:40:57.877Z | Compiling httparse v1.9.5 |
1214 | 2024-11-26T04:40:58.208Z | Compiling aws-lc-rs v1.10.0 |
1215 | 2024-11-26T04:40:58.240Z | Compiling flagset v0.4.6 |
1216 | 2024-11-26T04:40:58.589Z | Compiling tracing-core v0.1.32 |
1217 | 2024-11-26T04:40:58.639Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-11-26T04:40:58.659Z | Compiling rustls-pki-types v1.9.0 |
1219 | 2024-11-26T04:40:59.267Z | Compiling percent-encoding v2.3.1 |
1220 | 2024-11-26T04:40:59.550Z | Compiling serde_derive v1.0.215 |
1221 | 2024-11-26T04:40:59.574Z | Compiling zeroize_derive v1.4.2 |
1222 | 2024-11-26T04:40:59.599Z | Compiling zerocopy-derive v0.7.35 |
1223 | 2024-11-26T04:40:59.696Z | Compiling tokio-macros v2.4.0 |
1224 | 2024-11-26T04:40:59.875Z | Compiling zerofrom-derive v0.1.4 |
1225 | 2024-11-26T04:41:01.064Z | Compiling zeroize v1.8.1 |
1226 | 2024-11-26T04:41:01.268Z | Compiling thiserror-impl v1.0.69 |
1227 | 2024-11-26T04:41:01.711Z | Compiling yoke-derive v0.7.4 |
1228 | 2024-11-26T04:41:01.895Z | Compiling zerocopy v0.7.35 |
1229 | 2024-11-26T04:41:03.028Z | Compiling crypto-common v0.1.6 |
1230 | 2024-11-26T04:41:03.290Z | Compiling block-buffer v0.10.4 |
1231 | 2024-11-26T04:41:03.542Z | Compiling digest v0.10.7 |
1232 | 2024-11-26T04:41:03.561Z | Compiling futures-macro v0.3.31 |
1233 | 2024-11-26T04:41:04.074Z | Compiling hmac v0.12.1 |
1234 | 2024-11-26T04:41:04.077Z | Compiling zerofrom v0.1.4 |
1235 | 2024-11-26T04:41:04.228Z | Compiling zerovec-derive v0.10.3 |
1236 | 2024-11-26T04:41:04.249Z | Compiling block-padding v0.3.3 |
1237 | 2024-11-26T04:41:04.270Z | Compiling displaydoc v0.2.5 |
1238 | 2024-11-26T04:41:04.498Z | Compiling inout v0.1.3 |
1239 | 2024-11-26T04:41:04.666Z | Compiling thiserror v1.0.69 |
1240 | 2024-11-26T04:41:04.744Z | Compiling yoke v0.7.4 |
1241 | 2024-11-26T04:41:04.764Z | Compiling cipher v0.4.4 |
1242 | 2024-11-26T04:41:04.803Z | Compiling sha2 v0.10.8 |
1243 | 2024-11-26T04:41:05.091Z | Compiling ppv-lite86 v0.2.20 |
1244 | 2024-11-26T04:41:05.293Z | Compiling der_derive v0.7.3 |
1245 | 2024-11-26T04:41:05.370Z | Compiling futures-util v0.3.31 |
1246 | 2024-11-26T04:41:05.908Z | Compiling icu_provider_macros v1.5.0 |
1247 | 2024-11-26T04:41:05.951Z | Compiling rand_chacha v0.3.1 |
1248 | 2024-11-26T04:41:06.898Z | Compiling zerovec v0.10.4 |
1249 | 2024-11-26T04:41:07.132Z | Compiling tracing-attributes v0.1.27 |
1250 | 2024-11-26T04:41:07.820Z | Compiling der v0.7.9 |
1251 | 2024-11-26T04:41:08.212Z | Compiling icu_locid_transform_data v1.5.0 |
1252 | 2024-11-26T04:41:08.274Z | Compiling pest v2.7.14 |
1253 | 2024-11-26T04:41:08.308Z | Compiling rand v0.8.5 |
1254 | 2024-11-26T04:41:08.953Z | Compiling tinystr v0.7.6 |
1255 | 2024-11-26T04:41:09.016Z | Compiling icu_collections v1.5.0 |
1256 | 2024-11-26T04:41:09.417Z | Compiling icu_locid v1.5.0 |
1257 | 2024-11-26T04:41:10.433Z | Compiling spki v0.7.3 |
1258 | 2024-11-26T04:41:10.542Z | Compiling salsa20 v0.10.2 |
1259 | 2024-11-26T04:41:10.777Z | Compiling icu_provider v1.5.0 |
1260 | 2024-11-26T04:41:10.814Z | Compiling pbkdf2 v0.12.2 |
1261 | 2024-11-26T04:41:10.928Z | Compiling tracing v0.1.40 |
1262 | 2024-11-26T04:41:11.173Z | Compiling num-conv v0.1.0 |
1263 | 2024-11-26T04:41:11.306Z | Compiling icu_properties_data v1.5.0 |
1264 | 2024-11-26T04:41:11.477Z | Compiling powerfmt v0.2.0 |
1265 | 2024-11-26T04:41:11.500Z | Compiling vcpkg v0.2.15 |
1266 | 2024-11-26T04:41:11.569Z | Compiling icu_locid_transform v1.5.0 |
1267 | 2024-11-26T04:41:11.616Z | Compiling untrusted v0.9.0 |
1268 | 2024-11-26T04:41:11.798Z | Compiling time-core v0.1.2 |
1269 | 2024-11-26T04:41:11.818Z | Compiling untrusted v0.7.1 |
1270 | 2024-11-26T04:41:11.873Z | Compiling mirai-annotations v1.12.0 |
1271 | 2024-11-26T04:41:11.945Z | Compiling deranged v0.3.11 |
1272 | 2024-11-26T04:41:11.976Z | Compiling time-macros v0.2.18 |
1273 | 2024-11-26T04:41:12.060Z | Compiling scrypt v0.11.0 |
1274 | 2024-11-26T04:41:12.666Z | Compiling pest_meta v2.7.14 |
1275 | 2024-11-26T04:41:13.288Z | Compiling icu_properties v1.5.1 |
1276 | 2024-11-26T04:41:13.709Z | Compiling bitflags v2.6.0 |
1277 | 2024-11-26T04:41:13.761Z | Compiling bytes v1.8.0 |
1278 | 2024-11-26T04:41:14.248Z | Compiling indexmap v2.6.0 |
1279 | 2024-11-26T04:41:15.129Z | Compiling tokio v1.40.0 |
1280 | 2024-11-26T04:41:15.287Z | Compiling http v1.1.0 |
1281 | 2024-11-26T04:41:15.743Z | Compiling semver v1.0.23 |
1282 | 2024-11-26T04:41:15.781Z | Compiling openssl-sys v0.9.103 |
1283 | 2024-11-26T04:41:16.484Z | Compiling rustc_version v0.4.1 |
1284 | 2024-11-26T04:41:16.929Z | Compiling aes v0.8.4 |
1285 | 2024-11-26T04:41:17.261Z | Compiling cbc v0.1.2 |
1286 | 2024-11-26T04:41:17.282Z | Compiling scroll_derive v0.12.0 |
1287 | 2024-11-26T04:41:17.515Z | Compiling utf8_iter v1.0.4 |
1288 | 2024-11-26T04:41:17.760Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-11-26T04:41:17.871Z | Compiling utf16_iter v1.0.5 |
1290 | 2024-11-26T04:41:17.871Z | Compiling write16 v1.0.0 |
1291 | 2024-11-26T04:41:17.947Z | Compiling icu_normalizer_data v1.5.0 |
1292 | 2024-11-26T04:41:18.015Z | Compiling num_threads v0.1.7 |
1293 | 2024-11-26T04:41:18.052Z | Compiling icu_normalizer v1.5.0 |
1294 | 2024-11-26T04:41:18.073Z | Compiling pkcs5 v0.7.1 |
1295 | 2024-11-26T04:41:18.146Z | Compiling time v0.3.36 |
1296 | 2024-11-26T04:41:18.305Z | Compiling which v4.4.2 |
1297 | 2024-11-26T04:41:18.876Z | Compiling scroll v0.12.0 |
1298 | 2024-11-26T04:41:19.353Z | Compiling http-body v1.0.1 |
1299 | 2024-11-26T04:41:19.451Z | Compiling pest_generator v2.7.14 |
1300 | 2024-11-26T04:41:19.600Z | Compiling form_urlencoded v1.2.1 |
1301 | 2024-11-26T04:41:19.621Z | Compiling slog v2.7.0 |
1302 | 2024-11-26T04:41:19.752Z | Compiling try-lock v0.2.5 |
1303 | 2024-11-26T04:41:19.910Z | Compiling want v0.3.1 |
1304 | 2024-11-26T04:41:19.939Z | Compiling goblin v0.8.2 |
1305 | 2024-11-26T04:41:20.086Z | Compiling idna_adapter v1.2.0 |
1306 | 2024-11-26T04:41:20.185Z | Compiling pkcs8 v0.10.2 |
1307 | 2024-11-26T04:41:20.206Z | Compiling httpdate v1.0.3 |
1308 | 2024-11-26T04:41:20.315Z | Compiling idna v1.0.3 |
1309 | 2024-11-26T04:41:20.920Z | Compiling serde_tokenstream v0.2.2 |
1310 | 2024-11-26T04:41:21.530Z | Compiling pest_derive v2.7.14 |
1311 | 2024-11-26T04:41:21.551Z | Compiling uuid v1.11.0 |
1312 | 2024-11-26T04:41:21.578Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-11-26T04:41:22.105Z | Compiling serde_spanned v0.6.8 |
1314 | 2024-11-26T04:41:22.220Z | Compiling match_cfg v0.1.0 |
1315 | 2024-11-26T04:41:22.302Z | Compiling dtrace-parser v0.2.0 |
1316 | 2024-11-26T04:41:22.324Z | Compiling iana-time-zone v0.1.61 |
1317 | 2024-11-26T04:41:22.346Z | Compiling openssl v0.10.66 |
1318 | 2024-11-26T04:41:22.754Z | Compiling adler2 v2.0.0 |
1319 | 2024-11-26T04:41:22.785Z | Compiling base64 v0.22.1 |
1320 | 2024-11-26T04:41:22.970Z | Compiling tower-service v0.3.3 |
1321 | 2024-11-26T04:41:22.988Z | Compiling rustversion v1.0.17 |
1322 | 2024-11-26T04:41:23.096Z | Compiling foreign-types-shared v0.1.1 |
1323 | 2024-11-26T04:41:23.212Z | Compiling foreign-types v0.3.2 |
1324 | 2024-11-26T04:41:23.313Z | Compiling miniz_oxide v0.8.0 |
1325 | 2024-11-26T04:41:23.473Z | Compiling chrono v0.4.38 |
1326 | 2024-11-26T04:41:23.536Z | Compiling hostname v0.3.1 |
1327 | 2024-11-26T04:41:23.702Z | Compiling tokio-util v0.7.12 |
1328 | 2024-11-26T04:41:23.863Z | Compiling url v2.5.3 |
1329 | 2024-11-26T04:41:24.877Z | Compiling h2 v0.4.6 |
1330 | 2024-11-26T04:41:25.112Z | Compiling openssl-macros v0.1.1 |
1331 | 2024-11-26T04:41:25.845Z | Compiling dof v0.3.0 |
1332 | 2024-11-26T04:41:25.891Z | Compiling async-trait v0.1.83 |
1333 | 2024-11-26T04:41:25.913Z | Compiling dirs-sys-next v0.1.2 |
1334 | 2024-11-26T04:41:26.612Z | Compiling usdt-impl v0.5.0 |
1335 | 2024-11-26T04:41:27.338Z | Compiling rustls v0.23.14 |
1336 | 2024-11-26T04:41:27.606Z | Compiling rustls v0.22.4 |
1337 | 2024-11-26T04:41:27.875Z | Compiling native-tls v0.2.12 |
1338 | 2024-11-26T04:41:28.033Z | Compiling siphasher v0.3.11 |
1339 | 2024-11-26T04:41:28.212Z | Compiling syn v1.0.109 |
1340 | 2024-11-26T04:41:28.241Z | Compiling data-encoding v2.6.0 |
1341 | 2024-11-26T04:41:28.479Z | Compiling dirs-next v2.0.0 |
1342 | 2024-11-26T04:41:28.945Z | Compiling http-body-util v0.1.2 |
1343 | 2024-11-26T04:41:29.502Z | Compiling heapless v0.7.17 |
1344 | 2024-11-26T04:41:29.942Z | Compiling crossbeam-epoch v0.9.18 |
1345 | 2024-11-26T04:41:30.194Z | Compiling sha1 v0.10.6 |
1346 | 2024-11-26T04:41:30.493Z | Compiling signature v2.2.0 |
1347 | 2024-11-26T04:41:30.635Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1348 | 2024-11-26T04:41:30.638Z | Compiling serde_derive_internals v0.29.1 |
1349 | 2024-11-26T04:41:30.679Z | Compiling thread_local v1.1.8 |
1350 | 2024-11-26T04:41:30.791Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-11-26T04:41:31.081Z | Compiling multer v3.1.0 |
1352 | 2024-11-26T04:41:31.128Z | Compiling cookie v0.18.1 |
1353 | 2024-11-26T04:41:31.232Z | Compiling schemars v0.8.21 |
1354 | 2024-11-26T04:41:31.392Z | Compiling rayon-core v1.12.1 |
1355 | 2024-11-26T04:41:31.414Z | Compiling unicode-properties v0.1.3 |
1356 | 2024-11-26T04:41:31.558Z | Compiling ipnet v2.10.1 |
1357 | 2024-11-26T04:41:31.661Z | Compiling gimli v0.31.1 |
1358 | 2024-11-26T04:41:31.803Z | Compiling slog-async v2.8.0 |
1359 | 2024-11-26T04:41:32.329Z | Compiling hyper v1.5.0 |
1360 | 2024-11-26T04:41:32.861Z | Compiling mime v0.3.17 |
1361 | 2024-11-26T04:41:33.424Z | Compiling openssl-probe v0.1.5 |
1362 | 2024-11-26T04:41:33.475Z | Compiling signal-hook v0.3.17 |
1363 | 2024-11-26T04:41:33.773Z | Compiling schemars_derive v0.8.21 |
1364 | 2024-11-26T04:41:33.866Z | Compiling stringprep v0.1.5 |
1365 | 2024-11-26T04:41:35.142Z | Compiling hyper-util v0.1.10 |
1366 | 2024-11-26T04:41:35.778Z | Compiling toml_edit v0.22.22 |
1367 | 2024-11-26T04:41:36.496Z | Compiling addr2line v0.24.2 |
1368 | 2024-11-26T04:41:37.032Z | Compiling usdt-macro v0.5.0 |
1369 | 2024-11-26T04:41:37.185Z | Compiling usdt-attr-macro v0.5.0 |
1370 | 2024-11-26T04:41:37.206Z | Compiling crossbeam-deque v0.8.5 |
1371 | 2024-11-26T04:41:37.506Z | Compiling term v0.7.0 |
1372 | 2024-11-26T04:41:37.548Z | Compiling slog-json v2.6.1 |
1373 | 2024-11-26T04:41:37.927Z | Compiling serde_urlencoded v0.7.1 |
1374 | 2024-11-26T04:41:38.256Z | Compiling curve25519-dalek v4.1.3 |
1375 | 2024-11-26T04:41:38.449Z | Compiling crossbeam-channel v0.5.13 |
1376 | 2024-11-26T04:41:38.572Z | Compiling enum-as-inner v0.6.1 |
1377 | 2024-11-26T04:41:38.842Z | Compiling futures-executor v0.3.31 |
1378 | 2024-11-26T04:41:38.868Z | Compiling md-5 v0.10.6 |
1379 | 2024-11-26T04:41:39.053Z | Compiling async-stream-impl v0.3.6 |
1380 | 2024-11-26T04:41:39.141Z | Compiling rustls-pemfile v2.2.0 |
1381 | 2024-11-26T04:41:39.436Z | Compiling num-integer v0.1.46 |
1382 | 2024-11-26T04:41:39.495Z | Compiling idna v0.4.0 |
1383 | 2024-11-26T04:41:39.531Z | Compiling idna v0.3.0 |
1384 | 2024-11-26T04:41:39.677Z | Compiling hash32 v0.2.1 |
1385 | 2024-11-26T04:41:40.054Z | Compiling ff v0.13.0 |
1386 | 2024-11-26T04:41:40.253Z | Compiling is-terminal v0.4.13 |
1387 | 2024-11-26T04:41:40.280Z | Compiling dropshot v0.12.0 |
1388 | 2024-11-26T04:41:40.386Z | Compiling object v0.36.5 |
1389 | 2024-11-26T04:41:40.462Z | Compiling psl-types v2.0.11 |
1390 | 2024-11-26T04:41:40.556Z | Compiling fallible-iterator v0.2.0 |
1391 | 2024-11-26T04:41:40.654Z | Compiling portable-atomic v1.9.0 |
1392 | 2024-11-26T04:41:41.172Z | Compiling anyhow v1.0.93 |
1393 | 2024-11-26T04:41:41.196Z | Compiling linked-hash-map v0.5.6 |
1394 | 2024-11-26T04:41:41.272Z | Compiling quick-error v1.2.3 |
1395 | 2024-11-26T04:41:41.431Z | Compiling take_mut v0.2.2 |
1396 | 2024-11-26T04:41:41.592Z | Compiling smoltcp v0.9.1 |
1397 | 2024-11-26T04:41:41.613Z | Compiling rustc-demangle v0.1.24 |
1398 | 2024-11-26T04:41:41.785Z | Compiling utf-8 v0.7.6 |
1399 | 2024-11-26T04:41:41.818Z | Compiling num-bigint-dig v0.8.4 |
1400 | 2024-11-26T04:41:42.119Z | Compiling base16ct v0.2.0 |
1401 | 2024-11-26T04:41:42.140Z | Compiling dyn-clone v1.0.17 |
1402 | 2024-11-26T04:41:42.349Z | Compiling sec1 v0.7.3 |
1403 | 2024-11-26T04:41:42.484Z | Compiling tungstenite v0.24.0 |
1404 | 2024-11-26T04:41:43.000Z | Compiling lru-cache v0.1.2 |
1405 | 2024-11-26T04:41:43.201Z | Compiling resolv-conf v0.7.0 |
1406 | 2024-11-26T04:41:44.002Z | Compiling postgres-protocol v0.6.7 |
1407 | 2024-11-26T04:41:44.201Z | Compiling publicsuffix v2.2.3 |
1408 | 2024-11-26T04:41:44.385Z | Compiling async-stream v0.3.6 |
1409 | 2024-11-26T04:41:44.481Z | Compiling slog-term v2.9.1 |
1410 | 2024-11-26T04:41:44.692Z | Compiling hickory-proto v0.24.1 |
1411 | 2024-11-26T04:41:44.821Z | Compiling usdt v0.5.0 |
1412 | 2024-11-26T04:41:45.312Z | Compiling group v0.13.0 |
1413 | 2024-11-26T04:41:45.345Z | Compiling num-iter v0.1.45 |
1414 | 2024-11-26T04:41:45.644Z | Compiling futures v0.3.31 |
1415 | 2024-11-26T04:41:45.761Z | Compiling toml v0.8.19 |
1416 | 2024-11-26T04:41:45.889Z | Compiling slog-bunyan v2.5.0 |
1417 | 2024-11-26T04:41:46.843Z | Compiling camino v1.1.9 |
1418 | 2024-11-26T04:41:47.631Z | Compiling tokio-native-tls v0.3.1 |
1419 | 2024-11-26T04:41:47.841Z | Compiling backtrace v0.3.74 |
1420 | 2024-11-26T04:41:47.914Z | Compiling phf_shared v0.11.2 |
1421 | 2024-11-26T04:41:48.332Z | Compiling dropshot_endpoint v0.12.0 |
1422 | 2024-11-26T04:41:48.568Z | Compiling terminal_size v0.4.0 |
1423 | 2024-11-26T04:41:48.731Z | Compiling waitgroup v0.1.2 |
1424 | 2024-11-26T04:41:48.782Z | Compiling openapiv3 v2.0.0 |
1425 | 2024-11-26T04:41:48.947Z | Compiling serde_path_to_error v0.1.16 |
1426 | 2024-11-26T04:41:48.969Z | Compiling hkdf v0.12.4 |
1427 | 2024-11-26T04:41:49.228Z | Compiling crypto-bigint v0.5.5 |
1428 | 2024-11-26T04:41:49.784Z | Compiling zerocopy-derive v0.6.6 |
1429 | 2024-11-26T04:41:51.672Z | Compiling curve25519-dalek-derive v0.1.1 |
1430 | 2024-11-26T04:41:51.696Z | Compiling hubpack_derive v0.1.1 |
1431 | 2024-11-26T04:41:52.108Z | Compiling webpki-roots v0.26.6 |
1432 | 2024-11-26T04:41:52.318Z | Compiling idna v0.5.0 |
1433 | 2024-11-26T04:41:52.574Z | Compiling hostname v0.4.0 |
1434 | 2024-11-26T04:41:52.829Z | Compiling crc32fast v1.4.2 |
1435 | 2024-11-26T04:41:53.082Z | Compiling fs-err v2.11.0 |
1436 | 2024-11-26T04:41:53.150Z | Compiling ahash v0.8.11 |
1437 | 2024-11-26T04:41:53.223Z | Compiling managed v0.8.0 |
1438 | 2024-11-26T04:41:53.244Z | Compiling debug-ignore v1.0.5 |
1439 | 2024-11-26T04:41:53.371Z | Compiling winnow v0.5.40 |
1440 | 2024-11-26T04:41:53.392Z | Compiling bitflags v1.3.2 |
1441 | 2024-11-26T04:41:53.476Z | Compiling clap_builder v4.5.21 |
1442 | 2024-11-26T04:41:53.576Z | Compiling strum_macros v0.25.3 |
1443 | 2024-11-26T04:41:53.965Z | Compiling console v0.15.8 |
1444 | 2024-11-26T04:41:55.634Z | Compiling cookie_store v0.21.0 |
1445 | 2024-11-26T04:41:55.687Z | Compiling flate2 v1.0.34 |
1446 | 2024-11-26T04:41:55.839Z | Compiling hubpack v0.1.2 |
1447 | 2024-11-26T04:41:56.312Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-11-26T04:41:56.732Z | Compiling zerocopy v0.6.6 |
1449 | 2024-11-26T04:41:57.201Z | Compiling toml_edit v0.19.15 |
1450 | 2024-11-26T04:41:57.275Z | Compiling hickory-resolver v0.24.1 |
1451 | 2024-11-26T04:41:57.603Z | Compiling signal-hook-mio v0.2.4 |
1452 | 2024-11-26T04:41:57.776Z | Compiling phf v0.11.2 |
1453 | 2024-11-26T04:41:57.909Z | Compiling hyper-tls v0.6.0 |
1454 | 2024-11-26T04:41:58.097Z | Compiling rayon v1.10.0 |
1455 | 2024-11-26T04:41:58.256Z | Compiling bzip2 v0.4.4 |
1456 | 2024-11-26T04:41:58.652Z | Compiling postgres-types v0.2.8 |
1457 | 2024-11-26T04:42:00.245Z | Compiling tokio-tungstenite v0.24.0 |
1458 | 2024-11-26T04:42:02.250Z | Compiling ed25519 v2.2.3 |
1459 | 2024-11-26T04:42:03.059Z | Compiling phf_shared v0.10.0 |
1460 | 2024-11-26T04:42:03.111Z | Compiling tokio-stream v0.1.16 |
1461 | 2024-11-26T04:42:03.498Z | Compiling pkcs1 v0.7.5 |
1462 | 2024-11-26T04:42:03.806Z | Compiling serde-big-array v0.5.1 |
1463 | 2024-11-26T04:42:04.060Z | Compiling clap_derive v4.5.18 |
1464 | 2024-11-26T04:42:04.229Z | Compiling rfc6979 v0.4.0 |
1465 | 2024-11-26T04:42:04.257Z | Compiling serde_repr v0.1.19 |
1466 | 2024-11-26T04:42:04.391Z | Compiling derive-where v1.2.7 |
1467 | 2024-11-26T04:42:04.433Z | Compiling float-cmp v0.9.0 |
1468 | 2024-11-26T04:42:04.529Z | Compiling bstr v1.10.0 |
1469 | 2024-11-26T04:42:04.648Z | Compiling sync_wrapper v1.0.1 |
1470 | 2024-11-26T04:42:04.808Z | Compiling number_prefix v0.4.0 |
1471 | 2024-11-26T04:42:05.042Z | Compiling predicates-core v1.0.8 |
1472 | 2024-11-26T04:42:05.340Z | Compiling bit-vec v0.6.3 |
1473 | 2024-11-26T04:42:05.419Z | Compiling static_assertions v1.1.0 |
1474 | 2024-11-26T04:42:05.513Z | Compiling precomputed-hash v0.1.1 |
1475 | 2024-11-26T04:42:05.534Z | Compiling unicode-width v0.2.0 |
1476 | 2024-11-26T04:42:05.640Z | Compiling unicode-segmentation v1.12.0 |
1477 | 2024-11-26T04:42:05.773Z | Compiling difflib v0.4.0 |
1478 | 2024-11-26T04:42:06.049Z | Compiling new_debug_unreachable v1.0.6 |
1479 | 2024-11-26T04:42:06.155Z | Compiling whoami v1.5.2 |
1480 | 2024-11-26T04:42:06.358Z | Compiling normalize-line-endings v0.3.0 |
1481 | 2024-11-26T04:42:06.500Z | Compiling fixedbitset v0.4.2 |
1482 | 2024-11-26T04:42:06.546Z | Compiling tokio-postgres v0.7.12 |
1483 | 2024-11-26T04:42:06.844Z | Compiling petgraph v0.6.5 |
1484 | 2024-11-26T04:42:06.985Z | Compiling predicates v3.1.2 |
1485 | 2024-11-26T04:42:07.478Z | Compiling similar v2.6.0 |
1486 | 2024-11-26T04:42:08.105Z | Compiling string_cache v0.8.7 |
1487 | 2024-11-26T04:42:08.603Z | Compiling indicatif v0.17.9 |
1488 | 2024-11-26T04:42:08.778Z | Compiling bit-set v0.5.3 |
1489 | 2024-11-26T04:42:09.041Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1490 | 2024-11-26T04:42:09.116Z | Compiling clap v4.5.21 |
1491 | 2024-11-26T04:42:09.242Z | Compiling ecdsa v0.16.9 |
1492 | 2024-11-26T04:42:09.967Z | Compiling rsa v0.9.6 |
1493 | 2024-11-26T04:42:10.131Z | Compiling ed25519-dalek v2.1.1 |
1494 | 2024-11-26T04:42:10.977Z | Compiling toml v0.7.8 |
1495 | 2024-11-26T04:42:11.030Z | Compiling zip v0.6.6 |
1496 | 2024-11-26T04:42:11.507Z | Compiling crossterm v0.28.1 |
1497 | 2024-11-26T04:42:12.768Z | Compiling hex v0.4.3 |
1498 | 2024-11-26T04:42:13.176Z | Compiling x509-cert v0.2.5 |
1499 | 2024-11-26T04:42:13.205Z | Compiling itertools v0.10.5 |
1500 | 2024-11-26T04:42:13.226Z | Compiling peg-runtime v0.8.3 |
1501 | 2024-11-26T04:42:13.384Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-11-26T04:42:13.734Z | Compiling unicode-xid v0.2.6 |
1503 | 2024-11-26T04:42:13.894Z | Compiling strum_macros v0.26.4 |
1504 | 2024-11-26T04:42:13.931Z | Compiling xattr v1.3.1 |
1505 | 2024-11-26T04:42:14.217Z | Compiling filetime v0.2.25 |
1506 | 2024-11-26T04:42:14.552Z | Compiling tar v0.4.42 |
1507 | 2024-11-26T04:42:19.245Z | Compiling strum v0.26.3 |
1508 | 2024-11-26T04:42:21.943Z | Compiling aws-lc-sys v0.22.0 |
1509 | 2024-11-26T04:42:55.371Z | Compiling rustls-webpki v0.102.8 |
1510 | 2024-11-26T04:42:58.807Z | Compiling tokio-rustls v0.25.0 |
1511 | 2024-11-26T04:43:00.523Z | Compiling tokio-rustls v0.26.0 |
1512 | 2024-11-26T04:43:00.926Z | Compiling hyper-rustls v0.27.3 |
1513 | 2024-11-26T04:43:01.261Z | Compiling reqwest v0.12.9 |
1514 | 2024-11-26T04:43:02.248Z | Compiling qorb v0.2.0 |
1515 | 2024-11-26T04:43:07.296Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1516 | 2024-11-26T04:43:07.548Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1517 | 2024-11-26T04:43:13.388Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 32s |
1518 | 2024-11-26T04:43:13.577Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1519 | 2024-11-26T04:43:13.642Z | Nov 26 04:43:12.135 INFO Starting download, target: Clickhouse |
1520 | 2024-11-26T04:43:13.643Z | Nov 26 04:43:12.135 INFO Starting download, target: Cockroach |
1521 | 2024-11-26T04:43:13.643Z | Nov 26 04:43:12.135 INFO Starting download, target: Console |
1522 | 2024-11-26T04:43:13.643Z | Nov 26 04:43:12.135 INFO Starting download, target: DendriteOpenapi |
1523 | 2024-11-26T04:43:13.643Z | Nov 26 04:43:12.135 INFO Starting download, target: DendriteStub |
1524 | 2024-11-26T04:43:13.643Z | Nov 26 04:43:12.135 INFO Starting download, target: MaghemiteMgd |
1525 | 2024-11-26T04:43:13.643Z | Nov 26 04:43:12.136 INFO Starting download, target: TransceiverControl |
1526 | 2024-11-26T04:43:13.644Z | Nov 26 04:43:12.136 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1527 | 2024-11-26T04:43:13.644Z | Nov 26 04:43:12.136 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1528 | 2024-11-26T04:43:13.644Z | Nov 26 04:43:12.136 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1529 | 2024-11-26T04:43:13.647Z | Nov 26 04:43:12.136 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1530 | 2024-11-26T04:43:13.648Z | Nov 26 04:43:12.136 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1531 | 2024-11-26T04:43:13.648Z | Nov 26 04:43:12.136 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-11-26T04:43:13.648Z | Nov 26 04:43:12.137 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1533 | 2024-11-26T04:43:14.057Z | Nov 26 04:43:12.486 INFO Download complete, target: DendriteOpenapi |
1534 | 2024-11-26T04:43:14.314Z | Nov 26 04:43:12.746 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1535 | 2024-11-26T04:43:14.441Z | Nov 26 04:43:12.752 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1536 | 2024-11-26T04:43:14.593Z | Nov 26 04:43:13.055 INFO Download complete, target: Console |
1537 | 2024-11-26T04:43:14.907Z | Nov 26 04:43:13.359 INFO Download complete, target: TransceiverControl |
1538 | 2024-11-26T04:43:15.015Z | Nov 26 04:43:13.518 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1539 | 2024-11-26T04:43:15.283Z | Nov 26 04:43:13.733 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1540 | 2024-11-26T04:43:15.535Z | Nov 26 04:43:13.994 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1541 | 2024-11-26T04:43:16.669Z | Nov 26 04:43:15.192 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1542 | 2024-11-26T04:43:16.670Z | Nov 26 04:43:15.192 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1543 | 2024-11-26T04:43:17.843Z | Nov 26 04:43:16.369 INFO Download complete, target: DendriteStub |
1544 | 2024-11-26T04:43:17.995Z | Nov 26 04:43:16.522 INFO Download complete, target: MaghemiteMgd |
1545 | 2024-11-26T04:43:23.721Z | Nov 26 04:43:22.247 INFO Checking that binary works, target: Cockroach |
1546 | 2024-11-26T04:43:23.877Z | Nov 26 04:43:22.402 INFO Download complete, target: Cockroach |
1547 | 2024-11-26T04:43:27.515Z | Nov 26 04:43:26.040 INFO Checking that binary works, target: Clickhouse |
1548 | 2024-11-26T04:43:28.040Z | Nov 26 04:43:26.565 INFO Download complete, target: Clickhouse |
1549 | 2024-11-26T04:43:28.048Z | All prerequisites installed successfully |
1550 | 2024-11-26T04:43:28.052Z | |
1551 | 2024-11-26T04:43:28.052Z | real 5:10.019080541 |
1552 | 2024-11-26T04:43:28.052Z | user 16:34.234753496 |
1553 | 2024-11-26T04:43:28.052Z | sys 3:15.966513938 |
1554 | 2024-11-26T04:43:28.052Z | trap 0.563538933 |
1555 | 2024-11-26T04:43:28.052Z | tflt 5.787178901 |
1556 | 2024-11-26T04:43:28.052Z | dflt 5.175283810 |
1557 | 2024-11-26T04:43:28.052Z | kflt 0.217205752 |
1558 | 2024-11-26T04:43:28.052Z | lock 29:33.818748206 |
1559 | 2024-11-26T04:43:28.052Z | slp 1:03:13.384360017 |
1560 | 2024-11-26T04:43:28.052Z | lat 56.929870461 |
1561 | 2024-11-26T04:43:28.052Z | stop 2:18.425179302 |
1562 | 2024-11-26T04:43:28.052Z | + ptime -m cargo xtask download softnpu |
1563 | 2024-11-26T04:43:28.589Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1564 | 2024-11-26T04:43:28.606Z | Running `target/debug/xtask download softnpu` |
1565 | 2024-11-26T04:43:29.447Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1566 | 2024-11-26T04:43:29.505Z | Running `target/debug/xtask-downloader softnpu` |
1567 | 2024-11-26T04:43:29.545Z | Nov 26 04:43:28.070 INFO Starting download, target: Softnpu |
1568 | 2024-11-26T04:43:29.548Z | Nov 26 04:43:28.071 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1569 | 2024-11-26T04:43:30.127Z | Nov 26 04:43:28.651 INFO Download complete, target: Softnpu |
1570 | 2024-11-26T04:43:30.130Z | |
1571 | 2024-11-26T04:43:30.133Z | real 2.076398596 |
1572 | 2024-11-26T04:43:30.133Z | user 1.275753889 |
1573 | 2024-11-26T04:43:30.133Z | sys 0.544668792 |
1574 | 2024-11-26T04:43:30.133Z | trap 0.000817764 |
1575 | 2024-11-26T04:43:30.133Z | tflt 0.000009388 |
1576 | 2024-11-26T04:43:30.133Z | dflt 0.000001858 |
1577 | 2024-11-26T04:43:30.133Z | kflt 0.000000000 |
1578 | 2024-11-26T04:43:30.133Z | lock 6.000670562 |
1579 | 2024-11-26T04:43:30.133Z | slp 0.405083553 |
1580 | 2024-11-26T04:43:30.133Z | lat 0.063926063 |
1581 | 2024-11-26T04:43:30.133Z | stop 0.000258778 |
1582 | 2024-11-26T04:43:30.133Z | + export CARGO_INCREMENTAL=0 |
1583 | 2024-11-26T04:43:30.133Z | + CARGO_INCREMENTAL=0 |
1584 | 2024-11-26T04:43:30.133Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1585 | 2024-11-26T04:43:31.112Z | Compiling proc-macro2 v1.0.89 |
1586 | 2024-11-26T04:43:31.112Z | Compiling unicode-ident v1.0.13 |
1587 | 2024-11-26T04:43:31.115Z | Compiling libc v0.2.162 |
1588 | 2024-11-26T04:43:31.115Z | Compiling serde v1.0.215 |
1589 | 2024-11-26T04:43:31.115Z | Compiling autocfg v1.4.0 |
1590 | 2024-11-26T04:43:31.115Z | Compiling version_check v0.9.5 |
1591 | 2024-11-26T04:43:31.115Z | Compiling cfg-if v1.0.0 |
1592 | 2024-11-26T04:43:31.420Z | Compiling memchr v2.7.4 |
1593 | 2024-11-26T04:43:31.446Z | Compiling typenum v1.17.0 |
1594 | 2024-11-26T04:43:31.488Z | Compiling shlex v1.3.0 |
1595 | 2024-11-26T04:43:31.882Z | Compiling value-bag v1.9.0 |
1596 | 2024-11-26T04:43:31.923Z | Compiling scopeguard v1.2.0 |
1597 | 2024-11-26T04:43:32.065Z | Compiling generic-array v0.14.7 |
1598 | 2024-11-26T04:43:32.238Z | Compiling lock_api v0.4.12 |
1599 | 2024-11-26T04:43:32.344Z | Compiling log v0.4.22 |
1600 | 2024-11-26T04:43:32.472Z | Compiling parking_lot_core v0.9.10 |
1601 | 2024-11-26T04:43:32.883Z | Compiling quote v1.0.37 |
1602 | 2024-11-26T04:43:32.900Z | Compiling serde_json v1.0.132 |
1603 | 2024-11-26T04:43:33.169Z | Compiling once_cell v1.20.2 |
1604 | 2024-11-26T04:43:33.188Z | Compiling rustix v0.38.37 |
1605 | 2024-11-26T04:43:33.204Z | Compiling thiserror v1.0.69 |
1606 | 2024-11-26T04:43:33.467Z | Compiling syn v2.0.87 |
1607 | 2024-11-26T04:43:33.528Z | Compiling jobserver v0.1.32 |
1608 | 2024-11-26T04:43:33.566Z | Compiling getrandom v0.2.15 |
1609 | 2024-11-26T04:43:33.712Z | Compiling libm v0.2.8 |
1610 | 2024-11-26T04:43:33.815Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-11-26T04:43:33.852Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-11-26T04:43:33.894Z | Compiling cc v1.1.30 |
1613 | 2024-11-26T04:43:33.968Z | Compiling num-traits v0.2.19 |
1614 | 2024-11-26T04:43:34.027Z | Compiling either v1.13.0 |
1615 | 2024-11-26T04:43:34.247Z | Compiling itoa v1.0.11 |
1616 | 2024-11-26T04:43:34.295Z | Compiling spin v0.9.8 |
1617 | 2024-11-26T04:43:34.476Z | Compiling slab v0.4.9 |
1618 | 2024-11-26T04:43:34.775Z | Compiling byteorder v1.5.0 |
1619 | 2024-11-26T04:43:34.977Z | Compiling errno v0.3.9 |
1620 | 2024-11-26T04:43:35.206Z | Compiling rand_core v0.6.4 |
1621 | 2024-11-26T04:43:35.253Z | Compiling lazy_static v1.5.0 |
1622 | 2024-11-26T04:43:35.375Z | Compiling glob v0.3.1 |
1623 | 2024-11-26T04:43:35.965Z | Compiling prettyplease v0.2.25 |
1624 | 2024-11-26T04:43:36.156Z | Compiling clang-sys v1.8.1 |
1625 | 2024-11-26T04:43:36.581Z | Compiling minimal-lexical v0.2.1 |
1626 | 2024-11-26T04:43:36.677Z | Compiling libloading v0.8.5 |
1627 | 2024-11-26T04:43:36.865Z | Compiling subtle v2.6.1 |
1628 | 2024-11-26T04:43:37.045Z | Compiling nom v7.1.3 |
1629 | 2024-11-26T04:43:37.197Z | Compiling home v0.5.9 |
1630 | 2024-11-26T04:43:37.327Z | Compiling allocator-api2 v0.2.18 |
1631 | 2024-11-26T04:43:37.355Z | Compiling bindgen v0.69.5 |
1632 | 2024-11-26T04:43:37.737Z | Compiling regex-automata v0.4.8 |
1633 | 2024-11-26T04:43:37.787Z | Compiling itertools v0.12.1 |
1634 | 2024-11-26T04:43:38.137Z | Compiling lazycell v1.3.0 |
1635 | 2024-11-26T04:43:38.245Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-11-26T04:43:38.313Z | Compiling smallvec v1.13.2 |
1637 | 2024-11-26T04:43:38.403Z | Compiling semver v1.0.23 |
1638 | 2024-11-26T04:43:38.792Z | Compiling cmake v0.1.51 |
1639 | 2024-11-26T04:43:39.042Z | Compiling fs_extra v1.3.0 |
1640 | 2024-11-26T04:43:39.611Z | Compiling dunce v1.0.5 |
1641 | 2024-11-26T04:43:40.236Z | Compiling pkg-config v0.3.31 |
1642 | 2024-11-26T04:43:40.254Z | Compiling ring v0.17.8 |
1643 | 2024-11-26T04:43:40.695Z | Compiling cexpr v0.6.0 |
1644 | 2024-11-26T04:43:40.961Z | Compiling ryu v1.0.18 |
1645 | 2024-11-26T04:43:41.064Z | Compiling pin-project-lite v0.2.14 |
1646 | 2024-11-26T04:43:41.200Z | Compiling synstructure v0.13.1 |
1647 | 2024-11-26T04:43:41.263Z | Compiling fnv v1.0.7 |
1648 | 2024-11-26T04:43:41.418Z | Compiling const-oid v0.9.6 |
1649 | 2024-11-26T04:43:41.442Z | Compiling paste v1.0.15 |
1650 | 2024-11-26T04:43:42.379Z | Compiling aws-lc-rs v1.10.0 |
1651 | 2024-11-26T04:43:42.396Z | Compiling foldhash v0.1.3 |
1652 | 2024-11-26T04:43:42.651Z | Compiling equivalent v1.0.1 |
1653 | 2024-11-26T04:43:42.684Z | Compiling httparse v1.9.5 |
1654 | 2024-11-26T04:43:42.765Z | Compiling hashbrown v0.15.0 |
1655 | 2024-11-26T04:43:43.293Z | Compiling regex v1.11.1 |
1656 | 2024-11-26T04:43:43.400Z | Compiling heck v0.5.0 |
1657 | 2024-11-26T04:43:43.852Z | Compiling schemars v0.8.21 |
1658 | 2024-11-26T04:43:44.123Z | Compiling serde_derive_internals v0.29.1 |
1659 | 2024-11-26T04:43:44.181Z | Compiling signal-hook-registry v1.4.2 |
1660 | 2024-11-26T04:43:44.334Z | Compiling mio v1.0.2 |
1661 | 2024-11-26T04:43:44.359Z | Compiling parking_lot v0.12.3 |
1662 | 2024-11-26T04:43:46.268Z | Compiling stable_deref_trait v1.2.0 |
1663 | 2024-11-26T04:43:46.387Z | Compiling crossbeam-utils v0.8.20 |
1664 | 2024-11-26T04:43:46.407Z | Compiling socket2 v0.5.7 |
1665 | 2024-11-26T04:43:46.445Z | Compiling futures-core v0.3.31 |
1666 | 2024-11-26T04:43:46.715Z | Compiling num-conv v0.1.0 |
1667 | 2024-11-26T04:43:46.807Z | Compiling serde_derive v1.0.215 |
1668 | 2024-11-26T04:43:46.909Z | Compiling zeroize_derive v1.4.2 |
1669 | 2024-11-26T04:43:46.983Z | Compiling zerocopy-derive v0.7.35 |
1670 | 2024-11-26T04:43:47.164Z | Compiling thiserror-impl v1.0.69 |
1671 | 2024-11-26T04:43:47.828Z | Compiling tokio-macros v2.4.0 |
1672 | 2024-11-26T04:43:48.047Z | Compiling zerofrom-derive v0.1.4 |
1673 | 2024-11-26T04:43:48.366Z | Compiling zeroize v1.8.1 |
1674 | 2024-11-26T04:43:48.705Z | Compiling yoke-derive v0.7.4 |
1675 | 2024-11-26T04:43:48.799Z | Compiling futures-macro v0.3.31 |
1676 | 2024-11-26T04:43:48.964Z | Compiling zerovec-derive v0.10.3 |
1677 | 2024-11-26T04:43:49.287Z | Compiling zerocopy v0.7.35 |
1678 | 2024-11-26T04:43:50.029Z | Compiling displaydoc v0.2.5 |
1679 | 2024-11-26T04:43:50.608Z | Compiling crypto-common v0.1.6 |
1680 | 2024-11-26T04:43:50.889Z | Compiling tracing-attributes v0.1.27 |
1681 | 2024-11-26T04:43:50.961Z | Compiling icu_provider_macros v1.5.0 |
1682 | 2024-11-26T04:43:51.324Z | Compiling block-buffer v0.10.4 |
1683 | 2024-11-26T04:43:51.457Z | Compiling schemars_derive v0.8.21 |
1684 | 2024-11-26T04:43:51.589Z | Compiling digest v0.10.7 |
1685 | 2024-11-26T04:43:51.679Z | Compiling der_derive v0.7.3 |
1686 | 2024-11-26T04:43:52.030Z | Compiling time-core v0.1.2 |
1687 | 2024-11-26T04:43:52.214Z | Compiling time-macros v0.2.18 |
1688 | 2024-11-26T04:43:52.982Z | Compiling vcpkg v0.2.15 |
1689 | 2024-11-26T04:43:54.596Z | Compiling openssl-sys v0.9.103 |
1690 | 2024-11-26T04:43:55.125Z | Compiling cpufeatures v0.2.14 |
1691 | 2024-11-26T04:43:55.234Z | Compiling futures-sink v0.3.31 |
1692 | 2024-11-26T04:43:55.322Z | Compiling slog v2.7.0 |
1693 | 2024-11-26T04:43:55.522Z | Compiling ahash v0.8.11 |
1694 | 2024-11-26T04:43:55.525Z | Compiling syn v1.0.109 |
1695 | 2024-11-26T04:43:56.037Z | Compiling zerofrom v0.1.4 |
1696 | 2024-11-26T04:43:56.273Z | Compiling scroll_derive v0.12.0 |
1697 | 2024-11-26T04:43:56.384Z | Compiling ucd-trie v0.1.7 |
1698 | 2024-11-26T04:43:56.450Z | Compiling iana-time-zone v0.1.61 |
1699 | 2024-11-26T04:43:56.777Z | Compiling pest v2.7.14 |
1700 | 2024-11-26T04:43:57.132Z | Compiling yoke v0.7.4 |
1701 | 2024-11-26T04:43:57.207Z | Compiling futures-channel v0.3.31 |
1702 | 2024-11-26T04:43:57.652Z | Compiling hmac v0.12.1 |
1703 | 2024-11-26T04:43:57.883Z | Compiling openssl v0.10.66 |
1704 | 2024-11-26T04:43:57.903Z | Compiling futures-task v0.3.31 |
1705 | 2024-11-26T04:43:58.203Z | Compiling pin-utils v0.1.0 |
1706 | 2024-11-26T04:43:58.283Z | Compiling futures-io v0.3.31 |
1707 | 2024-11-26T04:43:58.472Z | Compiling futures-util v0.3.31 |
1708 | 2024-11-26T04:43:58.617Z | Compiling zerovec v0.10.4 |
1709 | 2024-11-26T04:43:58.729Z | Compiling block-padding v0.3.3 |
1710 | 2024-11-26T04:43:58.954Z | Compiling tinyvec_macros v0.1.1 |
1711 | 2024-11-26T04:43:59.575Z | Compiling pest_meta v2.7.14 |
1712 | 2024-11-26T04:43:59.757Z | Compiling tinyvec v1.8.0 |
1713 | 2024-11-26T04:44:00.431Z | Compiling bitflags v2.6.0 |
1714 | 2024-11-26T04:44:00.679Z | Compiling bytes v1.8.0 |
1715 | 2024-11-26T04:44:02.352Z | Compiling indexmap v2.6.0 |
1716 | 2024-11-26T04:44:03.790Z | Compiling tokio v1.40.0 |
1717 | 2024-11-26T04:44:04.429Z | Compiling serde_tokenstream v0.2.2 |
1718 | 2024-11-26T04:44:04.934Z | Compiling which v4.4.2 |
1719 | 2024-11-26T04:44:05.002Z | Compiling http v1.1.0 |
1720 | 2024-11-26T04:44:05.457Z | Compiling uuid v1.11.0 |
1721 | 2024-11-26T04:44:06.137Z | Compiling rustc_version v0.4.1 |
1722 | 2024-11-26T04:44:06.734Z | Compiling chrono v0.4.38 |
1723 | 2024-11-26T04:44:08.635Z | Compiling pest_generator v2.7.14 |
1724 | 2024-11-26T04:44:09.804Z | Compiling serde_spanned v0.6.8 |
1725 | 2024-11-26T04:44:10.034Z | Compiling toml_datetime v0.6.8 |
1726 | 2024-11-26T04:44:10.409Z | Compiling inout v0.1.3 |
1727 | 2024-11-26T04:44:10.664Z | Compiling openssl-macros v0.1.1 |
1728 | 2024-11-26T04:44:11.380Z | Compiling strsim v0.11.1 |
1729 | 2024-11-26T04:44:12.110Z | Compiling native-tls v0.2.12 |
1730 | 2024-11-26T04:44:12.445Z | Compiling rustls v0.23.14 |
1731 | 2024-11-26T04:44:12.736Z | Compiling cipher v0.4.4 |
1732 | 2024-11-26T04:44:12.984Z | Compiling pest_derive v2.7.14 |
1733 | 2024-11-26T04:44:13.211Z | Compiling unicode-normalization v0.1.24 |
1734 | 2024-11-26T04:44:13.535Z | Compiling tinystr v0.7.6 |
1735 | 2024-11-26T04:44:13.735Z | Compiling sha2 v0.10.8 |
1736 | 2024-11-26T04:44:14.008Z | Compiling tracing-core v0.1.32 |
1737 | 2024-11-26T04:44:14.291Z | Compiling usdt-impl v0.5.0 |
1738 | 2024-11-26T04:44:14.524Z | Compiling dyn-clone v1.0.17 |
1739 | 2024-11-26T04:44:14.564Z | Compiling unicode-bidi v0.3.17 |
1740 | 2024-11-26T04:44:14.625Z | Compiling writeable v0.5.5 |
1741 | 2024-11-26T04:44:14.750Z | Compiling base64ct v1.6.0 |
1742 | 2024-11-26T04:44:15.107Z | Compiling litemap v0.7.3 |
1743 | 2024-11-26T04:44:15.139Z | Compiling tracing v0.1.40 |
1744 | 2024-11-26T04:44:15.324Z | Compiling pem-rfc7468 v0.7.0 |
1745 | 2024-11-26T04:44:15.519Z | Compiling icu_locid v1.5.0 |
1746 | 2024-11-26T04:44:16.298Z | Compiling scroll v0.12.0 |
1747 | 2024-11-26T04:44:16.560Z | Compiling ppv-lite86 v0.2.20 |
1748 | 2024-11-26T04:44:16.892Z | Compiling async-trait v0.1.83 |
1749 | 2024-11-26T04:44:17.701Z | Compiling cookie v0.18.1 |
1750 | 2024-11-26T04:44:17.982Z | Compiling camino v1.1.9 |
1751 | 2024-11-26T04:44:18.472Z | Compiling flagset v0.4.6 |
1752 | 2024-11-26T04:44:19.135Z | Compiling anyhow v1.0.93 |
1753 | 2024-11-26T04:44:19.163Z | Compiling plain v0.2.3 |
1754 | 2024-11-26T04:44:19.183Z | Compiling aws-lc-sys v0.22.0 |
1755 | 2024-11-26T04:44:19.661Z | Compiling goblin v0.8.2 |
1756 | 2024-11-26T04:44:21.304Z | Compiling der v0.7.9 |
1757 | 2024-11-26T04:44:24.214Z | Compiling rand_chacha v0.3.1 |
1758 | 2024-11-26T04:44:25.113Z | Compiling icu_provider v1.5.0 |
1759 | 2024-11-26T04:44:26.692Z | Compiling untrusted v0.7.1 |
1760 | 2024-11-26T04:44:26.902Z | Compiling rayon-core v1.12.1 |
1761 | 2024-11-26T04:44:27.180Z | Compiling pretty-hex v0.4.1 |
1762 | 2024-11-26T04:44:27.364Z | Compiling rustls-pki-types v1.9.0 |
1763 | 2024-11-26T04:44:28.386Z | Compiling percent-encoding v2.3.1 |
1764 | 2024-11-26T04:44:28.693Z | Compiling rustls v0.22.4 |
1765 | 2024-11-26T04:44:28.969Z | Compiling icu_locid_transform_data v1.5.0 |
1766 | 2024-11-26T04:44:29.069Z | Compiling icu_locid_transform v1.5.0 |
1767 | 2024-11-26T04:44:29.369Z | Compiling dof v0.3.0 |
1768 | 2024-11-26T04:44:30.088Z | Compiling rand v0.8.5 |
1769 | 2024-11-26T04:44:30.477Z | Compiling spki v0.7.3 |
1770 | 2024-11-26T04:44:30.691Z | Compiling dtrace-parser v0.2.0 |
1771 | 2024-11-26T04:44:30.854Z | Compiling salsa20 v0.10.2 |
1772 | 2024-11-26T04:44:31.054Z | Compiling tokio-util v0.7.12 |
1773 | 2024-11-26T04:44:31.318Z | Compiling icu_collections v1.5.0 |
1774 | 2024-11-26T04:44:31.721Z | Compiling pbkdf2 v0.12.2 |
1775 | 2024-11-26T04:44:32.476Z | Compiling thread-id v4.2.2 |
1776 | 2024-11-26T04:44:32.494Z | Compiling winnow v0.5.40 |
1777 | 2024-11-26T04:44:32.590Z | Compiling icu_properties_data v1.5.0 |
1778 | 2024-11-26T04:44:32.632Z | Compiling untrusted v0.9.0 |
1779 | 2024-11-26T04:44:32.800Z | Compiling mirai-annotations v1.12.0 |
1780 | 2024-11-26T04:44:32.826Z | Compiling powerfmt v0.2.0 |
1781 | 2024-11-26T04:44:33.110Z | Compiling deranged v0.3.11 |
1782 | 2024-11-26T04:44:33.304Z | Compiling icu_properties v1.5.1 |
1783 | 2024-11-26T04:44:36.445Z | Compiling toml_edit v0.19.15 |
1784 | 2024-11-26T04:44:37.883Z | Compiling scrypt v0.11.0 |
1785 | 2024-11-26T04:44:38.108Z | Compiling cbc v0.1.2 |
1786 | 2024-11-26T04:44:38.337Z | Compiling aes v0.8.4 |
1787 | 2024-11-26T04:44:38.434Z | Compiling multer v3.1.0 |
1788 | 2024-11-26T04:44:38.844Z | Compiling atomic-waker v1.1.2 |
1789 | 2024-11-26T04:44:38.999Z | Compiling utf16_iter v1.0.5 |
1790 | 2024-11-26T04:44:39.214Z | Compiling num_threads v0.1.7 |
1791 | 2024-11-26T04:44:39.353Z | Compiling slog-async v2.8.0 |
1792 | 2024-11-26T04:44:39.569Z | Compiling write16 v1.0.0 |
1793 | 2024-11-26T04:44:39.654Z | Compiling rustversion v1.0.17 |
1794 | 2024-11-26T04:44:39.841Z | Compiling utf8_iter v1.0.4 |
1795 | 2024-11-26T04:44:39.849Z | Compiling icu_normalizer_data v1.5.0 |
1796 | 2024-11-26T04:44:39.953Z | Compiling time v0.3.36 |
1797 | 2024-11-26T04:44:40.076Z | Compiling icu_normalizer v1.5.0 |
1798 | 2024-11-26T04:44:41.708Z | Compiling pkcs5 v0.7.1 |
1799 | 2024-11-26T04:44:43.310Z | Compiling form_urlencoded v1.2.1 |
1800 | 2024-11-26T04:44:43.700Z | Compiling http-body v1.0.1 |
1801 | 2024-11-26T04:44:43.820Z | Compiling heapless v0.7.17 |
1802 | 2024-11-26T04:44:44.354Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1803 | 2024-11-26T04:44:45.174Z | Compiling try-lock v0.2.5 |
1804 | 2024-11-26T04:44:45.354Z | Compiling signal-hook v0.3.17 |
1805 | 2024-11-26T04:44:45.934Z | Compiling want v0.3.1 |
1806 | 2024-11-26T04:44:47.388Z | Compiling pkcs8 v0.10.2 |
1807 | 2024-11-26T04:44:47.845Z | Compiling idna_adapter v1.2.0 |
1808 | 2024-11-26T04:44:48.093Z | Compiling h2 v0.4.6 |
1809 | 2024-11-26T04:44:49.324Z | Compiling usdt-macro v0.5.0 |
1810 | 2024-11-26T04:44:50.681Z | Compiling usdt-attr-macro v0.5.0 |
1811 | 2024-11-26T04:44:51.100Z | Compiling async-stream-impl v0.3.6 |
1812 | 2024-11-26T04:44:51.455Z | Compiling httpdate v1.0.3 |
1813 | 2024-11-26T04:44:52.222Z | Compiling adler2 v2.0.0 |
1814 | 2024-11-26T04:44:52.367Z | Compiling miniz_oxide v0.8.0 |
1815 | 2024-11-26T04:44:52.607Z | Compiling idna v1.0.3 |
1816 | 2024-11-26T04:44:54.318Z | Compiling curve25519-dalek v4.1.3 |
1817 | 2024-11-26T04:44:54.716Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-11-26T04:44:55.545Z | Compiling hyper v1.5.0 |
1819 | 2024-11-26T04:44:55.745Z | Compiling enum-as-inner v0.6.1 |
1820 | 2024-11-26T04:44:58.161Z | Compiling dropshot v0.12.0 |
1821 | 2024-11-26T04:44:58.455Z | Compiling tower-service v0.3.3 |
1822 | 2024-11-26T04:44:58.592Z | Compiling portable-atomic v1.9.0 |
1823 | 2024-11-26T04:44:59.020Z | Compiling match_cfg v0.1.0 |
1824 | 2024-11-26T04:44:59.123Z | Compiling num-bigint-dig v0.8.4 |
1825 | 2024-11-26T04:44:59.348Z | Compiling base64 v0.22.1 |
1826 | 2024-11-26T04:44:59.399Z | Compiling foreign-types-shared v0.1.1 |
1827 | 2024-11-26T04:44:59.666Z | Compiling smoltcp v0.9.1 |
1828 | 2024-11-26T04:45:00.024Z | Compiling hyper-util v0.1.10 |
1829 | 2024-11-26T04:45:00.261Z | Compiling foreign-types v0.3.2 |
1830 | 2024-11-26T04:45:00.368Z | Compiling hostname v0.3.1 |
1831 | 2024-11-26T04:45:06.171Z | Compiling url v2.5.3 |
1832 | 2024-11-26T04:45:08.467Z | Compiling dirs-sys-next v0.1.2 |
1833 | 2024-11-26T04:45:08.607Z | Compiling gimli v0.31.1 |
1834 | 2024-11-26T04:45:08.698Z | Compiling siphasher v0.3.11 |
1835 | 2024-11-26T04:45:08.840Z | Compiling data-encoding v2.6.0 |
1836 | 2024-11-26T04:45:08.959Z | Compiling heck v0.4.1 |
1837 | 2024-11-26T04:45:08.988Z | Compiling ident_case v1.0.1 |
1838 | 2024-11-26T04:45:09.164Z | Compiling darling_core v0.20.10 |
1839 | 2024-11-26T04:45:09.183Z | Compiling dirs-next v2.0.0 |
1840 | 2024-11-26T04:45:12.060Z | Compiling http-body-util v0.1.2 |
1841 | 2024-11-26T04:45:15.296Z | Compiling addr2line v0.24.2 |
1842 | 2024-11-26T04:45:15.618Z | Compiling crossbeam-epoch v0.9.18 |
1843 | 2024-11-26T04:45:15.907Z | Compiling hubpack_derive v0.1.1 |
1844 | 2024-11-26T04:45:15.944Z | Compiling dropshot_endpoint v0.12.0 |
1845 | 2024-11-26T04:45:16.277Z | Compiling sha1 v0.10.6 |
1846 | 2024-11-26T04:45:16.336Z | Compiling signature v2.2.0 |
1847 | 2024-11-26T04:45:16.599Z | Compiling zerocopy-derive v0.6.6 |
1848 | 2024-11-26T04:45:16.695Z | Compiling curve25519-dalek-derive v0.1.1 |
1849 | 2024-11-26T04:45:16.845Z | Compiling thread_local v1.1.8 |
1850 | 2024-11-26T04:45:17.339Z | Compiling object v0.36.5 |
1851 | 2024-11-26T04:45:18.066Z | Compiling fs-err v2.11.0 |
1852 | 2024-11-26T04:45:18.365Z | Compiling encoding_rs v0.8.34 |
1853 | 2024-11-26T04:45:20.081Z | Compiling winnow v0.6.20 |
1854 | 2024-11-26T04:45:23.948Z | Compiling mime v0.3.17 |
1855 | 2024-11-26T04:45:25.053Z | Compiling openssl-probe v0.1.5 |
1856 | 2024-11-26T04:45:25.356Z | Compiling utf8parse v0.2.2 |
1857 | 2024-11-26T04:45:25.527Z | Compiling unicode-properties v0.1.3 |
1858 | 2024-11-26T04:45:26.665Z | Compiling anstyle v1.0.10 |
1859 | 2024-11-26T04:45:27.123Z | Compiling rustc-demangle v0.1.24 |
1860 | 2024-11-26T04:45:29.246Z | Compiling ipnet v2.10.1 |
1861 | 2024-11-26T04:45:29.395Z | Compiling backtrace v0.3.74 |
1862 | 2024-11-26T04:45:30.297Z | Compiling stringprep v0.1.5 |
1863 | 2024-11-26T04:45:31.917Z | Compiling anstyle-parse v0.2.5 |
1864 | 2024-11-26T04:45:32.243Z | Compiling toml_edit v0.22.22 |
1865 | 2024-11-26T04:45:34.119Z | Compiling rustls-webpki v0.102.8 |
1866 | 2024-11-26T04:45:38.805Z | Compiling crossbeam-deque v0.8.5 |
1867 | 2024-11-26T04:45:39.163Z | Compiling darling_macro v0.20.10 |
1868 | 2024-11-26T04:45:40.564Z | Compiling term v0.7.0 |
1869 | 2024-11-26T04:45:41.864Z | Compiling slog-json v2.6.1 |
1870 | 2024-11-26T04:45:42.943Z | Compiling serde_urlencoded v0.7.1 |
1871 | 2024-11-26T04:45:43.938Z | Compiling crossbeam-channel v0.5.13 |
1872 | 2024-11-26T04:45:44.043Z | Compiling rustls-pemfile v2.2.0 |
1873 | 2024-11-26T04:45:44.883Z | Compiling hashbrown v0.14.5 |
1874 | 2024-11-26T04:45:45.301Z | Compiling idna v0.3.0 |
1875 | 2024-11-26T04:45:45.342Z | Compiling idna v0.4.0 |
1876 | 2024-11-26T04:45:46.275Z | Compiling futures-executor v0.3.31 |
1877 | 2024-11-26T04:45:46.765Z | Compiling num-integer v0.1.46 |
1878 | 2024-11-26T04:45:47.008Z | Compiling md-5 v0.10.6 |
1879 | 2024-11-26T04:45:47.265Z | Compiling ff v0.13.0 |
1880 | 2024-11-26T04:45:47.418Z | Compiling hash32 v0.2.1 |
1881 | 2024-11-26T04:45:47.502Z | Compiling memmap v0.7.0 |
1882 | 2024-11-26T04:45:47.521Z | Compiling is-terminal v0.4.13 |
1883 | 2024-11-26T04:45:47.807Z | Compiling linked-hash-map v0.5.6 |
1884 | 2024-11-26T04:45:47.838Z | Compiling utf-8 v0.7.6 |
1885 | 2024-11-26T04:45:48.140Z | Compiling quick-error v1.2.3 |
1886 | 2024-11-26T04:45:48.203Z | Compiling take_mut v0.2.2 |
1887 | 2024-11-26T04:45:48.300Z | Compiling fallible-iterator v0.2.0 |
1888 | 2024-11-26T04:45:48.369Z | Compiling is_terminal_polyfill v1.70.1 |
1889 | 2024-11-26T04:45:49.024Z | Compiling anstyle-query v1.1.1 |
1890 | 2024-11-26T04:45:49.184Z | Compiling colorchoice v1.0.2 |
1891 | 2024-11-26T04:45:49.351Z | Compiling base16ct v0.2.0 |
1892 | 2024-11-26T04:45:49.585Z | Compiling psl-types v2.0.11 |
1893 | 2024-11-26T04:45:49.779Z | Compiling publicsuffix v2.2.3 |
1894 | 2024-11-26T04:45:50.039Z | Compiling sec1 v0.7.3 |
1895 | 2024-11-26T04:45:50.508Z | Compiling anstream v0.6.15 |
1896 | 2024-11-26T04:45:51.202Z | Compiling postgres-protocol v0.6.7 |
1897 | 2024-11-26T04:45:51.736Z | Compiling resolv-conf v0.7.0 |
1898 | 2024-11-26T04:45:52.421Z | Compiling lru-cache v0.1.2 |
1899 | 2024-11-26T04:45:52.479Z | Compiling tungstenite v0.24.0 |
1900 | 2024-11-26T04:45:52.638Z | Compiling usdt v0.5.0 |
1901 | 2024-11-26T04:45:53.117Z | Compiling slog-term v2.9.1 |
1902 | 2024-11-26T04:45:53.848Z | Compiling group v0.13.0 |
1903 | 2024-11-26T04:45:54.152Z | Compiling num-iter v0.1.45 |
1904 | 2024-11-26T04:45:54.217Z | Compiling futures v0.3.31 |
1905 | 2024-11-26T04:45:54.336Z | Compiling regress v0.10.1 |
1906 | 2024-11-26T04:45:54.353Z | Compiling hickory-proto v0.24.1 |
1907 | 2024-11-26T04:45:58.448Z | Compiling tokio-rustls v0.26.0 |
1908 | 2024-11-26T04:45:58.852Z | Compiling slog-bunyan v2.5.0 |
1909 | 2024-11-26T04:45:58.914Z | Compiling tokio-rustls v0.25.0 |
1910 | 2024-11-26T04:45:59.054Z | Compiling darling v0.20.10 |
1911 | 2024-11-26T04:45:59.183Z | Compiling toml v0.8.19 |
1912 | 2024-11-26T04:45:59.260Z | Compiling tokio-native-tls v0.3.1 |
1913 | 2024-11-26T04:45:59.333Z | Compiling strum_macros v0.25.3 |
1914 | 2024-11-26T04:45:59.353Z | Compiling phf_shared v0.11.2 |
1915 | 2024-11-26T04:45:59.768Z | Compiling async-stream v0.3.6 |
1916 | 2024-11-26T04:45:59.858Z | Compiling waitgroup v0.1.2 |
1917 | 2024-11-26T04:46:00.042Z | Compiling webpki-roots v0.26.6 |
1918 | 2024-11-26T04:46:00.592Z | Compiling idna v0.5.0 |
1919 | 2024-11-26T04:46:00.732Z | Compiling terminal_size v0.4.0 |
1920 | 2024-11-26T04:46:00.952Z | Compiling serde_path_to_error v0.1.16 |
1921 | 2024-11-26T04:46:01.487Z | Compiling hkdf v0.12.4 |
1922 | 2024-11-26T04:46:01.974Z | Compiling crypto-bigint v0.5.5 |
1923 | 2024-11-26T04:46:02.063Z | Compiling serde_repr v0.1.19 |
1924 | 2024-11-26T04:46:02.408Z | Compiling derive-where v1.2.7 |
1925 | 2024-11-26T04:46:02.948Z | Compiling clap_derive v4.5.18 |
1926 | 2024-11-26T04:46:03.157Z | Compiling hostname v0.4.0 |
1927 | 2024-11-26T04:46:03.384Z | Compiling crc32fast v1.4.2 |
1928 | 2024-11-26T04:46:03.624Z | Compiling managed v0.8.0 |
1929 | 2024-11-26T04:46:03.721Z | Compiling clap_lex v0.7.2 |
1930 | 2024-11-26T04:46:04.174Z | Compiling debug-ignore v1.0.5 |
1931 | 2024-11-26T04:46:04.280Z | Compiling bitflags v1.3.2 |
1932 | 2024-11-26T04:46:04.397Z | Compiling unicode-width v0.1.14 |
1933 | 2024-11-26T04:46:05.563Z | Compiling elliptic-curve v0.13.8 |
1934 | 2024-11-26T04:46:05.629Z | Compiling console v0.15.8 |
1935 | 2024-11-26T04:46:07.655Z | Compiling clap_builder v4.5.21 |
1936 | 2024-11-26T04:46:07.700Z | Compiling flate2 v1.0.34 |
1937 | 2024-11-26T04:46:08.626Z | Compiling cookie_store v0.21.0 |
1938 | 2024-11-26T04:46:11.458Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-11-26T04:46:11.977Z | Compiling hickory-resolver v0.24.1 |
1940 | 2024-11-26T04:46:15.127Z | Compiling phf v0.11.2 |
1941 | 2024-11-26T04:46:15.464Z | Compiling hyper-tls v0.6.0 |
1942 | 2024-11-26T04:46:15.708Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2024-11-26T04:46:15.861Z | Compiling bzip2 v0.4.4 |
1944 | 2024-11-26T04:46:15.882Z | Compiling typify-impl v0.2.0 |
1945 | 2024-11-26T04:46:16.260Z | Compiling rayon v1.10.0 |
1946 | 2024-11-26T04:46:16.444Z | Compiling tokio-tungstenite v0.24.0 |
1947 | 2024-11-26T04:46:16.674Z | Compiling postgres-types v0.2.8 |
1948 | 2024-11-26T04:46:17.312Z | Compiling zerocopy v0.6.6 |
1949 | 2024-11-26T04:46:17.659Z | Compiling hubpack v0.1.2 |
1950 | 2024-11-26T04:46:18.068Z | Compiling ed25519 v2.2.3 |
1951 | 2024-11-26T04:46:18.111Z | Compiling phf_shared v0.10.0 |
1952 | 2024-11-26T04:46:18.181Z | Compiling pkcs1 v0.7.5 |
1953 | 2024-11-26T04:46:18.516Z | Compiling tokio-stream v0.1.16 |
1954 | 2024-11-26T04:46:19.557Z | Compiling serde-big-array v0.5.1 |
1955 | 2024-11-26T04:46:19.804Z | Compiling rfc6979 v0.4.0 |
1956 | 2024-11-26T04:46:19.941Z | Compiling float-cmp v0.9.0 |
1957 | 2024-11-26T04:46:20.022Z | Compiling sync_wrapper v1.0.1 |
1958 | 2024-11-26T04:46:20.174Z | Compiling bstr v1.10.0 |
1959 | 2024-11-26T04:46:21.273Z | Compiling static_assertions v1.1.0 |
1960 | 2024-11-26T04:46:21.303Z | Compiling new_debug_unreachable v1.0.6 |
1961 | 2024-11-26T04:46:21.403Z | Compiling unicode-width v0.2.0 |
1962 | 2024-11-26T04:46:21.424Z | Compiling normalize-line-endings v0.3.0 |
1963 | 2024-11-26T04:46:21.551Z | Compiling predicates-core v1.0.8 |
1964 | 2024-11-26T04:46:21.789Z | Compiling difflib v0.4.0 |
1965 | 2024-11-26T04:46:21.872Z | Compiling precomputed-hash v0.1.1 |
1966 | 2024-11-26T04:46:21.941Z | Compiling number_prefix v0.4.0 |
1967 | 2024-11-26T04:46:22.001Z | Compiling bit-vec v0.6.3 |
1968 | 2024-11-26T04:46:22.178Z | Compiling fixedbitset v0.4.2 |
1969 | 2024-11-26T04:46:22.452Z | Compiling whoami v1.5.2 |
1970 | 2024-11-26T04:46:22.965Z | Compiling unicode-segmentation v1.12.0 |
1971 | 2024-11-26T04:46:23.067Z | Compiling tokio-postgres v0.7.12 |
1972 | 2024-11-26T04:46:23.181Z | Compiling petgraph v0.6.5 |
1973 | 2024-11-26T04:46:23.824Z | Compiling similar v2.6.0 |
1974 | 2024-11-26T04:46:25.383Z | Compiling bit-set v0.5.3 |
1975 | 2024-11-26T04:46:25.693Z | Compiling predicates v3.1.2 |
1976 | 2024-11-26T04:46:25.910Z | Compiling indicatif v0.17.9 |
1977 | 2024-11-26T04:46:27.244Z | Compiling string_cache v0.8.7 |
1978 | 2024-11-26T04:46:27.264Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1979 | 2024-11-26T04:46:27.769Z | Compiling reqwest v0.12.9 |
1980 | 2024-11-26T04:46:27.953Z | Compiling ecdsa v0.16.9 |
1981 | 2024-11-26T04:46:27.990Z | Compiling typify-macro v0.2.0 |
1982 | 2024-11-26T04:46:29.337Z | Compiling qorb v0.2.0 |
1983 | 2024-11-26T04:46:30.097Z | Compiling rsa v0.9.6 |
1984 | 2024-11-26T04:46:30.348Z | Compiling ed25519-dalek v2.1.1 |
1985 | 2024-11-26T04:46:31.749Z | Compiling zip v0.6.6 |
1986 | 2024-11-26T04:46:31.789Z | Compiling crossterm v0.28.1 |
1987 | 2024-11-26T04:46:32.222Z | Compiling clap v4.5.21 |
1988 | 2024-11-26T04:46:34.249Z | Compiling toml v0.7.8 |
1989 | 2024-11-26T04:46:34.703Z | Compiling x509-cert v0.2.5 |
1990 | 2024-11-26T04:46:35.387Z | Compiling hex v0.4.3 |
1991 | 2024-11-26T04:46:36.101Z | Compiling itertools v0.10.5 |
1992 | 2024-11-26T04:46:36.441Z | Compiling zerocopy v0.8.10 |
1993 | 2024-11-26T04:46:36.636Z | Compiling lalrpop-util v0.19.12 |
1994 | 2024-11-26T04:46:37.008Z | Compiling peg-runtime v0.8.3 |
1995 | 2024-11-26T04:46:37.208Z | Compiling unicode-xid v0.2.6 |
1996 | 2024-11-26T04:46:39.174Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1997 | 2024-11-26T04:46:43.592Z | Compiling proc-macro-crate v1.3.1 |
1998 | 2024-11-26T04:46:44.283Z | Compiling ipnetwork v0.20.0 |
1999 | 2024-11-26T04:46:44.470Z | Compiling macaddr v1.0.1 |
2000 | 2024-11-26T04:46:44.827Z | Compiling zerocopy-derive v0.8.10 |
2001 | 2024-11-26T04:46:45.130Z | Compiling itertools v0.13.0 |
2002 | 2024-11-26T04:46:47.413Z | Compiling heapless v0.8.0 |
2003 | 2024-11-26T04:46:48.621Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2004 | 2024-11-26T04:46:53.253Z | Compiling num_enum_derive v0.5.11 |
2005 | 2024-11-26T04:47:01.063Z | Compiling hash32 v0.3.1 |
2006 | 2024-11-26T04:47:02.598Z | Compiling smoltcp v0.11.0 |
2007 | 2024-11-26T04:47:03.049Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2008 | 2024-11-26T04:47:07.664Z | Compiling num_enum v0.5.11 |
2009 | 2024-11-26T04:47:07.849Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2010 | 2024-11-26T04:47:09.012Z | Compiling typify v0.2.0 |
2011 | 2024-11-26T04:47:09.639Z | Compiling proc-macro-error-attr v1.0.4 |
2012 | 2024-11-26T04:47:09.898Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2013 | 2024-11-26T04:47:09.942Z | Compiling cobs v0.2.3 |
2014 | 2024-11-26T04:47:10.378Z | Compiling unsafe-libyaml v0.2.11 |
2015 | 2024-11-26T04:47:12.065Z | Compiling serde_yaml v0.9.34+deprecated |
2016 | 2024-11-26T04:47:16.292Z | Compiling postcard v1.0.10 |
2017 | 2024-11-26T04:47:29.154Z | Compiling progenitor-impl v0.8.0 |
2018 | 2024-11-26T04:47:29.711Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2019 | 2024-11-26T04:47:40.997Z | Compiling strum_macros v0.26.4 |
2020 | 2024-11-26T04:47:42.070Z | Compiling structmeta-derive v0.3.0 |
2021 | 2024-11-26T04:47:42.072Z | Compiling foreign-types-macros v0.2.3 |
2022 | 2024-11-26T04:47:42.105Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2023 | 2024-11-26T04:47:42.105Z | Compiling proc-macro-error v1.0.4 |
2024 | 2024-11-26T04:47:42.439Z | Compiling foreign-types-shared v0.3.1 |
2025 | 2024-11-26T04:47:43.112Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-11-26T04:47:43.388Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2027 | 2024-11-26T04:47:44.646Z | Compiling structmeta v0.3.0 |
2028 | 2024-11-26T04:47:45.530Z | Compiling strum v0.26.3 |
2029 | 2024-11-26T04:47:46.086Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2030 | 2024-11-26T04:47:47.288Z | Compiling foreign-types v0.5.0 |
2031 | 2024-11-26T04:47:52.436Z | Compiling progenitor-macro v0.8.0 |
2032 | 2024-11-26T04:47:58.488Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2033 | 2024-11-26T04:47:58.543Z | Compiling progenitor-client v0.8.0 |
2034 | 2024-11-26T04:47:59.513Z | Compiling tabwriter v1.4.0 |
2035 | 2024-11-26T04:48:02.230Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2036 | 2024-11-26T04:48:02.551Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2037 | 2024-11-26T04:48:03.088Z | Compiling cstr-argument v0.1.2 |
2038 | 2024-11-26T04:48:03.370Z | Compiling dropshot v0.13.0 |
2039 | 2024-11-26T04:48:03.431Z | Compiling pretty-hex v0.2.1 |
2040 | 2024-11-26T04:48:04.105Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2041 | 2024-11-26T04:48:04.409Z | Compiling fastrand v2.1.1 |
2042 | 2024-11-26T04:48:04.653Z | Compiling crucible-workspace-hack v0.1.0 |
2043 | 2024-11-26T04:48:04.987Z | Compiling tempfile v3.13.0 |
2044 | 2024-11-26T04:48:05.134Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2045 | 2024-11-26T04:48:05.289Z | Compiling progenitor v0.8.0 |
2046 | 2024-11-26T04:48:05.414Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2047 | 2024-11-26T04:48:05.529Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2048 | 2024-11-26T04:48:06.115Z | Compiling parse-display-derive v0.10.0 |
2049 | 2024-11-26T04:48:06.302Z | Compiling colored v2.1.0 |
2050 | 2024-11-26T04:48:06.319Z | Compiling serde_with_macros v3.11.0 |
2051 | 2024-11-26T04:48:06.750Z | Compiling dropshot_endpoint v0.13.0 |
2052 | 2024-11-26T04:48:07.597Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2053 | 2024-11-26T04:48:08.372Z | Compiling instant v0.1.13 |
2054 | 2024-11-26T04:48:08.564Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2055 | 2024-11-26T04:48:08.948Z | Compiling serde_with v3.11.0 |
2056 | 2024-11-26T04:48:08.971Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2057 | 2024-11-26T04:48:10.127Z | Compiling parse-display v0.10.0 |
2058 | 2024-11-26T04:48:10.832Z | Compiling backoff v0.4.0 |
2059 | 2024-11-26T04:48:11.228Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2060 | 2024-11-26T04:48:11.488Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-11-26T04:48:12.106Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2062 | 2024-11-26T04:48:12.124Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2063 | 2024-11-26T04:48:12.732Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2064 | 2024-11-26T04:48:12.819Z | Compiling camino-tempfile v1.1.1 |
2065 | 2024-11-26T04:48:12.953Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2066 | 2024-11-26T04:48:13.456Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2067 | 2024-11-26T04:48:13.471Z | Compiling regress v0.9.1 |
2068 | 2024-11-26T04:48:13.591Z | Compiling num-derive v0.4.2 |
2069 | 2024-11-26T04:48:13.635Z | Compiling sigpipe v0.1.3 |
2070 | 2024-11-26T04:48:13.782Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2071 | 2024-11-26T04:48:14.080Z | Compiling libefi-sys v0.1.0 |
2072 | 2024-11-26T04:48:14.429Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2073 | 2024-11-26T04:48:15.733Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2074 | 2024-11-26T04:48:17.354Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2075 | 2024-11-26T04:48:18.729Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2076 | 2024-11-26T04:48:19.274Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-11-26T04:48:20.672Z | Compiling zone v0.3.0 |
2078 | 2024-11-26T04:48:21.255Z | Compiling smf v0.2.3 |
2079 | 2024-11-26T04:48:22.127Z | Compiling bitfield-struct v0.6.2 |
2080 | 2024-11-26T04:48:22.654Z | Compiling ring v0.16.20 |
2081 | 2024-11-26T04:48:23.541Z | Compiling blake3 v1.5.4 |
2082 | 2024-11-26T04:48:23.664Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2083 | 2024-11-26T04:48:24.133Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2084 | 2024-11-26T04:48:24.651Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2085 | 2024-11-26T04:48:24.788Z | Compiling xattr v1.3.1 |
2086 | 2024-11-26T04:48:24.883Z | Compiling filetime v0.2.25 |
2087 | 2024-11-26T04:48:25.124Z | Compiling memmap2 v0.9.5 |
2088 | 2024-11-26T04:48:25.245Z | Compiling spin v0.5.2 |
2089 | 2024-11-26T04:48:25.513Z | Compiling arrayvec v0.7.6 |
2090 | 2024-11-26T04:48:25.681Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2091 | 2024-11-26T04:48:25.788Z | Compiling same-file v1.0.6 |
2092 | 2024-11-26T04:48:25.823Z | Compiling constant_time_eq v0.3.1 |
2093 | 2024-11-26T04:48:26.000Z | Compiling arrayref v0.3.9 |
2094 | 2024-11-26T04:48:26.020Z | Compiling walkdir v2.5.0 |
2095 | 2024-11-26T04:48:26.069Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2096 | 2024-11-26T04:48:27.635Z | Compiling tar v0.4.42 |
2097 | 2024-11-26T04:48:28.912Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2098 | 2024-11-26T04:48:28.931Z | Compiling gethostname v0.5.0 |
2099 | 2024-11-26T04:48:29.146Z | Compiling cargo-platform v0.1.8 |
2100 | 2024-11-26T04:48:29.321Z | Compiling topological-sort v0.2.2 |
2101 | 2024-11-26T04:48:29.613Z | Compiling cargo_metadata v0.18.1 |
2102 | 2024-11-26T04:48:35.294Z | Compiling omicron-zone-package v0.11.1 |
2103 | 2024-11-26T04:48:36.615Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2104 | 2024-11-26T04:48:38.085Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2105 | 2024-11-26T04:48:45.449Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2106 | 2024-11-26T04:49:00.752Z | Finished `release` profile [optimized] target(s) in 5m 30s |
2107 | 2024-11-26T04:49:00.796Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2108 | 2024-11-26T04:49:00.844Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2109 | 2024-11-26T04:49:00.846Z | Created new build target 'test' and set it as active |
2110 | 2024-11-26T04:49:00.846Z | |
2111 | 2024-11-26T04:49:00.846Z | real 5:30.660689990 |
2112 | 2024-11-26T04:49:00.847Z | user 37:14.491176569 |
2113 | 2024-11-26T04:49:00.847Z | sys 4:58.375054767 |
2114 | 2024-11-26T04:49:00.847Z | trap 1.112311552 |
2115 | 2024-11-26T04:49:00.847Z | tflt 3.024251404 |
2116 | 2024-11-26T04:49:00.847Z | dflt 0.778996243 |
2117 | 2024-11-26T04:49:00.847Z | kflt 0.015861557 |
2118 | 2024-11-26T04:49:00.847Z | lock 1:18:22.636431178 |
2119 | 2024-11-26T04:49:00.847Z | slp 2:35:31.013809827 |
2120 | 2024-11-26T04:49:00.847Z | lat 2:34.240436474 |
2121 | 2024-11-26T04:49:00.847Z | stop 4:39.831123654 |
2122 | 2024-11-26T04:49:00.850Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2123 | 2024-11-26T04:49:01.864Z | Finished `release` profile [optimized] target(s) in 0.96s |
2124 | 2024-11-26T04:49:01.932Z | Running `target/release/omicron-package -t test package` |
2125 | 2024-11-26T04:49:01.981Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2126 | 2024-11-26T04:49:03.194Z | Compiling convert_case v0.4.0 |
2127 | 2024-11-26T04:49:03.197Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2128 | 2024-11-26T04:49:03.197Z | Compiling itertools v0.13.0 |
2129 | 2024-11-26T04:49:03.197Z | Compiling newline-converter v0.3.0 |
2130 | 2024-11-26T04:49:03.197Z | Compiling password-hash v0.5.0 |
2131 | 2024-11-26T04:49:03.197Z | Compiling progenitor-client v0.8.0 |
2132 | 2024-11-26T04:49:03.197Z | Compiling blake2 v0.10.6 |
2133 | 2024-11-26T04:49:03.387Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2134 | 2024-11-26T04:49:03.543Z | Compiling expectorate v1.1.0 |
2135 | 2024-11-26T04:49:03.575Z | Compiling cancel-safe-futures v0.1.5 |
2136 | 2024-11-26T04:49:03.745Z | Compiling owo-colors v4.1.0 |
2137 | 2024-11-26T04:49:03.899Z | Compiling argon2 v0.5.3 |
2138 | 2024-11-26T04:49:03.925Z | Compiling progenitor v0.8.0 |
2139 | 2024-11-26T04:49:04.042Z | Compiling derive_more v0.99.18 |
2140 | 2024-11-26T04:49:04.111Z | Compiling num-rational v0.4.2 |
2141 | 2024-11-26T04:49:04.174Z | Compiling num-complex v0.4.6 |
2142 | 2024-11-26T04:49:05.209Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2143 | 2024-11-26T04:49:05.456Z | Compiling num v0.4.3 |
2144 | 2024-11-26T04:49:05.506Z | Compiling atomicwrites v0.4.4 |
2145 | 2024-11-26T04:49:05.571Z | Compiling libsw v3.3.1 |
2146 | 2024-11-26T04:49:05.788Z | Compiling linear-map v1.2.0 |
2147 | 2024-11-26T04:49:05.906Z | Compiling float-ord v0.3.2 |
2148 | 2024-11-26T04:49:06.032Z | Compiling swrite v0.1.0 |
2149 | 2024-11-26T04:49:06.084Z | Compiling indent_write v2.2.0 |
2150 | 2024-11-26T04:49:06.169Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2151 | 2024-11-26T04:49:06.211Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2152 | 2024-11-26T04:49:06.275Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2153 | 2024-11-26T04:49:06.325Z | Compiling base64 v0.21.7 |
2154 | 2024-11-26T04:49:06.528Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2155 | 2024-11-26T04:49:06.929Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2156 | 2024-11-26T04:49:07.400Z | Compiling highway v1.2.0 |
2157 | 2024-11-26T04:49:07.479Z | Compiling semver v0.1.20 |
2158 | 2024-11-26T04:49:08.048Z | Compiling rustc_version v0.1.7 |
2159 | 2024-11-26T04:49:08.485Z | Compiling newtype_derive v0.1.6 |
2160 | 2024-11-26T04:49:08.804Z | Compiling newtype-uuid v1.1.3 |
2161 | 2024-11-26T04:49:08.934Z | Compiling dropshot v0.13.0 |
2162 | 2024-11-26T04:49:09.014Z | Compiling ipnetwork v0.20.0 |
2163 | 2024-11-26T04:49:09.163Z | Compiling instant v0.1.13 |
2164 | 2024-11-26T04:49:09.331Z | Compiling humantime v2.1.0 |
2165 | 2024-11-26T04:49:09.817Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2166 | 2024-11-26T04:49:10.187Z | Compiling backoff v0.4.0 |
2167 | 2024-11-26T04:49:10.504Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2168 | 2024-11-26T04:49:10.561Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-11-26T04:49:10.631Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2170 | 2024-11-26T04:49:14.273Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2171 | 2024-11-26T04:49:15.003Z | Compiling parse-display v0.10.0 |
2172 | 2024-11-26T04:49:15.586Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2173 | 2024-11-26T04:49:15.779Z | Compiling strum v0.26.3 |
2174 | 2024-11-26T04:49:15.803Z | Compiling serde_with v3.11.0 |
2175 | 2024-11-26T04:49:15.979Z | Compiling regress v0.9.1 |
2176 | 2024-11-26T04:49:19.487Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2177 | 2024-11-26T04:49:20.549Z | Compiling macaddr v1.0.1 |
2178 | 2024-11-26T04:49:20.795Z | Compiling steno v0.4.1 |
2179 | 2024-11-26T04:49:20.962Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2180 | 2024-11-26T04:49:21.470Z | Compiling prettyplease v0.2.25 |
2181 | 2024-11-26T04:49:21.502Z | Compiling slog-dtrace v0.3.0 |
2182 | 2024-11-26T04:49:21.894Z | Compiling tungstenite v0.21.0 |
2183 | 2024-11-26T04:49:22.207Z | Compiling display-error-chain v0.2.2 |
2184 | 2024-11-26T04:49:23.909Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2185 | 2024-11-26T04:49:24.654Z | Compiling tokio-tungstenite v0.21.0 |
2186 | 2024-11-26T04:49:25.328Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2187 | 2024-11-26T04:49:25.793Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2188 | 2024-11-26T04:49:26.882Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2189 | 2024-11-26T04:49:27.030Z | Compiling arc-swap v1.7.1 |
2190 | 2024-11-26T04:49:27.674Z | Compiling slog-scope v4.4.0 |
2191 | 2024-11-26T04:49:28.543Z | Compiling half v2.4.1 |
2192 | 2024-11-26T04:49:29.224Z | Compiling ciborium-io v0.2.2 |
2193 | 2024-11-26T04:49:29.380Z | Compiling ciborium-ll v0.2.2 |
2194 | 2024-11-26T04:49:29.916Z | Compiling slog-stdlog v4.1.1 |
2195 | 2024-11-26T04:49:30.825Z | Compiling slog-envlogger v2.2.0 |
2196 | 2024-11-26T04:49:31.072Z | Compiling ciborium v0.2.2 |
2197 | 2024-11-26T04:49:33.402Z | Compiling nibble_vec v0.1.0 |
2198 | 2024-11-26T04:49:33.488Z | Compiling endian-type v0.1.2 |
2199 | 2024-11-26T04:49:33.492Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2200 | 2024-11-26T04:49:40.118Z | Compiling radix_trie v0.2.1 |
2201 | 2024-11-26T04:49:40.366Z | Compiling fastrand v2.1.1 |
2202 | 2024-11-26T04:49:40.861Z | Compiling same-file v1.0.6 |
2203 | 2024-11-26T04:49:41.062Z | Compiling walkdir v2.5.0 |
2204 | 2024-11-26T04:49:41.118Z | Compiling tempfile v3.13.0 |
2205 | 2024-11-26T04:49:41.160Z | Compiling ring v0.16.20 |
2206 | 2024-11-26T04:49:41.772Z | Compiling blake3 v1.5.4 |
2207 | 2024-11-26T04:49:41.926Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2208 | 2024-11-26T04:49:42.440Z | Compiling xattr v1.3.1 |
2209 | 2024-11-26T04:49:42.709Z | Compiling filetime v0.2.25 |
2210 | 2024-11-26T04:49:42.894Z | Compiling memmap2 v0.9.5 |
2211 | 2024-11-26T04:49:43.002Z | Compiling constant_time_eq v0.3.1 |
2212 | 2024-11-26T04:49:43.150Z | Compiling spin v0.5.2 |
2213 | 2024-11-26T04:49:43.195Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2214 | 2024-11-26T04:49:43.293Z | Compiling arrayref v0.3.9 |
2215 | 2024-11-26T04:49:43.379Z | Compiling keccak v0.1.5 |
2216 | 2024-11-26T04:49:43.404Z | Compiling arrayvec v0.7.6 |
2217 | 2024-11-26T04:49:44.351Z | Compiling sha3 v0.10.8 |
2218 | 2024-11-26T04:49:44.844Z | Compiling tar v0.4.42 |
2219 | 2024-11-26T04:49:44.886Z | Compiling camino-tempfile v1.1.1 |
2220 | 2024-11-26T04:49:44.906Z | Compiling toolchain_find v0.4.0 |
2221 | 2024-11-26T04:49:45.252Z | Compiling const_format_proc_macros v0.2.33 |
2222 | 2024-11-26T04:49:45.304Z | Compiling crunchy v0.2.2 |
2223 | 2024-11-26T04:49:45.459Z | Compiling maplit v1.0.2 |
2224 | 2024-11-26T04:49:45.597Z | Compiling radium v0.7.0 |
2225 | 2024-11-26T04:49:45.800Z | Compiling topological-sort v0.2.2 |
2226 | 2024-11-26T04:49:46.065Z | Compiling omicron-zone-package v0.11.1 |
2227 | 2024-11-26T04:49:46.123Z | Compiling rustfmt-wrapper v0.2.1 |
2228 | 2024-11-26T04:49:46.820Z | Compiling pem v3.0.4 |
2229 | 2024-11-26T04:49:46.854Z | Compiling tiny-keccak v2.0.2 |
2230 | 2024-11-26T04:49:46.954Z | Compiling tap v1.0.1 |
2231 | 2024-11-26T04:49:47.138Z | Compiling maybe-uninit v2.0.0 |
2232 | 2024-11-26T04:49:47.178Z | Compiling const_format v0.2.33 |
2233 | 2024-11-26T04:49:47.204Z | Compiling wyz v0.5.1 |
2234 | 2024-11-26T04:49:47.825Z | Compiling dsl_auto_type v0.1.2 |
2235 | 2024-11-26T04:49:48.227Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2236 | 2024-11-26T04:49:48.257Z | Compiling phf_generator v0.11.2 |
2237 | 2024-11-26T04:49:48.277Z | Compiling scheduled-thread-pool v0.2.7 |
2238 | 2024-11-26T04:49:48.420Z | Compiling secrecy v0.8.0 |
2239 | 2024-11-26T04:49:48.458Z | Compiling diesel_table_macro_syntax v0.2.0 |
2240 | 2024-11-26T04:49:48.716Z | Compiling async-recursion v1.1.1 |
2241 | 2024-11-26T04:49:48.747Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2242 | 2024-11-26T04:49:48.882Z | Compiling packed_struct v0.10.1 |
2243 | 2024-11-26T04:49:49.063Z | Compiling crc-catalog v2.4.0 |
2244 | 2024-11-26T04:49:49.171Z | Compiling funty v2.0.0 |
2245 | 2024-11-26T04:49:49.237Z | Compiling crc v3.2.1 |
2246 | 2024-11-26T04:49:49.335Z | Compiling diesel_derives v2.2.3 |
2247 | 2024-11-26T04:49:49.548Z | Compiling r2d2 v0.8.10 |
2248 | 2024-11-26T04:49:50.019Z | Compiling phf_codegen v0.11.2 |
2249 | 2024-11-26T04:49:50.244Z | Compiling bitvec v1.0.1 |
2250 | 2024-11-26T04:49:50.824Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2251 | 2024-11-26T04:49:51.183Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2252 | 2024-11-26T04:49:51.307Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2253 | 2024-11-26T04:49:51.582Z | Compiling ascii-canvas v3.0.0 |
2254 | 2024-11-26T04:49:52.072Z | Compiling universal-hash v0.5.1 |
2255 | 2024-11-26T04:49:52.331Z | Compiling thiserror-impl-no-std v2.0.2 |
2256 | 2024-11-26T04:49:54.901Z | Compiling packed_struct_codegen v0.10.1 |
2257 | 2024-11-26T04:49:55.018Z | Compiling parse-zoneinfo v0.3.1 |
2258 | 2024-11-26T04:49:56.634Z | Compiling lzma-sys v0.1.20 |
2259 | 2024-11-26T04:49:57.328Z | Compiling ena v0.14.3 |
2260 | 2024-11-26T04:49:57.419Z | Compiling indexmap v1.9.3 |
2261 | 2024-11-26T04:49:57.738Z | Compiling diff v0.1.13 |
2262 | 2024-11-26T04:49:57.755Z | Compiling cfg_aliases v0.1.1 |
2263 | 2024-11-26T04:49:57.878Z | Compiling nodrop v0.1.14 |
2264 | 2024-11-26T04:49:58.024Z | Compiling regex-syntax v0.6.29 |
2265 | 2024-11-26T04:49:58.294Z | Compiling opaque-debug v0.3.1 |
2266 | 2024-11-26T04:49:58.409Z | Compiling poly1305 v0.8.0 |
2267 | 2024-11-26T04:49:59.901Z | Compiling array-init v0.0.4 |
2268 | 2024-11-26T04:50:01.038Z | Compiling diesel v2.2.4 |
2269 | 2024-11-26T04:50:01.095Z | Compiling nix v0.28.0 |
2270 | 2024-11-26T04:50:01.935Z | Compiling lalrpop v0.19.12 |
2271 | 2024-11-26T04:50:08.726Z | Compiling chrono-tz-build v0.4.0 |
2272 | 2024-11-26T04:50:08.767Z | Compiling thiserror-no-std v2.0.2 |
2273 | 2024-11-26T04:50:08.767Z | Compiling smallvec v0.6.14 |
2274 | 2024-11-26T04:50:09.155Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2275 | 2024-11-26T04:50:09.678Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2276 | 2024-11-26T04:50:10.001Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2277 | 2024-11-26T04:50:10.247Z | Compiling chacha20 v0.9.1 |
2278 | 2024-11-26T04:50:10.272Z | Compiling heck v0.3.3 |
2279 | 2024-11-26T04:50:10.669Z | Compiling aead v0.5.2 |
2280 | 2024-11-26T04:50:10.737Z | Compiling vte_generate_state_changes v0.1.2 |
2281 | 2024-11-26T04:50:11.108Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2282 | 2024-11-26T04:50:11.378Z | Compiling ref-cast v1.0.23 |
2283 | 2024-11-26T04:50:11.462Z | Compiling termcolor v1.4.1 |
2284 | 2024-11-26T04:50:11.872Z | Compiling bitfield v0.14.0 |
2285 | 2024-11-26T04:50:12.209Z | Compiling hashbrown v0.12.3 |
2286 | 2024-11-26T04:50:12.501Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2287 | 2024-11-26T04:50:14.791Z | Compiling env_logger v0.10.2 |
2288 | 2024-11-26T04:50:18.098Z | Compiling vte v0.11.1 |
2289 | 2024-11-26T04:50:19.596Z | Compiling chacha20poly1305 v0.10.1 |
2290 | 2024-11-26T04:50:19.854Z | Compiling zone_cfg_derive v0.1.2 |
2291 | 2024-11-26T04:50:21.278Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-11-26T04:50:21.960Z | Compiling serde-hex v0.1.0 |
2293 | 2024-11-26T04:50:24.588Z | Compiling vsss-rs v3.3.4 |
2294 | 2024-11-26T04:50:27.342Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2295 | 2024-11-26T04:50:27.693Z | Compiling ron v0.8.1 |
2296 | 2024-11-26T04:50:27.935Z | Compiling polar-core v0.27.3 |
2297 | 2024-11-26T04:50:28.926Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2298 | 2024-11-26T04:50:29.180Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2299 | 2024-11-26T04:50:29.228Z | Compiling derive_builder_core v0.20.2 |
2300 | 2024-11-26T04:50:29.803Z | Compiling hashbrown v0.13.2 |
2301 | 2024-11-26T04:50:31.221Z | Compiling fd-lock v4.0.2 |
2302 | 2024-11-26T04:50:31.461Z | Compiling headers-core v0.3.0 |
2303 | 2024-11-26T04:50:31.480Z | Compiling fxhash v0.2.1 |
2304 | 2024-11-26T04:50:31.651Z | Compiling libxml v0.3.3 |
2305 | 2024-11-26T04:50:31.716Z | Compiling ref-cast-impl v1.0.23 |
2306 | 2024-11-26T04:50:32.012Z | Compiling crc-any v2.5.0 |
2307 | 2024-11-26T04:50:32.825Z | Compiling bytecount v0.6.8 |
2308 | 2024-11-26T04:50:32.963Z | Compiling base64 v0.13.1 |
2309 | 2024-11-26T04:50:33.149Z | Compiling papergrid v0.11.0 |
2310 | 2024-11-26T04:50:33.637Z | Compiling ron v0.7.1 |
2311 | 2024-11-26T04:50:33.905Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2312 | 2024-11-26T04:50:38.864Z | Compiling headers v0.4.0 |
2313 | 2024-11-26T04:50:39.072Z | Compiling derive_builder_macro v0.20.2 |
2314 | 2024-11-26T04:50:39.925Z | Compiling object v0.30.4 |
2315 | 2024-11-26T04:50:42.617Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2316 | 2024-11-26T04:50:43.342Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2317 | 2024-11-26T04:50:47.245Z | Compiling xz2 v0.1.7 |
2318 | 2024-11-26T04:50:48.804Z | Compiling zone v0.1.8 |
2319 | 2024-11-26T04:50:48.846Z | Compiling strip-ansi-escapes v0.2.0 |
2320 | 2024-11-26T04:50:52.236Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2321 | 2024-11-26T04:50:52.970Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2322 | 2024-11-26T04:50:52.999Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2323 | 2024-11-26T04:50:53.285Z | Compiling tabled_derive v0.7.0 |
2324 | 2024-11-26T04:50:54.139Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2325 | 2024-11-26T04:50:55.410Z | Compiling yasna v0.5.2 |
2326 | 2024-11-26T04:50:55.412Z | Compiling peg-macros v0.8.4 |
2327 | 2024-11-26T04:50:56.579Z | Compiling strum_macros v0.24.3 |
2328 | 2024-11-26T04:50:57.739Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2329 | 2024-11-26T04:50:58.713Z | Compiling kstat-rs v0.2.4 |
2330 | 2024-11-26T04:50:58.801Z | Compiling samael v0.0.17 |
2331 | 2024-11-26T04:50:58.842Z | Compiling sqlparser_derive v0.2.2 |
2332 | 2024-11-26T04:50:58.865Z | Compiling unicase v2.7.0 |
2333 | 2024-11-26T04:50:59.182Z | Compiling nu-ansi-term v0.50.1 |
2334 | 2024-11-26T04:50:59.484Z | Compiling indoc v1.0.9 |
2335 | 2024-11-26T04:50:59.705Z | Compiling home v0.5.9 |
2336 | 2024-11-26T04:50:59.795Z | Compiling path-slash v0.1.5 |
2337 | 2024-11-26T04:50:59.871Z | Compiling unicode_categories v0.1.1 |
2338 | 2024-11-26T04:50:59.986Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2339 | 2024-11-26T04:51:00.031Z | Compiling sqlparser v0.45.0 |
2340 | 2024-11-26T04:51:00.239Z | Compiling sqlformat v0.2.6 |
2341 | 2024-11-26T04:51:00.407Z | Compiling rustyline v14.0.0 |
2342 | 2024-11-26T04:51:02.274Z | Compiling reedline v0.35.0 |
2343 | 2024-11-26T04:51:04.145Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2344 | 2024-11-26T04:51:11.564Z | Compiling peg v0.8.4 |
2345 | 2024-11-26T04:51:11.703Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2346 | 2024-11-26T04:51:12.015Z | Compiling rcgen v0.12.1 |
2347 | 2024-11-26T04:51:13.215Z | Compiling tabled v0.15.0 |
2348 | 2024-11-26T04:51:22.531Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2349 | 2024-11-26T04:51:26.043Z | Compiling derive_builder v0.20.2 |
2350 | 2024-11-26T04:51:31.594Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2351 | 2024-11-26T04:51:32.312Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=a1b342c2558e835d09e6e39a40d3de798a29c2f#a1b342c2) |
2352 | 2024-11-26T04:51:33.243Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2353 | 2024-11-26T04:51:33.542Z | Compiling bcs v0.1.6 |
2354 | 2024-11-26T04:51:34.470Z | Compiling impl-trait-for-tuples v0.2.2 |
2355 | 2024-11-26T04:51:37.341Z | Compiling oso-derive v0.27.3 |
2356 | 2024-11-26T04:51:38.341Z | Compiling libz-sys v1.1.20 |
2357 | 2024-11-26T04:51:39.015Z | Compiling quick-xml v0.33.0 |
2358 | 2024-11-26T04:51:41.454Z | Compiling subprocess v0.2.9 |
2359 | 2024-11-26T04:51:43.295Z | Compiling diesel-dtrace v0.3.0 |
2360 | 2024-11-26T04:51:43.627Z | Compiling parking_lot_core v0.8.6 |
2361 | 2024-11-26T04:51:44.178Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2362 | 2024-11-26T04:51:46.237Z | Compiling oso v0.27.3 |
2363 | 2024-11-26T04:52:03.849Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2364 | 2024-11-26T04:52:05.474Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2365 | 2024-11-26T04:52:10.978Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2366 | 2024-11-26T04:52:14.268Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2367 | 2024-11-26T04:52:14.577Z | Compiling bb8 v0.8.5 |
2368 | 2024-11-26T04:52:15.267Z | Compiling buf-list v1.0.3 |
2369 | 2024-11-26T04:52:15.905Z | Compiling async-bb8-diesel v0.2.1 |
2370 | 2024-11-26T04:52:18.309Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2371 | 2024-11-26T04:52:19.121Z | Compiling pin-project-internal v1.1.6 |
2372 | 2024-11-26T04:52:19.239Z | Compiling atty v0.2.14 |
2373 | 2024-11-26T04:52:19.422Z | Compiling salty v0.3.0 |
2374 | 2024-11-26T04:52:21.953Z | Compiling pin-project v1.1.6 |
2375 | 2024-11-26T04:52:22.507Z | Compiling parking_lot v0.11.2 |
2376 | 2024-11-26T04:52:25.098Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2377 | 2024-11-26T04:52:25.269Z | Compiling snafu-derive v0.8.5 |
2378 | 2024-11-26T04:52:27.389Z | Compiling zip v2.1.3 |
2379 | 2024-11-26T04:52:27.723Z | Compiling bumpalo v3.16.0 |
2380 | 2024-11-26T04:52:28.249Z | Compiling lockfree-object-pool v0.1.6 |
2381 | 2024-11-26T04:52:28.596Z | Compiling simd-adler32 v0.3.7 |
2382 | 2024-11-26T04:52:29.782Z | Compiling zopfli v0.8.1 |
2383 | 2024-11-26T04:52:29.833Z | Compiling sled v0.34.7 |
2384 | 2024-11-26T04:52:30.067Z | Compiling snafu v0.8.5 |
2385 | 2024-11-26T04:52:31.357Z | Compiling mime_guess v2.0.5 |
2386 | 2024-11-26T04:52:32.732Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2387 | 2024-11-26T04:52:33.817Z | Compiling hickory-client v0.24.1 |
2388 | 2024-11-26T04:52:34.535Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2389 | 2024-11-26T04:52:34.888Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2390 | 2024-11-26T04:52:35.288Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2391 | 2024-11-26T04:52:39.032Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2392 | 2024-11-26T04:52:40.477Z | Compiling globset v0.4.15 |
2393 | 2024-11-26T04:52:40.572Z | Compiling hickory-server v0.24.1 |
2394 | 2024-11-26T04:52:43.758Z | Compiling primeorder v0.13.6 |
2395 | 2024-11-26T04:52:44.336Z | Compiling olpc-cjson v0.1.4 |
2396 | 2024-11-26T04:52:44.684Z | Compiling vergen v8.3.2 |
2397 | 2024-11-26T04:52:44.999Z | Compiling env_filter v0.1.2 |
2398 | 2024-11-26T04:52:46.507Z | Compiling cargo-platform v0.1.8 |
2399 | 2024-11-26T04:52:47.000Z | Compiling serde_plain v1.0.2 |
2400 | 2024-11-26T04:52:47.577Z | Compiling nanorand v0.7.0 |
2401 | 2024-11-26T04:52:47.888Z | Compiling memoffset v0.9.1 |
2402 | 2024-11-26T04:52:48.288Z | Compiling typed-path v0.9.3 |
2403 | 2024-11-26T04:52:52.385Z | Compiling tough v0.19.0 |
2404 | 2024-11-26T04:52:55.897Z | Compiling flume v0.11.1 |
2405 | 2024-11-26T04:52:56.707Z | Compiling cargo_metadata v0.18.1 |
2406 | 2024-11-26T04:52:59.926Z | Compiling env_logger v0.11.5 |
2407 | 2024-11-26T04:53:01.386Z | Compiling p384 v0.13.0 |
2408 | 2024-11-26T04:53:03.892Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2409 | 2024-11-26T04:53:07.385Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2410 | 2024-11-26T04:53:10.593Z | Compiling git2 v0.19.0 |
2411 | 2024-11-26T04:53:17.495Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2412 | 2024-11-26T04:53:18.111Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2413 | 2024-11-26T04:53:20.209Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2414 | 2024-11-26T04:53:23.799Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2415 | 2024-11-26T04:53:26.276Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2416 | 2024-11-26T04:53:26.534Z | Compiling rand_seeder v0.3.0 |
2417 | 2024-11-26T04:53:26.639Z | Compiling libsqlite3-sys v0.30.1 |
2418 | 2024-11-26T04:53:26.973Z | Compiling rustls v0.21.12 |
2419 | 2024-11-26T04:53:27.162Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2420 | 2024-11-26T04:53:27.276Z | Compiling cfg_aliases v0.2.1 |
2421 | 2024-11-26T04:53:27.407Z | Compiling parse-size v1.1.0 |
2422 | 2024-11-26T04:53:27.524Z | Compiling nix v0.29.0 |
2423 | 2024-11-26T04:53:27.695Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2424 | 2024-11-26T04:53:27.820Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2425 | 2024-11-26T04:53:28.365Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2426 | 2024-11-26T04:53:29.269Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2427 | 2024-11-26T04:53:29.829Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2428 | 2024-11-26T04:53:30.638Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2429 | 2024-11-26T04:53:30.661Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2430 | 2024-11-26T04:53:30.758Z | Compiling rustls-webpki v0.101.7 |
2431 | 2024-11-26T04:53:30.953Z | Compiling sct v0.7.1 |
2432 | 2024-11-26T04:53:31.409Z | Compiling castaway v0.2.3 |
2433 | 2024-11-26T04:53:31.629Z | Compiling csv-core v0.1.11 |
2434 | 2024-11-26T04:53:32.524Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2435 | 2024-11-26T04:53:32.856Z | Compiling glob v0.3.1 |
2436 | 2024-11-26T04:53:34.240Z | Compiling http-range v0.1.5 |
2437 | 2024-11-26T04:53:34.773Z | Compiling hyper-staticfile v0.10.1 |
2438 | 2024-11-26T04:53:34.776Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2439 | 2024-11-26T04:53:34.925Z | Compiling csv v1.3.0 |
2440 | 2024-11-26T04:53:34.947Z | Compiling compact_str v0.8.0 |
2441 | 2024-11-26T04:53:37.063Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2442 | 2024-11-26T04:53:37.697Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2443 | 2024-11-26T04:53:37.815Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2444 | 2024-11-26T04:53:38.962Z | Compiling nix v0.27.1 |
2445 | 2024-11-26T04:53:42.081Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2446 | 2024-11-26T04:53:44.987Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2447 | 2024-11-26T04:53:46.299Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2448 | 2024-11-26T04:53:52.635Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2449 | 2024-11-26T04:53:53.130Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2450 | 2024-11-26T04:53:53.479Z | Compiling unicode-truncate v1.1.0 |
2451 | 2024-11-26T04:53:53.781Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2452 | 2024-11-26T04:53:53.816Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2453 | 2024-11-26T04:53:54.077Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2454 | 2024-11-26T04:53:54.113Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2455 | 2024-11-26T04:53:56.976Z | Compiling hashlink v0.9.1 |
2456 | 2024-11-26T04:53:57.829Z | Compiling tungstenite v0.23.0 |
2457 | 2024-11-26T04:53:59.338Z | Compiling lru v0.12.5 |
2458 | 2024-11-26T04:53:59.735Z | Compiling instability v0.3.2 |
2459 | 2024-11-26T04:54:00.763Z | Compiling cassowary v0.3.0 |
2460 | 2024-11-26T04:54:00.897Z | Compiling fallible-streaming-iterator v0.1.9 |
2461 | 2024-11-26T04:54:01.113Z | Compiling fallible-iterator v0.3.0 |
2462 | 2024-11-26T04:54:01.195Z | Compiling tokio-tungstenite v0.23.1 |
2463 | 2024-11-26T04:54:01.394Z | Compiling ratatui v0.28.1 |
2464 | 2024-11-26T04:54:01.889Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2465 | 2024-11-26T04:54:01.994Z | Compiling rusqlite v0.32.1 |
2466 | 2024-11-26T04:54:07.328Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2467 | 2024-11-26T04:54:09.108Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2468 | 2024-11-26T04:54:10.435Z | Compiling tokio-rustls v0.24.1 |
2469 | 2024-11-26T04:54:11.482Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2470 | 2024-11-26T04:54:13.370Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2471 | 2024-11-26T04:54:20.587Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2472 | 2024-11-26T04:54:21.749Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2473 | 2024-11-26T04:54:24.821Z | Compiling rustls-pemfile v1.0.4 |
2474 | 2024-11-26T04:54:25.545Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2475 | 2024-11-26T04:54:25.884Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2476 | 2024-11-26T04:54:26.206Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2477 | 2024-11-26T04:54:26.391Z | Compiling signal-hook-tokio v0.3.1 |
2478 | 2024-11-26T04:54:26.777Z | Compiling twox-hash v1.6.3 |
2479 | 2024-11-26T04:54:27.829Z | Compiling is_ci v1.2.0 |
2480 | 2024-11-26T04:54:28.098Z | Compiling unicode-linebreak v0.1.5 |
2481 | 2024-11-26T04:54:28.164Z | Compiling smawk v0.3.2 |
2482 | 2024-11-26T04:54:28.458Z | Compiling supports-color v3.0.1 |
2483 | 2024-11-26T04:54:28.702Z | Compiling textwrap v0.16.1 |
2484 | 2024-11-26T04:54:30.880Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2485 | 2024-11-26T04:54:32.445Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2486 | 2024-11-26T04:54:39.995Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2487 | 2024-11-26T04:54:42.080Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2488 | 2024-11-26T04:54:46.410Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2489 | 2024-11-26T04:54:51.136Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2490 | 2024-11-26T04:54:51.244Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2491 | 2024-11-26T04:55:04.759Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2492 | 2024-11-26T04:55:05.415Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2493 | 2024-11-26T04:55:05.734Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2494 | 2024-11-26T04:55:10.944Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2495 | 2024-11-26T04:55:12.400Z | Compiling fatfs v0.3.6 |
2496 | 2024-11-26T04:55:12.633Z | Compiling rtoolbox v0.0.2 |
2497 | 2024-11-26T04:55:13.074Z | Compiling assert_matches v1.5.0 |
2498 | 2024-11-26T04:55:13.207Z | Compiling rpassword v7.3.1 |
2499 | 2024-11-26T04:55:13.672Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2500 | 2024-11-26T04:55:20.119Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2501 | 2024-11-26T04:55:24.852Z | Compiling tui-tree-widget v0.22.0 |
2502 | 2024-11-26T04:55:25.321Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2503 | 2024-11-26T04:55:27.193Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2504 | 2024-11-26T04:55:32.033Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2505 | 2024-11-26T04:55:32.351Z | Compiling uzers v0.12.1 |
2506 | 2024-11-26T04:55:35.482Z | Compiling shell-words v1.1.0 |
2507 | 2024-11-26T04:55:35.940Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2508 | 2024-11-26T04:55:40.719Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2509 | 2024-11-26T04:55:42.869Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2510 | 2024-11-26T04:56:14.808Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2511 | 2024-11-26T04:56:15.599Z | Compiling multimap v0.10.0 |
2512 | 2024-11-26T04:58:38.115Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2513 | 2024-11-26T04:58:40.415Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2514 | 2024-11-26T05:05:16.928Z | Finished `release` profile [optimized] target(s) in 16m 14s |
2515 | 2024-11-26T05:06:20.967Z | |
2516 | 2024-11-26T05:06:20.967Z | real 17:19.944797217 |
2517 | 2024-11-26T05:06:20.967Z | user 1:59:09.614318382 |
2518 | 2024-11-26T05:06:20.967Z | sys 6:01.337537366 |
2519 | 2024-11-26T05:06:20.967Z | trap 2.944069150 |
2520 | 2024-11-26T05:06:20.967Z | tflt 2.936455966 |
2521 | 2024-11-26T05:06:20.971Z | dflt 6.054657445 |
2522 | 2024-11-26T05:06:20.971Z | kflt 0.096232188 |
2523 | 2024-11-26T05:06:20.971Z | lock 7:18:12.639105102 |
2524 | 2024-11-26T05:06:20.971Z | slp 6:23:10.990786151 |
2525 | 2024-11-26T05:06:20.971Z | lat 2:57.488511666 |
2526 | 2024-11-26T05:06:20.971Z | stop 2:31.089587274 |
2527 | 2024-11-26T05:06:20.971Z | + mapfile -t packages |
2528 | 2024-11-26T05:06:20.971Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2529 | 2024-11-26T05:06:21.993Z | Finished `release` profile [optimized] target(s) in 0.98s |
2530 | 2024-11-26T05:06:22.061Z | Running `target/release/omicron-package -t test list-outputs` |
2531 | 2024-11-26T05:06:22.109Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2532 | 2024-11-26T05:06:22.112Z | + ptime -m cargo build --locked --release -p xtask |
2533 | 2024-11-26T05:06:23.068Z | Compiling serde v1.0.215 |
2534 | 2024-11-26T05:06:23.098Z | Compiling libc v0.2.162 |
2535 | 2024-11-26T05:06:23.098Z | Compiling serde_json v1.0.132 |
2536 | 2024-11-26T05:06:23.098Z | Compiling rustix v0.38.37 |
2537 | 2024-11-26T05:06:23.098Z | Compiling syn v2.0.87 |
2538 | 2024-11-26T05:06:23.098Z | Compiling bitflags v2.6.0 |
2539 | 2024-11-26T05:06:23.201Z | Compiling usdt-impl v0.5.0 |
2540 | 2024-11-26T05:06:23.207Z | Compiling syn v1.0.109 |
2541 | 2024-11-26T05:06:23.286Z | Compiling hashbrown v0.15.0 |
2542 | 2024-11-26T05:06:23.333Z | Compiling log v0.4.22 |
2543 | 2024-11-26T05:06:23.393Z | Compiling fs-err v2.11.0 |
2544 | 2024-11-26T05:06:23.670Z | Compiling once_cell v1.20.2 |
2545 | 2024-11-26T05:06:23.809Z | Compiling anyhow v1.0.93 |
2546 | 2024-11-26T05:06:24.283Z | Compiling thread-id v4.2.2 |
2547 | 2024-11-26T05:06:24.646Z | Compiling indexmap v2.6.0 |
2548 | 2024-11-26T05:06:25.828Z | Compiling terminal_size v0.4.0 |
2549 | 2024-11-26T05:06:25.828Z | Compiling tempfile v3.13.0 |
2550 | 2024-11-26T05:06:26.060Z | Compiling clap_builder v4.5.21 |
2551 | 2024-11-26T05:06:26.308Z | Compiling proc-macro-error v1.0.4 |
2552 | 2024-11-26T05:06:27.927Z | Compiling tabled_derive v0.7.0 |
2553 | 2024-11-26T05:06:29.202Z | Compiling tabled v0.15.0 |
2554 | 2024-11-26T05:06:30.878Z | Compiling serde_derive v1.0.215 |
2555 | 2024-11-26T05:06:31.311Z | Compiling thiserror-impl v1.0.69 |
2556 | 2024-11-26T05:06:31.638Z | Compiling zerocopy-derive v0.7.35 |
2557 | 2024-11-26T05:06:32.252Z | Compiling scroll_derive v0.12.0 |
2558 | 2024-11-26T05:06:33.011Z | Compiling clap_derive v4.5.18 |
2559 | 2024-11-26T05:06:33.678Z | Compiling scroll v0.12.0 |
2560 | 2024-11-26T05:06:33.739Z | Compiling zerocopy v0.7.35 |
2561 | 2024-11-26T05:06:34.232Z | Compiling thiserror v1.0.69 |
2562 | 2024-11-26T05:06:34.358Z | Compiling pest v2.7.14 |
2563 | 2024-11-26T05:06:35.387Z | Compiling goblin v0.8.2 |
2564 | 2024-11-26T05:06:37.388Z | Compiling pest_meta v2.7.14 |
2565 | 2024-11-26T05:06:38.491Z | Compiling clap v4.5.21 |
2566 | 2024-11-26T05:06:39.495Z | Compiling pest_generator v2.7.14 |
2567 | 2024-11-26T05:06:41.609Z | Compiling pest_derive v2.7.14 |
2568 | 2024-11-26T05:06:42.418Z | Compiling dtrace-parser v0.2.0 |
2569 | 2024-11-26T05:06:46.803Z | Compiling toml_datetime v0.6.8 |
2570 | 2024-11-26T05:06:47.557Z | Compiling dof v0.3.0 |
2571 | 2024-11-26T05:06:47.948Z | Compiling serde_spanned v0.6.8 |
2572 | 2024-11-26T05:06:48.494Z | Compiling serde_tokenstream v0.2.2 |
2573 | 2024-11-26T05:06:49.124Z | Compiling toml_edit v0.22.22 |
2574 | 2024-11-26T05:06:49.979Z | Compiling camino v1.1.9 |
2575 | 2024-11-26T05:06:51.845Z | Compiling usdt-attr-macro v0.5.0 |
2576 | 2024-11-26T05:06:53.258Z | Compiling toml v0.8.19 |
2577 | 2024-11-26T05:06:55.455Z | Compiling usdt-macro v0.5.0 |
2578 | 2024-11-26T05:06:55.728Z | Compiling cargo-platform v0.1.8 |
2579 | 2024-11-26T05:06:56.700Z | Compiling semver v1.0.23 |
2580 | 2024-11-26T05:06:56.844Z | Compiling usdt v0.5.0 |
2581 | 2024-11-26T05:06:57.289Z | Compiling cargo_metadata v0.18.1 |
2582 | 2024-11-26T05:06:58.194Z | Compiling cargo_toml v0.20.5 |
2583 | 2024-11-26T05:06:58.321Z | Compiling camino-tempfile v1.1.1 |
2584 | 2024-11-26T05:06:58.947Z | Compiling macaddr v1.0.1 |
2585 | 2024-11-26T05:07:08.671Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2586 | 2024-11-26T05:07:20.131Z | Finished `release` profile [optimized] target(s) in 57.95s |
2587 | 2024-11-26T05:07:20.243Z | |
2588 | 2024-11-26T05:07:20.246Z | real 58.095695362 |
2589 | 2024-11-26T05:07:20.246Z | user 5:45.836094661 |
2590 | 2024-11-26T05:07:20.246Z | sys 31.751805769 |
2591 | 2024-11-26T05:07:20.246Z | trap 0.153250901 |
2592 | 2024-11-26T05:07:20.246Z | tflt 0.287405482 |
2593 | 2024-11-26T05:07:20.246Z | dflt 0.528211205 |
2594 | 2024-11-26T05:07:20.246Z | kflt 0.000000000 |
2595 | 2024-11-26T05:07:20.246Z | lock 10:34.570877557 |
2596 | 2024-11-26T05:07:20.246Z | slp 15:36.066990246 |
2597 | 2024-11-26T05:07:20.246Z | lat 14.171750140 |
2598 | 2024-11-26T05:07:20.246Z | stop 17.696352999 |
2599 | 2024-11-26T05:07:20.246Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2600 | 2024-11-26T05:07:20.246Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2601 | 2024-11-26T05:07:20.246Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2602 | 2024-11-26T05:07:20.246Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2603 | 2024-11-26T05:07:20.246Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2604 | 2024-11-26T05:07:21.149Z | Compiling hashbrown v0.14.5 |
2605 | 2024-11-26T05:07:21.274Z | Compiling ident_case v1.0.1 |
2606 | 2024-11-26T05:07:21.287Z | Compiling unsafe-libyaml v0.2.11 |
2607 | 2024-11-26T05:07:21.299Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2608 | 2024-11-26T05:07:21.299Z | Compiling progenitor-client v0.8.0 |
2609 | 2024-11-26T05:07:21.301Z | Compiling ipnetwork v0.20.0 |
2610 | 2024-11-26T05:07:21.301Z | Compiling macaddr v1.0.1 |
2611 | 2024-11-26T05:07:21.301Z | Compiling instant v0.1.13 |
2612 | 2024-11-26T05:07:21.421Z | Compiling darling_core v0.20.10 |
2613 | 2024-11-26T05:07:21.500Z | Compiling structmeta-derive v0.3.0 |
2614 | 2024-11-26T05:07:21.765Z | Compiling newtype-uuid v1.1.3 |
2615 | 2024-11-26T05:07:21.786Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2616 | 2024-11-26T05:07:21.940Z | Compiling dropshot v0.13.0 |
2617 | 2024-11-26T05:07:22.335Z | Compiling dropshot_endpoint v0.13.0 |
2618 | 2024-11-26T05:07:22.354Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2619 | 2024-11-26T05:07:22.432Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2620 | 2024-11-26T05:07:22.572Z | Compiling regress v0.10.1 |
2621 | 2024-11-26T05:07:22.590Z | Compiling serde_yaml v0.9.34+deprecated |
2622 | 2024-11-26T05:07:22.795Z | Compiling regress v0.9.1 |
2623 | 2024-11-26T05:07:23.140Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2024-11-26T05:07:23.212Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2625 | 2024-11-26T05:07:23.323Z | Compiling backoff v0.4.0 |
2626 | 2024-11-26T05:07:23.684Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2627 | 2024-11-26T05:07:23.869Z | Compiling tempfile v3.13.0 |
2628 | 2024-11-26T05:07:24.030Z | Compiling proc-macro-crate v1.3.1 |
2629 | 2024-11-26T05:07:24.635Z | Compiling structmeta v0.3.0 |
2630 | 2024-11-26T05:07:24.743Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2631 | 2024-11-26T05:07:25.098Z | Compiling parse-display-derive v0.10.0 |
2632 | 2024-11-26T05:07:25.152Z | Compiling itertools v0.13.0 |
2633 | 2024-11-26T05:07:25.183Z | Compiling num_enum_derive v0.5.11 |
2634 | 2024-11-26T05:07:26.824Z | Compiling typify-impl v0.2.0 |
2635 | 2024-11-26T05:07:28.588Z | Compiling zerocopy v0.8.10 |
2636 | 2024-11-26T05:07:28.614Z | Compiling num_enum v0.5.11 |
2637 | 2024-11-26T05:07:28.614Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2638 | 2024-11-26T05:07:28.614Z | Compiling foreign-types-macros v0.2.3 |
2639 | 2024-11-26T05:07:28.614Z | Compiling zerocopy-derive v0.8.10 |
2640 | 2024-11-26T05:07:28.639Z | Compiling heapless v0.8.0 |
2641 | 2024-11-26T05:07:28.693Z | Compiling foreign-types-shared v0.3.1 |
2642 | 2024-11-26T05:07:28.713Z | Compiling darling_macro v0.20.10 |
2643 | 2024-11-26T05:07:29.017Z | Compiling proc-macro-error v1.0.4 |
2644 | 2024-11-26T05:07:29.369Z | Compiling foreign-types v0.5.0 |
2645 | 2024-11-26T05:07:29.526Z | Compiling camino-tempfile v1.1.1 |
2646 | 2024-11-26T05:07:29.616Z | Compiling darling v0.20.10 |
2647 | 2024-11-26T05:07:29.695Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2648 | 2024-11-26T05:07:29.736Z | Compiling hash32 v0.3.1 |
2649 | 2024-11-26T05:07:29.756Z | Compiling serde_with_macros v3.11.0 |
2650 | 2024-11-26T05:07:29.788Z | Compiling parse-display v0.10.0 |
2651 | 2024-11-26T05:07:29.975Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2652 | 2024-11-26T05:07:29.996Z | Compiling cstr-argument v0.1.2 |
2653 | 2024-11-26T05:07:30.271Z | Compiling smoltcp v0.11.0 |
2654 | 2024-11-26T05:07:30.519Z | Compiling crucible-workspace-hack v0.1.0 |
2655 | 2024-11-26T05:07:30.584Z | Compiling pretty-hex v0.2.1 |
2656 | 2024-11-26T05:07:30.790Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2657 | 2024-11-26T05:07:30.847Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2658 | 2024-11-26T05:07:31.034Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2659 | 2024-11-26T05:07:31.164Z | Compiling tabwriter v1.4.0 |
2660 | 2024-11-26T05:07:31.691Z | Compiling colored v2.1.0 |
2661 | 2024-11-26T05:07:31.725Z | Compiling cobs v0.2.3 |
2662 | 2024-11-26T05:07:32.047Z | Compiling postcard v1.0.10 |
2663 | 2024-11-26T05:07:32.617Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2664 | 2024-11-26T05:07:32.692Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2665 | 2024-11-26T05:07:32.713Z | Compiling serde_with v3.11.0 |
2666 | 2024-11-26T05:07:32.877Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2667 | 2024-11-26T05:07:33.003Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2668 | 2024-11-26T05:07:33.332Z | Compiling smf v0.2.3 |
2669 | 2024-11-26T05:07:33.822Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2670 | 2024-11-26T05:07:34.833Z | Compiling zone_cfg_derive v0.3.0 |
2671 | 2024-11-26T05:07:36.172Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2672 | 2024-11-26T05:07:36.212Z | Compiling num-derive v0.4.2 |
2673 | 2024-11-26T05:07:36.346Z | Compiling sigpipe v0.1.3 |
2674 | 2024-11-26T05:07:36.480Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2024-11-26T05:07:36.697Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2024-11-26T05:07:36.843Z | Compiling zone v0.3.0 |
2677 | 2024-11-26T05:07:37.051Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2678 | 2024-11-26T05:07:37.403Z | Compiling universal-hash v0.5.1 |
2679 | 2024-11-26T05:07:37.431Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2680 | 2024-11-26T05:07:37.535Z | Compiling opaque-debug v0.3.1 |
2681 | 2024-11-26T05:07:37.615Z | Compiling num-rational v0.4.2 |
2682 | 2024-11-26T05:07:37.648Z | Compiling password-hash v0.5.0 |
2683 | 2024-11-26T05:07:37.830Z | Compiling num-complex v0.4.6 |
2684 | 2024-11-26T05:07:38.170Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2685 | 2024-11-26T05:07:38.264Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2686 | 2024-11-26T05:07:38.447Z | Compiling blake2 v0.10.6 |
2687 | 2024-11-26T05:07:38.551Z | Compiling aead v0.5.2 |
2688 | 2024-11-26T05:07:38.680Z | Compiling keccak v0.1.5 |
2689 | 2024-11-26T05:07:38.886Z | Compiling convert_case v0.4.0 |
2690 | 2024-11-26T05:07:38.947Z | Compiling argon2 v0.5.3 |
2691 | 2024-11-26T05:07:39.120Z | Compiling sha3 v0.10.8 |
2692 | 2024-11-26T05:07:39.433Z | Compiling num v0.4.3 |
2693 | 2024-11-26T05:07:39.563Z | Compiling poly1305 v0.8.0 |
2694 | 2024-11-26T05:07:39.692Z | Compiling tungstenite v0.21.0 |
2695 | 2024-11-26T05:07:39.784Z | Compiling chacha20 v0.9.1 |
2696 | 2024-11-26T05:07:39.908Z | Compiling derive_more v0.99.18 |
2697 | 2024-11-26T05:07:40.187Z | Compiling base64 v0.21.7 |
2698 | 2024-11-26T05:07:40.273Z | Compiling float-ord v0.3.2 |
2699 | 2024-11-26T05:07:40.462Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2700 | 2024-11-26T05:07:40.921Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2701 | 2024-11-26T05:07:40.964Z | Compiling tokio-tungstenite v0.21.0 |
2702 | 2024-11-26T05:07:41.096Z | Compiling same-file v1.0.6 |
2703 | 2024-11-26T05:07:41.265Z | Compiling semver v0.1.20 |
2704 | 2024-11-26T05:07:41.433Z | Compiling walkdir v2.5.0 |
2705 | 2024-11-26T05:07:41.573Z | Compiling newline-converter v0.3.0 |
2706 | 2024-11-26T05:07:41.774Z | Compiling rustc_version v0.1.7 |
2707 | 2024-11-26T05:07:41.844Z | Compiling primeorder v0.13.6 |
2708 | 2024-11-26T05:07:41.998Z | Compiling secrecy v0.8.0 |
2709 | 2024-11-26T05:07:42.020Z | Compiling owo-colors v4.1.0 |
2710 | 2024-11-26T05:07:42.289Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2711 | 2024-11-26T05:07:42.325Z | Compiling cancel-safe-futures v0.1.5 |
2712 | 2024-11-26T05:07:42.375Z | Compiling newtype_derive v0.1.6 |
2713 | 2024-11-26T05:07:42.425Z | Compiling expectorate v1.1.0 |
2714 | 2024-11-26T05:07:42.533Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2715 | 2024-11-26T05:07:42.606Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2716 | 2024-11-26T05:07:42.666Z | Compiling thiserror-impl-no-std v2.0.2 |
2717 | 2024-11-26T05:07:42.712Z | Compiling blake3 v1.5.4 |
2718 | 2024-11-26T05:07:42.941Z | Compiling ring v0.16.20 |
2719 | 2024-11-26T05:07:43.009Z | Compiling half v2.4.1 |
2720 | 2024-11-26T05:07:43.174Z | Compiling unicase v2.7.0 |
2721 | 2024-11-26T05:07:43.420Z | Compiling arc-swap v1.7.1 |
2722 | 2024-11-26T05:07:43.499Z | Compiling ciborium-io v0.2.2 |
2723 | 2024-11-26T05:07:43.649Z | Compiling ciborium-ll v0.2.2 |
2724 | 2024-11-26T05:07:44.086Z | Compiling slog-scope v4.4.0 |
2725 | 2024-11-26T05:07:44.089Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2726 | 2024-11-26T05:07:44.401Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2727 | 2024-11-26T05:07:44.750Z | Compiling polyval v0.6.2 |
2728 | 2024-11-26T05:07:45.047Z | Compiling atomicwrites v0.4.4 |
2729 | 2024-11-26T05:07:45.206Z | Compiling libsw v3.3.1 |
2730 | 2024-11-26T05:07:45.435Z | Compiling memmap2 v0.9.5 |
2731 | 2024-11-26T05:07:45.539Z | Compiling linear-map v1.2.0 |
2732 | 2024-11-26T05:07:45.733Z | Compiling typify-macro v0.2.0 |
2733 | 2024-11-26T05:07:45.834Z | Compiling spin v0.5.2 |
2734 | 2024-11-26T05:07:45.913Z | Compiling thiserror-no-std v2.0.2 |
2735 | 2024-11-26T05:07:45.934Z | Compiling salty v0.3.0 |
2736 | 2024-11-26T05:07:45.954Z | Compiling arrayref v0.3.9 |
2737 | 2024-11-26T05:07:46.045Z | Compiling parking_lot_core v0.8.6 |
2738 | 2024-11-26T05:07:46.077Z | Compiling constant_time_eq v0.3.1 |
2739 | 2024-11-26T05:07:46.098Z | Compiling indent_write v2.2.0 |
2740 | 2024-11-26T05:07:46.270Z | Compiling libefi-sys v0.1.0 |
2741 | 2024-11-26T05:07:46.334Z | Compiling arrayvec v0.7.6 |
2742 | 2024-11-26T05:07:46.414Z | Compiling vsss-rs v3.3.4 |
2743 | 2024-11-26T05:07:46.552Z | Compiling ghash v0.5.1 |
2744 | 2024-11-26T05:07:46.647Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2745 | 2024-11-26T05:07:46.979Z | Compiling slog-stdlog v4.1.1 |
2746 | 2024-11-26T05:07:47.008Z | Compiling ciborium v0.2.2 |
2747 | 2024-11-26T05:07:47.833Z | Compiling p384 v0.13.0 |
2748 | 2024-11-26T05:07:48.071Z | Compiling toolchain_find v0.4.0 |
2749 | 2024-11-26T05:07:48.146Z | Compiling chacha20poly1305 v0.10.1 |
2750 | 2024-11-26T05:07:48.409Z | Compiling lzma-sys v0.1.20 |
2751 | 2024-11-26T05:07:48.674Z | Compiling ctr v0.9.2 |
2752 | 2024-11-26T05:07:48.819Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2753 | 2024-11-26T05:07:49.060Z | Compiling bitfield-struct v0.6.2 |
2754 | 2024-11-26T05:07:49.239Z | Compiling slog-dtrace v0.3.0 |
2755 | 2024-11-26T05:07:49.263Z | Compiling topological-sort v0.2.2 |
2756 | 2024-11-26T05:07:49.429Z | Compiling highway v1.2.0 |
2757 | 2024-11-26T05:07:49.506Z | Compiling omicron-zone-package v0.11.1 |
2758 | 2024-11-26T05:07:49.807Z | Compiling aes-gcm v0.10.3 |
2759 | 2024-11-26T05:07:50.112Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2024-11-26T05:07:50.142Z | Compiling typify v0.2.0 |
2761 | 2024-11-26T05:07:50.217Z | Compiling mime_guess v2.0.5 |
2762 | 2024-11-26T05:07:50.301Z | Compiling progenitor-impl v0.8.0 |
2763 | 2024-11-26T05:07:50.424Z | Compiling slog-envlogger v2.2.0 |
2764 | 2024-11-26T05:07:50.503Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2765 | 2024-11-26T05:07:50.530Z | Compiling steno v0.4.1 |
2766 | 2024-11-26T05:07:51.267Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2767 | 2024-11-26T05:07:51.302Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2768 | 2024-11-26T05:07:51.597Z | Compiling heck v0.3.3 |
2769 | 2024-11-26T05:07:51.725Z | Compiling ssh-encoding v0.2.0 |
2770 | 2024-11-26T05:07:52.066Z | Compiling blowfish v0.9.1 |
2771 | 2024-11-26T05:07:52.071Z | Compiling nibble_vec v0.1.0 |
2772 | 2024-11-26T05:07:52.205Z | Compiling env_filter v0.1.2 |
2773 | 2024-11-26T05:07:52.275Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2774 | 2024-11-26T05:07:52.294Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2775 | 2024-11-26T05:07:52.434Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2776 | 2024-11-26T05:07:52.533Z | Compiling humantime v2.1.0 |
2777 | 2024-11-26T05:07:52.554Z | Compiling endian-type v0.1.2 |
2778 | 2024-11-26T05:07:52.609Z | Compiling env_logger v0.11.5 |
2779 | 2024-11-26T05:07:52.774Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-11-26T05:07:52.809Z | Compiling radix_trie v0.2.1 |
2781 | 2024-11-26T05:07:52.962Z | Compiling bcrypt-pbkdf v0.10.0 |
2782 | 2024-11-26T05:07:53.069Z | Compiling ssh-cipher v0.2.0 |
2783 | 2024-11-26T05:07:53.395Z | Compiling zone_cfg_derive v0.1.2 |
2784 | 2024-11-26T05:07:53.516Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2785 | 2024-11-26T05:07:53.813Z | Compiling parking_lot v0.11.2 |
2786 | 2024-11-26T05:07:54.137Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2787 | 2024-11-26T05:07:54.743Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2788 | 2024-11-26T05:07:54.788Z | Compiling password-hash v0.4.2 |
2789 | 2024-11-26T05:07:54.815Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2790 | 2024-11-26T05:07:54.940Z | Compiling gethostname v0.5.0 |
2791 | 2024-11-26T05:07:55.153Z | Compiling fxhash v0.2.1 |
2792 | 2024-11-26T05:07:55.174Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2793 | 2024-11-26T05:07:55.209Z | Compiling matches v0.1.10 |
2794 | 2024-11-26T05:07:55.326Z | Compiling base64 v0.13.1 |
2795 | 2024-11-26T05:07:55.377Z | Compiling sled v0.34.7 |
2796 | 2024-11-26T05:07:55.474Z | Compiling idna v0.2.3 |
2797 | 2024-11-26T05:07:55.530Z | Compiling pbkdf2 v0.11.0 |
2798 | 2024-11-26T05:07:55.665Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2799 | 2024-11-26T05:07:55.911Z | Compiling ron v0.7.1 |
2800 | 2024-11-26T05:07:55.943Z | Compiling zone v0.1.8 |
2801 | 2024-11-26T05:07:56.032Z | Compiling xz2 v0.1.7 |
2802 | 2024-11-26T05:07:56.412Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2803 | 2024-11-26T05:07:57.205Z | Compiling ssh-key v0.6.6 |
2804 | 2024-11-26T05:07:57.598Z | Compiling hickory-client v0.24.1 |
2805 | 2024-11-26T05:07:58.101Z | Compiling p256 v0.13.2 |
2806 | 2024-11-26T05:07:58.292Z | Compiling p521 v0.13.3 |
2807 | 2024-11-26T05:07:58.373Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=1d82cc9fd9925814d097d39f7cbafd62fb8cfb7e#1d82cc9f) |
2808 | 2024-11-26T05:07:58.670Z | Compiling progenitor-macro v0.8.0 |
2809 | 2024-11-26T05:07:58.980Z | Compiling hickory-server v0.24.1 |
2810 | 2024-11-26T05:07:59.080Z | Compiling enum-as-inner v0.5.1 |
2811 | 2024-11-26T05:07:59.590Z | Compiling pem v3.0.4 |
2812 | 2024-11-26T05:08:00.152Z | Compiling yasna v0.5.2 |
2813 | 2024-11-26T05:08:00.433Z | Compiling headers-core v0.3.0 |
2814 | 2024-11-26T05:08:00.616Z | Compiling kstat-rs v0.2.4 |
2815 | 2024-11-26T05:08:00.745Z | Compiling nanorand v0.7.0 |
2816 | 2024-11-26T05:08:01.303Z | Compiling russh-cryptovec v0.7.3 |
2817 | 2024-11-26T05:08:01.349Z | Compiling atty v0.2.14 |
2818 | 2024-11-26T05:08:01.518Z | Compiling md5 v0.7.0 |
2819 | 2024-11-26T05:08:01.674Z | Compiling http-range v0.1.5 |
2820 | 2024-11-26T05:08:01.943Z | Compiling hyper-staticfile v0.10.1 |
2821 | 2024-11-26T05:08:01.983Z | Compiling russh-keys v0.45.0 |
2822 | 2024-11-26T05:08:02.067Z | Compiling flume v0.11.1 |
2823 | 2024-11-26T05:08:02.087Z | Compiling rcgen v0.12.1 |
2824 | 2024-11-26T05:08:02.168Z | Compiling headers v0.4.0 |
2825 | 2024-11-26T05:08:02.823Z | Compiling trust-dns-proto v0.22.0 |
2826 | 2024-11-26T05:08:03.146Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2827 | 2024-11-26T05:08:04.244Z | Compiling num-bigint v0.4.6 |
2828 | 2024-11-26T05:08:04.737Z | Compiling des v0.8.1 |
2829 | 2024-11-26T05:08:05.130Z | Compiling subprocess v0.2.9 |
2830 | 2024-11-26T05:08:06.227Z | Compiling display-error-chain v0.2.2 |
2831 | 2024-11-26T05:08:06.363Z | Compiling hex-literal v0.4.1 |
2832 | 2024-11-26T05:08:06.439Z | Compiling dhcproto-macros v0.1.0 |
2833 | 2024-11-26T05:08:06.539Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2834 | 2024-11-26T05:08:07.085Z | Compiling internet-checksum v0.2.1 |
2835 | 2024-11-26T05:08:07.314Z | Compiling russh v0.45.0 |
2836 | 2024-11-26T05:08:07.453Z | Compiling dhcproto v0.12.0 |
2837 | 2024-11-26T05:08:11.509Z | Compiling progenitor v0.8.0 |
2838 | 2024-11-26T05:08:11.656Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2839 | 2024-11-26T05:08:11.662Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2840 | 2024-11-26T05:08:11.662Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2841 | 2024-11-26T05:08:11.662Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2842 | 2024-11-26T05:08:11.662Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2843 | 2024-11-26T05:08:11.663Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=b7b9d5660b28ca5e865242b2bdecd032c0852d40#b7b9d566) |
2844 | 2024-11-26T05:08:11.739Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2845 | 2024-11-26T05:08:13.214Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=8f8fbb74662b4e19b643c500d55d2d384a6cee5e#8f8fbb74) |
2846 | 2024-11-26T05:08:13.498Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2847 | 2024-11-26T05:08:14.369Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2848 | 2024-11-26T05:08:18.143Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2849 | 2024-11-26T05:08:18.352Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2850 | 2024-11-26T05:08:28.026Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2851 | 2024-11-26T05:08:28.029Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2852 | 2024-11-26T05:08:28.029Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2853 | 2024-11-26T05:08:28.029Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2854 | 2024-11-26T05:08:28.974Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2855 | 2024-11-26T05:08:31.235Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2856 | 2024-11-26T05:08:32.410Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2857 | 2024-11-26T05:08:32.433Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2858 | 2024-11-26T05:08:32.987Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2859 | 2024-11-26T05:08:33.554Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2860 | 2024-11-26T05:08:36.213Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2861 | 2024-11-26T05:08:36.545Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2862 | 2024-11-26T05:08:37.068Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2863 | 2024-11-26T05:08:37.930Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2864 | 2024-11-26T05:08:38.733Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2865 | 2024-11-26T05:08:38.761Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2866 | 2024-11-26T05:08:39.675Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2867 | 2024-11-26T05:08:40.246Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2868 | 2024-11-26T05:08:40.657Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2869 | 2024-11-26T05:08:42.764Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2870 | 2024-11-26T05:08:44.119Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2871 | 2024-11-26T05:08:44.627Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2872 | 2024-11-26T05:08:46.176Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2873 | 2024-11-26T05:08:48.445Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2874 | 2024-11-26T05:08:48.465Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2875 | 2024-11-26T05:08:51.374Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2876 | 2024-11-26T05:08:51.877Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2877 | 2024-11-26T05:08:52.733Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2878 | 2024-11-26T05:08:56.080Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2879 | 2024-11-26T05:09:05.317Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2880 | 2024-11-26T05:09:06.575Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2881 | 2024-11-26T05:09:25.036Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2882 | 2024-11-26T05:09:59.203Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 38s |
2883 | 2024-11-26T05:09:59.207Z | |
2884 | 2024-11-26T05:09:59.207Z | real 2:38.418461181 |
2885 | 2024-11-26T05:09:59.207Z | user 12:22.085091393 |
2886 | 2024-11-26T05:09:59.207Z | sys 2:39.903763548 |
2887 | 2024-11-26T05:09:59.207Z | trap 0.332510740 |
2888 | 2024-11-26T05:09:59.207Z | tflt 0.837160262 |
2889 | 2024-11-26T05:09:59.207Z | dflt 1.962419690 |
2890 | 2024-11-26T05:09:59.207Z | kflt 0.000023186 |
2891 | 2024-11-26T05:09:59.207Z | lock 25:36.102278145 |
2892 | 2024-11-26T05:09:59.208Z | slp 44:32.911493991 |
2893 | 2024-11-26T05:09:59.208Z | lat 35.021258657 |
2894 | 2024-11-26T05:09:59.208Z | stop 1:32.066385027 |
2895 | 2024-11-26T05:09:59.208Z | + mkdir tests |
2896 | 2024-11-26T05:09:59.208Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2897 | 2024-11-26T05:09:59.208Z | + xargs -I '{}' -t cp '{}' tests/ |
2898 | 2024-11-26T05:09:59.627Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-901a0af671086ead tests/ |
2899 | 2024-11-26T05:09:59.655Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-34664e4175f1cac6 tests/ |
2900 | 2024-11-26T05:09:59.683Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-84053b7b03f68646 tests/ |
2901 | 2024-11-26T05:09:59.710Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-8b9cd7607b17e8ff tests/ |
2902 | 2024-11-26T05:09:59.946Z | + files=(.github/buildomat/ci-env.sh 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/*) |
2903 | 2024-11-26T05:09:59.949Z | + ptime -m tar cvzf /work/package.tar.gz .github/buildomat/ci-env.sh 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-84053b7b03f68646 tests/commtest-34664e4175f1cac6 tests/dhcp_server-901a0af671086ead tests/end_to_end_tests-8b9cd7607b17e8ff 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 |
2904 | 2024-11-26T05:11:10.990Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2905 | 2024-11-26T05:11:10.990Z | a .github/buildomat/ci-env.sh 1K |
2906 | 2024-11-26T05:11:10.990Z | a out/target/test 1K |
2907 | 2024-11-26T05:11:10.990Z | a out/npuzone/npuzone 23144K |
2908 | 2024-11-26T05:11:10.990Z | a package-manifest.toml 32K |
2909 | 2024-11-26T05:11:10.990Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2910 | 2024-11-26T05:11:10.990Z | a target/release/omicron-package 36350K |
2911 | 2024-11-26T05:11:10.990Z | a target/release/xtask 11750K |
2912 | 2024-11-26T05:11:10.990Z | a target/debug/bootstrap 210012K |
2913 | 2024-11-26T05:11:10.990Z | a tests/bootstrap-84053b7b03f68646 24246K |
2914 | 2024-11-26T05:11:10.990Z | a tests/commtest-34664e4175f1cac6 25022K |
2915 | 2024-11-26T05:11:10.990Z | a tests/dhcp_server-901a0af671086ead 24246K |
2916 | 2024-11-26T05:11:10.990Z | a tests/end_to_end_tests-8b9cd7607b17e8ff 228113K |
2917 | 2024-11-26T05:11:10.990Z | a out/clickhouse.tar.gz 285637K |
2918 | 2024-11-26T05:11:10.990Z | a out/clickhouse_keeper.tar.gz 285642K |
2919 | 2024-11-26T05:11:10.990Z | a out/clickhouse_server.tar.gz 285641K |
2920 | 2024-11-26T05:11:10.990Z | a out/cockroachdb.tar.gz 134563K |
2921 | 2024-11-26T05:11:10.990Z | a out/crucible-dtrace.tar 85K |
2922 | 2024-11-26T05:11:10.990Z | a out/crucible-pantry-zone.tar.gz 28184K |
2923 | 2024-11-26T05:11:10.990Z | a out/crucible-zone.tar.gz 36396K |
2924 | 2024-11-26T05:11:10.990Z | a out/external-dns.tar.gz 35277K |
2925 | 2024-11-26T05:11:10.990Z | a out/internal-dns.tar.gz 35277K |
2926 | 2024-11-26T05:11:10.990Z | a out/mg-ddm-gz.tar 63075K |
2927 | 2024-11-26T05:11:10.990Z | a out/nexus.tar.gz 100270K |
2928 | 2024-11-26T05:11:10.990Z | a out/ntp.tar.gz 10356K |
2929 | 2024-11-26T05:11:10.990Z | a out/omicron-gateway-softnpu.tar.gz 23901K |
2930 | 2024-11-26T05:11:10.990Z | a out/omicron-sled-agent.tar 112667K |
2931 | 2024-11-26T05:11:10.990Z | a out/overlay.tar.gz 3K |
2932 | 2024-11-26T05:11:10.990Z | a out/oximeter.tar.gz 51205K |
2933 | 2024-11-26T05:11:10.990Z | a out/oxlog.tar 3088K |
2934 | 2024-11-26T05:11:10.991Z | a out/probe.tar.gz 2764K |
2935 | 2024-11-26T05:11:10.991Z | a out/propolis-server.tar.gz 66596K |
2936 | 2024-11-26T05:11:10.991Z | a out/pumpkind-gz.tar 26665K |
2937 | 2024-11-26T05:11:10.991Z | a out/switch-softnpu.tar.gz 237364K |
2938 | 2024-11-26T05:11:10.993Z | |
2939 | 2024-11-26T05:11:10.993Z | real 1:11.031043675 |
2940 | 2024-11-26T05:11:10.993Z | user 1:07.978233638 |
2941 | 2024-11-26T05:11:10.994Z | sys 4.279827783 |
2942 | 2024-11-26T05:11:10.994Z | trap 0.016106444 |
2943 | 2024-11-26T05:11:10.994Z | tflt 0.000000000 |
2944 | 2024-11-26T05:11:10.994Z | dflt 0.000000000 |
2945 | 2024-11-26T05:11:10.994Z | kflt 0.000000000 |
2946 | 2024-11-26T05:11:10.994Z | lock 0.000000000 |
2947 | 2024-11-26T05:11:10.994Z | slp 1:07.927093241 |
2948 | 2024-11-26T05:11:10.994Z | lat 1.856551573 |
2949 | 2024-11-26T05:11:10.994Z | stop 0.000200893 |
2950 | 2024-11-26T05:11:10.998Z | process exited: duration 1972848 ms, exit code 0 |
|
2951 | 2024-11-26T05:11:11.006Z | found 1 output files |
2952 | 2024-11-26T05:11:11.006Z | uploading: /work/package.tar.gz (1877083040 bytes) |
2953 | 2024-11-26T05:11:47.860Z | uploaded: /work/package.tar.gz |