|
|
|
1 | 2024-11-01T04:36:32.117Z | job assigned to worker 01JBK03H5KM428PZ9AJQ9BZ2SQ (queued for 51 s) |
|
2 | 2024-11-01T04:36:40.339Z | starting task 0: "setup" |
3 | 2024-11-01T04:36:40.349Z | ++ uname -s |
4 | 2024-11-01T04:36:40.351Z | + kern=SunOS |
5 | 2024-11-01T04:36:40.351Z | + case "$kern" in |
6 | 2024-11-01T04:36:40.351Z | + [[ 0 == 12345 ]] |
7 | 2024-11-01T04:36:40.351Z | + groupadd -g 12345 build |
8 | 2024-11-01T04:36:40.354Z | + useradd -u 12345 -g build -d /home/build -s /bin/bash -c build -P 'Primary Administrator' build |
9 | 2024-11-01T04:36:42.366Z | + zfs create -o mountpoint=/work rpool/work |
10 | 2024-11-01T04:36:42.511Z | ++ awk '$2 == "/home" { print $3 }' /etc/mnttab |
11 | 2024-11-01T04:36:42.513Z | + home_fs=zfs |
12 | 2024-11-01T04:36:42.514Z | + [[ zfs == autofs ]] |
13 | 2024-11-01T04:36:42.514Z | + mkdir -p /home/build |
14 | 2024-11-01T04:36:42.516Z | + chown build:build /home/build /work |
15 | 2024-11-01T04:36:44.518Z | + chmod 0700 /home/build /work |
16 | 2024-11-01T04:36:44.520Z | process exited: duration 4181 ms, exit code 0 |
|
17 | 2024-11-01T04:36:44.526Z | starting task 1: "rust-toolchain" |
18 | 2024-11-01T04:36:44.531Z | + printf ' * toolchain channel = "%s" |
19 | 2024-11-01T04:36:44.531Z | * toolchain channel = "stable" |
20 | 2024-11-01T04:36:44.531Z | ' stable |
21 | 2024-11-01T04:36:44.531Z | + printf ' * toolchain profile = "%s" |
22 | 2024-11-01T04:36:44.532Z | ' default |
23 | 2024-11-01T04:36:44.532Z | * toolchain profile = "default" |
24 | 2024-11-01T04:36:44.534Z | + curl --proto =https --tlsv1.2 -sSf https://sh.rustup.rs |
25 | 2024-11-01T04:36:44.534Z | + /bin/bash -s - -y --no-modify-path --default-toolchain stable --profile default |
26 | 2024-11-01T04:36:44.654Z | info: downloading installer |
27 | 2024-11-01T04:36:46.295Z | info: profile set to 'default' |
28 | 2024-11-01T04:36:46.295Z | info: default host triple is x86_64-unknown-illumos |
29 | 2024-11-01T04:36:46.297Z | info: syncing channel updates for 'stable-x86_64-unknown-illumos' |
30 | 2024-11-01T04:36:46.472Z | info: latest update on 2024-10-17, rust version 1.82.0 (f6e511eec 2024-10-15) |
31 | 2024-11-01T04:36:46.472Z | info: downloading component 'cargo' |
32 | 2024-11-01T04:36:47.394Z | info: downloading component 'clippy' |
33 | 2024-11-01T04:36:47.748Z | info: downloading component 'rust-docs' |
34 | 2024-11-01T04:36:49.054Z | info: downloading component 'rust-std' |
35 | 2024-11-01T04:36:51.101Z | info: downloading component 'rustc' |
36 | 2024-11-01T04:36:57.789Z | info: downloading component 'rustfmt' |
37 | 2024-11-01T04:36:58.052Z | info: installing component 'cargo' |
38 | 2024-11-01T04:36:58.897Z | info: installing component 'clippy' |
39 | 2024-11-01T04:36:59.292Z | info: installing component 'rust-docs' |
40 | 2024-11-01T04:37:01.127Z | info: installing component 'rust-std' |
41 | 2024-11-01T04:37:03.002Z | info: installing component 'rustc' |
42 | 2024-11-01T04:37:09.328Z | info: installing component 'rustfmt' |
43 | 2024-11-01T04:37:09.933Z | info: default toolchain set to 'stable-x86_64-unknown-illumos' |
44 | 2024-11-01T04:37:09.934Z | |
45 | 2024-11-01T04:37:10.341Z | stable-x86_64-unknown-illumos installed - rustc 1.82.0 (f6e511eec 2024-10-15) |
46 | 2024-11-01T04:37:10.341Z | |
47 | 2024-11-01T04:37:10.356Z | |
48 | 2024-11-01T04:37:10.356Z | Rust is installed now. Great! |
49 | 2024-11-01T04:37:10.356Z | |
50 | 2024-11-01T04:37:10.356Z | To get started you need Cargo's bin directory ($HOME/.cargo/bin) in your PATH |
51 | 2024-11-01T04:37:10.356Z | environment variable. This has not been done automatically. |
52 | 2024-11-01T04:37:10.356Z | |
53 | 2024-11-01T04:37:10.356Z | To configure your current shell, you need to source |
54 | 2024-11-01T04:37:10.356Z | the corresponding env file under $HOME/.cargo. |
55 | 2024-11-01T04:37:10.356Z | |
56 | 2024-11-01T04:37:10.356Z | This is usually done by running one of the following (note the leading DOT): |
57 | 2024-11-01T04:37:10.356Z | . "$HOME/.cargo/env" # For sh/bash/zsh/ash/dash/pdksh |
58 | 2024-11-01T04:37:10.356Z | source "$HOME/.cargo/env.fish" # For fish |
59 | 2024-11-01T04:37:10.430Z | + rustc --version |
60 | 2024-11-01T04:37:10.492Z | rustc 1.82.0 (f6e511eec 2024-10-15) |
61 | 2024-11-01T04:37:10.497Z | process exited: duration 25958 ms, exit code 0 |
|
62 | 2024-11-01T04:37:10.508Z | starting task 2: "authentication" |
63 | 2024-11-01T04:37:10.548Z | process exited: duration 33 ms, exit code 0 |
|
64 | 2024-11-01T04:37:10.569Z | starting task 3: "clone repository" |
65 | 2024-11-01T04:37:10.577Z | + mkdir -p /work/oxidecomputer/maghemite |
66 | 2024-11-01T04:37:10.577Z | + git clone https://github.com/oxidecomputer/maghemite /work/oxidecomputer/maghemite |
67 | 2024-11-01T04:37:11.602Z | Cloning into '/work/oxidecomputer/maghemite'... |
68 | 2024-11-01T04:37:20.720Z | + cd /work/oxidecomputer/maghemite |
69 | 2024-11-01T04:37:20.723Z | + git fetch origin da9305638385cb0fd28e4a48055e87b7942e3e8c |
70 | 2024-11-01T04:37:20.961Z | From https://github.com/oxidecomputer/maghemite |
71 | 2024-11-01T04:37:20.961Z | * branch da9305638385cb0fd28e4a48055e87b7942e3e8c -> FETCH_HEAD |
72 | 2024-11-01T04:37:20.968Z | + [[ -n trey/unique_neigh ]] |
73 | 2024-11-01T04:37:20.971Z | ++ git branch --show-current |
74 | 2024-11-01T04:37:20.974Z | + current=main |
75 | 2024-11-01T04:37:20.974Z | + [[ main != trey/unique_neigh ]] |
76 | 2024-11-01T04:37:20.974Z | + git branch -f trey/unique_neigh da9305638385cb0fd28e4a48055e87b7942e3e8c |
77 | 2024-11-01T04:37:20.977Z | + git checkout -f trey/unique_neigh |
78 | 2024-11-01T04:37:20.990Z | Switched to branch 'trey/unique_neigh' |
79 | 2024-11-01T04:37:20.992Z | + git reset --hard da9305638385cb0fd28e4a48055e87b7942e3e8c |
80 | 2024-11-01T04:37:21.004Z | HEAD is now at da93056 rdb: test logging improvements |
81 | 2024-11-01T04:37:21.006Z | process exited: duration 10446 ms, exit code 0 |
|
82 | 2024-11-01T04:37:21.012Z | starting task 4: "build" |
83 | 2024-11-01T04:37:21.017Z | + cargo --version |
84 | 2024-11-01T04:37:21.024Z | info: syncing channel updates for '1.81.0-x86_64-unknown-illumos' |
85 | 2024-11-01T04:37:21.244Z | info: latest update on 2024-09-05, rust version 1.81.0 (eeb90cda1 2024-09-04) |
86 | 2024-11-01T04:37:21.244Z | info: downloading component 'cargo' |
87 | 2024-11-01T04:37:22.184Z | info: downloading component 'clippy' |
88 | 2024-11-01T04:37:22.499Z | info: downloading component 'rust-docs' |
89 | 2024-11-01T04:37:23.657Z | info: downloading component 'rust-std' |
90 | 2024-11-01T04:37:25.466Z | info: downloading component 'rustc' |
91 | 2024-11-01T04:37:31.788Z | info: downloading component 'rustfmt' |
92 | 2024-11-01T04:37:32.050Z | info: installing component 'cargo' |
93 | 2024-11-01T04:37:32.906Z | info: installing component 'clippy' |
94 | 2024-11-01T04:37:33.295Z | info: installing component 'rust-docs' |
95 | 2024-11-01T04:37:34.885Z | info: installing component 'rust-std' |
96 | 2024-11-01T04:37:36.751Z | info: installing component 'rustc' |
97 | 2024-11-01T04:37:42.504Z | info: installing component 'rustfmt' |
98 | 2024-11-01T04:37:42.929Z | cargo 1.81.0 (2dbb1af80 2024-08-20) |
99 | 2024-11-01T04:37:42.931Z | + rustc --version |
100 | 2024-11-01T04:37:43.000Z | rustc 1.81.0 (eeb90cda1 2024-09-04) |
101 | 2024-11-01T04:37:43.003Z | + banner check |
102 | 2024-11-01T04:37:43.058Z | |
103 | 2024-11-01T04:37:43.058Z | #### # # ###### #### # # |
104 | 2024-11-01T04:37:43.058Z | # # # # # # # # # |
105 | 2024-11-01T04:37:43.058Z | # ###### ##### # #### |
106 | 2024-11-01T04:37:43.058Z | # # # # # # # |
107 | 2024-11-01T04:37:43.058Z | # # # # # # # # # |
108 | 2024-11-01T04:37:43.058Z | #### # # ###### #### # # |
109 | 2024-11-01T04:37:43.058Z | |
110 | 2024-11-01T04:37:43.061Z | + cargo fmt -- --check |
111 | 2024-11-01T04:37:43.674Z | + cargo clippy --all-targets -- --deny warnings |
112 | 2024-11-01T04:37:43.910Z | Updating git repository `https://www.github.com/oxidecomputer/oxnet` |
113 | 2024-11-01T04:37:44.142Z | warning: redirecting to https://github.com/oxidecomputer/oxnet.git/ |
114 | 2024-11-01T04:37:44.361Z | From https://www.github.com/oxidecomputer/oxnet |
115 | 2024-11-01T04:37:44.361Z | * [new branch] ci -> origin/ci |
116 | 2024-11-01T04:37:44.365Z | * [new branch] dependabot/cargo/regress-0.10.1 -> origin/dependabot/cargo/regress-0.10.1 |
117 | 2024-11-01T04:37:44.365Z | * [new branch] dependabot/cargo/serde-1.0.210 -> origin/dependabot/cargo/serde-1.0.210 |
118 | 2024-11-01T04:37:44.365Z | * [new branch] dependabot/cargo/serde_json-1.0.128 -> origin/dependabot/cargo/serde_json-1.0.128 |
119 | 2024-11-01T04:37:44.365Z | * [new branch] main -> origin/main |
120 | 2024-11-01T04:37:44.365Z | * [new ref] -> origin/HEAD |
121 | 2024-11-01T04:37:44.373Z | Updating crates.io index |
122 | 2024-11-01T04:37:44.440Z | Updating git repository `https://github.com/oxidecomputer/falcon` |
123 | 2024-11-01T04:37:45.175Z | From https://github.com/oxidecomputer/falcon |
124 | 2024-11-01T04:37:45.175Z | * [new ref] d8c38f890040f90cdc467e23f3f06b6372a9921c -> refs/commit/d8c38f890040f90cdc467e23f3f06b6372a9921c |
125 | 2024-11-01T04:37:45.277Z | Updating git repository `https://github.com/oxidecomputer/dendrite` |
126 | 2024-11-01T04:37:46.458Z | From https://github.com/oxidecomputer/dendrite |
127 | 2024-11-01T04:37:46.458Z | * [new ref] 4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 -> refs/commit/4cdc7d7e18a25833843686d76b95a9ca4a5dfab0 |
128 | 2024-11-01T04:37:46.509Z | Updating git repository `https://github.com/oxidecomputer/ispf` |
129 | 2024-11-01T04:37:46.830Z | From https://github.com/oxidecomputer/ispf |
130 | 2024-11-01T04:37:46.830Z | * [new ref] f78443a98397f7818b1e7a487dbb7d5cad625496 -> refs/commit/f78443a98397f7818b1e7a487dbb7d5cad625496 |
131 | 2024-11-01T04:37:46.845Z | Updating git repository `https://github.com/oxidecomputer/netadm-sys` |
132 | 2024-11-01T04:37:47.294Z | From https://github.com/oxidecomputer/netadm-sys |
133 | 2024-11-01T04:37:47.294Z | * [new ref] e07ad76458eb50601e0da4f9da16dbc942bfc2ba -> refs/commit/e07ad76458eb50601e0da4f9da16dbc942bfc2ba |
134 | 2024-11-01T04:37:47.301Z | Updating git repository `https://github.com/oxidecomputer/omicron` |
135 | 2024-11-01T04:37:51.440Z | From https://github.com/oxidecomputer/omicron |
136 | 2024-11-01T04:37:51.440Z | * [new ref] 48125c8e00738710bde6aed65c253c606c2bdb30 -> refs/commit/48125c8e00738710bde6aed65c253c606c2bdb30 |
137 | 2024-11-01T04:37:51.471Z | * [new tag] dogfood -> dogfood |
138 | 2024-11-01T04:37:51.477Z | * [new tag] v5 -> v5 |
139 | 2024-11-01T04:37:51.477Z | * [new tag] v6 -> v6 |
140 | 2024-11-01T04:37:51.477Z | * [new tag] v7 -> v7 |
141 | 2024-11-01T04:37:51.477Z | * [new tag] v8 -> v8 |
142 | 2024-11-01T04:37:51.477Z | * [new tag] v9 -> v9 |
143 | 2024-11-01T04:37:51.829Z | Updating git repository `https://github.com/oxidecomputer/opte` |
144 | 2024-11-01T04:37:52.863Z | From https://github.com/oxidecomputer/opte |
145 | 2024-11-01T04:37:52.863Z | * [new ref] 3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d -> refs/commit/3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d |
146 | 2024-11-01T04:37:52.910Z | Updating git repository `https://github.com/illumos/smf-rs` |
147 | 2024-11-01T04:37:53.253Z | From https://github.com/illumos/smf-rs |
148 | 2024-11-01T04:37:53.254Z | * [new ref] f14ff3517648206baa4b42ef522d2114ed5bcb48 -> refs/commit/f14ff3517648206baa4b42ef522d2114ed5bcb48 |
149 | 2024-11-01T04:37:53.286Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
150 | 2024-11-01T04:37:54.150Z | From https://github.com/oxidecomputer/maghemite |
151 | 2024-11-01T04:37:54.150Z | * [new ref] 2bfd39000c878c45675651a7588c015c486e7f43 -> refs/commit/2bfd39000c878c45675651a7588c015c486e7f43 |
152 | 2024-11-01T04:37:54.190Z | * [new tag] rift -> rift |
153 | 2024-11-01T04:37:54.190Z | * [new tag] srp -> srp |
154 | 2024-11-01T04:37:54.192Z | * [new tag] tie-spf -> tie-spf |
155 | 2024-11-01T04:37:54.230Z | Updating git repository `https://github.com/oxidecomputer/zone` |
156 | 2024-11-01T04:37:54.567Z | From https://github.com/oxidecomputer/zone |
157 | 2024-11-01T04:37:54.567Z | * [new ref] 7a0cb48801eaf5d1c91dfb36108528bd754e2e70 -> refs/commit/7a0cb48801eaf5d1c91dfb36108528bd754e2e70 |
158 | 2024-11-01T04:37:54.616Z | Updating git repository `https://github.com/oxidecomputer/propolis` |
159 | 2024-11-01T04:37:55.305Z | From https://github.com/oxidecomputer/propolis |
160 | 2024-11-01T04:37:55.305Z | * [new ref] fae5334bcad5e864794332c6fed5e6bb9ec88831 -> refs/commit/fae5334bcad5e864794332c6fed5e6bb9ec88831 |
161 | 2024-11-01T04:37:55.374Z | Updating git repository `https://github.com/oxidecomputer/dlpi-sys` |
162 | 2024-11-01T04:37:55.767Z | From https://github.com/oxidecomputer/dlpi-sys |
163 | 2024-11-01T04:37:55.768Z | * [new ref] 1d587ea98cf2d36f1b1624b0b960559c76d475d2 -> refs/commit/1d587ea98cf2d36f1b1624b0b960559c76d475d2 |
164 | 2024-11-01T04:37:55.776Z | Updating git repository `https://github.com/jmesmon/rust-libzfs` |
165 | 2024-11-01T04:37:56.224Z | From https://github.com/jmesmon/rust-libzfs |
166 | 2024-11-01T04:37:56.224Z | * [new ref] ecd5a922247a6c5acef55d76c5b8d115572bc850 -> refs/commit/ecd5a922247a6c5acef55d76c5b8d115572bc850 |
167 | 2024-11-01T04:37:56.240Z | * [new tag] v0.4.0 -> v0.4.0 |
168 | 2024-11-01T04:37:56.254Z | Updating git repository `https://github.com/oxidecomputer/rusty-doors` |
169 | 2024-11-01T04:37:56.651Z | From https://github.com/oxidecomputer/rusty-doors |
170 | 2024-11-01T04:37:56.651Z | * [new ref] 0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf -> refs/commit/0e3a1495dcf8b7b5e11a6921c2cf1cf957c5a5bf |
171 | 2024-11-01T04:37:56.672Z | Updating git repository `https://github.com/oxidecomputer/maghemite` |
172 | 2024-11-01T04:37:57.078Z | From https://github.com/oxidecomputer/maghemite |
173 | 2024-11-01T04:37:57.078Z | * [new ref] b13b5b240f3967de753fd589b1036745d2770b52 -> refs/commit/b13b5b240f3967de753fd589b1036745d2770b52 |
174 | 2024-11-01T04:37:57.135Z | Updating git repository `https://github.com/oxidecomputer/serde_human_bytes` |
175 | 2024-11-01T04:37:57.445Z | From https://github.com/oxidecomputer/serde_human_bytes |
176 | 2024-11-01T04:37:57.445Z | * [new ref] 0a09794501b6208120528c3b457d5f3a8cb17424 -> refs/commit/0a09794501b6208120528c3b457d5f3a8cb17424 |
177 | 2024-11-01T04:37:57.466Z | Updating git repository `https://github.com/oxidecomputer/slog-error-chain` |
178 | 2024-11-01T04:37:57.807Z | From https://github.com/oxidecomputer/slog-error-chain |
179 | 2024-11-01T04:37:57.807Z | * [new ref] 15f69041f45774602108e47fb25e705dc23acfb2 -> refs/commit/15f69041f45774602108e47fb25e705dc23acfb2 |
180 | 2024-11-01T04:37:57.835Z | Updating git repository `https://github.com/oxidecomputer/poptrie` |
181 | 2024-11-01T04:37:58.144Z | From https://github.com/oxidecomputer/poptrie |
182 | 2024-11-01T04:37:58.144Z | * [new ref] ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 -> refs/commit/ca52bef3f87ff1a67d81b3c6e601dcb5fdbcc165 |
183 | 2024-11-01T04:37:58.186Z | Updating git repository `https://github.com/illumos/libscf-sys.git` |
184 | 2024-11-01T04:37:58.517Z | From https://github.com/illumos/libscf-sys |
185 | 2024-11-01T04:37:58.517Z | * [new ref] bb0b82c32cff5eee65efc4f214924c3daf7edc93 -> refs/commit/bb0b82c32cff5eee65efc4f214924c3daf7edc93 |
186 | 2024-11-01T04:37:58.525Z | Updating git repository `https://github.com/oxidecomputer/progenitor` |
187 | 2024-11-01T04:37:59.418Z | From https://github.com/oxidecomputer/progenitor |
188 | 2024-11-01T04:37:59.418Z | * [new ref] e0a1045aed55a0db2cd67939252ea354e284d840 -> refs/commit/e0a1045aed55a0db2cd67939252ea354e284d840 |
189 | 2024-11-01T04:37:59.441Z | * [new tag] v0.1.1 -> v0.1.1 |
190 | 2024-11-01T04:37:59.443Z | * [new tag] v0.2.0 -> v0.2.0 |
191 | 2024-11-01T04:37:59.443Z | * [new tag] v0.3.0 -> v0.3.0 |
192 | 2024-11-01T04:37:59.443Z | * [new tag] v0.4.0 -> v0.4.0 |
193 | 2024-11-01T04:37:59.443Z | * [new tag] v0.5.0 -> v0.5.0 |
194 | 2024-11-01T04:37:59.443Z | * [new tag] v0.6.0 -> v0.6.0 |
195 | 2024-11-01T04:37:59.443Z | * [new tag] v0.7.0 -> v0.7.0 |
196 | 2024-11-01T04:37:59.662Z | Updating git repository `https://github.com/oxidecomputer/typify` |
197 | 2024-11-01T04:38:00.420Z | From https://github.com/oxidecomputer/typify |
198 | 2024-11-01T04:38:00.420Z | * [new ref] 50d969668dcad42300423f893de9b3903f11b65c -> refs/commit/50d969668dcad42300423f893de9b3903f11b65c |
199 | 2024-11-01T04:38:00.422Z | * [new tag] v0.2.0 -> v0.2.0 |
200 | 2024-11-01T04:38:00.439Z | * [new tag] v0.0.10 -> v0.0.10 |
201 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.11 -> v0.0.11 |
202 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.12 -> v0.0.12 |
203 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.13 -> v0.0.13 |
204 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.14 -> v0.0.14 |
205 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.15 -> v0.0.15 |
206 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.16 -> v0.0.16 |
207 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.4 -> v0.0.4 |
208 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.5 -> v0.0.5 |
209 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.7 -> v0.0.7 |
210 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.8 -> v0.0.8 |
211 | 2024-11-01T04:38:00.442Z | * [new tag] v0.0.9 -> v0.0.9 |
212 | 2024-11-01T04:38:00.442Z | * [new tag] v0.1.0 -> v0.1.0 |
213 | 2024-11-01T04:38:00.590Z | Updating git repository `https://github.com/oxidecomputer/crucible` |
214 | 2024-11-01T04:38:02.455Z | From https://github.com/oxidecomputer/crucible |
215 | 2024-11-01T04:38:02.455Z | * [new ref] 74286f952a2953cd08512015076f0947050deba7 -> refs/commit/74286f952a2953cd08512015076f0947050deba7 |
216 | 2024-11-01T04:38:02.512Z | Updating git repository `https://github.com/oxidecomputer/opte` |
217 | 2024-11-01T04:38:03.036Z | From https://github.com/oxidecomputer/opte |
218 | 2024-11-01T04:38:03.037Z | * [new ref] 76878de67229ea113d70503c441eab47ac5dc653 -> refs/commit/76878de67229ea113d70503c441eab47ac5dc653 |
219 | 2024-11-01T04:38:03.093Z | Updating git repository `https://github.com/oxidecomputer/management-gateway-service` |
220 | 2024-11-01T04:38:03.715Z | From https://github.com/oxidecomputer/management-gateway-service |
221 | 2024-11-01T04:38:03.715Z | * [new ref] 9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 -> refs/commit/9bbac475dcaac88286c07a20b6bd3e94fc81d7f0 |
222 | 2024-11-01T04:38:04.412Z | Downloading crates ... |
223 | 2024-11-01T04:38:04.483Z | Downloaded anstyle-query v1.1.1 |
224 | 2024-11-01T04:38:04.491Z | Downloaded ahash v0.8.11 |
225 | 2024-11-01T04:38:04.494Z | Downloaded crossbeam-utils v0.8.20 |
226 | 2024-11-01T04:38:04.500Z | Downloaded const-random-macro v0.1.16 |
227 | 2024-11-01T04:38:04.508Z | Downloaded crc8 v0.1.1 |
228 | 2024-11-01T04:38:04.512Z | Downloaded ciborium-io v0.2.2 |
229 | 2024-11-01T04:38:04.512Z | Downloaded foreign-types-macros v0.2.3 |
230 | 2024-11-01T04:38:04.512Z | Downloaded enum-as-inner v0.6.1 |
231 | 2024-11-01T04:38:04.515Z | Downloaded cfg-if v1.0.0 |
232 | 2024-11-01T04:38:04.515Z | Downloaded pin-utils v0.1.0 |
233 | 2024-11-01T04:38:04.515Z | Downloaded futures-macro v0.3.30 |
234 | 2024-11-01T04:38:04.519Z | Downloaded cobs v0.2.3 |
235 | 2024-11-01T04:38:04.519Z | Downloaded atomic-waker v1.1.2 |
236 | 2024-11-01T04:38:04.524Z | Downloaded float-ord v0.3.2 |
237 | 2024-11-01T04:38:04.524Z | Downloaded ppv-lite86 v0.2.20 |
238 | 2024-11-01T04:38:04.524Z | Downloaded crypto-common v0.1.6 |
239 | 2024-11-01T04:38:04.524Z | Downloaded data-encoding v2.6.0 |
240 | 2024-11-01T04:38:04.528Z | Downloaded colored v2.1.0 |
241 | 2024-11-01T04:38:04.528Z | Downloaded progenitor-client v0.8.0 |
242 | 2024-11-01T04:38:04.528Z | Downloaded futures-io v0.3.30 |
243 | 2024-11-01T04:38:04.528Z | Downloaded futures-core v0.3.30 |
244 | 2024-11-01T04:38:04.531Z | Downloaded form_urlencoded v1.2.1 |
245 | 2024-11-01T04:38:04.531Z | Downloaded dyn-clone v1.0.17 |
246 | 2024-11-01T04:38:04.536Z | Downloaded dirs-sys-next v0.1.2 |
247 | 2024-11-01T04:38:04.536Z | Downloaded diff v0.1.13 |
248 | 2024-11-01T04:38:04.539Z | Downloaded embedded-io v0.6.1 |
249 | 2024-11-01T04:38:04.539Z | Downloaded proc-macro-error-attr v1.0.4 |
250 | 2024-11-01T04:38:04.543Z | Downloaded arc-swap v1.7.1 |
251 | 2024-11-01T04:38:04.546Z | Downloaded quinn v0.11.5 |
252 | 2024-11-01T04:38:04.548Z | Downloaded sha1 v0.10.6 |
253 | 2024-11-01T04:38:04.551Z | Downloaded serde_repr v0.1.19 |
254 | 2024-11-01T04:38:04.556Z | Downloaded rustversion v1.0.17 |
255 | 2024-11-01T04:38:04.559Z | Downloaded rustc-hash v2.0.0 |
256 | 2024-11-01T04:38:04.560Z | Downloaded hubpack v0.1.2 |
257 | 2024-11-01T04:38:04.560Z | Downloaded signal-hook-registry v1.4.2 |
258 | 2024-11-01T04:38:04.560Z | Downloaded expectorate v1.1.0 |
259 | 2024-11-01T04:38:04.567Z | Downloaded rand_chacha v0.3.1 |
260 | 2024-11-01T04:38:04.567Z | Downloaded slog-scope v4.4.0 |
261 | 2024-11-01T04:38:04.567Z | Downloaded serde_with_macros v3.9.0 |
262 | 2024-11-01T04:38:04.570Z | Downloaded serde_derive_internals v0.29.1 |
263 | 2024-11-01T04:38:04.570Z | Downloaded aho-corasick v1.1.3 |
264 | 2024-11-01T04:38:04.587Z | Downloaded smf v0.2.3 |
265 | 2024-11-01T04:38:04.590Z | Downloaded proc-macro-crate v3.2.0 |
266 | 2024-11-01T04:38:04.590Z | Downloaded parse-display v0.10.0 |
267 | 2024-11-01T04:38:04.590Z | Downloaded rhai_codegen v2.2.0 |
268 | 2024-11-01T04:38:04.590Z | Downloaded tinyvec v1.8.0 |
269 | 2024-11-01T04:38:04.593Z | Downloaded scopeguard v1.2.0 |
270 | 2024-11-01T04:38:04.593Z | Downloaded pest_meta v2.7.13 |
271 | 2024-11-01T04:38:04.597Z | Downloaded num-derive v0.4.2 |
272 | 2024-11-01T04:38:04.602Z | Downloaded percent-encoding v2.3.1 |
273 | 2024-11-01T04:38:04.602Z | Downloaded parse-display-derive v0.10.0 |
274 | 2024-11-01T04:38:04.604Z | Downloaded linked-hash-map v0.5.6 |
275 | 2024-11-01T04:38:04.604Z | Downloaded rustls-pki-types v1.8.0 |
276 | 2024-11-01T04:38:04.604Z | Downloaded anstyle-parse v0.2.5 |
277 | 2024-11-01T04:38:04.610Z | Downloaded pretty-hex v0.4.1 |
278 | 2024-11-01T04:38:04.610Z | Downloaded pretty-hex v0.2.1 |
279 | 2024-11-01T04:38:04.613Z | Downloaded num_enum v0.7.3 |
280 | 2024-11-01T04:38:04.618Z | Downloaded pretty_assertions v1.4.1 |
281 | 2024-11-01T04:38:04.622Z | Downloaded linear-map v1.2.0 |
282 | 2024-11-01T04:38:04.622Z | Downloaded hyper-util v0.1.9 |
283 | 2024-11-01T04:38:04.625Z | Downloaded smallvec v1.13.2 |
284 | 2024-11-01T04:38:04.628Z | Downloaded serde v1.0.210 |
285 | 2024-11-01T04:38:04.630Z | Downloaded sct v0.7.1 |
286 | 2024-11-01T04:38:04.633Z | Downloaded progenitor v0.8.0 |
287 | 2024-11-01T04:38:04.637Z | Downloaded tokio v1.40.0 |
288 | 2024-11-01T04:38:04.672Z | Downloaded strum_macros v0.26.4 |
289 | 2024-11-01T04:38:04.675Z | Downloaded powerfmt v0.2.0 |
290 | 2024-11-01T04:38:04.678Z | Downloaded autocfg v1.3.0 |
291 | 2024-11-01T04:38:04.678Z | Downloaded async-trait v0.1.83 |
292 | 2024-11-01T04:38:04.682Z | Downloaded serde-big-array v0.5.1 |
293 | 2024-11-01T04:38:04.684Z | Downloaded sigpipe v0.1.3 |
294 | 2024-11-01T04:38:04.688Z | Downloaded scroll_derive v0.12.0 |
295 | 2024-11-01T04:38:04.688Z | Downloaded crunchy v0.2.2 |
296 | 2024-11-01T04:38:04.688Z | Downloaded crucible-workspace-hack v0.1.0 |
297 | 2024-11-01T04:38:04.688Z | Downloaded colorchoice v1.0.2 |
298 | 2024-11-01T04:38:04.691Z | Downloaded const-random v0.1.18 |
299 | 2024-11-01T04:38:04.691Z | Downloaded proc-macro-crate v1.3.1 |
300 | 2024-11-01T04:38:04.694Z | Downloaded pest_derive v2.7.13 |
301 | 2024-11-01T04:38:04.698Z | Downloaded cstr-argument v0.1.2 |
302 | 2024-11-01T04:38:04.698Z | Downloaded clap_lex v0.7.2 |
303 | 2024-11-01T04:38:04.698Z | Downloaded ciborium-ll v0.2.2 |
304 | 2024-11-01T04:38:04.701Z | Downloaded pkg-config v0.3.31 |
305 | 2024-11-01T04:38:04.701Z | Downloaded dtrace-parser v0.2.0 |
306 | 2024-11-01T04:38:04.703Z | Downloaded darling_macro v0.20.10 |
307 | 2024-11-01T04:38:04.703Z | Downloaded argon2 v0.5.3 |
308 | 2024-11-01T04:38:04.703Z | Downloaded atomicwrites v0.4.4 |
309 | 2024-11-01T04:38:04.706Z | Downloaded foreign-types-shared v0.1.1 |
310 | 2024-11-01T04:38:04.706Z | Downloaded serde_urlencoded v0.7.1 |
311 | 2024-11-01T04:38:04.709Z | Downloaded rustc_version v0.1.7 |
312 | 2024-11-01T04:38:04.711Z | Downloaded rand_core v0.6.4 |
313 | 2024-11-01T04:38:04.711Z | Downloaded foreign-types v0.3.2 |
314 | 2024-11-01T04:38:04.711Z | Downloaded equivalent v1.0.1 |
315 | 2024-11-01T04:38:04.714Z | Downloaded try-lock v0.2.5 |
316 | 2024-11-01T04:38:04.714Z | Downloaded block-buffer v0.10.4 |
317 | 2024-11-01T04:38:04.717Z | Downloaded serde_tokenstream v0.2.2 |
318 | 2024-11-01T04:38:04.720Z | Downloaded mime v0.3.17 |
319 | 2024-11-01T04:38:04.720Z | Downloaded resolv-conf v0.7.0 |
320 | 2024-11-01T04:38:04.723Z | Downloaded convert_case v0.4.0 |
321 | 2024-11-01T04:38:04.723Z | Downloaded foreign-types-shared v0.3.1 |
322 | 2024-11-01T04:38:04.725Z | Downloaded serde_path_to_error v0.1.16 |
323 | 2024-11-01T04:38:04.725Z | Downloaded proc-macro-error v1.0.4 |
324 | 2024-11-01T04:38:04.728Z | Downloaded pin-project-lite v0.2.14 |
325 | 2024-11-01T04:38:04.734Z | Downloaded slog-bunyan v2.5.0 |
326 | 2024-11-01T04:38:04.736Z | Downloaded anstyle v1.0.8 |
327 | 2024-11-01T04:38:04.740Z | Downloaded fastrand v2.1.1 |
328 | 2024-11-01T04:38:04.744Z | Downloaded newline-converter v0.3.0 |
329 | 2024-11-01T04:38:04.744Z | Downloaded shlex v1.3.0 |
330 | 2024-11-01T04:38:04.744Z | Downloaded serde_spanned v0.6.7 |
331 | 2024-11-01T04:38:04.744Z | Downloaded rustls-pemfile v1.0.4 |
332 | 2024-11-01T04:38:04.748Z | Downloaded futures-executor v0.3.30 |
333 | 2024-11-01T04:38:04.750Z | Downloaded tinyvec_macros v0.1.1 |
334 | 2024-11-01T04:38:04.751Z | Downloaded progenitor-impl v0.8.0 |
335 | 2024-11-01T04:38:04.753Z | Downloaded camino-tempfile v1.1.1 |
336 | 2024-11-01T04:38:04.753Z | Downloaded darling v0.20.10 |
337 | 2024-11-01T04:38:04.759Z | Downloaded quote v1.0.37 |
338 | 2024-11-01T04:38:04.762Z | Downloaded digest v0.10.7 |
339 | 2024-11-01T04:38:04.762Z | Downloaded base64 v0.21.7 |
340 | 2024-11-01T04:38:04.768Z | Downloaded strum v0.26.3 |
341 | 2024-11-01T04:38:04.771Z | Downloaded hubpack_derive v0.1.1 |
342 | 2024-11-01T04:38:04.771Z | Downloaded http-body v0.4.6 |
343 | 2024-11-01T04:38:04.771Z | Downloaded slog-stdlog v4.1.1 |
344 | 2024-11-01T04:38:04.774Z | Downloaded sync_wrapper v1.0.1 |
345 | 2024-11-01T04:38:04.774Z | Downloaded proc-macro2 v1.0.86 |
346 | 2024-11-01T04:38:04.776Z | Downloaded sync_wrapper v0.1.2 |
347 | 2024-11-01T04:38:04.779Z | Downloaded swrite v0.1.0 |
348 | 2024-11-01T04:38:04.779Z | Downloaded newtype_derive v0.1.6 |
349 | 2024-11-01T04:38:04.782Z | Downloaded version_check v0.9.5 |
350 | 2024-11-01T04:38:04.782Z | Downloaded hash32 v0.3.1 |
351 | 2024-11-01T04:38:04.786Z | Downloaded libsw v3.3.1 |
352 | 2024-11-01T04:38:04.786Z | Downloaded futures-channel v0.3.30 |
353 | 2024-11-01T04:38:04.791Z | Downloaded indent_write v2.2.0 |
354 | 2024-11-01T04:38:04.793Z | Downloaded want v0.3.1 |
355 | 2024-11-01T04:38:04.793Z | Downloaded rustls-pemfile v2.1.3 |
356 | 2024-11-01T04:38:04.793Z | Downloaded crossbeam-epoch v0.9.18 |
357 | 2024-11-01T04:38:04.796Z | Downloaded num_enum_derive v0.5.11 |
358 | 2024-11-01T04:38:04.799Z | Downloaded untrusted v0.9.0 |
359 | 2024-11-01T04:38:04.803Z | Downloaded memmap v0.7.0 |
360 | 2024-11-01T04:38:04.803Z | Downloaded rustc_version v0.4.1 |
361 | 2024-11-01T04:38:04.803Z | Downloaded anyhow v1.0.89 |
362 | 2024-11-01T04:38:04.806Z | Downloaded fxhash v0.2.1 |
363 | 2024-11-01T04:38:04.809Z | Downloaded httpdate v1.0.3 |
364 | 2024-11-01T04:38:04.809Z | Downloaded derive-where v1.2.7 |
365 | 2024-11-01T04:38:04.813Z | Downloaded structmeta-derive v0.3.0 |
366 | 2024-11-01T04:38:04.817Z | Downloaded humantime v2.1.0 |
367 | 2024-11-01T04:38:04.821Z | Downloaded slog-json v2.6.1 |
368 | 2024-11-01T04:38:04.821Z | Downloaded typify-macro v0.2.0 |
369 | 2024-11-01T04:38:04.821Z | Downloaded sha2 v0.10.8 |
370 | 2024-11-01T04:38:04.824Z | Downloaded half v2.4.1 |
371 | 2024-11-01T04:38:04.826Z | Downloaded match_cfg v0.1.0 |
372 | 2024-11-01T04:38:04.826Z | Downloaded waitgroup v0.1.2 |
373 | 2024-11-01T04:38:04.829Z | Downloaded bitflags v2.6.0 |
374 | 2024-11-01T04:38:04.834Z | Downloaded dropshot_endpoint v0.12.0 |
375 | 2024-11-01T04:38:04.837Z | Downloaded lazy_static v1.5.0 |
376 | 2024-11-01T04:38:04.837Z | Downloaded slog-term v2.9.1 |
377 | 2024-11-01T04:38:04.841Z | Downloaded http-body v1.0.1 |
378 | 2024-11-01T04:38:04.844Z | Downloaded stable_deref_trait v1.2.0 |
379 | 2024-11-01T04:38:04.844Z | Downloaded prettyplease v0.2.22 |
380 | 2024-11-01T04:38:04.846Z | Downloaded tabwriter v1.4.0 |
381 | 2024-11-01T04:38:04.846Z | Downloaded usdt-attr-macro v0.5.0 |
382 | 2024-11-01T04:38:04.849Z | Downloaded lru-cache v0.1.2 |
383 | 2024-11-01T04:38:04.849Z | Downloaded thin-vec v0.2.13 |
384 | 2024-11-01T04:38:04.852Z | Downloaded zerocopy-derive v0.7.35 |
385 | 2024-11-01T04:38:04.854Z | Downloaded itoa v1.0.11 |
386 | 2024-11-01T04:38:04.857Z | Downloaded similar v2.6.0 |
387 | 2024-11-01T04:38:04.861Z | Downloaded parking_lot v0.11.2 |
388 | 2024-11-01T04:38:04.864Z | Downloaded hyper-tls v0.6.0 |
389 | 2024-11-01T04:38:04.868Z | Downloaded zeroize v1.8.1 |
390 | 2024-11-01T04:38:04.868Z | Downloaded strum_macros v0.25.3 |
391 | 2024-11-01T04:38:04.871Z | Downloaded futures v0.3.30 |
392 | 2024-11-01T04:38:04.874Z | Downloaded num-conv v0.1.0 |
393 | 2024-11-01T04:38:04.877Z | Downloaded num_enum_derive v0.7.3 |
394 | 2024-11-01T04:38:04.877Z | Downloaded tokio-rustls v0.25.0 |
395 | 2024-11-01T04:38:04.879Z | Downloaded indexmap v1.9.3 |
396 | 2024-11-01T04:38:04.883Z | Downloaded openssl-macros v0.1.1 |
397 | 2024-11-01T04:38:04.886Z | Downloaded macaddr v1.0.1 |
398 | 2024-11-01T04:38:04.886Z | Downloaded ryu v1.0.18 |
399 | 2024-11-01T04:38:04.889Z | Downloaded omicron-workspace-hack v0.1.0 |
400 | 2024-11-01T04:38:04.892Z | Downloaded time-core v0.1.2 |
401 | 2024-11-01T04:38:04.892Z | Downloaded toml_datetime v0.6.8 |
402 | 2024-11-01T04:38:04.892Z | Downloaded tracing-attributes v0.1.27 |
403 | 2024-11-01T04:38:04.895Z | Downloaded http-body-util v0.1.2 |
404 | 2024-11-01T04:38:04.898Z | Downloaded newtype-uuid v1.1.0 |
405 | 2024-11-01T04:38:04.898Z | Downloaded usdt-macro v0.5.0 |
406 | 2024-11-01T04:38:04.898Z | Downloaded allocator-api2 v0.2.18 |
407 | 2024-11-01T04:38:04.901Z | Downloaded highway v1.2.0 |
408 | 2024-11-01T04:38:04.903Z | Downloaded futures-sink v0.3.30 |
409 | 2024-11-01T04:38:04.911Z | Downloaded zone_cfg_derive v0.3.0 |
410 | 2024-11-01T04:38:04.911Z | Downloaded thiserror-impl v1.0.64 |
411 | 2024-11-01T04:38:04.911Z | Downloaded lock_api v0.4.12 |
412 | 2024-11-01T04:38:04.914Z | Downloaded tempfile v3.12.0 |
413 | 2024-11-01T04:38:04.914Z | Downloaded num-complex v0.4.6 |
414 | 2024-11-01T04:38:04.914Z | Downloaded httparse v1.9.4 |
415 | 2024-11-01T04:38:04.916Z | Downloaded serde_derive v1.0.210 |
416 | 2024-11-01T04:38:04.919Z | Downloaded owo-colors v4.1.0 |
417 | 2024-11-01T04:38:04.922Z | Downloaded num_threads v0.1.7 |
418 | 2024-11-01T04:38:04.925Z | Downloaded ident_case v1.0.1 |
419 | 2024-11-01T04:38:04.925Z | Downloaded serde_yaml v0.9.34+deprecated |
420 | 2024-11-01T04:38:04.927Z | Downloaded tokio-macros v2.4.0 |
421 | 2024-11-01T04:38:04.927Z | Downloaded static_assertions v1.1.0 |
422 | 2024-11-01T04:38:04.930Z | Downloaded num-iter v0.1.45 |
423 | 2024-11-01T04:38:04.932Z | Downloaded hostname v0.3.1 |
424 | 2024-11-01T04:38:04.932Z | Downloaded thiserror v1.0.64 |
425 | 2024-11-01T04:38:04.937Z | Downloaded num-integer v0.1.46 |
426 | 2024-11-01T04:38:04.941Z | Downloaded is_terminal_polyfill v1.70.1 |
427 | 2024-11-01T04:38:04.943Z | Downloaded hyper-rustls v0.24.2 |
428 | 2024-11-01T04:38:04.943Z | Downloaded unicode-ident v1.0.13 |
429 | 2024-11-01T04:38:04.946Z | Downloaded tokio-native-tls v0.3.1 |
430 | 2024-11-01T04:38:04.948Z | Downloaded term v0.7.0 |
431 | 2024-11-01T04:38:04.951Z | Downloaded log v0.4.22 |
432 | 2024-11-01T04:38:04.953Z | Downloaded usdt-impl v0.5.0 |
433 | 2024-11-01T04:38:04.956Z | Downloaded rand v0.8.5 |
434 | 2024-11-01T04:38:04.959Z | Downloaded hex v0.4.3 |
435 | 2024-11-01T04:38:04.963Z | Downloaded num_enum v0.5.11 |
436 | 2024-11-01T04:38:04.966Z | Downloaded is-terminal v0.4.13 |
437 | 2024-11-01T04:38:04.966Z | Downloaded openssl-sys v0.9.103 |
438 | 2024-11-01T04:38:04.970Z | Downloaded utf8parse v0.2.2 |
439 | 2024-11-01T04:38:04.972Z | Downloaded cc v1.1.21 |
440 | 2024-11-01T04:38:04.975Z | Downloaded heck v0.5.0 |
441 | 2024-11-01T04:38:04.977Z | Downloaded usdt v0.5.0 |
442 | 2024-11-01T04:38:04.977Z | Downloaded num-derive v0.3.3 |
443 | 2024-11-01T04:38:04.980Z | Downloaded toml v0.8.19 |
444 | 2024-11-01T04:38:04.983Z | Downloaded parking_lot_core v0.9.10 |
445 | 2024-11-01T04:38:04.985Z | Downloaded zerocopy v0.6.6 |
446 | 2024-11-01T04:38:04.987Z | Downloaded hyper-rustls v0.27.3 |
447 | 2024-11-01T04:38:04.991Z | Downloaded hyper-tls v0.5.0 |
448 | 2024-11-01T04:38:04.991Z | Downloaded futures-task v0.3.30 |
449 | 2024-11-01T04:38:04.993Z | Downloaded url v2.5.2 |
450 | 2024-11-01T04:38:04.993Z | Downloaded num-rational v0.4.2 |
451 | 2024-11-01T04:38:04.996Z | Downloaded time-macros v0.2.18 |
452 | 2024-11-01T04:38:04.999Z | Downloaded schemars v0.8.21 |
453 | 2024-11-01T04:38:05.008Z | Downloaded unicode-bidi v0.3.15 |
454 | 2024-11-01T04:38:05.011Z | Downloaded multer v3.1.0 |
455 | 2024-11-01T04:38:05.013Z | Downloaded tokio-rustls v0.26.0 |
456 | 2024-11-01T04:38:05.016Z | Downloaded mio v1.0.2 |
457 | 2024-11-01T04:38:05.020Z | Downloaded socket2 v0.5.7 |
458 | 2024-11-01T04:38:05.023Z | Downloaded getrandom v0.2.15 |
459 | 2024-11-01T04:38:05.026Z | Downloaded parking_lot v0.12.3 |
460 | 2024-11-01T04:38:05.028Z | Downloaded uuid v1.10.0 |
461 | 2024-11-01T04:38:05.033Z | Downloaded tracing v0.1.40 |
462 | 2024-11-01T04:38:05.036Z | Downloaded unsafe-libyaml v0.2.11 |
463 | 2024-11-01T04:38:05.038Z | Downloaded heapless v0.8.0 |
464 | 2024-11-01T04:38:05.042Z | Downloaded zone v0.3.0 |
465 | 2024-11-01T04:38:05.044Z | Downloaded hostname v0.4.0 |
466 | 2024-11-01T04:38:05.044Z | Downloaded tokio-rustls v0.24.1 |
467 | 2024-11-01T04:38:05.047Z | Downloaded yansi v1.0.1 |
468 | 2024-11-01T04:38:05.049Z | Downloaded iana-time-zone v0.1.61 |
469 | 2024-11-01T04:38:05.052Z | Downloaded http v0.2.12 |
470 | 2024-11-01T04:38:05.055Z | Downloaded num-traits v0.2.19 |
471 | 2024-11-01T04:38:05.058Z | Downloaded reqwest v0.12.8 |
472 | 2024-11-01T04:38:05.066Z | Downloaded indexmap v2.5.0 |
473 | 2024-11-01T04:38:05.070Z | Downloaded hickory-resolver v0.24.1 |
474 | 2024-11-01T04:38:05.074Z | Downloaded toml_edit v0.19.15 |
475 | 2024-11-01T04:38:05.090Z | Downloaded http v1.1.0 |
476 | 2024-11-01T04:38:05.094Z | Downloaded unicode-segmentation v1.12.0 |
477 | 2024-11-01T04:38:05.097Z | Downloaded minimal-lexical v0.2.1 |
478 | 2024-11-01T04:38:05.101Z | Downloaded hashbrown v0.12.3 |
479 | 2024-11-01T04:38:05.105Z | Downloaded crossbeam-channel v0.5.13 |
480 | 2024-11-01T04:38:05.109Z | Downloaded unicode-normalization v0.1.24 |
481 | 2024-11-01T04:38:05.112Z | Downloaded memchr v2.7.4 |
482 | 2024-11-01T04:38:05.119Z | Downloaded toml_edit v0.22.21 |
483 | 2024-11-01T04:38:05.140Z | Downloaded itertools v0.10.5 |
484 | 2024-11-01T04:38:05.144Z | Downloaded itertools v0.12.1 |
485 | 2024-11-01T04:38:05.151Z | Downloaded tokio-util v0.7.12 |
486 | 2024-11-01T04:38:05.157Z | Downloaded libm v0.2.8 |
487 | 2024-11-01T04:38:05.165Z | Downloaded nom v7.1.3 |
488 | 2024-11-01T04:38:05.170Z | Downloaded chrono v0.4.38 |
489 | 2024-11-01T04:38:05.178Z | Downloaded hyper v0.14.30 |
490 | 2024-11-01T04:38:05.186Z | Downloaded goblin v0.8.2 |
491 | 2024-11-01T04:38:05.192Z | Downloaded hashbrown v0.14.5 |
492 | 2024-11-01T04:38:05.197Z | Downloaded regex v1.10.6 |
493 | 2024-11-01T04:38:05.209Z | Downloaded webpki-roots v0.26.6 |
494 | 2024-11-01T04:38:05.213Z | Downloaded syn v1.0.109 |
495 | 2024-11-01T04:38:05.224Z | Downloaded vcpkg v0.2.15 |
496 | 2024-11-01T04:38:05.260Z | Downloaded openssl v0.10.66 |
497 | 2024-11-01T04:38:05.269Z | Downloaded smoltcp v0.11.0 |
498 | 2024-11-01T04:38:05.280Z | Downloaded rustls-webpki v0.102.8 |
499 | 2024-11-01T04:38:05.297Z | Downloaded rustls-webpki v0.101.7 |
500 | 2024-11-01T04:38:05.327Z | Downloaded futures-util v0.3.30 |
501 | 2024-11-01T04:38:05.337Z | Downloaded quinn-proto v0.11.8 |
502 | 2024-11-01T04:38:05.343Z | Downloaded reqwest v0.11.27 |
503 | 2024-11-01T04:38:05.353Z | Downloaded typify-impl v0.2.0 |
504 | 2024-11-01T04:38:05.364Z | Downloaded hyper v1.4.1 |
505 | 2024-11-01T04:38:05.370Z | Downloaded regress v0.9.1 |
506 | 2024-11-01T04:38:05.378Z | Downloaded winnow v0.6.18 |
507 | 2024-11-01T04:38:05.386Z | Downloaded rustls v0.23.13 |
508 | 2024-11-01T04:38:05.397Z | Downloaded h2 v0.4.6 |
509 | 2024-11-01T04:38:05.403Z | Downloaded rustls v0.21.12 |
510 | 2024-11-01T04:38:05.414Z | Downloaded idna v0.5.0 |
511 | 2024-11-01T04:38:05.420Z | Downloaded rustix v0.38.37 |
512 | 2024-11-01T04:38:05.442Z | Downloaded webpki-roots v0.25.4 |
513 | 2024-11-01T04:38:05.446Z | Downloaded syn v2.0.77 |
514 | 2024-11-01T04:38:05.456Z | Downloaded unicode-width v0.1.14 |
515 | 2024-11-01T04:38:05.462Z | Downloaded idna v0.4.0 |
516 | 2024-11-01T04:38:05.468Z | Downloaded regress v0.10.1 |
517 | 2024-11-01T04:38:05.476Z | Downloaded rhai v1.19.0 |
518 | 2024-11-01T04:38:05.488Z | Downloaded rustls v0.22.4 |
519 | 2024-11-01T04:38:05.500Z | Downloaded regex-syntax v0.8.4 |
520 | 2024-11-01T04:38:05.507Z | Downloaded hickory-proto v0.24.1 |
521 | 2024-11-01T04:38:05.522Z | Downloaded openapiv3 v2.0.0 |
522 | 2024-11-01T04:38:05.533Z | Downloaded serde_with v3.9.0 |
523 | 2024-11-01T04:38:05.541Z | Downloaded serde_json v1.0.128 |
524 | 2024-11-01T04:38:05.547Z | Downloaded dropshot v0.12.0 |
525 | 2024-11-01T04:38:05.567Z | Downloaded itertools v0.13.0 |
526 | 2024-11-01T04:38:05.574Z | Downloaded zerocopy v0.7.35 |
527 | 2024-11-01T04:38:05.590Z | Downloaded time v0.3.36 |
528 | 2024-11-01T04:38:05.595Z | Downloaded steno v0.4.1 |
529 | 2024-11-01T04:38:05.599Z | Downloaded winnow v0.5.40 |
530 | 2024-11-01T04:38:05.608Z | Downloaded zerocopy-derive v0.6.6 |
531 | 2024-11-01T04:38:05.617Z | Downloaded sled v0.34.7 |
532 | 2024-11-01T04:38:05.626Z | Downloaded h2 v0.3.26 |
533 | 2024-11-01T04:38:05.634Z | Downloaded tracing-core v0.1.32 |
534 | 2024-11-01T04:38:05.636Z | Downloaded thread_local v1.1.8 |
535 | 2024-11-01T04:38:05.639Z | Downloaded darling_core v0.20.10 |
536 | 2024-11-01T04:38:05.641Z | Downloaded thread-id v4.2.2 |
537 | 2024-11-01T04:38:05.643Z | Downloaded strsim v0.11.1 |
538 | 2024-11-01T04:38:05.643Z | Downloaded typify v0.2.0 |
539 | 2024-11-01T04:38:05.646Z | Downloaded regex-automata v0.4.7 |
540 | 2024-11-01T04:38:05.666Z | Downloaded ucd-trie v0.1.6 |
541 | 2024-11-01T04:38:05.670Z | Downloaded typenum v1.17.0 |
542 | 2024-11-01T04:38:05.670Z | Downloaded slog v2.7.0 |
543 | 2024-11-01T04:38:05.670Z | Downloaded petgraph v0.6.5 |
544 | 2024-11-01T04:38:05.685Z | Downloaded spin v0.9.8 |
545 | 2024-11-01T04:38:05.689Z | Downloaded ipnet v2.10.0 |
546 | 2024-11-01T04:38:05.691Z | Downloaded libc v0.2.159 |
547 | 2024-11-01T04:38:05.715Z | Downloaded whoami v1.5.2 |
548 | 2024-11-01T04:38:05.718Z | Downloaded terminal_size v0.3.0 |
549 | 2024-11-01T04:38:05.720Z | Downloaded smartstring v1.0.1 |
550 | 2024-11-01T04:38:05.720Z | Downloaded password-hash v0.5.0 |
551 | 2024-11-01T04:38:05.723Z | Downloaded native-tls v0.2.12 |
552 | 2024-11-01T04:38:05.726Z | Downloaded num v0.4.3 |
553 | 2024-11-01T04:38:05.726Z | Downloaded managed v0.8.0 |
554 | 2024-11-01T04:38:05.728Z | Downloaded once_cell v1.19.0 |
555 | 2024-11-01T04:38:05.731Z | Downloaded derive_more v0.99.18 |
556 | 2024-11-01T04:38:05.734Z | Downloaded crc32fast v1.4.2 |
557 | 2024-11-01T04:38:05.736Z | Downloaded ciborium v0.2.2 |
558 | 2024-11-01T04:38:05.736Z | Downloaded pest v2.7.13 |
559 | 2024-11-01T04:38:05.741Z | Downloaded parking_lot_core v0.8.6 |
560 | 2024-11-01T04:38:05.744Z | Downloaded cookie v0.18.1 |
561 | 2024-11-01T04:38:05.746Z | Downloaded semver v1.0.23 |
562 | 2024-11-01T04:38:05.750Z | Downloaded scroll v0.12.0 |
563 | 2024-11-01T04:38:05.753Z | Downloaded generic-array v0.14.7 |
564 | 2024-11-01T04:38:05.753Z | Downloaded structmeta v0.3.0 |
565 | 2024-11-01T04:38:05.753Z | Downloaded ipnetwork v0.20.0 |
566 | 2024-11-01T04:38:05.755Z | Downloaded fixedbitset v0.4.2 |
567 | 2024-11-01T04:38:05.755Z | Downloaded clap v4.5.18 |
568 | 2024-11-01T04:38:05.762Z | Downloaded subtle v2.6.1 |
569 | 2024-11-01T04:38:05.765Z | Downloaded encoding_rs v0.8.34 |
570 | 2024-11-01T04:38:05.783Z | Downloaded tower-service v0.3.3 |
571 | 2024-11-01T04:38:05.786Z | Downloaded take_mut v0.2.2 |
572 | 2024-11-01T04:38:05.786Z | Downloaded openssl-probe v0.1.5 |
573 | 2024-11-01T04:38:05.786Z | Downloaded instant v0.1.13 |
574 | 2024-11-01T04:38:05.787Z | Downloaded tiny-keccak v2.0.2 |
575 | 2024-11-01T04:38:05.789Z | Downloaded clap_derive v4.5.18 |
576 | 2024-11-01T04:38:05.792Z | Downloaded camino v1.1.9 |
577 | 2024-11-01T04:38:05.792Z | Downloaded heck v0.4.1 |
578 | 2024-11-01T04:38:05.795Z | Downloaded slog-dtrace v0.3.0 |
579 | 2024-11-01T04:38:05.795Z | Downloaded semver v0.1.20 |
580 | 2024-11-01T04:38:05.798Z | Downloaded embedded-io v0.4.0 |
581 | 2024-11-01T04:38:05.798Z | Downloaded either v1.13.0 |
582 | 2024-11-01T04:38:05.801Z | Downloaded base64 v0.22.1 |
583 | 2024-11-01T04:38:05.808Z | Downloaded fnv v1.0.7 |
584 | 2024-11-01T04:38:05.808Z | Downloaded errno v0.3.9 |
585 | 2024-11-01T04:38:05.811Z | Downloaded dof v0.3.0 |
586 | 2024-11-01T04:38:05.811Z | Downloaded dirs-next v2.0.0 |
587 | 2024-11-01T04:38:05.811Z | Downloaded defmt-macros v0.3.9 |
588 | 2024-11-01T04:38:05.811Z | Downloaded defmt-parser v0.3.4 |
589 | 2024-11-01T04:38:05.811Z | Downloaded debug-ignore v1.0.5 |
590 | 2024-11-01T04:38:05.814Z | Downloaded foreign-types v0.5.0 |
591 | 2024-11-01T04:38:05.814Z | Downloaded progenitor-macro v0.8.0 |
592 | 2024-11-01T04:38:05.814Z | Downloaded console v0.15.8 |
593 | 2024-11-01T04:38:05.816Z | Downloaded byteorder v1.5.0 |
594 | 2024-11-01T04:38:05.819Z | Downloaded bitflags v1.3.2 |
595 | 2024-11-01T04:38:05.820Z | Downloaded async-stream-impl v0.3.5 |
596 | 2024-11-01T04:38:05.822Z | Downloaded postcard v1.0.10 |
597 | 2024-11-01T04:38:05.825Z | Downloaded pest_generator v2.7.13 |
598 | 2024-11-01T04:38:05.825Z | Downloaded paste v1.0.15 |
599 | 2024-11-01T04:38:05.828Z | Downloaded slog-envlogger v2.2.0 |
600 | 2024-11-01T04:38:05.828Z | Downloaded slog-async v2.8.0 |
601 | 2024-11-01T04:38:05.830Z | Downloaded slab v0.4.9 |
602 | 2024-11-01T04:38:05.830Z | Downloaded schemars_derive v0.8.21 |
603 | 2024-11-01T04:38:05.833Z | Downloaded quinn-udp v0.5.5 |
604 | 2024-11-01T04:38:05.833Z | Downloaded clap_builder v4.5.18 |
605 | 2024-11-01T04:38:05.839Z | Downloaded quick-error v1.2.3 |
606 | 2024-11-01T04:38:05.842Z | Downloaded plain v0.2.3 |
607 | 2024-11-01T04:38:05.842Z | Downloaded bytes v1.7.2 |
608 | 2024-11-01T04:38:05.844Z | Downloaded cancel-safe-futures v0.1.5 |
609 | 2024-11-01T04:38:05.847Z | Downloaded anstream v0.6.15 |
610 | 2024-11-01T04:38:05.851Z | Downloaded defmt v0.3.8 |
611 | 2024-11-01T04:38:05.855Z | Downloaded blake2 v0.10.6 |
612 | 2024-11-01T04:38:05.855Z | Downloaded base64ct v1.6.0 |
613 | 2024-11-01T04:38:05.858Z | Downloaded backoff v0.4.0 |
614 | 2024-11-01T04:38:05.862Z | Downloaded deranged v0.3.11 |
615 | 2024-11-01T04:38:05.862Z | Downloaded cpufeatures v0.2.14 |
616 | 2024-11-01T04:38:05.862Z | Downloaded async-stream v0.3.5 |
617 | 2024-11-01T04:38:06.022Z | Downloaded ring v0.17.8 |
618 | 2024-11-01T04:38:06.418Z | Compiling proc-macro2 v1.0.86 |
619 | 2024-11-01T04:38:06.418Z | Compiling unicode-ident v1.0.13 |
620 | 2024-11-01T04:38:06.421Z | Compiling libc v0.2.159 |
621 | 2024-11-01T04:38:06.421Z | Compiling serde v1.0.210 |
622 | 2024-11-01T04:38:06.421Z | Compiling autocfg v1.3.0 |
623 | 2024-11-01T04:38:06.421Z | Compiling version_check v0.9.5 |
624 | 2024-11-01T04:38:06.421Z | Compiling cfg-if v1.0.0 |
625 | 2024-11-01T04:38:06.457Z | Compiling once_cell v1.19.0 |
626 | 2024-11-01T04:38:06.572Z | Compiling libm v0.2.8 |
627 | 2024-11-01T04:38:06.621Z | Compiling parking_lot_core v0.9.10 |
628 | 2024-11-01T04:38:06.901Z | Compiling thiserror v1.0.64 |
629 | 2024-11-01T04:38:07.084Z | Compiling serde_json v1.0.128 |
630 | 2024-11-01T04:38:07.134Z | Compiling lock_api v0.4.12 |
631 | 2024-11-01T04:38:07.978Z | Compiling num-traits v0.2.19 |
632 | 2024-11-01T04:38:08.010Z | Compiling byteorder v1.5.0 |
633 | 2024-11-01T04:38:08.040Z | Compiling shlex v1.3.0 |
634 | 2024-11-01T04:38:08.151Z | Compiling schemars v0.8.21 |
635 | 2024-11-01T04:38:08.385Z | Compiling cc v1.1.21 |
636 | 2024-11-01T04:38:08.439Z | Compiling memchr v2.7.4 |
637 | 2024-11-01T04:38:08.506Z | Compiling slab v0.4.9 |
638 | 2024-11-01T04:38:08.636Z | Compiling crunchy v0.2.2 |
639 | 2024-11-01T04:38:09.056Z | Compiling tiny-keccak v2.0.2 |
640 | 2024-11-01T04:38:09.191Z | Compiling quote v1.0.37 |
641 | 2024-11-01T04:38:09.354Z | Compiling getrandom v0.2.15 |
642 | 2024-11-01T04:38:09.429Z | Compiling ahash v0.8.11 |
643 | 2024-11-01T04:38:09.608Z | Compiling syn v2.0.77 |
644 | 2024-11-01T04:38:09.960Z | Compiling allocator-api2 v0.2.18 |
645 | 2024-11-01T04:38:09.989Z | Compiling itoa v1.0.11 |
646 | 2024-11-01T04:38:10.009Z | Compiling ryu v1.0.18 |
647 | 2024-11-01T04:38:10.058Z | Compiling const-random-macro v0.1.16 |
648 | 2024-11-01T04:38:10.158Z | Compiling heck v0.5.0 |
649 | 2024-11-01T04:38:10.212Z | Compiling httparse v1.9.4 |
650 | 2024-11-01T04:38:10.332Z | Compiling equivalent v1.0.1 |
651 | 2024-11-01T04:38:10.441Z | Compiling log v0.4.22 |
652 | 2024-11-01T04:38:10.494Z | Compiling vcpkg v0.2.15 |
653 | 2024-11-01T04:38:10.612Z | Compiling pkg-config v0.3.31 |
654 | 2024-11-01T04:38:11.005Z | Compiling slog v2.7.0 |
655 | 2024-11-01T04:38:11.085Z | Compiling fnv v1.0.7 |
656 | 2024-11-01T04:38:11.259Z | Compiling openssl v0.10.66 |
657 | 2024-11-01T04:38:11.540Z | Compiling semver v1.0.23 |
658 | 2024-11-01T04:38:11.619Z | Compiling ring v0.17.8 |
659 | 2024-11-01T04:38:11.686Z | Compiling iana-time-zone v0.1.61 |
660 | 2024-11-01T04:38:11.793Z | Compiling native-tls v0.2.12 |
661 | 2024-11-01T04:38:12.078Z | Compiling openssl-sys v0.9.103 |
662 | 2024-11-01T04:38:12.097Z | Compiling dyn-clone v1.0.17 |
663 | 2024-11-01T04:38:12.541Z | Compiling rustls v0.23.13 |
664 | 2024-11-01T04:38:12.743Z | Compiling anyhow v1.0.89 |
665 | 2024-11-01T04:38:12.827Z | Compiling aho-corasick v1.1.3 |
666 | 2024-11-01T04:38:12.892Z | Compiling regex-syntax v0.8.4 |
667 | 2024-11-01T04:38:13.120Z | Compiling typenum v1.17.0 |
668 | 2024-11-01T04:38:13.755Z | Compiling generic-array v0.14.7 |
669 | 2024-11-01T04:38:13.929Z | Checking pin-project-lite v0.2.14 |
670 | 2024-11-01T04:38:14.036Z | Compiling unsafe-libyaml v0.2.11 |
671 | 2024-11-01T04:38:14.135Z | Compiling time-core v0.1.2 |
672 | 2024-11-01T04:38:14.263Z | Compiling num-conv v0.1.0 |
673 | 2024-11-01T04:38:14.481Z | Compiling time-macros v0.2.18 |
674 | 2024-11-01T04:38:15.272Z | Compiling syn v1.0.109 |
675 | 2024-11-01T04:38:15.289Z | Checking scopeguard v1.2.0 |
676 | 2024-11-01T04:38:15.798Z | Compiling ucd-trie v0.1.6 |
677 | 2024-11-01T04:38:15.884Z | Compiling regex-automata v0.4.7 |
678 | 2024-11-01T04:38:16.241Z | Compiling serde_derive_internals v0.29.1 |
679 | 2024-11-01T04:38:17.010Z | Checking socket2 v0.5.7 |
680 | 2024-11-01T04:38:17.226Z | Checking mio v1.0.2 |
681 | 2024-11-01T04:38:17.447Z | Checking signal-hook-registry v1.4.2 |
682 | 2024-11-01T04:38:17.785Z | Compiling omicron-workspace-hack v0.1.0 |
683 | 2024-11-01T04:38:17.801Z | Compiling crossbeam-utils v0.8.20 |
684 | 2024-11-01T04:38:18.118Z | Compiling rustversion v1.0.17 |
685 | 2024-11-01T04:38:18.306Z | Checking const-random v0.1.18 |
686 | 2024-11-01T04:38:18.360Z | Compiling usdt-impl v0.5.0 |
687 | 2024-11-01T04:38:18.563Z | Compiling strsim v0.11.1 |
688 | 2024-11-01T04:38:18.847Z | Compiling plain v0.2.3 |
689 | 2024-11-01T04:38:18.984Z | Compiling slog-async v2.8.0 |
690 | 2024-11-01T04:38:19.692Z | Compiling pretty-hex v0.4.1 |
691 | 2024-11-01T04:38:19.874Z | Compiling regex v1.10.6 |
692 | 2024-11-01T04:38:20.051Z | Compiling thread-id v4.2.2 |
693 | 2024-11-01T04:38:20.164Z | Checking futures-core v0.3.30 |
694 | 2024-11-01T04:38:20.345Z | Compiling camino v1.1.9 |
695 | 2024-11-01T04:38:20.446Z | Compiling ident_case v1.0.1 |
696 | 2024-11-01T04:38:20.619Z | Compiling darling_core v0.20.10 |
697 | 2024-11-01T04:38:20.684Z | Compiling rustls v0.22.4 |
698 | 2024-11-01T04:38:21.007Z | Checking futures-sink v0.3.30 |
699 | 2024-11-01T04:38:21.130Z | Compiling paste v1.0.15 |
700 | 2024-11-01T04:38:21.284Z | Compiling multer v3.1.0 |
701 | 2024-11-01T04:38:21.514Z | Checking futures-channel v0.3.30 |
702 | 2024-11-01T04:38:21.659Z | Checking tracing-core v0.1.32 |
703 | 2024-11-01T04:38:21.682Z | Compiling serde_derive v1.0.210 |
704 | 2024-11-01T04:38:21.684Z | Compiling zerocopy-derive v0.7.35 |
705 | 2024-11-01T04:38:21.716Z | Compiling tokio-macros v2.4.0 |
706 | 2024-11-01T04:38:21.862Z | Compiling thiserror-impl v1.0.64 |
707 | 2024-11-01T04:38:22.352Z | Compiling schemars_derive v0.8.21 |
708 | 2024-11-01T04:38:23.244Z | Compiling futures-macro v0.3.30 |
709 | 2024-11-01T04:38:23.497Z | Compiling tracing-attributes v0.1.27 |
710 | 2024-11-01T04:38:23.735Z | Compiling zerocopy v0.7.35 |
711 | 2024-11-01T04:38:24.839Z | Compiling openssl-macros v0.1.1 |
712 | 2024-11-01T04:38:25.600Z | Compiling scroll_derive v0.12.0 |
713 | 2024-11-01T04:38:25.825Z | Compiling hashbrown v0.14.5 |
714 | 2024-11-01T04:38:26.646Z | Compiling pest v2.7.13 |
715 | 2024-11-01T04:38:26.862Z | Compiling darling_macro v0.20.10 |
716 | 2024-11-01T04:38:26.944Z | Compiling async-trait v0.1.83 |
717 | 2024-11-01T04:38:27.047Z | Compiling scroll v0.12.0 |
718 | 2024-11-01T04:38:27.219Z | Compiling regress v0.10.1 |
719 | 2024-11-01T04:38:27.604Z | Compiling goblin v0.8.2 |
720 | 2024-11-01T04:38:27.830Z | Compiling darling v0.20.10 |
721 | 2024-11-01T04:38:27.857Z | Compiling strum_macros v0.26.4 |
722 | 2024-11-01T04:38:27.942Z | Compiling serde_with_macros v3.9.0 |
723 | 2024-11-01T04:38:29.513Z | Compiling pest_meta v2.7.13 |
724 | 2024-11-01T04:38:30.633Z | Compiling async-stream-impl v0.3.5 |
725 | 2024-11-01T04:38:31.980Z | Compiling pest_generator v2.7.13 |
726 | 2024-11-01T04:38:32.521Z | Compiling structmeta-derive v0.3.0 |
727 | 2024-11-01T04:38:32.544Z | Compiling rustix v0.38.37 |
728 | 2024-11-01T04:38:33.248Z | Checking pin-utils v0.1.0 |
729 | 2024-11-01T04:38:33.336Z | Checking futures-io v0.3.30 |
730 | 2024-11-01T04:38:33.519Z | Checking futures-task v0.3.30 |
731 | 2024-11-01T04:38:33.733Z | Compiling pest_derive v2.7.13 |
732 | 2024-11-01T04:38:33.754Z | Checking futures-util v0.3.30 |
733 | 2024-11-01T04:38:33.884Z | Checking tracing v0.1.40 |
734 | 2024-11-01T04:38:34.212Z | Compiling dropshot v0.12.0 |
735 | 2024-11-01T04:38:34.637Z | Compiling dtrace-parser v0.2.0 |
736 | 2024-11-01T04:38:34.697Z | Checking bytes v1.7.2 |
737 | 2024-11-01T04:38:35.204Z | Compiling indexmap v2.5.0 |
738 | 2024-11-01T04:38:35.474Z | Compiling serde_tokenstream v0.2.2 |
739 | 2024-11-01T04:38:35.492Z | Compiling chrono v0.4.38 |
740 | 2024-11-01T04:38:36.060Z | Compiling uuid v1.10.0 |
741 | 2024-11-01T04:38:36.459Z | Compiling http v1.1.0 |
742 | 2024-11-01T04:38:36.584Z | Compiling serde_yaml v0.9.34+deprecated |
743 | 2024-11-01T04:38:36.850Z | Checking smallvec v1.13.2 |
744 | 2024-11-01T04:38:36.967Z | Compiling openapiv3 v2.0.0 |
745 | 2024-11-01T04:38:37.577Z | Checking parking_lot v0.12.3 |
746 | 2024-11-01T04:38:37.744Z | Compiling toml_datetime v0.6.8 |
747 | 2024-11-01T04:38:38.202Z | Checking tokio v1.40.0 |
748 | 2024-11-01T04:38:38.920Z | Compiling dof v0.3.0 |
749 | 2024-11-01T04:38:40.283Z | Compiling typify-impl v0.2.0 |
750 | 2024-11-01T04:38:40.623Z | Compiling structmeta v0.3.0 |
751 | 2024-11-01T04:38:41.104Z | Compiling usdt-attr-macro v0.5.0 |
752 | 2024-11-01T04:38:41.323Z | Compiling usdt-macro v0.5.0 |
753 | 2024-11-01T04:38:41.479Z | Compiling parse-display-derive v0.10.0 |
754 | 2024-11-01T04:38:42.328Z | Compiling dropshot_endpoint v0.12.0 |
755 | 2024-11-01T04:38:42.841Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
756 | 2024-11-01T04:38:44.075Z | Checking bitflags v2.6.0 |
757 | 2024-11-01T04:38:44.408Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
758 | 2024-11-01T04:38:44.765Z | Checking spin v0.9.8 |
759 | 2024-11-01T04:38:44.986Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
760 | 2024-11-01T04:38:45.169Z | Compiling heapless v0.8.0 |
761 | 2024-11-01T04:38:45.346Z | Compiling winnow v0.5.40 |
762 | 2024-11-01T04:38:45.412Z | Checking untrusted v0.9.0 |
763 | 2024-11-01T04:38:46.452Z | Compiling smoltcp v0.11.0 |
764 | 2024-11-01T04:38:46.895Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
765 | 2024-11-01T04:38:47.296Z | Checking tokio-util v0.7.12 |
766 | 2024-11-01T04:38:47.382Z | Compiling foreign-types-macros v0.2.3 |
767 | 2024-11-01T04:38:48.592Z | Checking try-lock v0.2.5 |
768 | 2024-11-01T04:38:48.719Z | Checking want v0.3.1 |
769 | 2024-11-01T04:38:48.750Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
770 | 2024-11-01T04:38:48.917Z | Compiling toml_edit v0.19.15 |
771 | 2024-11-01T04:38:49.504Z | Checking httpdate v1.0.3 |
772 | 2024-11-01T04:38:49.685Z | Checking subtle v2.6.1 |
773 | 2024-11-01T04:38:49.835Z | Compiling clap_derive v4.5.18 |
774 | 2024-11-01T04:38:50.090Z | Checking tinyvec_macros v0.1.1 |
775 | 2024-11-01T04:38:50.134Z | Checking tower-service v0.3.3 |
776 | 2024-11-01T04:38:50.251Z | Compiling heck v0.4.1 |
777 | 2024-11-01T04:38:50.285Z | Checking tinyvec v1.8.0 |
778 | 2024-11-01T04:38:51.638Z | Compiling proc-macro-crate v1.3.1 |
779 | 2024-11-01T04:38:52.476Z | Checking foreign-types-shared v0.1.1 |
780 | 2024-11-01T04:38:52.831Z | Checking percent-encoding v2.3.1 |
781 | 2024-11-01T04:38:52.985Z | Checking foreign-types v0.3.2 |
782 | 2024-11-01T04:38:53.036Z | Checking form_urlencoded v1.2.1 |
783 | 2024-11-01T04:38:53.074Z | Checking unicode-normalization v0.1.24 |
784 | 2024-11-01T04:38:53.994Z | Compiling proc-macro-error-attr v1.0.4 |
785 | 2024-11-01T04:38:54.110Z | Compiling typify-macro v0.2.0 |
786 | 2024-11-01T04:38:54.461Z | Checking rustls-pki-types v1.8.0 |
787 | 2024-11-01T04:38:54.567Z | Checking unicode-bidi v0.3.15 |
788 | 2024-11-01T04:38:55.038Z | Compiling num_enum_derive v0.5.11 |
789 | 2024-11-01T04:38:55.285Z | Compiling proc-macro-error v1.0.4 |
790 | 2024-11-01T04:38:55.602Z | Checking openssl-probe v0.1.5 |
791 | 2024-11-01T04:38:56.853Z | Checking idna v0.5.0 |
792 | 2024-11-01T04:38:57.441Z | Compiling atomic-waker v1.1.2 |
793 | 2024-11-01T04:38:57.638Z | Checking url v2.5.2 |
794 | 2024-11-01T04:38:58.031Z | Compiling typify v0.2.0 |
795 | 2024-11-01T04:38:58.166Z | Compiling progenitor-impl v0.8.0 |
796 | 2024-11-01T04:38:58.168Z | Compiling rustls-webpki v0.102.8 |
797 | 2024-11-01T04:38:58.817Z | Checking http-body v1.0.1 |
798 | 2024-11-01T04:39:00.014Z | Checking encoding_rs v0.8.34 |
799 | 2024-11-01T04:39:00.219Z | Checking ipnet v2.10.0 |
800 | 2024-11-01T04:39:00.269Z | Checking mime v0.3.17 |
801 | 2024-11-01T04:39:00.570Z | Checking zeroize v1.8.1 |
802 | 2024-11-01T04:39:01.100Z | Compiling h2 v0.4.6 |
803 | 2024-11-01T04:39:01.158Z | Checking tokio-native-tls v0.3.1 |
804 | 2024-11-01T04:39:01.342Z | Checking serde_urlencoded v0.7.1 |
805 | 2024-11-01T04:39:02.971Z | Checking ipnetwork v0.20.0 |
806 | 2024-11-01T04:39:03.520Z | Checking rand_core v0.6.4 |
807 | 2024-11-01T04:39:04.953Z | Compiling progenitor-macro v0.8.0 |
808 | 2024-11-01T04:39:05.379Z | Checking hyper v1.4.1 |
809 | 2024-11-01T04:39:05.428Z | Compiling serde_spanned v0.6.7 |
810 | 2024-11-01T04:39:06.482Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
811 | 2024-11-01T04:39:06.631Z | Compiling winnow v0.6.18 |
812 | 2024-11-01T04:39:06.875Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
813 | 2024-11-01T04:39:07.508Z | Checking hyper-util v0.1.9 |
814 | 2024-11-01T04:39:09.511Z | Compiling http-body-util v0.1.2 |
815 | 2024-11-01T04:39:10.311Z | Compiling toml_edit v0.22.21 |
816 | 2024-11-01T04:39:11.894Z | Checking ppv-lite86 v0.2.20 |
817 | 2024-11-01T04:39:12.693Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
818 | 2024-11-01T04:39:13.646Z | Compiling powerfmt v0.2.0 |
819 | 2024-11-01T04:39:14.021Z | Checking base64 v0.22.1 |
820 | 2024-11-01T04:39:15.037Z | Checking rustls-pemfile v2.1.3 |
821 | 2024-11-01T04:39:15.173Z | Compiling tokio-rustls v0.26.0 |
822 | 2024-11-01T04:39:15.953Z | Compiling deranged v0.3.11 |
823 | 2024-11-01T04:39:16.005Z | Checking rand_chacha v0.3.1 |
824 | 2024-11-01T04:39:16.911Z | Compiling webpki-roots v0.26.6 |
825 | 2024-11-01T04:39:17.449Z | Compiling num_threads v0.1.7 |
826 | 2024-11-01T04:39:17.492Z | Compiling crucible-workspace-hack v0.1.0 |
827 | 2024-11-01T04:39:17.819Z | Compiling time v0.3.36 |
828 | 2024-11-01T04:39:17.907Z | Checking hyper-rustls v0.27.3 |
829 | 2024-11-01T04:39:18.047Z | Compiling hyper-tls v0.6.0 |
830 | 2024-11-01T04:39:18.218Z | Checking rand v0.8.5 |
831 | 2024-11-01T04:39:18.469Z | Compiling sync_wrapper v1.0.1 |
832 | 2024-11-01T04:39:18.709Z | Compiling dirs-sys-next v0.1.2 |
833 | 2024-11-01T04:39:19.393Z | Compiling prettyplease v0.2.22 |
834 | 2024-11-01T04:39:19.527Z | Compiling reqwest v0.12.8 |
835 | 2024-11-01T04:39:19.686Z | Compiling dirs-next v2.0.0 |
836 | 2024-11-01T04:39:19.937Z | Compiling crypto-common v0.1.6 |
837 | 2024-11-01T04:39:20.070Z | Compiling block-buffer v0.10.4 |
838 | 2024-11-01T04:39:20.954Z | Compiling thread_local v1.1.8 |
839 | 2024-11-01T04:39:21.106Z | Compiling match_cfg v0.1.0 |
840 | 2024-11-01T04:39:21.201Z | Compiling hostname v0.3.1 |
841 | 2024-11-01T04:39:21.413Z | Compiling crossbeam-channel v0.5.13 |
842 | 2024-11-01T04:39:21.432Z | Compiling digest v0.10.7 |
843 | 2024-11-01T04:39:21.803Z | Compiling progenitor-client v0.8.0 |
844 | 2024-11-01T04:39:21.906Z | Compiling term v0.7.0 |
845 | 2024-11-01T04:39:22.016Z | Compiling slog-json v2.6.1 |
846 | 2024-11-01T04:39:22.402Z | Compiling futures-executor v0.3.30 |
847 | 2024-11-01T04:39:22.407Z | Compiling zone_cfg_derive v0.3.0 |
848 | 2024-11-01T04:39:22.753Z | Compiling num-derive v0.4.2 |
849 | 2024-11-01T04:39:22.859Z | Compiling num-integer v0.1.46 |
850 | 2024-11-01T04:39:23.555Z | Compiling is-terminal v0.4.13 |
851 | 2024-11-01T04:39:23.676Z | Compiling memmap v0.7.0 |
852 | 2024-11-01T04:39:23.860Z | Compiling errno v0.3.9 |
853 | 2024-11-01T04:39:24.652Z | Compiling utf8parse v0.2.2 |
854 | 2024-11-01T04:39:24.797Z | Compiling take_mut v0.2.2 |
855 | 2024-11-01T04:39:24.957Z | Compiling cpufeatures v0.2.14 |
856 | 2024-11-01T04:39:25.037Z | Compiling sha1 v0.10.6 |
857 | 2024-11-01T04:39:25.420Z | Compiling anstyle-parse v0.2.5 |
858 | 2024-11-01T04:39:25.759Z | Compiling usdt v0.5.0 |
859 | 2024-11-01T04:39:26.047Z | Compiling slog-term v2.9.1 |
860 | 2024-11-01T04:39:27.063Z | Compiling tokio-rustls v0.25.0 |
861 | 2024-11-01T04:39:27.086Z | Compiling futures v0.3.30 |
862 | 2024-11-01T04:39:27.106Z | Compiling slog-bunyan v2.5.0 |
863 | 2024-11-01T04:39:27.192Z | Compiling progenitor v0.8.0 |
864 | 2024-11-01T04:39:27.689Z | Compiling toml v0.8.19 |
865 | 2024-11-01T04:39:28.027Z | Checking oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
866 | 2024-11-01T04:39:28.081Z | Compiling waitgroup v0.1.2 |
867 | 2024-11-01T04:39:28.358Z | Compiling async-stream v0.3.5 |
868 | 2024-11-01T04:39:28.619Z | Compiling newtype-uuid v1.1.0 |
869 | 2024-11-01T04:39:28.652Z | Compiling serde_path_to_error v0.1.16 |
870 | 2024-11-01T04:39:29.292Z | Compiling hex v0.4.3 |
871 | 2024-11-01T04:39:29.893Z | Compiling hostname v0.4.0 |
872 | 2024-11-01T04:39:29.911Z | Compiling instant v0.1.13 |
873 | 2024-11-01T04:39:30.046Z | Compiling anstyle-query v1.1.1 |
874 | 2024-11-01T04:39:30.102Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
875 | 2024-11-01T04:39:30.184Z | Compiling debug-ignore v1.0.5 |
876 | 2024-11-01T04:39:30.328Z | Compiling colorchoice v1.0.2 |
877 | 2024-11-01T04:39:30.485Z | Compiling anstyle v1.0.8 |
878 | 2024-11-01T04:39:30.536Z | Compiling semver v0.1.20 |
879 | 2024-11-01T04:39:30.812Z | Compiling is_terminal_polyfill v1.70.1 |
880 | 2024-11-01T04:39:30.938Z | Compiling anstream v0.6.15 |
881 | 2024-11-01T04:39:30.964Z | Compiling rustc_version v0.1.7 |
882 | 2024-11-01T04:39:31.377Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
883 | 2024-11-01T04:39:31.578Z | Compiling backoff v0.4.0 |
884 | 2024-11-01T04:39:31.916Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
885 | 2024-11-01T04:39:31.936Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
886 | 2024-11-01T04:39:32.157Z | Compiling terminal_size v0.3.0 |
887 | 2024-11-01T04:39:32.237Z | Compiling num-rational v0.4.2 |
888 | 2024-11-01T04:39:32.277Z | Compiling num-iter v0.1.45 |
889 | 2024-11-01T04:39:32.341Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
890 | 2024-11-01T04:39:32.451Z | Compiling parse-display v0.10.0 |
891 | 2024-11-01T04:39:32.519Z | Compiling macaddr v1.0.1 |
892 | 2024-11-01T04:39:32.606Z | Compiling serde_with v3.9.0 |
893 | 2024-11-01T04:39:32.963Z | Compiling strum v0.26.3 |
894 | 2024-11-01T04:39:32.988Z | Compiling hubpack_derive v0.1.1 |
895 | 2024-11-01T04:39:33.147Z | Compiling regress v0.9.1 |
896 | 2024-11-01T04:39:33.558Z | Compiling zerocopy-derive v0.6.6 |
897 | 2024-11-01T04:39:33.903Z | Compiling num-complex v0.4.6 |
898 | 2024-11-01T04:39:34.585Z | Checking lazy_static v1.5.0 |
899 | 2024-11-01T04:39:34.714Z | Compiling clap_lex v0.7.2 |
900 | 2024-11-01T04:39:34.941Z | Compiling num v0.4.3 |
901 | 2024-11-01T04:39:35.042Z | Compiling clap_builder v4.5.18 |
902 | 2024-11-01T04:39:35.163Z | Compiling newtype_derive v0.1.6 |
903 | 2024-11-01T04:39:35.623Z | Compiling owo-colors v4.1.0 |
904 | 2024-11-01T04:39:35.661Z | Compiling cancel-safe-futures v0.1.5 |
905 | 2024-11-01T04:39:35.931Z | Compiling float-ord v0.3.2 |
906 | 2024-11-01T04:39:37.004Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
907 | 2024-11-01T04:39:37.443Z | Compiling strum_macros v0.25.3 |
908 | 2024-11-01T04:39:39.194Z | Compiling clap v4.5.18 |
909 | 2024-11-01T04:39:39.306Z | Compiling serde_repr v0.1.19 |
910 | 2024-11-01T04:39:41.494Z | Compiling cookie v0.18.1 |
911 | 2024-11-01T04:39:41.537Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
912 | 2024-11-01T04:39:41.858Z | Compiling convert_case v0.4.0 |
913 | 2024-11-01T04:39:42.389Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
914 | 2024-11-01T04:39:42.624Z | Compiling derive_more v0.99.18 |
915 | 2024-11-01T04:39:42.685Z | Compiling enum-as-inner v0.6.1 |
916 | 2024-11-01T04:39:42.803Z | Compiling derive-where v1.2.7 |
917 | 2024-11-01T04:39:43.308Z | Checking unicode-width v0.1.14 |
918 | 2024-11-01T04:39:48.443Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
919 | 2024-11-01T04:39:50.150Z | Checking hash32 v0.3.1 |
920 | 2024-11-01T04:39:50.431Z | Compiling slog-dtrace v0.3.0 |
921 | 2024-11-01T04:39:50.451Z | Checking stable_deref_trait v1.2.0 |
922 | 2024-11-01T04:39:51.226Z | Compiling num-derive v0.3.3 |
923 | 2024-11-01T04:39:51.997Z | Compiling parking_lot_core v0.8.6 |
924 | 2024-11-01T04:39:52.058Z | Checking either v1.13.0 |
925 | 2024-11-01T04:39:52.445Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
926 | 2024-11-01T04:39:52.464Z | Checking foreign-types-shared v0.3.1 |
927 | 2024-11-01T04:39:52.571Z | Checking managed v0.8.0 |
928 | 2024-11-01T04:39:52.930Z | Checking cobs v0.2.3 |
929 | 2024-11-01T04:39:53.102Z | Checking bitflags v1.3.2 |
930 | 2024-11-01T04:39:54.446Z | Checking postcard v1.0.10 |
931 | 2024-11-01T04:39:54.731Z | Checking foreign-types v0.5.0 |
932 | 2024-11-01T04:39:55.885Z | Checking num_enum v0.5.11 |
933 | 2024-11-01T04:39:56.128Z | Checking cstr-argument v0.1.2 |
934 | 2024-11-01T04:39:56.165Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
935 | 2024-11-01T04:39:56.464Z | Checking pretty-hex v0.2.1 |
936 | 2024-11-01T04:39:56.670Z | Checking dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
937 | 2024-11-01T04:39:56.923Z | Checking nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
938 | 2024-11-01T04:39:57.206Z | Checking colored v2.1.0 |
939 | 2024-11-01T04:39:57.227Z | Checking rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
940 | 2024-11-01T04:39:57.829Z | Checking tabwriter v1.4.0 |
941 | 2024-11-01T04:40:01.671Z | Checking fastrand v2.1.1 |
942 | 2024-11-01T04:40:01.692Z | Checking poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
943 | 2024-11-01T04:40:01.709Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
944 | 2024-11-01T04:40:01.905Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
945 | 2024-11-01T04:40:01.997Z | Checking tempfile v3.12.0 |
946 | 2024-11-01T04:40:04.236Z | Checking unicode-segmentation v1.12.0 |
947 | 2024-11-01T04:40:04.960Z | Checking newline-converter v0.3.0 |
948 | 2024-11-01T04:40:05.110Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
949 | 2024-11-01T04:40:05.199Z | Checking camino-tempfile v1.1.1 |
950 | 2024-11-01T04:40:05.468Z | Checking itertools v0.10.5 |
951 | 2024-11-01T04:40:05.777Z | Checking bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
952 | 2024-11-01T04:40:06.015Z | Checking console v0.15.8 |
953 | 2024-11-01T04:40:06.229Z | Checking sigpipe v0.1.3 |
954 | 2024-11-01T04:40:06.271Z | Checking base64ct v1.6.0 |
955 | 2024-11-01T04:40:06.363Z | Checking static_assertions v1.1.0 |
956 | 2024-11-01T04:40:06.538Z | Checking similar v2.6.0 |
957 | 2024-11-01T04:40:06.607Z | Checking oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
958 | 2024-11-01T04:40:06.691Z | Checking password-hash v0.5.0 |
959 | 2024-11-01T04:40:06.730Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
960 | 2024-11-01T04:40:06.828Z | Checking crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
961 | 2024-11-01T04:40:06.999Z | Checking bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
962 | 2024-11-01T04:40:07.232Z | Checking expectorate v1.1.0 |
963 | 2024-11-01T04:40:07.249Z | Checking blake2 v0.10.6 |
964 | 2024-11-01T04:40:07.271Z | Checking smf v0.2.3 |
965 | 2024-11-01T04:40:07.378Z | Checking whoami v1.5.2 |
966 | 2024-11-01T04:40:07.653Z | Checking fixedbitset v0.4.2 |
967 | 2024-11-01T04:40:07.691Z | Checking argon2 v0.5.3 |
968 | 2024-11-01T04:40:07.708Z | Checking zerocopy v0.6.6 |
969 | 2024-11-01T04:40:07.726Z | Checking zone v0.3.0 |
970 | 2024-11-01T04:40:07.865Z | Checking hubpack v0.1.2 |
971 | 2024-11-01T04:40:07.910Z | Checking petgraph v0.6.5 |
972 | 2024-11-01T04:40:08.287Z | Checking serde-big-array v0.5.1 |
973 | 2024-11-01T04:40:08.441Z | Checking omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
974 | 2024-11-01T04:40:08.513Z | Checking gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
975 | 2024-11-01T04:40:09.331Z | Checking dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
976 | 2024-11-01T04:40:09.510Z | Checking atomicwrites v0.4.4 |
977 | 2024-11-01T04:40:09.681Z | Checking itertools v0.13.0 |
978 | 2024-11-01T04:40:10.393Z | Checking idna v0.4.0 |
979 | 2024-11-01T04:40:10.712Z | Checking libsw v3.3.1 |
980 | 2024-11-01T04:40:10.971Z | Checking sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
981 | 2024-11-01T04:40:11.227Z | Checking indent_write v2.2.0 |
982 | 2024-11-01T04:40:11.434Z | Checking highway v1.2.0 |
983 | 2024-11-01T04:40:11.642Z | Checking quick-error v1.2.3 |
984 | 2024-11-01T04:40:11.660Z | Checking linear-map v1.2.0 |
985 | 2024-11-01T04:40:11.776Z | Checking linked-hash-map v0.5.6 |
986 | 2024-11-01T04:40:11.859Z | Checking data-encoding v2.6.0 |
987 | 2024-11-01T04:40:11.880Z | Checking swrite v0.1.0 |
988 | 2024-11-01T04:40:12.000Z | Checking update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
989 | 2024-11-01T04:40:12.118Z | Checking lru-cache v0.1.2 |
990 | 2024-11-01T04:40:12.277Z | Checking oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
991 | 2024-11-01T04:40:12.312Z | Checking resolv-conf v0.7.0 |
992 | 2024-11-01T04:40:12.343Z | Checking clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
993 | 2024-11-01T04:40:12.504Z | Checking hickory-proto v0.24.1 |
994 | 2024-11-01T04:40:13.029Z | Checking nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
995 | 2024-11-01T04:40:13.168Z | Checking steno v0.4.1 |
996 | 2024-11-01T04:40:13.695Z | Checking oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
997 | 2024-11-01T04:40:13.802Z | Checking gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
998 | 2024-11-01T04:40:14.583Z | Checking humantime v2.1.0 |
999 | 2024-11-01T04:40:16.083Z | Checking libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1000 | 2024-11-01T04:40:16.243Z | Checking hickory-resolver v0.24.1 |
1001 | 2024-11-01T04:40:17.044Z | Checking smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1002 | 2024-11-01T04:40:17.562Z | Checking internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1003 | 2024-11-01T04:40:17.597Z | Compiling rustls v0.21.12 |
1004 | 2024-11-01T04:40:17.941Z | Checking parking_lot v0.11.2 |
1005 | 2024-11-01T04:40:18.220Z | Checking nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1006 | 2024-11-01T04:40:18.276Z | Checking crossbeam-epoch v0.9.18 |
1007 | 2024-11-01T04:40:18.732Z | Checking fxhash v0.2.1 |
1008 | 2024-11-01T04:40:18.865Z | Checking crc32fast v1.4.2 |
1009 | 2024-11-01T04:40:18.868Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1010 | 2024-11-01T04:40:19.120Z | Checking sled v0.34.7 |
1011 | 2024-11-01T04:40:21.960Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1012 | 2024-11-01T04:40:24.806Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1013 | 2024-11-01T04:40:25.241Z | Compiling proc-macro-crate v3.2.0 |
1014 | 2024-11-01T04:40:25.841Z | Checking half v2.4.1 |
1015 | 2024-11-01T04:40:25.886Z | Compiling smartstring v1.0.1 |
1016 | 2024-11-01T04:40:25.913Z | Checking ciborium-io v0.2.2 |
1017 | 2024-11-01T04:40:26.319Z | Checking ciborium-ll v0.2.2 |
1018 | 2024-11-01T04:40:26.430Z | Compiling num_enum_derive v0.7.3 |
1019 | 2024-11-01T04:40:26.670Z | Checking http v0.2.12 |
1020 | 2024-11-01T04:40:28.091Z | Checking ciborium v0.2.2 |
1021 | 2024-11-01T04:40:28.193Z | Checking common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1022 | 2024-11-01T04:40:28.667Z | Compiling rhai_codegen v2.2.0 |
1023 | 2024-11-01T04:40:28.927Z | Checking crc8 v0.1.1 |
1024 | 2024-11-01T04:40:29.067Z | Checking illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1025 | 2024-11-01T04:40:29.126Z | Checking http-body v0.4.6 |
1026 | 2024-11-01T04:40:29.218Z | Checking opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1027 | 2024-11-01T04:40:29.526Z | Checking h2 v0.3.26 |
1028 | 2024-11-01T04:40:30.128Z | Checking dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1029 | 2024-11-01T04:40:30.794Z | Checking sct v0.7.1 |
1030 | 2024-11-01T04:40:30.998Z | Checking rustls-webpki v0.101.7 |
1031 | 2024-11-01T04:40:33.622Z | Checking hyper v0.14.30 |
1032 | 2024-11-01T04:40:33.829Z | Checking nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1033 | 2024-11-01T04:40:37.667Z | Checking arc-swap v1.7.1 |
1034 | 2024-11-01T04:40:38.125Z | Checking slog-scope v4.4.0 |
1035 | 2024-11-01T04:40:38.278Z | Checking tokio-rustls v0.24.1 |
1036 | 2024-11-01T04:40:38.630Z | Checking oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1037 | 2024-11-01T04:40:38.776Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1038 | 2024-11-01T04:40:38.837Z | Checking num_enum v0.7.3 |
1039 | 2024-11-01T04:40:38.992Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1040 | 2024-11-01T04:40:39.713Z | Checking base64 v0.21.7 |
1041 | 2024-11-01T04:40:40.188Z | Checking rustls-pemfile v1.0.4 |
1042 | 2024-11-01T04:40:40.348Z | Checking opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1043 | 2024-11-01T04:40:40.396Z | Checking hyper-rustls v0.24.2 |
1044 | 2024-11-01T04:40:40.672Z | Checking slog-stdlog v4.1.1 |
1045 | 2024-11-01T04:40:40.845Z | Checking hyper-tls v0.5.0 |
1046 | 2024-11-01T04:40:41.129Z | Checking ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1047 | 2024-11-01T04:40:42.103Z | Checking ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1048 | 2024-11-01T04:40:42.523Z | Checking thin-vec v0.2.13 |
1049 | 2024-11-01T04:40:42.673Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1050 | 2024-11-01T04:40:42.823Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1051 | 2024-11-01T04:40:42.939Z | Checking sync_wrapper v0.1.2 |
1052 | 2024-11-01T04:40:43.002Z | Checking minimal-lexical v0.2.1 |
1053 | 2024-11-01T04:40:43.057Z | Checking webpki-roots v0.25.4 |
1054 | 2024-11-01T04:40:43.074Z | Checking oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1055 | 2024-11-01T04:40:43.215Z | Checking diff v0.1.13 |
1056 | 2024-11-01T04:40:43.392Z | Checking yansi v1.0.1 |
1057 | 2024-11-01T04:40:43.653Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1058 | 2024-11-01T04:40:43.704Z | Checking reqwest v0.11.27 |
1059 | 2024-11-01T04:40:43.985Z | Checking pretty_assertions v1.4.1 |
1060 | 2024-11-01T04:40:44.049Z | Checking nom v7.1.3 |
1061 | 2024-11-01T04:40:44.093Z | Checking mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1062 | 2024-11-01T04:40:44.170Z | Checking rhai v1.19.0 |
1063 | 2024-11-01T04:40:45.319Z | Checking slog-envlogger v2.2.0 |
1064 | 2024-11-01T04:40:45.660Z | Checking rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1065 | 2024-11-01T04:40:47.538Z | Checking ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1066 | 2024-11-01T04:40:48.801Z | Checking progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1067 | 2024-11-01T04:40:49.531Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1068 | 2024-11-01T04:40:50.466Z | Checking itertools v0.12.1 |
1069 | 2024-11-01T04:40:51.390Z | Checking bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1070 | 2024-11-01T04:40:52.920Z | Checking mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1071 | 2024-11-01T04:40:53.083Z | Checking zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1072 | 2024-11-01T04:40:53.112Z | Checking mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1073 | 2024-11-01T04:40:53.738Z | Checking ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1074 | 2024-11-01T04:40:54.424Z | Checking ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1075 | 2024-11-01T04:40:55.029Z | Checking ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1076 | 2024-11-01T04:41:00.610Z | Checking util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1077 | 2024-11-01T04:41:02.875Z | Checking mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1078 | 2024-11-01T04:41:03.723Z | Checking bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1079 | 2024-11-01T04:41:04.480Z | Checking progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1080 | 2024-11-01T04:41:05.936Z | Checking mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1081 | 2024-11-01T04:41:10.256Z | Checking mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1082 | 2024-11-01T04:41:10.256Z | Checking mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1083 | 2024-11-01T04:41:16.920Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 3m 33s |
1084 | 2024-11-01T04:41:17.236Z | + banner build |
1085 | 2024-11-01T04:41:17.239Z | |
1086 | 2024-11-01T04:41:17.239Z | ##### # # # # ##### |
1087 | 2024-11-01T04:41:17.239Z | # # # # # # # # |
1088 | 2024-11-01T04:41:17.239Z | ##### # # # # # # |
1089 | 2024-11-01T04:41:17.239Z | # # # # # # # # |
1090 | 2024-11-01T04:41:17.239Z | # # # # # # # # |
1091 | 2024-11-01T04:41:17.239Z | ##### #### # ###### ##### |
1092 | 2024-11-01T04:41:17.239Z | |
1093 | 2024-11-01T04:41:17.239Z | + ptime -m cargo build |
1094 | 2024-11-01T04:41:18.032Z | Compiling cfg-if v1.0.0 |
1095 | 2024-11-01T04:41:18.034Z | Compiling memchr v2.7.4 |
1096 | 2024-11-01T04:41:18.055Z | Compiling libc v0.2.159 |
1097 | 2024-11-01T04:41:18.060Z | Compiling byteorder v1.5.0 |
1098 | 2024-11-01T04:41:18.071Z | Compiling itoa v1.0.11 |
1099 | 2024-11-01T04:41:18.078Z | Compiling serde v1.0.210 |
1100 | 2024-11-01T04:41:18.088Z | Compiling once_cell v1.19.0 |
1101 | 2024-11-01T04:41:18.099Z | Compiling pin-project-lite v0.2.14 |
1102 | 2024-11-01T04:41:18.119Z | Compiling ryu v1.0.18 |
1103 | 2024-11-01T04:41:18.206Z | Compiling libm v0.2.8 |
1104 | 2024-11-01T04:41:18.263Z | Compiling scopeguard v1.2.0 |
1105 | 2024-11-01T04:41:18.415Z | Compiling lock_api v0.4.12 |
1106 | 2024-11-01T04:41:18.456Z | Compiling const-random v0.1.18 |
1107 | 2024-11-01T04:41:18.504Z | Compiling zerocopy v0.7.35 |
1108 | 2024-11-01T04:41:18.506Z | Compiling allocator-api2 v0.2.18 |
1109 | 2024-11-01T04:41:18.549Z | Compiling futures-core v0.3.30 |
1110 | 2024-11-01T04:41:18.786Z | Compiling log v0.4.22 |
1111 | 2024-11-01T04:41:18.909Z | Compiling iana-time-zone v0.1.61 |
1112 | 2024-11-01T04:41:19.284Z | Compiling getrandom v0.2.15 |
1113 | 2024-11-01T04:41:19.300Z | Compiling num-traits v0.2.19 |
1114 | 2024-11-01T04:41:19.446Z | Compiling mio v1.0.2 |
1115 | 2024-11-01T04:41:19.613Z | Compiling socket2 v0.5.7 |
1116 | 2024-11-01T04:41:19.638Z | Compiling signal-hook-registry v1.4.2 |
1117 | 2024-11-01T04:41:19.670Z | Compiling thiserror v1.0.64 |
1118 | 2024-11-01T04:41:19.803Z | Compiling futures-sink v0.3.30 |
1119 | 2024-11-01T04:41:19.849Z | Compiling dyn-clone v1.0.17 |
1120 | 2024-11-01T04:41:19.948Z | Compiling slab v0.4.9 |
1121 | 2024-11-01T04:41:20.058Z | Compiling ahash v0.8.11 |
1122 | 2024-11-01T04:41:20.113Z | Compiling futures-channel v0.3.30 |
1123 | 2024-11-01T04:41:20.233Z | Compiling tracing-core v0.1.32 |
1124 | 2024-11-01T04:41:20.537Z | Compiling futures-io v0.3.30 |
1125 | 2024-11-01T04:41:20.620Z | Compiling hashbrown v0.14.5 |
1126 | 2024-11-01T04:41:20.679Z | Compiling pin-utils v0.1.0 |
1127 | 2024-11-01T04:41:20.705Z | Compiling futures-task v0.3.30 |
1128 | 2024-11-01T04:41:20.741Z | Compiling equivalent v1.0.1 |
1129 | 2024-11-01T04:41:20.763Z | Compiling fnv v1.0.7 |
1130 | 2024-11-01T04:41:20.844Z | Compiling bitflags v2.6.0 |
1131 | 2024-11-01T04:41:20.887Z | Compiling spin v0.9.8 |
1132 | 2024-11-01T04:41:20.903Z | Compiling untrusted v0.9.0 |
1133 | 2024-11-01T04:41:21.000Z | Compiling tracing v0.1.40 |
1134 | 2024-11-01T04:41:21.074Z | Compiling futures-util v0.3.30 |
1135 | 2024-11-01T04:41:21.134Z | Compiling ring v0.17.8 |
1136 | 2024-11-01T04:41:21.307Z | Compiling httparse v1.9.4 |
1137 | 2024-11-01T04:41:21.430Z | Compiling try-lock v0.2.5 |
1138 | 2024-11-01T04:41:21.436Z | Compiling unicode-ident v1.0.13 |
1139 | 2024-11-01T04:41:21.561Z | Compiling want v0.3.1 |
1140 | 2024-11-01T04:41:21.632Z | Compiling proc-macro2 v1.0.86 |
1141 | 2024-11-01T04:41:21.798Z | Compiling httpdate v1.0.3 |
1142 | 2024-11-01T04:41:21.838Z | Compiling subtle v2.6.1 |
1143 | 2024-11-01T04:41:21.987Z | Compiling tinyvec_macros v0.1.1 |
1144 | 2024-11-01T04:41:22.074Z | Compiling tower-service v0.3.3 |
1145 | 2024-11-01T04:41:22.095Z | Compiling tinyvec v1.8.0 |
1146 | 2024-11-01T04:41:22.102Z | Compiling slog v2.7.0 |
1147 | 2024-11-01T04:41:22.193Z | Compiling percent-encoding v2.3.1 |
1148 | 2024-11-01T04:41:22.326Z | Compiling foreign-types-shared v0.1.1 |
1149 | 2024-11-01T04:41:22.432Z | Compiling quote v1.0.37 |
1150 | 2024-11-01T04:41:22.593Z | Compiling foreign-types v0.3.2 |
1151 | 2024-11-01T04:41:22.682Z | Compiling form_urlencoded v1.2.1 |
1152 | 2024-11-01T04:41:22.935Z | Compiling syn v2.0.77 |
1153 | 2024-11-01T04:41:22.997Z | Compiling openssl-sys v0.9.103 |
1154 | 2024-11-01T04:41:23.173Z | Compiling unicode-bidi v0.3.15 |
1155 | 2024-11-01T04:41:23.547Z | Compiling unicode-normalization v0.1.24 |
1156 | 2024-11-01T04:41:23.558Z | Compiling rustls-pki-types v1.8.0 |
1157 | 2024-11-01T04:41:24.411Z | Compiling bytes v1.7.2 |
1158 | 2024-11-01T04:41:24.425Z | Compiling smallvec v1.13.2 |
1159 | 2024-11-01T04:41:24.462Z | Compiling serde_json v1.0.128 |
1160 | 2024-11-01T04:41:24.712Z | Compiling chrono v0.4.38 |
1161 | 2024-11-01T04:41:24.730Z | Compiling uuid v1.10.0 |
1162 | 2024-11-01T04:41:24.902Z | Compiling parking_lot_core v0.9.10 |
1163 | 2024-11-01T04:41:25.151Z | Compiling indexmap v2.5.0 |
1164 | 2024-11-01T04:41:25.553Z | Compiling parking_lot v0.12.3 |
1165 | 2024-11-01T04:41:25.677Z | Compiling http v1.1.0 |
1166 | 2024-11-01T04:41:25.796Z | Compiling openssl v0.10.66 |
1167 | 2024-11-01T04:41:26.467Z | Compiling tokio v1.40.0 |
1168 | 2024-11-01T04:41:26.630Z | Compiling openssl-probe v0.1.5 |
1169 | 2024-11-01T04:41:27.019Z | Compiling schemars v0.8.21 |
1170 | 2024-11-01T04:41:27.412Z | Compiling idna v0.5.0 |
1171 | 2024-11-01T04:41:27.446Z | Compiling atomic-waker v1.1.2 |
1172 | 2024-11-01T04:41:27.623Z | Compiling http-body v1.0.1 |
1173 | 2024-11-01T04:41:27.859Z | Compiling rustls-webpki v0.102.8 |
1174 | 2024-11-01T04:41:28.401Z | Compiling url v2.5.2 |
1175 | 2024-11-01T04:41:28.720Z | Compiling rand_core v0.6.4 |
1176 | 2024-11-01T04:41:29.210Z | Compiling aho-corasick v1.1.3 |
1177 | 2024-11-01T04:41:29.220Z | Compiling encoding_rs v0.8.34 |
1178 | 2024-11-01T04:41:30.109Z | Compiling regex-syntax v0.8.4 |
1179 | 2024-11-01T04:41:30.360Z | Compiling zeroize v1.8.1 |
1180 | 2024-11-01T04:41:30.702Z | Compiling ipnet v2.10.0 |
1181 | 2024-11-01T04:41:31.033Z | Compiling mime v0.3.17 |
1182 | 2024-11-01T04:41:31.722Z | Compiling ipnetwork v0.20.0 |
1183 | 2024-11-01T04:41:32.082Z | Compiling native-tls v0.2.12 |
1184 | 2024-11-01T04:41:32.739Z | Compiling semver v1.0.23 |
1185 | 2024-11-01T04:41:32.751Z | Compiling serde_urlencoded v0.7.1 |
1186 | 2024-11-01T04:41:33.286Z | Compiling regress v0.10.1 |
1187 | 2024-11-01T04:41:33.564Z | Compiling heck v0.5.0 |
1188 | 2024-11-01T04:41:34.137Z | Compiling regex-automata v0.4.7 |
1189 | 2024-11-01T04:41:34.162Z | Compiling anyhow v1.0.89 |
1190 | 2024-11-01T04:41:34.843Z | Compiling ppv-lite86 v0.2.20 |
1191 | 2024-11-01T04:41:35.021Z | Compiling rustls v0.23.13 |
1192 | 2024-11-01T04:41:35.152Z | Compiling http-body-util v0.1.2 |
1193 | 2024-11-01T04:41:35.661Z | Compiling tokio-util v0.7.12 |
1194 | 2024-11-01T04:41:35.665Z | Compiling tokio-native-tls v0.3.1 |
1195 | 2024-11-01T04:41:35.943Z | Compiling rand_chacha v0.3.1 |
1196 | 2024-11-01T04:41:36.332Z | Compiling openapiv3 v2.0.0 |
1197 | 2024-11-01T04:41:37.039Z | Compiling h2 v0.4.6 |
1198 | 2024-11-01T04:41:37.252Z | Compiling rand v0.8.5 |
1199 | 2024-11-01T04:41:37.255Z | Compiling base64 v0.22.1 |
1200 | 2024-11-01T04:41:38.047Z | Compiling regex v1.10.6 |
1201 | 2024-11-01T04:41:38.621Z | Compiling rustls-pemfile v2.1.3 |
1202 | 2024-11-01T04:41:38.763Z | Compiling webpki-roots v0.26.6 |
1203 | 2024-11-01T04:41:38.993Z | Compiling sync_wrapper v1.0.1 |
1204 | 2024-11-01T04:41:39.151Z | Compiling winnow v0.6.18 |
1205 | 2024-11-01T04:41:39.163Z | Compiling powerfmt v0.2.0 |
1206 | 2024-11-01T04:41:39.211Z | Compiling typify-impl v0.2.0 |
1207 | 2024-11-01T04:41:39.585Z | Compiling deranged v0.3.11 |
1208 | 2024-11-01T04:41:40.745Z | Compiling tokio-rustls v0.26.0 |
1209 | 2024-11-01T04:41:41.243Z | Compiling typenum v1.17.0 |
1210 | 2024-11-01T04:41:41.582Z | Compiling num_threads v0.1.7 |
1211 | 2024-11-01T04:41:41.704Z | Compiling hyper v1.4.1 |
1212 | 2024-11-01T04:41:42.652Z | Compiling num-conv v0.1.0 |
1213 | 2024-11-01T04:41:42.954Z | Compiling time-core v0.1.2 |
1214 | 2024-11-01T04:41:43.027Z | Compiling generic-array v0.14.7 |
1215 | 2024-11-01T04:41:43.133Z | Compiling time v0.3.36 |
1216 | 2024-11-01T04:41:44.016Z | Compiling typify v0.2.0 |
1217 | 2024-11-01T04:41:44.162Z | Compiling crossbeam-utils v0.8.20 |
1218 | 2024-11-01T04:41:44.398Z | Compiling hyper-util v0.1.9 |
1219 | 2024-11-01T04:41:44.411Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1220 | 2024-11-01T04:41:44.732Z | Compiling lazy_static v1.5.0 |
1221 | 2024-11-01T04:41:44.862Z | Compiling progenitor-impl v0.8.0 |
1222 | 2024-11-01T04:41:45.239Z | Compiling dirs-sys-next v0.1.2 |
1223 | 2024-11-01T04:41:45.536Z | Compiling dirs-next v2.0.0 |
1224 | 2024-11-01T04:41:45.728Z | Compiling block-buffer v0.10.4 |
1225 | 2024-11-01T04:41:45.942Z | Compiling crypto-common v0.1.6 |
1226 | 2024-11-01T04:41:46.007Z | Compiling scroll v0.12.0 |
1227 | 2024-11-01T04:41:46.089Z | Compiling thread_local v1.1.8 |
1228 | 2024-11-01T04:41:46.108Z | Compiling plain v0.2.3 |
1229 | 2024-11-01T04:41:46.255Z | Compiling hyper-rustls v0.27.3 |
1230 | 2024-11-01T04:41:46.587Z | Compiling hyper-tls v0.6.0 |
1231 | 2024-11-01T04:41:46.692Z | Compiling ucd-trie v0.1.6 |
1232 | 2024-11-01T04:41:46.920Z | Compiling reqwest v0.12.8 |
1233 | 2024-11-01T04:41:47.025Z | Compiling pest v2.7.13 |
1234 | 2024-11-01T04:41:47.305Z | Compiling goblin v0.8.2 |
1235 | 2024-11-01T04:41:47.364Z | Compiling digest v0.10.7 |
1236 | 2024-11-01T04:41:47.744Z | Compiling term v0.7.0 |
1237 | 2024-11-01T04:41:48.998Z | Compiling crossbeam-channel v0.5.13 |
1238 | 2024-11-01T04:41:49.031Z | Compiling omicron-workspace-hack v0.1.0 |
1239 | 2024-11-01T04:41:49.138Z | Compiling progenitor-client v0.8.0 |
1240 | 2024-11-01T04:41:49.491Z | Compiling progenitor v0.8.0 |
1241 | 2024-11-01T04:41:49.595Z | Compiling is-terminal v0.4.13 |
1242 | 2024-11-01T04:41:49.717Z | Compiling pretty-hex v0.4.1 |
1243 | 2024-11-01T04:41:49.719Z | Compiling take_mut v0.2.2 |
1244 | 2024-11-01T04:41:49.875Z | Compiling match_cfg v0.1.0 |
1245 | 2024-11-01T04:41:49.918Z | Compiling slog-async v2.8.0 |
1246 | 2024-11-01T04:41:49.964Z | Compiling hostname v0.3.1 |
1247 | 2024-11-01T04:41:50.135Z | Compiling slog-term v2.9.1 |
1248 | 2024-11-01T04:41:50.183Z | Compiling dtrace-parser v0.2.0 |
1249 | 2024-11-01T04:41:50.252Z | Compiling futures-executor v0.3.30 |
1250 | 2024-11-01T04:41:50.922Z | Compiling errno v0.3.9 |
1251 | 2024-11-01T04:41:51.085Z | Compiling thread-id v4.2.2 |
1252 | 2024-11-01T04:41:51.142Z | Compiling instant v0.1.13 |
1253 | 2024-11-01T04:41:51.196Z | Compiling cpufeatures v0.2.14 |
1254 | 2024-11-01T04:41:51.292Z | Compiling unicode-width v0.1.14 |
1255 | 2024-11-01T04:41:51.302Z | Compiling rustix v0.38.37 |
1256 | 2024-11-01T04:41:51.322Z | Compiling futures v0.3.30 |
1257 | 2024-11-01T04:41:51.430Z | Compiling camino v1.1.9 |
1258 | 2024-11-01T04:41:51.801Z | Compiling serde_spanned v0.6.7 |
1259 | 2024-11-01T04:41:52.040Z | Compiling toml_datetime v0.6.8 |
1260 | 2024-11-01T04:41:52.378Z | Compiling memmap v0.7.0 |
1261 | 2024-11-01T04:41:52.525Z | Compiling toml_edit v0.22.21 |
1262 | 2024-11-01T04:41:52.609Z | Compiling slog-json v2.6.1 |
1263 | 2024-11-01T04:41:52.728Z | Compiling strum v0.26.3 |
1264 | 2024-11-01T04:41:52.910Z | Compiling serde_with v3.9.0 |
1265 | 2024-11-01T04:41:53.040Z | Compiling rustls v0.22.4 |
1266 | 2024-11-01T04:41:53.986Z | Compiling dof v0.3.0 |
1267 | 2024-11-01T04:41:54.290Z | Compiling debug-ignore v1.0.5 |
1268 | 2024-11-01T04:41:54.430Z | Compiling slog-bunyan v2.5.0 |
1269 | 2024-11-01T04:41:54.644Z | Compiling sha1 v0.10.6 |
1270 | 2024-11-01T04:41:55.112Z | Compiling usdt-impl v0.5.0 |
1271 | 2024-11-01T04:41:56.427Z | Compiling usdt v0.5.0 |
1272 | 2024-11-01T04:41:56.825Z | Compiling toml v0.8.19 |
1273 | 2024-11-01T04:41:56.837Z | Compiling async-stream v0.3.5 |
1274 | 2024-11-01T04:41:56.970Z | Compiling multer v3.1.0 |
1275 | 2024-11-01T04:41:57.174Z | Compiling tokio-rustls v0.25.0 |
1276 | 2024-11-01T04:41:57.595Z | Compiling newtype-uuid v1.1.0 |
1277 | 2024-11-01T04:41:57.761Z | Compiling waitgroup v0.1.2 |
1278 | 2024-11-01T04:41:57.890Z | Compiling serde_path_to_error v0.1.16 |
1279 | 2024-11-01T04:41:57.999Z | Compiling hex v0.4.3 |
1280 | 2024-11-01T04:41:58.131Z | Compiling hostname v0.4.0 |
1281 | 2024-11-01T04:41:58.411Z | Compiling hash32 v0.3.1 |
1282 | 2024-11-01T04:41:58.643Z | Compiling stable_deref_trait v1.2.0 |
1283 | 2024-11-01T04:41:58.655Z | Compiling dropshot v0.12.0 |
1284 | 2024-11-01T04:41:58.655Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1285 | 2024-11-01T04:41:58.737Z | Compiling heapless v0.8.0 |
1286 | 2024-11-01T04:41:58.773Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1287 | 2024-11-01T04:41:58.800Z | Compiling backoff v0.4.0 |
1288 | 2024-11-01T04:41:58.841Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1289 | 2024-11-01T04:41:59.106Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1290 | 2024-11-01T04:41:59.234Z | Compiling parse-display v0.10.0 |
1291 | 2024-11-01T04:41:59.279Z | Compiling macaddr v1.0.1 |
1292 | 2024-11-01T04:41:59.750Z | Compiling regress v0.9.1 |
1293 | 2024-11-01T04:41:59.845Z | Compiling utf8parse v0.2.2 |
1294 | 2024-11-01T04:42:00.006Z | Compiling bitflags v1.3.2 |
1295 | 2024-11-01T04:42:00.018Z | Compiling foreign-types-shared v0.3.1 |
1296 | 2024-11-01T04:42:00.106Z | Compiling either v1.13.0 |
1297 | 2024-11-01T04:42:00.126Z | Compiling managed v0.8.0 |
1298 | 2024-11-01T04:42:00.466Z | Compiling cobs v0.2.3 |
1299 | 2024-11-01T04:42:00.507Z | Compiling smoltcp v0.11.0 |
1300 | 2024-11-01T04:42:00.543Z | Compiling foreign-types v0.5.0 |
1301 | 2024-11-01T04:42:00.653Z | Compiling postcard v1.0.10 |
1302 | 2024-11-01T04:42:00.777Z | Compiling anstyle-parse v0.2.5 |
1303 | 2024-11-01T04:42:01.085Z | Compiling num_enum v0.5.11 |
1304 | 2024-11-01T04:42:01.103Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1305 | 2024-11-01T04:42:01.233Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1306 | 2024-11-01T04:42:01.272Z | Compiling cstr-argument v0.1.2 |
1307 | 2024-11-01T04:42:01.304Z | Compiling anstyle v1.0.8 |
1308 | 2024-11-01T04:42:01.410Z | Compiling colorchoice v1.0.2 |
1309 | 2024-11-01T04:42:01.527Z | Compiling anstyle-query v1.1.1 |
1310 | 2024-11-01T04:42:01.573Z | Compiling pretty-hex v0.2.1 |
1311 | 2024-11-01T04:42:01.683Z | Compiling is_terminal_polyfill v1.70.1 |
1312 | 2024-11-01T04:42:01.756Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1313 | 2024-11-01T04:42:01.791Z | Compiling anstream v0.6.15 |
1314 | 2024-11-01T04:42:01.808Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1315 | 2024-11-01T04:42:02.145Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1316 | 2024-11-01T04:42:02.314Z | Compiling terminal_size v0.3.0 |
1317 | 2024-11-01T04:42:02.462Z | Compiling colored v2.1.0 |
1318 | 2024-11-01T04:42:02.514Z | Compiling strsim v0.11.1 |
1319 | 2024-11-01T04:42:02.613Z | Compiling clap_lex v0.7.2 |
1320 | 2024-11-01T04:42:03.197Z | Compiling clap_builder v4.5.18 |
1321 | 2024-11-01T04:42:03.287Z | Compiling tabwriter v1.4.0 |
1322 | 2024-11-01T04:42:03.557Z | Compiling num-integer v0.1.46 |
1323 | 2024-11-01T04:42:03.802Z | Compiling num-complex v0.4.6 |
1324 | 2024-11-01T04:42:03.850Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1325 | 2024-11-01T04:42:04.238Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1326 | 2024-11-01T04:42:04.340Z | Compiling num-rational v0.4.2 |
1327 | 2024-11-01T04:42:04.910Z | Compiling num-iter v0.1.45 |
1328 | 2024-11-01T04:42:05.094Z | Compiling fastrand v2.1.1 |
1329 | 2024-11-01T04:42:05.180Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1330 | 2024-11-01T04:42:05.351Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1331 | 2024-11-01T04:42:05.681Z | Compiling tempfile v3.12.0 |
1332 | 2024-11-01T04:42:05.881Z | Compiling num v0.4.3 |
1333 | 2024-11-01T04:42:05.932Z | Compiling float-ord v0.3.2 |
1334 | 2024-11-01T04:42:05.982Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1335 | 2024-11-01T04:42:05.985Z | Compiling unicode-segmentation v1.12.0 |
1336 | 2024-11-01T04:42:06.096Z | Compiling camino-tempfile v1.1.1 |
1337 | 2024-11-01T04:42:06.542Z | Compiling crucible-workspace-hack v0.1.0 |
1338 | 2024-11-01T04:42:06.567Z | Compiling itertools v0.10.5 |
1339 | 2024-11-01T04:42:06.640Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1340 | 2024-11-01T04:42:06.871Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1341 | 2024-11-01T04:42:06.912Z | Compiling newline-converter v0.3.0 |
1342 | 2024-11-01T04:42:07.070Z | Compiling clap v4.5.18 |
1343 | 2024-11-01T04:42:07.188Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1344 | 2024-11-01T04:42:07.430Z | Compiling console v0.15.8 |
1345 | 2024-11-01T04:42:07.668Z | Compiling sigpipe v0.1.3 |
1346 | 2024-11-01T04:42:07.787Z | Compiling base64ct v1.6.0 |
1347 | 2024-11-01T04:42:08.401Z | Compiling static_assertions v1.1.0 |
1348 | 2024-11-01T04:42:08.500Z | Compiling similar v2.6.0 |
1349 | 2024-11-01T04:42:09.129Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1350 | 2024-11-01T04:42:09.190Z | Compiling password-hash v0.5.0 |
1351 | 2024-11-01T04:42:09.509Z | Compiling expectorate v1.1.0 |
1352 | 2024-11-01T04:42:09.527Z | Compiling zone v0.3.0 |
1353 | 2024-11-01T04:42:09.677Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1354 | 2024-11-01T04:42:09.801Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1355 | 2024-11-01T04:42:10.339Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1356 | 2024-11-01T04:42:10.468Z | Compiling blake2 v0.10.6 |
1357 | 2024-11-01T04:42:10.606Z | Compiling smf v0.2.3 |
1358 | 2024-11-01T04:42:10.817Z | Compiling fixedbitset v0.4.2 |
1359 | 2024-11-01T04:42:11.128Z | Compiling whoami v1.5.2 |
1360 | 2024-11-01T04:42:11.168Z | Compiling petgraph v0.6.5 |
1361 | 2024-11-01T04:42:11.198Z | Compiling argon2 v0.5.3 |
1362 | 2024-11-01T04:42:11.308Z | Compiling zerocopy v0.6.6 |
1363 | 2024-11-01T04:42:11.679Z | Compiling hubpack v0.1.2 |
1364 | 2024-11-01T04:42:11.848Z | Compiling prettyplease v0.2.22 |
1365 | 2024-11-01T04:42:12.151Z | Compiling serde-big-array v0.5.1 |
1366 | 2024-11-01T04:42:12.163Z | Compiling newtype_derive v0.1.6 |
1367 | 2024-11-01T04:42:12.195Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1368 | 2024-11-01T04:42:12.275Z | Compiling owo-colors v4.1.0 |
1369 | 2024-11-01T04:42:12.382Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1370 | 2024-11-01T04:42:12.639Z | Compiling cancel-safe-futures v0.1.5 |
1371 | 2024-11-01T04:42:12.651Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1372 | 2024-11-01T04:42:13.266Z | Compiling atomicwrites v0.4.4 |
1373 | 2024-11-01T04:42:13.454Z | Compiling itertools v0.13.0 |
1374 | 2024-11-01T04:42:13.587Z | Compiling libsw v3.3.1 |
1375 | 2024-11-01T04:42:13.877Z | Compiling idna v0.4.0 |
1376 | 2024-11-01T04:42:14.660Z | Compiling swrite v0.1.0 |
1377 | 2024-11-01T04:42:14.753Z | Compiling quick-error v1.2.3 |
1378 | 2024-11-01T04:42:14.781Z | Compiling indent_write v2.2.0 |
1379 | 2024-11-01T04:42:14.903Z | Compiling linked-hash-map v0.5.6 |
1380 | 2024-11-01T04:42:14.991Z | Compiling data-encoding v2.6.0 |
1381 | 2024-11-01T04:42:15.245Z | Compiling linear-map v1.2.0 |
1382 | 2024-11-01T04:42:15.260Z | Compiling highway v1.2.0 |
1383 | 2024-11-01T04:42:15.284Z | Compiling lru-cache v0.1.2 |
1384 | 2024-11-01T04:42:15.484Z | Compiling steno v0.4.1 |
1385 | 2024-11-01T04:42:15.618Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1386 | 2024-11-01T04:42:15.668Z | Compiling hickory-proto v0.24.1 |
1387 | 2024-11-01T04:42:16.078Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1388 | 2024-11-01T04:42:16.719Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1389 | 2024-11-01T04:42:17.796Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1390 | 2024-11-01T04:42:19.416Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1391 | 2024-11-01T04:42:19.644Z | Compiling resolv-conf v0.7.0 |
1392 | 2024-11-01T04:42:20.515Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1393 | 2024-11-01T04:42:21.557Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1394 | 2024-11-01T04:42:22.523Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1395 | 2024-11-01T04:42:22.691Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1396 | 2024-11-01T04:42:23.086Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1397 | 2024-11-01T04:42:24.244Z | Compiling cookie v0.18.1 |
1398 | 2024-11-01T04:42:24.304Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1399 | 2024-11-01T04:42:24.612Z | Compiling humantime v2.1.0 |
1400 | 2024-11-01T04:42:24.701Z | Compiling hickory-resolver v0.24.1 |
1401 | 2024-11-01T04:42:24.723Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1402 | 2024-11-01T04:42:24.957Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1403 | 2024-11-01T04:42:25.164Z | Compiling slog-dtrace v0.3.0 |
1404 | 2024-11-01T04:42:25.313Z | Compiling parking_lot_core v0.8.6 |
1405 | 2024-11-01T04:42:25.442Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1406 | 2024-11-01T04:42:25.612Z | Compiling crossbeam-epoch v0.9.18 |
1407 | 2024-11-01T04:42:25.757Z | Compiling parking_lot v0.11.2 |
1408 | 2024-11-01T04:42:26.020Z | Compiling http v0.2.12 |
1409 | 2024-11-01T04:42:26.337Z | Compiling fxhash v0.2.1 |
1410 | 2024-11-01T04:42:26.423Z | Compiling crc32fast v1.4.2 |
1411 | 2024-11-01T04:42:26.532Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1412 | 2024-11-01T04:42:26.665Z | Compiling sled v0.34.7 |
1413 | 2024-11-01T04:42:26.798Z | Compiling rustls-webpki v0.101.7 |
1414 | 2024-11-01T04:42:27.706Z | Compiling h2 v0.3.26 |
1415 | 2024-11-01T04:42:28.070Z | Compiling http-body v0.4.6 |
1416 | 2024-11-01T04:42:28.536Z | Compiling sct v0.7.1 |
1417 | 2024-11-01T04:42:28.743Z | Compiling half v2.4.1 |
1418 | 2024-11-01T04:42:28.825Z | Compiling ciborium-io v0.2.2 |
1419 | 2024-11-01T04:42:28.921Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1420 | 2024-11-01T04:42:28.994Z | Compiling rustls v0.21.12 |
1421 | 2024-11-01T04:42:29.095Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1422 | 2024-11-01T04:42:29.336Z | Compiling ciborium-ll v0.2.2 |
1423 | 2024-11-01T04:42:29.779Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1424 | 2024-11-01T04:42:30.059Z | Compiling crc8 v0.1.1 |
1425 | 2024-11-01T04:42:30.225Z | Compiling arc-swap v1.7.1 |
1426 | 2024-11-01T04:42:30.922Z | Compiling slog-scope v4.4.0 |
1427 | 2024-11-01T04:42:31.266Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1428 | 2024-11-01T04:42:31.502Z | Compiling ciborium v0.2.2 |
1429 | 2024-11-01T04:42:31.504Z | Compiling base64 v0.21.7 |
1430 | 2024-11-01T04:42:31.723Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1431 | 2024-11-01T04:42:32.315Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1432 | 2024-11-01T04:42:33.128Z | Compiling hyper v0.14.30 |
1433 | 2024-11-01T04:42:33.988Z | Compiling tokio-rustls v0.24.1 |
1434 | 2024-11-01T04:42:34.341Z | Compiling rustls-pemfile v1.0.4 |
1435 | 2024-11-01T04:42:34.416Z | Compiling slog-stdlog v4.1.1 |
1436 | 2024-11-01T04:42:34.804Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1437 | 2024-11-01T04:42:34.831Z | Compiling sync_wrapper v0.1.2 |
1438 | 2024-11-01T04:42:34.961Z | Compiling webpki-roots v0.25.4 |
1439 | 2024-11-01T04:42:35.127Z | Compiling slog-envlogger v2.2.0 |
1440 | 2024-11-01T04:42:35.617Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1441 | 2024-11-01T04:42:36.099Z | Compiling num_enum v0.7.3 |
1442 | 2024-11-01T04:42:36.260Z | Compiling smartstring v1.0.1 |
1443 | 2024-11-01T04:42:36.881Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1444 | 2024-11-01T04:42:36.997Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1445 | 2024-11-01T04:42:37.471Z | Compiling hyper-rustls v0.24.2 |
1446 | 2024-11-01T04:42:37.840Z | Compiling hyper-tls v0.5.0 |
1447 | 2024-11-01T04:42:38.198Z | Compiling reqwest v0.11.27 |
1448 | 2024-11-01T04:42:38.721Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1449 | 2024-11-01T04:42:38.724Z | Compiling thin-vec v0.2.13 |
1450 | 2024-11-01T04:42:38.899Z | Compiling minimal-lexical v0.2.1 |
1451 | 2024-11-01T04:42:39.361Z | Compiling nom v7.1.3 |
1452 | 2024-11-01T04:42:39.481Z | Compiling rhai v1.19.0 |
1453 | 2024-11-01T04:42:39.746Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1454 | 2024-11-01T04:42:40.016Z | Compiling itertools v0.12.1 |
1455 | 2024-11-01T04:42:43.121Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1456 | 2024-11-01T04:42:43.229Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1457 | 2024-11-01T04:42:43.723Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1458 | 2024-11-01T04:42:43.964Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1459 | 2024-11-01T04:42:45.726Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1460 | 2024-11-01T04:42:46.693Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1461 | 2024-11-01T04:42:48.200Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1462 | 2024-11-01T04:42:48.330Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1463 | 2024-11-01T04:42:48.440Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1464 | 2024-11-01T04:42:48.802Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1465 | 2024-11-01T04:42:53.206Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1466 | 2024-11-01T04:42:54.947Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1467 | 2024-11-01T04:42:56.427Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1468 | 2024-11-01T04:42:56.428Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1469 | 2024-11-01T04:42:59.509Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1470 | 2024-11-01T04:42:59.536Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1471 | 2024-11-01T04:43:01.118Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1472 | 2024-11-01T04:43:13.009Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1473 | 2024-11-01T04:43:13.009Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1474 | 2024-11-01T04:43:16.013Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1475 | 2024-11-01T04:43:16.019Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1476 | 2024-11-01T04:43:58.907Z | Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 41s |
1477 | 2024-11-01T04:43:59.054Z | |
1478 | 2024-11-01T04:43:59.067Z | real 2:41.767718236 |
1479 | 2024-11-01T04:43:59.067Z | user 14:48.505368876 |
1480 | 2024-11-01T04:43:59.067Z | sys 2:50.602180138 |
1481 | 2024-11-01T04:43:59.067Z | trap 0.447827803 |
1482 | 2024-11-01T04:43:59.067Z | tflt 0.639481436 |
1483 | 2024-11-01T04:43:59.067Z | dflt 1.053992602 |
1484 | 2024-11-01T04:43:59.067Z | kflt 0.003316279 |
1485 | 2024-11-01T04:43:59.067Z | lock 30:07.801872399 |
1486 | 2024-11-01T04:43:59.067Z | slp 1:00:11.493842929 |
1487 | 2024-11-01T04:43:59.067Z | lat 28.371039019 |
1488 | 2024-11-01T04:43:59.067Z | stop 44.331032755 |
1489 | 2024-11-01T04:43:59.067Z | + ptime -m cargo build --release |
1490 | 2024-11-01T04:43:59.686Z | Compiling proc-macro2 v1.0.86 |
1491 | 2024-11-01T04:43:59.686Z | Compiling unicode-ident v1.0.13 |
1492 | 2024-11-01T04:43:59.686Z | Compiling libc v0.2.159 |
1493 | 2024-11-01T04:43:59.689Z | Compiling serde v1.0.210 |
1494 | 2024-11-01T04:43:59.689Z | Compiling version_check v0.9.5 |
1495 | 2024-11-01T04:43:59.689Z | Compiling autocfg v1.3.0 |
1496 | 2024-11-01T04:43:59.689Z | Compiling cfg-if v1.0.0 |
1497 | 2024-11-01T04:43:59.844Z | Compiling once_cell v1.19.0 |
1498 | 2024-11-01T04:43:59.886Z | Compiling libm v0.2.8 |
1499 | 2024-11-01T04:43:59.923Z | Compiling memchr v2.7.4 |
1500 | 2024-11-01T04:44:00.252Z | Compiling byteorder v1.5.0 |
1501 | 2024-11-01T04:44:00.395Z | Compiling parking_lot_core v0.9.10 |
1502 | 2024-11-01T04:44:00.768Z | Compiling lock_api v0.4.12 |
1503 | 2024-11-01T04:44:00.815Z | Compiling itoa v1.0.11 |
1504 | 2024-11-01T04:44:00.819Z | Compiling shlex v1.3.0 |
1505 | 2024-11-01T04:44:01.035Z | Compiling thiserror v1.0.64 |
1506 | 2024-11-01T04:44:01.097Z | Compiling cc v1.1.21 |
1507 | 2024-11-01T04:44:01.601Z | Compiling quote v1.0.37 |
1508 | 2024-11-01T04:44:01.655Z | Compiling ahash v0.8.11 |
1509 | 2024-11-01T04:44:01.827Z | Compiling getrandom v0.2.15 |
1510 | 2024-11-01T04:44:02.124Z | Compiling syn v2.0.77 |
1511 | 2024-11-01T04:44:02.276Z | Compiling schemars v0.8.21 |
1512 | 2024-11-01T04:44:02.317Z | Compiling allocator-api2 v0.2.18 |
1513 | 2024-11-01T04:44:02.341Z | Compiling slab v0.4.9 |
1514 | 2024-11-01T04:44:02.436Z | Compiling pin-project-lite v0.2.14 |
1515 | 2024-11-01T04:44:02.448Z | Compiling ryu v1.0.18 |
1516 | 2024-11-01T04:44:02.553Z | Compiling serde_json v1.0.128 |
1517 | 2024-11-01T04:44:02.687Z | Compiling num-traits v0.2.19 |
1518 | 2024-11-01T04:44:03.065Z | Compiling scopeguard v1.2.0 |
1519 | 2024-11-01T04:44:03.107Z | Compiling crunchy v0.2.2 |
1520 | 2024-11-01T04:44:03.163Z | Compiling equivalent v1.0.1 |
1521 | 2024-11-01T04:44:03.261Z | Compiling log v0.4.22 |
1522 | 2024-11-01T04:44:03.273Z | Compiling tiny-keccak v2.0.2 |
1523 | 2024-11-01T04:44:03.433Z | Compiling signal-hook-registry v1.4.2 |
1524 | 2024-11-01T04:44:03.610Z | Compiling mio v1.0.2 |
1525 | 2024-11-01T04:44:03.633Z | Compiling socket2 v0.5.7 |
1526 | 2024-11-01T04:44:04.153Z | Compiling heck v0.5.0 |
1527 | 2024-11-01T04:44:04.170Z | Compiling ring v0.17.8 |
1528 | 2024-11-01T04:44:04.589Z | Compiling const-random-macro v0.1.16 |
1529 | 2024-11-01T04:44:05.255Z | Compiling httparse v1.9.4 |
1530 | 2024-11-01T04:44:05.374Z | Compiling const-random v0.1.18 |
1531 | 2024-11-01T04:44:05.427Z | Compiling fnv v1.0.7 |
1532 | 2024-11-01T04:44:05.454Z | Compiling vcpkg v0.2.15 |
1533 | 2024-11-01T04:44:05.466Z | Compiling pkg-config v0.3.31 |
1534 | 2024-11-01T04:44:05.963Z | Compiling iana-time-zone v0.1.61 |
1535 | 2024-11-01T04:44:06.076Z | Compiling futures-core v0.3.30 |
1536 | 2024-11-01T04:44:06.426Z | Compiling futures-sink v0.3.30 |
1537 | 2024-11-01T04:44:06.482Z | Compiling dyn-clone v1.0.17 |
1538 | 2024-11-01T04:44:06.650Z | Compiling semver v1.0.23 |
1539 | 2024-11-01T04:44:06.680Z | Compiling slog v2.7.0 |
1540 | 2024-11-01T04:44:06.729Z | Compiling futures-channel v0.3.30 |
1541 | 2024-11-01T04:44:06.819Z | Compiling tracing-core v0.1.32 |
1542 | 2024-11-01T04:44:07.094Z | Compiling openssl-sys v0.9.103 |
1543 | 2024-11-01T04:44:07.157Z | Compiling futures-io v0.3.30 |
1544 | 2024-11-01T04:44:07.171Z | Compiling pin-utils v0.1.0 |
1545 | 2024-11-01T04:44:07.173Z | Compiling openssl v0.10.66 |
1546 | 2024-11-01T04:44:07.221Z | Compiling futures-task v0.3.30 |
1547 | 2024-11-01T04:44:07.390Z | Compiling native-tls v0.2.12 |
1548 | 2024-11-01T04:44:07.554Z | Compiling bitflags v2.6.0 |
1549 | 2024-11-01T04:44:07.627Z | Compiling spin v0.9.8 |
1550 | 2024-11-01T04:44:07.757Z | Compiling untrusted v0.9.0 |
1551 | 2024-11-01T04:44:07.878Z | Compiling rustls v0.23.13 |
1552 | 2024-11-01T04:44:07.991Z | Compiling aho-corasick v1.1.3 |
1553 | 2024-11-01T04:44:08.037Z | Compiling regex-syntax v0.8.4 |
1554 | 2024-11-01T04:44:08.523Z | Compiling typenum v1.17.0 |
1555 | 2024-11-01T04:44:08.533Z | Compiling try-lock v0.2.5 |
1556 | 2024-11-01T04:44:08.690Z | Compiling anyhow v1.0.89 |
1557 | 2024-11-01T04:44:09.039Z | Compiling want v0.3.1 |
1558 | 2024-11-01T04:44:09.285Z | Compiling serde_derive_internals v0.29.1 |
1559 | 2024-11-01T04:44:09.427Z | Compiling httpdate v1.0.3 |
1560 | 2024-11-01T04:44:09.522Z | Compiling subtle v2.6.1 |
1561 | 2024-11-01T04:44:09.864Z | Compiling generic-array v0.14.7 |
1562 | 2024-11-01T04:44:10.198Z | Compiling tower-service v0.3.3 |
1563 | 2024-11-01T04:44:10.330Z | Compiling tinyvec_macros v0.1.1 |
1564 | 2024-11-01T04:44:10.426Z | Compiling tinyvec v1.8.0 |
1565 | 2024-11-01T04:44:12.158Z | Compiling regex-automata v0.4.7 |
1566 | 2024-11-01T04:44:12.511Z | Compiling percent-encoding v2.3.1 |
1567 | 2024-11-01T04:44:12.957Z | Compiling foreign-types-shared v0.1.1 |
1568 | 2024-11-01T04:44:13.070Z | Compiling foreign-types v0.3.2 |
1569 | 2024-11-01T04:44:13.171Z | Compiling form_urlencoded v1.2.1 |
1570 | 2024-11-01T04:44:13.375Z | Compiling unicode-normalization v0.1.24 |
1571 | 2024-11-01T04:44:14.033Z | Compiling rustls-pki-types v1.8.0 |
1572 | 2024-11-01T04:44:14.037Z | Compiling unicode-bidi v0.3.15 |
1573 | 2024-11-01T04:44:14.672Z | Compiling serde_derive v1.0.210 |
1574 | 2024-11-01T04:44:14.687Z | Compiling zerocopy-derive v0.7.35 |
1575 | 2024-11-01T04:44:15.082Z | Compiling thiserror-impl v1.0.64 |
1576 | 2024-11-01T04:44:15.337Z | Compiling tokio-macros v2.4.0 |
1577 | 2024-11-01T04:44:16.812Z | Compiling schemars_derive v0.8.21 |
1578 | 2024-11-01T04:44:16.831Z | Compiling zerocopy v0.7.35 |
1579 | 2024-11-01T04:44:17.620Z | Compiling futures-macro v0.3.30 |
1580 | 2024-11-01T04:44:18.241Z | Compiling tracing-attributes v0.1.27 |
1581 | 2024-11-01T04:44:18.960Z | Compiling hashbrown v0.14.5 |
1582 | 2024-11-01T04:44:19.547Z | Compiling futures-util v0.3.30 |
1583 | 2024-11-01T04:44:19.768Z | Compiling openssl-macros v0.1.1 |
1584 | 2024-11-01T04:44:20.384Z | Compiling regress v0.10.1 |
1585 | 2024-11-01T04:44:20.600Z | Compiling regex v1.10.6 |
1586 | 2024-11-01T04:44:21.020Z | Compiling scroll_derive v0.12.0 |
1587 | 2024-11-01T04:44:21.541Z | Compiling ucd-trie v0.1.6 |
1588 | 2024-11-01T04:44:21.604Z | Compiling tracing v0.1.40 |
1589 | 2024-11-01T04:44:22.066Z | Compiling time-core v0.1.2 |
1590 | 2024-11-01T04:44:22.232Z | Compiling num-conv v0.1.0 |
1591 | 2024-11-01T04:44:22.513Z | Compiling time-macros v0.2.18 |
1592 | 2024-11-01T04:44:22.605Z | Compiling pest v2.7.13 |
1593 | 2024-11-01T04:44:25.505Z | Compiling unsafe-libyaml v0.2.11 |
1594 | 2024-11-01T04:44:25.518Z | Compiling openssl-probe v0.1.5 |
1595 | 2024-11-01T04:44:26.004Z | Compiling pest_meta v2.7.13 |
1596 | 2024-11-01T04:44:26.543Z | Compiling idna v0.5.0 |
1597 | 2024-11-01T04:44:27.274Z | Compiling syn v1.0.109 |
1598 | 2024-11-01T04:44:27.460Z | Compiling atomic-waker v1.1.2 |
1599 | 2024-11-01T04:44:27.659Z | Compiling url v2.5.2 |
1600 | 2024-11-01T04:44:27.915Z | Compiling pest_generator v2.7.13 |
1601 | 2024-11-01T04:44:28.701Z | Compiling bytes v1.7.2 |
1602 | 2024-11-01T04:44:29.690Z | Compiling smallvec v1.13.2 |
1603 | 2024-11-01T04:44:30.469Z | Compiling indexmap v2.5.0 |
1604 | 2024-11-01T04:44:30.597Z | Compiling uuid v1.10.0 |
1605 | 2024-11-01T04:44:31.014Z | Compiling parking_lot v0.12.3 |
1606 | 2024-11-01T04:44:31.847Z | Compiling tokio v1.40.0 |
1607 | 2024-11-01T04:44:31.900Z | Compiling chrono v0.4.38 |
1608 | 2024-11-01T04:44:33.001Z | Compiling serde_tokenstream v0.2.2 |
1609 | 2024-11-01T04:44:34.271Z | Compiling http v1.1.0 |
1610 | 2024-11-01T04:44:36.618Z | Compiling openapiv3 v2.0.0 |
1611 | 2024-11-01T04:44:39.555Z | Compiling typify-impl v0.2.0 |
1612 | 2024-11-01T04:44:40.939Z | Compiling serde_yaml v0.9.34+deprecated |
1613 | 2024-11-01T04:44:40.962Z | Compiling http-body v1.0.1 |
1614 | 2024-11-01T04:44:41.215Z | Compiling toml_datetime v0.6.8 |
1615 | 2024-11-01T04:44:41.327Z | Compiling rustls-webpki v0.102.8 |
1616 | 2024-11-01T04:44:41.583Z | Compiling rand_core v0.6.4 |
1617 | 2024-11-01T04:44:42.068Z | Compiling tokio-util v0.7.12 |
1618 | 2024-11-01T04:44:44.138Z | Compiling tokio-native-tls v0.3.1 |
1619 | 2024-11-01T04:44:44.448Z | Compiling encoding_rs v0.8.34 |
1620 | 2024-11-01T04:44:45.684Z | Compiling zeroize v1.8.1 |
1621 | 2024-11-01T04:44:46.079Z | Compiling mime v0.3.17 |
1622 | 2024-11-01T04:44:46.148Z | Compiling ipnet v2.10.0 |
1623 | 2024-11-01T04:44:47.152Z | Compiling h2 v0.4.6 |
1624 | 2024-11-01T04:44:51.817Z | Compiling typify-macro v0.2.0 |
1625 | 2024-11-01T04:44:55.789Z | Compiling ipnetwork v0.20.0 |
1626 | 2024-11-01T04:44:55.928Z | Compiling typify v0.2.0 |
1627 | 2024-11-01T04:44:56.067Z | Compiling pest_derive v2.7.13 |
1628 | 2024-11-01T04:44:56.790Z | Compiling serde_urlencoded v0.7.1 |
1629 | 2024-11-01T04:45:00.336Z | Compiling usdt-impl v0.5.0 |
1630 | 2024-11-01T04:45:01.162Z | Compiling omicron-workspace-hack v0.1.0 |
1631 | 2024-11-01T04:45:01.704Z | Compiling progenitor-impl v0.8.0 |
1632 | 2024-11-01T04:45:02.038Z | Compiling hyper v1.4.1 |
1633 | 2024-11-01T04:45:03.037Z | Compiling scroll v0.12.0 |
1634 | 2024-11-01T04:45:03.612Z | Compiling ppv-lite86 v0.2.20 |
1635 | 2024-11-01T04:45:04.623Z | Compiling rustversion v1.0.17 |
1636 | 2024-11-01T04:45:04.677Z | Compiling plain v0.2.3 |
1637 | 2024-11-01T04:45:04.824Z | Compiling strsim v0.11.1 |
1638 | 2024-11-01T04:45:05.363Z | Compiling hyper-util v0.1.9 |
1639 | 2024-11-01T04:45:05.552Z | Compiling goblin v0.8.2 |
1640 | 2024-11-01T04:45:05.825Z | Compiling rand_chacha v0.3.1 |
1641 | 2024-11-01T04:45:06.543Z | Compiling pretty-hex v0.4.1 |
1642 | 2024-11-01T04:45:06.743Z | Compiling slog-async v2.8.0 |
1643 | 2024-11-01T04:45:07.590Z | Compiling rand v0.8.5 |
1644 | 2024-11-01T04:45:08.551Z | Compiling progenitor-macro v0.8.0 |
1645 | 2024-11-01T04:45:09.566Z | Compiling dtrace-parser v0.2.0 |
1646 | 2024-11-01T04:45:09.830Z | Compiling http-body-util v0.1.2 |
1647 | 2024-11-01T04:45:10.820Z | Compiling thread-id v4.2.2 |
1648 | 2024-11-01T04:45:10.933Z | Compiling base64 v0.22.1 |
1649 | 2024-11-01T04:45:11.319Z | Compiling ident_case v1.0.1 |
1650 | 2024-11-01T04:45:11.505Z | Compiling dof v0.3.0 |
1651 | 2024-11-01T04:45:12.061Z | Compiling camino v1.1.9 |
1652 | 2024-11-01T04:45:12.673Z | Compiling rustls v0.22.4 |
1653 | 2024-11-01T04:45:12.992Z | Compiling rustls-pemfile v2.1.3 |
1654 | 2024-11-01T04:45:13.272Z | Compiling darling_core v0.20.10 |
1655 | 2024-11-01T04:45:13.708Z | Compiling tokio-rustls v0.26.0 |
1656 | 2024-11-01T04:45:14.110Z | Compiling webpki-roots v0.26.6 |
1657 | 2024-11-01T04:45:14.863Z | Compiling hyper-rustls v0.27.3 |
1658 | 2024-11-01T04:45:14.977Z | Compiling hyper-tls v0.6.0 |
1659 | 2024-11-01T04:45:15.398Z | Compiling sync_wrapper v1.0.1 |
1660 | 2024-11-01T04:45:15.505Z | Compiling multer v3.1.0 |
1661 | 2024-11-01T04:45:15.717Z | Compiling paste v1.0.15 |
1662 | 2024-11-01T04:45:15.869Z | Compiling winnow v0.6.18 |
1663 | 2024-11-01T04:45:16.183Z | Compiling crossbeam-utils v0.8.20 |
1664 | 2024-11-01T04:45:16.211Z | Compiling powerfmt v0.2.0 |
1665 | 2024-11-01T04:45:16.397Z | Compiling reqwest v0.12.8 |
1666 | 2024-11-01T04:45:16.704Z | Compiling deranged v0.3.11 |
1667 | 2024-11-01T04:45:19.060Z | Compiling usdt-attr-macro v0.5.0 |
1668 | 2024-11-01T04:45:19.174Z | Compiling usdt-macro v0.5.0 |
1669 | 2024-11-01T04:45:19.361Z | Compiling darling_macro v0.20.10 |
1670 | 2024-11-01T04:45:20.392Z | Compiling darling v0.20.10 |
1671 | 2024-11-01T04:45:20.515Z | Compiling async-trait v0.1.83 |
1672 | 2024-11-01T04:45:21.763Z | Compiling num_threads v0.1.7 |
1673 | 2024-11-01T04:45:21.960Z | Compiling time v0.3.36 |
1674 | 2024-11-01T04:45:23.055Z | Compiling serde_with_macros v3.9.0 |
1675 | 2024-11-01T04:45:25.013Z | Compiling strum_macros v0.26.4 |
1676 | 2024-11-01T04:45:25.540Z | Compiling oxnet v0.1.0 (https://www.github.com/oxidecomputer/oxnet?rev=7dacd265f1bcd0f8b47bd4805250c4f0812da206#7dacd265) |
1677 | 2024-11-01T04:45:25.826Z | Compiling async-stream-impl v0.3.5 |
1678 | 2024-11-01T04:45:27.279Z | Compiling structmeta-derive v0.3.0 |
1679 | 2024-11-01T04:45:29.425Z | Compiling dropshot v0.12.0 |
1680 | 2024-11-01T04:45:29.767Z | Compiling lazy_static v1.5.0 |
1681 | 2024-11-01T04:45:29.901Z | Compiling progenitor-client v0.8.0 |
1682 | 2024-11-01T04:45:30.087Z | Compiling structmeta v0.3.0 |
1683 | 2024-11-01T04:45:30.942Z | Compiling dirs-sys-next v0.1.2 |
1684 | 2024-11-01T04:45:33.814Z | Compiling progenitor v0.8.0 |
1685 | 2024-11-01T04:45:34.049Z | Compiling dirs-next v2.0.0 |
1686 | 2024-11-01T04:45:34.410Z | Compiling parse-display-derive v0.10.0 |
1687 | 2024-11-01T04:45:34.773Z | Compiling block-buffer v0.10.4 |
1688 | 2024-11-01T04:45:35.017Z | Compiling crypto-common v0.1.6 |
1689 | 2024-11-01T04:45:35.258Z | Compiling dropshot_endpoint v0.12.0 |
1690 | 2024-11-01T04:45:36.789Z | Compiling slog-error-chain-derive v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1691 | 2024-11-01T04:45:37.648Z | Compiling thread_local v1.1.8 |
1692 | 2024-11-01T04:45:39.629Z | Compiling digest v0.10.7 |
1693 | 2024-11-01T04:45:39.694Z | Compiling term v0.7.0 |
1694 | 2024-11-01T04:45:40.118Z | Compiling crossbeam-channel v0.5.13 |
1695 | 2024-11-01T04:45:41.688Z | Compiling is-terminal v0.4.13 |
1696 | 2024-11-01T04:45:41.819Z | Compiling rustix v0.38.37 |
1697 | 2024-11-01T04:45:42.770Z | Compiling match_cfg v0.1.0 |
1698 | 2024-11-01T04:45:43.245Z | Compiling take_mut v0.2.2 |
1699 | 2024-11-01T04:45:44.062Z | Compiling hostname v0.3.1 |
1700 | 2024-11-01T04:45:46.827Z | Compiling slog-term v2.9.1 |
1701 | 2024-11-01T04:45:47.935Z | Compiling api_identity v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1702 | 2024-11-01T04:45:48.997Z | Compiling futures-executor v0.3.30 |
1703 | 2024-11-01T04:45:49.781Z | Compiling errno v0.3.9 |
1704 | 2024-11-01T04:45:50.036Z | Compiling instant v0.1.13 |
1705 | 2024-11-01T04:45:50.200Z | Compiling unicode-width v0.1.14 |
1706 | 2024-11-01T04:45:50.554Z | Compiling cpufeatures v0.2.14 |
1707 | 2024-11-01T04:45:51.842Z | Compiling futures v0.3.30 |
1708 | 2024-11-01T04:45:53.494Z | Compiling serde_spanned v0.6.7 |
1709 | 2024-11-01T04:45:53.747Z | Compiling memmap v0.7.0 |
1710 | 2024-11-01T04:45:54.017Z | Compiling nvpair-sys v0.4.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1711 | 2024-11-01T04:45:54.192Z | Compiling winnow v0.5.40 |
1712 | 2024-11-01T04:45:54.713Z | Compiling usdt v0.5.0 |
1713 | 2024-11-01T04:45:54.933Z | Compiling toml_edit v0.22.21 |
1714 | 2024-11-01T04:45:58.253Z | Compiling toml_edit v0.19.15 |
1715 | 2024-11-01T04:45:59.801Z | Compiling strum v0.26.3 |
1716 | 2024-11-01T04:45:59.991Z | Compiling serde_with v3.9.0 |
1717 | 2024-11-01T04:46:03.154Z | Compiling slog-json v2.6.1 |
1718 | 2024-11-01T04:46:03.599Z | Compiling heapless v0.8.0 |
1719 | 2024-11-01T04:46:03.770Z | Compiling debug-ignore v1.0.5 |
1720 | 2024-11-01T04:46:04.431Z | Compiling slog-bunyan v2.5.0 |
1721 | 2024-11-01T04:46:04.484Z | Compiling proc-macro-crate v1.3.1 |
1722 | 2024-11-01T04:46:04.704Z | Compiling tokio-rustls v0.25.0 |
1723 | 2024-11-01T04:46:05.177Z | Compiling toml v0.8.19 |
1724 | 2024-11-01T04:46:05.334Z | Compiling sha1 v0.10.6 |
1725 | 2024-11-01T04:46:07.100Z | Compiling async-stream v0.3.5 |
1726 | 2024-11-01T04:46:07.297Z | Compiling newtype-uuid v1.1.0 |
1727 | 2024-11-01T04:46:07.403Z | Compiling serde_path_to_error v0.1.16 |
1728 | 2024-11-01T04:46:07.584Z | Compiling hex v0.4.3 |
1729 | 2024-11-01T04:46:07.644Z | Compiling waitgroup v0.1.2 |
1730 | 2024-11-01T04:46:07.892Z | Compiling hostname v0.4.0 |
1731 | 2024-11-01T04:46:07.941Z | Compiling hash32 v0.3.1 |
1732 | 2024-11-01T04:46:08.233Z | Compiling libdlpi-sys v0.1.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1733 | 2024-11-01T04:46:08.306Z | Compiling stable_deref_trait v1.2.0 |
1734 | 2024-11-01T04:46:08.407Z | Compiling smoltcp v0.11.0 |
1735 | 2024-11-01T04:46:09.095Z | Compiling serde_human_bytes v0.1.0 (https://github.com/oxidecomputer/serde_human_bytes?branch=main#0a097945) |
1736 | 2024-11-01T04:46:10.332Z | Compiling omicron-uuid-kinds v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1737 | 2024-11-01T04:46:10.866Z | Compiling num_enum_derive v0.5.11 |
1738 | 2024-11-01T04:46:11.267Z | Compiling backoff v0.4.0 |
1739 | 2024-11-01T04:46:11.661Z | Compiling parse-display v0.10.0 |
1740 | 2024-11-01T04:46:11.917Z | Compiling slog-error-chain v0.1.0 (https://github.com/oxidecomputer/slog-error-chain?branch=main#15f69041) |
1741 | 2024-11-01T04:46:12.138Z | Compiling mg-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?branch=hyper-v1-no-merge#b13b5b24) |
1742 | 2024-11-01T04:46:13.331Z | Compiling macaddr v1.0.1 |
1743 | 2024-11-01T04:46:13.654Z | Compiling regress v0.9.1 |
1744 | 2024-11-01T04:46:13.958Z | Compiling foreign-types-macros v0.2.3 |
1745 | 2024-11-01T04:46:15.315Z | Compiling clap_derive v4.5.18 |
1746 | 2024-11-01T04:46:16.784Z | Compiling proc-macro-error-attr v1.0.4 |
1747 | 2024-11-01T04:46:17.169Z | Compiling heck v0.4.1 |
1748 | 2024-11-01T04:46:17.608Z | Compiling either v1.13.0 |
1749 | 2024-11-01T04:46:18.380Z | Compiling foreign-types-shared v0.3.1 |
1750 | 2024-11-01T04:46:18.502Z | Compiling managed v0.8.0 |
1751 | 2024-11-01T04:46:18.903Z | Compiling bitflags v1.3.2 |
1752 | 2024-11-01T04:46:19.004Z | Compiling cobs v0.2.3 |
1753 | 2024-11-01T04:46:19.015Z | Compiling utf8parse v0.2.2 |
1754 | 2024-11-01T04:46:19.167Z | Compiling anstyle-parse v0.2.5 |
1755 | 2024-11-01T04:46:19.446Z | Compiling postcard v1.0.10 |
1756 | 2024-11-01T04:46:20.064Z | Compiling foreign-types v0.5.0 |
1757 | 2024-11-01T04:46:20.183Z | Compiling omicron-common v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1758 | 2024-11-01T04:46:22.341Z | Compiling num_enum v0.5.11 |
1759 | 2024-11-01T04:46:24.517Z | Compiling rusty-doors-macros v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1760 | 2024-11-01T04:46:24.886Z | Compiling cstr-argument v0.1.2 |
1761 | 2024-11-01T04:46:24.919Z | Compiling proc-macro-error v1.0.4 |
1762 | 2024-11-01T04:46:25.292Z | Compiling is_terminal_polyfill v1.70.1 |
1763 | 2024-11-01T04:46:25.442Z | Compiling pretty-hex v0.2.1 |
1764 | 2024-11-01T04:46:25.649Z | Compiling colorchoice v1.0.2 |
1765 | 2024-11-01T04:46:26.675Z | Compiling anstyle-query v1.1.1 |
1766 | 2024-11-01T04:46:26.828Z | Compiling anstyle v1.0.8 |
1767 | 2024-11-01T04:46:28.605Z | Compiling anstream v0.6.15 |
1768 | 2024-11-01T04:46:29.728Z | Compiling dlpi v0.2.0 (https://github.com/oxidecomputer/dlpi-sys#1d587ea9) |
1769 | 2024-11-01T04:46:30.177Z | Compiling rusty-doors v0.1.0 (https://github.com/oxidecomputer/rusty-doors#0e3a1495) |
1770 | 2024-11-01T04:46:30.353Z | Compiling nvpair v0.5.0 (https://github.com/jmesmon/rust-libzfs?branch=master#ecd5a922) |
1771 | 2024-11-01T04:46:31.179Z | Compiling terminal_size v0.3.0 |
1772 | 2024-11-01T04:46:31.247Z | Compiling colored v2.1.0 |
1773 | 2024-11-01T04:46:31.389Z | Compiling clap_lex v0.7.2 |
1774 | 2024-11-01T04:46:32.444Z | Compiling clap_builder v4.5.18 |
1775 | 2024-11-01T04:46:33.614Z | Compiling tabwriter v1.4.0 |
1776 | 2024-11-01T04:46:33.918Z | Compiling num-integer v0.1.46 |
1777 | 2024-11-01T04:46:36.377Z | Compiling prettyplease v0.2.22 |
1778 | 2024-11-01T04:46:36.703Z | Compiling clap v4.5.18 |
1779 | 2024-11-01T04:46:38.038Z | Compiling num-rational v0.4.2 |
1780 | 2024-11-01T04:46:38.185Z | Compiling num-iter v0.1.45 |
1781 | 2024-11-01T04:46:39.593Z | Compiling num-complex v0.4.6 |
1782 | 2024-11-01T04:46:40.194Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1783 | 2024-11-01T04:46:40.360Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1784 | 2024-11-01T04:46:40.520Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys#e07ad764) |
1785 | 2024-11-01T04:46:40.554Z | Compiling poptrie v0.1.0 (https://github.com/oxidecomputer/poptrie?branch=multipath#ca52bef3) |
1786 | 2024-11-01T04:46:40.855Z | Compiling fastrand v2.1.1 |
1787 | 2024-11-01T04:46:40.931Z | Compiling num v0.4.3 |
1788 | 2024-11-01T04:46:41.253Z | Compiling tempfile v3.12.0 |
1789 | 2024-11-01T04:46:41.284Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1790 | 2024-11-01T04:46:45.317Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1791 | 2024-11-01T04:46:45.562Z | Compiling float-ord v0.3.2 |
1792 | 2024-11-01T04:46:45.755Z | Compiling crucible-workspace-hack v0.1.0 |
1793 | 2024-11-01T04:46:45.975Z | Compiling oximeter-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1794 | 2024-11-01T04:46:53.160Z | Compiling unicode-segmentation v1.12.0 |
1795 | 2024-11-01T04:46:53.954Z | Compiling semver v0.1.20 |
1796 | 2024-11-01T04:46:54.032Z | Compiling newline-converter v0.3.0 |
1797 | 2024-11-01T04:46:54.324Z | Compiling rustc_version v0.1.7 |
1798 | 2024-11-01T04:46:54.502Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1799 | 2024-11-01T04:46:54.834Z | Compiling camino-tempfile v1.1.1 |
1800 | 2024-11-01T04:46:55.508Z | Compiling zone_cfg_derive v0.3.0 |
1801 | 2024-11-01T04:46:55.616Z | Compiling itertools v0.10.5 |
1802 | 2024-11-01T04:46:56.990Z | Compiling bhyve_api_sys v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1803 | 2024-11-01T04:46:57.490Z | Compiling console v0.15.8 |
1804 | 2024-11-01T04:46:57.509Z | Compiling num-derive v0.4.2 |
1805 | 2024-11-01T04:46:58.398Z | Compiling sigpipe v0.1.3 |
1806 | 2024-11-01T04:46:58.534Z | Compiling static_assertions v1.1.0 |
1807 | 2024-11-01T04:46:58.796Z | Compiling similar v2.6.0 |
1808 | 2024-11-01T04:46:58.967Z | Compiling illumos-utils v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1809 | 2024-11-01T04:46:59.314Z | Compiling base64ct v1.6.0 |
1810 | 2024-11-01T04:46:59.927Z | Compiling crucible-smf v0.0.0 (https://github.com/oxidecomputer/crucible?rev=74286f952a2953cd08512015076f0947050deba7#74286f95) |
1811 | 2024-11-01T04:47:00.005Z | Compiling password-hash v0.5.0 |
1812 | 2024-11-01T04:47:00.416Z | Compiling expectorate v1.1.0 |
1813 | 2024-11-01T04:47:00.694Z | Compiling zone v0.3.0 |
1814 | 2024-11-01T04:47:01.480Z | Compiling oxlog v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1815 | 2024-11-01T04:47:01.820Z | Compiling bhyve_api v0.0.0 (https://github.com/oxidecomputer/propolis?rev=4ba9c33817c89d5d48b96e037a64421fb7a026e2#4ba9c338) |
1816 | 2024-11-01T04:47:02.181Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=76878de67229ea113d70503c441eab47ac5dc653#76878de6) |
1817 | 2024-11-01T04:47:04.039Z | Compiling newtype_derive v0.1.6 |
1818 | 2024-11-01T04:47:04.409Z | Compiling blake2 v0.10.6 |
1819 | 2024-11-01T04:47:04.723Z | Compiling hubpack_derive v0.1.1 |
1820 | 2024-11-01T04:47:05.148Z | Compiling smf v0.2.3 |
1821 | 2024-11-01T04:47:05.172Z | Compiling zerocopy-derive v0.6.6 |
1822 | 2024-11-01T04:47:05.628Z | Compiling whoami v1.5.2 |
1823 | 2024-11-01T04:47:05.686Z | Compiling cancel-safe-futures v0.1.5 |
1824 | 2024-11-01T04:47:06.031Z | Compiling fixedbitset v0.4.2 |
1825 | 2024-11-01T04:47:06.071Z | Compiling owo-colors v4.1.0 |
1826 | 2024-11-01T04:47:06.581Z | Compiling petgraph v0.6.5 |
1827 | 2024-11-01T04:47:07.193Z | Compiling zerocopy v0.6.6 |
1828 | 2024-11-01T04:47:07.770Z | Compiling hubpack v0.1.2 |
1829 | 2024-11-01T04:47:08.162Z | Compiling argon2 v0.5.3 |
1830 | 2024-11-01T04:47:08.566Z | Compiling strum_macros v0.25.3 |
1831 | 2024-11-01T04:47:10.536Z | Compiling oximeter-schema v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1832 | 2024-11-01T04:47:10.573Z | Compiling serde-big-array v0.5.1 |
1833 | 2024-11-01T04:47:10.837Z | Compiling serde_repr v0.1.19 |
1834 | 2024-11-01T04:47:11.258Z | Compiling cookie v0.18.1 |
1835 | 2024-11-01T04:47:11.610Z | Compiling convert_case v0.4.0 |
1836 | 2024-11-01T04:47:12.065Z | Compiling libnet v0.1.0 (https://github.com/oxidecomputer/netadm-sys?branch=main#e07ad764) |
1837 | 2024-11-01T04:47:12.199Z | Compiling sled-hardware-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1838 | 2024-11-01T04:47:12.298Z | Compiling gateway-messages v0.1.0 (https://github.com/oxidecomputer/management-gateway-service?rev=9bbac475dcaac88286c07a20b6bd3e94fc81d7f0#9bbac475) |
1839 | 2024-11-01T04:47:12.403Z | Compiling derive_more v0.99.18 |
1840 | 2024-11-01T04:47:13.503Z | Compiling omicron-passwords v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1841 | 2024-11-01T04:47:14.069Z | Compiling oximeter-timeseries-macro v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1842 | 2024-11-01T04:47:14.929Z | Compiling dns-service-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1843 | 2024-11-01T04:47:17.443Z | Compiling atomicwrites v0.4.4 |
1844 | 2024-11-01T04:47:17.928Z | Compiling itertools v0.13.0 |
1845 | 2024-11-01T04:47:19.366Z | Compiling oximeter-macro-impl v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1846 | 2024-11-01T04:47:19.834Z | Compiling libsw v3.3.1 |
1847 | 2024-11-01T04:47:20.170Z | Compiling idna v0.4.0 |
1848 | 2024-11-01T04:47:20.551Z | Compiling derive-where v1.2.7 |
1849 | 2024-11-01T04:47:21.262Z | Compiling enum-as-inner v0.6.1 |
1850 | 2024-11-01T04:47:21.416Z | Compiling swrite v0.1.0 |
1851 | 2024-11-01T04:47:21.548Z | Compiling data-encoding v2.6.0 |
1852 | 2024-11-01T04:47:21.758Z | Compiling linked-hash-map v0.5.6 |
1853 | 2024-11-01T04:47:22.184Z | Compiling highway v1.2.0 |
1854 | 2024-11-01T04:47:22.462Z | Compiling indent_write v2.2.0 |
1855 | 2024-11-01T04:47:22.688Z | Compiling linear-map v1.2.0 |
1856 | 2024-11-01T04:47:23.131Z | Compiling quick-error v1.2.3 |
1857 | 2024-11-01T04:47:23.281Z | Compiling resolv-conf v0.7.0 |
1858 | 2024-11-01T04:47:23.571Z | Compiling oxql-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1859 | 2024-11-01T04:47:23.911Z | Compiling update-engine v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1860 | 2024-11-01T04:47:24.014Z | Compiling hickory-proto v0.24.1 |
1861 | 2024-11-01T04:47:24.753Z | Compiling lru-cache v0.1.2 |
1862 | 2024-11-01T04:47:24.985Z | Compiling clickhouse-admin-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1863 | 2024-11-01T04:47:26.828Z | Compiling oximeter v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1864 | 2024-11-01T04:47:27.242Z | Compiling gateway-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1865 | 2024-11-01T04:47:28.533Z | Compiling steno v0.4.1 |
1866 | 2024-11-01T04:47:29.428Z | Compiling nexus-sled-agent-shared v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1867 | 2024-11-01T04:47:34.776Z | Compiling slog-dtrace v0.3.0 |
1868 | 2024-11-01T04:47:35.133Z | Compiling parking_lot_core v0.8.6 |
1869 | 2024-11-01T04:47:35.623Z | Compiling humantime v2.1.0 |
1870 | 2024-11-01T04:47:35.740Z | Compiling hickory-resolver v0.24.1 |
1871 | 2024-11-01T04:47:36.533Z | Compiling nexus-types v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1872 | 2024-11-01T04:47:37.260Z | Compiling num-derive v0.3.3 |
1873 | 2024-11-01T04:47:38.507Z | Compiling internal-dns v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1874 | 2024-11-01T04:47:39.514Z | Compiling libscf-sys v1.0.0 (https://github.com/illumos/libscf-sys.git#bb0b82c3) |
1875 | 2024-11-01T04:47:40.535Z | Compiling parking_lot v0.11.2 |
1876 | 2024-11-01T04:47:41.147Z | Compiling smf v0.10.0 (https://github.com/illumos/smf-rs?branch=main#f14ff351) |
1877 | 2024-11-01T04:47:41.305Z | Compiling crossbeam-epoch v0.9.18 |
1878 | 2024-11-01T04:47:42.458Z | Compiling http v0.2.12 |
1879 | 2024-11-01T04:47:42.508Z | Compiling fxhash v0.2.1 |
1880 | 2024-11-01T04:47:42.685Z | Compiling crc32fast v1.4.2 |
1881 | 2024-11-01T04:47:42.741Z | Compiling typify-impl v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1882 | 2024-11-01T04:47:43.196Z | Compiling sled v0.34.7 |
1883 | 2024-11-01T04:47:44.540Z | Compiling rustls v0.21.12 |
1884 | 2024-11-01T04:47:44.891Z | Compiling h2 v0.3.26 |
1885 | 2024-11-01T04:47:47.191Z | Compiling http-body v0.4.6 |
1886 | 2024-11-01T04:47:47.734Z | Compiling rustls-webpki v0.101.7 |
1887 | 2024-11-01T04:47:50.403Z | Compiling sct v0.7.1 |
1888 | 2024-11-01T04:47:50.868Z | Compiling opte v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1889 | 2024-11-01T04:47:51.229Z | Compiling half v2.4.1 |
1890 | 2024-11-01T04:47:51.676Z | Compiling ciborium-io v0.2.2 |
1891 | 2024-11-01T04:47:51.814Z | Compiling illumos-sys-hdrs v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1892 | 2024-11-01T04:47:51.913Z | Compiling ciborium-ll v0.2.2 |
1893 | 2024-11-01T04:47:51.982Z | Compiling opte-api v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1894 | 2024-11-01T04:47:54.910Z | Compiling typify-macro v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1895 | 2024-11-01T04:47:55.220Z | Compiling hyper v0.14.30 |
1896 | 2024-11-01T04:47:57.332Z | Compiling nexus-client v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1897 | 2024-11-01T04:47:58.912Z | Compiling common v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1898 | 2024-11-01T04:47:59.507Z | Compiling kstat-macro v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1899 | 2024-11-01T04:47:59.564Z | Compiling arc-swap v1.7.1 |
1900 | 2024-11-01T04:48:00.224Z | Compiling crc8 v0.1.1 |
1901 | 2024-11-01T04:48:00.528Z | Compiling slog-scope v4.4.0 |
1902 | 2024-11-01T04:48:00.734Z | Compiling tokio-rustls v0.24.1 |
1903 | 2024-11-01T04:48:01.300Z | Compiling dpd-client v0.1.0 (https://github.com/oxidecomputer/dendrite?branch=main#4cdc7d7e) |
1904 | 2024-11-01T04:48:01.308Z | Compiling ciborium v0.2.2 |
1905 | 2024-11-01T04:48:03.502Z | Compiling proc-macro-crate v3.2.0 |
1906 | 2024-11-01T04:48:04.642Z | Compiling smartstring v1.0.1 |
1907 | 2024-11-01T04:48:05.028Z | Compiling base64 v0.21.7 |
1908 | 2024-11-01T04:48:06.176Z | Compiling rustls-pemfile v1.0.4 |
1909 | 2024-11-01T04:48:07.364Z | Compiling num_enum_derive v0.7.3 |
1910 | 2024-11-01T04:48:07.784Z | Compiling hyper-rustls v0.24.2 |
1911 | 2024-11-01T04:48:08.239Z | Compiling slog-stdlog v4.1.1 |
1912 | 2024-11-01T04:48:08.971Z | Compiling oximeter-producer v0.1.0 (https://github.com/oxidecomputer/omicron?branch=main#48125c8e) |
1913 | 2024-11-01T04:48:09.984Z | Compiling mg-common v0.1.0 (/work/oxidecomputer/maghemite/mg-common) |
1914 | 2024-11-01T04:48:11.888Z | Compiling rdb v0.1.0 (/work/oxidecomputer/maghemite/rdb) |
1915 | 2024-11-01T04:48:18.410Z | Compiling oxide-vpc v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1916 | 2024-11-01T04:48:18.709Z | Compiling hyper-tls v0.5.0 |
1917 | 2024-11-01T04:48:19.154Z | Compiling typify v0.2.0 (https://github.com/oxidecomputer/typify#50d96966) |
1918 | 2024-11-01T04:48:21.358Z | Compiling webpki-roots v0.25.4 |
1919 | 2024-11-01T04:48:21.530Z | Compiling sync_wrapper v0.1.2 |
1920 | 2024-11-01T04:48:21.674Z | Compiling reqwest v0.11.27 |
1921 | 2024-11-01T04:48:22.868Z | Compiling progenitor-impl v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1922 | 2024-11-01T04:48:29.656Z | Compiling opte-ioctl v0.1.0 (https://github.com/oxidecomputer/opte?rev=3dc9a3dd8d3c623f0cf2c659c7119ce0c026a96d#3dc9a3dd) |
1923 | 2024-11-01T04:48:31.964Z | Compiling num_enum v0.7.3 |
1924 | 2024-11-01T04:48:32.157Z | Compiling slog-envlogger v2.2.0 |
1925 | 2024-11-01T04:48:34.336Z | Compiling ddm-admin-client v0.1.0 (/work/oxidecomputer/maghemite/ddm-admin-client) |
1926 | 2024-11-01T04:48:34.880Z | Compiling ispf v0.1.0 (https://github.com/oxidecomputer/ispf#f78443a9) |
1927 | 2024-11-01T04:48:35.075Z | Compiling thin-vec v0.2.13 |
1928 | 2024-11-01T04:48:35.402Z | Compiling rhai_codegen v2.2.0 |
1929 | 2024-11-01T04:48:35.800Z | Compiling minimal-lexical v0.2.1 |
1930 | 2024-11-01T04:48:35.823Z | Compiling ddm v0.1.0 (/work/oxidecomputer/maghemite/ddm) |
1931 | 2024-11-01T04:48:36.399Z | Compiling nom v7.1.3 |
1932 | 2024-11-01T04:48:38.490Z | Compiling rhai v1.19.0 |
1933 | 2024-11-01T04:48:40.786Z | Compiling progenitor-macro v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1934 | 2024-11-01T04:48:51.470Z | Compiling progenitor-client v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1935 | 2024-11-01T04:48:53.176Z | Compiling zone_cfg_derive v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1936 | 2024-11-01T04:48:54.721Z | Compiling itertools v0.12.1 |
1937 | 2024-11-01T04:48:56.308Z | Compiling ddm-admin-client v0.1.0 (https://github.com/oxidecomputer/maghemite?rev=2bfd39000c878c45675651a7588c015c486e7f43#2bfd3900) |
1938 | 2024-11-01T04:48:56.676Z | Compiling progenitor v0.7.0 (https://github.com/oxidecomputer/progenitor?branch=main#e0a1045a) |
1939 | 2024-11-01T04:48:58.529Z | Compiling zone v0.3.0 (https://github.com/oxidecomputer/zone#7a0cb488) |
1940 | 2024-11-01T04:48:58.551Z | Compiling mg-lower v0.1.0 (/work/oxidecomputer/maghemite/mg-lower) |
1941 | 2024-11-01T04:49:01.709Z | Compiling ztest v0.1.0 (https://github.com/oxidecomputer/falcon?branch=main#d8c38f89) |
1942 | 2024-11-01T04:49:02.074Z | Compiling bfd v0.1.0 (/work/oxidecomputer/maghemite/bfd) |
1943 | 2024-11-01T04:49:04.425Z | Compiling mg-admin-client v0.1.0 (/work/oxidecomputer/maghemite/mg-admin-client) |
1944 | 2024-11-01T04:49:08.232Z | Compiling mg-tests v0.1.0 (/work/oxidecomputer/maghemite/tests) |
1945 | 2024-11-01T04:49:08.344Z | Compiling util v0.1.0 (/work/oxidecomputer/maghemite/util) |
1946 | 2024-11-01T04:49:09.179Z | Compiling mg-ddm-verify v0.1.0 (/work/oxidecomputer/maghemite/mg-ddm-verify) |
1947 | 2024-11-01T04:49:12.506Z | Compiling bgp v0.1.0 (/work/oxidecomputer/maghemite/bgp) |
1948 | 2024-11-01T04:49:44.041Z | Compiling ddmd v0.1.0 (/work/oxidecomputer/maghemite/ddmd) |
1949 | 2024-11-01T04:49:45.821Z | Compiling ddmadm v0.1.0 (/work/oxidecomputer/maghemite/ddmadm) |
1950 | 2024-11-01T04:49:49.084Z | Compiling mgd v0.1.0 (/work/oxidecomputer/maghemite/mgd) |
1951 | 2024-11-01T04:49:50.137Z | Compiling mgadm v0.1.0 (/work/oxidecomputer/maghemite/mgadm) |
1952 | 2024-11-01T04:50:25.133Z | Finished `release` profile [optimized] target(s) in 6m 25s |
1953 | 2024-11-01T04:50:25.277Z | |
1954 | 2024-11-01T04:50:25.279Z | real 6:26.150706860 |
1955 | 2024-11-01T04:50:25.280Z | user 45:50.252832000 |
1956 | 2024-11-01T04:50:25.280Z | sys 4:07.024216568 |
1957 | 2024-11-01T04:50:25.280Z | trap 1.248653992 |
1958 | 2024-11-01T04:50:25.280Z | tflt 2.725480328 |
1959 | 2024-11-01T04:50:25.280Z | dflt 0.944106574 |
1960 | 2024-11-01T04:50:25.280Z | kflt 0.000415837 |
1961 | 2024-11-01T04:50:25.280Z | lock 1:46:59.297110756 |
1962 | 2024-11-01T04:50:25.280Z | slp 2:49:33.336867500 |
1963 | 2024-11-01T04:50:25.280Z | lat 2:02.582657953 |
1964 | 2024-11-01T04:50:25.280Z | stop 2:05.855509610 |
1965 | 2024-11-01T04:50:25.280Z | + for x in debug release |
1966 | 2024-11-01T04:50:25.280Z | + mkdir -p /work/debug |
1967 | 2024-11-01T04:50:25.282Z | + cp target/debug/ddmd /work/debug/ddmd |
1968 | 2024-11-01T04:50:25.716Z | + cp target/debug/ddmadm /work/debug/ddmadm |
1969 | 2024-11-01T04:50:26.046Z | + for x in debug release |
1970 | 2024-11-01T04:50:26.046Z | + mkdir -p /work/release |
1971 | 2024-11-01T04:50:26.049Z | + cp target/release/ddmd /work/release/ddmd |
1972 | 2024-11-01T04:50:26.110Z | + cp target/release/ddmadm /work/release/ddmadm |
1973 | 2024-11-01T04:50:26.141Z | process exited: duration 785038 ms, exit code 0 |
|
1974 | 2024-11-01T04:50:26.153Z | found 4 output files |
1975 | 2024-11-01T04:50:26.153Z | uploading: /work/debug/ddmadm (341510472 bytes) |
1976 | 2024-11-01T04:50:33.174Z | uploaded: /work/debug/ddmadm |
1977 | 2024-11-01T04:50:33.178Z | uploading: /work/debug/ddmd (419909256 bytes) |
1978 | 2024-11-01T04:50:41.369Z | uploaded: /work/debug/ddmd |
1979 | 2024-11-01T04:50:41.369Z | uploading: /work/release/ddmadm (19625320 bytes) |
1980 | 2024-11-01T04:50:42.591Z | uploaded: /work/release/ddmadm |
1981 | 2024-11-01T04:50:42.593Z | uploading: /work/release/ddmd (44907584 bytes) |
1982 | 2024-11-01T04:50:44.011Z | uploaded: /work/release/ddmd |