|
|
|
1 | 2024-12-02T16:00:12.207Z | job assigned to worker 01JE41HVHYRTW8T2PAHZSWFR7A [factory aws, i-0b603702d9a5c32a8] (queued for 1 m 1 s) |
|
2 | 2024-12-02T16:00:21.336Z | starting task 0: "setup" |
3 | 2024-12-02T16:00:21.345Z | ++ uname -s |
4 | 2024-12-02T16:00:21.348Z | + kern=SunOS |
5 | 2024-12-02T16:00:21.348Z | + case "$kern" in |
6 | 2024-12-02T16:00:21.348Z | + groupadd -g 12345 build |
7 | 2024-12-02T16:00:21.350Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-12-02T16:00:23.355Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-12-02T16:00:23.425Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-12-02T16:00:23.428Z | + home_fs=zfs |
11 | 2024-12-02T16:00:23.428Z | + [[ zfs == autofs ]] |
12 | 2024-12-02T16:00:23.428Z | + mkdir -p /home/build |
13 | 2024-12-02T16:00:23.430Z | + chown build:build /home/build /work |
14 | 2024-12-02T16:00:25.431Z | + chmod 0700 /home/build /work |
15 | 2024-12-02T16:00:25.434Z | process exited: duration 4097 ms, exit code 0 |
|
16 | 2024-12-02T16:00:25.439Z | starting task 1: "rust-toolchain" |
17 | 2024-12-02T16:00:25.444Z | + printf ' * toolchain channel = "%s" |
18 | 2024-12-02T16:00:25.444Z | ' 1.81.0 |
19 | 2024-12-02T16:00:25.444Z | * toolchain channel = "1.81.0" |
20 | 2024-12-02T16:00:25.444Z | + printf ' * toolchain profile = "%s" |
21 | 2024-12-02T16:00:25.444Z | * toolchain profile = "default" |
22 | 2024-12-02T16:00:25.444Z | ' default |
23 | 2024-12-02T16:00:25.446Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-12-02T16:00:25.446Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.81.0 --profile default |
25 | 2024-12-02T16:00:25.565Z | info: downloading installer |
26 | 2024-12-02T16:00:27.050Z | info: profile set to 'default' |
27 | 2024-12-02T16:00:27.050Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-12-02T16:00:27.053Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
29 | 2024-12-02T16:00:27.199Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
30 | 2024-12-02T16:00:27.199Z | info: downloading component 'cargo' |
31 | 2024-12-02T16:00:28.016Z | info: downloading component 'clippy' |
32 | 2024-12-02T16:00:28.319Z | info: downloading component 'rust-docs' |
33 | 2024-12-02T16:00:29.460Z | info: downloading component 'rust-std' |
34 | 2024-12-02T16:00:31.230Z | info: downloading component 'rustc' |
35 | 2024-12-02T16:00:37.585Z | info: downloading component 'rustfmt' |
36 | 2024-12-02T16:00:37.826Z | info: installing component 'cargo' |
37 | 2024-12-02T16:00:38.622Z | info: installing component 'clippy' |
38 | 2024-12-02T16:00:38.982Z | info: installing component 'rust-docs' |
39 | 2024-12-02T16:00:40.583Z | info: installing component 'rust-std' |
40 | 2024-12-02T16:00:42.267Z | info: installing component 'rustc' |
41 | 2024-12-02T16:00:47.865Z | info: installing component 'rustfmt' |
42 | 2024-12-02T16:00:48.185Z | info: default toolchain set to '1.81.0-x86_64-unknown-illumos' |
43 | 2024-12-02T16:00:48.185Z | |
44 | 2024-12-02T16:00:48.553Z | 1.81.0-x86_64-unknown-illumos installed - rustc 1.81.0 (eeb90cda1 2024-09-04) |
45 | 2024-12-02T16:00:48.553Z | |
46 | 2024-12-02T16:00:48.555Z | |
47 | 2024-12-02T16:00:48.555Z | Rust is installed now. Great! |
48 | 2024-12-02T16:00:48.555Z | |
49 | 2024-12-02T16:00:48.555Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-12-02T16:00:48.555Z | environment variable. This has not been done automatically. |
51 | 2024-12-02T16:00:48.555Z | |
52 | 2024-12-02T16:00:48.555Z | To configure your current shell, you need to source |
53 | 2024-12-02T16:00:48.555Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-12-02T16:00:48.555Z | |
55 | 2024-12-02T16:00:48.555Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-12-02T16:00:48.555Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-12-02T16:00:48.555Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-12-02T16:00:48.626Z | + rustc --version |
59 | 2024-12-02T16:00:48.692Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
60 | 2024-12-02T16:00:48.695Z | process exited: duration 23255 ms, exit code 0 |
|
61 | 2024-12-02T16:00:48.700Z | starting task 2: "authentication" |
62 | 2024-12-02T16:00:48.722Z | process exited: duration 21 ms, exit code 0 |
|
63 | 2024-12-02T16:00:48.726Z | starting task 3: "clone repository" |
64 | 2024-12-02T16:00:48.731Z | + mkdir -p /work/oxidecomputer/omicron |
65 | 2024-12-02T16:00:48.734Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
66 | 2024-12-02T16:00:50.824Z | Cloning into '/work/oxidecomputer/omicron'... |
67 | 2024-12-02T16:00:58.871Z | + cd /work/oxidecomputer/omicron |
68 | 2024-12-02T16:00:58.871Z | + git fetch origin 86522dc9102036feccd3de257415fc594cbc98e1 |
69 | 2024-12-02T16:00:59.193Z | From https://github.com/oxidecomputer/omicron |
70 | 2024-12-02T16:00:59.193Z | * branch 86522dc9102036feccd3de257415fc594cbc98e1 -> FETCH_HEAD |
71 | 2024-12-02T16:00:59.204Z | + [[ -n john/fix-oximeter-refresh-stops-on-failure ]] |
72 | 2024-12-02T16:00:59.206Z | ++ git branch --show-current |
73 | 2024-12-02T16:00:59.209Z | + current=main |
74 | 2024-12-02T16:00:59.209Z | + [[ main != john/fix-oximeter-refresh-stops-on-failure ]] |
75 | 2024-12-02T16:00:59.209Z | + git branch -f john/fix-oximeter-refresh-stops-on-failure 86522dc9102036feccd3de257415fc594cbc98e1 |
76 | 2024-12-02T16:00:59.211Z | + git checkout -f john/fix-oximeter-refresh-stops-on-failure |
77 | 2024-12-02T16:00:59.386Z | Switched to branch 'john/fix-oximeter-refresh-stops-on-failure' |
78 | 2024-12-02T16:00:59.388Z | + git reset --hard 86522dc9102036feccd3de257415fc594cbc98e1 |
79 | 2024-12-02T16:00:59.402Z | HEAD is now at 86522dc91 use slog-error-chain to get more details on errors |
80 | 2024-12-02T16:00:59.405Z | process exited: duration 10676 ms, exit code 0 |
|
81 | 2024-12-02T16:00:59.412Z | starting task 4: "build" |
82 | 2024-12-02T16:00:59.418Z | + source .github/buildomat/ci-env.sh |
83 | 2024-12-02T16:00:59.422Z | ++ export CARGO_TERM_COLOR=always |
84 | 2024-12-02T16:00:59.422Z | ++ CARGO_TERM_COLOR=always |
85 | 2024-12-02T16:00:59.422Z | + cargo --version |
86 | 2024-12-02T16:00:59.473Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
87 | 2024-12-02T16:00:59.476Z | + rustc --version |
88 | 2024-12-02T16:00:59.536Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
89 | 2024-12-02T16:00:59.538Z | + WORK=/work |
90 | 2024-12-02T16:00:59.538Z | + pfexec mkdir -p /work |
91 | 2024-12-02T16:00:59.542Z | + pfexec chown build /work |
92 | 2024-12-02T16:00:59.544Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
93 | 2024-12-02T16:01:11.470Z | Startup: Refreshing catalog 'helios-dev' ... Done |
94 | 2024-12-02T16:01:15.560Z | Startup: Caching catalogs ... Done |
95 | 2024-12-02T16:01:25.503Z | Planning: Solver setup ... Done (9.096s) |
96 | 2024-12-02T16:01:25.626Z | Planning: Running solver ... Done (0.123s) |
97 | 2024-12-02T16:01:26.069Z | Planning: Finding local manifests ... Done (0.341s) |
98 | 2024-12-02T16:01:26.082Z | Planning: Fetching manifests: 0/5 0% complete |
99 | 2024-12-02T16:01:26.316Z | Planning: Fetching manifests: 5/5 100% complete |
100 | 2024-12-02T16:01:26.723Z | Planning: Package planning ... Done (0.407s) |
101 | 2024-12-02T16:01:26.779Z | Planning: Merging actions ... Done (0.056s) |
102 | 2024-12-02T16:01:28.266Z | Planning: Checking for conflicting actions ... Done (1.487s) |
103 | 2024-12-02T16:01:36.797Z | Planning: Consolidating action changes ... Done (8.530s) |
104 | 2024-12-02T16:01:37.172Z | Planning: Evaluating mediators ... Done (0.375s) |
105 | 2024-12-02T16:01:37.257Z | Planning: Planning completed in 21.61 seconds |
106 | 2024-12-02T16:01:38.972Z | Packages to install: 4 |
107 | 2024-12-02T16:01:38.972Z | Packages to update: 1 |
108 | 2024-12-02T16:01:38.972Z | Mediators to change: 2 |
109 | 2024-12-02T16:01:38.975Z | Services to change: 1 |
110 | 2024-12-02T16:01:38.976Z | Estimated space available: 155.64 GB |
111 | 2024-12-02T16:01:38.976Z | Estimated space to be consumed: 1.61 GB |
112 | 2024-12-02T16:01:38.976Z | Create boot environment: No |
113 | 2024-12-02T16:01:38.976Z | Create backup boot environment: Yes |
114 | 2024-12-02T16:01:38.976Z | Rebuild boot archive: No |
115 | 2024-12-02T16:01:38.976Z | |
116 | 2024-12-02T16:01:38.976Z | Changed mediators: |
117 | 2024-12-02T16:01:38.976Z | mediator clang: |
118 | 2024-12-02T16:01:38.976Z | version: None -> 15 (system default) |
119 | 2024-12-02T16:01:38.976Z | |
120 | 2024-12-02T16:01:38.976Z | mediator llvm: |
121 | 2024-12-02T16:01:38.976Z | version: 14 (system default) -> 15 (system default) |
122 | 2024-12-02T16:01:38.976Z | |
123 | 2024-12-02T16:01:38.976Z | Changed packages: |
124 | 2024-12-02T16:01:38.976Z | helios-dev |
125 | 2024-12-02T16:01:38.976Z | developer/build-essential |
126 | 2024-12-02T16:01:38.976Z | None -> 11-2.0 |
127 | 2024-12-02T16:01:38.976Z | library/libxmlsec1 |
128 | 2024-12-02T16:01:38.976Z | None -> 1.2.35-2.0 |
129 | 2024-12-02T16:01:38.976Z | ooce/developer/clang-15 |
130 | 2024-12-02T16:01:38.976Z | None -> 15.0.7-2.0 |
131 | 2024-12-02T16:01:38.976Z | ooce/developer/llvm-15 |
132 | 2024-12-02T16:01:38.976Z | None -> 15.0.7-2.0 |
133 | 2024-12-02T16:01:38.976Z | package/pkg |
134 | 2024-12-02T16:01:38.976Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
135 | 2024-12-02T16:01:38.976Z | |
136 | 2024-12-02T16:01:38.976Z | Services: |
137 | 2024-12-02T16:01:38.976Z | restart_fmri: |
138 | 2024-12-02T16:01:38.976Z | svc:/system/update-man-index:default |
139 | 2024-12-02T16:01:38.976Z | |
140 | 2024-12-02T16:01:38.976Z | Editable files to change: |
141 | 2024-12-02T16:01:38.976Z | Update: |
142 | 2024-12-02T16:01:38.976Z | usr/share/lib/pkg/web/config.shtml |
143 | 2024-12-02T16:01:39.615Z | |
144 | 2024-12-02T16:01:39.615Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
145 | 2024-12-02T16:01:44.618Z | Download: 882/4281 items 18.9/220.6MB 8% complete (3.9M/s) |
146 | 2024-12-02T16:01:49.622Z | Download: 1560/4281 items 117.6/220.6MB 53% complete (11.9M/s) |
147 | 2024-12-02T16:01:54.939Z | Download: 2223/4281 items 119.2/220.6MB 54% complete (10.2M/s) |
148 | 2024-12-02T16:01:59.939Z | Download: 3123/4281 items 134.7/220.6MB 61% complete (1.6M/s) |
149 | 2024-12-02T16:02:04.939Z | Download: 3830/4281 items 218.0/220.6MB 98% complete (9.9M/s) |
150 | 2024-12-02T16:02:09.127Z | Download: Completed 220.60 MB in 29.51 seconds (7.5M/s) |
151 | 2024-12-02T16:02:11.423Z | Actions: 1/5063 actions (Removing old actions) |
152 | 2024-12-02T16:02:11.438Z | Actions: 194/5063 actions (Installing new actions) |
153 | 2024-12-02T16:02:16.609Z | Actions: 4110/5063 actions (Installing new actions) |
154 | 2024-12-02T16:02:17.330Z | Actions: 4226/5063 actions (Updating modified actions) |
155 | 2024-12-02T16:02:17.724Z | Actions: Completed 5063 actions in 6.30 seconds. |
156 | 2024-12-02T16:02:17.944Z | Done (0.213s) |
157 | 2024-12-02T16:02:17.947Z | Done (0.000s) |
158 | 2024-12-02T16:02:18.495Z | Done (0.550s) |
159 | 2024-12-02T16:02:26.265Z | Done (7.556s) |
160 | 2024-12-02T16:02:26.955Z | Done (0.613s) |
161 | 2024-12-02T16:02:26.958Z | Done (0.000s) |
162 | 2024-12-02T16:02:27.169Z | Done (0.000s) |
163 | 2024-12-02T16:02:27.852Z | Planning: Evaluating mediator changes ... Done |
164 | 2024-12-02T16:02:28.013Z | Planning: Checking for conflicting actions ... Done |
165 | 2024-12-02T16:02:28.016Z | Planning: Consolidating action changes ... Done |
166 | 2024-12-02T16:02:28.290Z | Planning: Evaluating mediators ... Done |
167 | 2024-12-02T16:02:28.292Z | Planning: Planning completed in 0.44 seconds |
168 | 2024-12-02T16:02:28.327Z | Mediators to change: 2 |
169 | 2024-12-02T16:02:28.327Z | Create boot environment: No |
170 | 2024-12-02T16:02:28.329Z | Create backup boot environment: No |
171 | 2024-12-02T16:02:28.417Z | Done |
172 | 2024-12-02T16:02:28.417Z | Done |
173 | 2024-12-02T16:02:28.798Z | Done |
174 | 2024-12-02T16:02:32.444Z | Done |
175 | 2024-12-02T16:02:32.538Z | Done |
176 | 2024-12-02T16:02:32.541Z | Done |
177 | 2024-12-02T16:02:32.662Z | Done |
178 | 2024-12-02T16:02:33.270Z | Planning: Evaluating mediator changes ... Done |
179 | 2024-12-02T16:02:33.272Z | Planning: Merging actions ... Done |
180 | 2024-12-02T16:02:33.462Z | Planning: Checking for conflicting actions ... Done |
181 | 2024-12-02T16:02:33.465Z | Planning: Consolidating action changes ... Done |
182 | 2024-12-02T16:02:33.729Z | Planning: Evaluating mediators ... Done |
183 | 2024-12-02T16:02:33.783Z | Planning: Planning completed in 0.76 seconds |
184 | 2024-12-02T16:02:33.822Z | Packages to change: 1 |
185 | 2024-12-02T16:02:33.824Z | Mediators to change: 1 |
186 | 2024-12-02T16:02:33.824Z | Services to change: 1 |
187 | 2024-12-02T16:02:33.824Z | Create boot environment: No |
188 | 2024-12-02T16:02:33.825Z | Create backup boot environment: Yes |
189 | 2024-12-02T16:02:36.230Z | Actions: 1/6 actions (Updating modified actions) |
190 | 2024-12-02T16:02:36.353Z | Actions: Completed 6 actions in 0.12 seconds. |
191 | 2024-12-02T16:02:36.356Z | Done |
192 | 2024-12-02T16:02:36.356Z | Done |
193 | 2024-12-02T16:02:36.465Z | Done |
194 | 2024-12-02T16:02:40.156Z | Done |
195 | 2024-12-02T16:02:40.248Z | Done |
196 | 2024-12-02T16:02:40.250Z | Done |
197 | 2024-12-02T16:02:40.531Z | Done |
198 | 2024-12-02T16:02:40.957Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
199 | 2024-12-02T16:02:40.957Z | clang system 15 system |
200 | 2024-12-02T16:02:40.957Z | csh system system illumos |
201 | 2024-12-02T16:02:40.957Z | ctags system system illumos |
202 | 2024-12-02T16:02:40.957Z | gcc vendor 12 vendor |
203 | 2024-12-02T16:02:40.957Z | gcc system 10 system |
204 | 2024-12-02T16:02:40.957Z | gcc system 7 system |
205 | 2024-12-02T16:02:40.958Z | go system 1.20 system |
206 | 2024-12-02T16:02:40.958Z | go system 1.19 system |
207 | 2024-12-02T16:02:40.958Z | llvm system 15 system |
208 | 2024-12-02T16:02:40.958Z | llvm system 14 system |
209 | 2024-12-02T16:02:40.958Z | mariadb system 10.6 system |
210 | 2024-12-02T16:02:40.958Z | mta vendor vendor dma |
211 | 2024-12-02T16:02:40.958Z | openjdk system 17 system |
212 | 2024-12-02T16:02:40.958Z | openjdk system 11 system |
213 | 2024-12-02T16:02:40.958Z | openjdk system 1.8 system |
214 | 2024-12-02T16:02:40.958Z | openssl vendor 3 vendor |
215 | 2024-12-02T16:02:40.958Z | perl system 5.36 system |
216 | 2024-12-02T16:02:40.958Z | postgresql system 15 system |
217 | 2024-12-02T16:02:40.958Z | postgresql system 13 system |
218 | 2024-12-02T16:02:40.958Z | python vendor 3 vendor |
219 | 2024-12-02T16:02:40.958Z | python system 2 system |
220 | 2024-12-02T16:02:40.958Z | python3 system 3.11 system |
221 | 2024-12-02T16:02:40.958Z | ruby system 3.0 system |
222 | 2024-12-02T16:02:40.958Z | words vendor vendor american-english |
223 | 2024-12-02T16:02:40.958Z | words system system australian-english |
224 | 2024-12-02T16:02:40.958Z | words system system british-english |
225 | 2024-12-02T16:02:40.958Z | words system system canadian-english |
226 | 2024-12-02T16:02:40.958Z | words system system french |
227 | 2024-12-02T16:02:40.958Z | words system system italian |
228 | 2024-12-02T16:02:40.958Z | words system system ngerman |
229 | 2024-12-02T16:02:40.958Z | words system system ogerman |
230 | 2024-12-02T16:02:40.958Z | words system system spanish |
231 | 2024-12-02T16:02:41.293Z | PUBLISHER TYPE STATUS P LOCATION |
232 | 2024-12-02T16:02:41.293Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
233 | 2024-12-02T16:02:43.933Z | FMRI IFO |
234 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
235 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
236 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
237 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
238 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
239 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
240 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
241 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
242 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
243 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
244 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
245 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
246 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
247 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
248 | 2024-12-02T16:02:43.933Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
249 | 2024-12-02T16:02:44.699Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
250 | 2024-12-02T16:02:44.989Z | Updating crates.io index |
251 | 2024-12-02T16:02:44.992Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
252 | 2024-12-02T16:02:45.547Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
253 | 2024-12-02T16:02:45.814Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
254 | 2024-12-02T16:02:46.045Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
255 | 2024-12-02T16:02:46.334Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
256 | 2024-12-02T16:02:47.251Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
257 | 2024-12-02T16:02:49.985Z | Updating git repository `https://github.com/oxidecomputer/opte` |
258 | 2024-12-02T16:02:51.253Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
259 | 2024-12-02T16:02:52.053Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
260 | 2024-12-02T16:02:52.472Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
261 | 2024-12-02T16:02:52.746Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
262 | 2024-12-02T16:02:53.356Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
263 | 2024-12-02T16:02:53.686Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
264 | 2024-12-02T16:02:54.076Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
265 | 2024-12-02T16:02:54.365Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
266 | 2024-12-02T16:02:54.595Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
267 | 2024-12-02T16:02:54.860Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
268 | 2024-12-02T16:02:55.273Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
269 | 2024-12-02T16:02:55.595Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
270 | 2024-12-02T16:02:56.061Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
271 | 2024-12-02T16:02:56.319Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
272 | 2024-12-02T16:02:56.812Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
273 | 2024-12-02T16:02:57.356Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
274 | 2024-12-02T16:02:57.874Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
275 | 2024-12-02T16:02:58.387Z | Updating git repository `https://github.com/oxidecomputer/ingot.git` |
276 | 2024-12-02T16:02:58.681Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
277 | 2024-12-02T16:02:58.972Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
278 | 2024-12-02T16:02:59.241Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
279 | 2024-12-02T16:03:00.775Z | Downloading crates ... |
280 | 2024-12-02T16:03:00.875Z | Downloaded log v0.4.22 |
281 | 2024-12-02T16:03:00.879Z | Downloaded clap v4.5.21 |
282 | 2024-12-02T16:03:00.888Z | Downloaded anstream v0.6.15 |
283 | 2024-12-02T16:03:00.890Z | Downloaded anstyle v1.0.10 |
284 | 2024-12-02T16:03:00.892Z | Downloaded fs-err v2.11.0 |
285 | 2024-12-02T16:03:00.901Z | Downloaded equivalent v1.0.1 |
286 | 2024-12-02T16:03:00.903Z | Downloaded typenum v1.17.0 |
287 | 2024-12-02T16:03:00.903Z | Downloaded serde_spanned v0.6.8 |
288 | 2024-12-02T16:03:00.905Z | Downloaded cfg-if v1.0.0 |
289 | 2024-12-02T16:03:00.908Z | Downloaded itoa v1.0.11 |
290 | 2024-12-02T16:03:00.915Z | Downloaded thiserror-impl v1.0.69 |
291 | 2024-12-02T16:03:00.918Z | Downloaded errno v0.3.9 |
292 | 2024-12-02T16:03:00.920Z | Downloaded crypto-common v0.1.6 |
293 | 2024-12-02T16:03:00.920Z | Downloaded block-buffer v0.10.4 |
294 | 2024-12-02T16:03:00.920Z | Downloaded colorchoice v1.0.2 |
295 | 2024-12-02T16:03:00.925Z | Downloaded indexmap v2.6.0 |
296 | 2024-12-02T16:03:00.928Z | Downloaded swrite v0.1.0 |
297 | 2024-12-02T16:03:00.928Z | Downloaded pretty-hex v0.4.1 |
298 | 2024-12-02T16:03:00.930Z | Downloaded dof v0.3.0 |
299 | 2024-12-02T16:03:00.930Z | Downloaded autocfg v1.4.0 |
300 | 2024-12-02T16:03:00.932Z | Downloaded clap_lex v0.7.2 |
301 | 2024-12-02T16:03:00.932Z | Downloaded textwrap v0.16.1 |
302 | 2024-12-02T16:03:00.937Z | Downloaded digest v0.10.7 |
303 | 2024-12-02T16:03:00.939Z | Downloaded plain v0.2.3 |
304 | 2024-12-02T16:03:00.942Z | Downloaded heck v0.5.0 |
305 | 2024-12-02T16:03:00.942Z | Downloaded bytecount v0.6.8 |
306 | 2024-12-02T16:03:00.944Z | Downloaded proc-macro-error-attr v1.0.4 |
307 | 2024-12-02T16:03:00.944Z | Downloaded once_cell v1.20.2 |
308 | 2024-12-02T16:03:00.947Z | Downloaded camino-tempfile v1.1.1 |
309 | 2024-12-02T16:03:00.950Z | Downloaded is_terminal_polyfill v1.70.1 |
310 | 2024-12-02T16:03:00.950Z | Downloaded heck v0.4.1 |
311 | 2024-12-02T16:03:00.952Z | Downloaded dtrace-parser v0.2.0 |
312 | 2024-12-02T16:03:00.952Z | Downloaded fastrand v2.1.1 |
313 | 2024-12-02T16:03:00.955Z | Downloaded scroll_derive v0.12.0 |
314 | 2024-12-02T16:03:00.955Z | Downloaded anstyle-query v1.1.1 |
315 | 2024-12-02T16:03:00.957Z | Downloaded cargo_toml v0.20.5 |
316 | 2024-12-02T16:03:00.967Z | Downloaded cpufeatures v0.2.14 |
317 | 2024-12-02T16:03:00.972Z | Downloaded usdt-macro v0.5.0 |
318 | 2024-12-02T16:03:00.974Z | Downloaded fnv v1.0.7 |
319 | 2024-12-02T16:03:00.974Z | Downloaded cargo-platform v0.1.8 |
320 | 2024-12-02T16:03:00.977Z | Downloaded toml_datetime v0.6.8 |
321 | 2024-12-02T16:03:00.977Z | Downloaded pest_generator v2.7.14 |
322 | 2024-12-02T16:03:00.980Z | Downloaded byteorder v1.5.0 |
323 | 2024-12-02T16:03:00.980Z | Downloaded scroll v0.12.0 |
324 | 2024-12-02T16:03:00.982Z | Downloaded macaddr v1.0.1 |
325 | 2024-12-02T16:03:00.982Z | Downloaded unicode-linebreak v0.1.5 |
326 | 2024-12-02T16:03:00.985Z | Downloaded generic-array v0.14.7 |
327 | 2024-12-02T16:03:00.987Z | Downloaded strsim v0.11.1 |
328 | 2024-12-02T16:03:00.989Z | Downloaded thread-id v4.2.2 |
329 | 2024-12-02T16:03:00.992Z | Downloaded tabled_derive v0.7.0 |
330 | 2024-12-02T16:03:00.992Z | Downloaded serde_tokenstream v0.2.2 |
331 | 2024-12-02T16:03:00.995Z | Downloaded usdt v0.5.0 |
332 | 2024-12-02T16:03:00.995Z | Downloaded thiserror v1.0.69 |
333 | 2024-12-02T16:03:01.000Z | Downloaded version_check v0.9.5 |
334 | 2024-12-02T16:03:01.003Z | Downloaded quote v1.0.37 |
335 | 2024-12-02T16:03:01.003Z | Downloaded ucd-trie v0.1.7 |
336 | 2024-12-02T16:03:01.006Z | Downloaded proc-macro2 v1.0.89 |
337 | 2024-12-02T16:03:01.008Z | Downloaded clap_derive v4.5.18 |
338 | 2024-12-02T16:03:01.011Z | Downloaded anstyle-parse v0.2.5 |
339 | 2024-12-02T16:03:01.012Z | Downloaded usdt-attr-macro v0.5.0 |
340 | 2024-12-02T16:03:01.014Z | Downloaded usdt-impl v0.5.0 |
341 | 2024-12-02T16:03:01.014Z | Downloaded proc-macro-error v1.0.4 |
342 | 2024-12-02T16:03:01.017Z | Downloaded cargo_metadata v0.18.1 |
343 | 2024-12-02T16:03:01.019Z | Downloaded utf8parse v0.2.2 |
344 | 2024-12-02T16:03:01.019Z | Downloaded semver v1.0.23 |
345 | 2024-12-02T16:03:01.021Z | Downloaded pest_derive v2.7.14 |
346 | 2024-12-02T16:03:01.023Z | Downloaded camino v1.1.9 |
347 | 2024-12-02T16:03:01.026Z | Downloaded smawk v0.3.2 |
348 | 2024-12-02T16:03:01.030Z | Downloaded anyhow v1.0.93 |
349 | 2024-12-02T16:03:01.033Z | Downloaded bitflags v2.6.0 |
350 | 2024-12-02T16:03:01.036Z | Downloaded zerocopy-derive v0.7.35 |
351 | 2024-12-02T16:03:01.038Z | Downloaded toml v0.8.19 |
352 | 2024-12-02T16:03:01.041Z | Downloaded papergrid v0.11.0 |
353 | 2024-12-02T16:03:01.045Z | Downloaded unicode-ident v1.0.13 |
354 | 2024-12-02T16:03:01.048Z | Downloaded tempfile v3.13.0 |
355 | 2024-12-02T16:03:01.050Z | Downloaded sha2 v0.10.8 |
356 | 2024-12-02T16:03:01.053Z | Downloaded ryu v1.0.18 |
357 | 2024-12-02T16:03:01.055Z | Downloaded serde_derive v1.0.215 |
358 | 2024-12-02T16:03:01.058Z | Downloaded pest_meta v2.7.14 |
359 | 2024-12-02T16:03:01.061Z | Downloaded terminal_size v0.4.0 |
360 | 2024-12-02T16:03:01.061Z | Downloaded memmap v0.7.0 |
361 | 2024-12-02T16:03:01.066Z | Downloaded serde v1.0.215 |
362 | 2024-12-02T16:03:01.086Z | Downloaded toml_edit v0.22.22 |
363 | 2024-12-02T16:03:01.107Z | Downloaded goblin v0.8.2 |
364 | 2024-12-02T16:03:01.113Z | Downloaded pest v2.7.14 |
365 | 2024-12-02T16:03:01.117Z | Downloaded memchr v2.7.4 |
366 | 2024-12-02T16:03:01.122Z | Downloaded serde_json v1.0.132 |
367 | 2024-12-02T16:03:01.129Z | Downloaded hashbrown v0.15.0 |
368 | 2024-12-02T16:03:01.134Z | Downloaded zerocopy v0.7.35 |
369 | 2024-12-02T16:03:01.149Z | Downloaded clap_builder v4.5.21 |
370 | 2024-12-02T16:03:01.158Z | Downloaded winnow v0.6.20 |
371 | 2024-12-02T16:03:01.166Z | Downloaded tabled v0.15.0 |
372 | 2024-12-02T16:03:01.181Z | Downloaded unicode-width v0.1.14 |
373 | 2024-12-02T16:03:01.186Z | Downloaded syn v2.0.87 |
374 | 2024-12-02T16:03:01.196Z | Downloaded syn v1.0.109 |
375 | 2024-12-02T16:03:01.206Z | Downloaded rustix v0.38.37 |
376 | 2024-12-02T16:03:01.248Z | Downloaded libc v0.2.162 |
377 | 2024-12-02T16:03:01.558Z | Compiling proc-macro2 v1.0.89 |
378 | 2024-12-02T16:03:01.558Z | Compiling unicode-ident v1.0.13 |
379 | 2024-12-02T16:03:01.558Z | Compiling serde v1.0.215 |
380 | 2024-12-02T16:03:01.561Z | Compiling version_check v0.9.5 |
381 | 2024-12-02T16:03:01.561Z | Compiling thiserror v1.0.69 |
382 | 2024-12-02T16:03:01.561Z | Compiling memchr v2.7.4 |
383 | 2024-12-02T16:03:01.593Z | Compiling libc v0.2.162 |
384 | 2024-12-02T16:03:01.596Z | Compiling ucd-trie v0.1.7 |
385 | 2024-12-02T16:03:01.800Z | Compiling ryu v1.0.18 |
386 | 2024-12-02T16:03:02.156Z | Compiling itoa v1.0.11 |
387 | 2024-12-02T16:03:02.295Z | Compiling once_cell v1.20.2 |
388 | 2024-12-02T16:03:02.347Z | Compiling byteorder v1.5.0 |
389 | 2024-12-02T16:03:02.612Z | Compiling rustix v0.38.37 |
390 | 2024-12-02T16:03:02.712Z | Compiling serde_json v1.0.132 |
391 | 2024-12-02T16:03:04.181Z | Compiling bitflags v2.6.0 |
392 | 2024-12-02T16:03:04.249Z | Compiling proc-macro-error-attr v1.0.4 |
393 | 2024-12-02T16:03:04.314Z | Compiling usdt-impl v0.5.0 |
394 | 2024-12-02T16:03:04.317Z | Compiling syn v1.0.109 |
395 | 2024-12-02T16:03:04.570Z | Compiling proc-macro-error v1.0.4 |
396 | 2024-12-02T16:03:04.597Z | Compiling hashbrown v0.15.0 |
397 | 2024-12-02T16:03:04.625Z | Compiling camino v1.1.9 |
398 | 2024-12-02T16:03:04.790Z | Compiling plain v0.2.3 |
399 | 2024-12-02T16:03:04.828Z | Compiling equivalent v1.0.1 |
400 | 2024-12-02T16:03:04.938Z | Compiling utf8parse v0.2.2 |
401 | 2024-12-02T16:03:04.938Z | Compiling log v0.4.22 |
402 | 2024-12-02T16:03:05.054Z | Compiling thread-id v4.2.2 |
403 | 2024-12-02T16:03:05.080Z | Compiling anstyle-parse v0.2.5 |
404 | 2024-12-02T16:03:05.241Z | Compiling quote v1.0.37 |
405 | 2024-12-02T16:03:05.343Z | Compiling anstyle v1.0.10 |
406 | 2024-12-02T16:03:05.369Z | Compiling autocfg v1.4.0 |
407 | 2024-12-02T16:03:05.458Z | Compiling anstyle-query v1.1.1 |
408 | 2024-12-02T16:03:05.553Z | Compiling errno v0.3.9 |
409 | 2024-12-02T16:03:05.617Z | Compiling colorchoice v1.0.2 |
410 | 2024-12-02T16:03:05.785Z | Compiling syn v2.0.87 |
411 | 2024-12-02T16:03:05.834Z | Compiling indexmap v2.6.0 |
412 | 2024-12-02T16:03:05.910Z | Compiling unicode-width v0.1.14 |
413 | 2024-12-02T16:03:05.997Z | Compiling semver v1.0.23 |
414 | 2024-12-02T16:03:06.438Z | Compiling winnow v0.6.20 |
415 | 2024-12-02T16:03:06.564Z | Compiling is_terminal_polyfill v1.70.1 |
416 | 2024-12-02T16:03:06.589Z | Compiling pretty-hex v0.4.1 |
417 | 2024-12-02T16:03:06.698Z | Compiling anstream v0.6.15 |
418 | 2024-12-02T16:03:06.882Z | Compiling fs-err v2.11.0 |
419 | 2024-12-02T16:03:07.316Z | Compiling fastrand v2.1.1 |
420 | 2024-12-02T16:03:07.368Z | Compiling strsim v0.11.1 |
421 | 2024-12-02T16:03:07.371Z | Compiling fnv v1.0.7 |
422 | 2024-12-02T16:03:07.467Z | Compiling bytecount v0.6.8 |
423 | 2024-12-02T16:03:07.535Z | Compiling cfg-if v1.0.0 |
424 | 2024-12-02T16:03:07.635Z | Compiling clap_lex v0.7.2 |
425 | 2024-12-02T16:03:07.687Z | Compiling heck v0.5.0 |
426 | 2024-12-02T16:03:08.179Z | Compiling terminal_size v0.4.0 |
427 | 2024-12-02T16:03:08.222Z | Compiling anyhow v1.0.93 |
428 | 2024-12-02T16:03:08.287Z | Compiling heck v0.4.1 |
429 | 2024-12-02T16:03:08.315Z | Compiling clap_builder v4.5.21 |
430 | 2024-12-02T16:03:08.383Z | Compiling tempfile v3.13.0 |
431 | 2024-12-02T16:03:08.709Z | Compiling papergrid v0.11.0 |
432 | 2024-12-02T16:03:09.272Z | Compiling memmap v0.7.0 |
433 | 2024-12-02T16:03:09.386Z | Compiling unicode-linebreak v0.1.5 |
434 | 2024-12-02T16:03:09.504Z | Compiling smawk v0.3.2 |
435 | 2024-12-02T16:03:09.887Z | Compiling textwrap v0.16.1 |
436 | 2024-12-02T16:03:10.240Z | Compiling swrite v0.1.0 |
437 | 2024-12-02T16:03:11.430Z | Compiling tabled_derive v0.7.0 |
438 | 2024-12-02T16:03:12.978Z | Compiling tabled v0.15.0 |
439 | 2024-12-02T16:03:14.776Z | Compiling serde_derive v1.0.215 |
440 | 2024-12-02T16:03:14.776Z | Compiling thiserror-impl v1.0.69 |
441 | 2024-12-02T16:03:14.779Z | Compiling zerocopy-derive v0.7.35 |
442 | 2024-12-02T16:03:14.779Z | Compiling scroll_derive v0.12.0 |
443 | 2024-12-02T16:03:14.779Z | Compiling clap_derive v4.5.18 |
444 | 2024-12-02T16:03:16.118Z | Compiling scroll v0.12.0 |
445 | 2024-12-02T16:03:16.655Z | Compiling goblin v0.8.2 |
446 | 2024-12-02T16:03:16.702Z | Compiling zerocopy v0.7.35 |
447 | 2024-12-02T16:03:17.357Z | Compiling pest v2.7.14 |
448 | 2024-12-02T16:03:18.651Z | Compiling clap v4.5.21 |
449 | 2024-12-02T16:03:19.610Z | Compiling pest_meta v2.7.14 |
450 | 2024-12-02T16:03:20.495Z | Compiling pest_generator v2.7.14 |
451 | 2024-12-02T16:03:22.392Z | Compiling pest_derive v2.7.14 |
452 | 2024-12-02T16:03:23.084Z | Compiling dtrace-parser v0.2.0 |
453 | 2024-12-02T16:03:24.867Z | Compiling toml_datetime v0.6.8 |
454 | 2024-12-02T16:03:24.867Z | Compiling serde_spanned v0.6.8 |
455 | 2024-12-02T16:03:24.872Z | Compiling cargo-platform v0.1.8 |
456 | 2024-12-02T16:03:25.261Z | Compiling serde_tokenstream v0.2.2 |
457 | 2024-12-02T16:03:25.409Z | Compiling toml_edit v0.22.22 |
458 | 2024-12-02T16:03:25.434Z | Compiling macaddr v1.0.1 |
459 | 2024-12-02T16:03:25.610Z | Compiling camino-tempfile v1.1.1 |
460 | 2024-12-02T16:03:26.396Z | Compiling dof v0.3.0 |
461 | 2024-12-02T16:03:26.396Z | Compiling cargo_metadata v0.18.1 |
462 | 2024-12-02T16:03:28.267Z | Compiling toml v0.8.19 |
463 | 2024-12-02T16:03:28.471Z | Compiling usdt-macro v0.5.0 |
464 | 2024-12-02T16:03:28.473Z | Compiling usdt-attr-macro v0.5.0 |
465 | 2024-12-02T16:03:29.108Z | Compiling cargo_toml v0.20.5 |
466 | 2024-12-02T16:03:29.929Z | Compiling usdt v0.5.0 |
467 | 2024-12-02T16:03:32.687Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
468 | 2024-12-02T16:03:36.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 52.43s |
469 | 2024-12-02T16:03:37.162Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
470 | 2024-12-02T16:03:37.711Z | Downloading crates ... |
471 | 2024-12-02T16:03:37.891Z | Downloaded arrayvec v0.7.6 |
472 | 2024-12-02T16:03:37.897Z | Downloaded base16ct v0.2.0 |
473 | 2024-12-02T16:03:37.903Z | Downloaded async-bb8-diesel v0.2.1 |
474 | 2024-12-02T16:03:37.906Z | Downloaded convert_case v0.4.0 |
475 | 2024-12-02T16:03:37.908Z | Downloaded allocator-api2 v0.2.18 |
476 | 2024-12-02T16:03:37.912Z | Downloaded castaway v0.2.3 |
477 | 2024-12-02T16:03:37.914Z | Downloaded base64 v0.21.7 |
478 | 2024-12-02T16:03:37.918Z | Downloaded crossbeam-epoch v0.9.18 |
479 | 2024-12-02T16:03:37.921Z | Downloaded crc32fast v1.4.2 |
480 | 2024-12-02T16:03:37.924Z | Downloaded aead v0.5.2 |
481 | 2024-12-02T16:03:37.935Z | Downloaded headers-core v0.3.0 |
482 | 2024-12-02T16:03:37.944Z | Downloaded bstr v1.10.0 |
483 | 2024-12-02T16:03:37.965Z | Downloaded hickory-resolver v0.24.1 |
484 | 2024-12-02T16:03:37.969Z | Downloaded home v0.5.9 |
485 | 2024-12-02T16:03:37.969Z | Downloaded hex v0.4.3 |
486 | 2024-12-02T16:03:37.970Z | Downloaded aes v0.8.4 |
487 | 2024-12-02T16:03:37.970Z | Downloaded darling v0.20.10 |
488 | 2024-12-02T16:03:37.972Z | Downloaded hmac v0.12.1 |
489 | 2024-12-02T16:03:37.977Z | Downloaded aes-gcm v0.10.3 |
490 | 2024-12-02T16:03:37.992Z | Downloaded hickory-client v0.24.1 |
491 | 2024-12-02T16:03:37.996Z | Downloaded hex-literal v0.4.1 |
492 | 2024-12-02T16:03:37.996Z | Downloaded adler2 v2.0.0 |
493 | 2024-12-02T16:03:37.996Z | Downloaded humantime v2.1.0 |
494 | 2024-12-02T16:03:37.996Z | Downloaded http-range v0.1.5 |
495 | 2024-12-02T16:03:37.996Z | Downloaded addr2line v0.24.2 |
496 | 2024-12-02T16:03:37.996Z | Downloaded heapless v0.7.17 |
497 | 2024-12-02T16:03:37.999Z | Downloaded hyper-tls v0.6.0 |
498 | 2024-12-02T16:03:37.999Z | Downloaded hubpack_derive v0.1.1 |
499 | 2024-12-02T16:03:38.003Z | Downloaded regress v0.10.1 |
500 | 2024-12-02T16:03:38.011Z | Downloaded hubpack v0.1.2 |
501 | 2024-12-02T16:03:38.014Z | Downloaded icu_collections v1.5.0 |
502 | 2024-12-02T16:03:38.019Z | Downloaded is_ci v1.2.0 |
503 | 2024-12-02T16:03:38.022Z | Downloaded heck v0.3.3 |
504 | 2024-12-02T16:03:38.024Z | Downloaded instant v0.1.13 |
505 | 2024-12-02T16:03:38.024Z | Downloaded impl-trait-for-tuples v0.2.2 |
506 | 2024-12-02T16:03:38.027Z | Downloaded lalrpop-util v0.19.12 |
507 | 2024-12-02T16:03:38.030Z | Downloaded bcrypt-pbkdf v0.10.0 |
508 | 2024-12-02T16:03:38.030Z | Downloaded assert_matches v1.5.0 |
509 | 2024-12-02T16:03:38.034Z | Downloaded cfg_aliases v0.2.1 |
510 | 2024-12-02T16:03:38.034Z | Downloaded blowfish v0.9.1 |
511 | 2024-12-02T16:03:38.036Z | Downloaded ident_case v1.0.1 |
512 | 2024-12-02T16:03:38.036Z | Downloaded bitfield v0.14.0 |
513 | 2024-12-02T16:03:38.036Z | Downloaded highway v1.2.0 |
514 | 2024-12-02T16:03:38.039Z | Downloaded async-stream-impl v0.3.6 |
515 | 2024-12-02T16:03:38.039Z | Downloaded cfg_aliases v0.1.1 |
516 | 2024-12-02T16:03:38.042Z | Downloaded md5 v0.7.0 |
517 | 2024-12-02T16:03:38.042Z | Downloaded match_cfg v0.1.0 |
518 | 2024-12-02T16:03:38.044Z | Downloaded icu_provider_macros v1.5.0 |
519 | 2024-12-02T16:03:38.044Z | Downloaded matches v0.1.10 |
520 | 2024-12-02T16:03:38.047Z | Downloaded httparse v1.9.5 |
521 | 2024-12-02T16:03:38.047Z | Downloaded http-body v1.0.1 |
522 | 2024-12-02T16:03:38.049Z | Downloaded hostname v0.3.1 |
523 | 2024-12-02T16:03:38.052Z | Downloaded cstr-argument v0.1.2 |
524 | 2024-12-02T16:03:38.052Z | Downloaded is-terminal v0.4.13 |
525 | 2024-12-02T16:03:38.054Z | Downloaded crunchy v0.2.2 |
526 | 2024-12-02T16:03:38.054Z | Downloaded crucible-workspace-hack v0.1.0 |
527 | 2024-12-02T16:03:38.054Z | Downloaded icu_locid v1.5.0 |
528 | 2024-12-02T16:03:38.059Z | Downloaded indoc v1.0.9 |
529 | 2024-12-02T16:03:38.061Z | Downloaded indent_write v2.2.0 |
530 | 2024-12-02T16:03:38.064Z | Downloaded icu_locid_transform v1.5.0 |
531 | 2024-12-02T16:03:38.067Z | Downloaded jobserver v0.1.32 |
532 | 2024-12-02T16:03:38.069Z | Downloaded inout v0.1.3 |
533 | 2024-12-02T16:03:38.072Z | Downloaded bb8 v0.8.5 |
534 | 2024-12-02T16:03:38.072Z | Downloaded lazycell v1.3.0 |
535 | 2024-12-02T16:03:38.074Z | Downloaded atomic-waker v1.1.2 |
536 | 2024-12-02T16:03:38.074Z | Downloaded kstat-rs v0.2.4 |
537 | 2024-12-02T16:03:38.077Z | Downloaded ipnetwork v0.20.0 |
538 | 2024-12-02T16:03:38.079Z | Downloaded internet-checksum v0.2.1 |
539 | 2024-12-02T16:03:38.079Z | Downloaded lazy_static v1.5.0 |
540 | 2024-12-02T16:03:38.081Z | Downloaded colored v2.1.0 |
541 | 2024-12-02T16:03:38.084Z | Downloaded managed v0.8.0 |
542 | 2024-12-02T16:03:38.086Z | Downloaded cmake v0.1.51 |
543 | 2024-12-02T16:03:38.086Z | Downloaded cexpr v0.6.0 |
544 | 2024-12-02T16:03:38.088Z | Downloaded md-5 v0.10.6 |
545 | 2024-12-02T16:03:38.091Z | Downloaded keccak v0.1.5 |
546 | 2024-12-02T16:03:38.091Z | Downloaded async-stream v0.3.6 |
547 | 2024-12-02T16:03:38.093Z | Downloaded icu_normalizer v1.5.0 |
548 | 2024-12-02T16:03:38.097Z | Downloaded mime v0.3.17 |
549 | 2024-12-02T16:03:38.100Z | Downloaded memoffset v0.9.1 |
550 | 2024-12-02T16:03:38.103Z | Downloaded linear-map v1.2.0 |
551 | 2024-12-02T16:03:38.103Z | Downloaded hyper-staticfile v0.10.1 |
552 | 2024-12-02T16:03:38.105Z | Downloaded lockfree-object-pool v0.1.6 |
553 | 2024-12-02T16:03:38.110Z | Downloaded constant_time_eq v0.3.1 |
554 | 2024-12-02T16:03:38.112Z | Downloaded sync_wrapper v1.0.1 |
555 | 2024-12-02T16:03:38.112Z | Downloaded sync-ptr v0.1.1 |
556 | 2024-12-02T16:03:38.112Z | Downloaded toolchain_find v0.4.0 |
557 | 2024-12-02T16:03:38.114Z | Downloaded chacha20 v0.9.1 |
558 | 2024-12-02T16:03:38.115Z | Downloaded bitflags v1.3.2 |
559 | 2024-12-02T16:03:38.117Z | Downloaded salsa20 v0.10.2 |
560 | 2024-12-02T16:03:38.120Z | Downloaded siphasher v0.3.11 |
561 | 2024-12-02T16:03:38.124Z | Downloaded serde_urlencoded v0.7.1 |
562 | 2024-12-02T16:03:38.126Z | Downloaded crc-catalog v2.4.0 |
563 | 2024-12-02T16:03:38.126Z | Downloaded curve25519-dalek-derive v0.1.1 |
564 | 2024-12-02T16:03:38.126Z | Downloaded bit-vec v0.6.3 |
565 | 2024-12-02T16:03:38.128Z | Downloaded libloading v0.8.5 |
566 | 2024-12-02T16:03:38.131Z | Downloaded libefi-sys v0.1.0 |
567 | 2024-12-02T16:03:38.131Z | Downloaded ciborium-ll v0.2.2 |
568 | 2024-12-02T16:03:38.134Z | Downloaded linked-hash-map v0.5.6 |
569 | 2024-12-02T16:03:38.136Z | Downloaded libsw v3.3.1 |
570 | 2024-12-02T16:03:38.136Z | Downloaded crossbeam-deque v0.8.5 |
571 | 2024-12-02T16:03:38.138Z | Downloaded cipher v0.4.4 |
572 | 2024-12-02T16:03:38.140Z | Downloaded mime_guess v2.0.5 |
573 | 2024-12-02T16:03:38.143Z | Downloaded zone_cfg_derive v0.3.0 |
574 | 2024-12-02T16:03:38.143Z | Downloaded bzip2 v0.4.4 |
575 | 2024-12-02T16:03:38.145Z | Downloaded lock_api v0.4.12 |
576 | 2024-12-02T16:03:38.148Z | Downloaded ssh-encoding v0.2.0 |
577 | 2024-12-02T16:03:38.150Z | Downloaded spki v0.7.3 |
578 | 2024-12-02T16:03:38.152Z | Downloaded dhcproto-macros v0.1.0 |
579 | 2024-12-02T16:03:38.152Z | Downloaded rustc_version v0.4.1 |
580 | 2024-12-02T16:03:38.152Z | Downloaded slog-stdlog v4.1.1 |
581 | 2024-12-02T16:03:38.155Z | Downloaded rusty-fork v0.3.0 |
582 | 2024-12-02T16:03:38.157Z | Downloaded rustversion v1.0.17 |
583 | 2024-12-02T16:03:38.159Z | Downloaded foreign-types v0.3.2 |
584 | 2024-12-02T16:03:38.159Z | Downloaded tokio-native-tls v0.3.1 |
585 | 2024-12-02T16:03:38.162Z | Downloaded foreign-types v0.5.0 |
586 | 2024-12-02T16:03:38.164Z | Downloaded ciborium v0.2.2 |
587 | 2024-12-02T16:03:38.168Z | Downloaded hyper v1.5.0 |
588 | 2024-12-02T16:03:38.172Z | Downloaded unarray v0.1.4 |
589 | 2024-12-02T16:03:38.175Z | Downloaded topological-sort v0.2.2 |
590 | 2024-12-02T16:03:38.175Z | Downloaded slog-term v2.9.1 |
591 | 2024-12-02T16:03:38.178Z | Downloaded icu_provider v1.5.0 |
592 | 2024-12-02T16:03:38.181Z | Downloaded signal-hook-registry v1.4.2 |
593 | 2024-12-02T16:03:38.184Z | Downloaded base64ct v1.6.0 |
594 | 2024-12-02T16:03:38.186Z | Downloaded icu_normalizer_data v1.5.0 |
595 | 2024-12-02T16:03:38.189Z | Downloaded phf_shared v0.10.0 |
596 | 2024-12-02T16:03:38.189Z | Downloaded openssl-probe v0.1.5 |
597 | 2024-12-02T16:03:38.192Z | Downloaded cancel-safe-futures v0.1.5 |
598 | 2024-12-02T16:03:38.195Z | Downloaded number_prefix v0.4.0 |
599 | 2024-12-02T16:03:38.195Z | Downloaded phf_generator v0.11.2 |
600 | 2024-12-02T16:03:38.198Z | Downloaded crc v3.2.1 |
601 | 2024-12-02T16:03:38.200Z | Downloaded pretty-hex v0.2.1 |
602 | 2024-12-02T16:03:38.200Z | Downloaded cookie_store v0.21.0 |
603 | 2024-12-02T16:03:38.203Z | Downloaded cassowary v0.3.0 |
604 | 2024-12-02T16:03:38.206Z | Downloaded subtle v2.6.1 |
605 | 2024-12-02T16:03:38.206Z | Downloaded parse-size v1.1.0 |
606 | 2024-12-02T16:03:38.208Z | Downloaded openssl-macros v0.1.1 |
607 | 2024-12-02T16:03:38.208Z | Downloaded num_threads v0.1.7 |
608 | 2024-12-02T16:03:38.208Z | Downloaded fallible-iterator v0.3.0 |
609 | 2024-12-02T16:03:38.211Z | Downloaded fallible-iterator v0.2.0 |
610 | 2024-12-02T16:03:38.211Z | Downloaded memmap2 v0.9.5 |
611 | 2024-12-02T16:03:38.213Z | Downloaded chrono-tz-build v0.4.0 |
612 | 2024-12-02T16:03:38.216Z | Downloaded sigpipe v0.1.3 |
613 | 2024-12-02T16:03:38.216Z | Downloaded const_format_proc_macros v0.2.33 |
614 | 2024-12-02T16:03:38.218Z | Downloaded gethostname v0.5.0 |
615 | 2024-12-02T16:03:38.221Z | Downloaded strum_macros v0.25.3 |
616 | 2024-12-02T16:03:38.223Z | Downloaded precomputed-hash v0.1.1 |
617 | 2024-12-02T16:03:38.223Z | Downloaded num-iter v0.1.45 |
618 | 2024-12-02T16:03:38.226Z | Downloaded mirai-annotations v1.12.0 |
619 | 2024-12-02T16:03:38.226Z | Downloaded russh-keys v0.45.0 |
620 | 2024-12-02T16:03:38.228Z | Downloaded console v0.15.8 |
621 | 2024-12-02T16:03:38.231Z | Downloaded universal-hash v0.5.1 |
622 | 2024-12-02T16:03:38.242Z | Downloaded icu_properties v1.5.1 |
623 | 2024-12-02T16:03:38.245Z | Downloaded rtoolbox v0.0.2 |
624 | 2024-12-02T16:03:38.247Z | Downloaded icu_locid_transform_data v1.5.0 |
625 | 2024-12-02T16:03:38.249Z | Downloaded csv-core v0.1.11 |
626 | 2024-12-02T16:03:38.252Z | Downloaded heapless v0.8.0 |
627 | 2024-12-02T16:03:38.254Z | Downloaded diesel-dtrace v0.3.0 |
628 | 2024-12-02T16:03:38.257Z | Downloaded ahash v0.8.11 |
629 | 2024-12-02T16:03:38.259Z | Downloaded derive_builder_macro v0.20.2 |
630 | 2024-12-02T16:03:38.262Z | Downloaded zerofrom v0.1.4 |
631 | 2024-12-02T16:03:38.262Z | Downloaded predicates v3.1.2 |
632 | 2024-12-02T16:03:38.265Z | Downloaded primeorder v0.13.6 |
633 | 2024-12-02T16:03:38.267Z | Downloaded predicates-tree v1.0.11 |
634 | 2024-12-02T16:03:38.269Z | Downloaded zone_cfg_derive v0.1.2 |
635 | 2024-12-02T16:03:38.269Z | Downloaded defmt-parser v0.3.4 |
636 | 2024-12-02T16:03:38.271Z | Downloaded subprocess v0.2.9 |
637 | 2024-12-02T16:03:38.273Z | Downloaded foreign-types-shared v0.1.1 |
638 | 2024-12-02T16:03:38.276Z | Downloaded futures-core v0.3.31 |
639 | 2024-12-02T16:03:38.276Z | Downloaded num-conv v0.1.0 |
640 | 2024-12-02T16:03:38.278Z | Downloaded getrandom v0.2.15 |
641 | 2024-12-02T16:03:38.280Z | Downloaded mockall v0.13.0 |
642 | 2024-12-02T16:03:38.283Z | Downloaded spin v0.5.2 |
643 | 2024-12-02T16:03:38.283Z | Downloaded tinystr v0.7.6 |
644 | 2024-12-02T16:03:38.286Z | Downloaded termcolor v1.4.1 |
645 | 2024-12-02T16:03:38.288Z | Downloaded cookie v0.18.1 |
646 | 2024-12-02T16:03:38.291Z | Downloaded crc-any v2.5.0 |
647 | 2024-12-02T16:03:38.293Z | Downloaded simd-adler32 v0.3.7 |
648 | 2024-12-02T16:03:38.293Z | Downloaded strum_macros v0.26.4 |
649 | 2024-12-02T16:03:38.296Z | Downloaded indicatif v0.17.9 |
650 | 2024-12-02T16:03:38.300Z | Downloaded endian-type v0.1.2 |
651 | 2024-12-02T16:03:38.302Z | Downloaded structmeta-derive v0.2.0 |
652 | 2024-12-02T16:03:38.302Z | Downloaded clang-sys v1.8.1 |
653 | 2024-12-02T16:03:38.305Z | Downloaded tower-service v0.3.3 |
654 | 2024-12-02T16:03:38.307Z | Downloaded progenitor-impl v0.8.0 |
655 | 2024-12-02T16:03:38.310Z | Downloaded nodrop v0.1.14 |
656 | 2024-12-02T16:03:38.310Z | Downloaded pkg-config v0.3.31 |
657 | 2024-12-02T16:03:38.312Z | Downloaded want v0.3.1 |
658 | 2024-12-02T16:03:38.312Z | Downloaded hkdf v0.12.4 |
659 | 2024-12-02T16:03:38.315Z | Downloaded chacha20poly1305 v0.10.1 |
660 | 2024-12-02T16:03:38.317Z | Downloaded hash32 v0.3.1 |
661 | 2024-12-02T16:03:38.319Z | Downloaded embedded-io v0.4.0 |
662 | 2024-12-02T16:03:38.322Z | Downloaded which v4.4.2 |
663 | 2024-12-02T16:03:38.324Z | Downloaded arc-swap v1.7.1 |
664 | 2024-12-02T16:03:38.327Z | Downloaded serde-hex v0.1.0 |
665 | 2024-12-02T16:03:38.329Z | Downloaded slog-scope v4.4.0 |
666 | 2024-12-02T16:03:38.332Z | Downloaded dhcproto v0.12.0 |
667 | 2024-12-02T16:03:38.334Z | Downloaded utf-8 v0.7.6 |
668 | 2024-12-02T16:03:38.334Z | Downloaded unicode-truncate v1.1.0 |
669 | 2024-12-02T16:03:38.337Z | Downloaded foreign-types-macros v0.2.3 |
670 | 2024-12-02T16:03:38.339Z | Downloaded foldhash v0.1.3 |
671 | 2024-12-02T16:03:38.339Z | Downloaded fallible-streaming-iterator v0.1.9 |
672 | 2024-12-02T16:03:38.341Z | Downloaded bumpalo v3.16.0 |
673 | 2024-12-02T16:03:38.344Z | Downloaded opaque-debug v0.3.1 |
674 | 2024-12-02T16:03:38.344Z | Downloaded spin v0.9.8 |
675 | 2024-12-02T16:03:38.346Z | Downloaded oso v0.27.3 |
676 | 2024-12-02T16:03:38.350Z | Downloaded crossbeam-utils v0.8.20 |
677 | 2024-12-02T16:03:38.352Z | Downloaded predicates-core v1.0.8 |
678 | 2024-12-02T16:03:38.355Z | Downloaded des v0.8.1 |
679 | 2024-12-02T16:03:38.358Z | Downloaded twox-hash v1.6.3 |
680 | 2024-12-02T16:03:38.360Z | Downloaded untrusted v0.9.0 |
681 | 2024-12-02T16:03:38.361Z | Downloaded strum_macros v0.24.3 |
682 | 2024-12-02T16:03:38.363Z | Downloaded futures-channel v0.3.31 |
683 | 2024-12-02T16:03:38.366Z | Downloaded tokio-rustls v0.25.0 |
684 | 2024-12-02T16:03:38.368Z | Downloaded password-hash v0.5.0 |
685 | 2024-12-02T16:03:38.371Z | Downloaded password-hash v0.4.2 |
686 | 2024-12-02T16:03:38.373Z | Downloaded hashlink v0.9.1 |
687 | 2024-12-02T16:03:38.376Z | Downloaded vte_generate_state_changes v0.1.2 |
688 | 2024-12-02T16:03:38.376Z | Downloaded try-lock v0.2.5 |
689 | 2024-12-02T16:03:38.376Z | Downloaded proc-macro-crate v1.3.1 |
690 | 2024-12-02T16:03:38.378Z | Downloaded minimal-lexical v0.2.1 |
691 | 2024-12-02T16:03:38.381Z | Downloaded zerocopy v0.6.6 |
692 | 2024-12-02T16:03:38.383Z | Downloaded env_logger v0.11.5 |
693 | 2024-12-02T16:03:38.387Z | Downloaded sec1 v0.7.3 |
694 | 2024-12-02T16:03:38.390Z | Downloaded derive_builder_core v0.20.2 |
695 | 2024-12-02T16:03:38.392Z | Downloaded postcard v1.0.10 |
696 | 2024-12-02T16:03:38.395Z | Downloaded sct v0.7.1 |
697 | 2024-12-02T16:03:38.397Z | Downloaded time-core v0.1.2 |
698 | 2024-12-02T16:03:38.400Z | Downloaded num-derive v0.4.2 |
699 | 2024-12-02T16:03:38.403Z | Downloaded strip-ansi-escapes v0.2.0 |
700 | 2024-12-02T16:03:38.403Z | Downloaded bytes v1.8.0 |
701 | 2024-12-02T16:03:38.406Z | Downloaded yoke-derive v0.7.4 |
702 | 2024-12-02T16:03:38.408Z | Downloaded vergen v8.3.2 |
703 | 2024-12-02T16:03:38.410Z | Downloaded openssl-sys v0.9.103 |
704 | 2024-12-02T16:03:38.415Z | Downloaded nanorand v0.7.0 |
705 | 2024-12-02T16:03:38.418Z | Downloaded parking_lot_core v0.8.6 |
706 | 2024-12-02T16:03:38.420Z | Downloaded pkcs1 v0.7.5 |
707 | 2024-12-02T16:03:38.423Z | Downloaded half v2.4.1 |
708 | 2024-12-02T16:03:38.426Z | Downloaded tui-tree-widget v0.22.0 |
709 | 2024-12-02T16:03:38.429Z | Downloaded rfc6979 v0.4.0 |
710 | 2024-12-02T16:03:38.431Z | Downloaded resolv-conf v0.7.0 |
711 | 2024-12-02T16:03:38.431Z | Downloaded polyval v0.6.2 |
712 | 2024-12-02T16:03:38.434Z | Downloaded deranged v0.3.11 |
713 | 2024-12-02T16:03:38.436Z | Downloaded oso-derive v0.27.3 |
714 | 2024-12-02T16:03:38.437Z | Downloaded zeroize v1.8.1 |
715 | 2024-12-02T16:03:38.439Z | Downloaded packed_struct_codegen v0.10.1 |
716 | 2024-12-02T16:03:38.439Z | Downloaded steno v0.4.1 |
717 | 2024-12-02T16:03:38.443Z | Downloaded glob v0.3.1 |
718 | 2024-12-02T16:03:38.445Z | Downloaded futures-io v0.3.31 |
719 | 2024-12-02T16:03:38.448Z | Downloaded slab v0.4.9 |
720 | 2024-12-02T16:03:38.448Z | Downloaded signature v2.2.0 |
721 | 2024-12-02T16:03:38.450Z | Downloaded derive_more v0.99.18 |
722 | 2024-12-02T16:03:38.454Z | Downloaded compact_str v0.8.0 |
723 | 2024-12-02T16:03:38.458Z | Downloaded parse-display-derive v0.10.0 |
724 | 2024-12-02T16:03:38.461Z | Downloaded globset v0.4.15 |
725 | 2024-12-02T16:03:38.463Z | Downloaded crypto-bigint v0.5.5 |
726 | 2024-12-02T16:03:38.468Z | Downloaded libm v0.2.8 |
727 | 2024-12-02T16:03:38.476Z | Downloaded stringprep v0.1.5 |
728 | 2024-12-02T16:03:38.480Z | Downloaded radium v0.7.0 |
729 | 2024-12-02T16:03:38.482Z | Downloaded base64 v0.22.1 |
730 | 2024-12-02T16:03:38.485Z | Downloaded backtrace v0.3.74 |
731 | 2024-12-02T16:03:38.489Z | Downloaded env_logger v0.10.2 |
732 | 2024-12-02T16:03:38.492Z | Downloaded zerofrom-derive v0.1.4 |
733 | 2024-12-02T16:03:38.495Z | Downloaded smf v0.2.3 |
734 | 2024-12-02T16:03:38.497Z | Downloaded serde_plain v1.0.2 |
735 | 2024-12-02T16:03:38.499Z | Downloaded fixedbitset v0.4.2 |
736 | 2024-12-02T16:03:38.499Z | Downloaded defmt-macros v0.3.9 |
737 | 2024-12-02T16:03:38.503Z | Downloaded parking_lot v0.12.3 |
738 | 2024-12-02T16:03:38.506Z | Downloaded unsafe-libyaml v0.2.11 |
739 | 2024-12-02T16:03:38.508Z | Downloaded foreign-types-shared v0.3.1 |
740 | 2024-12-02T16:03:38.511Z | Downloaded progenitor-client v0.8.0 |
741 | 2024-12-02T16:03:38.511Z | Downloaded unicase v2.7.0 |
742 | 2024-12-02T16:03:38.513Z | Downloaded utf8_iter v1.0.4 |
743 | 2024-12-02T16:03:38.513Z | Downloaded filetime v0.2.25 |
744 | 2024-12-02T16:03:38.516Z | Downloaded serde_yaml v0.9.34+deprecated |
745 | 2024-12-02T16:03:38.519Z | Downloaded pin-project-internal v1.1.6 |
746 | 2024-12-02T16:03:38.522Z | Downloaded tracing v0.1.40 |
747 | 2024-12-02T16:03:38.526Z | Downloaded russh-cryptovec v0.7.3 |
748 | 2024-12-02T16:03:38.529Z | Downloaded headers v0.4.0 |
749 | 2024-12-02T16:03:38.533Z | Downloaded write16 v1.0.0 |
750 | 2024-12-02T16:03:38.536Z | Downloaded crossbeam-channel v0.5.13 |
751 | 2024-12-02T16:03:38.538Z | Downloaded powerfmt v0.2.0 |
752 | 2024-12-02T16:03:38.541Z | Downloaded zone v0.1.8 |
753 | 2024-12-02T16:03:38.541Z | Downloaded vte v0.11.1 |
754 | 2024-12-02T16:03:38.543Z | Downloaded take_mut v0.2.2 |
755 | 2024-12-02T16:03:38.546Z | Downloaded percent-encoding v2.3.1 |
756 | 2024-12-02T16:03:38.546Z | Downloaded parse-display v0.10.0 |
757 | 2024-12-02T16:03:38.549Z | Downloaded scopeguard v1.2.0 |
758 | 2024-12-02T16:03:38.549Z | Downloaded downcast v0.11.0 |
759 | 2024-12-02T16:03:38.551Z | Downloaded dropshot_endpoint v0.13.0 |
760 | 2024-12-02T16:03:38.553Z | Downloaded dyn-clone v1.0.17 |
761 | 2024-12-02T16:03:38.556Z | Downloaded itertools v0.13.0 |
762 | 2024-12-02T16:03:38.562Z | Downloaded tabwriter v1.4.0 |
763 | 2024-12-02T16:03:38.564Z | Downloaded ed25519-dalek v2.1.1 |
764 | 2024-12-02T16:03:38.566Z | Downloaded zone v0.3.0 |
765 | 2024-12-02T16:03:38.569Z | Downloaded zopfli v0.8.1 |
766 | 2024-12-02T16:03:38.571Z | Downloaded fragile v2.0.0 |
767 | 2024-12-02T16:03:38.573Z | Downloaded paste v1.0.15 |
768 | 2024-12-02T16:03:38.575Z | Downloaded itertools v0.12.1 |
769 | 2024-12-02T16:03:38.582Z | Downloaded thiserror-no-std v2.0.2 |
770 | 2024-12-02T16:03:38.587Z | Downloaded structmeta v0.2.0 |
771 | 2024-12-02T16:03:38.589Z | Downloaded tiny-keccak v2.0.2 |
772 | 2024-12-02T16:03:38.592Z | Downloaded socket2 v0.5.7 |
773 | 2024-12-02T16:03:38.595Z | Downloaded ff v0.13.0 |
774 | 2024-12-02T16:03:38.597Z | Downloaded progenitor v0.8.0 |
775 | 2024-12-02T16:03:38.597Z | Downloaded ppv-lite86 v0.2.20 |
776 | 2024-12-02T16:03:38.599Z | Downloaded displaydoc v0.2.5 |
777 | 2024-12-02T16:03:38.602Z | Downloaded strum v0.26.3 |
778 | 2024-12-02T16:03:38.604Z | Downloaded waitgroup v0.1.2 |
779 | 2024-12-02T16:03:38.604Z | Downloaded display-error-chain v0.2.2 |
780 | 2024-12-02T16:03:38.606Z | Downloaded dirs-sys-next v0.1.2 |
781 | 2024-12-02T16:03:38.609Z | Downloaded packed_struct v0.10.1 |
782 | 2024-12-02T16:03:38.609Z | Downloaded toml_edit v0.19.15 |
783 | 2024-12-02T16:03:38.626Z | Downloaded slog-envlogger v2.2.0 |
784 | 2024-12-02T16:03:38.628Z | Downloaded time-macros v0.2.18 |
785 | 2024-12-02T16:03:38.631Z | Downloaded smallvec v1.13.2 |
786 | 2024-12-02T16:03:38.633Z | Downloaded thiserror-impl-no-std v2.0.2 |
787 | 2024-12-02T16:03:38.636Z | Downloaded serde_path_to_error v0.1.16 |
788 | 2024-12-02T16:03:38.636Z | Downloaded rand_chacha v0.3.1 |
789 | 2024-12-02T16:03:38.638Z | Downloaded phf_codegen v0.11.2 |
790 | 2024-12-02T16:03:38.638Z | Downloaded phf v0.11.2 |
791 | 2024-12-02T16:03:38.641Z | Downloaded parking_lot_core v0.9.10 |
792 | 2024-12-02T16:03:38.643Z | Downloaded slog-async v2.8.0 |
793 | 2024-12-02T16:03:38.645Z | Downloaded scheduled-thread-pool v0.2.7 |
794 | 2024-12-02T16:03:38.645Z | Downloaded same-file v1.0.6 |
795 | 2024-12-02T16:03:38.648Z | Downloaded rustls-pemfile v2.2.0 |
796 | 2024-12-02T16:03:38.650Z | Downloaded fxhash v0.2.1 |
797 | 2024-12-02T16:03:38.650Z | Downloaded zerovec-derive v0.10.3 |
798 | 2024-12-02T16:03:38.653Z | Downloaded omicron-zone-package v0.11.1 |
799 | 2024-12-02T16:03:38.656Z | Downloaded value-bag v1.9.0 |
800 | 2024-12-02T16:03:38.658Z | Downloaded hash32 v0.2.1 |
801 | 2024-12-02T16:03:38.661Z | Downloaded num-integer v0.1.46 |
802 | 2024-12-02T16:03:38.665Z | Downloaded uzers v0.12.1 |
803 | 2024-12-02T16:03:38.665Z | Downloaded rustc-demangle v0.1.24 |
804 | 2024-12-02T16:03:38.667Z | Downloaded snafu v0.8.5 |
805 | 2024-12-02T16:03:38.672Z | Downloaded tinyvec_macros v0.1.1 |
806 | 2024-12-02T16:03:38.674Z | Downloaded termtree v0.4.1 |
807 | 2024-12-02T16:03:38.674Z | Downloaded whoami v1.5.2 |
808 | 2024-12-02T16:03:38.676Z | Downloaded typify-macro v0.2.0 |
809 | 2024-12-02T16:03:38.679Z | Downloaded structmeta v0.3.0 |
810 | 2024-12-02T16:03:38.679Z | Downloaded pem-rfc7468 v0.7.0 |
811 | 2024-12-02T16:03:38.681Z | Downloaded zerocopy-derive v0.8.10 |
812 | 2024-12-02T16:03:38.686Z | Downloaded pbkdf2 v0.12.2 |
813 | 2024-12-02T16:03:38.689Z | Downloaded rpassword v7.3.1 |
814 | 2024-12-02T16:03:38.691Z | Downloaded olpc-cjson v0.1.4 |
815 | 2024-12-02T16:03:38.691Z | Downloaded num-rational v0.4.2 |
816 | 2024-12-02T16:03:38.693Z | Downloaded flume v0.11.1 |
817 | 2024-12-02T16:03:38.696Z | Downloaded serde_derive_internals v0.29.1 |
818 | 2024-12-02T16:03:38.699Z | Downloaded unicode-bidi v0.3.17 |
819 | 2024-12-02T16:03:38.701Z | Downloaded defmt v0.3.8 |
820 | 2024-12-02T16:03:38.705Z | Downloaded pkcs5 v0.7.1 |
821 | 2024-12-02T16:03:38.709Z | Downloaded tinyvec v1.8.0 |
822 | 2024-12-02T16:03:38.712Z | Downloaded tls_codec_derive v0.4.1 |
823 | 2024-12-02T16:03:38.714Z | Downloaded tls_codec v0.4.1 |
824 | 2024-12-02T16:03:38.716Z | Downloaded data-encoding v2.6.0 |
825 | 2024-12-02T16:03:38.719Z | Downloaded enum-as-inner v0.5.1 |
826 | 2024-12-02T16:03:38.721Z | Downloaded structmeta-derive v0.3.0 |
827 | 2024-12-02T16:03:38.721Z | Downloaded debug-ignore v1.0.5 |
828 | 2024-12-02T16:03:38.723Z | Downloaded new_debug_unreachable v1.0.6 |
829 | 2024-12-02T16:03:38.726Z | Downloaded utf16_iter v1.0.5 |
830 | 2024-12-02T16:03:38.726Z | Downloaded darling_macro v0.20.10 |
831 | 2024-12-02T16:03:38.729Z | Downloaded diff v0.1.13 |
832 | 2024-12-02T16:03:38.731Z | Downloaded peg v0.8.4 |
833 | 2024-12-02T16:03:38.734Z | Downloaded shell-words v1.1.0 |
834 | 2024-12-02T16:03:38.737Z | Downloaded ghash v0.5.1 |
835 | 2024-12-02T16:03:38.737Z | Downloaded futures-task v0.3.31 |
836 | 2024-12-02T16:03:38.740Z | Downloaded ron v0.7.1 |
837 | 2024-12-02T16:03:38.742Z | Downloaded serde-big-array v0.5.1 |
838 | 2024-12-02T16:03:38.744Z | Downloaded rand_xorshift v0.3.0 |
839 | 2024-12-02T16:03:38.745Z | Downloaded uuid v1.11.0 |
840 | 2024-12-02T16:03:38.748Z | Downloaded reedline v0.35.0 |
841 | 2024-12-02T16:03:38.756Z | Downloaded peg-runtime v0.8.3 |
842 | 2024-12-02T16:03:38.758Z | Downloaded sqlparser_derive v0.2.2 |
843 | 2024-12-02T16:03:38.758Z | Downloaded zeroize_derive v1.4.2 |
844 | 2024-12-02T16:03:38.758Z | Downloaded tap v1.0.1 |
845 | 2024-12-02T16:03:38.761Z | Downloaded synstructure v0.13.1 |
846 | 2024-12-02T16:03:38.761Z | Downloaded termios v0.3.3 |
847 | 2024-12-02T16:03:38.764Z | Downloaded pin-project-lite v0.2.14 |
848 | 2024-12-02T16:03:38.767Z | Downloaded fd-lock v4.0.2 |
849 | 2024-12-02T16:03:38.771Z | Downloaded path-slash v0.1.5 |
850 | 2024-12-02T16:03:38.773Z | Downloaded futures-sink v0.3.31 |
851 | 2024-12-02T16:03:38.773Z | Downloaded futures-macro v0.3.31 |
852 | 2024-12-02T16:03:38.773Z | Downloaded dropshot_endpoint v0.12.0 |
853 | 2024-12-02T16:03:38.776Z | Downloaded group v0.13.0 |
854 | 2024-12-02T16:03:38.778Z | Downloaded icu_properties_data v1.5.0 |
855 | 2024-12-02T16:03:38.788Z | Downloaded pem v3.0.4 |
856 | 2024-12-02T16:03:38.791Z | Downloaded funty v2.0.0 |
857 | 2024-12-02T16:03:38.791Z | Downloaded env_filter v0.1.2 |
858 | 2024-12-02T16:03:38.794Z | Downloaded postgres-types v0.2.8 |
859 | 2024-12-02T16:03:38.796Z | Downloaded peg-macros v0.8.4 |
860 | 2024-12-02T16:03:38.798Z | Downloaded rustls-pemfile v1.0.4 |
861 | 2024-12-02T16:03:38.800Z | Downloaded owo-colors v4.1.0 |
862 | 2024-12-02T16:03:38.808Z | Downloaded tokio-stream v0.1.16 |
863 | 2024-12-02T16:03:38.811Z | Downloaded ena v0.14.3 |
864 | 2024-12-02T16:03:38.811Z | Downloaded static_assertions v1.1.0 |
865 | 2024-12-02T16:03:38.811Z | Downloaded typify v0.2.0 |
866 | 2024-12-02T16:03:38.815Z | Downloaded semver v0.1.20 |
867 | 2024-12-02T16:03:38.815Z | Downloaded smallvec v0.6.14 |
868 | 2024-12-02T16:03:38.818Z | Downloaded pbkdf2 v0.11.0 |
869 | 2024-12-02T16:03:38.818Z | Downloaded tokio-rustls v0.24.1 |
870 | 2024-12-02T16:03:38.821Z | Downloaded signal-hook-tokio v0.3.1 |
871 | 2024-12-02T16:03:38.823Z | Downloaded signal-hook-mio v0.2.4 |
872 | 2024-12-02T16:03:38.823Z | Downloaded schemars_derive v0.8.21 |
873 | 2024-12-02T16:03:38.826Z | Downloaded secrecy v0.8.0 |
874 | 2024-12-02T16:03:38.826Z | Downloaded newline-converter v0.3.0 |
875 | 2024-12-02T16:03:38.829Z | Downloaded rand_seeder v0.3.0 |
876 | 2024-12-02T16:03:38.829Z | Downloaded postgres-protocol v0.6.7 |
877 | 2024-12-02T16:03:38.832Z | Downloaded num_enum_derive v0.5.11 |
878 | 2024-12-02T16:03:38.832Z | Downloaded tungstenite v0.21.0 |
879 | 2024-12-02T16:03:38.835Z | Downloaded newtype_derive v0.1.6 |
880 | 2024-12-02T16:03:38.837Z | Downloaded ssh-cipher v0.2.0 |
881 | 2024-12-02T16:03:38.837Z | Downloaded pkcs8 v0.10.2 |
882 | 2024-12-02T16:03:38.840Z | Downloaded psl-types v2.0.11 |
883 | 2024-12-02T16:03:38.843Z | Downloaded native-tls v0.2.12 |
884 | 2024-12-02T16:03:38.843Z | Downloaded rustfmt-wrapper v0.2.1 |
885 | 2024-12-02T16:03:38.845Z | Downloaded ecdsa v0.16.9 |
886 | 2024-12-02T16:03:38.849Z | Downloaded ed25519 v2.2.3 |
887 | 2024-12-02T16:03:38.853Z | Downloaded typed-path v0.9.3 |
888 | 2024-12-02T16:03:38.857Z | Downloaded rustls-webpki v0.101.7 |
889 | 2024-12-02T16:03:38.868Z | Downloaded diesel_table_macro_syntax v0.2.0 |
890 | 2024-12-02T16:03:38.870Z | Downloaded unicode-xid v0.2.6 |
891 | 2024-12-02T16:03:38.871Z | Downloaded shlex v1.3.0 |
892 | 2024-12-02T16:03:38.874Z | Downloaded tungstenite v0.23.0 |
893 | 2024-12-02T16:03:38.877Z | Downloaded schemars v0.8.21 |
894 | 2024-12-02T16:03:38.887Z | Downloaded normalize-line-endings v0.3.0 |
895 | 2024-12-02T16:03:38.889Z | Downloaded lalrpop v0.19.12 |
896 | 2024-12-02T16:03:38.898Z | Downloaded xz2 v0.1.7 |
897 | 2024-12-02T16:03:38.902Z | Downloaded poly1305 v0.8.0 |
898 | 2024-12-02T16:03:38.905Z | Downloaded either v1.13.0 |
899 | 2024-12-02T16:03:38.905Z | Downloaded untrusted v0.7.1 |
900 | 2024-12-02T16:03:38.908Z | Downloaded pin-utils v0.1.0 |
901 | 2024-12-02T16:03:38.908Z | Downloaded phf_shared v0.11.2 |
902 | 2024-12-02T16:03:38.908Z | Downloaded newtype-uuid v1.1.3 |
903 | 2024-12-02T16:03:38.911Z | Downloaded slog v2.7.0 |
904 | 2024-12-02T16:03:38.914Z | Downloaded num_enum v0.5.11 |
905 | 2024-12-02T16:03:38.917Z | Downloaded unicode-properties v0.1.3 |
906 | 2024-12-02T16:03:38.920Z | Downloaded rsa v0.9.6 |
907 | 2024-12-02T16:03:38.924Z | Downloaded ron v0.8.1 |
908 | 2024-12-02T16:03:38.928Z | Downloaded num-traits v0.2.19 |
909 | 2024-12-02T16:03:38.933Z | Downloaded hashbrown v0.14.5 |
910 | 2024-12-02T16:03:38.936Z | Downloaded fatfs v0.3.6 |
911 | 2024-12-02T16:03:38.939Z | Downloaded samael v0.0.17 |
912 | 2024-12-02T16:03:38.945Z | Downloaded publicsuffix v2.2.3 |
913 | 2024-12-02T16:03:38.948Z | Downloaded nu-ansi-term v0.50.1 |
914 | 2024-12-02T16:03:38.951Z | Downloaded flate2 v1.0.34 |
915 | 2024-12-02T16:03:38.955Z | Downloaded yasna v0.5.2 |
916 | 2024-12-02T16:03:38.959Z | Downloaded futures v0.3.31 |
917 | 2024-12-02T16:03:38.964Z | Downloaded darling_core v0.20.10 |
918 | 2024-12-02T16:03:38.967Z | Downloaded wyz v0.5.1 |
919 | 2024-12-02T16:03:38.971Z | Downloaded signal-hook v0.3.17 |
920 | 2024-12-02T16:03:38.973Z | Downloaded blake3 v1.5.4 |
921 | 2024-12-02T16:03:38.979Z | Downloaded toml v0.7.8 |
922 | 2024-12-02T16:03:38.983Z | Downloaded sqlformat v0.2.6 |
923 | 2024-12-02T16:03:38.987Z | Downloaded tokio-postgres v0.7.12 |
924 | 2024-12-02T16:03:38.990Z | Downloaded zerocopy v0.8.10 |
925 | 2024-12-02T16:03:39.013Z | Downloaded yoke v0.7.4 |
926 | 2024-12-02T16:03:39.022Z | Downloaded aws-lc-rs v1.10.0 |
927 | 2024-12-02T16:03:39.025Z | Downloaded hashbrown v0.13.2 |
928 | 2024-12-02T16:03:39.028Z | Downloaded num-bigint v0.4.6 |
929 | 2024-12-02T16:03:39.033Z | Downloaded idna v0.3.0 |
930 | 2024-12-02T16:03:39.040Z | Downloaded serde_with v3.11.0 |
931 | 2024-12-02T16:03:39.050Z | Downloaded zip v0.6.6 |
932 | 2024-12-02T16:03:39.053Z | Downloaded idna v0.5.0 |
933 | 2024-12-02T16:03:39.060Z | Downloaded quick-xml v0.33.0 |
934 | 2024-12-02T16:03:39.066Z | Downloaded pin-project v1.1.6 |
935 | 2024-12-02T16:03:39.077Z | Downloaded hashbrown v0.12.3 |
936 | 2024-12-02T16:03:39.081Z | Downloaded salty v0.3.0 |
937 | 2024-12-02T16:03:39.088Z | Downloaded p256 v0.13.2 |
938 | 2024-12-02T16:03:39.092Z | Downloaded unicode-normalization v0.1.24 |
939 | 2024-12-02T16:03:39.095Z | Downloaded unicode_categories v0.1.1 |
940 | 2024-12-02T16:03:39.098Z | Downloaded hickory-proto v0.24.1 |
941 | 2024-12-02T16:03:39.113Z | Downloaded zerovec v0.10.4 |
942 | 2024-12-02T16:03:39.119Z | Downloaded quinn-proto v0.11.8 |
943 | 2024-12-02T16:03:39.125Z | Downloaded bindgen v0.69.5 |
944 | 2024-12-02T16:03:39.133Z | Downloaded webpki-roots v0.26.6 |
945 | 2024-12-02T16:03:39.136Z | Downloaded chrono v0.4.38 |
946 | 2024-12-02T16:03:39.144Z | Downloaded bitvec v1.0.1 |
947 | 2024-12-02T16:03:39.159Z | Downloaded x509-cert v0.2.5 |
948 | 2024-12-02T16:03:39.165Z | Downloaded p521 v0.13.3 |
949 | 2024-12-02T16:03:39.168Z | Downloaded rusqlite v0.32.1 |
950 | 2024-12-02T16:03:39.175Z | Downloaded rustls-webpki v0.102.8 |
951 | 2024-12-02T16:03:39.193Z | Downloaded tough v0.19.0 |
952 | 2024-12-02T16:03:39.202Z | Downloaded ssh-key v0.6.6 |
953 | 2024-12-02T16:03:39.208Z | Downloaded vcpkg v0.2.15 |
954 | 2024-12-02T16:03:39.246Z | Downloaded tokio-util v0.7.12 |
955 | 2024-12-02T16:03:39.252Z | Downloaded winnow v0.5.40 |
956 | 2024-12-02T16:03:39.261Z | Downloaded num-bigint-dig v0.8.4 |
957 | 2024-12-02T16:03:39.266Z | Downloaded h2 v0.4.6 |
958 | 2024-12-02T16:03:39.272Z | Downloaded petname v2.0.2 |
959 | 2024-12-02T16:03:39.278Z | Downloaded proptest v1.5.0 |
960 | 2024-12-02T16:03:39.287Z | Downloaded futures-util v0.3.31 |
961 | 2024-12-02T16:03:39.299Z | Downloaded portable-atomic v1.9.0 |
962 | 2024-12-02T16:03:39.306Z | Downloaded git2 v0.19.0 |
963 | 2024-12-02T16:03:39.316Z | Downloaded smoltcp v0.9.1 |
964 | 2024-12-02T16:03:39.327Z | Downloaded sqlparser v0.45.0 |
965 | 2024-12-02T16:03:39.333Z | Downloaded object v0.30.4 |
966 | 2024-12-02T16:03:39.342Z | Downloaded polar-core v0.27.3 |
967 | 2024-12-02T16:03:39.350Z | Downloaded smoltcp v0.11.0 |
968 | 2024-12-02T16:03:39.363Z | Downloaded nix v0.27.1 |
969 | 2024-12-02T16:03:39.374Z | Downloaded regex v1.11.1 |
970 | 2024-12-02T16:03:39.387Z | Downloaded p384 v0.13.0 |
971 | 2024-12-02T16:03:39.393Z | Downloaded openapiv3 v2.0.0 |
972 | 2024-12-02T16:03:39.406Z | Downloaded unicode-width v0.2.0 |
973 | 2024-12-02T16:03:39.412Z | Downloaded regex-syntax v0.6.29 |
974 | 2024-12-02T16:03:39.419Z | Downloaded dropshot v0.13.0 |
975 | 2024-12-02T16:03:39.440Z | Downloaded rustls v0.21.12 |
976 | 2024-12-02T16:03:39.451Z | Downloaded nix v0.29.0 |
977 | 2024-12-02T16:03:39.462Z | Downloaded openssl v0.10.66 |
978 | 2024-12-02T16:03:39.472Z | Downloaded dropshot v0.12.0 |
979 | 2024-12-02T16:03:39.493Z | Downloaded object v0.36.5 |
980 | 2024-12-02T16:03:39.508Z | Downloaded chrono-tz v0.10.0 |
981 | 2024-12-02T16:03:39.512Z | Downloaded radix_trie v0.2.1 |
982 | 2024-12-02T16:03:39.522Z | Downloaded gimli v0.31.1 |
983 | 2024-12-02T16:03:39.527Z | Downloaded rustls v0.22.4 |
984 | 2024-12-02T16:03:39.541Z | Downloaded typify-impl v0.2.0 |
985 | 2024-12-02T16:03:39.555Z | Downloaded zerocopy-derive v0.6.6 |
986 | 2024-12-02T16:03:39.563Z | Downloaded sled v0.34.7 |
987 | 2024-12-02T16:03:39.573Z | Downloaded nix v0.28.0 |
988 | 2024-12-02T16:03:39.587Z | Downloaded ratatui v0.28.1 |
989 | 2024-12-02T16:03:39.605Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
990 | 2024-12-02T16:03:39.618Z | Downloaded regex-syntax v0.8.5 |
991 | 2024-12-02T16:03:39.625Z | Downloaded diesel v2.2.4 |
992 | 2024-12-02T16:03:39.644Z | Downloaded regress v0.9.1 |
993 | 2024-12-02T16:03:39.652Z | Downloaded curve25519-dalek v4.1.3 |
994 | 2024-12-02T16:03:39.661Z | Downloaded trust-dns-proto v0.22.0 |
995 | 2024-12-02T16:03:39.673Z | Downloaded rustls v0.23.14 |
996 | 2024-12-02T16:03:39.685Z | Downloaded petgraph v0.6.5 |
997 | 2024-12-02T16:03:39.702Z | Downloaded regex-automata v0.4.8 |
998 | 2024-12-02T16:03:39.720Z | Downloaded reqwest v0.12.9 |
999 | 2024-12-02T16:03:39.731Z | Downloaded tokio v1.40.0 |
1000 | 2024-12-02T16:03:39.764Z | Downloaded lzma-sys v0.1.20 |
1001 | 2024-12-02T16:03:39.793Z | Downloaded libz-sys v1.1.20 |
1002 | 2024-12-02T16:03:39.813Z | Downloaded idna v0.4.0 |
1003 | 2024-12-02T16:03:39.820Z | Downloaded idna v0.2.3 |
1004 | 2024-12-02T16:03:39.827Z | Downloaded sha3 v0.10.8 |
1005 | 2024-12-02T16:03:39.831Z | Downloaded time v0.3.36 |
1006 | 2024-12-02T16:03:39.837Z | Downloaded csv v1.3.0 |
1007 | 2024-12-02T16:03:39.858Z | Downloaded rayon v1.10.0 |
1008 | 2024-12-02T16:03:39.866Z | Downloaded nom v7.1.3 |
1009 | 2024-12-02T16:03:39.871Z | Downloaded aho-corasick v1.1.3 |
1010 | 2024-12-02T16:03:39.877Z | Downloaded rayon-core v1.12.1 |
1011 | 2024-12-02T16:03:39.880Z | Downloaded tokio-tungstenite v0.24.0 |
1012 | 2024-12-02T16:03:39.883Z | Downloaded test-strategy v0.3.1 |
1013 | 2024-12-02T16:03:39.885Z | Downloaded zip v2.1.3 |
1014 | 2024-12-02T16:03:39.889Z | Downloaded rand_core v0.6.4 |
1015 | 2024-12-02T16:03:39.892Z | Downloaded mockall_derive v0.13.0 |
1016 | 2024-12-02T16:03:39.894Z | Downloaded rand v0.8.5 |
1017 | 2024-12-02T16:03:39.897Z | Downloaded russh v0.45.0 |
1018 | 2024-12-02T16:03:39.902Z | Downloaded crossterm v0.28.1 |
1019 | 2024-12-02T16:03:39.907Z | Downloaded fs_extra v1.3.0 |
1020 | 2024-12-02T16:03:39.910Z | Downloaded num-complex v0.4.6 |
1021 | 2024-12-02T16:03:39.913Z | Downloaded enum-as-inner v0.6.1 |
1022 | 2024-12-02T16:03:39.913Z | Downloaded embedded-io v0.6.1 |
1023 | 2024-12-02T16:03:39.916Z | Downloaded wait-timeout v0.2.0 |
1024 | 2024-12-02T16:03:39.916Z | Downloaded stable_deref_trait v1.2.0 |
1025 | 2024-12-02T16:03:39.916Z | Downloaded sha1 v0.10.6 |
1026 | 2024-12-02T16:03:39.918Z | Downloaded multer v3.1.0 |
1027 | 2024-12-02T16:03:39.921Z | Downloaded tokio-tungstenite v0.21.0 |
1028 | 2024-12-02T16:03:39.923Z | Downloaded parse-zoneinfo v0.3.1 |
1029 | 2024-12-02T16:03:39.926Z | Downloaded slog-json v2.6.1 |
1030 | 2024-12-02T16:03:39.926Z | Downloaded dirs-next v2.0.0 |
1031 | 2024-12-02T16:03:39.929Z | Downloaded difflib v0.4.0 |
1032 | 2024-12-02T16:03:39.929Z | Downloaded quinn v0.11.5 |
1033 | 2024-12-02T16:03:39.932Z | Downloaded writeable v0.5.5 |
1034 | 2024-12-02T16:03:39.935Z | Downloaded tracing-core v0.1.32 |
1035 | 2024-12-02T16:03:39.935Z | Downloaded tar v0.4.42 |
1036 | 2024-12-02T16:03:39.939Z | Downloaded slog-dtrace v0.3.0 |
1037 | 2024-12-02T16:03:39.942Z | Downloaded slog-bunyan v2.5.0 |
1038 | 2024-12-02T16:03:39.942Z | Downloaded progenitor-macro v0.8.0 |
1039 | 2024-12-02T16:03:39.942Z | Downloaded url v2.5.3 |
1040 | 2024-12-02T16:03:39.945Z | Downloaded der v0.7.9 |
1041 | 2024-12-02T16:03:39.948Z | Downloaded form_urlencoded v1.2.1 |
1042 | 2024-12-02T16:03:39.950Z | Downloaded der_derive v0.7.3 |
1043 | 2024-12-02T16:03:39.953Z | Downloaded tracing-attributes v0.1.27 |
1044 | 2024-12-02T16:03:39.953Z | Downloaded tokio-tungstenite v0.23.1 |
1045 | 2024-12-02T16:03:39.956Z | Downloaded term v0.7.0 |
1046 | 2024-12-02T16:03:39.961Z | Downloaded libxml v0.3.3 |
1047 | 2024-12-02T16:03:39.964Z | Downloaded mio v1.0.2 |
1048 | 2024-12-02T16:03:39.968Z | Downloaded elliptic-curve v0.13.8 |
1049 | 2024-12-02T16:03:39.972Z | Downloaded unicode-segmentation v1.12.0 |
1050 | 2024-12-02T16:03:39.975Z | Downloaded rustyline v14.0.0 |
1051 | 2024-12-02T16:03:39.981Z | Downloaded idna v1.0.3 |
1052 | 2024-12-02T16:03:39.985Z | Downloaded num v0.4.3 |
1053 | 2024-12-02T16:03:39.991Z | Downloaded nibble_vec v0.1.0 |
1054 | 2024-12-02T16:03:39.991Z | Downloaded rustc-hash v1.1.0 |
1055 | 2024-12-02T16:03:39.994Z | Downloaded parking_lot v0.11.2 |
1056 | 2024-12-02T16:03:39.994Z | Downloaded rcgen v0.12.1 |
1057 | 2024-12-02T16:03:39.994Z | Downloaded expectorate v1.1.0 |
1058 | 2024-12-02T16:03:39.998Z | Downloaded serde_repr v0.1.19 |
1059 | 2024-12-02T16:03:40.000Z | Downloaded dunce v1.0.5 |
1060 | 2024-12-02T16:03:40.000Z | Downloaded vsss-rs v3.3.4 |
1061 | 2024-12-02T16:03:40.002Z | Downloaded quick-error v1.2.3 |
1062 | 2024-12-02T16:03:40.007Z | Downloaded string_cache v0.8.7 |
1063 | 2024-12-02T16:03:40.008Z | Downloaded qorb v0.2.1 |
1064 | 2024-12-02T16:03:40.010Z | Downloaded encoding_rs v0.8.34 |
1065 | 2024-12-02T16:03:40.029Z | Downloaded itertools v0.10.5 |
1066 | 2024-12-02T16:03:40.034Z | Downloaded tungstenite v0.24.0 |
1067 | 2024-12-02T16:03:40.040Z | Downloaded const_format v0.2.33 |
1068 | 2024-12-02T16:03:40.043Z | Downloaded walkdir v2.5.0 |
1069 | 2024-12-02T16:03:40.047Z | Downloaded futures-executor v0.3.31 |
1070 | 2024-12-02T16:03:40.047Z | Downloaded flagset v0.4.6 |
1071 | 2024-12-02T16:03:40.050Z | Downloaded dsl_auto_type v0.1.2 |
1072 | 2024-12-02T16:03:40.050Z | Downloaded derive_builder v0.20.2 |
1073 | 2024-12-02T16:03:40.052Z | Downloaded derive-where v1.2.7 |
1074 | 2024-12-02T16:03:40.055Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
1075 | 2024-12-02T16:03:40.112Z | Downloaded tokio-rustls v0.26.0 |
1076 | 2024-12-02T16:03:40.115Z | Downloaded cc v1.1.30 |
1077 | 2024-12-02T16:03:40.118Z | Downloaded multimap v0.10.0 |
1078 | 2024-12-02T16:03:40.118Z | Downloaded snafu-derive v0.8.5 |
1079 | 2024-12-02T16:03:40.122Z | Downloaded serde_with_macros v3.11.0 |
1080 | 2024-12-02T16:03:40.122Z | Downloaded thread_local v1.1.8 |
1081 | 2024-12-02T16:03:40.125Z | Downloaded rustls-pki-types v1.9.0 |
1082 | 2024-12-02T16:03:40.127Z | Downloaded miniz_oxide v0.8.0 |
1083 | 2024-12-02T16:03:40.130Z | Downloaded base64 v0.13.1 |
1084 | 2024-12-02T16:03:40.133Z | Downloaded diesel_derives v2.2.3 |
1085 | 2024-12-02T16:03:40.135Z | Downloaded scrypt v0.11.0 |
1086 | 2024-12-02T16:03:40.135Z | Downloaded rustc_version v0.1.7 |
1087 | 2024-12-02T16:03:40.138Z | Downloaded rustc-hash v2.0.0 |
1088 | 2024-12-02T16:03:40.138Z | Downloaded ref-cast-impl v1.0.23 |
1089 | 2024-12-02T16:03:40.138Z | Downloaded float-ord v0.3.2 |
1090 | 2024-12-02T16:03:40.141Z | Downloaded float-cmp v0.9.0 |
1091 | 2024-12-02T16:03:40.141Z | Downloaded prettyplease v0.2.25 |
1092 | 2024-12-02T16:03:40.145Z | Downloaded http v1.1.0 |
1093 | 2024-12-02T16:03:40.148Z | Downloaded const-oid v0.9.6 |
1094 | 2024-12-02T16:03:40.151Z | Downloaded xattr v1.3.1 |
1095 | 2024-12-02T16:03:40.151Z | Downloaded blake2 v0.10.6 |
1096 | 2024-12-02T16:03:40.153Z | Downloaded similar v2.6.0 |
1097 | 2024-12-02T16:03:40.157Z | Downloaded quinn-udp v0.5.5 |
1098 | 2024-12-02T16:03:40.160Z | Downloaded bcs v0.1.6 |
1099 | 2024-12-02T16:03:40.162Z | Downloaded async-trait v0.1.83 |
1100 | 2024-12-02T16:03:40.164Z | Downloaded backoff v0.4.0 |
1101 | 2024-12-02T16:03:40.168Z | Downloaded tokio-macros v2.4.0 |
1102 | 2024-12-02T16:03:40.168Z | Downloaded supports-color v3.0.1 |
1103 | 2024-12-02T16:03:40.175Z | Downloaded indexmap v1.9.3 |
1104 | 2024-12-02T16:03:40.175Z | Downloaded r2d2 v0.8.10 |
1105 | 2024-12-02T16:03:40.175Z | Downloaded ref-cast v1.0.23 |
1106 | 2024-12-02T16:03:40.175Z | Downloaded iana-time-zone v0.1.61 |
1107 | 2024-12-02T16:03:40.179Z | Downloaded argon2 v0.5.3 |
1108 | 2024-12-02T16:03:40.179Z | Downloaded hyper-util v0.1.10 |
1109 | 2024-12-02T16:03:40.182Z | Downloaded litemap v0.7.3 |
1110 | 2024-12-02T16:03:40.184Z | Downloaded ctr v0.9.2 |
1111 | 2024-12-02T16:03:40.186Z | Downloaded cbc v0.1.2 |
1112 | 2024-12-02T16:03:40.188Z | Downloaded maybe-uninit v2.0.0 |
1113 | 2024-12-02T16:03:40.188Z | Downloaded maplit v1.0.2 |
1114 | 2024-12-02T16:03:40.188Z | Downloaded idna_adapter v1.2.0 |
1115 | 2024-12-02T16:03:40.190Z | Downloaded cobs v0.2.3 |
1116 | 2024-12-02T16:03:40.190Z | Downloaded bit-set v0.5.3 |
1117 | 2024-12-02T16:03:40.193Z | Downloaded array-init v0.0.4 |
1118 | 2024-12-02T16:03:40.193Z | Downloaded lru-cache v0.1.2 |
1119 | 2024-12-02T16:03:40.193Z | Downloaded lru v0.12.5 |
1120 | 2024-12-02T16:03:40.196Z | Downloaded buf-list v1.0.3 |
1121 | 2024-12-02T16:03:40.196Z | Downloaded ascii-canvas v3.0.0 |
1122 | 2024-12-02T16:03:40.198Z | Downloaded instability v0.3.2 |
1123 | 2024-12-02T16:03:40.198Z | Downloaded block-padding v0.3.3 |
1124 | 2024-12-02T16:03:40.199Z | Downloaded bitfield-struct v0.6.2 |
1125 | 2024-12-02T16:03:40.201Z | Downloaded async-recursion v1.1.1 |
1126 | 2024-12-02T16:03:40.203Z | Downloaded ipnet v2.10.1 |
1127 | 2024-12-02T16:03:40.205Z | Downloaded arrayref v0.3.9 |
1128 | 2024-12-02T16:03:40.205Z | Downloaded hyper-rustls v0.27.3 |
1129 | 2024-12-02T16:03:40.207Z | Downloaded httpdate v1.0.3 |
1130 | 2024-12-02T16:03:40.210Z | Downloaded http-body-util v0.1.2 |
1131 | 2024-12-02T16:03:40.210Z | Downloaded hostname v0.4.0 |
1132 | 2024-12-02T16:03:40.213Z | Downloaded ciborium-io v0.2.2 |
1133 | 2024-12-02T16:03:40.213Z | Downloaded hickory-server v0.24.1 |
1134 | 2024-12-02T16:03:40.217Z | Downloaded atty v0.2.14 |
1135 | 2024-12-02T16:03:40.220Z | Downloaded atomicwrites v0.4.4 |
1136 | 2024-12-02T16:03:40.421Z | Downloaded ring v0.17.8 |
1137 | 2024-12-02T16:03:40.535Z | Downloaded libsqlite3-sys v0.30.1 |
1138 | 2024-12-02T16:03:40.809Z | Downloaded ring v0.16.20 |
1139 | 2024-12-02T16:03:41.100Z | Downloaded aws-lc-sys v0.22.0 |
1140 | 2024-12-02T16:03:41.407Z | Compiling serde v1.0.215 |
1141 | 2024-12-02T16:03:41.411Z | Compiling lock_api v0.4.12 |
1142 | 2024-12-02T16:03:41.411Z | Compiling scopeguard v1.2.0 |
1143 | 2024-12-02T16:03:41.411Z | Compiling value-bag v1.9.0 |
1144 | 2024-12-02T16:03:41.559Z | Compiling typenum v1.17.0 |
1145 | 2024-12-02T16:03:41.562Z | Compiling generic-array v0.14.7 |
1146 | 2024-12-02T16:03:41.602Z | Compiling syn v2.0.87 |
1147 | 2024-12-02T16:03:41.616Z | Compiling getrandom v0.2.15 |
1148 | 2024-12-02T16:03:41.686Z | Compiling shlex v1.3.0 |
1149 | 2024-12-02T16:03:41.913Z | Compiling rand_core v0.6.4 |
1150 | 2024-12-02T16:03:42.025Z | Compiling log v0.4.22 |
1151 | 2024-12-02T16:03:42.142Z | Compiling subtle v2.6.1 |
1152 | 2024-12-02T16:03:42.164Z | Compiling jobserver v0.1.32 |
1153 | 2024-12-02T16:03:42.191Z | Compiling const-oid v0.9.6 |
1154 | 2024-12-02T16:03:42.455Z | Compiling smallvec v1.13.2 |
1155 | 2024-12-02T16:03:42.514Z | Compiling spin v0.9.8 |
1156 | 2024-12-02T16:03:42.532Z | Compiling pin-project-lite v0.2.14 |
1157 | 2024-12-02T16:03:42.664Z | Compiling cc v1.1.30 |
1158 | 2024-12-02T16:03:42.860Z | Compiling rustix v0.38.37 |
1159 | 2024-12-02T16:03:42.932Z | Compiling parking_lot_core v0.9.10 |
1160 | 2024-12-02T16:03:42.951Z | Compiling futures-core v0.3.31 |
1161 | 2024-12-02T16:03:43.196Z | Compiling signal-hook-registry v1.4.2 |
1162 | 2024-12-02T16:03:43.228Z | Compiling mio v1.0.2 |
1163 | 2024-12-02T16:03:43.769Z | Compiling aho-corasick v1.1.3 |
1164 | 2024-12-02T16:03:44.042Z | Compiling parking_lot v0.12.3 |
1165 | 2024-12-02T16:03:44.072Z | Compiling cpufeatures v0.2.14 |
1166 | 2024-12-02T16:03:44.178Z | Compiling either v1.13.0 |
1167 | 2024-12-02T16:03:44.220Z | Compiling regex-syntax v0.8.5 |
1168 | 2024-12-02T16:03:44.445Z | Compiling lazy_static v1.5.0 |
1169 | 2024-12-02T16:03:44.464Z | Compiling futures-sink v0.3.31 |
1170 | 2024-12-02T16:03:44.566Z | Compiling stable_deref_trait v1.2.0 |
1171 | 2024-12-02T16:03:44.594Z | Compiling glob v0.3.1 |
1172 | 2024-12-02T16:03:44.620Z | Compiling socket2 v0.5.7 |
1173 | 2024-12-02T16:03:44.670Z | Compiling slab v0.4.9 |
1174 | 2024-12-02T16:03:44.968Z | Compiling prettyplease v0.2.25 |
1175 | 2024-12-02T16:03:45.127Z | Compiling minimal-lexical v0.2.1 |
1176 | 2024-12-02T16:03:45.608Z | Compiling clang-sys v1.8.1 |
1177 | 2024-12-02T16:03:45.625Z | Compiling nom v7.1.3 |
1178 | 2024-12-02T16:03:45.645Z | Compiling libloading v0.8.5 |
1179 | 2024-12-02T16:03:45.672Z | Compiling home v0.5.9 |
1180 | 2024-12-02T16:03:45.947Z | Compiling serde_json v1.0.132 |
1181 | 2024-12-02T16:03:46.088Z | Compiling bindgen v0.69.5 |
1182 | 2024-12-02T16:03:46.276Z | Compiling futures-channel v0.3.31 |
1183 | 2024-12-02T16:03:46.731Z | Compiling itertools v0.12.1 |
1184 | 2024-12-02T16:03:46.896Z | Compiling foldhash v0.1.3 |
1185 | 2024-12-02T16:03:47.122Z | Compiling pin-utils v0.1.0 |
1186 | 2024-12-02T16:03:47.188Z | Compiling lazycell v1.3.0 |
1187 | 2024-12-02T16:03:47.216Z | Compiling allocator-api2 v0.2.18 |
1188 | 2024-12-02T16:03:47.365Z | Compiling futures-io v0.3.31 |
1189 | 2024-12-02T16:03:47.717Z | Compiling futures-task v0.3.31 |
1190 | 2024-12-02T16:03:48.033Z | Compiling regex-automata v0.4.8 |
1191 | 2024-12-02T16:03:48.069Z | Compiling rustc-hash v1.1.0 |
1192 | 2024-12-02T16:03:48.226Z | Compiling hashbrown v0.15.0 |
1193 | 2024-12-02T16:03:49.420Z | Compiling synstructure v0.13.1 |
1194 | 2024-12-02T16:03:49.542Z | Compiling cexpr v0.6.0 |
1195 | 2024-12-02T16:03:49.858Z | Compiling cmake v0.1.51 |
1196 | 2024-12-02T16:03:50.943Z | Compiling fs_extra v1.3.0 |
1197 | 2024-12-02T16:03:51.167Z | Compiling pkg-config v0.3.31 |
1198 | 2024-12-02T16:03:51.266Z | Compiling libm v0.2.8 |
1199 | 2024-12-02T16:03:51.330Z | Compiling dunce v1.0.5 |
1200 | 2024-12-02T16:03:51.461Z | Compiling tinyvec_macros v0.1.1 |
1201 | 2024-12-02T16:03:51.540Z | Compiling num-traits v0.2.19 |
1202 | 2024-12-02T16:03:51.561Z | Compiling tinyvec v1.8.0 |
1203 | 2024-12-02T16:03:52.049Z | Compiling ring v0.17.8 |
1204 | 2024-12-02T16:03:52.744Z | Compiling unicode-bidi v0.3.17 |
1205 | 2024-12-02T16:03:52.762Z | Compiling base64ct v1.6.0 |
1206 | 2024-12-02T16:03:53.047Z | Compiling unicode-normalization v0.1.24 |
1207 | 2024-12-02T16:03:53.103Z | Compiling paste v1.0.15 |
1208 | 2024-12-02T16:03:53.203Z | Compiling writeable v0.5.5 |
1209 | 2024-12-02T16:03:53.342Z | Compiling litemap v0.7.3 |
1210 | 2024-12-02T16:03:53.694Z | Compiling regex v1.11.1 |
1211 | 2024-12-02T16:03:53.811Z | Compiling pem-rfc7468 v0.7.0 |
1212 | 2024-12-02T16:03:54.190Z | Compiling aws-lc-rs v1.10.0 |
1213 | 2024-12-02T16:03:54.496Z | Compiling flagset v0.4.6 |
1214 | 2024-12-02T16:03:54.608Z | Compiling httparse v1.9.5 |
1215 | 2024-12-02T16:03:54.744Z | Compiling tracing-core v0.1.32 |
1216 | 2024-12-02T16:03:55.393Z | Compiling icu_locid_transform_data v1.5.0 |
1217 | 2024-12-02T16:03:55.491Z | Compiling percent-encoding v2.3.1 |
1218 | 2024-12-02T16:03:55.771Z | Compiling rustls-pki-types v1.9.0 |
1219 | 2024-12-02T16:03:55.863Z | Compiling crossbeam-utils v0.8.20 |
1220 | 2024-12-02T16:03:56.138Z | Compiling time-core v0.1.2 |
1221 | 2024-12-02T16:03:56.309Z | Compiling icu_properties_data v1.5.0 |
1222 | 2024-12-02T16:03:56.474Z | Compiling mirai-annotations v1.12.0 |
1223 | 2024-12-02T16:03:56.554Z | Compiling num-conv v0.1.0 |
1224 | 2024-12-02T16:03:56.575Z | Compiling serde_derive v1.0.215 |
1225 | 2024-12-02T16:03:56.668Z | Compiling zeroize_derive v1.4.2 |
1226 | 2024-12-02T16:03:56.733Z | Compiling zerocopy-derive v0.7.35 |
1227 | 2024-12-02T16:03:56.805Z | Compiling tokio-macros v2.4.0 |
1228 | 2024-12-02T16:03:56.850Z | Compiling zerofrom-derive v0.1.4 |
1229 | 2024-12-02T16:03:58.200Z | Compiling zeroize v1.8.1 |
1230 | 2024-12-02T16:03:58.377Z | Compiling thiserror-impl v1.0.69 |
1231 | 2024-12-02T16:03:58.602Z | Compiling yoke-derive v0.7.4 |
1232 | 2024-12-02T16:03:58.996Z | Compiling zerocopy v0.7.35 |
1233 | 2024-12-02T16:03:59.929Z | Compiling crypto-common v0.1.6 |
1234 | 2024-12-02T16:04:00.139Z | Compiling block-buffer v0.10.4 |
1235 | 2024-12-02T16:04:00.420Z | Compiling digest v0.10.7 |
1236 | 2024-12-02T16:04:00.636Z | Compiling futures-macro v0.3.31 |
1237 | 2024-12-02T16:04:00.872Z | Compiling zerofrom v0.1.4 |
1238 | 2024-12-02T16:04:00.894Z | Compiling hmac v0.12.1 |
1239 | 2024-12-02T16:04:01.001Z | Compiling zerovec-derive v0.10.3 |
1240 | 2024-12-02T16:04:01.080Z | Compiling block-padding v0.3.3 |
1241 | 2024-12-02T16:04:01.124Z | Compiling displaydoc v0.2.5 |
1242 | 2024-12-02T16:04:01.315Z | Compiling inout v0.1.3 |
1243 | 2024-12-02T16:04:01.591Z | Compiling cipher v0.4.4 |
1244 | 2024-12-02T16:04:01.655Z | Compiling yoke v0.7.4 |
1245 | 2024-12-02T16:04:01.681Z | Compiling thiserror v1.0.69 |
1246 | 2024-12-02T16:04:01.824Z | Compiling sha2 v0.10.8 |
1247 | 2024-12-02T16:04:02.019Z | Compiling ppv-lite86 v0.2.20 |
1248 | 2024-12-02T16:04:02.115Z | Compiling der_derive v0.7.3 |
1249 | 2024-12-02T16:04:02.508Z | Compiling futures-util v0.3.31 |
1250 | 2024-12-02T16:04:02.762Z | Compiling icu_provider_macros v1.5.0 |
1251 | 2024-12-02T16:04:02.786Z | Compiling rand_chacha v0.3.1 |
1252 | 2024-12-02T16:04:03.572Z | Compiling zerovec v0.10.4 |
1253 | 2024-12-02T16:04:03.858Z | Compiling tracing-attributes v0.1.27 |
1254 | 2024-12-02T16:04:04.583Z | Compiling der v0.7.9 |
1255 | 2024-12-02T16:04:05.034Z | Compiling rand v0.8.5 |
1256 | 2024-12-02T16:04:05.293Z | Compiling salsa20 v0.10.2 |
1257 | 2024-12-02T16:04:05.578Z | Compiling tinystr v0.7.6 |
1258 | 2024-12-02T16:04:05.896Z | Compiling icu_collections v1.5.0 |
1259 | 2024-12-02T16:04:06.027Z | Compiling icu_locid v1.5.0 |
1260 | 2024-12-02T16:04:06.222Z | Compiling pest v2.7.14 |
1261 | 2024-12-02T16:04:07.251Z | Compiling icu_provider v1.5.0 |
1262 | 2024-12-02T16:04:07.369Z | Compiling spki v0.7.3 |
1263 | 2024-12-02T16:04:07.762Z | Compiling pbkdf2 v0.12.2 |
1264 | 2024-12-02T16:04:07.788Z | Compiling tracing v0.1.40 |
1265 | 2024-12-02T16:04:07.929Z | Compiling powerfmt v0.2.0 |
1266 | 2024-12-02T16:04:07.949Z | Compiling icu_locid_transform v1.5.0 |
1267 | 2024-12-02T16:04:08.303Z | Compiling vcpkg v0.2.15 |
1268 | 2024-12-02T16:04:08.324Z | Compiling untrusted v0.9.0 |
1269 | 2024-12-02T16:04:08.344Z | Compiling untrusted v0.7.1 |
1270 | 2024-12-02T16:04:08.511Z | Compiling deranged v0.3.11 |
1271 | 2024-12-02T16:04:08.550Z | Compiling scrypt v0.11.0 |
1272 | 2024-12-02T16:04:08.742Z | Compiling cbc v0.1.2 |
1273 | 2024-12-02T16:04:08.992Z | Compiling pest_meta v2.7.14 |
1274 | 2024-12-02T16:04:09.118Z | Compiling icu_properties v1.5.1 |
1275 | 2024-12-02T16:04:09.359Z | Compiling aes v0.8.4 |
1276 | 2024-12-02T16:04:10.476Z | Compiling bitflags v2.6.0 |
1277 | 2024-12-02T16:04:10.518Z | Compiling bytes v1.8.0 |
1278 | 2024-12-02T16:04:10.700Z | Compiling indexmap v2.6.0 |
1279 | 2024-12-02T16:04:11.893Z | Compiling tokio v1.40.0 |
1280 | 2024-12-02T16:04:12.147Z | Compiling http v1.1.0 |
1281 | 2024-12-02T16:04:12.316Z | Compiling semver v1.0.23 |
1282 | 2024-12-02T16:04:12.335Z | Compiling openssl-sys v0.9.103 |
1283 | 2024-12-02T16:04:13.095Z | Compiling rustc_version v0.4.1 |
1284 | 2024-12-02T16:04:13.491Z | Compiling time-macros v0.2.18 |
1285 | 2024-12-02T16:04:13.893Z | Compiling scroll_derive v0.12.0 |
1286 | 2024-12-02T16:04:14.105Z | Compiling utf16_iter v1.0.5 |
1287 | 2024-12-02T16:04:14.146Z | Compiling icu_normalizer_data v1.5.0 |
1288 | 2024-12-02T16:04:14.253Z | Compiling atomic-waker v1.1.2 |
1289 | 2024-12-02T16:04:14.312Z | Compiling num_threads v0.1.7 |
1290 | 2024-12-02T16:04:14.443Z | Compiling utf8_iter v1.0.4 |
1291 | 2024-12-02T16:04:14.447Z | Compiling write16 v1.0.0 |
1292 | 2024-12-02T16:04:14.655Z | Compiling icu_normalizer v1.5.0 |
1293 | 2024-12-02T16:04:14.676Z | Compiling http-body v1.0.1 |
1294 | 2024-12-02T16:04:14.900Z | Compiling which v4.4.2 |
1295 | 2024-12-02T16:04:14.919Z | Compiling pkcs5 v0.7.1 |
1296 | 2024-12-02T16:04:15.403Z | Compiling scroll v0.12.0 |
1297 | 2024-12-02T16:04:15.490Z | Compiling pest_generator v2.7.14 |
1298 | 2024-12-02T16:04:15.983Z | Compiling form_urlencoded v1.2.1 |
1299 | 2024-12-02T16:04:16.193Z | Compiling try-lock v0.2.5 |
1300 | 2024-12-02T16:04:16.298Z | Compiling slog v2.7.0 |
1301 | 2024-12-02T16:04:16.332Z | Compiling goblin v0.8.2 |
1302 | 2024-12-02T16:04:16.352Z | Compiling want v0.3.1 |
1303 | 2024-12-02T16:04:16.651Z | Compiling idna_adapter v1.2.0 |
1304 | 2024-12-02T16:04:16.732Z | Compiling pkcs8 v0.10.2 |
1305 | 2024-12-02T16:04:16.842Z | Compiling time v0.3.36 |
1306 | 2024-12-02T16:04:16.872Z | Compiling httpdate v1.0.3 |
1307 | 2024-12-02T16:04:17.329Z | Compiling idna v1.0.3 |
1308 | 2024-12-02T16:04:17.494Z | Compiling serde_tokenstream v0.2.2 |
1309 | 2024-12-02T16:04:17.573Z | Compiling pest_derive v2.7.14 |
1310 | 2024-12-02T16:04:17.703Z | Compiling uuid v1.11.0 |
1311 | 2024-12-02T16:04:18.097Z | Compiling serde_spanned v0.6.8 |
1312 | 2024-12-02T16:04:18.341Z | Compiling toml_datetime v0.6.8 |
1313 | 2024-12-02T16:04:18.409Z | Compiling dtrace-parser v0.2.0 |
1314 | 2024-12-02T16:04:18.860Z | Compiling openssl v0.10.66 |
1315 | 2024-12-02T16:04:19.147Z | Compiling rustversion v1.0.17 |
1316 | 2024-12-02T16:04:19.226Z | Compiling base64 v0.22.1 |
1317 | 2024-12-02T16:04:19.280Z | Compiling foreign-types-shared v0.1.1 |
1318 | 2024-12-02T16:04:19.396Z | Compiling adler2 v2.0.0 |
1319 | 2024-12-02T16:04:19.607Z | Compiling iana-time-zone v0.1.61 |
1320 | 2024-12-02T16:04:19.883Z | Compiling tower-service v0.3.3 |
1321 | 2024-12-02T16:04:19.958Z | Compiling match_cfg v0.1.0 |
1322 | 2024-12-02T16:04:20.051Z | Compiling hostname v0.3.1 |
1323 | 2024-12-02T16:04:20.070Z | Compiling chrono v0.4.38 |
1324 | 2024-12-02T16:04:20.087Z | Compiling miniz_oxide v0.8.0 |
1325 | 2024-12-02T16:04:20.300Z | Compiling foreign-types v0.3.2 |
1326 | 2024-12-02T16:04:20.444Z | Compiling tokio-util v0.7.12 |
1327 | 2024-12-02T16:04:20.600Z | Compiling url v2.5.3 |
1328 | 2024-12-02T16:04:21.690Z | Compiling h2 v0.4.6 |
1329 | 2024-12-02T16:04:22.194Z | Compiling dof v0.3.0 |
1330 | 2024-12-02T16:04:22.616Z | Compiling async-trait v0.1.83 |
1331 | 2024-12-02T16:04:23.336Z | Compiling usdt-impl v0.5.0 |
1332 | 2024-12-02T16:04:23.918Z | Compiling openssl-macros v0.1.1 |
1333 | 2024-12-02T16:04:24.400Z | Compiling dirs-sys-next v0.1.2 |
1334 | 2024-12-02T16:04:24.690Z | Compiling rustls v0.23.14 |
1335 | 2024-12-02T16:04:24.944Z | Compiling rustls v0.22.4 |
1336 | 2024-12-02T16:04:24.964Z | Compiling data-encoding v2.6.0 |
1337 | 2024-12-02T16:04:25.095Z | Compiling syn v1.0.109 |
1338 | 2024-12-02T16:04:25.206Z | Compiling siphasher v0.3.11 |
1339 | 2024-12-02T16:04:25.414Z | Compiling native-tls v0.2.12 |
1340 | 2024-12-02T16:04:25.803Z | Compiling dirs-next v2.0.0 |
1341 | 2024-12-02T16:04:26.013Z | Compiling http-body-util v0.1.2 |
1342 | 2024-12-02T16:04:26.568Z | Compiling crossbeam-epoch v0.9.18 |
1343 | 2024-12-02T16:04:26.684Z | Compiling heapless v0.7.17 |
1344 | 2024-12-02T16:04:27.129Z | Compiling sha1 v0.10.6 |
1345 | 2024-12-02T16:04:27.262Z | Compiling signature v2.2.0 |
1346 | 2024-12-02T16:04:27.311Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1347 | 2024-12-02T16:04:27.465Z | Compiling serde_derive_internals v0.29.1 |
1348 | 2024-12-02T16:04:27.549Z | Compiling thread_local v1.1.8 |
1349 | 2024-12-02T16:04:27.579Z | Compiling multer v3.1.0 |
1350 | 2024-12-02T16:04:27.720Z | Compiling encoding_rs v0.8.34 |
1351 | 2024-12-02T16:04:27.793Z | Compiling cookie v0.18.1 |
1352 | 2024-12-02T16:04:27.857Z | Compiling mime v0.3.17 |
1353 | 2024-12-02T16:04:28.074Z | Compiling unicode-properties v0.1.3 |
1354 | 2024-12-02T16:04:28.121Z | Compiling ipnet v2.10.1 |
1355 | 2024-12-02T16:04:28.467Z | Compiling schemars v0.8.21 |
1356 | 2024-12-02T16:04:28.486Z | Compiling rayon-core v1.12.1 |
1357 | 2024-12-02T16:04:28.763Z | Compiling hyper v1.5.0 |
1358 | 2024-12-02T16:04:28.811Z | Compiling openssl-probe v0.1.5 |
1359 | 2024-12-02T16:04:29.171Z | Compiling slog-async v2.8.0 |
1360 | 2024-12-02T16:04:29.358Z | Compiling signal-hook v0.3.17 |
1361 | 2024-12-02T16:04:29.628Z | Compiling gimli v0.31.1 |
1362 | 2024-12-02T16:04:29.856Z | Compiling stringprep v0.1.5 |
1363 | 2024-12-02T16:04:30.307Z | Compiling schemars_derive v0.8.21 |
1364 | 2024-12-02T16:04:31.217Z | Compiling hyper-util v0.1.10 |
1365 | 2024-12-02T16:04:32.433Z | Compiling toml_edit v0.22.22 |
1366 | 2024-12-02T16:04:33.138Z | Compiling crossbeam-deque v0.8.5 |
1367 | 2024-12-02T16:04:33.470Z | Compiling usdt-macro v0.5.0 |
1368 | 2024-12-02T16:04:33.663Z | Compiling usdt-attr-macro v0.5.0 |
1369 | 2024-12-02T16:04:34.396Z | Compiling addr2line v0.24.2 |
1370 | 2024-12-02T16:04:34.495Z | Compiling term v0.7.0 |
1371 | 2024-12-02T16:04:34.909Z | Compiling slog-json v2.6.1 |
1372 | 2024-12-02T16:04:34.951Z | Compiling serde_urlencoded v0.7.1 |
1373 | 2024-12-02T16:04:35.082Z | Compiling crossbeam-channel v0.5.13 |
1374 | 2024-12-02T16:04:35.270Z | Compiling curve25519-dalek v4.1.3 |
1375 | 2024-12-02T16:04:35.306Z | Compiling enum-as-inner v0.6.1 |
1376 | 2024-12-02T16:04:35.529Z | Compiling futures-executor v0.3.31 |
1377 | 2024-12-02T16:04:35.940Z | Compiling md-5 v0.10.6 |
1378 | 2024-12-02T16:04:36.052Z | Compiling async-stream-impl v0.3.6 |
1379 | 2024-12-02T16:04:36.104Z | Compiling rustls-pemfile v2.2.0 |
1380 | 2024-12-02T16:04:36.186Z | Compiling num-integer v0.1.46 |
1381 | 2024-12-02T16:04:36.216Z | Compiling idna v0.3.0 |
1382 | 2024-12-02T16:04:36.428Z | Compiling idna v0.4.0 |
1383 | 2024-12-02T16:04:36.497Z | Compiling hash32 v0.2.1 |
1384 | 2024-12-02T16:04:36.892Z | Compiling ff v0.13.0 |
1385 | 2024-12-02T16:04:36.941Z | Compiling is-terminal v0.4.13 |
1386 | 2024-12-02T16:04:37.077Z | Compiling object v0.36.5 |
1387 | 2024-12-02T16:04:37.107Z | Compiling dropshot v0.12.0 |
1388 | 2024-12-02T16:04:37.396Z | Compiling rustc-demangle v0.1.24 |
1389 | 2024-12-02T16:04:37.460Z | Compiling psl-types v2.0.11 |
1390 | 2024-12-02T16:04:37.666Z | Compiling portable-atomic v1.9.0 |
1391 | 2024-12-02T16:04:37.910Z | Compiling quick-error v1.2.3 |
1392 | 2024-12-02T16:04:38.049Z | Compiling dyn-clone v1.0.17 |
1393 | 2024-12-02T16:04:38.138Z | Compiling num-bigint-dig v0.8.4 |
1394 | 2024-12-02T16:04:38.275Z | Compiling utf-8 v0.7.6 |
1395 | 2024-12-02T16:04:38.393Z | Compiling take_mut v0.2.2 |
1396 | 2024-12-02T16:04:38.416Z | Compiling linked-hash-map v0.5.6 |
1397 | 2024-12-02T16:04:38.560Z | Compiling smoltcp v0.9.1 |
1398 | 2024-12-02T16:04:38.620Z | Compiling fallible-iterator v0.2.0 |
1399 | 2024-12-02T16:04:38.742Z | Compiling anyhow v1.0.93 |
1400 | 2024-12-02T16:04:38.761Z | Compiling base16ct v0.2.0 |
1401 | 2024-12-02T16:04:39.091Z | Compiling sec1 v0.7.3 |
1402 | 2024-12-02T16:04:39.354Z | Compiling postgres-protocol v0.6.7 |
1403 | 2024-12-02T16:04:39.373Z | Compiling lru-cache v0.1.2 |
1404 | 2024-12-02T16:04:39.669Z | Compiling tungstenite v0.24.0 |
1405 | 2024-12-02T16:04:40.751Z | Compiling resolv-conf v0.7.0 |
1406 | 2024-12-02T16:04:40.833Z | Compiling publicsuffix v2.2.3 |
1407 | 2024-12-02T16:04:40.863Z | Compiling async-stream v0.3.6 |
1408 | 2024-12-02T16:04:41.167Z | Compiling hickory-proto v0.24.1 |
1409 | 2024-12-02T16:04:41.187Z | Compiling group v0.13.0 |
1410 | 2024-12-02T16:04:41.521Z | Compiling slog-term v2.9.1 |
1411 | 2024-12-02T16:04:41.572Z | Compiling usdt v0.5.0 |
1412 | 2024-12-02T16:04:42.106Z | Compiling num-iter v0.1.45 |
1413 | 2024-12-02T16:04:42.397Z | Compiling futures v0.3.31 |
1414 | 2024-12-02T16:04:42.526Z | Compiling toml v0.8.19 |
1415 | 2024-12-02T16:04:42.801Z | Compiling slog-bunyan v2.5.0 |
1416 | 2024-12-02T16:04:44.328Z | Compiling tokio-native-tls v0.3.1 |
1417 | 2024-12-02T16:04:44.472Z | Compiling camino v1.1.9 |
1418 | 2024-12-02T16:04:44.808Z | Compiling backtrace v0.3.74 |
1419 | 2024-12-02T16:04:45.002Z | Compiling phf_shared v0.11.2 |
1420 | 2024-12-02T16:04:45.423Z | Compiling dropshot_endpoint v0.12.0 |
1421 | 2024-12-02T16:04:45.457Z | Compiling terminal_size v0.4.0 |
1422 | 2024-12-02T16:04:45.479Z | Compiling waitgroup v0.1.2 |
1423 | 2024-12-02T16:04:45.640Z | Compiling openapiv3 v2.0.0 |
1424 | 2024-12-02T16:04:45.691Z | Compiling serde_path_to_error v0.1.16 |
1425 | 2024-12-02T16:04:45.711Z | Compiling hkdf v0.12.4 |
1426 | 2024-12-02T16:04:45.978Z | Compiling crypto-bigint v0.5.5 |
1427 | 2024-12-02T16:04:46.525Z | Compiling curve25519-dalek-derive v0.1.1 |
1428 | 2024-12-02T16:04:48.123Z | Compiling zerocopy-derive v0.6.6 |
1429 | 2024-12-02T16:04:48.661Z | Compiling webpki-roots v0.26.6 |
1430 | 2024-12-02T16:04:48.889Z | Compiling idna v0.5.0 |
1431 | 2024-12-02T16:04:48.995Z | Compiling hubpack_derive v0.1.1 |
1432 | 2024-12-02T16:04:49.942Z | Compiling hostname v0.4.0 |
1433 | 2024-12-02T16:04:50.137Z | Compiling ahash v0.8.11 |
1434 | 2024-12-02T16:04:50.210Z | Compiling crc32fast v1.4.2 |
1435 | 2024-12-02T16:04:50.231Z | Compiling fs-err v2.11.0 |
1436 | 2024-12-02T16:04:50.453Z | Compiling managed v0.8.0 |
1437 | 2024-12-02T16:04:50.486Z | Compiling debug-ignore v1.0.5 |
1438 | 2024-12-02T16:04:50.553Z | Compiling winnow v0.5.40 |
1439 | 2024-12-02T16:04:50.572Z | Compiling bitflags v1.3.2 |
1440 | 2024-12-02T16:04:50.590Z | Compiling clap_builder v4.5.21 |
1441 | 2024-12-02T16:04:50.632Z | Compiling strum_macros v0.25.3 |
1442 | 2024-12-02T16:04:50.682Z | Compiling console v0.15.8 |
1443 | 2024-12-02T16:04:51.852Z | Compiling flate2 v1.0.34 |
1444 | 2024-12-02T16:04:52.216Z | Compiling zerocopy v0.6.6 |
1445 | 2024-12-02T16:04:52.306Z | Compiling hubpack v0.1.2 |
1446 | 2024-12-02T16:04:52.795Z | Compiling cookie_store v0.21.0 |
1447 | 2024-12-02T16:04:52.849Z | Compiling elliptic-curve v0.13.8 |
1448 | 2024-12-02T16:04:53.193Z | Compiling hickory-resolver v0.24.1 |
1449 | 2024-12-02T16:04:54.450Z | Compiling toml_edit v0.19.15 |
1450 | 2024-12-02T16:04:54.470Z | Compiling phf v0.11.2 |
1451 | 2024-12-02T16:04:54.580Z | Compiling signal-hook-mio v0.2.4 |
1452 | 2024-12-02T16:04:54.750Z | Compiling hyper-tls v0.6.0 |
1453 | 2024-12-02T16:04:54.753Z | Compiling rayon v1.10.0 |
1454 | 2024-12-02T16:04:54.885Z | Compiling bzip2 v0.4.4 |
1455 | 2024-12-02T16:04:55.305Z | Compiling tokio-tungstenite v0.24.0 |
1456 | 2024-12-02T16:04:55.866Z | Compiling postgres-types v0.2.8 |
1457 | 2024-12-02T16:04:58.998Z | Compiling ed25519 v2.2.3 |
1458 | 2024-12-02T16:04:59.748Z | Compiling phf_shared v0.10.0 |
1459 | 2024-12-02T16:05:00.176Z | Compiling tokio-stream v0.1.16 |
1460 | 2024-12-02T16:05:00.202Z | Compiling pkcs1 v0.7.5 |
1461 | 2024-12-02T16:05:00.331Z | Compiling serde-big-array v0.5.1 |
1462 | 2024-12-02T16:05:00.579Z | Compiling clap_derive v4.5.18 |
1463 | 2024-12-02T16:05:00.983Z | Compiling rfc6979 v0.4.0 |
1464 | 2024-12-02T16:05:01.178Z | Compiling serde_repr v0.1.19 |
1465 | 2024-12-02T16:05:01.211Z | Compiling derive-where v1.2.7 |
1466 | 2024-12-02T16:05:01.284Z | Compiling float-cmp v0.9.0 |
1467 | 2024-12-02T16:05:01.367Z | Compiling bstr v1.10.0 |
1468 | 2024-12-02T16:05:01.510Z | Compiling sync_wrapper v1.0.1 |
1469 | 2024-12-02T16:05:01.673Z | Compiling unicode-width v0.2.0 |
1470 | 2024-12-02T16:05:02.216Z | Compiling precomputed-hash v0.1.1 |
1471 | 2024-12-02T16:05:02.343Z | Compiling static_assertions v1.1.0 |
1472 | 2024-12-02T16:05:02.387Z | Compiling fixedbitset v0.4.2 |
1473 | 2024-12-02T16:05:02.456Z | Compiling difflib v0.4.0 |
1474 | 2024-12-02T16:05:02.708Z | Compiling predicates-core v1.0.8 |
1475 | 2024-12-02T16:05:02.850Z | Compiling unicode-segmentation v1.12.0 |
1476 | 2024-12-02T16:05:03.080Z | Compiling whoami v1.5.2 |
1477 | 2024-12-02T16:05:03.213Z | Compiling normalize-line-endings v0.3.0 |
1478 | 2024-12-02T16:05:03.345Z | Compiling bit-vec v0.6.3 |
1479 | 2024-12-02T16:05:03.730Z | Compiling number_prefix v0.4.0 |
1480 | 2024-12-02T16:05:03.752Z | Compiling new_debug_unreachable v1.0.6 |
1481 | 2024-12-02T16:05:03.814Z | Compiling bit-set v0.5.3 |
1482 | 2024-12-02T16:05:03.854Z | Compiling string_cache v0.8.7 |
1483 | 2024-12-02T16:05:03.946Z | Compiling indicatif v0.17.9 |
1484 | 2024-12-02T16:05:04.085Z | Compiling similar v2.6.0 |
1485 | 2024-12-02T16:05:04.107Z | Compiling tokio-postgres v0.7.12 |
1486 | 2024-12-02T16:05:04.325Z | Compiling predicates v3.1.2 |
1487 | 2024-12-02T16:05:04.842Z | Compiling petgraph v0.6.5 |
1488 | 2024-12-02T16:05:05.733Z | Compiling clap v4.5.21 |
1489 | 2024-12-02T16:05:05.841Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1490 | 2024-12-02T16:05:06.151Z | Compiling ecdsa v0.16.9 |
1491 | 2024-12-02T16:05:06.300Z | Compiling rsa v0.9.6 |
1492 | 2024-12-02T16:05:06.517Z | Compiling ed25519-dalek v2.1.1 |
1493 | 2024-12-02T16:05:07.039Z | Compiling toml v0.7.8 |
1494 | 2024-12-02T16:05:07.891Z | Compiling zip v0.6.6 |
1495 | 2024-12-02T16:05:08.799Z | Compiling crossterm v0.28.1 |
1496 | 2024-12-02T16:05:09.754Z | Compiling hex v0.4.3 |
1497 | 2024-12-02T16:05:10.036Z | Compiling x509-cert v0.2.5 |
1498 | 2024-12-02T16:05:10.124Z | Compiling itertools v0.10.5 |
1499 | 2024-12-02T16:05:10.201Z | Compiling unicode-xid v0.2.6 |
1500 | 2024-12-02T16:05:10.383Z | Compiling peg-runtime v0.8.3 |
1501 | 2024-12-02T16:05:10.413Z | Compiling lalrpop-util v0.19.12 |
1502 | 2024-12-02T16:05:10.795Z | Compiling strum_macros v0.26.4 |
1503 | 2024-12-02T16:05:11.089Z | Compiling xattr v1.3.1 |
1504 | 2024-12-02T16:05:11.360Z | Compiling filetime v0.2.25 |
1505 | 2024-12-02T16:05:11.682Z | Compiling tar v0.4.42 |
1506 | 2024-12-02T16:05:16.099Z | Compiling strum v0.26.3 |
1507 | 2024-12-02T16:05:18.868Z | Compiling aws-lc-sys v0.22.0 |
1508 | 2024-12-02T16:05:53.335Z | Compiling rustls-webpki v0.102.8 |
1509 | 2024-12-02T16:05:56.783Z | Compiling tokio-rustls v0.25.0 |
1510 | 2024-12-02T16:05:58.665Z | Compiling tokio-rustls v0.26.0 |
1511 | 2024-12-02T16:05:59.013Z | Compiling hyper-rustls v0.27.3 |
1512 | 2024-12-02T16:05:59.314Z | Compiling reqwest v0.12.9 |
1513 | 2024-12-02T16:06:00.202Z | Compiling qorb v0.2.1 |
1514 | 2024-12-02T16:06:05.215Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1515 | 2024-12-02T16:06:05.455Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1516 | 2024-12-02T16:06:11.254Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 34s |
1517 | 2024-12-02T16:06:11.416Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1518 | 2024-12-02T16:06:11.466Z | Dec 02 16:06:10.435 INFO Starting download, target: Cockroach |
1519 | 2024-12-02T16:06:11.466Z | Dec 02 16:06:10.436 INFO Starting download, target: Clickhouse |
1520 | 2024-12-02T16:06:11.466Z | Dec 02 16:06:10.436 INFO Starting download, target: Console |
1521 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.436 INFO Starting download, target: DendriteOpenapi |
1522 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.436 INFO Starting download, target: DendriteStub |
1523 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.436 INFO Starting download, target: MaghemiteMgd |
1524 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.436 INFO Starting download, target: TransceiverControl |
1525 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.436 INFO Downloading out/downloads/dpd-11bcc3e0f5d28dc7aed150f4df1174844e4dfbef.json (attempt 1/3), target: DendriteOpenapi |
1526 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.436 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1527 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.436 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1528 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.436 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1529 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.437 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1530 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.437 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1531 | 2024-12-02T16:06:11.471Z | Dec 02 16:06:10.437 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1532 | 2024-12-02T16:06:11.972Z | Dec 02 16:06:10.877 INFO Download complete, target: DendriteOpenapi |
1533 | 2024-12-02T16:06:12.094Z | Dec 02 16:06:10.904 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1534 | 2024-12-02T16:06:12.225Z | Dec 02 16:06:11.131 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1535 | 2024-12-02T16:06:12.341Z | Dec 02 16:06:11.208 INFO Download complete, target: Console |
1536 | 2024-12-02T16:06:12.807Z | Dec 02 16:06:11.701 INFO Download complete, target: TransceiverControl |
1537 | 2024-12-02T16:06:13.125Z | Dec 02 16:06:12.095 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1538 | 2024-12-02T16:06:13.287Z | Dec 02 16:06:12.254 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1539 | 2024-12-02T16:06:13.459Z | Dec 02 16:06:12.429 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1540 | 2024-12-02T16:06:13.977Z | Dec 02 16:06:12.948 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1541 | 2024-12-02T16:06:13.977Z | Dec 02 16:06:12.948 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1542 | 2024-12-02T16:06:15.855Z | Dec 02 16:06:14.826 INFO Download complete, target: MaghemiteMgd |
1543 | 2024-12-02T16:06:15.927Z | Dec 02 16:06:14.898 INFO Download complete, target: DendriteStub |
1544 | 2024-12-02T16:06:21.093Z | Dec 02 16:06:20.063 INFO Checking that binary works, target: Cockroach |
1545 | 2024-12-02T16:06:21.247Z | Dec 02 16:06:20.218 INFO Download complete, target: Cockroach |
1546 | 2024-12-02T16:06:25.455Z | Dec 02 16:06:24.425 INFO Checking that binary works, target: Clickhouse |
1547 | 2024-12-02T16:06:26.376Z | Dec 02 16:06:25.346 INFO Download complete, target: Clickhouse |
1548 | 2024-12-02T16:06:26.384Z | All prerequisites installed successfully |
1549 | 2024-12-02T16:06:26.387Z | |
1550 | 2024-12-02T16:06:26.387Z | real 5:26.822838213 |
1551 | 2024-12-02T16:06:26.387Z | user 16:33.030324189 |
1552 | 2024-12-02T16:06:26.387Z | sys 3:14.682315883 |
1553 | 2024-12-02T16:06:26.387Z | trap 0.526985681 |
1554 | 2024-12-02T16:06:26.387Z | tflt 6.414700684 |
1555 | 2024-12-02T16:06:26.387Z | dflt 8.209560376 |
1556 | 2024-12-02T16:06:26.387Z | kflt 0.160965299 |
1557 | 2024-12-02T16:06:26.387Z | lock 29:30.548785102 |
1558 | 2024-12-02T16:06:26.387Z | slp 1:04:38.810006687 |
1559 | 2024-12-02T16:06:26.387Z | lat 52.721342809 |
1560 | 2024-12-02T16:06:26.387Z | stop 2:12.473079171 |
1561 | 2024-12-02T16:06:26.387Z | + ptime -m cargo xtask download softnpu |
1562 | 2024-12-02T16:06:26.916Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.48s |
1563 | 2024-12-02T16:06:26.934Z | Running `target/debug/xtask download softnpu` |
1564 | 2024-12-02T16:06:27.778Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.81s |
1565 | 2024-12-02T16:06:27.835Z | Running `target/debug/xtask-downloader softnpu` |
1566 | 2024-12-02T16:06:27.872Z | Dec 02 16:06:26.842 INFO Starting download, target: Softnpu |
1567 | 2024-12-02T16:06:27.874Z | Dec 02 16:06:26.842 INFO Downloading out/npuzone/npuzone (attempt 1/3), target: Softnpu |
1568 | 2024-12-02T16:06:28.749Z | Dec 02 16:06:27.719 INFO Download complete, target: Softnpu |
1569 | 2024-12-02T16:06:28.753Z | |
1570 | 2024-12-02T16:06:28.755Z | real 2.362736623 |
1571 | 2024-12-02T16:06:28.755Z | user 1.271022037 |
1572 | 2024-12-02T16:06:28.755Z | sys 0.546889091 |
1573 | 2024-12-02T16:06:28.755Z | trap 0.001171905 |
1574 | 2024-12-02T16:06:28.755Z | tflt 0.000009438 |
1575 | 2024-12-02T16:06:28.755Z | dflt 0.000001249 |
1576 | 2024-12-02T16:06:28.755Z | kflt 0.000000000 |
1577 | 2024-12-02T16:06:28.755Z | lock 9.148750161 |
1578 | 2024-12-02T16:06:28.755Z | slp 0.743952324 |
1579 | 2024-12-02T16:06:28.755Z | lat 0.070760926 |
1580 | 2024-12-02T16:06:28.755Z | stop 0.000178392 |
1581 | 2024-12-02T16:06:28.755Z | + export CARGO_INCREMENTAL=0 |
1582 | 2024-12-02T16:06:28.755Z | + CARGO_INCREMENTAL=0 |
1583 | 2024-12-02T16:06:28.755Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test target create -i standard -m non-gimlet -s softnpu -r single-sled |
1584 | 2024-12-02T16:06:29.706Z | Compiling proc-macro2 v1.0.89 |
1585 | 2024-12-02T16:06:29.706Z | Compiling unicode-ident v1.0.13 |
1586 | 2024-12-02T16:06:29.706Z | Compiling libc v0.2.162 |
1587 | 2024-12-02T16:06:29.707Z | Compiling serde v1.0.215 |
1588 | 2024-12-02T16:06:29.709Z | Compiling autocfg v1.4.0 |
1589 | 2024-12-02T16:06:29.709Z | Compiling version_check v0.9.5 |
1590 | 2024-12-02T16:06:29.709Z | Compiling cfg-if v1.0.0 |
1591 | 2024-12-02T16:06:29.997Z | Compiling memchr v2.7.4 |
1592 | 2024-12-02T16:06:30.017Z | Compiling typenum v1.17.0 |
1593 | 2024-12-02T16:06:30.035Z | Compiling shlex v1.3.0 |
1594 | 2024-12-02T16:06:30.421Z | Compiling value-bag v1.9.0 |
1595 | 2024-12-02T16:06:30.601Z | Compiling generic-array v0.14.7 |
1596 | 2024-12-02T16:06:30.802Z | Compiling lock_api v0.4.12 |
1597 | 2024-12-02T16:06:30.867Z | Compiling log v0.4.22 |
1598 | 2024-12-02T16:06:30.895Z | Compiling scopeguard v1.2.0 |
1599 | 2024-12-02T16:06:31.037Z | Compiling parking_lot_core v0.9.10 |
1600 | 2024-12-02T16:06:31.406Z | Compiling serde_json v1.0.132 |
1601 | 2024-12-02T16:06:31.426Z | Compiling once_cell v1.20.2 |
1602 | 2024-12-02T16:06:31.667Z | Compiling quote v1.0.37 |
1603 | 2024-12-02T16:06:31.700Z | Compiling rustix v0.38.37 |
1604 | 2024-12-02T16:06:31.720Z | Compiling libm v0.2.8 |
1605 | 2024-12-02T16:06:31.816Z | Compiling jobserver v0.1.32 |
1606 | 2024-12-02T16:06:31.968Z | Compiling getrandom v0.2.15 |
1607 | 2024-12-02T16:06:32.023Z | Compiling syn v2.0.87 |
1608 | 2024-12-02T16:06:32.281Z | Compiling cc v1.1.30 |
1609 | 2024-12-02T16:06:32.310Z | Compiling thiserror v1.0.69 |
1610 | 2024-12-02T16:06:32.334Z | Compiling aho-corasick v1.1.3 |
1611 | 2024-12-02T16:06:32.452Z | Compiling regex-syntax v0.8.5 |
1612 | 2024-12-02T16:06:32.478Z | Compiling num-traits v0.2.19 |
1613 | 2024-12-02T16:06:32.556Z | Compiling either v1.13.0 |
1614 | 2024-12-02T16:06:32.775Z | Compiling itoa v1.0.11 |
1615 | 2024-12-02T16:06:32.818Z | Compiling spin v0.9.8 |
1616 | 2024-12-02T16:06:33.001Z | Compiling slab v0.4.9 |
1617 | 2024-12-02T16:06:33.295Z | Compiling byteorder v1.5.0 |
1618 | 2024-12-02T16:06:33.490Z | Compiling errno v0.3.9 |
1619 | 2024-12-02T16:06:33.714Z | Compiling rand_core v0.6.4 |
1620 | 2024-12-02T16:06:33.776Z | Compiling lazy_static v1.5.0 |
1621 | 2024-12-02T16:06:33.908Z | Compiling glob v0.3.1 |
1622 | 2024-12-02T16:06:34.490Z | Compiling prettyplease v0.2.25 |
1623 | 2024-12-02T16:06:34.711Z | Compiling clang-sys v1.8.1 |
1624 | 2024-12-02T16:06:34.969Z | Compiling minimal-lexical v0.2.1 |
1625 | 2024-12-02T16:06:35.358Z | Compiling nom v7.1.3 |
1626 | 2024-12-02T16:06:35.417Z | Compiling libloading v0.8.5 |
1627 | 2024-12-02T16:06:35.447Z | Compiling allocator-api2 v0.2.18 |
1628 | 2024-12-02T16:06:35.780Z | Compiling home v0.5.9 |
1629 | 2024-12-02T16:06:35.799Z | Compiling bindgen v0.69.5 |
1630 | 2024-12-02T16:06:36.010Z | Compiling regex-automata v0.4.8 |
1631 | 2024-12-02T16:06:36.197Z | Compiling subtle v2.6.1 |
1632 | 2024-12-02T16:06:36.518Z | Compiling itertools v0.12.1 |
1633 | 2024-12-02T16:06:36.549Z | Compiling smallvec v1.13.2 |
1634 | 2024-12-02T16:06:36.681Z | Compiling lazycell v1.3.0 |
1635 | 2024-12-02T16:06:36.839Z | Compiling rustc-hash v1.1.0 |
1636 | 2024-12-02T16:06:36.994Z | Compiling semver v1.0.23 |
1637 | 2024-12-02T16:06:37.040Z | Compiling cmake v0.1.51 |
1638 | 2024-12-02T16:06:37.641Z | Compiling dunce v1.0.5 |
1639 | 2024-12-02T16:06:37.776Z | Compiling fs_extra v1.3.0 |
1640 | 2024-12-02T16:06:38.785Z | Compiling cexpr v0.6.0 |
1641 | 2024-12-02T16:06:38.854Z | Compiling pkg-config v0.3.31 |
1642 | 2024-12-02T16:06:38.991Z | Compiling ring v0.17.8 |
1643 | 2024-12-02T16:06:39.291Z | Compiling ryu v1.0.18 |
1644 | 2024-12-02T16:06:39.587Z | Compiling synstructure v0.13.1 |
1645 | 2024-12-02T16:06:39.969Z | Compiling pin-project-lite v0.2.14 |
1646 | 2024-12-02T16:06:40.108Z | Compiling fnv v1.0.7 |
1647 | 2024-12-02T16:06:40.249Z | Compiling paste v1.0.15 |
1648 | 2024-12-02T16:06:40.371Z | Compiling const-oid v0.9.6 |
1649 | 2024-12-02T16:06:40.647Z | Compiling httparse v1.9.5 |
1650 | 2024-12-02T16:06:40.764Z | Compiling foldhash v0.1.3 |
1651 | 2024-12-02T16:06:40.989Z | Compiling aws-lc-rs v1.10.0 |
1652 | 2024-12-02T16:06:41.050Z | Compiling equivalent v1.0.1 |
1653 | 2024-12-02T16:06:41.186Z | Compiling hashbrown v0.15.0 |
1654 | 2024-12-02T16:06:41.402Z | Compiling regex v1.11.1 |
1655 | 2024-12-02T16:06:42.290Z | Compiling schemars v0.8.21 |
1656 | 2024-12-02T16:06:42.340Z | Compiling heck v0.5.0 |
1657 | 2024-12-02T16:06:42.593Z | Compiling serde_derive_internals v0.29.1 |
1658 | 2024-12-02T16:06:42.610Z | Compiling signal-hook-registry v1.4.2 |
1659 | 2024-12-02T16:06:42.779Z | Compiling parking_lot v0.12.3 |
1660 | 2024-12-02T16:06:42.961Z | Compiling mio v1.0.2 |
1661 | 2024-12-02T16:06:44.848Z | Compiling stable_deref_trait v1.2.0 |
1662 | 2024-12-02T16:06:44.891Z | Compiling crossbeam-utils v0.8.20 |
1663 | 2024-12-02T16:06:44.917Z | Compiling socket2 v0.5.7 |
1664 | 2024-12-02T16:06:44.967Z | Compiling num-conv v0.1.0 |
1665 | 2024-12-02T16:06:45.229Z | Compiling serde_derive v1.0.215 |
1666 | 2024-12-02T16:06:45.274Z | Compiling zeroize_derive v1.4.2 |
1667 | 2024-12-02T16:06:45.414Z | Compiling zerocopy-derive v0.7.35 |
1668 | 2024-12-02T16:06:45.461Z | Compiling thiserror-impl v1.0.69 |
1669 | 2024-12-02T16:06:46.556Z | Compiling tokio-macros v2.4.0 |
1670 | 2024-12-02T16:06:46.559Z | Compiling zerofrom-derive v0.1.4 |
1671 | 2024-12-02T16:06:46.738Z | Compiling zeroize v1.8.1 |
1672 | 2024-12-02T16:06:46.927Z | Compiling yoke-derive v0.7.4 |
1673 | 2024-12-02T16:06:47.104Z | Compiling futures-macro v0.3.31 |
1674 | 2024-12-02T16:06:47.378Z | Compiling zerovec-derive v0.10.3 |
1675 | 2024-12-02T16:06:47.989Z | Compiling zerocopy v0.7.35 |
1676 | 2024-12-02T16:06:48.324Z | Compiling displaydoc v0.2.5 |
1677 | 2024-12-02T16:06:48.925Z | Compiling crypto-common v0.1.6 |
1678 | 2024-12-02T16:06:49.275Z | Compiling tracing-attributes v0.1.27 |
1679 | 2024-12-02T16:06:49.586Z | Compiling icu_provider_macros v1.5.0 |
1680 | 2024-12-02T16:06:49.638Z | Compiling block-buffer v0.10.4 |
1681 | 2024-12-02T16:06:49.800Z | Compiling schemars_derive v0.8.21 |
1682 | 2024-12-02T16:06:49.932Z | Compiling digest v0.10.7 |
1683 | 2024-12-02T16:06:50.063Z | Compiling der_derive v0.7.3 |
1684 | 2024-12-02T16:06:50.399Z | Compiling time-core v0.1.2 |
1685 | 2024-12-02T16:06:50.596Z | Compiling futures-core v0.3.31 |
1686 | 2024-12-02T16:06:50.698Z | Compiling time-macros v0.2.18 |
1687 | 2024-12-02T16:06:51.641Z | Compiling vcpkg v0.2.15 |
1688 | 2024-12-02T16:06:53.233Z | Compiling openssl-sys v0.9.103 |
1689 | 2024-12-02T16:06:53.544Z | Compiling cpufeatures v0.2.14 |
1690 | 2024-12-02T16:06:53.759Z | Compiling slog v2.7.0 |
1691 | 2024-12-02T16:06:53.801Z | Compiling futures-sink v0.3.31 |
1692 | 2024-12-02T16:06:53.988Z | Compiling ahash v0.8.11 |
1693 | 2024-12-02T16:06:54.184Z | Compiling syn v1.0.109 |
1694 | 2024-12-02T16:06:54.341Z | Compiling zerofrom v0.1.4 |
1695 | 2024-12-02T16:06:54.554Z | Compiling scroll_derive v0.12.0 |
1696 | 2024-12-02T16:06:54.735Z | Compiling ucd-trie v0.1.7 |
1697 | 2024-12-02T16:06:55.039Z | Compiling iana-time-zone v0.1.61 |
1698 | 2024-12-02T16:06:55.217Z | Compiling pest v2.7.14 |
1699 | 2024-12-02T16:06:55.455Z | Compiling yoke v0.7.4 |
1700 | 2024-12-02T16:06:55.769Z | Compiling futures-channel v0.3.31 |
1701 | 2024-12-02T16:06:55.916Z | Compiling hmac v0.12.1 |
1702 | 2024-12-02T16:06:56.214Z | Compiling futures-io v0.3.31 |
1703 | 2024-12-02T16:06:56.250Z | Compiling pin-utils v0.1.0 |
1704 | 2024-12-02T16:06:56.348Z | Compiling futures-task v0.3.31 |
1705 | 2024-12-02T16:06:56.482Z | Compiling openssl v0.10.66 |
1706 | 2024-12-02T16:06:56.861Z | Compiling futures-util v0.3.31 |
1707 | 2024-12-02T16:06:56.929Z | Compiling zerovec v0.10.4 |
1708 | 2024-12-02T16:06:57.097Z | Compiling block-padding v0.3.3 |
1709 | 2024-12-02T16:06:57.334Z | Compiling tinyvec_macros v0.1.1 |
1710 | 2024-12-02T16:06:57.909Z | Compiling pest_meta v2.7.14 |
1711 | 2024-12-02T16:06:58.182Z | Compiling tinyvec v1.8.0 |
1712 | 2024-12-02T16:06:59.118Z | Compiling bitflags v2.6.0 |
1713 | 2024-12-02T16:06:59.324Z | Compiling bytes v1.8.0 |
1714 | 2024-12-02T16:07:01.313Z | Compiling indexmap v2.6.0 |
1715 | 2024-12-02T16:07:02.004Z | Compiling tokio v1.40.0 |
1716 | 2024-12-02T16:07:02.812Z | Compiling serde_tokenstream v0.2.2 |
1717 | 2024-12-02T16:07:03.253Z | Compiling http v1.1.0 |
1718 | 2024-12-02T16:07:03.397Z | Compiling uuid v1.11.0 |
1719 | 2024-12-02T16:07:03.782Z | Compiling which v4.4.2 |
1720 | 2024-12-02T16:07:04.632Z | Compiling rustc_version v0.4.1 |
1721 | 2024-12-02T16:07:04.650Z | Compiling chrono v0.4.38 |
1722 | 2024-12-02T16:07:07.183Z | Compiling pest_generator v2.7.14 |
1723 | 2024-12-02T16:07:08.129Z | Compiling serde_spanned v0.6.8 |
1724 | 2024-12-02T16:07:08.559Z | Compiling toml_datetime v0.6.8 |
1725 | 2024-12-02T16:07:08.995Z | Compiling inout v0.1.3 |
1726 | 2024-12-02T16:07:09.255Z | Compiling openssl-macros v0.1.1 |
1727 | 2024-12-02T16:07:09.980Z | Compiling rustls v0.23.14 |
1728 | 2024-12-02T16:07:10.262Z | Compiling native-tls v0.2.12 |
1729 | 2024-12-02T16:07:10.699Z | Compiling strsim v0.11.1 |
1730 | 2024-12-02T16:07:11.430Z | Compiling cipher v0.4.4 |
1731 | 2024-12-02T16:07:11.745Z | Compiling pest_derive v2.7.14 |
1732 | 2024-12-02T16:07:11.914Z | Compiling unicode-normalization v0.1.24 |
1733 | 2024-12-02T16:07:12.092Z | Compiling tinystr v0.7.6 |
1734 | 2024-12-02T16:07:12.502Z | Compiling sha2 v0.10.8 |
1735 | 2024-12-02T16:07:12.552Z | Compiling tracing-core v0.1.32 |
1736 | 2024-12-02T16:07:12.831Z | Compiling usdt-impl v0.5.0 |
1737 | 2024-12-02T16:07:13.004Z | Compiling dyn-clone v1.0.17 |
1738 | 2024-12-02T16:07:13.099Z | Compiling base64ct v1.6.0 |
1739 | 2024-12-02T16:07:13.174Z | Compiling litemap v0.7.3 |
1740 | 2024-12-02T16:07:13.232Z | Compiling unicode-bidi v0.3.17 |
1741 | 2024-12-02T16:07:13.315Z | Compiling writeable v0.5.5 |
1742 | 2024-12-02T16:07:13.558Z | Compiling pem-rfc7468 v0.7.0 |
1743 | 2024-12-02T16:07:13.665Z | Compiling icu_locid v1.5.0 |
1744 | 2024-12-02T16:07:13.838Z | Compiling tracing v0.1.40 |
1745 | 2024-12-02T16:07:14.862Z | Compiling scroll v0.12.0 |
1746 | 2024-12-02T16:07:15.243Z | Compiling ppv-lite86 v0.2.20 |
1747 | 2024-12-02T16:07:15.457Z | Compiling async-trait v0.1.83 |
1748 | 2024-12-02T16:07:16.098Z | Compiling cookie v0.18.1 |
1749 | 2024-12-02T16:07:16.159Z | Compiling plain v0.2.3 |
1750 | 2024-12-02T16:07:16.327Z | Compiling flagset v0.4.6 |
1751 | 2024-12-02T16:07:16.820Z | Compiling anyhow v1.0.93 |
1752 | 2024-12-02T16:07:17.632Z | Compiling camino v1.1.9 |
1753 | 2024-12-02T16:07:18.190Z | Compiling aws-lc-sys v0.22.0 |
1754 | 2024-12-02T16:07:19.432Z | Compiling der v0.7.9 |
1755 | 2024-12-02T16:07:21.707Z | Compiling goblin v0.8.2 |
1756 | 2024-12-02T16:07:22.460Z | Compiling rand_chacha v0.3.1 |
1757 | 2024-12-02T16:07:24.051Z | Compiling icu_provider v1.5.0 |
1758 | 2024-12-02T16:07:25.085Z | Compiling rustls v0.22.4 |
1759 | 2024-12-02T16:07:25.349Z | Compiling rustls-pki-types v1.9.0 |
1760 | 2024-12-02T16:07:25.366Z | Compiling rayon-core v1.12.1 |
1761 | 2024-12-02T16:07:25.635Z | Compiling untrusted v0.7.1 |
1762 | 2024-12-02T16:07:25.828Z | Compiling pretty-hex v0.4.1 |
1763 | 2024-12-02T16:07:26.031Z | Compiling percent-encoding v2.3.1 |
1764 | 2024-12-02T16:07:26.342Z | Compiling icu_locid_transform_data v1.5.0 |
1765 | 2024-12-02T16:07:26.443Z | Compiling icu_locid_transform v1.5.0 |
1766 | 2024-12-02T16:07:27.480Z | Compiling dof v0.3.0 |
1767 | 2024-12-02T16:07:27.949Z | Compiling rand v0.8.5 |
1768 | 2024-12-02T16:07:28.680Z | Compiling spki v0.7.3 |
1769 | 2024-12-02T16:07:28.980Z | Compiling dtrace-parser v0.2.0 |
1770 | 2024-12-02T16:07:29.064Z | Compiling salsa20 v0.10.2 |
1771 | 2024-12-02T16:07:29.211Z | Compiling tokio-util v0.7.12 |
1772 | 2024-12-02T16:07:29.518Z | Compiling icu_collections v1.5.0 |
1773 | 2024-12-02T16:07:30.561Z | Compiling pbkdf2 v0.12.2 |
1774 | 2024-12-02T16:07:30.800Z | Compiling thread-id v4.2.2 |
1775 | 2024-12-02T16:07:30.818Z | Compiling powerfmt v0.2.0 |
1776 | 2024-12-02T16:07:30.914Z | Compiling icu_properties_data v1.5.0 |
1777 | 2024-12-02T16:07:30.983Z | Compiling untrusted v0.9.0 |
1778 | 2024-12-02T16:07:30.986Z | Compiling winnow v0.5.40 |
1779 | 2024-12-02T16:07:31.302Z | Compiling mirai-annotations v1.12.0 |
1780 | 2024-12-02T16:07:31.496Z | Compiling deranged v0.3.11 |
1781 | 2024-12-02T16:07:31.644Z | Compiling icu_properties v1.5.1 |
1782 | 2024-12-02T16:07:34.982Z | Compiling toml_edit v0.19.15 |
1783 | 2024-12-02T16:07:36.879Z | Compiling scrypt v0.11.0 |
1784 | 2024-12-02T16:07:37.130Z | Compiling aes v0.8.4 |
1785 | 2024-12-02T16:07:37.389Z | Compiling cbc v0.1.2 |
1786 | 2024-12-02T16:07:37.545Z | Compiling multer v3.1.0 |
1787 | 2024-12-02T16:07:37.788Z | Compiling utf8_iter v1.0.4 |
1788 | 2024-12-02T16:07:37.842Z | Compiling num_threads v0.1.7 |
1789 | 2024-12-02T16:07:37.970Z | Compiling utf16_iter v1.0.5 |
1790 | 2024-12-02T16:07:38.166Z | Compiling slog-async v2.8.0 |
1791 | 2024-12-02T16:07:38.302Z | Compiling icu_normalizer_data v1.5.0 |
1792 | 2024-12-02T16:07:38.418Z | Compiling atomic-waker v1.1.2 |
1793 | 2024-12-02T16:07:38.609Z | Compiling rustversion v1.0.17 |
1794 | 2024-12-02T16:07:38.725Z | Compiling write16 v1.0.0 |
1795 | 2024-12-02T16:07:38.821Z | Compiling time v0.3.36 |
1796 | 2024-12-02T16:07:38.862Z | Compiling icu_normalizer v1.5.0 |
1797 | 2024-12-02T16:07:40.270Z | Compiling pkcs5 v0.7.1 |
1798 | 2024-12-02T16:07:41.392Z | Compiling form_urlencoded v1.2.1 |
1799 | 2024-12-02T16:07:42.037Z | Compiling http-body v1.0.1 |
1800 | 2024-12-02T16:07:42.208Z | Compiling heapless v0.7.17 |
1801 | 2024-12-02T16:07:42.742Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1802 | 2024-12-02T16:07:43.397Z | Compiling signal-hook v0.3.17 |
1803 | 2024-12-02T16:07:43.768Z | Compiling try-lock v0.2.5 |
1804 | 2024-12-02T16:07:44.104Z | Compiling want v0.3.1 |
1805 | 2024-12-02T16:07:45.578Z | Compiling pkcs8 v0.10.2 |
1806 | 2024-12-02T16:07:45.728Z | Compiling idna_adapter v1.2.0 |
1807 | 2024-12-02T16:07:46.297Z | Compiling h2 v0.4.6 |
1808 | 2024-12-02T16:07:47.182Z | Compiling usdt-attr-macro v0.5.0 |
1809 | 2024-12-02T16:07:48.677Z | Compiling usdt-macro v0.5.0 |
1810 | 2024-12-02T16:07:49.343Z | Compiling async-stream-impl v0.3.6 |
1811 | 2024-12-02T16:07:49.925Z | Compiling httpdate v1.0.3 |
1812 | 2024-12-02T16:07:50.332Z | Compiling adler2 v2.0.0 |
1813 | 2024-12-02T16:07:50.590Z | Compiling miniz_oxide v0.8.0 |
1814 | 2024-12-02T16:07:51.632Z | Compiling idna v1.0.3 |
1815 | 2024-12-02T16:07:53.318Z | Compiling curve25519-dalek v4.1.3 |
1816 | 2024-12-02T16:07:53.721Z | Compiling hyper v1.5.0 |
1817 | 2024-12-02T16:07:53.826Z | Compiling openapiv3 v2.0.0 |
1818 | 2024-12-02T16:07:56.662Z | Compiling enum-as-inner v0.6.1 |
1819 | 2024-12-02T16:07:57.789Z | Compiling dropshot v0.12.0 |
1820 | 2024-12-02T16:07:57.963Z | Compiling portable-atomic v1.9.0 |
1821 | 2024-12-02T16:07:58.092Z | Compiling num-bigint-dig v0.8.4 |
1822 | 2024-12-02T16:07:58.136Z | Compiling base64 v0.22.1 |
1823 | 2024-12-02T16:07:58.227Z | Compiling match_cfg v0.1.0 |
1824 | 2024-12-02T16:07:58.329Z | Compiling foreign-types-shared v0.1.1 |
1825 | 2024-12-02T16:07:58.369Z | Compiling smoltcp v0.9.1 |
1826 | 2024-12-02T16:07:58.852Z | Compiling tower-service v0.3.3 |
1827 | 2024-12-02T16:07:58.987Z | Compiling hyper-util v0.1.10 |
1828 | 2024-12-02T16:07:59.128Z | Compiling foreign-types v0.3.2 |
1829 | 2024-12-02T16:07:59.232Z | Compiling hostname v0.3.1 |
1830 | 2024-12-02T16:08:05.108Z | Compiling url v2.5.3 |
1831 | 2024-12-02T16:08:06.852Z | Compiling dirs-sys-next v0.1.2 |
1832 | 2024-12-02T16:08:06.855Z | Compiling siphasher v0.3.11 |
1833 | 2024-12-02T16:08:06.890Z | Compiling data-encoding v2.6.0 |
1834 | 2024-12-02T16:08:07.248Z | Compiling ident_case v1.0.1 |
1835 | 2024-12-02T16:08:07.427Z | Compiling gimli v0.31.1 |
1836 | 2024-12-02T16:08:07.470Z | Compiling heck v0.4.1 |
1837 | 2024-12-02T16:08:07.595Z | Compiling darling_core v0.20.10 |
1838 | 2024-12-02T16:08:07.665Z | Compiling dirs-next v2.0.0 |
1839 | 2024-12-02T16:08:10.232Z | Compiling http-body-util v0.1.2 |
1840 | 2024-12-02T16:08:13.792Z | Compiling addr2line v0.24.2 |
1841 | 2024-12-02T16:08:14.128Z | Compiling crossbeam-epoch v0.9.18 |
1842 | 2024-12-02T16:08:14.281Z | Compiling hubpack_derive v0.1.1 |
1843 | 2024-12-02T16:08:14.495Z | Compiling dropshot_endpoint v0.12.0 |
1844 | 2024-12-02T16:08:14.771Z | Compiling sha1 v0.10.6 |
1845 | 2024-12-02T16:08:14.862Z | Compiling signature v2.2.0 |
1846 | 2024-12-02T16:08:15.113Z | Compiling zerocopy-derive v0.6.6 |
1847 | 2024-12-02T16:08:15.131Z | Compiling curve25519-dalek-derive v0.1.1 |
1848 | 2024-12-02T16:08:16.407Z | Compiling object v0.36.5 |
1849 | 2024-12-02T16:08:16.496Z | Compiling thread_local v1.1.8 |
1850 | 2024-12-02T16:08:16.980Z | Compiling fs-err v2.11.0 |
1851 | 2024-12-02T16:08:17.005Z | Compiling encoding_rs v0.8.34 |
1852 | 2024-12-02T16:08:18.542Z | Compiling ipnet v2.10.1 |
1853 | 2024-12-02T16:08:19.604Z | Compiling anstyle v1.0.10 |
1854 | 2024-12-02T16:08:20.851Z | Compiling utf8parse v0.2.2 |
1855 | 2024-12-02T16:08:21.018Z | Compiling unicode-properties v0.1.3 |
1856 | 2024-12-02T16:08:21.429Z | Compiling mime v0.3.17 |
1857 | 2024-12-02T16:08:22.552Z | Compiling winnow v0.6.20 |
1858 | 2024-12-02T16:08:26.362Z | Compiling openssl-probe v0.1.5 |
1859 | 2024-12-02T16:08:26.660Z | Compiling rustc-demangle v0.1.24 |
1860 | 2024-12-02T16:08:27.903Z | Compiling backtrace v0.3.74 |
1861 | 2024-12-02T16:08:29.383Z | Compiling toml_edit v0.22.22 |
1862 | 2024-12-02T16:08:32.286Z | Compiling stringprep v0.1.5 |
1863 | 2024-12-02T16:08:33.272Z | Compiling anstyle-parse v0.2.5 |
1864 | 2024-12-02T16:08:33.642Z | Compiling rustls-webpki v0.102.8 |
1865 | 2024-12-02T16:08:36.952Z | Compiling crossbeam-deque v0.8.5 |
1866 | 2024-12-02T16:08:37.298Z | Compiling darling_macro v0.20.10 |
1867 | 2024-12-02T16:08:39.048Z | Compiling term v0.7.0 |
1868 | 2024-12-02T16:08:40.306Z | Compiling slog-json v2.6.1 |
1869 | 2024-12-02T16:08:40.822Z | Compiling serde_urlencoded v0.7.1 |
1870 | 2024-12-02T16:08:42.092Z | Compiling crossbeam-channel v0.5.13 |
1871 | 2024-12-02T16:08:42.211Z | Compiling rustls-pemfile v2.2.0 |
1872 | 2024-12-02T16:08:43.030Z | Compiling hashbrown v0.14.5 |
1873 | 2024-12-02T16:08:43.585Z | Compiling idna v0.4.0 |
1874 | 2024-12-02T16:08:44.300Z | Compiling idna v0.3.0 |
1875 | 2024-12-02T16:08:44.422Z | Compiling futures-executor v0.3.31 |
1876 | 2024-12-02T16:08:45.193Z | Compiling num-integer v0.1.46 |
1877 | 2024-12-02T16:08:45.725Z | Compiling md-5 v0.10.6 |
1878 | 2024-12-02T16:08:45.743Z | Compiling ff v0.13.0 |
1879 | 2024-12-02T16:08:45.904Z | Compiling hash32 v0.2.1 |
1880 | 2024-12-02T16:08:45.961Z | Compiling is-terminal v0.4.13 |
1881 | 2024-12-02T16:08:45.979Z | Compiling memmap v0.7.0 |
1882 | 2024-12-02T16:08:46.285Z | Compiling utf-8 v0.7.6 |
1883 | 2024-12-02T16:08:46.285Z | Compiling quick-error v1.2.3 |
1884 | 2024-12-02T16:08:46.440Z | Compiling take_mut v0.2.2 |
1885 | 2024-12-02T16:08:46.610Z | Compiling linked-hash-map v0.5.6 |
1886 | 2024-12-02T16:08:46.613Z | Compiling anstyle-query v1.1.1 |
1887 | 2024-12-02T16:08:46.786Z | Compiling colorchoice v1.0.2 |
1888 | 2024-12-02T16:08:46.957Z | Compiling is_terminal_polyfill v1.70.1 |
1889 | 2024-12-02T16:08:47.967Z | Compiling fallible-iterator v0.2.0 |
1890 | 2024-12-02T16:08:48.741Z | Compiling psl-types v2.0.11 |
1891 | 2024-12-02T16:08:48.943Z | Compiling base16ct v0.2.0 |
1892 | 2024-12-02T16:08:49.813Z | Compiling sec1 v0.7.3 |
1893 | 2024-12-02T16:08:50.069Z | Compiling publicsuffix v2.2.3 |
1894 | 2024-12-02T16:08:50.339Z | Compiling postgres-protocol v0.6.7 |
1895 | 2024-12-02T16:08:50.409Z | Compiling anstream v0.6.15 |
1896 | 2024-12-02T16:08:50.837Z | Compiling lru-cache v0.1.2 |
1897 | 2024-12-02T16:08:51.087Z | Compiling tungstenite v0.24.0 |
1898 | 2024-12-02T16:08:51.564Z | Compiling resolv-conf v0.7.0 |
1899 | 2024-12-02T16:08:52.224Z | Compiling usdt v0.5.0 |
1900 | 2024-12-02T16:08:52.681Z | Compiling slog-term v2.9.1 |
1901 | 2024-12-02T16:08:53.154Z | Compiling group v0.13.0 |
1902 | 2024-12-02T16:08:53.335Z | Compiling num-iter v0.1.45 |
1903 | 2024-12-02T16:08:53.472Z | Compiling futures v0.3.31 |
1904 | 2024-12-02T16:08:53.531Z | Compiling hickory-proto v0.24.1 |
1905 | 2024-12-02T16:08:53.599Z | Compiling regress v0.10.1 |
1906 | 2024-12-02T16:08:56.235Z | Compiling tokio-rustls v0.26.0 |
1907 | 2024-12-02T16:08:57.523Z | Compiling slog-bunyan v2.5.0 |
1908 | 2024-12-02T16:08:57.657Z | Compiling tokio-rustls v0.25.0 |
1909 | 2024-12-02T16:08:57.733Z | Compiling darling v0.20.10 |
1910 | 2024-12-02T16:08:57.866Z | Compiling toml v0.8.19 |
1911 | 2024-12-02T16:08:58.107Z | Compiling tokio-native-tls v0.3.1 |
1912 | 2024-12-02T16:08:58.331Z | Compiling strum_macros v0.25.3 |
1913 | 2024-12-02T16:08:58.393Z | Compiling phf_shared v0.11.2 |
1914 | 2024-12-02T16:08:58.753Z | Compiling async-stream v0.3.6 |
1915 | 2024-12-02T16:08:58.772Z | Compiling waitgroup v0.1.2 |
1916 | 2024-12-02T16:08:58.984Z | Compiling webpki-roots v0.26.6 |
1917 | 2024-12-02T16:08:59.435Z | Compiling idna v0.5.0 |
1918 | 2024-12-02T16:08:59.616Z | Compiling terminal_size v0.4.0 |
1919 | 2024-12-02T16:08:59.843Z | Compiling serde_path_to_error v0.1.16 |
1920 | 2024-12-02T16:09:00.107Z | Compiling hkdf v0.12.4 |
1921 | 2024-12-02T16:09:00.850Z | Compiling crypto-bigint v0.5.5 |
1922 | 2024-12-02T16:09:00.915Z | Compiling clap_derive v4.5.18 |
1923 | 2024-12-02T16:09:01.036Z | Compiling serde_repr v0.1.19 |
1924 | 2024-12-02T16:09:01.928Z | Compiling derive-where v1.2.7 |
1925 | 2024-12-02T16:09:02.064Z | Compiling hostname v0.4.0 |
1926 | 2024-12-02T16:09:02.284Z | Compiling crc32fast v1.4.2 |
1927 | 2024-12-02T16:09:02.609Z | Compiling unicode-width v0.1.14 |
1928 | 2024-12-02T16:09:02.850Z | Compiling debug-ignore v1.0.5 |
1929 | 2024-12-02T16:09:03.128Z | Compiling managed v0.8.0 |
1930 | 2024-12-02T16:09:03.251Z | Compiling bitflags v1.3.2 |
1931 | 2024-12-02T16:09:03.362Z | Compiling clap_lex v0.7.2 |
1932 | 2024-12-02T16:09:05.023Z | Compiling elliptic-curve v0.13.8 |
1933 | 2024-12-02T16:09:05.442Z | Compiling clap_builder v4.5.21 |
1934 | 2024-12-02T16:09:06.076Z | Compiling console v0.15.8 |
1935 | 2024-12-02T16:09:07.392Z | Compiling flate2 v1.0.34 |
1936 | 2024-12-02T16:09:07.507Z | Compiling cookie_store v0.21.0 |
1937 | 2024-12-02T16:09:08.927Z | Compiling hickory-resolver v0.24.1 |
1938 | 2024-12-02T16:09:09.151Z | Compiling hyper-rustls v0.27.3 |
1939 | 2024-12-02T16:09:13.077Z | Compiling phf v0.11.2 |
1940 | 2024-12-02T16:09:14.309Z | Compiling hyper-tls v0.6.0 |
1941 | 2024-12-02T16:09:14.337Z | Compiling typify-impl v0.2.0 |
1942 | 2024-12-02T16:09:14.683Z | Compiling signal-hook-mio v0.2.4 |
1943 | 2024-12-02T16:09:14.724Z | Compiling bzip2 v0.4.4 |
1944 | 2024-12-02T16:09:14.867Z | Compiling rayon v1.10.0 |
1945 | 2024-12-02T16:09:15.136Z | Compiling tokio-tungstenite v0.24.0 |
1946 | 2024-12-02T16:09:15.428Z | Compiling postgres-types v0.2.8 |
1947 | 2024-12-02T16:09:15.851Z | Compiling zerocopy v0.6.6 |
1948 | 2024-12-02T16:09:15.883Z | Compiling hubpack v0.1.2 |
1949 | 2024-12-02T16:09:16.316Z | Compiling ed25519 v2.2.3 |
1950 | 2024-12-02T16:09:16.558Z | Compiling phf_shared v0.10.0 |
1951 | 2024-12-02T16:09:16.765Z | Compiling pkcs1 v0.7.5 |
1952 | 2024-12-02T16:09:16.836Z | Compiling tokio-stream v0.1.16 |
1953 | 2024-12-02T16:09:17.813Z | Compiling serde-big-array v0.5.1 |
1954 | 2024-12-02T16:09:17.841Z | Compiling rfc6979 v0.4.0 |
1955 | 2024-12-02T16:09:18.034Z | Compiling float-cmp v0.9.0 |
1956 | 2024-12-02T16:09:18.052Z | Compiling sync_wrapper v1.0.1 |
1957 | 2024-12-02T16:09:18.213Z | Compiling bstr v1.10.0 |
1958 | 2024-12-02T16:09:19.876Z | Compiling predicates-core v1.0.8 |
1959 | 2024-12-02T16:09:19.908Z | Compiling number_prefix v0.4.0 |
1960 | 2024-12-02T16:09:20.132Z | Compiling new_debug_unreachable v1.0.6 |
1961 | 2024-12-02T16:09:20.200Z | Compiling difflib v0.4.0 |
1962 | 2024-12-02T16:09:20.234Z | Compiling normalize-line-endings v0.3.0 |
1963 | 2024-12-02T16:09:20.364Z | Compiling precomputed-hash v0.1.1 |
1964 | 2024-12-02T16:09:20.383Z | Compiling fixedbitset v0.4.2 |
1965 | 2024-12-02T16:09:20.738Z | Compiling bit-vec v0.6.3 |
1966 | 2024-12-02T16:09:20.800Z | Compiling whoami v1.5.2 |
1967 | 2024-12-02T16:09:21.075Z | Compiling static_assertions v1.1.0 |
1968 | 2024-12-02T16:09:21.170Z | Compiling unicode-segmentation v1.12.0 |
1969 | 2024-12-02T16:09:21.190Z | Compiling unicode-width v0.2.0 |
1970 | 2024-12-02T16:09:21.369Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1971 | 2024-12-02T16:09:21.471Z | Compiling tokio-postgres v0.7.12 |
1972 | 2024-12-02T16:09:21.708Z | Compiling indicatif v0.17.9 |
1973 | 2024-12-02T16:09:22.026Z | Compiling similar v2.6.0 |
1974 | 2024-12-02T16:09:23.608Z | Compiling bit-set v0.5.3 |
1975 | 2024-12-02T16:09:23.902Z | Compiling petgraph v0.6.5 |
1976 | 2024-12-02T16:09:24.022Z | Compiling predicates v3.1.2 |
1977 | 2024-12-02T16:09:25.571Z | Compiling string_cache v0.8.7 |
1978 | 2024-12-02T16:09:26.262Z | Compiling typify-macro v0.2.0 |
1979 | 2024-12-02T16:09:27.187Z | Compiling reqwest v0.12.9 |
1980 | 2024-12-02T16:09:27.941Z | Compiling ecdsa v0.16.9 |
1981 | 2024-12-02T16:09:28.108Z | Compiling qorb v0.2.1 |
1982 | 2024-12-02T16:09:28.828Z | Compiling rsa v0.9.6 |
1983 | 2024-12-02T16:09:29.816Z | Compiling ed25519-dalek v2.1.1 |
1984 | 2024-12-02T16:09:30.400Z | Compiling zip v0.6.6 |
1985 | 2024-12-02T16:09:30.419Z | Compiling crossterm v0.28.1 |
1986 | 2024-12-02T16:09:30.561Z | Compiling clap v4.5.21 |
1987 | 2024-12-02T16:09:31.620Z | Compiling toml v0.7.8 |
1988 | 2024-12-02T16:09:32.358Z | Compiling x509-cert v0.2.5 |
1989 | 2024-12-02T16:09:33.736Z | Compiling hex v0.4.3 |
1990 | 2024-12-02T16:09:34.432Z | Compiling itertools v0.10.5 |
1991 | 2024-12-02T16:09:34.570Z | Compiling zerocopy v0.8.10 |
1992 | 2024-12-02T16:09:35.000Z | Compiling peg-runtime v0.8.3 |
1993 | 2024-12-02T16:09:35.335Z | Compiling lalrpop-util v0.19.12 |
1994 | 2024-12-02T16:09:35.517Z | Compiling unicode-xid v0.2.6 |
1995 | 2024-12-02T16:09:37.553Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1996 | 2024-12-02T16:09:41.847Z | Compiling proc-macro-crate v1.3.1 |
1997 | 2024-12-02T16:09:42.085Z | Compiling ipnetwork v0.20.0 |
1998 | 2024-12-02T16:09:42.253Z | Compiling macaddr v1.0.1 |
1999 | 2024-12-02T16:09:42.920Z | Compiling zerocopy-derive v0.8.10 |
2000 | 2024-12-02T16:09:42.999Z | Compiling itertools v0.13.0 |
2001 | 2024-12-02T16:09:45.488Z | Compiling heapless v0.8.0 |
2002 | 2024-12-02T16:09:46.334Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2003 | 2024-12-02T16:09:51.136Z | Compiling num_enum_derive v0.5.11 |
2004 | 2024-12-02T16:09:59.797Z | Compiling hash32 v0.3.1 |
2005 | 2024-12-02T16:10:00.887Z | Compiling smoltcp v0.11.0 |
2006 | 2024-12-02T16:10:01.164Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2007 | 2024-12-02T16:10:05.964Z | Compiling num_enum v0.5.11 |
2008 | 2024-12-02T16:10:06.163Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2009 | 2024-12-02T16:10:07.045Z | Compiling typify v0.2.0 |
2010 | 2024-12-02T16:10:07.689Z | Compiling proc-macro-error-attr v1.0.4 |
2011 | 2024-12-02T16:10:07.998Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2012 | 2024-12-02T16:10:08.181Z | Compiling unsafe-libyaml v0.2.11 |
2013 | 2024-12-02T16:10:08.291Z | Compiling cobs v0.2.3 |
2014 | 2024-12-02T16:10:09.807Z | Compiling serde_yaml v0.9.34+deprecated |
2015 | 2024-12-02T16:10:09.980Z | Compiling postcard v1.0.10 |
2016 | 2024-12-02T16:10:27.663Z | Compiling progenitor-impl v0.8.0 |
2017 | 2024-12-02T16:10:29.449Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2018 | 2024-12-02T16:10:38.832Z | Compiling strum_macros v0.26.4 |
2019 | 2024-12-02T16:10:39.681Z | Compiling structmeta-derive v0.3.0 |
2020 | 2024-12-02T16:10:39.841Z | Compiling foreign-types-macros v0.2.3 |
2021 | 2024-12-02T16:10:39.859Z | Compiling proc-macro-error v1.0.4 |
2022 | 2024-12-02T16:10:40.170Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2023 | 2024-12-02T16:10:40.427Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2024 | 2024-12-02T16:10:41.203Z | Compiling foreign-types-shared v0.3.1 |
2025 | 2024-12-02T16:10:42.263Z | Compiling newtype-uuid v1.1.3 |
2026 | 2024-12-02T16:10:42.631Z | Compiling structmeta v0.3.0 |
2027 | 2024-12-02T16:10:43.270Z | Compiling strum v0.26.3 |
2028 | 2024-12-02T16:10:47.428Z | Compiling foreign-types v0.5.0 |
2029 | 2024-12-02T16:10:47.799Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2030 | 2024-12-02T16:10:50.420Z | Compiling progenitor-macro v0.8.0 |
2031 | 2024-12-02T16:10:55.033Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2032 | 2024-12-02T16:10:55.955Z | Compiling progenitor-client v0.8.0 |
2033 | 2024-12-02T16:10:58.711Z | Compiling tabwriter v1.4.0 |
2034 | 2024-12-02T16:11:00.727Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2035 | 2024-12-02T16:11:00.975Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2036 | 2024-12-02T16:11:01.517Z | Compiling cstr-argument v0.1.2 |
2037 | 2024-12-02T16:11:01.631Z | Compiling dropshot v0.13.0 |
2038 | 2024-12-02T16:11:01.939Z | Compiling fastrand v2.1.1 |
2039 | 2024-12-02T16:11:02.228Z | Compiling pretty-hex v0.2.1 |
2040 | 2024-12-02T16:11:02.437Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2041 | 2024-12-02T16:11:02.597Z | Compiling crucible-workspace-hack v0.1.0 |
2042 | 2024-12-02T16:11:02.887Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2043 | 2024-12-02T16:11:02.930Z | Compiling tempfile v3.13.0 |
2044 | 2024-12-02T16:11:03.289Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2045 | 2024-12-02T16:11:03.341Z | Compiling progenitor v0.8.0 |
2046 | 2024-12-02T16:11:03.399Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2047 | 2024-12-02T16:11:03.714Z | Compiling parse-display-derive v0.10.0 |
2048 | 2024-12-02T16:11:04.251Z | Compiling colored v2.1.0 |
2049 | 2024-12-02T16:11:04.537Z | Compiling serde_with_macros v3.11.0 |
2050 | 2024-12-02T16:11:04.632Z | Compiling dropshot_endpoint v0.13.0 |
2051 | 2024-12-02T16:11:05.539Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2052 | 2024-12-02T16:11:06.326Z | Compiling instant v0.1.13 |
2053 | 2024-12-02T16:11:06.508Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2054 | 2024-12-02T16:11:06.888Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2055 | 2024-12-02T16:11:07.149Z | Compiling serde_with v3.11.0 |
2056 | 2024-12-02T16:11:07.601Z | Compiling parse-display v0.10.0 |
2057 | 2024-12-02T16:11:08.000Z | Compiling backoff v0.4.0 |
2058 | 2024-12-02T16:11:08.405Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2059 | 2024-12-02T16:11:09.579Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2060 | 2024-12-02T16:11:09.952Z | Compiling zone_cfg_derive v0.3.0 |
2061 | 2024-12-02T16:11:10.176Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2062 | 2024-12-02T16:11:10.658Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2063 | 2024-12-02T16:11:10.890Z | Compiling camino-tempfile v1.1.1 |
2064 | 2024-12-02T16:11:11.382Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2065 | 2024-12-02T16:11:11.627Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2066 | 2024-12-02T16:11:11.666Z | Compiling regress v0.9.1 |
2067 | 2024-12-02T16:11:11.818Z | Compiling num-derive v0.4.2 |
2068 | 2024-12-02T16:11:11.849Z | Compiling sigpipe v0.1.3 |
2069 | 2024-12-02T16:11:11.995Z | Compiling libefi-sys v0.1.0 |
2070 | 2024-12-02T16:11:12.281Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2071 | 2024-12-02T16:11:12.645Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2072 | 2024-12-02T16:11:14.068Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2073 | 2024-12-02T16:11:15.677Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2074 | 2024-12-02T16:11:15.983Z | Compiling zone v0.3.0 |
2075 | 2024-12-02T16:11:16.216Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2076 | 2024-12-02T16:11:18.424Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2077 | 2024-12-02T16:11:19.429Z | Compiling smf v0.2.3 |
2078 | 2024-12-02T16:11:20.272Z | Compiling bitfield-struct v0.6.2 |
2079 | 2024-12-02T16:11:20.452Z | Compiling blake3 v1.5.4 |
2080 | 2024-12-02T16:11:20.675Z | Compiling ring v0.16.20 |
2081 | 2024-12-02T16:11:21.027Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2082 | 2024-12-02T16:11:22.371Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2083 | 2024-12-02T16:11:22.371Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2084 | 2024-12-02T16:11:22.404Z | Compiling xattr v1.3.1 |
2085 | 2024-12-02T16:11:22.463Z | Compiling memmap2 v0.9.5 |
2086 | 2024-12-02T16:11:22.747Z | Compiling filetime v0.2.25 |
2087 | 2024-12-02T16:11:23.051Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2088 | 2024-12-02T16:11:23.115Z | Compiling arrayref v0.3.9 |
2089 | 2024-12-02T16:11:23.188Z | Compiling spin v0.5.2 |
2090 | 2024-12-02T16:11:23.224Z | Compiling arrayvec v0.7.6 |
2091 | 2024-12-02T16:11:23.316Z | Compiling constant_time_eq v0.3.1 |
2092 | 2024-12-02T16:11:23.447Z | Compiling same-file v1.0.6 |
2093 | 2024-12-02T16:11:23.503Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2094 | 2024-12-02T16:11:23.730Z | Compiling walkdir v2.5.0 |
2095 | 2024-12-02T16:11:25.029Z | Compiling tar v0.4.42 |
2096 | 2024-12-02T16:11:26.487Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2097 | 2024-12-02T16:11:26.597Z | Compiling gethostname v0.5.0 |
2098 | 2024-12-02T16:11:26.806Z | Compiling cargo-platform v0.1.8 |
2099 | 2024-12-02T16:11:26.913Z | Compiling topological-sort v0.2.2 |
2100 | 2024-12-02T16:11:27.187Z | Compiling cargo_metadata v0.18.1 |
2101 | 2024-12-02T16:11:31.241Z | Compiling omicron-zone-package v0.11.1 |
2102 | 2024-12-02T16:11:34.755Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2103 | 2024-12-02T16:11:37.042Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2104 | 2024-12-02T16:11:42.411Z | Compiling omicron-package v0.1.0 (/work/oxidecomputer/omicron/package) |
2105 | 2024-12-02T16:11:58.140Z | Finished `release` profile [optimized] target(s) in 5m 29s |
2106 | 2024-12-02T16:11:58.307Z | Running `target/release/omicron-package -t test target create -i standard -m non-gimlet -s softnpu -r single-sled` |
2107 | 2024-12-02T16:11:58.355Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2108 | 2024-12-02T16:11:58.357Z | Created new build target 'test' and set it as active |
2109 | 2024-12-02T16:11:58.358Z | |
2110 | 2024-12-02T16:11:58.358Z | real 5:29.586371767 |
2111 | 2024-12-02T16:11:58.358Z | user 37:07.159404792 |
2112 | 2024-12-02T16:11:58.358Z | sys 4:55.838787860 |
2113 | 2024-12-02T16:11:58.358Z | trap 1.118249859 |
2114 | 2024-12-02T16:11:58.358Z | tflt 3.061272356 |
2115 | 2024-12-02T16:11:58.358Z | dflt 0.866769671 |
2116 | 2024-12-02T16:11:58.358Z | kflt 0.000674693 |
2117 | 2024-12-02T16:11:58.358Z | lock 1:17:49.720629158 |
2118 | 2024-12-02T16:11:58.358Z | slp 2:34:45.072635769 |
2119 | 2024-12-02T16:11:58.358Z | lat 2:35.785722958 |
2120 | 2024-12-02T16:11:58.358Z | stop 4:34.863725920 |
2121 | 2024-12-02T16:11:58.358Z | + ptime -m cargo run --locked --release --bin omicron-package -- -t test package |
2122 | 2024-12-02T16:11:59.326Z | Finished `release` profile [optimized] target(s) in 0.91s |
2123 | 2024-12-02T16:11:59.388Z | Running `target/release/omicron-package -t test package` |
2124 | 2024-12-02T16:11:59.435Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2125 | 2024-12-02T16:12:00.610Z | Compiling convert_case v0.4.0 |
2126 | 2024-12-02T16:12:00.614Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2127 | 2024-12-02T16:12:00.614Z | Compiling itertools v0.13.0 |
2128 | 2024-12-02T16:12:00.614Z | Compiling newline-converter v0.3.0 |
2129 | 2024-12-02T16:12:00.614Z | Compiling password-hash v0.5.0 |
2130 | 2024-12-02T16:12:00.746Z | Compiling progenitor-client v0.8.0 |
2131 | 2024-12-02T16:12:00.749Z | Compiling blake2 v0.10.6 |
2132 | 2024-12-02T16:12:00.751Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2133 | 2024-12-02T16:12:01.092Z | Compiling expectorate v1.1.0 |
2134 | 2024-12-02T16:12:01.153Z | Compiling cancel-safe-futures v0.1.5 |
2135 | 2024-12-02T16:12:01.250Z | Compiling progenitor v0.8.0 |
2136 | 2024-12-02T16:12:01.304Z | Compiling owo-colors v4.1.0 |
2137 | 2024-12-02T16:12:01.450Z | Compiling derive_more v0.99.18 |
2138 | 2024-12-02T16:12:01.477Z | Compiling argon2 v0.5.3 |
2139 | 2024-12-02T16:12:01.536Z | Compiling num-rational v0.4.2 |
2140 | 2024-12-02T16:12:01.601Z | Compiling num-complex v0.4.6 |
2141 | 2024-12-02T16:12:02.296Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2142 | 2024-12-02T16:12:02.823Z | Compiling num v0.4.3 |
2143 | 2024-12-02T16:12:02.883Z | Compiling atomicwrites v0.4.4 |
2144 | 2024-12-02T16:12:02.936Z | Compiling libsw v3.3.1 |
2145 | 2024-12-02T16:12:03.275Z | Compiling linear-map v1.2.0 |
2146 | 2024-12-02T16:12:03.405Z | Compiling swrite v0.1.0 |
2147 | 2024-12-02T16:12:03.512Z | Compiling float-ord v0.3.2 |
2148 | 2024-12-02T16:12:03.553Z | Compiling indent_write v2.2.0 |
2149 | 2024-12-02T16:12:03.691Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2150 | 2024-12-02T16:12:03.709Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2151 | 2024-12-02T16:12:03.793Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2152 | 2024-12-02T16:12:03.887Z | Compiling base64 v0.21.7 |
2153 | 2024-12-02T16:12:03.905Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2154 | 2024-12-02T16:12:04.357Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2155 | 2024-12-02T16:12:04.795Z | Compiling highway v1.2.0 |
2156 | 2024-12-02T16:12:05.045Z | Compiling semver v0.1.20 |
2157 | 2024-12-02T16:12:05.643Z | Compiling rustc_version v0.1.7 |
2158 | 2024-12-02T16:12:06.073Z | Compiling newtype_derive v0.1.6 |
2159 | 2024-12-02T16:12:06.225Z | Compiling newtype-uuid v1.1.3 |
2160 | 2024-12-02T16:12:06.460Z | Compiling dropshot v0.13.0 |
2161 | 2024-12-02T16:12:06.536Z | Compiling ipnetwork v0.20.0 |
2162 | 2024-12-02T16:12:06.584Z | Compiling instant v0.1.13 |
2163 | 2024-12-02T16:12:06.749Z | Compiling humantime v2.1.0 |
2164 | 2024-12-02T16:12:07.329Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2165 | 2024-12-02T16:12:07.603Z | Compiling backoff v0.4.0 |
2166 | 2024-12-02T16:12:08.003Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2167 | 2024-12-02T16:12:08.021Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2168 | 2024-12-02T16:12:11.655Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2169 | 2024-12-02T16:12:12.186Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2170 | 2024-12-02T16:12:12.346Z | Compiling parse-display v0.10.0 |
2171 | 2024-12-02T16:12:12.921Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2172 | 2024-12-02T16:12:13.117Z | Compiling serde_with v3.11.0 |
2173 | 2024-12-02T16:12:13.238Z | Compiling strum v0.26.3 |
2174 | 2024-12-02T16:12:13.434Z | Compiling regress v0.9.1 |
2175 | 2024-12-02T16:12:16.490Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2176 | 2024-12-02T16:12:17.931Z | Compiling macaddr v1.0.1 |
2177 | 2024-12-02T16:12:18.263Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2178 | 2024-12-02T16:12:18.387Z | Compiling steno v0.4.1 |
2179 | 2024-12-02T16:12:18.676Z | Compiling prettyplease v0.2.25 |
2180 | 2024-12-02T16:12:18.700Z | Compiling slog-dtrace v0.3.0 |
2181 | 2024-12-02T16:12:19.092Z | Compiling tungstenite v0.21.0 |
2182 | 2024-12-02T16:12:20.121Z | Compiling display-error-chain v0.2.2 |
2183 | 2024-12-02T16:12:20.360Z | Compiling tokio-tungstenite v0.21.0 |
2184 | 2024-12-02T16:12:21.052Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2185 | 2024-12-02T16:12:22.971Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2186 | 2024-12-02T16:12:24.282Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2187 | 2024-12-02T16:12:25.391Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2188 | 2024-12-02T16:12:25.409Z | Compiling arc-swap v1.7.1 |
2189 | 2024-12-02T16:12:26.090Z | Compiling slog-scope v4.4.0 |
2190 | 2024-12-02T16:12:26.917Z | Compiling half v2.4.1 |
2191 | 2024-12-02T16:12:27.616Z | Compiling ciborium-io v0.2.2 |
2192 | 2024-12-02T16:12:27.763Z | Compiling ciborium-ll v0.2.2 |
2193 | 2024-12-02T16:12:28.312Z | Compiling slog-stdlog v4.1.1 |
2194 | 2024-12-02T16:12:28.639Z | Compiling slog-envlogger v2.2.0 |
2195 | 2024-12-02T16:12:29.132Z | Compiling ciborium v0.2.2 |
2196 | 2024-12-02T16:12:31.426Z | Compiling nibble_vec v0.1.0 |
2197 | 2024-12-02T16:12:31.669Z | Compiling endian-type v0.1.2 |
2198 | 2024-12-02T16:12:31.926Z | Compiling radix_trie v0.2.1 |
2199 | 2024-12-02T16:12:32.862Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2200 | 2024-12-02T16:12:37.244Z | Compiling same-file v1.0.6 |
2201 | 2024-12-02T16:12:37.520Z | Compiling fastrand v2.1.1 |
2202 | 2024-12-02T16:12:38.051Z | Compiling tempfile v3.13.0 |
2203 | 2024-12-02T16:12:38.741Z | Compiling walkdir v2.5.0 |
2204 | 2024-12-02T16:12:38.854Z | Compiling blake3 v1.5.4 |
2205 | 2024-12-02T16:12:38.957Z | Compiling ring v0.16.20 |
2206 | 2024-12-02T16:12:39.387Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2207 | 2024-12-02T16:12:39.484Z | Compiling xattr v1.3.1 |
2208 | 2024-12-02T16:12:39.544Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2209 | 2024-12-02T16:12:39.749Z | Compiling memmap2 v0.9.5 |
2210 | 2024-12-02T16:12:40.195Z | Compiling filetime v0.2.25 |
2211 | 2024-12-02T16:12:40.326Z | Compiling arrayvec v0.7.6 |
2212 | 2024-12-02T16:12:40.496Z | Compiling constant_time_eq v0.3.1 |
2213 | 2024-12-02T16:12:40.661Z | Compiling spin v0.5.2 |
2214 | 2024-12-02T16:12:40.757Z | Compiling keccak v0.1.5 |
2215 | 2024-12-02T16:12:40.913Z | Compiling arrayref v0.3.9 |
2216 | 2024-12-02T16:12:41.742Z | Compiling sha3 v0.10.8 |
2217 | 2024-12-02T16:12:41.792Z | Compiling tar v0.4.42 |
2218 | 2024-12-02T16:12:42.090Z | Compiling toolchain_find v0.4.0 |
2219 | 2024-12-02T16:12:42.609Z | Compiling camino-tempfile v1.1.1 |
2220 | 2024-12-02T16:12:42.674Z | Compiling const_format_proc_macros v0.2.33 |
2221 | 2024-12-02T16:12:43.124Z | Compiling radium v0.7.0 |
2222 | 2024-12-02T16:12:43.292Z | Compiling topological-sort v0.2.2 |
2223 | 2024-12-02T16:12:43.514Z | Compiling maplit v1.0.2 |
2224 | 2024-12-02T16:12:43.547Z | Compiling crunchy v0.2.2 |
2225 | 2024-12-02T16:12:43.668Z | Compiling omicron-zone-package v0.11.1 |
2226 | 2024-12-02T16:12:43.745Z | Compiling rustfmt-wrapper v0.2.1 |
2227 | 2024-12-02T16:12:44.028Z | Compiling pem v3.0.4 |
2228 | 2024-12-02T16:12:44.280Z | Compiling tiny-keccak v2.0.2 |
2229 | 2024-12-02T16:12:44.347Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2230 | 2024-12-02T16:12:44.530Z | Compiling const_format v0.2.33 |
2231 | 2024-12-02T16:12:44.575Z | Compiling maybe-uninit v2.0.0 |
2232 | 2024-12-02T16:12:44.757Z | Compiling tap v1.0.1 |
2233 | 2024-12-02T16:12:45.012Z | Compiling wyz v0.5.1 |
2234 | 2024-12-02T16:12:45.181Z | Compiling dsl_auto_type v0.1.2 |
2235 | 2024-12-02T16:12:45.510Z | Compiling phf_generator v0.11.2 |
2236 | 2024-12-02T16:12:45.528Z | Compiling scheduled-thread-pool v0.2.7 |
2237 | 2024-12-02T16:12:45.582Z | Compiling secrecy v0.8.0 |
2238 | 2024-12-02T16:12:45.711Z | Compiling async-recursion v1.1.1 |
2239 | 2024-12-02T16:12:45.730Z | Compiling diesel_table_macro_syntax v0.2.0 |
2240 | 2024-12-02T16:12:45.868Z | Compiling funty v2.0.0 |
2241 | 2024-12-02T16:12:46.136Z | Compiling crc-catalog v2.4.0 |
2242 | 2024-12-02T16:12:46.308Z | Compiling packed_struct v0.10.1 |
2243 | 2024-12-02T16:12:46.540Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2244 | 2024-12-02T16:12:46.747Z | Compiling diesel_derives v2.2.3 |
2245 | 2024-12-02T16:12:46.766Z | Compiling crc v3.2.1 |
2246 | 2024-12-02T16:12:46.878Z | Compiling r2d2 v0.8.10 |
2247 | 2024-12-02T16:12:47.146Z | Compiling bitvec v1.0.1 |
2248 | 2024-12-02T16:12:47.379Z | Compiling phf_codegen v0.11.2 |
2249 | 2024-12-02T16:12:48.203Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2250 | 2024-12-02T16:12:48.302Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2251 | 2024-12-02T16:12:48.712Z | Compiling ascii-canvas v3.0.0 |
2252 | 2024-12-02T16:12:49.068Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2253 | 2024-12-02T16:12:49.199Z | Compiling universal-hash v0.5.1 |
2254 | 2024-12-02T16:12:49.450Z | Compiling packed_struct_codegen v0.10.1 |
2255 | 2024-12-02T16:12:51.865Z | Compiling thiserror-impl-no-std v2.0.2 |
2256 | 2024-12-02T16:12:52.091Z | Compiling parse-zoneinfo v0.3.1 |
2257 | 2024-12-02T16:12:53.748Z | Compiling lzma-sys v0.1.20 |
2258 | 2024-12-02T16:12:54.428Z | Compiling ena v0.14.3 |
2259 | 2024-12-02T16:12:54.529Z | Compiling indexmap v1.9.3 |
2260 | 2024-12-02T16:12:54.866Z | Compiling diff v0.1.13 |
2261 | 2024-12-02T16:12:54.886Z | Compiling nodrop v0.1.14 |
2262 | 2024-12-02T16:12:55.050Z | Compiling regex-syntax v0.6.29 |
2263 | 2024-12-02T16:12:55.445Z | Compiling cfg_aliases v0.1.1 |
2264 | 2024-12-02T16:12:55.571Z | Compiling opaque-debug v0.3.1 |
2265 | 2024-12-02T16:12:55.682Z | Compiling poly1305 v0.8.0 |
2266 | 2024-12-02T16:12:57.200Z | Compiling nix v0.28.0 |
2267 | 2024-12-02T16:12:58.000Z | Compiling array-init v0.0.4 |
2268 | 2024-12-02T16:12:58.322Z | Compiling diesel v2.2.4 |
2269 | 2024-12-02T16:12:59.307Z | Compiling lalrpop v0.19.12 |
2270 | 2024-12-02T16:13:00.444Z | Compiling thiserror-no-std v2.0.2 |
2271 | 2024-12-02T16:13:00.637Z | Compiling chrono-tz-build v0.4.0 |
2272 | 2024-12-02T16:13:05.400Z | Compiling smallvec v0.6.14 |
2273 | 2024-12-02T16:13:06.163Z | Compiling omicron-certificates v0.1.0 (/work/oxidecomputer/omicron/certificates) |
2274 | 2024-12-02T16:13:06.499Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2275 | 2024-12-02T16:13:06.804Z | Compiling nexus-macros-common v0.1.0 (/work/oxidecomputer/omicron/nexus/macros-common) |
2276 | 2024-12-02T16:13:07.050Z | Compiling chacha20 v0.9.1 |
2277 | 2024-12-02T16:13:07.232Z | Compiling heck v0.3.3 |
2278 | 2024-12-02T16:13:07.537Z | Compiling aead v0.5.2 |
2279 | 2024-12-02T16:13:07.612Z | Compiling vte_generate_state_changes v0.1.2 |
2280 | 2024-12-02T16:13:07.893Z | Compiling bitfield v0.14.0 |
2281 | 2024-12-02T16:13:08.215Z | Compiling ref-cast v1.0.23 |
2282 | 2024-12-02T16:13:08.236Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2283 | 2024-12-02T16:13:08.547Z | Compiling hashbrown v0.12.3 |
2284 | 2024-12-02T16:13:08.680Z | Compiling termcolor v1.4.1 |
2285 | 2024-12-02T16:13:09.764Z | Compiling env_logger v0.10.2 |
2286 | 2024-12-02T16:13:11.161Z | Compiling vte v0.11.1 |
2287 | 2024-12-02T16:13:12.624Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2288 | 2024-12-02T16:13:12.987Z | Compiling chacha20poly1305 v0.10.1 |
2289 | 2024-12-02T16:13:13.230Z | Compiling zone_cfg_derive v0.1.2 |
2290 | 2024-12-02T16:13:14.631Z | Compiling serde-hex v0.1.0 |
2291 | 2024-12-02T16:13:19.944Z | Compiling chrono-tz v0.10.0 |
2292 | 2024-12-02T16:13:20.773Z | Compiling vsss-rs v3.3.4 |
2293 | 2024-12-02T16:13:22.379Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2294 | 2024-12-02T16:13:22.736Z | Compiling ron v0.8.1 |
2295 | 2024-12-02T16:13:25.173Z | Compiling nexus-db-model v0.1.0 (/work/oxidecomputer/omicron/nexus/db-model) |
2296 | 2024-12-02T16:13:25.318Z | Compiling polar-core v0.27.3 |
2297 | 2024-12-02T16:13:25.479Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2298 | 2024-12-02T16:13:26.121Z | Compiling derive_builder_core v0.20.2 |
2299 | 2024-12-02T16:13:26.574Z | Compiling hashbrown v0.13.2 |
2300 | 2024-12-02T16:13:28.009Z | Compiling fd-lock v4.0.2 |
2301 | 2024-12-02T16:13:28.260Z | Compiling headers-core v0.3.0 |
2302 | 2024-12-02T16:13:28.304Z | Compiling fxhash v0.2.1 |
2303 | 2024-12-02T16:13:28.448Z | Compiling libxml v0.3.3 |
2304 | 2024-12-02T16:13:28.473Z | Compiling ref-cast-impl v1.0.23 |
2305 | 2024-12-02T16:13:28.537Z | Compiling base64 v0.13.1 |
2306 | 2024-12-02T16:13:28.814Z | Compiling lockfree-object-pool v0.1.6 |
2307 | 2024-12-02T16:13:29.147Z | Compiling bytecount v0.6.8 |
2308 | 2024-12-02T16:13:29.279Z | Compiling crc-any v2.5.0 |
2309 | 2024-12-02T16:13:29.467Z | Compiling bumpalo v3.16.0 |
2310 | 2024-12-02T16:13:29.599Z | Compiling zip v2.1.3 |
2311 | 2024-12-02T16:13:29.962Z | Compiling simd-adler32 v0.3.7 |
2312 | 2024-12-02T16:13:30.121Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2313 | 2024-12-02T16:13:30.443Z | Compiling zopfli v0.8.1 |
2314 | 2024-12-02T16:13:31.138Z | Compiling papergrid v0.11.0 |
2315 | 2024-12-02T16:13:34.775Z | Compiling ron v0.7.1 |
2316 | 2024-12-02T16:13:36.396Z | Compiling headers v0.4.0 |
2317 | 2024-12-02T16:13:40.082Z | Compiling derive_builder_macro v0.20.2 |
2318 | 2024-12-02T16:13:40.123Z | Compiling object v0.30.4 |
2319 | 2024-12-02T16:13:44.435Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2320 | 2024-12-02T16:13:45.081Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2321 | 2024-12-02T16:13:46.716Z | Compiling xz2 v0.1.7 |
2322 | 2024-12-02T16:13:47.321Z | Compiling zone v0.1.8 |
2323 | 2024-12-02T16:13:47.844Z | Compiling strip-ansi-escapes v0.2.0 |
2324 | 2024-12-02T16:13:50.654Z | Compiling db-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/db-macros) |
2325 | 2024-12-02T16:13:51.002Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2326 | 2024-12-02T16:13:51.020Z | Compiling nexus-db-fixed-data v0.1.0 (/work/oxidecomputer/omicron/nexus/db-fixed-data) |
2327 | 2024-12-02T16:13:51.312Z | Compiling tabled_derive v0.7.0 |
2328 | 2024-12-02T16:13:52.314Z | Compiling nexus-defaults v0.1.0 (/work/oxidecomputer/omicron/nexus/defaults) |
2329 | 2024-12-02T16:13:53.088Z | Compiling yasna v0.5.2 |
2330 | 2024-12-02T16:13:53.547Z | Compiling peg-macros v0.8.4 |
2331 | 2024-12-02T16:13:53.776Z | Compiling strum_macros v0.24.3 |
2332 | 2024-12-02T16:13:56.518Z | Compiling oximeter-db v0.1.0 (/work/oxidecomputer/omicron/oximeter/db) |
2333 | 2024-12-02T16:13:56.956Z | Compiling kstat-rs v0.2.4 |
2334 | 2024-12-02T16:13:57.088Z | Compiling samael v0.0.17 |
2335 | 2024-12-02T16:13:57.159Z | Compiling sqlparser_derive v0.2.2 |
2336 | 2024-12-02T16:13:57.431Z | Compiling unicase v2.7.0 |
2337 | 2024-12-02T16:13:57.575Z | Compiling nu-ansi-term v0.50.1 |
2338 | 2024-12-02T16:13:57.753Z | Compiling path-slash v0.1.5 |
2339 | 2024-12-02T16:13:57.886Z | Compiling home v0.5.9 |
2340 | 2024-12-02T16:13:57.994Z | Compiling unicode_categories v0.1.1 |
2341 | 2024-12-02T16:13:58.202Z | Compiling indoc v1.0.9 |
2342 | 2024-12-02T16:13:58.242Z | Compiling sqlparser v0.45.0 |
2343 | 2024-12-02T16:13:58.344Z | Compiling sqlformat v0.2.6 |
2344 | 2024-12-02T16:13:58.458Z | Compiling rustyline v14.0.0 |
2345 | 2024-12-02T16:13:58.698Z | Compiling reedline v0.35.0 |
2346 | 2024-12-02T16:14:00.264Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2347 | 2024-12-02T16:14:02.586Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2348 | 2024-12-02T16:14:09.500Z | Compiling peg v0.8.4 |
2349 | 2024-12-02T16:14:09.642Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2350 | 2024-12-02T16:14:09.803Z | Compiling rcgen v0.12.1 |
2351 | 2024-12-02T16:14:15.914Z | Compiling tabled v0.15.0 |
2352 | 2024-12-02T16:14:22.423Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2353 | 2024-12-02T16:14:22.567Z | Compiling derive_builder v0.20.2 |
2354 | 2024-12-02T16:14:30.213Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2355 | 2024-12-02T16:14:31.726Z | Compiling clickward v0.1.0 (https://github.com/oxidecomputer/clickward?rev=242fd812aaeafec99ba01b5505ffbb2bd2370917#242fd812) |
2356 | 2024-12-02T16:14:33.038Z | Compiling nexus-auth v0.1.0 (/work/oxidecomputer/omicron/nexus/auth) |
2357 | 2024-12-02T16:14:33.351Z | Compiling bcs v0.1.6 |
2358 | 2024-12-02T16:14:34.273Z | Compiling oso-derive v0.27.3 |
2359 | 2024-12-02T16:14:35.276Z | Compiling impl-trait-for-tuples v0.2.2 |
2360 | 2024-12-02T16:14:36.514Z | Compiling libz-sys v1.1.20 |
2361 | 2024-12-02T16:14:37.197Z | Compiling quick-xml v0.33.0 |
2362 | 2024-12-02T16:14:42.172Z | Compiling subprocess v0.2.9 |
2363 | 2024-12-02T16:14:42.785Z | Compiling diesel-dtrace v0.3.0 |
2364 | 2024-12-02T16:14:43.109Z | Compiling parking_lot_core v0.8.6 |
2365 | 2024-12-02T16:14:43.670Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2366 | 2024-12-02T16:14:47.049Z | Compiling oso v0.27.3 |
2367 | 2024-12-02T16:15:04.662Z | Compiling authz-macros v0.1.0 (/work/oxidecomputer/omicron/nexus/authz-macros) |
2368 | 2024-12-02T16:15:06.302Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2369 | 2024-12-02T16:15:11.725Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2370 | 2024-12-02T16:15:14.985Z | Compiling nexus-db-queries v0.1.0 (/work/oxidecomputer/omicron/nexus/db-queries) |
2371 | 2024-12-02T16:15:15.305Z | Compiling bb8 v0.8.5 |
2372 | 2024-12-02T16:15:15.970Z | Compiling buf-list v1.0.3 |
2373 | 2024-12-02T16:15:16.636Z | Compiling async-bb8-diesel v0.2.1 |
2374 | 2024-12-02T16:15:18.121Z | Compiling libgit2-sys v0.17.0+1.8.1 |
2375 | 2024-12-02T16:15:18.326Z | Compiling pin-project-internal v1.1.6 |
2376 | 2024-12-02T16:15:18.934Z | Compiling atty v0.2.14 |
2377 | 2024-12-02T16:15:19.116Z | Compiling salty v0.3.0 |
2378 | 2024-12-02T16:15:21.086Z | Compiling pin-project v1.1.6 |
2379 | 2024-12-02T16:15:21.627Z | Compiling parking_lot v0.11.2 |
2380 | 2024-12-02T16:15:24.632Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2381 | 2024-12-02T16:15:24.728Z | Compiling snafu-derive v0.8.5 |
2382 | 2024-12-02T16:15:25.197Z | Compiling sled v0.34.7 |
2383 | 2024-12-02T16:15:29.350Z | Compiling snafu v0.8.5 |
2384 | 2024-12-02T16:15:29.395Z | Compiling mime_guess v2.0.5 |
2385 | 2024-12-02T16:15:30.784Z | Compiling ipcc v0.1.0 (/work/oxidecomputer/omicron/ipcc) |
2386 | 2024-12-02T16:15:32.061Z | Compiling hickory-client v0.24.1 |
2387 | 2024-12-02T16:15:32.548Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2388 | 2024-12-02T16:15:33.042Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2389 | 2024-12-02T16:15:33.627Z | Compiling oximeter-client v0.1.0 (/work/oxidecomputer/omicron/clients/oximeter-client) |
2390 | 2024-12-02T16:15:37.404Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2391 | 2024-12-02T16:15:38.513Z | Compiling globset v0.4.15 |
2392 | 2024-12-02T16:15:38.910Z | Compiling hickory-server v0.24.1 |
2393 | 2024-12-02T16:15:42.086Z | Compiling primeorder v0.13.6 |
2394 | 2024-12-02T16:15:42.680Z | Compiling olpc-cjson v0.1.4 |
2395 | 2024-12-02T16:15:43.030Z | Compiling vergen v8.3.2 |
2396 | 2024-12-02T16:15:46.013Z | Compiling env_filter v0.1.2 |
2397 | 2024-12-02T16:15:47.571Z | Compiling serde_plain v1.0.2 |
2398 | 2024-12-02T16:15:48.095Z | Compiling cargo-platform v0.1.8 |
2399 | 2024-12-02T16:15:48.646Z | Compiling nanorand v0.7.0 |
2400 | 2024-12-02T16:15:49.339Z | Compiling memoffset v0.9.1 |
2401 | 2024-12-02T16:15:50.976Z | Compiling typed-path v0.9.3 |
2402 | 2024-12-02T16:15:53.837Z | Compiling tough v0.19.0 |
2403 | 2024-12-02T16:15:58.518Z | Compiling flume v0.11.1 |
2404 | 2024-12-02T16:15:59.298Z | Compiling cargo_metadata v0.18.1 |
2405 | 2024-12-02T16:15:59.568Z | Compiling env_logger v0.11.5 |
2406 | 2024-12-02T16:16:01.038Z | Compiling p384 v0.13.0 |
2407 | 2024-12-02T16:16:02.598Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2408 | 2024-12-02T16:16:06.698Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2409 | 2024-12-02T16:16:11.242Z | Compiling git2 v0.19.0 |
2410 | 2024-12-02T16:16:13.174Z | Compiling gateway-types v0.1.0 (/work/oxidecomputer/omicron/gateway-types) |
2411 | 2024-12-02T16:16:16.862Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2412 | 2024-12-02T16:16:18.672Z | Compiling clickhouse-admin-keeper-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-keeper-client) |
2413 | 2024-12-02T16:16:21.049Z | Compiling clickhouse-admin-server-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-server-client) |
2414 | 2024-12-02T16:16:24.803Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2415 | 2024-12-02T16:16:25.789Z | Compiling rand_seeder v0.3.0 |
2416 | 2024-12-02T16:16:26.220Z | Compiling libsqlite3-sys v0.30.1 |
2417 | 2024-12-02T16:16:26.259Z | Compiling rustls v0.21.12 |
2418 | 2024-12-02T16:16:26.279Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2419 | 2024-12-02T16:16:26.567Z | Compiling cfg_aliases v0.2.1 |
2420 | 2024-12-02T16:16:26.604Z | Compiling http-range v0.1.5 |
2421 | 2024-12-02T16:16:26.683Z | Compiling parse-size v1.1.0 |
2422 | 2024-12-02T16:16:26.787Z | Compiling nix v0.29.0 |
2423 | 2024-12-02T16:16:27.016Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2424 | 2024-12-02T16:16:27.244Z | Compiling typed-rng v0.1.0 (/work/oxidecomputer/omicron/typed-rng) |
2425 | 2024-12-02T16:16:27.580Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2426 | 2024-12-02T16:16:28.175Z | Compiling wicket-common v0.1.0 (/work/oxidecomputer/omicron/wicket-common) |
2427 | 2024-12-02T16:16:28.549Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2428 | 2024-12-02T16:16:29.268Z | Compiling nexus-saga-recovery v0.1.0 (/work/oxidecomputer/omicron/nexus/saga-recovery) |
2429 | 2024-12-02T16:16:29.327Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2430 | 2024-12-02T16:16:29.392Z | Compiling rustls-webpki v0.101.7 |
2431 | 2024-12-02T16:16:29.582Z | Compiling sct v0.7.1 |
2432 | 2024-12-02T16:16:30.096Z | Compiling castaway v0.2.3 |
2433 | 2024-12-02T16:16:30.312Z | Compiling csv-core v0.1.11 |
2434 | 2024-12-02T16:16:31.068Z | Compiling gateway-sp-comms v0.1.1 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
2435 | 2024-12-02T16:16:31.137Z | Compiling glob v0.3.1 |
2436 | 2024-12-02T16:16:31.470Z | Compiling csv v1.3.0 |
2437 | 2024-12-02T16:16:33.121Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2438 | 2024-12-02T16:16:33.356Z | Compiling compact_str v0.8.0 |
2439 | 2024-12-02T16:16:33.637Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2440 | 2024-12-02T16:16:33.691Z | Compiling crucible-common v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2441 | 2024-12-02T16:16:35.032Z | Compiling update-common v0.1.0 (/work/oxidecomputer/omicron/update-common) |
2442 | 2024-12-02T16:16:35.960Z | Compiling hyper-staticfile v0.10.1 |
2443 | 2024-12-02T16:16:38.976Z | Compiling nix v0.27.1 |
2444 | 2024-12-02T16:16:41.849Z | Compiling nexus-inventory v0.1.0 (/work/oxidecomputer/omicron/nexus/inventory) |
2445 | 2024-12-02T16:16:42.654Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2446 | 2024-12-02T16:16:43.908Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2447 | 2024-12-02T16:16:45.259Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2448 | 2024-12-02T16:16:49.461Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2449 | 2024-12-02T16:16:51.577Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc.git?branch=main#e644a21a) |
2450 | 2024-12-02T16:16:51.931Z | Compiling unicode-truncate v1.1.0 |
2451 | 2024-12-02T16:16:52.238Z | Compiling nexus-reconfigurator-execution v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/execution) |
2452 | 2024-12-02T16:16:52.560Z | Compiling nexus-metrics-producer-gc v0.1.0 (/work/oxidecomputer/omicron/nexus/metrics-producer-gc) |
2453 | 2024-12-02T16:16:52.871Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2454 | 2024-12-02T16:16:57.247Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2455 | 2024-12-02T16:16:59.038Z | Compiling hashlink v0.9.1 |
2456 | 2024-12-02T16:16:59.951Z | Compiling tungstenite v0.23.0 |
2457 | 2024-12-02T16:17:00.060Z | Compiling lru v0.12.5 |
2458 | 2024-12-02T16:17:00.172Z | Compiling instability v0.3.2 |
2459 | 2024-12-02T16:17:00.286Z | Compiling fallible-iterator v0.3.0 |
2460 | 2024-12-02T16:17:00.473Z | Compiling cassowary v0.3.0 |
2461 | 2024-12-02T16:17:00.504Z | Compiling fallible-streaming-iterator v0.1.9 |
2462 | 2024-12-02T16:17:00.798Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2463 | 2024-12-02T16:17:01.145Z | Compiling rusqlite v0.32.1 |
2464 | 2024-12-02T16:17:01.183Z | Compiling ratatui v0.28.1 |
2465 | 2024-12-02T16:17:04.052Z | Compiling tokio-tungstenite v0.23.1 |
2466 | 2024-12-02T16:17:05.776Z | Compiling tokio-rustls v0.24.1 |
2467 | 2024-12-02T16:17:06.374Z | Compiling nexus-networking v0.1.0 (/work/oxidecomputer/omicron/nexus/networking) |
2468 | 2024-12-02T16:17:06.530Z | Compiling nexus-reconfigurator-preparation v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/preparation) |
2469 | 2024-12-02T16:17:10.839Z | Compiling wicketd-client v0.1.0 (/work/oxidecomputer/omicron/clients/wicketd-client) |
2470 | 2024-12-02T16:17:12.137Z | Compiling gateway-api v0.1.0 (/work/oxidecomputer/omicron/gateway-api) |
2471 | 2024-12-02T16:17:20.404Z | Compiling clickhouse-admin-single-client v0.1.0 (/work/oxidecomputer/omicron/clients/clickhouse-admin-single-client) |
2472 | 2024-12-02T16:17:23.017Z | Compiling clickhouse-admin-api v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/api) |
2473 | 2024-12-02T16:17:24.315Z | Compiling rustls-pemfile v1.0.4 |
2474 | 2024-12-02T16:17:25.200Z | Compiling omicron-nexus v0.1.0 (/work/oxidecomputer/omicron/nexus) |
2475 | 2024-12-02T16:17:25.518Z | Compiling cockroach-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/cockroach-admin-client) |
2476 | 2024-12-02T16:17:25.573Z | Compiling openapi-manager-types v0.1.0 (/work/oxidecomputer/omicron/dev-tools/openapi-manager/types) |
2477 | 2024-12-02T16:17:25.759Z | Compiling signal-hook-tokio v0.3.1 |
2478 | 2024-12-02T16:17:26.005Z | Compiling twox-hash v1.6.3 |
2479 | 2024-12-02T16:17:26.978Z | Compiling smawk v0.3.2 |
2480 | 2024-12-02T16:17:27.105Z | Compiling is_ci v1.2.0 |
2481 | 2024-12-02T16:17:27.267Z | Compiling unicode-linebreak v0.1.5 |
2482 | 2024-12-02T16:17:27.443Z | Compiling supports-color v3.0.1 |
2483 | 2024-12-02T16:17:27.860Z | Compiling textwrap v0.16.1 |
2484 | 2024-12-02T16:17:31.603Z | Compiling omicron-gateway v0.1.0 (/work/oxidecomputer/omicron/gateway) |
2485 | 2024-12-02T16:17:32.354Z | Compiling nexus-external-api v0.1.0 (/work/oxidecomputer/omicron/nexus/external-api) |
2486 | 2024-12-02T16:17:36.571Z | Compiling omicron-clickhouse-admin v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin) |
2487 | 2024-12-02T16:17:40.024Z | Compiling nexus-reconfigurator-planning v0.1.0 (/work/oxidecomputer/omicron/nexus/reconfigurator/planning) |
2488 | 2024-12-02T16:17:45.854Z | Compiling cockroach-admin-types v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/types) |
2489 | 2024-12-02T16:17:50.716Z | Compiling sp-sim v0.1.0 (/work/oxidecomputer/omicron/sp-sim) |
2490 | 2024-12-02T16:17:50.813Z | Compiling nexus-test-interface v0.1.0 (/work/oxidecomputer/omicron/nexus/test-interface) |
2491 | 2024-12-02T16:17:51.455Z | Compiling nexus-internal-api v0.1.0 (/work/oxidecomputer/omicron/nexus/internal-api) |
2492 | 2024-12-02T16:18:04.395Z | Compiling omicron-cockroach-admin v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin) |
2493 | 2024-12-02T16:18:04.714Z | Compiling crucible-pantry-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2494 | 2024-12-02T16:18:10.644Z | Compiling oximeter-api v0.1.0 (/work/oxidecomputer/omicron/oximeter/api) |
2495 | 2024-12-02T16:18:11.518Z | Compiling fatfs v0.3.6 |
2496 | 2024-12-02T16:18:12.582Z | Compiling rtoolbox v0.0.2 |
2497 | 2024-12-02T16:18:13.025Z | Compiling assert_matches v1.5.0 |
2498 | 2024-12-02T16:18:14.308Z | Compiling rpassword v7.3.1 |
2499 | 2024-12-02T16:18:14.763Z | Compiling oximeter-collector v0.1.0 (/work/oxidecomputer/omicron/oximeter/collector) |
2500 | 2024-12-02T16:18:19.758Z | Compiling cockroach-admin-api v0.1.0 (/work/oxidecomputer/omicron/cockroach-admin/api) |
2501 | 2024-12-02T16:18:22.406Z | Compiling tui-tree-widget v0.22.0 |
2502 | 2024-12-02T16:18:22.920Z | Compiling wicketd-api v0.1.0 (/work/oxidecomputer/omicron/wicketd-api) |
2503 | 2024-12-02T16:18:26.938Z | Compiling installinator-api v0.1.0 (/work/oxidecomputer/omicron/installinator-api) |
2504 | 2024-12-02T16:18:31.897Z | Compiling omicron-omdb v0.1.0 (/work/oxidecomputer/omicron/dev-tools/omdb) |
2505 | 2024-12-02T16:18:32.217Z | Compiling uzers v0.12.1 |
2506 | 2024-12-02T16:18:35.339Z | Compiling shell-words v1.1.0 |
2507 | 2024-12-02T16:18:35.792Z | Compiling wicket v0.1.0 (/work/oxidecomputer/omicron/wicket) |
2508 | 2024-12-02T16:18:40.692Z | Compiling zone-setup v0.1.0 (/work/oxidecomputer/omicron/zone-setup) |
2509 | 2024-12-02T16:18:42.787Z | Compiling wicketd v0.1.0 (/work/oxidecomputer/omicron/wicketd) |
2510 | 2024-12-02T16:19:12.567Z | Compiling gateway-test-utils v0.1.0 (/work/oxidecomputer/omicron/gateway-test-utils) |
2511 | 2024-12-02T16:19:17.530Z | Compiling multimap v0.10.0 |
2512 | 2024-12-02T16:21:36.973Z | Compiling internal-dns-cli v0.1.0 (/work/oxidecomputer/omicron/internal-dns/cli) |
2513 | 2024-12-02T16:21:40.386Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2514 | 2024-12-02T16:28:25.612Z | Finished `release` profile [optimized] target(s) in 16m 25s |
2515 | 2024-12-02T16:29:31.127Z | |
2516 | 2024-12-02T16:29:31.130Z | real 17:32.714736253 |
2517 | 2024-12-02T16:29:31.130Z | user 1:59:40.743069488 |
2518 | 2024-12-02T16:29:31.130Z | sys 5:59.356561139 |
2519 | 2024-12-02T16:29:31.130Z | trap 2.993814326 |
2520 | 2024-12-02T16:29:31.130Z | tflt 2.930019442 |
2521 | 2024-12-02T16:29:31.130Z | dflt 5.745391438 |
2522 | 2024-12-02T16:29:31.130Z | kflt 0.002817676 |
2523 | 2024-12-02T16:29:31.130Z | lock 7:23:17.838922712 |
2524 | 2024-12-02T16:29:31.130Z | slp 6:26:21.955533776 |
2525 | 2024-12-02T16:29:31.130Z | lat 2:59.469479952 |
2526 | 2024-12-02T16:29:31.130Z | stop 2:37.062316839 |
2527 | 2024-12-02T16:29:31.130Z | + mapfile -t packages |
2528 | 2024-12-02T16:29:31.130Z | ++ cargo run --locked --release --bin omicron-package -- -t test list-outputs |
2529 | 2024-12-02T16:29:32.170Z | Finished `release` profile [optimized] target(s) in 0.99s |
2530 | 2024-12-02T16:29:32.237Z | Running `target/release/omicron-package -t test list-outputs` |
2531 | 2024-12-02T16:29:32.286Z | Logging to: /work/oxidecomputer/omicron/out/LOG |
2532 | 2024-12-02T16:29:32.288Z | + ptime -m cargo build --locked --release -p xtask |
2533 | 2024-12-02T16:29:32.850Z | Compiling serde v1.0.215 |
2534 | 2024-12-02T16:29:32.853Z | Compiling serde_json v1.0.132 |
2535 | 2024-12-02T16:29:32.853Z | Compiling rustix v0.38.37 |
2536 | 2024-12-02T16:29:32.853Z | Compiling libc v0.2.162 |
2537 | 2024-12-02T16:29:32.940Z | Compiling syn v2.0.87 |
2538 | 2024-12-02T16:29:32.958Z | Compiling bitflags v2.6.0 |
2539 | 2024-12-02T16:29:33.285Z | Compiling usdt-impl v0.5.0 |
2540 | 2024-12-02T16:29:33.338Z | Compiling syn v1.0.109 |
2541 | 2024-12-02T16:29:33.453Z | Compiling log v0.4.22 |
2542 | 2024-12-02T16:29:33.469Z | Compiling hashbrown v0.15.0 |
2543 | 2024-12-02T16:29:33.527Z | Compiling fs-err v2.11.0 |
2544 | 2024-12-02T16:29:33.824Z | Compiling once_cell v1.20.2 |
2545 | 2024-12-02T16:29:33.900Z | Compiling anyhow v1.0.93 |
2546 | 2024-12-02T16:29:34.445Z | Compiling thread-id v4.2.2 |
2547 | 2024-12-02T16:29:34.750Z | Compiling indexmap v2.6.0 |
2548 | 2024-12-02T16:29:36.038Z | Compiling terminal_size v0.4.0 |
2549 | 2024-12-02T16:29:36.039Z | Compiling tempfile v3.13.0 |
2550 | 2024-12-02T16:29:36.281Z | Compiling clap_builder v4.5.21 |
2551 | 2024-12-02T16:29:36.777Z | Compiling proc-macro-error v1.0.4 |
2552 | 2024-12-02T16:29:38.189Z | Compiling tabled_derive v0.7.0 |
2553 | 2024-12-02T16:29:39.492Z | Compiling tabled v0.15.0 |
2554 | 2024-12-02T16:29:41.040Z | Compiling serde_derive v1.0.215 |
2555 | 2024-12-02T16:29:42.731Z | Compiling thiserror-impl v1.0.69 |
2556 | 2024-12-02T16:29:42.789Z | Compiling zerocopy-derive v0.7.35 |
2557 | 2024-12-02T16:29:44.857Z | Compiling zerocopy v0.7.35 |
2558 | 2024-12-02T16:29:45.782Z | Compiling thiserror v1.0.69 |
2559 | 2024-12-02T16:29:45.950Z | Compiling pest v2.7.14 |
2560 | 2024-12-02T16:29:46.677Z | Compiling scroll_derive v0.12.0 |
2561 | 2024-12-02T16:29:48.097Z | Compiling scroll v0.12.0 |
2562 | 2024-12-02T16:29:48.645Z | Compiling pest_meta v2.7.14 |
2563 | 2024-12-02T16:29:48.969Z | Compiling goblin v0.8.2 |
2564 | 2024-12-02T16:29:52.392Z | Compiling pest_generator v2.7.14 |
2565 | 2024-12-02T16:29:54.279Z | Compiling pest_derive v2.7.14 |
2566 | 2024-12-02T16:29:54.653Z | Compiling clap_derive v4.5.18 |
2567 | 2024-12-02T16:29:55.574Z | Compiling dtrace-parser v0.2.0 |
2568 | 2024-12-02T16:29:57.419Z | Compiling dof v0.3.0 |
2569 | 2024-12-02T16:29:57.745Z | Compiling serde_spanned v0.6.8 |
2570 | 2024-12-02T16:29:58.360Z | Compiling toml_datetime v0.6.8 |
2571 | 2024-12-02T16:29:59.045Z | Compiling serde_tokenstream v0.2.2 |
2572 | 2024-12-02T16:29:59.298Z | Compiling toml_edit v0.22.22 |
2573 | 2024-12-02T16:29:59.496Z | Compiling camino v1.1.9 |
2574 | 2024-12-02T16:30:01.522Z | Compiling usdt-macro v0.5.0 |
2575 | 2024-12-02T16:30:02.769Z | Compiling usdt-attr-macro v0.5.0 |
2576 | 2024-12-02T16:30:04.116Z | Compiling toml v0.8.19 |
2577 | 2024-12-02T16:30:04.165Z | Compiling semver v1.0.23 |
2578 | 2024-12-02T16:30:04.564Z | Compiling cargo-platform v0.1.8 |
2579 | 2024-12-02T16:30:05.483Z | Compiling cargo_toml v0.20.5 |
2580 | 2024-12-02T16:30:05.598Z | Compiling cargo_metadata v0.18.1 |
2581 | 2024-12-02T16:30:05.698Z | Compiling usdt v0.5.0 |
2582 | 2024-12-02T16:30:05.714Z | Compiling camino-tempfile v1.1.1 |
2583 | 2024-12-02T16:30:06.507Z | Compiling clap v4.5.21 |
2584 | 2024-12-02T16:30:06.655Z | Compiling macaddr v1.0.1 |
2585 | 2024-12-02T16:30:17.902Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
2586 | 2024-12-02T16:30:29.271Z | Finished `release` profile [optimized] target(s) in 56.93s |
2587 | 2024-12-02T16:30:29.380Z | |
2588 | 2024-12-02T16:30:29.383Z | real 57.061870803 |
2589 | 2024-12-02T16:30:29.383Z | user 5:48.253709552 |
2590 | 2024-12-02T16:30:29.383Z | sys 31.828227049 |
2591 | 2024-12-02T16:30:29.383Z | trap 0.156332468 |
2592 | 2024-12-02T16:30:29.383Z | tflt 0.224937401 |
2593 | 2024-12-02T16:30:29.383Z | dflt 0.556616000 |
2594 | 2024-12-02T16:30:29.383Z | kflt 0.000003879 |
2595 | 2024-12-02T16:30:29.383Z | lock 10:38.782127869 |
2596 | 2024-12-02T16:30:29.383Z | slp 15:38.825213837 |
2597 | 2024-12-02T16:30:29.383Z | lat 13.889459715 |
2598 | 2024-12-02T16:30:29.383Z | stop 19.727486515 |
2599 | 2024-12-02T16:30:29.383Z | + export CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2600 | 2024-12-02T16:30:29.383Z | + CARGO_PROFILE_DEV_DEBUG=line-tables-only |
2601 | 2024-12-02T16:30:29.383Z | + export CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2602 | 2024-12-02T16:30:29.383Z | + CARGO_PROFILE_TEST_DEBUG=line-tables-only |
2603 | 2024-12-02T16:30:29.383Z | + ptime -m cargo build --locked -p end-to-end-tests --tests --bin bootstrap --message-format json-render-diagnostics |
2604 | 2024-12-02T16:30:30.275Z | Compiling hashbrown v0.14.5 |
2605 | 2024-12-02T16:30:30.403Z | Compiling ident_case v1.0.1 |
2606 | 2024-12-02T16:30:30.416Z | Compiling unsafe-libyaml v0.2.11 |
2607 | 2024-12-02T16:30:30.418Z | Compiling progenitor-client v0.8.0 |
2608 | 2024-12-02T16:30:30.418Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
2609 | 2024-12-02T16:30:30.418Z | Compiling ipnetwork v0.20.0 |
2610 | 2024-12-02T16:30:30.418Z | Compiling macaddr v1.0.1 |
2611 | 2024-12-02T16:30:30.429Z | Compiling instant v0.1.13 |
2612 | 2024-12-02T16:30:30.554Z | Compiling darling_core v0.20.10 |
2613 | 2024-12-02T16:30:30.689Z | Compiling structmeta-derive v0.3.0 |
2614 | 2024-12-02T16:30:30.916Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2615 | 2024-12-02T16:30:30.940Z | Compiling dropshot v0.13.0 |
2616 | 2024-12-02T16:30:30.949Z | Compiling newtype-uuid v1.1.3 |
2617 | 2024-12-02T16:30:31.275Z | Compiling dropshot_endpoint v0.13.0 |
2618 | 2024-12-02T16:30:31.460Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2619 | 2024-12-02T16:30:31.656Z | Compiling regress v0.10.1 |
2620 | 2024-12-02T16:30:31.677Z | Compiling regress v0.9.1 |
2621 | 2024-12-02T16:30:31.698Z | Compiling serde_yaml v0.9.34+deprecated |
2622 | 2024-12-02T16:30:32.254Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2623 | 2024-12-02T16:30:32.346Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2624 | 2024-12-02T16:30:32.451Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2625 | 2024-12-02T16:30:32.739Z | Compiling backoff v0.4.0 |
2626 | 2024-12-02T16:30:33.134Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2627 | 2024-12-02T16:30:33.230Z | Compiling tempfile v3.13.0 |
2628 | 2024-12-02T16:30:33.306Z | Compiling proc-macro-crate v1.3.1 |
2629 | 2024-12-02T16:30:33.634Z | Compiling structmeta v0.3.0 |
2630 | 2024-12-02T16:30:34.109Z | Compiling parse-display-derive v0.10.0 |
2631 | 2024-12-02T16:30:34.130Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2632 | 2024-12-02T16:30:34.431Z | Compiling num_enum_derive v0.5.11 |
2633 | 2024-12-02T16:30:34.520Z | Compiling itertools v0.13.0 |
2634 | 2024-12-02T16:30:36.036Z | Compiling typify-impl v0.2.0 |
2635 | 2024-12-02T16:30:36.839Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2636 | 2024-12-02T16:30:36.934Z | Compiling zerocopy v0.8.10 |
2637 | 2024-12-02T16:30:37.096Z | Compiling num_enum v0.5.11 |
2638 | 2024-12-02T16:30:37.175Z | Compiling zerocopy-derive v0.8.10 |
2639 | 2024-12-02T16:30:37.277Z | Compiling foreign-types-macros v0.2.3 |
2640 | 2024-12-02T16:30:37.756Z | Compiling darling_macro v0.20.10 |
2641 | 2024-12-02T16:30:37.962Z | Compiling foreign-types-shared v0.3.1 |
2642 | 2024-12-02T16:30:38.000Z | Compiling heapless v0.8.0 |
2643 | 2024-12-02T16:30:38.132Z | Compiling proc-macro-error v1.0.4 |
2644 | 2024-12-02T16:30:38.583Z | Compiling foreign-types v0.5.0 |
2645 | 2024-12-02T16:30:38.739Z | Compiling darling v0.20.10 |
2646 | 2024-12-02T16:30:38.788Z | Compiling parse-display v0.10.0 |
2647 | 2024-12-02T16:30:38.866Z | Compiling serde_with_macros v3.11.0 |
2648 | 2024-12-02T16:30:38.888Z | Compiling ingot-macros v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2649 | 2024-12-02T16:30:38.920Z | Compiling camino-tempfile v1.1.1 |
2650 | 2024-12-02T16:30:39.002Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2651 | 2024-12-02T16:30:39.417Z | Compiling hash32 v0.3.1 |
2652 | 2024-12-02T16:30:39.491Z | Compiling cstr-argument v0.1.2 |
2653 | 2024-12-02T16:30:39.660Z | Compiling smoltcp v0.11.0 |
2654 | 2024-12-02T16:30:39.757Z | Compiling crucible-workspace-hack v0.1.0 |
2655 | 2024-12-02T16:30:39.871Z | Compiling pretty-hex v0.2.1 |
2656 | 2024-12-02T16:30:40.106Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
2657 | 2024-12-02T16:30:40.144Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
2658 | 2024-12-02T16:30:40.337Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
2659 | 2024-12-02T16:30:40.511Z | Compiling tabwriter v1.4.0 |
2660 | 2024-12-02T16:30:40.969Z | Compiling colored v2.1.0 |
2661 | 2024-12-02T16:30:41.047Z | Compiling cobs v0.2.3 |
2662 | 2024-12-02T16:30:41.363Z | Compiling postcard v1.0.10 |
2663 | 2024-12-02T16:30:41.792Z | Compiling serde_with v3.11.0 |
2664 | 2024-12-02T16:30:41.868Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2665 | 2024-12-02T16:30:42.025Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2666 | 2024-12-02T16:30:42.219Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2667 | 2024-12-02T16:30:42.259Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
2668 | 2024-12-02T16:30:42.591Z | Compiling smf v0.2.3 |
2669 | 2024-12-02T16:30:43.172Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
2670 | 2024-12-02T16:30:43.889Z | Compiling zone_cfg_derive v0.3.0 |
2671 | 2024-12-02T16:30:44.079Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2672 | 2024-12-02T16:30:44.576Z | Compiling num-derive v0.4.2 |
2673 | 2024-12-02T16:30:45.503Z | Compiling sigpipe v0.1.3 |
2674 | 2024-12-02T16:30:45.643Z | Compiling illumos-utils v0.1.0 (/work/oxidecomputer/omicron/illumos-utils) |
2675 | 2024-12-02T16:30:45.694Z | Compiling oxlog v0.1.0 (/work/oxidecomputer/omicron/dev-tools/oxlog) |
2676 | 2024-12-02T16:30:45.796Z | Compiling zone v0.3.0 |
2677 | 2024-12-02T16:30:45.967Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2678 | 2024-12-02T16:30:46.290Z | Compiling ingot-types v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2679 | 2024-12-02T16:30:46.475Z | Compiling universal-hash v0.5.1 |
2680 | 2024-12-02T16:30:46.695Z | Compiling opaque-debug v0.3.1 |
2681 | 2024-12-02T16:30:46.794Z | Compiling num-rational v0.4.2 |
2682 | 2024-12-02T16:30:46.815Z | Compiling password-hash v0.5.0 |
2683 | 2024-12-02T16:30:46.859Z | Compiling num-complex v0.4.6 |
2684 | 2024-12-02T16:30:46.916Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2685 | 2024-12-02T16:30:47.161Z | Compiling ingot v0.1.0 (https://github.com/oxidecomputer/ingot.git?rev=bff93247fe75ff889121e39d494cc3805fc01906#bff93247) |
2686 | 2024-12-02T16:30:47.411Z | Compiling blake2 v0.10.6 |
2687 | 2024-12-02T16:30:47.832Z | Compiling aead v0.5.2 |
2688 | 2024-12-02T16:30:47.854Z | Compiling convert_case v0.4.0 |
2689 | 2024-12-02T16:30:47.899Z | Compiling keccak v0.1.5 |
2690 | 2024-12-02T16:30:47.956Z | Compiling argon2 v0.5.3 |
2691 | 2024-12-02T16:30:48.204Z | Compiling num v0.4.3 |
2692 | 2024-12-02T16:30:48.333Z | Compiling sha3 v0.10.8 |
2693 | 2024-12-02T16:30:48.660Z | Compiling poly1305 v0.8.0 |
2694 | 2024-12-02T16:30:48.828Z | Compiling tungstenite v0.21.0 |
2695 | 2024-12-02T16:30:48.905Z | Compiling derive_more v0.99.18 |
2696 | 2024-12-02T16:30:48.982Z | Compiling chacha20 v0.9.1 |
2697 | 2024-12-02T16:30:49.431Z | Compiling float-ord v0.3.2 |
2698 | 2024-12-02T16:30:49.478Z | Compiling base64 v0.21.7 |
2699 | 2024-12-02T16:30:49.637Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2700 | 2024-12-02T16:30:49.933Z | Compiling omicron-passwords v0.1.0 (/work/oxidecomputer/omicron/passwords) |
2701 | 2024-12-02T16:30:50.266Z | Compiling tokio-tungstenite v0.21.0 |
2702 | 2024-12-02T16:30:50.423Z | Compiling same-file v1.0.6 |
2703 | 2024-12-02T16:30:50.452Z | Compiling semver v0.1.20 |
2704 | 2024-12-02T16:30:50.769Z | Compiling walkdir v2.5.0 |
2705 | 2024-12-02T16:30:50.869Z | Compiling rustc_version v0.1.7 |
2706 | 2024-12-02T16:30:50.891Z | Compiling newline-converter v0.3.0 |
2707 | 2024-12-02T16:30:51.138Z | Compiling primeorder v0.13.6 |
2708 | 2024-12-02T16:30:51.167Z | Compiling secrecy v0.8.0 |
2709 | 2024-12-02T16:30:51.342Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2710 | 2024-12-02T16:30:51.438Z | Compiling owo-colors v4.1.0 |
2711 | 2024-12-02T16:30:51.469Z | Compiling pq-sys v0.4.6 (https://github.com/oxidecomputer/pq-sys?branch=oxide/omicron#b1194c19) |
2712 | 2024-12-02T16:30:51.686Z | Compiling cancel-safe-futures v0.1.5 |
2713 | 2024-12-02T16:30:51.689Z | Compiling newtype_derive v0.1.6 |
2714 | 2024-12-02T16:30:51.758Z | Compiling expectorate v1.1.0 |
2715 | 2024-12-02T16:30:51.797Z | Compiling omicron-rpaths v0.1.0 (/work/oxidecomputer/omicron/rpaths) |
2716 | 2024-12-02T16:30:51.958Z | Compiling thiserror-impl-no-std v2.0.2 |
2717 | 2024-12-02T16:30:51.981Z | Compiling blake3 v1.5.4 |
2718 | 2024-12-02T16:30:52.000Z | Compiling ring v0.16.20 |
2719 | 2024-12-02T16:30:52.145Z | Compiling half v2.4.1 |
2720 | 2024-12-02T16:30:52.351Z | Compiling unicase v2.7.0 |
2721 | 2024-12-02T16:30:52.670Z | Compiling arc-swap v1.7.1 |
2722 | 2024-12-02T16:30:52.672Z | Compiling ciborium-io v0.2.2 |
2723 | 2024-12-02T16:30:52.820Z | Compiling ciborium-ll v0.2.2 |
2724 | 2024-12-02T16:30:53.252Z | Compiling slog-scope v4.4.0 |
2725 | 2024-12-02T16:30:53.339Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=98247c27846133a80fdb8f730f0c57e72d766561#98247c27) |
2726 | 2024-12-02T16:30:53.610Z | Compiling bootstore v0.1.0 (/work/oxidecomputer/omicron/bootstore) |
2727 | 2024-12-02T16:30:53.909Z | Compiling polyval v0.6.2 |
2728 | 2024-12-02T16:30:54.253Z | Compiling atomicwrites v0.4.4 |
2729 | 2024-12-02T16:30:54.369Z | Compiling libsw v3.3.1 |
2730 | 2024-12-02T16:30:54.658Z | Compiling memmap2 v0.9.5 |
2731 | 2024-12-02T16:30:54.722Z | Compiling arrayvec v0.7.6 |
2732 | 2024-12-02T16:30:54.817Z | Compiling spin v0.5.2 |
2733 | 2024-12-02T16:30:54.999Z | Compiling typify-macro v0.2.0 |
2734 | 2024-12-02T16:30:55.117Z | Compiling libefi-sys v0.1.0 |
2735 | 2024-12-02T16:30:55.185Z | Compiling indent_write v2.2.0 |
2736 | 2024-12-02T16:30:55.219Z | Compiling parking_lot_core v0.8.6 |
2737 | 2024-12-02T16:30:55.261Z | Compiling thiserror-no-std v2.0.2 |
2738 | 2024-12-02T16:30:55.396Z | Compiling constant_time_eq v0.3.1 |
2739 | 2024-12-02T16:30:55.412Z | Compiling arrayref v0.3.9 |
2740 | 2024-12-02T16:30:55.432Z | Compiling salty v0.3.0 |
2741 | 2024-12-02T16:30:55.534Z | Compiling linear-map v1.2.0 |
2742 | 2024-12-02T16:30:55.764Z | Compiling vsss-rs v3.3.4 |
2743 | 2024-12-02T16:30:55.919Z | Compiling update-engine v0.1.0 (/work/oxidecomputer/omicron/update-engine) |
2744 | 2024-12-02T16:30:55.928Z | Compiling ghash v0.5.1 |
2745 | 2024-12-02T16:30:56.333Z | Compiling slog-stdlog v4.1.1 |
2746 | 2024-12-02T16:30:56.647Z | Compiling ciborium v0.2.2 |
2747 | 2024-12-02T16:30:56.837Z | Compiling p384 v0.13.0 |
2748 | 2024-12-02T16:30:56.860Z | Compiling toolchain_find v0.4.0 |
2749 | 2024-12-02T16:30:57.053Z | Compiling chacha20poly1305 v0.10.1 |
2750 | 2024-12-02T16:30:57.327Z | Compiling lzma-sys v0.1.20 |
2751 | 2024-12-02T16:30:57.623Z | Compiling ctr v0.9.2 |
2752 | 2024-12-02T16:30:58.005Z | Compiling tofino v0.1.0 (https://github.com/oxidecomputer/tofino?branch=main#1b66b89c) |
2753 | 2024-12-02T16:30:58.159Z | Compiling bitfield-struct v0.6.2 |
2754 | 2024-12-02T16:30:58.203Z | Compiling slog-dtrace v0.3.0 |
2755 | 2024-12-02T16:30:58.435Z | Compiling highway v1.2.0 |
2756 | 2024-12-02T16:30:58.461Z | Compiling topological-sort v0.2.2 |
2757 | 2024-12-02T16:30:58.699Z | Compiling omicron-zone-package v0.11.1 |
2758 | 2024-12-02T16:30:58.763Z | Compiling aes-gcm v0.10.3 |
2759 | 2024-12-02T16:30:59.085Z | Compiling rustfmt-wrapper v0.2.1 |
2760 | 2024-12-02T16:30:59.220Z | Compiling mime_guess v2.0.5 |
2761 | 2024-12-02T16:30:59.333Z | Compiling typify v0.2.0 |
2762 | 2024-12-02T16:30:59.495Z | Compiling progenitor-impl v0.8.0 |
2763 | 2024-12-02T16:30:59.558Z | Compiling slog-envlogger v2.2.0 |
2764 | 2024-12-02T16:30:59.647Z | Compiling libnvme-sys v0.0.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2765 | 2024-12-02T16:30:59.678Z | Compiling steno v0.4.1 |
2766 | 2024-12-02T16:31:00.448Z | Compiling illumos-devinfo v0.1.0 (https://github.com/oxidecomputer/illumos-devinfo?branch=main#4323b17b) |
2767 | 2024-12-02T16:31:00.594Z | Compiling oximeter-macro-impl v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter-macro-impl) |
2768 | 2024-12-02T16:31:00.774Z | Compiling heck v0.3.3 |
2769 | 2024-12-02T16:31:00.959Z | Compiling ssh-encoding v0.2.0 |
2770 | 2024-12-02T16:31:01.145Z | Compiling blowfish v0.9.1 |
2771 | 2024-12-02T16:31:01.174Z | Compiling nibble_vec v0.1.0 |
2772 | 2024-12-02T16:31:01.237Z | Compiling env_filter v0.1.2 |
2773 | 2024-12-02T16:31:01.390Z | Compiling libipcc v0.1.0 (https://github.com/oxidecomputer/libipcc?rev=fdffa212373a8f92473ea5f411088912bf458d5f#fdffa212) |
2774 | 2024-12-02T16:31:01.513Z | Compiling humantime v2.1.0 |
2775 | 2024-12-02T16:31:01.613Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
2776 | 2024-12-02T16:31:01.693Z | Compiling endian-type v0.1.2 |
2777 | 2024-12-02T16:31:01.820Z | Compiling nvme v0.1.0 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2778 | 2024-12-02T16:31:01.936Z | Compiling libnvme v0.1.1 (https://github.com/oxidecomputer/libnvme?rev=dd5bb221d327a1bc9287961718c3c10d6bd37da0#dd5bb221) |
2779 | 2024-12-02T16:31:01.955Z | Compiling radix_trie v0.2.1 |
2780 | 2024-12-02T16:31:01.975Z | Compiling env_logger v0.11.5 |
2781 | 2024-12-02T16:31:02.022Z | Compiling bcrypt-pbkdf v0.10.0 |
2782 | 2024-12-02T16:31:02.048Z | Compiling ssh-cipher v0.2.0 |
2783 | 2024-12-02T16:31:02.660Z | Compiling zone_cfg_derive v0.1.2 |
2784 | 2024-12-02T16:31:02.681Z | Compiling parking_lot v0.11.2 |
2785 | 2024-12-02T16:31:02.941Z | Compiling libefi-illumos v0.1.0 (https://github.com/oxidecomputer/libefi-illumos?branch=master#54c398c1) |
2786 | 2024-12-02T16:31:03.334Z | Compiling attest-data v0.3.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2787 | 2024-12-02T16:31:03.633Z | Compiling cpuid_profile_config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2788 | 2024-12-02T16:31:03.792Z | Compiling password-hash v0.4.2 |
2789 | 2024-12-02T16:31:04.066Z | Compiling propolis_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2790 | 2024-12-02T16:31:04.173Z | Compiling gethostname v0.5.0 |
2791 | 2024-12-02T16:31:04.175Z | Compiling fxhash v0.2.1 |
2792 | 2024-12-02T16:31:04.320Z | Compiling lockfree-object-pool v0.1.6 |
2793 | 2024-12-02T16:31:04.402Z | Compiling http-range v0.1.5 |
2794 | 2024-12-02T16:31:04.423Z | Compiling sprockets-tls v0.1.0 (https://github.com/oxidecomputer/sprockets.git?rev=cc13773832df1e38257cdc511adfaad72954bbe1#cc137738) |
2795 | 2024-12-02T16:31:04.604Z | Compiling bumpalo v3.16.0 |
2796 | 2024-12-02T16:31:04.714Z | Compiling matches v0.1.10 |
2797 | 2024-12-02T16:31:04.737Z | Compiling simd-adler32 v0.3.7 |
2798 | 2024-12-02T16:31:04.737Z | Compiling zip v2.1.3 |
2799 | 2024-12-02T16:31:04.777Z | Compiling base64 v0.13.1 |
2800 | 2024-12-02T16:31:04.819Z | Compiling idna v0.2.3 |
2801 | 2024-12-02T16:31:05.148Z | Compiling zopfli v0.8.1 |
2802 | 2024-12-02T16:31:05.203Z | Compiling sled v0.34.7 |
2803 | 2024-12-02T16:31:05.223Z | Compiling pbkdf2 v0.11.0 |
2804 | 2024-12-02T16:31:05.346Z | Compiling ron v0.7.1 |
2805 | 2024-12-02T16:31:05.440Z | Compiling zone v0.1.8 |
2806 | 2024-12-02T16:31:05.610Z | Compiling dice-verifier v0.2.0 (https://github.com/oxidecomputer/dice-util?rev=3cc953c8d0ace2f20cbcf3920b0771d25301960a#3cc953c8) |
2807 | 2024-12-02T16:31:06.555Z | Compiling propolis-server-config v0.0.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2808 | 2024-12-02T16:31:06.800Z | Compiling xz2 v0.1.7 |
2809 | 2024-12-02T16:31:07.096Z | Compiling ssh-key v0.6.6 |
2810 | 2024-12-02T16:31:07.294Z | Compiling hickory-client v0.24.1 |
2811 | 2024-12-02T16:31:07.750Z | Compiling p256 v0.13.2 |
2812 | 2024-12-02T16:31:07.780Z | Compiling p521 v0.13.3 |
2813 | 2024-12-02T16:31:07.930Z | Compiling progenitor-macro v0.8.0 |
2814 | 2024-12-02T16:31:08.032Z | Compiling crucible-client-types v0.1.0 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2815 | 2024-12-02T16:31:08.600Z | Compiling hickory-server v0.24.1 |
2816 | 2024-12-02T16:31:08.844Z | Compiling enum-as-inner v0.5.1 |
2817 | 2024-12-02T16:31:09.230Z | Compiling pem v3.0.4 |
2818 | 2024-12-02T16:31:09.960Z | Compiling yasna v0.5.2 |
2819 | 2024-12-02T16:31:10.080Z | Compiling headers-core v0.3.0 |
2820 | 2024-12-02T16:31:10.261Z | Compiling kstat-rs v0.2.4 |
2821 | 2024-12-02T16:31:10.263Z | Compiling nanorand v0.7.0 |
2822 | 2024-12-02T16:31:10.892Z | Compiling atty v0.2.14 |
2823 | 2024-12-02T16:31:10.945Z | Compiling russh-cryptovec v0.7.3 |
2824 | 2024-12-02T16:31:11.044Z | Compiling md5 v0.7.0 |
2825 | 2024-12-02T16:31:11.257Z | Compiling rcgen v0.12.1 |
2826 | 2024-12-02T16:31:11.578Z | Compiling russh-keys v0.45.0 |
2827 | 2024-12-02T16:31:11.703Z | Compiling flume v0.11.1 |
2828 | 2024-12-02T16:31:11.801Z | Compiling headers v0.4.0 |
2829 | 2024-12-02T16:31:12.008Z | Compiling trust-dns-proto v0.22.0 |
2830 | 2024-12-02T16:31:12.457Z | Compiling propolis_api_types v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2831 | 2024-12-02T16:31:13.487Z | Compiling hyper-staticfile v0.10.1 |
2832 | 2024-12-02T16:31:14.684Z | Compiling range-requests v0.1.0 (/work/oxidecomputer/omicron/range-requests) |
2833 | 2024-12-02T16:31:15.340Z | Compiling num-bigint v0.4.6 |
2834 | 2024-12-02T16:31:15.944Z | Compiling des v0.8.1 |
2835 | 2024-12-02T16:31:15.975Z | Compiling subprocess v0.2.9 |
2836 | 2024-12-02T16:31:16.309Z | Compiling display-error-chain v0.2.2 |
2837 | 2024-12-02T16:31:16.331Z | Compiling hex-literal v0.4.1 |
2838 | 2024-12-02T16:31:16.499Z | Compiling dhcproto-macros v0.1.0 |
2839 | 2024-12-02T16:31:16.529Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
2840 | 2024-12-02T16:31:17.039Z | Compiling internet-checksum v0.2.1 |
2841 | 2024-12-02T16:31:17.502Z | Compiling dhcproto v0.12.0 |
2842 | 2024-12-02T16:31:18.436Z | Compiling russh v0.45.0 |
2843 | 2024-12-02T16:31:20.855Z | Compiling progenitor v0.8.0 |
2844 | 2024-12-02T16:31:20.991Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2845 | 2024-12-02T16:31:20.994Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2846 | 2024-12-02T16:31:20.994Z | Compiling gateway-client v0.1.0 (/work/oxidecomputer/omicron/clients/gateway-client) |
2847 | 2024-12-02T16:31:20.994Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=93cd0d642cf1b58f9f4528275e2a2aa758e9feb3#93cd0d64) |
2848 | 2024-12-02T16:31:20.995Z | Compiling propolis-client v0.1.0 (https://github.com/oxidecomputer/propolis?rev=fae5334bcad5e864794332c6fed5e6bb9ec88831#fae5334b) |
2849 | 2024-12-02T16:31:20.995Z | Compiling crucible-agent-client v0.0.1 (https://github.com/oxidecomputer/crucible?rev=2cfc7e0c8572b3bfafbfc838c4e6d658f442d239#2cfc7e0c) |
2850 | 2024-12-02T16:31:21.086Z | Compiling dpd-client v0.1.0 (/work/oxidecomputer/omicron/clients/dpd-client) |
2851 | 2024-12-02T16:31:22.506Z | Compiling repo-depot-client v0.1.0 (/work/oxidecomputer/omicron/clients/repo-depot-client) |
2852 | 2024-12-02T16:31:22.750Z | Compiling propolis-mock-server v0.0.0 (https://github.com/oxidecomputer/propolis?rev=6936f1a949d155da38d3148abd42caef337dea04#6936f1a9) |
2853 | 2024-12-02T16:31:23.338Z | Compiling oxide-client v0.1.0 (/work/oxidecomputer/omicron/clients/oxide-client) |
2854 | 2024-12-02T16:31:26.468Z | Compiling libfalcon v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#651fb588) |
2855 | 2024-12-02T16:31:27.861Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2856 | 2024-12-02T16:31:37.549Z | Compiling oximeter-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/types) |
2857 | 2024-12-02T16:31:37.551Z | Compiling internal-dns-types v0.1.0 (/work/oxidecomputer/omicron/internal-dns/types) |
2858 | 2024-12-02T16:31:37.551Z | Compiling clickhouse-admin-types v0.1.0 (/work/oxidecomputer/omicron/clickhouse-admin/types) |
2859 | 2024-12-02T16:31:37.551Z | Compiling key-manager v0.1.0 (/work/oxidecomputer/omicron/key-manager) |
2860 | 2024-12-02T16:31:38.482Z | Compiling nexus-config v0.1.0 (/work/oxidecomputer/omicron/nexus-config) |
2861 | 2024-12-02T16:31:40.777Z | Compiling internal-dns-resolver v0.1.0 (/work/oxidecomputer/omicron/internal-dns/resolver) |
2862 | 2024-12-02T16:31:42.034Z | Compiling sled-hardware-types v0.1.0 (/work/oxidecomputer/omicron/sled-hardware/types) |
2863 | 2024-12-02T16:31:42.506Z | Compiling oximeter-schema v0.1.0 (/work/oxidecomputer/omicron/oximeter/schema) |
2864 | 2024-12-02T16:31:43.160Z | Compiling nexus-sled-agent-shared v0.1.0 (/work/oxidecomputer/omicron/nexus-sled-agent-shared) |
2865 | 2024-12-02T16:31:45.709Z | Compiling oxql-types v0.1.0 (/work/oxidecomputer/omicron/oximeter/oxql-types) |
2866 | 2024-12-02T16:31:46.157Z | Compiling sled-hardware v0.1.0 (/work/oxidecomputer/omicron/sled-hardware) |
2867 | 2024-12-02T16:31:46.263Z | Compiling dns-service-client v0.1.0 (/work/oxidecomputer/omicron/clients/dns-service-client) |
2868 | 2024-12-02T16:31:46.523Z | Compiling dns-server-api v0.1.0 (/work/oxidecomputer/omicron/dns-server-api) |
2869 | 2024-12-02T16:31:47.378Z | Compiling dns-server v0.1.0 (/work/oxidecomputer/omicron/dns-server) |
2870 | 2024-12-02T16:31:48.035Z | Compiling oximeter-timeseries-macro v0.1.0 (/work/oxidecomputer/omicron/oximeter/timeseries-macro) |
2871 | 2024-12-02T16:31:48.249Z | Compiling nexus-types v0.1.0 (/work/oxidecomputer/omicron/nexus/types) |
2872 | 2024-12-02T16:31:50.310Z | Compiling sled-agent-types v0.1.0 (/work/oxidecomputer/omicron/sled-agent/types) |
2873 | 2024-12-02T16:31:50.404Z | Compiling sled-storage v0.1.0 (/work/oxidecomputer/omicron/sled-storage) |
2874 | 2024-12-02T16:31:50.503Z | Compiling sled-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/sled-agent-client) |
2875 | 2024-12-02T16:31:53.200Z | Compiling omicron-ddm-admin-client v0.1.0 (/work/oxidecomputer/omicron/clients/ddm-admin-client) |
2876 | 2024-12-02T16:31:53.319Z | Compiling oximeter v0.1.0 (/work/oxidecomputer/omicron/oximeter/oximeter) |
2877 | 2024-12-02T16:31:53.815Z | Compiling oximeter-instruments v0.1.0 (/work/oxidecomputer/omicron/oximeter/instruments) |
2878 | 2024-12-02T16:31:54.557Z | Compiling bootstrap-agent-client v0.1.0 (/work/oxidecomputer/omicron/clients/bootstrap-agent-client) |
2879 | 2024-12-02T16:31:56.303Z | Compiling bootstrap-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/bootstrap-agent-api) |
2880 | 2024-12-02T16:31:58.558Z | Compiling sled-agent-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/api) |
2881 | 2024-12-02T16:32:00.416Z | Compiling installinator-common v0.1.0 (/work/oxidecomputer/omicron/installinator-common) |
2882 | 2024-12-02T16:32:01.124Z | Compiling repo-depot-api v0.1.0 (/work/oxidecomputer/omicron/sled-agent/repo-depot-api) |
2883 | 2024-12-02T16:32:02.577Z | Compiling omicron-test-utils v0.1.0 (/work/oxidecomputer/omicron/test-utils) |
2884 | 2024-12-02T16:32:08.293Z | Compiling nexus-client v0.1.0 (/work/oxidecomputer/omicron/clients/nexus-client) |
2885 | 2024-12-02T16:32:16.590Z | Compiling oximeter-producer v0.1.0 (/work/oxidecomputer/omicron/oximeter/producer) |
2886 | 2024-12-02T16:32:17.908Z | Compiling omicron-sled-agent v0.1.0 (/work/oxidecomputer/omicron/sled-agent) |
2887 | 2024-12-02T16:32:37.747Z | Compiling end-to-end-tests v0.1.0 (/work/oxidecomputer/omicron/end-to-end-tests) |
2888 | 2024-12-02T16:33:13.892Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 44s |
2889 | 2024-12-02T16:33:14.102Z | |
2890 | 2024-12-02T16:33:14.108Z | real 2:44.672244833 |
2891 | 2024-12-02T16:33:14.108Z | user 12:25.393241930 |
2892 | 2024-12-02T16:33:14.108Z | sys 2:44.542065916 |
2893 | 2024-12-02T16:33:14.108Z | trap 0.330234755 |
2894 | 2024-12-02T16:33:14.108Z | tflt 0.784239293 |
2895 | 2024-12-02T16:33:14.108Z | dflt 1.730973024 |
2896 | 2024-12-02T16:33:14.108Z | kflt 0.000010589 |
2897 | 2024-12-02T16:33:14.108Z | lock 26:07.868990957 |
2898 | 2024-12-02T16:33:14.108Z | slp 44:58.117518781 |
2899 | 2024-12-02T16:33:14.108Z | lat 35.658608416 |
2900 | 2024-12-02T16:33:14.108Z | stop 1:31.299840174 |
2901 | 2024-12-02T16:33:14.108Z | + mkdir tests |
2902 | 2024-12-02T16:33:14.111Z | + /opt/ooce/bin/jq -r 'select(.profile.test) | .executable' /tmp/output.end-to-end.json |
2903 | 2024-12-02T16:33:14.111Z | + xargs -I '{}' -t cp '{}' tests/ |
2904 | 2024-12-02T16:33:15.349Z | cp /work/oxidecomputer/omicron/target/debug/deps/bootstrap-add3e98554f68123 tests/ |
2905 | 2024-12-02T16:33:15.378Z | cp /work/oxidecomputer/omicron/target/debug/deps/dhcp_server-9e241bbcfd6668e2 tests/ |
2906 | 2024-12-02T16:33:15.391Z | cp /work/oxidecomputer/omicron/target/debug/deps/commtest-be9b2d1fec740ea1 tests/ |
2907 | 2024-12-02T16:33:15.410Z | cp /work/oxidecomputer/omicron/target/debug/deps/end_to_end_tests-e1178cee952e6f82 tests/ |
2908 | 2024-12-02T16:33:15.584Z | + 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/*) |
2909 | 2024-12-02T16:33:15.587Z | + 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-add3e98554f68123 tests/commtest-be9b2d1fec740ea1 tests/dhcp_server-9e241bbcfd6668e2 tests/end_to_end_tests-e1178cee952e6f82 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 |
2910 | 2024-12-02T16:34:26.818Z | Compressing '/work/package.tar.gz' with '/usr/bin/gzip'... |
2911 | 2024-12-02T16:34:26.818Z | a .github/buildomat/ci-env.sh 1K |
2912 | 2024-12-02T16:34:26.818Z | a out/target/test 1K |
2913 | 2024-12-02T16:34:26.819Z | a out/npuzone/npuzone 23144K |
2914 | 2024-12-02T16:34:26.819Z | a package-manifest.toml 32K |
2915 | 2024-12-02T16:34:26.819Z | a smf/sled-agent/non-gimlet/config.toml 4K |
2916 | 2024-12-02T16:34:26.819Z | a target/release/omicron-package 36349K |
2917 | 2024-12-02T16:34:26.819Z | a target/release/xtask 11750K |
2918 | 2024-12-02T16:34:26.819Z | a target/debug/bootstrap 210028K |
2919 | 2024-12-02T16:34:26.819Z | a tests/bootstrap-add3e98554f68123 24246K |
2920 | 2024-12-02T16:34:26.819Z | a tests/commtest-be9b2d1fec740ea1 25022K |
2921 | 2024-12-02T16:34:26.819Z | a tests/dhcp_server-9e241bbcfd6668e2 24246K |
2922 | 2024-12-02T16:34:26.819Z | a tests/end_to_end_tests-e1178cee952e6f82 228129K |
2923 | 2024-12-02T16:34:26.819Z | a out/clickhouse.tar.gz 285855K |
2924 | 2024-12-02T16:34:26.819Z | a out/clickhouse_keeper.tar.gz 285845K |
2925 | 2024-12-02T16:34:26.819Z | a out/clickhouse_server.tar.gz 285850K |
2926 | 2024-12-02T16:34:26.819Z | a out/cockroachdb.tar.gz 134561K |
2927 | 2024-12-02T16:34:26.819Z | a out/crucible-dtrace.tar 85K |
2928 | 2024-12-02T16:34:26.819Z | a out/crucible-pantry-zone.tar.gz 28179K |
2929 | 2024-12-02T16:34:26.819Z | a out/crucible-zone.tar.gz 36395K |
2930 | 2024-12-02T16:34:26.819Z | a out/external-dns.tar.gz 35279K |
2931 | 2024-12-02T16:34:26.819Z | a out/internal-dns.tar.gz 35280K |
2932 | 2024-12-02T16:34:26.819Z | a out/mg-ddm-gz.tar 63075K |
2933 | 2024-12-02T16:34:26.819Z | a out/nexus.tar.gz 100504K |
2934 | 2024-12-02T16:34:26.819Z | a out/ntp.tar.gz 10354K |
2935 | 2024-12-02T16:34:26.819Z | a out/omicron-gateway-softnpu.tar.gz 23937K |
2936 | 2024-12-02T16:34:26.819Z | a out/omicron-sled-agent.tar 113619K |
2937 | 2024-12-02T16:34:26.819Z | a out/overlay.tar.gz 3K |
2938 | 2024-12-02T16:34:26.819Z | a out/oximeter.tar.gz 51237K |
2939 | 2024-12-02T16:34:26.819Z | a out/oxlog.tar 3088K |
2940 | 2024-12-02T16:34:26.819Z | a out/probe.tar.gz 2764K |
2941 | 2024-12-02T16:34:26.819Z | a out/propolis-server.tar.gz 66600K |
2942 | 2024-12-02T16:34:26.819Z | a out/pumpkind-gz.tar 26665K |
2943 | 2024-12-02T16:34:26.819Z | a out/switch-softnpu.tar.gz 237332K |
2944 | 2024-12-02T16:34:26.823Z | |
2945 | 2024-12-02T16:34:26.823Z | real 1:11.230158047 |
2946 | 2024-12-02T16:34:26.823Z | user 1:08.140304506 |
2947 | 2024-12-02T16:34:26.823Z | sys 4.335750346 |
2948 | 2024-12-02T16:34:26.823Z | trap 0.016564478 |
2949 | 2024-12-02T16:34:26.823Z | tflt 0.000000000 |
2950 | 2024-12-02T16:34:26.823Z | dflt 0.000014899 |
2951 | 2024-12-02T16:34:26.823Z | kflt 0.000000000 |
2952 | 2024-12-02T16:34:26.823Z | lock 0.000000000 |
2953 | 2024-12-02T16:34:26.823Z | slp 1:08.105230923 |
2954 | 2024-12-02T16:34:26.823Z | lat 1.858130347 |
2955 | 2024-12-02T16:34:26.823Z | stop 0.000192394 |
2956 | 2024-12-02T16:34:26.823Z | process exited: duration 2007328 ms, exit code 0 |
|
2957 | 2024-12-02T16:34:26.837Z | found 1 output files |
2958 | 2024-12-02T16:34:26.838Z | uploading: /work/package.tar.gz (1878278982 bytes) |
2959 | 2024-12-02T16:35:04.792Z | uploaded: /work/package.tar.gz |