|
|
|
1 | 2024-11-26T07:59:35.143Z | job assigned to worker 01JDKQN6QJQXWCT7R70PVMNKSJ [factory aws, i-0e916fe6a639fb9c9] (queued for 55 s) |
|
2 | 2024-11-26T07:59:43.737Z | starting task 0: "setup" |
3 | 2024-11-26T07:59:43.746Z | ++ uname -s |
4 | 2024-11-26T07:59:43.754Z | + kern=SunOS |
5 | 2024-11-26T07:59:43.754Z | + case "$kern" in |
6 | 2024-11-26T07:59:43.754Z | + groupadd -g 12345 build |
7 | 2024-11-26T07:59:43.754Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
8 | 2024-11-26T07:59:45.756Z | + zfs create -o mountpoint=/work rpool/work |
9 | 2024-11-26T07:59:45.913Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
10 | 2024-11-26T07:59:45.916Z | + home_fs=zfs |
11 | 2024-11-26T07:59:45.916Z | + [[ zfs == autofs ]] |
12 | 2024-11-26T07:59:45.916Z | + mkdir -p /home/build |
13 | 2024-11-26T07:59:45.919Z | + chown build:build /home/build /work |
14 | 2024-11-26T07:59:47.919Z | + chmod 0700 /home/build /work |
15 | 2024-11-26T07:59:47.922Z | process exited: duration 4186 ms, exit code 0 |
|
16 | 2024-11-26T07:59:47.927Z | starting task 1: "rust-toolchain" |
17 | 2024-11-26T07:59:47.932Z | + printf ' * toolchain channel = "%s" |
18 | 2024-11-26T07:59:47.932Z | ' stable |
19 | 2024-11-26T07:59:47.932Z | * toolchain channel = "stable" |
20 | 2024-11-26T07:59:47.933Z | + printf ' * toolchain profile = "%s" |
21 | 2024-11-26T07:59:47.933Z | ' default |
22 | 2024-11-26T07:59:47.933Z | * toolchain profile = "default" |
23 | 2024-11-26T07:59:47.935Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
24 | 2024-11-26T07:59:47.935Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
25 | 2024-11-26T07:59:48.055Z | info: downloading installer |
26 | 2024-11-26T07:59:49.396Z | info: profile set to 'default' |
27 | 2024-11-26T07:59:49.396Z | info: default host triple is x86_64-unknown-illumos |
28 | 2024-11-26T07:59:49.399Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
29 | 2024-11-26T07:59:49.552Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
30 | 2024-11-26T07:59:49.552Z | info: downloading component 'cargo' |
31 | 2024-11-26T07:59:50.437Z | info: downloading component 'clippy' |
32 | 2024-11-26T07:59:50.770Z | info: downloading component 'rust-docs' |
33 | 2024-11-26T07:59:52.012Z | info: downloading component 'rust-std' |
34 | 2024-11-26T07:59:53.983Z | info: downloading component 'rustc' |
35 | 2024-11-26T08:00:01.083Z | info: downloading component 'rustfmt' |
36 | 2024-11-26T08:00:01.334Z | info: installing component 'cargo' |
37 | 2024-11-26T08:00:02.133Z | info: installing component 'clippy' |
38 | 2024-11-26T08:00:02.495Z | info: installing component 'rust-docs' |
39 | 2024-11-26T08:00:04.080Z | info: installing component 'rust-std' |
40 | 2024-11-26T08:00:05.789Z | info: installing component 'rustc' |
41 | 2024-11-26T08:00:11.674Z | info: installing component 'rustfmt' |
42 | 2024-11-26T08:00:11.995Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
43 | 2024-11-26T08:00:11.995Z | |
44 | 2024-11-26T08:00:12.374Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
45 | 2024-11-26T08:00:12.374Z | |
46 | 2024-11-26T08:00:12.376Z | |
47 | 2024-11-26T08:00:12.376Z | Rust is installed now. Great! |
48 | 2024-11-26T08:00:12.376Z | |
49 | 2024-11-26T08:00:12.376Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
50 | 2024-11-26T08:00:12.376Z | environment variable. This has not been done automatically. |
51 | 2024-11-26T08:00:12.376Z | |
52 | 2024-11-26T08:00:12.376Z | To configure your current shell, you need to source |
53 | 2024-11-26T08:00:12.376Z | the corresponding env file under $HOME/.cargo. |
54 | 2024-11-26T08:00:12.377Z | |
55 | 2024-11-26T08:00:12.377Z | This is usually done by running one of the following (note the leading DOT): |
56 | 2024-11-26T08:00:12.377Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
57 | 2024-11-26T08:00:12.377Z | source "$HOME/.cargo/env.fish" # For fish |
58 | 2024-11-26T08:00:12.448Z | + rustc --version |
59 | 2024-11-26T08:00:12.513Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
60 | 2024-11-26T08:00:12.517Z | process exited: duration 24584 ms, exit code 0 |
|
61 | 2024-11-26T08:00:12.524Z | starting task 2: "authentication" |
62 | 2024-11-26T08:00:12.543Z | process exited: duration 19 ms, exit code 0 |
|
63 | 2024-11-26T08:00:12.548Z | starting task 3: "clone repository" |
64 | 2024-11-26T08:00:12.553Z | + mkdir -p /work/oxidecomputer/maghemite |
65 | 2024-11-26T08:00:12.555Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
66 | 2024-11-26T08:00:13.289Z | Cloning into '/work/oxidecomputer/maghemite'... |
67 | 2024-11-26T08:00:14.150Z | + cd /work/oxidecomputer/maghemite |
68 | 2024-11-26T08:00:14.150Z | + git fetch origin ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
69 | 2024-11-26T08:00:14.389Z | From https://github.com/oxidecomputer/maghemite |
70 | 2024-11-26T08:00:14.389Z | * branch ea2205913f50e3f5d9e448957a49fc1368ad2ac3 -> FETCH_HEAD |
71 | 2024-11-26T08:00:14.397Z | + [[ -n renovate/hostname-0.x ]] |
72 | 2024-11-26T08:00:14.399Z | ++ git branch --show-current |
73 | 2024-11-26T08:00:14.401Z | + current=main |
74 | 2024-11-26T08:00:14.401Z | + [[ main != renovate/hostname-0.x ]] |
75 | 2024-11-26T08:00:14.401Z | + git branch -f renovate/hostname-0.x ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
76 | 2024-11-26T08:00:14.404Z | + git checkout -f renovate/hostname-0.x |
77 | 2024-11-26T08:00:14.419Z | Switched to branch 'renovate/hostname-0.x' |
78 | 2024-11-26T08:00:14.421Z | + git reset --hard ea2205913f50e3f5d9e448957a49fc1368ad2ac3 |
79 | 2024-11-26T08:00:14.424Z | HEAD is now at ea22059 Update Rust crate hostname to 0.4 |
80 | 2024-11-26T08:00:14.426Z | process exited: duration 1876 ms, exit code 0 |
|
81 | 2024-11-26T08:00:14.433Z | starting task 4: "build" |
82 | 2024-11-26T08:00:14.438Z | + cargo --version |
83 | 2024-11-26T08:00:14.442Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
84 | 2024-11-26T08:00:14.600Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
85 | 2024-11-26T08:00:14.600Z | info: downloading component 'cargo' |
86 | 2024-11-26T08:00:15.457Z | info: downloading component 'clippy' |
87 | 2024-11-26T08:00:15.775Z | info: downloading component 'rust-docs' |
88 | 2024-11-26T08:00:16.962Z | info: downloading component 'rust-std' |
89 | 2024-11-26T08:00:18.832Z | info: downloading component 'rustc' |
90 | 2024-11-26T08:00:25.512Z | info: downloading component 'rustfmt' |
91 | 2024-11-26T08:00:25.771Z | info: installing component 'cargo' |
92 | 2024-11-26T08:00:26.557Z | info: installing component 'clippy' |
93 | 2024-11-26T08:00:26.918Z | info: installing component 'rust-docs' |
94 | 2024-11-26T08:00:28.463Z | info: installing component 'rust-std' |
95 | 2024-11-26T08:00:30.142Z | info: installing component 'rustc' |
96 | 2024-11-26T08:00:35.743Z | info: installing component 'rustfmt' |
97 | 2024-11-26T08:00:36.147Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
98 | 2024-11-26T08:00:36.149Z | + rustc --version |
99 | 2024-11-26T08:00:36.218Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
100 | 2024-11-26T08:00:36.223Z | + banner check |
101 | 2024-11-26T08:00:36.267Z | |
102 | 2024-11-26T08:00:36.267Z | #### # # ###### #### # # |
103 | 2024-11-26T08:00:36.267Z | # # # # # # # # # |
104 | 2024-11-26T08:00:36.267Z | # ###### ##### # #### |
105 | 2024-11-26T08:00:36.267Z | # # # # # # # |
106 | 2024-11-26T08:00:36.267Z | # # # # # # # # # |
107 | 2024-11-26T08:00:36.267Z | #### # # ###### #### # # |
108 | 2024-11-26T08:00:36.267Z | |
109 | 2024-11-26T08:00:36.272Z | + cargo fmt -- --check |
110 | 2024-11-26T08:00:36.892Z | + cargo clippy --all-targets -- --deny warnings |
111 | 2024-11-26T08:00:37.129Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
112 | 2024-11-26T08:00:37.341Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
113 | 2024-11-26T08:00:37.537Z | From https://www.github.com/oxidecomputer/oxnet |
114 | 2024-11-26T08:00:37.537Z | * [new branch] ci -> origin/ci |
115 | 2024-11-26T08:00:37.540Z | * [new branch] dependabot/cargo/serde_json-1.0.133 -> origin/dependabot/cargo/serde_json-1.0.133 |
116 | 2024-11-26T08:00:37.540Z | * [new branch] main -> origin/main |
117 | 2024-11-26T08:00:37.540Z | * [new ref] -> origin/HEAD |
118 | 2024-11-26T08:00:37.550Z | Updating crates.io index |
119 | 2024-11-26T08:00:37.552Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
120 | 2024-11-26T08:00:38.280Z | From https://github.com/oxidecomputer/falcon |
121 | 2024-11-26T08:00:38.280Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
122 | 2024-11-26T08:00:38.496Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
123 | 2024-11-26T08:00:39.659Z | From https://github.com/oxidecomputer/dendrite |
124 | 2024-11-26T08:00:39.659Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
125 | 2024-11-26T08:00:39.715Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
126 | 2024-11-26T08:00:40.265Z | From https://github.com/oxidecomputer/ispf |
127 | 2024-11-26T08:00:40.265Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
128 | 2024-11-26T08:00:40.273Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
129 | 2024-11-26T08:00:40.723Z | From https://github.com/oxidecomputer/netadm-sys |
130 | 2024-11-26T08:00:40.723Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
131 | 2024-11-26T08:00:40.734Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
132 | 2024-11-26T08:00:44.198Z | From https://github.com/oxidecomputer/omicron |
133 | 2024-11-26T08:00:44.198Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
134 | 2024-11-26T08:00:44.228Z | * [new tag] dogfood -> dogfood |
135 | 2024-11-26T08:00:44.232Z | * [new tag] v5 -> v5 |
136 | 2024-11-26T08:00:44.232Z | * [new tag] v6 -> v6 |
137 | 2024-11-26T08:00:44.232Z | * [new tag] v7 -> v7 |
138 | 2024-11-26T08:00:44.232Z | * [new tag] v8 -> v8 |
139 | 2024-11-26T08:00:44.232Z | * [new tag] v9 -> v9 |
140 | 2024-11-26T08:00:44.582Z | Updating git repository `https://github.com/oxidecomputer/opte` |
141 | 2024-11-26T08:00:45.524Z | From https://github.com/oxidecomputer/opte |
142 | 2024-11-26T08:00:45.524Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
143 | 2024-11-26T08:00:45.587Z | Updating git repository `https://github.com/illumos/smf-rs` |
144 | 2024-11-26T08:00:45.936Z | From https://github.com/illumos/smf-rs |
145 | 2024-11-26T08:00:45.937Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
146 | 2024-11-26T08:00:45.967Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
147 | 2024-11-26T08:00:46.415Z | From https://github.com/oxidecomputer/maghemite |
148 | 2024-11-26T08:00:46.415Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
149 | 2024-11-26T08:00:46.432Z | * [new tag] rift -> rift |
150 | 2024-11-26T08:00:46.435Z | * [new tag] srp -> srp |
151 | 2024-11-26T08:00:46.435Z | * [new tag] tie-spf -> tie-spf |
152 | 2024-11-26T08:00:46.466Z | Updating git repository `https://github.com/oxidecomputer/zone` |
153 | 2024-11-26T08:00:46.820Z | From https://github.com/oxidecomputer/zone |
154 | 2024-11-26T08:00:46.820Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
155 | 2024-11-26T08:00:46.847Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
156 | 2024-11-26T08:00:47.537Z | From https://github.com/oxidecomputer/propolis |
157 | 2024-11-26T08:00:47.537Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
158 | 2024-11-26T08:00:47.762Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
159 | 2024-11-26T08:00:48.108Z | From https://github.com/oxidecomputer/dlpi-sys |
160 | 2024-11-26T08:00:48.108Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
161 | 2024-11-26T08:00:48.117Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
162 | 2024-11-26T08:00:48.655Z | From https://github.com/jmesmon/rust-libzfs |
163 | 2024-11-26T08:00:48.655Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
164 | 2024-11-26T08:00:48.671Z | * [new tag] v0.4.0 -> v0.4.0 |
165 | 2024-11-26T08:00:48.686Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
166 | 2024-11-26T08:00:49.057Z | From https://github.com/oxidecomputer/rusty-doors |
167 | 2024-11-26T08:00:49.057Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
168 | 2024-11-26T08:00:49.079Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
169 | 2024-11-26T08:00:49.514Z | From https://github.com/oxidecomputer/maghemite |
170 | 2024-11-26T08:00:49.514Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
171 | 2024-11-26T08:00:49.561Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
172 | 2024-11-26T08:00:49.944Z | From https://github.com/oxidecomputer/serde_human_bytes |
173 | 2024-11-26T08:00:49.944Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
174 | 2024-11-26T08:00:49.966Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
175 | 2024-11-26T08:00:50.347Z | From https://github.com/oxidecomputer/slog-error-chain |
176 | 2024-11-26T08:00:50.347Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
177 | 2024-11-26T08:00:50.382Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
178 | 2024-11-26T08:00:50.732Z | From https://github.com/oxidecomputer/poptrie |
179 | 2024-11-26T08:00:50.732Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
180 | 2024-11-26T08:00:50.768Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
181 | 2024-11-26T08:00:51.135Z | From https://github.com/illumos/libscf-sys |
182 | 2024-11-26T08:00:51.136Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
183 | 2024-11-26T08:00:51.161Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
184 | 2024-11-26T08:00:52.005Z | From https://github.com/oxidecomputer/progenitor |
185 | 2024-11-26T08:00:52.005Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
186 | 2024-11-26T08:00:52.026Z | * [new tag] v0.1.1 -> v0.1.1 |
187 | 2024-11-26T08:00:52.029Z | * [new tag] v0.2.0 -> v0.2.0 |
188 | 2024-11-26T08:00:52.029Z | * [new tag] v0.3.0 -> v0.3.0 |
189 | 2024-11-26T08:00:52.029Z | * [new tag] v0.4.0 -> v0.4.0 |
190 | 2024-11-26T08:00:52.029Z | * [new tag] v0.5.0 -> v0.5.0 |
191 | 2024-11-26T08:00:52.029Z | * [new tag] v0.6.0 -> v0.6.0 |
192 | 2024-11-26T08:00:52.029Z | * [new tag] v0.7.0 -> v0.7.0 |
193 | 2024-11-26T08:00:52.140Z | Updating git repository `https://github.com/oxidecomputer/typify` |
194 | 2024-11-26T08:00:52.890Z | From https://github.com/oxidecomputer/typify |
195 | 2024-11-26T08:00:52.890Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
196 | 2024-11-26T08:00:52.893Z | * [new tag] v0.2.0 -> v0.2.0 |
197 | 2024-11-26T08:00:52.909Z | * [new tag] v0.0.10 -> v0.0.10 |
198 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.11 -> v0.0.11 |
199 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.12 -> v0.0.12 |
200 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.13 -> v0.0.13 |
201 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.14 -> v0.0.14 |
202 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.15 -> v0.0.15 |
203 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.16 -> v0.0.16 |
204 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.4 -> v0.0.4 |
205 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.5 -> v0.0.5 |
206 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.7 -> v0.0.7 |
207 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.8 -> v0.0.8 |
208 | 2024-11-26T08:00:52.912Z | * [new tag] v0.0.9 -> v0.0.9 |
209 | 2024-11-26T08:00:52.912Z | * [new tag] v0.1.0 -> v0.1.0 |
210 | 2024-11-26T08:00:53.147Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
211 | 2024-11-26T08:00:55.060Z | From https://github.com/oxidecomputer/crucible |
212 | 2024-11-26T08:00:55.060Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
213 | 2024-11-26T08:00:55.122Z | Updating git repository `https://github.com/oxidecomputer/opte` |
214 | 2024-11-26T08:00:55.568Z | From https://github.com/oxidecomputer/opte |
215 | 2024-11-26T08:00:55.568Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
216 | 2024-11-26T08:00:55.623Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
217 | 2024-11-26T08:00:56.223Z | From https://github.com/oxidecomputer/management-gateway-service |
218 | 2024-11-26T08:00:56.223Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
219 | 2024-11-26T08:00:57.105Z | Downloading crates ... |
220 | 2024-11-26T08:00:57.247Z | Downloaded ahash v0.8.11 |
221 | 2024-11-26T08:00:57.256Z | Downloaded aho-corasick v1.1.3 |
222 | 2024-11-26T08:00:57.256Z | Downloaded base64ct v1.6.0 |
223 | 2024-11-26T08:00:57.256Z | Downloaded atomicwrites v0.4.4 |
224 | 2024-11-26T08:00:57.256Z | Downloaded anstream v0.6.15 |
225 | 2024-11-26T08:00:57.256Z | Downloaded async-trait v0.1.83 |
226 | 2024-11-26T08:00:57.263Z | Downloaded async-stream-impl v0.3.5 |
227 | 2024-11-26T08:00:57.263Z | Downloaded anstyle v1.0.10 |
228 | 2024-11-26T08:00:57.263Z | Downloaded paste v1.0.15 |
229 | 2024-11-26T08:00:57.263Z | Downloaded camino-tempfile v1.1.1 |
230 | 2024-11-26T08:00:57.266Z | Downloaded cancel-safe-futures v0.1.5 |
231 | 2024-11-26T08:00:57.269Z | Downloaded backoff v0.4.0 |
232 | 2024-11-26T08:00:57.271Z | Downloaded pest v2.7.13 |
233 | 2024-11-26T08:00:57.276Z | Downloaded percent-encoding v2.3.1 |
234 | 2024-11-26T08:00:57.279Z | Downloaded parse-display-derive v0.10.0 |
235 | 2024-11-26T08:00:57.279Z | Downloaded parking_lot_core v0.9.10 |
236 | 2024-11-26T08:00:57.282Z | Downloaded parse-display v0.10.0 |
237 | 2024-11-26T08:00:57.284Z | Downloaded parking_lot v0.12.3 |
238 | 2024-11-26T08:00:57.287Z | Downloaded pest_derive v2.7.13 |
239 | 2024-11-26T08:00:57.290Z | Downloaded pretty-hex v0.2.1 |
240 | 2024-11-26T08:00:57.290Z | Downloaded bitflags v1.3.2 |
241 | 2024-11-26T08:00:57.294Z | Downloaded quick-error v1.2.3 |
242 | 2024-11-26T08:00:57.298Z | Downloaded rand_core v0.6.4 |
243 | 2024-11-26T08:00:57.298Z | Downloaded autocfg v1.3.0 |
244 | 2024-11-26T08:00:57.303Z | Downloaded byteorder v1.5.0 |
245 | 2024-11-26T08:00:57.303Z | Downloaded atomic-waker v1.1.2 |
246 | 2024-11-26T08:00:57.307Z | Downloaded progenitor-client v0.8.0 |
247 | 2024-11-26T08:00:57.307Z | Downloaded crunchy v0.2.2 |
248 | 2024-11-26T08:00:57.307Z | Downloaded crucible-workspace-hack v0.1.0 |
249 | 2024-11-26T08:00:57.307Z | Downloaded camino v1.1.9 |
250 | 2024-11-26T08:00:57.309Z | Downloaded async-stream v0.3.5 |
251 | 2024-11-26T08:00:57.309Z | Downloaded ciborium-io v0.2.2 |
252 | 2024-11-26T08:00:57.309Z | Downloaded anstyle-query v1.1.1 |
253 | 2024-11-26T08:00:57.313Z | Downloaded crc8 v0.1.1 |
254 | 2024-11-26T08:00:57.313Z | Downloaded const-random-macro v0.1.16 |
255 | 2024-11-26T08:00:57.317Z | Downloaded proc-macro-error v1.0.4 |
256 | 2024-11-26T08:00:57.322Z | Downloaded ppv-lite86 v0.2.20 |
257 | 2024-11-26T08:00:57.322Z | Downloaded rand_chacha v0.3.1 |
258 | 2024-11-26T08:00:57.322Z | Downloaded proc-macro-error-attr v1.0.4 |
259 | 2024-11-26T08:00:57.325Z | Downloaded prettyplease v0.2.22 |
260 | 2024-11-26T08:00:57.325Z | Downloaded pretty-hex v0.4.1 |
261 | 2024-11-26T08:00:57.327Z | Downloaded anstyle-parse v0.2.5 |
262 | 2024-11-26T08:00:57.330Z | Downloaded rustc_version v0.4.1 |
263 | 2024-11-26T08:00:57.332Z | Downloaded progenitor v0.8.0 |
264 | 2024-11-26T08:00:57.332Z | Downloaded dyn-clone v1.0.17 |
265 | 2024-11-26T08:00:57.335Z | Downloaded dtrace-parser v0.2.0 |
266 | 2024-11-26T08:00:57.335Z | Downloaded const-random v0.1.18 |
267 | 2024-11-26T08:00:57.338Z | Downloaded bitflags v2.6.0 |
268 | 2024-11-26T08:00:57.343Z | Downloaded foreign-types-shared v0.1.1 |
269 | 2024-11-26T08:00:57.343Z | Downloaded foreign-types v0.3.2 |
270 | 2024-11-26T08:00:57.347Z | Downloaded scroll_derive v0.12.0 |
271 | 2024-11-26T08:00:57.347Z | Downloaded foreign-types-shared v0.3.1 |
272 | 2024-11-26T08:00:57.347Z | Downloaded equivalent v1.0.1 |
273 | 2024-11-26T08:00:57.348Z | Downloaded darling_macro v0.20.10 |
274 | 2024-11-26T08:00:57.348Z | Downloaded cstr-argument v0.1.2 |
275 | 2024-11-26T08:00:57.348Z | Downloaded block-buffer v0.10.4 |
276 | 2024-11-26T08:00:57.353Z | Downloaded foreign-types-macros v0.2.3 |
277 | 2024-11-26T08:00:57.353Z | Downloaded plain v0.2.3 |
278 | 2024-11-26T08:00:57.353Z | Downloaded sigpipe v0.1.3 |
279 | 2024-11-26T08:00:57.359Z | Downloaded hubpack_derive v0.1.1 |
280 | 2024-11-26T08:00:57.360Z | Downloaded data-encoding v2.6.0 |
281 | 2024-11-26T08:00:57.360Z | Downloaded convert_case v0.4.0 |
282 | 2024-11-26T08:00:57.360Z | Downloaded ciborium-ll v0.2.2 |
283 | 2024-11-26T08:00:57.360Z | Downloaded pin-utils v0.1.0 |
284 | 2024-11-26T08:00:57.360Z | Downloaded quinn-udp v0.5.5 |
285 | 2024-11-26T08:00:57.365Z | Downloaded serde_urlencoded v0.7.1 |
286 | 2024-11-26T08:00:57.366Z | Downloaded serde-big-array v0.5.1 |
287 | 2024-11-26T08:00:57.366Z | Downloaded embedded-io v0.6.1 |
288 | 2024-11-26T08:00:57.372Z | Downloaded digest v0.10.7 |
289 | 2024-11-26T08:00:57.372Z | Downloaded rustc-hash v2.0.0 |
290 | 2024-11-26T08:00:57.372Z | Downloaded openssl-probe v0.1.5 |
291 | 2024-11-26T08:00:57.376Z | Downloaded fixedbitset v0.4.2 |
292 | 2024-11-26T08:00:57.376Z | Downloaded either v1.13.0 |
293 | 2024-11-26T08:00:57.376Z | Downloaded openssl-macros v0.1.1 |
294 | 2024-11-26T08:00:57.376Z | Downloaded argon2 v0.5.3 |
295 | 2024-11-26T08:00:57.376Z | Downloaded powerfmt v0.2.0 |
296 | 2024-11-26T08:00:57.380Z | Downloaded fnv v1.0.7 |
297 | 2024-11-26T08:00:57.380Z | Downloaded float-ord v0.3.2 |
298 | 2024-11-26T08:00:57.380Z | Downloaded defmt-macros v0.3.9 |
299 | 2024-11-26T08:00:57.384Z | Downloaded resolv-conf v0.7.0 |
300 | 2024-11-26T08:00:57.389Z | Downloaded sha1 v0.10.6 |
301 | 2024-11-26T08:00:57.389Z | Downloaded rustc_version v0.1.7 |
302 | 2024-11-26T08:00:57.390Z | Downloaded progenitor-macro v0.8.0 |
303 | 2024-11-26T08:00:57.394Z | Downloaded errno v0.3.9 |
304 | 2024-11-26T08:00:57.394Z | Downloaded strum v0.26.3 |
305 | 2024-11-26T08:00:57.394Z | Downloaded embedded-io v0.4.0 |
306 | 2024-11-26T08:00:57.394Z | Downloaded dirs-sys-next v0.1.2 |
307 | 2024-11-26T08:00:57.399Z | Downloaded signal-hook-registry v1.4.2 |
308 | 2024-11-26T08:00:57.399Z | Downloaded enum-as-inner v0.6.1 |
309 | 2024-11-26T08:00:57.399Z | Downloaded slab v0.4.9 |
310 | 2024-11-26T08:00:57.403Z | Downloaded serde_path_to_error v0.1.16 |
311 | 2024-11-26T08:00:57.403Z | Downloaded futures-core v0.3.30 |
312 | 2024-11-26T08:00:57.403Z | Downloaded foreign-types v0.5.0 |
313 | 2024-11-26T08:00:57.403Z | Downloaded dof v0.3.0 |
314 | 2024-11-26T08:00:57.409Z | Downloaded proc-macro-crate v3.2.0 |
315 | 2024-11-26T08:00:57.409Z | Downloaded humantime v2.1.0 |
316 | 2024-11-26T08:00:57.412Z | Downloaded slog-bunyan v2.5.0 |
317 | 2024-11-26T08:00:57.412Z | Downloaded rustversion v1.0.17 |
318 | 2024-11-26T08:00:57.412Z | Downloaded usdt-macro v0.5.0 |
319 | 2024-11-26T08:00:57.412Z | Downloaded serde_repr v0.1.19 |
320 | 2024-11-26T08:00:57.414Z | Downloaded http-body v1.0.1 |
321 | 2024-11-26T08:00:57.417Z | Downloaded console v0.15.8 |
322 | 2024-11-26T08:00:57.419Z | Downloaded quote v1.0.37 |
323 | 2024-11-26T08:00:57.423Z | Downloaded hostname v0.4.0 |
324 | 2024-11-26T08:00:57.423Z | Downloaded proc-macro2 v1.0.86 |
325 | 2024-11-26T08:00:57.426Z | Downloaded semver v0.1.20 |
326 | 2024-11-26T08:00:57.430Z | Downloaded num-iter v0.1.45 |
327 | 2024-11-26T08:00:57.430Z | Downloaded num-integer v0.1.46 |
328 | 2024-11-26T08:00:57.433Z | Downloaded clap_derive v4.5.18 |
329 | 2024-11-26T08:00:57.433Z | Downloaded thread_local v1.1.8 |
330 | 2024-11-26T08:00:57.435Z | Downloaded is_terminal_polyfill v1.70.1 |
331 | 2024-11-26T08:00:57.435Z | Downloaded fxhash v0.2.1 |
332 | 2024-11-26T08:00:57.440Z | Downloaded try-lock v0.2.5 |
333 | 2024-11-26T08:00:57.441Z | Downloaded progenitor-impl v0.8.0 |
334 | 2024-11-26T08:00:57.445Z | Downloaded serde_spanned v0.6.7 |
335 | 2024-11-26T08:00:57.445Z | Downloaded num-conv v0.1.0 |
336 | 2024-11-26T08:00:57.445Z | Downloaded rustls-pemfile v2.1.3 |
337 | 2024-11-26T08:00:57.454Z | Downloaded sync_wrapper v0.1.2 |
338 | 2024-11-26T08:00:57.454Z | Downloaded rhai_codegen v2.2.0 |
339 | 2024-11-26T08:00:57.454Z | Downloaded usdt-attr-macro v0.5.0 |
340 | 2024-11-26T08:00:57.457Z | Downloaded instant v0.1.13 |
341 | 2024-11-26T08:00:57.457Z | Downloaded strum_macros v0.25.3 |
342 | 2024-11-26T08:00:57.460Z | Downloaded structmeta-derive v0.3.0 |
343 | 2024-11-26T08:00:57.460Z | Downloaded managed v0.8.0 |
344 | 2024-11-26T08:00:57.463Z | Downloaded darling v0.20.10 |
345 | 2024-11-26T08:00:57.466Z | Downloaded tokio-macros v2.4.0 |
346 | 2024-11-26T08:00:57.470Z | Downloaded hostname v0.3.1 |
347 | 2024-11-26T08:00:57.470Z | Downloaded slog-async v2.8.0 |
348 | 2024-11-26T08:00:57.473Z | Downloaded serde_derive_internals v0.29.1 |
349 | 2024-11-26T08:00:57.473Z | Downloaded usdt-impl v0.5.0 |
350 | 2024-11-26T08:00:57.475Z | Downloaded pest_meta v2.7.13 |
351 | 2024-11-26T08:00:57.475Z | Downloaded sct v0.7.1 |
352 | 2024-11-26T08:00:57.479Z | Downloaded futures-executor v0.3.30 |
353 | 2024-11-26T08:00:57.481Z | Downloaded num-rational v0.4.2 |
354 | 2024-11-26T08:00:57.484Z | Downloaded crossbeam-utils v0.8.20 |
355 | 2024-11-26T08:00:57.487Z | Downloaded tinyvec_macros v0.1.1 |
356 | 2024-11-26T08:00:57.487Z | Downloaded take_mut v0.2.2 |
357 | 2024-11-26T08:00:57.487Z | Downloaded crc32fast v1.4.2 |
358 | 2024-11-26T08:00:57.490Z | Downloaded lru-cache v0.1.2 |
359 | 2024-11-26T08:00:57.492Z | Downloaded tokio-rustls v0.26.0 |
360 | 2024-11-26T08:00:57.492Z | Downloaded want v0.3.1 |
361 | 2024-11-26T08:00:57.495Z | Downloaded waitgroup v0.1.2 |
362 | 2024-11-26T08:00:57.495Z | Downloaded sync_wrapper v1.0.1 |
363 | 2024-11-26T08:00:57.497Z | Downloaded derive_more v0.99.18 |
364 | 2024-11-26T08:00:57.500Z | Downloaded slog v2.7.0 |
365 | 2024-11-26T08:00:57.503Z | Downloaded slog-json v2.6.1 |
366 | 2024-11-26T08:00:57.506Z | Downloaded similar v2.6.0 |
367 | 2024-11-26T08:00:57.510Z | Downloaded slog-envlogger v2.2.0 |
368 | 2024-11-26T08:00:57.512Z | Downloaded slog-dtrace v0.3.0 |
369 | 2024-11-26T08:00:57.515Z | Downloaded toml_datetime v0.6.8 |
370 | 2024-11-26T08:00:57.515Z | Downloaded iana-time-zone v0.1.61 |
371 | 2024-11-26T08:00:57.518Z | Downloaded num_enum v0.5.11 |
372 | 2024-11-26T08:00:57.522Z | Downloaded futures-task v0.3.30 |
373 | 2024-11-26T08:00:57.524Z | Downloaded futures-sink v0.3.30 |
374 | 2024-11-26T08:00:57.524Z | Downloaded slog-term v2.9.1 |
375 | 2024-11-26T08:00:57.527Z | Downloaded utf8parse v0.2.2 |
376 | 2024-11-26T08:00:57.530Z | Downloaded untrusted v0.9.0 |
377 | 2024-11-26T08:00:57.530Z | Downloaded futures v0.3.30 |
378 | 2024-11-26T08:00:57.535Z | Downloaded no-std-compat v0.4.1 |
379 | 2024-11-26T08:00:57.537Z | Downloaded smartstring v1.0.1 |
380 | 2024-11-26T08:00:57.540Z | Downloaded ident_case v1.0.1 |
381 | 2024-11-26T08:00:57.540Z | Downloaded is-terminal v0.4.13 |
382 | 2024-11-26T08:00:57.542Z | Downloaded hash32 v0.3.1 |
383 | 2024-11-26T08:00:57.542Z | Downloaded http-body-util v0.1.2 |
384 | 2024-11-26T08:00:57.545Z | Downloaded whoami v1.5.2 |
385 | 2024-11-26T08:00:57.545Z | Downloaded zone_cfg_derive v0.3.0 |
386 | 2024-11-26T08:00:57.548Z | Downloaded schemars v0.8.21 |
387 | 2024-11-26T08:00:57.557Z | Downloaded num-derive v0.4.2 |
388 | 2024-11-26T08:00:57.561Z | Downloaded num_enum_derive v0.7.3 |
389 | 2024-11-26T08:00:57.563Z | Downloaded linked-hash-map v0.5.6 |
390 | 2024-11-26T08:00:57.563Z | Downloaded linear-map v1.2.0 |
391 | 2024-11-26T08:00:57.563Z | Downloaded libsw v3.3.1 |
392 | 2024-11-26T08:00:57.566Z | Downloaded tabwriter v1.4.0 |
393 | 2024-11-26T08:00:57.566Z | Downloaded typify-macro v0.2.0 |
394 | 2024-11-26T08:00:57.568Z | Downloaded zerocopy v0.6.6 |
395 | 2024-11-26T08:00:57.572Z | Downloaded generic-array v0.14.7 |
396 | 2024-11-26T08:00:57.572Z | Downloaded term v0.7.0 |
397 | 2024-11-26T08:00:57.578Z | Downloaded serde_yaml v0.9.34+deprecated |
398 | 2024-11-26T08:00:57.581Z | Downloaded omicron-workspace-hack v0.1.0 |
399 | 2024-11-26T08:00:57.581Z | Downloaded time-core v0.1.2 |
400 | 2024-11-26T08:00:57.582Z | Downloaded newtype_derive v0.1.6 |
401 | 2024-11-26T08:00:57.582Z | Downloaded strsim v0.11.1 |
402 | 2024-11-26T08:00:57.585Z | Downloaded memmap v0.7.0 |
403 | 2024-11-26T08:00:57.586Z | Downloaded rand v0.8.5 |
404 | 2024-11-26T08:00:57.588Z | Downloaded num_enum v0.7.3 |
405 | 2024-11-26T08:00:57.590Z | Downloaded hyper-tls v0.5.0 |
406 | 2024-11-26T08:00:57.593Z | Downloaded http-body v0.4.6 |
407 | 2024-11-26T08:00:57.596Z | Downloaded version_check v0.9.5 |
408 | 2024-11-26T08:00:57.596Z | Downloaded tiny-keccak v2.0.2 |
409 | 2024-11-26T08:00:57.598Z | Downloaded diff v0.1.13 |
410 | 2024-11-26T08:00:57.602Z | Downloaded structmeta v0.3.0 |
411 | 2024-11-26T08:00:57.604Z | Downloaded num_enum_derive v0.5.11 |
412 | 2024-11-26T08:00:57.604Z | Downloaded thiserror-impl v1.0.64 |
413 | 2024-11-26T08:00:57.605Z | Downloaded quinn v0.11.5 |
414 | 2024-11-26T08:00:57.607Z | Downloaded hyper-tls v0.6.0 |
415 | 2024-11-26T08:00:57.610Z | Downloaded hubpack v0.1.2 |
416 | 2024-11-26T08:00:57.610Z | Downloaded macaddr v1.0.1 |
417 | 2024-11-26T08:00:57.613Z | Downloaded log v0.4.22 |
418 | 2024-11-26T08:00:57.616Z | Downloaded spin v0.9.8 |
419 | 2024-11-26T08:00:57.616Z | Downloaded tower-service v0.3.3 |
420 | 2024-11-26T08:00:57.619Z | Downloaded parking_lot v0.11.2 |
421 | 2024-11-26T08:00:57.624Z | Downloaded mime v0.3.17 |
422 | 2024-11-26T08:00:57.624Z | Downloaded cc v1.1.21 |
423 | 2024-11-26T08:00:57.628Z | Downloaded indent_write v2.2.0 |
424 | 2024-11-26T08:00:57.628Z | Downloaded hyper-util v0.1.10 |
425 | 2024-11-26T08:00:57.631Z | Downloaded static_assertions v1.1.0 |
426 | 2024-11-26T08:00:57.631Z | Downloaded owo-colors v4.1.0 |
427 | 2024-11-26T08:00:57.633Z | Downloaded serde v1.0.215 |
428 | 2024-11-26T08:00:57.637Z | Downloaded thin-vec v0.2.13 |
429 | 2024-11-26T08:00:57.639Z | Downloaded thiserror v1.0.64 |
430 | 2024-11-26T08:00:57.642Z | Downloaded zone v0.3.0 |
431 | 2024-11-26T08:00:57.645Z | Downloaded zeroize v1.8.1 |
432 | 2024-11-26T08:00:57.645Z | Downloaded stable_deref_trait v1.2.0 |
433 | 2024-11-26T08:00:57.647Z | Downloaded hex v0.4.3 |
434 | 2024-11-26T08:00:57.647Z | Downloaded usdt v0.5.0 |
435 | 2024-11-26T08:00:57.650Z | Downloaded lazy_static v1.5.0 |
436 | 2024-11-26T08:00:57.650Z | Downloaded num_threads v0.1.7 |
437 | 2024-11-26T08:00:57.653Z | Downloaded unicode-bidi v0.3.15 |
438 | 2024-11-26T08:00:57.657Z | Downloaded hyper-rustls v0.27.3 |
439 | 2024-11-26T08:00:57.657Z | Downloaded hyper-rustls v0.24.2 |
440 | 2024-11-26T08:00:57.659Z | Downloaded ipnet v2.10.0 |
441 | 2024-11-26T08:00:57.659Z | Downloaded tempfile v3.12.0 |
442 | 2024-11-26T08:00:57.662Z | Downloaded subtle v2.6.1 |
443 | 2024-11-26T08:00:57.665Z | Downloaded once_cell v1.20.2 |
444 | 2024-11-26T08:00:57.667Z | Downloaded time-macros v0.2.18 |
445 | 2024-11-26T08:00:57.669Z | Downloaded darling_core v0.20.10 |
446 | 2024-11-26T08:00:57.673Z | Downloaded indexmap v1.9.3 |
447 | 2024-11-26T08:00:57.675Z | Downloaded uuid v1.11.0 |
448 | 2024-11-26T08:00:57.679Z | Downloaded spin v0.5.2 |
449 | 2024-11-26T08:00:57.683Z | Downloaded indexmap v2.5.0 |
450 | 2024-11-26T08:00:57.687Z | Downloaded multer v3.1.0 |
451 | 2024-11-26T08:00:57.687Z | Downloaded heck v0.4.1 |
452 | 2024-11-26T08:00:57.691Z | Downloaded zerocopy-derive v0.7.35 |
453 | 2024-11-26T08:00:57.693Z | Downloaded tinyvec v1.8.0 |
454 | 2024-11-26T08:00:57.695Z | Downloaded highway v1.2.0 |
455 | 2024-11-26T08:00:57.698Z | Downloaded tracing-core v0.1.32 |
456 | 2024-11-26T08:00:57.701Z | Downloaded toml v0.8.19 |
457 | 2024-11-26T08:00:57.703Z | Downloaded tracing v0.1.40 |
458 | 2024-11-26T08:00:57.707Z | Downloaded half v2.4.1 |
459 | 2024-11-26T08:00:57.711Z | Downloaded heapless v0.8.0 |
460 | 2024-11-26T08:00:57.714Z | Downloaded regex v1.10.6 |
461 | 2024-11-26T08:00:57.726Z | Downloaded typenum v1.17.0 |
462 | 2024-11-26T08:00:57.728Z | Downloaded httparse v1.9.4 |
463 | 2024-11-26T08:00:57.731Z | Downloaded tracing-attributes v0.1.27 |
464 | 2024-11-26T08:00:57.733Z | Downloaded yansi v1.0.1 |
465 | 2024-11-26T08:00:57.735Z | Downloaded openssl-sys v0.9.103 |
466 | 2024-11-26T08:00:57.740Z | Downloaded http v0.2.12 |
467 | 2024-11-26T08:00:57.744Z | Downloaded unicode-ident v1.0.13 |
468 | 2024-11-26T08:00:57.748Z | Downloaded hashbrown v0.12.3 |
469 | 2024-11-26T08:00:57.750Z | Downloaded native-tls v0.2.12 |
470 | 2024-11-26T08:00:57.753Z | Downloaded ucd-trie v0.1.6 |
471 | 2024-11-26T08:00:57.757Z | Downloaded socket2 v0.5.7 |
472 | 2024-11-26T08:00:57.759Z | Downloaded expectorate v1.1.0 |
473 | 2024-11-26T08:00:57.759Z | Downloaded crossbeam-channel v0.5.13 |
474 | 2024-11-26T08:00:57.762Z | Downloaded getrandom v0.2.15 |
475 | 2024-11-26T08:00:57.765Z | Downloaded http v1.1.0 |
476 | 2024-11-26T08:00:57.770Z | Downloaded typify v0.2.0 |
477 | 2024-11-26T08:00:57.773Z | Downloaded memchr v2.7.4 |
478 | 2024-11-26T08:00:57.777Z | Downloaded num-traits v0.2.19 |
479 | 2024-11-26T08:00:57.780Z | Downloaded unsafe-libyaml v0.2.11 |
480 | 2024-11-26T08:00:57.782Z | Downloaded num-complex v0.4.6 |
481 | 2024-11-26T08:00:57.784Z | Downloaded lock_api v0.4.12 |
482 | 2024-11-26T08:00:57.787Z | Downloaded itoa v1.0.11 |
483 | 2024-11-26T08:00:57.787Z | Downloaded ipnetwork v0.20.0 |
484 | 2024-11-26T08:00:57.790Z | Downloaded httpdate v1.0.3 |
485 | 2024-11-26T08:00:57.790Z | Downloaded tokio-native-tls v0.3.1 |
486 | 2024-11-26T08:00:57.794Z | Downloaded serde_derive v1.0.215 |
487 | 2024-11-26T08:00:57.796Z | Downloaded derive-where v1.2.7 |
488 | 2024-11-26T08:00:57.798Z | Downloaded crossbeam-epoch v0.9.18 |
489 | 2024-11-26T08:00:57.800Z | Downloaded smf v0.2.3 |
490 | 2024-11-26T08:00:57.803Z | Downloaded hickory-resolver v0.24.1 |
491 | 2024-11-26T08:00:57.806Z | Downloaded serde_with v3.9.0 |
492 | 2024-11-26T08:00:57.813Z | Downloaded toml_edit v0.19.15 |
493 | 2024-11-26T08:00:57.829Z | Downloaded reqwest v0.11.27 |
494 | 2024-11-26T08:00:57.837Z | Downloaded itertools v0.10.5 |
495 | 2024-11-26T08:00:57.842Z | Downloaded libm v0.2.8 |
496 | 2024-11-26T08:00:57.850Z | Downloaded tokio-util v0.7.12 |
497 | 2024-11-26T08:00:57.856Z | Downloaded hashbrown v0.14.5 |
498 | 2024-11-26T08:00:57.862Z | Downloaded itertools v0.12.1 |
499 | 2024-11-26T08:00:57.868Z | Downloaded time v0.3.36 |
500 | 2024-11-26T08:00:57.875Z | Downloaded rustls-webpki v0.102.8 |
501 | 2024-11-26T08:00:57.892Z | Downloaded toml_edit v0.22.21 |
502 | 2024-11-26T08:00:57.913Z | Downloaded unicode-segmentation v1.12.0 |
503 | 2024-11-26T08:00:57.915Z | Downloaded unicode-normalization v0.1.24 |
504 | 2024-11-26T08:00:57.919Z | Downloaded mio v1.0.2 |
505 | 2024-11-26T08:00:57.924Z | Downloaded winnow v0.6.18 |
506 | 2024-11-26T08:00:57.933Z | Downloaded winnow v0.5.40 |
507 | 2024-11-26T08:00:57.941Z | Downloaded hyper v1.5.1 |
508 | 2024-11-26T08:00:57.948Z | Downloaded futures-util v0.3.30 |
509 | 2024-11-26T08:00:57.960Z | Downloaded hyper v0.14.30 |
510 | 2024-11-26T08:00:57.978Z | Downloaded h2 v0.3.26 |
511 | 2024-11-26T08:00:57.986Z | Downloaded clap_builder v4.5.21 |
512 | 2024-11-26T08:00:57.986Z | Downloaded goblin v0.8.2 |
513 | 2024-11-26T08:00:57.992Z | Downloaded zerocopy v0.7.35 |
514 | 2024-11-26T08:00:58.003Z | Downloaded chrono v0.4.38 |
515 | 2024-11-26T08:00:58.010Z | Downloaded rhai v1.20.0 |
516 | 2024-11-26T08:00:58.025Z | Downloaded idna v0.5.0 |
517 | 2024-11-26T08:00:58.029Z | Downloaded rustls v0.23.13 |
518 | 2024-11-26T08:00:58.043Z | Downloaded vcpkg v0.2.15 |
519 | 2024-11-26T08:00:58.080Z | Downloaded syn v1.0.109 |
520 | 2024-11-26T08:00:58.086Z | Downloaded unicode-width v0.1.14 |
521 | 2024-11-26T08:00:58.091Z | Downloaded rustix v0.38.37 |
522 | 2024-11-26T08:00:58.117Z | Downloaded webpki-roots v0.25.4 |
523 | 2024-11-26T08:00:58.125Z | Downloaded webpki-roots v0.26.6 |
524 | 2024-11-26T08:00:58.125Z | Downloaded openssl v0.10.66 |
525 | 2024-11-26T08:00:58.132Z | Downloaded dropshot v0.12.0 |
526 | 2024-11-26T08:00:58.148Z | Downloaded syn v2.0.87 |
527 | 2024-11-26T08:00:58.158Z | Downloaded rustls v0.22.4 |
528 | 2024-11-26T08:00:58.170Z | Downloaded smoltcp v0.11.0 |
529 | 2024-11-26T08:00:58.181Z | Downloaded hickory-proto v0.24.1 |
530 | 2024-11-26T08:00:58.195Z | Downloaded typify-impl v0.2.0 |
531 | 2024-11-26T08:00:58.213Z | Downloaded openapiv3 v2.0.0 |
532 | 2024-11-26T08:00:58.223Z | Downloaded sled v0.34.7 |
533 | 2024-11-26T08:00:58.230Z | Downloaded regex-automata v0.4.7 |
534 | 2024-11-26T08:00:58.243Z | Downloaded regex-syntax v0.8.4 |
535 | 2024-11-26T08:00:58.250Z | Downloaded idna v0.4.0 |
536 | 2024-11-26T08:00:58.258Z | Downloaded regress v0.10.1 |
537 | 2024-11-26T08:00:58.265Z | Downloaded regress v0.9.1 |
538 | 2024-11-26T08:00:58.273Z | Downloaded h2 v0.4.6 |
539 | 2024-11-26T08:00:58.278Z | Downloaded rustls v0.21.12 |
540 | 2024-11-26T08:00:58.287Z | Downloaded reqwest v0.12.9 |
541 | 2024-11-26T08:00:58.295Z | Downloaded zerocopy-derive v0.6.6 |
542 | 2024-11-26T08:00:58.304Z | Downloaded quinn-proto v0.11.8 |
543 | 2024-11-26T08:00:58.310Z | Downloaded serde_json v1.0.133 |
544 | 2024-11-26T08:00:58.316Z | Downloaded petgraph v0.6.5 |
545 | 2024-11-26T08:00:58.333Z | Downloaded nom v7.1.3 |
546 | 2024-11-26T08:00:58.336Z | Downloaded steno v0.4.1 |
547 | 2024-11-26T08:00:58.340Z | Downloaded rustls-webpki v0.101.7 |
548 | 2024-11-26T08:00:58.352Z | Downloaded tokio v1.40.0 |
549 | 2024-11-26T08:00:58.387Z | Downloaded itertools v0.13.0 |
550 | 2024-11-26T08:00:58.393Z | Downloaded minimal-lexical v0.2.1 |
551 | 2024-11-26T08:00:58.398Z | Downloaded url v2.5.2 |
552 | 2024-11-26T08:00:58.401Z | Downloaded slog-stdlog v4.1.1 |
553 | 2024-11-26T08:00:58.405Z | Downloaded slog-scope v4.4.0 |
554 | 2024-11-26T08:00:58.405Z | Downloaded num-derive v0.3.3 |
555 | 2024-11-26T08:00:58.405Z | Downloaded libc v0.2.165 |
556 | 2024-11-26T08:00:58.426Z | Downloaded num v0.4.3 |
557 | 2024-11-26T08:00:58.429Z | Downloaded ryu v1.0.18 |
558 | 2024-11-26T08:00:58.433Z | Downloaded sha2 v0.10.8 |
559 | 2024-11-26T08:00:58.433Z | Downloaded arc-swap v1.7.1 |
560 | 2024-11-26T08:00:58.439Z | Downloaded cookie v0.18.1 |
561 | 2024-11-26T08:00:58.445Z | Downloaded swrite v0.1.0 |
562 | 2024-11-26T08:00:58.445Z | Downloaded terminal_size v0.4.0 |
563 | 2024-11-26T08:00:58.445Z | Downloaded tokio-rustls v0.25.0 |
564 | 2024-11-26T08:00:58.445Z | Downloaded dropshot_endpoint v0.12.0 |
565 | 2024-11-26T08:00:58.449Z | Downloaded tokio-rustls v0.24.1 |
566 | 2024-11-26T08:00:58.449Z | Downloaded strum_macros v0.26.4 |
567 | 2024-11-26T08:00:58.449Z | Downloaded smallvec v1.13.2 |
568 | 2024-11-26T08:00:58.454Z | Downloaded ciborium v0.2.2 |
569 | 2024-11-26T08:00:58.454Z | Downloaded clap v4.5.21 |
570 | 2024-11-26T08:00:58.459Z | Downloaded futures-channel v0.3.30 |
571 | 2024-11-26T08:00:58.469Z | Downloaded shlex v1.3.0 |
572 | 2024-11-26T08:00:58.469Z | Downloaded serde_with_macros v3.9.0 |
573 | 2024-11-26T08:00:58.474Z | Downloaded semver v1.0.23 |
574 | 2024-11-26T08:00:58.474Z | Downloaded scroll v0.12.0 |
575 | 2024-11-26T08:00:58.474Z | Downloaded postcard v1.0.10 |
576 | 2024-11-26T08:00:58.474Z | Downloaded defmt v0.3.8 |
577 | 2024-11-26T08:00:58.474Z | Downloaded anyhow v1.0.93 |
578 | 2024-11-26T08:00:58.479Z | Downloaded thread-id v4.2.2 |
579 | 2024-11-26T08:00:58.479Z | Downloaded heck v0.5.0 |
580 | 2024-11-26T08:00:58.479Z | Downloaded bytes v1.7.2 |
581 | 2024-11-26T08:00:58.485Z | Downloaded newtype-uuid v1.1.0 |
582 | 2024-11-26T08:00:58.485Z | Downloaded rustls-pki-types v1.8.0 |
583 | 2024-11-26T08:00:58.489Z | Downloaded rustls-pemfile v1.0.4 |
584 | 2024-11-26T08:00:58.489Z | Downloaded fastrand v2.1.1 |
585 | 2024-11-26T08:00:58.489Z | Downloaded pretty_assertions v1.4.1 |
586 | 2024-11-26T08:00:58.489Z | Downloaded scopeguard v1.2.0 |
587 | 2024-11-26T08:00:58.493Z | Downloaded futures-io v0.3.30 |
588 | 2024-11-26T08:00:58.493Z | Downloaded form_urlencoded v1.2.1 |
589 | 2024-11-26T08:00:58.493Z | Downloaded serde_tokenstream v0.2.2 |
590 | 2024-11-26T08:00:58.494Z | Downloaded schemars_derive v0.8.21 |
591 | 2024-11-26T08:00:58.494Z | Downloaded debug-ignore v1.0.5 |
592 | 2024-11-26T08:00:58.498Z | Downloaded dirs-next v2.0.0 |
593 | 2024-11-26T08:00:58.498Z | Downloaded deranged v0.3.11 |
594 | 2024-11-26T08:00:58.499Z | Downloaded defmt-parser v0.3.4 |
595 | 2024-11-26T08:00:58.500Z | Downloaded cpufeatures v0.2.14 |
596 | 2024-11-26T08:00:58.506Z | Downloaded crypto-common v0.1.6 |
597 | 2024-11-26T08:00:58.506Z | Downloaded clap_lex v0.7.2 |
598 | 2024-11-26T08:00:58.506Z | Downloaded newline-converter v0.3.0 |
599 | 2024-11-26T08:00:58.506Z | Downloaded encoding_rs v0.8.34 |
600 | 2024-11-26T08:00:58.520Z | Downloaded match_cfg v0.1.0 |
601 | 2024-11-26T08:00:58.526Z | Downloaded portable-atomic v1.8.0 |
602 | 2024-11-26T08:00:58.530Z | Downloaded cobs v0.2.3 |
603 | 2024-11-26T08:00:58.530Z | Downloaded colorchoice v1.0.2 |
604 | 2024-11-26T08:00:58.530Z | Downloaded pin-project-lite v0.2.14 |
605 | 2024-11-26T08:00:58.538Z | Downloaded pest_generator v2.7.13 |
606 | 2024-11-26T08:00:58.538Z | Downloaded colored v2.1.0 |
607 | 2024-11-26T08:00:58.544Z | Downloaded cfg-if v1.0.0 |
608 | 2024-11-26T08:00:58.544Z | Downloaded proc-macro-crate v1.3.1 |
609 | 2024-11-26T08:00:58.544Z | Downloaded pkg-config v0.3.31 |
610 | 2024-11-26T08:00:58.545Z | Downloaded base64 v0.21.7 |
611 | 2024-11-26T08:00:58.545Z | Downloaded allocator-api2 v0.2.18 |
612 | 2024-11-26T08:00:58.554Z | Downloaded password-hash v0.5.0 |
613 | 2024-11-26T08:00:58.554Z | Downloaded base64 v0.22.1 |
614 | 2024-11-26T08:00:58.554Z | Downloaded parking_lot_core v0.8.6 |
615 | 2024-11-26T08:00:58.554Z | Downloaded futures-macro v0.3.30 |
616 | 2024-11-26T08:00:58.564Z | Downloaded blake2 v0.10.6 |
617 | 2024-11-26T08:00:58.700Z | Downloaded ring v0.17.8 |
618 | 2024-11-26T08:00:59.103Z | Compiling proc-macro2 v1.0.86 |
619 | 2024-11-26T08:00:59.103Z | Compiling unicode-ident v1.0.13 |
620 | 2024-11-26T08:00:59.106Z | Compiling libc v0.2.165 |
621 | 2024-11-26T08:00:59.106Z | Compiling serde v1.0.215 |
622 | 2024-11-26T08:00:59.106Z | Compiling autocfg v1.3.0 |
623 | 2024-11-26T08:00:59.106Z | Compiling version_check v0.9.5 |
624 | 2024-11-26T08:00:59.106Z | Compiling cfg-if v1.0.0 |
625 | 2024-11-26T08:00:59.106Z | Compiling once_cell v1.20.2 |
626 | 2024-11-26T08:00:59.287Z | Compiling portable-atomic v1.8.0 |
627 | 2024-11-26T08:00:59.335Z | Compiling libm v0.2.8 |
628 | 2024-11-26T08:00:59.635Z | Compiling parking_lot_core v0.9.10 |
629 | 2024-11-26T08:00:59.787Z | Compiling thiserror v1.0.64 |
630 | 2024-11-26T08:00:59.897Z | Compiling lock_api v0.4.12 |
631 | 2024-11-26T08:01:00.481Z | Compiling serde_json v1.0.133 |
632 | 2024-11-26T08:01:00.527Z | Compiling num-traits v0.2.19 |
633 | 2024-11-26T08:01:00.534Z | Compiling byteorder v1.5.0 |
634 | 2024-11-26T08:01:00.534Z | Compiling shlex v1.3.0 |
635 | 2024-11-26T08:01:00.572Z | Compiling schemars v0.8.21 |
636 | 2024-11-26T08:01:00.937Z | Compiling cc v1.1.21 |
637 | 2024-11-26T08:01:00.980Z | Compiling memchr v2.7.4 |
638 | 2024-11-26T08:01:00.999Z | Compiling slab v0.4.9 |
639 | 2024-11-26T08:01:01.189Z | Compiling crunchy v0.2.2 |
640 | 2024-11-26T08:01:01.449Z | Compiling tiny-keccak v2.0.2 |
641 | 2024-11-26T08:01:01.654Z | Compiling quote v1.0.37 |
642 | 2024-11-26T08:01:01.875Z | Compiling getrandom v0.2.15 |
643 | 2024-11-26T08:01:02.079Z | Compiling syn v2.0.87 |
644 | 2024-11-26T08:01:02.099Z | Compiling ahash v0.8.11 |
645 | 2024-11-26T08:01:02.277Z | Compiling allocator-api2 v0.2.18 |
646 | 2024-11-26T08:01:02.359Z | Compiling itoa v1.0.11 |
647 | 2024-11-26T08:01:02.399Z | Compiling const-random-macro v0.1.16 |
648 | 2024-11-26T08:01:02.503Z | Compiling ryu v1.0.18 |
649 | 2024-11-26T08:01:02.565Z | Compiling heck v0.5.0 |
650 | 2024-11-26T08:01:02.586Z | Compiling equivalent v1.0.1 |
651 | 2024-11-26T08:01:02.684Z | Compiling httparse v1.9.4 |
652 | 2024-11-26T08:01:02.803Z | Compiling log v0.4.22 |
653 | 2024-11-26T08:01:02.897Z | Compiling pkg-config v0.3.31 |
654 | 2024-11-26T08:01:03.010Z | Compiling vcpkg v0.2.15 |
655 | 2024-11-26T08:01:03.358Z | Compiling slog v2.7.0 |
656 | 2024-11-26T08:01:03.605Z | Compiling fnv v1.0.7 |
657 | 2024-11-26T08:01:03.787Z | Compiling openssl v0.10.66 |
658 | 2024-11-26T08:01:03.903Z | Compiling ring v0.17.8 |
659 | 2024-11-26T08:01:03.986Z | Compiling semver v1.0.23 |
660 | 2024-11-26T08:01:04.066Z | Compiling iana-time-zone v0.1.61 |
661 | 2024-11-26T08:01:04.212Z | Compiling native-tls v0.2.12 |
662 | 2024-11-26T08:01:04.358Z | Compiling dyn-clone v1.0.17 |
663 | 2024-11-26T08:01:04.721Z | Compiling openssl-sys v0.9.103 |
664 | 2024-11-26T08:01:04.966Z | Compiling rustls v0.23.13 |
665 | 2024-11-26T08:01:05.291Z | Compiling anyhow v1.0.93 |
666 | 2024-11-26T08:01:05.357Z | Compiling aho-corasick v1.1.3 |
667 | 2024-11-26T08:01:05.621Z | Compiling regex-syntax v0.8.4 |
668 | 2024-11-26T08:01:06.082Z | Compiling typenum v1.17.0 |
669 | 2024-11-26T08:01:06.135Z | Compiling generic-array v0.14.7 |
670 | 2024-11-26T08:01:06.452Z | Compiling unsafe-libyaml v0.2.11 |
671 | 2024-11-26T08:01:06.496Z | Checking pin-project-lite v0.2.14 |
672 | 2024-11-26T08:01:06.674Z | Compiling num-conv v0.1.0 |
673 | 2024-11-26T08:01:06.948Z | Compiling time-core v0.1.2 |
674 | 2024-11-26T08:01:07.080Z | Compiling time-macros v0.2.18 |
675 | 2024-11-26T08:01:07.393Z | Checking scopeguard v1.2.0 |
676 | 2024-11-26T08:01:07.538Z | Compiling syn v1.0.109 |
677 | 2024-11-26T08:01:08.179Z | Compiling ucd-trie v0.1.6 |
678 | 2024-11-26T08:01:08.539Z | Compiling serde_derive_internals v0.29.1 |
679 | 2024-11-26T08:01:08.660Z | Compiling regex-automata v0.4.7 |
680 | 2024-11-26T08:01:09.824Z | Checking mio v1.0.2 |
681 | 2024-11-26T08:01:09.885Z | Checking socket2 v0.5.7 |
682 | 2024-11-26T08:01:10.320Z | Checking signal-hook-registry v1.4.2 |
683 | 2024-11-26T08:01:10.507Z | Compiling omicron-workspace-hack v0.1.0 |
684 | 2024-11-26T08:01:10.537Z | Compiling rustversion v1.0.17 |
685 | 2024-11-26T08:01:10.818Z | Compiling crossbeam-utils v0.8.20 |
686 | 2024-11-26T08:01:10.919Z | Checking const-random v0.1.18 |
687 | 2024-11-26T08:01:10.979Z | Compiling usdt-impl v0.5.0 |
688 | 2024-11-26T08:01:11.387Z | Compiling strsim v0.11.1 |
689 | 2024-11-26T08:01:11.482Z | Compiling plain v0.2.3 |
690 | 2024-11-26T08:01:11.622Z | Compiling slog-async v2.8.0 |
691 | 2024-11-26T08:01:12.271Z | Compiling pretty-hex v0.4.1 |
692 | 2024-11-26T08:01:12.452Z | Compiling thread-id v4.2.2 |
693 | 2024-11-26T08:01:12.475Z | Compiling camino v1.1.9 |
694 | 2024-11-26T08:01:12.561Z | Checking futures-core v0.3.30 |
695 | 2024-11-26T08:01:12.739Z | Compiling regex v1.10.6 |
696 | 2024-11-26T08:01:12.839Z | Compiling ident_case v1.0.1 |
697 | 2024-11-26T08:01:12.948Z | Compiling rustls v0.22.4 |
698 | 2024-11-26T08:01:13.019Z | Compiling darling_core v0.20.10 |
699 | 2024-11-26T08:01:13.741Z | Compiling paste v1.0.15 |
700 | 2024-11-26T08:01:13.838Z | Checking futures-sink v0.3.30 |
701 | 2024-11-26T08:01:13.908Z | Compiling multer v3.1.0 |
702 | 2024-11-26T08:01:14.009Z | Checking futures-channel v0.3.30 |
703 | 2024-11-26T08:01:14.095Z | Compiling serde_derive v1.0.215 |
704 | 2024-11-26T08:01:14.211Z | Compiling zerocopy-derive v0.7.35 |
705 | 2024-11-26T08:01:14.252Z | Compiling tokio-macros v2.4.0 |
706 | 2024-11-26T08:01:14.269Z | Compiling thiserror-impl v1.0.64 |
707 | 2024-11-26T08:01:14.395Z | Compiling schemars_derive v0.8.21 |
708 | 2024-11-26T08:01:15.808Z | Compiling futures-macro v0.3.30 |
709 | 2024-11-26T08:01:16.290Z | Compiling zerocopy v0.7.35 |
710 | 2024-11-26T08:01:16.422Z | Compiling tracing-attributes v0.1.27 |
711 | 2024-11-26T08:01:17.216Z | Compiling openssl-macros v0.1.1 |
712 | 2024-11-26T08:01:18.011Z | Compiling scroll_derive v0.12.0 |
713 | 2024-11-26T08:01:18.356Z | Compiling hashbrown v0.14.5 |
714 | 2024-11-26T08:01:18.857Z | Compiling pest v2.7.13 |
715 | 2024-11-26T08:01:19.232Z | Compiling darling_macro v0.20.10 |
716 | 2024-11-26T08:01:19.506Z | Compiling scroll v0.12.0 |
717 | 2024-11-26T08:01:19.814Z | Compiling regress v0.10.1 |
718 | 2024-11-26T08:01:19.833Z | Compiling async-trait v0.1.83 |
719 | 2024-11-26T08:01:20.046Z | Compiling goblin v0.8.2 |
720 | 2024-11-26T08:01:20.219Z | Compiling darling v0.20.10 |
721 | 2024-11-26T08:01:20.338Z | Compiling serde_with_macros v3.9.0 |
722 | 2024-11-26T08:01:20.648Z | Compiling strum_macros v0.26.4 |
723 | 2024-11-26T08:01:22.247Z | Compiling pest_meta v2.7.13 |
724 | 2024-11-26T08:01:23.027Z | Compiling async-stream-impl v0.3.5 |
725 | 2024-11-26T08:01:24.413Z | Compiling pest_generator v2.7.13 |
726 | 2024-11-26T08:01:25.212Z | Compiling structmeta-derive v0.3.0 |
727 | 2024-11-26T08:01:25.360Z | Checking tracing-core v0.1.32 |
728 | 2024-11-26T08:01:26.134Z | Compiling rustix v0.38.37 |
729 | 2024-11-26T08:01:26.243Z | Checking futures-task v0.3.30 |
730 | 2024-11-26T08:01:26.421Z | Compiling pest_derive v2.7.13 |
731 | 2024-11-26T08:01:26.476Z | Checking pin-utils v0.1.0 |
732 | 2024-11-26T08:01:26.558Z | Checking futures-io v0.3.30 |
733 | 2024-11-26T08:01:26.730Z | Checking futures-util v0.3.30 |
734 | 2024-11-26T08:01:26.958Z | Checking bytes v1.7.2 |
735 | 2024-11-26T08:01:26.978Z | Checking smallvec v1.13.2 |
736 | 2024-11-26T08:01:27.820Z | Compiling indexmap v2.5.0 |
737 | 2024-11-26T08:01:27.840Z | Compiling serde_tokenstream v0.2.2 |
738 | 2024-11-26T08:01:27.859Z | Compiling chrono v0.4.38 |
739 | 2024-11-26T08:01:28.404Z | Compiling uuid v1.11.0 |
740 | 2024-11-26T08:01:28.946Z | Compiling http v1.1.0 |
741 | 2024-11-26T08:01:29.205Z | Checking parking_lot v0.12.3 |
742 | 2024-11-26T08:01:29.316Z | Compiling serde_yaml v0.9.34+deprecated |
743 | 2024-11-26T08:01:29.367Z | Compiling toml_datetime v0.6.8 |
744 | 2024-11-26T08:01:29.573Z | Compiling openapiv3 v2.0.0 |
745 | 2024-11-26T08:01:29.819Z | Checking tokio v1.40.0 |
746 | 2024-11-26T08:01:31.236Z | Compiling dof v0.3.0 |
747 | 2024-11-26T08:01:31.371Z | Compiling dtrace-parser v0.2.0 |
748 | 2024-11-26T08:01:32.417Z | Compiling typify-impl v0.2.0 |
749 | 2024-11-26T08:01:33.178Z | Compiling structmeta v0.3.0 |
750 | 2024-11-26T08:01:33.396Z | Compiling usdt-attr-macro v0.5.0 |
751 | 2024-11-26T08:01:33.575Z | Compiling usdt-macro v0.5.0 |
752 | 2024-11-26T08:01:33.967Z | Checking tracing v0.1.40 |
753 | 2024-11-26T08:01:34.287Z | Compiling dropshot v0.12.0 |
754 | 2024-11-26T08:01:35.061Z | Compiling parse-display-derive v0.10.0 |
755 | 2024-11-26T08:01:35.129Z | Compiling dropshot_endpoint v0.12.0 |
756 | 2024-11-26T08:01:35.147Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
757 | 2024-11-26T08:01:36.874Z | Checking bitflags v2.6.0 |
758 | 2024-11-26T08:01:37.192Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
759 | 2024-11-26T08:01:37.286Z | Checking spin v0.9.8 |
760 | 2024-11-26T08:01:37.632Z | Checking untrusted v0.9.0 |
761 | 2024-11-26T08:01:37.655Z | Compiling heapless v0.8.0 |
762 | 2024-11-26T08:01:37.782Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
763 | 2024-11-26T08:01:38.012Z | Compiling winnow v0.5.40 |
764 | 2024-11-26T08:01:39.400Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
765 | 2024-11-26T08:01:39.680Z | Compiling smoltcp v0.11.0 |
766 | 2024-11-26T08:01:40.043Z | Checking tokio-util v0.7.12 |
767 | 2024-11-26T08:01:40.338Z | Compiling foreign-types-macros v0.2.3 |
768 | 2024-11-26T08:01:41.324Z | Checking try-lock v0.2.5 |
769 | 2024-11-26T08:01:41.454Z | Checking want v0.3.1 |
770 | 2024-11-26T08:01:41.472Z | Compiling toml_edit v0.19.15 |
771 | 2024-11-26T08:01:41.621Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
772 | 2024-11-26T08:01:42.346Z | Checking httpdate v1.0.3 |
773 | 2024-11-26T08:01:42.432Z | Checking subtle v2.6.1 |
774 | 2024-11-26T08:01:42.505Z | Compiling clap_derive v4.5.18 |
775 | 2024-11-26T08:01:42.667Z | Checking tinyvec_macros v0.1.1 |
776 | 2024-11-26T08:01:42.754Z | Checking tower-service v0.3.3 |
777 | 2024-11-26T08:01:42.817Z | Compiling heck v0.4.1 |
778 | 2024-11-26T08:01:43.241Z | Checking tinyvec v1.8.0 |
779 | 2024-11-26T08:01:44.611Z | Compiling proc-macro-crate v1.3.1 |
780 | 2024-11-26T08:01:45.291Z | Checking foreign-types-shared v0.1.1 |
781 | 2024-11-26T08:01:45.521Z | Checking percent-encoding v2.3.1 |
782 | 2024-11-26T08:01:45.746Z | Checking form_urlencoded v1.2.1 |
783 | 2024-11-26T08:01:45.938Z | Checking foreign-types v0.3.2 |
784 | 2024-11-26T08:01:45.972Z | Checking unicode-normalization v0.1.24 |
785 | 2024-11-26T08:01:46.139Z | Compiling typify-macro v0.2.0 |
786 | 2024-11-26T08:01:46.900Z | Compiling proc-macro-error-attr v1.0.4 |
787 | 2024-11-26T08:01:47.094Z | Compiling rustls-pki-types v1.8.0 |
788 | 2024-11-26T08:01:47.578Z | Compiling num_enum_derive v0.5.11 |
789 | 2024-11-26T08:01:47.614Z | Checking unicode-bidi v0.3.15 |
790 | 2024-11-26T08:01:48.248Z | Compiling proc-macro-error v1.0.4 |
791 | 2024-11-26T08:01:48.575Z | Checking openssl-probe v0.1.5 |
792 | 2024-11-26T08:01:49.086Z | Checking idna v0.5.0 |
793 | 2024-11-26T08:01:50.012Z | Checking atomic-waker v1.1.2 |
794 | 2024-11-26T08:01:50.046Z | Compiling typify v0.2.0 |
795 | 2024-11-26T08:01:50.177Z | Compiling progenitor-impl v0.8.0 |
796 | 2024-11-26T08:01:50.301Z | Checking url v2.5.2 |
797 | 2024-11-26T08:01:50.966Z | Compiling rustls-webpki v0.102.8 |
798 | 2024-11-26T08:01:51.526Z | Checking http-body v1.0.1 |
799 | 2024-11-26T08:01:52.783Z | Checking encoding_rs v0.8.34 |
800 | 2024-11-26T08:01:52.803Z | Checking mime v0.3.17 |
801 | 2024-11-26T08:01:52.945Z | Checking ipnet v2.10.0 |
802 | 2024-11-26T08:01:52.965Z | Compiling zeroize v1.8.1 |
803 | 2024-11-26T08:01:53.531Z | Checking tokio-native-tls v0.3.1 |
804 | 2024-11-26T08:01:53.604Z | Compiling h2 v0.4.6 |
805 | 2024-11-26T08:01:53.811Z | Checking serde_urlencoded v0.7.1 |
806 | 2024-11-26T08:01:55.617Z | Checking ipnetwork v0.20.0 |
807 | 2024-11-26T08:01:56.213Z | Checking rand_core v0.6.4 |
808 | 2024-11-26T08:01:56.806Z | Compiling progenitor-macro v0.8.0 |
809 | 2024-11-26T08:01:57.890Z | Compiling serde_spanned v0.6.7 |
810 | 2024-11-26T08:01:57.957Z | Checking hyper v1.5.1 |
811 | 2024-11-26T08:01:58.943Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
812 | 2024-11-26T08:01:59.212Z | Compiling winnow v0.6.18 |
813 | 2024-11-26T08:01:59.811Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
814 | 2024-11-26T08:02:00.077Z | Checking hyper-util v0.1.10 |
815 | 2024-11-26T08:02:02.316Z | Compiling http-body-util v0.1.2 |
816 | 2024-11-26T08:02:02.837Z | Compiling toml_edit v0.22.21 |
817 | 2024-11-26T08:02:04.851Z | Checking ppv-lite86 v0.2.20 |
818 | 2024-11-26T08:02:05.642Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
819 | 2024-11-26T08:02:06.617Z | Checking base64 v0.22.1 |
820 | 2024-11-26T08:02:07.702Z | Compiling powerfmt v0.2.0 |
821 | 2024-11-26T08:02:08.060Z | Compiling deranged v0.3.11 |
822 | 2024-11-26T08:02:08.094Z | Compiling rustls-pemfile v2.1.3 |
823 | 2024-11-26T08:02:08.363Z | Compiling tokio-rustls v0.26.0 |
824 | 2024-11-26T08:02:09.448Z | Checking rand_chacha v0.3.1 |
825 | 2024-11-26T08:02:09.809Z | Checking webpki-roots v0.26.6 |
826 | 2024-11-26T08:02:10.315Z | Compiling num_threads v0.1.7 |
827 | 2024-11-26T08:02:10.414Z | Compiling crucible-workspace-hack v0.1.0 |
828 | 2024-11-26T08:02:10.445Z | Compiling time v0.3.36 |
829 | 2024-11-26T08:02:10.497Z | Compiling hyper-rustls v0.27.3 |
830 | 2024-11-26T08:02:10.625Z | Checking rand v0.8.5 |
831 | 2024-11-26T08:02:10.651Z | Compiling hyper-tls v0.6.0 |
832 | 2024-11-26T08:02:11.008Z | Compiling sync_wrapper v1.0.1 |
833 | 2024-11-26T08:02:11.160Z | Compiling dirs-sys-next v0.1.2 |
834 | 2024-11-26T08:02:11.198Z | Compiling prettyplease v0.2.22 |
835 | 2024-11-26T08:02:11.676Z | Compiling reqwest v0.12.9 |
836 | 2024-11-26T08:02:11.731Z | Compiling dirs-next v2.0.0 |
837 | 2024-11-26T08:02:12.388Z | Compiling crypto-common v0.1.6 |
838 | 2024-11-26T08:02:12.575Z | Compiling block-buffer v0.10.4 |
839 | 2024-11-26T08:02:13.197Z | Compiling thread_local v1.1.8 |
840 | 2024-11-26T08:02:13.399Z | Compiling match_cfg v0.1.0 |
841 | 2024-11-26T08:02:13.493Z | Compiling hostname v0.3.1 |
842 | 2024-11-26T08:02:13.726Z | Compiling crossbeam-channel v0.5.13 |
843 | 2024-11-26T08:02:13.821Z | Compiling digest v0.10.7 |
844 | 2024-11-26T08:02:14.160Z | Compiling progenitor-client v0.8.0 |
845 | 2024-11-26T08:02:14.183Z | Compiling slog-json v2.6.1 |
846 | 2024-11-26T08:02:14.546Z | Compiling term v0.7.0 |
847 | 2024-11-26T08:02:14.724Z | Compiling futures-executor v0.3.30 |
848 | 2024-11-26T08:02:14.782Z | Compiling zone_cfg_derive v0.3.0 |
849 | 2024-11-26T08:02:15.179Z | Compiling num-derive v0.4.2 |
850 | 2024-11-26T08:02:15.352Z | Compiling num-integer v0.1.46 |
851 | 2024-11-26T08:02:16.089Z | Compiling is-terminal v0.4.13 |
852 | 2024-11-26T08:02:16.202Z | Compiling memmap v0.7.0 |
853 | 2024-11-26T08:02:16.240Z | Compiling errno v0.3.9 |
854 | 2024-11-26T08:02:16.446Z | Compiling cpufeatures v0.2.14 |
855 | 2024-11-26T08:02:16.517Z | Compiling utf8parse v0.2.2 |
856 | 2024-11-26T08:02:16.933Z | Compiling take_mut v0.2.2 |
857 | 2024-11-26T08:02:17.575Z | Compiling anstyle-parse v0.2.5 |
858 | 2024-11-26T08:02:17.889Z | Compiling sha1 v0.10.6 |
859 | 2024-11-26T08:02:18.270Z | Compiling usdt v0.5.0 |
860 | 2024-11-26T08:02:18.431Z | Compiling slog-term v2.9.1 |
861 | 2024-11-26T08:02:19.215Z | Compiling tokio-rustls v0.25.0 |
862 | 2024-11-26T08:02:19.563Z | Compiling futures v0.3.30 |
863 | 2024-11-26T08:02:19.620Z | Compiling progenitor v0.8.0 |
864 | 2024-11-26T08:02:19.676Z | Compiling slog-bunyan v2.5.0 |
865 | 2024-11-26T08:02:20.207Z | Compiling toml v0.8.19 |
866 | 2024-11-26T08:02:20.635Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
867 | 2024-11-26T08:02:20.707Z | Compiling waitgroup v0.1.2 |
868 | 2024-11-26T08:02:20.988Z | Compiling async-stream v0.3.5 |
869 | 2024-11-26T08:02:21.244Z | Compiling newtype-uuid v1.1.0 |
870 | 2024-11-26T08:02:21.539Z | Compiling serde_path_to_error v0.1.16 |
871 | 2024-11-26T08:02:21.707Z | Compiling hex v0.4.3 |
872 | 2024-11-26T08:02:22.392Z | Compiling hostname v0.4.0 |
873 | 2024-11-26T08:02:22.492Z | Compiling instant v0.1.13 |
874 | 2024-11-26T08:02:22.635Z | Compiling is_terminal_polyfill v1.70.1 |
875 | 2024-11-26T08:02:22.758Z | Compiling debug-ignore v1.0.5 |
876 | 2024-11-26T08:02:22.902Z | Compiling anstyle-query v1.1.1 |
877 | 2024-11-26T08:02:22.998Z | Compiling anstyle v1.0.10 |
878 | 2024-11-26T08:02:23.053Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
879 | 2024-11-26T08:02:23.078Z | Compiling semver v0.1.20 |
880 | 2024-11-26T08:02:23.259Z | Compiling colorchoice v1.0.2 |
881 | 2024-11-26T08:02:23.435Z | Compiling anstream v0.6.15 |
882 | 2024-11-26T08:02:23.557Z | Compiling rustc_version v0.1.7 |
883 | 2024-11-26T08:02:23.961Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
884 | 2024-11-26T08:02:24.125Z | Compiling backoff v0.4.0 |
885 | 2024-11-26T08:02:24.411Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
886 | 2024-11-26T08:02:24.570Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
887 | 2024-11-26T08:02:24.647Z | Compiling terminal_size v0.4.0 |
888 | 2024-11-26T08:02:24.818Z | Compiling num-iter v0.1.45 |
889 | 2024-11-26T08:02:24.837Z | Compiling num-rational v0.4.2 |
890 | 2024-11-26T08:02:24.891Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
891 | 2024-11-26T08:02:24.990Z | Compiling parse-display v0.10.0 |
892 | 2024-11-26T08:02:25.060Z | Compiling macaddr v1.0.1 |
893 | 2024-11-26T08:02:25.109Z | Compiling serde_with v3.9.0 |
894 | 2024-11-26T08:02:25.471Z | Compiling strum v0.26.3 |
895 | 2024-11-26T08:02:25.540Z | Compiling hubpack_derive v0.1.1 |
896 | 2024-11-26T08:02:25.648Z | Compiling regress v0.9.1 |
897 | 2024-11-26T08:02:26.116Z | Compiling zerocopy-derive v0.6.6 |
898 | 2024-11-26T08:02:26.796Z | Compiling num-complex v0.4.6 |
899 | 2024-11-26T08:02:26.853Z | Checking lazy_static v1.5.0 |
900 | 2024-11-26T08:02:26.982Z | Compiling clap_lex v0.7.2 |
901 | 2024-11-26T08:02:27.423Z | Compiling clap_builder v4.5.21 |
902 | 2024-11-26T08:02:27.838Z | Compiling num v0.4.3 |
903 | 2024-11-26T08:02:27.935Z | Compiling newtype_derive v0.1.6 |
904 | 2024-11-26T08:02:28.265Z | Compiling float-ord v0.3.2 |
905 | 2024-11-26T08:02:28.386Z | Compiling owo-colors v4.1.0 |
906 | 2024-11-26T08:02:28.436Z | Compiling cancel-safe-futures v0.1.5 |
907 | 2024-11-26T08:02:29.565Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
908 | 2024-11-26T08:02:30.160Z | Compiling strum_macros v0.25.3 |
909 | 2024-11-26T08:02:31.298Z | Compiling clap v4.5.21 |
910 | 2024-11-26T08:02:31.914Z | Compiling serde_repr v0.1.19 |
911 | 2024-11-26T08:02:34.128Z | Compiling cookie v0.18.1 |
912 | 2024-11-26T08:02:34.350Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
913 | 2024-11-26T08:02:34.577Z | Compiling convert_case v0.4.0 |
914 | 2024-11-26T08:02:34.971Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
915 | 2024-11-26T08:02:35.354Z | Compiling derive_more v0.99.18 |
916 | 2024-11-26T08:02:35.401Z | Compiling enum-as-inner v0.6.1 |
917 | 2024-11-26T08:02:35.403Z | Compiling derive-where v1.2.7 |
918 | 2024-11-26T08:02:35.733Z | Checking unicode-width v0.1.14 |
919 | 2024-11-26T08:02:40.824Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
920 | 2024-11-26T08:02:42.848Z | Checking hash32 v0.3.1 |
921 | 2024-11-26T08:02:43.072Z | Compiling slog-dtrace v0.3.0 |
922 | 2024-11-26T08:02:43.114Z | Checking stable_deref_trait v1.2.0 |
923 | 2024-11-26T08:02:43.937Z | Compiling num-derive v0.3.3 |
924 | 2024-11-26T08:02:44.465Z | Compiling parking_lot_core v0.8.6 |
925 | 2024-11-26T08:02:44.648Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
926 | 2024-11-26T08:02:44.902Z | Checking cobs v0.2.3 |
927 | 2024-11-26T08:02:45.081Z | Checking managed v0.8.0 |
928 | 2024-11-26T08:02:45.656Z | Checking foreign-types-shared v0.3.1 |
929 | 2024-11-26T08:02:46.068Z | Checking either v1.13.0 |
930 | 2024-11-26T08:02:46.089Z | Checking bitflags v1.3.2 |
931 | 2024-11-26T08:02:47.377Z | Checking foreign-types v0.5.0 |
932 | 2024-11-26T08:02:47.482Z | Checking postcard v1.0.10 |
933 | 2024-11-26T08:02:48.209Z | Checking num_enum v0.5.11 |
934 | 2024-11-26T08:02:48.616Z | Checking cstr-argument v0.1.2 |
935 | 2024-11-26T08:02:48.679Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
936 | 2024-11-26T08:02:48.799Z | Checking pretty-hex v0.2.1 |
937 | 2024-11-26T08:02:49.094Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
938 | 2024-11-26T08:02:49.362Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
939 | 2024-11-26T08:02:49.556Z | Checking colored v2.1.0 |
940 | 2024-11-26T08:02:49.796Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
941 | 2024-11-26T08:02:50.301Z | Checking tabwriter v1.4.0 |
942 | 2024-11-26T08:02:54.381Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
943 | 2024-11-26T08:02:54.454Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
944 | 2024-11-26T08:02:54.456Z | Checking fastrand v2.1.1 |
945 | 2024-11-26T08:02:54.604Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
946 | 2024-11-26T08:02:54.759Z | Checking tempfile v3.12.0 |
947 | 2024-11-26T08:02:56.668Z | Checking unicode-segmentation v1.12.0 |
948 | 2024-11-26T08:02:57.364Z | Checking newline-converter v0.3.0 |
949 | 2024-11-26T08:02:57.771Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
950 | 2024-11-26T08:02:57.821Z | Checking camino-tempfile v1.1.1 |
951 | 2024-11-26T08:02:58.078Z | Checking itertools v0.10.5 |
952 | 2024-11-26T08:02:58.404Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
953 | 2024-11-26T08:02:58.508Z | Checking console v0.15.8 |
954 | 2024-11-26T08:02:58.720Z | Checking sigpipe v0.1.3 |
955 | 2024-11-26T08:02:58.763Z | Checking base64ct v1.6.0 |
956 | 2024-11-26T08:02:58.827Z | Checking similar v2.6.0 |
957 | 2024-11-26T08:02:59.054Z | Checking static_assertions v1.1.0 |
958 | 2024-11-26T08:02:59.143Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
959 | 2024-11-26T08:02:59.210Z | Checking password-hash v0.5.0 |
960 | 2024-11-26T08:02:59.370Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
961 | 2024-11-26T08:02:59.527Z | Checking expectorate v1.1.0 |
962 | 2024-11-26T08:02:59.570Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
963 | 2024-11-26T08:02:59.612Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
964 | 2024-11-26T08:02:59.678Z | Checking blake2 v0.10.6 |
965 | 2024-11-26T08:02:59.857Z | Checking smf v0.2.3 |
966 | 2024-11-26T08:03:00.034Z | Checking fixedbitset v0.4.2 |
967 | 2024-11-26T08:03:00.082Z | Checking whoami v1.5.2 |
968 | 2024-11-26T08:03:00.312Z | Checking argon2 v0.5.3 |
969 | 2024-11-26T08:03:00.317Z | Checking petgraph v0.6.5 |
970 | 2024-11-26T08:03:00.382Z | Checking zerocopy v0.6.6 |
971 | 2024-11-26T08:03:00.400Z | Checking hubpack v0.1.2 |
972 | 2024-11-26T08:03:00.428Z | Checking zone v0.3.0 |
973 | 2024-11-26T08:03:00.926Z | Checking serde-big-array v0.5.1 |
974 | 2024-11-26T08:03:01.134Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
975 | 2024-11-26T08:03:01.153Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
976 | 2024-11-26T08:03:01.571Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
977 | 2024-11-26T08:03:01.916Z | Checking atomicwrites v0.4.4 |
978 | 2024-11-26T08:03:02.105Z | Checking itertools v0.13.0 |
979 | 2024-11-26T08:03:02.765Z | Checking idna v0.4.0 |
980 | 2024-11-26T08:03:02.940Z | Checking libsw v3.3.1 |
981 | 2024-11-26T08:03:03.658Z | Checking linked-hash-map v0.5.6 |
982 | 2024-11-26T08:03:03.797Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
983 | 2024-11-26T08:03:03.824Z | Checking swrite v0.1.0 |
984 | 2024-11-26T08:03:03.994Z | Checking quick-error v1.2.3 |
985 | 2024-11-26T08:03:04.133Z | Checking data-encoding v2.6.0 |
986 | 2024-11-26T08:03:04.156Z | Checking indent_write v2.2.0 |
987 | 2024-11-26T08:03:04.255Z | Checking highway v1.2.0 |
988 | 2024-11-26T08:03:04.453Z | Checking linear-map v1.2.0 |
989 | 2024-11-26T08:03:04.551Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
990 | 2024-11-26T08:03:04.649Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
991 | 2024-11-26T08:03:04.728Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
992 | 2024-11-26T08:03:04.767Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
993 | 2024-11-26T08:03:04.817Z | Checking hickory-proto v0.24.1 |
994 | 2024-11-26T08:03:06.094Z | Checking resolv-conf v0.7.0 |
995 | 2024-11-26T08:03:06.139Z | Checking lru-cache v0.1.2 |
996 | 2024-11-26T08:03:06.142Z | Checking steno v0.4.1 |
997 | 2024-11-26T08:03:06.319Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-26T08:03:06.546Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
999 | 2024-11-26T08:03:06.834Z | Checking humantime v2.1.0 |
1000 | 2024-11-26T08:03:08.468Z | Checking hickory-resolver v0.24.1 |
1001 | 2024-11-26T08:03:08.700Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1002 | 2024-11-26T08:03:09.695Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1003 | 2024-11-26T08:03:09.837Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1004 | 2024-11-26T08:03:10.365Z | Compiling rustls v0.21.12 |
1005 | 2024-11-26T08:03:10.590Z | Checking parking_lot v0.11.2 |
1006 | 2024-11-26T08:03:10.700Z | Checking crossbeam-epoch v0.9.18 |
1007 | 2024-11-26T08:03:11.089Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1008 | 2024-11-26T08:03:11.238Z | Checking fxhash v0.2.1 |
1009 | 2024-11-26T08:03:11.361Z | Checking crc32fast v1.4.2 |
1010 | 2024-11-26T08:03:11.392Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1011 | 2024-11-26T08:03:11.591Z | Checking sled v0.34.7 |
1012 | 2024-11-26T08:03:14.306Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1013 | 2024-11-26T08:03:16.939Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1014 | 2024-11-26T08:03:17.571Z | Compiling proc-macro-crate v3.2.0 |
1015 | 2024-11-26T08:03:18.346Z | Checking half v2.4.1 |
1016 | 2024-11-26T08:03:18.415Z | Compiling smartstring v1.0.1 |
1017 | 2024-11-26T08:03:18.532Z | Checking ciborium-io v0.2.2 |
1018 | 2024-11-26T08:03:18.755Z | Compiling num_enum_derive v0.7.3 |
1019 | 2024-11-26T08:03:18.829Z | Checking ciborium-ll v0.2.2 |
1020 | 2024-11-26T08:03:19.220Z | Checking http v0.2.12 |
1021 | 2024-11-26T08:03:20.577Z | Checking ciborium v0.2.2 |
1022 | 2024-11-26T08:03:20.826Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1023 | 2024-11-26T08:03:21.096Z | Compiling rhai_codegen v2.2.0 |
1024 | 2024-11-26T08:03:21.245Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1025 | 2024-11-26T08:03:21.400Z | Checking crc8 v0.1.1 |
1026 | 2024-11-26T08:03:21.532Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1027 | 2024-11-26T08:03:21.582Z | Checking http-body v0.4.6 |
1028 | 2024-11-26T08:03:21.974Z | Checking h2 v0.3.26 |
1029 | 2024-11-26T08:03:22.801Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1030 | 2024-11-26T08:03:23.197Z | Checking rustls-webpki v0.101.7 |
1031 | 2024-11-26T08:03:23.970Z | Checking sct v0.7.1 |
1032 | 2024-11-26T08:03:26.286Z | Checking hyper v0.14.30 |
1033 | 2024-11-26T08:03:27.013Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1034 | 2024-11-26T08:03:29.890Z | Checking arc-swap v1.7.1 |
1035 | 2024-11-26T08:03:30.337Z | Checking slog-scope v4.4.0 |
1036 | 2024-11-26T08:03:30.428Z | Checking tokio-rustls v0.24.1 |
1037 | 2024-11-26T08:03:30.540Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1038 | 2024-11-26T08:03:31.149Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1039 | 2024-11-26T08:03:31.169Z | Checking num_enum v0.7.3 |
1040 | 2024-11-26T08:03:31.323Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1041 | 2024-11-26T08:03:32.119Z | Checking base64 v0.21.7 |
1042 | 2024-11-26T08:03:32.607Z | Checking spin v0.5.2 |
1043 | 2024-11-26T08:03:32.708Z | Checking rustls-pemfile v1.0.4 |
1044 | 2024-11-26T08:03:32.790Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1045 | 2024-11-26T08:03:32.812Z | Checking no-std-compat v0.4.1 |
1046 | 2024-11-26T08:03:32.901Z | Checking hyper-rustls v0.24.2 |
1047 | 2024-11-26T08:03:32.959Z | Checking slog-stdlog v4.1.1 |
1048 | 2024-11-26T08:03:33.192Z | Checking hyper-tls v0.5.0 |
1049 | 2024-11-26T08:03:33.476Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1050 | 2024-11-26T08:03:34.696Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1051 | 2024-11-26T08:03:34.916Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1052 | 2024-11-26T08:03:35.055Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1053 | 2024-11-26T08:03:35.090Z | Checking thin-vec v0.2.13 |
1054 | 2024-11-26T08:03:35.304Z | Checking sync_wrapper v0.1.2 |
1055 | 2024-11-26T08:03:35.429Z | Checking yansi v1.0.1 |
1056 | 2024-11-26T08:03:35.699Z | Checking diff v0.1.13 |
1057 | 2024-11-26T08:03:35.913Z | Checking webpki-roots v0.25.4 |
1058 | 2024-11-26T08:03:35.970Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1059 | 2024-11-26T08:03:36.211Z | Checking minimal-lexical v0.2.1 |
1060 | 2024-11-26T08:03:36.289Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1061 | 2024-11-26T08:03:36.345Z | Checking reqwest v0.11.27 |
1062 | 2024-11-26T08:03:36.576Z | Checking nom v7.1.3 |
1063 | 2024-11-26T08:03:36.595Z | Checking pretty_assertions v1.4.1 |
1064 | 2024-11-26T08:03:36.788Z | Checking rhai v1.20.0 |
1065 | 2024-11-26T08:03:37.272Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1066 | 2024-11-26T08:03:37.610Z | Checking slog-envlogger v2.2.0 |
1067 | 2024-11-26T08:03:38.785Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1068 | 2024-11-26T08:03:39.845Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1069 | 2024-11-26T08:03:41.469Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1070 | 2024-11-26T08:03:41.625Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1071 | 2024-11-26T08:03:42.793Z | Checking itertools v0.12.1 |
1072 | 2024-11-26T08:03:44.022Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1073 | 2024-11-26T08:03:45.550Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1074 | 2024-11-26T08:03:45.577Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1075 | 2024-11-26T08:03:45.609Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1076 | 2024-11-26T08:03:46.266Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1077 | 2024-11-26T08:03:46.923Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1078 | 2024-11-26T08:03:48.246Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1079 | 2024-11-26T08:03:54.633Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1080 | 2024-11-26T08:03:54.674Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1081 | 2024-11-26T08:03:54.968Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1082 | 2024-11-26T08:03:56.125Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1083 | 2024-11-26T08:03:56.328Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1084 | 2024-11-26T08:04:02.121Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1085 | 2024-11-26T08:04:02.121Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1086 | 2024-11-26T08:04:09.599Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 32s |
1087 | 2024-11-26T08:04:09.924Z | + banner build |
1088 | 2024-11-26T08:04:09.928Z | |
1089 | 2024-11-26T08:04:09.928Z | ##### # # # # ##### |
1090 | 2024-11-26T08:04:09.928Z | # # # # # # # # |
1091 | 2024-11-26T08:04:09.928Z | ##### # # # # # # |
1092 | 2024-11-26T08:04:09.928Z | # # # # # # # # |
1093 | 2024-11-26T08:04:09.928Z | # # # # # # # # |
1094 | 2024-11-26T08:04:09.928Z | ##### #### # ###### ##### |
1095 | 2024-11-26T08:04:09.928Z | |
1096 | 2024-11-26T08:04:09.928Z | + ptime -m cargo build |
1097 | 2024-11-26T08:04:10.699Z | Compiling cfg-if v1.0.0 |
1098 | 2024-11-26T08:04:10.701Z | Compiling memchr v2.7.4 |
1099 | 2024-11-26T08:04:10.727Z | Compiling libc v0.2.165 |
1100 | 2024-11-26T08:04:10.730Z | Compiling byteorder v1.5.0 |
1101 | 2024-11-26T08:04:10.742Z | Compiling itoa v1.0.11 |
1102 | 2024-11-26T08:04:10.753Z | Compiling serde v1.0.215 |
1103 | 2024-11-26T08:04:10.763Z | Compiling portable-atomic v1.8.0 |
1104 | 2024-11-26T08:04:10.774Z | Compiling pin-project-lite v0.2.14 |
1105 | 2024-11-26T08:04:10.787Z | Compiling ryu v1.0.18 |
1106 | 2024-11-26T08:04:10.888Z | Compiling libm v0.2.8 |
1107 | 2024-11-26T08:04:10.927Z | Compiling scopeguard v1.2.0 |
1108 | 2024-11-26T08:04:11.071Z | Compiling lock_api v0.4.12 |
1109 | 2024-11-26T08:04:11.143Z | Compiling zerocopy v0.7.35 |
1110 | 2024-11-26T08:04:11.194Z | Compiling const-random v0.1.18 |
1111 | 2024-11-26T08:04:11.290Z | Compiling allocator-api2 v0.2.18 |
1112 | 2024-11-26T08:04:11.520Z | Compiling once_cell v1.20.2 |
1113 | 2024-11-26T08:04:11.546Z | Compiling log v0.4.22 |
1114 | 2024-11-26T08:04:11.942Z | Compiling num-traits v0.2.19 |
1115 | 2024-11-26T08:04:11.976Z | Compiling futures-core v0.3.30 |
1116 | 2024-11-26T08:04:12.079Z | Compiling getrandom v0.2.15 |
1117 | 2024-11-26T08:04:12.223Z | Compiling socket2 v0.5.7 |
1118 | 2024-11-26T08:04:12.272Z | Compiling mio v1.0.2 |
1119 | 2024-11-26T08:04:12.360Z | Compiling signal-hook-registry v1.4.2 |
1120 | 2024-11-26T08:04:12.391Z | Compiling iana-time-zone v0.1.61 |
1121 | 2024-11-26T08:04:12.492Z | Compiling thiserror v1.0.64 |
1122 | 2024-11-26T08:04:12.624Z | Compiling ahash v0.8.11 |
1123 | 2024-11-26T08:04:12.751Z | Compiling futures-sink v0.3.30 |
1124 | 2024-11-26T08:04:12.900Z | Compiling dyn-clone v1.0.17 |
1125 | 2024-11-26T08:04:12.934Z | Compiling slab v0.4.9 |
1126 | 2024-11-26T08:04:13.118Z | Compiling futures-channel v0.3.30 |
1127 | 2024-11-26T08:04:13.219Z | Compiling hashbrown v0.14.5 |
1128 | 2024-11-26T08:04:13.255Z | Compiling tracing-core v0.1.32 |
1129 | 2024-11-26T08:04:13.274Z | Compiling futures-io v0.3.30 |
1130 | 2024-11-26T08:04:13.324Z | Compiling equivalent v1.0.1 |
1131 | 2024-11-26T08:04:13.432Z | Compiling pin-utils v0.1.0 |
1132 | 2024-11-26T08:04:13.520Z | Compiling futures-task v0.3.30 |
1133 | 2024-11-26T08:04:13.534Z | Compiling fnv v1.0.7 |
1134 | 2024-11-26T08:04:13.567Z | Compiling bitflags v2.6.0 |
1135 | 2024-11-26T08:04:13.625Z | Compiling spin v0.9.8 |
1136 | 2024-11-26T08:04:13.651Z | Compiling untrusted v0.9.0 |
1137 | 2024-11-26T08:04:13.834Z | Compiling futures-util v0.3.30 |
1138 | 2024-11-26T08:04:13.846Z | Compiling ring v0.17.8 |
1139 | 2024-11-26T08:04:13.883Z | Compiling httparse v1.9.4 |
1140 | 2024-11-26T08:04:14.036Z | Compiling tracing v0.1.40 |
1141 | 2024-11-26T08:04:14.055Z | Compiling try-lock v0.2.5 |
1142 | 2024-11-26T08:04:14.198Z | Compiling unicode-ident v1.0.13 |
1143 | 2024-11-26T08:04:14.383Z | Compiling proc-macro2 v1.0.86 |
1144 | 2024-11-26T08:04:14.459Z | Compiling want v0.3.1 |
1145 | 2024-11-26T08:04:14.650Z | Compiling httpdate v1.0.3 |
1146 | 2024-11-26T08:04:14.690Z | Compiling subtle v2.6.1 |
1147 | 2024-11-26T08:04:14.727Z | Compiling tower-service v0.3.3 |
1148 | 2024-11-26T08:04:14.797Z | Compiling tinyvec_macros v0.1.1 |
1149 | 2024-11-26T08:04:14.851Z | Compiling slog v2.7.0 |
1150 | 2024-11-26T08:04:14.881Z | Compiling tinyvec v1.8.0 |
1151 | 2024-11-26T08:04:14.922Z | Compiling foreign-types-shared v0.1.1 |
1152 | 2024-11-26T08:04:15.022Z | Compiling percent-encoding v2.3.1 |
1153 | 2024-11-26T08:04:15.187Z | Compiling quote v1.0.37 |
1154 | 2024-11-26T08:04:15.413Z | Compiling form_urlencoded v1.2.1 |
1155 | 2024-11-26T08:04:15.727Z | Compiling syn v2.0.87 |
1156 | 2024-11-26T08:04:15.763Z | Compiling foreign-types v0.3.2 |
1157 | 2024-11-26T08:04:15.853Z | Compiling openssl-sys v0.9.103 |
1158 | 2024-11-26T08:04:15.950Z | Compiling rustls-pki-types v1.8.0 |
1159 | 2024-11-26T08:04:16.336Z | Compiling unicode-normalization v0.1.24 |
1160 | 2024-11-26T08:04:16.356Z | Compiling unicode-bidi v0.3.15 |
1161 | 2024-11-26T08:04:16.849Z | Compiling bytes v1.7.2 |
1162 | 2024-11-26T08:04:17.102Z | Compiling smallvec v1.13.2 |
1163 | 2024-11-26T08:04:17.216Z | Compiling serde_json v1.0.133 |
1164 | 2024-11-26T08:04:17.453Z | Compiling uuid v1.11.0 |
1165 | 2024-11-26T08:04:17.558Z | Compiling parking_lot_core v0.9.10 |
1166 | 2024-11-26T08:04:17.927Z | Compiling parking_lot v0.12.3 |
1167 | 2024-11-26T08:04:17.939Z | Compiling chrono v0.4.38 |
1168 | 2024-11-26T08:04:18.235Z | Compiling indexmap v2.5.0 |
1169 | 2024-11-26T08:04:18.251Z | Compiling http v1.1.0 |
1170 | 2024-11-26T08:04:18.366Z | Compiling tokio v1.40.0 |
1171 | 2024-11-26T08:04:18.857Z | Compiling openssl v0.10.66 |
1172 | 2024-11-26T08:04:19.846Z | Compiling openssl-probe v0.1.5 |
1173 | 2024-11-26T08:04:20.218Z | Compiling idna v0.5.0 |
1174 | 2024-11-26T08:04:20.230Z | Compiling atomic-waker v1.1.2 |
1175 | 2024-11-26T08:04:20.409Z | Compiling schemars v0.8.21 |
1176 | 2024-11-26T08:04:20.421Z | Compiling http-body v1.0.1 |
1177 | 2024-11-26T08:04:20.662Z | Compiling rustls-webpki v0.102.8 |
1178 | 2024-11-26T08:04:20.922Z | Compiling rand_core v0.6.4 |
1179 | 2024-11-26T08:04:21.394Z | Compiling url v2.5.2 |
1180 | 2024-11-26T08:04:22.029Z | Compiling aho-corasick v1.1.3 |
1181 | 2024-11-26T08:04:22.073Z | Compiling encoding_rs v0.8.34 |
1182 | 2024-11-26T08:04:22.896Z | Compiling zeroize v1.8.1 |
1183 | 2024-11-26T08:04:23.247Z | Compiling regex-syntax v0.8.4 |
1184 | 2024-11-26T08:04:23.404Z | Compiling ipnet v2.10.0 |
1185 | 2024-11-26T08:04:24.392Z | Compiling mime v0.3.17 |
1186 | 2024-11-26T08:04:24.833Z | Compiling native-tls v0.2.12 |
1187 | 2024-11-26T08:04:25.085Z | Compiling ipnetwork v0.20.0 |
1188 | 2024-11-26T08:04:25.500Z | Compiling serde_urlencoded v0.7.1 |
1189 | 2024-11-26T08:04:26.051Z | Compiling semver v1.0.23 |
1190 | 2024-11-26T08:04:26.109Z | Compiling regress v0.10.1 |
1191 | 2024-11-26T08:04:27.164Z | Compiling regex-automata v0.4.7 |
1192 | 2024-11-26T08:04:27.169Z | Compiling tokio-util v0.7.12 |
1193 | 2024-11-26T08:04:27.698Z | Compiling tokio-native-tls v0.3.1 |
1194 | 2024-11-26T08:04:27.972Z | Compiling heck v0.5.0 |
1195 | 2024-11-26T08:04:28.014Z | Compiling h2 v0.4.6 |
1196 | 2024-11-26T08:04:28.422Z | Compiling anyhow v1.0.93 |
1197 | 2024-11-26T08:04:28.519Z | Compiling ppv-lite86 v0.2.20 |
1198 | 2024-11-26T08:04:29.298Z | Compiling rustls v0.23.13 |
1199 | 2024-11-26T08:04:29.413Z | Compiling rand_chacha v0.3.1 |
1200 | 2024-11-26T08:04:29.497Z | Compiling http-body-util v0.1.2 |
1201 | 2024-11-26T08:04:30.010Z | Compiling rand v0.8.5 |
1202 | 2024-11-26T08:04:30.458Z | Compiling openapiv3 v2.0.0 |
1203 | 2024-11-26T08:04:30.554Z | Compiling base64 v0.22.1 |
1204 | 2024-11-26T08:04:31.357Z | Compiling regex v1.10.6 |
1205 | 2024-11-26T08:04:31.412Z | Compiling rustls-pemfile v2.1.3 |
1206 | 2024-11-26T08:04:31.595Z | Compiling webpki-roots v0.26.6 |
1207 | 2024-11-26T08:04:31.813Z | Compiling sync_wrapper v1.0.1 |
1208 | 2024-11-26T08:04:31.921Z | Compiling winnow v0.6.18 |
1209 | 2024-11-26T08:04:31.961Z | Compiling powerfmt v0.2.0 |
1210 | 2024-11-26T08:04:32.362Z | Compiling deranged v0.3.11 |
1211 | 2024-11-26T08:04:32.486Z | Compiling typify-impl v0.2.0 |
1212 | 2024-11-26T08:04:34.474Z | Compiling hyper v1.5.1 |
1213 | 2024-11-26T08:04:34.945Z | Compiling typenum v1.17.0 |
1214 | 2024-11-26T08:04:35.843Z | Compiling tokio-rustls v0.26.0 |
1215 | 2024-11-26T08:04:35.918Z | Compiling time-core v0.1.2 |
1216 | 2024-11-26T08:04:36.006Z | Compiling num-conv v0.1.0 |
1217 | 2024-11-26T08:04:36.089Z | Compiling num_threads v0.1.7 |
1218 | 2024-11-26T08:04:36.213Z | Compiling typify v0.2.0 |
1219 | 2024-11-26T08:04:36.290Z | Compiling time v0.3.36 |
1220 | 2024-11-26T08:04:36.307Z | Compiling crossbeam-utils v0.8.20 |
1221 | 2024-11-26T08:04:36.346Z | Compiling generic-array v0.14.7 |
1222 | 2024-11-26T08:04:36.404Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1223 | 2024-11-26T08:04:36.836Z | Compiling hyper-util v0.1.10 |
1224 | 2024-11-26T08:04:37.210Z | Compiling lazy_static v1.5.0 |
1225 | 2024-11-26T08:04:37.341Z | Compiling progenitor-impl v0.8.0 |
1226 | 2024-11-26T08:04:37.650Z | Compiling dirs-sys-next v0.1.2 |
1227 | 2024-11-26T08:04:37.653Z | Compiling block-buffer v0.10.4 |
1228 | 2024-11-26T08:04:37.877Z | Compiling dirs-next v2.0.0 |
1229 | 2024-11-26T08:04:38.075Z | Compiling crypto-common v0.1.6 |
1230 | 2024-11-26T08:04:38.259Z | Compiling scroll v0.12.0 |
1231 | 2024-11-26T08:04:38.429Z | Compiling thread_local v1.1.8 |
1232 | 2024-11-26T08:04:38.838Z | Compiling hyper-rustls v0.27.3 |
1233 | 2024-11-26T08:04:38.857Z | Compiling hyper-tls v0.6.0 |
1234 | 2024-11-26T08:04:39.047Z | Compiling ucd-trie v0.1.6 |
1235 | 2024-11-26T08:04:39.297Z | Compiling reqwest v0.12.9 |
1236 | 2024-11-26T08:04:39.534Z | Compiling plain v0.2.3 |
1237 | 2024-11-26T08:04:39.677Z | Compiling goblin v0.8.2 |
1238 | 2024-11-26T08:04:39.688Z | Compiling pest v2.7.13 |
1239 | 2024-11-26T08:04:39.775Z | Compiling digest v0.10.7 |
1240 | 2024-11-26T08:04:40.185Z | Compiling term v0.7.0 |
1241 | 2024-11-26T08:04:41.895Z | Compiling progenitor-client v0.8.0 |
1242 | 2024-11-26T08:04:42.104Z | Compiling crossbeam-channel v0.5.13 |
1243 | 2024-11-26T08:04:42.378Z | Compiling progenitor v0.8.0 |
1244 | 2024-11-26T08:04:42.600Z | Compiling omicron-workspace-hack v0.1.0 |
1245 | 2024-11-26T08:04:42.702Z | Compiling is-terminal v0.4.13 |
1246 | 2024-11-26T08:04:42.794Z | Compiling take_mut v0.2.2 |
1247 | 2024-11-26T08:04:42.817Z | Compiling pretty-hex v0.4.1 |
1248 | 2024-11-26T08:04:42.953Z | Compiling match_cfg v0.1.0 |
1249 | 2024-11-26T08:04:43.019Z | Compiling hostname v0.3.1 |
1250 | 2024-11-26T08:04:43.037Z | Compiling slog-async v2.8.0 |
1251 | 2024-11-26T08:04:43.236Z | Compiling slog-term v2.9.1 |
1252 | 2024-11-26T08:04:43.303Z | Compiling dtrace-parser v0.2.0 |
1253 | 2024-11-26T08:04:43.785Z | Compiling futures-executor v0.3.30 |
1254 | 2024-11-26T08:04:44.380Z | Compiling thread-id v4.2.2 |
1255 | 2024-11-26T08:04:44.415Z | Compiling errno v0.3.9 |
1256 | 2024-11-26T08:04:44.452Z | Compiling instant v0.1.13 |
1257 | 2024-11-26T08:04:44.488Z | Compiling cpufeatures v0.2.14 |
1258 | 2024-11-26T08:04:44.583Z | Compiling unicode-width v0.1.14 |
1259 | 2024-11-26T08:04:44.594Z | Compiling rustix v0.38.37 |
1260 | 2024-11-26T08:04:44.638Z | Compiling futures v0.3.30 |
1261 | 2024-11-26T08:04:44.748Z | Compiling camino v1.1.9 |
1262 | 2024-11-26T08:04:45.084Z | Compiling toml_datetime v0.6.8 |
1263 | 2024-11-26T08:04:45.591Z | Compiling dof v0.3.0 |
1264 | 2024-11-26T08:04:45.642Z | Compiling serde_spanned v0.6.7 |
1265 | 2024-11-26T08:04:45.852Z | Compiling memmap v0.7.0 |
1266 | 2024-11-26T08:04:45.896Z | Compiling toml_edit v0.22.21 |
1267 | 2024-11-26T08:04:46.218Z | Compiling slog-json v2.6.1 |
1268 | 2024-11-26T08:04:46.535Z | Compiling usdt-impl v0.5.0 |
1269 | 2024-11-26T08:04:46.598Z | Compiling strum v0.26.3 |
1270 | 2024-11-26T08:04:46.780Z | Compiling serde_with v3.9.0 |
1271 | 2024-11-26T08:04:47.538Z | Compiling usdt v0.5.0 |
1272 | 2024-11-26T08:04:47.989Z | Compiling rustls v0.22.4 |
1273 | 2024-11-26T08:04:48.109Z | Compiling debug-ignore v1.0.5 |
1274 | 2024-11-26T08:04:48.255Z | Compiling slog-bunyan v2.5.0 |
1275 | 2024-11-26T08:04:48.313Z | Compiling sha1 v0.10.6 |
1276 | 2024-11-26T08:04:48.499Z | Compiling async-stream v0.3.5 |
1277 | 2024-11-26T08:04:48.784Z | Compiling multer v3.1.0 |
1278 | 2024-11-26T08:04:48.820Z | Compiling newtype-uuid v1.1.0 |
1279 | 2024-11-26T08:04:49.142Z | Compiling toml v0.8.19 |
1280 | 2024-11-26T08:04:49.971Z | Compiling waitgroup v0.1.2 |
1281 | 2024-11-26T08:04:50.221Z | Compiling hex v0.4.3 |
1282 | 2024-11-26T08:04:50.264Z | Compiling serde_path_to_error v0.1.16 |
1283 | 2024-11-26T08:04:50.764Z | Compiling hostname v0.4.0 |
1284 | 2024-11-26T08:04:50.867Z | Compiling hash32 v0.3.1 |
1285 | 2024-11-26T08:04:50.952Z | Compiling stable_deref_trait v1.2.0 |
1286 | 2024-11-26T08:04:51.050Z | Compiling heapless v0.8.0 |
1287 | 2024-11-26T08:04:51.054Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1288 | 2024-11-26T08:04:51.100Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1289 | 2024-11-26T08:04:51.181Z | Compiling backoff v0.4.0 |
1290 | 2024-11-26T08:04:51.214Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1291 | 2024-11-26T08:04:51.286Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1292 | 2024-11-26T08:04:51.383Z | Compiling parse-display v0.10.0 |
1293 | 2024-11-26T08:04:51.457Z | Compiling macaddr v1.0.1 |
1294 | 2024-11-26T08:04:51.586Z | Compiling regress v0.9.1 |
1295 | 2024-11-26T08:04:51.942Z | Compiling utf8parse v0.2.2 |
1296 | 2024-11-26T08:04:52.105Z | Compiling managed v0.8.0 |
1297 | 2024-11-26T08:04:52.107Z | Compiling cobs v0.2.3 |
1298 | 2024-11-26T08:04:52.177Z | Compiling tokio-rustls v0.25.0 |
1299 | 2024-11-26T08:04:52.418Z | Compiling foreign-types-shared v0.3.1 |
1300 | 2024-11-26T08:04:52.532Z | Compiling dropshot v0.12.0 |
1301 | 2024-11-26T08:04:52.543Z | Compiling bitflags v1.3.2 |
1302 | 2024-11-26T08:04:52.601Z | Compiling either v1.13.0 |
1303 | 2024-11-26T08:04:52.634Z | Compiling smoltcp v0.11.0 |
1304 | 2024-11-26T08:04:53.003Z | Compiling foreign-types v0.5.0 |
1305 | 2024-11-26T08:04:53.115Z | Compiling postcard v1.0.10 |
1306 | 2024-11-26T08:04:53.778Z | Compiling anstyle-parse v0.2.5 |
1307 | 2024-11-26T08:04:53.790Z | Compiling num_enum v0.5.11 |
1308 | 2024-11-26T08:04:53.954Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1309 | 2024-11-26T08:04:54.116Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1310 | 2024-11-26T08:04:54.128Z | Compiling cstr-argument v0.1.2 |
1311 | 2024-11-26T08:04:54.302Z | Compiling anstyle-query v1.1.1 |
1312 | 2024-11-26T08:04:54.401Z | Compiling anstyle v1.0.10 |
1313 | 2024-11-26T08:04:54.460Z | Compiling is_terminal_polyfill v1.70.1 |
1314 | 2024-11-26T08:04:54.473Z | Compiling colorchoice v1.0.2 |
1315 | 2024-11-26T08:04:54.583Z | Compiling pretty-hex v0.2.1 |
1316 | 2024-11-26T08:04:54.634Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1317 | 2024-11-26T08:04:54.759Z | Compiling anstream v0.6.15 |
1318 | 2024-11-26T08:04:54.861Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1319 | 2024-11-26T08:04:55.250Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1320 | 2024-11-26T08:04:55.294Z | Compiling terminal_size v0.4.0 |
1321 | 2024-11-26T08:04:55.425Z | Compiling colored v2.1.0 |
1322 | 2024-11-26T08:04:55.507Z | Compiling strsim v0.11.1 |
1323 | 2024-11-26T08:04:55.571Z | Compiling clap_lex v0.7.2 |
1324 | 2024-11-26T08:04:56.132Z | Compiling clap_builder v4.5.21 |
1325 | 2024-11-26T08:04:56.230Z | Compiling tabwriter v1.4.0 |
1326 | 2024-11-26T08:04:56.527Z | Compiling num-integer v0.1.46 |
1327 | 2024-11-26T08:04:56.791Z | Compiling num-complex v0.4.6 |
1328 | 2024-11-26T08:04:56.962Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1329 | 2024-11-26T08:04:57.295Z | Compiling num-rational v0.4.2 |
1330 | 2024-11-26T08:04:57.831Z | Compiling num-iter v0.1.45 |
1331 | 2024-11-26T08:04:58.020Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1332 | 2024-11-26T08:04:58.059Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1333 | 2024-11-26T08:04:58.194Z | Compiling fastrand v2.1.1 |
1334 | 2024-11-26T08:04:58.414Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1335 | 2024-11-26T08:04:58.500Z | Compiling num v0.4.3 |
1336 | 2024-11-26T08:04:58.611Z | Compiling tempfile v3.12.0 |
1337 | 2024-11-26T08:04:58.808Z | Compiling float-ord v0.3.2 |
1338 | 2024-11-26T08:04:58.840Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1339 | 2024-11-26T08:04:58.903Z | Compiling unicode-segmentation v1.12.0 |
1340 | 2024-11-26T08:04:58.973Z | Compiling crucible-workspace-hack v0.1.0 |
1341 | 2024-11-26T08:04:59.074Z | Compiling camino-tempfile v1.1.1 |
1342 | 2024-11-26T08:04:59.505Z | Compiling itertools v0.10.5 |
1343 | 2024-11-26T08:04:59.529Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1344 | 2024-11-26T08:04:59.808Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1345 | 2024-11-26T08:04:59.986Z | Compiling clap v4.5.21 |
1346 | 2024-11-26T08:05:00.028Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1347 | 2024-11-26T08:05:00.104Z | Compiling newline-converter v0.3.0 |
1348 | 2024-11-26T08:05:00.265Z | Compiling console v0.15.8 |
1349 | 2024-11-26T08:05:00.596Z | Compiling sigpipe v0.1.3 |
1350 | 2024-11-26T08:05:00.714Z | Compiling similar v2.6.0 |
1351 | 2024-11-26T08:05:02.020Z | Compiling base64ct v1.6.0 |
1352 | 2024-11-26T08:05:02.265Z | Compiling static_assertions v1.1.0 |
1353 | 2024-11-26T08:05:02.368Z | Compiling zone v0.3.0 |
1354 | 2024-11-26T08:05:02.435Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1355 | 2024-11-26T08:05:02.642Z | Compiling password-hash v0.5.0 |
1356 | 2024-11-26T08:05:02.723Z | Compiling expectorate v1.1.0 |
1357 | 2024-11-26T08:05:02.889Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1358 | 2024-11-26T08:05:03.329Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1359 | 2024-11-26T08:05:03.584Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1360 | 2024-11-26T08:05:03.793Z | Compiling blake2 v0.10.6 |
1361 | 2024-11-26T08:05:03.825Z | Compiling smf v0.2.3 |
1362 | 2024-11-26T08:05:03.859Z | Compiling whoami v1.5.2 |
1363 | 2024-11-26T08:05:04.069Z | Compiling fixedbitset v0.4.2 |
1364 | 2024-11-26T08:05:04.097Z | Compiling zerocopy v0.6.6 |
1365 | 2024-11-26T08:05:04.566Z | Compiling petgraph v0.6.5 |
1366 | 2024-11-26T08:05:04.582Z | Compiling argon2 v0.5.3 |
1367 | 2024-11-26T08:05:04.699Z | Compiling hubpack v0.1.2 |
1368 | 2024-11-26T08:05:04.933Z | Compiling prettyplease v0.2.22 |
1369 | 2024-11-26T08:05:05.044Z | Compiling serde-big-array v0.5.1 |
1370 | 2024-11-26T08:05:05.163Z | Compiling newtype_derive v0.1.6 |
1371 | 2024-11-26T08:05:05.271Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1372 | 2024-11-26T08:05:05.285Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1373 | 2024-11-26T08:05:05.424Z | Compiling cancel-safe-futures v0.1.5 |
1374 | 2024-11-26T08:05:05.720Z | Compiling owo-colors v4.1.0 |
1375 | 2024-11-26T08:05:06.015Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1376 | 2024-11-26T08:05:06.017Z | Compiling atomicwrites v0.4.4 |
1377 | 2024-11-26T08:05:06.375Z | Compiling itertools v0.13.0 |
1378 | 2024-11-26T08:05:06.520Z | Compiling libsw v3.3.1 |
1379 | 2024-11-26T08:05:06.825Z | Compiling idna v0.4.0 |
1380 | 2024-11-26T08:05:08.096Z | Compiling linked-hash-map v0.5.6 |
1381 | 2024-11-26T08:05:08.182Z | Compiling quick-error v1.2.3 |
1382 | 2024-11-26T08:05:08.334Z | Compiling swrite v0.1.0 |
1383 | 2024-11-26T08:05:08.384Z | Compiling linear-map v1.2.0 |
1384 | 2024-11-26T08:05:08.456Z | Compiling indent_write v2.2.0 |
1385 | 2024-11-26T08:05:08.469Z | Compiling highway v1.2.0 |
1386 | 2024-11-26T08:05:08.603Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1387 | 2024-11-26T08:05:08.668Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1388 | 2024-11-26T08:05:08.695Z | Compiling data-encoding v2.6.0 |
1389 | 2024-11-26T08:05:08.765Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1390 | 2024-11-26T08:05:09.359Z | Compiling lru-cache v0.1.2 |
1391 | 2024-11-26T08:05:09.549Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1392 | 2024-11-26T08:05:09.692Z | Compiling hickory-proto v0.24.1 |
1393 | 2024-11-26T08:05:11.501Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1394 | 2024-11-26T08:05:12.219Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1395 | 2024-11-26T08:05:12.761Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1396 | 2024-11-26T08:05:13.160Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1397 | 2024-11-26T08:05:13.243Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1398 | 2024-11-26T08:05:15.240Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1399 | 2024-11-26T08:05:15.352Z | Compiling steno v0.4.1 |
1400 | 2024-11-26T08:05:15.638Z | Compiling resolv-conf v0.7.0 |
1401 | 2024-11-26T08:05:16.506Z | Compiling cookie v0.18.1 |
1402 | 2024-11-26T08:05:16.797Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1403 | 2024-11-26T08:05:17.525Z | Compiling humantime v2.1.0 |
1404 | 2024-11-26T08:05:17.542Z | Compiling hickory-resolver v0.24.1 |
1405 | 2024-11-26T08:05:17.711Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1406 | 2024-11-26T08:05:17.754Z | Compiling slog-dtrace v0.3.0 |
1407 | 2024-11-26T08:05:17.851Z | Compiling parking_lot_core v0.8.6 |
1408 | 2024-11-26T08:05:17.944Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1409 | 2024-11-26T08:05:18.096Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1410 | 2024-11-26T08:05:18.332Z | Compiling parking_lot v0.11.2 |
1411 | 2024-11-26T08:05:18.555Z | Compiling crossbeam-epoch v0.9.18 |
1412 | 2024-11-26T08:05:18.649Z | Compiling http v0.2.12 |
1413 | 2024-11-26T08:05:18.862Z | Compiling fxhash v0.2.1 |
1414 | 2024-11-26T08:05:19.059Z | Compiling crc32fast v1.4.2 |
1415 | 2024-11-26T08:05:19.254Z | Compiling rustls-webpki v0.101.7 |
1416 | 2024-11-26T08:05:19.418Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1417 | 2024-11-26T08:05:19.431Z | Compiling sled v0.34.7 |
1418 | 2024-11-26T08:05:20.474Z | Compiling http-body v0.4.6 |
1419 | 2024-11-26T08:05:20.921Z | Compiling h2 v0.3.26 |
1420 | 2024-11-26T08:05:21.312Z | Compiling sct v0.7.1 |
1421 | 2024-11-26T08:05:21.485Z | Compiling half v2.4.1 |
1422 | 2024-11-26T08:05:21.646Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1423 | 2024-11-26T08:05:21.810Z | Compiling ciborium-io v0.2.2 |
1424 | 2024-11-26T08:05:21.943Z | Compiling ciborium-ll v0.2.2 |
1425 | 2024-11-26T08:05:22.033Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1426 | 2024-11-26T08:05:22.362Z | Compiling rustls v0.21.12 |
1427 | 2024-11-26T08:05:22.838Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1428 | 2024-11-26T08:05:24.244Z | Compiling arc-swap v1.7.1 |
1429 | 2024-11-26T08:05:24.320Z | Compiling crc8 v0.1.1 |
1430 | 2024-11-26T08:05:24.483Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1431 | 2024-11-26T08:05:24.598Z | Compiling ciborium v0.2.2 |
1432 | 2024-11-26T08:05:24.702Z | Compiling slog-scope v4.4.0 |
1433 | 2024-11-26T08:05:24.903Z | Compiling base64 v0.21.7 |
1434 | 2024-11-26T08:05:25.297Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1435 | 2024-11-26T08:05:25.714Z | Compiling hyper v0.14.30 |
1436 | 2024-11-26T08:05:26.249Z | Compiling tokio-rustls v0.24.1 |
1437 | 2024-11-26T08:05:26.691Z | Compiling rustls-pemfile v1.0.4 |
1438 | 2024-11-26T08:05:27.182Z | Compiling slog-stdlog v4.1.1 |
1439 | 2024-11-26T08:05:27.299Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1440 | 2024-11-26T08:05:27.600Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1441 | 2024-11-26T08:05:28.716Z | Compiling spin v0.5.2 |
1442 | 2024-11-26T08:05:28.954Z | Compiling webpki-roots v0.25.4 |
1443 | 2024-11-26T08:05:29.126Z | Compiling sync_wrapper v0.1.2 |
1444 | 2024-11-26T08:05:29.259Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1445 | 2024-11-26T08:05:29.477Z | Compiling no-std-compat v0.4.1 |
1446 | 2024-11-26T08:05:29.591Z | Compiling slog-envlogger v2.2.0 |
1447 | 2024-11-26T08:05:31.145Z | Compiling hyper-tls v0.5.0 |
1448 | 2024-11-26T08:05:31.205Z | Compiling hyper-rustls v0.24.2 |
1449 | 2024-11-26T08:05:31.205Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1450 | 2024-11-26T08:05:31.205Z | Compiling reqwest v0.11.27 |
1451 | 2024-11-26T08:05:31.205Z | Compiling num_enum v0.7.3 |
1452 | 2024-11-26T08:05:31.229Z | Compiling smartstring v1.0.1 |
1453 | 2024-11-26T08:05:31.863Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1454 | 2024-11-26T08:05:32.093Z | Compiling thin-vec v0.2.13 |
1455 | 2024-11-26T08:05:32.461Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1456 | 2024-11-26T08:05:32.592Z | Compiling minimal-lexical v0.2.1 |
1457 | 2024-11-26T08:05:32.674Z | Compiling rhai v1.20.0 |
1458 | 2024-11-26T08:05:32.952Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1459 | 2024-11-26T08:05:33.110Z | Compiling nom v7.1.3 |
1460 | 2024-11-26T08:05:33.657Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1461 | 2024-11-26T08:05:34.195Z | Compiling itertools v0.12.1 |
1462 | 2024-11-26T08:05:36.822Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1463 | 2024-11-26T08:05:37.413Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1464 | 2024-11-26T08:05:39.234Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1465 | 2024-11-26T08:05:40.351Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1466 | 2024-11-26T08:05:41.087Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1467 | 2024-11-26T08:05:41.391Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1468 | 2024-11-26T08:05:42.150Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1469 | 2024-11-26T08:05:42.167Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1470 | 2024-11-26T08:05:42.173Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1471 | 2024-11-26T08:05:46.929Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1472 | 2024-11-26T08:05:48.386Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1473 | 2024-11-26T08:05:50.426Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1474 | 2024-11-26T08:05:50.426Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1475 | 2024-11-26T08:05:52.130Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1476 | 2024-11-26T08:05:52.130Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1477 | 2024-11-26T08:05:54.113Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1478 | 2024-11-26T08:06:05.269Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1479 | 2024-11-26T08:06:05.272Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1480 | 2024-11-26T08:06:09.113Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1481 | 2024-11-26T08:06:09.113Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1482 | 2024-11-26T08:06:49.684Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 39s |
1483 | 2024-11-26T08:06:49.829Z | |
1484 | 2024-11-26T08:06:49.829Z | real 2:39.853969318 |
1485 | 2024-11-26T08:06:49.829Z | user 14:50.690061624 |
1486 | 2024-11-26T08:06:49.829Z | sys 2:48.842727058 |
1487 | 2024-11-26T08:06:49.829Z | trap 0.448087751 |
1488 | 2024-11-26T08:06:49.829Z | tflt 0.580514989 |
1489 | 2024-11-26T08:06:49.829Z | dflt 0.769907603 |
1490 | 2024-11-26T08:06:49.833Z | kflt 0.000020286 |
1491 | 2024-11-26T08:06:49.833Z | lock 30:07.817988444 |
1492 | 2024-11-26T08:06:49.833Z | slp 1:00:16.453419355 |
1493 | 2024-11-26T08:06:49.833Z | lat 28.415465715 |
1494 | 2024-11-26T08:06:49.833Z | stop 44.140671818 |
1495 | 2024-11-26T08:06:49.833Z | + ptime -m cargo build --release |
1496 | 2024-11-26T08:06:50.428Z | Compiling proc-macro2 v1.0.86 |
1497 | 2024-11-26T08:06:50.428Z | Compiling unicode-ident v1.0.13 |
1498 | 2024-11-26T08:06:50.428Z | Compiling libc v0.2.165 |
1499 | 2024-11-26T08:06:50.431Z | Compiling serde v1.0.215 |
1500 | 2024-11-26T08:06:50.431Z | Compiling version_check v0.9.5 |
1501 | 2024-11-26T08:06:50.431Z | Compiling autocfg v1.3.0 |
1502 | 2024-11-26T08:06:50.431Z | Compiling cfg-if v1.0.0 |
1503 | 2024-11-26T08:06:50.624Z | Compiling once_cell v1.20.2 |
1504 | 2024-11-26T08:06:50.635Z | Compiling libm v0.2.8 |
1505 | 2024-11-26T08:06:50.677Z | Compiling memchr v2.7.4 |
1506 | 2024-11-26T08:06:50.989Z | Compiling byteorder v1.5.0 |
1507 | 2024-11-26T08:06:51.145Z | Compiling parking_lot_core v0.9.10 |
1508 | 2024-11-26T08:06:51.434Z | Compiling lock_api v0.4.12 |
1509 | 2024-11-26T08:06:51.675Z | Compiling itoa v1.0.11 |
1510 | 2024-11-26T08:06:51.687Z | Compiling shlex v1.3.0 |
1511 | 2024-11-26T08:06:51.903Z | Compiling thiserror v1.0.64 |
1512 | 2024-11-26T08:06:51.915Z | Compiling cc v1.1.21 |
1513 | 2024-11-26T08:06:52.058Z | Compiling portable-atomic v1.8.0 |
1514 | 2024-11-26T08:06:52.462Z | Compiling quote v1.0.37 |
1515 | 2024-11-26T08:06:52.716Z | Compiling getrandom v0.2.15 |
1516 | 2024-11-26T08:06:52.887Z | Compiling syn v2.0.87 |
1517 | 2024-11-26T08:06:53.098Z | Compiling ahash v0.8.11 |
1518 | 2024-11-26T08:06:53.263Z | Compiling schemars v0.8.21 |
1519 | 2024-11-26T08:06:53.286Z | Compiling allocator-api2 v0.2.18 |
1520 | 2024-11-26T08:06:53.289Z | Compiling slab v0.4.9 |
1521 | 2024-11-26T08:06:53.468Z | Compiling pin-project-lite v0.2.14 |
1522 | 2024-11-26T08:06:53.552Z | Compiling ryu v1.0.18 |
1523 | 2024-11-26T08:06:53.642Z | Compiling serde_json v1.0.133 |
1524 | 2024-11-26T08:06:53.645Z | Compiling num-traits v0.2.19 |
1525 | 2024-11-26T08:06:54.202Z | Compiling scopeguard v1.2.0 |
1526 | 2024-11-26T08:06:54.215Z | Compiling crunchy v0.2.2 |
1527 | 2024-11-26T08:06:54.239Z | Compiling tiny-keccak v2.0.2 |
1528 | 2024-11-26T08:06:54.410Z | Compiling equivalent v1.0.1 |
1529 | 2024-11-26T08:06:54.512Z | Compiling log v0.4.22 |
1530 | 2024-11-26T08:06:54.528Z | Compiling mio v1.0.2 |
1531 | 2024-11-26T08:06:54.564Z | Compiling socket2 v0.5.7 |
1532 | 2024-11-26T08:06:54.795Z | Compiling signal-hook-registry v1.4.2 |
1533 | 2024-11-26T08:06:54.873Z | Compiling heck v0.5.0 |
1534 | 2024-11-26T08:06:54.976Z | Compiling ring v0.17.8 |
1535 | 2024-11-26T08:06:55.303Z | Compiling const-random-macro v0.1.16 |
1536 | 2024-11-26T08:06:56.174Z | Compiling const-random v0.1.18 |
1537 | 2024-11-26T08:06:56.202Z | Compiling httparse v1.9.4 |
1538 | 2024-11-26T08:06:56.264Z | Compiling vcpkg v0.2.15 |
1539 | 2024-11-26T08:06:56.541Z | Compiling pkg-config v0.3.31 |
1540 | 2024-11-26T08:06:56.737Z | Compiling fnv v1.0.7 |
1541 | 2024-11-26T08:06:56.931Z | Compiling iana-time-zone v0.1.61 |
1542 | 2024-11-26T08:06:57.526Z | Compiling futures-core v0.3.30 |
1543 | 2024-11-26T08:06:57.656Z | Compiling futures-sink v0.3.30 |
1544 | 2024-11-26T08:06:57.744Z | Compiling dyn-clone v1.0.17 |
1545 | 2024-11-26T08:06:57.833Z | Compiling slog v2.7.0 |
1546 | 2024-11-26T08:06:57.858Z | Compiling semver v1.0.23 |
1547 | 2024-11-26T08:06:57.912Z | Compiling openssl-sys v0.9.103 |
1548 | 2024-11-26T08:06:57.966Z | Compiling futures-channel v0.3.30 |
1549 | 2024-11-26T08:06:58.097Z | Compiling tracing-core v0.1.32 |
1550 | 2024-11-26T08:06:58.290Z | Compiling futures-io v0.3.30 |
1551 | 2024-11-26T08:06:58.326Z | Compiling pin-utils v0.1.0 |
1552 | 2024-11-26T08:06:58.346Z | Compiling openssl v0.10.66 |
1553 | 2024-11-26T08:06:58.417Z | Compiling futures-task v0.3.30 |
1554 | 2024-11-26T08:06:58.618Z | Compiling native-tls v0.2.12 |
1555 | 2024-11-26T08:06:58.755Z | Compiling bitflags v2.6.0 |
1556 | 2024-11-26T08:06:58.788Z | Compiling spin v0.9.8 |
1557 | 2024-11-26T08:06:58.912Z | Compiling untrusted v0.9.0 |
1558 | 2024-11-26T08:06:58.987Z | Compiling rustls v0.23.13 |
1559 | 2024-11-26T08:06:59.070Z | Compiling aho-corasick v1.1.3 |
1560 | 2024-11-26T08:06:59.094Z | Compiling regex-syntax v0.8.4 |
1561 | 2024-11-26T08:06:59.299Z | Compiling typenum v1.17.0 |
1562 | 2024-11-26T08:06:59.591Z | Compiling try-lock v0.2.5 |
1563 | 2024-11-26T08:06:59.949Z | Compiling serde_derive_internals v0.29.1 |
1564 | 2024-11-26T08:07:00.150Z | Compiling anyhow v1.0.93 |
1565 | 2024-11-26T08:07:00.299Z | Compiling want v0.3.1 |
1566 | 2024-11-26T08:07:00.674Z | Compiling httpdate v1.0.3 |
1567 | 2024-11-26T08:07:00.748Z | Compiling subtle v2.6.1 |
1568 | 2024-11-26T08:07:01.427Z | Compiling generic-array v0.14.7 |
1569 | 2024-11-26T08:07:01.818Z | Compiling tinyvec_macros v0.1.1 |
1570 | 2024-11-26T08:07:01.914Z | Compiling tower-service v0.3.3 |
1571 | 2024-11-26T08:07:02.064Z | Compiling tinyvec v1.8.0 |
1572 | 2024-11-26T08:07:03.373Z | Compiling regex-automata v0.4.7 |
1573 | 2024-11-26T08:07:03.743Z | Compiling percent-encoding v2.3.1 |
1574 | 2024-11-26T08:07:04.234Z | Compiling foreign-types-shared v0.1.1 |
1575 | 2024-11-26T08:07:04.353Z | Compiling foreign-types v0.3.2 |
1576 | 2024-11-26T08:07:04.451Z | Compiling form_urlencoded v1.2.1 |
1577 | 2024-11-26T08:07:04.615Z | Compiling unicode-normalization v0.1.24 |
1578 | 2024-11-26T08:07:05.061Z | Compiling unicode-bidi v0.3.15 |
1579 | 2024-11-26T08:07:05.332Z | Compiling rustls-pki-types v1.8.0 |
1580 | 2024-11-26T08:07:05.556Z | Compiling serde_derive v1.0.215 |
1581 | 2024-11-26T08:07:05.905Z | Compiling zerocopy-derive v0.7.35 |
1582 | 2024-11-26T08:07:06.410Z | Compiling thiserror-impl v1.0.64 |
1583 | 2024-11-26T08:07:06.605Z | Compiling tokio-macros v2.4.0 |
1584 | 2024-11-26T08:07:07.900Z | Compiling schemars_derive v0.8.21 |
1585 | 2024-11-26T08:07:08.111Z | Compiling zerocopy v0.7.35 |
1586 | 2024-11-26T08:07:08.787Z | Compiling futures-macro v0.3.30 |
1587 | 2024-11-26T08:07:09.837Z | Compiling tracing-attributes v0.1.27 |
1588 | 2024-11-26T08:07:10.153Z | Compiling hashbrown v0.14.5 |
1589 | 2024-11-26T08:07:10.791Z | Compiling futures-util v0.3.30 |
1590 | 2024-11-26T08:07:10.895Z | Compiling openssl-macros v0.1.1 |
1591 | 2024-11-26T08:07:11.497Z | Compiling regress v0.10.1 |
1592 | 2024-11-26T08:07:11.800Z | Compiling regex v1.10.6 |
1593 | 2024-11-26T08:07:12.085Z | Compiling scroll_derive v0.12.0 |
1594 | 2024-11-26T08:07:12.738Z | Compiling ucd-trie v0.1.6 |
1595 | 2024-11-26T08:07:13.270Z | Compiling tracing v0.1.40 |
1596 | 2024-11-26T08:07:13.622Z | Compiling num-conv v0.1.0 |
1597 | 2024-11-26T08:07:13.919Z | Compiling time-core v0.1.2 |
1598 | 2024-11-26T08:07:13.973Z | Compiling pest v2.7.13 |
1599 | 2024-11-26T08:07:14.089Z | Compiling time-macros v0.2.18 |
1600 | 2024-11-26T08:07:16.935Z | Compiling openssl-probe v0.1.5 |
1601 | 2024-11-26T08:07:17.180Z | Compiling unsafe-libyaml v0.2.11 |
1602 | 2024-11-26T08:07:17.425Z | Compiling pest_meta v2.7.13 |
1603 | 2024-11-26T08:07:17.771Z | Compiling idna v0.5.0 |
1604 | 2024-11-26T08:07:18.702Z | Compiling syn v1.0.109 |
1605 | 2024-11-26T08:07:18.920Z | Compiling atomic-waker v1.1.2 |
1606 | 2024-11-26T08:07:19.111Z | Compiling bytes v1.7.2 |
1607 | 2024-11-26T08:07:19.414Z | Compiling indexmap v2.5.0 |
1608 | 2024-11-26T08:07:20.278Z | Compiling smallvec v1.13.2 |
1609 | 2024-11-26T08:07:21.467Z | Compiling parking_lot v0.12.3 |
1610 | 2024-11-26T08:07:21.763Z | Compiling chrono v0.4.38 |
1611 | 2024-11-26T08:07:21.780Z | Compiling uuid v1.11.0 |
1612 | 2024-11-26T08:07:21.959Z | Compiling tokio v1.40.0 |
1613 | 2024-11-26T08:07:23.056Z | Compiling serde_tokenstream v0.2.2 |
1614 | 2024-11-26T08:07:24.332Z | Compiling http v1.1.0 |
1615 | 2024-11-26T08:07:26.781Z | Compiling openapiv3 v2.0.0 |
1616 | 2024-11-26T08:07:29.812Z | Compiling typify-impl v0.2.0 |
1617 | 2024-11-26T08:07:31.207Z | Compiling serde_yaml v0.9.34+deprecated |
1618 | 2024-11-26T08:07:31.240Z | Compiling http-body v1.0.1 |
1619 | 2024-11-26T08:07:31.399Z | Compiling toml_datetime v0.6.8 |
1620 | 2024-11-26T08:07:31.502Z | Compiling pest_generator v2.7.13 |
1621 | 2024-11-26T08:07:31.853Z | Compiling tokio-util v0.7.12 |
1622 | 2024-11-26T08:07:32.051Z | Compiling tokio-native-tls v0.3.1 |
1623 | 2024-11-26T08:07:32.354Z | Compiling url v2.5.2 |
1624 | 2024-11-26T08:07:33.305Z | Compiling rustls-webpki v0.102.8 |
1625 | 2024-11-26T08:07:33.919Z | Compiling rand_core v0.6.4 |
1626 | 2024-11-26T08:07:35.009Z | Compiling encoding_rs v0.8.34 |
1627 | 2024-11-26T08:07:36.148Z | Compiling mime v0.3.17 |
1628 | 2024-11-26T08:07:37.718Z | Compiling ipnet v2.10.0 |
1629 | 2024-11-26T08:07:37.875Z | Compiling zeroize v1.8.1 |
1630 | 2024-11-26T08:07:39.848Z | Compiling pest_derive v2.7.13 |
1631 | 2024-11-26T08:07:40.726Z | Compiling h2 v0.4.6 |
1632 | 2024-11-26T08:07:41.907Z | Compiling typify-macro v0.2.0 |
1633 | 2024-11-26T08:07:45.883Z | Compiling typify v0.2.0 |
1634 | 2024-11-26T08:07:46.018Z | Compiling ipnetwork v0.20.0 |
1635 | 2024-11-26T08:07:48.656Z | Compiling serde_urlencoded v0.7.1 |
1636 | 2024-11-26T08:07:50.587Z | Compiling usdt-impl v0.5.0 |
1637 | 2024-11-26T08:07:50.978Z | Compiling omicron-workspace-hack v0.1.0 |
1638 | 2024-11-26T08:07:52.725Z | Compiling progenitor-impl v0.8.0 |
1639 | 2024-11-26T08:07:53.396Z | Compiling hyper v1.5.1 |
1640 | 2024-11-26T08:07:53.946Z | Compiling scroll v0.12.0 |
1641 | 2024-11-26T08:07:54.501Z | Compiling ppv-lite86 v0.2.20 |
1642 | 2024-11-26T08:07:55.279Z | Compiling rustversion v1.0.17 |
1643 | 2024-11-26T08:07:55.374Z | Compiling plain v0.2.3 |
1644 | 2024-11-26T08:07:55.436Z | Compiling strsim v0.11.1 |
1645 | 2024-11-26T08:07:55.531Z | Compiling goblin v0.8.2 |
1646 | 2024-11-26T08:07:56.017Z | Compiling rand_chacha v0.3.1 |
1647 | 2024-11-26T08:07:56.185Z | Compiling hyper-util v0.1.10 |
1648 | 2024-11-26T08:07:57.804Z | Compiling pretty-hex v0.4.1 |
1649 | 2024-11-26T08:07:58.015Z | Compiling slog-async v2.8.0 |
1650 | 2024-11-26T08:07:58.537Z | Compiling rand v0.8.5 |
1651 | 2024-11-26T08:07:59.429Z | Compiling progenitor-macro v0.8.0 |
1652 | 2024-11-26T08:08:00.246Z | Compiling dtrace-parser v0.2.0 |
1653 | 2024-11-26T08:08:00.352Z | Compiling http-body-util v0.1.2 |
1654 | 2024-11-26T08:08:01.757Z | Compiling dof v0.3.0 |
1655 | 2024-11-26T08:08:02.075Z | Compiling thread-id v4.2.2 |
1656 | 2024-11-26T08:08:02.225Z | Compiling camino v1.1.9 |
1657 | 2024-11-26T08:08:02.811Z | Compiling base64 v0.22.1 |
1658 | 2024-11-26T08:08:03.454Z | Compiling rustls v0.22.4 |
1659 | 2024-11-26T08:08:03.770Z | Compiling ident_case v1.0.1 |
1660 | 2024-11-26T08:08:03.893Z | Compiling rustls-pemfile v2.1.3 |
1661 | 2024-11-26T08:08:03.950Z | Compiling darling_core v0.20.10 |
1662 | 2024-11-26T08:08:04.608Z | Compiling tokio-rustls v0.26.0 |
1663 | 2024-11-26T08:08:04.973Z | Compiling webpki-roots v0.26.6 |
1664 | 2024-11-26T08:08:05.293Z | Compiling hyper-rustls v0.27.3 |
1665 | 2024-11-26T08:08:05.927Z | Compiling hyper-tls v0.6.0 |
1666 | 2024-11-26T08:08:06.358Z | Compiling sync_wrapper v1.0.1 |
1667 | 2024-11-26T08:08:06.413Z | Compiling multer v3.1.0 |
1668 | 2024-11-26T08:08:06.535Z | Compiling powerfmt v0.2.0 |
1669 | 2024-11-26T08:08:06.625Z | Compiling winnow v0.6.18 |
1670 | 2024-11-26T08:08:06.934Z | Compiling crossbeam-utils v0.8.20 |
1671 | 2024-11-26T08:08:07.032Z | Compiling paste v1.0.15 |
1672 | 2024-11-26T08:08:07.065Z | Compiling deranged v0.3.11 |
1673 | 2024-11-26T08:08:07.556Z | Compiling reqwest v0.12.9 |
1674 | 2024-11-26T08:08:09.293Z | Compiling usdt-attr-macro v0.5.0 |
1675 | 2024-11-26T08:08:09.947Z | Compiling usdt-macro v0.5.0 |
1676 | 2024-11-26T08:08:10.170Z | Compiling darling_macro v0.20.10 |
1677 | 2024-11-26T08:08:11.014Z | Compiling async-trait v0.1.83 |
1678 | 2024-11-26T08:08:11.207Z | Compiling darling v0.20.10 |
1679 | 2024-11-26T08:08:12.448Z | Compiling num_threads v0.1.7 |
1680 | 2024-11-26T08:08:12.815Z | Compiling time v0.3.36 |
1681 | 2024-11-26T08:08:13.540Z | Compiling serde_with_macros v3.9.0 |
1682 | 2024-11-26T08:08:16.305Z | Compiling strum_macros v0.26.4 |
1683 | 2024-11-26T08:08:17.682Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1684 | 2024-11-26T08:08:18.109Z | Compiling structmeta-derive v0.3.0 |
1685 | 2024-11-26T08:08:20.893Z | Compiling async-stream-impl v0.3.5 |
1686 | 2024-11-26T08:08:21.072Z | Compiling dropshot v0.12.0 |
1687 | 2024-11-26T08:08:21.431Z | Compiling lazy_static v1.5.0 |
1688 | 2024-11-26T08:08:21.443Z | Compiling structmeta v0.3.0 |
1689 | 2024-11-26T08:08:21.858Z | Compiling progenitor-client v0.8.0 |
1690 | 2024-11-26T08:08:22.760Z | Compiling dirs-sys-next v0.1.2 |
1691 | 2024-11-26T08:08:25.585Z | Compiling progenitor v0.8.0 |
1692 | 2024-11-26T08:08:25.675Z | Compiling dirs-next v2.0.0 |
1693 | 2024-11-26T08:08:25.894Z | Compiling parse-display-derive v0.10.0 |
1694 | 2024-11-26T08:08:25.931Z | Compiling crypto-common v0.1.6 |
1695 | 2024-11-26T08:08:26.157Z | Compiling block-buffer v0.10.4 |
1696 | 2024-11-26T08:08:26.429Z | Compiling dropshot_endpoint v0.12.0 |
1697 | 2024-11-26T08:08:28.095Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1698 | 2024-11-26T08:08:28.990Z | Compiling thread_local v1.1.8 |
1699 | 2024-11-26T08:08:30.900Z | Compiling digest v0.10.7 |
1700 | 2024-11-26T08:08:31.132Z | Compiling term v0.7.0 |
1701 | 2024-11-26T08:08:31.397Z | Compiling crossbeam-channel v0.5.13 |
1702 | 2024-11-26T08:08:32.971Z | Compiling is-terminal v0.4.13 |
1703 | 2024-11-26T08:08:33.298Z | Compiling take_mut v0.2.2 |
1704 | 2024-11-26T08:08:33.890Z | Compiling match_cfg v0.1.0 |
1705 | 2024-11-26T08:08:33.990Z | Compiling rustix v0.38.37 |
1706 | 2024-11-26T08:08:34.823Z | Compiling hostname v0.3.1 |
1707 | 2024-11-26T08:08:38.502Z | Compiling slog-term v2.9.1 |
1708 | 2024-11-26T08:08:38.919Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1709 | 2024-11-26T08:08:40.009Z | Compiling futures-executor v0.3.30 |
1710 | 2024-11-26T08:08:41.114Z | Compiling errno v0.3.9 |
1711 | 2024-11-26T08:08:41.238Z | Compiling instant v0.1.13 |
1712 | 2024-11-26T08:08:41.378Z | Compiling unicode-width v0.1.14 |
1713 | 2024-11-26T08:08:41.607Z | Compiling cpufeatures v0.2.14 |
1714 | 2024-11-26T08:08:43.137Z | Compiling futures v0.3.30 |
1715 | 2024-11-26T08:08:45.187Z | Compiling serde_spanned v0.6.7 |
1716 | 2024-11-26T08:08:45.444Z | Compiling memmap v0.7.0 |
1717 | 2024-11-26T08:08:45.538Z | Compiling winnow v0.5.40 |
1718 | 2024-11-26T08:08:46.015Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1719 | 2024-11-26T08:08:46.288Z | Compiling usdt v0.5.0 |
1720 | 2024-11-26T08:08:46.440Z | Compiling toml_edit v0.22.21 |
1721 | 2024-11-26T08:08:49.456Z | Compiling toml_edit v0.19.15 |
1722 | 2024-11-26T08:08:52.328Z | Compiling strum v0.26.3 |
1723 | 2024-11-26T08:08:52.526Z | Compiling serde_with v3.9.0 |
1724 | 2024-11-26T08:08:53.298Z | Compiling slog-json v2.6.1 |
1725 | 2024-11-26T08:08:53.812Z | Compiling heapless v0.8.0 |
1726 | 2024-11-26T08:08:54.771Z | Compiling debug-ignore v1.0.5 |
1727 | 2024-11-26T08:08:55.761Z | Compiling slog-bunyan v2.5.0 |
1728 | 2024-11-26T08:08:56.047Z | Compiling tokio-rustls v0.25.0 |
1729 | 2024-11-26T08:08:56.507Z | Compiling proc-macro-crate v1.3.1 |
1730 | 2024-11-26T08:08:56.948Z | Compiling toml v0.8.19 |
1731 | 2024-11-26T08:08:57.384Z | Compiling sha1 v0.10.6 |
1732 | 2024-11-26T08:08:58.153Z | Compiling async-stream v0.3.5 |
1733 | 2024-11-26T08:08:58.541Z | Compiling newtype-uuid v1.1.0 |
1734 | 2024-11-26T08:08:58.736Z | Compiling serde_path_to_error v0.1.16 |
1735 | 2024-11-26T08:08:58.902Z | Compiling hex v0.4.3 |
1736 | 2024-11-26T08:08:59.341Z | Compiling waitgroup v0.1.2 |
1737 | 2024-11-26T08:08:59.625Z | Compiling hostname v0.4.0 |
1738 | 2024-11-26T08:08:59.641Z | Compiling hash32 v0.3.1 |
1739 | 2024-11-26T08:08:59.747Z | Compiling smoltcp v0.11.0 |
1740 | 2024-11-26T08:08:59.886Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1741 | 2024-11-26T08:08:59.961Z | Compiling stable_deref_trait v1.2.0 |
1742 | 2024-11-26T08:09:01.725Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1743 | 2024-11-26T08:09:02.270Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1744 | 2024-11-26T08:09:02.835Z | Compiling num_enum_derive v0.5.11 |
1745 | 2024-11-26T08:09:02.915Z | Compiling backoff v0.4.0 |
1746 | 2024-11-26T08:09:03.322Z | Compiling parse-display v0.10.0 |
1747 | 2024-11-26T08:09:03.835Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1748 | 2024-11-26T08:09:04.049Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1749 | 2024-11-26T08:09:05.229Z | Compiling macaddr v1.0.1 |
1750 | 2024-11-26T08:09:05.299Z | Compiling regress v0.9.1 |
1751 | 2024-11-26T08:09:05.861Z | Compiling clap_derive v4.5.18 |
1752 | 2024-11-26T08:09:08.003Z | Compiling foreign-types-macros v0.2.3 |
1753 | 2024-11-26T08:09:09.572Z | Compiling proc-macro-error-attr v1.0.4 |
1754 | 2024-11-26T08:09:09.938Z | Compiling foreign-types-shared v0.3.1 |
1755 | 2024-11-26T08:09:10.065Z | Compiling heck v0.4.1 |
1756 | 2024-11-26T08:09:10.473Z | Compiling managed v0.8.0 |
1757 | 2024-11-26T08:09:10.661Z | Compiling bitflags v1.3.2 |
1758 | 2024-11-26T08:09:10.768Z | Compiling cobs v0.2.3 |
1759 | 2024-11-26T08:09:10.807Z | Compiling utf8parse v0.2.2 |
1760 | 2024-11-26T08:09:10.975Z | Compiling either v1.13.0 |
1761 | 2024-11-26T08:09:10.998Z | Compiling postcard v1.0.10 |
1762 | 2024-11-26T08:09:11.177Z | Compiling anstyle-parse v0.2.5 |
1763 | 2024-11-26T08:09:11.776Z | Compiling foreign-types v0.5.0 |
1764 | 2024-11-26T08:09:12.169Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1765 | 2024-11-26T08:09:13.911Z | Compiling num_enum v0.5.11 |
1766 | 2024-11-26T08:09:16.093Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1767 | 2024-11-26T08:09:17.053Z | Compiling cstr-argument v0.1.2 |
1768 | 2024-11-26T08:09:17.065Z | Compiling proc-macro-error v1.0.4 |
1769 | 2024-11-26T08:09:17.434Z | Compiling pretty-hex v0.2.1 |
1770 | 2024-11-26T08:09:18.063Z | Compiling anstyle-query v1.1.1 |
1771 | 2024-11-26T08:09:18.928Z | Compiling is_terminal_polyfill v1.70.1 |
1772 | 2024-11-26T08:09:19.444Z | Compiling anstyle v1.0.10 |
1773 | 2024-11-26T08:09:20.017Z | Compiling colorchoice v1.0.2 |
1774 | 2024-11-26T08:09:20.195Z | Compiling anstream v0.6.15 |
1775 | 2024-11-26T08:09:21.755Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1776 | 2024-11-26T08:09:22.149Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1777 | 2024-11-26T08:09:22.220Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1778 | 2024-11-26T08:09:23.027Z | Compiling terminal_size v0.4.0 |
1779 | 2024-11-26T08:09:23.363Z | Compiling colored v2.1.0 |
1780 | 2024-11-26T08:09:23.480Z | Compiling clap_lex v0.7.2 |
1781 | 2024-11-26T08:09:24.372Z | Compiling clap_builder v4.5.21 |
1782 | 2024-11-26T08:09:25.488Z | Compiling tabwriter v1.4.0 |
1783 | 2024-11-26T08:09:25.684Z | Compiling num-integer v0.1.46 |
1784 | 2024-11-26T08:09:28.277Z | Compiling prettyplease v0.2.22 |
1785 | 2024-11-26T08:09:28.634Z | Compiling clap v4.5.21 |
1786 | 2024-11-26T08:09:30.201Z | Compiling num-iter v0.1.45 |
1787 | 2024-11-26T08:09:30.405Z | Compiling num-rational v0.4.2 |
1788 | 2024-11-26T08:09:31.218Z | Compiling num-complex v0.4.6 |
1789 | 2024-11-26T08:09:31.919Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1790 | 2024-11-26T08:09:32.177Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1791 | 2024-11-26T08:09:32.278Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1792 | 2024-11-26T08:09:32.469Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1793 | 2024-11-26T08:09:32.586Z | Compiling fastrand v2.1.1 |
1794 | 2024-11-26T08:09:32.890Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1795 | 2024-11-26T08:09:33.223Z | Compiling tempfile v3.12.0 |
1796 | 2024-11-26T08:09:33.703Z | Compiling num v0.4.3 |
1797 | 2024-11-26T08:09:37.232Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1798 | 2024-11-26T08:09:37.589Z | Compiling crucible-workspace-hack v0.1.0 |
1799 | 2024-11-26T08:09:37.775Z | Compiling float-ord v0.3.2 |
1800 | 2024-11-26T08:09:37.897Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1801 | 2024-11-26T08:09:44.914Z | Compiling unicode-segmentation v1.12.0 |
1802 | 2024-11-26T08:09:45.773Z | Compiling semver v0.1.20 |
1803 | 2024-11-26T08:09:46.120Z | Compiling rustc_version v0.1.7 |
1804 | 2024-11-26T08:09:46.212Z | Compiling newline-converter v0.3.0 |
1805 | 2024-11-26T08:09:46.434Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1806 | 2024-11-26T08:09:46.639Z | Compiling camino-tempfile v1.1.1 |
1807 | 2024-11-26T08:09:47.342Z | Compiling zone_cfg_derive v0.3.0 |
1808 | 2024-11-26T08:09:47.438Z | Compiling itertools v0.10.5 |
1809 | 2024-11-26T08:09:48.880Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1810 | 2024-11-26T08:09:49.323Z | Compiling console v0.15.8 |
1811 | 2024-11-26T08:09:49.352Z | Compiling num-derive v0.4.2 |
1812 | 2024-11-26T08:09:50.304Z | Compiling sigpipe v0.1.3 |
1813 | 2024-11-26T08:09:50.443Z | Compiling static_assertions v1.1.0 |
1814 | 2024-11-26T08:09:50.550Z | Compiling base64ct v1.6.0 |
1815 | 2024-11-26T08:09:50.877Z | Compiling similar v2.6.0 |
1816 | 2024-11-26T08:09:51.274Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1817 | 2024-11-26T08:09:51.830Z | Compiling expectorate v1.1.0 |
1818 | 2024-11-26T08:09:51.842Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1819 | 2024-11-26T08:09:52.098Z | Compiling password-hash v0.5.0 |
1820 | 2024-11-26T08:09:52.248Z | Compiling zone v0.3.0 |
1821 | 2024-11-26T08:09:53.382Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1822 | 2024-11-26T08:09:53.625Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1823 | 2024-11-26T08:09:54.207Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1824 | 2024-11-26T08:09:55.623Z | Compiling newtype_derive v0.1.6 |
1825 | 2024-11-26T08:09:55.995Z | Compiling blake2 v0.10.6 |
1826 | 2024-11-26T08:09:56.638Z | Compiling hubpack_derive v0.1.1 |
1827 | 2024-11-26T08:09:56.917Z | Compiling smf v0.2.3 |
1828 | 2024-11-26T08:09:57.185Z | Compiling zerocopy-derive v0.6.6 |
1829 | 2024-11-26T08:09:57.286Z | Compiling cancel-safe-futures v0.1.5 |
1830 | 2024-11-26T08:09:57.641Z | Compiling owo-colors v4.1.0 |
1831 | 2024-11-26T08:09:57.685Z | Compiling whoami v1.5.2 |
1832 | 2024-11-26T08:09:57.980Z | Compiling fixedbitset v0.4.2 |
1833 | 2024-11-26T08:09:58.660Z | Compiling petgraph v0.6.5 |
1834 | 2024-11-26T08:09:59.311Z | Compiling zerocopy v0.6.6 |
1835 | 2024-11-26T08:09:59.437Z | Compiling hubpack v0.1.2 |
1836 | 2024-11-26T08:09:59.939Z | Compiling argon2 v0.5.3 |
1837 | 2024-11-26T08:10:00.679Z | Compiling strum_macros v0.25.3 |
1838 | 2024-11-26T08:10:02.414Z | Compiling serde-big-array v0.5.1 |
1839 | 2024-11-26T08:10:02.466Z | Compiling serde_repr v0.1.19 |
1840 | 2024-11-26T08:10:02.672Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1841 | 2024-11-26T08:10:03.243Z | Compiling cookie v0.18.1 |
1842 | 2024-11-26T08:10:03.616Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1843 | 2024-11-26T08:10:03.718Z | Compiling convert_case v0.4.0 |
1844 | 2024-11-26T08:10:04.256Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1845 | 2024-11-26T08:10:04.501Z | Compiling derive_more v0.99.18 |
1846 | 2024-11-26T08:10:04.534Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1847 | 2024-11-26T08:10:05.989Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1848 | 2024-11-26T08:10:06.126Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1849 | 2024-11-26T08:10:07.224Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1850 | 2024-11-26T08:10:09.543Z | Compiling atomicwrites v0.4.4 |
1851 | 2024-11-26T08:10:10.064Z | Compiling itertools v0.13.0 |
1852 | 2024-11-26T08:10:11.347Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1853 | 2024-11-26T08:10:12.067Z | Compiling libsw v3.3.1 |
1854 | 2024-11-26T08:10:12.427Z | Compiling idna v0.4.0 |
1855 | 2024-11-26T08:10:12.630Z | Compiling derive-where v1.2.7 |
1856 | 2024-11-26T08:10:13.453Z | Compiling enum-as-inner v0.6.1 |
1857 | 2024-11-26T08:10:13.559Z | Compiling linked-hash-map v0.5.6 |
1858 | 2024-11-26T08:10:14.000Z | Compiling highway v1.2.0 |
1859 | 2024-11-26T08:10:14.034Z | Compiling data-encoding v2.6.0 |
1860 | 2024-11-26T08:10:14.626Z | Compiling quick-error v1.2.3 |
1861 | 2024-11-26T08:10:14.788Z | Compiling linear-map v1.2.0 |
1862 | 2024-11-26T08:10:15.239Z | Compiling indent_write v2.2.0 |
1863 | 2024-11-26T08:10:15.384Z | Compiling swrite v0.1.0 |
1864 | 2024-11-26T08:10:15.475Z | Compiling hickory-proto v0.24.1 |
1865 | 2024-11-26T08:10:15.520Z | Compiling resolv-conf v0.7.0 |
1866 | 2024-11-26T08:10:15.994Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1867 | 2024-11-26T08:10:16.343Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1868 | 2024-11-26T08:10:17.047Z | Compiling lru-cache v0.1.2 |
1869 | 2024-11-26T08:10:17.295Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1870 | 2024-11-26T08:10:18.540Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1871 | 2024-11-26T08:10:18.961Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1872 | 2024-11-26T08:10:20.717Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1873 | 2024-11-26T08:10:21.072Z | Compiling steno v0.4.1 |
1874 | 2024-11-26T08:10:26.052Z | Compiling slog-dtrace v0.3.0 |
1875 | 2024-11-26T08:10:26.419Z | Compiling parking_lot_core v0.8.6 |
1876 | 2024-11-26T08:10:26.931Z | Compiling humantime v2.1.0 |
1877 | 2024-11-26T08:10:27.810Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1878 | 2024-11-26T08:10:28.133Z | Compiling hickory-resolver v0.24.1 |
1879 | 2024-11-26T08:10:28.337Z | Compiling num-derive v0.3.3 |
1880 | 2024-11-26T08:10:30.629Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1881 | 2024-11-26T08:10:30.877Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1882 | 2024-11-26T08:10:33.003Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1883 | 2024-11-26T08:10:33.093Z | Compiling crossbeam-epoch v0.9.18 |
1884 | 2024-11-26T08:10:33.760Z | Compiling parking_lot v0.11.2 |
1885 | 2024-11-26T08:10:34.239Z | Compiling http v0.2.12 |
1886 | 2024-11-26T08:10:34.521Z | Compiling fxhash v0.2.1 |
1887 | 2024-11-26T08:10:34.762Z | Compiling crc32fast v1.4.2 |
1888 | 2024-11-26T08:10:35.282Z | Compiling sled v0.34.7 |
1889 | 2024-11-26T08:10:35.758Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1890 | 2024-11-26T08:10:36.015Z | Compiling rustls v0.21.12 |
1891 | 2024-11-26T08:10:36.386Z | Compiling http-body v0.4.6 |
1892 | 2024-11-26T08:10:36.945Z | Compiling h2 v0.3.26 |
1893 | 2024-11-26T08:10:39.014Z | Compiling rustls-webpki v0.101.7 |
1894 | 2024-11-26T08:10:42.999Z | Compiling sct v0.7.1 |
1895 | 2024-11-26T08:10:43.086Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1896 | 2024-11-26T08:10:43.454Z | Compiling half v2.4.1 |
1897 | 2024-11-26T08:10:43.456Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1898 | 2024-11-26T08:10:43.631Z | Compiling ciborium-io v0.2.2 |
1899 | 2024-11-26T08:10:43.774Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1900 | 2024-11-26T08:10:44.151Z | Compiling ciborium-ll v0.2.2 |
1901 | 2024-11-26T08:10:47.055Z | Compiling hyper v0.14.30 |
1902 | 2024-11-26T08:10:47.894Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1903 | 2024-11-26T08:10:49.611Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1904 | 2024-11-26T08:10:51.645Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1905 | 2024-11-26T08:10:51.851Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1906 | 2024-11-26T08:10:51.945Z | Compiling arc-swap v1.7.1 |
1907 | 2024-11-26T08:10:52.646Z | Compiling crc8 v0.1.1 |
1908 | 2024-11-26T08:10:52.956Z | Compiling slog-scope v4.4.0 |
1909 | 2024-11-26T08:10:53.103Z | Compiling tokio-rustls v0.24.1 |
1910 | 2024-11-26T08:10:53.571Z | Compiling ciborium v0.2.2 |
1911 | 2024-11-26T08:10:53.755Z | Compiling proc-macro-crate v3.2.0 |
1912 | 2024-11-26T08:10:54.937Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1913 | 2024-11-26T08:10:55.832Z | Compiling smartstring v1.0.1 |
1914 | 2024-11-26T08:10:56.216Z | Compiling base64 v0.21.7 |
1915 | 2024-11-26T08:10:57.389Z | Compiling rustls-pemfile v1.0.4 |
1916 | 2024-11-26T08:10:58.626Z | Compiling num_enum_derive v0.7.3 |
1917 | 2024-11-26T08:10:59.647Z | Compiling hyper-rustls v0.24.2 |
1918 | 2024-11-26T08:11:00.023Z | Compiling slog-stdlog v4.1.1 |
1919 | 2024-11-26T08:11:00.797Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1920 | 2024-11-26T08:11:01.247Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1921 | 2024-11-26T08:11:04.181Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1922 | 2024-11-26T08:11:04.691Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1923 | 2024-11-26T08:11:04.829Z | Compiling hyper-tls v0.5.0 |
1924 | 2024-11-26T08:11:05.264Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1925 | 2024-11-26T08:11:13.687Z | Compiling spin v0.5.2 |
1926 | 2024-11-26T08:11:13.958Z | Compiling webpki-roots v0.25.4 |
1927 | 2024-11-26T08:11:14.141Z | Compiling sync_wrapper v0.1.2 |
1928 | 2024-11-26T08:11:14.292Z | Compiling reqwest v0.11.27 |
1929 | 2024-11-26T08:11:14.648Z | Compiling no-std-compat v0.4.1 |
1930 | 2024-11-26T08:11:14.933Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1931 | 2024-11-26T08:11:21.831Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1932 | 2024-11-26T08:11:24.926Z | Compiling num_enum v0.7.3 |
1933 | 2024-11-26T08:11:25.126Z | Compiling slog-envlogger v2.2.0 |
1934 | 2024-11-26T08:11:26.433Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1935 | 2024-11-26T08:11:27.867Z | Compiling thin-vec v0.2.13 |
1936 | 2024-11-26T08:11:27.921Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1937 | 2024-11-26T08:11:28.119Z | Compiling rhai_codegen v2.2.0 |
1938 | 2024-11-26T08:11:28.427Z | Compiling minimal-lexical v0.2.1 |
1939 | 2024-11-26T08:11:28.563Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1940 | 2024-11-26T08:11:29.084Z | Compiling nom v7.1.3 |
1941 | 2024-11-26T08:11:31.237Z | Compiling rhai v1.20.0 |
1942 | 2024-11-26T08:11:33.330Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1943 | 2024-11-26T08:11:42.494Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1944 | 2024-11-26T08:11:44.189Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1945 | 2024-11-26T08:11:45.795Z | Compiling itertools v0.12.1 |
1946 | 2024-11-26T08:11:46.613Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1947 | 2024-11-26T08:11:46.991Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1948 | 2024-11-26T08:11:48.901Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1949 | 2024-11-26T08:11:49.598Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1950 | 2024-11-26T08:11:53.191Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1951 | 2024-11-26T08:11:54.604Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1952 | 2024-11-26T08:11:55.797Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1953 | 2024-11-26T08:12:01.206Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1954 | 2024-11-26T08:12:01.319Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1955 | 2024-11-26T08:12:01.618Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1956 | 2024-11-26T08:12:08.959Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1957 | 2024-11-26T08:12:33.834Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1958 | 2024-11-26T08:12:39.183Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1959 | 2024-11-26T08:12:40.586Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1960 | 2024-11-26T08:12:40.786Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1961 | 2024-11-26T08:13:17.210Z | Finished `release` profile [optimized] target(s) in 6m 27s |
1962 | 2024-11-26T08:13:17.351Z | |
1963 | 2024-11-26T08:13:17.353Z | real 6:27.441368730 |
1964 | 2024-11-26T08:13:17.353Z | user 45:54.185840848 |
1965 | 2024-11-26T08:13:17.353Z | sys 4:09.839301201 |
1966 | 2024-11-26T08:13:17.353Z | trap 1.255410473 |
1967 | 2024-11-26T08:13:17.354Z | tflt 2.796495108 |
1968 | 2024-11-26T08:13:17.354Z | dflt 0.969775694 |
1969 | 2024-11-26T08:13:17.354Z | kflt 0.000391827 |
1970 | 2024-11-26T08:13:17.354Z | lock 1:46:52.242540286 |
1971 | 2024-11-26T08:13:17.354Z | slp 2:49:24.502102615 |
1972 | 2024-11-26T08:13:17.354Z | lat 2:07.342562923 |
1973 | 2024-11-26T08:13:17.354Z | stop 2:05.134429310 |
1974 | 2024-11-26T08:13:17.354Z | + for x in debug release |
1975 | 2024-11-26T08:13:17.354Z | + mkdir -p /work/debug |
1976 | 2024-11-26T08:13:17.356Z | + cp target/debug/ddmd /work/debug/ddmd |
1977 | 2024-11-26T08:13:17.773Z | + cp target/debug/ddmadm /work/debug/ddmadm |
1978 | 2024-11-26T08:13:18.100Z | + for x in debug release |
1979 | 2024-11-26T08:13:18.100Z | + mkdir -p /work/release |
1980 | 2024-11-26T08:13:18.103Z | + cp target/release/ddmd /work/release/ddmd |
1981 | 2024-11-26T08:13:18.160Z | + cp target/release/ddmadm /work/release/ddmadm |
1982 | 2024-11-26T08:13:18.202Z | process exited: duration 783642 ms, exit code 0 |
|
1983 | 2024-11-26T08:13:18.215Z | found 4 output files |
1984 | 2024-11-26T08:13:18.215Z | uploading: /work/debug/ddmadm (337092232 bytes) |
1985 | 2024-11-26T08:13:24.571Z | uploaded: /work/debug/ddmadm |
1986 | 2024-11-26T08:13:24.571Z | uploading: /work/debug/ddmd (418586256 bytes) |
1987 | 2024-11-26T08:13:31.520Z | uploaded: /work/debug/ddmd |
1988 | 2024-11-26T08:13:31.520Z | uploading: /work/release/ddmadm (19694064 bytes) |
1989 | 2024-11-26T08:13:32.792Z | uploaded: /work/release/ddmadm |
1990 | 2024-11-26T08:13:32.797Z | uploading: /work/release/ddmd (44926704 bytes) |
1991 | 2024-11-26T08:13:34.371Z | uploaded: /work/release/ddmd |