|
|
|
1 | 2024-12-20T21:12:13.576Z | job assigned to worker 01JFJYJ0CFYEXS8VXE8XC9CW2R [factory aws, i-049710a7ebc05ac67] (queued for 1 m 1 s) |
|
2 | 2024-12-20T21:12:30.031Z | starting task 0: "setup" |
3 | 2024-12-20T21:12:30.038Z | ++ uname -s |
4 | 2024-12-20T21:12:30.040Z | + kern=SunOS |
5 | 2024-12-20T21:12:30.040Z | + case "$kern" in |
6 | 2024-12-20T21:12:30.040Z | + groupadd -g 12345 build |
7 | 2024-12-20T21:12:30.042Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-20T21:12:32.051Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-20T21:12:33.322Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-20T21:12:33.324Z | + home_fs=zfs |
11 | 2024-12-20T21:12:33.324Z | + [[ zfs == autofs ]] |
12 | 2024-12-20T21:12:33.324Z | + mkdir -p /home/build |
13 | 2024-12-20T21:12:33.326Z | + chown build:build /home/build /work |
14 | 2024-12-20T21:12:33.329Z | + chmod 0700 /home/build /work |
15 | 2024-12-20T21:12:33.332Z | process exited: duration 3300 ms, exit code 0 |
|
16 | 2024-12-20T21:12:33.339Z | starting task 1: "rust-toolchain" |
17 | 2024-12-20T21:12:33.342Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-20T21:12:33.342Z | ' 1.81.0 |
19 | 2024-12-20T21:12:33.342Z | + printf ' * toolchain profile = "%s" |
20 | 2024-12-20T21:12:33.342Z | ' default |
21 | 2024-12-20T21:12:33.343Z | * toolchain channel = "1.81.0" |
22 | 2024-12-20T21:12:33.343Z | * toolchain profile = "default" |
23 | 2024-12-20T21:12:33.346Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-20T21:12:33.346Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-20T21:12:33.440Z | info: downloading installer |
26 | 2024-12-20T21:12:34.945Z | info: profile set to 'default' |
27 | 2024-12-20T21:12:34.945Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-20T21:12:34.949Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-20T21:12:35.110Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-20T21:12:35.110Z | info: downloading component 'cargo' |
31 | 2024-12-20T21:12:36.077Z | info: downloading component 'clippy' |
32 | 2024-12-20T21:12:36.435Z | info: downloading component 'rust-docs' |
33 | 2024-12-20T21:12:37.777Z | info: downloading component 'rust-std' |
34 | 2024-12-20T21:12:39.873Z | info: downloading component 'rustc' |
35 | 2024-12-20T21:12:47.426Z | info: downloading component 'rustfmt' |
36 | 2024-12-20T21:12:47.721Z | info: installing component 'cargo' |
37 | 2024-12-20T21:12:48.512Z | info: installing component 'clippy' |
38 | 2024-12-20T21:12:48.872Z | info: installing component 'rust-docs' |
39 | 2024-12-20T21:12:50.479Z | info: installing component 'rust-std' |
40 | 2024-12-20T21:12:52.207Z | info: installing component 'rustc' |
41 | 2024-12-20T21:12:57.859Z | info: installing component 'rustfmt' |
42 | 2024-12-20T21:12:58.184Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-20T21:12:58.184Z | |
44 | 2024-12-20T21:12:58.553Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-20T21:12:58.553Z | |
46 | 2024-12-20T21:12:58.555Z | |
47 | 2024-12-20T21:12:58.555Z | Rust is installed now. Great! |
48 | 2024-12-20T21:12:58.556Z | |
49 | 2024-12-20T21:12:58.556Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-20T21:12:58.556Z | environment variable. This has not been done automatically. |
51 | 2024-12-20T21:12:58.556Z | |
52 | 2024-12-20T21:12:58.556Z | To configure your current shell, you need to source |
53 | 2024-12-20T21:12:58.556Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-20T21:12:58.556Z | |
55 | 2024-12-20T21:12:58.556Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-20T21:12:58.556Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-20T21:12:58.556Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-20T21:12:58.625Z | + rustc --version |
59 | 2024-12-20T21:12:58.692Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-20T21:12:58.695Z | process exited: duration 25354 ms, exit code 0 |
|
61 | 2024-12-20T21:12:58.700Z | starting task 2: "authentication" |
62 | 2024-12-20T21:12:58.721Z | process exited: duration 20 ms, exit code 0 |
|
63 | 2024-12-20T21:12:58.726Z | starting task 3: "clone repository" |
64 | 2024-12-20T21:12:58.731Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-20T21:12:58.734Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-20T21:12:58.774Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-20T21:13:05.300Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-20T21:13:05.300Z | + git fetch origin f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
69 | 2024-12-20T21:13:05.605Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-20T21:13:05.606Z | * branch f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 -> FETCH_HEAD |
71 | 2024-12-20T21:13:05.617Z | + [[ -n gjcolombo/ingest-propolis-ensure-api ]] |
72 | 2024-12-20T21:13:05.619Z | ++ git branch --show-current |
73 | 2024-12-20T21:13:05.621Z | + current=main |
74 | 2024-12-20T21:13:05.621Z | + [[ main != gjcolombo/ingest-propolis-ensure-api ]] |
75 | 2024-12-20T21:13:05.621Z | + git branch -f gjcolombo/ingest-propolis-ensure-api f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
76 | 2024-12-20T21:13:05.625Z | + git checkout -f gjcolombo/ingest-propolis-ensure-api |
77 | 2024-12-20T21:13:05.808Z | Switched to branch 'gjcolombo/ingest-propolis-ensure-api' |
78 | 2024-12-20T21:13:05.811Z | + git reset --hard f0c692d7aa81d9251d0caeb6ec1c2c943ee12d47 |
79 | 2024-12-20T21:13:05.838Z | HEAD is now at f0c692d7a PR feedback: SocketAddrV6, misc cleanup |
80 | 2024-12-20T21:13:05.840Z | process exited: duration 7112 ms, exit code 0 |
|
81 | 2024-12-20T21:13:05.847Z | starting task 4: "build" |
82 | 2024-12-20T21:13:05.853Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-20T21:13:05.853Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-20T21:13:05.853Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-20T21:13:05.853Z | + cargo --version |
86 | 2024-12-20T21:13:05.911Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-20T21:13:05.914Z | + rustc --version |
88 | 2024-12-20T21:13:05.975Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-20T21:13:05.979Z | + WORK=/work |
90 | 2024-12-20T21:13:05.979Z | + pfexec mkdir -p /work |
91 | 2024-12-20T21:13:05.981Z | + pfexec chown build /work |
92 | 2024-12-20T21:13:05.986Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-20T21:13:14.432Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-20T21:13:18.363Z | Startup: Caching catalogs ... Done |
95 | 2024-12-20T21:13:29.010Z | Planning: Solver setup ... Done (9.725s) |
96 | 2024-12-20T21:13:29.146Z | Planning: Running solver ... Done (0.136s) |
97 | 2024-12-20T21:13:29.250Z | Planning: Finding local manifests ... Done (0.003s) |
98 | 2024-12-20T21:13:29.356Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-20T21:13:30.819Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-20T21:13:30.903Z | Planning: Package planning ... Done (0.099s) |
101 | 2024-12-20T21:13:30.964Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-20T21:13:31.327Z | Planning: Checking for conflicting actions ... Done (0.370s) |
103 | 2024-12-20T21:13:33.087Z | Planning: Consolidating action changes ... Done (1.759s) |
104 | 2024-12-20T21:13:33.493Z | Planning: Evaluating mediators ... Done (0.406s) |
105 | 2024-12-20T21:13:33.574Z | Planning: Planning completed in 15.16 seconds |
106 | 2024-12-20T21:13:33.588Z | Packages to install: 4 |
107 | 2024-12-20T21:13:33.588Z | Packages to update: 1 |
108 | 2024-12-20T21:13:33.590Z | Mediators to change: 2 |
109 | 2024-12-20T21:13:33.590Z | Services to change: 1 |
110 | 2024-12-20T21:13:33.590Z | Estimated space available: 155.63 GB |
111 | 2024-12-20T21:13:33.590Z | Estimated space to be consumed: 1.62 GB |
112 | 2024-12-20T21:13:33.590Z | Create boot environment: No |
113 | 2024-12-20T21:13:33.590Z | Create backup boot environment: Yes |
114 | 2024-12-20T21:13:33.590Z | Rebuild boot archive: No |
115 | 2024-12-20T21:13:33.590Z | |
116 | 2024-12-20T21:13:33.590Z | Changed mediators: |
117 | 2024-12-20T21:13:33.591Z | mediator clang: |
118 | 2024-12-20T21:13:33.591Z | version: None -> 15 (system default) |
119 | 2024-12-20T21:13:33.591Z | |
120 | 2024-12-20T21:13:33.591Z | mediator llvm: |
121 | 2024-12-20T21:13:33.591Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-20T21:13:33.591Z | |
123 | 2024-12-20T21:13:33.591Z | Changed packages: |
124 | 2024-12-20T21:13:33.591Z | helios-dev |
125 | 2024-12-20T21:13:33.591Z | developer/build-essential |
126 | 2024-12-20T21:13:33.591Z | None -> 11-2.0 |
127 | 2024-12-20T21:13:33.591Z | library/libxmlsec1 |
128 | 2024-12-20T21:13:33.591Z | None -> 1.2.35-2.0 |
129 | 2024-12-20T21:13:33.591Z | ooce/developer/clang-15 |
130 | 2024-12-20T21:13:33.591Z | None -> 15.0.7-2.0 |
131 | 2024-12-20T21:13:33.591Z | ooce/developer/llvm-15 |
132 | 2024-12-20T21:13:33.591Z | None -> 15.0.7-2.0 |
133 | 2024-12-20T21:13:33.591Z | package/pkg |
134 | 2024-12-20T21:13:33.591Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-20T21:13:33.591Z | |
136 | 2024-12-20T21:13:33.591Z | Services: |
137 | 2024-12-20T21:13:33.591Z | restart_fmri: |
138 | 2024-12-20T21:13:33.592Z | svc:/system/update-man-index:default |
139 | 2024-12-20T21:13:33.592Z | |
140 | 2024-12-20T21:13:33.592Z | Editable files to change: |
141 | 2024-12-20T21:13:33.592Z | Update: |
142 | 2024-12-20T21:13:33.592Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-20T21:13:33.656Z | |
144 | 2024-12-20T21:13:33.656Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-20T21:13:38.773Z | Download: 520/4281 items 17.3/220.6MB 7% complete (3.9M/s) |
146 | 2024-12-20T21:13:43.779Z | Download: 883/4281 items 18.8/220.6MB 8% complete (1.9M/s) |
147 | 2024-12-20T21:13:48.936Z | Download: 1192/4281 items 82.5/220.6MB 37% complete (6.5M/s) |
148 | 2024-12-20T21:13:55.967Z | Download: 1198/4281 items 83.5/220.6MB 37% complete (6.5M/s) |
149 | 2024-12-20T21:14:01.036Z | Download: 2216/4281 items 119.2/220.6MB 54% complete (3.8M/s) |
150 | 2024-12-20T21:14:11.063Z | Download: 2224/4281 items 119.2/220.6MB 54% complete |
151 | 2024-12-20T21:14:16.110Z | Download: 2398/4281 items 119.8/220.6MB 54% complete (131k/s) |
152 | 2024-12-20T21:14:21.114Z | Download: 2617/4281 items 120.3/220.6MB 54% complete (104k/s) |
153 | 2024-12-20T21:14:26.118Z | Download: 3226/4281 items 199.4/220.6MB 90% complete (7.9M/s) |
154 | 2024-12-20T21:14:31.350Z | Download: 3238/4281 items 202.5/220.6MB 91% complete (8.3M/s) |
155 | 2024-12-20T21:14:36.539Z | Download: 3239/4281 items 202.8/220.6MB 91% complete (8.1M/s) |
156 | 2024-12-20T21:14:41.480Z | Download: Completed 220.60 MB in 67.81 seconds (3.2M/s) |
157 | 2024-12-20T21:14:43.519Z | Actions: 1/5063 actions (Removing old actions) |
158 | 2024-12-20T21:14:43.539Z | Actions: 194/5063 actions (Installing new actions) |
159 | 2024-12-20T21:14:48.212Z | Actions: 4226/5063 actions (Updating modified actions) |
160 | 2024-12-20T21:14:48.521Z | Actions: Completed 5063 actions in 5.00 seconds. |
161 | 2024-12-20T21:14:48.931Z | Done (0.403s) |
162 | 2024-12-20T21:14:48.935Z | Done (0.000s) |
163 | 2024-12-20T21:14:49.497Z | Done (0.563s) |
164 | 2024-12-20T21:14:53.763Z | Done (4.037s) |
165 | 2024-12-20T21:14:53.855Z | Done (0.018s) |
166 | 2024-12-20T21:14:53.858Z | Done (0.000s) |
167 | 2024-12-20T21:14:54.268Z | Done (0.000s) |
168 | 2024-12-20T21:14:54.955Z | Planning: Evaluating mediator changes ... Done |
169 | 2024-12-20T21:14:55.119Z | Planning: Checking for conflicting actions ... Done |
170 | 2024-12-20T21:14:55.121Z | Planning: Consolidating action changes ... Done |
171 | 2024-12-20T21:14:55.389Z | Planning: Evaluating mediators ... Done |
172 | 2024-12-20T21:14:55.392Z | Planning: Planning completed in 0.44 seconds |
173 | 2024-12-20T21:14:55.430Z | Mediators to change: 2 |
174 | 2024-12-20T21:14:55.433Z | Create boot environment: No |
175 | 2024-12-20T21:14:55.433Z | Create backup boot environment: No |
176 | 2024-12-20T21:14:55.550Z | Done |
177 | 2024-12-20T21:14:55.550Z | Done |
178 | 2024-12-20T21:14:55.912Z | Done |
179 | 2024-12-20T21:14:59.501Z | Done |
180 | 2024-12-20T21:14:59.595Z | Done |
181 | 2024-12-20T21:14:59.598Z | Done |
182 | 2024-12-20T21:14:59.903Z | Done |
183 | 2024-12-20T21:15:00.518Z | Planning: Evaluating mediator changes ... Done |
184 | 2024-12-20T21:15:00.521Z | Planning: Merging actions ... Done |
185 | 2024-12-20T21:15:00.709Z | Planning: Checking for conflicting actions ... Done |
186 | 2024-12-20T21:15:00.712Z | Planning: Consolidating action changes ... Done |
187 | 2024-12-20T21:15:00.981Z | Planning: Evaluating mediators ... Done |
188 | 2024-12-20T21:15:01.037Z | Planning: Planning completed in 0.76 seconds |
189 | 2024-12-20T21:15:01.080Z | Packages to change: 1 |
190 | 2024-12-20T21:15:01.080Z | Mediators to change: 1 |
191 | 2024-12-20T21:15:01.083Z | Services to change: 1 |
192 | 2024-12-20T21:15:01.083Z | Create boot environment: No |
193 | 2024-12-20T21:15:01.083Z | Create backup boot environment: Yes |
194 | 2024-12-20T21:15:03.277Z | Actions: 1/6 actions (Updating modified actions) |
195 | 2024-12-20T21:15:03.280Z | Actions: Completed 6 actions in 0.00 seconds. |
196 | 2024-12-20T21:15:03.280Z | Done |
197 | 2024-12-20T21:15:03.280Z | Done |
198 | 2024-12-20T21:15:03.395Z | Done |
199 | 2024-12-20T21:15:07.285Z | Done |
200 | 2024-12-20T21:15:07.382Z | Done |
201 | 2024-12-20T21:15:07.384Z | Done |
202 | 2024-12-20T21:15:07.591Z | Done |
203 | 2024-12-20T21:15:08.033Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
204 | 2024-12-20T21:15:08.033Z | clang system 15 system |
205 | 2024-12-20T21:15:08.033Z | csh system system illumos |
206 | 2024-12-20T21:15:08.033Z | ctags system system illumos |
207 | 2024-12-20T21:15:08.034Z | gcc vendor 12 vendor |
208 | 2024-12-20T21:15:08.034Z | gcc system 10 system |
209 | 2024-12-20T21:15:08.034Z | gcc system 7 system |
210 | 2024-12-20T21:15:08.034Z | go system 1.20 system |
211 | 2024-12-20T21:15:08.034Z | go system 1.19 system |
212 | 2024-12-20T21:15:08.034Z | llvm system 15 system |
213 | 2024-12-20T21:15:08.034Z | llvm system 14 system |
214 | 2024-12-20T21:15:08.034Z | mariadb system 10.6 system |
215 | 2024-12-20T21:15:08.034Z | mta vendor vendor dma |
216 | 2024-12-20T21:15:08.034Z | openjdk system 17 system |
217 | 2024-12-20T21:15:08.034Z | openjdk system 11 system |
218 | 2024-12-20T21:15:08.034Z | openjdk system 1.8 system |
219 | 2024-12-20T21:15:08.034Z | openssl vendor 3 vendor |
220 | 2024-12-20T21:15:08.034Z | perl system 5.36 system |
221 | 2024-12-20T21:15:08.034Z | postgresql system 15 system |
222 | 2024-12-20T21:15:08.034Z | postgresql system 13 system |
223 | 2024-12-20T21:15:08.034Z | python vendor 3 vendor |
224 | 2024-12-20T21:15:08.034Z | python system 2 system |
225 | 2024-12-20T21:15:08.034Z | python3 system 3.11 system |
226 | 2024-12-20T21:15:08.034Z | ruby system 3.0 system |
227 | 2024-12-20T21:15:08.034Z | words vendor vendor american-english |
228 | 2024-12-20T21:15:08.034Z | words system system australian-english |
229 | 2024-12-20T21:15:08.034Z | words system system british-english |
230 | 2024-12-20T21:15:08.034Z | words system system canadian-english |
231 | 2024-12-20T21:15:08.034Z | words system system french |
232 | 2024-12-20T21:15:08.034Z | words system system italian |
233 | 2024-12-20T21:15:08.034Z | words system system ngerman |
234 | 2024-12-20T21:15:08.034Z | words system system ogerman |
235 | 2024-12-20T21:15:08.034Z | words system system spanish |
236 | 2024-12-20T21:15:08.373Z | PUBLISHER TYPE STATUS P LOCATION |
237 | 2024-12-20T21:15:08.373Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
238 | 2024-12-20T21:15:11.139Z | FMRI IFO |
239 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
240 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
241 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
242 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
243 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
244 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
245 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
246 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
247 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
248 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
249 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
250 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
251 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
252 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
253 | 2024-12-20T21:15:11.139Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
254 | 2024-12-20T21:15:11.941Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
255 | 2024-12-20T21:15:12.253Z | Updating crates.io index |
256 | 2024-12-20T21:15:12.296Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
257 | 2024-12-20T21:15:12.827Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
258 | 2024-12-20T21:15:13.137Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
259 | 2024-12-20T21:15:13.381Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
260 | 2024-12-20T21:15:13.655Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
261 | 2024-12-20T21:15:14.514Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
262 | 2024-12-20T21:15:15.973Z | Updating git repository `https://github.com/oxidecomputer/opte` |
263 | 2024-12-20T21:15:16.757Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
264 | 2024-12-20T21:15:17.415Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
265 | 2024-12-20T21:15:17.707Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
266 | 2024-12-20T21:15:18.044Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
267 | 2024-12-20T21:15:18.602Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
268 | 2024-12-20T21:15:18.923Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
269 | 2024-12-20T21:15:19.218Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
270 | 2024-12-20T21:15:19.518Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
271 | 2024-12-20T21:15:19.790Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
272 | 2024-12-20T21:15:20.018Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
273 | 2024-12-20T21:15:20.337Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
274 | 2024-12-20T21:15:20.646Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
275 | 2024-12-20T21:15:20.897Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
276 | 2024-12-20T21:15:21.235Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
277 | 2024-12-20T21:15:21.673Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
278 | 2024-12-20T21:15:21.989Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
279 | 2024-12-20T21:15:22.349Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
280 | 2024-12-20T21:15:22.776Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
281 | 2024-12-20T21:15:23.048Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
282 | 2024-12-20T21:15:23.348Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
283 | 2024-12-20T21:15:23.643Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
284 | 2024-12-20T21:15:24.858Z | Downloading crates ... |
285 | 2024-12-20T21:15:25.008Z | Downloaded anstyle-parse v0.2.5 |
286 | 2024-12-20T21:15:25.021Z | Downloaded anstyle v1.0.10 |
287 | 2024-12-20T21:15:25.024Z | Downloaded anstream v0.6.15 |
288 | 2024-12-20T21:15:25.024Z | Downloaded equivalent v1.0.1 |
289 | 2024-12-20T21:15:25.037Z | Downloaded dtrace-parser v0.2.0 |
290 | 2024-12-20T21:15:25.057Z | Downloaded scroll_derive v0.12.0 |
291 | 2024-12-20T21:15:25.060Z | Downloaded swrite v0.1.0 |
292 | 2024-12-20T21:15:25.065Z | Downloaded usdt-attr-macro v0.5.0 |
293 | 2024-12-20T21:15:25.069Z | Downloaded usdt-macro v0.5.0 |
294 | 2024-12-20T21:15:25.072Z | Downloaded errno v0.3.9 |
295 | 2024-12-20T21:15:25.072Z | Downloaded crypto-common v0.1.6 |
296 | 2024-12-20T21:15:25.072Z | Downloaded bytecount v0.6.8 |
297 | 2024-12-20T21:15:25.075Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-12-20T21:15:25.077Z | Downloaded dof v0.3.0 |
299 | 2024-12-20T21:15:25.077Z | Downloaded block-buffer v0.10.4 |
300 | 2024-12-20T21:15:25.077Z | Downloaded anstyle-query v1.1.1 |
301 | 2024-12-20T21:15:25.081Z | Downloaded heck v0.4.1 |
302 | 2024-12-20T21:15:25.084Z | Downloaded digest v0.10.7 |
303 | 2024-12-20T21:15:25.086Z | Downloaded cargo-platform v0.1.8 |
304 | 2024-12-20T21:15:25.089Z | Downloaded is_terminal_polyfill v1.70.1 |
305 | 2024-12-20T21:15:25.092Z | Downloaded fs-err v2.11.0 |
306 | 2024-12-20T21:15:25.094Z | Downloaded colorchoice v1.0.2 |
307 | 2024-12-20T21:15:25.094Z | Downloaded cfg-if v1.0.0 |
308 | 2024-12-20T21:15:25.094Z | Downloaded byteorder v1.5.0 |
309 | 2024-12-20T21:15:25.096Z | Downloaded autocfg v1.4.0 |
310 | 2024-12-20T21:15:25.099Z | Downloaded fnv v1.0.7 |
311 | 2024-12-20T21:15:25.102Z | Downloaded heck v0.5.0 |
312 | 2024-12-20T21:15:25.102Z | Downloaded tabled_derive v0.7.0 |
313 | 2024-12-20T21:15:25.102Z | Downloaded generic-array v0.14.7 |
314 | 2024-12-20T21:15:25.104Z | Downloaded cpufeatures v0.2.14 |
315 | 2024-12-20T21:15:25.104Z | Downloaded fastrand v2.1.1 |
316 | 2024-12-20T21:15:25.107Z | Downloaded itoa v1.0.11 |
317 | 2024-12-20T21:15:25.107Z | Downloaded usdt v0.5.0 |
318 | 2024-12-20T21:15:25.109Z | Downloaded unicode-linebreak v0.1.5 |
319 | 2024-12-20T21:15:25.109Z | Downloaded smawk v0.3.2 |
320 | 2024-12-20T21:15:25.113Z | Downloaded version_check v0.9.5 |
321 | 2024-12-20T21:15:25.113Z | Downloaded serde_tokenstream v0.2.2 |
322 | 2024-12-20T21:15:25.117Z | Downloaded memmap v0.7.0 |
323 | 2024-12-20T21:15:25.120Z | Downloaded thread-id v4.2.2 |
324 | 2024-12-20T21:15:25.123Z | Downloaded serde_spanned v0.6.8 |
325 | 2024-12-20T21:15:25.127Z | Downloaded thiserror v1.0.69 |
326 | 2024-12-20T21:15:25.131Z | Downloaded utf8parse v0.2.2 |
327 | 2024-12-20T21:15:25.133Z | Downloaded usdt-impl v0.5.0 |
328 | 2024-12-20T21:15:25.134Z | Downloaded toml_datetime v0.6.8 |
329 | 2024-12-20T21:15:25.136Z | Downloaded plain v0.2.3 |
330 | 2024-12-20T21:15:25.136Z | Downloaded proc-macro-error-attr v1.0.4 |
331 | 2024-12-20T21:15:25.141Z | Downloaded pest_generator v2.7.14 |
332 | 2024-12-20T21:15:25.143Z | Downloaded terminal_size v0.4.0 |
333 | 2024-12-20T21:15:25.143Z | Downloaded strsim v0.11.1 |
334 | 2024-12-20T21:15:25.151Z | Downloaded clap_derive v4.5.18 |
335 | 2024-12-20T21:15:25.153Z | Downloaded clap_lex v0.7.2 |
336 | 2024-12-20T21:15:25.155Z | Downloaded cargo_metadata v0.18.1 |
337 | 2024-12-20T21:15:25.158Z | Downloaded cargo_toml v0.20.5 |
338 | 2024-12-20T21:15:25.160Z | Downloaded camino-tempfile v1.1.1 |
339 | 2024-12-20T21:15:25.163Z | Downloaded pest_derive v2.7.14 |
340 | 2024-12-20T21:15:25.169Z | Downloaded thiserror-impl v1.0.69 |
341 | 2024-12-20T21:15:25.171Z | Downloaded semver v1.0.23 |
342 | 2024-12-20T21:15:25.179Z | Downloaded quote v1.0.37 |
343 | 2024-12-20T21:15:25.182Z | Downloaded once_cell v1.20.2 |
344 | 2024-12-20T21:15:25.189Z | Downloaded zerocopy-derive v0.7.35 |
345 | 2024-12-20T21:15:25.193Z | Downloaded tempfile v3.13.0 |
346 | 2024-12-20T21:15:25.196Z | Downloaded macaddr v1.0.1 |
347 | 2024-12-20T21:15:25.198Z | Downloaded sha2 v0.10.8 |
348 | 2024-12-20T21:15:25.203Z | Downloaded scroll v0.12.0 |
349 | 2024-12-20T21:15:25.203Z | Downloaded bitflags v2.6.0 |
350 | 2024-12-20T21:15:25.206Z | Downloaded proc-macro-error v1.0.4 |
351 | 2024-12-20T21:15:25.208Z | Downloaded camino v1.1.9 |
352 | 2024-12-20T21:15:25.214Z | Downloaded ucd-trie v0.1.7 |
353 | 2024-12-20T21:15:25.228Z | Downloaded typenum v1.17.0 |
354 | 2024-12-20T21:15:25.231Z | Downloaded pest_meta v2.7.14 |
355 | 2024-12-20T21:15:25.231Z | Downloaded unicode-ident v1.0.13 |
356 | 2024-12-20T21:15:25.231Z | Downloaded ryu v1.0.18 |
357 | 2024-12-20T21:15:25.232Z | Downloaded papergrid v0.11.0 |
358 | 2024-12-20T21:15:25.269Z | Downloaded textwrap v0.16.1 |
359 | 2024-12-20T21:15:25.269Z | Downloaded toml v0.8.19 |
360 | 2024-12-20T21:15:25.270Z | Downloaded log v0.4.22 |
361 | 2024-12-20T21:15:25.270Z | Downloaded clap v4.5.21 |
362 | 2024-12-20T21:15:25.270Z | Downloaded serde_derive v1.0.215 |
363 | 2024-12-20T21:15:25.270Z | Downloaded proc-macro2 v1.0.89 |
364 | 2024-12-20T21:15:25.270Z | Downloaded anyhow v1.0.93 |
365 | 2024-12-20T21:15:25.270Z | Downloaded indexmap v2.6.0 |
366 | 2024-12-20T21:15:25.273Z | Downloaded serde v1.0.215 |
367 | 2024-12-20T21:15:25.287Z | Downloaded memchr v2.7.4 |
368 | 2024-12-20T21:15:25.303Z | Downloaded toml_edit v0.22.22 |
369 | 2024-12-20T21:15:25.325Z | Downloaded hashbrown v0.15.1 |
370 | 2024-12-20T21:15:25.336Z | Downloaded pest v2.7.14 |
371 | 2024-12-20T21:15:25.348Z | Downloaded clap_builder v4.5.21 |
372 | 2024-12-20T21:15:25.361Z | Downloaded serde_json v1.0.132 |
373 | 2024-12-20T21:15:25.369Z | Downloaded zerocopy v0.7.35 |
374 | 2024-12-20T21:15:25.380Z | Downloaded winnow v0.6.20 |
375 | 2024-12-20T21:15:25.391Z | Downloaded goblin v0.8.2 |
376 | 2024-12-20T21:15:25.399Z | Downloaded tabled v0.15.0 |
377 | 2024-12-20T21:15:25.418Z | Downloaded unicode-width v0.1.14 |
378 | 2024-12-20T21:15:25.418Z | Downloaded syn v1.0.109 |
379 | 2024-12-20T21:15:25.429Z | Downloaded syn v2.0.87 |
380 | 2024-12-20T21:15:25.449Z | Downloaded rustix v0.38.37 |
381 | 2024-12-20T21:15:25.491Z | Downloaded libc v0.2.162 |
382 | 2024-12-20T21:15:25.804Z | Compiling proc-macro2 v1.0.89 |
383 | 2024-12-20T21:15:25.804Z | Compiling unicode-ident v1.0.13 |
384 | 2024-12-20T21:15:25.804Z | Compiling version_check v0.9.5 |
385 | 2024-12-20T21:15:25.804Z | Compiling serde v1.0.215 |
386 | 2024-12-20T21:15:25.813Z | Compiling thiserror v1.0.69 |
387 | 2024-12-20T21:15:25.813Z | Compiling memchr v2.7.4 |
388 | 2024-12-20T21:15:25.813Z | Compiling libc v0.2.162 |
389 | 2024-12-20T21:15:25.813Z | Compiling itoa v1.0.11 |
390 | 2024-12-20T21:15:26.048Z | Compiling ryu v1.0.18 |
391 | 2024-12-20T21:15:26.095Z | Compiling ucd-trie v0.1.7 |
392 | 2024-12-20T21:15:26.419Z | Compiling once_cell v1.20.2 |
393 | 2024-12-20T21:15:26.634Z | Compiling byteorder v1.5.0 |
394 | 2024-12-20T21:15:26.735Z | Compiling rustix v0.38.37 |
395 | 2024-12-20T21:15:26.890Z | Compiling serde_json v1.0.132 |
396 | 2024-12-20T21:15:27.074Z | Compiling bitflags v2.6.0 |
397 | 2024-12-20T21:15:27.229Z | Compiling usdt-impl v0.5.0 |
398 | 2024-12-20T21:15:27.467Z | Compiling proc-macro-error-attr v1.0.4 |
399 | 2024-12-20T21:15:27.580Z | Compiling syn v1.0.109 |
400 | 2024-12-20T21:15:27.605Z | Compiling proc-macro-error v1.0.4 |
401 | 2024-12-20T21:15:27.652Z | Compiling quote v1.0.37 |
402 | 2024-12-20T21:15:27.774Z | Compiling utf8parse v0.2.2 |
403 | 2024-12-20T21:15:27.826Z | Compiling log v0.4.22 |
404 | 2024-12-20T21:15:27.916Z | Compiling camino v1.1.9 |
405 | 2024-12-20T21:15:27.955Z | Compiling plain v0.2.3 |
406 | 2024-12-20T21:15:28.136Z | Compiling syn v2.0.87 |
407 | 2024-12-20T21:15:28.231Z | Compiling errno v0.3.9 |
408 | 2024-12-20T21:15:28.337Z | Compiling hashbrown v0.15.1 |
409 | 2024-12-20T21:15:28.383Z | Compiling equivalent v1.0.1 |
410 | 2024-12-20T21:15:28.562Z | Compiling thread-id v4.2.2 |
411 | 2024-12-20T21:15:28.661Z | Compiling anstyle-parse v0.2.5 |
412 | 2024-12-20T21:15:28.689Z | Compiling anstyle v1.0.10 |
413 | 2024-12-20T21:15:28.986Z | Compiling autocfg v1.4.0 |
414 | 2024-12-20T21:15:29.012Z | Compiling pretty-hex v0.4.1 |
415 | 2024-12-20T21:15:29.182Z | Compiling colorchoice v1.0.2 |
416 | 2024-12-20T21:15:29.240Z | Compiling anstyle-query v1.1.1 |
417 | 2024-12-20T21:15:29.360Z | Compiling unicode-width v0.1.14 |
418 | 2024-12-20T21:15:29.410Z | Compiling is_terminal_polyfill v1.70.1 |
419 | 2024-12-20T21:15:29.492Z | Compiling indexmap v2.6.0 |
420 | 2024-12-20T21:15:29.538Z | Compiling winnow v0.6.20 |
421 | 2024-12-20T21:15:29.582Z | Compiling semver v1.0.23 |
422 | 2024-12-20T21:15:29.886Z | Compiling anstream v0.6.15 |
423 | 2024-12-20T21:15:30.181Z | Compiling fs-err v2.11.0 |
424 | 2024-12-20T21:15:30.473Z | Compiling strsim v0.11.1 |
425 | 2024-12-20T21:15:30.503Z | Compiling anyhow v1.0.93 |
426 | 2024-12-20T21:15:30.611Z | Compiling fnv v1.0.7 |
427 | 2024-12-20T21:15:30.751Z | Compiling terminal_size v0.4.0 |
428 | 2024-12-20T21:15:30.892Z | Compiling cfg-if v1.0.0 |
429 | 2024-12-20T21:15:30.970Z | Compiling heck v0.5.0 |
430 | 2024-12-20T21:15:30.996Z | Compiling clap_lex v0.7.2 |
431 | 2024-12-20T21:15:31.114Z | Compiling fastrand v2.1.1 |
432 | 2024-12-20T21:15:31.512Z | Compiling bytecount v0.6.8 |
433 | 2024-12-20T21:15:31.563Z | Compiling heck v0.4.1 |
434 | 2024-12-20T21:15:31.689Z | Compiling papergrid v0.11.0 |
435 | 2024-12-20T21:15:31.762Z | Compiling clap_builder v4.5.21 |
436 | 2024-12-20T21:15:31.934Z | Compiling tempfile v3.13.0 |
437 | 2024-12-20T21:15:32.244Z | Compiling memmap v0.7.0 |
438 | 2024-12-20T21:15:32.477Z | Compiling smawk v0.3.2 |
439 | 2024-12-20T21:15:32.649Z | Compiling unicode-linebreak v0.1.5 |
440 | 2024-12-20T21:15:33.150Z | Compiling textwrap v0.16.1 |
441 | 2024-12-20T21:15:33.320Z | Compiling swrite v0.1.0 |
442 | 2024-12-20T21:15:34.241Z | Compiling tabled_derive v0.7.0 |
443 | 2024-12-20T21:15:35.814Z | Compiling tabled v0.15.0 |
444 | 2024-12-20T21:15:37.223Z | Compiling serde_derive v1.0.215 |
445 | 2024-12-20T21:15:37.259Z | Compiling thiserror-impl v1.0.69 |
446 | 2024-12-20T21:15:37.259Z | Compiling zerocopy-derive v0.7.35 |
447 | 2024-12-20T21:15:37.259Z | Compiling scroll_derive v0.12.0 |
448 | 2024-12-20T21:15:37.453Z | Compiling clap_derive v4.5.18 |
449 | 2024-12-20T21:15:38.469Z | Compiling scroll v0.12.0 |
450 | 2024-12-20T21:15:38.950Z | Compiling goblin v0.8.2 |
451 | 2024-12-20T21:15:39.083Z | Compiling zerocopy v0.7.35 |
452 | 2024-12-20T21:15:39.822Z | Compiling pest v2.7.14 |
453 | 2024-12-20T21:15:40.996Z | Compiling clap v4.5.21 |
454 | 2024-12-20T21:15:42.025Z | Compiling pest_meta v2.7.14 |
455 | 2024-12-20T21:15:42.939Z | Compiling pest_generator v2.7.14 |
456 | 2024-12-20T21:15:44.613Z | Compiling pest_derive v2.7.14 |
457 | 2024-12-20T21:15:45.246Z | Compiling dtrace-parser v0.2.0 |
458 | 2024-12-20T21:15:47.379Z | Compiling serde_tokenstream v0.2.2 |
459 | 2024-12-20T21:15:47.446Z | Compiling toml_datetime v0.6.8 |
460 | 2024-12-20T21:15:47.446Z | Compiling serde_spanned v0.6.8 |
461 | 2024-12-20T21:15:47.763Z | Compiling cargo-platform v0.1.8 |
462 | 2024-12-20T21:15:47.789Z | Compiling toml_edit v0.22.22 |
463 | 2024-12-20T21:15:47.996Z | Compiling macaddr v1.0.1 |
464 | 2024-12-20T21:15:48.092Z | Compiling camino-tempfile v1.1.1 |
465 | 2024-12-20T21:15:48.924Z | Compiling dof v0.3.0 |
466 | 2024-12-20T21:15:48.971Z | Compiling cargo_metadata v0.18.1 |
467 | 2024-12-20T21:15:50.678Z | Compiling toml v0.8.19 |
468 | 2024-12-20T21:15:50.721Z | Compiling usdt-macro v0.5.0 |
469 | 2024-12-20T21:15:50.721Z | Compiling usdt-attr-macro v0.5.0 |
470 | 2024-12-20T21:15:51.515Z | Compiling cargo_toml v0.20.5 |
471 | 2024-12-20T21:15:52.063Z | Compiling usdt v0.5.0 |
472 | 2024-12-20T21:15:55.077Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
473 | 2024-12-20T21:15:59.225Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 47.52s |
474 | 2024-12-20T21:15:59.497Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
475 | 2024-12-20T21:16:00.028Z | Downloading crates ... |
476 | 2024-12-20T21:16:00.150Z | Downloaded async-stream-impl v0.3.6 |
477 | 2024-12-20T21:16:00.159Z | Downloaded array-init v0.0.4 |
478 | 2024-12-20T21:16:00.163Z | Downloaded adler2 v2.0.0 |
479 | 2024-12-20T21:16:00.166Z | Downloaded headers-core v0.3.0 |
480 | 2024-12-20T21:16:00.185Z | Downloaded ciborium-io v0.2.2 |
481 | 2024-12-20T21:16:00.187Z | Downloaded is_ci v1.2.0 |
482 | 2024-12-20T21:16:00.191Z | Downloaded cstr-argument v0.1.2 |
483 | 2024-12-20T21:16:00.191Z | Downloaded crunchy v0.2.2 |
484 | 2024-12-20T21:16:00.194Z | Downloaded cfg_aliases v0.2.1 |
485 | 2024-12-20T21:16:00.194Z | Downloaded atomicwrites v0.4.4 |
486 | 2024-12-20T21:16:00.194Z | Downloaded matches v0.1.10 |
487 | 2024-12-20T21:16:00.197Z | Downloaded ident_case v1.0.1 |
488 | 2024-12-20T21:16:00.197Z | Downloaded instant v0.1.13 |
489 | 2024-12-20T21:16:00.197Z | Downloaded http-range v0.1.5 |
490 | 2024-12-20T21:16:00.199Z | Downloaded http-body v1.0.1 |
491 | 2024-12-20T21:16:00.199Z | Downloaded hubpack_derive v0.1.1 |
492 | 2024-12-20T21:16:00.202Z | Downloaded hostname v0.4.0 |
493 | 2024-12-20T21:16:00.205Z | Downloaded home v0.5.9 |
494 | 2024-12-20T21:16:00.205Z | Downloaded async-stream v0.3.6 |
495 | 2024-12-20T21:16:00.209Z | Downloaded hostname v0.3.1 |
496 | 2024-12-20T21:16:00.212Z | Downloaded hex-literal v0.4.1 |
497 | 2024-12-20T21:16:00.212Z | Downloaded cfg_aliases v0.1.1 |
498 | 2024-12-20T21:16:00.212Z | Downloaded hex v0.4.3 |
499 | 2024-12-20T21:16:00.214Z | Downloaded crucible-workspace-hack v0.1.0 |
500 | 2024-12-20T21:16:00.214Z | Downloaded atty v0.2.14 |
501 | 2024-12-20T21:16:00.216Z | Downloaded match_cfg v0.1.0 |
502 | 2024-12-20T21:16:00.216Z | Downloaded aead v0.5.2 |
503 | 2024-12-20T21:16:00.219Z | Downloaded ascii-canvas v3.0.0 |
504 | 2024-12-20T21:16:00.221Z | Downloaded cobs v0.2.3 |
505 | 2024-12-20T21:16:00.221Z | Downloaded md5 v0.7.0 |
506 | 2024-12-20T21:16:00.224Z | Downloaded castaway v0.2.3 |
507 | 2024-12-20T21:16:00.224Z | Downloaded bitflags v1.3.2 |
508 | 2024-12-20T21:16:00.227Z | Downloaded httpdate v1.0.3 |
509 | 2024-12-20T21:16:00.230Z | Downloaded constant_time_eq v0.3.1 |
510 | 2024-12-20T21:16:00.232Z | Downloaded lalrpop-util v0.19.12 |
511 | 2024-12-20T21:16:00.232Z | Downloaded is-terminal v0.4.13 |
512 | 2024-12-20T21:16:00.234Z | Downloaded instability v0.3.2 |
513 | 2024-12-20T21:16:00.236Z | Downloaded managed v0.8.0 |
514 | 2024-12-20T21:16:00.239Z | Downloaded linear-map v1.2.0 |
515 | 2024-12-20T21:16:00.239Z | Downloaded hubpack v0.1.2 |
516 | 2024-12-20T21:16:00.241Z | Downloaded cassowary v0.3.0 |
517 | 2024-12-20T21:16:00.244Z | Downloaded memoffset v0.9.1 |
518 | 2024-12-20T21:16:00.244Z | Downloaded inout v0.1.3 |
519 | 2024-12-20T21:16:00.246Z | Downloaded libsw v3.3.1 |
520 | 2024-12-20T21:16:00.249Z | Downloaded bitfield v0.14.0 |
521 | 2024-12-20T21:16:00.252Z | Downloaded icu_provider_macros v1.5.0 |
522 | 2024-12-20T21:16:00.252Z | Downloaded http-body-util v0.1.2 |
523 | 2024-12-20T21:16:00.254Z | Downloaded md-5 v0.10.6 |
524 | 2024-12-20T21:16:00.255Z | Downloaded cexpr v0.6.0 |
525 | 2024-12-20T21:16:00.258Z | Downloaded keccak v0.1.5 |
526 | 2024-12-20T21:16:00.261Z | Downloaded indoc v1.0.9 |
527 | 2024-12-20T21:16:00.263Z | Downloaded internet-checksum v0.2.1 |
528 | 2024-12-20T21:16:00.263Z | Downloaded ctr v0.9.2 |
529 | 2024-12-20T21:16:00.265Z | Downloaded indent_write v2.2.0 |
530 | 2024-12-20T21:16:00.269Z | Downloaded humantime v2.1.0 |
531 | 2024-12-20T21:16:00.269Z | Downloaded bcrypt-pbkdf v0.10.0 |
532 | 2024-12-20T21:16:00.272Z | Downloaded async-trait v0.1.83 |
533 | 2024-12-20T21:16:00.274Z | Downloaded libefi-sys v0.1.0 |
534 | 2024-12-20T21:16:00.277Z | Downloaded lazycell v1.3.0 |
535 | 2024-12-20T21:16:00.280Z | Downloaded maybe-uninit v2.0.0 |
536 | 2024-12-20T21:16:00.280Z | Downloaded ciborium-ll v0.2.2 |
537 | 2024-12-20T21:16:00.283Z | Downloaded hickory-client v0.24.1 |
538 | 2024-12-20T21:16:00.285Z | Downloaded icu_locid_transform v1.5.0 |
539 | 2024-12-20T21:16:00.288Z | Downloaded lazy_static v1.5.0 |
540 | 2024-12-20T21:16:00.291Z | Downloaded crc32fast v1.4.2 |
541 | 2024-12-20T21:16:00.293Z | Downloaded argon2 v0.5.3 |
542 | 2024-12-20T21:16:00.296Z | Downloaded litemap v0.7.3 |
543 | 2024-12-20T21:16:00.298Z | Downloaded const_format_proc_macros v0.2.33 |
544 | 2024-12-20T21:16:00.301Z | Downloaded ipnet v2.10.1 |
545 | 2024-12-20T21:16:00.303Z | Downloaded heapless v0.7.17 |
546 | 2024-12-20T21:16:00.308Z | Downloaded quinn-udp v0.5.5 |
547 | 2024-12-20T21:16:00.311Z | Downloaded mime v0.3.17 |
548 | 2024-12-20T21:16:00.313Z | Downloaded heapless v0.8.0 |
549 | 2024-12-20T21:16:00.318Z | Downloaded try-lock v0.2.5 |
550 | 2024-12-20T21:16:00.321Z | Downloaded take_mut v0.2.2 |
551 | 2024-12-20T21:16:00.321Z | Downloaded simd-adler32 v0.3.7 |
552 | 2024-12-20T21:16:00.323Z | Downloaded want v0.3.1 |
553 | 2024-12-20T21:16:00.323Z | Downloaded chacha20 v0.9.1 |
554 | 2024-12-20T21:16:00.326Z | Downloaded diesel_table_macro_syntax v0.2.0 |
555 | 2024-12-20T21:16:00.328Z | Downloaded derive_builder_macro v0.20.2 |
556 | 2024-12-20T21:16:00.333Z | Downloaded serde-hex v0.1.0 |
557 | 2024-12-20T21:16:00.337Z | Downloaded schemars_derive v0.8.21 |
558 | 2024-12-20T21:16:00.337Z | Downloaded serde-big-array v0.5.1 |
559 | 2024-12-20T21:16:00.337Z | Downloaded rand_chacha v0.3.1 |
560 | 2024-12-20T21:16:00.339Z | Downloaded icu_locid v1.5.0 |
561 | 2024-12-20T21:16:00.342Z | Downloaded semver v0.1.20 |
562 | 2024-12-20T21:16:00.344Z | Downloaded memmap2 v0.9.5 |
563 | 2024-12-20T21:16:00.347Z | Downloaded mime_guess v2.0.5 |
564 | 2024-12-20T21:16:00.349Z | Downloaded foreign-types-shared v0.3.1 |
565 | 2024-12-20T21:16:00.349Z | Downloaded slog-scope v4.4.0 |
566 | 2024-12-20T21:16:00.351Z | Downloaded csv-core v0.1.11 |
567 | 2024-12-20T21:16:00.353Z | Downloaded ipnetwork v0.20.0 |
568 | 2024-12-20T21:16:00.356Z | Downloaded crossbeam-deque v0.8.5 |
569 | 2024-12-20T21:16:00.359Z | Downloaded slog-json v2.6.1 |
570 | 2024-12-20T21:16:00.361Z | Downloaded thiserror-no-std v2.0.2 |
571 | 2024-12-20T21:16:00.365Z | Downloaded icu_provider v1.5.0 |
572 | 2024-12-20T21:16:00.368Z | Downloaded cookie v0.18.1 |
573 | 2024-12-20T21:16:00.371Z | Downloaded const-oid v0.9.6 |
574 | 2024-12-20T21:16:00.375Z | Downloaded tui-tree-widget v0.22.0 |
575 | 2024-12-20T21:16:00.377Z | Downloaded ssh-encoding v0.2.0 |
576 | 2024-12-20T21:16:00.379Z | Downloaded diesel-dtrace v0.4.2 |
577 | 2024-12-20T21:16:00.381Z | Downloaded zone v0.3.0 |
578 | 2024-12-20T21:16:00.383Z | Downloaded zeroize v1.8.1 |
579 | 2024-12-20T21:16:00.383Z | Downloaded tabwriter v1.4.0 |
580 | 2024-12-20T21:16:00.385Z | Downloaded arc-swap v1.7.1 |
581 | 2024-12-20T21:16:00.389Z | Downloaded allocator-api2 v0.2.18 |
582 | 2024-12-20T21:16:00.393Z | Downloaded opaque-debug v0.3.1 |
583 | 2024-12-20T21:16:00.396Z | Downloaded synstructure v0.13.1 |
584 | 2024-12-20T21:16:00.398Z | Downloaded rfc6979 v0.4.0 |
585 | 2024-12-20T21:16:00.399Z | Downloaded serde_derive_internals v0.29.1 |
586 | 2024-12-20T21:16:00.401Z | Downloaded fragile v2.0.0 |
587 | 2024-12-20T21:16:00.403Z | Downloaded pretty-hex v0.2.1 |
588 | 2024-12-20T21:16:00.403Z | Downloaded form_urlencoded v1.2.1 |
589 | 2024-12-20T21:16:00.405Z | Downloaded float-cmp v0.9.0 |
590 | 2024-12-20T21:16:00.408Z | Downloaded indicatif v0.17.9 |
591 | 2024-12-20T21:16:00.411Z | Downloaded tokio-rustls v0.26.0 |
592 | 2024-12-20T21:16:00.413Z | Downloaded embedded-io v0.6.1 |
593 | 2024-12-20T21:16:00.416Z | Downloaded tinyvec_macros v0.1.1 |
594 | 2024-12-20T21:16:00.416Z | Downloaded zone v0.1.8 |
595 | 2024-12-20T21:16:00.418Z | Downloaded ed25519 v2.2.3 |
596 | 2024-12-20T21:16:00.420Z | Downloaded vte_generate_state_changes v0.1.2 |
597 | 2024-12-20T21:16:00.435Z | Downloaded dhcproto-macros v0.1.0 |
598 | 2024-12-20T21:16:00.435Z | Downloaded waitgroup v0.1.2 |
599 | 2024-12-20T21:16:00.435Z | Downloaded time-core v0.1.2 |
600 | 2024-12-20T21:16:00.435Z | Downloaded either v1.13.0 |
601 | 2024-12-20T21:16:00.435Z | Downloaded twox-hash v1.6.3 |
602 | 2024-12-20T21:16:00.435Z | Downloaded percent-encoding v2.3.1 |
603 | 2024-12-20T21:16:00.435Z | Downloaded num v0.4.3 |
604 | 2024-12-20T21:16:00.438Z | Downloaded crc-any v2.5.0 |
605 | 2024-12-20T21:16:00.438Z | Downloaded ppv-lite86 v0.2.20 |
606 | 2024-12-20T21:16:00.438Z | Downloaded yasna v0.5.2 |
607 | 2024-12-20T21:16:00.441Z | Downloaded compact_str v0.8.0 |
608 | 2024-12-20T21:16:00.443Z | Downloaded base64 v0.13.1 |
609 | 2024-12-20T21:16:00.446Z | Downloaded icu_collections v1.5.0 |
610 | 2024-12-20T21:16:00.453Z | Downloaded newtype_derive v0.1.6 |
611 | 2024-12-20T21:16:00.456Z | Downloaded peg-runtime v0.8.3 |
612 | 2024-12-20T21:16:00.459Z | Downloaded chacha20poly1305 v0.10.1 |
613 | 2024-12-20T21:16:00.461Z | Downloaded rustversion v1.0.17 |
614 | 2024-12-20T21:16:00.463Z | Downloaded serde_urlencoded v0.7.1 |
615 | 2024-12-20T21:16:00.465Z | Downloaded pem v3.0.4 |
616 | 2024-12-20T21:16:00.467Z | Downloaded hyper-util v0.1.10 |
617 | 2024-12-20T21:16:00.472Z | Downloaded tls_codec_derive v0.4.1 |
618 | 2024-12-20T21:16:00.476Z | Downloaded strip-ansi-escapes v0.2.0 |
619 | 2024-12-20T21:16:00.476Z | Downloaded stringprep v0.1.5 |
620 | 2024-12-20T21:16:00.478Z | Downloaded number_prefix v0.4.0 |
621 | 2024-12-20T21:16:00.478Z | Downloaded num_threads v0.1.7 |
622 | 2024-12-20T21:16:00.481Z | Downloaded zerovec-derive v0.10.3 |
623 | 2024-12-20T21:16:00.485Z | Downloaded primeorder v0.13.6 |
624 | 2024-12-20T21:16:00.485Z | Downloaded wait-timeout v0.2.0 |
625 | 2024-12-20T21:16:00.487Z | Downloaded resolv-conf v0.7.0 |
626 | 2024-12-20T21:16:00.489Z | Downloaded ref-cast-impl v1.0.23 |
627 | 2024-12-20T21:16:00.489Z | Downloaded parking_lot_core v0.8.6 |
628 | 2024-12-20T21:16:00.492Z | Downloaded pem-rfc7468 v0.7.0 |
629 | 2024-12-20T21:16:00.499Z | Downloaded der_derive v0.7.3 |
630 | 2024-12-20T21:16:00.501Z | Downloaded tracing-attributes v0.1.27 |
631 | 2024-12-20T21:16:00.501Z | Downloaded prettyplease v0.2.25 |
632 | 2024-12-20T21:16:00.504Z | Downloaded hickory-resolver v0.24.1 |
633 | 2024-12-20T21:16:00.509Z | Downloaded phf_shared v0.10.0 |
634 | 2024-12-20T21:16:00.512Z | Downloaded hickory-server v0.24.1 |
635 | 2024-12-20T21:16:00.516Z | Downloaded progenitor-client v0.8.0 |
636 | 2024-12-20T21:16:00.521Z | Downloaded universal-hash v0.5.1 |
637 | 2024-12-20T21:16:00.521Z | Downloaded newtype-uuid v1.1.3 |
638 | 2024-12-20T21:16:00.523Z | Downloaded similar v2.6.0 |
639 | 2024-12-20T21:16:00.526Z | Downloaded miniz_oxide v0.8.0 |
640 | 2024-12-20T21:16:00.529Z | Downloaded tls_codec v0.4.1 |
641 | 2024-12-20T21:16:00.532Z | Downloaded debug-ignore v1.0.5 |
642 | 2024-12-20T21:16:00.534Z | Downloaded des v0.8.1 |
643 | 2024-12-20T21:16:00.537Z | Downloaded yoke-derive v0.7.4 |
644 | 2024-12-20T21:16:00.540Z | Downloaded walkdir v2.5.0 |
645 | 2024-12-20T21:16:00.542Z | Downloaded darling_macro v0.20.10 |
646 | 2024-12-20T21:16:00.542Z | Downloaded futures-channel v0.3.31 |
647 | 2024-12-20T21:16:00.544Z | Downloaded sync_wrapper v1.0.1 |
648 | 2024-12-20T21:16:00.547Z | Downloaded sync-ptr v0.1.1 |
649 | 2024-12-20T21:16:00.547Z | Downloaded phf_shared v0.11.2 |
650 | 2024-12-20T21:16:00.549Z | Downloaded tower-service v0.3.3 |
651 | 2024-12-20T21:16:00.549Z | Downloaded group v0.13.0 |
652 | 2024-12-20T21:16:00.552Z | Downloaded futures-executor v0.3.31 |
653 | 2024-12-20T21:16:00.555Z | Downloaded futures-core v0.3.31 |
654 | 2024-12-20T21:16:00.558Z | Downloaded r2d2 v0.8.10 |
655 | 2024-12-20T21:16:00.558Z | Downloaded ff v0.13.0 |
656 | 2024-12-20T21:16:00.569Z | Downloaded oso-derive v0.27.3 |
657 | 2024-12-20T21:16:00.573Z | Downloaded tap v1.0.1 |
658 | 2024-12-20T21:16:00.573Z | Downloaded headers v0.4.0 |
659 | 2024-12-20T21:16:00.578Z | Downloaded tinyvec v1.8.0 |
660 | 2024-12-20T21:16:00.582Z | Downloaded endian-type v0.1.2 |
661 | 2024-12-20T21:16:00.585Z | Downloaded phf v0.11.2 |
662 | 2024-12-20T21:16:00.585Z | Downloaded defmt-parser v0.3.4 |
663 | 2024-12-20T21:16:00.588Z | Downloaded enum-as-inner v0.6.1 |
664 | 2024-12-20T21:16:00.588Z | Downloaded defmt-macros v0.3.9 |
665 | 2024-12-20T21:16:00.592Z | Downloaded yoke v0.7.4 |
666 | 2024-12-20T21:16:00.594Z | Downloaded dhcproto v0.12.0 |
667 | 2024-12-20T21:16:00.598Z | Downloaded backtrace v0.3.74 |
668 | 2024-12-20T21:16:00.603Z | Downloaded omicron-zone-package v0.11.1 |
669 | 2024-12-20T21:16:00.608Z | Downloaded futures-macro v0.3.31 |
670 | 2024-12-20T21:16:00.611Z | Downloaded foldhash v0.1.3 |
671 | 2024-12-20T21:16:00.611Z | Downloaded salsa20 v0.10.2 |
672 | 2024-12-20T21:16:00.615Z | Downloaded defmt v0.3.8 |
673 | 2024-12-20T21:16:00.617Z | Downloaded psl-types v2.0.11 |
674 | 2024-12-20T21:16:00.617Z | Downloaded sigpipe v0.1.3 |
675 | 2024-12-20T21:16:00.619Z | Downloaded signal-hook-tokio v0.3.1 |
676 | 2024-12-20T21:16:00.623Z | Downloaded snafu-derive v0.8.5 |
677 | 2024-12-20T21:16:00.623Z | Downloaded multer v3.1.0 |
678 | 2024-12-20T21:16:00.627Z | Downloaded tracing-core v0.1.32 |
679 | 2024-12-20T21:16:00.629Z | Downloaded downcast v0.11.0 |
680 | 2024-12-20T21:16:00.631Z | Downloaded dropshot_endpoint v0.13.0 |
681 | 2024-12-20T21:16:00.636Z | Downloaded elliptic-curve v0.13.8 |
682 | 2024-12-20T21:16:00.638Z | Downloaded diesel_derives v2.2.3 |
683 | 2024-12-20T21:16:00.645Z | Downloaded scrypt v0.11.0 |
684 | 2024-12-20T21:16:00.649Z | Downloaded bumpalo v3.16.0 |
685 | 2024-12-20T21:16:00.649Z | Downloaded enum-as-inner v0.5.1 |
686 | 2024-12-20T21:16:00.652Z | Downloaded dirs-next v2.0.0 |
687 | 2024-12-20T21:16:00.655Z | Downloaded idna v1.0.3 |
688 | 2024-12-20T21:16:00.658Z | Downloaded unicode-truncate v1.1.0 |
689 | 2024-12-20T21:16:00.663Z | Downloaded thiserror-impl-no-std v2.0.2 |
690 | 2024-12-20T21:16:00.665Z | Downloaded siphasher v0.3.11 |
691 | 2024-12-20T21:16:00.665Z | Downloaded libm v0.2.8 |
692 | 2024-12-20T21:16:00.672Z | Downloaded termtree v0.4.1 |
693 | 2024-12-20T21:16:00.676Z | Downloaded progenitor-macro v0.8.0 |
694 | 2024-12-20T21:16:00.677Z | Downloaded russh-cryptovec v0.7.3 |
695 | 2024-12-20T21:16:00.677Z | Downloaded postgres-types v0.2.8 |
696 | 2024-12-20T21:16:00.682Z | Downloaded tokio-macros v2.4.0 |
697 | 2024-12-20T21:16:00.682Z | Downloaded olpc-cjson v0.1.4 |
698 | 2024-12-20T21:16:00.684Z | Downloaded termios v0.3.3 |
699 | 2024-12-20T21:16:00.684Z | Downloaded signal-hook-mio v0.2.4 |
700 | 2024-12-20T21:16:00.688Z | Downloaded zerofrom v0.1.4 |
701 | 2024-12-20T21:16:00.688Z | Downloaded shlex v1.3.0 |
702 | 2024-12-20T21:16:00.692Z | Downloaded vte v0.11.1 |
703 | 2024-12-20T21:16:00.692Z | Downloaded typify v0.2.0 |
704 | 2024-12-20T21:16:00.694Z | Downloaded normalize-line-endings v0.3.0 |
705 | 2024-12-20T21:16:00.701Z | Downloaded hash32 v0.3.1 |
706 | 2024-12-20T21:16:00.705Z | Downloaded publicsuffix v2.2.3 |
707 | 2024-12-20T21:16:00.705Z | Downloaded hash32 v0.2.1 |
708 | 2024-12-20T21:16:00.705Z | Downloaded strum v0.26.3 |
709 | 2024-12-20T21:16:00.705Z | Downloaded itertools v0.12.1 |
710 | 2024-12-20T21:16:00.711Z | Downloaded display-error-chain v0.2.2 |
711 | 2024-12-20T21:16:00.713Z | Downloaded aes-gcm v0.10.3 |
712 | 2024-12-20T21:16:00.718Z | Downloaded path-slash v0.1.5 |
713 | 2024-12-20T21:16:00.723Z | Downloaded openssl-probe v0.1.5 |
714 | 2024-12-20T21:16:00.723Z | Downloaded futures-io v0.3.31 |
715 | 2024-12-20T21:16:00.723Z | Downloaded ron v0.7.1 |
716 | 2024-12-20T21:16:00.726Z | Downloaded rustfmt-wrapper v0.2.1 |
717 | 2024-12-20T21:16:00.730Z | Downloaded rustc-hash v1.1.0 |
718 | 2024-12-20T21:16:00.736Z | Downloaded pin-utils v0.1.0 |
719 | 2024-12-20T21:16:00.736Z | Downloaded peg v0.8.4 |
720 | 2024-12-20T21:16:00.738Z | Downloaded unsafe-libyaml v0.2.11 |
721 | 2024-12-20T21:16:00.741Z | Downloaded unicode-xid v0.2.6 |
722 | 2024-12-20T21:16:00.741Z | Downloaded rustls-pemfile v1.0.4 |
723 | 2024-12-20T21:16:00.744Z | Downloaded rtoolbox v0.0.2 |
724 | 2024-12-20T21:16:00.748Z | Downloaded num-conv v0.1.0 |
725 | 2024-12-20T21:16:00.748Z | Downloaded new_debug_unreachable v1.0.6 |
726 | 2024-12-20T21:16:00.748Z | Downloaded signature v2.2.0 |
727 | 2024-12-20T21:16:00.753Z | Downloaded unarray v0.1.4 |
728 | 2024-12-20T21:16:00.756Z | Downloaded fallible-iterator v0.2.0 |
729 | 2024-12-20T21:16:00.756Z | Downloaded env_filter v0.1.2 |
730 | 2024-12-20T21:16:00.756Z | Downloaded aes v0.8.4 |
731 | 2024-12-20T21:16:00.761Z | Downloaded globset v0.4.15 |
732 | 2024-12-20T21:16:00.765Z | Downloaded getrandom v0.2.15 |
733 | 2024-12-20T21:16:00.769Z | Downloaded ed25519-dalek v2.1.1 |
734 | 2024-12-20T21:16:00.769Z | Downloaded openssl-macros v0.1.1 |
735 | 2024-12-20T21:16:00.773Z | Downloaded hyper v1.5.0 |
736 | 2024-12-20T21:16:00.779Z | Downloaded whoami v1.5.2 |
737 | 2024-12-20T21:16:00.782Z | Downloaded unicode-properties v0.1.3 |
738 | 2024-12-20T21:16:00.784Z | Downloaded futures v0.3.31 |
739 | 2024-12-20T21:16:00.790Z | Downloaded foreign-types v0.3.2 |
740 | 2024-12-20T21:16:00.794Z | Downloaded pbkdf2 v0.12.2 |
741 | 2024-12-20T21:16:00.794Z | Downloaded float-ord v0.3.2 |
742 | 2024-12-20T21:16:00.794Z | Downloaded termcolor v1.4.1 |
743 | 2024-12-20T21:16:00.797Z | Downloaded pin-project-lite v0.2.14 |
744 | 2024-12-20T21:16:00.802Z | Downloaded which v4.4.2 |
745 | 2024-12-20T21:16:00.807Z | Downloaded tokio-tungstenite v0.23.1 |
746 | 2024-12-20T21:16:00.810Z | Downloaded signal-hook v0.3.17 |
747 | 2024-12-20T21:16:00.810Z | Downloaded tokio-postgres v0.7.12 |
748 | 2024-12-20T21:16:00.815Z | Downloaded fallible-streaming-iterator v0.1.9 |
749 | 2024-12-20T21:16:00.821Z | Downloaded env_logger v0.10.2 |
750 | 2024-12-20T21:16:00.825Z | Downloaded num-derive v0.4.2 |
751 | 2024-12-20T21:16:00.825Z | Downloaded half v2.4.1 |
752 | 2024-12-20T21:16:00.829Z | Downloaded native-tls v0.2.12 |
753 | 2024-12-20T21:16:00.829Z | Downloaded write16 v1.0.0 |
754 | 2024-12-20T21:16:00.832Z | Downloaded openssl-sys v0.9.103 |
755 | 2024-12-20T21:16:00.837Z | Downloaded progenitor v0.8.0 |
756 | 2024-12-20T21:16:00.841Z | Downloaded crossterm v0.28.1 |
757 | 2024-12-20T21:16:00.847Z | Downloaded derive-where v1.2.7 |
758 | 2024-12-20T21:16:00.850Z | Downloaded flagset v0.4.6 |
759 | 2024-12-20T21:16:00.854Z | Downloaded structmeta v0.3.0 |
760 | 2024-12-20T21:16:00.854Z | Downloaded proc-macro-crate v1.3.1 |
761 | 2024-12-20T21:16:00.856Z | Downloaded num_enum_derive v0.5.11 |
762 | 2024-12-20T21:16:00.856Z | Downloaded hashbrown v0.12.3 |
763 | 2024-12-20T21:16:00.860Z | Downloaded vsss-rs v3.3.4 |
764 | 2024-12-20T21:16:00.862Z | Downloaded untrusted v0.7.1 |
765 | 2024-12-20T21:16:00.865Z | Downloaded thiserror v2.0.3 |
766 | 2024-12-20T21:16:00.870Z | Downloaded mirai-annotations v1.12.0 |
767 | 2024-12-20T21:16:00.872Z | Downloaded derive_builder v0.20.2 |
768 | 2024-12-20T21:16:00.876Z | Downloaded sqlparser_derive v0.2.2 |
769 | 2024-12-20T21:16:00.879Z | Downloaded foreign-types-macros v0.2.3 |
770 | 2024-12-20T21:16:00.879Z | Downloaded nu-ansi-term v0.50.1 |
771 | 2024-12-20T21:16:00.882Z | Downloaded polyval v0.6.2 |
772 | 2024-12-20T21:16:00.885Z | Downloaded precomputed-hash v0.1.1 |
773 | 2024-12-20T21:16:00.885Z | Downloaded russh-keys v0.45.0 |
774 | 2024-12-20T21:16:00.892Z | Downloaded smallvec v1.13.2 |
775 | 2024-12-20T21:16:00.895Z | Downloaded fixedbitset v0.4.2 |
776 | 2024-12-20T21:16:00.895Z | Downloaded zone_cfg_derive v0.3.0 |
777 | 2024-12-20T21:16:00.896Z | Downloaded pkcs5 v0.7.1 |
778 | 2024-12-20T21:16:00.910Z | Downloaded aho-corasick v1.1.3 |
779 | 2024-12-20T21:16:00.920Z | Downloaded subtle v2.6.1 |
780 | 2024-12-20T21:16:00.920Z | Downloaded scopeguard v1.2.0 |
781 | 2024-12-20T21:16:00.920Z | Downloaded fd-lock v4.0.2 |
782 | 2024-12-20T21:16:00.920Z | Downloaded supports-color v3.0.1 |
783 | 2024-12-20T21:16:00.920Z | Downloaded serde_with_macros v3.11.0 |
784 | 2024-12-20T21:16:00.920Z | Downloaded nanorand v0.7.0 |
785 | 2024-12-20T21:16:00.920Z | Downloaded strum_macros v0.25.3 |
786 | 2024-12-20T21:16:00.929Z | Downloaded term v0.7.0 |
787 | 2024-12-20T21:16:00.929Z | Downloaded rustyline v14.0.0 |
788 | 2024-12-20T21:16:00.932Z | Downloaded sha1 v0.10.6 |
789 | 2024-12-20T21:16:00.933Z | Downloaded packed_struct v0.10.1 |
790 | 2024-12-20T21:16:00.933Z | Downloaded fallible-iterator v0.3.0 |
791 | 2024-12-20T21:16:00.933Z | Downloaded utf-8 v0.7.6 |
792 | 2024-12-20T21:16:00.937Z | Downloaded slog-bunyan v2.5.0 |
793 | 2024-12-20T21:16:00.937Z | Downloaded mockall v0.13.0 |
794 | 2024-12-20T21:16:00.942Z | Downloaded fatfs v0.3.6 |
795 | 2024-12-20T21:16:00.942Z | Downloaded num_enum v0.5.11 |
796 | 2024-12-20T21:16:00.944Z | Downloaded toolchain_find v0.4.0 |
797 | 2024-12-20T21:16:00.947Z | Downloaded spki v0.7.3 |
798 | 2024-12-20T21:16:00.949Z | Downloaded deranged v0.3.11 |
799 | 2024-12-20T21:16:00.952Z | Downloaded powerfmt v0.2.0 |
800 | 2024-12-20T21:16:00.952Z | Downloaded slog-stdlog v4.1.1 |
801 | 2024-12-20T21:16:00.956Z | Downloaded difflib v0.4.0 |
802 | 2024-12-20T21:16:00.956Z | Downloaded untrusted v0.9.0 |
803 | 2024-12-20T21:16:00.959Z | Downloaded paste v1.0.15 |
804 | 2024-12-20T21:16:00.959Z | Downloaded structmeta v0.2.0 |
805 | 2024-12-20T21:16:00.962Z | Downloaded utf8_iter v1.0.4 |
806 | 2024-12-20T21:16:00.962Z | Downloaded same-file v1.0.6 |
807 | 2024-12-20T21:16:00.966Z | Downloaded smallvec v0.6.14 |
808 | 2024-12-20T21:16:00.966Z | Downloaded x509-cert v0.2.5 |
809 | 2024-12-20T21:16:00.972Z | Downloaded writeable v0.5.5 |
810 | 2024-12-20T21:16:00.974Z | Downloaded nodrop v0.1.14 |
811 | 2024-12-20T21:16:00.974Z | Downloaded derive_builder_core v0.20.2 |
812 | 2024-12-20T21:16:00.977Z | Downloaded slog-async v2.8.0 |
813 | 2024-12-20T21:16:00.981Z | Downloaded radium v0.7.0 |
814 | 2024-12-20T21:16:00.981Z | Downloaded toml_edit v0.19.15 |
815 | 2024-12-20T21:16:00.997Z | Downloaded parse-display-derive v0.10.0 |
816 | 2024-12-20T21:16:01.003Z | Downloaded parking_lot_core v0.9.10 |
817 | 2024-12-20T21:16:01.005Z | Downloaded test-strategy v0.3.1 |
818 | 2024-12-20T21:16:01.005Z | Downloaded rcgen v0.12.1 |
819 | 2024-12-20T21:16:01.007Z | Downloaded num-iter v0.1.45 |
820 | 2024-12-20T21:16:01.010Z | Downloaded dunce v1.0.5 |
821 | 2024-12-20T21:16:01.010Z | Downloaded mio v1.0.2 |
822 | 2024-12-20T21:16:01.016Z | Downloaded num-integer v0.1.46 |
823 | 2024-12-20T21:16:01.019Z | Downloaded predicates v3.1.2 |
824 | 2024-12-20T21:16:01.021Z | Downloaded slog v2.7.0 |
825 | 2024-12-20T21:16:01.024Z | Downloaded scheduled-thread-pool v0.2.7 |
826 | 2024-12-20T21:16:01.026Z | Downloaded poly1305 v0.8.0 |
827 | 2024-12-20T21:16:01.028Z | Downloaded mockall_derive v0.13.0 |
828 | 2024-12-20T21:16:01.032Z | Downloaded flume v0.11.1 |
829 | 2024-12-20T21:16:01.035Z | Downloaded dsl_auto_type v0.1.2 |
830 | 2024-12-20T21:16:01.038Z | Downloaded tokio-tungstenite v0.24.0 |
831 | 2024-12-20T21:16:01.042Z | Downloaded postcard v1.0.10 |
832 | 2024-12-20T21:16:01.044Z | Downloaded dropshot_endpoint v0.12.0 |
833 | 2024-12-20T21:16:01.048Z | Downloaded uuid v1.11.0 |
834 | 2024-12-20T21:16:01.051Z | Downloaded expectorate v1.1.0 |
835 | 2024-12-20T21:16:01.053Z | Downloaded icu_properties_data v1.5.0 |
836 | 2024-12-20T21:16:01.062Z | Downloaded slog-dtrace v0.3.0 |
837 | 2024-12-20T21:16:01.066Z | Downloaded sqlformat v0.2.6 |
838 | 2024-12-20T21:16:01.066Z | Downloaded wyz v0.5.1 |
839 | 2024-12-20T21:16:01.072Z | Downloaded tokio-stream v0.1.16 |
840 | 2024-12-20T21:16:01.076Z | Downloaded tar v0.4.42 |
841 | 2024-12-20T21:16:01.078Z | Downloaded num-rational v0.4.2 |
842 | 2024-12-20T21:16:01.078Z | Downloaded zip v0.6.6 |
843 | 2024-12-20T21:16:01.081Z | Downloaded socket2 v0.5.7 |
844 | 2024-12-20T21:16:01.085Z | Downloaded quinn v0.11.5 |
845 | 2024-12-20T21:16:01.089Z | Downloaded qorb v0.2.1 |
846 | 2024-12-20T21:16:01.093Z | Downloaded serde_yaml v0.9.34+deprecated |
847 | 2024-12-20T21:16:01.099Z | Downloaded parse-zoneinfo v0.3.1 |
848 | 2024-12-20T21:16:01.102Z | Downloaded blake3 v1.5.4 |
849 | 2024-12-20T21:16:01.107Z | Downloaded utf16_iter v1.0.5 |
850 | 2024-12-20T21:16:01.110Z | Downloaded url v2.5.3 |
851 | 2024-12-20T21:16:01.113Z | Downloaded hashbrown v0.14.5 |
852 | 2024-12-20T21:16:01.120Z | Downloaded der v0.7.9 |
853 | 2024-12-20T21:16:01.124Z | Downloaded idna v0.2.3 |
854 | 2024-12-20T21:16:01.132Z | Downloaded diff v0.1.13 |
855 | 2024-12-20T21:16:01.136Z | Downloaded salty v0.3.0 |
856 | 2024-12-20T21:16:01.150Z | Downloaded futures-util v0.3.31 |
857 | 2024-12-20T21:16:01.157Z | Downloaded toml v0.7.8 |
858 | 2024-12-20T21:16:01.160Z | Downloaded unicode_categories v0.1.1 |
859 | 2024-12-20T21:16:01.163Z | Downloaded russh v0.45.0 |
860 | 2024-12-20T21:16:01.170Z | Downloaded reedline v0.35.0 |
861 | 2024-12-20T21:16:01.177Z | Downloaded rusqlite v0.32.1 |
862 | 2024-12-20T21:16:01.184Z | Downloaded rustls-pki-types v1.10.0 |
863 | 2024-12-20T21:16:01.188Z | Downloaded nom v7.1.3 |
864 | 2024-12-20T21:16:01.194Z | Downloaded bindgen v0.69.5 |
865 | 2024-12-20T21:16:01.202Z | Downloaded tokio-util v0.7.12 |
866 | 2024-12-20T21:16:01.210Z | Downloaded flate2 v1.0.34 |
867 | 2024-12-20T21:16:01.215Z | Downloaded tough v0.19.0 |
868 | 2024-12-20T21:16:01.225Z | Downloaded time v0.3.36 |
869 | 2024-12-20T21:16:01.232Z | Downloaded unicode-normalization v0.1.24 |
870 | 2024-12-20T21:16:01.236Z | Downloaded trust-dns-proto v0.22.0 |
871 | 2024-12-20T21:16:01.249Z | Downloaded zip v2.1.3 |
872 | 2024-12-20T21:16:01.254Z | Downloaded h2 v0.4.6 |
873 | 2024-12-20T21:16:01.261Z | Downloaded bitvec v1.0.1 |
874 | 2024-12-20T21:16:01.279Z | Downloaded zerocopy v0.8.10 |
875 | 2024-12-20T21:16:01.303Z | Downloaded rustls-webpki v0.102.8 |
876 | 2024-12-20T21:16:01.323Z | Downloaded p384 v0.13.0 |
877 | 2024-12-20T21:16:01.328Z | Downloaded smoltcp v0.9.1 |
878 | 2024-12-20T21:16:01.341Z | Downloaded quinn-proto v0.11.8 |
879 | 2024-12-20T21:16:01.346Z | Downloaded hickory-proto v0.24.1 |
880 | 2024-12-20T21:16:01.366Z | Downloaded vcpkg v0.2.15 |
881 | 2024-12-20T21:16:01.403Z | Downloaded winnow v0.5.40 |
882 | 2024-12-20T21:16:01.410Z | Downloaded portable-atomic v1.9.0 |
883 | 2024-12-20T21:16:01.417Z | Downloaded dropshot v0.12.0 |
884 | 2024-12-20T21:16:01.437Z | Downloaded sqlparser v0.45.0 |
885 | 2024-12-20T21:16:01.443Z | Downloaded polar-core v0.27.3 |
886 | 2024-12-20T21:16:01.454Z | Downloaded nix v0.27.1 |
887 | 2024-12-20T21:16:01.464Z | Downloaded rustls v0.22.4 |
888 | 2024-12-20T21:16:01.477Z | Downloaded nix v0.28.0 |
889 | 2024-12-20T21:16:01.490Z | Downloaded regress v0.10.1 |
890 | 2024-12-20T21:16:01.499Z | Downloaded object v0.36.5 |
891 | 2024-12-20T21:16:01.512Z | Downloaded diesel v2.2.6 |
892 | 2024-12-20T21:16:01.530Z | Downloaded chrono-tz v0.10.0 |
893 | 2024-12-20T21:16:01.538Z | Downloaded typify-impl v0.2.0 |
894 | 2024-12-20T21:16:01.557Z | Downloaded gimli v0.31.1 |
895 | 2024-12-20T21:16:01.564Z | Downloaded regex-syntax v0.8.5 |
896 | 2024-12-20T21:16:01.573Z | Downloaded sled v0.34.7 |
897 | 2024-12-20T21:16:01.583Z | Downloaded rustls v0.23.19 |
898 | 2024-12-20T21:16:01.597Z | Downloaded radix_trie v0.2.1 |
899 | 2024-12-20T21:16:01.602Z | Downloaded smoltcp v0.11.0 |
900 | 2024-12-20T21:16:01.615Z | Downloaded dropshot v0.13.0 |
901 | 2024-12-20T21:16:01.636Z | Downloaded bstr v1.10.0 |
902 | 2024-12-20T21:16:01.646Z | Downloaded regress v0.9.1 |
903 | 2024-12-20T21:16:01.655Z | Downloaded nix v0.29.0 |
904 | 2024-12-20T21:16:01.667Z | Downloaded lzma-sys v0.1.20 |
905 | 2024-12-20T21:16:01.696Z | Downloaded regex-syntax v0.6.29 |
906 | 2024-12-20T21:16:01.704Z | Downloaded openapiv3 v2.0.0 |
907 | 2024-12-20T21:16:01.715Z | Downloaded proptest v1.5.0 |
908 | 2024-12-20T21:16:01.725Z | Downloaded libz-sys v1.1.20 |
909 | 2024-12-20T21:16:01.746Z | Downloaded curve25519-dalek v4.1.3 |
910 | 2024-12-20T21:16:01.755Z | Downloaded object v0.30.4 |
911 | 2024-12-20T21:16:01.764Z | Downloaded openssl v0.10.66 |
912 | 2024-12-20T21:16:01.774Z | Downloaded ratatui v0.28.1 |
913 | 2024-12-20T21:16:01.797Z | Downloaded unicode-width v0.2.0 |
914 | 2024-12-20T21:16:01.800Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
915 | 2024-12-20T21:16:01.816Z | Downloaded rustls v0.21.12 |
916 | 2024-12-20T21:16:01.824Z | Downloaded petname v2.0.2 |
917 | 2024-12-20T21:16:01.829Z | Downloaded zerocopy-derive v0.6.6 |
918 | 2024-12-20T21:16:01.839Z | Downloaded regex-automata v0.4.8 |
919 | 2024-12-20T21:16:01.859Z | Downloaded regex v1.11.1 |
920 | 2024-12-20T21:16:01.872Z | Downloaded git2 v0.19.0 |
921 | 2024-12-20T21:16:01.877Z | Downloaded p521 v0.13.3 |
922 | 2024-12-20T21:16:01.881Z | Downloaded reqwest v0.12.9 |
923 | 2024-12-20T21:16:01.889Z | Downloaded webpki-roots v0.26.6 |
924 | 2024-12-20T21:16:01.893Z | Downloaded idna v0.4.0 |
925 | 2024-12-20T21:16:01.900Z | Downloaded idna v0.3.0 |
926 | 2024-12-20T21:16:01.909Z | Downloaded petgraph v0.6.5 |
927 | 2024-12-20T21:16:01.925Z | Downloaded chrono v0.4.38 |
928 | 2024-12-20T21:16:01.932Z | Downloaded idna v0.5.0 |
929 | 2024-12-20T21:16:01.939Z | Downloaded schemars v0.8.21 |
930 | 2024-12-20T21:16:01.950Z | Downloaded rustls-webpki v0.101.7 |
931 | 2024-12-20T21:16:01.964Z | Downloaded aws-lc-rs v1.10.0 |
932 | 2024-12-20T21:16:01.974Z | Downloaded subprocess v0.2.9 |
933 | 2024-12-20T21:16:01.977Z | Downloaded tokio v1.40.0 |
934 | 2024-12-20T21:16:02.014Z | Downloaded csv v1.3.0 |
935 | 2024-12-20T21:16:02.033Z | Downloaded quick-xml v0.33.0 |
936 | 2024-12-20T21:16:02.040Z | Downloaded zerocopy-derive v0.8.10 |
937 | 2024-12-20T21:16:02.046Z | Downloaded sha3 v0.10.8 |
938 | 2024-12-20T21:16:02.050Z | Downloaded typed-path v0.9.3 |
939 | 2024-12-20T21:16:02.056Z | Downloaded unicode-segmentation v1.12.0 |
940 | 2024-12-20T21:16:02.060Z | Downloaded lalrpop v0.19.12 |
941 | 2024-12-20T21:16:02.071Z | Downloaded password-hash v0.5.0 |
942 | 2024-12-20T21:16:02.076Z | Downloaded rsa v0.9.6 |
943 | 2024-12-20T21:16:02.081Z | Downloaded rand v0.8.5 |
944 | 2024-12-20T21:16:02.085Z | Downloaded rayon v1.10.0 |
945 | 2024-12-20T21:16:02.090Z | Downloaded zerovec v0.10.4 |
946 | 2024-12-20T21:16:02.096Z | Downloaded serde_with v3.11.0 |
947 | 2024-12-20T21:16:02.104Z | Downloaded multimap v0.10.0 |
948 | 2024-12-20T21:16:02.107Z | Downloaded shell-words v1.1.0 |
949 | 2024-12-20T21:16:02.107Z | Downloaded parse-display v0.10.0 |
950 | 2024-12-20T21:16:02.110Z | Downloaded value-bag v1.9.0 |
951 | 2024-12-20T21:16:02.110Z | Downloaded rand_core v0.6.4 |
952 | 2024-12-20T21:16:02.113Z | Downloaded predicates-tree v1.0.11 |
953 | 2024-12-20T21:16:02.113Z | Downloaded predicates-core v1.0.8 |
954 | 2024-12-20T21:16:02.113Z | Downloaded fs_extra v1.3.0 |
955 | 2024-12-20T21:16:02.117Z | Downloaded ssh-key v0.6.6 |
956 | 2024-12-20T21:16:02.123Z | Downloaded zerocopy v0.6.6 |
957 | 2024-12-20T21:16:02.129Z | Downloaded darling_core v0.20.10 |
958 | 2024-12-20T21:16:02.133Z | Downloaded num-bigint-dig v0.8.4 |
959 | 2024-12-20T21:16:02.138Z | Downloaded rustls-pemfile v2.2.0 |
960 | 2024-12-20T21:16:02.138Z | Downloaded pkcs1 v0.7.5 |
961 | 2024-12-20T21:16:02.142Z | Downloaded thread_local v1.1.8 |
962 | 2024-12-20T21:16:02.142Z | Downloaded thiserror-impl v2.0.3 |
963 | 2024-12-20T21:16:02.142Z | Downloaded structmeta-derive v0.3.0 |
964 | 2024-12-20T21:16:02.146Z | Downloaded smf v0.2.3 |
965 | 2024-12-20T21:16:02.146Z | Downloaded pin-project-internal v1.1.6 |
966 | 2024-12-20T21:16:02.149Z | Downloaded p256 v0.13.2 |
967 | 2024-12-20T21:16:02.149Z | Downloaded num-traits v0.2.19 |
968 | 2024-12-20T21:16:02.166Z | Downloaded ron v0.8.1 |
969 | 2024-12-20T21:16:02.170Z | Downloaded encoding_rs v0.8.34 |
970 | 2024-12-20T21:16:02.180Z | Downloaded hashbrown v0.13.2 |
971 | 2024-12-20T21:16:02.184Z | Downloaded hkdf v0.12.4 |
972 | 2024-12-20T21:16:02.187Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
973 | 2024-12-20T21:16:02.245Z | Downloaded zopfli v0.8.1 |
974 | 2024-12-20T21:16:02.255Z | Downloaded samael v0.0.17 |
975 | 2024-12-20T21:16:02.264Z | Downloaded pin-project v1.1.6 |
976 | 2024-12-20T21:16:02.264Z | Downloaded tokio-tungstenite v0.21.0 |
977 | 2024-12-20T21:16:02.270Z | Downloaded ena v0.14.3 |
978 | 2024-12-20T21:16:02.270Z | Downloaded zeroize_derive v1.4.2 |
979 | 2024-12-20T21:16:02.270Z | Downloaded zerofrom-derive v0.1.4 |
980 | 2024-12-20T21:16:02.270Z | Downloaded displaydoc v0.2.5 |
981 | 2024-12-20T21:16:02.273Z | Downloaded rustc-demangle v0.1.24 |
982 | 2024-12-20T21:16:02.273Z | Downloaded topological-sort v0.2.2 |
983 | 2024-12-20T21:16:02.273Z | Downloaded vergen v8.3.2 |
984 | 2024-12-20T21:16:02.273Z | Downloaded oso v0.27.3 |
985 | 2024-12-20T21:16:02.277Z | Downloaded num-bigint v0.4.6 |
986 | 2024-12-20T21:16:02.281Z | Downloaded itertools v0.13.0 |
987 | 2024-12-20T21:16:02.288Z | Downloaded postgres-protocol v0.6.7 |
988 | 2024-12-20T21:16:02.291Z | Downloaded peg-macros v0.8.4 |
989 | 2024-12-20T21:16:02.295Z | Downloaded steno v0.4.1 |
990 | 2024-12-20T21:16:02.300Z | Downloaded password-hash v0.4.2 |
991 | 2024-12-20T21:16:02.300Z | Downloaded snafu v0.8.5 |
992 | 2024-12-20T21:16:02.305Z | Downloaded funty v2.0.0 |
993 | 2024-12-20T21:16:02.307Z | Downloaded dirs-sys-next v0.1.2 |
994 | 2024-12-20T21:16:02.308Z | Downloaded glob v0.3.1 |
995 | 2024-12-20T21:16:02.309Z | Downloaded ghash v0.5.1 |
996 | 2024-12-20T21:16:02.315Z | Downloaded tracing v0.1.40 |
997 | 2024-12-20T21:16:02.319Z | Downloaded itertools v0.10.5 |
998 | 2024-12-20T21:16:02.323Z | Downloaded derive_more v0.99.18 |
999 | 2024-12-20T21:16:02.326Z | Downloaded unicode-bidi v0.3.17 |
1000 | 2024-12-20T21:16:02.328Z | Downloaded slog-term v2.9.1 |
1001 | 2024-12-20T21:16:02.330Z | Downloaded futures-task v0.3.31 |
1002 | 2024-12-20T21:16:02.330Z | Downloaded futures-sink v0.3.31 |
1003 | 2024-12-20T21:16:02.333Z | Downloaded tokio-native-tls v0.3.1 |
1004 | 2024-12-20T21:16:02.335Z | Downloaded ecdsa v0.16.9 |
1005 | 2024-12-20T21:16:02.338Z | Downloaded libxml v0.3.3 |
1006 | 2024-12-20T21:16:02.341Z | Downloaded data-encoding v2.6.0 |
1007 | 2024-12-20T21:16:02.344Z | Downloaded xattr v1.3.1 |
1008 | 2024-12-20T21:16:02.347Z | Downloaded typify-macro v0.2.0 |
1009 | 2024-12-20T21:16:02.347Z | Downloaded unicase v2.7.0 |
1010 | 2024-12-20T21:16:02.347Z | Downloaded sct v0.7.1 |
1011 | 2024-12-20T21:16:02.350Z | Downloaded minimal-lexical v0.2.1 |
1012 | 2024-12-20T21:16:02.354Z | Downloaded crypto-bigint v0.5.5 |
1013 | 2024-12-20T21:16:02.361Z | Downloaded crossbeam-channel v0.5.13 |
1014 | 2024-12-20T21:16:02.366Z | Downloaded base64 v0.21.7 |
1015 | 2024-12-20T21:16:02.371Z | Downloaded strum_macros v0.24.3 |
1016 | 2024-12-20T21:16:02.375Z | Downloaded gethostname v0.5.0 |
1017 | 2024-12-20T21:16:02.376Z | Downloaded fxhash v0.2.1 |
1018 | 2024-12-20T21:16:02.376Z | Downloaded slab v0.4.9 |
1019 | 2024-12-20T21:16:02.383Z | Downloaded signal-hook-registry v1.4.2 |
1020 | 2024-12-20T21:16:02.383Z | Downloaded rpassword v7.3.1 |
1021 | 2024-12-20T21:16:02.383Z | Downloaded rand_xorshift v0.3.0 |
1022 | 2024-12-20T21:16:02.383Z | Downloaded nibble_vec v0.1.0 |
1023 | 2024-12-20T21:16:02.383Z | Downloaded http v1.1.0 |
1024 | 2024-12-20T21:16:02.390Z | Downloaded const_format v0.2.33 |
1025 | 2024-12-20T21:16:02.392Z | Downloaded cc v1.1.30 |
1026 | 2024-12-20T21:16:02.392Z | Downloaded dyn-clone v1.0.17 |
1027 | 2024-12-20T21:16:02.392Z | Downloaded phf_generator v0.11.2 |
1028 | 2024-12-20T21:16:02.395Z | Downloaded phf_codegen v0.11.2 |
1029 | 2024-12-20T21:16:02.395Z | Downloaded pbkdf2 v0.11.0 |
1030 | 2024-12-20T21:16:02.398Z | Downloaded env_logger v0.11.5 |
1031 | 2024-12-20T21:16:02.398Z | Downloaded tungstenite v0.24.0 |
1032 | 2024-12-20T21:16:02.402Z | Downloaded tungstenite v0.23.0 |
1033 | 2024-12-20T21:16:02.405Z | Downloaded tungstenite v0.21.0 |
1034 | 2024-12-20T21:16:02.408Z | Downloaded pkg-config v0.3.31 |
1035 | 2024-12-20T21:16:02.411Z | Downloaded pkcs8 v0.10.2 |
1036 | 2024-12-20T21:16:02.415Z | Downloaded parking_lot v0.12.3 |
1037 | 2024-12-20T21:16:02.415Z | Downloaded rayon-core v1.12.1 |
1038 | 2024-12-20T21:16:02.421Z | Downloaded uzers v0.12.1 |
1039 | 2024-12-20T21:16:02.424Z | Downloaded time-macros v0.2.18 |
1040 | 2024-12-20T21:16:02.452Z | Downloaded static_assertions v1.1.0 |
1041 | 2024-12-20T21:16:02.456Z | Downloaded parking_lot v0.11.2 |
1042 | 2024-12-20T21:16:02.461Z | Downloaded parse-size v1.1.0 |
1043 | 2024-12-20T21:16:02.461Z | Downloaded foreign-types v0.5.0 |
1044 | 2024-12-20T21:16:02.471Z | Downloaded filetime v0.2.25 |
1045 | 2024-12-20T21:16:02.471Z | Downloaded ssh-cipher v0.2.0 |
1046 | 2024-12-20T21:16:02.471Z | Downloaded spin v0.5.2 |
1047 | 2024-12-20T21:16:02.475Z | Downloaded sec1 v0.7.3 |
1048 | 2024-12-20T21:16:02.475Z | Downloaded base64 v0.22.1 |
1049 | 2024-12-20T21:16:02.475Z | Downloaded owo-colors v4.1.0 |
1050 | 2024-12-20T21:16:02.476Z | Downloaded ref-cast v1.0.23 |
1051 | 2024-12-20T21:16:02.478Z | Downloaded quick-error v1.2.3 |
1052 | 2024-12-20T21:16:02.481Z | Downloaded string_cache v0.8.7 |
1053 | 2024-12-20T21:16:02.481Z | Downloaded stable_deref_trait v1.2.0 |
1054 | 2024-12-20T21:16:02.481Z | Downloaded tokio-rustls v0.25.0 |
1055 | 2024-12-20T21:16:02.484Z | Downloaded tokio-rustls v0.24.1 |
1056 | 2024-12-20T21:16:02.488Z | Downloaded icu_properties v1.5.1 |
1057 | 2024-12-20T21:16:02.491Z | Downloaded packed_struct_codegen v0.10.1 |
1058 | 2024-12-20T21:16:02.491Z | Downloaded num-complex v0.4.6 |
1059 | 2024-12-20T21:16:02.493Z | Downloaded progenitor-impl v0.8.0 |
1060 | 2024-12-20T21:16:02.496Z | Downloaded serde_repr v0.1.19 |
1061 | 2024-12-20T21:16:02.499Z | Downloaded serde_plain v1.0.2 |
1062 | 2024-12-20T21:16:02.506Z | Downloaded secrecy v0.8.0 |
1063 | 2024-12-20T21:16:02.506Z | Downloaded hashlink v0.9.1 |
1064 | 2024-12-20T21:16:02.506Z | Downloaded tiny-keccak v2.0.2 |
1065 | 2024-12-20T21:16:02.506Z | Downloaded rand_seeder v0.3.0 |
1066 | 2024-12-20T21:16:02.512Z | Downloaded embedded-io v0.4.0 |
1067 | 2024-12-20T21:16:02.512Z | Downloaded newline-converter v0.3.0 |
1068 | 2024-12-20T21:16:02.518Z | Downloaded strum_macros v0.26.4 |
1069 | 2024-12-20T21:16:02.518Z | Downloaded spin v0.9.8 |
1070 | 2024-12-20T21:16:02.518Z | Downloaded bytes v1.8.0 |
1071 | 2024-12-20T21:16:02.524Z | Downloaded crossbeam-epoch v0.9.18 |
1072 | 2024-12-20T21:16:02.527Z | Downloaded clang-sys v1.8.1 |
1073 | 2024-12-20T21:16:02.527Z | Downloaded xz2 v0.1.7 |
1074 | 2024-12-20T21:16:02.530Z | Downloaded tinystr v0.7.6 |
1075 | 2024-12-20T21:16:02.533Z | Downloaded structmeta-derive v0.2.0 |
1076 | 2024-12-20T21:16:02.533Z | Downloaded crossbeam-utils v0.8.20 |
1077 | 2024-12-20T21:16:02.537Z | Downloaded bzip2 v0.4.4 |
1078 | 2024-12-20T21:16:02.537Z | Downloaded blake2 v0.10.6 |
1079 | 2024-12-20T21:16:02.540Z | Downloaded slog-envlogger v2.2.0 |
1080 | 2024-12-20T21:16:02.542Z | Downloaded serde_path_to_error v0.1.16 |
1081 | 2024-12-20T21:16:02.547Z | Downloaded foreign-types-shared v0.1.1 |
1082 | 2024-12-20T21:16:02.547Z | Downloaded iana-time-zone v0.1.61 |
1083 | 2024-12-20T21:16:02.550Z | Downloaded indexmap v1.9.3 |
1084 | 2024-12-20T21:16:02.550Z | Downloaded icu_normalizer_data v1.5.0 |
1085 | 2024-12-20T21:16:02.553Z | Downloaded icu_locid_transform_data v1.5.0 |
1086 | 2024-12-20T21:16:02.553Z | Downloaded bit-vec v0.6.3 |
1087 | 2024-12-20T21:16:02.557Z | Downloaded lock_api v0.4.12 |
1088 | 2024-12-20T21:16:02.558Z | Downloaded rusty-fork v0.3.0 |
1089 | 2024-12-20T21:16:02.564Z | Downloaded rustc_version v0.4.1 |
1090 | 2024-12-20T21:16:02.564Z | Downloaded rustc_version v0.1.7 |
1091 | 2024-12-20T21:16:02.564Z | Downloaded rustc-hash v2.0.0 |
1092 | 2024-12-20T21:16:02.564Z | Downloaded zone_cfg_derive v0.1.2 |
1093 | 2024-12-20T21:16:02.564Z | Downloaded lockfree-object-pool v0.1.6 |
1094 | 2024-12-20T21:16:02.568Z | Downloaded icu_normalizer v1.5.0 |
1095 | 2024-12-20T21:16:02.568Z | Downloaded hmac v0.12.1 |
1096 | 2024-12-20T21:16:02.571Z | Downloaded console v0.15.8 |
1097 | 2024-12-20T21:16:02.573Z | Downloaded libloading v0.8.5 |
1098 | 2024-12-20T21:16:02.574Z | Downloaded hyper-staticfile v0.10.1 |
1099 | 2024-12-20T21:16:02.577Z | Downloaded hyper-rustls v0.27.3 |
1100 | 2024-12-20T21:16:02.580Z | Downloaded httparse v1.9.5 |
1101 | 2024-12-20T21:16:02.586Z | Downloaded cookie_store v0.21.0 |
1102 | 2024-12-20T21:16:02.586Z | Downloaded cancel-safe-futures v0.1.5 |
1103 | 2024-12-20T21:16:02.586Z | Downloaded blowfish v0.9.1 |
1104 | 2024-12-20T21:16:02.588Z | Downloaded bcs v0.1.6 |
1105 | 2024-12-20T21:16:02.591Z | Downloaded base64ct v1.6.0 |
1106 | 2024-12-20T21:16:02.593Z | Downloaded backoff v0.4.0 |
1107 | 2024-12-20T21:16:02.596Z | Downloaded bit-set v0.5.3 |
1108 | 2024-12-20T21:16:02.599Z | Downloaded ciborium v0.2.2 |
1109 | 2024-12-20T21:16:02.599Z | Downloaded jobserver v0.1.32 |
1110 | 2024-12-20T21:16:02.616Z | Downloaded crc-catalog v2.4.0 |
1111 | 2024-12-20T21:16:02.616Z | Downloaded chrono-tz-build v0.4.0 |
1112 | 2024-12-20T21:16:02.616Z | Downloaded highway v1.2.0 |
1113 | 2024-12-20T21:16:02.616Z | Downloaded curve25519-dalek-derive v0.1.1 |
1114 | 2024-12-20T21:16:02.616Z | Downloaded block-padding v0.3.3 |
1115 | 2024-12-20T21:16:02.616Z | Downloaded bitfield-struct v0.6.2 |
1116 | 2024-12-20T21:16:02.616Z | Downloaded lru-cache v0.1.2 |
1117 | 2024-12-20T21:16:02.616Z | Downloaded lru v0.12.5 |
1118 | 2024-12-20T21:16:02.616Z | Downloaded linked-hash-map v0.5.6 |
1119 | 2024-12-20T21:16:02.620Z | Downloaded darling v0.20.10 |
1120 | 2024-12-20T21:16:02.620Z | Downloaded async-bb8-diesel v0.2.1 |
1121 | 2024-12-20T21:16:02.620Z | Downloaded arrayvec v0.7.6 |
1122 | 2024-12-20T21:16:02.620Z | Downloaded addr2line v0.24.2 |
1123 | 2024-12-20T21:16:02.627Z | Downloaded ahash v0.8.11 |
1124 | 2024-12-20T21:16:02.632Z | Downloaded bb8 v0.8.5 |
1125 | 2024-12-20T21:16:02.632Z | Downloaded convert_case v0.4.0 |
1126 | 2024-12-20T21:16:02.632Z | Downloaded cmake v0.1.51 |
1127 | 2024-12-20T21:16:02.632Z | Downloaded cipher v0.4.4 |
1128 | 2024-12-20T21:16:02.632Z | Downloaded maplit v1.0.2 |
1129 | 2024-12-20T21:16:02.632Z | Downloaded kstat-rs v0.2.4 |
1130 | 2024-12-20T21:16:02.632Z | Downloaded colored v2.1.0 |
1131 | 2024-12-20T21:16:02.637Z | Downloaded impl-trait-for-tuples v0.2.2 |
1132 | 2024-12-20T21:16:02.637Z | Downloaded idna_adapter v1.2.0 |
1133 | 2024-12-20T21:16:02.637Z | Downloaded hyper-tls v0.6.0 |
1134 | 2024-12-20T21:16:02.641Z | Downloaded crc v3.2.1 |
1135 | 2024-12-20T21:16:02.641Z | Downloaded cbc v0.1.2 |
1136 | 2024-12-20T21:16:02.644Z | Downloaded buf-list v1.0.3 |
1137 | 2024-12-20T21:16:02.644Z | Downloaded base16ct v0.2.0 |
1138 | 2024-12-20T21:16:02.644Z | Downloaded atomic-waker v1.1.2 |
1139 | 2024-12-20T21:16:02.647Z | Downloaded async-recursion v1.1.1 |
1140 | 2024-12-20T21:16:02.651Z | Downloaded heck v0.3.3 |
1141 | 2024-12-20T21:16:02.651Z | Downloaded assert_matches v1.5.0 |
1142 | 2024-12-20T21:16:02.654Z | Downloaded arrayref v0.3.9 |
1143 | 2024-12-20T21:16:02.729Z | Downloaded ring v0.17.8 |
1144 | 2024-12-20T21:16:02.878Z | Downloaded ring v0.16.20 |
1145 | 2024-12-20T21:16:02.976Z | Downloaded libsqlite3-sys v0.30.1 |
1146 | 2024-12-20T21:16:03.121Z | Downloaded aws-lc-sys v0.22.0 |
1147 | 2024-12-20T21:16:03.433Z | Compiling serde v1.0.215 |
1148 | 2024-12-20T21:16:03.436Z | Compiling lock_api v0.4.12 |
1149 | 2024-12-20T21:16:03.436Z | Compiling scopeguard v1.2.0 |
1150 | 2024-12-20T21:16:03.436Z | Compiling value-bag v1.9.0 |
1151 | 2024-12-20T21:16:03.436Z | Compiling typenum v1.17.0 |
1152 | 2024-12-20T21:16:03.436Z | Compiling generic-array v0.14.7 |
1153 | 2024-12-20T21:16:03.642Z | Compiling syn v2.0.87 |
1154 | 2024-12-20T21:16:03.645Z | Compiling getrandom v0.2.15 |
1155 | 2024-12-20T21:16:03.754Z | Compiling shlex v1.3.0 |
1156 | 2024-12-20T21:16:03.983Z | Compiling rand_core v0.6.4 |
1157 | 2024-12-20T21:16:04.094Z | Compiling log v0.4.22 |
1158 | 2024-12-20T21:16:04.222Z | Compiling subtle v2.6.1 |
1159 | 2024-12-20T21:16:04.245Z | Compiling jobserver v0.1.32 |
1160 | 2024-12-20T21:16:04.263Z | Compiling smallvec v1.13.2 |
1161 | 2024-12-20T21:16:04.514Z | Compiling const-oid v0.9.6 |
1162 | 2024-12-20T21:16:04.539Z | Compiling spin v0.9.8 |
1163 | 2024-12-20T21:16:04.590Z | Compiling cc v1.1.30 |
1164 | 2024-12-20T21:16:04.673Z | Compiling pin-project-lite v0.2.14 |
1165 | 2024-12-20T21:16:04.807Z | Compiling rustix v0.38.37 |
1166 | 2024-12-20T21:16:04.966Z | Compiling parking_lot_core v0.9.10 |
1167 | 2024-12-20T21:16:04.998Z | Compiling futures-core v0.3.31 |
1168 | 2024-12-20T21:16:05.187Z | Compiling signal-hook-registry v1.4.2 |
1169 | 2024-12-20T21:16:05.270Z | Compiling mio v1.0.2 |
1170 | 2024-12-20T21:16:05.704Z | Compiling aho-corasick v1.1.3 |
1171 | 2024-12-20T21:16:06.022Z | Compiling parking_lot v0.12.3 |
1172 | 2024-12-20T21:16:06.088Z | Compiling cpufeatures v0.2.14 |
1173 | 2024-12-20T21:16:06.193Z | Compiling regex-syntax v0.8.5 |
1174 | 2024-12-20T21:16:06.329Z | Compiling lazy_static v1.5.0 |
1175 | 2024-12-20T21:16:06.462Z | Compiling either v1.13.0 |
1176 | 2024-12-20T21:16:06.480Z | Compiling futures-sink v0.3.31 |
1177 | 2024-12-20T21:16:06.483Z | Compiling stable_deref_trait v1.2.0 |
1178 | 2024-12-20T21:16:06.596Z | Compiling glob v0.3.1 |
1179 | 2024-12-20T21:16:06.655Z | Compiling socket2 v0.5.7 |
1180 | 2024-12-20T21:16:06.898Z | Compiling slab v0.4.9 |
1181 | 2024-12-20T21:16:06.933Z | Compiling prettyplease v0.2.25 |
1182 | 2024-12-20T21:16:07.299Z | Compiling minimal-lexical v0.2.1 |
1183 | 2024-12-20T21:16:07.648Z | Compiling clang-sys v1.8.1 |
1184 | 2024-12-20T21:16:07.680Z | Compiling libloading v0.8.5 |
1185 | 2024-12-20T21:16:07.690Z | Compiling home v0.5.9 |
1186 | 2024-12-20T21:16:07.872Z | Compiling nom v7.1.3 |
1187 | 2024-12-20T21:16:07.959Z | Compiling bindgen v0.69.5 |
1188 | 2024-12-20T21:16:08.100Z | Compiling serde_json v1.0.132 |
1189 | 2024-12-20T21:16:08.455Z | Compiling itertools v0.10.5 |
1190 | 2024-12-20T21:16:08.795Z | Compiling futures-channel v0.3.31 |
1191 | 2024-12-20T21:16:09.002Z | Compiling allocator-api2 v0.2.18 |
1192 | 2024-12-20T21:16:09.207Z | Compiling futures-io v0.3.31 |
1193 | 2024-12-20T21:16:09.510Z | Compiling rustc-hash v1.1.0 |
1194 | 2024-12-20T21:16:09.656Z | Compiling lazycell v1.3.0 |
1195 | 2024-12-20T21:16:09.832Z | Compiling regex-automata v0.4.8 |
1196 | 2024-12-20T21:16:09.832Z | Compiling foldhash v0.1.3 |
1197 | 2024-12-20T21:16:10.137Z | Compiling pin-utils v0.1.0 |
1198 | 2024-12-20T21:16:10.235Z | Compiling futures-task v0.3.31 |
1199 | 2024-12-20T21:16:10.530Z | Compiling hashbrown v0.15.1 |
1200 | 2024-12-20T21:16:11.236Z | Compiling synstructure v0.13.1 |
1201 | 2024-12-20T21:16:11.575Z | Compiling cexpr v0.6.0 |
1202 | 2024-12-20T21:16:11.840Z | Compiling cmake v0.1.51 |
1203 | 2024-12-20T21:16:12.905Z | Compiling libm v0.2.8 |
1204 | 2024-12-20T21:16:12.959Z | Compiling dunce v1.0.5 |
1205 | 2024-12-20T21:16:12.979Z | Compiling fs_extra v1.3.0 |
1206 | 2024-12-20T21:16:13.089Z | Compiling tinyvec_macros v0.1.1 |
1207 | 2024-12-20T21:16:13.190Z | Compiling pkg-config v0.3.31 |
1208 | 2024-12-20T21:16:13.264Z | Compiling tinyvec v1.8.0 |
1209 | 2024-12-20T21:16:13.371Z | Compiling num-traits v0.2.19 |
1210 | 2024-12-20T21:16:13.903Z | Compiling ring v0.17.8 |
1211 | 2024-12-20T21:16:14.555Z | Compiling writeable v0.5.5 |
1212 | 2024-12-20T21:16:14.758Z | Compiling unicode-normalization v0.1.24 |
1213 | 2024-12-20T21:16:14.799Z | Compiling paste v1.0.15 |
1214 | 2024-12-20T21:16:14.987Z | Compiling litemap v0.7.3 |
1215 | 2024-12-20T21:16:15.030Z | Compiling base64ct v1.6.0 |
1216 | 2024-12-20T21:16:15.123Z | Compiling unicode-bidi v0.3.17 |
1217 | 2024-12-20T21:16:15.403Z | Compiling regex v1.11.1 |
1218 | 2024-12-20T21:16:15.584Z | Compiling pem-rfc7468 v0.7.0 |
1219 | 2024-12-20T21:16:16.270Z | Compiling httparse v1.9.5 |
1220 | 2024-12-20T21:16:16.484Z | Compiling flagset v0.4.6 |
1221 | 2024-12-20T21:16:16.504Z | Compiling aws-lc-rs v1.10.0 |
1222 | 2024-12-20T21:16:16.953Z | Compiling tracing-core v0.1.32 |
1223 | 2024-12-20T21:16:17.055Z | Compiling crossbeam-utils v0.8.20 |
1224 | 2024-12-20T21:16:17.655Z | Compiling icu_locid_transform_data v1.5.0 |
1225 | 2024-12-20T21:16:17.766Z | Compiling percent-encoding v2.3.1 |
1226 | 2024-12-20T21:16:17.814Z | Compiling rustls-pki-types v1.10.0 |
1227 | 2024-12-20T21:16:18.139Z | Compiling mirai-annotations v1.12.0 |
1228 | 2024-12-20T21:16:18.279Z | Compiling serde_derive v1.0.215 |
1229 | 2024-12-20T21:16:18.322Z | Compiling zeroize_derive v1.4.2 |
1230 | 2024-12-20T21:16:18.355Z | Compiling zerocopy-derive v0.7.35 |
1231 | 2024-12-20T21:16:18.616Z | Compiling tokio-macros v2.4.0 |
1232 | 2024-12-20T21:16:18.905Z | Compiling zerofrom-derive v0.1.4 |
1233 | 2024-12-20T21:16:19.858Z | Compiling zeroize v1.8.1 |
1234 | 2024-12-20T21:16:20.229Z | Compiling thiserror-impl v1.0.69 |
1235 | 2024-12-20T21:16:20.484Z | Compiling yoke-derive v0.7.4 |
1236 | 2024-12-20T21:16:20.595Z | Compiling zerocopy v0.7.35 |
1237 | 2024-12-20T21:16:21.110Z | Compiling zerovec-derive v0.10.3 |
1238 | 2024-12-20T21:16:21.688Z | Compiling crypto-common v0.1.6 |
1239 | 2024-12-20T21:16:21.937Z | Compiling block-buffer v0.10.4 |
1240 | 2024-12-20T21:16:22.215Z | Compiling digest v0.10.7 |
1241 | 2024-12-20T21:16:22.256Z | Compiling futures-macro v0.3.31 |
1242 | 2024-12-20T21:16:22.764Z | Compiling hmac v0.12.1 |
1243 | 2024-12-20T21:16:22.985Z | Compiling block-padding v0.3.3 |
1244 | 2024-12-20T21:16:23.031Z | Compiling displaydoc v0.2.5 |
1245 | 2024-12-20T21:16:23.050Z | Compiling zerofrom v0.1.4 |
1246 | 2024-12-20T21:16:23.238Z | Compiling inout v0.1.3 |
1247 | 2024-12-20T21:16:23.286Z | Compiling sha2 v0.10.8 |
1248 | 2024-12-20T21:16:23.509Z | Compiling cipher v0.4.4 |
1249 | 2024-12-20T21:16:23.655Z | Compiling yoke v0.7.4 |
1250 | 2024-12-20T21:16:23.695Z | Compiling thiserror v1.0.69 |
1251 | 2024-12-20T21:16:23.868Z | Compiling ppv-lite86 v0.2.20 |
1252 | 2024-12-20T21:16:23.903Z | Compiling der_derive v0.7.3 |
1253 | 2024-12-20T21:16:24.042Z | Compiling zerovec v0.10.4 |
1254 | 2024-12-20T21:16:24.123Z | Compiling icu_provider_macros v1.5.0 |
1255 | 2024-12-20T21:16:24.265Z | Compiling futures-util v0.3.31 |
1256 | 2024-12-20T21:16:24.681Z | Compiling rand_chacha v0.3.1 |
1257 | 2024-12-20T21:16:24.727Z | Compiling tracing-attributes v0.1.27 |
1258 | 2024-12-20T21:16:25.182Z | Compiling rand v0.8.5 |
1259 | 2024-12-20T21:16:26.248Z | Compiling tinystr v0.7.6 |
1260 | 2024-12-20T21:16:26.438Z | Compiling der v0.7.9 |
1261 | 2024-12-20T21:16:26.660Z | Compiling icu_locid v1.5.0 |
1262 | 2024-12-20T21:16:26.797Z | Compiling icu_collections v1.5.0 |
1263 | 2024-12-20T21:16:27.041Z | Compiling salsa20 v0.10.2 |
1264 | 2024-12-20T21:16:27.276Z | Compiling pest v2.7.14 |
1265 | 2024-12-20T21:16:27.368Z | Compiling pbkdf2 v0.12.2 |
1266 | 2024-12-20T21:16:27.572Z | Compiling powerfmt v0.2.0 |
1267 | 2024-12-20T21:16:27.979Z | Compiling icu_provider v1.5.0 |
1268 | 2024-12-20T21:16:28.387Z | Compiling vcpkg v0.2.15 |
1269 | 2024-12-20T21:16:28.561Z | Compiling tracing v0.1.40 |
1270 | 2024-12-20T21:16:29.061Z | Compiling icu_locid_transform v1.5.0 |
1271 | 2024-12-20T21:16:29.088Z | Compiling spki v0.7.3 |
1272 | 2024-12-20T21:16:29.185Z | Compiling time-core v0.1.2 |
1273 | 2024-12-20T21:16:29.383Z | Compiling icu_properties_data v1.5.0 |
1274 | 2024-12-20T21:16:29.469Z | Compiling untrusted v0.9.0 |
1275 | 2024-12-20T21:16:29.632Z | Compiling untrusted v0.7.1 |
1276 | 2024-12-20T21:16:29.656Z | Compiling num-conv v0.1.0 |
1277 | 2024-12-20T21:16:29.855Z | Compiling pest_meta v2.7.14 |
1278 | 2024-12-20T21:16:29.943Z | Compiling time-macros v0.2.18 |
1279 | 2024-12-20T21:16:30.388Z | Compiling icu_properties v1.5.1 |
1280 | 2024-12-20T21:16:30.553Z | Compiling deranged v0.3.11 |
1281 | 2024-12-20T21:16:30.643Z | Compiling openssl-sys v0.9.103 |
1282 | 2024-12-20T21:16:31.735Z | Compiling scrypt v0.11.0 |
1283 | 2024-12-20T21:16:31.738Z | Compiling aes v0.8.4 |
1284 | 2024-12-20T21:16:32.335Z | Compiling cbc v0.1.2 |
1285 | 2024-12-20T21:16:32.509Z | Compiling bitflags v2.6.0 |
1286 | 2024-12-20T21:16:32.616Z | Compiling bytes v1.8.0 |
1287 | 2024-12-20T21:16:33.225Z | Compiling indexmap v2.6.0 |
1288 | 2024-12-20T21:16:33.607Z | Compiling tokio v1.40.0 |
1289 | 2024-12-20T21:16:33.920Z | Compiling http v1.1.0 |
1290 | 2024-12-20T21:16:34.635Z | Compiling semver v1.0.23 |
1291 | 2024-12-20T21:16:34.754Z | Compiling scroll_derive v0.12.0 |
1292 | 2024-12-20T21:16:35.332Z | Compiling rustc_version v0.4.1 |
1293 | 2024-12-20T21:16:35.392Z | Compiling utf16_iter v1.0.5 |
1294 | 2024-12-20T21:16:35.609Z | Compiling num_threads v0.1.7 |
1295 | 2024-12-20T21:16:35.747Z | Compiling utf8_iter v1.0.4 |
1296 | 2024-12-20T21:16:36.002Z | Compiling write16 v1.0.0 |
1297 | 2024-12-20T21:16:36.107Z | Compiling icu_normalizer_data v1.5.0 |
1298 | 2024-12-20T21:16:36.129Z | Compiling atomic-waker v1.1.2 |
1299 | 2024-12-20T21:16:36.214Z | Compiling icu_normalizer v1.5.0 |
1300 | 2024-12-20T21:16:36.242Z | Compiling time v0.3.36 |
1301 | 2024-12-20T21:16:36.263Z | Compiling http-body v1.0.1 |
1302 | 2024-12-20T21:16:36.284Z | Compiling scroll v0.12.0 |
1303 | 2024-12-20T21:16:36.311Z | Compiling pkcs5 v0.7.1 |
1304 | 2024-12-20T21:16:36.490Z | Compiling pest_generator v2.7.14 |
1305 | 2024-12-20T21:16:36.510Z | Compiling form_urlencoded v1.2.1 |
1306 | 2024-12-20T21:16:36.821Z | Compiling which v4.4.2 |
1307 | 2024-12-20T21:16:36.866Z | Compiling slog v2.7.0 |
1308 | 2024-12-20T21:16:37.411Z | Compiling try-lock v0.2.5 |
1309 | 2024-12-20T21:16:37.568Z | Compiling want v0.3.1 |
1310 | 2024-12-20T21:16:37.603Z | Compiling goblin v0.8.2 |
1311 | 2024-12-20T21:16:37.940Z | Compiling idna_adapter v1.2.0 |
1312 | 2024-12-20T21:16:38.172Z | Compiling pkcs8 v0.10.2 |
1313 | 2024-12-20T21:16:38.227Z | Compiling httpdate v1.0.3 |
1314 | 2024-12-20T21:16:38.289Z | Compiling idna v1.0.3 |
1315 | 2024-12-20T21:16:38.548Z | Compiling pest_derive v2.7.14 |
1316 | 2024-12-20T21:16:38.925Z | Compiling serde_spanned v0.6.8 |
1317 | 2024-12-20T21:16:39.169Z | Compiling toml_datetime v0.6.8 |
1318 | 2024-12-20T21:16:39.337Z | Compiling dtrace-parser v0.2.0 |
1319 | 2024-12-20T21:16:39.555Z | Compiling uuid v1.11.0 |
1320 | 2024-12-20T21:16:39.670Z | Compiling serde_tokenstream v0.2.2 |
1321 | 2024-12-20T21:16:40.181Z | Compiling iana-time-zone v0.1.61 |
1322 | 2024-12-20T21:16:40.284Z | Compiling openssl v0.10.66 |
1323 | 2024-12-20T21:16:40.632Z | Compiling adler2 v2.0.0 |
1324 | 2024-12-20T21:16:40.698Z | Compiling match_cfg v0.1.0 |
1325 | 2024-12-20T21:16:40.800Z | Compiling rustversion v1.0.17 |
1326 | 2024-12-20T21:16:40.846Z | Compiling base64 v0.22.1 |
1327 | 2024-12-20T21:16:40.987Z | Compiling tower-service v0.3.3 |
1328 | 2024-12-20T21:16:41.120Z | Compiling foreign-types-shared v0.1.1 |
1329 | 2024-12-20T21:16:41.237Z | Compiling foreign-types v0.3.2 |
1330 | 2024-12-20T21:16:41.336Z | Compiling hostname v0.3.1 |
1331 | 2024-12-20T21:16:41.490Z | Compiling miniz_oxide v0.8.0 |
1332 | 2024-12-20T21:16:41.564Z | Compiling chrono v0.4.38 |
1333 | 2024-12-20T21:16:41.586Z | Compiling url v2.5.3 |
1334 | 2024-12-20T21:16:41.607Z | Compiling async-trait v0.1.83 |
1335 | 2024-12-20T21:16:43.069Z | Compiling tokio-util v0.7.12 |
1336 | 2024-12-20T21:16:43.093Z | Compiling openssl-macros v0.1.1 |
1337 | 2024-12-20T21:16:43.643Z | Compiling dof v0.3.0 |
1338 | 2024-12-20T21:16:43.854Z | Compiling dirs-sys-next v0.1.2 |
1339 | 2024-12-20T21:16:44.427Z | Compiling h2 v0.4.6 |
1340 | 2024-12-20T21:16:44.493Z | Compiling usdt-impl v0.5.0 |
1341 | 2024-12-20T21:16:44.526Z | Compiling rustls v0.22.4 |
1342 | 2024-12-20T21:16:44.779Z | Compiling rustls v0.23.19 |
1343 | 2024-12-20T21:16:45.055Z | Compiling native-tls v0.2.12 |
1344 | 2024-12-20T21:16:45.236Z | Compiling data-encoding v2.6.0 |
1345 | 2024-12-20T21:16:45.378Z | Compiling syn v1.0.109 |
1346 | 2024-12-20T21:16:45.819Z | Compiling siphasher v0.3.11 |
1347 | 2024-12-20T21:16:46.079Z | Compiling dirs-next v2.0.0 |
1348 | 2024-12-20T21:16:46.286Z | Compiling http-body-util v0.1.2 |
1349 | 2024-12-20T21:16:46.842Z | Compiling heapless v0.7.17 |
1350 | 2024-12-20T21:16:47.262Z | Compiling crossbeam-epoch v0.9.18 |
1351 | 2024-12-20T21:16:47.644Z | Compiling signature v2.2.0 |
1352 | 2024-12-20T21:16:47.647Z | Compiling sha1 v0.10.6 |
1353 | 2024-12-20T21:16:47.925Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1354 | 2024-12-20T21:16:47.944Z | Compiling serde_derive_internals v0.29.1 |
1355 | 2024-12-20T21:16:48.093Z | Compiling thread_local v1.1.8 |
1356 | 2024-12-20T21:16:48.116Z | Compiling cookie v0.18.1 |
1357 | 2024-12-20T21:16:48.392Z | Compiling multer v3.1.0 |
1358 | 2024-12-20T21:16:48.418Z | Compiling encoding_rs v0.8.34 |
1359 | 2024-12-20T21:16:48.612Z | Compiling slog-async v2.8.0 |
1360 | 2024-12-20T21:16:48.660Z | Compiling ipnet v2.10.1 |
1361 | 2024-12-20T21:16:49.154Z | Compiling openssl-probe v0.1.5 |
1362 | 2024-12-20T21:16:49.340Z | Compiling signal-hook v0.3.17 |
1363 | 2024-12-20T21:16:49.513Z | Compiling gimli v0.31.1 |
1364 | 2024-12-20T21:16:49.608Z | Compiling mime v0.3.17 |
1365 | 2024-12-20T21:16:49.887Z | Compiling rayon-core v1.12.1 |
1366 | 2024-12-20T21:16:50.154Z | Compiling schemars v0.8.21 |
1367 | 2024-12-20T21:16:50.224Z | Compiling unicode-properties v0.1.3 |
1368 | 2024-12-20T21:16:50.555Z | Compiling stringprep v0.1.5 |
1369 | 2024-12-20T21:16:50.640Z | Compiling toml_edit v0.22.22 |
1370 | 2024-12-20T21:16:50.721Z | Compiling schemars_derive v0.8.21 |
1371 | 2024-12-20T21:16:51.878Z | Compiling hyper v1.5.0 |
1372 | 2024-12-20T21:16:54.064Z | Compiling addr2line v0.24.2 |
1373 | 2024-12-20T21:16:54.742Z | Compiling hyper-util v0.1.10 |
1374 | 2024-12-20T21:16:54.836Z | Compiling usdt-attr-macro v0.5.0 |
1375 | 2024-12-20T21:16:54.945Z | Compiling usdt-macro v0.5.0 |
1376 | 2024-12-20T21:16:54.969Z | Compiling crossbeam-deque v0.8.5 |
1377 | 2024-12-20T21:16:55.318Z | Compiling term v0.7.0 |
1378 | 2024-12-20T21:16:56.050Z | Compiling slog-json v2.6.1 |
1379 | 2024-12-20T21:16:56.421Z | Compiling serde_urlencoded v0.7.1 |
1380 | 2024-12-20T21:16:56.458Z | Compiling curve25519-dalek v4.1.3 |
1381 | 2024-12-20T21:16:56.478Z | Compiling crossbeam-channel v0.5.13 |
1382 | 2024-12-20T21:16:56.807Z | Compiling futures-executor v0.3.31 |
1383 | 2024-12-20T21:16:56.939Z | Compiling enum-as-inner v0.6.1 |
1384 | 2024-12-20T21:16:57.076Z | Compiling md-5 v0.10.6 |
1385 | 2024-12-20T21:16:57.349Z | Compiling rustls-pemfile v2.2.0 |
1386 | 2024-12-20T21:16:57.415Z | Compiling async-stream-impl v0.3.6 |
1387 | 2024-12-20T21:16:57.609Z | Compiling num-integer v0.1.46 |
1388 | 2024-12-20T21:16:57.753Z | Compiling idna v0.4.0 |
1389 | 2024-12-20T21:16:57.881Z | Compiling idna v0.3.0 |
1390 | 2024-12-20T21:16:58.092Z | Compiling ff v0.13.0 |
1391 | 2024-12-20T21:16:58.333Z | Compiling hash32 v0.2.1 |
1392 | 2024-12-20T21:16:58.374Z | Compiling is-terminal v0.4.13 |
1393 | 2024-12-20T21:16:58.518Z | Compiling dropshot v0.12.0 |
1394 | 2024-12-20T21:16:58.697Z | Compiling object v0.36.5 |
1395 | 2024-12-20T21:16:58.808Z | Compiling linked-hash-map v0.5.6 |
1396 | 2024-12-20T21:16:58.893Z | Compiling take_mut v0.2.2 |
1397 | 2024-12-20T21:16:58.955Z | Compiling anyhow v1.0.93 |
1398 | 2024-12-20T21:16:59.062Z | Compiling num-bigint-dig v0.8.4 |
1399 | 2024-12-20T21:16:59.177Z | Compiling utf-8 v0.7.6 |
1400 | 2024-12-20T21:16:59.346Z | Compiling quick-error v1.2.3 |
1401 | 2024-12-20T21:16:59.427Z | Compiling rustc-demangle v0.1.24 |
1402 | 2024-12-20T21:16:59.491Z | Compiling portable-atomic v1.9.0 |
1403 | 2024-12-20T21:16:59.510Z | Compiling fallible-iterator v0.2.0 |
1404 | 2024-12-20T21:16:59.573Z | Compiling psl-types v2.0.11 |
1405 | 2024-12-20T21:16:59.576Z | Compiling smoltcp v0.9.1 |
1406 | 2024-12-20T21:16:59.765Z | Compiling dyn-clone v1.0.17 |
1407 | 2024-12-20T21:16:59.987Z | Compiling base16ct v0.2.0 |
1408 | 2024-12-20T21:17:00.226Z | Compiling sec1 v0.7.3 |
1409 | 2024-12-20T21:17:00.326Z | Compiling postgres-protocol v0.6.7 |
1410 | 2024-12-20T21:17:00.430Z | Compiling publicsuffix v2.2.3 |
1411 | 2024-12-20T21:17:00.692Z | Compiling resolv-conf v0.7.0 |
1412 | 2024-12-20T21:17:00.784Z | Compiling tungstenite v0.24.0 |
1413 | 2024-12-20T21:17:00.975Z | Compiling lru-cache v0.1.2 |
1414 | 2024-12-20T21:17:01.484Z | Compiling async-stream v0.3.6 |
1415 | 2024-12-20T21:17:01.764Z | Compiling hickory-proto v0.24.1 |
1416 | 2024-12-20T21:17:02.429Z | Compiling slog-term v2.9.1 |
1417 | 2024-12-20T21:17:03.086Z | Compiling usdt v0.5.0 |
1418 | 2024-12-20T21:17:03.278Z | Compiling group v0.13.0 |
1419 | 2024-12-20T21:17:03.597Z | Compiling num-iter v0.1.45 |
1420 | 2024-12-20T21:17:03.727Z | Compiling futures v0.3.31 |
1421 | 2024-12-20T21:17:03.749Z | Compiling slog-bunyan v2.5.0 |
1422 | 2024-12-20T21:17:03.977Z | Compiling toml v0.8.19 |
1423 | 2024-12-20T21:17:05.096Z | Compiling tokio-native-tls v0.3.1 |
1424 | 2024-12-20T21:17:05.409Z | Compiling camino v1.1.9 |
1425 | 2024-12-20T21:17:05.642Z | Compiling phf_shared v0.11.2 |
1426 | 2024-12-20T21:17:05.736Z | Compiling dropshot_endpoint v0.12.0 |
1427 | 2024-12-20T21:17:06.039Z | Compiling backtrace v0.3.74 |
1428 | 2024-12-20T21:17:06.359Z | Compiling terminal_size v0.4.0 |
1429 | 2024-12-20T21:17:06.402Z | Compiling waitgroup v0.1.2 |
1430 | 2024-12-20T21:17:06.589Z | Compiling openapiv3 v2.0.0 |
1431 | 2024-12-20T21:17:06.642Z | Compiling serde_path_to_error v0.1.16 |
1432 | 2024-12-20T21:17:06.787Z | Compiling hkdf v0.12.4 |
1433 | 2024-12-20T21:17:07.047Z | Compiling crypto-bigint v0.5.5 |
1434 | 2024-12-20T21:17:07.525Z | Compiling webpki-roots v0.26.6 |
1435 | 2024-12-20T21:17:07.753Z | Compiling zerocopy-derive v0.6.6 |
1436 | 2024-12-20T21:17:09.724Z | Compiling hubpack_derive v0.1.1 |
1437 | 2024-12-20T21:17:09.789Z | Compiling curve25519-dalek-derive v0.1.1 |
1438 | 2024-12-20T21:17:10.045Z | Compiling idna v0.5.0 |
1439 | 2024-12-20T21:17:10.479Z | Compiling hostname v0.4.0 |
1440 | 2024-12-20T21:17:10.602Z | Compiling crc32fast v1.4.2 |
1441 | 2024-12-20T21:17:10.734Z | Compiling fs-err v2.11.0 |
1442 | 2024-12-20T21:17:10.929Z | Compiling ahash v0.8.11 |
1443 | 2024-12-20T21:17:11.015Z | Compiling bitflags v1.3.2 |
1444 | 2024-12-20T21:17:11.109Z | Compiling managed v0.8.0 |
1445 | 2024-12-20T21:17:11.130Z | Compiling winnow v0.5.40 |
1446 | 2024-12-20T21:17:11.274Z | Compiling debug-ignore v1.0.5 |
1447 | 2024-12-20T21:17:11.424Z | Compiling strum_macros v0.25.3 |
1448 | 2024-12-20T21:17:11.681Z | Compiling console v0.15.8 |
1449 | 2024-12-20T21:17:12.380Z | Compiling clap_builder v4.5.21 |
1450 | 2024-12-20T21:17:13.280Z | Compiling cookie_store v0.21.0 |
1451 | 2024-12-20T21:17:13.380Z | Compiling flate2 v1.0.34 |
1452 | 2024-12-20T21:17:13.677Z | Compiling hubpack v0.1.2 |
1453 | 2024-12-20T21:17:14.144Z | Compiling elliptic-curve v0.13.8 |
1454 | 2024-12-20T21:17:14.359Z | Compiling zerocopy v0.6.6 |
1455 | 2024-12-20T21:17:14.912Z | Compiling toml_edit v0.19.15 |
1456 | 2024-12-20T21:17:15.017Z | Compiling hickory-resolver v0.24.1 |
1457 | 2024-12-20T21:17:15.227Z | Compiling phf v0.11.2 |
1458 | 2024-12-20T21:17:15.519Z | Compiling signal-hook-mio v0.2.4 |
1459 | 2024-12-20T21:17:15.699Z | Compiling hyper-tls v0.6.0 |
1460 | 2024-12-20T21:17:15.738Z | Compiling rayon v1.10.0 |
1461 | 2024-12-20T21:17:16.001Z | Compiling bzip2 v0.4.4 |
1462 | 2024-12-20T21:17:16.407Z | Compiling tokio-tungstenite v0.24.0 |
1463 | 2024-12-20T21:17:16.948Z | Compiling postgres-types v0.2.8 |
1464 | 2024-12-20T21:17:19.564Z | Compiling ed25519 v2.2.3 |
1465 | 2024-12-20T21:17:19.892Z | Compiling phf_shared v0.10.0 |
1466 | 2024-12-20T21:17:20.308Z | Compiling tokio-stream v0.1.16 |
1467 | 2024-12-20T21:17:20.587Z | Compiling pkcs1 v0.7.5 |
1468 | 2024-12-20T21:17:21.408Z | Compiling serde-big-array v0.5.1 |
1469 | 2024-12-20T21:17:21.410Z | Compiling clap_derive v4.5.18 |
1470 | 2024-12-20T21:17:21.611Z | Compiling rfc6979 v0.4.0 |
1471 | 2024-12-20T21:17:21.648Z | Compiling serde_repr v0.1.19 |
1472 | 2024-12-20T21:17:21.780Z | Compiling derive-where v1.2.7 |
1473 | 2024-12-20T21:17:21.803Z | Compiling float-cmp v0.9.0 |
1474 | 2024-12-20T21:17:21.824Z | Compiling bstr v1.10.0 |
1475 | 2024-12-20T21:17:22.029Z | Compiling sync_wrapper v1.0.1 |
1476 | 2024-12-20T21:17:22.192Z | Compiling whoami v1.5.2 |
1477 | 2024-12-20T21:17:22.847Z | Compiling unicode-width v0.2.0 |
1478 | 2024-12-20T21:17:22.899Z | Compiling difflib v0.4.0 |
1479 | 2024-12-20T21:17:22.980Z | Compiling precomputed-hash v0.1.1 |
1480 | 2024-12-20T21:17:23.108Z | Compiling number_prefix v0.4.0 |
1481 | 2024-12-20T21:17:23.344Z | Compiling normalize-line-endings v0.3.0 |
1482 | 2024-12-20T21:17:23.381Z | Compiling predicates-core v1.0.8 |
1483 | 2024-12-20T21:17:23.476Z | Compiling static_assertions v1.1.0 |
1484 | 2024-12-20T21:17:23.585Z | Compiling fixedbitset v0.4.2 |
1485 | 2024-12-20T21:17:23.650Z | Compiling unicode-segmentation v1.12.0 |
1486 | 2024-12-20T21:17:23.734Z | Compiling new_debug_unreachable v1.0.6 |
1487 | 2024-12-20T21:17:23.840Z | Compiling bit-vec v0.6.3 |
1488 | 2024-12-20T21:17:24.053Z | Compiling petgraph v0.6.5 |
1489 | 2024-12-20T21:17:24.334Z | Compiling bit-set v0.5.3 |
1490 | 2024-12-20T21:17:24.543Z | Compiling similar v2.6.0 |
1491 | 2024-12-20T21:17:24.559Z | Compiling string_cache v0.8.7 |
1492 | 2024-12-20T21:17:24.633Z | Compiling predicates v3.1.2 |
1493 | 2024-12-20T21:17:25.034Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1494 | 2024-12-20T21:17:25.451Z | Compiling indicatif v0.17.9 |
1495 | 2024-12-20T21:17:26.381Z | Compiling tokio-postgres v0.7.12 |
1496 | 2024-12-20T21:17:26.515Z | Compiling clap v4.5.21 |
1497 | 2024-12-20T21:17:26.647Z | Compiling ecdsa v0.16.9 |
1498 | 2024-12-20T21:17:26.979Z | Compiling rsa v0.9.6 |
1499 | 2024-12-20T21:17:27.556Z | Compiling ed25519-dalek v2.1.1 |
1500 | 2024-12-20T21:17:27.741Z | Compiling toml v0.7.8 |
1501 | 2024-12-20T21:17:28.293Z | Compiling zip v0.6.6 |
1502 | 2024-12-20T21:17:28.900Z | Compiling crossterm v0.28.1 |
1503 | 2024-12-20T21:17:30.338Z | Compiling hex v0.4.3 |
1504 | 2024-12-20T21:17:30.422Z | Compiling x509-cert v0.2.5 |
1505 | 2024-12-20T21:17:30.572Z | Compiling lalrpop-util v0.19.12 |
1506 | 2024-12-20T21:17:30.940Z | Compiling unicode-xid v0.2.6 |
1507 | 2024-12-20T21:17:30.963Z | Compiling peg-runtime v0.8.3 |
1508 | 2024-12-20T21:17:31.125Z | Compiling strum_macros v0.26.4 |
1509 | 2024-12-20T21:17:31.646Z | Compiling xattr v1.3.1 |
1510 | 2024-12-20T21:17:31.920Z | Compiling filetime v0.2.25 |
1511 | 2024-12-20T21:17:32.121Z | Compiling tar v0.4.42 |
1512 | 2024-12-20T21:17:36.404Z | Compiling strum v0.26.3 |
1513 | 2024-12-20T21:17:39.391Z | Compiling aws-lc-sys v0.22.0 |
1514 | 2024-12-20T21:18:07.350Z | Compiling rustls-webpki v0.102.8 |
1515 | 2024-12-20T21:18:10.749Z | Compiling tokio-rustls v0.25.0 |
1516 | 2024-12-20T21:18:12.247Z | Compiling tokio-rustls v0.26.0 |
1517 | 2024-12-20T21:18:12.699Z | Compiling hyper-rustls v0.27.3 |
1518 | 2024-12-20T21:18:13.036Z | Compiling reqwest v0.12.9 |
1519 | 2024-12-20T21:18:14.325Z | Compiling qorb v0.2.1 |
1520 | 2024-12-20T21:18:19.079Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1521 | 2024-12-20T21:18:19.318Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1522 | 2024-12-20T21:18:25.096Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 25s |
1523 | 2024-12-20T21:18:25.256Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1524 | 2024-12-20T21:18:25.309Z | Dec 20 21:18:23.929 INFO Starting download, target: Clickhouse |
1525 | 2024-12-20T21:18:25.309Z | Dec 20 21:18:23.929 INFO Starting download, target: Console |
1526 | 2024-12-20T21:18:25.309Z | Dec 20 21:18:23.929 INFO Starting download, target: Cockroach |
1527 | 2024-12-20T21:18:25.322Z | Dec 20 21:18:23.929 INFO Starting download, target: DendriteOpenapi |
1528 | 2024-12-20T21:18:25.322Z | Dec 20 21:18:23.929 INFO Starting download, target: DendriteStub |
1529 | 2024-12-20T21:18:25.322Z | Dec 20 21:18:23.929 INFO Starting download, target: MaghemiteMgd |
1530 | 2024-12-20T21:18:25.322Z | Dec 20 21:18:23.929 INFO Starting download, target: TransceiverControl |
1531 | 2024-12-20T21:18:25.322Z | Dec 20 21:18:23.930 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1532 | 2024-12-20T21:18:25.322Z | Dec 20 21:18:23.930 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1533 | 2024-12-20T21:18:25.323Z | Dec 20 21:18:23.930 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1534 | 2024-12-20T21:18:25.323Z | Dec 20 21:18:23.930 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1535 | 2024-12-20T21:18:25.323Z | Dec 20 21:18:23.930 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1536 | 2024-12-20T21:18:25.323Z | Dec 20 21:18:23.930 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1537 | 2024-12-20T21:18:25.324Z | Dec 20 21:18:23.930 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1538 | 2024-12-20T21:18:25.607Z | Dec 20 21:18:24.186 INFO Download complete, target: DendriteOpenapi |
1539 | 2024-12-20T21:18:26.331Z | Dec 20 21:18:24.425 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1540 | 2024-12-20T21:18:26.356Z | Dec 20 21:18:24.509 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1541 | 2024-12-20T21:18:26.356Z | Dec 20 21:18:24.750 INFO Download complete, target: Console |
1542 | 2024-12-20T21:18:26.513Z | Dec 20 21:18:25.098 INFO Download complete, target: TransceiverControl |
1543 | 2024-12-20T21:18:26.776Z | Dec 20 21:18:25.393 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1544 | 2024-12-20T21:18:26.874Z | Dec 20 21:18:25.495 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1545 | 2024-12-20T21:18:27.206Z | Dec 20 21:18:25.828 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1546 | 2024-12-20T21:18:27.619Z | Dec 20 21:18:26.242 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1547 | 2024-12-20T21:18:27.619Z | Dec 20 21:18:26.242 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1548 | 2024-12-20T21:18:29.661Z | Dec 20 21:18:28.284 INFO Download complete, target: DendriteStub |
1549 | 2024-12-20T21:18:29.781Z | Dec 20 21:18:28.404 INFO Download complete, target: MaghemiteMgd |
1550 | 2024-12-20T21:18:35.004Z | Dec 20 21:18:33.622 INFO Checking that binary works, target: Cockroach |
1551 | 2024-12-20T21:18:35.158Z | Dec 20 21:18:33.780 INFO Download complete, target: Cockroach |
1552 | 2024-12-20T21:18:39.673Z | Dec 20 21:18:38.294 INFO Checking that binary works, target: Clickhouse |
1553 | 2024-12-20T21:18:39.793Z | Dec 20 21:18:38.414 INFO Download complete, target: Clickhouse |
1554 | 2024-12-20T21:18:39.799Z | All prerequisites installed successfully |
1555 | 2024-12-20T21:18:39.802Z | |
1556 | 2024-12-20T21:18:39.802Z | real 5:33.764713343 |
1557 | 2024-12-20T21:18:39.802Z | user 16:28.213000439 |
1558 | 2024-12-20T21:18:39.802Z | sys 3:15.328583345 |
1559 | 2024-12-20T21:18:39.802Z | trap 0.536308983 |
1560 | 2024-12-20T21:18:39.802Z | tflt 1.606427489 |
1561 | 2024-12-20T21:18:39.802Z | dflt 2.040447155 |
1562 | 2024-12-20T21:18:39.802Z | kflt 0.023758455 |
1563 | 2024-12-20T21:18:39.802Z | lock 28:53.764831637 |
1564 | 2024-12-20T21:18:39.802Z | slp 1:02:28.522097363 |
1565 | 2024-12-20T21:18:39.802Z | lat 56.778489606 |
1566 | 2024-12-20T21:18:39.802Z | stop 2:22.260153901 |
1567 | 2024-12-20T21:18:39.802Z | + ptime -m cargo xtask download softnpu |
1568 | 2024-12-20T21:18:40.329Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.47s |
1569 | 2024-12-20T21:18:40.347Z | Running `target/debug/xtask download softnpu` |
1570 | 2024-12-20T21:18:41.169Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.79s |
1571 | 2024-12-20T21:18:41.225Z | Running `target/debug/xtask-downloader softnpu` |
1572 | 2024-12-20T21:18:41.262Z | Dec 20 21:18:39.883 INFO Starting download, target: Softnpu |
1573 | 2024-12-20T21:18:41.265Z | Dec 20 21:18:39.884 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1574 | 2024-12-20T21:18:41.760Z | Dec 20 21:18:40.380 INFO Download complete, target: Softnpu |
1575 | 2024-12-20T21:18:41.766Z | |
1576 | 2024-12-20T21:18:41.766Z | real 1.956504519 |
1577 | 2024-12-20T21:18:41.766Z | user 1.268571063 |
1578 | 2024-12-20T21:18:41.766Z | sys 0.536356644 |
1579 | 2024-12-20T21:18:41.766Z | trap 0.001282750 |
1580 | 2024-12-20T21:18:41.766Z | tflt 0.000065191 |
1581 | 2024-12-20T21:18:41.766Z | dflt 0.000022647 |
1582 | 2024-12-20T21:18:41.766Z | kflt 0.000000000 |
1583 | 2024-12-20T21:18:41.766Z | lock 5.048711954 |
1584 | 2024-12-20T21:18:41.766Z | slp 0.329636336 |
1585 | 2024-12-20T21:18:41.766Z | lat 0.070724835 |
1586 | 2024-12-20T21:18:41.766Z | stop 0.000161200 |
1587 | 2024-12-20T21:18:41.766Z | + export CARGO_INCREMENTAL=0 |
1588 | 2024-12-20T21:18:41.766Z | + CARGO_INCREMENTAL=0 |
1589 | 2024-12-20T21:18:41.766Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1590 | 2024-12-20T21:18:42.718Z | Compiling proc-macro2 v1.0.89 |
1591 | 2024-12-20T21:18:42.718Z | Compiling unicode-ident v1.0.13 |
1592 | 2024-12-20T21:18:42.718Z | Compiling libc v0.2.162 |
1593 | 2024-12-20T21:18:42.720Z | Compiling serde v1.0.215 |
1594 | 2024-12-20T21:18:42.720Z | Compiling autocfg v1.4.0 |
1595 | 2024-12-20T21:18:42.720Z | Compiling version_check v0.9.5 |
1596 | 2024-12-20T21:18:42.720Z | Compiling cfg-if v1.0.0 |
1597 | 2024-12-20T21:18:43.004Z | Compiling memchr v2.7.4 |
1598 | 2024-12-20T21:18:43.024Z | Compiling shlex v1.3.0 |
1599 | 2024-12-20T21:18:43.409Z | Compiling typenum v1.17.0 |
1600 | 2024-12-20T21:18:43.411Z | Compiling value-bag v1.9.0 |
1601 | 2024-12-20T21:18:43.459Z | Compiling scopeguard v1.2.0 |
1602 | 2024-12-20T21:18:43.615Z | Compiling generic-array v0.14.7 |
1603 | 2024-12-20T21:18:43.775Z | Compiling lock_api v0.4.12 |
1604 | 2024-12-20T21:18:43.899Z | Compiling log v0.4.22 |
1605 | 2024-12-20T21:18:44.251Z | Compiling parking_lot_core v0.9.10 |
1606 | 2024-12-20T21:18:44.386Z | Compiling serde_json v1.0.132 |
1607 | 2024-12-20T21:18:44.656Z | Compiling quote v1.0.37 |
1608 | 2024-12-20T21:18:44.675Z | Compiling once_cell v1.20.2 |
1609 | 2024-12-20T21:18:44.694Z | Compiling rustix v0.38.37 |
1610 | 2024-12-20T21:18:44.697Z | Compiling thiserror v1.0.69 |
1611 | 2024-12-20T21:18:45.042Z | Compiling syn v2.0.87 |
1612 | 2024-12-20T21:18:45.064Z | Compiling jobserver v0.1.32 |
1613 | 2024-12-20T21:18:45.216Z | Compiling getrandom v0.2.15 |
1614 | 2024-12-20T21:18:45.291Z | Compiling libm v0.2.8 |
1615 | 2024-12-20T21:18:45.315Z | Compiling aho-corasick v1.1.3 |
1616 | 2024-12-20T21:18:45.520Z | Compiling cc v1.1.30 |
1617 | 2024-12-20T21:18:45.553Z | Compiling regex-syntax v0.8.5 |
1618 | 2024-12-20T21:18:45.571Z | Compiling num-traits v0.2.19 |
1619 | 2024-12-20T21:18:45.610Z | Compiling either v1.13.0 |
1620 | 2024-12-20T21:18:45.781Z | Compiling itoa v1.0.11 |
1621 | 2024-12-20T21:18:45.855Z | Compiling spin v0.9.8 |
1622 | 2024-12-20T21:18:46.018Z | Compiling slab v0.4.9 |
1623 | 2024-12-20T21:18:46.334Z | Compiling byteorder v1.5.0 |
1624 | 2024-12-20T21:18:46.597Z | Compiling errno v0.3.9 |
1625 | 2024-12-20T21:18:46.782Z | Compiling rand_core v0.6.4 |
1626 | 2024-12-20T21:18:46.826Z | Compiling lazy_static v1.5.0 |
1627 | 2024-12-20T21:18:46.955Z | Compiling glob v0.3.1 |
1628 | 2024-12-20T21:18:47.523Z | Compiling prettyplease v0.2.25 |
1629 | 2024-12-20T21:18:47.746Z | Compiling clang-sys v1.8.1 |
1630 | 2024-12-20T21:18:48.133Z | Compiling minimal-lexical v0.2.1 |
1631 | 2024-12-20T21:18:48.266Z | Compiling libloading v0.8.5 |
1632 | 2024-12-20T21:18:48.430Z | Compiling subtle v2.6.1 |
1633 | 2024-12-20T21:18:48.625Z | Compiling nom v7.1.3 |
1634 | 2024-12-20T21:18:48.644Z | Compiling allocator-api2 v0.2.18 |
1635 | 2024-12-20T21:18:49.003Z | Compiling bindgen v0.69.5 |
1636 | 2024-12-20T21:18:49.047Z | Compiling regex-automata v0.4.8 |
1637 | 2024-12-20T21:18:49.268Z | Compiling home v0.5.9 |
1638 | 2024-12-20T21:18:49.454Z | Compiling itertools v0.10.5 |
1639 | 2024-12-20T21:18:49.502Z | Compiling lazycell v1.3.0 |
1640 | 2024-12-20T21:18:49.673Z | Compiling semver v1.0.23 |
1641 | 2024-12-20T21:18:49.692Z | Compiling smallvec v1.13.2 |
1642 | 2024-12-20T21:18:50.138Z | Compiling rustc-hash v1.1.0 |
1643 | 2024-12-20T21:18:50.184Z | Compiling cmake v0.1.51 |
1644 | 2024-12-20T21:18:50.496Z | Compiling dunce v1.0.5 |
1645 | 2024-12-20T21:18:50.631Z | Compiling fs_extra v1.3.0 |
1646 | 2024-12-20T21:18:51.747Z | Compiling pkg-config v0.3.31 |
1647 | 2024-12-20T21:18:51.766Z | Compiling ring v0.17.8 |
1648 | 2024-12-20T21:18:52.189Z | Compiling cexpr v0.6.0 |
1649 | 2024-12-20T21:18:52.283Z | Compiling pin-project-lite v0.2.14 |
1650 | 2024-12-20T21:18:52.439Z | Compiling ryu v1.0.18 |
1651 | 2024-12-20T21:18:52.720Z | Compiling synstructure v0.13.1 |
1652 | 2024-12-20T21:18:52.847Z | Compiling paste v1.0.15 |
1653 | 2024-12-20T21:18:52.944Z | Compiling const-oid v0.9.6 |
1654 | 2024-12-20T21:18:53.316Z | Compiling fnv v1.0.7 |
1655 | 2024-12-20T21:18:53.633Z | Compiling equivalent v1.0.1 |
1656 | 2024-12-20T21:18:53.750Z | Compiling foldhash v0.1.3 |
1657 | 2024-12-20T21:18:53.770Z | Compiling httparse v1.9.5 |
1658 | 2024-12-20T21:18:54.030Z | Compiling aws-lc-rs v1.10.0 |
1659 | 2024-12-20T21:18:54.134Z | Compiling hashbrown v0.15.1 |
1660 | 2024-12-20T21:18:54.408Z | Compiling regex v1.11.1 |
1661 | 2024-12-20T21:18:54.927Z | Compiling heck v0.5.0 |
1662 | 2024-12-20T21:18:55.367Z | Compiling schemars v0.8.21 |
1663 | 2024-12-20T21:18:55.423Z | Compiling serde_derive_internals v0.29.1 |
1664 | 2024-12-20T21:18:55.462Z | Compiling signal-hook-registry v1.4.2 |
1665 | 2024-12-20T21:18:55.712Z | Compiling mio v1.0.2 |
1666 | 2024-12-20T21:18:55.949Z | Compiling parking_lot v0.12.3 |
1667 | 2024-12-20T21:18:57.606Z | Compiling crossbeam-utils v0.8.20 |
1668 | 2024-12-20T21:18:57.722Z | Compiling stable_deref_trait v1.2.0 |
1669 | 2024-12-20T21:18:57.842Z | Compiling socket2 v0.5.7 |
1670 | 2024-12-20T21:18:57.990Z | Compiling futures-core v0.3.31 |
1671 | 2024-12-20T21:18:58.277Z | Compiling serde_derive v1.0.215 |
1672 | 2024-12-20T21:18:58.294Z | Compiling zeroize_derive v1.4.2 |
1673 | 2024-12-20T21:18:58.459Z | Compiling zerocopy-derive v0.7.35 |
1674 | 2024-12-20T21:18:59.475Z | Compiling thiserror-impl v1.0.69 |
1675 | 2024-12-20T21:18:59.579Z | Compiling tokio-macros v2.4.0 |
1676 | 2024-12-20T21:18:59.705Z | Compiling zeroize v1.8.1 |
1677 | 2024-12-20T21:18:59.784Z | Compiling zerofrom-derive v0.1.4 |
1678 | 2024-12-20T21:19:00.075Z | Compiling yoke-derive v0.7.4 |
1679 | 2024-12-20T21:19:00.166Z | Compiling futures-macro v0.3.31 |
1680 | 2024-12-20T21:19:00.554Z | Compiling zerovec-derive v0.10.3 |
1681 | 2024-12-20T21:19:01.032Z | Compiling zerocopy v0.7.35 |
1682 | 2024-12-20T21:19:01.751Z | Compiling displaydoc v0.2.5 |
1683 | 2024-12-20T21:19:02.428Z | Compiling crypto-common v0.1.6 |
1684 | 2024-12-20T21:19:02.623Z | Compiling tracing-attributes v0.1.27 |
1685 | 2024-12-20T21:19:02.665Z | Compiling icu_provider_macros v1.5.0 |
1686 | 2024-12-20T21:19:02.716Z | Compiling block-buffer v0.10.4 |
1687 | 2024-12-20T21:19:02.937Z | Compiling digest v0.10.7 |
1688 | 2024-12-20T21:19:02.958Z | Compiling schemars_derive v0.8.21 |
1689 | 2024-12-20T21:19:03.276Z | Compiling der_derive v0.7.3 |
1690 | 2024-12-20T21:19:03.451Z | Compiling time-core v0.1.2 |
1691 | 2024-12-20T21:19:03.644Z | Compiling num-conv v0.1.0 |
1692 | 2024-12-20T21:19:03.932Z | Compiling time-macros v0.2.18 |
1693 | 2024-12-20T21:19:03.989Z | Compiling vcpkg v0.2.15 |
1694 | 2024-12-20T21:19:05.764Z | Compiling openssl-sys v0.9.103 |
1695 | 2024-12-20T21:19:06.682Z | Compiling cpufeatures v0.2.14 |
1696 | 2024-12-20T21:19:06.687Z | Compiling futures-sink v0.3.31 |
1697 | 2024-12-20T21:19:06.722Z | Compiling slog v2.7.0 |
1698 | 2024-12-20T21:19:06.896Z | Compiling ahash v0.8.11 |
1699 | 2024-12-20T21:19:06.998Z | Compiling syn v1.0.109 |
1700 | 2024-12-20T21:19:07.371Z | Compiling zerofrom v0.1.4 |
1701 | 2024-12-20T21:19:07.607Z | Compiling scroll_derive v0.12.0 |
1702 | 2024-12-20T21:19:07.624Z | Compiling iana-time-zone v0.1.61 |
1703 | 2024-12-20T21:19:07.843Z | Compiling ucd-trie v0.1.7 |
1704 | 2024-12-20T21:19:08.359Z | Compiling pest v2.7.14 |
1705 | 2024-12-20T21:19:08.377Z | Compiling yoke v0.7.4 |
1706 | 2024-12-20T21:19:08.398Z | Compiling futures-channel v0.3.31 |
1707 | 2024-12-20T21:19:08.844Z | Compiling hmac v0.12.1 |
1708 | 2024-12-20T21:19:09.066Z | Compiling pin-utils v0.1.0 |
1709 | 2024-12-20T21:19:09.163Z | Compiling futures-task v0.3.31 |
1710 | 2024-12-20T21:19:09.184Z | Compiling futures-io v0.3.31 |
1711 | 2024-12-20T21:19:09.206Z | Compiling openssl v0.10.66 |
1712 | 2024-12-20T21:19:09.680Z | Compiling futures-util v0.3.31 |
1713 | 2024-12-20T21:19:09.871Z | Compiling zerovec v0.10.4 |
1714 | 2024-12-20T21:19:10.010Z | Compiling block-padding v0.3.3 |
1715 | 2024-12-20T21:19:10.577Z | Compiling tinyvec_macros v0.1.1 |
1716 | 2024-12-20T21:19:10.847Z | Compiling tinyvec v1.8.0 |
1717 | 2024-12-20T21:19:11.346Z | Compiling pest_meta v2.7.14 |
1718 | 2024-12-20T21:19:11.768Z | Compiling bitflags v2.6.0 |
1719 | 2024-12-20T21:19:11.948Z | Compiling bytes v1.8.0 |
1720 | 2024-12-20T21:19:13.849Z | Compiling indexmap v2.6.0 |
1721 | 2024-12-20T21:19:15.273Z | Compiling tokio v1.40.0 |
1722 | 2024-12-20T21:19:15.373Z | Compiling serde_tokenstream v0.2.2 |
1723 | 2024-12-20T21:19:15.908Z | Compiling http v1.1.0 |
1724 | 2024-12-20T21:19:15.927Z | Compiling uuid v1.11.0 |
1725 | 2024-12-20T21:19:16.629Z | Compiling which v4.4.2 |
1726 | 2024-12-20T21:19:17.173Z | Compiling rustc_version v0.4.1 |
1727 | 2024-12-20T21:19:17.348Z | Compiling chrono v0.4.38 |
1728 | 2024-12-20T21:19:19.653Z | Compiling pest_generator v2.7.14 |
1729 | 2024-12-20T21:19:20.409Z | Compiling serde_spanned v0.6.8 |
1730 | 2024-12-20T21:19:21.342Z | Compiling toml_datetime v0.6.8 |
1731 | 2024-12-20T21:19:21.391Z | Compiling inout v0.1.3 |
1732 | 2024-12-20T21:19:21.782Z | Compiling openssl-macros v0.1.1 |
1733 | 2024-12-20T21:19:22.504Z | Compiling native-tls v0.2.12 |
1734 | 2024-12-20T21:19:22.842Z | Compiling strsim v0.11.1 |
1735 | 2024-12-20T21:19:23.710Z | Compiling rustls v0.23.19 |
1736 | 2024-12-20T21:19:23.992Z | Compiling cipher v0.4.4 |
1737 | 2024-12-20T21:19:24.112Z | Compiling pest_derive v2.7.14 |
1738 | 2024-12-20T21:19:24.473Z | Compiling unicode-normalization v0.1.24 |
1739 | 2024-12-20T21:19:24.763Z | Compiling tinystr v0.7.6 |
1740 | 2024-12-20T21:19:24.845Z | Compiling sha2 v0.10.8 |
1741 | 2024-12-20T21:19:25.217Z | Compiling tracing-core v0.1.32 |
1742 | 2024-12-20T21:19:25.432Z | Compiling usdt-impl v0.5.0 |
1743 | 2024-12-20T21:19:25.537Z | Compiling litemap v0.7.3 |
1744 | 2024-12-20T21:19:25.640Z | Compiling dyn-clone v1.0.17 |
1745 | 2024-12-20T21:19:25.740Z | Compiling unicode-bidi v0.3.17 |
1746 | 2024-12-20T21:19:25.759Z | Compiling base64ct v1.6.0 |
1747 | 2024-12-20T21:19:25.872Z | Compiling writeable v0.5.5 |
1748 | 2024-12-20T21:19:26.315Z | Compiling icu_locid v1.5.0 |
1749 | 2024-12-20T21:19:26.376Z | Compiling pem-rfc7468 v0.7.0 |
1750 | 2024-12-20T21:19:26.944Z | Compiling tracing v0.1.40 |
1751 | 2024-12-20T21:19:27.803Z | Compiling scroll v0.12.0 |
1752 | 2024-12-20T21:19:28.037Z | Compiling ppv-lite86 v0.2.20 |
1753 | 2024-12-20T21:19:28.347Z | Compiling async-trait v0.1.83 |
1754 | 2024-12-20T21:19:28.703Z | Compiling cookie v0.18.1 |
1755 | 2024-12-20T21:19:28.990Z | Compiling anyhow v1.0.93 |
1756 | 2024-12-20T21:19:29.529Z | Compiling flagset v0.4.6 |
1757 | 2024-12-20T21:19:30.407Z | Compiling plain v0.2.3 |
1758 | 2024-12-20T21:19:30.560Z | Compiling camino v1.1.9 |
1759 | 2024-12-20T21:19:30.679Z | Compiling aws-lc-sys v0.22.0 |
1760 | 2024-12-20T21:19:31.640Z | Compiling goblin v0.8.2 |
1761 | 2024-12-20T21:19:34.950Z | Compiling der v0.7.9 |
1762 | 2024-12-20T21:19:36.140Z | Compiling rand_chacha v0.3.1 |
1763 | 2024-12-20T21:19:37.706Z | Compiling icu_provider v1.5.0 |
1764 | 2024-12-20T21:19:38.244Z | Compiling rustls-pki-types v1.10.0 |
1765 | 2024-12-20T21:19:38.687Z | Compiling rustls v0.22.4 |
1766 | 2024-12-20T21:19:38.950Z | Compiling percent-encoding v2.3.1 |
1767 | 2024-12-20T21:19:39.238Z | Compiling untrusted v0.7.1 |
1768 | 2024-12-20T21:19:39.397Z | Compiling pretty-hex v0.4.1 |
1769 | 2024-12-20T21:19:39.599Z | Compiling icu_locid_transform_data v1.5.0 |
1770 | 2024-12-20T21:19:39.707Z | Compiling rayon-core v1.12.1 |
1771 | 2024-12-20T21:19:39.872Z | Compiling icu_locid_transform v1.5.0 |
1772 | 2024-12-20T21:19:39.936Z | Compiling dof v0.3.0 |
1773 | 2024-12-20T21:19:41.065Z | Compiling spki v0.7.3 |
1774 | 2024-12-20T21:19:41.197Z | Compiling rand v0.8.5 |
1775 | 2024-12-20T21:19:41.653Z | Compiling dtrace-parser v0.2.0 |
1776 | 2024-12-20T21:19:41.824Z | Compiling salsa20 v0.10.2 |
1777 | 2024-12-20T21:19:41.986Z | Compiling tokio-util v0.7.12 |
1778 | 2024-12-20T21:19:42.096Z | Compiling icu_collections v1.5.0 |
1779 | 2024-12-20T21:19:42.819Z | Compiling pbkdf2 v0.12.2 |
1780 | 2024-12-20T21:19:43.390Z | Compiling thread-id v4.2.2 |
1781 | 2024-12-20T21:19:43.430Z | Compiling icu_properties_data v1.5.0 |
1782 | 2024-12-20T21:19:43.515Z | Compiling untrusted v0.9.0 |
1783 | 2024-12-20T21:19:43.577Z | Compiling winnow v0.5.40 |
1784 | 2024-12-20T21:19:43.689Z | Compiling powerfmt v0.2.0 |
1785 | 2024-12-20T21:19:43.709Z | Compiling mirai-annotations v1.12.0 |
1786 | 2024-12-20T21:19:44.030Z | Compiling deranged v0.3.11 |
1787 | 2024-12-20T21:19:45.862Z | Compiling icu_properties v1.5.1 |
1788 | 2024-12-20T21:19:47.506Z | Compiling toml_edit v0.19.15 |
1789 | 2024-12-20T21:19:47.995Z | Compiling scrypt v0.11.0 |
1790 | 2024-12-20T21:19:48.545Z | Compiling aes v0.8.4 |
1791 | 2024-12-20T21:19:48.810Z | Compiling cbc v0.1.2 |
1792 | 2024-12-20T21:19:49.796Z | Compiling multer v3.1.0 |
1793 | 2024-12-20T21:19:50.086Z | Compiling slog-async v2.8.0 |
1794 | 2024-12-20T21:19:50.457Z | Compiling num_threads v0.1.7 |
1795 | 2024-12-20T21:19:50.558Z | Compiling atomic-waker v1.1.2 |
1796 | 2024-12-20T21:19:50.855Z | Compiling utf8_iter v1.0.4 |
1797 | 2024-12-20T21:19:51.085Z | Compiling utf16_iter v1.0.5 |
1798 | 2024-12-20T21:19:51.296Z | Compiling write16 v1.0.0 |
1799 | 2024-12-20T21:19:51.441Z | Compiling rustversion v1.0.17 |
1800 | 2024-12-20T21:19:51.555Z | Compiling icu_normalizer_data v1.5.0 |
1801 | 2024-12-20T21:19:51.669Z | Compiling icu_normalizer v1.5.0 |
1802 | 2024-12-20T21:19:51.799Z | Compiling time v0.3.36 |
1803 | 2024-12-20T21:19:52.112Z | Compiling pkcs5 v0.7.1 |
1804 | 2024-12-20T21:19:53.778Z | Compiling form_urlencoded v1.2.1 |
1805 | 2024-12-20T21:19:54.388Z | Compiling http-body v1.0.1 |
1806 | 2024-12-20T21:19:54.567Z | Compiling heapless v0.7.17 |
1807 | 2024-12-20T21:19:55.101Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1808 | 2024-12-20T21:19:55.648Z | Compiling try-lock v0.2.5 |
1809 | 2024-12-20T21:19:56.376Z | Compiling signal-hook v0.3.17 |
1810 | 2024-12-20T21:19:56.598Z | Compiling want v0.3.1 |
1811 | 2024-12-20T21:19:58.041Z | Compiling pkcs8 v0.10.2 |
1812 | 2024-12-20T21:19:58.059Z | Compiling idna_adapter v1.2.0 |
1813 | 2024-12-20T21:19:58.716Z | Compiling h2 v0.4.6 |
1814 | 2024-12-20T21:19:59.689Z | Compiling usdt-macro v0.5.0 |
1815 | 2024-12-20T21:20:01.062Z | Compiling usdt-attr-macro v0.5.0 |
1816 | 2024-12-20T21:20:01.827Z | Compiling async-stream-impl v0.3.6 |
1817 | 2024-12-20T21:20:01.887Z | Compiling httpdate v1.0.3 |
1818 | 2024-12-20T21:20:02.342Z | Compiling adler2 v2.0.0 |
1819 | 2024-12-20T21:20:03.072Z | Compiling miniz_oxide v0.8.0 |
1820 | 2024-12-20T21:20:04.135Z | Compiling idna v1.0.3 |
1821 | 2024-12-20T21:20:05.655Z | Compiling hyper v1.5.0 |
1822 | 2024-12-20T21:20:06.585Z | Compiling curve25519-dalek v4.1.3 |
1823 | 2024-12-20T21:20:06.918Z | Compiling openapiv3 v2.0.0 |
1824 | 2024-12-20T21:20:07.081Z | Compiling enum-as-inner v0.6.1 |
1825 | 2024-12-20T21:20:08.849Z | Compiling dropshot v0.12.0 |
1826 | 2024-12-20T21:20:09.144Z | Compiling smoltcp v0.9.1 |
1827 | 2024-12-20T21:20:09.695Z | Compiling tower-service v0.3.3 |
1828 | 2024-12-20T21:20:09.742Z | Compiling base64 v0.22.1 |
1829 | 2024-12-20T21:20:09.837Z | Compiling portable-atomic v1.9.0 |
1830 | 2024-12-20T21:20:10.433Z | Compiling match_cfg v0.1.0 |
1831 | 2024-12-20T21:20:10.452Z | Compiling num-bigint-dig v0.8.4 |
1832 | 2024-12-20T21:20:10.534Z | Compiling foreign-types-shared v0.1.1 |
1833 | 2024-12-20T21:20:10.725Z | Compiling foreign-types v0.3.2 |
1834 | 2024-12-20T21:20:10.751Z | Compiling hostname v0.3.1 |
1835 | 2024-12-20T21:20:10.825Z | Compiling hyper-util v0.1.10 |
1836 | 2024-12-20T21:20:17.330Z | Compiling url v2.5.3 |
1837 | 2024-12-20T21:20:19.368Z | Compiling dirs-sys-next v0.1.2 |
1838 | 2024-12-20T21:20:19.397Z | Compiling gimli v0.31.1 |
1839 | 2024-12-20T21:20:19.870Z | Compiling ident_case v1.0.1 |
1840 | 2024-12-20T21:20:19.929Z | Compiling heck v0.4.1 |
1841 | 2024-12-20T21:20:20.048Z | Compiling siphasher v0.3.11 |
1842 | 2024-12-20T21:20:20.052Z | Compiling data-encoding v2.6.0 |
1843 | 2024-12-20T21:20:20.135Z | Compiling darling_core v0.20.10 |
1844 | 2024-12-20T21:20:20.514Z | Compiling dirs-next v2.0.0 |
1845 | 2024-12-20T21:20:23.289Z | Compiling http-body-util v0.1.2 |
1846 | 2024-12-20T21:20:24.402Z | Compiling addr2line v0.24.2 |
1847 | 2024-12-20T21:20:26.237Z | Compiling crossbeam-epoch v0.9.18 |
1848 | 2024-12-20T21:20:26.411Z | Compiling hubpack_derive v0.1.1 |
1849 | 2024-12-20T21:20:26.947Z | Compiling dropshot_endpoint v0.12.0 |
1850 | 2024-12-20T21:20:27.228Z | Compiling sha1 v0.10.6 |
1851 | 2024-12-20T21:20:27.260Z | Compiling signature v2.2.0 |
1852 | 2024-12-20T21:20:27.495Z | Compiling curve25519-dalek-derive v0.1.1 |
1853 | 2024-12-20T21:20:27.636Z | Compiling zerocopy-derive v0.6.6 |
1854 | 2024-12-20T21:20:28.124Z | Compiling object v0.36.5 |
1855 | 2024-12-20T21:20:28.866Z | Compiling thread_local v1.1.8 |
1856 | 2024-12-20T21:20:29.353Z | Compiling fs-err v2.11.0 |
1857 | 2024-12-20T21:20:29.533Z | Compiling encoding_rs v0.8.34 |
1858 | 2024-12-20T21:20:30.974Z | Compiling unicode-properties v0.1.3 |
1859 | 2024-12-20T21:20:31.374Z | Compiling winnow v0.6.20 |
1860 | 2024-12-20T21:20:35.263Z | Compiling mime v0.3.17 |
1861 | 2024-12-20T21:20:35.776Z | Compiling anstyle v1.0.10 |
1862 | 2024-12-20T21:20:36.252Z | Compiling ipnet v2.10.1 |
1863 | 2024-12-20T21:20:37.313Z | Compiling openssl-probe v0.1.5 |
1864 | 2024-12-20T21:20:37.331Z | Compiling utf8parse v0.2.2 |
1865 | 2024-12-20T21:20:37.593Z | Compiling rustc-demangle v0.1.24 |
1866 | 2024-12-20T21:20:38.606Z | Compiling backtrace v0.3.74 |
1867 | 2024-12-20T21:20:40.520Z | Compiling anstyle-parse v0.2.5 |
1868 | 2024-12-20T21:20:40.778Z | Compiling toml_edit v0.22.22 |
1869 | 2024-12-20T21:20:40.851Z | Compiling stringprep v0.1.5 |
1870 | 2024-12-20T21:20:44.064Z | Compiling rustls-webpki v0.102.8 |
1871 | 2024-12-20T21:20:44.694Z | Compiling crossbeam-deque v0.8.5 |
1872 | 2024-12-20T21:20:49.568Z | Compiling darling_macro v0.20.10 |
1873 | 2024-12-20T21:20:51.326Z | Compiling term v0.7.0 |
1874 | 2024-12-20T21:20:52.823Z | Compiling slog-json v2.6.1 |
1875 | 2024-12-20T21:20:53.971Z | Compiling serde_urlencoded v0.7.1 |
1876 | 2024-12-20T21:20:54.655Z | Compiling crossbeam-channel v0.5.13 |
1877 | 2024-12-20T21:20:54.950Z | Compiling rustls-pemfile v2.2.0 |
1878 | 2024-12-20T21:20:55.412Z | Compiling hashbrown v0.14.5 |
1879 | 2024-12-20T21:20:55.770Z | Compiling idna v0.4.0 |
1880 | 2024-12-20T21:20:55.881Z | Compiling idna v0.3.0 |
1881 | 2024-12-20T21:20:56.755Z | Compiling futures-executor v0.3.31 |
1882 | 2024-12-20T21:20:57.316Z | Compiling num-integer v0.1.46 |
1883 | 2024-12-20T21:20:57.446Z | Compiling md-5 v0.10.6 |
1884 | 2024-12-20T21:20:57.689Z | Compiling ff v0.13.0 |
1885 | 2024-12-20T21:20:57.930Z | Compiling hash32 v0.2.1 |
1886 | 2024-12-20T21:20:57.950Z | Compiling is-terminal v0.4.13 |
1887 | 2024-12-20T21:20:58.027Z | Compiling memmap v0.7.0 |
1888 | 2024-12-20T21:20:58.320Z | Compiling anstyle-query v1.1.1 |
1889 | 2024-12-20T21:20:58.367Z | Compiling utf-8 v0.7.6 |
1890 | 2024-12-20T21:20:58.470Z | Compiling linked-hash-map v0.5.6 |
1891 | 2024-12-20T21:20:59.528Z | Compiling base16ct v0.2.0 |
1892 | 2024-12-20T21:20:59.685Z | Compiling is_terminal_polyfill v1.70.1 |
1893 | 2024-12-20T21:20:59.827Z | Compiling fallible-iterator v0.2.0 |
1894 | 2024-12-20T21:21:00.369Z | Compiling psl-types v2.0.11 |
1895 | 2024-12-20T21:21:00.556Z | Compiling take_mut v0.2.2 |
1896 | 2024-12-20T21:21:00.575Z | Compiling colorchoice v1.0.2 |
1897 | 2024-12-20T21:21:00.710Z | Compiling quick-error v1.2.3 |
1898 | 2024-12-20T21:21:00.729Z | Compiling anstream v0.6.15 |
1899 | 2024-12-20T21:21:00.864Z | Compiling resolv-conf v0.7.0 |
1900 | 2024-12-20T21:21:01.559Z | Compiling publicsuffix v2.2.3 |
1901 | 2024-12-20T21:21:01.834Z | Compiling postgres-protocol v0.6.7 |
1902 | 2024-12-20T21:21:02.436Z | Compiling sec1 v0.7.3 |
1903 | 2024-12-20T21:21:03.045Z | Compiling lru-cache v0.1.2 |
1904 | 2024-12-20T21:21:03.065Z | Compiling tungstenite v0.24.0 |
1905 | 2024-12-20T21:21:03.069Z | Compiling usdt v0.5.0 |
1906 | 2024-12-20T21:21:03.575Z | Compiling slog-term v2.9.1 |
1907 | 2024-12-20T21:21:04.492Z | Compiling group v0.13.0 |
1908 | 2024-12-20T21:21:04.666Z | Compiling num-iter v0.1.45 |
1909 | 2024-12-20T21:21:04.794Z | Compiling futures v0.3.31 |
1910 | 2024-12-20T21:21:04.860Z | Compiling regress v0.10.1 |
1911 | 2024-12-20T21:21:04.919Z | Compiling hickory-proto v0.24.1 |
1912 | 2024-12-20T21:21:08.686Z | Compiling tokio-rustls v0.26.0 |
1913 | 2024-12-20T21:21:09.070Z | Compiling slog-bunyan v2.5.0 |
1914 | 2024-12-20T21:21:09.143Z | Compiling darling v0.20.10 |
1915 | 2024-12-20T21:21:09.161Z | Compiling tokio-rustls v0.25.0 |
1916 | 2024-12-20T21:21:09.261Z | Compiling toml v0.8.19 |
1917 | 2024-12-20T21:21:09.437Z | Compiling tokio-native-tls v0.3.1 |
1918 | 2024-12-20T21:21:09.499Z | Compiling phf_shared v0.11.2 |
1919 | 2024-12-20T21:21:09.598Z | Compiling strum_macros v0.25.3 |
1920 | 2024-12-20T21:21:09.906Z | Compiling async-stream v0.3.6 |
1921 | 2024-12-20T21:21:09.988Z | Compiling waitgroup v0.1.2 |
1922 | 2024-12-20T21:21:10.193Z | Compiling webpki-roots v0.26.6 |
1923 | 2024-12-20T21:21:10.791Z | Compiling idna v0.5.0 |
1924 | 2024-12-20T21:21:10.811Z | Compiling terminal_size v0.4.0 |
1925 | 2024-12-20T21:21:11.034Z | Compiling serde_path_to_error v0.1.16 |
1926 | 2024-12-20T21:21:11.734Z | Compiling hkdf v0.12.4 |
1927 | 2024-12-20T21:21:12.104Z | Compiling crypto-bigint v0.5.5 |
1928 | 2024-12-20T21:21:12.238Z | Compiling derive-where v1.2.7 |
1929 | 2024-12-20T21:21:12.578Z | Compiling clap_derive v4.5.18 |
1930 | 2024-12-20T21:21:13.228Z | Compiling serde_repr v0.1.19 |
1931 | 2024-12-20T21:21:13.723Z | Compiling hostname v0.4.0 |
1932 | 2024-12-20T21:21:13.958Z | Compiling crc32fast v1.4.2 |
1933 | 2024-12-20T21:21:14.261Z | Compiling debug-ignore v1.0.5 |
1934 | 2024-12-20T21:21:14.342Z | Compiling managed v0.8.0 |
1935 | 2024-12-20T21:21:14.563Z | Compiling bitflags v1.3.2 |
1936 | 2024-12-20T21:21:15.421Z | Compiling unicode-width v0.1.14 |
1937 | 2024-12-20T21:21:15.672Z | Compiling clap_lex v0.7.2 |
1938 | 2024-12-20T21:21:15.968Z | Compiling clap_builder v4.5.21 |
1939 | 2024-12-20T21:21:15.988Z | Compiling console v0.15.8 |
1940 | 2024-12-20T21:21:16.112Z | Compiling elliptic-curve v0.13.8 |
1941 | 2024-12-20T21:21:17.809Z | Compiling flate2 v1.0.34 |
1942 | 2024-12-20T21:21:18.773Z | Compiling cookie_store v0.21.0 |
1943 | 2024-12-20T21:21:20.778Z | Compiling hyper-rustls v0.27.3 |
1944 | 2024-12-20T21:21:21.439Z | Compiling hickory-resolver v0.24.1 |
1945 | 2024-12-20T21:21:25.541Z | Compiling phf v0.11.2 |
1946 | 2024-12-20T21:21:25.866Z | Compiling hyper-tls v0.6.0 |
1947 | 2024-12-20T21:21:25.885Z | Compiling signal-hook-mio v0.2.4 |
1948 | 2024-12-20T21:21:26.050Z | Compiling bzip2 v0.4.4 |
1949 | 2024-12-20T21:21:26.070Z | Compiling typify-impl v0.2.0 |
1950 | 2024-12-20T21:21:26.256Z | Compiling rayon v1.10.0 |
1951 | 2024-12-20T21:21:26.419Z | Compiling tokio-tungstenite v0.24.0 |
1952 | 2024-12-20T21:21:26.876Z | Compiling postgres-types v0.2.8 |
1953 | 2024-12-20T21:21:27.262Z | Compiling zerocopy v0.6.6 |
1954 | 2024-12-20T21:21:27.291Z | Compiling ed25519 v2.2.3 |
1955 | 2024-12-20T21:21:27.463Z | Compiling hubpack v0.1.2 |
1956 | 2024-12-20T21:21:27.706Z | Compiling phf_shared v0.10.0 |
1957 | 2024-12-20T21:21:28.118Z | Compiling pkcs1 v0.7.5 |
1958 | 2024-12-20T21:21:28.138Z | Compiling tokio-stream v0.1.16 |
1959 | 2024-12-20T21:21:29.074Z | Compiling serde-big-array v0.5.1 |
1960 | 2024-12-20T21:21:29.158Z | Compiling rfc6979 v0.4.0 |
1961 | 2024-12-20T21:21:29.323Z | Compiling float-cmp v0.9.0 |
1962 | 2024-12-20T21:21:29.352Z | Compiling sync_wrapper v1.0.1 |
1963 | 2024-12-20T21:21:29.507Z | Compiling bstr v1.10.0 |
1964 | 2024-12-20T21:21:31.132Z | Compiling unicode-width v0.2.0 |
1965 | 2024-12-20T21:21:31.152Z | Compiling predicates-core v1.0.8 |
1966 | 2024-12-20T21:21:31.188Z | Compiling normalize-line-endings v0.3.0 |
1967 | 2024-12-20T21:21:31.321Z | Compiling precomputed-hash v0.1.1 |
1968 | 2024-12-20T21:21:31.450Z | Compiling number_prefix v0.4.0 |
1969 | 2024-12-20T21:21:31.468Z | Compiling new_debug_unreachable v1.0.6 |
1970 | 2024-12-20T21:21:31.566Z | Compiling fixedbitset v0.4.2 |
1971 | 2024-12-20T21:21:31.667Z | Compiling unicode-segmentation v1.12.0 |
1972 | 2024-12-20T21:21:31.686Z | Compiling difflib v0.4.0 |
1973 | 2024-12-20T21:21:32.456Z | Compiling bit-vec v0.6.3 |
1974 | 2024-12-20T21:21:32.556Z | Compiling static_assertions v1.1.0 |
1975 | 2024-12-20T21:21:32.665Z | Compiling whoami v1.5.2 |
1976 | 2024-12-20T21:21:32.896Z | Compiling bit-set v0.5.3 |
1977 | 2024-12-20T21:21:32.926Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1978 | 2024-12-20T21:21:33.203Z | Compiling tokio-postgres v0.7.12 |
1979 | 2024-12-20T21:21:33.270Z | Compiling similar v2.6.0 |
1980 | 2024-12-20T21:21:35.214Z | Compiling predicates v3.1.2 |
1981 | 2024-12-20T21:21:35.338Z | Compiling petgraph v0.6.5 |
1982 | 2024-12-20T21:21:36.764Z | Compiling indicatif v0.17.9 |
1983 | 2024-12-20T21:21:38.108Z | Compiling typify-macro v0.2.0 |
1984 | 2024-12-20T21:21:38.704Z | Compiling string_cache v0.8.7 |
1985 | 2024-12-20T21:21:39.114Z | Compiling reqwest v0.12.9 |
1986 | 2024-12-20T21:21:39.406Z | Compiling ecdsa v0.16.9 |
1987 | 2024-12-20T21:21:39.695Z | Compiling qorb v0.2.1 |
1988 | 2024-12-20T21:21:40.228Z | Compiling rsa v0.9.6 |
1989 | 2024-12-20T21:21:40.652Z | Compiling ed25519-dalek v2.1.1 |
1990 | 2024-12-20T21:21:41.671Z | Compiling zip v0.6.6 |
1991 | 2024-12-20T21:21:41.800Z | Compiling crossterm v0.28.1 |
1992 | 2024-12-20T21:21:42.032Z | Compiling clap v4.5.21 |
1993 | 2024-12-20T21:21:43.312Z | Compiling toml v0.7.8 |
1994 | 2024-12-20T21:21:44.596Z | Compiling x509-cert v0.2.5 |
1995 | 2024-12-20T21:21:45.050Z | Compiling hex v0.4.3 |
1996 | 2024-12-20T21:21:46.036Z | Compiling lalrpop-util v0.19.12 |
1997 | 2024-12-20T21:21:46.057Z | Compiling peg-runtime v0.8.3 |
1998 | 2024-12-20T21:21:46.265Z | Compiling zerocopy v0.8.10 |
1999 | 2024-12-20T21:21:46.588Z | Compiling unicode-xid v0.2.6 |
2000 | 2024-12-20T21:21:49.558Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2001 | 2024-12-20T21:21:53.301Z | Compiling proc-macro-crate v1.3.1 |
2002 | 2024-12-20T21:21:53.509Z | Compiling ipnetwork v0.20.0 |
2003 | 2024-12-20T21:21:53.551Z | Compiling macaddr v1.0.1 |
2004 | 2024-12-20T21:21:54.195Z | Compiling zerocopy-derive v0.8.10 |
2005 | 2024-12-20T21:21:54.441Z | Compiling itertools v0.13.0 |
2006 | 2024-12-20T21:21:57.240Z | Compiling heapless v0.8.0 |
2007 | 2024-12-20T21:21:57.765Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2008 | 2024-12-20T21:22:02.229Z | Compiling num_enum_derive v0.5.11 |
2009 | 2024-12-20T21:22:10.735Z | Compiling hash32 v0.3.1 |
2010 | 2024-12-20T21:22:11.100Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2011 | 2024-12-20T21:22:11.923Z | Compiling smoltcp v0.11.0 |
2012 | 2024-12-20T21:22:16.834Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2013 | 2024-12-20T21:22:17.036Z | Compiling num_enum v0.5.11 |
2014 | 2024-12-20T21:22:17.751Z | Compiling typify v0.2.0 |
2015 | 2024-12-20T21:22:18.482Z | Compiling proc-macro-error-attr v1.0.4 |
2016 | 2024-12-20T21:22:18.887Z | Compiling unsafe-libyaml v0.2.11 |
2017 | 2024-12-20T21:22:19.827Z | Compiling cobs v0.2.3 |
2018 | 2024-12-20T21:22:20.276Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2019 | 2024-12-20T21:22:20.680Z | Compiling serde_yaml v0.9.34+deprecated |
2020 | 2024-12-20T21:22:20.799Z | Compiling postcard v1.0.10 |
2021 | 2024-12-20T21:22:36.180Z | Compiling progenitor-impl v0.8.0 |
2022 | 2024-12-20T21:22:37.315Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2023 | 2024-12-20T21:22:49.578Z | Compiling strum_macros v0.26.4 |
2024 | 2024-12-20T21:22:50.372Z | Compiling structmeta-derive v0.3.0 |
2025 | 2024-12-20T21:22:50.463Z | Compiling foreign-types-macros v0.2.3 |
2026 | 2024-12-20T21:22:50.636Z | Compiling proc-macro-error v1.0.4 |
2027 | 2024-12-20T21:22:50.781Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2028 | 2024-12-20T21:22:51.067Z | Compiling foreign-types-shared v0.3.1 |
2029 | 2024-12-20T21:22:51.681Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2030 | 2024-12-20T21:22:51.760Z | Compiling newtype-uuid v1.1.3 |
2031 | 2024-12-20T21:22:52.955Z | Compiling structmeta v0.3.0 |
2032 | 2024-12-20T21:22:53.984Z | Compiling strum v0.26.3 |
2033 | 2024-12-20T21:22:57.426Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2034 | 2024-12-20T21:22:57.591Z | Compiling foreign-types v0.5.0 |
2035 | 2024-12-20T21:23:02.223Z | Compiling progenitor-macro v0.8.0 |
2036 | 2024-12-20T21:23:07.228Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2037 | 2024-12-20T21:23:07.305Z | Compiling progenitor-client v0.8.0 |
2038 | 2024-12-20T21:23:07.558Z | Compiling tabwriter v1.4.0 |
2039 | 2024-12-20T21:23:08.347Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2040 | 2024-12-20T21:23:09.136Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2041 | 2024-12-20T21:23:09.975Z | Compiling cstr-argument v0.1.2 |
2042 | 2024-12-20T21:23:10.243Z | Compiling dropshot v0.13.0 |
2043 | 2024-12-20T21:23:10.860Z | Compiling pretty-hex v0.2.1 |
2044 | 2024-12-20T21:23:11.099Z | Compiling crucible-workspace-hack v0.1.0 |
2045 | 2024-12-20T21:23:11.398Z | Compiling thiserror v2.0.3 |
2046 | 2024-12-20T21:23:11.867Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2047 | 2024-12-20T21:23:12.163Z | Compiling fastrand v2.1.1 |
2048 | 2024-12-20T21:23:12.987Z | Compiling tempfile v3.13.0 |
2049 | 2024-12-20T21:23:13.580Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2050 | 2024-12-20T21:23:13.702Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2051 | 2024-12-20T21:23:14.236Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2052 | 2024-12-20T21:23:15.107Z | Compiling parse-display-derive v0.10.0 |
2053 | 2024-12-20T21:23:15.140Z | Compiling colored v2.1.0 |
2054 | 2024-12-20T21:23:15.164Z | Compiling progenitor v0.8.0 |
2055 | 2024-12-20T21:23:15.164Z | Compiling serde_with_macros v3.11.0 |
2056 | 2024-12-20T21:23:15.423Z | Compiling dropshot_endpoint v0.13.0 |
2057 | 2024-12-20T21:23:16.201Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2058 | 2024-12-20T21:23:16.948Z | Compiling thiserror-impl v2.0.3 |
2059 | 2024-12-20T21:23:17.710Z | Compiling instant v0.1.13 |
2060 | 2024-12-20T21:23:17.896Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2061 | 2024-12-20T21:23:18.293Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2062 | 2024-12-20T21:23:18.614Z | Compiling parse-display v0.10.0 |
2063 | 2024-12-20T21:23:19.442Z | Compiling backoff v0.4.0 |
2064 | 2024-12-20T21:23:19.628Z | Compiling serde_with v3.11.0 |
2065 | 2024-12-20T21:23:19.827Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2066 | 2024-12-20T21:23:20.053Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2067 | 2024-12-20T21:23:20.535Z | Compiling zone_cfg_derive v0.3.0 |
2068 | 2024-12-20T21:23:21.301Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2069 | 2024-12-20T21:23:21.878Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2070 | 2024-12-20T21:23:22.041Z | Compiling camino-tempfile v1.1.1 |
2071 | 2024-12-20T21:23:22.612Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2072 | 2024-12-20T21:23:22.834Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2073 | 2024-12-20T21:23:23.034Z | Compiling regress v0.9.1 |
2074 | 2024-12-20T21:23:23.149Z | Compiling num-derive v0.4.2 |
2075 | 2024-12-20T21:23:23.914Z | Compiling sigpipe v0.1.3 |
2076 | 2024-12-20T21:23:24.055Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2077 | 2024-12-20T21:23:24.356Z | Compiling libefi-sys v0.1.0 |
2078 | 2024-12-20T21:23:24.711Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2079 | 2024-12-20T21:23:25.392Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2080 | 2024-12-20T21:23:26.966Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2081 | 2024-12-20T21:23:27.539Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2082 | 2024-12-20T21:23:27.999Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2083 | 2024-12-20T21:23:30.015Z | Compiling zone v0.3.0 |
2084 | 2024-12-20T21:23:31.776Z | Compiling smf v0.2.3 |
2085 | 2024-12-20T21:23:32.317Z | Compiling bitfield-struct v0.6.2 |
2086 | 2024-12-20T21:23:33.438Z | Compiling blake3 v1.5.4 |
2087 | 2024-12-20T21:23:33.700Z | Compiling ring v0.16.20 |
2088 | 2024-12-20T21:23:34.068Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2089 | 2024-12-20T21:23:34.596Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2090 | 2024-12-20T21:23:35.017Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2091 | 2024-12-20T21:23:35.374Z | Compiling xattr v1.3.1 |
2092 | 2024-12-20T21:23:35.410Z | Compiling filetime v0.2.25 |
2093 | 2024-12-20T21:23:35.695Z | Compiling memmap2 v0.9.5 |
2094 | 2024-12-20T21:23:35.763Z | Compiling arrayvec v0.7.6 |
2095 | 2024-12-20T21:23:36.178Z | Compiling spin v0.5.2 |
2096 | 2024-12-20T21:23:36.265Z | Compiling same-file v1.0.6 |
2097 | 2024-12-20T21:23:36.297Z | Compiling arrayref v0.3.9 |
2098 | 2024-12-20T21:23:36.410Z | Compiling constant_time_eq v0.3.1 |
2099 | 2024-12-20T21:23:36.446Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2100 | 2024-12-20T21:23:36.579Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2101 | 2024-12-20T21:23:36.598Z | Compiling walkdir v2.5.0 |
2102 | 2024-12-20T21:23:38.066Z | Compiling tar v0.4.42 |
2103 | 2024-12-20T21:23:38.277Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2104 | 2024-12-20T21:23:38.874Z | Compiling gethostname v0.5.0 |
2105 | 2024-12-20T21:23:39.083Z | Compiling cargo-platform v0.1.8 |
2106 | 2024-12-20T21:23:39.255Z | Compiling topological-sort v0.2.2 |
2107 | 2024-12-20T21:23:39.540Z | Compiling cargo_metadata v0.18.1 |
2108 | 2024-12-20T21:23:39.840Z | Compiling shell-words v1.1.0 |
2109 | 2024-12-20T21:23:43.169Z | Compiling omicron-zone-package v0.11.1 |
2110 | 2024-12-20T21:23:45.552Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2111 | 2024-12-20T21:23:46.945Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2112 | 2024-12-20T21:23:54.643Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2113 | 2024-12-20T21:24:09.725Z | Finished `release` profile [optimized] target(s) in 5m 27s |
2114 | 2024-12-20T21:24:09.891Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2115 | 2024-12-20T21:24:09.936Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2116 | 2024-12-20T21:24:09.938Z | Created new build target 'test' and set it as active |
2117 | 2024-12-20T21:24:09.938Z | |
2118 | 2024-12-20T21:24:09.938Z | real 5:28.123329033 |
2119 | 2024-12-20T21:24:09.938Z | user 36:57.602616923 |
2120 | 2024-12-20T21:24:09.938Z | sys 4:55.517672143 |
2121 | 2024-12-20T21:24:09.938Z | trap 1.095626807 |
2122 | 2024-12-20T21:24:09.938Z | tflt 2.989158750 |
2123 | 2024-12-20T21:24:09.938Z | dflt 0.866532267 |
2124 | 2024-12-20T21:24:09.938Z | kflt 0.010334292 |
2125 | 2024-12-20T21:24:09.938Z | lock 1:18:00.132114397 |
2126 | 2024-12-20T21:24:09.938Z | slp 2:34:50.934627477 |
2127 | 2024-12-20T21:24:09.938Z | lat 2:34.455996623 |
2128 | 2024-12-20T21:24:09.938Z | stop 4:30.698155207 |
2129 | 2024-12-20T21:24:09.940Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2130 | 2024-12-20T21:24:10.911Z | Finished `release` profile [optimized] target(s) in 0.92s |
2131 | 2024-12-20T21:24:10.968Z | Running `target/release/omicron-package -t test package` |
2132 | 2024-12-20T21:24:11.014Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2133 | 2024-12-20T21:24:12.134Z | Compiling convert_case v0.4.0 |
2134 | 2024-12-20T21:24:12.134Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2135 | 2024-12-20T21:24:12.134Z | Compiling newline-converter v0.3.0 |
2136 | 2024-12-20T21:24:12.137Z | Compiling base64 v0.21.7 |
2137 | 2024-12-20T21:24:12.137Z | Compiling password-hash v0.5.0 |
2138 | 2024-12-20T21:24:12.137Z | Compiling progenitor-client v0.8.0 |
2139 | 2024-12-20T21:24:12.137Z | Compiling blake2 v0.10.6 |
2140 | 2024-12-20T21:24:12.137Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2141 | 2024-12-20T21:24:12.479Z | Compiling expectorate v1.1.0 |
2142 | 2024-12-20T21:24:12.494Z | Compiling atomicwrites v0.4.4 |
2143 | 2024-12-20T21:24:12.664Z | Compiling progenitor v0.8.0 |
2144 | 2024-12-20T21:24:12.752Z | Compiling argon2 v0.5.3 |
2145 | 2024-12-20T21:24:12.938Z | Compiling cancel-safe-futures v0.1.5 |
2146 | 2024-12-20T21:24:12.988Z | Compiling owo-colors v4.1.0 |
2147 | 2024-12-20T21:24:13.059Z | Compiling num-rational v0.4.2 |
2148 | 2024-12-20T21:24:13.093Z | Compiling derive_more v0.99.18 |
2149 | 2024-12-20T21:24:13.305Z | Compiling num-complex v0.4.6 |
2150 | 2024-12-20T21:24:13.510Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2151 | 2024-12-20T21:24:14.031Z | Compiling libsw v3.3.1 |
2152 | 2024-12-20T21:24:14.082Z | Compiling float-ord v0.3.2 |
2153 | 2024-12-20T21:24:14.259Z | Compiling linear-map v1.2.0 |
2154 | 2024-12-20T21:24:14.363Z | Compiling indent_write v2.2.0 |
2155 | 2024-12-20T21:24:14.382Z | Compiling swrite v0.1.0 |
2156 | 2024-12-20T21:24:14.513Z | Compiling num v0.4.3 |
2157 | 2024-12-20T21:24:14.594Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2158 | 2024-12-20T21:24:14.623Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2159 | 2024-12-20T21:24:14.640Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2160 | 2024-12-20T21:24:14.697Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2161 | 2024-12-20T21:24:15.180Z | Compiling highway v1.2.0 |
2162 | 2024-12-20T21:24:15.601Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2163 | 2024-12-20T21:24:16.244Z | Compiling semver v0.1.20 |
2164 | 2024-12-20T21:24:16.589Z | Compiling tungstenite v0.21.0 |
2165 | 2024-12-20T21:24:16.823Z | Compiling rustc_version v0.1.7 |
2166 | 2024-12-20T21:24:17.261Z | Compiling newtype_derive v0.1.6 |
2167 | 2024-12-20T21:24:17.572Z | Compiling newtype-uuid v1.1.3 |
2168 | 2024-12-20T21:24:17.922Z | Compiling tokio-tungstenite v0.21.0 |
2169 | 2024-12-20T21:24:18.710Z | Compiling dropshot v0.13.0 |
2170 | 2024-12-20T21:24:18.779Z | Compiling ipnetwork v0.20.0 |
2171 | 2024-12-20T21:24:19.540Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2172 | 2024-12-20T21:24:19.671Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2173 | 2024-12-20T21:24:21.736Z | Compiling instant v0.1.13 |
2174 | 2024-12-20T21:24:21.900Z | Compiling humantime v2.1.0 |
2175 | 2024-12-20T21:24:22.551Z | Compiling backoff v0.4.0 |
2176 | 2024-12-20T21:24:22.763Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2177 | 2024-12-20T21:24:23.507Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2178 | 2024-12-20T21:24:23.622Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2179 | 2024-12-20T21:24:23.848Z | Compiling parse-display v0.10.0 |
2180 | 2024-12-20T21:24:24.157Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2181 | 2024-12-20T21:24:24.345Z | Compiling strum v0.26.3 |
2182 | 2024-12-20T21:24:24.394Z | Compiling serde_with v3.11.0 |
2183 | 2024-12-20T21:24:24.542Z | Compiling regress v0.9.1 |
2184 | 2024-12-20T21:24:28.405Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2185 | 2024-12-20T21:24:29.349Z | Compiling macaddr v1.0.1 |
2186 | 2024-12-20T21:24:29.702Z | Compiling slog-dtrace v0.3.0 |
2187 | 2024-12-20T21:24:29.803Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2188 | 2024-12-20T21:24:30.158Z | Compiling steno v0.4.1 |
2189 | 2024-12-20T21:24:30.497Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2190 | 2024-12-20T21:24:31.594Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2191 | 2024-12-20T21:24:33.071Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2192 | 2024-12-20T21:24:33.173Z | Compiling prettyplease v0.2.25 |
2193 | 2024-12-20T21:24:34.771Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2194 | 2024-12-20T21:24:35.108Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2195 | 2024-12-20T21:24:35.978Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2196 | 2024-12-20T21:24:36.965Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2197 | 2024-12-20T21:24:39.671Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2198 | 2024-12-20T21:24:50.217Z | Compiling half v2.4.1 |
2199 | 2024-12-20T21:24:50.248Z | Compiling ciborium-io v0.2.2 |
2200 | 2024-12-20T21:24:50.248Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2201 | 2024-12-20T21:24:50.460Z | Compiling ciborium-ll v0.2.2 |
2202 | 2024-12-20T21:24:50.994Z | Compiling ciborium v0.2.2 |
2203 | 2024-12-20T21:24:52.144Z | Compiling display-error-chain v0.2.2 |
2204 | 2024-12-20T21:24:52.374Z | Compiling same-file v1.0.6 |
2205 | 2024-12-20T21:24:52.633Z | Compiling fastrand v2.1.1 |
2206 | 2024-12-20T21:24:53.145Z | Compiling tempfile v3.13.0 |
2207 | 2024-12-20T21:24:53.613Z | Compiling walkdir v2.5.0 |
2208 | 2024-12-20T21:24:53.959Z | Compiling blake3 v1.5.4 |
2209 | 2024-12-20T21:24:54.273Z | Compiling ring v0.16.20 |
2210 | 2024-12-20T21:24:54.592Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2211 | 2024-12-20T21:24:54.933Z | Compiling xattr v1.3.1 |
2212 | 2024-12-20T21:24:55.206Z | Compiling memmap2 v0.9.5 |
2213 | 2024-12-20T21:24:55.626Z | Compiling filetime v0.2.25 |
2214 | 2024-12-20T21:24:55.931Z | Compiling constant_time_eq v0.3.1 |
2215 | 2024-12-20T21:24:55.962Z | Compiling arrayvec v0.7.6 |
2216 | 2024-12-20T21:24:56.095Z | Compiling arrayref v0.3.9 |
2217 | 2024-12-20T21:24:56.158Z | Compiling keccak v0.1.5 |
2218 | 2024-12-20T21:24:56.202Z | Compiling spin v0.5.2 |
2219 | 2024-12-20T21:24:56.459Z | Compiling sha3 v0.10.8 |
2220 | 2024-12-20T21:24:56.647Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2221 | 2024-12-20T21:24:56.694Z | Compiling tar v0.4.42 |
2222 | 2024-12-20T21:24:57.084Z | Compiling toolchain_find v0.4.0 |
2223 | 2024-12-20T21:24:57.308Z | Compiling camino-tempfile v1.1.1 |
2224 | 2024-12-20T21:24:57.452Z | Compiling const_format_proc_macros v0.2.33 |
2225 | 2024-12-20T21:24:57.683Z | Compiling topological-sort v0.2.2 |
2226 | 2024-12-20T21:24:57.761Z | Compiling crunchy v0.2.2 |
2227 | 2024-12-20T21:24:57.908Z | Compiling radium v0.7.0 |
2228 | 2024-12-20T21:24:58.232Z | Compiling maplit v1.0.2 |
2229 | 2024-12-20T21:24:58.403Z | Compiling rustfmt-wrapper v0.2.1 |
2230 | 2024-12-20T21:24:58.421Z | Compiling tap v1.0.1 |
2231 | 2024-12-20T21:24:58.625Z | Compiling tiny-keccak v2.0.2 |
2232 | 2024-12-20T21:24:58.699Z | Compiling maybe-uninit v2.0.0 |
2233 | 2024-12-20T21:24:58.901Z | Compiling omicron-zone-package v0.11.1 |
2234 | 2024-12-20T21:24:58.991Z | Compiling wyz v0.5.1 |
2235 | 2024-12-20T21:24:59.392Z | Compiling const_format v0.2.33 |
2236 | 2024-12-20T21:24:59.570Z | Compiling dsl_auto_type v0.1.2 |
2237 | 2024-12-20T21:24:59.845Z | Compiling phf_generator v0.11.2 |
2238 | 2024-12-20T21:25:00.051Z | Compiling scheduled-thread-pool v0.2.7 |
2239 | 2024-12-20T21:25:00.111Z | Compiling secrecy v0.8.0 |
2240 | 2024-12-20T21:25:00.366Z | Compiling async-recursion v1.1.1 |
2241 | 2024-12-20T21:25:00.631Z | Compiling diesel_table_macro_syntax v0.2.0 |
2242 | 2024-12-20T21:25:00.983Z | Compiling packed_struct v0.10.1 |
2243 | 2024-12-20T21:25:01.026Z | Compiling crc-catalog v2.4.0 |
2244 | 2024-12-20T21:25:01.188Z | Compiling funty v2.0.0 |
2245 | 2024-12-20T21:25:01.349Z | Compiling arc-swap v1.7.1 |
2246 | 2024-12-20T21:25:01.395Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2247 | 2024-12-20T21:25:01.499Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2248 | 2024-12-20T21:25:01.767Z | Compiling crc v3.2.1 |
2249 | 2024-12-20T21:25:01.788Z | Compiling diesel_derives v2.2.3 |
2250 | 2024-12-20T21:25:01.971Z | Compiling slog-scope v4.4.0 |
2251 | 2024-12-20T21:25:02.022Z | Compiling r2d2 v0.8.10 |
2252 | 2024-12-20T21:25:02.493Z | Compiling bitvec v1.0.1 |
2253 | 2024-12-20T21:25:02.781Z | Compiling phf_codegen v0.11.2 |
2254 | 2024-12-20T21:25:03.665Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2255 | 2024-12-20T21:25:03.686Z | Compiling ascii-canvas v3.0.0 |
2256 | 2024-12-20T21:25:03.831Z | Compiling universal-hash v0.5.1 |
2257 | 2024-12-20T21:25:04.070Z | Compiling packed_struct_codegen v0.10.1 |
2258 | 2024-12-20T21:25:04.203Z | Compiling thiserror-impl-no-std v2.0.2 |
2259 | 2024-12-20T21:25:04.238Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2260 | 2024-12-20T21:25:06.605Z | Compiling parse-zoneinfo v0.3.1 |
2261 | 2024-12-20T21:25:06.800Z | Compiling ena v0.14.3 |
2262 | 2024-12-20T21:25:07.215Z | Compiling indexmap v1.9.3 |
2263 | 2024-12-20T21:25:07.337Z | Compiling regex-syntax v0.6.29 |
2264 | 2024-12-20T21:25:07.544Z | Compiling diff v0.1.13 |
2265 | 2024-12-20T21:25:08.097Z | Compiling nodrop v0.1.14 |
2266 | 2024-12-20T21:25:08.200Z | Compiling opaque-debug v0.3.1 |
2267 | 2024-12-20T21:25:08.263Z | Compiling array-init v0.0.4 |
2268 | 2024-12-20T21:25:08.319Z | Compiling poly1305 v0.8.0 |
2269 | 2024-12-20T21:25:09.623Z | Compiling chrono-tz-build v0.4.0 |
2270 | 2024-12-20T21:25:10.819Z | Compiling lalrpop v0.19.12 |
2271 | 2024-12-20T21:25:12.753Z | Compiling thiserror-no-std v2.0.2 |
2272 | 2024-12-20T21:25:12.896Z | Compiling smallvec v0.6.14 |
2273 | 2024-12-20T21:25:13.428Z | Compiling slog-stdlog v4.1.1 |
2274 | 2024-12-20T21:25:13.823Z | Compiling diesel v2.2.6 |
2275 | 2024-12-20T21:25:14.316Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2276 | 2024-12-20T21:25:14.664Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2277 | 2024-12-20T21:25:14.949Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2278 | 2024-12-20T21:25:15.174Z | Compiling chacha20 v0.9.1 |
2279 | 2024-12-20T21:25:15.444Z | Compiling aead v0.5.2 |
2280 | 2024-12-20T21:25:15.655Z | Compiling vte_generate_state_changes v0.1.2 |
2281 | 2024-12-20T21:25:15.794Z | Compiling hashbrown v0.12.3 |
2282 | 2024-12-20T21:25:16.293Z | Compiling termcolor v1.4.1 |
2283 | 2024-12-20T21:25:17.250Z | Compiling ref-cast v1.0.23 |
2284 | 2024-12-20T21:25:17.442Z | Compiling bitfield v0.14.0 |
2285 | 2024-12-20T21:25:17.796Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2286 | 2024-12-20T21:25:18.961Z | Compiling env_logger v0.10.2 |
2287 | 2024-12-20T21:25:22.180Z | Compiling vte v0.11.1 |
2288 | 2024-12-20T21:25:23.628Z | Compiling chacha20poly1305 v0.10.1 |
2289 | 2024-12-20T21:25:23.908Z | Compiling slog-envlogger v2.2.0 |
2290 | 2024-12-20T21:25:26.652Z | Compiling serde-hex v0.1.0 |
2291 | 2024-12-20T21:25:32.021Z | Compiling vsss-rs v3.3.4 |
2292 | 2024-12-20T21:25:36.017Z | Compiling chrono-tz v0.10.0 |
2293 | 2024-12-20T21:25:36.500Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2294 | 2024-12-20T21:25:36.643Z | Compiling ron v0.8.1 |
2295 | 2024-12-20T21:25:36.702Z | Compiling polar-core v0.27.3 |
2296 | 2024-12-20T21:25:36.848Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2297 | 2024-12-20T21:25:37.156Z | Compiling derive_builder_core v0.20.2 |
2298 | 2024-12-20T21:25:37.965Z | Compiling hashbrown v0.13.2 |
2299 | 2024-12-20T21:25:39.411Z | Compiling headers-core v0.3.0 |
2300 | 2024-12-20T21:25:39.458Z | Compiling fxhash v0.2.1 |
2301 | 2024-12-20T21:25:39.594Z | Compiling libxml v0.3.3 |
2302 | 2024-12-20T21:25:39.698Z | Compiling ref-cast-impl v1.0.23 |
2303 | 2024-12-20T21:25:40.022Z | Compiling bytecount v0.6.8 |
2304 | 2024-12-20T21:25:40.349Z | Compiling zip v2.1.3 |
2305 | 2024-12-20T21:25:40.660Z | Compiling simd-adler32 v0.3.7 |
2306 | 2024-12-20T21:25:40.863Z | Compiling crc-any v2.5.0 |
2307 | 2024-12-20T21:25:41.822Z | Compiling lockfree-object-pool v0.1.6 |
2308 | 2024-12-20T21:25:41.852Z | Compiling bumpalo v3.16.0 |
2309 | 2024-12-20T21:25:42.142Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2310 | 2024-12-20T21:25:42.467Z | Compiling zopfli v0.8.1 |
2311 | 2024-12-20T21:25:42.779Z | Compiling papergrid v0.11.0 |
2312 | 2024-12-20T21:25:46.783Z | Compiling headers v0.4.0 |
2313 | 2024-12-20T21:25:50.459Z | Compiling derive_builder_macro v0.20.2 |
2314 | 2024-12-20T21:25:51.308Z | Compiling object v0.30.4 |
2315 | 2024-12-20T21:25:51.491Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2316 | 2024-12-20T21:25:56.075Z | Compiling strip-ansi-escapes v0.2.0 |
2317 | 2024-12-20T21:25:56.768Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2318 | 2024-12-20T21:25:57.159Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2319 | 2024-12-20T21:25:57.463Z | Compiling tabled_derive v0.7.0 |
2320 | 2024-12-20T21:25:59.587Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2321 | 2024-12-20T21:25:59.886Z | Compiling itertools v0.12.1 |
2322 | 2024-12-20T21:25:59.905Z | Compiling fd-lock v4.0.2 |
2323 | 2024-12-20T21:26:00.004Z | Compiling peg-macros v0.8.4 |
2324 | 2024-12-20T21:26:00.137Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2325 | 2024-12-20T21:26:01.219Z | Compiling strum_macros v0.24.3 |
2326 | 2024-12-20T21:26:03.353Z | Compiling kstat-rs v0.2.4 |
2327 | 2024-12-20T21:26:03.380Z | Compiling samael v0.0.17 |
2328 | 2024-12-20T21:26:03.597Z | Compiling unicase v2.7.0 |
2329 | 2024-12-20T21:26:03.917Z | Compiling indoc v1.0.9 |
2330 | 2024-12-20T21:26:04.140Z | Compiling nu-ansi-term v0.50.1 |
2331 | 2024-12-20T21:26:04.342Z | Compiling path-slash v0.1.5 |
2332 | 2024-12-20T21:26:04.361Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2333 | 2024-12-20T21:26:04.553Z | Compiling reedline v0.35.0 |
2334 | 2024-12-20T21:26:04.580Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2335 | 2024-12-20T21:26:05.309Z | Compiling peg v0.8.4 |
2336 | 2024-12-20T21:26:06.102Z | Compiling tabled v0.15.0 |
2337 | 2024-12-20T21:26:09.063Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2338 | 2024-12-20T21:26:20.135Z | Compiling derive_builder v0.20.2 |
2339 | 2024-12-20T21:26:24.421Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2340 | 2024-12-20T21:26:25.372Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2341 | 2024-12-20T21:26:26.422Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2342 | 2024-12-20T21:26:26.448Z | Compiling pem v3.0.4 |
2343 | 2024-12-20T21:26:26.729Z | Compiling bcs v0.1.6 |
2344 | 2024-12-20T21:26:27.614Z | Compiling oso-derive v0.27.3 |
2345 | 2024-12-20T21:26:27.872Z | Compiling impl-trait-for-tuples v0.2.2 |
2346 | 2024-12-20T21:26:28.533Z | Compiling libz-sys v1.1.20 |
2347 | 2024-12-20T21:26:28.607Z | Compiling quick-xml v0.33.0 |
2348 | 2024-12-20T21:26:29.207Z | Compiling diesel-dtrace v0.4.2 |
2349 | 2024-12-20T21:26:29.523Z | Compiling parking_lot_core v0.8.6 |
2350 | 2024-12-20T21:26:34.728Z | Compiling oso v0.27.3 |
2351 | 2024-12-20T21:26:36.469Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2352 | 2024-12-20T21:26:38.087Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2353 | 2024-12-20T21:26:43.473Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2354 | 2024-12-20T21:26:46.673Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2355 | 2024-12-20T21:26:46.982Z | Compiling bb8 v0.8.5 |
2356 | 2024-12-20T21:26:47.610Z | Compiling buf-list v1.0.3 |
2357 | 2024-12-20T21:26:48.265Z | Compiling async-bb8-diesel v0.2.1 |
2358 | 2024-12-20T21:26:50.638Z | Compiling nibble_vec v0.1.0 |
2359 | 2024-12-20T21:26:50.900Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2360 | 2024-12-20T21:26:51.689Z | Compiling pin-project-internal v1.1.6 |
2361 | 2024-12-20T21:26:52.071Z | Compiling atty v0.2.14 |
2362 | 2024-12-20T21:26:52.251Z | Compiling endian-type v0.1.2 |
2363 | 2024-12-20T21:26:52.526Z | Compiling salty v0.3.0 |
2364 | 2024-12-20T21:26:52.977Z | Compiling radix_trie v0.2.1 |
2365 | 2024-12-20T21:26:54.581Z | Compiling pin-project v1.1.6 |
2366 | 2024-12-20T21:26:55.133Z | Compiling parking_lot v0.11.2 |
2367 | 2024-12-20T21:26:58.228Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2368 | 2024-12-20T21:27:04.910Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2369 | 2024-12-20T21:27:09.609Z | Compiling snafu-derive v0.8.5 |
2370 | 2024-12-20T21:27:11.986Z | Compiling sled v0.34.7 |
2371 | 2024-12-20T21:27:14.302Z | Compiling snafu v0.8.5 |
2372 | 2024-12-20T21:27:15.523Z | Compiling mime_guess v2.0.5 |
2373 | 2024-12-20T21:27:16.639Z | Compiling hickory-client v0.24.1 |
2374 | 2024-12-20T21:27:22.351Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2375 | 2024-12-20T21:27:23.919Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2376 | 2024-12-20T21:27:24.472Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2377 | 2024-12-20T21:27:24.554Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2378 | 2024-12-20T21:27:24.722Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2379 | 2024-12-20T21:27:26.199Z | Compiling globset v0.4.15 |
2380 | 2024-12-20T21:27:33.333Z | Compiling hickory-server v0.24.1 |
2381 | 2024-12-20T21:27:33.591Z | Compiling primeorder v0.13.6 |
2382 | 2024-12-20T21:27:34.225Z | Compiling olpc-cjson v0.1.4 |
2383 | 2024-12-20T21:27:34.552Z | Compiling castaway v0.2.3 |
2384 | 2024-12-20T21:27:34.756Z | Compiling vergen v8.3.2 |
2385 | 2024-12-20T21:27:35.076Z | Compiling env_filter v0.1.2 |
2386 | 2024-12-20T21:27:41.075Z | Compiling serde_plain v1.0.2 |
2387 | 2024-12-20T21:27:41.600Z | Compiling cargo-platform v0.1.8 |
2388 | 2024-12-20T21:27:42.109Z | Compiling nanorand v0.7.0 |
2389 | 2024-12-20T21:27:42.705Z | Compiling memoffset v0.9.1 |
2390 | 2024-12-20T21:27:43.041Z | Compiling typed-path v0.9.3 |
2391 | 2024-12-20T21:27:45.075Z | Compiling flume v0.11.1 |
2392 | 2024-12-20T21:27:45.166Z | Compiling cargo_metadata v0.18.1 |
2393 | 2024-12-20T21:27:45.461Z | Compiling git2 v0.19.0 |
2394 | 2024-12-20T21:27:45.849Z | Compiling tough v0.19.0 |
2395 | 2024-12-20T21:27:45.915Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2396 | 2024-12-20T21:27:48.663Z | Compiling env_logger v0.11.5 |
2397 | 2024-12-20T21:27:50.156Z | Compiling compact_str v0.8.0 |
2398 | 2024-12-20T21:27:50.513Z | Compiling p384 v0.13.0 |
2399 | 2024-12-20T21:27:52.816Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2400 | 2024-12-20T21:27:54.701Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2401 | 2024-12-20T21:27:56.714Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2402 | 2024-12-20T21:27:58.600Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2403 | 2024-12-20T21:28:00.121Z | Compiling unicode-truncate v1.1.0 |
2404 | 2024-12-20T21:28:00.149Z | Compiling lru v0.12.5 |
2405 | 2024-12-20T21:28:00.527Z | Compiling rand_seeder v0.3.0 |
2406 | 2024-12-20T21:28:00.944Z | Compiling libsqlite3-sys v0.30.1 |
2407 | 2024-12-20T21:28:01.478Z | Compiling lzma-sys v0.1.20 |
2408 | 2024-12-20T21:28:02.204Z | Compiling instability v0.3.2 |
2409 | 2024-12-20T21:28:02.873Z | Compiling cassowary v0.3.0 |
2410 | 2024-12-20T21:28:03.228Z | Compiling cfg_aliases v0.2.1 |
2411 | 2024-12-20T21:28:03.358Z | Compiling http-range v0.1.5 |
2412 | 2024-12-20T21:28:03.943Z | Compiling rustls v0.21.12 |
2413 | 2024-12-20T21:28:04.244Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2414 | 2024-12-20T21:28:04.570Z | Compiling parse-size v1.1.0 |
2415 | 2024-12-20T21:28:04.906Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2416 | 2024-12-20T21:28:05.599Z | Compiling nix v0.29.0 |
2417 | 2024-12-20T21:28:06.312Z | Compiling ratatui v0.28.1 |
2418 | 2024-12-20T21:28:06.485Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2419 | 2024-12-20T21:28:06.730Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2420 | 2024-12-20T21:28:09.705Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2421 | 2024-12-20T21:28:09.917Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2422 | 2024-12-20T21:28:10.701Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2423 | 2024-12-20T21:28:11.010Z | Compiling sct v0.7.1 |
2424 | 2024-12-20T21:28:11.489Z | Compiling rustls-webpki v0.101.7 |
2425 | 2024-12-20T21:28:12.585Z | Compiling heck v0.3.3 |
2426 | 2024-12-20T21:28:12.984Z | Compiling csv-core v0.1.11 |
2427 | 2024-12-20T21:28:13.879Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2428 | 2024-12-20T21:28:14.209Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2429 | 2024-12-20T21:28:14.517Z | Compiling glob v0.3.1 |
2430 | 2024-12-20T21:28:15.450Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2431 | 2024-12-20T21:28:16.717Z | Compiling csv v1.3.0 |
2432 | 2024-12-20T21:28:17.143Z | Compiling zone_cfg_derive v0.1.2 |
2433 | 2024-12-20T21:28:18.950Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2434 | 2024-12-20T21:28:20.242Z | Compiling nix v0.27.1 |
2435 | 2024-12-20T21:28:20.806Z | Compiling hyper-staticfile v0.10.1 |
2436 | 2024-12-20T21:28:22.608Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2437 | 2024-12-20T21:28:23.821Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2438 | 2024-12-20T21:28:26.417Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2439 | 2024-12-20T21:28:26.887Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2440 | 2024-12-20T21:28:27.657Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2441 | 2024-12-20T21:28:29.144Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2442 | 2024-12-20T21:28:34.497Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2443 | 2024-12-20T21:28:34.844Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2444 | 2024-12-20T21:28:35.136Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2445 | 2024-12-20T21:28:35.155Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2446 | 2024-12-20T21:28:35.449Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2447 | 2024-12-20T21:28:37.993Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2448 | 2024-12-20T21:28:38.368Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2449 | 2024-12-20T21:28:38.661Z | Compiling hashlink v0.9.1 |
2450 | 2024-12-20T21:28:38.988Z | Compiling tungstenite v0.23.0 |
2451 | 2024-12-20T21:28:39.559Z | Compiling fallible-iterator v0.3.0 |
2452 | 2024-12-20T21:28:40.434Z | Compiling base64 v0.13.1 |
2453 | 2024-12-20T21:28:40.580Z | Compiling fallible-streaming-iterator v0.1.9 |
2454 | 2024-12-20T21:28:40.892Z | Compiling ron v0.7.1 |
2455 | 2024-12-20T21:28:41.189Z | Compiling rusqlite v0.32.1 |
2456 | 2024-12-20T21:28:42.510Z | Compiling tokio-tungstenite v0.23.1 |
2457 | 2024-12-20T21:28:43.172Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2458 | 2024-12-20T21:28:43.818Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2459 | 2024-12-20T21:28:44.696Z | Compiling xz2 v0.1.7 |
2460 | 2024-12-20T21:28:46.229Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2461 | 2024-12-20T21:28:46.471Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2462 | 2024-12-20T21:28:47.932Z | Compiling tokio-rustls v0.24.1 |
2463 | 2024-12-20T21:28:48.766Z | Compiling zone v0.1.8 |
2464 | 2024-12-20T21:28:52.093Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2465 | 2024-12-20T21:28:52.165Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2466 | 2024-12-20T21:29:00.254Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2467 | 2024-12-20T21:29:02.629Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2468 | 2024-12-20T21:29:03.686Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2469 | 2024-12-20T21:29:05.711Z | Compiling rustls-pemfile v1.0.4 |
2470 | 2024-12-20T21:29:06.041Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2471 | 2024-12-20T21:29:06.387Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2472 | 2024-12-20T21:29:06.472Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2473 | 2024-12-20T21:29:06.642Z | Compiling signal-hook-tokio v0.3.1 |
2474 | 2024-12-20T21:29:06.876Z | Compiling twox-hash v1.6.3 |
2475 | 2024-12-20T21:29:07.860Z | Compiling yasna v0.5.2 |
2476 | 2024-12-20T21:29:11.463Z | Compiling is_ci v1.2.0 |
2477 | 2024-12-20T21:29:11.590Z | Compiling unicode-linebreak v0.1.5 |
2478 | 2024-12-20T21:29:11.779Z | Compiling smawk v0.3.2 |
2479 | 2024-12-20T21:29:12.058Z | Compiling textwrap v0.16.1 |
2480 | 2024-12-20T21:29:12.130Z | Compiling supports-color v3.0.1 |
2481 | 2024-12-20T21:29:12.132Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2482 | 2024-12-20T21:29:12.548Z | Compiling rcgen v0.12.1 |
2483 | 2024-12-20T21:29:22.659Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2484 | 2024-12-20T21:29:22.852Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2485 | 2024-12-20T21:29:27.565Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2486 | 2024-12-20T21:29:33.211Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2487 | 2024-12-20T21:29:34.381Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2488 | 2024-12-20T21:29:39.197Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2489 | 2024-12-20T21:29:40.502Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2490 | 2024-12-20T21:29:41.148Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2491 | 2024-12-20T21:29:52.482Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2492 | 2024-12-20T21:29:52.802Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2493 | 2024-12-20T21:29:59.291Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2494 | 2024-12-20T21:30:00.179Z | Compiling fatfs v0.3.6 |
2495 | 2024-12-20T21:30:03.125Z | Compiling rtoolbox v0.0.2 |
2496 | 2024-12-20T21:30:03.332Z | Compiling subprocess v0.2.9 |
2497 | 2024-12-20T21:30:03.598Z | Compiling assert_matches v1.5.0 |
2498 | 2024-12-20T21:30:08.087Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2499 | 2024-12-20T21:30:09.809Z | Compiling rpassword v7.3.1 |
2500 | 2024-12-20T21:30:10.274Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2501 | 2024-12-20T21:30:15.546Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2502 | 2024-12-20T21:30:15.874Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2503 | 2024-12-20T21:30:22.639Z | Compiling tui-tree-widget v0.22.0 |
2504 | 2024-12-20T21:30:22.730Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2505 | 2024-12-20T21:30:23.050Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2506 | 2024-12-20T21:30:23.395Z | Compiling uzers v0.12.1 |
2507 | 2024-12-20T21:30:26.562Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2508 | 2024-12-20T21:30:36.225Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2509 | 2024-12-20T21:30:38.068Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2510 | 2024-12-20T21:31:05.337Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2511 | 2024-12-20T21:31:07.307Z | Compiling clickana v0.1.0 (/work/oxidecomputer/omicron/dev-tools/clickana) |
2512 | 2024-12-20T21:31:12.157Z | Compiling multimap v0.10.0 |
2513 | 2024-12-20T21:33:30.370Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2514 | 2024-12-20T21:33:33.351Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2515 | 2024-12-20T21:40:19.858Z | Finished `release` profile [optimized] target(s) in 16m 08s |
2516 | 2024-12-20T21:41:24.527Z | |
2517 | 2024-12-20T21:41:24.531Z | real 17:14.427776381 |
2518 | 2024-12-20T21:41:24.531Z | user 1:57:25.092653330 |
2519 | 2024-12-20T21:41:24.531Z | sys 5:46.687346103 |
2520 | 2024-12-20T21:41:24.531Z | trap 2.829269616 |
2521 | 2024-12-20T21:41:24.531Z | tflt 2.964529156 |
2522 | 2024-12-20T21:41:24.531Z | dflt 5.137168769 |
2523 | 2024-12-20T21:41:24.531Z | kflt 0.021158853 |
2524 | 2024-12-20T21:41:24.531Z | lock 7:13:26.329325024 |
2525 | 2024-12-20T21:41:24.531Z | slp 6:10:37.116342547 |
2526 | 2024-12-20T21:41:24.531Z | lat 2:58.420570590 |
2527 | 2024-12-20T21:41:24.531Z | stop 2:32.495736423 |
2528 | 2024-12-20T21:41:24.531Z | + mapfile -t packages |
2529 | 2024-12-20T21:41:24.531Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2530 | 2024-12-20T21:41:25.557Z | Finished `release` profile [optimized] target(s) in 0.97s |
2531 | 2024-12-20T21:41:25.617Z | Running `target/release/omicron-package -t test list-outputs` |
2532 | 2024-12-20T21:41:25.659Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2533 | 2024-12-20T21:41:25.662Z | + ptime -m cargo build --locked --release -p xtask |
2534 | 2024-12-20T21:41:26.224Z | Compiling serde v1.0.215 |
2535 | 2024-12-20T21:41:26.227Z | Compiling serde_json v1.0.132 |
2536 | 2024-12-20T21:41:26.227Z | Compiling libc v0.2.162 |
2537 | 2024-12-20T21:41:26.311Z | Compiling rustix v0.38.37 |
2538 | 2024-12-20T21:41:26.318Z | Compiling syn v2.0.87 |
2539 | 2024-12-20T21:41:26.327Z | Compiling bitflags v2.6.0 |
2540 | 2024-12-20T21:41:26.655Z | Compiling usdt-impl v0.5.0 |
2541 | 2024-12-20T21:41:26.690Z | Compiling syn v1.0.109 |
2542 | 2024-12-20T21:41:26.831Z | Compiling log v0.4.22 |
2543 | 2024-12-20T21:41:26.845Z | Compiling hashbrown v0.15.1 |
2544 | 2024-12-20T21:41:26.892Z | Compiling fs-err v2.11.0 |
2545 | 2024-12-20T21:41:27.182Z | Compiling once_cell v1.20.2 |
2546 | 2024-12-20T21:41:27.275Z | Compiling anyhow v1.0.93 |
2547 | 2024-12-20T21:41:27.780Z | Compiling thread-id v4.2.2 |
2548 | 2024-12-20T21:41:28.177Z | Compiling indexmap v2.6.0 |
2549 | 2024-12-20T21:41:29.339Z | Compiling terminal_size v0.4.0 |
2550 | 2024-12-20T21:41:29.339Z | Compiling tempfile v3.13.0 |
2551 | 2024-12-20T21:41:29.580Z | Compiling clap_builder v4.5.21 |
2552 | 2024-12-20T21:41:30.138Z | Compiling proc-macro-error v1.0.4 |
2553 | 2024-12-20T21:41:31.508Z | Compiling tabled_derive v0.7.0 |
2554 | 2024-12-20T21:41:32.824Z | Compiling tabled v0.15.0 |
2555 | 2024-12-20T21:41:34.347Z | Compiling serde_derive v1.0.215 |
2556 | 2024-12-20T21:41:34.700Z | Compiling thiserror-impl v1.0.69 |
2557 | 2024-12-20T21:41:37.564Z | Compiling zerocopy-derive v0.7.35 |
2558 | 2024-12-20T21:41:37.676Z | Compiling thiserror v1.0.69 |
2559 | 2024-12-20T21:41:37.846Z | Compiling pest v2.7.14 |
2560 | 2024-12-20T21:41:38.330Z | Compiling scroll_derive v0.12.0 |
2561 | 2024-12-20T21:41:39.665Z | Compiling zerocopy v0.7.35 |
2562 | 2024-12-20T21:41:39.782Z | Compiling scroll v0.12.0 |
2563 | 2024-12-20T21:41:40.473Z | Compiling pest_meta v2.7.14 |
2564 | 2024-12-20T21:41:40.929Z | Compiling goblin v0.8.2 |
2565 | 2024-12-20T21:41:43.017Z | Compiling pest_generator v2.7.14 |
2566 | 2024-12-20T21:41:44.843Z | Compiling pest_derive v2.7.14 |
2567 | 2024-12-20T21:41:45.581Z | Compiling dtrace-parser v0.2.0 |
2568 | 2024-12-20T21:41:48.284Z | Compiling clap_derive v4.5.18 |
2569 | 2024-12-20T21:41:48.962Z | Compiling serde_spanned v0.6.8 |
2570 | 2024-12-20T21:41:49.263Z | Compiling toml_datetime v0.6.8 |
2571 | 2024-12-20T21:41:49.975Z | Compiling toml_edit v0.22.22 |
2572 | 2024-12-20T21:41:52.968Z | Compiling dof v0.3.0 |
2573 | 2024-12-20T21:41:53.255Z | Compiling serde_tokenstream v0.2.2 |
2574 | 2024-12-20T21:41:53.895Z | Compiling camino v1.1.9 |
2575 | 2024-12-20T21:41:54.595Z | Compiling toml v0.8.19 |
2576 | 2024-12-20T21:41:55.075Z | Compiling usdt-attr-macro v0.5.0 |
2577 | 2024-12-20T21:41:55.294Z | Compiling usdt-macro v0.5.0 |
2578 | 2024-12-20T21:41:56.529Z | Compiling cargo-platform v0.1.8 |
2579 | 2024-12-20T21:41:57.654Z | Compiling semver v1.0.23 |
2580 | 2024-12-20T21:41:59.127Z | Compiling cargo_metadata v0.18.1 |
2581 | 2024-12-20T21:41:59.871Z | Compiling usdt v0.5.0 |
2582 | 2024-12-20T21:42:00.167Z | Compiling cargo_toml v0.20.5 |
2583 | 2024-12-20T21:42:01.267Z | Compiling camino-tempfile v1.1.1 |
2584 | 2024-12-20T21:42:01.362Z | Compiling clap v4.5.21 |
2585 | 2024-12-20T21:42:01.502Z | Compiling macaddr v1.0.1 |
2586 | 2024-12-20T21:42:11.383Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2587 | 2024-12-20T21:42:22.695Z | Finished `release` profile [optimized] target(s) in 56.97s |
2588 | 2024-12-20T21:42:22.796Z | |
2589 | 2024-12-20T21:42:22.796Z | real 57.104011572 |
2590 | 2024-12-20T21:42:22.796Z | user 5:45.314921216 |
2591 | 2024-12-20T21:42:22.797Z | sys 31.556018030 |
2592 | 2024-12-20T21:42:22.797Z | trap 0.153531506 |
2593 | 2024-12-20T21:42:22.797Z | tflt 0.334998207 |
2594 | 2024-12-20T21:42:22.799Z | dflt 0.454872444 |
2595 | 2024-12-20T21:42:22.799Z | kflt 0.000000000 |
2596 | 2024-12-20T21:42:22.799Z | lock 10:18.787187458 |
2597 | 2024-12-20T21:42:22.799Z | slp 15:40.239460587 |
2598 | 2024-12-20T21:42:22.799Z | lat 13.793558085 |
2599 | 2024-12-20T21:42:22.799Z | stop 15.996862352 |
2600 | 2024-12-20T21:42:22.799Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2601 | 2024-12-20T21:42:22.799Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2602 | 2024-12-20T21:42:22.799Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2603 | 2024-12-20T21:42:22.799Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2604 | 2024-12-20T21:42:22.799Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2605 | 2024-12-20T21:42:23.682Z | Compiling hashbrown v0.14.5 |
2606 | 2024-12-20T21:42:23.808Z | Compiling ident_case v1.0.1 |
2607 | 2024-12-20T21:42:23.820Z | Compiling unsafe-libyaml v0.2.11 |
2608 | 2024-12-20T21:42:23.822Z | Compiling progenitor-client v0.8.0 |
2609 | 2024-12-20T21:42:23.822Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2610 | 2024-12-20T21:42:23.822Z | Compiling ipnetwork v0.20.0 |
2611 | 2024-12-20T21:42:23.822Z | Compiling macaddr v1.0.1 |
2612 | 2024-12-20T21:42:23.822Z | Compiling instant v0.1.13 |
2613 | 2024-12-20T21:42:23.953Z | Compiling darling_core v0.20.10 |
2614 | 2024-12-20T21:42:23.973Z | Compiling structmeta-derive v0.3.0 |
2615 | 2024-12-20T21:42:24.286Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2616 | 2024-12-20T21:42:24.306Z | Compiling dropshot v0.13.0 |
2617 | 2024-12-20T21:42:24.336Z | Compiling newtype-uuid v1.1.3 |
2618 | 2024-12-20T21:42:24.668Z | Compiling dropshot_endpoint v0.13.0 |
2619 | 2024-12-20T21:42:24.849Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2620 | 2024-12-20T21:42:25.020Z | Compiling regress v0.10.1 |
2621 | 2024-12-20T21:42:25.079Z | Compiling serde_yaml v0.9.34+deprecated |
2622 | 2024-12-20T21:42:25.097Z | Compiling regress v0.9.1 |
2623 | 2024-12-20T21:42:25.646Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2624 | 2024-12-20T21:42:25.703Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2625 | 2024-12-20T21:42:25.833Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2626 | 2024-12-20T21:42:26.095Z | Compiling backoff v0.4.0 |
2627 | 2024-12-20T21:42:26.470Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2628 | 2024-12-20T21:42:26.616Z | Compiling tempfile v3.13.0 |
2629 | 2024-12-20T21:42:26.646Z | Compiling proc-macro-crate v1.3.1 |
2630 | 2024-12-20T21:42:27.036Z | Compiling structmeta v0.3.0 |
2631 | 2024-12-20T21:42:27.497Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2632 | 2024-12-20T21:42:27.516Z | Compiling parse-display-derive v0.10.0 |
2633 | 2024-12-20T21:42:27.753Z | Compiling num_enum_derive v0.5.11 |
2634 | 2024-12-20T21:42:27.878Z | Compiling itertools v0.13.0 |
2635 | 2024-12-20T21:42:29.267Z | Compiling typify-impl v0.2.0 |
2636 | 2024-12-20T21:42:30.132Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2637 | 2024-12-20T21:42:30.342Z | Compiling zerocopy v0.8.10 |
2638 | 2024-12-20T21:42:30.443Z | Compiling num_enum v0.5.11 |
2639 | 2024-12-20T21:42:30.470Z | Compiling foreign-types-macros v0.2.3 |
2640 | 2024-12-20T21:42:30.605Z | Compiling zerocopy-derive v0.8.10 |
2641 | 2024-12-20T21:42:31.174Z | Compiling darling_macro v0.20.10 |
2642 | 2024-12-20T21:42:31.311Z | Compiling crucible-workspace-hack v0.1.0 |
2643 | 2024-12-20T21:42:31.351Z | Compiling foreign-types-shared v0.3.1 |
2644 | 2024-12-20T21:42:31.509Z | Compiling heapless v0.8.0 |
2645 | 2024-12-20T21:42:31.627Z | Compiling proc-macro-error v1.0.4 |
2646 | 2024-12-20T21:42:31.808Z | Compiling foreign-types v0.5.0 |
2647 | 2024-12-20T21:42:32.111Z | Compiling darling v0.20.10 |
2648 | 2024-12-20T21:42:32.139Z | Compiling parse-display v0.10.0 |
2649 | 2024-12-20T21:42:32.252Z | Compiling serde_with_macros v3.11.0 |
2650 | 2024-12-20T21:42:32.289Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2651 | 2024-12-20T21:42:32.338Z | Compiling camino-tempfile v1.1.1 |
2652 | 2024-12-20T21:42:32.444Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2653 | 2024-12-20T21:42:32.807Z | Compiling hash32 v0.3.1 |
2654 | 2024-12-20T21:42:32.868Z | Compiling cstr-argument v0.1.2 |
2655 | 2024-12-20T21:42:33.068Z | Compiling smoltcp v0.11.0 |
2656 | 2024-12-20T21:42:33.151Z | Compiling pretty-hex v0.2.1 |
2657 | 2024-12-20T21:42:33.327Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2658 | 2024-12-20T21:42:33.355Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2659 | 2024-12-20T21:42:33.508Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2660 | 2024-12-20T21:42:33.959Z | Compiling tabwriter v1.4.0 |
2661 | 2024-12-20T21:42:34.142Z | Compiling colored v2.1.0 |
2662 | 2024-12-20T21:42:34.547Z | Compiling cobs v0.2.3 |
2663 | 2024-12-20T21:42:34.873Z | Compiling postcard v1.0.10 |
2664 | 2024-12-20T21:42:35.046Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2665 | 2024-12-20T21:42:35.100Z | Compiling serde_with v3.11.0 |
2666 | 2024-12-20T21:42:35.362Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2667 | 2024-12-20T21:42:35.557Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2668 | 2024-12-20T21:42:35.617Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2669 | 2024-12-20T21:42:35.909Z | Compiling thiserror v2.0.3 |
2670 | 2024-12-20T21:42:36.554Z | Compiling smf v0.2.3 |
2671 | 2024-12-20T21:42:36.932Z | Compiling thiserror-impl v2.0.3 |
2672 | 2024-12-20T21:42:37.228Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2673 | 2024-12-20T21:42:38.017Z | Compiling zone_cfg_derive v0.3.0 |
2674 | 2024-12-20T21:42:39.079Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2675 | 2024-12-20T21:42:39.575Z | Compiling num-derive v0.4.2 |
2676 | 2024-12-20T21:42:39.600Z | Compiling sigpipe v0.1.3 |
2677 | 2024-12-20T21:42:39.626Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2678 | 2024-12-20T21:42:39.665Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2679 | 2024-12-20T21:42:39.733Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2680 | 2024-12-20T21:42:39.942Z | Compiling zone v0.3.0 |
2681 | 2024-12-20T21:42:39.986Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2682 | 2024-12-20T21:42:40.444Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2683 | 2024-12-20T21:42:40.507Z | Compiling universal-hash v0.5.1 |
2684 | 2024-12-20T21:42:40.712Z | Compiling opaque-debug v0.3.1 |
2685 | 2024-12-20T21:42:40.823Z | Compiling tungstenite v0.21.0 |
2686 | 2024-12-20T21:42:40.842Z | Compiling num-rational v0.4.2 |
2687 | 2024-12-20T21:42:40.845Z | Compiling password-hash v0.5.0 |
2688 | 2024-12-20T21:42:41.600Z | Compiling num-complex v0.4.6 |
2689 | 2024-12-20T21:42:41.906Z | Compiling blake2 v0.10.6 |
2690 | 2024-12-20T21:42:42.014Z | Compiling aead v0.5.2 |
2691 | 2024-12-20T21:42:42.016Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2692 | 2024-12-20T21:42:42.406Z | Compiling convert_case v0.4.0 |
2693 | 2024-12-20T21:42:42.619Z | Compiling base64 v0.21.7 |
2694 | 2024-12-20T21:42:42.660Z | Compiling keccak v0.1.5 |
2695 | 2024-12-20T21:42:43.009Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2696 | 2024-12-20T21:42:43.131Z | Compiling sha3 v0.10.8 |
2697 | 2024-12-20T21:42:43.256Z | Compiling num v0.4.3 |
2698 | 2024-12-20T21:42:43.262Z | Compiling argon2 v0.5.3 |
2699 | 2024-12-20T21:42:43.377Z | Compiling tokio-tungstenite v0.21.0 |
2700 | 2024-12-20T21:42:43.398Z | Compiling poly1305 v0.8.0 |
2701 | 2024-12-20T21:42:43.486Z | Compiling derive_more v0.99.18 |
2702 | 2024-12-20T21:42:43.776Z | Compiling chacha20 v0.9.1 |
2703 | 2024-12-20T21:42:44.079Z | Compiling float-ord v0.3.2 |
2704 | 2024-12-20T21:42:44.236Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2705 | 2024-12-20T21:42:44.338Z | Compiling same-file v1.0.6 |
2706 | 2024-12-20T21:42:44.414Z | Compiling semver v0.1.20 |
2707 | 2024-12-20T21:42:44.644Z | Compiling walkdir v2.5.0 |
2708 | 2024-12-20T21:42:44.802Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2709 | 2024-12-20T21:42:45.016Z | Compiling rustc_version v0.1.7 |
2710 | 2024-12-20T21:42:45.107Z | Compiling newline-converter v0.3.0 |
2711 | 2024-12-20T21:42:45.193Z | Compiling primeorder v0.13.6 |
2712 | 2024-12-20T21:42:45.286Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2713 | 2024-12-20T21:42:45.464Z | Compiling secrecy v0.8.0 |
2714 | 2024-12-20T21:42:45.554Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2715 | 2024-12-20T21:42:45.725Z | Compiling cancel-safe-futures v0.1.5 |
2716 | 2024-12-20T21:42:45.745Z | Compiling owo-colors v4.1.0 |
2717 | 2024-12-20T21:42:45.941Z | Compiling newtype_derive v0.1.6 |
2718 | 2024-12-20T21:42:46.057Z | Compiling expectorate v1.1.0 |
2719 | 2024-12-20T21:42:46.107Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2720 | 2024-12-20T21:42:46.160Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2721 | 2024-12-20T21:42:46.240Z | Compiling thiserror-impl-no-std v2.0.2 |
2722 | 2024-12-20T21:42:46.259Z | Compiling ring v0.16.20 |
2723 | 2024-12-20T21:42:46.442Z | Compiling blake3 v1.5.4 |
2724 | 2024-12-20T21:42:46.485Z | Compiling half v2.4.1 |
2725 | 2024-12-20T21:42:47.079Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=b56afeeb14e0042cbd7bda85b166ed86ee17820e#b56afeeb) |
2726 | 2024-12-20T21:42:47.094Z | Compiling unicase v2.7.0 |
2727 | 2024-12-20T21:42:47.132Z | Compiling ciborium-io v0.2.2 |
2728 | 2024-12-20T21:42:47.279Z | Compiling arc-swap v1.7.1 |
2729 | 2024-12-20T21:42:47.299Z | Compiling ciborium-ll v0.2.2 |
2730 | 2024-12-20T21:42:47.699Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2731 | 2024-12-20T21:42:47.914Z | Compiling typify-macro v0.2.0 |
2732 | 2024-12-20T21:42:47.960Z | Compiling slog-scope v4.4.0 |
2733 | 2024-12-20T21:42:48.237Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2734 | 2024-12-20T21:42:48.573Z | Compiling polyval v0.6.2 |
2735 | 2024-12-20T21:42:49.023Z | Compiling atomicwrites v0.4.4 |
2736 | 2024-12-20T21:42:49.139Z | Compiling libsw v3.3.1 |
2737 | 2024-12-20T21:42:49.375Z | Compiling memmap2 v0.9.5 |
2738 | 2024-12-20T21:42:49.463Z | Compiling thiserror-no-std v2.0.2 |
2739 | 2024-12-20T21:42:49.499Z | Compiling spin v0.5.2 |
2740 | 2024-12-20T21:42:49.597Z | Compiling arrayref v0.3.9 |
2741 | 2024-12-20T21:42:49.716Z | Compiling libefi-sys v0.1.0 |
2742 | 2024-12-20T21:42:49.767Z | Compiling indent_write v2.2.0 |
2743 | 2024-12-20T21:42:49.859Z | Compiling linear-map v1.2.0 |
2744 | 2024-12-20T21:42:49.997Z | Compiling arrayvec v0.7.6 |
2745 | 2024-12-20T21:42:50.016Z | Compiling salty v0.3.0 |
2746 | 2024-12-20T21:42:50.076Z | Compiling parking_lot_core v0.8.6 |
2747 | 2024-12-20T21:42:50.269Z | Compiling constant_time_eq v0.3.1 |
2748 | 2024-12-20T21:42:50.524Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2749 | 2024-12-20T21:42:50.582Z | Compiling vsss-rs v3.3.4 |
2750 | 2024-12-20T21:42:50.863Z | Compiling ghash v0.5.1 |
2751 | 2024-12-20T21:42:51.247Z | Compiling slog-stdlog v4.1.1 |
2752 | 2024-12-20T21:42:51.662Z | Compiling ciborium v0.2.2 |
2753 | 2024-12-20T21:42:51.737Z | Compiling p384 v0.13.0 |
2754 | 2024-12-20T21:42:51.988Z | Compiling toolchain_find v0.4.0 |
2755 | 2024-12-20T21:42:52.404Z | Compiling typify v0.2.0 |
2756 | 2024-12-20T21:42:52.549Z | Compiling progenitor-impl v0.8.0 |
2757 | 2024-12-20T21:42:52.570Z | Compiling chacha20poly1305 v0.10.1 |
2758 | 2024-12-20T21:42:52.717Z | Compiling ctr v0.9.2 |
2759 | 2024-12-20T21:42:52.814Z | Compiling lzma-sys v0.1.20 |
2760 | 2024-12-20T21:42:53.094Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2761 | 2024-12-20T21:42:53.208Z | Compiling bitfield-struct v0.6.2 |
2762 | 2024-12-20T21:42:53.282Z | Compiling slog-dtrace v0.3.0 |
2763 | 2024-12-20T21:42:53.506Z | Compiling topological-sort v0.2.2 |
2764 | 2024-12-20T21:42:53.574Z | Compiling highway v1.2.0 |
2765 | 2024-12-20T21:42:53.730Z | Compiling omicron-zone-package v0.11.1 |
2766 | 2024-12-20T21:42:53.866Z | Compiling aes-gcm v0.10.3 |
2767 | 2024-12-20T21:42:54.119Z | Compiling rustfmt-wrapper v0.2.1 |
2768 | 2024-12-20T21:42:54.233Z | Compiling mime_guess v2.0.5 |
2769 | 2024-12-20T21:42:54.441Z | Compiling slog-envlogger v2.2.0 |
2770 | 2024-12-20T21:42:54.473Z | Compiling steno v0.4.1 |
2771 | 2024-12-20T21:42:54.705Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2772 | 2024-12-20T21:42:55.412Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2773 | 2024-12-20T21:42:55.504Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2774 | 2024-12-20T21:42:55.524Z | Compiling heck v0.3.3 |
2775 | 2024-12-20T21:42:55.631Z | Compiling ssh-encoding v0.2.0 |
2776 | 2024-12-20T21:42:55.964Z | Compiling blowfish v0.9.1 |
2777 | 2024-12-20T21:42:56.107Z | Compiling nibble_vec v0.1.0 |
2778 | 2024-12-20T21:42:56.176Z | Compiling env_filter v0.1.2 |
2779 | 2024-12-20T21:42:56.318Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2780 | 2024-12-20T21:42:56.350Z | Compiling humantime v2.1.0 |
2781 | 2024-12-20T21:42:56.421Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2782 | 2024-12-20T21:42:56.451Z | Compiling endian-type v0.1.2 |
2783 | 2024-12-20T21:42:56.671Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2784 | 2024-12-20T21:42:56.724Z | Compiling radix_trie v0.2.1 |
2785 | 2024-12-20T21:42:56.752Z | Compiling env_logger v0.11.5 |
2786 | 2024-12-20T21:42:56.875Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2787 | 2024-12-20T21:42:56.942Z | Compiling bcrypt-pbkdf v0.10.0 |
2788 | 2024-12-20T21:42:56.994Z | Compiling ssh-cipher v0.2.0 |
2789 | 2024-12-20T21:42:57.459Z | Compiling zone_cfg_derive v0.1.2 |
2790 | 2024-12-20T21:42:57.502Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2791 | 2024-12-20T21:42:57.921Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2792 | 2024-12-20T21:42:58.105Z | Compiling parking_lot v0.11.2 |
2793 | 2024-12-20T21:42:58.704Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2794 | 2024-12-20T21:42:58.723Z | Compiling password-hash v0.4.2 |
2795 | 2024-12-20T21:42:58.989Z | Compiling gethostname v0.5.0 |
2796 | 2024-12-20T21:42:58.992Z | Compiling fxhash v0.2.1 |
2797 | 2024-12-20T21:42:59.076Z | Compiling lockfree-object-pool v0.1.6 |
2798 | 2024-12-20T21:42:59.157Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2799 | 2024-12-20T21:42:59.274Z | Compiling simd-adler32 v0.3.7 |
2800 | 2024-12-20T21:42:59.320Z | Compiling matches v0.1.10 |
2801 | 2024-12-20T21:42:59.383Z | Compiling base64 v0.13.1 |
2802 | 2024-12-20T21:42:59.435Z | Compiling http-range v0.1.5 |
2803 | 2024-12-20T21:42:59.470Z | Compiling bumpalo v3.16.0 |
2804 | 2024-12-20T21:42:59.724Z | Compiling zip v2.1.3 |
2805 | 2024-12-20T21:42:59.817Z | Compiling zopfli v0.8.1 |
2806 | 2024-12-20T21:42:59.864Z | Compiling ron v0.7.1 |
2807 | 2024-12-20T21:43:00.012Z | Compiling idna v0.2.3 |
2808 | 2024-12-20T21:43:00.031Z | Compiling pbkdf2 v0.11.0 |
2809 | 2024-12-20T21:43:00.083Z | Compiling sled v0.34.7 |
2810 | 2024-12-20T21:43:00.157Z | Compiling zone v0.1.8 |
2811 | 2024-12-20T21:43:00.401Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2812 | 2024-12-20T21:43:01.085Z | Compiling progenitor-macro v0.8.0 |
2813 | 2024-12-20T21:43:01.147Z | Compiling xz2 v0.1.7 |
2814 | 2024-12-20T21:43:01.673Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2815 | 2024-12-20T21:43:01.709Z | Compiling ssh-key v0.6.6 |
2816 | 2024-12-20T21:43:01.757Z | Compiling hickory-client v0.24.1 |
2817 | 2024-12-20T21:43:02.703Z | Compiling p256 v0.13.2 |
2818 | 2024-12-20T21:43:02.725Z | Compiling p521 v0.13.3 |
2819 | 2024-12-20T21:43:02.842Z | Compiling hickory-server v0.24.1 |
2820 | 2024-12-20T21:43:03.253Z | Compiling enum-as-inner v0.5.1 |
2821 | 2024-12-20T21:43:03.553Z | Compiling pem v3.0.4 |
2822 | 2024-12-20T21:43:04.347Z | Compiling yasna v0.5.2 |
2823 | 2024-12-20T21:43:04.417Z | Compiling headers-core v0.3.0 |
2824 | 2024-12-20T21:43:04.607Z | Compiling kstat-rs v0.2.4 |
2825 | 2024-12-20T21:43:05.235Z | Compiling nanorand v0.7.0 |
2826 | 2024-12-20T21:43:05.265Z | Compiling russh-cryptovec v0.7.3 |
2827 | 2024-12-20T21:43:05.617Z | Compiling atty v0.2.14 |
2828 | 2024-12-20T21:43:05.785Z | Compiling md5 v0.7.0 |
2829 | 2024-12-20T21:43:05.837Z | Compiling flume v0.11.1 |
2830 | 2024-12-20T21:43:06.084Z | Compiling russh-keys v0.45.0 |
2831 | 2024-12-20T21:43:06.332Z | Compiling rcgen v0.12.1 |
2832 | 2024-12-20T21:43:06.598Z | Compiling headers v0.4.0 |
2833 | 2024-12-20T21:43:06.617Z | Compiling trust-dns-proto v0.22.0 |
2834 | 2024-12-20T21:43:07.752Z | Compiling hyper-staticfile v0.10.1 |
2835 | 2024-12-20T21:43:08.959Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2836 | 2024-12-20T21:43:08.962Z | Compiling sled-diagnostics v0.1.0 (/work/oxidecomputer/omicron/sled-diagnostics) |
2837 | 2024-12-20T21:43:09.145Z | Compiling num-bigint v0.4.6 |
2838 | 2024-12-20T21:43:09.546Z | Compiling des v0.8.1 |
2839 | 2024-12-20T21:43:09.615Z | Compiling subprocess v0.2.9 |
2840 | 2024-12-20T21:43:09.900Z | Compiling hex-literal v0.4.1 |
2841 | 2024-12-20T21:43:10.078Z | Compiling dhcproto-macros v0.1.0 |
2842 | 2024-12-20T21:43:10.496Z | Compiling display-error-chain v0.2.2 |
2843 | 2024-12-20T21:43:10.691Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2844 | 2024-12-20T21:43:10.762Z | Compiling internet-checksum v0.2.1 |
2845 | 2024-12-20T21:43:11.186Z | Compiling dhcproto v0.12.0 |
2846 | 2024-12-20T21:43:12.319Z | Compiling russh v0.45.0 |
2847 | 2024-12-20T21:43:14.396Z | Compiling progenitor v0.8.0 |
2848 | 2024-12-20T21:43:14.555Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2849 | 2024-12-20T21:43:14.555Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2850 | 2024-12-20T21:43:14.557Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2851 | 2024-12-20T21:43:14.557Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2852 | 2024-12-20T21:43:14.557Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2853 | 2024-12-20T21:43:14.557Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=5a41b826171c7d2a8412fa833377ab1df25ee8ec#5a41b826) |
2854 | 2024-12-20T21:43:14.647Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2855 | 2024-12-20T21:43:16.075Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2856 | 2024-12-20T21:43:16.276Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=d4529fd8247386b422b78e1203315d5baea5ea8b#d4529fd8) |
2857 | 2024-12-20T21:43:16.941Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2858 | 2024-12-20T21:43:20.406Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2859 | 2024-12-20T21:43:20.470Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2860 | 2024-12-20T21:43:30.835Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2861 | 2024-12-20T21:43:30.839Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2862 | 2024-12-20T21:43:30.839Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2863 | 2024-12-20T21:43:30.839Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2864 | 2024-12-20T21:43:34.111Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2865 | 2024-12-20T21:43:34.333Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2866 | 2024-12-20T21:43:35.325Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2867 | 2024-12-20T21:43:35.995Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2868 | 2024-12-20T21:43:37.915Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2869 | 2024-12-20T21:43:38.907Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2870 | 2024-12-20T21:43:40.093Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2871 | 2024-12-20T21:43:40.296Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2872 | 2024-12-20T21:43:41.623Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2873 | 2024-12-20T21:43:42.675Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2874 | 2024-12-20T21:43:43.127Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2875 | 2024-12-20T21:43:44.145Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2876 | 2024-12-20T21:43:44.405Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2877 | 2024-12-20T21:43:44.561Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2878 | 2024-12-20T21:43:45.097Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2879 | 2024-12-20T21:43:46.764Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2880 | 2024-12-20T21:43:47.308Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2881 | 2024-12-20T21:43:49.369Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2882 | 2024-12-20T21:43:50.386Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2883 | 2024-12-20T21:43:51.594Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2884 | 2024-12-20T21:43:54.417Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2885 | 2024-12-20T21:43:54.571Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2886 | 2024-12-20T21:43:55.463Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2887 | 2024-12-20T21:43:56.645Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2888 | 2024-12-20T21:44:00.159Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2889 | 2024-12-20T21:44:08.957Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2890 | 2024-12-20T21:44:10.352Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2891 | 2024-12-20T21:44:29.786Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2892 | 2024-12-20T21:45:06.193Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 43s |
2893 | 2024-12-20T21:45:06.378Z | |
2894 | 2024-12-20T21:45:06.379Z | real 2:43.513410754 |
2895 | 2024-12-20T21:45:06.389Z | user 12:29.646016217 |
2896 | 2024-12-20T21:45:06.389Z | sys 2:46.643599105 |
2897 | 2024-12-20T21:45:06.389Z | trap 0.327140508 |
2898 | 2024-12-20T21:45:06.389Z | tflt 0.770496608 |
2899 | 2024-12-20T21:45:06.389Z | dflt 2.288717852 |
2900 | 2024-12-20T21:45:06.389Z | kflt 0.000011676 |
2901 | 2024-12-20T21:45:06.389Z | lock 26:11.432457866 |
2902 | 2024-12-20T21:45:06.389Z | slp 45:25.463229830 |
2903 | 2024-12-20T21:45:06.389Z | lat 35.327367962 |
2904 | 2024-12-20T21:45:06.389Z | stop 1:28.887907054 |
2905 | 2024-12-20T21:45:06.389Z | + mkdir tests |
2906 | 2024-12-20T21:45:06.389Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2907 | 2024-12-20T21:45:06.419Z | + xargs -I '{}' -t cp '{}' tests/ |
2908 | 2024-12-20T21:45:06.424Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-b4493f18c2a15453 tests/ |
2909 | 2024-12-20T21:45:06.455Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-8aab3d9a1abab3d9 tests/ |
2910 | 2024-12-20T21:45:06.483Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-0d9b89ac26852a8a tests/ |
2911 | 2024-12-20T21:45:06.510Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-616b79e88457a8b6 tests/ |
2912 | 2024-12-20T21:45:06.750Z | + 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/*) |
2913 | 2024-12-20T21:45:06.753Z | + 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-8aab3d9a1abab3d9 tests/commtest-0d9b89ac26852a8a tests/dhcp_server-b4493f18c2a15453 tests/end_to_end_tests-616b79e88457a8b6 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 |
2914 | 2024-12-20T21:46:18.070Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2915 | 2024-12-20T21:46:18.070Z | a .github/buildomat/ci-env.sh 1K |
2916 | 2024-12-20T21:46:18.070Z | a out/target/test 1K |
2917 | 2024-12-20T21:46:18.070Z | a out/npuzone/npuzone 23144K |
2918 | 2024-12-20T21:46:18.070Z | a package-manifest.toml 33K |
2919 | 2024-12-20T21:46:18.070Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2920 | 2024-12-20T21:46:18.070Z | a target/release/omicron-package 36325K |
2921 | 2024-12-20T21:46:18.070Z | a target/release/xtask 11762K |
2922 | 2024-12-20T21:46:18.070Z | a target/debug/bootstrap 208004K |
2923 | 2024-12-20T21:46:18.070Z | a tests/bootstrap-8aab3d9a1abab3d9 24246K |
2924 | 2024-12-20T21:46:18.070Z | a tests/commtest-0d9b89ac26852a8a 25022K |
2925 | 2024-12-20T21:46:18.070Z | a tests/dhcp_server-b4493f18c2a15453 24246K |
2926 | 2024-12-20T21:46:18.070Z | a tests/end_to_end_tests-616b79e88457a8b6 226202K |
2927 | 2024-12-20T21:46:18.070Z | a out/clickhouse.tar.gz 293393K |
2928 | 2024-12-20T21:46:18.070Z | a out/clickhouse_keeper.tar.gz 280514K |
2929 | 2024-12-20T21:46:18.070Z | a out/clickhouse_server.tar.gz 293377K |
2930 | 2024-12-20T21:46:18.070Z | a out/cockroachdb.tar.gz 134576K |
2931 | 2024-12-20T21:46:18.070Z | a out/crucible-dtrace.tar 85K |
2932 | 2024-12-20T21:46:18.070Z | a out/crucible-pantry-zone.tar.gz 28189K |
2933 | 2024-12-20T21:46:18.070Z | a out/crucible-zone.tar.gz 36406K |
2934 | 2024-12-20T21:46:18.070Z | a out/external-dns.tar.gz 35283K |
2935 | 2024-12-20T21:46:18.070Z | a out/internal-dns.tar.gz 35285K |
2936 | 2024-12-20T21:46:18.070Z | a out/mg-ddm-gz.tar 63075K |
2937 | 2024-12-20T21:46:18.070Z | a out/nexus.tar.gz 98125K |
2938 | 2024-12-20T21:46:18.070Z | a out/ntp.tar.gz 10372K |
2939 | 2024-12-20T21:46:18.070Z | a out/omicron-gateway-softnpu.tar.gz 23854K |
2940 | 2024-12-20T21:46:18.070Z | a out/omicron-sled-agent.tar 113110K |
2941 | 2024-12-20T21:46:18.070Z | a out/overlay.tar.gz 3K |
2942 | 2024-12-20T21:46:18.071Z | a out/oximeter.tar.gz 47665K |
2943 | 2024-12-20T21:46:18.071Z | a out/oxlog.tar 3088K |
2944 | 2024-12-20T21:46:18.071Z | a out/probe.tar.gz 2764K |
2945 | 2024-12-20T21:46:18.071Z | a out/propolis-server.tar.gz 66291K |
2946 | 2024-12-20T21:46:18.071Z | a out/pumpkind-gz.tar 26665K |
2947 | 2024-12-20T21:46:18.071Z | a out/switch-softnpu.tar.gz 235061K |
2948 | 2024-12-20T21:46:18.076Z | |
2949 | 2024-12-20T21:46:18.076Z | real 1:11.308285244 |
2950 | 2024-12-20T21:46:18.076Z | user 1:07.977105844 |
2951 | 2024-12-20T21:46:18.076Z | sys 4.772844239 |
2952 | 2024-12-20T21:46:18.076Z | trap 0.016911735 |
2953 | 2024-12-20T21:46:18.076Z | tflt 0.000000000 |
2954 | 2024-12-20T21:46:18.076Z | dflt 0.000000000 |
2955 | 2024-12-20T21:46:18.076Z | kflt 0.000000000 |
2956 | 2024-12-20T21:46:18.076Z | lock 0.000000000 |
2957 | 2024-12-20T21:46:18.076Z | slp 1:07.722773651 |
2958 | 2024-12-20T21:46:18.076Z | lat 2.122566661 |
2959 | 2024-12-20T21:46:18.076Z | stop 0.000197176 |
2960 | 2024-12-20T21:46:18.076Z | process exited: duration 1991939 ms, exit code 0 |
|
2961 | 2024-12-20T21:46:18.091Z | found 1 output files |
2962 | 2024-12-20T21:46:18.091Z | uploading: /work/package.tar.gz (1878268151 bytes) |
2963 | 2024-12-20T21:46:56.540Z | uploaded: /work/package.tar.gz |