|
|
|
1 | 2024-11-02T03:13:50.440Z | job assigned to worker 01JBNDS8MD4BDJXZ933HSN2YXM (queued for 3 m 6 s) |
|
2 | 2024-11-02T03:13:57.693Z | starting task 0: "setup" |
3 | 2024-11-02T03:13:57.704Z | ++ uname -s |
4 | 2024-11-02T03:13:57.707Z | + kern=SunOS |
5 | 2024-11-02T03:13:57.707Z | + case "$kern" in |
6 | 2024-11-02T03:13:57.707Z | + [[ 0 == 12345 ]] |
7 | 2024-11-02T03:13:57.707Z | + groupadd -g 12345 build |
8 | 2024-11-02T03:13:57.710Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-02T03:13:59.720Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-02T03:13:59.799Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-02T03:13:59.801Z | + home_fs=zfs |
12 | 2024-11-02T03:13:59.801Z | + [[ zfs == autofs ]] |
13 | 2024-11-02T03:13:59.801Z | + mkdir -p /home/build |
14 | 2024-11-02T03:13:59.804Z | + chown build:build /home/build /work |
15 | 2024-11-02T03:14:01.806Z | + chmod 0700 /home/build /work |
16 | 2024-11-02T03:14:01.809Z | process exited: duration 4115 ms, exit code 0 |
|
17 | 2024-11-02T03:14:01.814Z | starting task 1: "rust-toolchain" |
18 | 2024-11-02T03:14:01.820Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-02T03:14:01.820Z | ' 1.82.0 |
20 | 2024-11-02T03:14:01.820Z | * toolchain channel = "1.82.0" |
21 | 2024-11-02T03:14:01.820Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-02T03:14:01.820Z | ' default |
23 | 2024-11-02T03:14:01.820Z | * toolchain profile = "default" |
24 | 2024-11-02T03:14:01.823Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-02T03:14:01.823Z | + /bin/bash -s - -y --no-modify-path --default-toolchain 1.82.0 --profile default |
26 | 2024-11-02T03:14:01.939Z | info: downloading installer |
27 | 2024-11-02T03:14:03.500Z | info: profile set to 'default' |
28 | 2024-11-02T03:14:03.500Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-02T03:14:03.503Z | info: syncing channel updates for '1.82.0-x86_64-unknown-illumos' |
30 | 2024-11-02T03:14:03.676Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-02T03:14:03.676Z | info: downloading component 'cargo' |
32 | 2024-11-02T03:14:04.646Z | info: downloading component 'clippy' |
33 | 2024-11-02T03:14:05.017Z | info: downloading component 'rust-docs' |
34 | 2024-11-02T03:14:06.381Z | info: downloading component 'rust-std' |
35 | 2024-11-02T03:14:08.571Z | info: downloading component 'rustc' |
36 | 2024-11-02T03:14:16.340Z | info: downloading component 'rustfmt' |
37 | 2024-11-02T03:14:16.624Z | info: installing component 'cargo' |
38 | 2024-11-02T03:14:17.458Z | info: installing component 'clippy' |
39 | 2024-11-02T03:14:17.853Z | info: installing component 'rust-docs' |
40 | 2024-11-02T03:14:19.541Z | info: installing component 'rust-std' |
41 | 2024-11-02T03:14:21.475Z | info: installing component 'rustc' |
42 | 2024-11-02T03:14:27.401Z | info: installing component 'rustfmt' |
43 | 2024-11-02T03:14:27.738Z | info: default toolchain set to '1.82.0-x86_64-unknown-illumos' |
44 | 2024-11-02T03:14:27.738Z | |
45 | 2024-11-02T03:14:28.115Z | 1.82.0-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-02T03:14:28.115Z | |
47 | 2024-11-02T03:14:28.118Z | |
48 | 2024-11-02T03:14:28.118Z | Rust is installed now. Great! |
49 | 2024-11-02T03:14:28.118Z | |
50 | 2024-11-02T03:14:28.118Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-02T03:14:28.118Z | environment variable. This has not been done automatically. |
52 | 2024-11-02T03:14:28.118Z | |
53 | 2024-11-02T03:14:28.118Z | To configure your current shell, you need to source |
54 | 2024-11-02T03:14:28.118Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-02T03:14:28.118Z | |
56 | 2024-11-02T03:14:28.119Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-02T03:14:28.119Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-02T03:14:28.119Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-02T03:14:28.193Z | + rustc --version |
60 | 2024-11-02T03:14:28.262Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-02T03:14:28.267Z | process exited: duration 26450 ms, exit code 0 |
|
62 | 2024-11-02T03:14:28.274Z | starting task 2: "authentication" |
63 | 2024-11-02T03:14:28.295Z | process exited: duration 21 ms, exit code 0 |
|
64 | 2024-11-02T03:14:28.302Z | starting task 3: "clone repository" |
65 | 2024-11-02T03:14:28.307Z | + mkdir -p /work/oxidecomputer/omicron |
66 | 2024-11-02T03:14:28.310Z | + git clone https://github.com/oxidecomputer/omicron /work/oxidecomputer/omicron |
67 | 2024-11-02T03:14:28.347Z | Cloning into '/work/oxidecomputer/omicron'... |
68 | 2024-11-02T03:14:35.970Z | + cd /work/oxidecomputer/omicron |
69 | 2024-11-02T03:14:35.971Z | + git fetch origin 9c4fb03a0a2a672c8dbadf5b47f57a64f4e7beea |
70 | 2024-11-02T03:14:36.267Z | From https://github.com/oxidecomputer/omicron |
71 | 2024-11-02T03:14:36.267Z | * branch 9c4fb03a0a2a672c8dbadf5b47f57a64f4e7beea -> FETCH_HEAD |
72 | 2024-11-02T03:14:36.278Z | + [[ -n renovate/tough-0.x ]] |
73 | 2024-11-02T03:14:36.282Z | ++ git branch --show-current |
74 | 2024-11-02T03:14:36.284Z | + current=main |
75 | 2024-11-02T03:14:36.285Z | + [[ main != renovate/tough-0.x ]] |
76 | 2024-11-02T03:14:36.285Z | + git branch -f renovate/tough-0.x 9c4fb03a0a2a672c8dbadf5b47f57a64f4e7beea |
77 | 2024-11-02T03:14:36.287Z | + git checkout -f renovate/tough-0.x |
78 | 2024-11-02T03:14:36.451Z | Switched to branch 'renovate/tough-0.x' |
79 | 2024-11-02T03:14:36.454Z | + git reset --hard 9c4fb03a0a2a672c8dbadf5b47f57a64f4e7beea |
80 | 2024-11-02T03:14:36.468Z | HEAD is now at 9c4fb03a0 Update Rust crate tough to 0.19.0 |
81 | 2024-11-02T03:14:36.471Z | process exited: duration 8166 ms, exit code 0 |
|
82 | 2024-11-02T03:14:36.476Z | starting task 4: "build" |
83 | 2024-11-02T03:14:36.481Z | + source .github/buildomat/ci-env.sh |
84 | 2024-11-02T03:14:36.484Z | ++ export CARGO_TERM_COLOR=always |
85 | 2024-11-02T03:14:36.484Z | ++ CARGO_TERM_COLOR=always |
86 | 2024-11-02T03:14:36.484Z | + cargo --version |
87 | 2024-11-02T03:14:36.538Z | cargo 1.82.0 (8f40fc59f 2024-08-21) |
88 | 2024-11-02T03:14:36.541Z | + rustc --version |
89 | 2024-11-02T03:14:36.600Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
90 | 2024-11-02T03:14:36.603Z | + cargo tree --locked |
91 | 2024-11-02T03:14:36.825Z | Updating git repository `https://github.com/oxidecomputer/pq-sys` |
92 | 2024-11-02T03:14:37.076Z | Updating crates.io index |
93 | 2024-11-02T03:14:37.158Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
94 | 2024-11-02T03:14:37.857Z | Updating git repository `https://github.com/oxidecomputer/oxnet` |
95 | 2024-11-02T03:14:38.095Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
96 | 2024-11-02T03:14:38.291Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
97 | 2024-11-02T03:14:38.565Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
98 | 2024-11-02T03:14:39.447Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
99 | 2024-11-02T03:14:41.855Z | Updating git repository `https://github.com/oxidecomputer/opte` |
100 | 2024-11-02T03:14:42.821Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
101 | 2024-11-02T03:14:43.528Z | Updating git repository `https://github.com/oxidecomputer/clickward` |
102 | 2024-11-02T03:14:43.764Z | Updating git repository `https://github.com/oxidecomputer/openapi-lint` |
103 | 2024-11-02T03:14:43.996Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
104 | 2024-11-02T03:14:44.579Z | Updating git repository `https://github.com/oxidecomputer/libipcc` |
105 | 2024-11-02T03:14:44.875Z | Updating git repository `https://github.com/oxidecomputer/sprockets.git` |
106 | 2024-11-02T03:14:45.182Z | Updating git repository `https://github.com/oxidecomputer/tofino` |
107 | 2024-11-02T03:14:45.472Z | Updating git repository `https://github.com/oxidecomputer/illumos-devinfo` |
108 | 2024-11-02T03:14:45.783Z | Updating git repository `https://github.com/oxidecomputer/libefi-illumos` |
109 | 2024-11-02T03:14:45.991Z | Updating git repository `https://github.com/oxidecomputer/libnvme` |
110 | 2024-11-02T03:14:46.278Z | Updating git repository `https://github.com/oxidecomputer/hubtools.git` |
111 | 2024-11-02T03:14:46.735Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
112 | 2024-11-02T03:14:47.151Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
113 | 2024-11-02T03:14:47.400Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
114 | 2024-11-02T03:14:47.825Z | Updating git repository `https://github.com/oxidecomputer/tlvc.git` |
115 | 2024-11-02T03:14:48.136Z | Updating git repository `https://github.com/oxidecomputer/dice-util` |
116 | 2024-11-02T03:14:48.541Z | Updating git repository `https://github.com/oxidecomputer/lpc55_support` |
117 | 2024-11-02T03:14:48.908Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
118 | 2024-11-02T03:14:49.134Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
119 | 2024-11-02T03:14:49.363Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
120 | 2024-11-02T03:14:50.731Z | Downloading crates ... |
121 | 2024-11-02T03:14:50.844Z | Downloaded anstyle-query v1.1.1 |
122 | 2024-11-02T03:14:50.848Z | Downloaded array-init v0.0.4 |
123 | 2024-11-02T03:14:50.854Z | Downloaded approx v0.5.1 |
124 | 2024-11-02T03:14:50.856Z | Downloaded atomic-waker v1.1.2 |
125 | 2024-11-02T03:14:50.856Z | Downloaded async-attributes v1.1.2 |
126 | 2024-11-02T03:14:50.859Z | Downloaded ascii-canvas v3.0.0 |
127 | 2024-11-02T03:14:50.861Z | Downloaded anstream v0.6.15 |
128 | 2024-11-02T03:14:50.863Z | Downloaded camino-tempfile v1.1.1 |
129 | 2024-11-02T03:14:50.866Z | Downloaded cargo_metadata v0.18.1 |
130 | 2024-11-02T03:14:50.868Z | Downloaded chrono-tz-build v0.4.0 |
131 | 2024-11-02T03:14:50.871Z | Downloaded blake2 v0.10.6 |
132 | 2024-11-02T03:14:50.879Z | Downloaded base64 v0.21.7 |
133 | 2024-11-02T03:14:50.883Z | Downloaded atomicwrites v0.4.4 |
134 | 2024-11-02T03:14:50.896Z | Downloaded castaway v0.2.3 |
135 | 2024-11-02T03:14:50.898Z | Downloaded blowfish v0.9.1 |
136 | 2024-11-02T03:14:50.901Z | Downloaded heapless v0.8.0 |
137 | 2024-11-02T03:14:50.903Z | Downloaded guppy-workspace-hack v0.1.0 |
138 | 2024-11-02T03:14:50.906Z | Downloaded glob v0.3.1 |
139 | 2024-11-02T03:14:50.906Z | Downloaded byteorder v1.5.0 |
140 | 2024-11-02T03:14:50.908Z | Downloaded http-range v0.1.5 |
141 | 2024-11-02T03:14:50.908Z | Downloaded aws-lc-rs v1.10.0 |
142 | 2024-11-02T03:14:50.917Z | Downloaded humantime v2.1.0 |
143 | 2024-11-02T03:14:50.920Z | Downloaded futures v0.3.31 |
144 | 2024-11-02T03:14:50.923Z | Downloaded ciborium v0.2.2 |
145 | 2024-11-02T03:14:50.926Z | Downloaded buf-list v1.0.3 |
146 | 2024-11-02T03:14:50.928Z | Downloaded futures-task v0.3.31 |
147 | 2024-11-02T03:14:50.932Z | Downloaded peg-runtime v0.8.3 |
148 | 2024-11-02T03:14:50.932Z | Downloaded httpdate v1.0.3 |
149 | 2024-11-02T03:14:50.934Z | Downloaded http-body-util v0.1.2 |
150 | 2024-11-02T03:14:50.934Z | Downloaded futures-core v0.3.31 |
151 | 2024-11-02T03:14:50.937Z | Downloaded aes-gcm v0.10.3 |
152 | 2024-11-02T03:14:50.940Z | Downloaded generic-array v0.14.7 |
153 | 2024-11-02T03:14:50.940Z | Downloaded flagset v0.4.6 |
154 | 2024-11-02T03:14:50.943Z | Downloaded bb8 v0.8.5 |
155 | 2024-11-02T03:14:50.943Z | Downloaded async-channel v2.3.1 |
156 | 2024-11-02T03:14:50.945Z | Downloaded headers v0.4.0 |
157 | 2024-11-02T03:14:50.949Z | Downloaded indent_write v2.2.0 |
158 | 2024-11-02T03:14:50.951Z | Downloaded hmac v0.12.1 |
159 | 2024-11-02T03:14:50.953Z | Downloaded cfg-expr v0.17.0 |
160 | 2024-11-02T03:14:50.955Z | Downloaded parking_lot v0.11.2 |
161 | 2024-11-02T03:14:50.958Z | Downloaded form_urlencoded v1.2.1 |
162 | 2024-11-02T03:14:50.960Z | Downloaded futures-lite v2.3.0 |
163 | 2024-11-02T03:14:50.960Z | Downloaded chacha20poly1305 v0.10.1 |
164 | 2024-11-02T03:14:50.963Z | Downloaded aead v0.5.2 |
165 | 2024-11-02T03:14:50.966Z | Downloaded hex-literal v0.4.1 |
166 | 2024-11-02T03:14:50.966Z | Downloaded hickory-server v0.24.1 |
167 | 2024-11-02T03:14:50.970Z | Downloaded foldhash v0.1.3 |
168 | 2024-11-02T03:14:50.972Z | Downloaded float-ord v0.3.2 |
169 | 2024-11-02T03:14:50.972Z | Downloaded filetime v0.2.25 |
170 | 2024-11-02T03:14:50.975Z | Downloaded bitflags v1.3.2 |
171 | 2024-11-02T03:14:50.977Z | Downloaded progenitor-impl v0.8.0 |
172 | 2024-11-02T03:14:50.980Z | Downloaded heck v0.4.1 |
173 | 2024-11-02T03:14:50.982Z | Downloaded bzip2-sys v0.1.11+1.0.8 |
174 | 2024-11-02T03:14:50.992Z | Downloaded serde_spanned v0.6.8 |
175 | 2024-11-02T03:14:50.996Z | Downloaded precomputed-hash v0.1.1 |
176 | 2024-11-02T03:14:50.996Z | Downloaded hyper-rustls v0.27.3 |
177 | 2024-11-02T03:14:50.998Z | Downloaded serde v1.0.210 |
178 | 2024-11-02T03:14:51.001Z | Downloaded pkcs8 v0.10.2 |
179 | 2024-11-02T03:14:51.004Z | Downloaded anyhow v1.0.92 |
180 | 2024-11-02T03:14:51.007Z | Downloaded oso v0.27.3 |
181 | 2024-11-02T03:14:51.010Z | Downloaded arc-swap v1.7.1 |
182 | 2024-11-02T03:14:51.015Z | Downloaded goblin v0.8.2 |
183 | 2024-11-02T03:14:51.020Z | Downloaded idna v0.2.3 |
184 | 2024-11-02T03:14:51.027Z | Downloaded serde_tokenstream v0.2.2 |
185 | 2024-11-02T03:14:51.030Z | Downloaded anstyle-parse v0.2.5 |
186 | 2024-11-02T03:14:51.032Z | Downloaded async-signal v0.2.10 |
187 | 2024-11-02T03:14:51.034Z | Downloaded hashbrown v0.14.5 |
188 | 2024-11-02T03:14:51.039Z | Downloaded slog-bunyan v2.5.0 |
189 | 2024-11-02T03:14:51.041Z | Downloaded async-executor v1.13.1 |
190 | 2024-11-02T03:14:51.043Z | Downloaded argon2 v0.5.3 |
191 | 2024-11-02T03:14:51.046Z | Downloaded async-channel v1.9.0 |
192 | 2024-11-02T03:14:51.046Z | Downloaded arrayref v0.3.9 |
193 | 2024-11-02T03:14:51.048Z | Downloaded reedline v0.35.0 |
194 | 2024-11-02T03:14:51.054Z | Downloaded async-bb8-diesel v0.2.1 |
195 | 2024-11-02T03:14:51.057Z | Downloaded httptest v0.16.1 |
196 | 2024-11-02T03:14:51.059Z | Downloaded idna v0.4.0 |
197 | 2024-11-02T03:14:51.065Z | Downloaded cfg_aliases v0.2.1 |
198 | 2024-11-02T03:14:51.068Z | Downloaded ghash v0.5.1 |
199 | 2024-11-02T03:14:51.071Z | Downloaded async-stream v0.3.6 |
200 | 2024-11-02T03:14:51.071Z | Downloaded autocfg v1.4.0 |
201 | 2024-11-02T03:14:51.074Z | Downloaded signal-hook-mio v0.2.4 |
202 | 2024-11-02T03:14:51.074Z | Downloaded bit-set v0.5.3 |
203 | 2024-11-02T03:14:51.076Z | Downloaded adler2 v2.0.0 |
204 | 2024-11-02T03:14:51.076Z | Downloaded bcrypt-pbkdf v0.10.0 |
205 | 2024-11-02T03:14:51.078Z | Downloaded hashbrown v0.12.3 |
206 | 2024-11-02T03:14:51.083Z | Downloaded usdt v0.5.0 |
207 | 2024-11-02T03:14:51.086Z | Downloaded thiserror-impl v1.0.64 |
208 | 2024-11-02T03:14:51.086Z | Downloaded deranged v0.3.11 |
209 | 2024-11-02T03:14:51.088Z | Downloaded wait-timeout v0.2.0 |
210 | 2024-11-02T03:14:51.088Z | Downloaded base16ct v0.2.0 |
211 | 2024-11-02T03:14:51.091Z | Downloaded arrayvec v0.7.6 |
212 | 2024-11-02T03:14:51.093Z | Downloaded crossbeam-epoch v0.9.18 |
213 | 2024-11-02T03:14:51.096Z | Downloaded dirs-next v2.0.0 |
214 | 2024-11-02T03:14:51.096Z | Downloaded radium v0.7.0 |
215 | 2024-11-02T03:14:51.099Z | Downloaded termtree v0.4.1 |
216 | 2024-11-02T03:14:51.099Z | Downloaded cbc v0.1.2 |
217 | 2024-11-02T03:14:51.101Z | Downloaded cassowary v0.3.0 |
218 | 2024-11-02T03:14:51.101Z | Downloaded block-padding v0.3.3 |
219 | 2024-11-02T03:14:51.104Z | Downloaded async-process v2.3.0 |
220 | 2024-11-02T03:14:51.104Z | Downloaded target-lexicon v0.12.16 |
221 | 2024-11-02T03:14:51.106Z | Downloaded serde_repr v0.1.19 |
222 | 2024-11-02T03:14:51.108Z | Downloaded fallible-iterator v0.3.0 |
223 | 2024-11-02T03:14:51.111Z | Downloaded cfg-if v1.0.0 |
224 | 2024-11-02T03:14:51.111Z | Downloaded blocking v1.6.1 |
225 | 2024-11-02T03:14:51.114Z | Downloaded bitfield-struct v0.6.2 |
226 | 2024-11-02T03:14:51.114Z | Downloaded phf_generator v0.11.2 |
227 | 2024-11-02T03:14:51.116Z | Downloaded pest_generator v2.7.14 |
228 | 2024-11-02T03:14:51.116Z | Downloaded pbkdf2 v0.11.0 |
229 | 2024-11-02T03:14:51.119Z | Downloaded cargo-platform v0.1.8 |
230 | 2024-11-02T03:14:51.121Z | Downloaded async-task v4.7.1 |
231 | 2024-11-02T03:14:51.124Z | Downloaded instability v0.3.2 |
232 | 2024-11-02T03:14:51.124Z | Downloaded bzip2 v0.4.4 |
233 | 2024-11-02T03:14:51.128Z | Downloaded bcs v0.1.6 |
234 | 2024-11-02T03:14:51.131Z | Downloaded async-trait v0.1.83 |
235 | 2024-11-02T03:14:51.133Z | Downloaded camino v1.1.9 |
236 | 2024-11-02T03:14:51.133Z | Downloaded base64ct v1.6.0 |
237 | 2024-11-02T03:14:51.136Z | Downloaded der v0.7.9 |
238 | 2024-11-02T03:14:51.140Z | Downloaded event-listener v2.5.3 |
239 | 2024-11-02T03:14:51.143Z | Downloaded tower-service v0.3.3 |
240 | 2024-11-02T03:14:51.145Z | Downloaded serde-big-array v0.5.1 |
241 | 2024-11-02T03:14:51.145Z | Downloaded powerfmt v0.2.0 |
242 | 2024-11-02T03:14:51.147Z | Downloaded scheduled-thread-pool v0.2.7 |
243 | 2024-11-02T03:14:51.147Z | Downloaded vte_generate_state_changes v0.1.2 |
244 | 2024-11-02T03:14:51.150Z | Downloaded rand_seeder v0.3.0 |
245 | 2024-11-02T03:14:51.150Z | Downloaded progenitor-macro v0.8.0 |
246 | 2024-11-02T03:14:51.153Z | Downloaded ppv-lite86 v0.2.20 |
247 | 2024-11-02T03:14:51.153Z | Downloaded cobs v0.2.3 |
248 | 2024-11-02T03:14:51.156Z | Downloaded ssh-cipher v0.2.0 |
249 | 2024-11-02T03:14:51.156Z | Downloaded xattr v1.3.1 |
250 | 2024-11-02T03:14:51.158Z | Downloaded untrusted v0.9.0 |
251 | 2024-11-02T03:14:51.158Z | Downloaded slog-async v2.8.0 |
252 | 2024-11-02T03:14:51.161Z | Downloaded password-hash v0.4.2 |
253 | 2024-11-02T03:14:51.164Z | Downloaded cancel-safe-futures v0.1.5 |
254 | 2024-11-02T03:14:51.166Z | Downloaded linked-hash-map v0.5.6 |
255 | 2024-11-02T03:14:51.166Z | Downloaded async-lock v3.4.0 |
256 | 2024-11-02T03:14:51.169Z | Downloaded blake2b_simd v1.0.2 |
257 | 2024-11-02T03:14:51.171Z | Downloaded rustc_version v0.4.1 |
258 | 2024-11-02T03:14:51.173Z | Downloaded plotters-backend v0.3.7 |
259 | 2024-11-02T03:14:51.173Z | Downloaded termios v0.3.3 |
260 | 2024-11-02T03:14:51.176Z | Downloaded cexpr v0.6.0 |
261 | 2024-11-02T03:14:51.178Z | Downloaded backoff v0.4.0 |
262 | 2024-11-02T03:14:51.180Z | Downloaded parse-display-derive v0.10.0 |
263 | 2024-11-02T03:14:51.180Z | Downloaded pin-project-lite v0.2.14 |
264 | 2024-11-02T03:14:51.185Z | Downloaded endian-type v0.1.2 |
265 | 2024-11-02T03:14:51.187Z | Downloaded globset v0.4.15 |
266 | 2024-11-02T03:14:51.190Z | Downloaded untrusted v0.7.1 |
267 | 2024-11-02T03:14:51.190Z | Downloaded home v0.5.9 |
268 | 2024-11-02T03:14:51.190Z | Downloaded foreign-types-shared v0.1.1 |
269 | 2024-11-02T03:14:51.192Z | Downloaded downcast v0.11.0 |
270 | 2024-11-02T03:14:51.192Z | Downloaded allocator-api2 v0.2.18 |
271 | 2024-11-02T03:14:51.195Z | Downloaded mirai-annotations v1.12.0 |
272 | 2024-11-02T03:14:51.197Z | Downloaded openssl-probe v0.1.5 |
273 | 2024-11-02T03:14:51.197Z | Downloaded dyn-clone v1.0.17 |
274 | 2024-11-02T03:14:51.199Z | Downloaded ratatui v0.28.1 |
275 | 2024-11-02T03:14:51.218Z | Downloaded crypto-common v0.1.6 |
276 | 2024-11-02T03:14:51.221Z | Downloaded xz2 v0.1.7 |
277 | 2024-11-02T03:14:51.223Z | Downloaded wyz v0.5.1 |
278 | 2024-11-02T03:14:51.224Z | Downloaded spin v0.9.8 |
279 | 2024-11-02T03:14:51.226Z | Downloaded futures-executor v0.3.31 |
280 | 2024-11-02T03:14:51.228Z | Downloaded oso-derive v0.27.3 |
281 | 2024-11-02T03:14:51.228Z | Downloaded fs_extra v1.3.0 |
282 | 2024-11-02T03:14:51.230Z | Downloaded git2 v0.19.0 |
283 | 2024-11-02T03:14:51.238Z | Downloaded pem v3.0.4 |
284 | 2024-11-02T03:14:51.240Z | Downloaded hickory-proto v0.24.1 |
285 | 2024-11-02T03:14:51.255Z | Downloaded progenitor v0.8.0 |
286 | 2024-11-02T03:14:51.258Z | Downloaded mockall v0.13.0 |
287 | 2024-11-02T03:14:51.260Z | Downloaded md-5 v0.10.6 |
288 | 2024-11-02T03:14:51.260Z | Downloaded indoc v2.0.5 |
289 | 2024-11-02T03:14:51.263Z | Downloaded indoc v1.0.9 |
290 | 2024-11-02T03:14:51.265Z | Downloaded const_format_proc_macros v0.2.33 |
291 | 2024-11-02T03:14:51.268Z | Downloaded typify-macro v0.2.0 |
292 | 2024-11-02T03:14:51.271Z | Downloaded heapless v0.7.17 |
293 | 2024-11-02T03:14:51.273Z | Downloaded cc v1.1.30 |
294 | 2024-11-02T03:14:51.277Z | Downloaded futures-channel v0.3.31 |
295 | 2024-11-02T03:14:51.279Z | Downloaded foreign-types-shared v0.3.1 |
296 | 2024-11-02T03:14:51.281Z | Downloaded openssl-sys v0.9.103 |
297 | 2024-11-02T03:14:51.286Z | Downloaded parking v2.2.1 |
298 | 2024-11-02T03:14:51.290Z | Downloaded test-strategy v0.3.1 |
299 | 2024-11-02T03:14:51.294Z | Downloaded sigpipe v0.1.3 |
300 | 2024-11-02T03:14:51.294Z | Downloaded num v0.4.3 |
301 | 2024-11-02T03:14:51.297Z | Downloaded heck v0.3.3 |
302 | 2024-11-02T03:14:51.297Z | Downloaded hash32 v0.3.1 |
303 | 2024-11-02T03:14:51.297Z | Downloaded fragile v2.0.0 |
304 | 2024-11-02T03:14:51.300Z | Downloaded unicode-ident v1.0.13 |
305 | 2024-11-02T03:14:51.302Z | Downloaded textwrap v0.16.1 |
306 | 2024-11-02T03:14:51.304Z | Downloaded http-body v1.0.1 |
307 | 2024-11-02T03:14:51.306Z | Downloaded plain v0.2.3 |
308 | 2024-11-02T03:14:51.306Z | Downloaded rfc6979 v0.4.0 |
309 | 2024-11-02T03:14:51.309Z | Downloaded impl-trait-for-tuples v0.2.2 |
310 | 2024-11-02T03:14:51.311Z | Downloaded iana-time-zone v0.1.61 |
311 | 2024-11-02T03:14:51.314Z | Downloaded gethostname v0.5.0 |
312 | 2024-11-02T03:14:51.314Z | Downloaded take_mut v0.2.2 |
313 | 2024-11-02T03:14:51.316Z | Downloaded structmeta v0.2.0 |
314 | 2024-11-02T03:14:51.316Z | Downloaded pkg-config v0.3.31 |
315 | 2024-11-02T03:14:51.319Z | Downloaded funty v2.0.0 |
316 | 2024-11-02T03:14:51.319Z | Downloaded fixedbitset v0.4.2 |
317 | 2024-11-02T03:14:51.321Z | Downloaded num-derive v0.4.2 |
318 | 2024-11-02T03:14:51.323Z | Downloaded secrecy v0.8.0 |
319 | 2024-11-02T03:14:51.327Z | Downloaded resolv-conf v0.7.0 |
320 | 2024-11-02T03:14:51.327Z | Downloaded hubpack v0.1.2 |
321 | 2024-11-02T03:14:51.330Z | Downloaded predicates v3.1.2 |
322 | 2024-11-02T03:14:51.333Z | Downloaded ff v0.13.0 |
323 | 2024-11-02T03:14:51.333Z | Downloaded hostname v0.3.1 |
324 | 2024-11-02T03:14:51.335Z | Downloaded hex v0.4.3 |
325 | 2024-11-02T03:14:51.335Z | Downloaded futures-sink v0.3.31 |
326 | 2024-11-02T03:14:51.337Z | Downloaded hickory-client v0.24.1 |
327 | 2024-11-02T03:14:51.340Z | Downloaded scroll_derive v0.12.0 |
328 | 2024-11-02T03:14:51.342Z | Downloaded pem-rfc7468 v0.7.0 |
329 | 2024-11-02T03:14:51.344Z | Downloaded console v0.15.8 |
330 | 2024-11-02T03:14:51.347Z | Downloaded tinyvec_macros v0.1.1 |
331 | 2024-11-02T03:14:51.349Z | Downloaded hyper-tls v0.6.0 |
332 | 2024-11-02T03:14:51.349Z | Downloaded half v2.4.1 |
333 | 2024-11-02T03:14:51.351Z | Downloaded fnv v1.0.7 |
334 | 2024-11-02T03:14:51.354Z | Downloaded const-oid v0.9.6 |
335 | 2024-11-02T03:14:51.356Z | Downloaded rustc-hash v1.1.0 |
336 | 2024-11-02T03:14:51.356Z | Downloaded simd-adler32 v0.3.7 |
337 | 2024-11-02T03:14:51.359Z | Downloaded foreign-types v0.5.0 |
338 | 2024-11-02T03:14:51.359Z | Downloaded signature v2.2.0 |
339 | 2024-11-02T03:14:51.361Z | Downloaded smf v0.2.3 |
340 | 2024-11-02T03:14:51.363Z | Downloaded semver v0.1.20 |
341 | 2024-11-02T03:14:51.363Z | Downloaded parking_lot_core v0.8.6 |
342 | 2024-11-02T03:14:51.366Z | Downloaded slog-envlogger v2.2.0 |
343 | 2024-11-02T03:14:51.368Z | Downloaded fs-err v2.11.0 |
344 | 2024-11-02T03:14:51.370Z | Downloaded polyval v0.6.2 |
345 | 2024-11-02T03:14:51.373Z | Downloaded toolchain_find v0.4.0 |
346 | 2024-11-02T03:14:51.373Z | Downloaded httparse v1.9.5 |
347 | 2024-11-02T03:14:51.375Z | Downloaded futures-util v0.3.31 |
348 | 2024-11-02T03:14:51.386Z | Downloaded sec1 v0.7.3 |
349 | 2024-11-02T03:14:51.389Z | Downloaded bumpalo v3.16.0 |
350 | 2024-11-02T03:14:51.391Z | Downloaded proc-macro-crate v1.3.1 |
351 | 2024-11-02T03:14:51.394Z | Downloaded heck v0.5.0 |
352 | 2024-11-02T03:14:51.396Z | Downloaded peg-macros v0.8.4 |
353 | 2024-11-02T03:14:51.398Z | Downloaded topological-sort v0.2.2 |
354 | 2024-11-02T03:14:51.398Z | Downloaded diesel_derives v2.2.3 |
355 | 2024-11-02T03:14:51.402Z | Downloaded aes v0.8.4 |
356 | 2024-11-02T03:14:51.406Z | Downloaded num_threads v0.1.7 |
357 | 2024-11-02T03:14:51.408Z | Downloaded crossbeam-deque v0.8.5 |
358 | 2024-11-02T03:14:51.408Z | Downloaded termcolor v1.4.1 |
359 | 2024-11-02T03:14:51.411Z | Downloaded thiserror v1.0.64 |
360 | 2024-11-02T03:14:51.415Z | Downloaded scroll v0.12.0 |
361 | 2024-11-02T03:14:51.417Z | Downloaded ssh-encoding v0.2.0 |
362 | 2024-11-02T03:14:51.420Z | Downloaded hashbrown v0.13.2 |
363 | 2024-11-02T03:14:51.422Z | Downloaded elliptic-curve v0.13.8 |
364 | 2024-11-02T03:14:51.426Z | Downloaded indicatif v0.17.8 |
365 | 2024-11-02T03:14:51.430Z | Downloaded crc v3.2.1 |
366 | 2024-11-02T03:14:51.433Z | Downloaded cpufeatures v0.2.14 |
367 | 2024-11-02T03:14:51.435Z | Downloaded tracing-attributes v0.1.27 |
368 | 2024-11-02T03:14:51.438Z | Downloaded hyper-rustls v0.26.0 |
369 | 2024-11-02T03:14:51.440Z | Downloaded internet-checksum v0.2.1 |
370 | 2024-11-02T03:14:51.440Z | Downloaded inout v0.1.3 |
371 | 2024-11-02T03:14:51.444Z | Downloaded crypto-bigint v0.5.5 |
372 | 2024-11-02T03:14:51.448Z | Downloaded criterion-plot v0.5.0 |
373 | 2024-11-02T03:14:51.451Z | Downloaded flume v0.11.0 |
374 | 2024-11-02T03:14:51.454Z | Downloaded crc-catalog v2.4.0 |
375 | 2024-11-02T03:14:51.456Z | Downloaded unarray v0.1.4 |
376 | 2024-11-02T03:14:51.459Z | Downloaded russh-keys v0.45.0 |
377 | 2024-11-02T03:14:51.461Z | Downloaded ciborium-ll v0.2.2 |
378 | 2024-11-02T03:14:51.461Z | Downloaded term v0.7.0 |
379 | 2024-11-02T03:14:51.464Z | Downloaded nibble_vec v0.1.0 |
380 | 2024-11-02T03:14:51.467Z | Downloaded kstat-rs v0.2.4 |
381 | 2024-11-02T03:14:51.470Z | Downloaded der_derive v0.7.3 |
382 | 2024-11-02T03:14:51.470Z | Downloaded ena v0.14.3 |
383 | 2024-11-02T03:14:51.473Z | Downloaded lru v0.12.5 |
384 | 2024-11-02T03:14:51.473Z | Downloaded pkcs5 v0.7.1 |
385 | 2024-11-02T03:14:51.476Z | Downloaded indexmap v2.6.0 |
386 | 2024-11-02T03:14:51.481Z | Downloaded primeorder v0.13.6 |
387 | 2024-11-02T03:14:51.483Z | Downloaded pin-utils v0.1.0 |
388 | 2024-11-02T03:14:51.485Z | Downloaded packed_struct v0.10.1 |
389 | 2024-11-02T03:14:51.485Z | Downloaded crc32fast v1.4.2 |
390 | 2024-11-02T03:14:51.488Z | Downloaded multer v3.1.0 |
391 | 2024-11-02T03:14:51.490Z | Downloaded subprocess v0.2.9 |
392 | 2024-11-02T03:14:51.493Z | Downloaded tls_codec v0.4.1 |
393 | 2024-11-02T03:14:51.495Z | Downloaded x509-cert v0.2.5 |
394 | 2024-11-02T03:14:51.501Z | Downloaded piper v0.2.4 |
395 | 2024-11-02T03:14:51.503Z | Downloaded yasna v0.5.2 |
396 | 2024-11-02T03:14:51.506Z | Downloaded r2d2 v0.8.10 |
397 | 2024-11-02T03:14:51.508Z | Downloaded rcgen v0.12.1 |
398 | 2024-11-02T03:14:51.510Z | Downloaded linear-map v1.2.0 |
399 | 2024-11-02T03:14:51.512Z | Downloaded ciborium-io v0.2.2 |
400 | 2024-11-02T03:14:51.512Z | Downloaded indexmap v1.9.3 |
401 | 2024-11-02T03:14:51.515Z | Downloaded stable_deref_trait v1.2.0 |
402 | 2024-11-02T03:14:51.517Z | Downloaded partial-io v0.5.4 |
403 | 2024-11-02T03:14:51.520Z | Downloaded embedded-io v0.6.1 |
404 | 2024-11-02T03:14:51.522Z | Downloaded url v2.5.2 |
405 | 2024-11-02T03:14:51.524Z | Downloaded structmeta-derive v0.2.0 |
406 | 2024-11-02T03:14:51.527Z | Downloaded tokio-tungstenite v0.23.1 |
407 | 2024-11-02T03:14:51.529Z | Downloaded kv-log-macro v1.0.7 |
408 | 2024-11-02T03:14:51.529Z | Downloaded strum v0.26.3 |
409 | 2024-11-02T03:14:51.532Z | Downloaded sha1 v0.10.6 |
410 | 2024-11-02T03:14:51.535Z | Downloaded ryu v1.0.18 |
411 | 2024-11-02T03:14:51.537Z | Downloaded slog-dtrace v0.3.0 |
412 | 2024-11-02T03:14:51.537Z | Downloaded serde_derive_internals v0.29.1 |
413 | 2024-11-02T03:14:51.541Z | Downloaded zopfli v0.8.1 |
414 | 2024-11-02T03:14:51.544Z | Downloaded crucible-workspace-hack v0.1.0 |
415 | 2024-11-02T03:14:51.544Z | Downloaded rayon-core v1.12.1 |
416 | 2024-11-02T03:14:51.547Z | Downloaded memoffset v0.9.1 |
417 | 2024-11-02T03:14:51.550Z | Downloaded strum_macros v0.24.3 |
418 | 2024-11-02T03:14:51.550Z | Downloaded pin-project-internal v1.1.6 |
419 | 2024-11-02T03:14:51.553Z | Downloaded tokio-rustls v0.26.0 |
420 | 2024-11-02T03:14:51.555Z | Downloaded tinytemplate v1.2.1 |
421 | 2024-11-02T03:14:51.555Z | Downloaded slog-stdlog v4.1.1 |
422 | 2024-11-02T03:14:51.558Z | Downloaded parking_lot v0.12.3 |
423 | 2024-11-02T03:14:51.560Z | Downloaded h2 v0.4.6 |
424 | 2024-11-02T03:14:51.566Z | Downloaded want v0.3.1 |
425 | 2024-11-02T03:14:51.569Z | Downloaded sha2 v0.10.8 |
426 | 2024-11-02T03:14:51.572Z | Downloaded rstest v0.23.0 |
427 | 2024-11-02T03:14:51.576Z | Downloaded derive_builder_macro v0.20.2 |
428 | 2024-11-02T03:14:51.579Z | Downloaded waitgroup v0.1.2 |
429 | 2024-11-02T03:14:51.579Z | Downloaded expectorate v1.1.0 |
430 | 2024-11-02T03:14:51.582Z | Downloaded lockfree-object-pool v0.1.6 |
431 | 2024-11-02T03:14:51.584Z | Downloaded quote v1.0.37 |
432 | 2024-11-02T03:14:51.586Z | Downloaded concurrent-queue v2.5.0 |
433 | 2024-11-02T03:14:51.589Z | Downloaded steno v0.4.1 |
434 | 2024-11-02T03:14:51.592Z | Downloaded whoami v1.5.2 |
435 | 2024-11-02T03:14:51.594Z | Downloaded hickory-resolver v0.24.1 |
436 | 2024-11-02T03:14:51.598Z | Downloaded strum_macros v0.25.3 |
437 | 2024-11-02T03:14:51.601Z | Downloaded defmt v0.3.8 |
438 | 2024-11-02T03:14:51.604Z | Downloaded phf_shared v0.10.0 |
439 | 2024-11-02T03:14:51.607Z | Downloaded number_prefix v0.4.0 |
440 | 2024-11-02T03:14:51.607Z | Downloaded macaddr v1.0.1 |
441 | 2024-11-02T03:14:51.610Z | Downloaded trybuild v1.0.100 |
442 | 2024-11-02T03:14:51.612Z | Downloaded lru-cache v0.1.2 |
443 | 2024-11-02T03:14:51.615Z | Downloaded normalize-line-endings v0.3.0 |
444 | 2024-11-02T03:14:51.615Z | Downloaded fallible-streaming-iterator v0.1.9 |
445 | 2024-11-02T03:14:51.617Z | Downloaded uzers v0.12.1 |
446 | 2024-11-02T03:14:51.619Z | Downloaded tungstenite v0.24.0 |
447 | 2024-11-02T03:14:51.622Z | Downloaded serde_urlencoded v0.7.1 |
448 | 2024-11-02T03:14:51.624Z | Downloaded dsl_auto_type v0.1.2 |
449 | 2024-11-02T03:14:51.627Z | Downloaded managed v0.8.0 |
450 | 2024-11-02T03:14:51.627Z | Downloaded lalrpop-util v0.19.12 |
451 | 2024-11-02T03:14:51.627Z | Downloaded flate2 v1.0.34 |
452 | 2024-11-02T03:14:51.632Z | Downloaded dtrace-parser v0.2.0 |
453 | 2024-11-02T03:14:51.635Z | Downloaded num-complex v0.4.6 |
454 | 2024-11-02T03:14:51.637Z | Downloaded tap v1.0.1 |
455 | 2024-11-02T03:14:51.637Z | Downloaded equivalent v1.0.1 |
456 | 2024-11-02T03:14:51.637Z | Downloaded env_filter v0.1.2 |
457 | 2024-11-02T03:14:51.639Z | Downloaded walkdir v2.5.0 |
458 | 2024-11-02T03:14:51.642Z | Downloaded tough v0.19.0 |
459 | 2024-11-02T03:14:51.649Z | Downloaded slab v0.4.9 |
460 | 2024-11-02T03:14:51.652Z | Downloaded rand_core v0.6.4 |
461 | 2024-11-02T03:14:51.654Z | Downloaded utf-8 v0.7.6 |
462 | 2024-11-02T03:14:51.654Z | Downloaded dhcproto v0.12.0 |
463 | 2024-11-02T03:14:51.657Z | Downloaded pin-project v1.1.6 |
464 | 2024-11-02T03:14:51.668Z | Downloaded slog-json v2.6.1 |
465 | 2024-11-02T03:14:51.671Z | Downloaded proc-macro-crate v3.2.0 |
466 | 2024-11-02T03:14:51.673Z | Downloaded nu-ansi-term v0.50.1 |
467 | 2024-11-02T03:14:51.676Z | Downloaded ctr v0.9.2 |
468 | 2024-11-02T03:14:51.676Z | Downloaded tls_codec_derive v0.4.1 |
469 | 2024-11-02T03:14:51.679Z | Downloaded escape8259 v0.5.3 |
470 | 2024-11-02T03:14:51.681Z | Downloaded usdt-attr-macro v0.5.0 |
471 | 2024-11-02T03:14:51.681Z | Downloaded phf_shared v0.11.2 |
472 | 2024-11-02T03:14:51.682Z | Downloaded slog-scope v4.4.0 |
473 | 2024-11-02T03:14:51.684Z | Downloaded serde_regex v1.1.0 |
474 | 2024-11-02T03:14:51.684Z | Downloaded aho-corasick v1.1.3 |
475 | 2024-11-02T03:14:51.690Z | Downloaded pest_derive v2.7.14 |
476 | 2024-11-02T03:14:51.692Z | Downloaded rand_chacha v0.3.1 |
477 | 2024-11-02T03:14:51.694Z | Downloaded plotters-svg v0.3.7 |
478 | 2024-11-02T03:14:51.694Z | Downloaded num-conv v0.1.0 |
479 | 2024-11-02T03:14:51.697Z | Downloaded try-lock v0.2.5 |
480 | 2024-11-02T03:14:51.697Z | Downloaded nodrop v0.1.14 |
481 | 2024-11-02T03:14:51.699Z | Downloaded colorchoice v1.0.2 |
482 | 2024-11-02T03:14:51.699Z | Downloaded rtoolbox v0.0.2 |
483 | 2024-11-02T03:14:51.702Z | Downloaded lock_api v0.4.12 |
484 | 2024-11-02T03:14:51.713Z | Downloaded darling v0.20.10 |
485 | 2024-11-02T03:14:51.713Z | Downloaded tabwriter v1.4.0 |
486 | 2024-11-02T03:14:51.713Z | Downloaded memmap v0.7.0 |
487 | 2024-11-02T03:14:51.713Z | Downloaded parse-display v0.10.0 |
488 | 2024-11-02T03:14:51.713Z | Downloaded env_logger v0.10.2 |
489 | 2024-11-02T03:14:51.716Z | Downloaded dhcproto-macros v0.1.0 |
490 | 2024-11-02T03:14:51.716Z | Downloaded blake3 v1.5.4 |
491 | 2024-11-02T03:14:51.729Z | Downloaded tui-tree-widget v0.22.0 |
492 | 2024-11-02T03:14:51.731Z | Downloaded subtle v2.6.1 |
493 | 2024-11-02T03:14:51.731Z | Downloaded password-hash v0.5.0 |
494 | 2024-11-02T03:14:51.731Z | Downloaded crossbeam-utils v0.8.20 |
495 | 2024-11-02T03:14:51.731Z | Downloaded olpc-cjson v0.1.4 |
496 | 2024-11-02T03:14:51.734Z | Downloaded toml v0.8.19 |
497 | 2024-11-02T03:14:51.736Z | Downloaded peg v0.8.4 |
498 | 2024-11-02T03:14:51.738Z | Downloaded rustls-pemfile v2.2.0 |
499 | 2024-11-02T03:14:51.741Z | Downloaded dropshot_endpoint v0.12.0 |
500 | 2024-11-02T03:14:51.744Z | Downloaded which v4.4.2 |
501 | 2024-11-02T03:14:51.747Z | Downloaded zip v2.1.3 |
502 | 2024-11-02T03:14:51.750Z | Downloaded errno v0.3.9 |
503 | 2024-11-02T03:14:51.753Z | Downloaded hashbrown v0.15.0 |
504 | 2024-11-02T03:14:51.757Z | Downloaded polling v3.7.3 |
505 | 2024-11-02T03:14:51.760Z | Downloaded sqlparser_derive v0.2.2 |
506 | 2024-11-02T03:14:51.763Z | Downloaded des v0.8.1 |
507 | 2024-11-02T03:14:51.765Z | Downloaded derive_more v0.99.18 |
508 | 2024-11-02T03:14:51.769Z | Downloaded paste v1.0.15 |
509 | 2024-11-02T03:14:51.772Z | Downloaded tokio-native-tls v0.3.1 |
510 | 2024-11-02T03:14:51.774Z | Downloaded zeroize v1.8.1 |
511 | 2024-11-02T03:14:51.776Z | Downloaded structmeta v0.3.0 |
512 | 2024-11-02T03:14:51.778Z | Downloaded hyper v1.4.1 |
513 | 2024-11-02T03:14:51.783Z | Downloaded utf8parse v0.2.2 |
514 | 2024-11-02T03:14:51.785Z | Downloaded oorandom v11.1.4 |
515 | 2024-11-02T03:14:51.785Z | Downloaded data-encoding v2.6.0 |
516 | 2024-11-02T03:14:51.788Z | Downloaded guppy v0.17.8 |
517 | 2024-11-02T03:14:51.793Z | Downloaded darling_macro v0.20.10 |
518 | 2024-11-02T03:14:51.795Z | Downloaded winnow v0.6.20 |
519 | 2024-11-02T03:14:51.803Z | Downloaded doc-comment v0.3.3 |
520 | 2024-11-02T03:14:51.805Z | Downloaded idna v0.5.0 |
521 | 2024-11-02T03:14:51.811Z | Downloaded phf v0.11.2 |
522 | 2024-11-02T03:14:51.814Z | Downloaded zerocopy-derive v0.7.35 |
523 | 2024-11-02T03:14:51.817Z | Downloaded same-file v1.0.6 |
524 | 2024-11-02T03:14:51.819Z | Downloaded libsw v3.3.1 |
525 | 2024-11-02T03:14:51.822Z | Downloaded crossterm v0.28.1 |
526 | 2024-11-02T03:14:51.827Z | Downloaded toml_datetime v0.6.8 |
527 | 2024-11-02T03:14:51.829Z | Downloaded terminal_size v0.4.0 |
528 | 2024-11-02T03:14:51.831Z | Downloaded signal-hook-registry v1.4.2 |
529 | 2024-11-02T03:14:51.831Z | Downloaded sqlformat v0.2.6 |
530 | 2024-11-02T03:14:51.834Z | Downloaded tokio-postgres v0.7.12 |
531 | 2024-11-02T03:14:51.837Z | Downloaded tokio-rustls v0.24.1 |
532 | 2024-11-02T03:14:51.841Z | Downloaded pretty-hex v0.4.1 |
533 | 2024-11-02T03:14:51.844Z | Downloaded maplit v1.0.2 |
534 | 2024-11-02T03:14:51.844Z | Downloaded cipher v0.4.4 |
535 | 2024-11-02T03:14:51.847Z | Downloaded spki v0.7.3 |
536 | 2024-11-02T03:14:51.847Z | Downloaded usdt-impl v0.5.0 |
537 | 2024-11-02T03:14:51.849Z | Downloaded bitvec v1.0.1 |
538 | 2024-11-02T03:14:51.862Z | Downloaded signal-hook-tokio v0.3.1 |
539 | 2024-11-02T03:14:51.865Z | Downloaded lazy_static v1.5.0 |
540 | 2024-11-02T03:14:51.867Z | Downloaded libtest-mimic v0.7.3 |
541 | 2024-11-02T03:14:51.870Z | Downloaded zerocopy v0.6.6 |
542 | 2024-11-02T03:14:51.873Z | Downloaded crossbeam-channel v0.5.13 |
543 | 2024-11-02T03:14:51.876Z | Downloaded dof v0.3.0 |
544 | 2024-11-02T03:14:51.878Z | Downloaded poly1305 v0.8.0 |
545 | 2024-11-02T03:14:51.880Z | Downloaded phf_codegen v0.11.2 |
546 | 2024-11-02T03:14:51.880Z | Downloaded miniz_oxide v0.8.0 |
547 | 2024-11-02T03:14:51.883Z | Downloaded match_cfg v0.1.0 |
548 | 2024-11-02T03:14:51.883Z | Downloaded debug-ignore v1.0.5 |
549 | 2024-11-02T03:14:51.885Z | Downloaded matches v0.1.10 |
550 | 2024-11-02T03:14:51.888Z | Downloaded psl-types v2.0.11 |
551 | 2024-11-02T03:14:51.888Z | Downloaded path-slash v0.1.5 |
552 | 2024-11-02T03:14:51.890Z | Downloaded rstest_macros v0.23.0 |
553 | 2024-11-02T03:14:51.892Z | Downloaded salsa20 v0.10.2 |
554 | 2024-11-02T03:14:51.895Z | Downloaded fancy-regex v0.13.0 |
555 | 2024-11-02T03:14:51.898Z | Downloaded newline-converter v0.3.0 |
556 | 2024-11-02T03:14:51.898Z | Downloaded chrono v0.4.38 |
557 | 2024-11-02T03:14:51.905Z | Downloaded strsim v0.11.1 |
558 | 2024-11-02T03:14:51.908Z | Downloaded clang-sys v1.8.1 |
559 | 2024-11-02T03:14:51.911Z | Downloaded samael v0.0.17 |
560 | 2024-11-02T03:14:51.915Z | Downloaded diesel_table_macro_syntax v0.2.0 |
561 | 2024-11-02T03:14:51.917Z | Downloaded siphasher v0.3.11 |
562 | 2024-11-02T03:14:51.917Z | Downloaded rusty-fork v0.3.0 |
563 | 2024-11-02T03:14:51.919Z | Downloaded ecdsa v0.16.9 |
564 | 2024-11-02T03:14:51.921Z | Downloaded datatest-stable v0.2.9 |
565 | 2024-11-02T03:14:51.924Z | Downloaded hkdf v0.12.4 |
566 | 2024-11-02T03:14:51.926Z | Downloaded vsss-rs v3.3.4 |
567 | 2024-11-02T03:14:51.928Z | Downloaded tokio-tungstenite v0.24.0 |
568 | 2024-11-02T03:14:51.931Z | Downloaded crunchy v0.2.2 |
569 | 2024-11-02T03:14:51.933Z | Downloaded libefi-sys v0.1.0 |
570 | 2024-11-02T03:14:51.933Z | Downloaded env_logger v0.11.5 |
571 | 2024-11-02T03:14:51.936Z | Downloaded postcard v1.0.10 |
572 | 2024-11-02T03:14:51.938Z | Downloaded plotters v0.3.7 |
573 | 2024-11-02T03:14:51.947Z | Downloaded zeroize_derive v1.4.2 |
574 | 2024-11-02T03:14:51.949Z | Downloaded unicode-normalization v0.1.24 |
575 | 2024-11-02T03:14:51.952Z | Downloaded rand_distr v0.4.3 |
576 | 2024-11-02T03:14:51.955Z | Downloaded rayon v1.10.0 |
577 | 2024-11-02T03:14:51.965Z | Downloaded serde-hex v0.1.0 |
578 | 2024-11-02T03:14:51.968Z | Downloaded pbkdf2 v0.12.2 |
579 | 2024-11-02T03:14:51.972Z | Downloaded diesel-dtrace v0.3.0 |
580 | 2024-11-02T03:14:51.972Z | Downloaded sync_wrapper v1.0.1 |
581 | 2024-11-02T03:14:51.972Z | Downloaded swrite v0.1.0 |
582 | 2024-11-02T03:14:51.974Z | Downloaded num-integer v0.1.46 |
583 | 2024-11-02T03:14:51.974Z | Downloaded similar v2.6.0 |
584 | 2024-11-02T03:14:51.982Z | Downloaded maybe-uninit v2.0.0 |
585 | 2024-11-02T03:14:51.990Z | Downloaded itoa v1.0.11 |
586 | 2024-11-02T03:14:51.990Z | Downloaded opaque-debug v0.3.1 |
587 | 2024-11-02T03:14:51.990Z | Downloaded tabled_derive v0.7.0 |
588 | 2024-11-02T03:14:51.990Z | Downloaded thread_local v1.1.8 |
589 | 2024-11-02T03:14:51.990Z | Downloaded curve25519-dalek-derive v0.1.1 |
590 | 2024-11-02T03:14:51.990Z | Downloaded unicode-truncate v1.1.0 |
591 | 2024-11-02T03:14:51.990Z | Downloaded zone v0.1.8 |
592 | 2024-11-02T03:14:51.990Z | Downloaded parking_lot_core v0.9.10 |
593 | 2024-11-02T03:14:51.999Z | Downloaded embedded-io v0.4.0 |
594 | 2024-11-02T03:14:51.999Z | Downloaded zone v0.3.0 |
595 | 2024-11-02T03:14:51.999Z | Downloaded memchr v2.7.4 |
596 | 2024-11-02T03:14:52.004Z | Downloaded quick-xml v0.33.0 |
597 | 2024-11-02T03:14:52.009Z | Downloaded thiserror-impl-no-std v2.0.2 |
598 | 2024-11-02T03:14:52.012Z | Downloaded strip-ansi-escapes v0.2.0 |
599 | 2024-11-02T03:14:52.012Z | Downloaded target-spec v3.2.2 |
600 | 2024-11-02T03:14:52.014Z | Downloaded log v0.4.22 |
601 | 2024-11-02T03:14:52.017Z | Downloaded scopeguard v1.2.0 |
602 | 2024-11-02T03:14:52.019Z | Downloaded fallible-iterator v0.2.0 |
603 | 2024-11-02T03:14:52.019Z | Downloaded event-listener-strategy v0.5.2 |
604 | 2024-11-02T03:14:52.022Z | Downloaded proc-macro-error v1.0.4 |
605 | 2024-11-02T03:14:52.023Z | Downloaded postgres-types v0.2.8 |
606 | 2024-11-02T03:14:52.026Z | Downloaded compact_str v0.8.0 |
607 | 2024-11-02T03:14:52.030Z | Downloaded toml v0.7.8 |
608 | 2024-11-02T03:14:52.033Z | Downloaded zone_cfg_derive v0.1.2 |
609 | 2024-11-02T03:14:52.035Z | Downloaded rusqlite v0.32.1 |
610 | 2024-11-02T03:14:52.040Z | Downloaded percent-encoding v2.3.1 |
611 | 2024-11-02T03:14:52.043Z | Downloaded enum-as-inner v0.6.1 |
612 | 2024-11-02T03:14:52.045Z | Downloaded either v1.13.0 |
613 | 2024-11-02T03:14:52.045Z | Downloaded fastrand v2.1.1 |
614 | 2024-11-02T03:14:52.048Z | Downloaded displaydoc v0.2.5 |
615 | 2024-11-02T03:14:52.050Z | Downloaded rand v0.8.5 |
616 | 2024-11-02T03:14:52.053Z | Downloaded ssh-key v0.6.6 |
617 | 2024-11-02T03:14:52.060Z | Downloaded openssl-macros v0.1.1 |
618 | 2024-11-02T03:14:52.062Z | Downloaded semver v1.0.23 |
619 | 2024-11-02T03:14:52.065Z | Downloaded num-bigint-dig v0.8.4 |
620 | 2024-11-02T03:14:52.068Z | Downloaded smallvec v0.6.14 |
621 | 2024-11-02T03:14:52.070Z | Downloaded relative-path v1.9.3 |
622 | 2024-11-02T03:14:52.072Z | Downloaded newtype-uuid v1.1.2 |
623 | 2024-11-02T03:14:52.072Z | Downloaded supports-color v3.0.1 |
624 | 2024-11-02T03:14:52.075Z | Downloaded stringmetrics v2.2.2 |
625 | 2024-11-02T03:14:52.077Z | Downloaded value-bag v1.9.0 |
626 | 2024-11-02T03:14:52.079Z | Downloaded tempfile v3.13.0 |
627 | 2024-11-02T03:14:52.081Z | Downloaded rustc_version v0.1.7 |
628 | 2024-11-02T03:14:52.084Z | Downloaded num_enum v0.5.11 |
629 | 2024-11-02T03:14:52.087Z | Downloaded ipnet v2.10.1 |
630 | 2024-11-02T03:14:52.090Z | Downloaded cookie_store v0.21.0 |
631 | 2024-11-02T03:14:52.090Z | Downloaded shlex v1.3.0 |
632 | 2024-11-02T03:14:52.092Z | Downloaded num-iter v0.1.45 |
633 | 2024-11-02T03:14:52.092Z | Downloaded digest v0.10.7 |
634 | 2024-11-02T03:14:52.095Z | Downloaded typify v0.2.0 |
635 | 2024-11-02T03:14:52.097Z | Downloaded display-error-chain v0.2.2 |
636 | 2024-11-02T03:14:52.101Z | Downloaded pathdiff v0.2.2 |
637 | 2024-11-02T03:14:52.101Z | Downloaded newtype_derive v0.1.6 |
638 | 2024-11-02T03:14:52.104Z | Downloaded smawk v0.3.2 |
639 | 2024-11-02T03:14:52.104Z | Downloaded omicron-zone-package v0.11.1 |
640 | 2024-11-02T03:14:52.106Z | Downloaded rpassword v7.3.1 |
641 | 2024-11-02T03:14:52.108Z | Downloaded nested v0.1.1 |
642 | 2024-11-02T03:14:52.108Z | Downloaded is_ci v1.2.0 |
643 | 2024-11-02T03:14:52.111Z | Downloaded dirs-sys-next v0.1.2 |
644 | 2024-11-02T03:14:52.111Z | Downloaded proc-macro2 v1.0.87 |
645 | 2024-11-02T03:14:52.114Z | Downloaded pretty-hex v0.2.1 |
646 | 2024-11-02T03:14:52.114Z | Downloaded ucd-trie v0.1.7 |
647 | 2024-11-02T03:14:52.117Z | Downloaded syn v2.0.79 |
648 | 2024-11-02T03:14:52.126Z | Downloaded publicsuffix v2.2.3 |
649 | 2024-11-02T03:14:52.128Z | Downloaded syn v1.0.109 |
650 | 2024-11-02T03:14:52.140Z | Downloaded russh-cryptovec v0.7.3 |
651 | 2024-11-02T03:14:52.143Z | Downloaded string_cache v0.8.7 |
652 | 2024-11-02T03:14:52.143Z | Downloaded mime v0.3.17 |
653 | 2024-11-02T03:14:52.143Z | Downloaded rustc-hash v2.0.0 |
654 | 2024-11-02T03:14:52.145Z | Downloaded tokio-tungstenite v0.21.0 |
655 | 2024-11-02T03:14:52.147Z | Downloaded rustversion v1.0.17 |
656 | 2024-11-02T03:14:52.150Z | Downloaded proc-macro-error-attr v1.0.4 |
657 | 2024-11-02T03:14:52.150Z | Downloaded md5 v0.7.0 |
658 | 2024-11-02T03:14:52.152Z | Downloaded snafu-derive v0.8.5 |
659 | 2024-11-02T03:14:52.152Z | Downloaded smallvec v1.13.2 |
660 | 2024-11-02T03:14:52.154Z | Downloaded once_cell v1.20.2 |
661 | 2024-11-02T03:14:52.156Z | Downloaded universal-hash v0.5.1 |
662 | 2024-11-02T03:14:52.160Z | Downloaded zerocopy v0.7.35 |
663 | 2024-11-02T03:14:52.173Z | Downloaded threadpool v1.8.1 |
664 | 2024-11-02T03:14:52.175Z | Downloaded thiserror-no-std v2.0.2 |
665 | 2024-11-02T03:14:52.177Z | Downloaded stringprep v0.1.5 |
666 | 2024-11-02T03:14:52.180Z | Downloaded csv-core v0.1.11 |
667 | 2024-11-02T03:14:52.182Z | Downloaded nom v7.1.3 |
668 | 2024-11-02T03:14:52.186Z | Downloaded zone_cfg_derive v0.3.0 |
669 | 2024-11-02T03:14:52.189Z | Downloaded usdt-macro v0.5.0 |
670 | 2024-11-02T03:14:52.189Z | Downloaded keccak v0.1.5 |
671 | 2024-11-02T03:14:52.191Z | Downloaded twox-hash v1.6.3 |
672 | 2024-11-02T03:14:52.191Z | Downloaded cmake v0.1.51 |
673 | 2024-11-02T03:14:52.192Z | Downloaded ron v0.7.1 |
674 | 2024-11-02T03:14:52.196Z | Downloaded is-terminal v0.4.13 |
675 | 2024-11-02T03:14:52.198Z | Downloaded tungstenite v0.23.0 |
676 | 2024-11-02T03:14:52.201Z | Downloaded ed25519-dalek v2.1.1 |
677 | 2024-11-02T03:14:52.203Z | Downloaded ipnetwork v0.20.0 |
678 | 2024-11-02T03:14:52.205Z | Downloaded libm v0.2.8 |
679 | 2024-11-02T03:14:52.213Z | Downloaded rustls-native-certs v0.7.3 |
680 | 2024-11-02T03:14:52.215Z | Downloaded clap_lex v0.7.2 |
681 | 2024-11-02T03:14:52.217Z | Downloaded convert_case v0.4.0 |
682 | 2024-11-02T03:14:52.217Z | Downloaded libloading v0.8.5 |
683 | 2024-11-02T03:14:52.220Z | Downloaded rustls-webpki v0.101.7 |
684 | 2024-11-02T03:14:52.233Z | Downloaded native-tls v0.2.12 |
685 | 2024-11-02T03:14:52.235Z | Downloaded typenum v1.17.0 |
686 | 2024-11-02T03:14:52.238Z | Downloaded num_enum_derive v0.5.11 |
687 | 2024-11-02T03:14:52.240Z | Downloaded smoltcp v0.9.1 |
688 | 2024-11-02T03:14:52.248Z | Downloaded static_assertions v1.1.0 |
689 | 2024-11-02T03:14:52.251Z | Downloaded lalrpop v0.19.12 |
690 | 2024-11-02T03:14:52.261Z | Downloaded derive-where v1.2.7 |
691 | 2024-11-02T03:14:52.265Z | Downloaded tiny-keccak v2.0.2 |
692 | 2024-11-02T03:14:52.267Z | Downloaded is_terminal_polyfill v1.70.1 |
693 | 2024-11-02T03:14:52.270Z | Downloaded spin v0.5.2 |
694 | 2024-11-02T03:14:52.274Z | Downloaded lazycell v1.3.0 |
695 | 2024-11-02T03:14:52.274Z | Downloaded colored v2.1.0 |
696 | 2024-11-02T03:14:52.274Z | Downloaded rustls-pemfile v1.0.4 |
697 | 2024-11-02T03:14:52.276Z | Downloaded ron v0.8.1 |
698 | 2024-11-02T03:14:52.281Z | Downloaded tungstenite v0.21.0 |
699 | 2024-11-02T03:14:52.287Z | Downloaded serde_json v1.0.128 |
700 | 2024-11-02T03:14:52.292Z | Downloaded darling_core v0.20.10 |
701 | 2024-11-02T03:14:52.297Z | Downloaded quick-error v1.2.3 |
702 | 2024-11-02T03:14:52.299Z | Downloaded mime_guess v2.0.5 |
703 | 2024-11-02T03:14:52.302Z | Downloaded memmap2 v0.9.5 |
704 | 2024-11-02T03:14:52.302Z | Downloaded clap_derive v4.5.18 |
705 | 2024-11-02T03:14:52.305Z | Downloaded serde_with_macros v3.11.0 |
706 | 2024-11-02T03:14:52.307Z | Downloaded serde_yaml v0.9.34+deprecated |
707 | 2024-11-02T03:14:52.310Z | Downloaded papergrid v0.11.0 |
708 | 2024-11-02T03:14:52.315Z | Downloaded rsa v0.9.6 |
709 | 2024-11-02T03:14:52.320Z | Downloaded derive_builder v0.20.2 |
710 | 2024-11-02T03:14:52.325Z | Downloaded qorb v0.2.0 |
711 | 2024-11-02T03:14:52.330Z | Downloaded time-macros v0.2.18 |
712 | 2024-11-02T03:14:52.332Z | Downloaded vergen v8.3.2 |
713 | 2024-11-02T03:14:52.335Z | Downloaded serde_with v3.11.0 |
714 | 2024-11-02T03:14:52.344Z | Downloaded tinyvec v1.8.0 |
715 | 2024-11-02T03:14:52.348Z | Downloaded jobserver v0.1.32 |
716 | 2024-11-02T03:14:52.350Z | Downloaded gimli v0.31.1 |
717 | 2024-11-02T03:14:52.358Z | Downloaded toml_edit v0.19.15 |
718 | 2024-11-02T03:14:52.376Z | Downloaded toml_edit v0.22.22 |
719 | 2024-11-02T03:14:52.398Z | Downloaded clap v4.5.20 |
720 | 2024-11-02T03:14:52.407Z | Downloaded idna v0.3.0 |
721 | 2024-11-02T03:14:52.413Z | Downloaded typed-path v0.9.3 |
722 | 2024-11-02T03:14:52.419Z | Downloaded pretty_assertions v1.4.1 |
723 | 2024-11-02T03:14:52.423Z | Downloaded libxml v0.3.3 |
724 | 2024-11-02T03:14:52.427Z | Downloaded p521 v0.13.3 |
725 | 2024-11-02T03:14:52.432Z | Downloaded openapiv3 v2.0.0 |
726 | 2024-11-02T03:14:52.443Z | Downloaded smoltcp v0.11.0 |
727 | 2024-11-02T03:14:52.457Z | Downloaded rustls-webpki v0.102.8 |
728 | 2024-11-02T03:14:52.476Z | Downloaded unsafe-libyaml v0.2.11 |
729 | 2024-11-02T03:14:52.480Z | Downloaded p384 v0.13.0 |
730 | 2024-11-02T03:14:52.485Z | Downloaded chrono-tz v0.10.0 |
731 | 2024-11-02T03:14:52.492Z | Downloaded dropshot v0.12.0 |
732 | 2024-11-02T03:14:52.513Z | Downloaded webpki-roots v0.26.6 |
733 | 2024-11-02T03:14:52.517Z | Downloaded nix v0.28.0 |
734 | 2024-11-02T03:14:52.528Z | Downloaded regex v1.11.0 |
735 | 2024-11-02T03:14:52.541Z | Downloaded nix v0.27.1 |
736 | 2024-11-02T03:14:52.554Z | Downloaded regex-syntax v0.6.29 |
737 | 2024-11-02T03:14:52.559Z | Downloaded reqwest v0.12.8 |
738 | 2024-11-02T03:14:52.569Z | Downloaded diesel v2.2.4 |
739 | 2024-11-02T03:14:52.587Z | Downloaded object v0.36.5 |
740 | 2024-11-02T03:14:52.599Z | Downloaded clap_builder v4.5.20 |
741 | 2024-11-02T03:14:52.605Z | Downloaded rustls v0.21.12 |
742 | 2024-11-02T03:14:52.617Z | Downloaded tabled v0.15.0 |
743 | 2024-11-02T03:14:52.632Z | Downloaded vcpkg v0.2.15 |
744 | 2024-11-02T03:14:52.671Z | Downloaded rustls v0.22.4 |
745 | 2024-11-02T03:14:52.683Z | Downloaded sled v0.34.7 |
746 | 2024-11-02T03:14:52.695Z | Downloaded trust-dns-proto v0.22.0 |
747 | 2024-11-02T03:14:52.705Z | Downloaded polar-core v0.27.3 |
748 | 2024-11-02T03:14:52.715Z | Downloaded openssl v0.10.66 |
749 | 2024-11-02T03:14:52.726Z | Downloaded nix v0.29.0 |
750 | 2024-11-02T03:14:52.739Z | Downloaded regress v0.10.1 |
751 | 2024-11-02T03:14:52.749Z | Downloaded regex-syntax v0.8.5 |
752 | 2024-11-02T03:14:52.757Z | Downloaded curve25519-dalek v4.1.3 |
753 | 2024-11-02T03:14:52.766Z | Downloaded regress v0.9.1 |
754 | 2024-11-02T03:14:52.776Z | Downloaded rustls v0.23.14 |
755 | 2024-11-02T03:14:52.788Z | Downloaded rustix v0.38.37 |
756 | 2024-11-02T03:14:52.811Z | Downloaded minimal-lexical v0.2.1 |
757 | 2024-11-02T03:14:52.816Z | Downloaded pest v2.7.14 |
758 | 2024-11-02T03:14:52.821Z | Downloaded zerocopy-derive v0.6.6 |
759 | 2024-11-02T03:14:52.832Z | Downloaded sqlparser v0.45.0 |
760 | 2024-11-02T03:14:52.838Z | Downloaded winnow v0.5.40 |
761 | 2024-11-02T03:14:52.848Z | Downloaded unicode_categories v0.1.1 |
762 | 2024-11-02T03:14:52.850Z | Downloaded socket2 v0.5.7 |
763 | 2024-11-02T03:14:52.853Z | Downloaded serde_derive v1.0.210 |
764 | 2024-11-02T03:14:52.855Z | Downloaded tokio-util v0.7.12 |
765 | 2024-11-02T03:14:52.862Z | Downloaded owo-colors v4.1.0 |
766 | 2024-11-02T03:14:52.865Z | Downloaded tracing-core v0.1.32 |
767 | 2024-11-02T03:14:52.868Z | Downloaded bstr v1.10.0 |
768 | 2024-11-02T03:14:52.879Z | Downloaded typify-impl v0.2.0 |
769 | 2024-11-02T03:14:52.896Z | Downloaded libz-sys v1.1.20 |
770 | 2024-11-02T03:14:52.997Z | Downloaded derive_builder_core v0.20.2 |
771 | 2024-11-02T03:14:53.000Z | Downloaded radix_trie v0.2.1 |
772 | 2024-11-02T03:14:53.000Z | Downloaded salty v0.3.0 |
773 | 2024-11-02T03:14:53.000Z | Downloaded sha3 v0.10.8 |
774 | 2024-11-02T03:14:53.000Z | Downloaded petgraph v0.6.5 |
775 | 2024-11-02T03:14:53.000Z | Downloaded regex-automata v0.4.8 |
776 | 2024-11-02T03:14:53.000Z | Downloaded tokio v1.40.0 |
777 | 2024-11-02T03:14:53.006Z | Downloaded itertools v0.13.0 |
778 | 2024-11-02T03:14:53.013Z | Downloaded object v0.30.4 |
779 | 2024-11-02T03:14:53.023Z | Downloaded shell-words v1.1.0 |
780 | 2024-11-02T03:14:53.026Z | Downloaded libc v0.2.161 |
781 | 2024-11-02T03:14:53.053Z | Downloaded lzma-sys v0.1.20 |
782 | 2024-11-02T03:14:53.081Z | Downloaded path-tree v0.8.1 |
783 | 2024-11-02T03:14:53.084Z | Downloaded packed_struct_codegen v0.10.1 |
784 | 2024-11-02T03:14:53.084Z | Downloaded nanorand v0.7.0 |
785 | 2024-11-02T03:14:53.086Z | Downloaded defmt-parser v0.3.4 |
786 | 2024-11-02T03:14:53.089Z | Downloaded time v0.3.36 |
787 | 2024-11-02T03:14:53.095Z | Downloaded portable-atomic v1.9.0 |
788 | 2024-11-02T03:14:53.101Z | Downloaded quinn-proto v0.11.8 |
789 | 2024-11-02T03:14:53.109Z | Downloaded serde_plain v1.0.2 |
790 | 2024-11-02T03:14:53.112Z | Downloaded schemars_derive v0.8.21 |
791 | 2024-11-02T03:14:53.112Z | Downloaded quinn-udp v0.5.5 |
792 | 2024-11-02T03:14:53.114Z | Downloaded predicates-tree v1.0.11 |
793 | 2024-11-02T03:14:53.114Z | Downloaded defmt-macros v0.3.9 |
794 | 2024-11-02T03:14:53.117Z | Downloaded event-listener v5.3.1 |
795 | 2024-11-02T03:14:53.120Z | Downloaded prettyplease v0.2.22 |
796 | 2024-11-02T03:14:53.122Z | Downloaded unicode-width v0.1.14 |
797 | 2024-11-02T03:14:53.129Z | Downloaded serde_path_to_error v0.1.16 |
798 | 2024-11-02T03:14:53.131Z | Downloaded predicates-core v1.0.8 |
799 | 2024-11-02T03:14:53.134Z | Downloaded diff v0.1.13 |
800 | 2024-11-02T03:14:53.137Z | Downloaded vte v0.11.1 |
801 | 2024-11-02T03:14:53.139Z | Downloaded uuid v1.10.0 |
802 | 2024-11-02T03:14:53.141Z | Downloaded pest_meta v2.7.14 |
803 | 2024-11-02T03:14:53.144Z | Downloaded snafu v0.8.5 |
804 | 2024-11-02T03:14:53.149Z | Downloaded zip v0.6.6 |
805 | 2024-11-02T03:14:53.154Z | Downloaded csv v1.3.0 |
806 | 2024-11-02T03:14:53.174Z | Downloaded itertools v0.10.5 |
807 | 2024-11-02T03:14:53.181Z | Downloaded russh v0.45.0 |
808 | 2024-11-02T03:14:53.186Z | Downloaded parse-zoneinfo v0.3.1 |
809 | 2024-11-02T03:14:53.188Z | Downloaded thread-id v4.2.2 |
810 | 2024-11-02T03:14:53.191Z | Downloaded signal-hook v0.3.17 |
811 | 2024-11-02T03:14:53.193Z | Downloaded p256 v0.13.2 |
812 | 2024-11-02T03:14:53.195Z | Downloaded num-traits v0.2.19 |
813 | 2024-11-02T03:14:53.198Z | Downloaded num-rational v0.4.2 |
814 | 2024-11-02T03:14:53.200Z | Downloaded encoding_rs v0.8.34 |
815 | 2024-11-02T03:14:53.222Z | Downloaded schemars v0.8.21 |
816 | 2024-11-02T03:14:53.233Z | Downloaded cookie v0.18.1 |
817 | 2024-11-02T03:14:53.235Z | Downloaded tar v0.4.42 |
818 | 2024-11-02T03:14:53.238Z | Downloaded num-bigint v0.4.6 |
819 | 2024-11-02T03:14:53.248Z | Downloaded itertools v0.12.1 |
820 | 2024-11-02T03:14:53.254Z | Downloaded progenitor-client v0.8.0 |
821 | 2024-11-02T03:14:53.257Z | Downloaded postgres-protocol v0.6.7 |
822 | 2024-11-02T03:14:53.259Z | Downloaded num_cpus v1.16.0 |
823 | 2024-11-02T03:14:53.261Z | Downloaded ed25519 v2.2.3 |
824 | 2024-11-02T03:14:53.265Z | Downloaded pkcs1 v0.7.5 |
825 | 2024-11-02T03:14:53.265Z | Downloaded constant_time_eq v0.3.1 |
826 | 2024-11-02T03:14:53.268Z | Downloaded fatfs v0.3.6 |
827 | 2024-11-02T03:14:53.270Z | Downloaded criterion v0.5.1 |
828 | 2024-11-02T03:14:53.275Z | Downloaded unicode-properties v0.1.3 |
829 | 2024-11-02T03:14:53.277Z | Downloaded slog v2.7.0 |
830 | 2024-11-02T03:14:53.280Z | Downloaded proptest v1.5.0 |
831 | 2024-11-02T03:14:53.290Z | Downloaded version_check v0.9.5 |
832 | 2024-11-02T03:14:53.292Z | Downloaded httpmock v0.8.0-alpha.1 |
833 | 2024-11-02T03:14:53.309Z | Downloaded multimap v0.10.0 |
834 | 2024-11-02T03:14:53.312Z | Downloaded dunce v1.0.5 |
835 | 2024-11-02T03:14:53.313Z | Downloaded difflib v0.4.0 |
836 | 2024-11-02T03:14:53.313Z | Downloaded tokio-macros v2.4.0 |
837 | 2024-11-02T03:14:53.316Z | Downloaded rustls-pki-types v1.9.0 |
838 | 2024-11-02T03:14:53.316Z | Downloaded rustyline v14.0.0 |
839 | 2024-11-02T03:14:53.321Z | Downloaded slog-term v2.9.1 |
840 | 2024-11-02T03:14:53.324Z | Downloaded unicode-segmentation v1.12.0 |
841 | 2024-11-02T03:14:53.326Z | Downloaded async-std v1.13.0 |
842 | 2024-11-02T03:14:53.346Z | Downloaded unicode-xid v0.2.6 |
843 | 2024-11-02T03:14:53.349Z | Downloaded new_debug_unreachable v1.0.6 |
844 | 2024-11-02T03:14:53.349Z | Downloaded parse-size v1.1.0 |
845 | 2024-11-02T03:14:53.351Z | Downloaded yansi v1.0.1 |
846 | 2024-11-02T03:14:53.353Z | Downloaded strum_macros v0.26.4 |
847 | 2024-11-02T03:14:53.354Z | Downloaded quinn v0.11.5 |
848 | 2024-11-02T03:14:53.357Z | Downloaded mio v1.0.2 |
849 | 2024-11-02T03:14:53.362Z | Downloaded http v1.1.0 |
850 | 2024-11-02T03:14:53.366Z | Downloaded crc-any v2.5.0 |
851 | 2024-11-02T03:14:53.368Z | Downloaded unicode-bidi v0.3.17 |
852 | 2024-11-02T03:14:53.371Z | Downloaded hyper-util v0.1.9 |
853 | 2024-11-02T03:14:53.375Z | Downloaded sct v0.7.1 |
854 | 2024-11-02T03:14:53.378Z | Downloaded const_format v0.2.33 |
855 | 2024-11-02T03:14:53.383Z | Downloaded highway v1.2.0 |
856 | 2024-11-02T03:14:53.385Z | Downloaded hashlink v0.9.1 |
857 | 2024-11-02T03:14:53.387Z | Downloaded tokio-stream v0.1.16 |
858 | 2024-11-02T03:14:53.391Z | Downloaded unicode-linebreak v0.1.5 |
859 | 2024-11-02T03:14:53.394Z | Downloaded unicase v2.7.0 |
860 | 2024-11-02T03:14:53.396Z | Downloaded time-core v0.1.2 |
861 | 2024-11-02T03:14:53.396Z | Downloaded enum-as-inner v0.5.1 |
862 | 2024-11-02T03:14:53.396Z | Downloaded rustc-demangle v0.1.24 |
863 | 2024-11-02T03:14:53.399Z | Downloaded rust-argon2 v2.1.0 |
864 | 2024-11-02T03:14:53.399Z | Downloaded similar-asserts v1.6.0 |
865 | 2024-11-02T03:14:53.404Z | Downloaded mockall_derive v0.13.0 |
866 | 2024-11-02T03:14:53.406Z | Downloaded libgit2-sys v0.17.0+1.8.1 |
867 | 2024-11-02T03:14:53.462Z | Downloaded tracing v0.1.40 |
868 | 2024-11-02T03:14:53.466Z | Downloaded getrandom v0.2.15 |
869 | 2024-11-02T03:14:53.468Z | Downloaded instant v0.1.13 |
870 | 2024-11-02T03:14:53.471Z | Downloaded cstr-argument v0.1.2 |
871 | 2024-11-02T03:14:53.471Z | Downloaded structmeta-derive v0.3.0 |
872 | 2024-11-02T03:14:53.473Z | Downloaded rustfmt-wrapper v0.2.1 |
873 | 2024-11-02T03:14:53.473Z | Downloaded ref-cast-impl v1.0.23 |
874 | 2024-11-02T03:14:53.476Z | Downloaded ref-cast v1.0.23 |
875 | 2024-11-02T03:14:53.478Z | Downloaded scrypt v0.11.0 |
876 | 2024-11-02T03:14:53.478Z | Downloaded ident_case v1.0.1 |
877 | 2024-11-02T03:14:53.478Z | Downloaded hubpack_derive v0.1.1 |
878 | 2024-11-02T03:14:53.478Z | Downloaded hyper-staticfile v0.10.1 |
879 | 2024-11-02T03:14:53.481Z | Downloaded fd-lock v4.0.2 |
880 | 2024-11-02T03:14:53.483Z | Downloaded futures-timer v3.0.3 |
881 | 2024-11-02T03:14:53.485Z | Downloaded futures-io v0.3.31 |
882 | 2024-11-02T03:14:53.485Z | Downloaded foreign-types v0.3.2 |
883 | 2024-11-02T03:14:53.489Z | Downloaded headers-core v0.3.0 |
884 | 2024-11-02T03:14:53.489Z | Downloaded async-io v2.3.4 |
885 | 2024-11-02T03:14:53.491Z | Downloaded base64 v0.22.1 |
886 | 2024-11-02T03:14:53.494Z | Downloaded base64 v0.13.1 |
887 | 2024-11-02T03:14:53.497Z | Downloaded group v0.13.0 |
888 | 2024-11-02T03:14:53.499Z | Downloaded fxhash v0.2.1 |
889 | 2024-11-02T03:14:53.499Z | Downloaded futures-macro v0.3.31 |
890 | 2024-11-02T03:14:53.501Z | Downloaded float-cmp v0.9.0 |
891 | 2024-11-02T03:14:53.501Z | Downloaded tokio-rustls v0.25.0 |
892 | 2024-11-02T03:14:53.504Z | Downloaded bytes v1.7.2 |
893 | 2024-11-02T03:14:53.507Z | Downloaded bitflags v2.6.0 |
894 | 2024-11-02T03:14:53.511Z | Downloaded chacha20 v0.9.1 |
895 | 2024-11-02T03:14:53.513Z | Downloaded cast v0.3.0 |
896 | 2024-11-02T03:14:53.515Z | Downloaded bytecount v0.6.8 |
897 | 2024-11-02T03:14:53.518Z | Downloaded bit-vec v0.6.3 |
898 | 2024-11-02T03:14:53.518Z | Downloaded atty v0.2.14 |
899 | 2024-11-02T03:14:53.520Z | Downloaded assert_matches v1.5.0 |
900 | 2024-11-02T03:14:53.520Z | Downloaded assert_cmd v2.0.16 |
901 | 2024-11-02T03:14:53.522Z | Downloaded assert-json-diff v2.0.2 |
902 | 2024-11-02T03:14:53.525Z | Downloaded anstyle v1.0.8 |
903 | 2024-11-02T03:14:53.525Z | Downloaded async-object-pool v0.1.5 |
904 | 2024-11-02T03:14:53.527Z | Downloaded async-global-executor v2.4.1 |
905 | 2024-11-02T03:14:53.527Z | Downloaded anes v0.1.6 |
906 | 2024-11-02T03:14:53.529Z | Downloaded ahash v0.8.11 |
907 | 2024-11-02T03:14:53.532Z | Downloaded foreign-types-macros v0.2.3 |
908 | 2024-11-02T03:14:53.535Z | Downloaded cfg_aliases v0.1.1 |
909 | 2024-11-02T03:14:53.535Z | Downloaded addr2line v0.24.2 |
910 | 2024-11-02T03:14:53.538Z | Downloaded rand_xorshift v0.3.0 |
911 | 2024-11-02T03:14:53.538Z | Downloaded hostname v0.4.0 |
912 | 2024-11-02T03:14:53.538Z | Downloaded hash32 v0.2.1 |
913 | 2024-11-02T03:14:53.541Z | Downloaded bitfield v0.14.0 |
914 | 2024-11-02T03:14:53.541Z | Downloaded bindgen v0.69.5 |
915 | 2024-11-02T03:14:53.548Z | Downloaded async-stream-impl v0.3.6 |
916 | 2024-11-02T03:14:53.550Z | Downloaded async-recursion v1.1.1 |
917 | 2024-11-02T03:14:53.552Z | Downloaded block-buffer v0.10.4 |
918 | 2024-11-02T03:14:53.555Z | Downloaded backtrace v0.3.74 |
919 | 2024-11-02T03:14:53.823Z | Downloaded ring v0.17.8 |
920 | 2024-11-02T03:14:53.927Z | Downloaded ring v0.16.20 |
921 | 2024-11-02T03:14:54.030Z | Downloaded libsqlite3-sys v0.30.1 |
922 | 2024-11-02T03:14:54.267Z | Downloaded aws-lc-sys v0.22.0 |
923 | 2024-11-02T03:14:54.749Z | + ptime -m ./tools/install_builder_prerequisites.sh -yp |
924 | 2024-11-02T03:15:05.459Z | Startup: Refreshing catalog 'helios-dev' ... Done |
925 | 2024-11-02T03:15:08.826Z | Startup: Caching catalogs ... Done |
926 | 2024-11-02T03:15:16.005Z | Planning: Solver setup ... Done (6.457s) |
927 | 2024-11-02T03:15:16.101Z | Planning: Running solver ... Done (0.097s) |
928 | 2024-11-02T03:15:16.188Z | Planning: Finding local manifests ... Done (0.004s) |
929 | 2024-11-02T03:15:16.201Z | Planning: Fetching manifests: 0/5 0% complete |
930 | 2024-11-02T03:15:16.420Z | Planning: Fetching manifests: 5/5 100% complete |
931 | 2024-11-02T03:15:16.667Z | Planning: Package planning ... Done (0.247s) |
932 | 2024-11-02T03:15:16.724Z | Planning: Merging actions ... Done (0.056s) |
933 | 2024-11-02T03:15:16.916Z | Planning: Checking for conflicting actions ... Done (0.192s) |
934 | 2024-11-02T03:15:18.822Z | Planning: Consolidating action changes ... Done (1.905s) |
935 | 2024-11-02T03:15:19.253Z | Planning: Evaluating mediators ... Done (0.431s) |
936 | 2024-11-02T03:15:19.334Z | Planning: Planning completed in 10.42 seconds |
937 | 2024-11-02T03:15:19.349Z | Packages to install: 4 |
938 | 2024-11-02T03:15:19.349Z | Packages to update: 1 |
939 | 2024-11-02T03:15:19.352Z | Mediators to change: 2 |
940 | 2024-11-02T03:15:19.352Z | Services to change: 1 |
941 | 2024-11-02T03:15:19.352Z | Estimated space available: 155.36 GB |
942 | 2024-11-02T03:15:19.352Z | Estimated space to be consumed: 1.59 GB |
943 | 2024-11-02T03:15:19.352Z | Create boot environment: No |
944 | 2024-11-02T03:15:19.352Z | Create backup boot environment: Yes |
945 | 2024-11-02T03:15:19.352Z | Rebuild boot archive: No |
946 | 2024-11-02T03:15:19.352Z | |
947 | 2024-11-02T03:15:19.352Z | Changed mediators: |
948 | 2024-11-02T03:15:19.352Z | mediator clang: |
949 | 2024-11-02T03:15:19.352Z | version: None -> 15 (system default) |
950 | 2024-11-02T03:15:19.352Z | |
951 | 2024-11-02T03:15:19.352Z | mediator llvm: |
952 | 2024-11-02T03:15:19.352Z | version: 14 (system default) -> 15 (system default) |
953 | 2024-11-02T03:15:19.352Z | |
954 | 2024-11-02T03:15:19.352Z | Changed packages: |
955 | 2024-11-02T03:15:19.352Z | helios-dev |
956 | 2024-11-02T03:15:19.352Z | developer/build-essential |
957 | 2024-11-02T03:15:19.352Z | None -> 11-2.0 |
958 | 2024-11-02T03:15:19.352Z | library/libxmlsec1 |
959 | 2024-11-02T03:15:19.352Z | None -> 1.2.35-2.0 |
960 | 2024-11-02T03:15:19.352Z | ooce/developer/clang-15 |
961 | 2024-11-02T03:15:19.352Z | None -> 15.0.7-2.0 |
962 | 2024-11-02T03:15:19.352Z | ooce/developer/llvm-15 |
963 | 2024-11-02T03:15:19.352Z | None -> 15.0.7-2.0 |
964 | 2024-11-02T03:15:19.352Z | package/pkg |
965 | 2024-11-02T03:15:19.352Z | 0.5.11-2.0 -> 0.5.11-2.1.6412 |
966 | 2024-11-02T03:15:19.352Z | |
967 | 2024-11-02T03:15:19.353Z | Services: |
968 | 2024-11-02T03:15:19.353Z | restart_fmri: |
969 | 2024-11-02T03:15:19.353Z | svc:/system/update-man-index:default |
970 | 2024-11-02T03:15:19.353Z | |
971 | 2024-11-02T03:15:19.353Z | Editable files to change: |
972 | 2024-11-02T03:15:19.353Z | Update: |
973 | 2024-11-02T03:15:19.353Z | usr/share/lib/pkg/web/config.shtml |
974 | 2024-11-02T03:15:19.430Z | |
975 | 2024-11-02T03:15:19.430Z | Download: 0/4281 items 0.0/220.6MB 0% complete |
976 | 2024-11-02T03:15:24.437Z | Download: 1445/4281 items 117.3/220.6MB 53% complete (23.5M/s) |
977 | 2024-11-02T03:15:29.432Z | Download: 3205/4281 items 165.8/220.6MB 75% complete (16.6M/s) |
978 | 2024-11-02T03:15:34.715Z | Download: 4207/4281 items 220.6/220.6MB 99% complete (15.2M/s) |
979 | 2024-11-02T03:15:34.822Z | Download: Completed 220.60 MB in 15.39 seconds (14.3M/s) |
980 | 2024-11-02T03:15:36.954Z | Actions: 1/5063 actions (Removing old actions) |
981 | 2024-11-02T03:15:36.973Z | Actions: 194/5063 actions (Installing new actions) |
982 | 2024-11-02T03:15:41.711Z | Actions: 4226/5063 actions (Updating modified actions) |
983 | 2024-11-02T03:15:42.032Z | Actions: Completed 5063 actions in 5.08 seconds. |
984 | 2024-11-02T03:15:42.404Z | Done (0.364s) |
985 | 2024-11-02T03:15:42.407Z | Done (0.000s) |
986 | 2024-11-02T03:15:42.906Z | Done (0.500s) |
987 | 2024-11-02T03:15:47.185Z | Done (4.072s) |
988 | 2024-11-02T03:15:47.274Z | Done (0.017s) |
989 | 2024-11-02T03:15:47.277Z | Done (0.000s) |
990 | 2024-11-02T03:15:47.459Z | Done (0.000s) |
991 | 2024-11-02T03:15:48.145Z | Planning: Evaluating mediator changes ... Done |
992 | 2024-11-02T03:15:48.344Z | Planning: Checking for conflicting actions ... Done |
993 | 2024-11-02T03:15:48.395Z | Planning: Consolidating action changes ... Done |
994 | 2024-11-02T03:15:48.584Z | Planning: Evaluating mediators ... Done |
995 | 2024-11-02T03:15:48.597Z | Planning: Planning completed in 0.46 seconds |
996 | 2024-11-02T03:15:48.622Z | Mediators to change: 2 |
997 | 2024-11-02T03:15:48.627Z | Create boot environment: No |
998 | 2024-11-02T03:15:48.627Z | Create backup boot environment: No |
999 | 2024-11-02T03:15:48.716Z | Done |
1000 | 2024-11-02T03:15:48.716Z | Done |
1001 | 2024-11-02T03:15:49.057Z | Done |
1002 | 2024-11-02T03:15:52.752Z | Done |
1003 | 2024-11-02T03:15:52.844Z | Done |
1004 | 2024-11-02T03:15:52.846Z | Done |
1005 | 2024-11-02T03:15:52.965Z | Done |
1006 | 2024-11-02T03:15:53.584Z | Planning: Evaluating mediator changes ... Done |
1007 | 2024-11-02T03:15:53.587Z | Planning: Merging actions ... Done |
1008 | 2024-11-02T03:15:53.777Z | Planning: Checking for conflicting actions ... Done |
1009 | 2024-11-02T03:15:53.779Z | Planning: Consolidating action changes ... Done |
1010 | 2024-11-02T03:15:54.045Z | Planning: Evaluating mediators ... Done |
1011 | 2024-11-02T03:15:54.102Z | Planning: Planning completed in 0.76 seconds |
1012 | 2024-11-02T03:15:54.143Z | Packages to change: 1 |
1013 | 2024-11-02T03:15:54.145Z | Mediators to change: 1 |
1014 | 2024-11-02T03:15:54.145Z | Services to change: 1 |
1015 | 2024-11-02T03:15:54.145Z | Create boot environment: No |
1016 | 2024-11-02T03:15:54.145Z | Create backup boot environment: Yes |
1017 | 2024-11-02T03:15:56.194Z | Actions: 1/6 actions (Updating modified actions) |
1018 | 2024-11-02T03:15:56.198Z | Actions: Completed 6 actions in 0.00 seconds. |
1019 | 2024-11-02T03:15:56.198Z | Done |
1020 | 2024-11-02T03:15:56.198Z | Done |
1021 | 2024-11-02T03:15:56.302Z | Done |
1022 | 2024-11-02T03:15:59.831Z | Done |
1023 | 2024-11-02T03:15:59.929Z | Done |
1024 | 2024-11-02T03:15:59.937Z | Done |
1025 | 2024-11-02T03:16:00.053Z | Done |
1026 | 2024-11-02T03:16:00.494Z | MEDIATOR VER. SRC. VERSION IMPL. SRC. IMPLEMENTATION |
1027 | 2024-11-02T03:16:00.495Z | clang system 15 system |
1028 | 2024-11-02T03:16:00.495Z | csh system system illumos |
1029 | 2024-11-02T03:16:00.495Z | ctags system system illumos |
1030 | 2024-11-02T03:16:00.495Z | gcc vendor 12 vendor |
1031 | 2024-11-02T03:16:00.495Z | gcc system 10 system |
1032 | 2024-11-02T03:16:00.495Z | gcc system 7 system |
1033 | 2024-11-02T03:16:00.495Z | go system 1.20 system |
1034 | 2024-11-02T03:16:00.495Z | go system 1.19 system |
1035 | 2024-11-02T03:16:00.495Z | llvm system 15 system |
1036 | 2024-11-02T03:16:00.495Z | llvm system 14 system |
1037 | 2024-11-02T03:16:00.495Z | mariadb system 10.6 system |
1038 | 2024-11-02T03:16:00.495Z | mta vendor vendor dma |
1039 | 2024-11-02T03:16:00.495Z | openjdk system 17 system |
1040 | 2024-11-02T03:16:00.495Z | openjdk system 11 system |
1041 | 2024-11-02T03:16:00.495Z | openjdk system 1.8 system |
1042 | 2024-11-02T03:16:00.495Z | openssl vendor 3 vendor |
1043 | 2024-11-02T03:16:00.495Z | perl system 5.36 system |
1044 | 2024-11-02T03:16:00.495Z | postgresql system 15 system |
1045 | 2024-11-02T03:16:00.495Z | postgresql system 13 system |
1046 | 2024-11-02T03:16:00.495Z | python vendor 3 vendor |
1047 | 2024-11-02T03:16:00.495Z | python system 2 system |
1048 | 2024-11-02T03:16:00.495Z | python3 system 3.11 system |
1049 | 2024-11-02T03:16:00.495Z | ruby system 3.0 system |
1050 | 2024-11-02T03:16:00.495Z | words vendor vendor american-english |
1051 | 2024-11-02T03:16:00.495Z | words system system australian-english |
1052 | 2024-11-02T03:16:00.495Z | words system system british-english |
1053 | 2024-11-02T03:16:00.495Z | words system system canadian-english |
1054 | 2024-11-02T03:16:00.495Z | words system system french |
1055 | 2024-11-02T03:16:00.495Z | words system system italian |
1056 | 2024-11-02T03:16:00.495Z | words system system ngerman |
1057 | 2024-11-02T03:16:00.495Z | words system system ogerman |
1058 | 2024-11-02T03:16:00.495Z | words system system spanish |
1059 | 2024-11-02T03:16:00.830Z | PUBLISHER TYPE STATUS P LOCATION |
1060 | 2024-11-02T03:16:00.830Z | helios-dev origin online F https://pkg.oxide.computer/helios/2/dev/ |
1061 | 2024-11-02T03:16:03.280Z | FMRI IFO |
1062 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/developer/build-essential@11-2.0:20230623T110919Z im- |
1063 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/developer/pkg-config@0.29.2-2.0:20230621T191911Z i-- |
1064 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/library/libxmlsec1@1.2.35-2.0:20230624T123441Z im- |
1065 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20231012T123315Z im- |
1066 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/ooce/developer/clang-15@15.0.7-2.0:20230623T141037Z --- |
1067 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/ooce/library/postgresql-13@13.11-2.0:20230623T123131Z i-- |
1068 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/package/pkg@0.5.11-2.1.6412:20240822T193324Z im- |
1069 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20231020T135332Z --- |
1070 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/package/pkg@0.5.11-2.0:20230621T202036Z --- |
1071 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/system/library/g++-runtime@14-2.0:20241021T223805Z --- |
1072 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/system/library/g++-runtime@13-2.0:20231118T213948Z i-- |
1073 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/system/library/g++-runtime@12-2.0:20230621T201406Z --- |
1074 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/system/library/gcc-runtime@14-2.0:20241021T223750Z --- |
1075 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/system/library/gcc-runtime@13-2.0:20231118T213832Z i-- |
1076 | 2024-11-02T03:16:03.280Z | pkg://helios-dev/system/library/gcc-runtime@12-2.0:20230621T201432Z --- |
1077 | 2024-11-02T03:16:04.258Z | Downloading crates ... |
1078 | 2024-11-02T03:16:04.357Z | Downloaded cargo_toml v0.20.5 |
1079 | 2024-11-02T03:16:04.496Z | Compiling proc-macro2 v1.0.87 |
1080 | 2024-11-02T03:16:04.496Z | Compiling unicode-ident v1.0.13 |
1081 | 2024-11-02T03:16:04.498Z | Compiling version_check v0.9.5 |
1082 | 2024-11-02T03:16:04.498Z | Compiling serde v1.0.210 |
1083 | 2024-11-02T03:16:04.498Z | Compiling thiserror v1.0.64 |
1084 | 2024-11-02T03:16:04.498Z | Compiling memchr v2.7.4 |
1085 | 2024-11-02T03:16:04.498Z | Compiling libc v0.2.161 |
1086 | 2024-11-02T03:16:04.518Z | Compiling ryu v1.0.18 |
1087 | 2024-11-02T03:16:04.774Z | Compiling itoa v1.0.11 |
1088 | 2024-11-02T03:16:04.886Z | Compiling ucd-trie v0.1.7 |
1089 | 2024-11-02T03:16:05.000Z | Compiling once_cell v1.20.2 |
1090 | 2024-11-02T03:16:05.316Z | Compiling byteorder v1.5.0 |
1091 | 2024-11-02T03:16:05.415Z | Compiling rustix v0.38.37 |
1092 | 2024-11-02T03:16:05.467Z | Compiling serde_json v1.0.128 |
1093 | 2024-11-02T03:16:05.732Z | Compiling bitflags v2.6.0 |
1094 | 2024-11-02T03:16:05.802Z | Compiling usdt-impl v0.5.0 |
1095 | 2024-11-02T03:16:06.118Z | Compiling proc-macro-error-attr v1.0.4 |
1096 | 2024-11-02T03:16:06.130Z | Compiling syn v1.0.109 |
1097 | 2024-11-02T03:16:06.140Z | Compiling proc-macro-error v1.0.4 |
1098 | 2024-11-02T03:16:06.267Z | Compiling quote v1.0.37 |
1099 | 2024-11-02T03:16:06.291Z | Compiling equivalent v1.0.1 |
1100 | 2024-11-02T03:16:06.397Z | Compiling utf8parse v0.2.2 |
1101 | 2024-11-02T03:16:06.425Z | Compiling hashbrown v0.15.0 |
1102 | 2024-11-02T03:16:06.443Z | Compiling camino v1.1.9 |
1103 | 2024-11-02T03:16:06.546Z | Compiling plain v0.2.3 |
1104 | 2024-11-02T03:16:06.695Z | Compiling syn v2.0.79 |
1105 | 2024-11-02T03:16:06.729Z | Compiling errno v0.3.9 |
1106 | 2024-11-02T03:16:06.938Z | Compiling thread-id v4.2.2 |
1107 | 2024-11-02T03:16:06.953Z | Compiling log v0.4.22 |
1108 | 2024-11-02T03:16:07.051Z | Compiling anstyle-parse v0.2.5 |
1109 | 2024-11-02T03:16:07.326Z | Compiling unicode-width v0.1.14 |
1110 | 2024-11-02T03:16:07.374Z | Compiling winnow v0.6.20 |
1111 | 2024-11-02T03:16:07.578Z | Compiling indexmap v2.6.0 |
1112 | 2024-11-02T03:16:07.659Z | Compiling pretty-hex v0.4.1 |
1113 | 2024-11-02T03:16:07.844Z | Compiling anstyle v1.0.8 |
1114 | 2024-11-02T03:16:07.878Z | Compiling is_terminal_polyfill v1.70.1 |
1115 | 2024-11-02T03:16:07.902Z | Compiling anstyle-query v1.1.1 |
1116 | 2024-11-02T03:16:07.990Z | Compiling colorchoice v1.0.2 |
1117 | 2024-11-02T03:16:08.038Z | Compiling autocfg v1.4.0 |
1118 | 2024-11-02T03:16:08.148Z | Compiling semver v1.0.23 |
1119 | 2024-11-02T03:16:08.290Z | Compiling anstream v0.6.15 |
1120 | 2024-11-02T03:16:08.960Z | Compiling heck v0.5.0 |
1121 | 2024-11-02T03:16:08.976Z | Compiling cfg-if v1.0.0 |
1122 | 2024-11-02T03:16:09.023Z | Compiling strsim v0.11.1 |
1123 | 2024-11-02T03:16:09.062Z | Compiling anyhow v1.0.92 |
1124 | 2024-11-02T03:16:09.127Z | Compiling fs-err v2.11.0 |
1125 | 2024-11-02T03:16:09.423Z | Compiling terminal_size v0.4.0 |
1126 | 2024-11-02T03:16:09.621Z | Compiling bytecount v0.6.8 |
1127 | 2024-11-02T03:16:09.676Z | Compiling fnv v1.0.7 |
1128 | 2024-11-02T03:16:09.806Z | Compiling heck v0.4.1 |
1129 | 2024-11-02T03:16:09.848Z | Compiling fastrand v2.1.1 |
1130 | 2024-11-02T03:16:09.862Z | Compiling clap_lex v0.7.2 |
1131 | 2024-11-02T03:16:09.865Z | Compiling papergrid v0.11.0 |
1132 | 2024-11-02T03:16:10.335Z | Compiling tempfile v3.13.0 |
1133 | 2024-11-02T03:16:10.439Z | Compiling clap_builder v4.5.20 |
1134 | 2024-11-02T03:16:10.686Z | Compiling memmap v0.7.0 |
1135 | 2024-11-02T03:16:10.842Z | Compiling unicode-linebreak v0.1.5 |
1136 | 2024-11-02T03:16:11.047Z | Compiling smawk v0.3.2 |
1137 | 2024-11-02T03:16:11.258Z | Compiling textwrap v0.16.1 |
1138 | 2024-11-02T03:16:11.333Z | Compiling swrite v0.1.0 |
1139 | 2024-11-02T03:16:12.497Z | Compiling tabled_derive v0.7.0 |
1140 | 2024-11-02T03:16:14.048Z | Compiling tabled v0.15.0 |
1141 | 2024-11-02T03:16:14.784Z | Compiling serde_derive v1.0.210 |
1142 | 2024-11-02T03:16:14.784Z | Compiling thiserror-impl v1.0.64 |
1143 | 2024-11-02T03:16:14.787Z | Compiling zerocopy-derive v0.7.35 |
1144 | 2024-11-02T03:16:14.787Z | Compiling scroll_derive v0.12.0 |
1145 | 2024-11-02T03:16:15.099Z | Compiling clap_derive v4.5.18 |
1146 | 2024-11-02T03:16:16.221Z | Compiling scroll v0.12.0 |
1147 | 2024-11-02T03:16:16.701Z | Compiling goblin v0.8.2 |
1148 | 2024-11-02T03:16:16.928Z | Compiling zerocopy v0.7.35 |
1149 | 2024-11-02T03:16:17.579Z | Compiling pest v2.7.14 |
1150 | 2024-11-02T03:16:18.525Z | Compiling clap v4.5.20 |
1151 | 2024-11-02T03:16:19.865Z | Compiling pest_meta v2.7.14 |
1152 | 2024-11-02T03:16:20.753Z | Compiling pest_generator v2.7.14 |
1153 | 2024-11-02T03:16:22.492Z | Compiling pest_derive v2.7.14 |
1154 | 2024-11-02T03:16:23.151Z | Compiling dtrace-parser v0.2.0 |
1155 | 2024-11-02T03:16:24.545Z | Compiling serde_spanned v0.6.8 |
1156 | 2024-11-02T03:16:24.545Z | Compiling toml_datetime v0.6.8 |
1157 | 2024-11-02T03:16:24.548Z | Compiling cargo-platform v0.1.8 |
1158 | 2024-11-02T03:16:24.914Z | Compiling serde_tokenstream v0.2.2 |
1159 | 2024-11-02T03:16:25.075Z | Compiling toml_edit v0.22.22 |
1160 | 2024-11-02T03:16:25.089Z | Compiling macaddr v1.0.1 |
1161 | 2024-11-02T03:16:25.143Z | Compiling camino-tempfile v1.1.1 |
1162 | 2024-11-02T03:16:26.020Z | Compiling dof v0.3.0 |
1163 | 2024-11-02T03:16:26.020Z | Compiling cargo_metadata v0.18.1 |
1164 | 2024-11-02T03:16:27.889Z | Compiling toml v0.8.19 |
1165 | 2024-11-02T03:16:27.905Z | Compiling usdt-attr-macro v0.5.0 |
1166 | 2024-11-02T03:16:27.908Z | Compiling usdt-macro v0.5.0 |
1167 | 2024-11-02T03:16:28.728Z | Compiling cargo_toml v0.20.5 |
1168 | 2024-11-02T03:16:29.164Z | Compiling usdt v0.5.0 |
1169 | 2024-11-02T03:16:32.197Z | Compiling xtask v0.1.0 (/work/oxidecomputer/omicron/dev-tools/xtask) |
1170 | 2024-11-02T03:16:36.026Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 32.25s |
1171 | 2024-11-02T03:16:36.084Z | Running `target/debug/xtask download cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1172 | 2024-11-02T03:16:36.878Z | Compiling serde v1.0.210 |
1173 | 2024-11-02T03:16:36.882Z | Compiling lock_api v0.4.12 |
1174 | 2024-11-02T03:16:36.882Z | Compiling scopeguard v1.2.0 |
1175 | 2024-11-02T03:16:36.882Z | Compiling value-bag v1.9.0 |
1176 | 2024-11-02T03:16:36.882Z | Compiling typenum v1.17.0 |
1177 | 2024-11-02T03:16:36.882Z | Compiling generic-array v0.14.7 |
1178 | 2024-11-02T03:16:37.042Z | Compiling syn v2.0.79 |
1179 | 2024-11-02T03:16:37.055Z | Compiling getrandom v0.2.15 |
1180 | 2024-11-02T03:16:37.182Z | Compiling subtle v2.6.1 |
1181 | 2024-11-02T03:16:37.281Z | Compiling rand_core v0.6.4 |
1182 | 2024-11-02T03:16:37.447Z | Compiling log v0.4.22 |
1183 | 2024-11-02T03:16:37.558Z | Compiling shlex v1.3.0 |
1184 | 2024-11-02T03:16:37.583Z | Compiling jobserver v0.1.32 |
1185 | 2024-11-02T03:16:37.600Z | Compiling const-oid v0.9.6 |
1186 | 2024-11-02T03:16:37.809Z | Compiling pin-project-lite v0.2.14 |
1187 | 2024-11-02T03:16:37.905Z | Compiling spin v0.9.8 |
1188 | 2024-11-02T03:16:37.931Z | Compiling smallvec v1.13.2 |
1189 | 2024-11-02T03:16:37.947Z | Compiling cc v1.1.30 |
1190 | 2024-11-02T03:16:38.287Z | Compiling rustix v0.38.37 |
1191 | 2024-11-02T03:16:38.304Z | Compiling parking_lot_core v0.9.10 |
1192 | 2024-11-02T03:16:38.343Z | Compiling futures-core v0.3.31 |
1193 | 2024-11-02T03:16:38.475Z | Compiling signal-hook-registry v1.4.2 |
1194 | 2024-11-02T03:16:38.567Z | Compiling mio v1.0.2 |
1195 | 2024-11-02T03:16:39.202Z | Compiling parking_lot v0.12.3 |
1196 | 2024-11-02T03:16:39.265Z | Compiling aho-corasick v1.1.3 |
1197 | 2024-11-02T03:16:39.415Z | Compiling either v1.13.0 |
1198 | 2024-11-02T03:16:39.486Z | Compiling regex-syntax v0.8.5 |
1199 | 2024-11-02T03:16:39.681Z | Compiling cpufeatures v0.2.14 |
1200 | 2024-11-02T03:16:39.694Z | Compiling lazy_static v1.5.0 |
1201 | 2024-11-02T03:16:39.771Z | Compiling glob v0.3.1 |
1202 | 2024-11-02T03:16:39.804Z | Compiling futures-sink v0.3.31 |
1203 | 2024-11-02T03:16:39.850Z | Compiling socket2 v0.5.7 |
1204 | 2024-11-02T03:16:39.967Z | Compiling slab v0.4.9 |
1205 | 2024-11-02T03:16:40.073Z | Compiling prettyplease v0.2.22 |
1206 | 2024-11-02T03:16:40.392Z | Compiling minimal-lexical v0.2.1 |
1207 | 2024-11-02T03:16:40.743Z | Compiling libloading v0.8.5 |
1208 | 2024-11-02T03:16:40.762Z | Compiling clang-sys v1.8.1 |
1209 | 2024-11-02T03:16:40.886Z | Compiling nom v7.1.3 |
1210 | 2024-11-02T03:16:40.902Z | Compiling bindgen v0.69.5 |
1211 | 2024-11-02T03:16:41.159Z | Compiling serde_json v1.0.128 |
1212 | 2024-11-02T03:16:41.483Z | Compiling home v0.5.9 |
1213 | 2024-11-02T03:16:41.748Z | Compiling futures-channel v0.3.31 |
1214 | 2024-11-02T03:16:41.768Z | Compiling itertools v0.12.1 |
1215 | 2024-11-02T03:16:41.942Z | Compiling foldhash v0.1.3 |
1216 | 2024-11-02T03:16:42.165Z | Compiling lazycell v1.3.0 |
1217 | 2024-11-02T03:16:42.256Z | Compiling rustc-hash v1.1.0 |
1218 | 2024-11-02T03:16:42.343Z | Compiling futures-io v0.3.31 |
1219 | 2024-11-02T03:16:42.414Z | Compiling tinyvec_macros v0.1.1 |
1220 | 2024-11-02T03:16:42.508Z | Compiling allocator-api2 v0.2.18 |
1221 | 2024-11-02T03:16:42.697Z | Compiling futures-task v0.3.31 |
1222 | 2024-11-02T03:16:43.013Z | Compiling pin-utils v0.1.0 |
1223 | 2024-11-02T03:16:43.114Z | Compiling tinyvec v1.8.0 |
1224 | 2024-11-02T03:16:43.319Z | Compiling regex-automata v0.4.8 |
1225 | 2024-11-02T03:16:44.335Z | Compiling cexpr v0.6.0 |
1226 | 2024-11-02T03:16:44.602Z | Compiling hashbrown v0.15.0 |
1227 | 2024-11-02T03:16:44.870Z | Compiling cmake v0.1.51 |
1228 | 2024-11-02T03:16:45.861Z | Compiling fs_extra v1.3.0 |
1229 | 2024-11-02T03:16:46.021Z | Compiling libm v0.2.8 |
1230 | 2024-11-02T03:16:46.055Z | Compiling pkg-config v0.3.31 |
1231 | 2024-11-02T03:16:46.071Z | Compiling dunce v1.0.5 |
1232 | 2024-11-02T03:16:46.201Z | Compiling unicode-normalization v0.1.24 |
1233 | 2024-11-02T03:16:46.404Z | Compiling num-traits v0.2.19 |
1234 | 2024-11-02T03:16:46.452Z | Compiling unicode-bidi v0.3.17 |
1235 | 2024-11-02T03:16:47.337Z | Compiling ring v0.17.8 |
1236 | 2024-11-02T03:16:47.517Z | Compiling base64ct v1.6.0 |
1237 | 2024-11-02T03:16:47.565Z | Compiling paste v1.0.15 |
1238 | 2024-11-02T03:16:47.795Z | Compiling aws-lc-rs v1.10.0 |
1239 | 2024-11-02T03:16:48.121Z | Compiling pem-rfc7468 v0.7.0 |
1240 | 2024-11-02T03:16:48.248Z | Compiling flagset v0.4.6 |
1241 | 2024-11-02T03:16:48.300Z | Compiling httparse v1.9.5 |
1242 | 2024-11-02T03:16:48.831Z | Compiling regex v1.11.0 |
1243 | 2024-11-02T03:16:49.142Z | Compiling tracing-core v0.1.32 |
1244 | 2024-11-02T03:16:49.726Z | Compiling percent-encoding v2.3.1 |
1245 | 2024-11-02T03:16:49.882Z | Compiling crossbeam-utils v0.8.20 |
1246 | 2024-11-02T03:16:50.020Z | Compiling rustls-pki-types v1.9.0 |
1247 | 2024-11-02T03:16:50.481Z | Compiling powerfmt v0.2.0 |
1248 | 2024-11-02T03:16:50.501Z | Compiling mirai-annotations v1.12.0 |
1249 | 2024-11-02T03:16:50.677Z | Compiling num-conv v0.1.0 |
1250 | 2024-11-02T03:16:50.695Z | Compiling serde_derive v1.0.210 |
1251 | 2024-11-02T03:16:51.780Z | Compiling zeroize_derive v1.4.2 |
1252 | 2024-11-02T03:16:51.783Z | Compiling zerocopy-derive v0.7.35 |
1253 | 2024-11-02T03:16:51.783Z | Compiling tokio-macros v2.4.0 |
1254 | 2024-11-02T03:16:51.783Z | Compiling thiserror-impl v1.0.64 |
1255 | 2024-11-02T03:16:52.292Z | Compiling zeroize v1.8.1 |
1256 | 2024-11-02T03:16:52.456Z | Compiling futures-macro v0.3.31 |
1257 | 2024-11-02T03:16:52.865Z | Compiling der_derive v0.7.3 |
1258 | 2024-11-02T03:16:52.981Z | Compiling zerocopy v0.7.35 |
1259 | 2024-11-02T03:16:54.115Z | Compiling crypto-common v0.1.6 |
1260 | 2024-11-02T03:16:54.151Z | Compiling block-buffer v0.10.4 |
1261 | 2024-11-02T03:16:54.237Z | Compiling thiserror v1.0.64 |
1262 | 2024-11-02T03:16:54.311Z | Compiling futures-util v0.3.31 |
1263 | 2024-11-02T03:16:54.381Z | Compiling digest v0.10.7 |
1264 | 2024-11-02T03:16:54.384Z | Compiling block-padding v0.3.3 |
1265 | 2024-11-02T03:16:54.414Z | Compiling tracing-attributes v0.1.27 |
1266 | 2024-11-02T03:16:54.595Z | Compiling inout v0.1.3 |
1267 | 2024-11-02T03:16:54.785Z | Compiling ppv-lite86 v0.2.20 |
1268 | 2024-11-02T03:16:54.866Z | Compiling hmac v0.12.1 |
1269 | 2024-11-02T03:16:54.896Z | Compiling cipher v0.4.4 |
1270 | 2024-11-02T03:16:55.113Z | Compiling sha2 v0.10.8 |
1271 | 2024-11-02T03:16:55.159Z | Compiling pbkdf2 v0.12.2 |
1272 | 2024-11-02T03:16:55.204Z | Compiling der v0.7.9 |
1273 | 2024-11-02T03:16:55.353Z | Compiling pest v2.7.14 |
1274 | 2024-11-02T03:16:55.461Z | Compiling rand_chacha v0.3.1 |
1275 | 2024-11-02T03:16:55.531Z | Compiling salsa20 v0.10.2 |
1276 | 2024-11-02T03:16:55.774Z | Compiling untrusted v0.9.0 |
1277 | 2024-11-02T03:16:55.961Z | Compiling rand v0.8.5 |
1278 | 2024-11-02T03:16:57.796Z | Compiling spki v0.7.3 |
1279 | 2024-11-02T03:16:58.028Z | Compiling tracing v0.1.40 |
1280 | 2024-11-02T03:16:58.112Z | Compiling vcpkg v0.2.15 |
1281 | 2024-11-02T03:16:58.171Z | Compiling untrusted v0.7.1 |
1282 | 2024-11-02T03:16:58.355Z | Compiling time-core v0.1.2 |
1283 | 2024-11-02T03:16:58.445Z | Compiling pest_meta v2.7.14 |
1284 | 2024-11-02T03:16:58.517Z | Compiling time-macros v0.2.18 |
1285 | 2024-11-02T03:16:58.647Z | Compiling scrypt v0.11.0 |
1286 | 2024-11-02T03:16:58.769Z | Compiling cbc v0.1.2 |
1287 | 2024-11-02T03:16:59.000Z | Compiling aes v0.8.4 |
1288 | 2024-11-02T03:16:59.234Z | Compiling deranged v0.3.11 |
1289 | 2024-11-02T03:17:00.193Z | Compiling openssl-sys v0.9.103 |
1290 | 2024-11-02T03:17:00.866Z | Compiling scroll_derive v0.12.0 |
1291 | 2024-11-02T03:17:01.338Z | Compiling num_threads v0.1.7 |
1292 | 2024-11-02T03:17:01.456Z | Compiling atomic-waker v1.1.2 |
1293 | 2024-11-02T03:17:01.662Z | Compiling time v0.3.36 |
1294 | 2024-11-02T03:17:01.758Z | Compiling pkcs5 v0.7.1 |
1295 | 2024-11-02T03:17:01.930Z | Compiling pest_generator v2.7.14 |
1296 | 2024-11-02T03:17:02.323Z | Compiling scroll v0.12.0 |
1297 | 2024-11-02T03:17:02.342Z | Compiling form_urlencoded v1.2.1 |
1298 | 2024-11-02T03:17:02.520Z | Compiling try-lock v0.2.5 |
1299 | 2024-11-02T03:17:02.673Z | Compiling slog v2.7.0 |
1300 | 2024-11-02T03:17:02.691Z | Compiling want v0.3.1 |
1301 | 2024-11-02T03:17:02.875Z | Compiling goblin v0.8.2 |
1302 | 2024-11-02T03:17:02.945Z | Compiling pkcs8 v0.10.2 |
1303 | 2024-11-02T03:17:02.971Z | Compiling httpdate v1.0.3 |
1304 | 2024-11-02T03:17:03.168Z | Compiling idna v0.5.0 |
1305 | 2024-11-02T03:17:03.443Z | Compiling openssl v0.10.66 |
1306 | 2024-11-02T03:17:03.657Z | Compiling adler2 v2.0.0 |
1307 | 2024-11-02T03:17:03.872Z | Compiling foreign-types-shared v0.1.1 |
1308 | 2024-11-02T03:17:03.874Z | Compiling match_cfg v0.1.0 |
1309 | 2024-11-02T03:17:03.907Z | Compiling pest_derive v2.7.14 |
1310 | 2024-11-02T03:17:03.983Z | Compiling rustversion v1.0.17 |
1311 | 2024-11-02T03:17:04.001Z | Compiling iana-time-zone v0.1.61 |
1312 | 2024-11-02T03:17:04.071Z | Compiling tower-service v0.3.3 |
1313 | 2024-11-02T03:17:04.204Z | Compiling bitflags v2.6.0 |
1314 | 2024-11-02T03:17:04.470Z | Compiling bytes v1.7.2 |
1315 | 2024-11-02T03:17:04.690Z | Compiling indexmap v2.6.0 |
1316 | 2024-11-02T03:17:04.696Z | Compiling semver v1.0.23 |
1317 | 2024-11-02T03:17:04.724Z | Compiling dtrace-parser v0.2.0 |
1318 | 2024-11-02T03:17:05.485Z | Compiling tokio v1.40.0 |
1319 | 2024-11-02T03:17:05.830Z | Compiling http v1.1.0 |
1320 | 2024-11-02T03:17:06.315Z | Compiling rustc_version v0.4.1 |
1321 | 2024-11-02T03:17:06.823Z | Compiling uuid v1.10.0 |
1322 | 2024-11-02T03:17:06.929Z | Compiling serde_spanned v0.6.8 |
1323 | 2024-11-02T03:17:07.067Z | Compiling serde_tokenstream v0.2.2 |
1324 | 2024-11-02T03:17:07.175Z | Compiling toml_datetime v0.6.8 |
1325 | 2024-11-02T03:17:07.692Z | Compiling http-body v1.0.1 |
1326 | 2024-11-02T03:17:07.710Z | Compiling base64 v0.22.1 |
1327 | 2024-11-02T03:17:07.867Z | Compiling chrono v0.4.38 |
1328 | 2024-11-02T03:17:07.938Z | Compiling url v2.5.2 |
1329 | 2024-11-02T03:17:08.267Z | Compiling hostname v0.3.1 |
1330 | 2024-11-02T03:17:08.309Z | Compiling foreign-types v0.3.2 |
1331 | 2024-11-02T03:17:08.438Z | Compiling miniz_oxide v0.8.0 |
1332 | 2024-11-02T03:17:08.530Z | Compiling which v4.4.2 |
1333 | 2024-11-02T03:17:09.824Z | Compiling dof v0.3.0 |
1334 | 2024-11-02T03:17:09.912Z | Compiling async-trait v0.1.83 |
1335 | 2024-11-02T03:17:09.943Z | Compiling openssl-macros v0.1.1 |
1336 | 2024-11-02T03:17:09.961Z | Compiling dirs-sys-next v0.1.2 |
1337 | 2024-11-02T03:17:10.608Z | Compiling usdt-impl v0.5.0 |
1338 | 2024-11-02T03:17:10.703Z | Compiling data-encoding v2.6.0 |
1339 | 2024-11-02T03:17:11.565Z | Compiling rustls v0.22.4 |
1340 | 2024-11-02T03:17:11.847Z | Compiling native-tls v0.2.12 |
1341 | 2024-11-02T03:17:11.905Z | Compiling siphasher v0.3.11 |
1342 | 2024-11-02T03:17:12.094Z | Compiling syn v1.0.109 |
1343 | 2024-11-02T03:17:12.187Z | Compiling rustls v0.23.14 |
1344 | 2024-11-02T03:17:12.474Z | Compiling dirs-next v2.0.0 |
1345 | 2024-11-02T03:17:12.627Z | Compiling http-body-util v0.1.2 |
1346 | 2024-11-02T03:17:12.780Z | Compiling heapless v0.7.17 |
1347 | 2024-11-02T03:17:12.835Z | Compiling crossbeam-epoch v0.9.18 |
1348 | 2024-11-02T03:17:12.961Z | Compiling signature v2.2.0 |
1349 | 2024-11-02T03:17:13.129Z | Compiling sha1 v0.10.6 |
1350 | 2024-11-02T03:17:13.225Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1351 | 2024-11-02T03:17:13.270Z | Compiling serde_derive_internals v0.29.1 |
1352 | 2024-11-02T03:17:13.530Z | Compiling thread_local v1.1.8 |
1353 | 2024-11-02T03:17:13.568Z | Compiling encoding_rs v0.8.34 |
1354 | 2024-11-02T03:17:13.700Z | Compiling cookie v0.18.1 |
1355 | 2024-11-02T03:17:13.978Z | Compiling tokio-util v0.7.12 |
1356 | 2024-11-02T03:17:14.003Z | Compiling multer v3.1.0 |
1357 | 2024-11-02T03:17:14.069Z | Compiling signal-hook v0.3.17 |
1358 | 2024-11-02T03:17:14.297Z | Compiling slog-async v2.8.0 |
1359 | 2024-11-02T03:17:14.362Z | Compiling gimli v0.31.1 |
1360 | 2024-11-02T03:17:14.830Z | Compiling rayon-core v1.12.1 |
1361 | 2024-11-02T03:17:15.116Z | Compiling h2 v0.4.6 |
1362 | 2024-11-02T03:17:15.444Z | Compiling mime v0.3.17 |
1363 | 2024-11-02T03:17:15.776Z | Compiling schemars v0.8.21 |
1364 | 2024-11-02T03:17:16.072Z | Compiling ipnet v2.10.1 |
1365 | 2024-11-02T03:17:16.131Z | Compiling unicode-properties v0.1.3 |
1366 | 2024-11-02T03:17:16.542Z | Compiling openssl-probe v0.1.5 |
1367 | 2024-11-02T03:17:16.903Z | Compiling stringprep v0.1.5 |
1368 | 2024-11-02T03:17:17.318Z | Compiling schemars_derive v0.8.21 |
1369 | 2024-11-02T03:17:17.941Z | Compiling toml_edit v0.22.22 |
1370 | 2024-11-02T03:17:19.468Z | Compiling addr2line v0.24.2 |
1371 | 2024-11-02T03:17:20.184Z | Compiling crossbeam-deque v0.8.5 |
1372 | 2024-11-02T03:17:20.329Z | Compiling usdt-attr-macro v0.5.0 |
1373 | 2024-11-02T03:17:20.490Z | Compiling usdt-macro v0.5.0 |
1374 | 2024-11-02T03:17:20.542Z | Compiling term v0.7.0 |
1375 | 2024-11-02T03:17:20.903Z | Compiling curve25519-dalek v4.1.3 |
1376 | 2024-11-02T03:17:21.587Z | Compiling slog-json v2.6.1 |
1377 | 2024-11-02T03:17:21.909Z | Compiling serde_urlencoded v0.7.1 |
1378 | 2024-11-02T03:17:21.962Z | Compiling crossbeam-channel v0.5.13 |
1379 | 2024-11-02T03:17:21.980Z | Compiling futures-executor v0.3.31 |
1380 | 2024-11-02T03:17:21.982Z | Compiling enum-as-inner v0.6.1 |
1381 | 2024-11-02T03:17:22.441Z | Compiling hyper v1.4.1 |
1382 | 2024-11-02T03:17:22.531Z | Compiling md-5 v0.10.6 |
1383 | 2024-11-02T03:17:22.801Z | Compiling async-stream-impl v0.3.6 |
1384 | 2024-11-02T03:17:23.071Z | Compiling rustls-pemfile v2.2.0 |
1385 | 2024-11-02T03:17:23.089Z | Compiling num-integer v0.1.46 |
1386 | 2024-11-02T03:17:23.414Z | Compiling idna v0.4.0 |
1387 | 2024-11-02T03:17:23.896Z | Compiling idna v0.3.0 |
1388 | 2024-11-02T03:17:24.212Z | Compiling hash32 v0.2.1 |
1389 | 2024-11-02T03:17:24.611Z | Compiling ff v0.13.0 |
1390 | 2024-11-02T03:17:24.845Z | Compiling is-terminal v0.4.13 |
1391 | 2024-11-02T03:17:25.012Z | Compiling hyper-util v0.1.9 |
1392 | 2024-11-02T03:17:25.029Z | Compiling object v0.36.5 |
1393 | 2024-11-02T03:17:25.429Z | Compiling dropshot v0.12.0 |
1394 | 2024-11-02T03:17:25.570Z | Compiling num-bigint-dig v0.8.4 |
1395 | 2024-11-02T03:17:25.751Z | Compiling dyn-clone v1.0.17 |
1396 | 2024-11-02T03:17:25.821Z | Compiling portable-atomic v1.9.0 |
1397 | 2024-11-02T03:17:25.944Z | Compiling psl-types v2.0.11 |
1398 | 2024-11-02T03:17:26.028Z | Compiling linked-hash-map v0.5.6 |
1399 | 2024-11-02T03:17:26.081Z | Compiling base16ct v0.2.0 |
1400 | 2024-11-02T03:17:26.296Z | Compiling smoltcp v0.9.1 |
1401 | 2024-11-02T03:17:26.404Z | Compiling take_mut v0.2.2 |
1402 | 2024-11-02T03:17:26.554Z | Compiling stable_deref_trait v1.2.0 |
1403 | 2024-11-02T03:17:26.560Z | Compiling rustc-demangle v0.1.24 |
1404 | 2024-11-02T03:17:26.653Z | Compiling anyhow v1.0.92 |
1405 | 2024-11-02T03:17:26.820Z | Compiling fallible-iterator v0.2.0 |
1406 | 2024-11-02T03:17:27.024Z | Compiling quick-error v1.2.3 |
1407 | 2024-11-02T03:17:27.153Z | Compiling utf-8 v0.7.6 |
1408 | 2024-11-02T03:17:27.492Z | Compiling tungstenite v0.24.0 |
1409 | 2024-11-02T03:17:27.513Z | Compiling resolv-conf v0.7.0 |
1410 | 2024-11-02T03:17:27.576Z | Compiling postgres-protocol v0.6.7 |
1411 | 2024-11-02T03:17:28.273Z | Compiling sec1 v0.7.3 |
1412 | 2024-11-02T03:17:28.837Z | Compiling lru-cache v0.1.2 |
1413 | 2024-11-02T03:17:28.947Z | Compiling publicsuffix v2.2.3 |
1414 | 2024-11-02T03:17:29.113Z | Compiling usdt v0.5.0 |
1415 | 2024-11-02T03:17:29.197Z | Compiling slog-term v2.9.1 |
1416 | 2024-11-02T03:17:29.394Z | Compiling group v0.13.0 |
1417 | 2024-11-02T03:17:29.604Z | Compiling hickory-proto v0.24.1 |
1418 | 2024-11-02T03:17:29.726Z | Compiling async-stream v0.3.6 |
1419 | 2024-11-02T03:17:29.786Z | Compiling num-iter v0.1.45 |
1420 | 2024-11-02T03:17:30.006Z | Compiling futures v0.3.31 |
1421 | 2024-11-02T03:17:30.073Z | Compiling slog-bunyan v2.5.0 |
1422 | 2024-11-02T03:17:30.259Z | Compiling toml v0.8.19 |
1423 | 2024-11-02T03:17:30.418Z | Compiling tokio-native-tls v0.3.1 |
1424 | 2024-11-02T03:17:32.029Z | Compiling camino v1.1.9 |
1425 | 2024-11-02T03:17:32.722Z | Compiling backtrace v0.3.74 |
1426 | 2024-11-02T03:17:32.917Z | Compiling phf_shared v0.11.2 |
1427 | 2024-11-02T03:17:32.981Z | Compiling terminal_size v0.4.0 |
1428 | 2024-11-02T03:17:33.003Z | Compiling dropshot_endpoint v0.12.0 |
1429 | 2024-11-02T03:17:33.206Z | Compiling openapiv3 v2.0.0 |
1430 | 2024-11-02T03:17:33.295Z | Compiling serde_path_to_error v0.1.16 |
1431 | 2024-11-02T03:17:33.316Z | Compiling waitgroup v0.1.2 |
1432 | 2024-11-02T03:17:33.541Z | Compiling hkdf v0.12.4 |
1433 | 2024-11-02T03:17:33.812Z | Compiling crypto-bigint v0.5.5 |
1434 | 2024-11-02T03:17:34.108Z | Compiling hubpack_derive v0.1.1 |
1435 | 2024-11-02T03:17:34.158Z | Compiling zerocopy-derive v0.6.6 |
1436 | 2024-11-02T03:17:35.049Z | Compiling curve25519-dalek-derive v0.1.1 |
1437 | 2024-11-02T03:17:36.123Z | Compiling webpki-roots v0.26.6 |
1438 | 2024-11-02T03:17:36.263Z | Compiling hostname v0.4.0 |
1439 | 2024-11-02T03:17:36.357Z | Compiling crc32fast v1.4.2 |
1440 | 2024-11-02T03:17:36.508Z | Compiling fs-err v2.11.0 |
1441 | 2024-11-02T03:17:36.542Z | Compiling ahash v0.8.11 |
1442 | 2024-11-02T03:17:36.680Z | Compiling debug-ignore v1.0.5 |
1443 | 2024-11-02T03:17:36.825Z | Compiling winnow v0.5.40 |
1444 | 2024-11-02T03:17:36.843Z | Compiling bitflags v1.3.2 |
1445 | 2024-11-02T03:17:36.894Z | Compiling managed v0.8.0 |
1446 | 2024-11-02T03:17:37.011Z | Compiling elliptic-curve v0.13.8 |
1447 | 2024-11-02T03:17:37.393Z | Compiling clap_builder v4.5.20 |
1448 | 2024-11-02T03:17:37.708Z | Compiling strum_macros v0.25.3 |
1449 | 2024-11-02T03:17:37.847Z | Compiling console v0.15.8 |
1450 | 2024-11-02T03:17:39.381Z | Compiling flate2 v1.0.34 |
1451 | 2024-11-02T03:17:39.852Z | Compiling zerocopy v0.6.6 |
1452 | 2024-11-02T03:17:40.019Z | Compiling hickory-resolver v0.24.1 |
1453 | 2024-11-02T03:17:40.386Z | Compiling hubpack v0.1.2 |
1454 | 2024-11-02T03:17:40.774Z | Compiling toml_edit v0.19.15 |
1455 | 2024-11-02T03:17:40.883Z | Compiling phf v0.11.2 |
1456 | 2024-11-02T03:17:41.191Z | Compiling signal-hook-mio v0.2.4 |
1457 | 2024-11-02T03:17:41.346Z | Compiling cookie_store v0.21.0 |
1458 | 2024-11-02T03:17:41.608Z | Compiling rayon v1.10.0 |
1459 | 2024-11-02T03:17:41.728Z | Compiling bzip2 v0.4.4 |
1460 | 2024-11-02T03:17:42.127Z | Compiling hyper-tls v0.6.0 |
1461 | 2024-11-02T03:17:42.893Z | Compiling tokio-tungstenite v0.24.0 |
1462 | 2024-11-02T03:17:43.459Z | Compiling postgres-types v0.2.8 |
1463 | 2024-11-02T03:17:46.348Z | Compiling tokio-stream v0.1.16 |
1464 | 2024-11-02T03:17:46.442Z | Compiling ed25519 v2.2.3 |
1465 | 2024-11-02T03:17:46.556Z | Compiling phf_shared v0.10.0 |
1466 | 2024-11-02T03:17:46.569Z | Compiling serde-big-array v0.5.1 |
1467 | 2024-11-02T03:17:46.799Z | Compiling pkcs1 v0.7.5 |
1468 | 2024-11-02T03:17:46.957Z | Compiling clap_derive v4.5.18 |
1469 | 2024-11-02T03:17:47.395Z | Compiling rfc6979 v0.4.0 |
1470 | 2024-11-02T03:17:47.591Z | Compiling serde_repr v0.1.19 |
1471 | 2024-11-02T03:17:47.617Z | Compiling derive-where v1.2.7 |
1472 | 2024-11-02T03:17:47.789Z | Compiling float-cmp v0.9.0 |
1473 | 2024-11-02T03:17:48.014Z | Compiling bstr v1.10.0 |
1474 | 2024-11-02T03:17:48.291Z | Compiling sync_wrapper v1.0.1 |
1475 | 2024-11-02T03:17:48.364Z | Compiling normalize-line-endings v0.3.0 |
1476 | 2024-11-02T03:17:48.494Z | Compiling unicode-segmentation v1.12.0 |
1477 | 2024-11-02T03:17:48.595Z | Compiling fixedbitset v0.4.2 |
1478 | 2024-11-02T03:17:48.789Z | Compiling difflib v0.4.0 |
1479 | 2024-11-02T03:17:48.974Z | Compiling new_debug_unreachable v1.0.6 |
1480 | 2024-11-02T03:17:49.066Z | Compiling predicates-core v1.0.8 |
1481 | 2024-11-02T03:17:49.367Z | Compiling static_assertions v1.1.0 |
1482 | 2024-11-02T03:17:49.424Z | Compiling whoami v1.5.2 |
1483 | 2024-11-02T03:17:49.469Z | Compiling bit-vec v0.6.3 |
1484 | 2024-11-02T03:17:49.745Z | Compiling number_prefix v0.4.0 |
1485 | 2024-11-02T03:17:49.941Z | Compiling precomputed-hash v0.1.1 |
1486 | 2024-11-02T03:17:49.974Z | Compiling indicatif v0.17.8 |
1487 | 2024-11-02T03:17:50.078Z | Compiling string_cache v0.8.7 |
1488 | 2024-11-02T03:17:50.095Z | Compiling bit-set v0.5.3 |
1489 | 2024-11-02T03:17:50.357Z | Compiling tokio-postgres v0.7.12 |
1490 | 2024-11-02T03:17:50.384Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1491 | 2024-11-02T03:17:50.579Z | Compiling predicates v3.1.2 |
1492 | 2024-11-02T03:17:51.074Z | Compiling similar v2.6.0 |
1493 | 2024-11-02T03:17:51.606Z | Compiling clap v4.5.20 |
1494 | 2024-11-02T03:17:51.740Z | Compiling petgraph v0.6.5 |
1495 | 2024-11-02T03:17:52.068Z | Compiling ecdsa v0.16.9 |
1496 | 2024-11-02T03:17:52.207Z | Compiling rsa v0.9.6 |
1497 | 2024-11-02T03:17:52.948Z | Compiling ed25519-dalek v2.1.1 |
1498 | 2024-11-02T03:17:53.515Z | Compiling toml v0.7.8 |
1499 | 2024-11-02T03:17:54.258Z | Compiling zip v0.6.6 |
1500 | 2024-11-02T03:17:55.248Z | Compiling crossterm v0.28.1 |
1501 | 2024-11-02T03:17:56.177Z | Compiling hex v0.4.3 |
1502 | 2024-11-02T03:17:56.505Z | Compiling x509-cert v0.2.5 |
1503 | 2024-11-02T03:17:56.507Z | Compiling itertools v0.10.5 |
1504 | 2024-11-02T03:17:56.630Z | Compiling lalrpop-util v0.19.12 |
1505 | 2024-11-02T03:17:56.818Z | Compiling unicode-xid v0.2.6 |
1506 | 2024-11-02T03:17:56.997Z | Compiling peg-runtime v0.8.3 |
1507 | 2024-11-02T03:17:57.014Z | Compiling strum_macros v0.26.4 |
1508 | 2024-11-02T03:17:57.224Z | Compiling xattr v1.3.1 |
1509 | 2024-11-02T03:17:57.495Z | Compiling filetime v0.2.25 |
1510 | 2024-11-02T03:17:57.814Z | Compiling tar v0.4.42 |
1511 | 2024-11-02T03:18:01.832Z | Compiling strum v0.26.3 |
1512 | 2024-11-02T03:18:05.898Z | Compiling aws-lc-sys v0.22.0 |
1513 | 2024-11-02T03:18:20.885Z | Compiling rustls-webpki v0.102.8 |
1514 | 2024-11-02T03:18:24.293Z | Compiling tokio-rustls v0.25.0 |
1515 | 2024-11-02T03:18:25.886Z | Compiling tokio-rustls v0.26.0 |
1516 | 2024-11-02T03:18:26.265Z | Compiling hyper-rustls v0.27.3 |
1517 | 2024-11-02T03:18:26.514Z | Compiling reqwest v0.12.8 |
1518 | 2024-11-02T03:18:27.815Z | Compiling qorb v0.2.0 |
1519 | 2024-11-02T03:18:32.169Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1520 | 2024-11-02T03:18:32.421Z | Compiling xtask-downloader v0.1.0 (/work/oxidecomputer/omicron/dev-tools/downloader) |
1521 | 2024-11-02T03:18:38.098Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 01s |
1522 | 2024-11-02T03:18:38.248Z | Running `target/debug/xtask-downloader cockroach clickhouse console dendrite-openapi dendrite-stub maghemite-mgd transceiver-control` |
1523 | 2024-11-02T03:18:38.291Z | Nov 02 03:18:37.152 INFO Starting download, target: Clickhouse |
1524 | 2024-11-02T03:18:38.291Z | Nov 02 03:18:37.152 INFO Starting download, target: Cockroach |
1525 | 2024-11-02T03:18:38.292Z | Nov 02 03:18:37.152 INFO Starting download, target: Console |
1526 | 2024-11-02T03:18:38.292Z | Nov 02 03:18:37.152 INFO Starting download, target: DendriteOpenapi |
1527 | 2024-11-02T03:18:38.292Z | Nov 02 03:18:37.152 INFO Starting download, target: DendriteStub |
1528 | 2024-11-02T03:18:38.292Z | Nov 02 03:18:37.152 INFO Starting download, target: MaghemiteMgd |
1529 | 2024-11-02T03:18:38.294Z | Nov 02 03:18:37.152 INFO Starting download, target: TransceiverControl |
1530 | 2024-11-02T03:18:38.294Z | Nov 02 03:18:37.153 INFO Downloading out/downloads/console.tar.gz (attempt 1/3), target: Console |
1531 | 2024-11-02T03:18:38.294Z | Nov 02 03:18:37.153 INFO Downloading out/downloads/dpd-4067d742d832fa434217b95e4b149048d01ef54e.json (attempt 1/3), target: DendriteOpenapi |
1532 | 2024-11-02T03:18:38.294Z | Nov 02 03:18:37.153 INFO Downloading out/downloads/cockroach.tgz (attempt 1/3), target: Cockroach |
1533 | 2024-11-02T03:18:38.294Z | Nov 02 03:18:37.153 INFO Downloading out/downloads/xcvradm.gz (attempt 1/3), target: TransceiverControl |
1534 | 2024-11-02T03:18:38.294Z | Nov 02 03:18:37.154 INFO Downloading out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz (attempt 1/3), target: Clickhouse |
1535 | 2024-11-02T03:18:38.294Z | Nov 02 03:18:37.154 INFO Downloading out/downloads/mgd.tar.gz (attempt 1/3), target: MaghemiteMgd |
1536 | 2024-11-02T03:18:38.294Z | Nov 02 03:18:37.154 INFO Downloading out/downloads/dendrite-stub.tar.gz (attempt 1/3), target: DendriteStub |
1537 | 2024-11-02T03:18:38.435Z | Nov 02 03:18:37.295 INFO Download complete, target: DendriteOpenapi |
1538 | 2024-11-02T03:18:38.696Z | Nov 02 03:18:37.532 INFO Unpacking out/downloads/xcvradm.gz to out/downloads/root/opt/oxide/bin/xcvradm, target: TransceiverControl |
1539 | 2024-11-02T03:18:38.931Z | Nov 02 03:18:37.746 INFO Unpacking out/downloads/console.tar.gz to out/console-assets, target: Console |
1540 | 2024-11-02T03:18:39.155Z | Nov 02 03:18:37.998 INFO Unpacking out/downloads/dendrite-stub.tar.gz to out/downloads, target: DendriteStub |
1541 | 2024-11-02T03:18:39.239Z | Nov 02 03:18:38.100 INFO Unpacking out/downloads/mgd.tar.gz to out/downloads, target: MaghemiteMgd |
1542 | 2024-11-02T03:18:39.239Z | Nov 02 03:18:38.100 INFO Download complete, target: Console |
1543 | 2024-11-02T03:18:39.351Z | Nov 02 03:18:38.211 INFO Download complete, target: TransceiverControl |
1544 | 2024-11-02T03:18:39.903Z | Nov 02 03:18:38.764 INFO tarball path: out/downloads/cockroach.tgz, target: Cockroach |
1545 | 2024-11-02T03:18:39.903Z | Nov 02 03:18:38.764 INFO Unpacking out/downloads/cockroach.tgz to out/downloads, target: Cockroach |
1546 | 2024-11-02T03:18:40.381Z | Nov 02 03:18:39.242 INFO Unpacking out/downloads/clickhouse-v23.8.7.24.illumos.tar.gz to out/clickhouse, target: Clickhouse |
1547 | 2024-11-02T03:18:42.000Z | Nov 02 03:18:40.861 INFO Download complete, target: DendriteStub |
1548 | 2024-11-02T03:18:42.234Z | Nov 02 03:18:41.095 INFO Download complete, target: MaghemiteMgd |
1549 | 2024-11-02T03:18:47.250Z | Nov 02 03:18:46.105 INFO Checking that binary works, target: Cockroach |
1550 | 2024-11-02T03:18:47.471Z | Nov 02 03:18:46.332 INFO Download complete, target: Cockroach |
1551 | 2024-11-02T03:18:52.523Z | Nov 02 03:18:51.382 INFO Checking that binary works, target: Clickhouse |
1552 | 2024-11-02T03:18:52.657Z | Nov 02 03:18:51.518 INFO Download complete, target: Clickhouse |
1553 | 2024-11-02T03:18:52.665Z | All prerequisites installed successfully |
1554 | 2024-11-02T03:18:52.668Z | |
1555 | 2024-11-02T03:18:52.668Z | real 3:57.923171295 |
1556 | 2024-11-02T03:18:52.668Z | user 14:40.784580691 |
1557 | 2024-11-02T03:18:52.668Z | sys 2:59.620419309 |
1558 | 2024-11-02T03:18:52.668Z | trap 0.474266273 |
1559 | 2024-11-02T03:18:52.668Z | tflt 1.583671440 |
1560 | 2024-11-02T03:18:52.668Z | dflt 1.712172612 |
1561 | 2024-11-02T03:18:52.668Z | kflt 0.024200286 |
1562 | 2024-11-02T03:18:52.668Z | lock 29:07.101645351 |
1563 | 2024-11-02T03:18:52.668Z | slp 54:06.434427589 |
1564 | 2024-11-02T03:18:52.668Z | lat 52.249273893 |
1565 | 2024-11-02T03:18:52.668Z | stop 1:53.119798146 |
1566 | 2024-11-02T03:18:52.668Z | + source ./tools/include/force-git-over-https.sh |
1567 | 2024-11-02T03:18:52.668Z | ++ override_urls=('git://github.com/' 'git@github.com:' 'ssh://github.com/' 'ssh://git@github.com/' 'git+ssh://git@github.com/') |
1568 | 2024-11-02T03:18:52.668Z | ++ (( i = 0 )) |
1569 | 2024-11-02T03:18:52.668Z | ++ (( i < 5 )) |
1570 | 2024-11-02T03:18:52.669Z | ++ git config --add --global url.https://github.com/.insteadOf git://github.com/ |
1571 | 2024-11-02T03:18:52.671Z | ++ (( i++ )) |
1572 | 2024-11-02T03:18:52.671Z | ++ (( i < 5 )) |
1573 | 2024-11-02T03:18:52.671Z | ++ git config --add --global url.https://github.com/.insteadOf git@github.com: |
1574 | 2024-11-02T03:18:52.674Z | ++ (( i++ )) |
1575 | 2024-11-02T03:18:52.674Z | ++ (( i < 5 )) |
1576 | 2024-11-02T03:18:52.674Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://github.com/ |
1577 | 2024-11-02T03:18:52.677Z | ++ (( i++ )) |
1578 | 2024-11-02T03:18:52.677Z | ++ (( i < 5 )) |
1579 | 2024-11-02T03:18:52.677Z | ++ git config --add --global url.https://github.com/.insteadOf ssh://git@github.com/ |
1580 | 2024-11-02T03:18:52.680Z | ++ (( i++ )) |
1581 | 2024-11-02T03:18:52.680Z | ++ (( i < 5 )) |
1582 | 2024-11-02T03:18:52.680Z | ++ git config --add --global url.https://github.com/.insteadOf git+ssh://git@github.com/ |
1583 | 2024-11-02T03:18:52.689Z | ++ (( i++ )) |
1584 | 2024-11-02T03:18:52.689Z | ++ (( i < 5 )) |
1585 | 2024-11-02T03:18:52.689Z | ++ export CARGO_NET_GIT_FETCH_WITH_CLI=true |
1586 | 2024-11-02T03:18:52.689Z | ++ CARGO_NET_GIT_FETCH_WITH_CLI=true |
1587 | 2024-11-02T03:18:52.689Z | + rc=0 |
1588 | 2024-11-02T03:18:52.689Z | + pfexec pkg install -q /system/zones/brand/omicron1/tools |
1589 | 2024-11-02T03:19:19.735Z | + case $rc in |
1590 | 2024-11-02T03:19:19.736Z | + pfexec zfs create -p rpool/images/build/host |
1591 | 2024-11-02T03:19:19.934Z | + pfexec zfs create -p rpool/images/build/recovery |
1592 | 2024-11-02T03:19:20.007Z | + cargo xtask releng --output-dir /work |
1593 | 2024-11-02T03:19:20.518Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.46s |
1594 | 2024-11-02T03:19:20.535Z | Running `target/debug/xtask releng --output-dir /work` |
1595 | 2024-11-02T03:19:21.415Z | Compiling proc-macro2 v1.0.87 |
1596 | 2024-11-02T03:19:21.415Z | Compiling unicode-ident v1.0.13 |
1597 | 2024-11-02T03:19:21.415Z | Compiling libc v0.2.161 |
1598 | 2024-11-02T03:19:21.417Z | Compiling serde v1.0.210 |
1599 | 2024-11-02T03:19:21.417Z | Compiling autocfg v1.4.0 |
1600 | 2024-11-02T03:19:21.417Z | Compiling version_check v0.9.5 |
1601 | 2024-11-02T03:19:21.417Z | Compiling cfg-if v1.0.0 |
1602 | 2024-11-02T03:19:21.649Z | Compiling memchr v2.7.4 |
1603 | 2024-11-02T03:19:21.685Z | Compiling typenum v1.17.0 |
1604 | 2024-11-02T03:19:21.731Z | Compiling shlex v1.3.0 |
1605 | 2024-11-02T03:19:22.232Z | Compiling generic-array v0.14.7 |
1606 | 2024-11-02T03:19:22.254Z | Compiling value-bag v1.9.0 |
1607 | 2024-11-02T03:19:22.404Z | Compiling lock_api v0.4.12 |
1608 | 2024-11-02T03:19:22.540Z | Compiling scopeguard v1.2.0 |
1609 | 2024-11-02T03:19:22.613Z | Compiling parking_lot_core v0.9.10 |
1610 | 2024-11-02T03:19:22.696Z | Compiling log v0.4.22 |
1611 | 2024-11-02T03:19:22.818Z | Compiling rustix v0.38.37 |
1612 | 2024-11-02T03:19:23.028Z | Compiling serde_json v1.0.128 |
1613 | 2024-11-02T03:19:23.368Z | Compiling libm v0.2.8 |
1614 | 2024-11-02T03:19:23.422Z | Compiling quote v1.0.37 |
1615 | 2024-11-02T03:19:23.497Z | Compiling num-traits v0.2.19 |
1616 | 2024-11-02T03:19:23.546Z | Compiling once_cell v1.20.2 |
1617 | 2024-11-02T03:19:23.757Z | Compiling jobserver v0.1.32 |
1618 | 2024-11-02T03:19:23.807Z | Compiling getrandom v0.2.15 |
1619 | 2024-11-02T03:19:23.890Z | Compiling syn v2.0.79 |
1620 | 2024-11-02T03:19:24.051Z | Compiling thiserror v1.0.64 |
1621 | 2024-11-02T03:19:24.074Z | Compiling spin v0.9.8 |
1622 | 2024-11-02T03:19:24.158Z | Compiling cc v1.1.30 |
1623 | 2024-11-02T03:19:24.230Z | Compiling itoa v1.0.11 |
1624 | 2024-11-02T03:19:24.329Z | Compiling aho-corasick v1.1.3 |
1625 | 2024-11-02T03:19:24.498Z | Compiling regex-syntax v0.8.5 |
1626 | 2024-11-02T03:19:24.553Z | Compiling slab v0.4.9 |
1627 | 2024-11-02T03:19:24.591Z | Compiling errno v0.3.9 |
1628 | 2024-11-02T03:19:25.381Z | Compiling byteorder v1.5.0 |
1629 | 2024-11-02T03:19:25.880Z | Compiling rand_core v0.6.4 |
1630 | 2024-11-02T03:19:25.947Z | Compiling either v1.13.0 |
1631 | 2024-11-02T03:19:26.025Z | Compiling lazy_static v1.5.0 |
1632 | 2024-11-02T03:19:26.160Z | Compiling glob v0.3.1 |
1633 | 2024-11-02T03:19:26.501Z | Compiling prettyplease v0.2.22 |
1634 | 2024-11-02T03:19:26.713Z | Compiling subtle v2.6.1 |
1635 | 2024-11-02T03:19:26.994Z | Compiling clang-sys v1.8.1 |
1636 | 2024-11-02T03:19:27.030Z | Compiling minimal-lexical v0.2.1 |
1637 | 2024-11-02T03:19:27.077Z | Compiling libloading v0.8.5 |
1638 | 2024-11-02T03:19:27.514Z | Compiling nom v7.1.3 |
1639 | 2024-11-02T03:19:27.717Z | Compiling bindgen v0.69.5 |
1640 | 2024-11-02T03:19:27.876Z | Compiling home v0.5.9 |
1641 | 2024-11-02T03:19:28.214Z | Compiling itertools v0.12.1 |
1642 | 2024-11-02T03:19:28.469Z | Compiling regex-automata v0.4.8 |
1643 | 2024-11-02T03:19:28.472Z | Compiling pkg-config v0.3.31 |
1644 | 2024-11-02T03:19:28.700Z | Compiling lazycell v1.3.0 |
1645 | 2024-11-02T03:19:29.461Z | Compiling rustc-hash v1.1.0 |
1646 | 2024-11-02T03:19:29.743Z | Compiling cmake v0.1.51 |
1647 | 2024-11-02T03:19:30.879Z | Compiling fs_extra v1.3.0 |
1648 | 2024-11-02T03:19:30.881Z | Compiling dunce v1.0.5 |
1649 | 2024-11-02T03:19:31.094Z | Compiling semver v1.0.23 |
1650 | 2024-11-02T03:19:31.250Z | Compiling cexpr v0.6.0 |
1651 | 2024-11-02T03:19:31.489Z | Compiling ring v0.17.8 |
1652 | 2024-11-02T03:19:31.572Z | Compiling paste v1.0.15 |
1653 | 2024-11-02T03:19:31.575Z | Compiling heck v0.5.0 |
1654 | 2024-11-02T03:19:31.910Z | Compiling const-oid v0.9.6 |
1655 | 2024-11-02T03:19:32.198Z | Compiling ryu v1.0.18 |
1656 | 2024-11-02T03:19:32.591Z | Compiling httparse v1.9.5 |
1657 | 2024-11-02T03:19:32.684Z | Compiling smallvec v1.13.2 |
1658 | 2024-11-02T03:19:32.767Z | Compiling aws-lc-rs v1.10.0 |
1659 | 2024-11-02T03:19:33.417Z | Compiling pin-project-lite v0.2.14 |
1660 | 2024-11-02T03:19:33.443Z | Compiling allocator-api2 v0.2.18 |
1661 | 2024-11-02T03:19:34.066Z | Compiling futures-core v0.3.31 |
1662 | 2024-11-02T03:19:34.392Z | Compiling regex v1.11.0 |
1663 | 2024-11-02T03:19:34.845Z | Compiling signal-hook-registry v1.4.2 |
1664 | 2024-11-02T03:19:34.929Z | Compiling vcpkg v0.2.15 |
1665 | 2024-11-02T03:19:35.567Z | Compiling time-core v0.1.2 |
1666 | 2024-11-02T03:19:36.198Z | Compiling num-conv v0.1.0 |
1667 | 2024-11-02T03:19:36.274Z | Compiling crossbeam-utils v0.8.20 |
1668 | 2024-11-02T03:19:36.462Z | Compiling parking_lot v0.12.3 |
1669 | 2024-11-02T03:19:36.528Z | Compiling time-macros v0.2.18 |
1670 | 2024-11-02T03:19:36.706Z | Compiling mio v1.0.2 |
1671 | 2024-11-02T03:19:36.766Z | Compiling openssl-sys v0.9.103 |
1672 | 2024-11-02T03:19:37.156Z | Compiling serde_derive v1.0.210 |
1673 | 2024-11-02T03:19:37.159Z | Compiling zeroize_derive v1.4.2 |
1674 | 2024-11-02T03:19:37.799Z | Compiling zerocopy-derive v0.7.35 |
1675 | 2024-11-02T03:19:38.638Z | Compiling tokio-macros v2.4.0 |
1676 | 2024-11-02T03:19:38.666Z | Compiling thiserror-impl v1.0.64 |
1677 | 2024-11-02T03:19:38.725Z | Compiling futures-macro v0.3.31 |
1678 | 2024-11-02T03:19:38.773Z | Compiling zeroize v1.8.1 |
1679 | 2024-11-02T03:19:39.607Z | Compiling tracing-attributes v0.1.27 |
1680 | 2024-11-02T03:19:40.176Z | Compiling der_derive v0.7.3 |
1681 | 2024-11-02T03:19:40.176Z | Compiling zerocopy v0.7.35 |
1682 | 2024-11-02T03:19:41.023Z | Compiling crypto-common v0.1.6 |
1683 | 2024-11-02T03:19:41.304Z | Compiling block-buffer v0.10.4 |
1684 | 2024-11-02T03:19:41.660Z | Compiling digest v0.10.7 |
1685 | 2024-11-02T03:19:42.134Z | Compiling fnv v1.0.7 |
1686 | 2024-11-02T03:19:42.504Z | Compiling ahash v0.8.11 |
1687 | 2024-11-02T03:19:42.578Z | Compiling schemars v0.8.21 |
1688 | 2024-11-02T03:19:42.904Z | Compiling serde_derive_internals v0.29.1 |
1689 | 2024-11-02T03:19:43.002Z | Compiling socket2 v0.5.7 |
1690 | 2024-11-02T03:19:43.473Z | Compiling foldhash v0.1.3 |
1691 | 2024-11-02T03:19:43.578Z | Compiling equivalent v1.0.1 |
1692 | 2024-11-02T03:19:43.748Z | Compiling cpufeatures v0.2.14 |
1693 | 2024-11-02T03:19:43.888Z | Compiling hashbrown v0.15.0 |
1694 | 2024-11-02T03:19:44.505Z | Compiling futures-sink v0.3.31 |
1695 | 2024-11-02T03:19:45.200Z | Compiling schemars_derive v0.8.21 |
1696 | 2024-11-02T03:19:45.741Z | Compiling slog v2.7.0 |
1697 | 2024-11-02T03:19:46.718Z | Compiling tinyvec_macros v0.1.1 |
1698 | 2024-11-02T03:19:46.798Z | Compiling openssl v0.10.66 |
1699 | 2024-11-02T03:19:46.866Z | Compiling tinyvec v1.8.0 |
1700 | 2024-11-02T03:19:46.913Z | Compiling futures-channel v0.3.31 |
1701 | 2024-11-02T03:19:47.317Z | Compiling hmac v0.12.1 |
1702 | 2024-11-02T03:19:47.460Z | Compiling scroll_derive v0.12.0 |
1703 | 2024-11-02T03:19:47.545Z | Compiling futures-task v0.3.31 |
1704 | 2024-11-02T03:19:47.605Z | Compiling futures-io v0.3.31 |
1705 | 2024-11-02T03:19:47.875Z | Compiling ucd-trie v0.1.7 |
1706 | 2024-11-02T03:19:48.113Z | Compiling pin-utils v0.1.0 |
1707 | 2024-11-02T03:19:48.275Z | Compiling futures-util v0.3.31 |
1708 | 2024-11-02T03:19:48.365Z | Compiling pest v2.7.14 |
1709 | 2024-11-02T03:19:48.722Z | Compiling unicode-normalization v0.1.24 |
1710 | 2024-11-02T03:19:48.876Z | Compiling block-padding v0.3.3 |
1711 | 2024-11-02T03:19:49.240Z | Compiling openssl-macros v0.1.1 |
1712 | 2024-11-02T03:19:50.151Z | Compiling native-tls v0.2.12 |
1713 | 2024-11-02T03:19:50.203Z | Compiling iana-time-zone v0.1.61 |
1714 | 2024-11-02T03:19:50.323Z | Compiling rustls v0.23.14 |
1715 | 2024-11-02T03:19:50.678Z | Compiling inout v0.1.3 |
1716 | 2024-11-02T03:19:50.763Z | Compiling unicode-bidi v0.3.17 |
1717 | 2024-11-02T03:19:50.965Z | Compiling bitflags v2.6.0 |
1718 | 2024-11-02T03:19:51.161Z | Compiling bytes v1.7.2 |
1719 | 2024-11-02T03:19:53.150Z | Compiling tokio v1.40.0 |
1720 | 2024-11-02T03:19:53.769Z | Compiling indexmap v2.6.0 |
1721 | 2024-11-02T03:19:55.041Z | Compiling http v1.1.0 |
1722 | 2024-11-02T03:19:55.572Z | Compiling serde_tokenstream v0.2.2 |
1723 | 2024-11-02T03:19:56.263Z | Compiling which v4.4.2 |
1724 | 2024-11-02T03:19:56.615Z | Compiling rustc_version v0.4.1 |
1725 | 2024-11-02T03:19:56.977Z | Compiling uuid v1.10.0 |
1726 | 2024-11-02T03:19:57.449Z | Compiling pest_meta v2.7.14 |
1727 | 2024-11-02T03:19:57.452Z | Compiling chrono v0.4.38 |
1728 | 2024-11-02T03:19:59.357Z | Compiling pest_generator v2.7.14 |
1729 | 2024-11-02T03:20:00.024Z | Compiling cipher v0.4.4 |
1730 | 2024-11-02T03:20:00.618Z | Compiling sha2 v0.10.8 |
1731 | 2024-11-02T03:20:01.545Z | Compiling cookie v0.18.1 |
1732 | 2024-11-02T03:20:01.591Z | Compiling base64ct v1.6.0 |
1733 | 2024-11-02T03:20:01.776Z | Compiling pest_derive v2.7.14 |
1734 | 2024-11-02T03:20:02.029Z | Compiling ppv-lite86 v0.2.20 |
1735 | 2024-11-02T03:20:02.155Z | Compiling pem-rfc7468 v0.7.0 |
1736 | 2024-11-02T03:20:02.827Z | Compiling async-trait v0.1.83 |
1737 | 2024-11-02T03:20:02.881Z | Compiling usdt-impl v0.5.0 |
1738 | 2024-11-02T03:20:03.098Z | Compiling dyn-clone v1.0.17 |
1739 | 2024-11-02T03:20:03.336Z | Compiling syn v1.0.109 |
1740 | 2024-11-02T03:20:03.358Z | Compiling flagset v0.4.6 |
1741 | 2024-11-02T03:20:04.297Z | Compiling der v0.7.9 |
1742 | 2024-11-02T03:20:07.372Z | Compiling rand_chacha v0.3.1 |
1743 | 2024-11-02T03:20:08.278Z | Compiling scroll v0.12.0 |
1744 | 2024-11-02T03:20:08.720Z | Compiling tracing-core v0.1.32 |
1745 | 2024-11-02T03:20:08.790Z | Compiling percent-encoding v2.3.1 |
1746 | 2024-11-02T03:20:08.878Z | Compiling untrusted v0.7.1 |
1747 | 2024-11-02T03:20:09.142Z | Compiling rayon-core v1.12.1 |
1748 | 2024-11-02T03:20:09.475Z | Compiling rustls-pki-types v1.9.0 |
1749 | 2024-11-02T03:20:09.892Z | Compiling plain v0.2.3 |
1750 | 2024-11-02T03:20:10.059Z | Compiling camino v1.1.9 |
1751 | 2024-11-02T03:20:10.616Z | Compiling aws-lc-sys v0.22.0 |
1752 | 2024-11-02T03:20:10.692Z | Compiling goblin v0.8.2 |
1753 | 2024-11-02T03:20:11.100Z | Compiling tracing v0.1.40 |
1754 | 2024-11-02T03:20:12.354Z | Compiling rand v0.8.5 |
1755 | 2024-11-02T03:20:12.700Z | Compiling spki v0.7.3 |
1756 | 2024-11-02T03:20:12.942Z | Compiling tokio-util v0.7.12 |
1757 | 2024-11-02T03:20:14.284Z | Compiling salsa20 v0.10.2 |
1758 | 2024-11-02T03:20:15.174Z | Compiling pbkdf2 v0.12.2 |
1759 | 2024-11-02T03:20:16.253Z | Compiling bzip2-sys v0.1.11+1.0.8 |
1760 | 2024-11-02T03:20:16.457Z | Compiling mirai-annotations v1.12.0 |
1761 | 2024-11-02T03:20:16.675Z | Compiling pretty-hex v0.4.1 |
1762 | 2024-11-02T03:20:17.070Z | Compiling rustls v0.22.4 |
1763 | 2024-11-02T03:20:17.494Z | Compiling powerfmt v0.2.0 |
1764 | 2024-11-02T03:20:18.150Z | Compiling untrusted v0.9.0 |
1765 | 2024-11-02T03:20:18.745Z | Compiling deranged v0.3.11 |
1766 | 2024-11-02T03:20:21.627Z | Compiling dof v0.3.0 |
1767 | 2024-11-02T03:20:22.964Z | Compiling scrypt v0.11.0 |
1768 | 2024-11-02T03:20:23.478Z | Compiling dtrace-parser v0.2.0 |
1769 | 2024-11-02T03:20:23.523Z | Compiling cbc v0.1.2 |
1770 | 2024-11-02T03:20:23.782Z | Compiling aes v0.8.4 |
1771 | 2024-11-02T03:20:24.120Z | Compiling thread-id v4.2.2 |
1772 | 2024-11-02T03:20:24.275Z | Compiling num_threads v0.1.7 |
1773 | 2024-11-02T03:20:24.616Z | Compiling atomic-waker v1.1.2 |
1774 | 2024-11-02T03:20:25.066Z | Compiling pkcs5 v0.7.1 |
1775 | 2024-11-02T03:20:26.203Z | Compiling time v0.3.36 |
1776 | 2024-11-02T03:20:27.524Z | Compiling form_urlencoded v1.2.1 |
1777 | 2024-11-02T03:20:28.507Z | Compiling http-body v1.0.1 |
1778 | 2024-11-02T03:20:28.844Z | Compiling heapless v0.7.17 |
1779 | 2024-11-02T03:20:29.685Z | Compiling zerocopy-derive v0.6.6 |
1780 | 2024-11-02T03:20:29.796Z | Compiling multer v3.1.0 |
1781 | 2024-11-02T03:20:30.235Z | Compiling try-lock v0.2.5 |
1782 | 2024-11-02T03:20:30.444Z | Compiling num-bigint-dig v0.8.4 |
1783 | 2024-11-02T03:20:30.897Z | Compiling slog-async v2.8.0 |
1784 | 2024-11-02T03:20:31.392Z | Compiling anyhow v1.0.92 |
1785 | 2024-11-02T03:20:31.441Z | Compiling signal-hook v0.3.17 |
1786 | 2024-11-02T03:20:31.828Z | Compiling want v0.3.1 |
1787 | 2024-11-02T03:20:32.148Z | Compiling pkcs8 v0.10.2 |
1788 | 2024-11-02T03:20:32.175Z | Compiling h2 v0.4.6 |
1789 | 2024-11-02T03:20:33.543Z | Compiling base64 v0.22.1 |
1790 | 2024-11-02T03:20:34.149Z | Compiling strsim v0.11.1 |
1791 | 2024-11-02T03:20:34.188Z | Compiling httpdate v1.0.3 |
1792 | 2024-11-02T03:20:34.778Z | Compiling rustversion v1.0.17 |
1793 | 2024-11-02T03:20:38.905Z | Compiling usdt-attr-macro v0.5.0 |
1794 | 2024-11-02T03:20:39.107Z | Compiling usdt-macro v0.5.0 |
1795 | 2024-11-02T03:20:40.095Z | Compiling hyper v1.4.1 |
1796 | 2024-11-02T03:20:40.751Z | Compiling idna v0.5.0 |
1797 | 2024-11-02T03:20:42.197Z | Compiling curve25519-dalek v4.1.3 |
1798 | 2024-11-02T03:20:42.624Z | Compiling openapiv3 v2.0.0 |
1799 | 2024-11-02T03:20:43.917Z | Compiling toml_datetime v0.6.8 |
1800 | 2024-11-02T03:20:44.430Z | Compiling serde_spanned v0.6.8 |
1801 | 2024-11-02T03:20:44.673Z | Compiling async-stream-impl v0.3.6 |
1802 | 2024-11-02T03:20:46.230Z | Compiling enum-as-inner v0.6.1 |
1803 | 2024-11-02T03:20:47.286Z | Compiling dropshot v0.12.0 |
1804 | 2024-11-02T03:20:47.548Z | Compiling match_cfg v0.1.0 |
1805 | 2024-11-02T03:20:47.548Z | Compiling tower-service v0.3.3 |
1806 | 2024-11-02T03:20:47.737Z | Compiling foreign-types-shared v0.1.1 |
1807 | 2024-11-02T03:20:47.883Z | Compiling smoltcp v0.9.1 |
1808 | 2024-11-02T03:20:48.459Z | Compiling portable-atomic v1.9.0 |
1809 | 2024-11-02T03:20:48.736Z | Compiling adler2 v2.0.0 |
1810 | 2024-11-02T03:20:49.160Z | Compiling hyper-util v0.1.9 |
1811 | 2024-11-02T03:20:49.449Z | Compiling miniz_oxide v0.8.0 |
1812 | 2024-11-02T03:20:51.052Z | Compiling foreign-types v0.3.2 |
1813 | 2024-11-02T03:20:54.181Z | Compiling hostname v0.3.1 |
1814 | 2024-11-02T03:20:54.439Z | Compiling url v2.5.2 |
1815 | 2024-11-02T03:21:00.887Z | Compiling clap_derive v4.5.18 |
1816 | 2024-11-02T03:21:01.247Z | Compiling dirs-sys-next v0.1.2 |
1817 | 2024-11-02T03:21:01.859Z | Compiling siphasher v0.3.11 |
1818 | 2024-11-02T03:21:02.284Z | Compiling data-encoding v2.6.0 |
1819 | 2024-11-02T03:21:04.116Z | Compiling dirs-next v2.0.0 |
1820 | 2024-11-02T03:21:07.758Z | Compiling http-body-util v0.1.2 |
1821 | 2024-11-02T03:21:09.186Z | Compiling hubpack_derive v0.1.1 |
1822 | 2024-11-02T03:21:09.432Z | Compiling crossbeam-epoch v0.9.18 |
1823 | 2024-11-02T03:21:10.135Z | Compiling hashbrown v0.14.5 |
1824 | 2024-11-02T03:21:10.163Z | Compiling dropshot_endpoint v0.12.0 |
1825 | 2024-11-02T03:21:11.476Z | Compiling sha1 v0.10.6 |
1826 | 2024-11-02T03:21:11.894Z | Compiling signature v2.2.0 |
1827 | 2024-11-02T03:21:12.136Z | Compiling curve25519-dalek-derive v0.1.1 |
1828 | 2024-11-02T03:21:12.881Z | Compiling thread_local v1.1.8 |
1829 | 2024-11-02T03:21:13.354Z | Compiling fs-err v2.11.0 |
1830 | 2024-11-02T03:21:13.443Z | Compiling encoding_rs v0.8.34 |
1831 | 2024-11-02T03:21:14.031Z | Compiling utf8parse v0.2.2 |
1832 | 2024-11-02T03:21:14.202Z | Compiling mime v0.3.17 |
1833 | 2024-11-02T03:21:14.740Z | Compiling ipnet v2.10.1 |
1834 | 2024-11-02T03:21:16.910Z | Compiling winnow v0.6.20 |
1835 | 2024-11-02T03:21:18.592Z | Compiling openssl-probe v0.1.5 |
1836 | 2024-11-02T03:21:18.688Z | Compiling unicode-properties v0.1.3 |
1837 | 2024-11-02T03:21:18.897Z | Compiling anstyle v1.0.8 |
1838 | 2024-11-02T03:21:19.104Z | Compiling gimli v0.31.1 |
1839 | 2024-11-02T03:21:20.924Z | Compiling toml_edit v0.22.22 |
1840 | 2024-11-02T03:21:21.702Z | Compiling stringprep v0.1.5 |
1841 | 2024-11-02T03:21:23.149Z | Compiling anstyle-parse v0.2.5 |
1842 | 2024-11-02T03:21:23.509Z | Compiling regress v0.10.1 |
1843 | 2024-11-02T03:21:24.171Z | Compiling addr2line v0.24.2 |
1844 | 2024-11-02T03:21:24.836Z | Compiling crossbeam-deque v0.8.5 |
1845 | 2024-11-02T03:21:24.856Z | Compiling term v0.7.0 |
1846 | 2024-11-02T03:21:25.208Z | Compiling slog-json v2.6.1 |
1847 | 2024-11-02T03:21:25.838Z | Compiling serde_urlencoded v0.7.1 |
1848 | 2024-11-02T03:21:26.605Z | Compiling crossbeam-channel v0.5.13 |
1849 | 2024-11-02T03:21:27.686Z | Compiling rustls-pemfile v2.2.0 |
1850 | 2024-11-02T03:21:28.105Z | Compiling idna v0.3.0 |
1851 | 2024-11-02T03:21:28.132Z | Compiling idna v0.4.0 |
1852 | 2024-11-02T03:21:28.161Z | Compiling futures-executor v0.3.31 |
1853 | 2024-11-02T03:21:28.482Z | Compiling rustls-webpki v0.102.8 |
1854 | 2024-11-02T03:21:30.323Z | Compiling num-integer v0.1.46 |
1855 | 2024-11-02T03:21:30.343Z | Compiling md-5 v0.10.6 |
1856 | 2024-11-02T03:21:30.666Z | Compiling ff v0.13.0 |
1857 | 2024-11-02T03:21:30.904Z | Compiling hash32 v0.2.1 |
1858 | 2024-11-02T03:21:31.032Z | Compiling memmap v0.7.0 |
1859 | 2024-11-02T03:21:31.315Z | Compiling is-terminal v0.4.13 |
1860 | 2024-11-02T03:21:31.358Z | Compiling object v0.36.5 |
1861 | 2024-11-02T03:21:31.446Z | Compiling is_terminal_polyfill v1.70.1 |
1862 | 2024-11-02T03:21:31.581Z | Compiling quick-error v1.2.3 |
1863 | 2024-11-02T03:21:31.748Z | Compiling colorchoice v1.0.2 |
1864 | 2024-11-02T03:21:31.930Z | Compiling stable_deref_trait v1.2.0 |
1865 | 2024-11-02T03:21:32.043Z | Compiling base16ct v0.2.0 |
1866 | 2024-11-02T03:21:32.334Z | Compiling anstyle-query v1.1.1 |
1867 | 2024-11-02T03:21:32.500Z | Compiling fallible-iterator v0.2.0 |
1868 | 2024-11-02T03:21:32.584Z | Compiling utf-8 v0.7.6 |
1869 | 2024-11-02T03:21:32.886Z | Compiling rustc-demangle v0.1.24 |
1870 | 2024-11-02T03:21:33.271Z | Compiling linked-hash-map v0.5.6 |
1871 | 2024-11-02T03:21:33.635Z | Compiling take_mut v0.2.2 |
1872 | 2024-11-02T03:21:33.722Z | Compiling psl-types v2.0.11 |
1873 | 2024-11-02T03:21:33.929Z | Compiling heck v0.4.1 |
1874 | 2024-11-02T03:21:34.037Z | Compiling publicsuffix v2.2.3 |
1875 | 2024-11-02T03:21:34.353Z | Compiling strum_macros v0.25.3 |
1876 | 2024-11-02T03:21:34.377Z | Compiling tokio-rustls v0.25.0 |
1877 | 2024-11-02T03:21:36.080Z | Compiling lru-cache v0.1.2 |
1878 | 2024-11-02T03:21:36.296Z | Compiling postgres-protocol v0.6.7 |
1879 | 2024-11-02T03:21:37.170Z | Compiling tokio-rustls v0.26.0 |
1880 | 2024-11-02T03:21:37.494Z | Compiling tungstenite v0.24.0 |
1881 | 2024-11-02T03:21:37.720Z | Compiling anstream v0.6.15 |
1882 | 2024-11-02T03:21:37.794Z | Compiling sec1 v0.7.3 |
1883 | 2024-11-02T03:21:38.344Z | Compiling resolv-conf v0.7.0 |
1884 | 2024-11-02T03:21:38.391Z | Compiling slog-term v2.9.1 |
1885 | 2024-11-02T03:21:38.989Z | Compiling backtrace v0.3.74 |
1886 | 2024-11-02T03:21:39.236Z | Compiling usdt v0.5.0 |
1887 | 2024-11-02T03:21:39.481Z | Compiling group v0.13.0 |
1888 | 2024-11-02T03:21:39.503Z | Compiling num-iter v0.1.45 |
1889 | 2024-11-02T03:21:39.667Z | Compiling hickory-proto v0.24.1 |
1890 | 2024-11-02T03:21:39.701Z | Compiling futures v0.3.31 |
1891 | 2024-11-02T03:21:41.640Z | Compiling typify-impl v0.2.0 |
1892 | 2024-11-02T03:21:42.380Z | Compiling slog-bunyan v2.5.0 |
1893 | 2024-11-02T03:21:42.400Z | Compiling toml v0.8.19 |
1894 | 2024-11-02T03:21:42.592Z | Compiling tokio-native-tls v0.3.1 |
1895 | 2024-11-02T03:21:42.871Z | Compiling phf_shared v0.11.2 |
1896 | 2024-11-02T03:21:43.190Z | Compiling async-stream v0.3.6 |
1897 | 2024-11-02T03:21:43.377Z | Compiling waitgroup v0.1.2 |
1898 | 2024-11-02T03:21:43.466Z | Compiling webpki-roots v0.26.6 |
1899 | 2024-11-02T03:21:43.621Z | Compiling terminal_size v0.4.0 |
1900 | 2024-11-02T03:21:43.680Z | Compiling serde_path_to_error v0.1.16 |
1901 | 2024-11-02T03:21:43.825Z | Compiling hkdf v0.12.4 |
1902 | 2024-11-02T03:21:43.845Z | Compiling crypto-bigint v0.5.5 |
1903 | 2024-11-02T03:21:43.873Z | Compiling derive-where v1.2.7 |
1904 | 2024-11-02T03:21:44.061Z | Compiling serde_repr v0.1.19 |
1905 | 2024-11-02T03:21:44.478Z | Compiling hostname v0.4.0 |
1906 | 2024-11-02T03:21:44.706Z | Compiling crc32fast v1.4.2 |
1907 | 2024-11-02T03:21:45.120Z | Compiling clap_lex v0.7.2 |
1908 | 2024-11-02T03:21:45.571Z | Compiling bitflags v1.3.2 |
1909 | 2024-11-02T03:21:45.590Z | Compiling managed v0.8.0 |
1910 | 2024-11-02T03:21:45.691Z | Compiling winnow v0.5.40 |
1911 | 2024-11-02T03:21:46.795Z | Compiling unicode-width v0.1.14 |
1912 | 2024-11-02T03:21:46.820Z | Compiling debug-ignore v1.0.5 |
1913 | 2024-11-02T03:21:47.350Z | Compiling console v0.15.8 |
1914 | 2024-11-02T03:21:47.512Z | Compiling elliptic-curve v0.13.8 |
1915 | 2024-11-02T03:21:48.629Z | Compiling clap_builder v4.5.20 |
1916 | 2024-11-02T03:21:48.731Z | Compiling hickory-resolver v0.24.1 |
1917 | 2024-11-02T03:21:49.561Z | Compiling toml_edit v0.19.15 |
1918 | 2024-11-02T03:21:50.608Z | Compiling flate2 v1.0.34 |
1919 | 2024-11-02T03:21:51.539Z | Compiling hyper-rustls v0.27.3 |
1920 | 2024-11-02T03:21:52.670Z | Compiling typify-macro v0.2.0 |
1921 | 2024-11-02T03:21:55.069Z | Compiling phf v0.11.2 |
1922 | 2024-11-02T03:21:55.677Z | Compiling hyper-tls v0.6.0 |
1923 | 2024-11-02T03:21:56.102Z | Compiling signal-hook-mio v0.2.4 |
1924 | 2024-11-02T03:21:56.227Z | Compiling rayon v1.10.0 |
1925 | 2024-11-02T03:21:56.266Z | Compiling bzip2 v0.4.4 |
1926 | 2024-11-02T03:21:56.286Z | Compiling cookie_store v0.21.0 |
1927 | 2024-11-02T03:21:56.482Z | Compiling tokio-tungstenite v0.24.0 |
1928 | 2024-11-02T03:21:56.638Z | Compiling postgres-types v0.2.8 |
1929 | 2024-11-02T03:21:56.865Z | Compiling ed25519 v2.2.3 |
1930 | 2024-11-02T03:21:57.039Z | Compiling hubpack v0.1.2 |
1931 | 2024-11-02T03:21:57.311Z | Compiling phf_shared v0.10.0 |
1932 | 2024-11-02T03:21:57.711Z | Compiling pkcs1 v0.7.5 |
1933 | 2024-11-02T03:21:57.991Z | Compiling zerocopy v0.6.6 |
1934 | 2024-11-02T03:21:58.595Z | Compiling tokio-stream v0.1.16 |
1935 | 2024-11-02T03:21:58.763Z | Compiling serde-big-array v0.5.1 |
1936 | 2024-11-02T03:21:58.992Z | Compiling rfc6979 v0.4.0 |
1937 | 2024-11-02T03:21:59.189Z | Compiling float-cmp v0.9.0 |
1938 | 2024-11-02T03:21:59.417Z | Compiling sync_wrapper v1.0.1 |
1939 | 2024-11-02T03:21:59.547Z | Compiling bstr v1.10.0 |
1940 | 2024-11-02T03:21:59.647Z | Compiling new_debug_unreachable v1.0.6 |
1941 | 2024-11-02T03:21:59.754Z | Compiling number_prefix v0.4.0 |
1942 | 2024-11-02T03:21:59.756Z | Compiling difflib v0.4.0 |
1943 | 2024-11-02T03:22:00.028Z | Compiling fixedbitset v0.4.2 |
1944 | 2024-11-02T03:22:00.443Z | Compiling normalize-line-endings v0.3.0 |
1945 | 2024-11-02T03:22:00.462Z | Compiling static_assertions v1.1.0 |
1946 | 2024-11-02T03:22:00.570Z | Compiling unicode-segmentation v1.12.0 |
1947 | 2024-11-02T03:22:00.591Z | Compiling bit-vec v0.6.3 |
1948 | 2024-11-02T03:22:00.913Z | Compiling whoami v1.5.2 |
1949 | 2024-11-02T03:22:01.180Z | Compiling predicates-core v1.0.8 |
1950 | 2024-11-02T03:22:01.268Z | Compiling precomputed-hash v0.1.1 |
1951 | 2024-11-02T03:22:01.391Z | Compiling string_cache v0.8.7 |
1952 | 2024-11-02T03:22:01.431Z | Compiling predicates v3.1.2 |
1953 | 2024-11-02T03:22:01.460Z | Compiling tokio-postgres v0.7.12 |
1954 | 2024-11-02T03:22:01.480Z | Compiling similar v2.6.0 |
1955 | 2024-11-02T03:22:02.504Z | Compiling bit-set v0.5.3 |
1956 | 2024-11-02T03:22:02.815Z | Compiling indicatif v0.17.8 |
1957 | 2024-11-02T03:22:02.881Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1958 | 2024-11-02T03:22:03.553Z | Compiling petgraph v0.6.5 |
1959 | 2024-11-02T03:22:04.667Z | Compiling reqwest v0.12.8 |
1960 | 2024-11-02T03:22:08.179Z | Compiling qorb v0.2.0 |
1961 | 2024-11-02T03:22:08.419Z | Compiling ecdsa v0.16.9 |
1962 | 2024-11-02T03:22:09.300Z | Compiling rsa v0.9.6 |
1963 | 2024-11-02T03:22:09.907Z | Compiling ed25519-dalek v2.1.1 |
1964 | 2024-11-02T03:22:10.536Z | Compiling zip v0.6.6 |
1965 | 2024-11-02T03:22:10.959Z | Compiling crossterm v0.28.1 |
1966 | 2024-11-02T03:22:11.114Z | Compiling toml v0.7.8 |
1967 | 2024-11-02T03:22:11.314Z | Compiling clap v4.5.20 |
1968 | 2024-11-02T03:22:12.865Z | Compiling x509-cert v0.2.5 |
1969 | 2024-11-02T03:22:14.228Z | Compiling hex v0.4.3 |
1970 | 2024-11-02T03:22:14.977Z | Compiling itertools v0.10.5 |
1971 | 2024-11-02T03:22:17.992Z | Compiling unicode-xid v0.2.6 |
1972 | 2024-11-02T03:22:18.172Z | Compiling radium v0.7.0 |
1973 | 2024-11-02T03:22:19.294Z | Compiling lalrpop-util v0.19.12 |
1974 | 2024-11-02T03:22:19.627Z | Compiling peg-runtime v0.8.3 |
1975 | 2024-11-02T03:22:20.172Z | Compiling omicron-workspace-hack v0.1.0 (/work/oxidecomputer/omicron/workspace-hack) |
1976 | 2024-11-02T03:22:29.372Z | Compiling maybe-uninit v2.0.0 |
1977 | 2024-11-02T03:22:29.889Z | Compiling tap v1.0.1 |
1978 | 2024-11-02T03:22:30.104Z | Compiling ident_case v1.0.1 |
1979 | 2024-11-02T03:22:31.436Z | Compiling darling_core v0.20.10 |
1980 | 2024-11-02T03:22:35.307Z | Compiling wyz v0.5.1 |
1981 | 2024-11-02T03:22:53.818Z | Compiling typify v0.2.0 |
1982 | 2024-11-02T03:22:57.882Z | Compiling unsafe-libyaml v0.2.11 |
1983 | 2024-11-02T03:22:57.980Z | Compiling funty v2.0.0 |
1984 | 2024-11-02T03:22:58.550Z | Compiling packed_struct v0.10.1 |
1985 | 2024-11-02T03:22:59.639Z | Compiling serde_yaml v0.9.34+deprecated |
1986 | 2024-11-02T03:23:00.460Z | Compiling bitvec v1.0.1 |
1987 | 2024-11-02T03:23:05.522Z | Compiling progenitor-impl v0.8.0 |
1988 | 2024-11-02T03:23:08.725Z | Compiling darling_macro v0.20.10 |
1989 | 2024-11-02T03:23:10.604Z | Compiling packed_struct_codegen v0.10.1 |
1990 | 2024-11-02T03:23:12.567Z | Compiling structmeta-derive v0.3.0 |
1991 | 2024-11-02T03:23:13.344Z | Compiling indexmap v1.9.3 |
1992 | 2024-11-02T03:23:13.442Z | Compiling newtype-uuid v1.1.2 |
1993 | 2024-11-02T03:23:13.764Z | Compiling fastrand v2.1.1 |
1994 | 2024-11-02T03:23:14.148Z | Compiling crc-catalog v2.4.0 |
1995 | 2024-11-02T03:23:14.298Z | Compiling nodrop v0.1.14 |
1996 | 2024-11-02T03:23:14.319Z | Compiling crc v3.2.1 |
1997 | 2024-11-02T03:23:14.440Z | Compiling array-init v0.0.4 |
1998 | 2024-11-02T03:23:15.053Z | Compiling structmeta v0.3.0 |
1999 | 2024-11-02T03:23:15.737Z | Compiling tempfile v3.13.0 |
2000 | 2024-11-02T03:23:17.499Z | Compiling progenitor-macro v0.8.0 |
2001 | 2024-11-02T03:23:21.526Z | Compiling smallvec v0.6.14 |
2002 | 2024-11-02T03:23:21.647Z | Compiling darling v0.20.10 |
2003 | 2024-11-02T03:23:27.997Z | Compiling progenitor-client v0.8.0 |
2004 | 2024-11-02T03:23:31.193Z | Compiling pin-project-internal v1.1.6 |
2005 | 2024-11-02T03:23:33.121Z | Compiling same-file v1.0.6 |
2006 | 2024-11-02T03:23:33.435Z | Compiling termcolor v1.4.1 |
2007 | 2024-11-02T03:23:33.455Z | Compiling hashbrown v0.12.3 |
2008 | 2024-11-02T03:23:34.592Z | Compiling base64 v0.21.7 |
2009 | 2024-11-02T03:23:34.837Z | Compiling bitfield v0.14.0 |
2010 | 2024-11-02T03:23:36.715Z | Compiling ron v0.8.1 |
2011 | 2024-11-02T03:23:36.813Z | Compiling lpc55_areas v0.2.5 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2012 | 2024-11-02T03:23:43.073Z | Compiling env_logger v0.10.2 |
2013 | 2024-11-02T03:23:43.076Z | Compiling pin-project v1.1.6 |
2014 | 2024-11-02T03:23:43.250Z | Compiling walkdir v2.5.0 |
2015 | 2024-11-02T03:23:47.286Z | Compiling progenitor v0.8.0 |
2016 | 2024-11-02T03:23:51.234Z | Compiling serde-hex v0.1.0 |
2017 | 2024-11-02T03:23:51.409Z | Compiling serde_with_macros v3.11.0 |
2018 | 2024-11-02T03:23:52.560Z | Compiling parse-display-derive v0.10.0 |
2019 | 2024-11-02T03:23:53.826Z | Compiling tlvc v0.3.1 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2020 | 2024-11-02T03:23:56.216Z | Compiling strum_macros v0.26.4 |
2021 | 2024-11-02T03:23:56.503Z | Compiling ipnetwork v0.20.0 |
2022 | 2024-11-02T03:23:57.989Z | Compiling hashbrown v0.13.2 |
2023 | 2024-11-02T03:23:58.726Z | Compiling xattr v1.3.1 |
2024 | 2024-11-02T03:23:59.011Z | Compiling snafu-derive v0.8.5 |
2025 | 2024-11-02T03:23:59.068Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2026 | 2024-11-02T03:23:59.456Z | Compiling ring v0.16.20 |
2027 | 2024-11-02T03:23:59.804Z | Compiling blake3 v1.5.4 |
2028 | 2024-11-02T03:23:59.990Z | Compiling filetime v0.2.25 |
2029 | 2024-11-02T03:24:00.381Z | Compiling instant v0.1.13 |
2030 | 2024-11-02T03:24:00.446Z | Compiling zip v2.1.3 |
2031 | 2024-11-02T03:24:00.470Z | Compiling simd-adler32 v0.3.7 |
2032 | 2024-11-02T03:24:00.497Z | Compiling lockfree-object-pool v0.1.6 |
2033 | 2024-11-02T03:24:00.534Z | Compiling crc-any v2.5.0 |
2034 | 2024-11-02T03:24:00.811Z | Compiling buf-list v1.0.3 |
2035 | 2024-11-02T03:24:00.956Z | Compiling bumpalo v3.16.0 |
2036 | 2024-11-02T03:24:01.445Z | Compiling zopfli v0.8.1 |
2037 | 2024-11-02T03:24:01.542Z | Compiling lpc55_sign v0.3.4 (https://github.com/oxidecomputer/lpc55_support#131520fc) |
2038 | 2024-11-02T03:24:01.624Z | Compiling strum v0.26.3 |
2039 | 2024-11-02T03:24:01.730Z | Compiling backoff v0.4.0 |
2040 | 2024-11-02T03:24:02.113Z | Compiling tar v0.4.42 |
2041 | 2024-11-02T03:24:02.643Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
2042 | 2024-11-02T03:24:02.870Z | Compiling object v0.30.4 |
2043 | 2024-11-02T03:24:03.472Z | Compiling snafu v0.8.5 |
2044 | 2024-11-02T03:24:04.782Z | Compiling oxnet v0.1.0 (https://github.com/oxidecomputer/oxnet#7dacd265) |
2045 | 2024-11-02T03:24:05.654Z | Compiling parse-display v0.10.0 |
2046 | 2024-11-02T03:24:07.505Z | Compiling tlvc-text v0.3.0 (https://github.com/oxidecomputer/tlvc#e644a21a) |
2047 | 2024-11-02T03:24:07.778Z | Compiling serde_with v3.11.0 |
2048 | 2024-11-02T03:24:07.858Z | Compiling omicron-uuid-kinds v0.1.0 (/work/oxidecomputer/omicron/uuid-kinds) |
2049 | 2024-11-02T03:24:08.380Z | Compiling api_identity v0.1.0 (/work/oxidecomputer/omicron/api_identity) |
2050 | 2024-11-02T03:24:08.472Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=056283eb02b6887fbf27f66a215662520f7c159c#056283eb) |
2051 | 2024-11-02T03:24:09.085Z | Compiling camino-tempfile v1.1.1 |
2052 | 2024-11-02T03:24:09.104Z | Compiling globset v0.4.15 |
2053 | 2024-11-02T03:24:09.370Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
2054 | 2024-11-02T03:24:09.572Z | Compiling regress v0.9.1 |
2055 | 2024-11-02T03:24:09.874Z | Compiling pem v3.0.4 |
2056 | 2024-11-02T03:24:11.388Z | Compiling olpc-cjson v0.1.4 |
2057 | 2024-11-02T03:24:11.721Z | Compiling serde_plain v1.0.2 |
2058 | 2024-11-02T03:24:12.282Z | Compiling macaddr v1.0.1 |
2059 | 2024-11-02T03:24:12.347Z | Compiling displaydoc v0.2.5 |
2060 | 2024-11-02T03:24:12.936Z | Compiling async-recursion v1.1.1 |
2061 | 2024-11-02T03:24:13.916Z | Compiling memmap2 v0.9.5 |
2062 | 2024-11-02T03:24:14.344Z | Compiling path-slash v0.1.5 |
2063 | 2024-11-02T03:24:14.507Z | Compiling typed-path v0.9.3 |
2064 | 2024-11-02T03:24:14.600Z | Compiling arrayref v0.3.9 |
2065 | 2024-11-02T03:24:14.722Z | Compiling spin v0.5.2 |
2066 | 2024-11-02T03:24:15.026Z | Compiling arrayvec v0.7.6 |
2067 | 2024-11-02T03:24:15.554Z | Compiling constant_time_eq v0.3.1 |
2068 | 2024-11-02T03:24:16.135Z | Compiling hubtools v0.4.6 (https://github.com/oxidecomputer/hubtools.git?branch=main#f48e2da0) |
2069 | 2024-11-02T03:24:16.579Z | Compiling omicron-common v0.1.0 (/work/oxidecomputer/omicron/common) |
2070 | 2024-11-02T03:24:18.083Z | Compiling tough v0.19.0 |
2071 | 2024-11-02T03:24:21.373Z | Compiling itertools v0.13.0 |
2072 | 2024-11-02T03:24:21.864Z | Compiling cargo-platform v0.1.8 |
2073 | 2024-11-02T03:24:22.515Z | Compiling parse-size v1.1.0 |
2074 | 2024-11-02T03:24:22.848Z | Compiling topological-sort v0.2.2 |
2075 | 2024-11-02T03:24:22.965Z | Compiling cargo_metadata v0.18.1 |
2076 | 2024-11-02T03:24:23.134Z | Compiling omicron-zone-package v0.11.1 |
2077 | 2024-11-02T03:24:23.183Z | Compiling shell-words v1.1.0 |
2078 | 2024-11-02T03:24:31.026Z | Compiling tufaceous-lib v0.1.0 (/work/oxidecomputer/omicron/tufaceous-lib) |
2079 | 2024-11-02T03:24:31.772Z | error[E0277]: the trait bound `SystemRandom: aws_lc_rs::rand::SecureRandom` is not satisfied |
2080 | 2024-11-02T03:24:31.772Z | --> tufaceous-lib/src/root.rs:49:9 |
2081 | 2024-11-02T03:24:31.772Z | | |
2082 | 2024-11-02T03:24:31.772Z | 49 | &SystemRandom::new(), |
2083 | 2024-11-02T03:24:31.772Z | | ^^^^^^^^^^^^^^^^^^^^ the trait `aws_lc_rs::rand::sealed::SecureRandom` is not implemented for `SystemRandom`, which is required by `SystemRandom: aws_lc_rs::rand::SecureRandom` |
2084 | 2024-11-02T03:24:31.772Z | | |
2085 | 2024-11-02T03:24:31.773Z | = help: the following other types implement trait `aws_lc_rs::rand::sealed::SecureRandom`: |
2086 | 2024-11-02T03:24:31.773Z | aws_lc_rs::rand::SystemRandom |
2087 | 2024-11-02T03:24:31.773Z | aws_lc_rs::test::rand::FixedByteRandom |
2088 | 2024-11-02T03:24:31.773Z | aws_lc_rs::test::rand::FixedSliceRandom<'_> |
2089 | 2024-11-02T03:24:31.773Z | aws_lc_rs::test::rand::FixedSliceSequenceRandom<'_> |
2090 | 2024-11-02T03:24:31.773Z | = note: required for `SystemRandom` to implement `aws_lc_rs::rand::SecureRandom` |
2091 | 2024-11-02T03:24:31.773Z | = note: required for the cast from `&SystemRandom` to `&dyn aws_lc_rs::rand::SecureRandom + std::marker::Sync` |
2092 | 2024-11-02T03:24:31.773Z | |
2093 | 2024-11-02T03:24:31.957Z | error[E0053]: method `sign` has an incompatible type for trait |
2094 | 2024-11-02T03:24:31.957Z | --> tufaceous-lib/src/key.rs:42:1 |
2095 | 2024-11-02T03:24:31.957Z | | |
2096 | 2024-11-02T03:24:31.957Z | 42 | #[async_trait] |
2097 | 2024-11-02T03:24:31.957Z | | ^^^^^^^^^^^^^^ expected trait `aws_lc_rs::rand::SecureRandom`, found trait `SecureRandom` |
2098 | 2024-11-02T03:24:31.957Z | | |
2099 | 2024-11-02T03:24:31.957Z | = note: expected signature `fn(&'life0 key::Key, &'life1 _, &'life2 (dyn aws_lc_rs::rand::SecureRandom + std::marker::Sync + 'life2)) -> Pin<_>` |
2100 | 2024-11-02T03:24:31.957Z | found signature `fn(&'life0 key::Key, &'life1 _, &'life2 (dyn SecureRandom + std::marker::Sync + 'life2)) -> Pin<_>` |
2101 | 2024-11-02T03:24:31.957Z | |
2102 | 2024-11-02T03:24:32.272Z | error[E0308]: mismatched types |
2103 | 2024-11-02T03:24:32.272Z | --> tufaceous-lib/src/key.rs:35:17 |
2104 | 2024-11-02T03:24:32.272Z | | |
2105 | 2024-11-02T03:24:32.272Z | 34 | Key::Ed25519(key) => SignKeyPair::ED25519( |
2106 | 2024-11-02T03:24:32.272Z | | -------------------- arguments to this enum variant are incorrect |
2107 | 2024-11-02T03:24:32.272Z | 35 | / Ed25519KeyPair::from_seed_unchecked(key) |
2108 | 2024-11-02T03:24:32.272Z | 36 | | .expect("ed25519 key length mismatch"), |
2109 | 2024-11-02T03:24:32.272Z | | |__________________________________________________________^ expected `aws_lc_rs::ed25519::Ed25519KeyPair`, found `Ed25519KeyPair` |
2110 | 2024-11-02T03:24:32.272Z | | |
2111 | 2024-11-02T03:24:32.272Z | = note: `Ed25519KeyPair` and `aws_lc_rs::ed25519::Ed25519KeyPair` have similar names, but are actually distinct types |
2112 | 2024-11-02T03:24:32.272Z | note: `Ed25519KeyPair` is defined in crate `ring` |
2113 | 2024-11-02T03:24:32.272Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/ring-0.17.8/src/ec/curve25519/ed25519/signing.rs:26:1 |
2114 | 2024-11-02T03:24:32.273Z | | |
2115 | 2024-11-02T03:24:32.273Z | 26 | pub struct Ed25519KeyPair { |
2116 | 2024-11-02T03:24:32.273Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
2117 | 2024-11-02T03:24:32.273Z | note: `aws_lc_rs::ed25519::Ed25519KeyPair` is defined in crate `aws_lc_rs` |
2118 | 2024-11-02T03:24:32.273Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/aws-lc-rs-1.10.0/src/ed25519.rs:132:1 |
2119 | 2024-11-02T03:24:32.273Z | | |
2120 | 2024-11-02T03:24:32.273Z | 132 | pub struct Ed25519KeyPair { |
2121 | 2024-11-02T03:24:32.273Z | | ^^^^^^^^^^^^^^^^^^^^^^^^^ |
2122 | 2024-11-02T03:24:32.273Z | note: tuple variant defined here |
2123 | 2024-11-02T03:24:32.273Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.19.0/src/sign.rs:141:5 |
2124 | 2024-11-02T03:24:32.273Z | | |
2125 | 2024-11-02T03:24:32.273Z | 141 | ED25519(Ed25519KeyPair), |
2126 | 2024-11-02T03:24:32.273Z | | ^^^^^^^ |
2127 | 2024-11-02T03:24:32.274Z | |
2128 | 2024-11-02T03:24:32.327Z | error[E0308]: mismatched types |
2129 | 2024-11-02T03:24:32.327Z | --> tufaceous-lib/src/key.rs:54:34 |
2130 | 2024-11-02T03:24:32.327Z | | |
2131 | 2024-11-02T03:24:32.327Z | 54 | self.as_sign().sign(msg, rng).await |
2132 | 2024-11-02T03:24:32.327Z | | ---- ^^^ expected trait `aws_lc_rs::rand::SecureRandom`, found trait `SecureRandom` |
2133 | 2024-11-02T03:24:32.327Z | | | |
2134 | 2024-11-02T03:24:32.327Z | | arguments to this method are incorrect |
2135 | 2024-11-02T03:24:32.327Z | | |
2136 | 2024-11-02T03:24:32.327Z | = note: expected reference `&dyn aws_lc_rs::rand::SecureRandom + std::marker::Sync` |
2137 | 2024-11-02T03:24:32.327Z | found reference `&'life2 (dyn SecureRandom + std::marker::Sync + 'life2)` |
2138 | 2024-11-02T03:24:32.327Z | note: method defined here |
2139 | 2024-11-02T03:24:32.327Z | --> /home/build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/tough-0.19.0/src/sign.rs:26:14 |
2140 | 2024-11-02T03:24:32.327Z | | |
2141 | 2024-11-02T03:24:32.327Z | 26 | async fn sign( |
2142 | 2024-11-02T03:24:32.327Z | | ^^^^ |
2143 | 2024-11-02T03:24:32.327Z | |
2144 | 2024-11-02T03:24:32.931Z | Some errors have detailed explanations: E0053, E0277, E0308. |
2145 | 2024-11-02T03:24:32.931Z | For more information about an error, try `rustc --explain E0053`. |
2146 | 2024-11-02T03:24:33.180Z | error: could not compile `tufaceous-lib` (lib) due to 4 previous errors |
2147 | 2024-11-02T03:24:33.180Z | warning: build failed, waiting for other jobs to finish... |
2148 | 2024-11-02T03:24:41.232Z | process exited: duration 604778 ms, exit code 101 |
|
2149 | 2024-11-02T03:24:41.237Z | found 0 output files |
2150 | 2024-11-02T03:24:41.237Z | upload error: rule "/work/manifest.toml" required a match, but was not used |
2151 | 2024-11-02T03:24:41.237Z | upload error: rule "/work/repo.zip" required a match, but was not used |
2152 | 2024-11-02T03:24:41.237Z | upload error: rule "/work/repo.zip.sha256.txt" required a match, but was not used |