|
|
|
1 | 2024-11-29T04:14:47.835Z | job assigned to worker 01JDV212ZZ12SXKBTSFKSPYGV5 [factory gimlet-EVT22200007-propolis, EVT22200007/19651] (queued for 23 s) |
|
2 | 2024-11-29T04:14:55.362Z | starting task 0: "setup" |
3 | 2024-11-29T04:14:55.387Z | ++ uname -s |
4 | 2024-11-29T04:14:55.387Z | + kern=SunOS |
5 | 2024-11-29T04:14:55.387Z | + case "$kern" in |
6 | 2024-11-29T04:14:55.387Z | + groupadd -g 12345 build |
7 | 2024-11-29T04:14:55.387Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-29T04:14:57.385Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-29T04:14:57.418Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-29T04:14:57.442Z | + home_fs=zfs |
11 | 2024-11-29T04:14:57.442Z | + [[ zfs == autofs ]] |
12 | 2024-11-29T04:14:57.442Z | + mkdir -p /home/build |
13 | 2024-11-29T04:14:57.442Z | + chown build:build /home/build /work |
14 | 2024-11-29T04:14:59.426Z | + chmod 0700 /home/build /work |
15 | 2024-11-29T04:14:59.449Z | process exited: duration 4067 ms, exit code 0 |
|
16 | 2024-11-29T04:14:59.497Z | starting task 1: "rust-toolchain" |
17 | 2024-11-29T04:14:59.521Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-29T04:14:59.521Z | * toolchain channel = "stable" |
19 | 2024-11-29T04:14:59.521Z | * toolchain profile = "default" |
20 | 2024-11-29T04:14:59.521Z | ' stable |
21 | 2024-11-29T04:14:59.521Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-29T04:14:59.521Z | ' default |
23 | 2024-11-29T04:14:59.521Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-29T04:14:59.521Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-29T04:14:59.645Z | info: downloading installer |
26 | 2024-11-29T04:15:00.076Z | info: profile set to 'default' |
27 | 2024-11-29T04:15:00.076Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-29T04:15:00.099Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-29T04:15:00.180Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
30 | 2024-11-29T04:15:00.180Z | info: downloading component 'cargo' |
31 | 2024-11-29T04:15:00.342Z | info: downloading component 'clippy' |
32 | 2024-11-29T04:15:00.403Z | info: downloading component 'rust-docs' |
33 | 2024-11-29T04:15:00.580Z | info: downloading component 'rust-std' |
34 | 2024-11-29T04:15:00.835Z | info: downloading component 'rustc' |
35 | 2024-11-29T04:15:01.673Z | info: downloading component 'rustfmt' |
36 | 2024-11-29T04:15:01.711Z | info: installing component 'cargo' |
37 | 2024-11-29T04:15:02.809Z | info: installing component 'clippy' |
38 | 2024-11-29T04:15:03.259Z | info: installing component 'rust-docs' |
39 | 2024-11-29T04:15:06.063Z | info: installing component 'rust-std' |
40 | 2024-11-29T04:15:08.021Z | info: installing component 'rustc' |
41 | 2024-11-29T04:15:14.706Z | info: installing component 'rustfmt' |
42 | 2024-11-29T04:15:15.084Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-29T04:15:15.084Z | |
44 | 2024-11-29T04:15:15.255Z | stable-x86_64-unknown-illumos installed - rustc 1.83.0 (90b35a623 2024-11-26) |
45 | 2024-11-29T04:15:15.255Z | |
46 | 2024-11-29T04:15:15.255Z | |
47 | 2024-11-29T04:15:15.255Z | Rust is installed now. Great! |
48 | 2024-11-29T04:15:15.255Z | |
49 | 2024-11-29T04:15:15.255Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-29T04:15:15.255Z | environment variable. This has not been done automatically. |
51 | 2024-11-29T04:15:15.255Z | |
52 | 2024-11-29T04:15:15.255Z | To configure your current shell, you need to source |
53 | 2024-11-29T04:15:15.280Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-29T04:15:15.280Z | |
55 | 2024-11-29T04:15:15.280Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-29T04:15:15.280Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-29T04:15:15.280Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-29T04:15:15.349Z | + rustc --version |
59 | 2024-11-29T04:15:15.464Z | rustc 1.83.0 (90b35a623 2024-11-26) |
60 | 2024-11-29T04:15:15.489Z | process exited: duration 15972 ms, exit code 0 |
|
61 | 2024-11-29T04:15:15.537Z | starting task 2: "authentication" |
62 | 2024-11-29T04:15:15.592Z | process exited: duration 54 ms, exit code 0 |
|
63 | 2024-11-29T04:15:15.640Z | starting task 3: "clone repository" |
64 | 2024-11-29T04:15:15.664Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-29T04:15:15.664Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-29T04:15:15.688Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-29T04:15:16.418Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-29T04:15:16.418Z | + git fetch origin d143b7c5a212fa4767cce5a5c477e5b07247f380 |
69 | 2024-11-29T04:15:16.710Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-29T04:15:16.710Z | * branch d143b7c5a212fa4767cce5a5c477e5b07247f380 -> FETCH_HEAD |
71 | 2024-11-29T04:15:16.734Z | + [[ -n renovate/rust-1.x ]] |
72 | 2024-11-29T04:15:16.734Z | ++ git branch --show-current |
73 | 2024-11-29T04:15:16.734Z | + current=main |
74 | 2024-11-29T04:15:16.734Z | + [[ main != renovate/rust-1.x ]] |
75 | 2024-11-29T04:15:16.734Z | + git branch -f renovate/rust-1.x d143b7c5a212fa4767cce5a5c477e5b07247f380 |
76 | 2024-11-29T04:15:16.734Z | + git checkout -f renovate/rust-1.x |
77 | 2024-11-29T04:15:16.759Z | Switched to branch 'renovate/rust-1.x' |
78 | 2024-11-29T04:15:16.759Z | + git reset --hard d143b7c5a212fa4767cce5a5c477e5b07247f380 |
79 | 2024-11-29T04:15:16.783Z | HEAD is now at d143b7c Update dependency rust to v1.83.0 |
80 | 2024-11-29T04:15:16.783Z | process exited: duration 1131 ms, exit code 0 |
|
81 | 2024-11-29T04:15:16.832Z | starting task 4: "build" |
82 | 2024-11-29T04:15:16.856Z | + cargo --version |
83 | 2024-11-29T04:15:16.856Z | info: syncing channel updates for '1.83.0-x86_64-unknown-illumos' |
84 | 2024-11-29T04:15:17.001Z | info: latest update on 2024-11-28, rust version 1.83.0 (90b35a623 2024-11-26) |
85 | 2024-11-29T04:15:17.001Z | info: downloading component 'cargo' |
86 | 2024-11-29T04:15:17.165Z | info: downloading component 'clippy' |
87 | 2024-11-29T04:15:17.220Z | info: downloading component 'rust-docs' |
88 | 2024-11-29T04:15:17.395Z | info: downloading component 'rust-std' |
89 | 2024-11-29T04:15:17.643Z | info: downloading component 'rustc' |
90 | 2024-11-29T04:15:18.668Z | info: downloading component 'rustfmt' |
91 | 2024-11-29T04:15:18.712Z | info: installing component 'cargo' |
92 | 2024-11-29T04:15:19.820Z | info: installing component 'clippy' |
93 | 2024-11-29T04:15:20.270Z | info: installing component 'rust-docs' |
94 | 2024-11-29T04:15:22.947Z | info: installing component 'rust-std' |
95 | 2024-11-29T04:15:24.874Z | info: installing component 'rustc' |
96 | 2024-11-29T04:15:31.554Z | info: installing component 'rustfmt' |
97 | 2024-11-29T04:15:32.034Z | cargo 1.83.0 (5ffbef321 2024-10-29) |
98 | 2024-11-29T04:15:32.058Z | + rustc --version |
99 | 2024-11-29T04:15:32.142Z | rustc 1.83.0 (90b35a623 2024-11-26) |
100 | 2024-11-29T04:15:32.167Z | + banner check |
101 | 2024-11-29T04:15:32.167Z | |
102 | 2024-11-29T04:15:32.167Z | #### # # ###### #### # # |
103 | 2024-11-29T04:15:32.167Z | # # # # # # # # # |
104 | 2024-11-29T04:15:32.167Z | # ###### ##### # #### |
105 | 2024-11-29T04:15:32.167Z | # # # # # # # |
106 | 2024-11-29T04:15:32.167Z | # # # # # # # # # |
107 | 2024-11-29T04:15:32.167Z | #### # # ###### #### # # |
108 | 2024-11-29T04:15:32.167Z | |
109 | 2024-11-29T04:15:32.167Z | + cargo fmt -- --check |
110 | 2024-11-29T04:15:32.734Z | + cargo clippy --all-targets -- --deny warnings |
111 | 2024-11-29T04:15:33.012Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
112 | 2024-11-29T04:15:33.339Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
113 | 2024-11-29T04:15:33.629Z | From https://www.github.com/oxidecomputer/oxnet |
114 | 2024-11-29T04:15:33.629Z | * [new branch] ci -> origin/ci |
115 | 2024-11-29T04:15:33.629Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
116 | 2024-11-29T04:15:33.653Z | * [new branch] main -> origin/main |
117 | 2024-11-29T04:15:33.653Z | * [new ref] -> origin/HEAD |
118 | 2024-11-29T04:15:33.653Z | Updating crates.io index |
119 | 2024-11-29T04:15:33.653Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
120 | 2024-11-29T04:15:34.652Z | From https://github.com/oxidecomputer/falcon |
121 | 2024-11-29T04:15:34.652Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
122 | 2024-11-29T04:15:34.839Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
123 | 2024-11-29T04:15:36.154Z | From https://github.com/oxidecomputer/dendrite |
124 | 2024-11-29T04:15:36.154Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
125 | 2024-11-29T04:15:36.204Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
126 | 2024-11-29T04:15:36.717Z | From https://github.com/oxidecomputer/ispf |
127 | 2024-11-29T04:15:36.717Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
128 | 2024-11-29T04:15:36.741Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
129 | 2024-11-29T04:15:37.332Z | From https://github.com/oxidecomputer/netadm-sys |
130 | 2024-11-29T04:15:37.332Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
131 | 2024-11-29T04:15:37.356Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
132 | 2024-11-29T04:15:40.977Z | From https://github.com/oxidecomputer/omicron |
133 | 2024-11-29T04:15:40.978Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
134 | 2024-11-29T04:15:41.016Z | * [new tag] dogfood -> dogfood |
135 | 2024-11-29T04:15:41.040Z | * [new tag] v5 -> v5 |
136 | 2024-11-29T04:15:41.040Z | * [new tag] v6 -> v6 |
137 | 2024-11-29T04:15:41.040Z | * [new tag] v7 -> v7 |
138 | 2024-11-29T04:15:41.040Z | * [new tag] v8 -> v8 |
139 | 2024-11-29T04:15:41.040Z | * [new tag] v9 -> v9 |
140 | 2024-11-29T04:15:41.454Z | Updating git repository `https://github.com/oxidecomputer/opte` |
141 | 2024-11-29T04:15:42.556Z | From https://github.com/oxidecomputer/opte |
142 | 2024-11-29T04:15:42.556Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
143 | 2024-11-29T04:15:42.609Z | Updating git repository `https://github.com/illumos/smf-rs` |
144 | 2024-11-29T04:15:43.080Z | From https://github.com/illumos/smf-rs |
145 | 2024-11-29T04:15:43.080Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
146 | 2024-11-29T04:15:43.223Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
147 | 2024-11-29T04:15:43.859Z | From https://github.com/oxidecomputer/maghemite |
148 | 2024-11-29T04:15:43.859Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
149 | 2024-11-29T04:15:43.884Z | * [new tag] rift -> rift |
150 | 2024-11-29T04:15:43.884Z | * [new tag] srp -> srp |
151 | 2024-11-29T04:15:43.884Z | * [new tag] tie-spf -> tie-spf |
152 | 2024-11-29T04:15:44.060Z | Updating git repository `https://github.com/oxidecomputer/zone` |
153 | 2024-11-29T04:15:44.603Z | From https://github.com/oxidecomputer/zone |
154 | 2024-11-29T04:15:44.603Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
155 | 2024-11-29T04:15:44.640Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
156 | 2024-11-29T04:15:45.533Z | From https://github.com/oxidecomputer/propolis |
157 | 2024-11-29T04:15:45.533Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
158 | 2024-11-29T04:15:45.654Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
159 | 2024-11-29T04:15:46.078Z | From https://github.com/oxidecomputer/dlpi-sys |
160 | 2024-11-29T04:15:46.078Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
161 | 2024-11-29T04:15:46.117Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
162 | 2024-11-29T04:15:46.672Z | From https://github.com/jmesmon/rust-libzfs |
163 | 2024-11-29T04:15:46.672Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
164 | 2024-11-29T04:15:46.695Z | * [new tag] v0.4.0 -> v0.4.0 |
165 | 2024-11-29T04:15:46.719Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
166 | 2024-11-29T04:15:47.128Z | From https://github.com/oxidecomputer/rusty-doors |
167 | 2024-11-29T04:15:47.128Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
168 | 2024-11-29T04:15:47.152Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
169 | 2024-11-29T04:15:47.684Z | From https://github.com/oxidecomputer/maghemite |
170 | 2024-11-29T04:15:47.684Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
171 | 2024-11-29T04:15:47.734Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
172 | 2024-11-29T04:15:48.164Z | From https://github.com/oxidecomputer/serde_human_bytes |
173 | 2024-11-29T04:15:48.164Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
174 | 2024-11-29T04:15:48.204Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
175 | 2024-11-29T04:15:48.643Z | From https://github.com/oxidecomputer/slog-error-chain |
176 | 2024-11-29T04:15:48.643Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
177 | 2024-11-29T04:15:48.680Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
178 | 2024-11-29T04:15:49.099Z | From https://github.com/oxidecomputer/poptrie |
179 | 2024-11-29T04:15:49.099Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
180 | 2024-11-29T04:15:49.145Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
181 | 2024-11-29T04:15:49.560Z | From https://github.com/illumos/libscf-sys |
182 | 2024-11-29T04:15:49.560Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
183 | 2024-11-29T04:15:49.599Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
184 | 2024-11-29T04:15:50.580Z | From https://github.com/oxidecomputer/progenitor |
185 | 2024-11-29T04:15:50.580Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
186 | 2024-11-29T04:15:50.607Z | * [new tag] v0.1.1 -> v0.1.1 |
187 | 2024-11-29T04:15:50.631Z | * [new tag] v0.2.0 -> v0.2.0 |
188 | 2024-11-29T04:15:50.631Z | * [new tag] v0.3.0 -> v0.3.0 |
189 | 2024-11-29T04:15:50.631Z | * [new tag] v0.4.0 -> v0.4.0 |
190 | 2024-11-29T04:15:50.631Z | * [new tag] v0.5.0 -> v0.5.0 |
191 | 2024-11-29T04:15:50.631Z | * [new tag] v0.6.0 -> v0.6.0 |
192 | 2024-11-29T04:15:50.632Z | * [new tag] v0.7.0 -> v0.7.0 |
193 | 2024-11-29T04:15:50.741Z | Updating git repository `https://github.com/oxidecomputer/typify` |
194 | 2024-11-29T04:15:51.666Z | From https://github.com/oxidecomputer/typify |
195 | 2024-11-29T04:15:51.666Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
196 | 2024-11-29T04:15:51.690Z | * [new tag] v0.2.0 -> v0.2.0 |
197 | 2024-11-29T04:15:51.714Z | * [new tag] v0.0.10 -> v0.0.10 |
198 | 2024-11-29T04:15:51.714Z | * [new tag] v0.0.11 -> v0.0.11 |
199 | 2024-11-29T04:15:51.714Z | * [new tag] v0.0.12 -> v0.0.12 |
200 | 2024-11-29T04:15:51.714Z | * [new tag] v0.0.13 -> v0.0.13 |
201 | 2024-11-29T04:15:51.714Z | * [new tag] v0.0.14 -> v0.0.14 |
202 | 2024-11-29T04:15:51.714Z | * [new tag] v0.0.15 -> v0.0.15 |
203 | 2024-11-29T04:15:51.715Z | * [new tag] v0.0.16 -> v0.0.16 |
204 | 2024-11-29T04:15:51.715Z | * [new tag] v0.0.4 -> v0.0.4 |
205 | 2024-11-29T04:15:51.715Z | * [new tag] v0.0.5 -> v0.0.5 |
206 | 2024-11-29T04:15:51.715Z | * [new tag] v0.0.7 -> v0.0.7 |
207 | 2024-11-29T04:15:51.715Z | * [new tag] v0.0.8 -> v0.0.8 |
208 | 2024-11-29T04:15:51.715Z | * [new tag] v0.0.9 -> v0.0.9 |
209 | 2024-11-29T04:15:51.715Z | * [new tag] v0.1.0 -> v0.1.0 |
210 | 2024-11-29T04:15:51.934Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
211 | 2024-11-29T04:15:53.798Z | From https://github.com/oxidecomputer/crucible |
212 | 2024-11-29T04:15:53.798Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
213 | 2024-11-29T04:15:53.876Z | Updating git repository `https://github.com/oxidecomputer/opte` |
214 | 2024-11-29T04:15:54.353Z | From https://github.com/oxidecomputer/opte |
215 | 2024-11-29T04:15:54.353Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
216 | 2024-11-29T04:15:54.410Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
217 | 2024-11-29T04:15:55.123Z | From https://github.com/oxidecomputer/management-gateway-service |
218 | 2024-11-29T04:15:55.123Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
219 | 2024-11-29T04:15:56.028Z | Downloading crates ... |
220 | 2024-11-29T04:15:56.155Z | Downloaded ppv-lite86 v0.2.20 |
221 | 2024-11-29T04:15:56.179Z | Downloaded rustls-pemfile v1.0.4 |
222 | 2024-11-29T04:15:56.179Z | Downloaded slog v2.7.0 |
223 | 2024-11-29T04:15:56.180Z | Downloaded parse-display-derive v0.10.0 |
224 | 2024-11-29T04:15:56.180Z | Downloaded parking_lot_core v0.8.6 |
225 | 2024-11-29T04:15:56.180Z | Downloaded parking_lot v0.12.3 |
226 | 2024-11-29T04:15:56.180Z | Downloaded pest_meta v2.7.13 |
227 | 2024-11-29T04:15:56.180Z | Downloaded percent-encoding v2.3.1 |
228 | 2024-11-29T04:15:56.180Z | Downloaded paste v1.0.15 |
229 | 2024-11-29T04:15:56.205Z | Downloaded powerfmt v0.2.0 |
230 | 2024-11-29T04:15:56.205Z | Downloaded postcard v1.0.10 |
231 | 2024-11-29T04:15:56.205Z | Downloaded pkg-config v0.3.31 |
232 | 2024-11-29T04:15:56.205Z | Downloaded rustls-pemfile v2.1.3 |
233 | 2024-11-29T04:15:56.205Z | Downloaded openssl-probe v0.1.5 |
234 | 2024-11-29T04:15:56.205Z | Downloaded steno v0.4.1 |
235 | 2024-11-29T04:15:56.229Z | Downloaded serde v1.0.215 |
236 | 2024-11-29T04:15:56.229Z | Downloaded sct v0.7.1 |
237 | 2024-11-29T04:15:56.229Z | Downloaded slab v0.4.9 |
238 | 2024-11-29T04:15:56.254Z | Downloaded zerocopy v0.6.6 |
239 | 2024-11-29T04:15:56.254Z | Downloaded hubpack_derive v0.1.1 |
240 | 2024-11-29T04:15:56.254Z | Downloaded newline-converter v0.3.0 |
241 | 2024-11-29T04:15:56.254Z | Downloaded num_enum v0.7.3 |
242 | 2024-11-29T04:15:56.282Z | Downloaded usdt-macro v0.5.0 |
243 | 2024-11-29T04:15:56.282Z | Downloaded http v0.2.12 |
244 | 2024-11-29T04:15:56.282Z | Downloaded ipnetwork v0.20.0 |
245 | 2024-11-29T04:15:56.306Z | Downloaded num v0.4.3 |
246 | 2024-11-29T04:15:56.307Z | Downloaded match_cfg v0.1.0 |
247 | 2024-11-29T04:15:56.307Z | Downloaded try-lock v0.2.5 |
248 | 2024-11-29T04:15:56.307Z | Downloaded futures-executor v0.3.30 |
249 | 2024-11-29T04:15:56.307Z | Downloaded fnv v1.0.7 |
250 | 2024-11-29T04:15:56.307Z | Downloaded fastrand v2.1.1 |
251 | 2024-11-29T04:15:56.307Z | Downloaded hickory-resolver v0.24.1 |
252 | 2024-11-29T04:15:56.307Z | Downloaded take_mut v0.2.2 |
253 | 2024-11-29T04:15:56.331Z | Downloaded tinyvec_macros v0.1.1 |
254 | 2024-11-29T04:15:56.331Z | Downloaded mio v1.0.2 |
255 | 2024-11-29T04:15:56.331Z | Downloaded lazy_static v1.5.0 |
256 | 2024-11-29T04:15:56.331Z | Downloaded num-integer v0.1.46 |
257 | 2024-11-29T04:15:56.332Z | Downloaded hash32 v0.3.1 |
258 | 2024-11-29T04:15:56.332Z | Downloaded num-conv v0.1.0 |
259 | 2024-11-29T04:15:56.356Z | Downloaded tabwriter v1.4.0 |
260 | 2024-11-29T04:15:56.356Z | Downloaded num-iter v0.1.45 |
261 | 2024-11-29T04:15:56.356Z | Downloaded rustls v0.23.13 |
262 | 2024-11-29T04:15:56.356Z | Downloaded strum v0.26.3 |
263 | 2024-11-29T04:15:56.356Z | Downloaded hyper-tls v0.6.0 |
264 | 2024-11-29T04:15:56.380Z | Downloaded log v0.4.22 |
265 | 2024-11-29T04:15:56.380Z | Downloaded structmeta v0.3.0 |
266 | 2024-11-29T04:15:56.380Z | Downloaded structmeta-derive v0.3.0 |
267 | 2024-11-29T04:15:56.380Z | Downloaded thread_local v1.1.8 |
268 | 2024-11-29T04:15:56.380Z | Downloaded hashbrown v0.14.5 |
269 | 2024-11-29T04:15:56.380Z | Downloaded hyper-rustls v0.27.3 |
270 | 2024-11-29T04:15:56.380Z | Downloaded h2 v0.4.6 |
271 | 2024-11-29T04:15:56.404Z | Downloaded spin v0.9.8 |
272 | 2024-11-29T04:15:56.404Z | Downloaded num-traits v0.2.19 |
273 | 2024-11-29T04:15:56.404Z | Downloaded tracing v0.1.40 |
274 | 2024-11-29T04:15:56.404Z | Downloaded hyper-util v0.1.10 |
275 | 2024-11-29T04:15:56.404Z | Downloaded syn v2.0.87 |
276 | 2024-11-29T04:15:56.428Z | Downloaded socket2 v0.5.8 |
277 | 2024-11-29T04:15:56.428Z | Downloaded memchr v2.7.4 |
278 | 2024-11-29T04:15:56.428Z | Downloaded heapless v0.8.0 |
279 | 2024-11-29T04:15:56.452Z | Downloaded time v0.3.36 |
280 | 2024-11-29T04:15:56.452Z | Downloaded hyper v1.5.1 |
281 | 2024-11-29T04:15:56.452Z | Downloaded futures-util v0.3.30 |
282 | 2024-11-29T04:15:56.477Z | Downloaded clap_builder v4.5.21 |
283 | 2024-11-29T04:15:56.477Z | Downloaded chrono v0.4.38 |
284 | 2024-11-29T04:15:56.501Z | Downloaded hyper v0.14.30 |
285 | 2024-11-29T04:15:56.501Z | Downloaded syn v1.0.109 |
286 | 2024-11-29T04:15:56.501Z | Downloaded dropshot v0.12.0 |
287 | 2024-11-29T04:15:56.525Z | Downloaded idna v0.5.0 |
288 | 2024-11-29T04:15:56.549Z | Downloaded idna v0.4.0 |
289 | 2024-11-29T04:15:56.549Z | Downloaded libc v0.2.165 |
290 | 2024-11-29T04:15:56.573Z | Downloaded openssl v0.10.66 |
291 | 2024-11-29T04:15:56.597Z | Downloaded smoltcp v0.11.0 |
292 | 2024-11-29T04:15:56.597Z | Downloaded openapiv3 v2.0.0 |
293 | 2024-11-29T04:15:56.622Z | Downloaded hickory-proto v0.24.1 |
294 | 2024-11-29T04:15:56.622Z | Downloaded regex-automata v0.4.7 |
295 | 2024-11-29T04:15:56.645Z | Downloaded expectorate v1.1.0 |
296 | 2024-11-29T04:15:56.645Z | Downloaded typify-impl v0.2.0 |
297 | 2024-11-29T04:15:56.670Z | Downloaded crossbeam-channel v0.5.13 |
298 | 2024-11-29T04:15:56.670Z | Downloaded iana-time-zone v0.1.61 |
299 | 2024-11-29T04:15:56.670Z | Downloaded hyper-rustls v0.24.2 |
300 | 2024-11-29T04:15:56.670Z | Downloaded unicode-width v0.1.14 |
301 | 2024-11-29T04:15:56.694Z | Downloaded tracing-core v0.1.32 |
302 | 2024-11-29T04:15:56.694Z | Downloaded zerocopy-derive v0.6.6 |
303 | 2024-11-29T04:15:56.694Z | Downloaded tokio v1.41.1 |
304 | 2024-11-29T04:15:56.728Z | Downloaded darling_core v0.20.10 |
305 | 2024-11-29T04:15:56.752Z | Downloaded webpki-roots v0.25.4 |
306 | 2024-11-29T04:15:56.752Z | Downloaded zerocopy-derive v0.7.35 |
307 | 2024-11-29T04:15:56.752Z | Downloaded sled v0.34.7 |
308 | 2024-11-29T04:15:56.776Z | Downloaded vcpkg v0.2.15 |
309 | 2024-11-29T04:15:56.800Z | Downloaded indexmap v2.5.0 |
310 | 2024-11-29T04:15:56.824Z | Downloaded hashbrown v0.12.3 |
311 | 2024-11-29T04:15:56.824Z | Downloaded strum_macros v0.26.4 |
312 | 2024-11-29T04:15:56.824Z | Downloaded itertools v0.13.0 |
313 | 2024-11-29T04:15:56.824Z | Downloaded itertools v0.12.1 |
314 | 2024-11-29T04:15:56.824Z | Downloaded winnow v0.6.18 |
315 | 2024-11-29T04:15:56.848Z | Downloaded cookie v0.18.1 |
316 | 2024-11-29T04:15:56.849Z | Downloaded spin v0.5.2 |
317 | 2024-11-29T04:15:56.849Z | Downloaded num_enum_derive v0.5.11 |
318 | 2024-11-29T04:15:56.849Z | Downloaded itertools v0.10.5 |
319 | 2024-11-29T04:15:56.849Z | Downloaded winnow v0.5.40 |
320 | 2024-11-29T04:15:56.872Z | Downloaded unicode-normalization v0.1.24 |
321 | 2024-11-29T04:15:56.873Z | Downloaded tracing-attributes v0.1.27 |
322 | 2024-11-29T04:15:56.873Z | Downloaded hyper-tls v0.5.0 |
323 | 2024-11-29T04:15:56.873Z | Downloaded toml_edit v0.22.21 |
324 | 2024-11-29T04:15:56.896Z | Downloaded toml_edit v0.19.15 |
325 | 2024-11-29T04:15:56.920Z | Downloaded tokio-util v0.7.12 |
326 | 2024-11-29T04:15:56.920Z | Downloaded unicode-segmentation v1.12.0 |
327 | 2024-11-29T04:15:56.920Z | Downloaded typenum v1.17.0 |
328 | 2024-11-29T04:15:56.920Z | Downloaded tokio-rustls v0.24.1 |
329 | 2024-11-29T04:15:56.920Z | Downloaded num-rational v0.4.2 |
330 | 2024-11-29T04:15:56.945Z | Downloaded indexmap v1.9.3 |
331 | 2024-11-29T04:15:56.945Z | Downloaded humantime v2.1.0 |
332 | 2024-11-29T04:15:56.945Z | Downloaded strum_macros v0.25.3 |
333 | 2024-11-29T04:15:56.946Z | Downloaded thread-id v4.2.2 |
334 | 2024-11-29T04:15:56.946Z | Downloaded ipnet v2.10.0 |
335 | 2024-11-29T04:15:56.946Z | Downloaded once_cell v1.20.2 |
336 | 2024-11-29T04:15:56.946Z | Downloaded lock_api v0.4.12 |
337 | 2024-11-29T04:15:56.946Z | Downloaded tokio-rustls v0.25.0 |
338 | 2024-11-29T04:15:56.946Z | Downloaded rustix v0.38.37 |
339 | 2024-11-29T04:15:56.970Z | Downloaded num-derive v0.3.3 |
340 | 2024-11-29T04:15:56.970Z | Downloaded itoa v1.0.11 |
341 | 2024-11-29T04:15:56.970Z | Downloaded indent_write v2.2.0 |
342 | 2024-11-29T04:15:56.994Z | Downloaded getrandom v0.2.15 |
343 | 2024-11-29T04:15:56.994Z | Downloaded subtle v2.6.1 |
344 | 2024-11-29T04:15:56.994Z | Downloaded zeroize v1.8.1 |
345 | 2024-11-29T04:15:56.994Z | Downloaded thiserror-impl v1.0.69 |
346 | 2024-11-29T04:15:56.994Z | Downloaded encoding_rs v0.8.34 |
347 | 2024-11-29T04:15:57.019Z | Downloaded thiserror v1.0.69 |
348 | 2024-11-29T04:15:57.019Z | Downloaded yansi v1.0.1 |
349 | 2024-11-29T04:15:57.019Z | Downloaded webpki-roots v0.26.6 |
350 | 2024-11-29T04:15:57.019Z | Downloaded typify v0.2.0 |
351 | 2024-11-29T04:15:57.043Z | Downloaded tempfile v3.12.0 |
352 | 2024-11-29T04:15:57.043Z | Downloaded ident_case v1.0.1 |
353 | 2024-11-29T04:15:57.043Z | Downloaded smartstring v1.0.1 |
354 | 2024-11-29T04:15:57.043Z | Downloaded url v2.5.2 |
355 | 2024-11-29T04:15:57.043Z | Downloaded sync_wrapper v0.1.2 |
356 | 2024-11-29T04:15:57.043Z | Downloaded generic-array v0.14.7 |
357 | 2024-11-29T04:15:57.043Z | Downloaded futures-task v0.3.30 |
358 | 2024-11-29T04:15:57.043Z | Downloaded futures-sink v0.3.30 |
359 | 2024-11-29T04:15:57.043Z | Downloaded zone v0.3.0 |
360 | 2024-11-29T04:15:57.043Z | Downloaded tinyvec v1.8.0 |
361 | 2024-11-29T04:15:57.044Z | Downloaded unsafe-libyaml v0.2.11 |
362 | 2024-11-29T04:15:57.044Z | Downloaded cc v1.1.21 |
363 | 2024-11-29T04:15:57.068Z | Downloaded sync_wrapper v1.0.1 |
364 | 2024-11-29T04:15:57.068Z | Downloaded zone_cfg_derive v0.3.0 |
365 | 2024-11-29T04:15:57.068Z | Downloaded is_terminal_polyfill v1.70.1 |
366 | 2024-11-29T04:15:57.068Z | Downloaded is-terminal v0.4.13 |
367 | 2024-11-29T04:15:57.068Z | Downloaded smf v0.2.3 |
368 | 2024-11-29T04:15:57.068Z | Downloaded smallvec v1.13.2 |
369 | 2024-11-29T04:15:57.068Z | Downloaded slog-term v2.9.1 |
370 | 2024-11-29T04:15:57.068Z | Downloaded slog-stdlog v4.1.1 |
371 | 2024-11-29T04:15:57.068Z | Downloaded slog-json v2.6.1 |
372 | 2024-11-29T04:15:57.068Z | Downloaded slog-envlogger v2.2.0 |
373 | 2024-11-29T04:15:57.068Z | Downloaded slog-dtrace v0.3.0 |
374 | 2024-11-29T04:15:57.068Z | Downloaded num_enum_derive v0.7.3 |
375 | 2024-11-29T04:15:57.068Z | Downloaded toml v0.8.19 |
376 | 2024-11-29T04:15:57.068Z | Downloaded tokio-native-tls v0.3.1 |
377 | 2024-11-29T04:15:57.068Z | Downloaded time-macros v0.2.18 |
378 | 2024-11-29T04:15:57.092Z | Downloaded uuid v1.11.0 |
379 | 2024-11-29T04:15:57.092Z | Downloaded usdt-impl v0.5.0 |
380 | 2024-11-29T04:15:57.092Z | Downloaded nom v7.1.3 |
381 | 2024-11-29T04:15:57.117Z | Downloaded managed v0.8.0 |
382 | 2024-11-29T04:15:57.117Z | Downloaded rhai v1.20.0 |
383 | 2024-11-29T04:15:57.142Z | Downloaded futures-channel v0.3.30 |
384 | 2024-11-29T04:15:57.142Z | Downloaded dropshot_endpoint v0.12.0 |
385 | 2024-11-29T04:15:57.142Z | Downloaded derive_more v0.99.18 |
386 | 2024-11-29T04:15:57.142Z | Downloaded crc32fast v1.4.2 |
387 | 2024-11-29T04:15:57.142Z | Downloaded cancel-safe-futures v0.1.5 |
388 | 2024-11-29T04:15:57.166Z | Downloaded half v2.4.1 |
389 | 2024-11-29T04:15:57.166Z | Downloaded swrite v0.1.0 |
390 | 2024-11-29T04:15:57.166Z | Downloaded slog-scope v4.4.0 |
391 | 2024-11-29T04:15:57.166Z | Downloaded toml_datetime v0.6.8 |
392 | 2024-11-29T04:15:57.166Z | Downloaded tokio-macros v2.4.0 |
393 | 2024-11-29T04:15:57.166Z | Downloaded tiny-keccak v2.0.2 |
394 | 2024-11-29T04:15:57.166Z | Downloaded whoami v1.5.2 |
395 | 2024-11-29T04:15:57.166Z | Downloaded num-complex v0.4.6 |
396 | 2024-11-29T04:15:57.166Z | Downloaded memmap v0.7.0 |
397 | 2024-11-29T04:15:57.166Z | Downloaded macaddr v1.0.1 |
398 | 2024-11-29T04:15:57.166Z | Downloaded lru-cache v0.1.2 |
399 | 2024-11-29T04:15:57.166Z | Downloaded linked-hash-map v0.5.6 |
400 | 2024-11-29T04:15:57.190Z | Downloaded hex v0.4.3 |
401 | 2024-11-29T04:15:57.190Z | Downloaded version_check v0.9.5 |
402 | 2024-11-29T04:15:57.190Z | Downloaded utf8parse v0.2.2 |
403 | 2024-11-29T04:15:57.190Z | Downloaded usdt v0.5.0 |
404 | 2024-11-29T04:15:57.190Z | Downloaded newtype_derive v0.1.6 |
405 | 2024-11-29T04:15:57.190Z | Downloaded multer v3.1.0 |
406 | 2024-11-29T04:15:57.190Z | Downloaded stable_deref_trait v1.2.0 |
407 | 2024-11-29T04:15:57.190Z | Downloaded regex v1.10.6 |
408 | 2024-11-29T04:15:57.214Z | Downloaded bytes v1.7.2 |
409 | 2024-11-29T04:15:57.214Z | Downloaded blake2 v0.10.6 |
410 | 2024-11-29T04:15:57.241Z | Downloaded instant v0.1.13 |
411 | 2024-11-29T04:15:57.241Z | Downloaded openssl-macros v0.1.1 |
412 | 2024-11-29T04:15:57.241Z | Downloaded omicron-workspace-hack v0.1.0 |
413 | 2024-11-29T04:15:57.241Z | Downloaded num_threads v0.1.7 |
414 | 2024-11-29T04:15:57.241Z | Downloaded time-core v0.1.2 |
415 | 2024-11-29T04:15:57.241Z | Downloaded want v0.3.1 |
416 | 2024-11-29T04:15:57.241Z | Downloaded waitgroup v0.1.2 |
417 | 2024-11-29T04:15:57.241Z | Downloaded usdt-attr-macro v0.5.0 |
418 | 2024-11-29T04:15:57.241Z | Downloaded untrusted v0.9.0 |
419 | 2024-11-29T04:15:57.241Z | Downloaded zerocopy v0.7.35 |
420 | 2024-11-29T04:15:57.266Z | Downloaded embedded-io v0.6.1 |
421 | 2024-11-29T04:15:57.266Z | Downloaded diff v0.1.13 |
422 | 2024-11-29T04:15:57.266Z | Downloaded crossbeam-epoch v0.9.18 |
423 | 2024-11-29T04:15:57.266Z | Downloaded clap_derive v4.5.18 |
424 | 2024-11-29T04:15:57.266Z | Downloaded rustls v0.21.12 |
425 | 2024-11-29T04:15:57.290Z | Downloaded defmt v0.3.8 |
426 | 2024-11-29T04:15:57.290Z | Downloaded console v0.15.8 |
427 | 2024-11-29T04:15:57.290Z | Downloaded ciborium v0.2.2 |
428 | 2024-11-29T04:15:57.290Z | Downloaded embedded-io v0.4.0 |
429 | 2024-11-29T04:15:57.290Z | Downloaded dof v0.3.0 |
430 | 2024-11-29T04:15:57.290Z | Downloaded data-encoding v2.6.0 |
431 | 2024-11-29T04:15:57.290Z | Downloaded tower-service v0.3.3 |
432 | 2024-11-29T04:15:57.290Z | Downloaded regex-syntax v0.8.4 |
433 | 2024-11-29T04:15:57.315Z | Downloaded anstream v0.6.15 |
434 | 2024-11-29T04:15:57.315Z | Downloaded no-std-compat v0.4.1 |
435 | 2024-11-29T04:15:57.315Z | Downloaded mime v0.3.17 |
436 | 2024-11-29T04:15:57.315Z | Downloaded hostname v0.3.1 |
437 | 2024-11-29T04:15:57.315Z | Downloaded highway v1.2.0 |
438 | 2024-11-29T04:15:57.315Z | Downloaded ucd-trie v0.1.6 |
439 | 2024-11-29T04:15:57.315Z | Downloaded linear-map v1.2.0 |
440 | 2024-11-29T04:15:57.315Z | Downloaded h2 v0.3.26 |
441 | 2024-11-29T04:15:57.315Z | Downloaded goblin v0.8.2 |
442 | 2024-11-29T04:15:57.339Z | Downloaded reqwest v0.12.9 |
443 | 2024-11-29T04:15:57.339Z | Downloaded quinn-proto v0.11.8 |
444 | 2024-11-29T04:15:57.339Z | Downloaded futures-core v0.3.30 |
445 | 2024-11-29T04:15:57.363Z | Downloaded futures v0.3.30 |
446 | 2024-11-29T04:15:57.363Z | Downloaded dirs-next v2.0.0 |
447 | 2024-11-29T04:15:57.363Z | Downloaded derive-where v1.2.7 |
448 | 2024-11-29T04:15:57.363Z | Downloaded darling v0.20.10 |
449 | 2024-11-29T04:15:57.363Z | Downloaded colorchoice v1.0.2 |
450 | 2024-11-29T04:15:57.363Z | Downloaded clap v4.5.21 |
451 | 2024-11-29T04:15:57.387Z | Downloaded bitflags v2.6.0 |
452 | 2024-11-29T04:15:57.387Z | Downloaded allocator-api2 v0.2.18 |
453 | 2024-11-29T04:15:57.387Z | Downloaded minimal-lexical v0.2.1 |
454 | 2024-11-29T04:15:57.388Z | Downloaded hostname v0.4.0 |
455 | 2024-11-29T04:15:57.388Z | Downloaded unicode-ident v1.0.13 |
456 | 2024-11-29T04:15:57.412Z | Downloaded unicode-bidi v0.3.15 |
457 | 2024-11-29T04:15:57.412Z | Downloaded typify-macro v0.2.0 |
458 | 2024-11-29T04:15:57.412Z | Downloaded tokio-rustls v0.26.0 |
459 | 2024-11-29T04:15:57.412Z | Downloaded thin-vec v0.2.13 |
460 | 2024-11-29T04:15:57.412Z | Downloaded openssl-sys v0.9.103 |
461 | 2024-11-29T04:15:57.412Z | Downloaded libm v0.2.8 |
462 | 2024-11-29T04:15:57.412Z | Downloaded futures-io v0.3.30 |
463 | 2024-11-29T04:15:57.436Z | Downloaded foreign-types-macros v0.2.3 |
464 | 2024-11-29T04:15:57.436Z | Downloaded float-ord v0.3.2 |
465 | 2024-11-29T04:15:57.436Z | Downloaded enum-as-inner v0.6.1 |
466 | 2024-11-29T04:15:57.437Z | Downloaded either v1.13.0 |
467 | 2024-11-29T04:15:57.437Z | Downloaded dirs-sys-next v0.1.2 |
468 | 2024-11-29T04:15:57.437Z | Downloaded defmt-parser v0.3.4 |
469 | 2024-11-29T04:15:57.437Z | Downloaded defmt-macros v0.3.9 |
470 | 2024-11-29T04:15:57.437Z | Downloaded debug-ignore v1.0.5 |
471 | 2024-11-29T04:15:57.437Z | Downloaded convert_case v0.4.0 |
472 | 2024-11-29T04:15:57.437Z | Downloaded colored v2.1.0 |
473 | 2024-11-29T04:15:57.437Z | Downloaded cobs v0.2.3 |
474 | 2024-11-29T04:15:57.437Z | Downloaded fxhash v0.2.1 |
475 | 2024-11-29T04:15:57.437Z | Downloaded term v0.7.0 |
476 | 2024-11-29T04:15:57.460Z | Downloaded strsim v0.11.1 |
477 | 2024-11-29T04:15:57.461Z | Downloaded static_assertions v1.1.0 |
478 | 2024-11-29T04:15:57.461Z | Downloaded parking_lot v0.11.2 |
479 | 2024-11-29T04:15:57.461Z | Downloaded owo-colors v4.1.0 |
480 | 2024-11-29T04:15:57.461Z | Downloaded http v1.1.0 |
481 | 2024-11-29T04:15:57.461Z | Downloaded serde_with v3.9.0 |
482 | 2024-11-29T04:15:57.485Z | Downloaded serde_json v1.0.133 |
483 | 2024-11-29T04:15:57.485Z | Downloaded errno v0.3.9 |
484 | 2024-11-29T04:15:57.485Z | Downloaded dtrace-parser v0.2.0 |
485 | 2024-11-29T04:15:57.485Z | Downloaded crucible-workspace-hack v0.1.0 |
486 | 2024-11-29T04:15:57.485Z | Downloaded camino v1.1.9 |
487 | 2024-11-29T04:15:57.485Z | Downloaded ring v0.17.8 |
488 | 2024-11-29T04:15:57.553Z | Downloaded backoff v0.4.0 |
489 | 2024-11-29T04:15:57.577Z | Downloaded newtype-uuid v1.1.0 |
490 | 2024-11-29T04:15:57.577Z | Downloaded terminal_size v0.4.0 |
491 | 2024-11-29T04:15:57.577Z | Downloaded num_enum v0.5.11 |
492 | 2024-11-29T04:15:57.577Z | Downloaded num-derive v0.4.2 |
493 | 2024-11-29T04:15:57.577Z | Downloaded form_urlencoded v1.2.1 |
494 | 2024-11-29T04:15:57.577Z | Downloaded fixedbitset v0.4.2 |
495 | 2024-11-29T04:15:57.577Z | Downloaded dyn-clone v1.0.17 |
496 | 2024-11-29T04:15:57.577Z | Downloaded crypto-common v0.1.6 |
497 | 2024-11-29T04:15:57.577Z | Downloaded cpufeatures v0.2.14 |
498 | 2024-11-29T04:15:57.577Z | Downloaded clap_lex v0.7.2 |
499 | 2024-11-29T04:15:57.577Z | Downloaded camino-tempfile v1.1.1 |
500 | 2024-11-29T04:15:57.577Z | Downloaded libsw v3.3.1 |
501 | 2024-11-29T04:15:57.601Z | Downloaded hubpack v0.1.2 |
502 | 2024-11-29T04:15:57.601Z | Downloaded httpdate v1.0.3 |
503 | 2024-11-29T04:15:57.601Z | Downloaded http-body v0.4.6 |
504 | 2024-11-29T04:15:57.601Z | Downloaded rustls-webpki v0.102.8 |
505 | 2024-11-29T04:15:57.625Z | Downloaded equivalent v1.0.1 |
506 | 2024-11-29T04:15:57.625Z | Downloaded cstr-argument v0.1.2 |
507 | 2024-11-29T04:15:57.625Z | Downloaded native-tls v0.2.12 |
508 | 2024-11-29T04:15:57.625Z | Downloaded httparse v1.9.4 |
509 | 2024-11-29T04:15:57.625Z | Downloaded serde_derive_internals v0.29.1 |
510 | 2024-11-29T04:15:57.625Z | Downloaded schemars v0.8.21 |
511 | 2024-11-29T04:15:57.625Z | Downloaded regress v0.10.1 |
512 | 2024-11-29T04:15:57.649Z | Downloaded quinn v0.11.5 |
513 | 2024-11-29T04:15:57.649Z | Downloaded proc-macro-error v1.0.4 |
514 | 2024-11-29T04:15:57.649Z | Downloaded foreign-types-shared v0.1.1 |
515 | 2024-11-29T04:15:57.649Z | Downloaded foreign-types v0.5.0 |
516 | 2024-11-29T04:15:57.650Z | Downloaded foreign-types v0.3.2 |
517 | 2024-11-29T04:15:57.650Z | Downloaded darling_macro v0.20.10 |
518 | 2024-11-29T04:15:57.650Z | Downloaded const-random-macro v0.1.16 |
519 | 2024-11-29T04:15:57.650Z | Downloaded ciborium-ll v0.2.2 |
520 | 2024-11-29T04:15:57.650Z | Downloaded byteorder v1.5.0 |
521 | 2024-11-29T04:15:57.650Z | Downloaded bitflags v1.3.2 |
522 | 2024-11-29T04:15:57.674Z | Downloaded http-body-util v0.1.2 |
523 | 2024-11-29T04:15:57.674Z | Downloaded http-body v1.0.1 |
524 | 2024-11-29T04:15:57.674Z | Downloaded heck v0.5.0 |
525 | 2024-11-29T04:15:57.674Z | Downloaded heck v0.4.1 |
526 | 2024-11-29T04:15:57.674Z | Downloaded slog-bunyan v2.5.0 |
527 | 2024-11-29T04:15:57.674Z | Downloaded slog-async v2.8.0 |
528 | 2024-11-29T04:15:57.674Z | Downloaded signal-hook-registry v1.4.2 |
529 | 2024-11-29T04:15:57.674Z | Downloaded serde_yaml v0.9.34+deprecated |
530 | 2024-11-29T04:15:57.674Z | Downloaded rhai_codegen v2.2.0 |
531 | 2024-11-29T04:15:57.674Z | Downloaded progenitor-macro v0.8.0 |
532 | 2024-11-29T04:15:57.699Z | Downloaded proc-macro2 v1.0.86 |
533 | 2024-11-29T04:15:57.699Z | Downloaded proc-macro-crate v1.3.1 |
534 | 2024-11-29T04:15:57.699Z | Downloaded const-random v0.1.18 |
535 | 2024-11-29T04:15:57.699Z | Downloaded block-buffer v0.10.4 |
536 | 2024-11-29T04:15:57.699Z | Downloaded sigpipe v0.1.3 |
537 | 2024-11-29T04:15:57.699Z | Downloaded sha2 v0.10.8 |
538 | 2024-11-29T04:15:57.699Z | Downloaded sha1 v0.10.6 |
539 | 2024-11-29T04:15:57.699Z | Downloaded serde_with_macros v3.9.0 |
540 | 2024-11-29T04:15:57.699Z | Downloaded serde_tokenstream v0.2.2 |
541 | 2024-11-29T04:15:57.699Z | Downloaded serde_repr v0.1.19 |
542 | 2024-11-29T04:15:57.699Z | Downloaded serde_path_to_error v0.1.16 |
543 | 2024-11-29T04:15:57.699Z | Downloaded serde_derive v1.0.215 |
544 | 2024-11-29T04:15:57.699Z | Downloaded serde-big-array v0.5.1 |
545 | 2024-11-29T04:15:57.699Z | Downloaded semver v0.1.20 |
546 | 2024-11-29T04:15:57.724Z | Downloaded scroll v0.12.0 |
547 | 2024-11-29T04:15:57.724Z | Downloaded scopeguard v1.2.0 |
548 | 2024-11-29T04:15:57.724Z | Downloaded rustversion v1.0.17 |
549 | 2024-11-29T04:15:57.724Z | Downloaded rustc_version v0.1.7 |
550 | 2024-11-29T04:15:57.724Z | Downloaded rustc-hash v2.0.0 |
551 | 2024-11-29T04:15:57.724Z | Downloaded resolv-conf v0.7.0 |
552 | 2024-11-29T04:15:57.724Z | Downloaded quinn-udp v0.5.5 |
553 | 2024-11-29T04:15:57.724Z | Downloaded quick-error v1.2.3 |
554 | 2024-11-29T04:15:57.724Z | Downloaded proc-macro-crate v3.2.0 |
555 | 2024-11-29T04:15:57.724Z | Downloaded pretty-hex v0.4.1 |
556 | 2024-11-29T04:15:57.724Z | Downloaded pretty-hex v0.2.1 |
557 | 2024-11-29T04:15:57.724Z | Downloaded foreign-types-shared v0.3.1 |
558 | 2024-11-29T04:15:57.724Z | Downloaded digest v0.10.7 |
559 | 2024-11-29T04:15:57.724Z | Downloaded crunchy v0.2.2 |
560 | 2024-11-29T04:15:57.724Z | Downloaded crc8 v0.1.1 |
561 | 2024-11-29T04:15:57.724Z | Downloaded base64 v0.21.7 |
562 | 2024-11-29T04:15:57.724Z | Downloaded shlex v1.3.0 |
563 | 2024-11-29T04:15:57.748Z | Downloaded scroll_derive v0.12.0 |
564 | 2024-11-29T04:15:57.748Z | Downloaded rustls v0.22.4 |
565 | 2024-11-29T04:15:57.748Z | Downloaded reqwest v0.11.27 |
566 | 2024-11-29T04:15:57.772Z | Downloaded regress v0.9.1 |
567 | 2024-11-29T04:15:57.772Z | Downloaded rand v0.8.5 |
568 | 2024-11-29T04:15:57.772Z | Downloaded progenitor-impl v0.8.0 |
569 | 2024-11-29T04:15:57.772Z | Downloaded progenitor v0.8.0 |
570 | 2024-11-29T04:15:57.772Z | Downloaded prettyplease v0.2.22 |
571 | 2024-11-29T04:15:57.772Z | Downloaded deranged v0.3.11 |
572 | 2024-11-29T04:15:57.772Z | Downloaded crossbeam-utils v0.8.20 |
573 | 2024-11-29T04:15:57.796Z | Downloaded cfg-if v1.0.0 |
574 | 2024-11-29T04:15:57.796Z | Downloaded autocfg v1.3.0 |
575 | 2024-11-29T04:15:57.796Z | Downloaded atomic-waker v1.1.2 |
576 | 2024-11-29T04:15:57.796Z | Downloaded async-stream v0.3.5 |
577 | 2024-11-29T04:15:57.796Z | Downloaded anstyle-query v1.1.1 |
578 | 2024-11-29T04:15:57.796Z | Downloaded anstyle-parse v0.2.5 |
579 | 2024-11-29T04:15:57.796Z | Downloaded anstyle v1.0.10 |
580 | 2024-11-29T04:15:57.796Z | Downloaded rustls-pki-types v1.8.0 |
581 | 2024-11-29T04:15:57.796Z | Downloaded rand_core v0.6.4 |
582 | 2024-11-29T04:15:57.796Z | Downloaded progenitor-client v0.8.0 |
583 | 2024-11-29T04:15:57.796Z | Downloaded proc-macro-error-attr v1.0.4 |
584 | 2024-11-29T04:15:57.796Z | Downloaded ciborium-io v0.2.2 |
585 | 2024-11-29T04:15:57.796Z | Downloaded base64 v0.22.1 |
586 | 2024-11-29T04:15:57.797Z | Downloaded async-trait v0.1.83 |
587 | 2024-11-29T04:15:57.821Z | Downloaded anyhow v1.0.93 |
588 | 2024-11-29T04:15:57.821Z | Downloaded ryu v1.0.18 |
589 | 2024-11-29T04:15:57.821Z | Downloaded semver v1.0.23 |
590 | 2024-11-29T04:15:57.821Z | Downloaded rand_chacha v0.3.1 |
591 | 2024-11-29T04:15:57.821Z | Downloaded quote v1.0.37 |
592 | 2024-11-29T04:15:57.821Z | Downloaded base64ct v1.6.0 |
593 | 2024-11-29T04:15:57.821Z | Downloaded argon2 v0.5.3 |
594 | 2024-11-29T04:15:57.821Z | Downloaded aho-corasick v1.1.3 |
595 | 2024-11-29T04:15:57.845Z | Downloaded atomicwrites v0.4.4 |
596 | 2024-11-29T04:15:57.845Z | Downloaded async-stream-impl v0.3.5 |
597 | 2024-11-29T04:15:57.845Z | Downloaded petgraph v0.6.5 |
598 | 2024-11-29T04:15:57.846Z | Downloaded password-hash v0.5.0 |
599 | 2024-11-29T04:15:57.846Z | Downloaded arc-swap v1.7.1 |
600 | 2024-11-29T04:15:57.894Z | Downloaded pin-project-lite v0.2.14 |
601 | 2024-11-29T04:15:57.894Z | Downloaded pest_derive v2.7.13 |
602 | 2024-11-29T04:15:57.894Z | Downloaded ahash v0.8.11 |
603 | 2024-11-29T04:15:57.918Z | Downloaded portable-atomic v1.8.0 |
604 | 2024-11-29T04:15:57.918Z | Downloaded plain v0.2.3 |
605 | 2024-11-29T04:15:57.918Z | Downloaded pest_generator v2.7.13 |
606 | 2024-11-29T04:15:57.918Z | Downloaded parse-display v0.10.0 |
607 | 2024-11-29T04:15:57.918Z | Downloaded parking_lot_core v0.9.10 |
608 | 2024-11-29T04:15:57.918Z | Downloaded futures-macro v0.3.30 |
609 | 2024-11-29T04:15:57.918Z | Downloaded similar v2.6.0 |
610 | 2024-11-29T04:15:57.918Z | Downloaded serde_urlencoded v0.7.1 |
611 | 2024-11-29T04:15:57.918Z | Downloaded serde_spanned v0.6.7 |
612 | 2024-11-29T04:15:57.918Z | Downloaded schemars_derive v0.8.21 |
613 | 2024-11-29T04:15:57.918Z | Downloaded rustls-webpki v0.101.7 |
614 | 2024-11-29T04:15:57.918Z | Downloaded pretty_assertions v1.4.1 |
615 | 2024-11-29T04:15:57.918Z | Downloaded pest v2.7.13 |
616 | 2024-11-29T04:15:57.918Z | Downloaded rustc_version v0.4.1 |
617 | 2024-11-29T04:15:57.918Z | Downloaded pin-utils v0.1.0 |
618 | 2024-11-29T04:15:58.218Z | Compiling proc-macro2 v1.0.86 |
619 | 2024-11-29T04:15:58.218Z | Compiling unicode-ident v1.0.13 |
620 | 2024-11-29T04:15:58.242Z | Compiling libc v0.2.165 |
621 | 2024-11-29T04:15:58.242Z | Compiling serde v1.0.215 |
622 | 2024-11-29T04:15:58.242Z | Compiling autocfg v1.3.0 |
623 | 2024-11-29T04:15:58.242Z | Compiling version_check v0.9.5 |
624 | 2024-11-29T04:15:58.242Z | Compiling cfg-if v1.0.0 |
625 | 2024-11-29T04:15:58.242Z | Compiling once_cell v1.20.2 |
626 | 2024-11-29T04:15:58.430Z | Compiling portable-atomic v1.8.0 |
627 | 2024-11-29T04:15:58.478Z | Compiling libm v0.2.8 |
628 | 2024-11-29T04:15:58.678Z | Compiling parking_lot_core v0.9.10 |
629 | 2024-11-29T04:15:58.982Z | Compiling thiserror v1.0.69 |
630 | 2024-11-29T04:15:59.006Z | Compiling lock_api v0.4.12 |
631 | 2024-11-29T04:15:59.030Z | Compiling serde_json v1.0.133 |
632 | 2024-11-29T04:15:59.124Z | Compiling num-traits v0.2.19 |
633 | 2024-11-29T04:15:59.418Z | Compiling byteorder v1.5.0 |
634 | 2024-11-29T04:15:59.520Z | Compiling shlex v1.3.0 |
635 | 2024-11-29T04:15:59.735Z | Compiling cc v1.1.21 |
636 | 2024-11-29T04:15:59.791Z | Compiling schemars v0.8.21 |
637 | 2024-11-29T04:15:59.819Z | Compiling memchr v2.7.4 |
638 | 2024-11-29T04:15:59.843Z | Compiling slab v0.4.9 |
639 | 2024-11-29T04:16:00.111Z | Compiling quote v1.0.37 |
640 | 2024-11-29T04:16:00.162Z | Compiling getrandom v0.2.15 |
641 | 2024-11-29T04:16:00.262Z | Compiling crunchy v0.2.2 |
642 | 2024-11-29T04:16:00.320Z | Compiling tiny-keccak v2.0.2 |
643 | 2024-11-29T04:16:00.395Z | Compiling ahash v0.8.11 |
644 | 2024-11-29T04:16:00.426Z | Compiling syn v2.0.87 |
645 | 2024-11-29T04:16:00.687Z | Compiling allocator-api2 v0.2.18 |
646 | 2024-11-29T04:16:00.711Z | Compiling itoa v1.0.11 |
647 | 2024-11-29T04:16:00.885Z | Compiling ryu v1.0.18 |
648 | 2024-11-29T04:16:00.936Z | Compiling heck v0.5.0 |
649 | 2024-11-29T04:16:00.992Z | Compiling equivalent v1.0.1 |
650 | 2024-11-29T04:16:01.101Z | Compiling httparse v1.9.4 |
651 | 2024-11-29T04:16:01.181Z | Compiling log v0.4.22 |
652 | 2024-11-29T04:16:01.266Z | Compiling const-random-macro v0.1.16 |
653 | 2024-11-29T04:16:01.292Z | Compiling pkg-config v0.3.31 |
654 | 2024-11-29T04:16:01.331Z | Compiling vcpkg v0.2.15 |
655 | 2024-11-29T04:16:01.773Z | Compiling slog v2.7.0 |
656 | 2024-11-29T04:16:01.940Z | Compiling ring v0.17.8 |
657 | 2024-11-29T04:16:01.983Z | Compiling fnv v1.0.7 |
658 | 2024-11-29T04:16:02.220Z | Compiling openssl v0.10.66 |
659 | 2024-11-29T04:16:02.325Z | Compiling semver v1.0.23 |
660 | 2024-11-29T04:16:02.419Z | Compiling iana-time-zone v0.1.61 |
661 | 2024-11-29T04:16:02.645Z | Compiling openssl-sys v0.9.103 |
662 | 2024-11-29T04:16:02.683Z | Compiling native-tls v0.2.12 |
663 | 2024-11-29T04:16:02.738Z | Compiling dyn-clone v1.0.17 |
664 | 2024-11-29T04:16:03.190Z | Compiling rustls v0.23.13 |
665 | 2024-11-29T04:16:03.474Z | Compiling anyhow v1.0.93 |
666 | 2024-11-29T04:16:03.598Z | Compiling aho-corasick v1.1.3 |
667 | 2024-11-29T04:16:03.622Z | Compiling regex-syntax v0.8.4 |
668 | 2024-11-29T04:16:03.837Z | Compiling typenum v1.17.0 |
669 | 2024-11-29T04:16:03.861Z | Compiling generic-array v0.14.7 |
670 | 2024-11-29T04:16:04.150Z | Checking pin-project-lite v0.2.14 |
671 | 2024-11-29T04:16:04.258Z | Compiling unsafe-libyaml v0.2.11 |
672 | 2024-11-29T04:16:04.354Z | Compiling time-core v0.1.2 |
673 | 2024-11-29T04:16:04.454Z | Compiling num-conv v0.1.0 |
674 | 2024-11-29T04:16:04.685Z | Compiling time-macros v0.2.18 |
675 | 2024-11-29T04:16:04.753Z | Checking scopeguard v1.2.0 |
676 | 2024-11-29T04:16:04.876Z | Compiling syn v1.0.109 |
677 | 2024-11-29T04:16:05.410Z | Compiling ucd-trie v0.1.6 |
678 | 2024-11-29T04:16:05.573Z | Checking mio v1.0.2 |
679 | 2024-11-29T04:16:05.788Z | Compiling serde_derive_internals v0.29.1 |
680 | 2024-11-29T04:16:06.014Z | Checking signal-hook-registry v1.4.2 |
681 | 2024-11-29T04:16:06.220Z | Compiling regex-automata v0.4.7 |
682 | 2024-11-29T04:16:06.465Z | Checking socket2 v0.5.8 |
683 | 2024-11-29T04:16:06.686Z | Compiling omicron-workspace-hack v0.1.0 |
684 | 2024-11-29T04:16:06.752Z | Compiling rustversion v1.0.17 |
685 | 2024-11-29T04:16:07.009Z | Compiling crossbeam-utils v0.8.20 |
686 | 2024-11-29T04:16:07.033Z | Checking const-random v0.1.18 |
687 | 2024-11-29T04:16:07.143Z | Compiling usdt-impl v0.5.0 |
688 | 2024-11-29T04:16:07.545Z | Compiling slog-async v2.8.0 |
689 | 2024-11-29T04:16:07.613Z | Compiling plain v0.2.3 |
690 | 2024-11-29T04:16:07.714Z | Compiling strsim v0.11.1 |
691 | 2024-11-29T04:16:08.227Z | Compiling pretty-hex v0.4.1 |
692 | 2024-11-29T04:16:08.253Z | Compiling thread-id v4.2.2 |
693 | 2024-11-29T04:16:08.352Z | Compiling ident_case v1.0.1 |
694 | 2024-11-29T04:16:08.407Z | Checking futures-core v0.3.30 |
695 | 2024-11-29T04:16:08.503Z | Compiling camino v1.1.9 |
696 | 2024-11-29T04:16:08.533Z | Compiling darling_core v0.20.10 |
697 | 2024-11-29T04:16:08.570Z | Compiling rustls v0.22.4 |
698 | 2024-11-29T04:16:09.052Z | Compiling paste v1.0.15 |
699 | 2024-11-29T04:16:09.080Z | Compiling serde_derive v1.0.215 |
700 | 2024-11-29T04:16:09.190Z | Compiling zerocopy-derive v0.7.35 |
701 | 2024-11-29T04:16:09.248Z | Compiling tokio-macros v2.4.0 |
702 | 2024-11-29T04:16:09.324Z | Compiling thiserror-impl v1.0.69 |
703 | 2024-11-29T04:16:09.456Z | Compiling schemars_derive v0.8.21 |
704 | 2024-11-29T04:16:10.378Z | Compiling futures-macro v0.3.30 |
705 | 2024-11-29T04:16:10.652Z | Compiling zerocopy v0.7.35 |
706 | 2024-11-29T04:16:11.315Z | Compiling tracing-attributes v0.1.27 |
707 | 2024-11-29T04:16:11.676Z | Compiling openssl-macros v0.1.1 |
708 | 2024-11-29T04:16:11.740Z | Compiling regex v1.10.6 |
709 | 2024-11-29T04:16:11.951Z | Compiling hashbrown v0.14.5 |
710 | 2024-11-29T04:16:12.539Z | Compiling scroll_derive v0.12.0 |
711 | 2024-11-29T04:16:12.644Z | Compiling pest v2.7.13 |
712 | 2024-11-29T04:16:12.988Z | Compiling regress v0.10.1 |
713 | 2024-11-29T04:16:13.154Z | Compiling darling_macro v0.20.10 |
714 | 2024-11-29T04:16:13.344Z | Compiling async-trait v0.1.83 |
715 | 2024-11-29T04:16:13.665Z | Compiling scroll v0.12.0 |
716 | 2024-11-29T04:16:13.808Z | Checking futures-sink v0.3.30 |
717 | 2024-11-29T04:16:13.948Z | Compiling strum_macros v0.26.4 |
718 | 2024-11-29T04:16:13.973Z | Compiling darling v0.20.10 |
719 | 2024-11-29T04:16:13.997Z | Compiling multer v3.1.0 |
720 | 2024-11-29T04:16:14.077Z | Compiling goblin v0.8.2 |
721 | 2024-11-29T04:16:14.113Z | Compiling serde_with_macros v3.9.0 |
722 | 2024-11-29T04:16:14.961Z | Compiling pest_meta v2.7.13 |
723 | 2024-11-29T04:16:15.912Z | Compiling pest_generator v2.7.13 |
724 | 2024-11-29T04:16:17.021Z | Compiling async-stream-impl v0.3.5 |
725 | 2024-11-29T04:16:17.394Z | Checking futures-channel v0.3.30 |
726 | 2024-11-29T04:16:17.592Z | Compiling structmeta-derive v0.3.0 |
727 | 2024-11-29T04:16:17.683Z | Checking tracing-core v0.1.32 |
728 | 2024-11-29T04:16:17.778Z | Compiling pest_derive v2.7.13 |
729 | 2024-11-29T04:16:17.823Z | Checking bytes v1.7.2 |
730 | 2024-11-29T04:16:18.274Z | Compiling indexmap v2.5.0 |
731 | 2024-11-29T04:16:18.383Z | Compiling serde_tokenstream v0.2.2 |
732 | 2024-11-29T04:16:18.433Z | Compiling chrono v0.4.38 |
733 | 2024-11-29T04:16:18.503Z | Compiling uuid v1.11.0 |
734 | 2024-11-29T04:16:19.061Z | Compiling http v1.1.0 |
735 | 2024-11-29T04:16:19.289Z | Compiling serde_yaml v0.9.34+deprecated |
736 | 2024-11-29T04:16:19.314Z | Checking smallvec v1.13.2 |
737 | 2024-11-29T04:16:19.437Z | Compiling openapiv3 v2.0.0 |
738 | 2024-11-29T04:16:19.903Z | Checking parking_lot v0.12.3 |
739 | 2024-11-29T04:16:19.992Z | Compiling toml_datetime v0.6.8 |
740 | 2024-11-29T04:16:20.335Z | Checking tokio v1.41.1 |
741 | 2024-11-29T04:16:20.723Z | Compiling dof v0.3.0 |
742 | 2024-11-29T04:16:20.800Z | Compiling dtrace-parser v0.2.0 |
743 | 2024-11-29T04:16:21.749Z | Compiling typify-impl v0.2.0 |
744 | 2024-11-29T04:16:22.342Z | Compiling rustix v0.38.37 |
745 | 2024-11-29T04:16:22.369Z | Checking futures-task v0.3.30 |
746 | 2024-11-29T04:16:22.580Z | Checking futures-io v0.3.30 |
747 | 2024-11-29T04:16:22.605Z | Checking pin-utils v0.1.0 |
748 | 2024-11-29T04:16:22.753Z | Checking futures-util v0.3.30 |
749 | 2024-11-29T04:16:22.777Z | Compiling usdt-attr-macro v0.5.0 |
750 | 2024-11-29T04:16:22.920Z | Compiling usdt-macro v0.5.0 |
751 | 2024-11-29T04:16:23.740Z | Compiling structmeta v0.3.0 |
752 | 2024-11-29T04:16:23.788Z | Checking tracing v0.1.40 |
753 | 2024-11-29T04:16:23.992Z | Compiling dropshot v0.12.0 |
754 | 2024-11-29T04:16:24.088Z | Compiling parse-display-derive v0.10.0 |
755 | 2024-11-29T04:16:24.177Z | Compiling dropshot_endpoint v0.12.0 |
756 | 2024-11-29T04:16:24.369Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
757 | 2024-11-29T04:16:26.130Z | Checking bitflags v2.6.0 |
758 | 2024-11-29T04:16:26.196Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
759 | 2024-11-29T04:16:26.379Z | Checking spin v0.9.8 |
760 | 2024-11-29T04:16:26.569Z | Compiling heapless v0.8.0 |
761 | 2024-11-29T04:16:26.597Z | Checking untrusted v0.9.0 |
762 | 2024-11-29T04:16:26.720Z | Compiling winnow v0.5.40 |
763 | 2024-11-29T04:16:26.862Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
764 | 2024-11-29T04:16:27.655Z | Compiling smoltcp v0.11.0 |
765 | 2024-11-29T04:16:27.739Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
766 | 2024-11-29T04:16:28.233Z | Checking tokio-util v0.7.12 |
767 | 2024-11-29T04:16:28.265Z | Compiling foreign-types-macros v0.2.3 |
768 | 2024-11-29T04:16:29.109Z | Checking try-lock v0.2.5 |
769 | 2024-11-29T04:16:29.144Z | Compiling toml_edit v0.19.15 |
770 | 2024-11-29T04:16:29.239Z | Checking want v0.3.1 |
771 | 2024-11-29T04:16:29.264Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
772 | 2024-11-29T04:16:29.799Z | Checking subtle v2.6.1 |
773 | 2024-11-29T04:16:29.822Z | Checking httpdate v1.0.3 |
774 | 2024-11-29T04:16:29.994Z | Compiling clap_derive v4.5.18 |
775 | 2024-11-29T04:16:30.233Z | Compiling heck v0.4.1 |
776 | 2024-11-29T04:16:30.259Z | Checking tower-service v0.3.3 |
777 | 2024-11-29T04:16:30.379Z | Checking tinyvec_macros v0.1.1 |
778 | 2024-11-29T04:16:30.471Z | Checking tinyvec v1.8.0 |
779 | 2024-11-29T04:16:30.563Z | Compiling typify-macro v0.2.0 |
780 | 2024-11-29T04:16:31.472Z | Compiling proc-macro-crate v1.3.1 |
781 | 2024-11-29T04:16:32.097Z | Checking foreign-types-shared v0.1.1 |
782 | 2024-11-29T04:16:32.139Z | Checking percent-encoding v2.3.1 |
783 | 2024-11-29T04:16:32.214Z | Checking foreign-types v0.3.2 |
784 | 2024-11-29T04:16:32.304Z | Checking unicode-normalization v0.1.24 |
785 | 2024-11-29T04:16:32.328Z | Checking form_urlencoded v1.2.1 |
786 | 2024-11-29T04:16:32.985Z | Compiling proc-macro-error-attr v1.0.4 |
787 | 2024-11-29T04:16:33.276Z | Compiling rustls-pki-types v1.8.0 |
788 | 2024-11-29T04:16:33.299Z | Compiling typify v0.2.0 |
789 | 2024-11-29T04:16:33.378Z | Checking unicode-bidi v0.3.15 |
790 | 2024-11-29T04:16:33.432Z | Compiling progenitor-impl v0.8.0 |
791 | 2024-11-29T04:16:33.501Z | Compiling num_enum_derive v0.5.11 |
792 | 2024-11-29T04:16:33.944Z | Compiling proc-macro-error v1.0.4 |
793 | 2024-11-29T04:16:34.254Z | Checking openssl-probe v0.1.5 |
794 | 2024-11-29T04:16:35.142Z | Checking idna v0.5.0 |
795 | 2024-11-29T04:16:35.324Z | Checking atomic-waker v1.1.2 |
796 | 2024-11-29T04:16:35.741Z | Checking url v2.5.2 |
797 | 2024-11-29T04:16:36.016Z | Compiling rustls-webpki v0.102.8 |
798 | 2024-11-29T04:16:36.372Z | Checking http-body v1.0.1 |
799 | 2024-11-29T04:16:37.231Z | Checking encoding_rs v0.8.34 |
800 | 2024-11-29T04:16:37.339Z | Checking mime v0.3.17 |
801 | 2024-11-29T04:16:37.595Z | Checking ipnet v2.10.0 |
802 | 2024-11-29T04:16:37.738Z | Checking zeroize v1.8.1 |
803 | 2024-11-29T04:16:37.881Z | Compiling progenitor-macro v0.8.0 |
804 | 2024-11-29T04:16:38.021Z | Checking tokio-native-tls v0.3.1 |
805 | 2024-11-29T04:16:38.116Z | Compiling h2 v0.4.6 |
806 | 2024-11-29T04:16:38.205Z | Checking serde_urlencoded v0.7.1 |
807 | 2024-11-29T04:16:39.675Z | Checking ipnetwork v0.20.0 |
808 | 2024-11-29T04:16:39.989Z | Checking rand_core v0.6.4 |
809 | 2024-11-29T04:16:41.172Z | Compiling serde_spanned v0.6.7 |
810 | 2024-11-29T04:16:41.489Z | Checking hyper v1.5.1 |
811 | 2024-11-29T04:16:41.976Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
812 | 2024-11-29T04:16:42.421Z | Compiling winnow v0.6.18 |
813 | 2024-11-29T04:16:42.527Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
814 | 2024-11-29T04:16:43.123Z | Checking hyper-util v0.1.10 |
815 | 2024-11-29T04:16:44.388Z | Compiling http-body-util v0.1.2 |
816 | 2024-11-29T04:16:44.759Z | Compiling toml_edit v0.22.21 |
817 | 2024-11-29T04:16:46.333Z | Checking ppv-lite86 v0.2.20 |
818 | 2024-11-29T04:16:46.537Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
819 | 2024-11-29T04:16:47.368Z | Compiling base64 v0.22.1 |
820 | 2024-11-29T04:16:47.887Z | Compiling powerfmt v0.2.0 |
821 | 2024-11-29T04:16:47.910Z | Checking rustls-pemfile v2.1.3 |
822 | 2024-11-29T04:16:48.136Z | Compiling deranged v0.3.11 |
823 | 2024-11-29T04:16:48.200Z | Compiling tokio-rustls v0.26.0 |
824 | 2024-11-29T04:16:48.715Z | Checking rand_chacha v0.3.1 |
825 | 2024-11-29T04:16:49.065Z | Checking webpki-roots v0.26.6 |
826 | 2024-11-29T04:16:49.440Z | Compiling crucible-workspace-hack v0.1.0 |
827 | 2024-11-29T04:16:49.727Z | Compiling num_threads v0.1.7 |
828 | 2024-11-29T04:16:49.774Z | Compiling hyper-rustls v0.27.3 |
829 | 2024-11-29T04:16:49.852Z | Compiling time v0.3.36 |
830 | 2024-11-29T04:16:49.916Z | Checking rand v0.8.5 |
831 | 2024-11-29T04:16:49.963Z | Compiling hyper-tls v0.6.0 |
832 | 2024-11-29T04:16:50.210Z | Compiling sync_wrapper v1.0.1 |
833 | 2024-11-29T04:16:50.317Z | Compiling dirs-sys-next v0.1.2 |
834 | 2024-11-29T04:16:50.493Z | Compiling prettyplease v0.2.22 |
835 | 2024-11-29T04:16:50.704Z | Compiling dirs-next v2.0.0 |
836 | 2024-11-29T04:16:50.808Z | Compiling reqwest v0.12.9 |
837 | 2024-11-29T04:16:51.237Z | Compiling block-buffer v0.10.4 |
838 | 2024-11-29T04:16:51.418Z | Compiling crypto-common v0.1.6 |
839 | 2024-11-29T04:16:51.900Z | Compiling thread_local v1.1.8 |
840 | 2024-11-29T04:16:51.958Z | Compiling match_cfg v0.1.0 |
841 | 2024-11-29T04:16:52.212Z | Compiling hostname v0.3.1 |
842 | 2024-11-29T04:16:52.237Z | Compiling crossbeam-channel v0.5.13 |
843 | 2024-11-29T04:16:52.311Z | Compiling digest v0.10.7 |
844 | 2024-11-29T04:16:52.600Z | Compiling progenitor-client v0.8.0 |
845 | 2024-11-29T04:16:52.681Z | Compiling slog-json v2.6.1 |
846 | 2024-11-29T04:16:52.901Z | Compiling term v0.7.0 |
847 | 2024-11-29T04:16:53.037Z | Compiling futures-executor v0.3.30 |
848 | 2024-11-29T04:16:53.146Z | Compiling zone_cfg_derive v0.3.0 |
849 | 2024-11-29T04:16:53.398Z | Compiling num-derive v0.4.2 |
850 | 2024-11-29T04:16:53.443Z | Compiling num-integer v0.1.46 |
851 | 2024-11-29T04:16:54.002Z | Compiling errno v0.3.9 |
852 | 2024-11-29T04:16:54.196Z | Compiling is-terminal v0.4.13 |
853 | 2024-11-29T04:16:54.222Z | Compiling memmap v0.7.0 |
854 | 2024-11-29T04:16:54.319Z | Compiling take_mut v0.2.2 |
855 | 2024-11-29T04:16:54.461Z | Compiling utf8parse v0.2.2 |
856 | 2024-11-29T04:16:54.586Z | Compiling cpufeatures v0.2.14 |
857 | 2024-11-29T04:16:55.019Z | Compiling sha1 v0.10.6 |
858 | 2024-11-29T04:16:55.197Z | Compiling anstyle-parse v0.2.5 |
859 | 2024-11-29T04:16:55.468Z | Compiling usdt v0.5.0 |
860 | 2024-11-29T04:16:55.705Z | Compiling slog-term v2.9.1 |
861 | 2024-11-29T04:16:56.059Z | Compiling tokio-rustls v0.25.0 |
862 | 2024-11-29T04:16:56.266Z | Compiling futures v0.3.30 |
863 | 2024-11-29T04:16:56.372Z | Compiling slog-bunyan v2.5.0 |
864 | 2024-11-29T04:16:56.372Z | Compiling progenitor v0.8.0 |
865 | 2024-11-29T04:16:56.991Z | Compiling toml v0.8.19 |
866 | 2024-11-29T04:16:57.235Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
867 | 2024-11-29T04:16:57.529Z | Compiling waitgroup v0.1.2 |
868 | 2024-11-29T04:16:57.553Z | Compiling async-stream v0.3.5 |
869 | 2024-11-29T04:16:57.810Z | Compiling newtype-uuid v1.1.0 |
870 | 2024-11-29T04:16:58.054Z | Compiling serde_path_to_error v0.1.16 |
871 | 2024-11-29T04:16:58.196Z | Compiling hex v0.4.3 |
872 | 2024-11-29T04:16:58.660Z | Compiling hostname v0.4.0 |
873 | 2024-11-29T04:16:58.684Z | Compiling instant v0.1.13 |
874 | 2024-11-29T04:16:58.820Z | Compiling anstyle v1.0.10 |
875 | 2024-11-29T04:16:58.844Z | Compiling is_terminal_polyfill v1.70.1 |
876 | 2024-11-29T04:16:58.952Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
877 | 2024-11-29T04:16:59.149Z | Compiling debug-ignore v1.0.5 |
878 | 2024-11-29T04:16:59.218Z | Compiling colorchoice v1.0.2 |
879 | 2024-11-29T04:16:59.246Z | Compiling semver v0.1.20 |
880 | 2024-11-29T04:16:59.271Z | Compiling anstyle-query v1.1.1 |
881 | 2024-11-29T04:16:59.392Z | Compiling anstream v0.6.15 |
882 | 2024-11-29T04:16:59.677Z | Compiling rustc_version v0.1.7 |
883 | 2024-11-29T04:16:59.875Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
884 | 2024-11-29T04:16:59.929Z | Compiling backoff v0.4.0 |
885 | 2024-11-29T04:16:59.995Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
886 | 2024-11-29T04:17:00.134Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
887 | 2024-11-29T04:17:00.253Z | Compiling terminal_size v0.4.0 |
888 | 2024-11-29T04:17:00.360Z | Compiling num-iter v0.1.45 |
889 | 2024-11-29T04:17:00.394Z | Compiling num-rational v0.4.2 |
890 | 2024-11-29T04:17:00.435Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
891 | 2024-11-29T04:17:00.519Z | Compiling parse-display v0.10.0 |
892 | 2024-11-29T04:17:00.600Z | Compiling macaddr v1.0.1 |
893 | 2024-11-29T04:17:00.624Z | Compiling serde_with v3.9.0 |
894 | 2024-11-29T04:17:00.918Z | Compiling strum v0.26.3 |
895 | 2024-11-29T04:17:01.072Z | Compiling hubpack_derive v0.1.1 |
896 | 2024-11-29T04:17:01.208Z | Compiling regress v0.9.1 |
897 | 2024-11-29T04:17:01.360Z | Compiling zerocopy-derive v0.6.6 |
898 | 2024-11-29T04:17:01.803Z | Compiling num-complex v0.4.6 |
899 | 2024-11-29T04:17:01.829Z | Compiling clap_lex v0.7.2 |
900 | 2024-11-29T04:17:02.028Z | Checking lazy_static v1.5.0 |
901 | 2024-11-29T04:17:02.172Z | Compiling clap_builder v4.5.21 |
902 | 2024-11-29T04:17:02.508Z | Compiling num v0.4.3 |
903 | 2024-11-29T04:17:02.604Z | Compiling newtype_derive v0.1.6 |
904 | 2024-11-29T04:17:02.914Z | Compiling float-ord v0.3.2 |
905 | 2024-11-29T04:17:02.959Z | Compiling cancel-safe-futures v0.1.5 |
906 | 2024-11-29T04:17:03.067Z | Compiling owo-colors v4.1.0 |
907 | 2024-11-29T04:17:03.786Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
908 | 2024-11-29T04:17:04.261Z | Compiling strum_macros v0.25.3 |
909 | 2024-11-29T04:17:05.100Z | Compiling clap v4.5.21 |
910 | 2024-11-29T04:17:05.199Z | Compiling serde_repr v0.1.19 |
911 | 2024-11-29T04:17:07.128Z | Compiling cookie v0.18.1 |
912 | 2024-11-29T04:17:07.183Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
913 | 2024-11-29T04:17:07.489Z | Compiling convert_case v0.4.0 |
914 | 2024-11-29T04:17:07.964Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
915 | 2024-11-29T04:17:08.007Z | Compiling derive-where v1.2.7 |
916 | 2024-11-29T04:17:08.056Z | Compiling derive_more v0.99.18 |
917 | 2024-11-29T04:17:08.126Z | Compiling enum-as-inner v0.6.1 |
918 | 2024-11-29T04:17:08.454Z | Checking unicode-width v0.1.14 |
919 | 2024-11-29T04:17:11.970Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
920 | 2024-11-29T04:17:13.491Z | Checking hash32 v0.3.1 |
921 | 2024-11-29T04:17:13.704Z | Compiling slog-dtrace v0.3.0 |
922 | 2024-11-29T04:17:13.774Z | Checking stable_deref_trait v1.2.0 |
923 | 2024-11-29T04:17:14.549Z | Compiling num-derive v0.3.3 |
924 | 2024-11-29T04:17:14.870Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
925 | 2024-11-29T04:17:14.945Z | Checking cobs v0.2.3 |
926 | 2024-11-29T04:17:15.111Z | Checking bitflags v1.3.2 |
927 | 2024-11-29T04:17:15.341Z | Checking foreign-types-shared v0.3.1 |
928 | 2024-11-29T04:17:15.444Z | Checking managed v0.8.0 |
929 | 2024-11-29T04:17:15.739Z | Checking either v1.13.0 |
930 | 2024-11-29T04:17:16.075Z | Compiling parking_lot_core v0.8.6 |
931 | 2024-11-29T04:17:16.698Z | Checking foreign-types v0.5.0 |
932 | 2024-11-29T04:17:16.839Z | Checking postcard v1.0.10 |
933 | 2024-11-29T04:17:17.176Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
934 | 2024-11-29T04:17:17.319Z | Checking num_enum v0.5.11 |
935 | 2024-11-29T04:17:17.617Z | Checking cstr-argument v0.1.2 |
936 | 2024-11-29T04:17:17.785Z | Checking pretty-hex v0.2.1 |
937 | 2024-11-29T04:17:18.226Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
938 | 2024-11-29T04:17:18.459Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
939 | 2024-11-29T04:17:18.705Z | Checking colored v2.1.0 |
940 | 2024-11-29T04:17:18.745Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
941 | 2024-11-29T04:17:19.199Z | Checking tabwriter v1.4.0 |
942 | 2024-11-29T04:17:22.388Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
943 | 2024-11-29T04:17:22.414Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
944 | 2024-11-29T04:17:22.452Z | Checking fastrand v2.1.1 |
945 | 2024-11-29T04:17:22.580Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
946 | 2024-11-29T04:17:22.769Z | Checking tempfile v3.12.0 |
947 | 2024-11-29T04:17:24.537Z | Checking unicode-segmentation v1.12.0 |
948 | 2024-11-29T04:17:25.053Z | Checking newline-converter v0.3.0 |
949 | 2024-11-29T04:17:25.249Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
950 | 2024-11-29T04:17:25.273Z | Checking camino-tempfile v1.1.1 |
951 | 2024-11-29T04:17:25.508Z | Checking itertools v0.10.5 |
952 | 2024-11-29T04:17:25.580Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
953 | 2024-11-29T04:17:25.627Z | Checking console v0.15.8 |
954 | 2024-11-29T04:17:25.877Z | Checking sigpipe v0.1.3 |
955 | 2024-11-29T04:17:25.984Z | Checking similar v2.6.0 |
956 | 2024-11-29T04:17:26.008Z | Checking static_assertions v1.1.0 |
957 | 2024-11-29T04:17:26.090Z | Checking base64ct v1.6.0 |
958 | 2024-11-29T04:17:26.116Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
959 | 2024-11-29T04:17:26.345Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
960 | 2024-11-29T04:17:26.455Z | Checking password-hash v0.5.0 |
961 | 2024-11-29T04:17:26.519Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
962 | 2024-11-29T04:17:26.549Z | Checking expectorate v1.1.0 |
963 | 2024-11-29T04:17:26.573Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
964 | 2024-11-29T04:17:26.763Z | Checking blake2 v0.10.6 |
965 | 2024-11-29T04:17:26.827Z | Checking smf v0.2.3 |
966 | 2024-11-29T04:17:26.917Z | Checking fixedbitset v0.4.2 |
967 | 2024-11-29T04:17:27.117Z | Checking whoami v1.5.2 |
968 | 2024-11-29T04:17:27.189Z | Checking petgraph v0.6.5 |
969 | 2024-11-29T04:17:27.213Z | Checking zone v0.3.0 |
970 | 2024-11-29T04:17:27.213Z | Checking argon2 v0.5.3 |
971 | 2024-11-29T04:17:27.331Z | Checking zerocopy v0.6.6 |
972 | 2024-11-29T04:17:27.377Z | Checking hubpack v0.1.2 |
973 | 2024-11-29T04:17:27.634Z | Checking serde-big-array v0.5.1 |
974 | 2024-11-29T04:17:27.725Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
975 | 2024-11-29T04:17:27.876Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
976 | 2024-11-29T04:17:28.118Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
977 | 2024-11-29T04:17:28.333Z | Checking atomicwrites v0.4.4 |
978 | 2024-11-29T04:17:28.497Z | Checking itertools v0.13.0 |
979 | 2024-11-29T04:17:29.009Z | Checking idna v0.4.0 |
980 | 2024-11-29T04:17:29.253Z | Checking libsw v3.3.1 |
981 | 2024-11-29T04:17:29.615Z | Checking swrite v0.1.0 |
982 | 2024-11-29T04:17:29.672Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
983 | 2024-11-29T04:17:29.738Z | Checking linked-hash-map v0.5.6 |
984 | 2024-11-29T04:17:29.766Z | Checking data-encoding v2.6.0 |
985 | 2024-11-29T04:17:29.852Z | Checking highway v1.2.0 |
986 | 2024-11-29T04:17:29.992Z | Checking indent_write v2.2.0 |
987 | 2024-11-29T04:17:30.154Z | Checking quick-error v1.2.3 |
988 | 2024-11-29T04:17:30.209Z | Checking linear-map v1.2.0 |
989 | 2024-11-29T04:17:30.233Z | Checking hickory-proto v0.24.1 |
990 | 2024-11-29T04:17:30.299Z | Checking resolv-conf v0.7.0 |
991 | 2024-11-29T04:17:30.414Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
992 | 2024-11-29T04:17:30.486Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
993 | 2024-11-29T04:17:30.592Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
994 | 2024-11-29T04:17:30.763Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
995 | 2024-11-29T04:17:31.233Z | Checking lru-cache v0.1.2 |
996 | 2024-11-29T04:17:31.388Z | Checking steno v0.4.1 |
997 | 2024-11-29T04:17:31.506Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-29T04:17:31.692Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-11-29T04:17:32.115Z | Checking humantime v2.1.0 |
1000 | 2024-11-29T04:17:32.880Z | Checking hickory-resolver v0.24.1 |
1001 | 2024-11-29T04:17:33.391Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1002 | 2024-11-29T04:17:33.983Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1003 | 2024-11-29T04:17:34.213Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1004 | 2024-11-29T04:17:34.705Z | Compiling rustls v0.21.12 |
1005 | 2024-11-29T04:17:34.880Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1006 | 2024-11-29T04:17:34.973Z | Checking parking_lot v0.11.2 |
1007 | 2024-11-29T04:17:35.092Z | Checking crossbeam-epoch v0.9.18 |
1008 | 2024-11-29T04:17:35.530Z | Checking fxhash v0.2.1 |
1009 | 2024-11-29T04:17:35.569Z | Checking crc32fast v1.4.2 |
1010 | 2024-11-29T04:17:35.629Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1011 | 2024-11-29T04:17:35.784Z | Checking sled v0.34.7 |
1012 | 2024-11-29T04:17:37.624Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1013 | 2024-11-29T04:17:39.594Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1014 | 2024-11-29T04:17:40.167Z | Compiling proc-macro-crate v3.2.0 |
1015 | 2024-11-29T04:17:40.731Z | Checking half v2.4.1 |
1016 | 2024-11-29T04:17:40.849Z | Compiling smartstring v1.0.1 |
1017 | 2024-11-29T04:17:40.894Z | Checking ciborium-io v0.2.2 |
1018 | 2024-11-29T04:17:40.971Z | Compiling num_enum_derive v0.7.3 |
1019 | 2024-11-29T04:17:41.106Z | Checking ciborium-ll v0.2.2 |
1020 | 2024-11-29T04:17:41.609Z | Checking http v0.2.12 |
1021 | 2024-11-29T04:17:42.613Z | Checking ciborium v0.2.2 |
1022 | 2024-11-29T04:17:42.645Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1023 | 2024-11-29T04:17:42.669Z | Compiling rhai_codegen v2.2.0 |
1024 | 2024-11-29T04:17:42.804Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1025 | 2024-11-29T04:17:42.941Z | Checking crc8 v0.1.1 |
1026 | 2024-11-29T04:17:43.060Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1027 | 2024-11-29T04:17:43.360Z | Checking h2 v0.3.26 |
1028 | 2024-11-29T04:17:43.939Z | Checking http-body v0.4.6 |
1029 | 2024-11-29T04:17:44.033Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1030 | 2024-11-29T04:17:44.595Z | Checking rustls-webpki v0.101.7 |
1031 | 2024-11-29T04:17:44.717Z | Checking sct v0.7.1 |
1032 | 2024-11-29T04:17:45.878Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1033 | 2024-11-29T04:17:46.479Z | Checking hyper v0.14.30 |
1034 | 2024-11-29T04:17:48.266Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1035 | 2024-11-29T04:17:49.257Z | Checking arc-swap v1.7.1 |
1036 | 2024-11-29T04:17:49.695Z | Checking slog-scope v4.4.0 |
1037 | 2024-11-29T04:17:49.876Z | Checking tokio-rustls v0.24.1 |
1038 | 2024-11-29T04:17:49.905Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1039 | 2024-11-29T04:17:50.418Z | Checking num_enum v0.7.3 |
1040 | 2024-11-29T04:17:50.559Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1041 | 2024-11-29T04:17:50.979Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1042 | 2024-11-29T04:17:51.083Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1043 | 2024-11-29T04:17:51.108Z | Checking base64 v0.21.7 |
1044 | 2024-11-29T04:17:51.414Z | Checking spin v0.5.2 |
1045 | 2024-11-29T04:17:51.500Z | Checking rustls-pemfile v1.0.4 |
1046 | 2024-11-29T04:17:51.609Z | Checking no-std-compat v0.4.1 |
1047 | 2024-11-29T04:17:51.653Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1048 | 2024-11-29T04:17:51.686Z | Checking hyper-rustls v0.24.2 |
1049 | 2024-11-29T04:17:51.912Z | Checking hyper-tls v0.5.0 |
1050 | 2024-11-29T04:17:51.945Z | Checking slog-stdlog v4.1.1 |
1051 | 2024-11-29T04:17:52.230Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1052 | 2024-11-29T04:17:52.324Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1053 | 2024-11-29T04:17:53.010Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1054 | 2024-11-29T04:17:53.093Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1055 | 2024-11-29T04:17:53.321Z | Checking thin-vec v0.2.13 |
1056 | 2024-11-29T04:17:53.628Z | Checking yansi v1.0.1 |
1057 | 2024-11-29T04:17:53.692Z | Checking diff v0.1.13 |
1058 | 2024-11-29T04:17:53.887Z | Checking sync_wrapper v0.1.2 |
1059 | 2024-11-29T04:17:54.007Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1060 | 2024-11-29T04:17:54.274Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1061 | 2024-11-29T04:17:54.298Z | Checking webpki-roots v0.25.4 |
1062 | 2024-11-29T04:17:54.322Z | Checking minimal-lexical v0.2.1 |
1063 | 2024-11-29T04:17:54.442Z | Checking reqwest v0.11.27 |
1064 | 2024-11-29T04:17:54.646Z | Checking nom v7.1.3 |
1065 | 2024-11-29T04:17:54.834Z | Checking pretty_assertions v1.4.1 |
1066 | 2024-11-29T04:17:55.016Z | Checking rhai v1.20.0 |
1067 | 2024-11-29T04:17:55.527Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1068 | 2024-11-29T04:17:55.570Z | Checking slog-envlogger v2.2.0 |
1069 | 2024-11-29T04:17:56.909Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1070 | 2024-11-29T04:17:58.003Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1071 | 2024-11-29T04:17:58.705Z | Checking itertools v0.12.1 |
1072 | 2024-11-29T04:17:58.983Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1073 | 2024-11-29T04:18:00.087Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1074 | 2024-11-29T04:18:00.553Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1075 | 2024-11-29T04:18:01.099Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1076 | 2024-11-29T04:18:01.181Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1077 | 2024-11-29T04:18:02.709Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1078 | 2024-11-29T04:18:03.843Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1079 | 2024-11-29T04:18:05.047Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1080 | 2024-11-29T04:18:06.010Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1081 | 2024-11-29T04:18:06.430Z | error: the following explicit lifetimes could be elided: 'a |
1082 | 2024-11-29T04:18:06.430Z | --> tests/src/ddm.rs:79:6 |
1083 | 2024-11-29T04:18:06.430Z | | |
1084 | 2024-11-29T04:18:06.430Z | 79 | impl<'a> Drop for SoftnpuZone<'a> { |
1085 | 2024-11-29T04:18:06.430Z | | ^^ ^^ |
1086 | 2024-11-29T04:18:06.430Z | | |
1087 | 2024-11-29T04:18:06.430Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
1088 | 2024-11-29T04:18:06.430Z | = note: `-D clippy::needless-lifetimes` implied by `-D warnings` |
1089 | 2024-11-29T04:18:06.430Z | = help: to override `-D warnings` add `#[allow(clippy::needless_lifetimes)]` |
1090 | 2024-11-29T04:18:06.430Z | help: elide the lifetimes |
1091 | 2024-11-29T04:18:06.430Z | | |
1092 | 2024-11-29T04:18:06.430Z | 79 - impl<'a> Drop for SoftnpuZone<'a> { |
1093 | 2024-11-29T04:18:06.430Z | 79 + impl Drop for SoftnpuZone<'_> { |
1094 | 2024-11-29T04:18:06.430Z | | |
1095 | 2024-11-29T04:18:06.430Z | |
1096 | 2024-11-29T04:18:06.472Z | error: the following explicit lifetimes could be elided: 'a |
1097 | 2024-11-29T04:18:06.472Z | --> tests/src/ddm.rs:292:6 |
1098 | 2024-11-29T04:18:06.472Z | | |
1099 | 2024-11-29T04:18:06.472Z | 292 | impl<'a> std::ops::Deref for RouterZone<'a> { |
1100 | 2024-11-29T04:18:06.472Z | | ^^ ^^ |
1101 | 2024-11-29T04:18:06.472Z | | |
1102 | 2024-11-29T04:18:06.472Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
1103 | 2024-11-29T04:18:06.472Z | help: elide the lifetimes |
1104 | 2024-11-29T04:18:06.473Z | | |
1105 | 2024-11-29T04:18:06.473Z | 292 - impl<'a> std::ops::Deref for RouterZone<'a> { |
1106 | 2024-11-29T04:18:06.473Z | 292 + impl std::ops::Deref for RouterZone<'_> { |
1107 | 2024-11-29T04:18:06.473Z | | |
1108 | 2024-11-29T04:18:06.473Z | |
1109 | 2024-11-29T04:18:06.497Z | error: the following explicit lifetimes could be elided: 'a |
1110 | 2024-11-29T04:18:06.497Z | --> tests/src/ddm.rs:299:6 |
1111 | 2024-11-29T04:18:06.497Z | | |
1112 | 2024-11-29T04:18:06.497Z | 299 | impl<'a> Drop for RouterZone<'a> { |
1113 | 2024-11-29T04:18:06.497Z | | ^^ ^^ |
1114 | 2024-11-29T04:18:06.497Z | | |
1115 | 2024-11-29T04:18:06.497Z | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_lifetimes |
1116 | 2024-11-29T04:18:06.497Z | help: elide the lifetimes |
1117 | 2024-11-29T04:18:06.497Z | | |
1118 | 2024-11-29T04:18:06.497Z | 299 - impl<'a> Drop for RouterZone<'a> { |
1119 | 2024-11-29T04:18:06.497Z | 299 + impl Drop for RouterZone<'_> { |
1120 | 2024-11-29T04:18:06.497Z | | |
1121 | 2024-11-29T04:18:06.497Z | |
1122 | 2024-11-29T04:18:07.334Z | error: could not compile `mg-tests` (lib test) due to 3 previous errors |
1123 | 2024-11-29T04:18:07.334Z | warning: build failed, waiting for other jobs to finish... |
1124 | 2024-11-29T04:18:10.974Z | process exited: duration 174158 ms, exit code 101 |
|
1125 | 2024-11-29T04:18:11.023Z | found 0 output files |